基于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.

23 lines
663 B

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