@cloudtower/eagle 0.29.19 → 0.29.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29571,118 +29571,6 @@ html body {
29571
29571
  margin-left: 1px;
29572
29572
  }
29573
29573
 
29574
- .E_s1ebs0ra {
29575
- display: flex;
29576
- align-items: center;
29577
- justify-content: space-between;
29578
- background: #edf0f7;
29579
- padding: 8px 12px;
29580
- position: sticky;
29581
- top: 0;
29582
- z-index: 1;
29583
- margin-bottom: -52px;
29584
- }
29585
- .E_s1ebs0ra .select-total {
29586
- display: flex;
29587
- align-items: center;
29588
- font-weight: 700;
29589
- flex-shrink: 0;
29590
- }
29591
- .E_s1ebs0ra .select-total .icon-wrapper {
29592
- cursor: pointer;
29593
- margin-left: 8px;
29594
- width: 32px;
29595
- height: 32px;
29596
- border-radius: 50%;
29597
- justify-content: center;
29598
- }
29599
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
29600
- background: rgba(225, 230, 241, 0.6);
29601
- }
29602
- .E_s1ebs0ra .action-group {
29603
- flex: 1;
29604
- margin-left: 88px;
29605
- white-space: nowrap;
29606
- text-align: right;
29607
- position: relative;
29608
- padding: 4px 0;
29609
- margin-top: -4px;
29610
- overflow: hidden;
29611
- }
29612
- .E_s1ebs0ra .action-group .sub-menu-delete {
29613
- transform: translateY(-4px);
29614
- }
29615
- .E_s1ebs0ra .action-group button {
29616
- border: none;
29617
- }
29618
- .E_s1ebs0ra .action-group > *:not(:last-child) {
29619
- margin-right: 8px;
29620
- }
29621
- .E_s1ebs0ra .action-group > button:last-child {
29622
- margin-right: 4px;
29623
- }
29624
- .E_s1ebs0ra .action-group .more-btn {
29625
- cursor: pointer;
29626
- width: 32px;
29627
- height: 32px;
29628
- justify-content: center;
29629
- border-radius: 50%;
29630
- }
29631
- .E_s1ebs0ra .action-group .more-btn:hover {
29632
- background: #fff;
29633
- }
29634
-
29635
- span.E_tqjc4ui {
29636
- margin: 0 2px;
29637
- }
29638
-
29639
- .E_c18bcrac {
29640
- display: inline-block;
29641
- width: 100%;
29642
- }
29643
- .E_c18bcrac .recharts-wrapper {
29644
- margin-left: 4px;
29645
- }
29646
-
29647
- .E_cro7kg2 {
29648
- padding: 4px;
29649
- }
29650
-
29651
- .E_c14wcxf0 {
29652
- display: flex;
29653
- justify-content: space-between;
29654
- align-items: center;
29655
- font-size: 13px;
29656
- line-height: 24px;
29657
- color: #cccccc;
29658
- white-space: nowrap;
29659
- }
29660
- .E_c14wcxf0 label {
29661
- margin-right: 32px;
29662
- }
29663
-
29664
- .E_coy29mj.E_c14wcxf0 {
29665
- font-weight: bold;
29666
- color: white;
29667
- }
29668
-
29669
- .E_s11212zy {
29670
- width: 8px;
29671
- height: 8px;
29672
- border-radius: 2px;
29673
- display: inline-block;
29674
- background: var(--s11212zy-0);
29675
- border: 1px solid #fff;
29676
- box-sizing: content-box;
29677
- margin-right: 6px;
29678
- }
29679
-
29680
- .E_p1lyky6c > :first-child {
29681
- font-weight: bold;
29682
- color: white;
29683
- margin-right: 4px;
29684
- }
29685
-
29686
29574
  .E_ou7iq30 {
29687
29575
  overflow: hidden;
29688
29576
  text-overflow: ellipsis;
@@ -29699,6 +29587,14 @@ span.E_tqjc4ui {
29699
29587
  word-break: break-all;
29700
29588
  }
29701
29589
 
29590
+ .E_s1iv0tp1 .enabled-switch {
29591
+ display: flex;
29592
+ align-items: center;
29593
+ }
29594
+ .E_s1iv0tp1 .enabled-text {
29595
+ margin-right: 8px;
29596
+ }
29597
+
29702
29598
  .E_n12mqh7z {
29703
29599
  display: flex;
29704
29600
  align-items: center;
@@ -29718,22 +29614,94 @@ span.E_tqjc4ui {
29718
29614
  overflow: auto;
29719
29615
  }
29720
29616
 
29721
- .E_s1iv0tp1 .enabled-switch {
29617
+ .E_t1sqg15u {
29618
+ background: white;
29619
+ }
29620
+ .E_t1sqg15u.inline .table-row {
29621
+ flex-direction: column;
29622
+ }
29623
+ .E_t1sqg15u.inline .table-row > label {
29624
+ padding: 0 16px 7px 0;
29625
+ }
29626
+ .E_t1sqg15u.has-border .table-header {
29627
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
29628
+ }
29629
+ .E_t1sqg15u.has-border .hiddenBorder {
29630
+ border-top: none !important;
29631
+ }
29632
+ .E_t1sqg15u.has-border .table-row + .table-row {
29633
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
29634
+ }
29635
+ .E_t1sqg15u.has-border .table-row:last-of-type {
29636
+ padding-bottom: 0;
29637
+ }
29638
+ .E_t1sqg15u.align-right .content {
29639
+ text-align: right;
29640
+ }
29641
+ .E_t1sqg15u .uuid-row {
29722
29642
  display: flex;
29723
- align-items: center;
29643
+ justify-content: space-between;
29724
29644
  }
29725
- .E_s1iv0tp1 .enabled-text {
29726
- margin-right: 8px;
29645
+ .E_t1sqg15u .uuid-row .id-text {
29646
+ white-space: nowrap;
29647
+ overflow: hidden;
29648
+ text-overflow: ellipsis;
29727
29649
  }
29728
29650
 
29729
- .E_gmyahx3 {
29651
+ .E_t4zczcp {
29652
+ display: flex;
29653
+ justify-content: space-between;
29654
+ align-items: center;
29655
+ padding: 8px;
29656
+ min-height: 32px;
29657
+ }
29658
+ .E_t4zczcp .table-title {
29659
+ color: rgba(44, 56, 82, 0.6);
29660
+ font-weight: 600;
29661
+ font-size: 12px;
29662
+ line-height: 8px;
29663
+ }
29664
+ .E_t4zczcp .edit-icon {
29665
+ font-size: 16px;
29666
+ color: rgba(10, 37, 85, 0.6);
29730
29667
  cursor: pointer;
29731
29668
  }
29732
- .E_gmyahx3 .link-text {
29733
- color: rgba(0, 21, 64, 0.3);
29669
+
29670
+ .E_t1s7goww {
29671
+ font-size: 12px;
29672
+ line-height: 18px;
29734
29673
  }
29735
- .E_gmyahx3:hover .link-text {
29736
- color: #0080ff;
29674
+
29675
+ .E_t93e4cf {
29676
+ display: flex;
29677
+ padding: 8px 0;
29678
+ color: #2d3a56;
29679
+ }
29680
+ .E_t93e4cf .hidden {
29681
+ display: none;
29682
+ }
29683
+ .E_t93e4cf .ant-btn-link {
29684
+ height: auto;
29685
+ }
29686
+ .E_t93e4cf .content {
29687
+ overflow: hidden;
29688
+ overflow-x: auto;
29689
+ width: 100%;
29690
+ white-space: pre-wrap;
29691
+ }
29692
+ .E_t93e4cf .content .ant-btn {
29693
+ white-space: pre-wrap;
29694
+ text-align: left;
29695
+ }
29696
+ .E_t93e4cf .content .unit-chart {
29697
+ justify-content: flex-start;
29698
+ }
29699
+
29700
+ .E_rhz2uv5 {
29701
+ width: var(--rhz2uv5-0);
29702
+ flex-shrink: 0;
29703
+ color: rgba(44, 56, 82, 0.6);
29704
+ padding-right: 12px;
29737
29705
  }
29738
29706
 
29739
29707
  .E_clm1wy1 {
@@ -29829,50 +29797,172 @@ span.E_tqjc4ui {
29829
29797
  border-radius: 2px;
29830
29798
  }
29831
29799
 
29832
- .E_c1up1pdz {
29833
- width: 648px;
29834
- }
29835
- .E_c1up1pdz.active {
29836
- border-color: #0080ff;
29837
- }
29838
- .E_c1up1pdz.active > header {
29839
- background: rgba(0, 128, 255, 0.1);
29840
- }
29841
- .E_c1up1pdz .expand {
29842
- padding: 12px;
29843
- }
29844
- .E_c1up1pdz .field-item {
29845
- display: flex;
29846
- padding: 10px 0;
29847
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29848
- }
29849
- .E_c1up1pdz .field-item:last-child {
29850
- border-bottom: none;
29851
- padding-bottom: 0;
29800
+ .E_gmyahx3 {
29801
+ cursor: pointer;
29852
29802
  }
29853
- .E_c1up1pdz .field-item label {
29854
- line-height: 32px;
29855
- width: 100px;
29856
- color: rgba(62, 70, 82, 0.6);
29803
+ .E_gmyahx3 .link-text {
29804
+ color: rgba(0, 21, 64, 0.3);
29857
29805
  }
29858
- .E_c1up1pdz .help {
29859
- color: rgba(62, 70, 82, 0.6);
29860
- margin-top: 5px;
29806
+ .E_gmyahx3:hover .link-text {
29807
+ color: #0080ff;
29861
29808
  }
29862
- .E_c1up1pdz .ant-input-affix-wrapper,
29863
- .E_c1up1pdz .ant-picker {
29864
- width: 128px;
29809
+
29810
+ span.E_tqjc4ui {
29811
+ margin: 0 2px;
29865
29812
  }
29866
29813
 
29867
- .E_c156wh19 {
29814
+ .E_s1ebs0ra {
29868
29815
  display: flex;
29869
29816
  align-items: center;
29870
29817
  justify-content: space-between;
29871
- word-break: keep-all;
29872
- }
29873
- .E_c156wh19 .title {
29874
- margin: 0 16px 0 8px;
29875
- }
29818
+ background: #edf0f7;
29819
+ padding: 8px 12px;
29820
+ position: sticky;
29821
+ top: 0;
29822
+ z-index: 1;
29823
+ margin-bottom: -52px;
29824
+ }
29825
+ .E_s1ebs0ra .select-total {
29826
+ display: flex;
29827
+ align-items: center;
29828
+ font-weight: 700;
29829
+ flex-shrink: 0;
29830
+ }
29831
+ .E_s1ebs0ra .select-total .icon-wrapper {
29832
+ cursor: pointer;
29833
+ margin-left: 8px;
29834
+ width: 32px;
29835
+ height: 32px;
29836
+ border-radius: 50%;
29837
+ justify-content: center;
29838
+ }
29839
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
29840
+ background: rgba(225, 230, 241, 0.6);
29841
+ }
29842
+ .E_s1ebs0ra .action-group {
29843
+ flex: 1;
29844
+ margin-left: 88px;
29845
+ white-space: nowrap;
29846
+ text-align: right;
29847
+ position: relative;
29848
+ padding: 4px 0;
29849
+ margin-top: -4px;
29850
+ overflow: hidden;
29851
+ }
29852
+ .E_s1ebs0ra .action-group .sub-menu-delete {
29853
+ transform: translateY(-4px);
29854
+ }
29855
+ .E_s1ebs0ra .action-group button {
29856
+ border: none;
29857
+ }
29858
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
29859
+ margin-right: 8px;
29860
+ }
29861
+ .E_s1ebs0ra .action-group > button:last-child {
29862
+ margin-right: 4px;
29863
+ }
29864
+ .E_s1ebs0ra .action-group .more-btn {
29865
+ cursor: pointer;
29866
+ width: 32px;
29867
+ height: 32px;
29868
+ justify-content: center;
29869
+ border-radius: 50%;
29870
+ }
29871
+ .E_s1ebs0ra .action-group .more-btn:hover {
29872
+ background: #fff;
29873
+ }
29874
+
29875
+ .E_c18bcrac {
29876
+ display: inline-block;
29877
+ width: 100%;
29878
+ }
29879
+ .E_c18bcrac .recharts-wrapper {
29880
+ margin-left: 4px;
29881
+ }
29882
+
29883
+ .E_cro7kg2 {
29884
+ padding: 4px;
29885
+ }
29886
+
29887
+ .E_c14wcxf0 {
29888
+ display: flex;
29889
+ justify-content: space-between;
29890
+ align-items: center;
29891
+ font-size: 13px;
29892
+ line-height: 24px;
29893
+ color: #cccccc;
29894
+ white-space: nowrap;
29895
+ }
29896
+ .E_c14wcxf0 label {
29897
+ margin-right: 32px;
29898
+ }
29899
+
29900
+ .E_coy29mj.E_c14wcxf0 {
29901
+ font-weight: bold;
29902
+ color: white;
29903
+ }
29904
+
29905
+ .E_s11212zy {
29906
+ width: 8px;
29907
+ height: 8px;
29908
+ border-radius: 2px;
29909
+ display: inline-block;
29910
+ background: var(--s11212zy-0);
29911
+ border: 1px solid #fff;
29912
+ box-sizing: content-box;
29913
+ margin-right: 6px;
29914
+ }
29915
+
29916
+ .E_p1lyky6c > :first-child {
29917
+ font-weight: bold;
29918
+ color: white;
29919
+ margin-right: 4px;
29920
+ }
29921
+
29922
+ .E_c1up1pdz {
29923
+ width: 648px;
29924
+ }
29925
+ .E_c1up1pdz.active {
29926
+ border-color: #0080ff;
29927
+ }
29928
+ .E_c1up1pdz.active > header {
29929
+ background: rgba(0, 128, 255, 0.1);
29930
+ }
29931
+ .E_c1up1pdz .expand {
29932
+ padding: 12px;
29933
+ }
29934
+ .E_c1up1pdz .field-item {
29935
+ display: flex;
29936
+ padding: 10px 0;
29937
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29938
+ }
29939
+ .E_c1up1pdz .field-item:last-child {
29940
+ border-bottom: none;
29941
+ padding-bottom: 0;
29942
+ }
29943
+ .E_c1up1pdz .field-item label {
29944
+ line-height: 32px;
29945
+ width: 100px;
29946
+ color: rgba(62, 70, 82, 0.6);
29947
+ }
29948
+ .E_c1up1pdz .help {
29949
+ color: rgba(62, 70, 82, 0.6);
29950
+ margin-top: 5px;
29951
+ }
29952
+ .E_c1up1pdz .ant-input-affix-wrapper,
29953
+ .E_c1up1pdz .ant-picker {
29954
+ width: 128px;
29955
+ }
29956
+
29957
+ .E_c156wh19 {
29958
+ display: flex;
29959
+ align-items: center;
29960
+ justify-content: space-between;
29961
+ word-break: keep-all;
29962
+ }
29963
+ .E_c156wh19 .title {
29964
+ margin: 0 16px 0 8px;
29965
+ }
29876
29966
  .E_c156wh19 .retain {
29877
29967
  color: rgba(129, 138, 153, 0.6);
29878
29968
  }
@@ -29969,94 +30059,114 @@ span.E_tqjc4ui {
29969
30059
  color: #fff;
29970
30060
  }
29971
30061
 
29972
- .E_t1sqg15u {
29973
- background: white;
29974
- }
29975
- .E_t1sqg15u.inline .table-row {
29976
- flex-direction: column;
29977
- }
29978
- .E_t1sqg15u.inline .table-row > label {
29979
- padding: 0 16px 7px 0;
30062
+ .E_c18gxmrl {
30063
+ border: 1px solid #d8deeb;
30064
+ border-radius: 4px;
29980
30065
  }
29981
- .E_t1sqg15u.has-border .table-header {
29982
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
30066
+ .E_c18gxmrl + .E_c18gxmrl {
30067
+ margin-top: 8px;
29983
30068
  }
29984
- .E_t1sqg15u.has-border .hiddenBorder {
29985
- border-top: none !important;
30069
+ .E_c18gxmrl:hover {
30070
+ border-color: #0080ff;
29986
30071
  }
29987
- .E_t1sqg15u.has-border .table-row + .table-row {
29988
- border-top: 1px solid rgba(225, 230, 241, 0.6);
30072
+ .E_c18gxmrl:hover > header {
30073
+ background: rgba(0, 128, 255, 0.1);
29989
30074
  }
29990
- .E_t1sqg15u.has-border .table-row:last-of-type {
29991
- padding-bottom: 0;
30075
+ .E_c18gxmrl.active header {
30076
+ border-bottom: 1px solid #d8deeb;
29992
30077
  }
29993
- .E_t1sqg15u.align-right .content {
29994
- text-align: right;
30078
+ .E_c18gxmrl > header {
30079
+ padding: 8px 12px;
29995
30080
  }
29996
- .E_t1sqg15u .uuid-row {
30081
+
30082
+ .E_wg1tsps {
29997
30083
  display: flex;
29998
- justify-content: space-between;
29999
- }
30000
- .E_t1sqg15u .uuid-row .id-text {
30001
- white-space: nowrap;
30002
- overflow: hidden;
30003
- text-overflow: ellipsis;
30084
+ align-items: center;
30085
+ justify-content: flex-end;
30004
30086
  }
30005
30087
 
30006
- .E_t4zczcp {
30088
+ .E_b1ctd5xy {
30007
30089
  display: flex;
30008
- justify-content: space-between;
30009
30090
  align-items: center;
30010
- padding: 8px;
30011
- min-height: 32px;
30091
+ width: calc(100% - 40px);
30012
30092
  }
30013
- .E_t4zczcp .table-title {
30014
- color: rgba(44, 56, 82, 0.6);
30015
- font-weight: 600;
30016
- font-size: 12px;
30017
- line-height: 8px;
30093
+ .E_b1ctd5xy .chart {
30094
+ display: inline-block;
30095
+ width: 100%;
30018
30096
  }
30019
- .E_t4zczcp .edit-icon {
30020
- font-size: 16px;
30021
- color: rgba(10, 37, 85, 0.6);
30022
- cursor: pointer;
30097
+
30098
+ .E_u1p8acpn {
30099
+ min-width: 40px;
30100
+ }
30101
+ .E_u1p8acpn .unit {
30102
+ color: #00122e !important;
30023
30103
  }
30024
30104
 
30025
- .E_t1s7goww {
30026
- font-size: 12px;
30027
- line-height: 18px;
30105
+ .E_b1nip9bk {
30106
+ padding: 4px 11px;
30028
30107
  }
30029
30108
 
30030
- .E_t93e4cf {
30031
- display: flex;
30032
- padding: 8px 0;
30033
- color: #2d3a56;
30109
+ .E_bqamoqe {
30110
+ white-space: nowrap;
30111
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30034
30112
  }
30035
- .E_t93e4cf .hidden {
30036
- display: none;
30113
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30114
+ --color: #0080ff;
30037
30115
  }
30038
- .E_t93e4cf .ant-btn-link {
30039
- height: auto;
30116
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30117
+ --color: #0080ff;
30040
30118
  }
30041
- .E_t93e4cf .content {
30042
- overflow: hidden;
30043
- overflow-x: auto;
30044
- width: 100%;
30045
- white-space: pre-wrap;
30119
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30120
+ margin-left: 1px;
30046
30121
  }
30047
- .E_t93e4cf .content .ant-btn {
30048
- white-space: pre-wrap;
30049
- text-align: left;
30122
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30123
+ border-top-right-radius: 0;
30124
+ border-bottom-right-radius: 0;
30050
30125
  }
30051
- .E_t93e4cf .content .unit-chart {
30052
- justify-content: flex-start;
30126
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30127
+ border-top-left-radius: 0;
30128
+ border-bottom-left-radius: 0;
30129
+ }
30130
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30131
+ border-radius: unset;
30053
30132
  }
30054
30133
 
30055
- .E_rhz2uv5 {
30056
- width: var(--rhz2uv5-0);
30057
- flex-shrink: 0;
30134
+ .E_berrcjl {
30135
+ color: rgba(10, 37, 85, 0.6);
30136
+ margin-bottom: 4px;
30137
+ }
30138
+ .E_berrcjl .breadcrumb-link {
30139
+ color: rgba(10, 37, 85, 0.6);
30140
+ cursor: pointer;
30141
+ transition: color 160ms ease;
30142
+ }
30143
+ .E_berrcjl .breadcrumb-link:hover {
30144
+ color: #0080ff;
30145
+ }
30146
+ .E_berrcjl .breadcrumb-link:active {
30147
+ color: #005ed1;
30148
+ }
30149
+
30150
+ .E_c1uzzomf {
30151
+ margin-bottom: 16px;
30152
+ }
30153
+ .E_c1uzzomf .card-title {
30154
+ font-size: 16px;
30058
30155
  color: rgba(44, 56, 82, 0.6);
30059
- padding-right: 12px;
30156
+ font-weight: 700;
30157
+ line-height: 32px;
30158
+ }
30159
+ .E_c1uzzomf .card-body {
30160
+ padding: 24px;
30161
+ border-radius: 8px;
30162
+ background: #fff;
30163
+ }
30164
+ .E_c1uzzomf .empty {
30165
+ font-weight: 700;
30166
+ font-size: 14px;
30167
+ line-height: 22px;
30168
+ color: rgba(0, 21, 64, 0.3);
30169
+ text-align: center;
30060
30170
  }
30061
30171
 
30062
30172
  .E_t160l1cm {
@@ -30262,6 +30372,115 @@ span.E_tqjc4ui {
30262
30372
  background: transparent;
30263
30373
  }
30264
30374
 
30375
+ .E_d1bw7c5z {
30376
+ position: relative;
30377
+ max-width: 388px;
30378
+ min-width: 285px;
30379
+ }
30380
+ .E_d1bw7c5z .center {
30381
+ position: absolute;
30382
+ font-size: 12px;
30383
+ width: 80px;
30384
+ height: 100px;
30385
+ top: 0;
30386
+ left: 35px;
30387
+ display: flex;
30388
+ flex-direction: column;
30389
+ justify-content: center;
30390
+ align-items: center;
30391
+ color: #00122e;
30392
+ }
30393
+ .E_d1bw7c5z .center .number {
30394
+ font-size: 24px;
30395
+ font-weight: 700;
30396
+ }
30397
+ .E_d1bw7c5z .center .text {
30398
+ padding: 0 5px;
30399
+ font-size: 12px;
30400
+ width: inherit;
30401
+ text-align: center;
30402
+ }
30403
+ .E_d1bw7c5z .recharts-wrapper {
30404
+ display: flex;
30405
+ }
30406
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30407
+ position: relative !important;
30408
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30409
+ left: 0 !important;
30410
+ bottom: 0 !important;
30411
+ display: flex;
30412
+ align-items: center;
30413
+ }
30414
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30415
+ width: 100%;
30416
+ }
30417
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30418
+ width: 100%;
30419
+ margin-right: 0 !important;
30420
+ line-height: 18px;
30421
+ }
30422
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30423
+ border-radius: 2px;
30424
+ }
30425
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30426
+ min-width: 75px;
30427
+ max-width: 198px;
30428
+ width: calc(100% - 20px);
30429
+ margin-left: 2px;
30430
+ color: #00122e !important;
30431
+ display: inline-flex;
30432
+ justify-content: space-between;
30433
+ }
30434
+ .E_d1bw7c5z .tooltip-text {
30435
+ maxwidth: calc(100% - 12px);
30436
+ cursor: pointer;
30437
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30438
+ overflow: hidden;
30439
+ text-overflow: ellipsis;
30440
+ white-space: nowrap;
30441
+ }
30442
+ .E_d1bw7c5z .value {
30443
+ color: rgba(44, 56, 82, 0.75);
30444
+ }
30445
+
30446
+ .E_t10pqbtc {
30447
+ width: 140px;
30448
+ }
30449
+ .E_t10pqbtc .item {
30450
+ margin: 6px auto;
30451
+ display: flex;
30452
+ justify-content: space-between;
30453
+ }
30454
+ .E_t10pqbtc .item .name {
30455
+ width: 102px;
30456
+ }
30457
+
30458
+ .E_m74vjol {
30459
+ display: flex;
30460
+ justify-content: space-between;
30461
+ width: 100%;
30462
+ }
30463
+ .E_m74vjol .action {
30464
+ margin-left: 16px;
30465
+ }
30466
+
30467
+ .E_a1o35uvh .ant-alert-message {
30468
+ width: 100%;
30469
+ }
30470
+
30471
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30472
+ padding: 4px 8px 0 8px;
30473
+ color: rgba(44, 56, 82, 0.6);
30474
+ font-size: 12px;
30475
+ }
30476
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30477
+ padding-bottom: 6px;
30478
+ }
30479
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30480
+ padding-top: 4px;
30481
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30482
+ }
30483
+
30265
30484
  .E_b1wx3t3t.ant-btn-icon-only {
30266
30485
  justify-content: center;
30267
30486
  }
@@ -30516,256 +30735,155 @@ button.E_n7k2c6r {
30516
30735
  padding: 0;
30517
30736
  }
30518
30737
 
30519
- .E_berrcjl {
30520
- color: rgba(10, 37, 85, 0.6);
30521
- margin-bottom: 4px;
30522
- }
30523
- .E_berrcjl .breadcrumb-link {
30524
- color: rgba(10, 37, 85, 0.6);
30525
- cursor: pointer;
30526
- transition: color 160ms ease;
30527
- }
30528
- .E_berrcjl .breadcrumb-link:hover {
30529
- color: #0080ff;
30530
- }
30531
- .E_berrcjl .breadcrumb-link:active {
30532
- color: #005ed1;
30533
- }
30534
-
30535
- .E_c1uzzomf {
30536
- margin-bottom: 16px;
30537
- }
30538
- .E_c1uzzomf .card-title {
30539
- font-size: 16px;
30540
- color: rgba(44, 56, 82, 0.6);
30541
- font-weight: 700;
30542
- line-height: 32px;
30543
- }
30544
- .E_c1uzzomf .card-body {
30545
- padding: 24px;
30546
- border-radius: 8px;
30547
- background: #fff;
30548
- }
30549
- .E_c1uzzomf .empty {
30550
- font-weight: 700;
30551
- font-size: 14px;
30552
- line-height: 22px;
30553
- color: rgba(0, 21, 64, 0.3);
30554
- text-align: center;
30555
- }
30556
-
30557
- .E_c18gxmrl {
30558
- border: 1px solid #d8deeb;
30559
- border-radius: 4px;
30560
- }
30561
- .E_c18gxmrl + .E_c18gxmrl {
30562
- margin-top: 8px;
30563
- }
30564
- .E_c18gxmrl:hover {
30565
- border-color: #0080ff;
30566
- }
30567
- .E_c18gxmrl:hover > header {
30568
- background: rgba(0, 128, 255, 0.1);
30569
- }
30570
- .E_c18gxmrl.active header {
30571
- border-bottom: 1px solid #d8deeb;
30572
- }
30573
- .E_c18gxmrl > header {
30574
- padding: 8px 12px;
30575
- }
30576
-
30577
- .E_b1nip9bk {
30578
- padding: 4px 11px;
30738
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30739
+ display: flex;
30579
30740
  }
30580
30741
 
30581
- .E_bqamoqe {
30582
- white-space: nowrap;
30583
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30584
- }
30585
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30586
- --color: #0080ff;
30587
- }
30588
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30589
- --color: #0080ff;
30590
- }
30591
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30592
- margin-left: 1px;
30742
+ .E_ccrbeuz .ant-collapse-item {
30743
+ border: 0px;
30744
+ background-color: #fff;
30593
30745
  }
30594
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30595
- border-top-right-radius: 0;
30596
- border-bottom-right-radius: 0;
30746
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30747
+ padding-top: 0px;
30748
+ padding-bottom: 0px;
30749
+ padding-left: 0px !important;
30750
+ padding-right: 24px;
30597
30751
  }
30598
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30599
- border-top-left-radius: 0;
30600
- border-bottom-left-radius: 0;
30752
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30753
+ right: 0px;
30601
30754
  }
30602
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30603
- border-radius: unset;
30755
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30756
+ padding: 0px;
30604
30757
  }
30605
30758
 
30606
- .E_wg1tsps {
30607
- display: flex;
30608
- align-items: center;
30609
- justify-content: flex-end;
30759
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30760
+ padding-right: 0px;
30761
+ cursor: default;
30610
30762
  }
30611
30763
 
30612
- .E_b1ctd5xy {
30613
- display: flex;
30614
- align-items: center;
30615
- width: calc(100% - 40px);
30764
+ .E_c1yyuluq {
30765
+ border-radius: 8px;
30616
30766
  }
30617
- .E_b1ctd5xy .chart {
30618
- display: inline-block;
30619
- width: 100%;
30767
+ .E_c1yyuluq .ant-card-body {
30768
+ padding: 20px 24px 24px 24px;
30620
30769
  }
30621
30770
 
30622
- .E_u1p8acpn {
30623
- min-width: 40px;
30624
- }
30625
- .E_u1p8acpn .unit {
30626
- color: #00122e !important;
30771
+ .E_sx1bpnu .ant-input-sm {
30772
+ line-height: 18px;
30627
30773
  }
30628
30774
 
30629
- .E_m74vjol {
30775
+ .E_phljevk {
30630
30776
  display: flex;
30631
30777
  justify-content: space-between;
30632
- width: 100%;
30633
- }
30634
- .E_m74vjol .action {
30635
- margin-left: 16px;
30636
- }
30637
-
30638
- .E_a1o35uvh .ant-alert-message {
30639
- width: 100%;
30778
+ align-items: center;
30779
+ padding: 10px 0;
30780
+ color: rgba(44, 56, 82, 0.6);
30781
+ font-size: 12px;
30782
+ line-height: 24px;
30640
30783
  }
30641
-
30642
- .E_d1bw7c5z {
30643
- position: relative;
30644
- max-width: 388px;
30645
- min-width: 285px;
30784
+ .E_phljevk .pagination-left {
30785
+ padding: 2px 8px;
30646
30786
  }
30647
- .E_d1bw7c5z .center {
30648
- position: absolute;
30649
- font-size: 12px;
30650
- width: 80px;
30651
- height: 100px;
30652
- top: 0;
30653
- left: 35px;
30787
+ .E_phljevk .dropdown-trigger {
30654
30788
  display: flex;
30655
- flex-direction: column;
30656
- justify-content: center;
30657
30789
  align-items: center;
30658
- color: #00122e;
30659
- }
30660
- .E_d1bw7c5z .center .number {
30661
- font-size: 24px;
30662
- font-weight: 700;
30790
+ border-radius: 6px;
30791
+ cursor: pointer;
30792
+ transition: all 0.3s ease;
30663
30793
  }
30664
- .E_d1bw7c5z .center .text {
30665
- padding: 0 5px;
30666
- font-size: 12px;
30667
- width: inherit;
30668
- text-align: center;
30794
+ .E_phljevk .dropdown-trigger:hover {
30795
+ background: rgba(211, 218, 235, 0.6);
30796
+ color: #0080ff;
30669
30797
  }
30670
- .E_d1bw7c5z .recharts-wrapper {
30671
- display: flex;
30798
+ .E_phljevk .dropdown-trigger .icon-inner {
30799
+ margin-left: 4px;
30672
30800
  }
30673
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30674
- position: relative !important;
30675
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30676
- left: 0 !important;
30677
- bottom: 0 !important;
30801
+ .E_phljevk .pagination-right {
30678
30802
  display: flex;
30679
30803
  align-items: center;
30804
+ color: #0080ff;
30805
+ font-weight: bold;
30680
30806
  }
30681
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30682
- width: 100%;
30807
+ .E_phljevk .pagination-right .icon-inner {
30808
+ margin-left: 4px;
30683
30809
  }
30684
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30685
- width: 100%;
30686
- margin-right: 0 !important;
30687
- line-height: 18px;
30810
+ .E_phljevk .pagination-right .prev-btn,
30811
+ .E_phljevk .pagination-right .next-btn {
30812
+ padding: 0 8px;
30688
30813
  }
30689
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30690
- border-radius: 2px;
30814
+ .E_phljevk .pagination-right .prev-btn > span,
30815
+ .E_phljevk .pagination-right .next-btn > span {
30816
+ color: #0080ff;
30691
30817
  }
30692
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30693
- min-width: 75px;
30694
- max-width: 198px;
30695
- width: calc(100% - 20px);
30696
- margin-left: 2px;
30697
- color: #00122e !important;
30698
- display: inline-flex;
30699
- justify-content: space-between;
30818
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30819
+ transform: rotate(180deg);
30700
30820
  }
30701
- .E_d1bw7c5z .tooltip-text {
30702
- maxwidth: calc(100% - 12px);
30703
- cursor: pointer;
30704
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30705
- overflow: hidden;
30706
- text-overflow: ellipsis;
30707
- white-space: nowrap;
30821
+
30822
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30823
+ max-height: calc(100vh - 128px);
30824
+ overflow-y: auto;
30708
30825
  }
30709
- .E_d1bw7c5z .value {
30710
- color: rgba(44, 56, 82, 0.75);
30826
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30827
+ padding: 4px 20px;
30828
+ font-size: 12px;
30829
+ line-height: 18px;
30711
30830
  }
30712
30831
 
30713
- .E_t10pqbtc {
30714
- width: 140px;
30832
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30833
+ border-radius: 6px;
30715
30834
  }
30716
- .E_t10pqbtc .item {
30717
- margin: 6px auto;
30718
- display: flex;
30719
- justify-content: space-between;
30835
+ .E_s177mls5.ant-select.ant-select-single {
30836
+ width: 100%;
30837
+ color: #2d3a56;
30838
+ border-color: rgba(211, 218, 235, 0.6);
30839
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30840
+ font-size: 13px;
30720
30841
  }
30721
- .E_t10pqbtc .item .name {
30722
- width: 102px;
30842
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
30843
+ height: 30px;
30723
30844
  }
30724
-
30725
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30726
- padding: 4px 8px 0 8px;
30727
- color: rgba(44, 56, 82, 0.6);
30728
- font-size: 12px;
30845
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
30846
+ height: 38px;
30847
+ font-size: 13px;
30729
30848
  }
30730
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30731
- padding-bottom: 6px;
30849
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
30850
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
30851
+ transition: 160ms ease;
30732
30852
  }
30733
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30734
- padding-top: 4px;
30735
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30853
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
30854
+ color: #0080ff;
30855
+ }
30856
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
30857
+ border-color: rgba(107, 128, 167, 0.6);
30858
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30736
30859
  }
30737
-
30738
- .E_ccrbeuz .ant-collapse-item {
30739
- border: 0px;
30740
- background-color: #fff;
30860
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30861
+ color: #0080ff;
30741
30862
  }
30742
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30743
- padding-top: 0px;
30744
- padding-bottom: 0px;
30745
- padding-left: 0px !important;
30746
- padding-right: 24px;
30863
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
30864
+ border-color: #0080ff;
30865
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30747
30866
  }
30748
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30749
- right: 0px;
30867
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30868
+ transform: rotate(180deg);
30750
30869
  }
30751
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30752
- padding: 0px;
30870
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
30871
+ background: rgba(211, 218, 235, 0.6);
30872
+ border-color: rgba(172, 186, 211, 0.6);
30873
+ cursor: "not-allowed";
30753
30874
  }
30754
-
30755
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30756
- padding-right: 0px;
30757
- cursor: default;
30875
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
30876
+ border-color: #f0483e !important;
30758
30877
  }
30759
-
30760
- .E_c1yyuluq {
30761
- border-radius: 8px;
30878
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30879
+ color: #1d326c;
30762
30880
  }
30763
- .E_c1yyuluq .ant-card-body {
30764
- padding: 20px 24px 24px 24px;
30881
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
30882
+ border-color: #0080ff;
30883
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30765
30884
  }
30766
-
30767
- .E_itxley7.ant-input-group.ant-input-group-compact {
30768
- display: flex;
30885
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30886
+ transform: rotate(180deg);
30769
30887
  }
30770
30888
 
30771
30889
  .E_rapgekc.ant-radio-wrapper {
@@ -30914,67 +31032,6 @@ button.E_n7k2c6r {
30914
31032
  width: 36px;
30915
31033
  }
30916
31034
 
30917
- .E_sx1bpnu .ant-input-sm {
30918
- line-height: 18px;
30919
- }
30920
-
30921
- .E_phljevk {
30922
- display: flex;
30923
- justify-content: space-between;
30924
- align-items: center;
30925
- padding: 10px 0;
30926
- color: rgba(44, 56, 82, 0.6);
30927
- font-size: 12px;
30928
- line-height: 24px;
30929
- }
30930
- .E_phljevk .pagination-left {
30931
- padding: 2px 8px;
30932
- }
30933
- .E_phljevk .dropdown-trigger {
30934
- display: flex;
30935
- align-items: center;
30936
- border-radius: 6px;
30937
- cursor: pointer;
30938
- transition: all 0.3s ease;
30939
- }
30940
- .E_phljevk .dropdown-trigger:hover {
30941
- background: rgba(211, 218, 235, 0.6);
30942
- color: #0080ff;
30943
- }
30944
- .E_phljevk .dropdown-trigger .icon-inner {
30945
- margin-left: 4px;
30946
- }
30947
- .E_phljevk .pagination-right {
30948
- display: flex;
30949
- align-items: center;
30950
- color: #0080ff;
30951
- font-weight: bold;
30952
- }
30953
- .E_phljevk .pagination-right .icon-inner {
30954
- margin-left: 4px;
30955
- }
30956
- .E_phljevk .pagination-right .prev-btn,
30957
- .E_phljevk .pagination-right .next-btn {
30958
- padding: 0 8px;
30959
- }
30960
- .E_phljevk .pagination-right .prev-btn > span,
30961
- .E_phljevk .pagination-right .next-btn > span {
30962
- color: #0080ff;
30963
- }
30964
- .E_phljevk .pagination-right .next-btn .icon-inner {
30965
- transform: rotate(180deg);
30966
- }
30967
-
30968
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30969
- max-height: calc(100vh - 128px);
30970
- overflow-y: auto;
30971
- }
30972
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30973
- padding: 4px 20px;
30974
- font-size: 12px;
30975
- line-height: 18px;
30976
- }
30977
-
30978
31035
  .E_ivqqkzv {
30979
31036
  height: 24px;
30980
31037
  width: 56px !important;
@@ -30985,101 +31042,8 @@ button.E_n7k2c6r {
30985
31042
  color: rgba(44, 56, 82, 0.6);
30986
31043
  }
30987
31044
 
30988
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30989
- border-radius: 6px;
30990
- }
30991
- .E_s177mls5.ant-select.ant-select-single {
30992
- width: 100%;
30993
- color: #2d3a56;
30994
- border-color: rgba(211, 218, 235, 0.6);
30995
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30996
- font-size: 13px;
30997
- }
30998
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
30999
- height: 30px;
31000
- }
31001
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
31002
- height: 38px;
31003
- font-size: 13px;
31004
- }
31005
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
31006
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31007
- transition: 160ms ease;
31008
- }
31009
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
31010
- color: #0080ff;
31011
- }
31012
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
31013
- border-color: rgba(107, 128, 167, 0.6);
31014
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31015
- }
31016
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31017
- color: #0080ff;
31018
- }
31019
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
31020
- border-color: #0080ff;
31021
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31022
- }
31023
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31024
- transform: rotate(180deg);
31025
- }
31026
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31027
- background: rgba(211, 218, 235, 0.6);
31028
- border-color: rgba(172, 186, 211, 0.6);
31029
- cursor: "not-allowed";
31030
- }
31031
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31032
- border-color: #f0483e !important;
31033
- }
31034
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31035
- color: #1d326c;
31036
- }
31037
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
31038
- border-color: #0080ff;
31039
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31040
- }
31041
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31042
- transform: rotate(180deg);
31043
- }
31044
-
31045
- .E_c1bus5hc {
31046
- --color: white;
31047
- height: 14px;
31048
- width: 14px;
31049
- border-radius: 50%;
31050
- flex-shrink: 0;
31051
- display: flex;
31052
- align-items: center;
31053
- justify-content: center;
31054
- border: 1px solid var(--color);
31055
- }
31056
- .E_c1bus5hc .circle-inner {
31057
- position: relative;
31058
- height: 10px;
31059
- width: 10px;
31060
- border-radius: 50%;
31061
- overflow: hidden;
31062
- }
31063
- .E_c1bus5hc .circle-content {
31064
- position: absolute;
31065
- height: 100%;
31066
- width: 100%;
31067
- left: 0;
31068
- top: 0;
31069
- border-radius: 50%;
31070
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31071
- transform: rotate(180deg);
31072
- }
31073
- .E_c1bus5hc .circle-child {
31074
- position: absolute;
31075
- height: 100%;
31076
- width: 100%;
31077
- left: 0;
31078
- top: 0;
31079
- margin-left: 50%;
31080
- transform-origin: left;
31081
- background: white;
31082
- transform: rotate(0deg);
31045
+ .E_iq1gosr {
31046
+ display: inline-block;
31083
31047
  }
31084
31048
 
31085
31049
  .E_s1dizucg.ant-switch {
@@ -31126,100 +31090,67 @@ button.E_n7k2c6r {
31126
31090
  .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31127
31091
  left: calc(100% - 20px - 2px);
31128
31092
  }
31129
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31130
- left: calc(100% - 14px - 1px);
31131
- }
31132
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31133
- left: calc(100% - 28px - 2px);
31134
- }
31135
-
31136
- .E_c1up6e3y {
31137
- margin-left: 5px;
31138
- }
31139
-
31140
- .E_tju3gfj .date {
31141
- margin-right: 4px;
31142
- }
31143
-
31144
- .E_s1dni7lo {
31145
- width: 430px !important;
31146
- }
31147
-
31148
- .E_d1wwmmm5 .ant-select-item-group {
31149
- padding: 8px 16px;
31150
- line-height: 18px;
31151
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31152
- height: 34px;
31153
- min-height: 34px;
31154
- box-sizing: border-box;
31155
- margin-top: 8px;
31156
- }
31157
-
31158
- .E_o1ugr09p {
31159
- display: flex;
31160
- flex-direction: column;
31161
- margin: 1px 8px;
31162
- padding: 8px;
31163
- border-radius: 4px;
31164
- }
31165
- .E_o1ugr09p .selected-icon {
31166
- display: none;
31167
- }
31168
- .E_o1ugr09p.ant-select-item-option-grouped {
31169
- padding-left: 8px;
31170
- }
31171
- .E_o1ugr09p.ant-select-item-option-selected {
31172
- background-color: white;
31173
- }
31174
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31175
- color: #0080ff;
31176
- }
31177
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31178
- display: block;
31179
- }
31180
- .E_o1ugr09p.ant-select-item-option-active {
31181
- background: rgba(0, 136, 255, 0.16);
31093
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31094
+ left: calc(100% - 14px - 1px);
31182
31095
  }
