Skip to content

Commit

Permalink
[icon] add icon date (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
lany44 authored and simonwang6666 committed Feb 12, 2019
1 parent 602a813 commit 643702f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion demo/src/app/style/style-icon/style-icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
'collapse-up',
'cross',
'tick',
'insert-row'
'insert-row',
'date'
];
export default {
Expand Down
2 changes: 1 addition & 1 deletion dist/base-ui.css

Large diffs are not rendered by default.

Binary file modified dist/base-ui.woff
Binary file not shown.
Binary file modified src/style/icon/base-ui.woff
Binary file not shown.
2 changes: 2 additions & 0 deletions src/style/icon/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@
.b-icon-bottom:before { content: "\ecb5"; }

.b-icon-top:before { content: "\ecb6"; }

.b-icon-date:before { content: "\e60f"; }

0 comments on commit 643702f

Please sign in to comment.