/* * @Author: 张嘉彬 * @Date: 2021-10-27 15:12:29 * @Description: */ export default { token: '', btnStyleVal: { type: 'text', size: '' }, // 按钮样式 actionCol: { colSize: 80, // 默认列宽 textSize: 50, defaultSize: 90, mediumSize: 90, smallSize: 80, miniSize: 80 }, // 操作列按钮宽度 diyList: [{ id: 'basicSet', type: 'basicSet', titleImg: '', bgImg: [], titleColor: '', title: '基础设置', activityName: null // 专区名称(活动) }], mousedown: { startTime: 0, moveDom: null, activeId: 'basicSet', zIndex: 100 } }