Explorar o código

检斤打印小票样式

zhongtianhaoyuan %!s(int64=3) %!d(string=hai) anos
pai
achega
dad093d8f6
Modificáronse 1 ficheiros con 7 adicións e 3 borrados
  1. 7 3
      public/static/weightCheck.html

+ 7 - 3
public/static/weightCheck.html

@@ -55,7 +55,7 @@
         height: 120px;
         position: absolute;
         right: 20px;
-        top: -15px;
+        top: 12px;
       }
 
       .config {
@@ -99,7 +99,6 @@
         left: 0;
         right: 0;
         margin: auto;
-        height: 450px;
       }
       
       .small-title {
@@ -110,7 +109,7 @@
         align-items: center;
       }
        .numberNo{
-          font-size: 26px;
+          font-size: 36px;
           margin: auto;
         }
       .small-row {
@@ -126,6 +125,10 @@
       .sign {
         margin-right: 100px;
       }
+      .small-code{
+        position: relative;
+        left:calc(50% - 55px)
+      }
     </style>
   </head>
   <body>
@@ -319,6 +322,7 @@
           <div  class="numberNo">{{tableData.number.substring(tableData.number.length - 3)}}</div>
           <div style="margin: auto;">粮食检斤单</div>
         </div>
+        <img :src="tableData.codeUrl" alt="" class="small-code">
         <div class="small-row">
           <div>编号</div>
           <div>{{tableData.number}}</div>