# Primary color
选择器用于从选项列表中选择值。
类名 | 类型 | |
---|---|---|
form-control | 组件类 | Container element |
label | 组件类 | For helper text |
select | 组件类 | For <select> element |
select-bordered | 装饰类 | Adds border to select |
select-ghost | 装饰类 | Adds ghost style to select |
select-primary | 装饰类 | Adds `primary` color to select |
select-secondary | 装饰类 | Adds `secondary` color to select |
select-accent | 装饰类 | Adds `accent` color to select |
select-info | 装饰类 | Adds `info` color to select |
select-success | 装饰类 | Adds `success` color to select |
select-warning | 装饰类 | Adds `warning` color to select |
select-error | 装饰类 | Adds `error` color to select |
select-lg | 响应类 | Large size for select |
select-md | 响应类 | Medium (default) size for select |
select-sm | 响应类 | Small size for select |
select-xs | 响应类 | Extra small size for select |