@cloudtower/eagle 0.26.27 → 0.26.30-dry-1
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/components/ErrorBoundary/index.d.ts +1 -4
- package/dist/components/I18nNameTag/index.d.ts +10 -0
- package/dist/components.css +313 -295
- package/dist/core/ParrotTrans/index.d.ts +4 -0
- package/dist/esm/index.js +965 -908
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/useParrotTranslation.d.ts +1 -1
- package/dist/spec/base.d.ts +2 -0
- package/dist/style.css +1003 -985
- package/dist/umd/index.js +964 -907
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -6
- package/dist/components/Modal/AsideModal.d.ts +0 -5
- package/dist/components/Modal/ImmersiveModal.d.ts +0 -5
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { WithTranslation } from "react-i18next";
|
|
3
|
-
declare const _default: React.ComponentType<Omit<
|
|
4
|
-
t: any;
|
|
5
|
-
tReady: boolean;
|
|
6
|
-
}, keyof WithTranslation<N, undefined>> & import("react-i18next").WithTranslationProps>;
|
|
3
|
+
declare const _default: React.ComponentType<Omit<import("react-i18next/helpers").$Subtract<WithTranslation<undefined, undefined>, import("react-i18next").WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import("react-i18next").WithTranslationProps>;
|
|
7
4
|
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const NameTag: import("@linaria/react").StyledMeta & React.FunctionComponent<React.ClassAttributes<HTMLSpanElement> & React.HTMLAttributes<HTMLSpanElement> & Record<never, unknown> & {
|
|
3
|
+
as?: React.ElementType<any> | undefined;
|
|
4
|
+
}>;
|
|
5
|
+
declare const I18nNameTag: React.FC<{
|
|
6
|
+
name: string;
|
|
7
|
+
i18nKey: string;
|
|
8
|
+
[key: string]: unknown;
|
|
9
|
+
}>;
|
|
10
|
+
export default I18nNameTag;
|
package/dist/components.css
CHANGED
|
@@ -29840,35 +29840,6 @@ html body {
|
|
|
29840
29840
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29841
29841
|
}
|
|
29842
29842
|
}
|
|
29843
|
-
.bpq0js6 {
|
|
29844
|
-
padding: 4px 11px;
|
|
29845
|
-
}
|
|
29846
|
-
|
|
29847
|
-
.b15sn34c {
|
|
29848
|
-
white-space: nowrap;
|
|
29849
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29850
|
-
}
|
|
29851
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29852
|
-
--color: #0080ff;
|
|
29853
|
-
}
|
|
29854
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29855
|
-
--color: #0080ff;
|
|
29856
|
-
}
|
|
29857
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29858
|
-
margin-left: 1px;
|
|
29859
|
-
}
|
|
29860
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29861
|
-
border-top-right-radius: 0;
|
|
29862
|
-
border-bottom-right-radius: 0;
|
|
29863
|
-
}
|
|
29864
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29865
|
-
border-top-left-radius: 0;
|
|
29866
|
-
border-bottom-left-radius: 0;
|
|
29867
|
-
}
|
|
29868
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29869
|
-
border-radius: unset;
|
|
29870
|
-
}
|
|
29871
|
-
|
|
29872
29843
|
.buj61ew.ant-btn-icon-only {
|
|
29873
29844
|
justify-content: center;
|
|
29874
29845
|
}
|
|
@@ -30125,6 +30096,35 @@ html body {
|
|
|
30125
30096
|
padding: 0;
|
|
30126
30097
|
}
|
|
30127
30098
|
|
|
30099
|
+
.bpq0js6 {
|
|
30100
|
+
padding: 4px 11px;
|
|
30101
|
+
}
|
|
30102
|
+
|
|
30103
|
+
.b15sn34c {
|
|
30104
|
+
white-space: nowrap;
|
|
30105
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30106
|
+
}
|
|
30107
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30108
|
+
--color: #0080ff;
|
|
30109
|
+
}
|
|
30110
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30111
|
+
--color: #0080ff;
|
|
30112
|
+
}
|
|
30113
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30114
|
+
margin-left: 1px;
|
|
30115
|
+
}
|
|
30116
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30117
|
+
border-top-right-radius: 0;
|
|
30118
|
+
border-bottom-right-radius: 0;
|
|
30119
|
+
}
|
|
30120
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30121
|
+
border-top-left-radius: 0;
|
|
30122
|
+
border-bottom-left-radius: 0;
|
|
30123
|
+
}
|
|
30124
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30125
|
+
border-radius: unset;
|
|
30126
|
+
}
|
|
30127
|
+
|
|
30128
30128
|
.fde5mpd {
|
|
30129
30129
|
width: 100%;
|
|
30130
30130
|
height: 100%;
|
|
@@ -30383,6 +30383,61 @@ html body {
|
|
|
30383
30383
|
width: 36px;
|
|
30384
30384
|
}
|
|
30385
30385
|
|
|
30386
|
+
.s34f1qb.ant-switch {
|
|
30387
|
+
min-width: 40px;
|
|
30388
|
+
height: 24px;
|
|
30389
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30390
|
+
overflow: hidden;
|
|
30391
|
+
}
|
|
30392
|
+
.s34f1qb.ant-switch:focus {
|
|
30393
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30394
|
+
}
|
|
30395
|
+
.s34f1qb.ant-switch-small {
|
|
30396
|
+
min-width: 26px;
|
|
30397
|
+
height: 16px;
|
|
30398
|
+
}
|
|
30399
|
+
.s34f1qb.ant-switch-large {
|
|
30400
|
+
min-width: 52px;
|
|
30401
|
+
height: 32px;
|
|
30402
|
+
}
|
|
30403
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30404
|
+
height: 20px;
|
|
30405
|
+
width: 20px;
|
|
30406
|
+
}
|
|
30407
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30408
|
+
border-radius: 10px;
|
|
30409
|
+
transition-delay: 120ms;
|
|
30410
|
+
}
|
|
30411
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30412
|
+
height: 14px;
|
|
30413
|
+
width: 14px;
|
|
30414
|
+
top: 1px;
|
|
30415
|
+
left: 1px;
|
|
30416
|
+
}
|
|
30417
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30418
|
+
height: 28px;
|
|
30419
|
+
width: 28px;
|
|
30420
|
+
}
|
|
30421
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30422
|
+
border-radius: 14px;
|
|
30423
|
+
}
|
|
30424
|
+
.s34f1qb.ant-switch-checked {
|
|
30425
|
+
background-color: #00ba5d;
|
|
30426
|
+
}
|
|
30427
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30428
|
+
left: calc(100% - 20px - 2px);
|
|
30429
|
+
}
|
|
30430
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30431
|
+
left: calc(100% - 14px - 1px);
|
|
30432
|
+
}
|
|
30433
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30434
|
+
left: calc(100% - 28px - 2px);
|
|
30435
|
+
}
|
|
30436
|
+
|
|
30437
|
+
.c1to9vb9 {
|
|
30438
|
+
margin-left: 5px;
|
|
30439
|
+
}
|
|
30440
|
+
|
|
30386
30441
|
.cz04yix {
|
|
30387
30442
|
display: flex;
|
|
30388
30443
|
flex-direction: column;
|
|
@@ -30811,6 +30866,7 @@ html body {
|
|
|
30811
30866
|
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30812
30867
|
border-color: #0096ff;
|
|
30813
30868
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30869
|
+
z-index: 1;
|
|
30814
30870
|
}
|
|
30815
30871
|
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30816
30872
|
border-color: #e75a3a;
|
|
@@ -30994,61 +31050,6 @@ input.rrg1fkn.ant-input {
|
|
|
30994
31050
|
border-bottom-left-radius: 0;
|
|
30995
31051
|
}
|
|
30996
31052
|
|
|
30997
|
-
.s34f1qb.ant-switch {
|
|
30998
|
-
min-width: 40px;
|
|
30999
|
-
height: 24px;
|
|
31000
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31001
|
-
overflow: hidden;
|
|
31002
|
-
}
|
|
31003
|
-
.s34f1qb.ant-switch:focus {
|
|
31004
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31005
|
-
}
|
|
31006
|
-
.s34f1qb.ant-switch-small {
|
|
31007
|
-
min-width: 26px;
|
|
31008
|
-
height: 16px;
|
|
31009
|
-
}
|
|
31010
|
-
.s34f1qb.ant-switch-large {
|
|
31011
|
-
min-width: 52px;
|
|
31012
|
-
height: 32px;
|
|
31013
|
-
}
|
|
31014
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31015
|
-
height: 20px;
|
|
31016
|
-
width: 20px;
|
|
31017
|
-
}
|
|
31018
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31019
|
-
border-radius: 10px;
|
|
31020
|
-
transition-delay: 120ms;
|
|
31021
|
-
}
|
|
31022
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31023
|
-
height: 14px;
|
|
31024
|
-
width: 14px;
|
|
31025
|
-
top: 1px;
|
|
31026
|
-
left: 1px;
|
|
31027
|
-
}
|
|
31028
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31029
|
-
height: 28px;
|
|
31030
|
-
width: 28px;
|
|
31031
|
-
}
|
|
31032
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31033
|
-
border-radius: 14px;
|
|
31034
|
-
}
|
|
31035
|
-
.s34f1qb.ant-switch-checked {
|
|
31036
|
-
background-color: #00ba5d;
|
|
31037
|
-
}
|
|
31038
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31039
|
-
left: calc(100% - 20px - 2px);
|
|
31040
|
-
}
|
|
31041
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31042
|
-
left: calc(100% - 14px - 1px);
|
|
31043
|
-
}
|
|
31044
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31045
|
-
left: calc(100% - 28px - 2px);
|
|
31046
|
-
}
|
|
31047
|
-
|
|
31048
|
-
.c1to9vb9 {
|
|
31049
|
-
margin-left: 5px;
|
|
31050
|
-
}
|
|
31051
|
-
|
|
31052
31053
|
.t1upn1sz {
|
|
31053
31054
|
height: 100%;
|
|
31054
31055
|
}
|
|
@@ -31135,7 +31136,7 @@ input.rrg1fkn.ant-input {
|
|
|
31135
31136
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31136
31137
|
margin-bottom: -1px;
|
|
31137
31138
|
}
|
|
31138
|
-
.tta5kd2 .ant-table .time-wrapper .
|
|
31139
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31139
31140
|
.tta5kd2 .ant-table .value {
|
|
31140
31141
|
color: #2d3a56;
|
|
31141
31142
|
}
|
|
@@ -32231,6 +32232,10 @@ input.rrg1fkn.ant-input {
|
|
|
32231
32232
|
display: inline-block;
|
|
32232
32233
|
}
|
|
32233
32234
|
|
|
32235
|
+
.t19ustft .date {
|
|
32236
|
+
margin-right: 4px;
|
|
32237
|
+
}
|
|
32238
|
+
|
|
32234
32239
|
.s1uupxds {
|
|
32235
32240
|
padding: 0 8px;
|
|
32236
32241
|
border-radius: 4px;
|
|
@@ -32322,196 +32327,47 @@ input.rrg1fkn.ant-input {
|
|
|
32322
32327
|
white-space: nowrap;
|
|
32323
32328
|
}
|
|
32324
32329
|
|
|
32325
|
-
.
|
|
32326
|
-
|
|
32327
|
-
|
|
32328
|
-
|
|
32329
|
-
|
|
32330
|
-
|
|
32331
|
-
|
|
32332
|
-
|
|
32333
|
-
|
|
32334
|
-
|
|
32335
|
-
color: #0080ff;
|
|
32336
|
-
cursor: pointer;
|
|
32330
|
+
.n3qomhu {
|
|
32331
|
+
font-size: 90%;
|
|
32332
|
+
font-weight: bold;
|
|
32333
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32334
|
+
padding: 1px 4px 1px;
|
|
32335
|
+
margin-left: 2px;
|
|
32336
|
+
margin-right: 2px;
|
|
32337
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32338
|
+
border-radius: 4px;
|
|
32339
|
+
word-break: break-all;
|
|
32337
32340
|
}
|
|
32338
32341
|
|
|
32339
|
-
.
|
|
32340
|
-
width:
|
|
32341
|
-
height: 100%;
|
|
32342
|
-
display: flex;
|
|
32343
|
-
flex-direction: column;
|
|
32342
|
+
.sq6vos1 {
|
|
32343
|
+
--item-min-width: 60px;
|
|
32344
32344
|
}
|
|
32345
|
-
.
|
|
32346
|
-
|
|
32347
|
-
display: flex;
|
|
32348
|
-
line-height: 30px;
|
|
32349
|
-
padding: 0 16px;
|
|
32350
|
-
justify-content: space-between;
|
|
32345
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32346
|
+
display: none !important;
|
|
32351
32347
|
}
|
|
32352
|
-
.
|
|
32353
|
-
|
|
32354
|
-
font-size: 12px;
|
|
32355
|
-
align-items: center;
|
|
32348
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32349
|
+
flex-shrink: 0 !important;
|
|
32356
32350
|
}
|
|
32357
|
-
.
|
|
32358
|
-
color: #
|
|
32351
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32352
|
+
color: #0080ff;
|
|
32359
32353
|
}
|
|
32360
|
-
.
|
|
32361
|
-
|
|
32354
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32355
|
+
color: #0080ff;
|
|
32356
|
+
font-weight: normal;
|
|
32362
32357
|
}
|
|
32363
|
-
.
|
|
32364
|
-
|
|
32365
|
-
cursor: pointer;
|
|
32358
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32359
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32366
32360
|
}
|
|
32367
|
-
.
|
|
32368
|
-
|
|
32369
|
-
width: 100%;
|
|
32370
|
-
display: flex;
|
|
32371
|
-
justify-content: center;
|
|
32372
|
-
align-items: center;
|
|
32361
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32362
|
+
color: #00122e;
|
|
32373
32363
|
}
|
|
32374
|
-
.
|
|
32375
|
-
|
|
32364
|
+
.sq6vos1 .step-item-text {
|
|
32365
|
+
display: inline-block;
|
|
32376
32366
|
}
|
|
32377
|
-
|
|
32378
|
-
.lfamfcw {
|
|
32379
|
-
display: flex;
|
|
32380
|
-
align-items: center;
|
|
32381
|
-
white-space: nowrap;
|
|
32367
|
+
.sq6vos1 .step-item-title {
|
|
32382
32368
|
overflow: hidden;
|
|
32383
|
-
|
|
32384
|
-
|
|
32385
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32386
|
-
margin-left: auto;
|
|
32387
|
-
font-size: 12px;
|
|
32388
|
-
}
|
|
32389
|
-
|
|
32390
|
-
.la6u9b4 {
|
|
32391
|
-
display: flex;
|
|
32392
|
-
justify-content: flex-start;
|
|
32393
|
-
align-items: center;
|
|
32394
|
-
font-size: 12px;
|
|
32395
|
-
cursor: pointer;
|
|
32396
|
-
}
|
|
32397
|
-
.la6u9b4:not(:last-child) {
|
|
32398
|
-
margin-right: 20px;
|
|
32399
|
-
}
|
|
32400
|
-
.la6u9b4.deselected {
|
|
32401
|
-
opacity: 0.4;
|
|
32402
|
-
}
|
|
32403
|
-
.la6u9b4.deselected .color-block {
|
|
32404
|
-
background: #b4beca !important;
|
|
32405
|
-
}
|
|
32406
|
-
|
|
32407
|
-
.chhvk8b {
|
|
32408
|
-
display: inline-block;
|
|
32409
|
-
height: 8px;
|
|
32410
|
-
width: 8px;
|
|
32411
|
-
margin-right: 8px;
|
|
32412
|
-
}
|
|
32413
|
-
|
|
32414
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32415
|
-
display: flex;
|
|
32416
|
-
align-items: center;
|
|
32417
|
-
font-size: 12px;
|
|
32418
|
-
margin: 0;
|
|
32419
|
-
}
|
|
32420
|
-
|
|
32421
|
-
.m16f7gpb {
|
|
32422
|
-
position: relative;
|
|
32423
|
-
}
|
|
32424
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32425
|
-
bottom: -12px;
|
|
32426
|
-
}
|
|
32427
|
-
.m16f7gpb .metric-toolbar {
|
|
32428
|
-
display: flex;
|
|
32429
|
-
justify-content: space-between;
|
|
32430
|
-
line-height: 30px;
|
|
32431
|
-
margin: 0 16px;
|
|
32432
|
-
}
|
|
32433
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32434
|
-
display: flex;
|
|
32435
|
-
font-size: 12px;
|
|
32436
|
-
align-items: center;
|
|
32437
|
-
}
|
|
32438
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32439
|
-
color: #a3b4cc;
|
|
32440
|
-
}
|
|
32441
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32442
|
-
margin-left: 10px;
|
|
32443
|
-
}
|
|
32444
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32445
|
-
margin-left: 10px;
|
|
32446
|
-
cursor: pointer;
|
|
32447
|
-
}
|
|
32448
|
-
.m16f7gpb .recharts-xAxis {
|
|
32449
|
-
font-size: 12px;
|
|
32450
|
-
}
|
|
32451
|
-
.m16f7gpb .pointer-wrapper {
|
|
32452
|
-
position: absolute;
|
|
32453
|
-
bottom: 10px;
|
|
32454
|
-
padding: 0 8px;
|
|
32455
|
-
border-radius: 4px;
|
|
32456
|
-
font-size: 12px;
|
|
32457
|
-
color: #fff;
|
|
32458
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32459
|
-
transform: translateX(-50%);
|
|
32460
|
-
}
|
|
32461
|
-
|
|
32462
|
-
.t1ipvk51 {
|
|
32463
|
-
min-width: 200px;
|
|
32464
|
-
}
|
|
32465
|
-
|
|
32466
|
-
.t1kgldps {
|
|
32467
|
-
display: flex;
|
|
32468
|
-
align-items: center;
|
|
32469
|
-
justify-content: space-between;
|
|
32470
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32471
|
-
color: #b4beca;
|
|
32472
|
-
font-size: 12px;
|
|
32473
|
-
padding: 3px 6px;
|
|
32474
|
-
}
|
|
32475
|
-
.t1kgldps:first-child {
|
|
32476
|
-
padding-top: 3px;
|
|
32477
|
-
}
|
|
32478
|
-
.t1kgldps:last-child {
|
|
32479
|
-
padding-bottom: 3px;
|
|
32480
|
-
}
|
|
32481
|
-
.t1kgldps .column-value {
|
|
32482
|
-
color: #fff;
|
|
32483
|
-
margin-left: 8px;
|
|
32484
|
-
}
|
|
32485
|
-
|
|
32486
|
-
.sq6vos1 {
|
|
32487
|
-
--item-min-width: 60px;
|
|
32488
|
-
}
|
|
32489
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32490
|
-
display: none !important;
|
|
32491
|
-
}
|
|
32492
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32493
|
-
flex-shrink: 0 !important;
|
|
32494
|
-
}
|
|
32495
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32496
|
-
color: #0080ff;
|
|
32497
|
-
}
|
|
32498
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32499
|
-
color: #0080ff;
|
|
32500
|
-
font-weight: normal;
|
|
32501
|
-
}
|
|
32502
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32503
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32504
|
-
}
|
|
32505
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32506
|
-
color: #00122e;
|
|
32507
|
-
}
|
|
32508
|
-
.sq6vos1 .step-item-text {
|
|
32509
|
-
display: inline-block;
|
|
32510
|
-
}
|
|
32511
|
-
.sq6vos1 .step-item-title {
|
|
32512
|
-
overflow: hidden;
|
|
32513
|
-
white-space: nowrap;
|
|
32514
|
-
text-overflow: ellipsis;
|
|
32369
|
+
white-space: nowrap;
|
|
32370
|
+
text-overflow: ellipsis;
|
|
32515
32371
|
}
|
|
32516
32372
|
|
|
32517
32373
|
.hjtnwxg .ant-steps-item-container {
|
|
@@ -32698,6 +32554,167 @@ input.rrg1fkn.ant-input {
|
|
|
32698
32554
|
background: rgba(163, 180, 204, 0.18);
|
|
32699
32555
|
}
|
|
32700
32556
|
|
|
32557
|
+
.m1thnes4 {
|
|
32558
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32559
|
+
text-align: center;
|
|
32560
|
+
display: flex;
|
|
32561
|
+
align-items: center;
|
|
32562
|
+
justify-content: center;
|
|
32563
|
+
flex-direction: column;
|
|
32564
|
+
height: 100%;
|
|
32565
|
+
}
|
|
32566
|
+
.m1thnes4 .link {
|
|
32567
|
+
color: #0080ff;
|
|
32568
|
+
cursor: pointer;
|
|
32569
|
+
}
|
|
32570
|
+
|
|
32571
|
+
.m1bixfdy {
|
|
32572
|
+
width: 100%;
|
|
32573
|
+
height: 100%;
|
|
32574
|
+
display: flex;
|
|
32575
|
+
flex-direction: column;
|
|
32576
|
+
}
|
|
32577
|
+
.m1bixfdy .name-toolbar {
|
|
32578
|
+
width: 100%;
|
|
32579
|
+
display: flex;
|
|
32580
|
+
line-height: 30px;
|
|
32581
|
+
padding: 0 16px;
|
|
32582
|
+
justify-content: space-between;
|
|
32583
|
+
}
|
|
32584
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32585
|
+
display: flex;
|
|
32586
|
+
font-size: 12px;
|
|
32587
|
+
align-items: center;
|
|
32588
|
+
}
|
|
32589
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32590
|
+
color: #a3b4cc;
|
|
32591
|
+
}
|
|
32592
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32593
|
+
margin-left: 10px;
|
|
32594
|
+
}
|
|
32595
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32596
|
+
margin-left: 10px;
|
|
32597
|
+
cursor: pointer;
|
|
32598
|
+
}
|
|
32599
|
+
.m1bixfdy .content {
|
|
32600
|
+
flex: 1;
|
|
32601
|
+
width: 100%;
|
|
32602
|
+
display: flex;
|
|
32603
|
+
justify-content: center;
|
|
32604
|
+
align-items: center;
|
|
32605
|
+
}
|
|
32606
|
+
.m1bixfdy .single-content {
|
|
32607
|
+
height: 65px;
|
|
32608
|
+
}
|
|
32609
|
+
|
|
32610
|
+
.lfamfcw {
|
|
32611
|
+
display: flex;
|
|
32612
|
+
align-items: center;
|
|
32613
|
+
white-space: nowrap;
|
|
32614
|
+
overflow: hidden;
|
|
32615
|
+
width: 100%;
|
|
32616
|
+
}
|
|
32617
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32618
|
+
margin-left: auto;
|
|
32619
|
+
font-size: 12px;
|
|
32620
|
+
}
|
|
32621
|
+
|
|
32622
|
+
.la6u9b4 {
|
|
32623
|
+
display: flex;
|
|
32624
|
+
justify-content: flex-start;
|
|
32625
|
+
align-items: center;
|
|
32626
|
+
font-size: 12px;
|
|
32627
|
+
cursor: pointer;
|
|
32628
|
+
}
|
|
32629
|
+
.la6u9b4:not(:last-child) {
|
|
32630
|
+
margin-right: 20px;
|
|
32631
|
+
}
|
|
32632
|
+
.la6u9b4.deselected {
|
|
32633
|
+
opacity: 0.4;
|
|
32634
|
+
}
|
|
32635
|
+
.la6u9b4.deselected .color-block {
|
|
32636
|
+
background: #b4beca !important;
|
|
32637
|
+
}
|
|
32638
|
+
|
|
32639
|
+
.chhvk8b {
|
|
32640
|
+
display: inline-block;
|
|
32641
|
+
height: 8px;
|
|
32642
|
+
width: 8px;
|
|
32643
|
+
margin-right: 8px;
|
|
32644
|
+
}
|
|
32645
|
+
|
|
32646
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32647
|
+
display: flex;
|
|
32648
|
+
align-items: center;
|
|
32649
|
+
font-size: 12px;
|
|
32650
|
+
margin: 0;
|
|
32651
|
+
}
|
|
32652
|
+
|
|
32653
|
+
.m16f7gpb {
|
|
32654
|
+
position: relative;
|
|
32655
|
+
}
|
|
32656
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32657
|
+
bottom: -12px;
|
|
32658
|
+
}
|
|
32659
|
+
.m16f7gpb .metric-toolbar {
|
|
32660
|
+
display: flex;
|
|
32661
|
+
justify-content: space-between;
|
|
32662
|
+
line-height: 30px;
|
|
32663
|
+
margin: 0 16px;
|
|
32664
|
+
}
|
|
32665
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32666
|
+
display: flex;
|
|
32667
|
+
font-size: 12px;
|
|
32668
|
+
align-items: center;
|
|
32669
|
+
}
|
|
32670
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32671
|
+
color: #a3b4cc;
|
|
32672
|
+
}
|
|
32673
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32674
|
+
margin-left: 10px;
|
|
32675
|
+
}
|
|
32676
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32677
|
+
margin-left: 10px;
|
|
32678
|
+
cursor: pointer;
|
|
32679
|
+
}
|
|
32680
|
+
.m16f7gpb .recharts-xAxis {
|
|
32681
|
+
font-size: 12px;
|
|
32682
|
+
}
|
|
32683
|
+
.m16f7gpb .pointer-wrapper {
|
|
32684
|
+
position: absolute;
|
|
32685
|
+
bottom: 10px;
|
|
32686
|
+
padding: 0 8px;
|
|
32687
|
+
border-radius: 4px;
|
|
32688
|
+
font-size: 12px;
|
|
32689
|
+
color: #fff;
|
|
32690
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32691
|
+
transform: translateX(-50%);
|
|
32692
|
+
}
|
|
32693
|
+
|
|
32694
|
+
.t1ipvk51 {
|
|
32695
|
+
min-width: 200px;
|
|
32696
|
+
}
|
|
32697
|
+
|
|
32698
|
+
.t1kgldps {
|
|
32699
|
+
display: flex;
|
|
32700
|
+
align-items: center;
|
|
32701
|
+
justify-content: space-between;
|
|
32702
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32703
|
+
color: #b4beca;
|
|
32704
|
+
font-size: 12px;
|
|
32705
|
+
padding: 3px 6px;
|
|
32706
|
+
}
|
|
32707
|
+
.t1kgldps:first-child {
|
|
32708
|
+
padding-top: 3px;
|
|
32709
|
+
}
|
|
32710
|
+
.t1kgldps:last-child {
|
|
32711
|
+
padding-bottom: 3px;
|
|
32712
|
+
}
|
|
32713
|
+
.t1kgldps .column-value {
|
|
32714
|
+
color: #fff;
|
|
32715
|
+
margin-left: 8px;
|
|
32716
|
+
}
|
|
32717
|
+
|
|
32701
32718
|
.c1k4vanq {
|
|
32702
32719
|
padding: 0 12px 14px 12px;
|
|
32703
32720
|
}
|
|
@@ -32775,37 +32792,6 @@ input.rrg1fkn.ant-input {
|
|
|
32775
32792
|
transform: translateY(-4px);
|
|
32776
32793
|
}
|
|
32777
32794
|
|
|
32778
|
-
.f1p9ti6d {
|
|
32779
|
-
width: 100%;
|
|
32780
|
-
margin-bottom: 0 !important;
|
|
32781
|
-
flex-flow: nowrap !important;
|
|
32782
|
-
line-break: auto;
|
|
32783
|
-
}
|
|
32784
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32785
|
-
text-align: left !important;
|
|
32786
|
-
padding-bottom: 0 !important;
|
|
32787
|
-
}
|
|
32788
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32789
|
-
min-height: 32px;
|
|
32790
|
-
height: auto;
|
|
32791
|
-
font-size: 13px;
|
|
32792
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32793
|
-
white-space: normal;
|
|
32794
|
-
}
|
|
32795
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32796
|
-
border-color: #ff4d4f !important;
|
|
32797
|
-
}
|
|
32798
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32799
|
-
margin-top: 4px;
|
|
32800
|
-
font-size: 12px;
|
|
32801
|
-
min-height: 0px;
|
|
32802
|
-
}
|
|
32803
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32804
|
-
font-size: 12px;
|
|
32805
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32806
|
-
min-height: 0px;
|
|
32807
|
-
}
|
|
32808
|
-
|
|
32809
32795
|
.tc40oxa {
|
|
32810
32796
|
margin-bottom: 4px;
|
|
32811
32797
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32999,6 +32985,37 @@ input.rrg1fkn.ant-input {
|
|
|
32999
32985
|
margin-right: 8px;
|
|
33000
32986
|
}
|
|
33001
32987
|
|
|
32988
|
+
.f1p9ti6d {
|
|
32989
|
+
width: 100%;
|
|
32990
|
+
margin-bottom: 0 !important;
|
|
32991
|
+
flex-flow: nowrap !important;
|
|
32992
|
+
line-break: auto;
|
|
32993
|
+
}
|
|
32994
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32995
|
+
text-align: left !important;
|
|
32996
|
+
padding-bottom: 0 !important;
|
|
32997
|
+
}
|
|
32998
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32999
|
+
min-height: 32px;
|
|
33000
|
+
height: auto;
|
|
33001
|
+
font-size: 13px;
|
|
33002
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33003
|
+
white-space: normal;
|
|
33004
|
+
}
|
|
33005
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33006
|
+
border-color: #ff4d4f !important;
|
|
33007
|
+
}
|
|
33008
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33009
|
+
margin-top: 4px;
|
|
33010
|
+
font-size: 12px;
|
|
33011
|
+
min-height: 0px;
|
|
33012
|
+
}
|
|
33013
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33014
|
+
font-size: 12px;
|
|
33015
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33016
|
+
min-height: 0px;
|
|
33017
|
+
}
|
|
33018
|
+
|
|
33002
33019
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33003
33020
|
display: var(--at4ovwe-0);
|
|
33004
33021
|
}
|
|
@@ -33036,6 +33053,7 @@ input.rrg1fkn.ant-input {
|
|
|
33036
33053
|
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33037
33054
|
border-color: #0096ff;
|
|
33038
33055
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33056
|
+
z-index: 1;
|
|
33039
33057
|
}
|
|
33040
33058
|
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33041
33059
|
border-color: #e75a3a;
|