Commit fe4c15bb by 李姝悦

修改清空按钮字体颜色

parent 037c509d
...@@ -939,6 +939,11 @@ export default { ...@@ -939,6 +939,11 @@ export default {
cursor: pointer; cursor: pointer;
} }
} }
/deep/.el-button:first-child{
span{
color: #055fe7;
}
}
} }
} }
.buttons { .buttons {
......
...@@ -1421,6 +1421,11 @@ export default { ...@@ -1421,6 +1421,11 @@ export default {
background: #044cb9 !important; background: #044cb9 !important;
} }
} }
/deep/.el-button:first-child{
span{
color: #055fe7;
}
}
} }
} }
.buttons { .buttons {
......
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