resolver-egretimp-plus 0.1.84 → 0.1.85

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.84",
3
+ "version": "0.1.85",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -129,6 +129,11 @@
129
129
  border-bottom: 1px solid var(--el-color-danger);
130
130
  }
131
131
  }
132
+ .el-input-number {
133
+ .el-input-number__decrease, .el-input-number__increase {
134
+ --el-input-number-controls-height: 11px;
135
+ }
136
+ }
132
137
  }
133
138
  .cell {
134
139
  // line-height: 16px;
@@ -905,7 +905,7 @@ function getFormItemRule(config, lang, params, compProps) {
905
905
  callback()
906
906
  return
907
907
  }
908
- return validator(rule, value, callback, config)
908
+ return validator(rule, config.refValue, callback, config)
909
909
  },
910
910
  trigger,
911
911
  })