style(Sku): currency symbol should align to bottom (#6274)

This commit is contained in:
neverland
2020-05-13 17:38:08 +08:00
committed by GitHub
parent f6ae795439
commit 44911c3739
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ function SkuHeader(
<img src={goodsImg} />
{slots['sku-header-image-extra']?.()}
</div>
<div class={bem('goods-info')}>{slots.default && slots.default()}</div>
<div class={bem('goods-info')}>{slots.default?.()}</div>
</div>
);
}