diff --git a/src/components/GiForm/src/GiForm.vue b/src/components/GiForm/src/GiForm.vue
index 08b6addc..d26dd6a4 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 8412d5bb..6980960c 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 00000000..e6cb8465
--- /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 ebbe6876..0cb1e29e 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 115ea0dd..c8d2be1d 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 75deaff3..4376d4db 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 354a6804..29540895 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 ce77127d..1a474891 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 becf5052..77298b57 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 c360a707..9771dfbd 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 d48afafc..219e104e 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 a293a028..714eafa6 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 99e35272..b31eb998 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 4282cf24..1ecbbece 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 9b2d58eb..b3548073 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 0b9a962a..ef100eb4 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 b7cff7af..f3424032 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 58d4692c..c0e5b59c 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 d4e7356d..4a13b95e 100644
--- a/src/views/tool/generator/index.vue
+++ b/src/views/tool/generator/index.vue
@@ -16,7 +16,10 @@
- 重置
+
+
+ 重置
+