Skip to content

Commit

Permalink
fix(Icon): correct eye/eye-close's width
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Sep 29, 2019
1 parent 01fdcd2 commit 19b7d04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fusion
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"class-prefix": ".next",
"icon": {
"iconfont-project-id": "515771",
"iconfont-path": "//at.alicdn.com/t/font_515771_s0trfxc09h"
"iconfont-path": "//at.alicdn.com/t/font_515771_7u6frotlpa6"
},
"import": {
"sources": {
Expand Down
3 changes: 2 additions & 1 deletion docs/icon/demo/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const types = [
'loading', 'search', 'close', 'ellipsis', 'picture',
'calendar', 'ashbin', 'upload', 'download', 'set',
'edit', 'refresh', 'filter', 'attachment', 'account',
'email', 'atm'
'email', 'atm', 'copy', 'exit', 'eye', 'eye-close', 'toggle-left', 'toggle-right',
'lock', 'unlock','chart-pie', 'chart-bar'
];


Expand Down
2 changes: 1 addition & 1 deletion src/core/style/_icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// 根据 Alibaba Base DPL 设计实现

/// icon font path 字体路径
$icon-font-path: "//at.alicdn.com/t/font_515771_s0trfxc09h" !default;
$icon-font-path: "//at.alicdn.com/t/font_515771_7u6frotlpa6" !default;

/// icon font name 自定义的icon font 名称
$icon-font-name: "icon" !default;
Expand Down

0 comments on commit 19b7d04

Please sign in to comment.