From 4a3d9cc77ec86158d61ad1ddd52a1a8b2dd7ce23 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 12 Apr 2024 15:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/layoutPage/index.vue | 2 +- .../sysworkflow/lowcodepage/pageList.vue | 2 +- .../sysworkflow/lowcodepage/setUpPage.vue | 37 +++++++++++++++++-- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/src/components/DesignForm/layoutPage/index.vue b/src/components/DesignForm/layoutPage/index.vue index 8e5acca41..af7db49e6 100644 --- a/src/components/DesignForm/layoutPage/index.vue +++ b/src/components/DesignForm/layoutPage/index.vue @@ -104,7 +104,7 @@ --> - 查询条件 + diff --git a/src/views/sysworkflow/lowcodepage/setUpPage.vue b/src/views/sysworkflow/lowcodepage/setUpPage.vue index 5981501d8..1968b90de 100644 --- a/src/views/sysworkflow/lowcodepage/setUpPage.vue +++ b/src/views/sysworkflow/lowcodepage/setUpPage.vue @@ -11,13 +11,26 @@ - 11 - + + + + + 可见范围 + + + - + + + @@ -28,7 +41,7 @@ height: calc(100vh - 40px); .el-main{ height: calc(100vh - 40px); - padding:0 10px 0 0; + padding:0 10px 0 10px; .setUpPageMenue{ height: calc(100vh - 60px); margin: 10px 0px 0 0 ; @@ -50,5 +63,21 @@ } } } + .boxScroll{ + height: calc(100vh - 70px); + margin-top: 5px; + .menuBox { + display: flex; + align-items: center; + width:100%; + height: 40px; + line-height:40px; + border-left: 5px solid #409EFF; + padding-left: 25px; + } + .menuBox.active{ + border-left: 5px solid #FFFFFF; + } + } }