Browse Source

设置表格列最小宽度

gzb
wangzhonglu 8 months ago
parent
commit
4200e0e0b9
30 changed files with 118 additions and 8 deletions
  1. 6
    6
      src/assets/less/common.less
  2. 7
    0
      src/views/platformSection/deviceManage/deviceManageExport/deviceManageExport.vue
  3. 3
    0
      src/views/platformSection/deviceManage/deviceManageImport/batch.vue
  4. 3
    0
      src/views/platformSection/deviceManage/deviceManageImport/detail.vue
  5. 4
    0
      src/views/platformSection/log/logDeviceExport.vue
  6. 4
    0
      src/views/platformSection/networkManage/whitelistLibrary.vue
  7. 1
    0
      src/views/platformSection/notice/notice.vue
  8. 5
    1
      src/views/platformSection/regionManage/adminManage.vue
  9. 4
    0
      src/views/platformSection/regionManage/regionManage.vue
  10. 3
    0
      src/views/schoolSection/applicationManage/greenBrowser.vue
  11. 3
    0
      src/views/schoolSection/applicationStrategy/appStrategyTemplate.vue
  12. 3
    0
      src/views/schoolSection/deviceManage/breakRuleDevice.vue
  13. 3
    0
      src/views/schoolSection/deviceManage/deviceManage.vue
  14. 5
    0
      src/views/schoolSection/deviceManage/inLineDevice.vue
  15. 5
    0
      src/views/schoolSection/deviceManage/outControlDevice.vue
  16. 5
    0
      src/views/schoolSection/deviceManage/removeControlDevice.vue
  17. 3
    0
      src/views/schoolSection/log/admin.vue
  18. 5
    0
      src/views/schoolSection/log/appLaunch.vue
  19. 6
    0
      src/views/schoolSection/log/applicationDownload.vue
  20. 6
    0
      src/views/schoolSection/log/deviceEvents.vue
  21. 5
    1
      src/views/schoolSection/log/deviceExport.vue
  22. 7
    0
      src/views/schoolSection/log/deviceInstallation.vue
  23. 4
    0
      src/views/schoolSection/log/deviceLocation.vue
  24. 2
    0
      src/views/schoolSection/log/devicePush.vue
  25. 5
    0
      src/views/schoolSection/log/violatingDevice.vue
  26. 2
    0
      src/views/schoolSection/networkManage/whitelist.vue
  27. 3
    0
      src/views/schoolSection/networkManage/whitelistLibrary.vue
  28. 1
    0
      src/views/schoolSection/notice/notice.vue
  29. 1
    0
      src/views/schoolSection/setting/logo.vue
  30. 4
    0
      src/views/schoolSection/setting/wallpaper.vue

+ 6
- 6
src/assets/less/common.less View File

137
   .ivu-table-cell {
137
   .ivu-table-cell {
138
     line-height: 1.6;
138
     line-height: 1.6;
139
   }
139
   }
140
-  .ivu-table-overflowX {
141
-    overflow: visible;
142
-  }
143
-  .ivu-table-tip {
144
-    overflow: hidden;
145
-  }
140
+  // .ivu-table-overflowX {
141
+  //   overflow: visible;
142
+  // }
143
+  // .ivu-table-tip {
144
+  //   overflow: hidden;
145
+  // }
146
 }
146
 }
147
 // iview表单全局自定义样式
147
 // iview表单全局自定义样式
148
 .ivu-form {
148
 .ivu-form {

+ 7
- 0
src/views/platformSection/deviceManage/deviceManageExport/deviceManageExport.vue View File

97
           },
97
           },
98
           {
98
           {
99
             title: "所属区域",
99
             title: "所属区域",
100
+            minWidth: 100,
100
             key: "regionName",
101
             key: "regionName",
101
             align: "center"
102
             align: "center"
102
           },
103
           },
103
           {
104
           {
104
             title: "学校名称",
105
             title: "学校名称",
106
+            minWidth: 150,
105
             key: "schoolName",
107
             key: "schoolName",
106
             align: "center"
108
             align: "center"
107
           },
109
           },
108
           {
110
           {
109
             title: "班级",
111
             title: "班级",
112
+            minWidth: 150,
110
             key: "classname",
113
             key: "classname",
111
             align: "center"
114
             align: "center"
112
           },
115
           },