31183
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31184
- color: #0080ff;
31096
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31097
+ left: calc(100% - 28px - 2px);
31185
31098
  }
31186
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31187
- background: rgba(0, 136, 255, 0.1);
31188
- color: #0080ff;
31099
+
31100
+ .E_c1up6e3y {
31101
+ margin-left: 5px;
31189
31102
  }
31190
31103
 
31191
- .E_o1ifxsq4 {
31192
- display: flex;
31193
- justify-content: space-between;
31194
- height: 20px;
31195
- line-height: 20px;
31104
+ .E_tju3gfj .date {
31105
+ margin-right: 4px;
31196
31106
  }
31197
- .E_o1ifxsq4 .timezone-title {
31198
- color: #2d3a56;
31199
- overflow: hidden;
31200
- text-overflow: ellipsis;
31107
+
31108
+ .E_t1m2x205 .ant-tooltip-arrow {
31109
+ display: none;
31110
+ }
31111
+ .E_t1m2x205 .ant-tooltip-inner {
31112
+ background: rgba(23, 38, 64, 0.8);
31113
+ border-radius: 4px;
31201
31114
  }
31202
31115
 
31203
- .E_o1zue7 {
31116
+ .E_c1bus5hc {
31117
+ --color: white;
31118
+ height: 14px;
31119
+ width: 14px;
31120
+ border-radius: 50%;
31121
+ flex-shrink: 0;
31204
31122
  display: flex;
31205
- justify-content: space-between;
31206
- color: rgba(44, 56, 82, 0.6);
31207
- height: 18px;
31208
- line-height: 18px;
31209
- margin-top: 2px;
31123
+ align-items: center;
31124
+ justify-content: center;
31125
+ border: 1px solid var(--color);
31210
31126
  }
31211
-
31212
- .E_tyfmlxg {
31213
- border: none;
31214
- margin-right: 0;
31215
- background: rgba(225, 230, 241, 0.6);
31127
+ .E_c1bus5hc .circle-inner {
31128
+ position: relative;
31129
+ height: 10px;
31130
+ width: 10px;
31131
+ border-radius: 50%;
31132
+ overflow: hidden;
31216
31133
  }
31217
-
31218
- .E_o18uybox {
31219
- pointer-events: none;
31220
- height: 32px;
31134
+ .E_c1bus5hc .circle-content {
31135
+ position: absolute;
31136
+ height: 100%;
31221
31137
  width: 100%;
31222
- opacity: 0;
31138
+ left: 0;
31139
+ top: 0;
31140
+ border-radius: 50%;
31141
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31142
+ transform: rotate(180deg);
31143
+ }
31144
+ .E_c1bus5hc .circle-child {
31145
+ position: absolute;
31146
+ height: 100%;
31147
+ width: 100%;
31148
+ left: 0;
31149
+ top: 0;
31150
+ margin-left: 50%;
31151
+ transform-origin: left;
31152
+ background: white;
31153
+ transform: rotate(0deg);
31223
31154
  }
31224
31155
 
31225
31156
  .E_s1sck0th {
@@ -31304,25 +31235,100 @@ button.E_n7k2c6r {
31304
31235
  background-color: #7E41FF;
31305
31236
  }
31306
31237
 
31307
- .E_iq1gosr {
31308
- display: inline-block;
31238
+ .E_s1dni7lo {
31239
+ width: 430px !important;
31309
31240
  }
31310
31241
 
31311
- .E_t1m2x205 .ant-tooltip-arrow {
31312
- display: none;
31242
+ .E_d1wwmmm5 .ant-select-item-group {
31243
+ padding: 8px 16px;
31244
+ line-height: 18px;
31245
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31246
+ height: 34px;
31247
+ min-height: 34px;
31248
+ box-sizing: border-box;
31249
+ margin-top: 8px;
31313
31250
  }
31314
- .E_t1m2x205 .ant-tooltip-inner {
31315
- background: rgba(23, 38, 64, 0.8);
31251
+
31252
+ .E_o1ugr09p {
31253
+ display: flex;
31254
+ flex-direction: column;
31255
+ margin: 1px 8px;
31256
+ padding: 8px;
31316
31257
  border-radius: 4px;
31317
31258
  }
31259
+ .E_o1ugr09p .selected-icon {
31260
+ display: none;
31261
+ }
31262
+ .E_o1ugr09p.ant-select-item-option-grouped {
31263
+ padding-left: 8px;
31264
+ }
31265
+ .E_o1ugr09p.ant-select-item-option-selected {
31266
+ background-color: white;
31267
+ }
31268
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31269
+ color: #0080ff;
31270
+ }
31271
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31272
+ display: block;
31273
+ }
31274
+ .E_o1ugr09p.ant-select-item-option-active {
31275
+ background: rgba(0, 136, 255, 0.16);
31276
+ }
31277
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31278
+ color: #0080ff;
31279
+ }
31280
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31281
+ background: rgba(0, 136, 255, 0.1);
31282
+ color: #0080ff;
31283
+ }
31318
31284
 
31319
- .E_owd0kml {
31320
- display: inline-block;
31285
+ .E_o1ifxsq4 {
31286
+ display: flex;
31287
+ justify-content: space-between;
31288
+ height: 20px;
31289
+ line-height: 20px;
31290
+ }
31291
+ .E_o1ifxsq4 .timezone-title {
31292
+ color: #2d3a56;
31293
+ overflow: hidden;
31294
+ text-overflow: ellipsis;
31321
31295
  }
31322
31296
 
31323
- .E_h1jsgezc {
31324
- visibility: hidden;
31325
- position: absolute;
31297
+ .E_o1zue7 {
31298
+ display: flex;
31299
+ justify-content: space-between;
31300
+ color: rgba(44, 56, 82, 0.6);
31301
+ height: 18px;
31302
+ line-height: 18px;
31303
+ margin-top: 2px;
31304
+ }
31305
+
31306
+ .E_tyfmlxg {
31307
+ border: none;
31308
+ margin-right: 0;
31309
+ background: rgba(225, 230, 241, 0.6);
31310
+ }
31311
+
31312
+ .E_o18uybox {
31313
+ pointer-events: none;
31314
+ height: 32px;
31315
+ width: 100%;
31316
+ opacity: 0;
31317
+ }
31318
+
31319
+ .E_fzh9mnb {
31320
+ width: 100%;
31321
+ height: 100%;
31322
+ min-height: 124px;
31323
+ display: flex;
31324
+ flex-direction: column;
31325
+ justify-content: center;
31326
+ align-items: center;
31327
+ }
31328
+ .E_fzh9mnb .error-text {
31329
+ color: rgba(10, 37, 85, 0.6);
31330
+ margin-bottom: 16px;
31331
+ font-size: 18px;
31326
31332
  }
31327
31333
 
31328
31334
  .E_iouxfgt {
@@ -31343,19 +31349,6 @@ button.E_n7k2c6r {
31343
31349
  animation: rotate 680ms linear infinite;
31344
31350
  }
31345
31351
 
31346
- .E_i1inqkme {
31347
- height: 18px;
31348
- line-height: 18px;
31349
- padding: 0 4px;
31350
- border-radius: 4px;
31351
- background: rgba(235, 239, 245, 0.6);
31352
- border: 1px solid rgba(223, 228, 235, 0.6);
31353
- display: flex;
31354
- align-items: center;
31355
- white-space: nowrap;
31356
- margin-right: 4px;
31357
- }
31358
-
31359
31352
  .E_f7pxqmh {
31360
31353
  width: 100%;
31361
31354
  margin-bottom: 0 !important;
@@ -31421,19 +31414,24 @@ button.E_n7k2c6r {
31421
31414
  font-size: inherit;
31422
31415
  }
31423
31416
 
31424
- .E_fzh9mnb {
31425
- width: 100%;
31426
- height: 100%;
31427
- min-height: 124px;
31417
+ .E_i1inqkme {
31418
+ height: 18px;
31419
+ line-height: 18px;
31420
+ padding: 0 4px;
31421
+ border-radius: 4px;
31422
+ background: rgba(235, 239, 245, 0.6);
31423
+ border: 1px solid rgba(223, 228, 235, 0.6);
31428
31424
  display: flex;
31429
- flex-direction: column;
31430
- justify-content: center;
31431
31425
  align-items: center;
31426
+ white-space: nowrap;
31427
+ margin-right: 4px;
31432
31428
  }
31433
- .E_fzh9mnb .error-text {
31434
- color: rgba(10, 37, 85, 0.6);
31435
- margin-bottom: 16px;
31436
- font-size: 18px;
31429
+
31430
+ .E_atcz0kf .ant-input-suffix {
31431
+ margin-left: 8px;
31432
+ }
31433
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31434
+ padding: 2px 7px 2px 12px;
31437
31435
  }
31438
31436
 
31439
31437
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -31496,11 +31494,47 @@ button.E_n7k2c6r {
31496
31494
  padding: 2px 8px;
31497
31495
  }
31498
31496
 
31499
- .E_atcz0kf .ant-input-suffix {
31500
- margin-left: 8px;
31497
+ .E_owd0kml {
31498
+ display: inline-block;
31499
+ }
31500
+
31501
+ .E_h1jsgezc {
31502
+ visibility: hidden;
31503
+ position: absolute;
31504
+ }
31505
+
31506
+ .E_m196gn1d {
31507
+ min-width: 1280px;
31508
+ }
31509
+
31510
+ .E_a1b5xrg3 .user-icon-inner {
31511
+ display: inline-flex;
31512
+ align-items: center;
31513
+ justify-content: center;
31514
+ color: #fff;
31515
+ font-weight: bold;
31516
+ font-size: 12px;
31517
+ width: 24px;
31518
+ height: 24px;
31519
+ border-radius: 50%;
31520
+ background: var(--a1b5xrg3-0);
31521
+ }
31522
+ .E_a1b5xrg3.btn-item {
31523
+ transition: all 160ms ease;
31524
+ cursor: pointer;
31525
+ width: 56px;
31526
+ height: 40px;
31527
+ display: inline-flex;
31528
+ align-items: center;
31529
+ justify-content: center;
31530
+ border-radius: 6px;
31531
+ }
31532
+ .E_a1b5xrg3.btn-item:hover {
31533
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31501
31534
  }
31502
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31503
- padding: 2px 7px 2px 12px;
31535
+ .E_a1b5xrg3.btn-item:active {
31536
+ transform: translateY(2px);
31537
+ transition: all 320ms ease;
31504
31538
  }
31505
31539
 
31506
31540
  .E_cnujxq2 {
@@ -32188,12 +32222,6 @@ input.E_rf8rlle.ant-input {
32188
32222
  margin: 4px 0;
32189
32223
  }
32190
32224
 
32191
- .E_h1ol2wl7 {
32192
- font-weight: bold;
32193
- background-color: unset;
32194
- padding: unset;
32195
- }
32196
-
32197
32225
  .E_dsnbhzf {
32198
32226
  font-family: Inter;
32199
32227
  font-style: normal;
@@ -32669,38 +32697,26 @@ input.E_rf8rlle.ant-input {
32669
32697
  line-height: 12px;
32670
32698
  }
32671
32699
 
32672
- .E_m196gn1d {
32673
- min-width: 1280px;
32700
+ .E_h1ol2wl7 {
32701
+ font-weight: bold;
32702
+ background-color: unset;
32703
+ padding: unset;
32674
32704
  }
32675
32705
 
32676
- .E_a1b5xrg3 .user-icon-inner {
32677
- display: inline-flex;
32706
+ .E_ryby9ds {
32707
+ display: flex;
32678
32708
  align-items: center;
32679
- justify-content: center;
32680
- color: #fff;
32681
- font-weight: bold;
32682
- font-size: 12px;
32683
- width: 24px;
32684
- height: 24px;
32685
- border-radius: 50%;
32686
- background: var(--a1b5xrg3-0);
32687
32709
  }
32688
- .E_a1b5xrg3.btn-item {
32689
- transition: all 160ms ease;
32690
- cursor: pointer;
32691
- width: 56px;
32692
- height: 40px;
32693
- display: inline-flex;
32710
+ .E_ryby9ds .order {
32711
+ height: 24px;
32712
+ width: 24px;
32713
+ border-radius: 20px;
32714
+ color: #0080ff;
32715
+ background: rgba(0, 136, 255, 0.1);
32716
+ display: flex;
32694
32717
  align-items: center;
32695
32718
  justify-content: center;
32696
- border-radius: 6px;
32697
- }
32698
- .E_a1b5xrg3.btn-item:hover {
32699
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32700
- }
32701
- .E_a1b5xrg3.btn-item:active {
32702
- transform: translateY(2px);
32703
- transition: all 320ms ease;
32719
+ margin-right: 6px;
32704
32720
  }
32705
32721
 
32706
32722
  .E_suhck3k {
@@ -32716,20 +32732,220 @@ input.E_rf8rlle.ant-input {
32716
32732
  fill: blue;
32717
32733
  }
32718
32734
 
32719
- .E_ryby9ds {
32735
+ .E_hrhfj7c {
32736
+ display: none;
32737
+ }
32738
+
32739
+ .E_dt9qoak .bottom {
32740
+ color: rgba(44, 56, 82, 0.75);
32741
+ }
32742
+ .E_dt9qoak .left {
32743
+ min-width: 0;
32744
+ }
32745
+
32746
+ .E_crhnxq5 {
32747
+ display: flex;
32748
+ flex-direction: row;
32749
+ justify-content: space-between;
32750
+ }
32751
+ .E_crhnxq5 .label {
32752
+ color: rgba(44, 56, 82, 0.6);
32753
+ font-weight: 400;
32754
+ }
32755
+
32756
+ .E_c1iq43vd {
32757
+ display: flex;
32758
+ flex-direction: column;
32759
+ justify-content: center;
32760
+ align-items: center;
32761
+ height: 240px;
32762
+ width: 432px;
32763
+ }
32764
+
32765
+ .E_c1h2v0a8.ant-input-affix-wrapper {
32766
+ border-radius: 0px;
32767
+ box-shadow: unset;
32768
+ border: 0;
32769
+ border-bottom: 1px solid #e4e9f2;
32770
+ }
32771
+
32772
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
32773
+ padding: 4px;
32774
+ }
32775
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
32776
+ line-height: normal;
32777
+ }
32778
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
32779
+ height: 22px;
32780
+ }
32781
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
32782
+ row-gap: 2px;
32783
+ }
32784
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
32785
+ line-height: normal;
32786
+ }
32787
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
32788
+ font-size: 13px;
32789
+ line-height: 20px;
32790
+ }
32791
+
32792
+ .E_c1ec3mnt {
32793
+ font-size: 13px;
32794
+ }
32795
+
32796
+ .E_c1iye0zj {
32797
+ padding: 7px 14px;
32798
+ height: 20px;
32799
+ font-weight: 400;
32800
+ box-sizing: content-box;
32801
+ color: rgba(44, 56, 82, 0.75);
32802
+ display: flex;
32803
+ flex-direction: row;
32804
+ justify-content: space-between;
32805
+ align-items: center;
32806
+ border-bottom: 1px solid #e4e9f2;
32807
+ }
32808
+
32809
+ .E_ckhyuyx {
32810
+ box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
32811
+ border-radius: 8px;
32812
+ padding: 0px;
32813
+ }
32814
+ .E_ckhyuyx ul.antd5-cascader-menu {
32815
+ padding: 6px;
32816
+ height: 240px;
32817
+ }
32818
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
32819
+ min-width: 296px;
32820
+ padding: 4px 4px 4px 8px;
32821
+ color: #00122e;
32822
+ margin-bottom: 2px;
32823
+ }
32824
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
32825
+ vertical-align: middle;
32826
+ }
32827
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
32828
+ font-weight: 400;
32829
+ }
32830
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
32831
+ font-weight: 400;
32832
+ }
32833
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
32834
+ background: rgba(0, 136, 255, 0.2);
32835
+ }
32836
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
32837
+ fill: #0080ff;
32838
+ }
32839
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
32840
+ background: rgba(225, 230, 241, 0.6);
32841
+ font-weight: 400;
32842
+ }
32843
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
32844
+ fill: #0080ff;
32845
+ }
32846
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
32847
+ background: rgba(211, 218, 235, 0.6);
32848
+ }
32849
+ .E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
32850
+ align-self: flex-start;
32851
+ }
32852
+ .E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
32853
+ display: none;
32854
+ }
32855
+ .E_ckhyuyx .antd5-cascader-checkbox {
32856
+ height: 22px;
32720
32857
  display: flex;
32721
32858
  align-items: center;
32859
+ top: 0;
32860
+ }
32861
+ .E_ckhyuyx .antd5-cascader-checkbox-checked::after {
32862
+ border: none;
32863
+ }
32864
+ .E_ckhyuyx.antd5-cascader-checkbox-wrapper:hover .antd5-cascader-checkbox-inner, .E_ckhyuyx.antd5-cascader-checkbox-wrapper.__pseudo-states-hover .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox:hover .antd5-cascader-checkbox-inner {
32865
+ border-color: #0080ff;
32866
+ }
32867
+ .E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
32868
+ border: 1px solid rgba(107, 128, 167, 0.6);
32869
+ }
32870
+ .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
32871
+ border: 1px solid #0080ff;
32872
+ }
32873
+ .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
32874
+ background: #0080ff;
32875
+ }
32876
+ .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
32877
+ background-color: #fff;
32878
+ height: 2px;
32879
+ width: 10px;
32880
+ border-radius: 2px;
32881
+ }
32882
+ .E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
32883
+ opacity: 0.5;
32884
+ }
32885
+ .E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
32886
+ background: rgba(211, 218, 235, 0.6);
32887
+ border-color: rgba(107, 128, 167, 0.6) !important;
32888
+ }
32889
+ .E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
32890
+ border-color: #2d3a56;
32891
+ }
32892
+ .E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
32893
+ background: #2d3a56;
32894
+ }
32895
+ .E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
32896
+ padding: 0;
32897
+ }
32898
+ .E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
32899
+ display: inline-block;
32900
+ margin-left: 12px;
32901
+ color: #2d3a56;
32902
+ }
32903
+ .E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
32904
+ margin-left: 28px;
32905
+ color: rgba(44, 56, 82, 0.6);
32906
+ }
32907
+ .E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
32908
+ margin-left: 8px;
32909
+ }
32910
+ .E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
32911
+ margin-left: 24px;
32912
+ }
32913
+ .E_ckhyuyx .E_dt9qoak {
32914
+ width: 400px;
32915
+ }
32916
+
32917
+ .E_c1fmq9lv ul.antd5-cascader-menu {
32918
+ padding: 4px;
32919
+ height: 158px;
32920
+ }
32921
+ .E_c1fmq9lv.E_ckhyuyx {
32922
+ border-radius: 6px;
32923
+ }
32924
+ .E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
32925
+ min-width: 200px;
32926
+ font-size: 12px;
32927
+ }
32928
+ .E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
32929
+ padding: 6px 12px;
32930
+ height: 18px;
32931
+ font-size: 12px;
32932
+ }
32933
+
32934
+ .E_c1evusvc ul.antd5-cascader-menu {
32935
+ padding: 8px;
32936
+ height: 320px;
32937
+ }
32938
+ .E_c1evusvc.E_ckhyuyx {
32939
+ border-radius: 10px;
32940
+ }
32941
+ .E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
32942
+ min-width: 296px;
32943
+ padding: 8px;
32722
32944
  }
