Commit 60183ce3 by caoyanzhi

Merge branch 'feature/3月迭代-主题色'

# Conflicts:
#	dist/css/app.bab3c2d15acab46f3d684fbce738e4b3.css
parents 11ac76aa 757b60e5
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -154,7 +154,7 @@
.el-button.no-active {
color: #303133;
&:hover {
color: #46a6ff;
color: #597EF7;
}
}
}
......
......@@ -154,7 +154,7 @@
color: #303133;
}
.customer-contain-wrap .basic-info-contain .extended-field-wrap .flex-header .tab-button-wrap .el-button.no-active:hover {
color: #46a6ff;
color: #597EF7;
}
.customer-contain-wrap .basic-info-contain .extended-field-wrap .flex-header .vertical-line {
flex: 1;
......
......@@ -635,8 +635,8 @@ export default {
font-size: 14px;
border-radius: 4px;
&:hover{
background: #40A9FF;
border-color: #40A9FF;
background: #597EF7;
border-color: #597EF7;
color: #fff;
}
}
......
......@@ -224,12 +224,12 @@ export default {
animation-fill-mode: forwards;*/
&:hover {
color: #fff;
background-color: #40a9ff;
border-color: #40a9ff;
background-color: #597EF7;
border-color: #597EF7;
}
&:active {
background: #096dd9;
border-color: #096dd9;
background: #1D39C4;
border-color: #1D39C4;
color: #fff;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment