shish 2 ani în urmă
părinte
comite
99eb4a2227
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      ghs/src/views/order/components/arrival.vue

+ 2 - 2
ghs/src/views/order/components/arrival.vue

@@ -102,11 +102,11 @@
 				<div style="margin-left:80px;margin-top:20px;">
 				<div style="margin-left:80px;margin-top:20px;">
 					<el-button @click="closeFn">取消</el-button>
 					<el-button @click="closeFn">取消</el-button>
 
 
-					<el-popconfirm title="确认保存?" @confirm="savePrice()" @onConfirm="savePrice()" style="margin-left:80px;">
+					<el-popconfirm title="确认保存?" @confirm="savePrice()" @onConfirm="savePrice()" style="margin-left:140px;">
 						<el-button slot="reference">保存</el-button>
 						<el-button slot="reference">保存</el-button>
 					</el-popconfirm>
 					</el-popconfirm>
 
 
-					<el-popconfirm title="确认要提交?" @confirm="commitItem()" @onConfirm="commitItem()" style="margin-left:80px;">
+					<el-popconfirm title="确认要提交?" @confirm="commitItem()" @onConfirm="commitItem()" style="margin-left:140px;">
 						<el-button type="primary" slot="reference">确认提交</el-button>
 						<el-button type="primary" slot="reference">确认提交</el-button>
 					</el-popconfirm>
 					</el-popconfirm>