jesting0
2022-04-06 4a0fb138f5670809507c6483074622630e59eef3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 监控页面样式 */
 
/* 菜单宽度 */
@monitor-menu-width: 70px;
/* 菜单右边距 */
@monitor-menu-margin-right: 10px;
 
/* 菜单详细页的宽度 */
@monitor-panel-width: 600px;
 
/* 菜单详细页和菜单的间距 */
@monitor-panel-left-gap: 10px;
 
/* 菜单z-index */
@monitor-menu-z-index: 512;
 
/* 菜单详细页z-index */
@monitor-panel-z-index: 512;