From 94e3b64fbb8d3d4b148174cabcfbbccad2e9809f Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 27 六月 2025 17:48:55 +0800
Subject: [PATCH] qx

---
 src/views/team/reporting/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/team/reporting/index.vue b/src/views/team/reporting/index.vue
index 6139a26..f5cd2e3 100644
--- a/src/views/team/reporting/index.vue
+++ b/src/views/team/reporting/index.vue
@@ -1,7 +1,9 @@
 <template>
   <div class="app-container">
     <el-row :gutter="20">
-      <el-col :span="3" :xs="24" style="margin-top: 30px">
+      <el-col :span="4" :xs="24" style="margin-top: 30px; max-height: 700px;
+  overflow-y:auto;
+  flex-direction: column;">
         <!-- <div class="head-container">
           <el-input v-model="dwName" placeholder="璇疯緭鍏ラ儴闂ㄥ悕绉�" clearable size="small" prefix-icon="el-icon-search"
             style="margin-bottom: 15px" />
@@ -45,7 +47,7 @@
             @node-click="handleNodeClick" />
         </div> -->
       </el-col>
-      <el-col :span="20" :xs="24">
+      <el-col :span="19" :xs="24">
         <el-form
           :model="queryParams"
           ref="queryForm"

--
Gitblit v1.8.0