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
parent ab5a665387
commit 57398070d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ export default createComponent({
{this.largeImageMode && ( {this.largeImageMode && (
<img <img
class={`${classPrefix}-img-icon`} 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} onClick={this.onPreviewImg}
/> />
)} )}

View File

@ -179,7 +179,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 110px; width: 110px;
margin: 0 4px 6px 0; margin: 0 4px 4px 0;
border: 1px solid transparent; border: 1px solid transparent;
&:last-child { &:last-child {
@ -195,7 +195,7 @@
top: 0; top: 0;
right: 0; right: 0;
width: 18px; width: 18px;
height: 19px; height: 18px;
} }
} }