From d4be39fedaed04b0f1f34808dc55369ed5b94e21 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期五, 16 五月 2025 17:59:09 +0800
Subject: [PATCH] BMI

---
 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