style(global): 统一全站搜索按钮文案及操作栏按钮样式

- 统一修改搜索按钮文案,CRUD搜索栏“搜索”改为“查询”,“清空条件”改为“重置”
- 新增全局CSS,隐藏Avue CRUD操作栏按钮前图标,仅保留文字
- 统一操作栏按钮间距为4px,内边距调整为4px,提升界面紧凑度
- 变更影响全站所有Avue CRUD组件的搜索与操作栏样式与文案,非CRUD场景按钮不受影响
This commit is contained in:
2026-07-31 18:11:38 +08:00
parent 9b7f8db96b
commit 06dc1c64f6
5 changed files with 40 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ export default {
color: 'color',
},
tagsView: {
search: 'Search',
search: 'Query',
menu: 'menu',
clearCache: 'Clear Cache',
closeOthers: 'Close Others',