Skip to content

Commit

Permalink
perf(breakpointEnum): 修改enum与breakpoint.less内一致 (#3276)
Browse files Browse the repository at this point in the history
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
  • Loading branch information
WitMiao and 苗大 committed Nov 13, 2023
1 parent 6d047fb commit 8932318
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/enums/breakpointEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export enum sizeEnum {
}

export enum screenEnum {
XS = 480,
SM = 576,
XS = 320,
SM = 640,
MD = 768,
LG = 992,
XL = 1200,
XXL = 1600,
LG = 960,
XL = 1280,
XXL = 1536,
}

const screenMap = new Map<sizeEnum, number>();
Expand Down

0 comments on commit 8932318

Please sign in to comment.