update 优化菜单授权界面

This commit is contained in:
2021-06-29 14:31:20 +08:00
parent 31bc69939c
commit 81c9b218f7
5 changed files with 69 additions and 13 deletions

View File

@@ -9,7 +9,12 @@
width: 150px;
}
.ant-descriptions {
clear: both;
margin-bottom: @padding-sm;
.ant-descriptions-view {
overflow: visible;
}
&:last-child {
margin-bottom: 0;
}
@@ -26,4 +31,23 @@
}
}
}
.ant-card-grid {
width: 25%;
margin-bottom: @padding-sm;
padding: @padding-xs;
cursor: pointer;
}
.ant-card {
margin-bottom: 0;
background-color: transparent;
&-body {
margin: -1px 0 0 -1px;
padding: 0;
}
.ant-card-grid {
margin-bottom: 0;
}
}
}