mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[Improvement] Icon: update edit icon (#1635)
This commit is contained in:
Binary file not shown.
@@ -66,7 +66,7 @@ module.exports = {
|
||||
css: 'logistics'
|
||||
},
|
||||
{
|
||||
src: '编辑地址.svg',
|
||||
src: 'edit.svg',
|
||||
css: 'edit'
|
||||
},
|
||||
{
|
||||
|
Binary file not shown.
@@ -2,5 +2,5 @@
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-family: 'vant-icon';
|
||||
src: url('../icon/vant-icon-eb8c95.ttf') format('truetype');
|
||||
src: url('../icon/vant-icon-82e8e7.ttf') format('truetype');
|
||||
}
|
||||
|
@@ -4,7 +4,7 @@
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-family: 'vant-icon';
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-eb8c95.ttf') format('truetype');
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-82e8e7.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
|
Reference in New Issue
Block a user