CompStyle.ts
731 Bytes
/**
* 组件Style/展示样式
*/
export const enum CompStyle {
Label_03 = 'Label-03', // 标题
Carousel_Layout_01 = 'Carousel_Layout-01',
Carousel_Layout_02 = 'Carousel_Layout-02',
Single_Row_01 = 'Single_Row-01',
Single_Row_02 = 'Single_Row-02',
Single_Row_03 = 'Single_Row-03',
Single_Row_04 = 'Single_Row-04',
Single_Row_05 = 'Single_Row-05',
Single_Column_01 = 'Single_Column-01',
Single_Column_02 = 'Single_Column-02',
Single_Column_03 = 'Single_Column-03',
Single_Column_04 = 'Single_Column-04',
Single_Column_05 = 'Single_Column-05',
Single_Column_06 = 'Single_Column-06',
Grid_Layout_01 = 'Grid_Layout-01',
Grid_Layout_02 = 'Grid_Layout-02',
Masonry_Layout_01 = 'Masonry_Layout-01',
}