马斯特
|
a25ec29fb8
|
refactor: 保证所有的tsx和less都正确使用prefix (#3024)
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
|
8 years ago |
afc163
|
8bd421efc7
|
fix loading button clicked effect
|
9 years ago |
afc163
|
0ca6a1c24a
|
css modularize (#1448)
* css modularize
* Add alert style
* Move more component style
* Move iconfont to common style
* Move layout style
* Move more component style
* Move all components
* Fix lots of mixin deps
* remove css-prefix from less
* fix a button icon style bug
* restructure
* fix index
* add dist
* fix jest
* fix some components style
* clean webpack config
* check more components style
* update tabs
* update scripts
* update scripts
* fix form style
* fix more style
* Fix select width
* Fix form and tabs style
|
9 years ago |
afc163
|
f36b648fab
|
remove vendor prefixes dependency
|
9 years ago |
afc163
|
cc4866bdec
|
fix button clicked animation
|
9 years ago |
afc163
|
cc2f93a4e1
|
loading button should not be transparent
|
9 years ago |
afc163
|
b4be06f816
|
improve button loading animation
|
9 years ago |
afc163
|
41182f5619
|
fix prefixCls
|
9 years ago |
afc163
|
611665fa6d
|
button contains icon only should has smaller padding
|
9 years ago |
afc163
|
e973cb7cc8
|
update button cirle outline style
|
9 years ago |
afc163
|
e91b009e93
|
update button style
|
9 years ago |
afc163
|
827ac4b7e8
|
Fix button style
|
9 years ago |
afc163
|
d7d1a90e05
|
improve button style
|
9 years ago |
afc163
|
be3a90fbc6
|
Add click effect for primary button, close #942
|
9 years ago |
afc163
|
fcbd6015bd
|
fix button-group disable button border, close #926
|
9 years ago |
afc163
|
2699f5075c
|
update button loading
|
9 years ago |
afc163
|
cf6ed2ae36
|
fix button padding
|
9 years ago |
afc163
|
5e1f611863
|
Add dashed button, ref #413
|
9 years ago |
afc163
|
8d36dc6fe5
|
Add simple lesshint support
|
9 years ago |
zinkey
|
c3681cf9e4
|
iconfont
|
9 years ago |
zinkey
|
d14ab49918
|
iconfont
|
9 years ago |
zinkey
|
08d9aaf4c8
|
iconfont
|
9 years ago |
Benjy Cui
|
3c962e16d2
|
fix: hide loading icon at first
|
9 years ago |
Benjy Cui
|
0183694f9c
|
refactor: remove `.ant-btn-menu`
|
9 years ago |
Benjy Cui
|
2f771b0482
|
feat: button should be a component
|
9 years ago |
afc163
|
c5cab1d687
|
Add confirmLoading prop for Modal
You can use `confirmLoading` to cancel button loading status.
```
onOk() {
...
this.setState({
confirmLoading: false
});
}
```
Fix #322
|
9 years ago |
afc163
|
f0931ece66
|
Add lesslint and fix less code style
|
9 years ago |
afc163
|
43c53f1d8d
|
loading button should be unhandlable
|
9 years ago |
afc163
|
b8ef693afc
|
button loading animation effect
|
9 years ago |
afc163
|
0bd869bbc2
|
iconfont
|
9 years ago |
afc163
|
07fb9aa51b
|
fix chrome 12px via .iconfont-size-under-12px() mixin
|
9 years ago |
afc163
|
68b9e6125b
|
update iconfont
|
10 years ago |
afc163
|
b407c5e924
|
fix button variable
|
10 years ago |
simaQ
|
6012b560a7
|
update button-group
|
10 years ago |
afc163
|
d35988d7b1
|
统一主色调
|
10 years ago |
simaQ
|
7fc69b7dd6
|
fix the input[type=file] style
|
10 years ago |
simaQ
|
89718e2335
|
ie support
|
10 years ago |
afc163
|
646c6853d6
|
move confirm into modal
|
10 years ago |
simaQ
|
b3d5e31d26
|
optimize button
|
10 years ago |
afc163
|
e156d76940
|
update tooltip style
|
10 years ago |
afc163
|
1de932c085
|
move ant-style inside ant-desgin
|
10 years ago |