Browse Source

打印样式调整bug2626

luolei 5 năm trước cách đây
mục cha
commit
c6d7bce118
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/components/PreviewBody/index.less

+ 6 - 0
src/components/PreviewBody/index.less

@@ -163,11 +163,17 @@ table{
   .printBtn {
     display: none !important;
   }
+  p,span,td,div {
+    font-size: 12px !important;
+  }
   .infos {
     td {
       font-size: 12px !important;
       padding: 4px 5px 4px 0px !important;
       line-height: 18px !important;
+      span {
+        font-size: 12px !important;
+      }
     }
   }
 }