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.
- package/lib/eoss-ui.common.js +677 -660
- package/lib/flow-list.js +11 -12
- package/lib/flow.js +626 -608
- package/lib/index.js +1 -1
- package/lib/main.js +18 -18
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/upload.js +6 -6
- package/package.json +1 -1
- package/packages/flow/src/component/Circulate.vue +2 -2
- package/packages/flow/src/component/CommonOpinions.vue +1 -0
- package/packages/flow/src/component/FileList.vue +1 -1
- package/packages/flow/src/component/FreeCirculation.vue +2 -2
- package/packages/flow/src/component/SendMsg.vue +2 -2
- package/packages/flow/src/component/taskUnionExamine.vue +2 -2
- package/packages/flow/src/main.vue +13 -4
- package/packages/flow/src/processForm.vue +2 -3
- package/packages/flow/src/reset.vue +1 -2
- package/packages/flow/src/selectUser.vue +49 -22
- package/packages/flow/src/startTaskRead.vue +1 -1
- package/packages/flow/src/supervise.vue +1 -1
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/src/main.vue +6 -6
- package/packages/main/src/simplicity/index.vue +1 -1
- package/packages/main/src/simplicityTop/index.vue +1 -1
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/flow.scss +6 -3
- package/packages/upload/src/main.vue +1 -1
- package/src/index.js +1 -1
|
@@ -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
|
-
|
|
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;
|