chenlei 6 месяцев назад
Родитель
Сommit
cbccda56c0
2 измененных файлов с 18 добавлено и 4 удалено
  1. 0 3
      config/index.js
  2. 18 1
      style/index.scss

+ 0 - 3
config/index.js

@@ -34,7 +34,4 @@ export default {
       }
     }
   }
-
-
-
 }

+ 18 - 1
style/index.scss

@@ -75,7 +75,7 @@
 
   >div,
   >view {
-    @extend .flex;
+    display: flex;
     // justify-content: start;
 
     >div:first-child,
@@ -135,6 +135,15 @@
 
 }
 
+.chunk10 {
+  @extend .chunk1;
+
+  >div,
+  >view {
+    display: initial;
+  }
+}
+
 .chunk11 {
   @extend .chunk1;
 
@@ -546,6 +555,10 @@ body {
     line-height: 16px;
   }
 
+  .initial-color {
+    color: initial;
+  }
+
   .p-color {
     color: $p-color;
   }
@@ -580,6 +593,10 @@ body {
     background-color: $bg-color;
   }
 
+  .grayscale {
+    filter: grayscale(1);
+  }
+
   .border-box {
     box-sizing: border-box;
   }