32723
- .E_ryby9ds .order {
32724
- height: 24px;
32725
- width: 24px;
32726
- border-radius: 20px;
32727
- color: #0080ff;
32728
- background: rgba(0, 136, 255, 0.1);
32729
- display: flex;
32730
- align-items: center;
32731
- justify-content: center;
32732
- margin-right: 6px;
32945
+ .E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
32946
+ height: 22px;
32947
+ padding: 8px 16px;
32948
+ font-size: 14px;
32733
32949
  }
32734
32950
 
32735
32951
  .E_h12yihis {
@@ -33288,361 +33504,145 @@ input.E_rf8rlle.ant-input {
33288
33504
  color: rgba(0, 21, 64, 0.3);
33289
33505
  cursor: not-allowed;
33290
33506
  }
33291
- .E_r5hl59d .past-time-list li + li {
33292
- margin-top: 2px;
33293
- }
33294
-
33295
- .E_dhqt3dw {
33296
- min-width: 392px;
33297
- }
33298
- .E_dhqt3dw.date-range-picker {
33299
- display: inline-flex;
33300
- align-items: center;
33301
- gap: 8px;
33302
- background: #fff;
33303
- border-radius: 5px;
33304
- border: 1px solid #e4e9f2;
33305
- transition: all 0.2s ease-in-out;
33306
- }
33307
- .E_dhqt3dw.date-range-picker .default-calendar-icon {
33308
- display: inline-flex;
33309
- }
33310
- .E_dhqt3dw.date-range-picker .hover-calendar-icon {
33311
- display: none;
33312
- }
33313
- .E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
33314
- border-color: #0080ff;
33315
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33316
- }
33317
- .E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
33318
- display: none;
33319
- }
33320
- .E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
33321
- display: inline-flex;
33322
- }
33323
- .E_dhqt3dw.date-range-picker.large {
33324
- height: 40px;
33325
- line-height: 40px;
33326
- padding: 0 12px 0 16px;
33327
- }
33328
- .E_dhqt3dw.date-range-picker.medium {
33329
- height: 32px;
33330
- line-height: 32px;
33331
- padding: 0 8px 0 12px;
33332
- }
33333
- .E_dhqt3dw.date-range-picker .date-input-content {
33334
- flex: 1;
33335
- display: flex;
33336
- align-items: center;
33337
- gap: 8px;
33338
- color: #00122e;
33339
- }
33340
- .E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
33341
- color: rgba(0, 21, 64, 0.3);
33342
- }
33343
- .E_dhqt3dw.date-range-picker .date-input-content input {
33344
- border: none;
33345
- outline: none;
33346
- width: 162px;
33347
- padding: 0;
33348
- height: 22px;
33349
- line-height: 22px;
33350
- text-align: center;
33351
- }
33352
- .E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
33353
- color: rgba(0, 21, 64, 0.3);
33354
- text-align: center;
33355
- }
33356
- .E_dhqt3dw.date-range-picker .date-input-content input:disabled {
33357
- background: inherit;
33358
- }
33359
- .E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
33360
- border: none;
33361
- outline: none;
33362
- box-shadow: none;
33363
- }
33364
- .E_dhqt3dw.date-range-picker .past-time-icon {
33365
- cursor: pointer;
33366
- }
33367
-
33368
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
33369
- padding: 12px 12px 0 12px;
33370
- }
33371
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
33372
- padding-left: 16px;
33373
- }
33374
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
33375
- margin-right: 0;
33376
- }
33377
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
33378
- margin-left: 2px;
33379
- }
33380
- .E_d956d92 .ant-popover-inner-content .relative-time-container {
33381
- max-height: 470px;
33382
- overflow: auto;
33383
- }
33384
- .E_d956d92 .ant-popover-inner-content .relative-time-container ul {
33385
- padding: 0 12px;
33386
- }
33387
- .E_d956d92 .ant-popover-inner-content .absolute-time-container {
33388
- height: 470px;
33389
- overflow: auto;
33390
- }
33391
-
33392
- .E_d1tc7lgk {
33393
- min-width: 200px;
33394
- }
33395
- .E_d1tc7lgk header {
33396
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33397
- padding: 8px 12px;
33398
- color: rgba(44, 56, 82, 0.6);
33399
- }
33400
- .E_d1tc7lgk ul {
33401
- list-style: none;
33402
- padding: 12px;
33403
- }
33404
- .E_d1tc7lgk ul li {
33405
- padding: 5px 8px;
33406
- border-radius: 5px;
33407
- transition: all 0.2s ease-in-out;
33408
- cursor: pointer;
33409
- }
33410
- .E_d1tc7lgk ul li:hover {
33411
- background: rgba(0, 136, 255, 0.16);
33412
- color: #0080ff;
33413
- }
33414
- .E_d1tc7lgk ul li:active {
33415
- background: rgba(0, 136, 255, 0.2);
33416
- color: #0080ff;
33417
- }
33418
- .E_d1tc7lgk ul li + li {
33419
- margin-top: 2px;
33420
- }
33421
-
33422
- .E_rzaik16 {
33423
- padding: 0;
33424
- }
33425
- .E_rzaik16 .ant-popover-arrow {
33426
- display: none;
33427
- }
33428
- .E_rzaik16 .ant-popover-inner-content {
33429
- padding: 0;
33430
- }
33431
-
33432
- .E_hrhfj7c {
33433
- display: none;
33434
- }
33435
-
33436
- .E_dt9qoak .bottom {
33437
- color: rgba(44, 56, 82, 0.75);
33438
- }
33439
- .E_dt9qoak .left {
33440
- min-width: 0;
33441
- }
33442
-
33443
- .E_crhnxq5 {
33444
- display: flex;
33445
- flex-direction: row;
33446
- justify-content: space-between;
33447
- }
33448
- .E_crhnxq5 .label {
33449
- color: rgba(44, 56, 82, 0.6);
33450
- font-weight: 400;
33451
- }
33452
-
33453
- .E_c1iq43vd {
33454
- display: flex;
33455
- flex-direction: column;
33456
- justify-content: center;
33457
- align-items: center;
33458
- height: 240px;
33459
- width: 432px;
33460
- }
33461
-
33462
- .E_c1h2v0a8.ant-input-affix-wrapper {
33463
- border-radius: 0px;
33464
- box-shadow: unset;
33465
- border: 0;
33466
- border-bottom: 1px solid #e4e9f2;
33467
- }
33468
-
33469
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
33470
- padding: 4px;
33471
- }
33472
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
33473
- line-height: normal;
33474
- }
33475
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
33476
- height: 22px;
33477
- }
33478
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
33479
- row-gap: 2px;
33480
- }
33481
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
33482
- line-height: normal;
33483
- }
33484
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
33485
- font-size: 13px;
33486
- line-height: 20px;
33487
- }
33488
-
33489
- .E_c1ec3mnt {
33490
- font-size: 13px;
33491
- }
33492
-
33493
- .E_c1iye0zj {
33494
- padding: 7px 14px;
33495
- height: 20px;
33496
- font-weight: 400;
33497
- box-sizing: content-box;
33498
- color: rgba(44, 56, 82, 0.75);
33499
- display: flex;
33500
- flex-direction: row;
33501
- justify-content: space-between;
33502
- align-items: center;
33503
- border-bottom: 1px solid #e4e9f2;
33504
- }
33505
-
33506
- .E_ckhyuyx {
33507
- box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
33508
- border-radius: 8px;
33509
- padding: 0px;
33510
- }
33511
- .E_ckhyuyx ul.antd5-cascader-menu {
33512
- padding: 6px;
33513
- height: 240px;
33514
- }
33515
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
33516
- min-width: 296px;
33517
- padding: 4px 4px 4px 8px;
33518
- color: #00122e;
33519
- margin-bottom: 2px;
33520
- }
33521
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
33522
- vertical-align: middle;
33523
- }
33524
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
33525
- font-weight: 400;
33526
- }
33527
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
33528
- font-weight: 400;
33529
- }
33530
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
33531
- background: rgba(0, 136, 255, 0.2);
33507
+ .E_r5hl59d .past-time-list li + li {
33508
+ margin-top: 2px;
33532
33509
  }
