diff --git a/src/components/PdfViewer/A4Viewer.vue b/src/components/PdfViewer/A4Viewer.vue index 3043e731..7c60b450 100644 --- a/src/components/PdfViewer/A4Viewer.vue +++ b/src/components/PdfViewer/A4Viewer.vue @@ -3,17 +3,6 @@
-
- -
-
- - - -
-
- -
@@ -29,6 +18,19 @@ + +
+ +
+
+ + + +
+
+ +
+
@@ -447,12 +449,22 @@ export default { .grid2 { height: 200px; // background-image: radial-gradient(circle, rgb(165, 165, 165) 1px, #fff 1px); + background-image: radial-gradient(circle, #9b9b9b 1px, #f0f0f0 1px); + background-size: 30px 30px; + background-position: center center; +} + + .grid2x { + height: 200px; + // background-image: radial-gradient(circle, rgb(165, 165, 165) 1px, #fff 1px); background-image: radial-gradient(circle, #4a4a4a 1px, #3f3f3f 1px); background-size: 15px 15px; background-position: center center; } + + .grid3 { height: 200px; background-image: @@ -501,15 +513,15 @@ export default { z-index: 1; width: 100%; - height: 50px; + height: 36px; border: 1px solid #ddd; box-sizing: border-box; text-align: center; background: #f8f8f8; display: flex; - justify-content: center; - align-items: center; + // justify-content: center; + // align-items: center; & > div { min-width: 36px; height: 36px; @@ -565,9 +577,9 @@ export default { } .pdf-wrapper { position: absolute; - margin-top: 70px; + margin-top: 40px; width: 100%; - height: calc(100% - 70px); + height: calc(100% - 40px); overflow: auto; } } diff --git a/src/views/emis/EmisBaseTools/TanexPrinterPanel.vue b/src/views/emis/EmisBaseTools/TanexPrinterPanel.vue index 134495b5..2dc34537 100644 --- a/src/views/emis/EmisBaseTools/TanexPrinterPanel.vue +++ b/src/views/emis/EmisBaseTools/TanexPrinterPanel.vue @@ -57,13 +57,19 @@
- +
- - +
+ +
+ +
+
+ +