@cloudtower/eagle 0.26.29 → 0.26.30-dry-2
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 +125 -111
- package/dist/core/ParrotTrans/index.d.ts +4 -0
- package/dist/esm/index.js +956 -903
- 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 +318 -304
- package/dist/umd/index.js +955 -902
- 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
package/dist/style.css
CHANGED
|
@@ -30183,6 +30183,21 @@ html body {
|
|
|
30183
30183
|
padding: 0;
|
|
30184
30184
|
}
|
|
30185
30185
|
|
|
30186
|
+
.fde5mpd {
|
|
30187
|
+
width: 100%;
|
|
30188
|
+
height: 100%;
|
|
30189
|
+
min-height: 124px;
|
|
30190
|
+
display: flex;
|
|
30191
|
+
flex-direction: column;
|
|
30192
|
+
justify-content: center;
|
|
30193
|
+
align-items: center;
|
|
30194
|
+
}
|
|
30195
|
+
.fde5mpd .error-text {
|
|
30196
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30197
|
+
margin-bottom: 16px;
|
|
30198
|
+
font-size: 18px;
|
|
30199
|
+
}
|
|
30200
|
+
|
|
30186
30201
|
.bpq0js6 {
|
|
30187
30202
|
padding: 4px 11px;
|
|
30188
30203
|
}
|
|
@@ -30212,21 +30227,6 @@ html body {
|
|
|
30212
30227
|
border-radius: unset;
|
|
30213
30228
|
}
|
|
30214
30229
|
|
|
30215
|
-
.fde5mpd {
|
|
30216
|
-
width: 100%;
|
|
30217
|
-
height: 100%;
|
|
30218
|
-
min-height: 124px;
|
|
30219
|
-
display: flex;
|
|
30220
|
-
flex-direction: column;
|
|
30221
|
-
justify-content: center;
|
|
30222
|
-
align-items: center;
|
|
30223
|
-
}
|
|
30224
|
-
.fde5mpd .error-text {
|
|
30225
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30226
|
-
margin-bottom: 16px;
|
|
30227
|
-
font-size: 18px;
|
|
30228
|
-
}
|
|
30229
|
-
|
|
30230
30230
|
.i1mrf09m {
|
|
30231
30231
|
display: inline-flex;
|
|
30232
30232
|
align-items: center;
|
|
@@ -30324,59 +30324,150 @@ html body {
|
|
|
30324
30324
|
line-height: 18px;
|
|
30325
30325
|
}
|
|
30326
30326
|
|
|
30327
|
-
.
|
|
30328
|
-
|
|
30329
|
-
|
|
30330
|
-
|
|
30331
|
-
overflow: hidden;
|
|
30327
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30328
|
+
display: inline-flex;
|
|
30329
|
+
align-items: baseline;
|
|
30330
|
+
white-space: pre-wrap;
|
|
30332
30331
|
}
|
|
30333
|
-
.
|
|
30334
|
-
|
|
30332
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30333
|
+
position: relative;
|
|
30334
|
+
top: 3px;
|
|
30335
30335
|
}
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30338
|
-
height: 16px;
|
|
30336
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30337
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30339
30338
|
}
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30342
|
-
height: 32px;
|
|
30339
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30340
|
+
border-color: #0080ff;
|
|
30343
30341
|
}
|
|
30344
|
-
.
|
|
30345
|
-
|
|
30346
|
-
|
|
30342
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30343
|
+
border-color: #0080ff;
|
|
30344
|
+
background: #0080ff;
|
|
30347
30345
|
}
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30350
|
-
|
|
30346
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30347
|
+
top: 4px;
|
|
30348
|
+
left: 4px;
|
|
30349
|
+
width: 6px;
|
|
30350
|
+
height: 6px;
|
|
30351
|
+
background: #fff;
|
|
30351
30352
|
}
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30354
|
-
width: 14px;
|
|
30355
|
-
top: 1px;
|
|
30356
|
-
left: 1px;
|
|
30353
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30354
|
+
opacity: 0.5;
|
|
30357
30355
|
}
|
|
30358
|
-
.
|
|
30359
|
-
|
|
30360
|
-
|
|
30356
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30357
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30358
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30361
30359
|
}
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30360
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30361
|
+
background: #00122e;
|
|
30364
30362
|
}
|
|
30365
|
-
.
|
|
30366
|
-
|
|
30363
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30364
|
+
color: #00122e;
|
|
30365
|
+
opacity: 0.5;
|
|
30367
30366
|
}
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30367
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30368
|
+
color: #00122e;
|
|
30370
30369
|
}
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30370
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30371
|
+
display: inline-block;
|
|
30372
|
+
padding: 0;
|
|
30373
|
+
padding-left: 12px;
|
|
30373
30374
|
}
|
|
30374
|
-
.
|
|
30375
|
-
|
|
30375
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30376
|
+
margin-bottom: 0;
|
|
30377
|
+
white-space: pre-wrap;
|
|
30378
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30379
|
+
}
|
|
30380
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30381
|
+
padding-left: 8px;
|
|
30376
30382
|
}
|
|
30377
30383
|
|
|
30378
|
-
.
|
|
30379
|
-
|
|
30384
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30385
|
+
border-radius: 5px 0 0 5px;
|
|
30386
|
+
}
|
|
30387
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30388
|
+
border-radius: 0 5px 5px 0;
|
|
30389
|
+
}
|
|
30390
|
+
|
|
30391
|
+
.r1f0aqcc {
|
|
30392
|
+
color: #00122e;
|
|
30393
|
+
border-color: #ccd4e3;
|
|
30394
|
+
}
|
|
30395
|
+
.r1f0aqcc:first-child {
|
|
30396
|
+
border-color: #a3b4cc;
|
|
30397
|
+
}
|
|
30398
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30399
|
+
padding: 0 12px;
|
|
30400
|
+
line-height: 32px;
|
|
30401
|
+
height: 32px;
|
|
30402
|
+
}
|
|
30403
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30404
|
+
white-space: nowrap;
|
|
30405
|
+
}
|
|
30406
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30407
|
+
height: 22px;
|
|
30408
|
+
padding: 0 7px;
|
|
30409
|
+
line-height: 20px;
|
|
30410
|
+
}
|
|
30411
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30412
|
+
background: #ccd4e3;
|
|
30413
|
+
}
|
|
30414
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30415
|
+
background: #0080ff;
|
|
30416
|
+
}
|
|
30417
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30418
|
+
background: #ccd4e3;
|
|
30419
|
+
opacity: 0.5;
|
|
30420
|
+
}
|
|
30421
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30422
|
+
border-right-color: #0080ff;
|
|
30423
|
+
}
|
|
30424
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30425
|
+
border-color: #0080ff;
|
|
30426
|
+
}
|
|
30427
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30428
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30429
|
+
}
|
|
30430
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30431
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30432
|
+
border-color: #ccd4e3;
|
|
30433
|
+
opacity: 0.5;
|
|
30434
|
+
}
|
|
30435
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30436
|
+
color: #00122e;
|
|
30437
|
+
border-color: #ccd4e3;
|
|
30438
|
+
}
|
|
30439
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30440
|
+
color: #00122e;
|
|
30441
|
+
border-color: #ccd4e3;
|
|
30442
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30443
|
+
}
|
|
30444
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30445
|
+
margin-right: 8px;
|
|
30446
|
+
display: inline;
|
|
30447
|
+
border: none;
|
|
30448
|
+
padding: 0;
|
|
30449
|
+
width: 36px;
|
|
30450
|
+
background: transparent;
|
|
30451
|
+
}
|
|
30452
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30453
|
+
box-shadow: none;
|
|
30454
|
+
}
|
|
30455
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30456
|
+
margin-right: 0;
|
|
30457
|
+
width: initial;
|
|
30458
|
+
box-shadow: none;
|
|
30459
|
+
}
|
|
30460
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30461
|
+
display: none;
|
|
30462
|
+
}
|
|
30463
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30464
|
+
display: inline;
|
|
30465
|
+
}
|
|
30466
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30467
|
+
display: inline;
|
|
30468
|
+
margin-right: 8px;
|
|
30469
|
+
padding: 0;
|
|
30470
|
+
width: 36px;
|
|
30380
30471
|
}
|
|
30381
30472
|
|
|
30382
30473
|
.cz04yix {
|
|
@@ -30807,6 +30898,7 @@ html body {
|
|
|
30807
30898
|
.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 {
|
|
30808
30899
|
border-color: #0096ff;
|
|
30809
30900
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30901
|
+
z-index: 1;
|
|
30810
30902
|
}
|
|
30811
30903
|
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30812
30904
|
border-color: #e75a3a;
|
|
@@ -30959,262 +31051,90 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
30959
31051
|
.kypn5o5.has-focus-indicator input:focus {
|
|
30960
31052
|
margin-left: 16px;
|
|
30961
31053
|
}
|
|
30962
|
-
|
|
30963
|
-
input.l1ki27se.ant-input {
|
|
30964
|
-
border-top-right-radius: 0;
|
|
30965
|
-
border-bottom-right-radius: 0;
|
|
30966
|
-
}
|
|
30967
|
-
|
|
30968
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
30969
|
-
border-top-right-radius: 0;
|
|
30970
|
-
border-bottom-right-radius: 0;
|
|
30971
|
-
}
|
|
30972
|
-
|
|
30973
|
-
input.rrg1fkn.ant-input {
|
|
30974
|
-
border-top-left-radius: 0;
|
|
30975
|
-
border-bottom-left-radius: 0;
|
|
30976
|
-
}
|
|
30977
|
-
|
|
30978
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
30979
|
-
border-top-left-radius: 0;
|
|
30980
|
-
border-bottom-left-radius: 0;
|
|
30981
|
-
}
|
|
30982
|
-
|
|
30983
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30984
|
-
border-top-right-radius: 0;
|
|
30985
|
-
border-bottom-right-radius: 0;
|
|
30986
|
-
}
|
|
30987
|
-
|
|
30988
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30989
|
-
border-top-left-radius: 0;
|
|
30990
|
-
border-bottom-left-radius: 0;
|
|
30991
|
-
}
|
|
30992
|
-
|
|
30993
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30994
|
-
display: inline-flex;
|
|
30995
|
-
align-items: baseline;
|
|
30996
|
-
white-space: pre-wrap;
|
|
30997
|
-
}
|
|
30998
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30999
|
-
position: relative;
|
|
31000
|
-
top: 3px;
|
|
31001
|
-
}
|
|
31002
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31003
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31004
|
-
}
|
|
31005
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31006
|
-
border-color: #0080ff;
|
|
31007
|
-
}
|
|
31008
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31009
|
-
border-color: #0080ff;
|
|
31010
|
-
background: #0080ff;
|
|
31011
|
-
}
|
|
31012
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31013
|
-
top: 4px;
|
|
31014
|
-
left: 4px;
|
|
31015
|
-
width: 6px;
|
|
31016
|
-
height: 6px;
|
|
31017
|
-
background: #fff;
|
|
31018
|
-
}
|
|
31019
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31020
|
-
opacity: 0.5;
|
|
31021
|
-
}
|
|
31022
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31023
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31024
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31025
|
-
}
|
|
31026
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31027
|
-
background: #00122e;
|
|
31028
|
-
}
|
|
31029
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31030
|
-
color: #00122e;
|
|
31031
|
-
opacity: 0.5;
|
|
31032
|
-
}
|
|
31033
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31034
|
-
color: #00122e;
|
|
31035
|
-
}
|
|
31036
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31037
|
-
display: inline-block;
|
|
31038
|
-
padding: 0;
|
|
31039
|
-
padding-left: 12px;
|
|
31040
|
-
}
|
|
31041
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31042
|
-
margin-bottom: 0;
|
|
31043
|
-
white-space: pre-wrap;
|
|
31044
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31045
|
-
}
|
|
31046
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31047
|
-
padding-left: 8px;
|
|
31048
|
-
}
|
|
31049
|
-
|
|
31050
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31051
|
-
border-radius: 5px 0 0 5px;
|
|
31052
|
-
}
|
|
31053
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31054
|
-
border-radius: 0 5px 5px 0;
|
|
31055
|
-
}
|
|
31056
|
-
|
|
31057
|
-
.r1f0aqcc {
|
|
31058
|
-
color: #00122e;
|
|
31059
|
-
border-color: #ccd4e3;
|
|
31060
|
-
}
|
|
31061
|
-
.r1f0aqcc:first-child {
|
|
31062
|
-
border-color: #a3b4cc;
|
|
31063
|
-
}
|
|
31064
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31065
|
-
padding: 0 12px;
|
|
31066
|
-
line-height: 32px;
|
|
31067
|
-
height: 32px;
|
|
31068
|
-
}
|
|
31069
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31070
|
-
white-space: nowrap;
|
|
31071
|
-
}
|
|
31072
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31073
|
-
height: 22px;
|
|
31074
|
-
padding: 0 7px;
|
|
31075
|
-
line-height: 20px;
|
|
31076
|
-
}
|
|
31077
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31078
|
-
background: #ccd4e3;
|
|
31079
|
-
}
|
|
31080
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31081
|
-
background: #0080ff;
|
|
31082
|
-
}
|
|
31083
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31084
|
-
background: #ccd4e3;
|
|
31085
|
-
opacity: 0.5;
|
|
31086
|
-
}
|
|
31087
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31088
|
-
border-right-color: #0080ff;
|
|
31089
|
-
}
|
|
31090
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31091
|
-
border-color: #0080ff;
|
|
31092
|
-
}
|
|
31093
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31094
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31095
|
-
}
|
|
31096
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31097
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31098
|
-
border-color: #ccd4e3;
|
|
31099
|
-
opacity: 0.5;
|
|
31100
|
-
}
|
|
31101
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31102
|
-
color: #00122e;
|
|
31103
|
-
border-color: #ccd4e3;
|
|
31104
|
-
}
|
|
31105
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31106
|
-
color: #00122e;
|
|
31107
|
-
border-color: #ccd4e3;
|
|
31108
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31109
|
-
}
|
|
31110
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
31111
|
-
margin-right: 8px;
|
|
31112
|
-
display: inline;
|
|
31113
|
-
border: none;
|
|
31114
|
-
padding: 0;
|
|
31115
|
-
width: 36px;
|
|
31116
|
-
background: transparent;
|
|
31117
|
-
}
|
|
31118
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31119
|
-
box-shadow: none;
|
|
31120
|
-
}
|
|
31121
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31122
|
-
margin-right: 0;
|
|
31123
|
-
width: initial;
|
|
31124
|
-
box-shadow: none;
|
|
31125
|
-
}
|
|
31126
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31127
|
-
display: none;
|
|
31054
|
+
|
|
31055
|
+
input.l1ki27se.ant-input {
|
|
31056
|
+
border-top-right-radius: 0;
|
|
31057
|
+
border-bottom-right-radius: 0;
|
|
31128
31058
|
}
|
|
31129
|
-
|
|
31130
|
-
|
|
31059
|
+
|
|
31060
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
31061
|
+
border-top-right-radius: 0;
|
|
31062
|
+
border-bottom-right-radius: 0;
|
|
31131
31063
|
}
|
|
31132
|
-
|
|
31133
|
-
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
width: 36px;
|
|
31064
|
+
|
|
31065
|
+
input.rrg1fkn.ant-input {
|
|
31066
|
+
border-top-left-radius: 0;
|
|
31067
|
+
border-bottom-left-radius: 0;
|
|
31137
31068
|
}
|
|
31138
31069
|
|
|
31139
|
-
.
|
|
31140
|
-
|
|
31070
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31071
|
+
border-top-left-radius: 0;
|
|
31072
|
+
border-bottom-left-radius: 0;
|
|
31141
31073
|
}
|
|
31142
31074
|
|
|
31143
|
-
.
|
|
31144
|
-
|
|
31145
|
-
|
|
31146
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31147
|
-
height: 34px;
|
|
31148
|
-
min-height: 34px;
|
|
31149
|
-
box-sizing: border-box;
|
|
31150
|
-
margin-top: 8px;
|
|
31075
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31076
|
+
border-top-right-radius: 0;
|
|
31077
|
+
border-bottom-right-radius: 0;
|
|
31151
31078
|
}
|
|
31152
31079
|
|
|
31153
|
-
.
|
|
31154
|
-
|
|
31155
|
-
|
|
31156
|
-
margin: 1px 8px;
|
|
31157
|
-
padding: 8px;
|
|
31158
|
-
border-radius: 4px;
|
|
31080
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31081
|
+
border-top-left-radius: 0;
|
|
31082
|
+
border-bottom-left-radius: 0;
|
|
31159
31083
|
}
|
|
31160
|
-
|
|
31161
|
-
|
|
31084
|
+
|
|
31085
|
+
.s34f1qb.ant-switch {
|
|
31086
|
+
min-width: 40px;
|
|
31087
|
+
height: 24px;
|
|
31088
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31089
|
+
overflow: hidden;
|
|
31162
31090
|
}
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31091
|
+
.s34f1qb.ant-switch:focus {
|
|
31092
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31165
31093
|
}
|
|
31166
|
-
.
|
|
31167
|
-
|
|
31094
|
+
.s34f1qb.ant-switch-small {
|
|
31095
|
+
min-width: 26px;
|
|
31096
|
+
height: 16px;
|
|
31168
31097
|
}
|
|
31169
|
-
.
|
|
31170
|
-
|
|
31098
|
+
.s34f1qb.ant-switch-large {
|
|
31099
|
+
min-width: 52px;
|
|
31100
|
+
height: 32px;
|
|
31171
31101
|
}
|
|
31172
|
-
.
|
|
31173
|
-
|
|
31102
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31103
|
+
height: 20px;
|
|
31104
|
+
width: 20px;
|
|
31174
31105
|
}
|
|
31175
|
-
.
|
|
31176
|
-
|
|
31106
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31107
|
+
border-radius: 10px;
|
|
31108
|
+
transition-delay: 120ms;
|
|
31177
31109
|
}
|
|
31178
|
-
.
|
|
31179
|
-
|
|
31110
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31111
|
+
height: 14px;
|
|
31112
|
+
width: 14px;
|
|
31113
|
+
top: 1px;
|
|
31114
|
+
left: 1px;
|
|
31180
31115
|
}
|
|
31181
|
-
.
|
|
31182
|
-
|
|
31183
|
-
|
|
31116
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31117
|
+
height: 28px;
|
|
31118
|
+
width: 28px;
|
|
31184
31119
|
}
|
|
31185
|
-
|
|
31186
|
-
|
|
31187
|
-
display: flex;
|
|
31188
|
-
justify-content: space-between;
|
|
31189
|
-
height: 20px;
|
|
31190
|
-
line-height: 20px;
|
|
31120
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31121
|
+
border-radius: 14px;
|
|
31191
31122
|
}
|
|
31192
|
-
.
|
|
31193
|
-
color: #
|
|
31194
|
-
overflow: hidden;
|
|
31195
|
-
text-overflow: ellipsis;
|
|
31123
|
+
.s34f1qb.ant-switch-checked {
|
|
31124
|
+
background-color: #00ba5d;
|
|
31196
31125
|
}
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
display: flex;
|
|
31200
|
-
justify-content: space-between;
|
|
31201
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31202
|
-
height: 18px;
|
|
31203
|
-
line-height: 18px;
|
|
31204
|
-
margin-top: 2px;
|
|
31126
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31127
|
+
left: calc(100% - 20px - 2px);
|
|
31205
31128
|
}
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
|
|
31129
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31130
|
+
left: calc(100% - 14px - 1px);
|
|
31131
|
+
}
|
|
31132
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31133
|
+
left: calc(100% - 28px - 2px);
|
|
31211
31134
|
}
|
|
31212
31135
|
|
|
31213
|
-
.
|
|
31214
|
-
|
|
31215
|
-
height: 32px;
|
|
31216
|
-
width: 100%;
|
|
31217
|
-
opacity: 0;
|
|
31136
|
+
.c1to9vb9 {
|
|
31137
|
+
margin-left: 5px;
|
|
31218
31138
|
}
|
|
31219
31139
|
|
|
31220
31140
|
.t1upn1sz {
|
|
@@ -31581,6 +31501,87 @@ input.rrg1fkn.ant-input {
|
|
|
31581
31501
|
background: #fff;
|
|
31582
31502
|
}
|
|
31583
31503
|
|
|
31504
|
+
.s1fc623g {
|
|
31505
|
+
width: 430px !important;
|
|
31506
|
+
}
|
|
31507
|
+
|
|
31508
|
+
.da3mx0o .ant-select-item-group {
|
|
31509
|
+
padding: 8px 16px;
|
|
31510
|
+
line-height: 18px;
|
|
31511
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31512
|
+
height: 34px;
|
|
31513
|
+
min-height: 34px;
|
|
31514
|
+
box-sizing: border-box;
|
|
31515
|
+
margin-top: 8px;
|
|
31516
|
+
}
|
|
31517
|
+
|
|
31518
|
+
.onr9gzt {
|
|
31519
|
+
display: flex;
|
|
31520
|
+
flex-direction: column;
|
|
31521
|
+
margin: 1px 8px;
|
|
31522
|
+
padding: 8px;
|
|
31523
|
+
border-radius: 4px;
|
|
31524
|
+
}
|
|
31525
|
+
.onr9gzt .selected-icon {
|
|
31526
|
+
display: none;
|
|
31527
|
+
}
|
|
31528
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31529
|
+
padding-left: 8px;
|
|
31530
|
+
}
|
|
31531
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31532
|
+
background-color: white;
|
|
31533
|
+
}
|
|
31534
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31535
|
+
color: #0080ff;
|
|
31536
|
+
}
|
|
31537
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31538
|
+
display: block;
|
|
31539
|
+
}
|
|
31540
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31541
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31542
|
+
}
|
|
31543
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31544
|
+
color: #0080ff;
|
|
31545
|
+
}
|
|
31546
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31547
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31548
|
+
color: #0080ff;
|
|
31549
|
+
}
|
|
31550
|
+
|
|
31551
|
+
.oiy0apc {
|
|
31552
|
+
display: flex;
|
|
31553
|
+
justify-content: space-between;
|
|
31554
|
+
height: 20px;
|
|
31555
|
+
line-height: 20px;
|
|
31556
|
+
}
|
|
31557
|
+
.oiy0apc .timezone-title {
|
|
31558
|
+
color: #2d3a56;
|
|
31559
|
+
overflow: hidden;
|
|
31560
|
+
text-overflow: ellipsis;
|
|
31561
|
+
}
|
|
31562
|
+
|
|
31563
|
+
.of4y382 {
|
|
31564
|
+
display: flex;
|
|
31565
|
+
justify-content: space-between;
|
|
31566
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31567
|
+
height: 18px;
|
|
31568
|
+
line-height: 18px;
|
|
31569
|
+
margin-top: 2px;
|
|
31570
|
+
}
|
|
31571
|
+
|
|
31572
|
+
.t19903l9 {
|
|
31573
|
+
border: none;
|
|
31574
|
+
margin-right: 0;
|
|
31575
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31576
|
+
}
|
|
31577
|
+
|
|
31578
|
+
.ohwbvxu {
|
|
31579
|
+
pointer-events: none;
|
|
31580
|
+
height: 32px;
|
|
31581
|
+
width: 100%;
|
|
31582
|
+
opacity: 0;
|
|
31583
|
+
}
|
|
31584
|
+
|
|
31584
31585
|
.i1e4sgug {
|
|
31585
31586
|
display: inline-block;
|
|
31586
31587
|
}
|
|
@@ -32574,6 +32575,18 @@ input.rrg1fkn.ant-input {
|
|
|
32574
32575
|
white-space: nowrap;
|
|
32575
32576
|
}
|
|
32576
32577
|
|
|
32578
|
+
.n3qomhu {
|
|
32579
|
+
font-size: 90%;
|
|
32580
|
+
font-weight: bold;
|
|
32581
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32582
|
+
padding: 1px 4px 1px;
|
|
32583
|
+
margin-left: 2px;
|
|
32584
|
+
margin-right: 2px;
|
|
32585
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32586
|
+
border-radius: 4px;
|
|
32587
|
+
word-break: break-all;
|
|
32588
|
+
}
|
|
32589
|
+
|
|
32577
32590
|
.sq6vos1 {
|
|
32578
32591
|
--item-min-width: 60px;
|
|
32579
32592
|
}
|
|
@@ -32833,6 +32846,22 @@ input.rrg1fkn.ant-input {
|
|
|
32833
32846
|
margin-right: 2px;
|
|
32834
32847
|
}
|
|
32835
32848
|
|
|
32849
|
+
.rrwcpby {
|
|
32850
|
+
display: flex;
|
|
32851
|
+
align-items: center;
|
|
32852
|
+
}
|
|
32853
|
+
.rrwcpby .order {
|
|
32854
|
+
height: 24px;
|
|
32855
|
+
width: 24px;
|
|
32856
|
+
border-radius: 20px;
|
|
32857
|
+
color: #0080ff;
|
|
32858
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32859
|
+
display: flex;
|
|
32860
|
+
align-items: center;
|
|
32861
|
+
justify-content: center;
|
|
32862
|
+
margin-right: 6px;
|
|
32863
|
+
}
|
|
32864
|
+
|
|
32836
32865
|
.bab9xum {
|
|
32837
32866
|
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);
|
|
32838
32867
|
}
|
|
@@ -32850,22 +32879,6 @@ input.rrg1fkn.ant-input {
|
|
|
32850
32879
|
transform: translateY(-4px);
|
|
32851
32880
|
}
|
|
32852
32881
|
|
|
32853
|
-
.rrwcpby {
|
|
32854
|
-
display: flex;
|
|
32855
|
-
align-items: center;
|
|
32856
|
-
}
|
|
32857
|
-
.rrwcpby .order {
|
|
32858
|
-
height: 24px;
|
|
32859
|
-
width: 24px;
|
|
32860
|
-
border-radius: 20px;
|
|
32861
|
-
color: #0080ff;
|
|
32862
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32863
|
-
display: flex;
|
|
32864
|
-
align-items: center;
|
|
32865
|
-
justify-content: center;
|
|
32866
|
-
margin-right: 6px;
|
|
32867
|
-
}
|
|
32868
|
-
|
|
32869
32882
|
.tc40oxa {
|
|
32870
32883
|
margin-bottom: 4px;
|
|
32871
32884
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33160,6 +33173,7 @@ input.rrg1fkn.ant-input {
|
|
|
33160
33173
|
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33161
33174
|
border-color: #0096ff;
|
|
33162
33175
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33176
|
+
z-index: 1;
|
|
33163
33177
|
}
|
|
33164
33178
|
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33165
33179
|
border-color: #e75a3a;
|