113
           {
116
           {
114
             title: "姓名",
117
             title: "姓名",
118
+            minWidth: 100,
115
             key: "username",
119
             key: "username",
116
             align: "center"
120
             align: "center"
117
           },
121
           },
145
         },
149
         },
146
         {
150
         {
147
           title: "学校名称",
151
           title: "学校名称",
152
+          minWidth: 150,
148
           key: "schoolName",
153
           key: "schoolName",
149
           align: "center"
154
           align: "center"
150
         },
155
         },
151
         {
156
         {
152
           title: "班级",
157
           title: "班级",
158
+          minWidth: 150,
153
           key: "classname",
159
           key: "classname",
154
           align: "center"
160
           align: "center"
155
         },
161
         },
156
         {
162
         {
157
           title: "姓名",
163
           title: "姓名",
164
+          minWidth: 100,
158
           key: "username",
165
           key: "username",
159
           align: "center"
166
           align: "center"
160
         },
167
         },

+ 3
- 0
src/views/platformSection/deviceManage/deviceManageImport/batch.vue View File

252
         },
252
         },
253
         {
253
         {
254
           title: "所属区域",
254
           title: "所属区域",
255
+          minWidth: 100,
255
           key: "regionName",
256
           key: "regionName",
256
           align: "center"
257
           align: "center"
257
         },
258
         },
263
         },
264
         },
264
         {
265
         {
265
           title: "导入数量",
266
           title: "导入数量",
267
+          minWidth: 100,
266
           key: "importNum",
268
           key: "importNum",
267
           align: "center"
269
           align: "center"
268
         },
270
         },
269
         {
271
         {
270
           title: "操作人",
272
           title: "操作人",
273
+          minWidth: 100,
271
           key: "updatename",
274
           key: "updatename",
272
           align: "center"
275
           align: "center"
273
         },
276
         },

+ 3
- 0
src/views/platformSection/deviceManage/deviceManageImport/detail.vue View File

208
         },
208
         },
209
         {
209
         {
210
           title: "所属区域",
210
           title: "所属区域",
211
+          minWidth: 150,
211
           key: "regionName",
212
           key: "regionName",
212
           align: "center"
213
           align: "center"
213
         },
214
         },
225
         },
226
         },
226
         {
227
         {
227
           title: "创建人",
228
           title: "创建人",
229
+          minWidth: 100,
228
           key: "createname",
230
           key: "createname",
229
           align: "center"
231
           align: "center"
230
         },
232
         },
236
         },
238
         },
237
         {
239
         {
238
           title: "操作人",
240
           title: "操作人",
241
+          minWidth: 100,
239
           key: "updatename",
242
           key: "updatename",
240
           align: "center"
243
           align: "center"
241
         },
244
         },

+ 4
- 0
src/views/platformSection/log/logDeviceExport.vue View File

68
         },
68
         },
69
         {
69
         {
70
           title: "区域名称",
70
           title: "区域名称",
71
+          minWidth: 100,
71
           key: "regionName",
72
           key: "regionName",
72
           align: "center"
73
           align: "center"
73
         },
74
         },
74
         {
75
         {
75
           title: "学校数",
76
           title: "学校数",
77
+          minWidth: 100,
76
           key: "schoolnum",
78
           key: "schoolnum",
77
           align: "center"
79
           align: "center"
78
         },
80
         },
79
         {
81
         {
80
           title: "用户数",
82
           title: "用户数",
83
+          minWidth: 100,
81
           key: "usernum",
84
           key: "usernum",
82
           align: "center"
85
           align: "center"
83
         },
86
         },
84
         {
87
         {
85
           title: "设备数",
88
           title: "设备数",
89
+          minWidth: 100,
86
           key: "snnum",
90
           key: "snnum",
87
           align: "center"
91
           align: "center"
88
         },
92
         },

+ 4
- 0
src/views/platformSection/networkManage/whitelistLibrary.vue View File

237
         },
237
         },
238
         {
238
         {
239
           title: "应用名称",
239
           title: "应用名称",
240
+          minWidth: 150,
240
           slot: "nameSlot",
241
           slot: "nameSlot",
241
           align: "center"
242
           align: "center"
242
         },
243
         },
