update #D52C26全局替换为@primary-color
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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: 修改侧边导航栏滚动条的样式 */
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user