【修改】统一间距 按钮修改 增加权限

This commit is contained in:
zhoulingpo
2023-08-04 16:51:01 +08:00
parent fe0c3b7df1
commit 2ed9dd63cc
40 changed files with 232 additions and 186 deletions
+8 -4
View File
@@ -38,11 +38,15 @@
}
/*列表中有图片的加这个样式 参考用户管理*/
.anty-img-wrap {
height: 25px;
height: 20px;
position: relative;
.ant-avatar.ant-avatar-icon {
font-size: 14px;
line-height: 20px;
}
.ant-avatar{
width: 24px;
height: 24px;
width: 20px;
height: 20px;
}
}
.anty-img-wrap > img {
@@ -70,7 +74,7 @@
}
.table-page-search-wrapper .ant-form-inline .ant-form-item{
margin-bottom: 4px;
margin-bottom: 12px;
}
.ant-card-body .table-operator{
margin-bottom: 4px !important;