From be1abfb614840ba9f74b693b21fe0ca12bdf18ea Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 08 九月 2023 20:07:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/views/code/code.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue
index 60a1acb..f412952 100644
--- a/Source/UBCS-WEB/src/views/code/code.vue
+++ b/Source/UBCS-WEB/src/views/code/code.vue
@@ -477,17 +477,17 @@
       <!-- 鍒嗙被鐮佹鐮佸�肩鐞� -->
       <el-row v-show="!isShowFixedForm">
         <el-col :span="11">
-          <basic-container>
+          <basic-container style="overflow:hidden">
             <div
               class="box classify_value_box"
               style="height: 60vh; margin-bottom: -40px"
             >
               <basic-container>
-                <div class="abox" style="height: 54vh">
+                <div class="abox">
                   <avue-tree
                     :data="classifyValueTreeData"
                     :option="classisyValueTreeOption"
-                    style=""
+                    style="height: calc(60vh - 100px);"
                     @node-click="classisyValueTreeOnodeClick"
                   />
                 </div>

--
Gitblit v1.9.3