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;