基于vue3.0和element-plus的组件库
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.

29 lines
907 B

2 years ago
export default class Normal {
2 years ago
head = 50;
aside = 180;
2 years ago
size = 'default'; //总体尺寸
2 years ago
fontSize = '16px'; //总体字体尺寸
titleSize = '18px'; //标题字体尺寸
headIconSize = '20px'; //头部图标尺寸
2 years ago
headHeight = '50px'; //头部高度
1 year ago
closeTop = '40px'; //展开收起菜单按钮
headMenuWidth = '400px'; //头部右侧菜单宽度
2 years ago
asideWidth = '180px'; //左侧菜单宽度
2 years ago
mainHeight = ''; //通用页面组件高度
mainPad = '5px'; //通用页面组件内边距
menuIconSize = '18px';
loginHeight = '350px';
loginWidth = '450px';
searchRowHeight = '40px'; //查询行高
searchRowPad = '10px'; //查询行内间距
searchMargin = '15px'; //查询元素水平间距
searchWidth = '170px'; //查询元素默认宽度
2 years ago
2 years ago
tableHeight = 0; //表格默认高度
pTableHeight = 0; //带分页表格默认高度
pageHeight = 36; //分页插件高度
2 years ago
}