@cloudtower/eagle 0.29.25 → 0.29.26

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
@@ -29632,6 +29632,29 @@ html body {
29632
29632
  background: #fff;
29633
29633
  }
29634
29634
 
29635
+ .E_n12mqh7z {
29636
+ display: flex;
29637
+ align-items: center;
29638
+ font-size: 12px;
29639
+ line-height: 18px;
29640
+ }
29641
+ .E_n12mqh7z:not(:last-child) {
29642
+ margin-bottom: 4px;
29643
+ }
29644
+
29645
+ .E_tf5bynu {
29646
+ margin: 0 3px;
29647
+ }
29648
+
29649
+ .E_tcckoz1 {
29650
+ max-height: 400px;
29651
+ overflow: auto;
29652
+ }
29653
+
29654
+ span.E_tqjc4ui {
29655
+ margin: 0 2px;
29656
+ }
29657
+
29635
29658
  .E_clm1wy1 {
29636
29659
  width: 192px;
29637
29660
  height: 246px;
@@ -29725,6 +29748,16 @@ html body {
29725
29748
  border-radius: 2px;
29726
29749
  }
29727
29750
 
29751
+ .E_gmyahx3 {
29752
+ cursor: pointer;
29753
+ }
29754
+ .E_gmyahx3 .link-text {
29755
+ color: rgba(0, 21, 64, 0.3);
29756
+ }
29757
+ .E_gmyahx3:hover .link-text {
29758
+ color: #0080ff;
29759
+ }
29760
+
29728
29761
  .E_c18bcrac {
29729
29762
  display: inline-block;
29730
29763
  width: 100%;
@@ -29912,37 +29945,68 @@ html body {
29912
29945
  color: #fff;
29913
29946
  }
29914
29947
 
29915
- .E_gmyahx3 {
29916
- cursor: pointer;
29948
+ .E_s1iv0tp1 .enabled-switch {
29949
+ display: flex;
29950
+ align-items: center;
29917
29951
  }
29918
- .E_gmyahx3 .link-text {
29919
- color: rgba(0, 21, 64, 0.3);
29952
+ .E_s1iv0tp1 .enabled-text {
29953
+ margin-right: 8px;
29920
29954
  }
29921
- .E_gmyahx3:hover .link-text {
29922
- color: #0080ff;
29955
+
29956
+ .E_m74vjol {
29957
+ display: flex;
29958
+ justify-content: space-between;
29959
+ width: 100%;
29960
+ }
29961
+ .E_m74vjol .action {
29962
+ margin-left: 16px;
29923
29963
  }
29924
29964
 
29925
- span.E_tqjc4ui {
29926
- margin: 0 2px;
29965
+ .E_a1o35uvh .ant-alert-message {
29966
+ width: 100%;
29927
29967
  }
29928
29968
 
29929
- .E_n12mqh7z {
29969
+ .E_wg1tsps {
29930
29970
  display: flex;
29931
29971
  align-items: center;
29932
- font-size: 12px;
29933
- line-height: 18px;
29972
+ justify-content: flex-end;
29934
29973
  }
29935
- .E_n12mqh7z:not(:last-child) {
29936
- margin-bottom: 4px;
29974
+
29975
+ .E_b1ctd5xy {
29976
+ display: flex;
29977
+ align-items: center;
29978
+ width: calc(100% - 40px);
29979
+ }
29980
+ .E_b1ctd5xy .chart {
29981
+ display: inline-block;
29982
+ width: 100%;
29937
29983
  }
29938
29984
 
29939
- .E_tf5bynu {
29940
- margin: 0 3px;
29985
+ .E_u1p8acpn {
29986
+ min-width: 40px;
29987
+ }
29988
+ .E_u1p8acpn .unit {
29989
+ color: #00122e !important;
29941
29990
  }
29942
29991
 
29943
- .E_tcckoz1 {
29944
- max-height: 400px;
29945
- overflow: auto;
29992
+ .E_c18gxmrl {
29993
+ border: 1px solid #d8deeb;
29994
+ border-radius: 4px;
29995
+ }
29996
+ .E_c18gxmrl + .E_c18gxmrl {
29997
+ margin-top: 8px;
29998
+ }
29999
+ .E_c18gxmrl:hover {
30000
+ border-color: #0080ff;
30001
+ }
30002
+ .E_c18gxmrl:hover > header {
30003
+ background: rgba(0, 128, 255, 0.1);
30004
+ }
30005
+ .E_c18gxmrl.active header {
30006
+ border-bottom: 1px solid #d8deeb;
30007
+ }
30008
+ .E_c18gxmrl > header {
30009
+ padding: 8px 12px;
29946
30010
  }
29947
30011
 
29948
30012
  .E_t1sqg15u {
@@ -30051,70 +30115,6 @@ span.E_tqjc4ui {
30051
30115
  word-break: break-all;
30052
30116
  }
30053
30117
 
30054
- .E_wg1tsps {
30055
- display: flex;
30056
- align-items: center;
30057
- justify-content: flex-end;
30058
- }
30059
-
30060
- .E_b1ctd5xy {
30061
- display: flex;
30062
- align-items: center;
30063
- width: calc(100% - 40px);
30064
- }
30065
- .E_b1ctd5xy .chart {
30066
- display: inline-block;
30067
- width: 100%;
30068
- }
30069
-
30070
- .E_u1p8acpn {
30071
- min-width: 40px;
30072
- }
30073
- .E_u1p8acpn .unit {
30074
- color: #00122e !important;
30075
- }
30076
-
30077
- .E_m74vjol {
30078
- display: flex;
30079
- justify-content: space-between;
30080
- width: 100%;
30081
- }
30082
- .E_m74vjol .action {
30083
- margin-left: 16px;
30084
- }
30085
-
30086
- .E_a1o35uvh .ant-alert-message {
30087
- width: 100%;
30088
- }
30089
-
30090
- .E_s1iv0tp1 .enabled-switch {
30091
- display: flex;
30092
- align-items: center;
30093
- }
30094
- .E_s1iv0tp1 .enabled-text {
30095
- margin-right: 8px;
30096
- }
30097
-
30098
- .E_c18gxmrl {
30099
- border: 1px solid #d8deeb;
30100
- border-radius: 4px;
30101
- }
30102
- .E_c18gxmrl + .E_c18gxmrl {
30103
- margin-top: 8px;
30104
- }
30105
- .E_c18gxmrl:hover {
30106
- border-color: #0080ff;
30107
- }
30108
- .E_c18gxmrl:hover > header {
30109
- background: rgba(0, 128, 255, 0.1);
30110
- }
30111
- .E_c18gxmrl.active header {
30112
- border-bottom: 1px solid #d8deeb;
30113
- }
30114
- .E_c18gxmrl > header {
30115
- padding: 8px 12px;
30116
- }
30117
-
30118
30118
  .E_berrcjl {
30119
30119
  color: rgba(10, 37, 85, 0.6);
30120
30120
  margin-bottom: 4px;
@@ -30131,6 +30131,35 @@ span.E_tqjc4ui {
30131
30131
  color: #005ed1;
30132
30132
  }
30133
30133
 
30134
+ .E_b1nip9bk {
30135
+ padding: 4px 11px;
30136
+ }
30137
+
30138
+ .E_bqamoqe {
30139
+ white-space: nowrap;
30140
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30141
+ }
30142
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30143
+ --color: #0080ff;
30144
+ }
30145
+ .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] {
30146
+ --color: #0080ff;
30147
+ }
30148
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30149
+ margin-left: 1px;
30150
+ }
30151
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30152
+ border-top-right-radius: 0;
30153
+ border-bottom-right-radius: 0;
30154
+ }
30155
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30156
+ border-top-left-radius: 0;
30157
+ border-bottom-left-radius: 0;
30158
+ }
30159
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30160
+ border-radius: unset;
30161
+ }
30162
+
30134
30163
  .E_t160l1cm {
30135
30164
  display: flex;
30136
30165
  flex-direction: column;
@@ -30588,33 +30617,17 @@ button.E_n7k2c6r {
30588
30617
  padding: 0;
30589
30618
  }
30590
30619
 
30591
- .E_b1nip9bk {
30592
- padding: 4px 11px;
30593
- }
30594
-
30595
- .E_bqamoqe {
30596
- white-space: nowrap;
30597
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30598
- }
30599
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30600
- --color: #0080ff;
30601
- }
30602
- .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] {
30603
- --color: #0080ff;
30604
- }
30605
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30606
- margin-left: 1px;
30607
- }
30608
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30609
- border-top-right-radius: 0;
30610
- border-bottom-right-radius: 0;
30620
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30621
+ padding: 4px 8px 0 8px;
30622
+ color: rgba(44, 56, 82, 0.6);
30623
+ font-size: 12px;
30611
30624
  }
30612
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30613
- border-top-left-radius: 0;
30614
- border-bottom-left-radius: 0;
30625
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30626
+ padding-bottom: 6px;
30615
30627
  }
30616
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30617
- border-radius: unset;
30628
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30629
+ padding-top: 4px;
30630
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30618
30631
  }
30619
30632
 
30620
30633
  .E_c1uzzomf {
@@ -30661,32 +30674,76 @@ button.E_n7k2c6r {
30661
30674
  cursor: default;
30662
30675
  }
30663
30676
 
30664
- .E_c1yyuluq {
30665
- border-radius: 8px;
30666
- }
30667
- .E_c1yyuluq .ant-card-body {
30668
- padding: 20px 24px 24px 24px;
30669
- }
30670
-
30671
- .E_itxley7.ant-input-group.ant-input-group-compact {
30677
+ .E_phljevk {
30672
30678
  display: flex;
30673
- }
30674
-
30675
- .E_sx1bpnu .ant-input-sm {
30676
- line-height: 18px;
30677
- }
30678
-
30679
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30680
- padding: 4px 8px 0 8px;
30679
+ justify-content: space-between;
30680
+ align-items: center;
30681
+ padding: 10px 0;
30681
30682
  color: rgba(44, 56, 82, 0.6);
30682
30683
  font-size: 12px;
30684
+ line-height: 24px;
30683
30685
  }
30684
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30685
- padding-bottom: 6px;
30686
- }
30687
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30688
- padding-top: 4px;
30689
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30686
+ .E_phljevk .pagination-left {
30687
+ padding: 2px 8px;
30688
+ }
30689
+ .E_phljevk .dropdown-trigger {
30690
+ display: flex;
30691
+ align-items: center;
30692
+ border-radius: 6px;
30693
+ cursor: pointer;
30694
+ transition: all 0.3s ease;
30695
+ }
30696
+ .E_phljevk .dropdown-trigger:hover {
30697
+ background: rgba(211, 218, 235, 0.6);
30698
+ color: #0080ff;
30699
+ }
30700
+ .E_phljevk .dropdown-trigger .icon-inner {
30701
+ margin-left: 4px;
30702
+ }
30703
+ .E_phljevk .pagination-right {
30704
+ display: flex;
30705
+ align-items: center;
30706
+ color: #0080ff;
30707
+ font-weight: bold;
30708
+ }
30709
+ .E_phljevk .pagination-right .icon-inner {
30710
+ margin-left: 4px;
30711
+ }
30712
+ .E_phljevk .pagination-right .prev-btn,
30713
+ .E_phljevk .pagination-right .next-btn {
30714
+ padding: 0 8px;
30715
+ }
30716
+ .E_phljevk .pagination-right .prev-btn > span,
30717
+ .E_phljevk .pagination-right .next-btn > span {
30718
+ color: #0080ff;
30719
+ }
30720
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30721
+ transform: rotate(180deg);
30722
+ }
30723
+
30724
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30725
+ max-height: calc(100vh - 128px);
30726
+ overflow-y: auto;
30727
+ }
30728
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30729
+ padding: 4px 20px;
30730
+ font-size: 12px;
30731
+ line-height: 18px;
30732
+ }
30733
+
30734
+ .E_c1yyuluq {
30735
+ border-radius: 8px;
30736
+ }
30737
+ .E_c1yyuluq .ant-card-body {
30738
+ padding: 20px 24px 24px 24px;
30739
+ }
30740
+
30741
+ .E_sx1bpnu .ant-input-sm {
30742
+ line-height: 18px;
30743
+ }
30744
+
30745
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30746
+ display: flex;
30690
30747
  }
