@ibiz-template/web-theme 1.1.7 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -233,16 +233,24 @@ export default {
233
233
  }
234
234
  ],
235
235
  "layout": {
236
- "layout": "FLEX"
236
+ "align": "center",
237
+ "dir": "row",
238
+ "layout": "FLEX",
239
+ "valign": "center"
237
240
  },
238
241
  "dataRegionType": "INHERIT",
239
242
  "caption": "容器",
243
+ "contentWidth": 52,
240
244
  "itemStyle": "DEFAULT",
241
245
  "itemType": "CONTAINER",
242
246
  "layoutPos": {
243
247
  "shrink": 1,
244
- "layout": "FLEX"
248
+ "heightMode": "FULL",
249
+ "layout": "FLEX",
250
+ "width": 52,
251
+ "widthMode": "PX"
245
252
  },
253
+ "width": 52,
246
254
  "id": "container5"
247
255
  },
248
256
  {
@@ -269,16 +277,24 @@ export default {
269
277
  }
270
278
  ],
271
279
  "layout": {
272
- "layout": "FLEX"
280
+ "align": "center",
281
+ "dir": "row",
282
+ "layout": "FLEX",
283
+ "valign": "center"
273
284
  },
274
285
  "dataRegionType": "INHERIT",
275
286
  "caption": "容器",
287
+ "contentWidth": 52,
276
288
  "itemStyle": "DEFAULT",
277
289
  "itemType": "CONTAINER",
278
290
  "layoutPos": {
279
291
  "shrink": 1,
280
- "layout": "FLEX"
292
+ "heightMode": "FULL",
293
+ "layout": "FLEX",
294
+ "width": 52,
295
+ "widthMode": "PX"
281
296
  },
297
+ "width": 52,
282
298
  "id": "container6"
283
299
  },
284
300
  {
@@ -305,19 +321,28 @@ export default {
305
321
  }
306
322
  ],
307
323
  "layout": {
308
- "layout": "FLEX"
324
+ "align": "center",
325
+ "dir": "row",
326
+ "layout": "FLEX",
327
+ "valign": "center"
309
328
  },
310
329
  "dataRegionType": "INHERIT",
311
330
  "caption": "容器",
331
+ "contentWidth": 52,
312
332
  "itemStyle": "DEFAULT",
313
333
  "itemType": "CONTAINER",
314
334
  "layoutPos": {
315
335
  "shrink": 1,
316
- "layout": "FLEX"
336
+ "heightMode": "FULL",
337
+ "layout": "FLEX",
338
+ "width": 52,
339
+ "widthMode": "PX"
317
340
  },
341
+ "width": 52,
318
342
  "id": "container7"
319
343
  }
320
344
  ],
345
+ "predefinedType": "INDEX_ACTIONS",
321
346
  "layout": {
322
347
  "align": "center",
323
348
  "dir": "row",
@@ -450,3 +450,8 @@
450
450
  .el-dialog__body {
451
451
  background-color: getCssVar(view, bg, color);
452
452
  }
453
+
454
+ // loading遮罩
455
+ .el-loading-mask {
456
+ z-index: 11;
457
+ }