优化一波

This commit is contained in:
zhuoda
2023-02-16 21:08:17 +08:00
parent 1099817527
commit e6ff5f9571
22 changed files with 281 additions and 229 deletions
@@ -14,7 +14,7 @@
<a-col flex="200px">
<RoleList ref="roleList" />
</a-col>
<a-col flex="1">
<a-col flex="1" class="role-setting">
<RoleSetting />
</a-col>
</a-row>
@@ -42,4 +42,7 @@
.height100 {
height: 100%;
}
.role-setting{
width:calc(100% - 250px)
}
</style>