二货机器人
27afeaf3a1
fix: Descriptions warning with key ( #18637 )
5 years ago
二货机器人
4dfed8d0b7
chore: Col support key if user providered ( #18578 )
5 years ago
二货机器人
76fd80634b
fix: Adjust Descriptions column calcuation logic ( #18568 )
* fix: Span calculation logic
* update spanshot
5 years ago
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
5 years ago
hengkx
99a2cc201e
improve Descriptions code
5 years ago
hengkx
3db32cb631
feat:Descriptions support colon props
5 years ago
M Mitchell
4e629da9ab
fix: Should allow inline style for Descriptions component, close #17533 ( #17558 )
5 years ago
Tom Xu
d52b85fcc4
Fix TypeScript type of Descriptions title, close #17534 ( #17559 )
5 years ago
xuqiang
657550118e
fixed #17290
5 years ago
xuqiang
543262295a
fixed https://github.com/ant-design/ant-design/issues/17290
5 years ago
hengkx
0245d41873
fix Description vertical borderd
5 years ago
hengkx
2a9da95a92
feat: Descriptions add vertical layout
5 years ago
偏右
94072ad5ea
fix: Descriptions.Item not support className ( #17280 )
* 🐛 Fix Desciptions.Item not support className
close #17276
* refactor descriptions styles implementation
* use `th` as label elements in bordered situation
* ✅ update snapshots
5 years ago
Andrew Shini
07c85ea21f
fix: Clone only valid react child elements ( #17207 )
* Clone child only if it exists
child can be void | null | boolean | string | number | element.
* Add test
6 years ago
陈帅
ae26f76d94
fix ts lint warning ( #17049 )
6 years ago
afc163
e3565ac110
🚨 Fix lgtm errors
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
6 years ago
zombieJ
29ec272635
fix: Descriptions warning should work as expect ( #16819 )
* fix warning
* add MockDate
6 years ago
陈帅
3e32364dc0
New component Descriptions ( #14645 )
* add new component: DescriptionList
* add warning message
* docs: fix doc typo
* feat: implement the size attribute
* docs: fix doc typo
* refactor: use new name Descriptions
* test: snapshots updated
* feat: support react15
* style: fix code style warring
* style: better var name
* style: better code style
* style: merge css class
* feat: add responsive config
* fix: fix error title
* style: use @border-radius-base
* update snapshot
* feat: set default column
* test: add test script
* style: fix property defaultProps is useless error
* style: more robust code
* style: fix codereview warning
* style: fix review warning
* use responsiveObserveserve
* fix review warning
* bug: add childrenArray copy,prevent changes to incoming parameters
* fix dom error
* fix typo
* fix test
* don't use this
* snapshot updated
* prettier md
* remove descriptions md text
* new rendering method
* doc :add dot
* style: add right border
6 years ago