@steedos-widgets/amis-lib 6.10.1-beta.59 → 6.10.1-beta.61

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/index.esm.js CHANGED
@@ -1370,7 +1370,7 @@ const getAmisFileReadonlySchema = async (steedosField,ctx = {})=>{
1370
1370
  type: 'each',
1371
1371
  placeholder: "",
1372
1372
  className: steedosField.multiple ? `flex flex-col` : '',
1373
- source: `\${_display.${steedosField.name}|asArray}`,
1373
+ source: `\${${steedosField.name}|asArray}`,
1374
1374
  items: {
1375
1375
  type: 'static',
1376
1376
  labelClassName: "hidden",
@@ -19580,7 +19580,7 @@ const getInstanceApprovalHistory = async ()=>{
19580
19580
  * @Author: baozhoutao@steedos.com
19581
19581
  * @Date: 2022-09-07 16:20:45
19582
19582
  * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
19583
- * @LastEditTime: 2025-09-05 21:48:07
19583
+ * @LastEditTime: 2025-09-08 14:35:29
19584
19584
  * @Description:
19585
19585
  */
19586
19586
 
@@ -20460,9 +20460,6 @@ const getFlowFormSchema = async (instance, box) => {
20460
20460
  ".steedos-object-record-detail-header .antd-Grid-col--mdAuto": {
20461
20461
  "padding": "0px !important"
20462
20462
  },
20463
- ".steedos-amis-instance-view.steedos-instance-style-table .antd-Page-body": {
20464
- "width": "1024px"
20465
- },
20466
20463
  ".antd-List-placeholder": {
20467
20464
  "display": "none"
20468
20465
  },