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

View File

@@ -253,7 +253,7 @@ export default {
editBtn: false,
selection: true,
dialogClickModal: false,
menuWidth: 160,
menuWidth: 180,
column: [
{
label: '编码',

View File

@@ -170,7 +170,7 @@ export default {
editBtn: false,
selection: true,
dialogClickModal: false,
menuWidth: 160,
menuWidth: 180,
menuFixed: 'right',
column: [
{

View File

@@ -101,7 +101,7 @@ export default {
editBtn: false,
selection: true,
dialogClickModal: false,
menuWidth: 160,
menuWidth: 180,
column: [
{
label: '中文名称',

View File

@@ -141,7 +141,7 @@ export default {
editBtn: false,
selection: false,
dialogClickModal: false,
menuWidth: 160,
menuWidth: 180,
column: [
{
label: '费用类型',

View File

@@ -387,7 +387,7 @@ export default {
editBtn: false,
selection: true,
dialogClickModal: false,
menuWidth: 160,
menuWidth: 180,
column: [
{
label: '编码',

View File

@@ -219,7 +219,7 @@ export default {
editBtn: false,
selection: true,
dialogClickModal: false,
menuWidth: 160,
menuWidth: 180,
column: [
{
label: '编码',