mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Icon:修复商品角标icon兼容性问题 (#840)
This commit is contained in:
parent
005933dad8
commit
2e80c62ed4
@ -97,7 +97,8 @@ Page({
|
|||||||
'new',
|
'new',
|
||||||
'new-arrival',
|
'new-arrival',
|
||||||
'hot-sale',
|
'hot-sale',
|
||||||
'cart-o'
|
'cart-o',
|
||||||
|
'question2'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-family: 'vant-icon';
|
font-family: 'vant-icon';
|
||||||
src: url('https://img.yzcdn.cn/vant/vant-icon-ed790e.ttf') format('truetype');
|
src: url('https://img.yzcdn.cn/vant/vant-icon-872dd0.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-icon {
|
.van-icon {
|
||||||
@ -419,4 +419,3 @@
|
|||||||
.van-icon-wechat::before {
|
.van-icon-wechat::before {
|
||||||
content: "\F05F";
|
content: "\F05F";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user