From 1ec8efc98c43c19b699f387197dc168eaa1cc68c Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 08 一月 2024 11:09:59 +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