@cloudtower/eagle 0.26.27 → 0.26.30
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.css +365 -359
- package/dist/core/ParrotTrans/index.d.ts +4 -0
- package/dist/esm/index.js +12 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/useParrotTranslation.d.ts +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +775 -769
- package/dist/umd/index.js +12 -6
- 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
|
@@ -30227,6 +30227,19 @@ html body {
|
|
|
30227
30227
|
font-size: 18px;
|
|
30228
30228
|
}
|
|
30229
30229
|
|
|
30230
|
+
.iap75of {
|
|
30231
|
+
height: 18px;
|
|
30232
|
+
line-height: 18px;
|
|
30233
|
+
padding: 0 4px;
|
|
30234
|
+
border-radius: 4px;
|
|
30235
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30236
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30237
|
+
display: flex;
|
|
30238
|
+
align-items: center;
|
|
30239
|
+
white-space: nowrap;
|
|
30240
|
+
margin-right: 4px;
|
|
30241
|
+
}
|
|
30242
|
+
|
|
30230
30243
|
.i1mrf09m {
|
|
30231
30244
|
display: inline-flex;
|
|
30232
30245
|
align-items: center;
|
|
@@ -30245,464 +30258,184 @@ html body {
|
|
|
30245
30258
|
animation: rotate 680ms linear infinite;
|
|
30246
30259
|
}
|
|
30247
30260
|
|
|
30248
|
-
.
|
|
30249
|
-
height: 18px;
|
|
30250
|
-
line-height: 18px;
|
|
30251
|
-
padding: 0 4px;
|
|
30252
|
-
border-radius: 4px;
|
|
30253
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30254
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30261
|
+
.cz04yix {
|
|
30255
30262
|
display: flex;
|
|
30256
|
-
|
|
30257
|
-
white-space: nowrap;
|
|
30258
|
-
margin-right: 4px;
|
|
30263
|
+
flex-direction: column;
|
|
30259
30264
|
}
|
|
30260
30265
|
|
|
30261
|
-
.
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
|
|
30266
|
+
.m1if5j39 {
|
|
30267
|
+
max-width: 1120px;
|
|
30268
|
+
width: 100%;
|
|
30269
|
+
margin: 0 auto;
|
|
30270
|
+
height: 100%;
|
|
30266
30271
|
}
|
|
30267
|
-
|
|
30268
|
-
|
|
30272
|
+
|
|
30273
|
+
.w1vvwdlp {
|
|
30274
|
+
max-width: 1120px;
|
|
30275
|
+
width: 100%;
|
|
30276
|
+
margin: 0 auto;
|
|
30277
|
+
display: flex;
|
|
30269
30278
|
}
|
|
30270
|
-
.
|
|
30271
|
-
|
|
30272
|
-
|
|
30279
|
+
.w1vvwdlp .left,
|
|
30280
|
+
.w1vvwdlp .right {
|
|
30281
|
+
flex-grow: 0;
|
|
30282
|
+
flex-shrink: 0;
|
|
30283
|
+
flex-basis: 21%;
|
|
30273
30284
|
}
|
|
30274
|
-
.
|
|
30275
|
-
|
|
30276
|
-
|
|
30285
|
+
.w1vvwdlp .left {
|
|
30286
|
+
display: flex;
|
|
30287
|
+
justify-content: flex-end;
|
|
30288
|
+
padding-right: 44px;
|
|
30277
30289
|
}
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
width: 20px;
|
|
30290
|
+
.w1vvwdlp .right {
|
|
30291
|
+
padding-left: 44px;
|
|
30281
30292
|
}
|
|
30282
|
-
.
|
|
30283
|
-
|
|
30284
|
-
|
|
30293
|
+
.w1vvwdlp .middle {
|
|
30294
|
+
margin-bottom: 40px;
|
|
30295
|
+
flex-grow: 0;
|
|
30296
|
+
flex-shrink: 0;
|
|
30297
|
+
flex-basis: 58%;
|
|
30285
30298
|
}
|
|
30286
|
-
.
|
|
30287
|
-
|
|
30288
|
-
width: 14px;
|
|
30289
|
-
top: 1px;
|
|
30290
|
-
left: 1px;
|
|
30299
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30300
|
+
width: 100%;
|
|
30291
30301
|
}
|
|
30292
|
-
.
|
|
30293
|
-
|
|
30294
|
-
width: 28px;
|
|
30302
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30303
|
+
width: auto;
|
|
30295
30304
|
}
|
|
30296
|
-
|
|
30297
|
-
|
|
30305
|
+
|
|
30306
|
+
.h1cuopx7 .ant-modal-header {
|
|
30307
|
+
margin: 0 auto;
|
|
30308
|
+
width: 100%;
|
|
30309
|
+
max-width: 648px;
|
|
30298
30310
|
}
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30311
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30312
|
+
margin-left: 0;
|
|
30301
30313
|
}
|
|
30302
|
-
.
|
|
30303
|
-
|
|
30314
|
+
.h1cuopx7 .ant-modal-body {
|
|
30315
|
+
margin: 0 auto;
|
|
30316
|
+
padding: 0;
|
|
30317
|
+
width: 100%;
|
|
30318
|
+
max-width: 648px;
|
|
30319
|
+
overflow: hidden;
|
|
30304
30320
|
}
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30321
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30322
|
+
margin-bottom: 40px;
|
|
30307
30323
|
}
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30324
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30325
|
+
height: calc(100vh - 225px);
|
|
30326
|
+
overflow-y: auto;
|
|
30327
|
+
}
|
|
30328
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30329
|
+
margin: 0 auto;
|
|
30330
|
+
max-width: 648px;
|
|
30310
30331
|
}
|
|
30311
30332
|
|
|
30312
|
-
.
|
|
30313
|
-
margin
|
|
30333
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30334
|
+
margin: 0 auto;
|
|
30335
|
+
width: 100%;
|
|
30336
|
+
max-width: 1024px;
|
|
30337
|
+
}
|
|
30338
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30339
|
+
margin-left: 0;
|
|
30340
|
+
}
|
|
30341
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30342
|
+
margin: 0 auto;
|
|
30343
|
+
padding: 0;
|
|
30344
|
+
width: 100%;
|
|
30345
|
+
max-width: 1024px;
|
|
30346
|
+
overflow: hidden;
|
|
30347
|
+
}
|
|
30348
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30349
|
+
margin-bottom: 40px;
|
|
30350
|
+
}
|
|
30351
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30352
|
+
height: calc(100vh - 225px);
|
|
30353
|
+
overflow-y: auto;
|
|
30354
|
+
}
|
|
30355
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30356
|
+
margin: 0 auto;
|
|
30357
|
+
max-width: 1024px;
|
|
30314
30358
|
}
|
|
30315
30359
|
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30318
|
-
justify-content: space-between;
|
|
30319
|
-
align-items: center;
|
|
30320
|
-
padding: 10px 0;
|
|
30321
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30322
|
-
font-size: 12px;
|
|
30323
|
-
line-height: 24px;
|
|
30360
|
+
.fxgckuk {
|
|
30361
|
+
flex: 1;
|
|
30324
30362
|
}
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30363
|
+
.fxgckuk label {
|
|
30364
|
+
font-size: 13px;
|
|
30365
|
+
line-height: 20px;
|
|
30366
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30327
30367
|
}
|
|
30328
|
-
.
|
|
30329
|
-
|
|
30330
|
-
|
|
30331
|
-
|
|
30332
|
-
|
|
30333
|
-
transition: all 0.3s ease;
|
|
30368
|
+
.fxgckuk .title {
|
|
30369
|
+
font-size: 14px;
|
|
30370
|
+
line-height: 20px;
|
|
30371
|
+
color: #2d3a56;
|
|
30372
|
+
margin-bottom: 12px;
|
|
30334
30373
|
}
|
|
30335
|
-
.
|
|
30336
|
-
|
|
30337
|
-
color: #0080ff;
|
|
30374
|
+
.fxgckuk.connect-cluster .title {
|
|
30375
|
+
padding-bottom: 26px;
|
|
30338
30376
|
}
|
|
30339
|
-
|
|
30340
|
-
|
|
30377
|
+
|
|
30378
|
+
.f1d0vek1 {
|
|
30379
|
+
padding: 25px 0 15px 0;
|
|
30380
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30381
|
+
margin-bottom: 16px;
|
|
30341
30382
|
}
|
|
30342
|
-
|
|
30383
|
+
|
|
30384
|
+
.f4u402y {
|
|
30343
30385
|
display: flex;
|
|
30344
30386
|
align-items: center;
|
|
30345
|
-
|
|
30346
|
-
font-weight: bold;
|
|
30387
|
+
margin-bottom: 8px;
|
|
30347
30388
|
}
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30389
|
+
.f4u402y > label {
|
|
30390
|
+
width: 216px;
|
|
30350
30391
|
}
|
|
30351
|
-
.
|
|
30352
|
-
|
|
30353
|
-
padding: 0 8px;
|
|
30392
|
+
.f4u402y > label + * {
|
|
30393
|
+
width: 100%;
|
|
30354
30394
|
}
|
|
30355
|
-
.
|
|
30356
|
-
|
|
30357
|
-
color: #0080ff;
|
|
30395
|
+
.f4u402y .ant-select {
|
|
30396
|
+
width: 100%;
|
|
30358
30397
|
}
|
|
30359
|
-
|
|
30360
|
-
|
|
30398
|
+
|
|
30399
|
+
.e1pldf6v {
|
|
30400
|
+
color: #e75a3a;
|
|
30401
|
+
margin-right: 10px;
|
|
30361
30402
|
}
|
|
30362
30403
|
|
|
30363
|
-
.
|
|
30364
|
-
|
|
30365
|
-
|
|
30404
|
+
.dq0gblh {
|
|
30405
|
+
width: 100%;
|
|
30406
|
+
height: 1px;
|
|
30407
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30408
|
+
margin: 24px 0;
|
|
30366
30409
|
}
|
|
30367
|
-
|
|
30368
|
-
|
|
30369
|
-
|
|
30370
|
-
|
|
30410
|
+
|
|
30411
|
+
.l1v7sr0n {
|
|
30412
|
+
display: flex;
|
|
30413
|
+
justify-content: center;
|
|
30414
|
+
align-items: center;
|
|
30415
|
+
height: 100%;
|
|
30371
30416
|
}
|
|
30372
30417
|
|
|
30373
|
-
.
|
|
30374
|
-
display: inline-
|
|
30375
|
-
|
|
30376
|
-
|
|
30418
|
+
.d1i4ou6o {
|
|
30419
|
+
display: inline-block;
|
|
30420
|
+
width: 4px;
|
|
30421
|
+
height: 4px;
|
|
30422
|
+
background: #8e9aa9;
|
|
30423
|
+
opacity: 0.4;
|
|
30424
|
+
border-radius: 50%;
|
|
30425
|
+
margin: 0 4px;
|
|
30377
30426
|
}
|
|
30378
|
-
|
|
30379
|
-
|
|
30380
|
-
|
|
30427
|
+
|
|
30428
|
+
.m1jy87hk .ant-modal-header,
|
|
30429
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30430
|
+
width: 648px;
|
|
30431
|
+
margin: 0 auto;
|
|
30381
30432
|
}
|
|
30382
|
-
.
|
|
30383
|
-
|
|
30433
|
+
.m1jy87hk .ant-modal-header {
|
|
30434
|
+
padding: 35px 0 24px;
|
|
30435
|
+
border: none;
|
|
30384
30436
|
}
|
|
30385
|
-
.
|
|
30386
|
-
|
|
30387
|
-
}
|
|
30388
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30389
|
-
border-color: #0080ff;
|
|
30390
|
-
background: #0080ff;
|
|
30391
|
-
}
|
|
30392
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30393
|
-
top: 4px;
|
|
30394
|
-
left: 4px;
|
|
30395
|
-
width: 6px;
|
|
30396
|
-
height: 6px;
|
|
30397
|
-
background: #fff;
|
|
30398
|
-
}
|
|
30399
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30400
|
-
opacity: 0.5;
|
|
30401
|
-
}
|
|
30402
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30403
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30404
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30405
|
-
}
|
|
30406
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30407
|
-
background: #00122e;
|
|
30408
|
-
}
|
|
30409
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30410
|
-
color: #00122e;
|
|
30411
|
-
opacity: 0.5;
|
|
30412
|
-
}
|
|
30413
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30414
|
-
color: #00122e;
|
|
30415
|
-
}
|
|
30416
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30417
|
-
display: inline-block;
|
|
30418
|
-
padding: 0;
|
|
30419
|
-
padding-left: 12px;
|
|
30420
|
-
}
|
|
30421
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30422
|
-
margin-bottom: 0;
|
|
30423
|
-
white-space: pre-wrap;
|
|
30424
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30425
|
-
}
|
|
30426
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30427
|
-
padding-left: 8px;
|
|
30428
|
-
}
|
|
30429
|
-
|
|
30430
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30431
|
-
border-radius: 5px 0 0 5px;
|
|
30432
|
-
}
|
|
30433
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30434
|
-
border-radius: 0 5px 5px 0;
|
|
30435
|
-
}
|
|
30436
|
-
|
|
30437
|
-
.r1f0aqcc {
|
|
30438
|
-
color: #00122e;
|
|
30439
|
-
border-color: #ccd4e3;
|
|
30440
|
-
}
|
|
30441
|
-
.r1f0aqcc:first-child {
|
|
30442
|
-
border-color: #a3b4cc;
|
|
30443
|
-
}
|
|
30444
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30445
|
-
padding: 0 12px;
|
|
30446
|
-
line-height: 32px;
|
|
30447
|
-
height: 32px;
|
|
30448
|
-
}
|
|
30449
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30450
|
-
white-space: nowrap;
|
|
30451
|
-
}
|
|
30452
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30453
|
-
height: 22px;
|
|
30454
|
-
padding: 0 7px;
|
|
30455
|
-
line-height: 20px;
|
|
30456
|
-
}
|
|
30457
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30458
|
-
background: #ccd4e3;
|
|
30459
|
-
}
|
|
30460
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30461
|
-
background: #0080ff;
|
|
30462
|
-
}
|
|
30463
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30464
|
-
background: #ccd4e3;
|
|
30465
|
-
opacity: 0.5;
|
|
30466
|
-
}
|
|
30467
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30468
|
-
border-right-color: #0080ff;
|
|
30469
|
-
}
|
|
30470
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30471
|
-
border-color: #0080ff;
|
|
30472
|
-
}
|
|
30473
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30474
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30475
|
-
}
|
|
30476
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30477
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30478
|
-
border-color: #ccd4e3;
|
|
30479
|
-
opacity: 0.5;
|
|
30480
|
-
}
|
|
30481
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30482
|
-
color: #00122e;
|
|
30483
|
-
border-color: #ccd4e3;
|
|
30484
|
-
}
|
|
30485
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30486
|
-
color: #00122e;
|
|
30487
|
-
border-color: #ccd4e3;
|
|
30488
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30489
|
-
}
|
|
30490
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30491
|
-
margin-right: 8px;
|
|
30492
|
-
display: inline;
|
|
30493
|
-
border: none;
|
|
30494
|
-
padding: 0;
|
|
30495
|
-
width: 36px;
|
|
30496
|
-
background: transparent;
|
|
30497
|
-
}
|
|
30498
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30499
|
-
box-shadow: none;
|
|
30500
|
-
}
|
|
30501
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30502
|
-
margin-right: 0;
|
|
30503
|
-
width: initial;
|
|
30504
|
-
box-shadow: none;
|
|
30505
|
-
}
|
|
30506
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30507
|
-
display: none;
|
|
30508
|
-
}
|
|
30509
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30510
|
-
display: inline;
|
|
30511
|
-
}
|
|
30512
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30513
|
-
display: inline;
|
|
30514
|
-
margin-right: 8px;
|
|
30515
|
-
padding: 0;
|
|
30516
|
-
width: 36px;
|
|
30517
|
-
}
|
|
30518
|
-
|
|
30519
|
-
.obf05yr {
|
|
30520
|
-
display: inline-block;
|
|
30521
|
-
}
|
|
30522
|
-
|
|
30523
|
-
.hsms1n6 {
|
|
30524
|
-
visibility: hidden;
|
|
30525
|
-
position: absolute;
|
|
30526
|
-
}
|
|
30527
|
-
|
|
30528
|
-
.cz04yix {
|
|
30529
|
-
display: flex;
|
|
30530
|
-
flex-direction: column;
|
|
30531
|
-
}
|
|
30532
|
-
|
|
30533
|
-
.m1if5j39 {
|
|
30534
|
-
max-width: 1120px;
|
|
30535
|
-
width: 100%;
|
|
30536
|
-
margin: 0 auto;
|
|
30537
|
-
height: 100%;
|
|
30538
|
-
}
|
|
30539
|
-
|
|
30540
|
-
.w1vvwdlp {
|
|
30541
|
-
max-width: 1120px;
|
|
30542
|
-
width: 100%;
|
|
30543
|
-
margin: 0 auto;
|
|
30544
|
-
display: flex;
|
|
30545
|
-
}
|
|
30546
|
-
.w1vvwdlp .left,
|
|
30547
|
-
.w1vvwdlp .right {
|
|
30548
|
-
flex-grow: 0;
|
|
30549
|
-
flex-shrink: 0;
|
|
30550
|
-
flex-basis: 21%;
|
|
30551
|
-
}
|
|
30552
|
-
.w1vvwdlp .left {
|
|
30553
|
-
display: flex;
|
|
30554
|
-
justify-content: flex-end;
|
|
30555
|
-
padding-right: 44px;
|
|
30556
|
-
}
|
|
30557
|
-
.w1vvwdlp .right {
|
|
30558
|
-
padding-left: 44px;
|
|
30559
|
-
}
|
|
30560
|
-
.w1vvwdlp .middle {
|
|
30561
|
-
margin-bottom: 40px;
|
|
30562
|
-
flex-grow: 0;
|
|
30563
|
-
flex-shrink: 0;
|
|
30564
|
-
flex-basis: 58%;
|
|
30565
|
-
}
|
|
30566
|
-
.w1vvwdlp .middle .form-base-field {
|
|
30567
|
-
width: 100%;
|
|
30568
|
-
}
|
|
30569
|
-
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30570
|
-
width: auto;
|
|
30571
|
-
}
|
|
30572
|
-
|
|
30573
|
-
.h1cuopx7 .ant-modal-header {
|
|
30574
|
-
margin: 0 auto;
|
|
30575
|
-
width: 100%;
|
|
30576
|
-
max-width: 648px;
|
|
30577
|
-
}
|
|
30578
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30579
|
-
margin-left: 0;
|
|
30580
|
-
}
|
|
30581
|
-
.h1cuopx7 .ant-modal-body {
|
|
30582
|
-
margin: 0 auto;
|
|
30583
|
-
padding: 0;
|
|
30584
|
-
width: 100%;
|
|
30585
|
-
max-width: 648px;
|
|
30586
|
-
overflow: hidden;
|
|
30587
|
-
}
|
|
30588
|
-
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30589
|
-
margin-bottom: 40px;
|
|
30590
|
-
}
|
|
30591
|
-
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30592
|
-
height: calc(100vh - 225px);
|
|
30593
|
-
overflow-y: auto;
|
|
30594
|
-
}
|
|
30595
|
-
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30596
|
-
margin: 0 auto;
|
|
30597
|
-
max-width: 648px;
|
|
30598
|
-
}
|
|
30599
|
-
|
|
30600
|
-
.h1p6d3y3 .ant-modal-header {
|
|
30601
|
-
margin: 0 auto;
|
|
30602
|
-
width: 100%;
|
|
30603
|
-
max-width: 1024px;
|
|
30604
|
-
}
|
|
30605
|
-
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30606
|
-
margin-left: 0;
|
|
30607
|
-
}
|
|
30608
|
-
.h1p6d3y3 .ant-modal-body {
|
|
30609
|
-
margin: 0 auto;
|
|
30610
|
-
padding: 0;
|
|
30611
|
-
width: 100%;
|
|
30612
|
-
max-width: 1024px;
|
|
30613
|
-
overflow: hidden;
|
|
30614
|
-
}
|
|
30615
|
-
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30616
|
-
margin-bottom: 40px;
|
|
30617
|
-
}
|
|
30618
|
-
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30619
|
-
height: calc(100vh - 225px);
|
|
30620
|
-
overflow-y: auto;
|
|
30621
|
-
}
|
|
30622
|
-
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30623
|
-
margin: 0 auto;
|
|
30624
|
-
max-width: 1024px;
|
|
30625
|
-
}
|
|
30626
|
-
|
|
30627
|
-
.fxgckuk {
|
|
30628
|
-
flex: 1;
|
|
30629
|
-
}
|
|
30630
|
-
.fxgckuk label {
|
|
30631
|
-
font-size: 13px;
|
|
30632
|
-
line-height: 20px;
|
|
30633
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30634
|
-
}
|
|
30635
|
-
.fxgckuk .title {
|
|
30636
|
-
font-size: 14px;
|
|
30637
|
-
line-height: 20px;
|
|
30638
|
-
color: #2d3a56;
|
|
30639
|
-
margin-bottom: 12px;
|
|
30640
|
-
}
|
|
30641
|
-
.fxgckuk.connect-cluster .title {
|
|
30642
|
-
padding-bottom: 26px;
|
|
30643
|
-
}
|
|
30644
|
-
|
|
30645
|
-
.f1d0vek1 {
|
|
30646
|
-
padding: 25px 0 15px 0;
|
|
30647
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30648
|
-
margin-bottom: 16px;
|
|
30649
|
-
}
|
|
30650
|
-
|
|
30651
|
-
.f4u402y {
|
|
30652
|
-
display: flex;
|
|
30653
|
-
align-items: center;
|
|
30654
|
-
margin-bottom: 8px;
|
|
30655
|
-
}
|
|
30656
|
-
.f4u402y > label {
|
|
30657
|
-
width: 216px;
|
|
30658
|
-
}
|
|
30659
|
-
.f4u402y > label + * {
|
|
30660
|
-
width: 100%;
|
|
30661
|
-
}
|
|
30662
|
-
.f4u402y .ant-select {
|
|
30663
|
-
width: 100%;
|
|
30664
|
-
}
|
|
30665
|
-
|
|
30666
|
-
.e1pldf6v {
|
|
30667
|
-
color: #e75a3a;
|
|
30668
|
-
margin-right: 10px;
|
|
30669
|
-
}
|
|
30670
|
-
|
|
30671
|
-
.dq0gblh {
|
|
30672
|
-
width: 100%;
|
|
30673
|
-
height: 1px;
|
|
30674
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30675
|
-
margin: 24px 0;
|
|
30676
|
-
}
|
|
30677
|
-
|
|
30678
|
-
.l1v7sr0n {
|
|
30679
|
-
display: flex;
|
|
30680
|
-
justify-content: center;
|
|
30681
|
-
align-items: center;
|
|
30682
|
-
height: 100%;
|
|
30683
|
-
}
|
|
30684
|
-
|
|
30685
|
-
.d1i4ou6o {
|
|
30686
|
-
display: inline-block;
|
|
30687
|
-
width: 4px;
|
|
30688
|
-
height: 4px;
|
|
30689
|
-
background: #8e9aa9;
|
|
30690
|
-
opacity: 0.4;
|
|
30691
|
-
border-radius: 50%;
|
|
30692
|
-
margin: 0 4px;
|
|
30693
|
-
}
|
|
30694
|
-
|
|
30695
|
-
.m1jy87hk .ant-modal-header,
|
|
30696
|
-
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30697
|
-
width: 648px;
|
|
30698
|
-
margin: 0 auto;
|
|
30699
|
-
}
|
|
30700
|
-
.m1jy87hk .ant-modal-header {
|
|
30701
|
-
padding: 35px 0 24px;
|
|
30702
|
-
border: none;
|
|
30703
|
-
}
|
|
30704
|
-
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30705
|
-
font-size: 30px;
|
|
30437
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30438
|
+
font-size: 30px;
|
|
30706
30439
|
}
|
|
30707
30440
|
.m1jy87hk .ant-modal-body {
|
|
30708
30441
|
padding: 4px 0 2px;
|
|
@@ -30953,6 +30686,7 @@ html body {
|
|
|
30953
30686
|
.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 {
|
|
30954
30687
|
border-color: #0096ff;
|
|
30955
30688
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30689
|
+
z-index: 1;
|
|
30956
30690
|
}
|
|
30957
30691
|
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30958
30692
|
border-color: #e75a3a;
|
|
@@ -31013,208 +30747,394 @@ html body {
|
|
|
31013
30747
|
border-color: #e75a3a;
|
|
31014
30748
|
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31015
30749
|
}
|
|
31016
|
-
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31017
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31018
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31019
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30750
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30751
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30752
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30753
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30754
|
+
}
|
|
30755
|
+
textarea.ipd9bk.ant-input {
|
|
30756
|
+
transition-property: height;
|
|
30757
|
+
transition-delay: 50ms;
|
|
30758
|
+
}
|
|
30759
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30760
|
+
min-height: 40px;
|
|
30761
|
+
height: 40px;
|
|
30762
|
+
}
|
|
30763
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30764
|
+
height: 80px;
|
|
30765
|
+
}
|
|
30766
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30767
|
+
min-height: 32px;
|
|
30768
|
+
height: 32px;
|
|
30769
|
+
}
|
|
30770
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30771
|
+
height: 64px;
|
|
30772
|
+
}
|
|
30773
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30774
|
+
min-height: 24px;
|
|
30775
|
+
height: 24px;
|
|
30776
|
+
}
|
|
30777
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30778
|
+
height: 40px;
|
|
30779
|
+
}
|
|
30780
|
+
|
|
30781
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30782
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30783
|
+
border-radius: 4px;
|
|
30784
|
+
}
|
|
30785
|
+
.kypn5o5.input-tags {
|
|
30786
|
+
position: relative;
|
|
30787
|
+
padding: 6px;
|
|
30788
|
+
height: 32px;
|
|
30789
|
+
cursor: pointer;
|
|
30790
|
+
transition: border 150ms;
|
|
30791
|
+
}
|
|
30792
|
+
.kypn5o5.input-tags:hover {
|
|
30793
|
+
border-color: #0080ff;
|
|
30794
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30795
|
+
}
|
|
30796
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30797
|
+
padding-right: 30px;
|
|
30798
|
+
}
|
|
30799
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30800
|
+
display: flex;
|
|
30801
|
+
}
|
|
30802
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30803
|
+
display: flex;
|
|
30804
|
+
}
|
|
30805
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30806
|
+
position: absolute;
|
|
30807
|
+
right: 12px;
|
|
30808
|
+
top: 50%;
|
|
30809
|
+
transform: translateY(-50%);
|
|
30810
|
+
}
|
|
30811
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30812
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30813
|
+
font-size: 12px;
|
|
30814
|
+
cursor: pointer;
|
|
30815
|
+
}
|
|
30816
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30817
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30818
|
+
}
|
|
30819
|
+
.kypn5o5.has-focus-indicator {
|
|
30820
|
+
position: relative;
|
|
30821
|
+
overflow: hidden;
|
|
30822
|
+
}
|
|
30823
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30824
|
+
position: absolute;
|
|
30825
|
+
top: 50%;
|
|
30826
|
+
transform: translateY(-50%);
|
|
30827
|
+
left: -16px;
|
|
30828
|
+
transition: left 150ms ease;
|
|
30829
|
+
opacity: 0;
|
|
30830
|
+
}
|
|
30831
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30832
|
+
left: 8px;
|
|
30833
|
+
opacity: 1;
|
|
30834
|
+
}
|
|
30835
|
+
.kypn5o5.has-focus-indicator input {
|
|
30836
|
+
transition: margin-left 150ms ease;
|
|
30837
|
+
margin-left: 0px;
|
|
30838
|
+
}
|
|
30839
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30840
|
+
margin-left: 16px;
|
|
30841
|
+
}
|
|
30842
|
+
|
|
30843
|
+
input.l1ki27se.ant-input {
|
|
30844
|
+
border-top-right-radius: 0;
|
|
30845
|
+
border-bottom-right-radius: 0;
|
|
30846
|
+
}
|
|
30847
|
+
|
|
30848
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30849
|
+
border-top-right-radius: 0;
|
|
30850
|
+
border-bottom-right-radius: 0;
|
|
30851
|
+
}
|
|
30852
|
+
|
|
30853
|
+
input.rrg1fkn.ant-input {
|
|
30854
|
+
border-top-left-radius: 0;
|
|
30855
|
+
border-bottom-left-radius: 0;
|
|
30856
|
+
}
|
|
30857
|
+
|
|
30858
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30859
|
+
border-top-left-radius: 0;
|
|
30860
|
+
border-bottom-left-radius: 0;
|
|
30861
|
+
}
|
|
30862
|
+
|
|
30863
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30864
|
+
border-top-right-radius: 0;
|
|
30865
|
+
border-bottom-right-radius: 0;
|
|
30866
|
+
}
|
|
30867
|
+
|
|
30868
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30869
|
+
border-top-left-radius: 0;
|
|
30870
|
+
border-bottom-left-radius: 0;
|
|
30871
|
+
}
|
|
30872
|
+
|
|
30873
|
+
.p12gwtiw {
|
|
30874
|
+
display: flex;
|
|
30875
|
+
justify-content: space-between;
|
|
30876
|
+
align-items: center;
|
|
30877
|
+
padding: 10px 0;
|
|
30878
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30879
|
+
font-size: 12px;
|
|
30880
|
+
line-height: 24px;
|
|
30881
|
+
}
|
|
30882
|
+
.p12gwtiw .pagination-left {
|
|
30883
|
+
padding: 2px 8px;
|
|
30884
|
+
}
|
|
30885
|
+
.p12gwtiw .dropdown-trigger {
|
|
30886
|
+
display: flex;
|
|
30887
|
+
align-items: center;
|
|
30888
|
+
border-radius: 6px;
|
|
30889
|
+
cursor: pointer;
|
|
30890
|
+
transition: all 0.3s ease;
|
|
30891
|
+
}
|
|
30892
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30893
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30894
|
+
color: #0080ff;
|
|
30895
|
+
}
|
|
30896
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30897
|
+
margin-left: 4px;
|
|
30898
|
+
}
|
|
30899
|
+
.p12gwtiw .pagination-right {
|
|
30900
|
+
display: flex;
|
|
30901
|
+
align-items: center;
|
|
30902
|
+
color: #0080ff;
|
|
30903
|
+
font-weight: bold;
|
|
30904
|
+
}
|
|
30905
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30906
|
+
margin-left: 4px;
|
|
30907
|
+
}
|
|
30908
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30909
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30910
|
+
padding: 0 8px;
|
|
30911
|
+
}
|
|
30912
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30913
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30914
|
+
color: #0080ff;
|
|
30915
|
+
}
|
|
30916
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30917
|
+
transform: rotate(180deg);
|
|
30918
|
+
}
|
|
30919
|
+
|
|
30920
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30921
|
+
max-height: calc(100vh - 128px);
|
|
30922
|
+
overflow-y: auto;
|
|
30923
|
+
}
|
|
30924
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30925
|
+
padding: 4px 20px;
|
|
30926
|
+
font-size: 12px;
|
|
30927
|
+
line-height: 18px;
|
|
30928
|
+
}
|
|
30929
|
+
|
|
30930
|
+
.s34f1qb.ant-switch {
|
|
30931
|
+
min-width: 40px;
|
|
30932
|
+
height: 24px;
|
|
30933
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30934
|
+
overflow: hidden;
|
|
30935
|
+
}
|
|
30936
|
+
.s34f1qb.ant-switch:focus {
|
|
30937
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30938
|
+
}
|
|
30939
|
+
.s34f1qb.ant-switch-small {
|
|
30940
|
+
min-width: 26px;
|
|
30941
|
+
height: 16px;
|
|
30942
|
+
}
|
|
30943
|
+
.s34f1qb.ant-switch-large {
|
|
30944
|
+
min-width: 52px;
|
|
30945
|
+
height: 32px;
|
|
30946
|
+
}
|
|
30947
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30948
|
+
height: 20px;
|
|
30949
|
+
width: 20px;
|
|
30950
|
+
}
|
|
30951
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30952
|
+
border-radius: 10px;
|
|
30953
|
+
transition-delay: 120ms;
|
|
31020
30954
|
}
|
|
31021
|
-
|
|
31022
|
-
|
|
31023
|
-
|
|
30955
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30956
|
+
height: 14px;
|
|
30957
|
+
width: 14px;
|
|
30958
|
+
top: 1px;
|
|
30959
|
+
left: 1px;
|
|
31024
30960
|
}
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
|
|
30961
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30962
|
+
height: 28px;
|
|
30963
|
+
width: 28px;
|
|
31028
30964
|
}
|
|
31029
|
-
|
|
31030
|
-
|
|
30965
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30966
|
+
border-radius: 14px;
|
|
31031
30967
|
}
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
height: 32px;
|
|
30968
|
+
.s34f1qb.ant-switch-checked {
|
|
30969
|
+
background-color: #00ba5d;
|
|
31035
30970
|
}
|
|
31036
|
-
|
|
31037
|
-
|
|
30971
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30972
|
+
left: calc(100% - 20px - 2px);
|
|
31038
30973
|
}
|
|
31039
|
-
|
|
31040
|
-
|
|
31041
|
-
height: 24px;
|
|
30974
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30975
|
+
left: calc(100% - 14px - 1px);
|
|
31042
30976
|
}
|
|
31043
|
-
|
|
31044
|
-
|
|
30977
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30978
|
+
left: calc(100% - 28px - 2px);
|
|
31045
30979
|
}
|
|
31046
30980
|
|
|
31047
|
-
.
|
|
31048
|
-
|
|
31049
|
-
border-radius: 4px;
|
|
31050
|
-
}
|
|
31051
|
-
.kypn5o5.input-tags {
|
|
31052
|
-
position: relative;
|
|
31053
|
-
padding: 6px;
|
|
31054
|
-
height: 32px;
|
|
31055
|
-
cursor: pointer;
|
|
31056
|
-
transition: border 150ms;
|
|
30981
|
+
.c1to9vb9 {
|
|
30982
|
+
margin-left: 5px;
|
|
31057
30983
|
}
|
|
31058
|
-
|
|
31059
|
-
|
|
31060
|
-
|
|
30984
|
+
|
|
30985
|
+
.obf05yr {
|
|
30986
|
+
display: inline-block;
|
|
31061
30987
|
}
|
|
31062
|
-
|
|
31063
|
-
|
|
30988
|
+
|
|
30989
|
+
.hsms1n6 {
|
|
30990
|
+
visibility: hidden;
|
|
30991
|
+
position: absolute;
|
|
31064
30992
|
}
|
|
31065
|
-
|
|
31066
|
-
|
|
30993
|
+
|
|
30994
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30995
|
+
display: inline-flex;
|
|
30996
|
+
align-items: baseline;
|
|
30997
|
+
white-space: pre-wrap;
|
|
31067
30998
|
}
|
|
31068
|
-
.
|
|
31069
|
-
|
|
30999
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31000
|
+
position: relative;
|
|
31001
|
+
top: 3px;
|
|
31070
31002
|
}
|
|
31071
|
-
.
|
|
31072
|
-
|
|
31073
|
-
right: 12px;
|
|
31074
|
-
top: 50%;
|
|
31075
|
-
transform: translateY(-50%);
|
|
31003
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31004
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31076
31005
|
}
|
|
31077
|
-
.
|
|
31078
|
-
color:
|
|
31079
|
-
font-size: 12px;
|
|
31080
|
-
cursor: pointer;
|
|
31006
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31007
|
+
border-color: #0080ff;
|
|
31081
31008
|
}
|
|
31082
|
-
.
|
|
31083
|
-
color:
|
|
31009
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31010
|
+
border-color: #0080ff;
|
|
31011
|
+
background: #0080ff;
|
|
31084
31012
|
}
|
|
31085
|
-
.
|
|
31086
|
-
|
|
31087
|
-
|
|
31013
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31014
|
+
top: 4px;
|
|
31015
|
+
left: 4px;
|
|
31016
|
+
width: 6px;
|
|
31017
|
+
height: 6px;
|
|
31018
|
+
background: #fff;
|
|
31088
31019
|
}
|
|
31089
|
-
.
|
|
31090
|
-
|
|
31091
|
-
top: 50%;
|
|
31092
|
-
transform: translateY(-50%);
|
|
31093
|
-
left: -16px;
|
|
31094
|
-
transition: left 150ms ease;
|
|
31095
|
-
opacity: 0;
|
|
31020
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31021
|
+
opacity: 0.5;
|
|
31096
31022
|
}
|
|
31097
|
-
.
|
|
31098
|
-
|
|
31099
|
-
|
|
31023
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31024
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31025
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31100
31026
|
}
|
|
31101
|
-
.
|
|
31102
|
-
|
|
31103
|
-
margin-left: 0px;
|
|
31027
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31028
|
+
background: #00122e;
|
|
31104
31029
|
}
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31030
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31031
|
+
color: #00122e;
|
|
31032
|
+
opacity: 0.5;
|
|
31107
31033
|
}
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
border-top-right-radius: 0;
|
|
31111
|
-
border-bottom-right-radius: 0;
|
|
31034
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31035
|
+
color: #00122e;
|
|
31112
31036
|
}
|
|
31113
|
-
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
|
|
31037
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31038
|
+
display: inline-block;
|
|
31039
|
+
padding: 0;
|
|
31040
|
+
padding-left: 12px;
|
|
31117
31041
|
}
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
31042
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31043
|
+
margin-bottom: 0;
|
|
31044
|
+
white-space: pre-wrap;
|
|
31045
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31122
31046
|
}
|
|
31123
|
-
|
|
31124
|
-
|
|
31125
|
-
border-top-left-radius: 0;
|
|
31126
|
-
border-bottom-left-radius: 0;
|
|
31047
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31048
|
+
padding-left: 8px;
|
|
31127
31049
|
}
|
|
31128
31050
|
|
|
31129
|
-
.
|
|
31130
|
-
border-
|
|
31131
|
-
border-bottom-right-radius: 0;
|
|
31051
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31052
|
+
border-radius: 5px 0 0 5px;
|
|
31132
31053
|
}
|
|
31133
|
-
|
|
31134
|
-
|
|
31135
|
-
border-top-left-radius: 0;
|
|
31136
|
-
border-bottom-left-radius: 0;
|
|
31054
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31055
|
+
border-radius: 0 5px 5px 0;
|
|
31137
31056
|
}
|
|
31138
31057
|
|
|
31139
|
-
.
|
|
31140
|
-
|
|
31058
|
+
.r1f0aqcc {
|
|
31059
|
+
color: #00122e;
|
|
31060
|
+
border-color: #ccd4e3;
|
|
31141
31061
|
}
|
|
31142
|
-
|
|
31143
|
-
|
|
31144
|
-
padding: 8px 16px;
|
|
31145
|
-
line-height: 18px;
|
|
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;
|
|
31062
|
+
.r1f0aqcc:first-child {
|
|
31063
|
+
border-color: #a3b4cc;
|
|
31151
31064
|
}
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
|
|
31155
|
-
|
|
31156
|
-
margin: 1px 8px;
|
|
31157
|
-
padding: 8px;
|
|
31158
|
-
border-radius: 4px;
|
|
31065
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31066
|
+
padding: 0 12px;
|
|
31067
|
+
line-height: 32px;
|
|
31068
|
+
height: 32px;
|
|
31159
31069
|
}
|
|
31160
|
-
.
|
|
31161
|
-
|
|
31070
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31071
|
+
white-space: nowrap;
|
|
31162
31072
|
}
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31073
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31074
|
+
height: 22px;
|
|
31075
|
+
padding: 0 7px;
|
|
31076
|
+
line-height: 20px;
|
|
31165
31077
|
}
|
|
31166
|
-
.
|
|
31167
|
-
background
|
|
31078
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31079
|
+
background: #ccd4e3;
|
|
31168
31080
|
}
|
|
31169
|
-
.
|
|
31170
|
-
|
|
31081
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31082
|
+
background: #0080ff;
|
|
31171
31083
|
}
|
|
31172
|
-
.
|
|
31173
|
-
|
|
31084
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31085
|
+
background: #ccd4e3;
|
|
31086
|
+
opacity: 0.5;
|
|
31174
31087
|
}
|
|
31175
|
-
.
|
|
31176
|
-
|
|
31088
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31089
|
+
border-right-color: #0080ff;
|
|
31177
31090
|
}
|
|
31178
|
-
.
|
|
31179
|
-
color: #0080ff;
|
|
31091
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31092
|
+
border-color: #0080ff;
|
|
31180
31093
|
}
|
|
31181
|
-
.
|
|
31094
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31182
31095
|
background: rgba(0, 136, 255, 0.1);
|
|
31183
|
-
color: #0080ff;
|
|
31184
|
-
}
|
|
31185
|
-
|
|
31186
|
-
.oiy0apc {
|
|
31187
|
-
display: flex;
|
|
31188
|
-
justify-content: space-between;
|
|
31189
|
-
height: 20px;
|
|
31190
|
-
line-height: 20px;
|
|
31191
31096
|
}
|
|
31192
|
-
.
|
|
31193
|
-
|
|
31194
|
-
|
|
31195
|
-
|
|
31097
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31098
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31099
|
+
border-color: #ccd4e3;
|
|
31100
|
+
opacity: 0.5;
|
|
31196
31101
|
}
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
|
|
31200
|
-
justify-content: space-between;
|
|
31201
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31202
|
-
height: 18px;
|
|
31203
|
-
line-height: 18px;
|
|
31204
|
-
margin-top: 2px;
|
|
31102
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31103
|
+
color: #00122e;
|
|
31104
|
+
border-color: #ccd4e3;
|
|
31205
31105
|
}
|
|
31206
|
-
|
|
31207
|
-
|
|
31106
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31107
|
+
color: #00122e;
|
|
31108
|
+
border-color: #ccd4e3;
|
|
31109
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31110
|
+
}
|
|
31111
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31112
|
+
margin-right: 8px;
|
|
31113
|
+
display: inline;
|
|
31208
31114
|
border: none;
|
|
31115
|
+
padding: 0;
|
|
31116
|
+
width: 36px;
|
|
31117
|
+
background: transparent;
|
|
31118
|
+
}
|
|
31119
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31120
|
+
box-shadow: none;
|
|
31121
|
+
}
|
|
31122
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31209
31123
|
margin-right: 0;
|
|
31210
|
-
|
|
31124
|
+
width: initial;
|
|
31125
|
+
box-shadow: none;
|
|
31211
31126
|
}
|
|
31212
|
-
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
|
|
31127
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31128
|
+
display: none;
|
|
31129
|
+
}
|
|
31130
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31131
|
+
display: inline;
|
|
31132
|
+
}
|
|
31133
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31134
|
+
display: inline;
|
|
31135
|
+
margin-right: 8px;
|
|
31136
|
+
padding: 0;
|
|
31137
|
+
width: 36px;
|
|
31218
31138
|
}
|
|
31219
31139
|
|
|
31220
31140
|
.t1upn1sz {
|
|
@@ -31303,7 +31223,7 @@ input.rrg1fkn.ant-input {
|
|
|
31303
31223
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31304
31224
|
margin-bottom: -1px;
|
|
31305
31225
|
}
|
|
31306
|
-
.tta5kd2 .ant-table .time-wrapper .
|
|
31226
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31307
31227
|
.tta5kd2 .ant-table .value {
|
|
31308
31228
|
color: #2d3a56;
|
|
31309
31229
|
}
|
|
@@ -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
|
}
|
|
@@ -32173,77 +32174,14 @@ input.rrg1fkn.ant-input {
|
|
|
32173
32174
|
cursor: default;
|
|
32174
32175
|
}
|
|
32175
32176
|
|
|
32176
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32177
|
-
border-radius: 6px;
|
|
32178
|
-
}
|
|
32179
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32180
|
-
width: 100%;
|
|
32181
|
-
color: #2d3a56;
|
|
32182
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32183
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32184
|
-
font-size: 13px;
|
|
32185
|
-
}
|
|
32186
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32187
|
-
height: 30px;
|
|
32188
|
-
}
|
|
32189
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32190
|
-
height: 38px;
|
|
32191
|
-
font-size: 13px;
|
|
32192
|
-
}
|
|
32193
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32194
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32195
|
-
transition: 160ms ease;
|
|
32196
|
-
}
|
|
32197
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32198
|
-
color: #0080ff;
|
|
32199
|
-
}
|
|
32200
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32201
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32202
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32203
|
-
}
|
|
32204
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32205
|
-
color: #0080ff;
|
|
32206
|
-
}
|
|
32207
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32208
|
-
border-color: #0080ff;
|
|
32209
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32210
|
-
}
|
|
32211
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32212
|
-
transform: rotate(180deg);
|
|
32213
|
-
}
|
|
32214
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32215
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32216
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32217
|
-
cursor: "not-allowed";
|
|
32218
|
-
}
|
|
32219
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32220
|
-
border-color: #f0483e !important;
|
|
32221
|
-
}
|
|
32222
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32223
|
-
color: #1d326c;
|
|
32224
|
-
}
|
|
32225
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32226
|
-
border-color: #0080ff;
|
|
32227
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32228
|
-
}
|
|
32229
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32230
|
-
transform: rotate(180deg);
|
|
32231
|
-
}
|
|
32232
|
-
|
|
32233
32177
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32234
32178
|
display: flex;
|
|
32235
32179
|
}
|
|
32236
32180
|
|
|
32237
|
-
.
|
|
32238
|
-
height: 24px;
|
|
32239
|
-
width: 56px !important;
|
|
32181
|
+
.t19ustft .date {
|
|
32240
32182
|
margin-right: 4px;
|
|
32241
32183
|
}
|
|
32242
32184
|
|
|
32243
|
-
.c1riexje {
|
|
32244
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32245
|
-
}
|
|
32246
|
-
|
|
32247
32185
|
.s14dk8r1 {
|
|
32248
32186
|
margin: 0;
|
|
32249
32187
|
border-radius: 20px;
|
|
@@ -32304,18 +32242,85 @@ input.rrg1fkn.ant-input {
|
|
|
32304
32242
|
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32305
32243
|
background-color: rgba(225, 230, 241, 0.6);
|
|
32306
32244
|
}
|
|
32307
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32308
|
-
background-color: #6b7d99;
|
|
32245
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32246
|
+
background-color: #6b7d99;
|
|
32247
|
+
}
|
|
32248
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32249
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32250
|
+
}
|
|
32251
|
+
|
|
32252
|
+
.s1uupoto {
|
|
32253
|
+
width: 8px;
|
|
32254
|
+
height: 8px;
|
|
32255
|
+
border-radius: 50%;
|
|
32256
|
+
display: inline-block;
|
|
32257
|
+
}
|
|
32258
|
+
|
|
32259
|
+
.igz4le8 {
|
|
32260
|
+
height: 24px;
|
|
32261
|
+
width: 56px !important;
|
|
32262
|
+
margin-right: 4px;
|
|
32263
|
+
}
|
|
32264
|
+
|
|
32265
|
+
.c1riexje {
|
|
32266
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32267
|
+
}
|
|
32268
|
+
|
|
32269
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32270
|
+
border-radius: 6px;
|
|
32271
|
+
}
|
|
32272
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32273
|
+
width: 100%;
|
|
32274
|
+
color: #2d3a56;
|
|
32275
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32276
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32277
|
+
font-size: 13px;
|
|
32278
|
+
}
|
|
32279
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32280
|
+
height: 30px;
|
|
32281
|
+
}
|
|
32282
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32283
|
+
height: 38px;
|
|
32284
|
+
font-size: 13px;
|
|
32285
|
+
}
|
|
32286
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32287
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32288
|
+
transition: 160ms ease;
|
|
32289
|
+
}
|
|
32290
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32291
|
+
color: #0080ff;
|
|
32292
|
+
}
|
|
32293
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32294
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32295
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32296
|
+
}
|
|
32297
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32298
|
+
color: #0080ff;
|
|
32299
|
+
}
|
|
32300
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32301
|
+
border-color: #0080ff;
|
|
32302
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32303
|
+
}
|
|
32304
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32305
|
+
transform: rotate(180deg);
|
|
32306
|
+
}
|
|
32307
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32308
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32309
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32310
|
+
cursor: "not-allowed";
|
|
32311
|
+
}
|
|
32312
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32313
|
+
border-color: #f0483e !important;
|
|
32314
|
+
}
|
|
32315
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32316
|
+
color: #1d326c;
|
|
32309
32317
|
}
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32318
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32319
|
+
border-color: #0080ff;
|
|
32320
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32312
32321
|
}
|
|
32313
|
-
|
|
32314
|
-
|
|
32315
|
-
width: 8px;
|
|
32316
|
-
height: 8px;
|
|
32317
|
-
border-radius: 50%;
|
|
32318
|
-
display: inline-block;
|
|
32322
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32323
|
+
transform: rotate(180deg);
|
|
32319
32324
|
}
|
|
32320
32325
|
|
|
32321
32326
|
.sq6vos1 {
|
|
@@ -32503,89 +32508,6 @@ input.rrg1fkn.ant-input {
|
|
|
32503
32508
|
justify-content: center;
|
|
32504
32509
|
}
|
|
32505
32510
|
|
|
32506
|
-
.t1gz6wqf {
|
|
32507
|
-
height: 100%;
|
|
32508
|
-
}
|
|
32509
|
-
.t1gz6wqf .table-loading-item {
|
|
32510
|
-
padding: 12px 4px;
|
|
32511
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32512
|
-
display: flex;
|
|
32513
|
-
}
|
|
32514
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32515
|
-
height: 16px;
|
|
32516
|
-
margin: 4px;
|
|
32517
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32518
|
-
border-radius: 2px;
|
|
32519
|
-
}
|
|
32520
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32521
|
-
width: 16px;
|
|
32522
|
-
}
|
|
32523
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32524
|
-
flex: 1;
|
|
32525
|
-
}
|
|
32526
|
-
.t1gz6wqf :nth-child(1) {
|
|
32527
|
-
padding: 8px 4px;
|
|
32528
|
-
}
|
|
32529
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32530
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32531
|
-
}
|
|
32532
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32533
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32534
|
-
}
|
|
32535
|
-
|
|
32536
|
-
.o8ocss1 {
|
|
32537
|
-
overflow: hidden;
|
|
32538
|
-
text-overflow: ellipsis;
|
|
32539
|
-
}
|
|
32540
|
-
|
|
32541
|
-
.n17syc35 {
|
|
32542
|
-
white-space: nowrap;
|
|
32543
|
-
}
|
|
32544
|
-
|
|
32545
|
-
.c1k4vanq {
|
|
32546
|
-
padding: 0 12px 14px 12px;
|
|
32547
|
-
}
|
|
32548
|
-
|
|
32549
|
-
.c1udgdh2 {
|
|
32550
|
-
color: #2d3a56;
|
|
32551
|
-
padding: 7px 12px;
|
|
32552
|
-
display: flex;
|
|
32553
|
-
justify-content: space-between;
|
|
32554
|
-
align-items: center;
|
|
32555
|
-
}
|
|
32556
|
-
.c1udgdh2.has-arrow {
|
|
32557
|
-
padding-left: 10px;
|
|
32558
|
-
}
|
|
32559
|
-
.c1udgdh2.has-arrow .title-wrapper {
|
|
32560
|
-
cursor: pointer;
|
|
32561
|
-
color: #00122e;
|
|
32562
|
-
}
|
|
32563
|
-
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
32564
|
-
color: #2d3a56;
|
|
32565
|
-
font-weight: 600;
|
|
32566
|
-
}
|
|
32567
|
-
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32568
|
-
transform: rotate(90deg);
|
|
32569
|
-
}
|
|
32570
|
-
.c1udgdh2 .sub-info {
|
|
32571
|
-
font-size: 12px;
|
|
32572
|
-
line-height: 18px;
|
|
32573
|
-
}
|
|
32574
|
-
.c1udgdh2 .title-wrapper {
|
|
32575
|
-
display: flex;
|
|
32576
|
-
align-items: center;
|
|
32577
|
-
user-select: none;
|
|
32578
|
-
flex-grow: 1;
|
|
32579
|
-
font-size: 12px;
|
|
32580
|
-
line-height: 18px;
|
|
32581
|
-
color: #2d3a56;
|
|
32582
|
-
font-weight: 700;
|
|
32583
|
-
}
|
|
32584
|
-
.c1udgdh2 .collapse-arrow {
|
|
32585
|
-
transition: all 50ms ease-out 0ms;
|
|
32586
|
-
margin-right: 2px;
|
|
32587
|
-
}
|
|
32588
|
-
|
|
32589
32511
|
.m1thnes4 {
|
|
32590
32512
|
color: rgba(44, 56, 82, 0.6);
|
|
32591
32513
|
text-align: center;
|
|
@@ -32747,23 +32669,6 @@ input.rrg1fkn.ant-input {
|
|
|
32747
32669
|
margin-left: 8px;
|
|
32748
32670
|
}
|
|
32749
32671
|
|
|
32750
|
-
.bab9xum {
|
|
32751
|
-
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);
|
|
32752
|
-
}
|
|
32753
|
-
|
|
32754
|
-
.cav4gt6 {
|
|
32755
|
-
border-radius: 8px;
|
|
32756
|
-
background-color: white;
|
|
32757
|
-
}
|
|
32758
|
-
.cav4gt6.hoverable {
|
|
32759
|
-
cursor: pointer;
|
|
32760
|
-
}
|
|
32761
|
-
.cav4gt6.hoverable:hover {
|
|
32762
|
-
transition: all 200ms ease;
|
|
32763
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32764
|
-
transform: translateY(-4px);
|
|
32765
|
-
}
|
|
32766
|
-
|
|
32767
32672
|
.s1uupxds {
|
|
32768
32673
|
padding: 0 8px;
|
|
32769
32674
|
border-radius: 4px;
|
|
@@ -32846,6 +32751,89 @@ input.rrg1fkn.ant-input {
|
|
|
32846
32751
|
background-color: #7E41FF;
|
|
32847
32752
|
}
|
|
32848
32753
|
|
|
32754
|
+
.o8ocss1 {
|
|
32755
|
+
overflow: hidden;
|
|
32756
|
+
text-overflow: ellipsis;
|
|
32757
|
+
}
|
|
32758
|
+
|
|
32759
|
+
.n17syc35 {
|
|
32760
|
+
white-space: nowrap;
|
|
32761
|
+
}
|
|
32762
|
+
|
|
32763
|
+
.t1gz6wqf {
|
|
32764
|
+
height: 100%;
|
|
32765
|
+
}
|
|
32766
|
+
.t1gz6wqf .table-loading-item {
|
|
32767
|
+
padding: 12px 4px;
|
|
32768
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32769
|
+
display: flex;
|
|
32770
|
+
}
|
|
32771
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32772
|
+
height: 16px;
|
|
32773
|
+
margin: 4px;
|
|
32774
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32775
|
+
border-radius: 2px;
|
|
32776
|
+
}
|
|
32777
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32778
|
+
width: 16px;
|
|
32779
|
+
}
|
|
32780
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32781
|
+
flex: 1;
|
|
32782
|
+
}
|
|
32783
|
+
.t1gz6wqf :nth-child(1) {
|
|
32784
|
+
padding: 8px 4px;
|
|
32785
|
+
}
|
|
32786
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32787
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32788
|
+
}
|
|
32789
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32790
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32791
|
+
}
|
|
32792
|
+
|
|
32793
|
+
.c1k4vanq {
|
|
32794
|
+
padding: 0 12px 14px 12px;
|
|
32795
|
+
}
|
|
32796
|
+
|
|
32797
|
+
.c1udgdh2 {
|
|
32798
|
+
color: #2d3a56;
|
|
32799
|
+
padding: 7px 12px;
|
|
32800
|
+
display: flex;
|
|
32801
|
+
justify-content: space-between;
|
|
32802
|
+
align-items: center;
|
|
32803
|
+
}
|
|
32804
|
+
.c1udgdh2.has-arrow {
|
|
32805
|
+
padding-left: 10px;
|
|
32806
|
+
}
|
|
32807
|
+
.c1udgdh2.has-arrow .title-wrapper {
|
|
32808
|
+
cursor: pointer;
|
|
32809
|
+
color: #00122e;
|
|
32810
|
+
}
|
|
32811
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
32812
|
+
color: #2d3a56;
|
|
32813
|
+
font-weight: 600;
|
|
32814
|
+
}
|
|
32815
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32816
|
+
transform: rotate(90deg);
|
|
32817
|
+
}
|
|
32818
|
+
.c1udgdh2 .sub-info {
|
|
32819
|
+
font-size: 12px;
|
|
32820
|
+
line-height: 18px;
|
|
32821
|
+
}
|
|
32822
|
+
.c1udgdh2 .title-wrapper {
|
|
32823
|
+
display: flex;
|
|
32824
|
+
align-items: center;
|
|
32825
|
+
user-select: none;
|
|
32826
|
+
flex-grow: 1;
|
|
32827
|
+
font-size: 12px;
|
|
32828
|
+
line-height: 18px;
|
|
32829
|
+
color: #2d3a56;
|
|
32830
|
+
font-weight: 700;
|
|
32831
|
+
}
|
|
32832
|
+
.c1udgdh2 .collapse-arrow {
|
|
32833
|
+
transition: all 50ms ease-out 0ms;
|
|
32834
|
+
margin-right: 2px;
|
|
32835
|
+
}
|
|
32836
|
+
|
|
32849
32837
|
.rrwcpby {
|
|
32850
32838
|
display: flex;
|
|
32851
32839
|
align-items: center;
|
|
@@ -32862,6 +32850,23 @@ input.rrg1fkn.ant-input {
|
|
|
32862
32850
|
margin-right: 6px;
|
|
32863
32851
|
}
|
|
32864
32852
|
|
|
32853
|
+
.bab9xum {
|
|
32854
|
+
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);
|
|
32855
|
+
}
|
|
32856
|
+
|
|
32857
|
+
.cav4gt6 {
|
|
32858
|
+
border-radius: 8px;
|
|
32859
|
+
background-color: white;
|
|
32860
|
+
}
|
|
32861
|
+
.cav4gt6.hoverable {
|
|
32862
|
+
cursor: pointer;
|
|
32863
|
+
}
|
|
32864
|
+
.cav4gt6.hoverable:hover {
|
|
32865
|
+
transition: all 200ms ease;
|
|
32866
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32867
|
+
transform: translateY(-4px);
|
|
32868
|
+
}
|
|
32869
|
+
|
|
32865
32870
|
.tc40oxa {
|
|
32866
32871
|
margin-bottom: 4px;
|
|
32867
32872
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33156,6 +33161,7 @@ input.rrg1fkn.ant-input {
|
|
|
33156
33161
|
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33157
33162
|
border-color: #0096ff;
|
|
33158
33163
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33164
|
+
z-index: 1;
|
|
33159
33165
|
}
|
|
33160
33166
|
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33161
33167
|
border-color: #e75a3a;
|
|
@@ -33168,6 +33174,25 @@ input.rrg1fkn.ant-input {
|
|
|
33168
33174
|
font-size: inherit;
|
|
33169
33175
|
}
|
|
33170
33176
|
|
|
33177
|
+
.feau332.ant-form-item {
|
|
33178
|
+
margin-bottom: 0;
|
|
33179
|
+
}
|
|
33180
|
+
.feau332 .ant-form-item-explain {
|
|
33181
|
+
display: none;
|
|
33182
|
+
min-height: 18px;
|
|
33183
|
+
margin-top: 5px;
|
|
33184
|
+
font-family: "Inter";
|
|
33185
|
+
font-weight: 400;
|
|
33186
|
+
font-size: 12px;
|
|
33187
|
+
line-height: 18px;
|
|
33188
|
+
}
|
|
33189
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33190
|
+
white-space: pre-wrap;
|
|
33191
|
+
}
|
|
33192
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33193
|
+
display: block;
|
|
33194
|
+
}
|
|
33195
|
+
|
|
33171
33196
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33172
33197
|
display: var(--a6dbbkm-0);
|
|
33173
33198
|
}
|
|
@@ -33197,23 +33222,4 @@ input.rrg1fkn.ant-input {
|
|
|
33197
33222
|
margin: 0;
|
|
33198
33223
|
height: auto;
|
|
33199
33224
|
font-size: inherit;
|
|
33200
|
-
}
|
|
33201
|
-
|
|
33202
|
-
.feau332.ant-form-item {
|
|
33203
|
-
margin-bottom: 0;
|
|
33204
|
-
}
|
|
33205
|
-
.feau332 .ant-form-item-explain {
|
|
33206
|
-
display: none;
|
|
33207
|
-
min-height: 18px;
|
|
33208
|
-
margin-top: 5px;
|
|
33209
|
-
font-family: "Inter";
|
|
33210
|
-
font-weight: 400;
|
|
33211
|
-
font-size: 12px;
|
|
33212
|
-
line-height: 18px;
|
|
33213
|
-
}
|
|
33214
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33215
|
-
white-space: pre-wrap;
|
|
33216
|
-
}
|
|
33217
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33218
|
-
display: block;
|
|
33219
33225
|
}
|