@fecp/designer 5.5.115 → 5.5.117

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 (31) hide show
  1. package/es/designer/index.mjs +8 -1
  2. package/es/designer/package.json.mjs +1 -1
  3. package/es/designer/src/packages/dataSource/index.vue.mjs +3 -1
  4. package/es/designer/src/packages/dialog/index.vue2.mjs +15 -15
  5. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  6. package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +17 -16
  7. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  8. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  9. package/es/designer.css +135 -127
  10. package/es/packages/mobile/src/components/custom/appDetail/AppDetail.vue.mjs +60 -14
  11. package/es/packages/mobile/src/components/custom/document/Document.vue.mjs +2 -6
  12. package/es/packages/mobile/src/components/dataDisplay/collapse/Collapse.vue.mjs +2 -6
  13. package/es/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.mjs +50 -56
  14. package/es/packages/mobile/src/components/form/search/Search.vue.mjs +7 -8
  15. package/es/packages/mobile/src/components/navigation/tabs/Tabs.vue.mjs +2 -6
  16. package/lib/designer/index.js +8 -1
  17. package/lib/designer/package.json.js +1 -1
  18. package/lib/designer/src/packages/dataSource/index.vue.js +3 -1
  19. package/lib/designer/src/packages/dialog/index.vue2.js +15 -15
  20. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  21. package/lib/designer/src/packages/dialogGlobal/index.vue2.js +17 -16
  22. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  23. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  24. package/lib/designer.css +135 -127
  25. package/lib/packages/mobile/src/components/custom/appDetail/AppDetail.vue.js +59 -13
  26. package/lib/packages/mobile/src/components/custom/document/Document.vue.js +2 -6
  27. package/lib/packages/mobile/src/components/dataDisplay/collapse/Collapse.vue.js +2 -6
  28. package/lib/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.js +49 -55
  29. package/lib/packages/mobile/src/components/form/search/Search.vue.js +7 -8
  30. package/lib/packages/mobile/src/components/navigation/tabs/Tabs.vue.js +2 -6
  31. package/package.json +1 -1
package/lib/designer.css CHANGED
@@ -766,7 +766,7 @@
766
766
  font-size: 12px;
767
767
  font-weight: initial;
768
768
  color: #aaaaaa;
769
- }.data-source-menu-item[data-v-5fe0fbb7] {
769
+ }.data-source-menu-item[data-v-482d52bb] {
770
770
  padding: 10px;
771
771
  border: 1px solid #ebeef5;
772
772
  margin-bottom: 8px;
@@ -775,55 +775,55 @@
775
775
  cursor: pointer;
776
776
  transition: all 0.3s;
777
777
  }
