lilei пре 2 година
родитељ
комит
7d30ca9db3
1 измењених фајлова са 1 додато и 1 уклоњено
  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>