eoss-ui 0.6.53 → 0.6.54

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