forked from gxwebsoft/mp-10550
优化细节
This commit is contained in:
@@ -64,7 +64,7 @@ const OrderConfirm = () => {
|
||||
<CellGroup>
|
||||
<Cell>
|
||||
<div className={'flex items-center'}>
|
||||
<Image src={goods.image} width="80" height="80"/>
|
||||
<Image src={goods.image} width="80" height="80" lazyLoad={false}/>
|
||||
<div className={'ml-2'}>
|
||||
<div className={'text-sm font-bold'}>{goods.name}</div>
|
||||
<div className={'text-red-500 text-lg'}>¥{goods.price}</div>
|
||||
|
||||
Reference in New Issue
Block a user