resolver-egretimp-plus 0.1.64 → 0.1.66

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resolver-egretimp-plus",
3
- "version": "0.1.64",
3
+ "version": "0.1.66",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -229,7 +229,7 @@ export default {
229
229
  definePrivatelyProp(config, 'dynamicMapComp', dynamicMapComp)
230
230
 
231
231
  // 如果已经有dynamicHireRelat值的时候,就不需要再进行以下赋值了
232
- if (config?.dynamicHireRelat_bak) {
232
+ if (config?.dynamicHireRelat_bak && props.mode !== 'operate') {
233
233
  definePrivatelyProp(config, 'dynamicHireRelat', `${config.dynamicHireRelat_bak}__@__${props.mode}__`)
234
234
  } else {
235
235
  const dynamicHireRelat = parent?.dynamicHireRelat ? `${parent?.dynamicHireRelat}${hasOwn(config, 'rowIndex') ? `[${config.rowIndex}]` : ''}->${(config.metaCode || '')}` : config.metaCode
@@ -34,6 +34,9 @@
34
34
  box-sizing: content-box;
35
35
  height: unset;
36
36
  min-height: var(--el-collapse-header-height);
37
+ & > .el-collapse-item__title {
38
+ width: 100%;
39
+ }
37
40
  }
38
41
  .el-collapse-item__content {
39
42
  padding-bottom: 0;