Commit ef0f89fc authored by luohua's avatar luohua

统一改样式

parent 0011e96f
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
color: $--color-success; color: $--color-success;
} }
@include e(errortip){ @include e(errortip){
color: $--color-success; color: $--color-danger;
} }
} }
......
...@@ -632,7 +632,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -632,7 +632,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-dialog__successtip { .el-dialog__successtip {
color: #4EC87C; } color: #4EC87C; }
.el-dialog__errortip { .el-dialog__errortip {
color: #4EC87C; } color: #FF3D33; }
.el-dialog__body { .el-dialog__body {
padding: 20px; padding: 20px;
color: #666666; color: #666666;
......
...@@ -5310,7 +5310,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/ ...@@ -5310,7 +5310,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-dialog__successtip { .el-dialog__successtip {
color: #4EC87C; } color: #4EC87C; }
.el-dialog__errortip { .el-dialog__errortip {
color: #4EC87C; } color: #FF3D33; }
.el-dialog__body { .el-dialog__body {
padding: 20px; padding: 20px;
color: #666666; color: #666666;
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