guhongwei há 4 anos atrás
pai
commit
e1663629de
1 ficheiros alterados com 5 adições e 3 exclusões
  1. 5 3
      parts/print/print-sign.vue

+ 5 - 3
parts/print/print-sign.vue

@@ -113,18 +113,20 @@ export default {
 <style lang="less" scoped>
 <style lang="less" scoped>
 .printList {
 .printList {
   width: 1050px;
   width: 1050px;
-  // height: 719px;
+  // height: 717px;
+
   table {
   table {
     border-collapse: collapse;
     border-collapse: collapse;
+    zoom: 0.9;
     tr {
     tr {
       th {
       th {
         text-align: center;
         text-align: center;
         // padding: 8px 0;
         // padding: 8px 0;
-        height: 36.4px;
+        height: 51.6px;
       }
       }
       td {
       td {
         text-align: center;
         text-align: center;
-        height: 31px;
+        height: 23px;
       }
       }
     }
     }
   }
   }