@cloudtower/eagle 0.26.23 → 0.26.24-dry
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/Card/CardWrapper.d.ts +1 -1
- package/dist/components/Modal/AsideModal.d.ts +5 -0
- package/dist/components.css +252 -237
- package/dist/esm/index.js +468 -446
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -1
- package/dist/style.css +593 -578
- package/dist/umd/index.js +465 -443
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +17 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -28278,6 +28278,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28278
28278
|
/* green */
|
|
28279
28279
|
/* yellow */
|
|
28280
28280
|
/* red */
|
|
28281
|
+
/* purple */
|
|
28281
28282
|
/* palette global token*/
|
|
28282
28283
|
/* color opaque */
|
|
28283
28284
|
/* color transparent */
|
|
@@ -28310,6 +28311,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28310
28311
|
/* dim */
|
|
28311
28312
|
/* box shadow */
|
|
28312
28313
|
/* fisheye */
|
|
28314
|
+
/* z-index */
|
|
28313
28315
|
@keyframes rotate {
|
|
28314
28316
|
from {
|
|
28315
28317
|
transform: rotate(0deg);
|
|
@@ -28331,6 +28333,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28331
28333
|
/* green */
|
|
28332
28334
|
/* yellow */
|
|
28333
28335
|
/* red */
|
|
28336
|
+
/* purple */
|
|
28334
28337
|
/* palette global token*/
|
|
28335
28338
|
/* color opaque */
|
|
28336
28339
|
/* color transparent */
|
|
@@ -28363,6 +28366,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28363
28366
|
/* dim */
|
|
28364
28367
|
/* box shadow */
|
|
28365
28368
|
/* fisheye */
|
|
28369
|
+
/* z-index */
|
|
28366
28370
|
.loading {
|
|
28367
28371
|
width: 64px;
|
|
28368
28372
|
height: 64px;
|
|
@@ -28491,6 +28495,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28491
28495
|
/* green */
|
|
28492
28496
|
/* yellow */
|
|
28493
28497
|
/* red */
|
|
28498
|
+
/* purple */
|
|
28494
28499
|
/* palette global token*/
|
|
28495
28500
|
/* color opaque */
|
|
28496
28501
|
/* color transparent */
|
|
@@ -28523,6 +28528,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28523
28528
|
/* dim */
|
|
28524
28529
|
/* box shadow */
|
|
28525
28530
|
/* fisheye */
|
|
28531
|
+
/* z-index */
|
|
28526
28532
|
.ant-dropdown,
|
|
28527
28533
|
.ant-dropdown-menu-submenu {
|
|
28528
28534
|
background: #fff;
|
|
@@ -28712,6 +28718,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28712
28718
|
/* green */
|
|
28713
28719
|
/* yellow */
|
|
28714
28720
|
/* red */
|
|
28721
|
+
/* purple */
|
|
28715
28722
|
/* palette global token*/
|
|
28716
28723
|
/* color opaque */
|
|
28717
28724
|
/* color transparent */
|
|
@@ -28744,6 +28751,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28744
28751
|
/* dim */
|
|
28745
28752
|
/* box shadow */
|
|
28746
28753
|
/* fisheye */
|
|
28754
|
+
/* z-index */
|
|
28747
28755
|
.ant-dropdown,
|
|
28748
28756
|
.ant-dropdown-menu-submenu {
|
|
28749
28757
|
background: #fff;
|
|
@@ -29919,6 +29927,35 @@ html body {
|
|
|
29919
29927
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29920
29928
|
}
|
|
29921
29929
|
}
|
|
29930
|
+
.bpq0js6 {
|
|
29931
|
+
padding: 4px 11px;
|
|
29932
|
+
}
|
|
29933
|
+
|
|
29934
|
+
.b15sn34c {
|
|
29935
|
+
white-space: nowrap;
|
|
29936
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29937
|
+
}
|
|
29938
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29939
|
+
--color: #0080ff;
|
|
29940
|
+
}
|
|
29941
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29942
|
+
--color: #0080ff;
|
|
29943
|
+
}
|
|
29944
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29945
|
+
margin-left: 1px;
|
|
29946
|
+
}
|
|
29947
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29948
|
+
border-top-right-radius: 0;
|
|
29949
|
+
border-bottom-right-radius: 0;
|
|
29950
|
+
}
|
|
29951
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29952
|
+
border-top-left-radius: 0;
|
|
29953
|
+
border-bottom-left-radius: 0;
|
|
29954
|
+
}
|
|
29955
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29956
|
+
border-radius: unset;
|
|
29957
|
+
}
|
|
29958
|
+
|
|
29922
29959
|
.buj61ew.ant-btn-icon-only {
|
|
29923
29960
|
justify-content: center;
|
|
29924
29961
|
}
|
|
@@ -30177,35 +30214,6 @@ html body {
|
|
|
30177
30214
|
padding: 0;
|
|
30178
30215
|
}
|
|
30179
30216
|
|
|
30180
|
-
.bpq0js6 {
|
|
30181
|
-
padding: 4px 11px;
|
|
30182
|
-
}
|
|
30183
|
-
|
|
30184
|
-
.b15sn34c {
|
|
30185
|
-
white-space: nowrap;
|
|
30186
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30187
|
-
}
|
|
30188
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30189
|
-
--color: #0080ff;
|
|
30190
|
-
}
|
|
30191
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30192
|
-
--color: #0080ff;
|
|
30193
|
-
}
|
|
30194
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30195
|
-
margin-left: 1px;
|
|
30196
|
-
}
|
|
30197
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30198
|
-
border-top-right-radius: 0;
|
|
30199
|
-
border-bottom-right-radius: 0;
|
|
30200
|
-
}
|
|
30201
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30202
|
-
border-top-left-radius: 0;
|
|
30203
|
-
border-bottom-left-radius: 0;
|
|
30204
|
-
}
|
|
30205
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30206
|
-
border-radius: unset;
|
|
30207
|
-
}
|
|
30208
|
-
|
|
30209
30217
|
.fde5mpd {
|
|
30210
30218
|
width: 100%;
|
|
30211
30219
|
height: 100%;
|
|
@@ -30234,24 +30242,6 @@ html body {
|
|
|
30234
30242
|
margin-right: 4px;
|
|
30235
30243
|
}
|
|
30236
30244
|
|
|
30237
|
-
.i1mrf09m {
|
|
30238
|
-
display: inline-flex;
|
|
30239
|
-
align-items: center;
|
|
30240
|
-
}
|
|
30241
|
-
.i1mrf09m .icon-inner {
|
|
30242
|
-
display: inline-flex;
|
|
30243
|
-
align-items: center;
|
|
30244
|
-
justify-content: center;
|
|
30245
|
-
}
|
|
30246
|
-
.i1mrf09m .icon-inner + span,
|
|
30247
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30248
|
-
margin-left: 4px;
|
|
30249
|
-
}
|
|
30250
|
-
.i1mrf09m.is-rotate img,
|
|
30251
|
-
.i1mrf09m.is-rotate svg {
|
|
30252
|
-
animation: rotate 680ms linear infinite;
|
|
30253
|
-
}
|
|
30254
|
-
|
|
30255
30245
|
.obf05yr {
|
|
30256
30246
|
display: inline-block;
|
|
30257
30247
|
}
|
|
@@ -30318,6 +30308,170 @@ html body {
|
|
|
30318
30308
|
line-height: 18px;
|
|
30319
30309
|
}
|
|
30320
30310
|
|
|
30311
|
+
.i1mrf09m {
|
|
30312
|
+
display: inline-flex;
|
|
30313
|
+
align-items: center;
|
|
30314
|
+
}
|
|
30315
|
+
.i1mrf09m .icon-inner {
|
|
30316
|
+
display: inline-flex;
|
|
30317
|
+
align-items: center;
|
|
30318
|
+
justify-content: center;
|
|
30319
|
+
}
|
|
30320
|
+
.i1mrf09m .icon-inner + span,
|
|
30321
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30322
|
+
margin-left: 4px;
|
|
30323
|
+
}
|
|
30324
|
+
.i1mrf09m.is-rotate img,
|
|
30325
|
+
.i1mrf09m.is-rotate svg {
|
|
30326
|
+
animation: rotate 680ms linear infinite;
|
|
30327
|
+
}
|
|
30328
|
+
|
|
30329
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30330
|
+
display: inline-flex;
|
|
30331
|
+
align-items: baseline;
|
|
30332
|
+
white-space: pre-wrap;
|
|
30333
|
+
}
|
|
30334
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30335
|
+
position: relative;
|
|
30336
|
+
top: 3px;
|
|
30337
|
+
}
|
|
30338
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30339
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30340
|
+
}
|
|
30341
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30342
|
+
border-color: #0080ff;
|
|
30343
|
+
}
|
|
30344
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30345
|
+
border-color: #0080ff;
|
|
30346
|
+
background: #0080ff;
|
|
30347
|
+
}
|
|
30348
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30349
|
+
top: 4px;
|
|
30350
|
+
left: 4px;
|
|
30351
|
+
width: 6px;
|
|
30352
|
+
height: 6px;
|
|
30353
|
+
background: #fff;
|
|
30354
|
+
}
|
|
30355
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30356
|
+
opacity: 0.5;
|
|
30357
|
+
}
|
|
30358
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30359
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30360
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30361
|
+
}
|
|
30362
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30363
|
+
background: #00122e;
|
|
30364
|
+
}
|
|
30365
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30366
|
+
color: #00122e;
|
|
30367
|
+
opacity: 0.5;
|
|
30368
|
+
}
|
|
30369
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30370
|
+
color: #00122e;
|
|
30371
|
+
}
|
|
30372
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30373
|
+
display: inline-block;
|
|
30374
|
+
padding: 0;
|
|
30375
|
+
padding-left: 12px;
|
|
30376
|
+
}
|
|
30377
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30378
|
+
margin-bottom: 0;
|
|
30379
|
+
white-space: pre-wrap;
|
|
30380
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30381
|
+
}
|
|
30382
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30383
|
+
padding-left: 8px;
|
|
30384
|
+
}
|
|
30385
|
+
|
|
30386
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30387
|
+
border-radius: 5px 0 0 5px;
|
|
30388
|
+
}
|
|
30389
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30390
|
+
border-radius: 0 5px 5px 0;
|
|
30391
|
+
}
|
|
30392
|
+
|
|
30393
|
+
.r1f0aqcc {
|
|
30394
|
+
color: #00122e;
|
|
30395
|
+
border-color: #ccd4e3;
|
|
30396
|
+
}
|
|
30397
|
+
.r1f0aqcc:first-child {
|
|
30398
|
+
border-color: #a3b4cc;
|
|
30399
|
+
}
|
|
30400
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30401
|
+
padding: 0 12px;
|
|
30402
|
+
line-height: 32px;
|
|
30403
|
+
height: 32px;
|
|
30404
|
+
}
|
|
30405
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30406
|
+
white-space: nowrap;
|
|
30407
|
+
}
|
|
30408
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30409
|
+
height: 22px;
|
|
30410
|
+
padding: 0 7px;
|
|
30411
|
+
line-height: 20px;
|
|
30412
|
+
}
|
|
30413
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30414
|
+
background: #ccd4e3;
|
|
30415
|
+
}
|
|
30416
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30417
|
+
background: #0080ff;
|
|
30418
|
+
}
|
|
30419
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30420
|
+
background: #ccd4e3;
|
|
30421
|
+
opacity: 0.5;
|
|
30422
|
+
}
|
|
30423
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30424
|
+
border-right-color: #0080ff;
|
|
30425
|
+
}
|
|
30426
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30427
|
+
border-color: #0080ff;
|
|
30428
|
+
}
|
|
30429
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30430
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30431
|
+
}
|
|
30432
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30433
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30434
|
+
border-color: #ccd4e3;
|
|
30435
|
+
opacity: 0.5;
|
|
30436
|
+
}
|
|
30437
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30438
|
+
color: #00122e;
|
|
30439
|
+
border-color: #ccd4e3;
|
|
30440
|
+
}
|
|
30441
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30442
|
+
color: #00122e;
|
|
30443
|
+
border-color: #ccd4e3;
|
|
30444
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30445
|
+
}
|
|
30446
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30447
|
+
margin-right: 8px;
|
|
30448
|
+
display: inline;
|
|
30449
|
+
border: none;
|
|
30450
|
+
padding: 0;
|
|
30451
|
+
width: 36px;
|
|
30452
|
+
background: transparent;
|
|
30453
|
+
}
|
|
30454
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30455
|
+
box-shadow: none;
|
|
30456
|
+
}
|
|
30457
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30458
|
+
margin-right: 0;
|
|
30459
|
+
width: initial;
|
|
30460
|
+
box-shadow: none;
|
|
30461
|
+
}
|
|
30462
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30463
|
+
display: none;
|
|
30464
|
+
}
|
|
30465
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30466
|
+
display: inline;
|
|
30467
|
+
}
|
|
30468
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30469
|
+
display: inline;
|
|
30470
|
+
margin-right: 8px;
|
|
30471
|
+
padding: 0;
|
|
30472
|
+
width: 36px;
|
|
30473
|
+
}
|
|
30474
|
+
|
|
30321
30475
|
.s34f1qb.ant-switch {
|
|
30322
30476
|
min-width: 40px;
|
|
30323
30477
|
height: 24px;
|
|
@@ -30984,150 +31138,85 @@ input.rrg1fkn.ant-input {
|
|
|
30984
31138
|
border-bottom-left-radius: 0;
|
|
30985
31139
|
}
|
|
30986
31140
|
|
|
30987
|
-
.
|
|
30988
|
-
|
|
30989
|
-
align-items: baseline;
|
|
30990
|
-
white-space: pre-wrap;
|
|
30991
|
-
}
|
|
30992
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30993
|
-
position: relative;
|
|
30994
|
-
top: 3px;
|
|
30995
|
-
}
|
|
30996
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30997
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30998
|
-
}
|
|
30999
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31000
|
-
border-color: #0080ff;
|
|
31001
|
-
}
|
|
31002
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31003
|
-
border-color: #0080ff;
|
|
31004
|
-
background: #0080ff;
|
|
31005
|
-
}
|
|
31006
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31007
|
-
top: 4px;
|
|
31008
|
-
left: 4px;
|
|
31009
|
-
width: 6px;
|
|
31010
|
-
height: 6px;
|
|
31011
|
-
background: #fff;
|
|
31012
|
-
}
|
|
31013
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31014
|
-
opacity: 0.5;
|
|
31015
|
-
}
|
|
31016
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31017
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31018
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31019
|
-
}
|
|
31020
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31021
|
-
background: #00122e;
|
|
31022
|
-
}
|
|
31023
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31024
|
-
color: #00122e;
|
|
31025
|
-
opacity: 0.5;
|
|
31026
|
-
}
|
|
31027
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31028
|
-
color: #00122e;
|
|
31029
|
-
}
|
|
31030
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31031
|
-
display: inline-block;
|
|
31032
|
-
padding: 0;
|
|
31033
|
-
padding-left: 12px;
|
|
31034
|
-
}
|
|
31035
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31036
|
-
margin-bottom: 0;
|
|
31037
|
-
white-space: pre-wrap;
|
|
31038
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31039
|
-
}
|
|
31040
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31041
|
-
padding-left: 8px;
|
|
31141
|
+
.s1fc623g {
|
|
31142
|
+
width: 430px !important;
|
|
31042
31143
|
}
|
|
31043
31144
|
|
|
31044
|
-
.
|
|
31045
|
-
|
|
31046
|
-
|
|
31047
|
-
|
|
31048
|
-
|
|
31145
|
+
.da3mx0o .ant-select-item-group {
|
|
31146
|
+
padding: 8px 16px;
|
|
31147
|
+
line-height: 18px;
|
|
31148
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31149
|
+
height: 34px;
|
|
31150
|
+
min-height: 34px;
|
|
31151
|
+
box-sizing: border-box;
|
|
31152
|
+
margin-top: 8px;
|
|
31049
31153
|
}
|
|
31050
31154
|
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
|
|
31055
|
-
|
|
31056
|
-
border-
|
|
31057
|
-
}
|
|
31058
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31059
|
-
padding: 0 12px;
|
|
31060
|
-
line-height: 32px;
|
|
31061
|
-
height: 32px;
|
|
31155
|
+
.onr9gzt {
|
|
31156
|
+
display: flex;
|
|
31157
|
+
flex-direction: column;
|
|
31158
|
+
margin: 1px 8px;
|
|
31159
|
+
padding: 8px;
|
|
31160
|
+
border-radius: 4px;
|
|
31062
31161
|
}
|
|
31063
|
-
.
|
|
31064
|
-
|
|
31162
|
+
.onr9gzt .selected-icon {
|
|
31163
|
+
display: none;
|
|
31065
31164
|
}
|
|
31066
|
-
.ant-
|
|
31067
|
-
|
|
31068
|
-
padding: 0 7px;
|
|
31069
|
-
line-height: 20px;
|
|
31165
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31166
|
+
padding-left: 8px;
|
|
31070
31167
|
}
|
|
31071
|
-
.
|
|
31072
|
-
background:
|
|
31168
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31169
|
+
background-color: white;
|
|
31073
31170
|
}
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31171
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31172
|
+
color: #0080ff;
|
|
31076
31173
|
}
|
|
31077
|
-
.
|
|
31078
|
-
|
|
31079
|
-
opacity: 0.5;
|
|
31174
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31175
|
+
display: block;
|
|
31080
31176
|
}
|
|
31081
|
-
.
|
|
31082
|
-
|
|
31177
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31178
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31083
31179
|
}
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31180
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31181
|
+
color: #0080ff;
|
|
31086
31182
|
}
|
|
31087
|
-
.
|
|
31183
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31088
31184
|
background: rgba(0, 136, 255, 0.1);
|
|
31185
|
+
color: #0080ff;
|
|
31089
31186
|
}
|
|
31090
|
-
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
|
|
31187
|
+
|
|
31188
|
+
.oiy0apc {
|
|
31189
|
+
display: flex;
|
|
31190
|
+
justify-content: space-between;
|
|
31191
|
+
height: 20px;
|
|
31192
|
+
line-height: 20px;
|
|
31094
31193
|
}
|
|
31095
|
-
.
|
|
31096
|
-
color: #
|
|
31097
|
-
|
|
31194
|
+
.oiy0apc .timezone-title {
|
|
31195
|
+
color: #2d3a56;
|
|
31196
|
+
overflow: hidden;
|
|
31197
|
+
text-overflow: ellipsis;
|
|
31098
31198
|
}
|
|
31099
|
-
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
|
|
31199
|
+
|
|
31200
|
+
.of4y382 {
|
|
31201
|
+
display: flex;
|
|
31202
|
+
justify-content: space-between;
|
|
31203
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31204
|
+
height: 18px;
|
|
31205
|
+
line-height: 18px;
|
|
31206
|
+
margin-top: 2px;
|
|
31103
31207
|
}
|
|
31104
|
-
|
|
31105
|
-
|
|
31106
|
-
display: inline;
|
|
31208
|
+
|
|
31209
|
+
.t19903l9 {
|
|
31107
31210
|
border: none;
|
|
31108
|
-
padding: 0;
|
|
31109
|
-
width: 36px;
|
|
31110
|
-
background: transparent;
|
|
31111
|
-
}
|
|
31112
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31113
|
-
box-shadow: none;
|
|
31114
|
-
}
|
|
31115
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31116
31211
|
margin-right: 0;
|
|
31117
|
-
|
|
31118
|
-
box-shadow: none;
|
|
31119
|
-
}
|
|
31120
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31121
|
-
display: none;
|
|
31122
|
-
}
|
|
31123
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31124
|
-
display: inline;
|
|
31212
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31125
31213
|
}
|
|
31126
|
-
|
|
31127
|
-
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
width:
|
|
31214
|
+
|
|
31215
|
+
.ohwbvxu {
|
|
31216
|
+
pointer-events: none;
|
|
31217
|
+
height: 32px;
|
|
31218
|
+
width: 100%;
|
|
31219
|
+
opacity: 0;
|
|
31131
31220
|
}
|
|
31132
31221
|
|
|
31133
31222
|
.t1upn1sz {
|
|
@@ -31494,91 +31583,6 @@ input.rrg1fkn.ant-input {
|
|
|
31494
31583
|
background: #fff;
|
|
31495
31584
|
}
|
|
31496
31585
|
|
|
31497
|
-
.i1e4sgug {
|
|
31498
|
-
display: inline-block;
|
|
31499
|
-
}
|
|
31500
|
-
|
|
31501
|
-
.s1fc623g {
|
|
31502
|
-
width: 430px !important;
|
|
31503
|
-
}
|
|
31504
|
-
|
|
31505
|
-
.da3mx0o .ant-select-item-group {
|
|
31506
|
-
padding: 8px 16px;
|
|
31507
|
-
line-height: 18px;
|
|
31508
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31509
|
-
height: 34px;
|
|
31510
|
-
min-height: 34px;
|
|
31511
|
-
box-sizing: border-box;
|
|
31512
|
-
margin-top: 8px;
|
|
31513
|
-
}
|
|
31514
|
-
|
|
31515
|
-
.onr9gzt {
|
|
31516
|
-
display: flex;
|
|
31517
|
-
flex-direction: column;
|
|
31518
|
-
margin: 1px 8px;
|
|
31519
|
-
padding: 8px;
|
|
31520
|
-
border-radius: 4px;
|
|
31521
|
-
}
|
|
31522
|
-
.onr9gzt .selected-icon {
|
|
31523
|
-
display: none;
|
|
31524
|
-
}
|
|
31525
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31526
|
-
padding-left: 8px;
|
|
31527
|
-
}
|
|
31528
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31529
|
-
background-color: white;
|
|
31530
|
-
}
|
|
31531
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31532
|
-
color: #0080ff;
|
|
31533
|
-
}
|
|
31534
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31535
|
-
display: block;
|
|
31536
|
-
}
|
|
31537
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31538
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31539
|
-
}
|
|
31540
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31541
|
-
color: #0080ff;
|
|
31542
|
-
}
|
|
31543
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31544
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31545
|
-
color: #0080ff;
|
|
31546
|
-
}
|
|
31547
|
-
|
|
31548
|
-
.oiy0apc {
|
|
31549
|
-
display: flex;
|
|
31550
|
-
justify-content: space-between;
|
|
31551
|
-
height: 20px;
|
|
31552
|
-
line-height: 20px;
|
|
31553
|
-
}
|
|
31554
|
-
.oiy0apc .timezone-title {
|
|
31555
|
-
color: #2d3a56;
|
|
31556
|
-
overflow: hidden;
|
|
31557
|
-
text-overflow: ellipsis;
|
|
31558
|
-
}
|
|
31559
|
-
|
|
31560
|
-
.of4y382 {
|
|
31561
|
-
display: flex;
|
|
31562
|
-
justify-content: space-between;
|
|
31563
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31564
|
-
height: 18px;
|
|
31565
|
-
line-height: 18px;
|
|
31566
|
-
margin-top: 2px;
|
|
31567
|
-
}
|
|
31568
|
-
|
|
31569
|
-
.t19903l9 {
|
|
31570
|
-
border: none;
|
|
31571
|
-
margin-right: 0;
|
|
31572
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31573
|
-
}
|
|
31574
|
-
|
|
31575
|
-
.ohwbvxu {
|
|
31576
|
-
pointer-events: none;
|
|
31577
|
-
height: 32px;
|
|
31578
|
-
width: 100%;
|
|
31579
|
-
opacity: 0;
|
|
31580
|
-
}
|
|
31581
|
-
|
|
31582
31586
|
.d6j0lbj {
|
|
31583
31587
|
font-family: Inter;
|
|
31584
31588
|
font-style: normal;
|
|
@@ -32054,6 +32058,10 @@ input.rrg1fkn.ant-input {
|
|
|
32054
32058
|
line-height: 12px;
|
|
32055
32059
|
}
|
|
32056
32060
|
|
|
32061
|
+
.i1e4sgug {
|
|
32062
|
+
display: inline-block;
|
|
32063
|
+
}
|
|
32064
|
+
|
|
32057
32065
|
.m15dvk92 {
|
|
32058
32066
|
display: flex;
|
|
32059
32067
|
justify-content: space-between;
|
|
@@ -32171,145 +32179,189 @@ input.rrg1fkn.ant-input {
|
|
|
32171
32179
|
display: flex;
|
|
32172
32180
|
}
|
|
32173
32181
|
|
|
32174
|
-
.
|
|
32175
|
-
|
|
32176
|
-
}
|
|
32177
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32178
|
-
width: 100%;
|
|
32179
|
-
color: #2d3a56;
|
|
32180
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32181
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32182
|
-
font-size: 13px;
|
|
32183
|
-
}
|
|
32184
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32185
|
-
height: 30px;
|
|
32182
|
+
.sq6vos1 {
|
|
32183
|
+
--item-min-width: 60px;
|
|
32186
32184
|
}
|
|
32187
|
-
.
|
|
32188
|
-
|
|
32189
|
-
font-size: 13px;
|
|
32185
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32186
|
+
display: none !important;
|
|
32190
32187
|
}
|
|
32191
|
-
.
|
|
32192
|
-
|
|
32193
|
-
transition: 160ms ease;
|
|
32188
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32189
|
+
flex-shrink: 0 !important;
|
|
32194
32190
|
}
|
|
32195
|
-
.
|
|
32191
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32196
32192
|
color: #0080ff;
|
|
32197
32193
|
}
|
|
32198
|
-
.
|
|
32199
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32200
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32201
|
-
}
|
|
32202
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32194
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32203
32195
|
color: #0080ff;
|
|
32196
|
+
font-weight: normal;
|
|
32204
32197
|
}
|
|
32205
|
-
.
|
|
32206
|
-
|
|
32207
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32198
|
+
.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 {
|
|
32199
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32208
32200
|
}
|
|
32209
|
-
.
|
|
32210
|
-
|
|
32201
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32202
|
+
color: #00122e;
|
|
32211
32203
|
}
|
|
32212
|
-
.
|
|
32213
|
-
|
|
32214
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32215
|
-
cursor: "not-allowed";
|
|
32204
|
+
.sq6vos1 .step-item-text {
|
|
32205
|
+
display: inline-block;
|
|
32216
32206
|
}
|
|
32217
|
-
.
|
|
32218
|
-
|
|
32207
|
+
.sq6vos1 .step-item-title {
|
|
32208
|
+
overflow: hidden;
|
|
32209
|
+
white-space: nowrap;
|
|
32210
|
+
text-overflow: ellipsis;
|
|
32219
32211
|
}
|
|
32220
|
-
|
|
32221
|
-
|
|
32212
|
+
|
|
32213
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32214
|
+
min-width: var(--item-min-width);
|
|
32222
32215
|
}
|
|
32223
|
-
.
|
|
32224
|
-
|
|
32225
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32216
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32217
|
+
cursor: not-allowed !important;
|
|
32226
32218
|
}
|
|
32227
|
-
.
|
|
32228
|
-
|
|
32219
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32220
|
+
flex-direction: row;
|
|
32221
|
+
justify-content: stretch;
|
|
32229
32222
|
}
|
|
32230
|
-
|
|
32231
|
-
|
|
32232
|
-
height: 24px;
|
|
32233
|
-
width: 56px !important;
|
|
32223
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32224
|
+
padding: 0;
|
|
32234
32225
|
margin-right: 4px;
|
|
32226
|
+
flex: 1;
|
|
32227
|
+
overflow: visible;
|
|
32235
32228
|
}
|
|
32236
|
-
|
|
32237
|
-
|
|
32238
|
-
|
|
32229
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32230
|
+
width: 100%;
|
|
32231
|
+
min-height: unset;
|
|
32239
32232
|
}
|
|
32240
|
-
|
|
32241
|
-
|
|
32242
|
-
|
|
32243
|
-
|
|
32244
|
-
padding:
|
|
32245
|
-
|
|
32233
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32234
|
+
height: 26px;
|
|
32235
|
+
line-height: 26px;
|
|
32236
|
+
width: 100%;
|
|
32237
|
+
padding: 0;
|
|
32238
|
+
font-size: 12px;
|
|
32246
32239
|
}
|
|
32247
|
-
.
|
|
32248
|
-
|
|
32240
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32241
|
+
margin-right: 10px;
|
|
32249
32242
|
}
|
|
32250
|
-
.
|
|
32251
|
-
|
|
32243
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32244
|
+
display: none;
|
|
32252
32245
|
}
|
|
32253
|
-
.
|
|
32254
|
-
|
|
32246
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32247
|
+
padding-left: 8px;
|
|
32248
|
+
padding-right: 4px;
|
|
32249
|
+
border-radius: 4px 0 0 4px;
|
|
32255
32250
|
}
|
|
32256
|
-
.
|
|
32257
|
-
margin-right:
|
|
32251
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32252
|
+
margin-right: 0;
|
|
32258
32253
|
}
|
|
32259
|
-
.
|
|
32260
|
-
|
|
32254
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32255
|
+
padding-right: 8px;
|
|
32256
|
+
padding-left: 12px;
|
|
32257
|
+
border-radius: 0 4px 4px 0;
|
|
32261
32258
|
}
|
|
32262
|
-
.
|
|
32263
|
-
|
|
32259
|
+
.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 {
|
|
32260
|
+
content: "";
|
|
32261
|
+
width: 0;
|
|
32262
|
+
height: 0;
|
|
32263
|
+
border: 13px solid transparent;
|
|
32264
|
+
position: absolute;
|
|
32265
|
+
top: 0;
|
|
32266
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32267
|
+
z-index: 2;
|
|
32268
|
+
position: relative;
|
|
32269
|
+
top: -50%;
|
|
32270
|
+
right: -100%;
|
|
32264
32271
|
}
|
|
32265
|
-
.
|
|
32266
|
-
|
|
32272
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32273
|
+
padding: 0 4px 0 12px;
|
|
32267
32274
|
}
|
|
32268
|
-
.
|
|
32269
|
-
|
|
32275
|
+
.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 {
|
|
32276
|
+
content: "";
|
|
32277
|
+
width: 0;
|
|
32278
|
+
height: 0;
|
|
32279
|
+
border: 13px solid transparent;
|
|
32280
|
+
position: absolute;
|
|
32281
|
+
top: 0;
|
|
32282
|
+
border-left: 8px solid #fff;
|
|
32283
|
+
left: 0;
|
|
32270
32284
|
}
|
|
32271
|
-
.
|
|
32272
|
-
|
|
32285
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32286
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32273
32287
|
}
|
|
32274
|
-
.
|
|
32275
|
-
background-color:
|
|
32288
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32289
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32276
32290
|
}
|
|
32277
|
-
.
|
|
32278
|
-
|
|
32291
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32292
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32279
32293
|
}
|
|
32280
|
-
.
|
|
32281
|
-
|
|
32294
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32295
|
+
cursor: pointer;
|
|
32296
|
+
min-width: var(--item-min-width);
|
|
32282
32297
|
}
|
|
32283
|
-
.
|
|
32284
|
-
|
|
32298
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32299
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32300
|
+
min-width: var(--item-min-width);
|
|
32285
32301
|
}
|
|
32286
|
-
.
|
|
32287
|
-
|
|
32302
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32303
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32304
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32288
32305
|
}
|
|
32289
|
-
.
|
|
32290
|
-
|
|
32306
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32307
|
+
padding: 0;
|
|
32291
32308
|
}
|
|
32292
|
-
|
|
32293
|
-
|
|
32309
|
+
|
|
32310
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32311
|
+
width: 138px;
|
|
32312
|
+
row-gap: 2px;
|
|
32294
32313
|
}
|
|
32295
|
-
.
|
|
32296
|
-
|
|
32314
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32315
|
+
padding: 0 8px;
|
|
32316
|
+
border-radius: 4px;
|
|
32317
|
+
height: 32px;
|
|
32318
|
+
display: flex;
|
|
32319
|
+
align-items: center;
|
|
32297
32320
|
}
|
|
32298
|
-
.
|
|
32299
|
-
|
|
32321
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32322
|
+
min-height: auto;
|
|
32323
|
+
white-space: nowrap;
|
|
32300
32324
|
}
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32325
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32326
|
+
font-size: 13px;
|
|
32327
|
+
line-height: 20px;
|
|
32328
|
+
max-width: 100%;
|
|
32303
32329
|
}
|
|
32304
|
-
.
|
|
32305
|
-
background
|
|
32330
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32331
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32306
32332
|
}
|
|
32307
32333
|
|
|
32308
|
-
.
|
|
32309
|
-
width:
|
|
32310
|
-
|
|
32311
|
-
|
|
32312
|
-
|
|
32334
|
+
.h1xo7yjb {
|
|
32335
|
+
width: 100%;
|
|
32336
|
+
display: inline-flex;
|
|
32337
|
+
align-items: center;
|
|
32338
|
+
justify-content: center;
|
|
32339
|
+
column-gap: 4px;
|
|
32340
|
+
}
|
|
32341
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32342
|
+
display: inline-flex;
|
|
32343
|
+
align-items: center;
|
|
32344
|
+
width: 18px;
|
|
32345
|
+
height: 18px;
|
|
32346
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32347
|
+
justify-content: center;
|
|
32348
|
+
}
|
|
32349
|
+
|
|
32350
|
+
.v1f2f7cy {
|
|
32351
|
+
width: 100%;
|
|
32352
|
+
display: flex;
|
|
32353
|
+
align-items: center;
|
|
32354
|
+
justify-content: center;
|
|
32355
|
+
column-gap: 6px;
|
|
32356
|
+
font-size: 13px;
|
|
32357
|
+
}
|
|
32358
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32359
|
+
display: inline-flex;
|
|
32360
|
+
align-items: center;
|
|
32361
|
+
min-width: 20px;
|
|
32362
|
+
min-height: 20px;
|
|
32363
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32364
|
+
justify-content: center;
|
|
32313
32365
|
}
|
|
32314
32366
|
|
|
32315
32367
|
.m1thnes4 {
|
|
@@ -32452,25 +32504,166 @@ input.rrg1fkn.ant-input {
|
|
|
32452
32504
|
.t1ipvk51 {
|
|
32453
32505
|
min-width: 200px;
|
|
32454
32506
|
}
|
|
32455
|
-
|
|
32456
|
-
.t1kgldps {
|
|
32457
|
-
display: flex;
|
|
32458
|
-
align-items: center;
|
|
32459
|
-
justify-content: space-between;
|
|
32460
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32461
|
-
color: #b4beca;
|
|
32462
|
-
font-size: 12px;
|
|
32463
|
-
padding: 3px 6px;
|
|
32507
|
+
|
|
32508
|
+
.t1kgldps {
|
|
32509
|
+
display: flex;
|
|
32510
|
+
align-items: center;
|
|
32511
|
+
justify-content: space-between;
|
|
32512
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32513
|
+
color: #b4beca;
|
|
32514
|
+
font-size: 12px;
|
|
32515
|
+
padding: 3px 6px;
|
|
32516
|
+
}
|
|
32517
|
+
.t1kgldps:first-child {
|
|
32518
|
+
padding-top: 3px;
|
|
32519
|
+
}
|
|
32520
|
+
.t1kgldps:last-child {
|
|
32521
|
+
padding-bottom: 3px;
|
|
32522
|
+
}
|
|
32523
|
+
.t1kgldps .column-value {
|
|
32524
|
+
color: #fff;
|
|
32525
|
+
margin-left: 8px;
|
|
32526
|
+
}
|
|
32527
|
+
|
|
32528
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32529
|
+
border-radius: 6px;
|
|
32530
|
+
}
|
|
32531
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32532
|
+
width: 100%;
|
|
32533
|
+
color: #2d3a56;
|
|
32534
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32535
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32536
|
+
font-size: 13px;
|
|
32537
|
+
}
|
|
32538
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32539
|
+
height: 30px;
|
|
32540
|
+
}
|
|
32541
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32542
|
+
height: 38px;
|
|
32543
|
+
font-size: 13px;
|
|
32544
|
+
}
|
|
32545
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32546
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32547
|
+
transition: 160ms ease;
|
|
32548
|
+
}
|
|
32549
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32550
|
+
color: #0080ff;
|
|
32551
|
+
}
|
|
32552
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32553
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32554
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32555
|
+
}
|
|
32556
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32557
|
+
color: #0080ff;
|
|
32558
|
+
}
|
|
32559
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32560
|
+
border-color: #0080ff;
|
|
32561
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32562
|
+
}
|
|
32563
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32564
|
+
transform: rotate(180deg);
|
|
32565
|
+
}
|
|
32566
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32567
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32568
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32569
|
+
cursor: "not-allowed";
|
|
32570
|
+
}
|
|
32571
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32572
|
+
border-color: #f0483e !important;
|
|
32573
|
+
}
|
|
32574
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32575
|
+
color: #1d326c;
|
|
32576
|
+
}
|
|
32577
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32578
|
+
border-color: #0080ff;
|
|
32579
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32580
|
+
}
|
|
32581
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32582
|
+
transform: rotate(180deg);
|
|
32583
|
+
}
|
|
32584
|
+
|
|
32585
|
+
.igz4le8 {
|
|
32586
|
+
height: 24px;
|
|
32587
|
+
width: 56px !important;
|
|
32588
|
+
margin-right: 4px;
|
|
32589
|
+
}
|
|
32590
|
+
|
|
32591
|
+
.c1riexje {
|
|
32592
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32593
|
+
}
|
|
32594
|
+
|
|
32595
|
+
.s14dk8r1 {
|
|
32596
|
+
margin: 0;
|
|
32597
|
+
border-radius: 20px;
|
|
32598
|
+
padding: 2px 10px;
|
|
32599
|
+
height: 22px;
|
|
32600
|
+
}
|
|
32601
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32602
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32603
|
+
}
|
|
32604
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32605
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32606
|
+
}
|
|
32607
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32608
|
+
color: #00122e;
|
|
32609
|
+
}
|
|
32610
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32611
|
+
margin-right: 6px;
|
|
32612
|
+
}
|
|
32613
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32614
|
+
margin-left: 4px;
|
|
32615
|
+
}
|
|
32616
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32617
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32618
|
+
}
|
|
32619
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32620
|
+
background-color: #0080ff;
|
|
32621
|
+
}
|
|
32622
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32623
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32624
|
+
}
|
|
32625
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32626
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32627
|
+
}
|
|
32628
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32629
|
+
background-color: #f0483e;
|
|
32630
|
+
}
|
|
32631
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32632
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32633
|
+
}
|
|
32634
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32635
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32636
|
+
}
|
|
32637
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32638
|
+
background-color: #fea008;
|
|
32639
|
+
}
|
|
32640
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32641
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32642
|
+
}
|
|
32643
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32644
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32645
|
+
}
|
|
32646
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32647
|
+
background-color: #00ba5d;
|
|
32648
|
+
}
|
|
32649
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32650
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32651
|
+
}
|
|
32652
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32653
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32464
32654
|
}
|
|
32465
|
-
.
|
|
32466
|
-
|
|
32655
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32656
|
+
background-color: #6b7d99;
|
|
32467
32657
|
}
|
|
32468
|
-
.
|
|
32469
|
-
|
|
32658
|
+
.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 {
|
|
32659
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32470
32660
|
}
|
|
32471
|
-
|
|
32472
|
-
|
|
32473
|
-
|
|
32661
|
+
|
|
32662
|
+
.s1uupoto {
|
|
32663
|
+
width: 8px;
|
|
32664
|
+
height: 8px;
|
|
32665
|
+
border-radius: 50%;
|
|
32666
|
+
display: inline-block;
|
|
32474
32667
|
}
|
|
32475
32668
|
|
|
32476
32669
|
.s1uupxds {
|
|
@@ -32529,6 +32722,10 @@ input.rrg1fkn.ant-input {
|
|
|
32529
32722
|
color: #1d326c;
|
|
32530
32723
|
background-color: rgba(225, 230, 241, 0.6);
|
|
32531
32724
|
}
|
|
32725
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32726
|
+
color: #7E41FF;
|
|
32727
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32728
|
+
}
|
|
32532
32729
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32533
32730
|
color: #fff;
|
|
32534
32731
|
}
|
|
@@ -32547,190 +32744,8 @@ input.rrg1fkn.ant-input {
|
|
|
32547
32744
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32548
32745
|
background-color: #6b7d99;
|
|
32549
32746
|
}
|
|
32550
|
-
|
|
32551
|
-
|
|
32552
|
-
--item-min-width: 60px;
|
|
32553
|
-
}
|
|
32554
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32555
|
-
display: none !important;
|
|
32556
|
-
}
|
|
32557
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32558
|
-
flex-shrink: 0 !important;
|
|
32559
|
-
}
|
|
32560
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32561
|
-
color: #0080ff;
|
|
32562
|
-
}
|
|
32563
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32564
|
-
color: #0080ff;
|
|
32565
|
-
font-weight: normal;
|
|
32566
|
-
}
|
|
32567
|
-
.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 {
|
|
32568
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32569
|
-
}
|
|
32570
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32571
|
-
color: #00122e;
|
|
32572
|
-
}
|
|
32573
|
-
.sq6vos1 .step-item-text {
|
|
32574
|
-
display: inline-block;
|
|
32575
|
-
}
|
|
32576
|
-
.sq6vos1 .step-item-title {
|
|
32577
|
-
overflow: hidden;
|
|
32578
|
-
white-space: nowrap;
|
|
32579
|
-
text-overflow: ellipsis;
|
|
32580
|
-
}
|
|
32581
|
-
|
|
32582
|
-
.hjtnwxg .ant-steps-item-container {
|
|
32583
|
-
min-width: var(--item-min-width);
|
|
32584
|
-
}
|
|
32585
|
-
.hjtnwxg .ant-steps-item-disabled {
|
|
32586
|
-
cursor: not-allowed !important;
|
|
32587
|
-
}
|
|
32588
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32589
|
-
flex-direction: row;
|
|
32590
|
-
justify-content: stretch;
|
|
32591
|
-
}
|
|
32592
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32593
|
-
padding: 0;
|
|
32594
|
-
margin-right: 4px;
|
|
32595
|
-
flex: 1;
|
|
32596
|
-
overflow: visible;
|
|
32597
|
-
}
|
|
32598
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32599
|
-
width: 100%;
|
|
32600
|
-
min-height: unset;
|
|
32601
|
-
}
|
|
32602
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32603
|
-
height: 26px;
|
|
32604
|
-
line-height: 26px;
|
|
32605
|
-
width: 100%;
|
|
32606
|
-
padding: 0;
|
|
32607
|
-
font-size: 12px;
|
|
32608
|
-
}
|
|
32609
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32610
|
-
margin-right: 10px;
|
|
32611
|
-
}
|
|
32612
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32613
|
-
display: none;
|
|
32614
|
-
}
|
|
32615
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32616
|
-
padding-left: 8px;
|
|
32617
|
-
padding-right: 4px;
|
|
32618
|
-
border-radius: 4px 0 0 4px;
|
|
32619
|
-
}
|
|
32620
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32621
|
-
margin-right: 0;
|
|
32622
|
-
}
|
|
32623
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32624
|
-
padding-right: 8px;
|
|
32625
|
-
padding-left: 12px;
|
|
32626
|
-
border-radius: 0 4px 4px 0;
|
|
32627
|
-
}
|
|
32628
|
-
.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 {
|
|
32629
|
-
content: "";
|
|
32630
|
-
width: 0;
|
|
32631
|
-
height: 0;
|
|
32632
|
-
border: 13px solid transparent;
|
|
32633
|
-
position: absolute;
|
|
32634
|
-
top: 0;
|
|
32635
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32636
|
-
z-index: 2;
|
|
32637
|
-
position: relative;
|
|
32638
|
-
top: -50%;
|
|
32639
|
-
right: -100%;
|
|
32640
|
-
}
|
|
32641
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32642
|
-
padding: 0 4px 0 12px;
|
|
32643
|
-
}
|
|
32644
|
-
.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 {
|
|
32645
|
-
content: "";
|
|
32646
|
-
width: 0;
|
|
32647
|
-
height: 0;
|
|
32648
|
-
border: 13px solid transparent;
|
|
32649
|
-
position: absolute;
|
|
32650
|
-
top: 0;
|
|
32651
|
-
border-left: 8px solid #fff;
|
|
32652
|
-
left: 0;
|
|
32653
|
-
}
|
|
32654
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32655
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32656
|
-
}
|
|
32657
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32658
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32659
|
-
}
|
|
32660
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32661
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32662
|
-
}
|
|
32663
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32664
|
-
cursor: pointer;
|
|
32665
|
-
min-width: var(--item-min-width);
|
|
32666
|
-
}
|
|
32667
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32668
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32669
|
-
min-width: var(--item-min-width);
|
|
32670
|
-
}
|
|
32671
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32672
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32673
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32674
|
-
}
|
|
32675
|
-
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32676
|
-
padding: 0;
|
|
32677
|
-
}
|
|
32678
|
-
|
|
32679
|
-
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32680
|
-
width: 138px;
|
|
32681
|
-
row-gap: 2px;
|
|
32682
|
-
}
|
|
32683
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32684
|
-
padding: 0 8px;
|
|
32685
|
-
border-radius: 4px;
|
|
32686
|
-
height: 32px;
|
|
32687
|
-
display: flex;
|
|
32688
|
-
align-items: center;
|
|
32689
|
-
}
|
|
32690
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32691
|
-
min-height: auto;
|
|
32692
|
-
white-space: nowrap;
|
|
32693
|
-
}
|
|
32694
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32695
|
-
font-size: 13px;
|
|
32696
|
-
line-height: 20px;
|
|
32697
|
-
max-width: 100%;
|
|
32698
|
-
}
|
|
32699
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32700
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32701
|
-
}
|
|
32702
|
-
|
|
32703
|
-
.h1xo7yjb {
|
|
32704
|
-
width: 100%;
|
|
32705
|
-
display: inline-flex;
|
|
32706
|
-
align-items: center;
|
|
32707
|
-
justify-content: center;
|
|
32708
|
-
column-gap: 4px;
|
|
32709
|
-
}
|
|
32710
|
-
.h1xo7yjb .step-item-prefix-container {
|
|
32711
|
-
display: inline-flex;
|
|
32712
|
-
align-items: center;
|
|
32713
|
-
width: 18px;
|
|
32714
|
-
height: 18px;
|
|
32715
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32716
|
-
justify-content: center;
|
|
32717
|
-
}
|
|
32718
|
-
|
|
32719
|
-
.v1f2f7cy {
|
|
32720
|
-
width: 100%;
|
|
32721
|
-
display: flex;
|
|
32722
|
-
align-items: center;
|
|
32723
|
-
justify-content: center;
|
|
32724
|
-
column-gap: 6px;
|
|
32725
|
-
font-size: 13px;
|
|
32726
|
-
}
|
|
32727
|
-
.v1f2f7cy .step-item-prefix-container {
|
|
32728
|
-
display: inline-flex;
|
|
32729
|
-
align-items: center;
|
|
32730
|
-
min-width: 20px;
|
|
32731
|
-
min-height: 20px;
|
|
32732
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32733
|
-
justify-content: center;
|
|
32747
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32748
|
+
background-color: #7E41FF;
|
|
32734
32749
|
}
|
|
32735
32750
|
|
|
32736
32751
|
.t1gz6wqf {
|
|
@@ -32764,12 +32779,12 @@ input.rrg1fkn.ant-input {
|
|
|
32764
32779
|
}
|
|
32765
32780
|
|
|
32766
32781
|
.c1k4vanq {
|
|
32767
|
-
padding: 0
|
|
32782
|
+
padding: 0 12px 14px 12px;
|
|
32768
32783
|
}
|
|
32769
32784
|
|
|
32770
32785
|
.c1udgdh2 {
|
|
32771
32786
|
color: #2d3a56;
|
|
32772
|
-
padding: 12px
|
|
32787
|
+
padding: 7px 12px;
|
|
32773
32788
|
display: flex;
|
|
32774
32789
|
justify-content: space-between;
|
|
32775
32790
|
align-items: center;
|
|
@@ -32828,7 +32843,7 @@ input.rrg1fkn.ant-input {
|
|
|
32828
32843
|
}
|
|
32829
32844
|
|
|
32830
32845
|
.cav4gt6 {
|
|
32831
|
-
border-radius:
|
|
32846
|
+
border-radius: 8px;
|
|
32832
32847
|
background-color: white;
|
|
32833
32848
|
}
|
|
32834
32849
|
.cav4gt6.hoverable {
|
|
@@ -33146,25 +33161,6 @@ input.rrg1fkn.ant-input {
|
|
|
33146
33161
|
font-size: inherit;
|
|
33147
33162
|
}
|
|
33148
33163
|
|
|
33149
|
-
.feau332.ant-form-item {
|
|
33150
|
-
margin-bottom: 0;
|
|
33151
|
-
}
|
|
33152
|
-
.feau332 .ant-form-item-explain {
|
|
33153
|
-
display: none;
|
|
33154
|
-
min-height: 18px;
|
|
33155
|
-
margin-top: 5px;
|
|
33156
|
-
font-family: "Inter";
|
|
33157
|
-
font-weight: 400;
|
|
33158
|
-
font-size: 12px;
|
|
33159
|
-
line-height: 18px;
|
|
33160
|
-
}
|
|
33161
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33162
|
-
white-space: pre-wrap;
|
|
33163
|
-
}
|
|
33164
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33165
|
-
display: block;
|
|
33166
|
-
}
|
|
33167
|
-
|
|
33168
33164
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33169
33165
|
display: var(--a6dbbkm-0);
|
|
33170
33166
|
}
|
|
@@ -33194,4 +33190,23 @@ input.rrg1fkn.ant-input {
|
|
|
33194
33190
|
margin: 0;
|
|
33195
33191
|
height: auto;
|
|
33196
33192
|
font-size: inherit;
|
|
33193
|
+
}
|
|
33194
|
+
|
|
33195
|
+
.feau332.ant-form-item {
|
|
33196
|
+
margin-bottom: 0;
|
|
33197
|
+
}
|
|
33198
|
+
.feau332 .ant-form-item-explain {
|
|
33199
|
+
display: none;
|
|
33200
|
+
min-height: 18px;
|
|
33201
|
+
margin-top: 5px;
|
|
33202
|
+
font-family: "Inter";
|
|
33203
|
+
font-weight: 400;
|
|
33204
|
+
font-size: 12px;
|
|
33205
|
+
line-height: 18px;
|
|
33206
|
+
}
|
|
33207
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33208
|
+
white-space: pre-wrap;
|
|
33209
|
+
}
|
|
33210
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33211
|
+
display: block;
|
|
33197
33212
|
}
|