Commit 9f46b97f by wusiyi

fix: 样式调整

parent 1d38f79d
...@@ -3103,7 +3103,7 @@ const handleCompleteDelivery = () => { ...@@ -3103,7 +3103,7 @@ const handleCompleteDelivery = () => {
if (!ensureSelection()) return if (!ensureSelection()) return
ElMessageBox.confirm( ElMessageBox.confirm(
`<div>确定完成发货吗?</div> `<div>确定完成发货吗?</div>
<div style="color: #f56c6c; margin-top: 8px; font-size: 13px;">注意:完成发货前请先核对商品重量</div>`, <div style="color: #ff2626; margin-top: 8px; font-size: 13px;">注意:完成发货前请先核对商品重量</div>`,
'提示', '提示',
{ {
confirmButtonText: '确定', confirmButtonText: '确定',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment