@cloudtower/eagle 0.33.47 → 0.33.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/LineChart/LineChartLegend.js +23 -6
- package/dist/cjs/coreX/BarChart/index.js +5 -2
- package/dist/cjs/coreX/UnderlineTootip/index.js +70 -0
- package/dist/cjs/index.js +30 -27
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1374 -1358
- package/dist/esm/core/LineChart/LineChartLegend.js +23 -6
- package/dist/esm/coreX/BarChart/index.js +4 -2
- package/dist/esm/coreX/UnderlineTootip/index.js +61 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1655 -1636
- package/dist/src/coreX/BarChart/index.d.ts +1 -0
- package/dist/src/coreX/UnderlineTootip/index.d.ts +43 -0
- package/dist/src/coreX/index.d.ts +4 -2
- package/dist/stories/docs/coreX/UnserlineTooltip.stories.d.ts +11 -0
- package/dist/style.css +1374 -1358
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29713,6 +29713,22 @@ html body {
|
|
|
29713
29713
|
padding: 8px 12px;
|
|
29714
29714
|
}
|
|
29715
29715
|
|
|
29716
|
+
.E_berrcjl {
|
|
29717
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29718
|
+
margin-bottom: 4px;
|
|
29719
|
+
}
|
|
29720
|
+
.E_berrcjl .breadcrumb-link {
|
|
29721
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29722
|
+
cursor: pointer;
|
|
29723
|
+
transition: color 160ms ease;
|
|
29724
|
+
}
|
|
29725
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29726
|
+
color: #0080ff;
|
|
29727
|
+
}
|
|
29728
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29729
|
+
color: #005ed1;
|
|
29730
|
+
}
|
|
29731
|
+
|
|
29716
29732
|
.E_c1uzzomf {
|
|
29717
29733
|
margin-bottom: 16px;
|
|
29718
29734
|
}
|
|
@@ -29764,35 +29780,6 @@ html body {
|
|
|
29764
29780
|
border-radius: unset;
|
|
29765
29781
|
}
|
|
29766
29782
|
|
|
29767
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29768
|
-
padding: 4px 8px 0 8px;
|
|
29769
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29770
|
-
font-size: 12px;
|
|
29771
|
-
}
|
|
29772
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29773
|
-
padding-bottom: 6px;
|
|
29774
|
-
}
|
|
29775
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29776
|
-
padding-top: 4px;
|
|
29777
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29778
|
-
}
|
|
29779
|
-
|
|
29780
|
-
.E_berrcjl {
|
|
29781
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29782
|
-
margin-bottom: 4px;
|
|
29783
|
-
}
|
|
29784
|
-
.E_berrcjl .breadcrumb-link {
|
|
29785
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29786
|
-
cursor: pointer;
|
|
29787
|
-
transition: color 160ms ease;
|
|
29788
|
-
}
|
|
29789
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29790
|
-
color: #0080ff;
|
|
29791
|
-
}
|
|
29792
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29793
|
-
color: #005ed1;
|
|
29794
|
-
}
|
|
29795
|
-
|
|
29796
29783
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29797
29784
|
justify-content: center;
|
|
29798
29785
|
}
|
|
@@ -30050,6 +30037,34 @@ html body {
|
|
|
30050
30037
|
justify-content: center;
|
|
30051
30038
|
}
|
|
30052
30039
|
|
|
30040
|
+
.E_fzh9mnb {
|
|
30041
|
+
width: 100%;
|
|
30042
|
+
height: 100%;
|
|
30043
|
+
min-height: 124px;
|
|
30044
|
+
display: flex;
|
|
30045
|
+
flex-direction: column;
|
|
30046
|
+
justify-content: center;
|
|
30047
|
+
align-items: center;
|
|
30048
|
+
}
|
|
30049
|
+
.E_fzh9mnb .error-text {
|
|
30050
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30051
|
+
margin-bottom: 16px;
|
|
30052
|
+
font-size: 18px;
|
|
30053
|
+
}
|
|
30054
|
+
|
|
30055
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30056
|
+
padding: 4px 8px 0 8px;
|
|
30057
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30058
|
+
font-size: 12px;
|
|
30059
|
+
}
|
|
30060
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30061
|
+
padding-bottom: 6px;
|
|
30062
|
+
}
|
|
30063
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30064
|
+
padding-top: 4px;
|
|
30065
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30066
|
+
}
|
|
30067
|
+
|
|
30053
30068
|
.E_d1bw7c5z {
|
|
30054
30069
|
position: relative;
|
|
30055
30070
|
max-width: 388px;
|
|
@@ -30133,21 +30148,6 @@ html body {
|
|
|
30133
30148
|
width: 102px;
|
|
30134
30149
|
}
|
|
30135
30150
|
|
|
30136
|
-
.E_fzh9mnb {
|
|
30137
|
-
width: 100%;
|
|
30138
|
-
height: 100%;
|
|
30139
|
-
min-height: 124px;
|
|
30140
|
-
display: flex;
|
|
30141
|
-
flex-direction: column;
|
|
30142
|
-
justify-content: center;
|
|
30143
|
-
align-items: center;
|
|
30144
|
-
}
|
|
30145
|
-
.E_fzh9mnb .error-text {
|
|
30146
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30147
|
-
margin-bottom: 16px;
|
|
30148
|
-
font-size: 18px;
|
|
30149
|
-
}
|
|
30150
|
-
|
|
30151
30151
|
.E_f7pxqmh {
|
|
30152
30152
|
width: 100%;
|
|
30153
30153
|
margin-bottom: 0 !important;
|
|
@@ -30182,6 +30182,19 @@ html body {
|
|
|
30182
30182
|
min-height: 0px;
|
|
30183
30183
|
}
|
|
30184
30184
|
|
|
30185
|
+
.E_i1inqkme {
|
|
30186
|
+
height: 18px;
|
|
30187
|
+
line-height: 18px;
|
|
30188
|
+
padding: 0 4px;
|
|
30189
|
+
border-radius: 4px;
|
|
30190
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30191
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30192
|
+
display: flex;
|
|
30193
|
+
align-items: center;
|
|
30194
|
+
white-space: nowrap;
|
|
30195
|
+
margin-right: 4px;
|
|
30196
|
+
}
|
|
30197
|
+
|
|
30185
30198
|
.E_iouxfgt {
|
|
30186
30199
|
display: inline-flex;
|
|
30187
30200
|
align-items: center;
|
|
@@ -30200,6 +30213,18 @@ html body {
|
|
|
30200
30213
|
animation: rotate 680ms linear infinite;
|
|
30201
30214
|
}
|
|
30202
30215
|
|
|
30216
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30217
|
+
display: flex;
|
|
30218
|
+
}
|
|
30219
|
+
.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 {
|
|
30220
|
+
border-bottom-left-radius: 5px;
|
|
30221
|
+
border-top-left-radius: 5px;
|
|
30222
|
+
}
|
|
30223
|
+
.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 {
|
|
30224
|
+
border-bottom-right-radius: 5px;
|
|
30225
|
+
border-top-right-radius: 5px;
|
|
30226
|
+
}
|
|
30227
|
+
|
|
30203
30228
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30204
30229
|
display: var(--a1wfy30z-0);
|
|
30205
30230
|
}
|
|
@@ -30238,17 +30263,8 @@ html body {
|
|
|
30238
30263
|
padding: 2px 7px 2px 12px;
|
|
30239
30264
|
}
|
|
30240
30265
|
|
|
30241
|
-
.
|
|
30242
|
-
height: 18px;
|
|
30266
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30243
30267
|
line-height: 18px;
|
|
30244
|
-
padding: 0 4px;
|
|
30245
|
-
border-radius: 4px;
|
|
30246
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30247
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30248
|
-
display: flex;
|
|
30249
|
-
align-items: center;
|
|
30250
|
-
white-space: nowrap;
|
|
30251
|
-
margin-right: 4px;
|
|
30252
30268
|
}
|
|
30253
30269
|
|
|
30254
30270
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30311,22 +30327,6 @@ html body {
|
|
|
30311
30327
|
padding: 2px 8px;
|
|
30312
30328
|
}
|
|
30313
30329
|
|
|
30314
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30315
|
-
display: flex;
|
|
30316
|
-
}
|
|
30317
|
-
.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 {
|
|
30318
|
-
border-bottom-left-radius: 5px;
|
|
30319
|
-
border-top-left-radius: 5px;
|
|
30320
|
-
}
|
|
30321
|
-
.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 {
|
|
30322
|
-
border-bottom-right-radius: 5px;
|
|
30323
|
-
border-top-right-radius: 5px;
|
|
30324
|
-
}
|
|
30325
|
-
|
|
30326
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30327
|
-
line-height: 18px;
|
|
30328
|
-
}
|
|
30329
|
-
|
|
30330
30330
|
.E_owd0kml {
|
|
30331
30331
|
display: inline-block;
|
|
30332
30332
|
}
|
|
@@ -30403,6 +30403,117 @@ html body {
|
|
|
30403
30403
|
line-height: 18px;
|
|
30404
30404
|
}
|
|
30405
30405
|
|
|
30406
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30407
|
+
margin-right: 8px;
|
|
30408
|
+
}
|
|
30409
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30410
|
+
margin-left: 8px;
|
|
30411
|
+
}
|
|
30412
|
+
|
|
30413
|
+
.E_cc368xp {
|
|
30414
|
+
color: #00122e;
|
|
30415
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30416
|
+
margin-right: 8px;
|
|
30417
|
+
padding-right: 8px;
|
|
30418
|
+
}
|
|
30419
|
+
|
|
30420
|
+
.E_i11o6xqj {
|
|
30421
|
+
display: flex;
|
|
30422
|
+
gap: 4px;
|
|
30423
|
+
}
|
|
30424
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30425
|
+
cursor: pointer;
|
|
30426
|
+
}
|
|
30427
|
+
|
|
30428
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30429
|
+
cursor: not-allowed;
|
|
30430
|
+
}
|
|
30431
|
+
|
|
30432
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
30433
|
+
display: inline-flex;
|
|
30434
|
+
align-items: center;
|
|
30435
|
+
justify-content: center;
|
|
30436
|
+
color: #fff;
|
|
30437
|
+
font-weight: bold;
|
|
30438
|
+
font-size: 12px;
|
|
30439
|
+
width: 24px;
|
|
30440
|
+
height: 24px;
|
|
30441
|
+
border-radius: 50%;
|
|
30442
|
+
background: var(--a1b5xrg3-0);
|
|
30443
|
+
}
|
|
30444
|
+
.E_a1b5xrg3.btn-item {
|
|
30445
|
+
transition: all 160ms ease;
|
|
30446
|
+
cursor: pointer;
|
|
30447
|
+
width: 56px;
|
|
30448
|
+
height: 40px;
|
|
30449
|
+
display: inline-flex;
|
|
30450
|
+
align-items: center;
|
|
30451
|
+
justify-content: center;
|
|
30452
|
+
border-radius: 6px;
|
|
30453
|
+
}
|
|
30454
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
30455
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30456
|
+
}
|
|
30457
|
+
.E_a1b5xrg3.btn-item:active {
|
|
30458
|
+
transform: translateY(2px);
|
|
30459
|
+
transition: all 320ms ease;
|
|
30460
|
+
}
|
|
30461
|
+
|
|
30462
|
+
.E_s1dizucg.ant-switch {
|
|
30463
|
+
min-width: 40px;
|
|
30464
|
+
height: 24px;
|
|
30465
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30466
|
+
overflow: hidden;
|
|
30467
|
+
}
|
|
30468
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30469
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30470
|
+
}
|
|
30471
|
+
.E_s1dizucg.ant-switch-small {
|
|
30472
|
+
min-width: 26px;
|
|
30473
|
+
height: 16px;
|
|
30474
|
+
}
|
|
30475
|
+
.E_s1dizucg.ant-switch-large {
|
|
30476
|
+
min-width: 52px;
|
|
30477
|
+
height: 32px;
|
|
30478
|
+
}
|
|
30479
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30480
|
+
height: 20px;
|
|
30481
|
+
width: 20px;
|
|
30482
|
+
}
|
|
30483
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30484
|
+
border-radius: 10px;
|
|
30485
|
+
transition-delay: 120ms;
|
|
30486
|
+
}
|
|
30487
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30488
|
+
height: 14px;
|
|
30489
|
+
width: 14px;
|
|
30490
|
+
top: 1px;
|
|
30491
|
+
left: 1px;
|
|
30492
|
+
}
|
|
30493
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30494
|
+
height: 28px;
|
|
30495
|
+
width: 28px;
|
|
30496
|
+
}
|
|
30497
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30498
|
+
border-radius: 14px;
|
|
30499
|
+
}
|
|
30500
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30501
|
+
background-color: #00ba5d;
|
|
30502
|
+
}
|
|
30503
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30504
|
+
left: calc(100% - 20px - 2px);
|
|
30505
|
+
}
|
|
30506
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30507
|
+
left: calc(100% - 14px - 1px);
|
|
30508
|
+
}
|
|
30509
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30510
|
+
left: calc(100% - 28px - 2px);
|
|
30511
|
+
}
|
|
30512
|
+
|
|
30513
|
+
.E_c1up6e3y {
|
|
30514
|
+
margin-left: 5px;
|
|
30515
|
+
}
|
|
30516
|
+
|
|
30406
30517
|
.E_rapgekc.ant-radio-wrapper {
|
|
30407
30518
|
display: inline-flex;
|
|
30408
30519
|
align-items: baseline;
|
|
@@ -30549,70 +30660,8 @@ html body {
|
|
|
30549
30660
|
width: 36px;
|
|
30550
30661
|
}
|
|
30551
30662
|
|
|
30552
|
-
.
|
|
30553
|
-
margin-right:
|
|
30554
|
-
}
|
|
30555
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30556
|
-
margin-left: 8px;
|
|
30557
|
-
}
|
|
30558
|
-
|
|
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;
|
|
30564
|
-
}
|
|
30565
|
-
|
|
30566
|
-
.E_i11o6xqj {
|
|
30567
|
-
display: flex;
|
|
30568
|
-
gap: 4px;
|
|
30569
|
-
}
|
|
30570
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30571
|
-
cursor: pointer;
|
|
30572
|
-
}
|
|
30573
|
-
|
|
30574
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30575
|
-
cursor: not-allowed;
|
|
30576
|
-
}
|
|
30577
|
-
|
|
30578
|
-
.E_c1bus5hc {
|
|
30579
|
-
--color: white;
|
|
30580
|
-
height: 14px;
|
|
30581
|
-
width: 14px;
|
|
30582
|
-
border-radius: 50%;
|
|
30583
|
-
flex-shrink: 0;
|
|
30584
|
-
display: flex;
|
|
30585
|
-
align-items: center;
|
|
30586
|
-
justify-content: center;
|
|
30587
|
-
border: 1px solid var(--color);
|
|
30588
|
-
}
|
|
30589
|
-
.E_c1bus5hc .circle-inner {
|
|
30590
|
-
position: relative;
|
|
30591
|
-
height: 10px;
|
|
30592
|
-
width: 10px;
|
|
30593
|
-
border-radius: 50%;
|
|
30594
|
-
overflow: hidden;
|
|
30595
|
-
}
|
|
30596
|
-
.E_c1bus5hc .circle-content {
|
|
30597
|
-
position: absolute;
|
|
30598
|
-
height: 100%;
|
|
30599
|
-
width: 100%;
|
|
30600
|
-
left: 0;
|
|
30601
|
-
top: 0;
|
|
30602
|
-
border-radius: 50%;
|
|
30603
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30604
|
-
transform: rotate(180deg);
|
|
30605
|
-
}
|
|
30606
|
-
.E_c1bus5hc .circle-child {
|
|
30607
|
-
position: absolute;
|
|
30608
|
-
height: 100%;
|
|
30609
|
-
width: 100%;
|
|
30610
|
-
left: 0;
|
|
30611
|
-
top: 0;
|
|
30612
|
-
margin-left: 50%;
|
|
30613
|
-
transform-origin: left;
|
|
30614
|
-
background: white;
|
|
30615
|
-
transform: rotate(0deg);
|
|
30663
|
+
.E_tju3gfj .date {
|
|
30664
|
+
margin-right: 4px;
|
|
30616
30665
|
}
|
|
30617
30666
|
|
|
30618
30667
|
.E_cnujxq2 {
|
|
@@ -31305,87 +31354,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31305
31354
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31306
31355
|
}
|
|
31307
31356
|
|
|
31308
|
-
.E_s1dni7lo {
|
|
31309
|
-
width: 430px !important;
|
|
31310
|
-
}
|
|
31311
|
-
|
|
31312
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31313
|
-
padding: 8px 16px;
|
|
31314
|
-
line-height: 18px;
|
|
31315
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31316
|
-
height: 34px;
|
|
31317
|
-
min-height: 34px;
|
|
31318
|
-
box-sizing: border-box;
|
|
31319
|
-
margin-top: 8px;
|
|
31320
|
-
}
|
|
31321
|
-
|
|
31322
|
-
.E_o1ugr09p {
|
|
31323
|
-
display: flex;
|
|
31324
|
-
flex-direction: column;
|
|
31325
|
-
margin: 1px 8px;
|
|
31326
|
-
padding: 8px;
|
|
31327
|
-
border-radius: 4px;
|
|
31328
|
-
}
|
|
31329
|
-
.E_o1ugr09p .selected-icon {
|
|
31330
|
-
display: none;
|
|
31331
|
-
}
|
|
31332
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31333
|
-
padding-left: 8px;
|
|
31334
|
-
}
|
|
31335
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31336
|
-
background-color: white;
|
|
31337
|
-
}
|
|
31338
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31339
|
-
color: #0080ff;
|
|
31340
|
-
}
|
|
31341
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31342
|
-
display: block;
|
|
31343
|
-
}
|
|
31344
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31345
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31346
|
-
}
|
|
31347
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31348
|
-
color: #0080ff;
|
|
31349
|
-
}
|
|
31350
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31351
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31352
|
-
color: #0080ff;
|
|
31353
|
-
}
|
|
31354
|
-
|
|
31355
|
-
.E_o1ifxsq4 {
|
|
31356
|
-
display: flex;
|
|
31357
|
-
justify-content: space-between;
|
|
31358
|
-
height: 20px;
|
|
31359
|
-
line-height: 20px;
|
|
31360
|
-
}
|
|
31361
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31362
|
-
color: #2d3a56;
|
|
31363
|
-
overflow: hidden;
|
|
31364
|
-
text-overflow: ellipsis;
|
|
31365
|
-
}
|
|
31366
|
-
|
|
31367
|
-
.E_o1zue7 {
|
|
31368
|
-
display: flex;
|
|
31369
|
-
justify-content: space-between;
|
|
31370
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31371
|
-
height: 18px;
|
|
31372
|
-
line-height: 18px;
|
|
31373
|
-
margin-top: 2px;
|
|
31374
|
-
}
|
|
31375
|
-
|
|
31376
|
-
.E_tyfmlxg {
|
|
31377
|
-
border: none;
|
|
31378
|
-
margin-right: 0;
|
|
31379
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31380
|
-
}
|
|
31381
|
-
|
|
31382
|
-
.E_o18uybox {
|
|
31383
|
-
pointer-events: none;
|
|
31384
|
-
height: 32px;
|
|
31385
|
-
width: 100%;
|
|
31386
|
-
opacity: 0;
|
|
31387
|
-
}
|
|
31388
|
-
|
|
31389
31357
|
.E_s1sck0th {
|
|
31390
31358
|
padding: 0 8px;
|
|
31391
31359
|
border-radius: 4px;
|
|
@@ -31468,136 +31436,91 @@ input.E_rf8rlle.ant-input {
|
|
|
31468
31436
|
background-color: #7E41FF;
|
|
31469
31437
|
}
|
|
31470
31438
|
|
|
31471
|
-
.
|
|
31472
|
-
|
|
31439
|
+
.E_iq1gosr {
|
|
31440
|
+
display: inline-block;
|
|
31473
31441
|
}
|
|
31474
31442
|
|
|
31475
|
-
.
|
|
31476
|
-
|
|
31443
|
+
.E_c1bus5hc {
|
|
31444
|
+
--color: white;
|
|
31445
|
+
height: 14px;
|
|
31446
|
+
width: 14px;
|
|
31447
|
+
border-radius: 50%;
|
|
31448
|
+
flex-shrink: 0;
|
|
31449
|
+
display: flex;
|
|
31477
31450
|
align-items: center;
|
|
31478
31451
|
justify-content: center;
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
height:
|
|
31452
|
+
border: 1px solid var(--color);
|
|
31453
|
+
}
|
|
31454
|
+
.E_c1bus5hc .circle-inner {
|
|
31455
|
+
position: relative;
|
|
31456
|
+
height: 10px;
|
|
31457
|
+
width: 10px;
|
|
31484
31458
|
border-radius: 50%;
|
|
31485
|
-
|
|
31459
|
+
overflow: hidden;
|
|
31486
31460
|
}
|
|
31487
|
-
.
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
width:
|
|
31491
|
-
|
|
31492
|
-
|
|
31493
|
-
|
|
31494
|
-
|
|
31495
|
-
|
|
31461
|
+
.E_c1bus5hc .circle-content {
|
|
31462
|
+
position: absolute;
|
|
31463
|
+
height: 100%;
|
|
31464
|
+
width: 100%;
|
|
31465
|
+
left: 0;
|
|
31466
|
+
top: 0;
|
|
31467
|
+
border-radius: 50%;
|
|
31468
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31469
|
+
transform: rotate(180deg);
|
|
31496
31470
|
}
|
|
31497
|
-
.
|
|
31498
|
-
|
|
31471
|
+
.E_c1bus5hc .circle-child {
|
|
31472
|
+
position: absolute;
|
|
31473
|
+
height: 100%;
|
|
31474
|
+
width: 100%;
|
|
31475
|
+
left: 0;
|
|
31476
|
+
top: 0;
|
|
31477
|
+
margin-left: 50%;
|
|
31478
|
+
transform-origin: left;
|
|
31479
|
+
background: white;
|
|
31480
|
+
transform: rotate(0deg);
|
|
31499
31481
|
}
|
|
31500
|
-
|
|
31501
|
-
|
|
31502
|
-
|
|
31482
|
+
|
|
31483
|
+
.E_m196gn1d {
|
|
31484
|
+
min-width: 1280px;
|
|
31503
31485
|
}
|
|
31504
31486
|
|
|
31505
|
-
.
|
|
31506
|
-
|
|
31507
|
-
height: 24px;
|
|
31508
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31509
|
-
overflow: hidden;
|
|
31487
|
+
.E_c1yyuluq {
|
|
31488
|
+
border-radius: 8px;
|
|
31510
31489
|
}
|
|
31511
|
-
.
|
|
31512
|
-
|
|
31490
|
+
.E_c1yyuluq .ant-card-body {
|
|
31491
|
+
padding: 20px 24px 24px 24px;
|
|
31513
31492
|
}
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
|
|
31493
|
+
|
|
31494
|
+
.E_dsnbhzf {
|
|
31495
|
+
font-family: Inter;
|
|
31496
|
+
font-style: normal;
|
|
31497
|
+
font-weight: bold;
|
|
31498
|
+
font-size: 32px;
|
|
31499
|
+
line-height: 40px;
|
|
31517
31500
|
}
|
|
31518
|
-
|
|
31519
|
-
|
|
31520
|
-
|
|
31501
|
+
|
|
31502
|
+
.E_d1mvo22k {
|
|
31503
|
+
font-family: Inter;
|
|
31504
|
+
font-style: normal;
|
|
31505
|
+
font-weight: bold;
|
|
31506
|
+
font-size: 24px;
|
|
31507
|
+
line-height: 32px;
|
|
31521
31508
|
}
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
|
|
31509
|
+
|
|
31510
|
+
.E_d1b444tr {
|
|
31511
|
+
font-family: Inter;
|
|
31512
|
+
font-style: normal;
|
|
31513
|
+
font-weight: normal;
|
|
31514
|
+
font-size: 32px;
|
|
31515
|
+
line-height: 40px;
|
|
31525
31516
|
}
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
|
|
31532
|
-
|
|
31533
|
-
top: 1px;
|
|
31534
|
-
left: 1px;
|
|
31535
|
-
}
|
|
31536
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31537
|
-
height: 28px;
|
|
31538
|
-
width: 28px;
|
|
31539
|
-
}
|
|
31540
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31541
|
-
border-radius: 14px;
|
|
31542
|
-
}
|
|
31543
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31544
|
-
background-color: #00ba5d;
|
|
31545
|
-
}
|
|
31546
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31547
|
-
left: calc(100% - 20px - 2px);
|
|
31548
|
-
}
|
|
31549
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31550
|
-
left: calc(100% - 14px - 1px);
|
|
31551
|
-
}
|
|
31552
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31553
|
-
left: calc(100% - 28px - 2px);
|
|
31554
|
-
}
|
|
31555
|
-
|
|
31556
|
-
.E_c1up6e3y {
|
|
31557
|
-
margin-left: 5px;
|
|
31558
|
-
}
|
|
31559
|
-
|
|
31560
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31561
|
-
display: none;
|
|
31562
|
-
}
|
|
31563
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31564
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31565
|
-
border-radius: 4px;
|
|
31566
|
-
}
|
|
31567
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31568
|
-
visibility: hidden;
|
|
31569
|
-
}
|
|
31570
|
-
|
|
31571
|
-
.E_dsnbhzf {
|
|
31572
|
-
font-family: Inter;
|
|
31573
|
-
font-style: normal;
|
|
31574
|
-
font-weight: bold;
|
|
31575
|
-
font-size: 32px;
|
|
31576
|
-
line-height: 40px;
|
|
31577
|
-
}
|
|
31578
|
-
|
|
31579
|
-
.E_d1mvo22k {
|
|
31580
|
-
font-family: Inter;
|
|
31581
|
-
font-style: normal;
|
|
31582
|
-
font-weight: bold;
|
|
31583
|
-
font-size: 24px;
|
|
31584
|
-
line-height: 32px;
|
|
31585
|
-
}
|
|
31586
|
-
|
|
31587
|
-
.E_d1b444tr {
|
|
31588
|
-
font-family: Inter;
|
|
31589
|
-
font-style: normal;
|
|
31590
|
-
font-weight: normal;
|
|
31591
|
-
font-size: 32px;
|
|
31592
|
-
line-height: 40px;
|
|
31593
|
-
}
|
|
31594
|
-
|
|
31595
|
-
.E_dvs0kue {
|
|
31596
|
-
font-family: Inter;
|
|
31597
|
-
font-style: normal;
|
|
31598
|
-
font-weight: bold;
|
|
31599
|
-
font-size: 20px;
|
|
31600
|
-
line-height: 24px;
|
|
31517
|
+
|
|
31518
|
+
.E_dvs0kue {
|
|
31519
|
+
font-family: Inter;
|
|
31520
|
+
font-style: normal;
|
|
31521
|
+
font-weight: bold;
|
|
31522
|
+
font-size: 20px;
|
|
31523
|
+
line-height: 24px;
|
|
31601
31524
|
}
|
|
31602
31525
|
|
|
31603
31526
|
.E_d1hcbfcq {
|
|
@@ -32043,15 +31966,15 @@ input.E_rf8rlle.ant-input {
|
|
|
32043
31966
|
line-height: 12px;
|
|
32044
31967
|
}
|
|
32045
31968
|
|
|
32046
|
-
.
|
|
32047
|
-
display:
|
|
31969
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31970
|
+
display: none;
|
|
32048
31971
|
}
|
|
32049
|
-
|
|
32050
|
-
.
|
|
32051
|
-
border-radius:
|
|
31972
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31973
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31974
|
+
border-radius: 4px;
|
|
32052
31975
|
}
|
|
32053
|
-
.
|
|
32054
|
-
|
|
31976
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31977
|
+
visibility: hidden;
|
|
32055
31978
|
}
|
|
32056
31979
|
|
|
32057
31980
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -32076,8 +31999,85 @@ input.E_rf8rlle.ant-input {
|
|
|
32076
31999
|
cursor: default;
|
|
32077
32000
|
}
|
|
32078
32001
|
|
|
32079
|
-
.
|
|
32080
|
-
|
|
32002
|
+
.E_s1dni7lo {
|
|
32003
|
+
width: 430px !important;
|
|
32004
|
+
}
|
|
32005
|
+
|
|
32006
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32007
|
+
padding: 8px 16px;
|
|
32008
|
+
line-height: 18px;
|
|
32009
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32010
|
+
height: 34px;
|
|
32011
|
+
min-height: 34px;
|
|
32012
|
+
box-sizing: border-box;
|
|
32013
|
+
margin-top: 8px;
|
|
32014
|
+
}
|
|
32015
|
+
|
|
32016
|
+
.E_o1ugr09p {
|
|
32017
|
+
display: flex;
|
|
32018
|
+
flex-direction: column;
|
|
32019
|
+
margin: 1px 8px;
|
|
32020
|
+
padding: 8px;
|
|
32021
|
+
border-radius: 4px;
|
|
32022
|
+
}
|
|
32023
|
+
.E_o1ugr09p .selected-icon {
|
|
32024
|
+
display: none;
|
|
32025
|
+
}
|
|
32026
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32027
|
+
padding-left: 8px;
|
|
32028
|
+
}
|
|
32029
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32030
|
+
background-color: white;
|
|
32031
|
+
}
|
|
32032
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32033
|
+
color: #0080ff;
|
|
32034
|
+
}
|
|
32035
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32036
|
+
display: block;
|
|
32037
|
+
}
|
|
32038
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
32039
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32040
|
+
}
|
|
32041
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32042
|
+
color: #0080ff;
|
|
32043
|
+
}
|
|
32044
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32045
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32046
|
+
color: #0080ff;
|
|
32047
|
+
}
|
|
32048
|
+
|
|
32049
|
+
.E_o1ifxsq4 {
|
|
32050
|
+
display: flex;
|
|
32051
|
+
justify-content: space-between;
|
|
32052
|
+
height: 20px;
|
|
32053
|
+
line-height: 20px;
|
|
32054
|
+
}
|
|
32055
|
+
.E_o1ifxsq4 .timezone-title {
|
|
32056
|
+
color: #2d3a56;
|
|
32057
|
+
overflow: hidden;
|
|
32058
|
+
text-overflow: ellipsis;
|
|
32059
|
+
}
|
|
32060
|
+
|
|
32061
|
+
.E_o1zue7 {
|
|
32062
|
+
display: flex;
|
|
32063
|
+
justify-content: space-between;
|
|
32064
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32065
|
+
height: 18px;
|
|
32066
|
+
line-height: 18px;
|
|
32067
|
+
margin-top: 2px;
|
|
32068
|
+
}
|
|
32069
|
+
|
|
32070
|
+
.E_tyfmlxg {
|
|
32071
|
+
border: none;
|
|
32072
|
+
margin-right: 0;
|
|
32073
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32074
|
+
}
|
|
32075
|
+
|
|
32076
|
+
.E_o18uybox {
|
|
32077
|
+
pointer-events: none;
|
|
32078
|
+
height: 32px;
|
|
32079
|
+
width: 100%;
|
|
32080
|
+
opacity: 0;
|
|
32081
32081
|
}
|
|
32082
32082
|
|
|
32083
32083
|
.E_hrhfj7c {
|
|
@@ -32328,39 +32328,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32328
32328
|
margin-right: 6px;
|
|
32329
32329
|
}
|
|
32330
32330
|
|
|
32331
|
-
.E_m5foqp8 {
|
|
32332
|
-
--footer-height: 96px;
|
|
32333
|
-
--header-height: 80px;
|
|
32334
|
-
--modal-content-width: 720px;
|
|
32335
|
-
--modal-content-min-height: 200px;
|
|
32336
|
-
--modal-content-max-height: calc(
|
|
32337
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32338
|
-
);
|
|
32339
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32340
|
-
--modal-content-padding-top: 24px;
|
|
32341
|
-
--modal-content-padding-bottom: 32px;
|
|
32342
|
-
--modal-content-padding-x: 60px;
|
|
32343
|
-
--modal-footer-padding: 0 60px;
|
|
32344
|
-
}
|
|
32345
|
-
.E_m5foqp8.content-full.ant-modal {
|
|
32346
|
-
height: calc(100vh - 80px);
|
|
32347
|
-
width: calc(100vw - 160px);
|
|
32348
|
-
}
|
|
32349
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32350
|
-
width: 100%;
|
|
32351
|
-
height: 100%;
|
|
32352
|
-
max-width: unset;
|
|
32353
|
-
max-height: unset;
|
|
32354
|
-
display: flex;
|
|
32355
|
-
flex-direction: column;
|
|
32356
|
-
}
|
|
32357
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32358
|
-
flex: 1;
|
|
32359
|
-
}
|
|
32360
|
-
.E_m5foqp8 .initializing-title {
|
|
32361
|
-
height: 32px;
|
|
32362
|
-
}
|
|
32363
|
-
|
|
32364
32331
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32365
32332
|
border-radius: 6px;
|
|
32366
32333
|
}
|
|
@@ -32418,6 +32385,39 @@ input.E_rf8rlle.ant-input {
|
|
|
32418
32385
|
transform: rotate(180deg);
|
|
32419
32386
|
}
|
|
32420
32387
|
|
|
32388
|
+
.E_m5foqp8 {
|
|
32389
|
+
--footer-height: 96px;
|
|
32390
|
+
--header-height: 80px;
|
|
32391
|
+
--modal-content-width: 720px;
|
|
32392
|
+
--modal-content-min-height: 200px;
|
|
32393
|
+
--modal-content-max-height: calc(
|
|
32394
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32395
|
+
);
|
|
32396
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32397
|
+
--modal-content-padding-top: 24px;
|
|
32398
|
+
--modal-content-padding-bottom: 32px;
|
|
32399
|
+
--modal-content-padding-x: 60px;
|
|
32400
|
+
--modal-footer-padding: 0 60px;
|
|
32401
|
+
}
|
|
32402
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
32403
|
+
height: calc(100vh - 80px);
|
|
32404
|
+
width: calc(100vw - 160px);
|
|
32405
|
+
}
|
|
32406
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32407
|
+
width: 100%;
|
|
32408
|
+
height: 100%;
|
|
32409
|
+
max-width: unset;
|
|
32410
|
+
max-height: unset;
|
|
32411
|
+
display: flex;
|
|
32412
|
+
flex-direction: column;
|
|
32413
|
+
}
|
|
32414
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32415
|
+
flex: 1;
|
|
32416
|
+
}
|
|
32417
|
+
.E_m5foqp8 .initializing-title {
|
|
32418
|
+
height: 32px;
|
|
32419
|
+
}
|
|
32420
|
+
|
|
32421
32421
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32422
32422
|
opacity: 1;
|
|
32423
32423
|
}
|
|
@@ -32570,6 +32570,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32570
32570
|
flex-shrink: 0;
|
|
32571
32571
|
}
|
|
32572
32572
|
|
|
32573
|
+
.E_w1dxz879 {
|
|
32574
|
+
display: flex;
|
|
32575
|
+
flex-direction: column;
|
|
32576
|
+
gap: 6px;
|
|
32577
|
+
}
|
|
32578
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32579
|
+
max-height: var(--w1dxz879-0);
|
|
32580
|
+
text-overflow: clip;
|
|
32581
|
+
overflow: hidden;
|
|
32582
|
+
}
|
|
32583
|
+
.E_w1dxz879 .tips {
|
|
32584
|
+
color: #fff;
|
|
32585
|
+
opacity: 0.8;
|
|
32586
|
+
}
|
|
32587
|
+
|
|
32573
32588
|
.E_h12yihis {
|
|
32574
32589
|
height: 50px;
|
|
32575
32590
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32790,23 +32805,8 @@ input.E_rf8rlle.ant-input {
|
|
|
32790
32805
|
position: static;
|
|
32791
32806
|
}
|
|
32792
32807
|
|
|
32793
|
-
.
|
|
32794
|
-
|
|
32795
|
-
flex-direction: column;
|
|
32796
|
-
gap: 6px;
|
|
32797
|
-
}
|
|
32798
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32799
|
-
max-height: var(--w1dxz879-0);
|
|
32800
|
-
text-overflow: clip;
|
|
32801
|
-
overflow: hidden;
|
|
32802
|
-
}
|
|
32803
|
-
.E_w1dxz879 .tips {
|
|
32804
|
-
color: #fff;
|
|
32805
|
-
opacity: 0.8;
|
|
32806
|
-
}
|
|
32807
|
-
|
|
32808
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32809
|
-
margin-right: 2px;
|
|
32808
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32809
|
+
margin-right: 2px;
|
|
32810
32810
|
}
|
|
32811
32811
|
|
|
32812
32812
|
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
@@ -32903,7 +32903,137 @@ input.E_rf8rlle.ant-input {
|
|
|
32903
32903
|
margin-right: 2px;
|
|
32904
32904
|
}
|
|
32905
32905
|
|
|
32906
|
-
.
|
|
32906
|
+
.E_ckui4s7 {
|
|
32907
|
+
color: #2d3a56;
|
|
32908
|
+
line-height: 22px;
|
|
32909
|
+
display: inline-flex;
|
|
32910
|
+
}
|
|
32911
|
+
.E_ckui4s7 .ant-checkbox {
|
|
32912
|
+
height: 22px;
|
|
32913
|
+
display: flex;
|
|
32914
|
+
align-items: center;
|
|
32915
|
+
top: 0;
|
|
32916
|
+
}
|
|
32917
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32918
|
+
border: none;
|
|
32919
|
+
}
|
|
32920
|
+
.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 {
|
|
32921
|
+
border-color: #0080ff;
|
|
32922
|
+
}
|
|
32923
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
32924
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32925
|
+
}
|
|
32926
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32927
|
+
border: 1px solid #0080ff;
|
|
32928
|
+
}
|
|
32929
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32930
|
+
background: #0080ff;
|
|
32931
|
+
}
|
|
32932
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32933
|
+
background-color: #fff;
|
|
32934
|
+
height: 2px;
|
|
32935
|
+
width: 10px;
|
|
32936
|
+
border-radius: 2px;
|
|
32937
|
+
}
|
|
32938
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
32939
|
+
opacity: 0.5;
|
|
32940
|
+
}
|
|
32941
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32942
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32943
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32944
|
+
}
|
|
32945
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32946
|
+
border-color: #2d3a56;
|
|
32947
|
+
}
|
|
32948
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32949
|
+
background: #2d3a56;
|
|
32950
|
+
}
|
|
32951
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
32952
|
+
padding: 0;
|
|
32953
|
+
}
|
|
32954
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
32955
|
+
display: inline-block;
|
|
32956
|
+
margin-left: 12px;
|
|
32957
|
+
color: #2d3a56;
|
|
32958
|
+
}
|
|
32959
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
32960
|
+
margin-left: 28px;
|
|
32961
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32962
|
+
}
|
|
32963
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
32964
|
+
margin-left: 8px;
|
|
32965
|
+
}
|
|
32966
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
32967
|
+
margin-left: 24px;
|
|
32968
|
+
}
|
|
32969
|
+
|
|
32970
|
+
.E_lht19u8 {
|
|
32971
|
+
width: 64px;
|
|
32972
|
+
height: 64px;
|
|
32973
|
+
display: flex;
|
|
32974
|
+
align-items: center;
|
|
32975
|
+
justify-content: center;
|
|
32976
|
+
position: relative;
|
|
32977
|
+
opacity: 0.2;
|
|
32978
|
+
}
|
|
32979
|
+
|
|
32980
|
+
.E_lk3gkp4 {
|
|
32981
|
+
position: absolute;
|
|
32982
|
+
width: 5px;
|
|
32983
|
+
height: 48px;
|
|
32984
|
+
left: 9.33px;
|
|
32985
|
+
top: 40.5px;
|
|
32986
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32987
|
+
border-radius: 5px;
|
|
32988
|
+
transform: rotate(-128deg);
|
|
32989
|
+
transform-origin: top left;
|
|
32990
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32991
|
+
}
|
|
32992
|
+
|
|
32993
|
+
.E_ll4n94n {
|
|
32994
|
+
position: absolute;
|
|
32995
|
+
width: 5px;
|
|
32996
|
+
height: 48px;
|
|
32997
|
+
left: 40.8px;
|
|
32998
|
+
top: 8.4px;
|
|
32999
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33000
|
+
border-radius: 5px;
|
|
33001
|
+
transform: rotate(-8deg);
|
|
33002
|
+
transform-origin: top left;
|
|
33003
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33004
|
+
}
|
|
33005
|
+
|
|
33006
|
+
.E_l17lbdo6 {
|
|
33007
|
+
position: absolute;
|
|
33008
|
+
width: 5px;
|
|
33009
|
+
height: 48px;
|
|
33010
|
+
left: 52.9px;
|
|
33011
|
+
top: 51.8px;
|
|
33012
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33013
|
+
border-radius: 5px;
|
|
33014
|
+
transform: rotate(112deg);
|
|
33015
|
+
transform-origin: top left;
|
|
33016
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33017
|
+
}
|
|
33018
|
+
|
|
33019
|
+
.E_b14q2gmw {
|
|
33020
|
+
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);
|
|
33021
|
+
}
|
|
33022
|
+
|
|
33023
|
+
.E_c1eym6el {
|
|
33024
|
+
border-radius: 8px;
|
|
33025
|
+
background-color: white;
|
|
33026
|
+
}
|
|
33027
|
+
.E_c1eym6el.hoverable {
|
|
33028
|
+
cursor: pointer;
|
|
33029
|
+
}
|
|
33030
|
+
.E_c1eym6el.hoverable:hover {
|
|
33031
|
+
transition: all 200ms ease;
|
|
33032
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33033
|
+
transform: translateY(-4px);
|
|
33034
|
+
}
|
|
33035
|
+
|
|
33036
|
+
.E_msn7nxt {
|
|
32907
33037
|
color: rgba(44, 56, 82, 0.6);
|
|
32908
33038
|
text-align: center;
|
|
32909
33039
|
display: flex;
|
|
@@ -32912,365 +33042,159 @@ input.E_rf8rlle.ant-input {
|
|
|
32912
33042
|
flex-direction: column;
|
|
32913
33043
|
height: 100%;
|
|
32914
33044
|
}
|
|
32915
|
-
.
|
|
33045
|
+
.E_msn7nxt .link {
|
|
32916
33046
|
color: #0080ff;
|
|
32917
33047
|
cursor: pointer;
|
|
32918
33048
|
}
|
|
32919
33049
|
|
|
32920
|
-
.
|
|
33050
|
+
.E_mp64wfi {
|
|
32921
33051
|
width: 100%;
|
|
32922
33052
|
height: 100%;
|
|
32923
33053
|
display: flex;
|
|
32924
33054
|
flex-direction: column;
|
|
32925
33055
|
}
|
|
32926
|
-
.
|
|
33056
|
+
.E_mp64wfi .name-toolbar {
|
|
32927
33057
|
width: 100%;
|
|
32928
33058
|
display: flex;
|
|
32929
33059
|
line-height: 30px;
|
|
33060
|
+
padding: 0 16px;
|
|
32930
33061
|
justify-content: space-between;
|
|
32931
33062
|
}
|
|
32932
|
-
.
|
|
33063
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
32933
33064
|
display: flex;
|
|
32934
33065
|
font-size: 12px;
|
|
32935
33066
|
align-items: center;
|
|
32936
33067
|
}
|
|
32937
|
-
.
|
|
33068
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
32938
33069
|
color: #a3b4cc;
|
|
32939
33070
|
}
|
|
32940
|
-
.
|
|
33071
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
32941
33072
|
margin-left: 10px;
|
|
32942
33073
|
}
|
|
32943
|
-
.
|
|
33074
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
32944
33075
|
margin-left: 10px;
|
|
32945
33076
|
cursor: pointer;
|
|
32946
33077
|
}
|
|
32947
|
-
.
|
|
33078
|
+
.E_mp64wfi .content {
|
|
32948
33079
|
flex: 1;
|
|
32949
33080
|
width: 100%;
|
|
32950
33081
|
display: flex;
|
|
32951
33082
|
justify-content: center;
|
|
32952
33083
|
align-items: center;
|
|
32953
33084
|
}
|
|
32954
|
-
.
|
|
33085
|
+
.E_mp64wfi .single-content {
|
|
32955
33086
|
height: 65px;
|
|
32956
33087
|
}
|
|
32957
33088
|
|
|
32958
|
-
.
|
|
33089
|
+
.E_l1oyigan {
|
|
32959
33090
|
display: flex;
|
|
32960
33091
|
align-items: center;
|
|
32961
33092
|
white-space: nowrap;
|
|
32962
33093
|
overflow: hidden;
|
|
32963
33094
|
width: 100%;
|
|
32964
33095
|
}
|
|
32965
|
-
.
|
|
33096
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33097
|
+
margin-left: auto;
|
|
32966
33098
|
font-size: 12px;
|
|
32967
|
-
margin-left: 8px;
|
|
32968
33099
|
}
|
|
32969
33100
|
|
|
32970
|
-
.
|
|
33101
|
+
.E_l1noi4n1 {
|
|
32971
33102
|
display: flex;
|
|
32972
33103
|
justify-content: flex-start;
|
|
32973
33104
|
align-items: center;
|
|
32974
33105
|
font-size: 12px;
|
|
32975
33106
|
cursor: pointer;
|
|
32976
33107
|
}
|
|
32977
|
-
.
|
|
32978
|
-
margin-
|
|
32979
|
-
}
|
|
32980
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
32981
|
-
opacity: 0.3;
|
|
32982
|
-
}
|
|
32983
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
32984
|
-
background: #b4beca !important;
|
|
32985
|
-
border-radius: 2px;
|
|
32986
|
-
}
|
|
32987
|
-
.E_ltthzck.hoverering-self {
|
|
32988
|
-
opacity: 1;
|
|
32989
|
-
}
|
|
32990
|
-
.E_ltthzck .dropdown-trigger {
|
|
32991
|
-
margin-left: 12px;
|
|
32992
|
-
}
|
|
32993
|
-
.E_ltthzck .legend-name {
|
|
32994
|
-
color: #00122e;
|
|
32995
|
-
}
|
|
32996
|
-
.E_ltthzck .icon-suffix-wrapper {
|
|
32997
|
-
display: flex;
|
|
32998
|
-
align-items: center;
|
|
32999
|
-
margin-left: 4px;
|
|
33000
|
-
}
|
|
33001
|
-
|
|
33002
|
-
.E_l1mumj7o {
|
|
33003
|
-
display: flex;
|
|
33004
|
-
justify-content: flex-start;
|
|
33005
|
-
align-items: center;
|
|
33006
|
-
font-size: 12px;
|
|
33007
|
-
cursor: pointer;
|
|
33108
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33109
|
+
margin-right: 20px;
|
|
33008
33110
|
}
|
|
33009
|
-
.
|
|
33010
|
-
opacity: 0.
|
|
33111
|
+
.E_l1noi4n1.deselected {
|
|
33112
|
+
opacity: 0.4;
|
|
33011
33113
|
}
|
|
33012
|
-
.
|
|
33114
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33013
33115
|
background: #b4beca !important;
|
|
33014
|
-
border-radius: 2px;
|
|
33015
|
-
}
|
|
33016
|
-
.E_l1mumj7o .legend-name {
|
|
33017
|
-
color: #00122e;
|
|
33018
|
-
}
|
|
33019
|
-
.E_l1mumj7o.hoverering-self {
|
|
33020
|
-
opacity: 1;
|
|
33021
|
-
}
|
|
33022
|
-
.E_l1mumj7o .icon-suffix-wrapper {
|
|
33023
|
-
margin-left: 4px;
|
|
33024
|
-
display: flex;
|
|
33025
|
-
align-items: center;
|
|
33026
33116
|
}
|
|
33027
33117
|
|
|
33028
|
-
.
|
|
33118
|
+
.E_cz19rz6 {
|
|
33029
33119
|
display: inline-block;
|
|
33030
33120
|
height: 8px;
|
|
33031
33121
|
width: 8px;
|
|
33032
|
-
margin-right:
|
|
33033
|
-
border-radius: 2px;
|
|
33122
|
+
margin-right: 8px;
|
|
33034
33123
|
}
|
|
33035
33124
|
|
|
33036
|
-
.
|
|
33125
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33037
33126
|
display: flex;
|
|
33038
33127
|
align-items: center;
|
|
33039
33128
|
font-size: 12px;
|
|
33040
33129
|
margin: 0;
|
|
33041
33130
|
}
|
|
33042
33131
|
|
|
33043
|
-
.
|
|
33132
|
+
.E_m1y1hhnr {
|
|
33044
33133
|
position: relative;
|
|
33045
33134
|
}
|
|
33046
|
-
.
|
|
33135
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33047
33136
|
bottom: -12px;
|
|
33048
33137
|
}
|
|
33049
|
-
.
|
|
33138
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33050
33139
|
display: flex;
|
|
33051
33140
|
justify-content: space-between;
|
|
33052
33141
|
line-height: 30px;
|
|
33142
|
+
margin: 0 16px;
|
|
33053
33143
|
}
|
|
33054
|
-
.
|
|
33144
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33055
33145
|
display: flex;
|
|
33056
|
-
flex-shrink: 0;
|
|
33057
33146
|
font-size: 12px;
|
|
33058
33147
|
align-items: center;
|
|
33059
33148
|
}
|
|
33060
|
-
.
|
|
33149
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33061
33150
|
color: #a3b4cc;
|
|
33062
33151
|
}
|
|
33063
|
-
.
|
|
33152
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33064
33153
|
margin-left: 10px;
|
|
33065
33154
|
}
|
|
33066
|
-
.
|
|
33155
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33067
33156
|
margin-left: 10px;
|
|
33068
33157
|
cursor: pointer;
|
|
33069
33158
|
}
|
|
33070
|
-
.
|
|
33159
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33071
33160
|
font-size: 12px;
|
|
33072
33161
|
}
|
|
33073
|
-
.
|
|
33162
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33074
33163
|
position: absolute;
|
|
33075
33164
|
bottom: 10px;
|
|
33076
33165
|
padding: 0 8px;
|
|
33166
|
+
border-radius: 4px;
|
|
33077
33167
|
font-size: 12px;
|
|
33078
33168
|
color: #fff;
|
|
33169
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33079
33170
|
transform: translateX(-50%);
|
|
33080
33171
|
}
|
|
33081
33172
|
|
|
33082
|
-
.
|
|
33173
|
+
.E_tnvijvs {
|
|
33083
33174
|
min-width: 200px;
|
|
33084
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
33085
|
-
border-radius: 4px;
|
|
33086
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33087
|
-
padding: 8px;
|
|
33088
33175
|
}
|
|
33089
33176
|
|
|
33090
|
-
.
|
|
33177
|
+
.E_t1ub2aex {
|
|
33091
33178
|
display: flex;
|
|
33092
33179
|
align-items: center;
|
|
33093
|
-
background-color: unset;
|
|
33094
|
-
color: #FFFFFF;
|
|
33095
33180
|
justify-content: space-between;
|
|
33181
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33182
|
+
color: #b4beca;
|
|
33096
33183
|
font-size: 12px;
|
|
33097
|
-
padding
|
|
33184
|
+
padding: 3px 6px;
|
|
33098
33185
|
}
|
|
33099
|
-
.
|
|
33186
|
+
.E_t1ub2aex:first-child {
|
|
33100
33187
|
padding-top: 3px;
|
|
33101
33188
|
}
|
|
33102
|
-
.
|
|
33189
|
+
.E_t1ub2aex:last-child {
|
|
33103
33190
|
padding-bottom: 3px;
|
|
33104
33191
|
}
|
|
33105
|
-
.
|
|
33106
|
-
color: #
|
|
33107
|
-
margin-left: 8px;
|
|
33108
|
-
}
|
|
33109
|
-
|
|
33110
|
-
.E_ljhvvia {
|
|
33111
|
-
display: inline-block;
|
|
33112
|
-
height: 8px;
|
|
33113
|
-
width: 8px;
|
|
33114
|
-
margin-right: 8px;
|
|
33115
|
-
border-radius: 2px;
|
|
33116
|
-
}
|
|
33117
|
-
.E_ljhvvia.borderd {
|
|
33118
|
-
border: 1px solid #fff;
|
|
33119
|
-
}
|
|
33120
|
-
|
|
33121
|
-
.E_ckui4s7 {
|
|
33122
|
-
color: #2d3a56;
|
|
33123
|
-
line-height: 22px;
|
|
33124
|
-
display: inline-flex;
|
|
33125
|
-
}
|
|
33126
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33127
|
-
height: 22px;
|
|
33128
|
-
display: flex;
|
|
33129
|
-
align-items: center;
|
|
33130
|
-
top: 0;
|
|
33131
|
-
}
|
|
33132
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33133
|
-
border: none;
|
|
33134
|
-
}
|
|
33135
|
-
.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 {
|
|
33136
|
-
border-color: #0080ff;
|
|
33137
|
-
}
|
|
33138
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33139
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33140
|
-
}
|
|
33141
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33142
|
-
border: 1px solid #0080ff;
|
|
33143
|
-
}
|
|
33144
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33145
|
-
background: #0080ff;
|
|
33146
|
-
}
|
|
33147
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33148
|
-
background-color: #fff;
|
|
33149
|
-
height: 2px;
|
|
33150
|
-
width: 10px;
|
|
33151
|
-
border-radius: 2px;
|
|
33152
|
-
}
|
|
33153
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33154
|
-
opacity: 0.5;
|
|
33155
|
-
}
|
|
33156
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33157
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33158
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33159
|
-
}
|
|
33160
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33161
|
-
border-color: #2d3a56;
|
|
33162
|
-
}
|
|
33163
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33164
|
-
background: #2d3a56;
|
|
33165
|
-
}
|
|
33166
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33167
|
-
padding: 0;
|
|
33168
|
-
}
|
|
33169
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33170
|
-
display: inline-block;
|
|
33171
|
-
margin-left: 12px;
|
|
33172
|
-
color: #2d3a56;
|
|
33173
|
-
}
|
|
33174
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33175
|
-
margin-left: 28px;
|
|
33176
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33177
|
-
}
|
|
33178
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33192
|
+
.E_t1ub2aex .column-value {
|
|
33193
|
+
color: #fff;
|
|
33179
33194
|
margin-left: 8px;
|
|
33180
33195
|
}
|
|
33181
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33182
|
-
margin-left: 24px;
|
|
33183
|
-
}
|
|
33184
|
-
|
|
33185
|
-
.E_t1gvlxt5 {
|
|
33186
|
-
min-width: 0;
|
|
33187
|
-
flex: 1;
|
|
33188
|
-
}
|
|
33189
|
-
.E_t1gvlxt5 .tag {
|
|
33190
|
-
flex: 0 0 auto;
|
|
33191
|
-
}
|
|
33192
|
-
.E_t1gvlxt5 .progress-title {
|
|
33193
|
-
flex: 2;
|
|
33194
|
-
max-width: fit-content;
|
|
33195
|
-
}
|
|
33196
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33197
|
-
flex: 1;
|
|
33198
|
-
max-width: fit-content;
|
|
33199
|
-
}
|
|
33200
33196
|
|
|
33201
|
-
.
|
|
33202
|
-
display: flex;
|
|
33203
|
-
align-items: center;
|
|
33204
|
-
column-gap: var(--a1ji6r68-0);
|
|
33205
|
-
}
|
|
33206
|
-
|
|
33207
|
-
.E_b14q2gmw {
|
|
33208
|
-
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);
|
|
33209
|
-
}
|
|
33210
|
-
|
|
33211
|
-
.E_c1eym6el {
|
|
33212
|
-
border-radius: 8px;
|
|
33213
|
-
background-color: white;
|
|
33214
|
-
}
|
|
33215
|
-
.E_c1eym6el.hoverable {
|
|
33216
|
-
cursor: pointer;
|
|
33217
|
-
}
|
|
33218
|
-
.E_c1eym6el.hoverable:hover {
|
|
33219
|
-
transition: all 200ms ease;
|
|
33220
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33221
|
-
transform: translateY(-4px);
|
|
33222
|
-
}
|
|
33223
|
-
|
|
33224
|
-
.E_lht19u8 {
|
|
33225
|
-
width: 64px;
|
|
33226
|
-
height: 64px;
|
|
33227
|
-
display: flex;
|
|
33228
|
-
align-items: center;
|
|
33229
|
-
justify-content: center;
|
|
33230
|
-
position: relative;
|
|
33231
|
-
opacity: 0.2;
|
|
33232
|
-
}
|
|
33233
|
-
|
|
33234
|
-
.E_lk3gkp4 {
|
|
33235
|
-
position: absolute;
|
|
33236
|
-
width: 5px;
|
|
33237
|
-
height: 48px;
|
|
33238
|
-
left: 9.33px;
|
|
33239
|
-
top: 40.5px;
|
|
33240
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33241
|
-
border-radius: 5px;
|
|
33242
|
-
transform: rotate(-128deg);
|
|
33243
|
-
transform-origin: top left;
|
|
33244
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33245
|
-
}
|
|
33246
|
-
|
|
33247
|
-
.E_ll4n94n {
|
|
33248
|
-
position: absolute;
|
|
33249
|
-
width: 5px;
|
|
33250
|
-
height: 48px;
|
|
33251
|
-
left: 40.8px;
|
|
33252
|
-
top: 8.4px;
|
|
33253
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33254
|
-
border-radius: 5px;
|
|
33255
|
-
transform: rotate(-8deg);
|
|
33256
|
-
transform-origin: top left;
|
|
33257
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33258
|
-
}
|
|
33259
|
-
|
|
33260
|
-
.E_l17lbdo6 {
|
|
33261
|
-
position: absolute;
|
|
33262
|
-
width: 5px;
|
|
33263
|
-
height: 48px;
|
|
33264
|
-
left: 52.9px;
|
|
33265
|
-
top: 51.8px;
|
|
33266
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33267
|
-
border-radius: 5px;
|
|
33268
|
-
transform: rotate(112deg);
|
|
33269
|
-
transform-origin: top left;
|
|
33270
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33271
|
-
}
|
|
33272
|
-
|
|
33273
|
-
.E_msn7nxt {
|
|
33197
|
+
.E_m11nzl2x {
|
|
33274
33198
|
color: rgba(44, 56, 82, 0.6);
|
|
33275
33199
|
text-align: center;
|
|
33276
33200
|
display: flex;
|
|
@@ -33279,283 +33203,210 @@ input.E_rf8rlle.ant-input {
|
|
|
33279
33203
|
flex-direction: column;
|
|
33280
33204
|
height: 100%;
|
|
33281
33205
|
}
|
|
33282
|
-
.
|
|
33206
|
+
.E_m11nzl2x .link {
|
|
33283
33207
|
color: #0080ff;
|
|
33284
33208
|
cursor: pointer;
|
|
33285
33209
|
}
|
|
33286
33210
|
|
|
33287
|
-
.
|
|
33211
|
+
.E_mn7joto {
|
|
33288
33212
|
width: 100%;
|
|
33289
33213
|
height: 100%;
|
|
33290
33214
|
display: flex;
|
|
33291
33215
|
flex-direction: column;
|
|
33292
33216
|
}
|
|
33293
|
-
.
|
|
33217
|
+
.E_mn7joto .name-toolbar {
|
|
33294
33218
|
width: 100%;
|
|
33295
33219
|
display: flex;
|
|
33296
33220
|
line-height: 30px;
|
|
33297
|
-
padding: 0 16px;
|
|
33298
33221
|
justify-content: space-between;
|
|
33299
33222
|
}
|
|
33300
|
-
.
|
|
33223
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33301
33224
|
display: flex;
|
|
33302
33225
|
font-size: 12px;
|
|
33303
33226
|
align-items: center;
|
|
33304
33227
|
}
|
|
33305
|
-
.
|
|
33228
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33306
33229
|
color: #a3b4cc;
|
|
33307
33230
|
}
|
|
33308
|
-
.
|
|
33231
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33309
33232
|
margin-left: 10px;
|
|
33310
33233
|
}
|
|
33311
|
-
.
|
|
33234
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33312
33235
|
margin-left: 10px;
|
|
33313
33236
|
cursor: pointer;
|
|
33314
33237
|
}
|
|
33315
|
-
.
|
|
33238
|
+
.E_mn7joto .content {
|
|
33316
33239
|
flex: 1;
|
|
33317
33240
|
width: 100%;
|
|
33318
33241
|
display: flex;
|
|
33319
33242
|
justify-content: center;
|
|
33320
33243
|
align-items: center;
|
|
33321
33244
|
}
|
|
33322
|
-
.
|
|
33245
|
+
.E_mn7joto .single-content {
|
|
33323
33246
|
height: 65px;
|
|
33324
33247
|
}
|
|
33325
33248
|
|
|
33326
|
-
.
|
|
33249
|
+
.E_l1bifhon {
|
|
33327
33250
|
display: flex;
|
|
33328
33251
|
align-items: center;
|
|
33329
33252
|
white-space: nowrap;
|
|
33330
33253
|
overflow: hidden;
|
|
33331
33254
|
width: 100%;
|
|
33332
33255
|
}
|
|
33333
|
-
.
|
|
33334
|
-
margin-left: auto;
|
|
33256
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
33335
33257
|
font-size: 12px;
|
|
33258
|
+
margin-left: 8px;
|
|
33336
33259
|
}
|
|
33337
33260
|
|
|
33338
|
-
.
|
|
33261
|
+
.E_ltthzck {
|
|
33339
33262
|
display: flex;
|
|
33340
33263
|
justify-content: flex-start;
|
|
33341
33264
|
align-items: center;
|
|
33342
33265
|
font-size: 12px;
|
|
33343
33266
|
cursor: pointer;
|
|
33344
33267
|
}
|
|
33345
|
-
.
|
|
33346
|
-
margin-
|
|
33268
|
+
.E_ltthzck:not(:first-child) {
|
|
33269
|
+
margin-left: 8px;
|
|
33347
33270
|
}
|
|
33348
|
-
.
|
|
33349
|
-
opacity: 0.
|
|
33271
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33272
|
+
opacity: 0.3;
|
|
33350
33273
|
}
|
|
33351
|
-
.
|
|
33274
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33352
33275
|
background: #b4beca !important;
|
|
33276
|
+
border-radius: 2px;
|
|
33277
|
+
}
|
|
33278
|
+
.E_ltthzck.hoverering-self {
|
|
33279
|
+
opacity: 1;
|
|
33280
|
+
}
|
|
33281
|
+
.E_ltthzck .dropdown-trigger {
|
|
33282
|
+
margin-left: 12px;
|
|
33283
|
+
}
|
|
33284
|
+
.E_ltthzck .legend-name {
|
|
33285
|
+
color: #00122e;
|
|
33286
|
+
}
|
|
33287
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
33288
|
+
display: flex;
|
|
33289
|
+
align-items: center;
|
|
33290
|
+
margin-left: 4px;
|
|
33353
33291
|
}
|
|
33354
33292
|
|
|
33355
|
-
.
|
|
33293
|
+
.E_l1mumj7o {
|
|
33294
|
+
display: flex;
|
|
33295
|
+
justify-content: flex-start;
|
|
33296
|
+
align-items: center;
|
|
33297
|
+
font-size: 12px;
|
|
33298
|
+
cursor: pointer;
|
|
33299
|
+
}
|
|
33300
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33301
|
+
opacity: 0.3;
|
|
33302
|
+
}
|
|
33303
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33304
|
+
background: #b4beca !important;
|
|
33305
|
+
border-radius: 2px;
|
|
33306
|
+
}
|
|
33307
|
+
.E_l1mumj7o .legend-name {
|
|
33308
|
+
color: #00122e;
|
|
33309
|
+
}
|
|
33310
|
+
.E_l1mumj7o.hoverering-self {
|
|
33311
|
+
opacity: 1;
|
|
33312
|
+
}
|
|
33313
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
33314
|
+
margin-left: 4px;
|
|
33315
|
+
display: flex;
|
|
33316
|
+
align-items: center;
|
|
33317
|
+
}
|
|
33318
|
+
|
|
33319
|
+
.E_c14rn6j5 {
|
|
33356
33320
|
display: inline-block;
|
|
33357
33321
|
height: 8px;
|
|
33358
33322
|
width: 8px;
|
|
33359
|
-
margin-right:
|
|
33323
|
+
margin-right: 6px;
|
|
33324
|
+
border-radius: 2px;
|
|
33360
33325
|
}
|
|
33361
33326
|
|
|
33362
|
-
.
|
|
33327
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33363
33328
|
display: flex;
|
|
33364
33329
|
align-items: center;
|
|
33365
33330
|
font-size: 12px;
|
|
33366
33331
|
margin: 0;
|
|
33367
33332
|
}
|
|
33368
33333
|
|
|
33369
|
-
.
|
|
33334
|
+
.E_lqeaosa {
|
|
33370
33335
|
position: relative;
|
|
33371
33336
|
}
|
|
33372
|
-
.
|
|
33337
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33373
33338
|
bottom: -12px;
|
|
33374
33339
|
}
|
|
33375
|
-
.
|
|
33340
|
+
.E_lqeaosa .metric-toolbar {
|
|
33376
33341
|
display: flex;
|
|
33377
33342
|
justify-content: space-between;
|
|
33378
33343
|
line-height: 30px;
|
|
33379
|
-
margin: 0 16px;
|
|
33380
33344
|
}
|
|
33381
|
-
.
|
|
33345
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33382
33346
|
display: flex;
|
|
33347
|
+
flex-shrink: 0;
|
|
33383
33348
|
font-size: 12px;
|
|
33384
33349
|
align-items: center;
|
|
33385
33350
|
}
|
|
33386
|
-
.
|
|
33351
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33387
33352
|
color: #a3b4cc;
|
|
33388
33353
|
}
|
|
33389
|
-
.
|
|
33354
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33390
33355
|
margin-left: 10px;
|
|
33391
33356
|
}
|
|
33392
|
-
.
|
|
33357
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33393
33358
|
margin-left: 10px;
|
|
33394
33359
|
cursor: pointer;
|
|
33395
33360
|
}
|
|
33396
|
-
.
|
|
33361
|
+
.E_lqeaosa .recharts-xAxis {
|
|
33397
33362
|
font-size: 12px;
|
|
33398
33363
|
}
|
|
33399
|
-
.
|
|
33364
|
+
.E_lqeaosa .pointer-wrapper {
|
|
33400
33365
|
position: absolute;
|
|
33401
|
-
bottom: 10px;
|
|
33402
|
-
padding: 0 8px;
|
|
33403
|
-
|
|
33404
|
-
|
|
33405
|
-
|
|
33406
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33407
|
-
transform: translateX(-50%);
|
|
33408
|
-
}
|
|
33409
|
-
|
|
33410
|
-
.E_tnvijvs {
|
|
33411
|
-
min-width: 200px;
|
|
33412
|
-
}
|
|
33413
|
-
|
|
33414
|
-
.E_t1ub2aex {
|
|
33415
|
-
display: flex;
|
|
33416
|
-
align-items: center;
|
|
33417
|
-
justify-content: space-between;
|
|
33418
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33419
|
-
color: #b4beca;
|
|
33420
|
-
font-size: 12px;
|
|
33421
|
-
padding: 3px 6px;
|
|
33422
|
-
}
|
|
33423
|
-
.E_t1ub2aex:first-child {
|
|
33424
|
-
padding-top: 3px;
|
|
33425
|
-
}
|
|
33426
|
-
.E_t1ub2aex:last-child {
|
|
33427
|
-
padding-bottom: 3px;
|
|
33428
|
-
}
|
|
33429
|
-
.E_t1ub2aex .column-value {
|
|
33430
|
-
color: #fff;
|
|
33431
|
-
margin-left: 8px;
|
|
33432
|
-
}
|
|
33433
|
-
|
|
33434
|
-
button.E_l48ei06.ant-btn,
|
|
33435
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33436
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33437
|
-
font-size: 12px;
|
|
33438
|
-
line-height: 18px;
|
|
33439
|
-
height: 18px;
|
|
33440
|
-
}
|
|
33441
|
-
|
|
33442
|
-
button.E_l48ei06 {
|
|
33443
|
-
color: #0080FF;
|
|
33444
|
-
height: unset;
|
|
33445
|
-
}
|
|
33446
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33447
|
-
margin-right: 4px;
|
|
33448
|
-
}
|
|
33449
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33450
|
-
margin-left: 4px;
|
|
33451
|
-
}
|
|
33452
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33453
|
-
color: #009DFF;
|
|
33454
|
-
}
|
|
33455
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33456
|
-
color: #005ED1;
|
|
33457
|
-
}
|
|
33458
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33459
|
-
color: #0080FF;
|
|
33460
|
-
}
|
|
33461
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33462
|
-
color: #00122E;
|
|
33463
|
-
}
|
|
33464
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33465
|
-
color: #0080FF;
|
|
33466
|
-
}
|
|
33467
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33468
|
-
color: #005ED1;
|
|
33469
|
-
}
|
|
33470
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33471
|
-
color: #00122E;
|
|
33472
|
-
}
|
|
33473
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33474
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33475
|
-
}
|
|
33476
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33477
|
-
color: #0080FF;
|
|
33478
|
-
}
|
|
33479
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33480
|
-
color: #005ED1;
|
|
33481
|
-
}
|
|
33482
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33483
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33484
|
-
}
|
|
33485
|
-
|
|
33486
|
-
.E_sddwhm6 {
|
|
33487
|
-
margin: 0;
|
|
33488
|
-
border-radius: 20px;
|
|
33489
|
-
padding: 2px 10px;
|
|
33490
|
-
height: 22px;
|
|
33491
|
-
}
|
|
33492
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33493
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33494
|
-
}
|
|
33495
|
-
.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 {
|
|
33496
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33497
|
-
}
|
|
33498
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33499
|
-
color: #00122e;
|
|
33500
|
-
}
|
|
33501
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33502
|
-
margin-right: 6px;
|
|
33503
|
-
}
|
|
33504
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33505
|
-
margin-left: 8px;
|
|
33506
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33507
|
-
}
|
|
33508
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33509
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33510
|
-
}
|
|
33511
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33512
|
-
background-color: #0080ff;
|
|
33513
|
-
}
|
|
33514
|
-
.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 {
|
|
33515
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33516
|
-
}
|
|
33517
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33518
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33519
|
-
}
|
|
33520
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33521
|
-
background-color: #f0483e;
|
|
33522
|
-
}
|
|
33523
|
-
.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 {
|
|
33524
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33525
|
-
}
|
|
33526
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33527
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33528
|
-
}
|
|
33529
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33530
|
-
background-color: #fea008;
|
|
33531
|
-
}
|
|
33532
|
-
.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 {
|
|
33533
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33534
|
-
}
|
|
33535
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33536
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33366
|
+
bottom: 10px;
|
|
33367
|
+
padding: 0 8px;
|
|
33368
|
+
font-size: 12px;
|
|
33369
|
+
color: #fff;
|
|
33370
|
+
transform: translateX(-50%);
|
|
33537
33371
|
}
|
|
33538
|
-
|
|
33539
|
-
|
|
33372
|
+
|
|
33373
|
+
.E_t2pr38p {
|
|
33374
|
+
min-width: 200px;
|
|
33375
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
33376
|
+
border-radius: 4px;
|
|
33377
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33378
|
+
padding: 8px;
|
|
33540
33379
|
}
|
|
33541
|
-
|
|
33542
|
-
|
|
33380
|
+
|
|
33381
|
+
.E_tecdsj7 {
|
|
33382
|
+
display: flex;
|
|
33383
|
+
align-items: center;
|
|
33384
|
+
background-color: unset;
|
|
33385
|
+
color: #FFFFFF;
|
|
33386
|
+
justify-content: space-between;
|
|
33387
|
+
font-size: 12px;
|
|
33388
|
+
padding-top: 6px;
|
|
33543
33389
|
}
|
|
33544
|
-
.
|
|
33545
|
-
|
|
33390
|
+
.E_tecdsj7:first-child {
|
|
33391
|
+
padding-top: 3px;
|
|
33546
33392
|
}
|
|
33547
|
-
.
|
|
33548
|
-
|
|
33393
|
+
.E_tecdsj7:last-child {
|
|
33394
|
+
padding-bottom: 3px;
|
|
33549
33395
|
}
|
|
33550
|
-
.
|
|
33551
|
-
|
|
33396
|
+
.E_tecdsj7 .column-value {
|
|
33397
|
+
color: #FFFFFF;
|
|
33398
|
+
margin-left: 8px;
|
|
33552
33399
|
}
|
|
33553
33400
|
|
|
33554
|
-
.
|
|
33555
|
-
width: 8px;
|
|
33556
|
-
height: 8px;
|
|
33557
|
-
border-radius: 50%;
|
|
33401
|
+
.E_ljhvvia {
|
|
33558
33402
|
display: inline-block;
|
|
33403
|
+
height: 8px;
|
|
33404
|
+
width: 8px;
|
|
33405
|
+
margin-right: 8px;
|
|
33406
|
+
border-radius: 2px;
|
|
33407
|
+
}
|
|
33408
|
+
.E_ljhvvia.borderd {
|
|
33409
|
+
border: 1px solid #fff;
|
|
33559
33410
|
}
|
|
33560
33411
|
|
|
33561
33412
|
.E_l1ucdodl {
|
|
@@ -33997,199 +33848,153 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33997
33848
|
background: #fff;
|
|
33998
33849
|
}
|
|
33999
33850
|
|
|
34000
|
-
.
|
|
34001
|
-
|
|
33851
|
+
button.E_l48ei06.ant-btn,
|
|
33852
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33853
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33854
|
+
font-size: 12px;
|
|
33855
|
+
line-height: 18px;
|
|
33856
|
+
height: 18px;
|
|
34002
33857
|
}
|
|
34003
|
-
|
|
34004
|
-
|
|
33858
|
+
|
|
33859
|
+
button.E_l48ei06 {
|
|
33860
|
+
color: #0080FF;
|
|
33861
|
+
height: unset;
|
|
34005
33862
|
}
|
|
34006
|
-
.
|
|
34007
|
-
|
|
33863
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33864
|
+
margin-right: 4px;
|
|
34008
33865
|
}
|
|
34009
|
-
.
|
|
34010
|
-
|
|
33866
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33867
|
+
margin-left: 4px;
|
|
34011
33868
|
}
|
|
34012
|
-
.
|
|
34013
|
-
color: #
|
|
34014
|
-
font-weight: normal;
|
|
33869
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33870
|
+
color: #009DFF;
|
|
34015
33871
|
}
|
|
34016
|
-
.
|
|
34017
|
-
color:
|
|
33872
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33873
|
+
color: #005ED1;
|
|
34018
33874
|
}
|
|
34019
|
-
.
|
|
34020
|
-
color: #
|
|
33875
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33876
|
+
color: #0080FF;
|
|
34021
33877
|
}
|
|
34022
|
-
.
|
|
34023
|
-
|
|
33878
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33879
|
+
color: #00122E;
|
|
34024
33880
|
}
|
|
34025
|
-
.
|
|
34026
|
-
|
|
34027
|
-
white-space: nowrap;
|
|
34028
|
-
text-overflow: ellipsis;
|
|
33881
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33882
|
+
color: #0080FF;
|
|
34029
33883
|
}
|
|
34030
|
-
|
|
34031
|
-
|
|
34032
|
-
min-width: var(--item-min-width);
|
|
33884
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33885
|
+
color: #005ED1;
|
|
34033
33886
|
}
|
|
34034
|
-
.
|
|
34035
|
-
|
|
33887
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33888
|
+
color: #00122E;
|
|
34036
33889
|
}
|
|
34037
|
-
.
|
|
34038
|
-
|
|
34039
|
-
justify-content: stretch;
|
|
33890
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33891
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34040
33892
|
}
|
|
34041
|
-
.
|
|
34042
|
-
|
|
34043
|
-
margin-right: 4px;
|
|
34044
|
-
flex: 1;
|
|
34045
|
-
overflow: visible;
|
|
33893
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33894
|
+
color: #0080FF;
|
|
34046
33895
|
}
|
|
34047
|
-
.
|
|
34048
|
-
|
|
34049
|
-
min-height: unset;
|
|
33896
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33897
|
+
color: #005ED1;
|
|
34050
33898
|
}
|
|
34051
|
-
.
|
|
34052
|
-
|
|
34053
|
-
line-height: 26px;
|
|
34054
|
-
width: 100%;
|
|
34055
|
-
padding: 0;
|
|
34056
|
-
font-size: 12px;
|
|
33899
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33900
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34057
33901
|
}
|
|
34058
|
-
|
|
34059
|
-
|
|
33902
|
+
|
|
33903
|
+
.E_sddwhm6 {
|
|
33904
|
+
margin: 0;
|
|
33905
|
+
border-radius: 20px;
|
|
33906
|
+
padding: 2px 10px;
|
|
33907
|
+
height: 22px;
|
|
34060
33908
|
}
|
|
34061
|
-
.
|
|
34062
|
-
|
|
33909
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33910
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34063
33911
|
}
|
|
34064
|
-
.
|
|
34065
|
-
|
|
34066
|
-
padding-right: 4px;
|
|
34067
|
-
border-radius: 4px 0 0 4px;
|
|
33912
|
+
.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 {
|
|
33913
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34068
33914
|
}
|
|
34069
|
-
.
|
|
34070
|
-
|
|
33915
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33916
|
+
color: #00122e;
|
|
34071
33917
|
}
|
|
34072
|
-
.
|
|
34073
|
-
|
|
34074
|
-
padding-left: 12px;
|
|
34075
|
-
border-radius: 0 4px 4px 0;
|
|
33918
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33919
|
+
margin-right: 6px;
|
|
34076
33920
|
}
|
|
34077
|
-
.
|
|
34078
|
-
|
|
34079
|
-
|
|
34080
|
-
height: 0;
|
|
34081
|
-
border: 13px solid transparent;
|
|
34082
|
-
position: absolute;
|
|
34083
|
-
top: 0;
|
|
34084
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34085
|
-
z-index: 2;
|
|
34086
|
-
position: relative;
|
|
34087
|
-
top: -50%;
|
|
34088
|
-
right: -100%;
|
|
33921
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33922
|
+
margin-left: 8px;
|
|
33923
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34089
33924
|
}
|
|
34090
|
-
.
|
|
34091
|
-
|
|
33925
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33926
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34092
33927
|
}
|
|
34093
|
-
.
|
|
34094
|
-
|
|
34095
|
-
width: 0;
|
|
34096
|
-
height: 0;
|
|
34097
|
-
border: 13px solid transparent;
|
|
34098
|
-
position: absolute;
|
|
34099
|
-
top: 0;
|
|
34100
|
-
border-left: 8px solid #fff;
|
|
34101
|
-
left: 0;
|
|
33928
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33929
|
+
background-color: #0080ff;
|
|
34102
33930
|
}
|
|
34103
|
-
.
|
|
34104
|
-
|
|
33931
|
+
.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 {
|
|
33932
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34105
33933
|
}
|
|
34106
|
-
.
|
|
34107
|
-
background-color: rgba(
|
|
33934
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33935
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34108
33936
|
}
|
|
34109
|
-
.
|
|
34110
|
-
|
|
33937
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33938
|
+
background-color: #f0483e;
|
|
34111
33939
|
}
|
|
34112
|
-
.
|
|
34113
|
-
|
|
34114
|
-
min-width: var(--item-min-width);
|
|
33940
|
+
.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 {
|
|
33941
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34115
33942
|
}
|
|
34116
|
-
.
|
|
34117
|
-
|
|
34118
|
-
min-width: var(--item-min-width);
|
|
33943
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33944
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34119
33945
|
}
|
|
34120
|
-
.
|
|
34121
|
-
|
|
34122
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33946
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33947
|
+
background-color: #fea008;
|
|
34123
33948
|
}
|
|
34124
|
-
.
|
|
34125
|
-
|
|
33949
|
+
.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 {
|
|
33950
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34126
33951
|
}
|
|
34127
|
-
|
|
34128
|
-
|
|
34129
|
-
width: 192px;
|
|
34130
|
-
row-gap: 2px;
|
|
33952
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33953
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34131
33954
|
}
|
|
34132
|
-
.
|
|
34133
|
-
background-color:
|
|
33955
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33956
|
+
background-color: #00ba5d;
|
|
34134
33957
|
}
|
|
34135
|
-
.
|
|
34136
|
-
color:
|
|
33958
|
+
.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 {
|
|
33959
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34137
33960
|
}
|
|
34138
|
-
.
|
|
33961
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34139
33962
|
background-color: rgba(225, 230, 241, 0.6);
|
|
34140
33963
|
}
|
|
34141
|
-
.
|
|
34142
|
-
|
|
34143
|
-
border-radius: 4px;
|
|
34144
|
-
height: 32px;
|
|
34145
|
-
display: flex;
|
|
34146
|
-
align-items: center;
|
|
34147
|
-
}
|
|
34148
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34149
|
-
min-height: auto;
|
|
34150
|
-
white-space: nowrap;
|
|
33964
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33965
|
+
background-color: #6b7d99;
|
|
34151
33966
|
}
|
|
34152
|
-
.
|
|
34153
|
-
|
|
34154
|
-
line-height: 20px;
|
|
34155
|
-
max-width: 100%;
|
|
34156
|
-
padding-right: 0;
|
|
33967
|
+
.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 {
|
|
33968
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34157
33969
|
}
|
|
34158
|
-
|
|
34159
|
-
|
|
33970
|
+
|
|
33971
|
+
.E_satwmqm {
|
|
33972
|
+
width: 8px;
|
|
33973
|
+
height: 8px;
|
|
33974
|
+
border-radius: 50%;
|
|
33975
|
+
display: inline-block;
|
|
34160
33976
|
}
|
|
34161
33977
|
|
|
34162
|
-
.
|
|
34163
|
-
width:
|
|
34164
|
-
|
|
34165
|
-
align-items: center;
|
|
34166
|
-
justify-content: center;
|
|
34167
|
-
column-gap: 4px;
|
|
33978
|
+
.E_t1gvlxt5 {
|
|
33979
|
+
min-width: 0;
|
|
33980
|
+
flex: 1;
|
|
34168
33981
|
}
|
|
34169
|
-
.
|
|
34170
|
-
|
|
34171
|
-
|
|
34172
|
-
|
|
34173
|
-
|
|
34174
|
-
|
|
34175
|
-
|
|
33982
|
+
.E_t1gvlxt5 .tag {
|
|
33983
|
+
flex: 0 0 auto;
|
|
33984
|
+
}
|
|
33985
|
+
.E_t1gvlxt5 .progress-title {
|
|
33986
|
+
flex: 2;
|
|
33987
|
+
max-width: fit-content;
|
|
33988
|
+
}
|
|
33989
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33990
|
+
flex: 1;
|
|
33991
|
+
max-width: fit-content;
|
|
34176
33992
|
}
|
|
34177
33993
|
|
|
34178
|
-
.
|
|
34179
|
-
width: 100%;
|
|
33994
|
+
.E_a1ji6r68 {
|
|
34180
33995
|
display: flex;
|
|
34181
33996
|
align-items: center;
|
|
34182
|
-
|
|
34183
|
-
column-gap: 6px;
|
|
34184
|
-
font-size: 13px;
|
|
34185
|
-
}
|
|
34186
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
34187
|
-
display: inline-flex;
|
|
34188
|
-
align-items: center;
|
|
34189
|
-
min-width: 20px;
|
|
34190
|
-
min-height: 20px;
|
|
34191
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34192
|
-
justify-content: center;
|
|
33997
|
+
column-gap: var(--a1ji6r68-0);
|
|
34193
33998
|
}
|
|
34194
33999
|
|
|
34195
34000
|
.E_w7ob4th.outside-tag {
|
|
@@ -34201,6 +34006,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34201
34006
|
margin-right: 4px;
|
|
34202
34007
|
}
|
|
34203
34008
|
|
|
34009
|
+
.E_slr2ynn {
|
|
34010
|
+
padding: 0 8px;
|
|
34011
|
+
height: 18px;
|
|
34012
|
+
}
|
|
34013
|
+
|
|
34014
|
+
.E_m140wbb6 {
|
|
34015
|
+
padding: 2px 8px;
|
|
34016
|
+
height: 24px;
|
|
34017
|
+
}
|
|
34018
|
+
|
|
34019
|
+
.E_t1fozc1i {
|
|
34020
|
+
margin: 0;
|
|
34021
|
+
}
|
|
34022
|
+
|
|
34023
|
+
.E_i1vxv4ln {
|
|
34024
|
+
margin-right: 4px;
|
|
34025
|
+
height: 16px;
|
|
34026
|
+
}
|
|
34027
|
+
|
|
34028
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34029
|
+
font-weight: 700;
|
|
34030
|
+
color: #00122e;
|
|
34031
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34032
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34033
|
+
word-break: break-all;
|
|
34034
|
+
display: inline;
|
|
34035
|
+
white-space: normal;
|
|
34036
|
+
}
|
|
34037
|
+
|
|
34204
34038
|
.E_t1dtlqs1 {
|
|
34205
34039
|
margin-bottom: 4px;
|
|
34206
34040
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34397,33 +34231,199 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34397
34231
|
margin-right: 8px;
|
|
34398
34232
|
}
|
|
34399
34233
|
|
|
34400
|
-
.
|
|
34401
|
-
|
|
34402
|
-
|
|
34234
|
+
.E_sjob3jg {
|
|
34235
|
+
--item-min-width: 60px;
|
|
34236
|
+
}
|
|
34237
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34238
|
+
display: none !important;
|
|
34239
|
+
}
|
|
34240
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34241
|
+
flex-shrink: 0 !important;
|
|
34242
|
+
}
|
|
34243
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34244
|
+
color: #0080ff;
|
|
34245
|
+
}
|
|
34246
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34247
|
+
color: #0080ff;
|
|
34248
|
+
font-weight: normal;
|
|
34249
|
+
}
|
|
34250
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34251
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34252
|
+
}
|
|
34253
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34254
|
+
color: #00122e;
|
|
34255
|
+
}
|
|
34256
|
+
.E_sjob3jg .step-item-text {
|
|
34257
|
+
display: inline-block;
|
|
34258
|
+
}
|
|
34259
|
+
.E_sjob3jg .step-item-title {
|
|
34260
|
+
overflow: hidden;
|
|
34261
|
+
white-space: nowrap;
|
|
34262
|
+
text-overflow: ellipsis;
|
|
34403
34263
|
}
|
|
34404
34264
|
|
|
34405
|
-
.
|
|
34406
|
-
|
|
34407
|
-
|
|
34265
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34266
|
+
min-width: var(--item-min-width);
|
|
34267
|
+
}
|
|
34268
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34269
|
+
cursor: not-allowed !important;
|
|
34270
|
+
}
|
|
34271
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34272
|
+
flex-direction: row;
|
|
34273
|
+
justify-content: stretch;
|
|
34274
|
+
}
|
|
34275
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34276
|
+
padding: 0;
|
|
34277
|
+
margin-right: 4px;
|
|
34278
|
+
flex: 1;
|
|
34279
|
+
overflow: visible;
|
|
34280
|
+
}
|
|
34281
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34282
|
+
width: 100%;
|
|
34283
|
+
min-height: unset;
|
|
34284
|
+
}
|
|
34285
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34286
|
+
height: 26px;
|
|
34287
|
+
line-height: 26px;
|
|
34288
|
+
width: 100%;
|
|
34289
|
+
padding: 0;
|
|
34290
|
+
font-size: 12px;
|
|
34291
|
+
}
|
|
34292
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34293
|
+
margin-right: 10px;
|
|
34294
|
+
}
|
|
34295
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34296
|
+
display: none;
|
|
34297
|
+
}
|
|
34298
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34299
|
+
padding-left: 8px;
|
|
34300
|
+
padding-right: 4px;
|
|
34301
|
+
border-radius: 4px 0 0 4px;
|
|
34302
|
+
}
|
|
34303
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34304
|
+
margin-right: 0;
|
|
34305
|
+
}
|
|
34306
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34307
|
+
padding-right: 8px;
|
|
34308
|
+
padding-left: 12px;
|
|
34309
|
+
border-radius: 0 4px 4px 0;
|
|
34310
|
+
}
|
|
34311
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34312
|
+
content: "";
|
|
34313
|
+
width: 0;
|
|
34314
|
+
height: 0;
|
|
34315
|
+
border: 13px solid transparent;
|
|
34316
|
+
position: absolute;
|
|
34317
|
+
top: 0;
|
|
34318
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34319
|
+
z-index: 2;
|
|
34320
|
+
position: relative;
|
|
34321
|
+
top: -50%;
|
|
34322
|
+
right: -100%;
|
|
34323
|
+
}
|
|
34324
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34325
|
+
padding: 0 4px 0 12px;
|
|
34326
|
+
}
|
|
34327
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34328
|
+
content: "";
|
|
34329
|
+
width: 0;
|
|
34330
|
+
height: 0;
|
|
34331
|
+
border: 13px solid transparent;
|
|
34332
|
+
position: absolute;
|
|
34333
|
+
top: 0;
|
|
34334
|
+
border-left: 8px solid #fff;
|
|
34335
|
+
left: 0;
|
|
34336
|
+
}
|
|
34337
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34338
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34339
|
+
}
|
|
34340
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34341
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34342
|
+
}
|
|
34343
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34344
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34345
|
+
}
|
|
34346
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34347
|
+
cursor: pointer;
|
|
34348
|
+
min-width: var(--item-min-width);
|
|
34349
|
+
}
|
|
34350
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34351
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34352
|
+
min-width: var(--item-min-width);
|
|
34353
|
+
}
|
|
34354
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34355
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34356
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34357
|
+
}
|
|
34358
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34359
|
+
padding: 0;
|
|
34408
34360
|
}
|
|
34409
34361
|
|
|
34410
|
-
.
|
|
34411
|
-
|
|
34362
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34363
|
+
width: 192px;
|
|
34364
|
+
row-gap: 2px;
|
|
34365
|
+
}
|
|
34366
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34367
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34368
|
+
}
|
|
34369
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34370
|
+
color: #00122e !important;
|
|
34371
|
+
}
|
|
34372
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34373
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34374
|
+
}
|
|
34375
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34376
|
+
padding: 0 8px;
|
|
34377
|
+
border-radius: 4px;
|
|
34378
|
+
height: 32px;
|
|
34379
|
+
display: flex;
|
|
34380
|
+
align-items: center;
|
|
34381
|
+
}
|
|
34382
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34383
|
+
min-height: auto;
|
|
34384
|
+
white-space: nowrap;
|
|
34385
|
+
}
|
|
34386
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34387
|
+
font-size: 13px;
|
|
34388
|
+
line-height: 20px;
|
|
34389
|
+
max-width: 100%;
|
|
34390
|
+
padding-right: 0;
|
|
34391
|
+
}
|
|
34392
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34393
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34412
34394
|
}
|
|
34413
34395
|
|
|
34414
|
-
.
|
|
34415
|
-
|
|
34416
|
-
|
|
34396
|
+
.E_h6l1tj4 {
|
|
34397
|
+
width: 100%;
|
|
34398
|
+
display: inline-flex;
|
|
34399
|
+
align-items: center;
|
|
34400
|
+
justify-content: center;
|
|
34401
|
+
column-gap: 4px;
|
|
34402
|
+
}
|
|
34403
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34404
|
+
display: inline-flex;
|
|
34405
|
+
align-items: center;
|
|
34406
|
+
width: 18px;
|
|
34407
|
+
height: 18px;
|
|
34408
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34409
|
+
justify-content: center;
|
|
34417
34410
|
}
|
|
34418
34411
|
|
|
34419
|
-
.
|
|
34420
|
-
|
|
34421
|
-
|
|
34422
|
-
|
|
34423
|
-
|
|
34424
|
-
|
|
34425
|
-
|
|
34426
|
-
|
|
34412
|
+
.E_v18frne8 {
|
|
34413
|
+
width: 100%;
|
|
34414
|
+
display: flex;
|
|
34415
|
+
align-items: center;
|
|
34416
|
+
justify-content: center;
|
|
34417
|
+
column-gap: 6px;
|
|
34418
|
+
font-size: 13px;
|
|
34419
|
+
}
|
|
34420
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34421
|
+
display: inline-flex;
|
|
34422
|
+
align-items: center;
|
|
34423
|
+
min-width: 20px;
|
|
34424
|
+
min-height: 20px;
|
|
34425
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34426
|
+
justify-content: center;
|
|
34427
34427
|
}
|
|
34428
34428
|
|
|
34429
34429
|
.E_i1g85yz3 {
|
|
@@ -34672,6 +34672,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34672
34672
|
font-weight: bold;
|
|
34673
34673
|
}
|
|
34674
34674
|
|
|
34675
|
+
.E_t59qhqp {
|
|
34676
|
+
padding: 0px;
|
|
34677
|
+
padding-top: 5px;
|
|
34678
|
+
padding-left: 5px;
|
|
34679
|
+
}
|
|
34680
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34681
|
+
margin-bottom: 16px;
|
|
34682
|
+
padding-bottom: 0px;
|
|
34683
|
+
}
|
|
34684
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34685
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34686
|
+
margin-bottom: 0;
|
|
34687
|
+
}
|
|
34688
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34689
|
+
margin-bottom: 12px;
|
|
34690
|
+
}
|
|
34691
|
+
.E_t59qhqp .info-action {
|
|
34692
|
+
align-self: baseline;
|
|
34693
|
+
}
|
|
34694
|
+
|
|
34695
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34696
|
+
margin-left: 18px;
|
|
34697
|
+
}
|
|
34698
|
+
.E_t2e44lg .item-time {
|
|
34699
|
+
display: flex;
|
|
34700
|
+
flex-direction: column;
|
|
34701
|
+
gap: 4px;
|
|
34702
|
+
margin-top: 4px;
|
|
34703
|
+
}
|
|
34704
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34705
|
+
padding-bottom: 0;
|
|
34706
|
+
}
|
|
34707
|
+
|
|
34708
|
+
.E_e14ua30y {
|
|
34709
|
+
display: flex;
|
|
34710
|
+
flex-direction: column;
|
|
34711
|
+
align-items: center;
|
|
34712
|
+
justify-content: center;
|
|
34713
|
+
}
|
|
34714
|
+
|
|
34715
|
+
.E_s1ikqzph {
|
|
34716
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34717
|
+
}
|
|
34718
|
+
|
|
34719
|
+
.E_i15astnl {
|
|
34720
|
+
color: #00122E;
|
|
34721
|
+
}
|
|
34722
|
+
|
|
34675
34723
|
.E_s20iney.skeleton-box {
|
|
34676
34724
|
display: flex;
|
|
34677
34725
|
align-items: center;
|
|
@@ -34824,54 +34872,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34824
34872
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
34825
34873
|
}
|
|
34826
34874
|
|
|
34827
|
-
.E_t59qhqp {
|
|
34828
|
-
padding: 0px;
|
|
34829
|
-
padding-top: 5px;
|
|
34830
|
-
padding-left: 5px;
|
|
34831
|
-
}
|
|
34832
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34833
|
-
margin-bottom: 16px;
|
|
34834
|
-
padding-bottom: 0px;
|
|
34835
|
-
}
|
|
34836
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34837
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34838
|
-
margin-bottom: 0;
|
|
34839
|
-
}
|
|
34840
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34841
|
-
margin-bottom: 12px;
|
|
34842
|
-
}
|
|
34843
|
-
.E_t59qhqp .info-action {
|
|
34844
|
-
align-self: baseline;
|
|
34845
|
-
}
|
|
34846
|
-
|
|
34847
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
34848
|
-
margin-left: 18px;
|
|
34849
|
-
}
|
|
34850
|
-
.E_t2e44lg .item-time {
|
|
34851
|
-
display: flex;
|
|
34852
|
-
flex-direction: column;
|
|
34853
|
-
gap: 4px;
|
|
34854
|
-
margin-top: 4px;
|
|
34855
|
-
}
|
|
34856
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34857
|
-
padding-bottom: 0;
|
|
34858
|
-
}
|
|
34859
|
-
|
|
34860
|
-
.E_e14ua30y {
|
|
34861
|
-
display: flex;
|
|
34862
|
-
flex-direction: column;
|
|
34863
|
-
align-items: center;
|
|
34864
|
-
justify-content: center;
|
|
34865
|
-
}
|
|
34866
|
-
|
|
34867
|
-
.E_s1ikqzph {
|
|
34868
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34869
|
-
}
|
|
34870
|
-
|
|
34871
|
-
.E_i15astnl {
|
|
34872
|
-
color: #00122E;
|
|
34873
|
-
}
|
|
34874
|
-
|
|
34875
34875
|
.E_sqv6dmy {
|
|
34876
34876
|
display: flex;
|
|
34877
34877
|
justify-content: flex-end;
|
|
@@ -35010,6 +35010,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35010
35010
|
}
|
|
35011
35011
|
}
|
|
35012
35012
|
|
|
35013
|
+
.E_s1ebs0ra {
|
|
35014
|
+
display: flex;
|
|
35015
|
+
align-items: center;
|
|
35016
|
+
justify-content: space-between;
|
|
35017
|
+
background: #edf0f7;
|
|
35018
|
+
padding: 8px 12px;
|
|
35019
|
+
position: sticky;
|
|
35020
|
+
top: 0;
|
|
35021
|
+
z-index: 1;
|
|
35022
|
+
margin-bottom: -52px;
|
|
35023
|
+
}
|
|
35024
|
+
.E_s1ebs0ra .select-total {
|
|
35025
|
+
display: flex;
|
|
35026
|
+
align-items: center;
|
|
35027
|
+
font-weight: 700;
|
|
35028
|
+
flex-shrink: 0;
|
|
35029
|
+
}
|
|
35030
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35031
|
+
cursor: pointer;
|
|
35032
|
+
margin-left: 8px;
|
|
35033
|
+
width: 32px;
|
|
35034
|
+
height: 32px;
|
|
35035
|
+
border-radius: 50%;
|
|
35036
|
+
justify-content: center;
|
|
35037
|
+
}
|
|
35038
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35039
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35040
|
+
}
|
|
35041
|
+
.E_s1ebs0ra .action-group {
|
|
35042
|
+
flex: 1;
|
|
35043
|
+
margin-left: 88px;
|
|
35044
|
+
white-space: nowrap;
|
|
35045
|
+
text-align: right;
|
|
35046
|
+
position: relative;
|
|
35047
|
+
padding: 4px 0;
|
|
35048
|
+
margin-top: -4px;
|
|
35049
|
+
overflow: hidden;
|
|
35050
|
+
}
|
|
35051
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35052
|
+
transform: translateY(-4px);
|
|
35053
|
+
}
|
|
35054
|
+
.E_s1ebs0ra .action-group button {
|
|
35055
|
+
border: none;
|
|
35056
|
+
}
|
|
35057
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35058
|
+
margin-right: 8px;
|
|
35059
|
+
}
|
|
35060
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35061
|
+
margin-right: 4px;
|
|
35062
|
+
}
|
|
35063
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35064
|
+
cursor: pointer;
|
|
35065
|
+
width: 32px;
|
|
35066
|
+
height: 32px;
|
|
35067
|
+
justify-content: center;
|
|
35068
|
+
border-radius: 50%;
|
|
35069
|
+
}
|
|
35070
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35071
|
+
background: #fff;
|
|
35072
|
+
}
|
|
35073
|
+
|
|
35013
35074
|
.E_c18bcrac {
|
|
35014
35075
|
display: inline-block;
|
|
35015
35076
|
width: 100%;
|
|
@@ -35060,65 +35121,97 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35060
35121
|
margin-right: 4px;
|
|
35061
35122
|
}
|
|
35062
35123
|
|
|
35063
|
-
.
|
|
35064
|
-
|
|
35065
|
-
|
|
35066
|
-
|
|
35067
|
-
background: #edf0f7;
|
|
35068
|
-
padding: 8px 12px;
|
|
35069
|
-
position: sticky;
|
|
35070
|
-
top: 0;
|
|
35071
|
-
z-index: 1;
|
|
35072
|
-
margin-bottom: -52px;
|
|
35124
|
+
.E_clm1wy1 {
|
|
35125
|
+
width: 192px;
|
|
35126
|
+
height: 246px;
|
|
35127
|
+
border-radius: 4px;
|
|
35073
35128
|
}
|
|
35074
|
-
.
|
|
35075
|
-
|
|
35076
|
-
|
|
35077
|
-
|
|
35078
|
-
|
|
35129
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35130
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35131
|
+
width: 100%;
|
|
35132
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35133
|
+
border-top: none;
|
|
35079
35134
|
}
|
|
35080
|
-
.
|
|
35081
|
-
|
|
35082
|
-
|
|
35083
|
-
width: 32px;
|
|
35084
|
-
height: 32px;
|
|
35085
|
-
border-radius: 50%;
|
|
35086
|
-
justify-content: center;
|
|
35135
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35136
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35137
|
+
padding: 0 16px;
|
|
35087
35138
|
}
|
|
35088
|
-
.
|
|
35089
|
-
|
|
35139
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35140
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35141
|
+
width: 100%;
|
|
35142
|
+
height: 180px;
|
|
35143
|
+
border-spacing: 0;
|
|
35090
35144
|
}
|
|
35091
|
-
.
|
|
35092
|
-
|
|
35093
|
-
margin-
|
|
35094
|
-
|
|
35095
|
-
|
|
35096
|
-
|
|
35097
|
-
|
|
35098
|
-
|
|
35099
|
-
|
|
35145
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35146
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35147
|
+
margin-bottom: 8px;
|
|
35148
|
+
}
|
|
35149
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35150
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35151
|
+
width: 22px;
|
|
35152
|
+
}
|
|
35153
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35154
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35155
|
+
padding: 0;
|
|
35156
|
+
}
|
|
35157
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35158
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35159
|
+
opacity: 0.4;
|
|
35160
|
+
}
|
|
35161
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35162
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35163
|
+
opacity: 1;
|
|
35164
|
+
}
|
|
35165
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35166
|
+
color: #3e4652;
|
|
35167
|
+
}
|
|
35168
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35169
|
+
pointer-events: none;
|
|
35170
|
+
}
|
|
35171
|
+
|
|
35172
|
+
.E_t1tsm00v {
|
|
35173
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35174
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35175
|
+
backdrop-filter: blur(10px);
|
|
35176
|
+
padding: 7px 10px;
|
|
35100
35177
|
}
|
|
35101
|
-
|
|
35102
|
-
|
|
35178
|
+
|
|
35179
|
+
.E_c167wnad {
|
|
35180
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35181
|
+
display: flex;
|
|
35182
|
+
justify-content: space-between;
|
|
35183
|
+
align-items: center;
|
|
35184
|
+
padding: 8px 16px;
|
|
35103
35185
|
}
|
|
35104
|
-
.
|
|
35105
|
-
|
|
35186
|
+
.E_c167wnad .anticon {
|
|
35187
|
+
cursor: pointer;
|
|
35106
35188
|
}
|
|
35107
|
-
.
|
|
35108
|
-
|
|
35189
|
+
.E_c167wnad .anticon:hover {
|
|
35190
|
+
color: #0096ff;
|
|
35109
35191
|
}
|
|
35110
|
-
|
|
35111
|
-
|
|
35192
|
+
|
|
35193
|
+
.E_cxhf7dh {
|
|
35194
|
+
text-align: center;
|
|
35112
35195
|
}
|
|
35113
|
-
.
|
|
35114
|
-
|
|
35115
|
-
width: 32px;
|
|
35116
|
-
height: 32px;
|
|
35196
|
+
.E_cxhf7dh .dots {
|
|
35197
|
+
display: flex;
|
|
35117
35198
|
justify-content: center;
|
|
35118
|
-
border-radius: 50%;
|
|
35119
35199
|
}
|
|
35120
|
-
.
|
|
35121
|
-
|
|
35200
|
+
.E_cxhf7dh .dot {
|
|
35201
|
+
display: inline-block;
|
|
35202
|
+
width: 2px;
|
|
35203
|
+
height: 2px;
|
|
35204
|
+
border-radius: 1px;
|
|
35205
|
+
background: #0096ff;
|
|
35206
|
+
}
|
|
35207
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35208
|
+
margin-right: 2px;
|
|
35209
|
+
}
|
|
35210
|
+
.E_cxhf7dh .bar {
|
|
35211
|
+
width: 9px;
|
|
35212
|
+
height: 2px;
|
|
35213
|
+
background: #0096ff;
|
|
35214
|
+
border-radius: 2px;
|
|
35122
35215
|
}
|
|
35123
35216
|
|
|
35124
35217
|
.E_c1up1pdz {
|
|
@@ -35261,125 +35354,27 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35261
35354
|
color: #fff;
|
|
35262
35355
|
}
|
|
35263
35356
|
|
|
35264
|
-
.
|
|
35265
|
-
background: white;
|
|
35266
|
-
}
|
|
35267
|
-
.E_t1sqg15u.inline .table-row {
|
|
35268
|
-
flex-direction: column;
|
|
35269
|
-
}
|
|
35270
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35271
|
-
padding: 0 16px 7px 0;
|
|
35272
|
-
}
|
|
35273
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35274
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35275
|
-
}
|
|
35276
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35277
|
-
border-top: none !important;
|
|
35278
|
-
}
|
|
35279
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35280
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35281
|
-
}
|
|
35282
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35283
|
-
padding-bottom: 0;
|
|
35284
|
-
}
|
|
35285
|
-
.E_t1sqg15u.align-right .content {
|
|
35286
|
-
text-align: right;
|
|
35287
|
-
}
|
|
35288
|
-
.E_t1sqg15u .uuid-row {
|
|
35289
|
-
display: flex;
|
|
35290
|
-
justify-content: space-between;
|
|
35291
|
-
}
|
|
35292
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35293
|
-
white-space: nowrap;
|
|
35294
|
-
overflow: hidden;
|
|
35295
|
-
text-overflow: ellipsis;
|
|
35296
|
-
}
|
|
35297
|
-
|
|
35298
|
-
.E_t4zczcp {
|
|
35357
|
+
.E_wg1tsps {
|
|
35299
35358
|
display: flex;
|
|
35300
|
-
justify-content: space-between;
|
|
35301
35359
|
align-items: center;
|
|
35302
|
-
|
|
35303
|
-
min-height: 32px;
|
|
35304
|
-
}
|
|
35305
|
-
.E_t4zczcp .table-title {
|
|
35306
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35307
|
-
font-weight: 600;
|
|
35308
|
-
font-size: 12px;
|
|
35309
|
-
line-height: 8px;
|
|
35310
|
-
}
|
|
35311
|
-
.E_t4zczcp .edit-icon {
|
|
35312
|
-
font-size: 16px;
|
|
35313
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35314
|
-
cursor: pointer;
|
|
35315
|
-
}
|
|
35316
|
-
|
|
35317
|
-
.E_t1s7goww {
|
|
35318
|
-
font-size: 12px;
|
|
35319
|
-
line-height: 18px;
|
|
35360
|
+
justify-content: flex-end;
|
|
35320
35361
|
}
|
|
35321
35362
|
|
|
35322
|
-
.
|
|
35363
|
+
.E_b1ctd5xy {
|
|
35323
35364
|
display: flex;
|
|
35324
|
-
|
|
35325
|
-
|
|
35326
|
-
}
|
|
35327
|
-
.E_t93e4cf .hidden {
|
|
35328
|
-
display: none;
|
|
35329
|
-
}
|
|
35330
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35331
|
-
height: auto;
|
|
35365
|
+
align-items: center;
|
|
35366
|
+
width: calc(100% - 40px);
|
|
35332
35367
|
}
|
|
35333
|
-
.
|
|
35334
|
-
|
|
35335
|
-
overflow-x: auto;
|
|
35368
|
+
.E_b1ctd5xy .chart {
|
|
35369
|
+
display: inline-block;
|
|
35336
35370
|
width: 100%;
|
|
35337
|
-
white-space: pre-wrap;
|
|
35338
|
-
}
|
|
35339
|
-
.E_t93e4cf .content .ant-btn {
|
|
35340
|
-
white-space: pre-wrap;
|
|
35341
|
-
text-align: left;
|
|
35342
|
-
}
|
|
35343
|
-
.E_t93e4cf .content .unit-chart {
|
|
35344
|
-
justify-content: flex-start;
|
|
35345
|
-
}
|
|
35346
|
-
|
|
35347
|
-
.E_rhz2uv5 {
|
|
35348
|
-
width: var(--rhz2uv5-0);
|
|
35349
|
-
flex-shrink: 0;
|
|
35350
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35351
|
-
padding-right: 12px;
|
|
35352
|
-
}
|
|
35353
|
-
|
|
35354
|
-
span.E_tqjc4ui {
|
|
35355
|
-
margin: 0 2px;
|
|
35356
|
-
}
|
|
35357
|
-
|
|
35358
|
-
.E_ou7iq30 {
|
|
35359
|
-
overflow: hidden;
|
|
35360
|
-
text-overflow: ellipsis;
|
|
35361
|
-
}
|
|
35362
|
-
|
|
35363
|
-
.E_s1tui002 {
|
|
35364
|
-
white-space: nowrap;
|
|
35365
|
-
}
|
|
35366
|
-
|
|
35367
|
-
.E_mxrc2zg {
|
|
35368
|
-
display: -webkit-box;
|
|
35369
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35370
|
-
-webkit-box-orient: vertical;
|
|
35371
|
-
word-break: break-all;
|
|
35372
35371
|
}
|
|
35373
35372
|
|
|
35374
|
-
.
|
|
35375
|
-
|
|
35376
|
-
}
|
|
35377
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35378
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35379
|
-
border-radius: 4px;
|
|
35373
|
+
.E_u1p8acpn {
|
|
35374
|
+
min-width: 40px;
|
|
35380
35375
|
}
|
|
35381
|
-
.
|
|
35382
|
-
|
|
35376
|
+
.E_u1p8acpn .unit {
|
|
35377
|
+
color: #00122e !important;
|
|
35383
35378
|
}
|
|
35384
35379
|
|
|
35385
35380
|
.E_n12mqh7z {
|
|
@@ -35401,151 +35396,156 @@ span.E_tqjc4ui {
|
|
|
35401
35396
|
overflow: auto;
|
|
35402
35397
|
}
|
|
35403
35398
|
|
|
35404
|
-
.
|
|
35405
|
-
|
|
35406
|
-
|
|
35407
|
-
border-radius: 4px;
|
|
35408
|
-
}
|
|
35409
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35410
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35411
|
-
width: 100%;
|
|
35412
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35413
|
-
border-top: none;
|
|
35414
|
-
}
|
|
35415
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35416
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35417
|
-
padding: 0 16px;
|
|
35418
|
-
}
|
|
35419
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35420
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35421
|
-
width: 100%;
|
|
35422
|
-
height: 180px;
|
|
35423
|
-
border-spacing: 0;
|
|
35399
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35400
|
+
display: flex;
|
|
35401
|
+
align-items: center;
|
|
35424
35402
|
}
|
|
35425
|
-
.
|
|
35426
|
-
|
|
35427
|
-
margin-bottom: 8px;
|
|
35403
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35404
|
+
margin-right: 8px;
|
|
35428
35405
|
}
|
|
35429
|
-
|
|
35430
|
-
.
|
|
35431
|
-
|
|
35406
|
+
|
|
35407
|
+
.E_gmyahx3 {
|
|
35408
|
+
cursor: pointer;
|
|
35432
35409
|
}
|
|
35433
|
-
.
|
|
35434
|
-
|
|
35435
|
-
padding: 0;
|
|
35410
|
+
.E_gmyahx3 .link-text {
|
|
35411
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35436
35412
|
}
|
|
35437
|
-
.
|
|
35438
|
-
color:
|
|
35439
|
-
opacity: 0.4;
|
|
35413
|
+
.E_gmyahx3:hover .link-text {
|
|
35414
|
+
color: #0080ff;
|
|
35440
35415
|
}
|
|
35441
|
-
|
|
35442
|
-
|
|
35443
|
-
|
|
35416
|
+
|
|
35417
|
+
span.E_tqjc4ui {
|
|
35418
|
+
margin: 0 2px;
|
|
35444
35419
|
}
|
|
35445
|
-
|
|
35446
|
-
|
|
35420
|
+
|
|
35421
|
+
.E_skwah65 {
|
|
35422
|
+
height: 8px;
|
|
35423
|
+
box-sizing: border-box;
|
|
35424
|
+
border-radius: 2px;
|
|
35425
|
+
background: #f5f7fa;
|
|
35426
|
+
display: flex;
|
|
35427
|
+
width: 100%;
|
|
35428
|
+
overflow: hidden;
|
|
35447
35429
|
}
|
|
35448
|
-
.
|
|
35449
|
-
|
|
35430
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35431
|
+
margin-left: 1px;
|
|
35450
35432
|
}
|
|
35451
35433
|
|
|
35452
|
-
.
|
|
35453
|
-
|
|
35454
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35455
|
-
backdrop-filter: blur(10px);
|
|
35456
|
-
padding: 7px 10px;
|
|
35434
|
+
.E_t1sqg15u {
|
|
35435
|
+
background: white;
|
|
35457
35436
|
}
|
|
35458
|
-
|
|
35459
|
-
|
|
35460
|
-
|
|
35461
|
-
|
|
35462
|
-
|
|
35463
|
-
align-items: center;
|
|
35464
|
-
padding: 8px 16px;
|
|
35437
|
+
.E_t1sqg15u.inline .table-row {
|
|
35438
|
+
flex-direction: column;
|
|
35439
|
+
}
|
|
35440
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35441
|
+
padding: 0 16px 7px 0;
|
|
35465
35442
|
}
|
|
35466
|
-
.
|
|
35467
|
-
|
|
35443
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35444
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35468
35445
|
}
|
|
35469
|
-
.
|
|
35470
|
-
|
|
35446
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35447
|
+
border-top: none !important;
|
|
35471
35448
|
}
|
|
35472
|
-
|
|
35473
|
-
.
|
|
35474
|
-
text-align: center;
|
|
35449
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35450
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35475
35451
|
}
|
|
35476
|
-
.
|
|
35477
|
-
|
|
35478
|
-
justify-content: center;
|
|
35452
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35453
|
+
padding-bottom: 0;
|
|
35479
35454
|
}
|
|
35480
|
-
.
|
|
35481
|
-
|
|
35482
|
-
width: 2px;
|
|
35483
|
-
height: 2px;
|
|
35484
|
-
border-radius: 1px;
|
|
35485
|
-
background: #0096ff;
|
|
35455
|
+
.E_t1sqg15u.align-right .content {
|
|
35456
|
+
text-align: right;
|
|
35486
35457
|
}
|
|
35487
|
-
.
|
|
35488
|
-
|
|
35458
|
+
.E_t1sqg15u .uuid-row {
|
|
35459
|
+
display: flex;
|
|
35460
|
+
justify-content: space-between;
|
|
35489
35461
|
}
|
|
35490
|
-
.
|
|
35491
|
-
|
|
35492
|
-
|
|
35493
|
-
|
|
35494
|
-
border-radius: 2px;
|
|
35462
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35463
|
+
white-space: nowrap;
|
|
35464
|
+
overflow: hidden;
|
|
35465
|
+
text-overflow: ellipsis;
|
|
35495
35466
|
}
|
|
35496
35467
|
|
|
35497
|
-
.
|
|
35468
|
+
.E_t4zczcp {
|
|
35498
35469
|
display: flex;
|
|
35470
|
+
justify-content: space-between;
|
|
35499
35471
|
align-items: center;
|
|
35472
|
+
padding: 8px;
|
|
35473
|
+
min-height: 32px;
|
|
35500
35474
|
}
|
|
35501
|
-
.
|
|
35502
|
-
|
|
35475
|
+
.E_t4zczcp .table-title {
|
|
35476
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35477
|
+
font-weight: 600;
|
|
35478
|
+
font-size: 12px;
|
|
35479
|
+
line-height: 8px;
|
|
35480
|
+
}
|
|
35481
|
+
.E_t4zczcp .edit-icon {
|
|
35482
|
+
font-size: 16px;
|
|
35483
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35484
|
+
cursor: pointer;
|
|
35503
35485
|
}
|
|
35504
35486
|
|
|
35505
|
-
.
|
|
35506
|
-
|
|
35507
|
-
|
|
35508
|
-
justify-content: flex-end;
|
|
35487
|
+
.E_t1s7goww {
|
|
35488
|
+
font-size: 12px;
|
|
35489
|
+
line-height: 18px;
|
|
35509
35490
|
}
|
|
35510
35491
|
|
|
35511
|
-
.
|
|
35492
|
+
.E_t93e4cf {
|
|
35512
35493
|
display: flex;
|
|
35513
|
-
|
|
35514
|
-
|
|
35494
|
+
padding: 8px 0;
|
|
35495
|
+
color: #2d3a56;
|
|
35515
35496
|
}
|
|
35516
|
-
.
|
|
35517
|
-
display:
|
|
35497
|
+
.E_t93e4cf .hidden {
|
|
35498
|
+
display: none;
|
|
35499
|
+
}
|
|
35500
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35501
|
+
height: auto;
|
|
35502
|
+
}
|
|
35503
|
+
.E_t93e4cf .content {
|
|
35504
|
+
overflow: hidden;
|
|
35505
|
+
overflow-x: auto;
|
|
35518
35506
|
width: 100%;
|
|
35507
|
+
white-space: pre-wrap;
|
|
35519
35508
|
}
|
|
35520
|
-
|
|
35521
|
-
|
|
35522
|
-
|
|
35509
|
+
.E_t93e4cf .content .ant-btn {
|
|
35510
|
+
white-space: pre-wrap;
|
|
35511
|
+
text-align: left;
|
|
35523
35512
|
}
|
|
35524
|
-
.
|
|
35525
|
-
|
|
35513
|
+
.E_t93e4cf .content .unit-chart {
|
|
35514
|
+
justify-content: flex-start;
|
|
35526
35515
|
}
|
|
35527
35516
|
|
|
35528
|
-
.
|
|
35529
|
-
|
|
35517
|
+
.E_rhz2uv5 {
|
|
35518
|
+
width: var(--rhz2uv5-0);
|
|
35519
|
+
flex-shrink: 0;
|
|
35520
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35521
|
+
padding-right: 12px;
|
|
35530
35522
|
}
|
|
35531
|
-
|
|
35532
|
-
|
|
35523
|
+
|
|
35524
|
+
.E_ou7iq30 {
|
|
35525
|
+
overflow: hidden;
|
|
35526
|
+
text-overflow: ellipsis;
|
|
35533
35527
|
}
|
|
35534
|
-
|
|
35535
|
-
|
|
35528
|
+
|
|
35529
|
+
.E_s1tui002 {
|
|
35530
|
+
white-space: nowrap;
|
|
35536
35531
|
}
|
|
35537
35532
|
|
|
35538
|
-
.
|
|
35539
|
-
|
|
35540
|
-
|
|
35541
|
-
|
|
35542
|
-
|
|
35543
|
-
display: flex;
|
|
35544
|
-
width: 100%;
|
|
35545
|
-
overflow: hidden;
|
|
35533
|
+
.E_mxrc2zg {
|
|
35534
|
+
display: -webkit-box;
|
|
35535
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35536
|
+
-webkit-box-orient: vertical;
|
|
35537
|
+
word-break: break-all;
|
|
35546
35538
|
}
|
|
35547
|
-
|
|
35548
|
-
|
|
35539
|
+
|
|
35540
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35541
|
+
display: none;
|
|
35542
|
+
}
|
|
35543
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35544
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35545
|
+
border-radius: 4px;
|
|
35546
|
+
}
|
|
35547
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35548
|
+
visibility: hidden;
|
|
35549
35549
|
}
|
|
35550
35550
|
|
|
35551
35551
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35864,67 +35864,20 @@ span.E_tqjc4ui {
|
|
|
35864
35864
|
background: transparent;
|
|
35865
35865
|
}
|
|
35866
35866
|
|
|
35867
|
-
.
|
|
35868
|
-
|
|
35867
|
+
.E_u15heuvq.content {
|
|
35868
|
+
cursor: default !important;
|
|
35869
35869
|
}
|
|
35870
|
-
|
|
35871
|
-
|
|
35872
|
-
display: flex;
|
|
35873
|
-
flex-direction: column;
|
|
35874
|
-
height: 100%;
|
|
35870
|
+
.E_u15heuvq.content.link {
|
|
35871
|
+
cursor: pointer !important;
|
|
35875
35872
|
}
|
|
35876
|
-
|
|
35877
|
-
|
|
35878
|
-
color: #00122e;
|
|
35879
|
-
font-size: 32px !important;
|
|
35880
|
-
margin-bottom: 16px;
|
|
35873
|
+
.E_u15heuvq.content.link:hover {
|
|
35874
|
+
color: #0080ff;
|
|
35881
35875
|
}
|
|
35882
|
-
|
|
35883
|
-
.E_k1uim1fg {
|
|
35884
|
-
margin-bottom: 32px;
|
|
35876
|
+
.E_u15heuvq.content.black {
|
|
35885
35877
|
color: #00122e;
|
|
35886
35878
|
}
|
|
35887
|
-
|
|
35888
|
-
.
|
|
35889
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
35890
|
-
min-height: 0;
|
|
35891
|
-
flex: 1;
|
|
35892
|
-
padding: 16px;
|
|
35893
|
-
background-color: #2d3a56;
|
|
35894
|
-
color: #fff;
|
|
35895
|
-
overflow: auto;
|
|
35896
|
-
max-width: 100%;
|
|
35897
|
-
min-height: 0;
|
|
35898
|
-
border-radius: 8px;
|
|
35899
|
-
white-space: pre-wrap;
|
|
35900
|
-
}
|
|
35901
|
-
|
|
35902
|
-
.E_kxzv3id {
|
|
35903
|
-
width: 100%;
|
|
35904
|
-
display: flex;
|
|
35905
|
-
justify-content: space-between;
|
|
35906
|
-
padding: 0 128px;
|
|
35907
|
-
}
|
|
35908
|
-
|
|
35909
|
-
.E_eld9lt {
|
|
35910
|
-
display: flex;
|
|
35911
|
-
flex-direction: column;
|
|
35912
|
-
justify-content: center;
|
|
35913
|
-
align-items: center;
|
|
35914
|
-
height: 100%;
|
|
35915
|
-
}
|
|
35916
|
-
|
|
35917
|
-
.E_e1505fqc {
|
|
35918
|
-
display: flex;
|
|
35919
|
-
flex-direction: column;
|
|
35920
|
-
align-items: center;
|
|
35921
|
-
}
|
|
35922
|
-
.E_e1505fqc .title {
|
|
35923
|
-
margin-bottom: 8px;
|
|
35924
|
-
background-clip: text;
|
|
35925
|
-
-webkit-background-clip: text;
|
|
35926
|
-
-webkit-text-fill-color: transparent;
|
|
35927
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35879
|
+
.E_u15heuvq.content.gray {
|
|
35880
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35928
35881
|
}
|
|
35929
35882
|
|
|
35930
35883
|
.E_cyms3br {
|
|
@@ -36027,6 +35980,69 @@ span.E_tqjc4ui {
|
|
|
36027
35980
|
color: rgba(0, 21, 64, 0.3);
|
|
36028
35981
|
}
|
|
36029
35982
|
|
|
35983
|
+
.E_kr6am0s .ant-modal-body {
|
|
35984
|
+
padding: 60px 128px;
|
|
35985
|
+
}
|
|
35986
|
+
|
|
35987
|
+
.E_k1h3cl5q {
|
|
35988
|
+
display: flex;
|
|
35989
|
+
flex-direction: column;
|
|
35990
|
+
height: 100%;
|
|
35991
|
+
}
|
|
35992
|
+
|
|
35993
|
+
.E_k1a6j97w {
|
|
35994
|
+
color: #00122e;
|
|
35995
|
+
font-size: 32px !important;
|
|
35996
|
+
margin-bottom: 16px;
|
|
35997
|
+
}
|
|
35998
|
+
|
|
35999
|
+
.E_k1uim1fg {
|
|
36000
|
+
margin-bottom: 32px;
|
|
36001
|
+
color: #00122e;
|
|
36002
|
+
}
|
|
36003
|
+
|
|
36004
|
+
.E_kobelzt {
|
|
36005
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36006
|
+
min-height: 0;
|
|
36007
|
+
flex: 1;
|
|
36008
|
+
padding: 16px;
|
|
36009
|
+
background-color: #2d3a56;
|
|
36010
|
+
color: #fff;
|
|
36011
|
+
overflow: auto;
|
|
36012
|
+
max-width: 100%;
|
|
36013
|
+
min-height: 0;
|
|
36014
|
+
border-radius: 8px;
|
|
36015
|
+
white-space: pre-wrap;
|
|
36016
|
+
}
|
|
36017
|
+
|
|
36018
|
+
.E_kxzv3id {
|
|
36019
|
+
width: 100%;
|
|
36020
|
+
display: flex;
|
|
36021
|
+
justify-content: space-between;
|
|
36022
|
+
padding: 0 128px;
|
|
36023
|
+
}
|
|
36024
|
+
|
|
36025
|
+
.E_eld9lt {
|
|
36026
|
+
display: flex;
|
|
36027
|
+
flex-direction: column;
|
|
36028
|
+
justify-content: center;
|
|
36029
|
+
align-items: center;
|
|
36030
|
+
height: 100%;
|
|
36031
|
+
}
|
|
36032
|
+
|
|
36033
|
+
.E_e1505fqc {
|
|
36034
|
+
display: flex;
|
|
36035
|
+
flex-direction: column;
|
|
36036
|
+
align-items: center;
|
|
36037
|
+
}
|
|
36038
|
+
.E_e1505fqc .title {
|
|
36039
|
+
margin-bottom: 8px;
|
|
36040
|
+
background-clip: text;
|
|
36041
|
+
-webkit-background-clip: text;
|
|
36042
|
+
-webkit-text-fill-color: transparent;
|
|
36043
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36044
|
+
}
|
|
36045
|
+
|
|
36030
36046
|
.E_c1kchka8 {
|
|
36031
36047
|
height: 100%;
|
|
36032
36048
|
width: 100%;
|