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

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
@@ -189,4 +189,7 @@ export default {
.ant-modal-cust-warp{height: 100%}
.ant-modal-cust-warp .ant-modal-body{height:calc(100% - 110px) !important;overflow-y: auto}
.ant-modal-cust-warp .ant-modal-content{height:90% !important;overflow-y: hidden}
.ant-table-thead > tr > th, .ant-table-tbody > tr > td{
padding: 9px 8px !important;
}
</style>