/** * 类型 */ export type DotType = 'primary' | 'success' | 'warning' | 'danger' | 'info';