修改文字样式失效问题
This commit is contained in:
parent
c357ec7e38
commit
cd5525b11e
|
@ -266,8 +266,8 @@
|
|||
background: linear-gradient(180deg, rgb(43,97,48),rgb(75,160,75),rgb(43,97,48));
|
||||
}
|
||||
|
||||
.datacleanResult .ant-progress-text{
|
||||
color:#fff;
|
||||
/deep/ .datacleanResult .ant-progress-text{
|
||||
color:#fff !important;
|
||||
}
|
||||
.datacleanResult .ant-list-items{
|
||||
border-bottom:1px dashed rgb(35,72,100);
|
||||
|
|
|
@ -268,8 +268,8 @@
|
|||
background: linear-gradient(180deg, rgb(43,97,48),rgb(75,160,75),rgb(43,97,48));
|
||||
}
|
||||
|
||||
.datacleanResult .ant-progress-text{
|
||||
color:#fff;
|
||||
/deep/ .datacleanResult .ant-progress-text{
|
||||
color:#fff !important;
|
||||
}
|
||||
.datacleanResult .ant-list-items{
|
||||
border-bottom:1px dashed rgb(35,72,100);
|
||||
|
|
Loading…
Reference in New Issue
Block a user