You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
445 B
12 lines
445 B
2 years ago
|
## zh-CN
|
||
|
|
||
|
折叠面板有大、中、小三种尺寸。
|
||
|
|
||
|
通过设置 `size` 为 `large` `small` 分别把折叠面板设为大、小尺寸。若不设置 `size`,则尺寸为中。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Ant Design supports a default collapse size as well as a large and small size.
|
||
|
|
||
|
If a large or small collapse is desired, set the `size` property to either `large` or `small` respectively. Omit the `size` property for a collapse with the default size.
|