SImageShowType.ts 177 B

1234567891011
  1. /**
  2. * 图片item展示方式
  3. *
  4. * @author haojianlong
  5. */
  6. export enum SImageShowType {
  7. /** 铺满 */
  8. Full,
  9. /** 自适应 */
  10. AutoFit
  11. } // Enum SImageShowType