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