@cloudtower/eagle 0.34.26 → 0.34.28
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/antd.js +4 -4
- package/dist/cjs/core/AutoComplete/AutoComplete.js +42 -0
- package/dist/cjs/index.js +6 -4
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1401 -1401
- package/dist/esm/antd.js +1 -1
- package/dist/esm/core/AutoComplete/AutoComplete.js +35 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1638 -1638
- package/dist/src/antd.d.ts +1 -1
- package/dist/src/core/AutoComplete/AutoComplete.d.ts +3 -0
- package/dist/src/core/AutoComplete/index.d.ts +1 -0
- package/dist/src/core/index.d.ts +1 -0
- package/dist/stories/docs/core/AutoComplete.stories.d.ts +41 -0
- package/dist/style.css +1401 -1401
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,97 +29673,6 @@ body {
|
|
|
29673
29673
|
overflow-x: auto;
|
|
29674
29674
|
}
|
|
29675
29675
|
|
|
29676
|
-
.E_c18gxmrl {
|
|
29677
|
-
border: 1px solid #d8deeb;
|
|
29678
|
-
border-radius: 4px;
|
|
29679
|
-
}
|
|
29680
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
29681
|
-
margin-top: 8px;
|
|
29682
|
-
}
|
|
29683
|
-
.E_c18gxmrl:hover {
|
|
29684
|
-
border-color: #0080ff;
|
|
29685
|
-
}
|
|
29686
|
-
.E_c18gxmrl:hover > header {
|
|
29687
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29688
|
-
}
|
|
29689
|
-
.E_c18gxmrl.active header {
|
|
29690
|
-
border-bottom: 1px solid #d8deeb;
|
|
29691
|
-
}
|
|
29692
|
-
.E_c18gxmrl > header {
|
|
29693
|
-
padding: 8px 12px;
|
|
29694
|
-
}
|
|
29695
|
-
|
|
29696
|
-
.E_m74vjol {
|
|
29697
|
-
display: flex;
|
|
29698
|
-
justify-content: space-between;
|
|
29699
|
-
width: 100%;
|
|
29700
|
-
}
|
|
29701
|
-
.E_m74vjol .action {
|
|
29702
|
-
margin-left: 16px;
|
|
29703
|
-
}
|
|
29704
|
-
|
|
29705
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29706
|
-
padding-right: 12px;
|
|
29707
|
-
}
|
|
29708
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29709
|
-
height: fit-content;
|
|
29710
|
-
margin-left: 16px;
|
|
29711
|
-
}
|
|
29712
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29713
|
-
flex: 1;
|
|
29714
|
-
}
|
|
29715
|
-
|
|
29716
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29717
|
-
padding: 4px 8px 0 8px;
|
|
29718
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29719
|
-
font-size: 12px;
|
|
29720
|
-
}
|
|
29721
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29722
|
-
padding-bottom: 6px;
|
|
29723
|
-
}
|
|
29724
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29725
|
-
padding-top: 4px;
|
|
29726
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29727
|
-
}
|
|
29728
|
-
|
|
29729
|
-
.E_berrcjl {
|
|
29730
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29731
|
-
margin-bottom: 4px;
|
|
29732
|
-
}
|
|
29733
|
-
.E_berrcjl .breadcrumb-link {
|
|
29734
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29735
|
-
cursor: pointer;
|
|
29736
|
-
transition: color 160ms ease;
|
|
29737
|
-
}
|
|
29738
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29739
|
-
color: #0080ff;
|
|
29740
|
-
}
|
|
29741
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29742
|
-
color: #005ed1;
|
|
29743
|
-
}
|
|
29744
|
-
|
|
29745
|
-
.E_c1uzzomf {
|
|
29746
|
-
margin-bottom: 16px;
|
|
29747
|
-
}
|
|
29748
|
-
.E_c1uzzomf .card-title {
|
|
29749
|
-
font-size: 16px;
|
|
29750
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29751
|
-
font-weight: 700;
|
|
29752
|
-
line-height: 32px;
|
|
29753
|
-
}
|
|
29754
|
-
.E_c1uzzomf .card-body {
|
|
29755
|
-
padding: 24px;
|
|
29756
|
-
border-radius: 8px;
|
|
29757
|
-
background: #fff;
|
|
29758
|
-
}
|
|
29759
|
-
.E_c1uzzomf .empty {
|
|
29760
|
-
font-weight: 700;
|
|
29761
|
-
font-size: 14px;
|
|
29762
|
-
line-height: 22px;
|
|
29763
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29764
|
-
text-align: center;
|
|
29765
|
-
}
|
|
29766
|
-
|
|
29767
29676
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29768
29677
|
justify-content: center;
|
|
29769
29678
|
}
|
|
@@ -30021,87 +29930,24 @@ body {
|
|
|
30021
29930
|
justify-content: center;
|
|
30022
29931
|
}
|
|
30023
29932
|
|
|
30024
|
-
.
|
|
30025
|
-
|
|
30026
|
-
|
|
30027
|
-
min-width: 285px;
|
|
30028
|
-
}
|
|
30029
|
-
.E_d1bw7c5z .center {
|
|
30030
|
-
position: absolute;
|
|
30031
|
-
font-size: 12px;
|
|
30032
|
-
width: 80px;
|
|
30033
|
-
height: 100px;
|
|
30034
|
-
top: 0;
|
|
30035
|
-
left: 35px;
|
|
30036
|
-
display: flex;
|
|
30037
|
-
flex-direction: column;
|
|
30038
|
-
justify-content: center;
|
|
30039
|
-
align-items: center;
|
|
30040
|
-
color: #00122e;
|
|
30041
|
-
}
|
|
30042
|
-
.E_d1bw7c5z .center .number {
|
|
30043
|
-
font-size: 24px;
|
|
30044
|
-
font-weight: 700;
|
|
30045
|
-
}
|
|
30046
|
-
.E_d1bw7c5z .center .text {
|
|
30047
|
-
padding: 0 5px;
|
|
30048
|
-
font-size: 12px;
|
|
30049
|
-
width: inherit;
|
|
30050
|
-
text-align: center;
|
|
30051
|
-
}
|
|
30052
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
30053
|
-
display: flex;
|
|
30054
|
-
}
|
|
30055
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30056
|
-
position: relative !important;
|
|
30057
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30058
|
-
left: 0 !important;
|
|
30059
|
-
bottom: 0 !important;
|
|
30060
|
-
display: flex;
|
|
30061
|
-
align-items: center;
|
|
30062
|
-
}
|
|
30063
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30064
|
-
width: 100%;
|
|
30065
|
-
}
|
|
30066
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30067
|
-
width: 100%;
|
|
30068
|
-
margin-right: 0 !important;
|
|
30069
|
-
line-height: 18px;
|
|
30070
|
-
}
|
|
30071
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30072
|
-
border-radius: 2px;
|
|
30073
|
-
}
|
|
30074
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30075
|
-
min-width: 75px;
|
|
30076
|
-
max-width: 198px;
|
|
30077
|
-
width: calc(100% - 20px);
|
|
30078
|
-
margin-left: 2px;
|
|
30079
|
-
color: #00122e !important;
|
|
30080
|
-
display: inline-flex;
|
|
30081
|
-
justify-content: space-between;
|
|
29933
|
+
.E_c18gxmrl {
|
|
29934
|
+
border: 1px solid #d8deeb;
|
|
29935
|
+
border-radius: 4px;
|
|
30082
29936
|
}
|
|
30083
|
-
.
|
|
30084
|
-
|
|
30085
|
-
cursor: pointer;
|
|
30086
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30087
|
-
overflow: hidden;
|
|
30088
|
-
text-overflow: ellipsis;
|
|
30089
|
-
white-space: nowrap;
|
|
29937
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29938
|
+
margin-top: 8px;
|
|
30090
29939
|
}
|
|
30091
|
-
.
|
|
30092
|
-
color:
|
|
29940
|
+
.E_c18gxmrl:hover {
|
|
29941
|
+
border-color: #0080ff;
|
|
30093
29942
|
}
|
|
30094
|
-
|
|
30095
|
-
.
|
|
30096
|
-
width: 140px;
|
|
29943
|
+
.E_c18gxmrl:hover > header {
|
|
29944
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30097
29945
|
}
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30100
|
-
display: flex;
|
|
30101
|
-
justify-content: space-between;
|
|
29946
|
+
.E_c18gxmrl.active header {
|
|
29947
|
+
border-bottom: 1px solid #d8deeb;
|
|
30102
29948
|
}
|
|
30103
|
-
.
|
|
30104
|
-
|
|
29949
|
+
.E_c18gxmrl > header {
|
|
29950
|
+
padding: 8px 12px;
|
|
30105
29951
|
}
|
|
30106
29952
|
|
|
30107
29953
|
.E_b1nip9bk {
|
|
@@ -30133,19 +29979,62 @@ body {
|
|
|
30133
29979
|
border-radius: unset;
|
|
30134
29980
|
}
|
|
30135
29981
|
|
|
30136
|
-
.
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
-
min-height: 124px;
|
|
30140
|
-
display: flex;
|
|
30141
|
-
flex-direction: column;
|
|
30142
|
-
justify-content: center;
|
|
30143
|
-
align-items: center;
|
|
29982
|
+
.E_berrcjl {
|
|
29983
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29984
|
+
margin-bottom: 4px;
|
|
30144
29985
|
}
|
|
30145
|
-
.
|
|
29986
|
+
.E_berrcjl .breadcrumb-link {
|
|
30146
29987
|
color: rgba(10, 37, 85, 0.6);
|
|
29988
|
+
cursor: pointer;
|
|
29989
|
+
transition: color 160ms ease;
|
|
29990
|
+
}
|
|
29991
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29992
|
+
color: #0080ff;
|
|
29993
|
+
}
|
|
29994
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29995
|
+
color: #005ed1;
|
|
29996
|
+
}
|
|
29997
|
+
|
|
29998
|
+
.E_m74vjol {
|
|
29999
|
+
display: flex;
|
|
30000
|
+
justify-content: space-between;
|
|
30001
|
+
width: 100%;
|
|
30002
|
+
}
|
|
30003
|
+
.E_m74vjol .action {
|
|
30004
|
+
margin-left: 16px;
|
|
30005
|
+
}
|
|
30006
|
+
|
|
30007
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30008
|
+
padding-right: 12px;
|
|
30009
|
+
}
|
|
30010
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30011
|
+
height: fit-content;
|
|
30012
|
+
margin-left: 16px;
|
|
30013
|
+
}
|
|
30014
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30015
|
+
flex: 1;
|
|
30016
|
+
}
|
|
30017
|
+
|
|
30018
|
+
.E_c1uzzomf {
|
|
30147
30019
|
margin-bottom: 16px;
|
|
30148
|
-
|
|
30020
|
+
}
|
|
30021
|
+
.E_c1uzzomf .card-title {
|
|
30022
|
+
font-size: 16px;
|
|
30023
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30024
|
+
font-weight: 700;
|
|
30025
|
+
line-height: 32px;
|
|
30026
|
+
}
|
|
30027
|
+
.E_c1uzzomf .card-body {
|
|
30028
|
+
padding: 24px;
|
|
30029
|
+
border-radius: 8px;
|
|
30030
|
+
background: #fff;
|
|
30031
|
+
}
|
|
30032
|
+
.E_c1uzzomf .empty {
|
|
30033
|
+
font-weight: 700;
|
|
30034
|
+
font-size: 14px;
|
|
30035
|
+
line-height: 22px;
|
|
30036
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30037
|
+
text-align: center;
|
|
30149
30038
|
}
|
|
30150
30039
|
|
|
30151
30040
|
.E_f7pxqmh {
|
|
@@ -30182,10 +30071,6 @@ body {
|
|
|
30182
30071
|
min-height: 0px;
|
|
30183
30072
|
}
|
|
30184
30073
|
|
|
30185
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30186
|
-
line-height: 18px;
|
|
30187
|
-
}
|
|
30188
|
-
|
|
30189
30074
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30190
30075
|
display: var(--ai7qkf2-0);
|
|
30191
30076
|
}
|
|
@@ -30246,12 +30131,52 @@ body {
|
|
|
30246
30131
|
padding: 2px 8px;
|
|
30247
30132
|
}
|
|
30248
30133
|
|
|
30249
|
-
.
|
|
30250
|
-
display: flex;
|
|
30251
|
-
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
|
|
30134
|
+
.E_iouxfgt {
|
|
30135
|
+
display: inline-flex;
|
|
30136
|
+
align-items: center;
|
|
30137
|
+
}
|
|
30138
|
+
.E_iouxfgt .icon-inner {
|
|
30139
|
+
display: inline-flex;
|
|
30140
|
+
align-items: center;
|
|
30141
|
+
justify-content: center;
|
|
30142
|
+
}
|
|
30143
|
+
.E_iouxfgt .icon-inner + span,
|
|
30144
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30145
|
+
margin-left: 4px;
|
|
30146
|
+
}
|
|
30147
|
+
.E_iouxfgt.is-rotate img,
|
|
30148
|
+
.E_iouxfgt.is-rotate svg {
|
|
30149
|
+
animation: rotate 680ms linear infinite;
|
|
30150
|
+
}
|
|
30151
|
+
|
|
30152
|
+
.E_fzh9mnb {
|
|
30153
|
+
width: 100%;
|
|
30154
|
+
height: 100%;
|
|
30155
|
+
min-height: 124px;
|
|
30156
|
+
display: flex;
|
|
30157
|
+
flex-direction: column;
|
|
30158
|
+
justify-content: center;
|
|
30159
|
+
align-items: center;
|
|
30160
|
+
}
|
|
30161
|
+
.E_fzh9mnb .error-text {
|
|
30162
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30163
|
+
margin-bottom: 16px;
|
|
30164
|
+
font-size: 18px;
|
|
30165
|
+
}
|
|
30166
|
+
|
|
30167
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30168
|
+
margin-left: 8px;
|
|
30169
|
+
}
|
|
30170
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30171
|
+
padding: 2px 7px 2px 12px;
|
|
30172
|
+
}
|
|
30173
|
+
|
|
30174
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30175
|
+
display: flex;
|
|
30176
|
+
}
|
|
30177
|
+
.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 {
|
|
30178
|
+
border-bottom-left-radius: 5px;
|
|
30179
|
+
border-top-left-radius: 5px;
|
|
30255
30180
|
}
|
|
30256
30181
|
.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 {
|
|
30257
30182
|
border-bottom-right-radius: 5px;
|
|
@@ -30271,6 +30196,106 @@ body {
|
|
|
30271
30196
|
margin-right: 4px;
|
|
30272
30197
|
}
|
|
30273
30198
|
|
|
30199
|
+
.E_d1bw7c5z {
|
|
30200
|
+
position: relative;
|
|
30201
|
+
max-width: 388px;
|
|
30202
|
+
min-width: 285px;
|
|
30203
|
+
}
|
|
30204
|
+
.E_d1bw7c5z .center {
|
|
30205
|
+
position: absolute;
|
|
30206
|
+
font-size: 12px;
|
|
30207
|
+
width: 80px;
|
|
30208
|
+
height: 100px;
|
|
30209
|
+
top: 0;
|
|
30210
|
+
left: 35px;
|
|
30211
|
+
display: flex;
|
|
30212
|
+
flex-direction: column;
|
|
30213
|
+
justify-content: center;
|
|
30214
|
+
align-items: center;
|
|
30215
|
+
color: #00122e;
|
|
30216
|
+
}
|
|
30217
|
+
.E_d1bw7c5z .center .number {
|
|
30218
|
+
font-size: 24px;
|
|
30219
|
+
font-weight: 700;
|
|
30220
|
+
}
|
|
30221
|
+
.E_d1bw7c5z .center .text {
|
|
30222
|
+
padding: 0 5px;
|
|
30223
|
+
font-size: 12px;
|
|
30224
|
+
width: inherit;
|
|
30225
|
+
text-align: center;
|
|
30226
|
+
}
|
|
30227
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30228
|
+
display: flex;
|
|
30229
|
+
}
|
|
30230
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30231
|
+
position: relative !important;
|
|
30232
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30233
|
+
left: 0 !important;
|
|
30234
|
+
bottom: 0 !important;
|
|
30235
|
+
display: flex;
|
|
30236
|
+
align-items: center;
|
|
30237
|
+
}
|
|
30238
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30239
|
+
width: 100%;
|
|
30240
|
+
}
|
|
30241
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30242
|
+
width: 100%;
|
|
30243
|
+
margin-right: 0 !important;
|
|
30244
|
+
line-height: 18px;
|
|
30245
|
+
}
|
|
30246
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30247
|
+
border-radius: 2px;
|
|
30248
|
+
}
|
|
30249
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30250
|
+
min-width: 75px;
|
|
30251
|
+
max-width: 198px;
|
|
30252
|
+
width: calc(100% - 20px);
|
|
30253
|
+
margin-left: 2px;
|
|
30254
|
+
color: #00122e !important;
|
|
30255
|
+
display: inline-flex;
|
|
30256
|
+
justify-content: space-between;
|
|
30257
|
+
}
|
|
30258
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30259
|
+
maxwidth: calc(100% - 12px);
|
|
30260
|
+
cursor: pointer;
|
|
30261
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30262
|
+
overflow: hidden;
|
|
30263
|
+
text-overflow: ellipsis;
|
|
30264
|
+
white-space: nowrap;
|
|
30265
|
+
}
|
|
30266
|
+
.E_d1bw7c5z .value {
|
|
30267
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30268
|
+
}
|
|
30269
|
+
|
|
30270
|
+
.E_t10pqbtc {
|
|
30271
|
+
width: 140px;
|
|
30272
|
+
}
|
|
30273
|
+
.E_t10pqbtc .item {
|
|
30274
|
+
margin: 6px auto;
|
|
30275
|
+
display: flex;
|
|
30276
|
+
justify-content: space-between;
|
|
30277
|
+
}
|
|
30278
|
+
.E_t10pqbtc .item .name {
|
|
30279
|
+
width: 102px;
|
|
30280
|
+
}
|
|
30281
|
+
|
|
30282
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30283
|
+
line-height: 18px;
|
|
30284
|
+
}
|
|
30285
|
+
|
|
30286
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30287
|
+
padding: 4px 8px 0 8px;
|
|
30288
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30289
|
+
font-size: 12px;
|
|
30290
|
+
}
|
|
30291
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30292
|
+
padding-bottom: 6px;
|
|
30293
|
+
}
|
|
30294
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30295
|
+
padding-top: 4px;
|
|
30296
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30297
|
+
}
|
|
30298
|
+
|
|
30274
30299
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30275
30300
|
display: var(--a1wfy30z-0);
|
|
30276
30301
|
}
|
|
@@ -30302,41 +30327,6 @@ body {
|
|
|
30302
30327
|
font-size: inherit;
|
|
30303
30328
|
}
|
|
30304
30329
|
|
|
30305
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30306
|
-
margin-left: 8px;
|
|
30307
|
-
}
|
|
30308
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30309
|
-
padding: 2px 7px 2px 12px;
|
|
30310
|
-
}
|
|
30311
|
-
|
|
30312
|
-
.E_iouxfgt {
|
|
30313
|
-
display: inline-flex;
|
|
30314
|
-
align-items: center;
|
|
30315
|
-
}
|
|
30316
|
-
.E_iouxfgt .icon-inner {
|
|
30317
|
-
display: inline-flex;
|
|
30318
|
-
align-items: center;
|
|
30319
|
-
justify-content: center;
|
|
30320
|
-
}
|
|
30321
|
-
.E_iouxfgt .icon-inner + span,
|
|
30322
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30323
|
-
margin-left: 4px;
|
|
30324
|
-
}
|
|
30325
|
-
.E_iouxfgt.is-rotate img,
|
|
30326
|
-
.E_iouxfgt.is-rotate svg {
|
|
30327
|
-
animation: rotate 680ms linear infinite;
|
|
30328
|
-
}
|
|
30329
|
-
|
|
30330
|
-
.E_ivqqkzv {
|
|
30331
|
-
height: 24px;
|
|
30332
|
-
width: 56px !important;
|
|
30333
|
-
margin-right: 4px;
|
|
30334
|
-
}
|
|
30335
|
-
|
|
30336
|
-
.E_c1wk4q29 {
|
|
30337
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30338
|
-
}
|
|
30339
|
-
|
|
30340
30330
|
.E_phljevk {
|
|
30341
30331
|
display: flex;
|
|
30342
30332
|
justify-content: space-between;
|
|
@@ -30540,15 +30530,6 @@ body {
|
|
|
30540
30530
|
width: 36px;
|
|
30541
30531
|
}
|
|
30542
30532
|
|
|
30543
|
-
.E_owd0kml {
|
|
30544
|
-
display: inline-block;
|
|
30545
|
-
}
|
|
30546
|
-
|
|
30547
|
-
.E_h1jsgezc {
|
|
30548
|
-
visibility: hidden;
|
|
30549
|
-
position: absolute;
|
|
30550
|
-
}
|
|
30551
|
-
|
|
30552
30533
|
.E_i11gg7mj .ant-input-prefix {
|
|
30553
30534
|
margin-right: 8px;
|
|
30554
30535
|
}
|
|
@@ -30575,68 +30556,228 @@ body {
|
|
|
30575
30556
|
cursor: not-allowed;
|
|
30576
30557
|
}
|
|
30577
30558
|
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30580
|
-
height: 14px;
|
|
30581
|
-
width: 14px;
|
|
30582
|
-
border-radius: 50%;
|
|
30583
|
-
flex-shrink: 0;
|
|
30584
|
-
display: flex;
|
|
30585
|
-
align-items: center;
|
|
30586
|
-
justify-content: center;
|
|
30587
|
-
border: 1px solid var(--color);
|
|
30588
|
-
}
|
|
30589
|
-
.E_c1bus5hc .circle-inner {
|
|
30590
|
-
position: relative;
|
|
30591
|
-
height: 10px;
|
|
30592
|
-
width: 10px;
|
|
30593
|
-
border-radius: 50%;
|
|
30594
|
-
overflow: hidden;
|
|
30595
|
-
}
|
|
30596
|
-
.E_c1bus5hc .circle-content {
|
|
30597
|
-
position: absolute;
|
|
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);
|
|
30559
|
+
.E_owd0kml {
|
|
30560
|
+
display: inline-block;
|
|
30605
30561
|
}
|
|
30606
|
-
|
|
30562
|
+
|
|
30563
|
+
.E_h1jsgezc {
|
|
30564
|
+
visibility: hidden;
|
|
30607
30565
|
position: absolute;
|
|
30608
|
-
height: 100%;
|
|
30609
|
-
width: 100%;
|
|
30610
|
-
left: 0;
|
|
30611
|
-
top: 0;
|
|
30612
|
-
margin-left: 50%;
|
|
30613
|
-
transform-origin: left;
|
|
30614
|
-
background: white;
|
|
30615
|
-
transform: rotate(0deg);
|
|
30616
30566
|
}
|
|
30617
30567
|
|
|
30618
|
-
.
|
|
30619
|
-
|
|
30620
|
-
|
|
30568
|
+
.E_ivqqkzv {
|
|
30569
|
+
height: 24px;
|
|
30570
|
+
width: 56px !important;
|
|
30571
|
+
margin-right: 4px;
|
|
30621
30572
|
}
|
|
30622
30573
|
|
|
30623
|
-
.
|
|
30624
|
-
|
|
30625
|
-
width: 100%;
|
|
30626
|
-
margin: 0 auto;
|
|
30627
|
-
height: 100%;
|
|
30574
|
+
.E_c1wk4q29 {
|
|
30575
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30628
30576
|
}
|
|
30629
30577
|
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
|
|
30578
|
+
.E_s1dizucg.ant-switch {
|
|
30579
|
+
min-width: 40px;
|
|
30580
|
+
height: 24px;
|
|
30581
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30582
|
+
overflow: hidden;
|
|
30635
30583
|
}
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30638
|
-
|
|
30639
|
-
|
|
30584
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30585
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30586
|
+
}
|
|
30587
|
+
.E_s1dizucg.ant-switch-small {
|
|
30588
|
+
min-width: 26px;
|
|
30589
|
+
height: 16px;
|
|
30590
|
+
}
|
|
30591
|
+
.E_s1dizucg.ant-switch-large {
|
|
30592
|
+
min-width: 52px;
|
|
30593
|
+
height: 32px;
|
|
30594
|
+
}
|
|
30595
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30596
|
+
height: 20px;
|
|
30597
|
+
width: 20px;
|
|
30598
|
+
}
|
|
30599
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30600
|
+
border-radius: 10px;
|
|
30601
|
+
transition-delay: 120ms;
|
|
30602
|
+
}
|
|
30603
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30604
|
+
height: 14px;
|
|
30605
|
+
width: 14px;
|
|
30606
|
+
top: 1px;
|
|
30607
|
+
left: 1px;
|
|
30608
|
+
}
|
|
30609
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30610
|
+
height: 28px;
|
|
30611
|
+
width: 28px;
|
|
30612
|
+
}
|
|
30613
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30614
|
+
border-radius: 14px;
|
|
30615
|
+
}
|
|
30616
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30617
|
+
background-color: #00ba5d;
|
|
30618
|
+
}
|
|
30619
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30620
|
+
left: calc(100% - 20px - 2px);
|
|
30621
|
+
}
|
|
30622
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30623
|
+
left: calc(100% - 14px - 1px);
|
|
30624
|
+
}
|
|
30625
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30626
|
+
left: calc(100% - 28px - 2px);
|
|
30627
|
+
}
|
|
30628
|
+
|
|
30629
|
+
.E_c1up6e3y {
|
|
30630
|
+
margin-left: 5px;
|
|
30631
|
+
}
|
|
30632
|
+
|
|
30633
|
+
.E_tju3gfj .date {
|
|
30634
|
+
margin-right: 4px;
|
|
30635
|
+
}
|
|
30636
|
+
|
|
30637
|
+
.E_c1bus5hc {
|
|
30638
|
+
--color: white;
|
|
30639
|
+
height: 14px;
|
|
30640
|
+
width: 14px;
|
|
30641
|
+
border-radius: 50%;
|
|
30642
|
+
flex-shrink: 0;
|
|
30643
|
+
display: flex;
|
|
30644
|
+
align-items: center;
|
|
30645
|
+
justify-content: center;
|
|
30646
|
+
border: 1px solid var(--color);
|
|
30647
|
+
}
|
|
30648
|
+
.E_c1bus5hc .circle-inner {
|
|
30649
|
+
position: relative;
|
|
30650
|
+
height: 10px;
|
|
30651
|
+
width: 10px;
|
|
30652
|
+
border-radius: 50%;
|
|
30653
|
+
overflow: hidden;
|
|
30654
|
+
}
|
|
30655
|
+
.E_c1bus5hc .circle-content {
|
|
30656
|
+
position: absolute;
|
|
30657
|
+
height: 100%;
|
|
30658
|
+
width: 100%;
|
|
30659
|
+
left: 0;
|
|
30660
|
+
top: 0;
|
|
30661
|
+
border-radius: 50%;
|
|
30662
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30663
|
+
transform: rotate(180deg);
|
|
30664
|
+
}
|
|
30665
|
+
.E_c1bus5hc .circle-child {
|
|
30666
|
+
position: absolute;
|
|
30667
|
+
height: 100%;
|
|
30668
|
+
width: 100%;
|
|
30669
|
+
left: 0;
|
|
30670
|
+
top: 0;
|
|
30671
|
+
margin-left: 50%;
|
|
30672
|
+
transform-origin: left;
|
|
30673
|
+
background: white;
|
|
30674
|
+
transform: rotate(0deg);
|
|
30675
|
+
}
|
|
30676
|
+
|
|
30677
|
+
.E_s1sck0th {
|
|
30678
|
+
padding: 0 8px;
|
|
30679
|
+
border-radius: 4px;
|
|
30680
|
+
}
|
|
30681
|
+
|
|
30682
|
+
.E_m855nr1 {
|
|
30683
|
+
padding: 2px 8px;
|
|
30684
|
+
border-radius: 3px;
|
|
30685
|
+
}
|
|
30686
|
+
|
|
30687
|
+
.E_l1270xpg {
|
|
30688
|
+
padding: 3px 8px;
|
|
30689
|
+
border-radius: 2px;
|
|
30690
|
+
}
|
|
30691
|
+
|
|
30692
|
+
.E_t14rextb.ant-tag:hover {
|
|
30693
|
+
opacity: unset;
|
|
30694
|
+
}
|
|
30695
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30696
|
+
margin: 0;
|
|
30697
|
+
margin-right: 8px;
|
|
30698
|
+
display: inline-flex;
|
|
30699
|
+
align-items: center;
|
|
30700
|
+
border: none;
|
|
30701
|
+
}
|
|
30702
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30703
|
+
width: 16px;
|
|
30704
|
+
height: 16px;
|
|
30705
|
+
color: inherit;
|
|
30706
|
+
margin-left: 4px;
|
|
30707
|
+
opacity: 0.6;
|
|
30708
|
+
display: inline-flex;
|
|
30709
|
+
}
|
|
30710
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30711
|
+
opacity: 1;
|
|
30712
|
+
}
|
|
30713
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30714
|
+
color: #0080ff;
|
|
30715
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30716
|
+
}
|
|
30717
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30718
|
+
color: #f0483e;
|
|
30719
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30720
|
+
}
|
|
30721
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30722
|
+
color: #e07f00;
|
|
30723
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30724
|
+
}
|
|
30725
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30726
|
+
color: #008f4c;
|
|
30727
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30728
|
+
}
|
|
30729
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30730
|
+
color: #1d326c;
|
|
30731
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30732
|
+
}
|
|
30733
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30734
|
+
color: #7E41FF;
|
|
30735
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30736
|
+
}
|
|
30737
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30738
|
+
color: #fff;
|
|
30739
|
+
}
|
|
30740
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30741
|
+
background-color: #f0483e;
|
|
30742
|
+
}
|
|
30743
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30744
|
+
background-color: #fea008;
|
|
30745
|
+
}
|
|
30746
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30747
|
+
background-color: #00ba5d;
|
|
30748
|
+
}
|
|
30749
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30750
|
+
background-color: #0080ff;
|
|
30751
|
+
}
|
|
30752
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30753
|
+
background-color: #6b7d99;
|
|
30754
|
+
}
|
|
30755
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30756
|
+
background-color: #7E41FF;
|
|
30757
|
+
}
|
|
30758
|
+
|
|
30759
|
+
.E_cnujxq2 {
|
|
30760
|
+
display: flex;
|
|
30761
|
+
flex-direction: column;
|
|
30762
|
+
}
|
|
30763
|
+
|
|
30764
|
+
.E_m7s48ia {
|
|
30765
|
+
max-width: 1120px;
|
|
30766
|
+
width: 100%;
|
|
30767
|
+
margin: 0 auto;
|
|
30768
|
+
height: 100%;
|
|
30769
|
+
}
|
|
30770
|
+
|
|
30771
|
+
.E_wt5zbg6 {
|
|
30772
|
+
max-width: 1120px;
|
|
30773
|
+
width: 100%;
|
|
30774
|
+
margin: 0 auto;
|
|
30775
|
+
display: flex;
|
|
30776
|
+
}
|
|
30777
|
+
.E_wt5zbg6 .left,
|
|
30778
|
+
.E_wt5zbg6 .right {
|
|
30779
|
+
flex-grow: 0;
|
|
30780
|
+
flex-shrink: 0;
|
|
30640
30781
|
flex-basis: 21%;
|
|
30641
30782
|
}
|
|
30642
30783
|
.E_wt5zbg6 .left {
|
|
@@ -31305,51 +31446,172 @@ input.E_rf8rlle.ant-input {
|
|
|
31305
31446
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31306
31447
|
}
|
|
31307
31448
|
|
|
31308
|
-
.
|
|
31309
|
-
|
|
31449
|
+
.E_s1dni7lo {
|
|
31450
|
+
width: 430px !important;
|
|
31310
31451
|
}
|
|
31311
31452
|
|
|
31312
|
-
.
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
|
|
31453
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31454
|
+
padding: 8px 16px;
|
|
31455
|
+
line-height: 18px;
|
|
31456
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31457
|
+
height: 34px;
|
|
31458
|
+
min-height: 34px;
|
|
31459
|
+
box-sizing: border-box;
|
|
31460
|
+
margin-top: 8px;
|
|
31318
31461
|
}
|
|
31319
31462
|
|
|
31320
|
-
.
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31463
|
+
.E_o1ugr09p {
|
|
31464
|
+
display: flex;
|
|
31465
|
+
flex-direction: column;
|
|
31466
|
+
margin: 1px 8px;
|
|
31467
|
+
padding: 8px;
|
|
31468
|
+
border-radius: 4px;
|
|
31326
31469
|
}
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
font-family: Inter;
|
|
31330
|
-
font-style: normal;
|
|
31331
|
-
font-weight: normal;
|
|
31332
|
-
font-size: 32px;
|
|
31333
|
-
line-height: 40px;
|
|
31470
|
+
.E_o1ugr09p .selected-icon {
|
|
31471
|
+
display: none;
|
|
31334
31472
|
}
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
font-family: Inter;
|
|
31338
|
-
font-style: normal;
|
|
31339
|
-
font-weight: bold;
|
|
31340
|
-
font-size: 20px;
|
|
31341
|
-
line-height: 24px;
|
|
31473
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31474
|
+
padding-left: 8px;
|
|
31342
31475
|
}
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
font-family: Inter;
|
|
31346
|
-
font-style: normal;
|
|
31347
|
-
font-weight: normal;
|
|
31348
|
-
font-size: 20px;
|
|
31349
|
-
line-height: 24px;
|
|
31476
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31477
|
+
background-color: white;
|
|
31350
31478
|
}
|
|
31351
|
-
|
|
31352
|
-
|
|
31479
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31480
|
+
color: #0080ff;
|
|
31481
|
+
}
|
|
31482
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31483
|
+
display: block;
|
|
31484
|
+
}
|
|
31485
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31486
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31487
|
+
}
|
|
31488
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31489
|
+
color: #0080ff;
|
|
31490
|
+
}
|
|
31491
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31492
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31493
|
+
color: #0080ff;
|
|
31494
|
+
}
|
|
31495
|
+
|
|
31496
|
+
.E_o1ifxsq4 {
|
|
31497
|
+
display: flex;
|
|
31498
|
+
justify-content: space-between;
|
|
31499
|
+
height: 20px;
|
|
31500
|
+
line-height: 20px;
|
|
31501
|
+
}
|
|
31502
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31503
|
+
color: #2d3a56;
|
|
31504
|
+
overflow: hidden;
|
|
31505
|
+
text-overflow: ellipsis;
|
|
31506
|
+
}
|
|
31507
|
+
|
|
31508
|
+
.E_o1zue7 {
|
|
31509
|
+
display: flex;
|
|
31510
|
+
justify-content: space-between;
|
|
31511
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31512
|
+
height: 18px;
|
|
31513
|
+
line-height: 18px;
|
|
31514
|
+
margin-top: 2px;
|
|
31515
|
+
}
|
|
31516
|
+
|
|
31517
|
+
.E_tyfmlxg {
|
|
31518
|
+
border: none;
|
|
31519
|
+
margin-right: 0;
|
|
31520
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31521
|
+
}
|
|
31522
|
+
|
|
31523
|
+
.E_o18uybox {
|
|
31524
|
+
pointer-events: none;
|
|
31525
|
+
height: 32px;
|
|
31526
|
+
width: 100%;
|
|
31527
|
+
opacity: 0;
|
|
31528
|
+
}
|
|
31529
|
+
|
|
31530
|
+
.E_c1yyuluq {
|
|
31531
|
+
border-radius: 8px;
|
|
31532
|
+
}
|
|
31533
|
+
.E_c1yyuluq .ant-card-body {
|
|
31534
|
+
padding: 20px 24px 24px 24px;
|
|
31535
|
+
}
|
|
31536
|
+
|
|
31537
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31538
|
+
border: 0px;
|
|
31539
|
+
background-color: #fff;
|
|
31540
|
+
}
|
|
31541
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31542
|
+
padding-top: 0px;
|
|
31543
|
+
padding-bottom: 0px;
|
|
31544
|
+
padding-left: 0px !important;
|
|
31545
|
+
padding-right: 24px;
|
|
31546
|
+
}
|
|
31547
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31548
|
+
right: 0px;
|
|
31549
|
+
}
|
|
31550
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31551
|
+
padding: 0px;
|
|
31552
|
+
}
|
|
31553
|
+
|
|
31554
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31555
|
+
padding-right: 0px;
|
|
31556
|
+
cursor: default;
|
|
31557
|
+
}
|
|
31558
|
+
|
|
31559
|
+
.E_iq1gosr {
|
|
31560
|
+
display: inline-block;
|
|
31561
|
+
}
|
|
31562
|
+
|
|
31563
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31564
|
+
display: none;
|
|
31565
|
+
}
|
|
31566
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31567
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31568
|
+
border-radius: 4px;
|
|
31569
|
+
}
|
|
31570
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31571
|
+
visibility: hidden;
|
|
31572
|
+
}
|
|
31573
|
+
|
|
31574
|
+
.E_dsnbhzf {
|
|
31575
|
+
font-family: Inter;
|
|
31576
|
+
font-style: normal;
|
|
31577
|
+
font-weight: bold;
|
|
31578
|
+
font-size: 32px;
|
|
31579
|
+
line-height: 40px;
|
|
31580
|
+
}
|
|
31581
|
+
|
|
31582
|
+
.E_d1mvo22k {
|
|
31583
|
+
font-family: Inter;
|
|
31584
|
+
font-style: normal;
|
|
31585
|
+
font-weight: bold;
|
|
31586
|
+
font-size: 24px;
|
|
31587
|
+
line-height: 32px;
|
|
31588
|
+
}
|
|
31589
|
+
|
|
31590
|
+
.E_d1b444tr {
|
|
31591
|
+
font-family: Inter;
|
|
31592
|
+
font-style: normal;
|
|
31593
|
+
font-weight: normal;
|
|
31594
|
+
font-size: 32px;
|
|
31595
|
+
line-height: 40px;
|
|
31596
|
+
}
|
|
31597
|
+
|
|
31598
|
+
.E_dvs0kue {
|
|
31599
|
+
font-family: Inter;
|
|
31600
|
+
font-style: normal;
|
|
31601
|
+
font-weight: bold;
|
|
31602
|
+
font-size: 20px;
|
|
31603
|
+
line-height: 24px;
|
|
31604
|
+
}
|
|
31605
|
+
|
|
31606
|
+
.E_d1hcbfcq {
|
|
31607
|
+
font-family: Inter;
|
|
31608
|
+
font-style: normal;
|
|
31609
|
+
font-weight: normal;
|
|
31610
|
+
font-size: 20px;
|
|
31611
|
+
line-height: 24px;
|
|
31612
|
+
}
|
|
31613
|
+
|
|
31614
|
+
.E_d1cz922v {
|
|
31353
31615
|
font-family: Inter;
|
|
31354
31616
|
font-style: normal;
|
|
31355
31617
|
font-weight: bold;
|
|
@@ -31784,10 +32046,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31784
32046
|
line-height: 12px;
|
|
31785
32047
|
}
|
|
31786
32048
|
|
|
31787
|
-
.E_tju3gfj .date {
|
|
31788
|
-
margin-right: 4px;
|
|
31789
|
-
}
|
|
31790
|
-
|
|
31791
32049
|
.E_a1b5xrg3 .user-icon-inner {
|
|
31792
32050
|
display: inline-flex;
|
|
31793
32051
|
align-items: center;
|
|
@@ -31818,362 +32076,75 @@ input.E_rf8rlle.ant-input {
|
|
|
31818
32076
|
transition: all 320ms ease;
|
|
31819
32077
|
}
|
|
31820
32078
|
|
|
31821
|
-
.
|
|
31822
|
-
|
|
31823
|
-
border-radius: 4px;
|
|
31824
|
-
}
|
|
31825
|
-
|
|
31826
|
-
.E_m855nr1 {
|
|
31827
|
-
padding: 2px 8px;
|
|
31828
|
-
border-radius: 3px;
|
|
31829
|
-
}
|
|
31830
|
-
|
|
31831
|
-
.E_l1270xpg {
|
|
31832
|
-
padding: 3px 8px;
|
|
31833
|
-
border-radius: 2px;
|
|
32079
|
+
.E_m196gn1d {
|
|
32080
|
+
min-width: 1280px;
|
|
31834
32081
|
}
|
|
31835
32082
|
|
|
31836
|
-
.
|
|
31837
|
-
|
|
31838
|
-
|
|
31839
|
-
|
|
31840
|
-
|
|
31841
|
-
|
|
31842
|
-
display: inline-flex;
|
|
32083
|
+
.E_b1lj76ty {
|
|
32084
|
+
width: 100%;
|
|
32085
|
+
height: 100%;
|
|
32086
|
+
margin: 0 auto;
|
|
32087
|
+
display: flex;
|
|
32088
|
+
flex-direction: column;
|
|
31843
32089
|
align-items: center;
|
|
31844
|
-
|
|
31845
|
-
|
|
31846
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31847
|
-
width: 16px;
|
|
31848
|
-
height: 16px;
|
|
31849
|
-
color: inherit;
|
|
31850
|
-
margin-left: 4px;
|
|
31851
|
-
opacity: 0.6;
|
|
31852
|
-
display: inline-flex;
|
|
32090
|
+
justify-content: center;
|
|
32091
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31853
32092
|
}
|
|
31854
|
-
.
|
|
31855
|
-
|
|
32093
|
+
.E_b1lj76ty.large {
|
|
32094
|
+
max-width: 648px;
|
|
31856
32095
|
}
|
|
31857
|
-
.
|
|
31858
|
-
|
|
31859
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32096
|
+
.E_b1lj76ty.medium {
|
|
32097
|
+
max-width: 412px;
|
|
31860
32098
|
}
|
|
31861
|
-
.
|
|
31862
|
-
color:
|
|
31863
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32099
|
+
.E_b1lj76ty.gray {
|
|
32100
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
31864
32101
|
}
|
|
31865
|
-
.
|
|
31866
|
-
color:
|
|
31867
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32102
|
+
.E_b1lj76ty.white {
|
|
32103
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
31868
32104
|
}
|
|
31869
|
-
.
|
|
31870
|
-
|
|
31871
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32105
|
+
.E_b1lj76ty .title {
|
|
32106
|
+
margin-bottom: 4px;
|
|
31872
32107
|
}
|
|
31873
|
-
.
|
|
31874
|
-
|
|
31875
|
-
|
|
32108
|
+
.E_b1lj76ty .title,
|
|
32109
|
+
.E_b1lj76ty .desc {
|
|
32110
|
+
word-break: break-all;
|
|
32111
|
+
text-align: center;
|
|
31876
32112
|
}
|
|
31877
|
-
.
|
|
31878
|
-
|
|
31879
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32113
|
+
.E_b1lj76ty .action-button.middle {
|
|
32114
|
+
margin-top: 16px;
|
|
31880
32115
|
}
|
|
31881
|
-
.
|
|
31882
|
-
|
|
32116
|
+
.E_b1lj76ty .action-button.small {
|
|
32117
|
+
margin-top: 8px;
|
|
31883
32118
|
}
|
|
31884
|
-
|
|
31885
|
-
|
|
32119
|
+
|
|
32120
|
+
.E_hrhfj7c {
|
|
32121
|
+
display: none;
|
|
31886
32122
|
}
|
|
31887
|
-
|
|
31888
|
-
|
|
32123
|
+
|
|
32124
|
+
.E_dt9qoak .bottom {
|
|
32125
|
+
color: rgba(44, 56, 82, 0.75);
|
|
31889
32126
|
}
|
|
31890
|
-
.
|
|
31891
|
-
|
|
32127
|
+
.E_dt9qoak .left {
|
|
32128
|
+
min-width: 0;
|
|
31892
32129
|
}
|
|
31893
|
-
|
|
31894
|
-
|
|
32130
|
+
|
|
32131
|
+
.E_crhnxq5 {
|
|
32132
|
+
display: flex;
|
|
32133
|
+
flex-direction: row;
|
|
32134
|
+
justify-content: space-between;
|
|
31895
32135
|
}
|
|
31896
|
-
.
|
|
31897
|
-
|
|
32136
|
+
.E_crhnxq5 .label {
|
|
32137
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32138
|
+
font-weight: 400;
|
|
31898
32139
|
}
|
|
31899
|
-
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
|
|
31903
|
-
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
.E_s1dizucg.ant-switch {
|
|
31908
|
-
min-width: 40px;
|
|
31909
|
-
height: 24px;
|
|
31910
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31911
|
-
overflow: hidden;
|
|
31912
|
-
}
|
|
31913
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31914
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31915
|
-
}
|
|
31916
|
-
.E_s1dizucg.ant-switch-small {
|
|
31917
|
-
min-width: 26px;
|
|
31918
|
-
height: 16px;
|
|
31919
|
-
}
|
|
31920
|
-
.E_s1dizucg.ant-switch-large {
|
|
31921
|
-
min-width: 52px;
|
|
31922
|
-
height: 32px;
|
|
31923
|
-
}
|
|
31924
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31925
|
-
height: 20px;
|
|
31926
|
-
width: 20px;
|
|
31927
|
-
}
|
|
31928
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31929
|
-
border-radius: 10px;
|
|
31930
|
-
transition-delay: 120ms;
|
|
31931
|
-
}
|
|
31932
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31933
|
-
height: 14px;
|
|
31934
|
-
width: 14px;
|
|
31935
|
-
top: 1px;
|
|
31936
|
-
left: 1px;
|
|
31937
|
-
}
|
|
31938
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31939
|
-
height: 28px;
|
|
31940
|
-
width: 28px;
|
|
31941
|
-
}
|
|
31942
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31943
|
-
border-radius: 14px;
|
|
31944
|
-
}
|
|
31945
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31946
|
-
background-color: #00ba5d;
|
|
31947
|
-
}
|
|
31948
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31949
|
-
left: calc(100% - 20px - 2px);
|
|
31950
|
-
}
|
|
31951
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31952
|
-
left: calc(100% - 14px - 1px);
|
|
31953
|
-
}
|
|
31954
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31955
|
-
left: calc(100% - 28px - 2px);
|
|
31956
|
-
}
|
|
31957
|
-
|
|
31958
|
-
.E_c1up6e3y {
|
|
31959
|
-
margin-left: 5px;
|
|
31960
|
-
}
|
|
31961
|
-
|
|
31962
|
-
.E_s1dni7lo {
|
|
31963
|
-
width: 430px !important;
|
|
31964
|
-
}
|
|
31965
|
-
|
|
31966
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31967
|
-
padding: 8px 16px;
|
|
31968
|
-
line-height: 18px;
|
|
31969
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31970
|
-
height: 34px;
|
|
31971
|
-
min-height: 34px;
|
|
31972
|
-
box-sizing: border-box;
|
|
31973
|
-
margin-top: 8px;
|
|
31974
|
-
}
|
|
31975
|
-
|
|
31976
|
-
.E_o1ugr09p {
|
|
31977
|
-
display: flex;
|
|
31978
|
-
flex-direction: column;
|
|
31979
|
-
margin: 1px 8px;
|
|
31980
|
-
padding: 8px;
|
|
31981
|
-
border-radius: 4px;
|
|
31982
|
-
}
|
|
31983
|
-
.E_o1ugr09p .selected-icon {
|
|
31984
|
-
display: none;
|
|
31985
|
-
}
|
|
31986
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31987
|
-
padding-left: 8px;
|
|
31988
|
-
}
|
|
31989
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31990
|
-
background-color: white;
|
|
31991
|
-
}
|
|
31992
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31993
|
-
color: #0080ff;
|
|
31994
|
-
}
|
|
31995
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31996
|
-
display: block;
|
|
31997
|
-
}
|
|
31998
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31999
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32000
|
-
}
|
|
32001
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32002
|
-
color: #0080ff;
|
|
32003
|
-
}
|
|
32004
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32005
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32006
|
-
color: #0080ff;
|
|
32007
|
-
}
|
|
32008
|
-
|
|
32009
|
-
.E_o1ifxsq4 {
|
|
32010
|
-
display: flex;
|
|
32011
|
-
justify-content: space-between;
|
|
32012
|
-
height: 20px;
|
|
32013
|
-
line-height: 20px;
|
|
32014
|
-
}
|
|
32015
|
-
.E_o1ifxsq4 .timezone-title {
|
|
32016
|
-
color: #2d3a56;
|
|
32017
|
-
overflow: hidden;
|
|
32018
|
-
text-overflow: ellipsis;
|
|
32019
|
-
}
|
|
32020
|
-
|
|
32021
|
-
.E_o1zue7 {
|
|
32022
|
-
display: flex;
|
|
32023
|
-
justify-content: space-between;
|
|
32024
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32025
|
-
height: 18px;
|
|
32026
|
-
line-height: 18px;
|
|
32027
|
-
margin-top: 2px;
|
|
32028
|
-
}
|
|
32029
|
-
|
|
32030
|
-
.E_tyfmlxg {
|
|
32031
|
-
border: none;
|
|
32032
|
-
margin-right: 0;
|
|
32033
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32034
|
-
}
|
|
32035
|
-
|
|
32036
|
-
.E_o18uybox {
|
|
32037
|
-
pointer-events: none;
|
|
32038
|
-
height: 32px;
|
|
32039
|
-
width: 100%;
|
|
32040
|
-
opacity: 0;
|
|
32041
|
-
}
|
|
32042
|
-
|
|
32043
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32044
|
-
display: none;
|
|
32045
|
-
}
|
|
32046
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32047
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32048
|
-
border-radius: 4px;
|
|
32049
|
-
}
|
|
32050
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32051
|
-
visibility: hidden;
|
|
32052
|
-
}
|
|
32053
|
-
|
|
32054
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
32055
|
-
border: 0px;
|
|
32056
|
-
background-color: #fff;
|
|
32057
|
-
}
|
|
32058
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32059
|
-
padding-top: 0px;
|
|
32060
|
-
padding-bottom: 0px;
|
|
32061
|
-
padding-left: 0px !important;
|
|
32062
|
-
padding-right: 24px;
|
|
32063
|
-
}
|
|
32064
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32065
|
-
right: 0px;
|
|
32066
|
-
}
|
|
32067
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32068
|
-
padding: 0px;
|
|
32069
|
-
}
|
|
32070
|
-
|
|
32071
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32072
|
-
padding-right: 0px;
|
|
32073
|
-
cursor: default;
|
|
32074
|
-
}
|
|
32075
|
-
|
|
32076
|
-
.E_c1yyuluq {
|
|
32077
|
-
border-radius: 8px;
|
|
32078
|
-
}
|
|
32079
|
-
.E_c1yyuluq .ant-card-body {
|
|
32080
|
-
padding: 20px 24px 24px 24px;
|
|
32081
|
-
}
|
|
32082
|
-
|
|
32083
|
-
.E_suhck3k {
|
|
32084
|
-
height: 24px;
|
|
32085
|
-
width: 24px;
|
|
32086
|
-
border-radius: 6px;
|
|
32087
|
-
padding: 4px;
|
|
32088
|
-
}
|
|
32089
|
-
.E_suhck3k:hover {
|
|
32090
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32091
|
-
}
|
|
32092
|
-
.E_suhck3k:hover svg path {
|
|
32093
|
-
fill: blue;
|
|
32094
|
-
}
|
|
32095
|
-
|
|
32096
|
-
.E_b1lj76ty {
|
|
32097
|
-
width: 100%;
|
|
32098
|
-
height: 100%;
|
|
32099
|
-
margin: 0 auto;
|
|
32100
|
-
display: flex;
|
|
32101
|
-
flex-direction: column;
|
|
32102
|
-
align-items: center;
|
|
32103
|
-
justify-content: center;
|
|
32104
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32105
|
-
}
|
|
32106
|
-
.E_b1lj76ty.large {
|
|
32107
|
-
max-width: 648px;
|
|
32108
|
-
}
|
|
32109
|
-
.E_b1lj76ty.medium {
|
|
32110
|
-
max-width: 412px;
|
|
32111
|
-
}
|
|
32112
|
-
.E_b1lj76ty.gray {
|
|
32113
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32114
|
-
}
|
|
32115
|
-
.E_b1lj76ty.white {
|
|
32116
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32117
|
-
}
|
|
32118
|
-
.E_b1lj76ty .title {
|
|
32119
|
-
margin-bottom: 4px;
|
|
32120
|
-
}
|
|
32121
|
-
.E_b1lj76ty .title,
|
|
32122
|
-
.E_b1lj76ty .desc {
|
|
32123
|
-
word-break: break-all;
|
|
32124
|
-
text-align: center;
|
|
32125
|
-
}
|
|
32126
|
-
.E_b1lj76ty .action-button.middle {
|
|
32127
|
-
margin-top: 16px;
|
|
32128
|
-
}
|
|
32129
|
-
.E_b1lj76ty .action-button.small {
|
|
32130
|
-
margin-top: 8px;
|
|
32131
|
-
}
|
|
32132
|
-
|
|
32133
|
-
.E_ryby9ds {
|
|
32134
|
-
display: flex;
|
|
32135
|
-
align-items: center;
|
|
32136
|
-
}
|
|
32137
|
-
.E_ryby9ds .order {
|
|
32138
|
-
height: 24px;
|
|
32139
|
-
width: 24px;
|
|
32140
|
-
border-radius: 20px;
|
|
32141
|
-
color: #0080ff;
|
|
32142
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32143
|
-
display: flex;
|
|
32144
|
-
align-items: center;
|
|
32145
|
-
justify-content: center;
|
|
32146
|
-
margin-right: 6px;
|
|
32147
|
-
}
|
|
32148
|
-
|
|
32149
|
-
.E_hrhfj7c {
|
|
32150
|
-
display: none;
|
|
32151
|
-
}
|
|
32152
|
-
|
|
32153
|
-
.E_dt9qoak .bottom {
|
|
32154
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32155
|
-
}
|
|
32156
|
-
.E_dt9qoak .left {
|
|
32157
|
-
min-width: 0;
|
|
32158
|
-
}
|
|
32159
|
-
|
|
32160
|
-
.E_crhnxq5 {
|
|
32161
|
-
display: flex;
|
|
32162
|
-
flex-direction: row;
|
|
32163
|
-
justify-content: space-between;
|
|
32164
|
-
}
|
|
32165
|
-
.E_crhnxq5 .label {
|
|
32166
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32167
|
-
font-weight: 400;
|
|
32168
|
-
}
|
|
32169
|
-
|
|
32170
|
-
.E_c1iq43vd {
|
|
32171
|
-
display: flex;
|
|
32172
|
-
flex-direction: column;
|
|
32173
|
-
justify-content: center;
|
|
32174
|
-
align-items: center;
|
|
32175
|
-
height: 240px;
|
|
32176
|
-
width: 432px;
|
|
32140
|
+
|
|
32141
|
+
.E_c1iq43vd {
|
|
32142
|
+
display: flex;
|
|
32143
|
+
flex-direction: column;
|
|
32144
|
+
justify-content: center;
|
|
32145
|
+
align-items: center;
|
|
32146
|
+
height: 240px;
|
|
32147
|
+
width: 432px;
|
|
32177
32148
|
}
|
|
32178
32149
|
|
|
32179
32150
|
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
@@ -32365,6 +32336,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32365
32336
|
font-size: 14px;
|
|
32366
32337
|
}
|
|
32367
32338
|
|
|
32339
|
+
.E_suhck3k {
|
|
32340
|
+
height: 24px;
|
|
32341
|
+
width: 24px;
|
|
32342
|
+
border-radius: 6px;
|
|
32343
|
+
padding: 4px;
|
|
32344
|
+
}
|
|
32345
|
+
.E_suhck3k:hover {
|
|
32346
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32347
|
+
}
|
|
32348
|
+
.E_suhck3k:hover svg path {
|
|
32349
|
+
fill: blue;
|
|
32350
|
+
}
|
|
32351
|
+
|
|
32352
|
+
.E_ryby9ds {
|
|
32353
|
+
display: flex;
|
|
32354
|
+
align-items: center;
|
|
32355
|
+
}
|
|
32356
|
+
.E_ryby9ds .order {
|
|
32357
|
+
height: 24px;
|
|
32358
|
+
width: 24px;
|
|
32359
|
+
border-radius: 20px;
|
|
32360
|
+
color: #0080ff;
|
|
32361
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32362
|
+
display: flex;
|
|
32363
|
+
align-items: center;
|
|
32364
|
+
justify-content: center;
|
|
32365
|
+
margin-right: 6px;
|
|
32366
|
+
}
|
|
32367
|
+
|
|
32368
32368
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32369
32369
|
border-radius: 6px;
|
|
32370
32370
|
}
|
|
@@ -32611,6 +32611,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32611
32611
|
width: 1px;
|
|
32612
32612
|
}
|
|
32613
32613
|
|
|
32614
|
+
.E_w1dxz879 {
|
|
32615
|
+
display: flex;
|
|
32616
|
+
flex-direction: column;
|
|
32617
|
+
gap: 6px;
|
|
32618
|
+
}
|
|
32619
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32620
|
+
max-height: var(--w1dxz879-0);
|
|
32621
|
+
text-overflow: clip;
|
|
32622
|
+
overflow: hidden;
|
|
32623
|
+
}
|
|
32624
|
+
.E_w1dxz879 .tips {
|
|
32625
|
+
color: #fff;
|
|
32626
|
+
opacity: 0.8;
|
|
32627
|
+
}
|
|
32628
|
+
|
|
32614
32629
|
.E_h12yihis {
|
|
32615
32630
|
height: 50px;
|
|
32616
32631
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32831,40 +32846,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32831
32846
|
position: static;
|
|
32832
32847
|
}
|
|
32833
32848
|
|
|
32834
|
-
.E_w1dxz879 {
|
|
32835
|
-
display: flex;
|
|
32836
|
-
flex-direction: column;
|
|
32837
|
-
gap: 6px;
|
|
32838
|
-
}
|
|
32839
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32840
|
-
max-height: var(--w1dxz879-0);
|
|
32841
|
-
text-overflow: clip;
|
|
32842
|
-
overflow: hidden;
|
|
32843
|
-
}
|
|
32844
|
-
.E_w1dxz879 .tips {
|
|
32845
|
-
color: #fff;
|
|
32846
|
-
opacity: 0.8;
|
|
32847
|
-
}
|
|
32848
|
-
|
|
32849
|
-
.E_r77hffu {
|
|
32850
|
-
display: flex;
|
|
32851
|
-
align-items: center;
|
|
32852
|
-
justify-content: space-between;
|
|
32853
|
-
column-gap: 6px;
|
|
32854
|
-
}
|
|
32855
|
-
|
|
32856
|
-
.E_p1cmxsf7 {
|
|
32857
|
-
display: flex;
|
|
32858
|
-
flex-direction: column;
|
|
32859
|
-
justify-content: center;
|
|
32860
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32861
|
-
}
|
|
32862
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32863
|
-
font-size: 0;
|
|
32864
|
-
margin-bottom: unset;
|
|
32865
|
-
margin-inline-end: unset;
|
|
32866
|
-
}
|
|
32867
|
-
|
|
32868
32849
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32869
32850
|
margin-right: 2px;
|
|
32870
32851
|
}
|
|
@@ -32900,44 +32881,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32900
32881
|
background-color: transparent;
|
|
32901
32882
|
}
|
|
32902
32883
|
|
|
32903
|
-
.
|
|
32904
|
-
color: #2d3a56;
|
|
32905
|
-
padding: 7px 12px;
|
|
32884
|
+
.E_r77hffu {
|
|
32906
32885
|
display: flex;
|
|
32907
|
-
justify-content: space-between;
|
|
32908
32886
|
align-items: center;
|
|
32887
|
+
justify-content: space-between;
|
|
32888
|
+
column-gap: 6px;
|
|
32909
32889
|
}
|
|
32910
|
-
|
|
32911
|
-
|
|
32912
|
-
}
|
|
32913
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32914
|
-
cursor: pointer;
|
|
32915
|
-
color: #00122e;
|
|
32916
|
-
}
|
|
32917
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32918
|
-
color: #2d3a56;
|
|
32919
|
-
font-weight: 600;
|
|
32920
|
-
}
|
|
32921
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32922
|
-
transform: rotate(90deg);
|
|
32923
|
-
}
|
|
32924
|
-
.E_c1kghdax .sub-info {
|
|
32925
|
-
font-size: 12px;
|
|
32926
|
-
line-height: 18px;
|
|
32927
|
-
}
|
|
32928
|
-
.E_c1kghdax .title-wrapper {
|
|
32890
|
+
|
|
32891
|
+
.E_p1cmxsf7 {
|
|
32929
32892
|
display: flex;
|
|
32930
|
-
|
|
32931
|
-
|
|
32932
|
-
|
|
32933
|
-
font-size: 12px;
|
|
32934
|
-
line-height: 18px;
|
|
32935
|
-
color: #2d3a56;
|
|
32936
|
-
font-weight: 700;
|
|
32893
|
+
flex-direction: column;
|
|
32894
|
+
justify-content: center;
|
|
32895
|
+
row-gap: var(--p1cmxsf7-0);
|
|
32937
32896
|
}
|
|
32938
|
-
.
|
|
32939
|
-
|
|
32940
|
-
margin-
|
|
32897
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32898
|
+
font-size: 0;
|
|
32899
|
+
margin-bottom: unset;
|
|
32900
|
+
margin-inline-end: unset;
|
|
32941
32901
|
}
|
|
32942
32902
|
|
|
32943
32903
|
.E_ckui4s7 {
|
|
@@ -33004,10 +32964,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33004
32964
|
margin-left: 24px;
|
|
33005
32965
|
}
|
|
33006
32966
|
|
|
33007
|
-
.E_c1yd35n {
|
|
33008
|
-
padding: 0 12px 14px 12px;
|
|
33009
|
-
}
|
|
33010
|
-
|
|
33011
32967
|
.E_t1tbywr9 {
|
|
33012
32968
|
width: 100%;
|
|
33013
32969
|
flex: 1;
|
|
@@ -33200,135 +33156,60 @@ input.E_rf8rlle.ant-input {
|
|
|
33200
33156
|
.E_l1ucdodl.tag-hover {
|
|
33201
33157
|
cursor: pointer;
|
|
33202
33158
|
}
|
|
33203
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33204
|
-
color: #00122e;
|
|
33205
|
-
}
|
|
33206
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33207
|
-
margin-right: 6px;
|
|
33208
|
-
}
|
|
33209
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33210
|
-
margin-left: 8px;
|
|
33211
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33212
|
-
}
|
|
33213
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33214
|
-
color: #FFFFFF;
|
|
33215
|
-
}
|
|
33216
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33217
|
-
background-color: #0080ff;
|
|
33218
|
-
}
|
|
33219
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33220
|
-
background-color: #f0483e;
|
|
33221
|
-
}
|
|
33222
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33223
|
-
background-color: #fea008;
|
|
33224
|
-
}
|
|
33225
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33226
|
-
background-color: #00ba5d;
|
|
33227
|
-
}
|
|
33228
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33229
|
-
background-color: #6b7d99;
|
|
33230
|
-
}
|
|
33231
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33232
|
-
background-color: #7E41FF;
|
|
33233
|
-
}
|
|
33234
|
-
|
|
33235
|
-
.E_s1qj66nc {
|
|
33236
|
-
width: 8px;
|
|
33237
|
-
height: 8px;
|
|
33238
|
-
border-radius: 50%;
|
|
33239
|
-
display: inline-block;
|
|
33240
|
-
}
|
|
33241
|
-
|
|
33242
|
-
.E_s5x1boq {
|
|
33243
|
-
width: 8px;
|
|
33244
|
-
height: 8px;
|
|
33245
|
-
border-radius: 2px;
|
|
33246
|
-
display: inline-block;
|
|
33247
|
-
}
|
|
33248
|
-
|
|
33249
|
-
.E_c1xm185 {
|
|
33250
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33251
|
-
}
|
|
33252
|
-
|
|
33253
|
-
.E_c1x5l5qc {
|
|
33254
|
-
flex: 1;
|
|
33255
|
-
}
|
|
33256
|
-
|
|
33257
|
-
.E_sddwhm6 {
|
|
33258
|
-
margin: 0;
|
|
33259
|
-
border-radius: 20px;
|
|
33260
|
-
padding: 2px 10px;
|
|
33261
|
-
height: 22px;
|
|
33262
|
-
}
|
|
33263
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33264
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33265
|
-
}
|
|
33266
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33267
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33268
|
-
}
|
|
33269
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33270
|
-
color: #00122e;
|
|
33271
|
-
}
|
|
33272
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33273
|
-
margin-right: 6px;
|
|
33274
|
-
}
|
|
33275
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33276
|
-
margin-left: 8px;
|
|
33277
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33278
|
-
}
|
|
33279
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33280
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33281
|
-
}
|
|
33282
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33283
|
-
background-color: #0080ff;
|
|
33284
|
-
}
|
|
33285
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33286
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33287
|
-
}
|
|
33288
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33289
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33290
|
-
}
|
|
33291
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33292
|
-
background-color: #f0483e;
|
|
33293
|
-
}
|
|
33294
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33295
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33159
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33160
|
+
color: #00122e;
|
|
33296
33161
|
}
|
|
33297
|
-
.
|
|
33298
|
-
|
|
33162
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33163
|
+
margin-right: 6px;
|
|
33299
33164
|
}
|
|
33300
|
-
.
|
|
33301
|
-
|
|
33165
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33166
|
+
margin-left: 8px;
|
|
33167
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33302
33168
|
}
|
|
33303
|
-
.
|
|
33304
|
-
|
|
33169
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33170
|
+
color: #FFFFFF;
|
|
33305
33171
|
}
|
|
33306
|
-
.
|
|
33307
|
-
background-color:
|
|
33172
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33173
|
+
background-color: #0080ff;
|
|
33308
33174
|
}
|
|
33309
|
-
.
|
|
33310
|
-
background-color: #
|
|
33175
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33176
|
+
background-color: #f0483e;
|
|
33311
33177
|
}
|
|
33312
|
-
.
|
|
33313
|
-
background-color:
|
|
33178
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33179
|
+
background-color: #fea008;
|
|
33314
33180
|
}
|
|
33315
|
-
.
|
|
33316
|
-
background-color:
|
|
33181
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33182
|
+
background-color: #00ba5d;
|
|
33317
33183
|
}
|
|
33318
|
-
.
|
|
33184
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33319
33185
|
background-color: #6b7d99;
|
|
33320
33186
|
}
|
|
33321
|
-
.
|
|
33322
|
-
background-color:
|
|
33187
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33188
|
+
background-color: #7E41FF;
|
|
33323
33189
|
}
|
|
33324
33190
|
|
|
33325
|
-
.
|
|
33191
|
+
.E_s1qj66nc {
|
|
33326
33192
|
width: 8px;
|
|
33327
33193
|
height: 8px;
|
|
33328
33194
|
border-radius: 50%;
|
|
33329
33195
|
display: inline-block;
|
|
33330
33196
|
}
|
|
33331
33197
|
|
|
33198
|
+
.E_s5x1boq {
|
|
33199
|
+
width: 8px;
|
|
33200
|
+
height: 8px;
|
|
33201
|
+
border-radius: 2px;
|
|
33202
|
+
display: inline-block;
|
|
33203
|
+
}
|
|
33204
|
+
|
|
33205
|
+
.E_c1xm185 {
|
|
33206
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33207
|
+
}
|
|
33208
|
+
|
|
33209
|
+
.E_c1x5l5qc {
|
|
33210
|
+
flex: 1;
|
|
33211
|
+
}
|
|
33212
|
+
|
|
33332
33213
|
button.E_l48ei06.ant-btn,
|
|
33333
33214
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33334
33215
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -33381,199 +33262,48 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33381
33262
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33382
33263
|
}
|
|
33383
33264
|
|
|
33384
|
-
.
|
|
33385
|
-
|
|
33386
|
-
}
|
|
33387
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33388
|
-
display: none !important;
|
|
33389
|
-
}
|
|
33390
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33391
|
-
flex-shrink: 0 !important;
|
|
33392
|
-
}
|
|
33393
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33394
|
-
color: #0080ff;
|
|
33395
|
-
}
|
|
33396
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33397
|
-
color: #0080ff;
|
|
33398
|
-
font-weight: normal;
|
|
33399
|
-
}
|
|
33400
|
-
.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 {
|
|
33401
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33402
|
-
}
|
|
33403
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33404
|
-
color: #00122e;
|
|
33405
|
-
}
|
|
33406
|
-
.E_sjob3jg .step-item-text {
|
|
33407
|
-
display: inline-block;
|
|
33408
|
-
}
|
|
33409
|
-
.E_sjob3jg .step-item-title {
|
|
33410
|
-
overflow: hidden;
|
|
33411
|
-
white-space: nowrap;
|
|
33412
|
-
text-overflow: ellipsis;
|
|
33413
|
-
}
|
|
33414
|
-
|
|
33415
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
33416
|
-
min-width: var(--item-min-width);
|
|
33417
|
-
}
|
|
33418
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33419
|
-
cursor: not-allowed !important;
|
|
33420
|
-
}
|
|
33421
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33422
|
-
flex-direction: row;
|
|
33423
|
-
justify-content: stretch;
|
|
33424
|
-
}
|
|
33425
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33426
|
-
padding: 0;
|
|
33427
|
-
margin-right: 4px;
|
|
33428
|
-
flex: 1;
|
|
33429
|
-
overflow: visible;
|
|
33430
|
-
}
|
|
33431
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33432
|
-
width: 100%;
|
|
33433
|
-
min-height: unset;
|
|
33434
|
-
}
|
|
33435
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33436
|
-
height: 26px;
|
|
33437
|
-
line-height: 26px;
|
|
33438
|
-
width: 100%;
|
|
33439
|
-
padding: 0;
|
|
33440
|
-
font-size: 12px;
|
|
33441
|
-
}
|
|
33442
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33443
|
-
margin-right: 10px;
|
|
33444
|
-
}
|
|
33445
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33446
|
-
display: none;
|
|
33447
|
-
}
|
|
33448
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33449
|
-
padding-left: 8px;
|
|
33450
|
-
padding-right: 4px;
|
|
33451
|
-
border-radius: 4px 0 0 4px;
|
|
33452
|
-
}
|
|
33453
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33454
|
-
margin-right: 0;
|
|
33455
|
-
}
|
|
33456
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33457
|
-
padding-right: 8px;
|
|
33458
|
-
padding-left: 12px;
|
|
33459
|
-
border-radius: 0 4px 4px 0;
|
|
33460
|
-
}
|
|
33461
|
-
.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 {
|
|
33462
|
-
content: "";
|
|
33463
|
-
width: 0;
|
|
33464
|
-
height: 0;
|
|
33465
|
-
border: 13px solid transparent;
|
|
33466
|
-
position: absolute;
|
|
33467
|
-
top: 0;
|
|
33468
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33469
|
-
z-index: 2;
|
|
33470
|
-
position: relative;
|
|
33471
|
-
top: -50%;
|
|
33472
|
-
right: -100%;
|
|
33473
|
-
}
|
|
33474
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33475
|
-
padding: 0 4px 0 12px;
|
|
33476
|
-
}
|
|
33477
|
-
.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 {
|
|
33478
|
-
content: "";
|
|
33479
|
-
width: 0;
|
|
33480
|
-
height: 0;
|
|
33481
|
-
border: 13px solid transparent;
|
|
33482
|
-
position: absolute;
|
|
33483
|
-
top: 0;
|
|
33484
|
-
border-left: 8px solid #fff;
|
|
33485
|
-
left: 0;
|
|
33486
|
-
}
|
|
33487
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33488
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33489
|
-
}
|
|
33490
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33491
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33492
|
-
}
|
|
33493
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33494
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33495
|
-
}
|
|
33496
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33497
|
-
cursor: pointer;
|
|
33498
|
-
min-width: var(--item-min-width);
|
|
33499
|
-
}
|
|
33500
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33501
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33502
|
-
min-width: var(--item-min-width);
|
|
33503
|
-
}
|
|
33504
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33505
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33506
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33507
|
-
}
|
|
33508
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33509
|
-
padding: 0;
|
|
33265
|
+
.E_c1yd35n {
|
|
33266
|
+
padding: 0 12px 14px 12px;
|
|
33510
33267
|
}
|
|
33511
33268
|
|
|
33512
|
-
.
|
|
33513
|
-
|
|
33514
|
-
|
|
33515
|
-
}
|
|
33516
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33517
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33518
|
-
}
|
|
33519
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33520
|
-
color: #00122e !important;
|
|
33521
|
-
}
|
|
33522
|
-
.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 {
|
|
33523
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33524
|
-
}
|
|
33525
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33526
|
-
padding: 0 8px;
|
|
33527
|
-
border-radius: 4px;
|
|
33528
|
-
height: 32px;
|
|
33269
|
+
.E_c1kghdax {
|
|
33270
|
+
color: #2d3a56;
|
|
33271
|
+
padding: 7px 12px;
|
|
33529
33272
|
display: flex;
|
|
33273
|
+
justify-content: space-between;
|
|
33530
33274
|
align-items: center;
|
|
33531
33275
|
}
|
|
33532
|
-
.
|
|
33533
|
-
|
|
33534
|
-
white-space: nowrap;
|
|
33276
|
+
.E_c1kghdax.has-arrow {
|
|
33277
|
+
padding-left: 10px;
|
|
33535
33278
|
}
|
|
33536
|
-
.
|
|
33537
|
-
|
|
33538
|
-
|
|
33539
|
-
max-width: 100%;
|
|
33540
|
-
padding-right: 0;
|
|
33279
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33280
|
+
cursor: pointer;
|
|
33281
|
+
color: #00122e;
|
|
33541
33282
|
}
|
|
33542
|
-
.
|
|
33543
|
-
|
|
33283
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33284
|
+
color: #2d3a56;
|
|
33285
|
+
font-weight: 600;
|
|
33544
33286
|
}
|
|
33545
|
-
|
|
33546
|
-
|
|
33547
|
-
width: 100%;
|
|
33548
|
-
display: inline-flex;
|
|
33549
|
-
align-items: center;
|
|
33550
|
-
justify-content: center;
|
|
33551
|
-
column-gap: 4px;
|
|
33287
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33288
|
+
transform: rotate(90deg);
|
|
33552
33289
|
}
|
|
33553
|
-
.
|
|
33554
|
-
|
|
33555
|
-
|
|
33556
|
-
width: 18px;
|
|
33557
|
-
height: 18px;
|
|
33558
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33559
|
-
justify-content: center;
|
|
33290
|
+
.E_c1kghdax .sub-info {
|
|
33291
|
+
font-size: 12px;
|
|
33292
|
+
line-height: 18px;
|
|
33560
33293
|
}
|
|
33561
|
-
|
|
33562
|
-
.E_v18frne8 {
|
|
33563
|
-
width: 100%;
|
|
33294
|
+
.E_c1kghdax .title-wrapper {
|
|
33564
33295
|
display: flex;
|
|
33565
33296
|
align-items: center;
|
|
33566
|
-
|
|
33567
|
-
|
|
33568
|
-
font-size:
|
|
33569
|
-
|
|
33570
|
-
|
|
33571
|
-
|
|
33572
|
-
|
|
33573
|
-
|
|
33574
|
-
|
|
33575
|
-
|
|
33576
|
-
justify-content: center;
|
|
33297
|
+
user-select: none;
|
|
33298
|
+
flex-grow: 1;
|
|
33299
|
+
font-size: 12px;
|
|
33300
|
+
line-height: 18px;
|
|
33301
|
+
color: #2d3a56;
|
|
33302
|
+
font-weight: 700;
|
|
33303
|
+
}
|
|
33304
|
+
.E_c1kghdax .collapse-arrow {
|
|
33305
|
+
transition: all 50ms ease-out 0ms;
|
|
33306
|
+
margin-right: 2px;
|
|
33577
33307
|
}
|
|
33578
33308
|
|
|
33579
33309
|
.E_m11nzl2x {
|
|
@@ -34001,6 +33731,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34001
33731
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34002
33732
|
}
|
|
34003
33733
|
|
|
33734
|
+
.E_sddwhm6 {
|
|
33735
|
+
margin: 0;
|
|
33736
|
+
border-radius: 20px;
|
|
33737
|
+
padding: 2px 10px;
|
|
33738
|
+
height: 22px;
|
|
33739
|
+
}
|
|
33740
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33741
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33742
|
+
}
|
|
33743
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33744
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33745
|
+
}
|
|
33746
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33747
|
+
color: #00122e;
|
|
33748
|
+
}
|
|
33749
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33750
|
+
margin-right: 6px;
|
|
33751
|
+
}
|
|
33752
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33753
|
+
margin-left: 8px;
|
|
33754
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33755
|
+
}
|
|
33756
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33757
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33758
|
+
}
|
|
33759
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33760
|
+
background-color: #0080ff;
|
|
33761
|
+
}
|
|
33762
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33763
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33764
|
+
}
|
|
33765
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33766
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33767
|
+
}
|
|
33768
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33769
|
+
background-color: #f0483e;
|
|
33770
|
+
}
|
|
33771
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33772
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33773
|
+
}
|
|
33774
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33775
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33776
|
+
}
|
|
33777
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33778
|
+
background-color: #fea008;
|
|
33779
|
+
}
|
|
33780
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33781
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33782
|
+
}
|
|
33783
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33784
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33785
|
+
}
|
|
33786
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33787
|
+
background-color: #00ba5d;
|
|
33788
|
+
}
|
|
33789
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33790
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33791
|
+
}
|
|
33792
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33793
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33794
|
+
}
|
|
33795
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33796
|
+
background-color: #6b7d99;
|
|
33797
|
+
}
|
|
33798
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33799
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33800
|
+
}
|
|
33801
|
+
|
|
33802
|
+
.E_satwmqm {
|
|
33803
|
+
width: 8px;
|
|
33804
|
+
height: 8px;
|
|
33805
|
+
border-radius: 50%;
|
|
33806
|
+
display: inline-block;
|
|
33807
|
+
}
|
|
33808
|
+
|
|
34004
33809
|
.E_tc97u5y {
|
|
34005
33810
|
height: 100%;
|
|
34006
33811
|
}
|
|
@@ -34554,61 +34359,256 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34554
34359
|
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34555
34360
|
padding: 0;
|
|
34556
34361
|
}
|
|
34557
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34558
|
-
cursor: not-allowed;
|
|
34559
|
-
opacity: 0.5;
|
|
34362
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34363
|
+
cursor: not-allowed;
|
|
34364
|
+
opacity: 0.5;
|
|
34365
|
+
}
|
|
34366
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34367
|
+
margin: 0;
|
|
34368
|
+
}
|
|
34369
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34370
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34371
|
+
border-radius: 5px;
|
|
34372
|
+
font-size: 12px;
|
|
34373
|
+
}
|
|
34374
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34375
|
+
font-size: inherit;
|
|
34376
|
+
}
|
|
34377
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34378
|
+
min-height: 24px;
|
|
34379
|
+
font-size: 12px;
|
|
34380
|
+
position: relative;
|
|
34381
|
+
}
|
|
34382
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34383
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34384
|
+
}
|
|
34385
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34386
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34387
|
+
}
|
|
34388
|
+
|
|
34389
|
+
.E_a138syjm {
|
|
34390
|
+
display: flex;
|
|
34391
|
+
align-items: center;
|
|
34392
|
+
margin-top: 8px;
|
|
34393
|
+
gap: 8px;
|
|
34394
|
+
}
|
|
34395
|
+
.E_a138syjm button.ant-btn {
|
|
34396
|
+
padding: 2px 8px;
|
|
34397
|
+
height: 24px;
|
|
34398
|
+
}
|
|
34399
|
+
.E_a138syjm > span.maximum-desc {
|
|
34400
|
+
display: none;
|
|
34401
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34402
|
+
}
|
|
34403
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34404
|
+
display: inline;
|
|
34405
|
+
}
|
|
34406
|
+
|
|
34407
|
+
.E_d77i8u0 {
|
|
34408
|
+
width: 24px;
|
|
34409
|
+
height: 24px;
|
|
34410
|
+
padding: 4px;
|
|
34411
|
+
margin-right: 8px;
|
|
34412
|
+
}
|
|
34413
|
+
|
|
34414
|
+
.E_i1g85yz3 {
|
|
34415
|
+
margin-right: 4px;
|
|
34416
|
+
height: 16px;
|
|
34417
|
+
}
|
|
34418
|
+
|
|
34419
|
+
.E_sjob3jg {
|
|
34420
|
+
--item-min-width: 60px;
|
|
34421
|
+
}
|
|
34422
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34423
|
+
display: none !important;
|
|
34424
|
+
}
|
|
34425
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34426
|
+
flex-shrink: 0 !important;
|
|
34427
|
+
}
|
|
34428
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34429
|
+
color: #0080ff;
|
|
34430
|
+
}
|
|
34431
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34432
|
+
color: #0080ff;
|
|
34433
|
+
font-weight: normal;
|
|
34434
|
+
}
|
|
34435
|
+
.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 {
|
|
34436
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34437
|
+
}
|
|
34438
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34439
|
+
color: #00122e;
|
|
34440
|
+
}
|
|
34441
|
+
.E_sjob3jg .step-item-text {
|
|
34442
|
+
display: inline-block;
|
|
34443
|
+
}
|
|
34444
|
+
.E_sjob3jg .step-item-title {
|
|
34445
|
+
overflow: hidden;
|
|
34446
|
+
white-space: nowrap;
|
|
34447
|
+
text-overflow: ellipsis;
|
|
34448
|
+
}
|
|
34449
|
+
|
|
34450
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34451
|
+
min-width: var(--item-min-width);
|
|
34452
|
+
}
|
|
34453
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34454
|
+
cursor: not-allowed !important;
|
|
34455
|
+
}
|
|
34456
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34457
|
+
flex-direction: row;
|
|
34458
|
+
justify-content: stretch;
|
|
34459
|
+
}
|
|
34460
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34461
|
+
padding: 0;
|
|
34462
|
+
margin-right: 4px;
|
|
34463
|
+
flex: 1;
|
|
34464
|
+
overflow: visible;
|
|
34465
|
+
}
|
|
34466
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34467
|
+
width: 100%;
|
|
34468
|
+
min-height: unset;
|
|
34469
|
+
}
|
|
34470
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34471
|
+
height: 26px;
|
|
34472
|
+
line-height: 26px;
|
|
34473
|
+
width: 100%;
|
|
34474
|
+
padding: 0;
|
|
34475
|
+
font-size: 12px;
|
|
34476
|
+
}
|
|
34477
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34478
|
+
margin-right: 10px;
|
|
34479
|
+
}
|
|
34480
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34481
|
+
display: none;
|
|
34482
|
+
}
|
|
34483
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34484
|
+
padding-left: 8px;
|
|
34485
|
+
padding-right: 4px;
|
|
34486
|
+
border-radius: 4px 0 0 4px;
|
|
34487
|
+
}
|
|
34488
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34489
|
+
margin-right: 0;
|
|
34490
|
+
}
|
|
34491
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34492
|
+
padding-right: 8px;
|
|
34493
|
+
padding-left: 12px;
|
|
34494
|
+
border-radius: 0 4px 4px 0;
|
|
34495
|
+
}
|
|
34496
|
+
.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 {
|
|
34497
|
+
content: "";
|
|
34498
|
+
width: 0;
|
|
34499
|
+
height: 0;
|
|
34500
|
+
border: 13px solid transparent;
|
|
34501
|
+
position: absolute;
|
|
34502
|
+
top: 0;
|
|
34503
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34504
|
+
z-index: 2;
|
|
34505
|
+
position: relative;
|
|
34506
|
+
top: -50%;
|
|
34507
|
+
right: -100%;
|
|
34508
|
+
}
|
|
34509
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34510
|
+
padding: 0 4px 0 12px;
|
|
34511
|
+
}
|
|
34512
|
+
.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 {
|
|
34513
|
+
content: "";
|
|
34514
|
+
width: 0;
|
|
34515
|
+
height: 0;
|
|
34516
|
+
border: 13px solid transparent;
|
|
34517
|
+
position: absolute;
|
|
34518
|
+
top: 0;
|
|
34519
|
+
border-left: 8px solid #fff;
|
|
34520
|
+
left: 0;
|
|
34521
|
+
}
|
|
34522
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34523
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34524
|
+
}
|
|
34525
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34526
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34527
|
+
}
|
|
34528
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34529
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34530
|
+
}
|
|
34531
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34532
|
+
cursor: pointer;
|
|
34533
|
+
min-width: var(--item-min-width);
|
|
34534
|
+
}
|
|
34535
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34536
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34537
|
+
min-width: var(--item-min-width);
|
|
34560
34538
|
}
|
|
34561
|
-
.
|
|
34562
|
-
|
|
34539
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34540
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34541
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34563
34542
|
}
|
|
34564
|
-
.
|
|
34565
|
-
|
|
34566
|
-
border-radius: 5px;
|
|
34567
|
-
font-size: 12px;
|
|
34543
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34544
|
+
padding: 0;
|
|
34568
34545
|
}
|
|
34569
|
-
|
|
34570
|
-
|
|
34546
|
+
|
|
34547
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34548
|
+
width: 192px;
|
|
34549
|
+
row-gap: 2px;
|
|
34571
34550
|
}
|
|
34572
|
-
.
|
|
34573
|
-
|
|
34574
|
-
font-size: 12px;
|
|
34575
|
-
position: relative;
|
|
34551
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34552
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34576
34553
|
}
|
|
34577
|
-
.
|
|
34578
|
-
|
|
34554
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34555
|
+
color: #00122e !important;
|
|
34579
34556
|
}
|
|
34580
|
-
.
|
|
34581
|
-
background-color: rgba(
|
|
34557
|
+
.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 {
|
|
34558
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34582
34559
|
}
|
|
34583
|
-
|
|
34584
|
-
|
|
34560
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34561
|
+
padding: 0 8px;
|
|
34562
|
+
border-radius: 4px;
|
|
34563
|
+
height: 32px;
|
|
34585
34564
|
display: flex;
|
|
34586
34565
|
align-items: center;
|
|
34587
|
-
margin-top: 8px;
|
|
34588
|
-
gap: 8px;
|
|
34589
34566
|
}
|
|
34590
|
-
.
|
|
34591
|
-
|
|
34592
|
-
|
|
34567
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34568
|
+
min-height: auto;
|
|
34569
|
+
white-space: nowrap;
|
|
34593
34570
|
}
|
|
34594
|
-
.
|
|
34595
|
-
|
|
34596
|
-
|
|
34571
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34572
|
+
font-size: 13px;
|
|
34573
|
+
line-height: 20px;
|
|
34574
|
+
max-width: 100%;
|
|
34575
|
+
padding-right: 0;
|
|
34597
34576
|
}
|
|
34598
|
-
.
|
|
34599
|
-
|
|
34577
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34578
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34600
34579
|
}
|
|
34601
34580
|
|
|
34602
|
-
.
|
|
34603
|
-
width:
|
|
34604
|
-
|
|
34605
|
-
|
|
34606
|
-
|
|
34581
|
+
.E_h6l1tj4 {
|
|
34582
|
+
width: 100%;
|
|
34583
|
+
display: inline-flex;
|
|
34584
|
+
align-items: center;
|
|
34585
|
+
justify-content: center;
|
|
34586
|
+
column-gap: 4px;
|
|
34587
|
+
}
|
|
34588
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34589
|
+
display: inline-flex;
|
|
34590
|
+
align-items: center;
|
|
34591
|
+
width: 18px;
|
|
34592
|
+
height: 18px;
|
|
34593
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34594
|
+
justify-content: center;
|
|
34607
34595
|
}
|
|
34608
34596
|
|
|
34609
|
-
.
|
|
34610
|
-
|
|
34611
|
-
|
|
34597
|
+
.E_v18frne8 {
|
|
34598
|
+
width: 100%;
|
|
34599
|
+
display: flex;
|
|
34600
|
+
align-items: center;
|
|
34601
|
+
justify-content: center;
|
|
34602
|
+
column-gap: 6px;
|
|
34603
|
+
font-size: 13px;
|
|
34604
|
+
}
|
|
34605
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34606
|
+
display: inline-flex;
|
|
34607
|
+
align-items: center;
|
|
34608
|
+
min-width: 20px;
|
|
34609
|
+
min-height: 20px;
|
|
34610
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34611
|
+
justify-content: center;
|
|
34612
34612
|
}
|
|
34613
34613
|
|
|
34614
34614
|
.E_t13ef470 {
|
|
@@ -34641,6 +34641,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34641
34641
|
background: rgba(163, 180, 204, 0.18);
|
|
34642
34642
|
}
|
|
34643
34643
|
|
|
34644
|
+
.E_b1jaupqb {
|
|
34645
|
+
color: #F0483E;
|
|
34646
|
+
}
|
|
34647
|
+
|
|
34644
34648
|
.E_bpgac8u {
|
|
34645
34649
|
color: #FFFFFF;
|
|
34646
34650
|
display: flex;
|
|
@@ -34668,8 +34672,52 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34668
34672
|
background-color: #E07F00;
|
|
34669
34673
|
}
|
|
34670
34674
|
|
|
34671
|
-
.
|
|
34672
|
-
|
|
34675
|
+
.E_t59qhqp {
|
|
34676
|
+
padding: 0px;
|
|
34677
|
+
padding-top: 5px;
|
|
34678
|
+
padding-left: 5px;
|
|
34679
|
+
}
|
|
34680
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34681
|
+
margin-bottom: 16px;
|
|
34682
|
+
padding-bottom: 0px;
|
|
34683
|
+
}
|
|
34684
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34685
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34686
|
+
margin-bottom: 0;
|
|
34687
|
+
}
|
|
34688
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34689
|
+
margin-bottom: 12px;
|
|
34690
|
+
}
|
|
34691
|
+
.E_t59qhqp .info-action {
|
|
34692
|
+
align-self: baseline;
|
|
34693
|
+
}
|
|
34694
|
+
|
|
34695
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34696
|
+
margin-left: 18px;
|
|
34697
|
+
}
|
|
34698
|
+
.E_t2e44lg .item-time {
|
|
34699
|
+
display: flex;
|
|
34700
|
+
flex-direction: column;
|
|
34701
|
+
gap: 4px;
|
|
34702
|
+
margin-top: 4px;
|
|
34703
|
+
}
|
|
34704
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34705
|
+
padding-bottom: 0;
|
|
34706
|
+
}
|
|
34707
|
+
|
|
34708
|
+
.E_e14ua30y {
|
|
34709
|
+
display: flex;
|
|
34710
|
+
flex-direction: column;
|
|
34711
|
+
align-items: center;
|
|
34712
|
+
justify-content: center;
|
|
34713
|
+
}
|
|
34714
|
+
|
|
34715
|
+
.E_s1ikqzph {
|
|
34716
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34717
|
+
}
|
|
34718
|
+
|
|
34719
|
+
.E_i15astnl {
|
|
34720
|
+
color: #00122E;
|
|
34673
34721
|
}
|
|
34674
34722
|
|
|
34675
34723
|
.E_icab5o7 {
|
|
@@ -34869,54 +34917,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34869
34917
|
font-weight: bold;
|
|
34870
34918
|
}
|
|
34871
34919
|
|
|
34872
|
-
.E_t59qhqp {
|
|
34873
|
-
padding: 0px;
|
|
34874
|
-
padding-top: 5px;
|
|
34875
|
-
padding-left: 5px;
|
|
34876
|
-
}
|
|
34877
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34878
|
-
margin-bottom: 16px;
|
|
34879
|
-
padding-bottom: 0px;
|
|
34880
|
-
}
|
|
34881
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34882
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34883
|
-
margin-bottom: 0;
|
|
34884
|
-
}
|
|
34885
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34886
|
-
margin-bottom: 12px;
|
|
34887
|
-
}
|
|
34888
|
-
.E_t59qhqp .info-action {
|
|
34889
|
-
align-self: baseline;
|
|
34890
|
-
}
|
|
34891
|
-
|
|
34892
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
34893
|
-
margin-left: 18px;
|
|
34894
|
-
}
|
|
34895
|
-
.E_t2e44lg .item-time {
|
|
34896
|
-
display: flex;
|
|
34897
|
-
flex-direction: column;
|
|
34898
|
-
gap: 4px;
|
|
34899
|
-
margin-top: 4px;
|
|
34900
|
-
}
|
|
34901
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34902
|
-
padding-bottom: 0;
|
|
34903
|
-
}
|
|
34904
|
-
|
|
34905
|
-
.E_e14ua30y {
|
|
34906
|
-
display: flex;
|
|
34907
|
-
flex-direction: column;
|
|
34908
|
-
align-items: center;
|
|
34909
|
-
justify-content: center;
|
|
34910
|
-
}
|
|
34911
|
-
|
|
34912
|
-
.E_s1ikqzph {
|
|
34913
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34914
|
-
}
|
|
34915
|
-
|
|
34916
|
-
.E_i15astnl {
|
|
34917
|
-
color: #00122E;
|
|
34918
|
-
}
|
|
34919
|
-
|
|
34920
34920
|
.E_s20iney.skeleton-box {
|
|
34921
34921
|
display: flex;
|
|
34922
34922
|
align-items: center;
|
|
@@ -35140,10 +35140,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35140
35140
|
column-gap: var(--a1ji6r68-0);
|
|
35141
35141
|
}
|
|
35142
35142
|
|
|
35143
|
-
.E_t1616y1o {
|
|
35144
|
-
color: #fff;
|
|
35145
|
-
}
|
|
35146
|
-
|
|
35147
35143
|
.E_t1g36k2w {
|
|
35148
35144
|
overflow: hidden;
|
|
35149
35145
|
height: 100%;
|
|
@@ -35173,6 +35169,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35173
35169
|
background: rgba(225, 230, 241, 0.6);
|
|
35174
35170
|
}
|
|
35175
35171
|
|
|
35172
|
+
.E_t1616y1o {
|
|
35173
|
+
color: #fff;
|
|
35174
|
+
}
|
|
35175
|
+
|
|
35176
35176
|
.E_a9y3flr {
|
|
35177
35177
|
margin-left: 8px;
|
|
35178
35178
|
}
|
|
@@ -35241,70 +35241,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35241
35241
|
align-items: center;
|
|
35242
35242
|
column-gap: 4px;
|
|
35243
35243
|
font-size: 12px;
|
|
35244
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35245
|
-
}
|
|
35246
|
-
|
|
35247
|
-
.E_skwah65 {
|
|
35248
|
-
height: 8px;
|
|
35249
|
-
box-sizing: border-box;
|
|
35250
|
-
border-radius: 2px;
|
|
35251
|
-
background: #f5f7fa;
|
|
35252
|
-
display: flex;
|
|
35253
|
-
width: 100%;
|
|
35254
|
-
overflow: hidden;
|
|
35255
|
-
}
|
|
35256
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35257
|
-
margin-left: 1px;
|
|
35258
|
-
}
|
|
35259
|
-
|
|
35260
|
-
.E_c18bcrac {
|
|
35261
|
-
display: inline-block;
|
|
35262
|
-
width: 100%;
|
|
35263
|
-
}
|
|
35264
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35265
|
-
margin-left: 4px;
|
|
35266
|
-
}
|
|
35267
|
-
|
|
35268
|
-
.E_cro7kg2 {
|
|
35269
|
-
padding: 4px;
|
|
35270
|
-
}
|
|
35271
|
-
.E_cro7kg2 .unit {
|
|
35272
|
-
color: white;
|
|
35273
|
-
}
|
|
35274
|
-
|
|
35275
|
-
.E_c14wcxf0 {
|
|
35276
|
-
display: flex;
|
|
35277
|
-
justify-content: space-between;
|
|
35278
|
-
align-items: center;
|
|
35279
|
-
font-size: 13px;
|
|
35280
|
-
line-height: 24px;
|
|
35281
|
-
color: #cccccc;
|
|
35282
|
-
white-space: nowrap;
|
|
35283
|
-
}
|
|
35284
|
-
.E_c14wcxf0 label {
|
|
35285
|
-
margin-right: 32px;
|
|
35286
|
-
}
|
|
35287
|
-
|
|
35288
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35289
|
-
font-weight: bold;
|
|
35290
|
-
color: white;
|
|
35244
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35291
35245
|
}
|
|
35292
35246
|
|
|
35293
|
-
.
|
|
35294
|
-
width: 8px;
|
|
35247
|
+
.E_skwah65 {
|
|
35295
35248
|
height: 8px;
|
|
35249
|
+
box-sizing: border-box;
|
|
35296
35250
|
border-radius: 2px;
|
|
35297
|
-
|
|
35298
|
-
|
|
35299
|
-
|
|
35300
|
-
|
|
35301
|
-
margin-right: 6px;
|
|
35251
|
+
background: #f5f7fa;
|
|
35252
|
+
display: flex;
|
|
35253
|
+
width: 100%;
|
|
35254
|
+
overflow: hidden;
|
|
35302
35255
|
}
|
|
35303
|
-
|
|
35304
|
-
|
|
35305
|
-
font-weight: bold;
|
|
35306
|
-
color: white;
|
|
35307
|
-
margin-right: 4px;
|
|
35256
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35257
|
+
margin-left: 1px;
|
|
35308
35258
|
}
|
|
35309
35259
|
|
|
35310
35260
|
.E_s1ebs0ra {
|
|
@@ -35368,45 +35318,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35368
35318
|
background: #fff;
|
|
35369
35319
|
}
|
|
35370
35320
|
|
|
35371
|
-
.
|
|
35372
|
-
|
|
35373
|
-
|
|
35374
|
-
.E_gmyahx3 .link-text {
|
|
35375
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35321
|
+
.E_c18bcrac {
|
|
35322
|
+
display: inline-block;
|
|
35323
|
+
width: 100%;
|
|
35376
35324
|
}
|
|
35377
|
-
.
|
|
35378
|
-
|
|
35325
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35326
|
+
margin-left: 4px;
|
|
35379
35327
|
}
|
|
35380
35328
|
|
|
35381
|
-
|
|
35382
|
-
|
|
35329
|
+
.E_cro7kg2 {
|
|
35330
|
+
padding: 4px;
|
|
35383
35331
|
}
|
|
35384
|
-
|
|
35385
|
-
|
|
35386
|
-
overflow: hidden;
|
|
35387
|
-
text-overflow: ellipsis;
|
|
35332
|
+
.E_cro7kg2 .unit {
|
|
35333
|
+
color: white;
|
|
35388
35334
|
}
|
|
35389
35335
|
|
|
35390
|
-
.
|
|
35336
|
+
.E_c14wcxf0 {
|
|
35337
|
+
display: flex;
|
|
35338
|
+
justify-content: space-between;
|
|
35339
|
+
align-items: center;
|
|
35340
|
+
font-size: 13px;
|
|
35341
|
+
line-height: 24px;
|
|
35342
|
+
color: #cccccc;
|
|
35391
35343
|
white-space: nowrap;
|
|
35392
35344
|
}
|
|
35393
|
-
|
|
35394
|
-
|
|
35395
|
-
display: -webkit-box;
|
|
35396
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35397
|
-
-webkit-box-orient: vertical;
|
|
35398
|
-
word-break: break-all;
|
|
35345
|
+
.E_c14wcxf0 label {
|
|
35346
|
+
margin-right: 32px;
|
|
35399
35347
|
}
|
|
35400
35348
|
|
|
35401
|
-
.
|
|
35402
|
-
|
|
35349
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35350
|
+
font-weight: bold;
|
|
35351
|
+
color: white;
|
|
35403
35352
|
}
|
|
35404
|
-
|
|
35405
|
-
|
|
35406
|
-
|
|
35353
|
+
|
|
35354
|
+
.E_s11212zy {
|
|
35355
|
+
width: 8px;
|
|
35356
|
+
height: 8px;
|
|
35357
|
+
border-radius: 2px;
|
|
35358
|
+
display: inline-block;
|
|
35359
|
+
background: var(--s11212zy-0);
|
|
35360
|
+
border: 1px solid #fff;
|
|
35361
|
+
box-sizing: content-box;
|
|
35362
|
+
margin-right: 6px;
|
|
35407
35363
|
}
|
|
35408
|
-
|
|
35409
|
-
|
|
35364
|
+
|
|
35365
|
+
.E_p1lyky6c > :first-child {
|
|
35366
|
+
font-weight: bold;
|
|
35367
|
+
color: white;
|
|
35368
|
+
margin-right: 4px;
|
|
35410
35369
|
}
|
|
35411
35370
|
|
|
35412
35371
|
.E_clm1wy1 {
|
|
@@ -35521,6 +35480,47 @@ span.E_tqjc4ui {
|
|
|
35521
35480
|
overflow: auto;
|
|
35522
35481
|
}
|
|
35523
35482
|
|
|
35483
|
+
.E_gmyahx3 {
|
|
35484
|
+
cursor: pointer;
|
|
35485
|
+
}
|
|
35486
|
+
.E_gmyahx3 .link-text {
|
|
35487
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35488
|
+
}
|
|
35489
|
+
.E_gmyahx3:hover .link-text {
|
|
35490
|
+
color: #0080ff;
|
|
35491
|
+
}
|
|
35492
|
+
|
|
35493
|
+
span.E_tqjc4ui {
|
|
35494
|
+
margin: 0 2px;
|
|
35495
|
+
}
|
|
35496
|
+
|
|
35497
|
+
.E_ou7iq30 {
|
|
35498
|
+
overflow: hidden;
|
|
35499
|
+
text-overflow: ellipsis;
|
|
35500
|
+
}
|
|
35501
|
+
|
|
35502
|
+
.E_s1tui002 {
|
|
35503
|
+
white-space: nowrap;
|
|
35504
|
+
}
|
|
35505
|
+
|
|
35506
|
+
.E_mxrc2zg {
|
|
35507
|
+
display: -webkit-box;
|
|
35508
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35509
|
+
-webkit-box-orient: vertical;
|
|
35510
|
+
word-break: break-all;
|
|
35511
|
+
}
|
|
35512
|
+
|
|
35513
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35514
|
+
display: none;
|
|
35515
|
+
}
|
|
35516
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35517
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35518
|
+
border-radius: 4px;
|
|
35519
|
+
}
|
|
35520
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35521
|
+
visibility: hidden;
|
|
35522
|
+
}
|
|
35523
|
+
|
|
35524
35524
|
.E_c1up1pdz {
|
|
35525
35525
|
width: 648px;
|
|
35526
35526
|
}
|
|
@@ -35669,119 +35669,6 @@ span.E_tqjc4ui {
|
|
|
35669
35669
|
margin-right: 8px;
|
|
35670
35670
|
}
|
|
35671
35671
|
|
|
35672
|
-
.E_t1sqg15u {
|
|
35673
|
-
background: white;
|
|
35674
|
-
}
|
|
35675
|
-
.E_t1sqg15u.inline .table-row {
|
|
35676
|
-
flex-direction: column;
|
|
35677
|
-
}
|
|
35678
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35679
|
-
padding: 0 16px 7px 0;
|
|
35680
|
-
}
|
|
35681
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35682
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35683
|
-
}
|
|
35684
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35685
|
-
border-top: none !important;
|
|
35686
|
-
}
|
|
35687
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35688
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35689
|
-
}
|
|
35690
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35691
|
-
padding-bottom: 0;
|
|
35692
|
-
}
|
|
35693
|
-
.E_t1sqg15u.align-right .content {
|
|
35694
|
-
text-align: right;
|
|
35695
|
-
}
|
|
35696
|
-
.E_t1sqg15u .uuid-row {
|
|
35697
|
-
display: flex;
|
|
35698
|
-
justify-content: space-between;
|
|
35699
|
-
}
|
|
35700
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35701
|
-
white-space: nowrap;
|
|
35702
|
-
overflow: hidden;
|
|
35703
|
-
text-overflow: ellipsis;
|
|
35704
|
-
}
|
|
35705
|
-
|
|
35706
|
-
.E_t4zczcp {
|
|
35707
|
-
display: flex;
|
|
35708
|
-
justify-content: space-between;
|
|
35709
|
-
align-items: center;
|
|
35710
|
-
padding: 8px;
|
|
35711
|
-
min-height: 32px;
|
|
35712
|
-
}
|
|
35713
|
-
.E_t4zczcp .table-title {
|
|
35714
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35715
|
-
font-weight: 600;
|
|
35716
|
-
font-size: 12px;
|
|
35717
|
-
line-height: 8px;
|
|
35718
|
-
}
|
|
35719
|
-
.E_t4zczcp .edit-icon {
|
|
35720
|
-
font-size: 16px;
|
|
35721
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35722
|
-
cursor: pointer;
|
|
35723
|
-
}
|
|
35724
|
-
|
|
35725
|
-
.E_t1s7goww {
|
|
35726
|
-
font-size: 12px;
|
|
35727
|
-
line-height: 18px;
|
|
35728
|
-
}
|
|
35729
|
-
|
|
35730
|
-
.E_t93e4cf {
|
|
35731
|
-
display: flex;
|
|
35732
|
-
padding: 8px 0;
|
|
35733
|
-
color: #2d3a56;
|
|
35734
|
-
}
|
|
35735
|
-
.E_t93e4cf .hidden {
|
|
35736
|
-
display: none;
|
|
35737
|
-
}
|
|
35738
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35739
|
-
height: auto;
|
|
35740
|
-
}
|
|
35741
|
-
.E_t93e4cf .content {
|
|
35742
|
-
overflow: hidden;
|
|
35743
|
-
overflow-x: auto;
|
|
35744
|
-
width: 100%;
|
|
35745
|
-
white-space: pre-wrap;
|
|
35746
|
-
}
|
|
35747
|
-
.E_t93e4cf .content .ant-btn {
|
|
35748
|
-
white-space: pre-wrap;
|
|
35749
|
-
text-align: left;
|
|
35750
|
-
}
|
|
35751
|
-
.E_t93e4cf .content .unit-chart {
|
|
35752
|
-
justify-content: flex-start;
|
|
35753
|
-
}
|
|
35754
|
-
|
|
35755
|
-
.E_rhz2uv5 {
|
|
35756
|
-
width: var(--rhz2uv5-0);
|
|
35757
|
-
flex-shrink: 0;
|
|
35758
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35759
|
-
padding-right: 12px;
|
|
35760
|
-
}
|
|
35761
|
-
|
|
35762
|
-
.E_wg1tsps {
|
|
35763
|
-
display: flex;
|
|
35764
|
-
align-items: center;
|
|
35765
|
-
justify-content: flex-end;
|
|
35766
|
-
}
|
|
35767
|
-
|
|
35768
|
-
.E_b1ctd5xy {
|
|
35769
|
-
display: flex;
|
|
35770
|
-
align-items: center;
|
|
35771
|
-
width: calc(100% - 40px);
|
|
35772
|
-
}
|
|
35773
|
-
.E_b1ctd5xy .chart {
|
|
35774
|
-
display: inline-block;
|
|
35775
|
-
width: 100%;
|
|
35776
|
-
}
|
|
35777
|
-
|
|
35778
|
-
.E_u1p8acpn {
|
|
35779
|
-
min-width: 40px;
|
|
35780
|
-
}
|
|
35781
|
-
.E_u1p8acpn .unit {
|
|
35782
|
-
color: #00122e !important;
|
|
35783
|
-
}
|
|
35784
|
-
|
|
35785
35672
|
.E_t160l1cm {
|
|
35786
35673
|
display: flex;
|
|
35787
35674
|
flex-direction: column;
|
|
@@ -35981,24 +35868,8 @@ span.E_tqjc4ui {
|
|
|
35981
35868
|
display: block;
|
|
35982
35869
|
}
|
|
35983
35870
|
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35984
|
-
color: #0080ff;
|
|
35985
|
-
background: transparent;
|
|
35986
|
-
}
|
|
35987
|
-
|
|
35988
|
-
.E_u15heuvq.content {
|
|
35989
|
-
cursor: default !important;
|
|
35990
|
-
}
|
|
35991
|
-
.E_u15heuvq.content.link {
|
|
35992
|
-
cursor: pointer !important;
|
|
35993
|
-
}
|
|
35994
|
-
.E_u15heuvq.content.link:hover {
|
|
35995
|
-
color: #0080ff;
|
|
35996
|
-
}
|
|
35997
|
-
.E_u15heuvq.content.black {
|
|
35998
|
-
color: #00122e;
|
|
35999
|
-
}
|
|
36000
|
-
.E_u15heuvq.content.gray {
|
|
36001
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35871
|
+
color: #0080ff;
|
|
35872
|
+
background: transparent;
|
|
36002
35873
|
}
|
|
36003
35874
|
|
|
36004
35875
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -36114,6 +35985,135 @@ span.E_tqjc4ui {
|
|
|
36114
35985
|
text-align: left;
|
|
36115
35986
|
}
|
|
36116
35987
|
|
|
35988
|
+
.E_u15heuvq.content {
|
|
35989
|
+
cursor: default !important;
|
|
35990
|
+
}
|
|
35991
|
+
.E_u15heuvq.content.link {
|
|
35992
|
+
cursor: pointer !important;
|
|
35993
|
+
}
|
|
35994
|
+
.E_u15heuvq.content.link:hover {
|
|
35995
|
+
color: #0080ff;
|
|
35996
|
+
}
|
|
35997
|
+
.E_u15heuvq.content.black {
|
|
35998
|
+
color: #00122e;
|
|
35999
|
+
}
|
|
36000
|
+
.E_u15heuvq.content.gray {
|
|
36001
|
+
color: rgba(44, 56, 82, 0.75);
|
|
36002
|
+
}
|
|
36003
|
+
|
|
36004
|
+
.E_wg1tsps {
|
|
36005
|
+
display: flex;
|
|
36006
|
+
align-items: center;
|
|
36007
|
+
justify-content: flex-end;
|
|
36008
|
+
}
|
|
36009
|
+
|
|
36010
|
+
.E_b1ctd5xy {
|
|
36011
|
+
display: flex;
|
|
36012
|
+
align-items: center;
|
|
36013
|
+
width: calc(100% - 40px);
|
|
36014
|
+
}
|
|
36015
|
+
.E_b1ctd5xy .chart {
|
|
36016
|
+
display: inline-block;
|
|
36017
|
+
width: 100%;
|
|
36018
|
+
}
|
|
36019
|
+
|
|
36020
|
+
.E_u1p8acpn {
|
|
36021
|
+
min-width: 40px;
|
|
36022
|
+
}
|
|
36023
|
+
.E_u1p8acpn .unit {
|
|
36024
|
+
color: #00122e !important;
|
|
36025
|
+
}
|
|
36026
|
+
|
|
36027
|
+
.E_t1sqg15u {
|
|
36028
|
+
background: white;
|
|
36029
|
+
}
|
|
36030
|
+
.E_t1sqg15u.inline .table-row {
|
|
36031
|
+
flex-direction: column;
|
|
36032
|
+
}
|
|
36033
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
36034
|
+
padding: 0 16px 7px 0;
|
|
36035
|
+
}
|
|
36036
|
+
.E_t1sqg15u.has-border .table-header {
|
|
36037
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36038
|
+
}
|
|
36039
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36040
|
+
border-top: none !important;
|
|
36041
|
+
}
|
|
36042
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36043
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36044
|
+
}
|
|
36045
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36046
|
+
padding-bottom: 0;
|
|
36047
|
+
}
|
|
36048
|
+
.E_t1sqg15u.align-right .content {
|
|
36049
|
+
text-align: right;
|
|
36050
|
+
}
|
|
36051
|
+
.E_t1sqg15u .uuid-row {
|
|
36052
|
+
display: flex;
|
|
36053
|
+
justify-content: space-between;
|
|
36054
|
+
}
|
|
36055
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
36056
|
+
white-space: nowrap;
|
|
36057
|
+
overflow: hidden;
|
|
36058
|
+
text-overflow: ellipsis;
|
|
36059
|
+
}
|
|
36060
|
+
|
|
36061
|
+
.E_t4zczcp {
|
|
36062
|
+
display: flex;
|
|
36063
|
+
justify-content: space-between;
|
|
36064
|
+
align-items: center;
|
|
36065
|
+
padding: 8px;
|
|
36066
|
+
min-height: 32px;
|
|
36067
|
+
}
|
|
36068
|
+
.E_t4zczcp .table-title {
|
|
36069
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36070
|
+
font-weight: 600;
|
|
36071
|
+
font-size: 12px;
|
|
36072
|
+
line-height: 8px;
|
|
36073
|
+
}
|
|
36074
|
+
.E_t4zczcp .edit-icon {
|
|
36075
|
+
font-size: 16px;
|
|
36076
|
+
color: rgba(10, 37, 85, 0.6);
|
|
36077
|
+
cursor: pointer;
|
|
36078
|
+
}
|
|
36079
|
+
|
|
36080
|
+
.E_t1s7goww {
|
|
36081
|
+
font-size: 12px;
|
|
36082
|
+
line-height: 18px;
|
|
36083
|
+
}
|
|
36084
|
+
|
|
36085
|
+
.E_t93e4cf {
|
|
36086
|
+
display: flex;
|
|
36087
|
+
padding: 8px 0;
|
|
36088
|
+
color: #2d3a56;
|
|
36089
|
+
}
|
|
36090
|
+
.E_t93e4cf .hidden {
|
|
36091
|
+
display: none;
|
|
36092
|
+
}
|
|
36093
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36094
|
+
height: auto;
|
|
36095
|
+
}
|
|
36096
|
+
.E_t93e4cf .content {
|
|
36097
|
+
overflow: hidden;
|
|
36098
|
+
overflow-x: auto;
|
|
36099
|
+
width: 100%;
|
|
36100
|
+
white-space: pre-wrap;
|
|
36101
|
+
}
|
|
36102
|
+
.E_t93e4cf .content .ant-btn {
|
|
36103
|
+
white-space: pre-wrap;
|
|
36104
|
+
text-align: left;
|
|
36105
|
+
}
|
|
36106
|
+
.E_t93e4cf .content .unit-chart {
|
|
36107
|
+
justify-content: flex-start;
|
|
36108
|
+
}
|
|
36109
|
+
|
|
36110
|
+
.E_rhz2uv5 {
|
|
36111
|
+
width: var(--rhz2uv5-0);
|
|
36112
|
+
flex-shrink: 0;
|
|
36113
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36114
|
+
padding-right: 12px;
|
|
36115
|
+
}
|
|
36116
|
+
|
|
36117
36117
|
.E_kr6am0s .ant-modal-body {
|
|
36118
36118
|
padding: 60px 128px;
|
|
36119
36119
|
}
|
|
@@ -36177,10 +36177,45 @@ span.E_tqjc4ui {
|
|
|
36177
36177
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36178
36178
|
}
|
|
36179
36179
|
|
|
36180
|
-
.
|
|
36181
|
-
|
|
36182
|
-
|
|
36183
|
-
|
|
36180
|
+
.E_i5w779o {
|
|
36181
|
+
padding: 8px 0;
|
|
36182
|
+
}
|
|
36183
|
+
.E_i5w779o .col-label {
|
|
36184
|
+
flex-shrink: unset;
|
|
36185
|
+
}
|
|
36186
|
+
.E_i5w779o .col-label * {
|
|
36187
|
+
line-height: 18px;
|
|
36188
|
+
}
|
|
36189
|
+
.E_i5w779o .col-content {
|
|
36190
|
+
flex: 1 1 0;
|
|
36191
|
+
display: flex;
|
|
36192
|
+
align-items: center;
|
|
36193
|
+
}
|
|
36194
|
+
.E_i5w779o .col-content * {
|
|
36195
|
+
line-height: 18px;
|
|
36196
|
+
}
|
|
36197
|
+
|
|
36198
|
+
.E_l18dja44 {
|
|
36199
|
+
padding: 6px 0;
|
|
36200
|
+
}
|
|
36201
|
+
.E_l18dja44 .col-label * {
|
|
36202
|
+
font-size: 13px;
|
|
36203
|
+
line-height: 20px;
|
|
36204
|
+
}
|
|
36205
|
+
.E_l18dja44 .col-content * {
|
|
36206
|
+
font-size: 14px;
|
|
36207
|
+
line-height: 20px;
|
|
36208
|
+
}
|
|
36209
|
+
|
|
36210
|
+
.E_c8c2hys {
|
|
36211
|
+
display: flex;
|
|
36212
|
+
justify-content: space-between;
|
|
36213
|
+
flex: 1;
|
|
36214
|
+
min-width: 0;
|
|
36215
|
+
}
|
|
36216
|
+
|
|
36217
|
+
.E_n4m6c4d {
|
|
36218
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36184
36219
|
}
|
|
36185
36220
|
|
|
36186
36221
|
.E_cyms3br {
|
|
@@ -36235,7 +36270,7 @@ span.E_tqjc4ui {
|
|
|
36235
36270
|
}
|
|
36236
36271
|
.E_c157gu4z .icon-wrapper {
|
|
36237
36272
|
align-self: flex-start;
|
|
36238
|
-
margin-top: 1px;
|
|
36273
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
36239
36274
|
}
|
|
36240
36275
|
.E_c157gu4z .description {
|
|
36241
36276
|
flex: 1 1 0;
|
|
@@ -36248,7 +36283,7 @@ span.E_tqjc4ui {
|
|
|
36248
36283
|
.E_c157gu4z .ant-flex {
|
|
36249
36284
|
flex-shrink: 0;
|
|
36250
36285
|
align-self: flex-start;
|
|
36251
|
-
margin-top: 0px;
|
|
36286
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
36252
36287
|
}
|
|
36253
36288
|
|
|
36254
36289
|
.E_eu1sysj {
|
|
@@ -36258,45 +36293,34 @@ span.E_tqjc4ui {
|
|
|
36258
36293
|
justify-content: center;
|
|
36259
36294
|
}
|
|
36260
36295
|
|
|
36261
|
-
.
|
|
36262
|
-
|
|
36263
|
-
|
|
36264
|
-
|
|
36265
|
-
flex-shrink: unset;
|
|
36266
|
-
}
|
|
36267
|
-
.E_i5w779o .col-label * {
|
|
36268
|
-
line-height: 18px;
|
|
36296
|
+
.E_h1ol2wl7 {
|
|
36297
|
+
font-weight: bold;
|
|
36298
|
+
background-color: unset;
|
|
36299
|
+
padding: unset;
|
|
36269
36300
|
}
|
|
36270
|
-
|
|
36271
|
-
|
|
36301
|
+
|
|
36302
|
+
.E_l12xdkhl {
|
|
36303
|
+
width: 64px;
|
|
36304
|
+
height: 64px;
|
|
36305
|
+
max-width: 64px;
|
|
36306
|
+
max-height: 64px;
|
|
36307
|
+
overflow: hidden;
|
|
36272
36308
|
display: flex;
|
|
36273
36309
|
align-items: center;
|
|
36310
|
+
justify-content: center;
|
|
36311
|
+
position: relative;
|
|
36312
|
+
opacity: 0.6;
|
|
36274
36313
|
}
|
|
36275
|
-
.
|
|
36276
|
-
|
|
36277
|
-
}
|
|
36278
|
-
|
|
36279
|
-
.E_l18dja44 {
|
|
36280
|
-
padding: 6px 0;
|
|
36281
|
-
}
|
|
36282
|
-
.E_l18dja44 .col-label * {
|
|
36283
|
-
font-size: 13px;
|
|
36284
|
-
line-height: 20px;
|
|
36285
|
-
}
|
|
36286
|
-
.E_l18dja44 .col-content * {
|
|
36287
|
-
font-size: 14px;
|
|
36288
|
-
line-height: 20px;
|
|
36289
|
-
}
|
|
36290
|
-
|
|
36291
|
-
.E_c8c2hys {
|
|
36292
|
-
display: flex;
|
|
36293
|
-
justify-content: space-between;
|
|
36294
|
-
flex: 1;
|
|
36295
|
-
min-width: 0;
|
|
36314
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36315
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36296
36316
|
}
|
|
36297
|
-
|
|
36298
|
-
|
|
36299
|
-
|
|
36317
|
+
@keyframes rotate {
|
|
36318
|
+
from {
|
|
36319
|
+
transform: rotate(0deg);
|
|
36320
|
+
}
|
|
36321
|
+
to {
|
|
36322
|
+
transform: rotate(360deg);
|
|
36323
|
+
}
|
|
36300
36324
|
}
|
|
36301
36325
|
|
|
36302
36326
|
.E_c14ouk5o {
|
|
@@ -36893,28 +36917,4 @@ span.E_tqjc4ui {
|
|
|
36893
36917
|
height: 1px;
|
|
36894
36918
|
background: #e4e9f2;
|
|
36895
36919
|
margin: 16px 0;
|
|
36896
|
-
}
|
|
36897
|
-
|
|
36898
|
-
.E_l12xdkhl {
|
|
36899
|
-
width: 64px;
|
|
36900
|
-
height: 64px;
|
|
36901
|
-
max-width: 64px;
|
|
36902
|
-
max-height: 64px;
|
|
36903
|
-
overflow: hidden;
|
|
36904
|
-
display: flex;
|
|
36905
|
-
align-items: center;
|
|
36906
|
-
justify-content: center;
|
|
36907
|
-
position: relative;
|
|
36908
|
-
opacity: 0.6;
|
|
36909
|
-
}
|
|
36910
|
-
.E_l12xdkhl .icon-wrapper {
|
|
36911
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36912
|
-
}
|
|
36913
|
-
@keyframes rotate {
|
|
36914
|
-
from {
|
|
36915
|
-
transform: rotate(0deg);
|
|
36916
|
-
}
|
|
36917
|
-
to {
|
|
36918
|
-
transform: rotate(360deg);
|
|
36919
|
-
}
|
|
36920
36920
|
}
|