Bläddra i källkod

style: 隐藏pdf2的DOM. 页面最小宽度调整为1200px, 小屏幕(笔记本)适配.

peter 1 år sedan
förälder
incheckning
cd9334f1c7
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/pages/purchase-order/edit.vue

+ 2 - 2
src/pages/purchase-order/edit.vue

@@ -762,7 +762,7 @@
       </div>
 
       <div
-        v-if="computedCompany.taxReimbursement"
+        v-if="computedCompany.taxReimbursement && false"
         class="pdf-wrap"
       >
         <div
@@ -2013,7 +2013,7 @@ input[type='number'] {
   box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset,
     0 0.5em 1em rgba(0, 0, 0, 0.6);
   max-width: 1600px;
-  min-width: 1600px;
+  min-width: 1200px;
   margin: 0 auto;
 
   .company-info {