30691
30748
 
30692
30749
  .E_d1bw7c5z {
@@ -30772,172 +30829,6 @@ button.E_n7k2c6r {
30772
30829
  width: 102px;
30773
30830
  }
30774
30831
 
30775
- .E_phljevk {
30776
- display: flex;
30777
- justify-content: space-between;
30778
- align-items: center;
30779
- padding: 10px 0;
30780
- color: rgba(44, 56, 82, 0.6);
30781
- font-size: 12px;
30782
- line-height: 24px;
30783
- }
30784
- .E_phljevk .pagination-left {
30785
- padding: 2px 8px;
30786
- }
30787
- .E_phljevk .dropdown-trigger {
30788
- display: flex;
30789
- align-items: center;
30790
- border-radius: 6px;
30791
- cursor: pointer;
30792
- transition: all 0.3s ease;
30793
- }
30794
- .E_phljevk .dropdown-trigger:hover {
30795
- background: rgba(211, 218, 235, 0.6);
30796
- color: #0080ff;
30797
- }
30798
- .E_phljevk .dropdown-trigger .icon-inner {
30799
- margin-left: 4px;
30800
- }
30801
- .E_phljevk .pagination-right {
30802
- display: flex;
30803
- align-items: center;
30804
- color: #0080ff;
30805
- font-weight: bold;
30806
- }
30807
- .E_phljevk .pagination-right .icon-inner {
30808
- margin-left: 4px;
30809
- }
30810
- .E_phljevk .pagination-right .prev-btn,
30811
- .E_phljevk .pagination-right .next-btn {
30812
- padding: 0 8px;
30813
- }
30814
- .E_phljevk .pagination-right .prev-btn > span,
30815
- .E_phljevk .pagination-right .next-btn > span {
30816
- color: #0080ff;
30817
- }
30818
- .E_phljevk .pagination-right .next-btn .icon-inner {
30819
- transform: rotate(180deg);
30820
- }
30821
-
30822
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30823
- max-height: calc(100vh - 128px);
30824
- overflow-y: auto;
30825
- }
30826
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30827
- padding: 4px 20px;
30828
- font-size: 12px;
30829
- line-height: 18px;
30830
- }
30831
-
30832
- .E_ivqqkzv {
30833
- height: 24px;
30834
- width: 56px !important;
30835
- margin-right: 4px;
30836
- }
30837
-
30838
- .E_c1wk4q29 {
30839
- color: rgba(44, 56, 82, 0.6);
30840
- }
30841
-
30842
- .E_s1dizucg.ant-switch {
30843
- min-width: 40px;
30844
- height: 24px;
30845
- background: rgba(172, 186, 211, 0.6);
30846
- overflow: hidden;
30847
- }
30848
- .E_s1dizucg.ant-switch:focus {
30849
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30850
- }
30851
- .E_s1dizucg.ant-switch-small {
30852
- min-width: 26px;
30853
- height: 16px;
30854
- }
30855
- .E_s1dizucg.ant-switch-large {
30856
- min-width: 52px;
30857
- height: 32px;
30858
- }
30859
- .E_s1dizucg.ant-switch .ant-switch-handle {
30860
- height: 20px;
30861
- width: 20px;
30862
- }
30863
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30864
- border-radius: 10px;
30865
- transition-delay: 120ms;
30866
- }
30867
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30868
- height: 14px;
30869
- width: 14px;
30870
- top: 1px;
30871
- left: 1px;
30872
- }
30873
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30874
- height: 28px;
30875
- width: 28px;
30876
- }
30877
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30878
- border-radius: 14px;
30879
- }
30880
- .E_s1dizucg.ant-switch-checked {
30881
- background-color: #00ba5d;
30882
- }
30883
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30884
- left: calc(100% - 20px - 2px);
30885
- }
30886
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30887
- left: calc(100% - 14px - 1px);
30888
- }
30889
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30890
- left: calc(100% - 28px - 2px);
30891
- }
30892
-
30893
- .E_c1up6e3y {
30894
- margin-left: 5px;
30895
- }
30896
-
30897
- .E_c1bus5hc {
30898
- --color: white;
30899
- height: 14px;
30900
- width: 14px;
30901
- border-radius: 50%;
30902
- flex-shrink: 0;
30903
- display: flex;
30904
- align-items: center;
30905
- justify-content: center;
30906
- border: 1px solid var(--color);
30907
- }
30908
- .E_c1bus5hc .circle-inner {
30909
- position: relative;
30910
- height: 10px;
30911
- width: 10px;
30912
- border-radius: 50%;
30913
- overflow: hidden;
30914
- }
30915
- .E_c1bus5hc .circle-content {
30916
- position: absolute;
30917
- height: 100%;
30918
- width: 100%;
30919
- left: 0;
30920
- top: 0;
30921
- border-radius: 50%;
30922
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30923
- transform: rotate(180deg);
30924
- }
30925
- .E_c1bus5hc .circle-child {
30926
- position: absolute;
30927
- height: 100%;
30928
- width: 100%;
30929
- left: 0;
30930
- top: 0;
30931
- margin-left: 50%;
30932
- transform-origin: left;
30933
- background: white;
30934
- transform: rotate(0deg);
30935
- }
30936
-
30937
- .E_tju3gfj .date {
30938
- margin-right: 4px;
30939
- }
30940
-
30941
30832
  .E_rapgekc.ant-radio-wrapper {
30942
30833
  display: inline-flex;
30943
30834
  align-items: baseline;
@@ -31084,85 +30975,109 @@ button.E_n7k2c6r {
31084
30975
  width: 36px;
31085
30976
  }
31086
30977
 
31087
- .E_s1dni7lo {
31088
- width: 430px !important;
30978
+ .E_ivqqkzv {
30979
+ height: 24px;
30980
+ width: 56px !important;
30981
+ margin-right: 4px;
31089
30982
  }
31090
30983
 
31091
- .E_d1wwmmm5 .ant-select-item-group {
31092
- padding: 8px 16px;
31093
- line-height: 18px;
31094
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31095
- height: 34px;
31096
- min-height: 34px;
31097
- box-sizing: border-box;
31098
- margin-top: 8px;
30984
+ .E_c1wk4q29 {
30985
+ color: rgba(44, 56, 82, 0.6);
31099
30986
  }
31100
30987
 
31101
- .E_o1ugr09p {
30988
+ .E_c1bus5hc {
30989
+ --color: white;
30990
+ height: 14px;
30991
+ width: 14px;
30992
+ border-radius: 50%;
30993
+ flex-shrink: 0;
31102
30994
  display: flex;
31103
- flex-direction: column;
31104
- margin: 1px 8px;
31105
- padding: 8px;
31106
- border-radius: 4px;
30995
+ align-items: center;
30996
+ justify-content: center;
30997
+ border: 1px solid var(--color);
31107
30998
  }
31108
- .E_o1ugr09p .selected-icon {
31109
- display: none;
31110
- }
31111
- .E_o1ugr09p.ant-select-item-option-grouped {
31112
- padding-left: 8px;
30999
+ .E_c1bus5hc .circle-inner {
31000
+ position: relative;
31001
+ height: 10px;
31002
+ width: 10px;
31003
+ border-radius: 50%;
31004
+ overflow: hidden;
31113
31005
  }
31114
- .E_o1ugr09p.ant-select-item-option-selected {
31115
- background-color: white;
31006
+ .E_c1bus5hc .circle-content {
31007
+ position: absolute;
31008
+ height: 100%;
31009
+ width: 100%;
31010
+ left: 0;
31011
+ top: 0;
31012
+ border-radius: 50%;
31013
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31014
+ transform: rotate(180deg);
31116
31015
  }
31117
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31118
- color: #0080ff;
31016
+ .E_c1bus5hc .circle-child {
31017
+ position: absolute;
31018
+ height: 100%;
31019
+ width: 100%;
31020
+ left: 0;
31021
+ top: 0;
31022
+ margin-left: 50%;
31023
+ transform-origin: left;
31024
+ background: white;
31025
+ transform: rotate(0deg);
31119
31026
  }
31120
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31121
- display: block;
31027
+
31028
+ .E_s1dizucg.ant-switch {
31029
+ min-width: 40px;
31030
+ height: 24px;
31031
+ background: rgba(172, 186, 211, 0.6);
31032
+ overflow: hidden;
31122
31033
  }
31123
- .E_o1ugr09p.ant-select-item-option-active {
31124
- background: rgba(0, 136, 255, 0.16);
31034
+ .E_s1dizucg.ant-switch:focus {
31035
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31125
31036
  }
31126
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31127
- color: #0080ff;
31037
+ .E_s1dizucg.ant-switch-small {
31038
+ min-width: 26px;
31039
+ height: 16px;
31128
31040
  }
31129
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31130
- background: rgba(0, 136, 255, 0.1);
31131
- color: #0080ff;
31041
+ .E_s1dizucg.ant-switch-large {
31042
+ min-width: 52px;
31043
+ height: 32px;
31132
31044
  }
31133
-
31134
- .E_o1ifxsq4 {
31135
- display: flex;
31136
- justify-content: space-between;
31045
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31137
31046
  height: 20px;
31138
- line-height: 20px;
31047
+ width: 20px;
31139
31048
  }
31140
- .E_o1ifxsq4 .timezone-title {
31141
- color: #2d3a56;
31142
- overflow: hidden;
31143
- text-overflow: ellipsis;
31049
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31050
+ border-radius: 10px;
31051
+ transition-delay: 120ms;
31144
31052
  }
31145
-
31146
- .E_o1zue7 {
31147
- display: flex;
31148
- justify-content: space-between;
31149
- color: rgba(44, 56, 82, 0.6);
31150
- height: 18px;
31151
- line-height: 18px;
31152
- margin-top: 2px;
31053
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31054
+ height: 14px;
31055
+ width: 14px;
31056
+ top: 1px;
31057
+ left: 1px;
31153
31058
  }
31154
-
31155
- .E_tyfmlxg {
31156
- border: none;
31157
- margin-right: 0;
31158
- background: rgba(225, 230, 241, 0.6);
31059
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31060
+ height: 28px;
31061
+ width: 28px;
31062
+ }
31063
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31064
+ border-radius: 14px;
31065
+ }
31066
+ .E_s1dizucg.ant-switch-checked {
31067
+ background-color: #00ba5d;
31068
+ }
31069
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31070
+ left: calc(100% - 20px - 2px);
31071
+ }
31072
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31073
+ left: calc(100% - 14px - 1px);
31074
+ }
31075
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31076
+ left: calc(100% - 28px - 2px);
31159
31077
  }
31160
31078
 
31161
- .E_o18uybox {
31162
- pointer-events: none;
31163
- height: 32px;
31164
- width: 100%;
31165
- opacity: 0;
31079
+ .E_c1up6e3y {
31080
+ margin-left: 5px;
31166
31081
  }
31167
31082
 
31168
31083
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
@@ -31222,13 +31137,90 @@ button.E_n7k2c6r {
31222
31137
  transform: rotate(180deg);
31223
31138
  }
31224
31139
 
31225
- .E_t1m2x205 .ant-tooltip-arrow {
31226
- display: none;
31140
+ .E_tju3gfj .date {
31141
+ margin-right: 4px;
31227
31142
  }
31228
- .E_t1m2x205 .ant-tooltip-inner {
31229
- background: rgba(23, 38, 64, 0.8);
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;
31230
31163
  border-radius: 4px;
31231
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);
31182
+ }
31183
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31184
+ color: #0080ff;
31185
+ }
31186
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31187
+ background: rgba(0, 136, 255, 0.1);
31188
+ color: #0080ff;
31189
+ }
31190
+
31191
+ .E_o1ifxsq4 {
31192
+ display: flex;
31193
+ justify-content: space-between;
31194
+ height: 20px;
31195
+ line-height: 20px;
31196
+ }
31197
+ .E_o1ifxsq4 .timezone-title {
31198
+ color: #2d3a56;
31199
+ overflow: hidden;
31200
+ text-overflow: ellipsis;
31201
+ }
31202
+
31203
+ .E_o1zue7 {
31204
+ 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;
31210
+ }
31211
+
31212
+ .E_tyfmlxg {
31213
+ border: none;
31214
+ margin-right: 0;
31215
+ background: rgba(225, 230, 241, 0.6);
31216
+ }
31217
+
31218
+ .E_o18uybox {
31219
+ pointer-events: none;
31220
+ height: 32px;
31221
+ width: 100%;
31222
+ opacity: 0;
31223
+ }
31232
31224
 
31233
31225
  .E_s1sck0th {
31234
31226
  padding: 0 8px;
@@ -31316,17 +31308,12 @@ button.E_n7k2c6r {
31316
31308
  display: inline-block;
31317
31309
  }
31318
31310
 
31319
- .E_i1inqkme {
31320
- height: 18px;
31321
- line-height: 18px;
31322
- padding: 0 4px;
31311
+ .E_t1m2x205 .ant-tooltip-arrow {
31312
+ display: none;
31313
+ }
31314
+ .E_t1m2x205 .ant-tooltip-inner {
31315
+ background: rgba(23, 38, 64, 0.8);
31323
31316
  border-radius: 4px;
31324
- background: rgba(235, 239, 245, 0.6);
31325
- border: 1px solid rgba(223, 228, 235, 0.6);
31326
- display: flex;
31327
- align-items: center;
31328
- white-space: nowrap;
31329
- margin-right: 4px;
31330
31317
  }
31331
31318
 
31332
31319
  .E_fzh9mnb {
@@ -31375,6 +31362,33 @@ button.E_n7k2c6r {
31375
31362
  font-size: inherit;
31376
31363
  }
31377
31364
 
31365
+ .E_owd0kml {
31366
+ display: inline-block;
31367
+ }
31368
+
31369
+ .E_h1jsgezc {
31370
+ visibility: hidden;
31371
+ position: absolute;
31372
+ }
31373
+
31374
+ .E_iouxfgt {
31375
+ display: inline-flex;
31376
+ align-items: center;
31377
+ }
31378
+ .E_iouxfgt .icon-inner {
31379
+ display: inline-flex;
31380
+ align-items: center;
31381
+ justify-content: center;
31382
+ }
31383
+ .E_iouxfgt .icon-inner + span,
31384
+ .E_iouxfgt span + .icon-inner.suffix {
31385
+ margin-left: 4px;
31386
+ }
31387
+ .E_iouxfgt.is-rotate img,
31388
+ .E_iouxfgt.is-rotate svg {
31389
+ animation: rotate 680ms linear infinite;
31390
+ }
31391
+
31378
31392
  .E_ai7qkf2 .ant-input-number-handler-wrap {
31379
31393
  display: var(--ai7qkf2-0);
31380
31394
  }
@@ -31469,6 +31483,19 @@ button.E_n7k2c6r {
31469
31483
  min-height: 0px;
31470
31484
  }
31471
31485
 
31486
+ .E_i1inqkme {
31487
+ height: 18px;
31488
+ line-height: 18px;
31489
+ padding: 0 4px;
31490
+ border-radius: 4px;
31491
+ background: rgba(235, 239, 245, 0.6);
31492
+ border: 1px solid rgba(223, 228, 235, 0.6);
31493
+ display: flex;
31494
+ align-items: center;
31495
+ white-space: nowrap;
31496
+ margin-right: 4px;
31497
+ }
31498
+
31472
31499
  .E_atcz0kf .ant-input-suffix {
31473
31500
  margin-left: 8px;
31474
31501
  }
@@ -31476,33 +31503,6 @@ button.E_n7k2c6r {
31476
31503
  padding: 2px 7px 2px 12px;
31477
31504
  }
31478
31505
 
31479
- .E_iouxfgt {
31480
- display: inline-flex;
31481
- align-items: center;
31482
- }
31483
- .E_iouxfgt .icon-inner {
31484
- display: inline-flex;
31485
- align-items: center;
31486
- justify-content: center;
31487
- }
31488
- .E_iouxfgt .icon-inner + span,
31489
- .E_iouxfgt span + .icon-inner.suffix {
31490
- margin-left: 4px;
31491
- }
31492
- .E_iouxfgt.is-rotate img,
31493
- .E_iouxfgt.is-rotate svg {
31494
- animation: rotate 680ms linear infinite;
31495
- }
31496
-
31497
- .E_owd0kml {
31498
- display: inline-block;
31499
- }
31500
-
31501
- .E_h1jsgezc {
31502
- visibility: hidden;
31503
- position: absolute;
31504
- }
31505
-
31506
31506
  .E_m196gn1d {
31507
31507
  min-width: 1280px;
31508
31508
  }
@@ -32707,19 +32707,6 @@ input.E_rf8rlle.ant-input {
32707
32707
  padding: unset;
32708
32708
  }
32709
32709
 
32710
- .E_suhck3k {
32711
- height: 24px;
32712
- width: 24px;
32713
- border-radius: 6px;
32714
- padding: 4px;
32715
- }
32716
- .E_suhck3k:hover {
32717
- background-color: rgba(0, 136, 255, 0.1);
32718
- }
32719
- .E_suhck3k:hover svg path {
32720
- fill: blue;
32721
- }
32722
-
32723
32710
  .E_ryby9ds {
32724
32711
  display: flex;
32725
32712
  align-items: center;
@@ -32736,6 +32723,19 @@ input.E_rf8rlle.ant-input {
32736
32723
  margin-right: 6px;
32737
32724
  }
32738
32725
 
32726
+ .E_suhck3k {
32727
+ height: 24px;
32728
+ width: 24px;
32729
+ border-radius: 6px;
32730
+ padding: 4px;
32731
+ }
32732
+ .E_suhck3k:hover {
32733
+ background-color: rgba(0, 136, 255, 0.1);
32734
+ }
32735
+ .E_suhck3k:hover svg path {
32736
+ fill: blue;
32737
+ }
32738
+
32739
32739
  .E_hrhfj7c {
32740
32740
  display: none;
32741
32741
  }
@@ -33652,67 +33652,6 @@ input.E_rf8rlle.ant-input {
33652
33652
  position: static;
33653
33653
  }
33654
33654
 
33655
- .E_c1kghdax {
33656
- color: #2d3a56;
33657
- padding: 7px 12px;
33658
- display: flex;
33659
- justify-content: space-between;
33660
- align-items: center;
33661
- }
33662
- .E_c1kghdax.has-arrow {
33663
- padding-left: 10px;
33664
- }
33665
- .E_c1kghdax.has-arrow .title-wrapper {
33666
- cursor: pointer;
33667
- color: #00122e;
33668
- }
33669
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33670
- color: #2d3a56;
33671
- font-weight: 600;
33672
- }
33673
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33674
- transform: rotate(90deg);
33675
- }
33676
- .E_c1kghdax .sub-info {
33677
- font-size: 12px;
33678
- line-height: 18px;
33679
- }
33680
- .E_c1kghdax .title-wrapper {
33681
- display: flex;
33682
- align-items: center;
33683
- user-select: none;
33684
- flex-grow: 1;
33685
- font-size: 12px;
33686
- line-height: 18px;
33687
- color: #2d3a56;
33688
- font-weight: 700;
33689
- }
33690
- .E_c1kghdax .collapse-arrow {
33691
- transition: all 50ms ease-out 0ms;
33692
- margin-right: 2px;
33693
- }
33694
-
33695
- .E_c1yd35n {
33696
- padding: 0 12px 14px 12px;
33697
- }
33698
-
33699
- .E_b14q2gmw {
33700
- 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);
33701
- }
33702
-
33703
- .E_c1eym6el {
33704
- border-radius: 8px;
33705
- background-color: white;
33706
- }
33707
- .E_c1eym6el.hoverable {
33708
- cursor: pointer;
33709
- }
33710
- .E_c1eym6el.hoverable:hover {
33711
- transition: all 200ms ease;
33712
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33713
- transform: translateY(-4px);
33714
- }
33715
-
33716
33655
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33717
33656
  margin-right: 2px;
33718
33657
  }
@@ -33747,6 +33686,55 @@ input.E_rf8rlle.ant-input {
33747
33686
  background-color: transparent;
33748
33687
  }
33749
33688
 
33689
+ .E_lht19u8 {
33690
+ width: 64px;
33691
+ height: 64px;
33692
+ display: flex;
33693
+ align-items: center;
33694
+ justify-content: center;
33695
+ position: relative;
33696
+ opacity: 0.2;
33697
+ }
33698
+
33699
+ .E_lk3gkp4 {
33700
+ position: absolute;
33701
+ width: 5px;
33702
+ height: 48px;
33703
+ left: 9.33px;
33704
+ top: 40.5px;
33705
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33706
+ border-radius: 5px;
33707
+ transform: rotate(-128deg);
33708
+ transform-origin: top left;
33709
+ animation: loading-indicator1 1100ms ease-out infinite;
33710
+ }
33711
+
33712
+ .E_ll4n94n {
33713
+ position: absolute;
33714
+ width: 5px;
33715
+ height: 48px;
33716
+ left: 40.8px;
33717
+ top: 8.4px;
33718
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33719
+ border-radius: 5px;
33720
+ transform: rotate(-8deg);
33721
+ transform-origin: top left;
33722
+ animation: loading-indicator2 1100ms ease-out infinite;
33723
+ }
33724
+
33725
+ .E_l17lbdo6 {
33726
+ position: absolute;
33727
+ width: 5px;
33728
+ height: 48px;
33729
+ left: 52.9px;
33730
+ top: 51.8px;
33731
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33732
+ border-radius: 5px;
33733
+ transform: rotate(112deg);
33734
+ transform-origin: top left;
33735
+ animation: loading-indicator3 1100ms ease-out infinite;
33736
+ }
33737
+
33750
33738
  .E_ckui4s7 {
33751
33739
  color: #2d3a56;
33752
33740
  line-height: 22px;
@@ -33811,515 +33799,513 @@ input.E_rf8rlle.ant-input {
33811
33799
  margin-left: 24px;
33812
33800
  }
33813
33801
 
33814
- .E_lht19u8 {
33815
- width: 64px;
33816
- height: 64px;
33802
+ .E_c1kghdax {
33803
+ color: #2d3a56;
33804
+ padding: 7px 12px;
33817
33805
  display: flex;
33806
+ justify-content: space-between;
33818
33807
  align-items: center;
33819
- justify-content: center;
33820
- position: relative;
33821
- opacity: 0.2;
33822
33808
  }
33823
-
33824
- .E_lk3gkp4 {
33825
- position: absolute;
33826
- width: 5px;
33827
- height: 48px;
33828
- left: 9.33px;
33829
- top: 40.5px;
33830
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33831
- border-radius: 5px;
33832
- transform: rotate(-128deg);
33833
- transform-origin: top left;
33834
- animation: loading-indicator1 1100ms ease-out infinite;
33809
+ .E_c1kghdax.has-arrow {
33810
+ padding-left: 10px;
33835
33811
  }
33836
-
33837
- .E_ll4n94n {
33838
- position: absolute;
33839
- width: 5px;
33840
- height: 48px;
33841
- left: 40.8px;
33842
- top: 8.4px;
33843
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33844
- border-radius: 5px;
33845
- transform: rotate(-8deg);
33846
- transform-origin: top left;
33847
- animation: loading-indicator2 1100ms ease-out infinite;
33812
+ .E_c1kghdax.has-arrow .title-wrapper {
33813
+ cursor: pointer;
33814
+ color: #00122e;
33848
33815
  }
33849
-
33850
- .E_l17lbdo6 {
33851
- position: absolute;
33852
- width: 5px;
33853
- height: 48px;
33854
- left: 52.9px;
33855
- top: 51.8px;
33856
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33857
- border-radius: 5px;
33858
- transform: rotate(112deg);
33859
- transform-origin: top left;
33860
- animation: loading-indicator3 1100ms ease-out infinite;
33816
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33817
+ color: #2d3a56;
33818
+ font-weight: 600;
33861
33819
  }
33862
-
33863
- .E_r77hffu {
33820
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33821
+ transform: rotate(90deg);
33822
+ }
33823
+ .E_c1kghdax .sub-info {
33824
+ font-size: 12px;
33825
+ line-height: 18px;
33826
+ }
33827
+ .E_c1kghdax .title-wrapper {
33864
33828
  display: flex;
33865
33829
  align-items: center;
33866
- justify-content: space-between;
33867
- column-gap: 6px;
33830
+ user-select: none;
33831
+ flex-grow: 1;
33832
+ font-size: 12px;
33833
+ line-height: 18px;
33834
+ color: #2d3a56;
33835
+ font-weight: 700;
33836
+ }
33837
+ .E_c1kghdax .collapse-arrow {
33838
+ transition: all 50ms ease-out 0ms;
33839
+ margin-right: 2px;
33868
33840
  }
33869
33841
 
33870
- .E_p1cmxsf7 {
33871
- display: flex;
33872
- flex-direction: column;
33873
- justify-content: center;
33874
- row-gap: var(--p1cmxsf7-0);
33842
+ .E_c1yd35n {
33843
+ padding: 0 12px 14px 12px;
33875
33844
  }
33876
- .E_p1cmxsf7 .antd5-progress-line {
33877
- font-size: 0;
33845
+
33846
+ .E_b14q2gmw {
33847
+ 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);
33878
33848
  }
33879
33849
 
33880
- .E_sddwhm6 {
33881
- margin: 0;
33882
- border-radius: 20px;
33883
- padding: 2px 10px;
33884
- height: 22px;
33850
+ .E_c1eym6el {
33851
+ border-radius: 8px;
33852
+ background-color: white;
33885
33853
  }
33886
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33887
- background-color: rgba(237, 241, 250, 0.6) !important;
33888
- }
33889
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33890
- background-color: rgba(225, 230, 241, 0.6) !important;
33854
+ .E_c1eym6el.hoverable {
33855
+ cursor: pointer;
33891
33856
  }
33892
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33893
- color: #00122e;
33857
+ .E_c1eym6el.hoverable:hover {
33858
+ transition: all 200ms ease;
33859
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33860
+ transform: translateY(-4px);
33894
33861
  }
33895
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33896
- margin-right: 6px;
33862
+
33863
+ .E_w7ob4th.outside-tag {
33864
+ padding-left: 0;
33897
33865
  }
33898
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33899
- margin-left: 8px;
33900
- color: rgba(44, 56, 82, 0.6);
33866
+ .E_w7ob4th.outside-tag .inside-tag {
33867
+ border-radius: 4px 0 0 4px;
33868
+ padding-right: 4px;
33869
+ margin-right: 4px;
33901
33870
  }
33902
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33903
- background-color: rgba(0, 136, 255, 0.1);
33871
+
33872
+ .E_r77hffu {
33873
+ display: flex;
33874
+ align-items: center;
33875
+ justify-content: space-between;
33876
+ column-gap: 6px;
33904
33877
  }
33905
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33906
- background-color: #0080ff;
33878
+
33879
+ .E_p1cmxsf7 {
33880
+ display: flex;
33881
+ flex-direction: column;
33882
+ justify-content: center;
33883
+ row-gap: var(--p1cmxsf7-0);
33907
33884
  }
33908
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33909
- background-color: rgba(0, 136, 255, 0.16);
33885
+ .E_p1cmxsf7 .antd5-progress-line {
33886
+ font-size: 0;
33910
33887
  }
33911
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33912
- background-color: rgba(255, 74, 74, 0.1);
33888
+
33889
+ .E_slr2ynn {
33890
+ padding: 0 8px;
33891
+ height: 18px;
33913
33892
  }
33914
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33915
- background-color: #f0483e;
33893
+
33894
+ .E_m140wbb6 {
33895
+ padding: 2px 8px;
33896
+ height: 24px;
33916
33897
  }
33917
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33918
- background-color: rgba(255, 74, 74, 0.16);
33898
+
33899
+ .E_t1fozc1i {
33900
+ margin: 0;
33919
33901
  }
33920
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33921
- background-color: rgba(254, 160, 8, 0.1);
33902
+
33903
+ .E_i1vxv4ln {
33904
+ margin-right: 4px;
33905
+ height: 16px;
33922
33906
  }
33923
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33924
- background-color: #fea008;
33907
+
33908
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33909
+ font-weight: 700;
33910
+ color: #00122e;
33911
+ background-color: rgba(237, 241, 250, 0.6);
33912
+ border: 1px solid rgba(211, 218, 235, 0.6);
33913
+ word-break: break-all;
33914
+ display: inline;
33915
+ white-space: normal;
33925
33916
  }
33926
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33927
- background-color: rgba(255, 187, 0, 0.16);
33917
+
33918
+ .E_sjob3jg {
33919
+ --item-min-width: 60px;
33928
33920
  }
33929
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33930
- background-color: rgba(30, 201, 127, 0.1);
33921
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33922
+ display: none !important;
33931
33923
  }
33932
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33933
- background-color: #00ba5d;
33924
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33925
+ flex-shrink: 0 !important;
33934
33926
  }
33935
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33936
- background-color: rgba(30, 201, 127, 0.16);
33927
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33928
+ color: #0080ff;
33937
33929
  }
33938
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33939
- background-color: rgba(225, 230, 241, 0.6);
33930
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33931
+ color: #0080ff;
33932
+ font-weight: normal;
33940
33933
  }
33941
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33942
- background-color: #6b7d99;
33934
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33935
+ color: rgba(44, 56, 82, 0.6);
33943
33936
  }
33944
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33945
- background-color: rgba(211, 218, 235, 0.6);
33937
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33938
+ color: #00122e;
33946
33939
  }
33947
-
33948
- .E_satwmqm {
33949
- width: 8px;
33950
- height: 8px;
33951
- border-radius: 50%;
33940
+ .E_sjob3jg .step-item-text {
33952
33941
  display: inline-block;
33953
33942
  }
33954
-
33955
- .E_tc97u5y {
33956
- height: 100%;
33943
+ .E_sjob3jg .step-item-title {
33944
+ overflow: hidden;
33945
+ white-space: nowrap;
33946
+ text-overflow: ellipsis;
33957
33947
  }
33958
33948
 
33959
- .E_efzf37v .ant-table-content {
33960
- overflow: visible !important;
33961
- height: 100%;
33962
- }
33963
- .E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
33964
- height: 100%;
33949
+ .E_hjvj6s6 .ant-steps-item-container {
33950
+ min-width: var(--item-min-width);
33965
33951
  }
33966
- .E_efzf37v .ant-table-content table {
33967
- width: 100% !important;
33968
- height: 100%;
33952
+ .E_hjvj6s6 .ant-steps-item-disabled {
33953
+ cursor: not-allowed !important;
33969
33954
  }
33970
- .E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
33971
- padding: 15px 0;
33955
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33956
+ flex-direction: row;
33957
+ justify-content: stretch;
33972
33958
  }
33973
- .E_efzf37v .ant-table-content table thead.ant-table-thead {
33974
- display: none;
33959
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33960
+ padding: 0;
33961
+ margin-right: 4px;
33962
+ flex: 1;
33963
+ overflow: visible;
33975
33964
  }
33976
-
33977
- .E_t1fisho6 {
33978
- height: 100%;
33965
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33966
+ width: 100%;
33967
+ min-height: unset;
33979
33968
  }
33980
- .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
33981
- padding-top: 6px;
33982
- padding-bottom: 6px;
33969
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33970
+ height: 26px;
33971
+ line-height: 26px;
33972
+ width: 100%;
33973
+ padding: 0;
33974
+ font-size: 12px;
33983
33975
  }
33984
- .E_t1fisho6 .active-row td:nth-child(1) {
33985
- font-weight: 700;
33976
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33977
+ margin-right: 10px;
33986
33978
  }
33987
- .E_t1fisho6.has-selection .active-row td:nth-child(2) {
33988
- font-weight: 700;
33979
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33980
+ display: none;
33989
33981
  }
33990
- .E_t1fisho6 .ant-spin-nested-loading {
33991
- height: 100%;
33982
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33983
+ padding-left: 8px;
33984
+ padding-right: 4px;
33985
+ border-radius: 4px 0 0 4px;
33992
33986
  }
33993
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
33994
- height: 100%;
33995
- overflow: visible;
33987
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33988
+ margin-right: 0;
33996
33989
  }
