Преглед на файлове

设置表格列最小宽度

gzb
wangzhonglu преди 8 месеца
родител
ревизия
4200e0e0b9
променени са 30 файла, в които са добавени 118 реда и са изтрити 8 реда
  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 Целия файл

@@ -137,12 +137,12 @@ body,
137 137
   .ivu-table-cell {
138 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 147
 // iview表单全局自定义样式
148 148
 .ivu-form {

+ 7
- 0
src/views/platformSection/deviceManage/deviceManageExport/deviceManageExport.vue Целия файл

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

+ 3
- 0
src/views/platformSection/deviceManage/deviceManageImport/batch.vue Целия файл

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

+ 3
- 0
src/views/platformSection/deviceManage/deviceManageImport/detail.vue Целия файл

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

+ 4
- 0
src/views/platformSection/log/logDeviceExport.vue Целия файл

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

+ 4
- 0
src/views/platformSection/networkManage/whitelistLibrary.vue Целия файл

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

+ 1
- 0
src/views/platformSection/notice/notice.vue Целия файл

@@ -234,6 +234,7 @@ export default {
234 234
         },
235 235
         {
236 236
           title: "标题",
237
+          minWidth: 100,
237 238
           key: "noticeTitle",
238 239
           align: "center"
239 240
         },

+ 5
- 1
src/views/platformSection/regionManage/adminManage.vue Целия файл

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

+ 4
- 0
src/views/platformSection/regionManage/regionManage.vue Целия файл

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

+ 3
- 0
src/views/schoolSection/applicationManage/greenBrowser.vue Целия файл

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

+ 3
- 0
src/views/schoolSection/applicationStrategy/appStrategyTemplate.vue Целия файл

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

+ 3
- 0
src/views/schoolSection/deviceManage/breakRuleDevice.vue Целия файл

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

+ 3
- 0
src/views/schoolSection/deviceManage/deviceManage.vue Целия файл

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

+ 5
- 0
src/views/schoolSection/deviceManage/inLineDevice.vue Целия файл

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

+ 5
- 0
src/views/schoolSection/deviceManage/outControlDevice.vue Целия файл

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

+ 5
- 0
src/views/schoolSection/deviceManage/removeControlDevice.vue Целия файл

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

+ 3
- 0
src/views/schoolSection/log/admin.vue Целия файл

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

+ 5
- 0
src/views/schoolSection/log/appLaunch.vue Целия файл

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

+ 6
- 0
src/views/schoolSection/log/applicationDownload.vue Целия файл

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

+ 6
- 0
src/views/schoolSection/log/deviceEvents.vue Целия файл

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

+ 5
- 1
src/views/schoolSection/log/deviceExport.vue Целия файл

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

+ 7
- 0
src/views/schoolSection/log/deviceInstallation.vue Целия файл

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

+ 4
- 0
src/views/schoolSection/log/deviceLocation.vue Целия файл

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

+ 2
- 0
src/views/schoolSection/log/devicePush.vue Целия файл

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

+ 5
- 0
src/views/schoolSection/log/violatingDevice.vue Целия файл

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

+ 2
- 0
src/views/schoolSection/networkManage/whitelist.vue Целия файл

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

+ 3
- 0
src/views/schoolSection/networkManage/whitelistLibrary.vue Целия файл

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

+ 1
- 0
src/views/schoolSection/notice/notice.vue Целия файл

@@ -108,6 +108,7 @@ export default {
108 108
         },
109 109
         {
110 110
           title: "标题",
111
+          minWidth: 100,
111 112
           key: "noticeTitle",
112 113
           align: "center"
113 114
         },

+ 1
- 0
src/views/schoolSection/setting/logo.vue Целия файл

@@ -208,5 +208,6 @@ export default {
208 208
   align-items: center;
209 209
   margin-left: 100px;
210 210
   margin-top: 20px;
211
+  margin-bottom: 20px;
211 212
 }
212 213
 </style>

+ 4
- 0
src/views/schoolSection/setting/wallpaper.vue Целия файл

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

Loading…
Отказ
Запис