243
         {
244
         {
244
           title: "版本名称",
245
           title: "版本名称",
246
+          minWidth: 100,
245
           key: "versionName",
247
           key: "versionName",
246
           align: "center"
248
           align: "center"
247
         },
249
         },
248
         {
250
         {
249
           title: "包名",
251
           title: "包名",
252
+          minWidth: 100,
250
           key: "website",
253
           key: "website",
251
           align: "center"
254
           align: "center"
252
         },
255
         },
253
         {
256
         {
254
           title: "网址",
257
           title: "网址",
258
+          minWidth: 100,
255
           slot: "whiteAddressSlot",
259
           slot: "whiteAddressSlot",
256
           align: "center"
260
           align: "center"
257
         },
261
         },

+ 1
- 0
src/views/platformSection/notice/notice.vue View File

234
         },
234
         },
235
         {
235
         {
236
           title: "标题",
236
           title: "标题",
237
+          minWidth: 100,
237
           key: "noticeTitle",
238
           key: "noticeTitle",
238
           align: "center"
239
           align: "center"
239
         },
240
         },

+ 5
- 1
src/views/platformSection/regionManage/adminManage.vue View File

390
         },
390
         },
391
         {
391
         {
392
           title: "名称",
392
           title: "名称",
393
+          minWidth: 150,
393
           key: "aname",
394
           key: "aname",
394
           align: "center"
395
           align: "center"
395
         },
396
         },
396
         {
397
         {
397
           title: "登录账号",
398
           title: "登录账号",
399
+          minWidth: 100,
398
           key: "loginname",
400
           key: "loginname",
399
           align: "center"
401
           align: "center"
400
         },
402
         },
401
         {
403
         {
402
           title: "手机号码",
404
           title: "手机号码",
403
           key: "phone",
405
           key: "phone",
404
-          width: 135,
406
+          width: 120,
405
           align: "center"
407
           align: "center"
406
         },
408
         },
407
         {
409
         {
412
         },
414
         },
413
         {
415
         {
414
           title: "区域名称",
416
           title: "区域名称",
417
+          minWidth: 150,
415
           key: "regionName",
418
           key: "regionName",
416
           align: "center"
419
           align: "center"
417
         },
420
         },
418
         {
421
         {
419
           title: "最后登录IP",
422
           title: "最后登录IP",
423
+          width: 120,
420
           key: "lastip",
424
           key: "lastip",
421
           align: "center"
425
           align: "center"
422
         },
426
         },

+ 4
- 0
src/views/platformSection/regionManage/regionManage.vue View File

294
           },
294
           },
295
           {
295
           {
296
             title: "名称",
296
             title: "名称",
297
+            minWidth: 100,
297
             key: "aname",
298
             key: "aname",
298
             align: "center"
299
             align: "center"
299
           },
300
           },
300
           {
301
           {
301
             title: "账号",
302
             title: "账号",
303
+            minWidth: 100,
302
             key: "loginname",
304
             key: "loginname",
303
             align: "center"
305
             align: "center"
304
           },
306
           },
305
           {
307
           {
306
             title: "手机号码",
308
             title: "手机号码",
309
+            width: 120,
307
             key: "phone",
310
             key: "phone",
308
             align: "center"
311
             align: "center"
309
           }
312
           }
371
         },
374
         },
372
         {
375
         {
373
           title: "区域名称",
376
           title: "区域名称",
377
+          minWidth: 100,
374
           key: "regionName",
378
           key: "regionName",
375
           align: "center"
379
           align: "center"
376
         },
380
         },

+ 3
- 0
src/views/schoolSection/applicationManage/greenBrowser.vue View File

119
         },
119
         },
120
         {
120
         {
121
           title: "名称",
121
           title: "名称",
122
+          minWidth: 100,
122
           key: "visitName",
123
           key: "visitName",
123
           align: "center"
124
           align: "center"
124
         },
125
         },
125
         {
126
         {
126
           title: "网址",
127
           title: "网址",
128
+          minWidth: 100,
127
           key: "visitUrl",
129
           key: "visitUrl",
128
           align: "center"
130
           align: "center"
129
         },
131
         },
130
         {
132
         {
131
           title: "操作人",
133
           title: "操作人",
134
+          minWidth: 100,
132
           key: "updatename",
135
           key: "updatename",
133
           align: "center"
136
           align: "center"
134
         },
137
         },

