@cloudtower/eagle 0.28.6 → 0.28.7

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.
@@ -29657,55 +29657,6 @@ html body {
29657
29657
  background: #fff;
29658
29658
  }
29659
29659
 
29660
- .E_c18bcrac {
29661
- display: inline-block;
29662
- width: 100%;
29663
- }
29664
-
29665
- .E_c18bcrac .recharts-wrapper {
29666
- margin-left: 4px;
29667
- }
29668
-
29669
- .E_cro7kg2 {
29670
- padding: 4px;
29671
- }
29672
-
29673
- .E_c14wcxf0 {
29674
- display: flex;
29675
- justify-content: space-between;
29676
- align-items: center;
29677
- font-size: 13px;
29678
- line-height: 24px;
29679
- color: #cccccc;
29680
- white-space: nowrap;
29681
- }
29682
-
29683
- .E_c14wcxf0 label {
29684
- margin-right: 32px;
29685
- }
29686
-
29687
- .E_coy29mj.E_c14wcxf0 {
29688
- font-weight: bold;
29689
- color: white;
29690
- }
29691
-
29692
- .E_s11212zy {
29693
- width: 8px;
29694
- height: 8px;
29695
- border-radius: 2px;
29696
- display: inline-block;
29697
- background: var(--s11212zy-0);
29698
- border: 1px solid #fff;
29699
- box-sizing: content-box;
29700
- margin-right: 6px;
29701
- }
29702
-
29703
- .E_p1lyky6c > :first-child {
29704
- font-weight: bold;
29705
- color: white;
29706
- margin-right: 4px;
29707
- }
29708
-
29709
29660
  .E_clm1wy1 {
29710
29661
  width: 192px;
29711
29662
  height: 246px;
@@ -29815,6 +29766,15 @@ html body {
29815
29766
  border-radius: 2px;
29816
29767
  }
29817
29768
 
29769
+ .E_s1iv0tp1 .enabled-switch {
29770
+ display: flex;
29771
+ align-items: center;
29772
+ }
29773
+
29774
+ .E_s1iv0tp1 .enabled-text {
29775
+ margin-right: 8px;
29776
+ }
29777
+
29818
29778
  .E_gmyahx3 {
29819
29779
  cursor: pointer;
29820
29780
  }
@@ -29827,376 +29787,166 @@ html body {
29827
29787
  color: #0080ff;
29828
29788
  }
29829
29789
 
29830
- span.E_tqjc4ui {
29831
- margin: 0 2px;
29832
- }
29833
-
29834
- .E_t160l1cm {
29790
+ .E_n12mqh7z {
29835
29791
  display: flex;
29836
- flex-direction: column;
29837
- flex: 1;
29838
- /* FIXME:(yanzhen) do this better */
29792
+ align-items: center;
29793
+ font-size: 12px;
29794
+ line-height: 18px;
29839
29795
  }
29840
29796
 
29841
- .E_t160l1cm .tab-bar {
29842
- flex-shrink: 0;
29843
- display: flex;
29844
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
29797
+ .E_n12mqh7z:not(:last-child) {
29798
+ margin-bottom: 4px;
29845
29799
  }
29846
29800
 
29847
- .E_t160l1cm .tab-content {
29848
- height: 100%;
29801
+ .E_tf5bynu {
29802
+ margin: 0 3px;
29849
29803
  }
29850
29804
 
29851
- .E_t160l1cm .tab-menu-item {
29852
- margin-right: 2px;
29853
- padding: 1px 12px;
29854
- line-height: 24px;
29855
- height: 24px;
29856
- color: rgba(44, 56, 82, 0.6);
29857
- border-radius: 4px 4px 0 0;
29858
- cursor: pointer;
29859
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
29805
+ .E_tcckoz1 {
29806
+ max-height: 400px;
29807
+ overflow: auto;
29860
29808
  }
29861
29809
 
29862
- .E_t160l1cm .tab-menu-item:first-child {
29863
- padding-left: 0;
29810
+ .E_ou7iq30 {
29811
+ overflow: hidden;
29812
+ text-overflow: ellipsis;
29864
29813
  }
29865
29814
 
29866
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
29867
- padding-left: 12px;
29815
+ .E_s1tui002 {
29816
+ white-space: nowrap;
29868
29817
  }
29869
29818
 
29870
- .E_t160l1cm .tab-menu-item:hover {
29871
- color: #0080ff;
29872
- background: rgba(211, 218, 235, 0.6);
29819
+ .E_mxrc2zg {
29820
+ display: -webkit-box;
29821
+ -webkit-line-clamp: var(--mxrc2zg-0);
29822
+ -webkit-box-orient: vertical;
29823
+ word-break: break-all;
29873
29824
  }
29874
29825
 
29875
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
29876
- fill: #0080ff;
29826
+ .E_c18bcrac {
29827
+ display: inline-block;
29828
+ width: 100%;
29877
29829
  }
29878
29830
 
29879
- .E_t160l1cm .tab-menu-item:active {
29880
- background: rgba(192, 203, 224, 0.6);
29831
+ .E_c18bcrac .recharts-wrapper {
29832
+ margin-left: 4px;
29881
29833
  }
29882
29834
 
29883
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
29884
- color: #0080ff;
29885
- background: rgba(211, 218, 235, 0.6);
29835
+ .E_cro7kg2 {
29836
+ padding: 4px;
29886
29837
  }
29887
29838
 
29888
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
29889
- background: rgba(192, 203, 224, 0.6);
29839
+ .E_c14wcxf0 {
29840
+ display: flex;
29841
+ justify-content: space-between;
29842
+ align-items: center;
29843
+ font-size: 13px;
29844
+ line-height: 24px;
29845
+ color: #cccccc;
29846
+ white-space: nowrap;
29890
29847
  }
29891
29848
 
29892
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
29893
- background: rgba(0, 128, 255, 0.16);
29849
+ .E_c14wcxf0 label {
29850
+ margin-right: 32px;
29894
29851
  }
29895
29852
 
29896
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
29897
- fill: #0080ff;
29853
+ .E_coy29mj.E_c14wcxf0 {
29854
+ font-weight: bold;
29855
+ color: white;
29898
29856
  }
29899
29857
 
29900
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
29901
- color: #0080ff;
29902
- background: rgba(0, 128, 255, 0.1);
29858
+ .E_s11212zy {
29859
+ width: 8px;
29860
+ height: 8px;
29861
+ border-radius: 2px;
29862
+ display: inline-block;
29863
+ background: var(--s11212zy-0);
29864
+ border: 1px solid #fff;
29865
+ box-sizing: content-box;
29866
+ margin-right: 6px;
29903
29867
  }
29904
29868
 
29905
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
29906
- background: rgba(0, 128, 255, 0.16);
29869
+ .E_p1lyky6c > :first-child {
29870
+ font-weight: bold;
29871
+ color: white;
29872
+ margin-right: 4px;
29907
29873
  }
29908
29874
 
29909
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
29910
- fill: #1d326c;
29875
+ span.E_tqjc4ui {
29876
+ margin: 0 2px;
29911
29877
  }
29912
29878
 
29913
- .E_t160l1cm .tab-menu-item .expand-arrow {
29914
- margin-left: 8px;
29915
- height: 22px;
29879
+ .E_c1up1pdz {
29880
+ width: 648px;
29916
29881
  }
29917
29882
 
29918
- .E_t160l1cm .tab-menu-item .expand-arrow path {
29919
- fill: rgba(44, 56, 82, 0.6);
29883
+ .E_c1up1pdz.active {
29884
+ border-color: #0080ff;
29920
29885
  }
29921
29886
 
29922
- .E_t160l1cm .tab-menu-item-group {
29923
- padding: 0;
29924
- display: flex;
29925
- align-items: center;
29926
- overflow: hidden;
29887
+ .E_c1up1pdz.active > header {
29888
+ background: rgba(0, 128, 255, 0.1);
29927
29889
  }
29928
29890
 
29929
- .E_t160l1cm .tab-menu-item-group .main-title {
29930
- opacity: 0;
29931
- max-width: 0;
29932
- transition: max-width 320ms ease, opacity 240ms ease;
29891
+ .E_c1up1pdz .expand {
29892
+ padding: 12px;
29933
29893
  }
29934
29894
 
29935
- .E_t160l1cm .tab-menu-item-group .sub-title {
29936
- padding: 1px 12px;
29937
- position: relative;
29895
+ .E_c1up1pdz .field-item {
29938
29896
  display: flex;
29897
+ padding: 10px 0;
29898
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29939
29899
  }
29940
29900
 
29941
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
29942
- opacity: 0;
29943
- position: absolute;
29944
- top: 50%;
29945
- left: 0;
29946
- transform: translate(-50%, -50%);
29947
- transition: opacity 100ms linear;
29948
- fill: rgba(0, 128, 255, 0.2);
29901
+ .E_c1up1pdz .field-item:last-child {
29902
+ border-bottom: none;
29903
+ padding-bottom: 0;
29949
29904
  }
29950
29905
 
29951
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
29952
- color: #0080ff;
29906
+ .E_c1up1pdz .field-item label {
29907
+ line-height: 32px;
29908
+ width: 100px;
29909
+ color: rgba(62, 70, 82, 0.6);
29953
29910
  }
29954
29911
 
29955
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
29956
- padding: 1px 12px;
29957
- display: inline-block;
29958
- opacity: 1;
29959
- max-width: 160px;
29912
+ .E_c1up1pdz .help {
29913
+ color: rgba(62, 70, 82, 0.6);
29914
+ margin-top: 5px;
29960
29915
  }
29961
29916
 
29962
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
29963
- padding: 1px 12px;
29964
- color: #005ed1;
29917
+ .E_c1up1pdz .ant-input-affix-wrapper,
29918
+ .E_c1up1pdz .ant-picker {
29919
+ width: 128px;
29965
29920
  }
29966
29921
 
29967
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
29968
- opacity: 1;
29922
+ .E_c156wh19 {
29923
+ display: flex;
29924
+ align-items: center;
29925
+ justify-content: space-between;
29926
+ word-break: keep-all;
29969
29927
  }
29970
29928
 
29971
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
29972
- background: rgba(0, 128, 255, 0.16);
29929
+ .E_c156wh19 .title {
29930
+ margin: 0 16px 0 8px;
29973
29931
  }
29974
29932
 
29975
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
29976
- opacity: 0;
29933
+ .E_c156wh19 .retain {
29934
+ color: rgba(129, 138, 153, 0.6);
29977
29935
  }
29978
29936
 
29979
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
29980
- padding: 4px 16px;
29981
- height: 32px;
29982
- border-radius: 6px 6px 0 0;
29937
+ .E_c156wh19 div.left {
29938
+ flex: 1;
29939
+ display: flex;
29940
+ overflow: hidden;
29941
+ align-items: center;
29942
+ justify-content: flex-start;
29943
+ white-space: nowrap;
29983
29944
  }
29984
29945
 
29985
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
29986
- padding-left: 0;
29987
- }
29988
-
29989
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
29990
- padding-left: 16px;
29991
- }
29992
-
29993
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
29994
- margin-left: 11px;
29995
- height: 24px;
29996
- }
29997
-
29998
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
29999
- padding: 0;
30000
- }
30001
-
30002
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
30003
- padding: 4px 16px;
30004
- }
30005
-
30006
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
30007
- padding: 4px 16px;
30008
- }
30009
-
30010
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
30011
- background: #fff;
30012
- }
30013
-
30014
- .E_t160l1cm .tab-menu-item-light:active {
30015
- color: #005ed1;
30016
- }
30017
-
30018
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
30019
- background: #fff;
30020
- color: #1d326c;
30021
- }
30022
-
30023
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
30024
- color: rgba(45, 58, 86, 0.6);
30025
- }
30026
-
30027
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
30028
- color: #1d326c;
30029
- }
30030
-
30031
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
30032
- fill: #d8deeb;
30033
- }
30034
-
30035
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
30036
- fill: #1d326c;
30037
- }
30038
-
30039
- .E_t160l1cm .tab-content {
30040
- flex: 1;
30041
- display: flex;
30042
- flex-direction: column;
30043
- }
30044
-
30045
- .E_t160l1cm.is-overview .tab-content {
30046
- overflow: visible;
30047
- }
30048
-
30049
- .E_t14npdqr {
30050
- max-width: 240px;
30051
- animation: none;
30052
- }
30053
-
30054
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
30055
- border: 1px solid #0080ff;
30056
- padding: 0;
30057
- }
30058
-
30059
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30060
- margin: 0;
30061
- height: 32px;
30062
- line-height: 32px;
30063
- font-size: 13px;
30064
- padding: 0 10px;
30065
- display: block;
30066
- overflow: hidden;
30067
- text-overflow: ellipsis;
30068
- white-space: nowrap;
30069
- }
30070
-
30071
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
30072
- content: " ";
30073
- height: 1px;
30074
- width: calc(100% + 10px);
30075
- background: rgba(172, 186, 211, 0.6);
30076
- display: block;
30077
- }
30078
-
30079
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
30080
- color: #0080ff;
30081
- background: transparent;
30082
- }
30083
-
30084
- .E_wg1tsps {
30085
- display: flex;
30086
- align-items: center;
30087
- justify-content: flex-end;
30088
- }
30089
-
30090
- .E_b1ctd5xy {
30091
- display: flex;
30092
- align-items: center;
30093
- width: calc(100% - 40px);
30094
- }
30095
-
30096
- .E_b1ctd5xy .chart {
30097
- display: inline-block;
30098
- width: 100%;
30099
- }
30100
-
30101
- .E_u1p8acpn {
30102
- min-width: 40px;
30103
- }
30104
-
30105
- .E_u1p8acpn .unit {
30106
- color: #00122e !important;
30107
- }
30108
-
30109
- .E_n12mqh7z {
30110
- display: flex;
30111
- align-items: center;
30112
- font-size: 12px;
30113
- line-height: 18px;
30114
- }
30115
-
30116
- .E_n12mqh7z:not(:last-child) {
30117
- margin-bottom: 4px;
30118
- }
30119
-
30120
- .E_tf5bynu {
30121
- margin: 0 3px;
30122
- }
30123
-
30124
- .E_tcckoz1 {
30125
- max-height: 400px;
30126
- overflow: auto;
30127
- }
30128
-
30129
- .E_c1up1pdz {
30130
- width: 648px;
30131
- }
30132
-
30133
- .E_c1up1pdz.active {
30134
- border-color: #0080ff;
30135
- }
30136
-
30137
- .E_c1up1pdz.active > header {
30138
- background: rgba(0, 128, 255, 0.1);
30139
- }
30140
-
30141
- .E_c1up1pdz .expand {
30142
- padding: 12px;
30143
- }
30144
-
30145
- .E_c1up1pdz .field-item {
30146
- display: flex;
30147
- padding: 10px 0;
30148
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30149
- }
30150
-
30151
- .E_c1up1pdz .field-item:last-child {
30152
- border-bottom: none;
30153
- padding-bottom: 0;
30154
- }
30155
-
30156
- .E_c1up1pdz .field-item label {
30157
- line-height: 32px;
30158
- width: 100px;
30159
- color: rgba(62, 70, 82, 0.6);
30160
- }
30161
-
30162
- .E_c1up1pdz .help {
30163
- color: rgba(62, 70, 82, 0.6);
30164
- margin-top: 5px;
30165
- }
30166
-
30167
- .E_c1up1pdz .ant-input-affix-wrapper,
30168
- .E_c1up1pdz .ant-picker {
30169
- width: 128px;
30170
- }
30171
-
30172
- .E_c156wh19 {
30173
- display: flex;
30174
- align-items: center;
30175
- justify-content: space-between;
30176
- word-break: keep-all;
30177
- }
30178
-
30179
- .E_c156wh19 .title {
30180
- margin: 0 16px 0 8px;
30181
- }
30182
-
30183
- .E_c156wh19 .retain {
30184
- color: rgba(129, 138, 153, 0.6);
30185
- }
30186
-
30187
- .E_c156wh19 div.left {
30188
- flex: 1;
30189
- display: flex;
30190
- overflow: hidden;
30191
- align-items: center;
30192
- justify-content: flex-start;
30193
- white-space: nowrap;
30194
- }
30195
-
30196
- .E_c156wh19 div.left .title {
30197
- max-width: 100%;
30198
- overflow: hidden;
30199
- text-overflow: ellipsis;
29946
+ .E_c156wh19 div.left .title {
29947
+ max-width: 100%;
29948
+ overflow: hidden;
29949
+ text-overflow: ellipsis;
30200
29950
  }
30201
29951
 
30202
29952
  .E_c156wh19 div.right {
@@ -30398,31 +30148,6 @@ span.E_tqjc4ui {
30398
30148
  padding-right: 12px;
30399
30149
  }
30400
30150
 
30401
- .E_s1iv0tp1 .enabled-switch {
30402
- display: flex;
30403
- align-items: center;
30404
- }
30405
-
30406
- .E_s1iv0tp1 .enabled-text {
30407
- margin-right: 8px;
30408
- }
30409
-
30410
- .E_ou7iq30 {
30411
- overflow: hidden;
30412
- text-overflow: ellipsis;
30413
- }
30414
-
30415
- .E_s1tui002 {
30416
- white-space: nowrap;
30417
- }
30418
-
30419
- .E_mxrc2zg {
30420
- display: -webkit-box;
30421
- -webkit-line-clamp: var(--mxrc2zg-0);
30422
- -webkit-box-orient: vertical;
30423
- word-break: break-all;
30424
- }
30425
-
30426
30151
  .E_c18gxmrl {
30427
30152
  border: 1px solid #d8deeb;
30428
30153
  border-radius: 4px;
@@ -30448,25 +30173,6 @@ span.E_tqjc4ui {
30448
30173
  padding: 8px 12px;
30449
30174
  }
30450
30175
 
30451
- .E_berrcjl {
30452
- color: rgba(10, 37, 85, 0.6);
30453
- margin-bottom: 4px;
30454
- }
30455
-
30456
- .E_berrcjl .breadcrumb-link {
30457
- color: rgba(10, 37, 85, 0.6);
30458
- cursor: pointer;
30459
- transition: color 160ms ease;
30460
- }
30461
-
30462
- .E_berrcjl .breadcrumb-link:hover {
30463
- color: #0080ff;
30464
- }
30465
-
30466
- .E_berrcjl .breadcrumb-link:active {
30467
- color: #005ed1;
30468
- }
30469
-
30470
30176
  .E_b1nip9bk {
30471
30177
  padding: 4px 11px;
30472
30178
  }
@@ -30502,140 +30208,298 @@ span.E_tqjc4ui {
30502
30208
  border-radius: unset;
30503
30209
  }
30504
30210
 
30505
- .E_c1uzzomf {
30506
- margin-bottom: 16px;
30211
+ .E_berrcjl {
30212
+ color: rgba(10, 37, 85, 0.6);
30213
+ margin-bottom: 4px;
30507
30214
  }
30508
30215
 
30509
- .E_c1uzzomf .card-title {
30510
- font-size: 16px;
30511
- color: rgba(44, 56, 82, 0.6);
30512
- font-weight: 700;
30513
- line-height: 32px;
30216
+ .E_berrcjl .breadcrumb-link {
30217
+ color: rgba(10, 37, 85, 0.6);
30218
+ cursor: pointer;
30219
+ transition: color 160ms ease;
30514
30220
  }
30515
30221
 
30516
- .E_c1uzzomf .card-body {
30517
- padding: 24px;
30518
- border-radius: 8px;
30519
- background: #fff;
30222
+ .E_berrcjl .breadcrumb-link:hover {
30223
+ color: #0080ff;
30520
30224
  }
30521
30225
 
30522
- .E_c1uzzomf .empty {
30523
- font-weight: 700;
30524
- font-size: 14px;
30525
- line-height: 22px;
30526
- color: rgba(0, 21, 64, 0.3);
30527
- text-align: center;
30226
+ .E_berrcjl .breadcrumb-link:active {
30227
+ color: #005ed1;
30528
30228
  }
30529
30229
 
30530
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30531
- padding: 4px 8px 0 8px;
30532
- color: rgba(44, 56, 82, 0.6);
30533
- font-size: 12px;
30230
+ .E_wg1tsps {
30231
+ display: flex;
30232
+ align-items: center;
30233
+ justify-content: flex-end;
30534
30234
  }
30535
30235
 
30536
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30537
- padding-bottom: 6px;
30236
+ .E_b1ctd5xy {
30237
+ display: flex;
30238
+ align-items: center;
30239
+ width: calc(100% - 40px);
30538
30240
  }
30539
30241
 
30540
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30541
- padding-top: 4px;
30542
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30242
+ .E_b1ctd5xy .chart {
30243
+ display: inline-block;
30244
+ width: 100%;
30543
30245
  }
30544
30246
 
30545
- .E_d1bw7c5z {
30546
- position: relative;
30547
- max-width: 388px;
30548
- min-width: 285px;
30247
+ .E_u1p8acpn {
30248
+ min-width: 40px;
30549
30249
  }
30550
30250
 
30551
- .E_d1bw7c5z .center {
30552
- position: absolute;
30553
- font-size: 12px;
30554
- width: 80px;
30555
- height: 100px;
30556
- top: 0;
30557
- left: 35px;
30251
+ .E_u1p8acpn .unit {
30252
+ color: #00122e !important;
30253
+ }
30254
+
30255
+ .E_t160l1cm {
30558
30256
  display: flex;
30559
30257
  flex-direction: column;
30560
- justify-content: center;
30561
- align-items: center;
30562
- color: #00122e;
30258
+ flex: 1;
30259
+ /* FIXME:(yanzhen) do this better */
30563
30260
  }
30564
30261
 
30565
- .E_d1bw7c5z .center .number {
30566
- font-size: 24px;
30567
- font-weight: 700;
30262
+ .E_t160l1cm .tab-bar {
30263
+ flex-shrink: 0;
30264
+ display: flex;
30265
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
30568
30266
  }
30569
30267
 
30570
- .E_d1bw7c5z .center .text {
30571
- padding: 0 5px;
30572
- font-size: 12px;
30573
- width: inherit;
30574
- text-align: center;
30268
+ .E_t160l1cm .tab-content {
30269
+ height: 100%;
30575
30270
  }
30576
30271
 
30577
- .E_d1bw7c5z .recharts-wrapper {
30578
- display: flex;
30272
+ .E_t160l1cm .tab-menu-item {
30273
+ margin-right: 2px;
30274
+ padding: 1px 12px;
30275
+ line-height: 24px;
30276
+ height: 24px;
30277
+ color: rgba(44, 56, 82, 0.6);
30278
+ border-radius: 4px 4px 0 0;
30279
+ cursor: pointer;
30280
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
30579
30281
  }
30580
30282
 
30581
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30582
- position: relative !important;
30583
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30584
- left: 0 !important;
30585
- bottom: 0 !important;
30283
+ .E_t160l1cm .tab-menu-item:first-child {
30284
+ padding-left: 0;
30285
+ }
30286
+
30287
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
30288
+ padding-left: 12px;
30289
+ }
30290
+
30291
+ .E_t160l1cm .tab-menu-item:hover {
30292
+ color: #0080ff;
30293
+ background: rgba(211, 218, 235, 0.6);
30294
+ }
30295
+
30296
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
30297
+ fill: #0080ff;
30298
+ }
30299
+
30300
+ .E_t160l1cm .tab-menu-item:active {
30301
+ background: rgba(192, 203, 224, 0.6);
30302
+ }
30303
+
30304
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
30305
+ color: #0080ff;
30306
+ background: rgba(211, 218, 235, 0.6);
30307
+ }
30308
+
30309
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
30310
+ background: rgba(192, 203, 224, 0.6);
30311
+ }
30312
+
30313
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
30314
+ background: rgba(0, 128, 255, 0.16);
30315
+ }
30316
+
30317
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
30318
+ fill: #0080ff;
30319
+ }
30320
+
30321
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
30322
+ color: #0080ff;
30323
+ background: rgba(0, 128, 255, 0.1);
30324
+ }
30325
+
30326
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
30327
+ background: rgba(0, 128, 255, 0.16);
30328
+ }
30329
+
30330
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
30331
+ fill: #1d326c;
30332
+ }
30333
+
30334
+ .E_t160l1cm .tab-menu-item .expand-arrow {
30335
+ margin-left: 8px;
30336
+ height: 22px;
30337
+ }
30338
+
30339
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
30340
+ fill: rgba(44, 56, 82, 0.6);
30341
+ }
30342
+
30343
+ .E_t160l1cm .tab-menu-item-group {
30344
+ padding: 0;
30586
30345
  display: flex;
30587
30346
  align-items: center;
30347
+ overflow: hidden;
30588
30348
  }
30589
30349
 
30590
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30591
- width: 100%;
30350
+ .E_t160l1cm .tab-menu-item-group .main-title {
30351
+ opacity: 0;
30352
+ max-width: 0;
30353
+ transition: max-width 320ms ease, opacity 240ms ease;
30592
30354
  }
30593
30355
 
30594
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30595
- width: 100%;
30596
- margin-right: 0 !important;
30597
- line-height: 18px;
30356
+ .E_t160l1cm .tab-menu-item-group .sub-title {
30357
+ padding: 1px 12px;
30358
+ position: relative;
30359
+ display: flex;
30598
30360
  }
30599
30361
 
30600
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30601
- border-radius: 2px;
30362
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
30363
+ opacity: 0;
30364
+ position: absolute;
30365
+ top: 50%;
30366
+ left: 0;
30367
+ transform: translate(-50%, -50%);
30368
+ transition: opacity 100ms linear;
30369
+ fill: rgba(0, 128, 255, 0.2);
30602
30370
  }
30603
30371
 
30604
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30605
- min-width: 75px;
30606
- max-width: 198px;
30607
- width: calc(100% - 20px);
30608
- margin-left: 2px;
30609
- color: #00122e !important;
30610
- display: inline-flex;
30611
- justify-content: space-between;
30372
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
30373
+ color: #0080ff;
30612
30374
  }