33533
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
33534
- fill: #0080ff;
33510
+
33511
+ .E_dhqt3dw {
33512
+ min-width: 392px;
33535
33513
  }
33536
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
33537
- background: rgba(225, 230, 241, 0.6);
33538
- font-weight: 400;
33514
+ .E_dhqt3dw.date-range-picker {
33515
+ display: inline-flex;
33516
+ align-items: center;
33517
+ gap: 8px;
33518
+ background: #fff;
33519
+ border-radius: 5px;
33520
+ border: 1px solid #e4e9f2;
33521
+ transition: all 0.2s ease-in-out;
33539
33522
  }
33540
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
33541
- fill: #0080ff;
33523
+ .E_dhqt3dw.date-range-picker .default-calendar-icon {
33524
+ display: inline-flex;
33542
33525
  }
33543
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
33544
- background: rgba(211, 218, 235, 0.6);
33526
+ .E_dhqt3dw.date-range-picker .hover-calendar-icon {
33527
+ display: none;
33545
33528
  }
33546
- .E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
33547
- align-self: flex-start;
33529
+ .E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
33530
+ border-color: #0080ff;
33531
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33548
33532
  }
33549
- .E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
33533
+ .E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
33550
33534
  display: none;
33551
33535
  }
33552
- .E_ckhyuyx .antd5-cascader-checkbox {
33553
- height: 22px;
33536
+ .E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
33537
+ display: inline-flex;
33538
+ }
33539
+ .E_dhqt3dw.date-range-picker.large {
33540
+ height: 40px;
33541
+ line-height: 40px;
33542
+ padding: 0 12px 0 16px;
33543
+ }
33544
+ .E_dhqt3dw.date-range-picker.medium {
33545
+ height: 32px;
33546
+ line-height: 32px;
33547
+ padding: 0 8px 0 12px;
33548
+ }
33549
+ .E_dhqt3dw.date-range-picker .date-input-content {
33550
+ flex: 1;
33554
33551
  display: flex;
33555
33552
  align-items: center;
33556
- top: 0;
33553
+ gap: 8px;
33554
+ color: #00122e;
33557
33555
  }
