style(Sku): adjust expand icon size (#6646)

Co-authored-by: songweite <songweite@youzan.com>
This commit is contained in:
Waiter
2020-06-29 19:08:29 +08:00
committed by GitHub
co-authored by songweite
parent ab5a665387
commit 57398070d6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export default createComponent({
{this.largeImageMode && (
<img
class={`${classPrefix}-img-icon`}
src="https://img.yzcdn.cn/upload_files/2020/06/18/Fn6Qf0fGRFyuD8xh0Gi1w2ng59G1.png"
src="https://img.yzcdn.cn/upload_files/2020/06/29/Fi62E2HpMEGDDZS2-pd3LUOm_yWe.png"
onClick={this.onPreviewImg}
/>
)}