@cloudtower/eagle 0.34.2 → 0.34.4
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/core/ImmersiveDialog/index.js +33 -11
- package/dist/cjs/core/MediumDialog/MediumDialog.js +6 -3
- package/dist/cjs/core/SmallDialog/SmallDialog.js +30 -10
- package/dist/cjs/core/SmallDialog/SmallDialog.style.js +6 -0
- package/dist/cjs/core/SmallDialog/SmallDialog.widget.js +28 -0
- package/dist/cjs/core/TableForm/AddRowButton.js +9 -2
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1853 -1794
- package/dist/esm/core/ImmersiveDialog/index.js +32 -11
- package/dist/esm/core/MediumDialog/MediumDialog.js +6 -3
- package/dist/esm/core/SmallDialog/SmallDialog.js +30 -10
- package/dist/esm/core/SmallDialog/SmallDialog.style.js +4 -1
- package/dist/esm/core/SmallDialog/SmallDialog.widget.js +20 -0
- package/dist/esm/core/TableForm/AddRowButton.js +9 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2386 -2314
- package/dist/src/core/ImmersiveDialog/type.d.ts +4 -0
- package/dist/src/core/MediumDialog/MediumDialog.d.ts +2 -2
- package/dist/src/core/MediumDialog/MediumDialog.type.d.ts +5 -0
- package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +3 -0
- package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +8 -0
- package/dist/src/core/SmallDialog/SmallDialog.widget.d.ts +8 -0
- package/dist/src/core/TableForm/types.d.ts +1 -0
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +6 -0
- package/dist/stories/docs/core/MediumDialog.stories.d.ts +8 -0
- package/dist/stories/docs/core/SmallDialog.stories.d.ts +4 -0
- package/dist/stories/docs/core/TableForm.stories.d.ts +3 -0
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +3 -0
- package/dist/stories/utils.d.ts +12 -0
- package/dist/style.css +1853 -1794
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,6 +29673,26 @@ html body {
|
|
|
29673
29673
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29674
29674
|
}
|
|
29675
29675
|
}
|
|
29676
|
+
.E_m74vjol {
|
|
29677
|
+
display: flex;
|
|
29678
|
+
justify-content: space-between;
|
|
29679
|
+
width: 100%;
|
|
29680
|
+
}
|
|
29681
|
+
.E_m74vjol .action {
|
|
29682
|
+
margin-left: 16px;
|
|
29683
|
+
}
|
|
29684
|
+
|
|
29685
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29686
|
+
padding-right: 12px;
|
|
29687
|
+
}
|
|
29688
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29689
|
+
height: fit-content;
|
|
29690
|
+
margin-left: 16px;
|
|
29691
|
+
}
|
|
29692
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29693
|
+
flex: 1;
|
|
29694
|
+
}
|
|
29695
|
+
|
|
29676
29696
|
.E_c18gxmrl {
|
|
29677
29697
|
border: 1px solid #d8deeb;
|
|
29678
29698
|
border-radius: 4px;
|
|
@@ -29693,24 +29713,109 @@ html body {
|
|
|
29693
29713
|
padding: 8px 12px;
|
|
29694
29714
|
}
|
|
29695
29715
|
|
|
29696
|
-
.
|
|
29716
|
+
.E_c1uzzomf {
|
|
29717
|
+
margin-bottom: 16px;
|
|
29718
|
+
}
|
|
29719
|
+
.E_c1uzzomf .card-title {
|
|
29720
|
+
font-size: 16px;
|
|
29721
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29722
|
+
font-weight: 700;
|
|
29723
|
+
line-height: 32px;
|
|
29724
|
+
}
|
|
29725
|
+
.E_c1uzzomf .card-body {
|
|
29726
|
+
padding: 24px;
|
|
29727
|
+
border-radius: 8px;
|
|
29728
|
+
background: #fff;
|
|
29729
|
+
}
|
|
29730
|
+
.E_c1uzzomf .empty {
|
|
29731
|
+
font-weight: 700;
|
|
29732
|
+
font-size: 14px;
|
|
29733
|
+
line-height: 22px;
|
|
29734
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29735
|
+
text-align: center;
|
|
29736
|
+
}
|
|
29737
|
+
|
|
29738
|
+
.E_d1bw7c5z {
|
|
29739
|
+
position: relative;
|
|
29740
|
+
max-width: 388px;
|
|
29741
|
+
min-width: 285px;
|
|
29742
|
+
}
|
|
29743
|
+
.E_d1bw7c5z .center {
|
|
29744
|
+
position: absolute;
|
|
29745
|
+
font-size: 12px;
|
|
29746
|
+
width: 80px;
|
|
29747
|
+
height: 100px;
|
|
29748
|
+
top: 0;
|
|
29749
|
+
left: 35px;
|
|
29697
29750
|
display: flex;
|
|
29698
|
-
|
|
29751
|
+
flex-direction: column;
|
|
29752
|
+
justify-content: center;
|
|
29753
|
+
align-items: center;
|
|
29754
|
+
color: #00122e;
|
|
29755
|
+
}
|
|
29756
|
+
.E_d1bw7c5z .center .number {
|
|
29757
|
+
font-size: 24px;
|
|
29758
|
+
font-weight: 700;
|
|
29759
|
+
}
|
|
29760
|
+
.E_d1bw7c5z .center .text {
|
|
29761
|
+
padding: 0 5px;
|
|
29762
|
+
font-size: 12px;
|
|
29763
|
+
width: inherit;
|
|
29764
|
+
text-align: center;
|
|
29765
|
+
}
|
|
29766
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29767
|
+
display: flex;
|
|
29768
|
+
}
|
|
29769
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29770
|
+
position: relative !important;
|
|
29771
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29772
|
+
left: 0 !important;
|
|
29773
|
+
bottom: 0 !important;
|
|
29774
|
+
display: flex;
|
|
29775
|
+
align-items: center;
|
|
29776
|
+
}
|
|
29777
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29699
29778
|
width: 100%;
|
|
29700
29779
|
}
|
|
29701
|
-
.
|
|
29702
|
-
|
|
29780
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29781
|
+
width: 100%;
|
|
29782
|
+
margin-right: 0 !important;
|
|
29783
|
+
line-height: 18px;
|
|
29784
|
+
}
|
|
29785
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29786
|
+
border-radius: 2px;
|
|
29787
|
+
}
|
|
29788
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29789
|
+
min-width: 75px;
|
|
29790
|
+
max-width: 198px;
|
|
29791
|
+
width: calc(100% - 20px);
|
|
29792
|
+
margin-left: 2px;
|
|
29793
|
+
color: #00122e !important;
|
|
29794
|
+
display: inline-flex;
|
|
29795
|
+
justify-content: space-between;
|
|
29796
|
+
}
|
|
29797
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29798
|
+
maxwidth: calc(100% - 12px);
|
|
29799
|
+
cursor: pointer;
|
|
29800
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29801
|
+
overflow: hidden;
|
|
29802
|
+
text-overflow: ellipsis;
|
|
29803
|
+
white-space: nowrap;
|
|
29804
|
+
}
|
|
29805
|
+
.E_d1bw7c5z .value {
|
|
29806
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29703
29807
|
}
|
|
29704
29808
|
|
|
29705
|
-
.
|
|
29706
|
-
|
|
29809
|
+
.E_t10pqbtc {
|
|
29810
|
+
width: 140px;
|
|
29707
29811
|
}
|
|
29708
|
-
.
|
|
29709
|
-
|
|
29710
|
-
|
|
29812
|
+
.E_t10pqbtc .item {
|
|
29813
|
+
margin: 6px auto;
|
|
29814
|
+
display: flex;
|
|
29815
|
+
justify-content: space-between;
|
|
29711
29816
|
}
|
|
29712
|
-
.
|
|
29713
|
-
|
|
29817
|
+
.E_t10pqbtc .item .name {
|
|
29818
|
+
width: 102px;
|
|
29714
29819
|
}
|
|
29715
29820
|
|
|
29716
29821
|
.E_berrcjl {
|
|
@@ -29729,35 +29834,6 @@ html body {
|
|
|
29729
29834
|
color: #005ed1;
|
|
29730
29835
|
}
|
|
29731
29836
|
|
|
29732
|
-
.E_b1nip9bk {
|
|
29733
|
-
padding: 4px 11px;
|
|
29734
|
-
}
|
|
29735
|
-
|
|
29736
|
-
.E_bqamoqe {
|
|
29737
|
-
white-space: nowrap;
|
|
29738
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29739
|
-
}
|
|
29740
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29741
|
-
--color: #0080ff;
|
|
29742
|
-
}
|
|
29743
|
-
.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] {
|
|
29744
|
-
--color: #0080ff;
|
|
29745
|
-
}
|
|
29746
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29747
|
-
margin-left: 1px;
|
|
29748
|
-
}
|
|
29749
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29750
|
-
border-top-right-radius: 0;
|
|
29751
|
-
border-bottom-right-radius: 0;
|
|
29752
|
-
}
|
|
29753
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29754
|
-
border-top-left-radius: 0;
|
|
29755
|
-
border-bottom-left-radius: 0;
|
|
29756
|
-
}
|
|
29757
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29758
|
-
border-radius: unset;
|
|
29759
|
-
}
|
|
29760
|
-
|
|
29761
29837
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29762
29838
|
justify-content: center;
|
|
29763
29839
|
}
|
|
@@ -30015,144 +30091,68 @@ html body {
|
|
|
30015
30091
|
justify-content: center;
|
|
30016
30092
|
}
|
|
30017
30093
|
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30020
|
-
}
|
|
30021
|
-
.E_c1uzzomf .card-title {
|
|
30022
|
-
font-size: 16px;
|
|
30094
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30095
|
+
padding: 4px 8px 0 8px;
|
|
30023
30096
|
color: rgba(44, 56, 82, 0.6);
|
|
30024
|
-
font-
|
|
30025
|
-
line-height: 32px;
|
|
30097
|
+
font-size: 12px;
|
|
30026
30098
|
}
|
|
30027
|
-
.
|
|
30028
|
-
padding:
|
|
30029
|
-
border-radius: 8px;
|
|
30030
|
-
background: #fff;
|
|
30099
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30100
|
+
padding-bottom: 6px;
|
|
30031
30101
|
}
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30034
|
-
|
|
30035
|
-
line-height: 22px;
|
|
30036
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30037
|
-
text-align: center;
|
|
30102
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30103
|
+
padding-top: 4px;
|
|
30104
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30038
30105
|
}
|
|
30039
30106
|
|
|
30040
|
-
.
|
|
30041
|
-
|
|
30042
|
-
max-width: 388px;
|
|
30043
|
-
min-width: 285px;
|
|
30107
|
+
.E_b1nip9bk {
|
|
30108
|
+
padding: 4px 11px;
|
|
30044
30109
|
}
|
|
30045
|
-
|
|
30046
|
-
|
|
30047
|
-
|
|
30048
|
-
|
|
30049
|
-
height: 100px;
|
|
30050
|
-
top: 0;
|
|
30051
|
-
left: 35px;
|
|
30052
|
-
display: flex;
|
|
30053
|
-
flex-direction: column;
|
|
30054
|
-
justify-content: center;
|
|
30055
|
-
align-items: center;
|
|
30056
|
-
color: #00122e;
|
|
30110
|
+
|
|
30111
|
+
.E_bqamoqe {
|
|
30112
|
+
white-space: nowrap;
|
|
30113
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30057
30114
|
}
|
|
30058
|
-
.
|
|
30059
|
-
|
|
30060
|
-
font-weight: 700;
|
|
30115
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30116
|
+
--color: #0080ff;
|
|
30061
30117
|
}
|
|
30062
|
-
.
|
|
30063
|
-
|
|
30064
|
-
font-size: 12px;
|
|
30065
|
-
width: inherit;
|
|
30066
|
-
text-align: center;
|
|
30118
|
+
.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] {
|
|
30119
|
+
--color: #0080ff;
|
|
30067
30120
|
}
|
|
30068
|
-
.
|
|
30069
|
-
|
|
30121
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30122
|
+
margin-left: 1px;
|
|
30070
30123
|
}
|
|
30071
|
-
.
|
|
30072
|
-
|
|
30073
|
-
|
|
30074
|
-
|
|
30075
|
-
|
|
30124
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30125
|
+
border-top-right-radius: 0;
|
|
30126
|
+
border-bottom-right-radius: 0;
|
|
30127
|
+
}
|
|
30128
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30129
|
+
border-top-left-radius: 0;
|
|
30130
|
+
border-bottom-left-radius: 0;
|
|
30131
|
+
}
|
|
30132
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30133
|
+
border-radius: unset;
|
|
30134
|
+
}
|
|
30135
|
+
|
|
30136
|
+
.E_fzh9mnb {
|
|
30137
|
+
width: 100%;
|
|
30138
|
+
height: 100%;
|
|
30139
|
+
min-height: 124px;
|
|
30076
30140
|
display: flex;
|
|
30141
|
+
flex-direction: column;
|
|
30142
|
+
justify-content: center;
|
|
30077
30143
|
align-items: center;
|
|
30078
30144
|
}
|
|
30079
|
-
.
|
|
30080
|
-
|
|
30145
|
+
.E_fzh9mnb .error-text {
|
|
30146
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30147
|
+
margin-bottom: 16px;
|
|
30148
|
+
font-size: 18px;
|
|
30081
30149
|
}
|
|
30082
|
-
|
|
30150
|
+
|
|
30151
|
+
.E_f7pxqmh {
|
|
30083
30152
|
width: 100%;
|
|
30084
|
-
margin-
|
|
30085
|
-
|
|
30086
|
-
|
|
30087
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30088
|
-
border-radius: 2px;
|
|
30089
|
-
}
|
|
30090
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30091
|
-
min-width: 75px;
|
|
30092
|
-
max-width: 198px;
|
|
30093
|
-
width: calc(100% - 20px);
|
|
30094
|
-
margin-left: 2px;
|
|
30095
|
-
color: #00122e !important;
|
|
30096
|
-
display: inline-flex;
|
|
30097
|
-
justify-content: space-between;
|
|
30098
|
-
}
|
|
30099
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30100
|
-
maxwidth: calc(100% - 12px);
|
|
30101
|
-
cursor: pointer;
|
|
30102
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30103
|
-
overflow: hidden;
|
|
30104
|
-
text-overflow: ellipsis;
|
|
30105
|
-
white-space: nowrap;
|
|
30106
|
-
}
|
|
30107
|
-
.E_d1bw7c5z .value {
|
|
30108
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30109
|
-
}
|
|
30110
|
-
|
|
30111
|
-
.E_t10pqbtc {
|
|
30112
|
-
width: 140px;
|
|
30113
|
-
}
|
|
30114
|
-
.E_t10pqbtc .item {
|
|
30115
|
-
margin: 6px auto;
|
|
30116
|
-
display: flex;
|
|
30117
|
-
justify-content: space-between;
|
|
30118
|
-
}
|
|
30119
|
-
.E_t10pqbtc .item .name {
|
|
30120
|
-
width: 102px;
|
|
30121
|
-
}
|
|
30122
|
-
|
|
30123
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30124
|
-
padding: 4px 8px 0 8px;
|
|
30125
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30126
|
-
font-size: 12px;
|
|
30127
|
-
}
|
|
30128
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30129
|
-
padding-bottom: 6px;
|
|
30130
|
-
}
|
|
30131
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30132
|
-
padding-top: 4px;
|
|
30133
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30134
|
-
}
|
|
30135
|
-
|
|
30136
|
-
.E_fzh9mnb {
|
|
30137
|
-
width: 100%;
|
|
30138
|
-
height: 100%;
|
|
30139
|
-
min-height: 124px;
|
|
30140
|
-
display: flex;
|
|
30141
|
-
flex-direction: column;
|
|
30142
|
-
justify-content: center;
|
|
30143
|
-
align-items: center;
|
|
30144
|
-
}
|
|
30145
|
-
.E_fzh9mnb .error-text {
|
|
30146
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30147
|
-
margin-bottom: 16px;
|
|
30148
|
-
font-size: 18px;
|
|
30149
|
-
}
|
|
30150
|
-
|
|
30151
|
-
.E_f7pxqmh {
|
|
30152
|
-
width: 100%;
|
|
30153
|
-
margin-bottom: 0 !important;
|
|
30154
|
-
flex-flow: nowrap !important;
|
|
30155
|
-
line-break: auto;
|
|
30153
|
+
margin-bottom: 0 !important;
|
|
30154
|
+
flex-flow: nowrap !important;
|
|
30155
|
+
line-break: auto;
|
|
30156
30156
|
}
|
|
30157
30157
|
.E_f7pxqmh > .ant-form-item-label {
|
|
30158
30158
|
text-align: left !important;
|
|
@@ -30200,20 +30200,21 @@ html body {
|
|
|
30200
30200
|
animation: rotate 680ms linear infinite;
|
|
30201
30201
|
}
|
|
30202
30202
|
|
|
30203
|
-
.
|
|
30203
|
+
.E_i1inqkme {
|
|
30204
|
+
height: 18px;
|
|
30204
30205
|
line-height: 18px;
|
|
30205
|
-
|
|
30206
|
-
|
|
30207
|
-
.
|
|
30206
|
+
padding: 0 4px;
|
|
30207
|
+
border-radius: 4px;
|
|
30208
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30209
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30208
30210
|
display: flex;
|
|
30211
|
+
align-items: center;
|
|
30212
|
+
white-space: nowrap;
|
|
30213
|
+
margin-right: 4px;
|
|
30209
30214
|
}
|
|
30210
|
-
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
}
|
|
30214
|
-
.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 {
|
|
30215
|
-
border-bottom-right-radius: 5px;
|
|
30216
|
-
border-top-right-radius: 5px;
|
|
30215
|
+
|
|
30216
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30217
|
+
line-height: 18px;
|
|
30217
30218
|
}
|
|
30218
30219
|
|
|
30219
30220
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30276,26 +30277,6 @@ html body {
|
|
|
30276
30277
|
padding: 2px 8px;
|
|
30277
30278
|
}
|
|
30278
30279
|
|
|
30279
|
-
.E_i1inqkme {
|
|
30280
|
-
height: 18px;
|
|
30281
|
-
line-height: 18px;
|
|
30282
|
-
padding: 0 4px;
|
|
30283
|
-
border-radius: 4px;
|
|
30284
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30285
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30286
|
-
display: flex;
|
|
30287
|
-
align-items: center;
|
|
30288
|
-
white-space: nowrap;
|
|
30289
|
-
margin-right: 4px;
|
|
30290
|
-
}
|
|
30291
|
-
|
|
30292
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30293
|
-
margin-left: 8px;
|
|
30294
|
-
}
|
|
30295
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30296
|
-
padding: 2px 7px 2px 12px;
|
|
30297
|
-
}
|
|
30298
|
-
|
|
30299
30280
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30300
30281
|
display: var(--a1wfy30z-0);
|
|
30301
30282
|
}
|
|
@@ -30327,84 +30308,245 @@ html body {
|
|
|
30327
30308
|
font-size: inherit;
|
|
30328
30309
|
}
|
|
30329
30310
|
|
|
30330
|
-
.
|
|
30331
|
-
|
|
30332
|
-
align-items: baseline;
|
|
30333
|
-
white-space: pre-wrap;
|
|
30334
|
-
}
|
|
30335
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30336
|
-
position: relative;
|
|
30337
|
-
top: 3px;
|
|
30311
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30312
|
+
margin-left: 8px;
|
|
30338
30313
|
}
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30314
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30315
|
+
padding: 2px 7px 2px 12px;
|
|
30341
30316
|
}
|
|
30342
|
-
|
|
30343
|
-
|
|
30317
|
+
|
|
30318
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30319
|
+
display: flex;
|
|
30344
30320
|
}
|
|
30345
|
-
.
|
|
30346
|
-
border-
|
|
30347
|
-
|
|
30321
|
+
.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 {
|
|
30322
|
+
border-bottom-left-radius: 5px;
|
|
30323
|
+
border-top-left-radius: 5px;
|
|
30348
30324
|
}
|
|
30349
|
-
.
|
|
30350
|
-
|
|
30351
|
-
|
|
30352
|
-
width: 6px;
|
|
30353
|
-
height: 6px;
|
|
30354
|
-
background: #fff;
|
|
30325
|
+
.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 {
|
|
30326
|
+
border-bottom-right-radius: 5px;
|
|
30327
|
+
border-top-right-radius: 5px;
|
|
30355
30328
|
}
|
|
30356
|
-
|
|
30357
|
-
|
|
30329
|
+
|
|
30330
|
+
.E_owd0kml {
|
|
30331
|
+
display: inline-block;
|
|
30358
30332
|
}
|
|
30359
|
-
|
|
30360
|
-
|
|
30361
|
-
|
|
30333
|
+
|
|
30334
|
+
.E_h1jsgezc {
|
|
30335
|
+
visibility: hidden;
|
|
30336
|
+
position: absolute;
|
|
30362
30337
|
}
|
|
30363
|
-
|
|
30364
|
-
|
|
30338
|
+
|
|
30339
|
+
.E_c1bus5hc {
|
|
30340
|
+
--color: white;
|
|
30341
|
+
height: 14px;
|
|
30342
|
+
width: 14px;
|
|
30343
|
+
border-radius: 50%;
|
|
30344
|
+
flex-shrink: 0;
|
|
30345
|
+
display: flex;
|
|
30346
|
+
align-items: center;
|
|
30347
|
+
justify-content: center;
|
|
30348
|
+
border: 1px solid var(--color);
|
|
30365
30349
|
}
|
|
30366
|
-
.
|
|
30367
|
-
|
|
30368
|
-
|
|
30350
|
+
.E_c1bus5hc .circle-inner {
|
|
30351
|
+
position: relative;
|
|
30352
|
+
height: 10px;
|
|
30353
|
+
width: 10px;
|
|
30354
|
+
border-radius: 50%;
|
|
30355
|
+
overflow: hidden;
|
|
30369
30356
|
}
|
|
30370
|
-
.
|
|
30371
|
-
|
|
30357
|
+
.E_c1bus5hc .circle-content {
|
|
30358
|
+
position: absolute;
|
|
30359
|
+
height: 100%;
|
|
30360
|
+
width: 100%;
|
|
30361
|
+
left: 0;
|
|
30362
|
+
top: 0;
|
|
30363
|
+
border-radius: 50%;
|
|
30364
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30365
|
+
transform: rotate(180deg);
|
|
30372
30366
|
}
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
|
|
30367
|
+
.E_c1bus5hc .circle-child {
|
|
30368
|
+
position: absolute;
|
|
30369
|
+
height: 100%;
|
|
30370
|
+
width: 100%;
|
|
30371
|
+
left: 0;
|
|
30372
|
+
top: 0;
|
|
30373
|
+
margin-left: 50%;
|
|
30374
|
+
transform-origin: left;
|
|
30375
|
+
background: white;
|
|
30376
|
+
transform: rotate(0deg);
|
|
30377
30377
|
}
|
|
30378
|
-
|
|
30379
|
-
|
|
30380
|
-
|
|
30378
|
+
|
|
30379
|
+
.E_phljevk {
|
|
30380
|
+
display: flex;
|
|
30381
|
+
justify-content: space-between;
|
|
30382
|
+
align-items: center;
|
|
30383
|
+
padding: 10px 0;
|
|
30381
30384
|
color: rgba(44, 56, 82, 0.6);
|
|
30385
|
+
font-size: 12px;
|
|
30386
|
+
line-height: 24px;
|
|
30382
30387
|
}
|
|
30383
|
-
.
|
|
30384
|
-
padding
|
|
30388
|
+
.E_phljevk .pagination-left {
|
|
30389
|
+
padding: 2px 8px;
|
|
30385
30390
|
}
|
|
30386
|
-
|
|
30387
|
-
|
|
30388
|
-
|
|
30391
|
+
.E_phljevk .dropdown-trigger {
|
|
30392
|
+
display: flex;
|
|
30393
|
+
align-items: center;
|
|
30394
|
+
border-radius: 6px;
|
|
30395
|
+
cursor: pointer;
|
|
30396
|
+
transition: all 0.3s ease;
|
|
30389
30397
|
}
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30398
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30399
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30400
|
+
color: #0080ff;
|
|
30392
30401
|
}
|
|
30393
|
-
|
|
30394
|
-
|
|
30395
|
-
color: #00122e;
|
|
30396
|
-
border-color: #ccd4e3;
|
|
30402
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30403
|
+
margin-left: 4px;
|
|
30397
30404
|
}
|
|
30398
|
-
.
|
|
30399
|
-
|
|
30405
|
+
.E_phljevk .pagination-right {
|
|
30406
|
+
display: flex;
|
|
30407
|
+
align-items: center;
|
|
30408
|
+
color: #0080ff;
|
|
30409
|
+
font-weight: bold;
|
|
30400
30410
|
}
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
line-height: 32px;
|
|
30404
|
-
height: 32px;
|
|
30411
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30412
|
+
margin-left: 4px;
|
|
30405
30413
|
}
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30414
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30415
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30416
|
+
padding: 0 8px;
|
|
30417
|
+
}
|
|
30418
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30419
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30420
|
+
color: #0080ff;
|
|
30421
|
+
}
|
|
30422
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30423
|
+
transform: rotate(180deg);
|
|
30424
|
+
}
|
|
30425
|
+
|
|
30426
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30427
|
+
max-height: calc(100vh - 128px);
|
|
30428
|
+
overflow-y: auto;
|
|
30429
|
+
}
|
|
30430
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30431
|
+
padding: 4px 20px;
|
|
30432
|
+
font-size: 12px;
|
|
30433
|
+
line-height: 18px;
|
|
30434
|
+
}
|
|
30435
|
+
|
|
30436
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30437
|
+
margin-right: 8px;
|
|
30438
|
+
}
|
|
30439
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30440
|
+
margin-left: 8px;
|
|
30441
|
+
}
|
|
30442
|
+
|
|
30443
|
+
.E_cc368xp {
|
|
30444
|
+
color: #00122e;
|
|
30445
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30446
|
+
margin-right: 8px;
|
|
30447
|
+
padding-right: 8px;
|
|
30448
|
+
}
|
|
30449
|
+
|
|
30450
|
+
.E_i11o6xqj {
|
|
30451
|
+
display: flex;
|
|
30452
|
+
gap: 4px;
|
|
30453
|
+
}
|
|
30454
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30455
|
+
cursor: pointer;
|
|
30456
|
+
}
|
|
30457
|
+
|
|
30458
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30459
|
+
cursor: not-allowed;
|
|
30460
|
+
}
|
|
30461
|
+
|
|
30462
|
+
.E_ivqqkzv {
|
|
30463
|
+
height: 24px;
|
|
30464
|
+
width: 56px !important;
|
|
30465
|
+
margin-right: 4px;
|
|
30466
|
+
}
|
|
30467
|
+
|
|
30468
|
+
.E_c1wk4q29 {
|
|
30469
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30470
|
+
}
|
|
30471
|
+
|
|
30472
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30473
|
+
display: inline-flex;
|
|
30474
|
+
align-items: baseline;
|
|
30475
|
+
white-space: pre-wrap;
|
|
30476
|
+
}
|
|
30477
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30478
|
+
position: relative;
|
|
30479
|
+
top: 3px;
|
|
30480
|
+
}
|
|
30481
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30482
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30483
|
+
}
|
|
30484
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30485
|
+
border-color: #0080ff;
|
|
30486
|
+
}
|
|
30487
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30488
|
+
border-color: #0080ff;
|
|
30489
|
+
background: #0080ff;
|
|
30490
|
+
}
|
|
30491
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30492
|
+
top: 4px;
|
|
30493
|
+
left: 4px;
|
|
30494
|
+
width: 6px;
|
|
30495
|
+
height: 6px;
|
|
30496
|
+
background: #fff;
|
|
30497
|
+
}
|
|
30498
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30499
|
+
opacity: 0.5;
|
|
30500
|
+
}
|
|
30501
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30502
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30503
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30504
|
+
}
|
|
30505
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30506
|
+
background: #00122e;
|
|
30507
|
+
}
|
|
30508
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30509
|
+
color: #00122e;
|
|
30510
|
+
opacity: 0.5;
|
|
30511
|
+
}
|
|
30512
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30513
|
+
color: #00122e;
|
|
30514
|
+
}
|
|
30515
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30516
|
+
display: inline-block;
|
|
30517
|
+
padding: 0;
|
|
30518
|
+
padding-left: 10px;
|
|
30519
|
+
}
|
|
30520
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30521
|
+
margin-bottom: 0;
|
|
30522
|
+
white-space: pre-wrap;
|
|
30523
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30524
|
+
}
|
|
30525
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30526
|
+
padding-left: 8px;
|
|
30527
|
+
}
|
|
30528
|
+
|
|
30529
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30530
|
+
border-radius: 5px 0 0 5px;
|
|
30531
|
+
}
|
|
30532
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30533
|
+
border-radius: 0 5px 5px 0;
|
|
30534
|
+
}
|
|
30535
|
+
|
|
30536
|
+
.E_rcc63c8 {
|
|
30537
|
+
color: #00122e;
|
|
30538
|
+
border-color: #ccd4e3;
|
|
30539
|
+
}
|
|
30540
|
+
.E_rcc63c8:first-child {
|
|
30541
|
+
border-color: #a3b4cc;
|
|
30542
|
+
}
|
|
30543
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30544
|
+
padding: 0 12px;
|
|
30545
|
+
line-height: 32px;
|
|
30546
|
+
height: 32px;
|
|
30547
|
+
}
|
|
30548
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30549
|
+
white-space: nowrap;
|
|
30408
30550
|
}
|
|
30409
30551
|
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30410
30552
|
height: 22px;
|
|
@@ -30473,146 +30615,148 @@ html body {
|
|
|
30473
30615
|
width: 36px;
|
|
30474
30616
|
}
|
|
30475
30617
|
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
justify-content: space-between;
|
|
30479
|
-
align-items: center;
|
|
30480
|
-
padding: 10px 0;
|
|
30481
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30482
|
-
font-size: 12px;
|
|
30483
|
-
line-height: 24px;
|
|
30618
|
+
.E_tju3gfj .date {
|
|
30619
|
+
margin-right: 4px;
|
|
30484
30620
|
}
|
|
30485
|
-
|
|
30486
|
-
|
|
30621
|
+
|
|
30622
|
+
.E_s1dni7lo {
|
|
30623
|
+
width: 430px !important;
|
|
30487
30624
|
}
|
|
30488
|
-
|
|
30625
|
+
|
|
30626
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30627
|
+
padding: 8px 16px;
|
|
30628
|
+
line-height: 18px;
|
|
30629
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30630
|
+
height: 34px;
|
|
30631
|
+
min-height: 34px;
|
|
30632
|
+
box-sizing: border-box;
|
|
30633
|
+
margin-top: 8px;
|
|
30634
|
+
}
|
|
30635
|
+
|
|
30636
|
+
.E_o1ugr09p {
|
|
30489
30637
|
display: flex;
|
|
30490
|
-
|
|
30491
|
-
|
|
30492
|
-
|
|
30493
|
-
|
|
30638
|
+
flex-direction: column;
|
|
30639
|
+
margin: 1px 8px;
|
|
30640
|
+
padding: 8px;
|
|
30641
|
+
border-radius: 4px;
|
|
30494
30642
|
}
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30497
|
-
color: #0080ff;
|
|
30643
|
+
.E_o1ugr09p .selected-icon {
|
|
30644
|
+
display: none;
|
|
30498
30645
|
}
|
|
30499
|
-
.
|
|
30500
|
-
|
|
30646
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30647
|
+
padding-left: 8px;
|
|
30501
30648
|
}
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30504
|
-
|
|
30649
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30650
|
+
background-color: white;
|
|
30651
|
+
}
|
|
30652
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30505
30653
|
color: #0080ff;
|
|
30506
|
-
font-weight: bold;
|
|
30507
30654
|
}
|
|
30508
|
-
.
|
|
30509
|
-
|
|
30655
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30656
|
+
display: block;
|
|
30510
30657
|
}
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30513
|
-
padding: 0 8px;
|
|
30658
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30659
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30514
30660
|
}
|
|
30515
|
-
.
|
|
30516
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30661
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30517
30662
|
color: #0080ff;
|
|
30518
30663
|
}
|
|
30519
|
-
.
|
|
30520
|
-
|
|
30664
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30665
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30666
|
+
color: #0080ff;
|
|
30521
30667
|
}
|
|
30522
30668
|
|
|
30523
|
-
.
|
|
30524
|
-
|
|
30525
|
-
|
|
30669
|
+
.E_o1ifxsq4 {
|
|
30670
|
+
display: flex;
|
|
30671
|
+
justify-content: space-between;
|
|
30672
|
+
height: 20px;
|
|
30673
|
+
line-height: 20px;
|
|
30526
30674
|
}
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
|
|
30675
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30676
|
+
color: #2d3a56;
|
|
30677
|
+
overflow: hidden;
|
|
30678
|
+
text-overflow: ellipsis;
|
|
30531
30679
|
}
|
|
30532
30680
|
|
|
30533
|
-
.
|
|
30534
|
-
display:
|
|
30681
|
+
.E_o1zue7 {
|
|
30682
|
+
display: flex;
|
|
30683
|
+
justify-content: space-between;
|
|
30684
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30685
|
+
height: 18px;
|
|
30686
|
+
line-height: 18px;
|
|
30687
|
+
margin-top: 2px;
|
|
30535
30688
|
}
|
|
30536
30689
|
|
|
30537
|
-
.
|
|
30538
|
-
|
|
30539
|
-
|
|
30690
|
+
.E_tyfmlxg {
|
|
30691
|
+
border: none;
|
|
30692
|
+
margin-right: 0;
|
|
30693
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30540
30694
|
}
|
|
30541
30695
|
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30544
|
-
|
|
30545
|
-
|
|
30546
|
-
|
|
30696
|
+
.E_o18uybox {
|
|
30697
|
+
pointer-events: none;
|
|
30698
|
+
height: 32px;
|
|
30699
|
+
width: 100%;
|
|
30700
|
+
opacity: 0;
|
|
30547
30701
|
}
|
|
30548
30702
|
|
|
30549
|
-
.
|
|
30550
|
-
|
|
30551
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30552
|
-
margin-right: 8px;
|
|
30553
|
-
padding-right: 8px;
|
|
30703
|
+
.E_iq1gosr {
|
|
30704
|
+
display: inline-block;
|
|
30554
30705
|
}
|
|
30555
30706
|
|
|
30556
|
-
.
|
|
30557
|
-
|
|
30558
|
-
|
|
30707
|
+
.E_s1dizucg.ant-switch {
|
|
30708
|
+
min-width: 40px;
|
|
30709
|
+
height: 24px;
|
|
30710
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30711
|
+
overflow: hidden;
|
|
30559
30712
|
}
|
|
30560
|
-
.
|
|
30561
|
-
|
|
30713
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30714
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30562
30715
|
}
|
|
30563
|
-
|
|
30564
|
-
|
|
30565
|
-
|
|
30716
|
+
.E_s1dizucg.ant-switch-small {
|
|
30717
|
+
min-width: 26px;
|
|
30718
|
+
height: 16px;
|
|
30566
30719
|
}
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
height:
|
|
30570
|
-
width: 56px !important;
|
|
30571
|
-
margin-right: 4px;
|
|
30720
|
+
.E_s1dizucg.ant-switch-large {
|
|
30721
|
+
min-width: 52px;
|
|
30722
|
+
height: 32px;
|
|
30572
30723
|
}
|
|
30573
|
-
|
|
30574
|
-
|
|
30575
|
-
|
|
30724
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30725
|
+
height: 20px;
|
|
30726
|
+
width: 20px;
|
|
30576
30727
|
}
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30728
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30729
|
+
border-radius: 10px;
|
|
30730
|
+
transition-delay: 120ms;
|
|
30731
|
+
}
|
|
30732
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30580
30733
|
height: 14px;
|
|
30581
30734
|
width: 14px;
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
display: flex;
|
|
30585
|
-
align-items: center;
|
|
30586
|
-
justify-content: center;
|
|
30587
|
-
border: 1px solid var(--color);
|
|
30735
|
+
top: 1px;
|
|
30736
|
+
left: 1px;
|
|
30588
30737
|
}
|
|
30589
|
-
.
|
|
30590
|
-
|
|
30591
|
-
|
|
30592
|
-
width: 10px;
|
|
30593
|
-
border-radius: 50%;
|
|
30594
|
-
overflow: hidden;
|
|
30738
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30739
|
+
height: 28px;
|
|
30740
|
+
width: 28px;
|
|
30595
30741
|
}
|
|
30596
|
-
.
|
|
30597
|
-
|
|
30598
|
-
height: 100%;
|
|
30599
|
-
width: 100%;
|
|
30600
|
-
left: 0;
|
|
30601
|
-
top: 0;
|
|
30602
|
-
border-radius: 50%;
|
|
30603
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30604
|
-
transform: rotate(180deg);
|
|
30742
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30743
|
+
border-radius: 14px;
|
|
30605
30744
|
}
|
|
30606
|
-
.
|
|
30607
|
-
|
|
30608
|
-
|
|
30609
|
-
|
|
30610
|
-
left:
|
|
30611
|
-
|
|
30612
|
-
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
|
|
30745
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30746
|
+
background-color: #00ba5d;
|
|
30747
|
+
}
|
|
30748
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30749
|
+
left: calc(100% - 20px - 2px);
|
|
30750
|
+
}
|
|
30751
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30752
|
+
left: calc(100% - 14px - 1px);
|
|
30753
|
+
}
|
|
30754
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30755
|
+
left: calc(100% - 28px - 2px);
|
|
30756
|
+
}
|
|
30757
|
+
|
|
30758
|
+
.E_c1up6e3y {
|
|
30759
|
+
margin-left: 5px;
|
|
30616
30760
|
}
|
|
30617
30761
|
|
|
30618
30762
|
.E_cnujxq2 {
|
|
@@ -31305,157 +31449,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31305
31449
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31306
31450
|
}
|
|
31307
31451
|
|
|
31308
|
-
.E_iq1gosr {
|
|
31309
|
-
display: inline-block;
|
|
31310
|
-
}
|
|
31311
|
-
|
|
31312
|
-
.E_s1dni7lo {
|
|
31313
|
-
width: 430px !important;
|
|
31314
|
-
}
|
|
31315
|
-
|
|
31316
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31317
|
-
padding: 8px 16px;
|
|
31318
|
-
line-height: 18px;
|
|
31319
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31320
|
-
height: 34px;
|
|
31321
|
-
min-height: 34px;
|
|
31322
|
-
box-sizing: border-box;
|
|
31323
|
-
margin-top: 8px;
|
|
31324
|
-
}
|
|
31325
|
-
|
|
31326
|
-
.E_o1ugr09p {
|
|
31327
|
-
display: flex;
|
|
31328
|
-
flex-direction: column;
|
|
31329
|
-
margin: 1px 8px;
|
|
31330
|
-
padding: 8px;
|
|
31331
|
-
border-radius: 4px;
|
|
31332
|
-
}
|
|
31333
|
-
.E_o1ugr09p .selected-icon {
|
|
31334
|
-
display: none;
|
|
31335
|
-
}
|
|
31336
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31337
|
-
padding-left: 8px;
|
|
31338
|
-
}
|
|
31339
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31340
|
-
background-color: white;
|
|
31341
|
-
}
|
|
31342
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31343
|
-
color: #0080ff;
|
|
31344
|
-
}
|
|
31345
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31346
|
-
display: block;
|
|
31347
|
-
}
|
|
31348
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31349
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31350
|
-
}
|
|
31351
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31352
|
-
color: #0080ff;
|
|
31353
|
-
}
|
|
31354
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31355
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31356
|
-
color: #0080ff;
|
|
31357
|
-
}
|
|
31358
|
-
|
|
31359
|
-
.E_o1ifxsq4 {
|
|
31360
|
-
display: flex;
|
|
31361
|
-
justify-content: space-between;
|
|
31362
|
-
height: 20px;
|
|
31363
|
-
line-height: 20px;
|
|
31364
|
-
}
|
|
31365
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31366
|
-
color: #2d3a56;
|
|
31367
|
-
overflow: hidden;
|
|
31368
|
-
text-overflow: ellipsis;
|
|
31369
|
-
}
|
|
31370
|
-
|
|
31371
|
-
.E_o1zue7 {
|
|
31372
|
-
display: flex;
|
|
31373
|
-
justify-content: space-between;
|
|
31374
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31375
|
-
height: 18px;
|
|
31376
|
-
line-height: 18px;
|
|
31377
|
-
margin-top: 2px;
|
|
31378
|
-
}
|
|
31379
|
-
|
|
31380
|
-
.E_tyfmlxg {
|
|
31381
|
-
border: none;
|
|
31382
|
-
margin-right: 0;
|
|
31383
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31384
|
-
}
|
|
31385
|
-
|
|
31386
|
-
.E_o18uybox {
|
|
31387
|
-
pointer-events: none;
|
|
31388
|
-
height: 32px;
|
|
31389
|
-
width: 100%;
|
|
31390
|
-
opacity: 0;
|
|
31391
|
-
}
|
|
31392
|
-
|
|
31393
|
-
.E_s1dizucg.ant-switch {
|
|
31394
|
-
min-width: 40px;
|
|
31395
|
-
height: 24px;
|
|
31396
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31397
|
-
overflow: hidden;
|
|
31398
|
-
}
|
|
31399
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31400
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31401
|
-
}
|
|
31402
|
-
.E_s1dizucg.ant-switch-small {
|
|
31403
|
-
min-width: 26px;
|
|
31404
|
-
height: 16px;
|
|
31405
|
-
}
|
|
31406
|
-
.E_s1dizucg.ant-switch-large {
|
|
31407
|
-
min-width: 52px;
|
|
31408
|
-
height: 32px;
|
|
31409
|
-
}
|
|
31410
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31411
|
-
height: 20px;
|
|
31412
|
-
width: 20px;
|
|
31413
|
-
}
|
|
31414
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31415
|
-
border-radius: 10px;
|
|
31416
|
-
transition-delay: 120ms;
|
|
31417
|
-
}
|
|
31418
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31419
|
-
height: 14px;
|
|
31420
|
-
width: 14px;
|
|
31421
|
-
top: 1px;
|
|
31422
|
-
left: 1px;
|
|
31423
|
-
}
|
|
31424
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31425
|
-
height: 28px;
|
|
31426
|
-
width: 28px;
|
|
31427
|
-
}
|
|
31428
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31429
|
-
border-radius: 14px;
|
|
31430
|
-
}
|
|
31431
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31432
|
-
background-color: #00ba5d;
|
|
31433
|
-
}
|
|
31434
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31435
|
-
left: calc(100% - 20px - 2px);
|
|
31436
|
-
}
|
|
31437
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31438
|
-
left: calc(100% - 14px - 1px);
|
|
31439
|
-
}
|
|
31440
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31441
|
-
left: calc(100% - 28px - 2px);
|
|
31442
|
-
}
|
|
31443
|
-
|
|
31444
|
-
.E_c1up6e3y {
|
|
31445
|
-
margin-left: 5px;
|
|
31446
|
-
}
|
|
31447
|
-
|
|
31448
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31449
|
-
display: none;
|
|
31450
|
-
}
|
|
31451
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31452
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31453
|
-
border-radius: 4px;
|
|
31454
|
-
}
|
|
31455
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31456
|
-
visibility: hidden;
|
|
31457
|
-
}
|
|
31458
|
-
|
|
31459
31452
|
.E_s1sck0th {
|
|
31460
31453
|
padding: 0 8px;
|
|
31461
31454
|
border-radius: 4px;
|
|
@@ -31538,37 +31531,45 @@ input.E_rf8rlle.ant-input {
|
|
|
31538
31531
|
background-color: #7E41FF;
|
|
31539
31532
|
}
|
|
31540
31533
|
|
|
31541
|
-
.
|
|
31542
|
-
|
|
31534
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31535
|
+
display: inline-flex;
|
|
31536
|
+
align-items: center;
|
|
31537
|
+
justify-content: center;
|
|
31538
|
+
color: #fff;
|
|
31539
|
+
font-weight: bold;
|
|
31540
|
+
font-size: 12px;
|
|
31541
|
+
width: 24px;
|
|
31542
|
+
height: 24px;
|
|
31543
|
+
border-radius: 50%;
|
|
31544
|
+
background: var(--a1b5xrg3-0);
|
|
31543
31545
|
}
|
|
31544
|
-
|
|
31545
|
-
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
|
|
31546
|
+
.E_a1b5xrg3.btn-item {
|
|
31547
|
+
transition: all 160ms ease;
|
|
31548
|
+
cursor: pointer;
|
|
31549
|
+
width: 56px;
|
|
31550
|
+
height: 40px;
|
|
31551
|
+
display: inline-flex;
|
|
31552
|
+
align-items: center;
|
|
31553
|
+
justify-content: center;
|
|
31554
|
+
border-radius: 6px;
|
|
31550
31555
|
}
|
|
31551
|
-
|
|
31552
|
-
.
|
|
31553
|
-
border: 0px;
|
|
31554
|
-
background-color: #fff;
|
|
31556
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31557
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31555
31558
|
}
|
|
31556
|
-
.
|
|
31557
|
-
|
|
31558
|
-
|
|
31559
|
-
padding-left: 0px !important;
|
|
31560
|
-
padding-right: 24px;
|
|
31559
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31560
|
+
transform: translateY(2px);
|
|
31561
|
+
transition: all 320ms ease;
|
|
31561
31562
|
}
|
|
31562
|
-
|
|
31563
|
-
|
|
31563
|
+
|
|
31564
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31565
|
+
display: none;
|
|
31564
31566
|
}
|
|
31565
|
-
.
|
|
31566
|
-
|
|
31567
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31568
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31569
|
+
border-radius: 4px;
|
|
31567
31570
|
}
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
padding-right: 0px;
|
|
31571
|
-
cursor: default;
|
|
31571
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31572
|
+
visibility: hidden;
|
|
31572
31573
|
}
|
|
31573
31574
|
|
|
31574
31575
|
.E_dsnbhzf {
|
|
@@ -32046,38 +32047,66 @@ input.E_rf8rlle.ant-input {
|
|
|
32046
32047
|
line-height: 12px;
|
|
32047
32048
|
}
|
|
32048
32049
|
|
|
32049
|
-
.
|
|
32050
|
-
|
|
32050
|
+
.E_m196gn1d {
|
|
32051
|
+
min-width: 1280px;
|
|
32052
|
+
}
|
|
32053
|
+
|
|
32054
|
+
.E_c1yyuluq {
|
|
32055
|
+
border-radius: 8px;
|
|
32056
|
+
}
|
|
32057
|
+
.E_c1yyuluq .ant-card-body {
|
|
32058
|
+
padding: 20px 24px 24px 24px;
|
|
32059
|
+
}
|
|
32060
|
+
|
|
32061
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32062
|
+
border: 0px;
|
|
32063
|
+
background-color: #fff;
|
|
32064
|
+
}
|
|
32065
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32066
|
+
padding-top: 0px;
|
|
32067
|
+
padding-bottom: 0px;
|
|
32068
|
+
padding-left: 0px !important;
|
|
32069
|
+
padding-right: 24px;
|
|
32070
|
+
}
|
|
32071
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32072
|
+
right: 0px;
|
|
32073
|
+
}
|
|
32074
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32075
|
+
padding: 0px;
|
|
32076
|
+
}
|
|
32077
|
+
|
|
32078
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32079
|
+
padding-right: 0px;
|
|
32080
|
+
cursor: default;
|
|
32081
|
+
}
|
|
32082
|
+
|
|
32083
|
+
.E_ryby9ds {
|
|
32084
|
+
display: flex;
|
|
32051
32085
|
align-items: center;
|
|
32052
|
-
justify-content: center;
|
|
32053
|
-
color: #fff;
|
|
32054
|
-
font-weight: bold;
|
|
32055
|
-
font-size: 12px;
|
|
32056
|
-
width: 24px;
|
|
32057
|
-
height: 24px;
|
|
32058
|
-
border-radius: 50%;
|
|
32059
|
-
background: var(--a1b5xrg3-0);
|
|
32060
32086
|
}
|
|
32061
|
-
.
|
|
32062
|
-
|
|
32063
|
-
|
|
32064
|
-
|
|
32065
|
-
|
|
32066
|
-
|
|
32087
|
+
.E_ryby9ds .order {
|
|
32088
|
+
height: 24px;
|
|
32089
|
+
width: 24px;
|
|
32090
|
+
border-radius: 20px;
|
|
32091
|
+
color: #0080ff;
|
|
32092
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32093
|
+
display: flex;
|
|
32067
32094
|
align-items: center;
|
|
32068
32095
|
justify-content: center;
|
|
32069
|
-
|
|
32096
|
+
margin-right: 6px;
|
|
32070
32097
|
}
|
|
32071
|
-
|
|
32072
|
-
|
|
32098
|
+
|
|
32099
|
+
.E_suhck3k {
|
|
32100
|
+
height: 24px;
|
|
32101
|
+
width: 24px;
|
|
32102
|
+
border-radius: 6px;
|
|
32103
|
+
padding: 4px;
|
|
32073
32104
|
}
|
|
32074
|
-
.
|
|
32075
|
-
|
|
32076
|
-
transition: all 320ms ease;
|
|
32105
|
+
.E_suhck3k:hover {
|
|
32106
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32077
32107
|
}
|
|
32078
|
-
|
|
32079
|
-
|
|
32080
|
-
min-width: 1280px;
|
|
32108
|
+
.E_suhck3k:hover svg path {
|
|
32109
|
+
fill: blue;
|
|
32081
32110
|
}
|
|
32082
32111
|
|
|
32083
32112
|
.E_hrhfj7c {
|
|
@@ -32299,35 +32328,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32299
32328
|
font-size: 14px;
|
|
32300
32329
|
}
|
|
32301
32330
|
|
|
32302
|
-
.E_suhck3k {
|
|
32303
|
-
height: 24px;
|
|
32304
|
-
width: 24px;
|
|
32305
|
-
border-radius: 6px;
|
|
32306
|
-
padding: 4px;
|
|
32307
|
-
}
|
|
32308
|
-
.E_suhck3k:hover {
|
|
32309
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32310
|
-
}
|
|
32311
|
-
.E_suhck3k:hover svg path {
|
|
32312
|
-
fill: blue;
|
|
32313
|
-
}
|
|
32314
|
-
|
|
32315
|
-
.E_ryby9ds {
|
|
32316
|
-
display: flex;
|
|
32317
|
-
align-items: center;
|
|
32318
|
-
}
|
|
32319
|
-
.E_ryby9ds .order {
|
|
32320
|
-
height: 24px;
|
|
32321
|
-
width: 24px;
|
|
32322
|
-
border-radius: 20px;
|
|
32323
|
-
color: #0080ff;
|
|
32324
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32325
|
-
display: flex;
|
|
32326
|
-
align-items: center;
|
|
32327
|
-
justify-content: center;
|
|
32328
|
-
margin-right: 6px;
|
|
32329
|
-
}
|
|
32330
|
-
|
|
32331
32331
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32332
32332
|
border-radius: 6px;
|
|
32333
32333
|
}
|
|
@@ -32385,6 +32385,64 @@ input.E_rf8rlle.ant-input {
|
|
|
32385
32385
|
transform: rotate(180deg);
|
|
32386
32386
|
}
|
|
32387
32387
|
|
|
32388
|
+
.E_m5foqp8 {
|
|
32389
|
+
--footer-height: 96px;
|
|
32390
|
+
--header-height: 80px;
|
|
32391
|
+
--modal-content-width: 720px;
|
|
32392
|
+
--modal-content-min-height: 200px;
|
|
32393
|
+
--modal-content-max-height: calc(
|
|
32394
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32395
|
+
);
|
|
32396
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32397
|
+
--modal-content-padding-top: 24px;
|
|
32398
|
+
--modal-content-padding-bottom: 32px;
|
|
32399
|
+
--modal-content-padding-x: 60px;
|
|
32400
|
+
--modal-footer-padding: 0 60px;
|
|
32401
|
+
}
|
|
32402
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
32403
|
+
height: calc(100vh - 80px);
|
|
32404
|
+
width: calc(100vw - 160px);
|
|
32405
|
+
}
|
|
32406
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32407
|
+
width: 100%;
|
|
32408
|
+
height: 100%;
|
|
32409
|
+
max-width: unset;
|
|
32410
|
+
max-height: unset;
|
|
32411
|
+
display: flex;
|
|
32412
|
+
flex-direction: column;
|
|
32413
|
+
}
|
|
32414
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32415
|
+
flex: 1;
|
|
32416
|
+
}
|
|
32417
|
+
.E_m5foqp8 .initializing-title {
|
|
32418
|
+
height: 32px;
|
|
32419
|
+
}
|
|
32420
|
+
|
|
32421
|
+
.E_oa99sl3 {
|
|
32422
|
+
display: flex;
|
|
32423
|
+
justify-content: space-between;
|
|
32424
|
+
align-items: center;
|
|
32425
|
+
gap: 8px;
|
|
32426
|
+
}
|
|
32427
|
+
.E_oa99sl3,
|
|
32428
|
+
.E_oa99sl3 :first-child {
|
|
32429
|
+
line-height: inherit !important;
|
|
32430
|
+
}
|
|
32431
|
+
|
|
32432
|
+
.E_lvp5pj7 {
|
|
32433
|
+
display: flex;
|
|
32434
|
+
justify-content: space-between;
|
|
32435
|
+
align-items: center;
|
|
32436
|
+
gap: 8px;
|
|
32437
|
+
min-width: 0;
|
|
32438
|
+
}
|
|
32439
|
+
|
|
32440
|
+
.E_s1io1lws {
|
|
32441
|
+
display: flex;
|
|
32442
|
+
align-items: center;
|
|
32443
|
+
flex-shrink: 0;
|
|
32444
|
+
}
|
|
32445
|
+
|
|
32388
32446
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32389
32447
|
opacity: 1;
|
|
32390
32448
|
}
|
|
@@ -32512,45 +32570,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32512
32570
|
color: rgba(0, 21, 64, 0.3);
|
|
32513
32571
|
}
|
|
32514
32572
|
|
|
32515
|
-
.E_m5foqp8 {
|
|
32516
|
-
--footer-height: 96px;
|
|
32517
|
-
--header-height: 80px;
|
|
32518
|
-
--modal-content-width: 720px;
|
|
32519
|
-
--modal-content-min-height: 200px;
|
|
32520
|
-
--modal-content-max-height: calc(
|
|
32521
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32522
|
-
);
|
|
32523
|
-
--modal-header-padding: 36px 60px 0;
|
|
32524
|
-
--modal-content-padding-y: 36px;
|
|
32525
|
-
--modal-content-padding-x: 60px;
|
|
32526
|
-
--modal-footer-padding: 0 60px;
|
|
32527
|
-
}
|
|
32528
|
-
|
|
32529
|
-
.E_oa99sl3 {
|
|
32530
|
-
display: flex;
|
|
32531
|
-
justify-content: space-between;
|
|
32532
|
-
align-items: center;
|
|
32533
|
-
gap: 8px;
|
|
32534
|
-
}
|
|
32535
|
-
.E_oa99sl3,
|
|
32536
|
-
.E_oa99sl3 :first-child {
|
|
32537
|
-
line-height: inherit !important;
|
|
32538
|
-
}
|
|
32539
|
-
|
|
32540
|
-
.E_lvp5pj7 {
|
|
32541
|
-
display: flex;
|
|
32542
|
-
justify-content: space-between;
|
|
32543
|
-
align-items: center;
|
|
32544
|
-
gap: 8px;
|
|
32545
|
-
min-width: 0;
|
|
32546
|
-
}
|
|
32547
|
-
|
|
32548
|
-
.E_s1io1lws {
|
|
32549
|
-
display: flex;
|
|
32550
|
-
align-items: center;
|
|
32551
|
-
flex-shrink: 0;
|
|
32552
|
-
}
|
|
32553
|
-
|
|
32554
32573
|
.E_w1dxz879 {
|
|
32555
32574
|
display: flex;
|
|
32556
32575
|
flex-direction: column;
|
|
@@ -32786,6 +32805,25 @@ input.E_rf8rlle.ant-input {
|
|
|
32786
32805
|
position: static;
|
|
32787
32806
|
}
|
|
32788
32807
|
|
|
32808
|
+
.E_r77hffu {
|
|
32809
|
+
display: flex;
|
|
32810
|
+
align-items: center;
|
|
32811
|
+
justify-content: space-between;
|
|
32812
|
+
column-gap: 6px;
|
|
32813
|
+
}
|
|
32814
|
+
|
|
32815
|
+
.E_p1cmxsf7 {
|
|
32816
|
+
display: flex;
|
|
32817
|
+
flex-direction: column;
|
|
32818
|
+
justify-content: center;
|
|
32819
|
+
row-gap: var(--p1cmxsf7-0);
|
|
32820
|
+
}
|
|
32821
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32822
|
+
font-size: 0;
|
|
32823
|
+
margin-bottom: unset;
|
|
32824
|
+
margin-inline-end: unset;
|
|
32825
|
+
}
|
|
32826
|
+
|
|
32789
32827
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32790
32828
|
margin-right: 2px;
|
|
32791
32829
|
}
|
|
@@ -32821,67 +32859,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32821
32859
|
background-color: transparent;
|
|
32822
32860
|
}
|
|
32823
32861
|
|
|
32824
|
-
.
|
|
32825
|
-
|
|
32826
|
-
align-items: center;
|
|
32827
|
-
justify-content: space-between;
|
|
32828
|
-
column-gap: 6px;
|
|
32829
|
-
}
|
|
32830
|
-
|
|
32831
|
-
.E_p1cmxsf7 {
|
|
32832
|
-
display: flex;
|
|
32833
|
-
flex-direction: column;
|
|
32834
|
-
justify-content: center;
|
|
32835
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32836
|
-
}
|
|
32837
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32838
|
-
font-size: 0;
|
|
32839
|
-
margin-bottom: unset;
|
|
32840
|
-
margin-inline-end: unset;
|
|
32841
|
-
}
|
|
32842
|
-
|
|
32843
|
-
.E_c1yd35n {
|
|
32844
|
-
padding: 0 12px 14px 12px;
|
|
32862
|
+
.E_b14q2gmw {
|
|
32863
|
+
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);
|
|
32845
32864
|
}
|
|
32846
32865
|
|
|
32847
|
-
.
|
|
32848
|
-
|
|
32849
|
-
|
|
32850
|
-
display: flex;
|
|
32851
|
-
justify-content: space-between;
|
|
32852
|
-
align-items: center;
|
|
32853
|
-
}
|
|
32854
|
-
.E_c1kghdax.has-arrow {
|
|
32855
|
-
padding-left: 10px;
|
|
32866
|
+
.E_c1eym6el {
|
|
32867
|
+
border-radius: 8px;
|
|
32868
|
+
background-color: white;
|
|
32856
32869
|
}
|
|
32857
|
-
.
|
|
32870
|
+
.E_c1eym6el.hoverable {
|
|
32858
32871
|
cursor: pointer;
|
|
32859
|
-
color: #00122e;
|
|
32860
|
-
}
|
|
32861
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32862
|
-
color: #2d3a56;
|
|
32863
|
-
font-weight: 600;
|
|
32864
|
-
}
|
|
32865
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32866
|
-
transform: rotate(90deg);
|
|
32867
|
-
}
|
|
32868
|
-
.E_c1kghdax .sub-info {
|
|
32869
|
-
font-size: 12px;
|
|
32870
|
-
line-height: 18px;
|
|
32871
32872
|
}
|
|
32872
|
-
.
|
|
32873
|
-
|
|
32874
|
-
|
|
32875
|
-
|
|
32876
|
-
flex-grow: 1;
|
|
32877
|
-
font-size: 12px;
|
|
32878
|
-
line-height: 18px;
|
|
32879
|
-
color: #2d3a56;
|
|
32880
|
-
font-weight: 700;
|
|
32881
|
-
}
|
|
32882
|
-
.E_c1kghdax .collapse-arrow {
|
|
32883
|
-
transition: all 50ms ease-out 0ms;
|
|
32884
|
-
margin-right: 2px;
|
|
32873
|
+
.E_c1eym6el.hoverable:hover {
|
|
32874
|
+
transition: all 200ms ease;
|
|
32875
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32876
|
+
transform: translateY(-4px);
|
|
32885
32877
|
}
|
|
32886
32878
|
|
|
32887
32879
|
.E_ckui4s7 {
|
|
@@ -32948,212 +32940,146 @@ input.E_rf8rlle.ant-input {
|
|
|
32948
32940
|
margin-left: 24px;
|
|
32949
32941
|
}
|
|
32950
32942
|
|
|
32951
|
-
.
|
|
32952
|
-
|
|
32953
|
-
}
|
|
32954
|
-
|
|
32955
|
-
.E_c1eym6el {
|
|
32956
|
-
border-radius: 8px;
|
|
32957
|
-
background-color: white;
|
|
32958
|
-
}
|
|
32959
|
-
.E_c1eym6el.hoverable {
|
|
32960
|
-
cursor: pointer;
|
|
32961
|
-
}
|
|
32962
|
-
.E_c1eym6el.hoverable:hover {
|
|
32963
|
-
transition: all 200ms ease;
|
|
32964
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32965
|
-
transform: translateY(-4px);
|
|
32943
|
+
.E_c1yd35n {
|
|
32944
|
+
padding: 0 12px 14px 12px;
|
|
32966
32945
|
}
|
|
32967
32946
|
|
|
32968
|
-
.
|
|
32969
|
-
|
|
32970
|
-
|
|
32971
|
-
padding: 2px 10px;
|
|
32972
|
-
height: 22px;
|
|
32947
|
+
.E_c1kghdax {
|
|
32948
|
+
color: #2d3a56;
|
|
32949
|
+
padding: 7px 12px;
|
|
32973
32950
|
display: flex;
|
|
32951
|
+
justify-content: space-between;
|
|
32974
32952
|
align-items: center;
|
|
32975
32953
|
}
|
|
32976
|
-
.
|
|
32977
|
-
|
|
32954
|
+
.E_c1kghdax.has-arrow {
|
|
32955
|
+
padding-left: 10px;
|
|
32978
32956
|
}
|
|
32979
|
-
.
|
|
32957
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32980
32958
|
cursor: pointer;
|
|
32981
|
-
}
|
|
32982
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
32983
32959
|
color: #00122e;
|
|
32984
32960
|
}
|
|
32985
|
-
.
|
|
32986
|
-
|
|
32987
|
-
|
|
32988
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
32989
|
-
margin-left: 8px;
|
|
32990
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32991
|
-
}
|
|
32992
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
32993
|
-
color: #FFFFFF;
|
|
32961
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32962
|
+
color: #2d3a56;
|
|
32963
|
+
font-weight: 600;
|
|
32994
32964
|
}
|
|
32995
|
-
.
|
|
32996
|
-
|
|
32965
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32966
|
+
transform: rotate(90deg);
|
|
32997
32967
|
}
|
|
32998
|
-
.
|
|
32999
|
-
|
|
32968
|
+
.E_c1kghdax .sub-info {
|
|
32969
|
+
font-size: 12px;
|
|
32970
|
+
line-height: 18px;
|
|
33000
32971
|
}
|
|
33001
|
-
.
|
|
33002
|
-
|
|
32972
|
+
.E_c1kghdax .title-wrapper {
|
|
32973
|
+
display: flex;
|
|
32974
|
+
align-items: center;
|
|
32975
|
+
user-select: none;
|
|
32976
|
+
flex-grow: 1;
|
|
32977
|
+
font-size: 12px;
|
|
32978
|
+
line-height: 18px;
|
|
32979
|
+
color: #2d3a56;
|
|
32980
|
+
font-weight: 700;
|
|
33003
32981
|
}
|
|
33004
|
-
.
|
|
33005
|
-
|
|
32982
|
+
.E_c1kghdax .collapse-arrow {
|
|
32983
|
+
transition: all 50ms ease-out 0ms;
|
|
32984
|
+
margin-right: 2px;
|
|
33006
32985
|
}
|
|
33007
|
-
|
|
33008
|
-
|
|
32986
|
+
|
|
32987
|
+
.E_lht19u8 {
|
|
32988
|
+
width: 64px;
|
|
32989
|
+
height: 64px;
|
|
32990
|
+
display: flex;
|
|
32991
|
+
align-items: center;
|
|
32992
|
+
justify-content: center;
|
|
32993
|
+
position: relative;
|
|
32994
|
+
opacity: 0.2;
|
|
33009
32995
|
}
|
|
33010
|
-
|
|
33011
|
-
|
|
32996
|
+
|
|
32997
|
+
.E_lk3gkp4 {
|
|
32998
|
+
position: absolute;
|
|
32999
|
+
width: 5px;
|
|
33000
|
+
height: 48px;
|
|
33001
|
+
left: 9.33px;
|
|
33002
|
+
top: 40.5px;
|
|
33003
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33004
|
+
border-radius: 5px;
|
|
33005
|
+
transform: rotate(-128deg);
|
|
33006
|
+
transform-origin: top left;
|
|
33007
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33012
33008
|
}
|
|
33013
33009
|
|
|
33014
|
-
.
|
|
33015
|
-
|
|
33016
|
-
|
|
33017
|
-
|
|
33018
|
-
|
|
33010
|
+
.E_ll4n94n {
|
|
33011
|
+
position: absolute;
|
|
33012
|
+
width: 5px;
|
|
33013
|
+
height: 48px;
|
|
33014
|
+
left: 40.8px;
|
|
33015
|
+
top: 8.4px;
|
|
33016
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33017
|
+
border-radius: 5px;
|
|
33018
|
+
transform: rotate(-8deg);
|
|
33019
|
+
transform-origin: top left;
|
|
33020
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33019
33021
|
}
|
|
33020
33022
|
|
|
33021
|
-
.
|
|
33022
|
-
|
|
33023
|
-
|
|
33024
|
-
|
|
33025
|
-
|
|
33023
|
+
.E_l17lbdo6 {
|
|
33024
|
+
position: absolute;
|
|
33025
|
+
width: 5px;
|
|
33026
|
+
height: 48px;
|
|
33027
|
+
left: 52.9px;
|
|
33028
|
+
top: 51.8px;
|
|
33029
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33030
|
+
border-radius: 5px;
|
|
33031
|
+
transform: rotate(112deg);
|
|
33032
|
+
transform-origin: top left;
|
|
33033
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33026
33034
|
}
|
|
33027
33035
|
|
|
33028
|
-
.
|
|
33036
|
+
.E_m11nzl2x {
|
|
33029
33037
|
color: rgba(44, 56, 82, 0.6);
|
|
33038
|
+
text-align: center;
|
|
33039
|
+
display: flex;
|
|
33040
|
+
align-items: center;
|
|
33041
|
+
justify-content: center;
|
|
33042
|
+
flex-direction: column;
|
|
33043
|
+
height: 100%;
|
|
33030
33044
|
}
|
|
33031
|
-
|
|
33032
|
-
|
|
33033
|
-
|
|
33045
|
+
.E_m11nzl2x .link {
|
|
33046
|
+
color: #0080ff;
|
|
33047
|
+
cursor: pointer;
|
|
33034
33048
|
}
|
|
33035
33049
|
|
|
33036
|
-
|
|
33037
|
-
|
|
33038
|
-
|
|
33039
|
-
|
|
33040
|
-
|
|
33041
|
-
height: 18px;
|
|
33050
|
+
.E_mn7joto {
|
|
33051
|
+
width: 100%;
|
|
33052
|
+
height: 100%;
|
|
33053
|
+
display: flex;
|
|
33054
|
+
flex-direction: column;
|
|
33042
33055
|
}
|
|
33043
|
-
|
|
33044
|
-
|
|
33045
|
-
|
|
33046
|
-
height:
|
|
33056
|
+
.E_mn7joto .name-toolbar {
|
|
33057
|
+
width: 100%;
|
|
33058
|
+
display: flex;
|
|
33059
|
+
line-height: 30px;
|
|
33060
|
+
justify-content: space-between;
|
|
33047
33061
|
}
|
|
33048
|
-
|
|
33049
|
-
|
|
33062
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33063
|
+
display: flex;
|
|
33064
|
+
font-size: 12px;
|
|
33065
|
+
align-items: center;
|
|
33050
33066
|
}
|
|
33051
|
-
|
|
33052
|
-
|
|
33067
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33068
|
+
color: #a3b4cc;
|
|
33053
33069
|
}
|
|
33054
|
-
|
|
33055
|
-
|
|
33070
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33071
|
+
margin-left: 10px;
|
|
33056
33072
|
}
|
|
33057
|
-
|
|
33058
|
-
|
|
33073
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33074
|
+
margin-left: 10px;
|
|
33075
|
+
cursor: pointer;
|
|
33059
33076
|
}
|
|
33060
|
-
|
|
33061
|
-
|
|
33062
|
-
|
|
33063
|
-
|
|
33064
|
-
|
|
33065
|
-
|
|
33066
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33067
|
-
color: #0080FF;
|
|
33068
|
-
}
|
|
33069
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33070
|
-
color: #005ED1;
|
|
33071
|
-
}
|
|
33072
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33073
|
-
color: #00122E;
|
|
33074
|
-
}
|
|
33075
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33076
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33077
|
-
}
|
|
33078
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33079
|
-
color: #0080FF;
|
|
33080
|
-
}
|
|
33081
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33082
|
-
color: #005ED1;
|
|
33083
|
-
}
|
|
33084
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33085
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33086
|
-
}
|
|
33087
|
-
|
|
33088
|
-
.E_t1gvlxt5 {
|
|
33089
|
-
min-width: 0;
|
|
33090
|
-
flex: 1;
|
|
33091
|
-
}
|
|
33092
|
-
.E_t1gvlxt5 .tag {
|
|
33093
|
-
flex: 0 0 auto;
|
|
33094
|
-
}
|
|
33095
|
-
.E_t1gvlxt5 .progress-title {
|
|
33096
|
-
flex: 2;
|
|
33097
|
-
max-width: fit-content;
|
|
33098
|
-
}
|
|
33099
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33100
|
-
flex: 1;
|
|
33101
|
-
max-width: fit-content;
|
|
33102
|
-
}
|
|
33103
|
-
|
|
33104
|
-
.E_a1ji6r68 {
|
|
33105
|
-
display: flex;
|
|
33106
|
-
align-items: center;
|
|
33107
|
-
column-gap: var(--a1ji6r68-0);
|
|
33108
|
-
}
|
|
33109
|
-
|
|
33110
|
-
.E_m11nzl2x {
|
|
33111
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33112
|
-
text-align: center;
|
|
33113
|
-
display: flex;
|
|
33114
|
-
align-items: center;
|
|
33115
|
-
justify-content: center;
|
|
33116
|
-
flex-direction: column;
|
|
33117
|
-
height: 100%;
|
|
33118
|
-
}
|
|
33119
|
-
.E_m11nzl2x .link {
|
|
33120
|
-
color: #0080ff;
|
|
33121
|
-
cursor: pointer;
|
|
33122
|
-
}
|
|
33123
|
-
|
|
33124
|
-
.E_mn7joto {
|
|
33125
|
-
width: 100%;
|
|
33126
|
-
height: 100%;
|
|
33127
|
-
display: flex;
|
|
33128
|
-
flex-direction: column;
|
|
33129
|
-
}
|
|
33130
|
-
.E_mn7joto .name-toolbar {
|
|
33131
|
-
width: 100%;
|
|
33132
|
-
display: flex;
|
|
33133
|
-
line-height: 30px;
|
|
33134
|
-
justify-content: space-between;
|
|
33135
|
-
}
|
|
33136
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
33137
|
-
display: flex;
|
|
33138
|
-
font-size: 12px;
|
|
33139
|
-
align-items: center;
|
|
33140
|
-
}
|
|
33141
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33142
|
-
color: #a3b4cc;
|
|
33143
|
-
}
|
|
33144
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33145
|
-
margin-left: 10px;
|
|
33146
|
-
}
|
|
33147
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33148
|
-
margin-left: 10px;
|
|
33149
|
-
cursor: pointer;
|
|
33150
|
-
}
|
|
33151
|
-
.E_mn7joto .content {
|
|
33152
|
-
flex: 1;
|
|
33153
|
-
width: 100%;
|
|
33154
|
-
display: flex;
|
|
33155
|
-
justify-content: center;
|
|
33156
|
-
align-items: center;
|
|
33077
|
+
.E_mn7joto .content {
|
|
33078
|
+
flex: 1;
|
|
33079
|
+
width: 100%;
|
|
33080
|
+
display: flex;
|
|
33081
|
+
justify-content: center;
|
|
33082
|
+
align-items: center;
|
|
33157
33083
|
}
|
|
33158
33084
|
.E_mn7joto .single-content {
|
|
33159
33085
|
height: 65px;
|
|
@@ -33291,35 +33217,533 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33291
33217
|
padding: 8px;
|
|
33292
33218
|
}
|
|
33293
33219
|
|
|
33294
|
-
.E_tecdsj7 {
|
|
33220
|
+
.E_tecdsj7 {
|
|
33221
|
+
display: flex;
|
|
33222
|
+
align-items: center;
|
|
33223
|
+
background-color: unset;
|
|
33224
|
+
color: #FFFFFF;
|
|
33225
|
+
justify-content: space-between;
|
|
33226
|
+
font-size: 12px;
|
|
33227
|
+
padding-top: 6px;
|
|
33228
|
+
}
|
|
33229
|
+
.E_tecdsj7:first-child {
|
|
33230
|
+
padding-top: 3px;
|
|
33231
|
+
}
|
|
33232
|
+
.E_tecdsj7:last-child {
|
|
33233
|
+
padding-bottom: 3px;
|
|
33234
|
+
}
|
|
33235
|
+
.E_tecdsj7 .column-value {
|
|
33236
|
+
color: #FFFFFF;
|
|
33237
|
+
margin-left: 8px;
|
|
33238
|
+
}
|
|
33239
|
+
|
|
33240
|
+
.E_ljhvvia {
|
|
33241
|
+
display: inline-block;
|
|
33242
|
+
height: 8px;
|
|
33243
|
+
width: 8px;
|
|
33244
|
+
margin-right: 8px;
|
|
33245
|
+
border-radius: 2px;
|
|
33246
|
+
}
|
|
33247
|
+
.E_ljhvvia.borderd {
|
|
33248
|
+
border: 1px solid #fff;
|
|
33249
|
+
}
|
|
33250
|
+
|
|
33251
|
+
.E_t1gvlxt5 {
|
|
33252
|
+
min-width: 0;
|
|
33253
|
+
flex: 1;
|
|
33254
|
+
}
|
|
33255
|
+
.E_t1gvlxt5 .tag {
|
|
33256
|
+
flex: 0 0 auto;
|
|
33257
|
+
}
|
|
33258
|
+
.E_t1gvlxt5 .progress-title {
|
|
33259
|
+
flex: 2;
|
|
33260
|
+
max-width: fit-content;
|
|
33261
|
+
}
|
|
33262
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33263
|
+
flex: 1;
|
|
33264
|
+
max-width: fit-content;
|
|
33265
|
+
}
|
|
33266
|
+
|
|
33267
|
+
.E_a1ji6r68 {
|
|
33268
|
+
display: flex;
|
|
33269
|
+
align-items: center;
|
|
33270
|
+
column-gap: var(--a1ji6r68-0);
|
|
33271
|
+
}
|
|
33272
|
+
|
|
33273
|
+
.E_msn7nxt {
|
|
33274
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33275
|
+
text-align: center;
|
|
33276
|
+
display: flex;
|
|
33277
|
+
align-items: center;
|
|
33278
|
+
justify-content: center;
|
|
33279
|
+
flex-direction: column;
|
|
33280
|
+
height: 100%;
|
|
33281
|
+
}
|
|
33282
|
+
.E_msn7nxt .link {
|
|
33283
|
+
color: #0080ff;
|
|
33284
|
+
cursor: pointer;
|
|
33285
|
+
}
|
|
33286
|
+
|
|
33287
|
+
.E_mp64wfi {
|
|
33288
|
+
width: 100%;
|
|
33289
|
+
height: 100%;
|
|
33290
|
+
display: flex;
|
|
33291
|
+
flex-direction: column;
|
|
33292
|
+
}
|
|
33293
|
+
.E_mp64wfi .name-toolbar {
|
|
33294
|
+
width: 100%;
|
|
33295
|
+
display: flex;
|
|
33296
|
+
line-height: 30px;
|
|
33297
|
+
padding: 0 16px;
|
|
33298
|
+
justify-content: space-between;
|
|
33299
|
+
}
|
|
33300
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33301
|
+
display: flex;
|
|
33302
|
+
font-size: 12px;
|
|
33303
|
+
align-items: center;
|
|
33304
|
+
}
|
|
33305
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33306
|
+
color: #a3b4cc;
|
|
33307
|
+
}
|
|
33308
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33309
|
+
margin-left: 10px;
|
|
33310
|
+
}
|
|
33311
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33312
|
+
margin-left: 10px;
|
|
33313
|
+
cursor: pointer;
|
|
33314
|
+
}
|
|
33315
|
+
.E_mp64wfi .content {
|
|
33316
|
+
flex: 1;
|
|
33317
|
+
width: 100%;
|
|
33318
|
+
display: flex;
|
|
33319
|
+
justify-content: center;
|
|
33320
|
+
align-items: center;
|
|
33321
|
+
}
|
|
33322
|
+
.E_mp64wfi .single-content {
|
|
33323
|
+
height: 65px;
|
|
33324
|
+
}
|
|
33325
|
+
|
|
33326
|
+
.E_l1oyigan {
|
|
33327
|
+
display: flex;
|
|
33328
|
+
align-items: center;
|
|
33329
|
+
white-space: nowrap;
|
|
33330
|
+
overflow: hidden;
|
|
33331
|
+
width: 100%;
|
|
33332
|
+
}
|
|
33333
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33334
|
+
margin-left: auto;
|
|
33335
|
+
font-size: 12px;
|
|
33336
|
+
}
|
|
33337
|
+
|
|
33338
|
+
.E_l1noi4n1 {
|
|
33339
|
+
display: flex;
|
|
33340
|
+
justify-content: flex-start;
|
|
33341
|
+
align-items: center;
|
|
33342
|
+
font-size: 12px;
|
|
33343
|
+
cursor: pointer;
|
|
33344
|
+
}
|
|
33345
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33346
|
+
margin-right: 20px;
|
|
33347
|
+
}
|
|
33348
|
+
.E_l1noi4n1.deselected {
|
|
33349
|
+
opacity: 0.4;
|
|
33350
|
+
}
|
|
33351
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33352
|
+
background: #b4beca !important;
|
|
33353
|
+
}
|
|
33354
|
+
|
|
33355
|
+
.E_cz19rz6 {
|
|
33356
|
+
display: inline-block;
|
|
33357
|
+
height: 8px;
|
|
33358
|
+
width: 8px;
|
|
33359
|
+
margin-right: 8px;
|
|
33360
|
+
}
|
|
33361
|
+
|
|
33362
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33363
|
+
display: flex;
|
|
33364
|
+
align-items: center;
|
|
33365
|
+
font-size: 12px;
|
|
33366
|
+
margin: 0;
|
|
33367
|
+
}
|
|
33368
|
+
|
|
33369
|
+
.E_m1y1hhnr {
|
|
33370
|
+
position: relative;
|
|
33371
|
+
}
|
|
33372
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33373
|
+
bottom: -12px;
|
|
33374
|
+
}
|
|
33375
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33376
|
+
display: flex;
|
|
33377
|
+
justify-content: space-between;
|
|
33378
|
+
line-height: 30px;
|
|
33379
|
+
margin: 0 16px;
|
|
33380
|
+
}
|
|
33381
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33382
|
+
display: flex;
|
|
33383
|
+
font-size: 12px;
|
|
33384
|
+
align-items: center;
|
|
33385
|
+
}
|
|
33386
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33387
|
+
color: #a3b4cc;
|
|
33388
|
+
}
|
|
33389
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33390
|
+
margin-left: 10px;
|
|
33391
|
+
}
|
|
33392
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33393
|
+
margin-left: 10px;
|
|
33394
|
+
cursor: pointer;
|
|
33395
|
+
}
|
|
33396
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33397
|
+
font-size: 12px;
|
|
33398
|
+
}
|
|
33399
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33400
|
+
position: absolute;
|
|
33401
|
+
bottom: 10px;
|
|
33402
|
+
padding: 0 8px;
|
|
33403
|
+
border-radius: 4px;
|
|
33404
|
+
font-size: 12px;
|
|
33405
|
+
color: #fff;
|
|
33406
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33407
|
+
transform: translateX(-50%);
|
|
33408
|
+
}
|
|
33409
|
+
|
|
33410
|
+
.E_tnvijvs {
|
|
33411
|
+
min-width: 200px;
|
|
33412
|
+
}
|
|
33413
|
+
|
|
33414
|
+
.E_t1ub2aex {
|
|
33415
|
+
display: flex;
|
|
33416
|
+
align-items: center;
|
|
33417
|
+
justify-content: space-between;
|
|
33418
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33419
|
+
color: #b4beca;
|
|
33420
|
+
font-size: 12px;
|
|
33421
|
+
padding: 3px 6px;
|
|
33422
|
+
}
|
|
33423
|
+
.E_t1ub2aex:first-child {
|
|
33424
|
+
padding-top: 3px;
|
|
33425
|
+
}
|
|
33426
|
+
.E_t1ub2aex:last-child {
|
|
33427
|
+
padding-bottom: 3px;
|
|
33428
|
+
}
|
|
33429
|
+
.E_t1ub2aex .column-value {
|
|
33430
|
+
color: #fff;
|
|
33431
|
+
margin-left: 8px;
|
|
33432
|
+
}
|
|
33433
|
+
|
|
33434
|
+
.E_sjob3jg {
|
|
33435
|
+
--item-min-width: 60px;
|
|
33436
|
+
}
|
|
33437
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33438
|
+
display: none !important;
|
|
33439
|
+
}
|
|
33440
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33441
|
+
flex-shrink: 0 !important;
|
|
33442
|
+
}
|
|
33443
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33444
|
+
color: #0080ff;
|
|
33445
|
+
}
|
|
33446
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33447
|
+
color: #0080ff;
|
|
33448
|
+
font-weight: normal;
|
|
33449
|
+
}
|
|
33450
|
+
.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 {
|
|
33451
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33452
|
+
}
|
|
33453
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33454
|
+
color: #00122e;
|
|
33455
|
+
}
|
|
33456
|
+
.E_sjob3jg .step-item-text {
|
|
33457
|
+
display: inline-block;
|
|
33458
|
+
}
|
|
33459
|
+
.E_sjob3jg .step-item-title {
|
|
33460
|
+
overflow: hidden;
|
|
33461
|
+
white-space: nowrap;
|
|
33462
|
+
text-overflow: ellipsis;
|
|
33463
|
+
}
|
|
33464
|
+
|
|
33465
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33466
|
+
min-width: var(--item-min-width);
|
|
33467
|
+
}
|
|
33468
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33469
|
+
cursor: not-allowed !important;
|
|
33470
|
+
}
|
|
33471
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33472
|
+
flex-direction: row;
|
|
33473
|
+
justify-content: stretch;
|
|
33474
|
+
}
|
|
33475
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33476
|
+
padding: 0;
|
|
33477
|
+
margin-right: 4px;
|
|
33478
|
+
flex: 1;
|
|
33479
|
+
overflow: visible;
|
|
33480
|
+
}
|
|
33481
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33482
|
+
width: 100%;
|
|
33483
|
+
min-height: unset;
|
|
33484
|
+
}
|
|
33485
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33486
|
+
height: 26px;
|
|
33487
|
+
line-height: 26px;
|
|
33488
|
+
width: 100%;
|
|
33489
|
+
padding: 0;
|
|
33490
|
+
font-size: 12px;
|
|
33491
|
+
}
|
|
33492
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33493
|
+
margin-right: 10px;
|
|
33494
|
+
}
|
|
33495
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33496
|
+
display: none;
|
|
33497
|
+
}
|
|
33498
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33499
|
+
padding-left: 8px;
|
|
33500
|
+
padding-right: 4px;
|
|
33501
|
+
border-radius: 4px 0 0 4px;
|
|
33502
|
+
}
|
|
33503
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33504
|
+
margin-right: 0;
|
|
33505
|
+
}
|
|
33506
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33507
|
+
padding-right: 8px;
|
|
33508
|
+
padding-left: 12px;
|
|
33509
|
+
border-radius: 0 4px 4px 0;
|
|
33510
|
+
}
|
|
33511
|
+
.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 {
|
|
33512
|
+
content: "";
|
|
33513
|
+
width: 0;
|
|
33514
|
+
height: 0;
|
|
33515
|
+
border: 13px solid transparent;
|
|
33516
|
+
position: absolute;
|
|
33517
|
+
top: 0;
|
|
33518
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33519
|
+
z-index: 2;
|
|
33520
|
+
position: relative;
|
|
33521
|
+
top: -50%;
|
|
33522
|
+
right: -100%;
|
|
33523
|
+
}
|
|
33524
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33525
|
+
padding: 0 4px 0 12px;
|
|
33526
|
+
}
|
|
33527
|
+
.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 {
|
|
33528
|
+
content: "";
|
|
33529
|
+
width: 0;
|
|
33530
|
+
height: 0;
|
|
33531
|
+
border: 13px solid transparent;
|
|
33532
|
+
position: absolute;
|
|
33533
|
+
top: 0;
|
|
33534
|
+
border-left: 8px solid #fff;
|
|
33535
|
+
left: 0;
|
|
33536
|
+
}
|
|
33537
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33538
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33539
|
+
}
|
|
33540
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33541
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33542
|
+
}
|
|
33543
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33544
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33545
|
+
}
|
|
33546
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33547
|
+
cursor: pointer;
|
|
33548
|
+
min-width: var(--item-min-width);
|
|
33549
|
+
}
|
|
33550
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33551
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33552
|
+
min-width: var(--item-min-width);
|
|
33553
|
+
}
|
|
33554
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33555
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33556
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33557
|
+
}
|
|
33558
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33559
|
+
padding: 0;
|
|
33560
|
+
}
|
|
33561
|
+
|
|
33562
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33563
|
+
width: 192px;
|
|
33564
|
+
row-gap: 2px;
|
|
33565
|
+
}
|
|
33566
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33567
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33568
|
+
}
|
|
33569
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33570
|
+
color: #00122e !important;
|
|
33571
|
+
}
|
|
33572
|
+
.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 {
|
|
33573
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33574
|
+
}
|
|
33575
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33576
|
+
padding: 0 8px;
|
|
33577
|
+
border-radius: 4px;
|
|
33578
|
+
height: 32px;
|
|
33579
|
+
display: flex;
|
|
33580
|
+
align-items: center;
|
|
33581
|
+
}
|
|
33582
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33583
|
+
min-height: auto;
|
|
33584
|
+
white-space: nowrap;
|
|
33585
|
+
}
|
|
33586
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33587
|
+
font-size: 13px;
|
|
33588
|
+
line-height: 20px;
|
|
33589
|
+
max-width: 100%;
|
|
33590
|
+
padding-right: 0;
|
|
33591
|
+
}
|
|
33592
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33593
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33594
|
+
}
|
|
33595
|
+
|
|
33596
|
+
.E_h6l1tj4 {
|
|
33597
|
+
width: 100%;
|
|
33598
|
+
display: inline-flex;
|
|
33599
|
+
align-items: center;
|
|
33600
|
+
justify-content: center;
|
|
33601
|
+
column-gap: 4px;
|
|
33602
|
+
}
|
|
33603
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33604
|
+
display: inline-flex;
|
|
33605
|
+
align-items: center;
|
|
33606
|
+
width: 18px;
|
|
33607
|
+
height: 18px;
|
|
33608
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33609
|
+
justify-content: center;
|
|
33610
|
+
}
|
|
33611
|
+
|
|
33612
|
+
.E_v18frne8 {
|
|
33613
|
+
width: 100%;
|
|
33614
|
+
display: flex;
|
|
33615
|
+
align-items: center;
|
|
33616
|
+
justify-content: center;
|
|
33617
|
+
column-gap: 6px;
|
|
33618
|
+
font-size: 13px;
|
|
33619
|
+
}
|
|
33620
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33621
|
+
display: inline-flex;
|
|
33622
|
+
align-items: center;
|
|
33623
|
+
min-width: 20px;
|
|
33624
|
+
min-height: 20px;
|
|
33625
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33626
|
+
justify-content: center;
|
|
33627
|
+
}
|
|
33628
|
+
|
|
33629
|
+
button.E_l48ei06.ant-btn,
|
|
33630
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33631
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33632
|
+
font-size: 12px;
|
|
33633
|
+
line-height: 18px;
|
|
33634
|
+
height: 18px;
|
|
33635
|
+
}
|
|
33636
|
+
|
|
33637
|
+
button.E_l48ei06 {
|
|
33638
|
+
color: #0080FF;
|
|
33639
|
+
height: unset;
|
|
33640
|
+
}
|
|
33641
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33642
|
+
margin-right: 4px;
|
|
33643
|
+
}
|
|
33644
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33645
|
+
margin-left: 4px;
|
|
33646
|
+
}
|
|
33647
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33648
|
+
color: #009DFF;
|
|
33649
|
+
}
|
|
33650
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33651
|
+
color: #005ED1;
|
|
33652
|
+
}
|
|
33653
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33654
|
+
color: #0080FF;
|
|
33655
|
+
}
|
|
33656
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33657
|
+
color: #00122E;
|
|
33658
|
+
}
|
|
33659
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33660
|
+
color: #0080FF;
|
|
33661
|
+
}
|
|
33662
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33663
|
+
color: #005ED1;
|
|
33664
|
+
}
|
|
33665
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33666
|
+
color: #00122E;
|
|
33667
|
+
}
|
|
33668
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33669
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33670
|
+
}
|
|
33671
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33672
|
+
color: #0080FF;
|
|
33673
|
+
}
|
|
33674
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33675
|
+
color: #005ED1;
|
|
33676
|
+
}
|
|
33677
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33678
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33679
|
+
}
|
|
33680
|
+
|
|
33681
|
+
.E_l1ucdodl {
|
|
33682
|
+
margin: 0;
|
|
33683
|
+
border-radius: 20px;
|
|
33684
|
+
padding: 2px 10px;
|
|
33685
|
+
height: 22px;
|
|
33295
33686
|
display: flex;
|
|
33296
33687
|
align-items: center;
|
|
33297
|
-
|
|
33688
|
+
}
|
|
33689
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33298
33690
|
color: #FFFFFF;
|
|
33299
|
-
justify-content: space-between;
|
|
33300
|
-
font-size: 12px;
|
|
33301
|
-
padding-top: 6px;
|
|
33302
33691
|
}
|
|
33303
|
-
.
|
|
33304
|
-
|
|
33692
|
+
.E_l1ucdodl.tag-hover {
|
|
33693
|
+
cursor: pointer;
|
|
33305
33694
|
}
|
|
33306
|
-
.
|
|
33307
|
-
|
|
33695
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33696
|
+
color: #00122e;
|
|
33308
33697
|
}
|
|
33309
|
-
.
|
|
33310
|
-
|
|
33698
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33699
|
+
margin-right: 6px;
|
|
33700
|
+
}
|
|
33701
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33311
33702
|
margin-left: 8px;
|
|
33703
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33704
|
+
}
|
|
33705
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33706
|
+
color: #FFFFFF;
|
|
33707
|
+
}
|
|
33708
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33709
|
+
background-color: #0080ff;
|
|
33710
|
+
}
|
|
33711
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33712
|
+
background-color: #f0483e;
|
|
33713
|
+
}
|
|
33714
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33715
|
+
background-color: #fea008;
|
|
33716
|
+
}
|
|
33717
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33718
|
+
background-color: #00ba5d;
|
|
33719
|
+
}
|
|
33720
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33721
|
+
background-color: #6b7d99;
|
|
33722
|
+
}
|
|
33723
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33724
|
+
background-color: #7E41FF;
|
|
33312
33725
|
}
|
|
33313
33726
|
|
|
33314
|
-
.
|
|
33315
|
-
|
|
33727
|
+
.E_s1qj66nc {
|
|
33728
|
+
width: 8px;
|
|
33316
33729
|
height: 8px;
|
|
33730
|
+
border-radius: 50%;
|
|
33731
|
+
display: inline-block;
|
|
33732
|
+
}
|
|
33733
|
+
|
|
33734
|
+
.E_s5x1boq {
|
|
33317
33735
|
width: 8px;
|
|
33318
|
-
|
|
33736
|
+
height: 8px;
|
|
33319
33737
|
border-radius: 2px;
|
|
33738
|
+
display: inline-block;
|
|
33320
33739
|
}
|
|
33321
|
-
|
|
33322
|
-
|
|
33740
|
+
|
|
33741
|
+
.E_c1xm185 {
|
|
33742
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33743
|
+
}
|
|
33744
|
+
|
|
33745
|
+
.E_c1x5l5qc {
|
|
33746
|
+
flex: 1;
|
|
33323
33747
|
}
|
|
33324
33748
|
|
|
33325
33749
|
.E_sddwhm6 {
|
|
@@ -33742,240 +34166,30 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33742
34166
|
color: rgba(10, 37, 85, 0.6);
|
|
33743
34167
|
}
|
|
33744
34168
|
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33745
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33746
|
-
z-index: 10;
|
|
33747
|
-
}
|
|
33748
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33749
|
-
padding: 0 !important;
|
|
33750
|
-
position: relative;
|
|
33751
|
-
background: #fff;
|
|
33752
|
-
}
|
|
33753
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33754
|
-
height: 100%;
|
|
33755
|
-
display: flex;
|
|
33756
|
-
align-items: center;
|
|
33757
|
-
justify-content: flex-end;
|
|
33758
|
-
padding-right: 8px;
|
|
33759
|
-
}
|
|
33760
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33761
|
-
width: 24px;
|
|
33762
|
-
height: 24px;
|
|
33763
|
-
cursor: pointer;
|
|
33764
|
-
justify-content: center;
|
|
33765
|
-
border-radius: 4px;
|
|
33766
|
-
}
|
|
33767
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33768
|
-
background: #fff;
|
|
33769
|
-
}
|
|
33770
|
-
|
|
33771
|
-
.E_msn7nxt {
|
|
33772
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33773
|
-
text-align: center;
|
|
33774
|
-
display: flex;
|
|
33775
|
-
align-items: center;
|
|
33776
|
-
justify-content: center;
|
|
33777
|
-
flex-direction: column;
|
|
33778
|
-
height: 100%;
|
|
33779
|
-
}
|
|
33780
|
-
.E_msn7nxt .link {
|
|
33781
|
-
color: #0080ff;
|
|
33782
|
-
cursor: pointer;
|
|
33783
|
-
}
|
|
33784
|
-
|
|
33785
|
-
.E_mp64wfi {
|
|
33786
|
-
width: 100%;
|
|
33787
|
-
height: 100%;
|
|
33788
|
-
display: flex;
|
|
33789
|
-
flex-direction: column;
|
|
33790
|
-
}
|
|
33791
|
-
.E_mp64wfi .name-toolbar {
|
|
33792
|
-
width: 100%;
|
|
33793
|
-
display: flex;
|
|
33794
|
-
line-height: 30px;
|
|
33795
|
-
padding: 0 16px;
|
|
33796
|
-
justify-content: space-between;
|
|
33797
|
-
}
|
|
33798
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33799
|
-
display: flex;
|
|
33800
|
-
font-size: 12px;
|
|
33801
|
-
align-items: center;
|
|
33802
|
-
}
|
|
33803
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33804
|
-
color: #a3b4cc;
|
|
33805
|
-
}
|
|
33806
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33807
|
-
margin-left: 10px;
|
|
33808
|
-
}
|
|
33809
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33810
|
-
margin-left: 10px;
|
|
33811
|
-
cursor: pointer;
|
|
33812
|
-
}
|
|
33813
|
-
.E_mp64wfi .content {
|
|
33814
|
-
flex: 1;
|
|
33815
|
-
width: 100%;
|
|
33816
|
-
display: flex;
|
|
33817
|
-
justify-content: center;
|
|
33818
|
-
align-items: center;
|
|
33819
|
-
}
|
|
33820
|
-
.E_mp64wfi .single-content {
|
|
33821
|
-
height: 65px;
|
|
33822
|
-
}
|
|
33823
|
-
|
|
33824
|
-
.E_l1oyigan {
|
|
33825
|
-
display: flex;
|
|
33826
|
-
align-items: center;
|
|
33827
|
-
white-space: nowrap;
|
|
33828
|
-
overflow: hidden;
|
|
33829
|
-
width: 100%;
|
|
33830
|
-
}
|
|
33831
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
33832
|
-
margin-left: auto;
|
|
33833
|
-
font-size: 12px;
|
|
33834
|
-
}
|
|
33835
|
-
|
|
33836
|
-
.E_l1noi4n1 {
|
|
33837
|
-
display: flex;
|
|
33838
|
-
justify-content: flex-start;
|
|
33839
|
-
align-items: center;
|
|
33840
|
-
font-size: 12px;
|
|
33841
|
-
cursor: pointer;
|
|
33842
|
-
}
|
|
33843
|
-
.E_l1noi4n1:not(:last-child) {
|
|
33844
|
-
margin-right: 20px;
|
|
33845
|
-
}
|
|
33846
|
-
.E_l1noi4n1.deselected {
|
|
33847
|
-
opacity: 0.4;
|
|
33848
|
-
}
|
|
33849
|
-
.E_l1noi4n1.deselected .color-block {
|
|
33850
|
-
background: #b4beca !important;
|
|
33851
|
-
}
|
|
33852
|
-
|
|
33853
|
-
.E_cz19rz6 {
|
|
33854
|
-
display: inline-block;
|
|
33855
|
-
height: 8px;
|
|
33856
|
-
width: 8px;
|
|
33857
|
-
margin-right: 8px;
|
|
33858
|
-
}
|
|
33859
|
-
|
|
33860
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33861
|
-
display: flex;
|
|
33862
|
-
align-items: center;
|
|
33863
|
-
font-size: 12px;
|
|
33864
|
-
margin: 0;
|
|
33865
|
-
}
|
|
33866
|
-
|
|
33867
|
-
.E_m1y1hhnr {
|
|
33868
|
-
position: relative;
|
|
33869
|
-
}
|
|
33870
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33871
|
-
bottom: -12px;
|
|
33872
|
-
}
|
|
33873
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
33874
|
-
display: flex;
|
|
33875
|
-
justify-content: space-between;
|
|
33876
|
-
line-height: 30px;
|
|
33877
|
-
margin: 0 16px;
|
|
33878
|
-
}
|
|
33879
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33880
|
-
display: flex;
|
|
33881
|
-
font-size: 12px;
|
|
33882
|
-
align-items: center;
|
|
33883
|
-
}
|
|
33884
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33885
|
-
color: #a3b4cc;
|
|
33886
|
-
}
|
|
33887
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33888
|
-
margin-left: 10px;
|
|
33889
|
-
}
|
|
33890
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33891
|
-
margin-left: 10px;
|
|
33892
|
-
cursor: pointer;
|
|
33893
|
-
}
|
|
33894
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
33895
|
-
font-size: 12px;
|
|
33896
|
-
}
|
|
33897
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
33898
|
-
position: absolute;
|
|
33899
|
-
bottom: 10px;
|
|
33900
|
-
padding: 0 8px;
|
|
33901
|
-
border-radius: 4px;
|
|
33902
|
-
font-size: 12px;
|
|
33903
|
-
color: #fff;
|
|
33904
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33905
|
-
transform: translateX(-50%);
|
|
33906
|
-
}
|
|
33907
|
-
|
|
33908
|
-
.E_tnvijvs {
|
|
33909
|
-
min-width: 200px;
|
|
33910
|
-
}
|
|
33911
|
-
|
|
33912
|
-
.E_t1ub2aex {
|
|
33913
|
-
display: flex;
|
|
33914
|
-
align-items: center;
|
|
33915
|
-
justify-content: space-between;
|
|
33916
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33917
|
-
color: #b4beca;
|
|
33918
|
-
font-size: 12px;
|
|
33919
|
-
padding: 3px 6px;
|
|
33920
|
-
}
|
|
33921
|
-
.E_t1ub2aex:first-child {
|
|
33922
|
-
padding-top: 3px;
|
|
33923
|
-
}
|
|
33924
|
-
.E_t1ub2aex:last-child {
|
|
33925
|
-
padding-bottom: 3px;
|
|
34169
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34170
|
+
z-index: 10;
|
|
33926
34171
|
}
|
|
33927
|
-
.
|
|
33928
|
-
|
|
33929
|
-
|
|
34172
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34173
|
+
padding: 0 !important;
|
|
34174
|
+
position: relative;
|
|
34175
|
+
background: #fff;
|
|
33930
34176
|
}
|
|
33931
|
-
|
|
33932
|
-
|
|
33933
|
-
width: 64px;
|
|
33934
|
-
height: 64px;
|
|
34177
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34178
|
+
height: 100%;
|
|
33935
34179
|
display: flex;
|
|
33936
34180
|
align-items: center;
|
|
33937
|
-
justify-content:
|
|
33938
|
-
|
|
33939
|
-
opacity: 0.2;
|
|
33940
|
-
}
|
|
33941
|
-
|
|
33942
|
-
.E_lk3gkp4 {
|
|
33943
|
-
position: absolute;
|
|
33944
|
-
width: 5px;
|
|
33945
|
-
height: 48px;
|
|
33946
|
-
left: 9.33px;
|
|
33947
|
-
top: 40.5px;
|
|
33948
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33949
|
-
border-radius: 5px;
|
|
33950
|
-
transform: rotate(-128deg);
|
|
33951
|
-
transform-origin: top left;
|
|
33952
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34181
|
+
justify-content: flex-end;
|
|
34182
|
+
padding-right: 8px;
|
|
33953
34183
|
}
|
|
33954
|
-
|
|
33955
|
-
|
|
33956
|
-
|
|
33957
|
-
|
|
33958
|
-
|
|
33959
|
-
|
|
33960
|
-
top: 8.4px;
|
|
33961
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33962
|
-
border-radius: 5px;
|
|
33963
|
-
transform: rotate(-8deg);
|
|
33964
|
-
transform-origin: top left;
|
|
33965
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34184
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34185
|
+
width: 24px;
|
|
34186
|
+
height: 24px;
|
|
34187
|
+
cursor: pointer;
|
|
34188
|
+
justify-content: center;
|
|
34189
|
+
border-radius: 4px;
|
|
33966
34190
|
}
|
|
33967
|
-
|
|
33968
|
-
|
|
33969
|
-
position: absolute;
|
|
33970
|
-
width: 5px;
|
|
33971
|
-
height: 48px;
|
|
33972
|
-
left: 52.9px;
|
|
33973
|
-
top: 51.8px;
|
|
33974
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33975
|
-
border-radius: 5px;
|
|
33976
|
-
transform: rotate(112deg);
|
|
33977
|
-
transform-origin: top left;
|
|
33978
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34191
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34192
|
+
background: #fff;
|
|
33979
34193
|
}
|
|
33980
34194
|
|
|
33981
34195
|
.E_w7ob4th.outside-tag {
|
|
@@ -33987,35 +34201,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33987
34201
|
margin-right: 4px;
|
|
33988
34202
|
}
|
|
33989
34203
|
|
|
33990
|
-
.
|
|
33991
|
-
padding: 0 8px;
|
|
33992
|
-
height: 18px;
|
|
33993
|
-
}
|
|
33994
|
-
|
|
33995
|
-
.E_m140wbb6 {
|
|
33996
|
-
padding: 2px 8px;
|
|
33997
|
-
height: 24px;
|
|
33998
|
-
}
|
|
33999
|
-
|
|
34000
|
-
.E_t1fozc1i {
|
|
34001
|
-
margin: 0;
|
|
34002
|
-
}
|
|
34003
|
-
|
|
34004
|
-
.E_i1vxv4ln {
|
|
34204
|
+
.E_i1g85yz3 {
|
|
34005
34205
|
margin-right: 4px;
|
|
34006
34206
|
height: 16px;
|
|
34007
34207
|
}
|
|
34008
34208
|
|
|
34009
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34010
|
-
font-weight: 700;
|
|
34011
|
-
color: #00122e;
|
|
34012
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34013
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34014
|
-
word-break: break-all;
|
|
34015
|
-
display: inline;
|
|
34016
|
-
white-space: normal;
|
|
34017
|
-
}
|
|
34018
|
-
|
|
34019
34209
|
.E_t1dtlqs1 {
|
|
34020
34210
|
margin-bottom: 4px;
|
|
34021
34211
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34191,6 +34381,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34191
34381
|
display: flex;
|
|
34192
34382
|
align-items: center;
|
|
34193
34383
|
margin-top: 8px;
|
|
34384
|
+
gap: 8px;
|
|
34194
34385
|
}
|
|
34195
34386
|
.E_a138syjm button.ant-btn {
|
|
34196
34387
|
padding: 2px 8px;
|
|
@@ -34198,7 +34389,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34198
34389
|
}
|
|
34199
34390
|
.E_a138syjm > span.maximum-desc {
|
|
34200
34391
|
display: none;
|
|
34201
|
-
margin-left: 8px;
|
|
34202
34392
|
color: rgba(44, 56, 82, 0.6);
|
|
34203
34393
|
}
|
|
34204
34394
|
.E_a138syjm > span.maximum-desc.disabled {
|
|
@@ -34209,209 +34399,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34209
34399
|
width: 24px;
|
|
34210
34400
|
height: 24px;
|
|
34211
34401
|
padding: 4px;
|
|
34212
|
-
margin-right: 8px;
|
|
34213
|
-
}
|
|
34214
|
-
|
|
34215
|
-
.E_sjob3jg {
|
|
34216
|
-
--item-min-width: 60px;
|
|
34217
|
-
}
|
|
34218
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34219
|
-
display: none !important;
|
|
34220
|
-
}
|
|
34221
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34222
|
-
flex-shrink: 0 !important;
|
|
34223
|
-
}
|
|
34224
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34225
|
-
color: #0080ff;
|
|
34226
|
-
}
|
|
34227
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34228
|
-
color: #0080ff;
|
|
34229
|
-
font-weight: normal;
|
|
34230
|
-
}
|
|
34231
|
-
.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 {
|
|
34232
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34233
|
-
}
|
|
34234
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34235
|
-
color: #00122e;
|
|
34236
|
-
}
|
|
34237
|
-
.E_sjob3jg .step-item-text {
|
|
34238
|
-
display: inline-block;
|
|
34239
|
-
}
|
|
34240
|
-
.E_sjob3jg .step-item-title {
|
|
34241
|
-
overflow: hidden;
|
|
34242
|
-
white-space: nowrap;
|
|
34243
|
-
text-overflow: ellipsis;
|
|
34244
|
-
}
|
|
34245
|
-
|
|
34246
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34247
|
-
min-width: var(--item-min-width);
|
|
34248
|
-
}
|
|
34249
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34250
|
-
cursor: not-allowed !important;
|
|
34251
|
-
}
|
|
34252
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34253
|
-
flex-direction: row;
|
|
34254
|
-
justify-content: stretch;
|
|
34255
|
-
}
|
|
34256
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34257
|
-
padding: 0;
|
|
34258
|
-
margin-right: 4px;
|
|
34259
|
-
flex: 1;
|
|
34260
|
-
overflow: visible;
|
|
34261
|
-
}
|
|
34262
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34263
|
-
width: 100%;
|
|
34264
|
-
min-height: unset;
|
|
34265
|
-
}
|
|
34266
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34267
|
-
height: 26px;
|
|
34268
|
-
line-height: 26px;
|
|
34269
|
-
width: 100%;
|
|
34270
|
-
padding: 0;
|
|
34271
|
-
font-size: 12px;
|
|
34272
|
-
}
|
|
34273
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34274
|
-
margin-right: 10px;
|
|
34275
|
-
}
|
|
34276
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34277
|
-
display: none;
|
|
34278
|
-
}
|
|
34279
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34280
|
-
padding-left: 8px;
|
|
34281
|
-
padding-right: 4px;
|
|
34282
|
-
border-radius: 4px 0 0 4px;
|
|
34283
|
-
}
|
|
34284
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34285
|
-
margin-right: 0;
|
|
34286
|
-
}
|
|
34287
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34288
|
-
padding-right: 8px;
|
|
34289
|
-
padding-left: 12px;
|
|
34290
|
-
border-radius: 0 4px 4px 0;
|
|
34291
|
-
}
|
|
34292
|
-
.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 {
|
|
34293
|
-
content: "";
|
|
34294
|
-
width: 0;
|
|
34295
|
-
height: 0;
|
|
34296
|
-
border: 13px solid transparent;
|
|
34297
|
-
position: absolute;
|
|
34298
|
-
top: 0;
|
|
34299
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34300
|
-
z-index: 2;
|
|
34301
|
-
position: relative;
|
|
34302
|
-
top: -50%;
|
|
34303
|
-
right: -100%;
|
|
34304
|
-
}
|
|
34305
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34306
|
-
padding: 0 4px 0 12px;
|
|
34307
|
-
}
|
|
34308
|
-
.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 {
|
|
34309
|
-
content: "";
|
|
34310
|
-
width: 0;
|
|
34311
|
-
height: 0;
|
|
34312
|
-
border: 13px solid transparent;
|
|
34313
|
-
position: absolute;
|
|
34314
|
-
top: 0;
|
|
34315
|
-
border-left: 8px solid #fff;
|
|
34316
|
-
left: 0;
|
|
34317
|
-
}
|
|
34318
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34319
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34320
|
-
}
|
|
34321
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34322
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34323
|
-
}
|
|
34324
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34325
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34326
|
-
}
|
|
34327
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34328
|
-
cursor: pointer;
|
|
34329
|
-
min-width: var(--item-min-width);
|
|
34330
|
-
}
|
|
34331
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34332
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34333
|
-
min-width: var(--item-min-width);
|
|
34334
|
-
}
|
|
34335
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34336
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34337
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34338
|
-
}
|
|
34339
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34340
|
-
padding: 0;
|
|
34341
|
-
}
|
|
34342
|
-
|
|
34343
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34344
|
-
width: 192px;
|
|
34345
|
-
row-gap: 2px;
|
|
34346
|
-
}
|
|
34347
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34348
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34349
|
-
}
|
|
34350
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34351
|
-
color: #00122e !important;
|
|
34352
|
-
}
|
|
34353
|
-
.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 {
|
|
34354
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34355
|
-
}
|
|
34356
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34357
|
-
padding: 0 8px;
|
|
34358
|
-
border-radius: 4px;
|
|
34359
|
-
height: 32px;
|
|
34360
|
-
display: flex;
|
|
34361
|
-
align-items: center;
|
|
34362
|
-
}
|
|
34363
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34364
|
-
min-height: auto;
|
|
34365
|
-
white-space: nowrap;
|
|
34366
|
-
}
|
|
34367
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34368
|
-
font-size: 13px;
|
|
34369
|
-
line-height: 20px;
|
|
34370
|
-
max-width: 100%;
|
|
34371
|
-
padding-right: 0;
|
|
34372
|
-
}
|
|
34373
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34374
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34402
|
+
margin-right: 8px;
|
|
34375
34403
|
}
|
|
34376
34404
|
|
|
34377
|
-
.
|
|
34378
|
-
|
|
34379
|
-
display: inline-flex;
|
|
34380
|
-
align-items: center;
|
|
34381
|
-
justify-content: center;
|
|
34382
|
-
column-gap: 4px;
|
|
34383
|
-
}
|
|
34384
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
34385
|
-
display: inline-flex;
|
|
34386
|
-
align-items: center;
|
|
34387
|
-
width: 18px;
|
|
34405
|
+
.E_slr2ynn {
|
|
34406
|
+
padding: 0 8px;
|
|
34388
34407
|
height: 18px;
|
|
34389
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34390
|
-
justify-content: center;
|
|
34391
34408
|
}
|
|
34392
34409
|
|
|
34393
|
-
.
|
|
34394
|
-
|
|
34395
|
-
|
|
34396
|
-
align-items: center;
|
|
34397
|
-
justify-content: center;
|
|
34398
|
-
column-gap: 6px;
|
|
34399
|
-
font-size: 13px;
|
|
34410
|
+
.E_m140wbb6 {
|
|
34411
|
+
padding: 2px 8px;
|
|
34412
|
+
height: 24px;
|
|
34400
34413
|
}
|
|
34401
|
-
|
|
34402
|
-
|
|
34403
|
-
|
|
34404
|
-
min-width: 20px;
|
|
34405
|
-
min-height: 20px;
|
|
34406
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34407
|
-
justify-content: center;
|
|
34414
|
+
|
|
34415
|
+
.E_t1fozc1i {
|
|
34416
|
+
margin: 0;
|
|
34408
34417
|
}
|
|
34409
34418
|
|
|
34410
|
-
.
|
|
34419
|
+
.E_i1vxv4ln {
|
|
34411
34420
|
margin-right: 4px;
|
|
34412
34421
|
height: 16px;
|
|
34413
34422
|
}
|
|
34414
34423
|
|
|
34424
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34425
|
+
font-weight: 700;
|
|
34426
|
+
color: #00122e;
|
|
34427
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34428
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34429
|
+
word-break: break-all;
|
|
34430
|
+
display: inline;
|
|
34431
|
+
white-space: normal;
|
|
34432
|
+
}
|
|
34433
|
+
|
|
34415
34434
|
.E_t13ef470 {
|
|
34416
34435
|
height: 100%;
|
|
34417
34436
|
}
|
|
@@ -34520,6 +34539,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34520
34539
|
background: rgba(172, 186, 211, 0.6);
|
|
34521
34540
|
border-radius: 8px;
|
|
34522
34541
|
}
|
|
34542
|
+
.E_icab5o7.ant-modal.initializing-error .ant-modal-body {
|
|
34543
|
+
display: flex;
|
|
34544
|
+
justify-content: center;
|
|
34545
|
+
align-items: center;
|
|
34546
|
+
height: 100%;
|
|
34547
|
+
}
|
|
34548
|
+
.E_icab5o7.ant-modal .initializing-title {
|
|
34549
|
+
height: 40px;
|
|
34550
|
+
}
|
|
34523
34551
|
.E_icab5o7.ant-modal .ant-modal-footer {
|
|
34524
34552
|
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34525
34553
|
padding: 24px 0 60px 0;
|
|
@@ -34692,35 +34720,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34692
34720
|
color: #00122E;
|
|
34693
34721
|
}
|
|
34694
34722
|
|
|
34695
|
-
.E_s20iney.skeleton-box {
|
|
34696
|
-
display: flex;
|
|
34697
|
-
align-items: center;
|
|
34698
|
-
justify-content: center;
|
|
34699
|
-
position: relative;
|
|
34700
|
-
border-radius: 2px;
|
|
34701
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34702
|
-
overflow: hidden;
|
|
34703
|
-
}
|
|
34704
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34705
|
-
width: 200%;
|
|
34706
|
-
height: 200%;
|
|
34707
|
-
transform: rotate(15deg);
|
|
34708
|
-
position: absolute;
|
|
34709
|
-
top: -50%;
|
|
34710
|
-
flex-shrink: 0;
|
|
34711
|
-
opacity: 0.8;
|
|
34712
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34713
|
-
animation: shimmer 1100ms infinite;
|
|
34714
|
-
}
|
|
34715
|
-
@keyframes shimmer {
|
|
34716
|
-
from {
|
|
34717
|
-
left: -120%;
|
|
34718
|
-
}
|
|
34719
|
-
to {
|
|
34720
|
-
left: 100%;
|
|
34721
|
-
}
|
|
34722
|
-
}
|
|
34723
|
-
|
|
34724
34723
|
.E_dxyv8bv {
|
|
34725
34724
|
--footer-height: 80px;
|
|
34726
34725
|
--header-height: 56px;
|
|
@@ -34730,7 +34729,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34730
34729
|
100vh - 144px - var(--header-height) - var(--footer-height)
|
|
34731
34730
|
);
|
|
34732
34731
|
--modal-header-padding: 32px 40px 0;
|
|
34733
|
-
--modal-content-padding-
|
|
34732
|
+
--modal-content-padding-top: 32px;
|
|
34733
|
+
--modal-content-padding-bottom: 32px;
|
|
34734
34734
|
--modal-content-padding-x: 40px;
|
|
34735
34735
|
--modal-footer-padding: 0 40px;
|
|
34736
34736
|
}
|
|
@@ -34754,7 +34754,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34754
34754
|
top: 24px;
|
|
34755
34755
|
}
|
|
34756
34756
|
.E_dxyv8bv .ant-modal-body {
|
|
34757
|
-
padding: var(--modal-content-padding-
|
|
34757
|
+
padding: var(--modal-content-padding-top) var(--modal-content-padding-x) var(--modal-content-padding-bottom);
|
|
34758
34758
|
padding-right: calc(var(--modal-content-padding-x) - 6px);
|
|
34759
34759
|
min-height: var(--modal-content-min-height);
|
|
34760
34760
|
max-height: var(--modal-content-max-height);
|
|
@@ -34772,6 +34772,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34772
34772
|
background: rgba(172, 186, 211, 0.6);
|
|
34773
34773
|
border-radius: 8px;
|
|
34774
34774
|
}
|
|
34775
|
+
.E_dxyv8bv.initializing-error .ant-modal-body {
|
|
34776
|
+
display: flex;
|
|
34777
|
+
justify-content: center;
|
|
34778
|
+
align-items: center;
|
|
34779
|
+
height: 100%;
|
|
34780
|
+
}
|
|
34775
34781
|
.E_dxyv8bv .ant-modal-footer {
|
|
34776
34782
|
height: var(--footer-height);
|
|
34777
34783
|
padding: var(--modal-footer-padding);
|
|
@@ -34813,6 +34819,59 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34813
34819
|
transition: 0.3s ease-out;
|
|
34814
34820
|
}
|
|
34815
34821
|
|
|
34822
|
+
.E_m1k84ymw {
|
|
34823
|
+
width: 132px;
|
|
34824
|
+
height: 24px;
|
|
34825
|
+
}
|
|
34826
|
+
|
|
34827
|
+
.E_m15ds5xe {
|
|
34828
|
+
width: 100%;
|
|
34829
|
+
height: 100%;
|
|
34830
|
+
}
|
|
34831
|
+
.E_m15ds5xe .skeleton-wrapper {
|
|
34832
|
+
width: 100%;
|
|
34833
|
+
height: 32px;
|
|
34834
|
+
}
|
|
34835
|
+
|
|
34836
|
+
.E_ma56n19 {
|
|
34837
|
+
display: flex;
|
|
34838
|
+
flex-direction: column;
|
|
34839
|
+
gap: 4px;
|
|
34840
|
+
justify-content: center;
|
|
34841
|
+
align-items: center;
|
|
34842
|
+
height: 100%;
|
|
34843
|
+
color: rgba(0, 21, 64, 0.3019607843);
|
|
34844
|
+
}
|
|
34845
|
+
|
|
34846
|
+
.E_s20iney.skeleton-box {
|
|
34847
|
+
display: flex;
|
|
34848
|
+
align-items: center;
|
|
34849
|
+
justify-content: center;
|
|
34850
|
+
position: relative;
|
|
34851
|
+
border-radius: 2px;
|
|
34852
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34853
|
+
overflow: hidden;
|
|
34854
|
+
}
|
|
34855
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34856
|
+
width: 200%;
|
|
34857
|
+
height: 200%;
|
|
34858
|
+
transform: rotate(15deg);
|
|
34859
|
+
position: absolute;
|
|
34860
|
+
top: -50%;
|
|
34861
|
+
flex-shrink: 0;
|
|
34862
|
+
opacity: 0.8;
|
|
34863
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34864
|
+
animation: shimmer 1100ms infinite;
|
|
34865
|
+
}
|
|
34866
|
+
@keyframes shimmer {
|
|
34867
|
+
from {
|
|
34868
|
+
left: -120%;
|
|
34869
|
+
}
|
|
34870
|
+
to {
|
|
34871
|
+
left: 100%;
|
|
34872
|
+
}
|
|
34873
|
+
}
|
|
34874
|
+
|
|
34816
34875
|
.E_sqv6dmy {
|
|
34817
34876
|
display: flex;
|
|
34818
34877
|
justify-content: flex-end;
|
|
@@ -34847,6 +34906,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34847
34906
|
border-radius: 8px;
|
|
34848
34907
|
}
|
|
34849
34908
|
|
|
34909
|
+
.E_t1616y1o {
|
|
34910
|
+
color: #fff;
|
|
34911
|
+
}
|
|
34912
|
+
|
|
34850
34913
|
.E_t1g36k2w {
|
|
34851
34914
|
overflow: hidden;
|
|
34852
34915
|
height: 100%;
|
|
@@ -34876,10 +34939,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34876
34939
|
background: rgba(225, 230, 241, 0.6);
|
|
34877
34940
|
}
|
|
34878
34941
|
|
|
34879
|
-
.E_t1616y1o {
|
|
34880
|
-
color: #fff;
|
|
34881
|
-
}
|
|
34882
|
-
|
|
34883
34942
|
.E_a9y3flr {
|
|
34884
34943
|
margin-left: 8px;
|
|
34885
34944
|
}
|
|
@@ -34901,117 +34960,193 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34901
34960
|
font-size: 12px;
|
|
34902
34961
|
line-height: 18px;
|
|
34903
34962
|
}
|
|
34904
|
-
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34905
|
-
white-space: pre-wrap;
|
|
34963
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34964
|
+
white-space: pre-wrap;
|
|
34965
|
+
}
|
|
34966
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34967
|
+
display: block;
|
|
34968
|
+
}
|
|
34969
|
+
|
|
34970
|
+
.E_i14c7jc8 {
|
|
34971
|
+
color: var(--i14c7jc8-0);
|
|
34972
|
+
}
|
|
34973
|
+
|
|
34974
|
+
.E_i1ibuolf {
|
|
34975
|
+
display: flex;
|
|
34976
|
+
align-items: center;
|
|
34977
|
+
column-gap: 4px;
|
|
34978
|
+
font-size: 12px;
|
|
34979
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34980
|
+
}
|
|
34981
|
+
|
|
34982
|
+
.E_d1u4ndxc {
|
|
34983
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34984
|
+
font-size: 12px;
|
|
34985
|
+
}
|
|
34986
|
+
|
|
34987
|
+
.E_f6xb0iv {
|
|
34988
|
+
min-width: 0;
|
|
34989
|
+
flex: 1;
|
|
34990
|
+
}
|
|
34991
|
+
|
|
34992
|
+
.E_b1dhu7ov.antd5-progress {
|
|
34993
|
+
width: 220px;
|
|
34994
|
+
}
|
|
34995
|
+
|
|
34996
|
+
.E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
|
|
34997
|
+
content: "";
|
|
34998
|
+
display: block;
|
|
34999
|
+
height: 8px;
|
|
35000
|
+
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
35001
|
+
animation: loading 1600ms ease-out infinite;
|
|
35002
|
+
opacity: 1;
|
|
35003
|
+
}
|
|
35004
|
+
@keyframes loading {
|
|
35005
|
+
from {
|
|
35006
|
+
transform: translateX(-100%);
|
|
35007
|
+
}
|
|
35008
|
+
to {
|
|
35009
|
+
transform: translateX(100%);
|
|
35010
|
+
}
|
|
35011
|
+
}
|
|
35012
|
+
|
|
35013
|
+
.E_skwah65 {
|
|
35014
|
+
height: 8px;
|
|
35015
|
+
box-sizing: border-box;
|
|
35016
|
+
border-radius: 2px;
|
|
35017
|
+
background: #f5f7fa;
|
|
35018
|
+
display: flex;
|
|
35019
|
+
width: 100%;
|
|
35020
|
+
overflow: hidden;
|
|
35021
|
+
}
|
|
35022
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35023
|
+
margin-left: 1px;
|
|
35024
|
+
}
|
|
35025
|
+
|
|
35026
|
+
.E_gmyahx3 {
|
|
35027
|
+
cursor: pointer;
|
|
35028
|
+
}
|
|
35029
|
+
.E_gmyahx3 .link-text {
|
|
35030
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35031
|
+
}
|
|
35032
|
+
.E_gmyahx3:hover .link-text {
|
|
35033
|
+
color: #0080ff;
|
|
35034
|
+
}
|
|
35035
|
+
|
|
35036
|
+
.E_clm1wy1 {
|
|
35037
|
+
width: 192px;
|
|
35038
|
+
height: 246px;
|
|
35039
|
+
border-radius: 4px;
|
|
35040
|
+
}
|
|
35041
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35042
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35043
|
+
width: 100%;
|
|
35044
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35045
|
+
border-top: none;
|
|
35046
|
+
}
|
|
35047
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35048
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35049
|
+
padding: 0 16px;
|
|
35050
|
+
}
|
|
35051
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35052
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35053
|
+
width: 100%;
|
|
35054
|
+
height: 180px;
|
|
35055
|
+
border-spacing: 0;
|
|
35056
|
+
}
|
|
35057
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35058
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35059
|
+
margin-bottom: 8px;
|
|
35060
|
+
}
|
|
35061
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35062
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35063
|
+
width: 22px;
|
|
35064
|
+
}
|
|
35065
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35066
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35067
|
+
padding: 0;
|
|
35068
|
+
}
|
|
35069
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35070
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35071
|
+
opacity: 0.4;
|
|
35072
|
+
}
|
|
35073
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35074
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35075
|
+
opacity: 1;
|
|
35076
|
+
}
|
|
35077
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35078
|
+
color: #3e4652;
|
|
34906
35079
|
}
|
|
34907
|
-
.
|
|
34908
|
-
|
|
35080
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35081
|
+
pointer-events: none;
|
|
34909
35082
|
}
|
|
34910
35083
|
|
|
34911
|
-
.
|
|
34912
|
-
color:
|
|
35084
|
+
.E_t1tsm00v {
|
|
35085
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35086
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35087
|
+
backdrop-filter: blur(10px);
|
|
35088
|
+
padding: 7px 10px;
|
|
34913
35089
|
}
|
|
34914
35090
|
|
|
34915
|
-
.
|
|
35091
|
+
.E_c167wnad {
|
|
35092
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34916
35093
|
display: flex;
|
|
35094
|
+
justify-content: space-between;
|
|
34917
35095
|
align-items: center;
|
|
34918
|
-
|
|
34919
|
-
font-size: 12px;
|
|
34920
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34921
|
-
}
|
|
34922
|
-
|
|
34923
|
-
.E_d1u4ndxc {
|
|
34924
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34925
|
-
font-size: 12px;
|
|
35096
|
+
padding: 8px 16px;
|
|
34926
35097
|
}
|
|
34927
|
-
|
|
34928
|
-
|
|
34929
|
-
min-width: 0;
|
|
34930
|
-
flex: 1;
|
|
35098
|
+
.E_c167wnad .anticon {
|
|
35099
|
+
cursor: pointer;
|
|
34931
35100
|
}
|
|
34932
|
-
|
|
34933
|
-
|
|
34934
|
-
width: 220px;
|
|
35101
|
+
.E_c167wnad .anticon:hover {
|
|
35102
|
+
color: #0096ff;
|
|
34935
35103
|
}
|
|
34936
35104
|
|
|
34937
|
-
.
|
|
34938
|
-
|
|
34939
|
-
display: block;
|
|
34940
|
-
height: 8px;
|
|
34941
|
-
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
34942
|
-
animation: loading 1600ms ease-out infinite;
|
|
34943
|
-
opacity: 1;
|
|
34944
|
-
}
|
|
34945
|
-
@keyframes loading {
|
|
34946
|
-
from {
|
|
34947
|
-
transform: translateX(-100%);
|
|
34948
|
-
}
|
|
34949
|
-
to {
|
|
34950
|
-
transform: translateX(100%);
|
|
34951
|
-
}
|
|
35105
|
+
.E_cxhf7dh {
|
|
35106
|
+
text-align: center;
|
|
34952
35107
|
}
|
|
34953
|
-
|
|
34954
|
-
.E_skwah65 {
|
|
34955
|
-
height: 8px;
|
|
34956
|
-
box-sizing: border-box;
|
|
34957
|
-
border-radius: 2px;
|
|
34958
|
-
background: #f5f7fa;
|
|
35108
|
+
.E_cxhf7dh .dots {
|
|
34959
35109
|
display: flex;
|
|
34960
|
-
|
|
34961
|
-
overflow: hidden;
|
|
34962
|
-
}
|
|
34963
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34964
|
-
margin-left: 1px;
|
|
35110
|
+
justify-content: center;
|
|
34965
35111
|
}
|
|
34966
|
-
|
|
34967
|
-
.E_c18bcrac {
|
|
35112
|
+
.E_cxhf7dh .dot {
|
|
34968
35113
|
display: inline-block;
|
|
34969
|
-
width:
|
|
34970
|
-
|
|
34971
|
-
|
|
34972
|
-
|
|
35114
|
+
width: 2px;
|
|
35115
|
+
height: 2px;
|
|
35116
|
+
border-radius: 1px;
|
|
35117
|
+
background: #0096ff;
|
|
34973
35118
|
}
|
|
34974
|
-
|
|
34975
|
-
|
|
34976
|
-
padding: 4px;
|
|
35119
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35120
|
+
margin-right: 2px;
|
|
34977
35121
|
}
|
|
34978
|
-
.
|
|
34979
|
-
|
|
35122
|
+
.E_cxhf7dh .bar {
|
|
35123
|
+
width: 9px;
|
|
35124
|
+
height: 2px;
|
|
35125
|
+
background: #0096ff;
|
|
35126
|
+
border-radius: 2px;
|
|
34980
35127
|
}
|
|
34981
35128
|
|
|
34982
|
-
.
|
|
35129
|
+
.E_n12mqh7z {
|
|
34983
35130
|
display: flex;
|
|
34984
|
-
justify-content: space-between;
|
|
34985
35131
|
align-items: center;
|
|
34986
|
-
font-size:
|
|
34987
|
-
line-height:
|
|
34988
|
-
color: #cccccc;
|
|
34989
|
-
white-space: nowrap;
|
|
35132
|
+
font-size: 12px;
|
|
35133
|
+
line-height: 18px;
|
|
34990
35134
|
}
|
|
34991
|
-
.
|
|
34992
|
-
margin-
|
|
35135
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35136
|
+
margin-bottom: 4px;
|
|
34993
35137
|
}
|
|
34994
35138
|
|
|
34995
|
-
.
|
|
34996
|
-
|
|
34997
|
-
color: white;
|
|
35139
|
+
.E_tf5bynu {
|
|
35140
|
+
margin: 0 3px;
|
|
34998
35141
|
}
|
|
34999
35142
|
|
|
35000
|
-
.
|
|
35001
|
-
|
|
35002
|
-
|
|
35003
|
-
border-radius: 2px;
|
|
35004
|
-
display: inline-block;
|
|
35005
|
-
background: var(--s11212zy-0);
|
|
35006
|
-
border: 1px solid #fff;
|
|
35007
|
-
box-sizing: content-box;
|
|
35008
|
-
margin-right: 6px;
|
|
35143
|
+
.E_tcckoz1 {
|
|
35144
|
+
max-height: 400px;
|
|
35145
|
+
overflow: auto;
|
|
35009
35146
|
}
|
|
35010
35147
|
|
|
35011
|
-
.
|
|
35012
|
-
|
|
35013
|
-
color: white;
|
|
35014
|
-
margin-right: 4px;
|
|
35148
|
+
span.E_tqjc4ui {
|
|
35149
|
+
margin: 0 2px;
|
|
35015
35150
|
}
|
|
35016
35151
|
|
|
35017
35152
|
.E_s1ebs0ra {
|
|
@@ -35075,157 +35210,194 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35075
35210
|
background: #fff;
|
|
35076
35211
|
}
|
|
35077
35212
|
|
|
35078
|
-
.
|
|
35079
|
-
|
|
35080
|
-
|
|
35081
|
-
border-radius: 4px;
|
|
35213
|
+
.E_ou7iq30 {
|
|
35214
|
+
overflow: hidden;
|
|
35215
|
+
text-overflow: ellipsis;
|
|
35082
35216
|
}
|
|
35083
|
-
|
|
35084
|
-
.
|
|
35085
|
-
|
|
35086
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35087
|
-
border-top: none;
|
|
35217
|
+
|
|
35218
|
+
.E_s1tui002 {
|
|
35219
|
+
white-space: nowrap;
|
|
35088
35220
|
}
|
|
35089
|
-
|
|
35090
|
-
.
|
|
35091
|
-
|
|
35221
|
+
|
|
35222
|
+
.E_mxrc2zg {
|
|
35223
|
+
display: -webkit-box;
|
|
35224
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35225
|
+
-webkit-box-orient: vertical;
|
|
35226
|
+
word-break: break-all;
|
|
35092
35227
|
}
|
|
35093
|
-
|
|
35094
|
-
.
|
|
35228
|
+
|
|
35229
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35230
|
+
display: none;
|
|
35231
|
+
}
|
|
35232
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35233
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35234
|
+
border-radius: 4px;
|
|
35235
|
+
}
|
|
35236
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35237
|
+
visibility: hidden;
|
|
35238
|
+
}
|
|
35239
|
+
|
|
35240
|
+
.E_c18bcrac {
|
|
35241
|
+
display: inline-block;
|
|
35095
35242
|
width: 100%;
|
|
35096
|
-
height: 180px;
|
|
35097
|
-
border-spacing: 0;
|
|
35098
35243
|
}
|
|
35099
|
-
.
|
|
35100
|
-
|
|
35101
|
-
margin-bottom: 8px;
|
|
35244
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35245
|
+
margin-left: 4px;
|
|
35102
35246
|
}
|
|
35103
|
-
|
|
35104
|
-
.
|
|
35105
|
-
|
|
35247
|
+
|
|
35248
|
+
.E_cro7kg2 {
|
|
35249
|
+
padding: 4px;
|
|
35106
35250
|
}
|
|
35107
|
-
.
|
|
35108
|
-
|
|
35109
|
-
padding: 0;
|
|
35251
|
+
.E_cro7kg2 .unit {
|
|
35252
|
+
color: white;
|
|
35110
35253
|
}
|
|
35111
|
-
|
|
35112
|
-
|
|
35113
|
-
|
|
35254
|
+
|
|
35255
|
+
.E_c14wcxf0 {
|
|
35256
|
+
display: flex;
|
|
35257
|
+
justify-content: space-between;
|
|
35258
|
+
align-items: center;
|
|
35259
|
+
font-size: 13px;
|
|
35260
|
+
line-height: 24px;
|
|
35261
|
+
color: #cccccc;
|
|
35262
|
+
white-space: nowrap;
|
|
35114
35263
|
}
|
|
35115
|
-
.
|
|
35116
|
-
|
|
35117
|
-
opacity: 1;
|
|
35264
|
+
.E_c14wcxf0 label {
|
|
35265
|
+
margin-right: 32px;
|
|
35118
35266
|
}
|
|
35119
|
-
|
|
35120
|
-
|
|
35267
|
+
|
|
35268
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35269
|
+
font-weight: bold;
|
|
35270
|
+
color: white;
|
|
35121
35271
|
}
|
|
35122
|
-
|
|
35123
|
-
|
|
35272
|
+
|
|
35273
|
+
.E_s11212zy {
|
|
35274
|
+
width: 8px;
|
|
35275
|
+
height: 8px;
|
|
35276
|
+
border-radius: 2px;
|
|
35277
|
+
display: inline-block;
|
|
35278
|
+
background: var(--s11212zy-0);
|
|
35279
|
+
border: 1px solid #fff;
|
|
35280
|
+
box-sizing: content-box;
|
|
35281
|
+
margin-right: 6px;
|
|
35124
35282
|
}
|
|
35125
35283
|
|
|
35126
|
-
.
|
|
35127
|
-
|
|
35128
|
-
|
|
35129
|
-
|
|
35130
|
-
padding: 7px 10px;
|
|
35284
|
+
.E_p1lyky6c > :first-child {
|
|
35285
|
+
font-weight: bold;
|
|
35286
|
+
color: white;
|
|
35287
|
+
margin-right: 4px;
|
|
35131
35288
|
}
|
|
35132
35289
|
|
|
35133
|
-
.
|
|
35134
|
-
|
|
35290
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35291
|
+
background: #edf0f7;
|
|
35292
|
+
padding: 32px 8px;
|
|
35293
|
+
overflow: auto;
|
|
35294
|
+
}
|
|
35295
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35135
35296
|
display: flex;
|
|
35297
|
+
flex-direction: column;
|
|
35136
35298
|
justify-content: space-between;
|
|
35137
|
-
align-items: center;
|
|
35138
|
-
padding: 8px 16px;
|
|
35139
35299
|
}
|
|
35140
|
-
.
|
|
35141
|
-
|
|
35300
|
+
.E_s1at6qmn footer {
|
|
35301
|
+
display: flex;
|
|
35142
35302
|
}
|
|
35143
|
-
.
|
|
35144
|
-
|
|
35303
|
+
.E_s1at6qmn .ant-menu {
|
|
35304
|
+
background: #edf0f7;
|
|
35305
|
+
}
|
|
35306
|
+
.E_s1at6qmn .ant-menu a {
|
|
35307
|
+
color: #00122e;
|
|
35308
|
+
width: 180px;
|
|
35309
|
+
overflow: hidden;
|
|
35310
|
+
text-overflow: ellipsis;
|
|
35145
35311
|
}
|
|
35146
|
-
|
|
35147
|
-
|
|
35148
|
-
text-align: center;
|
|
35312
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35313
|
+
margin-bottom: 24px;
|
|
35149
35314
|
}
|
|
35150
|
-
.
|
|
35151
|
-
|
|
35152
|
-
justify-content: center;
|
|
35315
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35316
|
+
margin: 0;
|
|
35153
35317
|
}
|
|
35154
|
-
.
|
|
35155
|
-
|
|
35156
|
-
|
|
35157
|
-
height:
|
|
35158
|
-
border-radius: 1px;
|
|
35159
|
-
background: #0096ff;
|
|
35318
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35319
|
+
font-size: 12px;
|
|
35320
|
+
padding: 0 8px 4px;
|
|
35321
|
+
line-height: 18px;
|
|
35160
35322
|
}
|
|
35161
|
-
.
|
|
35162
|
-
|
|
35323
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35324
|
+
padding: 0;
|
|
35163
35325
|
}
|
|
35164
|
-
.
|
|
35165
|
-
|
|
35166
|
-
height: 2px;
|
|
35167
|
-
background: #0096ff;
|
|
35168
|
-
border-radius: 2px;
|
|
35326
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35327
|
+
padding-bottom: 24px;
|
|
35169
35328
|
}
|
|
35170
|
-
|
|
35171
|
-
|
|
35172
|
-
|
|
35329
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35330
|
+
margin-bottom: 24px;
|
|
35331
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35173
35332
|
}
|
|
35174
|
-
|
|
35175
|
-
|
|
35333
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35334
|
+
transition: none;
|
|
35176
35335
|
display: flex;
|
|
35177
35336
|
align-items: center;
|
|
35178
|
-
|
|
35179
|
-
line-height:
|
|
35180
|
-
|
|
35181
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35182
|
-
margin-bottom: 4px;
|
|
35337
|
+
height: 32px;
|
|
35338
|
+
line-height: 22px;
|
|
35339
|
+
padding: 0 8px;
|
|
35183
35340
|
}
|
|
35184
|
-
|
|
35185
|
-
|
|
35186
|
-
margin: 0 3px;
|
|
35341
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35342
|
+
margin-right: 12px;
|
|
35187
35343
|
}
|
|
35188
|
-
|
|
35189
|
-
|
|
35190
|
-
|
|
35191
|
-
overflow: auto;
|
|
35344
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35345
|
+
margin: 0;
|
|
35346
|
+
margin-bottom: 2px;
|
|
35192
35347
|
}
|
|
35193
|
-
|
|
35194
|
-
|
|
35195
|
-
|
|
35348
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35349
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35350
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35351
|
+
border-radius: 6px;
|
|
35352
|
+
color: #fff;
|
|
35196
35353
|
}
|
|
35197
|
-
.
|
|
35198
|
-
color:
|
|
35354
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35355
|
+
color: #fff;
|
|
35199
35356
|
}
|
|
35200
|
-
.
|
|
35201
|
-
|
|
35357
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35358
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35359
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35360
|
+
border-radius: 6px;
|
|
35202
35361
|
}
|
|
35203
35362
|
|
|
35204
|
-
.
|
|
35363
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35364
|
+
white-space: nowrap;
|
|
35365
|
+
transition: all 0s;
|
|
35366
|
+
}
|
|
35367
|
+
.E_s1wu0lms.shrink {
|
|
35368
|
+
transition: all 0s;
|
|
35205
35369
|
overflow: hidden;
|
|
35206
|
-
text-overflow: ellipsis;
|
|
35207
35370
|
}
|
|
35208
|
-
|
|
35209
|
-
|
|
35210
|
-
white-space: nowrap;
|
|
35371
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35372
|
+
visibility: hidden;
|
|
35211
35373
|
}
|
|
35212
|
-
|
|
35213
|
-
|
|
35214
|
-
|
|
35215
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35216
|
-
-webkit-box-orient: vertical;
|
|
35217
|
-
word-break: break-all;
|
|
35374
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35375
|
+
width: 36px;
|
|
35376
|
+
padding: 0 6px;
|
|
35218
35377
|
}
|
|
35219
35378
|
|
|
35220
|
-
.
|
|
35221
|
-
display:
|
|
35379
|
+
.E_n1ugzfva {
|
|
35380
|
+
display: flex;
|
|
35381
|
+
place-items: center;
|
|
35382
|
+
width: 100% !important;
|
|
35222
35383
|
}
|
|
35223
|
-
.
|
|
35224
|
-
|
|
35225
|
-
|
|
35384
|
+
.E_n1ugzfva[disabled] {
|
|
35385
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35386
|
+
opacity: 1 !important;
|
|
35226
35387
|
}
|
|
35227
|
-
.
|
|
35228
|
-
|
|
35388
|
+
.E_n1ugzfva.ant-btn {
|
|
35389
|
+
width: 100%;
|
|
35390
|
+
color: #00122e;
|
|
35391
|
+
}
|
|
35392
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35393
|
+
margin-right: 12px;
|
|
35394
|
+
}
|
|
35395
|
+
.E_n1ugzfva .link-title {
|
|
35396
|
+
flex: 1;
|
|
35397
|
+
overflow: hidden;
|
|
35398
|
+
white-space: nowrap;
|
|
35399
|
+
text-overflow: ellipsis;
|
|
35400
|
+
text-align: left;
|
|
35229
35401
|
}
|
|
35230
35402
|
|
|
35231
35403
|
.E_c1up1pdz {
|
|
@@ -35304,181 +35476,68 @@ span.E_tqjc4ui {
|
|
|
35304
35476
|
padding-left: 14px;
|
|
35305
35477
|
margin-left: 14px;
|
|
35306
35478
|
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35307
|
-
cursor: pointer;
|
|
35308
|
-
}
|
|
35309
|
-
|
|
35310
|
-
.E_m126spxy {
|
|
35311
|
-
padding-bottom: 4px;
|
|
35312
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35313
|
-
}
|
|
35314
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35315
|
-
padding: 1px 10px;
|
|
35316
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35317
|
-
border-radius: 4px;
|
|
35318
|
-
}
|
|
35319
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35320
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35321
|
-
color: #0096ff;
|
|
35322
|
-
}
|
|
35323
|
-
|
|
35324
|
-
.E_wpbf4pq {
|
|
35325
|
-
padding: 10px 0;
|
|
35326
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35327
|
-
}
|
|
35328
|
-
.E_wpbf4pq .ant-input,
|
|
35329
|
-
.E_wpbf4pq .ant-picker {
|
|
35330
|
-
width: 80px;
|
|
35331
|
-
margin: 0 9px;
|
|
35332
|
-
text-align: center;
|
|
35333
|
-
}
|
|
35334
|
-
.E_wpbf4pq .options {
|
|
35335
|
-
padding: 12px 0 12px 16px;
|
|
35336
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35337
|
-
margin: 5px 0 5px 8px;
|
|
35338
|
-
}
|
|
35339
|
-
.E_wpbf4pq .week-day-option,
|
|
35340
|
-
.E_wpbf4pq .month-day-option {
|
|
35341
|
-
background: #f5f7fa;
|
|
35342
|
-
box-sizing: border-box;
|
|
35343
|
-
border-radius: 16px;
|
|
35344
|
-
margin-right: 8px;
|
|
35345
|
-
}
|
|
35346
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35347
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35348
|
-
color: inherit;
|
|
35349
|
-
border-color: #d9d9d9;
|
|
35350
|
-
}
|
|
35351
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35352
|
-
background-color: #0096ff;
|
|
35353
|
-
border-color: #0096ff;
|
|
35354
|
-
color: #fff;
|
|
35355
|
-
}
|
|
35356
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35357
|
-
width: 110px;
|
|
35358
|
-
margin-top: 4px;
|
|
35359
|
-
}
|
|
35360
|
-
.E_wpbf4pq .month-day-option {
|
|
35361
|
-
width: 32px;
|
|
35362
|
-
padding: 0;
|
|
35363
|
-
margin-bottom: 8px;
|
|
35364
|
-
}
|
|
35365
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35366
|
-
background-color: #0096ff;
|
|
35367
|
-
border-color: #0096ff;
|
|
35368
|
-
color: #fff;
|
|
35369
|
-
}
|
|
35370
|
-
|
|
35371
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35372
|
-
background: #edf0f7;
|
|
35373
|
-
padding: 32px 8px;
|
|
35374
|
-
overflow: auto;
|
|
35375
|
-
}
|
|
35376
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35377
|
-
display: flex;
|
|
35378
|
-
flex-direction: column;
|
|
35379
|
-
justify-content: space-between;
|
|
35380
|
-
}
|
|
35381
|
-
.E_s1at6qmn footer {
|
|
35382
|
-
display: flex;
|
|
35383
|
-
}
|
|
35384
|
-
.E_s1at6qmn .ant-menu {
|
|
35385
|
-
background: #edf0f7;
|
|
35386
|
-
}
|
|
35387
|
-
.E_s1at6qmn .ant-menu a {
|
|
35388
|
-
color: #00122e;
|
|
35389
|
-
width: 180px;
|
|
35390
|
-
overflow: hidden;
|
|
35391
|
-
text-overflow: ellipsis;
|
|
35392
|
-
}
|
|
35393
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35394
|
-
margin-bottom: 24px;
|
|
35395
|
-
}
|
|
35396
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35397
|
-
margin: 0;
|
|
35398
|
-
}
|
|
35399
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35400
|
-
font-size: 12px;
|
|
35401
|
-
padding: 0 8px 4px;
|
|
35402
|
-
line-height: 18px;
|
|
35403
|
-
}
|
|
35404
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35405
|
-
padding: 0;
|
|
35406
|
-
}
|
|
35407
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35408
|
-
padding-bottom: 24px;
|
|
35409
|
-
}
|
|
35410
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35411
|
-
margin-bottom: 24px;
|
|
35412
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35413
|
-
}
|
|
35414
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35415
|
-
transition: none;
|
|
35416
|
-
display: flex;
|
|
35417
|
-
align-items: center;
|
|
35418
|
-
height: 32px;
|
|
35419
|
-
line-height: 22px;
|
|
35420
|
-
padding: 0 8px;
|
|
35421
|
-
}
|
|
35422
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35423
|
-
margin-right: 12px;
|
|
35424
|
-
}
|
|
35425
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35426
|
-
margin: 0;
|
|
35427
|
-
margin-bottom: 2px;
|
|
35428
|
-
}
|
|
35429
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35430
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35431
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35432
|
-
border-radius: 6px;
|
|
35433
|
-
color: #fff;
|
|
35479
|
+
cursor: pointer;
|
|
35434
35480
|
}
|
|
35435
|
-
|
|
35436
|
-
|
|
35481
|
+
|
|
35482
|
+
.E_m126spxy {
|
|
35483
|
+
padding-bottom: 4px;
|
|
35484
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35437
35485
|
}
|
|
35438
|
-
.
|
|
35439
|
-
|
|
35440
|
-
|
|
35441
|
-
border-radius:
|
|
35486
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35487
|
+
padding: 1px 10px;
|
|
35488
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35489
|
+
border-radius: 4px;
|
|
35490
|
+
}
|
|
35491
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35492
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35493
|
+
color: #0096ff;
|
|
35442
35494
|
}
|
|
35443
35495
|
|
|
35444
|
-
.
|
|
35445
|
-
|
|
35446
|
-
|
|
35496
|
+
.E_wpbf4pq {
|
|
35497
|
+
padding: 10px 0;
|
|
35498
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35447
35499
|
}
|
|
35448
|
-
.
|
|
35449
|
-
|
|
35450
|
-
|
|
35500
|
+
.E_wpbf4pq .ant-input,
|
|
35501
|
+
.E_wpbf4pq .ant-picker {
|
|
35502
|
+
width: 80px;
|
|
35503
|
+
margin: 0 9px;
|
|
35504
|
+
text-align: center;
|
|
35451
35505
|
}
|
|
35452
|
-
.
|
|
35453
|
-
|
|
35506
|
+
.E_wpbf4pq .options {
|
|
35507
|
+
padding: 12px 0 12px 16px;
|
|
35508
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35509
|
+
margin: 5px 0 5px 8px;
|
|
35454
35510
|
}
|
|
35455
|
-
.
|
|
35456
|
-
|
|
35457
|
-
|
|
35511
|
+
.E_wpbf4pq .week-day-option,
|
|
35512
|
+
.E_wpbf4pq .month-day-option {
|
|
35513
|
+
background: #f5f7fa;
|
|
35514
|
+
box-sizing: border-box;
|
|
35515
|
+
border-radius: 16px;
|
|
35516
|
+
margin-right: 8px;
|
|
35458
35517
|
}
|
|
35459
|
-
|
|
35460
|
-
.
|
|
35461
|
-
|
|
35462
|
-
|
|
35463
|
-
width: 100% !important;
|
|
35518
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35519
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35520
|
+
color: inherit;
|
|
35521
|
+
border-color: #d9d9d9;
|
|
35464
35522
|
}
|
|
35465
|
-
.
|
|
35466
|
-
color:
|
|
35467
|
-
|
|
35523
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35524
|
+
background-color: #0096ff;
|
|
35525
|
+
border-color: #0096ff;
|
|
35526
|
+
color: #fff;
|
|
35468
35527
|
}
|
|
35469
|
-
.
|
|
35470
|
-
width:
|
|
35471
|
-
|
|
35528
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35529
|
+
width: 110px;
|
|
35530
|
+
margin-top: 4px;
|
|
35472
35531
|
}
|
|
35473
|
-
.
|
|
35474
|
-
|
|
35532
|
+
.E_wpbf4pq .month-day-option {
|
|
35533
|
+
width: 32px;
|
|
35534
|
+
padding: 0;
|
|
35535
|
+
margin-bottom: 8px;
|
|
35475
35536
|
}
|
|
35476
|
-
.
|
|
35477
|
-
|
|
35478
|
-
|
|
35479
|
-
|
|
35480
|
-
text-overflow: ellipsis;
|
|
35481
|
-
text-align: left;
|
|
35537
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35538
|
+
background-color: #0096ff;
|
|
35539
|
+
border-color: #0096ff;
|
|
35540
|
+
color: #fff;
|
|
35482
35541
|
}
|
|
35483
35542
|
|
|
35484
35543
|
.E_t1sqg15u {
|
|
@@ -35594,14 +35653,6 @@ span.E_tqjc4ui {
|
|
|
35594
35653
|
color: #00122e !important;
|
|
35595
35654
|
}
|
|
35596
35655
|
|
|
35597
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
35598
|
-
display: flex;
|
|
35599
|
-
align-items: center;
|
|
35600
|
-
}
|
|
35601
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35602
|
-
margin-right: 8px;
|
|
35603
|
-
}
|
|
35604
|
-
|
|
35605
35656
|
.E_t160l1cm {
|
|
35606
35657
|
display: flex;
|
|
35607
35658
|
flex-direction: column;
|
|
@@ -35805,6 +35856,20 @@ span.E_tqjc4ui {
|
|
|
35805
35856
|
background: transparent;
|
|
35806
35857
|
}
|
|
35807
35858
|
|
|
35859
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35860
|
+
display: flex;
|
|
35861
|
+
align-items: center;
|
|
35862
|
+
}
|
|
35863
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35864
|
+
margin-right: 8px;
|
|
35865
|
+
}
|
|
35866
|
+
|
|
35867
|
+
.E_h1ol2wl7 {
|
|
35868
|
+
font-weight: bold;
|
|
35869
|
+
background-color: unset;
|
|
35870
|
+
padding: unset;
|
|
35871
|
+
}
|
|
35872
|
+
|
|
35808
35873
|
.E_i5w779o {
|
|
35809
35874
|
padding: 8px 0;
|
|
35810
35875
|
}
|
|
@@ -35899,12 +35964,6 @@ span.E_tqjc4ui {
|
|
|
35899
35964
|
justify-content: center;
|
|
35900
35965
|
}
|
|
35901
35966
|
|
|
35902
|
-
.E_h1ol2wl7 {
|
|
35903
|
-
font-weight: bold;
|
|
35904
|
-
background-color: unset;
|
|
35905
|
-
padding: unset;
|
|
35906
|
-
}
|
|
35907
|
-
|
|
35908
35967
|
.E_kr6am0s .ant-modal-body {
|
|
35909
35968
|
padding: 60px 128px;
|
|
35910
35969
|
}
|
|
@@ -35968,77 +36027,6 @@ span.E_tqjc4ui {
|
|
|
35968
36027
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35969
36028
|
}
|
|
35970
36029
|
|
|
35971
|
-
.E_l12xdkhl {
|
|
35972
|
-
width: 64px;
|
|
35973
|
-
height: 64px;
|
|
35974
|
-
max-width: 64px;
|
|
35975
|
-
max-height: 64px;
|
|
35976
|
-
overflow: hidden;
|
|
35977
|
-
display: flex;
|
|
35978
|
-
align-items: center;
|
|
35979
|
-
justify-content: center;
|
|
35980
|
-
position: relative;
|
|
35981
|
-
opacity: 0.6;
|
|
35982
|
-
}
|
|
35983
|
-
.E_l12xdkhl .icon-wrapper {
|
|
35984
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35985
|
-
}
|
|
35986
|
-
@keyframes rotate {
|
|
35987
|
-
from {
|
|
35988
|
-
transform: rotate(0deg);
|
|
35989
|
-
}
|
|
35990
|
-
to {
|
|
35991
|
-
transform: rotate(360deg);
|
|
35992
|
-
}
|
|
35993
|
-
}
|
|
35994
|
-
|
|
35995
|
-
.E_cevhqx7 {
|
|
35996
|
-
color: #00122e;
|
|
35997
|
-
}
|
|
35998
|
-
|
|
35999
|
-
.E_snbqlt4 {
|
|
36000
|
-
margin-top: 8px;
|
|
36001
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36002
|
-
}
|
|
36003
|
-
|
|
36004
|
-
.E_c1ss4prm {
|
|
36005
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36006
|
-
}
|
|
36007
|
-
.E_c1ss4prm li {
|
|
36008
|
-
margin-bottom: 4px;
|
|
36009
|
-
}
|
|
36010
|
-
.E_c1ss4prm li:last-child {
|
|
36011
|
-
margin-bottom: 0;
|
|
36012
|
-
}
|
|
36013
|
-
|
|
36014
|
-
.E_ms3tlei {
|
|
36015
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36016
|
-
padding: 8px;
|
|
36017
|
-
border-radius: 6px;
|
|
36018
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36019
|
-
}
|
|
36020
|
-
.E_ms3tlei li {
|
|
36021
|
-
margin-bottom: 4px;
|
|
36022
|
-
}
|
|
36023
|
-
.E_ms3tlei li:last-child {
|
|
36024
|
-
margin-bottom: 0;
|
|
36025
|
-
}
|
|
36026
|
-
|
|
36027
|
-
.E_du44iy7 {
|
|
36028
|
-
margin-bottom: 4px;
|
|
36029
|
-
}
|
|
36030
|
-
|
|
36031
|
-
.E_s1qmhanr {
|
|
36032
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36033
|
-
margin-bottom: 8px;
|
|
36034
|
-
}
|
|
36035
|
-
|
|
36036
|
-
.E_drje1h0 {
|
|
36037
|
-
height: 1px;
|
|
36038
|
-
background: #e4e9f2;
|
|
36039
|
-
margin: 16px 0;
|
|
36040
|
-
}
|
|
36041
|
-
|
|
36042
36030
|
.E_c1kchka8 {
|
|
36043
36031
|
height: 100%;
|
|
36044
36032
|
width: 100%;
|
|
@@ -36573,4 +36561,75 @@ span.E_tqjc4ui {
|
|
|
36573
36561
|
}
|
|
36574
36562
|
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36575
36563
|
height: auto;
|
|
36564
|
+
}
|
|
36565
|
+
|
|
36566
|
+
.E_cevhqx7 {
|
|
36567
|
+
color: #00122e;
|
|
36568
|
+
}
|
|
36569
|
+
|
|
36570
|
+
.E_snbqlt4 {
|
|
36571
|
+
margin-top: 8px;
|
|
36572
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36573
|
+
}
|
|
36574
|
+
|
|
36575
|
+
.E_c1ss4prm {
|
|
36576
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36577
|
+
}
|
|
36578
|
+
.E_c1ss4prm li {
|
|
36579
|
+
margin-bottom: 4px;
|
|
36580
|
+
}
|
|
36581
|
+
.E_c1ss4prm li:last-child {
|
|
36582
|
+
margin-bottom: 0;
|
|
36583
|
+
}
|
|
36584
|
+
|
|
36585
|
+
.E_ms3tlei {
|
|
36586
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36587
|
+
padding: 8px;
|
|
36588
|
+
border-radius: 6px;
|
|
36589
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36590
|
+
}
|
|
36591
|
+
.E_ms3tlei li {
|
|
36592
|
+
margin-bottom: 4px;
|
|
36593
|
+
}
|
|
36594
|
+
.E_ms3tlei li:last-child {
|
|
36595
|
+
margin-bottom: 0;
|
|
36596
|
+
}
|
|
36597
|
+
|
|
36598
|
+
.E_du44iy7 {
|
|
36599
|
+
margin-bottom: 4px;
|
|
36600
|
+
}
|
|
36601
|
+
|
|
36602
|
+
.E_s1qmhanr {
|
|
36603
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36604
|
+
margin-bottom: 8px;
|
|
36605
|
+
}
|
|
36606
|
+
|
|
36607
|
+
.E_drje1h0 {
|
|
36608
|
+
height: 1px;
|
|
36609
|
+
background: #e4e9f2;
|
|
36610
|
+
margin: 16px 0;
|
|
36611
|
+
}
|
|
36612
|
+
|
|
36613
|
+
.E_l12xdkhl {
|
|
36614
|
+
width: 64px;
|
|
36615
|
+
height: 64px;
|
|
36616
|
+
max-width: 64px;
|
|
36617
|
+
max-height: 64px;
|
|
36618
|
+
overflow: hidden;
|
|
36619
|
+
display: flex;
|
|
36620
|
+
align-items: center;
|
|
36621
|
+
justify-content: center;
|
|
36622
|
+
position: relative;
|
|
36623
|
+
opacity: 0.6;
|
|
36624
|
+
}
|
|
36625
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36626
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36627
|
+
}
|
|
36628
|
+
@keyframes rotate {
|
|
36629
|
+
from {
|
|
36630
|
+
transform: rotate(0deg);
|
|
36631
|
+
}
|
|
36632
|
+
to {
|
|
36633
|
+
transform: rotate(360deg);
|
|
36634
|
+
}
|
|
36576
36635
|
}
|