33997
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
33998
- max-height: none;
33990
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33991
+ padding-right: 8px;
33992
+ padding-left: 12px;
33993
+ border-radius: 0 4px 4px 0;
33999
33994
  }
34000
- .E_t1fisho6 td.ant-table-column-sort {
34001
- background: transparent;
33995
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33996
+ content: "";
33997
+ width: 0;
33998
+ height: 0;
33999
+ border: 13px solid transparent;
34000
+ position: absolute;
34001
+ top: 0;
34002
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
34003
+ z-index: 2;
34004
+ position: relative;
34005
+ top: -50%;
34006
+ right: -100%;
34002
34007
  }
34003
- .E_t1fisho6 td.ant-table-cell-fix-left,
34004
- .E_t1fisho6 td.ant-table-cell-fix-right {
34005
- background: #fff;
34006
- padding: 0 !important;
34008
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34009
+ padding: 0 4px 0 12px;
34007
34010
  }
34008
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
34009
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
34010
- display: flex;
34011
- align-items: center;
34012
- height: 100%;
34013
- padding: 8px;
34011
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34012
+ content: "";
34013
+ width: 0;
34014
+ height: 0;
34015
+ border: 13px solid transparent;
34016
+ position: absolute;
34017
+ top: 0;
34018
+ border-left: 8px solid #fff;
34019
+ left: 0;
34014
34020
  }
