From 6dc0b0a10cdf12077f88e23d1dcd7e40c2d11a0b Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:18:56 +0800 Subject: [PATCH] =?UTF-8?q?style(user):=20=E4=BC=98=E5=8C=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E5=88=97=E5=AE=BD=E5=BA=A6=EF=BC=8C=E6=8F=90=E5=8D=87=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整操作列宽度从240px到280px,提供更好的按钮显示空间 - 优化按钮布局,确保操作按钮有足够的显示空间 - 提升表格整体视觉效果和用户体验 --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 6970710..f7f862a 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -1020,7 +1020,7 @@ const columns: DataTableColumns = [ { title: '操作', key: 'actions', - width: 240, + width: 280, align: 'center', fixed: 'right', render: (row) => {