mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
anticon-large => anticon-appstore
This commit is contained in:
parent
00a0f7b2b0
commit
568a23930c
@ -391,7 +391,7 @@
|
||||
<span class="anticon-class">laptop</span>
|
||||
</li>
|
||||
<li>
|
||||
<i class="anticon anticon-large"></i>
|
||||
<i class="anticon anticon-appstore"></i>
|
||||
<span class="anticon-class">large</span>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -28,7 +28,7 @@ var App = React.createClass({
|
||||
<i className="anticon anticon-mail"></i>导航一
|
||||
</Menu.Item>
|
||||
<Menu.Item key="app">
|
||||
<i className="anticon anticon-large"></i>导航二
|
||||
<i className="anticon anticon-appstore"></i>导航二
|
||||
</Menu.Item>
|
||||
<SubMenu title={<span><i className="anticon anticon-setting"></i>导航 - 子菜单</span>}>
|
||||
<Menu.Item key="setting:1">选项1</Menu.Item>
|
||||
|
@ -34,7 +34,7 @@ var Sider = React.createClass({
|
||||
<Menu.Item key="3">选项3</Menu.Item>
|
||||
<Menu.Item key="4">选项4</Menu.Item>
|
||||
</SubMenu>
|
||||
<SubMenu key="sub2" title={<span><i className="anticon anticon-large"></i><span>导航二</span></span>}>
|
||||
<SubMenu key="sub2" title={<span><i className="anticon anticon-appstore"></i><span>导航二</span></span>}>
|
||||
<Menu.Item key="5">选项5</Menu.Item>
|
||||
<Menu.Item key="6">选项6</Menu.Item>
|
||||
<SubMenu key="sub3" title="三级导航">
|
||||
|
@ -22,7 +22,7 @@ React.render(<Menu onClick={handleClick} style={{width:240}} mode="vertical">
|
||||
<MenuItem key="3">选项3</MenuItem>
|
||||
<MenuItem key="4">选项4</MenuItem>
|
||||
</SubMenu>
|
||||
<SubMenu key="sub2" title={<span><i className="anticon anticon-large"></i><span>导航二</span></span>}>
|
||||
<SubMenu key="sub2" title={<span><i className="anticon anticon-appstore"></i><span>导航二</span></span>}>
|
||||
<MenuItem key="5">选项5</MenuItem>
|
||||
<MenuItem key="6">选项6</MenuItem>
|
||||
<SubMenu key="sub3" title="三级导航">
|
||||
|
@ -119,7 +119,7 @@
|
||||
.@{iconfont-css-prefix}-meh:before {content:"\e634";}
|
||||
.@{iconfont-css-prefix}-inbox:before {content:"\e635";}
|
||||
.@{iconfont-css-prefix}-laptop:before {content:"\e63d";}
|
||||
.@{iconfont-css-prefix}-large:before {content:"\e63e";}
|
||||
.@{iconfont-css-prefix}-appstore:before {content:"\e63e";}
|
||||
.@{iconfont-css-prefix}-line-chart:before {content:"\e63f";}
|
||||
.@{iconfont-css-prefix}-link:before {content:"\e640";}
|
||||
.@{iconfont-css-prefix}-logout:before {content:"\e642";}
|
||||
|
Loading…
Reference in New Issue
Block a user