+ 3
- 0
src/views/schoolSection/applicationStrategy/appStrategyTemplate.vue View File

130
         },
130
         },
131
         {
131
         {
132
           title: "名称",
132
           title: "名称",
133
+          minWidth: 100,
133
           key: "name",
134
           key: "name",
134
           align: "center"
135
           align: "center"
135
         },
136
         },
136
         {
137
         {
137
           title: "状态",
138
           title: "状态",
139
+          width: 90,
138
           slot: "enabledSlot",
140
           slot: "enabledSlot",
139
           align: "center"
141
           align: "center"
140
         },
142
         },
141
         {
143
         {
142
           title: "操作人",
144
           title: "操作人",
145
+          minWidth: 100,
143
           key: "updatename",
146
           key: "updatename",
144
           align: "center"
147
           align: "center"
145
         },
148
         },

+ 3
- 0
src/views/schoolSection/deviceManage/breakRuleDevice.vue View File

256
         },
256
         },
257
         {
257
         {
258
           title: "累计违规数量",
258
           title: "累计违规数量",
259
+          minWidth: 100,
259
           key: "num",
260
           key: "num",
260
           align: "center"
261
           align: "center"
261
         },
262
         },
275
         },
276
         },
276
         {
277
         {
277
           title: "设备使用人",
278
           title: "设备使用人",
279
+          minWidth: 100,
278
           key: "username",
280
           key: "username",
279
           align: "center"
281
           align: "center"
280
         },
282
         },
281
         {
283
         {
282
           title: "违规事件",
284
           title: "违规事件",
285
+          minWidth: 100,
283
           slot: "doEventSlot",
286
           slot: "doEventSlot",
284
           align: "center"
287
           align: "center"
285
         },
288
         },

+ 3
- 0
src/views/schoolSection/deviceManage/deviceManage.vue View File

671
         },
671
         },
672
         {
672
         {
673
           title: "登录账号",
673
           title: "登录账号",
674
+          minWidth: 100,
674
           slot: "loginnameSlot",
675
           slot: "loginnameSlot",
675
           align: "center"
676
           align: "center"
676
         },
677
         },
677
         {
678
         {
678
           title: "姓名",
679
           title: "姓名",
680
+          minWidth: 100,
679
           key: "username",
681
           key: "username",
680
           align: "center"
682
           align: "center"
681
         },
683
         },
699
         },
701
         },
700
         {
702
         {
701
           title: "Rom版本",
703
           title: "Rom版本",
704
+          minWidth: 200,
702
           key: "romVersion",
705
           key: "romVersion",
703
           align: "center"
706
           align: "center"
704
         },
707
         },

+ 5
- 0
src/views/schoolSection/deviceManage/inLineDevice.vue View File

91
         },
91
         },
92
         {
92
         {
93
           title: "登录账号",
93
           title: "登录账号",
94
+          minWidth: 100,
94
           key: "loginname",
95
           key: "loginname",
95
           align: "center"
96
           align: "center"
96
         },
97
         },
97
         {
98
         {
98
           title: "姓名",
99
           title: "姓名",
100
+          minWidth: 100,
99
           key: "username",
101
           key: "username",
100
           align: "center"
102
           align: "center"
101
         },
103
         },
102
         {
104
         {
103
           title: "设备名称",
105
           title: "设备名称",
106
+          minWidth: 100,
104
           key: "device",
107
           key: "device",
105
           align: "center"
108
           align: "center"
106
         },
109
         },
107
         {
110
         {
108
           title: "管控状态",
111
           title: "管控状态",
112
+          width: 100,
109
           slot: "controlSlot",
113
           slot: "controlSlot",
110
           align: "center"
114
           align: "center"
111
         },
115
         },
123
         },
127
         },
124
         {
128
         {
125
           title: "Rom版本",
129
           title: "Rom版本",
130
+          minWidth: 200,
126
           key: "romVersion",
131
           key: "romVersion",
127
           align: "center"
132
           align: "center"
128
         },
133
         },

+ 5
- 0
src/views/schoolSection/deviceManage/outControlDevice.vue View File

92
         },
92
         },
93
         {
93
         {
94
           title: "登录账号",
94
           title: "登录账号",
95
+          minWidth: 100,
95
           key: "loginname",
96
           key: "loginname",
96
           align: "center"
97
           align: "center"
97
         },
98
         },
