Commit a02c11ac authored by zhuangxinwei's avatar zhuangxinwei

按钮颜色修改

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