34015
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
34016
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
34017
- overflow: hidden;
34018
- text-overflow: ellipsis;
34019
- width: 100%;
34021
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34022
+ max-width: calc(100% - var(--item-min-width) * 2);
34020
34023
  }
34021
- .E_t1fisho6 .ant-table-container {
34022
- height: 100%;
34024
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34025
+ background-color: rgba(0, 136, 255, 0.1);
34023
34026
  }
34024
- .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
34025
- box-shadow: none !important;
34027
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34028
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
34026
34029
  }
34027
- .E_t1fisho6 div.ant-table {
34028
- border-radius: 0px;
34029
- border-left: none;
34030
- border-right: none;
34031
- border-bottom: none;
34032
- height: 100%;
34033
- font-size: 12px;
34034
- background: transparent;
34030
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34031
+ cursor: pointer;
34032
+ min-width: var(--item-min-width);
34035
34033
  }
34036
- .E_t1fisho6 div.ant-table .ant-table-header {
34037
- position: relative;
34038
- z-index: 3;
34039
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34040
- margin-bottom: -1px;
34034
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34035
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34036
+ min-width: var(--item-min-width);
34041
34037
  }
34042
- .E_t1fisho6 div.ant-table .time-wrapper .date,
34043
- .E_t1fisho6 div.ant-table .value {
34044
- color: #2d3a56;
34038
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34039
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34040
+ background-color: rgba(237, 241, 250, 0.6);
34045
34041
  }
34046
- .E_t1fisho6 div.ant-table .time-wrapper .time,
34047
- .E_t1fisho6 div.ant-table .unit {
34048
- color: rgba(44, 56, 82, 0.6);
34042
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34043
+ padding: 0;
34049
34044
  }
34050
- .E_t1fisho6 div.ant-table .ant-table-selection {
34051
- position: unset;
34052
- text-align: center;
34045
+
34046
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
34047
+ width: 192px;
34048
+ row-gap: 2px;
34053
34049
  }
34054
- .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34055
- background: #fff;
34050
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34051
+ background-color: rgba(225, 230, 241, 0.6);
34056
34052
  }
34057
- .E_t1fisho6 div.ant-table .anticon-setting {
34058
- cursor: pointer;
34059
- position: absolute;
34060
- top: 50%;
34061
- right: 12px;
34062
- transform: translateY(-50%);
34053
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34054
+ color: #00122e !important;
34063
34055
  }
34064
- .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34065
- box-shadow: none;
34066
- width: 1px;
34067
- background: rgba(213, 219, 227, 0.6);
34056
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34057
+ background-color: rgba(225, 230, 241, 0.6);
34068
34058
  }
34069
- .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34070
- box-shadow: none;
34071
- width: 1px;
34072
- background: rgba(213, 219, 227, 0.6);
34059
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34060
+ padding: 0 8px;
34061
+ border-radius: 4px;
34062
+ height: 32px;
34063
+ display: flex;
34064
+ align-items: center;
34073
34065
  }
34074
- .E_t1fisho6 div.ant-table .ant-table-tbody {
34075
- position: relative;
34066
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34067
+ min-height: auto;
34068
+ white-space: nowrap;
34076
34069
  }
34077
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
34078
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34079
- border-bottom: 1px solid white;
34080
- height: 40px;
34081
- vertical-align: middle;
34082
- transition: background 0ms;
34083
- color: #00122e;
34070
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34071
+ font-size: 13px;
34072
+ line-height: 20px;
34073
+ max-width: 100%;
34074
+ padding-right: 0;
34084
34075
  }
34085
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34086
- background: #f2f5fa;
34087
- border-bottom-color: #f2f5fa;
34076
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34077
+ background: rgba(0, 128, 255, 0.1);
34088
34078
  }
34089
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34090
- height: auto;
34091
- color: #00122e;
34092
- font-size: 12px;
34093
- text-align: left;
34094
- transition: none;
34095
- overflow: hidden;
34096
- text-overflow: ellipsis;
34097
- white-space: nowrap;
34079
+
34080
+ .E_h6l1tj4 {
34081
+ width: 100%;
34082
+ display: inline-flex;
34083
+ align-items: center;
34084
+ justify-content: center;
34085
+ column-gap: 4px;
34098
34086
  }
34099
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34100
- color: #0096ff;
34087
+ .E_h6l1tj4 .step-item-prefix-container {
34088
+ display: inline-flex;
34089
+ align-items: center;
34090
+ width: 18px;
34091
+ height: 18px;
34092
+ color: rgba(44, 56, 82, 0.75);
34093
+ justify-content: center;
34101
34094
  }
34102
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34095
+
34096
+ .E_v18frne8 {
34097
+ width: 100%;
34098
+ display: flex;
34099
+ align-items: center;
34100
+ justify-content: center;
34101
+ column-gap: 6px;
34102
+ font-size: 13px;
34103
+ }
34104
+ .E_v18frne8 .step-item-prefix-container {
34105
+ display: inline-flex;
34106
+ align-items: center;
34107
+ min-width: 20px;
34108
+ min-height: 20px;
34109
+ color: rgba(44, 56, 82, 0.75);
34110
+ justify-content: center;
34111
+ }
34112
+
34113
+ .E_t1dtlqs1 {
34114
+ margin-bottom: 4px;
34115
+ color: rgba(44, 56, 82, 0.6);
34103
34116
  overflow: hidden;
34104
34117
  text-overflow: ellipsis;
34105
- width: 100%;
34106
- vertical-align: middle;
34118
+ white-space: nowrap;
34107
34119
  }
34108
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34109
- line-height: 0px;
34120
+
34121
+ .E_s1ese5oy {
34122
+ color: rgba(44, 56, 82, 0.6);
34123
+ line-height: 32px;
34124
+ height: 32px;
34125
+ margin-bottom: 0;
34110
34126
  }
34111
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34112
- padding-right: 25px;
34127
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34128
+ color: #0080ff;
34113
34129
  }
34114
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34115
- border-top-color: transparent;
34130
+ .E_s1ese5oy.warning {
34131
+ color: #ffa500;
34116
34132
  }
34117
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
34118
- background: rgba(225, 230, 241, 0.6);
34119
- border-color: transparent transparent white;
34133
+ .E_s1ese5oy.success {
34134
+ color: #00ba5d;
34120
34135
  }
34121
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34122
- border-radius: 8px 0 0 8px;
34136
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34137
+ color: #f0483e;
34123
34138
  }
34124
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34125
- border-radius: 8px 0 0 8px;
34139
+ .E_s1ese5oy.normal {
34140
+ color: rgba(44, 56, 82, 0.6);
34126
34141
  }
34127
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34128
- content: "";
34129
- width: 4px;
34130
- top: -1px;
34131
- bottom: -1px;
34132
- background: white;
34142
+
34143
+ .E_b1ibis43 {
34144
+ margin-bottom: 0;
34145
+ color: #00122e;
34133
34146
  }
34134
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34135
- border-radius: 0 8px 8px 0;
34147
+
34148
+ .E_b11xxjd2 {
34149
+ line-height: 32px;
34150
+ margin-right: 6px;
34136
34151
  }
34137
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34138
- border-radius: 0;
34139
- background: white;
34140
- border-top: none;
34152
+
34153
+ .E_bsub5bw.with-description {
34154
+ height: 24px;
34155
+ flex: 1;
34156
+ position: relative;
34157
+ top: -7px;
34141
34158
  }
34142
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34143
- border-top: 1px solid transparent;
34144
- border-radius: 0 8px 8px 0;
34145
- background: rgba(225, 230, 241, 0.6);
34159
+ .E_bsub5bw p {
34160
+ width: 100%;
34161
+ overflow: hidden;
34162
+ text-overflow: ellipsis;
34163
+ white-space: nowrap;
34146
34164
  }
34147
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34148
- background: white;
34149
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34165
+
34166
+ .E_tmoyoag {
34167
+ border: 1px solid rgba(211, 218, 235, 0.6);
34168
+ border-radius: 8px;
34169
+ overflow: auto;
34150
34170
  }
34151
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34171
+ .E_tmoyoag .ant-list {
34172
+ position: relative;
34173
+ }
34174
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34175
+ position: sticky;
34176
+ top: 0;
34177
+ z-index: 2;
34152
34178
  display: flex;
34153
- align-items: center;
34154
- height: 100%;
34155
- background: rgba(225, 230, 241, 0.6);
34179
+ padding: 8px;
34180
+ flex-wrap: nowrap;
34181
+ justify-content: flex-start;
34182
+ background: #f2f5fa;
34183
+ font-size: 14px;
34184
+ color: rgba(44, 56, 82, 0.6);
34185
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34156
34186
  }
34157
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34158
- background: white;
34159
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34187
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34188
+ align-items: inherit;
34160
34189
  }
34161
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34190
+ .E_tmoyoag .ant-list .eagle-table-form-row {
34162
34191
  display: flex;
34163
- align-items: center;
34164
- height: 100%;
34165
- background: rgba(225, 230, 241, 0.6);
34166
- }
34167
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34168
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34192
+ justify-content: flex-start;
34193
+ align-items: flex-start;
34194
+ flex-wrap: wrap;
34195
+ padding: 8px;
34196
+ border: none;
34169
34197
  }
34170
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
34171
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34172
- border-radius: 8px;
34198
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34199
+ flex-basis: 100%;
34200
+ margin: 12px 0 0;
34201
+ order: 99;
34202
+ color: rgba(44, 56, 82, 0.6);
34173
34203
  }
