mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
2c8072cb98
* develop-0.11.0: (147 commits) update upload style fix className update tabs demo Add picture style upload list fix docs fix #662 fix value prop of DatePicker to controlled prop Add overflowCount for badge, close #660 Add ceiling spec, #413 update spec/tools.md fix react-component/time-picker#9 fix prefixCls feat: add Menu.ItemGroup #654 update tabs document update text Add design tools page update upgrade notes Add warn message and fix warn alert icon Datepicker => DatePicker, Timepicker => TimePicker Add propTypes ... # Conflicts: # index.js |
||
---|---|---|
.. | ||
components | ||
core | ||
mixins | ||
themes/default | ||
index.less | ||
README.md |
style
ant-design 样式库
目录说明
|-- components (定义所有组件样式)
|-- core (定义全局样式)
|-- mixins (less mixins)
|-- themes (皮肤)
约定
@css-prefix 变量定义整个样式库的类名前缀,默认为 ant-
,
各个组件中如要自定义类名前缀,请误重名变量,可参照如下定义:
@btn-prefix-cls: ~"@{css-prefix}btn";