98
         {
99
         {
99
           title: "姓名",
100
           title: "姓名",
101
+          minWidth: 100,
100
           key: "username",
102
           key: "username",
101
           align: "center"
103
           align: "center"
102
         },
104
         },
103
         {
105
         {
104
           title: "班级",
106
           title: "班级",
107
+          minWidth: 150,
105
           key: "classname",
108
           key: "classname",
106
           align: "center"
109
           align: "center"
107
         },
110
         },
108
         {
111
         {
109
           title: "设备名称",
112
           title: "设备名称",
113
+          minWidth: 100,
110
           key: "device",
114
           key: "device",
111
           align: "center"
115
           align: "center"
112
         },
116
         },
124
         },
128
         },
125
         {
129
         {
126
           title: "Rom版本",
130
           title: "Rom版本",
131
+          minWidth: 200,
127
           key: "romVersion",
132
           key: "romVersion",
128
           align: "center"
133
           align: "center"
129
         },
134
         },

+ 5
- 0
src/views/schoolSection/deviceManage/removeControlDevice.vue View File

67
         },
67
         },
68
         {
68
         {
69
           title: "登录账号",
69
           title: "登录账号",
70
+          minWidth: 100,
70
           key: "loginname",
71
           key: "loginname",
71
           align: "center"
72
           align: "center"
72
         },
73
         },
73
         {
74
         {
74
           title: "姓名",
75
           title: "姓名",
76
+          minWidth: 100,
75
           key: "username",
77
           key: "username",
76
           align: "center"
78
           align: "center"
77
         },
79
         },
78
         {
80
         {
79
           title: "设备名称",
81
           title: "设备名称",
82
+          minWidth: 100,
80
           key: "device",
83
           key: "device",
81
           align: "center"
84
           align: "center"
82
         },
85
         },
83
         {
86
         {
84
           title: "管控状态",
87
           title: "管控状态",
88
+          width: 100,
85
           slot: "controlSlot",
89
           slot: "controlSlot",
86
           align: "center"
90
           align: "center"
87
         },
91
         },
99
         },
103
         },
100
         {
104
         {
101
           title: "Rom版本",
105
           title: "Rom版本",
106
+          minWidth: 200,
102
           key: "romVersion",
107
           key: "romVersion",
103
           align: "center"
108
           align: "center"
104
         },
109
         },

+ 3
- 0
src/views/schoolSection/log/admin.vue View File

71
         },
71
         },
72
         {
72
         {
73
           title: "登录名",
73
           title: "登录名",
74
+          minWidth: 100,
74
           key: "loginname",
75
           key: "loginname",
75
           align: "center"
76
           align: "center"
76
         },
77
         },
77
         {
78
         {
78
           title: "姓名",
79
           title: "姓名",
80
+          minWidth: 100,
79
           key: "aname",
81
           key: "aname",
80
           align: "center"
82
           align: "center"
81
         },
83
         },
82
         {
84
         {
83
           title: "事件",
85
           title: "事件",
86
+          minWidth: 150,
84
           key: "content",
87
           key: "content",
85
           align: "center"
88
           align: "center"
86
         },
89
         },

+ 5
- 0
src/views/schoolSection/log/appLaunch.vue View File

79
         },
79
         },
80
         {
80
         {
81
           title: "学校名称",
81
           title: "学校名称",
82
+          minWidth: 150,
82
           key: "schoolName",
83
           key: "schoolName",
83
           align: "center"
84
           align: "center"
84
         },
85
         },
85
         {
86
         {
86
           title: "班级",
87
           title: "班级",
88
+          minWidth: 150,
87
           key: "classname",
89
           key: "classname",
88
           align: "center"
90
           align: "center"
89
         },
91
         },
90
         {
92
         {
91
           title: "登录名",
93
           title: "登录名",
94
+          minWidth: 100,
92
           key: "loginname",
95
           key: "loginname",
93
           align: "center"
96
           align: "center"
94
         },
97
         },
95
         {
98
         {
96
           title: "姓名",
99
           title: "姓名",
100
+          minWidth: 100,
97
           key: "username",
101
           key: "username",
98
           align: "center"
102
           align: "center"
99
         },
103
         },
105
         },
109
         },
