Commit ba2110e0 by qinjianhui

fix: 样式修改

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