eoss-ui 0.7.58 → 0.7.60

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.
@@ -177,8 +177,8 @@
177
177
  }
178
178
  .es-flow-index .demo-dynamic {
179
179
  flex: 1;
180
- overflow-y: auto;
181
- overflow-x: hidden;
180
+ // overflow-y: auto;
181
+ // overflow-x: hidden;
182
182
  margin-top: 10px;
183
183
  }
184
184
  .es-flow-index .demo-dynamic .selectUser,
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.7.58',
128
+ version: '0.7.60',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,