@cloudtower/eagle 0.35.6 → 0.35.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Duration/index.js +78 -0
- package/dist/cjs/core/index.js +15 -12
- package/dist/cjs/hooks/useFormatDuration.js +35 -0
- package/dist/cjs/index.js +247 -245
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/formatDuration.js +67 -0
- package/dist/components.css +1506 -1506
- package/dist/esm/core/Duration/index.js +72 -0
- package/dist/esm/core/index.js +4 -2
- package/dist/esm/hooks/useFormatDuration.js +33 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/formatDuration.js +65 -0
- package/dist/linaria.merged.scss +1897 -1897
- package/dist/src/core/Duration/duration.type.d.ts +42 -0
- package/dist/src/core/Duration/index.d.ts +4 -0
- package/dist/src/core/index.d.ts +4 -0
- package/dist/src/coreX/Copy/CopyButton.d.ts +5 -0
- package/dist/src/coreX/Copy/CopyButton.type.d.ts +8 -0
- package/dist/src/coreX/Copy/CopyTooltip.d.ts +5 -0
- package/dist/src/coreX/Copy/CopyTooltip.typs.d.ts +16 -0
- package/dist/src/coreX/Copy/index.d.ts +2 -0
- package/dist/src/coreX/index.d.ts +1 -0
- package/dist/src/hooks/__tests__/useFormatDuration.test.d.ts +1 -0
- package/dist/src/hooks/index.d.ts +1 -0
- package/dist/src/hooks/useFormatDuration.d.ts +31 -0
- package/dist/src/utils/__test__/formatDuration.spec.d.ts +1 -0
- package/dist/src/utils/formatDuration.d.ts +28 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/stories/docs/core/Duration.stories.d.ts +88 -0
- package/dist/stories/docs/coreX/Copy/CopyButton.stories.d.ts +66 -0
- package/dist/stories/docs/coreX/Copy/CopyTooltip.stories.d.ts +66 -0
- package/dist/style.css +1506 -1506
- package/package.json +6 -4
package/dist/style.css
CHANGED
|
@@ -29986,35 +29986,6 @@ body {
|
|
|
29986
29986
|
justify-content: center;
|
|
29987
29987
|
}
|
|
29988
29988
|
|
|
29989
|
-
.E_b1nip9bk {
|
|
29990
|
-
padding: 4px 11px;
|
|
29991
|
-
}
|
|
29992
|
-
|
|
29993
|
-
.E_bqamoqe {
|
|
29994
|
-
white-space: nowrap;
|
|
29995
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29996
|
-
}
|
|
29997
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29998
|
-
--color: #0080ff;
|
|
29999
|
-
}
|
|
30000
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30001
|
-
--color: #0080ff;
|
|
30002
|
-
}
|
|
30003
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30004
|
-
margin-left: 1px;
|
|
30005
|
-
}
|
|
30006
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30007
|
-
border-top-right-radius: 0;
|
|
30008
|
-
border-bottom-right-radius: 0;
|
|
30009
|
-
}
|
|
30010
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30011
|
-
border-top-left-radius: 0;
|
|
30012
|
-
border-bottom-left-radius: 0;
|
|
30013
|
-
}
|
|
30014
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30015
|
-
border-radius: unset;
|
|
30016
|
-
}
|
|
30017
|
-
|
|
30018
29989
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30019
29990
|
padding: 4px 8px 0 8px;
|
|
30020
29991
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30133,6 +30104,35 @@ body {
|
|
|
30133
30104
|
width: 102px;
|
|
30134
30105
|
}
|
|
30135
30106
|
|
|
30107
|
+
.E_b1nip9bk {
|
|
30108
|
+
padding: 4px 11px;
|
|
30109
|
+
}
|
|
30110
|
+
|
|
30111
|
+
.E_bqamoqe {
|
|
30112
|
+
white-space: nowrap;
|
|
30113
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30114
|
+
}
|
|
30115
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30116
|
+
--color: #0080ff;
|
|
30117
|
+
}
|
|
30118
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30119
|
+
--color: #0080ff;
|
|
30120
|
+
}
|
|
30121
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30122
|
+
margin-left: 1px;
|
|
30123
|
+
}
|
|
30124
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30125
|
+
border-top-right-radius: 0;
|
|
30126
|
+
border-bottom-right-radius: 0;
|
|
30127
|
+
}
|
|
30128
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30129
|
+
border-top-left-radius: 0;
|
|
30130
|
+
border-bottom-left-radius: 0;
|
|
30131
|
+
}
|
|
30132
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30133
|
+
border-radius: unset;
|
|
30134
|
+
}
|
|
30135
|
+
|
|
30136
30136
|
.E_fzh9mnb {
|
|
30137
30137
|
width: 100%;
|
|
30138
30138
|
height: 100%;
|
|
@@ -30200,42 +30200,6 @@ body {
|
|
|
30200
30200
|
animation: rotate 680ms linear infinite;
|
|
30201
30201
|
}
|
|
30202
30202
|
|
|
30203
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30204
|
-
margin-left: 8px;
|
|
30205
|
-
}
|
|
30206
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30207
|
-
padding: 2px 7px 2px 12px;
|
|
30208
|
-
}
|
|
30209
|
-
|
|
30210
|
-
.E_i1inqkme {
|
|
30211
|
-
height: 18px;
|
|
30212
|
-
line-height: 18px;
|
|
30213
|
-
padding: 0 4px;
|
|
30214
|
-
border-radius: 4px;
|
|
30215
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30216
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30217
|
-
display: flex;
|
|
30218
|
-
align-items: center;
|
|
30219
|
-
white-space: nowrap;
|
|
30220
|
-
margin-right: 4px;
|
|
30221
|
-
}
|
|
30222
|
-
|
|
30223
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30224
|
-
display: flex;
|
|
30225
|
-
}
|
|
30226
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30227
|
-
border-bottom-left-radius: 5px;
|
|
30228
|
-
border-top-left-radius: 5px;
|
|
30229
|
-
}
|
|
30230
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30231
|
-
border-bottom-right-radius: 5px;
|
|
30232
|
-
border-top-right-radius: 5px;
|
|
30233
|
-
}
|
|
30234
|
-
|
|
30235
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30236
|
-
line-height: 18px;
|
|
30237
|
-
}
|
|
30238
|
-
|
|
30239
30203
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30240
30204
|
display: var(--a1wfy30z-0);
|
|
30241
30205
|
}
|
|
@@ -30267,6 +30231,42 @@ body {
|
|
|
30267
30231
|
font-size: inherit;
|
|
30268
30232
|
}
|
|
30269
30233
|
|
|
30234
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30235
|
+
margin-left: 8px;
|
|
30236
|
+
}
|
|
30237
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30238
|
+
padding: 2px 7px 2px 12px;
|
|
30239
|
+
}
|
|
30240
|
+
|
|
30241
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30242
|
+
display: flex;
|
|
30243
|
+
}
|
|
30244
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30245
|
+
border-bottom-left-radius: 5px;
|
|
30246
|
+
border-top-left-radius: 5px;
|
|
30247
|
+
}
|
|
30248
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30249
|
+
border-bottom-right-radius: 5px;
|
|
30250
|
+
border-top-right-radius: 5px;
|
|
30251
|
+
}
|
|
30252
|
+
|
|
30253
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30254
|
+
line-height: 18px;
|
|
30255
|
+
}
|
|
30256
|
+
|
|
30257
|
+
.E_i1inqkme {
|
|
30258
|
+
height: 18px;
|
|
30259
|
+
line-height: 18px;
|
|
30260
|
+
padding: 0 4px;
|
|
30261
|
+
border-radius: 4px;
|
|
30262
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30263
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30264
|
+
display: flex;
|
|
30265
|
+
align-items: center;
|
|
30266
|
+
white-space: nowrap;
|
|
30267
|
+
margin-right: 4px;
|
|
30268
|
+
}
|
|
30269
|
+
|
|
30270
30270
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30271
30271
|
display: var(--ai7qkf2-0);
|
|
30272
30272
|
}
|
|
@@ -30327,6 +30327,16 @@ body {
|
|
|
30327
30327
|
padding: 2px 8px;
|
|
30328
30328
|
}
|
|
30329
30329
|
|
|
30330
|
+
.E_ivqqkzv {
|
|
30331
|
+
height: 24px;
|
|
30332
|
+
width: 56px !important;
|
|
30333
|
+
margin-right: 4px;
|
|
30334
|
+
}
|
|
30335
|
+
|
|
30336
|
+
.E_c1wk4q29 {
|
|
30337
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30338
|
+
}
|
|
30339
|
+
|
|
30330
30340
|
.E_owd0kml {
|
|
30331
30341
|
display: inline-block;
|
|
30332
30342
|
}
|
|
@@ -30336,6 +30346,63 @@ body {
|
|
|
30336
30346
|
position: absolute;
|
|
30337
30347
|
}
|
|
30338
30348
|
|
|
30349
|
+
.E_phljevk {
|
|
30350
|
+
display: flex;
|
|
30351
|
+
justify-content: space-between;
|
|
30352
|
+
align-items: center;
|
|
30353
|
+
padding: 10px 0;
|
|
30354
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30355
|
+
font-size: 12px;
|
|
30356
|
+
line-height: 24px;
|
|
30357
|
+
}
|
|
30358
|
+
.E_phljevk .pagination-left {
|
|
30359
|
+
padding: 2px 8px;
|
|
30360
|
+
}
|
|
30361
|
+
.E_phljevk .dropdown-trigger {
|
|
30362
|
+
display: flex;
|
|
30363
|
+
align-items: center;
|
|
30364
|
+
border-radius: 6px;
|
|
30365
|
+
cursor: pointer;
|
|
30366
|
+
transition: all 0.3s ease;
|
|
30367
|
+
}
|
|
30368
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30369
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30370
|
+
color: #0080ff;
|
|
30371
|
+
}
|
|
30372
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30373
|
+
margin-left: 4px;
|
|
30374
|
+
}
|
|
30375
|
+
.E_phljevk .pagination-right {
|
|
30376
|
+
display: flex;
|
|
30377
|
+
align-items: center;
|
|
30378
|
+
color: #0080ff;
|
|
30379
|
+
font-weight: bold;
|
|
30380
|
+
}
|
|
30381
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30382
|
+
margin-left: 4px;
|
|
30383
|
+
}
|
|
30384
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30385
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30386
|
+
padding: 0 8px;
|
|
30387
|
+
}
|
|
30388
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30389
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30390
|
+
color: #0080ff;
|
|
30391
|
+
}
|
|
30392
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30393
|
+
transform: rotate(180deg);
|
|
30394
|
+
}
|
|
30395
|
+
|
|
30396
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30397
|
+
max-height: calc(100vh - 128px);
|
|
30398
|
+
overflow-y: auto;
|
|
30399
|
+
}
|
|
30400
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30401
|
+
padding: 4px 20px;
|
|
30402
|
+
font-size: 12px;
|
|
30403
|
+
line-height: 18px;
|
|
30404
|
+
}
|
|
30405
|
+
|
|
30339
30406
|
.E_rapgekc.ant-radio-wrapper {
|
|
30340
30407
|
display: inline-flex;
|
|
30341
30408
|
align-items: baseline;
|
|
@@ -30482,83 +30549,42 @@ body {
|
|
|
30482
30549
|
width: 36px;
|
|
30483
30550
|
}
|
|
30484
30551
|
|
|
30485
|
-
.
|
|
30486
|
-
|
|
30487
|
-
|
|
30488
|
-
|
|
30552
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30553
|
+
margin-right: 8px;
|
|
30554
|
+
}
|
|
30555
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30556
|
+
margin-left: 8px;
|
|
30489
30557
|
}
|
|
30490
30558
|
|
|
30491
|
-
.
|
|
30492
|
-
color:
|
|
30559
|
+
.E_cc368xp {
|
|
30560
|
+
color: #00122e;
|
|
30561
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30562
|
+
margin-right: 8px;
|
|
30563
|
+
padding-right: 8px;
|
|
30493
30564
|
}
|
|
30494
30565
|
|
|
30495
|
-
.
|
|
30566
|
+
.E_i11o6xqj {
|
|
30496
30567
|
display: flex;
|
|
30497
|
-
|
|
30498
|
-
align-items: center;
|
|
30499
|
-
padding: 10px 0;
|
|
30500
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30501
|
-
font-size: 12px;
|
|
30502
|
-
line-height: 24px;
|
|
30503
|
-
}
|
|
30504
|
-
.E_phljevk .pagination-left {
|
|
30505
|
-
padding: 2px 8px;
|
|
30568
|
+
gap: 4px;
|
|
30506
30569
|
}
|
|
30507
|
-
.
|
|
30508
|
-
display: flex;
|
|
30509
|
-
align-items: center;
|
|
30510
|
-
border-radius: 6px;
|
|
30570
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30511
30571
|
cursor: pointer;
|
|
30512
|
-
transition: all 0.3s ease;
|
|
30513
|
-
}
|
|
30514
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30515
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30516
|
-
color: #0080ff;
|
|
30517
30572
|
}
|
|
30518
|
-
|
|
30519
|
-
|
|
30573
|
+
|
|
30574
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30575
|
+
cursor: not-allowed;
|
|
30520
30576
|
}
|
|
30521
|
-
|
|
30577
|
+
|
|
30578
|
+
.E_c1bus5hc {
|
|
30579
|
+
--color: white;
|
|
30580
|
+
height: 14px;
|
|
30581
|
+
width: 14px;
|
|
30582
|
+
border-radius: 50%;
|
|
30583
|
+
flex-shrink: 0;
|
|
30522
30584
|
display: flex;
|
|
30523
30585
|
align-items: center;
|
|
30524
|
-
|
|
30525
|
-
|
|
30526
|
-
}
|
|
30527
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30528
|
-
margin-left: 4px;
|
|
30529
|
-
}
|
|
30530
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30531
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30532
|
-
padding: 0 8px;
|
|
30533
|
-
}
|
|
30534
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30535
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30536
|
-
color: #0080ff;
|
|
30537
|
-
}
|
|
30538
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30539
|
-
transform: rotate(180deg);
|
|
30540
|
-
}
|
|
30541
|
-
|
|
30542
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30543
|
-
max-height: calc(100vh - 128px);
|
|
30544
|
-
overflow-y: auto;
|
|
30545
|
-
}
|
|
30546
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30547
|
-
padding: 4px 20px;
|
|
30548
|
-
font-size: 12px;
|
|
30549
|
-
line-height: 18px;
|
|
30550
|
-
}
|
|
30551
|
-
|
|
30552
|
-
.E_c1bus5hc {
|
|
30553
|
-
--color: white;
|
|
30554
|
-
height: 14px;
|
|
30555
|
-
width: 14px;
|
|
30556
|
-
border-radius: 50%;
|
|
30557
|
-
flex-shrink: 0;
|
|
30558
|
-
display: flex;
|
|
30559
|
-
align-items: center;
|
|
30560
|
-
justify-content: center;
|
|
30561
|
-
border: 1px solid var(--color);
|
|
30586
|
+
justify-content: center;
|
|
30587
|
+
border: 1px solid var(--color);
|
|
30562
30588
|
}
|
|
30563
30589
|
.E_c1bus5hc .circle-inner {
|
|
30564
30590
|
position: relative;
|
|
@@ -30589,87 +30615,6 @@ body {
|
|
|
30589
30615
|
transform: rotate(0deg);
|
|
30590
30616
|
}
|
|
30591
30617
|
|
|
30592
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30593
|
-
margin-right: 8px;
|
|
30594
|
-
}
|
|
30595
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30596
|
-
margin-left: 8px;
|
|
30597
|
-
}
|
|
30598
|
-
|
|
30599
|
-
.E_cc368xp {
|
|
30600
|
-
color: #00122e;
|
|
30601
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30602
|
-
margin-right: 8px;
|
|
30603
|
-
padding-right: 8px;
|
|
30604
|
-
}
|
|
30605
|
-
|
|
30606
|
-
.E_i11o6xqj {
|
|
30607
|
-
display: flex;
|
|
30608
|
-
gap: 4px;
|
|
30609
|
-
}
|
|
30610
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30611
|
-
cursor: pointer;
|
|
30612
|
-
}
|
|
30613
|
-
|
|
30614
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30615
|
-
cursor: not-allowed;
|
|
30616
|
-
}
|
|
30617
|
-
|
|
30618
|
-
.E_s1dizucg.ant-switch {
|
|
30619
|
-
min-width: 40px;
|
|
30620
|
-
height: 24px;
|
|
30621
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30622
|
-
overflow: hidden;
|
|
30623
|
-
}
|
|
30624
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30625
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30626
|
-
}
|
|
30627
|
-
.E_s1dizucg.ant-switch-small {
|
|
30628
|
-
min-width: 26px;
|
|
30629
|
-
height: 16px;
|
|
30630
|
-
}
|
|
30631
|
-
.E_s1dizucg.ant-switch-large {
|
|
30632
|
-
min-width: 52px;
|
|
30633
|
-
height: 32px;
|
|
30634
|
-
}
|
|
30635
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30636
|
-
height: 20px;
|
|
30637
|
-
width: 20px;
|
|
30638
|
-
}
|
|
30639
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30640
|
-
border-radius: 10px;
|
|
30641
|
-
transition-delay: 120ms;
|
|
30642
|
-
}
|
|
30643
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30644
|
-
height: 14px;
|
|
30645
|
-
width: 14px;
|
|
30646
|
-
top: 1px;
|
|
30647
|
-
left: 1px;
|
|
30648
|
-
}
|
|
30649
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30650
|
-
height: 28px;
|
|
30651
|
-
width: 28px;
|
|
30652
|
-
}
|
|
30653
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30654
|
-
border-radius: 14px;
|
|
30655
|
-
}
|
|
30656
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30657
|
-
background-color: #00ba5d;
|
|
30658
|
-
}
|
|
30659
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30660
|
-
left: calc(100% - 20px - 2px);
|
|
30661
|
-
}
|
|
30662
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30663
|
-
left: calc(100% - 14px - 1px);
|
|
30664
|
-
}
|
|
30665
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30666
|
-
left: calc(100% - 28px - 2px);
|
|
30667
|
-
}
|
|
30668
|
-
|
|
30669
|
-
.E_c1up6e3y {
|
|
30670
|
-
margin-left: 5px;
|
|
30671
|
-
}
|
|
30672
|
-
|
|
30673
30618
|
.E_cnujxq2 {
|
|
30674
30619
|
display: flex;
|
|
30675
30620
|
flex-direction: column;
|
|
@@ -31360,57 +31305,63 @@ input.E_rf8rlle.ant-input {
|
|
|
31360
31305
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31361
31306
|
}
|
|
31362
31307
|
|
|
31363
|
-
.
|
|
31364
|
-
|
|
31365
|
-
align-items: center;
|
|
31366
|
-
justify-content: center;
|
|
31367
|
-
color: #fff;
|
|
31368
|
-
font-weight: bold;
|
|
31369
|
-
font-size: 12px;
|
|
31370
|
-
width: 24px;
|
|
31308
|
+
.E_s1dizucg.ant-switch {
|
|
31309
|
+
min-width: 40px;
|
|
31371
31310
|
height: 24px;
|
|
31372
|
-
|
|
31373
|
-
|
|
31311
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31312
|
+
overflow: hidden;
|
|
31374
31313
|
}
|
|
31375
|
-
.
|
|
31376
|
-
|
|
31377
|
-
cursor: pointer;
|
|
31378
|
-
width: 56px;
|
|
31379
|
-
height: 40px;
|
|
31380
|
-
display: inline-flex;
|
|
31381
|
-
align-items: center;
|
|
31382
|
-
justify-content: center;
|
|
31383
|
-
border-radius: 6px;
|
|
31314
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31315
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31384
31316
|
}
|
|
31385
|
-
.
|
|
31386
|
-
|
|
31317
|
+
.E_s1dizucg.ant-switch-small {
|
|
31318
|
+
min-width: 26px;
|
|
31319
|
+
height: 16px;
|
|
31387
31320
|
}
|
|
31388
|
-
.
|
|
31389
|
-
|
|
31390
|
-
|
|
31321
|
+
.E_s1dizucg.ant-switch-large {
|
|
31322
|
+
min-width: 52px;
|
|
31323
|
+
height: 32px;
|
|
31391
31324
|
}
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
|
|
31325
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31326
|
+
height: 20px;
|
|
31327
|
+
width: 20px;
|
|
31395
31328
|
}
|
|
31396
|
-
|
|
31397
|
-
|
|
31398
|
-
|
|
31329
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31330
|
+
border-radius: 10px;
|
|
31331
|
+
transition-delay: 120ms;
|
|
31399
31332
|
}
|
|
31400
|
-
|
|
31401
|
-
|
|
31402
|
-
|
|
31333
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31334
|
+
height: 14px;
|
|
31335
|
+
width: 14px;
|
|
31336
|
+
top: 1px;
|
|
31337
|
+
left: 1px;
|
|
31403
31338
|
}
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31339
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31340
|
+
height: 28px;
|
|
31341
|
+
width: 28px;
|
|
31407
31342
|
}
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31410
|
-
border-radius: 4px;
|
|
31343
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31344
|
+
border-radius: 14px;
|
|
31411
31345
|
}
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31346
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31347
|
+
background-color: #00ba5d;
|
|
31348
|
+
}
|
|
31349
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31350
|
+
left: calc(100% - 20px - 2px);
|
|
31351
|
+
}
|
|
31352
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31353
|
+
left: calc(100% - 14px - 1px);
|
|
31354
|
+
}
|
|
31355
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31356
|
+
left: calc(100% - 28px - 2px);
|
|
31357
|
+
}
|
|
31358
|
+
|
|
31359
|
+
.E_c1up6e3y {
|
|
31360
|
+
margin-left: 5px;
|
|
31361
|
+
}
|
|
31362
|
+
|
|
31363
|
+
.E_tju3gfj .date {
|
|
31364
|
+
margin-right: 4px;
|
|
31414
31365
|
}
|
|
31415
31366
|
|
|
31416
31367
|
.E_s1dni7lo {
|
|
@@ -31494,52 +31445,149 @@ input.E_rf8rlle.ant-input {
|
|
|
31494
31445
|
opacity: 0;
|
|
31495
31446
|
}
|
|
31496
31447
|
|
|
31497
|
-
.
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
font-weight: bold;
|
|
31501
|
-
font-size: 32px;
|
|
31502
|
-
line-height: 40px;
|
|
31448
|
+
.E_s1sck0th {
|
|
31449
|
+
padding: 0 8px;
|
|
31450
|
+
border-radius: 4px;
|
|
31503
31451
|
}
|
|
31504
31452
|
|
|
31505
|
-
.
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
font-weight: bold;
|
|
31509
|
-
font-size: 24px;
|
|
31510
|
-
line-height: 32px;
|
|
31453
|
+
.E_m855nr1 {
|
|
31454
|
+
padding: 2px 8px;
|
|
31455
|
+
border-radius: 3px;
|
|
31511
31456
|
}
|
|
31512
31457
|
|
|
31513
|
-
.
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
font-weight: normal;
|
|
31517
|
-
font-size: 32px;
|
|
31518
|
-
line-height: 40px;
|
|
31458
|
+
.E_l1270xpg {
|
|
31459
|
+
padding: 3px 8px;
|
|
31460
|
+
border-radius: 2px;
|
|
31519
31461
|
}
|
|
31520
31462
|
|
|
31521
|
-
.
|
|
31522
|
-
|
|
31523
|
-
font-style: normal;
|
|
31524
|
-
font-weight: bold;
|
|
31525
|
-
font-size: 20px;
|
|
31526
|
-
line-height: 24px;
|
|
31463
|
+
.E_t14rextb.ant-tag:hover {
|
|
31464
|
+
opacity: unset;
|
|
31527
31465
|
}
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
line-height: 24px;
|
|
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;
|
|
31535
31472
|
}
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
|
|
31540
|
-
|
|
31541
|
-
|
|
31542
|
-
|
|
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_iq1gosr {
|
|
31531
|
+
display: inline-block;
|
|
31532
|
+
}
|
|
31533
|
+
|
|
31534
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31535
|
+
display: none;
|
|
31536
|
+
}
|
|
31537
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31538
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31539
|
+
border-radius: 4px;
|
|
31540
|
+
}
|
|
31541
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31542
|
+
visibility: hidden;
|
|
31543
|
+
}
|
|
31544
|
+
|
|
31545
|
+
.E_dsnbhzf {
|
|
31546
|
+
font-family: Inter;
|
|
31547
|
+
font-style: normal;
|
|
31548
|
+
font-weight: bold;
|
|
31549
|
+
font-size: 32px;
|
|
31550
|
+
line-height: 40px;
|
|
31551
|
+
}
|
|
31552
|
+
|
|
31553
|
+
.E_d1mvo22k {
|
|
31554
|
+
font-family: Inter;
|
|
31555
|
+
font-style: normal;
|
|
31556
|
+
font-weight: bold;
|
|
31557
|
+
font-size: 24px;
|
|
31558
|
+
line-height: 32px;
|
|
31559
|
+
}
|
|
31560
|
+
|
|
31561
|
+
.E_d1b444tr {
|
|
31562
|
+
font-family: Inter;
|
|
31563
|
+
font-style: normal;
|
|
31564
|
+
font-weight: normal;
|
|
31565
|
+
font-size: 32px;
|
|
31566
|
+
line-height: 40px;
|
|
31567
|
+
}
|
|
31568
|
+
|
|
31569
|
+
.E_dvs0kue {
|
|
31570
|
+
font-family: Inter;
|
|
31571
|
+
font-style: normal;
|
|
31572
|
+
font-weight: bold;
|
|
31573
|
+
font-size: 20px;
|
|
31574
|
+
line-height: 24px;
|
|
31575
|
+
}
|
|
31576
|
+
|
|
31577
|
+
.E_d1hcbfcq {
|
|
31578
|
+
font-family: Inter;
|
|
31579
|
+
font-style: normal;
|
|
31580
|
+
font-weight: normal;
|
|
31581
|
+
font-size: 20px;
|
|
31582
|
+
line-height: 24px;
|
|
31583
|
+
}
|
|
31584
|
+
|
|
31585
|
+
.E_d1cz922v {
|
|
31586
|
+
font-family: Inter;
|
|
31587
|
+
font-style: normal;
|
|
31588
|
+
font-weight: bold;
|
|
31589
|
+
font-size: 18px;
|
|
31590
|
+
line-height: 22px;
|
|
31543
31591
|
}
|
|
31544
31592
|
|
|
31545
31593
|
.E_d3nzbrm {
|
|
@@ -31969,86 +32017,45 @@ input.E_rf8rlle.ant-input {
|
|
|
31969
32017
|
line-height: 12px;
|
|
31970
32018
|
}
|
|
31971
32019
|
|
|
31972
|
-
.
|
|
31973
|
-
|
|
31974
|
-
border-radius: 4px;
|
|
31975
|
-
}
|
|
31976
|
-
|
|
31977
|
-
.E_m855nr1 {
|
|
31978
|
-
padding: 2px 8px;
|
|
31979
|
-
border-radius: 3px;
|
|
31980
|
-
}
|
|
31981
|
-
|
|
31982
|
-
.E_l1270xpg {
|
|
31983
|
-
padding: 3px 8px;
|
|
31984
|
-
border-radius: 2px;
|
|
32020
|
+
.E_m196gn1d {
|
|
32021
|
+
min-width: 1280px;
|
|
31985
32022
|
}
|
|
31986
32023
|
|
|
31987
|
-
.
|
|
31988
|
-
opacity: unset;
|
|
31989
|
-
}
|
|
31990
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31991
|
-
margin: 0;
|
|
31992
|
-
margin-right: 8px;
|
|
32024
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31993
32025
|
display: inline-flex;
|
|
31994
32026
|
align-items: center;
|
|
31995
|
-
|
|
31996
|
-
}
|
|
31997
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31998
|
-
width: 16px;
|
|
31999
|
-
height: 16px;
|
|
32000
|
-
color: inherit;
|
|
32001
|
-
margin-left: 4px;
|
|
32002
|
-
opacity: 0.6;
|
|
32003
|
-
display: inline-flex;
|
|
32004
|
-
}
|
|
32005
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32006
|
-
opacity: 1;
|
|
32007
|
-
}
|
|
32008
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32009
|
-
color: #0080ff;
|
|
32010
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32011
|
-
}
|
|
32012
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32013
|
-
color: #f0483e;
|
|
32014
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32015
|
-
}
|
|
32016
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32017
|
-
color: #e07f00;
|
|
32018
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32019
|
-
}
|
|
32020
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32021
|
-
color: #008f4c;
|
|
32022
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32023
|
-
}
|
|
32024
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32025
|
-
color: #1d326c;
|
|
32026
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32027
|
-
}
|
|
32028
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32029
|
-
color: #7E41FF;
|
|
32030
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32031
|
-
}
|
|
32032
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32027
|
+
justify-content: center;
|
|
32033
32028
|
color: #fff;
|
|
32029
|
+
font-weight: bold;
|
|
32030
|
+
font-size: 12px;
|
|
32031
|
+
width: 24px;
|
|
32032
|
+
height: 24px;
|
|
32033
|
+
border-radius: 50%;
|
|
32034
|
+
background: var(--a1b5xrg3-0);
|
|
32034
32035
|
}
|
|
32035
|
-
.
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
|
|
32039
|
-
|
|
32036
|
+
.E_a1b5xrg3.btn-item {
|
|
32037
|
+
transition: all 160ms ease;
|
|
32038
|
+
cursor: pointer;
|
|
32039
|
+
width: 56px;
|
|
32040
|
+
height: 40px;
|
|
32041
|
+
display: inline-flex;
|
|
32042
|
+
align-items: center;
|
|
32043
|
+
justify-content: center;
|
|
32044
|
+
border-radius: 6px;
|
|
32040
32045
|
}
|
|
32041
|
-
.
|
|
32042
|
-
|
|
32046
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32047
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32043
32048
|
}
|
|
32044
|
-
.
|
|
32045
|
-
|
|
32049
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32050
|
+
transform: translateY(2px);
|
|
32051
|
+
transition: all 320ms ease;
|
|
32046
32052
|
}
|
|
32047
|
-
|
|
32048
|
-
|
|
32053
|
+
|
|
32054
|
+
.E_c1yyuluq {
|
|
32055
|
+
border-radius: 8px;
|
|
32049
32056
|
}
|
|
32050
|
-
.
|
|
32051
|
-
|
|
32057
|
+
.E_c1yyuluq .ant-card-body {
|
|
32058
|
+
padding: 20px 24px 24px 24px;
|
|
32052
32059
|
}
|
|
32053
32060
|
|
|
32054
32061
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -32073,13 +32080,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32073
32080
|
cursor: default;
|
|
32074
32081
|
}
|
|
32075
32082
|
|
|
32076
|
-
.E_c1yyuluq {
|
|
32077
|
-
border-radius: 8px;
|
|
32078
|
-
}
|
|
32079
|
-
.E_c1yyuluq .ant-card-body {
|
|
32080
|
-
padding: 20px 24px 24px 24px;
|
|
32081
|
-
}
|
|
32082
|
-
|
|
32083
32083
|
.E_b1lj76ty {
|
|
32084
32084
|
width: 100%;
|
|
32085
32085
|
height: 100%;
|
|
@@ -32117,92 +32117,34 @@ input.E_rf8rlle.ant-input {
|
|
|
32117
32117
|
margin-top: 8px;
|
|
32118
32118
|
}
|
|
32119
32119
|
|
|
32120
|
-
.
|
|
32121
|
-
|
|
32122
|
-
width: 24px;
|
|
32123
|
-
border-radius: 6px;
|
|
32124
|
-
padding: 4px;
|
|
32120
|
+
.E_hrhfj7c {
|
|
32121
|
+
display: none;
|
|
32125
32122
|
}
|
|
32126
|
-
|
|
32127
|
-
|
|
32123
|
+
|
|
32124
|
+
.E_dt9qoak .bottom {
|
|
32125
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32128
32126
|
}
|
|
32129
|
-
.
|
|
32130
|
-
|
|
32127
|
+
.E_dt9qoak .left {
|
|
32128
|
+
min-width: 0;
|
|
32131
32129
|
}
|
|
32132
32130
|
|
|
32133
|
-
.
|
|
32131
|
+
.E_crhnxq5 {
|
|
32132
|
+
display: flex;
|
|
32133
|
+
flex-direction: row;
|
|
32134
|
+
justify-content: space-between;
|
|
32135
|
+
}
|
|
32136
|
+
.E_crhnxq5 .label {
|
|
32137
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32138
|
+
font-weight: 400;
|
|
32139
|
+
}
|
|
32140
|
+
|
|
32141
|
+
.E_c1iq43vd {
|
|
32134
32142
|
display: flex;
|
|
32143
|
+
flex-direction: column;
|
|
32144
|
+
justify-content: center;
|
|
32135
32145
|
align-items: center;
|
|
32136
|
-
|
|
32137
|
-
|
|
32138
|
-
height: 24px;
|
|
32139
|
-
width: 24px;
|
|
32140
|
-
border-radius: 20px;
|
|
32141
|
-
color: #0080ff;
|
|
32142
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32143
|
-
display: flex;
|
|
32144
|
-
align-items: center;
|
|
32145
|
-
justify-content: center;
|
|
32146
|
-
margin-right: 6px;
|
|
32147
|
-
}
|
|
32148
|
-
|
|
32149
|
-
.E_m5foqp8.medium {
|
|
32150
|
-
--footer-height: 96px;
|
|
32151
|
-
--modal-content-width: 720px;
|
|
32152
|
-
--modal-content-min-height: 200px;
|
|
32153
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32154
|
-
--modal-content-padding-top: 24px;
|
|
32155
|
-
--modal-content-padding-bottom: 32px;
|
|
32156
|
-
--modal-content-padding-x: 60px;
|
|
32157
|
-
--modal-footer-padding: 0 60px;
|
|
32158
|
-
}
|
|
32159
|
-
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32160
|
-
height: calc(100vh - 80px);
|
|
32161
|
-
width: calc(100vw - 160px);
|
|
32162
|
-
}
|
|
32163
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32164
|
-
width: 100%;
|
|
32165
|
-
height: 100%;
|
|
32166
|
-
max-width: unset;
|
|
32167
|
-
max-height: unset;
|
|
32168
|
-
display: flex;
|
|
32169
|
-
flex-direction: column;
|
|
32170
|
-
}
|
|
32171
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32172
|
-
flex: 1;
|
|
32173
|
-
}
|
|
32174
|
-
.E_m5foqp8.medium .initializing-title {
|
|
32175
|
-
height: 32px;
|
|
32176
|
-
}
|
|
32177
|
-
|
|
32178
|
-
.E_hrhfj7c {
|
|
32179
|
-
display: none;
|
|
32180
|
-
}
|
|
32181
|
-
|
|
32182
|
-
.E_dt9qoak .bottom {
|
|
32183
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32184
|
-
}
|
|
32185
|
-
.E_dt9qoak .left {
|
|
32186
|
-
min-width: 0;
|
|
32187
|
-
}
|
|
32188
|
-
|
|
32189
|
-
.E_crhnxq5 {
|
|
32190
|
-
display: flex;
|
|
32191
|
-
flex-direction: row;
|
|
32192
|
-
justify-content: space-between;
|
|
32193
|
-
}
|
|
32194
|
-
.E_crhnxq5 .label {
|
|
32195
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32196
|
-
font-weight: 400;
|
|
32197
|
-
}
|
|
32198
|
-
|
|
32199
|
-
.E_c1iq43vd {
|
|
32200
|
-
display: flex;
|
|
32201
|
-
flex-direction: column;
|
|
32202
|
-
justify-content: center;
|
|
32203
|
-
align-items: center;
|
|
32204
|
-
height: 240px;
|
|
32205
|
-
width: 432px;
|
|
32146
|
+
height: 240px;
|
|
32147
|
+
width: 432px;
|
|
32206
32148
|
}
|
|
32207
32149
|
|
|
32208
32150
|
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
@@ -32394,6 +32336,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32394
32336
|
font-size: 14px;
|
|
32395
32337
|
}
|
|
32396
32338
|
|
|
32339
|
+
.E_suhck3k {
|
|
32340
|
+
height: 24px;
|
|
32341
|
+
width: 24px;
|
|
32342
|
+
border-radius: 6px;
|
|
32343
|
+
padding: 4px;
|
|
32344
|
+
}
|
|
32345
|
+
.E_suhck3k:hover {
|
|
32346
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32347
|
+
}
|
|
32348
|
+
.E_suhck3k:hover svg path {
|
|
32349
|
+
fill: blue;
|
|
32350
|
+
}
|
|
32351
|
+
|
|
32397
32352
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32398
32353
|
border-radius: 6px;
|
|
32399
32354
|
}
|
|
@@ -32451,6 +32406,51 @@ input.E_rf8rlle.ant-input {
|
|
|
32451
32406
|
transform: rotate(180deg);
|
|
32452
32407
|
}
|
|
32453
32408
|
|
|
32409
|
+
.E_ryby9ds {
|
|
32410
|
+
display: flex;
|
|
32411
|
+
align-items: center;
|
|
32412
|
+
}
|
|
32413
|
+
.E_ryby9ds .order {
|
|
32414
|
+
height: 24px;
|
|
32415
|
+
width: 24px;
|
|
32416
|
+
border-radius: 20px;
|
|
32417
|
+
color: #0080ff;
|
|
32418
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32419
|
+
display: flex;
|
|
32420
|
+
align-items: center;
|
|
32421
|
+
justify-content: center;
|
|
32422
|
+
margin-right: 6px;
|
|
32423
|
+
}
|
|
32424
|
+
|
|
32425
|
+
.E_m5foqp8.medium {
|
|
32426
|
+
--footer-height: 96px;
|
|
32427
|
+
--modal-content-width: 720px;
|
|
32428
|
+
--modal-content-min-height: 200px;
|
|
32429
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32430
|
+
--modal-content-padding-top: 24px;
|
|
32431
|
+
--modal-content-padding-bottom: 32px;
|
|
32432
|
+
--modal-content-padding-x: 60px;
|
|
32433
|
+
--modal-footer-padding: 0 60px;
|
|
32434
|
+
}
|
|
32435
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32436
|
+
height: calc(100vh - 80px);
|
|
32437
|
+
width: calc(100vw - 160px);
|
|
32438
|
+
}
|
|
32439
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32440
|
+
width: 100%;
|
|
32441
|
+
height: 100%;
|
|
32442
|
+
max-width: unset;
|
|
32443
|
+
max-height: unset;
|
|
32444
|
+
display: flex;
|
|
32445
|
+
flex-direction: column;
|
|
32446
|
+
}
|
|
32447
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32448
|
+
flex: 1;
|
|
32449
|
+
}
|
|
32450
|
+
.E_m5foqp8.medium .initializing-title {
|
|
32451
|
+
height: 32px;
|
|
32452
|
+
}
|
|
32453
|
+
|
|
32454
32454
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32455
32455
|
opacity: 1;
|
|
32456
32456
|
}
|
|
@@ -33079,342 +33079,199 @@ input.E_rf8rlle.ant-input {
|
|
|
33079
33079
|
opacity: 0.5;
|
|
33080
33080
|
}
|
|
33081
33081
|
|
|
33082
|
-
.
|
|
33083
|
-
|
|
33084
|
-
|
|
33085
|
-
|
|
33086
|
-
|
|
33087
|
-
|
|
33088
|
-
height: 22px;
|
|
33089
|
-
display: flex;
|
|
33090
|
-
align-items: center;
|
|
33091
|
-
top: 0;
|
|
33092
|
-
}
|
|
33093
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33094
|
-
border: none;
|
|
33082
|
+
button.E_l48ei06.ant-btn,
|
|
33083
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33084
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33085
|
+
font-size: 12px;
|
|
33086
|
+
line-height: 18px;
|
|
33087
|
+
height: 18px;
|
|
33095
33088
|
}
|
|
33096
|
-
|
|
33097
|
-
|
|
33089
|
+
|
|
33090
|
+
button.E_l48ei06 {
|
|
33091
|
+
color: #0080FF;
|
|
33092
|
+
height: unset;
|
|
33098
33093
|
}
|
|
33099
|
-
.
|
|
33100
|
-
|
|
33094
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33095
|
+
margin-right: 4px;
|
|
33101
33096
|
}
|
|
33102
|
-
.
|
|
33103
|
-
|
|
33097
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33098
|
+
margin-left: 4px;
|
|
33104
33099
|
}
|
|
33105
|
-
.
|
|
33106
|
-
|
|
33100
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33101
|
+
color: #009DFF;
|
|
33107
33102
|
}
|
|
33108
|
-
.
|
|
33109
|
-
|
|
33110
|
-
height: 2px;
|
|
33111
|
-
width: 10px;
|
|
33112
|
-
border-radius: 2px;
|
|
33103
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33104
|
+
color: #005ED1;
|
|
33113
33105
|
}
|
|
33114
|
-
.
|
|
33115
|
-
|
|
33106
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33107
|
+
color: #0080FF;
|
|
33116
33108
|
}
|
|
33117
|
-
.
|
|
33118
|
-
|
|
33119
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33109
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33110
|
+
color: #00122E;
|
|
33120
33111
|
}
|
|
33121
|
-
.
|
|
33122
|
-
|
|
33112
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33113
|
+
color: #0080FF;
|
|
33123
33114
|
}
|
|
33124
|
-
.
|
|
33125
|
-
|
|
33115
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33116
|
+
color: #005ED1;
|
|
33126
33117
|
}
|
|
33127
|
-
.
|
|
33128
|
-
|
|
33118
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33119
|
+
color: #00122E;
|
|
33129
33120
|
}
|
|
33130
|
-
.
|
|
33131
|
-
|
|
33132
|
-
margin-left: 12px;
|
|
33133
|
-
color: #2d3a56;
|
|
33121
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33122
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33134
33123
|
}
|
|
33135
|
-
.
|
|
33136
|
-
|
|
33137
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33124
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33125
|
+
color: #0080FF;
|
|
33138
33126
|
}
|
|
33139
|
-
.
|
|
33140
|
-
|
|
33127
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33128
|
+
color: #005ED1;
|
|
33141
33129
|
}
|
|
33142
|
-
.
|
|
33143
|
-
|
|
33130
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33131
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33144
33132
|
}
|
|
33145
33133
|
|
|
33146
|
-
.
|
|
33147
|
-
|
|
33148
|
-
|
|
33134
|
+
.E_l1ucdodl {
|
|
33135
|
+
margin: 0;
|
|
33136
|
+
border-radius: 20px;
|
|
33137
|
+
padding: 2px 10px;
|
|
33138
|
+
height: 22px;
|
|
33149
33139
|
display: flex;
|
|
33150
|
-
justify-content: space-between;
|
|
33151
33140
|
align-items: center;
|
|
33152
33141
|
}
|
|
33153
|
-
.
|
|
33154
|
-
|
|
33142
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33143
|
+
color: #FFFFFF;
|
|
33155
33144
|
}
|
|
33156
|
-
.
|
|
33145
|
+
.E_l1ucdodl.tag-hover {
|
|
33157
33146
|
cursor: pointer;
|
|
33147
|
+
}
|
|
33148
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33158
33149
|
color: #00122e;
|
|
33159
33150
|
}
|
|
33160
|
-
.
|
|
33161
|
-
|
|
33162
|
-
font-weight: 600;
|
|
33151
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33152
|
+
margin-right: 6px;
|
|
33163
33153
|
}
|
|
33164
|
-
.
|
|
33165
|
-
|
|
33154
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33155
|
+
margin-left: 8px;
|
|
33156
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33166
33157
|
}
|
|
33167
|
-
.
|
|
33168
|
-
|
|
33169
|
-
line-height: 18px;
|
|
33158
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33159
|
+
color: #FFFFFF;
|
|
33170
33160
|
}
|
|
33171
|
-
.
|
|
33172
|
-
|
|
33173
|
-
align-items: center;
|
|
33174
|
-
user-select: none;
|
|
33175
|
-
flex-grow: 1;
|
|
33176
|
-
font-size: 12px;
|
|
33177
|
-
line-height: 18px;
|
|
33178
|
-
color: #2d3a56;
|
|
33179
|
-
font-weight: 700;
|
|
33161
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33162
|
+
background-color: #0080ff;
|
|
33180
33163
|
}
|
|
33181
|
-
.
|
|
33182
|
-
|
|
33183
|
-
margin-right: 2px;
|
|
33184
|
-
}
|
|
33185
|
-
|
|
33186
|
-
.E_t1tbywr9 {
|
|
33187
|
-
width: 100%;
|
|
33188
|
-
flex: 1;
|
|
33189
|
-
display: flex;
|
|
33190
|
-
flex-direction: column;
|
|
33191
|
-
}
|
|
33192
|
-
.E_t1tbywr9.medium .tab-bar {
|
|
33193
|
-
height: 32px;
|
|
33194
|
-
}
|
|
33195
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
33196
|
-
height: 32px;
|
|
33197
|
-
}
|
|
33198
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
33199
|
-
height: 32px;
|
|
33200
|
-
border-top-left-radius: 6px;
|
|
33201
|
-
border-top-right-radius: 6px;
|
|
33202
|
-
padding-right: 16px;
|
|
33203
|
-
padding-left: 16px;
|
|
33204
|
-
font-size: 16px;
|
|
33205
|
-
}
|
|
33206
|
-
.E_t1tbywr9.small .tab-bar {
|
|
33207
|
-
height: 24px;
|
|
33208
|
-
}
|
|
33209
|
-
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
33210
|
-
height: 24px;
|
|
33211
|
-
}
|
|
33212
|
-
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
33213
|
-
height: 24px;
|
|
33214
|
-
border-top-left-radius: 4px;
|
|
33215
|
-
border-top-right-radius: 4px;
|
|
33216
|
-
padding-right: 12px;
|
|
33217
|
-
padding-left: 12px;
|
|
33218
|
-
font-size: 14px;
|
|
33219
|
-
}
|
|
33220
|
-
.E_t1tbywr9 .tab-bar {
|
|
33221
|
-
max-width: 100%;
|
|
33222
|
-
display: flex;
|
|
33223
|
-
place-items: center;
|
|
33224
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33225
|
-
}
|
|
33226
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
33227
|
-
overflow: hidden;
|
|
33228
|
-
display: flex;
|
|
33229
|
-
place-items: center;
|
|
33230
|
-
}
|
|
33231
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
33232
|
-
padding-left: 0px;
|
|
33164
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33165
|
+
background-color: #f0483e;
|
|
33233
33166
|
}
|
|
33234
|
-
.
|
|
33235
|
-
|
|
33236
|
-
position: relative;
|
|
33167
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33168
|
+
background-color: #fea008;
|
|
33237
33169
|
}
|
|
33238
|
-
.
|
|
33239
|
-
|
|
33240
|
-
width: 1px;
|
|
33241
|
-
height: 24px;
|
|
33242
|
-
background: rgba(172, 186, 211, 0.6);
|
|
33243
|
-
position: absolute;
|
|
33244
|
-
left: -6px;
|
|
33245
|
-
top: 50%;
|
|
33246
|
-
transform: translateY(-50%);
|
|
33170
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33171
|
+
background-color: #00ba5d;
|
|
33247
33172
|
}
|
|
33248
|
-
.
|
|
33249
|
-
|
|
33250
|
-
display: flex;
|
|
33251
|
-
place-items: center;
|
|
33252
|
-
cursor: pointer;
|
|
33253
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33254
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33173
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33174
|
+
background-color: #6b7d99;
|
|
33255
33175
|
}
|
|
33256
|
-
.
|
|
33257
|
-
|
|
33258
|
-
color: #0080ff;
|
|
33259
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
33176
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33177
|
+
background-color: #7E41FF;
|
|
33260
33178
|
}
|
|
33261
|
-
|
|
33262
|
-
|
|
33179
|
+
|
|
33180
|
+
.E_s1qj66nc {
|
|
33181
|
+
width: 8px;
|
|
33182
|
+
height: 8px;
|
|
33183
|
+
border-radius: 50%;
|
|
33184
|
+
display: inline-block;
|
|
33263
33185
|
}
|
|
33264
|
-
|
|
33265
|
-
|
|
33266
|
-
|
|
33267
|
-
|
|
33186
|
+
|
|
33187
|
+
.E_s5x1boq {
|
|
33188
|
+
width: 8px;
|
|
33189
|
+
height: 8px;
|
|
33268
33190
|
border-radius: 2px;
|
|
33269
|
-
|
|
33270
|
-
}
|
|
33271
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
33272
|
-
margin-left: 8px;
|
|
33273
|
-
}
|
|
33274
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
33275
|
-
padding-left: 16px;
|
|
33276
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33277
|
-
color: #0080ff;
|
|
33278
|
-
}
|
|
33279
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
33280
|
-
display: none;
|
|
33191
|
+
display: inline-block;
|
|
33281
33192
|
}
|
|
33282
33193
|
|
|
33283
|
-
.
|
|
33284
|
-
color:
|
|
33285
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33194
|
+
.E_c1xm185 {
|
|
33195
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33286
33196
|
}
|
|
33287
33197
|
|
|
33288
|
-
.
|
|
33289
|
-
cursor: default;
|
|
33290
|
-
}
|
|
33291
|
-
.E_m19lu3v .menu-wrapper {
|
|
33292
|
-
min-width: 160px;
|
|
33293
|
-
max-width: 400px;
|
|
33294
|
-
padding: 6px;
|
|
33295
|
-
background: #fff;
|
|
33296
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33297
|
-
border-radius: 8px;
|
|
33298
|
-
max-height: calc(100vh - 250px);
|
|
33299
|
-
overflow: auto;
|
|
33300
|
-
}
|
|
33301
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
33302
|
-
display: flex;
|
|
33303
|
-
place-items: center;
|
|
33304
|
-
width: var(--itemWidth);
|
|
33305
|
-
}
|
|
33306
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
33307
|
-
margin-top: 8px;
|
|
33308
|
-
}
|
|
33309
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
33310
|
-
padding: 6px;
|
|
33311
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33312
|
-
color: #0080ff;
|
|
33313
|
-
}
|
|
33314
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
33315
|
-
font-family: Inter;
|
|
33316
|
-
font-style: normal;
|
|
33317
|
-
font-weight: bold !important;
|
|
33318
|
-
}
|
|
33319
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
33320
|
-
padding: 5px 12px;
|
|
33321
|
-
border-radius: 4px;
|
|
33322
|
-
}
|
|
33323
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
33324
|
-
color: #0080ff;
|
|
33325
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33326
|
-
}
|
|
33327
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
33328
|
-
text-align: left;
|
|
33198
|
+
.E_c1x5l5qc {
|
|
33329
33199
|
flex: 1;
|
|
33330
|
-
overflow: hidden;
|
|
33331
|
-
text-overflow: ellipsis;
|
|
33332
|
-
white-space: nowrap;
|
|
33333
33200
|
}
|
|
33334
33201
|
|
|
33335
|
-
.
|
|
33336
|
-
margin:
|
|
33337
|
-
|
|
33338
|
-
|
|
33339
|
-
height:
|
|
33340
|
-
margin-right: 3px;
|
|
33202
|
+
.E_sddwhm6 {
|
|
33203
|
+
margin: 0;
|
|
33204
|
+
border-radius: 20px;
|
|
33205
|
+
padding: 2px 10px;
|
|
33206
|
+
height: 22px;
|
|
33341
33207
|
}
|
|
33342
|
-
.
|
|
33343
|
-
|
|
33344
|
-
height: 16px;
|
|
33208
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33209
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33345
33210
|
}
|
|
33346
|
-
|
|
33347
|
-
.
|
|
33348
|
-
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);
|
|
33211
|
+
.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 {
|
|
33212
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33349
33213
|
}
|
|
33350
|
-
|
|
33351
|
-
|
|
33352
|
-
border-radius: 8px;
|
|
33353
|
-
background-color: white;
|
|
33214
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33215
|
+
color: #00122e;
|
|
33354
33216
|
}
|
|
33355
|
-
.
|
|
33356
|
-
|
|
33217
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33218
|
+
margin-right: 6px;
|
|
33357
33219
|
}
|
|
33358
|
-
.
|
|
33359
|
-
|
|
33360
|
-
|
|
33361
|
-
transform: translateY(-4px);
|
|
33220
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33221
|
+
margin-left: 8px;
|
|
33222
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33362
33223
|
}
|
|
33363
|
-
|
|
33364
|
-
.
|
|
33365
|
-
padding: 0 12px 14px 12px;
|
|
33224
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33225
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33366
33226
|
}
|
|
33367
|
-
|
|
33368
|
-
|
|
33369
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33370
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33371
|
-
font-size: 12px;
|
|
33372
|
-
line-height: 18px;
|
|
33373
|
-
height: 18px;
|
|
33227
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33228
|
+
background-color: #0080ff;
|
|
33374
33229
|
}
|
|
33375
|
-
|
|
33376
|
-
|
|
33377
|
-
color: #0080FF;
|
|
33378
|
-
height: unset;
|
|
33230
|
+
.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 {
|
|
33231
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33379
33232
|
}
|
|
33380
|
-
|
|
33381
|
-
|
|
33233
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33234
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33382
33235
|
}
|
|
33383
|
-
|
|
33384
|
-
|
|
33236
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33237
|
+
background-color: #f0483e;
|
|
33385
33238
|
}
|
|
33386
|
-
|
|
33387
|
-
color:
|
|
33239
|
+
.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 {
|
|
33240
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33388
33241
|
}
|
|
33389
|
-
|
|
33390
|
-
color:
|
|
33242
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33243
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33391
33244
|
}
|
|
33392
|
-
|
|
33393
|
-
color: #
|
|
33245
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33246
|
+
background-color: #fea008;
|
|
33394
33247
|
}
|
|
33395
|
-
|
|
33396
|
-
color:
|
|
33248
|
+
.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 {
|
|
33249
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33397
33250
|
}
|
|
33398
|
-
|
|
33399
|
-
color:
|
|
33251
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33252
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33400
33253
|
}
|
|
33401
|
-
|
|
33402
|
-
color: #
|
|
33254
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33255
|
+
background-color: #00ba5d;
|
|
33403
33256
|
}
|
|
33404
|
-
|
|
33405
|
-
color:
|
|
33257
|
+
.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 {
|
|
33258
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33406
33259
|
}
|
|
33407
|
-
|
|
33408
|
-
color: rgba(
|
|
33260
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33261
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33409
33262
|
}
|
|
33410
|
-
|
|
33411
|
-
color: #
|
|
33263
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33264
|
+
background-color: #6b7d99;
|
|
33412
33265
|
}
|
|
33413
|
-
|
|
33414
|
-
color:
|
|
33266
|
+
.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 {
|
|
33267
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33415
33268
|
}
|
|
33416
|
-
|
|
33417
|
-
|
|
33269
|
+
|
|
33270
|
+
.E_satwmqm {
|
|
33271
|
+
width: 8px;
|
|
33272
|
+
height: 8px;
|
|
33273
|
+
border-radius: 50%;
|
|
33274
|
+
display: inline-block;
|
|
33418
33275
|
}
|
|
33419
33276
|
|
|
33420
33277
|
.E_tc97u5y {
|
|
@@ -33788,196 +33645,112 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33788
33645
|
background: #fff;
|
|
33789
33646
|
}
|
|
33790
33647
|
|
|
33791
|
-
.
|
|
33792
|
-
|
|
33793
|
-
|
|
33794
|
-
|
|
33648
|
+
.E_ckui4s7 {
|
|
33649
|
+
color: #2d3a56;
|
|
33650
|
+
line-height: 22px;
|
|
33651
|
+
display: inline-flex;
|
|
33652
|
+
}
|
|
33653
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33795
33654
|
height: 22px;
|
|
33796
33655
|
display: flex;
|
|
33797
33656
|
align-items: center;
|
|
33657
|
+
top: 0;
|
|
33798
33658
|
}
|
|
33799
|
-
.
|
|
33800
|
-
|
|
33801
|
-
}
|
|
33802
|
-
.E_l1ucdodl.tag-hover {
|
|
33803
|
-
cursor: pointer;
|
|
33804
|
-
}
|
|
33805
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33806
|
-
color: #00122e;
|
|
33659
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33660
|
+
border: none;
|
|
33807
33661
|
}
|
|
33808
|
-
.
|
|
33809
|
-
|
|
33662
|
+
.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 {
|
|
33663
|
+
border-color: #0080ff;
|
|
33810
33664
|
}
|
|
33811
|
-
.
|
|
33812
|
-
|
|
33813
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33665
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33666
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33814
33667
|
}
|
|
33815
|
-
.
|
|
33816
|
-
|
|
33668
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33669
|
+
border: 1px solid #0080ff;
|
|
33817
33670
|
}
|
|
33818
|
-
.
|
|
33819
|
-
background
|
|
33671
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33672
|
+
background: #0080ff;
|
|
33820
33673
|
}
|
|
33821
|
-
.
|
|
33822
|
-
background-color: #
|
|
33674
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33675
|
+
background-color: #fff;
|
|
33676
|
+
height: 2px;
|
|
33677
|
+
width: 10px;
|
|
33678
|
+
border-radius: 2px;
|
|
33823
33679
|
}
|
|
33824
|
-
.
|
|
33825
|
-
|
|
33680
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33681
|
+
opacity: 0.5;
|
|
33826
33682
|
}
|
|
33827
|
-
.
|
|
33828
|
-
background
|
|
33683
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33684
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33685
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33829
33686
|
}
|
|
33830
|
-
.
|
|
33831
|
-
|
|
33687
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33688
|
+
border-color: #2d3a56;
|
|
33832
33689
|
}
|
|
33833
|
-
.
|
|
33834
|
-
background
|
|
33690
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33691
|
+
background: #2d3a56;
|
|
33835
33692
|
}
|
|
33836
|
-
|
|
33837
|
-
|
|
33838
|
-
width: 8px;
|
|
33839
|
-
height: 8px;
|
|
33840
|
-
border-radius: 50%;
|
|
33841
|
-
display: inline-block;
|
|
33693
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33694
|
+
padding: 0;
|
|
33842
33695
|
}
|
|
33843
|
-
|
|
33844
|
-
.E_s5x1boq {
|
|
33845
|
-
width: 8px;
|
|
33846
|
-
height: 8px;
|
|
33847
|
-
border-radius: 2px;
|
|
33696
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33848
33697
|
display: inline-block;
|
|
33698
|
+
margin-left: 12px;
|
|
33699
|
+
color: #2d3a56;
|
|
33849
33700
|
}
|
|
33850
|
-
|
|
33851
|
-
|
|
33701
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33702
|
+
margin-left: 28px;
|
|
33852
33703
|
color: rgba(44, 56, 82, 0.6);
|
|
33853
33704
|
}
|
|
33854
|
-
|
|
33855
|
-
.E_c1x5l5qc {
|
|
33856
|
-
flex: 1;
|
|
33857
|
-
}
|
|
33858
|
-
|
|
33859
|
-
.E_sddwhm6 {
|
|
33860
|
-
margin: 0;
|
|
33861
|
-
border-radius: 20px;
|
|
33862
|
-
padding: 2px 10px;
|
|
33863
|
-
height: 22px;
|
|
33864
|
-
}
|
|
33865
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33866
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33867
|
-
}
|
|
33868
|
-
.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 {
|
|
33869
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33870
|
-
}
|
|
33871
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33872
|
-
color: #00122e;
|
|
33873
|
-
}
|
|
33874
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33875
|
-
margin-right: 6px;
|
|
33876
|
-
}
|
|
33877
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33705
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33878
33706
|
margin-left: 8px;
|
|
33879
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33880
|
-
}
|
|
33881
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33882
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33883
|
-
}
|
|
33884
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33885
|
-
background-color: #0080ff;
|
|
33886
33707
|
}
|
|
33887
|
-
.
|
|
33888
|
-
|
|
33889
|
-
}
|
|
33890
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33891
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33892
|
-
}
|
|
33893
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33894
|
-
background-color: #f0483e;
|
|
33895
|
-
}
|
|
33896
|
-
.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 {
|
|
33897
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33898
|
-
}
|
|
33899
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33900
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33901
|
-
}
|
|
33902
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33903
|
-
background-color: #fea008;
|
|
33904
|
-
}
|
|
33905
|
-
.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 {
|
|
33906
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33708
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33709
|
+
margin-left: 24px;
|
|
33907
33710
|
}
|
|
33908
|
-
|
|
33909
|
-
|
|
33711
|
+
|
|
33712
|
+
.E_c1yd35n {
|
|
33713
|
+
padding: 0 12px 14px 12px;
|
|
33910
33714
|
}
|
|
33911
|
-
|
|
33912
|
-
|
|
33715
|
+
|
|
33716
|
+
.E_c1kghdax {
|
|
33717
|
+
color: #2d3a56;
|
|
33718
|
+
padding: 7px 12px;
|
|
33719
|
+
display: flex;
|
|
33720
|
+
justify-content: space-between;
|
|
33721
|
+
align-items: center;
|
|
33913
33722
|
}
|
|
33914
|
-
.
|
|
33915
|
-
|
|
33723
|
+
.E_c1kghdax.has-arrow {
|
|
33724
|
+
padding-left: 10px;
|
|
33916
33725
|
}
|
|
33917
|
-
.
|
|
33918
|
-
|
|
33726
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33727
|
+
cursor: pointer;
|
|
33728
|
+
color: #00122e;
|
|
33919
33729
|
}
|
|
33920
|
-
.
|
|
33921
|
-
|
|
33730
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33731
|
+
color: #2d3a56;
|
|
33732
|
+
font-weight: 600;
|
|
33922
33733
|
}
|
|
33923
|
-
.
|
|
33924
|
-
|
|
33734
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33735
|
+
transform: rotate(90deg);
|
|
33925
33736
|
}
|
|
33926
|
-
|
|
33927
|
-
|
|
33928
|
-
|
|
33929
|
-
height: 8px;
|
|
33930
|
-
border-radius: 50%;
|
|
33931
|
-
display: inline-block;
|
|
33737
|
+
.E_c1kghdax .sub-info {
|
|
33738
|
+
font-size: 12px;
|
|
33739
|
+
line-height: 18px;
|
|
33932
33740
|
}
|
|
33933
|
-
|
|
33934
|
-
.E_lht19u8 {
|
|
33935
|
-
width: 64px;
|
|
33936
|
-
height: 64px;
|
|
33741
|
+
.E_c1kghdax .title-wrapper {
|
|
33937
33742
|
display: flex;
|
|
33938
33743
|
align-items: center;
|
|
33939
|
-
|
|
33940
|
-
|
|
33941
|
-
|
|
33942
|
-
|
|
33943
|
-
|
|
33944
|
-
|
|
33945
|
-
position: absolute;
|
|
33946
|
-
width: 5px;
|
|
33947
|
-
height: 48px;
|
|
33948
|
-
left: 9.33px;
|
|
33949
|
-
top: 40.5px;
|
|
33950
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33951
|
-
border-radius: 5px;
|
|
33952
|
-
transform: rotate(-128deg);
|
|
33953
|
-
transform-origin: top left;
|
|
33954
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33955
|
-
}
|
|
33956
|
-
|
|
33957
|
-
.E_ll4n94n {
|
|
33958
|
-
position: absolute;
|
|
33959
|
-
width: 5px;
|
|
33960
|
-
height: 48px;
|
|
33961
|
-
left: 40.8px;
|
|
33962
|
-
top: 8.4px;
|
|
33963
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33964
|
-
border-radius: 5px;
|
|
33965
|
-
transform: rotate(-8deg);
|
|
33966
|
-
transform-origin: top left;
|
|
33967
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33744
|
+
user-select: none;
|
|
33745
|
+
flex-grow: 1;
|
|
33746
|
+
font-size: 12px;
|
|
33747
|
+
line-height: 18px;
|
|
33748
|
+
color: #2d3a56;
|
|
33749
|
+
font-weight: 700;
|
|
33968
33750
|
}
|
|
33969
|
-
|
|
33970
|
-
|
|
33971
|
-
|
|
33972
|
-
width: 5px;
|
|
33973
|
-
height: 48px;
|
|
33974
|
-
left: 52.9px;
|
|
33975
|
-
top: 51.8px;
|
|
33976
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33977
|
-
border-radius: 5px;
|
|
33978
|
-
transform: rotate(112deg);
|
|
33979
|
-
transform-origin: top left;
|
|
33980
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33751
|
+
.E_c1kghdax .collapse-arrow {
|
|
33752
|
+
transition: all 50ms ease-out 0ms;
|
|
33753
|
+
margin-right: 2px;
|
|
33981
33754
|
}
|
|
33982
33755
|
|
|
33983
33756
|
.E_m11nzl2x {
|
|
@@ -34140,59 +33913,286 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34140
33913
|
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34141
33914
|
margin-left: 10px;
|
|
34142
33915
|
}
|
|
34143
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34144
|
-
margin-left: 10px;
|
|
33916
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33917
|
+
margin-left: 10px;
|
|
33918
|
+
cursor: pointer;
|
|
33919
|
+
}
|
|
33920
|
+
.E_lqeaosa .recharts-xAxis {
|
|
33921
|
+
font-size: 12px;
|
|
33922
|
+
}
|
|
33923
|
+
.E_lqeaosa .pointer-wrapper {
|
|
33924
|
+
position: absolute;
|
|
33925
|
+
bottom: 10px;
|
|
33926
|
+
padding: 0 8px;
|
|
33927
|
+
font-size: 12px;
|
|
33928
|
+
color: #fff;
|
|
33929
|
+
transform: translateX(-50%);
|
|
33930
|
+
}
|
|
33931
|
+
|
|
33932
|
+
.E_t2pr38p {
|
|
33933
|
+
min-width: 200px;
|
|
33934
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
33935
|
+
border-radius: 4px;
|
|
33936
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33937
|
+
padding: 8px;
|
|
33938
|
+
}
|
|
33939
|
+
|
|
33940
|
+
.E_tecdsj7 {
|
|
33941
|
+
display: flex;
|
|
33942
|
+
align-items: center;
|
|
33943
|
+
background-color: unset;
|
|
33944
|
+
color: #FFFFFF;
|
|
33945
|
+
justify-content: space-between;
|
|
33946
|
+
font-size: 12px;
|
|
33947
|
+
padding-top: 6px;
|
|
33948
|
+
}
|
|
33949
|
+
.E_tecdsj7:first-child {
|
|
33950
|
+
padding-top: 3px;
|
|
33951
|
+
}
|
|
33952
|
+
.E_tecdsj7:last-child {
|
|
33953
|
+
padding-bottom: 3px;
|
|
33954
|
+
}
|
|
33955
|
+
.E_tecdsj7 .column-value {
|
|
33956
|
+
color: #FFFFFF;
|
|
33957
|
+
margin-left: 8px;
|
|
33958
|
+
}
|
|
33959
|
+
|
|
33960
|
+
.E_ljhvvia {
|
|
33961
|
+
display: inline-block;
|
|
33962
|
+
height: 8px;
|
|
33963
|
+
width: 8px;
|
|
33964
|
+
margin-right: 8px;
|
|
33965
|
+
border-radius: 2px;
|
|
33966
|
+
}
|
|
33967
|
+
.E_ljhvvia.borderd {
|
|
33968
|
+
border: 1px solid #fff;
|
|
33969
|
+
}
|
|
33970
|
+
|
|
33971
|
+
.E_t1tbywr9 {
|
|
33972
|
+
width: 100%;
|
|
33973
|
+
flex: 1;
|
|
33974
|
+
display: flex;
|
|
33975
|
+
flex-direction: column;
|
|
33976
|
+
}
|
|
33977
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
33978
|
+
height: 32px;
|
|
33979
|
+
}
|
|
33980
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
33981
|
+
height: 32px;
|
|
33982
|
+
}
|
|
33983
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
33984
|
+
height: 32px;
|
|
33985
|
+
border-top-left-radius: 6px;
|
|
33986
|
+
border-top-right-radius: 6px;
|
|
33987
|
+
padding-right: 16px;
|
|
33988
|
+
padding-left: 16px;
|
|
33989
|
+
font-size: 16px;
|
|
33990
|
+
}
|
|
33991
|
+
.E_t1tbywr9.small .tab-bar {
|
|
33992
|
+
height: 24px;
|
|
33993
|
+
}
|
|
33994
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
33995
|
+
height: 24px;
|
|
33996
|
+
}
|
|
33997
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
33998
|
+
height: 24px;
|
|
33999
|
+
border-top-left-radius: 4px;
|
|
34000
|
+
border-top-right-radius: 4px;
|
|
34001
|
+
padding-right: 12px;
|
|
34002
|
+
padding-left: 12px;
|
|
34003
|
+
font-size: 14px;
|
|
34004
|
+
}
|
|
34005
|
+
.E_t1tbywr9 .tab-bar {
|
|
34006
|
+
max-width: 100%;
|
|
34007
|
+
display: flex;
|
|
34008
|
+
place-items: center;
|
|
34009
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34010
|
+
}
|
|
34011
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
34012
|
+
overflow: hidden;
|
|
34013
|
+
display: flex;
|
|
34014
|
+
place-items: center;
|
|
34015
|
+
}
|
|
34016
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
34017
|
+
padding-left: 0px;
|
|
34018
|
+
}
|
|
34019
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
34020
|
+
margin-left: 12px;
|
|
34021
|
+
position: relative;
|
|
34022
|
+
}
|
|
34023
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
34024
|
+
content: "";
|
|
34025
|
+
width: 1px;
|
|
34026
|
+
height: 24px;
|
|
34027
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34028
|
+
position: absolute;
|
|
34029
|
+
left: -6px;
|
|
34030
|
+
top: 50%;
|
|
34031
|
+
transform: translateY(-50%);
|
|
34032
|
+
}
|
|
34033
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
34034
|
+
flex-shrink: 0;
|
|
34035
|
+
display: flex;
|
|
34036
|
+
place-items: center;
|
|
34037
|
+
cursor: pointer;
|
|
34038
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34039
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34040
|
+
}
|
|
34041
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
34042
|
+
padding-left: 16px;
|
|
34043
|
+
color: #0080ff;
|
|
34044
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
34045
|
+
}
|
|
34046
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
34047
|
+
margin-left: 2px;
|
|
34048
|
+
}
|
|
34049
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
34050
|
+
width: 16px;
|
|
34051
|
+
height: 16px;
|
|
34052
|
+
padding: 0;
|
|
34053
|
+
border-radius: 2px;
|
|
34054
|
+
margin-left: 8px;
|
|
34055
|
+
}
|
|
34056
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
34057
|
+
margin-left: 8px;
|
|
34058
|
+
}
|
|
34059
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
34060
|
+
padding-left: 16px;
|
|
34061
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34062
|
+
color: #0080ff;
|
|
34063
|
+
}
|
|
34064
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
34065
|
+
display: none;
|
|
34066
|
+
}
|
|
34067
|
+
|
|
34068
|
+
.E_ti12z2.ant-dropdown-open {
|
|
34069
|
+
color: #0080ff;
|
|
34070
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34071
|
+
}
|
|
34072
|
+
|
|
34073
|
+
.E_m19lu3v {
|
|
34074
|
+
cursor: default;
|
|
34075
|
+
}
|
|
34076
|
+
.E_m19lu3v .menu-wrapper {
|
|
34077
|
+
min-width: 160px;
|
|
34078
|
+
max-width: 400px;
|
|
34079
|
+
padding: 6px;
|
|
34080
|
+
background: #fff;
|
|
34081
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34082
|
+
border-radius: 8px;
|
|
34083
|
+
max-height: calc(100vh - 250px);
|
|
34084
|
+
overflow: auto;
|
|
34085
|
+
}
|
|
34086
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
34087
|
+
display: flex;
|
|
34088
|
+
place-items: center;
|
|
34089
|
+
width: var(--itemWidth);
|
|
34090
|
+
}
|
|
34091
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
34092
|
+
margin-top: 8px;
|
|
34093
|
+
}
|
|
34094
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
34095
|
+
padding: 6px;
|
|
34096
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34097
|
+
color: #0080ff;
|
|
34098
|
+
}
|
|
34099
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
34100
|
+
font-family: Inter;
|
|
34101
|
+
font-style: normal;
|
|
34102
|
+
font-weight: bold !important;
|
|
34103
|
+
}
|
|
34104
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
34105
|
+
padding: 5px 12px;
|
|
34106
|
+
border-radius: 4px;
|
|
34107
|
+
}
|
|
34108
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
34109
|
+
color: #0080ff;
|
|
34110
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34111
|
+
}
|
|
34112
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
34113
|
+
text-align: left;
|
|
34114
|
+
flex: 1;
|
|
34115
|
+
overflow: hidden;
|
|
34116
|
+
text-overflow: ellipsis;
|
|
34117
|
+
white-space: nowrap;
|
|
34118
|
+
}
|
|
34119
|
+
|
|
34120
|
+
.E_i1bmwe2m {
|
|
34121
|
+
margin: auto;
|
|
34145
34122
|
cursor: pointer;
|
|
34123
|
+
line-height: normal;
|
|
34124
|
+
height: 16px;
|
|
34125
|
+
margin-right: 3px;
|
|
34146
34126
|
}
|
|
34147
|
-
.
|
|
34148
|
-
|
|
34127
|
+
.E_i1bmwe2m .icon-inner {
|
|
34128
|
+
display: block;
|
|
34129
|
+
height: 16px;
|
|
34149
34130
|
}
|
|
34150
|
-
|
|
34151
|
-
|
|
34152
|
-
|
|
34153
|
-
padding: 0 8px;
|
|
34154
|
-
font-size: 12px;
|
|
34155
|
-
color: #fff;
|
|
34156
|
-
transform: translateX(-50%);
|
|
34131
|
+
|
|
34132
|
+
.E_b14q2gmw {
|
|
34133
|
+
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);
|
|
34157
34134
|
}
|
|
34158
34135
|
|
|
34159
|
-
.
|
|
34160
|
-
|
|
34161
|
-
background-color:
|
|
34162
|
-
|
|
34163
|
-
|
|
34164
|
-
|
|
34136
|
+
.E_c1eym6el {
|
|
34137
|
+
border-radius: 8px;
|
|
34138
|
+
background-color: white;
|
|
34139
|
+
}
|
|
34140
|
+
.E_c1eym6el.hoverable {
|
|
34141
|
+
cursor: pointer;
|
|
34142
|
+
}
|
|
34143
|
+
.E_c1eym6el.hoverable:hover {
|
|
34144
|
+
transition: all 200ms ease;
|
|
34145
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34146
|
+
transform: translateY(-4px);
|
|
34165
34147
|
}
|
|
34166
34148
|
|
|
34167
|
-
.
|
|
34149
|
+
.E_lht19u8 {
|
|
34150
|
+
width: 64px;
|
|
34151
|
+
height: 64px;
|
|
34168
34152
|
display: flex;
|
|
34169
34153
|
align-items: center;
|
|
34170
|
-
|
|
34171
|
-
|
|
34172
|
-
|
|
34173
|
-
font-size: 12px;
|
|
34174
|
-
padding-top: 6px;
|
|
34175
|
-
}
|
|
34176
|
-
.E_tecdsj7:first-child {
|
|
34177
|
-
padding-top: 3px;
|
|
34178
|
-
}
|
|
34179
|
-
.E_tecdsj7:last-child {
|
|
34180
|
-
padding-bottom: 3px;
|
|
34154
|
+
justify-content: center;
|
|
34155
|
+
position: relative;
|
|
34156
|
+
opacity: 0.2;
|
|
34181
34157
|
}
|
|
34182
|
-
|
|
34183
|
-
|
|
34184
|
-
|
|
34158
|
+
|
|
34159
|
+
.E_lk3gkp4 {
|
|
34160
|
+
position: absolute;
|
|
34161
|
+
width: 5px;
|
|
34162
|
+
height: 48px;
|
|
34163
|
+
left: 9.33px;
|
|
34164
|
+
top: 40.5px;
|
|
34165
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34166
|
+
border-radius: 5px;
|
|
34167
|
+
transform: rotate(-128deg);
|
|
34168
|
+
transform-origin: top left;
|
|
34169
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34185
34170
|
}
|
|
34186
34171
|
|
|
34187
|
-
.
|
|
34188
|
-
|
|
34189
|
-
|
|
34190
|
-
|
|
34191
|
-
|
|
34192
|
-
|
|
34172
|
+
.E_ll4n94n {
|
|
34173
|
+
position: absolute;
|
|
34174
|
+
width: 5px;
|
|
34175
|
+
height: 48px;
|
|
34176
|
+
left: 40.8px;
|
|
34177
|
+
top: 8.4px;
|
|
34178
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34179
|
+
border-radius: 5px;
|
|
34180
|
+
transform: rotate(-8deg);
|
|
34181
|
+
transform-origin: top left;
|
|
34182
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34193
34183
|
}
|
|
34194
|
-
|
|
34195
|
-
|
|
34184
|
+
|
|
34185
|
+
.E_l17lbdo6 {
|
|
34186
|
+
position: absolute;
|
|
34187
|
+
width: 5px;
|
|
34188
|
+
height: 48px;
|
|
34189
|
+
left: 52.9px;
|
|
34190
|
+
top: 51.8px;
|
|
34191
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34192
|
+
border-radius: 5px;
|
|
34193
|
+
transform: rotate(112deg);
|
|
34194
|
+
transform-origin: top left;
|
|
34195
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34196
34196
|
}
|
|
34197
34197
|
|
|
34198
34198
|
.E_msn7nxt {
|
|
@@ -34356,15 +34356,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34356
34356
|
margin-left: 8px;
|
|
34357
34357
|
}
|
|
34358
34358
|
|
|
34359
|
-
.E_w7ob4th.outside-tag {
|
|
34360
|
-
padding-left: 0;
|
|
34361
|
-
}
|
|
34362
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34363
|
-
border-radius: 4px 0 0 4px;
|
|
34364
|
-
padding-right: 4px;
|
|
34365
|
-
margin-right: 4px;
|
|
34366
|
-
}
|
|
34367
|
-
|
|
34368
34359
|
.E_sjob3jg {
|
|
34369
34360
|
--item-min-width: 60px;
|
|
34370
34361
|
}
|
|
@@ -34560,60 +34551,13 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34560
34551
|
justify-content: center;
|
|
34561
34552
|
}
|
|
34562
34553
|
|
|
34563
|
-
.
|
|
34564
|
-
|
|
34565
|
-
display: flex;
|
|
34566
|
-
gap: 8px;
|
|
34567
|
-
padding: 8px 0;
|
|
34568
|
-
display: flex;
|
|
34569
|
-
justify-content: center;
|
|
34570
|
-
white-space: pre-wrap;
|
|
34571
|
-
align-items: center;
|
|
34572
|
-
}
|
|
34573
|
-
.E_bpgac8u .dashed-btn {
|
|
34574
|
-
border-bottom: 1px solid white;
|
|
34575
|
-
cursor: pointer;
|
|
34576
|
-
}
|
|
34577
|
-
|
|
34578
|
-
.E_envn4g3 {
|
|
34579
|
-
background: #F0483E;
|
|
34580
|
-
}
|
|
34581
|
-
|
|
34582
|
-
.E_i12w18eu {
|
|
34583
|
-
background: #0080FF;
|
|
34584
|
-
}
|
|
34585
|
-
|
|
34586
|
-
.E_wujsnt4 {
|
|
34587
|
-
background-color: #E07F00;
|
|
34588
|
-
}
|
|
34589
|
-
|
|
34590
|
-
.E_slr2ynn {
|
|
34591
|
-
padding: 0 8px;
|
|
34592
|
-
height: 18px;
|
|
34593
|
-
}
|
|
34594
|
-
|
|
34595
|
-
.E_m140wbb6 {
|
|
34596
|
-
padding: 2px 8px;
|
|
34597
|
-
height: 24px;
|
|
34598
|
-
}
|
|
34599
|
-
|
|
34600
|
-
.E_t1fozc1i {
|
|
34601
|
-
margin: 0;
|
|
34554
|
+
.E_w7ob4th.outside-tag {
|
|
34555
|
+
padding-left: 0;
|
|
34602
34556
|
}
|
|
34603
|
-
|
|
34604
|
-
|
|
34557
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34558
|
+
border-radius: 4px 0 0 4px;
|
|
34559
|
+
padding-right: 4px;
|
|
34605
34560
|
margin-right: 4px;
|
|
34606
|
-
height: 16px;
|
|
34607
|
-
}
|
|
34608
|
-
|
|
34609
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34610
|
-
font-weight: 700;
|
|
34611
|
-
color: #00122e;
|
|
34612
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34613
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34614
|
-
word-break: break-all;
|
|
34615
|
-
display: inline;
|
|
34616
|
-
white-space: normal;
|
|
34617
34561
|
}
|
|
34618
34562
|
|
|
34619
34563
|
.E_t1dtlqs1 {
|
|
@@ -34812,6 +34756,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34812
34756
|
margin-right: 8px;
|
|
34813
34757
|
}
|
|
34814
34758
|
|
|
34759
|
+
.E_slr2ynn {
|
|
34760
|
+
padding: 0 8px;
|
|
34761
|
+
height: 18px;
|
|
34762
|
+
}
|
|
34763
|
+
|
|
34764
|
+
.E_m140wbb6 {
|
|
34765
|
+
padding: 2px 8px;
|
|
34766
|
+
height: 24px;
|
|
34767
|
+
}
|
|
34768
|
+
|
|
34769
|
+
.E_t1fozc1i {
|
|
34770
|
+
margin: 0;
|
|
34771
|
+
}
|
|
34772
|
+
|
|
34773
|
+
.E_i1vxv4ln {
|
|
34774
|
+
margin-right: 4px;
|
|
34775
|
+
height: 16px;
|
|
34776
|
+
}
|
|
34777
|
+
|
|
34778
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34779
|
+
font-weight: 700;
|
|
34780
|
+
color: #00122e;
|
|
34781
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34782
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34783
|
+
word-break: break-all;
|
|
34784
|
+
display: inline;
|
|
34785
|
+
white-space: normal;
|
|
34786
|
+
}
|
|
34787
|
+
|
|
34815
34788
|
.E_i1g85yz3 {
|
|
34816
34789
|
margin-right: 4px;
|
|
34817
34790
|
height: 16px;
|
|
@@ -34847,56 +34820,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34847
34820
|
background: rgba(163, 180, 204, 0.18);
|
|
34848
34821
|
}
|
|
34849
34822
|
|
|
34850
|
-
.
|
|
34851
|
-
color: #
|
|
34852
|
-
|
|
34853
|
-
|
|
34854
|
-
|
|
34855
|
-
|
|
34856
|
-
|
|
34857
|
-
|
|
34858
|
-
|
|
34859
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34860
|
-
margin-bottom: 16px;
|
|
34861
|
-
padding-bottom: 0px;
|
|
34862
|
-
}
|
|
34863
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34864
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34865
|
-
margin-bottom: 0;
|
|
34866
|
-
}
|
|
34867
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34868
|
-
margin-bottom: 12px;
|
|
34823
|
+
.E_bpgac8u {
|
|
34824
|
+
color: #FFFFFF;
|
|
34825
|
+
display: flex;
|
|
34826
|
+
gap: 8px;
|
|
34827
|
+
padding: 8px 0;
|
|
34828
|
+
display: flex;
|
|
34829
|
+
justify-content: center;
|
|
34830
|
+
white-space: pre-wrap;
|
|
34831
|
+
align-items: center;
|
|
34869
34832
|
}
|
|
34870
|
-
.
|
|
34871
|
-
|
|
34833
|
+
.E_bpgac8u .dashed-btn {
|
|
34834
|
+
border-bottom: 1px solid white;
|
|
34835
|
+
cursor: pointer;
|
|
34872
34836
|
}
|
|
34873
34837
|
|
|
34874
|
-
.
|
|
34875
|
-
|
|
34876
|
-
}
|
|
34877
|
-
.E_t2e44lg .item-time {
|
|
34878
|
-
display: flex;
|
|
34879
|
-
flex-direction: column;
|
|
34880
|
-
gap: 4px;
|
|
34881
|
-
margin-top: 4px;
|
|
34882
|
-
}
|
|
34883
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34884
|
-
padding-bottom: 0;
|
|
34838
|
+
.E_envn4g3 {
|
|
34839
|
+
background: #F0483E;
|
|
34885
34840
|
}
|
|
34886
34841
|
|
|
34887
|
-
.
|
|
34888
|
-
|
|
34889
|
-
flex-direction: column;
|
|
34890
|
-
align-items: center;
|
|
34891
|
-
justify-content: center;
|
|
34842
|
+
.E_i12w18eu {
|
|
34843
|
+
background: #0080FF;
|
|
34892
34844
|
}
|
|
34893
34845
|
|
|
34894
|
-
.
|
|
34895
|
-
color:
|
|
34846
|
+
.E_wujsnt4 {
|
|
34847
|
+
background-color: #E07F00;
|
|
34896
34848
|
}
|
|
34897
34849
|
|
|
34898
|
-
.
|
|
34899
|
-
color: #
|
|
34850
|
+
.E_b1jaupqb {
|
|
34851
|
+
color: #F0483E;
|
|
34900
34852
|
}
|
|
34901
34853
|
|
|
34902
34854
|
.E_icab5o7 {
|
|
@@ -35096,6 +35048,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35096
35048
|
font-weight: bold;
|
|
35097
35049
|
}
|
|
35098
35050
|
|
|
35051
|
+
.E_t59qhqp {
|
|
35052
|
+
padding: 0px;
|
|
35053
|
+
padding-top: 5px;
|
|
35054
|
+
padding-left: 5px;
|
|
35055
|
+
}
|
|
35056
|
+
.E_t59qhqp .ant-timeline-item {
|
|
35057
|
+
margin-bottom: 16px;
|
|
35058
|
+
padding-bottom: 0px;
|
|
35059
|
+
}
|
|
35060
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
35061
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
35062
|
+
margin-bottom: 0;
|
|
35063
|
+
}
|
|
35064
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
35065
|
+
margin-bottom: 12px;
|
|
35066
|
+
}
|
|
35067
|
+
.E_t59qhqp .info-action {
|
|
35068
|
+
align-self: baseline;
|
|
35069
|
+
}
|
|
35070
|
+
|
|
35071
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
35072
|
+
margin-left: 18px;
|
|
35073
|
+
}
|
|
35074
|
+
.E_t2e44lg .item-time {
|
|
35075
|
+
display: flex;
|
|
35076
|
+
flex-direction: column;
|
|
35077
|
+
gap: 4px;
|
|
35078
|
+
margin-top: 4px;
|
|
35079
|
+
}
|
|
35080
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
35081
|
+
padding-bottom: 0;
|
|
35082
|
+
}
|
|
35083
|
+
|
|
35084
|
+
.E_e14ua30y {
|
|
35085
|
+
display: flex;
|
|
35086
|
+
flex-direction: column;
|
|
35087
|
+
align-items: center;
|
|
35088
|
+
justify-content: center;
|
|
35089
|
+
}
|
|
35090
|
+
|
|
35091
|
+
.E_s1ikqzph {
|
|
35092
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35093
|
+
}
|
|
35094
|
+
|
|
35095
|
+
.E_i15astnl {
|
|
35096
|
+
color: #00122E;
|
|
35097
|
+
}
|
|
35098
|
+
|
|
35099
35099
|
.E_dxyv8bv {
|
|
35100
35100
|
--footer-height: 80px;
|
|
35101
35101
|
--modal-content-width: 492px;
|
|
@@ -35352,15 +35352,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35352
35352
|
color: #fff;
|
|
35353
35353
|
}
|
|
35354
35354
|
|
|
35355
|
-
.E_a9y3flr {
|
|
35356
|
-
margin-left: 8px;
|
|
35357
|
-
}
|
|
35358
|
-
|
|
35359
|
-
.E_a1njc627 {
|
|
35360
|
-
font-size: 12px;
|
|
35361
|
-
color: #00122e;
|
|
35362
|
-
}
|
|
35363
|
-
|
|
35364
35355
|
.E_f16blduf.ant-form-item {
|
|
35365
35356
|
margin-bottom: 0;
|
|
35366
35357
|
}
|
|
@@ -35380,6 +35371,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35380
35371
|
display: block;
|
|
35381
35372
|
}
|
|
35382
35373
|
|
|
35374
|
+
.E_a9y3flr {
|
|
35375
|
+
margin-left: 8px;
|
|
35376
|
+
}
|
|
35377
|
+
|
|
35378
|
+
.E_a1njc627 {
|
|
35379
|
+
font-size: 12px;
|
|
35380
|
+
color: #00122e;
|
|
35381
|
+
}
|
|
35382
|
+
|
|
35383
35383
|
.E_d1u4ndxc {
|
|
35384
35384
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35385
35385
|
font-size: 12px;
|
|
@@ -35436,71 +35436,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35436
35436
|
margin-left: 1px;
|
|
35437
35437
|
}
|
|
35438
35438
|
|
|
35439
|
-
.
|
|
35440
|
-
display:
|
|
35441
|
-
|
|
35442
|
-
justify-content: space-between;
|
|
35443
|
-
background: #edf0f7;
|
|
35444
|
-
padding: 8px 12px;
|
|
35445
|
-
position: sticky;
|
|
35446
|
-
top: 0;
|
|
35447
|
-
z-index: 1;
|
|
35448
|
-
margin-bottom: -52px;
|
|
35439
|
+
.E_c18bcrac {
|
|
35440
|
+
display: inline-block;
|
|
35441
|
+
width: 100%;
|
|
35449
35442
|
}
|
|
35450
|
-
.
|
|
35451
|
-
|
|
35452
|
-
align-items: center;
|
|
35453
|
-
font-weight: 700;
|
|
35454
|
-
flex-shrink: 0;
|
|
35443
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35444
|
+
margin-left: 4px;
|
|
35455
35445
|
}
|
|
35456
|
-
|
|
35457
|
-
|
|
35458
|
-
|
|
35459
|
-
width: 32px;
|
|
35460
|
-
height: 32px;
|
|
35461
|
-
border-radius: 50%;
|
|
35462
|
-
justify-content: center;
|
|
35446
|
+
|
|
35447
|
+
.E_cro7kg2 {
|
|
35448
|
+
padding: 4px;
|
|
35463
35449
|
}
|
|
35464
|
-
.
|
|
35465
|
-
|
|
35450
|
+
.E_cro7kg2 .unit {
|
|
35451
|
+
color: white;
|
|
35466
35452
|
}
|
|
35467
|
-
|
|
35468
|
-
|
|
35469
|
-
|
|
35453
|
+
|
|
35454
|
+
.E_c14wcxf0 {
|
|
35455
|
+
display: flex;
|
|
35456
|
+
justify-content: space-between;
|
|
35457
|
+
align-items: center;
|
|
35458
|
+
font-size: 13px;
|
|
35459
|
+
line-height: 24px;
|
|
35460
|
+
color: #cccccc;
|
|
35470
35461
|
white-space: nowrap;
|
|
35471
|
-
text-align: right;
|
|
35472
|
-
position: relative;
|
|
35473
|
-
padding: 4px 0;
|
|
35474
|
-
margin-top: -4px;
|
|
35475
|
-
overflow: hidden;
|
|
35476
|
-
}
|
|
35477
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35478
|
-
transform: translateY(-4px);
|
|
35479
|
-
}
|
|
35480
|
-
.E_s1ebs0ra .action-group button {
|
|
35481
|
-
border: none;
|
|
35482
|
-
}
|
|
35483
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35484
|
-
margin-right: 8px;
|
|
35485
35462
|
}
|
|
35486
|
-
.
|
|
35487
|
-
margin-right:
|
|
35463
|
+
.E_c14wcxf0 label {
|
|
35464
|
+
margin-right: 32px;
|
|
35488
35465
|
}
|
|
35489
|
-
|
|
35490
|
-
|
|
35491
|
-
|
|
35492
|
-
|
|
35493
|
-
justify-content: center;
|
|
35494
|
-
border-radius: 50%;
|
|
35466
|
+
|
|
35467
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35468
|
+
font-weight: bold;
|
|
35469
|
+
color: white;
|
|
35495
35470
|
}
|
|
35496
|
-
|
|
35497
|
-
|
|
35471
|
+
|
|
35472
|
+
.E_s11212zy {
|
|
35473
|
+
width: 8px;
|
|
35474
|
+
height: 8px;
|
|
35475
|
+
border-radius: 2px;
|
|
35476
|
+
display: inline-block;
|
|
35477
|
+
background: var(--s11212zy-0);
|
|
35478
|
+
border: 1px solid #fff;
|
|
35479
|
+
box-sizing: content-box;
|
|
35480
|
+
margin-right: 6px;
|
|
35498
35481
|
}
|
|
35499
35482
|
|
|
35500
|
-
.
|
|
35501
|
-
|
|
35502
|
-
|
|
35503
|
-
|
|
35483
|
+
.E_p1lyky6c > :first-child {
|
|
35484
|
+
font-weight: bold;
|
|
35485
|
+
color: white;
|
|
35486
|
+
margin-right: 4px;
|
|
35504
35487
|
}
|
|
35505
35488
|
|
|
35506
35489
|
.E_clm1wy1 {
|
|
@@ -35596,55 +35579,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35596
35579
|
border-radius: 2px;
|
|
35597
35580
|
}
|
|
35598
35581
|
|
|
35599
|
-
.
|
|
35600
|
-
display:
|
|
35601
|
-
|
|
35582
|
+
.E_s1ebs0ra {
|
|
35583
|
+
display: flex;
|
|
35584
|
+
align-items: center;
|
|
35585
|
+
justify-content: space-between;
|
|
35586
|
+
background: #edf0f7;
|
|
35587
|
+
padding: 8px 12px;
|
|
35588
|
+
position: sticky;
|
|
35589
|
+
top: 0;
|
|
35590
|
+
z-index: 1;
|
|
35591
|
+
margin-bottom: -52px;
|
|
35602
35592
|
}
|
|
35603
|
-
.
|
|
35604
|
-
|
|
35593
|
+
.E_s1ebs0ra .select-total {
|
|
35594
|
+
display: flex;
|
|
35595
|
+
align-items: center;
|
|
35596
|
+
font-weight: 700;
|
|
35597
|
+
flex-shrink: 0;
|
|
35605
35598
|
}
|
|
35606
|
-
|
|
35607
|
-
|
|
35608
|
-
|
|
35599
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35600
|
+
cursor: pointer;
|
|
35601
|
+
margin-left: 8px;
|
|
35602
|
+
width: 32px;
|
|
35603
|
+
height: 32px;
|
|
35604
|
+
border-radius: 50%;
|
|
35605
|
+
justify-content: center;
|
|
35609
35606
|
}
|
|
35610
|
-
.
|
|
35611
|
-
|
|
35607
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35608
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35612
35609
|
}
|
|
35613
|
-
|
|
35614
|
-
|
|
35615
|
-
|
|
35616
|
-
justify-content: space-between;
|
|
35617
|
-
align-items: center;
|
|
35618
|
-
font-size: 13px;
|
|
35619
|
-
line-height: 24px;
|
|
35620
|
-
color: #cccccc;
|
|
35610
|
+
.E_s1ebs0ra .action-group {
|
|
35611
|
+
flex: 1;
|
|
35612
|
+
margin-left: 88px;
|
|
35621
35613
|
white-space: nowrap;
|
|
35614
|
+
text-align: right;
|
|
35615
|
+
position: relative;
|
|
35616
|
+
padding: 4px 0;
|
|
35617
|
+
margin-top: -4px;
|
|
35618
|
+
overflow: hidden;
|
|
35622
35619
|
}
|
|
35623
|
-
.
|
|
35624
|
-
|
|
35620
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35621
|
+
transform: translateY(-4px);
|
|
35625
35622
|
}
|
|
35626
|
-
|
|
35627
|
-
|
|
35628
|
-
font-weight: bold;
|
|
35629
|
-
color: white;
|
|
35623
|
+
.E_s1ebs0ra .action-group button {
|
|
35624
|
+
border: none;
|
|
35630
35625
|
}
|
|
35631
|
-
|
|
35632
|
-
|
|
35633
|
-
width: 8px;
|
|
35634
|
-
height: 8px;
|
|
35635
|
-
border-radius: 2px;
|
|
35636
|
-
display: inline-block;
|
|
35637
|
-
background: var(--s11212zy-0);
|
|
35638
|
-
border: 1px solid #fff;
|
|
35639
|
-
box-sizing: content-box;
|
|
35640
|
-
margin-right: 6px;
|
|
35626
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35627
|
+
margin-right: 8px;
|
|
35641
35628
|
}
|
|
35642
|
-
|
|
35643
|
-
.E_p1lyky6c > :first-child {
|
|
35644
|
-
font-weight: bold;
|
|
35645
|
-
color: white;
|
|
35629
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35646
35630
|
margin-right: 4px;
|
|
35647
35631
|
}
|
|
35632
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35633
|
+
cursor: pointer;
|
|
35634
|
+
width: 32px;
|
|
35635
|
+
height: 32px;
|
|
35636
|
+
justify-content: center;
|
|
35637
|
+
border-radius: 50%;
|
|
35638
|
+
}
|
|
35639
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35640
|
+
background: #fff;
|
|
35641
|
+
}
|
|
35642
|
+
|
|
35643
|
+
.E_mzzncgx {
|
|
35644
|
+
display: inline-flex;
|
|
35645
|
+
align-items: center;
|
|
35646
|
+
gap: 4px;
|
|
35647
|
+
}
|
|
35648
35648
|
|
|
35649
35649
|
.E_c1up1pdz {
|
|
35650
35650
|
width: 648px;
|
|
@@ -35796,6 +35796,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35796
35796
|
color: #0080ff;
|
|
35797
35797
|
}
|
|
35798
35798
|
|
|
35799
|
+
span.E_tqjc4ui {
|
|
35800
|
+
margin: 0 2px;
|
|
35801
|
+
}
|
|
35802
|
+
|
|
35799
35803
|
.E_n12mqh7z {
|
|
35800
35804
|
display: flex;
|
|
35801
35805
|
align-items: center;
|
|
@@ -35815,242 +35819,144 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35815
35819
|
overflow: auto;
|
|
35816
35820
|
}
|
|
35817
35821
|
|
|
35818
|
-
|
|
35819
|
-
|
|
35822
|
+
.E_ou7iq30 {
|
|
35823
|
+
overflow: hidden;
|
|
35824
|
+
text-overflow: ellipsis;
|
|
35820
35825
|
}
|
|
35821
35826
|
|
|
35822
|
-
.
|
|
35823
|
-
|
|
35824
|
-
flex-direction: column;
|
|
35825
|
-
flex: 1;
|
|
35826
|
-
/* FIXME:(yanzhen) do this better */
|
|
35827
|
-
}
|
|
35828
|
-
.E_t160l1cm .tab-bar {
|
|
35829
|
-
flex-shrink: 0;
|
|
35830
|
-
display: flex;
|
|
35831
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
35832
|
-
}
|
|
35833
|
-
.E_t160l1cm .tab-content {
|
|
35834
|
-
height: 100%;
|
|
35835
|
-
}
|
|
35836
|
-
.E_t160l1cm .tab-menu-item {
|
|
35837
|
-
margin-right: 2px;
|
|
35838
|
-
padding: 1px 12px;
|
|
35839
|
-
line-height: 24px;
|
|
35840
|
-
height: 24px;
|
|
35841
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35842
|
-
border-radius: 4px 4px 0 0;
|
|
35843
|
-
cursor: pointer;
|
|
35844
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
35845
|
-
}
|
|
35846
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
35847
|
-
padding-left: 0;
|
|
35848
|
-
}
|
|
35849
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
35850
|
-
padding-left: 12px;
|
|
35851
|
-
}
|
|
35852
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
35853
|
-
color: #0080ff;
|
|
35854
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35855
|
-
}
|
|
35856
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
35857
|
-
fill: #0080ff;
|
|
35858
|
-
}
|
|
35859
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
35860
|
-
background: rgba(192, 203, 224, 0.6);
|
|
35861
|
-
}
|
|
35862
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
35863
|
-
color: #0080ff;
|
|
35864
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35865
|
-
}
|
|
35866
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
35867
|
-
background: rgba(192, 203, 224, 0.6);
|
|
35868
|
-
}
|
|
35869
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
35870
|
-
background: rgba(0, 128, 255, 0.16);
|
|
35871
|
-
}
|
|
35872
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
35873
|
-
fill: #0080ff;
|
|
35827
|
+
.E_s1tui002 {
|
|
35828
|
+
white-space: nowrap;
|
|
35874
35829
|
}
|
|
35875
|
-
|
|
35876
|
-
|
|
35877
|
-
|
|
35830
|
+
|
|
35831
|
+
.E_mxrc2zg {
|
|
35832
|
+
display: -webkit-box;
|
|
35833
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35834
|
+
-webkit-box-orient: vertical;
|
|
35835
|
+
word-break: break-all;
|
|
35878
35836
|
}
|
|
35879
|
-
|
|
35880
|
-
|
|
35837
|
+
|
|
35838
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35839
|
+
display: none;
|
|
35881
35840
|
}
|
|
35882
|
-
.
|
|
35883
|
-
|
|
35841
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35842
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35843
|
+
border-radius: 4px;
|
|
35884
35844
|
}
|
|
35885
|
-
.
|
|
35886
|
-
|
|
35887
|
-
height: 22px;
|
|
35845
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35846
|
+
visibility: hidden;
|
|
35888
35847
|
}
|
|
35889
|
-
|
|
35890
|
-
|
|
35848
|
+
|
|
35849
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35850
|
+
background: #edf0f7;
|
|
35851
|
+
padding: 32px 8px;
|
|
35852
|
+
overflow: auto;
|
|
35891
35853
|
}
|
|
35892
|
-
.
|
|
35893
|
-
padding: 0;
|
|
35854
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35894
35855
|
display: flex;
|
|
35895
|
-
|
|
35896
|
-
|
|
35897
|
-
}
|
|
35898
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
35899
|
-
opacity: 0;
|
|
35900
|
-
max-width: 0;
|
|
35901
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
35856
|
+
flex-direction: column;
|
|
35857
|
+
justify-content: space-between;
|
|
35902
35858
|
}
|
|
35903
|
-
.
|
|
35904
|
-
padding: 1px 12px;
|
|
35905
|
-
position: relative;
|
|
35859
|
+
.E_s1at6qmn footer {
|
|
35906
35860
|
display: flex;
|
|
35907
35861
|
}
|
|
35908
|
-
.
|
|
35909
|
-
|
|
35910
|
-
position: absolute;
|
|
35911
|
-
top: 50%;
|
|
35912
|
-
left: 0;
|
|
35913
|
-
transform: translate(-50%, -50%);
|
|
35914
|
-
transition: opacity 100ms linear;
|
|
35915
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
35916
|
-
}
|
|
35917
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
35918
|
-
color: #0080ff;
|
|
35919
|
-
}
|
|
35920
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35921
|
-
padding: 1px 12px;
|
|
35922
|
-
display: inline-block;
|
|
35923
|
-
opacity: 1;
|
|
35924
|
-
max-width: 160px;
|
|
35925
|
-
}
|
|
35926
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35927
|
-
padding: 1px 12px;
|
|
35928
|
-
color: #005ed1;
|
|
35929
|
-
}
|
|
35930
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35931
|
-
opacity: 1;
|
|
35932
|
-
}
|
|
35933
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
35934
|
-
background: rgba(0, 128, 255, 0.16);
|
|
35935
|
-
}
|
|
35936
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
35937
|
-
opacity: 0;
|
|
35862
|
+
.E_s1at6qmn .ant-menu {
|
|
35863
|
+
background: #edf0f7;
|
|
35938
35864
|
}
|
|
35939
|
-
.
|
|
35940
|
-
|
|
35941
|
-
|
|
35942
|
-
|
|
35865
|
+
.E_s1at6qmn .ant-menu a {
|
|
35866
|
+
color: #00122e;
|
|
35867
|
+
width: 180px;
|
|
35868
|
+
overflow: hidden;
|
|
35869
|
+
text-overflow: ellipsis;
|
|
35943
35870
|
}
|
|
35944
|
-
.
|
|
35945
|
-
|
|
35871
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35872
|
+
margin-bottom: 24px;
|
|
35946
35873
|
}
|
|
35947
|
-
.
|
|
35948
|
-
|
|
35874
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35875
|
+
margin: 0;
|
|
35949
35876
|
}
|
|
35950
|
-
.
|
|
35951
|
-
|
|
35952
|
-
|
|
35877
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35878
|
+
font-size: 12px;
|
|
35879
|
+
padding: 0 8px 4px;
|
|
35880
|
+
line-height: 18px;
|
|
35953
35881
|
}
|
|
35954
|
-
.
|
|
35882
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35955
35883
|
padding: 0;
|
|
35956
35884
|
}
|
|
35957
|
-
.
|
|
35958
|
-
padding:
|
|
35959
|
-
}
|
|
35960
|
-
.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 {
|
|
35961
|
-
padding: 4px 16px;
|
|
35962
|
-
}
|
|
35963
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
35964
|
-
background: #fff;
|
|
35965
|
-
}
|
|
35966
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
35967
|
-
color: #005ed1;
|
|
35885
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35886
|
+
padding-bottom: 24px;
|
|
35968
35887
|
}
|
|
35969
|
-
.
|
|
35970
|
-
|
|
35971
|
-
|
|
35888
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35889
|
+
margin-bottom: 24px;
|
|
35890
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35972
35891
|
}
|
|
35973
|
-
.
|
|
35974
|
-
|
|
35892
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35893
|
+
transition: none;
|
|
35894
|
+
display: flex;
|
|
35895
|
+
align-items: center;
|
|
35896
|
+
height: 32px;
|
|
35897
|
+
line-height: 22px;
|
|
35898
|
+
padding: 0 8px;
|
|
35975
35899
|
}
|
|
35976
|
-
.
|
|
35977
|
-
|
|
35900
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35901
|
+
margin-right: 12px;
|
|
35978
35902
|
}
|
|
35979
|
-
.
|
|
35980
|
-
|
|
35903
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35904
|
+
margin: 0;
|
|
35905
|
+
margin-bottom: 2px;
|
|
35981
35906
|
}
|
|
35982
|
-
.
|
|
35983
|
-
|
|
35907
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35908
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35909
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35910
|
+
border-radius: 6px;
|
|
35911
|
+
color: #fff;
|
|
35984
35912
|
}
|
|
35985
|
-
.
|
|
35986
|
-
|
|
35987
|
-
display: flex;
|
|
35988
|
-
flex-direction: column;
|
|
35913
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35914
|
+
color: #fff;
|
|
35989
35915
|
}
|
|
35990
|
-
.
|
|
35991
|
-
|
|
35916
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35917
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35918
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35919
|
+
border-radius: 6px;
|
|
35992
35920
|
}
|
|
35993
35921
|
|
|
35994
|
-
.
|
|
35995
|
-
|
|
35996
|
-
|
|
35997
|
-
}
|
|
35998
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35999
|
-
border: 1px solid #0080ff;
|
|
36000
|
-
padding: 0;
|
|
35922
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35923
|
+
white-space: nowrap;
|
|
35924
|
+
transition: all 0s;
|
|
36001
35925
|
}
|
|
36002
|
-
.
|
|
36003
|
-
|
|
36004
|
-
height: 32px;
|
|
36005
|
-
line-height: 32px;
|
|
36006
|
-
font-size: 13px;
|
|
36007
|
-
padding: 0 10px;
|
|
36008
|
-
display: block;
|
|
35926
|
+
.E_s1wu0lms.shrink {
|
|
35927
|
+
transition: all 0s;
|
|
36009
35928
|
overflow: hidden;
|
|
36010
|
-
text-overflow: ellipsis;
|
|
36011
|
-
white-space: nowrap;
|
|
36012
35929
|
}
|
|
36013
|
-
.
|
|
36014
|
-
|
|
36015
|
-
height: 1px;
|
|
36016
|
-
width: calc(100% + 10px);
|
|
36017
|
-
background: rgba(172, 186, 211, 0.6);
|
|
36018
|
-
display: block;
|
|
35930
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35931
|
+
visibility: hidden;
|
|
36019
35932
|
}
|
|
36020
|
-
.
|
|
36021
|
-
|
|
36022
|
-
|
|
35933
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35934
|
+
width: 36px;
|
|
35935
|
+
padding: 0 6px;
|
|
36023
35936
|
}
|
|
36024
35937
|
|
|
36025
|
-
.
|
|
35938
|
+
.E_n1ugzfva {
|
|
36026
35939
|
display: flex;
|
|
36027
|
-
|
|
36028
|
-
|
|
35940
|
+
place-items: center;
|
|
35941
|
+
width: 100% !important;
|
|
36029
35942
|
}
|
|
36030
|
-
|
|
36031
|
-
.
|
|
36032
|
-
|
|
36033
|
-
align-items: center;
|
|
36034
|
-
width: calc(100% - 40px);
|
|
35943
|
+
.E_n1ugzfva[disabled] {
|
|
35944
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35945
|
+
opacity: 1 !important;
|
|
36035
35946
|
}
|
|
36036
|
-
.
|
|
36037
|
-
display: inline-block;
|
|
35947
|
+
.E_n1ugzfva.ant-btn {
|
|
36038
35948
|
width: 100%;
|
|
35949
|
+
color: #00122e;
|
|
36039
35950
|
}
|
|
36040
|
-
|
|
36041
|
-
|
|
36042
|
-
min-width: 40px;
|
|
36043
|
-
}
|
|
36044
|
-
.E_u1p8acpn .unit {
|
|
36045
|
-
color: #00122e !important;
|
|
36046
|
-
}
|
|
36047
|
-
|
|
36048
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
36049
|
-
display: flex;
|
|
36050
|
-
align-items: center;
|
|
35951
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35952
|
+
margin-right: 12px;
|
|
36051
35953
|
}
|
|
36052
|
-
.
|
|
36053
|
-
|
|
35954
|
+
.E_n1ugzfva .link-title {
|
|
35955
|
+
flex: 1;
|
|
35956
|
+
overflow: hidden;
|
|
35957
|
+
white-space: nowrap;
|
|
35958
|
+
text-overflow: ellipsis;
|
|
35959
|
+
text-align: left;
|
|
36054
35960
|
}
|
|
36055
35961
|
|
|
36056
35962
|
.E_t1sqg15u {
|
|
@@ -36159,144 +36065,238 @@ span.E_tqjc4ui {
|
|
|
36159
36065
|
color: rgba(44, 56, 82, 0.75);
|
|
36160
36066
|
}
|
|
36161
36067
|
|
|
36162
|
-
.
|
|
36163
|
-
|
|
36164
|
-
|
|
36068
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36069
|
+
display: flex;
|
|
36070
|
+
align-items: center;
|
|
36165
36071
|
}
|
|
36166
|
-
|
|
36167
|
-
|
|
36168
|
-
white-space: nowrap;
|
|
36072
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36073
|
+
margin-right: 8px;
|
|
36169
36074
|
}
|
|
36170
36075
|
|
|
36171
|
-
.
|
|
36172
|
-
display:
|
|
36173
|
-
-
|
|
36174
|
-
-
|
|
36175
|
-
word-break: break-all;
|
|
36076
|
+
.E_wg1tsps {
|
|
36077
|
+
display: flex;
|
|
36078
|
+
align-items: center;
|
|
36079
|
+
justify-content: flex-end;
|
|
36176
36080
|
}
|
|
36177
36081
|
|
|
36178
|
-
.
|
|
36179
|
-
display:
|
|
36180
|
-
|
|
36181
|
-
|
|
36182
|
-
background: rgba(23, 38, 64, 0.8);
|
|
36183
|
-
border-radius: 4px;
|
|
36082
|
+
.E_b1ctd5xy {
|
|
36083
|
+
display: flex;
|
|
36084
|
+
align-items: center;
|
|
36085
|
+
width: calc(100% - 40px);
|
|
36184
36086
|
}
|
|
36185
|
-
.
|
|
36186
|
-
|
|
36087
|
+
.E_b1ctd5xy .chart {
|
|
36088
|
+
display: inline-block;
|
|
36089
|
+
width: 100%;
|
|
36187
36090
|
}
|
|
36188
36091
|
|
|
36189
|
-
.
|
|
36190
|
-
|
|
36191
|
-
padding: 32px 8px;
|
|
36192
|
-
overflow: auto;
|
|
36092
|
+
.E_u1p8acpn {
|
|
36093
|
+
min-width: 40px;
|
|
36193
36094
|
}
|
|
36194
|
-
.
|
|
36095
|
+
.E_u1p8acpn .unit {
|
|
36096
|
+
color: #00122e !important;
|
|
36097
|
+
}
|
|
36098
|
+
|
|
36099
|
+
.E_t160l1cm {
|
|
36195
36100
|
display: flex;
|
|
36196
36101
|
flex-direction: column;
|
|
36197
|
-
|
|
36102
|
+
flex: 1;
|
|
36103
|
+
/* FIXME:(yanzhen) do this better */
|
|
36198
36104
|
}
|
|
36199
|
-
.
|
|
36105
|
+
.E_t160l1cm .tab-bar {
|
|
36106
|
+
flex-shrink: 0;
|
|
36200
36107
|
display: flex;
|
|
36108
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
36201
36109
|
}
|
|
36202
|
-
.
|
|
36203
|
-
|
|
36110
|
+
.E_t160l1cm .tab-content {
|
|
36111
|
+
height: 100%;
|
|
36204
36112
|
}
|
|
36205
|
-
.
|
|
36206
|
-
|
|
36207
|
-
|
|
36208
|
-
|
|
36209
|
-
|
|
36113
|
+
.E_t160l1cm .tab-menu-item {
|
|
36114
|
+
margin-right: 2px;
|
|
36115
|
+
padding: 1px 12px;
|
|
36116
|
+
line-height: 24px;
|
|
36117
|
+
height: 24px;
|
|
36118
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36119
|
+
border-radius: 4px 4px 0 0;
|
|
36120
|
+
cursor: pointer;
|
|
36121
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
36210
36122
|
}
|
|
36211
|
-
.
|
|
36212
|
-
|
|
36123
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
36124
|
+
padding-left: 0;
|
|
36213
36125
|
}
|
|
36214
|
-
.
|
|
36215
|
-
|
|
36126
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
36127
|
+
padding-left: 12px;
|
|
36216
36128
|
}
|
|
36217
|
-
.
|
|
36218
|
-
|
|
36219
|
-
|
|
36220
|
-
line-height: 18px;
|
|
36129
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
36130
|
+
color: #0080ff;
|
|
36131
|
+
background: rgba(211, 218, 235, 0.6);
|
|
36221
36132
|
}
|
|
36222
|
-
.
|
|
36223
|
-
|
|
36133
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
36134
|
+
fill: #0080ff;
|
|
36224
36135
|
}
|
|
36225
|
-
.
|
|
36226
|
-
|
|
36136
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
36137
|
+
background: rgba(192, 203, 224, 0.6);
|
|
36227
36138
|
}
|
|
36228
|
-
.
|
|
36229
|
-
|
|
36230
|
-
|
|
36139
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
36140
|
+
color: #0080ff;
|
|
36141
|
+
background: rgba(211, 218, 235, 0.6);
|
|
36231
36142
|
}
|
|
36232
|
-
.
|
|
36233
|
-
|
|
36143
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
36144
|
+
background: rgba(192, 203, 224, 0.6);
|
|
36145
|
+
}
|
|
36146
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
36147
|
+
background: rgba(0, 128, 255, 0.16);
|
|
36148
|
+
}
|
|
36149
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
36150
|
+
fill: #0080ff;
|
|
36151
|
+
}
|
|
36152
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
36153
|
+
color: #0080ff;
|
|
36154
|
+
background: rgba(0, 128, 255, 0.1);
|
|
36155
|
+
}
|
|
36156
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
36157
|
+
background: rgba(0, 128, 255, 0.16);
|
|
36158
|
+
}
|
|
36159
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
36160
|
+
fill: #1d326c;
|
|
36161
|
+
}
|
|
36162
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
36163
|
+
margin-left: 8px;
|
|
36164
|
+
height: 22px;
|
|
36165
|
+
}
|
|
36166
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
36167
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
36168
|
+
}
|
|
36169
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
36170
|
+
padding: 0;
|
|
36234
36171
|
display: flex;
|
|
36235
36172
|
align-items: center;
|
|
36173
|
+
overflow: hidden;
|
|
36174
|
+
}
|
|
36175
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
36176
|
+
opacity: 0;
|
|
36177
|
+
max-width: 0;
|
|
36178
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
36179
|
+
}
|
|
36180
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
36181
|
+
padding: 1px 12px;
|
|
36182
|
+
position: relative;
|
|
36183
|
+
display: flex;
|
|
36184
|
+
}
|
|
36185
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
36186
|
+
opacity: 0;
|
|
36187
|
+
position: absolute;
|
|
36188
|
+
top: 50%;
|
|
36189
|
+
left: 0;
|
|
36190
|
+
transform: translate(-50%, -50%);
|
|
36191
|
+
transition: opacity 100ms linear;
|
|
36192
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
36193
|
+
}
|
|
36194
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
36195
|
+
color: #0080ff;
|
|
36196
|
+
}
|
|
36197
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
36198
|
+
padding: 1px 12px;
|
|
36199
|
+
display: inline-block;
|
|
36200
|
+
opacity: 1;
|
|
36201
|
+
max-width: 160px;
|
|
36202
|
+
}
|
|
36203
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
36204
|
+
padding: 1px 12px;
|
|
36205
|
+
color: #005ed1;
|
|
36206
|
+
}
|
|
36207
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
36208
|
+
opacity: 1;
|
|
36209
|
+
}
|
|
36210
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
36211
|
+
background: rgba(0, 128, 255, 0.16);
|
|
36212
|
+
}
|
|
36213
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
36214
|
+
opacity: 0;
|
|
36215
|
+
}
|
|
36216
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
36217
|
+
padding: 4px 16px;
|
|
36236
36218
|
height: 32px;
|
|
36237
|
-
|
|
36238
|
-
padding: 0 8px;
|
|
36219
|
+
border-radius: 6px 6px 0 0;
|
|
36239
36220
|
}
|
|
36240
|
-
.
|
|
36241
|
-
|
|
36221
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
36222
|
+
padding-left: 0;
|
|
36242
36223
|
}
|
|
36243
|
-
.
|
|
36244
|
-
|
|
36245
|
-
margin-bottom: 2px;
|
|
36224
|
+
.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 {
|
|
36225
|
+
padding-left: 16px;
|
|
36246
36226
|
}
|
|
36247
|
-
.
|
|
36248
|
-
|
|
36249
|
-
|
|
36250
|
-
border-radius: 6px;
|
|
36251
|
-
color: #fff;
|
|
36227
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
36228
|
+
margin-left: 11px;
|
|
36229
|
+
height: 24px;
|
|
36252
36230
|
}
|
|
36253
|
-
.
|
|
36254
|
-
|
|
36231
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
36232
|
+
padding: 0;
|
|
36233
|
+
}
|
|
36234
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
36235
|
+
padding: 4px 16px;
|
|
36236
|
+
}
|
|
36237
|
+
.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 {
|
|
36238
|
+
padding: 4px 16px;
|
|
36239
|
+
}
|
|
36240
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
36241
|
+
background: #fff;
|
|
36242
|
+
}
|
|
36243
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
36244
|
+
color: #005ed1;
|
|
36255
36245
|
}
|
|
36256
|
-
.
|
|
36257
|
-
background:
|
|
36258
|
-
|
|
36259
|
-
border-radius: 6px;
|
|
36246
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
36247
|
+
background: #fff;
|
|
36248
|
+
color: #1d326c;
|
|
36260
36249
|
}
|
|
36261
|
-
|
|
36262
|
-
|
|
36263
|
-
white-space: nowrap;
|
|
36264
|
-
transition: all 0s;
|
|
36250
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
36251
|
+
color: rgba(45, 58, 86, 0.6);
|
|
36265
36252
|
}
|
|
36266
|
-
.
|
|
36267
|
-
|
|
36268
|
-
overflow: hidden;
|
|
36253
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
36254
|
+
color: #1d326c;
|
|
36269
36255
|
}
|
|
36270
|
-
.
|
|
36271
|
-
|
|
36256
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
36257
|
+
fill: #d8deeb;
|
|
36272
36258
|
}
|
|
36273
|
-
.
|
|
36274
|
-
|
|
36275
|
-
padding: 0 6px;
|
|
36259
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
36260
|
+
fill: #1d326c;
|
|
36276
36261
|
}
|
|
36277
|
-
|
|
36278
|
-
|
|
36262
|
+
.E_t160l1cm .tab-content {
|
|
36263
|
+
flex: 1;
|
|
36279
36264
|
display: flex;
|
|
36280
|
-
|
|
36281
|
-
width: 100% !important;
|
|
36265
|
+
flex-direction: column;
|
|
36282
36266
|
}
|
|
36283
|
-
.
|
|
36284
|
-
|
|
36285
|
-
opacity: 1 !important;
|
|
36267
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
36268
|
+
overflow: visible;
|
|
36286
36269
|
}
|
|
36287
|
-
|
|
36288
|
-
|
|
36289
|
-
|
|
36270
|
+
|
|
36271
|
+
.E_t14npdqr {
|
|
36272
|
+
max-width: 240px;
|
|
36273
|
+
animation: none;
|
|
36290
36274
|
}
|
|
36291
|
-
.
|
|
36292
|
-
|
|
36275
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
36276
|
+
border: 1px solid #0080ff;
|
|
36277
|
+
padding: 0;
|
|
36293
36278
|
}
|
|
36294
|
-
.
|
|
36295
|
-
|
|
36279
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
36280
|
+
margin: 0;
|
|
36281
|
+
height: 32px;
|
|
36282
|
+
line-height: 32px;
|
|
36283
|
+
font-size: 13px;
|
|
36284
|
+
padding: 0 10px;
|
|
36285
|
+
display: block;
|
|
36296
36286
|
overflow: hidden;
|
|
36297
|
-
white-space: nowrap;
|
|
36298
36287
|
text-overflow: ellipsis;
|
|
36299
|
-
|
|
36288
|
+
white-space: nowrap;
|
|
36289
|
+
}
|
|
36290
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
36291
|
+
content: " ";
|
|
36292
|
+
height: 1px;
|
|
36293
|
+
width: calc(100% + 10px);
|
|
36294
|
+
background: rgba(172, 186, 211, 0.6);
|
|
36295
|
+
display: block;
|
|
36296
|
+
}
|
|
36297
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
36298
|
+
color: #0080ff;
|
|
36299
|
+
background: transparent;
|
|
36300
36300
|
}
|
|
36301
36301
|
|
|
36302
36302
|
.E_cyms3br {
|
|
@@ -36374,12 +36374,6 @@ span.E_tqjc4ui {
|
|
|
36374
36374
|
justify-content: center;
|
|
36375
36375
|
}
|
|
36376
36376
|
|
|
36377
|
-
.E_h1ol2wl7 {
|
|
36378
|
-
font-weight: bold;
|
|
36379
|
-
background-color: unset;
|
|
36380
|
-
padding: unset;
|
|
36381
|
-
}
|
|
36382
|
-
|
|
36383
36377
|
.E_i5w779o {
|
|
36384
36378
|
padding: 8px 0;
|
|
36385
36379
|
}
|
|
@@ -36484,6 +36478,96 @@ span.E_tqjc4ui {
|
|
|
36484
36478
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36485
36479
|
}
|
|
36486
36480
|
|
|
36481
|
+
.E_h1ol2wl7 {
|
|
36482
|
+
font-weight: bold;
|
|
36483
|
+
background-color: unset;
|
|
36484
|
+
padding: unset;
|
|
36485
|
+
}
|
|
36486
|
+
|
|
36487
|
+
.E_cevhqx7 {
|
|
36488
|
+
color: #00122e;
|
|
36489
|
+
}
|
|
36490
|
+
|
|
36491
|
+
.E_snbqlt4 {
|
|
36492
|
+
margin-top: 8px;
|
|
36493
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36494
|
+
}
|
|
36495
|
+
|
|
36496
|
+
.E_c1ss4prm {
|
|
36497
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36498
|
+
}
|
|
36499
|
+
.E_c1ss4prm:is(ul, ol) {
|
|
36500
|
+
padding-inline-start: 12px;
|
|
36501
|
+
}
|
|
36502
|
+
.E_c1ss4prm li {
|
|
36503
|
+
margin-bottom: 4px;
|
|
36504
|
+
}
|
|
36505
|
+
.E_c1ss4prm li:last-child {
|
|
36506
|
+
margin-bottom: 0;
|
|
36507
|
+
}
|
|
36508
|
+
|
|
36509
|
+
.E_ms3tlei {
|
|
36510
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36511
|
+
padding: 8px;
|
|
36512
|
+
border-radius: 6px;
|
|
36513
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36514
|
+
}
|
|
36515
|
+
.E_ms3tlei .icon-wrapper {
|
|
36516
|
+
margin-top: 1px;
|
|
36517
|
+
margin-right: 4px;
|
|
36518
|
+
}
|
|
36519
|
+
.E_ms3tlei li {
|
|
36520
|
+
margin-bottom: 4px;
|
|
36521
|
+
display: flex;
|
|
36522
|
+
align-items: flex-start;
|
|
36523
|
+
}
|
|
36524
|
+
.E_ms3tlei li:last-child {
|
|
36525
|
+
margin-bottom: 0;
|
|
36526
|
+
}
|
|
36527
|
+
|
|
36528
|
+
.E_du44iy7 {
|
|
36529
|
+
margin-bottom: 4px;
|
|
36530
|
+
}
|
|
36531
|
+
|
|
36532
|
+
.E_p1qmhanr {
|
|
36533
|
+
margin-bottom: 8px;
|
|
36534
|
+
}
|
|
36535
|
+
|
|
36536
|
+
.E_srje1h0 {
|
|
36537
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36538
|
+
margin-bottom: 8px;
|
|
36539
|
+
}
|
|
36540
|
+
|
|
36541
|
+
.E_di3zi7v {
|
|
36542
|
+
height: 1px;
|
|
36543
|
+
background: #e4e9f2;
|
|
36544
|
+
margin: 16px 0;
|
|
36545
|
+
}
|
|
36546
|
+
|
|
36547
|
+
.E_l12xdkhl {
|
|
36548
|
+
width: 64px;
|
|
36549
|
+
height: 64px;
|
|
36550
|
+
max-width: 64px;
|
|
36551
|
+
max-height: 64px;
|
|
36552
|
+
overflow: hidden;
|
|
36553
|
+
display: flex;
|
|
36554
|
+
align-items: center;
|
|
36555
|
+
justify-content: center;
|
|
36556
|
+
position: relative;
|
|
36557
|
+
opacity: 0.6;
|
|
36558
|
+
}
|
|
36559
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36560
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36561
|
+
}
|
|
36562
|
+
@keyframes rotate {
|
|
36563
|
+
from {
|
|
36564
|
+
transform: rotate(0deg);
|
|
36565
|
+
}
|
|
36566
|
+
to {
|
|
36567
|
+
transform: rotate(360deg);
|
|
36568
|
+
}
|
|
36569
|
+
}
|
|
36570
|
+
|
|
36487
36571
|
.E_c1kchka8 {
|
|
36488
36572
|
height: 100%;
|
|
36489
36573
|
width: 100%;
|
|
@@ -37018,88 +37102,4 @@ span.E_tqjc4ui {
|
|
|
37018
37102
|
}
|
|
37019
37103
|
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37020
37104
|
height: auto;
|
|
37021
|
-
}
|
|
37022
|
-
|
|
37023
|
-
.E_c1ss4prm {
|
|
37024
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37025
|
-
}
|
|
37026
|
-
.E_c1ss4prm:is(ul, ol) {
|
|
37027
|
-
padding-inline-start: 12px;
|
|
37028
|
-
}
|
|
37029
|
-
.E_c1ss4prm li {
|
|
37030
|
-
margin-bottom: 4px;
|
|
37031
|
-
}
|
|
37032
|
-
.E_c1ss4prm li:last-child {
|
|
37033
|
-
margin-bottom: 0;
|
|
37034
|
-
}
|
|
37035
|
-
|
|
37036
|
-
.E_ms3tlei {
|
|
37037
|
-
background: rgba(225, 230, 241, 0.6);
|
|
37038
|
-
padding: 8px;
|
|
37039
|
-
border-radius: 6px;
|
|
37040
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37041
|
-
}
|
|
37042
|
-
.E_ms3tlei .icon-wrapper {
|
|
37043
|
-
margin-top: 1px;
|
|
37044
|
-
margin-right: 4px;
|
|
37045
|
-
}
|
|
37046
|
-
.E_ms3tlei li {
|
|
37047
|
-
margin-bottom: 4px;
|
|
37048
|
-
display: flex;
|
|
37049
|
-
align-items: flex-start;
|
|
37050
|
-
}
|
|
37051
|
-
.E_ms3tlei li:last-child {
|
|
37052
|
-
margin-bottom: 0;
|
|
37053
|
-
}
|
|
37054
|
-
|
|
37055
|
-
.E_du44iy7 {
|
|
37056
|
-
margin-bottom: 4px;
|
|
37057
|
-
}
|
|
37058
|
-
|
|
37059
|
-
.E_p1qmhanr {
|
|
37060
|
-
margin-bottom: 8px;
|
|
37061
|
-
}
|
|
37062
|
-
|
|
37063
|
-
.E_srje1h0 {
|
|
37064
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37065
|
-
margin-bottom: 8px;
|
|
37066
|
-
}
|
|
37067
|
-
|
|
37068
|
-
.E_di3zi7v {
|
|
37069
|
-
height: 1px;
|
|
37070
|
-
background: #e4e9f2;
|
|
37071
|
-
margin: 16px 0;
|
|
37072
|
-
}
|
|
37073
|
-
|
|
37074
|
-
.E_cevhqx7 {
|
|
37075
|
-
color: #00122e;
|
|
37076
|
-
}
|
|
37077
|
-
|
|
37078
|
-
.E_snbqlt4 {
|
|
37079
|
-
margin-top: 8px;
|
|
37080
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37081
|
-
}
|
|
37082
|
-
|
|
37083
|
-
.E_l12xdkhl {
|
|
37084
|
-
width: 64px;
|
|
37085
|
-
height: 64px;
|
|
37086
|
-
max-width: 64px;
|
|
37087
|
-
max-height: 64px;
|
|
37088
|
-
overflow: hidden;
|
|
37089
|
-
display: flex;
|
|
37090
|
-
align-items: center;
|
|
37091
|
-
justify-content: center;
|
|
37092
|
-
position: relative;
|
|
37093
|
-
opacity: 0.6;
|
|
37094
|
-
}
|
|
37095
|
-
.E_l12xdkhl .icon-wrapper {
|
|
37096
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
37097
|
-
}
|
|
37098
|
-
@keyframes rotate {
|
|
37099
|
-
from {
|
|
37100
|
-
transform: rotate(0deg);
|
|
37101
|
-
}
|
|
37102
|
-
to {
|
|
37103
|
-
transform: rotate(360deg);
|
|
37104
|
-
}
|
|
37105
37105
|
}
|