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:'' + } +}