Commit ba2110e0 by qinjianhui

fix: 样式修改

parent fb421ef3
......@@ -1796,13 +1796,13 @@ const operationOrderColumns = [
key: 'imageAry',
prop: 'imageAry',
label: '商品图片',
minWidth: 100,
minWidth: 180,
align: 'center',
render: (row: operateOrderListData) => {
const list = parseOperationOrderImageAry(row.imageAry)
if (!list.length) {
return (
<div>
<div style="display:flex;gap:4px;">
<el-image
src={row.variantImage}
style="width:50px;height:50px"
......
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