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.
16 lines
396 B
16 lines
396 B
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'; |
|
}
|
|
|