resolver-egretimp-plus 0.1.140 → 0.1.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.1.140",
3
+ "version": "0.1.141",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -169,6 +169,13 @@ onMounted(() => {
169
169
  </script>
170
170
 
171
171
  <style lang="scss">
172
+ .el-form-item.is-error {
173
+ .select-employees {
174
+ xm-select {
175
+ box-shadow: 0 0 0 1px var(--el-color-danger) inset;
176
+ }
177
+ }
178
+ }
172
179
  .select-employees {
173
180
  position: relative;
174
181
  width: 100%;