@fecp/designer 5.5.121 → 5.6.2

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.
Files changed (80) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/assets/logo.png.mjs +1 -1
  3. package/es/designer/src/components/EventConfigButton.vue.mjs +2 -2
  4. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  5. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  6. package/es/designer/src/packages/form/property/contract.vue.mjs +15 -1
  7. package/es/designer/src/packages/form/property/pageFooterBtn.vue.mjs +2 -2
  8. package/es/designer/src/packages/form/property/pageHeaderBtn.vue.mjs +2 -2
  9. package/es/designer/src/packages/form/property/widgets.vue.mjs +6 -6
  10. package/es/designer/src/packages/table/property/customBtn.vue.mjs +2 -2
  11. package/es/designer/src/packages/table/property/optBtn.vue.mjs +2 -2
  12. package/es/designer/src/packages/table/property/widgets.vue.mjs +2 -2
  13. package/es/designer.css +408 -393
  14. package/es/logo.ico +0 -0
  15. package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
  16. package/es/packages/mobile/src/components/custom/appDetail/AppDetail.vue.mjs +4 -3
  17. package/es/packages/mobile/src/components/custom/appTimeLine/AppTimeLine.vue.mjs +8 -4
  18. package/es/packages/mobile/src/components/custom/approvalBar/ApprovalBar.vue.mjs +11 -7
  19. package/es/packages/mobile/src/components/custom/approvalList/ApprovalCard.vue.mjs +3 -3
  20. package/es/packages/mobile/src/components/custom/approvalList/ApprovalList.vue.mjs +32 -22
  21. package/es/packages/mobile/src/components/custom/document/Document.vue.mjs +2 -2
  22. package/es/packages/mobile/src/components/custom/userSelect/UserSelect.vue.mjs +2 -2
  23. package/es/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.mjs +4 -3
  24. package/es/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.mjs +109 -47
  25. package/es/packages/mobile/src/components/form/search/Search.vue.mjs +1 -1
  26. package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +10 -3
  27. package/es/packages/mobile/src/components/navigation/tabs/Tabs.vue.mjs +4 -2
  28. package/es/packages/mobile/src/page.vue.mjs +3 -3
  29. package/es/packages/mobile/src/utils/datasource.mjs +1 -1
  30. package/es/packages/mobile/src/utils/idea/vue3sfc.mjs +3 -1
  31. package/es/packages/mobile/src/utils/optionUtil.mjs +1 -1
  32. package/es/packages/vue/src/components/bus/approvalHistory/timeLine.vue.mjs +1 -1
  33. package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +12 -1
  34. package/es/packages/vue/src/components/bus/flowChart/bpmnjs/component/timeline.vue.mjs +2 -2
  35. package/es/packages/vue/src/components/forms/form/Form.vue.mjs +5 -2
  36. package/es/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.mjs +2 -2
  37. package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +20 -26
  38. package/es/packages/vue/src/components/forms/userSelect/UserSelect.vue.mjs +2 -2
  39. package/es/packages/vue/src/components/table/Table.vue.mjs +5 -2
  40. package/es/packages/vue/src/components/table/TableColumn.vue.mjs +7 -9
  41. package/es/packages/vue/src/directive/auth.mjs +2 -1
  42. package/es/packages/vue/src/utils/parseRouteParams.mjs +2 -2
  43. package/lib/designer/package.json.js +1 -1
  44. package/lib/designer/src/assets/logo.png.js +1 -1
  45. package/lib/designer/src/components/EventConfigButton.vue.js +2 -2
  46. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  47. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  48. package/lib/designer/src/packages/form/property/contract.vue.js +15 -1
  49. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  50. package/lib/designer.css +408 -393
  51. package/lib/logo.ico +0 -0
  52. package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
  53. package/lib/packages/mobile/src/components/custom/appDetail/AppDetail.vue.js +4 -3
  54. package/lib/packages/mobile/src/components/custom/appTimeLine/AppTimeLine.vue.js +8 -4
  55. package/lib/packages/mobile/src/components/custom/approvalBar/ApprovalBar.vue.js +10 -6
  56. package/lib/packages/mobile/src/components/custom/approvalList/ApprovalCard.vue.js +3 -3
  57. package/lib/packages/mobile/src/components/custom/approvalList/ApprovalList.vue.js +32 -22
  58. package/lib/packages/mobile/src/components/custom/document/Document.vue.js +2 -2
  59. package/lib/packages/mobile/src/components/custom/userSelect/UserSelect.vue.js +2 -2
  60. package/lib/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.js +4 -3
  61. package/lib/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.js +109 -47
  62. package/lib/packages/mobile/src/components/form/search/Search.vue.js +1 -1
  63. package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +10 -3
  64. package/lib/packages/mobile/src/components/navigation/tabs/Tabs.vue.js +4 -2
  65. package/lib/packages/mobile/src/page.vue.js +3 -3
  66. package/lib/packages/mobile/src/utils/datasource.js +1 -1
  67. package/lib/packages/mobile/src/utils/idea/vue3sfc.js +3 -1
  68. package/lib/packages/mobile/src/utils/optionUtil.js +1 -1
  69. package/lib/packages/vue/src/components/bus/approvalHistory/timeLine.vue.js +1 -1
  70. package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +12 -1
  71. package/lib/packages/vue/src/components/bus/flowChart/bpmnjs/component/timeline.vue.js +2 -2
  72. package/lib/packages/vue/src/components/forms/form/Form.vue.js +5 -2
  73. package/lib/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.js +2 -2
  74. package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +20 -26
  75. package/lib/packages/vue/src/components/forms/userSelect/UserSelect.vue.js +2 -2
  76. package/lib/packages/vue/src/components/table/Table.vue.js +5 -2
  77. package/lib/packages/vue/src/components/table/TableColumn.vue.js +7 -9
  78. package/lib/packages/vue/src/directive/auth.js +2 -1
  79. package/lib/packages/vue/src/utils/parseRouteParams.js +2 -2
  80. package/package.json +1 -1
package/lib/designer.css CHANGED
@@ -3150,8 +3150,9 @@ to {
3150
3150
  margin-left: 5px;
3151
3151
  }
3152
3152
  .dev-root-header .logo .logo-img {
3153
- height: 32px;
3153
+ height: 24px;
3154
3154
  width: auto;
3155
+ margin-right: 6px;
3155
3156
  }
3156
3157
  .dev-root-header .dev-header-title {
3157
3158
  color: #fff;
@@ -3462,7 +3463,7 @@ to {
3462
3463
  font-size: 12px;
3463
3464
  color: #909399;
3464
3465
  margin-top: 4px;
3465
- }.form-item-hint[data-v-7ebeb42d] {
3466
+ }.form-item-hint[data-v-2745c569] {
3466
3467
  font-size: 12px;
3467
3468
  color: #909399;
3468
3469
  margin-top: 4px;
@@ -5682,6 +5683,13 @@ body,
5682
5683
  justify-content: space-between;
5683
5684
  padding: 12px 10px;
5684
5685
  }
5686
+ .flowTimeline .openTask .appAssignee {
5687
+ white-space: nowrap;
5688
+ overflow: hidden;
5689
+ text-overflow: ellipsis;
5690
+ flex: 1;
5691
+ margin-right: 12px;
5692
+ }
5685
5693
  .flowTimeline .openTask.sign {
5686
5694
  border-bottom: var(--el-border);
5687
5695
  }
@@ -5753,102 +5761,109 @@ body,
5753
5761
  right: 20px;
5754
5762
  }
5755
5763
 
