@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.
- package/dist/configs/utils/field.js +4 -0
- package/dist/style/weda-ui.min.css +2 -2
- package/dist/web/components/form/location/common/mapView.d.ts +1 -1
- package/dist/web/components/form/location/common/mapView.js +3 -2
- package/dist/web/components/form/location/common/useLocationInfo.d.ts +1 -1
- package/dist/web/components/form/location/common/useLocationInfo.js +6 -10
- package/dist/web/components/form/location/components/LocationH5/location.h5.js +5 -10
- package/dist/web/components/wd-table/components/FilterFieldsPanel/index.js +2 -2
- package/dist/web/components/wd-table/wd-table.js +1 -1
- package/dist/web/components/wd-upload-file/wd-upload-file.css +9 -32
- package/package.json +1 -1
|
@@ -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]
|