mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Icon): calendar-o typo #7080
This commit is contained in:
parent
ea6324234b
commit
def6fb90c4
Binary file not shown.
@ -34,7 +34,7 @@ const map = {
|
||||
F01F: 'brush-o',
|
||||
F020: 'bulb-o',
|
||||
F021: 'bullhorn-o',
|
||||
F022: 'calender-o',
|
||||
F022: 'calendar-o',
|
||||
F023: 'card',
|
||||
F024: 'cart-circle-o',
|
||||
F025: 'cart-circle',
|
||||
|
@ -98,7 +98,7 @@ module.exports = {
|
||||
'newspaper-o',
|
||||
'warn-o',
|
||||
'notes-o',
|
||||
'calender-o',
|
||||
'calendar-o',
|
||||
'bulb-o',
|
||||
'user-circle-o',
|
||||
'desktop-o',
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,9 +5,9 @@
|
||||
font-family: 'vant-icon';
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-ae8bba.woff2') format('woff2'),
|
||||
url('https://img.yzcdn.cn/vant/vant-icon-ae8bba.woff') format('woff'),
|
||||
url('https://img.yzcdn.cn/vant/vant-icon-ae8bba.ttf') format('truetype');
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-0c347b.woff2') format('woff2'),
|
||||
url('https://img.yzcdn.cn/vant/vant-icon-0c347b.woff') format('woff'),
|
||||
url('https://img.yzcdn.cn/vant/vant-icon-0c347b.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
@ -163,7 +163,7 @@
|
||||
content: '\F021';
|
||||
}
|
||||
|
||||
.van-icon-calender-o::before {
|
||||
.van-icon-calendar-o::before {
|
||||
content: '\F022';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user