mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
chore: 迁移 form iconfont
This commit is contained in:
parent
d89cc5610b
commit
d467994249
@ -15,6 +15,7 @@ var Switch = antd.Switch;
|
||||
var Menu = antd.Menu;
|
||||
var Dropdown = antd.Dropdown;
|
||||
var Slider = antd.Slider;
|
||||
var Icon = antd.Icon;
|
||||
|
||||
var menu = <Menu>
|
||||
<Menu.Item>
|
||||
@ -47,7 +48,7 @@ React.render(
|
||||
</div>
|
||||
<div className="ant-form-item ant-form-item-compact">
|
||||
<label className="col-8" required>
|
||||
<i className="anticon anticon-exclamation-circle" style={{color: '#f60'}}></i> 我是标题:
|
||||
<Icon type="exclamation-circle" style={{color: '#f60'}} /> 我是标题:
|
||||
</label>
|
||||
<div className="col-10">
|
||||
<p className="ant-form-text">唧唧复唧唧木兰当户织呀</p>
|
||||
|
Loading…
Reference in New Issue
Block a user