Commit Graph

6553 Commits

Author SHA1 Message Date
afc163
d92a24d477 Improve overlay border design 2016-10-14 15:40:39 +08:00
Wei Zhu
6c0c495177 fix: backTop target (#3399)
fix: BackTop target
2016-10-14 15:26:22 +08:00
xiaofan2406
10afe1372f flexible Card title wrapper (#3416) 2016-10-14 14:41:21 +08:00
afc163
98c15a5113 update changelog 2016-10-14 12:10:14 +08:00
afc163
c4665a78e2 remove strange margin-right of DatePicker confirm button in safari 2016-10-14 11:39:21 +08:00
afc163
ea6537b47a improve select doc 2016-10-14 11:31:24 +08:00
afc163
953538d4e9 Merge branch 'master' of github.com:ant-design/ant-design 2016-10-14 11:30:09 +08:00
afc163
00dd1d5f07 improve select doc 2016-10-14 11:29:45 +08:00
Benjy Cui
9e61fdd5d1 site: document title should be localized, close: #3424 2016-10-14 09:55:12 +08:00
Benjy Cui
8eb2eaf288 docs: update change log, ref: #3423 2016-10-14 09:17:55 +08:00
偏右
62a53e75b8 refactor: Downsize some style code (#3421)
* remove fieldset disabled style

* improve button style mixins
2016-10-14 09:12:10 +08:00
afc163
28765d4811 Fix large and small button's border-radius less vars 2016-10-13 21:12:05 +08:00
zuiidea
c86a6d0f50 Update CHANGELOG.zh-CN.md (#3423)
新增 2.x 不兼容改动,”Popover 移除 overlay ,请使用 content。“
2016-10-13 20:19:58 +08:00
Benjy Cui
e7e22602ef docs: update change log 2016-10-13 18:04:21 +08:00
Benjy Cui
d0d7a04b18 docs: update change log, close: #3347 2016-10-13 17:53:10 +08:00
Benjy Cui
40ea091a97 site: fix re-render for live demo, close: #3333 2016-10-13 16:52:24 +08:00
偏右
4f77a2e5f5 Fix back top ssr (#3418)
* improve code style

* move getRequestAnimationFrame to util

* Fix ssr problem in BackTop, close #3343
2016-10-13 16:26:15 +08:00
Benjy Cui
0981dd46c7 fix: should not import less file firectly 2016-10-13 16:19:16 +08:00
Wei Zhu
26921cf234 fix: Pass format to Calendar (#3407) 2016-10-13 16:13:05 +08:00
afc163
d217c72529 Fix Select onSearch width style bug, close #3413 2016-10-13 15:54:25 +08:00
陆离
24a68a8961 fix again: Datepicker 触发两次 onChange (#3417)
* fix again

* fix lint
2016-10-13 14:48:09 +08:00
kvetoslavnovak
f3cbbc02e9 Site introduction page in line with GitHub one (#3404) 2016-10-13 12:27:29 +08:00
afc163
6dd222a8a4 Refactor code of status Badge 2016-10-12 19:42:10 +08:00
afc163
a11206f7ad Merge branch 'master' of github.com:ant-design/ant-design 2016-10-12 11:50:53 +08:00
afc163
4936bc3735 close autoComplete in Cascader, close #3350 2016-10-12 11:49:55 +08:00
陆离
2232c6b647 fix (#3391) 2016-10-12 11:47:34 +08:00
afc163
b5446d632a Remove wrong dropdownStyle imported by #3344, close #3386 2016-10-12 11:19:01 +08:00
kvetoslavnovak
c9258fc483 Form controls - Eng. correction (#3381) 2016-10-12 11:04:59 +08:00
kvetoslavnovak
1dad6653c4 Mix - Eng. correction (#3382) 2016-10-12 11:04:52 +08:00
kvetoslavnovak
0eb080bf49 Select Basic usage - Eng. correction (#3383) 2016-10-12 11:04:45 +08:00
kvetoslavnovak
b700e7ea06 Three Select - Eng. correction (#3384) 2016-10-12 11:04:40 +08:00
kvetoslavnovak
ef2c2b114e Select Option Group - Eng. correction (#3385) 2016-10-12 11:04:32 +08:00
kvetoslavnovak
125331a023 Form validation - Translazion correction (#3387) 2016-10-12 11:03:49 +08:00
afc163
741eb732f0 fix lesshint 2016-10-11 20:00:25 +08:00
afc163
889548b1b6 Add shadow to Modal 2016-10-11 19:59:52 +08:00
afc163
e0a986ed71 Update upload document 2016-10-11 15:23:18 +08:00
kvetoslavnovak
38962e19f2 Code example radio style - English translation (#3367)
Residual translation
2016-10-11 11:03:22 +08:00
afc163
d409065319 Merge branch 'master' of github.com:ant-design/ant-design 2016-10-10 22:51:31 +08:00
afc163
7b42951f37 update demo style 2016-10-10 22:51:03 +08:00
feng zhi hao
4b9db4ff87 improve props interface in InputNumber and Table (#3360) 2016-10-10 22:38:47 +08:00
kvetoslavnovak
7a33a66f50 Manual import of style - Use modularized antd (#3342)
As mentioned in antd FAQ https://github.com/ant-design/ant-design/wiki/FAQ#i-just-want-to-use-menubuttonetc-but-it-seems-that-i-have-to-import-the-whole-antd-and-its-style
2016-10-10 22:38:39 +08:00
kvetoslavnovak
4ade308737 Menu theme demo switch style, closes #3327 (#3341) 2016-10-10 22:38:20 +08:00
ddcat1115
c6e1d6febc 修复Table 带边框相关的样式问题 (#3340)
close #3301
2016-10-10 22:38:15 +08:00
偏右
8bf99b7773 Fix Upload onRemove and style (#3331)
* fix onRemove prevent origin behavious, close #3317

* remove onPreview if

* improve upload render props code style

* Fix upload trigger click area, close #3316
2016-10-10 22:38:11 +08:00
afc163
0f81470b49 import site version redirect 2016-10-10 21:04:20 +08:00
afc163
193cc3fa17 fix demo style 2016-10-10 20:56:17 +08:00
afc163
aa6d86c9ed Merge branch 'master' of github.com:ant-design/ant-design 2016-10-10 19:41:49 +08:00
afc163
0d8267c71c fix lint 2016-10-10 19:40:53 +08:00
Catalin Miron
0b38ced351 Update card-top (#3356)
Fix typo
2016-10-10 16:21:41 +08:00
Catalin Miron
114d78a1a6 Update card.md (#3355)
Fix typo
2016-10-10 16:21:04 +08:00