106
         {
110
         {
107
           title: "应用名称",
111
           title: "应用名称",
112
+          minWidth: 150,
108
           key: "appName",
113
           key: "appName",
109
           align: "center"
114
           align: "center"
110
         },
115
         },

+ 6
- 0
src/views/schoolSection/log/applicationDownload.vue View File

71
         },
71
         },
72
         {
72
         {
73
           title: "学校名称",
73
           title: "学校名称",
74
+          minWidth: 150,
74
           key: "schoolName",
75
           key: "schoolName",
75
           align: "center"
76
           align: "center"
76
         },
77
         },
77
         {
78
         {
78
           title: "班级",
79
           title: "班级",
80
+          minWidth: 150,
79
           key: "classname",
81
           key: "classname",
80
           align: "center"
82
           align: "center"
81
         },
83
         },
82
         {
84
         {
83
           title: "登录名",
85
           title: "登录名",
86
+          minWidth: 100,
84
           key: "loginname",
87
           key: "loginname",
85
           align: "center"
88
           align: "center"
86
         },
89
         },
87
         {
90
         {
88
           title: "姓名",
91
           title: "姓名",
92
+          minWidth: 100,
89
           key: "username",
93
           key: "username",
90
           align: "center"
94
           align: "center"
91
         },
95
         },
97
         },
101
         },
98
         {
102
         {
99
           title: "应用名称",
103
           title: "应用名称",
104
+          minWidth: 150,
100
           key: "appName",
105
           key: "appName",
101
           align: "center"
106
           align: "center"
102
         },
107
         },
103
         {
108
         {
104
           title: "版本号",
109
           title: "版本号",
110
+          minWidth: 100,
105
           key: "appVersion",
111
           key: "appVersion",
106
           align: "center"
112
           align: "center"
107
         },
113
         },

+ 6
- 0
src/views/schoolSection/log/deviceEvents.vue View File

102
         },
102
         },
103
         {
103
         {
104
           title: "学校名称",
104
           title: "学校名称",
105
+          minWidth: 150,
105
           key: "schoolName",
106
           key: "schoolName",
106
           align: "center"
107
           align: "center"
107
         },
108
         },
108
         {
109
         {
109
           title: "班级",
110
           title: "班级",
111
+          minWidth: 150,
110
           key: "classname",
112
           key: "classname",
111
           align: "center"
113
           align: "center"
112
         },
114
         },
113
         {
115
         {
114
           title: "登录名",
116
           title: "登录名",
117
+          minWidth: 100,
115
           key: "loginname",
118
           key: "loginname",
116
           align: "center"
119
           align: "center"
117
         },
120
         },
118
         {
121
         {
119
           title: "姓名",
122
           title: "姓名",
123
+          minWidth: 100,
120
           key: "username",
124
           key: "username",
121
           align: "center"
125
           align: "center"
122
         },
126
         },
128
         },
132
         },
129
         {
133
         {
130
           title: "事件",
134
           title: "事件",
135
+          minWidth: 150,
131
           slot: "doEventSlot",
136
           slot: "doEventSlot",
132
           align: "center"
137
           align: "center"
133
         },
138
         },
134
         {
139
         {
135
           title: "描述",
140
           title: "描述",
141
+          minWidth: 150,
136
           key: "comm",
142
           key: "comm",
137
           align: "center"
143
           align: "center"
138
         },
144
         },

+ 5
- 1
src/views/schoolSection/log/deviceExport.vue View File

61
         },
61
         },
62
         {
62
         {
63
           title: "学校名称",
63
           title: "学校名称",
64
+          minWidth: 150,
64
           key: "schoolName",
65
           key: "schoolName",
65
           align: "center"
66
           align: "center"
66
         },
67
         },
68
           title: "班级",
69
           title: "班级",
69
           key: "classname",
70
           key: "classname",
70
           align: "center",
71
           align: "center",
71
-          width: 110
72
+          minWidth: 150
72
         },
73
         },
73
         {
74
         {
74
           title: "登录名",
75
           title: "登录名",
76
+          minWidth: 100,
75
           key: "loginname",
77
           key: "loginname",
76
           align: "center"
78
           align: "center"
77
         },
79
         },