33558
- .E_ckhyuyx .antd5-cascader-checkbox-checked::after {
33559
- border: none;
33556
+ .E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
33557
+ color: rgba(0, 21, 64, 0.3);
33560
33558
  }
33561
- .E_ckhyuyx.antd5-cascader-checkbox-wrapper:hover .antd5-cascader-checkbox-inner, .E_ckhyuyx.antd5-cascader-checkbox-wrapper.__pseudo-states-hover .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox:hover .antd5-cascader-checkbox-inner {
33562
- border-color: #0080ff;
33559
+ .E_dhqt3dw.date-range-picker .date-input-content input {
33560
+ border: none;
33561
+ outline: none;
33562
+ width: 162px;
33563
+ padding: 0;
33564
+ height: 22px;
33565
+ line-height: 22px;
33566
+ text-align: center;
33563
33567
  }
33564
- .E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
33565
- border: 1px solid rgba(107, 128, 167, 0.6);
33568
+ .E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
33569
+ color: rgba(0, 21, 64, 0.3);
33570
+ text-align: center;
33566
33571
  }
33567
- .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
33568
- border: 1px solid #0080ff;
33572
+ .E_dhqt3dw.date-range-picker .date-input-content input:disabled {
33573
+ background: inherit;
33569
33574
  }
