From eab19be5f39c7fb5f528be1340206fe789426552 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 08 九月 2023 16:57:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/views/code/code.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue index 697ae5e..f69b252 100644 --- a/Source/UBCS-WEB/src/views/code/code.vue +++ b/Source/UBCS-WEB/src/views/code/code.vue @@ -476,17 +476,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> @@ -1402,7 +1402,7 @@ </el-dialog> </basic-container> </template> - + <script> import { gridCodeRule, @@ -3660,7 +3660,7 @@ }, }; </script> - + <style> [class^="icon-"] { font-size: 12px !important; @@ -3803,4 +3803,4 @@ /* .code-total > .basic-container__card { height: 100%; } */ -</style> \ No newline at end of file +</style> -- Gitblit v1.9.3