diff --git a/src/components/GiForm/src/GiForm.vue b/src/components/GiForm/src/GiForm.vue
index 08b6add..d26dd6a 100644
--- a/src/components/GiForm/src/GiForm.vue
+++ b/src/components/GiForm/src/GiForm.vue
@@ -197,7 +197,10 @@
{{ options.btns?.searchBtnText || '查询' }}
- 重置
+
+
+ 重置
+
diff --git a/src/components/GiTable/index.vue b/src/components/GiTable/index.vue
index 8412d5b..6980960 100644
--- a/src/components/GiTable/index.vue
+++ b/src/components/GiTable/index.vue
@@ -14,13 +14,13 @@
-
+
-
+
@@ -34,7 +34,7 @@
-
+
@@ -59,7 +59,7 @@
-
+
@@ -71,7 +71,7 @@
+ v-bind="{ ...attrs, columns: _columns }" :scrollbar="true">
diff --git a/src/styles/arco-ui/a-button.less b/src/styles/arco-ui/a-button.less
new file mode 100644
index 0000000..e6cb846
--- /dev/null
+++ b/src/styles/arco-ui/a-button.less
@@ -0,0 +1,9 @@
+.arco-btn-secondary {
+ &:hover {
+ background: var(--color-secondary-hover) !important;
+ }
+
+ &:active {
+ background: var(--color-secondary-active) !important;
+ }
+}
\ No newline at end of file
diff --git a/src/styles/arco-ui/index.less b/src/styles/arco-ui/index.less
index ebbe687..0cb1e29 100644
--- a/src/styles/arco-ui/index.less
+++ b/src/styles/arco-ui/index.less
@@ -13,6 +13,7 @@
@import './a-message.less';
@import './a-menu.less';
@import './a-typography.less';
+@import './a-button.less';
@color-menu-dark-bg: var(--color-bg-1);
@card-color-bg: var(--color-bg-1);
diff --git a/src/views/monitor/log/login/index.vue b/src/views/monitor/log/login/index.vue
index 115ea0d..c8d2be1 100644
--- a/src/views/monitor/log/login/index.vue
+++ b/src/views/monitor/log/login/index.vue
@@ -18,16 +18,18 @@
- 重置
+
+
+ 重置
+
-
-
-
-
-
-
-
+
+
+
+
+ 导出
+
diff --git a/src/views/monitor/log/operation/index.vue b/src/views/monitor/log/operation/index.vue
index 75deaff..4376d4d 100644
--- a/src/views/monitor/log/operation/index.vue
+++ b/src/views/monitor/log/operation/index.vue
@@ -19,16 +19,18 @@
- 重置
+
+
+ 重置
+
-
-
-
-
-
-
-
+
+
+
+
+ 导出
+
{{ record.createTime }}
diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue
index 354a680..2954089 100644
--- a/src/views/monitor/online/index.vue
+++ b/src/views/monitor/online/index.vue
@@ -16,7 +16,10 @@
- 重置
+
+
+ 重置
+
{{ record.nickname }}({{ record.username }})
diff --git a/src/views/schedule/job/JobAddModal.vue b/src/views/schedule/job/JobAddModal.vue
index ce77127..1a47489 100644
--- a/src/views/schedule/job/JobAddModal.vue
+++ b/src/views/schedule/job/JobAddModal.vue
@@ -76,7 +76,7 @@
>
-
+
diff --git a/src/views/schedule/job/index.vue b/src/views/schedule/job/index.vue
index becf505..77298b5 100644
--- a/src/views/schedule/job/index.vue
+++ b/src/views/schedule/job/index.vue
@@ -22,7 +22,10 @@
/>
- 重置
+
+
+ 重置
+
diff --git a/src/views/schedule/log/index.vue b/src/views/schedule/log/index.vue
index c360a70..9771dfb 100644
--- a/src/views/schedule/log/index.vue
+++ b/src/views/schedule/log/index.vue
@@ -29,7 +29,10 @@
@change="search"
/>
- 重置
+
+
+ 重置
+
diff --git a/src/views/setting/message/index.vue b/src/views/setting/message/index.vue
index d48afaf..219e104 100644
--- a/src/views/setting/message/index.vue
+++ b/src/views/setting/message/index.vue
@@ -30,7 +30,10 @@
未读
已读
- 重置
+
+
+ 重置
+
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index a293a02..714eafa 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -21,20 +21,22 @@
- 重置
+
+
+ 重置
+
新增
-
-
-
-
-
-
-
+
+
+
+
+ 导出
+
diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue
index 99e3527..b31eb99 100644
--- a/src/views/system/dict/index.vue
+++ b/src/views/system/dict/index.vue
@@ -27,7 +27,10 @@
- 重置
+
+
+ 重置
+
diff --git a/src/views/system/file/main/FileMain/index.vue b/src/views/system/file/main/FileMain/index.vue
index 4282cf2..1ecbbec 100644
--- a/src/views/system/file/main/FileMain/index.vue
+++ b/src/views/system/file/main/FileMain/index.vue
@@ -44,7 +44,7 @@
-
+
diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue
index 9b2d58e..b354807 100644
--- a/src/views/system/menu/index.vue
+++ b/src/views/system/menu/index.vue
@@ -20,7 +20,10 @@
- 重置
+
+
+ 重置
+
@@ -28,7 +31,7 @@
新增
-
+
diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue
index 0b9a962..ef100eb 100644
--- a/src/views/system/notice/index.vue
+++ b/src/views/system/notice/index.vue
@@ -24,7 +24,10 @@
style="width: 150px"
@change="search"
/>
- 重置
+
+
+ 重置
+
diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
index b7cff7a..f342403 100644
--- a/src/views/system/role/index.vue
+++ b/src/views/system/role/index.vue
@@ -16,7 +16,10 @@
- 重置
+
+
+ 重置
+
diff --git a/src/views/system/storage/index.vue b/src/views/system/storage/index.vue
index 58d4692..c0e5b59 100644
--- a/src/views/system/storage/index.vue
+++ b/src/views/system/storage/index.vue
@@ -24,7 +24,10 @@
style="width: 150px"
@change="search"
/>
- 重置
+
+
+ 重置
+
diff --git a/src/views/tool/generator/index.vue b/src/views/tool/generator/index.vue
index d4e7356..4a13b95 100644
--- a/src/views/tool/generator/index.vue
+++ b/src/views/tool/generator/index.vue
@@ -16,7 +16,10 @@
- 重置
+
+
+ 重置
+