33570
- .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
33571
- background: #0080ff;
33575
+ .E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
33576
+ border: none;
33577
+ outline: none;
33578
+ box-shadow: none;
33572
33579
  }
33573
- .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
33574
- background-color: #fff;
33575
- height: 2px;
33576
- width: 10px;
33577
- border-radius: 2px;
33580
+ .E_dhqt3dw.date-range-picker .past-time-icon {
33581
+ cursor: pointer;
33578
33582
  }
33579
- .E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
33580
- opacity: 0.5;
33583
+
33584
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
33585
+ padding: 12px 12px 0 12px;
33581
33586
  }
33582
- .E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
33583
- background: rgba(211, 218, 235, 0.6);
33584
- border-color: rgba(107, 128, 167, 0.6) !important;
33587
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
33588
+ padding-left: 16px;
33585
33589
  }
33586
- .E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
33587
- border-color: #2d3a56;
33590
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
33591
+ margin-right: 0;
33588
33592
  }
33589
- .E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
33590
- background: #2d3a56;
33593
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
33594
+ margin-left: 2px;
33591
33595
  }
33592
- .E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
33593
- padding: 0;
33596
+ .E_d956d92 .ant-popover-inner-content .relative-time-container {
33597
+ max-height: 470px;
33598
+ overflow: auto;
33594
33599
  }
