From 23ca50c99dad206a97058006b071d1e921fca225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=B8=86?= <201379873@qq.com> Date: Tue, 3 Sep 2024 13:44:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E5=AD=97=E5=85=B8=E7=AE=A1=E7=90=86=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E4=B8=8B=E4=BA=8C=E5=B8=83=E5=B1=80=E5=BD=B1=E5=93=8Dtable?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=BA=A2=E5=87=BA=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GiTable/index.vue | 9 +------ src/styles/global.scss | 2 +- src/views/system/dict/index.vue | 43 +++++++++++++++++++------------- src/views/system/user/index.vue | 15 ++++++++--- 4 files changed, 40 insertions(+), 29 deletions(-) diff --git a/src/components/GiTable/index.vue b/src/components/GiTable/index.vue index b4acc6f..8412d5b 100644 --- a/src/components/GiTable/index.vue +++ b/src/components/GiTable/index.vue @@ -71,19 +71,12 @@
+ v-bind="{ ...attrs, columns: _columns }" :scrollbar="true" >
-
diff --git a/src/styles/global.scss b/src/styles/global.scss index 03dd98d..b7b836e 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -201,6 +201,7 @@ box-sizing: border-box; display: flex; flex-direction: column; + position: relative; .header { padding: 0 0 10px; .title { @@ -215,7 +216,6 @@ height: 20px; font-size: 12px; color: var(--color-text-3); - margin-top: 12px; box-sizing: border-box; display: flex; justify-content: center; diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 15ac2f4..122faff 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -1,27 +1,27 @@