resolver-egretimp-plus 0.0.290 → 0.0.291

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.290",
3
+ "version": "0.0.291",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -157,7 +157,7 @@ function getSuffixIcon() {
157
157
  box-sizing: border-box;
158
158
  border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
159
159
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
160
- // background: var(--el-disabled-bg-color);
160
+ background: var(--el-input-bg-color, var(--el-fill-color-blank));
161
161
  cursor: 'not-allowed';
162
162
  }
163
163
  .is-disabled {