diff --git a/src/components/GiTable/index.vue b/src/components/GiTable/index.vue
index b4acc6f8..8412d5bb 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 03dd98d6..b7b836e7 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 15ac2f4b..122faff9 100644
--- a/src/views/system/dict/index.vue
+++ b/src/views/system/dict/index.vue
@@ -1,27 +1,27 @@
-