@@ -0,0 +1,13 @@
+.report-mig {
+ .ibps-p-0 {
+ width: 100%;
+ .list-group {
+ height: 100%;
+ .image-reader-item {
+ width: 100% !important;
+ height: 10rem !important;
+ }
+}
@@ -1,4 +1,5 @@
@import '~@/assets/styles/unit/color.scss';
+@import '~@/assets/styles/personalized/index.scss';
// 工具类名统一前缀
$prefix: ibps;