mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
update button demos
This commit is contained in:
parent
5a14501bcd
commit
3a3233111e
@ -26,9 +26,4 @@
|
||||
<button class="ant-btn ant-btn-primary">主按钮</button>
|
||||
<button class="ant-btn">次按钮</button>
|
||||
<button class="ant-btn ant-btn-ghost">幽灵按钮</button>
|
||||
|
||||
<br>
|
||||
|
||||
<button class="ant-btn ant-btn-primary">按 钮</button>
|
||||
|
||||
````
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 按钮组合
|
||||
|
||||
- order: 7
|
||||
- order: 6
|
||||
|
||||
将一系列的 `.ant-btn` 放入 `.ant-btn-group` 的容器中。
|
||||
|
||||
|
@ -1,12 +1,14 @@
|
||||
# 加载按钮
|
||||
# 加载中
|
||||
|
||||
- order: 6
|
||||
- order: 7
|
||||
|
||||
点击后进入加载状态。
|
||||
|
||||
---
|
||||
|
||||
````html
|
||||
<button class="ant-btn ant-btn-primary ant-btn-circle">
|
||||
<span class="anticon anticon-loading" ></span>
|
||||
<span class="anticon anticon-loading"></span>
|
||||
</button>
|
||||
<button class="ant-btn ant-btn-primary">
|
||||
<span>加载按钮</span>
|
||||
|
Loading…
Reference in New Issue
Block a user