From 3456d778801ad42eec2f8a9fee0f1c0f8e2e0b18 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Wed, 15 Mar 2023 18:36:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E6=AD=A3ui=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/AppMain/index.vue | 2 +- src/layouts/index.vue | 1 - src/views/screening/DraftBox.vue | 1 + .../screening/components/ConfigForms.vue | 31 ++++++++++++------- src/views/screening/components/FormTab.vue | 6 ++-- src/views/screening/index.vue | 9 ++++-- 6 files changed, 31 insertions(+), 19 deletions(-) diff --git a/src/layouts/components/AppMain/index.vue b/src/layouts/components/AppMain/index.vue index 6ac5242..15d1d16 100644 --- a/src/layouts/components/AppMain/index.vue +++ b/src/layouts/components/AppMain/index.vue @@ -10,7 +10,7 @@ --> - + diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 1e37b60..8a5cf95 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -504,7 +504,6 @@ export default { margin-left: $base-left-menu-width; background: #f6f8f9; transition: $base-transition; - ::v-deep { .nav-bar-container { position: relative; diff --git a/src/views/screening/DraftBox.vue b/src/views/screening/DraftBox.vue index 9c1175b..6b9013a 100644 --- a/src/views/screening/DraftBox.vue +++ b/src/views/screening/DraftBox.vue @@ -271,6 +271,7 @@ export default { diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index 2f869af..72925eb 100644 --- a/src/views/screening/components/FormTab.vue +++ b/src/views/screening/components/FormTab.vue @@ -48,10 +48,10 @@ :style="{ height: $route.path == '/screening/index' - ? 'calc(100vh - 310px)' + ? 'calc(100vh - 245px)' : $route.path == '/screening/draft' - ? 'calc(100vh - 270px)' - : 'calc(100vh - 230px)', + ? 'calc(100vh - 249px)' + : 'calc(100vh - 203px)', }" :class="externalScroll ? 'no-scroll' : ''" > diff --git a/src/views/screening/index.vue b/src/views/screening/index.vue index fdddfc1..606330d 100644 --- a/src/views/screening/index.vue +++ b/src/views/screening/index.vue @@ -25,7 +25,7 @@
-
+
返 回
- + -- 2.22.0