33595
- .E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
33596
- display: inline-block;
33597
- margin-left: 12px;
33598
- color: #2d3a56;
33600
+ .E_d956d92 .ant-popover-inner-content .relative-time-container ul {
33601
+ padding: 0 12px;
33599
33602
  }
33600
- .E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
33601
- margin-left: 28px;
33602
- color: rgba(44, 56, 82, 0.6);
33603
+ .E_d956d92 .ant-popover-inner-content .absolute-time-container {
33604
+ height: 470px;
33605
+ overflow: auto;
33603
33606
  }
33604
- .E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
33605
- margin-left: 8px;
33607
+
33608
+ .E_d1tc7lgk {
33609
+ min-width: 200px;
33606
33610
  }
33607
- .E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
33608
- margin-left: 24px;
33611
+ .E_d1tc7lgk header {
33612
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33613
+ padding: 8px 12px;
33614
+ color: rgba(44, 56, 82, 0.6);
33609
33615
  }
33610
- .E_ckhyuyx .E_dt9qoak {
33611
- width: 400px;
33616
+ .E_d1tc7lgk ul {
33617
+ list-style: none;
33618
+ padding: 12px;
33612
33619
  }
33613
-
33614
- .E_c1fmq9lv ul.antd5-cascader-menu {
33615
- padding: 4px;
33616
- height: 158px;
33620
+ .E_d1tc7lgk ul li {
33621
+ padding: 5px 8px;
33622
+ border-radius: 5px;
33623
+ transition: all 0.2s ease-in-out;
33624
+ cursor: pointer;
33617
33625
  }
33618
- .E_c1fmq9lv.E_ckhyuyx {
33619
- border-radius: 6px;
33626
+ .E_d1tc7lgk ul li:hover {
33627
+ background: rgba(0, 136, 255, 0.16);
33628
+ color: #0080ff;
33620
33629
  }
33621
- .E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
33622
- min-width: 200px;
33623
- font-size: 12px;
33630
+ .E_d1tc7lgk ul li:active {
33631
+ background: rgba(0, 136, 255, 0.2);
33632
+ color: #0080ff;
33624
33633
  }
33625
- .E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
33626
- padding: 6px 12px;
33627
- height: 18px;
33628
- font-size: 12px;
33634
+ .E_d1tc7lgk ul li + li {
33635
+ margin-top: 2px;
33629
33636
  }
33630
33637
 
33631
- .E_c1evusvc ul.antd5-cascader-menu {
33632
- padding: 8px;
33633
- height: 320px;
33634
- }
33635
- .E_c1evusvc.E_ckhyuyx {
33636
- border-radius: 10px;
33638
+ .E_rzaik16 {
33639
+ padding: 0;
33637
33640
  }
33638
- .E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
33639
- min-width: 296px;
33640
- padding: 8px;
33641
+ .E_rzaik16 .ant-popover-arrow {
33642
+ display: none;
33641
33643
  }
33642
- .E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
33643
- height: 22px;
33644
- padding: 8px 16px;
33645
- font-size: 14px;
33644
+ .E_rzaik16 .ant-popover-inner-content {
33645
+ padding: 0;
33646
33646
  }
33647
33647
 
33648
33648
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
@@ -33679,10 +33679,6 @@ input.E_rf8rlle.ant-input {
33679
33679
  background-color: transparent;
33680
33680
  }
33681
33681
 
33682
- .E_c1yd35n {
33683
- padding: 0 12px 14px 12px;
33684
- }
33685
-
33686
33682
  .E_ckui4s7 {
33687
33683
  color: #2d3a56;
33688
33684
  line-height: 22px;
@@ -33787,6 +33783,10 @@ input.E_rf8rlle.ant-input {
33787
33783
  margin-right: 2px;
33788
33784
  }
33789
33785
 
33786
+ .E_c1yd35n {
33787
+ padding: 0 12px 14px 12px;
33788
+ }
33789
+
33790
33790
  .E_b14q2gmw {
33791
33791
  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);
33792
33792
  }
@@ -33908,6 +33908,11 @@ input.E_rf8rlle.ant-input {
33908
33908
  white-space: normal;
33909
33909
  }
33910
33910
 
33911
+ .E_i1g85yz3 {
33912
+ margin-right: 4px;
33913
+ height: 16px;
33914
+ }
33915
+
33911
33916
  .E_sjob3jg {
33912
33917
  --item-min-width: 60px;
33913
33918
  }
@@ -34296,9 +34301,26 @@ input.E_rf8rlle.ant-input {
34296
34301
  margin-right: 8px;
34297
34302
  }
34298
34303
 
34299
- .E_i1g85yz3 {
34300
- margin-right: 4px;
34301
- height: 16px;
34304
+ .E_t1gvlxt5 {
34305
+ min-width: 0;
34306
+ flex: 1;
34307
+ }
34308
+ .E_t1gvlxt5 .tag {
34309
+ flex: 0 0 auto;
34310
+ }
34311
+ .E_t1gvlxt5 .progress-title {
34312
+ flex: 2;
34313
+ max-width: fit-content;
34314
+ }
34315
+ .E_t1gvlxt5 .progress-desc {
34316
+ flex: 1;
34317
+ max-width: fit-content;
34318
+ }
34319
+
34320
+ .E_a1ji6r68 {
34321
+ display: flex;
34322
+ align-items: center;
34323
+ column-gap: var(--a1ji6r68-0);
34302
34324
  }
34303
34325
 
34304
34326
  button.E_l48ei06.ant-btn {
@@ -34430,74 +34452,75 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34430
34452
  height: 100%;
34431
34453
  }
34432
34454
 
34433
- .E_tfzf37v {
34434
- height: 100%;
34435
- }
34436
- .E_tfzf37v .ant-table.ant-table-small .ant-table-tbody > tr > td {
34437
- padding-top: 6px;
34438
- padding-bottom: 6px;
34439
- }
34440
- .E_tfzf37v.empty-table .ant-table-content {
34455
+ .E_efzf37v .ant-table-content {
34441
34456
  overflow: visible !important;
34442
34457
  height: 100%;
34443
34458
  }
34444
- .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34459
+ .E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34445
34460
  height: 100%;
34446
34461
  }
34447
- .E_tfzf37v.empty-table .ant-table-content table {
34462
+ .E_efzf37v .ant-table-content table {
34448
34463
  width: 100% !important;
34449
34464
  height: 100%;
34450
34465
  }
34451
- .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34466
+ .E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34452
34467
  padding: 15px 0;
34453
34468
  }
34454
- .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
34469
+ .E_efzf37v .ant-table-content table thead.ant-table-thead {
34455
34470
  display: none;
34456
34471
  }
34457
- .E_tfzf37v .active-row td:nth-child(1) {
34472
+
34473
+ .E_t1fisho6 {
34474
+ height: 100%;
34475
+ }
34476
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
34477
+ padding-top: 6px;
34478
+ padding-bottom: 6px;
34479
+ }
34480
+ .E_t1fisho6 .active-row td:nth-child(1) {
34458
34481
  font-weight: 700;
34459
34482
  }
34460
- .E_tfzf37v.has-selection .active-row td:nth-child(2) {
34483
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
34461
34484
  font-weight: 700;
34462
34485
  }
34463
- .E_tfzf37v .ant-spin-nested-loading {
34486
+ .E_t1fisho6 .ant-spin-nested-loading {
34464
34487
  height: 100%;
34465
34488
  }
34466
- .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
34489
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
34467
34490
  height: 100%;
34468
34491
  overflow: visible;
34469
34492
  }
34470
- .E_tfzf37v .ant-spin-nested-loading .ant-spin {
34493
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
34471
34494
  max-height: none;
34472
34495
  }
34473
- .E_tfzf37v td.ant-table-column-sort {
34496
+ .E_t1fisho6 td.ant-table-column-sort {
34474
34497
  background: transparent;
34475
34498
  }
34476
- .E_tfzf37v td.ant-table-cell-fix-left,
34477
- .E_tfzf37v td.ant-table-cell-fix-right {
34499
+ .E_t1fisho6 td.ant-table-cell-fix-left,
34500
+ .E_t1fisho6 td.ant-table-cell-fix-right {
34478
34501
  background: #fff;
34479
34502
  padding: 0 !important;
34480
34503
  }
34481
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
34482
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
34504
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
34505
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
34483
34506
  display: flex;
34484
34507
  align-items: center;
34485
34508
  height: 100%;
34486
34509
  padding: 8px;
34487
34510
  }
34488
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
34489
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
34511
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
34512
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
34490
34513
  overflow: hidden;
34491
34514
  text-overflow: ellipsis;
34492
34515
  width: 100%;
34493
34516
  }
34494
- .E_tfzf37v .ant-table-container {
34517
+ .E_t1fisho6 .ant-table-container {
34495
34518
  height: 100%;
34496
34519
  }
34497
- .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
34520
+ .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
34498
34521
  box-shadow: none !important;
34499
34522
  }
34500
- .E_tfzf37v div.ant-table {
34523
+ .E_t1fisho6 div.ant-table {
34501
34524
  border-radius: 0px;
34502
34525
  border-left: none;
34503
34526
  border-right: none;
@@ -34506,48 +34529,48 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34506
34529
  font-size: 12px;
34507
34530
  background: transparent;
34508
34531
  }
34509
- .E_tfzf37v div.ant-table .ant-table-header {
34532
+ .E_t1fisho6 div.ant-table .ant-table-header {
34510
34533
  position: relative;
34511
34534
  z-index: 3;
34512
34535
  border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34513
34536
  margin-bottom: -1px;
34514
34537
  }
34515
- .E_tfzf37v div.ant-table .time-wrapper .date,
34516
- .E_tfzf37v div.ant-table .value {
34538
+ .E_t1fisho6 div.ant-table .time-wrapper .date,
34539
+ .E_t1fisho6 div.ant-table .value {
34517
34540
  color: #2d3a56;
34518
34541
  }
34519
- .E_tfzf37v div.ant-table .time-wrapper .time,
34520
- .E_tfzf37v div.ant-table .unit {
34542
+ .E_t1fisho6 div.ant-table .time-wrapper .time,
34543
+ .E_t1fisho6 div.ant-table .unit {
34521
34544
  color: rgba(44, 56, 82, 0.6);
34522
34545
  }
34523
- .E_tfzf37v div.ant-table .ant-table-selection {
34546
+ .E_t1fisho6 div.ant-table .ant-table-selection {
34524
34547
  position: unset;
34525
34548
  text-align: center;
34526
34549
  }
34527
- .E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34550
+ .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34528
34551
  background: #fff;
34529
34552
  }
34530
- .E_tfzf37v div.ant-table .anticon-setting {
34553
+ .E_t1fisho6 div.ant-table .anticon-setting {
34531
34554
  cursor: pointer;
34532
34555
  position: absolute;
34533
34556
  top: 50%;
34534
34557
  right: 12px;
34535
34558
  transform: translateY(-50%);
34536
34559
  }
34537
- .E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34560
+ .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34538
34561
  box-shadow: none;
34539
34562
  width: 1px;
34540
34563
  background: rgba(213, 219, 227, 0.6);
34541
34564
  }
34542
- .E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34565
+ .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34543
34566
  box-shadow: none;
34544
34567
  width: 1px;
34545
34568
  background: rgba(213, 219, 227, 0.6);
34546
34569
  }
34547
- .E_tfzf37v div.ant-table .ant-table-tbody {
34570
+ .E_t1fisho6 div.ant-table .ant-table-tbody {
34548
34571
  position: relative;
34549
34572
  }
34550
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
34573
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
34551
34574
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34552
34575
  border-bottom: 1px solid white;
34553
34576
  height: 40px;
@@ -34555,11 +34578,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34555
34578
  transition: background 0ms;
34556
34579
  color: #00122e;
34557
34580
  }
34558
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34581
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34559
34582
  background: #f2f5fa;
34560
34583
  border-bottom-color: #f2f5fa;
34561
34584
  }
34562
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34585
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34563
34586
  height: auto;
34564
34587
  color: #00122e;
34565
34588
  font-size: 12px;
@@ -34569,99 +34592,99 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34569
34592
  text-overflow: ellipsis;
34570
34593
  white-space: nowrap;
34571
34594
  }
34572
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34595
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34573
34596
  color: #0096ff;
34574
34597
  }
34575
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34598
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34576
34599
  overflow: hidden;
34577
34600
  text-overflow: ellipsis;
34578
34601
  width: 100%;
34579
34602
  vertical-align: middle;
34580
34603
  }
34581
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34604
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34582
34605
  line-height: 0px;
34583
34606
  }
34584
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34607
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34585
34608
  padding-right: 25px;
34586
34609
  }
34587
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34610
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34588
34611
  border-top-color: transparent;
34589
34612
  }
34590
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
34613
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
34591
34614
  background: rgba(225, 230, 241, 0.6);
34592
34615
  border-color: transparent transparent white;
34593
34616
  }
