resolver-egretimp-plus 0.0.140 → 0.0.141

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.140",
3
+ "version": "0.0.141",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -165,8 +165,8 @@ export default {
165
165
  }
166
166
  if (
167
167
  isPlainColumn({...config, isColumn: true}, calcDisable(config, props.mode)) &&
168
- config.showOverflowTooltip == '0' &&
169
- config['show-overflow-tooltip'] == '0'
168
+ config.showOverflowTooltip != '0' &&
169
+ config['show-overflow-tooltip'] != '0'
170
170
  ) {
171
171
  props['show-overflow-tooltip'] = true
172
172
  }