chenlei 6 mesiacov pred
rodič
commit
946cfdb2f8
2 zmenil súbory, kde vykonal 26 pridanie a 2 odobranie
  1. 1 1
      convert/index.js
  2. 25 1
      style/index.scss

+ 1 - 1
convert/index.js

@@ -11,7 +11,7 @@ const convert = {
   getCheckItem(obj, filterFunc = (f) => true) {
     let arr = []
     if (typeof obj === 'string') {
-      obj = config[obj]
+      obj = config.status[obj]
     }
     if (obj.push) {
       arr = obj

+ 25 - 1
style/index.scss

@@ -191,6 +191,21 @@
   }
 }
 
+.chunk5 {
+
+  >* {
+    @extend .p-spac;
+    @extend .defbb;
+
+    span,
+    label {
+      color: $label-color;
+    }
+  }
+
+
+}
+
 .chunk,
 .chunk1,
 .chunk2 {
@@ -303,7 +318,7 @@ $spac-map: (
   }
 }
 
-// 单行省略,优先使用 unocss: text-ellipsis
+// 单行省略
 .ellipsis {
   overflow: hidden;
   text-overflow: ellipsis;
@@ -675,6 +690,15 @@ body {
     color: $p-color;
     text-decoration: underline;
   }
+
+  .disabled {
+    pointer-events: none;
+    color: $gray-color;
+  }
+
+  .events-none {
+    pointer-events: none;
+  }
 }
 
 .container {