RaoHai
|
12c974660e
|
Anchor 优化
+ using `document.getElementById` instead of `document.querySelector`
+ ink will scroll to target position directly
|
2016-11-15 15:15:34 +08:00 |
|
afc163
|
f9319e244b
|
Add compatible css centered demo code, close #3849
|
2016-11-15 15:02:30 +08:00 |
|
afc163
|
1750fc754c
|
Merge branch 'master' of github.com:ant-design/ant-design
|
2016-11-15 14:13:29 +08:00 |
|
afc163
|
bc45f43042
|
Fix Menu Devider style and document, close #3813
|
2016-11-15 14:12:25 +08:00 |
|
偏右
|
1ae4816cd0
|
fix format props of RangePicker (#3831)
+ close #3808
|
2016-11-15 14:03:20 +08:00 |
|
afc163
|
ab8f8e4506
|
update table demo
|
2016-11-15 12:01:06 +08:00 |
|
afc163
|
d8516ee8df
|
adjust progress vertical align
|
2016-11-14 22:06:07 +08:00 |
|
RaoHai
|
d4269f8f30
|
fix format props of RangePicker
+ close #3808
|
2016-11-14 20:27:51 +08:00 |
|
afc163
|
b0f366cb0f
|
Fix TreeSelect[multiple] placeholder margin bug, close #3841
|
2016-11-14 20:15:51 +08:00 |
|
afc163
|
fc3d320872
|
much better way for #3748 and fix ok close animation
|
2016-11-14 19:38:24 +08:00 |
|
afc163
|
82fa3ed2a5
|
update DatePicker doc and demo
|
2016-11-14 19:13:37 +08:00 |
|
afc163
|
1850e4b7cf
|
fix disabled today style
|
2016-11-14 19:00:17 +08:00 |
|
afc163
|
b54d0ccc31
|
Fix active Switch style, close #3838
|
2016-11-14 18:52:50 +08:00 |
|
afc163
|
4b2e9bbd23
|
Fix non-bordered Table column header border radius
https://zos.alipayobjects.com/rmsportal/khxltYwtEiBKtHE.png
|
2016-11-14 14:37:04 +08:00 |
|
afc163
|
05213a5827
|
update table demos
|
2016-11-14 14:26:08 +08:00 |
|
afc163
|
b6455e2546
|
fix path
|
2016-11-14 13:20:00 +08:00 |
|
afc163
|
a7153e6e24
|
Fix mention style detail
|
2016-11-14 12:21:58 +08:00 |
|
Benjy Cui
|
bbef274aae
|
feat: expose DatePicker[showToday], ref: #3793
|
2016-11-14 11:57:12 +08:00 |
|
feng zhi hao
|
b6fbc266c5
|
add declaration in DatePicker (#3829)
|
2016-11-14 10:57:52 +08:00 |
|
afc163
|
ff803c2762
|
fix anchor style according to design file
|
2016-11-13 19:08:52 +08:00 |
|
afc163
|
3bdfe5bb88
|
adjust switch style
|
2016-11-13 18:22:47 +08:00 |
|
afc163
|
de64779546
|
speed up loading icon
|
2016-11-13 18:19:23 +08:00 |
|
Wei Zhu
|
b0c7a714ad
|
Don't pass visible to Dropdown if it's not exits. (#3821)
fix #3815
|
2016-11-13 15:53:02 +08:00 |
|
Benjy Cui
|
26c5c8e11c
|
fix: should work with latest rc-time-picker (#3810)
|
2016-11-11 18:23:11 +08:00 |
|
Wei Zhu
|
7dc0328c60
|
Fix table border when using cell merging (#3806)
|
2016-11-11 17:57:27 +08:00 |
|
Benjy Cui
|
c073e78074
|
fix: should work with timepicker without minutes and so on, ref: #3793 (#3799)
|
2016-11-11 17:50:48 +08:00 |
|
Benjy Cui
|
88d428bcc4
|
docs: update demo
|
2016-11-11 16:29:49 +08:00 |
|
Benjy Cui
|
d4b5b701bd
|
docs: update demos for TimePicker
|
2016-11-11 16:06:11 +08:00 |
|
Wei Zhu
|
926425d8ec
|
Pass visible and onVisibleChange to Dropdown, fix #3779 (#3782)
|
2016-11-11 15:26:57 +08:00 |
|
Wei Zhu
|
0e6ac6bc4c
|
Optimize table selection (#3757)
* Extract SelectionRadio, SelectionCheckbox, SelectionCheckboxAll
* Add some tests
|
2016-11-11 15:26:51 +08:00 |
|
afc163
|
be9ed0388c
|
Fix form controls focused error style
|
2016-11-11 15:08:02 +08:00 |
|
afc163
|
d6288e5994
|
Fix TimePicker panel style (#3793)
|
2016-11-11 14:44:37 +08:00 |
|
afc163
|
524a421d72
|
upgrade rc-time-picker to 2.2.0, support TimePicker[format="HH"] (#3793)
|
2016-11-11 14:28:29 +08:00 |
|
Benjy Cui
|
4da0ae4f42
|
docs: update demos for DatePicker, ref: #3793
|
2016-11-11 12:08:18 +08:00 |
|
afc163
|
02422417d6
|
Merge branch 'master' of github.com:ant-design/ant-design
|
2016-11-11 00:57:24 +08:00 |
|
afc163
|
01f5b61982
|
Add position relative for table cell
|
2016-11-11 00:57:14 +08:00 |
|
Benjy Cui
|
e7cf2a4f3f
|
docs: update demos for Form, close: #3558
|
2016-11-10 16:11:22 +08:00 |
|
ddcat1115
|
ed7d82f4cd
|
Merge pull request #3671 from ant-design/feat-tag
feat: make Tag checkable, close: #3560
|
2016-11-10 16:05:02 +08:00 |
|
Benjy Cui
|
8fa50cfddc
|
docs: add meaningful demo for CheckableTag
|
2016-11-10 14:32:17 +08:00 |
|
Benjy Cui
|
751b597df1
|
docs: update demo variable name
|
2016-11-10 11:44:12 +08:00 |
|
afc163
|
850e713e7f
|
Improve text overflow for MenuItem and AnchorLink, close #3712
|
2016-11-10 11:35:12 +08:00 |
|
Benjy Cui
|
e64f04cee5
|
feat: CheckableTag, close: #3560
|
2016-11-10 11:20:52 +08:00 |
|
Benjy Cui
|
8dcdd12bef
|
feat: bring Tag[color] back, close: #3773
|
2016-11-10 11:12:09 +08:00 |
|
afc163
|
88d470220b
|
Fix wrong error style for Form Validation
|
2016-11-09 22:25:39 +08:00 |
|
afc163
|
51dae474cc
|
fix form demo align
|
2016-11-09 22:12:21 +08:00 |
|
afc163
|
5d2a2cc39b
|
Add @highlight-color less variables
|
2016-11-09 21:30:02 +08:00 |
|
afc163
|
64e549be9d
|
fix anchor ball
|
2016-11-09 21:12:26 +08:00 |
|
afc163
|
19be7db53f
|
improve anchor detail
|
2016-11-09 21:06:43 +08:00 |
|
afc163
|
563f8120cd
|
fix Checkbox border
|
2016-11-09 20:38:57 +08:00 |
|
afc163
|
1903990315
|
update transfer doc
|
2016-11-09 20:37:10 +08:00 |
|