[add] 法规符合性排查流程
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user