From 3a9a85b30e8d6bad1d215babcb9c72698d1ac158 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期四, 15 五月 2025 16:48:11 +0800
Subject: [PATCH] qx

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

diff --git a/src/views/team/reporting/index.vue b/src/views/team/reporting/index.vue
index fe1f741..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="4" :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" />

--
Gitblit v1.8.0