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
393 B
17 lines
393 B
2 years ago
|
export default class Small {
|
||
|
size = 'large'; //总体尺寸
|
||
|
head: Number = 60;
|
||
|
aside: Number = 200;
|
||
|
|
||
|
fontSize = '18px';
|
||
|
titleSize = '20px';
|
||
|
headIconSize = '24px';
|
||
|
headHeight = '60px'; //头部高度
|
||
|
headMenuWidth = '350px'; //头部右侧菜单宽度
|
||
|
asideWidth = '200px'; //左侧菜单宽度
|
||
|
|
||
|
searchRowHeight = '45px';
|
||
|
searchRowPad = '12px';
|
||
|
searchMargin = '15px';
|
||
|
}
|