eoss-ui 0.7.81 → 0.7.83

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.
@@ -317,9 +317,9 @@
317
317
  // .es-flow-form .demo-dynamic .selectUser {
318
318
  // width: calc(100% + 40px) !important;
319
319
  // }
320
- .es-flow-form .el-form-item__label {
321
- font-weight: bold;
322
- }
320
+ // .es-flow-form .el-form-item__label {
321
+ // font-weight: bold;
322
+ // }
323
323
  .es-flow-form .el-input.is-disabled .el-input__inner {
324
324
  color: #000;
325
325
  }
@@ -342,6 +342,9 @@
342
342
  .select-user .all {
343
343
  margin: 0px !important;
344
344
  }
345
+ .es-flow-file .el-upload--handle{
346
+ flex-direction: row-reverse;
347
+ }
345
348
  .es-flow-index,.flow-dialog{
346
349
  .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{
347
350
  background-color: $--color-primary !important;
@@ -442,7 +442,7 @@ export default {
442
442
  showVideo: false,
443
443
  videoChange: false,
444
444
  source: '',
445
- excludeNames: '',
445
+ excludeNames: undefined,
446
446
  boxHeight: this.listHeight,
447
447
  previewAdjunct: previewAdjunct,
448
448
  kkfileview: null,
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.81',
128
+ version: '0.7.83',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,