Prechádzať zdrojové kódy

fix: 增加个性化scss

johnsen 8 mesiacov pred
rodič
commit
a375169454

+ 13 - 0
src/assets/styles/personalized/index.scss

@@ -0,0 +1,13 @@
+.report-mig {
+  .ibps-p-0 {
+    width: 100%;
+    .list-group {
+      width: 100%;
+      height: 100%;
+      .image-reader-item {
+        width: 100% !important;
+        height: 10rem !important;
+      }
+    }
+  }
+}

+ 1 - 0
src/assets/styles/public.scss

@@ -1,4 +1,5 @@
 @import '~@/assets/styles/unit/color.scss';
+@import '~@/assets/styles/personalized/index.scss';
 
 // 工具类名统一前缀
 $prefix: ibps;