update 优化用户信息及用户查询,实现用户授权角色

This commit is contained in:
2021-04-25 22:14:21 +08:00
parent ce92b15fe8
commit f6258537c2
10 changed files with 160 additions and 9 deletions

View File

@@ -103,6 +103,13 @@
width: 61.8%;
min-width: 220px;
}
.yo-form--fluid {
.ant-form-item-control-wrapper {
flex: 0 0 100%;
width: 100%;
}
}
.ant-form-explain {
font-size: @font-size-base - 1px;

View File

@@ -142,9 +142,6 @@
height: 18px;
>a {
color: darken(@primary-color, 20%);
}
}
}

View File

@@ -1,3 +1,4 @@
@import '~@/assets/style/app.less';
@primary-color: #007bff;
@font-size-base: 13px;
@border-radius-base: 0;