Commit a02c11ac authored by zhuangxinwei's avatar zhuangxinwei

按钮颜色修改

parent a87c2b05
......@@ -426,7 +426,7 @@ label {
color: $color-theme;
}
&.success {
color: $color-green;
color: $color-success;
}
&.danger {
color: $color-red;
......
......@@ -3,6 +3,7 @@
$--color-primary: $color-theme;
$--color-warning: $color-orange;
$--color-danger: $color-red;
$--color-success: $color-success;
//$--color-info: $color-theme;
/* 改变 icon 字体路径变量,必需 */
......
// 主题色
$color-theme: #46BCF3;
$color-red: #F57b7b;
$color-theme: #0A82D2;
$color-red: #D20A10;
$color-purple: #ff33a9;
$color-orange: #f4ac10;
$color-blue: #409EFF;
$color-success: #2BAC1C;
// 我的单据背景色 考勤统计
$color-cambridge-blue: #29a2db;
// 我的单据背景色 考勤统计
......
......@@ -708,7 +708,6 @@ export default {
<style lang="scss" scoped>
.bad_definition {
font-size: 18px;
.placeholder{
height:14px;
background-color: #F4F4F4
......
This diff is collapsed.
......@@ -231,7 +231,7 @@ export default {
}
}
</style>
<style lang="scss">
<style lang="scss" scoped>
.synchronization {
.badSearch{
.el-form-item--small .el-form-item__label{
......
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