@cloudtower/eagle 0.33.39 → 0.33.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +1 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1604 -1603
- package/dist/esm/coreX/DateRangePicker/Calendar.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1614 -1614
- package/dist/style.css +1604 -1603
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -28732,6 +28732,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28732
28732
|
max-height: calc(60vh - 64px);
|
|
28733
28733
|
min-height: 88px;
|
|
28734
28734
|
padding: 12px 24px 24px;
|
|
28735
|
+
overflow-x: hidden;
|
|
28735
28736
|
}
|
|
28736
28737
|
.ant-modal.normal-modal .ant-modal-footer {
|
|
28737
28738
|
padding: 16px 24px;
|
|
@@ -29585,6 +29586,26 @@ html body {
|
|
|
29585
29586
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29586
29587
|
}
|
|
29587
29588
|
}
|
|
29589
|
+
.E_m74vjol {
|
|
29590
|
+
display: flex;
|
|
29591
|
+
justify-content: space-between;
|
|
29592
|
+
width: 100%;
|
|
29593
|
+
}
|
|
29594
|
+
.E_m74vjol .action {
|
|
29595
|
+
margin-left: 16px;
|
|
29596
|
+
}
|
|
29597
|
+
|
|
29598
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29599
|
+
padding-right: 12px;
|
|
29600
|
+
}
|
|
29601
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29602
|
+
height: fit-content;
|
|
29603
|
+
margin-left: 16px;
|
|
29604
|
+
}
|
|
29605
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29606
|
+
flex: 1;
|
|
29607
|
+
}
|
|
29608
|
+
|
|
29588
29609
|
.E_c18gxmrl {
|
|
29589
29610
|
border: 1px solid #d8deeb;
|
|
29590
29611
|
border-radius: 4px;
|
|
@@ -29605,24 +29626,49 @@ html body {
|
|
|
29605
29626
|
padding: 8px 12px;
|
|
29606
29627
|
}
|
|
29607
29628
|
|
|
29608
|
-
.
|
|
29609
|
-
|
|
29610
|
-
justify-content: space-between;
|
|
29611
|
-
width: 100%;
|
|
29629
|
+
.E_b1nip9bk {
|
|
29630
|
+
padding: 4px 11px;
|
|
29612
29631
|
}
|
|
29613
|
-
|
|
29614
|
-
|
|
29632
|
+
|
|
29633
|
+
.E_bqamoqe {
|
|
29634
|
+
white-space: nowrap;
|
|
29635
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29636
|
+
}
|
|
29637
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29638
|
+
--color: #0080ff;
|
|
29639
|
+
}
|
|
29640
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29641
|
+
--color: #0080ff;
|
|
29642
|
+
}
|
|
29643
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29644
|
+
margin-left: 1px;
|
|
29645
|
+
}
|
|
29646
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29647
|
+
border-top-right-radius: 0;
|
|
29648
|
+
border-bottom-right-radius: 0;
|
|
29649
|
+
}
|
|
29650
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29651
|
+
border-top-left-radius: 0;
|
|
29652
|
+
border-bottom-left-radius: 0;
|
|
29653
|
+
}
|
|
29654
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29655
|
+
border-radius: unset;
|
|
29615
29656
|
}
|
|
29616
29657
|
|
|
29617
|
-
.
|
|
29618
|
-
|
|
29658
|
+
.E_berrcjl {
|
|
29659
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29660
|
+
margin-bottom: 4px;
|
|
29619
29661
|
}
|
|
29620
|
-
.
|
|
29621
|
-
|
|
29622
|
-
|
|
29662
|
+
.E_berrcjl .breadcrumb-link {
|
|
29663
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29664
|
+
cursor: pointer;
|
|
29665
|
+
transition: color 160ms ease;
|
|
29623
29666
|
}
|
|
29624
|
-
.
|
|
29625
|
-
|
|
29667
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29668
|
+
color: #0080ff;
|
|
29669
|
+
}
|
|
29670
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29671
|
+
color: #005ed1;
|
|
29626
29672
|
}
|
|
29627
29673
|
|
|
29628
29674
|
.E_c1uzzomf {
|
|
@@ -29647,62 +29693,87 @@ html body {
|
|
|
29647
29693
|
text-align: center;
|
|
29648
29694
|
}
|
|
29649
29695
|
|
|
29650
|
-
.
|
|
29651
|
-
|
|
29652
|
-
|
|
29696
|
+
.E_d1bw7c5z {
|
|
29697
|
+
position: relative;
|
|
29698
|
+
max-width: 388px;
|
|
29699
|
+
min-width: 285px;
|
|
29653
29700
|
}
|
|
29654
|
-
.
|
|
29655
|
-
|
|
29656
|
-
|
|
29657
|
-
|
|
29701
|
+
.E_d1bw7c5z .center {
|
|
29702
|
+
position: absolute;
|
|
29703
|
+
font-size: 12px;
|
|
29704
|
+
width: 80px;
|
|
29705
|
+
height: 100px;
|
|
29706
|
+
top: 0;
|
|
29707
|
+
left: 35px;
|
|
29708
|
+
display: flex;
|
|
29709
|
+
flex-direction: column;
|
|
29710
|
+
justify-content: center;
|
|
29711
|
+
align-items: center;
|
|
29712
|
+
color: #00122e;
|
|
29658
29713
|
}
|
|
29659
|
-
.
|
|
29660
|
-
|
|
29714
|
+
.E_d1bw7c5z .center .number {
|
|
29715
|
+
font-size: 24px;
|
|
29716
|
+
font-weight: 700;
|
|
29661
29717
|
}
|
|
29662
|
-
.
|
|
29663
|
-
|
|
29718
|
+
.E_d1bw7c5z .center .text {
|
|
29719
|
+
padding: 0 5px;
|
|
29720
|
+
font-size: 12px;
|
|
29721
|
+
width: inherit;
|
|
29722
|
+
text-align: center;
|
|
29664
29723
|
}
|
|
29665
|
-
|
|
29666
|
-
|
|
29667
|
-
padding: 4px 11px;
|
|
29724
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29725
|
+
display: flex;
|
|
29668
29726
|
}
|
|
29669
|
-
|
|
29670
|
-
|
|
29671
|
-
|
|
29672
|
-
|
|
29727
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29728
|
+
position: relative !important;
|
|
29729
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29730
|
+
left: 0 !important;
|
|
29731
|
+
bottom: 0 !important;
|
|
29732
|
+
display: flex;
|
|
29733
|
+
align-items: center;
|
|
29673
29734
|
}
|
|
29674
|
-
.
|
|
29675
|
-
|
|
29735
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29736
|
+
width: 100%;
|
|
29676
29737
|
}
|
|
29677
|
-
.
|
|
29678
|
-
|
|
29738
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29739
|
+
width: 100%;
|
|
29740
|
+
margin-right: 0 !important;
|
|
29741
|
+
line-height: 18px;
|
|
29679
29742
|
}
|
|
29680
|
-
.
|
|
29681
|
-
|
|
29743
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29744
|
+
border-radius: 2px;
|
|
29682
29745
|
}
|
|
29683
|
-
.
|
|
29684
|
-
|
|
29685
|
-
|
|
29746
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29747
|
+
min-width: 75px;
|
|
29748
|
+
max-width: 198px;
|
|
29749
|
+
width: calc(100% - 20px);
|
|
29750
|
+
margin-left: 2px;
|
|
29751
|
+
color: #00122e !important;
|
|
29752
|
+
display: inline-flex;
|
|
29753
|
+
justify-content: space-between;
|
|
29686
29754
|
}
|
|
29687
|
-
.
|
|
29688
|
-
|
|
29689
|
-
|
|
29755
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29756
|
+
maxwidth: calc(100% - 12px);
|
|
29757
|
+
cursor: pointer;
|
|
29758
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29759
|
+
overflow: hidden;
|
|
29760
|
+
text-overflow: ellipsis;
|
|
29761
|
+
white-space: nowrap;
|
|
29690
29762
|
}
|
|
29691
|
-
.
|
|
29692
|
-
|
|
29763
|
+
.E_d1bw7c5z .value {
|
|
29764
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29693
29765
|
}
|
|
29694
29766
|
|
|
29695
|
-
.
|
|
29696
|
-
|
|
29697
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29698
|
-
font-size: 12px;
|
|
29767
|
+
.E_t10pqbtc {
|
|
29768
|
+
width: 140px;
|
|
29699
29769
|
}
|
|
29700
|
-
.
|
|
29701
|
-
|
|
29770
|
+
.E_t10pqbtc .item {
|
|
29771
|
+
margin: 6px auto;
|
|
29772
|
+
display: flex;
|
|
29773
|
+
justify-content: space-between;
|
|
29702
29774
|
}
|
|
29703
|
-
.
|
|
29704
|
-
|
|
29705
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29775
|
+
.E_t10pqbtc .item .name {
|
|
29776
|
+
width: 102px;
|
|
29706
29777
|
}
|
|
29707
29778
|
|
|
29708
29779
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -29962,125 +30033,57 @@ html body {
|
|
|
29962
30033
|
justify-content: center;
|
|
29963
30034
|
}
|
|
29964
30035
|
|
|
29965
|
-
.
|
|
29966
|
-
|
|
29967
|
-
|
|
29968
|
-
min-width: 285px;
|
|
29969
|
-
}
|
|
29970
|
-
.E_d1bw7c5z .center {
|
|
29971
|
-
position: absolute;
|
|
30036
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30037
|
+
padding: 4px 8px 0 8px;
|
|
30038
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29972
30039
|
font-size: 12px;
|
|
29973
|
-
|
|
29974
|
-
|
|
29975
|
-
|
|
29976
|
-
|
|
30040
|
+
}
|
|
30041
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30042
|
+
padding-bottom: 6px;
|
|
30043
|
+
}
|
|
30044
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30045
|
+
padding-top: 4px;
|
|
30046
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30047
|
+
}
|
|
30048
|
+
|
|
30049
|
+
.E_fzh9mnb {
|
|
30050
|
+
width: 100%;
|
|
30051
|
+
height: 100%;
|
|
30052
|
+
min-height: 124px;
|
|
29977
30053
|
display: flex;
|
|
29978
30054
|
flex-direction: column;
|
|
29979
30055
|
justify-content: center;
|
|
29980
30056
|
align-items: center;
|
|
29981
|
-
color: #00122e;
|
|
29982
30057
|
}
|
|
29983
|
-
.
|
|
29984
|
-
|
|
29985
|
-
|
|
30058
|
+
.E_fzh9mnb .error-text {
|
|
30059
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30060
|
+
margin-bottom: 16px;
|
|
30061
|
+
font-size: 18px;
|
|
29986
30062
|
}
|
|
29987
|
-
|
|
29988
|
-
|
|
29989
|
-
|
|
29990
|
-
width: inherit;
|
|
29991
|
-
text-align: center;
|
|
30063
|
+
|
|
30064
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30065
|
+
display: var(--a1wfy30z-0);
|
|
29992
30066
|
}
|
|
29993
|
-
.
|
|
29994
|
-
|
|
30067
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30068
|
+
padding: 4px 11px;
|
|
30069
|
+
display: inline-flex;
|
|
30070
|
+
line-height: 1.5715;
|
|
30071
|
+
height: inherit;
|
|
29995
30072
|
}
|
|
29996
|
-
.
|
|
29997
|
-
|
|
29998
|
-
|
|
29999
|
-
|
|
30000
|
-
bottom: 0 !important;
|
|
30001
|
-
display: flex;
|
|
30073
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30074
|
+
content: var(--a1wfy30z-1);
|
|
30075
|
+
display: var(--a1wfy30z-2);
|
|
30076
|
+
flex: none;
|
|
30002
30077
|
align-items: center;
|
|
30078
|
+
margin-left: 4px;
|
|
30003
30079
|
}
|
|
30004
|
-
.
|
|
30005
|
-
|
|
30006
|
-
|
|
30007
|
-
|
|
30008
|
-
|
|
30009
|
-
margin-right:
|
|
30010
|
-
|
|
30011
|
-
}
|
|
30012
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30013
|
-
border-radius: 2px;
|
|
30014
|
-
}
|
|
30015
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30016
|
-
min-width: 75px;
|
|
30017
|
-
max-width: 198px;
|
|
30018
|
-
width: calc(100% - 20px);
|
|
30019
|
-
margin-left: 2px;
|
|
30020
|
-
color: #00122e !important;
|
|
30021
|
-
display: inline-flex;
|
|
30022
|
-
justify-content: space-between;
|
|
30023
|
-
}
|
|
30024
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30025
|
-
maxwidth: calc(100% - 12px);
|
|
30026
|
-
cursor: pointer;
|
|
30027
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30028
|
-
overflow: hidden;
|
|
30029
|
-
text-overflow: ellipsis;
|
|
30030
|
-
white-space: nowrap;
|
|
30031
|
-
}
|
|
30032
|
-
.E_d1bw7c5z .value {
|
|
30033
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30034
|
-
}
|
|
30035
|
-
|
|
30036
|
-
.E_t10pqbtc {
|
|
30037
|
-
width: 140px;
|
|
30038
|
-
}
|
|
30039
|
-
.E_t10pqbtc .item {
|
|
30040
|
-
margin: 6px auto;
|
|
30041
|
-
display: flex;
|
|
30042
|
-
justify-content: space-between;
|
|
30043
|
-
}
|
|
30044
|
-
.E_t10pqbtc .item .name {
|
|
30045
|
-
width: 102px;
|
|
30046
|
-
}
|
|
30047
|
-
|
|
30048
|
-
.E_i1inqkme {
|
|
30049
|
-
height: 18px;
|
|
30050
|
-
line-height: 18px;
|
|
30051
|
-
padding: 0 4px;
|
|
30052
|
-
border-radius: 4px;
|
|
30053
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30054
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30055
|
-
display: flex;
|
|
30056
|
-
align-items: center;
|
|
30057
|
-
white-space: nowrap;
|
|
30058
|
-
margin-right: 4px;
|
|
30059
|
-
}
|
|
30060
|
-
|
|
30061
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30062
|
-
display: var(--a1wfy30z-0);
|
|
30063
|
-
}
|
|
30064
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30065
|
-
padding: 4px 11px;
|
|
30066
|
-
display: inline-flex;
|
|
30067
|
-
line-height: 1.5715;
|
|
30068
|
-
height: inherit;
|
|
30069
|
-
}
|
|
30070
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30071
|
-
content: var(--a1wfy30z-1);
|
|
30072
|
-
display: var(--a1wfy30z-2);
|
|
30073
|
-
flex: none;
|
|
30074
|
-
align-items: center;
|
|
30075
|
-
margin-left: 4px;
|
|
30076
|
-
}
|
|
30077
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30078
|
-
content: var(--a1wfy30z-3);
|
|
30079
|
-
display: var(--a1wfy30z-4);
|
|
30080
|
-
flex: none;
|
|
30081
|
-
align-items: center;
|
|
30082
|
-
margin-right: 4px;
|
|
30083
|
-
cursor: auto;
|
|
30080
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30081
|
+
content: var(--a1wfy30z-3);
|
|
30082
|
+
display: var(--a1wfy30z-4);
|
|
30083
|
+
flex: none;
|
|
30084
|
+
align-items: center;
|
|
30085
|
+
margin-right: 4px;
|
|
30086
|
+
cursor: auto;
|
|
30084
30087
|
}
|
|
30085
30088
|
.E_a1wfy30z .ant-input-number-input {
|
|
30086
30089
|
padding: 0;
|
|
@@ -30089,42 +30092,26 @@ html body {
|
|
|
30089
30092
|
font-size: inherit;
|
|
30090
30093
|
}
|
|
30091
30094
|
|
|
30092
|
-
.E_fzh9mnb {
|
|
30093
|
-
width: 100%;
|
|
30094
|
-
height: 100%;
|
|
30095
|
-
min-height: 124px;
|
|
30096
|
-
display: flex;
|
|
30097
|
-
flex-direction: column;
|
|
30098
|
-
justify-content: center;
|
|
30099
|
-
align-items: center;
|
|
30100
|
-
}
|
|
30101
|
-
.E_fzh9mnb .error-text {
|
|
30102
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30103
|
-
margin-bottom: 16px;
|
|
30104
|
-
font-size: 18px;
|
|
30105
|
-
}
|
|
30106
|
-
|
|
30107
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30108
|
-
margin-left: 8px;
|
|
30109
|
-
}
|
|
30110
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30111
|
-
padding: 2px 7px 2px 12px;
|
|
30112
|
-
}
|
|
30113
|
-
|
|
30114
30095
|
.E_sx1bpnu .ant-input-sm {
|
|
30115
30096
|
line-height: 18px;
|
|
30116
30097
|
}
|
|
30117
30098
|
|
|
30118
|
-
.
|
|
30119
|
-
display: flex;
|
|
30099
|
+
.E_iouxfgt {
|
|
30100
|
+
display: inline-flex;
|
|
30101
|
+
align-items: center;
|
|
30120
30102
|
}
|
|
30121
|
-
.
|
|
30122
|
-
|
|
30123
|
-
|
|
30103
|
+
.E_iouxfgt .icon-inner {
|
|
30104
|
+
display: inline-flex;
|
|
30105
|
+
align-items: center;
|
|
30106
|
+
justify-content: center;
|
|
30124
30107
|
}
|
|
30125
|
-
.
|
|
30126
|
-
|
|
30127
|
-
|
|
30108
|
+
.E_iouxfgt .icon-inner + span,
|
|
30109
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30110
|
+
margin-left: 4px;
|
|
30111
|
+
}
|
|
30112
|
+
.E_iouxfgt.is-rotate img,
|
|
30113
|
+
.E_iouxfgt.is-rotate svg {
|
|
30114
|
+
animation: rotate 680ms linear infinite;
|
|
30128
30115
|
}
|
|
30129
30116
|
|
|
30130
30117
|
.E_f7pxqmh {
|
|
@@ -30161,6 +30148,31 @@ html body {
|
|
|
30161
30148
|
min-height: 0px;
|
|
30162
30149
|
}
|
|
30163
30150
|
|
|
30151
|
+
.E_i1inqkme {
|
|
30152
|
+
height: 18px;
|
|
30153
|
+
line-height: 18px;
|
|
30154
|
+
padding: 0 4px;
|
|
30155
|
+
border-radius: 4px;
|
|
30156
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30157
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30158
|
+
display: flex;
|
|
30159
|
+
align-items: center;
|
|
30160
|
+
white-space: nowrap;
|
|
30161
|
+
margin-right: 4px;
|
|
30162
|
+
}
|
|
30163
|
+
|
|
30164
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30165
|
+
display: flex;
|
|
30166
|
+
}
|
|
30167
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30168
|
+
border-bottom-left-radius: 5px;
|
|
30169
|
+
border-top-left-radius: 5px;
|
|
30170
|
+
}
|
|
30171
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30172
|
+
border-bottom-right-radius: 5px;
|
|
30173
|
+
border-top-right-radius: 5px;
|
|
30174
|
+
}
|
|
30175
|
+
|
|
30164
30176
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30165
30177
|
display: var(--ai7qkf2-0);
|
|
30166
30178
|
}
|
|
@@ -30221,31 +30233,21 @@ html body {
|
|
|
30221
30233
|
padding: 2px 8px;
|
|
30222
30234
|
}
|
|
30223
30235
|
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30226
|
-
align-items: center;
|
|
30227
|
-
}
|
|
30228
|
-
.E_iouxfgt .icon-inner {
|
|
30229
|
-
display: inline-flex;
|
|
30230
|
-
align-items: center;
|
|
30231
|
-
justify-content: center;
|
|
30232
|
-
}
|
|
30233
|
-
.E_iouxfgt .icon-inner + span,
|
|
30234
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30235
|
-
margin-left: 4px;
|
|
30236
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30237
|
+
margin-left: 8px;
|
|
30236
30238
|
}
|
|
30237
|
-
.
|
|
30238
|
-
|
|
30239
|
-
animation: rotate 680ms linear infinite;
|
|
30239
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30240
|
+
padding: 2px 7px 2px 12px;
|
|
30240
30241
|
}
|
|
30241
30242
|
|
|
30242
|
-
.
|
|
30243
|
-
|
|
30243
|
+
.E_ivqqkzv {
|
|
30244
|
+
height: 24px;
|
|
30245
|
+
width: 56px !important;
|
|
30246
|
+
margin-right: 4px;
|
|
30244
30247
|
}
|
|
30245
30248
|
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30248
|
-
position: absolute;
|
|
30249
|
+
.E_c1wk4q29 {
|
|
30250
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30249
30251
|
}
|
|
30250
30252
|
|
|
30251
30253
|
.E_i11gg7mj .ant-input-prefix {
|
|
@@ -30420,16 +30422,6 @@ html body {
|
|
|
30420
30422
|
width: 36px;
|
|
30421
30423
|
}
|
|
30422
30424
|
|
|
30423
|
-
.E_ivqqkzv {
|
|
30424
|
-
height: 24px;
|
|
30425
|
-
width: 56px !important;
|
|
30426
|
-
margin-right: 4px;
|
|
30427
|
-
}
|
|
30428
|
-
|
|
30429
|
-
.E_c1wk4q29 {
|
|
30430
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30431
|
-
}
|
|
30432
|
-
|
|
30433
30425
|
.E_phljevk {
|
|
30434
30426
|
display: flex;
|
|
30435
30427
|
justify-content: space-between;
|
|
@@ -30487,6 +30479,15 @@ html body {
|
|
|
30487
30479
|
line-height: 18px;
|
|
30488
30480
|
}
|
|
30489
30481
|
|
|
30482
|
+
.E_owd0kml {
|
|
30483
|
+
display: inline-block;
|
|
30484
|
+
}
|
|
30485
|
+
|
|
30486
|
+
.E_h1jsgezc {
|
|
30487
|
+
visibility: hidden;
|
|
30488
|
+
position: absolute;
|
|
30489
|
+
}
|
|
30490
|
+
|
|
30490
30491
|
.E_c1bus5hc {
|
|
30491
30492
|
--color: white;
|
|
30492
30493
|
height: 14px;
|
|
@@ -30527,48 +30528,218 @@ html body {
|
|
|
30527
30528
|
transform: rotate(0deg);
|
|
30528
30529
|
}
|
|
30529
30530
|
|
|
30530
|
-
.
|
|
30531
|
-
|
|
30531
|
+
.E_tju3gfj .date {
|
|
30532
|
+
margin-right: 4px;
|
|
30532
30533
|
}
|
|
30533
30534
|
|
|
30534
|
-
.
|
|
30535
|
-
|
|
30535
|
+
.E_s1sck0th {
|
|
30536
|
+
padding: 0 8px;
|
|
30537
|
+
border-radius: 4px;
|
|
30536
30538
|
}
|
|
30537
30539
|
|
|
30538
|
-
.
|
|
30539
|
-
padding: 8px
|
|
30540
|
-
|
|
30541
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30542
|
-
height: 34px;
|
|
30543
|
-
min-height: 34px;
|
|
30544
|
-
box-sizing: border-box;
|
|
30545
|
-
margin-top: 8px;
|
|
30540
|
+
.E_m855nr1 {
|
|
30541
|
+
padding: 2px 8px;
|
|
30542
|
+
border-radius: 3px;
|
|
30546
30543
|
}
|
|
30547
30544
|
|
|
30548
|
-
.
|
|
30549
|
-
|
|
30550
|
-
|
|
30551
|
-
margin: 1px 8px;
|
|
30552
|
-
padding: 8px;
|
|
30553
|
-
border-radius: 4px;
|
|
30545
|
+
.E_l1270xpg {
|
|
30546
|
+
padding: 3px 8px;
|
|
30547
|
+
border-radius: 2px;
|
|
30554
30548
|
}
|
|
30555
|
-
|
|
30556
|
-
|
|
30549
|
+
|
|
30550
|
+
.E_t14rextb.ant-tag:hover {
|
|
30551
|
+
opacity: unset;
|
|
30557
30552
|
}
|
|
30558
|
-
.
|
|
30559
|
-
|
|
30553
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30554
|
+
margin: 0;
|
|
30555
|
+
margin-right: 8px;
|
|
30556
|
+
display: inline-flex;
|
|
30557
|
+
align-items: center;
|
|
30558
|
+
border: none;
|
|
30560
30559
|
}
|
|
30561
|
-
.
|
|
30562
|
-
|
|
30560
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30561
|
+
width: 16px;
|
|
30562
|
+
height: 16px;
|
|
30563
|
+
color: inherit;
|
|
30564
|
+
margin-left: 4px;
|
|
30565
|
+
opacity: 0.6;
|
|
30566
|
+
display: inline-flex;
|
|
30563
30567
|
}
|
|
30564
|
-
.
|
|
30568
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30569
|
+
opacity: 1;
|
|
30570
|
+
}
|
|
30571
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30565
30572
|
color: #0080ff;
|
|
30573
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30566
30574
|
}
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30575
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30576
|
+
color: #f0483e;
|
|
30577
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30569
30578
|
}
|
|
30570
|
-
.
|
|
30571
|
-
|
|
30579
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30580
|
+
color: #e07f00;
|
|
30581
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30582
|
+
}
|
|
30583
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30584
|
+
color: #008f4c;
|
|
30585
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30586
|
+
}
|
|
30587
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30588
|
+
color: #1d326c;
|
|
30589
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30590
|
+
}
|
|
30591
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30592
|
+
color: #7E41FF;
|
|
30593
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30594
|
+
}
|
|
30595
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30596
|
+
color: #fff;
|
|
30597
|
+
}
|
|
30598
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30599
|
+
background-color: #f0483e;
|
|
30600
|
+
}
|
|
30601
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30602
|
+
background-color: #fea008;
|
|
30603
|
+
}
|
|
30604
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30605
|
+
background-color: #00ba5d;
|
|
30606
|
+
}
|
|
30607
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30608
|
+
background-color: #0080ff;
|
|
30609
|
+
}
|
|
30610
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30611
|
+
background-color: #6b7d99;
|
|
30612
|
+
}
|
|
30613
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30614
|
+
background-color: #7E41FF;
|
|
30615
|
+
}
|
|
30616
|
+
|
|
30617
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30618
|
+
border: 0px;
|
|
30619
|
+
background-color: #fff;
|
|
30620
|
+
}
|
|
30621
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30622
|
+
padding-top: 0px;
|
|
30623
|
+
padding-bottom: 0px;
|
|
30624
|
+
padding-left: 0px !important;
|
|
30625
|
+
padding-right: 24px;
|
|
30626
|
+
}
|
|
30627
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30628
|
+
right: 0px;
|
|
30629
|
+
}
|
|
30630
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30631
|
+
padding: 0px;
|
|
30632
|
+
}
|
|
30633
|
+
|
|
30634
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30635
|
+
padding-right: 0px;
|
|
30636
|
+
cursor: default;
|
|
30637
|
+
}
|
|
30638
|
+
|
|
30639
|
+
.E_s1dizucg.ant-switch {
|
|
30640
|
+
min-width: 40px;
|
|
30641
|
+
height: 24px;
|
|
30642
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30643
|
+
overflow: hidden;
|
|
30644
|
+
}
|
|
30645
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30646
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30647
|
+
}
|
|
30648
|
+
.E_s1dizucg.ant-switch-small {
|
|
30649
|
+
min-width: 26px;
|
|
30650
|
+
height: 16px;
|
|
30651
|
+
}
|
|
30652
|
+
.E_s1dizucg.ant-switch-large {
|
|
30653
|
+
min-width: 52px;
|
|
30654
|
+
height: 32px;
|
|
30655
|
+
}
|
|
30656
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30657
|
+
height: 20px;
|
|
30658
|
+
width: 20px;
|
|
30659
|
+
}
|
|
30660
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30661
|
+
border-radius: 10px;
|
|
30662
|
+
transition-delay: 120ms;
|
|
30663
|
+
}
|
|
30664
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30665
|
+
height: 14px;
|
|
30666
|
+
width: 14px;
|
|
30667
|
+
top: 1px;
|
|
30668
|
+
left: 1px;
|
|
30669
|
+
}
|
|
30670
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30671
|
+
height: 28px;
|
|
30672
|
+
width: 28px;
|
|
30673
|
+
}
|
|
30674
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30675
|
+
border-radius: 14px;
|
|
30676
|
+
}
|
|
30677
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30678
|
+
background-color: #00ba5d;
|
|
30679
|
+
}
|
|
30680
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30681
|
+
left: calc(100% - 20px - 2px);
|
|
30682
|
+
}
|
|
30683
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30684
|
+
left: calc(100% - 14px - 1px);
|
|
30685
|
+
}
|
|
30686
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30687
|
+
left: calc(100% - 28px - 2px);
|
|
30688
|
+
}
|
|
30689
|
+
|
|
30690
|
+
.E_c1up6e3y {
|
|
30691
|
+
margin-left: 5px;
|
|
30692
|
+
}
|
|
30693
|
+
|
|
30694
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30695
|
+
display: none;
|
|
30696
|
+
}
|
|
30697
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30698
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30699
|
+
border-radius: 4px;
|
|
30700
|
+
}
|
|
30701
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30702
|
+
visibility: hidden;
|
|
30703
|
+
}
|
|
30704
|
+
|
|
30705
|
+
.E_s1dni7lo {
|
|
30706
|
+
width: 430px !important;
|
|
30707
|
+
}
|
|
30708
|
+
|
|
30709
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30710
|
+
padding: 8px 16px;
|
|
30711
|
+
line-height: 18px;
|
|
30712
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30713
|
+
height: 34px;
|
|
30714
|
+
min-height: 34px;
|
|
30715
|
+
box-sizing: border-box;
|
|
30716
|
+
margin-top: 8px;
|
|
30717
|
+
}
|
|
30718
|
+
|
|
30719
|
+
.E_o1ugr09p {
|
|
30720
|
+
display: flex;
|
|
30721
|
+
flex-direction: column;
|
|
30722
|
+
margin: 1px 8px;
|
|
30723
|
+
padding: 8px;
|
|
30724
|
+
border-radius: 4px;
|
|
30725
|
+
}
|
|
30726
|
+
.E_o1ugr09p .selected-icon {
|
|
30727
|
+
display: none;
|
|
30728
|
+
}
|
|
30729
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30730
|
+
padding-left: 8px;
|
|
30731
|
+
}
|
|
30732
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30733
|
+
background-color: white;
|
|
30734
|
+
}
|
|
30735
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30736
|
+
color: #0080ff;
|
|
30737
|
+
}
|
|
30738
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30739
|
+
display: block;
|
|
30740
|
+
}
|
|
30741
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30742
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30572
30743
|
}
|
|
30573
30744
|
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30574
30745
|
color: #0080ff;
|
|
@@ -30612,6 +30783,10 @@ html body {
|
|
|
30612
30783
|
opacity: 0;
|
|
30613
30784
|
}
|
|
30614
30785
|
|
|
30786
|
+
.E_iq1gosr {
|
|
30787
|
+
display: inline-block;
|
|
30788
|
+
}
|
|
30789
|
+
|
|
30615
30790
|
.E_dsnbhzf {
|
|
30616
30791
|
font-family: Inter;
|
|
30617
30792
|
font-style: normal;
|
|
@@ -31087,218 +31262,66 @@ html body {
|
|
|
31087
31262
|
line-height: 12px;
|
|
31088
31263
|
}
|
|
31089
31264
|
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31092
|
-
|
|
31265
|
+
.E_cnujxq2 {
|
|
31266
|
+
display: flex;
|
|
31267
|
+
flex-direction: column;
|
|
31093
31268
|
}
|
|
31094
31269
|
|
|
31095
|
-
.
|
|
31096
|
-
|
|
31097
|
-
|
|
31270
|
+
.E_m7s48ia {
|
|
31271
|
+
max-width: 1120px;
|
|
31272
|
+
width: 100%;
|
|
31273
|
+
margin: 0 auto;
|
|
31274
|
+
height: 100%;
|
|
31098
31275
|
}
|
|
31099
31276
|
|
|
31100
|
-
.
|
|
31101
|
-
|
|
31102
|
-
|
|
31277
|
+
.E_wt5zbg6 {
|
|
31278
|
+
max-width: 1120px;
|
|
31279
|
+
width: 100%;
|
|
31280
|
+
margin: 0 auto;
|
|
31281
|
+
display: flex;
|
|
31103
31282
|
}
|
|
31104
|
-
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31283
|
+
.E_wt5zbg6 .left,
|
|
31284
|
+
.E_wt5zbg6 .right {
|
|
31285
|
+
flex-grow: 0;
|
|
31286
|
+
flex-shrink: 0;
|
|
31287
|
+
flex-basis: 21%;
|
|
31107
31288
|
}
|
|
31108
|
-
.
|
|
31109
|
-
|
|
31110
|
-
|
|
31111
|
-
|
|
31112
|
-
align-items: center;
|
|
31113
|
-
border: none;
|
|
31289
|
+
.E_wt5zbg6 .left {
|
|
31290
|
+
display: flex;
|
|
31291
|
+
justify-content: flex-end;
|
|
31292
|
+
padding-right: 44px;
|
|
31114
31293
|
}
|
|
31115
|
-
.
|
|
31116
|
-
|
|
31117
|
-
height: 16px;
|
|
31118
|
-
color: inherit;
|
|
31119
|
-
margin-left: 4px;
|
|
31120
|
-
opacity: 0.6;
|
|
31121
|
-
display: inline-flex;
|
|
31294
|
+
.E_wt5zbg6 .right {
|
|
31295
|
+
padding-left: 44px;
|
|
31122
31296
|
}
|
|
31123
|
-
.
|
|
31124
|
-
|
|
31297
|
+
.E_wt5zbg6 .middle {
|
|
31298
|
+
margin-bottom: 40px;
|
|
31299
|
+
flex-grow: 0;
|
|
31300
|
+
flex-shrink: 0;
|
|
31301
|
+
flex-basis: 58%;
|
|
31302
|
+
overflow: hidden;
|
|
31125
31303
|
}
|
|
31126
|
-
.
|
|
31127
|
-
|
|
31128
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31304
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31305
|
+
width: 100%;
|
|
31129
31306
|
}
|
|
31130
|
-
.
|
|
31131
|
-
|
|
31132
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31307
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31308
|
+
width: auto;
|
|
31133
31309
|
}
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
|
|
31310
|
+
|
|
31311
|
+
.E_h18jprzg .ant-modal-header {
|
|
31312
|
+
margin: 0 auto;
|
|
31313
|
+
width: 100%;
|
|
31314
|
+
max-width: 648px;
|
|
31137
31315
|
}
|
|
31138
|
-
.
|
|
31139
|
-
|
|
31140
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31316
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31317
|
+
margin-left: 0;
|
|
31141
31318
|
}
|
|
31142
|
-
.
|
|
31143
|
-
|
|
31144
|
-
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31149
|
-
}
|
|
31150
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31151
|
-
color: #fff;
|
|
31152
|
-
}
|
|
31153
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31154
|
-
background-color: #f0483e;
|
|
31155
|
-
}
|
|
31156
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31157
|
-
background-color: #fea008;
|
|
31158
|
-
}
|
|
31159
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31160
|
-
background-color: #00ba5d;
|
|
31161
|
-
}
|
|
31162
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31163
|
-
background-color: #0080ff;
|
|
31164
|
-
}
|
|
31165
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31166
|
-
background-color: #6b7d99;
|
|
31167
|
-
}
|
|
31168
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31169
|
-
background-color: #7E41FF;
|
|
31170
|
-
}
|
|
31171
|
-
|
|
31172
|
-
.E_tju3gfj .date {
|
|
31173
|
-
margin-right: 4px;
|
|
31174
|
-
}
|
|
31175
|
-
|
|
31176
|
-
.E_iq1gosr {
|
|
31177
|
-
display: inline-block;
|
|
31178
|
-
}
|
|
31179
|
-
|
|
31180
|
-
.E_c1yyuluq {
|
|
31181
|
-
border-radius: 8px;
|
|
31182
|
-
}
|
|
31183
|
-
.E_c1yyuluq .ant-card-body {
|
|
31184
|
-
padding: 20px 24px 24px 24px;
|
|
31185
|
-
}
|
|
31186
|
-
|
|
31187
|
-
.E_s1dizucg.ant-switch {
|
|
31188
|
-
min-width: 40px;
|
|
31189
|
-
height: 24px;
|
|
31190
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31191
|
-
overflow: hidden;
|
|
31192
|
-
}
|
|
31193
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31194
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31195
|
-
}
|
|
31196
|
-
.E_s1dizucg.ant-switch-small {
|
|
31197
|
-
min-width: 26px;
|
|
31198
|
-
height: 16px;
|
|
31199
|
-
}
|
|
31200
|
-
.E_s1dizucg.ant-switch-large {
|
|
31201
|
-
min-width: 52px;
|
|
31202
|
-
height: 32px;
|
|
31203
|
-
}
|
|
31204
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31205
|
-
height: 20px;
|
|
31206
|
-
width: 20px;
|
|
31207
|
-
}
|
|
31208
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31209
|
-
border-radius: 10px;
|
|
31210
|
-
transition-delay: 120ms;
|
|
31211
|
-
}
|
|
31212
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31213
|
-
height: 14px;
|
|
31214
|
-
width: 14px;
|
|
31215
|
-
top: 1px;
|
|
31216
|
-
left: 1px;
|
|
31217
|
-
}
|
|
31218
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31219
|
-
height: 28px;
|
|
31220
|
-
width: 28px;
|
|
31221
|
-
}
|
|
31222
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31223
|
-
border-radius: 14px;
|
|
31224
|
-
}
|
|
31225
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31226
|
-
background-color: #00ba5d;
|
|
31227
|
-
}
|
|
31228
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31229
|
-
left: calc(100% - 20px - 2px);
|
|
31230
|
-
}
|
|
31231
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31232
|
-
left: calc(100% - 14px - 1px);
|
|
31233
|
-
}
|
|
31234
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31235
|
-
left: calc(100% - 28px - 2px);
|
|
31236
|
-
}
|
|
31237
|
-
|
|
31238
|
-
.E_c1up6e3y {
|
|
31239
|
-
margin-left: 5px;
|
|
31240
|
-
}
|
|
31241
|
-
|
|
31242
|
-
.E_cnujxq2 {
|
|
31243
|
-
display: flex;
|
|
31244
|
-
flex-direction: column;
|
|
31245
|
-
}
|
|
31246
|
-
|
|
31247
|
-
.E_m7s48ia {
|
|
31248
|
-
max-width: 1120px;
|
|
31249
|
-
width: 100%;
|
|
31250
|
-
margin: 0 auto;
|
|
31251
|
-
height: 100%;
|
|
31252
|
-
}
|
|
31253
|
-
|
|
31254
|
-
.E_wt5zbg6 {
|
|
31255
|
-
max-width: 1120px;
|
|
31256
|
-
width: 100%;
|
|
31257
|
-
margin: 0 auto;
|
|
31258
|
-
display: flex;
|
|
31259
|
-
}
|
|
31260
|
-
.E_wt5zbg6 .left,
|
|
31261
|
-
.E_wt5zbg6 .right {
|
|
31262
|
-
flex-grow: 0;
|
|
31263
|
-
flex-shrink: 0;
|
|
31264
|
-
flex-basis: 21%;
|
|
31265
|
-
}
|
|
31266
|
-
.E_wt5zbg6 .left {
|
|
31267
|
-
display: flex;
|
|
31268
|
-
justify-content: flex-end;
|
|
31269
|
-
padding-right: 44px;
|
|
31270
|
-
}
|
|
31271
|
-
.E_wt5zbg6 .right {
|
|
31272
|
-
padding-left: 44px;
|
|
31273
|
-
}
|
|
31274
|
-
.E_wt5zbg6 .middle {
|
|
31275
|
-
margin-bottom: 40px;
|
|
31276
|
-
flex-grow: 0;
|
|
31277
|
-
flex-shrink: 0;
|
|
31278
|
-
flex-basis: 58%;
|
|
31279
|
-
overflow: hidden;
|
|
31280
|
-
}
|
|
31281
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
31282
|
-
width: 100%;
|
|
31283
|
-
}
|
|
31284
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31285
|
-
width: auto;
|
|
31286
|
-
}
|
|
31287
|
-
|
|
31288
|
-
.E_h18jprzg .ant-modal-header {
|
|
31289
|
-
margin: 0 auto;
|
|
31290
|
-
width: 100%;
|
|
31291
|
-
max-width: 648px;
|
|
31292
|
-
}
|
|
31293
|
-
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31294
|
-
margin-left: 0;
|
|
31295
|
-
}
|
|
31296
|
-
.E_h18jprzg .ant-modal-body {
|
|
31297
|
-
margin: 0 auto;
|
|
31298
|
-
padding: 0;
|
|
31299
|
-
width: 100%;
|
|
31300
|
-
max-width: 648px;
|
|
31301
|
-
overflow: hidden;
|
|
31319
|
+
.E_h18jprzg .ant-modal-body {
|
|
31320
|
+
margin: 0 auto;
|
|
31321
|
+
padding: 0;
|
|
31322
|
+
width: 100%;
|
|
31323
|
+
max-width: 648px;
|
|
31324
|
+
overflow: hidden;
|
|
31302
31325
|
}
|
|
31303
31326
|
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31304
31327
|
margin-bottom: 40px;
|
|
@@ -31959,37 +31982,15 @@ input.E_rf8rlle.ant-input {
|
|
|
31959
31982
|
transition: all 320ms ease;
|
|
31960
31983
|
}
|
|
31961
31984
|
|
|
31962
|
-
.
|
|
31963
|
-
border:
|
|
31964
|
-
background-color: #fff;
|
|
31965
|
-
}
|
|
31966
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31967
|
-
padding-top: 0px;
|
|
31968
|
-
padding-bottom: 0px;
|
|
31969
|
-
padding-left: 0px !important;
|
|
31970
|
-
padding-right: 24px;
|
|
31971
|
-
}
|
|
31972
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31973
|
-
right: 0px;
|
|
31974
|
-
}
|
|
31975
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31976
|
-
padding: 0px;
|
|
31985
|
+
.E_c1yyuluq {
|
|
31986
|
+
border-radius: 8px;
|
|
31977
31987
|
}
|
|
31978
|
-
|
|
31979
|
-
|
|
31980
|
-
padding-right: 0px;
|
|
31981
|
-
cursor: default;
|
|
31988
|
+
.E_c1yyuluq .ant-card-body {
|
|
31989
|
+
padding: 20px 24px 24px 24px;
|
|
31982
31990
|
}
|
|
31983
31991
|
|
|
31984
|
-
.
|
|
31985
|
-
|
|
31986
|
-
}
|
|
31987
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31988
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31989
|
-
border-radius: 4px;
|
|
31990
|
-
}
|
|
31991
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31992
|
-
visibility: hidden;
|
|
31992
|
+
.E_m196gn1d {
|
|
31993
|
+
min-width: 1280px;
|
|
31993
31994
|
}
|
|
31994
31995
|
|
|
31995
31996
|
.E_suhck3k {
|
|
@@ -32005,22 +32006,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32005
32006
|
fill: blue;
|
|
32006
32007
|
}
|
|
32007
32008
|
|
|
32008
|
-
.E_ryby9ds {
|
|
32009
|
-
display: flex;
|
|
32010
|
-
align-items: center;
|
|
32011
|
-
}
|
|
32012
|
-
.E_ryby9ds .order {
|
|
32013
|
-
height: 24px;
|
|
32014
|
-
width: 24px;
|
|
32015
|
-
border-radius: 20px;
|
|
32016
|
-
color: #0080ff;
|
|
32017
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32018
|
-
display: flex;
|
|
32019
|
-
align-items: center;
|
|
32020
|
-
justify-content: center;
|
|
32021
|
-
margin-right: 6px;
|
|
32022
|
-
}
|
|
32023
|
-
|
|
32024
32009
|
.E_hrhfj7c {
|
|
32025
32010
|
display: none;
|
|
32026
32011
|
}
|
|
@@ -32240,6 +32225,22 @@ input.E_rf8rlle.ant-input {
|
|
|
32240
32225
|
font-size: 14px;
|
|
32241
32226
|
}
|
|
32242
32227
|
|
|
32228
|
+
.E_ryby9ds {
|
|
32229
|
+
display: flex;
|
|
32230
|
+
align-items: center;
|
|
32231
|
+
}
|
|
32232
|
+
.E_ryby9ds .order {
|
|
32233
|
+
height: 24px;
|
|
32234
|
+
width: 24px;
|
|
32235
|
+
border-radius: 20px;
|
|
32236
|
+
color: #0080ff;
|
|
32237
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32238
|
+
display: flex;
|
|
32239
|
+
align-items: center;
|
|
32240
|
+
justify-content: center;
|
|
32241
|
+
margin-right: 6px;
|
|
32242
|
+
}
|
|
32243
|
+
|
|
32243
32244
|
.E_icab5o7.ant-modal {
|
|
32244
32245
|
height: calc(100% - 20px);
|
|
32245
32246
|
width: calc(100% - 20px);
|
|
@@ -32372,20 +32373,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32372
32373
|
font-weight: bold;
|
|
32373
32374
|
}
|
|
32374
32375
|
|
|
32375
|
-
.E_m5foqp8 {
|
|
32376
|
-
--footer-height: 96px;
|
|
32377
|
-
--header-height: 80px;
|
|
32378
|
-
--modal-content-width: 720px;
|
|
32379
|
-
--modal-content-min-height: 200px;
|
|
32380
|
-
--modal-content-max-height: calc(
|
|
32381
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32382
|
-
);
|
|
32383
|
-
--modal-header-padding: 36px 60px 0;
|
|
32384
|
-
--modal-content-padding-y: 36px;
|
|
32385
|
-
--modal-content-padding-x: 60px;
|
|
32386
|
-
--modal-footer-padding: 0 60px;
|
|
32387
|
-
}
|
|
32388
|
-
|
|
32389
32376
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32390
32377
|
border-radius: 6px;
|
|
32391
32378
|
}
|
|
@@ -32443,6 +32430,20 @@ input.E_rf8rlle.ant-input {
|
|
|
32443
32430
|
transform: rotate(180deg);
|
|
32444
32431
|
}
|
|
32445
32432
|
|
|
32433
|
+
.E_m5foqp8 {
|
|
32434
|
+
--footer-height: 96px;
|
|
32435
|
+
--header-height: 80px;
|
|
32436
|
+
--modal-content-width: 720px;
|
|
32437
|
+
--modal-content-min-height: 200px;
|
|
32438
|
+
--modal-content-max-height: calc(
|
|
32439
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32440
|
+
);
|
|
32441
|
+
--modal-header-padding: 36px 60px 0;
|
|
32442
|
+
--modal-content-padding-y: 36px;
|
|
32443
|
+
--modal-content-padding-x: 60px;
|
|
32444
|
+
--modal-footer-padding: 0 60px;
|
|
32445
|
+
}
|
|
32446
|
+
|
|
32446
32447
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32447
32448
|
opacity: 1;
|
|
32448
32449
|
}
|
|
@@ -32595,13 +32596,43 @@ input.E_rf8rlle.ant-input {
|
|
|
32595
32596
|
flex-shrink: 0;
|
|
32596
32597
|
}
|
|
32597
32598
|
|
|
32598
|
-
.
|
|
32599
|
-
height: 50px;
|
|
32600
|
-
border-bottom: 2px solid #edf0f7;
|
|
32601
|
-
background: #fff;
|
|
32599
|
+
.E_w1dxz879 {
|
|
32602
32600
|
display: flex;
|
|
32603
|
-
|
|
32604
|
-
|
|
32601
|
+
flex-direction: column;
|
|
32602
|
+
gap: 6px;
|
|
32603
|
+
}
|
|
32604
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32605
|
+
max-height: var(--w1dxz879-0);
|
|
32606
|
+
text-overflow: clip;
|
|
32607
|
+
overflow: hidden;
|
|
32608
|
+
}
|
|
32609
|
+
.E_w1dxz879 .tips {
|
|
32610
|
+
color: #fff;
|
|
32611
|
+
opacity: 0.8;
|
|
32612
|
+
}
|
|
32613
|
+
|
|
32614
|
+
.E_sqv6dmy {
|
|
32615
|
+
display: flex;
|
|
32616
|
+
justify-content: flex-end;
|
|
32617
|
+
}
|
|
32618
|
+
|
|
32619
|
+
.E_p1rm8wzb {
|
|
32620
|
+
margin-right: 8px;
|
|
32621
|
+
}
|
|
32622
|
+
|
|
32623
|
+
.E_sd7qcf4 {
|
|
32624
|
+
height: 100%;
|
|
32625
|
+
width: 100%;
|
|
32626
|
+
overflow: auto;
|
|
32627
|
+
}
|
|
32628
|
+
|
|
32629
|
+
.E_h12yihis {
|
|
32630
|
+
height: 50px;
|
|
32631
|
+
border-bottom: 2px solid #edf0f7;
|
|
32632
|
+
background: #fff;
|
|
32633
|
+
display: flex;
|
|
32634
|
+
justify-content: space-between;
|
|
32635
|
+
align-items: center;
|
|
32605
32636
|
padding: 0 24px 0 14px;
|
|
32606
32637
|
position: relative;
|
|
32607
32638
|
z-index: 10;
|
|
@@ -32815,72 +32846,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32815
32846
|
position: static;
|
|
32816
32847
|
}
|
|
32817
32848
|
|
|
32818
|
-
.E_sqv6dmy {
|
|
32819
|
-
display: flex;
|
|
32820
|
-
justify-content: flex-end;
|
|
32821
|
-
}
|
|
32822
|
-
|
|
32823
|
-
.E_p1rm8wzb {
|
|
32824
|
-
margin-right: 8px;
|
|
32825
|
-
}
|
|
32826
|
-
|
|
32827
|
-
.E_sd7qcf4 {
|
|
32828
|
-
height: 100%;
|
|
32829
|
-
width: 100%;
|
|
32830
|
-
overflow: auto;
|
|
32831
|
-
}
|
|
32832
|
-
|
|
32833
|
-
.E_w1dxz879 {
|
|
32834
|
-
display: flex;
|
|
32835
|
-
flex-direction: column;
|
|
32836
|
-
gap: 6px;
|
|
32837
|
-
}
|
|
32838
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32839
|
-
max-height: var(--w1dxz879-0);
|
|
32840
|
-
text-overflow: clip;
|
|
32841
|
-
overflow: hidden;
|
|
32842
|
-
}
|
|
32843
|
-
.E_w1dxz879 .tips {
|
|
32844
|
-
color: #fff;
|
|
32845
|
-
opacity: 0.8;
|
|
32846
|
-
}
|
|
32847
|
-
|
|
32848
|
-
.E_r77hffu {
|
|
32849
|
-
display: flex;
|
|
32850
|
-
align-items: center;
|
|
32851
|
-
justify-content: space-between;
|
|
32852
|
-
column-gap: 6px;
|
|
32853
|
-
}
|
|
32854
|
-
|
|
32855
|
-
.E_p1cmxsf7 {
|
|
32856
|
-
display: flex;
|
|
32857
|
-
flex-direction: column;
|
|
32858
|
-
justify-content: center;
|
|
32859
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32860
|
-
}
|
|
32861
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32862
|
-
font-size: 0;
|
|
32863
|
-
margin-bottom: unset;
|
|
32864
|
-
margin-inline-end: unset;
|
|
32865
|
-
}
|
|
32866
|
-
|
|
32867
|
-
.E_b14q2gmw {
|
|
32868
|
-
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);
|
|
32869
|
-
}
|
|
32870
|
-
|
|
32871
|
-
.E_c1eym6el {
|
|
32872
|
-
border-radius: 8px;
|
|
32873
|
-
background-color: white;
|
|
32874
|
-
}
|
|
32875
|
-
.E_c1eym6el.hoverable {
|
|
32876
|
-
cursor: pointer;
|
|
32877
|
-
}
|
|
32878
|
-
.E_c1eym6el.hoverable:hover {
|
|
32879
|
-
transition: all 200ms ease;
|
|
32880
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32881
|
-
transform: translateY(-4px);
|
|
32882
|
-
}
|
|
32883
|
-
|
|
32884
32849
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32885
32850
|
margin-right: 2px;
|
|
32886
32851
|
}
|
|
@@ -32916,48 +32881,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32916
32881
|
background-color: transparent;
|
|
32917
32882
|
}
|
|
32918
32883
|
|
|
32919
|
-
.
|
|
32920
|
-
padding: 0 12px 14px 12px;
|
|
32921
|
-
}
|
|
32922
|
-
|
|
32923
|
-
.E_c1kghdax {
|
|
32924
|
-
color: #2d3a56;
|
|
32925
|
-
padding: 7px 12px;
|
|
32884
|
+
.E_r77hffu {
|
|
32926
32885
|
display: flex;
|
|
32927
|
-
justify-content: space-between;
|
|
32928
32886
|
align-items: center;
|
|
32887
|
+
justify-content: space-between;
|
|
32888
|
+
column-gap: 6px;
|
|
32929
32889
|
}
|
|
32930
|
-
|
|
32931
|
-
|
|
32932
|
-
}
|
|
32933
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32934
|
-
cursor: pointer;
|
|
32935
|
-
color: #00122e;
|
|
32936
|
-
}
|
|
32937
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32938
|
-
color: #2d3a56;
|
|
32939
|
-
font-weight: 600;
|
|
32940
|
-
}
|
|
32941
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32942
|
-
transform: rotate(90deg);
|
|
32943
|
-
}
|
|
32944
|
-
.E_c1kghdax .sub-info {
|
|
32945
|
-
font-size: 12px;
|
|
32946
|
-
line-height: 18px;
|
|
32947
|
-
}
|
|
32948
|
-
.E_c1kghdax .title-wrapper {
|
|
32890
|
+
|
|
32891
|
+
.E_p1cmxsf7 {
|
|
32949
32892
|
display: flex;
|
|
32950
|
-
|
|
32951
|
-
|
|
32952
|
-
|
|
32953
|
-
font-size: 12px;
|
|
32954
|
-
line-height: 18px;
|
|
32955
|
-
color: #2d3a56;
|
|
32956
|
-
font-weight: 700;
|
|
32893
|
+
flex-direction: column;
|
|
32894
|
+
justify-content: center;
|
|
32895
|
+
row-gap: var(--p1cmxsf7-0);
|
|
32957
32896
|
}
|
|
32958
|
-
.
|
|
32959
|
-
|
|
32960
|
-
margin-
|
|
32897
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32898
|
+
font-size: 0;
|
|
32899
|
+
margin-bottom: unset;
|
|
32900
|
+
margin-inline-end: unset;
|
|
32961
32901
|
}
|
|
32962
32902
|
|
|
32963
32903
|
.E_ckui4s7 {
|
|
@@ -33024,831 +32964,697 @@ input.E_rf8rlle.ant-input {
|
|
|
33024
32964
|
margin-left: 24px;
|
|
33025
32965
|
}
|
|
33026
32966
|
|
|
33027
|
-
.
|
|
33028
|
-
|
|
33029
|
-
flex: 1;
|
|
33030
|
-
}
|
|
33031
|
-
.E_t1gvlxt5 .tag {
|
|
33032
|
-
flex: 0 0 auto;
|
|
33033
|
-
}
|
|
33034
|
-
.E_t1gvlxt5 .progress-title {
|
|
33035
|
-
flex: 2;
|
|
33036
|
-
max-width: fit-content;
|
|
33037
|
-
}
|
|
33038
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33039
|
-
flex: 1;
|
|
33040
|
-
max-width: fit-content;
|
|
32967
|
+
.E_c1yd35n {
|
|
32968
|
+
padding: 0 12px 14px 12px;
|
|
33041
32969
|
}
|
|
33042
32970
|
|
|
33043
|
-
.
|
|
32971
|
+
.E_c1kghdax {
|
|
32972
|
+
color: #2d3a56;
|
|
32973
|
+
padding: 7px 12px;
|
|
33044
32974
|
display: flex;
|
|
32975
|
+
justify-content: space-between;
|
|
33045
32976
|
align-items: center;
|
|
33046
|
-
column-gap: var(--a1ji6r68-0);
|
|
33047
32977
|
}
|
|
33048
|
-
|
|
33049
|
-
|
|
33050
|
-
width: 64px;
|
|
33051
|
-
height: 64px;
|
|
33052
|
-
display: flex;
|
|
33053
|
-
align-items: center;
|
|
33054
|
-
justify-content: center;
|
|
33055
|
-
position: relative;
|
|
33056
|
-
opacity: 0.2;
|
|
32978
|
+
.E_c1kghdax.has-arrow {
|
|
32979
|
+
padding-left: 10px;
|
|
33057
32980
|
}
|
|
33058
|
-
|
|
33059
|
-
|
|
33060
|
-
|
|
33061
|
-
width: 5px;
|
|
33062
|
-
height: 48px;
|
|
33063
|
-
left: 9.33px;
|
|
33064
|
-
top: 40.5px;
|
|
33065
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33066
|
-
border-radius: 5px;
|
|
33067
|
-
transform: rotate(-128deg);
|
|
33068
|
-
transform-origin: top left;
|
|
33069
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32981
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32982
|
+
cursor: pointer;
|
|
32983
|
+
color: #00122e;
|
|
33070
32984
|
}
|
|
33071
|
-
|
|
33072
|
-
|
|
33073
|
-
|
|
33074
|
-
width: 5px;
|
|
33075
|
-
height: 48px;
|
|
33076
|
-
left: 40.8px;
|
|
33077
|
-
top: 8.4px;
|
|
33078
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33079
|
-
border-radius: 5px;
|
|
33080
|
-
transform: rotate(-8deg);
|
|
33081
|
-
transform-origin: top left;
|
|
33082
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32985
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32986
|
+
color: #2d3a56;
|
|
32987
|
+
font-weight: 600;
|
|
33083
32988
|
}
|
|
33084
|
-
|
|
33085
|
-
|
|
33086
|
-
position: absolute;
|
|
33087
|
-
width: 5px;
|
|
33088
|
-
height: 48px;
|
|
33089
|
-
left: 52.9px;
|
|
33090
|
-
top: 51.8px;
|
|
33091
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33092
|
-
border-radius: 5px;
|
|
33093
|
-
transform: rotate(112deg);
|
|
33094
|
-
transform-origin: top left;
|
|
33095
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32989
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32990
|
+
transform: rotate(90deg);
|
|
33096
32991
|
}
|
|
33097
|
-
|
|
33098
|
-
|
|
33099
|
-
|
|
33100
|
-
|
|
32992
|
+
.E_c1kghdax .sub-info {
|
|
32993
|
+
font-size: 12px;
|
|
32994
|
+
line-height: 18px;
|
|
32995
|
+
}
|
|
32996
|
+
.E_c1kghdax .title-wrapper {
|
|
33101
32997
|
display: flex;
|
|
33102
32998
|
align-items: center;
|
|
33103
|
-
|
|
33104
|
-
flex-
|
|
33105
|
-
|
|
32999
|
+
user-select: none;
|
|
33000
|
+
flex-grow: 1;
|
|
33001
|
+
font-size: 12px;
|
|
33002
|
+
line-height: 18px;
|
|
33003
|
+
color: #2d3a56;
|
|
33004
|
+
font-weight: 700;
|
|
33106
33005
|
}
|
|
33107
|
-
.
|
|
33108
|
-
|
|
33109
|
-
|
|
33006
|
+
.E_c1kghdax .collapse-arrow {
|
|
33007
|
+
transition: all 50ms ease-out 0ms;
|
|
33008
|
+
margin-right: 2px;
|
|
33110
33009
|
}
|
|
33111
33010
|
|
|
33112
|
-
.
|
|
33113
|
-
|
|
33114
|
-
height: 100%;
|
|
33115
|
-
display: flex;
|
|
33116
|
-
flex-direction: column;
|
|
33117
|
-
}
|
|
33118
|
-
.E_mn7joto .name-toolbar {
|
|
33119
|
-
width: 100%;
|
|
33120
|
-
display: flex;
|
|
33121
|
-
line-height: 30px;
|
|
33122
|
-
justify-content: space-between;
|
|
33123
|
-
}
|
|
33124
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
33125
|
-
display: flex;
|
|
33126
|
-
font-size: 12px;
|
|
33127
|
-
align-items: center;
|
|
33128
|
-
}
|
|
33129
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33130
|
-
color: #a3b4cc;
|
|
33011
|
+
.E_b14q2gmw {
|
|
33012
|
+
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);
|
|
33131
33013
|
}
|
|
33132
|
-
|
|
33133
|
-
|
|
33014
|
+
|
|
33015
|
+
.E_c1eym6el {
|
|
33016
|
+
border-radius: 8px;
|
|
33017
|
+
background-color: white;
|
|
33134
33018
|
}
|
|
33135
|
-
.
|
|
33136
|
-
margin-left: 10px;
|
|
33019
|
+
.E_c1eym6el.hoverable {
|
|
33137
33020
|
cursor: pointer;
|
|
33138
33021
|
}
|
|
33139
|
-
.
|
|
33140
|
-
|
|
33141
|
-
|
|
33142
|
-
|
|
33143
|
-
justify-content: center;
|
|
33144
|
-
align-items: center;
|
|
33145
|
-
}
|
|
33146
|
-
.E_mn7joto .single-content {
|
|
33147
|
-
height: 65px;
|
|
33022
|
+
.E_c1eym6el.hoverable:hover {
|
|
33023
|
+
transition: all 200ms ease;
|
|
33024
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33025
|
+
transform: translateY(-4px);
|
|
33148
33026
|
}
|
|
33149
33027
|
|
|
33150
|
-
.
|
|
33028
|
+
.E_l1ucdodl {
|
|
33029
|
+
margin: 0;
|
|
33030
|
+
border-radius: 20px;
|
|
33031
|
+
padding: 2px 10px;
|
|
33032
|
+
height: 22px;
|
|
33151
33033
|
display: flex;
|
|
33152
33034
|
align-items: center;
|
|
33153
|
-
white-space: nowrap;
|
|
33154
|
-
overflow: hidden;
|
|
33155
|
-
width: 100%;
|
|
33156
33035
|
}
|
|
33157
|
-
.
|
|
33158
|
-
|
|
33159
|
-
margin-left: 8px;
|
|
33036
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33037
|
+
color: #FFFFFF;
|
|
33160
33038
|
}
|
|
33161
|
-
|
|
33162
|
-
.E_ltthzck {
|
|
33163
|
-
display: flex;
|
|
33164
|
-
justify-content: flex-start;
|
|
33165
|
-
align-items: center;
|
|
33166
|
-
font-size: 12px;
|
|
33039
|
+
.E_l1ucdodl.tag-hover {
|
|
33167
33040
|
cursor: pointer;
|
|
33168
33041
|
}
|
|
33169
|
-
.
|
|
33170
|
-
|
|
33171
|
-
}
|
|
33172
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33173
|
-
opacity: 0.3;
|
|
33042
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33043
|
+
color: #00122e;
|
|
33174
33044
|
}
|
|
33175
|
-
.
|
|
33176
|
-
|
|
33177
|
-
border-radius: 2px;
|
|
33045
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33046
|
+
margin-right: 6px;
|
|
33178
33047
|
}
|
|
33179
|
-
.
|
|
33180
|
-
|
|
33048
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33049
|
+
margin-left: 8px;
|
|
33050
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33181
33051
|
}
|
|
33182
|
-
.
|
|
33183
|
-
|
|
33052
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33053
|
+
color: #FFFFFF;
|
|
33184
33054
|
}
|
|
33185
|
-
.
|
|
33186
|
-
color: #
|
|
33055
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33056
|
+
background-color: #0080ff;
|
|
33187
33057
|
}
|
|
33188
|
-
|
|
33189
|
-
|
|
33190
|
-
display: flex;
|
|
33191
|
-
justify-content: flex-start;
|
|
33192
|
-
align-items: center;
|
|
33193
|
-
font-size: 12px;
|
|
33194
|
-
cursor: pointer;
|
|
33058
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33059
|
+
background-color: #f0483e;
|
|
33195
33060
|
}
|
|
33196
|
-
.
|
|
33197
|
-
|
|
33061
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33062
|
+
background-color: #fea008;
|
|
33198
33063
|
}
|
|
33199
|
-
.
|
|
33200
|
-
background: #
|
|
33201
|
-
border-radius: 2px;
|
|
33064
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33065
|
+
background-color: #00ba5d;
|
|
33202
33066
|
}
|
|
33203
|
-
.
|
|
33204
|
-
color: #
|
|
33067
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33068
|
+
background-color: #6b7d99;
|
|
33205
33069
|
}
|
|
33206
|
-
.
|
|
33207
|
-
|
|
33070
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33071
|
+
background-color: #7E41FF;
|
|
33208
33072
|
}
|
|
33209
33073
|
|
|
33210
|
-
.
|
|
33211
|
-
|
|
33074
|
+
.E_s1qj66nc {
|
|
33075
|
+
width: 8px;
|
|
33212
33076
|
height: 8px;
|
|
33077
|
+
border-radius: 50%;
|
|
33078
|
+
display: inline-block;
|
|
33079
|
+
}
|
|
33080
|
+
|
|
33081
|
+
.E_s5x1boq {
|
|
33213
33082
|
width: 8px;
|
|
33214
|
-
|
|
33083
|
+
height: 8px;
|
|
33215
33084
|
border-radius: 2px;
|
|
33085
|
+
display: inline-block;
|
|
33216
33086
|
}
|
|
33217
33087
|
|
|
33218
|
-
.
|
|
33219
|
-
|
|
33220
|
-
align-items: center;
|
|
33221
|
-
font-size: 12px;
|
|
33222
|
-
margin: 0;
|
|
33088
|
+
.E_c1xm185 {
|
|
33089
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33223
33090
|
}
|
|
33224
33091
|
|
|
33225
|
-
.
|
|
33226
|
-
|
|
33092
|
+
.E_c1x5l5qc {
|
|
33093
|
+
flex: 1;
|
|
33227
33094
|
}
|
|
33228
|
-
|
|
33229
|
-
|
|
33095
|
+
|
|
33096
|
+
button.E_l48ei06.ant-btn,
|
|
33097
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33098
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33099
|
+
font-size: 12px;
|
|
33100
|
+
line-height: 18px;
|
|
33101
|
+
height: 18px;
|
|
33230
33102
|
}
|
|
33231
|
-
|
|
33232
|
-
|
|
33233
|
-
|
|
33234
|
-
|
|
33103
|
+
|
|
33104
|
+
button.E_l48ei06 {
|
|
33105
|
+
color: #0080FF;
|
|
33106
|
+
height: unset;
|
|
33235
33107
|
}
|
|
33236
|
-
.
|
|
33237
|
-
|
|
33238
|
-
flex-shrink: 0;
|
|
33239
|
-
font-size: 12px;
|
|
33240
|
-
align-items: center;
|
|
33108
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33109
|
+
margin-right: 4px;
|
|
33241
33110
|
}
|
|
33242
|
-
.
|
|
33243
|
-
|
|
33111
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33112
|
+
margin-left: 4px;
|
|
33244
33113
|
}
|
|
33245
|
-
.
|
|
33246
|
-
|
|
33114
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33115
|
+
color: #009DFF;
|
|
33247
33116
|
}
|
|
33248
|
-
.
|
|
33249
|
-
|
|
33250
|
-
cursor: pointer;
|
|
33117
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33118
|
+
color: #005ED1;
|
|
33251
33119
|
}
|
|
33252
|
-
.
|
|
33253
|
-
|
|
33120
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33121
|
+
color: #0080FF;
|
|
33254
33122
|
}
|
|
33255
|
-
.
|
|
33256
|
-
|
|
33257
|
-
bottom: 10px;
|
|
33258
|
-
padding: 0 8px;
|
|
33259
|
-
font-size: 12px;
|
|
33260
|
-
color: #fff;
|
|
33261
|
-
transform: translateX(-50%);
|
|
33123
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33124
|
+
color: #00122E;
|
|
33262
33125
|
}
|
|
33263
|
-
|
|
33264
|
-
|
|
33265
|
-
min-width: 200px;
|
|
33266
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
33267
|
-
border-radius: 4px;
|
|
33268
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33269
|
-
padding: 8px;
|
|
33126
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33127
|
+
color: #0080FF;
|
|
33270
33128
|
}
|
|
33271
|
-
|
|
33272
|
-
|
|
33273
|
-
display: flex;
|
|
33274
|
-
align-items: center;
|
|
33275
|
-
background-color: unset;
|
|
33276
|
-
color: #FFFFFF;
|
|
33277
|
-
justify-content: space-between;
|
|
33278
|
-
font-size: 12px;
|
|
33279
|
-
padding-top: 6px;
|
|
33129
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33130
|
+
color: #005ED1;
|
|
33280
33131
|
}
|
|
33281
|
-
.
|
|
33282
|
-
|
|
33132
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33133
|
+
color: #00122E;
|
|
33283
33134
|
}
|
|
33284
|
-
.
|
|
33285
|
-
|
|
33135
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33136
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33286
33137
|
}
|
|
33287
|
-
.
|
|
33288
|
-
color: #
|
|
33289
|
-
margin-left: 8px;
|
|
33138
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33139
|
+
color: #0080FF;
|
|
33290
33140
|
}
|
|
33291
|
-
|
|
33292
|
-
|
|
33293
|
-
display: inline-block;
|
|
33294
|
-
height: 8px;
|
|
33295
|
-
width: 8px;
|
|
33296
|
-
margin-right: 8px;
|
|
33297
|
-
border-radius: 2px;
|
|
33141
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33142
|
+
color: #005ED1;
|
|
33298
33143
|
}
|
|
33299
|
-
.
|
|
33300
|
-
|
|
33144
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33145
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33301
33146
|
}
|
|
33302
33147
|
|
|
33303
|
-
.
|
|
33304
|
-
|
|
33305
|
-
|
|
33306
|
-
|
|
33307
|
-
|
|
33308
|
-
justify-content: center;
|
|
33309
|
-
flex-direction: column;
|
|
33310
|
-
height: 100%;
|
|
33148
|
+
.E_sddwhm6 {
|
|
33149
|
+
margin: 0;
|
|
33150
|
+
border-radius: 20px;
|
|
33151
|
+
padding: 2px 10px;
|
|
33152
|
+
height: 22px;
|
|
33311
33153
|
}
|
|
33312
|
-
.
|
|
33313
|
-
color:
|
|
33314
|
-
cursor: pointer;
|
|
33154
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33155
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33315
33156
|
}
|
|
33316
|
-
|
|
33317
|
-
.
|
|
33318
|
-
width: 100%;
|
|
33319
|
-
height: 100%;
|
|
33320
|
-
display: flex;
|
|
33321
|
-
flex-direction: column;
|
|
33157
|
+
.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 {
|
|
33158
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33322
33159
|
}
|
|
33323
|
-
.
|
|
33160
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33161
|
+
color: #00122e;
|
|
33162
|
+
}
|
|
33163
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33164
|
+
margin-right: 6px;
|
|
33165
|
+
}
|
|
33166
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33167
|
+
margin-left: 8px;
|
|
33168
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33169
|
+
}
|
|
33170
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33171
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33172
|
+
}
|
|
33173
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33174
|
+
background-color: #0080ff;
|
|
33175
|
+
}
|
|
33176
|
+
.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 {
|
|
33177
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33178
|
+
}
|
|
33179
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33180
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33181
|
+
}
|
|
33182
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33183
|
+
background-color: #f0483e;
|
|
33184
|
+
}
|
|
33185
|
+
.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 {
|
|
33186
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33187
|
+
}
|
|
33188
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33189
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33190
|
+
}
|
|
33191
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33192
|
+
background-color: #fea008;
|
|
33193
|
+
}
|
|
33194
|
+
.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 {
|
|
33195
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33196
|
+
}
|
|
33197
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33198
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33199
|
+
}
|
|
33200
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33201
|
+
background-color: #00ba5d;
|
|
33202
|
+
}
|
|
33203
|
+
.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 {
|
|
33204
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33205
|
+
}
|
|
33206
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33207
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33208
|
+
}
|
|
33209
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33210
|
+
background-color: #6b7d99;
|
|
33211
|
+
}
|
|
33212
|
+
.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 {
|
|
33213
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33214
|
+
}
|
|
33215
|
+
|
|
33216
|
+
.E_satwmqm {
|
|
33217
|
+
width: 8px;
|
|
33218
|
+
height: 8px;
|
|
33219
|
+
border-radius: 50%;
|
|
33220
|
+
display: inline-block;
|
|
33221
|
+
}
|
|
33222
|
+
|
|
33223
|
+
.E_t1gvlxt5 {
|
|
33224
|
+
min-width: 0;
|
|
33225
|
+
flex: 1;
|
|
33226
|
+
}
|
|
33227
|
+
.E_t1gvlxt5 .tag {
|
|
33228
|
+
flex: 0 0 auto;
|
|
33229
|
+
}
|
|
33230
|
+
.E_t1gvlxt5 .progress-title {
|
|
33231
|
+
flex: 2;
|
|
33232
|
+
max-width: fit-content;
|
|
33233
|
+
}
|
|
33234
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33235
|
+
flex: 1;
|
|
33236
|
+
max-width: fit-content;
|
|
33237
|
+
}
|
|
33238
|
+
|
|
33239
|
+
.E_a1ji6r68 {
|
|
33240
|
+
display: flex;
|
|
33241
|
+
align-items: center;
|
|
33242
|
+
column-gap: var(--a1ji6r68-0);
|
|
33243
|
+
}
|
|
33244
|
+
|
|
33245
|
+
.E_lht19u8 {
|
|
33246
|
+
width: 64px;
|
|
33247
|
+
height: 64px;
|
|
33248
|
+
display: flex;
|
|
33249
|
+
align-items: center;
|
|
33250
|
+
justify-content: center;
|
|
33251
|
+
position: relative;
|
|
33252
|
+
opacity: 0.2;
|
|
33253
|
+
}
|
|
33254
|
+
|
|
33255
|
+
.E_lk3gkp4 {
|
|
33256
|
+
position: absolute;
|
|
33257
|
+
width: 5px;
|
|
33258
|
+
height: 48px;
|
|
33259
|
+
left: 9.33px;
|
|
33260
|
+
top: 40.5px;
|
|
33261
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33262
|
+
border-radius: 5px;
|
|
33263
|
+
transform: rotate(-128deg);
|
|
33264
|
+
transform-origin: top left;
|
|
33265
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33266
|
+
}
|
|
33267
|
+
|
|
33268
|
+
.E_ll4n94n {
|
|
33269
|
+
position: absolute;
|
|
33270
|
+
width: 5px;
|
|
33271
|
+
height: 48px;
|
|
33272
|
+
left: 40.8px;
|
|
33273
|
+
top: 8.4px;
|
|
33274
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33275
|
+
border-radius: 5px;
|
|
33276
|
+
transform: rotate(-8deg);
|
|
33277
|
+
transform-origin: top left;
|
|
33278
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33279
|
+
}
|
|
33280
|
+
|
|
33281
|
+
.E_l17lbdo6 {
|
|
33282
|
+
position: absolute;
|
|
33283
|
+
width: 5px;
|
|
33284
|
+
height: 48px;
|
|
33285
|
+
left: 52.9px;
|
|
33286
|
+
top: 51.8px;
|
|
33287
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33288
|
+
border-radius: 5px;
|
|
33289
|
+
transform: rotate(112deg);
|
|
33290
|
+
transform-origin: top left;
|
|
33291
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33292
|
+
}
|
|
33293
|
+
|
|
33294
|
+
.E_m11nzl2x {
|
|
33295
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33296
|
+
text-align: center;
|
|
33297
|
+
display: flex;
|
|
33298
|
+
align-items: center;
|
|
33299
|
+
justify-content: center;
|
|
33300
|
+
flex-direction: column;
|
|
33301
|
+
height: 100%;
|
|
33302
|
+
}
|
|
33303
|
+
.E_m11nzl2x .link {
|
|
33304
|
+
color: #0080ff;
|
|
33305
|
+
cursor: pointer;
|
|
33306
|
+
}
|
|
33307
|
+
|
|
33308
|
+
.E_mn7joto {
|
|
33309
|
+
width: 100%;
|
|
33310
|
+
height: 100%;
|
|
33311
|
+
display: flex;
|
|
33312
|
+
flex-direction: column;
|
|
33313
|
+
}
|
|
33314
|
+
.E_mn7joto .name-toolbar {
|
|
33324
33315
|
width: 100%;
|
|
33325
33316
|
display: flex;
|
|
33326
33317
|
line-height: 30px;
|
|
33327
|
-
padding: 0 16px;
|
|
33328
33318
|
justify-content: space-between;
|
|
33329
33319
|
}
|
|
33330
|
-
.
|
|
33320
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33331
33321
|
display: flex;
|
|
33332
33322
|
font-size: 12px;
|
|
33333
33323
|
align-items: center;
|
|
33334
33324
|
}
|
|
33335
|
-
.
|
|
33325
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33336
33326
|
color: #a3b4cc;
|
|
33337
33327
|
}
|
|
33338
|
-
.
|
|
33328
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33339
33329
|
margin-left: 10px;
|
|
33340
33330
|
}
|
|
33341
|
-
.
|
|
33331
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33342
33332
|
margin-left: 10px;
|
|
33343
33333
|
cursor: pointer;
|
|
33344
33334
|
}
|
|
33345
|
-
.
|
|
33335
|
+
.E_mn7joto .content {
|
|
33346
33336
|
flex: 1;
|
|
33347
33337
|
width: 100%;
|
|
33348
33338
|
display: flex;
|
|
33349
33339
|
justify-content: center;
|
|
33350
33340
|
align-items: center;
|
|
33351
33341
|
}
|
|
33352
|
-
.
|
|
33342
|
+
.E_mn7joto .single-content {
|
|
33353
33343
|
height: 65px;
|
|
33354
33344
|
}
|
|
33355
33345
|
|
|
33356
|
-
.
|
|
33346
|
+
.E_l1bifhon {
|
|
33357
33347
|
display: flex;
|
|
33358
33348
|
align-items: center;
|
|
33359
33349
|
white-space: nowrap;
|
|
33360
33350
|
overflow: hidden;
|
|
33361
33351
|
width: 100%;
|
|
33362
33352
|
}
|
|
33363
|
-
.
|
|
33364
|
-
margin-left: auto;
|
|
33353
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
33365
33354
|
font-size: 12px;
|
|
33355
|
+
margin-left: 8px;
|
|
33366
33356
|
}
|
|
33367
33357
|
|
|
33368
|
-
.
|
|
33358
|
+
.E_ltthzck {
|
|
33369
33359
|
display: flex;
|
|
33370
33360
|
justify-content: flex-start;
|
|
33371
33361
|
align-items: center;
|
|
33372
33362
|
font-size: 12px;
|
|
33373
33363
|
cursor: pointer;
|
|
33374
33364
|
}
|
|
33375
|
-
.
|
|
33376
|
-
margin-
|
|
33365
|
+
.E_ltthzck:not(:first-child) {
|
|
33366
|
+
margin-left: 8px;
|
|
33377
33367
|
}
|
|
33378
|
-
.
|
|
33379
|
-
opacity: 0.
|
|
33368
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33369
|
+
opacity: 0.3;
|
|
33380
33370
|
}
|
|
33381
|
-
.
|
|
33371
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33372
|
+
background: #b4beca !important;
|
|
33373
|
+
border-radius: 2px;
|
|
33374
|
+
}
|
|
33375
|
+
.E_ltthzck.hoverering-self {
|
|
33376
|
+
opacity: 1;
|
|
33377
|
+
}
|
|
33378
|
+
.E_ltthzck .dropdown-trigger {
|
|
33379
|
+
margin-left: 12px;
|
|
33380
|
+
}
|
|
33381
|
+
.E_ltthzck .legend-name {
|
|
33382
|
+
color: #00122e;
|
|
33383
|
+
}
|
|
33384
|
+
|
|
33385
|
+
.E_l1mumj7o {
|
|
33386
|
+
display: flex;
|
|
33387
|
+
justify-content: flex-start;
|
|
33388
|
+
align-items: center;
|
|
33389
|
+
font-size: 12px;
|
|
33390
|
+
cursor: pointer;
|
|
33391
|
+
}
|
|
33392
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33393
|
+
opacity: 0.3;
|
|
33394
|
+
}
|
|
33395
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33382
33396
|
background: #b4beca !important;
|
|
33397
|
+
border-radius: 2px;
|
|
33398
|
+
}
|
|
33399
|
+
.E_l1mumj7o .legend-name {
|
|
33400
|
+
color: #00122e;
|
|
33401
|
+
}
|
|
33402
|
+
.E_l1mumj7o.hoverering-self {
|
|
33403
|
+
opacity: 1;
|
|
33383
33404
|
}
|
|
33384
33405
|
|
|
33385
|
-
.
|
|
33406
|
+
.E_c14rn6j5 {
|
|
33386
33407
|
display: inline-block;
|
|
33387
33408
|
height: 8px;
|
|
33388
33409
|
width: 8px;
|
|
33389
|
-
margin-right:
|
|
33410
|
+
margin-right: 6px;
|
|
33411
|
+
border-radius: 2px;
|
|
33390
33412
|
}
|
|
33391
33413
|
|
|
33392
|
-
.
|
|
33414
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33393
33415
|
display: flex;
|
|
33394
33416
|
align-items: center;
|
|
33395
33417
|
font-size: 12px;
|
|
33396
33418
|
margin: 0;
|
|
33397
33419
|
}
|
|
33398
33420
|
|
|
33399
|
-
.
|
|
33421
|
+
.E_lqeaosa {
|
|
33400
33422
|
position: relative;
|
|
33401
33423
|
}
|
|
33402
|
-
.
|
|
33424
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33403
33425
|
bottom: -12px;
|
|
33404
33426
|
}
|
|
33405
|
-
.
|
|
33427
|
+
.E_lqeaosa .metric-toolbar {
|
|
33406
33428
|
display: flex;
|
|
33407
33429
|
justify-content: space-between;
|
|
33408
33430
|
line-height: 30px;
|
|
33409
|
-
margin: 0 16px;
|
|
33410
33431
|
}
|
|
33411
|
-
.
|
|
33432
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33412
33433
|
display: flex;
|
|
33434
|
+
flex-shrink: 0;
|
|
33413
33435
|
font-size: 12px;
|
|
33414
33436
|
align-items: center;
|
|
33415
33437
|
}
|
|
33416
|
-
.
|
|
33438
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33417
33439
|
color: #a3b4cc;
|
|
33418
33440
|
}
|
|
33419
|
-
.
|
|
33441
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33420
33442
|
margin-left: 10px;
|
|
33421
33443
|
}
|
|
33422
|
-
.
|
|
33444
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33423
33445
|
margin-left: 10px;
|
|
33424
33446
|
cursor: pointer;
|
|
33425
33447
|
}
|
|
33426
|
-
.
|
|
33448
|
+
.E_lqeaosa .recharts-xAxis {
|
|
33427
33449
|
font-size: 12px;
|
|
33428
33450
|
}
|
|
33429
|
-
.
|
|
33451
|
+
.E_lqeaosa .pointer-wrapper {
|
|
33430
33452
|
position: absolute;
|
|
33431
33453
|
bottom: 10px;
|
|
33432
33454
|
padding: 0 8px;
|
|
33433
|
-
border-radius: 4px;
|
|
33434
33455
|
font-size: 12px;
|
|
33435
33456
|
color: #fff;
|
|
33436
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33437
33457
|
transform: translateX(-50%);
|
|
33438
33458
|
}
|
|
33439
33459
|
|
|
33440
|
-
.
|
|
33460
|
+
.E_t2pr38p {
|
|
33441
33461
|
min-width: 200px;
|
|
33462
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
33463
|
+
border-radius: 4px;
|
|
33464
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33465
|
+
padding: 8px;
|
|
33442
33466
|
}
|
|
33443
33467
|
|
|
33444
|
-
.
|
|
33468
|
+
.E_tecdsj7 {
|
|
33445
33469
|
display: flex;
|
|
33446
33470
|
align-items: center;
|
|
33471
|
+
background-color: unset;
|
|
33472
|
+
color: #FFFFFF;
|
|
33447
33473
|
justify-content: space-between;
|
|
33448
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33449
|
-
color: #b4beca;
|
|
33450
33474
|
font-size: 12px;
|
|
33451
|
-
padding:
|
|
33475
|
+
padding-top: 6px;
|
|
33452
33476
|
}
|
|
33453
|
-
.
|
|
33477
|
+
.E_tecdsj7:first-child {
|
|
33454
33478
|
padding-top: 3px;
|
|
33455
33479
|
}
|
|
33456
|
-
.
|
|
33480
|
+
.E_tecdsj7:last-child {
|
|
33457
33481
|
padding-bottom: 3px;
|
|
33458
33482
|
}
|
|
33459
|
-
.
|
|
33460
|
-
color: #fff;
|
|
33461
|
-
margin-left: 8px;
|
|
33462
|
-
}
|
|
33463
|
-
|
|
33464
|
-
button.E_l48ei06.ant-btn,
|
|
33465
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33466
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33467
|
-
font-size: 12px;
|
|
33468
|
-
line-height: 18px;
|
|
33469
|
-
height: 18px;
|
|
33470
|
-
}
|
|
33471
|
-
|
|
33472
|
-
button.E_l48ei06 {
|
|
33473
|
-
color: #0080FF;
|
|
33474
|
-
height: unset;
|
|
33475
|
-
}
|
|
33476
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33477
|
-
margin-right: 4px;
|
|
33478
|
-
}
|
|
33479
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33480
|
-
margin-left: 4px;
|
|
33481
|
-
}
|
|
33482
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33483
|
-
color: #009DFF;
|
|
33484
|
-
}
|
|
33485
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33486
|
-
color: #005ED1;
|
|
33487
|
-
}
|
|
33488
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33489
|
-
color: #0080FF;
|
|
33490
|
-
}
|
|
33491
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33492
|
-
color: #00122E;
|
|
33493
|
-
}
|
|
33494
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33495
|
-
color: #0080FF;
|
|
33496
|
-
}
|
|
33497
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33498
|
-
color: #005ED1;
|
|
33499
|
-
}
|
|
33500
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33501
|
-
color: #00122E;
|
|
33502
|
-
}
|
|
33503
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33504
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33505
|
-
}
|
|
33506
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33507
|
-
color: #0080FF;
|
|
33508
|
-
}
|
|
33509
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33510
|
-
color: #005ED1;
|
|
33511
|
-
}
|
|
33512
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33513
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33514
|
-
}
|
|
33515
|
-
|
|
33516
|
-
.E_l1ucdodl {
|
|
33517
|
-
margin: 0;
|
|
33518
|
-
border-radius: 20px;
|
|
33519
|
-
padding: 2px 10px;
|
|
33520
|
-
height: 22px;
|
|
33521
|
-
display: flex;
|
|
33522
|
-
align-items: center;
|
|
33523
|
-
}
|
|
33524
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33483
|
+
.E_tecdsj7 .column-value {
|
|
33525
33484
|
color: #FFFFFF;
|
|
33526
|
-
}
|
|
33527
|
-
.E_l1ucdodl.tag-hover {
|
|
33528
|
-
cursor: pointer;
|
|
33529
|
-
}
|
|
33530
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33531
|
-
color: #00122e;
|
|
33532
|
-
}
|
|
33533
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33534
|
-
margin-right: 6px;
|
|
33535
|
-
}
|
|
33536
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33537
33485
|
margin-left: 8px;
|
|
33538
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33539
|
-
}
|
|
33540
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33541
|
-
color: #FFFFFF;
|
|
33542
|
-
}
|
|
33543
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33544
|
-
background-color: #0080ff;
|
|
33545
|
-
}
|
|
33546
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33547
|
-
background-color: #f0483e;
|
|
33548
|
-
}
|
|
33549
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33550
|
-
background-color: #fea008;
|
|
33551
|
-
}
|
|
33552
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33553
|
-
background-color: #00ba5d;
|
|
33554
|
-
}
|
|
33555
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33556
|
-
background-color: #6b7d99;
|
|
33557
|
-
}
|
|
33558
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33559
|
-
background-color: #7E41FF;
|
|
33560
33486
|
}
|
|
33561
33487
|
|
|
33562
|
-
.
|
|
33563
|
-
width: 8px;
|
|
33564
|
-
height: 8px;
|
|
33565
|
-
border-radius: 50%;
|
|
33488
|
+
.E_ljhvvia {
|
|
33566
33489
|
display: inline-block;
|
|
33567
|
-
}
|
|
33568
|
-
|
|
33569
|
-
.E_s5x1boq {
|
|
33570
|
-
width: 8px;
|
|
33571
33490
|
height: 8px;
|
|
33491
|
+
width: 8px;
|
|
33492
|
+
margin-right: 8px;
|
|
33572
33493
|
border-radius: 2px;
|
|
33573
|
-
display: inline-block;
|
|
33574
33494
|
}
|
|
33575
|
-
|
|
33576
|
-
|
|
33577
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33578
|
-
}
|
|
33579
|
-
|
|
33580
|
-
.E_c1x5l5qc {
|
|
33581
|
-
flex: 1;
|
|
33495
|
+
.E_ljhvvia.borderd {
|
|
33496
|
+
border: 1px solid #fff;
|
|
33582
33497
|
}
|
|
33583
33498
|
|
|
33584
|
-
.
|
|
33585
|
-
margin: 0;
|
|
33586
|
-
border-radius: 20px;
|
|
33587
|
-
padding: 2px 10px;
|
|
33588
|
-
height: 22px;
|
|
33589
|
-
}
|
|
33590
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33591
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33592
|
-
}
|
|
33593
|
-
.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 {
|
|
33594
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33595
|
-
}
|
|
33596
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33597
|
-
color: #00122e;
|
|
33598
|
-
}
|
|
33599
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33600
|
-
margin-right: 6px;
|
|
33601
|
-
}
|
|
33602
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33603
|
-
margin-left: 8px;
|
|
33499
|
+
.E_msn7nxt {
|
|
33604
33500
|
color: rgba(44, 56, 82, 0.6);
|
|
33501
|
+
text-align: center;
|
|
33502
|
+
display: flex;
|
|
33503
|
+
align-items: center;
|
|
33504
|
+
justify-content: center;
|
|
33505
|
+
flex-direction: column;
|
|
33506
|
+
height: 100%;
|
|
33605
33507
|
}
|
|
33606
|
-
.
|
|
33607
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33608
|
-
}
|
|
33609
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33610
|
-
background-color: #0080ff;
|
|
33611
|
-
}
|
|
33612
|
-
.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 {
|
|
33613
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33614
|
-
}
|
|
33615
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33616
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33617
|
-
}
|
|
33618
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33619
|
-
background-color: #f0483e;
|
|
33620
|
-
}
|
|
33621
|
-
.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 {
|
|
33622
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33623
|
-
}
|
|
33624
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33625
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33626
|
-
}
|
|
33627
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33628
|
-
background-color: #fea008;
|
|
33629
|
-
}
|
|
33630
|
-
.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 {
|
|
33631
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33632
|
-
}
|
|
33633
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33634
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33635
|
-
}
|
|
33636
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33637
|
-
background-color: #00ba5d;
|
|
33638
|
-
}
|
|
33639
|
-
.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 {
|
|
33640
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
33641
|
-
}
|
|
33642
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33643
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33644
|
-
}
|
|
33645
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33646
|
-
background-color: #6b7d99;
|
|
33647
|
-
}
|
|
33648
|
-
.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 {
|
|
33649
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
33650
|
-
}
|
|
33651
|
-
|
|
33652
|
-
.E_satwmqm {
|
|
33653
|
-
width: 8px;
|
|
33654
|
-
height: 8px;
|
|
33655
|
-
border-radius: 50%;
|
|
33656
|
-
display: inline-block;
|
|
33657
|
-
}
|
|
33658
|
-
|
|
33659
|
-
.E_sjob3jg {
|
|
33660
|
-
--item-min-width: 60px;
|
|
33661
|
-
}
|
|
33662
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33663
|
-
display: none !important;
|
|
33664
|
-
}
|
|
33665
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33666
|
-
flex-shrink: 0 !important;
|
|
33667
|
-
}
|
|
33668
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33669
|
-
color: #0080ff;
|
|
33670
|
-
}
|
|
33671
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33508
|
+
.E_msn7nxt .link {
|
|
33672
33509
|
color: #0080ff;
|
|
33673
|
-
|
|
33674
|
-
}
|
|
33675
|
-
.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 {
|
|
33676
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33677
|
-
}
|
|
33678
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33679
|
-
color: #00122e;
|
|
33680
|
-
}
|
|
33681
|
-
.E_sjob3jg .step-item-text {
|
|
33682
|
-
display: inline-block;
|
|
33683
|
-
}
|
|
33684
|
-
.E_sjob3jg .step-item-title {
|
|
33685
|
-
overflow: hidden;
|
|
33686
|
-
white-space: nowrap;
|
|
33687
|
-
text-overflow: ellipsis;
|
|
33510
|
+
cursor: pointer;
|
|
33688
33511
|
}
|
|
33689
33512
|
|
|
33690
|
-
.
|
|
33691
|
-
min-width: var(--item-min-width);
|
|
33692
|
-
}
|
|
33693
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33694
|
-
cursor: not-allowed !important;
|
|
33695
|
-
}
|
|
33696
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33697
|
-
flex-direction: row;
|
|
33698
|
-
justify-content: stretch;
|
|
33699
|
-
}
|
|
33700
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33701
|
-
padding: 0;
|
|
33702
|
-
margin-right: 4px;
|
|
33703
|
-
flex: 1;
|
|
33704
|
-
overflow: visible;
|
|
33705
|
-
}
|
|
33706
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33513
|
+
.E_mp64wfi {
|
|
33707
33514
|
width: 100%;
|
|
33708
|
-
|
|
33515
|
+
height: 100%;
|
|
33516
|
+
display: flex;
|
|
33517
|
+
flex-direction: column;
|
|
33709
33518
|
}
|
|
33710
|
-
.
|
|
33711
|
-
height: 26px;
|
|
33712
|
-
line-height: 26px;
|
|
33519
|
+
.E_mp64wfi .name-toolbar {
|
|
33713
33520
|
width: 100%;
|
|
33714
|
-
|
|
33715
|
-
|
|
33716
|
-
|
|
33717
|
-
|
|
33718
|
-
margin-right: 10px;
|
|
33719
|
-
}
|
|
33720
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33721
|
-
display: none;
|
|
33722
|
-
}
|
|
33723
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33724
|
-
padding-left: 8px;
|
|
33725
|
-
padding-right: 4px;
|
|
33726
|
-
border-radius: 4px 0 0 4px;
|
|
33521
|
+
display: flex;
|
|
33522
|
+
line-height: 30px;
|
|
33523
|
+
padding: 0 16px;
|
|
33524
|
+
justify-content: space-between;
|
|
33727
33525
|
}
|
|
33728
|
-
.
|
|
33729
|
-
|
|
33526
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33527
|
+
display: flex;
|
|
33528
|
+
font-size: 12px;
|
|
33529
|
+
align-items: center;
|
|
33730
33530
|
}
|
|
33731
|
-
.
|
|
33732
|
-
|
|
33733
|
-
padding-left: 12px;
|
|
33734
|
-
border-radius: 0 4px 4px 0;
|
|
33531
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33532
|
+
color: #a3b4cc;
|
|
33735
33533
|
}
|
|
33736
|
-
.
|
|
33737
|
-
|
|
33738
|
-
width: 0;
|
|
33739
|
-
height: 0;
|
|
33740
|
-
border: 13px solid transparent;
|
|
33741
|
-
position: absolute;
|
|
33742
|
-
top: 0;
|
|
33743
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33744
|
-
z-index: 2;
|
|
33745
|
-
position: relative;
|
|
33746
|
-
top: -50%;
|
|
33747
|
-
right: -100%;
|
|
33534
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33535
|
+
margin-left: 10px;
|
|
33748
33536
|
}
|
|
33749
|
-
.
|
|
33750
|
-
|
|
33537
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33538
|
+
margin-left: 10px;
|
|
33539
|
+
cursor: pointer;
|
|
33751
33540
|
}
|
|
33752
|
-
.
|
|
33753
|
-
|
|
33754
|
-
width:
|
|
33755
|
-
|
|
33756
|
-
|
|
33757
|
-
|
|
33758
|
-
top: 0;
|
|
33759
|
-
border-left: 8px solid #fff;
|
|
33760
|
-
left: 0;
|
|
33541
|
+
.E_mp64wfi .content {
|
|
33542
|
+
flex: 1;
|
|
33543
|
+
width: 100%;
|
|
33544
|
+
display: flex;
|
|
33545
|
+
justify-content: center;
|
|
33546
|
+
align-items: center;
|
|
33761
33547
|
}
|
|
33762
|
-
.
|
|
33763
|
-
|
|
33548
|
+
.E_mp64wfi .single-content {
|
|
33549
|
+
height: 65px;
|
|
33764
33550
|
}
|
|
33765
|
-
|
|
33766
|
-
|
|
33551
|
+
|
|
33552
|
+
.E_l1oyigan {
|
|
33553
|
+
display: flex;
|
|
33554
|
+
align-items: center;
|
|
33555
|
+
white-space: nowrap;
|
|
33556
|
+
overflow: hidden;
|
|
33557
|
+
width: 100%;
|
|
33767
33558
|
}
|
|
33768
|
-
.
|
|
33769
|
-
|
|
33559
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33560
|
+
margin-left: auto;
|
|
33561
|
+
font-size: 12px;
|
|
33770
33562
|
}
|
|
33771
|
-
|
|
33563
|
+
|
|
33564
|
+
.E_l1noi4n1 {
|
|
33565
|
+
display: flex;
|
|
33566
|
+
justify-content: flex-start;
|
|
33567
|
+
align-items: center;
|
|
33568
|
+
font-size: 12px;
|
|
33772
33569
|
cursor: pointer;
|
|
33773
|
-
min-width: var(--item-min-width);
|
|
33774
33570
|
}
|
|
33775
|
-
.
|
|
33776
|
-
|
|
33777
|
-
min-width: var(--item-min-width);
|
|
33571
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33572
|
+
margin-right: 20px;
|
|
33778
33573
|
}
|
|
33779
|
-
.
|
|
33780
|
-
|
|
33781
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33574
|
+
.E_l1noi4n1.deselected {
|
|
33575
|
+
opacity: 0.4;
|
|
33782
33576
|
}
|
|
33783
|
-
.
|
|
33784
|
-
|
|
33577
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33578
|
+
background: #b4beca !important;
|
|
33785
33579
|
}
|
|
33786
33580
|
|
|
33787
|
-
.
|
|
33788
|
-
|
|
33789
|
-
|
|
33581
|
+
.E_cz19rz6 {
|
|
33582
|
+
display: inline-block;
|
|
33583
|
+
height: 8px;
|
|
33584
|
+
width: 8px;
|
|
33585
|
+
margin-right: 8px;
|
|
33790
33586
|
}
|
|
33791
|
-
|
|
33792
|
-
|
|
33587
|
+
|
|
33588
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33589
|
+
display: flex;
|
|
33590
|
+
align-items: center;
|
|
33591
|
+
font-size: 12px;
|
|
33592
|
+
margin: 0;
|
|
33793
33593
|
}
|
|
33794
|
-
|
|
33795
|
-
|
|
33594
|
+
|
|
33595
|
+
.E_m1y1hhnr {
|
|
33596
|
+
position: relative;
|
|
33597
|
+
}
|
|
33598
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33599
|
+
bottom: -12px;
|
|
33796
33600
|
}
|
|
33797
|
-
.
|
|
33798
|
-
|
|
33601
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33602
|
+
display: flex;
|
|
33603
|
+
justify-content: space-between;
|
|
33604
|
+
line-height: 30px;
|
|
33605
|
+
margin: 0 16px;
|
|
33799
33606
|
}
|
|
33800
|
-
.
|
|
33801
|
-
padding: 0 8px;
|
|
33802
|
-
border-radius: 4px;
|
|
33803
|
-
height: 32px;
|
|
33607
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33804
33608
|
display: flex;
|
|
33609
|
+
font-size: 12px;
|
|
33805
33610
|
align-items: center;
|
|
33806
33611
|
}
|
|
33807
|
-
.
|
|
33808
|
-
|
|
33809
|
-
white-space: nowrap;
|
|
33612
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33613
|
+
color: #a3b4cc;
|
|
33810
33614
|
}
|
|
33811
|
-
.
|
|
33812
|
-
|
|
33813
|
-
line-height: 20px;
|
|
33814
|
-
max-width: 100%;
|
|
33815
|
-
padding-right: 0;
|
|
33615
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33616
|
+
margin-left: 10px;
|
|
33816
33617
|
}
|
|
33817
|
-
.
|
|
33818
|
-
|
|
33618
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33619
|
+
margin-left: 10px;
|
|
33620
|
+
cursor: pointer;
|
|
33819
33621
|
}
|
|
33820
|
-
|
|
33821
|
-
|
|
33822
|
-
width: 100%;
|
|
33823
|
-
display: inline-flex;
|
|
33824
|
-
align-items: center;
|
|
33825
|
-
justify-content: center;
|
|
33826
|
-
column-gap: 4px;
|
|
33622
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33623
|
+
font-size: 12px;
|
|
33827
33624
|
}
|
|
33828
|
-
.
|
|
33829
|
-
|
|
33830
|
-
|
|
33831
|
-
|
|
33832
|
-
|
|
33833
|
-
|
|
33834
|
-
|
|
33625
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33626
|
+
position: absolute;
|
|
33627
|
+
bottom: 10px;
|
|
33628
|
+
padding: 0 8px;
|
|
33629
|
+
border-radius: 4px;
|
|
33630
|
+
font-size: 12px;
|
|
33631
|
+
color: #fff;
|
|
33632
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33633
|
+
transform: translateX(-50%);
|
|
33835
33634
|
}
|
|
33836
33635
|
|
|
33837
|
-
.
|
|
33838
|
-
width:
|
|
33636
|
+
.E_tnvijvs {
|
|
33637
|
+
min-width: 200px;
|
|
33638
|
+
}
|
|
33639
|
+
|
|
33640
|
+
.E_t1ub2aex {
|
|
33839
33641
|
display: flex;
|
|
33840
33642
|
align-items: center;
|
|
33841
|
-
justify-content:
|
|
33842
|
-
|
|
33843
|
-
|
|
33643
|
+
justify-content: space-between;
|
|
33644
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33645
|
+
color: #b4beca;
|
|
33646
|
+
font-size: 12px;
|
|
33647
|
+
padding: 3px 6px;
|
|
33844
33648
|
}
|
|
33845
|
-
.
|
|
33846
|
-
|
|
33847
|
-
|
|
33848
|
-
|
|
33849
|
-
|
|
33850
|
-
|
|
33851
|
-
|
|
33649
|
+
.E_t1ub2aex:first-child {
|
|
33650
|
+
padding-top: 3px;
|
|
33651
|
+
}
|
|
33652
|
+
.E_t1ub2aex:last-child {
|
|
33653
|
+
padding-bottom: 3px;
|
|
33654
|
+
}
|
|
33655
|
+
.E_t1ub2aex .column-value {
|
|
33656
|
+
color: #fff;
|
|
33657
|
+
margin-left: 8px;
|
|
33852
33658
|
}
|
|
33853
33659
|
|
|
33854
33660
|
.E_tc97u5y {
|
|
@@ -34222,6 +34028,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34222
34028
|
background: #fff;
|
|
34223
34029
|
}
|
|
34224
34030
|
|
|
34031
|
+
.E_w7ob4th.outside-tag {
|
|
34032
|
+
padding-left: 0;
|
|
34033
|
+
}
|
|
34034
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34035
|
+
border-radius: 4px 0 0 4px;
|
|
34036
|
+
padding-right: 4px;
|
|
34037
|
+
margin-right: 4px;
|
|
34038
|
+
}
|
|
34039
|
+
|
|
34225
34040
|
.E_slr2ynn {
|
|
34226
34041
|
padding: 0 8px;
|
|
34227
34042
|
height: 18px;
|
|
@@ -34256,15 +34071,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34256
34071
|
height: 16px;
|
|
34257
34072
|
}
|
|
34258
34073
|
|
|
34259
|
-
.E_w7ob4th.outside-tag {
|
|
34260
|
-
padding-left: 0;
|
|
34261
|
-
}
|
|
34262
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34263
|
-
border-radius: 4px 0 0 4px;
|
|
34264
|
-
padding-right: 4px;
|
|
34265
|
-
margin-right: 4px;
|
|
34266
|
-
}
|
|
34267
|
-
|
|
34268
34074
|
.E_t1dtlqs1 {
|
|
34269
34075
|
margin-bottom: 4px;
|
|
34270
34076
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34413,52 +34219,247 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34413
34219
|
cursor: not-allowed;
|
|
34414
34220
|
opacity: 0.5;
|
|
34415
34221
|
}
|
|
34416
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34417
|
-
margin: 0;
|
|
34222
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34223
|
+
margin: 0;
|
|
34224
|
+
}
|
|
34225
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34226
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34227
|
+
border-radius: 5px;
|
|
34228
|
+
font-size: 12px;
|
|
34229
|
+
}
|
|
34230
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34231
|
+
font-size: inherit;
|
|
34232
|
+
}
|
|
34233
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34234
|
+
min-height: 24px;
|
|
34235
|
+
font-size: 12px;
|
|
34236
|
+
position: relative;
|
|
34237
|
+
}
|
|
34238
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34239
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34240
|
+
}
|
|
34241
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34242
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34243
|
+
}
|
|
34244
|
+
|
|
34245
|
+
.E_a138syjm {
|
|
34246
|
+
display: flex;
|
|
34247
|
+
align-items: center;
|
|
34248
|
+
margin-top: 8px;
|
|
34249
|
+
}
|
|
34250
|
+
.E_a138syjm button.ant-btn {
|
|
34251
|
+
padding: 2px 8px;
|
|
34252
|
+
height: 24px;
|
|
34253
|
+
}
|
|
34254
|
+
.E_a138syjm > span.maximum-desc {
|
|
34255
|
+
display: none;
|
|
34256
|
+
margin-left: 8px;
|
|
34257
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34258
|
+
}
|
|
34259
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34260
|
+
display: inline;
|
|
34261
|
+
}
|
|
34262
|
+
|
|
34263
|
+
.E_d77i8u0 {
|
|
34264
|
+
width: 24px;
|
|
34265
|
+
height: 24px;
|
|
34266
|
+
padding: 4px;
|
|
34267
|
+
margin-right: 8px;
|
|
34268
|
+
}
|
|
34269
|
+
|
|
34270
|
+
.E_sjob3jg {
|
|
34271
|
+
--item-min-width: 60px;
|
|
34272
|
+
}
|
|
34273
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34274
|
+
display: none !important;
|
|
34275
|
+
}
|
|
34276
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34277
|
+
flex-shrink: 0 !important;
|
|
34278
|
+
}
|
|
34279
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34280
|
+
color: #0080ff;
|
|
34281
|
+
}
|
|
34282
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34283
|
+
color: #0080ff;
|
|
34284
|
+
font-weight: normal;
|
|
34285
|
+
}
|
|
34286
|
+
.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 {
|
|
34287
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34288
|
+
}
|
|
34289
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34290
|
+
color: #00122e;
|
|
34291
|
+
}
|
|
34292
|
+
.E_sjob3jg .step-item-text {
|
|
34293
|
+
display: inline-block;
|
|
34294
|
+
}
|
|
34295
|
+
.E_sjob3jg .step-item-title {
|
|
34296
|
+
overflow: hidden;
|
|
34297
|
+
white-space: nowrap;
|
|
34298
|
+
text-overflow: ellipsis;
|
|
34299
|
+
}
|
|
34300
|
+
|
|
34301
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34302
|
+
min-width: var(--item-min-width);
|
|
34303
|
+
}
|
|
34304
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34305
|
+
cursor: not-allowed !important;
|
|
34306
|
+
}
|
|
34307
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34308
|
+
flex-direction: row;
|
|
34309
|
+
justify-content: stretch;
|
|
34310
|
+
}
|
|
34311
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34312
|
+
padding: 0;
|
|
34313
|
+
margin-right: 4px;
|
|
34314
|
+
flex: 1;
|
|
34315
|
+
overflow: visible;
|
|
34316
|
+
}
|
|
34317
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34318
|
+
width: 100%;
|
|
34319
|
+
min-height: unset;
|
|
34320
|
+
}
|
|
34321
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34322
|
+
height: 26px;
|
|
34323
|
+
line-height: 26px;
|
|
34324
|
+
width: 100%;
|
|
34325
|
+
padding: 0;
|
|
34326
|
+
font-size: 12px;
|
|
34327
|
+
}
|
|
34328
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34329
|
+
margin-right: 10px;
|
|
34330
|
+
}
|
|
34331
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34332
|
+
display: none;
|
|
34333
|
+
}
|
|
34334
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34335
|
+
padding-left: 8px;
|
|
34336
|
+
padding-right: 4px;
|
|
34337
|
+
border-radius: 4px 0 0 4px;
|
|
34338
|
+
}
|
|
34339
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34340
|
+
margin-right: 0;
|
|
34341
|
+
}
|
|
34342
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34343
|
+
padding-right: 8px;
|
|
34344
|
+
padding-left: 12px;
|
|
34345
|
+
border-radius: 0 4px 4px 0;
|
|
34346
|
+
}
|
|
34347
|
+
.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 {
|
|
34348
|
+
content: "";
|
|
34349
|
+
width: 0;
|
|
34350
|
+
height: 0;
|
|
34351
|
+
border: 13px solid transparent;
|
|
34352
|
+
position: absolute;
|
|
34353
|
+
top: 0;
|
|
34354
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34355
|
+
z-index: 2;
|
|
34356
|
+
position: relative;
|
|
34357
|
+
top: -50%;
|
|
34358
|
+
right: -100%;
|
|
34359
|
+
}
|
|
34360
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34361
|
+
padding: 0 4px 0 12px;
|
|
34362
|
+
}
|
|
34363
|
+
.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 {
|
|
34364
|
+
content: "";
|
|
34365
|
+
width: 0;
|
|
34366
|
+
height: 0;
|
|
34367
|
+
border: 13px solid transparent;
|
|
34368
|
+
position: absolute;
|
|
34369
|
+
top: 0;
|
|
34370
|
+
border-left: 8px solid #fff;
|
|
34371
|
+
left: 0;
|
|
34372
|
+
}
|
|
34373
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34374
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34418
34375
|
}
|
|
34419
|
-
.
|
|
34420
|
-
|
|
34421
|
-
border-radius: 5px;
|
|
34422
|
-
font-size: 12px;
|
|
34376
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34377
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34423
34378
|
}
|
|
34424
|
-
.
|
|
34425
|
-
|
|
34379
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34380
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34426
34381
|
}
|
|
34427
|
-
.
|
|
34428
|
-
|
|
34429
|
-
|
|
34430
|
-
position: relative;
|
|
34382
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34383
|
+
cursor: pointer;
|
|
34384
|
+
min-width: var(--item-min-width);
|
|
34431
34385
|
}
|
|
34432
|
-
.
|
|
34433
|
-
|
|
34386
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34387
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34388
|
+
min-width: var(--item-min-width);
|
|
34434
34389
|
}
|
|
34435
|
-
.
|
|
34390
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34391
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34436
34392
|
background-color: rgba(237, 241, 250, 0.6);
|
|
34437
34393
|
}
|
|
34394
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34395
|
+
padding: 0;
|
|
34396
|
+
}
|
|
34438
34397
|
|
|
34439
|
-
.
|
|
34398
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34399
|
+
width: 192px;
|
|
34400
|
+
row-gap: 2px;
|
|
34401
|
+
}
|
|
34402
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34403
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34404
|
+
}
|
|
34405
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34406
|
+
color: #00122e !important;
|
|
34407
|
+
}
|
|
34408
|
+
.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 {
|
|
34409
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34410
|
+
}
|
|
34411
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34412
|
+
padding: 0 8px;
|
|
34413
|
+
border-radius: 4px;
|
|
34414
|
+
height: 32px;
|
|
34440
34415
|
display: flex;
|
|
34441
34416
|
align-items: center;
|
|
34442
|
-
margin-top: 8px;
|
|
34443
34417
|
}
|
|
34444
|
-
.
|
|
34445
|
-
|
|
34446
|
-
|
|
34418
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34419
|
+
min-height: auto;
|
|
34420
|
+
white-space: nowrap;
|
|
34447
34421
|
}
|
|
34448
|
-
.
|
|
34449
|
-
|
|
34450
|
-
|
|
34451
|
-
|
|
34422
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34423
|
+
font-size: 13px;
|
|
34424
|
+
line-height: 20px;
|
|
34425
|
+
max-width: 100%;
|
|
34426
|
+
padding-right: 0;
|
|
34452
34427
|
}
|
|
34453
|
-
.
|
|
34454
|
-
|
|
34428
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34429
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34455
34430
|
}
|
|
34456
34431
|
|
|
34457
|
-
.
|
|
34458
|
-
width:
|
|
34459
|
-
|
|
34460
|
-
|
|
34461
|
-
|
|
34432
|
+
.E_h6l1tj4 {
|
|
34433
|
+
width: 100%;
|
|
34434
|
+
display: inline-flex;
|
|
34435
|
+
align-items: center;
|
|
34436
|
+
justify-content: center;
|
|
34437
|
+
column-gap: 4px;
|
|
34438
|
+
}
|
|
34439
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34440
|
+
display: inline-flex;
|
|
34441
|
+
align-items: center;
|
|
34442
|
+
width: 18px;
|
|
34443
|
+
height: 18px;
|
|
34444
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34445
|
+
justify-content: center;
|
|
34446
|
+
}
|
|
34447
|
+
|
|
34448
|
+
.E_v18frne8 {
|
|
34449
|
+
width: 100%;
|
|
34450
|
+
display: flex;
|
|
34451
|
+
align-items: center;
|
|
34452
|
+
justify-content: center;
|
|
34453
|
+
column-gap: 6px;
|
|
34454
|
+
font-size: 13px;
|
|
34455
|
+
}
|
|
34456
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34457
|
+
display: inline-flex;
|
|
34458
|
+
align-items: center;
|
|
34459
|
+
min-width: 20px;
|
|
34460
|
+
min-height: 20px;
|
|
34461
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34462
|
+
justify-content: center;
|
|
34462
34463
|
}
|
|
34463
34464
|
|
|
34464
34465
|
.E_t13ef470 {
|
|
@@ -34491,10 +34492,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34491
34492
|
background: rgba(163, 180, 204, 0.18);
|
|
34492
34493
|
}
|
|
34493
34494
|
|
|
34494
|
-
.E_b1jaupqb {
|
|
34495
|
-
color: #F0483E;
|
|
34496
|
-
}
|
|
34497
|
-
|
|
34498
34495
|
.E_bpgac8u {
|
|
34499
34496
|
color: #FFFFFF;
|
|
34500
34497
|
display: flex;
|
|
@@ -34522,6 +34519,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34522
34519
|
background-color: #E07F00;
|
|
34523
34520
|
}
|
|
34524
34521
|
|
|
34522
|
+
.E_b1jaupqb {
|
|
34523
|
+
color: #F0483E;
|
|
34524
|
+
}
|
|
34525
|
+
|
|
34525
34526
|
.E_t59qhqp {
|
|
34526
34527
|
padding: 0px;
|
|
34527
34528
|
padding-top: 5px;
|
|
@@ -34570,35 +34571,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34570
34571
|
color: #00122E;
|
|
34571
34572
|
}
|
|
34572
34573
|
|
|
34573
|
-
.E_s20iney.skeleton-box {
|
|
34574
|
-
display: flex;
|
|
34575
|
-
align-items: center;
|
|
34576
|
-
justify-content: center;
|
|
34577
|
-
position: relative;
|
|
34578
|
-
border-radius: 2px;
|
|
34579
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34580
|
-
overflow: hidden;
|
|
34581
|
-
}
|
|
34582
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34583
|
-
width: 200%;
|
|
34584
|
-
height: 200%;
|
|
34585
|
-
transform: rotate(15deg);
|
|
34586
|
-
position: absolute;
|
|
34587
|
-
top: -50%;
|
|
34588
|
-
flex-shrink: 0;
|
|
34589
|
-
opacity: 0.8;
|
|
34590
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34591
|
-
animation: shimmer 1100ms infinite;
|
|
34592
|
-
}
|
|
34593
|
-
@keyframes shimmer {
|
|
34594
|
-
from {
|
|
34595
|
-
left: -120%;
|
|
34596
|
-
}
|
|
34597
|
-
to {
|
|
34598
|
-
left: 100%;
|
|
34599
|
-
}
|
|
34600
|
-
}
|
|
34601
|
-
|
|
34602
34574
|
.E_dxyv8bv {
|
|
34603
34575
|
--footer-height: 80px;
|
|
34604
34576
|
--header-height: 56px;
|
|
@@ -34691,6 +34663,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34691
34663
|
transition: 0.3s ease-out;
|
|
34692
34664
|
}
|
|
34693
34665
|
|
|
34666
|
+
.E_s20iney.skeleton-box {
|
|
34667
|
+
display: flex;
|
|
34668
|
+
align-items: center;
|
|
34669
|
+
justify-content: center;
|
|
34670
|
+
position: relative;
|
|
34671
|
+
border-radius: 2px;
|
|
34672
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34673
|
+
overflow: hidden;
|
|
34674
|
+
}
|
|
34675
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34676
|
+
width: 200%;
|
|
34677
|
+
height: 200%;
|
|
34678
|
+
transform: rotate(15deg);
|
|
34679
|
+
position: absolute;
|
|
34680
|
+
top: -50%;
|
|
34681
|
+
flex-shrink: 0;
|
|
34682
|
+
opacity: 0.8;
|
|
34683
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34684
|
+
animation: shimmer 1100ms infinite;
|
|
34685
|
+
}
|
|
34686
|
+
@keyframes shimmer {
|
|
34687
|
+
from {
|
|
34688
|
+
left: -120%;
|
|
34689
|
+
}
|
|
34690
|
+
to {
|
|
34691
|
+
left: 100%;
|
|
34692
|
+
}
|
|
34693
|
+
}
|
|
34694
|
+
|
|
34694
34695
|
.E_t1616y1o {
|
|
34695
34696
|
color: #fff;
|
|
34696
34697
|
}
|
|
@@ -34795,6 +34796,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34795
34796
|
}
|
|
34796
34797
|
}
|
|
34797
34798
|
|
|
34799
|
+
.E_skwah65 {
|
|
34800
|
+
height: 8px;
|
|
34801
|
+
box-sizing: border-box;
|
|
34802
|
+
border-radius: 2px;
|
|
34803
|
+
background: #f5f7fa;
|
|
34804
|
+
display: flex;
|
|
34805
|
+
width: 100%;
|
|
34806
|
+
overflow: hidden;
|
|
34807
|
+
}
|
|
34808
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34809
|
+
margin-left: 1px;
|
|
34810
|
+
}
|
|
34811
|
+
|
|
34798
34812
|
.E_s1ebs0ra {
|
|
34799
34813
|
display: flex;
|
|
34800
34814
|
align-items: center;
|
|
@@ -34855,155 +34869,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34855
34869
|
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34856
34870
|
background: #fff;
|
|
34857
34871
|
}
|
|
34858
|
-
|
|
34859
|
-
.
|
|
34860
|
-
display:
|
|
34861
|
-
|
|
34862
|
-
font-size: 12px;
|
|
34863
|
-
line-height: 18px;
|
|
34864
|
-
}
|
|
34865
|
-
.E_n12mqh7z:not(:last-child) {
|
|
34866
|
-
margin-bottom: 4px;
|
|
34867
|
-
}
|
|
34868
|
-
|
|
34869
|
-
.E_tf5bynu {
|
|
34870
|
-
margin: 0 3px;
|
|
34871
|
-
}
|
|
34872
|
-
|
|
34873
|
-
.E_tcckoz1 {
|
|
34874
|
-
max-height: 400px;
|
|
34875
|
-
overflow: auto;
|
|
34876
|
-
}
|
|
34877
|
-
|
|
34878
|
-
.E_gmyahx3 {
|
|
34879
|
-
cursor: pointer;
|
|
34880
|
-
}
|
|
34881
|
-
.E_gmyahx3 .link-text {
|
|
34882
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34883
|
-
}
|
|
34884
|
-
.E_gmyahx3:hover .link-text {
|
|
34885
|
-
color: #0080ff;
|
|
34886
|
-
}
|
|
34887
|
-
|
|
34888
|
-
.E_wg1tsps {
|
|
34889
|
-
display: flex;
|
|
34890
|
-
align-items: center;
|
|
34891
|
-
justify-content: flex-end;
|
|
34892
|
-
}
|
|
34893
|
-
|
|
34894
|
-
.E_b1ctd5xy {
|
|
34895
|
-
display: flex;
|
|
34896
|
-
align-items: center;
|
|
34897
|
-
width: calc(100% - 40px);
|
|
34898
|
-
}
|
|
34899
|
-
.E_b1ctd5xy .chart {
|
|
34900
|
-
display: inline-block;
|
|
34901
|
-
width: 100%;
|
|
34902
|
-
}
|
|
34903
|
-
|
|
34904
|
-
.E_u1p8acpn {
|
|
34905
|
-
min-width: 40px;
|
|
34906
|
-
}
|
|
34907
|
-
.E_u1p8acpn .unit {
|
|
34908
|
-
color: #00122e !important;
|
|
34909
|
-
}
|
|
34910
|
-
|
|
34911
|
-
.E_t1sqg15u {
|
|
34912
|
-
background: white;
|
|
34913
|
-
}
|
|
34914
|
-
.E_t1sqg15u.inline .table-row {
|
|
34915
|
-
flex-direction: column;
|
|
34916
|
-
}
|
|
34917
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
34918
|
-
padding: 0 16px 7px 0;
|
|
34919
|
-
}
|
|
34920
|
-
.E_t1sqg15u.has-border .table-header {
|
|
34921
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34922
|
-
}
|
|
34923
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
34924
|
-
border-top: none !important;
|
|
34925
|
-
}
|
|
34926
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
34927
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34928
|
-
}
|
|
34929
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
34930
|
-
padding-bottom: 0;
|
|
34872
|
+
|
|
34873
|
+
.E_c18bcrac {
|
|
34874
|
+
display: inline-block;
|
|
34875
|
+
width: 100%;
|
|
34931
34876
|
}
|
|
34932
|
-
.
|
|
34933
|
-
|
|
34877
|
+
.E_c18bcrac .recharts-wrapper {
|
|
34878
|
+
margin-left: 4px;
|
|
34934
34879
|
}
|
|
34935
|
-
|
|
34936
|
-
|
|
34937
|
-
|
|
34880
|
+
|
|
34881
|
+
.E_cro7kg2 {
|
|
34882
|
+
padding: 4px;
|
|
34938
34883
|
}
|
|
34939
|
-
.
|
|
34940
|
-
|
|
34941
|
-
overflow: hidden;
|
|
34942
|
-
text-overflow: ellipsis;
|
|
34884
|
+
.E_cro7kg2 .unit {
|
|
34885
|
+
color: white;
|
|
34943
34886
|
}
|
|
34944
34887
|
|
|
34945
|
-
.
|
|
34888
|
+
.E_c14wcxf0 {
|
|
34946
34889
|
display: flex;
|
|
34947
34890
|
justify-content: space-between;
|
|
34948
34891
|
align-items: center;
|
|
34949
|
-
|
|
34950
|
-
|
|
34951
|
-
|
|
34952
|
-
|
|
34953
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34954
|
-
font-weight: 600;
|
|
34955
|
-
font-size: 12px;
|
|
34956
|
-
line-height: 8px;
|
|
34892
|
+
font-size: 13px;
|
|
34893
|
+
line-height: 24px;
|
|
34894
|
+
color: #cccccc;
|
|
34895
|
+
white-space: nowrap;
|
|
34957
34896
|
}
|
|
34958
|
-
.
|
|
34959
|
-
|
|
34960
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34961
|
-
cursor: pointer;
|
|
34897
|
+
.E_c14wcxf0 label {
|
|
34898
|
+
margin-right: 32px;
|
|
34962
34899
|
}
|
|
34963
34900
|
|
|
34964
|
-
.
|
|
34965
|
-
font-
|
|
34966
|
-
|
|
34901
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
34902
|
+
font-weight: bold;
|
|
34903
|
+
color: white;
|
|
34967
34904
|
}
|
|
34968
34905
|
|
|
34969
|
-
.
|
|
34970
|
-
|
|
34971
|
-
|
|
34972
|
-
|
|
34973
|
-
|
|
34974
|
-
|
|
34975
|
-
|
|
34976
|
-
|
|
34977
|
-
|
|
34978
|
-
height: auto;
|
|
34979
|
-
}
|
|
34980
|
-
.E_t93e4cf .content {
|
|
34981
|
-
overflow: hidden;
|
|
34982
|
-
overflow-x: auto;
|
|
34983
|
-
width: 100%;
|
|
34984
|
-
white-space: pre-wrap;
|
|
34985
|
-
}
|
|
34986
|
-
.E_t93e4cf .content .ant-btn {
|
|
34987
|
-
white-space: pre-wrap;
|
|
34988
|
-
text-align: left;
|
|
34989
|
-
}
|
|
34990
|
-
.E_t93e4cf .content .unit-chart {
|
|
34991
|
-
justify-content: flex-start;
|
|
34906
|
+
.E_s11212zy {
|
|
34907
|
+
width: 8px;
|
|
34908
|
+
height: 8px;
|
|
34909
|
+
border-radius: 2px;
|
|
34910
|
+
display: inline-block;
|
|
34911
|
+
background: var(--s11212zy-0);
|
|
34912
|
+
border: 1px solid #fff;
|
|
34913
|
+
box-sizing: content-box;
|
|
34914
|
+
margin-right: 6px;
|
|
34992
34915
|
}
|
|
34993
34916
|
|
|
34994
|
-
.
|
|
34995
|
-
|
|
34996
|
-
|
|
34997
|
-
|
|
34998
|
-
padding-right: 12px;
|
|
34917
|
+
.E_p1lyky6c > :first-child {
|
|
34918
|
+
font-weight: bold;
|
|
34919
|
+
color: white;
|
|
34920
|
+
margin-right: 4px;
|
|
34999
34921
|
}
|
|
35000
34922
|
|
|
35001
|
-
.
|
|
34923
|
+
.E_n12mqh7z {
|
|
35002
34924
|
display: flex;
|
|
35003
34925
|
align-items: center;
|
|
34926
|
+
font-size: 12px;
|
|
34927
|
+
line-height: 18px;
|
|
35004
34928
|
}
|
|
35005
|
-
.
|
|
35006
|
-
margin-
|
|
34929
|
+
.E_n12mqh7z:not(:last-child) {
|
|
34930
|
+
margin-bottom: 4px;
|
|
34931
|
+
}
|
|
34932
|
+
|
|
34933
|
+
.E_tf5bynu {
|
|
34934
|
+
margin: 0 3px;
|
|
34935
|
+
}
|
|
34936
|
+
|
|
34937
|
+
.E_tcckoz1 {
|
|
34938
|
+
max-height: 400px;
|
|
34939
|
+
overflow: auto;
|
|
35007
34940
|
}
|
|
35008
34941
|
|
|
35009
34942
|
.E_clm1wy1 {
|
|
@@ -35099,85 +35032,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35099
35032
|
border-radius: 2px;
|
|
35100
35033
|
}
|
|
35101
35034
|
|
|
35102
|
-
|
|
35103
|
-
|
|
35104
|
-
}
|
|
35105
|
-
|
|
35106
|
-
.E_c18bcrac {
|
|
35107
|
-
display: inline-block;
|
|
35108
|
-
width: 100%;
|
|
35109
|
-
}
|
|
35110
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35111
|
-
margin-left: 4px;
|
|
35112
|
-
}
|
|
35113
|
-
|
|
35114
|
-
.E_cro7kg2 {
|
|
35115
|
-
padding: 4px;
|
|
35116
|
-
}
|
|
35117
|
-
.E_cro7kg2 .unit {
|
|
35118
|
-
color: white;
|
|
35119
|
-
}
|
|
35120
|
-
|
|
35121
|
-
.E_c14wcxf0 {
|
|
35122
|
-
display: flex;
|
|
35123
|
-
justify-content: space-between;
|
|
35124
|
-
align-items: center;
|
|
35125
|
-
font-size: 13px;
|
|
35126
|
-
line-height: 24px;
|
|
35127
|
-
color: #cccccc;
|
|
35128
|
-
white-space: nowrap;
|
|
35129
|
-
}
|
|
35130
|
-
.E_c14wcxf0 label {
|
|
35131
|
-
margin-right: 32px;
|
|
35132
|
-
}
|
|
35133
|
-
|
|
35134
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35135
|
-
font-weight: bold;
|
|
35136
|
-
color: white;
|
|
35137
|
-
}
|
|
35138
|
-
|
|
35139
|
-
.E_s11212zy {
|
|
35140
|
-
width: 8px;
|
|
35141
|
-
height: 8px;
|
|
35142
|
-
border-radius: 2px;
|
|
35143
|
-
display: inline-block;
|
|
35144
|
-
background: var(--s11212zy-0);
|
|
35145
|
-
border: 1px solid #fff;
|
|
35146
|
-
box-sizing: content-box;
|
|
35147
|
-
margin-right: 6px;
|
|
35148
|
-
}
|
|
35149
|
-
|
|
35150
|
-
.E_p1lyky6c > :first-child {
|
|
35151
|
-
font-weight: bold;
|
|
35152
|
-
color: white;
|
|
35153
|
-
margin-right: 4px;
|
|
35154
|
-
}
|
|
35155
|
-
|
|
35156
|
-
.E_ou7iq30 {
|
|
35157
|
-
overflow: hidden;
|
|
35158
|
-
text-overflow: ellipsis;
|
|
35159
|
-
}
|
|
35160
|
-
|
|
35161
|
-
.E_s1tui002 {
|
|
35162
|
-
white-space: nowrap;
|
|
35163
|
-
}
|
|
35164
|
-
|
|
35165
|
-
.E_mxrc2zg {
|
|
35166
|
-
display: -webkit-box;
|
|
35167
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35168
|
-
-webkit-box-orient: vertical;
|
|
35169
|
-
word-break: break-all;
|
|
35170
|
-
}
|
|
35171
|
-
|
|
35172
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35173
|
-
display: none;
|
|
35035
|
+
.E_gmyahx3 {
|
|
35036
|
+
cursor: pointer;
|
|
35174
35037
|
}
|
|
35175
|
-
.
|
|
35176
|
-
|
|
35177
|
-
border-radius: 4px;
|
|
35038
|
+
.E_gmyahx3 .link-text {
|
|
35039
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35178
35040
|
}
|
|
35179
|
-
.
|
|
35180
|
-
|
|
35041
|
+
.E_gmyahx3:hover .link-text {
|
|
35042
|
+
color: #0080ff;
|
|
35181
35043
|
}
|
|
35182
35044
|
|
|
35183
35045
|
.E_c1up1pdz {
|
|
@@ -35320,17 +35182,35 @@ span.E_tqjc4ui {
|
|
|
35320
35182
|
color: #fff;
|
|
35321
35183
|
}
|
|
35322
35184
|
|
|
35323
|
-
.
|
|
35324
|
-
height: 8px;
|
|
35325
|
-
box-sizing: border-box;
|
|
35326
|
-
border-radius: 2px;
|
|
35327
|
-
background: #f5f7fa;
|
|
35328
|
-
display: flex;
|
|
35329
|
-
width: 100%;
|
|
35185
|
+
.E_ou7iq30 {
|
|
35330
35186
|
overflow: hidden;
|
|
35187
|
+
text-overflow: ellipsis;
|
|
35331
35188
|
}
|
|
35332
|
-
|
|
35333
|
-
|
|
35189
|
+
|
|
35190
|
+
.E_s1tui002 {
|
|
35191
|
+
white-space: nowrap;
|
|
35192
|
+
}
|
|
35193
|
+
|
|
35194
|
+
.E_mxrc2zg {
|
|
35195
|
+
display: -webkit-box;
|
|
35196
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35197
|
+
-webkit-box-orient: vertical;
|
|
35198
|
+
word-break: break-all;
|
|
35199
|
+
}
|
|
35200
|
+
|
|
35201
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35202
|
+
display: none;
|
|
35203
|
+
}
|
|
35204
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35205
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35206
|
+
border-radius: 4px;
|
|
35207
|
+
}
|
|
35208
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35209
|
+
visibility: hidden;
|
|
35210
|
+
}
|
|
35211
|
+
|
|
35212
|
+
span.E_tqjc4ui {
|
|
35213
|
+
margin: 0 2px;
|
|
35334
35214
|
}
|
|
35335
35215
|
|
|
35336
35216
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35431,19 +35311,50 @@ span.E_tqjc4ui {
|
|
|
35431
35311
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
35432
35312
|
opacity: 1 !important;
|
|
35433
35313
|
}
|
|
35434
|
-
.E_n1ugzfva.ant-btn {
|
|
35314
|
+
.E_n1ugzfva.ant-btn {
|
|
35315
|
+
width: 100%;
|
|
35316
|
+
color: #00122e;
|
|
35317
|
+
}
|
|
35318
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35319
|
+
margin-right: 12px;
|
|
35320
|
+
}
|
|
35321
|
+
.E_n1ugzfva .link-title {
|
|
35322
|
+
flex: 1;
|
|
35323
|
+
overflow: hidden;
|
|
35324
|
+
white-space: nowrap;
|
|
35325
|
+
text-overflow: ellipsis;
|
|
35326
|
+
text-align: left;
|
|
35327
|
+
}
|
|
35328
|
+
|
|
35329
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35330
|
+
display: flex;
|
|
35331
|
+
align-items: center;
|
|
35332
|
+
}
|
|
35333
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35334
|
+
margin-right: 8px;
|
|
35335
|
+
}
|
|
35336
|
+
|
|
35337
|
+
.E_wg1tsps {
|
|
35338
|
+
display: flex;
|
|
35339
|
+
align-items: center;
|
|
35340
|
+
justify-content: flex-end;
|
|
35341
|
+
}
|
|
35342
|
+
|
|
35343
|
+
.E_b1ctd5xy {
|
|
35344
|
+
display: flex;
|
|
35345
|
+
align-items: center;
|
|
35346
|
+
width: calc(100% - 40px);
|
|
35347
|
+
}
|
|
35348
|
+
.E_b1ctd5xy .chart {
|
|
35349
|
+
display: inline-block;
|
|
35435
35350
|
width: 100%;
|
|
35436
|
-
color: #00122e;
|
|
35437
35351
|
}
|
|
35438
|
-
|
|
35439
|
-
|
|
35352
|
+
|
|
35353
|
+
.E_u1p8acpn {
|
|
35354
|
+
min-width: 40px;
|
|
35440
35355
|
}
|
|
35441
|
-
.
|
|
35442
|
-
|
|
35443
|
-
overflow: hidden;
|
|
35444
|
-
white-space: nowrap;
|
|
35445
|
-
text-overflow: ellipsis;
|
|
35446
|
-
text-align: left;
|
|
35356
|
+
.E_u1p8acpn .unit {
|
|
35357
|
+
color: #00122e !important;
|
|
35447
35358
|
}
|
|
35448
35359
|
|
|
35449
35360
|
.E_t160l1cm {
|
|
@@ -35649,6 +35560,96 @@ span.E_tqjc4ui {
|
|
|
35649
35560
|
background: transparent;
|
|
35650
35561
|
}
|
|
35651
35562
|
|
|
35563
|
+
.E_t1sqg15u {
|
|
35564
|
+
background: white;
|
|
35565
|
+
}
|
|
35566
|
+
.E_t1sqg15u.inline .table-row {
|
|
35567
|
+
flex-direction: column;
|
|
35568
|
+
}
|
|
35569
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35570
|
+
padding: 0 16px 7px 0;
|
|
35571
|
+
}
|
|
35572
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35573
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35574
|
+
}
|
|
35575
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35576
|
+
border-top: none !important;
|
|
35577
|
+
}
|
|
35578
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35579
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35580
|
+
}
|
|
35581
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35582
|
+
padding-bottom: 0;
|
|
35583
|
+
}
|
|
35584
|
+
.E_t1sqg15u.align-right .content {
|
|
35585
|
+
text-align: right;
|
|
35586
|
+
}
|
|
35587
|
+
.E_t1sqg15u .uuid-row {
|
|
35588
|
+
display: flex;
|
|
35589
|
+
justify-content: space-between;
|
|
35590
|
+
}
|
|
35591
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35592
|
+
white-space: nowrap;
|
|
35593
|
+
overflow: hidden;
|
|
35594
|
+
text-overflow: ellipsis;
|
|
35595
|
+
}
|
|
35596
|
+
|
|
35597
|
+
.E_t4zczcp {
|
|
35598
|
+
display: flex;
|
|
35599
|
+
justify-content: space-between;
|
|
35600
|
+
align-items: center;
|
|
35601
|
+
padding: 8px;
|
|
35602
|
+
min-height: 32px;
|
|
35603
|
+
}
|
|
35604
|
+
.E_t4zczcp .table-title {
|
|
35605
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35606
|
+
font-weight: 600;
|
|
35607
|
+
font-size: 12px;
|
|
35608
|
+
line-height: 8px;
|
|
35609
|
+
}
|
|
35610
|
+
.E_t4zczcp .edit-icon {
|
|
35611
|
+
font-size: 16px;
|
|
35612
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35613
|
+
cursor: pointer;
|
|
35614
|
+
}
|
|
35615
|
+
|
|
35616
|
+
.E_t1s7goww {
|
|
35617
|
+
font-size: 12px;
|
|
35618
|
+
line-height: 18px;
|
|
35619
|
+
}
|
|
35620
|
+
|
|
35621
|
+
.E_t93e4cf {
|
|
35622
|
+
display: flex;
|
|
35623
|
+
padding: 8px 0;
|
|
35624
|
+
color: #2d3a56;
|
|
35625
|
+
}
|
|
35626
|
+
.E_t93e4cf .hidden {
|
|
35627
|
+
display: none;
|
|
35628
|
+
}
|
|
35629
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35630
|
+
height: auto;
|
|
35631
|
+
}
|
|
35632
|
+
.E_t93e4cf .content {
|
|
35633
|
+
overflow: hidden;
|
|
35634
|
+
overflow-x: auto;
|
|
35635
|
+
width: 100%;
|
|
35636
|
+
white-space: pre-wrap;
|
|
35637
|
+
}
|
|
35638
|
+
.E_t93e4cf .content .ant-btn {
|
|
35639
|
+
white-space: pre-wrap;
|
|
35640
|
+
text-align: left;
|
|
35641
|
+
}
|
|
35642
|
+
.E_t93e4cf .content .unit-chart {
|
|
35643
|
+
justify-content: flex-start;
|
|
35644
|
+
}
|
|
35645
|
+
|
|
35646
|
+
.E_rhz2uv5 {
|
|
35647
|
+
width: var(--rhz2uv5-0);
|
|
35648
|
+
flex-shrink: 0;
|
|
35649
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35650
|
+
padding-right: 12px;
|
|
35651
|
+
}
|
|
35652
|
+
|
|
35652
35653
|
.E_cyms3br {
|
|
35653
35654
|
background: #fff;
|
|
35654
35655
|
width: 100%;
|
|
@@ -35702,6 +35703,12 @@ span.E_tqjc4ui {
|
|
|
35702
35703
|
justify-content: center;
|
|
35703
35704
|
}
|
|
35704
35705
|
|
|
35706
|
+
.E_h1ol2wl7 {
|
|
35707
|
+
font-weight: bold;
|
|
35708
|
+
background-color: unset;
|
|
35709
|
+
padding: unset;
|
|
35710
|
+
}
|
|
35711
|
+
|
|
35705
35712
|
.E_i5w779o {
|
|
35706
35713
|
padding: 8px 0;
|
|
35707
35714
|
}
|
|
@@ -35743,12 +35750,6 @@ span.E_tqjc4ui {
|
|
|
35743
35750
|
color: rgba(0, 21, 64, 0.3);
|
|
35744
35751
|
}
|
|
35745
35752
|
|
|
35746
|
-
.E_h1ol2wl7 {
|
|
35747
|
-
font-weight: bold;
|
|
35748
|
-
background-color: unset;
|
|
35749
|
-
padding: unset;
|
|
35750
|
-
}
|
|
35751
|
-
|
|
35752
35753
|
.E_kr6am0s .ant-modal-body {
|
|
35753
35754
|
padding: 60px 128px;
|
|
35754
35755
|
}
|
|
@@ -35812,48 +35813,28 @@ span.E_tqjc4ui {
|
|
|
35812
35813
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35813
35814
|
}
|
|
35814
35815
|
|
|
35815
|
-
.
|
|
35816
|
-
width:
|
|
35817
|
-
height:
|
|
35818
|
-
|
|
35819
|
-
|
|
35820
|
-
|
|
35821
|
-
padding: 8px 0;
|
|
35822
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35823
|
-
}
|
|
35824
|
-
.E_c14ouk5o:last-of-type {
|
|
35825
|
-
box-shadow: none;
|
|
35826
|
-
padding-bottom: 0;
|
|
35827
|
-
}
|
|
35828
|
-
.E_c14ouk5o.collapsed {
|
|
35829
|
-
flex-direction: column;
|
|
35830
|
-
}
|
|
35831
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
35832
|
-
display: flex;
|
|
35833
|
-
}
|
|
35834
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
35835
|
-
flex: 1;
|
|
35816
|
+
.E_l12xdkhl {
|
|
35817
|
+
width: 64px;
|
|
35818
|
+
height: 64px;
|
|
35819
|
+
max-width: 64px;
|
|
35820
|
+
max-height: 64px;
|
|
35821
|
+
overflow: hidden;
|
|
35836
35822
|
display: flex;
|
|
35837
|
-
|
|
35838
|
-
|
|
35839
|
-
|
|
35840
|
-
|
|
35841
|
-
}
|
|
35842
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
35843
|
-
margin-left: 162px;
|
|
35844
|
-
}
|
|
35845
|
-
.E_c14ouk5o .col-label {
|
|
35846
|
-
width: 216px;
|
|
35847
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35848
|
-
margin-right: 12px;
|
|
35849
|
-
flex-shrink: 0;
|
|
35823
|
+
align-items: center;
|
|
35824
|
+
justify-content: center;
|
|
35825
|
+
position: relative;
|
|
35826
|
+
opacity: 0.6;
|
|
35850
35827
|
}
|
|
35851
|
-
.
|
|
35852
|
-
|
|
35853
|
-
/* make btn link in info row have the same height as normal text */
|
|
35828
|
+
.E_l12xdkhl .icon-wrapper {
|
|
35829
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35854
35830
|
}
|
|
35855
|
-
|
|
35856
|
-
|
|
35831
|
+
@keyframes rotate {
|
|
35832
|
+
from {
|
|
35833
|
+
transform: rotate(0deg);
|
|
35834
|
+
}
|
|
35835
|
+
to {
|
|
35836
|
+
transform: rotate(360deg);
|
|
35837
|
+
}
|
|
35857
35838
|
}
|
|
35858
35839
|
|
|
35859
35840
|
.E_c1kchka8 {
|
|
@@ -36348,15 +36329,6 @@ span.E_tqjc4ui {
|
|
|
36348
36329
|
padding: 0;
|
|
36349
36330
|
}
|
|
36350
36331
|
|
|
36351
|
-
.E_cevhqx7 {
|
|
36352
|
-
color: #00122e;
|
|
36353
|
-
}
|
|
36354
|
-
|
|
36355
|
-
.E_snbqlt4 {
|
|
36356
|
-
margin-top: 8px;
|
|
36357
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36358
|
-
}
|
|
36359
|
-
|
|
36360
36332
|
.E_c1ss4prm {
|
|
36361
36333
|
color: rgba(44, 56, 82, 0.6);
|
|
36362
36334
|
}
|
|
@@ -36395,26 +36367,55 @@ span.E_tqjc4ui {
|
|
|
36395
36367
|
margin: 16px 0;
|
|
36396
36368
|
}
|
|
36397
36369
|
|
|
36398
|
-
.
|
|
36399
|
-
|
|
36400
|
-
|
|
36401
|
-
|
|
36402
|
-
|
|
36403
|
-
|
|
36370
|
+
.E_cevhqx7 {
|
|
36371
|
+
color: #00122e;
|
|
36372
|
+
}
|
|
36373
|
+
|
|
36374
|
+
.E_snbqlt4 {
|
|
36375
|
+
margin-top: 8px;
|
|
36376
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36377
|
+
}
|
|
36378
|
+
|
|
36379
|
+
.E_c14ouk5o {
|
|
36380
|
+
width: 100%;
|
|
36381
|
+
height: 100%;
|
|
36404
36382
|
display: flex;
|
|
36405
|
-
|
|
36406
|
-
|
|
36407
|
-
|
|
36408
|
-
|
|
36383
|
+
font-size: 12px;
|
|
36384
|
+
line-height: 18px;
|
|
36385
|
+
padding: 8px 0;
|
|
36386
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36409
36387
|
}
|
|
36410
|
-
.
|
|
36411
|
-
|
|
36388
|
+
.E_c14ouk5o:last-of-type {
|
|
36389
|
+
box-shadow: none;
|
|
36390
|
+
padding-bottom: 0;
|
|
36412
36391
|
}
|
|
36413
|
-
|
|
36414
|
-
|
|
36415
|
-
|
|
36416
|
-
|
|
36417
|
-
|
|
36418
|
-
|
|
36419
|
-
|
|
36392
|
+
.E_c14ouk5o.collapsed {
|
|
36393
|
+
flex-direction: column;
|
|
36394
|
+
}
|
|
36395
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36396
|
+
display: flex;
|
|
36397
|
+
}
|
|
36398
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36399
|
+
flex: 1;
|
|
36400
|
+
display: flex;
|
|
36401
|
+
justify-content: space-between;
|
|
36402
|
+
}
|
|
36403
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36404
|
+
height: auto;
|
|
36405
|
+
}
|
|
36406
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36407
|
+
margin-left: 162px;
|
|
36408
|
+
}
|
|
36409
|
+
.E_c14ouk5o .col-label {
|
|
36410
|
+
width: 216px;
|
|
36411
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36412
|
+
margin-right: 12px;
|
|
36413
|
+
flex-shrink: 0;
|
|
36414
|
+
}
|
|
36415
|
+
.E_c14ouk5o .col-content {
|
|
36416
|
+
color: #2d3a56;
|
|
36417
|
+
/* make btn link in info row have the same height as normal text */
|
|
36418
|
+
}
|
|
36419
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36420
|
+
height: auto;
|
|
36420
36421
|
}
|