[add] 法规符合性排查流程

This commit is contained in:
lideqin
2024-06-26 18:05:04 +08:00
parent 1786001075
commit e40a403d16
13 changed files with 1897 additions and 25 deletions
+6 -1
View File
@@ -560,7 +560,7 @@
&-btn {
width: 24px;
height: 24px;
background: rgba(213, 44, 38, 0.08);
background: rgba(0, 100, 250, 0.08);
border-radius: 2px 2px 2px 2px;
border: none;
margin-left: 4px;
@@ -957,4 +957,9 @@
// 表格表头的必填标识
.table-header-required {
color: #FF0000;
}
// 解决表头错位问题
/deep/ .ant-table-hide-scrollbar {
margin-right: -9px;
}