Эх сурвалжийг харах

fix:报告下载记录页面样式

yangfeng 4 сар өмнө
parent
commit
a20abc5083

+ 9 - 1
apps/bigmember_pc/src/views/reportDownload/record.vue

@@ -826,11 +826,13 @@ $char_color: #1d1d1d;
     }
   }
   .credit-report-box {
-    padding: 15px 24px;
+    height: 60px;
+    padding: 0 24px;
     margin-bottom: 16px;
     background: linear-gradient(90deg, #e3fcff 0%, #ffffff 100%);
     border-radius: 4px;
     border: 1px solid #87dfea;
+    overflow: hidden;
     .credit-report-content {
       position: relative;
     }
@@ -839,6 +841,7 @@ $char_color: #1d1d1d;
       color: #1d1d1d;
       font-size: 16px;
       line-height: 24px;
+      white-space: nowrap;
     }
     .credit-report-desc {
       position: relative;
@@ -847,6 +850,11 @@ $char_color: #1d1d1d;
       line-height: 22px;
       z-index: 10;
     }
+    .report-action {
+      position: relative;
+      z-index: 10;
+      white-space: nowrap;
+    }
     .view-report-sample {
       color: $color_main;
       cursor: pointer;