You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
396 B
17 lines
396 B
2 years ago
|
export default class Normal {
|
||
|
size = 'default'; //总体尺寸
|
||
|
head: Number = 50;
|
||
|
aside: Number = 180;
|
||
|
|
||
|
fontSize = '16px';
|
||
|
titleSize = '18px';
|
||
|
headIconSize = '20px';
|
||
|
headHeight = '50px'; //头部高度
|
||
|
headMenuWidth = '300px'; //头部右侧菜单宽度
|
||
|
asideWidth = '180px'; //左侧菜单宽度
|
||
|
|
||
|
searchRowHeight = '40px';
|
||
|
searchRowPad = '10px';
|
||
|
searchMargin = '15px';
|
||
|
}
|