30613
30375
 
30614
- .E_d1bw7c5z .tooltip-text {
30615
- maxwidth: calc(100% - 12px);
30616
- cursor: pointer;
30617
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30618
- overflow: hidden;
30619
- text-overflow: ellipsis;
30620
- white-space: nowrap;
30376
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
30377
+ padding: 1px 12px;
30378
+ display: inline-block;
30379
+ opacity: 1;
30380
+ max-width: 160px;
30621
30381
  }
30622
30382
 
30623
- .E_d1bw7c5z .value {
30624
- color: rgba(44, 56, 82, 0.75);
30383
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
30384
+ padding: 1px 12px;
30385
+ color: #005ed1;
30625
30386
  }
30626
30387
 
30627
- .E_t10pqbtc {
30628
- width: 140px;
30388
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
30389
+ opacity: 1;
30629
30390
  }
30630
30391
 
30631
- .E_t10pqbtc .item {
30632
- margin: 6px auto;
30392
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
30393
+ background: rgba(0, 128, 255, 0.16);
30394
+ }
30395
+
30396
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
30397
+ opacity: 0;
30398
+ }
30399
+
30400
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
30401
+ padding: 4px 16px;
30402
+ height: 32px;
30403
+ border-radius: 6px 6px 0 0;
30404
+ }
30405
+
30406
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
30407
+ padding-left: 0;
30408
+ }
30409
+
30410
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
30411
+ padding-left: 16px;
30412
+ }
30413
+
30414
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
30415
+ margin-left: 11px;
30416
+ height: 24px;
30417
+ }
30418
+
30419
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
30420
+ padding: 0;
30421
+ }
30422
+
30423
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
30424
+ padding: 4px 16px;
30425
+ }
30426
+
30427
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
30428
+ padding: 4px 16px;
30429
+ }
30430
+
30431
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
30432
+ background: #fff;
30433
+ }
30434
+
30435
+ .E_t160l1cm .tab-menu-item-light:active {
30436
+ color: #005ed1;
30437
+ }
30438
+
30439
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
30440
+ background: #fff;
30441
+ color: #1d326c;
30442
+ }
30443
+
30444
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
30445
+ color: rgba(45, 58, 86, 0.6);
30446
+ }
30447
+
30448
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
30449
+ color: #1d326c;
30450
+ }
30451
+
30452
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
30453
+ fill: #d8deeb;
30454
+ }
30455
+
30456
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
30457
+ fill: #1d326c;
30458
+ }
30459
+
30460
+ .E_t160l1cm .tab-content {
30461
+ flex: 1;
30633
30462
  display: flex;
30634
- justify-content: space-between;
30463
+ flex-direction: column;
30635
30464
  }
30636
30465
 
30637
- .E_t10pqbtc .item .name {
30638
- width: 102px;
30466
+ .E_t160l1cm.is-overview .tab-content {
30467
+ overflow: visible;
30468
+ }
30469
+
30470
+ .E_t14npdqr {
30471
+ max-width: 240px;
30472
+ animation: none;
30473
+ }
30474
+
30475
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
30476
+ border: 1px solid #0080ff;
30477
+ padding: 0;
30478
+ }
30479
+
30480
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30481
+ margin: 0;
30482
+ height: 32px;
30483
+ line-height: 32px;
30484
+ font-size: 13px;
30485
+ padding: 0 10px;
30486
+ display: block;
30487
+ overflow: hidden;
30488
+ text-overflow: ellipsis;
30489
+ white-space: nowrap;
30490
+ }
30491
+
30492
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
30493
+ content: " ";
30494
+ height: 1px;
30495
+ width: calc(100% + 10px);
30496
+ background: rgba(172, 186, 211, 0.6);
30497
+ display: block;
30498
+ }
30499
+
30500
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
30501
+ color: #0080ff;
30502
+ background: transparent;
30639
30503
  }
