ccjgmwz 3 tahun lalu
induk
melakukan
dc15fc09c0
1 mengubah file dengan 11 tambahan dan 4 penghapusan
  1. 11 4
      public/static/print.html

+ 11 - 4
public/static/print.html

@@ -88,13 +88,20 @@
     height: 0px;
     height: 0px;
 }
 }
 .content0{
 .content0{
-  margin-bottom: 30px;
+  margin-bottom: 30vh;
+  padding-top: 5vh;
 }
 }
 .content1{
 .content1{
-  margin-bottom: 30px;
+  margin-bottom: 30vh;
+  padding-top: 5vh;
+
 }
 }
 .content2{
 .content2{
-  margin-bottom: 30px;
+  padding-top: 5vh;
+  margin-bottom: 30vh;
+}
+.content3{
+  padding-top: 5vh;
 }
 }
   </style>
   </style>
 </head>
 </head>
@@ -291,7 +298,7 @@
           this.tableData7.push(this.tableData[i])
           this.tableData7.push(this.tableData[i])
         }
         }
       }
       }
-      // window.print()
+      window.print()
       window.onafterprint = function (event) {
       window.onafterprint = function (event) {
         window.history.back(-1)
         window.history.back(-1)
       };
       };