eoss-ui 0.5.88 → 0.5.89

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.
@@ -126,6 +126,9 @@
126
126
  .es-flow-index .select-process .el-input-group__append {
127
127
  height: 40px;
128
128
  }
129
+ .es-flow-index .hide-flow-char .el-input-group__append {
130
+ padding: 0px;
131
+ }
129
132
  .es-flow-index .select-process > .el-input__inner {
130
133
  display: none !important;
131
134
  }
package/src/index.js CHANGED
@@ -121,7 +121,7 @@ if (typeof window !== 'undefined' && window.Vue) {
121
121
  }
122
122
 
123
123
  export default {
124
- version: '0.5.88',
124
+ version: '0.5.89',
125
125
  install,
126
126
  Button,
127
127
  ButtonGroup,