Ver código fonte

fix: bug修复阶段v2.6

chenpeng 1 semana atrás
pai
commit
4a0d0d2f2c
1 arquivos alterados com 16 adições e 0 exclusões
  1. 16 0
      assets/style/common.less

+ 16 - 0
assets/style/common.less

@@ -242,6 +242,22 @@
     padding-bottom: 8px;
 }
 
+.el-loading-mask {
+    .el-loading-spinner {
+
+        .circular {
+            .path {
+                stroke: #9B6CFF !important;
+            }
+        }
+
+        .el-loading-text {
+            color: #9B6CFF !important;
+            font-size: 16px !important;
+        }
+    }
+}
+
 // .el-checkbox {
 //     .el-checkbox__input {
 //         &.is-checked {