30640
30504
 
30641
30505
  .E_m74vjol {
@@ -30944,18 +30808,29 @@ button.E_n7k2c6r {
30944
30808
  padding: 0;
30945
30809
  }
30946
30810
 
30947
- .E_sx1bpnu .ant-input-sm {
30948
- line-height: 18px;
30811
+ .E_c1uzzomf {
30812
+ margin-bottom: 16px;
30949
30813
  }
30950
30814
 
30951
- .E_ivqqkzv {
30952
- height: 24px;
30953
- width: 56px !important;
30954
- margin-right: 4px;
30815
+ .E_c1uzzomf .card-title {
30816
+ font-size: 16px;
30817
+ color: rgba(44, 56, 82, 0.6);
30818
+ font-weight: 700;
30819
+ line-height: 32px;
30955
30820
  }
30956
30821
 
30957
- .E_c1wk4q29 {
30958
- color: rgba(44, 56, 82, 0.6);
30822
+ .E_c1uzzomf .card-body {
30823
+ padding: 24px;
30824
+ border-radius: 8px;
30825
+ background: #fff;
30826
+ }
30827
+
30828
+ .E_c1uzzomf .empty {
30829
+ font-weight: 700;
30830
+ font-size: 14px;
30831
+ line-height: 22px;
30832
+ color: rgba(0, 21, 64, 0.3);
30833
+ text-align: center;
30959
30834
  }
30960
30835
 
30961
30836
  .E_itxley7.ant-input-group.ant-input-group-compact {
@@ -30987,83 +30862,100 @@ button.E_n7k2c6r {
30987
30862
  cursor: default;
30988
30863
  }
30989
30864
 
30990
- .E_c1yyuluq {
30991
- border-radius: 8px;
30992
- }
30993
-
30994
- .E_c1yyuluq .ant-card-body {
30995
- padding: 20px 24px 24px 24px;
30996
- }
30997
-
30998
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30999
- border-radius: 6px;
30865
+ .E_d1bw7c5z {
30866
+ position: relative;
30867
+ max-width: 388px;
30868
+ min-width: 285px;
31000
30869
  }
31001
30870
 
31002
- .E_s177mls5.ant-select.ant-select-single {
31003
- width: 100%;
31004
- color: #2d3a56;
31005
- border-color: rgba(211, 218, 235, 0.6);
31006
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31007
- font-size: 13px;
30871
+ .E_d1bw7c5z .center {
30872
+ position: absolute;
30873
+ font-size: 12px;
30874
+ width: 80px;
30875
+ height: 100px;
30876
+ top: 0;
30877
+ left: 35px;
30878
+ display: flex;
30879
+ flex-direction: column;
30880
+ justify-content: center;
30881
+ align-items: center;
30882
+ color: #00122e;
31008
30883
  }
31009
30884
 
31010
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
31011
- height: 30px;
30885
+ .E_d1bw7c5z .center .number {
30886
+ font-size: 24px;
30887
+ font-weight: 700;
31012
30888
  }
31013
30889
 
31014
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
31015
- height: 38px;
31016
- font-size: 13px;
30890
+ .E_d1bw7c5z .center .text {
30891
+ padding: 0 5px;
30892
+ font-size: 12px;
30893
+ width: inherit;
30894
+ text-align: center;
31017
30895
  }
31018
30896
 
31019
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
31020
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31021
- transition: 160ms ease;
30897
+ .E_d1bw7c5z .recharts-wrapper {
30898
+ display: flex;
31022
30899
  }
31023
30900
 
31024
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
31025
- color: #0080ff;
30901
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30902
+ position: relative !important;
30903
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30904
+ left: 0 !important;
30905
+ bottom: 0 !important;
30906
+ display: flex;
30907
+ align-items: center;
31026
30908
  }
31027
30909
 
31028
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
31029
- border-color: rgba(107, 128, 167, 0.6);
31030
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30910
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30911
+ width: 100%;
31031
30912
  }
31032
30913
 
31033
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31034
- color: #0080ff;
30914
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30915
+ width: 100%;
30916
+ margin-right: 0 !important;
30917
+ line-height: 18px;
31035
30918
  }
31036
30919
 
31037
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
31038
- border-color: #0080ff;
31039
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30920
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30921
+ border-radius: 2px;
31040
30922
  }
31041
30923
 
31042
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31043
- transform: rotate(180deg);
30924
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30925
+ min-width: 75px;
30926
+ max-width: 198px;
30927
+ width: calc(100% - 20px);
30928
+ margin-left: 2px;
30929
+ color: #00122e !important;
30930
+ display: inline-flex;
30931
+ justify-content: space-between;
31044
30932
  }
31045
30933
 
31046
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31047
- background: rgba(211, 218, 235, 0.6);
31048
- border-color: rgba(172, 186, 211, 0.6);
31049
- cursor: "not-allowed";
30934
+ .E_d1bw7c5z .tooltip-text {
30935
+ maxwidth: calc(100% - 12px);
30936
+ cursor: pointer;
30937
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30938
+ overflow: hidden;
30939
+ text-overflow: ellipsis;
30940
+ white-space: nowrap;
31050
30941
  }
31051
30942
 
31052
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31053
- border-color: #f0483e !important;
30943
+ .E_d1bw7c5z .value {
30944
+ color: rgba(44, 56, 82, 0.75);
31054
30945
  }
31055
30946
 
31056
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31057
- color: #1d326c;
30947
+ .E_t10pqbtc {
30948
+ width: 140px;
31058
30949
  }
31059
30950
 
31060
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
31061
- border-color: #0080ff;
31062
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30951
+ .E_t10pqbtc .item {
30952
+ margin: 6px auto;
30953
+ display: flex;
30954
+ justify-content: space-between;
31063
30955
  }
31064
30956
 
31065
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31066
- transform: rotate(180deg);
30957
+ .E_t10pqbtc .item .name {
30958
+ width: 102px;
31067
30959
  }
31068
30960
 
31069
30961
  .E_phljevk {
@@ -31133,6 +31025,18 @@ button.E_n7k2c6r {
31133
31025
  line-height: 18px;
31134
31026
  }
31135
31027
 
31028
+ .E_c1yyuluq {
31029
+ border-radius: 8px;
31030
+ }
31031
+
31032
+ .E_c1yyuluq .ant-card-body {
31033
+ padding: 20px 24px 24px 24px;
31034
+ }
31035
+
31036
+ .E_sx1bpnu .ant-input-sm {
31037
+ line-height: 18px;
31038
+ }
31039
+
31136
31040
  .E_rapgekc.ant-radio-wrapper {
31137
31041
  display: inline-flex;
31138
31042
  align-items: baseline;
@@ -31312,122 +31216,245 @@ button.E_n7k2c6r {
31312
31216
  width: 36px;
31313
31217
  }
31314
31218
 
31315
- .E_s1dizucg.ant-switch {
31316
- min-width: 40px;
31317
- height: 24px;
31318
- background: rgba(172, 186, 211, 0.6);
31219
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
31220
+ padding: 4px 8px 0 8px;
31221
+ color: rgba(44, 56, 82, 0.6);
31222
+ font-size: 12px;
31223
+ }
31224
+
31225
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
31226
+ padding-bottom: 6px;
31227
+ }
31228
+
31229
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
31230
+ padding-top: 4px;
31231
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31232
+ }
31233
+
31234
+ .E_c1bus5hc {
31235
+ --color: white;
31236
+ height: 14px;
31237
+ width: 14px;
31238
+ border-radius: 50%;
31239
+ flex-shrink: 0;
31240
+ display: flex;
31241
+ align-items: center;
31242
+ justify-content: center;
31243
+ border: 1px solid var(--color);
31244
+ }
31245
+
31246
+ .E_c1bus5hc .circle-inner {
31247
+ position: relative;
31248
+ height: 10px;
31249
+ width: 10px;
31250
+ border-radius: 50%;
31319
31251
  overflow: hidden;
31320
31252
  }
31321
31253
 
31322
- .E_s1dizucg.ant-switch:focus {
31323
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31254
+ .E_c1bus5hc .circle-content {
31255
+ position: absolute;
31256
+ height: 100%;
31257
+ width: 100%;
31258
+ left: 0;
31259
+ top: 0;
31260
+ border-radius: 50%;
31261
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31262
+ transform: rotate(180deg);
31263
+ }
31264
+
31265
+ .E_c1bus5hc .circle-child {
31266
+ position: absolute;
31267
+ height: 100%;
31268
+ width: 100%;
31269
+ left: 0;
31270
+ top: 0;
31271
+ margin-left: 50%;
31272
+ transform-origin: left;
31273
+ background: white;
31274
+ transform: rotate(0deg);
31275
+ }
31276
+
31277
+ .E_tju3gfj .date {
31278
+ margin-right: 4px;
31279
+ }
31280
+
31281
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
31282
+ border-radius: 6px;
31283
+ }
31284
+
31285
+ .E_s177mls5.ant-select.ant-select-single {
31286
+ width: 100%;
31287
+ color: #2d3a56;
31288
+ border-color: rgba(211, 218, 235, 0.6);
31289
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31290
+ font-size: 13px;
31291
+ }
31292
+
31293
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
31294
+ height: 30px;
31295
+ }
31296
+
31297
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
31298
+ height: 38px;
31299
+ font-size: 13px;
31300
+ }
31301
+
31302
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
31303
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31304
+ transition: 160ms ease;
31305
+ }
31306
+
31307
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
31308
+ color: #0080ff;
31309
+ }
31310
+
31311
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
31312
+ border-color: rgba(107, 128, 167, 0.6);
31313
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31314
+ }
31315
+
31316
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31317
+ color: #0080ff;
31318
+ }
31319
+
31320
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
31321
+ border-color: #0080ff;
31322
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31323
+ }
31324
+
31325
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31326
+ transform: rotate(180deg);
31327
+ }
31328
+
31329
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31330
+ background: rgba(211, 218, 235, 0.6);
31331
+ border-color: rgba(172, 186, 211, 0.6);
31332
+ cursor: "not-allowed";
31333
+ }
31334
+
31335
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31336
+ border-color: #f0483e !important;
31337
+ }
31338
+
31339
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31340
+ color: #1d326c;
31341
+ }
31342
+
31343
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
31344
+ border-color: #0080ff;
31345
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31346
+ }
31347
+
31348
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31349
+ transform: rotate(180deg);
31350
+ }
31351
+
31352
+ .E_s1sck0th {
31353
+ padding: 0 8px;
31354
+ border-radius: 4px;
31355
+ }
31356
+
31357
+ .E_m855nr1 {
31358
+ padding: 2px 8px;
31359
+ border-radius: 3px;
31360
+ }
31361
+
31362
+ .E_l1270xpg {
31363
+ padding: 3px 8px;
31364
+ border-radius: 2px;
31365
+ }
31366
+
31367
+ .E_t14rextb.ant-tag:hover {
31368
+ opacity: unset;
31369
+ }
31370
+
31371
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31372
+ margin: 0;
31373
+ margin-right: 8px;
31374
+ display: inline-flex;
31375
+ align-items: center;
31376
+ border: none;
31324
31377
  }
31325
31378
 
31326
- .E_s1dizucg.ant-switch-small {
31327
- min-width: 26px;
31379
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31380
+ width: 16px;
31328
31381
  height: 16px;
31382
+ color: inherit;
31383
+ margin-left: 4px;
31384
+ opacity: 0.6;
31385
+ display: inline-flex;
31329
31386
  }
31330
31387
 
31331
- .E_s1dizucg.ant-switch-large {
31332
- min-width: 52px;
31333
- height: 32px;
31334
- }
31335
-
31336
- .E_s1dizucg.ant-switch .ant-switch-handle {
31337
- height: 20px;
31338
- width: 20px;
31388
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31389
+ opacity: 1;
31339
31390
  }
31340
31391
 
31341
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31342
- border-radius: 10px;
31343
- transition-delay: 120ms;
31392
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31393
+ color: #0080ff;
31394
+ background-color: rgba(0, 136, 255, 0.1);
31344
31395
  }
31345
31396
 
31346
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31347
- height: 14px;
31348
- width: 14px;
31349
- top: 1px;
31350
- left: 1px;
31397
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31398
+ color: #f0483e;
31399
+ background-color: rgba(255, 74, 74, 0.1);
31351
31400
  }
31352
31401
 
31353
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31354
- height: 28px;
31355
- width: 28px;
31402
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31403
+ color: #e07f00;
31404
+ background-color: rgba(255, 187, 0, 0.1);
31356
31405
  }
31357
31406
 
31358
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31359
- border-radius: 14px;
31407
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31408
+ color: #008f4c;
31409
+ background-color: rgba(30, 201, 127, 0.1);
31360
31410
  }
31361
31411
 
31362
- .E_s1dizucg.ant-switch-checked {
31363
- background-color: #00ba5d;
31412
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31413
+ color: #1d326c;
31414
+ background-color: rgba(225, 230, 241, 0.6);
31364
31415
  }
31365
31416
 
31366
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31367
- left: calc(100% - 20px - 2px);
31417
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31418
+ color: #7E41FF;
31419
+ background-color: rgba(126, 65, 255, 0.1);
31368
31420
  }
31369
31421
 
31370
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31371
- left: calc(100% - 14px - 1px);
31422
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31423
+ color: #fff;
31372
31424
  }
31373
31425
 
31374
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31375
- left: calc(100% - 28px - 2px);
31426
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31427
+ background-color: #f0483e;
31376
31428
  }
31377
31429
 
31378
- .E_c1up6e3y {
31379
- margin-left: 5px;
31430
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31431
+ background-color: #fea008;
31380
31432
  }
31381
31433
 
31382
- .E_iq1gosr {
31383
- display: inline-block;
31434
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31435
+ background-color: #00ba5d;
31384
31436
  }
31385
31437
 
31386
- .E_tju3gfj .date {
31387
- margin-right: 4px;
31438
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31439
+ background-color: #0080ff;
31388
31440
  }
31389
31441
 
31390
- .E_c1bus5hc {
31391
- --color: white;
31392
- height: 14px;
31393
- width: 14px;
31394
- border-radius: 50%;
31395
- flex-shrink: 0;
31396
- display: flex;
31397
- align-items: center;
31398
- justify-content: center;
31399
- border: 1px solid var(--color);
31442
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31443
+ background-color: #6b7d99;
31400
31444
  }
31401
31445
 
