@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/components.css
CHANGED
|
@@ -29626,6 +29626,22 @@ html body {
|
|
|
29626
29626
|
padding: 8px 12px;
|
|
29627
29627
|
}
|
|
29628
29628
|
|
|
29629
|
+
.E_berrcjl {
|
|
29630
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29631
|
+
margin-bottom: 4px;
|
|
29632
|
+
}
|
|
29633
|
+
.E_berrcjl .breadcrumb-link {
|
|
29634
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29635
|
+
cursor: pointer;
|
|
29636
|
+
transition: color 160ms ease;
|
|
29637
|
+
}
|
|
29638
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29639
|
+
color: #0080ff;
|
|
29640
|
+
}
|
|
29641
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29642
|
+
color: #005ed1;
|
|
29643
|
+
}
|
|
29644
|
+
|
|
29629
29645
|
.E_c1uzzomf {
|
|
29630
29646
|
margin-bottom: 16px;
|
|
29631
29647
|
}
|
|
@@ -29677,35 +29693,6 @@ html body {
|
|
|
29677
29693
|
border-radius: unset;
|
|
29678
29694
|
}
|
|
29679
29695
|
|
|
29680
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29681
|
-
padding: 4px 8px 0 8px;
|
|
29682
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29683
|
-
font-size: 12px;
|
|
29684
|
-
}
|
|
29685
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29686
|
-
padding-bottom: 6px;
|
|
29687
|
-
}
|
|
29688
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29689
|
-
padding-top: 4px;
|
|
29690
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29691
|
-
}
|
|
29692
|
-
|
|
29693
|
-
.E_berrcjl {
|
|
29694
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29695
|
-
margin-bottom: 4px;
|
|
29696
|
-
}
|
|
29697
|
-
.E_berrcjl .breadcrumb-link {
|
|
29698
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29699
|
-
cursor: pointer;
|
|
29700
|
-
transition: color 160ms ease;
|
|
29701
|
-
}
|
|
29702
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29703
|
-
color: #0080ff;
|
|
29704
|
-
}
|
|
29705
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29706
|
-
color: #005ed1;
|
|
29707
|
-
}
|
|
29708
|
-
|
|
29709
29696
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29710
29697
|
justify-content: center;
|
|
29711
29698
|
}
|
|
@@ -29963,6 +29950,34 @@ html body {
|
|
|
29963
29950
|
justify-content: center;
|
|
29964
29951
|
}
|
|
29965
29952
|
|
|
29953
|
+
.E_fzh9mnb {
|
|
29954
|
+
width: 100%;
|
|
29955
|
+
height: 100%;
|
|
29956
|
+
min-height: 124px;
|
|
29957
|
+
display: flex;
|
|
29958
|
+
flex-direction: column;
|
|
29959
|
+
justify-content: center;
|
|
29960
|
+
align-items: center;
|
|
29961
|
+
}
|
|
29962
|
+
.E_fzh9mnb .error-text {
|
|
29963
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29964
|
+
margin-bottom: 16px;
|
|
29965
|
+
font-size: 18px;
|
|
29966
|
+
}
|
|
29967
|
+
|
|
29968
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29969
|
+
padding: 4px 8px 0 8px;
|
|
29970
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29971
|
+
font-size: 12px;
|
|
29972
|
+
}
|
|
29973
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29974
|
+
padding-bottom: 6px;
|
|
29975
|
+
}
|
|
29976
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29977
|
+
padding-top: 4px;
|
|
29978
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29979
|
+
}
|
|
29980
|
+
|
|
29966
29981
|
.E_d1bw7c5z {
|
|
29967
29982
|
position: relative;
|
|
29968
29983
|
max-width: 388px;
|
|
@@ -30046,21 +30061,6 @@ html body {
|
|
|
30046
30061
|
width: 102px;
|
|
30047
30062
|
}
|
|
30048
30063
|
|
|
30049
|
-
.E_fzh9mnb {
|
|
30050
|
-
width: 100%;
|
|
30051
|
-
height: 100%;
|
|
30052
|
-
min-height: 124px;
|
|
30053
|
-
display: flex;
|
|
30054
|
-
flex-direction: column;
|
|
30055
|
-
justify-content: center;
|
|
30056
|
-
align-items: center;
|
|
30057
|
-
}
|
|
30058
|
-
.E_fzh9mnb .error-text {
|
|
30059
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30060
|
-
margin-bottom: 16px;
|
|
30061
|
-
font-size: 18px;
|
|
30062
|
-
}
|
|
30063
|
-
|
|
30064
30064
|
.E_f7pxqmh {
|
|
30065
30065
|
width: 100%;
|
|
30066
30066
|
margin-bottom: 0 !important;
|
|
@@ -30095,6 +30095,19 @@ html body {
|
|
|
30095
30095
|
min-height: 0px;
|
|
30096
30096
|
}
|
|
30097
30097
|
|
|
30098
|
+
.E_i1inqkme {
|
|
30099
|
+
height: 18px;
|
|
30100
|
+
line-height: 18px;
|
|
30101
|
+
padding: 0 4px;
|
|
30102
|
+
border-radius: 4px;
|
|
30103
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30104
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30105
|
+
display: flex;
|
|
30106
|
+
align-items: center;
|
|
30107
|
+
white-space: nowrap;
|
|
30108
|
+
margin-right: 4px;
|
|
30109
|
+
}
|
|
30110
|
+
|
|
30098
30111
|
.E_iouxfgt {
|
|
30099
30112
|
display: inline-flex;
|
|
30100
30113
|
align-items: center;
|
|
@@ -30113,6 +30126,18 @@ html body {
|
|
|
30113
30126
|
animation: rotate 680ms linear infinite;
|
|
30114
30127
|
}
|
|
30115
30128
|
|
|
30129
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30130
|
+
display: flex;
|
|
30131
|
+
}
|
|
30132
|
+
.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 {
|
|
30133
|
+
border-bottom-left-radius: 5px;
|
|
30134
|
+
border-top-left-radius: 5px;
|
|
30135
|
+
}
|
|
30136
|
+
.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 {
|
|
30137
|
+
border-bottom-right-radius: 5px;
|
|
30138
|
+
border-top-right-radius: 5px;
|
|
30139
|
+
}
|
|
30140
|
+
|
|
30116
30141
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30117
30142
|
display: var(--a1wfy30z-0);
|
|
30118
30143
|
}
|
|
@@ -30151,17 +30176,8 @@ html body {
|
|
|
30151
30176
|
padding: 2px 7px 2px 12px;
|
|
30152
30177
|
}
|
|
30153
30178
|
|
|
30154
|
-
.
|
|
30155
|
-
height: 18px;
|
|
30179
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30156
30180
|
line-height: 18px;
|
|
30157
|
-
padding: 0 4px;
|
|
30158
|
-
border-radius: 4px;
|
|
30159
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30160
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30161
|
-
display: flex;
|
|
30162
|
-
align-items: center;
|
|
30163
|
-
white-space: nowrap;
|
|
30164
|
-
margin-right: 4px;
|
|
30165
30181
|
}
|
|
30166
30182
|
|
|
30167
30183
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30224,22 +30240,6 @@ html body {
|
|
|
30224
30240
|
padding: 2px 8px;
|
|
30225
30241
|
}
|
|
30226
30242
|
|
|
30227
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30228
|
-
display: flex;
|
|
30229
|
-
}
|
|
30230
|
-
.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 {
|
|
30231
|
-
border-bottom-left-radius: 5px;
|
|
30232
|
-
border-top-left-radius: 5px;
|
|
30233
|
-
}
|
|
30234
|
-
.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 {
|
|
30235
|
-
border-bottom-right-radius: 5px;
|
|
30236
|
-
border-top-right-radius: 5px;
|
|
30237
|
-
}
|
|
30238
|
-
|
|
30239
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30240
|
-
line-height: 18px;
|
|
30241
|
-
}
|
|
30242
|
-
|
|
30243
30243
|
.E_owd0kml {
|
|
30244
30244
|
display: inline-block;
|
|
30245
30245
|
}
|
|
@@ -30316,6 +30316,117 @@ html body {
|
|
|
30316
30316
|
line-height: 18px;
|
|
30317
30317
|
}
|
|
30318
30318
|
|
|
30319
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30320
|
+
margin-right: 8px;
|
|
30321
|
+
}
|
|
30322
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30323
|
+
margin-left: 8px;
|
|
30324
|
+
}
|
|
30325
|
+
|
|
30326
|
+
.E_cc368xp {
|
|
30327
|
+
color: #00122e;
|
|
30328
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30329
|
+
margin-right: 8px;
|
|
30330
|
+
padding-right: 8px;
|
|
30331
|
+
}
|
|
30332
|
+
|
|
30333
|
+
.E_i11o6xqj {
|
|
30334
|
+
display: flex;
|
|
30335
|
+
gap: 4px;
|
|
30336
|
+
}
|
|
30337
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30338
|
+
cursor: pointer;
|
|
30339
|
+
}
|
|
30340
|
+
|
|
30341
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30342
|
+
cursor: not-allowed;
|
|
30343
|
+
}
|
|
30344
|
+
|
|
30345
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
30346
|
+
display: inline-flex;
|
|
30347
|
+
align-items: center;
|
|
30348
|
+
justify-content: center;
|
|
30349
|
+
color: #fff;
|
|
30350
|
+
font-weight: bold;
|
|
30351
|
+
font-size: 12px;
|
|
30352
|
+
width: 24px;
|
|
30353
|
+
height: 24px;
|
|
30354
|
+
border-radius: 50%;
|
|
30355
|
+
background: var(--a1b5xrg3-0);
|
|
30356
|
+
}
|
|
30357
|
+
.E_a1b5xrg3.btn-item {
|
|
30358
|
+
transition: all 160ms ease;
|
|
30359
|
+
cursor: pointer;
|
|
30360
|
+
width: 56px;
|
|
30361
|
+
height: 40px;
|
|
30362
|
+
display: inline-flex;
|
|
30363
|
+
align-items: center;
|
|
30364
|
+
justify-content: center;
|
|
30365
|
+
border-radius: 6px;
|
|
30366
|
+
}
|
|
30367
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
30368
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30369
|
+
}
|
|
30370
|
+
.E_a1b5xrg3.btn-item:active {
|
|
30371
|
+
transform: translateY(2px);
|
|
30372
|
+
transition: all 320ms ease;
|
|
30373
|
+
}
|
|
30374
|
+
|
|
30375
|
+
.E_s1dizucg.ant-switch {
|
|
30376
|
+
min-width: 40px;
|
|
30377
|
+
height: 24px;
|
|
30378
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30379
|
+
overflow: hidden;
|
|
30380
|
+
}
|
|
30381
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30382
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30383
|
+
}
|
|
30384
|
+
.E_s1dizucg.ant-switch-small {
|
|
30385
|
+
min-width: 26px;
|
|
30386
|
+
height: 16px;
|
|
30387
|
+
}
|
|
30388
|
+
.E_s1dizucg.ant-switch-large {
|
|
30389
|
+
min-width: 52px;
|
|
30390
|
+
height: 32px;
|
|
30391
|
+
}
|
|
30392
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30393
|
+
height: 20px;
|
|
30394
|
+
width: 20px;
|
|
30395
|
+
}
|
|
30396
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30397
|
+
border-radius: 10px;
|
|
30398
|
+
transition-delay: 120ms;
|
|
30399
|
+
}
|
|
30400
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30401
|
+
height: 14px;
|
|
30402
|
+
width: 14px;
|
|
30403
|
+
top: 1px;
|
|
30404
|
+
left: 1px;
|
|
30405
|
+
}
|
|
30406
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30407
|
+
height: 28px;
|
|
30408
|
+
width: 28px;
|
|
30409
|
+
}
|
|
30410
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30411
|
+
border-radius: 14px;
|
|
30412
|
+
}
|
|
30413
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30414
|
+
background-color: #00ba5d;
|
|
30415
|
+
}
|
|
30416
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30417
|
+
left: calc(100% - 20px - 2px);
|
|
30418
|
+
}
|
|
30419
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30420
|
+
left: calc(100% - 14px - 1px);
|
|
30421
|
+
}
|
|
30422
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30423
|
+
left: calc(100% - 28px - 2px);
|
|
30424
|
+
}
|
|
30425
|
+
|
|
30426
|
+
.E_c1up6e3y {
|
|
30427
|
+
margin-left: 5px;
|
|
30428
|
+
}
|
|
30429
|
+
|
|
30319
30430
|
.E_rapgekc.ant-radio-wrapper {
|
|
30320
30431
|
display: inline-flex;
|
|
30321
30432
|
align-items: baseline;
|
|
@@ -30462,70 +30573,8 @@ html body {
|
|
|
30462
30573
|
width: 36px;
|
|
30463
30574
|
}
|
|
30464
30575
|
|
|
30465
|
-
.
|
|
30466
|
-
margin-right:
|
|
30467
|
-
}
|
|
30468
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30469
|
-
margin-left: 8px;
|
|
30470
|
-
}
|
|
30471
|
-
|
|
30472
|
-
.E_cc368xp {
|
|
30473
|
-
color: #00122e;
|
|
30474
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30475
|
-
margin-right: 8px;
|
|
30476
|
-
padding-right: 8px;
|
|
30477
|
-
}
|
|
30478
|
-
|
|
30479
|
-
.E_i11o6xqj {
|
|
30480
|
-
display: flex;
|
|
30481
|
-
gap: 4px;
|
|
30482
|
-
}
|
|
30483
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30484
|
-
cursor: pointer;
|
|
30485
|
-
}
|
|
30486
|
-
|
|
30487
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30488
|
-
cursor: not-allowed;
|
|
30489
|
-
}
|
|
30490
|
-
|
|
30491
|
-
.E_c1bus5hc {
|
|
30492
|
-
--color: white;
|
|
30493
|
-
height: 14px;
|
|
30494
|
-
width: 14px;
|
|
30495
|
-
border-radius: 50%;
|
|
30496
|
-
flex-shrink: 0;
|
|
30497
|
-
display: flex;
|
|
30498
|
-
align-items: center;
|
|
30499
|
-
justify-content: center;
|
|
30500
|
-
border: 1px solid var(--color);
|
|
30501
|
-
}
|
|
30502
|
-
.E_c1bus5hc .circle-inner {
|
|
30503
|
-
position: relative;
|
|
30504
|
-
height: 10px;
|
|
30505
|
-
width: 10px;
|
|
30506
|
-
border-radius: 50%;
|
|
30507
|
-
overflow: hidden;
|
|
30508
|
-
}
|
|
30509
|
-
.E_c1bus5hc .circle-content {
|
|
30510
|
-
position: absolute;
|
|
30511
|
-
height: 100%;
|
|
30512
|
-
width: 100%;
|
|
30513
|
-
left: 0;
|
|
30514
|
-
top: 0;
|
|
30515
|
-
border-radius: 50%;
|
|
30516
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30517
|
-
transform: rotate(180deg);
|
|
30518
|
-
}
|
|
30519
|
-
.E_c1bus5hc .circle-child {
|
|
30520
|
-
position: absolute;
|
|
30521
|
-
height: 100%;
|
|
30522
|
-
width: 100%;
|
|
30523
|
-
left: 0;
|
|
30524
|
-
top: 0;
|
|
30525
|
-
margin-left: 50%;
|
|
30526
|
-
transform-origin: left;
|
|
30527
|
-
background: white;
|
|
30528
|
-
transform: rotate(0deg);
|
|
30576
|
+
.E_tju3gfj .date {
|
|
30577
|
+
margin-right: 4px;
|
|
30529
30578
|
}
|
|
30530
30579
|
|
|
30531
30580
|
.E_cnujxq2 {
|
|
@@ -31218,87 +31267,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31218
31267
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31219
31268
|
}
|
|
31220
31269
|
|
|
31221
|
-
.E_s1dni7lo {
|
|
31222
|
-
width: 430px !important;
|
|
31223
|
-
}
|
|
31224
|
-
|
|
31225
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31226
|
-
padding: 8px 16px;
|
|
31227
|
-
line-height: 18px;
|
|
31228
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31229
|
-
height: 34px;
|
|
31230
|
-
min-height: 34px;
|
|
31231
|
-
box-sizing: border-box;
|
|
31232
|
-
margin-top: 8px;
|
|
31233
|
-
}
|
|
31234
|
-
|
|
31235
|
-
.E_o1ugr09p {
|
|
31236
|
-
display: flex;
|
|
31237
|
-
flex-direction: column;
|
|
31238
|
-
margin: 1px 8px;
|
|
31239
|
-
padding: 8px;
|
|
31240
|
-
border-radius: 4px;
|
|
31241
|
-
}
|
|
31242
|
-
.E_o1ugr09p .selected-icon {
|
|
31243
|
-
display: none;
|
|
31244
|
-
}
|
|
31245
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31246
|
-
padding-left: 8px;
|
|
31247
|
-
}
|
|
31248
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31249
|
-
background-color: white;
|
|
31250
|
-
}
|
|
31251
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31252
|
-
color: #0080ff;
|
|
31253
|
-
}
|
|
31254
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31255
|
-
display: block;
|
|
31256
|
-
}
|
|
31257
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31258
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31259
|
-
}
|
|
31260
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31261
|
-
color: #0080ff;
|
|
31262
|
-
}
|
|
31263
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31264
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31265
|
-
color: #0080ff;
|
|
31266
|
-
}
|
|
31267
|
-
|
|
31268
|
-
.E_o1ifxsq4 {
|
|
31269
|
-
display: flex;
|
|
31270
|
-
justify-content: space-between;
|
|
31271
|
-
height: 20px;
|
|
31272
|
-
line-height: 20px;
|
|
31273
|
-
}
|
|
31274
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31275
|
-
color: #2d3a56;
|
|
31276
|
-
overflow: hidden;
|
|
31277
|
-
text-overflow: ellipsis;
|
|
31278
|
-
}
|
|
31279
|
-
|
|
31280
|
-
.E_o1zue7 {
|
|
31281
|
-
display: flex;
|
|
31282
|
-
justify-content: space-between;
|
|
31283
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31284
|
-
height: 18px;
|
|
31285
|
-
line-height: 18px;
|
|
31286
|
-
margin-top: 2px;
|
|
31287
|
-
}
|
|
31288
|
-
|
|
31289
|
-
.E_tyfmlxg {
|
|
31290
|
-
border: none;
|
|
31291
|
-
margin-right: 0;
|
|
31292
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31293
|
-
}
|
|
31294
|
-
|
|
31295
|
-
.E_o18uybox {
|
|
31296
|
-
pointer-events: none;
|
|
31297
|
-
height: 32px;
|
|
31298
|
-
width: 100%;
|
|
31299
|
-
opacity: 0;
|
|
31300
|
-
}
|
|
31301
|
-
|
|
31302
31270
|
.E_s1sck0th {
|
|
31303
31271
|
padding: 0 8px;
|
|
31304
31272
|
border-radius: 4px;
|
|
@@ -31381,136 +31349,91 @@ input.E_rf8rlle.ant-input {
|
|
|
31381
31349
|
background-color: #7E41FF;
|
|
31382
31350
|
}
|
|
31383
31351
|
|
|
31384
|
-
.
|
|
31385
|
-
|
|
31352
|
+
.E_iq1gosr {
|
|
31353
|
+
display: inline-block;
|
|
31386
31354
|
}
|
|
31387
31355
|
|
|
31388
|
-
.
|
|
31389
|
-
|
|
31356
|
+
.E_c1bus5hc {
|
|
31357
|
+
--color: white;
|
|
31358
|
+
height: 14px;
|
|
31359
|
+
width: 14px;
|
|
31360
|
+
border-radius: 50%;
|
|
31361
|
+
flex-shrink: 0;
|
|
31362
|
+
display: flex;
|
|
31390
31363
|
align-items: center;
|
|
31391
31364
|
justify-content: center;
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
|
|
31395
|
-
|
|
31396
|
-
height:
|
|
31365
|
+
border: 1px solid var(--color);
|
|
31366
|
+
}
|
|
31367
|
+
.E_c1bus5hc .circle-inner {
|
|
31368
|
+
position: relative;
|
|
31369
|
+
height: 10px;
|
|
31370
|
+
width: 10px;
|
|
31397
31371
|
border-radius: 50%;
|
|
31398
|
-
|
|
31372
|
+
overflow: hidden;
|
|
31399
31373
|
}
|
|
31400
|
-
.
|
|
31401
|
-
|
|
31402
|
-
|
|
31403
|
-
width:
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
|
|
31408
|
-
|
|
31374
|
+
.E_c1bus5hc .circle-content {
|
|
31375
|
+
position: absolute;
|
|
31376
|
+
height: 100%;
|
|
31377
|
+
width: 100%;
|
|
31378
|
+
left: 0;
|
|
31379
|
+
top: 0;
|
|
31380
|
+
border-radius: 50%;
|
|
31381
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31382
|
+
transform: rotate(180deg);
|
|
31409
31383
|
}
|
|
31410
|
-
.
|
|
31411
|
-
|
|
31384
|
+
.E_c1bus5hc .circle-child {
|
|
31385
|
+
position: absolute;
|
|
31386
|
+
height: 100%;
|
|
31387
|
+
width: 100%;
|
|
31388
|
+
left: 0;
|
|
31389
|
+
top: 0;
|
|
31390
|
+
margin-left: 50%;
|
|
31391
|
+
transform-origin: left;
|
|
31392
|
+
background: white;
|
|
31393
|
+
transform: rotate(0deg);
|
|
31412
31394
|
}
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31395
|
+
|
|
31396
|
+
.E_m196gn1d {
|
|
31397
|
+
min-width: 1280px;
|
|
31416
31398
|
}
|
|
31417
31399
|
|
|
31418
|
-
.
|
|
31419
|
-
|
|
31420
|
-
height: 24px;
|
|
31421
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31422
|
-
overflow: hidden;
|
|
31400
|
+
.E_c1yyuluq {
|
|
31401
|
+
border-radius: 8px;
|
|
31423
31402
|
}
|
|
31424
|
-
.
|
|
31425
|
-
|
|
31403
|
+
.E_c1yyuluq .ant-card-body {
|
|
31404
|
+
padding: 20px 24px 24px 24px;
|
|
31426
31405
|
}
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
|
|
31406
|
+
|
|
31407
|
+
.E_dsnbhzf {
|
|
31408
|
+
font-family: Inter;
|
|
31409
|
+
font-style: normal;
|
|
31410
|
+
font-weight: bold;
|
|
31411
|
+
font-size: 32px;
|
|
31412
|
+
line-height: 40px;
|
|
31430
31413
|
}
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
|
|
31414
|
+
|
|
31415
|
+
.E_d1mvo22k {
|
|
31416
|
+
font-family: Inter;
|
|
31417
|
+
font-style: normal;
|
|
31418
|
+
font-weight: bold;
|
|
31419
|
+
font-size: 24px;
|
|
31420
|
+
line-height: 32px;
|
|
31434
31421
|
}
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
|
|
31422
|
+
|
|
31423
|
+
.E_d1b444tr {
|
|
31424
|
+
font-family: Inter;
|
|
31425
|
+
font-style: normal;
|
|
31426
|
+
font-weight: normal;
|
|
31427
|
+
font-size: 32px;
|
|
31428
|
+
line-height: 40px;
|
|
31438
31429
|
}
|
|
31439
|
-
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
|
|
31445
|
-
|
|
31446
|
-
top: 1px;
|
|
31447
|
-
left: 1px;
|
|
31448
|
-
}
|
|
31449
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31450
|
-
height: 28px;
|
|
31451
|
-
width: 28px;
|
|
31452
|
-
}
|
|
31453
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31454
|
-
border-radius: 14px;
|
|
31455
|
-
}
|
|
31456
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31457
|
-
background-color: #00ba5d;
|
|
31458
|
-
}
|
|
31459
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31460
|
-
left: calc(100% - 20px - 2px);
|
|
31461
|
-
}
|
|
31462
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31463
|
-
left: calc(100% - 14px - 1px);
|
|
31464
|
-
}
|
|
31465
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31466
|
-
left: calc(100% - 28px - 2px);
|
|
31467
|
-
}
|
|
31468
|
-
|
|
31469
|
-
.E_c1up6e3y {
|
|
31470
|
-
margin-left: 5px;
|
|
31471
|
-
}
|
|
31472
|
-
|
|
31473
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31474
|
-
display: none;
|
|
31475
|
-
}
|
|
31476
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31477
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31478
|
-
border-radius: 4px;
|
|
31479
|
-
}
|
|
31480
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31481
|
-
visibility: hidden;
|
|
31482
|
-
}
|
|
31483
|
-
|
|
31484
|
-
.E_dsnbhzf {
|
|
31485
|
-
font-family: Inter;
|
|
31486
|
-
font-style: normal;
|
|
31487
|
-
font-weight: bold;
|
|
31488
|
-
font-size: 32px;
|
|
31489
|
-
line-height: 40px;
|
|
31490
|
-
}
|
|
31491
|
-
|
|
31492
|
-
.E_d1mvo22k {
|
|
31493
|
-
font-family: Inter;
|
|
31494
|
-
font-style: normal;
|
|
31495
|
-
font-weight: bold;
|
|
31496
|
-
font-size: 24px;
|
|
31497
|
-
line-height: 32px;
|
|
31498
|
-
}
|
|
31499
|
-
|
|
31500
|
-
.E_d1b444tr {
|
|
31501
|
-
font-family: Inter;
|
|
31502
|
-
font-style: normal;
|
|
31503
|
-
font-weight: normal;
|
|
31504
|
-
font-size: 32px;
|
|
31505
|
-
line-height: 40px;
|
|
31506
|
-
}
|
|
31507
|
-
|
|
31508
|
-
.E_dvs0kue {
|
|
31509
|
-
font-family: Inter;
|
|
31510
|
-
font-style: normal;
|
|
31511
|
-
font-weight: bold;
|
|
31512
|
-
font-size: 20px;
|
|
31513
|
-
line-height: 24px;
|
|
31430
|
+
|
|
31431
|
+
.E_dvs0kue {
|
|
31432
|
+
font-family: Inter;
|
|
31433
|
+
font-style: normal;
|
|
31434
|
+
font-weight: bold;
|
|
31435
|
+
font-size: 20px;
|
|
31436
|
+
line-height: 24px;
|
|
31514
31437
|
}
|
|
31515
31438
|
|
|
31516
31439
|
.E_d1hcbfcq {
|
|
@@ -31956,15 +31879,15 @@ input.E_rf8rlle.ant-input {
|
|
|
31956
31879
|
line-height: 12px;
|
|
31957
31880
|
}
|
|
31958
31881
|
|
|
31959
|
-
.
|
|
31960
|
-
display:
|
|
31882
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31883
|
+
display: none;
|
|
31961
31884
|
}
|
|
31962
|
-
|
|
31963
|
-
.
|
|
31964
|
-
border-radius:
|
|
31885
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31886
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31887
|
+
border-radius: 4px;
|
|
31965
31888
|
}
|
|
31966
|
-
.
|
|
31967
|
-
|
|
31889
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31890
|
+
visibility: hidden;
|
|
31968
31891
|
}
|
|
31969
31892
|
|
|
31970
31893
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -31989,8 +31912,85 @@ input.E_rf8rlle.ant-input {
|
|
|
31989
31912
|
cursor: default;
|
|
31990
31913
|
}
|
|
31991
31914
|
|
|
31992
|
-
.
|
|
31993
|
-
|
|
31915
|
+
.E_s1dni7lo {
|
|
31916
|
+
width: 430px !important;
|
|
31917
|
+
}
|
|
31918
|
+
|
|
31919
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31920
|
+
padding: 8px 16px;
|
|
31921
|
+
line-height: 18px;
|
|
31922
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31923
|
+
height: 34px;
|
|
31924
|
+
min-height: 34px;
|
|
31925
|
+
box-sizing: border-box;
|
|
31926
|
+
margin-top: 8px;
|
|
31927
|
+
}
|
|
31928
|
+
|
|
31929
|
+
.E_o1ugr09p {
|
|
31930
|
+
display: flex;
|
|
31931
|
+
flex-direction: column;
|
|
31932
|
+
margin: 1px 8px;
|
|
31933
|
+
padding: 8px;
|
|
31934
|
+
border-radius: 4px;
|
|
31935
|
+
}
|
|
31936
|
+
.E_o1ugr09p .selected-icon {
|
|
31937
|
+
display: none;
|
|
31938
|
+
}
|
|
31939
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31940
|
+
padding-left: 8px;
|
|
31941
|
+
}
|
|
31942
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31943
|
+
background-color: white;
|
|
31944
|
+
}
|
|
31945
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31946
|
+
color: #0080ff;
|
|
31947
|
+
}
|
|
31948
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31949
|
+
display: block;
|
|
31950
|
+
}
|
|
31951
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31952
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31953
|
+
}
|
|
31954
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31955
|
+
color: #0080ff;
|
|
31956
|
+
}
|
|
31957
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31958
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31959
|
+
color: #0080ff;
|
|
31960
|
+
}
|
|
31961
|
+
|
|
31962
|
+
.E_o1ifxsq4 {
|
|
31963
|
+
display: flex;
|
|
31964
|
+
justify-content: space-between;
|
|
31965
|
+
height: 20px;
|
|
31966
|
+
line-height: 20px;
|
|
31967
|
+
}
|
|
31968
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31969
|
+
color: #2d3a56;
|
|
31970
|
+
overflow: hidden;
|
|
31971
|
+
text-overflow: ellipsis;
|
|
31972
|
+
}
|
|
31973
|
+
|
|
31974
|
+
.E_o1zue7 {
|
|
31975
|
+
display: flex;
|
|
31976
|
+
justify-content: space-between;
|
|
31977
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31978
|
+
height: 18px;
|
|
31979
|
+
line-height: 18px;
|
|
31980
|
+
margin-top: 2px;
|
|
31981
|
+
}
|
|
31982
|
+
|
|
31983
|
+
.E_tyfmlxg {
|
|
31984
|
+
border: none;
|
|
31985
|
+
margin-right: 0;
|
|
31986
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31987
|
+
}
|
|
31988
|
+
|
|
31989
|
+
.E_o18uybox {
|
|
31990
|
+
pointer-events: none;
|
|
31991
|
+
height: 32px;
|
|
31992
|
+
width: 100%;
|
|
31993
|
+
opacity: 0;
|
|
31994
31994
|
}
|
|
31995
31995
|
|
|
31996
31996
|
.E_hrhfj7c {
|
|
@@ -32241,39 +32241,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32241
32241
|
margin-right: 6px;
|
|
32242
32242
|
}
|
|
32243
32243
|
|
|
32244
|
-
.E_m5foqp8 {
|
|
32245
|
-
--footer-height: 96px;
|
|
32246
|
-
--header-height: 80px;
|
|
32247
|
-
--modal-content-width: 720px;
|
|
32248
|
-
--modal-content-min-height: 200px;
|
|
32249
|
-
--modal-content-max-height: calc(
|
|
32250
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32251
|
-
);
|
|
32252
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32253
|
-
--modal-content-padding-top: 24px;
|
|
32254
|
-
--modal-content-padding-bottom: 32px;
|
|
32255
|
-
--modal-content-padding-x: 60px;
|
|
32256
|
-
--modal-footer-padding: 0 60px;
|
|
32257
|
-
}
|
|
32258
|
-
.E_m5foqp8.content-full.ant-modal {
|
|
32259
|
-
height: calc(100vh - 80px);
|
|
32260
|
-
width: calc(100vw - 160px);
|
|
32261
|
-
}
|
|
32262
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32263
|
-
width: 100%;
|
|
32264
|
-
height: 100%;
|
|
32265
|
-
max-width: unset;
|
|
32266
|
-
max-height: unset;
|
|
32267
|
-
display: flex;
|
|
32268
|
-
flex-direction: column;
|
|
32269
|
-
}
|
|
32270
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32271
|
-
flex: 1;
|
|
32272
|
-
}
|
|
32273
|
-
.E_m5foqp8 .initializing-title {
|
|
32274
|
-
height: 32px;
|
|
32275
|
-
}
|
|
32276
|
-
|
|
32277
32244
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32278
32245
|
border-radius: 6px;
|
|
32279
32246
|
}
|
|
@@ -32331,6 +32298,39 @@ input.E_rf8rlle.ant-input {
|
|
|
32331
32298
|
transform: rotate(180deg);
|
|
32332
32299
|
}
|
|
32333
32300
|
|
|
32301
|
+
.E_m5foqp8 {
|
|
32302
|
+
--footer-height: 96px;
|
|
32303
|
+
--header-height: 80px;
|
|
32304
|
+
--modal-content-width: 720px;
|
|
32305
|
+
--modal-content-min-height: 200px;
|
|
32306
|
+
--modal-content-max-height: calc(
|
|
32307
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32308
|
+
);
|
|
32309
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32310
|
+
--modal-content-padding-top: 24px;
|
|
32311
|
+
--modal-content-padding-bottom: 32px;
|
|
32312
|
+
--modal-content-padding-x: 60px;
|
|
32313
|
+
--modal-footer-padding: 0 60px;
|
|
32314
|
+
}
|
|
32315
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
32316
|
+
height: calc(100vh - 80px);
|
|
32317
|
+
width: calc(100vw - 160px);
|
|
32318
|
+
}
|
|
32319
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32320
|
+
width: 100%;
|
|
32321
|
+
height: 100%;
|
|
32322
|
+
max-width: unset;
|
|
32323
|
+
max-height: unset;
|
|
32324
|
+
display: flex;
|
|
32325
|
+
flex-direction: column;
|
|
32326
|
+
}
|
|
32327
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32328
|
+
flex: 1;
|
|
32329
|
+
}
|
|
32330
|
+
.E_m5foqp8 .initializing-title {
|
|
32331
|
+
height: 32px;
|
|
32332
|
+
}
|
|
32333
|
+
|
|
32334
32334
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32335
32335
|
opacity: 1;
|
|
32336
32336
|
}
|
|
@@ -32483,6 +32483,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32483
32483
|
flex-shrink: 0;
|
|
32484
32484
|
}
|
|
32485
32485
|
|
|
32486
|
+
.E_w1dxz879 {
|
|
32487
|
+
display: flex;
|
|
32488
|
+
flex-direction: column;
|
|
32489
|
+
gap: 6px;
|
|
32490
|
+
}
|
|
32491
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32492
|
+
max-height: var(--w1dxz879-0);
|
|
32493
|
+
text-overflow: clip;
|
|
32494
|
+
overflow: hidden;
|
|
32495
|
+
}
|
|
32496
|
+
.E_w1dxz879 .tips {
|
|
32497
|
+
color: #fff;
|
|
32498
|
+
opacity: 0.8;
|
|
32499
|
+
}
|
|
32500
|
+
|
|
32486
32501
|
.E_h12yihis {
|
|
32487
32502
|
height: 50px;
|
|
32488
32503
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32703,23 +32718,8 @@ input.E_rf8rlle.ant-input {
|
|
|
32703
32718
|
position: static;
|
|
32704
32719
|
}
|
|
32705
32720
|
|
|
32706
|
-
.
|
|
32707
|
-
|
|
32708
|
-
flex-direction: column;
|
|
32709
|
-
gap: 6px;
|
|
32710
|
-
}
|
|
32711
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32712
|
-
max-height: var(--w1dxz879-0);
|
|
32713
|
-
text-overflow: clip;
|
|
32714
|
-
overflow: hidden;
|
|
32715
|
-
}
|
|
32716
|
-
.E_w1dxz879 .tips {
|
|
32717
|
-
color: #fff;
|
|
32718
|
-
opacity: 0.8;
|
|
32719
|
-
}
|
|
32720
|
-
|
|
32721
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32722
|
-
margin-right: 2px;
|
|
32721
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32722
|
+
margin-right: 2px;
|
|
32723
32723
|
}
|
|
32724
32724
|
|
|
32725
32725
|
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
@@ -32816,7 +32816,137 @@ input.E_rf8rlle.ant-input {
|
|
|
32816
32816
|
margin-right: 2px;
|
|
32817
32817
|
}
|
|
32818
32818
|
|
|
32819
|
-
.
|
|
32819
|
+
.E_ckui4s7 {
|
|
32820
|
+
color: #2d3a56;
|
|
32821
|
+
line-height: 22px;
|
|
32822
|
+
display: inline-flex;
|
|
32823
|
+
}
|
|
32824
|
+
.E_ckui4s7 .ant-checkbox {
|
|
32825
|
+
height: 22px;
|
|
32826
|
+
display: flex;
|
|
32827
|
+
align-items: center;
|
|
32828
|
+
top: 0;
|
|
32829
|
+
}
|
|
32830
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32831
|
+
border: none;
|
|
32832
|
+
}
|
|
32833
|
+
.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 {
|
|
32834
|
+
border-color: #0080ff;
|
|
32835
|
+
}
|
|
32836
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
32837
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32838
|
+
}
|
|
32839
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32840
|
+
border: 1px solid #0080ff;
|
|
32841
|
+
}
|
|
32842
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32843
|
+
background: #0080ff;
|
|
32844
|
+
}
|
|
32845
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32846
|
+
background-color: #fff;
|
|
32847
|
+
height: 2px;
|
|
32848
|
+
width: 10px;
|
|
32849
|
+
border-radius: 2px;
|
|
32850
|
+
}
|
|
32851
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
32852
|
+
opacity: 0.5;
|
|
32853
|
+
}
|
|
32854
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32855
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32856
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32857
|
+
}
|
|
32858
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32859
|
+
border-color: #2d3a56;
|
|
32860
|
+
}
|
|
32861
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32862
|
+
background: #2d3a56;
|
|
32863
|
+
}
|
|
32864
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
32865
|
+
padding: 0;
|
|
32866
|
+
}
|
|
32867
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
32868
|
+
display: inline-block;
|
|
32869
|
+
margin-left: 12px;
|
|
32870
|
+
color: #2d3a56;
|
|
32871
|
+
}
|
|
32872
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
32873
|
+
margin-left: 28px;
|
|
32874
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32875
|
+
}
|
|
32876
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
32877
|
+
margin-left: 8px;
|
|
32878
|
+
}
|
|
32879
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
32880
|
+
margin-left: 24px;
|
|
32881
|
+
}
|
|
32882
|
+
|
|
32883
|
+
.E_lht19u8 {
|
|
32884
|
+
width: 64px;
|
|
32885
|
+
height: 64px;
|
|
32886
|
+
display: flex;
|
|
32887
|
+
align-items: center;
|
|
32888
|
+
justify-content: center;
|
|
32889
|
+
position: relative;
|
|
32890
|
+
opacity: 0.2;
|
|
32891
|
+
}
|
|
32892
|
+
|
|
32893
|
+
.E_lk3gkp4 {
|
|
32894
|
+
position: absolute;
|
|
32895
|
+
width: 5px;
|
|
32896
|
+
height: 48px;
|
|
32897
|
+
left: 9.33px;
|
|
32898
|
+
top: 40.5px;
|
|
32899
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32900
|
+
border-radius: 5px;
|
|
32901
|
+
transform: rotate(-128deg);
|
|
32902
|
+
transform-origin: top left;
|
|
32903
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32904
|
+
}
|
|
32905
|
+
|
|
32906
|
+
.E_ll4n94n {
|
|
32907
|
+
position: absolute;
|
|
32908
|
+
width: 5px;
|
|
32909
|
+
height: 48px;
|
|
32910
|
+
left: 40.8px;
|
|
32911
|
+
top: 8.4px;
|
|
32912
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32913
|
+
border-radius: 5px;
|
|
32914
|
+
transform: rotate(-8deg);
|
|
32915
|
+
transform-origin: top left;
|
|
32916
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32917
|
+
}
|
|
32918
|
+
|
|
32919
|
+
.E_l17lbdo6 {
|
|
32920
|
+
position: absolute;
|
|
32921
|
+
width: 5px;
|
|
32922
|
+
height: 48px;
|
|
32923
|
+
left: 52.9px;
|
|
32924
|
+
top: 51.8px;
|
|
32925
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32926
|
+
border-radius: 5px;
|
|
32927
|
+
transform: rotate(112deg);
|
|
32928
|
+
transform-origin: top left;
|
|
32929
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32930
|
+
}
|
|
32931
|
+
|
|
32932
|
+
.E_b14q2gmw {
|
|
32933
|
+
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);
|
|
32934
|
+
}
|
|
32935
|
+
|
|
32936
|
+
.E_c1eym6el {
|
|
32937
|
+
border-radius: 8px;
|
|
32938
|
+
background-color: white;
|
|
32939
|
+
}
|
|
32940
|
+
.E_c1eym6el.hoverable {
|
|
32941
|
+
cursor: pointer;
|
|
32942
|
+
}
|
|
32943
|
+
.E_c1eym6el.hoverable:hover {
|
|
32944
|
+
transition: all 200ms ease;
|
|
32945
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32946
|
+
transform: translateY(-4px);
|
|
32947
|
+
}
|
|
32948
|
+
|
|
32949
|
+
.E_msn7nxt {
|
|
32820
32950
|
color: rgba(44, 56, 82, 0.6);
|
|
32821
32951
|
text-align: center;
|
|
32822
32952
|
display: flex;
|
|
@@ -32825,365 +32955,159 @@ input.E_rf8rlle.ant-input {
|
|
|
32825
32955
|
flex-direction: column;
|
|
32826
32956
|
height: 100%;
|
|
32827
32957
|
}
|
|
32828
|
-
.
|
|
32958
|
+
.E_msn7nxt .link {
|
|
32829
32959
|
color: #0080ff;
|
|
32830
32960
|
cursor: pointer;
|
|
32831
32961
|
}
|
|
32832
32962
|
|
|
32833
|
-
.
|
|
32963
|
+
.E_mp64wfi {
|
|
32834
32964
|
width: 100%;
|
|
32835
32965
|
height: 100%;
|
|
32836
32966
|
display: flex;
|
|
32837
32967
|
flex-direction: column;
|
|
32838
32968
|
}
|
|
32839
|
-
.
|
|
32969
|
+
.E_mp64wfi .name-toolbar {
|
|
32840
32970
|
width: 100%;
|
|
32841
32971
|
display: flex;
|
|
32842
32972
|
line-height: 30px;
|
|
32973
|
+
padding: 0 16px;
|
|
32843
32974
|
justify-content: space-between;
|
|
32844
32975
|
}
|
|
32845
|
-
.
|
|
32976
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
32846
32977
|
display: flex;
|
|
32847
32978
|
font-size: 12px;
|
|
32848
32979
|
align-items: center;
|
|
32849
32980
|
}
|
|
32850
|
-
.
|
|
32981
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
32851
32982
|
color: #a3b4cc;
|
|
32852
32983
|
}
|
|
32853
|
-
.
|
|
32984
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
32854
32985
|
margin-left: 10px;
|
|
32855
32986
|
}
|
|
32856
|
-
.
|
|
32987
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
32857
32988
|
margin-left: 10px;
|
|
32858
32989
|
cursor: pointer;
|
|
32859
32990
|
}
|
|
32860
|
-
.
|
|
32991
|
+
.E_mp64wfi .content {
|
|
32861
32992
|
flex: 1;
|
|
32862
32993
|
width: 100%;
|
|
32863
32994
|
display: flex;
|
|
32864
32995
|
justify-content: center;
|
|
32865
32996
|
align-items: center;
|
|
32866
32997
|
}
|
|
32867
|
-
.
|
|
32998
|
+
.E_mp64wfi .single-content {
|
|
32868
32999
|
height: 65px;
|
|
32869
33000
|
}
|
|
32870
33001
|
|
|
32871
|
-
.
|
|
33002
|
+
.E_l1oyigan {
|
|
32872
33003
|
display: flex;
|
|
32873
33004
|
align-items: center;
|
|
32874
33005
|
white-space: nowrap;
|
|
32875
33006
|
overflow: hidden;
|
|
32876
33007
|
width: 100%;
|
|
32877
33008
|
}
|
|
32878
|
-
.
|
|
33009
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33010
|
+
margin-left: auto;
|
|
32879
33011
|
font-size: 12px;
|
|
32880
|
-
margin-left: 8px;
|
|
32881
33012
|
}
|
|
32882
33013
|
|
|
32883
|
-
.
|
|
33014
|
+
.E_l1noi4n1 {
|
|
32884
33015
|
display: flex;
|
|
32885
33016
|
justify-content: flex-start;
|
|
32886
33017
|
align-items: center;
|
|
32887
33018
|
font-size: 12px;
|
|
32888
33019
|
cursor: pointer;
|
|
32889
33020
|
}
|
|
32890
|
-
.
|
|
32891
|
-
margin-
|
|
32892
|
-
}
|
|
32893
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
32894
|
-
opacity: 0.3;
|
|
32895
|
-
}
|
|
32896
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
32897
|
-
background: #b4beca !important;
|
|
32898
|
-
border-radius: 2px;
|
|
32899
|
-
}
|
|
32900
|
-
.E_ltthzck.hoverering-self {
|
|
32901
|
-
opacity: 1;
|
|
32902
|
-
}
|
|
32903
|
-
.E_ltthzck .dropdown-trigger {
|
|
32904
|
-
margin-left: 12px;
|
|
32905
|
-
}
|
|
32906
|
-
.E_ltthzck .legend-name {
|
|
32907
|
-
color: #00122e;
|
|
32908
|
-
}
|
|
32909
|
-
.E_ltthzck .icon-suffix-wrapper {
|
|
32910
|
-
display: flex;
|
|
32911
|
-
align-items: center;
|
|
32912
|
-
margin-left: 4px;
|
|
32913
|
-
}
|
|
32914
|
-
|
|
32915
|
-
.E_l1mumj7o {
|
|
32916
|
-
display: flex;
|
|
32917
|
-
justify-content: flex-start;
|
|
32918
|
-
align-items: center;
|
|
32919
|
-
font-size: 12px;
|
|
32920
|
-
cursor: pointer;
|
|
33021
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33022
|
+
margin-right: 20px;
|
|
32921
33023
|
}
|
|
32922
|
-
.
|
|
32923
|
-
opacity: 0.
|
|
33024
|
+
.E_l1noi4n1.deselected {
|
|
33025
|
+
opacity: 0.4;
|
|
32924
33026
|
}
|
|
32925
|
-
.
|
|
33027
|
+
.E_l1noi4n1.deselected .color-block {
|
|
32926
33028
|
background: #b4beca !important;
|
|
32927
|
-
border-radius: 2px;
|
|
32928
|
-
}
|
|
32929
|
-
.E_l1mumj7o .legend-name {
|
|
32930
|
-
color: #00122e;
|
|
32931
|
-
}
|
|
32932
|
-
.E_l1mumj7o.hoverering-self {
|
|
32933
|
-
opacity: 1;
|
|
32934
|
-
}
|
|
32935
|
-
.E_l1mumj7o .icon-suffix-wrapper {
|
|
32936
|
-
margin-left: 4px;
|
|
32937
|
-
display: flex;
|
|
32938
|
-
align-items: center;
|
|
32939
33029
|
}
|
|
32940
33030
|
|
|
32941
|
-
.
|
|
33031
|
+
.E_cz19rz6 {
|
|
32942
33032
|
display: inline-block;
|
|
32943
33033
|
height: 8px;
|
|
32944
33034
|
width: 8px;
|
|
32945
|
-
margin-right:
|
|
32946
|
-
border-radius: 2px;
|
|
33035
|
+
margin-right: 8px;
|
|
32947
33036
|
}
|
|
32948
33037
|
|
|
32949
|
-
.
|
|
33038
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
32950
33039
|
display: flex;
|
|
32951
33040
|
align-items: center;
|
|
32952
33041
|
font-size: 12px;
|
|
32953
33042
|
margin: 0;
|
|
32954
33043
|
}
|
|
32955
33044
|
|
|
32956
|
-
.
|
|
33045
|
+
.E_m1y1hhnr {
|
|
32957
33046
|
position: relative;
|
|
32958
33047
|
}
|
|
32959
|
-
.
|
|
33048
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
32960
33049
|
bottom: -12px;
|
|
32961
33050
|
}
|
|
32962
|
-
.
|
|
33051
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
32963
33052
|
display: flex;
|
|
32964
33053
|
justify-content: space-between;
|
|
32965
33054
|
line-height: 30px;
|
|
33055
|
+
margin: 0 16px;
|
|
32966
33056
|
}
|
|
32967
|
-
.
|
|
33057
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
32968
33058
|
display: flex;
|
|
32969
|
-
flex-shrink: 0;
|
|
32970
33059
|
font-size: 12px;
|
|
32971
33060
|
align-items: center;
|
|
32972
33061
|
}
|
|
32973
|
-
.
|
|
33062
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
32974
33063
|
color: #a3b4cc;
|
|
32975
33064
|
}
|
|
32976
|
-
.
|
|
33065
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32977
33066
|
margin-left: 10px;
|
|
32978
33067
|
}
|
|
32979
|
-
.
|
|
33068
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
32980
33069
|
margin-left: 10px;
|
|
32981
33070
|
cursor: pointer;
|
|
32982
33071
|
}
|
|
32983
|
-
.
|
|
33072
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
32984
33073
|
font-size: 12px;
|
|
32985
33074
|
}
|
|
32986
|
-
.
|
|
33075
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
32987
33076
|
position: absolute;
|
|
32988
33077
|
bottom: 10px;
|
|
32989
33078
|
padding: 0 8px;
|
|
33079
|
+
border-radius: 4px;
|
|
32990
33080
|
font-size: 12px;
|
|
32991
33081
|
color: #fff;
|
|
33082
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32992
33083
|
transform: translateX(-50%);
|
|
32993
33084
|
}
|
|
32994
33085
|
|
|
32995
|
-
.
|
|
33086
|
+
.E_tnvijvs {
|
|
32996
33087
|
min-width: 200px;
|
|
32997
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
32998
|
-
border-radius: 4px;
|
|
32999
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33000
|
-
padding: 8px;
|
|
33001
33088
|
}
|
|
33002
33089
|
|
|
33003
|
-
.
|
|
33090
|
+
.E_t1ub2aex {
|
|
33004
33091
|
display: flex;
|
|
33005
33092
|
align-items: center;
|
|
33006
|
-
background-color: unset;
|
|
33007
|
-
color: #FFFFFF;
|
|
33008
33093
|
justify-content: space-between;
|
|
33094
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33095
|
+
color: #b4beca;
|
|
33009
33096
|
font-size: 12px;
|
|
33010
|
-
padding
|
|
33097
|
+
padding: 3px 6px;
|
|
33011
33098
|
}
|
|
33012
|
-
.
|
|
33099
|
+
.E_t1ub2aex:first-child {
|
|
33013
33100
|
padding-top: 3px;
|
|
33014
33101
|
}
|
|
33015
|
-
.
|
|
33102
|
+
.E_t1ub2aex:last-child {
|
|
33016
33103
|
padding-bottom: 3px;
|
|
33017
33104
|
}
|
|
33018
|
-
.
|
|
33019
|
-
color: #
|
|
33020
|
-
margin-left: 8px;
|
|
33021
|
-
}
|
|
33022
|
-
|
|
33023
|
-
.E_ljhvvia {
|
|
33024
|
-
display: inline-block;
|
|
33025
|
-
height: 8px;
|
|
33026
|
-
width: 8px;
|
|
33027
|
-
margin-right: 8px;
|
|
33028
|
-
border-radius: 2px;
|
|
33029
|
-
}
|
|
33030
|
-
.E_ljhvvia.borderd {
|
|
33031
|
-
border: 1px solid #fff;
|
|
33032
|
-
}
|
|
33033
|
-
|
|
33034
|
-
.E_ckui4s7 {
|
|
33035
|
-
color: #2d3a56;
|
|
33036
|
-
line-height: 22px;
|
|
33037
|
-
display: inline-flex;
|
|
33038
|
-
}
|
|
33039
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33040
|
-
height: 22px;
|
|
33041
|
-
display: flex;
|
|
33042
|
-
align-items: center;
|
|
33043
|
-
top: 0;
|
|
33044
|
-
}
|
|
33045
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33046
|
-
border: none;
|
|
33047
|
-
}
|
|
33048
|
-
.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 {
|
|
33049
|
-
border-color: #0080ff;
|
|
33050
|
-
}
|
|
33051
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33052
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33053
|
-
}
|
|
33054
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33055
|
-
border: 1px solid #0080ff;
|
|
33056
|
-
}
|
|
33057
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33058
|
-
background: #0080ff;
|
|
33059
|
-
}
|
|
33060
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33061
|
-
background-color: #fff;
|
|
33062
|
-
height: 2px;
|
|
33063
|
-
width: 10px;
|
|
33064
|
-
border-radius: 2px;
|
|
33065
|
-
}
|
|
33066
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33067
|
-
opacity: 0.5;
|
|
33068
|
-
}
|
|
33069
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33070
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33071
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33072
|
-
}
|
|
33073
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33074
|
-
border-color: #2d3a56;
|
|
33075
|
-
}
|
|
33076
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33077
|
-
background: #2d3a56;
|
|
33078
|
-
}
|
|
33079
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33080
|
-
padding: 0;
|
|
33081
|
-
}
|
|
33082
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33083
|
-
display: inline-block;
|
|
33084
|
-
margin-left: 12px;
|
|
33085
|
-
color: #2d3a56;
|
|
33086
|
-
}
|
|
33087
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33088
|
-
margin-left: 28px;
|
|
33089
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33090
|
-
}
|
|
33091
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33105
|
+
.E_t1ub2aex .column-value {
|
|
33106
|
+
color: #fff;
|
|
33092
33107
|
margin-left: 8px;
|
|
33093
33108
|
}
|
|
33094
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33095
|
-
margin-left: 24px;
|
|
33096
|
-
}
|
|
33097
|
-
|
|
33098
|
-
.E_t1gvlxt5 {
|
|
33099
|
-
min-width: 0;
|
|
33100
|
-
flex: 1;
|
|
33101
|
-
}
|
|
33102
|
-
.E_t1gvlxt5 .tag {
|
|
33103
|
-
flex: 0 0 auto;
|
|
33104
|
-
}
|
|
33105
|
-
.E_t1gvlxt5 .progress-title {
|
|
33106
|
-
flex: 2;
|
|
33107
|
-
max-width: fit-content;
|
|
33108
|
-
}
|
|
33109
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33110
|
-
flex: 1;
|
|
33111
|
-
max-width: fit-content;
|
|
33112
|
-
}
|
|
33113
33109
|
|
|
33114
|
-
.
|
|
33115
|
-
display: flex;
|
|
33116
|
-
align-items: center;
|
|
33117
|
-
column-gap: var(--a1ji6r68-0);
|
|
33118
|
-
}
|
|
33119
|
-
|
|
33120
|
-
.E_b14q2gmw {
|
|
33121
|
-
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);
|
|
33122
|
-
}
|
|
33123
|
-
|
|
33124
|
-
.E_c1eym6el {
|
|
33125
|
-
border-radius: 8px;
|
|
33126
|
-
background-color: white;
|
|
33127
|
-
}
|
|
33128
|
-
.E_c1eym6el.hoverable {
|
|
33129
|
-
cursor: pointer;
|
|
33130
|
-
}
|
|
33131
|
-
.E_c1eym6el.hoverable:hover {
|
|
33132
|
-
transition: all 200ms ease;
|
|
33133
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33134
|
-
transform: translateY(-4px);
|
|
33135
|
-
}
|
|
33136
|
-
|
|
33137
|
-
.E_lht19u8 {
|
|
33138
|
-
width: 64px;
|
|
33139
|
-
height: 64px;
|
|
33140
|
-
display: flex;
|
|
33141
|
-
align-items: center;
|
|
33142
|
-
justify-content: center;
|
|
33143
|
-
position: relative;
|
|
33144
|
-
opacity: 0.2;
|
|
33145
|
-
}
|
|
33146
|
-
|
|
33147
|
-
.E_lk3gkp4 {
|
|
33148
|
-
position: absolute;
|
|
33149
|
-
width: 5px;
|
|
33150
|
-
height: 48px;
|
|
33151
|
-
left: 9.33px;
|
|
33152
|
-
top: 40.5px;
|
|
33153
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33154
|
-
border-radius: 5px;
|
|
33155
|
-
transform: rotate(-128deg);
|
|
33156
|
-
transform-origin: top left;
|
|
33157
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33158
|
-
}
|
|
33159
|
-
|
|
33160
|
-
.E_ll4n94n {
|
|
33161
|
-
position: absolute;
|
|
33162
|
-
width: 5px;
|
|
33163
|
-
height: 48px;
|
|
33164
|
-
left: 40.8px;
|
|
33165
|
-
top: 8.4px;
|
|
33166
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33167
|
-
border-radius: 5px;
|
|
33168
|
-
transform: rotate(-8deg);
|
|
33169
|
-
transform-origin: top left;
|
|
33170
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33171
|
-
}
|
|
33172
|
-
|
|
33173
|
-
.E_l17lbdo6 {
|
|
33174
|
-
position: absolute;
|
|
33175
|
-
width: 5px;
|
|
33176
|
-
height: 48px;
|
|
33177
|
-
left: 52.9px;
|
|
33178
|
-
top: 51.8px;
|
|
33179
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33180
|
-
border-radius: 5px;
|
|
33181
|
-
transform: rotate(112deg);
|
|
33182
|
-
transform-origin: top left;
|
|
33183
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33184
|
-
}
|
|
33185
|
-
|
|
33186
|
-
.E_msn7nxt {
|
|
33110
|
+
.E_m11nzl2x {
|
|
33187
33111
|
color: rgba(44, 56, 82, 0.6);
|
|
33188
33112
|
text-align: center;
|
|
33189
33113
|
display: flex;
|
|
@@ -33192,283 +33116,210 @@ input.E_rf8rlle.ant-input {
|
|
|
33192
33116
|
flex-direction: column;
|
|
33193
33117
|
height: 100%;
|
|
33194
33118
|
}
|
|
33195
|
-
.
|
|
33119
|
+
.E_m11nzl2x .link {
|
|
33196
33120
|
color: #0080ff;
|
|
33197
33121
|
cursor: pointer;
|
|
33198
33122
|
}
|
|
33199
33123
|
|
|
33200
|
-
.
|
|
33124
|
+
.E_mn7joto {
|
|
33201
33125
|
width: 100%;
|
|
33202
33126
|
height: 100%;
|
|
33203
33127
|
display: flex;
|
|
33204
33128
|
flex-direction: column;
|
|
33205
33129
|
}
|
|
33206
|
-
.
|
|
33130
|
+
.E_mn7joto .name-toolbar {
|
|
33207
33131
|
width: 100%;
|
|
33208
33132
|
display: flex;
|
|
33209
33133
|
line-height: 30px;
|
|
33210
|
-
padding: 0 16px;
|
|
33211
33134
|
justify-content: space-between;
|
|
33212
33135
|
}
|
|
33213
|
-
.
|
|
33136
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33214
33137
|
display: flex;
|
|
33215
33138
|
font-size: 12px;
|
|
33216
33139
|
align-items: center;
|
|
33217
33140
|
}
|
|
33218
|
-
.
|
|
33141
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33219
33142
|
color: #a3b4cc;
|
|
33220
33143
|
}
|
|
33221
|
-
.
|
|
33144
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33222
33145
|
margin-left: 10px;
|
|
33223
33146
|
}
|
|
33224
|
-
.
|
|
33147
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33225
33148
|
margin-left: 10px;
|
|
33226
33149
|
cursor: pointer;
|
|
33227
33150
|
}
|
|
33228
|
-
.
|
|
33151
|
+
.E_mn7joto .content {
|
|
33229
33152
|
flex: 1;
|
|
33230
33153
|
width: 100%;
|
|
33231
33154
|
display: flex;
|
|
33232
33155
|
justify-content: center;
|
|
33233
33156
|
align-items: center;
|
|
33234
33157
|
}
|
|
33235
|
-
.
|
|
33158
|
+
.E_mn7joto .single-content {
|
|
33236
33159
|
height: 65px;
|
|
33237
33160
|
}
|
|
33238
33161
|
|
|
33239
|
-
.
|
|
33162
|
+
.E_l1bifhon {
|
|
33240
33163
|
display: flex;
|
|
33241
33164
|
align-items: center;
|
|
33242
33165
|
white-space: nowrap;
|
|
33243
33166
|
overflow: hidden;
|
|
33244
33167
|
width: 100%;
|
|
33245
33168
|
}
|
|
33246
|
-
.
|
|
33247
|
-
margin-left: auto;
|
|
33169
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
33248
33170
|
font-size: 12px;
|
|
33171
|
+
margin-left: 8px;
|
|
33249
33172
|
}
|
|
33250
33173
|
|
|
33251
|
-
.
|
|
33174
|
+
.E_ltthzck {
|
|
33252
33175
|
display: flex;
|
|
33253
33176
|
justify-content: flex-start;
|
|
33254
33177
|
align-items: center;
|
|
33255
33178
|
font-size: 12px;
|
|
33256
33179
|
cursor: pointer;
|
|
33257
33180
|
}
|
|
33258
|
-
.
|
|
33259
|
-
margin-
|
|
33181
|
+
.E_ltthzck:not(:first-child) {
|
|
33182
|
+
margin-left: 8px;
|
|
33260
33183
|
}
|
|
33261
|
-
.
|
|
33262
|
-
opacity: 0.
|
|
33184
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33185
|
+
opacity: 0.3;
|
|
33263
33186
|
}
|
|
33264
|
-
.
|
|
33187
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33265
33188
|
background: #b4beca !important;
|
|
33189
|
+
border-radius: 2px;
|
|
33190
|
+
}
|
|
33191
|
+
.E_ltthzck.hoverering-self {
|
|
33192
|
+
opacity: 1;
|
|
33193
|
+
}
|
|
33194
|
+
.E_ltthzck .dropdown-trigger {
|
|
33195
|
+
margin-left: 12px;
|
|
33196
|
+
}
|
|
33197
|
+
.E_ltthzck .legend-name {
|
|
33198
|
+
color: #00122e;
|
|
33199
|
+
}
|
|
33200
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
33201
|
+
display: flex;
|
|
33202
|
+
align-items: center;
|
|
33203
|
+
margin-left: 4px;
|
|
33266
33204
|
}
|
|
33267
33205
|
|
|
33268
|
-
.
|
|
33206
|
+
.E_l1mumj7o {
|
|
33207
|
+
display: flex;
|
|
33208
|
+
justify-content: flex-start;
|
|
33209
|
+
align-items: center;
|
|
33210
|
+
font-size: 12px;
|
|
33211
|
+
cursor: pointer;
|
|
33212
|
+
}
|
|
33213
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33214
|
+
opacity: 0.3;
|
|
33215
|
+
}
|
|
33216
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33217
|
+
background: #b4beca !important;
|
|
33218
|
+
border-radius: 2px;
|
|
33219
|
+
}
|
|
33220
|
+
.E_l1mumj7o .legend-name {
|
|
33221
|
+
color: #00122e;
|
|
33222
|
+
}
|
|
33223
|
+
.E_l1mumj7o.hoverering-self {
|
|
33224
|
+
opacity: 1;
|
|
33225
|
+
}
|
|
33226
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
33227
|
+
margin-left: 4px;
|
|
33228
|
+
display: flex;
|
|
33229
|
+
align-items: center;
|
|
33230
|
+
}
|
|
33231
|
+
|
|
33232
|
+
.E_c14rn6j5 {
|
|
33269
33233
|
display: inline-block;
|
|
33270
33234
|
height: 8px;
|
|
33271
33235
|
width: 8px;
|
|
33272
|
-
margin-right:
|
|
33236
|
+
margin-right: 6px;
|
|
33237
|
+
border-radius: 2px;
|
|
33273
33238
|
}
|
|
33274
33239
|
|
|
33275
|
-
.
|
|
33240
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33276
33241
|
display: flex;
|
|
33277
33242
|
align-items: center;
|
|
33278
33243
|
font-size: 12px;
|
|
33279
33244
|
margin: 0;
|
|
33280
33245
|
}
|
|
33281
33246
|
|
|
33282
|
-
.
|
|
33247
|
+
.E_lqeaosa {
|
|
33283
33248
|
position: relative;
|
|
33284
33249
|
}
|
|
33285
|
-
.
|
|
33250
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33286
33251
|
bottom: -12px;
|
|
33287
33252
|
}
|
|
33288
|
-
.
|
|
33253
|
+
.E_lqeaosa .metric-toolbar {
|
|
33289
33254
|
display: flex;
|
|
33290
33255
|
justify-content: space-between;
|
|
33291
33256
|
line-height: 30px;
|
|
33292
|
-
margin: 0 16px;
|
|
33293
33257
|
}
|
|
33294
|
-
.
|
|
33258
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33295
33259
|
display: flex;
|
|
33260
|
+
flex-shrink: 0;
|
|
33296
33261
|
font-size: 12px;
|
|
33297
33262
|
align-items: center;
|
|
33298
33263
|
}
|
|
33299
|
-
.
|
|
33264
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33300
33265
|
color: #a3b4cc;
|
|
33301
33266
|
}
|
|
33302
|
-
.
|
|
33267
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33303
33268
|
margin-left: 10px;
|
|
33304
33269
|
}
|
|
33305
|
-
.
|
|
33270
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33306
33271
|
margin-left: 10px;
|
|
33307
33272
|
cursor: pointer;
|
|
33308
33273
|
}
|
|
33309
|
-
.
|
|
33274
|
+
.E_lqeaosa .recharts-xAxis {
|
|
33310
33275
|
font-size: 12px;
|
|
33311
33276
|
}
|
|
33312
|
-
.
|
|
33277
|
+
.E_lqeaosa .pointer-wrapper {
|
|
33313
33278
|
position: absolute;
|
|
33314
|
-
bottom: 10px;
|
|
33315
|
-
padding: 0 8px;
|
|
33316
|
-
|
|
33317
|
-
|
|
33318
|
-
|
|
33319
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33320
|
-
transform: translateX(-50%);
|
|
33321
|
-
}
|
|
33322
|
-
|
|
33323
|
-
.E_tnvijvs {
|
|
33324
|
-
min-width: 200px;
|
|
33325
|
-
}
|
|
33326
|
-
|
|
33327
|
-
.E_t1ub2aex {
|
|
33328
|
-
display: flex;
|
|
33329
|
-
align-items: center;
|
|
33330
|
-
justify-content: space-between;
|
|
33331
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33332
|
-
color: #b4beca;
|
|
33333
|
-
font-size: 12px;
|
|
33334
|
-
padding: 3px 6px;
|
|
33335
|
-
}
|
|
33336
|
-
.E_t1ub2aex:first-child {
|
|
33337
|
-
padding-top: 3px;
|
|
33338
|
-
}
|
|
33339
|
-
.E_t1ub2aex:last-child {
|
|
33340
|
-
padding-bottom: 3px;
|
|
33341
|
-
}
|
|
33342
|
-
.E_t1ub2aex .column-value {
|
|
33343
|
-
color: #fff;
|
|
33344
|
-
margin-left: 8px;
|
|
33345
|
-
}
|
|
33346
|
-
|
|
33347
|
-
button.E_l48ei06.ant-btn,
|
|
33348
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33349
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33350
|
-
font-size: 12px;
|
|
33351
|
-
line-height: 18px;
|
|
33352
|
-
height: 18px;
|
|
33353
|
-
}
|
|
33354
|
-
|
|
33355
|
-
button.E_l48ei06 {
|
|
33356
|
-
color: #0080FF;
|
|
33357
|
-
height: unset;
|
|
33358
|
-
}
|
|
33359
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33360
|
-
margin-right: 4px;
|
|
33361
|
-
}
|
|
33362
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33363
|
-
margin-left: 4px;
|
|
33364
|
-
}
|
|
33365
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33366
|
-
color: #009DFF;
|
|
33367
|
-
}
|
|
33368
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33369
|
-
color: #005ED1;
|
|
33370
|
-
}
|
|
33371
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33372
|
-
color: #0080FF;
|
|
33373
|
-
}
|
|
33374
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33375
|
-
color: #00122E;
|
|
33376
|
-
}
|
|
33377
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33378
|
-
color: #0080FF;
|
|
33379
|
-
}
|
|
33380
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33381
|
-
color: #005ED1;
|
|
33382
|
-
}
|
|
33383
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33384
|
-
color: #00122E;
|
|
33385
|
-
}
|
|
33386
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33387
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33388
|
-
}
|
|
33389
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33390
|
-
color: #0080FF;
|
|
33391
|
-
}
|
|
33392
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33393
|
-
color: #005ED1;
|
|
33394
|
-
}
|
|
33395
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33396
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33397
|
-
}
|
|
33398
|
-
|
|
33399
|
-
.E_sddwhm6 {
|
|
33400
|
-
margin: 0;
|
|
33401
|
-
border-radius: 20px;
|
|
33402
|
-
padding: 2px 10px;
|
|
33403
|
-
height: 22px;
|
|
33404
|
-
}
|
|
33405
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33406
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33407
|
-
}
|
|
33408
|
-
.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 {
|
|
33409
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33410
|
-
}
|
|
33411
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33412
|
-
color: #00122e;
|
|
33413
|
-
}
|
|
33414
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33415
|
-
margin-right: 6px;
|
|
33416
|
-
}
|
|
33417
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33418
|
-
margin-left: 8px;
|
|
33419
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33420
|
-
}
|
|
33421
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33422
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33423
|
-
}
|
|
33424
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33425
|
-
background-color: #0080ff;
|
|
33426
|
-
}
|
|
33427
|
-
.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 {
|
|
33428
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33429
|
-
}
|
|
33430
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33431
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33432
|
-
}
|
|
33433
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33434
|
-
background-color: #f0483e;
|
|
33435
|
-
}
|
|
33436
|
-
.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 {
|
|
33437
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33438
|
-
}
|
|
33439
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33440
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33441
|
-
}
|
|
33442
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33443
|
-
background-color: #fea008;
|
|
33444
|
-
}
|
|
33445
|
-
.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 {
|
|
33446
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33447
|
-
}
|
|
33448
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33449
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33279
|
+
bottom: 10px;
|
|
33280
|
+
padding: 0 8px;
|
|
33281
|
+
font-size: 12px;
|
|
33282
|
+
color: #fff;
|
|
33283
|
+
transform: translateX(-50%);
|
|
33450
33284
|
}
|
|
33451
|
-
|
|
33452
|
-
|
|
33285
|
+
|
|
33286
|
+
.E_t2pr38p {
|
|
33287
|
+
min-width: 200px;
|
|
33288
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
33289
|
+
border-radius: 4px;
|
|
33290
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33291
|
+
padding: 8px;
|
|
33453
33292
|
}
|
|
33454
|
-
|
|
33455
|
-
|
|
33293
|
+
|
|
33294
|
+
.E_tecdsj7 {
|
|
33295
|
+
display: flex;
|
|
33296
|
+
align-items: center;
|
|
33297
|
+
background-color: unset;
|
|
33298
|
+
color: #FFFFFF;
|
|
33299
|
+
justify-content: space-between;
|
|
33300
|
+
font-size: 12px;
|
|
33301
|
+
padding-top: 6px;
|
|
33456
33302
|
}
|
|
33457
|
-
.
|
|
33458
|
-
|
|
33303
|
+
.E_tecdsj7:first-child {
|
|
33304
|
+
padding-top: 3px;
|
|
33459
33305
|
}
|
|
33460
|
-
.
|
|
33461
|
-
|
|
33306
|
+
.E_tecdsj7:last-child {
|
|
33307
|
+
padding-bottom: 3px;
|
|
33462
33308
|
}
|
|
33463
|
-
.
|
|
33464
|
-
|
|
33309
|
+
.E_tecdsj7 .column-value {
|
|
33310
|
+
color: #FFFFFF;
|
|
33311
|
+
margin-left: 8px;
|
|
33465
33312
|
}
|
|
33466
33313
|
|
|
33467
|
-
.
|
|
33468
|
-
width: 8px;
|
|
33469
|
-
height: 8px;
|
|
33470
|
-
border-radius: 50%;
|
|
33314
|
+
.E_ljhvvia {
|
|
33471
33315
|
display: inline-block;
|
|
33316
|
+
height: 8px;
|
|
33317
|
+
width: 8px;
|
|
33318
|
+
margin-right: 8px;
|
|
33319
|
+
border-radius: 2px;
|
|
33320
|
+
}
|
|
33321
|
+
.E_ljhvvia.borderd {
|
|
33322
|
+
border: 1px solid #fff;
|
|
33472
33323
|
}
|
|
33473
33324
|
|
|
33474
33325
|
.E_l1ucdodl {
|
|
@@ -33910,199 +33761,153 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33910
33761
|
background: #fff;
|
|
33911
33762
|
}
|
|
33912
33763
|
|
|
33913
|
-
.
|
|
33914
|
-
|
|
33764
|
+
button.E_l48ei06.ant-btn,
|
|
33765
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33766
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33767
|
+
font-size: 12px;
|
|
33768
|
+
line-height: 18px;
|
|
33769
|
+
height: 18px;
|
|
33915
33770
|
}
|
|
33916
|
-
|
|
33917
|
-
|
|
33771
|
+
|
|
33772
|
+
button.E_l48ei06 {
|
|
33773
|
+
color: #0080FF;
|
|
33774
|
+
height: unset;
|
|
33918
33775
|
}
|
|
33919
|
-
.
|
|
33920
|
-
|
|
33776
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33777
|
+
margin-right: 4px;
|
|
33921
33778
|
}
|
|
33922
|
-
.
|
|
33923
|
-
|
|
33779
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33780
|
+
margin-left: 4px;
|
|
33924
33781
|
}
|
|
33925
|
-
.
|
|
33926
|
-
color: #
|
|
33927
|
-
font-weight: normal;
|
|
33782
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33783
|
+
color: #009DFF;
|
|
33928
33784
|
}
|
|
33929
|
-
.
|
|
33930
|
-
color:
|
|
33785
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33786
|
+
color: #005ED1;
|
|
33931
33787
|
}
|
|
33932
|
-
.
|
|
33933
|
-
color: #
|
|
33788
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33789
|
+
color: #0080FF;
|
|
33934
33790
|
}
|
|
33935
|
-
.
|
|
33936
|
-
|
|
33791
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33792
|
+
color: #00122E;
|
|
33937
33793
|
}
|
|
33938
|
-
.
|
|
33939
|
-
|
|
33940
|
-
white-space: nowrap;
|
|
33941
|
-
text-overflow: ellipsis;
|
|
33794
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33795
|
+
color: #0080FF;
|
|
33942
33796
|
}
|
|
33943
|
-
|
|
33944
|
-
|
|
33945
|
-
min-width: var(--item-min-width);
|
|
33797
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33798
|
+
color: #005ED1;
|
|
33946
33799
|
}
|
|
33947
|
-
.
|
|
33948
|
-
|
|
33800
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33801
|
+
color: #00122E;
|
|
33949
33802
|
}
|
|
33950
|
-
.
|
|
33951
|
-
|
|
33952
|
-
justify-content: stretch;
|
|
33803
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33804
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33953
33805
|
}
|
|
33954
|
-
.
|
|
33955
|
-
|
|
33956
|
-
margin-right: 4px;
|
|
33957
|
-
flex: 1;
|
|
33958
|
-
overflow: visible;
|
|
33806
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33807
|
+
color: #0080FF;
|
|
33959
33808
|
}
|
|
33960
|
-
.
|
|
33961
|
-
|
|
33962
|
-
min-height: unset;
|
|
33809
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33810
|
+
color: #005ED1;
|
|
33963
33811
|
}
|
|
33964
|
-
.
|
|
33965
|
-
|
|
33966
|
-
line-height: 26px;
|
|
33967
|
-
width: 100%;
|
|
33968
|
-
padding: 0;
|
|
33969
|
-
font-size: 12px;
|
|
33812
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33813
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33970
33814
|
}
|
|
33971
|
-
|
|
33972
|
-
|
|
33815
|
+
|
|
33816
|
+
.E_sddwhm6 {
|
|
33817
|
+
margin: 0;
|
|
33818
|
+
border-radius: 20px;
|
|
33819
|
+
padding: 2px 10px;
|
|
33820
|
+
height: 22px;
|
|
33973
33821
|
}
|
|
33974
|
-
.
|
|
33975
|
-
|
|
33822
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33823
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33976
33824
|
}
|
|
33977
|
-
.
|
|
33978
|
-
|
|
33979
|
-
padding-right: 4px;
|
|
33980
|
-
border-radius: 4px 0 0 4px;
|
|
33825
|
+
.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 {
|
|
33826
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33981
33827
|
}
|
|
33982
|
-
.
|
|
33983
|
-
|
|
33828
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33829
|
+
color: #00122e;
|
|
33984
33830
|
}
|
|
33985
|
-
.
|
|
33986
|
-
|
|
33987
|
-
padding-left: 12px;
|
|
33988
|
-
border-radius: 0 4px 4px 0;
|
|
33831
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33832
|
+
margin-right: 6px;
|
|
33989
33833
|
}
|
|
33990
|
-
.
|
|
33991
|
-
|
|
33992
|
-
|
|
33993
|
-
height: 0;
|
|
33994
|
-
border: 13px solid transparent;
|
|
33995
|
-
position: absolute;
|
|
33996
|
-
top: 0;
|
|
33997
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33998
|
-
z-index: 2;
|
|
33999
|
-
position: relative;
|
|
34000
|
-
top: -50%;
|
|
34001
|
-
right: -100%;
|
|
33834
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33835
|
+
margin-left: 8px;
|
|
33836
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34002
33837
|
}
|
|
34003
|
-
.
|
|
34004
|
-
|
|
33838
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33839
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34005
33840
|
}
|
|
34006
|
-
.
|
|
34007
|
-
|
|
34008
|
-
width: 0;
|
|
34009
|
-
height: 0;
|
|
34010
|
-
border: 13px solid transparent;
|
|
34011
|
-
position: absolute;
|
|
34012
|
-
top: 0;
|
|
34013
|
-
border-left: 8px solid #fff;
|
|
34014
|
-
left: 0;
|
|
33841
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33842
|
+
background-color: #0080ff;
|
|
34015
33843
|
}
|
|
34016
|
-
.
|
|
34017
|
-
|
|
33844
|
+
.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 {
|
|
33845
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34018
33846
|
}
|
|
34019
|
-
.
|
|
34020
|
-
background-color: rgba(
|
|
33847
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33848
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34021
33849
|
}
|
|
34022
|
-
.
|
|
34023
|
-
|
|
33850
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33851
|
+
background-color: #f0483e;
|
|
34024
33852
|
}
|
|
34025
|
-
.
|
|
34026
|
-
|
|
34027
|
-
min-width: var(--item-min-width);
|
|
33853
|
+
.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 {
|
|
33854
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34028
33855
|
}
|
|
34029
|
-
.
|
|
34030
|
-
|
|
34031
|
-
min-width: var(--item-min-width);
|
|
33856
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33857
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34032
33858
|
}
|
|
34033
|
-
.
|
|
34034
|
-
|
|
34035
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33859
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33860
|
+
background-color: #fea008;
|
|
34036
33861
|
}
|
|
34037
|
-
.
|
|
34038
|
-
|
|
33862
|
+
.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 {
|
|
33863
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34039
33864
|
}
|
|
34040
|
-
|
|
34041
|
-
|
|
34042
|
-
width: 192px;
|
|
34043
|
-
row-gap: 2px;
|
|
33865
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33866
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34044
33867
|
}
|
|
34045
|
-
.
|
|
34046
|
-
background-color:
|
|
33868
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33869
|
+
background-color: #00ba5d;
|
|
34047
33870
|
}
|
|
34048
|
-
.
|
|
34049
|
-
color:
|
|
33871
|
+
.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 {
|
|
33872
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34050
33873
|
}
|
|
34051
|
-
.
|
|
33874
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34052
33875
|
background-color: rgba(225, 230, 241, 0.6);
|
|
34053
33876
|
}
|
|
34054
|
-
.
|
|
34055
|
-
|
|
34056
|
-
border-radius: 4px;
|
|
34057
|
-
height: 32px;
|
|
34058
|
-
display: flex;
|
|
34059
|
-
align-items: center;
|
|
34060
|
-
}
|
|
34061
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34062
|
-
min-height: auto;
|
|
34063
|
-
white-space: nowrap;
|
|
33877
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33878
|
+
background-color: #6b7d99;
|
|
34064
33879
|
}
|
|
34065
|
-
.
|
|
34066
|
-
|
|
34067
|
-
line-height: 20px;
|
|
34068
|
-
max-width: 100%;
|
|
34069
|
-
padding-right: 0;
|
|
33880
|
+
.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 {
|
|
33881
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34070
33882
|
}
|
|
34071
|
-
|
|
34072
|
-
|
|
33883
|
+
|
|
33884
|
+
.E_satwmqm {
|
|
33885
|
+
width: 8px;
|
|
33886
|
+
height: 8px;
|
|
33887
|
+
border-radius: 50%;
|
|
33888
|
+
display: inline-block;
|
|
34073
33889
|
}
|
|
34074
33890
|
|
|
34075
|
-
.
|
|
34076
|
-
width:
|
|
34077
|
-
|
|
34078
|
-
align-items: center;
|
|
34079
|
-
justify-content: center;
|
|
34080
|
-
column-gap: 4px;
|
|
33891
|
+
.E_t1gvlxt5 {
|
|
33892
|
+
min-width: 0;
|
|
33893
|
+
flex: 1;
|
|
34081
33894
|
}
|
|
34082
|
-
.
|
|
34083
|
-
|
|
34084
|
-
|
|
34085
|
-
|
|
34086
|
-
|
|
34087
|
-
|
|
34088
|
-
|
|
33895
|
+
.E_t1gvlxt5 .tag {
|
|
33896
|
+
flex: 0 0 auto;
|
|
33897
|
+
}
|
|
33898
|
+
.E_t1gvlxt5 .progress-title {
|
|
33899
|
+
flex: 2;
|
|
33900
|
+
max-width: fit-content;
|
|
33901
|
+
}
|
|
33902
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33903
|
+
flex: 1;
|
|
33904
|
+
max-width: fit-content;
|
|
34089
33905
|
}
|
|
34090
33906
|
|
|
34091
|
-
.
|
|
34092
|
-
width: 100%;
|
|
33907
|
+
.E_a1ji6r68 {
|
|
34093
33908
|
display: flex;
|
|
34094
33909
|
align-items: center;
|
|
34095
|
-
|
|
34096
|
-
column-gap: 6px;
|
|
34097
|
-
font-size: 13px;
|
|
34098
|
-
}
|
|
34099
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
34100
|
-
display: inline-flex;
|
|
34101
|
-
align-items: center;
|
|
34102
|
-
min-width: 20px;
|
|
34103
|
-
min-height: 20px;
|
|
34104
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34105
|
-
justify-content: center;
|
|
33910
|
+
column-gap: var(--a1ji6r68-0);
|
|
34106
33911
|
}
|
|
34107
33912
|
|
|
34108
33913
|
.E_w7ob4th.outside-tag {
|
|
@@ -34114,6 +33919,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34114
33919
|
margin-right: 4px;
|
|
34115
33920
|
}
|
|
34116
33921
|
|
|
33922
|
+
.E_slr2ynn {
|
|
33923
|
+
padding: 0 8px;
|
|
33924
|
+
height: 18px;
|
|
33925
|
+
}
|
|
33926
|
+
|
|
33927
|
+
.E_m140wbb6 {
|
|
33928
|
+
padding: 2px 8px;
|
|
33929
|
+
height: 24px;
|
|
33930
|
+
}
|
|
33931
|
+
|
|
33932
|
+
.E_t1fozc1i {
|
|
33933
|
+
margin: 0;
|
|
33934
|
+
}
|
|
33935
|
+
|
|
33936
|
+
.E_i1vxv4ln {
|
|
33937
|
+
margin-right: 4px;
|
|
33938
|
+
height: 16px;
|
|
33939
|
+
}
|
|
33940
|
+
|
|
33941
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33942
|
+
font-weight: 700;
|
|
33943
|
+
color: #00122e;
|
|
33944
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33945
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33946
|
+
word-break: break-all;
|
|
33947
|
+
display: inline;
|
|
33948
|
+
white-space: normal;
|
|
33949
|
+
}
|
|
33950
|
+
|
|
34117
33951
|
.E_t1dtlqs1 {
|
|
34118
33952
|
margin-bottom: 4px;
|
|
34119
33953
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34310,33 +34144,199 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34310
34144
|
margin-right: 8px;
|
|
34311
34145
|
}
|
|
34312
34146
|
|
|
34313
|
-
.
|
|
34314
|
-
|
|
34315
|
-
|
|
34147
|
+
.E_sjob3jg {
|
|
34148
|
+
--item-min-width: 60px;
|
|
34149
|
+
}
|
|
34150
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34151
|
+
display: none !important;
|
|
34152
|
+
}
|
|
34153
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34154
|
+
flex-shrink: 0 !important;
|
|
34155
|
+
}
|
|
34156
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34157
|
+
color: #0080ff;
|
|
34158
|
+
}
|
|
34159
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34160
|
+
color: #0080ff;
|
|
34161
|
+
font-weight: normal;
|
|
34162
|
+
}
|
|
34163
|
+
.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 {
|
|
34164
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34165
|
+
}
|
|
34166
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34167
|
+
color: #00122e;
|
|
34168
|
+
}
|
|
34169
|
+
.E_sjob3jg .step-item-text {
|
|
34170
|
+
display: inline-block;
|
|
34171
|
+
}
|
|
34172
|
+
.E_sjob3jg .step-item-title {
|
|
34173
|
+
overflow: hidden;
|
|
34174
|
+
white-space: nowrap;
|
|
34175
|
+
text-overflow: ellipsis;
|
|
34316
34176
|
}
|
|
34317
34177
|
|
|
34318
|
-
.
|
|
34319
|
-
|
|
34320
|
-
|
|
34178
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34179
|
+
min-width: var(--item-min-width);
|
|
34180
|
+
}
|
|
34181
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34182
|
+
cursor: not-allowed !important;
|
|
34183
|
+
}
|
|
34184
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34185
|
+
flex-direction: row;
|
|
34186
|
+
justify-content: stretch;
|
|
34187
|
+
}
|
|
34188
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34189
|
+
padding: 0;
|
|
34190
|
+
margin-right: 4px;
|
|
34191
|
+
flex: 1;
|
|
34192
|
+
overflow: visible;
|
|
34193
|
+
}
|
|
34194
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34195
|
+
width: 100%;
|
|
34196
|
+
min-height: unset;
|
|
34197
|
+
}
|
|
34198
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34199
|
+
height: 26px;
|
|
34200
|
+
line-height: 26px;
|
|
34201
|
+
width: 100%;
|
|
34202
|
+
padding: 0;
|
|
34203
|
+
font-size: 12px;
|
|
34204
|
+
}
|
|
34205
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34206
|
+
margin-right: 10px;
|
|
34207
|
+
}
|
|
34208
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34209
|
+
display: none;
|
|
34210
|
+
}
|
|
34211
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34212
|
+
padding-left: 8px;
|
|
34213
|
+
padding-right: 4px;
|
|
34214
|
+
border-radius: 4px 0 0 4px;
|
|
34215
|
+
}
|
|
34216
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34217
|
+
margin-right: 0;
|
|
34218
|
+
}
|
|
34219
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34220
|
+
padding-right: 8px;
|
|
34221
|
+
padding-left: 12px;
|
|
34222
|
+
border-radius: 0 4px 4px 0;
|
|
34223
|
+
}
|
|
34224
|
+
.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 {
|
|
34225
|
+
content: "";
|
|
34226
|
+
width: 0;
|
|
34227
|
+
height: 0;
|
|
34228
|
+
border: 13px solid transparent;
|
|
34229
|
+
position: absolute;
|
|
34230
|
+
top: 0;
|
|
34231
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34232
|
+
z-index: 2;
|
|
34233
|
+
position: relative;
|
|
34234
|
+
top: -50%;
|
|
34235
|
+
right: -100%;
|
|
34236
|
+
}
|
|
34237
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34238
|
+
padding: 0 4px 0 12px;
|
|
34239
|
+
}
|
|
34240
|
+
.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 {
|
|
34241
|
+
content: "";
|
|
34242
|
+
width: 0;
|
|
34243
|
+
height: 0;
|
|
34244
|
+
border: 13px solid transparent;
|
|
34245
|
+
position: absolute;
|
|
34246
|
+
top: 0;
|
|
34247
|
+
border-left: 8px solid #fff;
|
|
34248
|
+
left: 0;
|
|
34249
|
+
}
|
|
34250
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34251
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34252
|
+
}
|
|
34253
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34254
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34255
|
+
}
|
|
34256
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34257
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34258
|
+
}
|
|
34259
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34260
|
+
cursor: pointer;
|
|
34261
|
+
min-width: var(--item-min-width);
|
|
34262
|
+
}
|
|
34263
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34264
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34265
|
+
min-width: var(--item-min-width);
|
|
34266
|
+
}
|
|
34267
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34268
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34269
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34270
|
+
}
|
|
34271
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34272
|
+
padding: 0;
|
|
34321
34273
|
}
|
|
34322
34274
|
|
|
34323
|
-
.
|
|
34324
|
-
|
|
34275
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34276
|
+
width: 192px;
|
|
34277
|
+
row-gap: 2px;
|
|
34278
|
+
}
|
|
34279
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34280
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34281
|
+
}
|
|
34282
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34283
|
+
color: #00122e !important;
|
|
34284
|
+
}
|
|
34285
|
+
.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 {
|
|
34286
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34287
|
+
}
|
|
34288
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34289
|
+
padding: 0 8px;
|
|
34290
|
+
border-radius: 4px;
|
|
34291
|
+
height: 32px;
|
|
34292
|
+
display: flex;
|
|
34293
|
+
align-items: center;
|
|
34294
|
+
}
|
|
34295
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34296
|
+
min-height: auto;
|
|
34297
|
+
white-space: nowrap;
|
|
34298
|
+
}
|
|
34299
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34300
|
+
font-size: 13px;
|
|
34301
|
+
line-height: 20px;
|
|
34302
|
+
max-width: 100%;
|
|
34303
|
+
padding-right: 0;
|
|
34304
|
+
}
|
|
34305
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34306
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34325
34307
|
}
|
|
34326
34308
|
|
|
34327
|
-
.
|
|
34328
|
-
|
|
34329
|
-
|
|
34309
|
+
.E_h6l1tj4 {
|
|
34310
|
+
width: 100%;
|
|
34311
|
+
display: inline-flex;
|
|
34312
|
+
align-items: center;
|
|
34313
|
+
justify-content: center;
|
|
34314
|
+
column-gap: 4px;
|
|
34315
|
+
}
|
|
34316
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34317
|
+
display: inline-flex;
|
|
34318
|
+
align-items: center;
|
|
34319
|
+
width: 18px;
|
|
34320
|
+
height: 18px;
|
|
34321
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34322
|
+
justify-content: center;
|
|
34330
34323
|
}
|
|
34331
34324
|
|
|
34332
|
-
.
|
|
34333
|
-
|
|
34334
|
-
|
|
34335
|
-
|
|
34336
|
-
|
|
34337
|
-
|
|
34338
|
-
|
|
34339
|
-
|
|
34325
|
+
.E_v18frne8 {
|
|
34326
|
+
width: 100%;
|
|
34327
|
+
display: flex;
|
|
34328
|
+
align-items: center;
|
|
34329
|
+
justify-content: center;
|
|
34330
|
+
column-gap: 6px;
|
|
34331
|
+
font-size: 13px;
|
|
34332
|
+
}
|
|
34333
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34334
|
+
display: inline-flex;
|
|
34335
|
+
align-items: center;
|
|
34336
|
+
min-width: 20px;
|
|
34337
|
+
min-height: 20px;
|
|
34338
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34339
|
+
justify-content: center;
|
|
34340
34340
|
}
|
|
34341
34341
|
|
|
34342
34342
|
.E_i1g85yz3 {
|
|
@@ -34585,6 +34585,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34585
34585
|
font-weight: bold;
|
|
34586
34586
|
}
|
|
34587
34587
|
|
|
34588
|
+
.E_t59qhqp {
|
|
34589
|
+
padding: 0px;
|
|
34590
|
+
padding-top: 5px;
|
|
34591
|
+
padding-left: 5px;
|
|
34592
|
+
}
|
|
34593
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34594
|
+
margin-bottom: 16px;
|
|
34595
|
+
padding-bottom: 0px;
|
|
34596
|
+
}
|
|
34597
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34598
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34599
|
+
margin-bottom: 0;
|
|
34600
|
+
}
|
|
34601
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34602
|
+
margin-bottom: 12px;
|
|
34603
|
+
}
|
|
34604
|
+
.E_t59qhqp .info-action {
|
|
34605
|
+
align-self: baseline;
|
|
34606
|
+
}
|
|
34607
|
+
|
|
34608
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34609
|
+
margin-left: 18px;
|
|
34610
|
+
}
|
|
34611
|
+
.E_t2e44lg .item-time {
|
|
34612
|
+
display: flex;
|
|
34613
|
+
flex-direction: column;
|
|
34614
|
+
gap: 4px;
|
|
34615
|
+
margin-top: 4px;
|
|
34616
|
+
}
|
|
34617
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34618
|
+
padding-bottom: 0;
|
|
34619
|
+
}
|
|
34620
|
+
|
|
34621
|
+
.E_e14ua30y {
|
|
34622
|
+
display: flex;
|
|
34623
|
+
flex-direction: column;
|
|
34624
|
+
align-items: center;
|
|
34625
|
+
justify-content: center;
|
|
34626
|
+
}
|
|
34627
|
+
|
|
34628
|
+
.E_s1ikqzph {
|
|
34629
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34630
|
+
}
|
|
34631
|
+
|
|
34632
|
+
.E_i15astnl {
|
|
34633
|
+
color: #00122E;
|
|
34634
|
+
}
|
|
34635
|
+
|
|
34588
34636
|
.E_s20iney.skeleton-box {
|
|
34589
34637
|
display: flex;
|
|
34590
34638
|
align-items: center;
|
|
@@ -34737,54 +34785,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34737
34785
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
34738
34786
|
}
|
|
34739
34787
|
|
|
34740
|
-
.E_t59qhqp {
|
|
34741
|
-
padding: 0px;
|
|
34742
|
-
padding-top: 5px;
|
|
34743
|
-
padding-left: 5px;
|
|
34744
|
-
}
|
|
34745
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34746
|
-
margin-bottom: 16px;
|
|
34747
|
-
padding-bottom: 0px;
|
|
34748
|
-
}
|
|
34749
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34750
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34751
|
-
margin-bottom: 0;
|
|
34752
|
-
}
|
|
34753
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34754
|
-
margin-bottom: 12px;
|
|
34755
|
-
}
|
|
34756
|
-
.E_t59qhqp .info-action {
|
|
34757
|
-
align-self: baseline;
|
|
34758
|
-
}
|
|
34759
|
-
|
|
34760
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
34761
|
-
margin-left: 18px;
|
|
34762
|
-
}
|
|
34763
|
-
.E_t2e44lg .item-time {
|
|
34764
|
-
display: flex;
|
|
34765
|
-
flex-direction: column;
|
|
34766
|
-
gap: 4px;
|
|
34767
|
-
margin-top: 4px;
|
|
34768
|
-
}
|
|
34769
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34770
|
-
padding-bottom: 0;
|
|
34771
|
-
}
|
|
34772
|
-
|
|
34773
|
-
.E_e14ua30y {
|
|
34774
|
-
display: flex;
|
|
34775
|
-
flex-direction: column;
|
|
34776
|
-
align-items: center;
|
|
34777
|
-
justify-content: center;
|
|
34778
|
-
}
|
|
34779
|
-
|
|
34780
|
-
.E_s1ikqzph {
|
|
34781
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34782
|
-
}
|
|
34783
|
-
|
|
34784
|
-
.E_i15astnl {
|
|
34785
|
-
color: #00122E;
|
|
34786
|
-
}
|
|
34787
|
-
|
|
34788
34788
|
.E_sqv6dmy {
|
|
34789
34789
|
display: flex;
|
|
34790
34790
|
justify-content: flex-end;
|
|
@@ -34923,6 +34923,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34923
34923
|
}
|
|
34924
34924
|
}
|
|
34925
34925
|
|
|
34926
|
+
.E_s1ebs0ra {
|
|
34927
|
+
display: flex;
|
|
34928
|
+
align-items: center;
|
|
34929
|
+
justify-content: space-between;
|
|
34930
|
+
background: #edf0f7;
|
|
34931
|
+
padding: 8px 12px;
|
|
34932
|
+
position: sticky;
|
|
34933
|
+
top: 0;
|
|
34934
|
+
z-index: 1;
|
|
34935
|
+
margin-bottom: -52px;
|
|
34936
|
+
}
|
|
34937
|
+
.E_s1ebs0ra .select-total {
|
|
34938
|
+
display: flex;
|
|
34939
|
+
align-items: center;
|
|
34940
|
+
font-weight: 700;
|
|
34941
|
+
flex-shrink: 0;
|
|
34942
|
+
}
|
|
34943
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34944
|
+
cursor: pointer;
|
|
34945
|
+
margin-left: 8px;
|
|
34946
|
+
width: 32px;
|
|
34947
|
+
height: 32px;
|
|
34948
|
+
border-radius: 50%;
|
|
34949
|
+
justify-content: center;
|
|
34950
|
+
}
|
|
34951
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34952
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34953
|
+
}
|
|
34954
|
+
.E_s1ebs0ra .action-group {
|
|
34955
|
+
flex: 1;
|
|
34956
|
+
margin-left: 88px;
|
|
34957
|
+
white-space: nowrap;
|
|
34958
|
+
text-align: right;
|
|
34959
|
+
position: relative;
|
|
34960
|
+
padding: 4px 0;
|
|
34961
|
+
margin-top: -4px;
|
|
34962
|
+
overflow: hidden;
|
|
34963
|
+
}
|
|
34964
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34965
|
+
transform: translateY(-4px);
|
|
34966
|
+
}
|
|
34967
|
+
.E_s1ebs0ra .action-group button {
|
|
34968
|
+
border: none;
|
|
34969
|
+
}
|
|
34970
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34971
|
+
margin-right: 8px;
|
|
34972
|
+
}
|
|
34973
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34974
|
+
margin-right: 4px;
|
|
34975
|
+
}
|
|
34976
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34977
|
+
cursor: pointer;
|
|
34978
|
+
width: 32px;
|
|
34979
|
+
height: 32px;
|
|
34980
|
+
justify-content: center;
|
|
34981
|
+
border-radius: 50%;
|
|
34982
|
+
}
|
|
34983
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34984
|
+
background: #fff;
|
|
34985
|
+
}
|
|
34986
|
+
|
|
34926
34987
|
.E_c18bcrac {
|
|
34927
34988
|
display: inline-block;
|
|
34928
34989
|
width: 100%;
|
|
@@ -34973,65 +35034,97 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34973
35034
|
margin-right: 4px;
|
|
34974
35035
|
}
|
|
34975
35036
|
|
|
34976
|
-
.
|
|
34977
|
-
|
|
34978
|
-
|
|
34979
|
-
|
|
34980
|
-
background: #edf0f7;
|
|
34981
|
-
padding: 8px 12px;
|
|
34982
|
-
position: sticky;
|
|
34983
|
-
top: 0;
|
|
34984
|
-
z-index: 1;
|
|
34985
|
-
margin-bottom: -52px;
|
|
35037
|
+
.E_clm1wy1 {
|
|
35038
|
+
width: 192px;
|
|
35039
|
+
height: 246px;
|
|
35040
|
+
border-radius: 4px;
|
|
34986
35041
|
}
|
|
34987
|
-
.
|
|
34988
|
-
|
|
34989
|
-
|
|
34990
|
-
|
|
34991
|
-
|
|
35042
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35043
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35044
|
+
width: 100%;
|
|
35045
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35046
|
+
border-top: none;
|
|
34992
35047
|
}
|
|
34993
|
-
.
|
|
34994
|
-
|
|
34995
|
-
|
|
34996
|
-
width: 32px;
|
|
34997
|
-
height: 32px;
|
|
34998
|
-
border-radius: 50%;
|
|
34999
|
-
justify-content: center;
|
|
35048
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35049
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35050
|
+
padding: 0 16px;
|
|
35000
35051
|
}
|
|
35001
|
-
.
|
|
35002
|
-
|
|
35052
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35053
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35054
|
+
width: 100%;
|
|
35055
|
+
height: 180px;
|
|
35056
|
+
border-spacing: 0;
|
|
35003
35057
|
}
|
|
35004
|
-
.
|
|
35005
|
-
|
|
35006
|
-
margin-
|
|
35007
|
-
|
|
35008
|
-
|
|
35009
|
-
|
|
35010
|
-
|
|
35011
|
-
|
|
35012
|
-
|
|
35058
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35059
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35060
|
+
margin-bottom: 8px;
|
|
35061
|
+
}
|
|
35062
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35063
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35064
|
+
width: 22px;
|
|
35065
|
+
}
|
|
35066
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35067
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35068
|
+
padding: 0;
|
|
35069
|
+
}
|
|
35070
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35071
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35072
|
+
opacity: 0.4;
|
|
35073
|
+
}
|
|
35074
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35075
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35076
|
+
opacity: 1;
|
|
35077
|
+
}
|
|
35078
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35079
|
+
color: #3e4652;
|
|
35080
|
+
}
|
|
35081
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35082
|
+
pointer-events: none;
|
|
35083
|
+
}
|
|
35084
|
+
|
|
35085
|
+
.E_t1tsm00v {
|
|
35086
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35087
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35088
|
+
backdrop-filter: blur(10px);
|
|
35089
|
+
padding: 7px 10px;
|
|
35013
35090
|
}
|
|
35014
|
-
|
|
35015
|
-
|
|
35091
|
+
|
|
35092
|
+
.E_c167wnad {
|
|
35093
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35094
|
+
display: flex;
|
|
35095
|
+
justify-content: space-between;
|
|
35096
|
+
align-items: center;
|
|
35097
|
+
padding: 8px 16px;
|
|
35016
35098
|
}
|
|
35017
|
-
.
|
|
35018
|
-
|
|
35099
|
+
.E_c167wnad .anticon {
|
|
35100
|
+
cursor: pointer;
|
|
35019
35101
|
}
|
|
35020
|
-
.
|
|
35021
|
-
|
|
35102
|
+
.E_c167wnad .anticon:hover {
|
|
35103
|
+
color: #0096ff;
|
|
35022
35104
|
}
|
|
35023
|
-
|
|
35024
|
-
|
|
35105
|
+
|
|
35106
|
+
.E_cxhf7dh {
|
|
35107
|
+
text-align: center;
|
|
35025
35108
|
}
|
|
35026
|
-
.
|
|
35027
|
-
|
|
35028
|
-
width: 32px;
|
|
35029
|
-
height: 32px;
|
|
35109
|
+
.E_cxhf7dh .dots {
|
|
35110
|
+
display: flex;
|
|
35030
35111
|
justify-content: center;
|
|
35031
|
-
border-radius: 50%;
|
|
35032
35112
|
}
|
|
35033
|
-
.
|
|
35034
|
-
|
|
35113
|
+
.E_cxhf7dh .dot {
|
|
35114
|
+
display: inline-block;
|
|
35115
|
+
width: 2px;
|
|
35116
|
+
height: 2px;
|
|
35117
|
+
border-radius: 1px;
|
|
35118
|
+
background: #0096ff;
|
|
35119
|
+
}
|
|
35120
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35121
|
+
margin-right: 2px;
|
|
35122
|
+
}
|
|
35123
|
+
.E_cxhf7dh .bar {
|
|
35124
|
+
width: 9px;
|
|
35125
|
+
height: 2px;
|
|
35126
|
+
background: #0096ff;
|
|
35127
|
+
border-radius: 2px;
|
|
35035
35128
|
}
|
|
35036
35129
|
|
|
35037
35130
|
.E_c1up1pdz {
|
|
@@ -35174,125 +35267,27 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35174
35267
|
color: #fff;
|
|
35175
35268
|
}
|
|
35176
35269
|
|
|
35177
|
-
.
|
|
35178
|
-
background: white;
|
|
35179
|
-
}
|
|
35180
|
-
.E_t1sqg15u.inline .table-row {
|
|
35181
|
-
flex-direction: column;
|
|
35182
|
-
}
|
|
35183
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35184
|
-
padding: 0 16px 7px 0;
|
|
35185
|
-
}
|
|
35186
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35187
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35188
|
-
}
|
|
35189
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35190
|
-
border-top: none !important;
|
|
35191
|
-
}
|
|
35192
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35193
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35194
|
-
}
|
|
35195
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35196
|
-
padding-bottom: 0;
|
|
35197
|
-
}
|
|
35198
|
-
.E_t1sqg15u.align-right .content {
|
|
35199
|
-
text-align: right;
|
|
35200
|
-
}
|
|
35201
|
-
.E_t1sqg15u .uuid-row {
|
|
35202
|
-
display: flex;
|
|
35203
|
-
justify-content: space-between;
|
|
35204
|
-
}
|
|
35205
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35206
|
-
white-space: nowrap;
|
|
35207
|
-
overflow: hidden;
|
|
35208
|
-
text-overflow: ellipsis;
|
|
35209
|
-
}
|
|
35210
|
-
|
|
35211
|
-
.E_t4zczcp {
|
|
35270
|
+
.E_wg1tsps {
|
|
35212
35271
|
display: flex;
|
|
35213
|
-
justify-content: space-between;
|
|
35214
35272
|
align-items: center;
|
|
35215
|
-
|
|
35216
|
-
min-height: 32px;
|
|
35217
|
-
}
|
|
35218
|
-
.E_t4zczcp .table-title {
|
|
35219
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35220
|
-
font-weight: 600;
|
|
35221
|
-
font-size: 12px;
|
|
35222
|
-
line-height: 8px;
|
|
35223
|
-
}
|
|
35224
|
-
.E_t4zczcp .edit-icon {
|
|
35225
|
-
font-size: 16px;
|
|
35226
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35227
|
-
cursor: pointer;
|
|
35228
|
-
}
|
|
35229
|
-
|
|
35230
|
-
.E_t1s7goww {
|
|
35231
|
-
font-size: 12px;
|
|
35232
|
-
line-height: 18px;
|
|
35273
|
+
justify-content: flex-end;
|
|
35233
35274
|
}
|
|
35234
35275
|
|
|
35235
|
-
.
|
|
35276
|
+
.E_b1ctd5xy {
|
|
35236
35277
|
display: flex;
|
|
35237
|
-
|
|
35238
|
-
|
|
35239
|
-
}
|
|
35240
|
-
.E_t93e4cf .hidden {
|
|
35241
|
-
display: none;
|
|
35242
|
-
}
|
|
35243
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35244
|
-
height: auto;
|
|
35278
|
+
align-items: center;
|
|
35279
|
+
width: calc(100% - 40px);
|
|
35245
35280
|
}
|
|
35246
|
-
.
|
|
35247
|
-
|
|
35248
|
-
overflow-x: auto;
|
|
35281
|
+
.E_b1ctd5xy .chart {
|
|
35282
|
+
display: inline-block;
|
|
35249
35283
|
width: 100%;
|
|
35250
|
-
white-space: pre-wrap;
|
|
35251
|
-
}
|
|
35252
|
-
.E_t93e4cf .content .ant-btn {
|
|
35253
|
-
white-space: pre-wrap;
|
|
35254
|
-
text-align: left;
|
|
35255
|
-
}
|
|
35256
|
-
.E_t93e4cf .content .unit-chart {
|
|
35257
|
-
justify-content: flex-start;
|
|
35258
|
-
}
|
|
35259
|
-
|
|
35260
|
-
.E_rhz2uv5 {
|
|
35261
|
-
width: var(--rhz2uv5-0);
|
|
35262
|
-
flex-shrink: 0;
|
|
35263
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35264
|
-
padding-right: 12px;
|
|
35265
|
-
}
|
|
35266
|
-
|
|
35267
|
-
span.E_tqjc4ui {
|
|
35268
|
-
margin: 0 2px;
|
|
35269
|
-
}
|
|
35270
|
-
|
|
35271
|
-
.E_ou7iq30 {
|
|
35272
|
-
overflow: hidden;
|
|
35273
|
-
text-overflow: ellipsis;
|
|
35274
|
-
}
|
|
35275
|
-
|
|
35276
|
-
.E_s1tui002 {
|
|
35277
|
-
white-space: nowrap;
|
|
35278
|
-
}
|
|
35279
|
-
|
|
35280
|
-
.E_mxrc2zg {
|
|
35281
|
-
display: -webkit-box;
|
|
35282
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35283
|
-
-webkit-box-orient: vertical;
|
|
35284
|
-
word-break: break-all;
|
|
35285
35284
|
}
|
|
35286
35285
|
|
|
35287
|
-
.
|
|
35288
|
-
|
|
35289
|
-
}
|
|
35290
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35291
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35292
|
-
border-radius: 4px;
|
|
35286
|
+
.E_u1p8acpn {
|
|
35287
|
+
min-width: 40px;
|
|
35293
35288
|
}
|
|
35294
|
-
.
|
|
35295
|
-
|
|
35289
|
+
.E_u1p8acpn .unit {
|
|
35290
|
+
color: #00122e !important;
|
|
35296
35291
|
}
|
|
35297
35292
|
|
|
35298
35293
|
.E_n12mqh7z {
|
|
@@ -35314,151 +35309,156 @@ span.E_tqjc4ui {
|
|
|
35314
35309
|
overflow: auto;
|
|
35315
35310
|
}
|
|
35316
35311
|
|
|
35317
|
-
.
|
|
35318
|
-
|
|
35319
|
-
|
|
35320
|
-
border-radius: 4px;
|
|
35321
|
-
}
|
|
35322
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35323
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35324
|
-
width: 100%;
|
|
35325
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35326
|
-
border-top: none;
|
|
35327
|
-
}
|
|
35328
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35329
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35330
|
-
padding: 0 16px;
|
|
35331
|
-
}
|
|
35332
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35333
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35334
|
-
width: 100%;
|
|
35335
|
-
height: 180px;
|
|
35336
|
-
border-spacing: 0;
|
|
35312
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35313
|
+
display: flex;
|
|
35314
|
+
align-items: center;
|
|
35337
35315
|
}
|
|
35338
|
-
.
|
|
35339
|
-
|
|
35340
|
-
margin-bottom: 8px;
|
|
35316
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35317
|
+
margin-right: 8px;
|
|
35341
35318
|
}
|
|
35342
|
-
|
|
35343
|
-
.
|
|
35344
|
-
|
|
35319
|
+
|
|
35320
|
+
.E_gmyahx3 {
|
|
35321
|
+
cursor: pointer;
|
|
35345
35322
|
}
|
|
35346
|
-
.
|
|
35347
|
-
|
|
35348
|
-
padding: 0;
|
|
35323
|
+
.E_gmyahx3 .link-text {
|
|
35324
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35349
35325
|
}
|
|
35350
|
-
.
|
|
35351
|
-
color:
|
|
35352
|
-
opacity: 0.4;
|
|
35326
|
+
.E_gmyahx3:hover .link-text {
|
|
35327
|
+
color: #0080ff;
|
|
35353
35328
|
}
|
|
35354
|
-
|
|
35355
|
-
|
|
35356
|
-
|
|
35329
|
+
|
|
35330
|
+
span.E_tqjc4ui {
|
|
35331
|
+
margin: 0 2px;
|
|
35357
35332
|
}
|
|
35358
|
-
|
|
35359
|
-
|
|
35333
|
+
|
|
35334
|
+
.E_skwah65 {
|
|
35335
|
+
height: 8px;
|
|
35336
|
+
box-sizing: border-box;
|
|
35337
|
+
border-radius: 2px;
|
|
35338
|
+
background: #f5f7fa;
|
|
35339
|
+
display: flex;
|
|
35340
|
+
width: 100%;
|
|
35341
|
+
overflow: hidden;
|
|
35360
35342
|
}
|
|
35361
|
-
.
|
|
35362
|
-
|
|
35343
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35344
|
+
margin-left: 1px;
|
|
35363
35345
|
}
|
|
35364
35346
|
|
|
35365
|
-
.
|
|
35366
|
-
|
|
35367
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35368
|
-
backdrop-filter: blur(10px);
|
|
35369
|
-
padding: 7px 10px;
|
|
35347
|
+
.E_t1sqg15u {
|
|
35348
|
+
background: white;
|
|
35370
35349
|
}
|
|
35371
|
-
|
|
35372
|
-
|
|
35373
|
-
|
|
35374
|
-
|
|
35375
|
-
|
|
35376
|
-
align-items: center;
|
|
35377
|
-
padding: 8px 16px;
|
|
35350
|
+
.E_t1sqg15u.inline .table-row {
|
|
35351
|
+
flex-direction: column;
|
|
35352
|
+
}
|
|
35353
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35354
|
+
padding: 0 16px 7px 0;
|
|
35378
35355
|
}
|
|
35379
|
-
.
|
|
35380
|
-
|
|
35356
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35357
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35381
35358
|
}
|
|
35382
|
-
.
|
|
35383
|
-
|
|
35359
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35360
|
+
border-top: none !important;
|
|
35384
35361
|
}
|
|
35385
|
-
|
|
35386
|
-
.
|
|
35387
|
-
text-align: center;
|
|
35362
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35363
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35388
35364
|
}
|
|
35389
|
-
.
|
|
35390
|
-
|
|
35391
|
-
justify-content: center;
|
|
35365
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35366
|
+
padding-bottom: 0;
|
|
35392
35367
|
}
|
|
35393
|
-
.
|
|
35394
|
-
|
|
35395
|
-
width: 2px;
|
|
35396
|
-
height: 2px;
|
|
35397
|
-
border-radius: 1px;
|
|
35398
|
-
background: #0096ff;
|
|
35368
|
+
.E_t1sqg15u.align-right .content {
|
|
35369
|
+
text-align: right;
|
|
35399
35370
|
}
|
|
35400
|
-
.
|
|
35401
|
-
|
|
35371
|
+
.E_t1sqg15u .uuid-row {
|
|
35372
|
+
display: flex;
|
|
35373
|
+
justify-content: space-between;
|
|
35402
35374
|
}
|
|
35403
|
-
.
|
|
35404
|
-
|
|
35405
|
-
|
|
35406
|
-
|
|
35407
|
-
border-radius: 2px;
|
|
35375
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35376
|
+
white-space: nowrap;
|
|
35377
|
+
overflow: hidden;
|
|
35378
|
+
text-overflow: ellipsis;
|
|
35408
35379
|
}
|
|
35409
35380
|
|
|
35410
|
-
.
|
|
35381
|
+
.E_t4zczcp {
|
|
35411
35382
|
display: flex;
|
|
35383
|
+
justify-content: space-between;
|
|
35412
35384
|
align-items: center;
|
|
35385
|
+
padding: 8px;
|
|
35386
|
+
min-height: 32px;
|
|
35413
35387
|
}
|
|
35414
|
-
.
|
|
35415
|
-
|
|
35388
|
+
.E_t4zczcp .table-title {
|
|
35389
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35390
|
+
font-weight: 600;
|
|
35391
|
+
font-size: 12px;
|
|
35392
|
+
line-height: 8px;
|
|
35393
|
+
}
|
|
35394
|
+
.E_t4zczcp .edit-icon {
|
|
35395
|
+
font-size: 16px;
|
|
35396
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35397
|
+
cursor: pointer;
|
|
35416
35398
|
}
|
|
35417
35399
|
|
|
35418
|
-
.
|
|
35419
|
-
|
|
35420
|
-
|
|
35421
|
-
justify-content: flex-end;
|
|
35400
|
+
.E_t1s7goww {
|
|
35401
|
+
font-size: 12px;
|
|
35402
|
+
line-height: 18px;
|
|
35422
35403
|
}
|
|
35423
35404
|
|
|
35424
|
-
.
|
|
35405
|
+
.E_t93e4cf {
|
|
35425
35406
|
display: flex;
|
|
35426
|
-
|
|
35427
|
-
|
|
35407
|
+
padding: 8px 0;
|
|
35408
|
+
color: #2d3a56;
|
|
35428
35409
|
}
|
|
35429
|
-
.
|
|
35430
|
-
display:
|
|
35410
|
+
.E_t93e4cf .hidden {
|
|
35411
|
+
display: none;
|
|
35412
|
+
}
|
|
35413
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35414
|
+
height: auto;
|
|
35415
|
+
}
|
|
35416
|
+
.E_t93e4cf .content {
|
|
35417
|
+
overflow: hidden;
|
|
35418
|
+
overflow-x: auto;
|
|
35431
35419
|
width: 100%;
|
|
35420
|
+
white-space: pre-wrap;
|
|
35432
35421
|
}
|
|
35433
|
-
|
|
35434
|
-
|
|
35435
|
-
|
|
35422
|
+
.E_t93e4cf .content .ant-btn {
|
|
35423
|
+
white-space: pre-wrap;
|
|
35424
|
+
text-align: left;
|
|
35436
35425
|
}
|
|
35437
|
-
.
|
|
35438
|
-
|
|
35426
|
+
.E_t93e4cf .content .unit-chart {
|
|
35427
|
+
justify-content: flex-start;
|
|
35439
35428
|
}
|
|
35440
35429
|
|
|
35441
|
-
.
|
|
35442
|
-
|
|
35430
|
+
.E_rhz2uv5 {
|
|
35431
|
+
width: var(--rhz2uv5-0);
|
|
35432
|
+
flex-shrink: 0;
|
|
35433
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35434
|
+
padding-right: 12px;
|
|
35443
35435
|
}
|
|
35444
|
-
|
|
35445
|
-
|
|
35436
|
+
|
|
35437
|
+
.E_ou7iq30 {
|
|
35438
|
+
overflow: hidden;
|
|
35439
|
+
text-overflow: ellipsis;
|
|
35446
35440
|
}
|
|
35447
|
-
|
|
35448
|
-
|
|
35441
|
+
|
|
35442
|
+
.E_s1tui002 {
|
|
35443
|
+
white-space: nowrap;
|
|
35449
35444
|
}
|
|
35450
35445
|
|
|
35451
|
-
.
|
|
35452
|
-
|
|
35453
|
-
|
|
35454
|
-
|
|
35455
|
-
|
|
35456
|
-
display: flex;
|
|
35457
|
-
width: 100%;
|
|
35458
|
-
overflow: hidden;
|
|
35446
|
+
.E_mxrc2zg {
|
|
35447
|
+
display: -webkit-box;
|
|
35448
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35449
|
+
-webkit-box-orient: vertical;
|
|
35450
|
+
word-break: break-all;
|
|
35459
35451
|
}
|
|
35460
|
-
|
|
35461
|
-
|
|
35452
|
+
|
|
35453
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35454
|
+
display: none;
|
|
35455
|
+
}
|
|
35456
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35457
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35458
|
+
border-radius: 4px;
|
|
35459
|
+
}
|
|
35460
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35461
|
+
visibility: hidden;
|
|
35462
35462
|
}
|
|
35463
35463
|
|
|
35464
35464
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35777,67 +35777,20 @@ span.E_tqjc4ui {
|
|
|
35777
35777
|
background: transparent;
|
|
35778
35778
|
}
|
|
35779
35779
|
|
|
35780
|
-
.
|
|
35781
|
-
|
|
35780
|
+
.E_u15heuvq.content {
|
|
35781
|
+
cursor: default !important;
|
|
35782
35782
|
}
|
|
35783
|
-
|
|
35784
|
-
|
|
35785
|
-
display: flex;
|
|
35786
|
-
flex-direction: column;
|
|
35787
|
-
height: 100%;
|
|
35783
|
+
.E_u15heuvq.content.link {
|
|
35784
|
+
cursor: pointer !important;
|
|
35788
35785
|
}
|
|
35789
|
-
|
|
35790
|
-
|
|
35791
|
-
color: #00122e;
|
|
35792
|
-
font-size: 32px !important;
|
|
35793
|
-
margin-bottom: 16px;
|
|
35786
|
+
.E_u15heuvq.content.link:hover {
|
|
35787
|
+
color: #0080ff;
|
|
35794
35788
|
}
|
|
35795
|
-
|
|
35796
|
-
.E_k1uim1fg {
|
|
35797
|
-
margin-bottom: 32px;
|
|
35789
|
+
.E_u15heuvq.content.black {
|
|
35798
35790
|
color: #00122e;
|
|
35799
35791
|
}
|
|
35800
|
-
|
|
35801
|
-
.
|
|
35802
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
35803
|
-
min-height: 0;
|
|
35804
|
-
flex: 1;
|
|
35805
|
-
padding: 16px;
|
|
35806
|
-
background-color: #2d3a56;
|
|
35807
|
-
color: #fff;
|
|
35808
|
-
overflow: auto;
|
|
35809
|
-
max-width: 100%;
|
|
35810
|
-
min-height: 0;
|
|
35811
|
-
border-radius: 8px;
|
|
35812
|
-
white-space: pre-wrap;
|
|
35813
|
-
}
|
|
35814
|
-
|
|
35815
|
-
.E_kxzv3id {
|
|
35816
|
-
width: 100%;
|
|
35817
|
-
display: flex;
|
|
35818
|
-
justify-content: space-between;
|
|
35819
|
-
padding: 0 128px;
|
|
35820
|
-
}
|
|
35821
|
-
|
|
35822
|
-
.E_eld9lt {
|
|
35823
|
-
display: flex;
|
|
35824
|
-
flex-direction: column;
|
|
35825
|
-
justify-content: center;
|
|
35826
|
-
align-items: center;
|
|
35827
|
-
height: 100%;
|
|
35828
|
-
}
|
|
35829
|
-
|
|
35830
|
-
.E_e1505fqc {
|
|
35831
|
-
display: flex;
|
|
35832
|
-
flex-direction: column;
|
|
35833
|
-
align-items: center;
|
|
35834
|
-
}
|
|
35835
|
-
.E_e1505fqc .title {
|
|
35836
|
-
margin-bottom: 8px;
|
|
35837
|
-
background-clip: text;
|
|
35838
|
-
-webkit-background-clip: text;
|
|
35839
|
-
-webkit-text-fill-color: transparent;
|
|
35840
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35792
|
+
.E_u15heuvq.content.gray {
|
|
35793
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35841
35794
|
}
|
|
35842
35795
|
|
|
35843
35796
|
.E_cyms3br {
|
|
@@ -35940,6 +35893,69 @@ span.E_tqjc4ui {
|
|
|
35940
35893
|
color: rgba(0, 21, 64, 0.3);
|
|
35941
35894
|
}
|
|
35942
35895
|
|
|
35896
|
+
.E_kr6am0s .ant-modal-body {
|
|
35897
|
+
padding: 60px 128px;
|
|
35898
|
+
}
|
|
35899
|
+
|
|
35900
|
+
.E_k1h3cl5q {
|
|
35901
|
+
display: flex;
|
|
35902
|
+
flex-direction: column;
|
|
35903
|
+
height: 100%;
|
|
35904
|
+
}
|
|
35905
|
+
|
|
35906
|
+
.E_k1a6j97w {
|
|
35907
|
+
color: #00122e;
|
|
35908
|
+
font-size: 32px !important;
|
|
35909
|
+
margin-bottom: 16px;
|
|
35910
|
+
}
|
|
35911
|
+
|
|
35912
|
+
.E_k1uim1fg {
|
|
35913
|
+
margin-bottom: 32px;
|
|
35914
|
+
color: #00122e;
|
|
35915
|
+
}
|
|
35916
|
+
|
|
35917
|
+
.E_kobelzt {
|
|
35918
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
35919
|
+
min-height: 0;
|
|
35920
|
+
flex: 1;
|
|
35921
|
+
padding: 16px;
|
|
35922
|
+
background-color: #2d3a56;
|
|
35923
|
+
color: #fff;
|
|
35924
|
+
overflow: auto;
|
|
35925
|
+
max-width: 100%;
|
|
35926
|
+
min-height: 0;
|
|
35927
|
+
border-radius: 8px;
|
|
35928
|
+
white-space: pre-wrap;
|
|
35929
|
+
}
|
|
35930
|
+
|
|
35931
|
+
.E_kxzv3id {
|
|
35932
|
+
width: 100%;
|
|
35933
|
+
display: flex;
|
|
35934
|
+
justify-content: space-between;
|
|
35935
|
+
padding: 0 128px;
|
|
35936
|
+
}
|
|
35937
|
+
|
|
35938
|
+
.E_eld9lt {
|
|
35939
|
+
display: flex;
|
|
35940
|
+
flex-direction: column;
|
|
35941
|
+
justify-content: center;
|
|
35942
|
+
align-items: center;
|
|
35943
|
+
height: 100%;
|
|
35944
|
+
}
|
|
35945
|
+
|
|
35946
|
+
.E_e1505fqc {
|
|
35947
|
+
display: flex;
|
|
35948
|
+
flex-direction: column;
|
|
35949
|
+
align-items: center;
|
|
35950
|
+
}
|
|
35951
|
+
.E_e1505fqc .title {
|
|
35952
|
+
margin-bottom: 8px;
|
|
35953
|
+
background-clip: text;
|
|
35954
|
+
-webkit-background-clip: text;
|
|
35955
|
+
-webkit-text-fill-color: transparent;
|
|
35956
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35957
|
+
}
|
|
35958
|
+
|
|
35943
35959
|
.E_c1kchka8 {
|
|
35944
35960
|
height: 100%;
|
|
35945
35961
|
width: 100%;
|