From 68634c1ca0ee046ccd1ed59a029dc9617d6702ba Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 04 一月 2024 16:38:07 +0800 Subject: [PATCH] 集团属性映射左侧树超出可视区域滚动条 --- Source/UBCS-WEB/src/views/integration/integrationIndex.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/integration/integrationIndex.vue b/Source/UBCS-WEB/src/views/integration/integrationIndex.vue index 6cac650..ed218ad 100644 --- a/Source/UBCS-WEB/src/views/integration/integrationIndex.vue +++ b/Source/UBCS-WEB/src/views/integration/integrationIndex.vue @@ -1,8 +1,8 @@ <template> <div> <el-container style="height: 100%; border: 1px solid #fff"> - <el-card style="margin-right: 10px;height: calc(100vh - 125px)"> - <el-aside style="background-color: #fff" width="210px"> + <el-card style="margin-right: 10px;height: calc(100vh - 125px);overflow: auto"> + <el-aside style="background-color: #fff;" width="210px"> <el-input v-model="filterText" placeholder="杈撳叆鍏抽敭瀛楄繘琛岃繃婊�"> </el-input> <el-menu :default-openeds="['1', '3']" > -- Gitblit v1.9.3