31402
- .E_c1bus5hc .circle-inner {
31403
- position: relative;
31404
- height: 10px;
31405
- width: 10px;
31406
- border-radius: 50%;
31407
- overflow: hidden;
31446
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31447
+ background-color: #7E41FF;
31408
31448
  }
31409
31449
 
31410
- .E_c1bus5hc .circle-content {
31411
- position: absolute;
31412
- height: 100%;
31413
- width: 100%;
31414
- left: 0;
31415
- top: 0;
31416
- border-radius: 50%;
31417
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31418
- transform: rotate(180deg);
31450
+ .E_ivqqkzv {
31451
+ height: 24px;
31452
+ width: 56px !important;
31453
+ margin-right: 4px;
31419
31454
  }
31420
31455
 
31421
- .E_c1bus5hc .circle-child {
31422
- position: absolute;
31423
- height: 100%;
31424
- width: 100%;
31425
- left: 0;
31426
- top: 0;
31427
- margin-left: 50%;
31428
- transform-origin: left;
31429
- background: white;
31430
- transform: rotate(0deg);
31456
+ .E_c1wk4q29 {
31457
+ color: rgba(44, 56, 82, 0.6);
31431
31458
  }
31432
31459
 
31433
31460
  .E_s1dni7lo {
@@ -31520,102 +31547,71 @@ button.E_n7k2c6r {
31520
31547
  opacity: 0;
31521
31548
  }
31522
31549
 
31523
- .E_s1sck0th {
31524
- padding: 0 8px;
31525
- border-radius: 4px;
31526
- }
31527
-
31528
- .E_m855nr1 {
31529
- padding: 2px 8px;
31530
- border-radius: 3px;
31531
- }
31532
-
31533
- .E_l1270xpg {
31534
- padding: 3px 8px;
31535
- border-radius: 2px;
31536
- }
31537
-
31538
- .E_t14rextb.ant-tag:hover {
31539
- opacity: unset;
31550
+ .E_s1dizucg.ant-switch {
31551
+ min-width: 40px;
31552
+ height: 24px;
31553
+ background: rgba(172, 186, 211, 0.6);
31554
+ overflow: hidden;
31540
31555
  }
31541
31556
 
31542
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31543
- margin: 0;
31544
- margin-right: 8px;
31545
- display: inline-flex;
31546
- align-items: center;
31547
- border: none;
31557
+ .E_s1dizucg.ant-switch:focus {
31558
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31548
31559
  }
31549
31560
 
31550
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31551
- width: 16px;
31561
+ .E_s1dizucg.ant-switch-small {
31562
+ min-width: 26px;
31552
31563
  height: 16px;
31553
- color: inherit;
31554
- margin-left: 4px;
31555
- opacity: 0.6;
31556
- display: inline-flex;
31557
- }
31558
-
31559
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31560
- opacity: 1;
31561
- }
31562
-
31563
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31564
- color: #0080ff;
31565
- background-color: rgba(0, 136, 255, 0.1);
31566
- }
31567
-
31568
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31569
- color: #f0483e;
31570
- background-color: rgba(255, 74, 74, 0.1);
31571
31564
  }
31572
31565
 
31573
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31574
- color: #e07f00;
31575
- background-color: rgba(255, 187, 0, 0.1);
31566
+ .E_s1dizucg.ant-switch-large {
31567
+ min-width: 52px;
31568
+ height: 32px;
31576
31569
  }
31577
31570
 
31578
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31579
- color: #008f4c;
31580
- background-color: rgba(30, 201, 127, 0.1);
31571
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31572
+ height: 20px;
31573
+ width: 20px;
31581
31574
  }
31582
31575
 
31583
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31584
- color: #1d326c;
31585
- background-color: rgba(225, 230, 241, 0.6);
31576
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31577
+ border-radius: 10px;
31578
+ transition-delay: 120ms;
31586
31579
  }
31587
31580
 
31588
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31589
- color: #7E41FF;
31590
- background-color: rgba(126, 65, 255, 0.1);
31581
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31582
+ height: 14px;
31583
+ width: 14px;
31584
+ top: 1px;
31585
+ left: 1px;
31591
31586
  }
31592
31587
 
31593
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31594
- color: #fff;
31588
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31589
+ height: 28px;
31590
+ width: 28px;
31595
31591
  }
31596
31592
 
31597
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31598
- background-color: #f0483e;
31593
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31594
+ border-radius: 14px;
31599
31595
  }
31600
31596
 
31601
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31602
- background-color: #fea008;
31597
+ .E_s1dizucg.ant-switch-checked {
31598
+ background-color: #00ba5d;
31603
31599
  }
31604
31600
 
31605
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31606
- background-color: #00ba5d;
31601
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31602
+ left: calc(100% - 20px - 2px);
31607
31603
  }
31608
31604
 
31609
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31610
- background-color: #0080ff;
31605
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31606
+ left: calc(100% - 14px - 1px);
31611
31607
  }
31612
31608
 
31613
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31614
- background-color: #6b7d99;
31609
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31610
+ left: calc(100% - 28px - 2px);
31615
31611
  }
31616
31612
 
31617
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31618
- background-color: #7E41FF;
31613
+ .E_c1up6e3y {
31614
+ margin-left: 5px;
31619
31615
  }
31620
31616
 
