refactor(table): 统一调整全仓表格操作列宽度及按钮样式

- 将所有操作按钮数量≤3的表格操作列宽度统一调整为180px
- 调整涉及全局默认值、各模块和页面中menuWidth显式设定
- 单独修改/authority/role页面操作列宽度为240px,/system/menu及流程配置对应调为220px
- 通过CSS新规则视觉统一Avue内置操作按钮为el-link链接样式,无功能变更
- 优化通知公告操作列宽度,解决三按钮链接换行问题
- 调整首页Logo图标尺寸及边距以适配设计需求
- 保证所有相关改动经过npm run build验证通过
This commit is contained in:
2026-08-07 12:02:29 +08:00
parent 6364b593ce
commit 565553b3f7
57 changed files with 281 additions and 63 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export default {
index: true,
selection: true,
viewBtn: true,
menuWidth: 160,
menuWidth: 220,
dialogWidth: 800,
dialogClickModal: false,
column: [
+1 -1
View File
@@ -88,7 +88,7 @@ export default {
index: true,
selection: true,
viewBtn: true,
menuWidth: 320,
menuWidth: 220,
dialogClickModal: false,
column: [
{
+1 -1
View File
@@ -81,7 +81,7 @@
</el-table-column>
</template>
<!-- 操作栏模块 -->
<el-table-column prop="menu" label="操作" :width="220" align="center">
<el-table-column prop="menu" label="操作" :width="180" align="center">
<template #="{ row }">
<el-link
v-if="this.permissionList.viewBtn"
+1 -1
View File
@@ -237,7 +237,7 @@ export default {
selection: true,
addBtn: false,
viewBtn: true,
menuWidth: 160,
menuWidth: 240,
dialogWidth: 900,
dialogClickModal: false,
column: [
+1 -1
View File
@@ -171,7 +171,7 @@ export default {
index: true,
viewBtn: true,
selection: true,
menuWidth: 160,
menuWidth: 180,
dialogWidth: 900,
dialogClickModal: false,
column: [