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.
22 lines
663 B
22 lines
663 B
import Normal from './normal'; |
|
export default class Small extends Normal { |
|
head = 60; |
|
aside = 200; |
|
size = 'large'; //总体尺寸 |
|
fontSize = '18px'; //总体字体尺寸 |
|
titleSize = '20px'; //标题字体尺寸 |
|
headIconSize = '24px'; //头部图标尺寸 |
|
headHeight = '60px'; //头部高度 |
|
closeTop = '45px'; //展开收起菜单按钮 |
|
headRightWidth = '450px'; //头部右侧菜单宽度 |
|
asideWidth = '200px'; //左侧菜单宽度 |
|
mainPad = '8px'; |
|
|
|
menuIconSize = '20px'; |
|
|
|
searchRowHeight = '45px'; //查询行高 |
|
searchRowPad = '12px'; //查询行内间距 |
|
searchWidth = '190px'; //查询元素默认宽度 |
|
|
|
tablePad = '8px'; |
|
}
|
|
|