@cloudtower/eagle 0.26.36 → 0.26.37
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.css +388 -388
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1764 -1764
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -30206,6 +30206,70 @@ html body {
|
|
|
30206
30206
|
border-radius: unset;
|
|
30207
30207
|
}
|
|
30208
30208
|
|
|
30209
|
+
.s34f1qb.ant-switch {
|
|
30210
|
+
min-width: 40px;
|
|
30211
|
+
height: 24px;
|
|
30212
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30213
|
+
overflow: hidden;
|
|
30214
|
+
}
|
|
30215
|
+
.s34f1qb.ant-switch:focus {
|
|
30216
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30217
|
+
}
|
|
30218
|
+
.s34f1qb.ant-switch-small {
|
|
30219
|
+
min-width: 26px;
|
|
30220
|
+
height: 16px;
|
|
30221
|
+
}
|
|
30222
|
+
.s34f1qb.ant-switch-large {
|
|
30223
|
+
min-width: 52px;
|
|
30224
|
+
height: 32px;
|
|
30225
|
+
}
|
|
30226
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30227
|
+
height: 20px;
|
|
30228
|
+
width: 20px;
|
|
30229
|
+
}
|
|
30230
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30231
|
+
border-radius: 10px;
|
|
30232
|
+
transition-delay: 120ms;
|
|
30233
|
+
}
|
|
30234
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30235
|
+
height: 14px;
|
|
30236
|
+
width: 14px;
|
|
30237
|
+
top: 1px;
|
|
30238
|
+
left: 1px;
|
|
30239
|
+
}
|
|
30240
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30241
|
+
height: 28px;
|
|
30242
|
+
width: 28px;
|
|
30243
|
+
}
|
|
30244
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30245
|
+
border-radius: 14px;
|
|
30246
|
+
}
|
|
30247
|
+
.s34f1qb.ant-switch-checked {
|
|
30248
|
+
background-color: #00ba5d;
|
|
30249
|
+
}
|
|
30250
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30251
|
+
left: calc(100% - 20px - 2px);
|
|
30252
|
+
}
|
|
30253
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30254
|
+
left: calc(100% - 14px - 1px);
|
|
30255
|
+
}
|
|
30256
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30257
|
+
left: calc(100% - 28px - 2px);
|
|
30258
|
+
}
|
|
30259
|
+
|
|
30260
|
+
.c1to9vb9 {
|
|
30261
|
+
margin-left: 5px;
|
|
30262
|
+
}
|
|
30263
|
+
|
|
30264
|
+
.obf05yr {
|
|
30265
|
+
display: inline-block;
|
|
30266
|
+
}
|
|
30267
|
+
|
|
30268
|
+
.hsms1n6 {
|
|
30269
|
+
visibility: hidden;
|
|
30270
|
+
position: absolute;
|
|
30271
|
+
}
|
|
30272
|
+
|
|
30209
30273
|
.fde5mpd {
|
|
30210
30274
|
width: 100%;
|
|
30211
30275
|
height: 100%;
|
|
@@ -30221,1389 +30285,1214 @@ html body {
|
|
|
30221
30285
|
font-size: 18px;
|
|
30222
30286
|
}
|
|
30223
30287
|
|
|
30224
|
-
.
|
|
30225
|
-
display:
|
|
30226
|
-
|
|
30227
|
-
}
|
|
30228
|
-
.i1mrf09m .icon-inner {
|
|
30229
|
-
display: inline-flex;
|
|
30230
|
-
align-items: center;
|
|
30231
|
-
justify-content: center;
|
|
30232
|
-
}
|
|
30233
|
-
.i1mrf09m .icon-inner + span,
|
|
30234
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30235
|
-
margin-left: 4px;
|
|
30236
|
-
}
|
|
30237
|
-
.i1mrf09m.is-rotate img,
|
|
30238
|
-
.i1mrf09m.is-rotate svg {
|
|
30239
|
-
animation: rotate 680ms linear infinite;
|
|
30288
|
+
.cz04yix {
|
|
30289
|
+
display: flex;
|
|
30290
|
+
flex-direction: column;
|
|
30240
30291
|
}
|
|
30241
30292
|
|
|
30242
|
-
.
|
|
30243
|
-
|
|
30244
|
-
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30248
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30249
|
-
display: flex;
|
|
30250
|
-
align-items: center;
|
|
30251
|
-
white-space: nowrap;
|
|
30252
|
-
margin-right: 4px;
|
|
30293
|
+
.m1if5j39 {
|
|
30294
|
+
max-width: 1120px;
|
|
30295
|
+
width: 100%;
|
|
30296
|
+
margin: 0 auto;
|
|
30297
|
+
height: 100%;
|
|
30253
30298
|
}
|
|
30254
30299
|
|
|
30255
|
-
.
|
|
30300
|
+
.w1vvwdlp {
|
|
30301
|
+
max-width: 1120px;
|
|
30302
|
+
width: 100%;
|
|
30303
|
+
margin: 0 auto;
|
|
30256
30304
|
display: flex;
|
|
30257
|
-
justify-content: space-between;
|
|
30258
|
-
align-items: center;
|
|
30259
|
-
padding: 10px 0;
|
|
30260
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30261
|
-
font-size: 12px;
|
|
30262
|
-
line-height: 24px;
|
|
30263
30305
|
}
|
|
30264
|
-
.
|
|
30265
|
-
|
|
30306
|
+
.w1vvwdlp .left,
|
|
30307
|
+
.w1vvwdlp .right {
|
|
30308
|
+
flex-grow: 0;
|
|
30309
|
+
flex-shrink: 0;
|
|
30310
|
+
flex-basis: 21%;
|
|
30266
30311
|
}
|
|
30267
|
-
.
|
|
30312
|
+
.w1vvwdlp .left {
|
|
30268
30313
|
display: flex;
|
|
30269
|
-
|
|
30270
|
-
|
|
30271
|
-
cursor: pointer;
|
|
30272
|
-
transition: all 0.3s ease;
|
|
30314
|
+
justify-content: flex-end;
|
|
30315
|
+
padding-right: 44px;
|
|
30273
30316
|
}
|
|
30274
|
-
.
|
|
30275
|
-
|
|
30276
|
-
color: #0080ff;
|
|
30317
|
+
.w1vvwdlp .right {
|
|
30318
|
+
padding-left: 44px;
|
|
30277
30319
|
}
|
|
30278
|
-
.
|
|
30279
|
-
margin-
|
|
30320
|
+
.w1vvwdlp .middle {
|
|
30321
|
+
margin-bottom: 40px;
|
|
30322
|
+
flex-grow: 0;
|
|
30323
|
+
flex-shrink: 0;
|
|
30324
|
+
flex-basis: 58%;
|
|
30280
30325
|
}
|
|
30281
|
-
.
|
|
30282
|
-
|
|
30283
|
-
align-items: center;
|
|
30284
|
-
color: #0080ff;
|
|
30285
|
-
font-weight: bold;
|
|
30326
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30327
|
+
width: 100%;
|
|
30286
30328
|
}
|
|
30287
|
-
.
|
|
30288
|
-
|
|
30329
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30330
|
+
width: auto;
|
|
30289
30331
|
}
|
|
30290
|
-
|
|
30291
|
-
.
|
|
30292
|
-
|
|
30332
|
+
|
|
30333
|
+
.h1cuopx7 .ant-modal-header {
|
|
30334
|
+
margin: 0 auto;
|
|
30335
|
+
width: 100%;
|
|
30336
|
+
max-width: 648px;
|
|
30293
30337
|
}
|
|
30294
|
-
.
|
|
30295
|
-
|
|
30296
|
-
color: #0080ff;
|
|
30338
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30339
|
+
margin-left: 0;
|
|
30297
30340
|
}
|
|
30298
|
-
.
|
|
30299
|
-
|
|
30341
|
+
.h1cuopx7 .ant-modal-body {
|
|
30342
|
+
margin: 0 auto;
|
|
30343
|
+
padding: 0;
|
|
30344
|
+
width: 100%;
|
|
30345
|
+
max-width: 648px;
|
|
30346
|
+
overflow: hidden;
|
|
30300
30347
|
}
|
|
30301
|
-
|
|
30302
|
-
|
|
30303
|
-
max-height: calc(100vh - 128px);
|
|
30304
|
-
overflow-y: auto;
|
|
30348
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30349
|
+
margin-bottom: 40px;
|
|
30305
30350
|
}
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
line-height: 18px;
|
|
30351
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30352
|
+
height: calc(100vh - 225px);
|
|
30353
|
+
overflow-y: auto;
|
|
30310
30354
|
}
|
|
30311
|
-
|
|
30312
|
-
|
|
30313
|
-
|
|
30355
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30356
|
+
margin: 0 auto;
|
|
30357
|
+
max-width: 648px;
|
|
30314
30358
|
}
|
|
30315
30359
|
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30318
|
-
|
|
30360
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30361
|
+
margin: 0 auto;
|
|
30362
|
+
width: 100%;
|
|
30363
|
+
max-width: 1024px;
|
|
30319
30364
|
}
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
display: inline-flex;
|
|
30323
|
-
align-items: baseline;
|
|
30324
|
-
white-space: pre-wrap;
|
|
30365
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30366
|
+
margin-left: 0;
|
|
30325
30367
|
}
|
|
30326
|
-
.
|
|
30327
|
-
|
|
30328
|
-
|
|
30368
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30369
|
+
margin: 0 auto;
|
|
30370
|
+
padding: 0;
|
|
30371
|
+
width: 100%;
|
|
30372
|
+
max-width: 1024px;
|
|
30373
|
+
overflow: hidden;
|
|
30329
30374
|
}
|
|
30330
|
-
.
|
|
30331
|
-
|
|
30375
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30376
|
+
margin-bottom: 40px;
|
|
30332
30377
|
}
|
|
30333
|
-
.
|
|
30334
|
-
|
|
30378
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30379
|
+
height: calc(100vh - 225px);
|
|
30380
|
+
overflow-y: auto;
|
|
30335
30381
|
}
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30338
|
-
|
|
30382
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30383
|
+
margin: 0 auto;
|
|
30384
|
+
max-width: 1024px;
|
|
30339
30385
|
}
|
|
30340
|
-
|
|
30341
|
-
|
|
30342
|
-
|
|
30343
|
-
width: 6px;
|
|
30344
|
-
height: 6px;
|
|
30345
|
-
background: #fff;
|
|
30386
|
+
|
|
30387
|
+
.fxgckuk {
|
|
30388
|
+
flex: 1;
|
|
30346
30389
|
}
|
|
30347
|
-
.
|
|
30348
|
-
|
|
30390
|
+
.fxgckuk label {
|
|
30391
|
+
font-size: 13px;
|
|
30392
|
+
line-height: 20px;
|
|
30393
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30349
30394
|
}
|
|
30350
|
-
.
|
|
30351
|
-
|
|
30352
|
-
|
|
30395
|
+
.fxgckuk .title {
|
|
30396
|
+
font-size: 14px;
|
|
30397
|
+
line-height: 20px;
|
|
30398
|
+
color: #2d3a56;
|
|
30399
|
+
margin-bottom: 12px;
|
|
30353
30400
|
}
|
|
30354
|
-
.
|
|
30355
|
-
|
|
30401
|
+
.fxgckuk.connect-cluster .title {
|
|
30402
|
+
padding-bottom: 26px;
|
|
30356
30403
|
}
|
|
30357
|
-
|
|
30358
|
-
|
|
30359
|
-
|
|
30404
|
+
|
|
30405
|
+
.f1d0vek1 {
|
|
30406
|
+
padding: 25px 0 15px 0;
|
|
30407
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30408
|
+
margin-bottom: 16px;
|
|
30360
30409
|
}
|
|
30361
|
-
|
|
30362
|
-
|
|
30410
|
+
|
|
30411
|
+
.f4u402y {
|
|
30412
|
+
display: flex;
|
|
30413
|
+
align-items: center;
|
|
30414
|
+
margin-bottom: 8px;
|
|
30363
30415
|
}
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30366
|
-
padding: 0;
|
|
30367
|
-
padding-left: 12px;
|
|
30416
|
+
.f4u402y > label {
|
|
30417
|
+
width: 216px;
|
|
30368
30418
|
}
|
|
30369
|
-
.
|
|
30370
|
-
|
|
30371
|
-
white-space: pre-wrap;
|
|
30372
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30419
|
+
.f4u402y > label + * {
|
|
30420
|
+
width: 100%;
|
|
30373
30421
|
}
|
|
30374
|
-
.
|
|
30375
|
-
|
|
30422
|
+
.f4u402y .ant-select {
|
|
30423
|
+
width: 100%;
|
|
30376
30424
|
}
|
|
30377
30425
|
|
|
30378
|
-
.
|
|
30379
|
-
|
|
30380
|
-
|
|
30381
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30382
|
-
border-radius: 0 5px 5px 0;
|
|
30426
|
+
.e1pldf6v {
|
|
30427
|
+
color: #e75a3a;
|
|
30428
|
+
margin-right: 10px;
|
|
30383
30429
|
}
|
|
30384
30430
|
|
|
30385
|
-
.
|
|
30386
|
-
|
|
30387
|
-
|
|
30388
|
-
|
|
30389
|
-
|
|
30390
|
-
border-color: #a3b4cc;
|
|
30391
|
-
}
|
|
30392
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30393
|
-
padding: 0 12px;
|
|
30394
|
-
line-height: 32px;
|
|
30395
|
-
height: 32px;
|
|
30431
|
+
.dq0gblh {
|
|
30432
|
+
width: 100%;
|
|
30433
|
+
height: 1px;
|
|
30434
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30435
|
+
margin: 24px 0;
|
|
30396
30436
|
}
|
|
30397
|
-
|
|
30398
|
-
|
|
30437
|
+
|
|
30438
|
+
.l1v7sr0n {
|
|
30439
|
+
display: flex;
|
|
30440
|
+
justify-content: center;
|
|
30441
|
+
align-items: center;
|
|
30442
|
+
height: 100%;
|
|
30399
30443
|
}
|
|
30400
|
-
|
|
30401
|
-
|
|
30402
|
-
|
|
30403
|
-
|
|
30444
|
+
|
|
30445
|
+
.d1i4ou6o {
|
|
30446
|
+
display: inline-block;
|
|
30447
|
+
width: 4px;
|
|
30448
|
+
height: 4px;
|
|
30449
|
+
background: #8e9aa9;
|
|
30450
|
+
opacity: 0.4;
|
|
30451
|
+
border-radius: 50%;
|
|
30452
|
+
margin: 0 4px;
|
|
30404
30453
|
}
|
|
30405
|
-
|
|
30406
|
-
|
|
30454
|
+
|
|
30455
|
+
.m1jy87hk .ant-modal-header,
|
|
30456
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30457
|
+
width: 648px;
|
|
30458
|
+
margin: 0 auto;
|
|
30407
30459
|
}
|
|
30408
|
-
.
|
|
30409
|
-
|
|
30460
|
+
.m1jy87hk .ant-modal-header {
|
|
30461
|
+
padding: 35px 0 24px;
|
|
30462
|
+
border: none;
|
|
30410
30463
|
}
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30413
|
-
opacity: 0.5;
|
|
30464
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30465
|
+
font-size: 30px;
|
|
30414
30466
|
}
|
|
30415
|
-
.
|
|
30416
|
-
|
|
30467
|
+
.m1jy87hk .ant-modal-body {
|
|
30468
|
+
padding: 4px 0 2px;
|
|
30417
30469
|
}
|
|
30418
|
-
.
|
|
30419
|
-
border
|
|
30470
|
+
.m1jy87hk .ant-modal-footer {
|
|
30471
|
+
border: none;
|
|
30420
30472
|
}
|
|
30421
|
-
|
|
30422
|
-
|
|
30473
|
+
|
|
30474
|
+
.ti7fpyu {
|
|
30475
|
+
font-size: 12px;
|
|
30476
|
+
line-height: 18px;
|
|
30477
|
+
font-weight: bold;
|
|
30478
|
+
color: #fff;
|
|
30479
|
+
padding: 0 4px;
|
|
30480
|
+
border-radius: 4px;
|
|
30481
|
+
display: inline-block;
|
|
30482
|
+
background: var(--ti7fpyu-0);
|
|
30423
30483
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
border-color: #ccd4e3;
|
|
30427
|
-
opacity: 0.5;
|
|
30484
|
+
.ti7fpyu:not(:first-child) {
|
|
30485
|
+
margin-left: 4px;
|
|
30428
30486
|
}
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
|
|
30487
|
+
|
|
30488
|
+
.f1rest1f {
|
|
30489
|
+
width: 100%;
|
|
30490
|
+
height: 100%;
|
|
30491
|
+
display: flex;
|
|
30492
|
+
align-items: center;
|
|
30493
|
+
justify-content: center;
|
|
30432
30494
|
}
|
|
30433
|
-
|
|
30434
|
-
|
|
30435
|
-
|
|
30436
|
-
|
|
30495
|
+
|
|
30496
|
+
.n1kbdoln {
|
|
30497
|
+
font-size: 90%;
|
|
30498
|
+
font-weight: bold;
|
|
30499
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30500
|
+
padding: 1px 4px 1px;
|
|
30501
|
+
margin-left: 2px;
|
|
30502
|
+
margin-right: 2px;
|
|
30503
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30504
|
+
border-radius: 4px;
|
|
30437
30505
|
}
|
|
30438
|
-
|
|
30439
|
-
|
|
30440
|
-
|
|
30441
|
-
border: none;
|
|
30442
|
-
padding: 0;
|
|
30443
|
-
width: 36px;
|
|
30444
|
-
background: transparent;
|
|
30506
|
+
|
|
30507
|
+
.f1y3gta0.form-item-general {
|
|
30508
|
+
width: 640px;
|
|
30445
30509
|
}
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30510
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30511
|
+
margin-top: 16px;
|
|
30448
30512
|
}
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30451
|
-
width: initial;
|
|
30452
|
-
box-shadow: none;
|
|
30513
|
+
.f1y3gta0.form-item-compact {
|
|
30514
|
+
width: 412px;
|
|
30453
30515
|
}
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30516
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30517
|
+
margin-top: 8px;
|
|
30456
30518
|
}
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30519
|
+
.f1y3gta0 .form-item {
|
|
30520
|
+
width: auto;
|
|
30459
30521
|
}
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30462
|
-
|
|
30463
|
-
padding: 0;
|
|
30464
|
-
width: 36px;
|
|
30522
|
+
.f1y3gta0 .form-item-main {
|
|
30523
|
+
position: relative;
|
|
30524
|
+
display: flex;
|
|
30465
30525
|
}
|
|
30466
|
-
|
|
30467
|
-
|
|
30468
|
-
|
|
30469
|
-
|
|
30470
|
-
background:
|
|
30471
|
-
|
|
30526
|
+
.f1y3gta0 .form-item-extra {
|
|
30527
|
+
margin-top: 4px;
|
|
30528
|
+
width: 100%;
|
|
30529
|
+
padding: 14px;
|
|
30530
|
+
background: #f2f4f6;
|
|
30531
|
+
font-size: 13px;
|
|
30532
|
+
line-height: 1.8;
|
|
30533
|
+
color: #8e9aa9;
|
|
30472
30534
|
}
|
|
30473
|
-
.
|
|
30474
|
-
|
|
30535
|
+
.f1y3gta0 .form-item-label {
|
|
30536
|
+
padding-right: 12px;
|
|
30537
|
+
font-size: 13px;
|
|
30538
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30475
30539
|
}
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
height: 16px;
|
|
30540
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30541
|
+
text-align: right;
|
|
30479
30542
|
}
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30482
|
-
height: 32px;
|
|
30543
|
+
.f1y3gta0 .form-item-label,
|
|
30544
|
+
.f1y3gta0 .form-item-control {
|
|
30545
|
+
line-height: 32px;
|
|
30483
30546
|
}
|
|
30484
|
-
.
|
|
30485
|
-
height:
|
|
30486
|
-
width: 20px;
|
|
30547
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30548
|
+
line-height: 18px;
|
|
30487
30549
|
}
|
|
30488
|
-
.
|
|
30489
|
-
|
|
30490
|
-
transition-delay: 120ms;
|
|
30550
|
+
.f1y3gta0 .form-item-children {
|
|
30551
|
+
width: 100%;
|
|
30491
30552
|
}
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30494
|
-
width: 14px;
|
|
30495
|
-
top: 1px;
|
|
30496
|
-
left: 1px;
|
|
30553
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30554
|
+
width: 100%;
|
|
30497
30555
|
}
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30500
|
-
|
|
30556
|
+
.f1y3gta0 .form-item-error {
|
|
30557
|
+
color: #e75a3a;
|
|
30558
|
+
height: 0;
|
|
30559
|
+
overflow: hidden;
|
|
30501
30560
|
}
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30561
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30562
|
+
margin-top: 4px;
|
|
30563
|
+
height: auto;
|
|
30564
|
+
overflow: auto;
|
|
30504
30565
|
}
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30566
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30567
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30568
|
+
border: 1px solid #e75a3a;
|
|
30569
|
+
color: #e75a3a;
|
|
30507
30570
|
}
|
|
30508
|
-
|
|
30509
|
-
|
|
30571
|
+
|
|
30572
|
+
.fujbm7g {
|
|
30573
|
+
color: #2d3a56;
|
|
30574
|
+
font-weight: bold;
|
|
30575
|
+
padding-bottom: 6px;
|
|
30576
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30577
|
+
margin-bottom: 16px;
|
|
30510
30578
|
}
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30513
|
-
}
|
|
30514
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30515
|
-
left: calc(100% - 28px - 2px);
|
|
30516
|
-
}
|
|
30517
|
-
|
|
30518
|
-
.c1to9vb9 {
|
|
30519
|
-
margin-left: 5px;
|
|
30579
|
+
.fujbm7g:not(:first-of-type) {
|
|
30580
|
+
margin-top: 16px;
|
|
30520
30581
|
}
|
|
30521
30582
|
|
|
30522
|
-
.
|
|
30583
|
+
.e5fsw5s {
|
|
30584
|
+
width: 8px;
|
|
30585
|
+
height: 24px;
|
|
30523
30586
|
display: flex;
|
|
30524
|
-
|
|
30587
|
+
justify-content: center;
|
|
30588
|
+
align-items: center;
|
|
30589
|
+
cursor: pointer;
|
|
30590
|
+
transition: all 200ms ease-out 40ms;
|
|
30591
|
+
}
|
|
30592
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30593
|
+
content: "";
|
|
30594
|
+
width: 1px;
|
|
30595
|
+
height: 6px;
|
|
30596
|
+
border-radius: 1px;
|
|
30597
|
+
background: #ccd4e3;
|
|
30598
|
+
position: relative;
|
|
30599
|
+
right: 2px;
|
|
30600
|
+
transform: rotate(-45deg);
|
|
30601
|
+
}
|
|
30602
|
+
.e5fsw5s:after {
|
|
30603
|
+
transform: rotate(45deg);
|
|
30604
|
+
left: 1px;
|
|
30525
30605
|
}
|
|
30526
30606
|
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
|
|
30531
|
-
|
|
30607
|
+
.w18knsg4.ant-alert-warning {
|
|
30608
|
+
border: 0;
|
|
30609
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30610
|
+
border-radius: 6px;
|
|
30611
|
+
}
|
|
30612
|
+
.w18knsg4.ant-alert,
|
|
30613
|
+
.w18knsg4 .ant-alert-message {
|
|
30614
|
+
color: #e07f00;
|
|
30615
|
+
}
|
|
30616
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30617
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30618
|
+
border-bottom-color: #e07f00;
|
|
30532
30619
|
}
|
|
30533
30620
|
|
|
30534
|
-
.
|
|
30535
|
-
max-width: 1120px;
|
|
30536
|
-
width: 100%;
|
|
30537
|
-
margin: 0 auto;
|
|
30621
|
+
.ng31n2o {
|
|
30538
30622
|
display: flex;
|
|
30623
|
+
flex-direction: row;
|
|
30624
|
+
padding: 7px 12px;
|
|
30625
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30626
|
+
border-radius: 6px;
|
|
30627
|
+
color: #e07f00;
|
|
30628
|
+
font-size: 12px;
|
|
30629
|
+
line-height: 18px;
|
|
30539
30630
|
}
|
|
30540
|
-
.
|
|
30541
|
-
|
|
30542
|
-
|
|
30543
|
-
flex-shrink: 0;
|
|
30544
|
-
flex-basis: 21%;
|
|
30631
|
+
.ng31n2o .icon-wrapper {
|
|
30632
|
+
margin-right: 10px;
|
|
30633
|
+
height: 18px;
|
|
30545
30634
|
}
|
|
30546
|
-
|
|
30635
|
+
|
|
30636
|
+
.n15x5f5y {
|
|
30547
30637
|
display: flex;
|
|
30548
|
-
|
|
30549
|
-
padding
|
|
30550
|
-
|
|
30551
|
-
|
|
30552
|
-
|
|
30638
|
+
flex-direction: row;
|
|
30639
|
+
padding: 7px 12px;
|
|
30640
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30641
|
+
border-radius: 6px;
|
|
30642
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30643
|
+
font-size: 12px;
|
|
30644
|
+
line-height: 18px;
|
|
30553
30645
|
}
|
|
30554
|
-
.
|
|
30555
|
-
margin-
|
|
30556
|
-
|
|
30557
|
-
flex-shrink: 0;
|
|
30558
|
-
flex-basis: 58%;
|
|
30646
|
+
.n15x5f5y .icon-wrapper {
|
|
30647
|
+
margin-right: 10px;
|
|
30648
|
+
height: 18px;
|
|
30559
30649
|
}
|
|
30560
|
-
|
|
30561
|
-
|
|
30650
|
+
|
|
30651
|
+
.i16ozz3f {
|
|
30652
|
+
display: flex;
|
|
30653
|
+
flex-direction: row;
|
|
30654
|
+
padding: 7px 12px;
|
|
30655
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30656
|
+
border-radius: 6px;
|
|
30657
|
+
color: #005ed1;
|
|
30658
|
+
font-size: 12px;
|
|
30659
|
+
line-height: 18px;
|
|
30562
30660
|
}
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30661
|
+
.i16ozz3f .icon-wrapper {
|
|
30662
|
+
margin-right: 10px;
|
|
30663
|
+
height: 18px;
|
|
30565
30664
|
}
|
|
30566
30665
|
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30569
|
-
|
|
30570
|
-
|
|
30571
|
-
|
|
30572
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30573
|
-
margin-left: 0;
|
|
30666
|
+
.dszu9qr {
|
|
30667
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30668
|
+
margin-top: 5px;
|
|
30669
|
+
font-size: 12px;
|
|
30670
|
+
line-height: 18px;
|
|
30574
30671
|
}
|
|
30575
|
-
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
overflow: hidden;
|
|
30672
|
+
|
|
30673
|
+
.snxzgx {
|
|
30674
|
+
color: #f0483e;
|
|
30675
|
+
font-size: 12px;
|
|
30676
|
+
white-space: pre-wrap;
|
|
30581
30677
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30678
|
+
|
|
30679
|
+
.o1i4orqw {
|
|
30680
|
+
display: flex;
|
|
30681
|
+
align-items: center;
|
|
30682
|
+
justify-content: flex-end;
|
|
30584
30683
|
}
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30587
|
-
overflow-y: auto;
|
|
30684
|
+
.o1i4orqw .icon-wrapper {
|
|
30685
|
+
margin-right: 16px;
|
|
30588
30686
|
}
|
|
30589
|
-
|
|
30590
|
-
|
|
30591
|
-
|
|
30687
|
+
|
|
30688
|
+
.t79k8o2 {
|
|
30689
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30592
30690
|
}
|
|
30593
30691
|
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
|
|
30692
|
+
.ipd9bk.ant-input {
|
|
30693
|
+
padding: 5px 12px;
|
|
30694
|
+
line-height: 20px;
|
|
30695
|
+
color: #2d3a56;
|
|
30696
|
+
border-radius: 6px;
|
|
30697
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30698
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30598
30699
|
}
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30700
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30701
|
+
padding: 8px 16px;
|
|
30702
|
+
line-height: 22px;
|
|
30601
30703
|
}
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30604
|
-
|
|
30605
|
-
width: 100%;
|
|
30606
|
-
max-width: 1024px;
|
|
30607
|
-
overflow: hidden;
|
|
30704
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30705
|
+
padding: 2px 8px;
|
|
30706
|
+
line-height: 18px;
|
|
30608
30707
|
}
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30708
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30709
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30710
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30711
|
+
z-index: 1;
|
|
30611
30712
|
}
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30614
|
-
|
|
30713
|
+
.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 {
|
|
30714
|
+
border-color: #0096ff;
|
|
30715
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30716
|
+
z-index: 1;
|
|
30615
30717
|
}
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30618
|
-
|
|
30718
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30719
|
+
border-color: #e75a3a;
|
|
30720
|
+
color: #e75a3a;
|
|
30619
30721
|
}
|
|
30620
|
-
|
|
30621
|
-
|
|
30622
|
-
|
|
30722
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30723
|
+
border-color: #e75a3a;
|
|
30724
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30623
30725
|
}
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30626
|
-
|
|
30627
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30726
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30727
|
+
border-color: #e75a3a;
|
|
30728
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30628
30729
|
}
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30730
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30731
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30732
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30733
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30734
|
+
}
|
|
30735
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30736
|
+
padding: 5px 12px;
|
|
30737
|
+
border-radius: 6px;
|
|
30738
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30631
30739
|
line-height: 20px;
|
|
30632
30740
|
color: #2d3a56;
|
|
30633
|
-
|
|
30741
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30634
30742
|
}
|
|
30635
|
-
.
|
|
30636
|
-
|
|
30743
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30744
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30745
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30637
30746
|
}
|
|
30638
|
-
|
|
30639
|
-
|
|
30640
|
-
|
|
30641
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30642
|
-
margin-bottom: 16px;
|
|
30747
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30748
|
+
padding: 8px 16px;
|
|
30749
|
+
line-height: 22px;
|
|
30643
30750
|
}
|
|
30644
|
-
|
|
30645
|
-
|
|
30646
|
-
|
|
30647
|
-
align-items: center;
|
|
30648
|
-
margin-bottom: 8px;
|
|
30751
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30752
|
+
padding: 2px 8px;
|
|
30753
|
+
line-height: 18px;
|
|
30649
30754
|
}
|
|
30650
|
-
.
|
|
30651
|
-
|
|
30755
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30756
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30757
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30652
30758
|
}
|
|
30653
|
-
.
|
|
30654
|
-
|
|
30759
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30760
|
+
border-color: #0096ff;
|
|
30761
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30655
30762
|
}
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30763
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30764
|
+
border-color: #e75a3a;
|
|
30658
30765
|
}
|
|
30659
|
-
|
|
30660
|
-
.e1pldf6v {
|
|
30766
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30661
30767
|
color: #e75a3a;
|
|
30662
|
-
margin-right: 10px;
|
|
30663
|
-
}
|
|
30664
|
-
|
|
30665
|
-
.dq0gblh {
|
|
30666
|
-
width: 100%;
|
|
30667
|
-
height: 1px;
|
|
30668
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30669
|
-
margin: 24px 0;
|
|
30670
30768
|
}
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
|
|
30674
|
-
justify-content: center;
|
|
30675
|
-
align-items: center;
|
|
30676
|
-
height: 100%;
|
|
30769
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30770
|
+
border-color: #e75a3a;
|
|
30771
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30677
30772
|
}
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
|
|
30681
|
-
width: 4px;
|
|
30682
|
-
height: 4px;
|
|
30683
|
-
background: #8e9aa9;
|
|
30684
|
-
opacity: 0.4;
|
|
30685
|
-
border-radius: 50%;
|
|
30686
|
-
margin: 0 4px;
|
|
30773
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30774
|
+
border-color: #e75a3a;
|
|
30775
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30687
30776
|
}
|
|
30688
|
-
|
|
30689
|
-
|
|
30690
|
-
|
|
30691
|
-
|
|
30692
|
-
margin: 0 auto;
|
|
30777
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30778
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30779
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30780
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30693
30781
|
}
|
|
30694
|
-
.
|
|
30695
|
-
|
|
30696
|
-
|
|
30782
|
+
textarea.ipd9bk.ant-input {
|
|
30783
|
+
transition-property: height;
|
|
30784
|
+
transition-delay: 50ms;
|
|
30697
30785
|
}
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30786
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30787
|
+
min-height: 40px;
|
|
30788
|
+
height: 40px;
|
|
30700
30789
|
}
|
|
30701
|
-
.
|
|
30702
|
-
|
|
30790
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30791
|
+
height: 80px;
|
|
30703
30792
|
}
|
|
30704
|
-
.
|
|
30705
|
-
|
|
30793
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30794
|
+
min-height: 32px;
|
|
30795
|
+
height: 32px;
|
|
30706
30796
|
}
|
|
30707
|
-
|
|
30708
|
-
|
|
30709
|
-
font-size: 12px;
|
|
30710
|
-
line-height: 18px;
|
|
30711
|
-
font-weight: bold;
|
|
30712
|
-
color: #fff;
|
|
30713
|
-
padding: 0 4px;
|
|
30714
|
-
border-radius: 4px;
|
|
30715
|
-
display: inline-block;
|
|
30716
|
-
background: var(--ti7fpyu-0);
|
|
30797
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30798
|
+
height: 64px;
|
|
30717
30799
|
}
|
|
30718
|
-
.
|
|
30719
|
-
|
|
30800
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30801
|
+
min-height: 24px;
|
|
30802
|
+
height: 24px;
|
|
30720
30803
|
}
|
|
30721
|
-
|
|
30722
|
-
|
|
30723
|
-
width: 100%;
|
|
30724
|
-
height: 100%;
|
|
30725
|
-
display: flex;
|
|
30726
|
-
align-items: center;
|
|
30727
|
-
justify-content: center;
|
|
30804
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30805
|
+
height: 40px;
|
|
30728
30806
|
}
|
|
30729
30807
|
|
|
30730
|
-
.
|
|
30731
|
-
font-size: 90%;
|
|
30732
|
-
font-weight: bold;
|
|
30733
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30734
|
-
padding: 1px 4px 1px;
|
|
30735
|
-
margin-left: 2px;
|
|
30736
|
-
margin-right: 2px;
|
|
30808
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30737
30809
|
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30738
30810
|
border-radius: 4px;
|
|
30739
30811
|
}
|
|
30740
|
-
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
|
|
30746
|
-
}
|
|
30747
|
-
.f1y3gta0.form-item-compact {
|
|
30748
|
-
width: 412px;
|
|
30812
|
+
.kypn5o5.input-tags {
|
|
30813
|
+
position: relative;
|
|
30814
|
+
padding: 6px;
|
|
30815
|
+
height: 32px;
|
|
30816
|
+
cursor: pointer;
|
|
30817
|
+
transition: border 150ms;
|
|
30749
30818
|
}
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30819
|
+
.kypn5o5.input-tags:hover {
|
|
30820
|
+
border-color: #0080ff;
|
|
30821
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30752
30822
|
}
|
|
30753
|
-
.
|
|
30754
|
-
|
|
30823
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30824
|
+
padding-right: 30px;
|
|
30755
30825
|
}
|
|
30756
|
-
.
|
|
30757
|
-
position: relative;
|
|
30826
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30758
30827
|
display: flex;
|
|
30759
30828
|
}
|
|
30760
|
-
.
|
|
30761
|
-
|
|
30762
|
-
width: 100%;
|
|
30763
|
-
padding: 14px;
|
|
30764
|
-
background: #f2f4f6;
|
|
30765
|
-
font-size: 13px;
|
|
30766
|
-
line-height: 1.8;
|
|
30767
|
-
color: #8e9aa9;
|
|
30829
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30830
|
+
display: flex;
|
|
30768
30831
|
}
|
|
30769
|
-
.
|
|
30770
|
-
|
|
30771
|
-
|
|
30772
|
-
|
|
30832
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30833
|
+
position: absolute;
|
|
30834
|
+
right: 12px;
|
|
30835
|
+
top: 50%;
|
|
30836
|
+
transform: translateY(-50%);
|
|
30773
30837
|
}
|
|
30774
|
-
.
|
|
30775
|
-
|
|
30838
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30839
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30840
|
+
font-size: 12px;
|
|
30841
|
+
cursor: pointer;
|
|
30776
30842
|
}
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30779
|
-
line-height: 32px;
|
|
30843
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30844
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30780
30845
|
}
|
|
30781
|
-
.
|
|
30782
|
-
|
|
30846
|
+
.kypn5o5.has-focus-indicator {
|
|
30847
|
+
position: relative;
|
|
30848
|
+
overflow: hidden;
|
|
30783
30849
|
}
|
|
30784
|
-
.
|
|
30785
|
-
|
|
30850
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30851
|
+
position: absolute;
|
|
30852
|
+
top: 50%;
|
|
30853
|
+
transform: translateY(-50%);
|
|
30854
|
+
left: -16px;
|
|
30855
|
+
transition: left 150ms ease;
|
|
30856
|
+
opacity: 0;
|
|
30786
30857
|
}
|
|
30787
|
-
.
|
|
30788
|
-
|
|
30858
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30859
|
+
left: 8px;
|
|
30860
|
+
opacity: 1;
|
|
30789
30861
|
}
|
|
30790
|
-
.
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
overflow: hidden;
|
|
30862
|
+
.kypn5o5.has-focus-indicator input {
|
|
30863
|
+
transition: margin-left 150ms ease;
|
|
30864
|
+
margin-left: 0px;
|
|
30794
30865
|
}
|
|
30795
|
-
.
|
|
30796
|
-
margin-
|
|
30797
|
-
height: auto;
|
|
30798
|
-
overflow: auto;
|
|
30866
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30867
|
+
margin-left: 16px;
|
|
30799
30868
|
}
|
|
30800
|
-
|
|
30801
|
-
.
|
|
30802
|
-
border:
|
|
30803
|
-
|
|
30869
|
+
|
|
30870
|
+
input.l1ki27se.ant-input {
|
|
30871
|
+
border-top-right-radius: 0;
|
|
30872
|
+
border-bottom-right-radius: 0;
|
|
30804
30873
|
}
|
|
30805
30874
|
|
|
30806
|
-
.
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
padding-bottom: 6px;
|
|
30810
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30811
|
-
margin-bottom: 16px;
|
|
30875
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30876
|
+
border-top-right-radius: 0;
|
|
30877
|
+
border-bottom-right-radius: 0;
|
|
30812
30878
|
}
|
|
30813
|
-
|
|
30814
|
-
|
|
30879
|
+
|
|
30880
|
+
input.rrg1fkn.ant-input {
|
|
30881
|
+
border-top-left-radius: 0;
|
|
30882
|
+
border-bottom-left-radius: 0;
|
|
30815
30883
|
}
|
|
30816
30884
|
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30819
|
-
|
|
30820
|
-
display: flex;
|
|
30821
|
-
justify-content: center;
|
|
30822
|
-
align-items: center;
|
|
30823
|
-
cursor: pointer;
|
|
30824
|
-
transition: all 200ms ease-out 40ms;
|
|
30885
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30886
|
+
border-top-left-radius: 0;
|
|
30887
|
+
border-bottom-left-radius: 0;
|
|
30825
30888
|
}
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
|
|
30829
|
-
|
|
30830
|
-
border-radius: 1px;
|
|
30831
|
-
background: #ccd4e3;
|
|
30832
|
-
position: relative;
|
|
30833
|
-
right: 2px;
|
|
30834
|
-
transform: rotate(-45deg);
|
|
30889
|
+
|
|
30890
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30891
|
+
border-top-right-radius: 0;
|
|
30892
|
+
border-bottom-right-radius: 0;
|
|
30835
30893
|
}
|
|
30836
|
-
|
|
30837
|
-
|
|
30838
|
-
left:
|
|
30894
|
+
|
|
30895
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30896
|
+
border-top-left-radius: 0;
|
|
30897
|
+
border-bottom-left-radius: 0;
|
|
30839
30898
|
}
|
|
30840
30899
|
|
|
30841
|
-
.
|
|
30842
|
-
|
|
30843
|
-
|
|
30844
|
-
|
|
30900
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30901
|
+
display: inline-flex;
|
|
30902
|
+
align-items: baseline;
|
|
30903
|
+
white-space: pre-wrap;
|
|
30845
30904
|
}
|
|
30846
|
-
.
|
|
30847
|
-
|
|
30848
|
-
|
|
30905
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30906
|
+
position: relative;
|
|
30907
|
+
top: 3px;
|
|
30849
30908
|
}
|
|
30850
|
-
.
|
|
30851
|
-
|
|
30852
|
-
border-bottom-color: #e07f00;
|
|
30909
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30910
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30853
30911
|
}
|
|
30854
|
-
|
|
30855
|
-
|
|
30856
|
-
display: flex;
|
|
30857
|
-
flex-direction: row;
|
|
30858
|
-
padding: 7px 12px;
|
|
30859
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30860
|
-
border-radius: 6px;
|
|
30861
|
-
color: #e07f00;
|
|
30862
|
-
font-size: 12px;
|
|
30863
|
-
line-height: 18px;
|
|
30912
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30913
|
+
border-color: #0080ff;
|
|
30864
30914
|
}
|
|
30865
|
-
.
|
|
30866
|
-
|
|
30867
|
-
|
|
30915
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30916
|
+
border-color: #0080ff;
|
|
30917
|
+
background: #0080ff;
|
|
30868
30918
|
}
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
background:
|
|
30875
|
-
border-radius: 6px;
|
|
30876
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30877
|
-
font-size: 12px;
|
|
30878
|
-
line-height: 18px;
|
|
30919
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30920
|
+
top: 4px;
|
|
30921
|
+
left: 4px;
|
|
30922
|
+
width: 6px;
|
|
30923
|
+
height: 6px;
|
|
30924
|
+
background: #fff;
|
|
30879
30925
|
}
|
|
30880
|
-
.
|
|
30881
|
-
|
|
30882
|
-
height: 18px;
|
|
30926
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30927
|
+
opacity: 0.5;
|
|
30883
30928
|
}
|
|
30884
|
-
|
|
30885
|
-
.
|
|
30886
|
-
|
|
30887
|
-
flex-direction: row;
|
|
30888
|
-
padding: 7px 12px;
|
|
30889
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30890
|
-
border-radius: 6px;
|
|
30891
|
-
color: #005ed1;
|
|
30892
|
-
font-size: 12px;
|
|
30893
|
-
line-height: 18px;
|
|
30929
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30930
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30931
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30894
30932
|
}
|
|
30895
|
-
.
|
|
30896
|
-
|
|
30897
|
-
height: 18px;
|
|
30933
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30934
|
+
background: #00122e;
|
|
30898
30935
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
margin-top: 5px;
|
|
30903
|
-
font-size: 12px;
|
|
30904
|
-
line-height: 18px;
|
|
30936
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30937
|
+
color: #00122e;
|
|
30938
|
+
opacity: 0.5;
|
|
30905
30939
|
}
|
|
30906
|
-
|
|
30907
|
-
|
|
30908
|
-
color: #f0483e;
|
|
30909
|
-
font-size: 12px;
|
|
30910
|
-
white-space: pre-wrap;
|
|
30940
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30941
|
+
color: #00122e;
|
|
30911
30942
|
}
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
|
|
30916
|
-
justify-content: flex-end;
|
|
30943
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30944
|
+
display: inline-block;
|
|
30945
|
+
padding: 0;
|
|
30946
|
+
padding-left: 12px;
|
|
30917
30947
|
}
|
|
30918
|
-
.
|
|
30919
|
-
margin-
|
|
30948
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30949
|
+
margin-bottom: 0;
|
|
30950
|
+
white-space: pre-wrap;
|
|
30951
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30920
30952
|
}
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30953
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30954
|
+
padding-left: 8px;
|
|
30924
30955
|
}
|
|
30925
30956
|
|
|
30926
|
-
.
|
|
30927
|
-
|
|
30928
|
-
line-height: 20px;
|
|
30929
|
-
color: #2d3a56;
|
|
30930
|
-
border-radius: 6px;
|
|
30931
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30932
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30933
|
-
}
|
|
30934
|
-
.ipd9bk.ant-input.ant-input-lg {
|
|
30935
|
-
padding: 8px 16px;
|
|
30936
|
-
line-height: 22px;
|
|
30937
|
-
}
|
|
30938
|
-
.ipd9bk.ant-input.ant-input-sm {
|
|
30939
|
-
padding: 2px 8px;
|
|
30940
|
-
line-height: 18px;
|
|
30941
|
-
}
|
|
30942
|
-
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30943
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30944
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30945
|
-
z-index: 1;
|
|
30957
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30958
|
+
border-radius: 5px 0 0 5px;
|
|
30946
30959
|
}
|
|
30947
|
-
.
|
|
30948
|
-
border-
|
|
30949
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30950
|
-
z-index: 1;
|
|
30960
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30961
|
+
border-radius: 0 5px 5px 0;
|
|
30951
30962
|
}
|
|
30952
|
-
|
|
30953
|
-
|
|
30954
|
-
color: #
|
|
30963
|
+
|
|
30964
|
+
.r1f0aqcc {
|
|
30965
|
+
color: #00122e;
|
|
30966
|
+
border-color: #ccd4e3;
|
|
30955
30967
|
}
|
|
30956
|
-
.
|
|
30957
|
-
border-color: #
|
|
30958
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30968
|
+
.r1f0aqcc:first-child {
|
|
30969
|
+
border-color: #a3b4cc;
|
|
30959
30970
|
}
|
|
30960
|
-
.
|
|
30961
|
-
|
|
30962
|
-
|
|
30971
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30972
|
+
padding: 0 12px;
|
|
30973
|
+
line-height: 32px;
|
|
30974
|
+
height: 32px;
|
|
30963
30975
|
}
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30967
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30976
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30977
|
+
white-space: nowrap;
|
|
30968
30978
|
}
|
|
30969
|
-
.
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30979
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30980
|
+
height: 22px;
|
|
30981
|
+
padding: 0 7px;
|
|
30973
30982
|
line-height: 20px;
|
|
30974
|
-
color: #2d3a56;
|
|
30975
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30976
|
-
}
|
|
30977
|
-
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30978
|
-
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30979
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30980
|
-
}
|
|
30981
|
-
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30982
|
-
padding: 8px 16px;
|
|
30983
|
-
line-height: 22px;
|
|
30984
|
-
}
|
|
30985
|
-
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30986
|
-
padding: 2px 8px;
|
|
30987
|
-
line-height: 18px;
|
|
30988
30983
|
}
|
|
30989
|
-
.
|
|
30990
|
-
|
|
30991
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30984
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30985
|
+
background: #ccd4e3;
|
|
30992
30986
|
}
|
|
30993
|
-
.
|
|
30994
|
-
|
|
30995
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30987
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30988
|
+
background: #0080ff;
|
|
30996
30989
|
}
|
|
30997
|
-
.
|
|
30998
|
-
|
|
30990
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30991
|
+
background: #ccd4e3;
|
|
30992
|
+
opacity: 0.5;
|
|
30999
30993
|
}
|
|
31000
|
-
.
|
|
31001
|
-
color: #
|
|
30994
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30995
|
+
border-right-color: #0080ff;
|
|
31002
30996
|
}
|
|
31003
|
-
.
|
|
31004
|
-
border-color: #
|
|
31005
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30997
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30998
|
+
border-color: #0080ff;
|
|
31006
30999
|
}
|
|
31007
|
-
.
|
|
31008
|
-
|
|
31009
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31000
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31001
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31010
31002
|
}
|
|
31011
|
-
.
|
|
31003
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31012
31004
|
background: rgba(211, 218, 235, 0.6);
|
|
31013
|
-
color:
|
|
31014
|
-
|
|
31005
|
+
border-color: #ccd4e3;
|
|
31006
|
+
opacity: 0.5;
|
|
31015
31007
|
}
|
|
31016
|
-
|
|
31017
|
-
|
|
31018
|
-
|
|
31008
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31009
|
+
color: #00122e;
|
|
31010
|
+
border-color: #ccd4e3;
|
|
31019
31011
|
}
|
|
31020
|
-
|
|
31021
|
-
|
|
31022
|
-
|
|
31012
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31013
|
+
color: #00122e;
|
|
31014
|
+
border-color: #ccd4e3;
|
|
31015
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31023
31016
|
}
|
|
31024
|
-
|
|
31025
|
-
|
|
31017
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31018
|
+
margin-right: 8px;
|
|
31019
|
+
display: inline;
|
|
31020
|
+
border: none;
|
|
31021
|
+
padding: 0;
|
|
31022
|
+
width: 36px;
|
|
31023
|
+
background: transparent;
|
|
31026
31024
|
}
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
height: 32px;
|
|
31025
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31026
|
+
box-shadow: none;
|
|
31030
31027
|
}
|
|
31031
|
-
|
|
31032
|
-
|
|
31028
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31029
|
+
margin-right: 0;
|
|
31030
|
+
width: initial;
|
|
31031
|
+
box-shadow: none;
|
|
31033
31032
|
}
|
|
31034
|
-
|
|
31035
|
-
|
|
31036
|
-
height: 24px;
|
|
31033
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31034
|
+
display: none;
|
|
31037
31035
|
}
|
|
31038
|
-
|
|
31039
|
-
|
|
31036
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31037
|
+
display: inline;
|
|
31038
|
+
}
|
|
31039
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31040
|
+
display: inline;
|
|
31041
|
+
margin-right: 8px;
|
|
31042
|
+
padding: 0;
|
|
31043
|
+
width: 36px;
|
|
31040
31044
|
}
|
|
31041
31045
|
|
|
31042
|
-
.
|
|
31043
|
-
|
|
31046
|
+
.iap75of {
|
|
31047
|
+
height: 18px;
|
|
31048
|
+
line-height: 18px;
|
|
31049
|
+
padding: 0 4px;
|
|
31044
31050
|
border-radius: 4px;
|
|
31051
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31052
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31053
|
+
display: flex;
|
|
31054
|
+
align-items: center;
|
|
31055
|
+
white-space: nowrap;
|
|
31056
|
+
margin-right: 4px;
|
|
31045
31057
|
}
|
|
31046
|
-
|
|
31047
|
-
|
|
31048
|
-
|
|
31049
|
-
|
|
31050
|
-
cursor: pointer;
|
|
31051
|
-
transition: border 150ms;
|
|
31052
|
-
}
|
|
31053
|
-
.kypn5o5.input-tags:hover {
|
|
31054
|
-
border-color: #0080ff;
|
|
31055
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31058
|
+
|
|
31059
|
+
.i1mrf09m {
|
|
31060
|
+
display: inline-flex;
|
|
31061
|
+
align-items: center;
|
|
31056
31062
|
}
|
|
31057
|
-
.
|
|
31058
|
-
|
|
31063
|
+
.i1mrf09m .icon-inner {
|
|
31064
|
+
display: inline-flex;
|
|
31065
|
+
align-items: center;
|
|
31066
|
+
justify-content: center;
|
|
31059
31067
|
}
|
|
31060
|
-
.
|
|
31061
|
-
|
|
31068
|
+
.i1mrf09m .icon-inner + span,
|
|
31069
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
31070
|
+
margin-left: 4px;
|
|
31062
31071
|
}
|
|
31063
|
-
.
|
|
31072
|
+
.i1mrf09m.is-rotate img,
|
|
31073
|
+
.i1mrf09m.is-rotate svg {
|
|
31074
|
+
animation: rotate 680ms linear infinite;
|
|
31075
|
+
}
|
|
31076
|
+
|
|
31077
|
+
.p12gwtiw {
|
|
31064
31078
|
display: flex;
|
|
31079
|
+
justify-content: space-between;
|
|
31080
|
+
align-items: center;
|
|
31081
|
+
padding: 10px 0;
|
|
31082
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31083
|
+
font-size: 12px;
|
|
31084
|
+
line-height: 24px;
|
|
31065
31085
|
}
|
|
31066
|
-
.
|
|
31067
|
-
|
|
31068
|
-
right: 12px;
|
|
31069
|
-
top: 50%;
|
|
31070
|
-
transform: translateY(-50%);
|
|
31086
|
+
.p12gwtiw .pagination-left {
|
|
31087
|
+
padding: 2px 8px;
|
|
31071
31088
|
}
|
|
31072
|
-
.
|
|
31073
|
-
|
|
31074
|
-
|
|
31089
|
+
.p12gwtiw .dropdown-trigger {
|
|
31090
|
+
display: flex;
|
|
31091
|
+
align-items: center;
|
|
31092
|
+
border-radius: 6px;
|
|
31075
31093
|
cursor: pointer;
|
|
31094
|
+
transition: all 0.3s ease;
|
|
31076
31095
|
}
|
|
31077
|
-
.
|
|
31078
|
-
|
|
31079
|
-
|
|
31080
|
-
.kypn5o5.has-focus-indicator {
|
|
31081
|
-
position: relative;
|
|
31082
|
-
overflow: hidden;
|
|
31096
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31097
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31098
|
+
color: #0080ff;
|
|
31083
31099
|
}
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31086
|
-
top: 50%;
|
|
31087
|
-
transform: translateY(-50%);
|
|
31088
|
-
left: -16px;
|
|
31089
|
-
transition: left 150ms ease;
|
|
31090
|
-
opacity: 0;
|
|
31100
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31101
|
+
margin-left: 4px;
|
|
31091
31102
|
}
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31094
|
-
|
|
31103
|
+
.p12gwtiw .pagination-right {
|
|
31104
|
+
display: flex;
|
|
31105
|
+
align-items: center;
|
|
31106
|
+
color: #0080ff;
|
|
31107
|
+
font-weight: bold;
|
|
31095
31108
|
}
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
margin-left: 0px;
|
|
31109
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31110
|
+
margin-left: 4px;
|
|
31099
31111
|
}
|
|
31100
|
-
.
|
|
31101
|
-
|
|
31112
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31113
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31114
|
+
padding: 0 8px;
|
|
31102
31115
|
}
|
|
31103
|
-
|
|
31104
|
-
|
|
31105
|
-
|
|
31106
|
-
border-bottom-right-radius: 0;
|
|
31116
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31117
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31118
|
+
color: #0080ff;
|
|
31107
31119
|
}
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
border-top-right-radius: 0;
|
|
31111
|
-
border-bottom-right-radius: 0;
|
|
31120
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31121
|
+
transform: rotate(180deg);
|
|
31112
31122
|
}
|
|
31113
31123
|
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
|
|
31124
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31125
|
+
max-height: calc(100vh - 128px);
|
|
31126
|
+
overflow-y: auto;
|
|
31117
31127
|
}
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
31128
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31129
|
+
padding: 4px 20px;
|
|
31130
|
+
font-size: 12px;
|
|
31131
|
+
line-height: 18px;
|
|
31122
31132
|
}
|
|
31123
31133
|
|
|
31124
|
-
.
|
|
31125
|
-
|
|
31126
|
-
border-bottom-right-radius: 0;
|
|
31134
|
+
.t1upn1sz {
|
|
31135
|
+
height: 100%;
|
|
31127
31136
|
}
|
|
31128
31137
|
|
|
31129
|
-
.
|
|
31130
|
-
|
|
31131
|
-
border-bottom-left-radius: 0;
|
|
31138
|
+
.tta5kd2 {
|
|
31139
|
+
height: 100%;
|
|
31132
31140
|
}
|
|
31133
|
-
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
font-style: normal;
|
|
31137
|
-
font-weight: bold;
|
|
31138
|
-
font-size: 32px;
|
|
31139
|
-
line-height: 40px;
|
|
31141
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31142
|
+
overflow: visible !important;
|
|
31143
|
+
height: 100%;
|
|
31140
31144
|
}
|
|
31141
|
-
|
|
31142
|
-
|
|
31143
|
-
font-family: Inter;
|
|
31144
|
-
font-style: normal;
|
|
31145
|
-
font-weight: bold;
|
|
31146
|
-
font-size: 24px;
|
|
31147
|
-
line-height: 32px;
|
|
31145
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31146
|
+
height: 100%;
|
|
31148
31147
|
}
|
|
31149
|
-
|
|
31150
|
-
|
|
31151
|
-
|
|
31152
|
-
font-style: normal;
|
|
31153
|
-
font-weight: normal;
|
|
31154
|
-
font-size: 32px;
|
|
31155
|
-
line-height: 40px;
|
|
31148
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31149
|
+
width: 100% !important;
|
|
31150
|
+
height: 100%;
|
|
31156
31151
|
}
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
font-family: Inter;
|
|
31160
|
-
font-style: normal;
|
|
31161
|
-
font-weight: bold;
|
|
31162
|
-
font-size: 20px;
|
|
31163
|
-
line-height: 24px;
|
|
31152
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31153
|
+
padding: 15px 0;
|
|
31164
31154
|
}
|
|
31165
|
-
|
|
31166
|
-
|
|
31167
|
-
font-family: Inter;
|
|
31168
|
-
font-style: normal;
|
|
31169
|
-
font-weight: normal;
|
|
31170
|
-
font-size: 20px;
|
|
31171
|
-
line-height: 24px;
|
|
31155
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31156
|
+
display: none;
|
|
31172
31157
|
}
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
font-family: Inter;
|
|
31176
|
-
font-style: normal;
|
|
31177
|
-
font-weight: bold;
|
|
31178
|
-
font-size: 18px;
|
|
31179
|
-
line-height: 22px;
|
|
31158
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31159
|
+
font-weight: 700;
|
|
31180
31160
|
}
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
font-family: Inter;
|
|
31184
|
-
font-style: normal;
|
|
31185
|
-
font-weight: normal;
|
|
31186
|
-
font-size: 18px;
|
|
31187
|
-
line-height: 22px;
|
|
31161
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31162
|
+
font-weight: 700;
|
|
31188
31163
|
}
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
font-family: Inter;
|
|
31192
|
-
font-style: normal;
|
|
31193
|
-
font-weight: bold;
|
|
31194
|
-
font-size: 16px;
|
|
31195
|
-
line-height: 22px;
|
|
31164
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31165
|
+
height: 100%;
|
|
31196
31166
|
}
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
|
|
31200
|
-
font-style: normal;
|
|
31201
|
-
font-weight: normal;
|
|
31202
|
-
font-size: 16px;
|
|
31203
|
-
line-height: 22px;
|
|
31167
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31168
|
+
height: 100%;
|
|
31169
|
+
overflow: visible;
|
|
31204
31170
|
}
|
|
31205
|
-
|
|
31206
|
-
|
|
31207
|
-
font-family: Inter;
|
|
31208
|
-
font-style: normal;
|
|
31209
|
-
font-weight: bold;
|
|
31210
|
-
font-size: 14px;
|
|
31211
|
-
line-height: 20px;
|
|
31171
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31172
|
+
max-height: none;
|
|
31212
31173
|
}
|
|
31213
|
-
|
|
31214
|
-
.
|
|
31215
|
-
|
|
31216
|
-
font-style: normal;
|
|
31217
|
-
font-weight: normal;
|
|
31218
|
-
font-size: 14px;
|
|
31219
|
-
line-height: 20px;
|
|
31174
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31175
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31176
|
+
display: none;
|
|
31220
31177
|
}
|
|
31221
|
-
|
|
31222
|
-
|
|
31223
|
-
font-family: Inter;
|
|
31224
|
-
font-style: normal;
|
|
31225
|
-
font-weight: bold;
|
|
31226
|
-
font-size: 12px;
|
|
31227
|
-
line-height: 18px;
|
|
31178
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31179
|
+
background: transparent;
|
|
31228
31180
|
}
|
|
31229
|
-
|
|
31230
|
-
.
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
font-weight: normal;
|
|
31234
|
-
font-size: 12px;
|
|
31235
|
-
line-height: 18px;
|
|
31181
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31182
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31183
|
+
background: #fff;
|
|
31184
|
+
padding: 0 !important;
|
|
31236
31185
|
}
|
|
31237
|
-
|
|
31238
|
-
.
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
|
|
31242
|
-
|
|
31243
|
-
|
|
31186
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31187
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31188
|
+
display: flex;
|
|
31189
|
+
align-items: center;
|
|
31190
|
+
height: 100%;
|
|
31191
|
+
padding: 8px;
|
|
31192
|
+
}
|
|
31193
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31194
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31195
|
+
overflow: hidden;
|
|
31196
|
+
text-overflow: ellipsis;
|
|
31197
|
+
width: 100%;
|
|
31198
|
+
}
|
|
31199
|
+
.tta5kd2 .ant-table-container {
|
|
31200
|
+
height: 100%;
|
|
31201
|
+
}
|
|
31202
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31203
|
+
box-shadow: none !important;
|
|
31204
|
+
}
|
|
31205
|
+
.tta5kd2 .ant-table {
|
|
31206
|
+
border-radius: 0px;
|
|
31207
|
+
border-left: none;
|
|
31208
|
+
border-right: none;
|
|
31209
|
+
border-bottom: none;
|
|
31210
|
+
height: 100%;
|
|
31244
31211
|
font-size: 12px;
|
|
31245
|
-
|
|
31212
|
+
background: transparent;
|
|
31246
31213
|
}
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
|
|
31253
|
-
|
|
31214
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31215
|
+
position: relative;
|
|
31216
|
+
z-index: 3;
|
|
31217
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31218
|
+
margin-bottom: -1px;
|
|
31219
|
+
}
|
|
31220
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31221
|
+
.tta5kd2 .ant-table .value {
|
|
31222
|
+
color: #2d3a56;
|
|
31223
|
+
}
|
|
31224
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31225
|
+
.tta5kd2 .ant-table .unit {
|
|
31226
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31227
|
+
}
|
|
31228
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31229
|
+
position: unset;
|
|
31230
|
+
text-align: center;
|
|
31231
|
+
}
|
|
31232
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31233
|
+
background: #fff;
|
|
31234
|
+
}
|
|
31235
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31236
|
+
cursor: pointer;
|
|
31237
|
+
position: absolute;
|
|
31238
|
+
top: 50%;
|
|
31239
|
+
right: 12px;
|
|
31240
|
+
transform: translateY(-50%);
|
|
31241
|
+
}
|
|
31242
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31243
|
+
box-shadow: none;
|
|
31244
|
+
width: 1px;
|
|
31245
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31246
|
+
}
|
|
31247
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31248
|
+
box-shadow: none;
|
|
31249
|
+
width: 1px;
|
|
31250
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31251
|
+
}
|
|
31252
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31253
|
+
position: relative;
|
|
31254
|
+
}
|
|
31255
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31256
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31257
|
+
border-bottom: 1px solid white;
|
|
31258
|
+
height: 40px;
|
|
31259
|
+
vertical-align: middle;
|
|
31260
|
+
transition: background 0ms;
|
|
31261
|
+
color: #00122e;
|
|
31262
|
+
}
|
|
31263
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31264
|
+
background: #f2f5fa;
|
|
31265
|
+
border-bottom-color: #f2f5fa;
|
|
31266
|
+
}
|
|
31267
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31268
|
+
height: auto;
|
|
31269
|
+
color: #00122e;
|
|
31254
31270
|
font-size: 12px;
|
|
31255
|
-
|
|
31271
|
+
text-align: left;
|
|
31272
|
+
transition: none;
|
|
31273
|
+
overflow: hidden;
|
|
31274
|
+
text-overflow: ellipsis;
|
|
31275
|
+
white-space: nowrap;
|
|
31256
31276
|
}
|
|
31257
|
-
|
|
31258
|
-
|
|
31259
|
-
font-family: Inter;
|
|
31260
|
-
font-style: normal;
|
|
31261
|
-
font-weight: normal;
|
|
31262
|
-
font-size: 16px;
|
|
31263
|
-
line-height: 24px;
|
|
31277
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31278
|
+
color: #0096ff;
|
|
31264
31279
|
}
|
|
31265
|
-
|
|
31266
|
-
|
|
31267
|
-
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
font-size: 16px;
|
|
31271
|
-
line-height: 24px;
|
|
31280
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31281
|
+
overflow: hidden;
|
|
31282
|
+
text-overflow: ellipsis;
|
|
31283
|
+
width: 100%;
|
|
31284
|
+
vertical-align: middle;
|
|
31272
31285
|
}
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
font-family: Inter;
|
|
31276
|
-
font-style: normal;
|
|
31277
|
-
font-weight: normal;
|
|
31278
|
-
font-size: 16px;
|
|
31279
|
-
line-height: 24px;
|
|
31286
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31287
|
+
line-height: 0px;
|
|
31280
31288
|
}
|
|
31281
|
-
|
|
31282
|
-
|
|
31283
|
-
font-family: Inter;
|
|
31284
|
-
font-style: normal;
|
|
31285
|
-
font-weight: bold;
|
|
31286
|
-
font-size: 16px;
|
|
31287
|
-
line-height: 24px;
|
|
31289
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31290
|
+
padding-right: 25px;
|
|
31288
31291
|
}
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
font-family: Inter;
|
|
31292
|
-
font-style: normal;
|
|
31293
|
-
font-weight: normal;
|
|
31294
|
-
text-transform: uppercase;
|
|
31295
|
-
font-feature-settings: "cpsp" on;
|
|
31296
|
-
font-size: 16px;
|
|
31297
|
-
line-height: 24px;
|
|
31292
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31293
|
+
border-top-color: transparent;
|
|
31298
31294
|
}
|
|
31299
|
-
|
|
31300
|
-
.
|
|
31301
|
-
|
|
31302
|
-
font-style: normal;
|
|
31303
|
-
font-weight: bold;
|
|
31304
|
-
text-transform: uppercase;
|
|
31305
|
-
font-feature-settings: "cpsp" on;
|
|
31306
|
-
font-size: 16px;
|
|
31307
|
-
line-height: 24px;
|
|
31295
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31296
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31297
|
+
border-color: transparent transparent white;
|
|
31308
31298
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
font-family: Inter;
|
|
31312
|
-
font-style: normal;
|
|
31313
|
-
font-weight: normal;
|
|
31314
|
-
font-size: 14px;
|
|
31315
|
-
line-height: 22px;
|
|
31299
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31300
|
+
border-radius: 8px 0 0 8px;
|
|
31316
31301
|
}
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
font-family: Inter;
|
|
31320
|
-
font-style: normal;
|
|
31321
|
-
font-weight: 500;
|
|
31322
|
-
font-size: 14px;
|
|
31323
|
-
line-height: 22px;
|
|
31302
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31303
|
+
border-radius: 8px 0 0 8px;
|
|
31324
31304
|
}
|
|
31325
|
-
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31331
|
-
line-height: 22px;
|
|
31305
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31306
|
+
content: "";
|
|
31307
|
+
width: 4px;
|
|
31308
|
+
top: -1px;
|
|
31309
|
+
bottom: -1px;
|
|
31310
|
+
background: white;
|
|
31332
31311
|
}
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
font-family: Inter;
|
|
31336
|
-
font-style: normal;
|
|
31337
|
-
font-weight: normal;
|
|
31338
|
-
font-size: 14px;
|
|
31339
|
-
line-height: 22px;
|
|
31312
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31313
|
+
border-radius: 0 8px 8px 0;
|
|
31340
31314
|
}
|
|
31341
|
-
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
font-weight: bold;
|
|
31346
|
-
font-size: 14px;
|
|
31347
|
-
line-height: 22px;
|
|
31315
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31316
|
+
border-radius: 0;
|
|
31317
|
+
background: white;
|
|
31318
|
+
border-top: none;
|
|
31348
31319
|
}
|
|
31349
|
-
|
|
31350
|
-
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
font-weight: normal;
|
|
31354
|
-
text-transform: uppercase;
|
|
31355
|
-
font-feature-settings: "cpsp" on;
|
|
31356
|
-
font-size: 14px;
|
|
31357
|
-
line-height: 22px;
|
|
31320
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31321
|
+
border-top: 1px solid transparent;
|
|
31322
|
+
border-radius: 0 8px 8px 0;
|
|
31323
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31358
31324
|
}
|
|
31359
|
-
|
|
31360
|
-
|
|
31361
|
-
|
|
31362
|
-
font-style: normal;
|
|
31363
|
-
font-weight: bold;
|
|
31364
|
-
text-transform: uppercase;
|
|
31365
|
-
font-feature-settings: "cpsp" on;
|
|
31366
|
-
font-size: 14px;
|
|
31367
|
-
line-height: 22px;
|
|
31325
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31326
|
+
background: white;
|
|
31327
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31368
31328
|
}
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
|
|
31373
|
-
|
|
31374
|
-
font-size: 13px;
|
|
31375
|
-
line-height: 20px;
|
|
31329
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31330
|
+
display: flex;
|
|
31331
|
+
align-items: center;
|
|
31332
|
+
height: 100%;
|
|
31333
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31376
31334
|
}
|
|
31377
|
-
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
font-style: normal;
|
|
31381
|
-
font-weight: 600;
|
|
31382
|
-
font-size: 13px;
|
|
31383
|
-
line-height: 20px;
|
|
31335
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31336
|
+
background: white;
|
|
31337
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31384
31338
|
}
|
|
31385
|
-
|
|
31386
|
-
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
|
|
31390
|
-
font-size: 13px;
|
|
31391
|
-
line-height: 20px;
|
|
31339
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31340
|
+
display: flex;
|
|
31341
|
+
align-items: center;
|
|
31342
|
+
height: 100%;
|
|
31343
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31392
31344
|
}
|
|
31393
|
-
|
|
31394
|
-
.
|
|
31395
|
-
font-family: Inter;
|
|
31396
|
-
font-style: normal;
|
|
31397
|
-
font-weight: normal;
|
|
31398
|
-
font-size: 13px;
|
|
31399
|
-
line-height: 20px;
|
|
31345
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31346
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31400
31347
|
}
|
|
31401
|
-
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31404
|
-
font-style: normal;
|
|
31405
|
-
font-weight: 600;
|
|
31406
|
-
font-size: 13px;
|
|
31407
|
-
line-height: 20px;
|
|
31348
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31349
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31350
|
+
border-radius: 8px;
|
|
31408
31351
|
}
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
font-family: Inter;
|
|
31412
|
-
font-style: normal;
|
|
31413
|
-
font-weight: bold;
|
|
31414
|
-
font-size: 13px;
|
|
31415
|
-
line-height: 20px;
|
|
31352
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31353
|
+
border-top-color: white;
|
|
31416
31354
|
}
|
|
31417
|
-
|
|
31418
|
-
.
|
|
31419
|
-
|
|
31420
|
-
|
|
31421
|
-
font-weight: normal;
|
|
31422
|
-
text-transform: uppercase;
|
|
31423
|
-
font-feature-settings: "cpsp" on;
|
|
31424
|
-
font-size: 13px;
|
|
31425
|
-
line-height: 20px;
|
|
31355
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31356
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31357
|
+
border-bottom-color: transparent;
|
|
31358
|
+
border-top-color: transparent;
|
|
31426
31359
|
}
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
font-family: Inter;
|
|
31430
|
-
font-style: normal;
|
|
31431
|
-
font-weight: bold;
|
|
31432
|
-
text-transform: uppercase;
|
|
31433
|
-
font-feature-settings: "cpsp" on;
|
|
31434
|
-
font-size: 13px;
|
|
31435
|
-
line-height: 20px;
|
|
31360
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31361
|
+
border-radius: 8px 0 0 8px;
|
|
31436
31362
|
}
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
font-family: Inter;
|
|
31440
|
-
font-style: normal;
|
|
31441
|
-
font-weight: normal;
|
|
31442
|
-
font-size: 12px;
|
|
31443
|
-
line-height: 18px;
|
|
31363
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31364
|
+
border-radius: 0 8px 8px 0;
|
|
31444
31365
|
}
|
|
31445
|
-
|
|
31446
|
-
.
|
|
31447
|
-
font-family: Inter;
|
|
31448
|
-
font-style: normal;
|
|
31449
|
-
font-weight: 500;
|
|
31450
|
-
font-size: 12px;
|
|
31451
|
-
line-height: 18px;
|
|
31366
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31367
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31452
31368
|
}
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
font-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
|
|
31369
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31370
|
+
background: #fff;
|
|
31371
|
+
font-weight: 400;
|
|
31372
|
+
position: relative;
|
|
31373
|
+
border-bottom: none;
|
|
31374
|
+
color: #00122e;
|
|
31375
|
+
transition: none;
|
|
31376
|
+
padding: 15px 8px 15px 8px;
|
|
31460
31377
|
}
|
|
31461
|
-
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31378
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31379
|
+
content: "";
|
|
31380
|
+
width: 1px;
|
|
31381
|
+
top: 0;
|
|
31382
|
+
bottom: 0;
|
|
31383
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31384
|
+
position: absolute;
|
|
31385
|
+
right: 0;
|
|
31468
31386
|
}
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
font-family: Inter;
|
|
31472
|
-
font-style: normal;
|
|
31473
|
-
font-weight: 500;
|
|
31474
|
-
font-size: 12px;
|
|
31475
|
-
line-height: 18px;
|
|
31387
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31388
|
+
padding: unset;
|
|
31476
31389
|
}
|
|
31477
|
-
|
|
31478
|
-
|
|
31479
|
-
font-family: Inter;
|
|
31480
|
-
font-style: normal;
|
|
31481
|
-
font-weight: bold;
|
|
31482
|
-
font-size: 12px;
|
|
31483
|
-
line-height: 18px;
|
|
31390
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31391
|
+
display: none;
|
|
31484
31392
|
}
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
text-transform: uppercase;
|
|
31491
|
-
font-feature-settings: "cpsp" on;
|
|
31492
|
-
font-size: 12px;
|
|
31493
|
-
line-height: 18px;
|
|
31393
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31394
|
+
width: 100%;
|
|
31395
|
+
overflow: hidden;
|
|
31396
|
+
white-space: nowrap;
|
|
31397
|
+
text-overflow: ellipsis;
|
|
31494
31398
|
}
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
font-weight: bold;
|
|
31500
|
-
text-transform: uppercase;
|
|
31501
|
-
font-feature-settings: "cpsp" on;
|
|
31502
|
-
font-size: 12px;
|
|
31503
|
-
line-height: 18px;
|
|
31399
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31400
|
+
overflow: hidden;
|
|
31401
|
+
text-overflow: ellipsis;
|
|
31402
|
+
flex: 1;
|
|
31504
31403
|
}
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
font-family: Inter;
|
|
31508
|
-
font-style: normal;
|
|
31509
|
-
font-weight: normal;
|
|
31510
|
-
font-size: 13px;
|
|
31511
|
-
line-height: 20px;
|
|
31404
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31405
|
+
padding: 15px 25px 15px 8px;
|
|
31512
31406
|
}
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
|
|
31519
|
-
|
|
31407
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31408
|
+
padding: 0;
|
|
31409
|
+
}
|
|
31410
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31411
|
+
position: absolute;
|
|
31412
|
+
right: 6px;
|
|
31413
|
+
top: 50%;
|
|
31414
|
+
transform: translateY(-50%);
|
|
31415
|
+
height: 16px;
|
|
31416
|
+
display: none;
|
|
31417
|
+
transition: transform 320ms ease;
|
|
31418
|
+
}
|
|
31419
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31420
|
+
display: block;
|
|
31421
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31422
|
+
}
|
|
31423
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31424
|
+
display: block;
|
|
31425
|
+
}
|
|
31426
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31427
|
+
display: none;
|
|
31428
|
+
}
|
|
31429
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31430
|
+
transform: translateY(-50%);
|
|
31520
31431
|
}
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
font-family: Inter;
|
|
31524
|
-
font-style: normal;
|
|
31525
|
-
font-weight: normal;
|
|
31526
|
-
font-size: 12px;
|
|
31527
|
-
line-height: 18px;
|
|
31432
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31433
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31528
31434
|
}
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
font-family: Inter;
|
|
31532
|
-
font-style: normal;
|
|
31533
|
-
font-weight: normal;
|
|
31534
|
-
font-size: 12px;
|
|
31535
|
-
line-height: 18px;
|
|
31435
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31436
|
+
background: #f2f5fa;
|
|
31536
31437
|
}
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
font-family: Inter;
|
|
31540
|
-
font-style: normal;
|
|
31541
|
-
font-weight: normal;
|
|
31542
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31543
|
-
font-size: 13px;
|
|
31544
|
-
line-height: 20px;
|
|
31438
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31439
|
+
display: block;
|
|
31545
31440
|
}
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
font-family: Inter;
|
|
31549
|
-
font-style: normal;
|
|
31550
|
-
font-weight: normal;
|
|
31551
|
-
font-feature-settings: "zero" on;
|
|
31552
|
-
font-size: 13px;
|
|
31553
|
-
line-height: 20px;
|
|
31441
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31442
|
+
padding-right: 25px;
|
|
31554
31443
|
}
|
|
31555
|
-
|
|
31556
|
-
|
|
31557
|
-
font-family: Inter;
|
|
31558
|
-
font-style: normal;
|
|
31559
|
-
font-weight: normal;
|
|
31560
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31561
|
-
font-size: 12px;
|
|
31562
|
-
line-height: 18px;
|
|
31444
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31445
|
+
padding: 0 !important;
|
|
31563
31446
|
}
|
|
31564
|
-
|
|
31565
|
-
|
|
31566
|
-
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31570
|
-
font-size: 12px;
|
|
31571
|
-
line-height: 18px;
|
|
31447
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31448
|
+
position: absolute;
|
|
31449
|
+
left: 50%;
|
|
31450
|
+
top: 50%;
|
|
31451
|
+
transform: translate(-50%, -50%);
|
|
31572
31452
|
}
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
font-family: Inter;
|
|
31576
|
-
font-style: normal;
|
|
31577
|
-
font-weight: normal;
|
|
31578
|
-
font-feature-settings: "zero" on;
|
|
31579
|
-
font-size: 12px;
|
|
31580
|
-
line-height: 18px;
|
|
31453
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31454
|
+
display: none;
|
|
31581
31455
|
}
|
|
31582
|
-
|
|
31583
|
-
|
|
31584
|
-
font-family: Inter;
|
|
31585
|
-
font-style: normal;
|
|
31586
|
-
font-weight: 500;
|
|
31587
|
-
font-feature-settings: "zero" on;
|
|
31588
|
-
font-size: 12px;
|
|
31589
|
-
line-height: 18px;
|
|
31456
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31457
|
+
background: #fff;
|
|
31590
31458
|
}
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
|
|
31459
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31460
|
+
background: inherit;
|
|
31461
|
+
}
|
|
31462
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31463
|
+
position: static;
|
|
31464
|
+
border: none;
|
|
31465
|
+
background: inherit !important;
|
|
31466
|
+
height: 100px;
|
|
31467
|
+
vertical-align: middle;
|
|
31468
|
+
}
|
|
31469
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31470
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31595
31471
|
font-weight: bold;
|
|
31596
|
-
font-
|
|
31597
|
-
|
|
31598
|
-
line-height: 24px;
|
|
31472
|
+
font-size: 20px;
|
|
31473
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31599
31474
|
}
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31475
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31476
|
+
padding: 0 !important;
|
|
31477
|
+
position: relative;
|
|
31478
|
+
background: #fff;
|
|
31479
|
+
}
|
|
31480
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31481
|
+
height: 100%;
|
|
31482
|
+
display: flex;
|
|
31483
|
+
align-items: center;
|
|
31484
|
+
justify-content: flex-end;
|
|
31485
|
+
padding-right: 8px;
|
|
31486
|
+
}
|
|
31487
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31488
|
+
width: 24px;
|
|
31489
|
+
height: 24px;
|
|
31490
|
+
cursor: pointer;
|
|
31491
|
+
justify-content: center;
|
|
31492
|
+
border-radius: 4px;
|
|
31493
|
+
}
|
|
31494
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31495
|
+
background: #fff;
|
|
31607
31496
|
}
|
|
31608
31497
|
|
|
31609
31498
|
.s1fc623g {
|
|
@@ -31691,368 +31580,479 @@ input.rrg1fkn.ant-input {
|
|
|
31691
31580
|
display: inline-block;
|
|
31692
31581
|
}
|
|
31693
31582
|
|
|
31694
|
-
.
|
|
31695
|
-
|
|
31583
|
+
.d6j0lbj {
|
|
31584
|
+
font-family: Inter;
|
|
31585
|
+
font-style: normal;
|
|
31586
|
+
font-weight: bold;
|
|
31587
|
+
font-size: 32px;
|
|
31588
|
+
line-height: 40px;
|
|
31696
31589
|
}
|
|
31697
31590
|
|
|
31698
|
-
.
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
height:
|
|
31704
|
-
}
|
|
31705
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31706
|
-
height: 100%;
|
|
31707
|
-
}
|
|
31708
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
31709
|
-
width: 100% !important;
|
|
31710
|
-
height: 100%;
|
|
31711
|
-
}
|
|
31712
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31713
|
-
padding: 15px 0;
|
|
31714
|
-
}
|
|
31715
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31716
|
-
display: none;
|
|
31717
|
-
}
|
|
31718
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
31719
|
-
font-weight: 700;
|
|
31720
|
-
}
|
|
31721
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31722
|
-
font-weight: 700;
|
|
31723
|
-
}
|
|
31724
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
31725
|
-
height: 100%;
|
|
31726
|
-
}
|
|
31727
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31728
|
-
height: 100%;
|
|
31729
|
-
overflow: visible;
|
|
31730
|
-
}
|
|
31731
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31732
|
-
max-height: none;
|
|
31733
|
-
}
|
|
31734
|
-
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31735
|
-
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31736
|
-
display: none;
|
|
31737
|
-
}
|
|
31738
|
-
.tta5kd2 td.ant-table-column-sort {
|
|
31739
|
-
background: transparent;
|
|
31740
|
-
}
|
|
31741
|
-
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31742
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31743
|
-
background: #fff;
|
|
31744
|
-
padding: 0 !important;
|
|
31745
|
-
}
|
|
31746
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31747
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31748
|
-
display: flex;
|
|
31749
|
-
align-items: center;
|
|
31750
|
-
height: 100%;
|
|
31751
|
-
padding: 8px;
|
|
31752
|
-
}
|
|
31753
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31754
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31755
|
-
overflow: hidden;
|
|
31756
|
-
text-overflow: ellipsis;
|
|
31757
|
-
width: 100%;
|
|
31758
|
-
}
|
|
31759
|
-
.tta5kd2 .ant-table-container {
|
|
31760
|
-
height: 100%;
|
|
31761
|
-
}
|
|
31762
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31763
|
-
box-shadow: none !important;
|
|
31764
|
-
}
|
|
31765
|
-
.tta5kd2 .ant-table {
|
|
31766
|
-
border-radius: 0px;
|
|
31767
|
-
border-left: none;
|
|
31768
|
-
border-right: none;
|
|
31769
|
-
border-bottom: none;
|
|
31770
|
-
height: 100%;
|
|
31771
|
-
font-size: 12px;
|
|
31772
|
-
background: transparent;
|
|
31773
|
-
}
|
|
31774
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
31775
|
-
position: relative;
|
|
31776
|
-
z-index: 3;
|
|
31777
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31778
|
-
margin-bottom: -1px;
|
|
31779
|
-
}
|
|
31780
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31781
|
-
.tta5kd2 .ant-table .value {
|
|
31782
|
-
color: #2d3a56;
|
|
31783
|
-
}
|
|
31784
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31785
|
-
.tta5kd2 .ant-table .unit {
|
|
31786
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31787
|
-
}
|
|
31788
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
31789
|
-
position: unset;
|
|
31790
|
-
text-align: center;
|
|
31791
|
-
}
|
|
31792
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31793
|
-
background: #fff;
|
|
31794
|
-
}
|
|
31795
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
31796
|
-
cursor: pointer;
|
|
31797
|
-
position: absolute;
|
|
31798
|
-
top: 50%;
|
|
31799
|
-
right: 12px;
|
|
31800
|
-
transform: translateY(-50%);
|
|
31801
|
-
}
|
|
31802
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31803
|
-
box-shadow: none;
|
|
31804
|
-
width: 1px;
|
|
31805
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31806
|
-
}
|
|
31807
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31808
|
-
box-shadow: none;
|
|
31809
|
-
width: 1px;
|
|
31810
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31811
|
-
}
|
|
31812
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31813
|
-
position: relative;
|
|
31591
|
+
.d1xhvvxe {
|
|
31592
|
+
font-family: Inter;
|
|
31593
|
+
font-style: normal;
|
|
31594
|
+
font-weight: bold;
|
|
31595
|
+
font-size: 24px;
|
|
31596
|
+
line-height: 32px;
|
|
31814
31597
|
}
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
|
|
31821
|
-
|
|
31598
|
+
|
|
31599
|
+
.dk10mxq {
|
|
31600
|
+
font-family: Inter;
|
|
31601
|
+
font-style: normal;
|
|
31602
|
+
font-weight: normal;
|
|
31603
|
+
font-size: 32px;
|
|
31604
|
+
line-height: 40px;
|
|
31822
31605
|
}
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31606
|
+
|
|
31607
|
+
.dxsait {
|
|
31608
|
+
font-family: Inter;
|
|
31609
|
+
font-style: normal;
|
|
31610
|
+
font-weight: bold;
|
|
31611
|
+
font-size: 20px;
|
|
31612
|
+
line-height: 24px;
|
|
31826
31613
|
}
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
|
|
31830
|
-
font-
|
|
31831
|
-
|
|
31832
|
-
|
|
31833
|
-
|
|
31834
|
-
text-overflow: ellipsis;
|
|
31835
|
-
white-space: nowrap;
|
|
31614
|
+
|
|
31615
|
+
.dokn0h3 {
|
|
31616
|
+
font-family: Inter;
|
|
31617
|
+
font-style: normal;
|
|
31618
|
+
font-weight: normal;
|
|
31619
|
+
font-size: 20px;
|
|
31620
|
+
line-height: 24px;
|
|
31836
31621
|
}
|
|
31837
|
-
|
|
31838
|
-
|
|
31622
|
+
|
|
31623
|
+
.dobau4p {
|
|
31624
|
+
font-family: Inter;
|
|
31625
|
+
font-style: normal;
|
|
31626
|
+
font-weight: bold;
|
|
31627
|
+
font-size: 18px;
|
|
31628
|
+
line-height: 22px;
|
|
31839
31629
|
}
|
|
31840
|
-
|
|
31841
|
-
|
|
31842
|
-
|
|
31843
|
-
|
|
31844
|
-
|
|
31630
|
+
|
|
31631
|
+
.dvolwok {
|
|
31632
|
+
font-family: Inter;
|
|
31633
|
+
font-style: normal;
|
|
31634
|
+
font-weight: normal;
|
|
31635
|
+
font-size: 18px;
|
|
31636
|
+
line-height: 22px;
|
|
31845
31637
|
}
|
|
31846
|
-
|
|
31847
|
-
|
|
31638
|
+
|
|
31639
|
+
.h181qhg4 {
|
|
31640
|
+
font-family: Inter;
|
|
31641
|
+
font-style: normal;
|
|
31642
|
+
font-weight: bold;
|
|
31643
|
+
font-size: 16px;
|
|
31644
|
+
line-height: 22px;
|
|
31848
31645
|
}
|
|
31849
|
-
|
|
31850
|
-
|
|
31646
|
+
|
|
31647
|
+
.h1phgmcq {
|
|
31648
|
+
font-family: Inter;
|
|
31649
|
+
font-style: normal;
|
|
31650
|
+
font-weight: normal;
|
|
31651
|
+
font-size: 16px;
|
|
31652
|
+
line-height: 22px;
|
|
31851
31653
|
}
|
|
31852
|
-
|
|
31853
|
-
|
|
31654
|
+
|
|
31655
|
+
.h173xnl1 {
|
|
31656
|
+
font-family: Inter;
|
|
31657
|
+
font-style: normal;
|
|
31658
|
+
font-weight: bold;
|
|
31659
|
+
font-size: 14px;
|
|
31660
|
+
line-height: 20px;
|
|
31854
31661
|
}
|
|
31855
|
-
|
|
31856
|
-
|
|
31857
|
-
|
|
31662
|
+
|
|
31663
|
+
.hedm4pz {
|
|
31664
|
+
font-family: Inter;
|
|
31665
|
+
font-style: normal;
|
|
31666
|
+
font-weight: normal;
|
|
31667
|
+
font-size: 14px;
|
|
31668
|
+
line-height: 20px;
|
|
31858
31669
|
}
|
|
31859
|
-
|
|
31860
|
-
|
|
31670
|
+
|
|
31671
|
+
.h1kd8xld {
|
|
31672
|
+
font-family: Inter;
|
|
31673
|
+
font-style: normal;
|
|
31674
|
+
font-weight: bold;
|
|
31675
|
+
font-size: 12px;
|
|
31676
|
+
line-height: 18px;
|
|
31861
31677
|
}
|
|
31862
|
-
|
|
31863
|
-
|
|
31678
|
+
|
|
31679
|
+
.hp14fr {
|
|
31680
|
+
font-family: Inter;
|
|
31681
|
+
font-style: normal;
|
|
31682
|
+
font-weight: normal;
|
|
31683
|
+
font-size: 12px;
|
|
31684
|
+
line-height: 18px;
|
|
31864
31685
|
}
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
|
|
31686
|
+
|
|
31687
|
+
.hgrg7mn {
|
|
31688
|
+
font-family: Inter;
|
|
31689
|
+
font-style: normal;
|
|
31690
|
+
font-weight: bold;
|
|
31691
|
+
text-transform: uppercase;
|
|
31692
|
+
font-feature-settings: "cpsp" on;
|
|
31693
|
+
font-size: 12px;
|
|
31694
|
+
line-height: 18px;
|
|
31871
31695
|
}
|
|
31872
|
-
|
|
31873
|
-
|
|
31696
|
+
|
|
31697
|
+
.h6zme9x {
|
|
31698
|
+
font-family: Inter;
|
|
31699
|
+
font-style: normal;
|
|
31700
|
+
font-weight: normal;
|
|
31701
|
+
text-transform: uppercase;
|
|
31702
|
+
font-feature-settings: "cpsp" on;
|
|
31703
|
+
font-size: 12px;
|
|
31704
|
+
line-height: 18px;
|
|
31874
31705
|
}
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
|
|
31706
|
+
|
|
31707
|
+
.locjvsv {
|
|
31708
|
+
font-family: Inter;
|
|
31709
|
+
font-style: normal;
|
|
31710
|
+
font-weight: normal;
|
|
31711
|
+
font-size: 16px;
|
|
31712
|
+
line-height: 24px;
|
|
31879
31713
|
}
|
|
31880
|
-
|
|
31881
|
-
|
|
31882
|
-
|
|
31883
|
-
|
|
31714
|
+
|
|
31715
|
+
.l13gi131 {
|
|
31716
|
+
font-family: Inter;
|
|
31717
|
+
font-style: normal;
|
|
31718
|
+
font-weight: bold;
|
|
31719
|
+
font-size: 16px;
|
|
31720
|
+
line-height: 24px;
|
|
31884
31721
|
}
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
31722
|
+
|
|
31723
|
+
.l1ynemsu {
|
|
31724
|
+
font-family: Inter;
|
|
31725
|
+
font-style: normal;
|
|
31726
|
+
font-weight: normal;
|
|
31727
|
+
font-size: 16px;
|
|
31728
|
+
line-height: 24px;
|
|
31888
31729
|
}
|
|
31889
|
-
|
|
31890
|
-
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31730
|
+
|
|
31731
|
+
.l1cft1cx {
|
|
31732
|
+
font-family: Inter;
|
|
31733
|
+
font-style: normal;
|
|
31734
|
+
font-weight: bold;
|
|
31735
|
+
font-size: 16px;
|
|
31736
|
+
line-height: 24px;
|
|
31894
31737
|
}
|
|
31895
|
-
|
|
31896
|
-
|
|
31897
|
-
|
|
31738
|
+
|
|
31739
|
+
.l17tqc8p {
|
|
31740
|
+
font-family: Inter;
|
|
31741
|
+
font-style: normal;
|
|
31742
|
+
font-weight: normal;
|
|
31743
|
+
text-transform: uppercase;
|
|
31744
|
+
font-feature-settings: "cpsp" on;
|
|
31745
|
+
font-size: 16px;
|
|
31746
|
+
line-height: 24px;
|
|
31898
31747
|
}
|
|
31899
|
-
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
|
|
31903
|
-
|
|
31748
|
+
|
|
31749
|
+
.l1j1e5w7 {
|
|
31750
|
+
font-family: Inter;
|
|
31751
|
+
font-style: normal;
|
|
31752
|
+
font-weight: bold;
|
|
31753
|
+
text-transform: uppercase;
|
|
31754
|
+
font-feature-settings: "cpsp" on;
|
|
31755
|
+
font-size: 16px;
|
|
31756
|
+
line-height: 24px;
|
|
31904
31757
|
}
|
|
31905
|
-
|
|
31906
|
-
|
|
31758
|
+
|
|
31759
|
+
.l1gf91jb {
|
|
31760
|
+
font-family: Inter;
|
|
31761
|
+
font-style: normal;
|
|
31762
|
+
font-weight: normal;
|
|
31763
|
+
font-size: 14px;
|
|
31764
|
+
line-height: 22px;
|
|
31907
31765
|
}
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
|
|
31766
|
+
|
|
31767
|
+
.lu7hlr6 {
|
|
31768
|
+
font-family: Inter;
|
|
31769
|
+
font-style: normal;
|
|
31770
|
+
font-weight: 500;
|
|
31771
|
+
font-size: 14px;
|
|
31772
|
+
line-height: 22px;
|
|
31911
31773
|
}
|
|
31912
|
-
|
|
31913
|
-
|
|
31774
|
+
|
|
31775
|
+
.l3l3jf0 {
|
|
31776
|
+
font-family: Inter;
|
|
31777
|
+
font-style: normal;
|
|
31778
|
+
font-weight: bold;
|
|
31779
|
+
font-size: 14px;
|
|
31780
|
+
line-height: 22px;
|
|
31914
31781
|
}
|
|
31915
|
-
|
|
31916
|
-
|
|
31917
|
-
|
|
31918
|
-
|
|
31782
|
+
|
|
31783
|
+
.l12j5nqp {
|
|
31784
|
+
font-family: Inter;
|
|
31785
|
+
font-style: normal;
|
|
31786
|
+
font-weight: normal;
|
|
31787
|
+
font-size: 14px;
|
|
31788
|
+
line-height: 22px;
|
|
31919
31789
|
}
|
|
31920
|
-
|
|
31921
|
-
|
|
31790
|
+
|
|
31791
|
+
.l1tecqht {
|
|
31792
|
+
font-family: Inter;
|
|
31793
|
+
font-style: normal;
|
|
31794
|
+
font-weight: bold;
|
|
31795
|
+
font-size: 14px;
|
|
31796
|
+
line-height: 22px;
|
|
31922
31797
|
}
|
|
31923
|
-
|
|
31924
|
-
|
|
31798
|
+
|
|
31799
|
+
.l6sa990 {
|
|
31800
|
+
font-family: Inter;
|
|
31801
|
+
font-style: normal;
|
|
31802
|
+
font-weight: normal;
|
|
31803
|
+
text-transform: uppercase;
|
|
31804
|
+
font-feature-settings: "cpsp" on;
|
|
31805
|
+
font-size: 14px;
|
|
31806
|
+
line-height: 22px;
|
|
31925
31807
|
}
|
|
31926
|
-
|
|
31927
|
-
|
|
31808
|
+
|
|
31809
|
+
.lckqe8j {
|
|
31810
|
+
font-family: Inter;
|
|
31811
|
+
font-style: normal;
|
|
31812
|
+
font-weight: bold;
|
|
31813
|
+
text-transform: uppercase;
|
|
31814
|
+
font-feature-settings: "cpsp" on;
|
|
31815
|
+
font-size: 14px;
|
|
31816
|
+
line-height: 22px;
|
|
31928
31817
|
}
|
|
31929
|
-
|
|
31930
|
-
|
|
31931
|
-
font-
|
|
31932
|
-
|
|
31933
|
-
|
|
31934
|
-
|
|
31935
|
-
|
|
31936
|
-
padding: 15px 8px 15px 8px;
|
|
31818
|
+
|
|
31819
|
+
.l1kuminb {
|
|
31820
|
+
font-family: Inter;
|
|
31821
|
+
font-style: normal;
|
|
31822
|
+
font-weight: normal;
|
|
31823
|
+
font-size: 13px;
|
|
31824
|
+
line-height: 20px;
|
|
31937
31825
|
}
|
|
31938
|
-
|
|
31939
|
-
|
|
31940
|
-
|
|
31941
|
-
|
|
31942
|
-
|
|
31943
|
-
|
|
31944
|
-
|
|
31945
|
-
right: 0;
|
|
31826
|
+
|
|
31827
|
+
.l1pbuf5j {
|
|
31828
|
+
font-family: Inter;
|
|
31829
|
+
font-style: normal;
|
|
31830
|
+
font-weight: 600;
|
|
31831
|
+
font-size: 13px;
|
|
31832
|
+
line-height: 20px;
|
|
31946
31833
|
}
|
|
31947
|
-
|
|
31948
|
-
|
|
31834
|
+
|
|
31835
|
+
.l1r4ztu {
|
|
31836
|
+
font-family: Inter;
|
|
31837
|
+
font-style: normal;
|
|
31838
|
+
font-weight: bold;
|
|
31839
|
+
font-size: 13px;
|
|
31840
|
+
line-height: 20px;
|
|
31949
31841
|
}
|
|
31950
|
-
|
|
31951
|
-
|
|
31842
|
+
|
|
31843
|
+
.ly8vzok {
|
|
31844
|
+
font-family: Inter;
|
|
31845
|
+
font-style: normal;
|
|
31846
|
+
font-weight: normal;
|
|
31847
|
+
font-size: 13px;
|
|
31848
|
+
line-height: 20px;
|
|
31952
31849
|
}
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
|
|
31957
|
-
|
|
31850
|
+
|
|
31851
|
+
.lumfmf {
|
|
31852
|
+
font-family: Inter;
|
|
31853
|
+
font-style: normal;
|
|
31854
|
+
font-weight: 600;
|
|
31855
|
+
font-size: 13px;
|
|
31856
|
+
line-height: 20px;
|
|
31958
31857
|
}
|
|
31959
|
-
|
|
31960
|
-
|
|
31961
|
-
|
|
31962
|
-
|
|
31858
|
+
|
|
31859
|
+
.l16ujwmv {
|
|
31860
|
+
font-family: Inter;
|
|
31861
|
+
font-style: normal;
|
|
31862
|
+
font-weight: bold;
|
|
31863
|
+
font-size: 13px;
|
|
31864
|
+
line-height: 20px;
|
|
31963
31865
|
}
|
|
31964
|
-
|
|
31965
|
-
|
|
31866
|
+
|
|
31867
|
+
.l17o1ffr {
|
|
31868
|
+
font-family: Inter;
|
|
31869
|
+
font-style: normal;
|
|
31870
|
+
font-weight: normal;
|
|
31871
|
+
text-transform: uppercase;
|
|
31872
|
+
font-feature-settings: "cpsp" on;
|
|
31873
|
+
font-size: 13px;
|
|
31874
|
+
line-height: 20px;
|
|
31966
31875
|
}
|
|
31967
|
-
|
|
31968
|
-
|
|
31876
|
+
|
|
31877
|
+
.lngllvn {
|
|
31878
|
+
font-family: Inter;
|
|
31879
|
+
font-style: normal;
|
|
31880
|
+
font-weight: bold;
|
|
31881
|
+
text-transform: uppercase;
|
|
31882
|
+
font-feature-settings: "cpsp" on;
|
|
31883
|
+
font-size: 13px;
|
|
31884
|
+
line-height: 20px;
|
|
31969
31885
|
}
|
|
31970
|
-
|
|
31971
|
-
|
|
31972
|
-
|
|
31973
|
-
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
transition: transform 320ms ease;
|
|
31886
|
+
|
|
31887
|
+
.l2i7fo9 {
|
|
31888
|
+
font-family: Inter;
|
|
31889
|
+
font-style: normal;
|
|
31890
|
+
font-weight: normal;
|
|
31891
|
+
font-size: 12px;
|
|
31892
|
+
line-height: 18px;
|
|
31978
31893
|
}
|
|
31979
|
-
|
|
31980
|
-
|
|
31981
|
-
|
|
31894
|
+
|
|
31895
|
+
.l1x7hscx {
|
|
31896
|
+
font-family: Inter;
|
|
31897
|
+
font-style: normal;
|
|
31898
|
+
font-weight: 500;
|
|
31899
|
+
font-size: 12px;
|
|
31900
|
+
line-height: 18px;
|
|
31982
31901
|
}
|
|
31983
|
-
|
|
31984
|
-
|
|
31902
|
+
|
|
31903
|
+
.le1jwan {
|
|
31904
|
+
font-family: Inter;
|
|
31905
|
+
font-style: normal;
|
|
31906
|
+
font-weight: bold;
|
|
31907
|
+
font-size: 12px;
|
|
31908
|
+
line-height: 18px;
|
|
31985
31909
|
}
|
|
31986
|
-
|
|
31987
|
-
|
|
31910
|
+
|
|
31911
|
+
.lyxynfj {
|
|
31912
|
+
font-family: Inter;
|
|
31913
|
+
font-style: normal;
|
|
31914
|
+
font-weight: normal;
|
|
31915
|
+
font-size: 12px;
|
|
31916
|
+
line-height: 18px;
|
|
31988
31917
|
}
|
|
31989
|
-
|
|
31990
|
-
|
|
31918
|
+
|
|
31919
|
+
.lpb2nxv {
|
|
31920
|
+
font-family: Inter;
|
|
31921
|
+
font-style: normal;
|
|
31922
|
+
font-weight: 500;
|
|
31923
|
+
font-size: 12px;
|
|
31924
|
+
line-height: 18px;
|
|
31991
31925
|
}
|
|
31992
|
-
|
|
31993
|
-
|
|
31926
|
+
|
|
31927
|
+
.l1r8o3vv {
|
|
31928
|
+
font-family: Inter;
|
|
31929
|
+
font-style: normal;
|
|
31930
|
+
font-weight: bold;
|
|
31931
|
+
font-size: 12px;
|
|
31932
|
+
line-height: 18px;
|
|
31994
31933
|
}
|
|
31995
|
-
|
|
31996
|
-
|
|
31934
|
+
|
|
31935
|
+
.lemnjy2 {
|
|
31936
|
+
font-family: Inter;
|
|
31937
|
+
font-style: normal;
|
|
31938
|
+
font-weight: normal;
|
|
31939
|
+
text-transform: uppercase;
|
|
31940
|
+
font-feature-settings: "cpsp" on;
|
|
31941
|
+
font-size: 12px;
|
|
31942
|
+
line-height: 18px;
|
|
31997
31943
|
}
|
|
31998
|
-
|
|
31999
|
-
|
|
31944
|
+
|
|
31945
|
+
.lrc42gb {
|
|
31946
|
+
font-family: Inter;
|
|
31947
|
+
font-style: normal;
|
|
31948
|
+
font-weight: bold;
|
|
31949
|
+
text-transform: uppercase;
|
|
31950
|
+
font-feature-settings: "cpsp" on;
|
|
31951
|
+
font-size: 12px;
|
|
31952
|
+
line-height: 18px;
|
|
32000
31953
|
}
|
|
32001
|
-
|
|
32002
|
-
|
|
31954
|
+
|
|
31955
|
+
.fqaz4mb {
|
|
31956
|
+
font-family: Inter;
|
|
31957
|
+
font-style: normal;
|
|
31958
|
+
font-weight: normal;
|
|
31959
|
+
font-size: 13px;
|
|
31960
|
+
line-height: 20px;
|
|
32003
31961
|
}
|
|
32004
|
-
|
|
32005
|
-
|
|
31962
|
+
|
|
31963
|
+
.f13we5o {
|
|
31964
|
+
font-family: Inter;
|
|
31965
|
+
font-style: normal;
|
|
31966
|
+
font-weight: normal;
|
|
31967
|
+
font-size: 13px;
|
|
31968
|
+
line-height: 20px;
|
|
32006
31969
|
}
|
|
32007
|
-
|
|
32008
|
-
|
|
32009
|
-
|
|
32010
|
-
|
|
32011
|
-
|
|
31970
|
+
|
|
31971
|
+
.ffmjua2 {
|
|
31972
|
+
font-family: Inter;
|
|
31973
|
+
font-style: normal;
|
|
31974
|
+
font-weight: normal;
|
|
31975
|
+
font-size: 12px;
|
|
31976
|
+
line-height: 18px;
|
|
32012
31977
|
}
|
|
32013
|
-
|
|
32014
|
-
|
|
31978
|
+
|
|
31979
|
+
.fz2mxw0 {
|
|
31980
|
+
font-family: Inter;
|
|
31981
|
+
font-style: normal;
|
|
31982
|
+
font-weight: normal;
|
|
31983
|
+
font-size: 12px;
|
|
31984
|
+
line-height: 18px;
|
|
32015
31985
|
}
|
|
32016
|
-
|
|
32017
|
-
|
|
31986
|
+
|
|
31987
|
+
.t1ertzoh {
|
|
31988
|
+
font-family: Inter;
|
|
31989
|
+
font-style: normal;
|
|
31990
|
+
font-weight: normal;
|
|
31991
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31992
|
+
font-size: 13px;
|
|
31993
|
+
line-height: 20px;
|
|
32018
31994
|
}
|
|
32019
|
-
|
|
32020
|
-
|
|
31995
|
+
|
|
31996
|
+
.t19bge8r {
|
|
31997
|
+
font-family: Inter;
|
|
31998
|
+
font-style: normal;
|
|
31999
|
+
font-weight: normal;
|
|
32000
|
+
font-feature-settings: "zero" on;
|
|
32001
|
+
font-size: 13px;
|
|
32002
|
+
line-height: 20px;
|
|
32021
32003
|
}
|
|
32022
|
-
|
|
32023
|
-
|
|
32024
|
-
|
|
32025
|
-
|
|
32026
|
-
|
|
32027
|
-
|
|
32004
|
+
|
|
32005
|
+
.tjrzfyl {
|
|
32006
|
+
font-family: Inter;
|
|
32007
|
+
font-style: normal;
|
|
32008
|
+
font-weight: normal;
|
|
32009
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32010
|
+
font-size: 12px;
|
|
32011
|
+
line-height: 18px;
|
|
32028
32012
|
}
|
|
32029
|
-
|
|
32030
|
-
.
|
|
32031
|
-
font-
|
|
32032
|
-
font-
|
|
32033
|
-
|
|
32013
|
+
|
|
32014
|
+
.tm6s7bo {
|
|
32015
|
+
font-family: Inter;
|
|
32016
|
+
font-style: normal;
|
|
32017
|
+
font-weight: 500;
|
|
32018
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32019
|
+
font-size: 12px;
|
|
32020
|
+
line-height: 18px;
|
|
32034
32021
|
}
|
|
32035
|
-
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
|
|
32022
|
+
|
|
32023
|
+
.t19zq6ic {
|
|
32024
|
+
font-family: Inter;
|
|
32025
|
+
font-style: normal;
|
|
32026
|
+
font-weight: normal;
|
|
32027
|
+
font-feature-settings: "zero" on;
|
|
32028
|
+
font-size: 12px;
|
|
32029
|
+
line-height: 18px;
|
|
32039
32030
|
}
|
|
32040
|
-
|
|
32041
|
-
|
|
32042
|
-
|
|
32043
|
-
|
|
32044
|
-
|
|
32045
|
-
|
|
32031
|
+
|
|
32032
|
+
.t1gduru8 {
|
|
32033
|
+
font-family: Inter;
|
|
32034
|
+
font-style: normal;
|
|
32035
|
+
font-weight: 500;
|
|
32036
|
+
font-feature-settings: "zero" on;
|
|
32037
|
+
font-size: 12px;
|
|
32038
|
+
line-height: 18px;
|
|
32046
32039
|
}
|
|
32047
|
-
|
|
32048
|
-
|
|
32049
|
-
|
|
32050
|
-
|
|
32051
|
-
|
|
32052
|
-
|
|
32040
|
+
|
|
32041
|
+
.t55raab {
|
|
32042
|
+
font-family: Inter;
|
|
32043
|
+
font-style: normal;
|
|
32044
|
+
font-weight: bold;
|
|
32045
|
+
font-feature-settings: "zero" on;
|
|
32046
|
+
font-size: 16px;
|
|
32047
|
+
line-height: 24px;
|
|
32053
32048
|
}
|
|
32054
|
-
|
|
32055
|
-
|
|
32049
|
+
|
|
32050
|
+
.u1w9abfe {
|
|
32051
|
+
font-family: Inter;
|
|
32052
|
+
font-style: normal;
|
|
32053
|
+
font-weight: normal;
|
|
32054
|
+
font-size: 10px;
|
|
32055
|
+
line-height: 12px;
|
|
32056
32056
|
}
|
|
32057
32057
|
|
|
32058
32058
|
.m15dvk92 {
|
|
@@ -32229,6 +32229,16 @@ input.rrg1fkn.ant-input {
|
|
|
32229
32229
|
transform: rotate(180deg);
|
|
32230
32230
|
}
|
|
32231
32231
|
|
|
32232
|
+
.igz4le8 {
|
|
32233
|
+
height: 24px;
|
|
32234
|
+
width: 56px !important;
|
|
32235
|
+
margin-right: 4px;
|
|
32236
|
+
}
|
|
32237
|
+
|
|
32238
|
+
.c1riexje {
|
|
32239
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32240
|
+
}
|
|
32241
|
+
|
|
32232
32242
|
.s14dk8r1 {
|
|
32233
32243
|
margin: 0;
|
|
32234
32244
|
border-radius: 20px;
|
|
@@ -32289,32 +32299,207 @@ input.rrg1fkn.ant-input {
|
|
|
32289
32299
|
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32290
32300
|
background-color: rgba(225, 230, 241, 0.6);
|
|
32291
32301
|
}
|
|
32292
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32293
|
-
background-color: #6b7d99;
|
|
32302
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32303
|
+
background-color: #6b7d99;
|
|
32304
|
+
}
|
|
32305
|
+
.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 {
|
|
32306
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32307
|
+
}
|
|
32308
|
+
|
|
32309
|
+
.s1uupoto {
|
|
32310
|
+
width: 8px;
|
|
32311
|
+
height: 8px;
|
|
32312
|
+
border-radius: 50%;
|
|
32313
|
+
display: inline-block;
|
|
32314
|
+
}
|
|
32315
|
+
|
|
32316
|
+
.t19ustft .date {
|
|
32317
|
+
margin-right: 4px;
|
|
32318
|
+
}
|
|
32319
|
+
|
|
32320
|
+
.sq6vos1 {
|
|
32321
|
+
--item-min-width: 60px;
|
|
32322
|
+
}
|
|
32323
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32324
|
+
display: none !important;
|
|
32325
|
+
}
|
|
32326
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32327
|
+
flex-shrink: 0 !important;
|
|
32328
|
+
}
|
|
32329
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32330
|
+
color: #0080ff;
|
|
32331
|
+
}
|
|
32332
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32333
|
+
color: #0080ff;
|
|
32334
|
+
font-weight: normal;
|
|
32335
|
+
}
|
|
32336
|
+
.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 {
|
|
32337
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32338
|
+
}
|
|
32339
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32340
|
+
color: #00122e;
|
|
32341
|
+
}
|
|
32342
|
+
.sq6vos1 .step-item-text {
|
|
32343
|
+
display: inline-block;
|
|
32344
|
+
}
|
|
32345
|
+
.sq6vos1 .step-item-title {
|
|
32346
|
+
overflow: hidden;
|
|
32347
|
+
white-space: nowrap;
|
|
32348
|
+
text-overflow: ellipsis;
|
|
32349
|
+
}
|
|
32350
|
+
|
|
32351
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32352
|
+
min-width: var(--item-min-width);
|
|
32353
|
+
}
|
|
32354
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32355
|
+
cursor: not-allowed !important;
|
|
32356
|
+
}
|
|
32357
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32358
|
+
flex-direction: row;
|
|
32359
|
+
justify-content: stretch;
|
|
32360
|
+
}
|
|
32361
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32362
|
+
padding: 0;
|
|
32363
|
+
margin-right: 4px;
|
|
32364
|
+
flex: 1;
|
|
32365
|
+
overflow: visible;
|
|
32366
|
+
}
|
|
32367
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32368
|
+
width: 100%;
|
|
32369
|
+
min-height: unset;
|
|
32370
|
+
}
|
|
32371
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32372
|
+
height: 26px;
|
|
32373
|
+
line-height: 26px;
|
|
32374
|
+
width: 100%;
|
|
32375
|
+
padding: 0;
|
|
32376
|
+
font-size: 12px;
|
|
32377
|
+
}
|
|
32378
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32379
|
+
margin-right: 10px;
|
|
32380
|
+
}
|
|
32381
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32382
|
+
display: none;
|
|
32383
|
+
}
|
|
32384
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32385
|
+
padding-left: 8px;
|
|
32386
|
+
padding-right: 4px;
|
|
32387
|
+
border-radius: 4px 0 0 4px;
|
|
32388
|
+
}
|
|
32389
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32390
|
+
margin-right: 0;
|
|
32391
|
+
}
|
|
32392
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32393
|
+
padding-right: 8px;
|
|
32394
|
+
padding-left: 12px;
|
|
32395
|
+
border-radius: 0 4px 4px 0;
|
|
32396
|
+
}
|
|
32397
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32398
|
+
content: "";
|
|
32399
|
+
width: 0;
|
|
32400
|
+
height: 0;
|
|
32401
|
+
border: 13px solid transparent;
|
|
32402
|
+
position: absolute;
|
|
32403
|
+
top: 0;
|
|
32404
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32405
|
+
z-index: 2;
|
|
32406
|
+
position: relative;
|
|
32407
|
+
top: -50%;
|
|
32408
|
+
right: -100%;
|
|
32409
|
+
}
|
|
32410
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32411
|
+
padding: 0 4px 0 12px;
|
|
32412
|
+
}
|
|
32413
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32414
|
+
content: "";
|
|
32415
|
+
width: 0;
|
|
32416
|
+
height: 0;
|
|
32417
|
+
border: 13px solid transparent;
|
|
32418
|
+
position: absolute;
|
|
32419
|
+
top: 0;
|
|
32420
|
+
border-left: 8px solid #fff;
|
|
32421
|
+
left: 0;
|
|
32422
|
+
}
|
|
32423
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32424
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32425
|
+
}
|
|
32426
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32427
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32428
|
+
}
|
|
32429
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32430
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32431
|
+
}
|
|
32432
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32433
|
+
cursor: pointer;
|
|
32434
|
+
min-width: var(--item-min-width);
|
|
32435
|
+
}
|
|
32436
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32437
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32438
|
+
min-width: var(--item-min-width);
|
|
32439
|
+
}
|
|
32440
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32441
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32442
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32443
|
+
}
|
|
32444
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32445
|
+
padding: 0;
|
|
32446
|
+
}
|
|
32447
|
+
|
|
32448
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32449
|
+
width: 138px;
|
|
32450
|
+
row-gap: 2px;
|
|
32451
|
+
}
|
|
32452
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32453
|
+
padding: 0 8px;
|
|
32454
|
+
border-radius: 4px;
|
|
32455
|
+
height: 32px;
|
|
32456
|
+
display: flex;
|
|
32457
|
+
align-items: center;
|
|
32458
|
+
}
|
|
32459
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32460
|
+
min-height: auto;
|
|
32461
|
+
white-space: nowrap;
|
|
32462
|
+
}
|
|
32463
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32464
|
+
font-size: 13px;
|
|
32465
|
+
line-height: 20px;
|
|
32466
|
+
max-width: 100%;
|
|
32294
32467
|
}
|
|
32295
|
-
.
|
|
32296
|
-
background
|
|
32468
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32469
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32297
32470
|
}
|
|
32298
32471
|
|
|
32299
|
-
.
|
|
32300
|
-
width:
|
|
32301
|
-
|
|
32302
|
-
|
|
32303
|
-
|
|
32472
|
+
.h1xo7yjb {
|
|
32473
|
+
width: 100%;
|
|
32474
|
+
display: inline-flex;
|
|
32475
|
+
align-items: center;
|
|
32476
|
+
justify-content: center;
|
|
32477
|
+
column-gap: 4px;
|
|
32304
32478
|
}
|
|
32305
|
-
|
|
32306
|
-
|
|
32307
|
-
|
|
32308
|
-
width:
|
|
32309
|
-
|
|
32479
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32480
|
+
display: inline-flex;
|
|
32481
|
+
align-items: center;
|
|
32482
|
+
width: 18px;
|
|
32483
|
+
height: 18px;
|
|
32484
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32485
|
+
justify-content: center;
|
|
32310
32486
|
}
|
|
32311
32487
|
|
|
32312
|
-
.
|
|
32313
|
-
|
|
32488
|
+
.v1f2f7cy {
|
|
32489
|
+
width: 100%;
|
|
32490
|
+
display: flex;
|
|
32491
|
+
align-items: center;
|
|
32492
|
+
justify-content: center;
|
|
32493
|
+
column-gap: 6px;
|
|
32494
|
+
font-size: 13px;
|
|
32314
32495
|
}
|
|
32315
|
-
|
|
32316
|
-
|
|
32317
|
-
|
|
32496
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32497
|
+
display: inline-flex;
|
|
32498
|
+
align-items: center;
|
|
32499
|
+
min-width: 20px;
|
|
32500
|
+
min-height: 20px;
|
|
32501
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32502
|
+
justify-content: center;
|
|
32318
32503
|
}
|
|
32319
32504
|
|
|
32320
32505
|
.m1thnes4 {
|
|
@@ -32478,36 +32663,6 @@ input.rrg1fkn.ant-input {
|
|
|
32478
32663
|
margin-left: 8px;
|
|
32479
32664
|
}
|
|
32480
32665
|
|
|
32481
|
-
.t1gz6wqf {
|
|
32482
|
-
height: 100%;
|
|
32483
|
-
}
|
|
32484
|
-
.t1gz6wqf .table-loading-item {
|
|
32485
|
-
padding: 12px 4px;
|
|
32486
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32487
|
-
display: flex;
|
|
32488
|
-
}
|
|
32489
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32490
|
-
height: 16px;
|
|
32491
|
-
margin: 4px;
|
|
32492
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32493
|
-
border-radius: 2px;
|
|
32494
|
-
}
|
|
32495
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32496
|
-
width: 16px;
|
|
32497
|
-
}
|
|
32498
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32499
|
-
flex: 1;
|
|
32500
|
-
}
|
|
32501
|
-
.t1gz6wqf :nth-child(1) {
|
|
32502
|
-
padding: 8px 4px;
|
|
32503
|
-
}
|
|
32504
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32505
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32506
|
-
}
|
|
32507
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32508
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32509
|
-
}
|
|
32510
|
-
|
|
32511
32666
|
.s1uupxds {
|
|
32512
32667
|
padding: 0 8px;
|
|
32513
32668
|
border-radius: 4px;
|
|
@@ -32556,235 +32711,38 @@ input.rrg1fkn.ant-input {
|
|
|
32556
32711
|
color: #e07f00;
|
|
32557
32712
|
background-color: rgba(255, 187, 0, 0.1);
|
|
32558
32713
|
}
|
|
32559
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32560
|
-
color: #008f4c;
|
|
32561
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32562
|
-
}
|
|
32563
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32564
|
-
color: #1d326c;
|
|
32565
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32566
|
-
}
|
|
32567
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32568
|
-
color: #7E41FF;
|
|
32569
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32570
|
-
}
|
|
32571
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32572
|
-
color: #fff;
|
|
32573
|
-
}
|
|
32574
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32575
|
-
background-color: #f0483e;
|
|
32576
|
-
}
|
|
32577
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32578
|
-
background-color: #fea008;
|
|
32579
|
-
}
|
|
32580
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32581
|
-
background-color: #00ba5d;
|
|
32582
|
-
}
|
|
32583
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32584
|
-
background-color: #0080ff;
|
|
32585
|
-
}
|
|
32586
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32587
|
-
background-color: #6b7d99;
|
|
32588
|
-
}
|
|
32589
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32590
|
-
background-color: #7E41FF;
|
|
32591
|
-
}
|
|
32592
|
-
|
|
32593
|
-
.n3qomhu {
|
|
32594
|
-
font-size: 90%;
|
|
32595
|
-
font-weight: bold;
|
|
32596
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
32597
|
-
padding: 1px 4px 1px;
|
|
32598
|
-
margin-left: 2px;
|
|
32599
|
-
margin-right: 2px;
|
|
32600
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32601
|
-
border-radius: 4px;
|
|
32602
|
-
word-break: break-all;
|
|
32603
|
-
}
|
|
32604
|
-
|
|
32605
|
-
.sq6vos1 {
|
|
32606
|
-
--item-min-width: 60px;
|
|
32607
|
-
}
|
|
32608
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32609
|
-
display: none !important;
|
|
32610
|
-
}
|
|
32611
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32612
|
-
flex-shrink: 0 !important;
|
|
32613
|
-
}
|
|
32614
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32615
|
-
color: #0080ff;
|
|
32616
|
-
}
|
|
32617
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32618
|
-
color: #0080ff;
|
|
32619
|
-
font-weight: normal;
|
|
32620
|
-
}
|
|
32621
|
-
.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 {
|
|
32622
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32623
|
-
}
|
|
32624
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32625
|
-
color: #00122e;
|
|
32626
|
-
}
|
|
32627
|
-
.sq6vos1 .step-item-text {
|
|
32628
|
-
display: inline-block;
|
|
32629
|
-
}
|
|
32630
|
-
.sq6vos1 .step-item-title {
|
|
32631
|
-
overflow: hidden;
|
|
32632
|
-
white-space: nowrap;
|
|
32633
|
-
text-overflow: ellipsis;
|
|
32634
|
-
}
|
|
32635
|
-
|
|
32636
|
-
.hjtnwxg .ant-steps-item-container {
|
|
32637
|
-
min-width: var(--item-min-width);
|
|
32638
|
-
}
|
|
32639
|
-
.hjtnwxg .ant-steps-item-disabled {
|
|
32640
|
-
cursor: not-allowed !important;
|
|
32641
|
-
}
|
|
32642
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32643
|
-
flex-direction: row;
|
|
32644
|
-
justify-content: stretch;
|
|
32645
|
-
}
|
|
32646
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32647
|
-
padding: 0;
|
|
32648
|
-
margin-right: 4px;
|
|
32649
|
-
flex: 1;
|
|
32650
|
-
overflow: visible;
|
|
32651
|
-
}
|
|
32652
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32653
|
-
width: 100%;
|
|
32654
|
-
min-height: unset;
|
|
32655
|
-
}
|
|
32656
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32657
|
-
height: 26px;
|
|
32658
|
-
line-height: 26px;
|
|
32659
|
-
width: 100%;
|
|
32660
|
-
padding: 0;
|
|
32661
|
-
font-size: 12px;
|
|
32662
|
-
}
|
|
32663
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32664
|
-
margin-right: 10px;
|
|
32665
|
-
}
|
|
32666
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32667
|
-
display: none;
|
|
32668
|
-
}
|
|
32669
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32670
|
-
padding-left: 8px;
|
|
32671
|
-
padding-right: 4px;
|
|
32672
|
-
border-radius: 4px 0 0 4px;
|
|
32673
|
-
}
|
|
32674
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32675
|
-
margin-right: 0;
|
|
32676
|
-
}
|
|
32677
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32678
|
-
padding-right: 8px;
|
|
32679
|
-
padding-left: 12px;
|
|
32680
|
-
border-radius: 0 4px 4px 0;
|
|
32681
|
-
}
|
|
32682
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32683
|
-
content: "";
|
|
32684
|
-
width: 0;
|
|
32685
|
-
height: 0;
|
|
32686
|
-
border: 13px solid transparent;
|
|
32687
|
-
position: absolute;
|
|
32688
|
-
top: 0;
|
|
32689
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32690
|
-
z-index: 2;
|
|
32691
|
-
position: relative;
|
|
32692
|
-
top: -50%;
|
|
32693
|
-
right: -100%;
|
|
32694
|
-
}
|
|
32695
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32696
|
-
padding: 0 4px 0 12px;
|
|
32697
|
-
}
|
|
32698
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32699
|
-
content: "";
|
|
32700
|
-
width: 0;
|
|
32701
|
-
height: 0;
|
|
32702
|
-
border: 13px solid transparent;
|
|
32703
|
-
position: absolute;
|
|
32704
|
-
top: 0;
|
|
32705
|
-
border-left: 8px solid #fff;
|
|
32706
|
-
left: 0;
|
|
32707
|
-
}
|
|
32708
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32709
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32710
|
-
}
|
|
32711
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32712
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32713
|
-
}
|
|
32714
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32715
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32716
|
-
}
|
|
32717
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32718
|
-
cursor: pointer;
|
|
32719
|
-
min-width: var(--item-min-width);
|
|
32720
|
-
}
|
|
32721
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32722
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32723
|
-
min-width: var(--item-min-width);
|
|
32724
|
-
}
|
|
32725
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32726
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32727
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32728
|
-
}
|
|
32729
|
-
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32730
|
-
padding: 0;
|
|
32731
|
-
}
|
|
32732
|
-
|
|
32733
|
-
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32734
|
-
width: 138px;
|
|
32735
|
-
row-gap: 2px;
|
|
32714
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32715
|
+
color: #008f4c;
|
|
32716
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32736
32717
|
}
|
|
32737
|
-
.
|
|
32738
|
-
|
|
32739
|
-
|
|
32740
|
-
height: 32px;
|
|
32741
|
-
display: flex;
|
|
32742
|
-
align-items: center;
|
|
32718
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32719
|
+
color: #1d326c;
|
|
32720
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32743
32721
|
}
|
|
32744
|
-
.
|
|
32745
|
-
|
|
32746
|
-
|
|
32722
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32723
|
+
color: #7E41FF;
|
|
32724
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32747
32725
|
}
|
|
32748
|
-
.
|
|
32749
|
-
|
|
32750
|
-
line-height: 20px;
|
|
32751
|
-
max-width: 100%;
|
|
32726
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32727
|
+
color: #fff;
|
|
32752
32728
|
}
|
|
32753
|
-
.
|
|
32754
|
-
background:
|
|
32729
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32730
|
+
background-color: #f0483e;
|
|
32755
32731
|
}
|
|
32756
|
-
|
|
32757
|
-
|
|
32758
|
-
width: 100%;
|
|
32759
|
-
display: inline-flex;
|
|
32760
|
-
align-items: center;
|
|
32761
|
-
justify-content: center;
|
|
32762
|
-
column-gap: 4px;
|
|
32732
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32733
|
+
background-color: #fea008;
|
|
32763
32734
|
}
|
|
32764
|
-
.
|
|
32765
|
-
|
|
32766
|
-
align-items: center;
|
|
32767
|
-
width: 18px;
|
|
32768
|
-
height: 18px;
|
|
32769
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32770
|
-
justify-content: center;
|
|
32735
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32736
|
+
background-color: #00ba5d;
|
|
32771
32737
|
}
|
|
32772
|
-
|
|
32773
|
-
|
|
32774
|
-
width: 100%;
|
|
32775
|
-
display: flex;
|
|
32776
|
-
align-items: center;
|
|
32777
|
-
justify-content: center;
|
|
32778
|
-
column-gap: 6px;
|
|
32779
|
-
font-size: 13px;
|
|
32738
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32739
|
+
background-color: #0080ff;
|
|
32780
32740
|
}
|
|
32781
|
-
.
|
|
32782
|
-
|
|
32783
|
-
|
|
32784
|
-
|
|
32785
|
-
|
|
32786
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32787
|
-
justify-content: center;
|
|
32741
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32742
|
+
background-color: #6b7d99;
|
|
32743
|
+
}
|
|
32744
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32745
|
+
background-color: #7E41FF;
|
|
32788
32746
|
}
|
|
32789
32747
|
|
|
32790
32748
|
.o8ocss1 {
|
|
@@ -32796,6 +32754,48 @@ input.rrg1fkn.ant-input {
|
|
|
32796
32754
|
white-space: nowrap;
|
|
32797
32755
|
}
|
|
32798
32756
|
|
|
32757
|
+
.n3qomhu {
|
|
32758
|
+
font-size: 90%;
|
|
32759
|
+
font-weight: bold;
|
|
32760
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32761
|
+
padding: 1px 4px 1px;
|
|
32762
|
+
margin-left: 2px;
|
|
32763
|
+
margin-right: 2px;
|
|
32764
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32765
|
+
border-radius: 4px;
|
|
32766
|
+
word-break: break-all;
|
|
32767
|
+
}
|
|
32768
|
+
|
|
32769
|
+
.t1gz6wqf {
|
|
32770
|
+
height: 100%;
|
|
32771
|
+
}
|
|
32772
|
+
.t1gz6wqf .table-loading-item {
|
|
32773
|
+
padding: 12px 4px;
|
|
32774
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32775
|
+
display: flex;
|
|
32776
|
+
}
|
|
32777
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32778
|
+
height: 16px;
|
|
32779
|
+
margin: 4px;
|
|
32780
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32781
|
+
border-radius: 2px;
|
|
32782
|
+
}
|
|
32783
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32784
|
+
width: 16px;
|
|
32785
|
+
}
|
|
32786
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32787
|
+
flex: 1;
|
|
32788
|
+
}
|
|
32789
|
+
.t1gz6wqf :nth-child(1) {
|
|
32790
|
+
padding: 8px 4px;
|
|
32791
|
+
}
|
|
32792
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32793
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32794
|
+
}
|
|
32795
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32796
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32797
|
+
}
|
|
32798
|
+
|
|
32799
32799
|
.c1k4vanq {
|
|
32800
32800
|
padding: 0 12px 14px 12px;
|
|
32801
32801
|
}
|
|
@@ -32840,53 +32840,6 @@ input.rrg1fkn.ant-input {
|
|
|
32840
32840
|
margin-right: 2px;
|
|
32841
32841
|
}
|
|
32842
32842
|
|
|
32843
|
-
.rrwcpby {
|
|
32844
|
-
display: flex;
|
|
32845
|
-
align-items: center;
|
|
32846
|
-
}
|
|
32847
|
-
.rrwcpby .order {
|
|
32848
|
-
height: 24px;
|
|
32849
|
-
width: 24px;
|
|
32850
|
-
border-radius: 20px;
|
|
32851
|
-
color: #0080ff;
|
|
32852
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32853
|
-
display: flex;
|
|
32854
|
-
align-items: center;
|
|
32855
|
-
justify-content: center;
|
|
32856
|
-
margin-right: 6px;
|
|
32857
|
-
}
|
|
32858
|
-
|
|
32859
|
-
.f1p9ti6d {
|
|
32860
|
-
width: 100%;
|
|
32861
|
-
margin-bottom: 0 !important;
|
|
32862
|
-
flex-flow: nowrap !important;
|
|
32863
|
-
line-break: auto;
|
|
32864
|
-
}
|
|
32865
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32866
|
-
text-align: left !important;
|
|
32867
|
-
padding-bottom: 0 !important;
|
|
32868
|
-
}
|
|
32869
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32870
|
-
min-height: 32px;
|
|
32871
|
-
height: auto;
|
|
32872
|
-
font-size: 13px;
|
|
32873
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32874
|
-
white-space: normal;
|
|
32875
|
-
}
|
|
32876
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32877
|
-
border-color: #ff4d4f !important;
|
|
32878
|
-
}
|
|
32879
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32880
|
-
margin-top: 4px;
|
|
32881
|
-
font-size: 12px;
|
|
32882
|
-
min-height: 0px;
|
|
32883
|
-
}
|
|
32884
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32885
|
-
font-size: 12px;
|
|
32886
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32887
|
-
min-height: 0px;
|
|
32888
|
-
}
|
|
32889
|
-
|
|
32890
32843
|
.bab9xum {
|
|
32891
32844
|
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);
|
|
32892
32845
|
}
|
|
@@ -32904,6 +32857,22 @@ input.rrg1fkn.ant-input {
|
|
|
32904
32857
|
transform: translateY(-4px);
|
|
32905
32858
|
}
|
|
32906
32859
|
|
|
32860
|
+
.rrwcpby {
|
|
32861
|
+
display: flex;
|
|
32862
|
+
align-items: center;
|
|
32863
|
+
}
|
|
32864
|
+
.rrwcpby .order {
|
|
32865
|
+
height: 24px;
|
|
32866
|
+
width: 24px;
|
|
32867
|
+
border-radius: 20px;
|
|
32868
|
+
color: #0080ff;
|
|
32869
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32870
|
+
display: flex;
|
|
32871
|
+
align-items: center;
|
|
32872
|
+
justify-content: center;
|
|
32873
|
+
margin-right: 6px;
|
|
32874
|
+
}
|
|
32875
|
+
|
|
32907
32876
|
.tc40oxa {
|
|
32908
32877
|
margin-bottom: 4px;
|
|
32909
32878
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33097,6 +33066,37 @@ input.rrg1fkn.ant-input {
|
|
|
33097
33066
|
margin-right: 8px;
|
|
33098
33067
|
}
|
|
33099
33068
|
|
|
33069
|
+
.f1p9ti6d {
|
|
33070
|
+
width: 100%;
|
|
33071
|
+
margin-bottom: 0 !important;
|
|
33072
|
+
flex-flow: nowrap !important;
|
|
33073
|
+
line-break: auto;
|
|
33074
|
+
}
|
|
33075
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33076
|
+
text-align: left !important;
|
|
33077
|
+
padding-bottom: 0 !important;
|
|
33078
|
+
}
|
|
33079
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33080
|
+
min-height: 32px;
|
|
33081
|
+
height: auto;
|
|
33082
|
+
font-size: 13px;
|
|
33083
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33084
|
+
white-space: normal;
|
|
33085
|
+
}
|
|
33086
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33087
|
+
border-color: #ff4d4f !important;
|
|
33088
|
+
}
|
|
33089
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33090
|
+
margin-top: 4px;
|
|
33091
|
+
font-size: 12px;
|
|
33092
|
+
min-height: 0px;
|
|
33093
|
+
}
|
|
33094
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33095
|
+
font-size: 12px;
|
|
33096
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33097
|
+
min-height: 0px;
|
|
33098
|
+
}
|
|
33099
|
+
|
|
33100
33100
|
.w1xcixj5.outside-tag {
|
|
33101
33101
|
padding-left: 0;
|
|
33102
33102
|
}
|
|
@@ -33106,6 +33106,11 @@ input.rrg1fkn.ant-input {
|
|
|
33106
33106
|
margin-right: 4px;
|
|
33107
33107
|
}
|
|
33108
33108
|
|
|
33109
|
+
.iwsze0q {
|
|
33110
|
+
margin-right: 4px;
|
|
33111
|
+
height: 16px;
|
|
33112
|
+
}
|
|
33113
|
+
|
|
33109
33114
|
.sut42l0 {
|
|
33110
33115
|
padding: 0 8px;
|
|
33111
33116
|
height: 18px;
|
|
@@ -33125,11 +33130,6 @@ input.rrg1fkn.ant-input {
|
|
|
33125
33130
|
height: 16px;
|
|
33126
33131
|
}
|
|
33127
33132
|
|
|
33128
|
-
.iwsze0q {
|
|
33129
|
-
margin-right: 4px;
|
|
33130
|
-
height: 16px;
|
|
33131
|
-
}
|
|
33132
|
-
|
|
33133
33133
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33134
33134
|
display: var(--at4ovwe-0);
|
|
33135
33135
|
}
|
|
@@ -33180,25 +33180,6 @@ input.rrg1fkn.ant-input {
|
|
|
33180
33180
|
font-size: inherit;
|
|
33181
33181
|
}
|
|
33182
33182
|
|
|
33183
|
-
.feau332.ant-form-item {
|
|
33184
|
-
margin-bottom: 0;
|
|
33185
|
-
}
|
|
33186
|
-
.feau332 .ant-form-item-explain {
|
|
33187
|
-
display: none;
|
|
33188
|
-
min-height: 18px;
|
|
33189
|
-
margin-top: 5px;
|
|
33190
|
-
font-family: "Inter";
|
|
33191
|
-
font-weight: 400;
|
|
33192
|
-
font-size: 12px;
|
|
33193
|
-
line-height: 18px;
|
|
33194
|
-
}
|
|
33195
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33196
|
-
white-space: pre-wrap;
|
|
33197
|
-
}
|
|
33198
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33199
|
-
display: block;
|
|
33200
|
-
}
|
|
33201
|
-
|
|
33202
33183
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33203
33184
|
display: var(--a6dbbkm-0);
|
|
33204
33185
|
}
|
|
@@ -33228,4 +33209,23 @@ input.rrg1fkn.ant-input {
|
|
|
33228
33209
|
margin: 0;
|
|
33229
33210
|
height: auto;
|
|
33230
33211
|
font-size: inherit;
|
|
33212
|
+
}
|
|
33213
|
+
|
|
33214
|
+
.feau332.ant-form-item {
|
|
33215
|
+
margin-bottom: 0;
|
|
33216
|
+
}
|
|
33217
|
+
.feau332 .ant-form-item-explain {
|
|
33218
|
+
display: none;
|
|
33219
|
+
min-height: 18px;
|
|
33220
|
+
margin-top: 5px;
|
|
33221
|
+
font-family: "Inter";
|
|
33222
|
+
font-weight: 400;
|
|
33223
|
+
font-size: 12px;
|
|
33224
|
+
line-height: 18px;
|
|
33225
|
+
}
|
|
33226
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33227
|
+
white-space: pre-wrap;
|
|
33228
|
+
}
|
|
33229
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33230
|
+
display: block;
|
|
33231
33231
|
}
|