소스 검색

fix: bug修复阶段v2.6

chenpeng 1 주 전
부모
커밋
4a0d0d2f2c
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  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 {