update #D52C26全局替换为@primary-color

This commit is contained in:
赵霄
2023-10-08 15:08:29 +08:00
parent c498507ed3
commit 20b2604ff8
10 changed files with 37 additions and 21 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ export default {
cursor: pointer;
font-size: 14px;
font-family: PingFang SC-Regular, PingFang SC, sans-serif;
color: #D52C26;
color: @primary-color;
}
.anticon {
+2 -2
View File
@@ -147,11 +147,11 @@ export default {
/deep/ .icon-style {
max-width: 14px;
margin-right: 10px;
color: #D52C26;
color: @primary-color;
}
/deep/ .anticon {
color: #D52C26;
color: @primary-color;
}
/* update_end author:sunjianlei date:20190509 for: 修改侧边导航栏滚动条的样式 */
+1 -1
View File
@@ -360,7 +360,7 @@ export default {
background: rgba(213, 44, 38, 0.08);
border-radius: 4px 4px 4px 4px;
opacity: 1;
color: #D52C26;
color: @primary-color;
white-space: nowrap;
/deep/ .anticon {
margin-left: 4px;