5756
- .flowChartTimeline[data-v-0ce0023b] {
5764
+ .flowChartTimeline[data-v-c69109fb] {
5757
5765
  width: 100%;
5758
5766
  height: 100%;
5759
5767
  }
5760
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__content {
5768
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__content {
5761
5769
  margin: 0;
5762
5770
  }
5763
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__wrapper {
5771
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__wrapper {
5764
5772
  padding-left: 22px;
5765
5773
  }
5766
- .flowChartTimeline[data-v-0ce0023b] .el-timeline {
5774
+ .flowChartTimeline[data-v-c69109fb] .el-timeline {
5767
5775
  padding: 0px;
5768
5776
  }
5769
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__tail {
5777
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__tail {
5770
5778
  border-left: 2px dotted #e4e7ed;
5771
5779
  display: block !important;
5772
5780
  }
5773
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__node {
5781
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__node {
5774
5782
  left: 0px;
5775
5783
  width: 10px;
5776
5784
  height: 10px;
5777
5785
  }
5778
- .flowChartTimeline[data-v-0ce0023b] .el-timeline-item__node.el-timeline-item__node--large {
5786
+ .flowChartTimeline[data-v-c69109fb] .el-timeline-item__node.el-timeline-item__node--large {
5779
5787
  left: 0px;
5780
5788
  width: 14px;
5781
5789
  height: 14px;
5782
5790
  top: 0px;
5783
5791
  }
5784
- .flowChartTimeline .header[data-v-0ce0023b] {
5792
+ .flowChartTimeline .header[data-v-c69109fb] {
5785
5793
  display: flex;
5786
5794
  flex-direction: column;
5787
5795
  }
5788
- .flowChartTimeline .header .nodeName[data-v-0ce0023b] {
5796
+ .flowChartTimeline .header .nodeName[data-v-c69109fb] {
5789
5797
  font-size: 15px;
5790
5798
  color: #666;
5791
5799
  font-weight: bold;
5792
5800
  margin-bottom: 0px;
5793
5801
  margin-top: 0px;
5794
5802
  }
5795
- .flowChartTimeline .header .createTime[data-v-0ce0023b] {
5803
+ .flowChartTimeline .header .createTime[data-v-c69109fb] {
5796
5804
  font-size: 13px;
5797
5805
  color: #666;
5798
5806
  margin-bottom: 4px;
5799
5807
  }
5800
- .flowChartTimeline .content[data-v-0ce0023b],
5801
- .flowChartTimeline .appContent[data-v-0ce0023b] {
5808
+ .flowChartTimeline .content[data-v-c69109fb],
5809
+ .flowChartTimeline .appContent[data-v-c69109fb] {
5802
5810
  padding: 10px;
5803
5811
  border: var(--el-border);
5804
5812
  border-radius: 4px;
5805
5813
  }
5806
- .flowChartTimeline .signContent .content[data-v-0ce0023b] {
5814
+ .flowChartTimeline .signContent .content[data-v-c69109fb] {
5807
5815
  margin-bottom: 15px;
5808
5816
  }
5809
- .flowChartTimeline .app-header .duration[data-v-0ce0023b],
5810
- .flowChartTimeline .openTask .duration[data-v-0ce0023b] {
5817
+ .flowChartTimeline .app-header .duration[data-v-c69109fb],
5818
+ .flowChartTimeline .openTask .duration[data-v-c69109fb] {
5811
5819
  color: #909399;
5812
5820
  font-size: 13px;
5813
5821
  float: right;
5814
5822
  }
5815
- .flowChartTimeline .app-header .approveType[data-v-0ce0023b] {
5823
+ .flowTimeline .openTask .appAssignee[data-v-c69109fb] {
5824
+ white-space: nowrap;
5825
+ overflow: hidden;
5826
+ text-overflow: ellipsis;
5827
+ flex: 1;
5828
+ margin-right: 12px;
5829
+ }
5830
+ .flowChartTimeline .app-header .approveType[data-v-c69109fb] {
5816
5831
  border: 1px dashed var(--el-color-primary);
5817
5832
  color: var(--el-color-primary);
5818
5833
  background: #f5f5f5;
5819
5834
  border-radius: 4px;
5820
5835
  padding: 2px 6px;
5821
5836
  }
5822
- .flowChartTimeline .apping[data-v-0ce0023b] {
5837
+ .flowChartTimeline .apping[data-v-c69109fb] {
5823
5838
  color: var(--el-color-primary);
5824
5839
  }
5825
- .flowChartTimeline .openTask[data-v-0ce0023b] {
5840
+ .flowChartTimeline .openTask[data-v-c69109fb] {
5826
5841
  display: flex;
5827
5842
  align-items: center;
5828
5843
  justify-content: space-between;
5829
5844
  padding: 12px 10px;
5830
5845
  }
5831
- .flowChartTimeline .openTask.sign[data-v-0ce0023b] {
5846
+ .flowChartTimeline .openTask.sign[data-v-c69109fb] {
5832
5847
  border-bottom: var(--el-border);
5833
5848
  }
5834
- .flowChartTimeline .openTask.sign[data-v-0ce0023b]:last-child {
5849
+ .flowChartTimeline .openTask.sign[data-v-c69109fb]:last-child {
5835
5850
  border-bottom: none;
5836
5851
  }
5837
- .flowChartTimeline .app-footer .endTime[data-v-0ce0023b] {
5852
+ .flowChartTimeline .app-footer .endTime[data-v-c69109fb] {
5838
5853
  color: #909399;
5839
5854
  font-size: 13px;
5840
5855
  }
5841
- .flowChartTimeline .app-footer .endTime i[data-v-0ce0023b] {
5856
+ .flowChartTimeline .app-footer .endTime i[data-v-c69109fb] {
5842
5857
  margin-right: 5px;
5843
5858
  }
5844
- .flowChartTimeline .app-footer .assignee[data-v-0ce0023b] {
5859
+ .flowChartTimeline .app-footer .assignee[data-v-c69109fb] {
5845
5860
  color: #909399;
5846
5861
  font-size: 13px;
5847
5862
  float: right;
5848
5863
  display: flex;
5849
5864
  align-items: center;
5850
5865
  }
5851
- .flowChartTimeline .app-footer .assignee-name[data-v-0ce0023b] {
5866
+ .flowChartTimeline .app-footer .assignee-name[data-v-c69109fb] {
5852
5867
  font-size: 15px;
5853
5868
  color: #000;
5854
5869
  font-weight: bold;
@@ -5862,17 +5877,17 @@ body,
5862
5877
  background: #f5f5f5;
5863
5878
  border-radius: 4px;
5864
5879
  }
5865
- .flowChartTimeline .app-content[data-v-0ce0023b],
5866
- .flowChartTimeline .app-header[data-v-0ce0023b],
5867
- .flowChartTimeline .app-footer[data-v-0ce0023b] {
5880
+ .flowChartTimeline .app-content[data-v-c69109fb],
5881
+ .flowChartTimeline .app-header[data-v-c69109fb],
5882
+ .flowChartTimeline .app-footer[data-v-c69109fb] {
5868
5883
  line-height: 30px;
5869
5884
  padding: 0 10px;
5870
5885
  }
5871
- .flowChartTimeline .app-content[data-v-0ce0023b],
5872
- .flowChartTimeline .app-header[data-v-0ce0023b] {
5886
+ .flowChartTimeline .app-content[data-v-c69109fb],
5887
+ .flowChartTimeline .app-header[data-v-c69109fb] {
5873
5888
  margin-bottom: 10px;
5874
5889
  }
5875
- .flowChartTimeline .app-content .approveIdea[data-v-0ce0023b] {
5890
+ .flowChartTimeline .app-content .approveIdea[data-v-c69109fb] {
5876
5891
  min-height: 30px;
5877
5892
  background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
5878
5893
  background-size: 100% 30px;
@@ -6042,15 +6057,15 @@ body,
6042
6057
  [data-v-fef25575] .el-upload-dragger {
6043
6058
  padding: 20px;
6044
6059
  }
6045
- .text-field-wrapper[data-v-0cc70898] {
6060
+ .text-field-wrapper[data-v-06dfa7f6] {
6046
6061
  width: 100%;
6047
6062
  }
6048
- .prefix-content[data-v-0cc70898],
6049
- .suffix-content[data-v-0cc70898] {
6063
+ .prefix-content[data-v-06dfa7f6],
6064
+ .suffix-content[data-v-06dfa7f6] {
6050
6065
  color: #909399;
6051
6066
  font-size: 14px;
6052
6067
  }
6053
- .data-masking[data-v-0cc70898] {
6068
+ .data-masking[data-v-06dfa7f6] {
6054
6069
  margin-top: 4px;
6055
6070
  padding: 8px;
6056
6071
  background: #f5f7fa;
@@ -6058,27 +6073,27 @@ body,
6058
6073
  font-size: 12px;
6059
6074
  color: #909399;
6060
6075
  }
6061
- [data-v-0cc70898] .el-input-group__append {
6076
+ [data-v-06dfa7f6] .el-input-group__append {
6062
6077
  background-color: #409eff;
6063
6078
  color: #fff;
6064
6079
  padding: 0 18px;
6065
6080
  box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
6066
6081
  }
6067
- [data-v-0cc70898] .el-input-group__append:hover {
6082
+ [data-v-06dfa7f6] .el-input-group__append:hover {
6068
6083
  background-color: #79bbff;
6069
6084
  border-color: #79bbff;
6070
6085
  color: #fff;
6071
6086
  outline: none;
6072
6087
  box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
6073
- }.text-field-wrapper[data-v-3f845d75] {
6088
+ }.text-field-wrapper[data-v-aacdc4d9] {
6074
6089
  width: 100%;
6075
6090
  }
6076
- .prefix-content[data-v-3f845d75],
6077
- .suffix-content[data-v-3f845d75] {
6091
+ .prefix-content[data-v-aacdc4d9],
6092
+ .suffix-content[data-v-aacdc4d9] {
6078
6093
  color: #909399;
6079
6094
  font-size: 14px;
6080
6095
  }
6081
- .data-masking[data-v-3f845d75] {
6096
+ .data-masking[data-v-aacdc4d9] {
6082
6097
  margin-top: 4px;
6083
6098
  padding: 8px;
6084
6099
  background: #f5f7fa;
@@ -6086,13 +6101,13 @@ body,
6086
6101
  font-size: 12px;
6087
6102
  color: #909399;
6088
6103
  }
6089
- [data-v-3f845d75] .el-input-group__append {
6104
+ [data-v-aacdc4d9] .el-input-group__append {
6090
6105
  background-color: #409eff;
6091
6106
  color: #fff;
6092
6107
  padding: 0 18px;
6093
6108
  box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
6094
6109
  }
6095
- [data-v-3f845d75] .el-input-group__append:hover {
6110
+ [data-v-aacdc4d9] .el-input-group__append:hover {
6096
6111
  background-color: #79bbff;
6097
6112
  border-color: #79bbff;
6098
6113
  color: #fff;
@@ -6273,15 +6288,15 @@ body,
6273
6288
  align-items: center;
6274
6289
  flex-wrap: nowrap;
6275
6290
  }
6276
- .fec-form[data-v-48f97717] {
6291
+ .fec-form[data-v-3ee0473d] {
6277
6292
  height: 100%;
6278
6293
  }
6279
- .fec-form.inMinApp[data-v-48f97717] {
6294
+ .fec-form.inMinApp[data-v-3ee0473d] {
6280
6295
  height: 0px;
6281
6296
  flex: 1;
6282
6297
  padding: 8px;
6283
6298
  }
6284
- .fec-form-col[data-v-48f97717] {
6299
+ .fec-form-col[data-v-3ee0473d] {
6285
6300
  padding: 0px !important;
6286
6301
  display: flex !important;
6287
6302
  flex-direction: column;
@@ -6290,22 +6305,22 @@ body,
6290
6305
  overflow: hidden;
6291
6306
  flex: auto !important;
6292
6307
  }
6293
- [data-v-48f97717] .vgl-layout {
6308
+ [data-v-3ee0473d] .vgl-layout {
6294
6309
  position: relative;
6295
6310
  }
6296
- [data-v-48f97717] .vgl-item {
6311
+ [data-v-3ee0473d] .vgl-item {
6297
6312
  transition: none;
6298
6313
  }
6299
- [data-v-48f97717] .vgl-item > .el-form-item {
6314
+ [data-v-3ee0473d] .vgl-item > .el-form-item {
6300
6315
  width: 100%;
6301
6316
  padding: 6px 8px 0 8px;
6302
6317
  height: calc(100% - 15px);
6303
6318
  display: flex;
6304
6319
  }
6305
- [data-v-48f97717] .vgl-item > .el-form-item.el-form-item--label-top {
6320
+ [data-v-3ee0473d] .vgl-item > .el-form-item.el-form-item--label-top {
6306
6321
  flex-direction: column;
6307
6322
  }
6308
- [data-v-48f97717] .vgl-item > .el-form-item .el-form-item__label {
6323
+ [data-v-3ee0473d] .vgl-item > .el-form-item .el-form-item__label {
6309
6324
  line-height: 20px;
6310
6325
  display: inline-flex;
6311
6326
  align-items: center;
@@ -6318,107 +6333,107 @@ body,
6318
6333
  min-width: 80px;
6319
6334
  flex-shrink: 0;
6320
6335
  }
6321
- [data-v-48f97717] .vgl-item > .el-form-item {
6336
+ [data-v-3ee0473d] .vgl-item > .el-form-item {
6322
6337
  /* .el-form-item__error {
6323
6338
  padding-top: 10px;
6324
6339
  } */
6325
6340
  }
6326
- [data-v-48f97717] .vgl-item > .el-form-item .el-input__wrapper {
6341
+ [data-v-3ee0473d] .vgl-item > .el-form-item .el-input__wrapper {
6327
6342
  padding: 1px 12px;
6328
6343
  }
6329
- [data-v-48f97717] .vgl-item > .el-container {
6344
+ [data-v-3ee0473d] .vgl-item > .el-container {
6330
6345
  height: auto !important;
6331
6346
  }
6332
6347
  @media (min-width: 1720px) {
6333
- [data-v-48f97717] .vgl-item .el-form-item__label {
6348
+ [data-v-3ee0473d] .vgl-item .el-form-item__label {
6334
6349
  max-width: 160px !important;
6335
6350
  }
6336
- [data-v-48f97717] .vgl-item .el-form-item {
6351
+ [data-v-3ee0473d] .vgl-item .el-form-item {
6337
6352
  padding: 6px 8px 0 8px !important;
6338
6353
  }
6339
- [data-v-48f97717] .vgl-item .el-form-item .el-input__wrapper {
6354
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
6340
6355
  padding: 1px 12px;
6341
6356
  }
6342
- [data-v-48f97717] .vgl-item .el-form-item .el-select__wrapper {
6357
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
6343
6358
  padding: 8px 12px;
6344
6359
  }
6345
- .fec-el-form[data-v-48f97717] {
6360
+ .fec-el-form[data-v-3ee0473d] {
6346
6361
  padding: 12px !important;
6347
6362
  }
6348
6363
  }
6349
6364
  /* 标准 PC(1200px ~ 1439px)*/
6350
6365
  @media (min-width: 1366px) and (max-width: 1719px) {
6351
- [data-v-48f97717] .vgl-item .el-form-item__label {
6366
+ [data-v-3ee0473d] .vgl-item .el-form-item__label {
6352
6367
  max-width: 130px !important;
6353
6368
  padding-right: 6px !important;
6354
6369
  }
6355
- [data-v-48f97717] .vgl-item .el-form-item {
6370
+ [data-v-3ee0473d] .vgl-item .el-form-item {
6356
6371
  padding: 6px 0 0 0 !important;
6357
6372
  }
6358
- [data-v-48f97717] .vgl-item .el-form-item .el-input__wrapper {
6373
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
6359
6374
  padding: 1px 8px;
6360
6375
  }
6361
- [data-v-48f97717] .vgl-item .el-form-item .el-select__wrapper {
6376
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
6362
6377
  padding: 8px 8px;
6363
6378
  }
6364
- .fec-el-form[data-v-48f97717] {
6379
+ .fec-el-form[data-v-3ee0473d] {
6365
6380
  padding: 8px !important;
6366
6381
  }
6367
6382
  }
6368
6383
  /* 2. 标准 PC 992px ~ 1199px */
6369
6384
  @media (min-width: 992px) and (max-width: 1365px) {
6370
- [data-v-48f97717] .vgl-item .el-form-item__label {
6385
+ [data-v-3ee0473d] .vgl-item .el-form-item__label {
6371
6386
  max-width: 125px !important;
6372
6387
  padding-right: 4px !important;
6373
6388
  }
6374
- [data-v-48f97717] .vgl-item .el-form-item {
6389
+ [data-v-3ee0473d] .vgl-item .el-form-item {
6375
6390
  padding: 0 !important;
6376
6391
  }
6377
- [data-v-48f97717] .vgl-item .el-form-item .el-input__wrapper {
6392
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
6378
6393
  padding: 1px 6px;
6379
6394
  }
6380
- [data-v-48f97717] .vgl-item .el-form-item .el-select__wrapper {
6395
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
6381
6396
  padding: 8px 6px;
6382
6397
  }
6383
- .fec-el-form[data-v-48f97717] {
6398
+ .fec-el-form[data-v-3ee0473d] {
6384
6399
  padding: 6px !important;
6385
6400
  }
6386
6401
  }
6387
6402
  /* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
6388
6403
  @media (max-width: 991px) and (min-width: 768px) {
6389
- [data-v-48f97717] .vgl-item .el-form-item__label {
6404
+ [data-v-3ee0473d] .vgl-item .el-form-item__label {
6390
6405
  max-width: 100px !important;
6391
6406
  padding-right: 4px !important;
6392
6407
  }
6393
- [data-v-48f97717] .vgl-item .el-form-item {
6408
+ [data-v-3ee0473d] .vgl-item .el-form-item {
6394
6409
  padding: 0 !important;
6395
6410
  }
6396
- [data-v-48f97717] .vgl-item .el-form-item .el-input__wrapper {
6411
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
6397
6412
  padding: 1px 4px;
6398
6413
  }
6399
- [data-v-48f97717] .vgl-item .el-form-item .el-select__wrapper {
6414
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
6400
6415
  padding: 8px 4px;
6401
6416
  }
6402
- .fec-el-form[data-v-48f97717] {
6417
+ .fec-el-form[data-v-3ee0473d] {
6403
6418
  padding: 6px !important;
6404
6419
  }
6405
6420
  }
6406
6421
  /* 超小屏 <768px */
6407
6422
  @media (max-width: 767px) {
6408
- [data-v-48f97717] .vgl-item .el-form-item__label {
6423
+ [data-v-3ee0473d] .vgl-item .el-form-item__label {
6409
6424
  max-width: 80px !important;
6410
6425
  padding-right: 4px !important;
6411
6426
  }
6412
- [data-v-48f97717] .vgl-item .el-form-item {
6427
+ [data-v-3ee0473d] .vgl-item .el-form-item {
6413
6428
  padding: 0 !important;
6414
6429
  }
6415
- [data-v-48f97717] .vgl-item .el-form-item .el-input__wrapper {
6430
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-input__wrapper {
6416
6431
  padding: 1px 2px;
6417
6432
  }
6418
- [data-v-48f97717] .vgl-item .el-form-item .el-select__wrapper {
6433
+ [data-v-3ee0473d] .vgl-item .el-form-item .el-select__wrapper {
6419
6434
  padding: 8px 2px;
6420
6435
  }
6421
- .fec-el-form[data-v-48f97717] {
6436
+ .fec-el-form[data-v-3ee0473d] {
6422
6437
  padding: 6px !important;
6423
6438
  }
6424
6439
  }.table-pagination[data-v-142fdd35] {
@@ -6477,10 +6492,10 @@ body,
6477
6492
  border-radius: 5px;
6478
6493
  margin-right: 12px;
6479
6494
  margin-top: 2px;
6480
- }.cell-content .cell-text[data-v-7b218935] {
6495
+ }.cell-content .cell-text[data-v-fac941fe] {
6481
6496
  display: inline-block;
6482
6497
  }
6483
- .cell-content .copy-icon[data-v-7b218935] {
6498
+ .cell-content .copy-icon[data-v-fac941fe] {
6484
6499
  cursor: pointer;
6485
6500
  color: #909399;
6486
6501
  font-size: 14px;
@@ -6488,13 +6503,13 @@ body,
6488
6503
  top: 4px;
6489
6504
  margin-left: 4px;
6490
6505
  }
6491
- .cell-content .copy-icon[data-v-7b218935]:hover {
6506
+ .cell-content .copy-icon[data-v-fac941fe]:hover {
6492
6507
  color: #409eff;
6493
6508
  }
6494
- .cell-link[data-v-7b218935] {
6509
+ .cell-link[data-v-fac941fe] {
6495
6510
  max-width: 100%;
6496
6511
  }
6497
- .cell-link[data-v-7b218935] .el-link__inner {
6512
+ .cell-link[data-v-fac941fe] .el-link__inner {
6498
6513
  display: inline-block;
6499
6514
  max-width: 100%;
6500
6515
  overflow: hidden;
@@ -6795,12 +6810,12 @@ body,
6795
6810
  white-space: nowrap;
6796
6811
  overflow: hidden;
6797
6812
  text-overflow: ellipsis;
6798
- }.fec-table[data-v-199fae66] {
6813
+ }.fec-table[data-v-7f4898b0] {
6799
6814
  height: 100%;
6800
6815
  flex-grow: 1;
6801
6816
  padding: 0 16px;
6802
6817
  }
6803
- .fec-table-container[data-v-199fae66] {
6818
+ .fec-table-container[data-v-7f4898b0] {
6804
6819
  width: 100%;
6805
6820
  background: #fff;
6806
6821
  box-sizing: border-box;
@@ -6810,91 +6825,91 @@ body,
6810
6825
  overflow: hidden;
6811
6826
  flex-grow: 1;
6812
6827
  }
6813
- .fec-table-container .fec-vxe-table[data-v-199fae66] {
6828
+ .fec-table-container .fec-vxe-table[data-v-7f4898b0] {
6814
6829
  flex: 1;
6815
6830
  min-height: 0;
6816
6831
  overflow: hidden;
6817
6832
  margin-bottom: 16px;
6818
6833
  }
6819
- .fec-table-container[data-v-199fae66] .vxe-table {
6834
+ .fec-table-container[data-v-7f4898b0] .vxe-table {
6820
6835
  font-size: 14px;
6821
6836
  font-family: inherit;
6822
6837
  }
6823
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-sort--asc-btn,
6824
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-sort--desc-btn {
6838
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-sort--asc-btn,
6839
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-sort--desc-btn {
6825
6840
  color: #dcdcdc;
6826
6841
  }
6827
- .fec-table-container[data-v-199fae66] .vxe-table .serverSort .vxe-sort--asc-btn,
6828
- .fec-table-container[data-v-199fae66] .vxe-table .serverSort .vxe-sort--desc-btn {
6842
+ .fec-table-container[data-v-7f4898b0] .vxe-table .serverSort .vxe-sort--asc-btn,
6843
+ .fec-table-container[data-v-7f4898b0] .vxe-table .serverSort .vxe-sort--desc-btn {
6829
6844
  color: #d3edf9;
6830
6845
  }
6831
- .fec-table-container[data-v-199fae66] .vxe-table .serverSort .sort--active {
6846
+ .fec-table-container[data-v-7f4898b0] .vxe-table .serverSort .sort--active {
6832
6847
  color: var(--el-color-primary);
6833
6848
  }
6834
- .fec-table-container[data-v-199fae66] .vxe-table .sort--active {
6849
+ .fec-table-container[data-v-7f4898b0] .vxe-table .sort--active {
6835
6850
  color: var(--el-color-primary);
6836
6851
  }
6837
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--body-wrapper {
6852
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--body-wrapper {
6838
6853
  overflow: auto;
6839
6854
  }
6840
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--body,
6841
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--header,
6842
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--footer {
6855
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--body,
6856
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--header,
6857
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--footer {
6843
6858
  width: 100% !important;
6844
6859
  }
6845
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-header--column {
6860
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-header--column {
6846
6861
  background-color: #fff;
6847
6862
  }
6848
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-header--column .vxe-cell {
6863
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-header--column .vxe-cell {
6849
6864
  height: 40px !important;
6850
6865
  min-height: 40px !important;
6851
6866
  color: #333;
6852
6867
  }
6853
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--header-inner-wrapper {
6868
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--header-inner-wrapper {
6854
6869
  height: 40px !important;
6855
6870
  }
6856
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column .vxe-cell {
6871
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column .vxe-cell {
6857
6872
  padding: 6px !important;
6858
6873
  min-height: 32px !important;
6859
6874
  color: #666;
6860
6875
  font-size: 13px;
6861
6876
  }
6862
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column .c--tooltip,
6863
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column .c--title {
6877
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column .c--tooltip,
6878
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column .c--title {
6864
6879
  height: 32px !important;
6865
6880
  min-height: 32px !important;
6866
6881
  }
6867
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--border-line {
6882
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--border-line {
6868
6883
  border: none;
6869
6884
  border-bottom: 1px solid #ebeef5;
6870
6885
  border-top: 1px solid #ebeef5;
6871
6886
  }
6872
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-y-handle-appearance,
6873
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-y-wrapper:after {
6887
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-y-handle-appearance,
6888
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-y-wrapper:after {
6874
6889
  border: none !important;
6875
6890
  }
6876
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-y-top-corner {
6891
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-y-top-corner {
6877
6892
  display: none !important;
6878
6893
  }
6879
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-cell--sort {
6894
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-cell--sort {
6880
6895
  font-size: 14px;
6881
6896
  }
6882
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column,
6883
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-footer--column,
6884
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-header--column,
6885
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-body--column,
6886
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-footer--column,
6887
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-header--column {
6897
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column,
6898
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-footer--column,
6899
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-header--column,
6900
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-body--column,
6901
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-footer--column,
6902
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-header--column {
6888
6903
  background-image: linear-gradient(#ebeef5, #ebeef5) !important;
6889
6904
  }
6890
- .fec-table-container[data-v-199fae66] .vxe-table .el-button.is-disabled {
6905
+ .fec-table-container[data-v-7f4898b0] .vxe-table .el-button.is-disabled {
6891
6906
  color: #ccc !important;
6892
6907
  }
6893
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-x-handle-appearance,
6894
- .fec-table-container[data-v-199fae66] .vxe-table .vxe-table--scroll-x-right-corner {
6908
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-x-handle-appearance,
6909
+ .fec-table-container[data-v-7f4898b0] .vxe-table .vxe-table--scroll-x-right-corner {
6895
6910
  display: none !important;
6896
6911
  }
6897
- .fec-table-sub[data-v-199fae66] .vxe-table .vxe-table--border-line {
6912
+ .fec-table-sub[data-v-7f4898b0] .vxe-table .vxe-table--border-line {
6898
6913
  border-top: none;
6899
6914
  }
6900
6915
  .fec-layout-card[data-v-a6236024] {
@@ -7099,17 +7114,17 @@ body,
7099
7114
  min-height: 60px;
7100
7115
  }
7101
7116
 
7102
- .fec-card-list[data-v-68f16109] {
7117
+ .fec-card-list[data-v-13759ee7] {
7103
7118
  flex: 1;
7104
7119
  overflow: auto;
7105
7120
  /* 隐藏滚动条 - 核心代码 */
7106
7121
  -ms-overflow-style: none; /* IE 和 Edge */
7107
7122
  scrollbar-width: none; /* Firefox */
7108
7123
  }
7109
- .fec-card-list[data-v-68f16109]::-webkit-scrollbar {
7124
+ .fec-card-list[data-v-13759ee7]::-webkit-scrollbar {
7110
7125
  display: none;
7111
7126
  }
7112
- .fec-card-list[data-v-68f16109] .fec-card {
7127
+ .fec-card-list[data-v-13759ee7] .fec-card {
7113
7128
  margin-bottom: 0;
7114
7129
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
7115
7130
  }.van-grid{display:flex;flex-wrap:wrap}
@@ -7298,7 +7313,7 @@ body,
7298
7313
  position: absolute;
7299
7314
  text-align: center;
7300
7315
  bottom: 0px;
7301
- }.stat-card[data-v-69ffb999] {
7316
+ }.stat-card[data-v-1c07f859] {
7302
7317
  background: #ffffff;
7303
7318
  margin: 0 12px 10px;
7304
7319
  border-radius: 16px;
@@ -7308,8 +7323,8 @@ body,
7308
7323
  display: flex;
7309
7324
  flex-direction: column;
7310
7325
  }
7311
- .stat-loading[data-v-69ffb999],
7312
- .stat-empty[data-v-69ffb999] {
7326
+ .stat-loading[data-v-1c07f859],
7327
+ .stat-empty[data-v-1c07f859] {
7313
7328
  display: flex;
7314
7329
  align-items: center;
7315
7330
  justify-content: center;
@@ -7317,7 +7332,7 @@ body,
7317
7332
  color: #999;
7318
7333
  font-size: 13px;
7319
7334
  }
7320
- .stat-hero[data-v-69ffb999] {
7335
+ .stat-hero[data-v-1c07f859] {
7321
7336
  display: flex;
7322
7337
  align-items: flex-start;
7323
7338
  gap: 10px;
@@ -7327,7 +7342,7 @@ body,
7327
7342
  position: relative;
7328
7343
  overflow: hidden;
7329
7344
  }
7330
- .stat-hero[data-v-69ffb999]::after {
7345
+ .stat-hero[data-v-1c07f859]::after {
7331
7346
  content: "";
7332
7347
  position: absolute;
7333
7348
  right: -16px;
@@ -7339,103 +7354,103 @@ body,
7339
7354
  background: currentColor;
7340
7355
  pointer-events: none;
7341
7356
  }
7342
- .stat-hero--blue[data-v-69ffb999] {
7357
+ .stat-hero--blue[data-v-1c07f859] {
7343
7358
  background: linear-gradient(135deg, #eaf1fe 0%, #dce6fa 100%);
7344
7359
  }
7345
- .stat-hero--blue .stat-hero-dot[data-v-69ffb999] {
7360
+ .stat-hero--blue .stat-hero-dot[data-v-1c07f859] {
7346
7361
  background: #2b6de8;
7347
7362
  }
7348
- .stat-hero--blue .stat-hero-label[data-v-69ffb999] {
7363
+ .stat-hero--blue .stat-hero-label[data-v-1c07f859] {
7349
7364
  color: #3a6bcb;
7350
7365
  }
7351
- .stat-hero--blue[data-v-69ffb999]::after {
7366
+ .stat-hero--blue[data-v-1c07f859]::after {
7352
7367
  color: #2b6de8;
7353
7368
  }
7354
- .stat-hero--purple[data-v-69ffb999] {
7369
+ .stat-hero--purple[data-v-1c07f859] {
7355
7370
  background: linear-gradient(135deg, #f3edff 0%, #e9defa 100%);
7356
7371
  }
7357
- .stat-hero--purple .stat-hero-dot[data-v-69ffb999] {
7372
+ .stat-hero--purple .stat-hero-dot[data-v-1c07f859] {
7358
7373
  background: #7c3aed;
7359
7374
  }
7360
- .stat-hero--purple .stat-hero-label[data-v-69ffb999] {
7375
+ .stat-hero--purple .stat-hero-label[data-v-1c07f859] {
7361
7376
  color: #6d4dc4;
7362
7377
  }
7363
- .stat-hero--purple[data-v-69ffb999]::after {
7378
+ .stat-hero--purple[data-v-1c07f859]::after {
7364
7379
  color: #7c3aed;
7365
7380
  }
7366
- .stat-hero--mint[data-v-69ffb999] {
7381
+ .stat-hero--mint[data-v-1c07f859] {
7367
7382
  background: linear-gradient(135deg, #e4f7f0 0%, #d3f0e5 100%);
7368
7383
  }
7369
- .stat-hero--mint .stat-hero-dot[data-v-69ffb999] {
7384
+ .stat-hero--mint .stat-hero-dot[data-v-1c07f859] {
7370
7385
  background: #0fa57e;
7371
7386
  }
7372
- .stat-hero--mint .stat-hero-label[data-v-69ffb999] {
7387
+ .stat-hero--mint .stat-hero-label[data-v-1c07f859] {
7373
7388
  color: #1d8a64;
7374
7389
  }
7375
- .stat-hero--mint[data-v-69ffb999]::after {
7390
+ .stat-hero--mint[data-v-1c07f859]::after {
7376
7391
  color: #0fa57e;
7377
7392
  }
7378
- .stat-hero--orange[data-v-69ffb999] {
7393
+ .stat-hero--orange[data-v-1c07f859] {
7379
7394
  background: linear-gradient(135deg, #fef3e5 0%, #fde9d0 100%);
7380
7395
  }
7381
- .stat-hero--orange .stat-hero-dot[data-v-69ffb999] {
7396
+ .stat-hero--orange .stat-hero-dot[data-v-1c07f859] {
7382
7397
  background: #f08318;
7383
7398
  }
7384
- .stat-hero--orange .stat-hero-label[data-v-69ffb999] {
7399
+ .stat-hero--orange .stat-hero-label[data-v-1c07f859] {
7385
7400
  color: #c57312;
7386
7401
  }
7387
- .stat-hero--orange[data-v-69ffb999]::after {
7402
+ .stat-hero--orange[data-v-1c07f859]::after {
7388
7403
  color: #f08318;
7389
7404
  }
7390
- .stat-hero--mist[data-v-69ffb999] {
7405
+ .stat-hero--mist[data-v-1c07f859] {
7391
7406
  background: linear-gradient(135deg, #eaf3f6 0%, #dce9ef 100%);
7392
7407
  }
7393
- .stat-hero--mist .stat-hero-dot[data-v-69ffb999] {
7408
+ .stat-hero--mist .stat-hero-dot[data-v-1c07f859] {
7394
7409
  background: #6b9aaa;
7395
7410
  }
7396
- .stat-hero--mist .stat-hero-label[data-v-69ffb999] {
7411
+ .stat-hero--mist .stat-hero-label[data-v-1c07f859] {
7397
7412
  color: #4d7a89;
7398
7413
  }
7399
- .stat-hero--mist[data-v-69ffb999]::after {
7414
+ .stat-hero--mist[data-v-1c07f859]::after {
7400
7415
  color: #6b9aaa;
7401
7416
  }
7402
- .stat-hero--rose[data-v-69ffb999] {
7417
+ .stat-hero--rose[data-v-1c07f859] {
7403
7418
  background: linear-gradient(135deg, #fce9ed 0%, #fadce3 100%);
7404
7419
  }
7405
- .stat-hero--rose .stat-hero-dot[data-v-69ffb999] {
7420
+ .stat-hero--rose .stat-hero-dot[data-v-1c07f859] {
7406
7421
  background: #e04466;
7407
7422
  }
7408
- .stat-hero--rose .stat-hero-label[data-v-69ffb999] {
7423
+ .stat-hero--rose .stat-hero-label[data-v-1c07f859] {
7409
7424
  color: #c4345c;
7410
7425
  }
7411
- .stat-hero--rose[data-v-69ffb999]::after {
7426
+ .stat-hero--rose[data-v-1c07f859]::after {
7412
7427
  color: #e04466;
7413
7428
  }
7414
- .stat-hero-dot[data-v-69ffb999] {
7429
+ .stat-hero-dot[data-v-1c07f859] {
7415
7430
  width: 10px;
7416
7431
  height: 10px;
7417
7432
  border-radius: 50%;
7418
7433
  margin-top: 3px;
7419
7434
  flex-shrink: 0;
7420
7435
  }
7421
- .stat-hero-body[data-v-69ffb999] {
7436
+ .stat-hero-body[data-v-1c07f859] {
7422
7437
  flex: 1;
7423
7438
  min-width: 0;
7424
7439
  position: relative;
7425
7440
  z-index: 1;
7426
7441
  }
7427
- .stat-hero-label[data-v-69ffb999] {
7442
+ .stat-hero-label[data-v-1c07f859] {
7428
7443
  font-size: 12px;
7429
7444
  font-weight: 500;
7430
7445
  margin-bottom: 8px;
7431
7446
  letter-spacing: 0.3px;
7432
7447
  }
7433
- .stat-hero-num[data-v-69ffb999] {
7448
+ .stat-hero-num[data-v-1c07f859] {
7434
7449
  display: flex;
7435
7450
  align-items: baseline;
7436
7451
  line-height: 1;
7437
7452
  }
7438
- .stat-hero-value[data-v-69ffb999] {
7453
+ .stat-hero-value[data-v-1c07f859] {
7439
7454
  font-size: 34px;
7440
7455
  font-weight: 700;
7441
7456
  font-family: "DIN Alternate", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
@@ -7447,29 +7462,29 @@ body,
7447
7462
  text-overflow: ellipsis;
7448
7463
  white-space: nowrap;
7449
7464
  }
7450
- .stat-hero-value[data-len="5"][data-v-69ffb999], .stat-hero-value[data-len="6"][data-v-69ffb999] {
7465
+ .stat-hero-value[data-len="5"][data-v-1c07f859], .stat-hero-value[data-len="6"][data-v-1c07f859] {
7451
7466
  font-size: 26px;
7452
7467
  }
7453
- .stat-hero-value[data-len="7"][data-v-69ffb999], .stat-hero-value[data-len="8"][data-v-69ffb999] {
7468
+ .stat-hero-value[data-len="7"][data-v-1c07f859], .stat-hero-value[data-len="8"][data-v-1c07f859] {
7454
7469
  font-size: 21px;
7455
7470
  letter-spacing: -1.2px;
7456
7471
  }
7457
- .stat-hero-unit[data-v-69ffb999] {
7472
+ .stat-hero-unit[data-v-1c07f859] {
7458
7473
  font-size: 13px;
7459
7474
  color: #7b8296;
7460
7475
  margin-left: 5px;
7461
7476
  font-weight: 500;
7462
7477
  flex-shrink: 0;
7463
7478
  }
7464
- .stat-row[data-v-69ffb999] {
7479
+ .stat-row[data-v-1c07f859] {
7465
7480
  display: flex;
7466
7481
  gap: 8px;
7467
7482
  margin-bottom: 8px;
7468
7483
  }
7469
- .stat-row[data-v-69ffb999]:last-child {
7484
+ .stat-row[data-v-1c07f859]:last-child {
7470
7485
  margin-bottom: 0;
7471
7486
  }
7472
- .stat-item[data-v-69ffb999] {
7487
+ .stat-item[data-v-1c07f859] {
7473
7488
  display: flex;
7474
7489
  align-items: flex-start;
7475
7490
  gap: 8px;
@@ -7479,88 +7494,88 @@ body,
7479
7494
  position: relative;
7480
7495
  overflow: hidden;
7481
7496
  }
7482
- .stat-item--w1[data-v-69ffb999] {
7497
+ .stat-item--w1[data-v-1c07f859] {
7483
7498
  flex: 1;
7484
7499
  }
7485
- .stat-item--w2[data-v-69ffb999] {
7500
+ .stat-item--w2[data-v-1c07f859] {
7486
7501
  flex: 2;
7487
7502
  }
7488
- .stat-item--blue[data-v-69ffb999] {
7503
+ .stat-item--blue[data-v-1c07f859] {
7489
7504
  background: #f5f7fd;
7490
7505
  }
7491
- .stat-item--blue .stat-item-dot[data-v-69ffb999] {
7506
+ .stat-item--blue .stat-item-dot[data-v-1c07f859] {
7492
7507
  background: #2b6de8;
7493
7508
  }
7494
- .stat-item--blue .stat-item-label[data-v-69ffb999] {
7509
+ .stat-item--blue .stat-item-label[data-v-1c07f859] {
7495
7510
  color: #3a6bcb;
7496
7511
  }
7497
- .stat-item--purple[data-v-69ffb999] {
7512
+ .stat-item--purple[data-v-1c07f859] {
7498
7513
  background: #f9f7fd;
7499
7514
  }
7500
- .stat-item--purple .stat-item-dot[data-v-69ffb999] {
7515
+ .stat-item--purple .stat-item-dot[data-v-1c07f859] {
7501
7516
  background: #7c3aed;
7502
7517
  }
7503
- .stat-item--purple .stat-item-label[data-v-69ffb999] {
7518
+ .stat-item--purple .stat-item-label[data-v-1c07f859] {
7504
7519
  color: #6d4dc4;
7505
7520
  }
7506
- .stat-item--mint[data-v-69ffb999] {
7521
+ .stat-item--mint[data-v-1c07f859] {
7507
7522
  background: #f2faf6;
7508
7523
  }
7509
- .stat-item--mint .stat-item-dot[data-v-69ffb999] {
7524
+ .stat-item--mint .stat-item-dot[data-v-1c07f859] {
7510
7525
  background: #0fa57e;
7511
7526
  }
7512
- .stat-item--mint .stat-item-label[data-v-69ffb999] {
7527
+ .stat-item--mint .stat-item-label[data-v-1c07f859] {
7513
7528
  color: #1d8a64;
7514
7529
  }
7515
- .stat-item--orange[data-v-69ffb999] {
7530
+ .stat-item--orange[data-v-1c07f859] {
7516
7531
  background: #fef9f3;
7517
7532
  }
7518
- .stat-item--orange .stat-item-dot[data-v-69ffb999] {
7533
+ .stat-item--orange .stat-item-dot[data-v-1c07f859] {
7519
7534
  background: #f08318;
7520
7535
  }
7521
- .stat-item--orange .stat-item-label[data-v-69ffb999] {
7536
+ .stat-item--orange .stat-item-label[data-v-1c07f859] {
7522
7537
  color: #c57312;
7523
7538
  }
7524
- .stat-item--mist[data-v-69ffb999] {
7539
+ .stat-item--mist[data-v-1c07f859] {
7525
7540
  background: #f3f7f9;
7526
7541
  }
7527
- .stat-item--mist .stat-item-dot[data-v-69ffb999] {
7542
+ .stat-item--mist .stat-item-dot[data-v-1c07f859] {
7528
7543
  background: #6b9aaa;
7529
7544
  }
7530
- .stat-item--mist .stat-item-label[data-v-69ffb999] {
7545
+ .stat-item--mist .stat-item-label[data-v-1c07f859] {
7531
7546
  color: #4d7a89;
7532
7547
  }
7533
- .stat-item--rose[data-v-69ffb999] {
7548
+ .stat-item--rose[data-v-1c07f859] {
7534
7549
  background: #fdf4f6;
7535
7550
  }
7536
- .stat-item--rose .stat-item-dot[data-v-69ffb999] {
7551
+ .stat-item--rose .stat-item-dot[data-v-1c07f859] {
7537
7552
  background: #e04466;
7538
7553
  }
7539
- .stat-item--rose .stat-item-label[data-v-69ffb999] {
7554
+ .stat-item--rose .stat-item-label[data-v-1c07f859] {
7540
7555
  color: #c4345c;
7541
7556
  }
7542
- .stat-item-dot[data-v-69ffb999] {
7557
+ .stat-item-dot[data-v-1c07f859] {
7543
7558
  width: 8px;
7544
7559
  height: 8px;
7545
7560
  border-radius: 50%;
7546
7561
  margin-top: 5px;
7547
7562
  flex-shrink: 0;
7548
7563
  }
7549
- .stat-item-body[data-v-69ffb999] {
7564
+ .stat-item-body[data-v-1c07f859] {
7550
7565
  flex: 1;
7551
7566
  min-width: 0;
7552
7567
  }
7553
- .stat-item-label[data-v-69ffb999] {
7568
+ .stat-item-label[data-v-1c07f859] {
7554
7569
  font-size: 11px;
7555
7570
  font-weight: 500;
7556
7571
  margin-bottom: 4px;
7557
7572
  }
7558
- .stat-item-num[data-v-69ffb999] {
7573
+ .stat-item-num[data-v-1c07f859] {
7559
7574
  display: flex;
7560
7575
  align-items: baseline;
7561
7576
  line-height: 1;
7562
7577
  }
7563
- .stat-item-value[data-v-69ffb999] {
7578
+ .stat-item-value[data-v-1c07f859] {
7564
7579
  font-size: 22px;
7565
7580
  font-weight: 700;
7566
7581
  font-family: "DIN Alternate", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
@@ -7570,14 +7585,14 @@ body,
7570
7585
  text-overflow: ellipsis;
7571
7586
  white-space: nowrap;
7572
7587
  }
7573
- .stat-item-value[data-len="5"][data-v-69ffb999], .stat-item-value[data-len="6"][data-v-69ffb999] {
7588
+ .stat-item-value[data-len="5"][data-v-1c07f859], .stat-item-value[data-len="6"][data-v-1c07f859] {
7574
7589
  font-size: 17px;
7575
7590
  }
7576
- .stat-item-value[data-len="7"][data-v-69ffb999], .stat-item-value[data-len="8"][data-v-69ffb999] {
7591
+ .stat-item-value[data-len="7"][data-v-1c07f859], .stat-item-value[data-len="8"][data-v-1c07f859] {
7577
7592
  font-size: 22px;
7578
7593
  letter-spacing: -0.8px;
7579
7594
  }
7580
- .stat-item-unit[data-v-69ffb999] {
7595
+ .stat-item-unit[data-v-1c07f859] {
7581
7596
  font-size: 12px;
7582
7597
  color: #9ca3af;
7583
7598
  margin-left: 3px;
@@ -8318,7 +8333,7 @@ textarea.van-field__control {
8318
8333
  :root,:host{--van-sidebar-width: 80px}.van-sidebar{width:var(--van-sidebar-width);overflow-y:auto;-webkit-overflow-scrolling:touch}
8319
8334
  :root,:host{--van-sidebar-font-size: var(--van-font-size-md);--van-sidebar-line-height: var(--van-line-height-md);--van-sidebar-text-color: var(--van-text-color);--van-sidebar-disabled-text-color: var(--van-text-color-3);--van-sidebar-padding: 20px var(--van-padding-sm);--van-sidebar-active-color: var(--van-active-color);--van-sidebar-background: var(--van-background);--van-sidebar-selected-font-weight: var(--van-font-bold);--van-sidebar-selected-text-color: var(--van-text-color);--van-sidebar-selected-border-width: 4px;--van-sidebar-selected-border-height: 16px;--van-sidebar-selected-border-color: var(--van-primary-color);--van-sidebar-selected-background: var(--van-background-2)}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:var(--van-sidebar-padding);overflow:hidden;color:var(--van-sidebar-text-color);font-size:var(--van-sidebar-font-size);line-height:var(--van-sidebar-line-height);background:var(--van-sidebar-background);cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:var(--van-sidebar-active-color)}.van-sidebar-item:not(:last-child):after{border-bottom-width:1px}.van-sidebar-item__text{word-break:break-all}.van-sidebar-item--select{color:var(--van-sidebar-selected-text-color);font-weight:var(--van-sidebar-selected-font-weight)}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:var(--van-sidebar-selected-background)}.van-sidebar-item--select:before{position:absolute;top:50%;left:0;width:var(--van-sidebar-selected-border-width);height:var(--van-sidebar-selected-border-height);background-color:var(--van-sidebar-selected-border-color);transform:translateY(-50%);content:""}.van-sidebar-item--disabled{color:var(--van-sidebar-disabled-text-color);cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:var(--van-sidebar-background)}
8320
8335
 
8321
- .grid-wrapper[data-v-aa11f142] {
8336
+ .grid-wrapper[data-v-45126cab] {
8322
8337
  flex: 1;
8323
8338
  overflow: auto;
8324
8339
  display: flex;
@@ -8327,31 +8342,31 @@ textarea.van-field__control {
8327
8342
  }
8328
8343
 
8329
8344
  /* 主流浏览器:Chrome / Edge / 移动端 Webkit */
8330
- .no-scrollbar[data-v-aa11f142]::-webkit-scrollbar {
8345
+ .no-scrollbar[data-v-45126cab]::-webkit-scrollbar {
8331
8346
  display: none;
8332
8347
  }
8333
8348
 
8334
8349
  /* Firefox */
8335
- .no-scrollbar[data-v-aa11f142] {
8350
+ .no-scrollbar[data-v-45126cab] {
8336
8351
  scrollbar-width: none;
8337
8352
  }
8338
8353
 
8339
8354
  /* IE / Edge 老版本 */
8340
- .no-scrollbar[data-v-aa11f142] {
8355
+ .no-scrollbar[data-v-45126cab] {
8341
8356
  -ms-overflow-style: none;
8342
8357
  }
8343
- .component-content[data-v-aa11f142] {
8358
+ .component-content[data-v-45126cab] {
8344
8359
  display: flex;
8345
8360
  height: 100%;
8346
8361
  width: 100%;
8347
8362
  flex-direction: column;
8348
8363
  }
8349
- [data-v-aa11f142] .vgl-item.isAutoHeight {
8364
+ [data-v-45126cab] .vgl-item.isAutoHeight {
8350
8365
  height: 100% !important;
8351
8366
  }
8352
- [data-v-aa11f142] .vgl-item {
8367
+ [data-v-45126cab] .vgl-item {
8353
8368
  transition: none;
8354
- }.fec-mobile-approval-timeline[data-v-5ea2086e] {
8369
+ }.fec-mobile-approval-timeline[data-v-c284e414] {
8355
8370
  width: 100%;
8356
8371
  padding: 12px 0 12px 12px;
8357
8372
  background: #fff;
@@ -8360,36 +8375,36 @@ textarea.van-field__control {
8360
8375
  flex-direction: column;
8361
8376
  height: 0;
8362
8377
  }
8363
- .fec-mobile-approval-timeline .fec-mobile-approval-timeline[data-v-5ea2086e] {
8378
+ .fec-mobile-approval-timeline .fec-mobile-approval-timeline[data-v-c284e414] {
8364
8379
  height: 100%;
8365
8380
  padding-left: 0;
8366
8381
  padding-bottom: 0;
8367
8382
  }
8368
- .fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps[data-v-5ea2086e] {
8383
+ .fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps[data-v-c284e414] {
8369
8384
  padding-right: 0;
8370
8385
  }
8371
- .fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-5ea2086e] {
8386
+ .fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-c284e414] {
8372
8387
  padding-right: 0;
8373
8388
  }
8374
- .fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-5ea2086e]:last-child {
8389
+ .fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-c284e414]:last-child {
8375
8390
  padding-bottom: 0;
8376
8391
  }
8377
- .fec-timeline-loading[data-v-5ea2086e] {
8392
+ .fec-timeline-loading[data-v-c284e414] {
8378
8393
  text-align: center;
8379
8394
  padding-right: 12px;
8380
8395
  color: #999;
8381
8396
  font-size: 13px;
8382
8397
  }
8383
- .fec-timeline-empty[data-v-5ea2086e] {
8398
+ .fec-timeline-empty[data-v-c284e414] {
8384
8399
  padding: 32px 12px;
8385
8400
  }
8386
- .fec-steps[data-v-5ea2086e] {
8401
+ .fec-steps[data-v-c284e414] {
8387
8402
  background: transparent;
8388
8403
  overflow: auto;
8389
8404
  padding-right: 12px;
8390
8405
  padding-left: 36px;
8391
8406
  }
8392
- .fec-step-square[data-v-5ea2086e] {
8407
+ .fec-step-square[data-v-c284e414] {
8393
8408
  width: 100%;
8394
8409
  height: 100%;
8395
8410
  border-radius: 6px;
@@ -8401,58 +8416,58 @@ textarea.van-field__control {
8401
8416
  z-index: 1;
8402
8417
  box-shadow: 0 0 0 2px #f5f5f5;
8403
8418
  }
8404
- .fec-step-square.task[data-v-5ea2086e] {
8419
+ .fec-step-square.task[data-v-c284e414] {
8405
8420
  background-color: #1890ff;
8406
8421
  }
8407
- .fec-step-square.signTask[data-v-5ea2086e] {
8422
+ .fec-step-square.signTask[data-v-c284e414] {
8408
8423
  background-color: #0971d2;
8409
8424
  }
8410
- .fec-step-square.child[data-v-5ea2086e] {
8425
+ .fec-step-square.child[data-v-c284e414] {
8411
8426
  background-color: #722ed1;
8412
8427
  }
8413
- .fec-step-square-text[data-v-5ea2086e] {
8428
+ .fec-step-square-text[data-v-c284e414] {
8414
8429
  color: #fff;
8415
8430
  font-size: 16px;
8416
8431
  font-weight: 500;
8417
8432
  line-height: 1;
8418
8433
  }
8419
- .fec-step[data-v-5ea2086e] {
8434
+ .fec-step[data-v-c284e414] {
8420
8435
  padding: 0 8px 25px 18px;
8421
8436
  }
8422
- .fec-step[data-v-5ea2086e]::after {
8437
+ .fec-step[data-v-c284e414]::after {
8423
8438
  border-bottom-width: 0;
8424
8439
  }
8425
- .fec-step[data-v-5ea2086e]:last-child {
8440
+ .fec-step[data-v-c284e414]:last-child {
8426
8441
  padding-bottom: 12px;
8427
8442
  }
8428
- .fec-step[data-v-5ea2086e] .van-step__icon {
8443
+ .fec-step[data-v-c284e414] .van-step__icon {
8429
8444
  background: transparent !important;
8430
8445
  width: 36px;
8431
8446
  height: 36px;
8432
8447
  }
8433
- .fec-step[data-v-5ea2086e] .van-step__icon--active,
8434
- .fec-step[data-v-5ea2086e] .van-step__icon--inactive,
8435
- .fec-step[data-v-5ea2086e] .van-step__icon--finish {
8448
+ .fec-step[data-v-c284e414] .van-step__icon--active,
8449
+ .fec-step[data-v-c284e414] .van-step__icon--inactive,
8450
+ .fec-step[data-v-c284e414] .van-step__icon--finish {
8436
8451
  width: 36px;
8437
8452
  height: 36px;
8438
8453
  display: flex;
8439
8454
  align-items: center;
8440
8455
  justify-content: center;
8441
8456
  }
8442
- .fec-step[data-v-5ea2086e] .van-step__circle-container {
8457
+ .fec-step[data-v-c284e414] .van-step__circle-container {
8443
8458
  width: 36px;
8444
8459
  height: 36px;
8445
8460
  background: transparent !important;
8446
8461
  color: #fff;
8447
8462
  }
8448
- .fec-step[data-v-5ea2086e] .van-step__line {
8463
+ .fec-step[data-v-c284e414] .van-step__line {
8449
8464
  background-color: transparent !important;
8450
8465
  border-left: 1px dashed #d3d5dc;
8451
8466
  }
8452
- .fec-step[data-v-5ea2086e]:last-child .van-step__line {
8467
+ .fec-step[data-v-c284e414]:last-child .van-step__line {
8453
8468
  display: none;
8454
8469
  }
8455
- .fec-step-header[data-v-5ea2086e] {
8470
+ .fec-step-header[data-v-c284e414] {
8456
8471
  display: flex;
8457
8472
  justify-content: space-between;
8458
8473
  align-items: flex-start;
@@ -8460,17 +8475,17 @@ textarea.van-field__control {
8460
8475
  gap: 8px;
8461
8476
  height: 40px;
8462
8477
  }
8463
- .fec-step-header.signTask[data-v-5ea2086e] {
8478
+ .fec-step-header.signTask[data-v-c284e414] {
8464
8479
  align-items: center;
8465
8480
  }
8466
- .fec-step-title[data-v-5ea2086e] {
8481
+ .fec-step-title[data-v-c284e414] {
8467
8482
  display: flex;
8468
8483
  flex-direction: column;
8469
8484
  gap: 2px;
8470
8485
  flex: 1;
8471
8486
  min-width: 0;
8472
8487
  }
8473
- .fec-step-name[data-v-5ea2086e] {
8488
+ .fec-step-name[data-v-c284e414] {
8474
8489
  font-size: 15px;
8475
8490
  font-weight: 500;
8476
8491
  color: #333;
@@ -8479,7 +8494,7 @@ textarea.van-field__control {
8479
8494
  overflow: hidden;
8480
8495
  text-overflow: ellipsis;
8481
8496
  }
8482
- .fec-step-role[data-v-5ea2086e] {
8497
+ .fec-step-role[data-v-c284e414] {
8483
8498
  font-size: 12px;
8484
8499
  color: #999;
8485
8500
  line-height: 1.4;
@@ -8487,27 +8502,27 @@ textarea.van-field__control {
8487
8502
  overflow: hidden;
8488
8503
  text-overflow: ellipsis;
8489
8504
  }
8490
- .fec-step-time[data-v-5ea2086e] {
8505
+ .fec-step-time[data-v-c284e414] {
8491
8506
  font-size: 12px;
8492
8507
  color: #999;
8493
8508
  white-space: nowrap;
8494
8509
  flex-shrink: 0;
8495
8510
  line-height: 21px;
8496
8511
  }
8497
- .fec-step-header-right[data-v-5ea2086e] {
8512
+ .fec-step-header-right[data-v-c284e414] {
8498
8513
  display: flex;
8499
8514
  flex-direction: column;
8500
8515
  align-items: flex-end;
8501
8516
  gap: 2px;
8502
8517
  flex-shrink: 0;
8503
8518
  }
8504
- .fec-step-desc[data-v-5ea2086e] {
8519
+ .fec-step-desc[data-v-c284e414] {
8505
8520
  display: flex;
8506
8521
  align-items: center;
8507
8522
  gap: 6px;
8508
8523
  justify-content: flex-end;
8509
8524
  }
8510
- .fec-step-icon[data-v-5ea2086e] {
8525
+ .fec-step-icon[data-v-c284e414] {
8511
8526
  display: inline-flex;
8512
8527
  align-items: center;
8513
8528
  justify-content: center;
@@ -8522,31 +8537,31 @@ textarea.van-field__control {
8522
8537
  right: -5px;
8523
8538
  padding-top: 1px;
8524
8539
  }
8525
- .fec-step-opinion[data-v-5ea2086e] {
8540
+ .fec-step-opinion[data-v-c284e414] {
8526
8541
  font-size: 13px;
8527
8542
  color: #666;
8528
8543
  }
8529
- .fec-step-desc-text-wrap[data-v-5ea2086e] {
8544
+ .fec-step-desc-text-wrap[data-v-c284e414] {
8530
8545
  margin-top: 8px;
8531
8546
  background: #f7f7f7;
8532
8547
  border-radius: 6px;
8533
8548
  padding: 10px 12px;
8534
8549
  }
8535
- .fec-step-desc-text[data-v-5ea2086e] {
8550
+ .fec-step-desc-text[data-v-c284e414] {
8536
8551
  font-size: 13px;
8537
8552
  color: #666;
8538
8553
  line-height: 1.5;
8539
8554
  word-break: break-all;
8540
8555
  white-space: pre-wrap;
8541
8556
  }
8542
- .fec-step-desc-text.is-collapsed[data-v-5ea2086e] {
8557
+ .fec-step-desc-text.is-collapsed[data-v-c284e414] {
8543
8558
  display: -webkit-box;
8544
8559
  -webkit-line-clamp: 4;
8545
8560
  -webkit-box-orient: vertical;
8546
8561
  overflow: hidden;
8547
8562
  text-overflow: ellipsis;
8548
8563
  }
8549
- .fec-step-desc-toggle[data-v-5ea2086e] {
8564
+ .fec-step-desc-toggle[data-v-c284e414] {
8550
8565
  display: inline-block;
8551
8566
  margin-top: 6px;
8552
8567
  font-size: 12px;
@@ -8554,7 +8569,7 @@ textarea.van-field__control {
8554
8569
  cursor: pointer;
8555
8570
  user-select: none;
8556
8571
  }
8557
- .fec-step-desc-popup[data-v-5ea2086e] {
8572
+ .fec-step-desc-popup[data-v-c284e414] {
8558
8573
  padding: 16px 20px 32px;
8559
8574
  display: flex;
8560
8575
  flex-direction: column;
@@ -8562,53 +8577,53 @@ textarea.van-field__control {
8562
8577
  max-height: 70vh;
8563
8578
  overflow-y: auto;
8564
8579
  }
8565
- .fec-step-desc-popup-title[data-v-5ea2086e] {
8580
+ .fec-step-desc-popup-title[data-v-c284e414] {
8566
8581
  font-size: 15px;
8567
8582
  font-weight: 500;
8568
8583
  color: #333;
8569
8584
  text-align: center;
8570
8585
  }
8571
- .fec-step-desc-popup-content[data-v-5ea2086e] {
8586
+ .fec-step-desc-popup-content[data-v-c284e414] {
8572
8587
  font-size: 14px;
8573
8588
  color: #333;
8574
8589
  line-height: 1.6;
8575
8590
  white-space: pre-wrap;
8576
8591
  word-break: break-all;
8577
8592
  }
8578
- .fec-step-name.is-clickable[data-v-5ea2086e] {
8593
+ .fec-step-name.is-clickable[data-v-c284e414] {
8579
8594
  color: #1989fa;
8580
8595
  cursor: pointer;
8581
8596
  }
8582
- .fec-assignee-popup[data-v-5ea2086e] {
8597
+ .fec-assignee-popup[data-v-c284e414] {
8583
8598
  padding: 16px 20px;
8584
8599
  display: flex;
8585
8600
  flex-direction: column;
8586
8601
  gap: 12px;
8587
8602
  max-height: 60vh;
8588
8603
  }
8589
- .fec-assignee-popup-title[data-v-5ea2086e] {
8604
+ .fec-assignee-popup-title[data-v-c284e414] {
8590
8605
  font-size: 15px;
8591
8606
  font-weight: 500;
8592
8607
  color: #333;
8593
8608
  text-align: center;
8594
8609
  }
8595
- .fec-assignee-list[data-v-5ea2086e] {
8610
+ .fec-assignee-list[data-v-c284e414] {
8596
8611
  display: flex;
8597
8612
  flex-direction: column;
8598
8613
  gap: 4px;
8599
8614
  overflow-y: auto;
8600
8615
  }
8601
- .fec-assignee-item[data-v-5ea2086e] {
8616
+ .fec-assignee-item[data-v-c284e414] {
8602
8617
  display: flex;
8603
8618
  align-items: center;
8604
8619
  gap: 12px;
8605
8620
  padding: 10px 4px;
8606
8621
  border-bottom: 1px solid #f2f2f2;
8607
8622
  }
8608
- .fec-assignee-item[data-v-5ea2086e]:last-child {
8623
+ .fec-assignee-item[data-v-c284e414]:last-child {
8609
8624
  border-bottom: none;
8610
8625
  }
8611
- .fec-assignee-avatar[data-v-5ea2086e] {
8626
+ .fec-assignee-avatar[data-v-c284e414] {
8612
8627
  width: 36px;
8613
8628
  height: 36px;
8614
8629
  border-radius: 6px;
@@ -8621,19 +8636,19 @@ textarea.van-field__control {
8621
8636
  font-weight: 500;
8622
8637
  flex-shrink: 0;
8623
8638
  }
8624
- .fec-assignee-info[data-v-5ea2086e] {
8639
+ .fec-assignee-info[data-v-c284e414] {
8625
8640
  flex: 1;
8626
8641
  min-width: 0;
8627
8642
  display: flex;
8628
8643
  flex-direction: column;
8629
8644
  gap: 2px;
8630
8645
  }
8631
- .fec-assignee-name[data-v-5ea2086e] {
8646
+ .fec-assignee-name[data-v-c284e414] {
8632
8647
  font-size: 14px;
8633
8648
  color: #333;
8634
8649
  line-height: 1.4;
8635
8650
  }
8636
- .fec-assignee-no[data-v-5ea2086e] {
8651
+ .fec-assignee-no[data-v-c284e414] {
8637
8652
  font-size: 12px;
8638
8653
  color: #999;
8639
8654
  line-height: 1.4;
@@ -9486,52 +9501,52 @@ form fieldset select {
9486
9501
  [data-v-0b6c32f8] .vue-office-pdf-wrapper {
9487
9502
  background-color: transparent !important;
9488
9503
  padding: 0 !important;
9489
- }.fec-doc-tabs-container[data-v-c2db27bd] {
9504
+ }.fec-doc-tabs-container[data-v-f45752e0] {
9490
9505
  display: flex;
9491
9506
  flex-direction: column;
9492
9507
  width: 100%;
9493
9508
  background-color: #fff;
9494
9509
  }
9495
- .fec-doc-tabs-container.isAutoHeight[data-v-c2db27bd] {
9510
+ .fec-doc-tabs-container.isAutoHeight[data-v-f45752e0] {
9496
9511
  flex: 1;
9497
9512
  height: 0 !important;
9498
9513
  }
9499
- .fec-doc-tabs-loading[data-v-c2db27bd] {
9514
+ .fec-doc-tabs-loading[data-v-f45752e0] {
9500
9515
  text-align: center;
9501
9516
  padding: 12px;
9502
9517
  color: #999;
9503
9518
  font-size: 13px;
9504
9519
  }
9505
- .fec-doc-tabs[data-v-c2db27bd] {
9520
+ .fec-doc-tabs[data-v-f45752e0] {
9506
9521
  height: 0;
9507
9522
  flex: 1;
9508
9523
  display: flex;
9509
9524
  flex-direction: column;
9510
9525
  }
9511
- .fec-doc-tabs[data-v-c2db27bd] .van-tab__panel {
9526
+ .fec-doc-tabs[data-v-f45752e0] .van-tab__panel {
9512
9527
  height: 100%;
9513
9528
  overflow: auto;
9514
9529
  }
9515
- .fec-doc-tabs[data-v-c2db27bd] .van-tabs__content {
9530
+ .fec-doc-tabs[data-v-f45752e0] .van-tabs__content {
9516
9531
  flex: 1;
9517
9532
  overflow: auto;
9518
9533
  }
9519
- .fec-doc-tabs[data-v-c2db27bd] .van-tabs__wrap {
9534
+ .fec-doc-tabs[data-v-f45752e0] .van-tabs__wrap {
9520
9535
  height: auto;
9521
9536
  padding: 8px 12px;
9522
9537
  }
9523
- .fec-doc-tabs[data-v-c2db27bd] .van-tabs__nav {
9538
+ .fec-doc-tabs[data-v-f45752e0] .van-tabs__nav {
9524
9539
  background: transparent;
9525
9540
  display: flex;
9526
9541
  gap: 8px;
9527
9542
  padding: 0;
9528
9543
  border: none;
9529
9544
  }
9530
- .fec-doc-tabs[data-v-c2db27bd] .van-tabs__nav--card {
9545
+ .fec-doc-tabs[data-v-f45752e0] .van-tabs__nav--card {
9531
9546
  margin: 0;
9532
9547
  height: auto;
9533
9548
  }
9534
- .fec-doc-tabs[data-v-c2db27bd] .van-tab {
9549
+ .fec-doc-tabs[data-v-f45752e0] .van-tab {
9535
9550
  background: #f2f3f5;
9536
9551
  border-radius: 999px;
9537
9552
  padding: 3px 16px;
@@ -9544,87 +9559,87 @@ form fieldset select {
9544
9559
  line-height: 1.4;
9545
9560
  border: 0;
9546
9561
  }
9547
- .fec-doc-tabs[data-v-c2db27bd] .van-tab--active {
9562
+ .fec-doc-tabs[data-v-f45752e0] .van-tab--active {
9548
9563
  background: linear-gradient(135deg, #1989fa 0%, #0e6fd9 100%);
9549
9564
  color: #fff;
9550
9565
  font-weight: 500;
9551
9566
  }
9552
- .fec-doc-tabs[data-v-c2db27bd] .van-tabs__line {
9567
+ .fec-doc-tabs[data-v-f45752e0] .van-tabs__line {
9553
9568
  display: none;
9554
9569
  }
9555
- .fec-doc-tabs[data-v-c2db27bd] .van-tab__text {
9570
+ .fec-doc-tabs[data-v-f45752e0] .van-tab__text {
9556
9571
  white-space: nowrap;
9557
9572
  }
9558
- .fec-tab-content[data-v-c2db27bd] {
9573
+ .fec-tab-content[data-v-f45752e0] {
9559
9574
  padding: 12px 18px;
9560
9575
  }
9561
- .fec-doc-group[data-v-c2db27bd] {
9576
+ .fec-doc-group[data-v-f45752e0] {
9562
9577
  margin-bottom: 16px;
9563
9578
  }
9564
- .fec-doc-group-title[data-v-c2db27bd] {
9579
+ .fec-doc-group-title[data-v-f45752e0] {
9565
9580
  font-size: 14px;
9566
9581
  font-weight: 600;
9567
9582
  color: #333;
9568
9583
  margin-bottom: 12px;
9569
9584
  }
9570
- .fec-doc-grid[data-v-c2db27bd] {
9585
+ .fec-doc-grid[data-v-f45752e0] {
9571
9586
  display: grid;
9572
9587
  grid-template-columns: repeat(4, 1fr);
9573
9588
  gap: 12px 8px;
9574
9589
  }
9575
- .fec-doc-item[data-v-c2db27bd] {
9590
+ .fec-doc-item[data-v-f45752e0] {
9576
9591
  display: flex;
9577
9592
  flex-direction: column;
9578
9593
  align-items: center;
9579
9594
  gap: 6px;
9580
9595
  cursor: pointer;
9581
9596
  }
9582
- .fec-doc-icon-wrap[data-v-c2db27bd] {
9597
+ .fec-doc-icon-wrap[data-v-f45752e0] {
9583
9598
  position: relative;
9584
9599
  display: flex;
9585
9600
  align-items: center;
9586
9601
  justify-content: center;
9587
9602
  padding: 5px;
9588
9603
  }
9589
- .fec-doc-icon[data-v-c2db27bd] {
9604
+ .fec-doc-icon[data-v-f45752e0] {
9590
9605
  display: flex;
9591
9606
  align-items: center;
9592
9607
  justify-content: center;
9593
9608
  }
9594
- .fec-doc-icon-img[data-v-c2db27bd] {
9609
+ .fec-doc-icon-img[data-v-f45752e0] {
9595
9610
  width: 38px;
9596
9611
  height: 38px;
9597
9612
  object-fit: contain;
9598
9613
  display: block;
9599
9614
  }
9600
- .fec-doc-tag-default[data-v-c2db27bd] {
9615
+ .fec-doc-tag-default[data-v-f45752e0] {
9601
9616
  background: #1989fa;
9602
9617
  }
9603
- .fec-doc-tag-hot[data-v-c2db27bd] {
9618
+ .fec-doc-tag-hot[data-v-f45752e0] {
9604
9619
  background: linear-gradient(135deg, #ff5d6c 0%, #ff3853 100%);
9605
9620
  }
9606
- .fec-doc-tag-new[data-v-c2db27bd] {
9621
+ .fec-doc-tag-new[data-v-f45752e0] {
9607
9622
  background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%);
9608
9623
  }
9609
- .fec-doc-tag-free[data-v-c2db27bd] {
9624
+ .fec-doc-tag-free[data-v-f45752e0] {
9610
9625
  background: linear-gradient(135deg, #fa8c16 0%, #d46b08 100%);
9611
9626
  }
9612
- .fec-doc-name[data-v-c2db27bd] {
9627
+ .fec-doc-name[data-v-f45752e0] {
9613
9628
  font-size: 12px;
9614
9629
  color: #333;
9615
9630
  text-align: center;
9616
9631
  line-height: 1.3;
9617
9632
  word-break: break-all;
9618
9633
  }
9619
- .fec-doc-empty[data-v-c2db27bd] {
9634
+ .fec-doc-empty[data-v-f45752e0] {
9620
9635
  padding: 0;
9621
9636
  }
9622
- .fec-doc-empty[data-v-c2db27bd] .van-empty__description {
9637
+ .fec-doc-empty[data-v-f45752e0] .van-empty__description {
9623
9638
  margin: 0;
9624
9639
  font-size: 12px;
9625
9640
  color: #ccc;
9626
9641
  }
9627
- .fec-doc-preview-cover[data-v-c2db27bd] {
9642
+ .fec-doc-preview-cover[data-v-f45752e0] {
9628
9643
  display: flex;
9629
9644
  align-items: center;
9630
9645
  gap: 8px;
@@ -9632,13 +9647,13 @@ form fieldset select {
9632
9647
  color: #fff;
9633
9648
  width: 160px;
9634
9649
  }
9635
- .fec-doc-preview-icon[data-v-c2db27bd] {
9650
+ .fec-doc-preview-icon[data-v-f45752e0] {
9636
9651
  width: 28px;
9637
9652
  height: 28px;
9638
9653
  flex-shrink: 0;
9639
9654
  object-fit: contain;
9640
9655
  }
9641
- .fec-doc-preview-name[data-v-c2db27bd] {
9656
+ .fec-doc-preview-name[data-v-f45752e0] {
9642
9657
  flex: 1;
9643
9658
  min-width: 0;
9644
9659
  font-size: 14px;
@@ -9651,7 +9666,7 @@ form fieldset select {
9651
9666
  -webkit-line-clamp: 1;
9652
9667
  -webkit-box-orient: vertical;
9653
9668
  }
9654
- .fec-doc-preview-doc[data-v-c2db27bd] {
9669
+ .fec-doc-preview-doc[data-v-f45752e0] {
9655
9670
  height: 100%;
9656
9671
  padding-top: 52px;
9657
9672
  display: flex;
@@ -9678,48 +9693,48 @@ form fieldset select {
9678
9693
  .van-image-preview__cover {
9679
9694
  background-color: pink;
9680
9695
  } */
9681
- .fec-tabs-container[data-v-217113cd] {
9696
+ .fec-tabs-container[data-v-b22e2eda] {
9682
9697
  display: flex;
9683
9698
  flex-direction: column;
9684
9699
  width: 100%;
9685
9700
  }
9686
- .fec-tabs-container.isAutoHeight[data-v-217113cd] {
9701
+ .fec-tabs-container.isAutoHeight[data-v-b22e2eda] {
9687
9702
  flex: 1;
9688
9703
  height: 0 !important;
9689
9704
  }
9690
- .fec-tabs[data-v-217113cd] {
9705
+ .fec-tabs[data-v-b22e2eda] {
9691
9706
  height: 100%;
9692
9707
  display: flex;
9693
9708
  flex-direction: column;
9694
9709
  }
9695
- .fec-tabs[data-v-217113cd] .van-tabs__content {
9710
+ .fec-tabs[data-v-b22e2eda] .van-tabs__content {
9696
9711
  flex: 1;
9697
9712
  }
9698
- .fec-tabs[data-v-217113cd] .van-tab__panel {
9713
+ .fec-tabs[data-v-b22e2eda] .van-tab__panel {
9699
9714
  height: 100%;
9700
9715
  width: 100%;
9701
9716
  }
9702
- .fec-tabs[data-v-217113cd] .van-swipe-item {
9717
+ .fec-tabs[data-v-b22e2eda] .van-swipe-item {
9703
9718
  height: 100%;
9704
9719
  }
9705
- .fec-tab-content[data-v-217113cd] {
9720
+ .fec-tab-content[data-v-b22e2eda] {
9706
9721
  /* flex: 1;
9707
9722
  overflow: auto; */
9708
9723
  height: 100%;
9709
9724
  display: flex;
9710
9725
  flex-direction: column;
9711
9726
  }
9712
- .fec-tabs[data-v-217113cd] .van-tabs__nav {
9727
+ .fec-tabs[data-v-b22e2eda] .van-tabs__nav {
9713
9728
  padding-bottom: 0;
9714
9729
  }
9715
- .fec-tabs[data-v-217113cd] .van-tabs__line {
9730
+ .fec-tabs[data-v-b22e2eda] .van-tabs__line {
9716
9731
  bottom: 0;
9717
9732
  }
9718
- .fec-tab-lost[data-v-217113cd] {
9733
+ .fec-tab-lost[data-v-b22e2eda] {
9719
9734
  height: 100%;
9720
9735
  }:root,:host{--van-tabbar-height: 50px;--van-tabbar-z-index: 1;--van-tabbar-background: var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);display:flex;box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}
9721
9736
  :root,:host{--van-tabbar-item-font-size: var(--van-font-size-sm);--van-tabbar-item-text-color: var(--van-text-color);--van-tabbar-item-active-color: var(--van-primary-color);--van-tabbar-item-active-background: var(--van-background-2);--van-tabbar-item-line-height: 1;--van-tabbar-item-icon-size: 22px;--van-tabbar-item-icon-margin-bottom: var(--van-padding-base)}.van-tabbar-item{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;color:var(--van-tabbar-item-text-color);font-size:var(--van-tabbar-item-font-size);line-height:var(--van-tabbar-item-line-height);cursor:pointer}.van-tabbar-item__icon{margin-bottom:var(--van-tabbar-item-icon-margin-bottom);font-size:var(--van-tabbar-item-icon-size)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:var(--van-tabbar-item-active-color);background-color:var(--van-tabbar-item-active-background)}
9722
- .van-tabbar[data-v-5e9f5a59] {
9737
+ .van-tabbar[data-v-b7b7084a] {
9723
9738
  height: auto;
9724
9739
  min-height: 54px;
9725
9740
  padding-top: 8px;
@@ -9818,7 +9833,7 @@ form fieldset select {
9818
9833
  .line-selected-content[data-v-bceff215] .van-step--vertical:not(:last-child):after {
9819
9834
  border-bottom: none;
9820
9835
  }
9821
- .route-wrapper[data-v-3eeb1e3e] {
9836
+ .route-wrapper[data-v-2edc3d85] {
9822
9837
  width: 100%;
9823
9838
  height: 100%;
9824
9839
  display: flex;
@@ -9827,27 +9842,27 @@ form fieldset select {
9827
9842
  justify-content: center;
9828
9843
  background: #f5f7fa;
9829
9844
  }
9830
- .route-wrapper[data-v-3eeb1e3e] .van-empty {
9845
+ .route-wrapper[data-v-2edc3d85] .van-empty {
9831
9846
  height: 100%;
9832
9847
  width: 100%;
9833
9848
  background-color: #fff;
9834
9849
  }
9835
- .route-wrapper .route-hint[data-v-3eeb1e3e] {
9850
+ .route-wrapper .route-hint[data-v-2edc3d85] {
9836
9851
  color: #909399;
9837
9852
  font-size: 14px;
9838
9853
  }
9839
- .approve-wrapper[data-v-3eeb1e3e] {
9854
+ .approve-wrapper[data-v-2edc3d85] {
9840
9855
  display: flex;
9841
9856
  flex-direction: column;
9842
9857
  width: 100%;
9843
9858
  flex: 1;
9844
9859
  }
9845
- .approve-wrapper.tip[data-v-3eeb1e3e] {
9860
+ .approve-wrapper.tip[data-v-2edc3d85] {
9846
9861
  align-items: center;
9847
9862
  justify-content: center;
9848
9863
  color: #909399;
9849
9864
  font-size: 14px;
9850
- }.van-action-bar[data-v-c40e2cd6] {
9865
+ }.van-action-bar[data-v-7696094a] {
9851
9866
  position: relative;
9852
9867
  height: auto;
9853
9868
  min-height: 56px;
@@ -9856,23 +9871,23 @@ form fieldset select {
9856
9871
  align-items: flex-start;
9857
9872
  gap: 8px;
9858
9873
  }
9859
- .van-action-bar[data-v-c40e2cd6] .van-action-bar-button {
9874
+ .van-action-bar[data-v-7696094a] .van-action-bar-button {
9860
9875
  border-radius: var(--van-radius-max);
9861
9876
  }
9862
- .appPopContent[data-v-c40e2cd6] {
9877
+ .appPopContent[data-v-7696094a] {
9863
9878
  height: 100%;
9864
9879
  display: flex;
9865
9880
  flex-direction: column;
9866
9881
  padding-top: 12px;
9867
9882
  }
9868
- .appPopContent .appOptContent[data-v-c40e2cd6] {
9883
+ .appPopContent .appOptContent[data-v-7696094a] {
9869
9884
  flex: 1;
9870
9885
  overflow-y: auto;
9871
9886
  }
9872
- .appPopContent .appOptContent[data-v-c40e2cd6] .van-field__label {
9887
+ .appPopContent .appOptContent[data-v-7696094a] .van-field__label {
9873
9888
  width: 5.2em !important;
9874
9889
  }
9875
- .fec-mobile-approval-disabled[data-v-c40e2cd6] {
9890
+ .fec-mobile-approval-disabled[data-v-7696094a] {
9876
9891
  text-align: center;
9877
9892
  font-size: 13px;
9878
9893
  color: #fa8c16;
@@ -9885,156 +9900,156 @@ form fieldset select {
9885
9900
  align-items: center;
9886
9901
  justify-content: center;
9887
9902
  }
9888
- .icon-green[data-v-c40e2cd6] {
9903
+ .icon-green[data-v-7696094a] {
9889
9904
  background: linear-gradient(135deg, #00d2a0 0%, #1aad7d 100%);
9890
9905
  color: #fff;
9891
9906
  }
9892
- .icon-blue[data-v-c40e2cd6] {
9907
+ .icon-blue[data-v-7696094a] {
9893
9908
  background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
9894
9909
  color: #fff;
9895
9910
  }
9896
- .icon-orange[data-v-c40e2cd6] {
9911
+ .icon-orange[data-v-7696094a] {
9897
9912
  background: linear-gradient(135deg, #ff7043 0%, #e64a19 100%);
9898
9913
  color: #fff;
9899
9914
  }
9900
- .icon-red[data-v-c40e2cd6] {
9915
+ .icon-red[data-v-7696094a] {
9901
9916
  background: linear-gradient(135deg, #ff5252 0%, #d32f2f 100%);
9902
9917
  color: #fff;
9903
9918
  }
9904
- .icon-purple[data-v-c40e2cd6] {
9919
+ .icon-purple[data-v-7696094a] {
9905
9920
  background: linear-gradient(135deg, #ba68c8 0%, #8e24aa 100%);
9906
9921
  color: #fff;
9907
9922
  }
9908
- .icon-pink[data-v-c40e2cd6] {
9923
+ .icon-pink[data-v-7696094a] {
9909
9924
  background: linear-gradient(135deg, #ff6090 0%, #e91e63 100%);
9910
9925
  color: #fff;
9911
9926
  }
9912
- .icon-cyan[data-v-c40e2cd6] {
9927
+ .icon-cyan[data-v-7696094a] {
9913
9928
  background: linear-gradient(135deg, #26c6da 0%, #00acc1 100%);
9914
9929
  color: #fff;
9915
9930
  }
9916
- .icon-yellow[data-v-c40e2cd6] {
9931
+ .icon-yellow[data-v-7696094a] {
9917
9932
  background: linear-gradient(135deg, #ffee58 0%, #fdd835 100%);
9918
9933
  color: #333;
9919
9934
  }
9920
- .icon-brown[data-v-c40e2cd6] {
9935
+ .icon-brown[data-v-7696094a] {
9921
9936
  background: linear-gradient(135deg, #8d6e63 0%, #5d4037 100%);
9922
9937
  color: #fff;
9923
9938
  }
9924
- .icon-indigo[data-v-c40e2cd6] {
9939
+ .icon-indigo[data-v-7696094a] {
9925
9940
  background: linear-gradient(135deg, #7986cb 0%, #3949ab 100%);
9926
9941
  color: #fff;
9927
9942
  }
9928
- .icon-teal[data-v-c40e2cd6] {
9943
+ .icon-teal[data-v-7696094a] {
9929
9944
  background: linear-gradient(135deg, #4db6ac 0%, #00897b 100%);
9930
9945
  color: #fff;
9931
9946
  }
9932
- .icon-lime[data-v-c40e2cd6] {
9947
+ .icon-lime[data-v-7696094a] {
9933
9948
  background: linear-gradient(135deg, #aed581 0%, #7cb305 100%);
9934
9949
  color: #333;
9935
9950
  }
9936
- .icon-amber[data-v-c40e2cd6] {
9951
+ .icon-amber[data-v-7696094a] {
9937
9952
  background: linear-gradient(135deg, #ffd54f 0%, #ffab00 100%);
9938
9953
  color: #333;
9939
9954
  }
9940
- .icon-fuchsia[data-v-c40e2cd6] {
9955
+ .icon-fuchsia[data-v-7696094a] {
9941
9956
  background: linear-gradient(135deg, #f06292 0%, #c2185b 100%);
9942
9957
  color: #fff;
9943
9958
  }
9944
- .icon-rose[data-v-c40e2cd6] {
9959
+ .icon-rose[data-v-7696094a] {
9945
9960
  background: linear-gradient(135deg, #f48fb1 0%, #e91e63 100%);
9946
9961
  color: #fff;
9947
9962
  }
9948
- .icon-violet[data-v-c40e2cd6] {
9963
+ .icon-violet[data-v-7696094a] {
9949
9964
  background: linear-gradient(135deg, #9575cd 0%, #512da8 100%);
9950
9965
  color: #fff;
9951
9966
  }
9952
- .icon-sky[data-v-c40e2cd6] {
9967
+ .icon-sky[data-v-7696094a] {
9953
9968
  background: linear-gradient(135deg, #4fc3f7 0%, #039be5 100%);
9954
9969
  color: #fff;
9955
9970
  }
9956
- .icon-emerald[data-v-c40e2cd6] {
9971
+ .icon-emerald[data-v-7696094a] {
9957
9972
  background: linear-gradient(135deg, #81c784 0%, #2e7d32 100%);
9958
9973
  color: #fff;
9959
9974
  }
9960
- .icon-slate[data-v-c40e2cd6] {
9975
+ .icon-slate[data-v-7696094a] {
9961
9976
  background: linear-gradient(135deg, #90a4ae 0%, #546e7a 100%);
9962
9977
  color: #fff;
9963
9978
  }
9964
- .icon-stone[data-v-c40e2cd6] {
9979
+ .icon-stone[data-v-7696094a] {
9965
9980
  background: linear-gradient(135deg, #bcaaa4 0%, #6d4c41 100%);
9966
9981
  color: #fff;
9967
9982
  }
9968
- .icon-zinc[data-v-c40e2cd6] {
9983
+ .icon-zinc[data-v-7696094a] {
9969
9984
  background: linear-gradient(135deg, #9e9e9e 0%, #424242 100%);
9970
9985
  color: #fff;
9971
9986
  }
9972
- .icon-neutral[data-v-c40e2cd6] {
9987
+ .icon-neutral[data-v-7696094a] {
9973
9988
  background: linear-gradient(135deg, #a8a8a8 0%, #616161 100%);
9974
9989
  color: #fff;
9975
9990
  }
9976
- .icon-gray[data-v-c40e2cd6] {
9991
+ .icon-gray[data-v-7696094a] {
9977
9992
  background: linear-gradient(135deg, #b0bec5 0%, #455a64 100%);
9978
9993
  color: #fff;
9979
9994
  }
9980
- .icon-skyblue[data-v-c40e2cd6] {
9995
+ .icon-skyblue[data-v-7696094a] {
9981
9996
  background: linear-gradient(135deg, #4fc3f7 0%, #0288d1 100%);
9982
9997
  color: #fff;
9983
9998
  }
9984
- .icon-darkblue[data-v-c40e2cd6] {
9999
+ .icon-darkblue[data-v-7696094a] {
9985
10000
  background: linear-gradient(135deg, #42a5f5 0%, #1565c0 100%);
9986
10001
  color: #fff;
9987
10002
  }
9988
- .icon-lightgreen[data-v-c40e2cd6] {
10003
+ .icon-lightgreen[data-v-7696094a] {
9989
10004
  background: linear-gradient(135deg, #69f0ae 0%, #00c853 100%);
9990
10005
  color: #fff;
9991
10006
  }
9992
- .icon-lightpink[data-v-c40e2cd6] {
10007
+ .icon-lightpink[data-v-7696094a] {
9993
10008
  background: linear-gradient(135deg, #ff80ab 0%, #f50057 100%);
9994
10009
  color: #fff;
9995
10010
  }
9996
- .icon-lightpurple[data-v-c40e2cd6] {
10011
+ .icon-lightpurple[data-v-7696094a] {
9997
10012
  background: linear-gradient(135deg, #b388ff 0%, #7c4dff 100%);
9998
10013
  color: #fff;
9999
10014
  }
10000
- .icon-lightorange[data-v-c40e2cd6] {
10015
+ .icon-lightorange[data-v-7696094a] {
10001
10016
  background: linear-gradient(135deg, #ffcc80 0%, #ff6d00 100%);
10002
10017
  color: #fff;
10003
10018
  }:root,:host{--van-tag-padding: 0 var(--van-padding-base);--van-tag-text-color: var(--van-white);--van-tag-font-size: var(--van-font-size-sm);--van-tag-radius: 2px;--van-tag-line-height: 16px;--van-tag-medium-padding: 2px 6px;--van-tag-large-padding: var(--van-padding-base) var(--van-padding-xs);--van-tag-large-radius: var(--van-radius-md);--van-tag-large-font-size: var(--van-font-size-md);--van-tag-round-radius: var(--van-radius-max);--van-tag-danger-color: var(--van-danger-color);--van-tag-primary-color: var(--van-primary-color);--van-tag-success-color: var(--van-success-color);--van-tag-warning-color: var(--van-warning-color);--van-tag-default-color: var(--van-gray-6);--van-tag-plain-background: var(--van-background-2)}.van-tag{position:relative;display:inline-flex;align-items:center;padding:var(--van-tag-padding);color:var(--van-tag-text-color);font-size:var(--van-tag-font-size);line-height:var(--van-tag-line-height);border-radius:var(--van-tag-radius)}.van-tag--default{background:var(--van-tag-default-color)}.van-tag--default.van-tag--plain{color:var(--van-tag-default-color)}.van-tag--danger{background:var(--van-tag-danger-color)}.van-tag--danger.van-tag--plain{color:var(--van-tag-danger-color)}.van-tag--primary{background:var(--van-tag-primary-color)}.van-tag--primary.van-tag--plain{color:var(--van-tag-primary-color)}.van-tag--success{background:var(--van-tag-success-color)}.van-tag--success.van-tag--plain{color:var(--van-tag-success-color)}.van-tag--warning{background:var(--van-tag-warning-color)}.van-tag--warning.van-tag--plain{color:var(--van-tag-warning-color)}.van-tag--plain{background:var(--van-tag-plain-background);border-color:currentColor}.van-tag--plain:before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-color:inherit;border-radius:inherit;content:"";pointer-events:none}.van-tag--medium{padding:var(--van-tag-medium-padding)}.van-tag--large{padding:var(--van-tag-large-padding);font-size:var(--van-tag-large-font-size);border-radius:var(--van-tag-large-radius)}.van-tag--mark{border-radius:0 var(--van-tag-round-radius) var(--van-tag-round-radius) 0}.van-tag--mark:after{display:block;width:2px;content:""}.van-tag--round{border-radius:var(--van-tag-round-radius)}.van-tag__close{margin-left:2px}
10004
- .fec-card[data-v-404eba8c] {
10019
+ .fec-card[data-v-7261618f] {
10005
10020
  background: #fff;
10006
10021
  border-radius: 12px;
10007
10022
  padding: 16px;
10008
10023
  margin-bottom: 12px;
10009
10024
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
10010
10025
  }
10011
- .fec-card-header[data-v-404eba8c] {
10026
+ .fec-card-header[data-v-7261618f] {
10012
10027
  display: flex;
10013
10028
  align-items: center;
10014
10029
  justify-content: space-between;
10015
10030
  margin-bottom: 12px;
10016
10031
  }
10017
- .fec-card-title-wrap[data-v-404eba8c] {
10032
+ .fec-card-title-wrap[data-v-7261618f] {
10018
10033
  display: flex;
10019
10034
  align-items: center;
10020
10035
  gap: 8px;
10021
10036
  flex: 1;
10022
10037
  overflow: hidden;
10023
10038
  }
10024
- .fec-card-title[data-v-404eba8c] {
10039
+ .fec-card-title[data-v-7261618f] {
10025
10040
  font-size: 16px;
10026
10041
  font-weight: 600;
10027
10042
  color: #333;
10028
10043
  flex-shrink: 0;
10029
10044
  }
10030
- .fec-card-bus-type[data-v-404eba8c] {
10045
+ .fec-card-bus-type[data-v-7261618f] {
10031
10046
  flex-shrink: 0;
10032
10047
  background: #f5f5f5;
10033
10048
  border: 1px solid #e0e0e0;
10034
10049
  color: #666;
10035
10050
  padding: 2px 8px;
10036
10051
  }
10037
- .fec-card-status[data-v-404eba8c] {
10052
+ .fec-card-status[data-v-7261618f] {
10038
10053
  display: inline-flex;
10039
10054
  align-items: center;
10040
10055
  gap: 4px;
@@ -10045,112 +10060,112 @@ form fieldset select {
10045
10060
  line-height: 1.5;
10046
10061
  opacity: 0.6;
10047
10062
  }
10048
- .fec-card-body[data-v-404eba8c] {
10063
+ .fec-card-body[data-v-7261618f] {
10049
10064
  margin-bottom: 12px;
10050
10065
  }
10051
- .fec-card-message[data-v-404eba8c] {
10066
+ .fec-card-message[data-v-7261618f] {
10052
10067
  font-size: 14px;
10053
10068
  color: #333;
10054
10069
  line-height: 1.6;
10055
10070
  margin-bottom: 8px;
10056
10071
  }
10057
- .fec-card-sn[data-v-404eba8c] {
10072
+ .fec-card-sn[data-v-7261618f] {
10058
10073
  font-size: 12px;
10059
10074
  color: #999;
10060
10075
  }
10061
- .fec-card-label[data-v-404eba8c] {
10076
+ .fec-card-label[data-v-7261618f] {
10062
10077
  color: #999;
10063
10078
  }
10064
- .fec-card-value[data-v-404eba8c] {
10079
+ .fec-card-value[data-v-7261618f] {
10065
10080
  color: #666;
10066
10081
  }
10067
- .fec-card-footer[data-v-404eba8c] {
10082
+ .fec-card-footer[data-v-7261618f] {
10068
10083
  display: flex;
10069
10084
  align-items: center;
10070
10085
  justify-content: space-between;
10071
10086
  padding-top: 10px;
10072
10087
  border-top: 1px solid #f5f5f5;
10073
10088
  }
10074
- .fec-card-time[data-v-404eba8c] {
10089
+ .fec-card-time[data-v-7261618f] {
10075
10090
  font-size: 12px;
10076
10091
  color: #999;
10077
10092
  }
10078
- .fec-card-actions[data-v-404eba8c] {
10093
+ .fec-card-actions[data-v-7261618f] {
10079
10094
  display: flex;
10080
10095
  gap: 8px;
10081
10096
  }
10082
- .fec-card-footer[data-v-404eba8c] .van-button {
10097
+ .fec-card-footer[data-v-7261618f] .van-button {
10083
10098
  height: 28px;
10084
10099
  font-size: 13px;
10085
10100
  padding: 0 16px;
10086
10101
  }
10087
- .fec-card-footer[data-v-404eba8c] .van-button--default {
10102
+ .fec-card-footer[data-v-7261618f] .van-button--default {
10088
10103
  background: #f5f5f5;
10089
10104
  border-color: #e0e0e0;
10090
10105
  color: #666;
10091
10106
  }
10092
- .fec-card-footer[data-v-404eba8c] .van-button--primary {
10107
+ .fec-card-footer[data-v-7261618f] .van-button--primary {
10093
10108
  background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
10094
10109
  border: none;
10095
10110
  color: #fff;
10096
10111
  box-shadow: 0 2px 6px rgba(45, 92, 224, 0.3);
10097
10112
  }
10098
- .fec-card-footer[data-v-404eba8c] .van-button--warning {
10113
+ .fec-card-footer[data-v-7261618f] .van-button--warning {
10099
10114
  background: linear-gradient(135deg, #ff7875 0%, #f5222d 100%);
10100
10115
  border: none;
10101
10116
  color: #fff;
10102
10117
  box-shadow: 0 2px 6px rgba(255, 77, 79, 0.3);
10103
10118
  }
10104
- .fec-card-footer[data-v-404eba8c] .fec-card-btn-transfer {
10119
+ .fec-card-footer[data-v-7261618f] .fec-card-btn-transfer {
10105
10120
  background: #fcba73;
10106
10121
  border: 1px solid #fcba73;
10107
10122
  color: #fff;
10108
10123
  box-shadow: 0 2px 6px rgba(250, 140, 22, 0.3);
10109
10124
  }
10110
- .fec-card-footer[data-v-404eba8c] .fec-card-btn-transfer:active {
10125
+ .fec-card-footer[data-v-7261618f] .fec-card-btn-transfer:active {
10111
10126
  background: #d46b08;
10112
10127
  border-color: #d46b08;
10113
- }.fec-mobile-approval-list[data-v-5990769f] {
10128
+ }.fec-mobile-approval-list[data-v-67d02900] {
10114
10129
  width: 100%;
10115
10130
  height: 100%;
10116
10131
  display: flex;
10117
10132
  flex-direction: column;
10118
10133
  }
10119
- .fec-mobile-approval-list[data-v-5990769f] .fec-tabs {
10134
+ .fec-mobile-approval-list[data-v-67d02900] .fec-tabs {
10120
10135
  height: 0;
10121
10136
  flex: 1;
10122
10137
  }
10123
- .fec-tabs[data-v-5990769f] {
10138
+ .fec-tabs[data-v-67d02900] {
10124
10139
  height: 100%;
10125
10140
  display: flex;
10126
10141
  flex-direction: column;
10127
10142
  }
10128
- .fec-tabs[data-v-5990769f] .van-tabs__content {
10143
+ .fec-tabs[data-v-67d02900] .van-tabs__content {
10129
10144
  flex: 1;
10130
10145
  }
10131
- .fec-tabs[data-v-5990769f] .van-tab__panel {
10146
+ .fec-tabs[data-v-67d02900] .van-tab__panel {
10132
10147
  height: 100%;
10133
10148
  }
10134
- .fec-tabs[data-v-5990769f] .van-swipe-item {
10149
+ .fec-tabs[data-v-67d02900] .van-swipe-item {
10135
10150
  height: 100%;
10136
10151
  }
10137
- .fec-tab-content[data-v-5990769f] {
10152
+ .fec-tab-content[data-v-67d02900] {
10138
10153
  height: 100%;
10139
10154
  display: flex;
10140
10155
  flex-direction: column;
10141
10156
  overflow-y: auto;
10142
10157
  background: #f5f5f5;
10143
10158
  }
10144
- .fec-list[data-v-5990769f] {
10159
+ .fec-list[data-v-67d02900] {
10145
10160
  padding: 12px;
10146
10161
  }
10147
- .fec-tabs[data-v-5990769f] .van-tabs__nav {
10162
+ .fec-tabs[data-v-67d02900] .van-tabs__nav {
10148
10163
  padding-bottom: 0;
10149
10164
  }
10150
- .fec-tabs[data-v-5990769f] .van-tabs__line {
10165
+ .fec-tabs[data-v-67d02900] .van-tabs__line {
10151
10166
  bottom: 0;
10152
10167
  }
10153
- .van-action-bar[data-v-5990769f] {
10168
+ .van-action-bar[data-v-67d02900] {
10154
10169
  position: relative;
10155
10170
  height: auto;
10156
10171
  min-height: 56px;
@@ -10159,40 +10174,40 @@ form fieldset select {
10159
10174
  align-items: flex-start;
10160
10175
  gap: 8px;
10161
10176
  }
10162
- .van-action-bar[data-v-5990769f] .van-action-bar-button {
10177
+ .van-action-bar[data-v-67d02900] .van-action-bar-button {
10163
10178
  border-radius: var(--van-radius-max);
10164
10179
  }
10165
- .appPopContent[data-v-5990769f] {
10180
+ .appPopContent[data-v-67d02900] {
10166
10181
  height: 100%;
10167
10182
  display: flex;
10168
10183
  flex-direction: column;
10169
10184
  }
10170
- .appPopContent .appOptContent[data-v-5990769f] {
10185
+ .appPopContent .appOptContent[data-v-67d02900] {
10171
10186
  flex: 1;
10172
10187
  overflow-y: auto;
10173
10188
  padding: 12px 0;
10174
10189
  }
10175
- .appPopContent .appOptContent[data-v-5990769f] .van-field__label {
10190
+ .appPopContent .appOptContent[data-v-67d02900] .van-field__label {
10176
10191
  width: 5.2em !important;
10177
10192
  }
10178
- .icon-blue[data-v-5990769f] {
10193
+ .icon-blue[data-v-67d02900] {
10179
10194
  background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
10180
10195
  color: #fff;
10181
10196
  }
10182
- .icon-orange[data-v-5990769f] {
10197
+ .icon-orange[data-v-67d02900] {
10183
10198
  background: linear-gradient(135deg, #ff7043 0%, #e64a19 100%);
10184
10199
  color: #fff;
10185
10200
  }
10186
- .icon-red[data-v-5990769f] {
10201
+ .icon-red[data-v-67d02900] {
10187
10202
  background: linear-gradient(135deg, #ff5252 0%, #d32f2f 100%);
10188
10203
  color: #fff;
10189
- }.fec-user-select[data-v-4aaba0be] {
10204
+ }.fec-user-select[data-v-f74f73d1] {
10190
10205
  display: flex;
10191
10206
  flex-direction: column;
10192
10207
  height: 100%;
10193
10208
  background: #fff;
10194
10209
  }
10195
- .fec-user-select-header[data-v-4aaba0be] {
10210
+ .fec-user-select-header[data-v-f74f73d1] {
10196
10211
  flex-shrink: 0;
10197
10212
  height: 44px;
10198
10213
  display: flex;
@@ -10200,33 +10215,33 @@ form fieldset select {
10200
10215
  justify-content: center;
10201
10216
  border-bottom: 1px solid #f2f2f2;
10202
10217
  }
10203
- .fec-user-select-header .fec-user-select-title[data-v-4aaba0be] {
10218
+ .fec-user-select-header .fec-user-select-title[data-v-f74f73d1] {
10204
10219
  font-size: 16px;
10205
10220
  font-weight: 600;
10206
10221
  color: #323233;
10207
10222
  }
10208
- .fec-user-select-search[data-v-4aaba0be] {
10223
+ .fec-user-select-search[data-v-f74f73d1] {
10209
10224
  flex-shrink: 0;
10210
10225
  border-bottom: 1px solid #f2f2f2;
10211
10226
  }
10212
- .fec-user-select-search[data-v-4aaba0be] .van-search {
10227
+ .fec-user-select-search[data-v-f74f73d1] .van-search {
10213
10228
  padding: 8px 12px;
10214
10229
  }
10215
- .fec-user-select-list[data-v-4aaba0be] {
10230
+ .fec-user-select-list[data-v-f74f73d1] {
10216
10231
  flex: 1;
10217
10232
  overflow-y: auto;
10218
10233
  background: #fff;
10219
10234
  }
10220
- .fec-user-select-vanlist[data-v-4aaba0be] {
10235
+ .fec-user-select-vanlist[data-v-f74f73d1] {
10221
10236
  min-height: 100%;
10222
10237
  }
10223
- .fec-user-select-loading[data-v-4aaba0be] {
10238
+ .fec-user-select-loading[data-v-f74f73d1] {
10224
10239
  text-align: center;
10225
10240
  padding: 40px 0;
10226
10241
  color: #999;
10227
10242
  font-size: 13px;
10228
10243
  }
10229
- .fec-user-select-item[data-v-4aaba0be] {
10244
+ .fec-user-select-item[data-v-f74f73d1] {
10230
10245
  display: flex;
10231
10246
  align-items: center;
10232
10247
  padding: 12px 0;
@@ -10235,10 +10250,10 @@ form fieldset select {
10235
10250
  border-bottom: 1px solid #f5f5f5;
10236
10251
  cursor: pointer;
10237
10252
  }
10238
- .fec-user-select-check[data-v-4aaba0be] {
10253
+ .fec-user-select-check[data-v-f74f73d1] {
10239
10254
  flex-shrink: 0;
10240
10255
  }
10241
- .fec-user-select-avatar[data-v-4aaba0be] {
10256
+ .fec-user-select-avatar[data-v-f74f73d1] {
10242
10257
  width: 40px;
10243
10258
  height: 40px;
10244
10259
  border-radius: 6px;
@@ -10251,14 +10266,14 @@ form fieldset select {
10251
10266
  flex-shrink: 0;
10252
10267
  background-color: #1089f0;
10253
10268
  }
10254
- .fec-user-select-info[data-v-4aaba0be] {
10269
+ .fec-user-select-info[data-v-f74f73d1] {
10255
10270
  flex: 1;
10256
10271
  min-width: 0;
10257
10272
  display: flex;
10258
10273
  flex-direction: column;
10259
10274
  gap: 4px;
10260
10275
  }
10261
- .fec-user-select-name[data-v-4aaba0be] {
10276
+ .fec-user-select-name[data-v-f74f73d1] {
10262
10277
  display: flex;
10263
10278
  align-items: center;
10264
10279
  gap: 6px;
@@ -10268,16 +10283,16 @@ form fieldset select {
10268
10283
  line-height: 1.4;
10269
10284
  flex-wrap: wrap;
10270
10285
  }
10271
- .fec-user-select-sub[data-v-4aaba0be] {
10286
+ .fec-user-select-sub[data-v-f74f73d1] {
10272
10287
  font-size: 12px;
10273
10288
  color: #999;
10274
10289
  line-height: 1.4;
10275
10290
  margin-top: 2px;
10276
10291
  }
10277
- .fec-user-select-empty[data-v-4aaba0be] {
10292
+ .fec-user-select-empty[data-v-f74f73d1] {
10278
10293
  padding: 40px 0;
10279
10294
  }
10280
- .fec-user-select-footer[data-v-4aaba0be] {
10295
+ .fec-user-select-footer[data-v-f74f73d1] {
10281
10296
  flex-shrink: 0;
10282
10297
  display: flex;
10283
10298
  align-items: center;
@@ -10287,7 +10302,7 @@ form fieldset select {
10287
10302
  background: #fff;
10288
10303
  gap: 12px;
10289
10304
  }
10290
- .fec-user-select-summary[data-v-4aaba0be] {
10305
+ .fec-user-select-summary[data-v-f74f73d1] {
10291
10306
  flex: 1;
10292
10307
  min-width: 0;
10293
10308
  display: flex;
@@ -10298,15 +10313,15 @@ form fieldset select {
10298
10313
  overflow: hidden;
10299
10314
  line-height: 20px;
10300
10315
  }
10301
- .fec-user-select-summary-label[data-v-4aaba0be] {
10316
+ .fec-user-select-summary-label[data-v-f74f73d1] {
10302
10317
  flex-shrink: 0;
10303
10318
  }
10304
- .fec-user-select-summary-count[data-v-4aaba0be] {
10319
+ .fec-user-select-summary-count[data-v-f74f73d1] {
10305
10320
  font-weight: 600;
10306
10321
  color: #1989fa;
10307
10322
  flex-shrink: 0;
10308
10323
  }
10309
- .fec-user-select-summary-list[data-v-4aaba0be] {
10324
+ .fec-user-select-summary-list[data-v-f74f73d1] {
10310
10325
  flex: 1;
10311
10326
  min-width: 0;
10312
10327
  display: flex;
@@ -10316,10 +10331,10 @@ form fieldset select {
10316
10331
  white-space: nowrap;
10317
10332
  scrollbar-width: none;
10318
10333
  }
10319
- .fec-user-select-summary-list[data-v-4aaba0be]::-webkit-scrollbar {
10334
+ .fec-user-select-summary-list[data-v-f74f73d1]::-webkit-scrollbar {
10320
10335
  display: none;
10321
10336
  }
10322
- .fec-user-select-summary-chip[data-v-4aaba0be] {
10337
+ .fec-user-select-summary-chip[data-v-f74f73d1] {
10323
10338
  font-size: 11px;
10324
10339
  width: 30px;
10325
10340
  border-radius: 4px;
@@ -10331,7 +10346,7 @@ form fieldset select {
10331
10346
  align-items: center;
10332
10347
  justify-content: center;
10333
10348
  }
10334
- .fec-user-select-confirm[data-v-4aaba0be] {
10349
+ .fec-user-select-confirm[data-v-f74f73d1] {
10335
10350
  flex-shrink: 0;
10336
10351
  background: linear-gradient(135deg, #1989fa 0%, #0e6fd9 100%);
10337
10352
  border: none;
@@ -10339,7 +10354,7 @@ form fieldset select {
10339
10354
  height: 36px;
10340
10355
  min-width: 80px;
10341
10356
  }
10342
- .fec-user-select-confirm[data-v-4aaba0be] .van-button__text {
10357
+ .fec-user-select-confirm[data-v-f74f73d1] .van-button__text {
10343
10358
  color: #fff;
10344
10359
  }.custom-code-wrapper[data-v-9a884660] {
10345
10360
  display: flex;