@cloudtower/eagle 0.33.48 → 0.33.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/LineChart/LineChartLegend.js +23 -6
- package/dist/cjs/coreX/BarChart/index.js +5 -2
- package/dist/cjs/coreX/UnderlineTootip/index.js +70 -0
- package/dist/cjs/index.js +30 -27
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1344 -1328
- package/dist/esm/core/LineChart/LineChartLegend.js +23 -6
- package/dist/esm/coreX/BarChart/index.js +4 -2
- package/dist/esm/coreX/UnderlineTootip/index.js +61 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1537 -1518
- package/dist/src/coreX/BarChart/index.d.ts +1 -0
- package/dist/src/coreX/UnderlineTootip/index.d.ts +43 -0
- package/dist/src/coreX/index.d.ts +4 -2
- package/dist/stories/docs/coreX/UnserlineTooltip.stories.d.ts +11 -0
- package/dist/style.css +1344 -1328
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29606,6 +29606,22 @@ html body {
|
|
|
29606
29606
|
padding: 8px 12px;
|
|
29607
29607
|
}
|
|
29608
29608
|
|
|
29609
|
+
.E_berrcjl {
|
|
29610
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29611
|
+
margin-bottom: 4px;
|
|
29612
|
+
}
|
|
29613
|
+
.E_berrcjl .breadcrumb-link {
|
|
29614
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29615
|
+
cursor: pointer;
|
|
29616
|
+
transition: color 160ms ease;
|
|
29617
|
+
}
|
|
29618
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29619
|
+
color: #0080ff;
|
|
29620
|
+
}
|
|
29621
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29622
|
+
color: #005ed1;
|
|
29623
|
+
}
|
|
29624
|
+
|
|
29609
29625
|
.E_m74vjol {
|
|
29610
29626
|
display: flex;
|
|
29611
29627
|
justify-content: space-between;
|
|
@@ -29912,57 +29928,6 @@ html body {
|
|
|
29912
29928
|
border-radius: unset;
|
|
29913
29929
|
}
|
|
29914
29930
|
|
|
29915
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
29916
|
-
border: 0px;
|
|
29917
|
-
background-color: #fff;
|
|
29918
|
-
}
|
|
29919
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29920
|
-
padding-top: 0px;
|
|
29921
|
-
padding-bottom: 0px;
|
|
29922
|
-
padding-left: 0px !important;
|
|
29923
|
-
padding-right: 24px;
|
|
29924
|
-
}
|
|
29925
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29926
|
-
right: 0px;
|
|
29927
|
-
}
|
|
29928
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29929
|
-
padding: 0px;
|
|
29930
|
-
}
|
|
29931
|
-
|
|
29932
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29933
|
-
padding-right: 0px;
|
|
29934
|
-
cursor: default;
|
|
29935
|
-
}
|
|
29936
|
-
|
|
29937
|
-
.E_c1yyuluq {
|
|
29938
|
-
border-radius: 8px;
|
|
29939
|
-
}
|
|
29940
|
-
.E_c1yyuluq .ant-card-body {
|
|
29941
|
-
padding: 20px 24px 24px 24px;
|
|
29942
|
-
}
|
|
29943
|
-
|
|
29944
|
-
.E_c1uzzomf {
|
|
29945
|
-
margin-bottom: 16px;
|
|
29946
|
-
}
|
|
29947
|
-
.E_c1uzzomf .card-title {
|
|
29948
|
-
font-size: 16px;
|
|
29949
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29950
|
-
font-weight: 700;
|
|
29951
|
-
line-height: 32px;
|
|
29952
|
-
}
|
|
29953
|
-
.E_c1uzzomf .card-body {
|
|
29954
|
-
padding: 24px;
|
|
29955
|
-
border-radius: 8px;
|
|
29956
|
-
background: #fff;
|
|
29957
|
-
}
|
|
29958
|
-
.E_c1uzzomf .empty {
|
|
29959
|
-
font-weight: 700;
|
|
29960
|
-
font-size: 14px;
|
|
29961
|
-
line-height: 22px;
|
|
29962
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29963
|
-
text-align: center;
|
|
29964
|
-
}
|
|
29965
|
-
|
|
29966
29931
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29967
29932
|
padding: 4px 8px 0 8px;
|
|
29968
29933
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -29976,22 +29941,6 @@ html body {
|
|
|
29976
29941
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29977
29942
|
}
|
|
29978
29943
|
|
|
29979
|
-
.E_berrcjl {
|
|
29980
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29981
|
-
margin-bottom: 4px;
|
|
29982
|
-
}
|
|
29983
|
-
.E_berrcjl .breadcrumb-link {
|
|
29984
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29985
|
-
cursor: pointer;
|
|
29986
|
-
transition: color 160ms ease;
|
|
29987
|
-
}
|
|
29988
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29989
|
-
color: #0080ff;
|
|
29990
|
-
}
|
|
29991
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29992
|
-
color: #005ed1;
|
|
29993
|
-
}
|
|
29994
|
-
|
|
29995
29944
|
.E_d1bw7c5z {
|
|
29996
29945
|
position: relative;
|
|
29997
29946
|
max-width: 388px;
|
|
@@ -30075,211 +30024,118 @@ html body {
|
|
|
30075
30024
|
width: 102px;
|
|
30076
30025
|
}
|
|
30077
30026
|
|
|
30078
|
-
.
|
|
30079
|
-
|
|
30080
|
-
}
|
|
30081
|
-
|
|
30082
|
-
.E_ivqqkzv {
|
|
30083
|
-
height: 24px;
|
|
30084
|
-
width: 56px !important;
|
|
30085
|
-
margin-right: 4px;
|
|
30027
|
+
.E_c1uzzomf {
|
|
30028
|
+
margin-bottom: 16px;
|
|
30086
30029
|
}
|
|
30087
|
-
|
|
30088
|
-
|
|
30030
|
+
.E_c1uzzomf .card-title {
|
|
30031
|
+
font-size: 16px;
|
|
30089
30032
|
color: rgba(44, 56, 82, 0.6);
|
|
30033
|
+
font-weight: 700;
|
|
30034
|
+
line-height: 32px;
|
|
30090
30035
|
}
|
|
30091
|
-
|
|
30092
|
-
|
|
30093
|
-
|
|
30094
|
-
|
|
30095
|
-
white-space: pre-wrap;
|
|
30096
|
-
}
|
|
30097
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30098
|
-
position: relative;
|
|
30099
|
-
top: 3px;
|
|
30100
|
-
}
|
|
30101
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30102
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30036
|
+
.E_c1uzzomf .card-body {
|
|
30037
|
+
padding: 24px;
|
|
30038
|
+
border-radius: 8px;
|
|
30039
|
+
background: #fff;
|
|
30103
30040
|
}
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30041
|
+
.E_c1uzzomf .empty {
|
|
30042
|
+
font-weight: 700;
|
|
30043
|
+
font-size: 14px;
|
|
30044
|
+
line-height: 22px;
|
|
30045
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30046
|
+
text-align: center;
|
|
30106
30047
|
}
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
30048
|
+
|
|
30049
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30050
|
+
border: 0px;
|
|
30051
|
+
background-color: #fff;
|
|
30110
30052
|
}
|
|
30111
|
-
.
|
|
30112
|
-
top:
|
|
30113
|
-
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
background: #fff;
|
|
30053
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30054
|
+
padding-top: 0px;
|
|
30055
|
+
padding-bottom: 0px;
|
|
30056
|
+
padding-left: 0px !important;
|
|
30057
|
+
padding-right: 24px;
|
|
30117
30058
|
}
|
|
30118
|
-
.
|
|
30119
|
-
|
|
30059
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30060
|
+
right: 0px;
|
|
30120
30061
|
}
|
|
30121
|
-
.
|
|
30122
|
-
|
|
30123
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30062
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30063
|
+
padding: 0px;
|
|
30124
30064
|
}
|
|
30125
|
-
|
|
30126
|
-
|
|
30065
|
+
|
|
30066
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30067
|
+
padding-right: 0px;
|
|
30068
|
+
cursor: default;
|
|
30127
30069
|
}
|
|
30128
|
-
|
|
30129
|
-
|
|
30130
|
-
|
|
30070
|
+
|
|
30071
|
+
.E_c1yyuluq {
|
|
30072
|
+
border-radius: 8px;
|
|
30131
30073
|
}
|
|
30132
|
-
.
|
|
30133
|
-
|
|
30074
|
+
.E_c1yyuluq .ant-card-body {
|
|
30075
|
+
padding: 20px 24px 24px 24px;
|
|
30134
30076
|
}
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
padding-left: 10px;
|
|
30077
|
+
|
|
30078
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30079
|
+
display: flex;
|
|
30139
30080
|
}
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30142
|
-
|
|
30143
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30081
|
+
.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 {
|
|
30082
|
+
border-bottom-left-radius: 5px;
|
|
30083
|
+
border-top-left-radius: 5px;
|
|
30144
30084
|
}
|
|
30145
|
-
.
|
|
30146
|
-
|
|
30085
|
+
.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 {
|
|
30086
|
+
border-bottom-right-radius: 5px;
|
|
30087
|
+
border-top-right-radius: 5px;
|
|
30147
30088
|
}
|
|
30148
30089
|
|
|
30149
|
-
.
|
|
30150
|
-
|
|
30151
|
-
}
|
|
30152
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30153
|
-
border-radius: 0 5px 5px 0;
|
|
30090
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30091
|
+
line-height: 18px;
|
|
30154
30092
|
}
|
|
30155
30093
|
|
|
30156
|
-
.
|
|
30157
|
-
|
|
30158
|
-
|
|
30094
|
+
.E_phljevk {
|
|
30095
|
+
display: flex;
|
|
30096
|
+
justify-content: space-between;
|
|
30097
|
+
align-items: center;
|
|
30098
|
+
padding: 10px 0;
|
|
30099
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30100
|
+
font-size: 12px;
|
|
30101
|
+
line-height: 24px;
|
|
30159
30102
|
}
|
|
30160
|
-
.
|
|
30161
|
-
|
|
30103
|
+
.E_phljevk .pagination-left {
|
|
30104
|
+
padding: 2px 8px;
|
|
30162
30105
|
}
|
|
30163
|
-
.
|
|
30164
|
-
|
|
30165
|
-
|
|
30166
|
-
|
|
30106
|
+
.E_phljevk .dropdown-trigger {
|
|
30107
|
+
display: flex;
|
|
30108
|
+
align-items: center;
|
|
30109
|
+
border-radius: 6px;
|
|
30110
|
+
cursor: pointer;
|
|
30111
|
+
transition: all 0.3s ease;
|
|
30167
30112
|
}
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30113
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30114
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30115
|
+
color: #0080ff;
|
|
30170
30116
|
}
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30173
|
-
padding: 0 7px;
|
|
30174
|
-
line-height: 20px;
|
|
30117
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30118
|
+
margin-left: 4px;
|
|
30175
30119
|
}
|
|
30176
|
-
.
|
|
30177
|
-
|
|
30120
|
+
.E_phljevk .pagination-right {
|
|
30121
|
+
display: flex;
|
|
30122
|
+
align-items: center;
|
|
30123
|
+
color: #0080ff;
|
|
30124
|
+
font-weight: bold;
|
|
30178
30125
|
}
|
|
30179
|
-
.
|
|
30180
|
-
|
|
30126
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30127
|
+
margin-left: 4px;
|
|
30181
30128
|
}
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30184
|
-
|
|
30129
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30130
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30131
|
+
padding: 0 8px;
|
|
30185
30132
|
}
|
|
30186
|
-
.
|
|
30187
|
-
|
|
30133
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30134
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30135
|
+
color: #0080ff;
|
|
30188
30136
|
}
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30191
|
-
}
|
|
30192
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30193
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30194
|
-
}
|
|
30195
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30196
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30197
|
-
border-color: #ccd4e3;
|
|
30198
|
-
opacity: 0.5;
|
|
30199
|
-
}
|
|
30200
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30201
|
-
color: #00122e;
|
|
30202
|
-
border-color: #ccd4e3;
|
|
30203
|
-
}
|
|
30204
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30205
|
-
color: #00122e;
|
|
30206
|
-
border-color: #ccd4e3;
|
|
30207
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30208
|
-
}
|
|
30209
|
-
.E_rcc63c8 .ant-radio-button-input {
|
|
30210
|
-
margin-right: 8px;
|
|
30211
|
-
display: inline;
|
|
30212
|
-
border: none;
|
|
30213
|
-
padding: 0;
|
|
30214
|
-
width: 36px;
|
|
30215
|
-
background: transparent;
|
|
30216
|
-
}
|
|
30217
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30218
|
-
box-shadow: none;
|
|
30219
|
-
}
|
|
30220
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30221
|
-
margin-right: 0;
|
|
30222
|
-
width: initial;
|
|
30223
|
-
box-shadow: none;
|
|
30224
|
-
}
|
|
30225
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30226
|
-
display: none;
|
|
30227
|
-
}
|
|
30228
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30229
|
-
display: inline;
|
|
30230
|
-
}
|
|
30231
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30232
|
-
display: inline;
|
|
30233
|
-
margin-right: 8px;
|
|
30234
|
-
padding: 0;
|
|
30235
|
-
width: 36px;
|
|
30236
|
-
}
|
|
30237
|
-
|
|
30238
|
-
.E_phljevk {
|
|
30239
|
-
display: flex;
|
|
30240
|
-
justify-content: space-between;
|
|
30241
|
-
align-items: center;
|
|
30242
|
-
padding: 10px 0;
|
|
30243
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30244
|
-
font-size: 12px;
|
|
30245
|
-
line-height: 24px;
|
|
30246
|
-
}
|
|
30247
|
-
.E_phljevk .pagination-left {
|
|
30248
|
-
padding: 2px 8px;
|
|
30249
|
-
}
|
|
30250
|
-
.E_phljevk .dropdown-trigger {
|
|
30251
|
-
display: flex;
|
|
30252
|
-
align-items: center;
|
|
30253
|
-
border-radius: 6px;
|
|
30254
|
-
cursor: pointer;
|
|
30255
|
-
transition: all 0.3s ease;
|
|
30256
|
-
}
|
|
30257
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30258
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30259
|
-
color: #0080ff;
|
|
30260
|
-
}
|
|
30261
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30262
|
-
margin-left: 4px;
|
|
30263
|
-
}
|
|
30264
|
-
.E_phljevk .pagination-right {
|
|
30265
|
-
display: flex;
|
|
30266
|
-
align-items: center;
|
|
30267
|
-
color: #0080ff;
|
|
30268
|
-
font-weight: bold;
|
|
30269
|
-
}
|
|
30270
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30271
|
-
margin-left: 4px;
|
|
30272
|
-
}
|
|
30273
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30274
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30275
|
-
padding: 0 8px;
|
|
30276
|
-
}
|
|
30277
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30278
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30279
|
-
color: #0080ff;
|
|
30280
|
-
}
|
|
30281
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30282
|
-
transform: rotate(180deg);
|
|
30137
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30138
|
+
transform: rotate(180deg);
|
|
30283
30139
|
}
|
|
30284
30140
|
|
|
30285
30141
|
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
@@ -30292,42 +30148,14 @@ html body {
|
|
|
30292
30148
|
line-height: 18px;
|
|
30293
30149
|
}
|
|
30294
30150
|
|
|
30295
|
-
.
|
|
30296
|
-
|
|
30297
|
-
|
|
30298
|
-
|
|
30299
|
-
margin-left: 8px;
|
|
30300
|
-
}
|
|
30301
|
-
|
|
30302
|
-
.E_cc368xp {
|
|
30303
|
-
color: #00122e;
|
|
30304
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30305
|
-
margin-right: 8px;
|
|
30306
|
-
padding-right: 8px;
|
|
30307
|
-
}
|
|
30308
|
-
|
|
30309
|
-
.E_i11o6xqj {
|
|
30310
|
-
display: flex;
|
|
30311
|
-
gap: 4px;
|
|
30312
|
-
}
|
|
30313
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30314
|
-
cursor: pointer;
|
|
30315
|
-
}
|
|
30316
|
-
|
|
30317
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30318
|
-
cursor: not-allowed;
|
|
30151
|
+
.E_ivqqkzv {
|
|
30152
|
+
height: 24px;
|
|
30153
|
+
width: 56px !important;
|
|
30154
|
+
margin-right: 4px;
|
|
30319
30155
|
}
|
|
30320
30156
|
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
}
|
|
30324
|
-
.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 {
|
|
30325
|
-
border-bottom-left-radius: 5px;
|
|
30326
|
-
border-top-left-radius: 5px;
|
|
30327
|
-
}
|
|
30328
|
-
.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 {
|
|
30329
|
-
border-bottom-right-radius: 5px;
|
|
30330
|
-
border-top-right-radius: 5px;
|
|
30157
|
+
.E_c1wk4q29 {
|
|
30158
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30331
30159
|
}
|
|
30332
30160
|
|
|
30333
30161
|
.E_c1bus5hc {
|
|
@@ -30425,93 +30253,153 @@ html body {
|
|
|
30425
30253
|
margin-left: 5px;
|
|
30426
30254
|
}
|
|
30427
30255
|
|
|
30428
|
-
.
|
|
30429
|
-
display: inline-
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
.E_s1sck0th {
|
|
30433
|
-
padding: 0 8px;
|
|
30434
|
-
border-radius: 4px;
|
|
30256
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30257
|
+
display: inline-flex;
|
|
30258
|
+
align-items: baseline;
|
|
30259
|
+
white-space: pre-wrap;
|
|
30435
30260
|
}
|
|
30436
|
-
|
|
30437
|
-
|
|
30438
|
-
|
|
30439
|
-
border-radius: 3px;
|
|
30261
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30262
|
+
position: relative;
|
|
30263
|
+
top: 3px;
|
|
30440
30264
|
}
|
|
30441
|
-
|
|
30442
|
-
.
|
|
30443
|
-
padding: 3px 8px;
|
|
30444
|
-
border-radius: 2px;
|
|
30265
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30266
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30445
30267
|
}
|
|
30446
|
-
|
|
30447
|
-
|
|
30448
|
-
opacity: unset;
|
|
30268
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30269
|
+
border-color: #0080ff;
|
|
30449
30270
|
}
|
|
30450
|
-
.
|
|
30451
|
-
|
|
30452
|
-
|
|
30453
|
-
display: inline-flex;
|
|
30454
|
-
align-items: center;
|
|
30455
|
-
border: none;
|
|
30271
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30272
|
+
border-color: #0080ff;
|
|
30273
|
+
background: #0080ff;
|
|
30456
30274
|
}
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30459
|
-
|
|
30460
|
-
|
|
30461
|
-
|
|
30462
|
-
|
|
30463
|
-
display: inline-flex;
|
|
30275
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30276
|
+
top: 4px;
|
|
30277
|
+
left: 4px;
|
|
30278
|
+
width: 6px;
|
|
30279
|
+
height: 6px;
|
|
30280
|
+
background: #fff;
|
|
30464
30281
|
}
|
|
30465
|
-
.
|
|
30466
|
-
opacity:
|
|
30282
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30283
|
+
opacity: 0.5;
|
|
30467
30284
|
}
|
|
30468
|
-
.
|
|
30469
|
-
color:
|
|
30470
|
-
background
|
|
30285
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30286
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30287
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30471
30288
|
}
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30474
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30289
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30290
|
+
background: #00122e;
|
|
30475
30291
|
}
|
|
30476
|
-
.
|
|
30477
|
-
color: #
|
|
30478
|
-
|
|
30292
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30293
|
+
color: #00122e;
|
|
30294
|
+
opacity: 0.5;
|
|
30479
30295
|
}
|
|
30480
|
-
.
|
|
30481
|
-
color: #
|
|
30482
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30296
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30297
|
+
color: #00122e;
|
|
30483
30298
|
}
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
|
|
30299
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30300
|
+
display: inline-block;
|
|
30301
|
+
padding: 0;
|
|
30302
|
+
padding-left: 10px;
|
|
30487
30303
|
}
|
|
30488
|
-
.
|
|
30489
|
-
|
|
30490
|
-
|
|
30304
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30305
|
+
margin-bottom: 0;
|
|
30306
|
+
white-space: pre-wrap;
|
|
30307
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30491
30308
|
}
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30309
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30310
|
+
padding-left: 8px;
|
|
30494
30311
|
}
|
|
30495
|
-
|
|
30496
|
-
|
|
30312
|
+
|
|
30313
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30314
|
+
border-radius: 5px 0 0 5px;
|
|
30497
30315
|
}
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30316
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30317
|
+
border-radius: 0 5px 5px 0;
|
|
30500
30318
|
}
|
|
30501
|
-
|
|
30502
|
-
|
|
30319
|
+
|
|
30320
|
+
.E_rcc63c8 {
|
|
30321
|
+
color: #00122e;
|
|
30322
|
+
border-color: #ccd4e3;
|
|
30503
30323
|
}
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30324
|
+
.E_rcc63c8:first-child {
|
|
30325
|
+
border-color: #a3b4cc;
|
|
30506
30326
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30327
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30328
|
+
padding: 0 12px;
|
|
30329
|
+
line-height: 32px;
|
|
30330
|
+
height: 32px;
|
|
30509
30331
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30332
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30333
|
+
white-space: nowrap;
|
|
30512
30334
|
}
|
|
30513
|
-
|
|
30514
|
-
|
|
30335
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30336
|
+
height: 22px;
|
|
30337
|
+
padding: 0 7px;
|
|
30338
|
+
line-height: 20px;
|
|
30339
|
+
}
|
|
30340
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30341
|
+
background: #ccd4e3;
|
|
30342
|
+
}
|
|
30343
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30344
|
+
background: #0080ff;
|
|
30345
|
+
}
|
|
30346
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30347
|
+
background: #ccd4e3;
|
|
30348
|
+
opacity: 0.5;
|
|
30349
|
+
}
|
|
30350
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30351
|
+
border-right-color: #0080ff;
|
|
30352
|
+
}
|
|
30353
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30354
|
+
border-color: #0080ff;
|
|
30355
|
+
}
|
|
30356
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30357
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30358
|
+
}
|
|
30359
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30360
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30361
|
+
border-color: #ccd4e3;
|
|
30362
|
+
opacity: 0.5;
|
|
30363
|
+
}
|
|
30364
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30365
|
+
color: #00122e;
|
|
30366
|
+
border-color: #ccd4e3;
|
|
30367
|
+
}
|
|
30368
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30369
|
+
color: #00122e;
|
|
30370
|
+
border-color: #ccd4e3;
|
|
30371
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30372
|
+
}
|
|
30373
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30374
|
+
margin-right: 8px;
|
|
30375
|
+
display: inline;
|
|
30376
|
+
border: none;
|
|
30377
|
+
padding: 0;
|
|
30378
|
+
width: 36px;
|
|
30379
|
+
background: transparent;
|
|
30380
|
+
}
|
|
30381
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30382
|
+
box-shadow: none;
|
|
30383
|
+
}
|
|
30384
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30385
|
+
margin-right: 0;
|
|
30386
|
+
width: initial;
|
|
30387
|
+
box-shadow: none;
|
|
30388
|
+
}
|
|
30389
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30390
|
+
display: none;
|
|
30391
|
+
}
|
|
30392
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30393
|
+
display: inline;
|
|
30394
|
+
}
|
|
30395
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30396
|
+
display: inline;
|
|
30397
|
+
margin-right: 8px;
|
|
30398
|
+
padding: 0;
|
|
30399
|
+
width: 36px;
|
|
30400
|
+
}
|
|
30401
|
+
|
|
30402
|
+
.E_s1dni7lo {
|
|
30515
30403
|
width: 430px !important;
|
|
30516
30404
|
}
|
|
30517
30405
|
|
|
@@ -30592,117 +30480,151 @@ html body {
|
|
|
30592
30480
|
opacity: 0;
|
|
30593
30481
|
}
|
|
30594
30482
|
|
|
30595
|
-
.
|
|
30596
|
-
|
|
30483
|
+
.E_tju3gfj .date {
|
|
30484
|
+
margin-right: 4px;
|
|
30597
30485
|
}
|
|
30598
|
-
|
|
30599
|
-
|
|
30486
|
+
|
|
30487
|
+
.E_s1sck0th {
|
|
30488
|
+
padding: 0 8px;
|
|
30600
30489
|
border-radius: 4px;
|
|
30601
30490
|
}
|
|
30602
|
-
|
|
30603
|
-
|
|
30491
|
+
|
|
30492
|
+
.E_m855nr1 {
|
|
30493
|
+
padding: 2px 8px;
|
|
30494
|
+
border-radius: 3px;
|
|
30604
30495
|
}
|
|
30605
30496
|
|
|
30606
|
-
.
|
|
30607
|
-
|
|
30497
|
+
.E_l1270xpg {
|
|
30498
|
+
padding: 3px 8px;
|
|
30499
|
+
border-radius: 2px;
|
|
30608
30500
|
}
|
|
30609
30501
|
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30612
|
-
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
|
|
30502
|
+
.E_t14rextb.ant-tag:hover {
|
|
30503
|
+
opacity: unset;
|
|
30504
|
+
}
|
|
30505
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30506
|
+
margin: 0;
|
|
30507
|
+
margin-right: 8px;
|
|
30508
|
+
display: inline-flex;
|
|
30617
30509
|
align-items: center;
|
|
30510
|
+
border: none;
|
|
30618
30511
|
}
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30621
|
-
|
|
30622
|
-
|
|
30512
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30513
|
+
width: 16px;
|
|
30514
|
+
height: 16px;
|
|
30515
|
+
color: inherit;
|
|
30516
|
+
margin-left: 4px;
|
|
30517
|
+
opacity: 0.6;
|
|
30518
|
+
display: inline-flex;
|
|
30623
30519
|
}
|
|
30624
|
-
|
|
30625
|
-
|
|
30626
|
-
width: 100%;
|
|
30627
|
-
margin-bottom: 0 !important;
|
|
30628
|
-
flex-flow: nowrap !important;
|
|
30629
|
-
line-break: auto;
|
|
30520
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30521
|
+
opacity: 1;
|
|
30630
30522
|
}
|
|
30631
|
-
.
|
|
30632
|
-
|
|
30633
|
-
|
|
30523
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30524
|
+
color: #0080ff;
|
|
30525
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30634
30526
|
}
|
|
30635
|
-
.
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
font-size: 13px;
|
|
30639
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30640
|
-
white-space: normal;
|
|
30527
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30528
|
+
color: #f0483e;
|
|
30529
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30641
30530
|
}
|
|
30642
|
-
.
|
|
30643
|
-
|
|
30531
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30532
|
+
color: #e07f00;
|
|
30533
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30644
30534
|
}
|
|
30645
|
-
.
|
|
30646
|
-
|
|
30535
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30536
|
+
color: #008f4c;
|
|
30537
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30647
30538
|
}
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
min-height: 0px;
|
|
30539
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30540
|
+
color: #1d326c;
|
|
30541
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30652
30542
|
}
|
|
30653
|
-
.
|
|
30654
|
-
|
|
30655
|
-
color: rgba(
|
|
30656
|
-
|
|
30543
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30544
|
+
color: #7E41FF;
|
|
30545
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30546
|
+
}
|
|
30547
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30548
|
+
color: #fff;
|
|
30549
|
+
}
|
|
30550
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30551
|
+
background-color: #f0483e;
|
|
30552
|
+
}
|
|
30553
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30554
|
+
background-color: #fea008;
|
|
30555
|
+
}
|
|
30556
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30557
|
+
background-color: #00ba5d;
|
|
30558
|
+
}
|
|
30559
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30560
|
+
background-color: #0080ff;
|
|
30561
|
+
}
|
|
30562
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30563
|
+
background-color: #6b7d99;
|
|
30564
|
+
}
|
|
30565
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30566
|
+
background-color: #7E41FF;
|
|
30657
30567
|
}
|
|
30658
30568
|
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30661
|
-
align-items: center;
|
|
30569
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30570
|
+
margin-right: 8px;
|
|
30662
30571
|
}
|
|
30663
|
-
.
|
|
30664
|
-
|
|
30665
|
-
align-items: center;
|
|
30666
|
-
justify-content: center;
|
|
30572
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30573
|
+
margin-left: 8px;
|
|
30667
30574
|
}
|
|
30668
|
-
|
|
30669
|
-
.
|
|
30670
|
-
|
|
30575
|
+
|
|
30576
|
+
.E_cc368xp {
|
|
30577
|
+
color: #00122e;
|
|
30578
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30579
|
+
margin-right: 8px;
|
|
30580
|
+
padding-right: 8px;
|
|
30671
30581
|
}
|
|
30672
|
-
|
|
30673
|
-
.
|
|
30674
|
-
|
|
30582
|
+
|
|
30583
|
+
.E_i11o6xqj {
|
|
30584
|
+
display: flex;
|
|
30585
|
+
gap: 4px;
|
|
30586
|
+
}
|
|
30587
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30588
|
+
cursor: pointer;
|
|
30675
30589
|
}
|
|
30676
30590
|
|
|
30677
|
-
.
|
|
30678
|
-
|
|
30591
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30592
|
+
cursor: not-allowed;
|
|
30679
30593
|
}
|
|
30680
|
-
|
|
30681
|
-
|
|
30682
|
-
display:
|
|
30683
|
-
line-height: 1.5715;
|
|
30684
|
-
height: inherit;
|
|
30594
|
+
|
|
30595
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30596
|
+
display: none;
|
|
30685
30597
|
}
|
|
30686
|
-
.
|
|
30687
|
-
|
|
30688
|
-
|
|
30689
|
-
flex: none;
|
|
30690
|
-
align-items: center;
|
|
30691
|
-
margin-left: 4px;
|
|
30598
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30599
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30600
|
+
border-radius: 4px;
|
|
30692
30601
|
}
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
|
|
30602
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30603
|
+
visibility: hidden;
|
|
30604
|
+
}
|
|
30605
|
+
|
|
30606
|
+
.E_iq1gosr {
|
|
30607
|
+
display: inline-block;
|
|
30608
|
+
}
|
|
30609
|
+
|
|
30610
|
+
.E_i1inqkme {
|
|
30611
|
+
height: 18px;
|
|
30612
|
+
line-height: 18px;
|
|
30613
|
+
padding: 0 4px;
|
|
30614
|
+
border-radius: 4px;
|
|
30615
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30616
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30617
|
+
display: flex;
|
|
30697
30618
|
align-items: center;
|
|
30619
|
+
white-space: nowrap;
|
|
30698
30620
|
margin-right: 4px;
|
|
30699
|
-
cursor: auto;
|
|
30700
30621
|
}
|
|
30701
|
-
|
|
30702
|
-
|
|
30703
|
-
margin:
|
|
30704
|
-
|
|
30705
|
-
|
|
30622
|
+
|
|
30623
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30624
|
+
margin-left: 8px;
|
|
30625
|
+
}
|
|
30626
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30627
|
+
padding: 2px 7px 2px 12px;
|
|
30706
30628
|
}
|
|
30707
30629
|
|
|
30708
30630
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30765,6 +30687,89 @@ html body {
|
|
|
30765
30687
|
padding: 2px 8px;
|
|
30766
30688
|
}
|
|
30767
30689
|
|
|
30690
|
+
.E_iouxfgt {
|
|
30691
|
+
display: inline-flex;
|
|
30692
|
+
align-items: center;
|
|
30693
|
+
}
|
|
30694
|
+
.E_iouxfgt .icon-inner {
|
|
30695
|
+
display: inline-flex;
|
|
30696
|
+
align-items: center;
|
|
30697
|
+
justify-content: center;
|
|
30698
|
+
}
|
|
30699
|
+
.E_iouxfgt .icon-inner + span,
|
|
30700
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30701
|
+
margin-left: 4px;
|
|
30702
|
+
}
|
|
30703
|
+
.E_iouxfgt.is-rotate img,
|
|
30704
|
+
.E_iouxfgt.is-rotate svg {
|
|
30705
|
+
animation: rotate 680ms linear infinite;
|
|
30706
|
+
}
|
|
30707
|
+
|
|
30708
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30709
|
+
display: var(--a1wfy30z-0);
|
|
30710
|
+
}
|
|
30711
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30712
|
+
padding: 4px 11px;
|
|
30713
|
+
display: inline-flex;
|
|
30714
|
+
line-height: 1.5715;
|
|
30715
|
+
height: inherit;
|
|
30716
|
+
}
|
|
30717
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30718
|
+
content: var(--a1wfy30z-1);
|
|
30719
|
+
display: var(--a1wfy30z-2);
|
|
30720
|
+
flex: none;
|
|
30721
|
+
align-items: center;
|
|
30722
|
+
margin-left: 4px;
|
|
30723
|
+
}
|
|
30724
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30725
|
+
content: var(--a1wfy30z-3);
|
|
30726
|
+
display: var(--a1wfy30z-4);
|
|
30727
|
+
flex: none;
|
|
30728
|
+
align-items: center;
|
|
30729
|
+
margin-right: 4px;
|
|
30730
|
+
cursor: auto;
|
|
30731
|
+
}
|
|
30732
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30733
|
+
padding: 0;
|
|
30734
|
+
margin: 0;
|
|
30735
|
+
height: auto;
|
|
30736
|
+
font-size: inherit;
|
|
30737
|
+
}
|
|
30738
|
+
|
|
30739
|
+
.E_f7pxqmh {
|
|
30740
|
+
width: 100%;
|
|
30741
|
+
margin-bottom: 0 !important;
|
|
30742
|
+
flex-flow: nowrap !important;
|
|
30743
|
+
line-break: auto;
|
|
30744
|
+
}
|
|
30745
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30746
|
+
text-align: left !important;
|
|
30747
|
+
padding-bottom: 0 !important;
|
|
30748
|
+
}
|
|
30749
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30750
|
+
min-height: 32px;
|
|
30751
|
+
height: auto;
|
|
30752
|
+
font-size: 13px;
|
|
30753
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30754
|
+
white-space: normal;
|
|
30755
|
+
}
|
|
30756
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30757
|
+
border-color: #ff4d4f !important;
|
|
30758
|
+
}
|
|
30759
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30760
|
+
border-color: #ff4d4f !important;
|
|
30761
|
+
}
|
|
30762
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30763
|
+
margin-top: 4px;
|
|
30764
|
+
font-size: 12px;
|
|
30765
|
+
min-height: 0px;
|
|
30766
|
+
}
|
|
30767
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30768
|
+
font-size: 12px;
|
|
30769
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30770
|
+
min-height: 0px;
|
|
30771
|
+
}
|
|
30772
|
+
|
|
30768
30773
|
.E_owd0kml {
|
|
30769
30774
|
display: inline-block;
|
|
30770
30775
|
}
|
|
@@ -30774,24 +30779,23 @@ html body {
|
|
|
30774
30779
|
position: absolute;
|
|
30775
30780
|
}
|
|
30776
30781
|
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
border-radius: 4px;
|
|
30782
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30783
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30782
|
+
.E_fzh9mnb {
|
|
30783
|
+
width: 100%;
|
|
30784
|
+
height: 100%;
|
|
30785
|
+
min-height: 124px;
|
|
30784
30786
|
display: flex;
|
|
30787
|
+
flex-direction: column;
|
|
30788
|
+
justify-content: center;
|
|
30785
30789
|
align-items: center;
|
|
30786
|
-
white-space: nowrap;
|
|
30787
|
-
margin-right: 4px;
|
|
30788
30790
|
}
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
margin-
|
|
30791
|
+
.E_fzh9mnb .error-text {
|
|
30792
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30793
|
+
margin-bottom: 16px;
|
|
30794
|
+
font-size: 18px;
|
|
30792
30795
|
}
|
|
30793
|
-
|
|
30794
|
-
|
|
30796
|
+
|
|
30797
|
+
.E_m196gn1d {
|
|
30798
|
+
min-width: 1280px;
|
|
30795
30799
|
}
|
|
30796
30800
|
|
|
30797
30801
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -30824,10 +30828,6 @@ html body {
|
|
|
30824
30828
|
transition: all 320ms ease;
|
|
30825
30829
|
}
|
|
30826
30830
|
|
|
30827
|
-
.E_m196gn1d {
|
|
30828
|
-
min-width: 1280px;
|
|
30829
|
-
}
|
|
30830
|
-
|
|
30831
30831
|
.E_dsnbhzf {
|
|
30832
30832
|
font-family: Inter;
|
|
30833
30833
|
font-style: normal;
|
|
@@ -31993,6 +31993,63 @@ input.E_rf8rlle.ant-input {
|
|
|
31993
31993
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31994
31994
|
}
|
|
31995
31995
|
|
|
31996
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
31997
|
+
border-radius: 6px;
|
|
31998
|
+
}
|
|
31999
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32000
|
+
width: 100%;
|
|
32001
|
+
color: #2d3a56;
|
|
32002
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32003
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32004
|
+
font-size: 13px;
|
|
32005
|
+
}
|
|
32006
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32007
|
+
height: 30px;
|
|
32008
|
+
}
|
|
32009
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32010
|
+
height: 38px;
|
|
32011
|
+
font-size: 13px;
|
|
32012
|
+
}
|
|
32013
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32014
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32015
|
+
transition: 160ms ease;
|
|
32016
|
+
}
|
|
32017
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32018
|
+
color: #0080ff;
|
|
32019
|
+
}
|
|
32020
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32021
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32022
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32023
|
+
}
|
|
32024
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32025
|
+
color: #0080ff;
|
|
32026
|
+
}
|
|
32027
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32028
|
+
border-color: #0080ff;
|
|
32029
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32030
|
+
}
|
|
32031
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32032
|
+
transform: rotate(180deg);
|
|
32033
|
+
}
|
|
32034
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32035
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32036
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32037
|
+
cursor: "not-allowed";
|
|
32038
|
+
}
|
|
32039
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32040
|
+
border-color: #f0483e !important;
|
|
32041
|
+
}
|
|
32042
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32043
|
+
color: #1d326c;
|
|
32044
|
+
}
|
|
32045
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32046
|
+
border-color: #0080ff;
|
|
32047
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32048
|
+
}
|
|
32049
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32050
|
+
transform: rotate(180deg);
|
|
32051
|
+
}
|
|
32052
|
+
|
|
31996
32053
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
31997
32054
|
opacity: 1;
|
|
31998
32055
|
}
|
|
@@ -32145,61 +32202,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32145
32202
|
flex-shrink: 0;
|
|
32146
32203
|
}
|
|
32147
32204
|
|
|
32148
|
-
.
|
|
32149
|
-
|
|
32150
|
-
|
|
32151
|
-
|
|
32152
|
-
width: 100%;
|
|
32153
|
-
color: #2d3a56;
|
|
32154
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32155
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32156
|
-
font-size: 13px;
|
|
32157
|
-
}
|
|
32158
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32159
|
-
height: 30px;
|
|
32160
|
-
}
|
|
32161
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32162
|
-
height: 38px;
|
|
32163
|
-
font-size: 13px;
|
|
32164
|
-
}
|
|
32165
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32166
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32167
|
-
transition: 160ms ease;
|
|
32168
|
-
}
|
|
32169
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32170
|
-
color: #0080ff;
|
|
32171
|
-
}
|
|
32172
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32173
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32174
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32175
|
-
}
|
|
32176
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32177
|
-
color: #0080ff;
|
|
32178
|
-
}
|
|
32179
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32180
|
-
border-color: #0080ff;
|
|
32181
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32182
|
-
}
|
|
32183
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32184
|
-
transform: rotate(180deg);
|
|
32185
|
-
}
|
|
32186
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32187
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32188
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32189
|
-
cursor: "not-allowed";
|
|
32190
|
-
}
|
|
32191
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32192
|
-
border-color: #f0483e !important;
|
|
32193
|
-
}
|
|
32194
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32195
|
-
color: #1d326c;
|
|
32205
|
+
.E_w1dxz879 {
|
|
32206
|
+
display: flex;
|
|
32207
|
+
flex-direction: column;
|
|
32208
|
+
gap: 6px;
|
|
32196
32209
|
}
|
|
32197
|
-
.
|
|
32198
|
-
|
|
32199
|
-
|
|
32210
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32211
|
+
max-height: var(--w1dxz879-0);
|
|
32212
|
+
text-overflow: clip;
|
|
32213
|
+
overflow: hidden;
|
|
32200
32214
|
}
|
|
32201
|
-
.
|
|
32202
|
-
|
|
32215
|
+
.E_w1dxz879 .tips {
|
|
32216
|
+
color: #fff;
|
|
32217
|
+
opacity: 0.8;
|
|
32203
32218
|
}
|
|
32204
32219
|
|
|
32205
32220
|
.E_suhck3k {
|
|
@@ -32215,37 +32230,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32215
32230
|
fill: blue;
|
|
32216
32231
|
}
|
|
32217
32232
|
|
|
32218
|
-
.E_ryby9ds {
|
|
32219
|
-
display: flex;
|
|
32220
|
-
align-items: center;
|
|
32221
|
-
}
|
|
32222
|
-
.E_ryby9ds .order {
|
|
32223
|
-
height: 24px;
|
|
32224
|
-
width: 24px;
|
|
32225
|
-
border-radius: 20px;
|
|
32226
|
-
color: #0080ff;
|
|
32227
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32228
|
-
display: flex;
|
|
32229
|
-
align-items: center;
|
|
32230
|
-
justify-content: center;
|
|
32231
|
-
margin-right: 6px;
|
|
32232
|
-
}
|
|
32233
|
-
|
|
32234
|
-
.E_w1dxz879 {
|
|
32235
|
-
display: flex;
|
|
32236
|
-
flex-direction: column;
|
|
32237
|
-
gap: 6px;
|
|
32238
|
-
}
|
|
32239
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32240
|
-
max-height: var(--w1dxz879-0);
|
|
32241
|
-
text-overflow: clip;
|
|
32242
|
-
overflow: hidden;
|
|
32243
|
-
}
|
|
32244
|
-
.E_w1dxz879 .tips {
|
|
32245
|
-
color: #fff;
|
|
32246
|
-
opacity: 0.8;
|
|
32247
|
-
}
|
|
32248
|
-
|
|
32249
32233
|
.E_hrhfj7c {
|
|
32250
32234
|
display: none;
|
|
32251
32235
|
}
|
|
@@ -32465,6 +32449,57 @@ input.E_rf8rlle.ant-input {
|
|
|
32465
32449
|
font-size: 14px;
|
|
32466
32450
|
}
|
|
32467
32451
|
|
|
32452
|
+
.E_ryby9ds {
|
|
32453
|
+
display: flex;
|
|
32454
|
+
align-items: center;
|
|
32455
|
+
}
|
|
32456
|
+
.E_ryby9ds .order {
|
|
32457
|
+
height: 24px;
|
|
32458
|
+
width: 24px;
|
|
32459
|
+
border-radius: 20px;
|
|
32460
|
+
color: #0080ff;
|
|
32461
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32462
|
+
display: flex;
|
|
32463
|
+
align-items: center;
|
|
32464
|
+
justify-content: center;
|
|
32465
|
+
margin-right: 6px;
|
|
32466
|
+
}
|
|
32467
|
+
|
|
32468
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32469
|
+
margin-right: 2px;
|
|
32470
|
+
}
|
|
32471
|
+
|
|
32472
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32473
|
+
padding-left: 8px;
|
|
32474
|
+
padding-right: 8px;
|
|
32475
|
+
font-size: 12px;
|
|
32476
|
+
}
|
|
32477
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32478
|
+
border-radius: 4px;
|
|
32479
|
+
}
|
|
32480
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32481
|
+
border-radius: 4px;
|
|
32482
|
+
}
|
|
32483
|
+
|
|
32484
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32485
|
+
padding-left: 12px;
|
|
32486
|
+
padding-right: 12px;
|
|
32487
|
+
}
|
|
32488
|
+
|
|
32489
|
+
.E_ckld275 {
|
|
32490
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32491
|
+
}
|
|
32492
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32493
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32494
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32495
|
+
}
|
|
32496
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32497
|
+
background-color: transparent;
|
|
32498
|
+
}
|
|
32499
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32500
|
+
background-color: transparent;
|
|
32501
|
+
}
|
|
32502
|
+
|
|
32468
32503
|
.E_m5foqp8 {
|
|
32469
32504
|
--footer-height: 96px;
|
|
32470
32505
|
--header-height: 80px;
|
|
@@ -32717,40 +32752,66 @@ input.E_rf8rlle.ant-input {
|
|
|
32717
32752
|
opacity: 1;
|
|
32718
32753
|
position: static;
|
|
32719
32754
|
}
|
|
32720
|
-
|
|
32721
|
-
.
|
|
32755
|
+
|
|
32756
|
+
.E_c1kghdax {
|
|
32757
|
+
color: #2d3a56;
|
|
32758
|
+
padding: 7px 12px;
|
|
32759
|
+
display: flex;
|
|
32760
|
+
justify-content: space-between;
|
|
32761
|
+
align-items: center;
|
|
32762
|
+
}
|
|
32763
|
+
.E_c1kghdax.has-arrow {
|
|
32764
|
+
padding-left: 10px;
|
|
32765
|
+
}
|
|
32766
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32767
|
+
cursor: pointer;
|
|
32768
|
+
color: #00122e;
|
|
32769
|
+
}
|
|
32770
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32771
|
+
color: #2d3a56;
|
|
32772
|
+
font-weight: 600;
|
|
32773
|
+
}
|
|
32774
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32775
|
+
transform: rotate(90deg);
|
|
32776
|
+
}
|
|
32777
|
+
.E_c1kghdax .sub-info {
|
|
32778
|
+
font-size: 12px;
|
|
32779
|
+
line-height: 18px;
|
|
32780
|
+
}
|
|
32781
|
+
.E_c1kghdax .title-wrapper {
|
|
32782
|
+
display: flex;
|
|
32783
|
+
align-items: center;
|
|
32784
|
+
user-select: none;
|
|
32785
|
+
flex-grow: 1;
|
|
32786
|
+
font-size: 12px;
|
|
32787
|
+
line-height: 18px;
|
|
32788
|
+
color: #2d3a56;
|
|
32789
|
+
font-weight: 700;
|
|
32790
|
+
}
|
|
32791
|
+
.E_c1kghdax .collapse-arrow {
|
|
32792
|
+
transition: all 50ms ease-out 0ms;
|
|
32722
32793
|
margin-right: 2px;
|
|
32723
32794
|
}
|
|
32724
32795
|
|
|
32725
|
-
.
|
|
32726
|
-
padding
|
|
32727
|
-
padding-right: 8px;
|
|
32728
|
-
font-size: 12px;
|
|
32729
|
-
}
|
|
32730
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32731
|
-
border-radius: 4px;
|
|
32732
|
-
}
|
|
32733
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32734
|
-
border-radius: 4px;
|
|
32796
|
+
.E_c1yd35n {
|
|
32797
|
+
padding: 0 12px 14px 12px;
|
|
32735
32798
|
}
|
|
32736
32799
|
|
|
32737
|
-
.
|
|
32738
|
-
|
|
32739
|
-
padding-right: 12px;
|
|
32800
|
+
.E_b14q2gmw {
|
|
32801
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32740
32802
|
}
|
|
32741
32803
|
|
|
32742
|
-
.
|
|
32743
|
-
|
|
32744
|
-
|
|
32745
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32746
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32747
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32804
|
+
.E_c1eym6el {
|
|
32805
|
+
border-radius: 8px;
|
|
32806
|
+
background-color: white;
|
|
32748
32807
|
}
|
|
32749
|
-
.
|
|
32750
|
-
|
|
32808
|
+
.E_c1eym6el.hoverable {
|
|
32809
|
+
cursor: pointer;
|
|
32751
32810
|
}
|
|
32752
|
-
.
|
|
32753
|
-
|
|
32811
|
+
.E_c1eym6el.hoverable:hover {
|
|
32812
|
+
transition: all 200ms ease;
|
|
32813
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32814
|
+
transform: translateY(-4px);
|
|
32754
32815
|
}
|
|
32755
32816
|
|
|
32756
32817
|
.E_ckui4s7 {
|
|
@@ -32817,65 +32878,134 @@ input.E_rf8rlle.ant-input {
|
|
|
32817
32878
|
margin-left: 24px;
|
|
32818
32879
|
}
|
|
32819
32880
|
|
|
32820
|
-
.
|
|
32821
|
-
|
|
32881
|
+
.E_lht19u8 {
|
|
32882
|
+
width: 64px;
|
|
32883
|
+
height: 64px;
|
|
32884
|
+
display: flex;
|
|
32885
|
+
align-items: center;
|
|
32886
|
+
justify-content: center;
|
|
32887
|
+
position: relative;
|
|
32888
|
+
opacity: 0.2;
|
|
32822
32889
|
}
|
|
32823
32890
|
|
|
32824
|
-
.
|
|
32825
|
-
|
|
32826
|
-
|
|
32891
|
+
.E_lk3gkp4 {
|
|
32892
|
+
position: absolute;
|
|
32893
|
+
width: 5px;
|
|
32894
|
+
height: 48px;
|
|
32895
|
+
left: 9.33px;
|
|
32896
|
+
top: 40.5px;
|
|
32897
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32898
|
+
border-radius: 5px;
|
|
32899
|
+
transform: rotate(-128deg);
|
|
32900
|
+
transform-origin: top left;
|
|
32901
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32827
32902
|
}
|
|
32828
|
-
|
|
32829
|
-
|
|
32903
|
+
|
|
32904
|
+
.E_ll4n94n {
|
|
32905
|
+
position: absolute;
|
|
32906
|
+
width: 5px;
|
|
32907
|
+
height: 48px;
|
|
32908
|
+
left: 40.8px;
|
|
32909
|
+
top: 8.4px;
|
|
32910
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32911
|
+
border-radius: 5px;
|
|
32912
|
+
transform: rotate(-8deg);
|
|
32913
|
+
transform-origin: top left;
|
|
32914
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32830
32915
|
}
|
|
32831
|
-
|
|
32832
|
-
|
|
32833
|
-
|
|
32834
|
-
|
|
32916
|
+
|
|
32917
|
+
.E_l17lbdo6 {
|
|
32918
|
+
position: absolute;
|
|
32919
|
+
width: 5px;
|
|
32920
|
+
height: 48px;
|
|
32921
|
+
left: 52.9px;
|
|
32922
|
+
top: 51.8px;
|
|
32923
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32924
|
+
border-radius: 5px;
|
|
32925
|
+
transform: rotate(112deg);
|
|
32926
|
+
transform-origin: top left;
|
|
32927
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32835
32928
|
}
|
|
32836
32929
|
|
|
32837
|
-
.
|
|
32838
|
-
|
|
32839
|
-
|
|
32840
|
-
display: flex;
|
|
32841
|
-
justify-content: space-between;
|
|
32842
|
-
align-items: center;
|
|
32930
|
+
.E_slr2ynn {
|
|
32931
|
+
padding: 0 8px;
|
|
32932
|
+
height: 18px;
|
|
32843
32933
|
}
|
|
32844
|
-
|
|
32845
|
-
|
|
32934
|
+
|
|
32935
|
+
.E_m140wbb6 {
|
|
32936
|
+
padding: 2px 8px;
|
|
32937
|
+
height: 24px;
|
|
32846
32938
|
}
|
|
32847
|
-
|
|
32848
|
-
|
|
32849
|
-
|
|
32939
|
+
|
|
32940
|
+
.E_t1fozc1i {
|
|
32941
|
+
margin: 0;
|
|
32850
32942
|
}
|
|
32851
|
-
|
|
32852
|
-
|
|
32853
|
-
|
|
32943
|
+
|
|
32944
|
+
.E_i1vxv4ln {
|
|
32945
|
+
margin-right: 4px;
|
|
32946
|
+
height: 16px;
|
|
32854
32947
|
}
|
|
32855
|
-
|
|
32856
|
-
|
|
32948
|
+
|
|
32949
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
32950
|
+
font-weight: 700;
|
|
32951
|
+
color: #00122e;
|
|
32952
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32953
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32954
|
+
word-break: break-all;
|
|
32955
|
+
display: inline;
|
|
32956
|
+
white-space: normal;
|
|
32857
32957
|
}
|
|
32858
|
-
|
|
32958
|
+
|
|
32959
|
+
button.E_l48ei06.ant-btn,
|
|
32960
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32961
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32859
32962
|
font-size: 12px;
|
|
32860
32963
|
line-height: 18px;
|
|
32964
|
+
height: 18px;
|
|
32861
32965
|
}
|
|
32862
|
-
|
|
32863
|
-
|
|
32864
|
-
|
|
32865
|
-
|
|
32866
|
-
flex-grow: 1;
|
|
32867
|
-
font-size: 12px;
|
|
32868
|
-
line-height: 18px;
|
|
32869
|
-
color: #2d3a56;
|
|
32870
|
-
font-weight: 700;
|
|
32966
|
+
|
|
32967
|
+
button.E_l48ei06 {
|
|
32968
|
+
color: #0080FF;
|
|
32969
|
+
height: unset;
|
|
32871
32970
|
}
|
|
32872
|
-
.
|
|
32873
|
-
|
|
32874
|
-
margin-right: 2px;
|
|
32971
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32972
|
+
margin-right: 4px;
|
|
32875
32973
|
}
|
|
32876
|
-
|
|
32877
|
-
|
|
32878
|
-
|
|
32974
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32975
|
+
margin-left: 4px;
|
|
32976
|
+
}
|
|
32977
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32978
|
+
color: #009DFF;
|
|
32979
|
+
}
|
|
32980
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32981
|
+
color: #005ED1;
|
|
32982
|
+
}
|
|
32983
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32984
|
+
color: #0080FF;
|
|
32985
|
+
}
|
|
32986
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32987
|
+
color: #00122E;
|
|
32988
|
+
}
|
|
32989
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32990
|
+
color: #0080FF;
|
|
32991
|
+
}
|
|
32992
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32993
|
+
color: #005ED1;
|
|
32994
|
+
}
|
|
32995
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32996
|
+
color: #00122E;
|
|
32997
|
+
}
|
|
32998
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32999
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33000
|
+
}
|
|
33001
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33002
|
+
color: #0080FF;
|
|
33003
|
+
}
|
|
33004
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33005
|
+
color: #005ED1;
|
|
33006
|
+
}
|
|
33007
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33008
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32879
33009
|
}
|
|
32880
33010
|
|
|
32881
33011
|
.E_sddwhm6 {
|
|
@@ -32939,70 +33069,18 @@ input.E_rf8rlle.ant-input {
|
|
|
32939
33069
|
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32940
33070
|
background-color: rgba(225, 230, 241, 0.6);
|
|
32941
33071
|
}
|
|
32942
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32943
|
-
background-color: #6b7d99;
|
|
32944
|
-
}
|
|
32945
|
-
.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 {
|
|
32946
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32947
|
-
}
|
|
32948
|
-
|
|
32949
|
-
.E_satwmqm {
|
|
32950
|
-
width: 8px;
|
|
32951
|
-
height: 8px;
|
|
32952
|
-
border-radius: 50%;
|
|
32953
|
-
display: inline-block;
|
|
32954
|
-
}
|
|
32955
|
-
|
|
32956
|
-
button.E_l48ei06.ant-btn,
|
|
32957
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32958
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32959
|
-
font-size: 12px;
|
|
32960
|
-
line-height: 18px;
|
|
32961
|
-
height: 18px;
|
|
32962
|
-
}
|
|
32963
|
-
|
|
32964
|
-
button.E_l48ei06 {
|
|
32965
|
-
color: #0080FF;
|
|
32966
|
-
height: unset;
|
|
32967
|
-
}
|
|
32968
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32969
|
-
margin-right: 4px;
|
|
32970
|
-
}
|
|
32971
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32972
|
-
margin-left: 4px;
|
|
32973
|
-
}
|
|
32974
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32975
|
-
color: #009DFF;
|
|
32976
|
-
}
|
|
32977
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32978
|
-
color: #005ED1;
|
|
32979
|
-
}
|
|
32980
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32981
|
-
color: #0080FF;
|
|
32982
|
-
}
|
|
32983
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32984
|
-
color: #00122E;
|
|
32985
|
-
}
|
|
32986
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32987
|
-
color: #0080FF;
|
|
32988
|
-
}
|
|
32989
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32990
|
-
color: #005ED1;
|
|
32991
|
-
}
|
|
32992
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32993
|
-
color: #00122E;
|
|
32994
|
-
}
|
|
32995
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
32996
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32997
|
-
}
|
|
32998
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32999
|
-
color: #0080FF;
|
|
33000
|
-
}
|
|
33001
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33002
|
-
color: #005ED1;
|
|
33072
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33073
|
+
background-color: #6b7d99;
|
|
33003
33074
|
}
|
|
33004
|
-
|
|
33005
|
-
color: rgba(
|
|
33075
|
+
.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 {
|
|
33076
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33077
|
+
}
|
|
33078
|
+
|
|
33079
|
+
.E_satwmqm {
|
|
33080
|
+
width: 8px;
|
|
33081
|
+
height: 8px;
|
|
33082
|
+
border-radius: 50%;
|
|
33083
|
+
display: inline-block;
|
|
33006
33084
|
}
|
|
33007
33085
|
|
|
33008
33086
|
.E_tc97u5y {
|
|
@@ -33376,25 +33454,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33376
33454
|
background: #fff;
|
|
33377
33455
|
}
|
|
33378
33456
|
|
|
33379
|
-
.E_r77hffu {
|
|
33380
|
-
display: flex;
|
|
33381
|
-
align-items: center;
|
|
33382
|
-
justify-content: space-between;
|
|
33383
|
-
column-gap: 6px;
|
|
33384
|
-
}
|
|
33385
|
-
|
|
33386
|
-
.E_p1cmxsf7 {
|
|
33387
|
-
display: flex;
|
|
33388
|
-
flex-direction: column;
|
|
33389
|
-
justify-content: center;
|
|
33390
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33391
|
-
}
|
|
33392
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33393
|
-
font-size: 0;
|
|
33394
|
-
margin-bottom: unset;
|
|
33395
|
-
margin-inline-end: unset;
|
|
33396
|
-
}
|
|
33397
|
-
|
|
33398
33457
|
.E_w7ob4th.outside-tag {
|
|
33399
33458
|
padding-left: 0;
|
|
33400
33459
|
}
|
|
@@ -33404,84 +33463,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33404
33463
|
margin-right: 4px;
|
|
33405
33464
|
}
|
|
33406
33465
|
|
|
33407
|
-
.
|
|
33408
|
-
padding: 0 8px;
|
|
33409
|
-
height: 18px;
|
|
33410
|
-
}
|
|
33411
|
-
|
|
33412
|
-
.E_m140wbb6 {
|
|
33413
|
-
padding: 2px 8px;
|
|
33414
|
-
height: 24px;
|
|
33415
|
-
}
|
|
33416
|
-
|
|
33417
|
-
.E_t1fozc1i {
|
|
33418
|
-
margin: 0;
|
|
33419
|
-
}
|
|
33420
|
-
|
|
33421
|
-
.E_i1vxv4ln {
|
|
33466
|
+
.E_i1g85yz3 {
|
|
33422
33467
|
margin-right: 4px;
|
|
33423
33468
|
height: 16px;
|
|
33424
33469
|
}
|
|
33425
33470
|
|
|
33426
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33427
|
-
font-weight: 700;
|
|
33428
|
-
color: #00122e;
|
|
33429
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33430
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33431
|
-
word-break: break-all;
|
|
33432
|
-
display: inline;
|
|
33433
|
-
white-space: normal;
|
|
33434
|
-
}
|
|
33435
|
-
|
|
33436
|
-
.E_lht19u8 {
|
|
33437
|
-
width: 64px;
|
|
33438
|
-
height: 64px;
|
|
33439
|
-
display: flex;
|
|
33440
|
-
align-items: center;
|
|
33441
|
-
justify-content: center;
|
|
33442
|
-
position: relative;
|
|
33443
|
-
opacity: 0.2;
|
|
33444
|
-
}
|
|
33445
|
-
|
|
33446
|
-
.E_lk3gkp4 {
|
|
33447
|
-
position: absolute;
|
|
33448
|
-
width: 5px;
|
|
33449
|
-
height: 48px;
|
|
33450
|
-
left: 9.33px;
|
|
33451
|
-
top: 40.5px;
|
|
33452
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33453
|
-
border-radius: 5px;
|
|
33454
|
-
transform: rotate(-128deg);
|
|
33455
|
-
transform-origin: top left;
|
|
33456
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33457
|
-
}
|
|
33458
|
-
|
|
33459
|
-
.E_ll4n94n {
|
|
33460
|
-
position: absolute;
|
|
33461
|
-
width: 5px;
|
|
33462
|
-
height: 48px;
|
|
33463
|
-
left: 40.8px;
|
|
33464
|
-
top: 8.4px;
|
|
33465
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33466
|
-
border-radius: 5px;
|
|
33467
|
-
transform: rotate(-8deg);
|
|
33468
|
-
transform-origin: top left;
|
|
33469
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33470
|
-
}
|
|
33471
|
-
|
|
33472
|
-
.E_l17lbdo6 {
|
|
33473
|
-
position: absolute;
|
|
33474
|
-
width: 5px;
|
|
33475
|
-
height: 48px;
|
|
33476
|
-
left: 52.9px;
|
|
33477
|
-
top: 51.8px;
|
|
33478
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33479
|
-
border-radius: 5px;
|
|
33480
|
-
transform: rotate(112deg);
|
|
33481
|
-
transform-origin: top left;
|
|
33482
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33483
|
-
}
|
|
33484
|
-
|
|
33485
33471
|
.E_sjob3jg {
|
|
33486
33472
|
--item-min-width: 60px;
|
|
33487
33473
|
}
|
|
@@ -33873,9 +33859,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33873
33859
|
margin-right: 8px;
|
|
33874
33860
|
}
|
|
33875
33861
|
|
|
33876
|
-
.
|
|
33877
|
-
|
|
33878
|
-
|
|
33862
|
+
.E_r77hffu {
|
|
33863
|
+
display: flex;
|
|
33864
|
+
align-items: center;
|
|
33865
|
+
justify-content: space-between;
|
|
33866
|
+
column-gap: 6px;
|
|
33867
|
+
}
|
|
33868
|
+
|
|
33869
|
+
.E_p1cmxsf7 {
|
|
33870
|
+
display: flex;
|
|
33871
|
+
flex-direction: column;
|
|
33872
|
+
justify-content: center;
|
|
33873
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33874
|
+
}
|
|
33875
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33876
|
+
font-size: 0;
|
|
33877
|
+
margin-bottom: unset;
|
|
33878
|
+
margin-inline-end: unset;
|
|
33879
33879
|
}
|
|
33880
33880
|
|
|
33881
33881
|
.E_t13ef470 {
|
|
@@ -33948,215 +33948,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33948
33948
|
background-color: #00ba5d;
|
|
33949
33949
|
}
|
|
33950
33950
|
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33951
|
-
background-color: #6b7d99;
|
|
33952
|
-
}
|
|
33953
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33954
|
-
background-color: #7E41FF;
|
|
33955
|
-
}
|
|
33956
|
-
|
|
33957
|
-
.E_s1qj66nc {
|
|
33958
|
-
width: 8px;
|
|
33959
|
-
height: 8px;
|
|
33960
|
-
border-radius: 50%;
|
|
33961
|
-
display: inline-block;
|
|
33962
|
-
}
|
|
33963
|
-
|
|
33964
|
-
.E_s5x1boq {
|
|
33965
|
-
width: 8px;
|
|
33966
|
-
height: 8px;
|
|
33967
|
-
border-radius: 2px;
|
|
33968
|
-
display: inline-block;
|
|
33969
|
-
}
|
|
33970
|
-
|
|
33971
|
-
.E_c1xm185 {
|
|
33972
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33973
|
-
}
|
|
33974
|
-
|
|
33975
|
-
.E_c1x5l5qc {
|
|
33976
|
-
flex: 1;
|
|
33977
|
-
}
|
|
33978
|
-
|
|
33979
|
-
.E_t1gvlxt5 {
|
|
33980
|
-
min-width: 0;
|
|
33981
|
-
flex: 1;
|
|
33982
|
-
}
|
|
33983
|
-
.E_t1gvlxt5 .tag {
|
|
33984
|
-
flex: 0 0 auto;
|
|
33985
|
-
}
|
|
33986
|
-
.E_t1gvlxt5 .progress-title {
|
|
33987
|
-
flex: 2;
|
|
33988
|
-
max-width: fit-content;
|
|
33989
|
-
}
|
|
33990
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33991
|
-
flex: 1;
|
|
33992
|
-
max-width: fit-content;
|
|
33993
|
-
}
|
|
33994
|
-
|
|
33995
|
-
.E_a1ji6r68 {
|
|
33996
|
-
display: flex;
|
|
33997
|
-
align-items: center;
|
|
33998
|
-
column-gap: var(--a1ji6r68-0);
|
|
33999
|
-
}
|
|
34000
|
-
|
|
34001
|
-
.E_msn7nxt {
|
|
34002
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34003
|
-
text-align: center;
|
|
34004
|
-
display: flex;
|
|
34005
|
-
align-items: center;
|
|
34006
|
-
justify-content: center;
|
|
34007
|
-
flex-direction: column;
|
|
34008
|
-
height: 100%;
|
|
34009
|
-
}
|
|
34010
|
-
.E_msn7nxt .link {
|
|
34011
|
-
color: #0080ff;
|
|
34012
|
-
cursor: pointer;
|
|
34013
|
-
}
|
|
34014
|
-
|
|
34015
|
-
.E_mp64wfi {
|
|
34016
|
-
width: 100%;
|
|
34017
|
-
height: 100%;
|
|
34018
|
-
display: flex;
|
|
34019
|
-
flex-direction: column;
|
|
34020
|
-
}
|
|
34021
|
-
.E_mp64wfi .name-toolbar {
|
|
34022
|
-
width: 100%;
|
|
34023
|
-
display: flex;
|
|
34024
|
-
line-height: 30px;
|
|
34025
|
-
padding: 0 16px;
|
|
34026
|
-
justify-content: space-between;
|
|
34027
|
-
}
|
|
34028
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34029
|
-
display: flex;
|
|
34030
|
-
font-size: 12px;
|
|
34031
|
-
align-items: center;
|
|
34032
|
-
}
|
|
34033
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34034
|
-
color: #a3b4cc;
|
|
34035
|
-
}
|
|
34036
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34037
|
-
margin-left: 10px;
|
|
34038
|
-
}
|
|
34039
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34040
|
-
margin-left: 10px;
|
|
34041
|
-
cursor: pointer;
|
|
34042
|
-
}
|
|
34043
|
-
.E_mp64wfi .content {
|
|
34044
|
-
flex: 1;
|
|
34045
|
-
width: 100%;
|
|
34046
|
-
display: flex;
|
|
34047
|
-
justify-content: center;
|
|
34048
|
-
align-items: center;
|
|
34049
|
-
}
|
|
34050
|
-
.E_mp64wfi .single-content {
|
|
34051
|
-
height: 65px;
|
|
34052
|
-
}
|
|
34053
|
-
|
|
34054
|
-
.E_l1oyigan {
|
|
34055
|
-
display: flex;
|
|
34056
|
-
align-items: center;
|
|
34057
|
-
white-space: nowrap;
|
|
34058
|
-
overflow: hidden;
|
|
34059
|
-
width: 100%;
|
|
34060
|
-
}
|
|
34061
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
34062
|
-
margin-left: auto;
|
|
34063
|
-
font-size: 12px;
|
|
34064
|
-
}
|
|
34065
|
-
|
|
34066
|
-
.E_l1noi4n1 {
|
|
34067
|
-
display: flex;
|
|
34068
|
-
justify-content: flex-start;
|
|
34069
|
-
align-items: center;
|
|
34070
|
-
font-size: 12px;
|
|
34071
|
-
cursor: pointer;
|
|
34072
|
-
}
|
|
34073
|
-
.E_l1noi4n1:not(:last-child) {
|
|
34074
|
-
margin-right: 20px;
|
|
34075
|
-
}
|
|
34076
|
-
.E_l1noi4n1.deselected {
|
|
34077
|
-
opacity: 0.4;
|
|
33951
|
+
background-color: #6b7d99;
|
|
34078
33952
|
}
|
|
34079
|
-
.
|
|
34080
|
-
background: #
|
|
33953
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33954
|
+
background-color: #7E41FF;
|
|
34081
33955
|
}
|
|
34082
33956
|
|
|
34083
|
-
.
|
|
34084
|
-
display: inline-block;
|
|
34085
|
-
height: 8px;
|
|
33957
|
+
.E_s1qj66nc {
|
|
34086
33958
|
width: 8px;
|
|
34087
|
-
|
|
33959
|
+
height: 8px;
|
|
33960
|
+
border-radius: 50%;
|
|
33961
|
+
display: inline-block;
|
|
34088
33962
|
}
|
|
34089
33963
|
|
|
34090
|
-
.
|
|
34091
|
-
|
|
34092
|
-
|
|
34093
|
-
|
|
34094
|
-
|
|
33964
|
+
.E_s5x1boq {
|
|
33965
|
+
width: 8px;
|
|
33966
|
+
height: 8px;
|
|
33967
|
+
border-radius: 2px;
|
|
33968
|
+
display: inline-block;
|
|
34095
33969
|
}
|
|
34096
33970
|
|
|
34097
|
-
.
|
|
34098
|
-
|
|
34099
|
-
}
|
|
34100
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34101
|
-
bottom: -12px;
|
|
34102
|
-
}
|
|
34103
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
34104
|
-
display: flex;
|
|
34105
|
-
justify-content: space-between;
|
|
34106
|
-
line-height: 30px;
|
|
34107
|
-
margin: 0 16px;
|
|
34108
|
-
}
|
|
34109
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34110
|
-
display: flex;
|
|
34111
|
-
font-size: 12px;
|
|
34112
|
-
align-items: center;
|
|
34113
|
-
}
|
|
34114
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34115
|
-
color: #a3b4cc;
|
|
33971
|
+
.E_c1xm185 {
|
|
33972
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34116
33973
|
}
|
|
34117
|
-
|
|
34118
|
-
|
|
33974
|
+
|
|
33975
|
+
.E_c1x5l5qc {
|
|
33976
|
+
flex: 1;
|
|
34119
33977
|
}
|
|
34120
|
-
|
|
34121
|
-
|
|
34122
|
-
|
|
33978
|
+
|
|
33979
|
+
.E_t1gvlxt5 {
|
|
33980
|
+
min-width: 0;
|
|
33981
|
+
flex: 1;
|
|
34123
33982
|
}
|
|
34124
|
-
.
|
|
34125
|
-
|
|
33983
|
+
.E_t1gvlxt5 .tag {
|
|
33984
|
+
flex: 0 0 auto;
|
|
34126
33985
|
}
|
|
34127
|
-
.
|
|
34128
|
-
|
|
34129
|
-
|
|
34130
|
-
padding: 0 8px;
|
|
34131
|
-
border-radius: 4px;
|
|
34132
|
-
font-size: 12px;
|
|
34133
|
-
color: #fff;
|
|
34134
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34135
|
-
transform: translateX(-50%);
|
|
33986
|
+
.E_t1gvlxt5 .progress-title {
|
|
33987
|
+
flex: 2;
|
|
33988
|
+
max-width: fit-content;
|
|
34136
33989
|
}
|
|
34137
|
-
|
|
34138
|
-
|
|
34139
|
-
|
|
33990
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33991
|
+
flex: 1;
|
|
33992
|
+
max-width: fit-content;
|
|
34140
33993
|
}
|
|
34141
33994
|
|
|
34142
|
-
.
|
|
33995
|
+
.E_a1ji6r68 {
|
|
34143
33996
|
display: flex;
|
|
34144
33997
|
align-items: center;
|
|
34145
|
-
|
|
34146
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34147
|
-
color: #b4beca;
|
|
34148
|
-
font-size: 12px;
|
|
34149
|
-
padding: 3px 6px;
|
|
34150
|
-
}
|
|
34151
|
-
.E_t1ub2aex:first-child {
|
|
34152
|
-
padding-top: 3px;
|
|
34153
|
-
}
|
|
34154
|
-
.E_t1ub2aex:last-child {
|
|
34155
|
-
padding-bottom: 3px;
|
|
34156
|
-
}
|
|
34157
|
-
.E_t1ub2aex .column-value {
|
|
34158
|
-
color: #fff;
|
|
34159
|
-
margin-left: 8px;
|
|
33998
|
+
column-gap: var(--a1ji6r68-0);
|
|
34160
33999
|
}
|
|
34161
34000
|
|
|
34162
34001
|
.E_m11nzl2x {
|
|
@@ -34374,6 +34213,167 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34374
34213
|
border: 1px solid #fff;
|
|
34375
34214
|
}
|
|
34376
34215
|
|
|
34216
|
+
.E_msn7nxt {
|
|
34217
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34218
|
+
text-align: center;
|
|
34219
|
+
display: flex;
|
|
34220
|
+
align-items: center;
|
|
34221
|
+
justify-content: center;
|
|
34222
|
+
flex-direction: column;
|
|
34223
|
+
height: 100%;
|
|
34224
|
+
}
|
|
34225
|
+
.E_msn7nxt .link {
|
|
34226
|
+
color: #0080ff;
|
|
34227
|
+
cursor: pointer;
|
|
34228
|
+
}
|
|
34229
|
+
|
|
34230
|
+
.E_mp64wfi {
|
|
34231
|
+
width: 100%;
|
|
34232
|
+
height: 100%;
|
|
34233
|
+
display: flex;
|
|
34234
|
+
flex-direction: column;
|
|
34235
|
+
}
|
|
34236
|
+
.E_mp64wfi .name-toolbar {
|
|
34237
|
+
width: 100%;
|
|
34238
|
+
display: flex;
|
|
34239
|
+
line-height: 30px;
|
|
34240
|
+
padding: 0 16px;
|
|
34241
|
+
justify-content: space-between;
|
|
34242
|
+
}
|
|
34243
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34244
|
+
display: flex;
|
|
34245
|
+
font-size: 12px;
|
|
34246
|
+
align-items: center;
|
|
34247
|
+
}
|
|
34248
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34249
|
+
color: #a3b4cc;
|
|
34250
|
+
}
|
|
34251
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34252
|
+
margin-left: 10px;
|
|
34253
|
+
}
|
|
34254
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34255
|
+
margin-left: 10px;
|
|
34256
|
+
cursor: pointer;
|
|
34257
|
+
}
|
|
34258
|
+
.E_mp64wfi .content {
|
|
34259
|
+
flex: 1;
|
|
34260
|
+
width: 100%;
|
|
34261
|
+
display: flex;
|
|
34262
|
+
justify-content: center;
|
|
34263
|
+
align-items: center;
|
|
34264
|
+
}
|
|
34265
|
+
.E_mp64wfi .single-content {
|
|
34266
|
+
height: 65px;
|
|
34267
|
+
}
|
|
34268
|
+
|
|
34269
|
+
.E_l1oyigan {
|
|
34270
|
+
display: flex;
|
|
34271
|
+
align-items: center;
|
|
34272
|
+
white-space: nowrap;
|
|
34273
|
+
overflow: hidden;
|
|
34274
|
+
width: 100%;
|
|
34275
|
+
}
|
|
34276
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34277
|
+
margin-left: auto;
|
|
34278
|
+
font-size: 12px;
|
|
34279
|
+
}
|
|
34280
|
+
|
|
34281
|
+
.E_l1noi4n1 {
|
|
34282
|
+
display: flex;
|
|
34283
|
+
justify-content: flex-start;
|
|
34284
|
+
align-items: center;
|
|
34285
|
+
font-size: 12px;
|
|
34286
|
+
cursor: pointer;
|
|
34287
|
+
}
|
|
34288
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34289
|
+
margin-right: 20px;
|
|
34290
|
+
}
|
|
34291
|
+
.E_l1noi4n1.deselected {
|
|
34292
|
+
opacity: 0.4;
|
|
34293
|
+
}
|
|
34294
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34295
|
+
background: #b4beca !important;
|
|
34296
|
+
}
|
|
34297
|
+
|
|
34298
|
+
.E_cz19rz6 {
|
|
34299
|
+
display: inline-block;
|
|
34300
|
+
height: 8px;
|
|
34301
|
+
width: 8px;
|
|
34302
|
+
margin-right: 8px;
|
|
34303
|
+
}
|
|
34304
|
+
|
|
34305
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34306
|
+
display: flex;
|
|
34307
|
+
align-items: center;
|
|
34308
|
+
font-size: 12px;
|
|
34309
|
+
margin: 0;
|
|
34310
|
+
}
|
|
34311
|
+
|
|
34312
|
+
.E_m1y1hhnr {
|
|
34313
|
+
position: relative;
|
|
34314
|
+
}
|
|
34315
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34316
|
+
bottom: -12px;
|
|
34317
|
+
}
|
|
34318
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34319
|
+
display: flex;
|
|
34320
|
+
justify-content: space-between;
|
|
34321
|
+
line-height: 30px;
|
|
34322
|
+
margin: 0 16px;
|
|
34323
|
+
}
|
|
34324
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34325
|
+
display: flex;
|
|
34326
|
+
font-size: 12px;
|
|
34327
|
+
align-items: center;
|
|
34328
|
+
}
|
|
34329
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34330
|
+
color: #a3b4cc;
|
|
34331
|
+
}
|
|
34332
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34333
|
+
margin-left: 10px;
|
|
34334
|
+
}
|
|
34335
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34336
|
+
margin-left: 10px;
|
|
34337
|
+
cursor: pointer;
|
|
34338
|
+
}
|
|
34339
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34340
|
+
font-size: 12px;
|
|
34341
|
+
}
|
|
34342
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34343
|
+
position: absolute;
|
|
34344
|
+
bottom: 10px;
|
|
34345
|
+
padding: 0 8px;
|
|
34346
|
+
border-radius: 4px;
|
|
34347
|
+
font-size: 12px;
|
|
34348
|
+
color: #fff;
|
|
34349
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34350
|
+
transform: translateX(-50%);
|
|
34351
|
+
}
|
|
34352
|
+
|
|
34353
|
+
.E_tnvijvs {
|
|
34354
|
+
min-width: 200px;
|
|
34355
|
+
}
|
|
34356
|
+
|
|
34357
|
+
.E_t1ub2aex {
|
|
34358
|
+
display: flex;
|
|
34359
|
+
align-items: center;
|
|
34360
|
+
justify-content: space-between;
|
|
34361
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34362
|
+
color: #b4beca;
|
|
34363
|
+
font-size: 12px;
|
|
34364
|
+
padding: 3px 6px;
|
|
34365
|
+
}
|
|
34366
|
+
.E_t1ub2aex:first-child {
|
|
34367
|
+
padding-top: 3px;
|
|
34368
|
+
}
|
|
34369
|
+
.E_t1ub2aex:last-child {
|
|
34370
|
+
padding-bottom: 3px;
|
|
34371
|
+
}
|
|
34372
|
+
.E_t1ub2aex .column-value {
|
|
34373
|
+
color: #fff;
|
|
34374
|
+
margin-left: 8px;
|
|
34375
|
+
}
|
|
34376
|
+
|
|
34377
34377
|
.E_bpgac8u {
|
|
34378
34378
|
color: #FFFFFF;
|
|
34379
34379
|
display: flex;
|
|
@@ -34848,10 +34848,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34848
34848
|
background: rgba(225, 230, 241, 0.6);
|
|
34849
34849
|
}
|
|
34850
34850
|
|
|
34851
|
-
.E_t1616y1o {
|
|
34852
|
-
color: #fff;
|
|
34853
|
-
}
|
|
34854
|
-
|
|
34855
34851
|
.E_f16blduf.ant-form-item {
|
|
34856
34852
|
margin-bottom: 0;
|
|
34857
34853
|
}
|
|
@@ -34871,6 +34867,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34871
34867
|
display: block;
|
|
34872
34868
|
}
|
|
34873
34869
|
|
|
34870
|
+
.E_t1616y1o {
|
|
34871
|
+
color: #fff;
|
|
34872
|
+
}
|
|
34873
|
+
|
|
34874
34874
|
.E_a9y3flr {
|
|
34875
34875
|
margin-left: 8px;
|
|
34876
34876
|
}
|
|
@@ -34880,6 +34880,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34880
34880
|
color: #00122e;
|
|
34881
34881
|
}
|
|
34882
34882
|
|
|
34883
|
+
.E_i14c7jc8 {
|
|
34884
|
+
color: var(--i14c7jc8-0);
|
|
34885
|
+
}
|
|
34886
|
+
|
|
34887
|
+
.E_i1ibuolf {
|
|
34888
|
+
display: flex;
|
|
34889
|
+
align-items: center;
|
|
34890
|
+
column-gap: 4px;
|
|
34891
|
+
font-size: 12px;
|
|
34892
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34893
|
+
}
|
|
34894
|
+
|
|
34883
34895
|
.E_d1u4ndxc {
|
|
34884
34896
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34885
34897
|
font-size: 12px;
|
|
@@ -34911,16 +34923,65 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34911
34923
|
}
|
|
34912
34924
|
}
|
|
34913
34925
|
|
|
34914
|
-
.
|
|
34915
|
-
|
|
34926
|
+
.E_s1ebs0ra {
|
|
34927
|
+
display: flex;
|
|
34928
|
+
align-items: center;
|
|
34929
|
+
justify-content: space-between;
|
|
34930
|
+
background: #edf0f7;
|
|
34931
|
+
padding: 8px 12px;
|
|
34932
|
+
position: sticky;
|
|
34933
|
+
top: 0;
|
|
34934
|
+
z-index: 1;
|
|
34935
|
+
margin-bottom: -52px;
|
|
34916
34936
|
}
|
|
34917
|
-
|
|
34918
|
-
.E_i1ibuolf {
|
|
34937
|
+
.E_s1ebs0ra .select-total {
|
|
34919
34938
|
display: flex;
|
|
34920
34939
|
align-items: center;
|
|
34921
|
-
|
|
34922
|
-
|
|
34923
|
-
|
|
34940
|
+
font-weight: 700;
|
|
34941
|
+
flex-shrink: 0;
|
|
34942
|
+
}
|
|
34943
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34944
|
+
cursor: pointer;
|
|
34945
|
+
margin-left: 8px;
|
|
34946
|
+
width: 32px;
|
|
34947
|
+
height: 32px;
|
|
34948
|
+
border-radius: 50%;
|
|
34949
|
+
justify-content: center;
|
|
34950
|
+
}
|
|
34951
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34952
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34953
|
+
}
|
|
34954
|
+
.E_s1ebs0ra .action-group {
|
|
34955
|
+
flex: 1;
|
|
34956
|
+
margin-left: 88px;
|
|
34957
|
+
white-space: nowrap;
|
|
34958
|
+
text-align: right;
|
|
34959
|
+
position: relative;
|
|
34960
|
+
padding: 4px 0;
|
|
34961
|
+
margin-top: -4px;
|
|
34962
|
+
overflow: hidden;
|
|
34963
|
+
}
|
|
34964
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34965
|
+
transform: translateY(-4px);
|
|
34966
|
+
}
|
|
34967
|
+
.E_s1ebs0ra .action-group button {
|
|
34968
|
+
border: none;
|
|
34969
|
+
}
|
|
34970
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34971
|
+
margin-right: 8px;
|
|
34972
|
+
}
|
|
34973
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34974
|
+
margin-right: 4px;
|
|
34975
|
+
}
|
|
34976
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34977
|
+
cursor: pointer;
|
|
34978
|
+
width: 32px;
|
|
34979
|
+
height: 32px;
|
|
34980
|
+
justify-content: center;
|
|
34981
|
+
border-radius: 50%;
|
|
34982
|
+
}
|
|
34983
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34984
|
+
background: #fff;
|
|
34924
34985
|
}
|
|
34925
34986
|
|
|
34926
34987
|
.E_clm1wy1 {
|
|
@@ -35016,90 +35077,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35016
35077
|
border-radius: 2px;
|
|
35017
35078
|
}
|
|
35018
35079
|
|
|
35019
|
-
.E_skwah65 {
|
|
35020
|
-
height: 8px;
|
|
35021
|
-
box-sizing: border-box;
|
|
35022
|
-
border-radius: 2px;
|
|
35023
|
-
background: #f5f7fa;
|
|
35024
|
-
display: flex;
|
|
35025
|
-
width: 100%;
|
|
35026
|
-
overflow: hidden;
|
|
35027
|
-
}
|
|
35028
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35029
|
-
margin-left: 1px;
|
|
35030
|
-
}
|
|
35031
|
-
|
|
35032
|
-
.E_s1ebs0ra {
|
|
35033
|
-
display: flex;
|
|
35034
|
-
align-items: center;
|
|
35035
|
-
justify-content: space-between;
|
|
35036
|
-
background: #edf0f7;
|
|
35037
|
-
padding: 8px 12px;
|
|
35038
|
-
position: sticky;
|
|
35039
|
-
top: 0;
|
|
35040
|
-
z-index: 1;
|
|
35041
|
-
margin-bottom: -52px;
|
|
35042
|
-
}
|
|
35043
|
-
.E_s1ebs0ra .select-total {
|
|
35044
|
-
display: flex;
|
|
35045
|
-
align-items: center;
|
|
35046
|
-
font-weight: 700;
|
|
35047
|
-
flex-shrink: 0;
|
|
35048
|
-
}
|
|
35049
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35050
|
-
cursor: pointer;
|
|
35051
|
-
margin-left: 8px;
|
|
35052
|
-
width: 32px;
|
|
35053
|
-
height: 32px;
|
|
35054
|
-
border-radius: 50%;
|
|
35055
|
-
justify-content: center;
|
|
35056
|
-
}
|
|
35057
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35058
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35059
|
-
}
|
|
35060
|
-
.E_s1ebs0ra .action-group {
|
|
35061
|
-
flex: 1;
|
|
35062
|
-
margin-left: 88px;
|
|
35063
|
-
white-space: nowrap;
|
|
35064
|
-
text-align: right;
|
|
35065
|
-
position: relative;
|
|
35066
|
-
padding: 4px 0;
|
|
35067
|
-
margin-top: -4px;
|
|
35068
|
-
overflow: hidden;
|
|
35069
|
-
}
|
|
35070
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35071
|
-
transform: translateY(-4px);
|
|
35072
|
-
}
|
|
35073
|
-
.E_s1ebs0ra .action-group button {
|
|
35074
|
-
border: none;
|
|
35075
|
-
}
|
|
35076
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35077
|
-
margin-right: 8px;
|
|
35078
|
-
}
|
|
35079
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
35080
|
-
margin-right: 4px;
|
|
35081
|
-
}
|
|
35082
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35083
|
-
cursor: pointer;
|
|
35084
|
-
width: 32px;
|
|
35085
|
-
height: 32px;
|
|
35086
|
-
justify-content: center;
|
|
35087
|
-
border-radius: 50%;
|
|
35088
|
-
}
|
|
35089
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35090
|
-
background: #fff;
|
|
35091
|
-
}
|
|
35092
|
-
|
|
35093
|
-
.E_gmyahx3 {
|
|
35094
|
-
cursor: pointer;
|
|
35095
|
-
}
|
|
35096
|
-
.E_gmyahx3 .link-text {
|
|
35097
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35098
|
-
}
|
|
35099
|
-
.E_gmyahx3:hover .link-text {
|
|
35100
|
-
color: #0080ff;
|
|
35101
|
-
}
|
|
35102
|
-
|
|
35103
35080
|
.E_c18bcrac {
|
|
35104
35081
|
display: inline-block;
|
|
35105
35082
|
width: 100%;
|
|
@@ -35248,163 +35225,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35248
35225
|
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35249
35226
|
}
|
|
35250
35227
|
.E_wpbf4pq .ant-input,
|
|
35251
|
-
.E_wpbf4pq .ant-picker {
|
|
35252
|
-
width: 80px;
|
|
35253
|
-
margin: 0 9px;
|
|
35254
|
-
text-align: center;
|
|
35255
|
-
}
|
|
35256
|
-
.E_wpbf4pq .options {
|
|
35257
|
-
padding: 12px 0 12px 16px;
|
|
35258
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35259
|
-
margin: 5px 0 5px 8px;
|
|
35260
|
-
}
|
|
35261
|
-
.E_wpbf4pq .week-day-option,
|
|
35262
|
-
.E_wpbf4pq .month-day-option {
|
|
35263
|
-
background: #f5f7fa;
|
|
35264
|
-
box-sizing: border-box;
|
|
35265
|
-
border-radius: 16px;
|
|
35266
|
-
margin-right: 8px;
|
|
35267
|
-
}
|
|
35268
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35269
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35270
|
-
color: inherit;
|
|
35271
|
-
border-color: #d9d9d9;
|
|
35272
|
-
}
|
|
35273
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35274
|
-
background-color: #0096ff;
|
|
35275
|
-
border-color: #0096ff;
|
|
35276
|
-
color: #fff;
|
|
35277
|
-
}
|
|
35278
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35279
|
-
width: 110px;
|
|
35280
|
-
margin-top: 4px;
|
|
35281
|
-
}
|
|
35282
|
-
.E_wpbf4pq .month-day-option {
|
|
35283
|
-
width: 32px;
|
|
35284
|
-
padding: 0;
|
|
35285
|
-
margin-bottom: 8px;
|
|
35286
|
-
}
|
|
35287
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35288
|
-
background-color: #0096ff;
|
|
35289
|
-
border-color: #0096ff;
|
|
35290
|
-
color: #fff;
|
|
35291
|
-
}
|
|
35292
|
-
|
|
35293
|
-
span.E_tqjc4ui {
|
|
35294
|
-
margin: 0 2px;
|
|
35295
|
-
}
|
|
35296
|
-
|
|
35297
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35298
|
-
background: #edf0f7;
|
|
35299
|
-
padding: 32px 8px;
|
|
35300
|
-
overflow: auto;
|
|
35301
|
-
}
|
|
35302
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35303
|
-
display: flex;
|
|
35304
|
-
flex-direction: column;
|
|
35305
|
-
justify-content: space-between;
|
|
35306
|
-
}
|
|
35307
|
-
.E_s1at6qmn footer {
|
|
35308
|
-
display: flex;
|
|
35309
|
-
}
|
|
35310
|
-
.E_s1at6qmn .ant-menu {
|
|
35311
|
-
background: #edf0f7;
|
|
35312
|
-
}
|
|
35313
|
-
.E_s1at6qmn .ant-menu a {
|
|
35314
|
-
color: #00122e;
|
|
35315
|
-
width: 180px;
|
|
35316
|
-
overflow: hidden;
|
|
35317
|
-
text-overflow: ellipsis;
|
|
35318
|
-
}
|
|
35319
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35320
|
-
margin-bottom: 24px;
|
|
35321
|
-
}
|
|
35322
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35323
|
-
margin: 0;
|
|
35324
|
-
}
|
|
35325
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35326
|
-
font-size: 12px;
|
|
35327
|
-
padding: 0 8px 4px;
|
|
35328
|
-
line-height: 18px;
|
|
35329
|
-
}
|
|
35330
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35331
|
-
padding: 0;
|
|
35332
|
-
}
|
|
35333
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35334
|
-
padding-bottom: 24px;
|
|
35335
|
-
}
|
|
35336
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35337
|
-
margin-bottom: 24px;
|
|
35338
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35228
|
+
.E_wpbf4pq .ant-picker {
|
|
35229
|
+
width: 80px;
|
|
35230
|
+
margin: 0 9px;
|
|
35231
|
+
text-align: center;
|
|
35339
35232
|
}
|
|
35340
|
-
.
|
|
35341
|
-
|
|
35342
|
-
|
|
35343
|
-
|
|
35344
|
-
height: 32px;
|
|
35345
|
-
line-height: 22px;
|
|
35346
|
-
padding: 0 8px;
|
|
35233
|
+
.E_wpbf4pq .options {
|
|
35234
|
+
padding: 12px 0 12px 16px;
|
|
35235
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35236
|
+
margin: 5px 0 5px 8px;
|
|
35347
35237
|
}
|
|
35348
|
-
.
|
|
35349
|
-
|
|
35238
|
+
.E_wpbf4pq .week-day-option,
|
|
35239
|
+
.E_wpbf4pq .month-day-option {
|
|
35240
|
+
background: #f5f7fa;
|
|
35241
|
+
box-sizing: border-box;
|
|
35242
|
+
border-radius: 16px;
|
|
35243
|
+
margin-right: 8px;
|
|
35350
35244
|
}
|
|
35351
|
-
.
|
|
35352
|
-
|
|
35353
|
-
|
|
35245
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35246
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35247
|
+
color: inherit;
|
|
35248
|
+
border-color: #d9d9d9;
|
|
35354
35249
|
}
|
|
35355
|
-
.
|
|
35356
|
-
background:
|
|
35357
|
-
|
|
35358
|
-
border-radius: 6px;
|
|
35250
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35251
|
+
background-color: #0096ff;
|
|
35252
|
+
border-color: #0096ff;
|
|
35359
35253
|
color: #fff;
|
|
35360
35254
|
}
|
|
35361
|
-
.
|
|
35362
|
-
|
|
35255
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35256
|
+
width: 110px;
|
|
35257
|
+
margin-top: 4px;
|
|
35363
35258
|
}
|
|
35364
|
-
.
|
|
35365
|
-
|
|
35366
|
-
|
|
35367
|
-
|
|
35259
|
+
.E_wpbf4pq .month-day-option {
|
|
35260
|
+
width: 32px;
|
|
35261
|
+
padding: 0;
|
|
35262
|
+
margin-bottom: 8px;
|
|
35368
35263
|
}
|
|
35369
|
-
|
|
35370
|
-
|
|
35371
|
-
|
|
35372
|
-
|
|
35264
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35265
|
+
background-color: #0096ff;
|
|
35266
|
+
border-color: #0096ff;
|
|
35267
|
+
color: #fff;
|
|
35373
35268
|
}
|
|
35374
|
-
|
|
35375
|
-
|
|
35376
|
-
|
|
35269
|
+
|
|
35270
|
+
.E_gmyahx3 {
|
|
35271
|
+
cursor: pointer;
|
|
35377
35272
|
}
|
|
35378
|
-
.
|
|
35379
|
-
|
|
35273
|
+
.E_gmyahx3 .link-text {
|
|
35274
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35380
35275
|
}
|
|
35381
|
-
.
|
|
35382
|
-
|
|
35383
|
-
padding: 0 6px;
|
|
35276
|
+
.E_gmyahx3:hover .link-text {
|
|
35277
|
+
color: #0080ff;
|
|
35384
35278
|
}
|
|
35385
35279
|
|
|
35386
|
-
.
|
|
35280
|
+
.E_n12mqh7z {
|
|
35387
35281
|
display: flex;
|
|
35388
|
-
|
|
35389
|
-
|
|
35282
|
+
align-items: center;
|
|
35283
|
+
font-size: 12px;
|
|
35284
|
+
line-height: 18px;
|
|
35390
35285
|
}
|
|
35391
|
-
.
|
|
35392
|
-
|
|
35393
|
-
opacity: 1 !important;
|
|
35286
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35287
|
+
margin-bottom: 4px;
|
|
35394
35288
|
}
|
|
35395
|
-
|
|
35396
|
-
|
|
35397
|
-
|
|
35289
|
+
|
|
35290
|
+
.E_tf5bynu {
|
|
35291
|
+
margin: 0 3px;
|
|
35398
35292
|
}
|
|
35399
|
-
|
|
35400
|
-
|
|
35293
|
+
|
|
35294
|
+
.E_tcckoz1 {
|
|
35295
|
+
max-height: 400px;
|
|
35296
|
+
overflow: auto;
|
|
35401
35297
|
}
|
|
35402
|
-
|
|
35403
|
-
|
|
35404
|
-
|
|
35405
|
-
white-space: nowrap;
|
|
35406
|
-
text-overflow: ellipsis;
|
|
35407
|
-
text-align: left;
|
|
35298
|
+
|
|
35299
|
+
span.E_tqjc4ui {
|
|
35300
|
+
margin: 0 2px;
|
|
35408
35301
|
}
|
|
35409
35302
|
|
|
35410
35303
|
.E_t1sqg15u {
|
|
@@ -35528,23 +35421,173 @@ span.E_tqjc4ui {
|
|
|
35528
35421
|
color: #00122e !important;
|
|
35529
35422
|
}
|
|
35530
35423
|
|
|
35531
|
-
.
|
|
35532
|
-
|
|
35533
|
-
|
|
35534
|
-
|
|
35535
|
-
|
|
35424
|
+
.E_ou7iq30 {
|
|
35425
|
+
overflow: hidden;
|
|
35426
|
+
text-overflow: ellipsis;
|
|
35427
|
+
}
|
|
35428
|
+
|
|
35429
|
+
.E_s1tui002 {
|
|
35430
|
+
white-space: nowrap;
|
|
35431
|
+
}
|
|
35432
|
+
|
|
35433
|
+
.E_mxrc2zg {
|
|
35434
|
+
display: -webkit-box;
|
|
35435
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35436
|
+
-webkit-box-orient: vertical;
|
|
35437
|
+
word-break: break-all;
|
|
35438
|
+
}
|
|
35439
|
+
|
|
35440
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35441
|
+
display: none;
|
|
35442
|
+
}
|
|
35443
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35444
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35445
|
+
border-radius: 4px;
|
|
35446
|
+
}
|
|
35447
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35448
|
+
visibility: hidden;
|
|
35449
|
+
}
|
|
35450
|
+
|
|
35451
|
+
.E_skwah65 {
|
|
35452
|
+
height: 8px;
|
|
35453
|
+
box-sizing: border-box;
|
|
35454
|
+
border-radius: 2px;
|
|
35455
|
+
background: #f5f7fa;
|
|
35456
|
+
display: flex;
|
|
35457
|
+
width: 100%;
|
|
35458
|
+
overflow: hidden;
|
|
35459
|
+
}
|
|
35460
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35461
|
+
margin-left: 1px;
|
|
35462
|
+
}
|
|
35463
|
+
|
|
35464
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35465
|
+
background: #edf0f7;
|
|
35466
|
+
padding: 32px 8px;
|
|
35467
|
+
overflow: auto;
|
|
35468
|
+
}
|
|
35469
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35470
|
+
display: flex;
|
|
35471
|
+
flex-direction: column;
|
|
35472
|
+
justify-content: space-between;
|
|
35473
|
+
}
|
|
35474
|
+
.E_s1at6qmn footer {
|
|
35475
|
+
display: flex;
|
|
35476
|
+
}
|
|
35477
|
+
.E_s1at6qmn .ant-menu {
|
|
35478
|
+
background: #edf0f7;
|
|
35479
|
+
}
|
|
35480
|
+
.E_s1at6qmn .ant-menu a {
|
|
35481
|
+
color: #00122e;
|
|
35482
|
+
width: 180px;
|
|
35483
|
+
overflow: hidden;
|
|
35484
|
+
text-overflow: ellipsis;
|
|
35485
|
+
}
|
|
35486
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35487
|
+
margin-bottom: 24px;
|
|
35488
|
+
}
|
|
35489
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35490
|
+
margin: 0;
|
|
35491
|
+
}
|
|
35492
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35493
|
+
font-size: 12px;
|
|
35494
|
+
padding: 0 8px 4px;
|
|
35495
|
+
line-height: 18px;
|
|
35496
|
+
}
|
|
35497
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35498
|
+
padding: 0;
|
|
35499
|
+
}
|
|
35500
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35501
|
+
padding-bottom: 24px;
|
|
35502
|
+
}
|
|
35503
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35504
|
+
margin-bottom: 24px;
|
|
35505
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35506
|
+
}
|
|
35507
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35508
|
+
transition: none;
|
|
35509
|
+
display: flex;
|
|
35510
|
+
align-items: center;
|
|
35511
|
+
height: 32px;
|
|
35512
|
+
line-height: 22px;
|
|
35513
|
+
padding: 0 8px;
|
|
35514
|
+
}
|
|
35515
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35516
|
+
margin-right: 12px;
|
|
35517
|
+
}
|
|
35518
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35519
|
+
margin: 0;
|
|
35520
|
+
margin-bottom: 2px;
|
|
35521
|
+
}
|
|
35522
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35523
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35524
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35525
|
+
border-radius: 6px;
|
|
35526
|
+
color: #fff;
|
|
35527
|
+
}
|
|
35528
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35529
|
+
color: #fff;
|
|
35530
|
+
}
|
|
35531
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35532
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35533
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35534
|
+
border-radius: 6px;
|
|
35535
|
+
}
|
|
35536
|
+
|
|
35537
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35538
|
+
white-space: nowrap;
|
|
35539
|
+
transition: all 0s;
|
|
35540
|
+
}
|
|
35541
|
+
.E_s1wu0lms.shrink {
|
|
35542
|
+
transition: all 0s;
|
|
35543
|
+
overflow: hidden;
|
|
35544
|
+
}
|
|
35545
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35546
|
+
visibility: hidden;
|
|
35547
|
+
}
|
|
35548
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35549
|
+
width: 36px;
|
|
35550
|
+
padding: 0 6px;
|
|
35551
|
+
}
|
|
35552
|
+
|
|
35553
|
+
.E_n1ugzfva {
|
|
35554
|
+
display: flex;
|
|
35555
|
+
place-items: center;
|
|
35556
|
+
width: 100% !important;
|
|
35557
|
+
}
|
|
35558
|
+
.E_n1ugzfva[disabled] {
|
|
35559
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35560
|
+
opacity: 1 !important;
|
|
35561
|
+
}
|
|
35562
|
+
.E_n1ugzfva.ant-btn {
|
|
35563
|
+
width: 100%;
|
|
35564
|
+
color: #00122e;
|
|
35565
|
+
}
|
|
35566
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35567
|
+
margin-right: 12px;
|
|
35568
|
+
}
|
|
35569
|
+
.E_n1ugzfva .link-title {
|
|
35570
|
+
flex: 1;
|
|
35571
|
+
overflow: hidden;
|
|
35572
|
+
white-space: nowrap;
|
|
35573
|
+
text-overflow: ellipsis;
|
|
35574
|
+
text-align: left;
|
|
35575
|
+
}
|
|
35576
|
+
|
|
35577
|
+
.E_u15heuvq.content {
|
|
35578
|
+
cursor: default !important;
|
|
35536
35579
|
}
|
|
35537
|
-
.
|
|
35538
|
-
|
|
35580
|
+
.E_u15heuvq.content.link {
|
|
35581
|
+
cursor: pointer !important;
|
|
35539
35582
|
}
|
|
35540
|
-
|
|
35541
|
-
|
|
35542
|
-
margin: 0 3px;
|
|
35583
|
+
.E_u15heuvq.content.link:hover {
|
|
35584
|
+
color: #0080ff;
|
|
35543
35585
|
}
|
|
35544
|
-
|
|
35545
|
-
|
|
35546
|
-
|
|
35547
|
-
|
|
35586
|
+
.E_u15heuvq.content.black {
|
|
35587
|
+
color: #00122e;
|
|
35588
|
+
}
|
|
35589
|
+
.E_u15heuvq.content.gray {
|
|
35590
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35548
35591
|
}
|
|
35549
35592
|
|
|
35550
35593
|
.E_t160l1cm {
|
|
@@ -35750,33 +35793,6 @@ span.E_tqjc4ui {
|
|
|
35750
35793
|
background: transparent;
|
|
35751
35794
|
}
|
|
35752
35795
|
|
|
35753
|
-
.E_ou7iq30 {
|
|
35754
|
-
overflow: hidden;
|
|
35755
|
-
text-overflow: ellipsis;
|
|
35756
|
-
}
|
|
35757
|
-
|
|
35758
|
-
.E_s1tui002 {
|
|
35759
|
-
white-space: nowrap;
|
|
35760
|
-
}
|
|
35761
|
-
|
|
35762
|
-
.E_mxrc2zg {
|
|
35763
|
-
display: -webkit-box;
|
|
35764
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35765
|
-
-webkit-box-orient: vertical;
|
|
35766
|
-
word-break: break-all;
|
|
35767
|
-
}
|
|
35768
|
-
|
|
35769
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35770
|
-
display: none;
|
|
35771
|
-
}
|
|
35772
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35773
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35774
|
-
border-radius: 4px;
|
|
35775
|
-
}
|
|
35776
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35777
|
-
visibility: hidden;
|
|
35778
|
-
}
|
|
35779
|
-
|
|
35780
35796
|
.E_cyms3br {
|
|
35781
35797
|
background: #fff;
|
|
35782
35798
|
width: 100%;
|
|
@@ -35830,53 +35846,6 @@ span.E_tqjc4ui {
|
|
|
35830
35846
|
justify-content: center;
|
|
35831
35847
|
}
|
|
35832
35848
|
|
|
35833
|
-
.E_h1ol2wl7 {
|
|
35834
|
-
font-weight: bold;
|
|
35835
|
-
background-color: unset;
|
|
35836
|
-
padding: unset;
|
|
35837
|
-
}
|
|
35838
|
-
|
|
35839
|
-
.E_i5w779o {
|
|
35840
|
-
padding: 8px 0;
|
|
35841
|
-
}
|
|
35842
|
-
.E_i5w779o .col-label {
|
|
35843
|
-
flex-shrink: unset;
|
|
35844
|
-
}
|
|
35845
|
-
.E_i5w779o .col-label * {
|
|
35846
|
-
line-height: 18px;
|
|
35847
|
-
}
|
|
35848
|
-
.E_i5w779o .col-content {
|
|
35849
|
-
flex: 1 1 0;
|
|
35850
|
-
display: flex;
|
|
35851
|
-
align-items: center;
|
|
35852
|
-
}
|
|
35853
|
-
.E_i5w779o .col-content * {
|
|
35854
|
-
line-height: 18px;
|
|
35855
|
-
}
|
|
35856
|
-
|
|
35857
|
-
.E_l18dja44 {
|
|
35858
|
-
padding: 6px 0;
|
|
35859
|
-
}
|
|
35860
|
-
.E_l18dja44 .col-label * {
|
|
35861
|
-
font-size: 13px;
|
|
35862
|
-
line-height: 20px;
|
|
35863
|
-
}
|
|
35864
|
-
.E_l18dja44 .col-content * {
|
|
35865
|
-
font-size: 14px;
|
|
35866
|
-
line-height: 20px;
|
|
35867
|
-
}
|
|
35868
|
-
|
|
35869
|
-
.E_c8c2hys {
|
|
35870
|
-
display: flex;
|
|
35871
|
-
justify-content: space-between;
|
|
35872
|
-
flex: 1;
|
|
35873
|
-
min-width: 0;
|
|
35874
|
-
}
|
|
35875
|
-
|
|
35876
|
-
.E_n4m6c4d {
|
|
35877
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35878
|
-
}
|
|
35879
|
-
|
|
35880
35849
|
.E_kr6am0s .ant-modal-body {
|
|
35881
35850
|
padding: 60px 128px;
|
|
35882
35851
|
}
|
|
@@ -35940,37 +35909,51 @@ span.E_tqjc4ui {
|
|
|
35940
35909
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35941
35910
|
}
|
|
35942
35911
|
|
|
35943
|
-
.
|
|
35944
|
-
|
|
35945
|
-
|
|
35946
|
-
|
|
35947
|
-
|
|
35948
|
-
|
|
35912
|
+
.E_i5w779o {
|
|
35913
|
+
padding: 8px 0;
|
|
35914
|
+
}
|
|
35915
|
+
.E_i5w779o .col-label {
|
|
35916
|
+
flex-shrink: unset;
|
|
35917
|
+
}
|
|
35918
|
+
.E_i5w779o .col-label * {
|
|
35919
|
+
line-height: 18px;
|
|
35920
|
+
}
|
|
35921
|
+
.E_i5w779o .col-content {
|
|
35922
|
+
flex: 1 1 0;
|
|
35949
35923
|
display: flex;
|
|
35950
35924
|
align-items: center;
|
|
35951
|
-
justify-content: center;
|
|
35952
|
-
position: relative;
|
|
35953
|
-
opacity: 0.6;
|
|
35954
35925
|
}
|
|
35955
|
-
.
|
|
35956
|
-
|
|
35926
|
+
.E_i5w779o .col-content * {
|
|
35927
|
+
line-height: 18px;
|
|
35957
35928
|
}
|
|
35958
|
-
|
|
35959
|
-
|
|
35960
|
-
|
|
35961
|
-
|
|
35962
|
-
|
|
35963
|
-
|
|
35964
|
-
|
|
35929
|
+
|
|
35930
|
+
.E_l18dja44 {
|
|
35931
|
+
padding: 6px 0;
|
|
35932
|
+
}
|
|
35933
|
+
.E_l18dja44 .col-label * {
|
|
35934
|
+
font-size: 13px;
|
|
35935
|
+
line-height: 20px;
|
|
35936
|
+
}
|
|
35937
|
+
.E_l18dja44 .col-content * {
|
|
35938
|
+
font-size: 14px;
|
|
35939
|
+
line-height: 20px;
|
|
35965
35940
|
}
|
|
35966
35941
|
|
|
35967
|
-
.
|
|
35968
|
-
|
|
35942
|
+
.E_c8c2hys {
|
|
35943
|
+
display: flex;
|
|
35944
|
+
justify-content: space-between;
|
|
35945
|
+
flex: 1;
|
|
35946
|
+
min-width: 0;
|
|
35969
35947
|
}
|
|
35970
35948
|
|
|
35971
|
-
.
|
|
35972
|
-
|
|
35973
|
-
|
|
35949
|
+
.E_n4m6c4d {
|
|
35950
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35951
|
+
}
|
|
35952
|
+
|
|
35953
|
+
.E_h1ol2wl7 {
|
|
35954
|
+
font-weight: bold;
|
|
35955
|
+
background-color: unset;
|
|
35956
|
+
padding: unset;
|
|
35974
35957
|
}
|
|
35975
35958
|
|
|
35976
35959
|
.E_c14ouk5o {
|
|
@@ -36017,6 +36000,53 @@ span.E_tqjc4ui {
|
|
|
36017
36000
|
height: auto;
|
|
36018
36001
|
}
|
|
36019
36002
|
|
|
36003
|
+
.E_c1ss4prm {
|
|
36004
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36005
|
+
}
|
|
36006
|
+
.E_c1ss4prm li {
|
|
36007
|
+
margin-bottom: 4px;
|
|
36008
|
+
}
|
|
36009
|
+
.E_c1ss4prm li:last-child {
|
|
36010
|
+
margin-bottom: 0;
|
|
36011
|
+
}
|
|
36012
|
+
|
|
36013
|
+
.E_ms3tlei {
|
|
36014
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36015
|
+
padding: 8px;
|
|
36016
|
+
border-radius: 6px;
|
|
36017
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36018
|
+
}
|
|
36019
|
+
.E_ms3tlei li {
|
|
36020
|
+
margin-bottom: 4px;
|
|
36021
|
+
}
|
|
36022
|
+
.E_ms3tlei li:last-child {
|
|
36023
|
+
margin-bottom: 0;
|
|
36024
|
+
}
|
|
36025
|
+
|
|
36026
|
+
.E_du44iy7 {
|
|
36027
|
+
margin-bottom: 4px;
|
|
36028
|
+
}
|
|
36029
|
+
|
|
36030
|
+
.E_s1qmhanr {
|
|
36031
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36032
|
+
margin-bottom: 8px;
|
|
36033
|
+
}
|
|
36034
|
+
|
|
36035
|
+
.E_drje1h0 {
|
|
36036
|
+
height: 1px;
|
|
36037
|
+
background: #e4e9f2;
|
|
36038
|
+
margin: 16px 0;
|
|
36039
|
+
}
|
|
36040
|
+
|
|
36041
|
+
.E_cevhqx7 {
|
|
36042
|
+
color: #00122e;
|
|
36043
|
+
}
|
|
36044
|
+
|
|
36045
|
+
.E_snbqlt4 {
|
|
36046
|
+
margin-top: 8px;
|
|
36047
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36048
|
+
}
|
|
36049
|
+
|
|
36020
36050
|
.E_c1kchka8 {
|
|
36021
36051
|
height: 100%;
|
|
36022
36052
|
width: 100%;
|
|
@@ -36509,40 +36539,26 @@ span.E_tqjc4ui {
|
|
|
36509
36539
|
padding: 0;
|
|
36510
36540
|
}
|
|
36511
36541
|
|
|
36512
|
-
.
|
|
36513
|
-
|
|
36514
|
-
|
|
36515
|
-
|
|
36516
|
-
|
|
36517
|
-
|
|
36518
|
-
|
|
36519
|
-
|
|
36520
|
-
|
|
36521
|
-
|
|
36522
|
-
.
|
|
36523
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36524
|
-
padding: 8px;
|
|
36525
|
-
border-radius: 6px;
|
|
36526
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36527
|
-
}
|
|
36528
|
-
.E_ms3tlei li {
|
|
36529
|
-
margin-bottom: 4px;
|
|
36530
|
-
}
|
|
36531
|
-
.E_ms3tlei li:last-child {
|
|
36532
|
-
margin-bottom: 0;
|
|
36533
|
-
}
|
|
36534
|
-
|
|
36535
|
-
.E_du44iy7 {
|
|
36536
|
-
margin-bottom: 4px;
|
|
36542
|
+
.E_l12xdkhl {
|
|
36543
|
+
width: 64px;
|
|
36544
|
+
height: 64px;
|
|
36545
|
+
max-width: 64px;
|
|
36546
|
+
max-height: 64px;
|
|
36547
|
+
overflow: hidden;
|
|
36548
|
+
display: flex;
|
|
36549
|
+
align-items: center;
|
|
36550
|
+
justify-content: center;
|
|
36551
|
+
position: relative;
|
|
36552
|
+
opacity: 0.6;
|
|
36537
36553
|
}
|
|
36538
|
-
|
|
36539
|
-
.
|
|
36540
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36541
|
-
margin-bottom: 8px;
|
|
36554
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36555
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36542
36556
|
}
|
|
36543
|
-
|
|
36544
|
-
|
|
36545
|
-
|
|
36546
|
-
|
|
36547
|
-
|
|
36557
|
+
@keyframes rotate {
|
|
36558
|
+
from {
|
|
36559
|
+
transform: rotate(0deg);
|
|
36560
|
+
}
|
|
36561
|
+
to {
|
|
36562
|
+
transform: rotate(360deg);
|
|
36563
|
+
}
|
|
36548
36564
|
}
|