31621
31617
  .E_t1m2x205 .ant-tooltip-arrow {
@@ -31627,6 +31623,10 @@ button.E_n7k2c6r {
31627
31623
  border-radius: 4px;
31628
31624
  }
31629
31625
 
31626
+ .E_iq1gosr {
31627
+ display: inline-block;
31628
+ }
31629
+
31630
31630
  .E_fzh9mnb {
31631
31631
  width: 100%;
31632
31632
  height: 100%;
@@ -31643,44 +31643,73 @@ button.E_n7k2c6r {
31643
31643
  font-size: 18px;
31644
31644
  }
31645
31645
 
31646
- .E_f7pxqmh {
31647
- width: 100%;
31648
- margin-bottom: 0 !important;
31649
- flex-flow: nowrap !important;
31650
- line-break: auto;
31646
+ .E_iouxfgt {
31647
+ display: inline-flex;
31648
+ align-items: center;
31651
31649
  }
31652
31650
 
31653
- .E_f7pxqmh > .ant-form-item-label {
31654
- text-align: left !important;
31655
- padding-bottom: 0 !important;
31651
+ .E_iouxfgt .icon-inner {
31652
+ display: inline-flex;
31653
+ align-items: center;
31654
+ justify-content: center;
31655
+ }
31656
+
31657
+ .E_iouxfgt .icon-inner + span,
31658
+ .E_iouxfgt span + .icon-inner.suffix {
31659
+ margin-left: 4px;
31660
+ }
31661
+
31662
+ .E_iouxfgt.is-rotate img,
31663
+ .E_iouxfgt.is-rotate svg {
31664
+ animation: rotate 680ms linear infinite;
31665
+ }
31666
+
31667
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31668
+ display: var(--a1wfy30z-0);
31656
31669
  }
31657
31670
 
31658
- .E_f7pxqmh > .ant-form-item-label > label {
31659
- min-height: 32px;
31660
- height: auto;
31661
- font-size: 13px;
31662
- color: rgba(44, 56, 82, 0.6);
31663
- white-space: normal;
31671
+ .E_a1wfy30z .ant-input-number-input-wrap {
31672
+ padding: 4px 11px;
31673
+ display: inline-flex;
31674
+ line-height: 1.5715;
31675
+ height: inherit;
31664
31676
  }
31665
31677
 
31666
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
31667
- border-color: #ff4d4f !important;
31678
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31679
+ content: var(--a1wfy30z-1);
31680
+ display: var(--a1wfy30z-2);
31681
+ flex: none;
31682
+ align-items: center;
31683
+ margin-left: 4px;
31668
31684
  }
31669
31685
 
31670
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31671
- border-color: #ff4d4f !important;
31686
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31687
+ content: var(--a1wfy30z-3);
31688
+ display: var(--a1wfy30z-4);
31689
+ flex: none;
31690
+ align-items: center;
31691
+ margin-right: 4px;
31692
+ cursor: auto;
31672
31693
  }
31673
31694
 
31674
- .E_f7pxqmh .ant-form-item-explain {
31675
- margin-top: 4px;
31676
- font-size: 12px;
31677
- min-height: 0px;
31695
+ .E_a1wfy30z .ant-input-number-input {
31696
+ padding: 0;
31697
+ margin: 0;
31698
+ height: auto;
31699
+ font-size: inherit;
31678
31700
  }
31679
31701
 
31680
- .E_f7pxqmh .ant-form-item-extra {
31681
- font-size: 12px;
31682
- color: rgba(44, 56, 82, 0.6);
31683
- min-height: 0px;
31702
+ .E_i1inqkme {
31703
+ height: 18px;
31704
+ line-height: 18px;
31705
+ padding: 0 4px;
31706
+ border-radius: 4px;
31707
+ background: rgba(235, 239, 245, 0.6);
31708
+ border: 1px solid rgba(223, 228, 235, 0.6);
31709
+ display: flex;
31710
+ align-items: center;
31711
+ white-space: nowrap;
31712
+ margin-right: 4px;
31684
31713
  }
31685
31714
 
31686
31715
  .E_atcz0kf .ant-input-suffix {
@@ -31761,17 +31790,44 @@ button.E_n7k2c6r {
31761
31790
  padding: 2px 8px;
31762
31791
  }
31763
31792
 
31764
- .E_i1inqkme {
31765
- height: 18px;
31766
- line-height: 18px;
31767
- padding: 0 4px;
31768
- border-radius: 4px;
31769
- background: rgba(235, 239, 245, 0.6);
31770
- border: 1px solid rgba(223, 228, 235, 0.6);
31771
- display: flex;
31772
- align-items: center;
31773
- white-space: nowrap;
31774
- margin-right: 4px;
31793
+ .E_f7pxqmh {
31794
+ width: 100%;
31795
+ margin-bottom: 0 !important;
31796
+ flex-flow: nowrap !important;
31797
+ line-break: auto;
31798
+ }
31799
+
31800
+ .E_f7pxqmh > .ant-form-item-label {
31801
+ text-align: left !important;
31802
+ padding-bottom: 0 !important;
31803
+ }
31804
+
31805
+ .E_f7pxqmh > .ant-form-item-label > label {
31806
+ min-height: 32px;
31807
+ height: auto;
31808
+ font-size: 13px;
31809
+ color: rgba(44, 56, 82, 0.6);
31810
+ white-space: normal;
31811
+ }
31812
+
31813
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31814
+ border-color: #ff4d4f !important;
31815
+ }
31816
+
31817
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31818
+ border-color: #ff4d4f !important;
31819
+ }
31820
+
31821
+ .E_f7pxqmh .ant-form-item-explain {
31822
+ margin-top: 4px;
31823
+ font-size: 12px;
31824
+ min-height: 0px;
31825
+ }
31826
+
31827
+ .E_f7pxqmh .ant-form-item-extra {
31828
+ font-size: 12px;
31829
+ color: rgba(44, 56, 82, 0.6);
31830
+ min-height: 0px;
31775
31831
  }
31776
31832
 
31777
31833
  .E_owd0kml {
@@ -31783,6 +31839,10 @@ button.E_n7k2c6r {
31783
31839
  position: absolute;
31784
31840
  }
31785
31841
 
31842
+ .E_m196gn1d {
31843
+ min-width: 1280px;
31844
+ }
31845
+
31786
31846
  .E_dsnbhzf {
31787
31847
  font-family: Inter;
31788
31848
  font-style: normal;
@@ -32258,41 +32318,6 @@ button.E_n7k2c6r {
32258
32318
  line-height: 12px;
32259
32319
  }
32260
32320
 
32261
- .E_a1wfy30z .ant-input-number-handler-wrap {
32262
- display: var(--a1wfy30z-0);
32263
- }
32264
-
32265
- .E_a1wfy30z .ant-input-number-input-wrap {
32266
- padding: 4px 11px;
32267
- display: inline-flex;
32268
- line-height: 1.5715;
32269
- height: inherit;
32270
- }
32271
-
32272
- .E_a1wfy30z .ant-input-number-input-wrap::after {
32273
- content: var(--a1wfy30z-1);
32274
- display: var(--a1wfy30z-2);
32275
- flex: none;
32276
- align-items: center;
32277
- margin-left: 4px;
32278
- }
32279
-
32280
- .E_a1wfy30z .ant-input-number-input-wrap::before {
32281
- content: var(--a1wfy30z-3);
32282
- display: var(--a1wfy30z-4);
32283
- flex: none;
32284
- align-items: center;
32285
- margin-right: 4px;
32286
- cursor: auto;
32287
- }
32288
-
32289
- .E_a1wfy30z .ant-input-number-input {
32290
- padding: 0;
32291
- margin: 0;
32292
- height: auto;
32293
- font-size: inherit;
32294
- }
32295
-
32296
32321
  .E_cnujxq2 {
32297
32322
  display: flex;
32298
32323
  flex-direction: column;
@@ -33077,31 +33102,6 @@ input.E_rf8rlle.ant-input {
33077
33102
  margin: 4px 0;
33078
33103
  }
33079
33104
 
33080
- .E_m196gn1d {
33081
- min-width: 1280px;
33082
- }
33083
-
33084
- .E_iouxfgt {
33085
- display: inline-flex;
33086
- align-items: center;
33087
- }
33088
-
33089
- .E_iouxfgt .icon-inner {
33090
- display: inline-flex;
33091
- align-items: center;
33092
- justify-content: center;
33093
- }
33094
-
33095
- .E_iouxfgt .icon-inner + span,
33096
- .E_iouxfgt span + .icon-inner.suffix {
33097
- margin-left: 4px;
33098
- }
33099
-
33100
- .E_iouxfgt.is-rotate img,
33101
- .E_iouxfgt.is-rotate svg {
33102
- animation: rotate 680ms linear infinite;
33103
- }
33104
-
33105
33105
  .E_a1b5xrg3 .user-icon-inner {
33106
33106
  display: inline-flex;
33107
33107
  align-items: center;
@@ -33141,21 +33141,6 @@ input.E_rf8rlle.ant-input {
33141
33141
  padding: unset;
33142
33142
  }
33143
33143
 
33144
- .E_suhck3k {
33145
- height: 24px;
33146
- width: 24px;
33147
- border-radius: 6px;
33148
- padding: 4px;
33149
- }
33150
-
33151
- .E_suhck3k:hover {
33152
- background-color: rgba(0, 136, 255, 0.1);
33153
- }
33154
-
33155
- .E_suhck3k:hover svg path {
33156
- fill: blue;
33157
- }
33158
-
33159
33144
  .E_ryby9ds {
33160
33145
  display: flex;
33161
33146
  align-items: center;
@@ -33173,6 +33158,21 @@ input.E_rf8rlle.ant-input {
33173
33158
  margin-right: 6px;
33174
33159
  }
33175
33160
 
33161
+ .E_suhck3k {
33162
+ height: 24px;
33163
+ width: 24px;
33164
+ border-radius: 6px;
33165
+ padding: 4px;
33166
+ }
33167
+
33168
+ .E_suhck3k:hover {
33169
+ background-color: rgba(0, 136, 255, 0.1);
33170
+ }
33171
+
33172
+ .E_suhck3k:hover svg path {
33173
+ fill: blue;
33174
+ }
33175
+
33176
33176
  .E_hrhfj7c {
33177
33177
  display: none;
33178
33178
  }
@@ -34224,91 +34224,33 @@ input.E_rf8rlle.ant-input {
34224
34224
  padding: 5px 8px;
34225
34225
  border-radius: 5px;
34226
34226
  transition: all 0.2s ease-in-out;
34227
- cursor: pointer;
34228
- }
34229
-
34230
- .E_d1tc7lgk ul li:hover {
34231
- background: rgba(0, 136, 255, 0.16);
34232
- color: #0080ff;
34233
- }
34234
-
34235
- .E_d1tc7lgk ul li:active {
34236
- background: rgba(0, 136, 255, 0.2);
34237
- color: #0080ff;
34238
- }
34239
-
34240
- .E_d1tc7lgk ul li + li {
34241
- margin-top: 2px;
34242
- }
34243
-
34244
- .E_rzaik16 {
34245
- padding: 0;
34246
- }
34247
-
34248
- .E_rzaik16 .ant-popover-arrow {
34249
- display: none;
34250
- }
34251
-
34252
- .E_rzaik16 .ant-popover-inner-content {
34253
- padding: 0;
34254
- }
34255
-
34256
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
34257
- margin-right: 2px;
34258
- }
34259
-
34260
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
34261
- padding-left: 8px;
34262
- padding-right: 8px;
34263
- }
34264
-
34265
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
34266
- border-radius: 4px;
34267
- }
34268
-
34269
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34270
- border-radius: 4px;
34271
- }
34272
-
34273
- .E_ma64lna .antd5-segmented-item-label {
34274
- padding-left: 12px;
34275
- padding-right: 12px;
34276
- }
34277
-
34278
- .E_ckld275 {
34279
- background-color: rgba(225, 230, 241, 0.6);
34280
- }
34281
-
34282
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34283
- background-color: rgba(255, 255, 255, 0.6);
34284
- color: rgba(44, 56, 82, 0.75);
34227
+ cursor: pointer;
34285
34228
  }
34286
34229
 
34287
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34288
- background-color: transparent;
34230
+ .E_d1tc7lgk ul li:hover {
34231
+ background: rgba(0, 136, 255, 0.16);
34232
+ color: #0080ff;
34289
34233
  }
34290
34234
 
34291
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
34292
- background-color: transparent;
34235
+ .E_d1tc7lgk ul li:active {
34236
+ background: rgba(0, 136, 255, 0.2);
34237
+ color: #0080ff;
34293
34238
  }
34294
34239
 
34295
- .E_b14q2gmw {
34296
- 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);
34240
+ .E_d1tc7lgk ul li + li {
34241
+ margin-top: 2px;
34297
34242
  }
34298
34243
 
34299
- .E_c1eym6el {
34300
- border-radius: 8px;
34301
- background-color: white;
34244
+ .E_rzaik16 {
34245
+ padding: 0;
34302
34246
  }
34303
34247
 
34304
- .E_c1eym6el.hoverable {
34305
- cursor: pointer;
34248
+ .E_rzaik16 .ant-popover-arrow {
34249
+ display: none;
34306
34250
  }
34307
34251
 
34308
- .E_c1eym6el.hoverable:hover {
34309
- transition: all 200ms ease;
34310
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34311
- transform: translateY(-4px);
34252
+ .E_rzaik16 .ant-popover-inner-content {
34253
+ padding: 0;
34312
34254
  }
34313
34255
 
34314
34256
  .E_ckui4s7 {
@@ -34442,22 +34384,62 @@ input.E_rf8rlle.ant-input {
34442
34384
  margin-right: 2px;
34443
34385
  }
34444
34386
 
34445
- .E_r77hffu {
34446
- display: flex;
34447
- align-items: center;
34448
- justify-content: space-between;
34449
- column-gap: 6px;
34387
+ .E_b14q2gmw {
34388
+ 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);
34450
34389
  }
34451
34390
 
34452
- .E_p1cmxsf7 {
34453
- display: flex;
34454
- flex-direction: column;
34455
- justify-content: center;
34456
- row-gap: var(--p1cmxsf7-0);
34391
+ .E_c1eym6el {
34392
+ border-radius: 8px;
34393
+ background-color: white;
34457
34394
  }
34458
34395
 
34459
- .E_p1cmxsf7 .antd5-progress-line {
34460
- font-size: 0;
34396
+ .E_c1eym6el.hoverable {
34397
+ cursor: pointer;
34398
+ }
34399
+
34400
+ .E_c1eym6el.hoverable:hover {
34401
+ transition: all 200ms ease;
34402
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34403
+ transform: translateY(-4px);
34404
+ }
34405
+
34406
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
34407
+ margin-right: 2px;
34408
+ }
34409
+
34410
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
34411
+ padding-left: 8px;
34412
+ padding-right: 8px;
34413
+ }
34414
+
34415
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
34416
+ border-radius: 4px;
34417
+ }
34418
+
34419
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34420
+ border-radius: 4px;
34421
+ }
34422
+
34423
+ .E_ma64lna .antd5-segmented-item-label {
34424
+ padding-left: 12px;
34425
+ padding-right: 12px;
34426
+ }
34427
+
34428
+ .E_ckld275 {
34429
+ background-color: rgba(225, 230, 241, 0.6);
34430
+ }
34431
+
34432
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34433
+ background-color: rgba(255, 255, 255, 0.6);
34434
+ color: rgba(44, 56, 82, 0.75);
34435
+ }
34436
+
34437
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34438
+ background-color: transparent;
34439
+ }
34440
+
34441
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
34442
+ background-color: transparent;
34461
34443
  }
34462
34444
 
34463
34445
  .E_lht19u8 {
@@ -34509,6 +34491,24 @@ input.E_rf8rlle.ant-input {
34509
34491
  animation: loading-indicator3 1100ms ease-out infinite;
34510
34492
  }
34511
34493
 
34494
+ .E_r77hffu {
34495
+ display: flex;
34496
+ align-items: center;
34497
+ justify-content: space-between;
34498
+ column-gap: 6px;
34499
+ }
34500
+
34501
+ .E_p1cmxsf7 {
34502
+ display: flex;
34503
+ flex-direction: column;
34504
+ justify-content: center;
34505
+ row-gap: var(--p1cmxsf7-0);
34506
+ }
34507
+
34508
+ .E_p1cmxsf7 .antd5-progress-line {
34509
+ font-size: 0;
34510
+ }
34511
+
34512
34512
  .E_w7ob4th.outside-tag {
34513
34513
  padding-left: 0;
34514
34514
  }
@@ -34548,1077 +34548,1077 @@ input.E_rf8rlle.ant-input {
34548
34548
  white-space: normal;
34549
34549
  }
34550
34550
 
34551
- .E_sjob3jg {
34552
- --item-min-width: 60px;
34551
+ button.E_l48ei06.ant-btn {
34552
+ font-size: 12px;
34553
+ line-height: 18px;
34554
+ height: 18px;
34553
34555
  }
34554
34556
 
34555
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34556
- display: none !important;
34557
+ button.E_l48ei06 {
34558
+ color: #0080FF;
34559
+ height: unset;
34557
34560
  }
34558
34561
 
34559
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34560
- flex-shrink: 0 !important;
34562
+ button.E_l48ei06 .button-prefix-icon {
34563
+ margin-right: 4px;
34561
34564
  }
34562
34565
 
34563
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34564
- color: #0080ff;
34566
+ button.E_l48ei06 .button-suffix-icon {
34567
+ margin-left: 4px;
34565
34568
  }
34566
34569
 
34567
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34568
- color: #0080ff;
34569
- font-weight: normal;
34570
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34571
+ color: #009DFF;
34570
34572
  }
34571
34573
 
34572
- .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 {
34573
- color: rgba(44, 56, 82, 0.6);
34574
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34575
+ color: #005ED1;
34574
34576
  }
34575
34577
 
34576
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34577
- color: #00122e;
34578
+ button.E_l48ei06.ui-kit-link-disabled {
34579
+ color: #0080FF;
34578
34580
  }
34579
34581
 
34580
- .E_sjob3jg .step-item-text {
34581
- display: inline-block;
34582
+ button.E_l48ei06.ui-kit-link-primary {
34583
+ color: #00122E;
34582
34584
  }
34583
34585
 
34584
- .E_sjob3jg .step-item-title {
34585
- overflow: hidden;
34586
- white-space: nowrap;
34587
- text-overflow: ellipsis;
34586
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34587
+ color: #0080FF;
34588
34588
  }
34589
34589
 
34590
- .E_hjvj6s6 .ant-steps-item-container {
34591
- min-width: var(--item-min-width);
34590
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34591
+ color: #005ED1;
34592
34592
  }
34593
34593
 
34594
- .E_hjvj6s6 .ant-steps-item-disabled {
34595
- cursor: not-allowed !important;
34594
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34595
+ color: #00122E;
34596
34596
  }
34597
34597
 
34598
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34599
- flex-direction: row;
34600
- justify-content: stretch;
34598
+ button.E_l48ei06.ui-kit-link-secondary {
34599
+ color: rgba(44, 56, 82, 0.7490196078);
34601
34600
  }
34602
34601
 
34603
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34604
- padding: 0;
34605
- margin-right: 4px;
34606
- flex: 1;
34607
- overflow: visible;
34602
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34603
+ color: #0080FF;
34608
34604
  }
34609
34605
 
34610
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34611
- width: 100%;
34612
- min-height: unset;
34606
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34607
+ color: #005ED1;
34613
34608
  }
34614
34609
 
34615
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34616
- height: 26px;
34617
- line-height: 26px;
34618
- width: 100%;
34619
- padding: 0;
34620
- font-size: 12px;
34610
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34611
+ color: rgba(44, 56, 82, 0.7490196078);
34621
34612
  }
34622
34613
 
34623
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34624
- margin-right: 10px;
34614
+ .E_sddwhm6 {
34615
+ margin: 0;
34616
+ border-radius: 20px;
34617
+ padding: 2px 10px;
34618
+ height: 22px;
34625
34619
  }
34626
34620
 
34627
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34628
- display: none;
34621
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
34622
+ background-color: rgba(237, 241, 250, 0.6) !important;
34629
34623
  }
34630
34624
 
34631
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34632
- padding-left: 8px;
34633
- padding-right: 4px;
34634
- border-radius: 4px 0 0 4px;
34625
+ .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 {
34626
+ background-color: rgba(225, 230, 241, 0.6) !important;
34635
34627
  }
34636
34628
 
34637
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34638
- margin-right: 0;
34629
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
34630
+ color: #00122e;
34639
34631
  }
34640
34632
 
34641
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34642
- padding-right: 8px;
34643
- padding-left: 12px;
34644
- border-radius: 0 4px 4px 0;
34633
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
34634
+ margin-right: 6px;
34645
34635
  }
34646
34636
 
34647
- .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 {
34648
- content: "";
34649
- width: 0;
34650
- height: 0;
34651
- border: 13px solid transparent;
34652
- position: absolute;
34653
- top: 0;
34654
- border-left: 8px solid rgba(237, 241, 250, 0.6);
34655
- z-index: 2;
34656
- position: relative;
34657
- top: -50%;
34658
- right: -100%;
34637
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
34638
+ margin-left: 8px;
34639
+ color: rgba(44, 56, 82, 0.6);
34659
34640
  }
34660
34641
 
34661
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34662
- padding: 0 4px 0 12px;
34642
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
34643
+ background-color: rgba(0, 136, 255, 0.1);
34663
34644
  }
34664
34645
 
34665
- .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 {
34666
- content: "";
34667
- width: 0;
34668
- height: 0;
34669
- border: 13px solid transparent;
34670
- position: absolute;
34671
- top: 0;
34672
- border-left: 8px solid #fff;
34673
- left: 0;
34646
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
34647
+ background-color: #0080ff;
34674
34648
  }
34675
34649
 
34676
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34677
- max-width: calc(100% - var(--item-min-width) * 2);
34650
+ .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 {
34651
+ background-color: rgba(0, 136, 255, 0.16);
34678
34652
  }
34679
34653
 
34680
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34681
- background-color: rgba(0, 136, 255, 0.1);
34654
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
34655
+ background-color: rgba(255, 74, 74, 0.1);
34656
+ }
34657
+
34658
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
34659
+ background-color: #f0483e;
34682
34660
  }
34683
34661
 
34684
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34685
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34662
+ .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 {
34663
+ background-color: rgba(255, 74, 74, 0.16);
34686
34664
  }
34687
34665
 
34688
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34689
- cursor: pointer;
34690
- min-width: var(--item-min-width);
34666
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34667
+ background-color: rgba(254, 160, 8, 0.1);
34691
34668
  }
34692
34669
 
34693
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34694
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34695
- min-width: var(--item-min-width);
34670
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34671
+ background-color: #fea008;
34696
34672
  }
34697
34673
 
34698
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34699
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34700
- background-color: rgba(237, 241, 250, 0.6);
34674
+ .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 {
34675
+ background-color: rgba(255, 187, 0, 0.16);
34701
34676
  }
34702
34677
 
34703
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34704
- padding: 0;
34678
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34679
+ background-color: rgba(30, 201, 127, 0.1);
34705
34680
  }
34706
34681
 
34707
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34708
- width: 192px;
34709
- row-gap: 2px;
34682
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34683
+ background-color: #00ba5d;
34710
34684
  }
34711
34685
 
34712
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34713
- background-color: rgba(225, 230, 241, 0.6);
34686
+ .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 {
34687
+ background-color: rgba(30, 201, 127, 0.16);
34714
34688
  }
34715
34689
 
34716
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34717
- color: #00122e !important;
34690
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34691
+ background-color: rgba(225, 230, 241, 0.6);
34718
34692
  }
34719
34693
 
34720
- .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 {
34721
- background-color: rgba(225, 230, 241, 0.6);
34694
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34695
+ background-color: #6b7d99;
34722
34696
  }
34723
34697
 
34724
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34725
- padding: 0 8px;
34726
- border-radius: 4px;
34727
- height: 32px;
34728
- display: flex;
34729
- align-items: center;
34698
+ .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 {
34699
+ background-color: rgba(211, 218, 235, 0.6);
34730
34700
  }
34731
34701
 
34732
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34733
- min-height: auto;
34734
- white-space: nowrap;
34702
+ .E_satwmqm {
34703
+ width: 8px;
34704
+ height: 8px;
34705
+ border-radius: 50%;
34706
+ display: inline-block;
34735
34707
  }
