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; + } + } }