resolver-egretimp-plus 0.0.218 → 0.0.219

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.0.218",
3
+ "version": "0.0.219",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -10,7 +10,7 @@
10
10
  --el-collapse-header-font-size: 14px;
11
11
  // margin-bottom: var(--prmary-marign);
12
12
  .el-collapse-item__header {
13
- padding-bottom: 16px;
13
+ padding-bottom: 12px;
14
14
  box-sizing: content-box;
15
15
  }
16
16
  .el-collapse-item__content {
@@ -236,7 +236,7 @@ export function normalConfig({
236
236
  if (config.metaType == 'date-range') {
237
237
  pageConfig.type = 'daterange'
238
238
  }
239
- if (config.metaType == 'card') {
239
+ if (config.metaType == 'card' && !hasOwn(pageConfig, 'needWrap')) {
240
240
  pageConfig.needWrap = '1'
241
241
  }
242
242
  // 在详情的情况下,配置组件是否显示