resolver-egretimp-plus 0.0.200 → 0.0.201

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.200",
3
+ "version": "0.0.201",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -172,6 +172,9 @@ export default {
172
172
  if (isEndConfig) {
173
173
  props.className = `${props.className || ''} end-show-column`
174
174
  }
175
+ if (config.metaType == 'CustomComponentSelectEmployees') {
176
+ props.className = `${props.className || ''} clear-index`
177
+ }
175
178
  if (
176
179
  isPlainColumn({...config, isColumn: true}, calcDisable(config, props.mode)) &&
177
180
  config.showOverflowTooltip != '0' &&
@@ -123,4 +123,7 @@
123
123
  .next-hidden-column.end-show-column {
124
124
  border: none;
125
125
  }
126
+ .clear-index {
127
+ z-index: unset;
128
+ }
126
129
  }