陈帅
4373ef1463
fix #17109 ,fix pointers is not always a clickable problem
6 years ago
afc163
7c2846b458
💄 Make Divider style customization easier
close #17084
6 years ago
Dmitry Tikhomirov
6a5f2e9917
Add missing russian translations
6 years ago
afc163
3606d15c2f
🐛 Fix Input not align with other components in Chrome
close #17082
6 years ago
Johnsen
2efa79b4eb
Update index.zh-CN.md
add getPopupContainer props
6 years ago
Ahmad Abdelaziz
482491ae87
Fixing date formats for Arabic-Egypt locale
6 years ago
Michael Adams
a85b449d6f
fix: remove margin for collapse arrow ( #17009 )
* remove margin for collapse arrow
* change translateY to -21px in collapse
* remove line-height to center arrow
6 years ago
maximest-pierre
67b28c36f0
Fix grammar on message documentation
6 years ago
afc163
6d2ad5c324
💄 optimize bordered table header scrollbar style
continue after #17065
6 years ago
afc163
52905e1b39
💄 adjust bordered table header scrollbar style
6 years ago
lon
3c2c7c60c5
fix: add link button to basic demo of button docs
6 years ago
zombieJ
4911bee059
use calc to fix tree line ( #17055 )
6 years ago
afc163
b585751e49
✅ update snapshots
6 years ago
afc163
9b3c0d3fa5
✅ update snapshots
6 years ago
Sam Kirkland
740eb7fda9
Update uncertain-category.md
6 years ago
Sam Kirkland
219636f592
Update certain-category.md
6 years ago
Sam Kirkland
7b3f0554bc
Update default.less
6 years ago
Sam Kirkland
594555087f
Update index.less
6 years ago
afc163
20e6bed8a1
💄 Keep submenu selected style
6 years ago
afc163
4aced89c67
🐛 Fix margin issue of PageHeader extra continually
6 years ago
afc163
16ed7273dd
🐛 Fix margin issue of PageHeader extra
close #17025
6 years ago
zombieJ
e67270cd59
fix: Table with sort should reset to first page ( #17020 )
* sort reset pagination
* add test case
6 years ago
afc163
e5e22e2f9a
✅ Fix test snapshots
6 years ago
Jarvis1010
09435b21cc
Export TextProps and update english in error
6 years ago
Matias Orellana
758f7b0e3e
Add missing spanish translations
6 years ago
afc163
e2d119dd0e
🐛 Fix Divider `orientation="center"` style
close #16987
6 years ago
afc163
6295cb4597
📝 Add FAQ for DatePicker/RangePicker mode prop usage
6 years ago
陈帅
0cf07667a5
less variable should be extended
6 years ago
陈帅
6dd6e6512a
add new less var
6 years ago
afc163
14dc252b04
🆙 fix for typescript@3.5
6 years ago
afc163
e8ab26b641
✅ update snapshots
6 years ago
zombieJ
3547887e75
fix: Table miss border-raidus in Firefox ( #16957 )
* Revert "Merge pull request #16174 from ant-design/fix-table-chrome"
This reverts commit 686c1fc346
, reversing
changes made to 924afc2706
.
* firefox only
* add comment
6 years ago
zjf
9c1691b8a3
rebase
6 years ago
ycjcl868
fa391b3ca3
fix: test ci
6 years ago
ycjcl868
ff680a5376
💄 use marginRight remind developer
6 years ago
afc163
f1c43c16b7
✅ update snapshots
6 years ago
afc163
b1f81045c6
💄 Fix scrollbar border bottom
6 years ago
afc163
1d1339e302
✅ update snapshots
6 years ago
afc163
553487e006
🐛 Fix Table header extra scrollbar control
close #4637
close #14211
https://github.com/react-component/table/pull/333
6 years ago
afc163
eb063d58fa
🐛 Fix abnormal scrollbar in Chrome
when rowSelection and title work together
close #16912
6 years ago
haianweifeng
c6ea0aa3d7
Update Breadcrumb.tsx
6 years ago
偏右
6d2a5df1e6
fix: Breadcrumb validateDOMNesting warning ( #16929 )
* 🐛 Fix Breadcrumb validateDOMNesting warning
```
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
in a (created by Context.Consumer)
in span (created by Context.Consumer)
in a (created by Context.Consumer)
in Trigger (created by Dropdown)
in Dropdown (created by Context.Consumer)
in Dropdown (created by Context.Consumer)
in span (created by Context.Consumer)
in BreadcrumbItem (created by Context.Consumer)
in div (created by Context.Consumer)
in Breadcrumb (created by TestBreadcrumb)
in TestBreadcrumb
```
* ✅ update snapshots
6 years ago
zombieJ
a6ef4ca6a2
fix: Hide Spinner of InputNumber when type is number ( #16926 )
* fix: Hide Spinner of InputNumber when type is number
* Firefox not obedient
6 years ago
zombieJ
10fec945e5
fix: Transfer render Empty when customize without data ( #16925 )
6 years ago
ztplz
bd0479b30b
Remove useless type
6 years ago
Juraj Carnogursky
24ee1634f0
🐛 fixes #16871 Cascader - Space during search
6 years ago
haianweifeng
eee76be930
fix Breadcrumb.tsx
对于子路径是否为空进行判断
6 years ago
MrHeer
239c472c38
fix: use @error-color & @warning-color instead of @text-color-danger & @text-color-warning #16856
6 years ago
haianweifeng
1fac84b222
fix Breadcrumb.tsx
getPath() 参数赋默认值
6 years ago
haianweifeng
3122f3b86b
修复Breadcrumb.tsx 中处理route.children 路径不对
<Menu.Item key={child.breadcrumbName || child.path}>
{itemRender(child, params, routes, [...paths, this.getPath(child.path, params)])}
</Menu.Item>
itemRender(...args) 中路径应该到拼接当前child.path
6 years ago