eoss-ui 0.6.47 → 0.6.48

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.
@@ -29,6 +29,16 @@
29
29
  .no-checked .el-checkbox__input {
30
30
  display: none !important;
31
31
  }
32
+ .es-reset-flow{
33
+ display: flex;
34
+ flex-direction: column;
35
+ height: 100%;
36
+ &-form-box{
37
+ flex: 1;
38
+ overflow-y: auto;
39
+ margin-bottom: 10px
40
+ }
41
+ }
32
42
  .es-flow-content{
33
43
  height: 100%;
34
44
  display: flex;
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.47',
126
+ version: '0.6.48',
127
127
  install,
128
128
  Button,
129
129
  ButtonGroup,