From 592c4f116e5b6e2caa5e290fc9192792237650dc Mon Sep 17 00:00:00 2001 From: leiqiaochu Date: Thu, 9 Nov 2023 14:19:50 +0800 Subject: [PATCH] fix: bug#19771 --- .../system/User/components/EditUserDialog.vue | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/views/system/User/components/EditUserDialog.vue b/src/views/system/User/components/EditUserDialog.vue index c3c53ef2..2154f31e 100644 --- a/src/views/system/User/components/EditUserDialog.vue +++ b/src/views/system/User/components/EditUserDialog.vue @@ -12,6 +12,7 @@ okText="确定" > +
基础信息
@@ -135,6 +136,7 @@ +
账号信息
{ - return userInfos.value?.username === 'admin'; -}) - const deptPermission = 'system/Department'; const rolePermission = 'system/Role'; @@ -477,4 +471,16 @@ type optionType = { } } } +.formName{ + margin-bottom: 10px; + font-size: 16px; + &::before{ + width: 2px; + background-color: rgb(184, 184, 184); + display: inline-block; + height: 13px; + margin-right: 3px; + content:'' + } +}