78
         {
80
         {
79
           title: "姓名",
81
           title: "姓名",
82
+          minWidth: 100,
80
           key: "username",
83
           key: "username",
81
           align: "center"
84
           align: "center"
82
         },
85
         },
94
         },
97
         },
95
         {
98
         {
96
           title: "Rom版本",
99
           title: "Rom版本",
100
+          minWidth: 200,
97
           key: "romVersion",
101
           key: "romVersion",
98
           align: "center"
102
           align: "center"
99
         },
103
         },

+ 7
- 0
src/views/schoolSection/log/deviceInstallation.vue View File

75
         },
75
         },
76
         {
76
         {
77
           title: "学校名称",
77
           title: "学校名称",
78
+          minWidth: 150,
78
           key: "schoolName",
79
           key: "schoolName",
79
           align: "center"
80
           align: "center"
80
         },
81
         },
81
         {
82
         {
82
           title: "班级",
83
           title: "班级",
84
+          minWidth: 150,
83
           key: "classname",
85
           key: "classname",
84
           align: "center"
86
           align: "center"
85
         },
87
         },
86
         {
88
         {
87
           title: "登录名",
89
           title: "登录名",
90
+          minWidth: 100,
88
           key: "loginname",
91
           key: "loginname",
89
           align: "center"
92
           align: "center"
90
         },
93
         },
91
         {
94
         {
92
           title: "姓名",
95
           title: "姓名",
96
+          minWidth: 100,
93
           key: "username",
97
           key: "username",
94
           align: "center"
98
           align: "center"
95
         },
99
         },
101
         },
105
         },
102
         {
106
         {
103
           title: "应用名称",
107
           title: "应用名称",
108
+          minWidth: 150,
104
           key: "appName",
109
           key: "appName",
105
           align: "center"
110
           align: "center"
106
         },
111
         },
107
         {
112
         {
108
           title: "应用包名",
113
           title: "应用包名",
114
+          minWidth: 150,
109
           key: "appPackage",
115
           key: "appPackage",
110
           align: "center"
116
           align: "center"
111
         },
117
         },
112
         {
118
         {
113
           title: "版本名称",
119
           title: "版本名称",
120
+          minWidth: 100,
114
           key: "appVersion",
121
           key: "appVersion",
115
           align: "center"
122
           align: "center"
116
         },
123
         },

+ 4
- 0
src/views/schoolSection/log/deviceLocation.vue View File

81
         },
81
         },
82
         {
82
         {
83
           title: "登录名",
83
           title: "登录名",
84
+          minWidth: 100,
84
           key: "loginname",
85
           key: "loginname",
85
           align: "center"
86
           align: "center"
86
         },
87
         },
87
         {
88
         {
88
           title: "姓名",
89
           title: "姓名",
90
+          minWidth: 100,
89
           key: "username",
91
           key: "username",
90
           align: "center"
92
           align: "center"
91
         },
93
         },
92
         {
94
         {
93
           title: "学校名称",
95
           title: "学校名称",
96
+          minWidth: 150,
94
           key: "schoolName",
97
           key: "schoolName",
95
           align: "center"
98
           align: "center"
96
         },
99
         },
97
         {
100
         {
98
           title: "班级",
101
           title: "班级",
102
+          minWidth: 150,
99
           key: "classname",
103
           key: "classname",
100
           align: "center"
104
           align: "center"
101
         },
105
         },

+ 2
- 0
src/views/schoolSection/log/devicePush.vue View File

97
         },
97
         },
98
         {
98
         {
99
           title: "登录名",
99
           title: "登录名",
100
+          minWidth: 100,
100
           key: "loginname",
101
           key: "loginname",
101
           align: "center"
102
           align: "center"
102
         },
103
         },
103
         {
104
         {
104
           title: "姓名",
105
           title: "姓名",
106
+          minWidth: 100,
105
           key: "aname",
107
           key: "aname",
106
           align: "center"
108
           align: "center"
107
         },
109
         },

+ 5
- 0
src/views/schoolSection/log/violatingDevice.vue View File

134
         },
134
         },
135
         {
135
         {
136
           title: "学校名称",
136
           title: "学校名称",
137
+          minWidth: 150,
137
           key: "schoolName",
138
           key: "schoolName",
138
           align: "center"
139
           align: "center"
139
         },
140
         },
