@cloudtower/eagle 0.34.7 → 0.34.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/coreX/BarChart/index.js +5 -2
- package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +28 -8
- 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 +2098 -2078
- package/dist/esm/coreX/BarChart/index.js +4 -2
- package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +28 -8
- 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 +3062 -3039
- package/dist/src/coreX/BarChart/index.d.ts +1 -0
- package/dist/src/coreX/Dialogs/RejectDialog/RejectDialog.type.d.ts +5 -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/Dialogs/RejectDialog.stories.d.ts +8 -0
- package/dist/stories/docs/coreX/UnserlineTooltip.stories.d.ts +11 -0
- package/dist/style.css +2098 -2078
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,26 +29673,6 @@ body {
|
|
|
29673
29673
|
overflow-x: auto;
|
|
29674
29674
|
}
|
|
29675
29675
|
|
|
29676
|
-
.E_c18gxmrl {
|
|
29677
|
-
border: 1px solid #d8deeb;
|
|
29678
|
-
border-radius: 4px;
|
|
29679
|
-
}
|
|
29680
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
29681
|
-
margin-top: 8px;
|
|
29682
|
-
}
|
|
29683
|
-
.E_c18gxmrl:hover {
|
|
29684
|
-
border-color: #0080ff;
|
|
29685
|
-
}
|
|
29686
|
-
.E_c18gxmrl:hover > header {
|
|
29687
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29688
|
-
}
|
|
29689
|
-
.E_c18gxmrl.active header {
|
|
29690
|
-
border-bottom: 1px solid #d8deeb;
|
|
29691
|
-
}
|
|
29692
|
-
.E_c18gxmrl > header {
|
|
29693
|
-
padding: 8px 12px;
|
|
29694
|
-
}
|
|
29695
|
-
|
|
29696
29676
|
.E_m74vjol {
|
|
29697
29677
|
display: flex;
|
|
29698
29678
|
justify-content: space-between;
|
|
@@ -29713,6 +29693,26 @@ body {
|
|
|
29713
29693
|
flex: 1;
|
|
29714
29694
|
}
|
|
29715
29695
|
|
|
29696
|
+
.E_c18gxmrl {
|
|
29697
|
+
border: 1px solid #d8deeb;
|
|
29698
|
+
border-radius: 4px;
|
|
29699
|
+
}
|
|
29700
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29701
|
+
margin-top: 8px;
|
|
29702
|
+
}
|
|
29703
|
+
.E_c18gxmrl:hover {
|
|
29704
|
+
border-color: #0080ff;
|
|
29705
|
+
}
|
|
29706
|
+
.E_c18gxmrl:hover > header {
|
|
29707
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29708
|
+
}
|
|
29709
|
+
.E_c18gxmrl.active header {
|
|
29710
|
+
border-bottom: 1px solid #d8deeb;
|
|
29711
|
+
}
|
|
29712
|
+
.E_c18gxmrl > header {
|
|
29713
|
+
padding: 8px 12px;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29716
29716
|
.E_berrcjl {
|
|
29717
29717
|
color: rgba(10, 37, 85, 0.6);
|
|
29718
29718
|
margin-bottom: 4px;
|
|
@@ -29729,6 +29729,19 @@ body {
|
|
|
29729
29729
|
color: #005ed1;
|
|
29730
29730
|
}
|
|
29731
29731
|
|
|
29732
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29733
|
+
padding: 4px 8px 0 8px;
|
|
29734
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29735
|
+
font-size: 12px;
|
|
29736
|
+
}
|
|
29737
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29738
|
+
padding-bottom: 6px;
|
|
29739
|
+
}
|
|
29740
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29741
|
+
padding-top: 4px;
|
|
29742
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29743
|
+
}
|
|
29744
|
+
|
|
29732
29745
|
.E_b1nip9bk {
|
|
29733
29746
|
padding: 4px 11px;
|
|
29734
29747
|
}
|
|
@@ -29758,6 +29771,13 @@ body {
|
|
|
29758
29771
|
border-radius: unset;
|
|
29759
29772
|
}
|
|
29760
29773
|
|
|
29774
|
+
.E_c1yyuluq {
|
|
29775
|
+
border-radius: 8px;
|
|
29776
|
+
}
|
|
29777
|
+
.E_c1yyuluq .ant-card-body {
|
|
29778
|
+
padding: 20px 24px 24px 24px;
|
|
29779
|
+
}
|
|
29780
|
+
|
|
29761
29781
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29762
29782
|
justify-content: center;
|
|
29763
29783
|
}
|
|
@@ -30037,73 +30057,26 @@ body {
|
|
|
30037
30057
|
text-align: center;
|
|
30038
30058
|
}
|
|
30039
30059
|
|
|
30040
|
-
.
|
|
30041
|
-
|
|
30042
|
-
color:
|
|
30043
|
-
font-size: 12px;
|
|
30044
|
-
}
|
|
30045
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30046
|
-
padding-bottom: 6px;
|
|
30047
|
-
}
|
|
30048
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30049
|
-
padding-top: 4px;
|
|
30050
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30051
|
-
}
|
|
30052
|
-
|
|
30053
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30054
|
-
line-height: 18px;
|
|
30055
|
-
}
|
|
30056
|
-
|
|
30057
|
-
.E_iouxfgt {
|
|
30058
|
-
display: inline-flex;
|
|
30059
|
-
align-items: center;
|
|
30060
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30061
|
+
border: 0px;
|
|
30062
|
+
background-color: #fff;
|
|
30060
30063
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30063
|
-
|
|
30064
|
-
|
|
30064
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30065
|
+
padding-top: 0px;
|
|
30066
|
+
padding-bottom: 0px;
|
|
30067
|
+
padding-left: 0px !important;
|
|
30068
|
+
padding-right: 24px;
|
|
30065
30069
|
}
|
|
30066
|
-
.
|
|
30067
|
-
|
|
30068
|
-
margin-left: 4px;
|
|
30070
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30071
|
+
right: 0px;
|
|
30069
30072
|
}
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30072
|
-
animation: rotate 680ms linear infinite;
|
|
30073
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30074
|
+
padding: 0px;
|
|
30073
30075
|
}
|
|
30074
30076
|
|
|
30075
|
-
.
|
|
30076
|
-
|
|
30077
|
-
|
|
30078
|
-
flex-flow: nowrap !important;
|
|
30079
|
-
line-break: auto;
|
|
30080
|
-
}
|
|
30081
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30082
|
-
text-align: left !important;
|
|
30083
|
-
padding-bottom: 0 !important;
|
|
30084
|
-
}
|
|
30085
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30086
|
-
min-height: 32px;
|
|
30087
|
-
height: auto;
|
|
30088
|
-
font-size: 13px;
|
|
30089
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30090
|
-
white-space: normal;
|
|
30091
|
-
}
|
|
30092
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30093
|
-
border-color: #ff4d4f !important;
|
|
30094
|
-
}
|
|
30095
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30096
|
-
border-color: #ff4d4f !important;
|
|
30097
|
-
}
|
|
30098
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30099
|
-
margin-top: 4px;
|
|
30100
|
-
font-size: 12px;
|
|
30101
|
-
min-height: 0px;
|
|
30102
|
-
}
|
|
30103
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30104
|
-
font-size: 12px;
|
|
30105
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30106
|
-
min-height: 0px;
|
|
30077
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30078
|
+
padding-right: 0px;
|
|
30079
|
+
cursor: default;
|
|
30107
30080
|
}
|
|
30108
30081
|
|
|
30109
30082
|
.E_d1bw7c5z {
|
|
@@ -30189,19 +30162,8 @@ body {
|
|
|
30189
30162
|
width: 102px;
|
|
30190
30163
|
}
|
|
30191
30164
|
|
|
30192
|
-
.
|
|
30193
|
-
|
|
30194
|
-
height: 100%;
|
|
30195
|
-
min-height: 124px;
|
|
30196
|
-
display: flex;
|
|
30197
|
-
flex-direction: column;
|
|
30198
|
-
justify-content: center;
|
|
30199
|
-
align-items: center;
|
|
30200
|
-
}
|
|
30201
|
-
.E_fzh9mnb .error-text {
|
|
30202
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30203
|
-
margin-bottom: 16px;
|
|
30204
|
-
font-size: 18px;
|
|
30165
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30166
|
+
line-height: 18px;
|
|
30205
30167
|
}
|
|
30206
30168
|
|
|
30207
30169
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -30216,235 +30178,58 @@ body {
|
|
|
30216
30178
|
border-top-right-radius: 5px;
|
|
30217
30179
|
}
|
|
30218
30180
|
|
|
30219
|
-
.
|
|
30220
|
-
display: var(--ai7qkf2-0);
|
|
30221
|
-
}
|
|
30222
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30181
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30223
30182
|
display: inline-flex;
|
|
30224
|
-
|
|
30225
|
-
|
|
30226
|
-
width: 100%;
|
|
30183
|
+
align-items: baseline;
|
|
30184
|
+
white-space: pre-wrap;
|
|
30227
30185
|
}
|
|
30228
|
-
.
|
|
30229
|
-
|
|
30230
|
-
|
|
30231
|
-
flex: none;
|
|
30232
|
-
align-items: center;
|
|
30233
|
-
margin-left: 4px;
|
|
30234
|
-
padding: 5px 12px 5px 0;
|
|
30235
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30186
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30187
|
+
position: relative;
|
|
30188
|
+
top: 3px;
|
|
30236
30189
|
}
|
|
30237
|
-
.
|
|
30238
|
-
|
|
30239
|
-
display: var(--ai7qkf2-4);
|
|
30240
|
-
flex: none;
|
|
30241
|
-
align-items: center;
|
|
30242
|
-
margin-right: 4px;
|
|
30243
|
-
cursor: auto;
|
|
30244
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30190
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30191
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30245
30192
|
}
|
|
30246
|
-
.ant-
|
|
30247
|
-
border-
|
|
30193
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30194
|
+
border-color: #0080ff;
|
|
30248
30195
|
}
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30251
|
-
|
|
30196
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30197
|
+
border-color: #0080ff;
|
|
30198
|
+
background: #0080ff;
|
|
30252
30199
|
}
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30255
|
-
|
|
30256
|
-
|
|
30200
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30201
|
+
top: 4px;
|
|
30202
|
+
left: 4px;
|
|
30203
|
+
width: 6px;
|
|
30204
|
+
height: 6px;
|
|
30205
|
+
background: #fff;
|
|
30257
30206
|
}
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30207
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30208
|
+
opacity: 0.5;
|
|
30261
30209
|
}
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
padding: 5px 12px;
|
|
30266
|
-
font-size: inherit;
|
|
30210
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30211
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30212
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30267
30213
|
}
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30270
|
-
border: 1px;
|
|
30271
|
-
padding: 8px 16px;
|
|
30214
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30215
|
+
background: #00122e;
|
|
30272
30216
|
}
|
|
30273
|
-
.
|
|
30274
|
-
|
|
30275
|
-
|
|
30276
|
-
padding: 2px 8px;
|
|
30217
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30218
|
+
color: #00122e;
|
|
30219
|
+
opacity: 0.5;
|
|
30277
30220
|
}
|
|
30278
|
-
|
|
30279
|
-
|
|
30280
|
-
display: var(--a1wfy30z-0);
|
|
30221
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30222
|
+
color: #00122e;
|
|
30281
30223
|
}
|
|
30282
|
-
.
|
|
30283
|
-
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
height: inherit;
|
|
30224
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30225
|
+
display: inline-block;
|
|
30226
|
+
padding: 0;
|
|
30227
|
+
padding-left: 10px;
|
|
30287
30228
|
}
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
|
|
30292
|
-
align-items: center;
|
|
30293
|
-
margin-left: 4px;
|
|
30294
|
-
}
|
|
30295
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30296
|
-
content: var(--a1wfy30z-3);
|
|
30297
|
-
display: var(--a1wfy30z-4);
|
|
30298
|
-
flex: none;
|
|
30299
|
-
align-items: center;
|
|
30300
|
-
margin-right: 4px;
|
|
30301
|
-
cursor: auto;
|
|
30302
|
-
}
|
|
30303
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30304
|
-
padding: 0;
|
|
30305
|
-
margin: 0;
|
|
30306
|
-
height: auto;
|
|
30307
|
-
font-size: inherit;
|
|
30308
|
-
}
|
|
30309
|
-
|
|
30310
|
-
.E_i1inqkme {
|
|
30311
|
-
height: 18px;
|
|
30312
|
-
line-height: 18px;
|
|
30313
|
-
padding: 0 4px;
|
|
30314
|
-
border-radius: 4px;
|
|
30315
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30316
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30317
|
-
display: flex;
|
|
30318
|
-
align-items: center;
|
|
30319
|
-
white-space: nowrap;
|
|
30320
|
-
margin-right: 4px;
|
|
30321
|
-
}
|
|
30322
|
-
|
|
30323
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30324
|
-
margin-left: 8px;
|
|
30325
|
-
}
|
|
30326
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30327
|
-
padding: 2px 7px 2px 12px;
|
|
30328
|
-
}
|
|
30329
|
-
|
|
30330
|
-
.E_owd0kml {
|
|
30331
|
-
display: inline-block;
|
|
30332
|
-
}
|
|
30333
|
-
|
|
30334
|
-
.E_h1jsgezc {
|
|
30335
|
-
visibility: hidden;
|
|
30336
|
-
position: absolute;
|
|
30337
|
-
}
|
|
30338
|
-
|
|
30339
|
-
.E_phljevk {
|
|
30340
|
-
display: flex;
|
|
30341
|
-
justify-content: space-between;
|
|
30342
|
-
align-items: center;
|
|
30343
|
-
padding: 10px 0;
|
|
30344
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30345
|
-
font-size: 12px;
|
|
30346
|
-
line-height: 24px;
|
|
30347
|
-
}
|
|
30348
|
-
.E_phljevk .pagination-left {
|
|
30349
|
-
padding: 2px 8px;
|
|
30350
|
-
}
|
|
30351
|
-
.E_phljevk .dropdown-trigger {
|
|
30352
|
-
display: flex;
|
|
30353
|
-
align-items: center;
|
|
30354
|
-
border-radius: 6px;
|
|
30355
|
-
cursor: pointer;
|
|
30356
|
-
transition: all 0.3s ease;
|
|
30357
|
-
}
|
|
30358
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30359
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30360
|
-
color: #0080ff;
|
|
30361
|
-
}
|
|
30362
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30363
|
-
margin-left: 4px;
|
|
30364
|
-
}
|
|
30365
|
-
.E_phljevk .pagination-right {
|
|
30366
|
-
display: flex;
|
|
30367
|
-
align-items: center;
|
|
30368
|
-
color: #0080ff;
|
|
30369
|
-
font-weight: bold;
|
|
30370
|
-
}
|
|
30371
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30372
|
-
margin-left: 4px;
|
|
30373
|
-
}
|
|
30374
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30375
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30376
|
-
padding: 0 8px;
|
|
30377
|
-
}
|
|
30378
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30379
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30380
|
-
color: #0080ff;
|
|
30381
|
-
}
|
|
30382
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30383
|
-
transform: rotate(180deg);
|
|
30384
|
-
}
|
|
30385
|
-
|
|
30386
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30387
|
-
max-height: calc(100vh - 128px);
|
|
30388
|
-
overflow-y: auto;
|
|
30389
|
-
}
|
|
30390
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30391
|
-
padding: 4px 20px;
|
|
30392
|
-
font-size: 12px;
|
|
30393
|
-
line-height: 18px;
|
|
30394
|
-
}
|
|
30395
|
-
|
|
30396
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
30397
|
-
display: inline-flex;
|
|
30398
|
-
align-items: baseline;
|
|
30399
|
-
white-space: pre-wrap;
|
|
30400
|
-
}
|
|
30401
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30402
|
-
position: relative;
|
|
30403
|
-
top: 3px;
|
|
30404
|
-
}
|
|
30405
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30406
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30407
|
-
}
|
|
30408
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30409
|
-
border-color: #0080ff;
|
|
30410
|
-
}
|
|
30411
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30412
|
-
border-color: #0080ff;
|
|
30413
|
-
background: #0080ff;
|
|
30414
|
-
}
|
|
30415
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30416
|
-
top: 4px;
|
|
30417
|
-
left: 4px;
|
|
30418
|
-
width: 6px;
|
|
30419
|
-
height: 6px;
|
|
30420
|
-
background: #fff;
|
|
30421
|
-
}
|
|
30422
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30423
|
-
opacity: 0.5;
|
|
30424
|
-
}
|
|
30425
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30426
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30427
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30428
|
-
}
|
|
30429
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30430
|
-
background: #00122e;
|
|
30431
|
-
}
|
|
30432
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30433
|
-
color: #00122e;
|
|
30434
|
-
opacity: 0.5;
|
|
30435
|
-
}
|
|
30436
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30437
|
-
color: #00122e;
|
|
30438
|
-
}
|
|
30439
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30440
|
-
display: inline-block;
|
|
30441
|
-
padding: 0;
|
|
30442
|
-
padding-left: 10px;
|
|
30443
|
-
}
|
|
30444
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30445
|
-
margin-bottom: 0;
|
|
30446
|
-
white-space: pre-wrap;
|
|
30447
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30229
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30230
|
+
margin-bottom: 0;
|
|
30231
|
+
white-space: pre-wrap;
|
|
30232
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30448
30233
|
}
|
|
30449
30234
|
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30450
30235
|
padding-left: 8px;
|
|
@@ -30539,6 +30324,16 @@ body {
|
|
|
30539
30324
|
width: 36px;
|
|
30540
30325
|
}
|
|
30541
30326
|
|
|
30327
|
+
.E_ivqqkzv {
|
|
30328
|
+
height: 24px;
|
|
30329
|
+
width: 56px !important;
|
|
30330
|
+
margin-right: 4px;
|
|
30331
|
+
}
|
|
30332
|
+
|
|
30333
|
+
.E_c1wk4q29 {
|
|
30334
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30335
|
+
}
|
|
30336
|
+
|
|
30542
30337
|
.E_i11gg7mj .ant-input-prefix {
|
|
30543
30338
|
margin-right: 8px;
|
|
30544
30339
|
}
|
|
@@ -30565,14 +30360,61 @@ body {
|
|
|
30565
30360
|
cursor: not-allowed;
|
|
30566
30361
|
}
|
|
30567
30362
|
|
|
30568
|
-
.
|
|
30569
|
-
|
|
30570
|
-
|
|
30571
|
-
|
|
30363
|
+
.E_phljevk {
|
|
30364
|
+
display: flex;
|
|
30365
|
+
justify-content: space-between;
|
|
30366
|
+
align-items: center;
|
|
30367
|
+
padding: 10px 0;
|
|
30368
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30369
|
+
font-size: 12px;
|
|
30370
|
+
line-height: 24px;
|
|
30371
|
+
}
|
|
30372
|
+
.E_phljevk .pagination-left {
|
|
30373
|
+
padding: 2px 8px;
|
|
30374
|
+
}
|
|
30375
|
+
.E_phljevk .dropdown-trigger {
|
|
30376
|
+
display: flex;
|
|
30377
|
+
align-items: center;
|
|
30378
|
+
border-radius: 6px;
|
|
30379
|
+
cursor: pointer;
|
|
30380
|
+
transition: all 0.3s ease;
|
|
30381
|
+
}
|
|
30382
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30383
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30384
|
+
color: #0080ff;
|
|
30385
|
+
}
|
|
30386
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30387
|
+
margin-left: 4px;
|
|
30388
|
+
}
|
|
30389
|
+
.E_phljevk .pagination-right {
|
|
30390
|
+
display: flex;
|
|
30391
|
+
align-items: center;
|
|
30392
|
+
color: #0080ff;
|
|
30393
|
+
font-weight: bold;
|
|
30394
|
+
}
|
|
30395
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30396
|
+
margin-left: 4px;
|
|
30397
|
+
}
|
|
30398
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30399
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30400
|
+
padding: 0 8px;
|
|
30401
|
+
}
|
|
30402
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30403
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30404
|
+
color: #0080ff;
|
|
30405
|
+
}
|
|
30406
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30407
|
+
transform: rotate(180deg);
|
|
30572
30408
|
}
|
|
30573
30409
|
|
|
30574
|
-
.
|
|
30575
|
-
|
|
30410
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30411
|
+
max-height: calc(100vh - 128px);
|
|
30412
|
+
overflow-y: auto;
|
|
30413
|
+
}
|
|
30414
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30415
|
+
padding: 4px 20px;
|
|
30416
|
+
font-size: 12px;
|
|
30417
|
+
line-height: 18px;
|
|
30576
30418
|
}
|
|
30577
30419
|
|
|
30578
30420
|
.E_c1bus5hc {
|
|
@@ -30615,6 +30457,10 @@ body {
|
|
|
30615
30457
|
transform: rotate(0deg);
|
|
30616
30458
|
}
|
|
30617
30459
|
|
|
30460
|
+
.E_tju3gfj .date {
|
|
30461
|
+
margin-right: 4px;
|
|
30462
|
+
}
|
|
30463
|
+
|
|
30618
30464
|
.E_s1dizucg.ant-switch {
|
|
30619
30465
|
min-width: 40px;
|
|
30620
30466
|
height: 24px;
|
|
@@ -30670,33 +30516,398 @@ body {
|
|
|
30670
30516
|
margin-left: 5px;
|
|
30671
30517
|
}
|
|
30672
30518
|
|
|
30673
|
-
.
|
|
30674
|
-
|
|
30519
|
+
.E_iq1gosr {
|
|
30520
|
+
display: inline-block;
|
|
30675
30521
|
}
|
|
30676
30522
|
|
|
30677
|
-
.
|
|
30678
|
-
|
|
30679
|
-
|
|
30523
|
+
.E_s1sck0th {
|
|
30524
|
+
padding: 0 8px;
|
|
30525
|
+
border-radius: 4px;
|
|
30680
30526
|
}
|
|
30681
30527
|
|
|
30682
|
-
.
|
|
30683
|
-
|
|
30684
|
-
|
|
30685
|
-
margin: 0 auto;
|
|
30686
|
-
height: 100%;
|
|
30528
|
+
.E_m855nr1 {
|
|
30529
|
+
padding: 2px 8px;
|
|
30530
|
+
border-radius: 3px;
|
|
30687
30531
|
}
|
|
30688
30532
|
|
|
30689
|
-
.
|
|
30690
|
-
|
|
30691
|
-
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
|
|
30533
|
+
.E_l1270xpg {
|
|
30534
|
+
padding: 3px 8px;
|
|
30535
|
+
border-radius: 2px;
|
|
30536
|
+
}
|
|
30537
|
+
|
|
30538
|
+
.E_t14rextb.ant-tag:hover {
|
|
30539
|
+
opacity: unset;
|
|
30540
|
+
}
|
|
30541
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30542
|
+
margin: 0;
|
|
30543
|
+
margin-right: 8px;
|
|
30544
|
+
display: inline-flex;
|
|
30545
|
+
align-items: center;
|
|
30546
|
+
border: none;
|
|
30547
|
+
}
|
|
30548
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30549
|
+
width: 16px;
|
|
30550
|
+
height: 16px;
|
|
30551
|
+
color: inherit;
|
|
30552
|
+
margin-left: 4px;
|
|
30553
|
+
opacity: 0.6;
|
|
30554
|
+
display: inline-flex;
|
|
30555
|
+
}
|
|
30556
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30557
|
+
opacity: 1;
|
|
30558
|
+
}
|
|
30559
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30560
|
+
color: #0080ff;
|
|
30561
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30562
|
+
}
|
|
30563
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30564
|
+
color: #f0483e;
|
|
30565
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30566
|
+
}
|
|
30567
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30568
|
+
color: #e07f00;
|
|
30569
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30570
|
+
}
|
|
30571
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30572
|
+
color: #008f4c;
|
|
30573
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30574
|
+
}
|
|
30575
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30576
|
+
color: #1d326c;
|
|
30577
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30578
|
+
}
|
|
30579
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30580
|
+
color: #7E41FF;
|
|
30581
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30582
|
+
}
|
|
30583
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30584
|
+
color: #fff;
|
|
30585
|
+
}
|
|
30586
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30587
|
+
background-color: #f0483e;
|
|
30588
|
+
}
|
|
30589
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30590
|
+
background-color: #fea008;
|
|
30591
|
+
}
|
|
30592
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30593
|
+
background-color: #00ba5d;
|
|
30594
|
+
}
|
|
30595
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30596
|
+
background-color: #0080ff;
|
|
30597
|
+
}
|
|
30598
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30599
|
+
background-color: #6b7d99;
|
|
30600
|
+
}
|
|
30601
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30602
|
+
background-color: #7E41FF;
|
|
30603
|
+
}
|
|
30604
|
+
|
|
30605
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30606
|
+
margin-left: 8px;
|
|
30607
|
+
}
|
|
30608
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30609
|
+
padding: 2px 7px 2px 12px;
|
|
30610
|
+
}
|
|
30611
|
+
|
|
30612
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30613
|
+
display: var(--ai7qkf2-0);
|
|
30614
|
+
}
|
|
30615
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30616
|
+
display: inline-flex;
|
|
30617
|
+
line-height: 1.5715;
|
|
30618
|
+
height: 100%;
|
|
30619
|
+
width: 100%;
|
|
30620
|
+
}
|
|
30621
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30622
|
+
content: var(--ai7qkf2-1);
|
|
30623
|
+
display: var(--ai7qkf2-2);
|
|
30624
|
+
flex: none;
|
|
30625
|
+
align-items: center;
|
|
30626
|
+
margin-left: 4px;
|
|
30627
|
+
padding: 5px 12px 5px 0;
|
|
30628
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30629
|
+
}
|
|
30630
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30631
|
+
content: var(--ai7qkf2-3);
|
|
30632
|
+
display: var(--ai7qkf2-4);
|
|
30633
|
+
flex: none;
|
|
30634
|
+
align-items: center;
|
|
30635
|
+
margin-right: 4px;
|
|
30636
|
+
cursor: auto;
|
|
30637
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30638
|
+
}
|
|
30639
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30640
|
+
border-radius: 0;
|
|
30641
|
+
}
|
|
30642
|
+
.E_ai7qkf2.ant-input-number {
|
|
30643
|
+
width: 100%;
|
|
30644
|
+
border-radius: 6px;
|
|
30645
|
+
}
|
|
30646
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30647
|
+
border-color: #0096ff;
|
|
30648
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30649
|
+
z-index: 1;
|
|
30650
|
+
}
|
|
30651
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30652
|
+
border-color: #e75a3a;
|
|
30653
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30654
|
+
}
|
|
30655
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30656
|
+
height: 30px;
|
|
30657
|
+
border: 1px;
|
|
30658
|
+
padding: 5px 12px;
|
|
30659
|
+
font-size: inherit;
|
|
30660
|
+
}
|
|
30661
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30662
|
+
height: 38px;
|
|
30663
|
+
border: 1px;
|
|
30664
|
+
padding: 8px 16px;
|
|
30665
|
+
}
|
|
30666
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30667
|
+
height: 22px;
|
|
30668
|
+
border: 1px;
|
|
30669
|
+
padding: 2px 8px;
|
|
30670
|
+
}
|
|
30671
|
+
|
|
30672
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30673
|
+
display: none;
|
|
30674
|
+
}
|
|
30675
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30676
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30677
|
+
border-radius: 4px;
|
|
30678
|
+
}
|
|
30679
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30680
|
+
visibility: hidden;
|
|
30681
|
+
}
|
|
30682
|
+
|
|
30683
|
+
.E_s1dni7lo {
|
|
30684
|
+
width: 430px !important;
|
|
30685
|
+
}
|
|
30686
|
+
|
|
30687
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30688
|
+
padding: 8px 16px;
|
|
30689
|
+
line-height: 18px;
|
|
30690
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30691
|
+
height: 34px;
|
|
30692
|
+
min-height: 34px;
|
|
30693
|
+
box-sizing: border-box;
|
|
30694
|
+
margin-top: 8px;
|
|
30695
|
+
}
|
|
30696
|
+
|
|
30697
|
+
.E_o1ugr09p {
|
|
30698
|
+
display: flex;
|
|
30699
|
+
flex-direction: column;
|
|
30700
|
+
margin: 1px 8px;
|
|
30701
|
+
padding: 8px;
|
|
30702
|
+
border-radius: 4px;
|
|
30703
|
+
}
|
|
30704
|
+
.E_o1ugr09p .selected-icon {
|
|
30705
|
+
display: none;
|
|
30706
|
+
}
|
|
30707
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30708
|
+
padding-left: 8px;
|
|
30709
|
+
}
|
|
30710
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30711
|
+
background-color: white;
|
|
30712
|
+
}
|
|
30713
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30714
|
+
color: #0080ff;
|
|
30715
|
+
}
|
|
30716
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30717
|
+
display: block;
|
|
30718
|
+
}
|
|
30719
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30720
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30721
|
+
}
|
|
30722
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30723
|
+
color: #0080ff;
|
|
30724
|
+
}
|
|
30725
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30726
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30727
|
+
color: #0080ff;
|
|
30728
|
+
}
|
|
30729
|
+
|
|
30730
|
+
.E_o1ifxsq4 {
|
|
30731
|
+
display: flex;
|
|
30732
|
+
justify-content: space-between;
|
|
30733
|
+
height: 20px;
|
|
30734
|
+
line-height: 20px;
|
|
30735
|
+
}
|
|
30736
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30737
|
+
color: #2d3a56;
|
|
30738
|
+
overflow: hidden;
|
|
30739
|
+
text-overflow: ellipsis;
|
|
30740
|
+
}
|
|
30741
|
+
|
|
30742
|
+
.E_o1zue7 {
|
|
30743
|
+
display: flex;
|
|
30744
|
+
justify-content: space-between;
|
|
30745
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30746
|
+
height: 18px;
|
|
30747
|
+
line-height: 18px;
|
|
30748
|
+
margin-top: 2px;
|
|
30749
|
+
}
|
|
30750
|
+
|
|
30751
|
+
.E_tyfmlxg {
|
|
30752
|
+
border: none;
|
|
30753
|
+
margin-right: 0;
|
|
30754
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30755
|
+
}
|
|
30756
|
+
|
|
30757
|
+
.E_o18uybox {
|
|
30758
|
+
pointer-events: none;
|
|
30759
|
+
height: 32px;
|
|
30760
|
+
width: 100%;
|
|
30761
|
+
opacity: 0;
|
|
30762
|
+
}
|
|
30763
|
+
|
|
30764
|
+
.E_i1inqkme {
|
|
30765
|
+
height: 18px;
|
|
30766
|
+
line-height: 18px;
|
|
30767
|
+
padding: 0 4px;
|
|
30768
|
+
border-radius: 4px;
|
|
30769
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30770
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30771
|
+
display: flex;
|
|
30772
|
+
align-items: center;
|
|
30773
|
+
white-space: nowrap;
|
|
30774
|
+
margin-right: 4px;
|
|
30775
|
+
}
|
|
30776
|
+
|
|
30777
|
+
.E_fzh9mnb {
|
|
30778
|
+
width: 100%;
|
|
30779
|
+
height: 100%;
|
|
30780
|
+
min-height: 124px;
|
|
30781
|
+
display: flex;
|
|
30782
|
+
flex-direction: column;
|
|
30783
|
+
justify-content: center;
|
|
30784
|
+
align-items: center;
|
|
30785
|
+
}
|
|
30786
|
+
.E_fzh9mnb .error-text {
|
|
30787
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30788
|
+
margin-bottom: 16px;
|
|
30789
|
+
font-size: 18px;
|
|
30790
|
+
}
|
|
30791
|
+
|
|
30792
|
+
.E_f7pxqmh {
|
|
30793
|
+
width: 100%;
|
|
30794
|
+
margin-bottom: 0 !important;
|
|
30795
|
+
flex-flow: nowrap !important;
|
|
30796
|
+
line-break: auto;
|
|
30797
|
+
}
|
|
30798
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30799
|
+
text-align: left !important;
|
|
30800
|
+
padding-bottom: 0 !important;
|
|
30801
|
+
}
|
|
30802
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30803
|
+
min-height: 32px;
|
|
30804
|
+
height: auto;
|
|
30805
|
+
font-size: 13px;
|
|
30806
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30807
|
+
white-space: normal;
|
|
30808
|
+
}
|
|
30809
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30810
|
+
border-color: #ff4d4f !important;
|
|
30811
|
+
}
|
|
30812
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30813
|
+
border-color: #ff4d4f !important;
|
|
30814
|
+
}
|
|
30815
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30816
|
+
margin-top: 4px;
|
|
30817
|
+
font-size: 12px;
|
|
30818
|
+
min-height: 0px;
|
|
30819
|
+
}
|
|
30820
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30821
|
+
font-size: 12px;
|
|
30822
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30823
|
+
min-height: 0px;
|
|
30824
|
+
}
|
|
30825
|
+
|
|
30826
|
+
.E_owd0kml {
|
|
30827
|
+
display: inline-block;
|
|
30828
|
+
}
|
|
30829
|
+
|
|
30830
|
+
.E_h1jsgezc {
|
|
30831
|
+
visibility: hidden;
|
|
30832
|
+
position: absolute;
|
|
30833
|
+
}
|
|
30834
|
+
|
|
30835
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30836
|
+
display: var(--a1wfy30z-0);
|
|
30837
|
+
}
|
|
30838
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30839
|
+
padding: 4px 11px;
|
|
30840
|
+
display: inline-flex;
|
|
30841
|
+
line-height: 1.5715;
|
|
30842
|
+
height: inherit;
|
|
30843
|
+
}
|
|
30844
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30845
|
+
content: var(--a1wfy30z-1);
|
|
30846
|
+
display: var(--a1wfy30z-2);
|
|
30847
|
+
flex: none;
|
|
30848
|
+
align-items: center;
|
|
30849
|
+
margin-left: 4px;
|
|
30850
|
+
}
|
|
30851
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30852
|
+
content: var(--a1wfy30z-3);
|
|
30853
|
+
display: var(--a1wfy30z-4);
|
|
30854
|
+
flex: none;
|
|
30855
|
+
align-items: center;
|
|
30856
|
+
margin-right: 4px;
|
|
30857
|
+
cursor: auto;
|
|
30858
|
+
}
|
|
30859
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30860
|
+
padding: 0;
|
|
30861
|
+
margin: 0;
|
|
30862
|
+
height: auto;
|
|
30863
|
+
font-size: inherit;
|
|
30864
|
+
}
|
|
30865
|
+
|
|
30866
|
+
.E_iouxfgt {
|
|
30867
|
+
display: inline-flex;
|
|
30868
|
+
align-items: center;
|
|
30869
|
+
}
|
|
30870
|
+
.E_iouxfgt .icon-inner {
|
|
30871
|
+
display: inline-flex;
|
|
30872
|
+
align-items: center;
|
|
30873
|
+
justify-content: center;
|
|
30874
|
+
}
|
|
30875
|
+
.E_iouxfgt .icon-inner + span,
|
|
30876
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30877
|
+
margin-left: 4px;
|
|
30878
|
+
}
|
|
30879
|
+
.E_iouxfgt.is-rotate img,
|
|
30880
|
+
.E_iouxfgt.is-rotate svg {
|
|
30881
|
+
animation: rotate 680ms linear infinite;
|
|
30882
|
+
}
|
|
30883
|
+
|
|
30884
|
+
.E_m196gn1d {
|
|
30885
|
+
min-width: 1280px;
|
|
30886
|
+
}
|
|
30887
|
+
|
|
30888
|
+
.E_cnujxq2 {
|
|
30889
|
+
display: flex;
|
|
30890
|
+
flex-direction: column;
|
|
30891
|
+
}
|
|
30892
|
+
|
|
30893
|
+
.E_m7s48ia {
|
|
30894
|
+
max-width: 1120px;
|
|
30895
|
+
width: 100%;
|
|
30896
|
+
margin: 0 auto;
|
|
30897
|
+
height: 100%;
|
|
30898
|
+
}
|
|
30899
|
+
|
|
30900
|
+
.E_wt5zbg6 {
|
|
30901
|
+
max-width: 1120px;
|
|
30902
|
+
width: 100%;
|
|
30903
|
+
margin: 0 auto;
|
|
30904
|
+
display: flex;
|
|
30905
|
+
}
|
|
30906
|
+
.E_wt5zbg6 .left,
|
|
30907
|
+
.E_wt5zbg6 .right {
|
|
30908
|
+
flex-grow: 0;
|
|
30909
|
+
flex-shrink: 0;
|
|
30910
|
+
flex-basis: 21%;
|
|
30700
30911
|
}
|
|
30701
30912
|
.E_wt5zbg6 .left {
|
|
30702
30913
|
display: flex;
|
|
@@ -31357,214 +31568,11 @@ input.E_rf8rlle.ant-input {
|
|
|
31357
31568
|
.E_c3cobmo .title {
|
|
31358
31569
|
font-weight: 700;
|
|
31359
31570
|
line-height: 18px;
|
|
31360
|
-
margin: 4px 0;
|
|
31361
|
-
}
|
|
31362
|
-
|
|
31363
|
-
.E_uqv57uv {
|
|
31364
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
31365
|
-
}
|
|
31366
|
-
|
|
31367
|
-
.E_s1dni7lo {
|
|
31368
|
-
width: 430px !important;
|
|
31369
|
-
}
|
|
31370
|
-
|
|
31371
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31372
|
-
padding: 8px 16px;
|
|
31373
|
-
line-height: 18px;
|
|
31374
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31375
|
-
height: 34px;
|
|
31376
|
-
min-height: 34px;
|
|
31377
|
-
box-sizing: border-box;
|
|
31378
|
-
margin-top: 8px;
|
|
31379
|
-
}
|
|
31380
|
-
|
|
31381
|
-
.E_o1ugr09p {
|
|
31382
|
-
display: flex;
|
|
31383
|
-
flex-direction: column;
|
|
31384
|
-
margin: 1px 8px;
|
|
31385
|
-
padding: 8px;
|
|
31386
|
-
border-radius: 4px;
|
|
31387
|
-
}
|
|
31388
|
-
.E_o1ugr09p .selected-icon {
|
|
31389
|
-
display: none;
|
|
31390
|
-
}
|
|
31391
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31392
|
-
padding-left: 8px;
|
|
31393
|
-
}
|
|
31394
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31395
|
-
background-color: white;
|
|
31396
|
-
}
|
|
31397
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31398
|
-
color: #0080ff;
|
|
31399
|
-
}
|
|
31400
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31401
|
-
display: block;
|
|
31402
|
-
}
|
|
31403
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31404
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31405
|
-
}
|
|
31406
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31407
|
-
color: #0080ff;
|
|
31408
|
-
}
|
|
31409
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31410
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31411
|
-
color: #0080ff;
|
|
31412
|
-
}
|
|
31413
|
-
|
|
31414
|
-
.E_o1ifxsq4 {
|
|
31415
|
-
display: flex;
|
|
31416
|
-
justify-content: space-between;
|
|
31417
|
-
height: 20px;
|
|
31418
|
-
line-height: 20px;
|
|
31419
|
-
}
|
|
31420
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31421
|
-
color: #2d3a56;
|
|
31422
|
-
overflow: hidden;
|
|
31423
|
-
text-overflow: ellipsis;
|
|
31424
|
-
}
|
|
31425
|
-
|
|
31426
|
-
.E_o1zue7 {
|
|
31427
|
-
display: flex;
|
|
31428
|
-
justify-content: space-between;
|
|
31429
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31430
|
-
height: 18px;
|
|
31431
|
-
line-height: 18px;
|
|
31432
|
-
margin-top: 2px;
|
|
31433
|
-
}
|
|
31434
|
-
|
|
31435
|
-
.E_tyfmlxg {
|
|
31436
|
-
border: none;
|
|
31437
|
-
margin-right: 0;
|
|
31438
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31439
|
-
}
|
|
31440
|
-
|
|
31441
|
-
.E_o18uybox {
|
|
31442
|
-
pointer-events: none;
|
|
31443
|
-
height: 32px;
|
|
31444
|
-
width: 100%;
|
|
31445
|
-
opacity: 0;
|
|
31446
|
-
}
|
|
31447
|
-
|
|
31448
|
-
.E_s1sck0th {
|
|
31449
|
-
padding: 0 8px;
|
|
31450
|
-
border-radius: 4px;
|
|
31451
|
-
}
|
|
31452
|
-
|
|
31453
|
-
.E_m855nr1 {
|
|
31454
|
-
padding: 2px 8px;
|
|
31455
|
-
border-radius: 3px;
|
|
31456
|
-
}
|
|
31457
|
-
|
|
31458
|
-
.E_l1270xpg {
|
|
31459
|
-
padding: 3px 8px;
|
|
31460
|
-
border-radius: 2px;
|
|
31461
|
-
}
|
|
31462
|
-
|
|
31463
|
-
.E_t14rextb.ant-tag:hover {
|
|
31464
|
-
opacity: unset;
|
|
31465
|
-
}
|
|
31466
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31467
|
-
margin: 0;
|
|
31468
|
-
margin-right: 8px;
|
|
31469
|
-
display: inline-flex;
|
|
31470
|
-
align-items: center;
|
|
31471
|
-
border: none;
|
|
31472
|
-
}
|
|
31473
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31474
|
-
width: 16px;
|
|
31475
|
-
height: 16px;
|
|
31476
|
-
color: inherit;
|
|
31477
|
-
margin-left: 4px;
|
|
31478
|
-
opacity: 0.6;
|
|
31479
|
-
display: inline-flex;
|
|
31480
|
-
}
|
|
31481
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31482
|
-
opacity: 1;
|
|
31483
|
-
}
|
|
31484
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31485
|
-
color: #0080ff;
|
|
31486
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31487
|
-
}
|
|
31488
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31489
|
-
color: #f0483e;
|
|
31490
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31491
|
-
}
|
|
31492
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31493
|
-
color: #e07f00;
|
|
31494
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31495
|
-
}
|
|
31496
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31497
|
-
color: #008f4c;
|
|
31498
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31499
|
-
}
|
|
31500
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31501
|
-
color: #1d326c;
|
|
31502
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31503
|
-
}
|
|
31504
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31505
|
-
color: #7E41FF;
|
|
31506
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31507
|
-
}
|
|
31508
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31509
|
-
color: #fff;
|
|
31510
|
-
}
|
|
31511
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31512
|
-
background-color: #f0483e;
|
|
31513
|
-
}
|
|
31514
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31515
|
-
background-color: #fea008;
|
|
31516
|
-
}
|
|
31517
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31518
|
-
background-color: #00ba5d;
|
|
31519
|
-
}
|
|
31520
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31521
|
-
background-color: #0080ff;
|
|
31522
|
-
}
|
|
31523
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31524
|
-
background-color: #6b7d99;
|
|
31525
|
-
}
|
|
31526
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31527
|
-
background-color: #7E41FF;
|
|
31528
|
-
}
|
|
31529
|
-
|
|
31530
|
-
.E_c1yyuluq {
|
|
31531
|
-
border-radius: 8px;
|
|
31532
|
-
}
|
|
31533
|
-
.E_c1yyuluq .ant-card-body {
|
|
31534
|
-
padding: 20px 24px 24px 24px;
|
|
31535
|
-
}
|
|
31536
|
-
|
|
31537
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31538
|
-
border: 0px;
|
|
31539
|
-
background-color: #fff;
|
|
31540
|
-
}
|
|
31541
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31542
|
-
padding-top: 0px;
|
|
31543
|
-
padding-bottom: 0px;
|
|
31544
|
-
padding-left: 0px !important;
|
|
31545
|
-
padding-right: 24px;
|
|
31546
|
-
}
|
|
31547
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31548
|
-
right: 0px;
|
|
31549
|
-
}
|
|
31550
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31551
|
-
padding: 0px;
|
|
31552
|
-
}
|
|
31553
|
-
|
|
31554
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31555
|
-
padding-right: 0px;
|
|
31556
|
-
cursor: default;
|
|
31557
|
-
}
|
|
31558
|
-
|
|
31559
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31560
|
-
display: none;
|
|
31561
|
-
}
|
|
31562
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31563
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31564
|
-
border-radius: 4px;
|
|
31571
|
+
margin: 4px 0;
|
|
31565
31572
|
}
|
|
31566
|
-
|
|
31567
|
-
|
|
31573
|
+
|
|
31574
|
+
.E_uqv57uv {
|
|
31575
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
31568
31576
|
}
|
|
31569
31577
|
|
|
31570
31578
|
.E_dsnbhzf {
|
|
@@ -31963,121 +31971,351 @@ input.E_rf8rlle.ant-input {
|
|
|
31963
31971
|
line-height: 18px;
|
|
31964
31972
|
}
|
|
31965
31973
|
|
|
31966
|
-
.E_f17k1i3n {
|
|
31967
|
-
font-family: Inter;
|
|
31968
|
-
font-style: normal;
|
|
31969
|
-
font-weight: normal;
|
|
31970
|
-
font-size: 12px;
|
|
31971
|
-
line-height: 18px;
|
|
31974
|
+
.E_f17k1i3n {
|
|
31975
|
+
font-family: Inter;
|
|
31976
|
+
font-style: normal;
|
|
31977
|
+
font-weight: normal;
|
|
31978
|
+
font-size: 12px;
|
|
31979
|
+
line-height: 18px;
|
|
31980
|
+
}
|
|
31981
|
+
|
|
31982
|
+
.E_t1tvuj2e {
|
|
31983
|
+
font-family: Inter;
|
|
31984
|
+
font-style: normal;
|
|
31985
|
+
font-weight: normal;
|
|
31986
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31987
|
+
font-size: 13px;
|
|
31988
|
+
line-height: 20px;
|
|
31989
|
+
}
|
|
31990
|
+
|
|
31991
|
+
.E_t17uajlu {
|
|
31992
|
+
font-family: Inter;
|
|
31993
|
+
font-style: normal;
|
|
31994
|
+
font-weight: normal;
|
|
31995
|
+
font-feature-settings: "zero" on;
|
|
31996
|
+
font-size: 13px;
|
|
31997
|
+
line-height: 20px;
|
|
31998
|
+
}
|
|
31999
|
+
|
|
32000
|
+
.E_t114zbyz {
|
|
32001
|
+
font-family: Inter;
|
|
32002
|
+
font-style: normal;
|
|
32003
|
+
font-weight: normal;
|
|
32004
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32005
|
+
font-size: 12px;
|
|
32006
|
+
line-height: 18px;
|
|
32007
|
+
}
|
|
32008
|
+
|
|
32009
|
+
.E_t1il0kvi {
|
|
32010
|
+
font-family: Inter;
|
|
32011
|
+
font-style: normal;
|
|
32012
|
+
font-weight: 500;
|
|
32013
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32014
|
+
font-size: 12px;
|
|
32015
|
+
line-height: 18px;
|
|
32016
|
+
}
|
|
32017
|
+
|
|
32018
|
+
.E_t10dv8p1 {
|
|
32019
|
+
font-family: Inter;
|
|
32020
|
+
font-style: normal;
|
|
32021
|
+
font-weight: normal;
|
|
32022
|
+
font-feature-settings: "zero" on;
|
|
32023
|
+
font-size: 12px;
|
|
32024
|
+
line-height: 18px;
|
|
32025
|
+
}
|
|
32026
|
+
|
|
32027
|
+
.E_tc2oqpq {
|
|
32028
|
+
font-family: Inter;
|
|
32029
|
+
font-style: normal;
|
|
32030
|
+
font-weight: 500;
|
|
32031
|
+
font-feature-settings: "zero" on;
|
|
32032
|
+
font-size: 12px;
|
|
32033
|
+
line-height: 18px;
|
|
32034
|
+
}
|
|
32035
|
+
|
|
32036
|
+
.E_tzvddmc {
|
|
32037
|
+
font-family: Inter;
|
|
32038
|
+
font-style: normal;
|
|
32039
|
+
font-weight: bold;
|
|
32040
|
+
font-feature-settings: "zero" on;
|
|
32041
|
+
font-size: 16px;
|
|
32042
|
+
line-height: 24px;
|
|
32043
|
+
}
|
|
32044
|
+
|
|
32045
|
+
.E_u18llj45 {
|
|
32046
|
+
font-family: Inter;
|
|
32047
|
+
font-style: normal;
|
|
32048
|
+
font-weight: normal;
|
|
32049
|
+
font-size: 10px;
|
|
32050
|
+
line-height: 12px;
|
|
32051
|
+
}
|
|
32052
|
+
|
|
32053
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32054
|
+
display: inline-flex;
|
|
32055
|
+
align-items: center;
|
|
32056
|
+
justify-content: center;
|
|
32057
|
+
color: #fff;
|
|
32058
|
+
font-weight: bold;
|
|
32059
|
+
font-size: 12px;
|
|
32060
|
+
width: 24px;
|
|
32061
|
+
height: 24px;
|
|
32062
|
+
border-radius: 50%;
|
|
32063
|
+
background: var(--a1b5xrg3-0);
|
|
32064
|
+
}
|
|
32065
|
+
.E_a1b5xrg3.btn-item {
|
|
32066
|
+
transition: all 160ms ease;
|
|
32067
|
+
cursor: pointer;
|
|
32068
|
+
width: 56px;
|
|
32069
|
+
height: 40px;
|
|
32070
|
+
display: inline-flex;
|
|
32071
|
+
align-items: center;
|
|
32072
|
+
justify-content: center;
|
|
32073
|
+
border-radius: 6px;
|
|
32074
|
+
}
|
|
32075
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32076
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32077
|
+
}
|
|
32078
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32079
|
+
transform: translateY(2px);
|
|
32080
|
+
transition: all 320ms ease;
|
|
32081
|
+
}
|
|
32082
|
+
|
|
32083
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32084
|
+
opacity: 1;
|
|
32085
|
+
}
|
|
32086
|
+
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32087
|
+
pointer-events: none;
|
|
32088
|
+
}
|
|
32089
|
+
|
|
32090
|
+
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32091
|
+
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32092
|
+
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32093
|
+
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32094
|
+
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32095
|
+
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32096
|
+
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32097
|
+
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32098
|
+
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32099
|
+
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32100
|
+
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32101
|
+
display: none;
|
|
32102
|
+
width: 16px;
|
|
32103
|
+
height: 16px;
|
|
32104
|
+
}
|
|
32105
|
+
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32106
|
+
opacity: 0.5;
|
|
32107
|
+
}
|
|
32108
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
32109
|
+
display: none;
|
|
32110
|
+
}
|
|
32111
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
32112
|
+
display: inline;
|
|
32113
|
+
}
|
|
32114
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
32115
|
+
display: none;
|
|
32116
|
+
}
|
|
32117
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
32118
|
+
display: inline;
|
|
32119
|
+
}
|
|
32120
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
32121
|
+
display: none;
|
|
32122
|
+
}
|
|
32123
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
32124
|
+
display: inline;
|
|
32125
|
+
}
|
|
32126
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
32127
|
+
display: none;
|
|
32128
|
+
}
|
|
32129
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
32130
|
+
display: inline;
|
|
32131
|
+
}
|
|
32132
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
32133
|
+
display: none;
|
|
32134
|
+
}
|
|
32135
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
32136
|
+
display: inline;
|
|
32137
|
+
}
|
|
32138
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
32139
|
+
display: none;
|
|
32140
|
+
}
|
|
32141
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
32142
|
+
display: inline;
|
|
32143
|
+
}
|
|
32144
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
32145
|
+
display: none;
|
|
32146
|
+
}
|
|
32147
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
32148
|
+
display: inline;
|
|
32149
|
+
}
|
|
32150
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
32151
|
+
display: none;
|
|
32152
|
+
}
|
|
32153
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
32154
|
+
display: inline;
|
|
32155
|
+
}
|
|
32156
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
32157
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
32158
|
+
display: none;
|
|
32159
|
+
}
|
|
32160
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
32161
|
+
display: inline;
|
|
32162
|
+
}
|
|
32163
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
32164
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
32165
|
+
display: none;
|
|
32166
|
+
}
|
|
32167
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
32168
|
+
display: inline;
|
|
32169
|
+
}
|
|
32170
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
32171
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
32172
|
+
display: none;
|
|
32173
|
+
}
|
|
32174
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
32175
|
+
display: inline;
|
|
32176
|
+
}
|
|
32177
|
+
|
|
32178
|
+
.E_swwhohx.ant-select .ant-select-selector {
|
|
32179
|
+
padding: 0 7px 0 12px;
|
|
32180
|
+
}
|
|
32181
|
+
.E_swwhohx.ant-select .ant-select-arrow {
|
|
32182
|
+
right: 8px;
|
|
32183
|
+
top: 50%;
|
|
32184
|
+
margin-top: -8px;
|
|
32185
|
+
width: 16px;
|
|
32186
|
+
height: 16px;
|
|
32187
|
+
display: flex;
|
|
32188
|
+
align-items: center;
|
|
32189
|
+
}
|
|
32190
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
32191
|
+
padding: 0 11px 0 16px;
|
|
32192
|
+
}
|
|
32193
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
32194
|
+
right: 12px;
|
|
32195
|
+
}
|
|
32196
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
32197
|
+
padding: 0 3px 0 8px;
|
|
32198
|
+
}
|
|
32199
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
32200
|
+
right: 4px;
|
|
32201
|
+
}
|
|
32202
|
+
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
32203
|
+
padding-right: 24px;
|
|
32204
|
+
}
|
|
32205
|
+
|
|
32206
|
+
.E_p2sxmsl {
|
|
32207
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32208
|
+
}
|
|
32209
|
+
|
|
32210
|
+
.E_oa99sl3 {
|
|
32211
|
+
display: flex;
|
|
32212
|
+
justify-content: space-between;
|
|
32213
|
+
align-items: center;
|
|
32214
|
+
gap: 8px;
|
|
32215
|
+
}
|
|
32216
|
+
.E_oa99sl3,
|
|
32217
|
+
.E_oa99sl3 :first-child {
|
|
32218
|
+
line-height: inherit !important;
|
|
32219
|
+
}
|
|
32220
|
+
|
|
32221
|
+
.E_lvp5pj7 {
|
|
32222
|
+
display: flex;
|
|
32223
|
+
justify-content: space-between;
|
|
32224
|
+
align-items: center;
|
|
32225
|
+
gap: 8px;
|
|
32226
|
+
min-width: 0;
|
|
32227
|
+
}
|
|
32228
|
+
|
|
32229
|
+
.E_s1io1lws {
|
|
32230
|
+
display: flex;
|
|
32231
|
+
align-items: center;
|
|
32232
|
+
flex-shrink: 0;
|
|
31972
32233
|
}
|
|
31973
32234
|
|
|
31974
|
-
.
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
|
|
31978
|
-
|
|
32235
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32236
|
+
border-radius: 6px;
|
|
32237
|
+
}
|
|
32238
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32239
|
+
width: 100%;
|
|
32240
|
+
color: #2d3a56;
|
|
32241
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32242
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31979
32243
|
font-size: 13px;
|
|
31980
|
-
line-height: 20px;
|
|
31981
32244
|
}
|
|
31982
|
-
|
|
31983
|
-
|
|
31984
|
-
|
|
31985
|
-
|
|
31986
|
-
|
|
31987
|
-
font-feature-settings: "zero" on;
|
|
32245
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32246
|
+
height: 30px;
|
|
32247
|
+
}
|
|
32248
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32249
|
+
height: 38px;
|
|
31988
32250
|
font-size: 13px;
|
|
31989
|
-
line-height: 20px;
|
|
31990
32251
|
}
|
|
31991
|
-
|
|
31992
|
-
.
|
|
31993
|
-
|
|
31994
|
-
font-style: normal;
|
|
31995
|
-
font-weight: normal;
|
|
31996
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31997
|
-
font-size: 12px;
|
|
31998
|
-
line-height: 18px;
|
|
32252
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32253
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32254
|
+
transition: 160ms ease;
|
|
31999
32255
|
}
|
|
32000
|
-
|
|
32001
|
-
|
|
32002
|
-
font-family: Inter;
|
|
32003
|
-
font-style: normal;
|
|
32004
|
-
font-weight: 500;
|
|
32005
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32006
|
-
font-size: 12px;
|
|
32007
|
-
line-height: 18px;
|
|
32256
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32257
|
+
color: #0080ff;
|
|
32008
32258
|
}
|
|
32009
|
-
|
|
32010
|
-
.
|
|
32011
|
-
|
|
32012
|
-
font-style: normal;
|
|
32013
|
-
font-weight: normal;
|
|
32014
|
-
font-feature-settings: "zero" on;
|
|
32015
|
-
font-size: 12px;
|
|
32016
|
-
line-height: 18px;
|
|
32259
|
+
.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 {
|
|
32260
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32261
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32017
32262
|
}
|
|
32018
|
-
|
|
32019
|
-
|
|
32020
|
-
font-family: Inter;
|
|
32021
|
-
font-style: normal;
|
|
32022
|
-
font-weight: 500;
|
|
32023
|
-
font-feature-settings: "zero" on;
|
|
32024
|
-
font-size: 12px;
|
|
32025
|
-
line-height: 18px;
|
|
32263
|
+
.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 {
|
|
32264
|
+
color: #0080ff;
|
|
32026
32265
|
}
|
|
32027
|
-
|
|
32028
|
-
|
|
32029
|
-
|
|
32030
|
-
font-style: normal;
|
|
32031
|
-
font-weight: bold;
|
|
32032
|
-
font-feature-settings: "zero" on;
|
|
32033
|
-
font-size: 16px;
|
|
32034
|
-
line-height: 24px;
|
|
32266
|
+
.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 {
|
|
32267
|
+
border-color: #0080ff;
|
|
32268
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32035
32269
|
}
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
font-family: Inter;
|
|
32039
|
-
font-style: normal;
|
|
32040
|
-
font-weight: normal;
|
|
32041
|
-
font-size: 10px;
|
|
32042
|
-
line-height: 12px;
|
|
32270
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32271
|
+
transform: rotate(180deg);
|
|
32043
32272
|
}
|
|
32044
|
-
|
|
32045
|
-
.
|
|
32046
|
-
|
|
32273
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32274
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32275
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32276
|
+
cursor: "not-allowed";
|
|
32277
|
+
}
|
|
32278
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32279
|
+
border-color: #f0483e !important;
|
|
32280
|
+
}
|
|
32281
|
+
.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 {
|
|
32282
|
+
color: #1d326c;
|
|
32283
|
+
}
|
|
32284
|
+
.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 {
|
|
32285
|
+
border-color: #0080ff;
|
|
32286
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32287
|
+
}
|
|
32288
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32289
|
+
transform: rotate(180deg);
|
|
32047
32290
|
}
|
|
32048
32291
|
|
|
32049
|
-
.
|
|
32050
|
-
display: inline-flex;
|
|
32051
|
-
align-items: center;
|
|
32052
|
-
justify-content: center;
|
|
32053
|
-
color: #fff;
|
|
32054
|
-
font-weight: bold;
|
|
32055
|
-
font-size: 12px;
|
|
32056
|
-
width: 24px;
|
|
32292
|
+
.E_suhck3k {
|
|
32057
32293
|
height: 24px;
|
|
32058
|
-
|
|
32059
|
-
background: var(--a1b5xrg3-0);
|
|
32060
|
-
}
|
|
32061
|
-
.E_a1b5xrg3.btn-item {
|
|
32062
|
-
transition: all 160ms ease;
|
|
32063
|
-
cursor: pointer;
|
|
32064
|
-
width: 56px;
|
|
32065
|
-
height: 40px;
|
|
32066
|
-
display: inline-flex;
|
|
32067
|
-
align-items: center;
|
|
32068
|
-
justify-content: center;
|
|
32294
|
+
width: 24px;
|
|
32069
32295
|
border-radius: 6px;
|
|
32296
|
+
padding: 4px;
|
|
32070
32297
|
}
|
|
32071
|
-
.
|
|
32072
|
-
|
|
32298
|
+
.E_suhck3k:hover {
|
|
32299
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32073
32300
|
}
|
|
32074
|
-
.
|
|
32075
|
-
|
|
32076
|
-
transition: all 320ms ease;
|
|
32301
|
+
.E_suhck3k:hover svg path {
|
|
32302
|
+
fill: blue;
|
|
32077
32303
|
}
|
|
32078
32304
|
|
|
32079
|
-
.
|
|
32080
|
-
|
|
32305
|
+
.E_ryby9ds {
|
|
32306
|
+
display: flex;
|
|
32307
|
+
align-items: center;
|
|
32308
|
+
}
|
|
32309
|
+
.E_ryby9ds .order {
|
|
32310
|
+
height: 24px;
|
|
32311
|
+
width: 24px;
|
|
32312
|
+
border-radius: 20px;
|
|
32313
|
+
color: #0080ff;
|
|
32314
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32315
|
+
display: flex;
|
|
32316
|
+
align-items: center;
|
|
32317
|
+
justify-content: center;
|
|
32318
|
+
margin-right: 6px;
|
|
32081
32319
|
}
|
|
32082
32320
|
|
|
32083
32321
|
.E_b1lj76ty {
|
|
@@ -32288,138 +32526,67 @@ input.E_rf8rlle.ant-input {
|
|
|
32288
32526
|
margin-left: 12px;
|
|
32289
32527
|
color: #2d3a56;
|
|
32290
32528
|
}
|
|
32291
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
32292
|
-
margin-left: 28px;
|
|
32293
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32294
|
-
}
|
|
32295
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
32296
|
-
margin-left: 8px;
|
|
32297
|
-
}
|
|
32298
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
32299
|
-
margin-left: 24px;
|
|
32300
|
-
}
|
|
32301
|
-
.E_ckhyuyx .E_dt9qoak {
|
|
32302
|
-
width: 400px;
|
|
32303
|
-
}
|
|
32304
|
-
|
|
32305
|
-
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
32306
|
-
padding: 4px;
|
|
32307
|
-
height: 158px;
|
|
32308
|
-
}
|
|
32309
|
-
.E_c1fmq9lv.E_ckhyuyx {
|
|
32310
|
-
border-radius: 6px;
|
|
32311
|
-
}
|
|
32312
|
-
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32313
|
-
min-width: 200px;
|
|
32314
|
-
font-size: 12px;
|
|
32315
|
-
}
|
|
32316
|
-
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
32317
|
-
padding: 6px 12px;
|
|
32318
|
-
height: 18px;
|
|
32319
|
-
font-size: 12px;
|
|
32320
|
-
}
|
|
32321
|
-
|
|
32322
|
-
.E_c1evusvc ul.antd5-cascader-menu {
|
|
32323
|
-
padding: 8px;
|
|
32324
|
-
height: 320px;
|
|
32325
|
-
}
|
|
32326
|
-
.E_c1evusvc.E_ckhyuyx {
|
|
32327
|
-
border-radius: 10px;
|
|
32328
|
-
}
|
|
32329
|
-
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32330
|
-
min-width: 296px;
|
|
32331
|
-
padding: 8px;
|
|
32332
|
-
}
|
|
32333
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32334
|
-
height: 22px;
|
|
32335
|
-
padding: 8px 16px;
|
|
32336
|
-
font-size: 14px;
|
|
32337
|
-
}
|
|
32338
|
-
|
|
32339
|
-
.E_ryby9ds {
|
|
32340
|
-
display: flex;
|
|
32341
|
-
align-items: center;
|
|
32342
|
-
}
|
|
32343
|
-
.E_ryby9ds .order {
|
|
32344
|
-
height: 24px;
|
|
32345
|
-
width: 24px;
|
|
32346
|
-
border-radius: 20px;
|
|
32347
|
-
color: #0080ff;
|
|
32348
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32349
|
-
display: flex;
|
|
32350
|
-
align-items: center;
|
|
32351
|
-
justify-content: center;
|
|
32352
|
-
margin-right: 6px;
|
|
32353
|
-
}
|
|
32354
|
-
|
|
32355
|
-
.E_suhck3k {
|
|
32356
|
-
height: 24px;
|
|
32357
|
-
width: 24px;
|
|
32358
|
-
border-radius: 6px;
|
|
32359
|
-
padding: 4px;
|
|
32360
|
-
}
|
|
32361
|
-
.E_suhck3k:hover {
|
|
32362
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32363
|
-
}
|
|
32364
|
-
.E_suhck3k:hover svg path {
|
|
32365
|
-
fill: blue;
|
|
32366
|
-
}
|
|
32367
|
-
|
|
32368
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32369
|
-
border-radius: 6px;
|
|
32370
|
-
}
|
|
32371
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32372
|
-
width: 100%;
|
|
32373
|
-
color: #2d3a56;
|
|
32374
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32375
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32376
|
-
font-size: 13px;
|
|
32529
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
32530
|
+
margin-left: 28px;
|
|
32531
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32377
32532
|
}
|
|
32378
|
-
.
|
|
32379
|
-
|
|
32533
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
32534
|
+
margin-left: 8px;
|
|
32380
32535
|
}
|
|
32381
|
-
.
|
|
32382
|
-
|
|
32383
|
-
font-size: 13px;
|
|
32536
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
32537
|
+
margin-left: 24px;
|
|
32384
32538
|
}
|
|
32385
|
-
.
|
|
32386
|
-
|
|
32387
|
-
transition: 160ms ease;
|
|
32539
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
32540
|
+
width: 400px;
|
|
32388
32541
|
}
|
|
32389
|
-
|
|
32390
|
-
|
|
32542
|
+
|
|
32543
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
32544
|
+
padding: 4px;
|
|
32545
|
+
height: 158px;
|
|
32391
32546
|
}
|
|
32392
|
-
.
|
|
32393
|
-
border-
|
|
32394
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32547
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
32548
|
+
border-radius: 6px;
|
|
32395
32549
|
}
|
|
32396
|
-
.
|
|
32397
|
-
|
|
32550
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32551
|
+
min-width: 200px;
|
|
32552
|
+
font-size: 12px;
|
|
32398
32553
|
}
|
|
32399
|
-
.
|
|
32400
|
-
|
|
32401
|
-
|
|
32554
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
32555
|
+
padding: 6px 12px;
|
|
32556
|
+
height: 18px;
|
|
32557
|
+
font-size: 12px;
|
|
32402
32558
|
}
|
|
32403
|
-
|
|
32404
|
-
|
|
32559
|
+
|
|
32560
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
32561
|
+
padding: 8px;
|
|
32562
|
+
height: 320px;
|
|
32405
32563
|
}
|
|
32406
|
-
.
|
|
32407
|
-
|
|
32408
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32409
|
-
cursor: "not-allowed";
|
|
32564
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
32565
|
+
border-radius: 10px;
|
|
32410
32566
|
}
|
|
32411
|
-
.
|
|
32412
|
-
|
|
32567
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32568
|
+
min-width: 296px;
|
|
32569
|
+
padding: 8px;
|
|
32413
32570
|
}
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32571
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32572
|
+
height: 22px;
|
|
32573
|
+
padding: 8px 16px;
|
|
32574
|
+
font-size: 14px;
|
|
32416
32575
|
}
|
|
32417
|
-
|
|
32418
|
-
|
|
32419
|
-
|
|
32576
|
+
|
|
32577
|
+
.E_w1dxz879 {
|
|
32578
|
+
display: flex;
|
|
32579
|
+
flex-direction: column;
|
|
32580
|
+
gap: 6px;
|
|
32420
32581
|
}
|
|
32421
|
-
.
|
|
32422
|
-
|
|
32582
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32583
|
+
max-height: var(--w1dxz879-0);
|
|
32584
|
+
text-overflow: clip;
|
|
32585
|
+
overflow: hidden;
|
|
32586
|
+
}
|
|
32587
|
+
.E_w1dxz879 .tips {
|
|
32588
|
+
color: #fff;
|
|
32589
|
+
opacity: 0.8;
|
|
32423
32590
|
}
|
|
32424
32591
|
|
|
32425
32592
|
.E_m5foqp8 {
|
|
@@ -32455,171 +32622,39 @@ input.E_rf8rlle.ant-input {
|
|
|
32455
32622
|
height: 32px;
|
|
32456
32623
|
}
|
|
32457
32624
|
|
|
32458
|
-
.
|
|
32459
|
-
|
|
32460
|
-
}
|
|
32461
|
-
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32462
|
-
pointer-events: none;
|
|
32463
|
-
}
|
|
32464
|
-
|
|
32465
|
-
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32466
|
-
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32467
|
-
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32468
|
-
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32469
|
-
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32470
|
-
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32471
|
-
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32472
|
-
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32473
|
-
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32474
|
-
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32475
|
-
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32476
|
-
display: none;
|
|
32477
|
-
width: 16px;
|
|
32478
|
-
height: 16px;
|
|
32479
|
-
}
|
|
32480
|
-
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32481
|
-
opacity: 0.5;
|
|
32482
|
-
}
|
|
32483
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
32484
|
-
display: none;
|
|
32485
|
-
}
|
|
32486
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
32487
|
-
display: inline;
|
|
32488
|
-
}
|
|
32489
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
32490
|
-
display: none;
|
|
32491
|
-
}
|
|
32492
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
32493
|
-
display: inline;
|
|
32494
|
-
}
|
|
32495
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
32496
|
-
display: none;
|
|
32497
|
-
}
|
|
32498
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
32499
|
-
display: inline;
|
|
32500
|
-
}
|
|
32501
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
32502
|
-
display: none;
|
|
32503
|
-
}
|
|
32504
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
32505
|
-
display: inline;
|
|
32506
|
-
}
|
|
32507
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
32508
|
-
display: none;
|
|
32509
|
-
}
|
|
32510
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
32511
|
-
display: inline;
|
|
32512
|
-
}
|
|
32513
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
32514
|
-
display: none;
|
|
32515
|
-
}
|
|
32516
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
32517
|
-
display: inline;
|
|
32518
|
-
}
|
|
32519
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
32520
|
-
display: none;
|
|
32521
|
-
}
|
|
32522
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
32523
|
-
display: inline;
|
|
32524
|
-
}
|
|
32525
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
32526
|
-
display: none;
|
|
32527
|
-
}
|
|
32528
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
32529
|
-
display: inline;
|
|
32530
|
-
}
|
|
32531
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
32532
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
32533
|
-
display: none;
|
|
32534
|
-
}
|
|
32535
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
32536
|
-
display: inline;
|
|
32537
|
-
}
|
|
32538
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
32539
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
32540
|
-
display: none;
|
|
32541
|
-
}
|
|
32542
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
32543
|
-
display: inline;
|
|
32544
|
-
}
|
|
32545
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
32546
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
32547
|
-
display: none;
|
|
32548
|
-
}
|
|
32549
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
32550
|
-
display: inline;
|
|
32551
|
-
}
|
|
32552
|
-
|
|
32553
|
-
.E_swwhohx.ant-select .ant-select-selector {
|
|
32554
|
-
padding: 0 7px 0 12px;
|
|
32555
|
-
}
|
|
32556
|
-
.E_swwhohx.ant-select .ant-select-arrow {
|
|
32557
|
-
right: 8px;
|
|
32558
|
-
top: 50%;
|
|
32559
|
-
margin-top: -8px;
|
|
32560
|
-
width: 16px;
|
|
32561
|
-
height: 16px;
|
|
32562
|
-
display: flex;
|
|
32563
|
-
align-items: center;
|
|
32564
|
-
}
|
|
32565
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
32566
|
-
padding: 0 11px 0 16px;
|
|
32567
|
-
}
|
|
32568
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
32569
|
-
right: 12px;
|
|
32570
|
-
}
|
|
32571
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
32572
|
-
padding: 0 3px 0 8px;
|
|
32573
|
-
}
|
|
32574
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
32575
|
-
right: 4px;
|
|
32576
|
-
}
|
|
32577
|
-
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
32578
|
-
padding-right: 24px;
|
|
32579
|
-
}
|
|
32580
|
-
|
|
32581
|
-
.E_p2sxmsl {
|
|
32582
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32625
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32626
|
+
margin-right: 2px;
|
|
32583
32627
|
}
|
|
32584
32628
|
|
|
32585
|
-
.
|
|
32586
|
-
|
|
32587
|
-
|
|
32588
|
-
|
|
32589
|
-
gap: 8px;
|
|
32629
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32630
|
+
padding-left: 8px;
|
|
32631
|
+
padding-right: 8px;
|
|
32632
|
+
font-size: 12px;
|
|
32590
32633
|
}
|
|
32591
|
-
.
|
|
32592
|
-
|
|
32593
|
-
line-height: inherit !important;
|
|
32634
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32635
|
+
border-radius: 4px;
|
|
32594
32636
|
}
|
|
32595
|
-
|
|
32596
|
-
|
|
32597
|
-
display: flex;
|
|
32598
|
-
justify-content: space-between;
|
|
32599
|
-
align-items: center;
|
|
32600
|
-
gap: 8px;
|
|
32601
|
-
min-width: 0;
|
|
32637
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32638
|
+
border-radius: 4px;
|
|
32602
32639
|
}
|
|
32603
32640
|
|
|
32604
|
-
.
|
|
32605
|
-
|
|
32606
|
-
|
|
32607
|
-
flex-shrink: 0;
|
|
32641
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32642
|
+
padding-left: 12px;
|
|
32643
|
+
padding-right: 12px;
|
|
32608
32644
|
}
|
|
32609
32645
|
|
|
32610
|
-
.
|
|
32611
|
-
|
|
32612
|
-
flex-direction: column;
|
|
32613
|
-
gap: 6px;
|
|
32646
|
+
.E_ckld275 {
|
|
32647
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32614
32648
|
}
|
|
32615
|
-
.
|
|
32616
|
-
|
|
32617
|
-
|
|
32618
|
-
overflow: hidden;
|
|
32649
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32650
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32651
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32619
32652
|
}
|
|
32620
|
-
.
|
|
32621
|
-
color:
|
|
32622
|
-
|
|
32653
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32654
|
+
background-color: transparent;
|
|
32655
|
+
}
|
|
32656
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32657
|
+
background-color: transparent;
|
|
32623
32658
|
}
|
|
32624
32659
|
|
|
32625
32660
|
.E_h12yihis {
|
|
@@ -32842,150 +32877,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32842
32877
|
position: static;
|
|
32843
32878
|
}
|
|
32844
32879
|
|
|
32845
|
-
.E_r77hffu {
|
|
32846
|
-
display: flex;
|
|
32847
|
-
align-items: center;
|
|
32848
|
-
justify-content: space-between;
|
|
32849
|
-
column-gap: 6px;
|
|
32850
|
-
}
|
|
32851
|
-
|
|
32852
|
-
.E_p1cmxsf7 {
|
|
32853
|
-
display: flex;
|
|
32854
|
-
flex-direction: column;
|
|
32855
|
-
justify-content: center;
|
|
32856
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32857
|
-
}
|
|
32858
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32859
|
-
font-size: 0;
|
|
32860
|
-
margin-bottom: unset;
|
|
32861
|
-
margin-inline-end: unset;
|
|
32862
|
-
}
|
|
32863
|
-
|
|
32864
|
-
.E_c1kghdax {
|
|
32865
|
-
color: #2d3a56;
|
|
32866
|
-
padding: 7px 12px;
|
|
32867
|
-
display: flex;
|
|
32868
|
-
justify-content: space-between;
|
|
32869
|
-
align-items: center;
|
|
32870
|
-
}
|
|
32871
|
-
.E_c1kghdax.has-arrow {
|
|
32872
|
-
padding-left: 10px;
|
|
32873
|
-
}
|
|
32874
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32875
|
-
cursor: pointer;
|
|
32876
|
-
color: #00122e;
|
|
32877
|
-
}
|
|
32878
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32879
|
-
color: #2d3a56;
|
|
32880
|
-
font-weight: 600;
|
|
32881
|
-
}
|
|
32882
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32883
|
-
transform: rotate(90deg);
|
|
32884
|
-
}
|
|
32885
|
-
.E_c1kghdax .sub-info {
|
|
32886
|
-
font-size: 12px;
|
|
32887
|
-
line-height: 18px;
|
|
32888
|
-
}
|
|
32889
|
-
.E_c1kghdax .title-wrapper {
|
|
32890
|
-
display: flex;
|
|
32891
|
-
align-items: center;
|
|
32892
|
-
user-select: none;
|
|
32893
|
-
flex-grow: 1;
|
|
32894
|
-
font-size: 12px;
|
|
32895
|
-
line-height: 18px;
|
|
32896
|
-
color: #2d3a56;
|
|
32897
|
-
font-weight: 700;
|
|
32898
|
-
}
|
|
32899
|
-
.E_c1kghdax .collapse-arrow {
|
|
32900
|
-
transition: all 50ms ease-out 0ms;
|
|
32901
|
-
margin-right: 2px;
|
|
32902
|
-
}
|
|
32903
|
-
|
|
32904
|
-
.E_ckui4s7 {
|
|
32905
|
-
color: #2d3a56;
|
|
32906
|
-
line-height: 22px;
|
|
32907
|
-
display: inline-flex;
|
|
32908
|
-
}
|
|
32909
|
-
.E_ckui4s7 .ant-checkbox {
|
|
32910
|
-
height: 22px;
|
|
32911
|
-
display: flex;
|
|
32912
|
-
align-items: center;
|
|
32913
|
-
top: 0;
|
|
32914
|
-
}
|
|
32915
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32916
|
-
border: none;
|
|
32917
|
-
}
|
|
32918
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32919
|
-
border-color: #0080ff;
|
|
32920
|
-
}
|
|
32921
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
32922
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32923
|
-
}
|
|
32924
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32925
|
-
border: 1px solid #0080ff;
|
|
32926
|
-
}
|
|
32927
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32928
|
-
background: #0080ff;
|
|
32929
|
-
}
|
|
32930
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32931
|
-
background-color: #fff;
|
|
32932
|
-
height: 2px;
|
|
32933
|
-
width: 10px;
|
|
32934
|
-
border-radius: 2px;
|
|
32935
|
-
}
|
|
32936
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
32937
|
-
opacity: 0.5;
|
|
32938
|
-
}
|
|
32939
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32940
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32941
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32942
|
-
}
|
|
32943
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32944
|
-
border-color: #2d3a56;
|
|
32945
|
-
}
|
|
32946
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32947
|
-
background: #2d3a56;
|
|
32948
|
-
}
|
|
32949
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
32950
|
-
padding: 0;
|
|
32951
|
-
}
|
|
32952
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
32953
|
-
display: inline-block;
|
|
32954
|
-
margin-left: 12px;
|
|
32955
|
-
color: #2d3a56;
|
|
32956
|
-
}
|
|
32957
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
32958
|
-
margin-left: 28px;
|
|
32959
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32960
|
-
}
|
|
32961
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
32962
|
-
margin-left: 8px;
|
|
32963
|
-
}
|
|
32964
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
32965
|
-
margin-left: 24px;
|
|
32966
|
-
}
|
|
32967
|
-
|
|
32968
|
-
.E_c1yd35n {
|
|
32969
|
-
padding: 0 12px 14px 12px;
|
|
32970
|
-
}
|
|
32971
|
-
|
|
32972
|
-
.E_b14q2gmw {
|
|
32973
|
-
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);
|
|
32974
|
-
}
|
|
32975
|
-
|
|
32976
|
-
.E_c1eym6el {
|
|
32977
|
-
border-radius: 8px;
|
|
32978
|
-
background-color: white;
|
|
32979
|
-
}
|
|
32980
|
-
.E_c1eym6el.hoverable {
|
|
32981
|
-
cursor: pointer;
|
|
32982
|
-
}
|
|
32983
|
-
.E_c1eym6el.hoverable:hover {
|
|
32984
|
-
transition: all 200ms ease;
|
|
32985
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32986
|
-
transform: translateY(-4px);
|
|
32987
|
-
}
|
|
32988
|
-
|
|
32989
32880
|
button.E_l48ei06.ant-btn,
|
|
32990
32881
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32991
32882
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -33038,129 +32929,204 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33038
32929
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33039
32930
|
}
|
|
33040
32931
|
|
|
33041
|
-
.
|
|
32932
|
+
.E_sddwhm6 {
|
|
33042
32933
|
margin: 0;
|
|
33043
32934
|
border-radius: 20px;
|
|
33044
32935
|
padding: 2px 10px;
|
|
33045
32936
|
height: 22px;
|
|
33046
|
-
display: flex;
|
|
33047
|
-
align-items: center;
|
|
33048
32937
|
}
|
|
33049
|
-
.
|
|
33050
|
-
color:
|
|
32938
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32939
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33051
32940
|
}
|
|
33052
|
-
.
|
|
33053
|
-
|
|
32941
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32942
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33054
32943
|
}
|
|
33055
|
-
.
|
|
32944
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33056
32945
|
color: #00122e;
|
|
33057
32946
|
}
|
|
33058
|
-
.
|
|
32947
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33059
32948
|
margin-right: 6px;
|
|
33060
32949
|
}
|
|
33061
|
-
.
|
|
32950
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33062
32951
|
margin-left: 8px;
|
|
33063
32952
|
color: rgba(44, 56, 82, 0.6);
|
|
33064
32953
|
}
|
|
33065
|
-
.
|
|
33066
|
-
color:
|
|
32954
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32955
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32956
|
+
}
|
|
32957
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32958
|
+
background-color: #0080ff;
|
|
32959
|
+
}
|
|
32960
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32961
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32962
|
+
}
|
|
32963
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32964
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32965
|
+
}
|
|
32966
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32967
|
+
background-color: #f0483e;
|
|
32968
|
+
}
|
|
32969
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32970
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32971
|
+
}
|
|
32972
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32973
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32974
|
+
}
|
|
32975
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32976
|
+
background-color: #fea008;
|
|
32977
|
+
}
|
|
32978
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32979
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32980
|
+
}
|
|
32981
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32982
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32983
|
+
}
|
|
32984
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32985
|
+
background-color: #00ba5d;
|
|
32986
|
+
}
|
|
32987
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32988
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32989
|
+
}
|
|
32990
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32991
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32992
|
+
}
|
|
32993
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32994
|
+
background-color: #6b7d99;
|
|
32995
|
+
}
|
|
32996
|
+
.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 {
|
|
32997
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32998
|
+
}
|
|
32999
|
+
|
|
33000
|
+
.E_satwmqm {
|
|
33001
|
+
width: 8px;
|
|
33002
|
+
height: 8px;
|
|
33003
|
+
border-radius: 50%;
|
|
33004
|
+
display: inline-block;
|
|
33005
|
+
}
|
|
33006
|
+
|
|
33007
|
+
.E_c1yd35n {
|
|
33008
|
+
padding: 0 12px 14px 12px;
|
|
33009
|
+
}
|
|
33010
|
+
|
|
33011
|
+
.E_c1kghdax {
|
|
33012
|
+
color: #2d3a56;
|
|
33013
|
+
padding: 7px 12px;
|
|
33014
|
+
display: flex;
|
|
33015
|
+
justify-content: space-between;
|
|
33016
|
+
align-items: center;
|
|
33017
|
+
}
|
|
33018
|
+
.E_c1kghdax.has-arrow {
|
|
33019
|
+
padding-left: 10px;
|
|
33020
|
+
}
|
|
33021
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33022
|
+
cursor: pointer;
|
|
33023
|
+
color: #00122e;
|
|
33024
|
+
}
|
|
33025
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33026
|
+
color: #2d3a56;
|
|
33027
|
+
font-weight: 600;
|
|
33028
|
+
}
|
|
33029
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33030
|
+
transform: rotate(90deg);
|
|
33031
|
+
}
|
|
33032
|
+
.E_c1kghdax .sub-info {
|
|
33033
|
+
font-size: 12px;
|
|
33034
|
+
line-height: 18px;
|
|
33035
|
+
}
|
|
33036
|
+
.E_c1kghdax .title-wrapper {
|
|
33037
|
+
display: flex;
|
|
33038
|
+
align-items: center;
|
|
33039
|
+
user-select: none;
|
|
33040
|
+
flex-grow: 1;
|
|
33041
|
+
font-size: 12px;
|
|
33042
|
+
line-height: 18px;
|
|
33043
|
+
color: #2d3a56;
|
|
33044
|
+
font-weight: 700;
|
|
33045
|
+
}
|
|
33046
|
+
.E_c1kghdax .collapse-arrow {
|
|
33047
|
+
transition: all 50ms ease-out 0ms;
|
|
33048
|
+
margin-right: 2px;
|
|
33067
33049
|
}
|
|
33068
|
-
|
|
33069
|
-
|
|
33050
|
+
|
|
33051
|
+
.E_ckui4s7 {
|
|
33052
|
+
color: #2d3a56;
|
|
33053
|
+
line-height: 22px;
|
|
33054
|
+
display: inline-flex;
|
|
33070
33055
|
}
|
|
33071
|
-
.
|
|
33072
|
-
|
|
33056
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33057
|
+
height: 22px;
|
|
33058
|
+
display: flex;
|
|
33059
|
+
align-items: center;
|
|
33060
|
+
top: 0;
|
|
33073
33061
|
}
|
|
33074
|
-
.
|
|
33075
|
-
|
|
33062
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33063
|
+
border: none;
|
|
33076
33064
|
}
|
|
33077
|
-
.
|
|
33078
|
-
|
|
33065
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33066
|
+
border-color: #0080ff;
|
|
33079
33067
|
}
|
|
33080
|
-
.
|
|
33081
|
-
|
|
33068
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33069
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33082
33070
|
}
|
|
33083
|
-
.
|
|
33084
|
-
|
|
33071
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33072
|
+
border: 1px solid #0080ff;
|
|
33085
33073
|
}
|
|
33086
|
-
|
|
33087
|
-
|
|
33088
|
-
width: 8px;
|
|
33089
|
-
height: 8px;
|
|
33090
|
-
border-radius: 50%;
|
|
33091
|
-
display: inline-block;
|
|
33074
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33075
|
+
background: #0080ff;
|
|
33092
33076
|
}
|
|
33093
|
-
|
|
33094
|
-
|
|
33095
|
-
|
|
33096
|
-
|
|
33077
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33078
|
+
background-color: #fff;
|
|
33079
|
+
height: 2px;
|
|
33080
|
+
width: 10px;
|
|
33097
33081
|
border-radius: 2px;
|
|
33098
|
-
display: inline-block;
|
|
33099
|
-
}
|
|
33100
|
-
|
|
33101
|
-
.E_c1xm185 {
|
|
33102
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33103
|
-
}
|
|
33104
|
-
|
|
33105
|
-
.E_c1x5l5qc {
|
|
33106
|
-
flex: 1;
|
|
33107
33082
|
}
|
|
33108
|
-
|
|
33109
|
-
|
|
33110
|
-
margin-right: 2px;
|
|
33083
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33084
|
+
opacity: 0.5;
|
|
33111
33085
|
}
|
|
33112
|
-
|
|
33113
|
-
|
|
33114
|
-
|
|
33115
|
-
padding-right: 8px;
|
|
33116
|
-
font-size: 12px;
|
|
33086
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33087
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33088
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33117
33089
|
}
|
|
33118
|
-
.
|
|
33119
|
-
border-
|
|
33090
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33091
|
+
border-color: #2d3a56;
|
|
33120
33092
|
}
|
|
33121
|
-
.
|
|
33122
|
-
|
|
33093
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33094
|
+
background: #2d3a56;
|
|
33123
33095
|
}
|
|
33124
|
-
|
|
33125
|
-
|
|
33126
|
-
padding-left: 12px;
|
|
33127
|
-
padding-right: 12px;
|
|
33096
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33097
|
+
padding: 0;
|
|
33128
33098
|
}
|
|
33129
|
-
|
|
33130
|
-
|
|
33131
|
-
|
|
33099
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33100
|
+
display: inline-block;
|
|
33101
|
+
margin-left: 12px;
|
|
33102
|
+
color: #2d3a56;
|
|
33132
33103
|
}
|
|
33133
|
-
.
|
|
33134
|
-
|
|
33135
|
-
color: rgba(44, 56, 82, 0.
|
|
33104
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33105
|
+
margin-left: 28px;
|
|
33106
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33136
33107
|
}
|
|
33137
|
-
.
|
|
33138
|
-
|
|
33108
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33109
|
+
margin-left: 8px;
|
|
33139
33110
|
}
|
|
33140
|
-
.
|
|
33141
|
-
|
|
33111
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33112
|
+
margin-left: 24px;
|
|
33142
33113
|
}
|
|
33143
33114
|
|
|
33144
|
-
.
|
|
33145
|
-
|
|
33146
|
-
flex: 1;
|
|
33147
|
-
}
|
|
33148
|
-
.E_t1gvlxt5 .tag {
|
|
33149
|
-
flex: 0 0 auto;
|
|
33115
|
+
.E_b14q2gmw {
|
|
33116
|
+
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);
|
|
33150
33117
|
}
|
|
33151
|
-
|
|
33152
|
-
|
|
33153
|
-
|
|
33118
|
+
|
|
33119
|
+
.E_c1eym6el {
|
|
33120
|
+
border-radius: 8px;
|
|
33121
|
+
background-color: white;
|
|
33154
33122
|
}
|
|
33155
|
-
.
|
|
33156
|
-
|
|
33157
|
-
max-width: fit-content;
|
|
33123
|
+
.E_c1eym6el.hoverable {
|
|
33124
|
+
cursor: pointer;
|
|
33158
33125
|
}
|
|
33159
|
-
|
|
33160
|
-
|
|
33161
|
-
|
|
33162
|
-
|
|
33163
|
-
column-gap: var(--a1ji6r68-0);
|
|
33126
|
+
.E_c1eym6el.hoverable:hover {
|
|
33127
|
+
transition: all 200ms ease;
|
|
33128
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33129
|
+
transform: translateY(-4px);
|
|
33164
33130
|
}
|
|
33165
33131
|
|
|
33166
33132
|
.E_lht19u8 {
|
|
@@ -33212,79 +33178,218 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33212
33178
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33213
33179
|
}
|
|
33214
33180
|
|
|
33215
|
-
.
|
|
33216
|
-
|
|
33217
|
-
border-radius: 20px;
|
|
33218
|
-
padding: 2px 10px;
|
|
33219
|
-
height: 22px;
|
|
33181
|
+
.E_sjob3jg {
|
|
33182
|
+
--item-min-width: 60px;
|
|
33220
33183
|
}
|
|
33221
|
-
.
|
|
33222
|
-
|
|
33184
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33185
|
+
display: none !important;
|
|
33223
33186
|
}
|
|
33224
|
-
.
|
|
33225
|
-
|
|
33187
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33188
|
+
flex-shrink: 0 !important;
|
|
33226
33189
|
}
|
|
33227
|
-
.
|
|
33190
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33191
|
+
color: #0080ff;
|
|
33192
|
+
}
|
|
33193
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33194
|
+
color: #0080ff;
|
|
33195
|
+
font-weight: normal;
|
|
33196
|
+
}
|
|
33197
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33198
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33199
|
+
}
|
|
33200
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33228
33201
|
color: #00122e;
|
|
33229
33202
|
}
|
|
33230
|
-
.
|
|
33231
|
-
|
|
33203
|
+
.E_sjob3jg .step-item-text {
|
|
33204
|
+
display: inline-block;
|
|
33205
|
+
}
|
|
33206
|
+
.E_sjob3jg .step-item-title {
|
|
33207
|
+
overflow: hidden;
|
|
33208
|
+
white-space: nowrap;
|
|
33209
|
+
text-overflow: ellipsis;
|
|
33210
|
+
}
|
|
33211
|
+
|
|
33212
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33213
|
+
min-width: var(--item-min-width);
|
|
33214
|
+
}
|
|
33215
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33216
|
+
cursor: not-allowed !important;
|
|
33217
|
+
}
|
|
33218
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33219
|
+
flex-direction: row;
|
|
33220
|
+
justify-content: stretch;
|
|
33221
|
+
}
|
|
33222
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33223
|
+
padding: 0;
|
|
33224
|
+
margin-right: 4px;
|
|
33225
|
+
flex: 1;
|
|
33226
|
+
overflow: visible;
|
|
33227
|
+
}
|
|
33228
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33229
|
+
width: 100%;
|
|
33230
|
+
min-height: unset;
|
|
33231
|
+
}
|
|
33232
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33233
|
+
height: 26px;
|
|
33234
|
+
line-height: 26px;
|
|
33235
|
+
width: 100%;
|
|
33236
|
+
padding: 0;
|
|
33237
|
+
font-size: 12px;
|
|
33238
|
+
}
|
|
33239
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33240
|
+
margin-right: 10px;
|
|
33241
|
+
}
|
|
33242
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33243
|
+
display: none;
|
|
33244
|
+
}
|
|
33245
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33246
|
+
padding-left: 8px;
|
|
33247
|
+
padding-right: 4px;
|
|
33248
|
+
border-radius: 4px 0 0 4px;
|
|
33249
|
+
}
|
|
33250
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33251
|
+
margin-right: 0;
|
|
33252
|
+
}
|
|
33253
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33254
|
+
padding-right: 8px;
|
|
33255
|
+
padding-left: 12px;
|
|
33256
|
+
border-radius: 0 4px 4px 0;
|
|
33257
|
+
}
|
|
33258
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33259
|
+
content: "";
|
|
33260
|
+
width: 0;
|
|
33261
|
+
height: 0;
|
|
33262
|
+
border: 13px solid transparent;
|
|
33263
|
+
position: absolute;
|
|
33264
|
+
top: 0;
|
|
33265
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33266
|
+
z-index: 2;
|
|
33267
|
+
position: relative;
|
|
33268
|
+
top: -50%;
|
|
33269
|
+
right: -100%;
|
|
33270
|
+
}
|
|
33271
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33272
|
+
padding: 0 4px 0 12px;
|
|
33273
|
+
}
|
|
33274
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33275
|
+
content: "";
|
|
33276
|
+
width: 0;
|
|
33277
|
+
height: 0;
|
|
33278
|
+
border: 13px solid transparent;
|
|
33279
|
+
position: absolute;
|
|
33280
|
+
top: 0;
|
|
33281
|
+
border-left: 8px solid #fff;
|
|
33282
|
+
left: 0;
|
|
33283
|
+
}
|
|
33284
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33285
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33286
|
+
}
|
|
33287
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33288
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33289
|
+
}
|
|
33290
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33291
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33232
33292
|
}
|
|
33233
|
-
.
|
|
33234
|
-
|
|
33235
|
-
|
|
33293
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33294
|
+
cursor: pointer;
|
|
33295
|
+
min-width: var(--item-min-width);
|
|
33236
33296
|
}
|
|
33237
|
-
.
|
|
33238
|
-
|
|
33297
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33298
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33299
|
+
min-width: var(--item-min-width);
|
|
33239
33300
|
}
|
|
33240
|
-
.
|
|
33241
|
-
|
|
33301
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33302
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33303
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33242
33304
|
}
|
|
33243
|
-
.
|
|
33244
|
-
|
|
33305
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33306
|
+
padding: 0;
|
|
33245
33307
|
}
|
|
33246
|
-
|
|
33247
|
-
|
|
33308
|
+
|
|
33309
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33310
|
+
width: 192px;
|
|
33311
|
+
row-gap: 2px;
|
|
33248
33312
|
}
|
|
33249
|
-
.
|
|
33250
|
-
background-color:
|
|
33313
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33314
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33251
33315
|
}
|
|
33252
|
-
.
|
|
33253
|
-
|
|
33316
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33317
|
+
color: #00122e !important;
|
|
33254
33318
|
}
|
|
33255
|
-
.
|
|
33256
|
-
background-color: rgba(
|
|
33319
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
33320
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33257
33321
|
}
|
|
33258
|
-
.
|
|
33259
|
-
|
|
33322
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33323
|
+
padding: 0 8px;
|
|
33324
|
+
border-radius: 4px;
|
|
33325
|
+
height: 32px;
|
|
33326
|
+
display: flex;
|
|
33327
|
+
align-items: center;
|
|
33260
33328
|
}
|
|
33261
|
-
.
|
|
33262
|
-
|
|
33329
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33330
|
+
min-height: auto;
|
|
33331
|
+
white-space: nowrap;
|
|
33263
33332
|
}
|
|
33264
|
-
.
|
|
33265
|
-
|
|
33333
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33334
|
+
font-size: 13px;
|
|
33335
|
+
line-height: 20px;
|
|
33336
|
+
max-width: 100%;
|
|
33337
|
+
padding-right: 0;
|
|
33266
33338
|
}
|
|
33267
|
-
.
|
|
33268
|
-
background
|
|
33339
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33340
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33269
33341
|
}
|
|
33270
|
-
|
|
33271
|
-
|
|
33342
|
+
|
|
33343
|
+
.E_h6l1tj4 {
|
|
33344
|
+
width: 100%;
|
|
33345
|
+
display: inline-flex;
|
|
33346
|
+
align-items: center;
|
|
33347
|
+
justify-content: center;
|
|
33348
|
+
column-gap: 4px;
|
|
33272
33349
|
}
|
|
33273
|
-
.
|
|
33274
|
-
|
|
33350
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33351
|
+
display: inline-flex;
|
|
33352
|
+
align-items: center;
|
|
33353
|
+
width: 18px;
|
|
33354
|
+
height: 18px;
|
|
33355
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33356
|
+
justify-content: center;
|
|
33275
33357
|
}
|
|
33276
|
-
|
|
33277
|
-
|
|
33358
|
+
|
|
33359
|
+
.E_v18frne8 {
|
|
33360
|
+
width: 100%;
|
|
33361
|
+
display: flex;
|
|
33362
|
+
align-items: center;
|
|
33363
|
+
justify-content: center;
|
|
33364
|
+
column-gap: 6px;
|
|
33365
|
+
font-size: 13px;
|
|
33278
33366
|
}
|
|
33279
|
-
.
|
|
33280
|
-
|
|
33367
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33368
|
+
display: inline-flex;
|
|
33369
|
+
align-items: center;
|
|
33370
|
+
min-width: 20px;
|
|
33371
|
+
min-height: 20px;
|
|
33372
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33373
|
+
justify-content: center;
|
|
33281
33374
|
}
|
|
33282
33375
|
|
|
33283
|
-
.
|
|
33284
|
-
|
|
33285
|
-
|
|
33286
|
-
|
|
33287
|
-
|
|
33376
|
+
.E_r77hffu {
|
|
33377
|
+
display: flex;
|
|
33378
|
+
align-items: center;
|
|
33379
|
+
justify-content: space-between;
|
|
33380
|
+
column-gap: 6px;
|
|
33381
|
+
}
|
|
33382
|
+
|
|
33383
|
+
.E_p1cmxsf7 {
|
|
33384
|
+
display: flex;
|
|
33385
|
+
flex-direction: column;
|
|
33386
|
+
justify-content: center;
|
|
33387
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33388
|
+
}
|
|
33389
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33390
|
+
font-size: 0;
|
|
33391
|
+
margin-bottom: unset;
|
|
33392
|
+
margin-inline-end: unset;
|
|
33288
33393
|
}
|
|
33289
33394
|
|
|
33290
33395
|
.E_tc97u5y {
|
|
@@ -33640,22 +33745,155 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33640
33745
|
position: relative;
|
|
33641
33746
|
background: #fff;
|
|
33642
33747
|
}
|
|
33643
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33644
|
-
height: 100%;
|
|
33748
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33749
|
+
height: 100%;
|
|
33750
|
+
display: flex;
|
|
33751
|
+
align-items: center;
|
|
33752
|
+
justify-content: flex-end;
|
|
33753
|
+
padding-right: 8px;
|
|
33754
|
+
}
|
|
33755
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33756
|
+
width: 24px;
|
|
33757
|
+
height: 24px;
|
|
33758
|
+
cursor: pointer;
|
|
33759
|
+
justify-content: center;
|
|
33760
|
+
border-radius: 4px;
|
|
33761
|
+
}
|
|
33762
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33763
|
+
background: #fff;
|
|
33764
|
+
}
|
|
33765
|
+
|
|
33766
|
+
.E_l1ucdodl {
|
|
33767
|
+
margin: 0;
|
|
33768
|
+
border-radius: 20px;
|
|
33769
|
+
padding: 2px 10px;
|
|
33770
|
+
height: 22px;
|
|
33771
|
+
display: flex;
|
|
33772
|
+
align-items: center;
|
|
33773
|
+
}
|
|
33774
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33775
|
+
color: #FFFFFF;
|
|
33776
|
+
}
|
|
33777
|
+
.E_l1ucdodl.tag-hover {
|
|
33778
|
+
cursor: pointer;
|
|
33779
|
+
}
|
|
33780
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33781
|
+
color: #00122e;
|
|
33782
|
+
}
|
|
33783
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33784
|
+
margin-right: 6px;
|
|
33785
|
+
}
|
|
33786
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33787
|
+
margin-left: 8px;
|
|
33788
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33789
|
+
}
|
|
33790
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33791
|
+
color: #FFFFFF;
|
|
33792
|
+
}
|
|
33793
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33794
|
+
background-color: #0080ff;
|
|
33795
|
+
}
|
|
33796
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33797
|
+
background-color: #f0483e;
|
|
33798
|
+
}
|
|
33799
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33800
|
+
background-color: #fea008;
|
|
33801
|
+
}
|
|
33802
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33803
|
+
background-color: #00ba5d;
|
|
33804
|
+
}
|
|
33805
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33806
|
+
background-color: #6b7d99;
|
|
33807
|
+
}
|
|
33808
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33809
|
+
background-color: #7E41FF;
|
|
33810
|
+
}
|
|
33811
|
+
|
|
33812
|
+
.E_s1qj66nc {
|
|
33813
|
+
width: 8px;
|
|
33814
|
+
height: 8px;
|
|
33815
|
+
border-radius: 50%;
|
|
33816
|
+
display: inline-block;
|
|
33817
|
+
}
|
|
33818
|
+
|
|
33819
|
+
.E_s5x1boq {
|
|
33820
|
+
width: 8px;
|
|
33821
|
+
height: 8px;
|
|
33822
|
+
border-radius: 2px;
|
|
33823
|
+
display: inline-block;
|
|
33824
|
+
}
|
|
33825
|
+
|
|
33826
|
+
.E_c1xm185 {
|
|
33827
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33828
|
+
}
|
|
33829
|
+
|
|
33830
|
+
.E_c1x5l5qc {
|
|
33831
|
+
flex: 1;
|
|
33832
|
+
}
|
|
33833
|
+
|
|
33834
|
+
.E_w7ob4th.outside-tag {
|
|
33835
|
+
padding-left: 0;
|
|
33836
|
+
}
|
|
33837
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33838
|
+
border-radius: 4px 0 0 4px;
|
|
33839
|
+
padding-right: 4px;
|
|
33840
|
+
margin-right: 4px;
|
|
33841
|
+
}
|
|
33842
|
+
|
|
33843
|
+
.E_slr2ynn {
|
|
33844
|
+
padding: 0 8px;
|
|
33845
|
+
height: 18px;
|
|
33846
|
+
}
|
|
33847
|
+
|
|
33848
|
+
.E_m140wbb6 {
|
|
33849
|
+
padding: 2px 8px;
|
|
33850
|
+
height: 24px;
|
|
33851
|
+
}
|
|
33852
|
+
|
|
33853
|
+
.E_t1fozc1i {
|
|
33854
|
+
margin: 0;
|
|
33855
|
+
}
|
|
33856
|
+
|
|
33857
|
+
.E_i1vxv4ln {
|
|
33858
|
+
margin-right: 4px;
|
|
33859
|
+
height: 16px;
|
|
33860
|
+
}
|
|
33861
|
+
|
|
33862
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33863
|
+
font-weight: 700;
|
|
33864
|
+
color: #00122e;
|
|
33865
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33866
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33867
|
+
word-break: break-all;
|
|
33868
|
+
display: inline;
|
|
33869
|
+
white-space: normal;
|
|
33870
|
+
}
|
|
33871
|
+
|
|
33872
|
+
.E_t1gvlxt5 {
|
|
33873
|
+
min-width: 0;
|
|
33874
|
+
flex: 1;
|
|
33875
|
+
}
|
|
33876
|
+
.E_t1gvlxt5 .tag {
|
|
33877
|
+
flex: 0 0 auto;
|
|
33878
|
+
}
|
|
33879
|
+
.E_t1gvlxt5 .progress-title {
|
|
33880
|
+
flex: 2;
|
|
33881
|
+
max-width: fit-content;
|
|
33882
|
+
}
|
|
33883
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33884
|
+
flex: 1;
|
|
33885
|
+
max-width: fit-content;
|
|
33886
|
+
}
|
|
33887
|
+
|
|
33888
|
+
.E_a1ji6r68 {
|
|
33645
33889
|
display: flex;
|
|
33646
33890
|
align-items: center;
|
|
33647
|
-
|
|
33648
|
-
padding-right: 8px;
|
|
33649
|
-
}
|
|
33650
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33651
|
-
width: 24px;
|
|
33652
|
-
height: 24px;
|
|
33653
|
-
cursor: pointer;
|
|
33654
|
-
justify-content: center;
|
|
33655
|
-
border-radius: 4px;
|
|
33891
|
+
column-gap: var(--a1ji6r68-0);
|
|
33656
33892
|
}
|
|
33657
|
-
|
|
33658
|
-
|
|
33893
|
+
|
|
33894
|
+
.E_i1g85yz3 {
|
|
33895
|
+
margin-right: 4px;
|
|
33896
|
+
height: 16px;
|
|
33659
33897
|
}
|
|
33660
33898
|
|
|
33661
33899
|
.E_msn7nxt {
|
|
@@ -33971,300 +34209,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33971
34209
|
display: flex;
|
|
33972
34210
|
flex-shrink: 0;
|
|
33973
34211
|
font-size: 12px;
|
|
33974
|
-
align-items: center;
|
|
33975
|
-
}
|
|
33976
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33977
|
-
color: #a3b4cc;
|
|
33978
|
-
}
|
|
33979
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33980
|
-
margin-left: 10px;
|
|
33981
|
-
}
|
|
33982
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33983
|
-
margin-left: 10px;
|
|
33984
|
-
cursor: pointer;
|
|
33985
|
-
}
|
|
33986
|
-
.E_lqeaosa .recharts-xAxis {
|
|
33987
|
-
font-size: 12px;
|
|
33988
|
-
}
|
|
33989
|
-
.E_lqeaosa .pointer-wrapper {
|
|
33990
|
-
position: absolute;
|
|
33991
|
-
bottom: 10px;
|
|
33992
|
-
padding: 0 8px;
|
|
33993
|
-
font-size: 12px;
|
|
33994
|
-
color: #fff;
|
|
33995
|
-
transform: translateX(-50%);
|
|
33996
|
-
}
|
|
33997
|
-
|
|
33998
|
-
.E_t2pr38p {
|
|
33999
|
-
min-width: 200px;
|
|
34000
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
34001
|
-
border-radius: 4px;
|
|
34002
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34003
|
-
padding: 8px;
|
|
34004
|
-
}
|
|
34005
|
-
|
|
34006
|
-
.E_tecdsj7 {
|
|
34007
|
-
display: flex;
|
|
34008
|
-
align-items: center;
|
|
34009
|
-
background-color: unset;
|
|
34010
|
-
color: #FFFFFF;
|
|
34011
|
-
justify-content: space-between;
|
|
34012
|
-
font-size: 12px;
|
|
34013
|
-
padding-top: 6px;
|
|
34014
|
-
}
|
|
34015
|
-
.E_tecdsj7:first-child {
|
|
34016
|
-
padding-top: 3px;
|
|
34017
|
-
}
|
|
34018
|
-
.E_tecdsj7:last-child {
|
|
34019
|
-
padding-bottom: 3px;
|
|
34020
|
-
}
|
|
34021
|
-
.E_tecdsj7 .column-value {
|
|
34022
|
-
color: #FFFFFF;
|
|
34023
|
-
margin-left: 8px;
|
|
34024
|
-
}
|
|
34025
|
-
|
|
34026
|
-
.E_ljhvvia {
|
|
34027
|
-
display: inline-block;
|
|
34028
|
-
height: 8px;
|
|
34029
|
-
width: 8px;
|
|
34030
|
-
margin-right: 8px;
|
|
34031
|
-
border-radius: 2px;
|
|
34032
|
-
}
|
|
34033
|
-
.E_ljhvvia.borderd {
|
|
34034
|
-
border: 1px solid #fff;
|
|
34035
|
-
}
|
|
34036
|
-
|
|
34037
|
-
.E_w7ob4th.outside-tag {
|
|
34038
|
-
padding-left: 0;
|
|
34039
|
-
}
|
|
34040
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34041
|
-
border-radius: 4px 0 0 4px;
|
|
34042
|
-
padding-right: 4px;
|
|
34043
|
-
margin-right: 4px;
|
|
34044
|
-
}
|
|
34045
|
-
|
|
34046
|
-
.E_slr2ynn {
|
|
34047
|
-
padding: 0 8px;
|
|
34048
|
-
height: 18px;
|
|
34049
|
-
}
|
|
34050
|
-
|
|
34051
|
-
.E_m140wbb6 {
|
|
34052
|
-
padding: 2px 8px;
|
|
34053
|
-
height: 24px;
|
|
34054
|
-
}
|
|
34055
|
-
|
|
34056
|
-
.E_t1fozc1i {
|
|
34057
|
-
margin: 0;
|
|
34058
|
-
}
|
|
34059
|
-
|
|
34060
|
-
.E_i1vxv4ln {
|
|
34061
|
-
margin-right: 4px;
|
|
34062
|
-
height: 16px;
|
|
34063
|
-
}
|
|
34064
|
-
|
|
34065
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34066
|
-
font-weight: 700;
|
|
34067
|
-
color: #00122e;
|
|
34068
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34069
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34070
|
-
word-break: break-all;
|
|
34071
|
-
display: inline;
|
|
34072
|
-
white-space: normal;
|
|
34073
|
-
}
|
|
34074
|
-
|
|
34075
|
-
.E_sjob3jg {
|
|
34076
|
-
--item-min-width: 60px;
|
|
34077
|
-
}
|
|
34078
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34079
|
-
display: none !important;
|
|
34080
|
-
}
|
|
34081
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34082
|
-
flex-shrink: 0 !important;
|
|
34083
|
-
}
|
|
34084
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34085
|
-
color: #0080ff;
|
|
34086
|
-
}
|
|
34087
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34088
|
-
color: #0080ff;
|
|
34089
|
-
font-weight: normal;
|
|
34090
|
-
}
|
|
34091
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34092
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34093
|
-
}
|
|
34094
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34095
|
-
color: #00122e;
|
|
34096
|
-
}
|
|
34097
|
-
.E_sjob3jg .step-item-text {
|
|
34098
|
-
display: inline-block;
|
|
34099
|
-
}
|
|
34100
|
-
.E_sjob3jg .step-item-title {
|
|
34101
|
-
overflow: hidden;
|
|
34102
|
-
white-space: nowrap;
|
|
34103
|
-
text-overflow: ellipsis;
|
|
34104
|
-
}
|
|
34105
|
-
|
|
34106
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34107
|
-
min-width: var(--item-min-width);
|
|
34108
|
-
}
|
|
34109
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34110
|
-
cursor: not-allowed !important;
|
|
34111
|
-
}
|
|
34112
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34113
|
-
flex-direction: row;
|
|
34114
|
-
justify-content: stretch;
|
|
34115
|
-
}
|
|
34116
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34117
|
-
padding: 0;
|
|
34118
|
-
margin-right: 4px;
|
|
34119
|
-
flex: 1;
|
|
34120
|
-
overflow: visible;
|
|
34121
|
-
}
|
|
34122
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34123
|
-
width: 100%;
|
|
34124
|
-
min-height: unset;
|
|
34125
|
-
}
|
|
34126
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34127
|
-
height: 26px;
|
|
34128
|
-
line-height: 26px;
|
|
34129
|
-
width: 100%;
|
|
34130
|
-
padding: 0;
|
|
34131
|
-
font-size: 12px;
|
|
34132
|
-
}
|
|
34133
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34134
|
-
margin-right: 10px;
|
|
34135
|
-
}
|
|
34136
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34137
|
-
display: none;
|
|
34138
|
-
}
|
|
34139
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34140
|
-
padding-left: 8px;
|
|
34141
|
-
padding-right: 4px;
|
|
34142
|
-
border-radius: 4px 0 0 4px;
|
|
34143
|
-
}
|
|
34144
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34145
|
-
margin-right: 0;
|
|
34146
|
-
}
|
|
34147
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34148
|
-
padding-right: 8px;
|
|
34149
|
-
padding-left: 12px;
|
|
34150
|
-
border-radius: 0 4px 4px 0;
|
|
34151
|
-
}
|
|
34152
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34153
|
-
content: "";
|
|
34154
|
-
width: 0;
|
|
34155
|
-
height: 0;
|
|
34156
|
-
border: 13px solid transparent;
|
|
34157
|
-
position: absolute;
|
|
34158
|
-
top: 0;
|
|
34159
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34160
|
-
z-index: 2;
|
|
34161
|
-
position: relative;
|
|
34162
|
-
top: -50%;
|
|
34163
|
-
right: -100%;
|
|
34164
|
-
}
|
|
34165
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34166
|
-
padding: 0 4px 0 12px;
|
|
34167
|
-
}
|
|
34168
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34169
|
-
content: "";
|
|
34170
|
-
width: 0;
|
|
34171
|
-
height: 0;
|
|
34172
|
-
border: 13px solid transparent;
|
|
34173
|
-
position: absolute;
|
|
34174
|
-
top: 0;
|
|
34175
|
-
border-left: 8px solid #fff;
|
|
34176
|
-
left: 0;
|
|
34177
|
-
}
|
|
34178
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34179
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34180
|
-
}
|
|
34181
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34182
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34183
|
-
}
|
|
34184
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34185
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34186
|
-
}
|
|
34187
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34188
|
-
cursor: pointer;
|
|
34189
|
-
min-width: var(--item-min-width);
|
|
34190
|
-
}
|
|
34191
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34192
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34193
|
-
min-width: var(--item-min-width);
|
|
34194
|
-
}
|
|
34195
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34196
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34197
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34198
|
-
}
|
|
34199
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34200
|
-
padding: 0;
|
|
34201
|
-
}
|
|
34202
|
-
|
|
34203
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34204
|
-
width: 192px;
|
|
34205
|
-
row-gap: 2px;
|
|
34212
|
+
align-items: center;
|
|
34206
34213
|
}
|
|
34207
|
-
.
|
|
34208
|
-
|
|
34214
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34215
|
+
color: #a3b4cc;
|
|
34209
34216
|
}
|
|
34210
|
-
.
|
|
34211
|
-
|
|
34217
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34218
|
+
margin-left: 10px;
|
|
34212
34219
|
}
|
|
34213
|
-
.
|
|
34214
|
-
|
|
34220
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34221
|
+
margin-left: 10px;
|
|
34222
|
+
cursor: pointer;
|
|
34215
34223
|
}
|
|
34216
|
-
.
|
|
34224
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34225
|
+
font-size: 12px;
|
|
34226
|
+
}
|
|
34227
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34228
|
+
position: absolute;
|
|
34229
|
+
bottom: 10px;
|
|
34217
34230
|
padding: 0 8px;
|
|
34231
|
+
font-size: 12px;
|
|
34232
|
+
color: #fff;
|
|
34233
|
+
transform: translateX(-50%);
|
|
34234
|
+
}
|
|
34235
|
+
|
|
34236
|
+
.E_t2pr38p {
|
|
34237
|
+
min-width: 200px;
|
|
34238
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34218
34239
|
border-radius: 4px;
|
|
34219
|
-
|
|
34240
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34241
|
+
padding: 8px;
|
|
34242
|
+
}
|
|
34243
|
+
|
|
34244
|
+
.E_tecdsj7 {
|
|
34220
34245
|
display: flex;
|
|
34221
34246
|
align-items: center;
|
|
34247
|
+
background-color: unset;
|
|
34248
|
+
color: #FFFFFF;
|
|
34249
|
+
justify-content: space-between;
|
|
34250
|
+
font-size: 12px;
|
|
34251
|
+
padding-top: 6px;
|
|
34222
34252
|
}
|
|
34223
|
-
.
|
|
34224
|
-
|
|
34225
|
-
white-space: nowrap;
|
|
34226
|
-
}
|
|
34227
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34228
|
-
font-size: 13px;
|
|
34229
|
-
line-height: 20px;
|
|
34230
|
-
max-width: 100%;
|
|
34231
|
-
padding-right: 0;
|
|
34232
|
-
}
|
|
34233
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34234
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34253
|
+
.E_tecdsj7:first-child {
|
|
34254
|
+
padding-top: 3px;
|
|
34235
34255
|
}
|
|
34236
|
-
|
|
34237
|
-
|
|
34238
|
-
width: 100%;
|
|
34239
|
-
display: inline-flex;
|
|
34240
|
-
align-items: center;
|
|
34241
|
-
justify-content: center;
|
|
34242
|
-
column-gap: 4px;
|
|
34256
|
+
.E_tecdsj7:last-child {
|
|
34257
|
+
padding-bottom: 3px;
|
|
34243
34258
|
}
|
|
34244
|
-
.
|
|
34245
|
-
|
|
34246
|
-
|
|
34247
|
-
width: 18px;
|
|
34248
|
-
height: 18px;
|
|
34249
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34250
|
-
justify-content: center;
|
|
34259
|
+
.E_tecdsj7 .column-value {
|
|
34260
|
+
color: #FFFFFF;
|
|
34261
|
+
margin-left: 8px;
|
|
34251
34262
|
}
|
|
34252
34263
|
|
|
34253
|
-
.
|
|
34254
|
-
|
|
34255
|
-
|
|
34256
|
-
|
|
34257
|
-
|
|
34258
|
-
|
|
34259
|
-
font-size: 13px;
|
|
34264
|
+
.E_ljhvvia {
|
|
34265
|
+
display: inline-block;
|
|
34266
|
+
height: 8px;
|
|
34267
|
+
width: 8px;
|
|
34268
|
+
margin-right: 8px;
|
|
34269
|
+
border-radius: 2px;
|
|
34260
34270
|
}
|
|
34261
|
-
.
|
|
34262
|
-
|
|
34263
|
-
align-items: center;
|
|
34264
|
-
min-width: 20px;
|
|
34265
|
-
min-height: 20px;
|
|
34266
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34267
|
-
justify-content: center;
|
|
34271
|
+
.E_ljhvvia.borderd {
|
|
34272
|
+
border: 1px solid #fff;
|
|
34268
34273
|
}
|
|
34269
34274
|
|
|
34270
34275
|
.E_t1dtlqs1 {
|
|
@@ -34493,11 +34498,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34493
34498
|
background: rgba(163, 180, 204, 0.18);
|
|
34494
34499
|
}
|
|
34495
34500
|
|
|
34496
|
-
.E_i1g85yz3 {
|
|
34497
|
-
margin-right: 4px;
|
|
34498
|
-
height: 16px;
|
|
34499
|
-
}
|
|
34500
|
-
|
|
34501
34501
|
.E_bpgac8u {
|
|
34502
34502
|
color: #FFFFFF;
|
|
34503
34503
|
display: flex;
|
|
@@ -34529,6 +34529,83 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34529
34529
|
color: #F0483E;
|
|
34530
34530
|
}
|
|
34531
34531
|
|
|
34532
|
+
.E_t59qhqp {
|
|
34533
|
+
padding: 0px;
|
|
34534
|
+
padding-top: 5px;
|
|
34535
|
+
padding-left: 5px;
|
|
34536
|
+
}
|
|
34537
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34538
|
+
margin-bottom: 16px;
|
|
34539
|
+
padding-bottom: 0px;
|
|
34540
|
+
}
|
|
34541
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34542
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34543
|
+
margin-bottom: 0;
|
|
34544
|
+
}
|
|
34545
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34546
|
+
margin-bottom: 12px;
|
|
34547
|
+
}
|
|
34548
|
+
.E_t59qhqp .info-action {
|
|
34549
|
+
align-self: baseline;
|
|
34550
|
+
}
|
|
34551
|
+
|
|
34552
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34553
|
+
margin-left: 18px;
|
|
34554
|
+
}
|
|
34555
|
+
.E_t2e44lg .item-time {
|
|
34556
|
+
display: flex;
|
|
34557
|
+
flex-direction: column;
|
|
34558
|
+
gap: 4px;
|
|
34559
|
+
margin-top: 4px;
|
|
34560
|
+
}
|
|
34561
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34562
|
+
padding-bottom: 0;
|
|
34563
|
+
}
|
|
34564
|
+
|
|
34565
|
+
.E_e14ua30y {
|
|
34566
|
+
display: flex;
|
|
34567
|
+
flex-direction: column;
|
|
34568
|
+
align-items: center;
|
|
34569
|
+
justify-content: center;
|
|
34570
|
+
}
|
|
34571
|
+
|
|
34572
|
+
.E_s1ikqzph {
|
|
34573
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34574
|
+
}
|
|
34575
|
+
|
|
34576
|
+
.E_i15astnl {
|
|
34577
|
+
color: #00122E;
|
|
34578
|
+
}
|
|
34579
|
+
|
|
34580
|
+
.E_s20iney.skeleton-box {
|
|
34581
|
+
display: flex;
|
|
34582
|
+
align-items: center;
|
|
34583
|
+
justify-content: center;
|
|
34584
|
+
position: relative;
|
|
34585
|
+
border-radius: 2px;
|
|
34586
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34587
|
+
overflow: hidden;
|
|
34588
|
+
}
|
|
34589
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34590
|
+
width: 200%;
|
|
34591
|
+
height: 200%;
|
|
34592
|
+
transform: rotate(15deg);
|
|
34593
|
+
position: absolute;
|
|
34594
|
+
top: -50%;
|
|
34595
|
+
flex-shrink: 0;
|
|
34596
|
+
opacity: 0.8;
|
|
34597
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34598
|
+
animation: shimmer 1100ms infinite;
|
|
34599
|
+
}
|
|
34600
|
+
@keyframes shimmer {
|
|
34601
|
+
from {
|
|
34602
|
+
left: -120%;
|
|
34603
|
+
}
|
|
34604
|
+
to {
|
|
34605
|
+
left: 100%;
|
|
34606
|
+
}
|
|
34607
|
+
}
|
|
34608
|
+
|
|
34532
34609
|
.E_icab5o7 {
|
|
34533
34610
|
--modal-header-height: 140px;
|
|
34534
34611
|
}
|
|
@@ -34661,129 +34738,52 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34661
34738
|
overflow: auto;
|
|
34662
34739
|
margin: auto;
|
|
34663
34740
|
}
|
|
34664
|
-
.E_myhed70 .right {
|
|
34665
|
-
width: var(--right-width);
|
|
34666
|
-
overflow: auto;
|
|
34667
|
-
position: fixed;
|
|
34668
|
-
right: var(--modal-body-padding);
|
|
34669
|
-
top: var(--modal-header-height);
|
|
34670
|
-
}
|
|
34671
|
-
|
|
34672
|
-
.E_fo07jei {
|
|
34673
|
-
display: flex;
|
|
34674
|
-
justify-content: space-between;
|
|
34675
|
-
align-items: center;
|
|
34676
|
-
gap: 16px;
|
|
34677
|
-
height: 40px;
|
|
34678
|
-
}
|
|
34679
|
-
|
|
34680
|
-
.E_fph3s12 {
|
|
34681
|
-
display: flex;
|
|
34682
|
-
align-items: center;
|
|
34683
|
-
gap: 16px;
|
|
34684
|
-
text-align: left;
|
|
34685
|
-
}
|
|
34686
|
-
|
|
34687
|
-
.E_f1f8uj0i {
|
|
34688
|
-
flex-shrink: 0;
|
|
34689
|
-
}
|
|
34690
|
-
|
|
34691
|
-
.E_ejcjd85 {
|
|
34692
|
-
color: #f0483e;
|
|
34693
|
-
display: flex;
|
|
34694
|
-
align-items: center;
|
|
34695
|
-
height: 32px;
|
|
34696
|
-
}
|
|
34697
|
-
|
|
34698
|
-
.E_e1lj3r2s {
|
|
34699
|
-
margin-right: 4px;
|
|
34700
|
-
flex-shrink: 0;
|
|
34701
|
-
}
|
|
34702
|
-
|
|
34703
|
-
.E_eb58k2y {
|
|
34704
|
-
align-self: flex-start;
|
|
34705
|
-
margin-top: 5px;
|
|
34706
|
-
}
|
|
34707
|
-
|
|
34708
|
-
.E_c1bad0d {
|
|
34709
|
-
font-weight: bold;
|
|
34710
|
-
}
|
|
34711
|
-
|
|
34712
|
-
.E_t59qhqp {
|
|
34713
|
-
padding: 0px;
|
|
34714
|
-
padding-top: 5px;
|
|
34715
|
-
padding-left: 5px;
|
|
34716
|
-
}
|
|
34717
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34718
|
-
margin-bottom: 16px;
|
|
34719
|
-
padding-bottom: 0px;
|
|
34720
|
-
}
|
|
34721
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34722
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34723
|
-
margin-bottom: 0;
|
|
34724
|
-
}
|
|
34725
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34726
|
-
margin-bottom: 12px;
|
|
34727
|
-
}
|
|
34728
|
-
.E_t59qhqp .info-action {
|
|
34729
|
-
align-self: baseline;
|
|
34730
|
-
}
|
|
34731
|
-
|
|
34732
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
34733
|
-
margin-left: 18px;
|
|
34734
|
-
}
|
|
34735
|
-
.E_t2e44lg .item-time {
|
|
34736
|
-
display: flex;
|
|
34737
|
-
flex-direction: column;
|
|
34738
|
-
gap: 4px;
|
|
34739
|
-
margin-top: 4px;
|
|
34740
|
-
}
|
|
34741
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34742
|
-
padding-bottom: 0;
|
|
34741
|
+
.E_myhed70 .right {
|
|
34742
|
+
width: var(--right-width);
|
|
34743
|
+
overflow: auto;
|
|
34744
|
+
position: fixed;
|
|
34745
|
+
right: var(--modal-body-padding);
|
|
34746
|
+
top: var(--modal-header-height);
|
|
34743
34747
|
}
|
|
34744
34748
|
|
|
34745
|
-
.
|
|
34749
|
+
.E_fo07jei {
|
|
34746
34750
|
display: flex;
|
|
34747
|
-
|
|
34751
|
+
justify-content: space-between;
|
|
34748
34752
|
align-items: center;
|
|
34749
|
-
|
|
34753
|
+
gap: 16px;
|
|
34754
|
+
height: 40px;
|
|
34750
34755
|
}
|
|
34751
34756
|
|
|
34752
|
-
.
|
|
34753
|
-
|
|
34757
|
+
.E_fph3s12 {
|
|
34758
|
+
display: flex;
|
|
34759
|
+
align-items: center;
|
|
34760
|
+
gap: 16px;
|
|
34761
|
+
text-align: left;
|
|
34754
34762
|
}
|
|
34755
34763
|
|
|
34756
|
-
.
|
|
34757
|
-
|
|
34764
|
+
.E_f1f8uj0i {
|
|
34765
|
+
flex-shrink: 0;
|
|
34758
34766
|
}
|
|
34759
34767
|
|
|
34760
|
-
.
|
|
34768
|
+
.E_ejcjd85 {
|
|
34769
|
+
color: #f0483e;
|
|
34761
34770
|
display: flex;
|
|
34762
34771
|
align-items: center;
|
|
34763
|
-
|
|
34764
|
-
position: relative;
|
|
34765
|
-
border-radius: 2px;
|
|
34766
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34767
|
-
overflow: hidden;
|
|
34772
|
+
height: 32px;
|
|
34768
34773
|
}
|
|
34769
|
-
|
|
34770
|
-
|
|
34771
|
-
|
|
34772
|
-
transform: rotate(15deg);
|
|
34773
|
-
position: absolute;
|
|
34774
|
-
top: -50%;
|
|
34774
|
+
|
|
34775
|
+
.E_e1lj3r2s {
|
|
34776
|
+
margin-right: 4px;
|
|
34775
34777
|
flex-shrink: 0;
|
|
34776
|
-
opacity: 0.8;
|
|
34777
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34778
|
-
animation: shimmer 1100ms infinite;
|
|
34779
34778
|
}
|
|
34780
|
-
|
|
34781
|
-
|
|
34782
|
-
|
|
34783
|
-
|
|
34784
|
-
|
|
34785
|
-
|
|
34786
|
-
|
|
34779
|
+
|
|
34780
|
+
.E_eb58k2y {
|
|
34781
|
+
align-self: flex-start;
|
|
34782
|
+
margin-top: 5px;
|
|
34783
|
+
}
|
|
34784
|
+
|
|
34785
|
+
.E_c1bad0d {
|
|
34786
|
+
font-weight: bold;
|
|
34787
34787
|
}
|
|
34788
34788
|
|
|
34789
34789
|
.E_dxyv8bv {
|
|
@@ -34976,15 +34976,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34976
34976
|
color: #fff;
|
|
34977
34977
|
}
|
|
34978
34978
|
|
|
34979
|
-
.E_a9y3flr {
|
|
34980
|
-
margin-left: 8px;
|
|
34981
|
-
}
|
|
34982
|
-
|
|
34983
|
-
.E_a1njc627 {
|
|
34984
|
-
font-size: 12px;
|
|
34985
|
-
color: #00122e;
|
|
34986
|
-
}
|
|
34987
|
-
|
|
34988
34979
|
.E_f16blduf.ant-form-item {
|
|
34989
34980
|
margin-bottom: 0;
|
|
34990
34981
|
}
|
|
@@ -35004,6 +34995,27 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35004
34995
|
display: block;
|
|
35005
34996
|
}
|
|
35006
34997
|
|
|
34998
|
+
.E_a9y3flr {
|
|
34999
|
+
margin-left: 8px;
|
|
35000
|
+
}
|
|
35001
|
+
|
|
35002
|
+
.E_a1njc627 {
|
|
35003
|
+
font-size: 12px;
|
|
35004
|
+
color: #00122e;
|
|
35005
|
+
}
|
|
35006
|
+
|
|
35007
|
+
.E_i14c7jc8 {
|
|
35008
|
+
color: var(--i14c7jc8-0);
|
|
35009
|
+
}
|
|
35010
|
+
|
|
35011
|
+
.E_i1ibuolf {
|
|
35012
|
+
display: flex;
|
|
35013
|
+
align-items: center;
|
|
35014
|
+
column-gap: 4px;
|
|
35015
|
+
font-size: 12px;
|
|
35016
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35017
|
+
}
|
|
35018
|
+
|
|
35007
35019
|
.E_d1u4ndxc {
|
|
35008
35020
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35009
35021
|
font-size: 12px;
|
|
@@ -35035,16 +35047,174 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35035
35047
|
}
|
|
35036
35048
|
}
|
|
35037
35049
|
|
|
35038
|
-
.
|
|
35039
|
-
|
|
35050
|
+
.E_c18bcrac {
|
|
35051
|
+
display: inline-block;
|
|
35052
|
+
width: 100%;
|
|
35053
|
+
}
|
|
35054
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35055
|
+
margin-left: 4px;
|
|
35040
35056
|
}
|
|
35041
35057
|
|
|
35042
|
-
.
|
|
35058
|
+
.E_cro7kg2 {
|
|
35059
|
+
padding: 4px;
|
|
35060
|
+
}
|
|
35061
|
+
.E_cro7kg2 .unit {
|
|
35062
|
+
color: white;
|
|
35063
|
+
}
|
|
35064
|
+
|
|
35065
|
+
.E_c14wcxf0 {
|
|
35043
35066
|
display: flex;
|
|
35067
|
+
justify-content: space-between;
|
|
35044
35068
|
align-items: center;
|
|
35045
|
-
|
|
35046
|
-
|
|
35047
|
-
color:
|
|
35069
|
+
font-size: 13px;
|
|
35070
|
+
line-height: 24px;
|
|
35071
|
+
color: #cccccc;
|
|
35072
|
+
white-space: nowrap;
|
|
35073
|
+
}
|
|
35074
|
+
.E_c14wcxf0 label {
|
|
35075
|
+
margin-right: 32px;
|
|
35076
|
+
}
|
|
35077
|
+
|
|
35078
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35079
|
+
font-weight: bold;
|
|
35080
|
+
color: white;
|
|
35081
|
+
}
|
|
35082
|
+
|
|
35083
|
+
.E_s11212zy {
|
|
35084
|
+
width: 8px;
|
|
35085
|
+
height: 8px;
|
|
35086
|
+
border-radius: 2px;
|
|
35087
|
+
display: inline-block;
|
|
35088
|
+
background: var(--s11212zy-0);
|
|
35089
|
+
border: 1px solid #fff;
|
|
35090
|
+
box-sizing: content-box;
|
|
35091
|
+
margin-right: 6px;
|
|
35092
|
+
}
|
|
35093
|
+
|
|
35094
|
+
.E_p1lyky6c > :first-child {
|
|
35095
|
+
font-weight: bold;
|
|
35096
|
+
color: white;
|
|
35097
|
+
margin-right: 4px;
|
|
35098
|
+
}
|
|
35099
|
+
|
|
35100
|
+
.E_skwah65 {
|
|
35101
|
+
height: 8px;
|
|
35102
|
+
box-sizing: border-box;
|
|
35103
|
+
border-radius: 2px;
|
|
35104
|
+
background: #f5f7fa;
|
|
35105
|
+
display: flex;
|
|
35106
|
+
width: 100%;
|
|
35107
|
+
overflow: hidden;
|
|
35108
|
+
}
|
|
35109
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35110
|
+
margin-left: 1px;
|
|
35111
|
+
}
|
|
35112
|
+
|
|
35113
|
+
span.E_tqjc4ui {
|
|
35114
|
+
margin: 0 2px;
|
|
35115
|
+
}
|
|
35116
|
+
|
|
35117
|
+
.E_clm1wy1 {
|
|
35118
|
+
width: 192px;
|
|
35119
|
+
height: 246px;
|
|
35120
|
+
border-radius: 4px;
|
|
35121
|
+
}
|
|
35122
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35123
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35124
|
+
width: 100%;
|
|
35125
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35126
|
+
border-top: none;
|
|
35127
|
+
}
|
|
35128
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35129
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35130
|
+
padding: 0 16px;
|
|
35131
|
+
}
|
|
35132
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35133
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35134
|
+
width: 100%;
|
|
35135
|
+
height: 180px;
|
|
35136
|
+
border-spacing: 0;
|
|
35137
|
+
}
|
|
35138
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35139
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35140
|
+
margin-bottom: 8px;
|
|
35141
|
+
}
|
|
35142
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35143
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35144
|
+
width: 22px;
|
|
35145
|
+
}
|
|
35146
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35147
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35148
|
+
padding: 0;
|
|
35149
|
+
}
|
|
35150
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35151
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35152
|
+
opacity: 0.4;
|
|
35153
|
+
}
|
|
35154
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35155
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35156
|
+
opacity: 1;
|
|
35157
|
+
}
|
|
35158
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35159
|
+
color: #3e4652;
|
|
35160
|
+
}
|
|
35161
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35162
|
+
pointer-events: none;
|
|
35163
|
+
}
|
|
35164
|
+
|
|
35165
|
+
.E_t1tsm00v {
|
|
35166
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35167
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35168
|
+
backdrop-filter: blur(10px);
|
|
35169
|
+
padding: 7px 10px;
|
|
35170
|
+
}
|
|
35171
|
+
|
|
35172
|
+
.E_c167wnad {
|
|
35173
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35174
|
+
display: flex;
|
|
35175
|
+
justify-content: space-between;
|
|
35176
|
+
align-items: center;
|
|
35177
|
+
padding: 8px 16px;
|
|
35178
|
+
}
|
|
35179
|
+
.E_c167wnad .anticon {
|
|
35180
|
+
cursor: pointer;
|
|
35181
|
+
}
|
|
35182
|
+
.E_c167wnad .anticon:hover {
|
|
35183
|
+
color: #0096ff;
|
|
35184
|
+
}
|
|
35185
|
+
|
|
35186
|
+
.E_cxhf7dh {
|
|
35187
|
+
text-align: center;
|
|
35188
|
+
}
|
|
35189
|
+
.E_cxhf7dh .dots {
|
|
35190
|
+
display: flex;
|
|
35191
|
+
justify-content: center;
|
|
35192
|
+
}
|
|
35193
|
+
.E_cxhf7dh .dot {
|
|
35194
|
+
display: inline-block;
|
|
35195
|
+
width: 2px;
|
|
35196
|
+
height: 2px;
|
|
35197
|
+
border-radius: 1px;
|
|
35198
|
+
background: #0096ff;
|
|
35199
|
+
}
|
|
35200
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35201
|
+
margin-right: 2px;
|
|
35202
|
+
}
|
|
35203
|
+
.E_cxhf7dh .bar {
|
|
35204
|
+
width: 9px;
|
|
35205
|
+
height: 2px;
|
|
35206
|
+
background: #0096ff;
|
|
35207
|
+
border-radius: 2px;
|
|
35208
|
+
}
|
|
35209
|
+
|
|
35210
|
+
.E_gmyahx3 {
|
|
35211
|
+
cursor: pointer;
|
|
35212
|
+
}
|
|
35213
|
+
.E_gmyahx3 .link-text {
|
|
35214
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35215
|
+
}
|
|
35216
|
+
.E_gmyahx3:hover .link-text {
|
|
35217
|
+
color: #0080ff;
|
|
35048
35218
|
}
|
|
35049
35219
|
|
|
35050
35220
|
.E_s1ebs0ra {
|
|
@@ -35108,69 +35278,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35108
35278
|
background: #fff;
|
|
35109
35279
|
}
|
|
35110
35280
|
|
|
35111
|
-
.E_c18bcrac {
|
|
35112
|
-
display: inline-block;
|
|
35113
|
-
width: 100%;
|
|
35114
|
-
}
|
|
35115
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35116
|
-
margin-left: 4px;
|
|
35117
|
-
}
|
|
35118
|
-
|
|
35119
|
-
.E_cro7kg2 {
|
|
35120
|
-
padding: 4px;
|
|
35121
|
-
}
|
|
35122
|
-
.E_cro7kg2 .unit {
|
|
35123
|
-
color: white;
|
|
35124
|
-
}
|
|
35125
|
-
|
|
35126
|
-
.E_c14wcxf0 {
|
|
35127
|
-
display: flex;
|
|
35128
|
-
justify-content: space-between;
|
|
35129
|
-
align-items: center;
|
|
35130
|
-
font-size: 13px;
|
|
35131
|
-
line-height: 24px;
|
|
35132
|
-
color: #cccccc;
|
|
35133
|
-
white-space: nowrap;
|
|
35134
|
-
}
|
|
35135
|
-
.E_c14wcxf0 label {
|
|
35136
|
-
margin-right: 32px;
|
|
35137
|
-
}
|
|
35138
|
-
|
|
35139
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35140
|
-
font-weight: bold;
|
|
35141
|
-
color: white;
|
|
35142
|
-
}
|
|
35143
|
-
|
|
35144
|
-
.E_s11212zy {
|
|
35145
|
-
width: 8px;
|
|
35146
|
-
height: 8px;
|
|
35147
|
-
border-radius: 2px;
|
|
35148
|
-
display: inline-block;
|
|
35149
|
-
background: var(--s11212zy-0);
|
|
35150
|
-
border: 1px solid #fff;
|
|
35151
|
-
box-sizing: content-box;
|
|
35152
|
-
margin-right: 6px;
|
|
35153
|
-
}
|
|
35154
|
-
|
|
35155
|
-
.E_p1lyky6c > :first-child {
|
|
35156
|
-
font-weight: bold;
|
|
35157
|
-
color: white;
|
|
35158
|
-
margin-right: 4px;
|
|
35159
|
-
}
|
|
35160
|
-
|
|
35161
|
-
.E_skwah65 {
|
|
35162
|
-
height: 8px;
|
|
35163
|
-
box-sizing: border-box;
|
|
35164
|
-
border-radius: 2px;
|
|
35165
|
-
background: #f5f7fa;
|
|
35166
|
-
display: flex;
|
|
35167
|
-
width: 100%;
|
|
35168
|
-
overflow: hidden;
|
|
35169
|
-
}
|
|
35170
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35171
|
-
margin-left: 1px;
|
|
35172
|
-
}
|
|
35173
|
-
|
|
35174
35281
|
.E_c1up1pdz {
|
|
35175
35282
|
width: 648px;
|
|
35176
35283
|
}
|
|
@@ -35302,264 +35409,82 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35302
35409
|
}
|
|
35303
35410
|
.E_wpbf4pq .month-day-option {
|
|
35304
35411
|
width: 32px;
|
|
35305
|
-
padding: 0;
|
|
35306
|
-
margin-bottom: 8px;
|
|
35307
|
-
}
|
|
35308
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35309
|
-
background-color: #0096ff;
|
|
35310
|
-
border-color: #0096ff;
|
|
35311
|
-
color: #fff;
|
|
35312
|
-
}
|
|
35313
|
-
|
|
35314
|
-
.E_clm1wy1 {
|
|
35315
|
-
width: 192px;
|
|
35316
|
-
height: 246px;
|
|
35317
|
-
border-radius: 4px;
|
|
35318
|
-
}
|
|
35319
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35320
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35321
|
-
width: 100%;
|
|
35322
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35323
|
-
border-top: none;
|
|
35324
|
-
}
|
|
35325
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35326
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35327
|
-
padding: 0 16px;
|
|
35328
|
-
}
|
|
35329
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35330
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35331
|
-
width: 100%;
|
|
35332
|
-
height: 180px;
|
|
35333
|
-
border-spacing: 0;
|
|
35334
|
-
}
|
|
35335
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35336
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35337
|
-
margin-bottom: 8px;
|
|
35338
|
-
}
|
|
35339
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35340
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35341
|
-
width: 22px;
|
|
35342
|
-
}
|
|
35343
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35344
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35345
|
-
padding: 0;
|
|
35346
|
-
}
|
|
35347
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
35348
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35349
|
-
opacity: 0.4;
|
|
35350
|
-
}
|
|
35351
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35352
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35353
|
-
opacity: 1;
|
|
35354
|
-
}
|
|
35355
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35356
|
-
color: #3e4652;
|
|
35357
|
-
}
|
|
35358
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
35359
|
-
pointer-events: none;
|
|
35360
|
-
}
|
|
35361
|
-
|
|
35362
|
-
.E_t1tsm00v {
|
|
35363
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35364
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35365
|
-
backdrop-filter: blur(10px);
|
|
35366
|
-
padding: 7px 10px;
|
|
35367
|
-
}
|
|
35368
|
-
|
|
35369
|
-
.E_c167wnad {
|
|
35370
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35371
|
-
display: flex;
|
|
35372
|
-
justify-content: space-between;
|
|
35373
|
-
align-items: center;
|
|
35374
|
-
padding: 8px 16px;
|
|
35375
|
-
}
|
|
35376
|
-
.E_c167wnad .anticon {
|
|
35377
|
-
cursor: pointer;
|
|
35378
|
-
}
|
|
35379
|
-
.E_c167wnad .anticon:hover {
|
|
35380
|
-
color: #0096ff;
|
|
35381
|
-
}
|
|
35382
|
-
|
|
35383
|
-
.E_cxhf7dh {
|
|
35384
|
-
text-align: center;
|
|
35385
|
-
}
|
|
35386
|
-
.E_cxhf7dh .dots {
|
|
35387
|
-
display: flex;
|
|
35388
|
-
justify-content: center;
|
|
35389
|
-
}
|
|
35390
|
-
.E_cxhf7dh .dot {
|
|
35391
|
-
display: inline-block;
|
|
35392
|
-
width: 2px;
|
|
35393
|
-
height: 2px;
|
|
35394
|
-
border-radius: 1px;
|
|
35395
|
-
background: #0096ff;
|
|
35396
|
-
}
|
|
35397
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35398
|
-
margin-right: 2px;
|
|
35399
|
-
}
|
|
35400
|
-
.E_cxhf7dh .bar {
|
|
35401
|
-
width: 9px;
|
|
35402
|
-
height: 2px;
|
|
35403
|
-
background: #0096ff;
|
|
35404
|
-
border-radius: 2px;
|
|
35405
|
-
}
|
|
35406
|
-
|
|
35407
|
-
span.E_tqjc4ui {
|
|
35408
|
-
margin: 0 2px;
|
|
35409
|
-
}
|
|
35410
|
-
|
|
35411
|
-
.E_gmyahx3 {
|
|
35412
|
-
cursor: pointer;
|
|
35413
|
-
}
|
|
35414
|
-
.E_gmyahx3 .link-text {
|
|
35415
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35416
|
-
}
|
|
35417
|
-
.E_gmyahx3:hover .link-text {
|
|
35418
|
-
color: #0080ff;
|
|
35419
|
-
}
|
|
35420
|
-
|
|
35421
|
-
.E_ou7iq30 {
|
|
35422
|
-
overflow: hidden;
|
|
35423
|
-
text-overflow: ellipsis;
|
|
35424
|
-
}
|
|
35425
|
-
|
|
35426
|
-
.E_s1tui002 {
|
|
35427
|
-
white-space: nowrap;
|
|
35428
|
-
}
|
|
35429
|
-
|
|
35430
|
-
.E_mxrc2zg {
|
|
35431
|
-
display: -webkit-box;
|
|
35432
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35433
|
-
-webkit-box-orient: vertical;
|
|
35434
|
-
word-break: break-all;
|
|
35435
|
-
}
|
|
35436
|
-
|
|
35437
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35438
|
-
display: none;
|
|
35439
|
-
}
|
|
35440
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35441
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35442
|
-
border-radius: 4px;
|
|
35443
|
-
}
|
|
35444
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35445
|
-
visibility: hidden;
|
|
35446
|
-
}
|
|
35447
|
-
|
|
35448
|
-
.E_n12mqh7z {
|
|
35449
|
-
display: flex;
|
|
35450
|
-
align-items: center;
|
|
35451
|
-
font-size: 12px;
|
|
35452
|
-
line-height: 18px;
|
|
35453
|
-
}
|
|
35454
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35455
|
-
margin-bottom: 4px;
|
|
35456
|
-
}
|
|
35457
|
-
|
|
35458
|
-
.E_tf5bynu {
|
|
35459
|
-
margin: 0 3px;
|
|
35460
|
-
}
|
|
35461
|
-
|
|
35462
|
-
.E_tcckoz1 {
|
|
35463
|
-
max-height: 400px;
|
|
35464
|
-
overflow: auto;
|
|
35465
|
-
}
|
|
35466
|
-
|
|
35467
|
-
.E_t1sqg15u {
|
|
35468
|
-
background: white;
|
|
35469
|
-
}
|
|
35470
|
-
.E_t1sqg15u.inline .table-row {
|
|
35471
|
-
flex-direction: column;
|
|
35472
|
-
}
|
|
35473
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35474
|
-
padding: 0 16px 7px 0;
|
|
35475
|
-
}
|
|
35476
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35477
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35478
|
-
}
|
|
35479
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35480
|
-
border-top: none !important;
|
|
35481
|
-
}
|
|
35482
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35483
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35484
|
-
}
|
|
35485
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35486
|
-
padding-bottom: 0;
|
|
35487
|
-
}
|
|
35488
|
-
.E_t1sqg15u.align-right .content {
|
|
35489
|
-
text-align: right;
|
|
35490
|
-
}
|
|
35491
|
-
.E_t1sqg15u .uuid-row {
|
|
35492
|
-
display: flex;
|
|
35493
|
-
justify-content: space-between;
|
|
35412
|
+
padding: 0;
|
|
35413
|
+
margin-bottom: 8px;
|
|
35494
35414
|
}
|
|
35495
|
-
.
|
|
35496
|
-
|
|
35497
|
-
|
|
35498
|
-
|
|
35415
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35416
|
+
background-color: #0096ff;
|
|
35417
|
+
border-color: #0096ff;
|
|
35418
|
+
color: #fff;
|
|
35499
35419
|
}
|
|
35500
35420
|
|
|
35501
|
-
.
|
|
35421
|
+
.E_n12mqh7z {
|
|
35502
35422
|
display: flex;
|
|
35503
|
-
justify-content: space-between;
|
|
35504
35423
|
align-items: center;
|
|
35505
|
-
padding: 8px;
|
|
35506
|
-
min-height: 32px;
|
|
35507
|
-
}
|
|
35508
|
-
.E_t4zczcp .table-title {
|
|
35509
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35510
|
-
font-weight: 600;
|
|
35511
35424
|
font-size: 12px;
|
|
35512
|
-
line-height:
|
|
35425
|
+
line-height: 18px;
|
|
35513
35426
|
}
|
|
35514
|
-
.
|
|
35515
|
-
|
|
35516
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35517
|
-
cursor: pointer;
|
|
35427
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35428
|
+
margin-bottom: 4px;
|
|
35518
35429
|
}
|
|
35519
35430
|
|
|
35520
|
-
.
|
|
35521
|
-
|
|
35522
|
-
line-height: 18px;
|
|
35431
|
+
.E_tf5bynu {
|
|
35432
|
+
margin: 0 3px;
|
|
35523
35433
|
}
|
|
35524
35434
|
|
|
35525
|
-
.
|
|
35526
|
-
|
|
35527
|
-
|
|
35528
|
-
color: #2d3a56;
|
|
35435
|
+
.E_tcckoz1 {
|
|
35436
|
+
max-height: 400px;
|
|
35437
|
+
overflow: auto;
|
|
35529
35438
|
}
|
|
35530
|
-
|
|
35531
|
-
|
|
35439
|
+
|
|
35440
|
+
.E_ou7iq30 {
|
|
35441
|
+
overflow: hidden;
|
|
35442
|
+
text-overflow: ellipsis;
|
|
35532
35443
|
}
|
|
35533
|
-
|
|
35534
|
-
|
|
35444
|
+
|
|
35445
|
+
.E_s1tui002 {
|
|
35446
|
+
white-space: nowrap;
|
|
35535
35447
|
}
|
|
35536
|
-
|
|
35537
|
-
|
|
35538
|
-
|
|
35539
|
-
|
|
35540
|
-
|
|
35448
|
+
|
|
35449
|
+
.E_mxrc2zg {
|
|
35450
|
+
display: -webkit-box;
|
|
35451
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35452
|
+
-webkit-box-orient: vertical;
|
|
35453
|
+
word-break: break-all;
|
|
35541
35454
|
}
|
|
35542
|
-
|
|
35543
|
-
|
|
35544
|
-
|
|
35455
|
+
|
|
35456
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35457
|
+
display: none;
|
|
35545
35458
|
}
|
|
35546
|
-
.
|
|
35547
|
-
|
|
35459
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35460
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35461
|
+
border-radius: 4px;
|
|
35462
|
+
}
|
|
35463
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35464
|
+
visibility: hidden;
|
|
35548
35465
|
}
|
|
35549
35466
|
|
|
35550
|
-
.
|
|
35551
|
-
|
|
35552
|
-
|
|
35553
|
-
|
|
35554
|
-
padding-right: 12px;
|
|
35467
|
+
.E_wg1tsps {
|
|
35468
|
+
display: flex;
|
|
35469
|
+
align-items: center;
|
|
35470
|
+
justify-content: flex-end;
|
|
35555
35471
|
}
|
|
35556
35472
|
|
|
35557
|
-
.
|
|
35473
|
+
.E_b1ctd5xy {
|
|
35558
35474
|
display: flex;
|
|
35559
35475
|
align-items: center;
|
|
35476
|
+
width: calc(100% - 40px);
|
|
35560
35477
|
}
|
|
35561
|
-
.
|
|
35562
|
-
|
|
35478
|
+
.E_b1ctd5xy .chart {
|
|
35479
|
+
display: inline-block;
|
|
35480
|
+
width: 100%;
|
|
35481
|
+
}
|
|
35482
|
+
|
|
35483
|
+
.E_u1p8acpn {
|
|
35484
|
+
min-width: 40px;
|
|
35485
|
+
}
|
|
35486
|
+
.E_u1p8acpn .unit {
|
|
35487
|
+
color: #00122e !important;
|
|
35563
35488
|
}
|
|
35564
35489
|
|
|
35565
35490
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35675,27 +35600,12 @@ span.E_tqjc4ui {
|
|
|
35675
35600
|
text-align: left;
|
|
35676
35601
|
}
|
|
35677
35602
|
|
|
35678
|
-
.
|
|
35679
|
-
display: flex;
|
|
35680
|
-
align-items: center;
|
|
35681
|
-
justify-content: flex-end;
|
|
35682
|
-
}
|
|
35683
|
-
|
|
35684
|
-
.E_b1ctd5xy {
|
|
35603
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35685
35604
|
display: flex;
|
|
35686
35605
|
align-items: center;
|
|
35687
|
-
width: calc(100% - 40px);
|
|
35688
|
-
}
|
|
35689
|
-
.E_b1ctd5xy .chart {
|
|
35690
|
-
display: inline-block;
|
|
35691
|
-
width: 100%;
|
|
35692
35606
|
}
|
|
35693
|
-
|
|
35694
|
-
|
|
35695
|
-
min-width: 40px;
|
|
35696
|
-
}
|
|
35697
|
-
.E_u1p8acpn .unit {
|
|
35698
|
-
color: #00122e !important;
|
|
35607
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35608
|
+
margin-right: 8px;
|
|
35699
35609
|
}
|
|
35700
35610
|
|
|
35701
35611
|
.E_t160l1cm {
|
|
@@ -35826,79 +35736,226 @@ span.E_tqjc4ui {
|
|
|
35826
35736
|
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
35827
35737
|
padding-left: 16px;
|
|
35828
35738
|
}
|
|
35829
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35830
|
-
margin-left: 11px;
|
|
35831
|
-
height: 24px;
|
|
35739
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35740
|
+
margin-left: 11px;
|
|
35741
|
+
height: 24px;
|
|
35742
|
+
}
|
|
35743
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
35744
|
+
padding: 0;
|
|
35745
|
+
}
|
|
35746
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
35747
|
+
padding: 4px 16px;
|
|
35748
|
+
}
|
|
35749
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35750
|
+
padding: 4px 16px;
|
|
35751
|
+
}
|
|
35752
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
35753
|
+
background: #fff;
|
|
35754
|
+
}
|
|
35755
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
35756
|
+
color: #005ed1;
|
|
35757
|
+
}
|
|
35758
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
35759
|
+
background: #fff;
|
|
35760
|
+
color: #1d326c;
|
|
35761
|
+
}
|
|
35762
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35763
|
+
color: rgba(45, 58, 86, 0.6);
|
|
35764
|
+
}
|
|
35765
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35766
|
+
color: #1d326c;
|
|
35767
|
+
}
|
|
35768
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35769
|
+
fill: #d8deeb;
|
|
35770
|
+
}
|
|
35771
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
35772
|
+
fill: #1d326c;
|
|
35773
|
+
}
|
|
35774
|
+
.E_t160l1cm .tab-content {
|
|
35775
|
+
flex: 1;
|
|
35776
|
+
display: flex;
|
|
35777
|
+
flex-direction: column;
|
|
35778
|
+
}
|
|
35779
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
35780
|
+
overflow: visible;
|
|
35781
|
+
}
|
|
35782
|
+
|
|
35783
|
+
.E_t14npdqr {
|
|
35784
|
+
max-width: 240px;
|
|
35785
|
+
animation: none;
|
|
35786
|
+
}
|
|
35787
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35788
|
+
border: 1px solid #0080ff;
|
|
35789
|
+
padding: 0;
|
|
35790
|
+
}
|
|
35791
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35792
|
+
margin: 0;
|
|
35793
|
+
height: 32px;
|
|
35794
|
+
line-height: 32px;
|
|
35795
|
+
font-size: 13px;
|
|
35796
|
+
padding: 0 10px;
|
|
35797
|
+
display: block;
|
|
35798
|
+
overflow: hidden;
|
|
35799
|
+
text-overflow: ellipsis;
|
|
35800
|
+
white-space: nowrap;
|
|
35801
|
+
}
|
|
35802
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35803
|
+
content: " ";
|
|
35804
|
+
height: 1px;
|
|
35805
|
+
width: calc(100% + 10px);
|
|
35806
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35807
|
+
display: block;
|
|
35808
|
+
}
|
|
35809
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35810
|
+
color: #0080ff;
|
|
35811
|
+
background: transparent;
|
|
35812
|
+
}
|
|
35813
|
+
|
|
35814
|
+
.E_u15heuvq.content {
|
|
35815
|
+
cursor: default !important;
|
|
35816
|
+
}
|
|
35817
|
+
.E_u15heuvq.content.link {
|
|
35818
|
+
cursor: pointer !important;
|
|
35819
|
+
}
|
|
35820
|
+
.E_u15heuvq.content.link:hover {
|
|
35821
|
+
color: #0080ff;
|
|
35822
|
+
}
|
|
35823
|
+
.E_u15heuvq.content.black {
|
|
35824
|
+
color: #00122e;
|
|
35825
|
+
}
|
|
35826
|
+
.E_u15heuvq.content.gray {
|
|
35827
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35828
|
+
}
|
|
35829
|
+
|
|
35830
|
+
.E_t1sqg15u {
|
|
35831
|
+
background: white;
|
|
35832
|
+
}
|
|
35833
|
+
.E_t1sqg15u.inline .table-row {
|
|
35834
|
+
flex-direction: column;
|
|
35835
|
+
}
|
|
35836
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35837
|
+
padding: 0 16px 7px 0;
|
|
35838
|
+
}
|
|
35839
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35840
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35841
|
+
}
|
|
35842
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35843
|
+
border-top: none !important;
|
|
35844
|
+
}
|
|
35845
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35846
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35847
|
+
}
|
|
35848
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35849
|
+
padding-bottom: 0;
|
|
35850
|
+
}
|
|
35851
|
+
.E_t1sqg15u.align-right .content {
|
|
35852
|
+
text-align: right;
|
|
35853
|
+
}
|
|
35854
|
+
.E_t1sqg15u .uuid-row {
|
|
35855
|
+
display: flex;
|
|
35856
|
+
justify-content: space-between;
|
|
35857
|
+
}
|
|
35858
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35859
|
+
white-space: nowrap;
|
|
35860
|
+
overflow: hidden;
|
|
35861
|
+
text-overflow: ellipsis;
|
|
35862
|
+
}
|
|
35863
|
+
|
|
35864
|
+
.E_t4zczcp {
|
|
35865
|
+
display: flex;
|
|
35866
|
+
justify-content: space-between;
|
|
35867
|
+
align-items: center;
|
|
35868
|
+
padding: 8px;
|
|
35869
|
+
min-height: 32px;
|
|
35870
|
+
}
|
|
35871
|
+
.E_t4zczcp .table-title {
|
|
35872
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35873
|
+
font-weight: 600;
|
|
35874
|
+
font-size: 12px;
|
|
35875
|
+
line-height: 8px;
|
|
35876
|
+
}
|
|
35877
|
+
.E_t4zczcp .edit-icon {
|
|
35878
|
+
font-size: 16px;
|
|
35879
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35880
|
+
cursor: pointer;
|
|
35881
|
+
}
|
|
35882
|
+
|
|
35883
|
+
.E_t1s7goww {
|
|
35884
|
+
font-size: 12px;
|
|
35885
|
+
line-height: 18px;
|
|
35832
35886
|
}
|
|
35833
|
-
|
|
35834
|
-
|
|
35887
|
+
|
|
35888
|
+
.E_t93e4cf {
|
|
35889
|
+
display: flex;
|
|
35890
|
+
padding: 8px 0;
|
|
35891
|
+
color: #2d3a56;
|
|
35835
35892
|
}
|
|
35836
|
-
.
|
|
35837
|
-
|
|
35893
|
+
.E_t93e4cf .hidden {
|
|
35894
|
+
display: none;
|
|
35838
35895
|
}
|
|
35839
|
-
.
|
|
35840
|
-
|
|
35896
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35897
|
+
height: auto;
|
|
35841
35898
|
}
|
|
35842
|
-
.
|
|
35843
|
-
|
|
35899
|
+
.E_t93e4cf .content {
|
|
35900
|
+
overflow: hidden;
|
|
35901
|
+
overflow-x: auto;
|
|
35902
|
+
width: 100%;
|
|
35903
|
+
white-space: pre-wrap;
|
|
35844
35904
|
}
|
|
35845
|
-
.
|
|
35846
|
-
|
|
35905
|
+
.E_t93e4cf .content .ant-btn {
|
|
35906
|
+
white-space: pre-wrap;
|
|
35907
|
+
text-align: left;
|
|
35847
35908
|
}
|
|
35848
|
-
.
|
|
35849
|
-
|
|
35850
|
-
color: #1d326c;
|
|
35909
|
+
.E_t93e4cf .content .unit-chart {
|
|
35910
|
+
justify-content: flex-start;
|
|
35851
35911
|
}
|
|
35852
|
-
|
|
35853
|
-
|
|
35912
|
+
|
|
35913
|
+
.E_rhz2uv5 {
|
|
35914
|
+
width: var(--rhz2uv5-0);
|
|
35915
|
+
flex-shrink: 0;
|
|
35916
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35917
|
+
padding-right: 12px;
|
|
35854
35918
|
}
|
|
35855
|
-
|
|
35856
|
-
|
|
35919
|
+
|
|
35920
|
+
.E_i5w779o {
|
|
35921
|
+
padding: 8px 0;
|
|
35857
35922
|
}
|
|
35858
|
-
.
|
|
35859
|
-
|
|
35923
|
+
.E_i5w779o .col-label {
|
|
35924
|
+
flex-shrink: unset;
|
|
35860
35925
|
}
|
|
35861
|
-
.
|
|
35862
|
-
|
|
35926
|
+
.E_i5w779o .col-label * {
|
|
35927
|
+
line-height: 18px;
|
|
35863
35928
|
}
|
|
35864
|
-
.
|
|
35865
|
-
flex: 1;
|
|
35929
|
+
.E_i5w779o .col-content {
|
|
35930
|
+
flex: 1 1 0;
|
|
35866
35931
|
display: flex;
|
|
35867
|
-
|
|
35932
|
+
align-items: center;
|
|
35868
35933
|
}
|
|
35869
|
-
.
|
|
35870
|
-
|
|
35934
|
+
.E_i5w779o .col-content * {
|
|
35935
|
+
line-height: 18px;
|
|
35871
35936
|
}
|
|
35872
35937
|
|
|
35873
|
-
.
|
|
35874
|
-
|
|
35875
|
-
animation: none;
|
|
35876
|
-
}
|
|
35877
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35878
|
-
border: 1px solid #0080ff;
|
|
35879
|
-
padding: 0;
|
|
35938
|
+
.E_l18dja44 {
|
|
35939
|
+
padding: 6px 0;
|
|
35880
35940
|
}
|
|
35881
|
-
.
|
|
35882
|
-
margin: 0;
|
|
35883
|
-
height: 32px;
|
|
35884
|
-
line-height: 32px;
|
|
35941
|
+
.E_l18dja44 .col-label * {
|
|
35885
35942
|
font-size: 13px;
|
|
35886
|
-
|
|
35887
|
-
display: block;
|
|
35888
|
-
overflow: hidden;
|
|
35889
|
-
text-overflow: ellipsis;
|
|
35890
|
-
white-space: nowrap;
|
|
35943
|
+
line-height: 20px;
|
|
35891
35944
|
}
|
|
35892
|
-
.
|
|
35893
|
-
|
|
35894
|
-
height:
|
|
35895
|
-
width: calc(100% + 10px);
|
|
35896
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35897
|
-
display: block;
|
|
35945
|
+
.E_l18dja44 .col-content * {
|
|
35946
|
+
font-size: 14px;
|
|
35947
|
+
line-height: 20px;
|
|
35898
35948
|
}
|
|
35899
|
-
|
|
35900
|
-
|
|
35901
|
-
|
|
35949
|
+
|
|
35950
|
+
.E_c8c2hys {
|
|
35951
|
+
display: flex;
|
|
35952
|
+
justify-content: space-between;
|
|
35953
|
+
flex: 1;
|
|
35954
|
+
min-width: 0;
|
|
35955
|
+
}
|
|
35956
|
+
|
|
35957
|
+
.E_n4m6c4d {
|
|
35958
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35902
35959
|
}
|
|
35903
35960
|
|
|
35904
35961
|
.E_cyms3br {
|
|
@@ -35954,53 +36011,6 @@ span.E_tqjc4ui {
|
|
|
35954
36011
|
justify-content: center;
|
|
35955
36012
|
}
|
|
35956
36013
|
|
|
35957
|
-
.E_h1ol2wl7 {
|
|
35958
|
-
font-weight: bold;
|
|
35959
|
-
background-color: unset;
|
|
35960
|
-
padding: unset;
|
|
35961
|
-
}
|
|
35962
|
-
|
|
35963
|
-
.E_i5w779o {
|
|
35964
|
-
padding: 8px 0;
|
|
35965
|
-
}
|
|
35966
|
-
.E_i5w779o .col-label {
|
|
35967
|
-
flex-shrink: unset;
|
|
35968
|
-
}
|
|
35969
|
-
.E_i5w779o .col-label * {
|
|
35970
|
-
line-height: 18px;
|
|
35971
|
-
}
|
|
35972
|
-
.E_i5w779o .col-content {
|
|
35973
|
-
flex: 1 1 0;
|
|
35974
|
-
display: flex;
|
|
35975
|
-
align-items: center;
|
|
35976
|
-
}
|
|
35977
|
-
.E_i5w779o .col-content * {
|
|
35978
|
-
line-height: 18px;
|
|
35979
|
-
}
|
|
35980
|
-
|
|
35981
|
-
.E_l18dja44 {
|
|
35982
|
-
padding: 6px 0;
|
|
35983
|
-
}
|
|
35984
|
-
.E_l18dja44 .col-label * {
|
|
35985
|
-
font-size: 13px;
|
|
35986
|
-
line-height: 20px;
|
|
35987
|
-
}
|
|
35988
|
-
.E_l18dja44 .col-content * {
|
|
35989
|
-
font-size: 14px;
|
|
35990
|
-
line-height: 20px;
|
|
35991
|
-
}
|
|
35992
|
-
|
|
35993
|
-
.E_c8c2hys {
|
|
35994
|
-
display: flex;
|
|
35995
|
-
justify-content: space-between;
|
|
35996
|
-
flex: 1;
|
|
35997
|
-
min-width: 0;
|
|
35998
|
-
}
|
|
35999
|
-
|
|
36000
|
-
.E_n4m6c4d {
|
|
36001
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36002
|
-
}
|
|
36003
|
-
|
|
36004
36014
|
.E_kr6am0s .ant-modal-body {
|
|
36005
36015
|
padding: 60px 128px;
|
|
36006
36016
|
}
|
|
@@ -36064,13 +36074,54 @@ span.E_tqjc4ui {
|
|
|
36064
36074
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36065
36075
|
}
|
|
36066
36076
|
|
|
36067
|
-
.
|
|
36068
|
-
|
|
36077
|
+
.E_h1ol2wl7 {
|
|
36078
|
+
font-weight: bold;
|
|
36079
|
+
background-color: unset;
|
|
36080
|
+
padding: unset;
|
|
36069
36081
|
}
|
|
36070
36082
|
|
|
36071
|
-
.
|
|
36072
|
-
|
|
36083
|
+
.E_c14ouk5o {
|
|
36084
|
+
width: 100%;
|
|
36085
|
+
height: 100%;
|
|
36086
|
+
display: flex;
|
|
36087
|
+
font-size: 12px;
|
|
36088
|
+
line-height: 18px;
|
|
36089
|
+
padding: 8px 0;
|
|
36090
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36091
|
+
}
|
|
36092
|
+
.E_c14ouk5o:last-of-type {
|
|
36093
|
+
box-shadow: none;
|
|
36094
|
+
padding-bottom: 0;
|
|
36095
|
+
}
|
|
36096
|
+
.E_c14ouk5o.collapsed {
|
|
36097
|
+
flex-direction: column;
|
|
36098
|
+
}
|
|
36099
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36100
|
+
display: flex;
|
|
36101
|
+
}
|
|
36102
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36103
|
+
flex: 1;
|
|
36104
|
+
display: flex;
|
|
36105
|
+
justify-content: space-between;
|
|
36106
|
+
}
|
|
36107
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36108
|
+
height: auto;
|
|
36109
|
+
}
|
|
36110
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36111
|
+
margin-left: 162px;
|
|
36112
|
+
}
|
|
36113
|
+
.E_c14ouk5o .col-label {
|
|
36114
|
+
width: 216px;
|
|
36073
36115
|
color: rgba(44, 56, 82, 0.6);
|
|
36116
|
+
margin-right: 12px;
|
|
36117
|
+
flex-shrink: 0;
|
|
36118
|
+
}
|
|
36119
|
+
.E_c14ouk5o .col-content {
|
|
36120
|
+
color: #2d3a56;
|
|
36121
|
+
/* make btn link in info row have the same height as normal text */
|
|
36122
|
+
}
|
|
36123
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36124
|
+
height: auto;
|
|
36074
36125
|
}
|
|
36075
36126
|
|
|
36076
36127
|
.E_l12xdkhl {
|
|
@@ -36130,59 +36181,28 @@ span.E_tqjc4ui {
|
|
|
36130
36181
|
margin-bottom: 4px;
|
|
36131
36182
|
}
|
|
36132
36183
|
|
|
36133
|
-
.
|
|
36184
|
+
.E_p1qmhanr {
|
|
36185
|
+
margin-bottom: 8px;
|
|
36186
|
+
}
|
|
36187
|
+
|
|
36188
|
+
.E_srje1h0 {
|
|
36134
36189
|
color: rgba(44, 56, 82, 0.6);
|
|
36135
36190
|
margin-bottom: 8px;
|
|
36136
36191
|
}
|
|
36137
36192
|
|
|
36138
|
-
.
|
|
36193
|
+
.E_di3zi7v {
|
|
36139
36194
|
height: 1px;
|
|
36140
36195
|
background: #e4e9f2;
|
|
36141
36196
|
margin: 16px 0;
|
|
36142
36197
|
}
|
|
36143
36198
|
|
|
36144
|
-
.
|
|
36145
|
-
|
|
36146
|
-
height: 100%;
|
|
36147
|
-
display: flex;
|
|
36148
|
-
font-size: 12px;
|
|
36149
|
-
line-height: 18px;
|
|
36150
|
-
padding: 8px 0;
|
|
36151
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36152
|
-
}
|
|
36153
|
-
.E_c14ouk5o:last-of-type {
|
|
36154
|
-
box-shadow: none;
|
|
36155
|
-
padding-bottom: 0;
|
|
36156
|
-
}
|
|
36157
|
-
.E_c14ouk5o.collapsed {
|
|
36158
|
-
flex-direction: column;
|
|
36159
|
-
}
|
|
36160
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36161
|
-
display: flex;
|
|
36162
|
-
}
|
|
36163
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36164
|
-
flex: 1;
|
|
36165
|
-
display: flex;
|
|
36166
|
-
justify-content: space-between;
|
|
36167
|
-
}
|
|
36168
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36169
|
-
height: auto;
|
|
36170
|
-
}
|
|
36171
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36172
|
-
margin-left: 162px;
|
|
36199
|
+
.E_cevhqx7 {
|
|
36200
|
+
color: #00122e;
|
|
36173
36201
|
}
|
|
36174
|
-
|
|
36175
|
-
|
|
36202
|
+
|
|
36203
|
+
.E_snbqlt4 {
|
|
36204
|
+
margin-top: 8px;
|
|
36176
36205
|
color: rgba(44, 56, 82, 0.6);
|
|
36177
|
-
margin-right: 12px;
|
|
36178
|
-
flex-shrink: 0;
|
|
36179
|
-
}
|
|
36180
|
-
.E_c14ouk5o .col-content {
|
|
36181
|
-
color: #2d3a56;
|
|
36182
|
-
/* make btn link in info row have the same height as normal text */
|
|
36183
|
-
}
|
|
36184
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36185
|
-
height: auto;
|
|
36186
36206
|
}
|
|
36187
36207
|
|
|
36188
36208
|
.E_c1kchka8 {
|