lilei hace 2 años
padre
commit
7d30ca9db3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/inventoryManagement/makeInventory/printModal.vue

+ 1 - 1
src/views/inventoryManagement/makeInventory/printModal.vue

@@ -29,7 +29,7 @@
       </a-form-model>
       <div class="btn-cont">
         <a-button id="sales-print-back" @click="handleCancel">取消</a-button>
-        <a-button type="primary" class="button-info" id="sales-print-orginPreview" @click="handleSave('orginPreview')" style="margin-left: 10px;">打印预览</a-button>
+        <a-button type="primary" class="button-info" id="sales-print-orginPreview" @click="handleSave('orginPreview')" style="margin-left: 15px;">打印预览</a-button>
         <a-button type="primary" id="sales-print-save" @click="handleSave('orginPrint')" style="margin-left: 10px;">立即打印</a-button>
       </div>
     </a-spin>