巡检任务全局样式修改11

main
zjlnb666 2 weeks ago
parent 4ca4bfff0c
commit ae45fdcd7e

@ -11,4 +11,7 @@
:global(.ant-tabs-ink-bar) {
background-color: #006665 !important;
}
:global(.ant-table-thead > tr > th){
background-color:#F0F7F7;
}
}

@ -47,6 +47,9 @@ const InspectionTasks = () => {
colorPrimary:'#006665',
lineColor:'#006665',
checkboxBorderColor:'#006665'
},
Table:{
headerBg:'#F0F7F7',
}
},
};

Loading…
Cancel
Save