mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
perf(breakpointEnum): 修改enum与breakpoint.less内一致 (#3276)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
This commit is contained in:
parent
6d047fb53f
commit
89323186b5
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user