34174
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34175
- border-top-color: white;
34204
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34205
+ color: #f0483e;
34206
+ flex-basis: 100%;
34207
+ order: 98;
34208
+ margin: 12px 0 0;
34176
34209
  }
34177
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34178
- background: rgba(0, 136, 255, 0.1);
34179
- border-bottom-color: transparent;
34180
- border-top-color: transparent;
34210
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34211
+ background-color: rgba(237, 241, 250, 0.6);
34181
34212
  }
34182
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34183
- border-radius: 8px 0 0 8px;
34213
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34214
+ background-color: rgba(0, 136, 255, 0.1);
34184
34215
  }
34185
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34186
- border-radius: 0 8px 8px 0;
34216
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
34217
+ flex: 1 0 0;
34218
+ overflow: hidden;
34187
34219
  }
34188
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34189
- background: rgba(0, 136, 255, 0.1);
34190
- }
34191
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
34192
- background: #fff;
34193
- font-weight: 400;
34194
- position: relative;
34195
- border-bottom: none;
34196
- color: #00122e;
34197
- transition: none;
34198
- padding: 14px 8px 14px 8px;
34199
- line-height: 20px;
34220
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34221
+ color: rgba(44, 56, 82, 0.6);
34222
+ margin: 0;
34200
34223
  }
34201
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34202
- content: "";
34203
- width: 1px;
34204
- top: 0;
34205
- bottom: 0;
34206
- background: rgba(211, 218, 235, 0.6);
34207
- position: absolute;
34208
- right: 0;
34224
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34225
+ text-align: center;
34209
34226
  }
34210
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
34211
- padding: unset;
34227
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34228
+ text-align: center;
34212
34229
  }
34213
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34214
- display: none;
34230
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34231
+ text-align: left;
34215
34232
  }
34216
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34217
- width: 100%;
34218
- overflow: hidden;
34219
- white-space: nowrap;
34220
- text-overflow: ellipsis;
34233
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34234
+ text-align: left;
34221
34235
  }
34222
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34223
- overflow: hidden;
34224
- text-overflow: ellipsis;
34225
- flex: 1;
34236
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34237
+ text-align: right;
34226
34238
  }
34227
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34228
- padding: 15px 25px 15px 8px;
34239
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34240
+ text-align: right;
34229
34241
  }
34230
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34231
- padding: 0;
34242
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34243
+ margin-right: 8px;
34232
34244
  }
34233
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34234
- position: absolute;
34235
- right: 6px;
34236
- top: 50%;
34237
- transform: translateY(-50%);
34238
- height: 16px;
34239
- display: none;
34240
- transition: transform 320ms ease;
34245
+ .E_tmoyoag .ant-list .ant-list-item-action {
34246
+ padding: 4px;
34247
+ width: 24px;
34248
+ height: 24px;
34249
+ overflow: hidden;
34241
34250
  }
34242
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34243
- display: block;
34244
- transform: translateY(-50%) rotateX(180deg);
34251
+ .E_tmoyoag .ant-list .ant-list-item-action li {
34252
+ padding: 0;
34245
34253
  }
34246
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34247
- display: block;
34254
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
34255
+ cursor: not-allowed;
34256
+ opacity: 0.5;
34248
34257
  }
34249
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34250
- display: none;
34258
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34259
+ margin: 0;
34251
34260
  }
34252
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34253
- transform: translateY(-50%);
34261
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34262
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34263
+ border-radius: 5px;
34264
+ font-size: 12px;
34254
34265
  }
34255
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34256
- transform: translateY(-50%) rotateX(180deg);
34266
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34267
+ font-size: inherit;
34257
34268
  }
34258
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34259
- background: #f2f5fa;
34269
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34270
+ min-height: 24px;
34271
+ font-size: 12px;
34272
+ position: relative;
34260
34273
  }
34261
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34262
- display: block;
34274
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34275
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34263
34276
  }
34264
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34265
- padding-right: 25px;
34277
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34278
+ background-color: rgba(237, 241, 250, 0.6);
34266
34279
  }
34267
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
34268
- padding: 0 !important;
34280
+
34281
+ .E_a138syjm {
34282
+ display: flex;
34283
+ align-items: center;
34284
+ margin-top: 8px;
34269
34285
  }
34270
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34271
- position: absolute;
34272
- left: 50%;
34273
- top: 50%;
34274
- transform: translate(-50%, -50%);
34286
+ .E_a138syjm button.ant-btn {
34287
+ padding: 2px 8px;
34288
+ height: 24px;
34275
34289
  }
34276
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34290
+ .E_a138syjm > span.maximum-desc {
34277
34291
  display: none;
34292
+ margin-left: 8px;
34293
+ color: rgba(44, 56, 82, 0.6);
34278
34294
  }
34279
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34280
- background: #fff;
34281
- }
34282
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
34283
- background: inherit;
34284
- }
34285
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34286
- position: static;
34287
- border: none;
34288
- background: inherit !important;
34289
- height: 100px;
34290
- vertical-align: middle;
34291
- }
34292
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34293
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34294
- font-weight: bold;
34295
- font-size: 20px;
34296
- color: rgba(10, 37, 85, 0.6);
34297
- }
34298
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34299
- .E_t1fisho6 div.ant-table th.cell__action_ {
34300
- z-index: 10;
34301
- }
34302
- .E_t1fisho6 div.ant-table td.cell__action_ {
34303
- padding: 0 !important;
34304
- position: relative;
34305
- background: #fff;
34306
- }
34307
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
34308
- height: 100%;
34309
- display: flex;
34310
- align-items: center;
34311
- justify-content: flex-end;
34312
- padding-right: 8px;
34295
+ .E_a138syjm > span.maximum-desc.disabled {
34296
+ display: inline;
34313
34297
  }
34314
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34298
+
34299
+ .E_d77i8u0 {
34315
34300
  width: 24px;
34316
34301
  height: 24px;
34317
- cursor: pointer;
34318
- justify-content: center;
34319
- border-radius: 4px;
34302
+ padding: 4px;
34303
+ margin-right: 8px;
34320
34304
  }
34321
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34322
- background: #fff;
34305
+
34306
+ .E_i1g85yz3 {
34307
+ margin-right: 4px;
34308
+ height: 16px;
34323
34309
  }
34324
34310
 
34325
34311
  button.E_l48ei06.ant-btn {
@@ -34372,487 +34358,449 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34372
34358
  color: rgba(44, 56, 82, 0.7490196078);
34373
34359
  }
34374
34360
 
34375
- .E_w7ob4th.outside-tag {
34376
- padding-left: 0;
34377
- }
34378
- .E_w7ob4th.outside-tag .inside-tag {
34379
- border-radius: 4px 0 0 4px;
34380
- padding-right: 4px;
34381
- margin-right: 4px;
34361
+ .E_tc97u5y {
34362
+ height: 100%;
34382
34363
  }
34383
34364
 
34384
- .E_sjob3jg {
34385
- --item-min-width: 60px;
34365
+ .E_efzf37v .ant-table-content {
34366
+ overflow: visible !important;
34367
+ height: 100%;
34386
34368
  }
34387
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34388
- display: none !important;
34369
+ .E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34370
+ height: 100%;
34389
34371
  }
34390
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34391
- flex-shrink: 0 !important;
34372
+ .E_efzf37v .ant-table-content table {
34373
+ width: 100% !important;
34374
+ height: 100%;
34392
34375
  }
34393
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34394
- color: #0080ff;
34376
+ .E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34377
+ padding: 15px 0;
34395
34378
  }
34396
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34397
- color: #0080ff;
34398
- font-weight: normal;
34379
+ .E_efzf37v .ant-table-content table thead.ant-table-thead {
34380
+ display: none;
34399
34381
  }
34400
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
34401
- color: rgba(44, 56, 82, 0.6);
34382
+
34383
+ .E_t1fisho6 {
34384
+ height: 100%;
34402
34385
  }
34403
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34404
- color: #00122e;
34386
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
34387
+ padding-top: 6px;
34388
+ padding-bottom: 6px;
34405
34389
  }
34406
- .E_sjob3jg .step-item-text {
34407
- display: inline-block;
34390
+ .E_t1fisho6 .active-row td:nth-child(1) {
34391
+ font-weight: 700;
34408
34392
  }
34409
- .E_sjob3jg .step-item-title {
34410
- overflow: hidden;
34411
- white-space: nowrap;
34412
- text-overflow: ellipsis;
34393
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
34394
+ font-weight: 700;
34413
34395
  }
34414
-
34415
- .E_hjvj6s6 .ant-steps-item-container {
34416
- min-width: var(--item-min-width);
34396
+ .E_t1fisho6 .ant-spin-nested-loading {
34397
+ height: 100%;
34417
34398
  }
34418
- .E_hjvj6s6 .ant-steps-item-disabled {
34419
- cursor: not-allowed !important;
34399
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
34400
+ height: 100%;
34401
+ overflow: visible;
34420
34402
  }
34421
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34422
- flex-direction: row;
34423
- justify-content: stretch;
34403
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
34404
+ max-height: none;
34424
34405
  }
34425
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34426
- padding: 0;
34427
- margin-right: 4px;
34428
- flex: 1;
34429
- overflow: visible;
34406
+ .E_t1fisho6 td.ant-table-column-sort {
34407
+ background: transparent;
34430
34408
  }
34431
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34432
- width: 100%;
34433
- min-height: unset;
34409
+ .E_t1fisho6 td.ant-table-cell-fix-left,
34410
+ .E_t1fisho6 td.ant-table-cell-fix-right {
34411
+ background: #fff;
34412
+ padding: 0 !important;
34434
34413
  }
34435
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34436
- height: 26px;
34437
- line-height: 26px;
34414
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
34415
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
34416
+ display: flex;
34417
+ align-items: center;
34418
+ height: 100%;
34419
+ padding: 8px;
34420
+ }
34421
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
34422
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
34423
+ overflow: hidden;
34424
+ text-overflow: ellipsis;
34438
34425
  width: 100%;
34439
- padding: 0;
34426
+ }
34427
+ .E_t1fisho6 .ant-table-container {
34428
+ height: 100%;
34429
+ }
34430
+ .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
34431
+ box-shadow: none !important;
34432
+ }
34433
+ .E_t1fisho6 div.ant-table {
34434
+ border-radius: 0px;
34435
+ border-left: none;
34436
+ border-right: none;
34437
+ border-bottom: none;
34438
+ height: 100%;
34440
34439
  font-size: 12px;
34440
+ background: transparent;
34441
34441
  }
34442
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34443
- margin-right: 10px;
34442
+ .E_t1fisho6 div.ant-table .ant-table-header {
34443
+ position: relative;
34444
+ z-index: 3;
34445
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34446
+ margin-bottom: -1px;
34444
34447
  }
34445
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34446
- display: none;
34448
+ .E_t1fisho6 div.ant-table .time-wrapper .date,
34449
+ .E_t1fisho6 div.ant-table .value {
34450
+ color: #2d3a56;
34447
34451
  }
34448
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34449
- padding-left: 8px;
34450
- padding-right: 4px;
34451
- border-radius: 4px 0 0 4px;
34452
+ .E_t1fisho6 div.ant-table .time-wrapper .time,
34453
+ .E_t1fisho6 div.ant-table .unit {
34454
+ color: rgba(44, 56, 82, 0.6);
34452
34455
  }
