eoss-ui 0.5.38 → 0.5.39

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.
@@ -85,7 +85,9 @@
85
85
  }
86
86
  }
87
87
  .es-group-flow {
88
- border-left: $--border-base;
88
+ &:not(.es-flow-narrow) {
89
+ border-left: $--border-base;
90
+ }
89
91
  &.es-flow-narrow {
90
92
  background-color: #fafafa;
91
93
  .es-flow-title {
@@ -23,7 +23,8 @@
23
23
  flex-direction: column;
24
24
  padding-bottom: 12px;
25
25
  justify-content: space-between;
26
- .em-flow-more-btn{
26
+ position: relative;
27
+ .em-flow-more-btn {
27
28
  display: block;
28
29
  width: 100%;
29
30
  }
@@ -38,12 +39,12 @@
38
39
  .es-flow-top {
39
40
  height: 350px;
40
41
  .es-flow-title {
41
- display: flex;
42
- justify-content: space-between;
43
- align-items: center;
44
42
  height: 40px;
43
+ line-height: 40px;
45
44
  .es-icon {
46
- margin: 0 4px;
45
+ position: absolute;
46
+ right: 8px;
47
+ top: 4px;
47
48
  }
48
49
  }
49
50
  .es-opinion {
@@ -84,10 +85,10 @@
84
85
  height: 24px;
85
86
  }
86
87
  }
87
- .es-flow-btn:hover{
88
- background-color: #F5F5F5;
89
- color:$--color-primary;
90
- ::v-deep .el-popover{
88
+ .es-flow-btn:hover {
89
+ background-color: #f5f5f5;
90
+ color: $--color-primary;
91
+ ::v-deep .el-popover {
91
92
  padding: 12px 0px !important;
92
93
  }
93
94
  }
@@ -382,7 +382,6 @@ export default {
382
382
  return null;
383
383
  } else {
384
384
  if (this.checkeds) {
385
- debugger;
386
385
  let params = {};
387
386
  if (Array.isArray(this.checkeds)) {
388
387
  if (this.syncKeys && util.isObject(this.syncKeys)) {
package/src/index.js CHANGED
@@ -117,7 +117,7 @@ if (typeof window !== 'undefined' && window.Vue) {
117
117
  }
118
118
 
119
119
  export default {
120
- version: '0.5.38',
120
+ version: '0.5.39',
121
121
  install,
122
122
  Button,
123
123
  ButtonGroup,