fuliqi
2024-01-24 29c1e7eb5ac16e90d8991a86c1c071bc312ec8d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 * @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
    }
}