iov-design 2.15.29 → 2.15.30

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.
@@ -473,6 +473,9 @@
473
473
  outline: none;
474
474
  }
475
475
  .el-select {
476
+ .el-input__inner {
477
+ color: $--color-text-4;
478
+ }
476
479
  .el-input.is-focus .el-input__inner {
477
480
  border: 0 none;
478
481
  box-shadow: none;
package/src/index.js CHANGED
@@ -212,7 +212,7 @@ if (typeof window !== 'undefined' && window.Vue) {
212
212
  }
213
213
 
214
214
  export default {
215
- version: '2.15.29',
215
+ version: '2.15.30',
216
216
  locale: locale.use,
217
217
  i18n: locale.i18n,
218
218
  install,