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
392 B
17 lines
392 B
2 years ago
|
export default class Small {
|
||
|
size = 'small'; //总体尺寸
|
||
|
head: Number = 45;
|
||
|
aside: Number = 160;
|
||
|
|
||
|
fontSize = '14px';
|
||
|
titleSize = '16px';
|
||
|
headIconSize = '16px';
|
||
|
headHeight = '45px'; //头部高度
|
||
|
headMenuWidth = '250px'; //头部右侧菜单宽度
|
||
|
asideWidth = '160px'; //左侧菜单宽度
|
||
|
|
||
|
searchRowHeight = '35px';
|
||
|
searchRowPad = '7px';
|
||
|
searchMargin = '10px';
|
||
|
}
|