778
- .data-source-menu-item.is-active[data-v-5fe0fbb7] {
778
+ .data-source-menu-item.is-active[data-v-482d52bb] {
779
779
  border-color: #409eff;
780
780
  background-color: #ecf5ff;
781
781
  }
782
- .data-source-menu-item.is-editing[data-v-5fe0fbb7] {
782
+ .data-source-menu-item.is-editing[data-v-482d52bb] {
783
783
  cursor: default;
784
784
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
785
785
  border-color: #91d5ff;
786
786
  }
787
- .data-source-menu-item.is-editing .new-item-content[data-v-5fe0fbb7] {
787
+ .data-source-menu-item.is-editing .new-item-content[data-v-482d52bb] {
788
788
  display: flex;
789
789
  flex-direction: column;
790
790
  gap: 12px;
791
791
  }
792
- .data-source-menu-item.is-editing .new-item-content .edit-actions[data-v-5fe0fbb7] {
792
+ .data-source-menu-item.is-editing .new-item-content .edit-actions[data-v-482d52bb] {
793
793
  display: flex;
794
794
  justify-content: flex-end;
795
795
  align-items: center;
796
796
  }
797
- .data-source-menu-item.is-editing .new-item-content .new-item-input[data-v-5fe0fbb7] .el-input__wrapper {
797
+ .data-source-menu-item.is-editing .new-item-content .new-item-input[data-v-482d52bb] .el-input__wrapper {
798
798
  border-color: #91d5ff;
799
799
  box-shadow: 0 0 0 1px #91d5ff inset;
800
800
  }
801
- .data-source-menu-item.is-editing .new-item-content .new-item-input[data-v-5fe0fbb7] .el-input__wrapper:focus-within {
801
+ .data-source-menu-item.is-editing .new-item-content .new-item-input[data-v-482d52bb] .el-input__wrapper:focus-within {
802
802
  border-color: #409eff;
803
803
  box-shadow: 0 0 0 1px #409eff inset;
804
804
  }
805
- .data-source-menu-item[data-v-5fe0fbb7]:hover:not(.is-editing) {
805
+ .data-source-menu-item[data-v-482d52bb]:hover:not(.is-editing) {
806
806
  border-color: #c6e2ff;
807
807
  }
808
- .data-source-menu-item .data-source-content[data-v-5fe0fbb7] {
808
+ .data-source-menu-item .data-source-content[data-v-482d52bb] {
809
809
  display: flex;
810
810
  justify-content: space-between;
811
811
  align-items: center;
812
812
  gap: 12px;
813
813
  }
814
- .data-source-menu-item .data-source-name-wrapper[data-v-5fe0fbb7] {
814
+ .data-source-menu-item .data-source-name-wrapper[data-v-482d52bb] {
815
815
  flex: 1;
816
816
  display: flex;
817
817
  align-items: center;
818
818
  }
819
- .data-source-menu-item .delete-icon[data-v-5fe0fbb7] {
819
+ .data-source-menu-item .delete-icon[data-v-482d52bb] {
820
820
  color: #909399;
821
821
  transition: color 0.2s;
822
822
  }
823
- .data-source-menu-item .delete-icon[data-v-5fe0fbb7]:hover {
823
+ .data-source-menu-item .delete-icon[data-v-482d52bb]:hover {
824
824
  color: #f56c6c;
825
825
  }
826
- .empty-selection[data-v-5fe0fbb7] {
826
+ .empty-selection[data-v-482d52bb] {
827
827
  display: flex;
828
828
  align-items: center;
829
829
  justify-content: center;
@@ -6942,7 +6942,7 @@ body,
6942
6942
  }
6943
6943
  :root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
6944
6944
 
6945
- .fec-collapse-container[data-v-6037566c] {
6945
+ .fec-collapse-container[data-v-6242f3b6] {
6946
6946
  display: flex;
6947
6947
  flex-direction: column;
6948
6948
  }
@@ -7287,23 +7287,26 @@ body,
7287
7287
  position: absolute;
7288
7288
  text-align: center;
7289
7289
  bottom: 0px;
7290
- }.stat-card[data-v-3e56445e] {
7290
+ }.stat-card[data-v-f233d5ac] {
7291
7291
  background: #ffffff;
7292
7292
  margin: 0 12px 10px;
7293
7293
  border-radius: 16px;
7294
7294
  padding: 14px 12px 10px;
7295
7295
  overflow: hidden;
7296
+ min-height: 250px;
7297
+ display: flex;
7298
+ flex-direction: column;
7296
7299
  }
7297
- .stat-loading[data-v-3e56445e],
7298
- .stat-empty[data-v-3e56445e] {
7300
+ .stat-loading[data-v-f233d5ac],
7301
+ .stat-empty[data-v-f233d5ac] {
7299
7302
  display: flex;
7300
7303
  align-items: center;
7301
7304
  justify-content: center;
7302
- min-height: 100px;
7305
+ flex: 1;
7303
7306
  color: #999;
7304
7307
  font-size: 13px;
7305
7308
  }
7306
- .stat-hero[data-v-3e56445e] {
7309
+ .stat-hero[data-v-f233d5ac] {
7307
7310
  display: flex;
7308
7311
  align-items: flex-start;
7309
7312
  gap: 10px;
@@ -7313,7 +7316,7 @@ body,
7313
7316
  position: relative;
7314
7317
  overflow: hidden;
7315
7318
  }
7316
- .stat-hero[data-v-3e56445e]::after {
7319
+ .stat-hero[data-v-f233d5ac]::after {
7317
7320
  content: "";
7318
7321
  position: absolute;
7319
7322
  right: -16px;
@@ -7325,103 +7328,103 @@ body,
7325
7328
  background: currentColor;
7326
7329
  pointer-events: none;
7327
7330
  }
7328
- .stat-hero--blue[data-v-3e56445e] {
7331
+ .stat-hero--blue[data-v-f233d5ac] {
7329
7332
  background: linear-gradient(135deg, #eaf1fe 0%, #dce6fa 100%);
7330
7333
  }
7331
- .stat-hero--blue .stat-hero-dot[data-v-3e56445e] {
7334
+ .stat-hero--blue .stat-hero-dot[data-v-f233d5ac] {
7332
7335
  background: #2b6de8;
7333
7336
  }
7334
- .stat-hero--blue .stat-hero-label[data-v-3e56445e] {
7337
+ .stat-hero--blue .stat-hero-label[data-v-f233d5ac] {
7335
7338
  color: #3a6bcb;
7336
7339
  }
7337
- .stat-hero--blue[data-v-3e56445e]::after {
7340
+ .stat-hero--blue[data-v-f233d5ac]::after {
7338
7341
  color: #2b6de8;
7339
7342
  }
7340
- .stat-hero--purple[data-v-3e56445e] {
7343
+ .stat-hero--purple[data-v-f233d5ac] {
7341
7344
  background: linear-gradient(135deg, #f3edff 0%, #e9defa 100%);
7342
7345
  }
7343
- .stat-hero--purple .stat-hero-dot[data-v-3e56445e] {
7346
+ .stat-hero--purple .stat-hero-dot[data-v-f233d5ac] {
7344
7347
  background: #7c3aed;
7345
7348
  }
7346
- .stat-hero--purple .stat-hero-label[data-v-3e56445e] {
7349
+ .stat-hero--purple .stat-hero-label[data-v-f233d5ac] {
7347
7350
  color: #6d4dc4;
7348
7351
  }
7349
- .stat-hero--purple[data-v-3e56445e]::after {
7352
+ .stat-hero--purple[data-v-f233d5ac]::after {
7350
7353
  color: #7c3aed;
7351
7354
  }
7352
- .stat-hero--mint[data-v-3e56445e] {
7355
+ .stat-hero--mint[data-v-f233d5ac] {
7353
7356
  background: linear-gradient(135deg, #e4f7f0 0%, #d3f0e5 100%);
7354
7357
  }
7355
- .stat-hero--mint .stat-hero-dot[data-v-3e56445e] {
7358
+ .stat-hero--mint .stat-hero-dot[data-v-f233d5ac] {
7356
7359
  background: #0fa57e;
7357
7360
  }
7358
- .stat-hero--mint .stat-hero-label[data-v-3e56445e] {
7361
+ .stat-hero--mint .stat-hero-label[data-v-f233d5ac] {
7359
7362
  color: #1d8a64;
7360
7363
  }
7361
- .stat-hero--mint[data-v-3e56445e]::after {
7364
+ .stat-hero--mint[data-v-f233d5ac]::after {
7362
7365
  color: #0fa57e;
7363
7366
  }
7364
- .stat-hero--orange[data-v-3e56445e] {
7367
+ .stat-hero--orange[data-v-f233d5ac] {
7365
7368
  background: linear-gradient(135deg, #fef3e5 0%, #fde9d0 100%);
7366
7369
  }
7367
- .stat-hero--orange .stat-hero-dot[data-v-3e56445e] {
7370
+ .stat-hero--orange .stat-hero-dot[data-v-f233d5ac] {
7368
7371
  background: #f08318;
7369
7372
  }
7370
- .stat-hero--orange .stat-hero-label[data-v-3e56445e] {
7373
+ .stat-hero--orange .stat-hero-label[data-v-f233d5ac] {
7371
7374
  color: #c57312;
7372
7375
  }
7373
- .stat-hero--orange[data-v-3e56445e]::after {
7376
+ .stat-hero--orange[data-v-f233d5ac]::after {
7374
7377
  color: #f08318;
7375
7378
  }
7376
- .stat-hero--mist[data-v-3e56445e] {
7379
+ .stat-hero--mist[data-v-f233d5ac] {
7377
7380
  background: linear-gradient(135deg, #eaf3f6 0%, #dce9ef 100%);
7378
7381
  }
7379
- .stat-hero--mist .stat-hero-dot[data-v-3e56445e] {
7382
+ .stat-hero--mist .stat-hero-dot[data-v-f233d5ac] {
7380
7383
  background: #6b9aaa;
7381
7384
  }
7382
- .stat-hero--mist .stat-hero-label[data-v-3e56445e] {
7385
+ .stat-hero--mist .stat-hero-label[data-v-f233d5ac] {
7383
7386
  color: #4d7a89;
7384
7387
  }
7385
- .stat-hero--mist[data-v-3e56445e]::after {
7388
+ .stat-hero--mist[data-v-f233d5ac]::after {
7386
7389
  color: #6b9aaa;
7387
7390
  }
7388
- .stat-hero--rose[data-v-3e56445e] {
7391
+ .stat-hero--rose[data-v-f233d5ac] {
7389
7392
  background: linear-gradient(135deg, #fce9ed 0%, #fadce3 100%);
7390
7393
  }
7391
- .stat-hero--rose .stat-hero-dot[data-v-3e56445e] {
7394
+ .stat-hero--rose .stat-hero-dot[data-v-f233d5ac] {
7392
7395
  background: #e04466;
7393
7396
  }
7394
- .stat-hero--rose .stat-hero-label[data-v-3e56445e] {
7397
+ .stat-hero--rose .stat-hero-label[data-v-f233d5ac] {
7395
7398
  color: #c4345c;
7396
7399
  }
7397
- .stat-hero--rose[data-v-3e56445e]::after {
7400
+ .stat-hero--rose[data-v-f233d5ac]::after {
7398
7401
  color: #e04466;
7399
7402
  }
7400
- .stat-hero-dot[data-v-3e56445e] {
7403
+ .stat-hero-dot[data-v-f233d5ac] {
7401
7404
  width: 10px;
7402
7405
  height: 10px;
7403
7406
  border-radius: 50%;
7404
7407
  margin-top: 3px;
7405
7408
  flex-shrink: 0;
7406
7409
  }
7407
- .stat-hero-body[data-v-3e56445e] {
7410
+ .stat-hero-body[data-v-f233d5ac] {
7408
7411
  flex: 1;
7409
7412
  min-width: 0;
7410
7413
  position: relative;
7411
7414
  z-index: 1;
7412
7415
  }
7413
- .stat-hero-label[data-v-3e56445e] {
7416
+ .stat-hero-label[data-v-f233d5ac] {
7414
7417
  font-size: 12px;
7415
7418
  font-weight: 500;
7416
7419
  margin-bottom: 8px;
7417
7420
  letter-spacing: 0.3px;
7418
7421
  }
7419
- .stat-hero-num[data-v-3e56445e] {
7422
+ .stat-hero-num[data-v-f233d5ac] {
7420
7423
  display: flex;
7421
7424
  align-items: baseline;
7422
7425
  line-height: 1;
7423
7426
  }
7424
- .stat-hero-value[data-v-3e56445e] {
7427
+ .stat-hero-value[data-v-f233d5ac] {
7425
7428
  font-size: 34px;
7426
7429
  font-weight: 700;
7427
7430
  font-family: "DIN Alternate", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
@@ -7433,29 +7436,29 @@ body,
7433
7436
  text-overflow: ellipsis;
7434
7437
  white-space: nowrap;
7435
7438
  }
7436
- .stat-hero-value[data-len="5"][data-v-3e56445e], .stat-hero-value[data-len="6"][data-v-3e56445e] {
7439
+ .stat-hero-value[data-len="5"][data-v-f233d5ac], .stat-hero-value[data-len="6"][data-v-f233d5ac] {
7437
7440
  font-size: 26px;
7438
7441
  }
7439
- .stat-hero-value[data-len="7"][data-v-3e56445e], .stat-hero-value[data-len="8"][data-v-3e56445e] {
7442
+ .stat-hero-value[data-len="7"][data-v-f233d5ac], .stat-hero-value[data-len="8"][data-v-f233d5ac] {
7440
7443
  font-size: 21px;
7441
7444
  letter-spacing: -1.2px;
7442
7445
  }
7443
- .stat-hero-unit[data-v-3e56445e] {
7446
+ .stat-hero-unit[data-v-f233d5ac] {
7444
7447
  font-size: 13px;
7445
7448
  color: #7b8296;
7446
7449
  margin-left: 5px;
7447
7450
  font-weight: 500;
7448
7451
  flex-shrink: 0;
7449
7452
  }
7450
- .stat-row[data-v-3e56445e] {
7453
+ .stat-row[data-v-f233d5ac] {
7451
7454
  display: flex;
7452
7455
  gap: 8px;
7453
7456
  margin-bottom: 8px;
7454
7457
  }
7455
- .stat-row[data-v-3e56445e]:last-child {
7458
+ .stat-row[data-v-f233d5ac]:last-child {
7456
7459
  margin-bottom: 0;
7457
7460
  }
7458
- .stat-item[data-v-3e56445e] {
7461
+ .stat-item[data-v-f233d5ac] {
7459
7462
  display: flex;
7460
7463
  align-items: flex-start;
7461
7464
  gap: 8px;
@@ -7465,88 +7468,88 @@ body,
7465
7468
  position: relative;
7466
7469
  overflow: hidden;
7467
7470
  }
7468
- .stat-item--w1[data-v-3e56445e] {
7471
+ .stat-item--w1[data-v-f233d5ac] {
7469
7472
  flex: 1;
7470
7473
  }
7471
- .stat-item--w2[data-v-3e56445e] {
7474
+ .stat-item--w2[data-v-f233d5ac] {
7472
7475
  flex: 2;
7473
7476
  }
7474
- .stat-item--blue[data-v-3e56445e] {
7477
+ .stat-item--blue[data-v-f233d5ac] {
7475
7478
  background: #f5f7fd;
7476
7479
  }
7477
- .stat-item--blue .stat-item-dot[data-v-3e56445e] {
7480
+ .stat-item--blue .stat-item-dot[data-v-f233d5ac] {
7478
7481
  background: #2b6de8;
7479
7482
  }
7480
- .stat-item--blue .stat-item-label[data-v-3e56445e] {
7483
+ .stat-item--blue .stat-item-label[data-v-f233d5ac] {
7481
7484
  color: #3a6bcb;
7482
7485
  }
7483
- .stat-item--purple[data-v-3e56445e] {
7486
+ .stat-item--purple[data-v-f233d5ac] {
7484
7487
  background: #f9f7fd;
7485
7488
  }
7486
- .stat-item--purple .stat-item-dot[data-v-3e56445e] {
7489
+ .stat-item--purple .stat-item-dot[data-v-f233d5ac] {
7487
7490
  background: #7c3aed;
7488
7491
  }
7489
- .stat-item--purple .stat-item-label[data-v-3e56445e] {
7492
+ .stat-item--purple .stat-item-label[data-v-f233d5ac] {
7490
7493
  color: #6d4dc4;
7491
7494
  }
7492
- .stat-item--mint[data-v-3e56445e] {
7495
+ .stat-item--mint[data-v-f233d5ac] {
7493
7496
  background: #f2faf6;
7494
7497
  }
7495
- .stat-item--mint .stat-item-dot[data-v-3e56445e] {
7498
+ .stat-item--mint .stat-item-dot[data-v-f233d5ac] {
7496
7499
  background: #0fa57e;
7497
7500
  }
7498
- .stat-item--mint .stat-item-label[data-v-3e56445e] {
7501
+ .stat-item--mint .stat-item-label[data-v-f233d5ac] {
7499
7502
  color: #1d8a64;
7500
7503
  }
7501
- .stat-item--orange[data-v-3e56445e] {
7504
+ .stat-item--orange[data-v-f233d5ac] {
7502
7505
  background: #fef9f3;
7503
7506
  }
7504
- .stat-item--orange .stat-item-dot[data-v-3e56445e] {
7507
+ .stat-item--orange .stat-item-dot[data-v-f233d5ac] {
7505
7508
  background: #f08318;
7506
7509
  }
7507
- .stat-item--orange .stat-item-label[data-v-3e56445e] {
7510
+ .stat-item--orange .stat-item-label[data-v-f233d5ac] {
7508
7511
  color: #c57312;
7509
7512
  }
7510
- .stat-item--mist[data-v-3e56445e] {
7513
+ .stat-item--mist[data-v-f233d5ac] {
7511
7514
  background: #f3f7f9;
7512
7515
  }
7513
- .stat-item--mist .stat-item-dot[data-v-3e56445e] {
7516
+ .stat-item--mist .stat-item-dot[data-v-f233d5ac] {
7514
7517
  background: #6b9aaa;
7515
7518
  }
7516
- .stat-item--mist .stat-item-label[data-v-3e56445e] {
7519
+ .stat-item--mist .stat-item-label[data-v-f233d5ac] {
7517
7520
  color: #4d7a89;
7518
7521
  }
7519
- .stat-item--rose[data-v-3e56445e] {
7522
+ .stat-item--rose[data-v-f233d5ac] {
7520
7523
  background: #fdf4f6;
7521
7524
  }
7522
- .stat-item--rose .stat-item-dot[data-v-3e56445e] {
7525
+ .stat-item--rose .stat-item-dot[data-v-f233d5ac] {
7523
7526
  background: #e04466;
7524
7527
  }
7525
- .stat-item--rose .stat-item-label[data-v-3e56445e] {
7528
+ .stat-item--rose .stat-item-label[data-v-f233d5ac] {
7526
7529
  color: #c4345c;
7527
7530
  }
7528
- .stat-item-dot[data-v-3e56445e] {
7531
+ .stat-item-dot[data-v-f233d5ac] {
7529
7532
  width: 8px;
7530
7533
  height: 8px;
7531
7534
  border-radius: 50%;
7532
7535
  margin-top: 5px;
7533
7536
  flex-shrink: 0;
7534
7537
  }
7535
- .stat-item-body[data-v-3e56445e] {
7538
+ .stat-item-body[data-v-f233d5ac] {
7536
7539
  flex: 1;
7537
7540
  min-width: 0;
7538
7541
  }
7539
- .stat-item-label[data-v-3e56445e] {
7542
+ .stat-item-label[data-v-f233d5ac] {
7540
7543
  font-size: 11px;
7541
7544
  font-weight: 500;
7542
7545
  margin-bottom: 4px;
7543
7546
  }
7544
- .stat-item-num[data-v-3e56445e] {
7547
+ .stat-item-num[data-v-f233d5ac] {
7545
7548
  display: flex;
7546
7549
  align-items: baseline;
7547
7550
  line-height: 1;
7548
7551
  }
7549
- .stat-item-value[data-v-3e56445e] {
7552
+ .stat-item-value[data-v-f233d5ac] {
7550
7553
  font-size: 22px;
7551
7554
  font-weight: 700;
7552
7555
  font-family: "DIN Alternate", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
@@ -7556,14 +7559,14 @@ body,
7556
7559
  text-overflow: ellipsis;
7557
7560
  white-space: nowrap;
7558
7561
  }
7559
- .stat-item-value[data-len="5"][data-v-3e56445e], .stat-item-value[data-len="6"][data-v-3e56445e] {
7562
+ .stat-item-value[data-len="5"][data-v-f233d5ac], .stat-item-value[data-len="6"][data-v-f233d5ac] {
7560
7563
  font-size: 17px;
7561
7564
  }
7562
- .stat-item-value[data-len="7"][data-v-3e56445e], .stat-item-value[data-len="8"][data-v-3e56445e] {
7565
+ .stat-item-value[data-len="7"][data-v-f233d5ac], .stat-item-value[data-len="8"][data-v-f233d5ac] {
7563
7566
  font-size: 22px;
7564
7567
  letter-spacing: -0.8px;
7565
7568
  }
7566
- .stat-item-unit[data-v-3e56445e] {
7569
+ .stat-item-unit[data-v-f233d5ac] {
7567
7570
  font-size: 12px;
7568
7571
  color: #9ca3af;
7569
7572
  margin-left: 3px;
@@ -9426,52 +9429,52 @@ form fieldset select {
9426
9429
  [data-v-0b6c32f8] .vue-office-pdf-wrapper {
9427
9430
  background-color: transparent !important;
9428
9431
  padding: 0 !important;
9429
- }.fec-doc-tabs-container[data-v-8b45de1b] {
9432
+ }.fec-doc-tabs-container[data-v-ae58ecdb] {
9430
9433
  display: flex;
9431
9434
  flex-direction: column;
9432
9435
  width: 100%;
9433
9436
  background-color: #fff;
9434
9437
  }
9435
- .fec-doc-tabs-container.isAutoHeight[data-v-8b45de1b] {
9438
+ .fec-doc-tabs-container.isAutoHeight[data-v-ae58ecdb] {
9436
9439
  flex: 1;
9437
9440
  height: 0 !important;
9438
9441
  }
9439
- .fec-doc-tabs-loading[data-v-8b45de1b] {
9442
+ .fec-doc-tabs-loading[data-v-ae58ecdb] {
9440
9443
  text-align: center;
9441
9444
  padding: 12px;
9442
9445
  color: #999;
9443
9446
  font-size: 13px;
9444
9447
  }
9445
- .fec-doc-tabs[data-v-8b45de1b] {
9448
+ .fec-doc-tabs[data-v-ae58ecdb] {
9446
9449
  height: 0;
9447
9450
  flex: 1;
9448
9451
  display: flex;
9449
9452
  flex-direction: column;
9450
9453
  }
9451
- .fec-doc-tabs[data-v-8b45de1b] .van-tab__panel {
9454
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tab__panel {
9452
9455
  height: 100%;
9453
9456
  overflow: auto;
9454
9457
  }
9455
- .fec-doc-tabs[data-v-8b45de1b] .van-tabs__content {
9458
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tabs__content {
9456
9459
  flex: 1;
9457
9460
  overflow: auto;
9458
9461
  }
9459
- .fec-doc-tabs[data-v-8b45de1b] .van-tabs__wrap {
9462
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tabs__wrap {
9460
9463
  height: auto;
9461
9464
  padding: 8px 12px;
9462
9465
  }
9463
- .fec-doc-tabs[data-v-8b45de1b] .van-tabs__nav {
9466
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tabs__nav {
9464
9467
  background: transparent;
9465
9468
  display: flex;
9466
9469
  gap: 8px;
9467
9470
  padding: 0;
9468
9471
  border: none;
9469
9472
  }
9470
- .fec-doc-tabs[data-v-8b45de1b] .van-tabs__nav--card {
9473
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tabs__nav--card {
9471
9474
  margin: 0;
9472
9475
  height: auto;
9473
9476
  }
9474
- .fec-doc-tabs[data-v-8b45de1b] .van-tab {
9477
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tab {
9475
9478
  background: #f2f3f5;
9476
9479
  border-radius: 999px;
9477
9480
  padding: 3px 16px;
@@ -9484,87 +9487,87 @@ form fieldset select {
9484
9487
  line-height: 1.4;
9485
9488
  border: 0;
9486
9489
  }
9487
- .fec-doc-tabs[data-v-8b45de1b] .van-tab--active {
9490
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tab--active {
9488
9491
  background: linear-gradient(135deg, #1989fa 0%, #0e6fd9 100%);
9489
9492
  color: #fff;
9490
9493
  font-weight: 500;
9491
9494
  }
9492
- .fec-doc-tabs[data-v-8b45de1b] .van-tabs__line {
9495
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tabs__line {
9493
9496
  display: none;
9494
9497
  }
9495
- .fec-doc-tabs[data-v-8b45de1b] .van-tab__text {
9498
+ .fec-doc-tabs[data-v-ae58ecdb] .van-tab__text {
9496
9499
  white-space: nowrap;
9497
9500
  }
9498
- .fec-tab-content[data-v-8b45de1b] {
9501
+ .fec-tab-content[data-v-ae58ecdb] {
9499
9502
  padding: 12px 18px;
9500
9503
  }
9501
- .fec-doc-group[data-v-8b45de1b] {
9504
+ .fec-doc-group[data-v-ae58ecdb] {
9502
9505
  margin-bottom: 16px;
9503
9506
  }
9504
- .fec-doc-group-title[data-v-8b45de1b] {
9507
+ .fec-doc-group-title[data-v-ae58ecdb] {
9505
9508
  font-size: 14px;
9506
9509
  font-weight: 600;
9507
9510
  color: #333;
9508
9511
  margin-bottom: 12px;
9509
9512
  }
9510
- .fec-doc-grid[data-v-8b45de1b] {
9513
+ .fec-doc-grid[data-v-ae58ecdb] {
9511
9514
  display: grid;
9512
9515
  grid-template-columns: repeat(4, 1fr);
9513
9516
  gap: 12px 8px;
9514
9517
  }
9515
- .fec-doc-item[data-v-8b45de1b] {
9518
+ .fec-doc-item[data-v-ae58ecdb] {
9516
9519
  display: flex;
9517
9520
  flex-direction: column;
9518
9521
  align-items: center;
9519
9522
  gap: 6px;
9520
9523
  cursor: pointer;
9521
9524
  }
9522
- .fec-doc-icon-wrap[data-v-8b45de1b] {
9525
+ .fec-doc-icon-wrap[data-v-ae58ecdb] {
9523
9526
  position: relative;
9524
9527
  display: flex;
9525
9528
  align-items: center;
9526
9529
  justify-content: center;
9527
9530
  padding: 5px;
9528
9531
  }
9529
- .fec-doc-icon[data-v-8b45de1b] {
9532
+ .fec-doc-icon[data-v-ae58ecdb] {
9530
9533
  display: flex;
9531
9534
  align-items: center;
9532
9535
  justify-content: center;
9533
9536
  }
9534
- .fec-doc-icon-img[data-v-8b45de1b] {
9537
+ .fec-doc-icon-img[data-v-ae58ecdb] {
9535
9538
  width: 38px;
9536
9539
  height: 38px;
9537
9540
  object-fit: contain;
9538
9541
  display: block;
9539
9542
  }
9540
- .fec-doc-tag-default[data-v-8b45de1b] {
9543
+ .fec-doc-tag-default[data-v-ae58ecdb] {
9541
9544
  background: #1989fa;
9542
9545
  }
9543
- .fec-doc-tag-hot[data-v-8b45de1b] {
9546
+ .fec-doc-tag-hot[data-v-ae58ecdb] {
9544
9547
  background: linear-gradient(135deg, #ff5d6c 0%, #ff3853 100%);
9545
9548
  }
9546
- .fec-doc-tag-new[data-v-8b45de1b] {
9549
+ .fec-doc-tag-new[data-v-ae58ecdb] {
9547
9550
  background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%);
9548
9551
  }
9549
- .fec-doc-tag-free[data-v-8b45de1b] {
9552
+ .fec-doc-tag-free[data-v-ae58ecdb] {
9550
9553
  background: linear-gradient(135deg, #fa8c16 0%, #d46b08 100%);
9551
9554
  }
9552
- .fec-doc-name[data-v-8b45de1b] {
9555
+ .fec-doc-name[data-v-ae58ecdb] {
9553
9556
  font-size: 12px;
9554
9557
  color: #333;
9555
9558
  text-align: center;
9556
9559
  line-height: 1.3;
9557
9560
  word-break: break-all;
9558
9561
  }
9559
- .fec-doc-empty[data-v-8b45de1b] {
9562
+ .fec-doc-empty[data-v-ae58ecdb] {
9560
9563
  padding: 0;
9561
9564
  }
9562
- .fec-doc-empty[data-v-8b45de1b] .van-empty__description {
9565
+ .fec-doc-empty[data-v-ae58ecdb] .van-empty__description {
9563
9566
  margin: 0;
9564
9567
  font-size: 12px;
9565
9568
  color: #ccc;
9566
9569
  }
9567
- .fec-doc-preview-cover[data-v-8b45de1b] {
9570
+ .fec-doc-preview-cover[data-v-ae58ecdb] {
9568
9571
  display: flex;
9569
9572
  align-items: center;
9570
9573
  gap: 8px;
@@ -9572,13 +9575,13 @@ form fieldset select {
9572
9575
  color: #fff;
9573
9576
  width: 160px;
9574
9577
  }
9575
- .fec-doc-preview-icon[data-v-8b45de1b] {
9578
+ .fec-doc-preview-icon[data-v-ae58ecdb] {
9576
9579
  width: 28px;
9577
9580
  height: 28px;
9578
9581
  flex-shrink: 0;
9579
9582
  object-fit: contain;
9580
9583
  }
9581
- .fec-doc-preview-name[data-v-8b45de1b] {
9584
+ .fec-doc-preview-name[data-v-ae58ecdb] {
9582
9585
  flex: 1;
9583
9586
  min-width: 0;
9584
9587
  font-size: 14px;
@@ -9591,7 +9594,7 @@ form fieldset select {
9591
9594
  -webkit-line-clamp: 1;
9592
9595
  -webkit-box-orient: vertical;
9593
9596
  }
9594
- .fec-doc-preview-doc[data-v-8b45de1b] {
9597
+ .fec-doc-preview-doc[data-v-ae58ecdb] {
9595
9598
  height: 100%;
9596
9599
  padding-top: 52px;
9597
9600
  display: flex;
@@ -9618,44 +9621,44 @@ form fieldset select {
9618
9621
  .van-image-preview__cover {
9619
9622
  background-color: pink;
9620
9623
  } */
9621
- .fec-tabs-container[data-v-3f9e5c3d] {
9624
+ .fec-tabs-container[data-v-2dd78d51] {
9622
9625
  display: flex;
9623
9626
  flex-direction: column;
9624
9627
  width: 100%;
9625
9628
  }
9626
- .fec-tabs-container.isAutoHeight[data-v-3f9e5c3d] {
9629
+ .fec-tabs-container.isAutoHeight[data-v-2dd78d51] {
9627
9630
  flex: 1;
9628
9631
  height: 0 !important;
9629
9632
  }
9630
- .fec-tabs[data-v-3f9e5c3d] {
9633
+ .fec-tabs[data-v-2dd78d51] {
9631
9634
  height: 100%;
9632
9635
  display: flex;
9633
9636
  flex-direction: column;
9634
9637
  }
9635
- .fec-tabs[data-v-3f9e5c3d] .van-tabs__content {
9638
+ .fec-tabs[data-v-2dd78d51] .van-tabs__content {
9636
9639
  flex: 1;
9637
9640
  }
9638
- .fec-tabs[data-v-3f9e5c3d] .van-tab__panel {
9641
+ .fec-tabs[data-v-2dd78d51] .van-tab__panel {
9639
9642
  height: 100%;
9640
9643
  width: 100%;
9641
9644
  }
9642
- .fec-tabs[data-v-3f9e5c3d] .van-swipe-item {
9645
+ .fec-tabs[data-v-2dd78d51] .van-swipe-item {
9643
9646
  height: 100%;
9644
9647
  }
9645
- .fec-tab-content[data-v-3f9e5c3d] {
9648
+ .fec-tab-content[data-v-2dd78d51] {
9646
9649
  /* flex: 1;
9647
9650
  overflow: auto; */
9648
9651
  height: 100%;
9649
9652
  display: flex;
9650
9653
  flex-direction: column;
9651
9654
  }
9652
- .fec-tabs[data-v-3f9e5c3d] .van-tabs__nav {
9655
+ .fec-tabs[data-v-2dd78d51] .van-tabs__nav {
9653
9656
  padding-bottom: 0;
9654
9657
  }
9655
- .fec-tabs[data-v-3f9e5c3d] .van-tabs__line {
9658
+ .fec-tabs[data-v-2dd78d51] .van-tabs__line {
9656
9659
  bottom: 0;
9657
9660
  }
9658
- .fec-tab-lost[data-v-3f9e5c3d] {
9661
+ .fec-tab-lost[data-v-2dd78d51] {
9659
9662
  height: 100%;
9660
9663
  }: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}
9661
9664
  :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)}
@@ -9758,7 +9761,7 @@ form fieldset select {
9758
9761
  .line-selected-content[data-v-bceff215] .van-step--vertical:not(:last-child):after {
9759
9762
  border-bottom: none;
9760
9763
  }
9761
- .route-wrapper[data-v-d358b0d3] {
9764
+ .route-wrapper[data-v-ade90293] {
9762
9765
  width: 100%;
9763
9766
  height: 100%;
9764
9767
  display: flex;
@@ -9767,7 +9770,12 @@ form fieldset select {
9767
9770
  justify-content: center;
9768
9771
  background: #f5f7fa;
9769
9772
  }
9770
- .route-wrapper .route-hint[data-v-d358b0d3] {
9773
+ .route-wrapper[data-v-ade90293] .van-empty {
9774
+ height: 100%;
9775
+ width: 100%;
9776
+ background-color: #fff;
9777
+ }
9778
+ .route-wrapper .route-hint[data-v-ade90293] {
9771
9779
  color: #909399;
9772
9780
  font-size: 14px;
9773
9781
  }.van-action-bar[data-v-8d0c761c] {