34453
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34454
- margin-right: 0;
34456
+ .E_t1fisho6 div.ant-table .ant-table-selection {
34457
+ position: unset;
34458
+ text-align: center;
34455
34459
  }
34456
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34457
- padding-right: 8px;
34458
- padding-left: 12px;
34459
- border-radius: 0 4px 4px 0;
34460
+ .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34461
+ background: #fff;
34460
34462
  }
34461
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
34462
- content: "";
34463
- width: 0;
34464
- height: 0;
34465
- border: 13px solid transparent;
34463
+ .E_t1fisho6 div.ant-table .anticon-setting {
34464
+ cursor: pointer;
34466
34465
  position: absolute;
34467
- top: 0;
34468
- border-left: 8px solid rgba(237, 241, 250, 0.6);
34469
- z-index: 2;
34470
- position: relative;
34471
- top: -50%;
34472
- right: -100%;
34466
+ top: 50%;
34467
+ right: 12px;
34468
+ transform: translateY(-50%);
34473
34469
  }
34474
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34475
- padding: 0 4px 0 12px;
34470
+ .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34471
+ box-shadow: none;
34472
+ width: 1px;
34473
+ background: rgba(213, 219, 227, 0.6);
34476
34474
  }
34477
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34478
- content: "";
34479
- width: 0;
34480
- height: 0;
34481
- border: 13px solid transparent;
34482
- position: absolute;
34483
- top: 0;
34484
- border-left: 8px solid #fff;
34485
- left: 0;
34475
+ .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34476
+ box-shadow: none;
34477
+ width: 1px;
34478
+ background: rgba(213, 219, 227, 0.6);
34486
34479
  }
34487
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34488
- max-width: calc(100% - var(--item-min-width) * 2);
34480
+ .E_t1fisho6 div.ant-table .ant-table-tbody {
34481
+ position: relative;
34489
34482
  }
34490
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34491
- background-color: rgba(0, 136, 255, 0.1);
34483
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
34484
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34485
+ border-bottom: 1px solid white;
34486
+ height: 40px;
34487
+ vertical-align: middle;
34488
+ transition: background 0ms;
34489
+ color: #00122e;
34492
34490
  }
34493
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34494
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34491
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34492
+ background: #f2f5fa;
34493
+ border-bottom-color: #f2f5fa;
34495
34494
  }
34496
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34497
- cursor: pointer;
34498
- min-width: var(--item-min-width);
34495
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34496
+ height: auto;
34497
+ color: #00122e;
34498
+ font-size: 12px;
34499
+ text-align: left;
34500
+ transition: none;
34501
+ overflow: hidden;
34502
+ text-overflow: ellipsis;
34503
+ white-space: nowrap;
34499
34504
  }
34500
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34501
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34502
- min-width: var(--item-min-width);
34505
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34506
+ color: #0096ff;
34503
34507
  }
34504
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34505
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34506
- background-color: rgba(237, 241, 250, 0.6);
34508
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34509
+ overflow: hidden;
34510
+ text-overflow: ellipsis;
34511
+ width: 100%;
34512
+ vertical-align: middle;
34507
34513
  }
34508
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34509
- padding: 0;
34514
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34515
+ line-height: 0px;
34510
34516
  }
34511
-
34512
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34513
- width: 192px;
34514
- row-gap: 2px;
34517
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34518
+ padding-right: 25px;
34515
34519
  }
34516
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34517
- background-color: rgba(225, 230, 241, 0.6);
34520
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34521
+ border-top-color: transparent;
34518
34522
  }
34519
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34520
- color: #00122e !important;
34523
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
34524
+ background: rgba(225, 230, 241, 0.6);
34525
+ border-color: transparent transparent white;
34521
34526
  }
34522
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34523
- background-color: rgba(225, 230, 241, 0.6);
34527
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34528
+ border-radius: 8px 0 0 8px;
34524
34529
  }
34525
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34526
- padding: 0 8px;
34527
- border-radius: 4px;
34528
- height: 32px;
34529
- display: flex;
34530
- align-items: center;
34530
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34531
+ border-radius: 8px 0 0 8px;
34531
34532
  }
34532
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34533
- min-height: auto;
34534
- white-space: nowrap;
34533
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34534
+ content: "";
34535
+ width: 4px;
34536
+ top: -1px;
34537
+ bottom: -1px;
34538
+ background: white;
34535
34539
  }
34536
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34537
- font-size: 13px;
34538
- line-height: 20px;
34539
- max-width: 100%;
34540
- padding-right: 0;
34540
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34541
+ border-radius: 0 8px 8px 0;
34541
34542
  }
34542
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34543
- background: rgba(0, 128, 255, 0.1);
34543
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34544
+ border-radius: 0;
34545
+ background: white;
34546
+ border-top: none;
34544
34547
  }
34545
-
34546
- .E_h6l1tj4 {
34547
- width: 100%;
34548
- display: inline-flex;
34549
- align-items: center;
34550
- justify-content: center;
34551
- column-gap: 4px;
34548
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34549
+ border-top: 1px solid transparent;
34550
+ border-radius: 0 8px 8px 0;
34551
+ background: rgba(225, 230, 241, 0.6);
34552
34552
  }
34553
- .E_h6l1tj4 .step-item-prefix-container {
34554
- display: inline-flex;
34555
- align-items: center;
34556
- width: 18px;
34557
- height: 18px;
34558
- color: rgba(44, 56, 82, 0.75);
34559
- justify-content: center;
34553
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34554
+ background: white;
34555
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34560
34556
  }
34561
-
34562
- .E_v18frne8 {
34563
- width: 100%;
34557
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34564
34558
  display: flex;
34565
34559
  align-items: center;
34566
- justify-content: center;
34567
- column-gap: 6px;
34568
- font-size: 13px;
34560
+ height: 100%;
34561
+ background: rgba(225, 230, 241, 0.6);
34569
34562
  }
34570
- .E_v18frne8 .step-item-prefix-container {
34571
- display: inline-flex;
34572
- align-items: center;
34573
- min-width: 20px;
34574
- min-height: 20px;
34575
- color: rgba(44, 56, 82, 0.75);
34576
- justify-content: center;
34563
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34564
+ background: white;
34565
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34577
34566
  }
34578
-
34579
- .E_slr2ynn {
34580
- padding: 0 8px;
34581
- height: 18px;
34567
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34568
+ display: flex;
34569
+ align-items: center;
34570
+ height: 100%;
34571
+ background: rgba(225, 230, 241, 0.6);
34582
34572
  }
34583
-
34584
- .E_m140wbb6 {
34585
- padding: 2px 8px;
34586
- height: 24px;
34573
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34574
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34587
34575
  }
34588
-
34589
- .E_t1fozc1i {
34590
- margin: 0;
34576
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
34577
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34578
+ border-radius: 8px;
34591
34579
  }
34592
-
34593
- .E_i1vxv4ln {
34594
- margin-right: 4px;
34595
- height: 16px;
34580
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34581
+ border-top-color: white;
34596
34582
  }
34597
-
34598
- .E_n1afl31m.ant-tag.ant-tag-gray {
34599
- font-weight: 700;
34600
- color: #00122e;
34601
- background-color: rgba(237, 241, 250, 0.6);
34602
- border: 1px solid rgba(211, 218, 235, 0.6);
34603
- word-break: break-all;
34604
- display: inline;
34605
- white-space: normal;
34583
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34584
+ background: rgba(0, 136, 255, 0.1);
34585
+ border-bottom-color: transparent;
34586
+ border-top-color: transparent;
34606
34587
  }
34607
-
34608
- .E_i1g85yz3 {
34609
- margin-right: 4px;
34610
- height: 16px;
34588
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34589
+ border-radius: 8px 0 0 8px;
34611
34590
  }
34612
-
34613
- .E_t1dtlqs1 {
34614
- margin-bottom: 4px;
34615
- color: rgba(44, 56, 82, 0.6);
34616
- overflow: hidden;
34617
- text-overflow: ellipsis;
34618
- white-space: nowrap;
34591
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34592
+ border-radius: 0 8px 8px 0;
34619
34593
  }
34620
-
34621
- .E_s1ese5oy {
34622
- color: rgba(44, 56, 82, 0.6);
34623
- line-height: 32px;
34624
- height: 32px;
34625
- margin-bottom: 0;
34594
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34595
+ background: rgba(0, 136, 255, 0.1);
34626
34596
  }
34627
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34628
- color: #0080ff;
34597
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
34598
+ background: #fff;
34599
+ font-weight: 400;
34600
+ position: relative;
34601
+ border-bottom: none;
34602
+ color: #00122e;
34603
+ transition: none;
34604
+ padding: 14px 8px 14px 8px;
34605
+ line-height: 20px;
34629
34606
  }
34630
- .E_s1ese5oy.warning {
34631
- color: #ffa500;
34607
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34608
+ content: "";
34609
+ width: 1px;
34610
+ top: 0;
34611
+ bottom: 0;
34612
+ background: rgba(211, 218, 235, 0.6);
34613
+ position: absolute;
34614
+ right: 0;
34632
34615
  }
34633
- .E_s1ese5oy.success {
34634
- color: #00ba5d;
34616
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
34617
+ padding: unset;
34635
34618
  }
34636
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34637
- color: #f0483e;
34619
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34620
+ display: none;
34638
34621
  }
34639
- .E_s1ese5oy.normal {
34640
- color: rgba(44, 56, 82, 0.6);
34622
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34623
+ width: 100%;
34624
+ overflow: hidden;
34625
+ white-space: nowrap;
34626
+ text-overflow: ellipsis;
34641
34627
  }
34642
-
34643
- .E_b1ibis43 {
34644
- margin-bottom: 0;
34645
- color: #00122e;
34628
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34629
+ overflow: hidden;
34630
+ text-overflow: ellipsis;
34631
+ flex: 1;
34646
34632
  }
34647
-
34648
- .E_b11xxjd2 {
34649
- line-height: 32px;
34650
- margin-right: 6px;
34633
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34634
+ padding: 15px 25px 15px 8px;
34651
34635
  }
34652
-
34653
- .E_bsub5bw.with-description {
34654
- height: 24px;
34655
- flex: 1;
34656
- position: relative;
34657
- top: -7px;
34636
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34637
+ padding: 0;
34658
34638
  }
34659
- .E_bsub5bw p {
34660
- width: 100%;
34661
- overflow: hidden;
34662
- text-overflow: ellipsis;
34663
- white-space: nowrap;
34639
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34640
+ position: absolute;
34641
+ right: 6px;
34642
+ top: 50%;
34643
+ transform: translateY(-50%);
34644
+ height: 16px;
34645
+ display: none;
34646
+ transition: transform 320ms ease;
34664
34647
  }
34665
-
34666
- .E_tmoyoag {
34667
- border: 1px solid rgba(211, 218, 235, 0.6);
34668
- border-radius: 8px;
34669
- overflow: auto;
34648
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34649
+ display: block;
34650
+ transform: translateY(-50%) rotateX(180deg);
34670
34651
  }
