@cloudbase/weda-ui 3.6.7 → 3.6.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.
- package/dist/configs/type-utils/type-form.js +0 -2
- package/dist/style/index.scss +1 -1
- package/dist/web/components/form/uploaderFile/uploadFile.h5.js +1 -1
- package/dist/web/components/form/uploaderFile/uploadFile.pc.js +1 -1
- package/dist/web/components/wd-table/utils/index.js +9 -8
- package/package.json +1 -1
|
@@ -1373,10 +1373,8 @@ export const FORM_ITEM_DATA = {
|
|
|
1373
1373
|
type: 'number',
|
|
1374
1374
|
title: '单个文件最大限制(M)',
|
|
1375
1375
|
'x-runtime-default': X_RUNTIME_DEFAULT.maxSize,
|
|
1376
|
-
maximum: 500,
|
|
1377
1376
|
'x-index': 103,
|
|
1378
1377
|
'x-category': X_CATEGORY.VERIFY,
|
|
1379
|
-
description: '最大支持500M',
|
|
1380
1378
|
}),
|
|
1381
1379
|
single: Type.Boolean({
|
|
1382
1380
|
type: 'boolean',
|