mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-12 22:35:37 +08:00
高度
This commit is contained in:
@@ -154,7 +154,9 @@ export default function WgtGoods(props) {
|
||||
</Text>
|
||||
)}
|
||||
{base.titleText?.type === 'image' && base.titleText?.image && (
|
||||
<SpImage src={base.titleText.image} className='wgt-goods-head-title-image' />
|
||||
<View className='wgt-goods-head-title-image'>
|
||||
<SpImage src={base.titleText.image} mode='heightFix' />
|
||||
</View>
|
||||
)}
|
||||
</View>
|
||||
{base.moreBtn?.show && (
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
.wgt-goods-head-title-image {
|
||||
max-height: 40px;
|
||||
height: 40px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user