34594
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34617
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34595
34618
  border-radius: 8px 0 0 8px;
34596
34619
  }
34597
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34620
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34598
34621
  border-radius: 8px 0 0 8px;
34599
34622
  }
34600
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34623
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34601
34624
  content: "";
34602
34625
  width: 4px;
34603
34626
  top: -1px;
34604
34627
  bottom: -1px;
34605
34628
  background: white;
34606
34629
  }
34607
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34630
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34608
34631
  border-radius: 0 8px 8px 0;
34609
34632
  }
34610
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34633
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34611
34634
  border-radius: 0;
34612
34635
  background: white;
34613
34636
  border-top: none;
34614
34637
  }
34615
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34638
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34616
34639
  border-top: 1px solid transparent;
34617
34640
  border-radius: 0 8px 8px 0;
34618
34641
  background: rgba(225, 230, 241, 0.6);
34619
34642
  }
34620
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34643
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34621
34644
  background: white;
34622
34645
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34623
34646
  }
34624
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34647
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34625
34648
  display: flex;
34626
34649
  align-items: center;
34627
34650
  height: 100%;
34628
34651
  background: rgba(225, 230, 241, 0.6);
34629
34652
  }
34630
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34653
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34631
34654
  background: white;
34632
34655
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34633
34656
  }
34634
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34657
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34635
34658
  display: flex;
34636
34659
  align-items: center;
34637
34660
  height: 100%;
34638
34661
  background: rgba(225, 230, 241, 0.6);
34639
34662
  }
34640
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34663
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34641
34664
  border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34642
34665
  }
34643
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
34666
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
34644
34667
  box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34645
34668
  border-radius: 8px;
34646
34669
  }
34647
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34670
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34648
34671
  border-top-color: white;
34649
34672
  }
34650
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34673
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34651
34674
  background: rgba(0, 136, 255, 0.1);
34652
34675
  border-bottom-color: transparent;
34653
34676
  border-top-color: transparent;
34654
34677
  }
34655
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34678
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34656
34679
  border-radius: 8px 0 0 8px;
34657
34680
  }
34658
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34681
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34659
34682
  border-radius: 0 8px 8px 0;
34660
34683
  }
34661
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34684
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34662
34685
  background: rgba(0, 136, 255, 0.1);
34663
34686
  }
34664
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th {
34687
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
34665
34688
  background: #fff;
34666
34689
  font-weight: 400;
34667
34690
  position: relative;
@@ -34671,7 +34694,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34671
34694
  padding: 14px 8px 14px 8px;
34672
34695
  line-height: 20px;
34673
34696
  }
34674
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34697
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34675
34698
  content: "";
34676
34699
  width: 1px;
34677
34700
  top: 0;
@@ -34680,30 +34703,30 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34680
34703
  position: absolute;
34681
34704
  right: 0;
34682
34705
  }
34683
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
34706
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
34684
34707
  padding: unset;
34685
34708
  }
34686
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
34709
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34687
34710
  display: none;
34688
34711
  }
34689
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34712
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34690
34713
  width: 100%;
34691
34714
  overflow: hidden;
34692
34715
  white-space: nowrap;
34693
34716
  text-overflow: ellipsis;
34694
34717
  }
34695
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34718
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34696
34719
  overflow: hidden;
34697
34720
  text-overflow: ellipsis;
34698
34721
  flex: 1;
34699
34722
  }
34700
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34723
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34701
34724
  padding: 15px 25px 15px 8px;
34702
34725
  }
34703
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34726
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34704
34727
  padding: 0;
34705
34728
  }
34706
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34729
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34707
34730
  position: absolute;
34708
34731
  right: 6px;
34709
34732
  top: 50%;
@@ -34712,111 +34735,89 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34712
34735
  display: none;
34713
34736
  transition: transform 320ms ease;
34714
34737
  }
34715
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34738
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34716
34739
  display: block;
34717
34740
  transform: translateY(-50%) rotateX(180deg);
34718
34741
  }
34719
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34742
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34720
34743
  display: block;
34721
34744
  }
34722
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34745
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34723
34746
  display: none;
34724
34747
  }
34725
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34748
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34726
34749
  transform: translateY(-50%);
34727
34750
  }
34728
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34751
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34729
34752
  transform: translateY(-50%) rotateX(180deg);
34730
34753
  }
34731
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34754
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34732
34755
  background: #f2f5fa;
34733
34756
  }
34734
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34757
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34735
34758
  display: block;
34736
34759
  }
34737
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
34760
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34738
34761
  padding-right: 25px;
34739
34762
  }
34740
- .E_tfzf37v div.ant-table .ant-table-selection-column {
34763
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
34741
34764
  padding: 0 !important;
34742
34765
  }
34743
- .E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34766
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34744
34767
  position: absolute;
34745
34768
  left: 50%;
34746
34769
  top: 50%;
34747
34770
  transform: translate(-50%, -50%);
34748
34771
  }
34749
- .E_tfzf37v div.ant-table .ant-table-selection-column:after {
34772
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34750
34773
  display: none;
34751
34774
  }
34752
- .E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
34775
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34753
34776
  background: #fff;
34754
34777
  }
34755
- .E_tfzf37v div.ant-table .ant-table-placeholder {
34778
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
34756
34779
  background: inherit;
34757
34780
  }
34758
- .E_tfzf37v div.ant-table .ant-table-placeholder td {
34781
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34759
34782
  position: static;
34760
34783
  border: none;
34761
34784
  background: inherit !important;
34762
34785
  height: 100px;
34763
34786
  vertical-align: middle;
34764
34787
  }
34765
- .E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
34766
- .E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34788
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34789
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34767
34790
  font-weight: bold;
34768
34791
  font-size: 20px;
34769
34792
  color: rgba(10, 37, 85, 0.6);
34770
34793
  }
34771
- .E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
34772
- .E_tfzf37v div.ant-table th.cell__action_ {
34794
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34795
+ .E_t1fisho6 div.ant-table th.cell__action_ {
34773
34796
  z-index: 10;
34774
34797
  }
34775
- .E_tfzf37v div.ant-table td.cell__action_ {
34798
+ .E_t1fisho6 div.ant-table td.cell__action_ {
34776
34799
  padding: 0 !important;
34777
34800
  position: relative;
34778
34801
  background: #fff;
34779
34802
  }
34780
- .E_tfzf37v div.ant-table td.cell__action_ > * {
34803
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
34781
34804
  height: 100%;
34782
34805
  display: flex;
34783
34806
  align-items: center;
34784
34807
  justify-content: flex-end;
34785
34808
  padding-right: 8px;
34786
34809
  }
34787
- .E_tfzf37v div.ant-table td.cell__action_ .menu-button {
34810
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34788
34811
  width: 24px;
34789
34812
  height: 24px;
34790
34813
  cursor: pointer;
34791
34814
  justify-content: center;
34792
34815
  border-radius: 4px;
34793
34816
  }
34794
- .E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
34817
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34795
34818
  background: #fff;
34796
34819
  }
34797
34820
 
34798
- .E_t1gvlxt5 {
34799
- min-width: 0;
34800
- flex: 1;
34801
- }
34802
- .E_t1gvlxt5 .tag {
34803
- flex: 0 0 auto;
34804
- }
34805
- .E_t1gvlxt5 .progress-title {
34806
- flex: 2;
34807
- max-width: fit-content;
34808
- }
34809
- .E_t1gvlxt5 .progress-desc {
34810
- flex: 1;
34811
- max-width: fit-content;
34812
- }
34813
-
34814
- .E_a1ji6r68 {
34815
- display: flex;
34816
- align-items: center;
34817
- column-gap: var(--a1ji6r68-0);
34818
- }
34819
-
34820
34821
  .E_msn7nxt {
34821
34822
  color: rgba(44, 56, 82, 0.6);
34822
34823
  text-align: center;