ccjgmwz пре 3 година
родитељ
комит
dc15fc09c0
1 измењених фајлова са 11 додато и 4 уклоњено
  1. 11 4
      public/static/print.html

+ 11 - 4
public/static/print.html

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