任一存 3 лет назад
Родитель
Сommit
558f25e295
1 измененных файлов с 12 добавлено и 9 удалено
  1. 12 9
      src/assets/style/style.pc.edit.less

+ 12 - 9
src/assets/style/style.pc.edit.less

@@ -1734,19 +1734,22 @@ a {
 .el-message--success, .el-message--info, .el-message--warning, .el-message--error {
   background: #1F1F1F!important;
   box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.2), 0px 6px 16px 0px rgba(0, 0, 0, 0.32), 0px 3px 6px -4px rgba(0, 0, 0, 0.48)!important;
-  border-radius: 40px!important;
+  border-radius: 20px!important;
   border: 1px solid #333333!important;
+  min-width: 0;
+  padding: 0 15px;
+  height: 40px;
   .el-message__content{
     color: rgba(255, 255, 255, 0.6)!important;
     font-size: 14px;
-    line-height: 22px;
   }
-  .el-icon-info{
-    color: #D89614!important;
+  .el-icon-success {
+    color: #49AA19 !important;
+  }
+  .el-icon-warning {
+    color: #D89614 !important;
+  }
+  .el-icon-error {
+    color: #A61D24 !important;
   }
-}
-
-.el-message--error {
-  background: #fff!important;
-  border-color: #fff!important;
 }