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

This commit is contained in:
zhoulingpo
2023-08-04 11:00:48 +08:00
parent 97277c520a
commit eab0975fae
8 changed files with 23 additions and 2 deletions
+4
View File
@@ -40,6 +40,10 @@
.anty-img-wrap {
height: 25px;
position: relative;
.ant-avatar{
width: 24px;
height: 24px;
}
}
.anty-img-wrap > img {
max-height: 100%;
+4
View File
@@ -26,3 +26,7 @@ i {
background-color: rgba(255, 192, 203, 0.31);
color:red;
}
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td {
padding: 9px 8px !important;
}