From 7753ddbfbd415b6a8dc9c17cbfd6e9edf9673fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E7=A0=81-=E6=96=B9=E6=99=93=E8=BE=89?= Date: Mon, 2 Feb 2026 14:49:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E8=A1=A8=E6=A0=BC=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 部门名称列使用 min-width 自动扩展填充 - 调整排序列和操作列宽度 - 消除右侧空白区域 --- frontend/ruoyi-ui/src/views/system/dept/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/ruoyi-ui/src/views/system/dept/index.vue b/frontend/ruoyi-ui/src/views/system/dept/index.vue index c82e24d..054afb1 100644 --- a/frontend/ruoyi-ui/src/views/system/dept/index.vue +++ b/frontend/ruoyi-ui/src/views/system/dept/index.vue @@ -55,8 +55,8 @@ :default-expand-all="isExpandAll" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" > - - + + - +