johnsen 8 месяцев назад
Родитель
Сommit
a375169454
2 измененных файлов с 14 добавлено и 0 удалено
  1. 13 0
      src/assets/styles/personalized/index.scss
  2. 1 0
      src/assets/styles/public.scss

+ 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;