@cloudtower/eagle 0.33.0 → 0.33.1

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 (36) hide show
  1. package/README.md +6 -0
  2. package/dist/cjs/UIKitProvider/index.js +3 -4
  3. package/dist/cjs/core/Alert/index.js +10 -4
  4. package/dist/cjs/core/TableForm/TableFormBodyCell.js +2 -1
  5. package/dist/cjs/core/TableForm/TableFormHeaderCell.js +4 -2
  6. package/dist/cjs/core/message/index.js +7 -2
  7. package/dist/cjs/core/message-group/index.js +3 -1
  8. package/dist/cjs/index.js +1 -0
  9. package/dist/cjs/stats1.html +1 -1
  10. package/dist/cjs/styles/token/color.js +24 -0
  11. package/dist/components.css +1029 -923
  12. package/dist/esm/UIKitProvider/index.js +3 -4
  13. package/dist/esm/core/Alert/index.js +10 -4
  14. package/dist/esm/core/TableForm/TableFormBodyCell.js +2 -1
  15. package/dist/esm/core/TableForm/TableFormHeaderCell.js +4 -2
  16. package/dist/esm/core/message/index.js +7 -3
  17. package/dist/esm/core/message-group/index.js +3 -1
  18. package/dist/esm/index.js +1 -1
  19. package/dist/esm/stats1.html +1 -1
  20. package/dist/esm/styles/token/color.js +24 -0
  21. package/dist/src/UIKitProvider/index.d.ts +4 -4
  22. package/dist/src/core/Legend/__test__/h5_css.test.d.ts +1 -0
  23. package/dist/src/core/Legend/index.d.ts +9 -0
  24. package/dist/src/core/Legend/legend.type.d.ts +25 -0
  25. package/dist/src/core/TableForm/types.d.ts +1 -0
  26. package/dist/src/core/message/index.d.ts +1 -0
  27. package/dist/src/styles/token/color.d.ts +24 -0
  28. package/dist/stories/docs/core/Legend.stories.d.ts +19 -0
  29. package/dist/stories/docs/core/SearchInput.stories.d.ts +20 -20
  30. package/dist/stories/docs/core/Select.stories.d.ts +94 -13
  31. package/dist/stories/docs/core/StatusCapsule.stories.d.ts +8 -0
  32. package/dist/stories/docs/core/message-group.stories.d.ts +4 -0
  33. package/dist/style.css +928 -826
  34. package/dist/token.css +20 -26
  35. package/dist/variables.scss +21 -0
  36. package/package.json +7 -7
package/dist/style.css CHANGED
@@ -28581,6 +28581,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28581
28581
  line-height: 20px;
28582
28582
  font-size: 20px;
28583
28583
  color: #3e4652;
28584
+ position: unset;
28584
28585
  }
28585
28586
  .ant-modal .ant-modal-close-x .anticon-close-circle {
28586
28587
  transition: opacity 320ms 80ms;
@@ -29275,6 +29276,92 @@ td .ant-btn-link {
29275
29276
  width: calc(8.3% - 16px);
29276
29277
  }
29277
29278
  }
29279
+ .ant-alert[class],
29280
+ .ant-anchor[class],
29281
+ .ant-slider[class],
29282
+ .ant-avatar[class],
29283
+ .ant-table[class],
29284
+ .ant-switch[class],
29285
+ .ant-spin[class],
29286
+ .ant-statistic[class],
29287
+ .ant-steps[class],
29288
+ .ant-select-auto-complete[class],
29289
+ .ant-back-top[class],
29290
+ .ant-badge[class],
29291
+ .ant-breadcrumb[class],
29292
+ .ant-picker-calendar[class],
29293
+ .ant-picker-dropdown[class],
29294
+ .ant-picker[class],
29295
+ .ant-card[class],
29296
+ .ant-carousel[class],
29297
+ .ant-cascader-picker[class],
29298
+ .ant-cascader[class],
29299
+ .ant-breadcrumb[class],
29300
+ .ant-btn[class],
29301
+ .ant-checkbox[class],
29302
+ .ant-tree-checkbox[class],
29303
+ .ant-tree-checkbox-wrapper[class],
29304
+ .ant-tree-checkbox-group[class],
29305
+ .ant-select-tree-checkbox-wrapper[class],
29306
+ .ant-select-tree-checkbox-group[class],
29307
+ .ant-select-tree-checkbox[class],
29308
+ .ant-checkbox-wrapper[class],
29309
+ .ant-checkbox-group[class],
29310
+ .ant-tree[class],
29311
+ .ant-select-tree[class],
29312
+ .ant-typography[class],
29313
+ .ant-upload[class],
29314
+ .ant-upload-list[class],
29315
+ .ant-back-top[class],
29316
+ .ant-badge[class],
29317
+ .ant-avatar[class],
29318
+ .ant-select-auto-complete[class],
29319
+ .ant-anchor[class],
29320
+ .ant-transfer[class],
29321
+ .ant-transfer-list[class],
29322
+ .ant-transfer-operation[class],
29323
+ .ant-tooltip[class],
29324
+ .ant-timeline[class],
29325
+ .ant-select[class],
29326
+ .ant-radio[class],
29327
+ .ant-rate[class],
29328
+ .ant-select-dropdown[class],
29329
+ .ant-radio-wrapper[class],
29330
+ .ant-radio-group[class],
29331
+ .ant-radio-button-wrapper[class],
29332
+ .ant-progress[class],
29333
+ .ant-popover[class],
29334
+ .ant-pagination[class],
29335
+ .ant-modal[class],
29336
+ .ant-message[class],
29337
+ .ant-menu[class],
29338
+ .ant-input-number[class],
29339
+ .ant-input-group[class],
29340
+ .ant-input[class],
29341
+ .ant-form[class],
29342
+ .ant-form-item[class],
29343
+ .ant-dropdown[class],
29344
+ .ant-drawer[class],
29345
+ .ant-divider[class],
29346
+ .ant-descriptions[class],
29347
+ .ant-collapse[class],
29348
+ .ant-calendar[class],
29349
+ .ant-alert[class],
29350
+ .ant-list[class],
29351
+ .ant-mentions[class],
29352
+ .ant-mentions-measure[class],
29353
+ .ant-mentions-dropdown[class],
29354
+ .ant-mentions > textarea[class],
29355
+ .ant-notification[class],
29356
+ .ant-page-header[class],
29357
+ .ant-table-filter-dropdown[class],
29358
+ .ant-tabs-dropdown[class],
29359
+ .ant-tabs[class],
29360
+ .ant-tag[class],
29361
+ .ant-timeline[class] {
29362
+ font-variant-ligatures: no-contextual;
29363
+ }
29364
+
29278
29365
  /* http://meyerweb.com/eric/tools/css/reset/
29279
29366
  Modified based on Eric Meyer’s
29280
29367
  */
@@ -29573,84 +29660,131 @@ html body {
29573
29660
  margin-left: 1px;
29574
29661
  }
29575
29662
 
