@fecp/designer 5.2.8 → 5.2.10
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/es/designer.css +141 -139
- package/es/packages/designer/package.json.mjs +1 -1
- package/es/packages/designer/src/packages/form/index.vue.mjs +18 -15
- package/es/packages/designer/src/packages/table/queryModule/DynamicModeConfig.vue.mjs +1 -1
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +11 -11
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +4 -2
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/Table.vue.mjs +11 -2
- package/lib/designer.css +141 -139
- package/lib/packages/designer/package.json.js +1 -1
- package/lib/packages/designer/src/packages/form/index.vue.js +18 -15
- package/lib/packages/designer/src/packages/table/queryModule/DynamicModeConfig.vue.js +1 -1
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +11 -11
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +4 -2
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +1 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +11 -2
- package/package.json +1 -1
package/lib/designer.css
CHANGED
|
@@ -3369,11 +3369,11 @@ to {
|
|
|
3369
3369
|
line-height: 16px;
|
|
3370
3370
|
display: flex;
|
|
3371
3371
|
align-items: center;
|
|
3372
|
-
}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:var(--el-border);padding:8px 15px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7);color:var(--el-checkbox-button-checked-text-color)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-bottom-right-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-
|
|
3372
|
+
}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:var(--el-border);padding:8px 15px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7);color:var(--el-checkbox-button-checked-text-color)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-bottom-right-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-fd2bf737] {
|
|
3373
3373
|
display: flex;
|
|
3374
3374
|
align-items: center;
|
|
3375
3375
|
}
|
|
3376
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
3376
|
+
.dynamic-mode-config .back-icon[data-v-fd2bf737] {
|
|
3377
3377
|
display: flex;
|
|
3378
3378
|
align-items: center;
|
|
3379
3379
|
justify-content: center;
|
|
@@ -3386,11 +3386,11 @@ to {
|
|
|
3386
3386
|
margin-left: 4px;
|
|
3387
3387
|
margin-right: -6px;
|
|
3388
3388
|
}
|
|
3389
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
3389
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-fd2bf737] {
|
|
3390
3390
|
font-size: 16px;
|
|
3391
3391
|
font-weight: bold;
|
|
3392
3392
|
}
|
|
3393
|
-
.dynamic-mode-config .template-name[data-v-
|
|
3393
|
+
.dynamic-mode-config .template-name[data-v-fd2bf737] {
|
|
3394
3394
|
font-size: 16px;
|
|
3395
3395
|
font-weight: 600;
|
|
3396
3396
|
color: #303133;
|
|
@@ -3401,37 +3401,38 @@ to {
|
|
|
3401
3401
|
text-overflow: ellipsis;
|
|
3402
3402
|
position: relative;
|
|
3403
3403
|
}
|
|
3404
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
3404
|
+
.dynamic-mode-config .tab-display-section[data-v-fd2bf737] {
|
|
3405
3405
|
flex: 1;
|
|
3406
3406
|
min-width: 0;
|
|
3407
3407
|
}
|
|
3408
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3408
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__header {
|
|
3409
3409
|
margin: 0;
|
|
3410
3410
|
}
|
|
3411
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3411
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__nav-wrap::after {
|
|
3412
3412
|
height: 0;
|
|
3413
3413
|
}
|
|
3414
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3414
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fd2bf737] .el-tabs__item {
|
|
3415
3415
|
padding: 0 12px;
|
|
3416
3416
|
}
|
|
3417
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
3417
|
+
.dynamic-mode-config .search-display-section[data-v-fd2bf737] {
|
|
3418
3418
|
flex-shrink: 0;
|
|
3419
3419
|
display: flex;
|
|
3420
3420
|
align-items: center;
|
|
3421
3421
|
gap: 12px;
|
|
3422
|
+
margin-left: auto;
|
|
3422
3423
|
}
|
|
3423
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
3424
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-fd2bf737] {
|
|
3424
3425
|
width: 300px;
|
|
3425
3426
|
}
|
|
3426
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
3427
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-fd2bf737] {
|
|
3427
3428
|
display: flex;
|
|
3428
3429
|
align-items: center;
|
|
3429
3430
|
gap: 8px;
|
|
3430
3431
|
}
|
|
3431
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
3432
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-fd2bf737] {
|
|
3432
3433
|
position: relative;
|
|
3433
3434
|
}
|
|
3434
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3435
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fd2bf737] {
|
|
3435
3436
|
position: absolute;
|
|
3436
3437
|
top: -10px;
|
|
3437
3438
|
right: -10px;
|
|
@@ -3448,31 +3449,31 @@ to {
|
|
|
3448
3449
|
font-size: 12px;
|
|
3449
3450
|
z-index: 1;
|
|
3450
3451
|
}
|
|
3451
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3452
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fd2bf737]:hover {
|
|
3452
3453
|
background-color: #f56c6c;
|
|
3453
3454
|
}
|
|
3454
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
3455
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-fd2bf737] {
|
|
3455
3456
|
display: flex;
|
|
3456
3457
|
}
|
|
3457
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
3458
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-fd2bf737] {
|
|
3458
3459
|
pointer-events: none;
|
|
3459
3460
|
}
|
|
3460
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
3461
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-fd2bf737] {
|
|
3461
3462
|
margin-right: 4px;
|
|
3462
3463
|
}
|
|
3463
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
3464
|
+
.dynamic-mode-config .expand-filter-section[data-v-fd2bf737] {
|
|
3464
3465
|
padding-top: 8px;
|
|
3465
3466
|
border-top: 1px solid #ebeef5;
|
|
3466
3467
|
margin-top: 8px;
|
|
3467
3468
|
}
|
|
3468
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
3469
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-fd2bf737] {
|
|
3469
3470
|
width: 100%;
|
|
3470
3471
|
}
|
|
3471
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
3472
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-fd2bf737] {
|
|
3472
3473
|
display: flex;
|
|
3473
3474
|
flex-wrap: wrap;
|
|
3474
3475
|
}
|
|
3475
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3476
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item {
|
|
3476
3477
|
padding: 2px;
|
|
3477
3478
|
border: 2px solid transparent;
|
|
3478
3479
|
border-radius: 2px;
|
|
@@ -3481,23 +3482,23 @@ to {
|
|
|
3481
3482
|
cursor: move;
|
|
3482
3483
|
margin-bottom: 4px;
|
|
3483
3484
|
}
|
|
3484
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3485
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .el-form-item__label-wrap {
|
|
3485
3486
|
margin: 0 0 0 8px !important;
|
|
3486
3487
|
}
|
|
3487
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3488
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .el-form-item__content {
|
|
3488
3489
|
min-width: 150px;
|
|
3489
3490
|
}
|
|
3490
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3491
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .form-item-label {
|
|
3491
3492
|
display: flex;
|
|
3492
3493
|
align-items: center;
|
|
3493
3494
|
}
|
|
3494
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3495
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .filter-item {
|
|
3495
3496
|
pointer-events: none;
|
|
3496
3497
|
}
|
|
3497
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3498
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .filter-item.el-input {
|
|
3498
3499
|
width: 150px;
|
|
3499
3500
|
}
|
|
3500
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3501
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .delete-icon {
|
|
3501
3502
|
position: absolute;
|
|
3502
3503
|
top: -10px;
|
|
3503
3504
|
right: -10px;
|
|
@@ -3514,19 +3515,19 @@ to {
|
|
|
3514
3515
|
font-size: 12px;
|
|
3515
3516
|
z-index: 1;
|
|
3516
3517
|
}
|
|
3517
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3518
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item .delete-icon:hover {
|
|
3518
3519
|
background-color: #f56c6c;
|
|
3519
3520
|
}
|
|
3520
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3521
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-hover {
|
|
3521
3522
|
border: 2px dashed #7b99cb !important;
|
|
3522
3523
|
}
|
|
3523
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3524
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-hover .delete-icon {
|
|
3524
3525
|
display: flex;
|
|
3525
3526
|
}
|
|
3526
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3527
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item.is-select {
|
|
3527
3528
|
border: 2px dashed #efa53a !important;
|
|
3528
3529
|
}
|
|
3529
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3530
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fd2bf737] .el-form-item__label {
|
|
3530
3531
|
font-size: 13px;
|
|
3531
3532
|
color: #606266;
|
|
3532
3533
|
pointer-events: none;
|
|
@@ -3535,11 +3536,11 @@ to {
|
|
|
3535
3536
|
display: flex;
|
|
3536
3537
|
align-items: center;
|
|
3537
3538
|
}
|
|
3538
|
-
[data-v-
|
|
3539
|
+
[data-v-fd2bf737] .el-checkbox-group {
|
|
3539
3540
|
display: flex;
|
|
3540
3541
|
gap: 12px;
|
|
3541
3542
|
}
|
|
3542
|
-
[data-v-
|
|
3543
|
+
[data-v-fd2bf737] .el-checkbox-group .el-checkbox-button__inner {
|
|
3543
3544
|
border-radius: 4px;
|
|
3544
3545
|
}.table-work-btns[data-v-c16f2646] {
|
|
3545
3546
|
border-top: 1px solid #ebeef5;
|
|
@@ -4630,33 +4631,33 @@ to {
|
|
|
4630
4631
|
white-space: nowrap;
|
|
4631
4632
|
overflow: hidden;
|
|
4632
4633
|
text-overflow: ellipsis;
|
|
4633
|
-
}.form-work-area[data-v-
|
|
4634
|
+
}.form-work-area[data-v-838fb4f9] {
|
|
4634
4635
|
height: 100%;
|
|
4635
4636
|
display: flex;
|
|
4636
4637
|
flex-direction: column;
|
|
4637
4638
|
}
|
|
4638
|
-
.form-toolbar[data-v-
|
|
4639
|
+
.form-toolbar[data-v-838fb4f9] {
|
|
4639
4640
|
background: #f8f9fa;
|
|
4640
4641
|
padding: 16px;
|
|
4641
4642
|
margin-bottom: 20px;
|
|
4642
4643
|
border-radius: 4px;
|
|
4643
4644
|
border: 1px solid #e9ecef;
|
|
4644
4645
|
}
|
|
4645
|
-
.form-grid-container[data-v-
|
|
4646
|
+
.form-grid-container[data-v-838fb4f9] {
|
|
4646
4647
|
position: relative;
|
|
4647
4648
|
flex: 1;
|
|
4648
4649
|
overflow: auto;
|
|
4649
4650
|
background-color: #fff;
|
|
4650
4651
|
user-select: none;
|
|
4651
4652
|
}
|
|
4652
|
-
.form-grid[data-v-
|
|
4653
|
+
.form-grid[data-v-838fb4f9] {
|
|
4653
4654
|
position: relative;
|
|
4654
4655
|
padding: 12px;
|
|
4655
4656
|
}
|
|
4656
|
-
.form-grid.el-form--label-top .status-tags[data-v-
|
|
4657
|
+
.form-grid.el-form--label-top .status-tags[data-v-838fb4f9] {
|
|
4657
4658
|
top: 28px;
|
|
4658
4659
|
}
|
|
4659
|
-
.form-component[data-v-
|
|
4660
|
+
.form-component[data-v-838fb4f9] {
|
|
4660
4661
|
position: relative;
|
|
4661
4662
|
border-radius: 4px;
|
|
4662
4663
|
padding: 12px;
|
|
@@ -4664,26 +4665,26 @@ to {
|
|
|
4664
4665
|
transition: all 0.2s ease;
|
|
4665
4666
|
height: 100%;
|
|
4666
4667
|
}
|
|
4667
|
-
.form-component.h2[data-v-
|
|
4668
|
+
.form-component.h2[data-v-838fb4f9] {
|
|
4668
4669
|
padding: 8px 12px;
|
|
4669
4670
|
}
|
|
4670
|
-
.form-component.is-hover[data-v-
|
|
4671
|
+
.form-component.is-hover[data-v-838fb4f9] {
|
|
4671
4672
|
background: #f5f7fa;
|
|
4672
4673
|
border: 1px solid #e4e7ed;
|
|
4673
4674
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
4674
4675
|
z-index: 1;
|
|
4675
4676
|
}
|
|
4676
|
-
.form-component.is-select[data-v-
|
|
4677
|
+
.form-component.is-select[data-v-838fb4f9] {
|
|
4677
4678
|
background: #fff8e6;
|
|
4678
4679
|
border: 2px solid #f0ad4e;
|
|
4679
4680
|
box-shadow: 0 4px 16px rgba(240, 173, 78, 0.2);
|
|
4680
4681
|
}
|
|
4681
|
-
.form-component.is-hover.is-select[data-v-
|
|
4682
|
+
.form-component.is-hover.is-select[data-v-838fb4f9] {
|
|
4682
4683
|
background: #fff8e6;
|
|
4683
4684
|
border-color: #f5b041;
|
|
4684
4685
|
box-shadow: 0 4px 16px rgba(240, 173, 78, 0.3);
|
|
4685
4686
|
}
|
|
4686
|
-
.form-component .component-toolbar[data-v-
|
|
4687
|
+
.form-component .component-toolbar[data-v-838fb4f9] {
|
|
4687
4688
|
position: absolute;
|
|
4688
4689
|
top: -12px;
|
|
4689
4690
|
right: 8px;
|
|
@@ -4692,7 +4693,7 @@ to {
|
|
|
4692
4693
|
opacity: 0;
|
|
4693
4694
|
transition: all 0.2s ease;
|
|
4694
4695
|
}
|
|
4695
|
-
.form-component .component-toolbar .toolbar-btn[data-v-
|
|
4696
|
+
.form-component .component-toolbar .toolbar-btn[data-v-838fb4f9] {
|
|
4696
4697
|
width: 20px;
|
|
4697
4698
|
height: 20px;
|
|
4698
4699
|
border-radius: 3px;
|
|
@@ -4707,51 +4708,51 @@ to {
|
|
|
4707
4708
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4708
4709
|
transition: all 0.15s ease;
|
|
4709
4710
|
}
|
|
4710
|
-
.form-component .component-toolbar .toolbar-btn[data-v-
|
|
4711
|
+
.form-component .component-toolbar .toolbar-btn[data-v-838fb4f9]:hover {
|
|
4711
4712
|
transform: scale(1.05);
|
|
4712
4713
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
|
|
4713
4714
|
}
|
|
4714
|
-
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-
|
|
4715
|
+
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-838fb4f9] {
|
|
4715
4716
|
color: #f56c6c;
|
|
4716
4717
|
}
|
|
4717
|
-
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-
|
|
4718
|
+
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-838fb4f9]:hover {
|
|
4718
4719
|
background: #f56c6c;
|
|
4719
4720
|
color: white;
|
|
4720
4721
|
border-color: #f56c6c;
|
|
4721
4722
|
}
|
|
4722
|
-
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-
|
|
4723
|
+
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-838fb4f9] {
|
|
4723
4724
|
color: #409eff;
|
|
4724
4725
|
}
|
|
4725
|
-
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-
|
|
4726
|
+
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-838fb4f9]:hover, .form-component .component-toolbar .toolbar-btn.settings-btn.is-active[data-v-838fb4f9] {
|
|
4726
4727
|
background: #409eff;
|
|
4727
4728
|
color: white;
|
|
4728
4729
|
border-color: #409eff;
|
|
4729
4730
|
}
|
|
4730
|
-
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-
|
|
4731
|
+
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-838fb4f9] {
|
|
4731
4732
|
color: #c0c4cc;
|
|
4732
4733
|
}
|
|
4733
|
-
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-
|
|
4734
|
+
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-838fb4f9]:hover {
|
|
4734
4735
|
background: #f56e6e;
|
|
4735
4736
|
color: white;
|
|
4736
4737
|
border-color: #f56e6e;
|
|
4737
4738
|
}
|
|
4738
|
-
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-
|
|
4739
|
+
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-838fb4f9] {
|
|
4739
4740
|
color: #f56e6e;
|
|
4740
4741
|
}
|
|
4741
|
-
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-
|
|
4742
|
+
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-838fb4f9]:hover {
|
|
4742
4743
|
background: #f56e6e;
|
|
4743
4744
|
color: white;
|
|
4744
4745
|
border-color: #f56e6e;
|
|
4745
4746
|
}
|
|
4746
|
-
.form-component.is-hover .component-toolbar[data-v-
|
|
4747
|
+
.form-component.is-hover .component-toolbar[data-v-838fb4f9], .form-component.is-select .component-toolbar[data-v-838fb4f9] {
|
|
4747
4748
|
opacity: 1;
|
|
4748
4749
|
}
|
|
4749
|
-
.form-component .component-content[data-v-
|
|
4750
|
+
.form-component .component-content[data-v-838fb4f9] {
|
|
4750
4751
|
height: 100%;
|
|
4751
4752
|
display: flex;
|
|
4752
4753
|
align-items: flex-start;
|
|
4753
4754
|
}
|
|
4754
|
-
.form-component .status-tags[data-v-
|
|
4755
|
+
.form-component .status-tags[data-v-838fb4f9] {
|
|
4755
4756
|
position: absolute;
|
|
4756
4757
|
top: 8px;
|
|
4757
4758
|
right: 8px;
|
|
@@ -4759,7 +4760,7 @@ to {
|
|
|
4759
4760
|
gap: 4px;
|
|
4760
4761
|
z-index: 10;
|
|
4761
4762
|
}
|
|
4762
|
-
.form-component .field-name-tag[data-v-
|
|
4763
|
+
.form-component .field-name-tag[data-v-838fb4f9] {
|
|
4763
4764
|
background: rgba(0, 0, 0, 0.5);
|
|
4764
4765
|
color: #fff;
|
|
4765
4766
|
padding: 2px 6px;
|
|
@@ -4770,7 +4771,7 @@ to {
|
|
|
4770
4771
|
transition: all 0.2s ease;
|
|
4771
4772
|
line-height: 16px;
|
|
4772
4773
|
}
|
|
4773
|
-
.form-component .status-tag[data-v-
|
|
4774
|
+
.form-component .status-tag[data-v-838fb4f9] {
|
|
4774
4775
|
display: flex;
|
|
4775
4776
|
align-items: center;
|
|
4776
4777
|
gap: 2px;
|
|
@@ -4781,107 +4782,107 @@ to {
|
|
|
4781
4782
|
opacity: 0.9;
|
|
4782
4783
|
transition: all 0.2s ease;
|
|
4783
4784
|
}
|
|
4784
|
-
.form-component .status-tag .el-icon[data-v-
|
|
4785
|
+
.form-component .status-tag .el-icon[data-v-838fb4f9] {
|
|
4785
4786
|
font-size: 12px;
|
|
4786
4787
|
}
|
|
4787
|
-
.form-component .status-tag.disabled-tag[data-v-
|
|
4788
|
+
.form-component .status-tag.disabled-tag[data-v-838fb4f9] {
|
|
4788
4789
|
background: rgba(245, 108, 108, 0.9);
|
|
4789
4790
|
color: #fff;
|
|
4790
4791
|
}
|
|
4791
|
-
.form-component .status-tag.readonly-tag[data-v-
|
|
4792
|
+
.form-component .status-tag.readonly-tag[data-v-838fb4f9] {
|
|
4792
4793
|
background: rgba(144, 147, 153, 0.9);
|
|
4793
4794
|
color: #fff;
|
|
4794
4795
|
}
|
|
4795
|
-
.form-component.is-disabled[data-v-
|
|
4796
|
+
.form-component.is-disabled[data-v-838fb4f9] {
|
|
4796
4797
|
opacity: 0.6;
|
|
4797
4798
|
background: #f5f7fa;
|
|
4798
4799
|
border-color: #e4e7ed;
|
|
4799
4800
|
}
|
|
4800
|
-
.form-component.is-disabled .component-preview[data-v-
|
|
4801
|
+
.form-component.is-disabled .component-preview[data-v-838fb4f9] .el-input__wrapper {
|
|
4801
4802
|
background-color: #f5f7fa;
|
|
4802
4803
|
box-shadow: 0 0 0 1px #e4e7ed inset;
|
|
4803
4804
|
}
|
|
4804
|
-
.form-component.is-readonly[data-v-
|
|
4805
|
+
.form-component.is-readonly[data-v-838fb4f9] {
|
|
4805
4806
|
border-style: dashed;
|
|
4806
4807
|
border-color: #c0c4cc;
|
|
4807
4808
|
background: #fafafa;
|
|
4808
4809
|
}
|
|
4809
|
-
.form-component.is-readonly .component-preview[data-v-
|
|
4810
|
+
.form-component.is-readonly .component-preview[data-v-838fb4f9] .el-input__wrapper {
|
|
4810
4811
|
background-color: #f5f7fa;
|
|
4811
4812
|
}
|
|
4812
|
-
.quick-setting-panel[data-v-
|
|
4813
|
+
.quick-setting-panel[data-v-838fb4f9] {
|
|
4813
4814
|
padding: 8px;
|
|
4814
4815
|
min-width: 160px;
|
|
4815
4816
|
}
|
|
4816
|
-
.quick-setting-panel .setting-row[data-v-
|
|
4817
|
+
.quick-setting-panel .setting-row[data-v-838fb4f9] {
|
|
4817
4818
|
display: flex;
|
|
4818
4819
|
align-items: center;
|
|
4819
4820
|
justify-content: space-between;
|
|
4820
4821
|
margin-bottom: 8px;
|
|
4821
4822
|
}
|
|
4822
|
-
.quick-setting-panel .setting-row[data-v-
|
|
4823
|
+
.quick-setting-panel .setting-row[data-v-838fb4f9]:last-child {
|
|
4823
4824
|
margin-bottom: 0;
|
|
4824
4825
|
}
|
|
4825
|
-
.quick-setting-panel .setting-row .setting-label[data-v-
|
|
4826
|
+
.quick-setting-panel .setting-row .setting-label[data-v-838fb4f9] {
|
|
4826
4827
|
font-size: 12px;
|
|
4827
4828
|
color: #606266;
|
|
4828
4829
|
min-width: 35px;
|
|
4829
4830
|
}
|
|
4830
|
-
.quick-setting-panel .setting-row .setting-select[data-v-
|
|
4831
|
+
.quick-setting-panel .setting-row .setting-select[data-v-838fb4f9] {
|
|
4831
4832
|
flex: 1;
|
|
4832
4833
|
width: 90px;
|
|
4833
4834
|
}
|
|
4834
|
-
.quick-setting-panel .setting-row .setting-input[data-v-
|
|
4835
|
+
.quick-setting-panel .setting-row .setting-input[data-v-838fb4f9] {
|
|
4835
4836
|
flex: 1;
|
|
4836
4837
|
width: 90px;
|
|
4837
4838
|
}
|
|
4838
|
-
.quick-setting-panel .setting-row[data-v-
|
|
4839
|
+
.quick-setting-panel .setting-row[data-v-838fb4f9] .el-checkbox {
|
|
4839
4840
|
margin-right: 5px;
|
|
4840
4841
|
}
|
|
4841
|
-
.quick-setting-panel .setting-row[data-v-
|
|
4842
|
+
.quick-setting-panel .setting-row[data-v-838fb4f9] .el-checkbox .el-checkbox__label {
|
|
4842
4843
|
padding-left: 5px;
|
|
4843
4844
|
}
|
|
4844
|
-
.grid-draggable-wrapper[data-v-
|
|
4845
|
+
.grid-draggable-wrapper[data-v-838fb4f9] {
|
|
4845
4846
|
min-height: 600px;
|
|
4846
4847
|
padding-bottom: 60px;
|
|
4847
4848
|
}
|
|
4848
|
-
.grid-draggable-wrapper[data-v-
|
|
4849
|
+
.grid-draggable-wrapper[data-v-838fb4f9] .components-item {
|
|
4849
4850
|
display: none;
|
|
4850
4851
|
}
|
|
4851
|
-
.grid-draggable-wrapper[data-v-
|
|
4852
|
+
.grid-draggable-wrapper[data-v-838fb4f9] .vgl-item:hover {
|
|
4852
4853
|
z-index: 1;
|
|
4853
4854
|
}
|
|
4854
|
-
.grid-draggable-wrapper[data-v-
|
|
4855
|
+
.grid-draggable-wrapper[data-v-838fb4f9] .vgl-item--placeholder {
|
|
4855
4856
|
background-color: rgba(64, 158, 255, 0.2);
|
|
4856
4857
|
border: 2px dashed #409eff;
|
|
4857
4858
|
border-radius: 4px;
|
|
4858
4859
|
opacity: 0.5;
|
|
4859
4860
|
pointer-events: none;
|
|
4860
4861
|
}
|
|
4861
|
-
.grid-draggable-wrapper[data-v-
|
|
4862
|
+
.grid-draggable-wrapper[data-v-838fb4f9] .vgl-item--dragging {
|
|
4862
4863
|
opacity: 0.7;
|
|
4863
4864
|
}
|
|
4864
|
-
.grid-draggable-wrapper[data-v-
|
|
4865
|
+
.grid-draggable-wrapper[data-v-838fb4f9] .vgl-item--resizing {
|
|
4865
4866
|
background: #f5f7fa;
|
|
4866
4867
|
border: 1px solid #e4e7ed;
|
|
4867
4868
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
4868
4869
|
opacity: 0.7;
|
|
4869
4870
|
border-radius: 4px;
|
|
4870
4871
|
}
|
|
4871
|
-
.grid-draggable-wrapper[data-v-
|
|
4872
|
+
.grid-draggable-wrapper[data-v-838fb4f9] .vgl-item__resizer {
|
|
4872
4873
|
z-index: 1;
|
|
4873
4874
|
}
|
|
4874
|
-
.grid-draggable-wrapper[data-v-
|
|
4875
|
+
.grid-draggable-wrapper[data-v-838fb4f9] .vgl-item__resizer:before {
|
|
4875
4876
|
display: none;
|
|
4876
4877
|
border-color: #409eff;
|
|
4877
4878
|
}
|
|
4878
|
-
.grid-draggable-wrapper[data-v-
|
|
4879
|
+
.grid-draggable-wrapper[data-v-838fb4f9] .vgl-item:hover .vgl-item__resizer:before {
|
|
4879
4880
|
display: block;
|
|
4880
4881
|
}
|
|
4881
|
-
[data-v-
|
|
4882
|
+
[data-v-838fb4f9] .el-divider {
|
|
4882
4883
|
margin: 16px 0;
|
|
4883
4884
|
}
|
|
4884
|
-
[data-v-
|
|
4885
|
+
[data-v-838fb4f9] .el-divider .el-divider__text {
|
|
4885
4886
|
color: #adb0b7;
|
|
4886
4887
|
padding: 0 10px;
|
|
4887
4888
|
border-radius: 4px;
|
|
@@ -5305,18 +5306,18 @@ body,
|
|
|
5305
5306
|
}
|
|
5306
5307
|
.approval-history-content.flowChart[data-v-7be2a6d2] {
|
|
5307
5308
|
background-color: #f9fafc;
|
|
5308
|
-
}.dialog-header-content[data-v-
|
|
5309
|
+
}.dialog-header-content[data-v-871f9831] {
|
|
5309
5310
|
font-size: 16px;
|
|
5310
5311
|
font-weight: 600;
|
|
5311
5312
|
color: #303133;
|
|
5312
5313
|
}
|
|
5313
|
-
.dialog-content-wrapper[data-v-
|
|
5314
|
+
.dialog-content-wrapper[data-v-871f9831] {
|
|
5314
5315
|
min-height: 500px;
|
|
5315
5316
|
flex-grow: 1;
|
|
5316
5317
|
display: flex;
|
|
5317
5318
|
flex-direction: column;
|
|
5318
5319
|
}
|
|
5319
|
-
.empty-content[data-v-
|
|
5320
|
+
.empty-content[data-v-871f9831] {
|
|
5320
5321
|
display: flex;
|
|
5321
5322
|
align-items: center;
|
|
5322
5323
|
justify-content: center;
|
|
@@ -5324,13 +5325,13 @@ body,
|
|
|
5324
5325
|
color: #909399;
|
|
5325
5326
|
font-size: 14px;
|
|
5326
5327
|
}
|
|
5327
|
-
.component-error[data-v-
|
|
5328
|
+
.component-error[data-v-871f9831] {
|
|
5328
5329
|
padding: 40px 20px;
|
|
5329
5330
|
text-align: center;
|
|
5330
5331
|
color: #f56c6c;
|
|
5331
5332
|
font-size: 14px;
|
|
5332
5333
|
}
|
|
5333
|
-
.fec-dialog-table[data-v-
|
|
5334
|
+
.fec-dialog-table[data-v-871f9831] .table-pagination {
|
|
5334
5335
|
padding: 8px 0 0 0;
|
|
5335
5336
|
}.text-field-wrapper[data-v-b0c0d80f] {
|
|
5336
5337
|
width: 100%;
|
|
@@ -5501,24 +5502,24 @@ body,
|
|
|
5501
5502
|
width: 80px;
|
|
5502
5503
|
font-size: var(--el-font-size-extra-small);
|
|
5503
5504
|
}
|
|
5504
|
-
.fec-form[data-v-
|
|
5505
|
+
.fec-form[data-v-a84aa0ec] {
|
|
5505
5506
|
height: 100%;
|
|
5506
5507
|
}
|
|
5507
|
-
[data-v-
|
|
5508
|
+
[data-v-a84aa0ec] .vgl-item > .el-form-item {
|
|
5508
5509
|
width: 100%;
|
|
5509
5510
|
padding: 12px 8px 0 8px;
|
|
5510
5511
|
height: calc(100% - 15px);
|
|
5511
5512
|
display: flex;
|
|
5512
5513
|
}
|
|
5513
|
-
[data-v-
|
|
5514
|
+
[data-v-a84aa0ec] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5514
5515
|
flex-direction: column;
|
|
5515
5516
|
}
|
|
5516
|
-
[data-v-
|
|
5517
|
+
[data-v-a84aa0ec] .vgl-item > .el-form-item .el-form-item__label {
|
|
5517
5518
|
line-height: 20px;
|
|
5518
5519
|
display: flex;
|
|
5519
5520
|
align-items: center;
|
|
5520
5521
|
}
|
|
5521
|
-
[data-v-
|
|
5522
|
+
[data-v-a84aa0ec] .vgl-item > .el-container {
|
|
5522
5523
|
height: auto !important;
|
|
5523
5524
|
}.cell-content .cell-text[data-v-b57831f4] {
|
|
5524
5525
|
display: inline-block;
|
|
@@ -5631,11 +5632,11 @@ body,
|
|
|
5631
5632
|
}
|
|
5632
5633
|
.filter-divider[data-v-366e01c3] .el-icon {
|
|
5633
5634
|
transition: transform 0.3s ease;
|
|
5634
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
5635
|
+
}.dynamic-mode-config .dynamic-row[data-v-59950eea] {
|
|
5635
5636
|
display: flex;
|
|
5636
5637
|
align-items: center;
|
|
5637
5638
|
}
|
|
5638
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
5639
|
+
.dynamic-mode-config .back-icon[data-v-59950eea] {
|
|
5639
5640
|
display: flex;
|
|
5640
5641
|
align-items: center;
|
|
5641
5642
|
justify-content: center;
|
|
@@ -5648,11 +5649,11 @@ body,
|
|
|
5648
5649
|
margin-left: 4px;
|
|
5649
5650
|
margin-right: -6px;
|
|
5650
5651
|
}
|
|
5651
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
5652
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-59950eea] {
|
|
5652
5653
|
font-size: 16px;
|
|
5653
5654
|
font-weight: bold;
|
|
5654
5655
|
}
|
|
5655
|
-
.dynamic-mode-config .template-name[data-v-
|
|
5656
|
+
.dynamic-mode-config .template-name[data-v-59950eea] {
|
|
5656
5657
|
font-size: 16px;
|
|
5657
5658
|
font-weight: 600;
|
|
5658
5659
|
color: #303133;
|
|
@@ -5663,37 +5664,38 @@ body,
|
|
|
5663
5664
|
text-overflow: ellipsis;
|
|
5664
5665
|
position: relative;
|
|
5665
5666
|
}
|
|
5666
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
5667
|
+
.dynamic-mode-config .tab-display-section[data-v-59950eea] {
|
|
5667
5668
|
flex: 1;
|
|
5668
5669
|
min-width: 0;
|
|
5669
5670
|
}
|
|
5670
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5671
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__header {
|
|
5671
5672
|
margin: 0;
|
|
5672
5673
|
}
|
|
5673
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5674
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__nav-wrap::after {
|
|
5674
5675
|
height: 0;
|
|
5675
5676
|
}
|
|
5676
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
5677
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-59950eea] .el-tabs__item {
|
|
5677
5678
|
padding: 0 12px;
|
|
5678
5679
|
}
|
|
5679
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
5680
|
+
.dynamic-mode-config .search-display-section[data-v-59950eea] {
|
|
5680
5681
|
flex-shrink: 0;
|
|
5681
5682
|
display: flex;
|
|
5682
5683
|
align-items: center;
|
|
5683
5684
|
gap: 12px;
|
|
5685
|
+
margin-left: auto;
|
|
5684
5686
|
}
|
|
5685
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
5687
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-59950eea] {
|
|
5686
5688
|
width: 300px;
|
|
5687
5689
|
}
|
|
5688
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
5690
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-59950eea] {
|
|
5689
5691
|
display: flex;
|
|
5690
5692
|
align-items: center;
|
|
5691
5693
|
gap: 8px;
|
|
5692
5694
|
}
|
|
5693
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
5695
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-59950eea] {
|
|
5694
5696
|
position: relative;
|
|
5695
5697
|
}
|
|
5696
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
5698
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-59950eea] {
|
|
5697
5699
|
position: absolute;
|
|
5698
5700
|
top: -10px;
|
|
5699
5701
|
right: -10px;
|
|
@@ -5710,31 +5712,31 @@ body,
|
|
|
5710
5712
|
font-size: 12px;
|
|
5711
5713
|
z-index: 1;
|
|
5712
5714
|
}
|
|
5713
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
5715
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-59950eea]:hover {
|
|
5714
5716
|
background-color: #f56c6c;
|
|
5715
5717
|
}
|
|
5716
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
5718
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-59950eea] {
|
|
5717
5719
|
display: flex;
|
|
5718
5720
|
}
|
|
5719
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
5721
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-59950eea] {
|
|
5720
5722
|
pointer-events: none;
|
|
5721
5723
|
}
|
|
5722
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
5724
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-59950eea] {
|
|
5723
5725
|
margin-right: 4px;
|
|
5724
5726
|
}
|
|
5725
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
5727
|
+
.dynamic-mode-config .expand-filter-section[data-v-59950eea] {
|
|
5726
5728
|
padding-top: 4px;
|
|
5727
5729
|
border-top: 1px solid #ebeef5;
|
|
5728
5730
|
margin-top: 4px;
|
|
5729
5731
|
}
|
|
5730
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
5732
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-59950eea] {
|
|
5731
5733
|
width: 100%;
|
|
5732
5734
|
}
|
|
5733
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
5735
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-59950eea] {
|
|
5734
5736
|
display: flex;
|
|
5735
5737
|
flex-wrap: wrap;
|
|
5736
5738
|
}
|
|
5737
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5739
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item {
|
|
5738
5740
|
padding: 2px;
|
|
5739
5741
|
border: 2px solid transparent;
|
|
5740
5742
|
border-radius: 2px;
|
|
@@ -5743,20 +5745,20 @@ body,
|
|
|
5743
5745
|
cursor: move;
|
|
5744
5746
|
margin-bottom: 4px;
|
|
5745
5747
|
}
|
|
5746
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5748
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-form-item__label-wrap {
|
|
5747
5749
|
margin: 0 0 0 8px !important;
|
|
5748
5750
|
}
|
|
5749
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5751
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-form-item__content {
|
|
5750
5752
|
min-width: 150px;
|
|
5751
5753
|
}
|
|
5752
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5754
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .form-item-label {
|
|
5753
5755
|
display: flex;
|
|
5754
5756
|
align-items: center;
|
|
5755
5757
|
}
|
|
5756
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5758
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .el-input {
|
|
5757
5759
|
width: 150px;
|
|
5758
5760
|
}
|
|
5759
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5761
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .delete-icon {
|
|
5760
5762
|
position: absolute;
|
|
5761
5763
|
top: -10px;
|
|
5762
5764
|
right: -10px;
|
|
@@ -5773,19 +5775,19 @@ body,
|
|
|
5773
5775
|
font-size: 12px;
|
|
5774
5776
|
z-index: 1;
|
|
5775
5777
|
}
|
|
5776
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5778
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item .delete-icon:hover {
|
|
5777
5779
|
background-color: #f56c6c;
|
|
5778
5780
|
}
|
|
5779
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5781
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-hover {
|
|
5780
5782
|
border: 2px dashed #7b99cb !important;
|
|
5781
5783
|
}
|
|
5782
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5784
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-hover .delete-icon {
|
|
5783
5785
|
display: flex;
|
|
5784
5786
|
}
|
|
5785
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5787
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item.is-select {
|
|
5786
5788
|
border: 2px dashed #efa53a !important;
|
|
5787
5789
|
}
|
|
5788
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
5790
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-59950eea] .el-form-item__label {
|
|
5789
5791
|
font-size: 13px;
|
|
5790
5792
|
color: #606266;
|
|
5791
5793
|
pointer-events: none;
|
|
@@ -5794,17 +5796,17 @@ body,
|
|
|
5794
5796
|
display: flex;
|
|
5795
5797
|
align-items: center;
|
|
5796
5798
|
}
|
|
5797
|
-
[data-v-
|
|
5799
|
+
[data-v-59950eea] .el-checkbox-group {
|
|
5798
5800
|
display: flex;
|
|
5799
5801
|
gap: 12px;
|
|
5800
5802
|
}
|
|
5801
|
-
[data-v-
|
|
5803
|
+
[data-v-59950eea] .el-checkbox-group .el-checkbox-button__inner {
|
|
5802
5804
|
border-radius: 4px;
|
|
5803
|
-
}.fec-table[data-v-
|
|
5805
|
+
}.fec-table[data-v-b8d760e0] {
|
|
5804
5806
|
height: 100%;
|
|
5805
5807
|
flex-grow: 1;
|
|
5806
5808
|
}
|
|
5807
|
-
.fec-table-container[data-v-
|
|
5809
|
+
.fec-table-container[data-v-b8d760e0] {
|
|
5808
5810
|
width: 100%;
|
|
5809
5811
|
background: #fff;
|
|
5810
5812
|
box-sizing: border-box;
|
|
@@ -5814,30 +5816,30 @@ body,
|
|
|
5814
5816
|
overflow: hidden;
|
|
5815
5817
|
flex-grow: 1;
|
|
5816
5818
|
}
|
|
5817
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
5819
|
+
.fec-table-container .fec-vxe-table[data-v-b8d760e0] {
|
|
5818
5820
|
flex: 1;
|
|
5819
5821
|
min-height: 0;
|
|
5820
5822
|
overflow: hidden;
|
|
5821
5823
|
}
|
|
5822
|
-
.fec-table-container[data-v-
|
|
5824
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table {
|
|
5823
5825
|
font-size: 14px;
|
|
5824
5826
|
}
|
|
5825
|
-
.fec-table-container[data-v-
|
|
5827
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-table--body-wrapper {
|
|
5826
5828
|
overflow: auto;
|
|
5827
5829
|
}
|
|
5828
|
-
.fec-table-container[data-v-
|
|
5830
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-header--column {
|
|
5829
5831
|
background-color: #f5f7fa;
|
|
5830
5832
|
}
|
|
5831
|
-
.fec-table-container[data-v-
|
|
5833
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-header--column .vxe-cell {
|
|
5832
5834
|
height: 40px !important;
|
|
5833
5835
|
min-height: 40px !important;
|
|
5834
5836
|
}
|
|
5835
|
-
.fec-table-container[data-v-
|
|
5837
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .vxe-cell {
|
|
5836
5838
|
padding: 6px !important;
|
|
5837
5839
|
min-height: 40px !important;
|
|
5838
5840
|
}
|
|
5839
|
-
.fec-table-container[data-v-
|
|
5840
|
-
.fec-table-container[data-v-
|
|
5841
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .c--tooltip,
|
|
5842
|
+
.fec-table-container[data-v-b8d760e0] .vxe-table .vxe-body--column .c--title {
|
|
5841
5843
|
height: 40px !important;
|
|
5842
5844
|
min-height: 40px !important;
|
|
5843
5845
|
}:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}
|