fix: the useMessage icon style problem

This commit is contained in:
vben
2020-10-27 23:58:44 +08:00
parent 8f5016e3f3
commit a2c413a838
5 changed files with 11 additions and 3 deletions

View File

@@ -27,6 +27,10 @@
color: @error-color !important;
}
.modal-icon-info {
color: @primary-color !important;
}
.ant-modal-mask {
background-color: rgba(0, 0, 0, 0.2);
}