140
         {
141
         {
141
           title: "班级",
142
           title: "班级",
143
+          minWidth: 150,
142
           key: "classname",
144
           key: "classname",
143
           align: "center"
145
           align: "center"
144
         },
146
         },
145
         {
147
         {
146
           title: "登录名",
148
           title: "登录名",
149
+          minWidth: 100,
147
           key: "loginname",
150
           key: "loginname",
148
           align: "center"
151
           align: "center"
149
         },
152
         },
150
         {
153
         {
151
           title: "姓名",
154
           title: "姓名",
155
+          minWidth: 100,
152
           key: "username",
156
           key: "username",
153
           align: "center"
157
           align: "center"
154
         },
158
         },
160
         },
164
         },
161
         {
165
         {
162
           title: "事件",
166
           title: "事件",
167
+          minWidth: 150,
163
           slot: "doEventSlot",
168
           slot: "doEventSlot",
164
           align: "center"
169
           align: "center"
165
         },
170
         },

+ 2
- 0
src/views/schoolSection/networkManage/whitelist.vue View File

194
         },
194
         },
195
         {
195
         {
196
           title: "名称",
196
           title: "名称",
197
+          minWidth: 100,
197
           slot: "nameSlot",
198
           slot: "nameSlot",
198
           align: "center"
199
           align: "center"
199
         },
200
         },
200
         {
201
         {
201
           title: "网址",
202
           title: "网址",
203
+          minWidth: 100,
202
           slot: "whiteAddressSlot",
204
           slot: "whiteAddressSlot",
203
           align: "center"
205
           align: "center"
204
         },
206
         },

+ 3
- 0
src/views/schoolSection/networkManage/whitelistLibrary.vue View File

71
         },
71
         },
72
         {
72
         {
73
           title: "应用名称",
73
           title: "应用名称",
74
+          minWidth: 150,
74
           slot: "nameSlot",
75
           slot: "nameSlot",
75
           align: "center"
76
           align: "center"
76
         },
77
         },
77
         {
78
         {
78
           title: "版本名称",
79
           title: "版本名称",
80
+          minWidth: 100,
79
           key: "versionName",
81
           key: "versionName",
80
           align: "center"
82
           align: "center"
81
         },
83
         },
82
         {
84
         {
83
           title: "包名",
85
           title: "包名",
86
+          minWidth: 100,
84
           key: "website",
87
           key: "website",
85
           align: "center"
88
           align: "center"
86
         },
89
         },

+ 1
- 0
src/views/schoolSection/notice/notice.vue View File

108
         },
108
         },
109
         {
109
         {
110
           title: "标题",
110
           title: "标题",
111
+          minWidth: 100,
111
           key: "noticeTitle",
112
           key: "noticeTitle",
112
           align: "center"
113
           align: "center"
113
         },
114
         },

+ 1
- 0
src/views/schoolSection/setting/logo.vue View File

208
   align-items: center;
208
   align-items: center;
209
   margin-left: 100px;
209
   margin-left: 100px;
210
   margin-top: 20px;
210
   margin-top: 20px;
211
+  margin-bottom: 20px;
211
 }
212
 }
212
 </style>
213
 </style>

+ 4
- 0
src/views/schoolSection/setting/wallpaper.vue View File

324
         },
324
         },
325
         {
325
         {
326
           title: "横屏壁纸",
326
           title: "横屏壁纸",
327
+          minWidth: 150,
327
           slot: "hpathSlot",
328
           slot: "hpathSlot",
328
           align: "center"
329
           align: "center"
329
         },
330
         },
330
         {
331
         {
331
           title: "竖屏壁纸",
332
           title: "竖屏壁纸",
333
+          minWidth: 150,
332
           slot: "vpathSlot",
334
           slot: "vpathSlot",
333
           align: "center"
335
           align: "center"
334
         },
336
         },
335
         {
337
         {
336
           title: "壁纸名称",
338
           title: "壁纸名称",
339
+          minWidth: 100,
337
           key: "wname",
340
           key: "wname",
338
           align: "center"
341
           align: "center"
339
         },
342
         },
340
         {
343
         {
341
           title: "操作人",
344
           title: "操作人",
345
+          minWidth: 100,
342
           key: "updatename",
346
           key: "updatename",
343
           align: "center"
347
           align: "center"
344
         },
348
         },

Loading…
Cancel
Save