From 87c99990c0920436fd343f9af7d708144d45e487 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:40:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor(role):=20=E4=BC=98=E5=8C=96=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=92=8C=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 简化操作按钮样式,移除复杂的圆形按钮和tooltip包装 - 统一使用小尺寸按钮(size: small)和14px图标 - 优化按钮间距,使用gap-1减少空间占用 - 调整表格尺寸为medium,提升数据密度 - 优化表格单元格内边距和字体大小 - 新增表格横向滚动支持(scroll-x: 1200) - 优化表格和页面滚动条样式,提升视觉效果 - 调整搜索表单列数为5列,优化布局 --- src/views/system/role/index.vue | 210 +++++++++++++++----------------- 1 file changed, 95 insertions(+), 115 deletions(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 4890ef8..7d6526a 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -11,7 +11,7 @@ label-width="auto" class="search-form" > - + @@ -421,7 +422,7 @@