【修改】头部修改间距

This commit is contained in:
zhoulingpo
2023-08-03 11:25:06 +08:00
parent 4805b6acde
commit 31e3f020c8
33 changed files with 236 additions and 135 deletions
+10 -1
View File
@@ -58,4 +58,13 @@
}
/**隐藏样式-modal确定按钮 */
.jee-hidden{display: none}
.jee-hidden{display: none}
.ant-col-md-6{
padding-left: 18px !important;
padding-right: 18px !important;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item{
margin-bottom: 12px;
}