29576
- .E_c18bcrac {
29577
- display: inline-block;
29578
- width: 100%;
29579
- }
29580
- .E_c18bcrac .recharts-wrapper {
29581
- margin-left: 4px;
29663
+ span.E_tqjc4ui {
29664
+ margin: 0 2px;
29582
29665
  }
29583
29666
 
29584
- .E_cro7kg2 {
29585
- padding: 4px;
29667
+ .E_gmyahx3 {
29668
+ cursor: pointer;
29669
+ }
29670
+ .E_gmyahx3 .link-text {
29671
+ color: rgba(0, 21, 64, 0.3);
29672
+ }
29673
+ .E_gmyahx3:hover .link-text {
29674
+ color: #0080ff;
29586
29675
  }
29587
29676
 
29588
- .E_c14wcxf0 {
29677
+ .E_s1at6qmn.ant-layout-sider {
29678
+ background: #edf0f7;
29679
+ padding: 32px 8px;
29680
+ overflow: auto;
29681
+ }
29682
+ .E_s1at6qmn .ant-layout-sider-children {
29589
29683
  display: flex;
29684
+ flex-direction: column;
29590
29685
  justify-content: space-between;
29591
- align-items: center;
29592
- font-size: 13px;
29593
- line-height: 24px;
29594
- color: #cccccc;
29595
- white-space: nowrap;
29596
29686
  }
29597
- .E_c14wcxf0 label {
29598
- margin-right: 32px;
29687
+ .E_s1at6qmn footer {
29688
+ display: flex;
29599
29689
  }
29600
-
29601
- .E_coy29mj.E_c14wcxf0 {
29602
- font-weight: bold;
29603
- color: white;
29690
+ .E_s1at6qmn .ant-menu {
29691
+ background: #edf0f7;
29604
29692
  }
29605
-
29606
- .E_s11212zy {
29607
- width: 8px;
29608
- height: 8px;
29609
- border-radius: 2px;
29610
- display: inline-block;
29611
- background: var(--s11212zy-0);
29612
- border: 1px solid #fff;
29613
- box-sizing: content-box;
29614
- margin-right: 6px;
29693
+ .E_s1at6qmn .ant-menu a {
29694
+ color: #00122e;
29695
+ width: 180px;
29696
+ overflow: hidden;
29697
+ text-overflow: ellipsis;
29615
29698
  }
29616
-
29617
- .E_p1lyky6c > :first-child {
29618
- font-weight: bold;
29619
- color: white;
29620
- margin-right: 4px;
29699
+ .E_s1at6qmn .ant-menu-vertical {
29700
+ margin-bottom: 24px;
29621
29701
  }
29622
-
29623
- .E_gmyahx3 {
29624
- cursor: pointer;
29702
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
29703
+ margin: 0;
29625
29704
  }
29626
- .E_gmyahx3 .link-text {
29627
- color: rgba(0, 21, 64, 0.3);
29705
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
29706
+ font-size: 12px;
29707
+ padding: 0 8px 4px;
29708
+ line-height: 18px;
29628
29709
  }
29629
- .E_gmyahx3:hover .link-text {
29630
- color: #0080ff;
29710
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
29711
+ padding: 0;
29631
29712
  }
29632
-
29633
- span.E_tqjc4ui {
29634
- margin: 0 2px;
29713
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
29714
+ padding-bottom: 24px;
29635
29715
  }
29636
-
29637
- .E_n12mqh7z {
29716
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
29717
+ margin-bottom: 24px;
29718
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
29719
+ }
29720
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
29721
+ transition: none;
29638
29722
  display: flex;
29639
29723
  align-items: center;
29640
- font-size: 12px;
29641
- line-height: 18px;
29724
+ height: 32px;
29725
+ line-height: 22px;
29726
+ padding: 0 8px;
29642
29727
  }
29643
- .E_n12mqh7z:not(:last-child) {
29644
- margin-bottom: 4px;
29728
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
29729
+ margin-right: 12px;
29730
+ }
29731
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
29732
+ margin: 0;
29733
+ margin-bottom: 2px;
29734
+ }
29735
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
29736
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
29737
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
29738
+ border-radius: 6px;
29739
+ color: #fff;
29740
+ }
29741
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
29742
+ color: #fff;
29743
+ }
29744
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
29745
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
29746
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
29747
+ border-radius: 6px;
29645
29748
  }
29646
29749
 
29647
- .E_tf5bynu {
29648
- margin: 0 3px;
29750
+ .E_s1wu0lms .ant-menu-item-group-title {
29751
+ white-space: nowrap;
29752
+ transition: all 0s;
29753
+ }
29754
+ .E_s1wu0lms.shrink {
29755
+ transition: all 0s;
29756
+ overflow: hidden;
29757
+ }
29758
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
29759
+ visibility: hidden;
29760
+ }
29761
+ .E_s1wu0lms.shrink .ant-menu-item {
29762
+ width: 36px;
29763
+ padding: 0 6px;
29649
29764
  }
29650
29765
 
29651
- .E_tcckoz1 {
29652
- max-height: 400px;
29653
- overflow: auto;
29766
+ .E_n1ugzfva {
29767
+ display: flex;
29768
+ place-items: center;
29769
+ width: 100% !important;
29770
+ }
29771
+ .E_n1ugzfva[disabled] {
29772
+ color: rgba(0, 0, 0, 0.25) !important;
29773
+ opacity: 1 !important;
29774
+ }
29775
+ .E_n1ugzfva.ant-btn {
29776
+ width: 100%;
29777
+ color: #00122e;
29778
+ }
29779
+ .E_n1ugzfva .icon-wrapper {
29780
+ margin-right: 12px;
29781
+ }
29782
+ .E_n1ugzfva .link-title {
29783
+ flex: 1;
29784
+ overflow: hidden;
29785
+ white-space: nowrap;
29786
+ text-overflow: ellipsis;
29787
+ text-align: left;
29654
29788
  }
29655
29789
 
29656
29790
  .E_clm1wy1 {
@@ -29746,275 +29880,74 @@ span.E_tqjc4ui {
29746
29880
  border-radius: 2px;
29747
29881
  }
29748
29882
 
29749
- .E_ou7iq30 {
29750
- overflow: hidden;
29751
- text-overflow: ellipsis;
29883
+ .E_c1up1pdz {
29884
+ width: 648px;
29752
29885
  }
29753
-
29754
- .E_s1tui002 {
29755
- white-space: nowrap;
29886
+ .E_c1up1pdz.active {
29887
+ border-color: #0080ff;
29756
29888
  }
29757
-
29758
- .E_mxrc2zg {
29759
- display: -webkit-box;
29760
- -webkit-line-clamp: var(--mxrc2zg-0);
29761
- -webkit-box-orient: vertical;
29762
- word-break: break-all;
29889
+ .E_c1up1pdz.active > header {
29890
+ background: rgba(0, 128, 255, 0.1);
29763
29891
  }
29764
-
29765
- .E_t1vv6d68 .ant-tooltip-arrow {
29766
- display: none;
29892
+ .E_c1up1pdz .expand {
29893
+ padding: 12px;
29767
29894
  }
29768
- .E_t1vv6d68 .ant-tooltip-inner {
29769
- background: rgba(23, 38, 64, 0.8);
29770
- border-radius: 4px;
29895
+ .E_c1up1pdz .field-item {
29896
+ display: flex;
29897
+ padding: 10px 0;
29898
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29771
29899
  }
29772
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
29773
- visibility: hidden;
29900
+ .E_c1up1pdz .field-item:last-child {
29901
+ border-bottom: none;
29902
+ padding-bottom: 0;
29774
29903
  }
29775
-
29776
- .E_s1at6qmn.ant-layout-sider {
29777
- background: #edf0f7;
29778
- padding: 32px 8px;
29779
- overflow: auto;
29904
+ .E_c1up1pdz .field-item label {
29905
+ line-height: 32px;
29906
+ width: 100px;
29907
+ color: rgba(62, 70, 82, 0.6);
29780
29908
  }
29781
- .E_s1at6qmn .ant-layout-sider-children {
29909
+ .E_c1up1pdz .help {
29910
+ color: rgba(62, 70, 82, 0.6);
29911
+ margin-top: 5px;
29912
+ }
29913
+ .E_c1up1pdz .ant-input-affix-wrapper,
29914
+ .E_c1up1pdz .ant-picker {
29915
+ width: 128px;
29916
+ }
29917
+
29918
+ .E_c156wh19 {
29782
29919
  display: flex;
29783
- flex-direction: column;
29920
+ align-items: center;
29784
29921
  justify-content: space-between;
29922
+ word-break: keep-all;
29785
29923
  }
29786
- .E_s1at6qmn footer {
29787
- display: flex;
29924
+ .E_c156wh19 .title {
29925
+ margin: 0 16px 0 8px;
29788
29926
  }
29789
- .E_s1at6qmn .ant-menu {
29790
- background: #edf0f7;
29927
+ .E_c156wh19 .retain {
29928
+ color: rgba(129, 138, 153, 0.6);
29791
29929
  }
29792
- .E_s1at6qmn .ant-menu a {
29793
- color: #00122e;
29794
- width: 180px;
29930
+ .E_c156wh19 div.left {
29931
+ flex: 1;
29932
+ display: flex;
29933
+ overflow: hidden;
29934
+ align-items: center;
29935
+ justify-content: flex-start;
29936
+ white-space: nowrap;
29937
+ }
29938
+ .E_c156wh19 div.left .title {
29939
+ max-width: 100%;
29795
29940
  overflow: hidden;
29796
29941
  text-overflow: ellipsis;
29797
29942
  }
29798
- .E_s1at6qmn .ant-menu-vertical {
29799
- margin-bottom: 24px;
29943
+ .E_c156wh19 div.right {
29944
+ display: flex;
29945
+ align-items: center;
29800
29946
  }
29801
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
29802
- margin: 0;
29803
- }
29804
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
29805
- font-size: 12px;
29806
- padding: 0 8px 4px;
29807
- line-height: 18px;
29808
- }
29809
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
29810
- padding: 0;
29811
- }
29812
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
29813
- padding-bottom: 24px;
29814
- }
29815
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
29816
- margin-bottom: 24px;
29817
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
29818
- }
29819
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
29820
- transition: none;
29821
- display: flex;
29822
- align-items: center;
29823
- height: 32px;
29824
- line-height: 22px;
29825
- padding: 0 8px;
29826
- }
29827
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
29828
- margin-right: 12px;
29829
- }
29830
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
29831
- margin: 0;
29832
- margin-bottom: 2px;
29833
- }
29834
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
29835
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
29836
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
29837
- border-radius: 6px;
29838
- color: #fff;
29839
- }
29840
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
29841
- color: #fff;
29842
- }
29843
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
29844
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
29845
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
29846
- border-radius: 6px;
29847
- }
29848
-
29849
- .E_s1wu0lms .ant-menu-item-group-title {
29850
- white-space: nowrap;
29851
- transition: all 0s;
29852
- }
29853
- .E_s1wu0lms.shrink {
29854
- transition: all 0s;
29855
- overflow: hidden;
29856
- }
29857
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
29858
- visibility: hidden;
29859
- }
29860
- .E_s1wu0lms.shrink .ant-menu-item {
29861
- width: 36px;
29862
- padding: 0 6px;
29863
- }
29864
-
29865
- .E_n1ugzfva {
29866
- display: flex;
29867
- place-items: center;
29868
- width: 100% !important;
29869
- }
29870
- .E_n1ugzfva[disabled] {
29871
- color: rgba(0, 0, 0, 0.25) !important;
29872
- opacity: 1 !important;
29873
- }
29874
- .E_n1ugzfva.ant-btn {
29875
- width: 100%;
29876
- color: #00122e;
29877
- }
29878
- .E_n1ugzfva .icon-wrapper {
29879
- margin-right: 12px;
29880
- }
29881
- .E_n1ugzfva .link-title {
29882
- flex: 1;
29883
- overflow: hidden;
29884
- white-space: nowrap;
29885
- text-overflow: ellipsis;
29886
- text-align: left;
29887
- }
29888
-
29889
- .E_s1ebs0ra {
29890
- display: flex;
29891
- align-items: center;
29892
- justify-content: space-between;
29893
- background: #edf0f7;
29894
- padding: 8px 12px;
29895
- position: sticky;
29896
- top: 0;
29897
- z-index: 1;
29898
- margin-bottom: -52px;
29899
- }
29900
- .E_s1ebs0ra .select-total {
29901
- display: flex;
29902
- align-items: center;
29903
- font-weight: 700;
29904
- flex-shrink: 0;
29905
- }
29906
- .E_s1ebs0ra .select-total .icon-wrapper {
29907
- cursor: pointer;
29908
- margin-left: 8px;
29909
- width: 32px;
29910
- height: 32px;
29911
- border-radius: 50%;
29912
- justify-content: center;
29913
- }
29914
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
29915
- background: rgba(225, 230, 241, 0.6);
29916
- }
29917
- .E_s1ebs0ra .action-group {
29918
- flex: 1;
29919
- margin-left: 88px;
29920
- white-space: nowrap;
29921
- text-align: right;
29922
- position: relative;
29923
- padding: 4px 0;
29924
- margin-top: -4px;
29925
- overflow: hidden;
29926
- }
29927
- .E_s1ebs0ra .action-group .sub-menu-delete {
29928
- transform: translateY(-4px);
29929
- }
29930
- .E_s1ebs0ra .action-group button {
29931
- border: none;
29932
- }
29933
- .E_s1ebs0ra .action-group > *:not(:last-child) {
29934
- margin-right: 8px;
29935
- }
29936
- .E_s1ebs0ra .action-group > button:last-child {
29937
- margin-right: 4px;
29938
- }
29939
- .E_s1ebs0ra .action-group .more-btn {
29940
- cursor: pointer;
29941
- width: 32px;
29942
- height: 32px;
29943
- justify-content: center;
29944
- border-radius: 50%;
29945
- }
29946
- .E_s1ebs0ra .action-group .more-btn:hover {
29947
- background: #fff;
29948
- }
29949
-
29950
- .E_c1up1pdz {
29951
- width: 648px;
29952
- }
29953
- .E_c1up1pdz.active {
29954
- border-color: #0080ff;
29955
- }
29956
- .E_c1up1pdz.active > header {
29957
- background: rgba(0, 128, 255, 0.1);
29958
- }
29959
- .E_c1up1pdz .expand {
29960
- padding: 12px;
29961
- }
29962
- .E_c1up1pdz .field-item {
29963
- display: flex;
29964
- padding: 10px 0;
29965
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29966
- }
29967
- .E_c1up1pdz .field-item:last-child {
29968
- border-bottom: none;
29969
- padding-bottom: 0;
29970
- }
29971
- .E_c1up1pdz .field-item label {
29972
- line-height: 32px;
29973
- width: 100px;
29974
- color: rgba(62, 70, 82, 0.6);
29975
- }
29976
- .E_c1up1pdz .help {
29977
- color: rgba(62, 70, 82, 0.6);
29978
- margin-top: 5px;
29979
- }
29980
- .E_c1up1pdz .ant-input-affix-wrapper,
29981
- .E_c1up1pdz .ant-picker {
29982
- width: 128px;
29983
- }
29984
-
29985
- .E_c156wh19 {
29986
- display: flex;
29987
- align-items: center;
29988
- justify-content: space-between;
29989
- word-break: keep-all;
29990
- }
29991
- .E_c156wh19 .title {
29992
- margin: 0 16px 0 8px;
29993
- }
29994
- .E_c156wh19 .retain {
29995
- color: rgba(129, 138, 153, 0.6);
29996
- }
29997
- .E_c156wh19 div.left {
29998
- flex: 1;
29999
- display: flex;
30000
- overflow: hidden;
30001
- align-items: center;
30002
- justify-content: flex-start;
30003
- white-space: nowrap;
30004
- }
30005
- .E_c156wh19 div.left .title {
30006
- max-width: 100%;
30007
- overflow: hidden;
30008
- text-overflow: ellipsis;
30009
- }
30010
- .E_c156wh19 div.right {
30011
- display: flex;
30012
- align-items: center;
30013
- }
30014
- .E_c156wh19 .reverse {
30015
- display: flex;
30016
- flex-direction: row-reverse;
30017
- align-items: center;
29947
+ .E_c156wh19 .reverse {
29948
+ display: flex;
29949
+ flex-direction: row-reverse;
29950
+ align-items: center;
30018
29951
  }
30019
29952
  .E_c156wh19 .reverse .ant-switch {
30020
29953
  margin-left: 8px;
@@ -30087,174 +30020,84 @@ span.E_tqjc4ui {
30087
30020
  color: #fff;
30088
30021
  }
30089
30022
 
30090
- .E_t1sqg15u {
30091
- background: white;
30092
- }
30093
- .E_t1sqg15u.inline .table-row {
30094
- flex-direction: column;
30095
- }
30096
- .E_t1sqg15u.inline .table-row > label {
30097
- padding: 0 16px 7px 0;
30098
- }
30099
- .E_t1sqg15u.has-border .table-header {
30100
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
30101
- }
30102
- .E_t1sqg15u.has-border .hiddenBorder {
30103
- border-top: none !important;
30104
- }
30105
- .E_t1sqg15u.has-border .table-row + .table-row {
30106
- border-top: 1px solid rgba(225, 230, 241, 0.6);
30107
- }
30108
- .E_t1sqg15u.has-border .table-row:last-of-type {
30109
- padding-bottom: 0;
30110
- }
30111
- .E_t1sqg15u.align-right .content {
30112
- text-align: right;
30113
- }
30114
- .E_t1sqg15u .uuid-row {
30023
+ .E_s1ebs0ra {
30115
30024
  display: flex;
30025
+ align-items: center;
30116
30026
  justify-content: space-between;
30027
+ background: #edf0f7;
30028
+ padding: 8px 12px;
30029
+ position: sticky;
30030
+ top: 0;
30031
+ z-index: 1;
30032
+ margin-bottom: -52px;
30117
30033
  }
30118
- .E_t1sqg15u .uuid-row .id-text {
30119
- white-space: nowrap;
30120
- overflow: hidden;
30121
- text-overflow: ellipsis;
30122
- }
30123
-
30124
- .E_t4zczcp {
30034
+ .E_s1ebs0ra .select-total {
30125
30035
  display: flex;
30126
- justify-content: space-between;
30127
30036
  align-items: center;
30128
- padding: 8px;
30129
- min-height: 32px;
30130
- }
30131
- .E_t4zczcp .table-title {
30132
- color: rgba(44, 56, 82, 0.6);
30133
- font-weight: 600;
30134
- font-size: 12px;
30135
- line-height: 8px;
30037
+ font-weight: 700;
30038
+ flex-shrink: 0;
30136
30039
  }
30137
- .E_t4zczcp .edit-icon {
30138
- font-size: 16px;
30139
- color: rgba(10, 37, 85, 0.6);
30040
+ .E_s1ebs0ra .select-total .icon-wrapper {
30140
30041
  cursor: pointer;
30042
+ margin-left: 8px;
30043
+ width: 32px;
30044
+ height: 32px;
30045
+ border-radius: 50%;
30046
+ justify-content: center;
30141
30047
  }
30142
-
30143
- .E_t1s7goww {
30144
- font-size: 12px;
30145
- line-height: 18px;
30146
- }
30147
-
30148
- .E_t93e4cf {
30149
- display: flex;
30150
- padding: 8px 0;
30151
- color: #2d3a56;
30152
- }
30153
- .E_t93e4cf .hidden {
30154
- display: none;
30155
- }
30156
- .E_t93e4cf .ant-btn-link {
30157
- height: auto;
30048
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30049
+ background: rgba(225, 230, 241, 0.6);
30158
30050
  }
30159
- .E_t93e4cf .content {
30051
+ .E_s1ebs0ra .action-group {
30052
+ flex: 1;
30053
+ margin-left: 88px;
30054
+ white-space: nowrap;
30055
+ text-align: right;
30056
+ position: relative;
30057
+ padding: 4px 0;
30058
+ margin-top: -4px;
30160
30059
  overflow: hidden;
30161
- overflow-x: auto;
30162
- width: 100%;
30163
- white-space: pre-wrap;
30164
- }
30165
- .E_t93e4cf .content .ant-btn {
30166
- white-space: pre-wrap;
30167
- text-align: left;
30168
30060
  }
30169
- .E_t93e4cf .content .unit-chart {
30170
- justify-content: flex-start;
30171
- }
30172
-
30173
- .E_rhz2uv5 {
30174
- width: var(--rhz2uv5-0);
30175
- flex-shrink: 0;
30176
- color: rgba(44, 56, 82, 0.6);
30177
- padding-right: 12px;
30061
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30062
+ transform: translateY(-4px);
30178
30063
  }
30179
-
30180
- .E_s1iv0tp1 .enabled-switch {
30181
- display: flex;
30182
- align-items: center;
30064
+ .E_s1ebs0ra .action-group button {
30065
+ border: none;
30183
30066
  }
30184
- .E_s1iv0tp1 .enabled-text {
30067
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30185
30068
  margin-right: 8px;
30186
30069
  }
30187
-
30188
- .E_c18gxmrl {
30189
- border: 1px solid #d8deeb;
30190
- border-radius: 4px;
30191
- }
30192
- .E_c18gxmrl + .E_c18gxmrl {
30193
- margin-top: 8px;
30194
- }
30195
- .E_c18gxmrl:hover {
30196
- border-color: #0080ff;
30197
- }
30198
- .E_c18gxmrl:hover > header {
30199
- background: rgba(0, 128, 255, 0.1);
30200
- }
30201
- .E_c18gxmrl.active header {
30202
- border-bottom: 1px solid #d8deeb;
30203
- }
30204
- .E_c18gxmrl > header {
30205
- padding: 8px 12px;
30206
- }
30207
-
30208
- .E_berrcjl {
30209
- color: rgba(10, 37, 85, 0.6);
30210
- margin-bottom: 4px;
30070
+ .E_s1ebs0ra .action-group > button:last-child {
30071
+ margin-right: 4px;
30211
30072
  }
30212
- .E_berrcjl .breadcrumb-link {
30213
- color: rgba(10, 37, 85, 0.6);
30073
+ .E_s1ebs0ra .action-group .more-btn {
30214
30074
  cursor: pointer;
30215
- transition: color 160ms ease;
30216
- }
30217
- .E_berrcjl .breadcrumb-link:hover {
30218
- color: #0080ff;
30219
- }
30220
- .E_berrcjl .breadcrumb-link:active {
30221
- color: #005ed1;
30222
- }
30223
-
30224
- .E_m74vjol {
30225
- display: flex;
30226
- justify-content: space-between;
30227
- width: 100%;
30228
- }
30229
- .E_m74vjol .action {
30230
- margin-left: 16px;
30231
- }
30232
-
30233
- .E_a1o35uvh .ant-alert-message {
30234
- width: 100%;
30075
+ width: 32px;
30076
+ height: 32px;
30077
+ justify-content: center;
30078
+ border-radius: 50%;
30235
30079
  }
30236
-
30237
- .E_wg1tsps {
30238
- display: flex;
30239
- align-items: center;
30240
- justify-content: flex-end;
30080
+ .E_s1ebs0ra .action-group .more-btn:hover {
30081
+ background: #fff;
30241
30082
  }
30242
30083
 
30243
- .E_b1ctd5xy {
30084
+ .E_n12mqh7z {
30244
30085
  display: flex;
30245
30086
  align-items: center;
30246
- width: calc(100% - 40px);
30087
+ font-size: 12px;
30088
+ line-height: 18px;
30247
30089
  }
30248
- .E_b1ctd5xy .chart {
30249
- display: inline-block;
30250
- width: 100%;
30090
+ .E_n12mqh7z:not(:last-child) {
30091
+ margin-bottom: 4px;
30251
30092
  }
30252
30093
 
30253
- .E_u1p8acpn {
30254
- min-width: 40px;
30094
+ .E_tf5bynu {
30095
+ margin: 0 3px;
30255
30096
  }
30256
- .E_u1p8acpn .unit {
30257
- color: #00122e !important;
30097
+
30098
+ .E_tcckoz1 {
30099
+ max-height: 400px;
30100
+ overflow: auto;
30258
30101
  }
30259
30102
 
30260
30103
  .E_t160l1cm {
@@ -30420,44 +30263,259 @@ span.E_tqjc4ui {
30420
30263
  .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
30421
30264
  fill: #1d326c;
30422
30265
  }
30423
- .E_t160l1cm .tab-content {
30424
- flex: 1;
30425
- display: flex;
30426
- flex-direction: column;
30266
+ .E_t160l1cm .tab-content {
30267
+ flex: 1;
30268
+ display: flex;
30269
+ flex-direction: column;
30270
+ }
30271
+ .E_t160l1cm.is-overview .tab-content {
30272
+ overflow: visible;
30273
+ }
30274
+
30275
+ .E_t14npdqr {
30276
+ max-width: 240px;
30277
+ animation: none;
30278
+ }
30279
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
30280
+ border: 1px solid #0080ff;
30281
+ padding: 0;
30282
+ }
30283
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30284
+ margin: 0;
30285
+ height: 32px;
30286
+ line-height: 32px;
30287
+ font-size: 13px;
30288
+ padding: 0 10px;
30289
+ display: block;
30290
+ overflow: hidden;
30291
+ text-overflow: ellipsis;
30292
+ white-space: nowrap;
30293
+ }
30294
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
30295
+ content: " ";
30296
+ height: 1px;
30297
+ width: calc(100% + 10px);
30298
+ background: rgba(172, 186, 211, 0.6);
30299
+ display: block;
30300
+ }
30301
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
30302
+ color: #0080ff;
30303
+ background: transparent;
30304
+ }
30305
+
30306
+ .E_c18bcrac {
30307
+ display: inline-block;
30308
+ width: 100%;
30309
+ }
30310
+ .E_c18bcrac .recharts-wrapper {
30311
+ margin-left: 4px;
30312
+ }
30313
+
30314
+ .E_cro7kg2 {
30315
+ padding: 4px;
30316
+ }
30317
+
30318
+ .E_c14wcxf0 {
30319
+ display: flex;
30320
+ justify-content: space-between;
30321
+ align-items: center;
30322
+ font-size: 13px;
30323
+ line-height: 24px;
30324
+ color: #cccccc;
30325
+ white-space: nowrap;
30326
+ }
30327
+ .E_c14wcxf0 label {
30328
+ margin-right: 32px;
30329
+ }
30330
+
30331
+ .E_coy29mj.E_c14wcxf0 {
30332
+ font-weight: bold;
30333
+ color: white;
30334
+ }
30335
+
30336
+ .E_s11212zy {
30337
+ width: 8px;
30338
+ height: 8px;
30339
+ border-radius: 2px;
30340
+ display: inline-block;
30341
+ background: var(--s11212zy-0);
30342
+ border: 1px solid #fff;
30343
+ box-sizing: content-box;
30344
+ margin-right: 6px;
30345
+ }
30346
+
30347
+ .E_p1lyky6c > :first-child {
30348
+ font-weight: bold;
30349
+ color: white;
30350
+ margin-right: 4px;
30351
+ }
30352
+
30353
+ .E_s1iv0tp1 .enabled-switch {
30354
+ display: flex;
30355
+ align-items: center;
30356
+ }
30357
+ .E_s1iv0tp1 .enabled-text {
30358
+ margin-right: 8px;
30359
+ }
30360
+
30361
+ .E_t1sqg15u {
30362
+ background: white;
30363
+ }
30364
+ .E_t1sqg15u.inline .table-row {
30365
+ flex-direction: column;
30366
+ }
30367
+ .E_t1sqg15u.inline .table-row > label {
30368
+ padding: 0 16px 7px 0;
30369
+ }
30370
+ .E_t1sqg15u.has-border .table-header {
30371
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
30372
+ }
30373
+ .E_t1sqg15u.has-border .hiddenBorder {
30374
+ border-top: none !important;
30375
+ }
30376
+ .E_t1sqg15u.has-border .table-row + .table-row {
30377
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
30378
+ }
30379
+ .E_t1sqg15u.has-border .table-row:last-of-type {
30380
+ padding-bottom: 0;
30381
+ }
30382
+ .E_t1sqg15u.align-right .content {
30383
+ text-align: right;
30384
+ }
30385
+ .E_t1sqg15u .uuid-row {
30386
+ display: flex;
30387
+ justify-content: space-between;
30388
+ }
30389
+ .E_t1sqg15u .uuid-row .id-text {
30390
+ white-space: nowrap;
30391
+ overflow: hidden;
30392
+ text-overflow: ellipsis;
30393
+ }
30394
+
30395
+ .E_t4zczcp {
30396
+ display: flex;
30397
+ justify-content: space-between;
30398
+ align-items: center;
30399
+ padding: 8px;
30400
+ min-height: 32px;
30401
+ }
30402
+ .E_t4zczcp .table-title {
30403
+ color: rgba(44, 56, 82, 0.6);
30404
+ font-weight: 600;
30405
+ font-size: 12px;
30406
+ line-height: 8px;
30407
+ }
30408
+ .E_t4zczcp .edit-icon {
30409
+ font-size: 16px;
30410
+ color: rgba(10, 37, 85, 0.6);
30411
+ cursor: pointer;
30412
+ }
30413
+
30414
+ .E_t1s7goww {
30415
+ font-size: 12px;
30416
+ line-height: 18px;
30417
+ }
30418
+
30419
+ .E_t93e4cf {
30420
+ display: flex;
30421
+ padding: 8px 0;
30422
+ color: #2d3a56;
30423
+ }
30424
+ .E_t93e4cf .hidden {
30425
+ display: none;
30426
+ }
30427
+ .E_t93e4cf .ant-btn-link {
30428
+ height: auto;
30429
+ }
30430
+ .E_t93e4cf .content {
30431
+ overflow: hidden;
30432
+ overflow-x: auto;
30433
+ width: 100%;
30434
+ white-space: pre-wrap;
30435
+ }
30436
+ .E_t93e4cf .content .ant-btn {
30437
+ white-space: pre-wrap;
30438
+ text-align: left;
30439
+ }
30440
+ .E_t93e4cf .content .unit-chart {
30441
+ justify-content: flex-start;
30442
+ }
30443
+
30444
+ .E_rhz2uv5 {
30445
+ width: var(--rhz2uv5-0);
30446
+ flex-shrink: 0;
30447
+ color: rgba(44, 56, 82, 0.6);
30448
+ padding-right: 12px;
30449
+ }
30450
+
30451
+ .E_ou7iq30 {
30452
+ overflow: hidden;
30453
+ text-overflow: ellipsis;
30454
+ }
30455
+
30456
+ .E_s1tui002 {
30457
+ white-space: nowrap;
30458
+ }
30459
+
30460
+ .E_mxrc2zg {
30461
+ display: -webkit-box;
30462
+ -webkit-line-clamp: var(--mxrc2zg-0);
30463
+ -webkit-box-orient: vertical;
30464
+ word-break: break-all;
30465
+ }
30466
+
30467
+ .E_t1vv6d68 .ant-tooltip-arrow {
30468
+ display: none;
30469
+ }
30470
+ .E_t1vv6d68 .ant-tooltip-inner {
30471
+ background: rgba(23, 38, 64, 0.8);
30472
+ border-radius: 4px;
30473
+ }
30474
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30475
+ visibility: hidden;
30476
+ }
30477
+
30478
+ .E_wg1tsps {
30479
+ display: flex;
30480
+ align-items: center;
30481
+ justify-content: flex-end;
30482
+ }
30483
+
30484
+ .E_b1ctd5xy {
30485
+ display: flex;
30486
+ align-items: center;
30487
+ width: calc(100% - 40px);
30488
+ }
30489
+ .E_b1ctd5xy .chart {
30490
+ display: inline-block;
30491
+ width: 100%;
30492
+ }
30493
+
30494
+ .E_u1p8acpn {
30495
+ min-width: 40px;
30427
30496
  }
30428
- .E_t160l1cm.is-overview .tab-content {
30429
- overflow: visible;
30497
+ .E_u1p8acpn .unit {
30498
+ color: #00122e !important;
30430
30499
  }
30431
30500
 
30432
- .E_t14npdqr {
30433
- max-width: 240px;
30434
- animation: none;
30501
+ .E_c18gxmrl {
30502
+ border: 1px solid #d8deeb;
30503
+ border-radius: 4px;
30435
30504
  }
30436
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
30437
- border: 1px solid #0080ff;
30438
- padding: 0;
30505
+ .E_c18gxmrl + .E_c18gxmrl {
30506
+ margin-top: 8px;
30439
30507
  }
30440
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30441
- margin: 0;
30442
- height: 32px;
30443
- line-height: 32px;
30444
- font-size: 13px;
30445
- padding: 0 10px;
30446
- display: block;
30447
- overflow: hidden;
30448
- text-overflow: ellipsis;
30449
- white-space: nowrap;
30508
+ .E_c18gxmrl:hover {
30509
+ border-color: #0080ff;
30450
30510
  }
30451
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
30452
- content: " ";
30453
- height: 1px;
30454
- width: calc(100% + 10px);
30455
- background: rgba(172, 186, 211, 0.6);
30456
- display: block;
30511
+ .E_c18gxmrl:hover > header {
30512
+ background: rgba(0, 128, 255, 0.1);
30457
30513
  }
30458
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
30459
- color: #0080ff;
30460
- background: transparent;
30514
+ .E_c18gxmrl.active header {
30515
+ border-bottom: 1px solid #d8deeb;
30516
+ }
30517
+ .E_c18gxmrl > header {
30518
+ padding: 8px 12px;
30461
30519
  }
30462
30520
 
30463
30521
  .E_b1nip9bk {
@@ -30489,6 +30547,42 @@ span.E_tqjc4ui {
30489
30547
  border-radius: unset;
30490
30548
  }
30491
30549
 
30550
+ .E_m74vjol {
30551
+ display: flex;
30552
+ justify-content: space-between;
30553
+ width: 100%;
30554
+ }
30555
+ .E_m74vjol .action {
30556
+ margin-left: 16px;
30557
+ }
30558
+
30559
+ .E_a1o35uvh.ant-alert-closable {
30560
+ padding-right: 12px;
30561
+ }
30562
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
30563
+ height: fit-content;
30564
+ margin-left: 16px;
30565
+ }
30566
+ .E_a1o35uvh .ant-alert-message {
30567
+ flex: 1;
30568
+ }
30569
+
30570
+ .E_berrcjl {
30571
+ color: rgba(10, 37, 85, 0.6);
30572
+ margin-bottom: 4px;
30573
+ }
30574
+ .E_berrcjl .breadcrumb-link {
30575
+ color: rgba(10, 37, 85, 0.6);
30576
+ cursor: pointer;
30577
+ transition: color 160ms ease;
30578
+ }
30579
+ .E_berrcjl .breadcrumb-link:hover {
30580
+ color: #0080ff;
30581
+ }
30582
+ .E_berrcjl .breadcrumb-link:active {
30583
+ color: #005ed1;
30584
+ }
30585
+
30492
30586
  .E_b1wx3t3t.ant-btn-icon-only {
30493
30587
  justify-content: center;
30494
30588
  }
@@ -30765,10 +30859,6 @@ button.E_n7k2c6r {
30765
30859
  text-align: center;
30766
30860
  }
30767
30861
 
30768
- .E_itxley7.ant-input-group.ant-input-group-compact {
30769
- display: flex;
30770
- }
30771
-
30772
30862
  .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30773
30863
  padding: 4px 8px 0 8px;
30774
30864
  color: rgba(44, 56, 82, 0.6);
@@ -30782,17 +30872,6 @@ button.E_n7k2c6r {
30782
30872
  border-top: 1px solid rgba(211, 218, 235, 0.6);
30783
30873
  }
30784
30874
 
30785
- .E_sx1bpnu .ant-input-sm {
30786
- line-height: 18px;
30787
- }
30788
-
30789
- .E_c1yyuluq {
30790
- border-radius: 8px;
30791
- }
30792
- .E_c1yyuluq .ant-card-body {
30793
- padding: 20px 24px 24px 24px;
30794
- }
30795
-
30796
30875
  .E_d1bw7c5z {
30797
30876
  position: relative;
30798
30877
  max-width: 388px;
@@ -30876,6 +30955,51 @@ button.E_n7k2c6r {
30876
30955
  width: 102px;
30877
30956
  }
30878
30957
 
30958
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30959
+ display: flex;
30960
+ }
30961
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
30962
+ border-bottom-left-radius: 5px;
30963
+ border-top-left-radius: 5px;
30964
+ }
30965
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30966
+ border-bottom-right-radius: 5px;
30967
+ border-top-right-radius: 5px;
30968
+ }
30969
+
30970
+ .E_sx1bpnu .ant-input-sm {
30971
+ line-height: 18px;
30972
+ }
30973
+
30974
+ .E_c1yyuluq {
30975
+ border-radius: 8px;
30976
+ }
30977
+ .E_c1yyuluq .ant-card-body {
30978
+ padding: 20px 24px 24px 24px;
30979
+ }
30980
+
30981
+ .E_ccrbeuz .ant-collapse-item {
30982
+ border: 0px;
30983
+ background-color: #fff;
30984
+ }
30985
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30986
+ padding-top: 0px;
30987
+ padding-bottom: 0px;
30988
+ padding-left: 0px !important;
30989
+ padding-right: 24px;
30990
+ }
30991
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30992
+ right: 0px;
30993
+ }
30994
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30995
+ padding: 0px;
30996
+ }
30997
+
30998
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30999
+ padding-right: 0px;
31000
+ cursor: default;
31001
+ }
31002
+
30879
31003
  .E_phljevk {
30880
31004
  display: flex;
30881
31005
  justify-content: space-between;
@@ -30933,32 +31057,6 @@ button.E_n7k2c6r {
30933
31057
  line-height: 18px;
30934
31058
  }
30935
31059
 
30936
- .E_ccrbeuz .ant-collapse-item {
30937
- border: 0px;
30938
- background-color: #fff;
30939
- }
30940
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30941
- padding-top: 0px;
30942
- padding-bottom: 0px;
30943
- padding-left: 0px !important;
30944
- padding-right: 24px;
30945
- }
30946
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30947
- right: 0px;
30948
- }
30949
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30950
- padding: 0px;
30951
- }
30952
-
30953
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30954
- padding-right: 0px;
30955
- cursor: default;
30956
- }
30957
-
30958
- .E_tju3gfj .date {
30959
- margin-right: 4px;
30960
- }
30961
-
30962
31060
  .E_rapgekc.ant-radio-wrapper {
30963
31061
  display: inline-flex;
30964
31062
  align-items: baseline;
@@ -31105,46 +31203,6 @@ button.E_n7k2c6r {
31105
31203
  width: 36px;
31106
31204
  }
31107
31205
 
31108
- .E_c1bus5hc {
31109
- --color: white;
31110
- height: 14px;
31111
- width: 14px;
31112
- border-radius: 50%;
31113
- flex-shrink: 0;
31114
- display: flex;
31115
- align-items: center;
31116
- justify-content: center;
31117
- border: 1px solid var(--color);
31118
- }
31119
- .E_c1bus5hc .circle-inner {
31120
- position: relative;
31121
- height: 10px;
31122
- width: 10px;
31123
- border-radius: 50%;
31124
- overflow: hidden;
31125
- }
31126
- .E_c1bus5hc .circle-content {
31127
- position: absolute;
31128
- height: 100%;
31129
- width: 100%;
31130
- left: 0;
31131
- top: 0;
31132
- border-radius: 50%;
31133
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31134
- transform: rotate(180deg);
31135
- }
31136
- .E_c1bus5hc .circle-child {
31137
- position: absolute;
31138
- height: 100%;
31139
- width: 100%;
31140
- left: 0;
31141
- top: 0;
31142
- margin-left: 50%;
31143
- transform-origin: left;
31144
- background: white;
31145
- transform: rotate(0deg);
31146
- }
31147
-
31148
31206
  .E_ivqqkzv {
31149
31207
  height: 24px;
31150
31208
  width: 56px !important;
@@ -31202,38 +31260,137 @@ button.E_n7k2c6r {
31202
31260
  .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31203
31261
  left: calc(100% - 14px - 1px);
31204
31262
  }
31205
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31206
- left: calc(100% - 28px - 2px);
31263
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31264
+ left: calc(100% - 28px - 2px);
31265
+ }
31266
+
31267
+ .E_c1up6e3y {
31268
+ margin-left: 5px;
31269
+ }
31270
+
31271
+ .E_i11gg7mj .ant-input-prefix {
31272
+ margin-right: 8px;
31273
+ }
31274
+ .E_i11gg7mj .ant-input-suffix {
31275
+ margin-left: 8px;
31276
+ }
31277
+
31278
+ .E_cc368xp {
31279
+ color: #00122e;
31280
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
31281
+ margin-right: 8px;
31282
+ padding-right: 8px;
31283
+ }
31284
+
31285
+ .E_i11o6xqj {
31286
+ display: flex;
31287
+ gap: 4px;
31288
+ }
31289
+ .E_i11o6xqj .icon-wrapper {
31290
+ cursor: pointer;
31291
+ }
31292
+
31293
+ .E_d19ruhdj.icon-wrapper {
31294
+ cursor: not-allowed;
31295
+ }
31296
+
31297
+ .E_c1bus5hc {
31298
+ --color: white;
31299
+ height: 14px;
31300
+ width: 14px;
31301
+ border-radius: 50%;
31302
+ flex-shrink: 0;
31303
+ display: flex;
31304
+ align-items: center;
31305
+ justify-content: center;
31306
+ border: 1px solid var(--color);
31307
+ }
31308
+ .E_c1bus5hc .circle-inner {
31309
+ position: relative;
31310
+ height: 10px;
31311
+ width: 10px;
31312
+ border-radius: 50%;
31313
+ overflow: hidden;
31314
+ }
31315
+ .E_c1bus5hc .circle-content {
31316
+ position: absolute;
31317
+ height: 100%;
31318
+ width: 100%;
31319
+ left: 0;
31320
+ top: 0;
31321
+ border-radius: 50%;
31322
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31323
+ transform: rotate(180deg);
31324
+ }
31325
+ .E_c1bus5hc .circle-child {
31326
+ position: absolute;
31327
+ height: 100%;
31328
+ width: 100%;
31329
+ left: 0;
31330
+ top: 0;
31331
+ margin-left: 50%;
31332
+ transform-origin: left;
31333
+ background: white;
31334
+ transform: rotate(0deg);
31207
31335
  }
31208
31336
 
31209
- .E_c1up6e3y {
31210
- margin-left: 5px;
31337
+ .E_tju3gfj .date {
31338
+ margin-right: 4px;
31211
31339
  }
31212
31340
 
31213
- .E_i11gg7mj .ant-input-prefix {
31214
- margin-right: 8px;
31341
+ .E_iq1gosr {
31342
+ display: inline-block;
31215
31343
  }
31216
- .E_i11gg7mj .ant-input-suffix {
31344
+
31345
+ .E_atcz0kf .ant-input-suffix {
31217
31346
  margin-left: 8px;
31218
31347
  }
31219
-
31220
- .E_cc368xp {
31221
- color: #00122e;
31222
- border-right: 1px solid rgba(172, 186, 211, 0.6);
31223
- margin-right: 8px;
31224
- padding-right: 8px;
31348
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31349
+ padding: 2px 7px 2px 12px;
31225
31350
  }
31226
31351
 
31227
- .E_i11o6xqj {
31352
+ .E_i1inqkme {
31353
+ height: 18px;
31354
+ line-height: 18px;
31355
+ padding: 0 4px;
31356
+ border-radius: 4px;
31357
+ background: rgba(235, 239, 245, 0.6);
31358
+ border: 1px solid rgba(223, 228, 235, 0.6);
31228
31359
  display: flex;
31229
- gap: 4px;
31230
- }
31231
- .E_i11o6xqj .icon-wrapper {
31232
- cursor: pointer;
31360
+ align-items: center;
31361
+ white-space: nowrap;
31362
+ margin-right: 4px;
31233
31363
  }
31234
31364
 
31235
- .E_d19ruhdj.icon-wrapper {
31236
- cursor: not-allowed;
31365
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31366
+ display: var(--a1wfy30z-0);
31367
+ }
31368
+ .E_a1wfy30z .ant-input-number-input-wrap {
31369
+ padding: 4px 11px;
31370
+ display: inline-flex;
31371
+ line-height: 1.5715;
31372
+ height: inherit;
31373
+ }
31374
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31375
+ content: var(--a1wfy30z-1);
31376
+ display: var(--a1wfy30z-2);
31377
+ flex: none;
31378
+ align-items: center;
31379
+ margin-left: 4px;
31380
+ }
31381
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31382
+ content: var(--a1wfy30z-3);
31383
+ display: var(--a1wfy30z-4);
31384
+ flex: none;
31385
+ align-items: center;
31386
+ margin-right: 4px;
31387
+ cursor: auto;
31388
+ }
31389
+ .E_a1wfy30z .ant-input-number-input {
31390
+ padding: 0;
31391
+ margin: 0;
31392
+ height: auto;
31393
+ font-size: inherit;
31237
31394
  }
31238
31395
 
31239
31396
  .E_s1sck0th {
@@ -31318,6 +31475,17 @@ button.E_n7k2c6r {
31318
31475
  background-color: #7E41FF;
31319
31476
  }
31320
31477
 
31478
+ .E_t1m2x205 .ant-tooltip-arrow {
31479
+ display: none;
31480
+ }
31481
+ .E_t1m2x205 .ant-tooltip-inner {
31482
+ background: rgba(23, 38, 64, 0.8);
31483
+ border-radius: 4px;
31484
+ }
31485
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31486
+ visibility: hidden;
31487
+ }
31488
+
31321
31489
  .E_s1dni7lo {
31322
31490
  width: 430px !important;
31323
31491
  }
@@ -31399,17 +31567,38 @@ button.E_n7k2c6r {
31399
31567
  opacity: 0;
31400
31568
  }
31401
31569
 
31402
- .E_i1inqkme {
31403
- height: 18px;
31404
- line-height: 18px;
31405
- padding: 0 4px;
31406
- border-radius: 4px;
31407
- background: rgba(235, 239, 245, 0.6);
31408
- border: 1px solid rgba(223, 228, 235, 0.6);
31409
- display: flex;
31410
- align-items: center;
31411
- white-space: nowrap;
31412
- margin-right: 4px;
31570
+ .E_f7pxqmh {
31571
+ width: 100%;
31572
+ margin-bottom: 0 !important;
31573
+ flex-flow: nowrap !important;
31574
+ line-break: auto;
31575
+ }
31576
+ .E_f7pxqmh > .ant-form-item-label {
31577
+ text-align: left !important;
31578
+ padding-bottom: 0 !important;
31579
+ }
31580
+ .E_f7pxqmh > .ant-form-item-label > label {
31581
+ min-height: 32px;
31582
+ height: auto;
31583
+ font-size: 13px;
31584
+ color: rgba(44, 56, 82, 0.6);
31585
+ white-space: normal;
31586
+ }
31587
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31588
+ border-color: #ff4d4f !important;
31589
+ }
31590
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31591
+ border-color: #ff4d4f !important;
31592
+ }
31593
+ .E_f7pxqmh .ant-form-item-explain {
31594
+ margin-top: 4px;
31595
+ font-size: 12px;
31596
+ min-height: 0px;
31597
+ }
31598
+ .E_f7pxqmh .ant-form-item-extra {
31599
+ font-size: 12px;
31600
+ color: rgba(44, 56, 82, 0.6);
31601
+ min-height: 0px;
31413
31602
  }
31414
31603
 
31415
31604
  .E_fzh9mnb {
@@ -31427,39 +31616,6 @@ button.E_n7k2c6r {
31427
31616
  font-size: 18px;
31428
31617
  }
31429
31618
 
31430
- .E_iq1gosr {
31431
- display: inline-block;
31432
- }
31433
-
31434
- .E_iouxfgt {
31435
- display: inline-flex;
31436
- align-items: center;
31437
- }
31438
- .E_iouxfgt .icon-inner {
31439
- display: inline-flex;
31440
- align-items: center;
31441
- justify-content: center;
31442
- }
31443
- .E_iouxfgt .icon-inner + span,
31444
- .E_iouxfgt span + .icon-inner.suffix {
31445
- margin-left: 4px;
31446
- }
31447
- .E_iouxfgt.is-rotate img,
31448
- .E_iouxfgt.is-rotate svg {
31449
- animation: rotate 680ms linear infinite;
31450
- }
31451
-
31452
- .E_t1m2x205 .ant-tooltip-arrow {
31453
- display: none;
31454
- }
31455
- .E_t1m2x205 .ant-tooltip-inner {
31456
- background: rgba(23, 38, 64, 0.8);
31457
- border-radius: 4px;
31458
- }
31459
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31460
- visibility: hidden;
31461
- }
31462
-
31463
31619
  .E_ai7qkf2 .ant-input-number-handler-wrap {
31464
31620
  display: var(--ai7qkf2-0);
31465
31621
  }
@@ -31494,12 +31650,12 @@ button.E_n7k2c6r {
31494
31650
  width: 100%;
31495
31651
  border-radius: 6px;
31496
31652
  }
31497
- .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31653
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
31498
31654
  border-color: #0096ff;
31499
31655
  box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31500
31656
  z-index: 1;
31501
31657
  }
31502
- .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31658
+ .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
31503
31659
  border-color: #e75a3a;
31504
31660
  box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31505
31661
  }
@@ -31520,76 +31676,22 @@ button.E_n7k2c6r {
31520
31676
  padding: 2px 8px;
31521
31677
  }
31522
31678
 
31523
- .E_atcz0kf .ant-input-suffix {
31524
- margin-left: 8px;
31525
- }
31526
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31527
- padding: 2px 7px 2px 12px;
31528
- }
31529
-
31530
- .E_f7pxqmh {
31531
- width: 100%;
31532
- margin-bottom: 0 !important;
31533
- flex-flow: nowrap !important;
31534
- line-break: auto;
31535
- }
31536
- .E_f7pxqmh > .ant-form-item-label {
31537
- text-align: left !important;
31538
- padding-bottom: 0 !important;
31539
- }
31540
- .E_f7pxqmh > .ant-form-item-label > label {
31541
- min-height: 32px;
31542
- height: auto;
31543
- font-size: 13px;
31544
- color: rgba(44, 56, 82, 0.6);
31545
- white-space: normal;
31546
- }
31547
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
31548
- border-color: #ff4d4f !important;
31549
- }
31550
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31551
- border-color: #ff4d4f !important;
31552
- }
31553
- .E_f7pxqmh .ant-form-item-explain {
31554
- margin-top: 4px;
31555
- font-size: 12px;
31556
- min-height: 0px;
31557
- }
31558
- .E_f7pxqmh .ant-form-item-extra {
31559
- font-size: 12px;
31560
- color: rgba(44, 56, 82, 0.6);
31561
- min-height: 0px;
31562
- }
31563
-
31564
- .E_a1wfy30z .ant-input-number-handler-wrap {
31565
- display: var(--a1wfy30z-0);
31566
- }
31567
- .E_a1wfy30z .ant-input-number-input-wrap {
31568
- padding: 4px 11px;
31679
+ .E_iouxfgt {
31569
31680
  display: inline-flex;
31570
- line-height: 1.5715;
31571
- height: inherit;
31572
- }
31573
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31574
- content: var(--a1wfy30z-1);
31575
- display: var(--a1wfy30z-2);
31576
- flex: none;
31577
31681
  align-items: center;
31578
- margin-left: 4px;
31579
31682
  }
31580
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31581
- content: var(--a1wfy30z-3);
31582
- display: var(--a1wfy30z-4);
31583
- flex: none;
31683
+ .E_iouxfgt .icon-inner {
31684
+ display: inline-flex;
31584
31685
  align-items: center;
31585
- margin-right: 4px;
31586
- cursor: auto;
31686
+ justify-content: center;
31587
31687
  }
31588
- .E_a1wfy30z .ant-input-number-input {
31589
- padding: 0;
31590
- margin: 0;
31591
- height: auto;
31592
- font-size: inherit;
31688
+ .E_iouxfgt .icon-inner + span,
31689
+ .E_iouxfgt span + .icon-inner.suffix {
31690
+ margin-left: 4px;
31691
+ }
31692
+ .E_iouxfgt.is-rotate img,
31693
+ .E_iouxfgt.is-rotate svg {
31694
+ animation: rotate 680ms linear infinite;
31593
31695
  }
31594
31696
 
31595
31697
  .E_owd0kml {
@@ -31601,10 +31703,6 @@ button.E_n7k2c6r {
31601
31703
  position: absolute;
31602
31704
  }
31603
31705
 
31604
- .E_m196gn1d {
31605
- min-width: 1280px;
31606
- }
31607
-
31608
31706
  .E_dsnbhzf {
31609
31707
  font-family: Inter;
31610
31708
  font-style: normal;
@@ -32110,6 +32208,10 @@ button.E_n7k2c6r {
32110
32208
  transition: all 320ms ease;
32111
32209
  }
32112
32210
 
32211
+ .E_m196gn1d {
32212
+ min-width: 1280px;
32213
+ }
32214
+
32113
32215
  .E_cnujxq2 {
32114
32216
  display: flex;
32115
32217
  flex-direction: column;
@@ -32981,7 +33083,7 @@ input.E_rf8rlle.ant-input {
32981
33083
  .E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
32982
33084
  right: 4px;
32983
33085
  }
32984
- .E_swwhohx.ant-select .ant-select-selection-item {
33086
+ .E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
32985
33087
  padding-right: 24px;
32986
33088
  }
32987
33089
 
@@ -33043,21 +33145,6 @@ input.E_rf8rlle.ant-input {
33043
33145
  margin-right: 6px;
33044
33146
  }
33045
33147
 
33046
- .E_w1dxz879 {
33047
- display: flex;
33048
- flex-direction: column;
33049
- gap: 6px;
33050
- }
33051
- .E_w1dxz879 .ellipsis-tooltip {
33052
- max-height: var(--w1dxz879-0);
33053
- text-overflow: clip;
33054
- overflow: hidden;
33055
- }
33056
- .E_w1dxz879 .tips {
33057
- color: #fff;
33058
- opacity: 0.8;
33059
- }
33060
-
33061
33148
  .E_hrhfj7c {
33062
33149
  display: none;
33063
33150
  }
@@ -33277,6 +33364,21 @@ input.E_rf8rlle.ant-input {
33277
33364
  font-size: 14px;
33278
33365
  }
33279
33366
 
33367
+ .E_w1dxz879 {
33368
+ display: flex;
33369
+ flex-direction: column;
33370
+ gap: 6px;
33371
+ }
33372
+ .E_w1dxz879 .ellipsis-tooltip {
33373
+ max-height: var(--w1dxz879-0);
33374
+ text-overflow: clip;
33375
+ overflow: hidden;
33376
+ }
33377
+ .E_w1dxz879 .tips {
33378
+ color: #fff;
33379
+ opacity: 0.8;
33380
+ }
33381
+
33280
33382
  .E_h12yihis {
33281
33383
  height: 50px;
33282
33384
  border-bottom: 2px solid #edf0f7;
@@ -33974,67 +34076,6 @@ input.E_rf8rlle.ant-input {
33974
34076
  padding: 0;
33975
34077
  }
33976
34078
 
33977
- .E_c1yd35n {
33978
- padding: 0 12px 14px 12px;
33979
- }
33980
-
33981
- .E_c1kghdax {
33982
- color: #2d3a56;
33983
- padding: 7px 12px;
33984
- display: flex;
33985
- justify-content: space-between;
33986
- align-items: center;
33987
- }
33988
- .E_c1kghdax.has-arrow {
33989
- padding-left: 10px;
33990
- }
33991
- .E_c1kghdax.has-arrow .title-wrapper {
33992
- cursor: pointer;
33993
- color: #00122e;
33994
- }
33995
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33996
- color: #2d3a56;
33997
- font-weight: 600;
33998
- }
33999
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34000
- transform: rotate(90deg);
34001
- }
34002
- .E_c1kghdax .sub-info {
34003
- font-size: 12px;
34004
- line-height: 18px;
34005
- }
34006
- .E_c1kghdax .title-wrapper {
34007
- display: flex;
34008
- align-items: center;
34009
- user-select: none;
34010
- flex-grow: 1;
34011
- font-size: 12px;
34012
- line-height: 18px;
34013
- color: #2d3a56;
34014
- font-weight: 700;
34015
- }
34016
- .E_c1kghdax .collapse-arrow {
34017
- transition: all 50ms ease-out 0ms;
34018
- margin-right: 2px;
34019
- }
34020
-
34021
- .E_b14q2gmw {
34022
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
34023
- }
34024
-
34025
- .E_c1eym6el {
34026
- border-radius: 8px;
34027
- background-color: white;
34028
- }
34029
- .E_c1eym6el.hoverable {
34030
- cursor: pointer;
34031
- }
34032
- .E_c1eym6el.hoverable:hover {
34033
- transition: all 200ms ease;
34034
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34035
- transform: translateY(-4px);
34036
- }
34037
-
34038
34079
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
34039
34080
  margin-right: 2px;
34040
34081
  }
@@ -34069,6 +34110,30 @@ input.E_rf8rlle.ant-input {
34069
34110
  background-color: transparent;
34070
34111
  }
34071
34112
 
34113
+ .E_l12xdkhl {
34114
+ width: 64px;
34115
+ height: 64px;
34116
+ max-width: 64px;
34117
+ max-height: 64px;
34118
+ overflow: hidden;
34119
+ display: flex;
34120
+ align-items: center;
34121
+ justify-content: center;
34122
+ position: relative;
34123
+ opacity: 0.6;
34124
+ }
34125
+ .E_l12xdkhl .icon-wrapper {
34126
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
34127
+ }
34128
+ @keyframes rotate {
34129
+ from {
34130
+ transform: rotate(0deg);
34131
+ }
34132
+ to {
34133
+ transform: rotate(360deg);
34134
+ }
34135
+ }
34136
+
34072
34137
  button.E_l48ei06.ant-btn {
34073
34138
  font-size: 12px;
34074
34139
  line-height: 18px;
@@ -34119,30 +34184,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34119
34184
  color: rgba(44, 56, 82, 0.7490196078);
34120
34185
  }
34121
34186
 
34122
- .E_l12xdkhl {
34123
- width: 64px;
34124
- height: 64px;
34125
- max-width: 64px;
34126
- max-height: 64px;
34127
- overflow: hidden;
34128
- display: flex;
34129
- align-items: center;
34130
- justify-content: center;
34131
- position: relative;
34132
- opacity: 0.6;
34133
- }
34134
- .E_l12xdkhl .icon-wrapper {
34135
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
34136
- }
34137
- @keyframes rotate {
34138
- from {
34139
- transform: rotate(0deg);
34140
- }
34141
- to {
34142
- transform: rotate(360deg);
34143
- }
34144
- }
34145
-
34146
34187
  .E_sddwhm6 {
34147
34188
  margin: 0;
34148
34189
  border-radius: 20px;
@@ -34701,6 +34742,50 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34701
34742
  animation: loading-indicator3 1100ms ease-out infinite;
34702
34743
  }
34703
34744
 
34745
+ .E_c1yd35n {
34746
+ padding: 0 12px 14px 12px;
34747
+ }
34748
+
34749
+ .E_c1kghdax {
34750
+ color: #2d3a56;
34751
+ padding: 7px 12px;
34752
+ display: flex;
34753
+ justify-content: space-between;
34754
+ align-items: center;
34755
+ }
34756
+ .E_c1kghdax.has-arrow {
34757
+ padding-left: 10px;
34758
+ }
34759
+ .E_c1kghdax.has-arrow .title-wrapper {
34760
+ cursor: pointer;
34761
+ color: #00122e;
34762
+ }
34763
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
34764
+ color: #2d3a56;
34765
+ font-weight: 600;
34766
+ }
34767
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34768
+ transform: rotate(90deg);
34769
+ }
34770
+ .E_c1kghdax .sub-info {
34771
+ font-size: 12px;
34772
+ line-height: 18px;
34773
+ }
34774
+ .E_c1kghdax .title-wrapper {
34775
+ display: flex;
34776
+ align-items: center;
34777
+ user-select: none;
34778
+ flex-grow: 1;
34779
+ font-size: 12px;
34780
+ line-height: 18px;
34781
+ color: #2d3a56;
34782
+ font-weight: 700;
34783
+ }
34784
+ .E_c1kghdax .collapse-arrow {
34785
+ transition: all 50ms ease-out 0ms;
34786
+ margin-right: 2px;
34787
+ }
34788
+
34704
34789
  .E_w7ob4th.outside-tag {
34705
34790
  padding-left: 0;
34706
34791
  }
@@ -34710,6 +34795,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34710
34795
  margin-right: 4px;
34711
34796
  }
34712
34797
 
34798
+ .E_b14q2gmw {
34799
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
34800
+ }
34801
+
34802
+ .E_c1eym6el {
34803
+ border-radius: 8px;
34804
+ background-color: white;
34805
+ }
34806
+ .E_c1eym6el.hoverable {
34807
+ cursor: pointer;
34808
+ }
34809
+ .E_c1eym6el.hoverable:hover {
34810
+ transition: all 200ms ease;
34811
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34812
+ transform: translateY(-4px);
34813
+ }
34814
+
34713
34815
  .E_slr2ynn {
34714
34816
  padding: 0 8px;
34715
34817
  height: 18px;
@@ -34951,11 +35053,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34951
35053
  justify-content: center;
34952
35054
  }
34953
35055
 
34954
- .E_i1g85yz3 {
34955
- margin-right: 4px;
34956
- height: 16px;
34957
- }
34958
-
34959
35056
  .E_t1dtlqs1 {
34960
35057
  margin-bottom: 4px;
34961
35058
  color: rgba(44, 56, 82, 0.6);
@@ -35182,6 +35279,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35182
35279
  background: rgba(163, 180, 204, 0.18);
35183
35280
  }
35184
35281
 
35282
+ .E_i1g85yz3 {
35283
+ margin-right: 4px;
35284
+ height: 16px;
35285
+ }
35286
+
35287
+ .E_t1gvlxt5 {
35288
+ min-width: 0;
35289
+ flex: 1;
35290
+ }
35291
+ .E_t1gvlxt5 .tag {
35292
+ flex: 0 0 auto;
35293
+ }
35294
+ .E_t1gvlxt5 .progress-title {
35295
+ flex: 2;
35296
+ max-width: fit-content;
35297
+ }
35298
+ .E_t1gvlxt5 .progress-desc {
35299
+ flex: 1;
35300
+ max-width: fit-content;
35301
+ }
35302
+
35303
+ .E_a1ji6r68 {
35304
+ display: flex;
35305
+ align-items: center;
35306
+ column-gap: var(--a1ji6r68-0);
35307
+ }
35308
+
35185
35309
  .E_msn7nxt {
35186
35310
  color: rgba(44, 56, 82, 0.6);
35187
35311
  text-align: center;
@@ -35343,28 +35467,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35343
35467
  margin-left: 8px;
35344
35468
  }
35345
35469
 
35346
- .E_t1gvlxt5 {
35347
- min-width: 0;
35348
- flex: 1;
35349
- }
35350
- .E_t1gvlxt5 .tag {
35351
- flex: 0 0 auto;
35352
- }
35353
- .E_t1gvlxt5 .progress-title {
35354
- flex: 2;
35355
- max-width: fit-content;
35356
- }
35357
- .E_t1gvlxt5 .progress-desc {
35358
- flex: 1;
35359
- max-width: fit-content;
35360
- }
35361
-
35362
- .E_a1ji6r68 {
35363
- display: flex;
35364
- align-items: center;
35365
- column-gap: var(--a1ji6r68-0);
35366
- }
35367
-
35368
35470
  .E_s20iney.skeleton-box {
35369
35471
  display: flex;
35370
35472
  align-items: center;