@fecp/designer 5.4.82 → 5.4.84
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/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/aside/index.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer/src/packages/table/index.vue.mjs +17 -166
- package/es/designer/src/packages/table/property/widgets.vue.mjs +37 -10
- package/es/designer/src/packages/table/queryModule/DynamicModeConfig.vue.mjs +18 -6
- package/es/designer/src/packages/utils/datasource.mjs +2 -3
- package/es/designer.css +231 -210
- package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +2 -3
- package/es/packages/vue/src/components/table/Table.vue.mjs +32 -5
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +6 -5
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +3 -3
- package/es/packages/vue/src/utils/datasource.mjs +4 -6
- package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +2 -17
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/aside/index.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer/src/packages/table/index.vue.js +24 -173
- package/lib/designer/src/packages/table/property/widgets.vue.js +37 -10
- package/lib/designer/src/packages/table/queryModule/DynamicModeConfig.vue.js +18 -6
- package/lib/designer/src/packages/utils/datasource.js +2 -3
- package/lib/designer.css +231 -210
- package/lib/packages/vue/src/components/forms/h2/H2.vue.js +1 -1
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +2 -3
- package/lib/packages/vue/src/components/table/Table.vue.js +38 -11
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +6 -5
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +3 -3
- package/lib/packages/vue/src/utils/datasource.js +4 -6
- package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +2 -17
- package/package.json +1 -1
package/lib/designer.css
CHANGED
|
@@ -1655,17 +1655,17 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
.setting-btn.is-configured .edit-btn[data-v-db416ffc] {
|
|
1657
1657
|
display: inline-block;
|
|
1658
|
-
}.collapse-header[data-v-
|
|
1658
|
+
}.collapse-header[data-v-ee9264c8] {
|
|
1659
1659
|
display: flex;
|
|
1660
1660
|
align-items: center;
|
|
1661
1661
|
justify-content: space-between;
|
|
1662
1662
|
width: 100%;
|
|
1663
1663
|
padding-right: 20px;
|
|
1664
1664
|
}
|
|
1665
|
-
.setting[data-v-
|
|
1665
|
+
.setting[data-v-ee9264c8] .el-collapse-item__content {
|
|
1666
1666
|
position: relative;
|
|
1667
1667
|
}
|
|
1668
|
-
.field-type-select[data-v-
|
|
1668
|
+
.field-type-select[data-v-ee9264c8] {
|
|
1669
1669
|
position: absolute;
|
|
1670
1670
|
top: 11px;
|
|
1671
1671
|
right: 16px;
|
|
@@ -1676,17 +1676,17 @@
|
|
|
1676
1676
|
transition: all 0.3s;
|
|
1677
1677
|
border-radius: 4px;
|
|
1678
1678
|
}
|
|
1679
|
-
.field-type-select[data-v-
|
|
1679
|
+
.field-type-select[data-v-ee9264c8] .el-select__wrapper {
|
|
1680
1680
|
background: transparent;
|
|
1681
1681
|
box-shadow: none;
|
|
1682
1682
|
}
|
|
1683
|
-
.field-type-select[data-v-
|
|
1683
|
+
.field-type-select[data-v-ee9264c8] .el-select__selected-item {
|
|
1684
1684
|
text-align: center;
|
|
1685
1685
|
}
|
|
1686
|
-
.width-input[data-v-
|
|
1686
|
+
.width-input[data-v-ee9264c8] {
|
|
1687
1687
|
width: 100%;
|
|
1688
1688
|
}
|
|
1689
|
-
[data-v-
|
|
1689
|
+
[data-v-ee9264c8] .el-form-item__content {
|
|
1690
1690
|
flex-wrap: wrap !important;
|
|
1691
1691
|
}.dialog-menu-item[data-v-47900630] {
|
|
1692
1692
|
padding: 10px;
|
|
@@ -3666,11 +3666,11 @@ to {
|
|
|
3666
3666
|
line-height: 16px;
|
|
3667
3667
|
display: flex;
|
|
3668
3668
|
align-items: center;
|
|
3669
|
-
}.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;transition:var(--el-transition-md-fade);transform-origin:top;transform:scaleY(1)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin: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;transition:var(--el-transition-md-fade);transform-origin:bottom;transform:scaleY(1)}.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;transition:var(--el-transition-md-fade);transform-origin:0 0;transform:scale(1)}.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-leave-active,.el-collapse-transition-enter-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-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);--el-checkbox-button-disabled-checked-fill:var(--el-border-color-extra-light);display:inline-block;position:relative}.el-checkbox-button__inner{line-height:1;font-weight:var(--el-checkbox-font-weight);white-space:nowrap;vertical-align:middle;cursor:pointer;background:var(--el-button-bg-color,var(--el-fill-color-blank));outline:var(--el-border);color:var(--el-button-text-color,var(--el-text-color-regular));-webkit-appearance:none;text-align:center;box-sizing:border-box;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;font-size:var(--el-font-size-base);border-radius:0;margin:0;padding:8px 15px;display:inline-block;position:relative}.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{opacity:0;z-index:-1;outline:none;margin:0;position:absolute}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:var(--el-checkbox-button-checked-text-color);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)}.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{color:var(--el-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none}.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.is-disabled.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-disabled-checked-fill)}.el-checkbox-button:first-child .el-checkbox-button__inner{border-top-left-radius:var(--el-border-radius-base);border-bottom-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-top-right-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{font-size:var(--el-font-size-base);border-radius:0;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;padding:5px 11px;font-size:12px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-
|
|
3669
|
+
}.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;transition:var(--el-transition-md-fade);transform-origin:top;transform:scaleY(1)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin: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;transition:var(--el-transition-md-fade);transform-origin:bottom;transform:scaleY(1)}.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;transition:var(--el-transition-md-fade);transform-origin:0 0;transform:scale(1)}.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-leave-active,.el-collapse-transition-enter-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-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);--el-checkbox-button-disabled-checked-fill:var(--el-border-color-extra-light);display:inline-block;position:relative}.el-checkbox-button__inner{line-height:1;font-weight:var(--el-checkbox-font-weight);white-space:nowrap;vertical-align:middle;cursor:pointer;background:var(--el-button-bg-color,var(--el-fill-color-blank));outline:var(--el-border);color:var(--el-button-text-color,var(--el-text-color-regular));-webkit-appearance:none;text-align:center;box-sizing:border-box;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;font-size:var(--el-font-size-base);border-radius:0;margin:0;padding:8px 15px;display:inline-block;position:relative}.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{opacity:0;z-index:-1;outline:none;margin:0;position:absolute}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:var(--el-checkbox-button-checked-text-color);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)}.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{color:var(--el-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none}.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.is-disabled.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-disabled-checked-fill)}.el-checkbox-button:first-child .el-checkbox-button__inner{border-top-left-radius:var(--el-border-radius-base);border-bottom-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-top-right-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{font-size:var(--el-font-size-base);border-radius:0;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;padding:5px 11px;font-size:12px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.dynamic-mode-config .dynamic-row[data-v-f2c50fdc] {
|
|
3670
3670
|
display: flex;
|
|
3671
3671
|
align-items: center;
|
|
3672
3672
|
}
|
|
3673
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
3673
|
+
.dynamic-mode-config .back-icon[data-v-f2c50fdc] {
|
|
3674
3674
|
display: flex;
|
|
3675
3675
|
align-items: center;
|
|
3676
3676
|
justify-content: center;
|
|
@@ -3683,11 +3683,11 @@ to {
|
|
|
3683
3683
|
margin-left: 4px;
|
|
3684
3684
|
margin-right: -6px;
|
|
3685
3685
|
}
|
|
3686
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
3686
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-f2c50fdc] {
|
|
3687
3687
|
font-size: 16px;
|
|
3688
3688
|
font-weight: bold;
|
|
3689
3689
|
}
|
|
3690
|
-
.dynamic-mode-config .template-name[data-v-
|
|
3690
|
+
.dynamic-mode-config .template-name[data-v-f2c50fdc] {
|
|
3691
3691
|
font-size: 16px;
|
|
3692
3692
|
font-weight: 600;
|
|
3693
3693
|
color: #303133;
|
|
@@ -3698,38 +3698,38 @@ to {
|
|
|
3698
3698
|
text-overflow: ellipsis;
|
|
3699
3699
|
position: relative;
|
|
3700
3700
|
}
|
|
3701
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
3701
|
+
.dynamic-mode-config .tab-display-section[data-v-f2c50fdc] {
|
|
3702
3702
|
flex: 1;
|
|
3703
3703
|
min-width: 0;
|
|
3704
3704
|
}
|
|
3705
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3705
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-f2c50fdc] .el-tabs__header {
|
|
3706
3706
|
margin: 0;
|
|
3707
3707
|
}
|
|
3708
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3708
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-f2c50fdc] .el-tabs__nav-wrap::after {
|
|
3709
3709
|
height: 0;
|
|
3710
3710
|
}
|
|
3711
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
3711
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-f2c50fdc] .el-tabs__item {
|
|
3712
3712
|
padding: 0 12px;
|
|
3713
3713
|
}
|
|
3714
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
3714
|
+
.dynamic-mode-config .search-display-section[data-v-f2c50fdc] {
|
|
3715
3715
|
flex-shrink: 0;
|
|
3716
3716
|
display: flex;
|
|
3717
3717
|
align-items: center;
|
|
3718
3718
|
gap: 12px;
|
|
3719
3719
|
margin-left: auto;
|
|
3720
3720
|
}
|
|
3721
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
3721
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-f2c50fdc] {
|
|
3722
3722
|
width: 300px;
|
|
3723
3723
|
}
|
|
3724
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
3724
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-f2c50fdc] {
|
|
3725
3725
|
display: flex;
|
|
3726
3726
|
align-items: center;
|
|
3727
3727
|
gap: 8px;
|
|
3728
3728
|
}
|
|
3729
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
3729
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-f2c50fdc] {
|
|
3730
3730
|
position: relative;
|
|
3731
3731
|
}
|
|
3732
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3732
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-f2c50fdc] {
|
|
3733
3733
|
position: absolute;
|
|
3734
3734
|
top: -10px;
|
|
3735
3735
|
right: -10px;
|
|
@@ -3746,31 +3746,31 @@ to {
|
|
|
3746
3746
|
font-size: 12px;
|
|
3747
3747
|
z-index: 1;
|
|
3748
3748
|
}
|
|
3749
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
3749
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-f2c50fdc]:hover {
|
|
3750
3750
|
background-color: #f56c6c;
|
|
3751
3751
|
}
|
|
3752
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
3752
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-f2c50fdc] {
|
|
3753
3753
|
display: flex;
|
|
3754
3754
|
}
|
|
3755
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
3755
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-f2c50fdc] {
|
|
3756
3756
|
pointer-events: none;
|
|
3757
3757
|
}
|
|
3758
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
3758
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-f2c50fdc] {
|
|
3759
3759
|
margin-right: 4px;
|
|
3760
3760
|
}
|
|
3761
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
3761
|
+
.dynamic-mode-config .expand-filter-section[data-v-f2c50fdc] {
|
|
3762
3762
|
padding-top: 8px;
|
|
3763
3763
|
border-top: 1px solid #ebeef5;
|
|
3764
3764
|
margin-top: 8px;
|
|
3765
3765
|
}
|
|
3766
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
3766
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-f2c50fdc] {
|
|
3767
3767
|
width: 100%;
|
|
3768
3768
|
}
|
|
3769
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
3769
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-f2c50fdc] {
|
|
3770
3770
|
display: flex;
|
|
3771
3771
|
flex-wrap: wrap;
|
|
3772
3772
|
}
|
|
3773
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3773
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item {
|
|
3774
3774
|
padding: 2px;
|
|
3775
3775
|
border: 2px solid transparent;
|
|
3776
3776
|
border-radius: 2px;
|
|
@@ -3779,23 +3779,23 @@ to {
|
|
|
3779
3779
|
cursor: move;
|
|
3780
3780
|
margin-bottom: 4px;
|
|
3781
3781
|
}
|
|
3782
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3782
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item .el-form-item__label-wrap {
|
|
3783
3783
|
margin: 0 0 0 8px !important;
|
|
3784
3784
|
}
|
|
3785
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3785
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item .el-form-item__content {
|
|
3786
3786
|
min-width: 150px;
|
|
3787
3787
|
}
|
|
3788
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3788
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item .form-item-label {
|
|
3789
3789
|
display: flex;
|
|
3790
3790
|
align-items: center;
|
|
3791
3791
|
}
|
|
3792
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3792
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item .filter-item {
|
|
3793
3793
|
pointer-events: none;
|
|
3794
3794
|
}
|
|
3795
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3795
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item .filter-item.el-input {
|
|
3796
3796
|
width: 150px;
|
|
3797
3797
|
}
|
|
3798
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3798
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item .delete-icon {
|
|
3799
3799
|
position: absolute;
|
|
3800
3800
|
top: -10px;
|
|
3801
3801
|
right: -10px;
|
|
@@ -3812,19 +3812,19 @@ to {
|
|
|
3812
3812
|
font-size: 12px;
|
|
3813
3813
|
z-index: 1;
|
|
3814
3814
|
}
|
|
3815
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3815
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item .delete-icon:hover {
|
|
3816
3816
|
background-color: #f56c6c;
|
|
3817
3817
|
}
|
|
3818
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3818
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item.is-hover {
|
|
3819
3819
|
border: 2px dashed #7b99cb !important;
|
|
3820
3820
|
}
|
|
3821
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3821
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item.is-hover .delete-icon {
|
|
3822
3822
|
display: flex;
|
|
3823
3823
|
}
|
|
3824
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3824
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item.is-select {
|
|
3825
3825
|
border: 2px dashed #efa53a !important;
|
|
3826
3826
|
}
|
|
3827
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
3827
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-f2c50fdc] .el-form-item__label {
|
|
3828
3828
|
font-size: 13px;
|
|
3829
3829
|
color: #606266;
|
|
3830
3830
|
pointer-events: none;
|
|
@@ -3833,11 +3833,11 @@ to {
|
|
|
3833
3833
|
display: flex;
|
|
3834
3834
|
align-items: center;
|
|
3835
3835
|
}
|
|
3836
|
-
[data-v-
|
|
3836
|
+
[data-v-f2c50fdc] .el-checkbox-group {
|
|
3837
3837
|
display: flex;
|
|
3838
3838
|
gap: 12px;
|
|
3839
3839
|
}
|
|
3840
|
-
[data-v-
|
|
3840
|
+
[data-v-f2c50fdc] .el-checkbox-group .el-checkbox-button__inner {
|
|
3841
3841
|
border-radius: 4px;
|
|
3842
3842
|
}.table-work-btns[data-v-c16f2646] {
|
|
3843
3843
|
border-top: 1px solid #ebeef5;
|
|
@@ -4073,7 +4073,7 @@ to {
|
|
|
4073
4073
|
color: #606266;
|
|
4074
4074
|
margin-right: 4px;
|
|
4075
4075
|
}
|
|
4076
|
-
.table-work-area[data-v-
|
|
4076
|
+
.table-work-area[data-v-4248fdc3] {
|
|
4077
4077
|
display: flex;
|
|
4078
4078
|
border-left: 1px solid #ebeef5;
|
|
4079
4079
|
position: relative;
|
|
@@ -4084,29 +4084,29 @@ to {
|
|
|
4084
4084
|
border-bottom-left-radius: 0;
|
|
4085
4085
|
border-bottom-right-radius: 0;
|
|
4086
4086
|
}
|
|
4087
|
-
.table-work-area .widgets-opt-tools[data-v-
|
|
4087
|
+
.table-work-area .widgets-opt-tools[data-v-4248fdc3] {
|
|
4088
4088
|
height: 150px;
|
|
4089
4089
|
width: 100%;
|
|
4090
4090
|
}
|
|
4091
|
-
.table-work-area[data-v-
|
|
4091
|
+
.table-work-area[data-v-4248fdc3] .el-scrollbar .is-horizontal {
|
|
4092
4092
|
height: 8px;
|
|
4093
4093
|
bottom: 4px;
|
|
4094
4094
|
}
|
|
4095
|
-
.edit-table-draggable[data-v-
|
|
4095
|
+
.edit-table-draggable[data-v-4248fdc3] {
|
|
4096
4096
|
display: flex;
|
|
4097
4097
|
font-size: 14px;
|
|
4098
4098
|
}
|
|
4099
|
-
.edit-table-draggable .table-item[data-v-
|
|
4099
|
+
.edit-table-draggable .table-item[data-v-4248fdc3] {
|
|
4100
4100
|
flex: none;
|
|
4101
4101
|
border: 1px solid #ebeef5;
|
|
4102
4102
|
border-left: none;
|
|
4103
4103
|
min-width: 80px;
|
|
4104
4104
|
position: relative;
|
|
4105
4105
|
}
|
|
4106
|
-
.edit-table-draggable .table-item.flex-auto[data-v-
|
|
4106
|
+
.edit-table-draggable .table-item.flex-auto[data-v-4248fdc3] {
|
|
4107
4107
|
flex: 1;
|
|
4108
4108
|
}
|
|
4109
|
-
.edit-table-draggable .table-item .widgets[data-v-
|
|
4109
|
+
.edit-table-draggable .table-item .widgets[data-v-4248fdc3] {
|
|
4110
4110
|
color: #1a1a1a;
|
|
4111
4111
|
height: 40px;
|
|
4112
4112
|
border: 2px solid transparent;
|
|
@@ -4121,35 +4121,35 @@ to {
|
|
|
4121
4121
|
display: flex;
|
|
4122
4122
|
align-items: center;
|
|
4123
4123
|
}
|
|
4124
|
-
.edit-table-draggable .table-item .widgets[data-v-
|
|
4124
|
+
.edit-table-draggable .table-item .widgets[data-v-4248fdc3] .el-icon {
|
|
4125
4125
|
color: #909399;
|
|
4126
4126
|
margin-left: 2px;
|
|
4127
4127
|
}
|
|
4128
|
-
.edit-table-draggable .table-item.align-header-left .widgets[data-v-
|
|
4128
|
+
.edit-table-draggable .table-item.align-header-left .widgets[data-v-4248fdc3] {
|
|
4129
4129
|
text-align: left;
|
|
4130
4130
|
justify-content: flex-start;
|
|
4131
4131
|
}
|
|
4132
|
-
.edit-table-draggable .table-item.align-header-center .widgets[data-v-
|
|
4132
|
+
.edit-table-draggable .table-item.align-header-center .widgets[data-v-4248fdc3] {
|
|
4133
4133
|
text-align: center;
|
|
4134
4134
|
justify-content: center;
|
|
4135
4135
|
}
|
|
4136
|
-
.edit-table-draggable .table-item.align-header-right .widgets[data-v-
|
|
4136
|
+
.edit-table-draggable .table-item.align-header-right .widgets[data-v-4248fdc3] {
|
|
4137
4137
|
text-align: right;
|
|
4138
4138
|
justify-content: flex-end;
|
|
4139
4139
|
}
|
|
4140
|
-
.edit-table-draggable .table-item.align-left .field-label[data-v-
|
|
4140
|
+
.edit-table-draggable .table-item.align-left .field-label[data-v-4248fdc3] {
|
|
4141
4141
|
text-align: left;
|
|
4142
4142
|
justify-content: flex-start;
|
|
4143
4143
|
}
|
|
4144
|
-
.edit-table-draggable .table-item.align-center .field-label[data-v-
|
|
4144
|
+
.edit-table-draggable .table-item.align-center .field-label[data-v-4248fdc3] {
|
|
4145
4145
|
text-align: center;
|
|
4146
4146
|
justify-content: center;
|
|
4147
4147
|
}
|
|
4148
|
-
.edit-table-draggable .table-item.align-right .field-label[data-v-
|
|
4148
|
+
.edit-table-draggable .table-item.align-right .field-label[data-v-4248fdc3] {
|
|
4149
4149
|
text-align: right;
|
|
4150
4150
|
justify-content: flex-end;
|
|
4151
4151
|
}
|
|
4152
|
-
.edit-table-draggable .table-item .widgets-tools[data-v-
|
|
4152
|
+
.edit-table-draggable .table-item .widgets-tools[data-v-4248fdc3] {
|
|
4153
4153
|
position: absolute;
|
|
4154
4154
|
top: -30px;
|
|
4155
4155
|
width: 100%;
|
|
@@ -4160,18 +4160,18 @@ to {
|
|
|
4160
4160
|
height: 30px;
|
|
4161
4161
|
color: #121c2e;
|
|
4162
4162
|
}
|
|
4163
|
-
.edit-table-draggable .table-item .widgets-tools .icon[data-v-
|
|
4163
|
+
.edit-table-draggable .table-item .widgets-tools .icon[data-v-4248fdc3] {
|
|
4164
4164
|
cursor: pointer;
|
|
4165
4165
|
font-size: 16px;
|
|
4166
4166
|
margin-left: 8px;
|
|
4167
4167
|
}
|
|
4168
|
-
.edit-table-draggable .table-item .widgets-tools .icon[data-v-
|
|
4168
|
+
.edit-table-draggable .table-item .widgets-tools .icon[data-v-4248fdc3]:hover {
|
|
4169
4169
|
opacity: 0.7;
|
|
4170
4170
|
}
|
|
4171
|
-
.edit-table-draggable .table-item .widgets-tools .delete[data-v-
|
|
4171
|
+
.edit-table-draggable .table-item .widgets-tools .delete[data-v-4248fdc3] {
|
|
4172
4172
|
color: #d9534f;
|
|
4173
4173
|
}
|
|
4174
|
-
.edit-table-draggable .table-item .field-label[data-v-
|
|
4174
|
+
.edit-table-draggable .table-item .field-label[data-v-4248fdc3] {
|
|
4175
4175
|
border-top: 1px solid #ebeef5;
|
|
4176
4176
|
height: 40px;
|
|
4177
4177
|
padding: 0 8px;
|
|
@@ -4179,11 +4179,11 @@ to {
|
|
|
4179
4179
|
display: flex;
|
|
4180
4180
|
align-items: center;
|
|
4181
4181
|
}
|
|
4182
|
-
.edit-table-draggable .table-item .field-label[data-v-
|
|
4182
|
+
.edit-table-draggable .table-item .field-label[data-v-4248fdc3] .el-icon {
|
|
4183
4183
|
color: #909399;
|
|
4184
4184
|
margin-left: 2px;
|
|
4185
4185
|
}
|
|
4186
|
-
.edit-table-draggable .table-item .quick-operation[data-v-
|
|
4186
|
+
.edit-table-draggable .table-item .quick-operation[data-v-4248fdc3] {
|
|
4187
4187
|
display: none;
|
|
4188
4188
|
align-items: center;
|
|
4189
4189
|
gap: 4px;
|
|
@@ -4192,7 +4192,7 @@ to {
|
|
|
4192
4192
|
width: 100%;
|
|
4193
4193
|
padding-top: 3px;
|
|
4194
4194
|
}
|
|
4195
|
-
.edit-table-draggable .table-item .quick-operation .setting-icon[data-v-
|
|
4195
|
+
.edit-table-draggable .table-item .quick-operation .setting-icon[data-v-4248fdc3] {
|
|
4196
4196
|
color: #909399;
|
|
4197
4197
|
cursor: pointer;
|
|
4198
4198
|
font-size: 16px;
|
|
@@ -4200,11 +4200,11 @@ to {
|
|
|
4200
4200
|
border-radius: 4px;
|
|
4201
4201
|
transition: all 0.3s;
|
|
4202
4202
|
}
|
|
4203
|
-
.edit-table-draggable .table-item .quick-operation .setting-icon[data-v-
|
|
4203
|
+
.edit-table-draggable .table-item .quick-operation .setting-icon[data-v-4248fdc3]:hover, .edit-table-draggable .table-item .quick-operation .setting-icon.is-active[data-v-4248fdc3] {
|
|
4204
4204
|
color: #409eff;
|
|
4205
4205
|
background-color: #ecf5ff;
|
|
4206
4206
|
}
|
|
4207
|
-
.edit-table-draggable .table-item .quick-operation .icon-action[data-v-
|
|
4207
|
+
.edit-table-draggable .table-item .quick-operation .icon-action[data-v-4248fdc3] {
|
|
4208
4208
|
color: #606266;
|
|
4209
4209
|
cursor: pointer;
|
|
4210
4210
|
font-size: 16px;
|
|
@@ -4212,33 +4212,33 @@ to {
|
|
|
4212
4212
|
border-radius: 4px;
|
|
4213
4213
|
transition: all 0.3s;
|
|
4214
4214
|
}
|
|
4215
|
-
.edit-table-draggable .table-item .quick-operation .icon-action[data-v-
|
|
4215
|
+
.edit-table-draggable .table-item .quick-operation .icon-action[data-v-4248fdc3]:hover {
|
|
4216
4216
|
color: #409eff;
|
|
4217
4217
|
background-color: #ecf5ff;
|
|
4218
4218
|
}
|
|
4219
|
-
.edit-table-draggable .table-item .quick-operation .icon-action.delete[data-v-
|
|
4219
|
+
.edit-table-draggable .table-item .quick-operation .icon-action.delete[data-v-4248fdc3] {
|
|
4220
4220
|
color: #f56c6c;
|
|
4221
4221
|
}
|
|
4222
|
-
.edit-table-draggable .table-item .quick-operation .icon-action.delete[data-v-
|
|
4222
|
+
.edit-table-draggable .table-item .quick-operation .icon-action.delete[data-v-4248fdc3]:hover {
|
|
4223
4223
|
color: #fff;
|
|
4224
4224
|
background-color: #f56c6c;
|
|
4225
4225
|
}
|
|
4226
|
-
.edit-table-draggable .table-item[data-v-
|
|
4226
|
+
.edit-table-draggable .table-item[data-v-4248fdc3]:last-child {
|
|
4227
4227
|
border-right: none;
|
|
4228
4228
|
}
|
|
4229
|
-
.edit-table-draggable .table-item.is-hover .widgets[data-v-
|
|
4229
|
+
.edit-table-draggable .table-item.is-hover .widgets[data-v-4248fdc3] {
|
|
4230
4230
|
border: 2px dashed #7b99cb !important;
|
|
4231
4231
|
}
|
|
4232
|
-
.edit-table-draggable .table-item.is-hover .quick-operation[data-v-
|
|
4232
|
+
.edit-table-draggable .table-item.is-hover .quick-operation[data-v-4248fdc3] {
|
|
4233
4233
|
display: flex;
|
|
4234
4234
|
}
|
|
4235
|
-
.edit-table-draggable .table-item.is-select .widgets[data-v-
|
|
4235
|
+
.edit-table-draggable .table-item.is-select .widgets[data-v-4248fdc3] {
|
|
4236
4236
|
border: 2px dashed #f0ad4e !important;
|
|
4237
4237
|
}
|
|
4238
|
-
.edit-table-draggable .table-item.is-select .quick-operation[data-v-
|
|
4238
|
+
.edit-table-draggable .table-item.is-select .quick-operation[data-v-4248fdc3] {
|
|
4239
4239
|
display: flex;
|
|
4240
4240
|
}
|
|
4241
|
-
.table-btn[data-v-
|
|
4241
|
+
.table-btn[data-v-4248fdc3] {
|
|
4242
4242
|
font-size: 14px;
|
|
4243
4243
|
width: 220px;
|
|
4244
4244
|
flex: none;
|
|
@@ -4246,7 +4246,7 @@ to {
|
|
|
4246
4246
|
border-right: 1px solid #ebeef5 !important;
|
|
4247
4247
|
border-bottom: none;
|
|
4248
4248
|
}
|
|
4249
|
-
.table-btn .widgets[data-v-
|
|
4249
|
+
.table-btn .widgets[data-v-4248fdc3] {
|
|
4250
4250
|
text-align: center;
|
|
4251
4251
|
position: relative;
|
|
4252
4252
|
border-bottom: 1px solid #ebeef5;
|
|
@@ -4257,34 +4257,34 @@ to {
|
|
|
4257
4257
|
align-items: center;
|
|
4258
4258
|
justify-content: center;
|
|
4259
4259
|
}
|
|
4260
|
-
.table-btn .widgets .isOptBtns[data-v-
|
|
4260
|
+
.table-btn .widgets .isOptBtns[data-v-4248fdc3] {
|
|
4261
4261
|
position: absolute;
|
|
4262
4262
|
left: 5px;
|
|
4263
4263
|
margin: 0;
|
|
4264
4264
|
top: 5px;
|
|
4265
4265
|
}
|
|
4266
|
-
.table-btn .widgets .addLink[data-v-
|
|
4266
|
+
.table-btn .widgets .addLink[data-v-4248fdc3] {
|
|
4267
4267
|
position: absolute;
|
|
4268
4268
|
right: 10px;
|
|
4269
4269
|
}
|
|
4270
|
-
.table-btn .widgets-tools[data-v-
|
|
4270
|
+
.table-btn .widgets-tools[data-v-4248fdc3] {
|
|
4271
4271
|
display: flex;
|
|
4272
4272
|
}
|
|
4273
|
-
.table-btn.close[data-v-
|
|
4273
|
+
.table-btn.close[data-v-4248fdc3] {
|
|
4274
4274
|
width: 80px;
|
|
4275
4275
|
}
|
|
4276
|
-
.table-btn.close .addLink[data-v-
|
|
4277
|
-
.table-btn.close .table-btn-option[data-v-
|
|
4276
|
+
.table-btn.close .addLink[data-v-4248fdc3],
|
|
4277
|
+
.table-btn.close .table-btn-option[data-v-4248fdc3] {
|
|
4278
4278
|
display: none;
|
|
4279
4279
|
}
|
|
4280
|
-
.table-selectMode[data-v-
|
|
4281
|
-
.table-indexMode[data-v-
|
|
4280
|
+
.table-selectMode[data-v-4248fdc3],
|
|
4281
|
+
.table-indexMode[data-v-4248fdc3] {
|
|
4282
4282
|
width: 42px;
|
|
4283
4283
|
flex: none;
|
|
4284
4284
|
border-right: 1px solid #ebeef5 !important;
|
|
4285
4285
|
}
|
|
4286
|
-
.table-selectMode .widgets[data-v-
|
|
4287
|
-
.table-indexMode .widgets[data-v-
|
|
4286
|
+
.table-selectMode .widgets[data-v-4248fdc3],
|
|
4287
|
+
.table-indexMode .widgets[data-v-4248fdc3] {
|
|
4288
4288
|
color: #1a1a1a;
|
|
4289
4289
|
font-weight: bold;
|
|
4290
4290
|
font-size: 14px;
|
|
@@ -4297,8 +4297,8 @@ to {
|
|
|
4297
4297
|
align-items: center;
|
|
4298
4298
|
justify-content: center;
|
|
4299
4299
|
}
|
|
4300
|
-
.table-selectMode .field-label[data-v-
|
|
4301
|
-
.table-indexMode .field-label[data-v-
|
|
4300
|
+
.table-selectMode .field-label[data-v-4248fdc3],
|
|
4301
|
+
.table-indexMode .field-label[data-v-4248fdc3] {
|
|
4302
4302
|
border-bottom: 1px solid #ebeef5;
|
|
4303
4303
|
height: 40px;
|
|
4304
4304
|
padding: 0 8px;
|
|
@@ -4306,16 +4306,16 @@ to {
|
|
|
4306
4306
|
font-size: 14px;
|
|
4307
4307
|
text-align: center;
|
|
4308
4308
|
}
|
|
4309
|
-
.table-selectMode[data-v-
|
|
4310
|
-
.table-indexMode[data-v-
|
|
4309
|
+
.table-selectMode[data-v-4248fdc3] .el-radio__label,
|
|
4310
|
+
.table-indexMode[data-v-4248fdc3] .el-radio__label {
|
|
4311
4311
|
display: none;
|
|
4312
4312
|
}
|
|
4313
|
-
.table-btn-option[data-v-
|
|
4313
|
+
.table-btn-option[data-v-4248fdc3] {
|
|
4314
4314
|
padding: 8px;
|
|
4315
4315
|
display: flex;
|
|
4316
4316
|
flex-wrap: wrap;
|
|
4317
4317
|
}
|
|
4318
|
-
.table-btn-option .opt-btn[data-v-
|
|
4318
|
+
.table-btn-option .opt-btn[data-v-4248fdc3] {
|
|
4319
4319
|
min-width: 52px;
|
|
4320
4320
|
height: 28px;
|
|
4321
4321
|
margin-right: 8px;
|
|
@@ -4323,42 +4323,42 @@ to {
|
|
|
4323
4323
|
border: 2px solid transparent;
|
|
4324
4324
|
border-radius: 2px;
|
|
4325
4325
|
}
|
|
4326
|
-
.table-btn-option .opt-btn.is-hover[data-v-
|
|
4326
|
+
.table-btn-option .opt-btn.is-hover[data-v-4248fdc3] {
|
|
4327
4327
|
border: 2px dashed #7b99cb !important;
|
|
4328
4328
|
}
|
|
4329
|
-
.table-btn-option .opt-btn.is-select[data-v-
|
|
4329
|
+
.table-btn-option .opt-btn.is-select[data-v-4248fdc3] {
|
|
4330
4330
|
border: 2px dashed #efa53a !important;
|
|
4331
4331
|
}
|
|
4332
|
-
.quick-setting-panel[data-v-
|
|
4332
|
+
.quick-setting-panel[data-v-4248fdc3] {
|
|
4333
4333
|
padding: 8px;
|
|
4334
4334
|
min-width: 160px;
|
|
4335
4335
|
}
|
|
4336
|
-
.quick-setting-panel .setting-row[data-v-
|
|
4336
|
+
.quick-setting-panel .setting-row[data-v-4248fdc3] {
|
|
4337
4337
|
display: flex;
|
|
4338
4338
|
align-items: center;
|
|
4339
4339
|
justify-content: space-between;
|
|
4340
4340
|
margin-bottom: 8px;
|
|
4341
4341
|
}
|
|
4342
|
-
.quick-setting-panel .setting-row[data-v-
|
|
4342
|
+
.quick-setting-panel .setting-row[data-v-4248fdc3]:last-child {
|
|
4343
4343
|
margin-bottom: 0;
|
|
4344
4344
|
}
|
|
4345
|
-
.quick-setting-panel .setting-row .setting-label[data-v-
|
|
4345
|
+
.quick-setting-panel .setting-row .setting-label[data-v-4248fdc3] {
|
|
4346
4346
|
font-size: 12px;
|
|
4347
4347
|
color: #606266;
|
|
4348
4348
|
min-width: 35px;
|
|
4349
4349
|
}
|
|
4350
|
-
.quick-setting-panel .setting-row .setting-select[data-v-
|
|
4350
|
+
.quick-setting-panel .setting-row .setting-select[data-v-4248fdc3] {
|
|
4351
4351
|
flex: 1;
|
|
4352
4352
|
width: 90px;
|
|
4353
4353
|
}
|
|
4354
|
-
.quick-setting-panel .setting-row .setting-input[data-v-
|
|
4354
|
+
.quick-setting-panel .setting-row .setting-input[data-v-4248fdc3] {
|
|
4355
4355
|
flex: 1;
|
|
4356
4356
|
width: 90px;
|
|
4357
4357
|
}
|
|
4358
|
-
.quick-setting-panel .setting-row[data-v-
|
|
4358
|
+
.quick-setting-panel .setting-row[data-v-4248fdc3] .el-checkbox {
|
|
4359
4359
|
margin-right: 5px;
|
|
4360
4360
|
}
|
|
4361
|
-
.quick-setting-panel .setting-row[data-v-
|
|
4361
|
+
.quick-setting-panel .setting-row[data-v-4248fdc3] .el-checkbox .el-checkbox__label {
|
|
4362
4362
|
padding-left: 5px;
|
|
4363
4363
|
}.form-setting[data-v-37091686] {
|
|
4364
4364
|
display: flex;
|
|
@@ -5522,50 +5522,49 @@ body,
|
|
|
5522
5522
|
flex-grow: 1;
|
|
5523
5523
|
margin-left: 10px;
|
|
5524
5524
|
background-image: linear-gradient(to right, #dedede, transparent, transparent);
|
|
5525
|
-
}.fec-h2[data-v-
|
|
5525
|
+
}.fec-h2[data-v-6852826d] {
|
|
5526
5526
|
width: 100%;
|
|
5527
|
+
height: 100%;
|
|
5527
5528
|
display: flex;
|
|
5528
5529
|
align-items: center;
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
border-bottom: 1px solid #e4e7ed;
|
|
5533
|
-
box-sizing: border-box;
|
|
5534
|
-
position: relative;
|
|
5535
|
-
}
|
|
5536
|
-
.fec-h2[data-v-60bd3722]::before {
|
|
5537
|
-
content: "";
|
|
5530
|
+
background-color: #f4f6f8;
|
|
5531
|
+
border-radius: 2px;
|
|
5532
|
+
height: 40px;
|
|
5538
5533
|
position: absolute;
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5534
|
+
top: 50%;
|
|
5535
|
+
transform: translateY(-50%);
|
|
5536
|
+
}
|
|
5537
|
+
.fec-h2 .fec-label-line[data-v-6852826d] {
|
|
5542
5538
|
width: 4px;
|
|
5543
|
-
|
|
5539
|
+
height: 100%;
|
|
5540
|
+
background-color: var(--el-color-primary);
|
|
5541
|
+
float: left;
|
|
5542
|
+
margin-right: 10px;
|
|
5543
|
+
border-top-left-radius: 2px;
|
|
5544
|
+
border-bottom-left-radius: 2px;
|
|
5544
5545
|
}
|
|
5545
|
-
.fec-h2 .fec-label[data-v-
|
|
5546
|
+
.fec-h2 .fec-label[data-v-6852826d] {
|
|
5546
5547
|
display: flex;
|
|
5547
|
-
align-items:
|
|
5548
|
-
gap: 10px;
|
|
5548
|
+
align-items: flex-end;
|
|
5549
5549
|
}
|
|
5550
|
-
.fec-h2 .fec-label .fec-label-title[data-v-
|
|
5550
|
+
.fec-h2 .fec-label .fec-label-title[data-v-6852826d] {
|
|
5551
5551
|
font-size: 16px;
|
|
5552
|
-
font-weight:
|
|
5553
|
-
color: #
|
|
5554
|
-
|
|
5552
|
+
font-weight: 700;
|
|
5553
|
+
color: #1a1a1a;
|
|
5554
|
+
margin: 0 8px;
|
|
5555
5555
|
}
|
|
5556
|
-
.fec-h2 .fec-label .fec-label-sub-title[data-v-
|
|
5556
|
+
.fec-h2 .fec-label .fec-label-sub-title[data-v-6852826d] {
|
|
5557
5557
|
font-size: 12px;
|
|
5558
|
-
color: #
|
|
5559
|
-
font-weight:
|
|
5560
|
-
|
|
5561
|
-
.fec-h2 .fec-buttons[data-v-60bd3722] {
|
|
5562
|
-
display: flex;
|
|
5563
|
-
gap: 8px;
|
|
5558
|
+
color: #606266;
|
|
5559
|
+
font-weight: 500;
|
|
5560
|
+
margin-left: 12px;
|
|
5564
5561
|
}
|
|
5565
|
-
.fec-h2 .fec-buttons
|
|
5562
|
+
.fec-h2 .fec-buttons[data-v-6852826d] {
|
|
5563
|
+
margin-right: 12px;
|
|
5564
|
+
flex: 1;
|
|
5566
5565
|
display: flex;
|
|
5567
|
-
|
|
5568
|
-
|
|
5566
|
+
margin-top: 2px;
|
|
5567
|
+
justify-content: space-between;
|
|
5569
5568
|
}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}
|
|
5570
5569
|
.flowTimeline {
|
|
5571
5570
|
width: 100%;
|
|
@@ -5969,10 +5968,10 @@ body,
|
|
|
5969
5968
|
}
|
|
5970
5969
|
[data-v-2e861481] .vgl-item > .el-container {
|
|
5971
5970
|
height: auto !important;
|
|
5972
|
-
}.cell-content .cell-text[data-v-
|
|
5971
|
+
}.cell-content .cell-text[data-v-5138d230] {
|
|
5973
5972
|
display: inline-block;
|
|
5974
5973
|
}
|
|
5975
|
-
.cell-content .copy-icon[data-v-
|
|
5974
|
+
.cell-content .copy-icon[data-v-5138d230] {
|
|
5976
5975
|
cursor: pointer;
|
|
5977
5976
|
color: #909399;
|
|
5978
5977
|
font-size: 14px;
|
|
@@ -5980,16 +5979,16 @@ body,
|
|
|
5980
5979
|
top: 4px;
|
|
5981
5980
|
margin-left: 4px;
|
|
5982
5981
|
}
|
|
5983
|
-
.cell-content .copy-icon[data-v-
|
|
5982
|
+
.cell-content .copy-icon[data-v-5138d230]:hover {
|
|
5984
5983
|
color: #409eff;
|
|
5985
|
-
}.fec-table-filter[data-v-
|
|
5984
|
+
}.fec-table-filter[data-v-b60de83e] {
|
|
5986
5985
|
display: flex;
|
|
5987
5986
|
background-color: #fff;
|
|
5988
5987
|
align-items: flex-start;
|
|
5989
5988
|
/* gap: 12px; */
|
|
5990
5989
|
border-bottom: 1px solid #f0f5fb;
|
|
5991
5990
|
}
|
|
5992
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5991
|
+
.fec-table-filter .filter-fields[data-v-b60de83e] {
|
|
5993
5992
|
flex: 1;
|
|
5994
5993
|
display: grid;
|
|
5995
5994
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
@@ -5997,18 +5996,18 @@ body,
|
|
|
5997
5996
|
transition: all 0.4s ease;
|
|
5998
5997
|
overflow: hidden;
|
|
5999
5998
|
}
|
|
6000
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
6001
|
-
max-height: var(--
|
|
5999
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-b60de83e] {
|
|
6000
|
+
max-height: var(--0b02222c);
|
|
6002
6001
|
}
|
|
6003
|
-
.fec-table-filter .filter-field[data-v-
|
|
6002
|
+
.fec-table-filter .filter-field[data-v-b60de83e] {
|
|
6004
6003
|
transition: all 0.3s ease;
|
|
6005
6004
|
}
|
|
6006
|
-
.fec-table-filter .filter-field[data-v-
|
|
6005
|
+
.fec-table-filter .filter-field[data-v-b60de83e] .el-form-item {
|
|
6007
6006
|
display: flex;
|
|
6008
6007
|
flex-direction: row;
|
|
6009
6008
|
align-items: center;
|
|
6010
6009
|
}
|
|
6011
|
-
.fec-table-filter .filter-field[data-v-
|
|
6010
|
+
.fec-table-filter .filter-field[data-v-b60de83e] .el-form-item .el-form-item__label {
|
|
6012
6011
|
font-size: 14px;
|
|
6013
6012
|
color: #606266;
|
|
6014
6013
|
font-weight: 500;
|
|
@@ -6020,16 +6019,16 @@ body,
|
|
|
6020
6019
|
text-align: right;
|
|
6021
6020
|
width: 35% !important;
|
|
6022
6021
|
}
|
|
6023
|
-
.fec-table-filter .filter-field[data-v-
|
|
6022
|
+
.fec-table-filter .filter-field[data-v-b60de83e] .el-form-item .el-form-item__content {
|
|
6024
6023
|
flex: 1;
|
|
6025
6024
|
margin-left: 0 !important;
|
|
6026
6025
|
}
|
|
6027
|
-
.fec-table-filter .filter-field[data-v-
|
|
6028
|
-
.fec-table-filter .filter-field[data-v-
|
|
6029
|
-
.fec-table-filter .filter-field[data-v-
|
|
6026
|
+
.fec-table-filter .filter-field[data-v-b60de83e] .text-field-wrapper,
|
|
6027
|
+
.fec-table-filter .filter-field[data-v-b60de83e] .el-select,
|
|
6028
|
+
.fec-table-filter .filter-field[data-v-b60de83e] .el-date-editor {
|
|
6030
6029
|
width: 100%;
|
|
6031
6030
|
}
|
|
6032
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6031
|
+
.fec-table-filter .filter-actions[data-v-b60de83e] {
|
|
6033
6032
|
flex-shrink: 0;
|
|
6034
6033
|
/* border-left: 1px solid #eaebef; */
|
|
6035
6034
|
display: flex;
|
|
@@ -6039,34 +6038,34 @@ body,
|
|
|
6039
6038
|
gap: 10px;
|
|
6040
6039
|
height: 100%;
|
|
6041
6040
|
}
|
|
6042
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6041
|
+
.fec-table-filter .filter-actions[data-v-b60de83e] .el-button {
|
|
6043
6042
|
margin: 0;
|
|
6044
6043
|
}
|
|
6045
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6044
|
+
.fec-table-filter .filter-actions.inline[data-v-b60de83e] {
|
|
6046
6045
|
flex-direction: row;
|
|
6047
6046
|
gap: 8px;
|
|
6048
6047
|
height: auto;
|
|
6049
6048
|
align-items: center;
|
|
6050
6049
|
}
|
|
6051
|
-
.filter-fields[data-v-
|
|
6050
|
+
.filter-fields[data-v-b60de83e] {
|
|
6052
6051
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6053
6052
|
}
|
|
6054
|
-
.filter-field[data-v-
|
|
6053
|
+
.filter-field[data-v-b60de83e] {
|
|
6055
6054
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6056
6055
|
}
|
|
6057
|
-
.filter-divider[data-v-
|
|
6056
|
+
.filter-divider[data-v-b60de83e] {
|
|
6058
6057
|
margin: 8px 0;
|
|
6059
6058
|
z-index: 1;
|
|
6060
6059
|
transition: all 0.3s ease;
|
|
6061
6060
|
}
|
|
6062
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6061
|
+
.filter-divider .collapse-toggle[data-v-b60de83e] {
|
|
6063
6062
|
display: flex;
|
|
6064
6063
|
align-items: center;
|
|
6065
6064
|
gap: 2px;
|
|
6066
6065
|
color: #409eff;
|
|
6067
6066
|
cursor: pointer;
|
|
6068
6067
|
}
|
|
6069
|
-
.filter-divider[data-v-
|
|
6068
|
+
.filter-divider[data-v-b60de83e] .el-divider__text {
|
|
6070
6069
|
font-size: 13px;
|
|
6071
6070
|
color: #606266;
|
|
6072
6071
|
transition: all 0.3s ease;
|
|
@@ -6076,14 +6075,14 @@ body,
|
|
|
6076
6075
|
background-color: #fff;
|
|
6077
6076
|
padding: 0 10px;
|
|
6078
6077
|
}
|
|
6079
|
-
.filter-divider[data-v-
|
|
6078
|
+
.filter-divider[data-v-b60de83e] .el-icon {
|
|
6080
6079
|
transition: transform 0.3s ease;
|
|
6081
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6080
|
+
}.dynamic-mode-config .dynamic-row[data-v-fe7f988e] {
|
|
6082
6081
|
display: flex;
|
|
6083
6082
|
height: 54px;
|
|
6084
6083
|
align-items: center;
|
|
6085
6084
|
}
|
|
6086
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6085
|
+
.dynamic-mode-config .back-icon[data-v-fe7f988e] {
|
|
6087
6086
|
display: flex;
|
|
6088
6087
|
align-items: center;
|
|
6089
6088
|
justify-content: center;
|
|
@@ -6096,11 +6095,11 @@ body,
|
|
|
6096
6095
|
margin-left: 4px;
|
|
6097
6096
|
margin-right: -6px;
|
|
6098
6097
|
}
|
|
6099
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6098
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-fe7f988e] {
|
|
6100
6099
|
font-size: 16px;
|
|
6101
6100
|
font-weight: bold;
|
|
6102
6101
|
}
|
|
6103
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6102
|
+
.dynamic-mode-config .template-name[data-v-fe7f988e] {
|
|
6104
6103
|
font-size: 16px;
|
|
6105
6104
|
font-weight: 600;
|
|
6106
6105
|
color: #303133;
|
|
@@ -6113,7 +6112,7 @@ body,
|
|
|
6113
6112
|
display: flex;
|
|
6114
6113
|
align-items: center;
|
|
6115
6114
|
}
|
|
6116
|
-
.dynamic-mode-config .template-name-line[data-v-
|
|
6115
|
+
.dynamic-mode-config .template-name-line[data-v-fe7f988e] {
|
|
6117
6116
|
height: 16px;
|
|
6118
6117
|
width: 4px;
|
|
6119
6118
|
background-color: var(--el-color-primary);
|
|
@@ -6122,38 +6121,42 @@ body,
|
|
|
6122
6121
|
margin-right: 12px;
|
|
6123
6122
|
margin-top: 2px;
|
|
6124
6123
|
}
|
|
6125
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6124
|
+
.dynamic-mode-config .tab-display-section[data-v-fe7f988e] {
|
|
6126
6125
|
flex: 1;
|
|
6127
6126
|
min-width: 0;
|
|
6128
6127
|
}
|
|
6129
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6128
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__header {
|
|
6130
6129
|
margin: 0;
|
|
6131
6130
|
}
|
|
6132
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6131
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__nav-wrap::after {
|
|
6133
6132
|
height: 0;
|
|
6134
6133
|
}
|
|
6135
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6134
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-fe7f988e] .el-tabs__item {
|
|
6136
6135
|
padding: 0 12px;
|
|
6137
6136
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6137
|
+
.dynamic-mode-config .search-display-section[data-v-fe7f988e] {
|
|
6139
6138
|
flex-shrink: 0;
|
|
6140
6139
|
display: flex;
|
|
6141
6140
|
align-items: center;
|
|
6142
6141
|
gap: 12px;
|
|
6143
6142
|
margin-left: auto;
|
|
6144
6143
|
}
|
|
6145
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6144
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-fe7f988e] {
|
|
6146
6145
|
/* width: 300px; */
|
|
6147
6146
|
}
|
|
6148
|
-
.dynamic-mode-config .search-display-section .
|
|
6147
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input .search[data-v-fe7f988e]:hover {
|
|
6148
|
+
color: var(--el-color-primary);
|
|
6149
|
+
cursor: pointer;
|
|
6150
|
+
}
|
|
6151
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-fe7f988e] {
|
|
6149
6152
|
display: flex;
|
|
6150
6153
|
align-items: center;
|
|
6151
6154
|
gap: 8px;
|
|
6152
6155
|
}
|
|
6153
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6156
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-fe7f988e] {
|
|
6154
6157
|
position: relative;
|
|
6155
6158
|
}
|
|
6156
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6159
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fe7f988e] {
|
|
6157
6160
|
position: absolute;
|
|
6158
6161
|
top: -10px;
|
|
6159
6162
|
right: -10px;
|
|
@@ -6170,31 +6173,31 @@ body,
|
|
|
6170
6173
|
font-size: 12px;
|
|
6171
6174
|
z-index: 1;
|
|
6172
6175
|
}
|
|
6173
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6176
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-fe7f988e]:hover {
|
|
6174
6177
|
background-color: #f56c6c;
|
|
6175
6178
|
}
|
|
6176
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6179
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-fe7f988e] {
|
|
6177
6180
|
display: flex;
|
|
6178
6181
|
}
|
|
6179
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6182
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-fe7f988e] {
|
|
6180
6183
|
pointer-events: none;
|
|
6181
6184
|
}
|
|
6182
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6185
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-fe7f988e] {
|
|
6183
6186
|
margin-right: 4px;
|
|
6184
6187
|
}
|
|
6185
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6188
|
+
.dynamic-mode-config .expand-filter-section[data-v-fe7f988e] {
|
|
6186
6189
|
padding-top: 4px;
|
|
6187
6190
|
border-top: 1px solid #ebeef5;
|
|
6188
6191
|
margin-top: 4px;
|
|
6189
6192
|
}
|
|
6190
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6193
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-fe7f988e] {
|
|
6191
6194
|
width: 100%;
|
|
6192
6195
|
}
|
|
6193
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6196
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-fe7f988e] {
|
|
6194
6197
|
display: flex;
|
|
6195
6198
|
flex-wrap: wrap;
|
|
6196
6199
|
}
|
|
6197
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6200
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item {
|
|
6198
6201
|
padding: 2px;
|
|
6199
6202
|
border: 2px solid transparent;
|
|
6200
6203
|
border-radius: 2px;
|
|
@@ -6203,20 +6206,20 @@ body,
|
|
|
6203
6206
|
cursor: move;
|
|
6204
6207
|
margin-bottom: 4px;
|
|
6205
6208
|
}
|
|
6206
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6209
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-form-item__label-wrap {
|
|
6207
6210
|
margin: 0 0 0 8px !important;
|
|
6208
6211
|
}
|
|
6209
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6212
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-form-item__content {
|
|
6210
6213
|
min-width: 150px;
|
|
6211
6214
|
}
|
|
6212
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6215
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .form-item-label {
|
|
6213
6216
|
display: flex;
|
|
6214
6217
|
align-items: center;
|
|
6215
6218
|
}
|
|
6216
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6219
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .el-input {
|
|
6217
6220
|
width: 150px;
|
|
6218
6221
|
}
|
|
6219
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6222
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .delete-icon {
|
|
6220
6223
|
position: absolute;
|
|
6221
6224
|
top: -10px;
|
|
6222
6225
|
right: -10px;
|
|
@@ -6233,19 +6236,19 @@ body,
|
|
|
6233
6236
|
font-size: 12px;
|
|
6234
6237
|
z-index: 1;
|
|
6235
6238
|
}
|
|
6236
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6239
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item .delete-icon:hover {
|
|
6237
6240
|
background-color: #f56c6c;
|
|
6238
6241
|
}
|
|
6239
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6242
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-hover {
|
|
6240
6243
|
border: 2px dashed #7b99cb !important;
|
|
6241
6244
|
}
|
|
6242
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6245
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-hover .delete-icon {
|
|
6243
6246
|
display: flex;
|
|
6244
6247
|
}
|
|
6245
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6248
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item.is-select {
|
|
6246
6249
|
border: 2px dashed #efa53a !important;
|
|
6247
6250
|
}
|
|
6248
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6251
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-fe7f988e] .el-form-item__label {
|
|
6249
6252
|
font-size: 13px;
|
|
6250
6253
|
color: #606266;
|
|
6251
6254
|
pointer-events: none;
|
|
@@ -6254,18 +6257,18 @@ body,
|
|
|
6254
6257
|
display: flex;
|
|
6255
6258
|
align-items: center;
|
|
6256
6259
|
}
|
|
6257
|
-
[data-v-
|
|
6260
|
+
[data-v-fe7f988e] .el-checkbox-group {
|
|
6258
6261
|
display: flex;
|
|
6259
6262
|
gap: 12px;
|
|
6260
6263
|
}
|
|
6261
|
-
[data-v-
|
|
6264
|
+
[data-v-fe7f988e] .el-checkbox-group .el-checkbox-button__inner {
|
|
6262
6265
|
border-radius: 4px;
|
|
6263
|
-
}.fec-table[data-v-
|
|
6266
|
+
}.fec-table[data-v-578f27a6] {
|
|
6264
6267
|
height: 100%;
|
|
6265
6268
|
flex-grow: 1;
|
|
6266
6269
|
padding: 16px;
|
|
6267
6270
|
}
|
|
6268
|
-
.fec-table-container[data-v-
|
|
6271
|
+
.fec-table-container[data-v-578f27a6] {
|
|
6269
6272
|
width: 100%;
|
|
6270
6273
|
background: #fff;
|
|
6271
6274
|
box-sizing: border-box;
|
|
@@ -6275,60 +6278,78 @@ body,
|
|
|
6275
6278
|
overflow: hidden;
|
|
6276
6279
|
flex-grow: 1;
|
|
6277
6280
|
}
|
|
6278
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6281
|
+
.fec-table-container .fec-vxe-table[data-v-578f27a6] {
|
|
6279
6282
|
flex: 1;
|
|
6280
6283
|
min-height: 0;
|
|
6281
6284
|
overflow: hidden;
|
|
6282
6285
|
}
|
|
6283
|
-
.fec-table-container[data-v-
|
|
6286
|
+
.fec-table-container[data-v-578f27a6] .vxe-table {
|
|
6284
6287
|
font-size: 14px;
|
|
6285
6288
|
font-family: inherit;
|
|
6286
6289
|
}
|
|
6287
|
-
.fec-table-container[data-v-
|
|
6290
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-sort--asc-btn,
|
|
6291
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-sort--desc-btn {
|
|
6292
|
+
color: #dcdcdc;
|
|
6293
|
+
}
|
|
6294
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6295
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6296
|
+
color: #d3edf9;
|
|
6297
|
+
}
|
|
6298
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .serverSort .sort--active {
|
|
6299
|
+
color: var(--el-color-primary);
|
|
6300
|
+
}
|
|
6301
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .sort--active {
|
|
6302
|
+
color: var(--el-color-primary);
|
|
6303
|
+
}
|
|
6304
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-table--body-wrapper {
|
|
6288
6305
|
overflow: auto;
|
|
6289
6306
|
}
|
|
6290
|
-
.fec-table-container[data-v-
|
|
6307
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-header--column {
|
|
6291
6308
|
background-color: #fff;
|
|
6292
6309
|
}
|
|
6293
|
-
.fec-table-container[data-v-
|
|
6310
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-header--column .vxe-cell {
|
|
6294
6311
|
height: 40px !important;
|
|
6295
6312
|
min-height: 40px !important;
|
|
6296
6313
|
color: #333;
|
|
6297
6314
|
}
|
|
6298
|
-
.fec-table-container[data-v-
|
|
6315
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6299
6316
|
height: 40px !important;
|
|
6300
6317
|
}
|
|
6301
|
-
.fec-table-container[data-v-
|
|
6318
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-body--column .vxe-cell {
|
|
6302
6319
|
padding: 6px !important;
|
|
6303
6320
|
min-height: 32px !important;
|
|
6304
6321
|
color: #666;
|
|
6305
6322
|
font-size: 13px;
|
|
6306
6323
|
}
|
|
6307
|
-
.fec-table-container[data-v-
|
|
6308
|
-
.fec-table-container[data-v-
|
|
6324
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-body--column .c--tooltip,
|
|
6325
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-body--column .c--title {
|
|
6309
6326
|
height: 32px !important;
|
|
6310
6327
|
min-height: 32px !important;
|
|
6311
6328
|
}
|
|
6312
|
-
.fec-table-container[data-v-
|
|
6329
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-table--border-line {
|
|
6313
6330
|
border: none;
|
|
6314
6331
|
border-bottom: 1px solid #ebeef5;
|
|
6315
6332
|
border-top: 1px solid #ebeef5;
|
|
6316
6333
|
}
|
|
6317
|
-
.fec-table-container[data-v-
|
|
6318
|
-
.fec-table-container[data-v-
|
|
6334
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6335
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6319
6336
|
border: none !important;
|
|
6320
6337
|
}
|
|
6321
|
-
.fec-table-container[data-v-
|
|
6338
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6322
6339
|
display: none !important;
|
|
6323
6340
|
}
|
|
6324
|
-
.fec-table-container[data-v-
|
|
6325
|
-
font-size:
|
|
6341
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-cell--sort {
|
|
6342
|
+
font-size: 14px;
|
|
6326
6343
|
}
|
|
6327
|
-
.fec-table-container[data-v-
|
|
6328
|
-
.fec-table-container[data-v-
|
|
6329
|
-
|
|
6344
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-body--column,
|
|
6345
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-footer--column,
|
|
6346
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-header--column,
|
|
6347
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-body--column,
|
|
6348
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-footer--column,
|
|
6349
|
+
.fec-table-container[data-v-578f27a6] .vxe-table .vxe-header--column {
|
|
6350
|
+
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6330
6351
|
}
|
|
6331
|
-
.fec-table-sub[data-v-
|
|
6352
|
+
.fec-table-sub[data-v-578f27a6] .vxe-table .vxe-table--border-line {
|
|
6332
6353
|
border-top: none;
|
|
6333
6354
|
}
|
|
6334
6355
|
.custom-dialog {
|