34736
34708
 
34737
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34738
- font-size: 13px;
34739
- line-height: 20px;
34740
- max-width: 100%;
34741
- padding-right: 0;
34709
+ .E_tc97u5y {
34710
+ height: 100%;
34742
34711
  }
34743
34712
 
34744
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34745
- background: rgba(0, 128, 255, 0.1);
34713
+ .E_tfzf37v {
34714
+ height: 100%;
34746
34715
  }
34747
34716
 
34748
- .E_h6l1tj4 {
34749
- width: 100%;
34750
- display: inline-flex;
34751
- align-items: center;
34752
- justify-content: center;
34753
- column-gap: 4px;
34717
+ .E_tfzf37v.empty-table .ant-table-content {
34718
+ overflow: visible !important;
34719
+ height: 100%;
34754
34720
  }
34755
34721
 
34756
- .E_h6l1tj4 .step-item-prefix-container {
34757
- display: inline-flex;
34758
- align-items: center;
34759
- width: 18px;
34760
- height: 18px;
34761
- color: rgba(44, 56, 82, 0.75);
34762
- justify-content: center;
34722
+ .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34723
+ height: 100%;
34763
34724
  }
34764
34725
 
34765
- .E_v18frne8 {
34766
- width: 100%;
34767
- display: flex;
34768
- align-items: center;
34769
- justify-content: center;
34770
- column-gap: 6px;
34771
- font-size: 13px;
34726
+ .E_tfzf37v.empty-table .ant-table-content table {
34727
+ width: 100% !important;
34728
+ height: 100%;
34772
34729
  }
34773
34730
 
34774
- .E_v18frne8 .step-item-prefix-container {
34775
- display: inline-flex;
34776
- align-items: center;
34777
- min-width: 20px;
34778
- min-height: 20px;
34779
- color: rgba(44, 56, 82, 0.75);
34780
- justify-content: center;
34731
+ .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34732
+ padding: 15px 0;
34781
34733
  }
34782
34734
 
34783
- .E_t1dtlqs1 {
34784
- margin-bottom: 4px;
34785
- color: rgba(44, 56, 82, 0.6);
34786
- overflow: hidden;
34787
- text-overflow: ellipsis;
34788
- white-space: nowrap;
34735
+ .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
34736
+ display: none;
34789
34737
  }
34790
34738
 
34791
- .E_s1ese5oy {
34792
- color: rgba(44, 56, 82, 0.6);
34793
- line-height: 32px;
34794
- height: 32px;
34795
- margin-bottom: 0;
34739
+ .E_tfzf37v .active-row td:nth-child(1) {
34740
+ font-weight: 700;
34796
34741
  }
34797
34742
 
34798
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34799
- color: #0080ff;
34743
+ .E_tfzf37v.has-selection .active-row td:nth-child(2) {
34744
+ font-weight: 700;
34800
34745
  }
34801
34746
 
34802
- .E_s1ese5oy.warning {
34803
- color: #ffa500;
34747
+ .E_tfzf37v .ant-spin-nested-loading {
34748
+ height: 100%;
34804
34749
  }
34805
34750
 
34806
- .E_s1ese5oy.success {
34807
- color: #00ba5d;
34751
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
34752
+ height: 100%;
34753
+ overflow: visible;
34808
34754
  }
34809
34755
 
34810
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34811
- color: #f0483e;
34756
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin {
34757
+ max-height: none;
34812
34758
  }
34813
34759
 
34814
- .E_s1ese5oy.normal {
34815
- color: rgba(44, 56, 82, 0.6);
34760
+ .E_tfzf37v.table-init-loading .ant-spin-blur thead,
34761
+ .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
34762
+ display: none;
34816
34763
  }
34817
34764
 
34818
- .E_b1ibis43 {
34819
- margin-bottom: 0;
34820
- color: #00122e;
34765
+ .E_tfzf37v td.ant-table-column-sort {
34766
+ background: transparent;
34821
34767
  }
34822
34768
 
34823
- .E_b11xxjd2 {
34824
- line-height: 32px;
34825
- margin-right: 6px;
34769
+ .E_tfzf37v td.ant-table-cell-fix-left,
34770
+ .E_tfzf37v td.ant-table-cell-fix-right {
34771
+ background: #fff;
34772
+ padding: 0 !important;
34826
34773
  }
34827
34774
 
34828
- .E_bsub5bw.with-description {
34829
- height: 24px;
34830
- flex: 1;
34831
- position: relative;
34832
- top: -7px;
34775
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
34776
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
34777
+ display: flex;
34778
+ align-items: center;
34779
+ height: 100%;
34780
+ padding: 8px;
34833
34781
  }
34834
34782
 
34835
- .E_bsub5bw p {
34836
- width: 100%;
34783
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
34784
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
34837
34785
  overflow: hidden;
34838
34786
  text-overflow: ellipsis;
34839
- white-space: nowrap;
34787
+ width: 100%;
34840
34788
  }
34841
34789
 
34842
- .E_tmoyoag {
34843
- border: 1px solid rgba(211, 218, 235, 0.6);
34844
- border-radius: 8px;
34845
- overflow: auto;
34790
+ .E_tfzf37v .ant-table-container {
34791
+ height: 100%;
34846
34792
  }
34847
34793
 
34848
- .E_tmoyoag .ant-list {
34849
- position: relative;
34794
+ .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
34795
+ box-shadow: none !important;
34850
34796
  }
34851
34797
 
34852
- .E_tmoyoag .ant-list .eagle-table-form-header {
34853
- position: sticky;
34854
- top: 0;
34855
- z-index: 2;
34856
- display: flex;
34857
- padding: 8px;
34858
- flex-wrap: nowrap;
34859
- justify-content: flex-start;
34860
- background: #f2f5fa;
34861
- font-size: 14px;
34862
- color: rgba(44, 56, 82, 0.6);
34863
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34798
+ .E_tfzf37v div.ant-table {
34799
+ border-radius: 0px;
34800
+ border-left: none;
34801
+ border-right: none;
34802
+ border-bottom: none;
34803
+ height: 100%;
34804
+ font-size: 12px;
34805
+ background: transparent;
34864
34806
  }
34865
34807
 
34866
- .E_tmoyoag .ant-list .eagle-table-form-header {
34867
- align-items: inherit;
34808
+ .E_tfzf37v div.ant-table .ant-table-header {
34809
+ position: relative;
34810
+ z-index: 3;
34811
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34812
+ margin-bottom: -1px;
34868
34813
  }
34869
34814
 
34870
- .E_tmoyoag .ant-list .eagle-table-form-row {
34871
- display: flex;
34872
- justify-content: flex-start;
34873
- align-items: flex-start;
34874
- flex-wrap: wrap;
34875
- padding: 8px;
34876
- border: none;
34815
+ .E_tfzf37v div.ant-table .time-wrapper .date,
34816
+ .E_tfzf37v div.ant-table .value {
34817
+ color: #2d3a56;
34877
34818
  }
34878
34819
 
34879
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34880
- flex-basis: 100%;
34881
- margin: 12px 0 0;
34882
- order: 99;
34820
+ .E_tfzf37v div.ant-table .time-wrapper .time,
34821
+ .E_tfzf37v div.ant-table .unit {
34883
34822
  color: rgba(44, 56, 82, 0.6);
34884
34823
  }
34885
34824
 
34886
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34887
- color: #f0483e;
34888
- flex-basis: 100%;
34889
- order: 98;
34890
- margin: 12px 0 0;
34891
- }
34892
-
34893
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34894
- background-color: rgba(237, 241, 250, 0.6);
34895
- }
34896
-
34897
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34898
- background-color: rgba(0, 136, 255, 0.1);
34825
+ .E_tfzf37v div.ant-table .ant-table-selection {
34826
+ position: unset;
34827
+ text-align: center;
34899
34828
  }
34900
34829
 
34901
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34902
- flex: 1 0 0;
34903
- overflow: hidden;
34830
+ .E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34831
+ background: #fff;
34904
34832
  }
34905
34833
 
34906
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34907
- color: rgba(44, 56, 82, 0.6);
34908
- margin: 0;
34834
+ .E_tfzf37v div.ant-table .anticon-setting {
34835
+ cursor: pointer;
34836
+ position: absolute;
34837
+ top: 50%;
34838
+ right: 12px;
34839
+ transform: translateY(-50%);
34909
34840
  }
34910
34841
 
34911
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34912
- text-align: center;
34842
+ .E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34843
+ box-shadow: none;
34844
+ width: 1px;
34845
+ background: rgba(213, 219, 227, 0.6);
34913
34846
  }
34914
34847
 
34915
- .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 > * {
34916
- text-align: center;
34848
+ .E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34849
+ box-shadow: none;
34850
+ width: 1px;
34851
+ background: rgba(213, 219, 227, 0.6);
34917
34852
  }
34918
34853
 
34919
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34920
- text-align: left;
34854
+ .E_tfzf37v div.ant-table .ant-table-tbody {
34855
+ position: relative;
34921
34856
  }
34922
34857
 
34923
- .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 > * {
34924
- text-align: left;
34858
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
34859
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34860
+ border-bottom: 1px solid white;
34861
+ height: 40px;
34862
+ vertical-align: middle;
34863
+ transition: background 0ms;
34864
+ color: #00122e;
34925
34865
  }
34926
34866
 
34927
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34928
- text-align: right;
34867
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34868
+ background: #f2f5fa;
34869
+ border-bottom-color: #f2f5fa;
34929
34870
  }
34930
34871
 
34931
- .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 > * {
34932
- text-align: right;
34872
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34873
+ height: auto;
34874
+ color: #00122e;
34875
+ font-size: 12px;
34876
+ text-align: left;
34877
+ transition: none;
34878
+ overflow: hidden;
34879
+ text-overflow: ellipsis;
34880
+ white-space: nowrap;
34933
34881
  }
34934
34882
 
34935
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34936
- margin-right: 8px;
34883
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34884
+ color: #0096ff;
34937
34885
  }
34938
34886
 
34939
- .E_tmoyoag .ant-list .ant-list-item-action {
34940
- padding: 4px;
34941
- width: 24px;
34942
- height: 24px;
34887
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34943
34888
  overflow: hidden;
34889
+ text-overflow: ellipsis;
34890
+ width: 100%;
34891
+ vertical-align: middle;
34944
34892
  }
34945
34893
 
34946
- .E_tmoyoag .ant-list .ant-list-item-action li {
34947
- padding: 0;
34894
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34895
+ line-height: 0px;
34948
34896
  }
34949
34897
 
34950
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34951
- cursor: not-allowed;
34952
- opacity: 0.5;
34898
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34899
+ padding-right: 25px;
34953
34900
  }
34954
34901
 
34955
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34956
- margin: 0;
34902
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34903
+ border-top-color: transparent;
34957
34904
  }
34958
34905
 
34959
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34960
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34961
- border-radius: 5px;
34962
- font-size: 12px;
34906
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
34907
+ background: rgba(225, 230, 241, 0.6);
34908
+ border-color: transparent transparent white;
34963
34909
  }
34964
34910
 
34965
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34966
- font-size: inherit;
34911
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34912
+ border-radius: 8px 0 0 8px;
34967
34913
  }
34968
34914
 
34969
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34970
- min-height: 24px;
34971
- font-size: 12px;
34972
- position: relative;
34915
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34916
+ border-radius: 8px 0 0 8px;
34973
34917
  }
34974
34918
 
34975
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34976
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34919
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34920
+ content: "";
34921
+ width: 4px;
34922
+ top: -1px;
34923
+ bottom: -1px;
34924
+ background: white;
34977
34925
  }
34978
34926
 
34979
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34980
- background-color: rgba(237, 241, 250, 0.6);
34927
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34928
+ border-radius: 0 8px 8px 0;
34981
34929
  }
34982
34930
 
34983
- .E_a138syjm {
34984
- display: flex;
34985
- align-items: center;
34986
- margin-top: 8px;
34931
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34932
+ border-radius: 0;
34933
+ background: white;
34934
+ border-top: none;
34987
34935
  }
34988
34936
 
34989
- .E_a138syjm button.ant-btn {
34990
- padding: 2px 8px;
34991
- height: 24px;
34937
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34938
+ border-top: 1px solid transparent;
34939
+ border-radius: 0 8px 8px 0;
34940
+ background: rgba(225, 230, 241, 0.6);
34992
34941
  }
34993
34942
 
34994
- .E_a138syjm > span.maximum-desc {
34995
- display: none;
34996
- margin-left: 8px;
34997
- color: rgba(44, 56, 82, 0.6);
34943
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34944
+ background: white;
34945
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34998
34946
  }
34999
34947
 
35000
- .E_a138syjm > span.maximum-desc.disabled {
35001
- display: inline;
34948
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34949
+ display: flex;
34950
+ align-items: center;
34951
+ height: 100%;
34952
+ background: rgba(225, 230, 241, 0.6);
35002
34953
  }
35003
34954
 
35004
- .E_d77i8u0 {
35005
- width: 24px;
35006
- height: 24px;
35007
- padding: 4px;
35008
- margin-right: 8px;
34955
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34956
+ background: white;
34957
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
35009
34958
  }
35010
34959
 
35011
- .E_i1g85yz3 {
35012
- margin-right: 4px;
35013
- height: 16px;
34960
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34961
+ display: flex;
34962
+ align-items: center;
34963
+ height: 100%;
34964
+ background: rgba(225, 230, 241, 0.6);
35014
34965
  }
35015
34966
 
35016
- button.E_l48ei06.ant-btn {
35017
- font-size: 12px;
35018
- line-height: 18px;
35019
- height: 18px;
34967
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34968
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35020
34969
  }
35021
34970
 
35022
- button.E_l48ei06 {
35023
- color: #0080FF;
35024
- height: unset;
34971
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
34972
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34973
+ border-radius: 8px;
35025
34974
  }
35026
34975
 
35027
- button.E_l48ei06 .button-prefix-icon {
35028
- margin-right: 4px;
34976
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34977
+ border-top-color: white;
35029
34978
  }
35030
34979
 
35031
- button.E_l48ei06 .button-suffix-icon {
35032
- margin-left: 4px;
34980
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34981
+ background: rgba(0, 136, 255, 0.1);
34982
+ border-bottom-color: transparent;
34983
+ border-top-color: transparent;
35033
34984
  }
35034
34985
 
35035
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
35036
- color: #009DFF;
34986
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34987
+ border-radius: 8px 0 0 8px;
35037
34988
  }
35038
34989
 
35039
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
35040
- color: #005ED1;
34990
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34991
+ border-radius: 0 8px 8px 0;
35041
34992
  }
35042
34993
 
35043
- button.E_l48ei06.ui-kit-link-disabled {
35044
- color: #0080FF;
34994
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34995
+ background: rgba(0, 136, 255, 0.1);
35045
34996
  }