34671
- .E_tmoyoag .ant-list {
34672
- position: relative;
34652
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34653
+ display: block;
34673
34654
  }
34674
- .E_tmoyoag .ant-list .eagle-table-form-header {
34675
- position: sticky;
34676
- top: 0;
34677
- z-index: 2;
34678
- display: flex;
34679
- padding: 8px;
34680
- flex-wrap: nowrap;
34681
- justify-content: flex-start;
34682
- background: #f2f5fa;
34683
- font-size: 14px;
34684
- color: rgba(44, 56, 82, 0.6);
34685
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34655
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34656
+ display: none;
34686
34657
  }
34687
- .E_tmoyoag .ant-list .eagle-table-form-header {
34688
- align-items: inherit;
34658
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34659
+ transform: translateY(-50%);
34689
34660
  }
34690
- .E_tmoyoag .ant-list .eagle-table-form-row {
34691
- display: flex;
34692
- justify-content: flex-start;
34693
- align-items: flex-start;
34694
- flex-wrap: wrap;
34695
- padding: 8px;
34696
- border: none;
34661
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34662
+ transform: translateY(-50%) rotateX(180deg);
34697
34663
  }
34698
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34699
- flex-basis: 100%;
34700
- margin: 12px 0 0;
34701
- order: 99;
34702
- color: rgba(44, 56, 82, 0.6);
34664
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34665
+ background: #f2f5fa;
34703
34666
  }
34704
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34705
- color: #f0483e;
34706
- flex-basis: 100%;
34707
- order: 98;
34708
- margin: 12px 0 0;
34667
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34668
+ display: block;
34709
34669
  }
34710
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34711
- background-color: rgba(237, 241, 250, 0.6);
34670
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34671
+ padding-right: 25px;
34712
34672
  }
34713
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34714
- background-color: rgba(0, 136, 255, 0.1);
34673
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
34674
+ padding: 0 !important;
34715
34675
  }
34716
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34717
- flex: 1 0 0;
34718
- overflow: hidden;
34676
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34677
+ position: absolute;
34678
+ left: 50%;
34679
+ top: 50%;
34680
+ transform: translate(-50%, -50%);
34719
34681
  }
34720
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34721
- color: rgba(44, 56, 82, 0.6);
34722
- margin: 0;
34682
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34683
+ display: none;
34723
34684
  }
34724
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34725
- text-align: center;
34685
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34686
+ background: #fff;
34726
34687
  }
34727
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34728
- text-align: center;
34688
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
34689
+ background: inherit;
34729
34690
  }
34730
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34731
- text-align: left;
34691
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34692
+ position: static;
34693
+ border: none;
34694
+ background: inherit !important;
34695
+ height: 100px;
34696
+ vertical-align: middle;
34732
34697
  }
34733
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34734
- text-align: left;
34698
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34699
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34700
+ font-weight: bold;
34701
+ font-size: 20px;
34702
+ color: rgba(10, 37, 85, 0.6);
34735
34703
  }
34736
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34737
- text-align: right;
34704
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34705
+ .E_t1fisho6 div.ant-table th.cell__action_ {
34706
+ z-index: 10;
34738
34707
  }
34739
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34740
- text-align: right;
34708
+ .E_t1fisho6 div.ant-table td.cell__action_ {
34709
+ padding: 0 !important;
34710
+ position: relative;
34711
+ background: #fff;
34741
34712
  }
34742
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34743
- margin-right: 8px;
34713
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
34714
+ height: 100%;
34715
+ display: flex;
34716
+ align-items: center;
34717
+ justify-content: flex-end;
34718
+ padding-right: 8px;
34744
34719
  }
34745
- .E_tmoyoag .ant-list .ant-list-item-action {
34746
- padding: 4px;
34720
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34747
34721
  width: 24px;
34748
34722
  height: 24px;
34749
- overflow: hidden;
34750
- }
34751
- .E_tmoyoag .ant-list .ant-list-item-action li {
34752
- padding: 0;
34723
+ cursor: pointer;
34724
+ justify-content: center;
34725
+ border-radius: 4px;
34753
34726
  }
34754
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34755
- cursor: not-allowed;
34756
- opacity: 0.5;
34727
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34728
+ background: #fff;
34757
34729
  }
34758
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34730
+
34731
+ .E_sddwhm6 {
34759
34732
  margin: 0;
34733
+ border-radius: 20px;
34734
+ padding: 2px 10px;
34735
+ height: 22px;
34760
34736
  }
34761
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34762
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34763
- border-radius: 5px;
34764
- font-size: 12px;
34765
- }
34766
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34767
- font-size: inherit;
34768
- }
34769
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34770
- min-height: 24px;
34771
- font-size: 12px;
34772
- position: relative;
34773
- }
34774
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34775
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34737
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
34738
+ background-color: rgba(237, 241, 250, 0.6) !important;
34776
34739
  }
34777
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34778
- background-color: rgba(237, 241, 250, 0.6);
34740
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
34741
+ background-color: rgba(225, 230, 241, 0.6) !important;
34779
34742
  }
34780
-
34781
- .E_a138syjm {
34782
- display: flex;
34783
- align-items: center;
34784
- margin-top: 8px;
34743
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
34744
+ color: #00122e;
34785
34745
  }
34786
- .E_a138syjm button.ant-btn {
34787
- padding: 2px 8px;
34788
- height: 24px;
34746
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
34747
+ margin-right: 6px;
34789
34748
  }
34790
- .E_a138syjm > span.maximum-desc {
34791
- display: none;
34749
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
34792
34750
  margin-left: 8px;
34793
34751
  color: rgba(44, 56, 82, 0.6);
34794
34752
  }
34795
- .E_a138syjm > span.maximum-desc.disabled {
34796
- display: inline;
34753
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
34754
+ background-color: rgba(0, 136, 255, 0.1);
34797
34755
  }
34798
-
34799
- .E_d77i8u0 {
34800
- width: 24px;
34801
- height: 24px;
34802
- padding: 4px;
34803
- margin-right: 8px;
34756
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
34757
+ background-color: #0080ff;
34804
34758
  }
34805
-
34806
- .E_t1gvlxt5 {
34807
- min-width: 0;
34808
- flex: 1;
34759
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
34760
+ background-color: rgba(0, 136, 255, 0.16);
34809
34761
  }
34810
- .E_t1gvlxt5 .tag {
34811
- flex: 0 0 auto;
34762
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
34763
+ background-color: rgba(255, 74, 74, 0.1);
34812
34764
  }
34813
- .E_t1gvlxt5 .progress-title {
34814
- flex: 2;
34815
- max-width: fit-content;
34765
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
34766
+ background-color: #f0483e;
34816
34767
  }
34817
- .E_t1gvlxt5 .progress-desc {
34818
- flex: 1;
34819
- max-width: fit-content;
34768
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
34769
+ background-color: rgba(255, 74, 74, 0.16);
34820
34770
  }
34821
-
34822
- .E_a1ji6r68 {
34823
- display: flex;
34824
- align-items: center;
34825
- column-gap: var(--a1ji6r68-0);
34771
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34772
+ background-color: rgba(254, 160, 8, 0.1);
34826
34773
  }
34827
-
34828
- .E_t13ef470 {
34829
- height: 100%;
34774
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34775
+ background-color: #fea008;
34830
34776
  }
34831
- .E_t13ef470 .table-loading-item {
34832
- padding: 12px 4px;
34833
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34834
- display: flex;
34777
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
34778
+ background-color: rgba(255, 187, 0, 0.16);
34835
34779
  }
34836
- .E_t13ef470 .table-loading-item > * {
34837
- height: 16px;
34838
- margin: 4px;
34839
- background: rgba(204, 212, 227, 0.18);
34840
- border-radius: 2px;
34780
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34781
+ background-color: rgba(30, 201, 127, 0.1);
34841
34782
  }
34842
- .E_t13ef470 .table-loading-item .checkbox-loading {
34843
- width: 16px;
34783
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34784
+ background-color: #00ba5d;
34844
34785
  }
34845
- .E_t13ef470 .table-loading-item .td-loading {
34846
- flex: 1;
34786
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
34787
+ background-color: rgba(30, 201, 127, 0.16);
34847
34788
  }
34848
- .E_t13ef470 :nth-child(1) {
34849
- padding: 8px 4px;
34789
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34790
+ background-color: rgba(225, 230, 241, 0.6);
34850
34791
  }
34851
- .E_t13ef470 :nth-child(1) > * {
34852
- background: rgba(107, 125, 153, 0.18);
34792
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34793
+ background-color: #6b7d99;
34853
34794
  }
34854
- .E_t13ef470 :nth-child(1) > * {
34855
- background: rgba(163, 180, 204, 0.18);
34795
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
34796
+ background-color: rgba(211, 218, 235, 0.6);
34797
+ }
34798
+
34799
+ .E_satwmqm {
34800
+ width: 8px;
34801
+ height: 8px;
34802
+ border-radius: 50%;
34803
+ display: inline-block;
34856
34804
  }
34857
34805
 
34858
34806
  .E_msn7nxt {
@@ -35016,6 +34964,58 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35016
34964
  margin-left: 8px;
35017
34965
  }
35018
34966
 
34967
+ .E_t1gvlxt5 {
34968
+ min-width: 0;
34969
+ flex: 1;
34970
+ }
34971
+ .E_t1gvlxt5 .tag {
34972
+ flex: 0 0 auto;
34973
+ }
34974
+ .E_t1gvlxt5 .progress-title {
34975
+ flex: 2;
34976
+ max-width: fit-content;
34977
+ }
34978
+ .E_t1gvlxt5 .progress-desc {
34979
+ flex: 1;
34980
+ max-width: fit-content;
34981
+ }
34982
+
34983
+ .E_a1ji6r68 {
34984
+ display: flex;
34985
+ align-items: center;
34986
+ column-gap: var(--a1ji6r68-0);
34987
+ }
34988
+
34989
+ .E_t13ef470 {
34990
+ height: 100%;
34991
+ }
34992
+ .E_t13ef470 .table-loading-item {
34993
+ padding: 12px 4px;
34994
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34995
+ display: flex;
34996
+ }
34997
+ .E_t13ef470 .table-loading-item > * {
34998
+ height: 16px;
34999
+ margin: 4px;
35000
+ background: rgba(204, 212, 227, 0.18);
35001
+ border-radius: 2px;
35002
+ }
35003
+ .E_t13ef470 .table-loading-item .checkbox-loading {
35004
+ width: 16px;
35005
+ }
35006
+ .E_t13ef470 .table-loading-item .td-loading {
35007
+ flex: 1;
35008
+ }
35009
+ .E_t13ef470 :nth-child(1) {
35010
+ padding: 8px 4px;
35011
+ }
35012
+ .E_t13ef470 :nth-child(1) > * {
35013
+ background: rgba(107, 125, 153, 0.18);
35014
+ }
35015
+ .E_t13ef470 :nth-child(1) > * {
35016
+ background: rgba(163, 180, 204, 0.18);
35017
+ }
35018
+
35019
35019
  .E_t1g36k2w {
35020
35020
  overflow: hidden;
35021
35021
  height: 100%;