Jelajahi Sumber

打印样式调整bug2626

luolei 5 tahun lalu
induk
melakukan
c6d7bce118
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  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;
+      }
     }
   }
 }