@steedos-widgets/amis-lib 6.3.12-beta.15 → 6.3.12-beta.17

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
@@ -1213,7 +1213,7 @@ async function getPage({type, pageId = '', appId, objectName = '', recordId = ''
1213
1213
  * @Author: baozhoutao@steedos.com
1214
1214
  * @Date: 2022-10-28 14:15:09
1215
1215
  * @LastEditors: baozhoutao@steedos.com
1216
- * @LastEditTime: 2024-11-14 10:50:01
1216
+ * @LastEditTime: 2025-02-13 09:31:02
1217
1217
  * @Description:
1218
1218
  */
1219
1219
 
@@ -1272,7 +1272,7 @@ async function getLookupLinkOnClick(field, options) {
1272
1272
  "title": " ",
1273
1273
  "headerClassName": "hidden",
1274
1274
  "size": "lg",
1275
- "width": "70%",
1275
+ "width": window.drawerWidth || "70%",
1276
1276
  "bodyClassName": "p-0 m-0 bg-gray-100",
1277
1277
  "closeOnEsc": true,
1278
1278
  "closeOnOutside": true,
@@ -2364,7 +2364,7 @@ async function getColumnItemOnClick(field, options){
2364
2364
  "title": " ",
2365
2365
  "headerClassName": "hidden",
2366
2366
  "size": "lg",
2367
- "width": "70%",
2367
+ "width": window.drawerWidth || "70%",
2368
2368
  "bodyClassName": "p-0 m-0 bg-gray-100",
2369
2369
  "closeOnEsc": true,
2370
2370
  "closeOnOutside": true,