35046
34997
 
35047
- button.E_l48ei06.ui-kit-link-primary {
35048
- color: #00122E;
34998
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th {
34999
+ background: #fff;
35000
+ font-weight: 400;
35001
+ position: relative;
35002
+ border-bottom: none;
35003
+ color: #00122e;
35004
+ transition: none;
35005
+ padding: 15px 8px 15px 8px;
35049
35006
  }
35050
35007
 
35051
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
35052
- color: #0080FF;
35008
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
35009
+ content: "";
35010
+ width: 1px;
35011
+ top: 0;
35012
+ bottom: 0;
35013
+ background: rgba(211, 218, 235, 0.6);
35014
+ position: absolute;
35015
+ right: 0;
35053
35016
  }
35054
35017
 
35055
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
35056
- color: #005ED1;
35018
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
35019
+ padding: unset;
35057
35020
  }
35058
35021
 
35059
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
35060
- color: #00122E;
35022
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
35023
+ display: none;
35061
35024
  }
35062
35025
 
35063
- button.E_l48ei06.ui-kit-link-secondary {
35064
- color: rgba(44, 56, 82, 0.7490196078);
35026
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
35027
+ width: 100%;
35028
+ overflow: hidden;
35029
+ white-space: nowrap;
35030
+ text-overflow: ellipsis;
35065
35031
  }
35066
35032
 
35067
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
35068
- color: #0080FF;
35033
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
35034
+ overflow: hidden;
35035
+ text-overflow: ellipsis;
35036
+ flex: 1;
35069
35037
  }
35070
35038
 
35071
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
35072
- color: #005ED1;
35039
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
35040
+ padding: 15px 25px 15px 8px;
35073
35041
  }
35074
35042
 
35075
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35076
- color: rgba(44, 56, 82, 0.7490196078);
35043
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
35044
+ padding: 0;
35077
35045
  }
35078
35046
 
35079
- .E_sddwhm6 {
35080
- margin: 0;
35081
- border-radius: 20px;
35082
- padding: 2px 10px;
35083
- height: 22px;
35047
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
35048
+ position: absolute;
35049
+ right: 6px;
35050
+ top: 50%;
35051
+ transform: translateY(-50%);
35052
+ height: 16px;
35053
+ display: none;
35054
+ transition: transform 320ms ease;
35084
35055
  }
35085
35056
 
35086
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
35087
- background-color: rgba(237, 241, 250, 0.6) !important;
35057
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
35058
+ display: block;
35059
+ transform: translateY(-50%) rotateX(180deg);
35088
35060
  }
35089
35061
 
35090
- .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 {
35091
- background-color: rgba(225, 230, 241, 0.6) !important;
35062
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
35063
+ display: block;
35092
35064
  }
35093
35065
 
35094
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
35095
- color: #00122e;
35066
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
35067
+ display: none;
35096
35068
  }
35097
35069
 
35098
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
35099
- margin-right: 6px;
35070
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
35071
+ transform: translateY(-50%);
35100
35072
  }
35101
35073
 
35102
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
35103
- margin-left: 8px;
35104
- color: rgba(44, 56, 82, 0.6);
35074
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
35075
+ transform: translateY(-50%) rotateX(180deg);
35105
35076
  }
35106
35077
 
35107
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
35108
- background-color: rgba(0, 136, 255, 0.1);
35078
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
35079
+ background: #f2f5fa;
35109
35080
  }
35110
35081
 
35111
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
35112
- background-color: #0080ff;
35082
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
35083
+ display: block;
35113
35084
  }
35114
35085
 
35115
- .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 {
35116
- background-color: rgba(0, 136, 255, 0.16);
35086
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
35087
+ padding-right: 25px;
35117
35088
  }
35118
35089
 
35119
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
35120
- background-color: rgba(255, 74, 74, 0.1);
35090
+ .E_tfzf37v div.ant-table .ant-table-selection-column {
35091
+ padding: 0 !important;
35121
35092
  }
35122
35093
 
35123
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
35124
- background-color: #f0483e;
35094
+ .E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
35095
+ position: absolute;
35096
+ left: 50%;
35097
+ top: 50%;
35098
+ transform: translate(-50%, -50%);
35125
35099
  }
35126
35100
 
35127
- .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 {
35128
- background-color: rgba(255, 74, 74, 0.16);
35101
+ .E_tfzf37v div.ant-table .ant-table-selection-column:after {
35102
+ display: none;
35129
35103
  }
35130
35104
 
35131
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
35132
- background-color: rgba(254, 160, 8, 0.1);
35105
+ .E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
35106
+ background: #fff;
35133
35107
  }
35134
35108
 
35135
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
35136
- background-color: #fea008;
35109
+ .E_tfzf37v div.ant-table .ant-table-placeholder {
35110
+ background: inherit;
35137
35111
  }
35138
35112
 
35139
- .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 {
35140
- background-color: rgba(255, 187, 0, 0.16);
35113
+ .E_tfzf37v div.ant-table .ant-table-placeholder td {
35114
+ position: static;
35115
+ border: none;
35116
+ background: inherit !important;
35117
+ height: 100px;
35118
+ vertical-align: middle;
35141
35119
  }
35142
35120
 
35143
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
35144
- background-color: rgba(30, 201, 127, 0.1);
35121
+ .E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
35122
+ .E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
35123
+ font-weight: bold;
35124
+ font-size: 20px;
35125
+ color: rgba(10, 37, 85, 0.6);
35145
35126
  }
35146
35127
 
35147
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
35148
- background-color: #00ba5d;
35128
+ .E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
35129
+ .E_tfzf37v div.ant-table th.cell__action_ {
35130
+ z-index: 10;
35149
35131
  }
35150
35132
 
35151
- .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 {
35152
- background-color: rgba(30, 201, 127, 0.16);
35133
+ .E_tfzf37v div.ant-table td.cell__action_ {
35134
+ padding: 0 !important;
35135
+ position: relative;
35136
+ background: #fff;
35153
35137
  }
35154
35138
 
35155
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
35156
- background-color: rgba(225, 230, 241, 0.6);
35139
+ .E_tfzf37v div.ant-table td.cell__action_ > * {
35140
+ height: 100%;
35141
+ display: flex;
35142
+ align-items: center;
35143
+ justify-content: flex-end;
35144
+ padding-right: 8px;
35157
35145
  }
35158
35146
 
35159
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
35160
- background-color: #6b7d99;
35147
+ .E_tfzf37v div.ant-table td.cell__action_ .menu-button {
35148
+ width: 24px;
35149
+ height: 24px;
35150
+ cursor: pointer;
35151
+ justify-content: center;
35152
+ border-radius: 4px;
35161
35153
  }
35162
35154
 
35163
- .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 {
35164
- background-color: rgba(211, 218, 235, 0.6);
35155
+ .E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
35156
+ background: #fff;
35165
35157
  }
35166
35158
 
35167
- .E_satwmqm {
35168
- width: 8px;
35169
- height: 8px;
35170
- border-radius: 50%;
35171
- display: inline-block;
35159
+ .E_i1g85yz3 {
35160
+ margin-right: 4px;
35161
+ height: 16px;
35172
35162
  }
35173
35163
 
35174
- .E_tc97u5y {
35175
- height: 100%;
35164
+ .E_t1dtlqs1 {
35165
+ margin-bottom: 4px;
35166
+ color: rgba(44, 56, 82, 0.6);
35167
+ overflow: hidden;
35168
+ text-overflow: ellipsis;
35169
+ white-space: nowrap;
35176
35170
  }
35177
35171
 
35178
- .E_tfzf37v {
35179
- height: 100%;
35172
+ .E_s1ese5oy {
35173
+ color: rgba(44, 56, 82, 0.6);
35174
+ line-height: 32px;
35175
+ height: 32px;
35176
+ margin-bottom: 0;
35180
35177
  }
35181
35178
 
35182
- .E_tfzf37v.empty-table .ant-table-content {
35183
- overflow: visible !important;
35184
- height: 100%;
35179
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
35180
+ color: #0080ff;
35185
35181
  }
35186
35182
 
35187
- .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
35188
- height: 100%;
35183
+ .E_s1ese5oy.warning {
35184
+ color: #ffa500;
35189
35185
  }
35190
35186
 
35191
- .E_tfzf37v.empty-table .ant-table-content table {
35192
- width: 100% !important;
35193
- height: 100%;
35187
+ .E_s1ese5oy.success {
35188
+ color: #00ba5d;
35194
35189
  }
35195
35190
 
35196
- .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
35197
- padding: 15px 0;
35191
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
35192
+ color: #f0483e;
35198
35193
  }
35199
35194
 
35200
- .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
35201
- display: none;
35195
+ .E_s1ese5oy.normal {
35196
+ color: rgba(44, 56, 82, 0.6);
35202
35197
  }
35203
35198
 
35204
- .E_tfzf37v .active-row td:nth-child(1) {
35205
- font-weight: 700;
35199
+ .E_b1ibis43 {
35200
+ margin-bottom: 0;
35201
+ color: #00122e;
35206
35202
  }
35207
35203
 
35208
- .E_tfzf37v.has-selection .active-row td:nth-child(2) {
35209
- font-weight: 700;
35204
+ .E_b11xxjd2 {
35205
+ line-height: 32px;
35206
+ margin-right: 6px;
35210
35207
  }
35211
35208
 
35212
- .E_tfzf37v .ant-spin-nested-loading {
35213
- height: 100%;
35209
+ .E_bsub5bw.with-description {
35210
+ height: 24px;
35211
+ flex: 1;
35212
+ position: relative;
35213
+ top: -7px;
35214
35214
  }
35215
35215
 
35216
- .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
35217
- height: 100%;
35218
- overflow: visible;
35216
+ .E_bsub5bw p {
35217
+ width: 100%;
35218
+ overflow: hidden;
35219
+ text-overflow: ellipsis;
35220
+ white-space: nowrap;
35219
35221
  }
35220
35222
 
35221
- .E_tfzf37v .ant-spin-nested-loading .ant-spin {
35222
- max-height: none;
35223
+ .E_tmoyoag {
35224
+ border: 1px solid rgba(211, 218, 235, 0.6);
35225
+ border-radius: 8px;
35226
+ overflow: auto;
35223
35227
  }
35224
35228
 
35225
- .E_tfzf37v.table-init-loading .ant-spin-blur thead,
35226
- .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
35227
- display: none;
35229
+ .E_tmoyoag .ant-list {
35230
+ position: relative;
35228
35231
  }
35229
35232
 
35230
- .E_tfzf37v td.ant-table-column-sort {
35231
- background: transparent;
35233
+ .E_tmoyoag .ant-list .eagle-table-form-header {
35234
+ position: sticky;
35235
+ top: 0;
35236
+ z-index: 2;
35237
+ display: flex;
35238
+ padding: 8px;
35239
+ flex-wrap: nowrap;
35240
+ justify-content: flex-start;
35241
+ background: #f2f5fa;
35242
+ font-size: 14px;
35243
+ color: rgba(44, 56, 82, 0.6);
35244
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35232
35245
  }
35233
35246
 
35234
- .E_tfzf37v td.ant-table-cell-fix-left,
35235
- .E_tfzf37v td.ant-table-cell-fix-right {
35236
- background: #fff;
35237
- padding: 0 !important;
35247
+ .E_tmoyoag .ant-list .eagle-table-form-header {
35248
+ align-items: inherit;
35238
35249
  }
35239
35250
 
35240
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
35241
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
35251
+ .E_tmoyoag .ant-list .eagle-table-form-row {
35242
35252
  display: flex;
35243
- align-items: center;
35244
- height: 100%;
35253
+ justify-content: flex-start;
35254
+ align-items: flex-start;
35255
+ flex-wrap: wrap;
35245
35256
  padding: 8px;
35257
+ border: none;
35246
35258
  }
35247
35259
 
35248
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
35249
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
35250
- overflow: hidden;
35251
- text-overflow: ellipsis;
35252
- width: 100%;
35260
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
35261
+ flex-basis: 100%;
35262
+ margin: 12px 0 0;
35263
+ order: 99;
35264
+ color: rgba(44, 56, 82, 0.6);
35253
35265
  }
35254
35266
 
35255
- .E_tfzf37v .ant-table-container {
35256
- height: 100%;
35267
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
35268
+ color: #f0483e;
35269
+ flex-basis: 100%;
35270
+ order: 98;
35271
+ margin: 12px 0 0;
35257
35272
  }
35258
35273
 
35259
- .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
35260
- box-shadow: none !important;
35274
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
35275
+ background-color: rgba(237, 241, 250, 0.6);
35261
35276
  }
35262
35277
 
35263
- .E_tfzf37v .ant-table {
35264
- border-radius: 0px;
35265
- border-left: none;
35266
- border-right: none;
35267
- border-bottom: none;
35268
- height: 100%;
35269
- font-size: 12px;
35270
- background: transparent;
35278
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
35279
+ background-color: rgba(0, 136, 255, 0.1);
35271
35280
  }
35272
35281
 
35273
- .E_tfzf37v .ant-table .ant-table-header {
35274
- position: relative;
35275
- z-index: 3;
35276
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35277
- margin-bottom: -1px;
35282
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
35283
+ flex: 1 0 0;
35284
+ overflow: hidden;
35278
35285
  }
35279
35286
 
35280
- .E_tfzf37v .ant-table .time-wrapper .date,
35281
- .E_tfzf37v .ant-table .value {
35282
- color: #2d3a56;
35287
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
35288
+ color: rgba(44, 56, 82, 0.6);
35289
+ margin: 0;
35283
35290
  }
35284
35291
 
35285
- .E_tfzf37v .ant-table .time-wrapper .time,
35286
- .E_tfzf37v .ant-table .unit {
35287
- color: rgba(44, 56, 82, 0.6);
35292
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
35293
+ text-align: center;
35288
35294
  }
35289
35295
 
35290
- .E_tfzf37v .ant-table .ant-table-selection {
35291
- position: unset;
35296
+ .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 > * {
35292
35297
  text-align: center;
35293
35298
  }
35294
35299
 
35295
- .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
35296
- background: #fff;
35300
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
35301
+ text-align: left;
35297
35302
  }
35298
35303
 
35299
- .E_tfzf37v .ant-table .anticon-setting {
35300
- cursor: pointer;
35301
- position: absolute;
35302
- top: 50%;
35303
- right: 12px;
35304
- transform: translateY(-50%);
35304
+ .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 > * {
35305
+ text-align: left;
35305
35306
  }
35306
35307
 
35307
- .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
35308
- box-shadow: none;
35309
- width: 1px;
35310
- background: rgba(213, 219, 227, 0.6);
35308
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
35309
+ text-align: right;
35311
35310
  }
35312
35311
 
35313
- .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
35314
- box-shadow: none;
35315
- width: 1px;
35316
- background: rgba(213, 219, 227, 0.6);
35312
+ .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 > * {
35313
+ text-align: right;
35317
35314
  }
35318
35315
 
35319
- .E_tfzf37v .ant-table .ant-table-tbody {
35320
- position: relative;
35316
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
35317
+ margin-right: 8px;
35321
35318
  }
35322
35319
 
35323
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
35324
- border-top: 1px solid rgba(211, 218, 235, 0.6);
35325
- border-bottom: 1px solid white;
35326
- height: 40px;
35327
- vertical-align: middle;
35328
- transition: background 0ms;
35329
- color: #00122e;
35320
+ .E_tmoyoag .ant-list .ant-list-item-action {
35321
+ padding: 4px;
35322
+ width: 24px;
35323
+ height: 24px;
35324
+ overflow: hidden;
35330
35325
  }
35331
35326
 
35332
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
35333
- background: #f2f5fa;
35334
- border-bottom-color: #f2f5fa;
35327
+ .E_tmoyoag .ant-list .ant-list-item-action li {
35328
+ padding: 0;
35335
35329
  }
35336
35330
 
35337
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
35338
- height: auto;
35339
- color: #00122e;
35331
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
35332
+ cursor: not-allowed;
35333
+ opacity: 0.5;
35334
+ }
35335
+
35336
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
35337
+ margin: 0;
35338
+ }
35339
+
35340
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
35341
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
35342
+ border-radius: 5px;
35340
35343
  font-size: 12px;
35341
- text-align: left;
35342
- transition: none;
35343
- overflow: hidden;
35344
- text-overflow: ellipsis;
35345
- white-space: nowrap;
35346
35344
  }
35347
35345
 
35348
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
35349
- color: #0096ff;
35346
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
35347
+ font-size: inherit;
35350
35348
  }
35351
35349
 
35352
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
35353
- overflow: hidden;
35354
- text-overflow: ellipsis;
35355
- width: 100%;
35356
- vertical-align: middle;
35350
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
35351
+ min-height: 24px;
35352
+ font-size: 12px;
35353
+ position: relative;
35357
35354
  }
35358
35355
 
35359
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
35360
- line-height: 0px;
35356
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
35357
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35361
35358
  }
35362
35359
 
35363
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
35364
- padding-right: 25px;
35360
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
35361
+ background-color: rgba(237, 241, 250, 0.6);
35365
35362
  }
35366
35363
 
35367
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
35368
- border-top-color: transparent;
35364
+ .E_a138syjm {
35365
+ display: flex;
35366
+ align-items: center;
35367
+ margin-top: 8px;
35369
35368
  }
35370
35369
 
35371
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
35372
- background: rgba(225, 230, 241, 0.6);
35373
- border-color: transparent transparent white;
35370
+ .E_a138syjm button.ant-btn {
35371
+ padding: 2px 8px;
35372
+ height: 24px;
35374
35373
  }
35375
35374
 
35376
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
35377
- border-radius: 8px 0 0 8px;
35375
+ .E_a138syjm > span.maximum-desc {
35376
+ display: none;
35377
+ margin-left: 8px;
35378
+ color: rgba(44, 56, 82, 0.6);
35378
35379
  }
35379
35380
 
35380
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
35381
- border-radius: 8px 0 0 8px;
35381
+ .E_a138syjm > span.maximum-desc.disabled {
35382
+ display: inline;
35382
35383
  }
35383
35384
 
35384
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
35385
- content: "";
35386
- width: 4px;
35387
- top: -1px;
35388
- bottom: -1px;
35389
- background: white;
35385
+ .E_d77i8u0 {
35386
+ width: 24px;
35387
+ height: 24px;
35388
+ padding: 4px;
35389
+ margin-right: 8px;
35390
35390
  }
35391
35391
 
35392
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
35393
- border-radius: 0 8px 8px 0;
35392
+ .E_sjob3jg {
35393
+ --item-min-width: 60px;
35394
35394
  }
35395
35395
 
35396
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
35397
- border-radius: 0;
35398
- background: white;
35399
- border-top: none;
35396
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
35397
+ display: none !important;
35400
35398
  }
