@fecp/designer 5.6.26 → 5.6.27
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/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/components/H2Wrapper.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/importantDataChange/index.vue.mjs +1 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/TableSetting.vue.mjs +19 -20
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer/src/packages/table/tableBtn.vue.mjs +72 -16
- package/es/designer.css +205 -117
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/mobile/src/components/custom/appDetail/AppDetail.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +58 -3
- package/es/packages/vue/src/components/forms/subTable/index.mjs +2 -2
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +51 -2
- package/es/packages/vue/src/components/table/Table.vue.mjs +7 -3
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +6 -6
- 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/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/components/H2Wrapper.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/importantDataChange/index.vue.js +1 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/TableSetting.vue.js +19 -20
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer/src/packages/table/tableBtn.vue.js +83 -27
- package/lib/designer.css +205 -117
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/mobile/src/components/custom/appDetail/AppDetail.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/h2/H2.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +57 -2
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +51 -2
- package/lib/packages/vue/src/components/table/Table.vue.js +7 -3
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +5 -5
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -3527,7 +3527,7 @@ to {
|
|
|
3527
3527
|
}
|
|
3528
3528
|
.root-property[data-v-e88c3a83] .el-form .el-input__inner {
|
|
3529
3529
|
color: #121c2c;
|
|
3530
|
-
}.table-setting[data-v-
|
|
3530
|
+
}.table-setting[data-v-3c1e04c6] {
|
|
3531
3531
|
display: flex;
|
|
3532
3532
|
align-items: center;
|
|
3533
3533
|
justify-content: space-between;
|
|
@@ -3537,57 +3537,57 @@ to {
|
|
|
3537
3537
|
border-radius: 4px;
|
|
3538
3538
|
margin: 8px 16px;
|
|
3539
3539
|
}
|
|
3540
|
-
.table-setting .setting-left[data-v-
|
|
3540
|
+
.table-setting .setting-left[data-v-3c1e04c6] {
|
|
3541
3541
|
display: flex;
|
|
3542
3542
|
align-items: center;
|
|
3543
3543
|
gap: 12px;
|
|
3544
3544
|
}
|
|
3545
|
-
.table-setting .setting-right[data-v-
|
|
3545
|
+
.table-setting .setting-right[data-v-3c1e04c6] {
|
|
3546
3546
|
display: flex;
|
|
3547
3547
|
align-items: center;
|
|
3548
3548
|
gap: 12px;
|
|
3549
3549
|
}
|
|
3550
|
-
.table-setting .setting-divider[data-v-
|
|
3550
|
+
.table-setting .setting-divider[data-v-3c1e04c6] {
|
|
3551
3551
|
width: 1px;
|
|
3552
3552
|
height: 20px;
|
|
3553
3553
|
background: #dcdfe6;
|
|
3554
3554
|
}
|
|
3555
|
-
.table-setting .text-label[data-v-
|
|
3555
|
+
.table-setting .text-label[data-v-3c1e04c6] {
|
|
3556
3556
|
font-size: 13px;
|
|
3557
3557
|
color: #606266;
|
|
3558
3558
|
}
|
|
3559
|
-
.table-setting .height-input[data-v-
|
|
3559
|
+
.table-setting .height-input[data-v-3c1e04c6] {
|
|
3560
3560
|
width: 72px;
|
|
3561
3561
|
}
|
|
3562
|
-
.table-setting .height-input[data-v-
|
|
3562
|
+
.table-setting .height-input[data-v-3c1e04c6] .el-input__wrapper {
|
|
3563
3563
|
padding-left: 8px;
|
|
3564
3564
|
}
|
|
3565
|
-
.table-setting .col-display-btn[data-v-
|
|
3565
|
+
.table-setting .col-display-btn[data-v-3c1e04c6] {
|
|
3566
3566
|
display: flex;
|
|
3567
3567
|
align-items: center;
|
|
3568
3568
|
gap: 6px;
|
|
3569
3569
|
}
|
|
3570
|
-
.table-setting .col-display-btn .col-count[data-v-
|
|
3570
|
+
.table-setting .col-display-btn .col-count[data-v-3c1e04c6] {
|
|
3571
3571
|
margin-left: 6px;
|
|
3572
3572
|
height: 16px;
|
|
3573
3573
|
padding: 0 5px;
|
|
3574
3574
|
}
|
|
3575
|
-
.table-setting .data-source-btn.is-configured[data-v-
|
|
3575
|
+
.table-setting .data-source-btn.is-configured[data-v-3c1e04c6] {
|
|
3576
3576
|
background: linear-gradient(135deg, #f0f9ff 0%, #e6f7ff 100%);
|
|
3577
3577
|
border-color: #91d5ff;
|
|
3578
3578
|
color: #1890ff;
|
|
3579
3579
|
}
|
|
3580
|
-
.table-setting .data-source-btn.is-configured[data-v-
|
|
3580
|
+
.table-setting .data-source-btn.is-configured[data-v-3c1e04c6]:hover {
|
|
3581
3581
|
background: linear-gradient(135deg, #e0f2ff 0%, #d6f0ff 100%);
|
|
3582
3582
|
border-color: #409eff;
|
|
3583
3583
|
}
|
|
3584
|
-
.sort-panel[data-v-
|
|
3584
|
+
.sort-panel[data-v-3c1e04c6] {
|
|
3585
3585
|
padding: 12px;
|
|
3586
3586
|
min-width: 340px;
|
|
3587
3587
|
background: #fff;
|
|
3588
3588
|
width: 360px;
|
|
3589
3589
|
}
|
|
3590
|
-
.sort-panel .sort-header[data-v-
|
|
3590
|
+
.sort-panel .sort-header[data-v-3c1e04c6] {
|
|
3591
3591
|
display: flex;
|
|
3592
3592
|
justify-content: space-between;
|
|
3593
3593
|
align-items: center;
|
|
@@ -3595,38 +3595,38 @@ to {
|
|
|
3595
3595
|
padding-bottom: 8px;
|
|
3596
3596
|
border-bottom: 1px solid #ebeef5;
|
|
3597
3597
|
}
|
|
3598
|
-
.sort-panel .sort-header .sort-tip[data-v-
|
|
3598
|
+
.sort-panel .sort-header .sort-tip[data-v-3c1e04c6] {
|
|
3599
3599
|
font-size: 12px;
|
|
3600
3600
|
color: #909399;
|
|
3601
3601
|
}
|
|
3602
|
-
.sort-panel .sort-rules-list[data-v-
|
|
3602
|
+
.sort-panel .sort-rules-list[data-v-3c1e04c6] {
|
|
3603
3603
|
max-height: 300px;
|
|
3604
3604
|
overflow-y: auto;
|
|
3605
3605
|
}
|
|
3606
|
-
.sort-panel .sort-rules-list .sort-rule-item[data-v-
|
|
3606
|
+
.sort-panel .sort-rules-list .sort-rule-item[data-v-3c1e04c6] {
|
|
3607
3607
|
display: flex;
|
|
3608
3608
|
align-items: center;
|
|
3609
3609
|
gap: 10px;
|
|
3610
3610
|
margin-bottom: 8px;
|
|
3611
3611
|
transition: all 0.2s ease;
|
|
3612
3612
|
}
|
|
3613
|
-
.sort-panel .sort-rules-list .sort-rule-item[data-v-
|
|
3613
|
+
.sort-panel .sort-rules-list .sort-rule-item[data-v-3c1e04c6]:last-child {
|
|
3614
3614
|
margin-bottom: 0;
|
|
3615
3615
|
}
|
|
3616
|
-
.sort-panel .sort-rules-list .sort-rule-item .drag-handle[data-v-
|
|
3616
|
+
.sort-panel .sort-rules-list .sort-rule-item .drag-handle[data-v-3c1e04c6] {
|
|
3617
3617
|
cursor: move;
|
|
3618
3618
|
color: #909399;
|
|
3619
3619
|
display: flex;
|
|
3620
3620
|
align-items: center;
|
|
3621
3621
|
padding: 2px;
|
|
3622
3622
|
}
|
|
3623
|
-
.sort-panel .sort-rules-list .sort-rule-item .drag-handle[data-v-
|
|
3623
|
+
.sort-panel .sort-rules-list .sort-rule-item .drag-handle[data-v-3c1e04c6]:hover {
|
|
3624
3624
|
color: #409eff;
|
|
3625
3625
|
}
|
|
3626
|
-
.sort-panel .sort-rules-list .sort-rule-item .delete-btn[data-v-
|
|
3626
|
+
.sort-panel .sort-rules-list .sort-rule-item .delete-btn[data-v-3c1e04c6] {
|
|
3627
3627
|
margin-left: auto;
|
|
3628
3628
|
}
|
|
3629
|
-
.sort-count-tag[data-v-
|
|
3629
|
+
.sort-count-tag[data-v-3c1e04c6] {
|
|
3630
3630
|
margin-left: 6px;
|
|
3631
3631
|
height: 16px;
|
|
3632
3632
|
padding: 0 5px;
|
|
@@ -3892,7 +3892,22 @@ to {
|
|
|
3892
3892
|
white-space: nowrap;
|
|
3893
3893
|
overflow: hidden;
|
|
3894
3894
|
text-overflow: ellipsis;
|
|
3895
|
-
}.
|
|
3895
|
+
}.setting[data-v-08fd854a] {
|
|
3896
|
+
display: flex;
|
|
3897
|
+
align-items: center;
|
|
3898
|
+
gap: 12px;
|
|
3899
|
+
margin-right: 8px;
|
|
3900
|
+
}
|
|
3901
|
+
.setting-divider[data-v-08fd854a] {
|
|
3902
|
+
width: 1px;
|
|
3903
|
+
height: 20px;
|
|
3904
|
+
background: #dcdfe6;
|
|
3905
|
+
}
|
|
3906
|
+
.text-label[data-v-08fd854a] {
|
|
3907
|
+
font-size: 13px;
|
|
3908
|
+
color: #606266;
|
|
3909
|
+
}
|
|
3910
|
+
.table-work-btns[data-v-08fd854a] {
|
|
3896
3911
|
border-top: 1px solid #ebeef5;
|
|
3897
3912
|
padding: 12px 0 0 0;
|
|
3898
3913
|
margin: 0 16px 0 16px;
|
|
@@ -3900,11 +3915,11 @@ to {
|
|
|
3900
3915
|
align-items: center;
|
|
3901
3916
|
justify-content: space-between;
|
|
3902
3917
|
}
|
|
3903
|
-
.table-work-btns .left[data-v-
|
|
3918
|
+
.table-work-btns .left[data-v-08fd854a] {
|
|
3904
3919
|
display: flex;
|
|
3905
3920
|
align-items: center;
|
|
3906
3921
|
}
|
|
3907
|
-
.table-work-btns .left .back-icon[data-v-
|
|
3922
|
+
.table-work-btns .left .back-icon[data-v-08fd854a] {
|
|
3908
3923
|
display: flex;
|
|
3909
3924
|
align-items: center;
|
|
3910
3925
|
justify-content: center;
|
|
@@ -3917,11 +3932,11 @@ to {
|
|
|
3917
3932
|
margin-left: 4px;
|
|
3918
3933
|
margin-right: -6px;
|
|
3919
3934
|
}
|
|
3920
|
-
.table-work-btns .left .back-icon .el-icon[data-v-
|
|
3935
|
+
.table-work-btns .left .back-icon .el-icon[data-v-08fd854a] {
|
|
3921
3936
|
font-size: 16px;
|
|
3922
3937
|
font-weight: bold;
|
|
3923
3938
|
}
|
|
3924
|
-
.table-work-btns .left .template-name[data-v-
|
|
3939
|
+
.table-work-btns .left .template-name[data-v-08fd854a] {
|
|
3925
3940
|
font-size: 16px;
|
|
3926
3941
|
font-weight: 600;
|
|
3927
3942
|
color: #303133;
|
|
@@ -3932,31 +3947,31 @@ to {
|
|
|
3932
3947
|
text-overflow: ellipsis;
|
|
3933
3948
|
position: relative;
|
|
3934
3949
|
}
|
|
3935
|
-
.table-work-btns .left .optBtn[data-v-
|
|
3950
|
+
.table-work-btns .left .optBtn[data-v-08fd854a] {
|
|
3936
3951
|
margin-right: 8px;
|
|
3937
3952
|
}
|
|
3938
|
-
.table-work-btns .right[data-v-
|
|
3953
|
+
.table-work-btns .right[data-v-08fd854a] {
|
|
3939
3954
|
display: flex;
|
|
3940
3955
|
}
|
|
3941
|
-
.table-work-btns .right .optBtn[data-v-
|
|
3956
|
+
.table-work-btns .right .optBtn[data-v-08fd854a] {
|
|
3942
3957
|
margin-left: 8px;
|
|
3943
3958
|
}
|
|
3944
|
-
.table-work-btns .optBtnDraggable[data-v-
|
|
3959
|
+
.table-work-btns .optBtnDraggable[data-v-08fd854a] {
|
|
3945
3960
|
display: flex;
|
|
3946
3961
|
}
|
|
3947
|
-
.table-work-btns .optBtn[data-v-
|
|
3962
|
+
.table-work-btns .optBtn[data-v-08fd854a] {
|
|
3948
3963
|
padding: 2px;
|
|
3949
3964
|
border: 2px solid transparent;
|
|
3950
3965
|
border-radius: 2px;
|
|
3951
3966
|
position: relative;
|
|
3952
3967
|
}
|
|
3953
|
-
.table-work-btns .optBtn .elBtn[data-v-
|
|
3968
|
+
.table-work-btns .optBtn .elBtn[data-v-08fd854a] {
|
|
3954
3969
|
pointer-events: none;
|
|
3955
3970
|
}
|
|
3956
|
-
.table-work-btns .optBtn .elBtn.system[data-v-
|
|
3971
|
+
.table-work-btns .optBtn .elBtn.system[data-v-08fd854a] span {
|
|
3957
3972
|
display: none;
|
|
3958
3973
|
}
|
|
3959
|
-
.table-work-btns .optBtn .delete-icon[data-v-
|
|
3974
|
+
.table-work-btns .optBtn .delete-icon[data-v-08fd854a] {
|
|
3960
3975
|
position: absolute;
|
|
3961
3976
|
top: -8px;
|
|
3962
3977
|
right: -8px;
|
|
@@ -3972,16 +3987,16 @@ to {
|
|
|
3972
3987
|
transition: all 0.2s;
|
|
3973
3988
|
font-size: 12px;
|
|
3974
3989
|
}
|
|
3975
|
-
.table-work-btns .optBtn .delete-icon[data-v-
|
|
3990
|
+
.table-work-btns .optBtn .delete-icon[data-v-08fd854a]:hover {
|
|
3976
3991
|
background-color: #f56c6c;
|
|
3977
3992
|
}
|
|
3978
|
-
.table-work-btns .optBtn.is-hover[data-v-
|
|
3993
|
+
.table-work-btns .optBtn.is-hover[data-v-08fd854a] {
|
|
3979
3994
|
border: 2px dashed #7b99cb !important;
|
|
3980
3995
|
}
|
|
3981
|
-
.table-work-btns .optBtn.is-hover .delete-icon[data-v-
|
|
3996
|
+
.table-work-btns .optBtn.is-hover .delete-icon[data-v-08fd854a] {
|
|
3982
3997
|
display: flex;
|
|
3983
3998
|
}
|
|
3984
|
-
.table-work-btns .optBtn.is-select[data-v-
|
|
3999
|
+
.table-work-btns .optBtn.is-select[data-v-08fd854a] {
|
|
3985
4000
|
border: 2px dashed #efa53a !important;
|
|
3986
4001
|
}
|
|
3987
4002
|
.table-query-config[data-v-e569e134] {
|
|
@@ -4702,7 +4717,7 @@ to {
|
|
|
4702
4717
|
flex-grow: 1;
|
|
4703
4718
|
margin-left: 10px;
|
|
4704
4719
|
background-image: linear-gradient(to right, #dedede, transparent, transparent);
|
|
4705
|
-
}.fec-h2[data-v-
|
|
4720
|
+
}.fec-h2[data-v-c8a07776] {
|
|
4706
4721
|
width: 100%;
|
|
4707
4722
|
height: 100%;
|
|
4708
4723
|
display: flex;
|
|
@@ -4711,7 +4726,7 @@ to {
|
|
|
4711
4726
|
border-radius: 2px;
|
|
4712
4727
|
height: 40px;
|
|
4713
4728
|
}
|
|
4714
|
-
.fec-h2 .fec-label-line[data-v-
|
|
4729
|
+
.fec-h2 .fec-label-line[data-v-c8a07776] {
|
|
4715
4730
|
width: 4px;
|
|
4716
4731
|
height: 100%;
|
|
4717
4732
|
background-color: var(--el-color-primary);
|
|
@@ -4720,24 +4735,25 @@ to {
|
|
|
4720
4735
|
border-top-left-radius: 2px;
|
|
4721
4736
|
border-bottom-left-radius: 2px;
|
|
4722
4737
|
}
|
|
4723
|
-
.fec-h2 .fec-label[data-v-
|
|
4738
|
+
.fec-h2 .fec-label[data-v-c8a07776] {
|
|
4724
4739
|
display: flex;
|
|
4725
4740
|
align-items: flex-end;
|
|
4726
4741
|
}
|
|
4727
|
-
.fec-h2 .fec-label .fec-label-title[data-v-
|
|
4742
|
+
.fec-h2 .fec-label .fec-label-title[data-v-c8a07776] {
|
|
4728
4743
|
font-size: 17px;
|
|
4729
4744
|
font-weight: 600;
|
|
4730
4745
|
color: #1a1a1a;
|
|
4731
4746
|
margin: 0 8px;
|
|
4732
4747
|
}
|
|
4733
|
-
.fec-h2 .fec-label .fec-label-sub-title[data-v-
|
|
4748
|
+
.fec-h2 .fec-label .fec-label-sub-title[data-v-c8a07776] {
|
|
4734
4749
|
font-size: 12px;
|
|
4735
4750
|
color: #606266;
|
|
4736
4751
|
font-weight: 500;
|
|
4737
4752
|
margin-left: 12px;
|
|
4753
|
+
margin-right: 12px;
|
|
4738
4754
|
margin-bottom: 2px;
|
|
4739
4755
|
}
|
|
4740
|
-
.fec-h2 .fec-buttons[data-v-
|
|
4756
|
+
.fec-h2 .fec-buttons[data-v-c8a07776] {
|
|
4741
4757
|
margin-left: auto;
|
|
4742
4758
|
margin-right: 12px;
|
|
4743
4759
|
}.sub-form-container[data-v-cd333a16] {
|
|
@@ -5570,7 +5586,7 @@ body,
|
|
|
5570
5586
|
flex-grow: 1;
|
|
5571
5587
|
margin-left: 10px;
|
|
5572
5588
|
background-image: linear-gradient(to right, #dedede, transparent, transparent);
|
|
5573
|
-
}.fec-h2[data-v-
|
|
5589
|
+
}.fec-h2[data-v-adabc244] {
|
|
5574
5590
|
width: 100%;
|
|
5575
5591
|
height: 100%;
|
|
5576
5592
|
display: flex;
|
|
@@ -5582,7 +5598,7 @@ body,
|
|
|
5582
5598
|
top: 50%;
|
|
5583
5599
|
transform: translateY(-50%);
|
|
5584
5600
|
}
|
|
5585
|
-
.fec-h2 .fec-label-line[data-v-
|
|
5601
|
+
.fec-h2 .fec-label-line[data-v-adabc244] {
|
|
5586
5602
|
width: 4px;
|
|
5587
5603
|
height: 100%;
|
|
5588
5604
|
background-color: var(--el-color-primary);
|
|
@@ -5591,28 +5607,61 @@ body,
|
|
|
5591
5607
|
border-top-left-radius: 2px;
|
|
5592
5608
|
border-bottom-left-radius: 2px;
|
|
5593
5609
|
}
|
|
5594
|
-
.fec-h2 .fec-label[data-v-
|
|
5610
|
+
.fec-h2 .fec-label[data-v-adabc244] {
|
|
5595
5611
|
display: flex;
|
|
5596
5612
|
align-items: flex-end;
|
|
5597
5613
|
}
|
|
5598
|
-
.fec-h2 .fec-label .fec-label-title[data-v-
|
|
5614
|
+
.fec-h2 .fec-label .fec-label-title[data-v-adabc244] {
|
|
5599
5615
|
font-size: 16px;
|
|
5600
5616
|
font-weight: 700;
|
|
5601
5617
|
color: #1a1a1a;
|
|
5602
5618
|
margin: 0 8px;
|
|
5603
5619
|
}
|
|
5604
|
-
.fec-h2 .fec-label .fec-label-sub-title[data-v-
|
|
5620
|
+
.fec-h2 .fec-label .fec-label-sub-title[data-v-adabc244] {
|
|
5605
5621
|
font-size: 12px;
|
|
5606
5622
|
color: #606266;
|
|
5607
5623
|
font-weight: 500;
|
|
5608
|
-
margin
|
|
5624
|
+
margin: 0 12px;
|
|
5609
5625
|
}
|
|
5610
|
-
.fec-h2 .fec-buttons[data-v-
|
|
5626
|
+
.fec-h2 .fec-buttons[data-v-adabc244] {
|
|
5611
5627
|
margin-right: 12px;
|
|
5612
5628
|
flex: 1;
|
|
5613
5629
|
display: flex;
|
|
5614
5630
|
margin-top: 2px;
|
|
5615
5631
|
justify-content: space-between;
|
|
5632
|
+
}.selectionSummary[data-v-8a26081e] {
|
|
5633
|
+
display: flex;
|
|
5634
|
+
align-items: center;
|
|
5635
|
+
flex-wrap: wrap;
|
|
5636
|
+
gap: 8px;
|
|
5637
|
+
margin-right: 12px;
|
|
5638
|
+
}
|
|
5639
|
+
.selectionSummary .summary-badge[data-v-8a26081e] {
|
|
5640
|
+
display: inline-flex;
|
|
5641
|
+
font-size: 12px;
|
|
5642
|
+
color: #909399;
|
|
5643
|
+
padding: 0 12px;
|
|
5644
|
+
height: 26px;
|
|
5645
|
+
border-radius: 13px;
|
|
5646
|
+
white-space: nowrap;
|
|
5647
|
+
line-height: 26px;
|
|
5648
|
+
}
|
|
5649
|
+
.selectionSummary .summary-badge em[data-v-8a26081e] {
|
|
5650
|
+
font-style: normal;
|
|
5651
|
+
font-weight: 600;
|
|
5652
|
+
color: var(--el-color-primary);
|
|
5653
|
+
margin: 0 2px;
|
|
5654
|
+
}
|
|
5655
|
+
.selectionSummary .summary-badge.summary-item em[data-v-8a26081e] {
|
|
5656
|
+
margin-left: 5px;
|
|
5657
|
+
}
|
|
5658
|
+
.selectionSummary .summary-count[data-v-8a26081e] {
|
|
5659
|
+
/* background: #ecf5ff;
|
|
5660
|
+
border: 1px solid #d9ecff; */
|
|
5661
|
+
color: #606266;
|
|
5662
|
+
}
|
|
5663
|
+
.selectionSummary .summary-item[data-v-8a26081e] {
|
|
5664
|
+
flex-shrink: 0;
|
|
5616
5665
|
}.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-image-viewer__wrapper{position:fixed;top:0;bottom:0;left:0;right:0}.el-image-viewer__wrapper:focus{outline:none!important}.el-image-viewer__btn{z-index:1;opacity:.8;cursor:pointer;box-sizing:border-box;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-image-viewer__btn .el-icon{cursor:pointer}.el-image-viewer__close{width:40px;height:40px;font-size:40px;top:40px;right:40px}.el-image-viewer__canvas{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:static}.el-image-viewer__actions{background-color:var(--el-text-color-regular);border-color:#fff;border-radius:22px;height:44px;padding:0 23px;bottom:30px;left:50%;transform:translate(-50%)}.el-image-viewer__actions__inner{cursor:default;color:#fff;justify-content:space-around;align-items:center;gap:22px;width:100%;height:100%;padding:0 6px;font-size:23px;display:flex}.el-image-viewer__actions__divider{margin:0 -6px}.el-image-viewer__progress{cursor:default;color:#fff;bottom:90px;left:50%;transform:translate(-50%)}.el-image-viewer__prev{color:#fff;background-color:var(--el-text-color-regular);border-color:#fff;width:44px;height:44px;font-size:24px;top:50%;left:40px;transform:translateY(-50%)}.el-image-viewer__next{text-indent:2px;color:#fff;background-color:var(--el-text-color-regular);border-color:#fff;width:44px;height:44px;font-size:24px;top:50%;right:40px;transform:translateY(-50%)}.el-image-viewer__close{color:#fff;background-color:var(--el-text-color-regular);border-color:#fff;width:44px;height:44px;font-size:24px}.el-image-viewer__mask{opacity:.5;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.el-image-viewer-parent--hidden{overflow:hidden}.viewer-fade-enter-active{animation:viewer-fade-in var(--el-transition-duration)}.viewer-fade-leave-active{animation:viewer-fade-out var(--el-transition-duration)}@keyframes viewer-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0,0)}}@keyframes viewer-fade-out{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(-20px)}}.el-image__error,.el-image__placeholder,.el-image__wrapper,.el-image__inner{width:100%;height:100%}.el-image{display:inline-block;position:relative;overflow:hidden}.el-image__inner{vertical-align:top;opacity:1}.el-image__inner.is-loading{opacity:0}.el-image__wrapper{position:absolute;top:0;left:0}.el-image__placeholder{background:var(--el-fill-color-light)}.el-image__error{background:var(--el-fill-color-light);color:var(--el-text-color-placeholder);vertical-align:middle;justify-content:center;align-items:center;font-size:14px;display:flex}.el-image__preview{cursor:pointer}.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%)}.app-content .approveIdea[data-v-294e9e4c] {
|
|
5617
5666
|
min-height: 30px;
|
|
5618
5667
|
background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
|
|
@@ -6623,12 +6672,12 @@ body,
|
|
|
6623
6672
|
font-size: 13px;
|
|
6624
6673
|
color: #606266;
|
|
6625
6674
|
margin-left: 8px;
|
|
6626
|
-
}.custom-buttons[data-v-
|
|
6675
|
+
}.custom-buttons[data-v-d37b4cca] {
|
|
6627
6676
|
display: flex;
|
|
6628
6677
|
align-items: center;
|
|
6629
6678
|
margin: 0 0 0 0;
|
|
6630
6679
|
}
|
|
6631
|
-
.back-icon[data-v-
|
|
6680
|
+
.back-icon[data-v-d37b4cca] {
|
|
6632
6681
|
display: flex;
|
|
6633
6682
|
align-items: center;
|
|
6634
6683
|
justify-content: center;
|
|
@@ -6641,15 +6690,15 @@ body,
|
|
|
6641
6690
|
margin-left: 4px;
|
|
6642
6691
|
margin-right: -6px;
|
|
6643
6692
|
}
|
|
6644
|
-
.back-icon .el-icon[data-v-
|
|
6693
|
+
.back-icon .el-icon[data-v-d37b4cca] {
|
|
6645
6694
|
font-size: 14px;
|
|
6646
6695
|
font-weight: 500;
|
|
6647
6696
|
color: var(--el-color-primary);
|
|
6648
6697
|
}
|
|
6649
|
-
.back-icon[data-v-
|
|
6698
|
+
.back-icon[data-v-d37b4cca]:hover {
|
|
6650
6699
|
opacity: 0.7;
|
|
6651
6700
|
}
|
|
6652
|
-
.template-name[data-v-
|
|
6701
|
+
.template-name[data-v-d37b4cca] {
|
|
6653
6702
|
font-size: 16px;
|
|
6654
6703
|
font-weight: 600;
|
|
6655
6704
|
color: #303133;
|
|
@@ -6662,7 +6711,7 @@ body,
|
|
|
6662
6711
|
display: flex;
|
|
6663
6712
|
align-items: center;
|
|
6664
6713
|
}
|
|
6665
|
-
.template-name-line[data-v-
|
|
6714
|
+
.template-name-line[data-v-d37b4cca] {
|
|
6666
6715
|
height: 16px;
|
|
6667
6716
|
width: 4px;
|
|
6668
6717
|
background-color: var(--el-color-primary);
|
|
@@ -6670,6 +6719,42 @@ body,
|
|
|
6670
6719
|
border-radius: 5px;
|
|
6671
6720
|
margin-right: 12px;
|
|
6672
6721
|
margin-top: 2px;
|
|
6722
|
+
}
|
|
6723
|
+
.selectionSummary[data-v-d37b4cca] {
|
|
6724
|
+
display: flex;
|
|
6725
|
+
align-items: center;
|
|
6726
|
+
flex-wrap: wrap;
|
|
6727
|
+
gap: 8px;
|
|
6728
|
+
margin-left: 8px;
|
|
6729
|
+
margin-top: 1px;
|
|
6730
|
+
}
|
|
6731
|
+
.selectionSummary .summary-badge[data-v-d37b4cca] {
|
|
6732
|
+
display: inline-flex;
|
|
6733
|
+
font-size: 12px;
|
|
6734
|
+
color: #909399;
|
|
6735
|
+
padding: 0 12px;
|
|
6736
|
+
height: 26px;
|
|
6737
|
+
background: #f4f4f5;
|
|
6738
|
+
border-radius: 13px;
|
|
6739
|
+
white-space: nowrap;
|
|
6740
|
+
line-height: 26px;
|
|
6741
|
+
}
|
|
6742
|
+
.selectionSummary .summary-badge em[data-v-d37b4cca] {
|
|
6743
|
+
font-style: normal;
|
|
6744
|
+
font-weight: 600;
|
|
6745
|
+
color: var(--el-color-primary);
|
|
6746
|
+
margin: 0 2px;
|
|
6747
|
+
}
|
|
6748
|
+
.selectionSummary .summary-badge.summary-item em[data-v-d37b4cca] {
|
|
6749
|
+
margin-left: 5px;
|
|
6750
|
+
}
|
|
6751
|
+
.selectionSummary .summary-count[data-v-d37b4cca] {
|
|
6752
|
+
background: #ecf5ff;
|
|
6753
|
+
border: 1px solid #d9ecff;
|
|
6754
|
+
color: #606266;
|
|
6755
|
+
}
|
|
6756
|
+
.selectionSummary .summary-item[data-v-d37b4cca] {
|
|
6757
|
+
flex-shrink: 0;
|
|
6673
6758
|
}.cell-content .cell-text[data-v-fac941fe] {
|
|
6674
6759
|
display: inline-block;
|
|
6675
6760
|
}
|
|
@@ -6694,7 +6779,7 @@ body,
|
|
|
6694
6779
|
text-overflow: ellipsis;
|
|
6695
6780
|
white-space: nowrap;
|
|
6696
6781
|
vertical-align: middle;
|
|
6697
|
-
}.fec-table-filter[data-v-
|
|
6782
|
+
}.fec-table-filter[data-v-de2e11bc] {
|
|
6698
6783
|
display: flex;
|
|
6699
6784
|
background-color: #fff;
|
|
6700
6785
|
align-items: flex-start;
|
|
@@ -6702,7 +6787,10 @@ body,
|
|
|
6702
6787
|
border-bottom: 1px solid #f0f5fb;
|
|
6703
6788
|
padding-top: 16px;
|
|
6704
6789
|
}
|
|
6705
|
-
.fec-table-filter
|
|
6790
|
+
.fec-table-filter.should-show-toggle[data-v-de2e11bc] {
|
|
6791
|
+
border-bottom: none;
|
|
6792
|
+
}
|
|
6793
|
+
.fec-table-filter .filter-fields[data-v-de2e11bc] {
|
|
6706
6794
|
flex: 1;
|
|
6707
6795
|
display: grid;
|
|
6708
6796
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
@@ -6710,18 +6798,18 @@ body,
|
|
|
6710
6798
|
transition: all 0.4s ease;
|
|
6711
6799
|
overflow: hidden;
|
|
6712
6800
|
}
|
|
6713
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
6714
|
-
max-height: var(--
|
|
6801
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-de2e11bc] {
|
|
6802
|
+
max-height: var(--fedf9b3c);
|
|
6715
6803
|
}
|
|
6716
|
-
.fec-table-filter .filter-field[data-v-
|
|
6804
|
+
.fec-table-filter .filter-field[data-v-de2e11bc] {
|
|
6717
6805
|
transition: all 0.3s ease;
|
|
6718
6806
|
}
|
|
6719
|
-
.fec-table-filter .filter-field[data-v-
|
|
6807
|
+
.fec-table-filter .filter-field[data-v-de2e11bc] .el-form-item {
|
|
6720
6808
|
display: flex;
|
|
6721
6809
|
flex-direction: row;
|
|
6722
6810
|
align-items: center;
|
|
6723
6811
|
}
|
|
6724
|
-
.fec-table-filter .filter-field[data-v-
|
|
6812
|
+
.fec-table-filter .filter-field[data-v-de2e11bc] .el-form-item .el-form-item__label {
|
|
6725
6813
|
font-size: 14px;
|
|
6726
6814
|
color: #606266;
|
|
6727
6815
|
font-weight: 500;
|
|
@@ -6734,16 +6822,16 @@ body,
|
|
|
6734
6822
|
width: 35% !important;
|
|
6735
6823
|
pointer-events: none;
|
|
6736
6824
|
}
|
|
6737
|
-
.fec-table-filter .filter-field[data-v-
|
|
6825
|
+
.fec-table-filter .filter-field[data-v-de2e11bc] .el-form-item .el-form-item__content {
|
|
6738
6826
|
flex: 1;
|
|
6739
6827
|
margin-left: 0 !important;
|
|
6740
6828
|
}
|
|
6741
|
-
.fec-table-filter .filter-field[data-v-
|
|
6742
|
-
.fec-table-filter .filter-field[data-v-
|
|
6743
|
-
.fec-table-filter .filter-field[data-v-
|
|
6829
|
+
.fec-table-filter .filter-field[data-v-de2e11bc] .text-field-wrapper,
|
|
6830
|
+
.fec-table-filter .filter-field[data-v-de2e11bc] .el-select,
|
|
6831
|
+
.fec-table-filter .filter-field[data-v-de2e11bc] .el-date-editor {
|
|
6744
6832
|
width: 100%;
|
|
6745
6833
|
}
|
|
6746
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6834
|
+
.fec-table-filter .filter-actions[data-v-de2e11bc] {
|
|
6747
6835
|
flex-shrink: 0;
|
|
6748
6836
|
/* border-left: 1px solid #eaebef; */
|
|
6749
6837
|
display: flex;
|
|
@@ -6753,10 +6841,10 @@ body,
|
|
|
6753
6841
|
gap: 10px;
|
|
6754
6842
|
height: 100%;
|
|
6755
6843
|
}
|
|
6756
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6844
|
+
.fec-table-filter .filter-actions[data-v-de2e11bc] .el-button {
|
|
6757
6845
|
margin: 0;
|
|
6758
6846
|
}
|
|
6759
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6847
|
+
.fec-table-filter .filter-actions.inline[data-v-de2e11bc] {
|
|
6760
6848
|
flex-direction: row;
|
|
6761
6849
|
gap: 8px;
|
|
6762
6850
|
height: auto;
|
|
@@ -6764,25 +6852,25 @@ body,
|
|
|
6764
6852
|
min-width: 16%;
|
|
6765
6853
|
margin: 1px 0 0 16px;
|
|
6766
6854
|
}
|
|
6767
|
-
.filter-fields[data-v-
|
|
6855
|
+
.filter-fields[data-v-de2e11bc] {
|
|
6768
6856
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6769
6857
|
}
|
|
6770
|
-
.filter-field[data-v-
|
|
6858
|
+
.filter-field[data-v-de2e11bc] {
|
|
6771
6859
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6772
6860
|
}
|
|
6773
|
-
.filter-divider[data-v-
|
|
6861
|
+
.filter-divider[data-v-de2e11bc] {
|
|
6774
6862
|
margin: 8px 0;
|
|
6775
6863
|
z-index: 1;
|
|
6776
6864
|
transition: all 0.3s ease;
|
|
6777
6865
|
}
|
|
6778
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6866
|
+
.filter-divider .collapse-toggle[data-v-de2e11bc] {
|
|
6779
6867
|
display: flex;
|
|
6780
6868
|
align-items: center;
|
|
6781
6869
|
gap: 2px;
|
|
6782
6870
|
color: var(--el-color-primary);
|
|
6783
6871
|
cursor: pointer;
|
|
6784
6872
|
}
|
|
6785
|
-
.filter-divider[data-v-
|
|
6873
|
+
.filter-divider[data-v-de2e11bc] .el-divider__text {
|
|
6786
6874
|
font-size: 13px;
|
|
6787
6875
|
color: #606266;
|
|
6788
6876
|
transition: all 0.3s ease;
|
|
@@ -6792,7 +6880,7 @@ body,
|
|
|
6792
6880
|
background-color: #fff;
|
|
6793
6881
|
padding: 0 10px;
|
|
6794
6882
|
}
|
|
6795
|
-
.filter-divider[data-v-
|
|
6883
|
+
.filter-divider[data-v-de2e11bc] .el-icon {
|
|
6796
6884
|
transition: transform 0.3s ease;
|
|
6797
6885
|
}.dynamic-mode-config .dynamic-row[data-v-84665bac] {
|
|
6798
6886
|
display: flex;
|
|
@@ -6988,12 +7076,12 @@ body,
|
|
|
6988
7076
|
white-space: nowrap;
|
|
6989
7077
|
overflow: hidden;
|
|
6990
7078
|
text-overflow: ellipsis;
|
|
6991
|
-
}.fec-table[data-v-
|
|
7079
|
+
}.fec-table[data-v-80e86615] {
|
|
6992
7080
|
height: 100%;
|
|
6993
7081
|
flex-grow: 1;
|
|
6994
7082
|
padding: 0 16px;
|
|
6995
7083
|
}
|
|
6996
|
-
.fec-table-container[data-v-
|
|
7084
|
+
.fec-table-container[data-v-80e86615] {
|
|
6997
7085
|
width: 100%;
|
|
6998
7086
|
background: #fff;
|
|
6999
7087
|
box-sizing: border-box;
|
|
@@ -7003,91 +7091,91 @@ body,
|
|
|
7003
7091
|
overflow: hidden;
|
|
7004
7092
|
flex-grow: 1;
|
|
7005
7093
|
}
|
|
7006
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
7094
|
+
.fec-table-container .fec-vxe-table[data-v-80e86615] {
|
|
7007
7095
|
flex: 1;
|
|
7008
7096
|
min-height: 0;
|
|
7009
7097
|
overflow: hidden;
|
|
7010
7098
|
margin-bottom: 16px;
|
|
7011
7099
|
}
|
|
7012
|
-
.fec-table-container[data-v-
|
|
7100
|
+
.fec-table-container[data-v-80e86615] .vxe-table {
|
|
7013
7101
|
font-size: 14px;
|
|
7014
7102
|
font-family: inherit;
|
|
7015
7103
|
}
|
|
7016
|
-
.fec-table-container[data-v-
|
|
7017
|
-
.fec-table-container[data-v-
|
|
7104
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-sort--asc-btn,
|
|
7105
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-sort--desc-btn {
|
|
7018
7106
|
color: #dcdcdc;
|
|
7019
7107
|
}
|
|
7020
|
-
.fec-table-container[data-v-
|
|
7021
|
-
.fec-table-container[data-v-
|
|
7108
|
+
.fec-table-container[data-v-80e86615] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
7109
|
+
.fec-table-container[data-v-80e86615] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
7022
7110
|
color: #d3edf9;
|
|
7023
7111
|
}
|
|
7024
|
-
.fec-table-container[data-v-
|
|
7112
|
+
.fec-table-container[data-v-80e86615] .vxe-table .serverSort .sort--active {
|
|
7025
7113
|
color: var(--el-color-primary);
|
|
7026
7114
|
}
|
|
7027
|
-
.fec-table-container[data-v-
|
|
7115
|
+
.fec-table-container[data-v-80e86615] .vxe-table .sort--active {
|
|
7028
7116
|
color: var(--el-color-primary);
|
|
7029
7117
|
}
|
|
7030
|
-
.fec-table-container[data-v-
|
|
7118
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--body-wrapper {
|
|
7031
7119
|
overflow: auto;
|
|
7032
7120
|
}
|
|
7033
|
-
.fec-table-container[data-v-
|
|
7034
|
-
.fec-table-container[data-v-
|
|
7035
|
-
.fec-table-container[data-v-
|
|
7121
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--body,
|
|
7122
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--header,
|
|
7123
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--footer {
|
|
7036
7124
|
width: 100% !important;
|
|
7037
7125
|
}
|
|
7038
|
-
.fec-table-container[data-v-
|
|
7126
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-header--column {
|
|
7039
7127
|
background-color: #fff;
|
|
7040
7128
|
}
|
|
7041
|
-
.fec-table-container[data-v-
|
|
7129
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-header--column .vxe-cell {
|
|
7042
7130
|
height: 40px !important;
|
|
7043
7131
|
min-height: 40px !important;
|
|
7044
7132
|
color: #333;
|
|
7045
7133
|
}
|
|
7046
|
-
.fec-table-container[data-v-
|
|
7134
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--header-inner-wrapper {
|
|
7047
7135
|
height: 40px !important;
|
|
7048
7136
|
}
|
|
7049
|
-
.fec-table-container[data-v-
|
|
7137
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-body--column .vxe-cell {
|
|
7050
7138
|
padding: 6px !important;
|
|
7051
7139
|
min-height: 32px !important;
|
|
7052
7140
|
color: #666;
|
|
7053
7141
|
font-size: 13px;
|
|
7054
7142
|
}
|
|
7055
|
-
.fec-table-container[data-v-
|
|
7056
|
-
.fec-table-container[data-v-
|
|
7143
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-body--column .c--tooltip,
|
|
7144
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-body--column .c--title {
|
|
7057
7145
|
height: 32px !important;
|
|
7058
7146
|
min-height: 32px !important;
|
|
7059
7147
|
}
|
|
7060
|
-
.fec-table-container[data-v-
|
|
7148
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--border-line {
|
|
7061
7149
|
border: none;
|
|
7062
7150
|
border-bottom: 1px solid #ebeef5;
|
|
7063
7151
|
border-top: 1px solid #ebeef5;
|
|
7064
7152
|
}
|
|
7065
|
-
.fec-table-container[data-v-
|
|
7066
|
-
.fec-table-container[data-v-
|
|
7153
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
7154
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
7067
7155
|
border: none !important;
|
|
7068
7156
|
}
|
|
7069
|
-
.fec-table-container[data-v-
|
|
7157
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
7070
7158
|
display: none !important;
|
|
7071
7159
|
}
|
|
7072
|
-
.fec-table-container[data-v-
|
|
7160
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-cell--sort {
|
|
7073
7161
|
font-size: 14px;
|
|
7074
7162
|
}
|
|
7075
|
-
.fec-table-container[data-v-
|
|
7076
|
-
.fec-table-container[data-v-
|
|
7077
|
-
.fec-table-container[data-v-
|
|
7078
|
-
.fec-table-container[data-v-
|
|
7079
|
-
.fec-table-container[data-v-
|
|
7080
|
-
.fec-table-container[data-v-
|
|
7163
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-body--column,
|
|
7164
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-footer--column,
|
|
7165
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-header--column,
|
|
7166
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-body--column,
|
|
7167
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-footer--column,
|
|
7168
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-header--column {
|
|
7081
7169
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
7082
7170
|
}
|
|
7083
|
-
.fec-table-container[data-v-
|
|
7171
|
+
.fec-table-container[data-v-80e86615] .vxe-table .el-button.is-disabled {
|
|
7084
7172
|
color: #ccc !important;
|
|
7085
7173
|
}
|
|
7086
|
-
.fec-table-container[data-v-
|
|
7087
|
-
.fec-table-container[data-v-
|
|
7174
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--scroll-x-handle-appearance,
|
|
7175
|
+
.fec-table-container[data-v-80e86615] .vxe-table .vxe-table--scroll-x-right-corner {
|
|
7088
7176
|
display: none !important;
|
|
7089
7177
|
}
|
|
7090
|
-
.fec-table-sub[data-v-
|
|
7178
|
+
.fec-table-sub[data-v-80e86615] .vxe-table .vxe-table--border-line {
|
|
7091
7179
|
border-top: none;
|
|
7092
7180
|
}
|
|
7093
7181
|
.fec-layout-card[data-v-a6236024] {
|
|
@@ -10766,7 +10854,7 @@ form fieldset select {
|
|
|
10766
10854
|
.line-selected-content[data-v-bceff215] .van-step--vertical:not(:last-child):after {
|
|
10767
10855
|
border-bottom: none;
|
|
10768
10856
|
}
|
|
10769
|
-
.route-wrapper[data-v-
|
|
10857
|
+
.route-wrapper[data-v-64154720] {
|
|
10770
10858
|
width: 100%;
|
|
10771
10859
|
height: 100%;
|
|
10772
10860
|
display: flex;
|
|
@@ -10775,22 +10863,22 @@ form fieldset select {
|
|
|
10775
10863
|
justify-content: center;
|
|
10776
10864
|
background: #f5f7fa;
|
|
10777
10865
|
}
|
|
10778
|
-
.route-wrapper[data-v-
|
|
10866
|
+
.route-wrapper[data-v-64154720] .van-empty {
|
|
10779
10867
|
height: 100%;
|
|
10780
10868
|
width: 100%;
|
|
10781
10869
|
background-color: #fff;
|
|
10782
10870
|
}
|
|
10783
|
-
.route-wrapper .route-hint[data-v-
|
|
10871
|
+
.route-wrapper .route-hint[data-v-64154720] {
|
|
10784
10872
|
color: #909399;
|
|
10785
10873
|
font-size: 14px;
|
|
10786
10874
|
}
|
|
10787
|
-
.approve-wrapper[data-v-
|
|
10875
|
+
.approve-wrapper[data-v-64154720] {
|
|
10788
10876
|
display: flex;
|
|
10789
10877
|
flex-direction: column;
|
|
10790
10878
|
width: 100%;
|
|
10791
10879
|
flex: 1;
|
|
10792
10880
|
}
|
|
10793
|
-
.approve-wrapper.tip[data-v-
|
|
10881
|
+
.approve-wrapper.tip[data-v-64154720] {
|
|
10794
10882
|
align-items: center;
|
|
10795
10883
|
justify-content: center;
|
|
10796
10884
|
color: #909399;
|