@cloudbase/weda-ui 3.15.2 → 3.15.3

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.
@@ -263,9 +263,11 @@ scopedStyle = """
263
263
 
264
264
  .wd-h5-form-obj-root .table-wrap{
265
265
  border: 1px solid #dcdcdc;
266
+ width: 100%;
266
267
  }
267
268
  .wd-mp-form-obj-root .table-wrap{
268
269
  border: 1px solid #dcdcdc;
270
+ width: 100%;
269
271
  }"""
270
272
 
271
273
  [template.attributes]
@@ -351,10 +353,12 @@ scopedStyle = """
351
353
 
352
354
  .wd-h5-form-obj-root .table{
353
355
  padding: 0 10px;
356
+ width: 100%;
354
357
  }
355
358
 
356
359
  .wd-mp-form-obj-root .table{
357
360
  padding: 0 10px;
361
+ width: 100%;
358
362
  }"""
359
363
 
360
364
  [template.items.items.items.items.items.attributes]