35401
35399
 
35402
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
35403
- border-top: 1px solid transparent;
35404
- border-radius: 0 8px 8px 0;
35405
- background: rgba(225, 230, 241, 0.6);
35400
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
35401
+ flex-shrink: 0 !important;
35406
35402
  }
35407
35403
 
35408
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
35409
- background: white;
35410
- border-top: 1px solid rgba(211, 218, 235, 0.6);
35404
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
35405
+ color: #0080ff;
35411
35406
  }
35412
35407
 
35413
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
35414
- display: flex;
35415
- align-items: center;
35416
- height: 100%;
35417
- background: rgba(225, 230, 241, 0.6);
35408
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35409
+ color: #0080ff;
35410
+ font-weight: normal;
35418
35411
  }
35419
35412
 
35420
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
35421
- background: white;
35422
- border-top: 1px solid rgba(211, 218, 235, 0.6);
35413
+ .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 {
35414
+ color: rgba(44, 56, 82, 0.6);
35423
35415
  }
35424
35416
 
35425
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
35426
- display: flex;
35427
- align-items: center;
35428
- height: 100%;
35429
- background: rgba(225, 230, 241, 0.6);
35417
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35418
+ color: #00122e;
35430
35419
  }
35431
35420
 
35432
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
35433
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35421
+ .E_sjob3jg .step-item-text {
35422
+ display: inline-block;
35434
35423
  }
35435
35424
 
35436
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
35437
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
35438
- border-radius: 8px;
35425
+ .E_sjob3jg .step-item-title {
35426
+ overflow: hidden;
35427
+ white-space: nowrap;
35428
+ text-overflow: ellipsis;
35439
35429
  }
35440
35430
 
35441
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
35442
- border-top-color: white;
35431
+ .E_hjvj6s6 .ant-steps-item-container {
35432
+ min-width: var(--item-min-width);
35443
35433
  }
35444
35434
 
35445
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
35446
- background: rgba(0, 136, 255, 0.1);
35447
- border-bottom-color: transparent;
35448
- border-top-color: transparent;
35435
+ .E_hjvj6s6 .ant-steps-item-disabled {
35436
+ cursor: not-allowed !important;
35449
35437
  }
35450
35438
 
35451
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
35452
- border-radius: 8px 0 0 8px;
35439
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
35440
+ flex-direction: row;
35441
+ justify-content: stretch;
35453
35442
  }
35454
35443
 
35455
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
35456
- border-radius: 0 8px 8px 0;
35444
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
35445
+ padding: 0;
35446
+ margin-right: 4px;
35447
+ flex: 1;
35448
+ overflow: visible;
35457
35449
  }
35458
35450
 
35459
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
35460
- background: rgba(0, 136, 255, 0.1);
35451
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
35452
+ width: 100%;
35453
+ min-height: unset;
35461
35454
  }
35462
35455
 
35463
- .E_tfzf37v .ant-table .ant-table-thead > tr > th {
35464
- background: #fff;
35465
- font-weight: 400;
35466
- position: relative;
35467
- border-bottom: none;
35468
- color: #00122e;
35469
- transition: none;
35470
- padding: 15px 8px 15px 8px;
35456
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
35457
+ height: 26px;
35458
+ line-height: 26px;
35459
+ width: 100%;
35460
+ padding: 0;
35461
+ font-size: 12px;
35471
35462
  }
35472
35463
 
35473
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
35474
- content: "";
35475
- width: 1px;
35476
- top: 0;
35477
- bottom: 0;
35478
- background: rgba(211, 218, 235, 0.6);
35479
- position: absolute;
35480
- right: 0;
35464
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
35465
+ margin-right: 10px;
35481
35466
  }
35482
35467
 
35483
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
35484
- padding: unset;
35468
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
35469
+ display: none;
35485
35470
  }
35486
35471
 
35487
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
35488
- display: none;
35472
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
35473
+ padding-left: 8px;
35474
+ padding-right: 4px;
35475
+ border-radius: 4px 0 0 4px;
35489
35476
  }
35490
35477
 
35491
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
35492
- width: 100%;
35493
- overflow: hidden;
35494
- white-space: nowrap;
35495
- text-overflow: ellipsis;
35478
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
35479
+ margin-right: 0;
35496
35480
  }
35497
35481
 
35498
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
35499
- overflow: hidden;
35500
- text-overflow: ellipsis;
35501
- flex: 1;
35482
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
35483
+ padding-right: 8px;
35484
+ padding-left: 12px;
35485
+ border-radius: 0 4px 4px 0;
35502
35486
  }
35503
35487
 
35504
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
35505
- padding: 15px 25px 15px 8px;
35488
+ .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 {
35489
+ content: "";
35490
+ width: 0;
35491
+ height: 0;
35492
+ border: 13px solid transparent;
35493
+ position: absolute;
35494
+ top: 0;
35495
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
35496
+ z-index: 2;
35497
+ position: relative;
35498
+ top: -50%;
35499
+ right: -100%;
35506
35500
  }
35507
35501
 
35508
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
35509
- padding: 0;
35502
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
35503
+ padding: 0 4px 0 12px;
35510
35504
  }
35511
35505
 
35512
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
35506
+ .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 {
35507
+ content: "";
35508
+ width: 0;
35509
+ height: 0;
35510
+ border: 13px solid transparent;
35513
35511
  position: absolute;
35514
- right: 6px;
35515
- top: 50%;
35516
- transform: translateY(-50%);
35517
- height: 16px;
35518
- display: none;
35519
- transition: transform 320ms ease;
35512
+ top: 0;
35513
+ border-left: 8px solid #fff;
35514
+ left: 0;
35520
35515
  }
35521
35516
 
35522
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
35523
- display: block;
35524
- transform: translateY(-50%) rotateX(180deg);
35517
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
35518
+ max-width: calc(100% - var(--item-min-width) * 2);
35525
35519
  }
35526
35520
 
35527
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
35528
- display: block;
35521
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
35522
+ background-color: rgba(0, 136, 255, 0.1);
35529
35523
  }
35530
35524
 
35531
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
35532
- display: none;
35525
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
35526
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
35533
35527
  }
35534
35528
 
35535
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
35536
- transform: translateY(-50%);
35529
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
35530
+ cursor: pointer;
35531
+ min-width: var(--item-min-width);
35537
35532
  }
35538
35533
 
35539
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
35540
- transform: translateY(-50%) rotateX(180deg);
35534
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
35535
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
35536
+ min-width: var(--item-min-width);
35541
35537
  }
35542
35538
 
35543
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
35544
- background: #f2f5fa;
35539
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
35540
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
35541
+ background-color: rgba(237, 241, 250, 0.6);
35545
35542
  }
35546
35543
 
35547
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
35548
- display: block;
35544
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
35545
+ padding: 0;
35549
35546
  }
35550
35547
 
35551
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
35552
- padding-right: 25px;
35548
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
35549
+ width: 192px;
35550
+ row-gap: 2px;
35553
35551
  }
35554
35552
 
35555
- .E_tfzf37v .ant-table .ant-table-selection-column {
35556
- padding: 0 !important;
35553
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
35554
+ background-color: rgba(225, 230, 241, 0.6);
35557
35555
  }
35558
35556
 
35559
- .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
35560
- position: absolute;
35561
- left: 50%;
35562
- top: 50%;
35563
- transform: translate(-50%, -50%);
35557
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
35558
+ color: #00122e !important;
35564
35559
  }
35565
35560
 
35566
- .E_tfzf37v .ant-table .ant-table-selection-column:after {
35567
- display: none;
35561
+ .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 {
35562
+ background-color: rgba(225, 230, 241, 0.6);
35568
35563
  }
35569
35564
 
35570
- .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
35571
- background: #fff;
35565
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
35566
+ padding: 0 8px;
35567
+ border-radius: 4px;
35568
+ height: 32px;
35569
+ display: flex;
35570
+ align-items: center;
35572
35571
  }
35573
35572
 
35574
- .E_tfzf37v .ant-table .ant-table-placeholder {
35575
- background: inherit;
35573
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
35574
+ min-height: auto;
35575
+ white-space: nowrap;
35576
35576
  }
35577
35577
 
35578
- .E_tfzf37v .ant-table .ant-table-placeholder td {
35579
- position: static;
35580
- border: none;
35581
- background: inherit !important;
35582
- height: 100px;
35583
- vertical-align: middle;
35578
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35579
+ font-size: 13px;
35580
+ line-height: 20px;
35581
+ max-width: 100%;
35582
+ padding-right: 0;
35584
35583
  }
35585
35584
 
35586
- .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
35587
- .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
35588
- font-weight: bold;
35589
- font-size: 20px;
35590
- color: rgba(10, 37, 85, 0.6);
35585
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
35586
+ background: rgba(0, 128, 255, 0.1);
35591
35587
  }
35592
35588
 
35593
- .E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
35594
- .E_tfzf37v .ant-table th.cell__action_ {
35595
- z-index: 10;
35589
+ .E_h6l1tj4 {
35590
+ width: 100%;
35591
+ display: inline-flex;
35592
+ align-items: center;
35593
+ justify-content: center;
35594
+ column-gap: 4px;
35596
35595
  }
35597
35596
 
35598
- .E_tfzf37v .ant-table td.cell__action_ {
35599
- padding: 0 !important;
35600
- position: relative;
35601
- background: #fff;
35597
+ .E_h6l1tj4 .step-item-prefix-container {
35598
+ display: inline-flex;
35599
+ align-items: center;
35600
+ width: 18px;
35601
+ height: 18px;
35602
+ color: rgba(44, 56, 82, 0.75);
35603
+ justify-content: center;
35602
35604
  }
35603
35605
 
35604
- .E_tfzf37v .ant-table td.cell__action_ > * {
35605
- height: 100%;
35606
+ .E_v18frne8 {
35607
+ width: 100%;
35606
35608
  display: flex;
35607
35609
  align-items: center;
35608
- justify-content: flex-end;
35609
- padding-right: 8px;
35610
- }
35611
-
35612
- .E_tfzf37v .ant-table td.cell__action_ .menu-button {
35613
- width: 24px;
35614
- height: 24px;
35615
- cursor: pointer;
35616
35610
  justify-content: center;
35617
- border-radius: 4px;
35611
+ column-gap: 6px;
35612
+ font-size: 13px;
35618
35613
  }
35619
35614
 
35620
- .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
35621
- background: #fff;
35615
+ .E_v18frne8 .step-item-prefix-container {
35616
+ display: inline-flex;
35617
+ align-items: center;
35618
+ min-width: 20px;
35619
+ min-height: 20px;
35620
+ color: rgba(44, 56, 82, 0.75);
35621
+ justify-content: center;
35622
35622
  }
35623
35623
 
35624
35624
  .E_t1gvlxt5 {