From 21fa32646dc87f443b1c860a45b5905d5b7b3c44 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 05 一月 2024 14:36:32 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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