Commit Graph

497 Commits

Author SHA1 Message Date
afc163
7fa9d6a6e8 Fix table header text align, ref #138 2015-08-18 17:48:24 +08:00
afc163
6b305b3b30 Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0 2015-08-18 17:20:39 +08:00
afc163
24aba9ea24 Fix table header text align, ref #138 2015-08-18 17:18:49 +08:00
SimaQ
552da03f3b Merge branch '0.8.0' of https://github.com/ant-design/ant-design into 0.8.0 2015-08-18 17:15:30 +08:00
SimaQ
b99dffbd09 fix: fix Browser compatibility for .ant-form-inline. 2015-08-18 17:15:08 +08:00
afc163
542883515a Fix inline menu arrow direction 2015-08-18 16:39:26 +08:00
afc163
42de63ad08 Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0 2015-08-18 16:04:03 +08:00
afc163
90deb00e06 update tree code and demo style, improve css 2015-08-18 16:03:13 +08:00
zhujun24
34466d2dde fix dropdown border-top IE8 2015-08-18 15:31:08 +08:00
zhujun24
862036b1d5 fix tabs left arrow color IE9 2015-08-18 14:58:18 +08:00
偏右
363ecca6b6 Merge pull request #155 from ant-design/fix-pagination-center
修复分页组件在 IE8 不能居中的问题
2015-08-18 14:41:06 +08:00
Yuwei Ba
b95df15f7b 修复分页组件在 IE8 不能居中的问题 2015-08-18 14:31:00 +08:00
yiminghe
d087793cdf fix menu expander 2015-08-18 14:28:28 +08:00
Yuwei Ba
a77e5085de Fix quirk color in IE9.
Disable IE filter.
2015-08-18 13:40:38 +08:00
yiminghe
a15e428155 fix select placeholder for ie10. Fixes #145 2015-08-18 00:42:03 +08:00
yiminghe
099999ffc1 support mousePosition 2015-08-17 23:46:09 +08:00
yiminghe
867c4f2a85 support mousePosition 2015-08-17 23:42:52 +08:00
afc163
f31f6f2b8e fix ie8 opacity 2015-08-17 20:44:40 +08:00
afc163
659f373899 fix filter menu style in table 2015-08-17 18:04:46 +08:00
ioldfish
cb2a711ee2 Merge branch '0.8.0' of https://github.com/ant-design/ant-design into 0.8.0 2015-08-17 17:35:27 +08:00
ioldfish
1b78c4fc90 merge from fortree 2015-08-17 17:32:59 +08:00
afc163
662f8889bf fix menu-item link, #139 2015-08-17 17:28:48 +08:00
ioldfish
cbcceab1e9 fix style 2015-08-17 12:50:02 +08:00
afc163
72e001117c update collaspe arrow animation 2015-08-17 12:27:03 +08:00
然则
4b705d7c85 up less 2015-08-17 12:17:20 +08:00
然则
ad02ebe114 up mixin fn 2015-08-17 00:24:39 +08:00
然则
23948c8588 up checkbox 2015-08-16 20:38:58 +08:00
然则
bf52026789 up tree and checkbox 2015-08-16 20:04:42 +08:00
然则
61f061b00f up api 2015-08-15 23:45:25 +08:00
yiminghe
fea0870a41 update menu 2015-08-15 00:07:40 +08:00
然则
82bf118a73 up iconfont 2015-08-14 23:28:20 +08:00
afc163
0d4e396f2a fix select check size 2015-08-14 18:30:54 +08:00
afc163
de38390271 改进 menu 的样式
参照 ant-design 的视觉稿微调
2015-08-14 18:16:41 +08:00
yiminghe
ac50ae3632 upgrade menu 2015-08-14 13:09:53 +08:00
yiminghe
f4b0a8fee8 update menu style 2015-08-13 17:31:09 +08:00
yiminghe
b3af79ab24 upgrade. Fixes #127 2015-08-13 16:39:51 +08:00
偏右
622e39cfa3 Merge pull request #128 from zhujun24/notification
Notification
2015-08-12 18:19:43 +08:00
zhujun24
ba2c4cf4ff fixed notification animate bug 2015-08-12 18:08:06 +08:00
afc163
f975a891a6 selected check style should be in select-dropdown rather than dropdown 2015-08-12 16:18:15 +08:00
afc163
3ad54f42e0 @link-color split from @primary-color 2015-08-11 21:25:25 +08:00
afc163
f0c77e7004 update color var 2015-08-11 21:16:12 +08:00
afc163
137e40acae bordered table 2015-08-11 20:05:52 +08:00
然则
6da7db4ec2 up rc-tree version 2015-08-10 20:23:18 +08:00
yiminghe
6bba4f755c Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0 2015-08-10 17:57:52 +08:00
yiminghe
eef1da7ed6 upgrade menu 2015-08-10 17:57:28 +08:00
afc163
e7ca8c9af8 react-component/select#19 2015-08-10 16:35:51 +08:00
偏右
df8ccf6d46 Merge pull request #121 from zhujun24/input-size
Input size
2015-08-10 16:21:00 +08:00
zhujun24
dee35bd833 optimize code style 2015-08-10 15:39:50 +08:00
afc163
dae05a55c4 merge 2015-08-09 18:05:50 +08:00
afc163
b68ec83e36 优化 upload 实现
1. 使用 Upload.dragger 代替 type
2. 将拖拽上传的内容区域交给用户自己实现
3. 改进 uploadList 的实现方式, 尽量避免使用 Dom 操作
4. 优化样式展现
2015-08-09 18:00:20 +08:00