@cloudtower/eagle 0.26.18 → 0.26.19
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/index.d.ts +12 -3
- package/dist/components/Steps/style.d.ts +5 -0
- package/dist/components/Token/index.d.ts +10 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/components.css +239 -128
- package/dist/esm/index.js +126 -64
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/spec/base.d.ts +23 -8
- package/dist/style.css +552 -441
- package/dist/umd/index.js +129 -67
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +7 -3
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -30206,17 +30206,19 @@ html body {
|
|
|
30206
30206
|
border-radius: unset;
|
|
30207
30207
|
}
|
|
30208
30208
|
|
|
30209
|
-
.
|
|
30210
|
-
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
border-radius: 4px;
|
|
30214
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30215
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30209
|
+
.fde5mpd {
|
|
30210
|
+
width: 100%;
|
|
30211
|
+
height: 100%;
|
|
30212
|
+
min-height: 124px;
|
|
30216
30213
|
display: flex;
|
|
30214
|
+
flex-direction: column;
|
|
30215
|
+
justify-content: center;
|
|
30217
30216
|
align-items: center;
|
|
30218
|
-
|
|
30219
|
-
|
|
30217
|
+
}
|
|
30218
|
+
.fde5mpd .error-text {
|
|
30219
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30220
|
+
margin-bottom: 16px;
|
|
30221
|
+
font-size: 18px;
|
|
30220
30222
|
}
|
|
30221
30223
|
|
|
30222
30224
|
.i1mrf09m {
|
|
@@ -30237,19 +30239,229 @@ html body {
|
|
|
30237
30239
|
animation: rotate 680ms linear infinite;
|
|
30238
30240
|
}
|
|
30239
30241
|
|
|
30240
|
-
.
|
|
30241
|
-
|
|
30242
|
-
height:
|
|
30243
|
-
|
|
30242
|
+
.iap75of {
|
|
30243
|
+
height: 18px;
|
|
30244
|
+
line-height: 18px;
|
|
30245
|
+
padding: 0 4px;
|
|
30246
|
+
border-radius: 4px;
|
|
30247
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30248
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30244
30249
|
display: flex;
|
|
30245
|
-
flex-direction: column;
|
|
30246
|
-
justify-content: center;
|
|
30247
30250
|
align-items: center;
|
|
30251
|
+
white-space: nowrap;
|
|
30252
|
+
margin-right: 4px;
|
|
30248
30253
|
}
|
|
30249
|
-
|
|
30250
|
-
|
|
30251
|
-
|
|
30252
|
-
|
|
30254
|
+
|
|
30255
|
+
.obf05yr {
|
|
30256
|
+
display: inline-block;
|
|
30257
|
+
}
|
|
30258
|
+
|
|
30259
|
+
.hsms1n6 {
|
|
30260
|
+
visibility: hidden;
|
|
30261
|
+
position: absolute;
|
|
30262
|
+
}
|
|
30263
|
+
|
|
30264
|
+
.p12gwtiw {
|
|
30265
|
+
display: flex;
|
|
30266
|
+
justify-content: space-between;
|
|
30267
|
+
align-items: center;
|
|
30268
|
+
padding: 10px 0;
|
|
30269
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30270
|
+
font-size: 12px;
|
|
30271
|
+
line-height: 24px;
|
|
30272
|
+
}
|
|
30273
|
+
.p12gwtiw .pagination-left {
|
|
30274
|
+
padding: 2px 8px;
|
|
30275
|
+
}
|
|
30276
|
+
.p12gwtiw .dropdown-trigger {
|
|
30277
|
+
display: flex;
|
|
30278
|
+
align-items: center;
|
|
30279
|
+
border-radius: 6px;
|
|
30280
|
+
cursor: pointer;
|
|
30281
|
+
transition: all 0.3s ease;
|
|
30282
|
+
}
|
|
30283
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30284
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30285
|
+
color: #0080ff;
|
|
30286
|
+
}
|
|
30287
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30288
|
+
margin-left: 4px;
|
|
30289
|
+
}
|
|
30290
|
+
.p12gwtiw .pagination-right {
|
|
30291
|
+
display: flex;
|
|
30292
|
+
align-items: center;
|
|
30293
|
+
color: #0080ff;
|
|
30294
|
+
font-weight: bold;
|
|
30295
|
+
}
|
|
30296
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30297
|
+
margin-left: 4px;
|
|
30298
|
+
}
|
|
30299
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30300
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30301
|
+
padding: 0 8px;
|
|
30302
|
+
}
|
|
30303
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30304
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30305
|
+
color: #0080ff;
|
|
30306
|
+
}
|
|
30307
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30308
|
+
transform: rotate(180deg);
|
|
30309
|
+
}
|
|
30310
|
+
|
|
30311
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30312
|
+
max-height: calc(100vh - 128px);
|
|
30313
|
+
overflow-y: auto;
|
|
30314
|
+
}
|
|
30315
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30316
|
+
padding: 4px 20px;
|
|
30317
|
+
font-size: 12px;
|
|
30318
|
+
line-height: 18px;
|
|
30319
|
+
}
|
|
30320
|
+
|
|
30321
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30322
|
+
display: inline-flex;
|
|
30323
|
+
align-items: baseline;
|
|
30324
|
+
white-space: pre-wrap;
|
|
30325
|
+
}
|
|
30326
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30327
|
+
position: relative;
|
|
30328
|
+
top: 3px;
|
|
30329
|
+
}
|
|
30330
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30331
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30332
|
+
}
|
|
30333
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30334
|
+
border-color: #0080ff;
|
|
30335
|
+
}
|
|
30336
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30337
|
+
border-color: #0080ff;
|
|
30338
|
+
background: #0080ff;
|
|
30339
|
+
}
|
|
30340
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30341
|
+
top: 4px;
|
|
30342
|
+
left: 4px;
|
|
30343
|
+
width: 6px;
|
|
30344
|
+
height: 6px;
|
|
30345
|
+
background: #fff;
|
|
30346
|
+
}
|
|
30347
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30348
|
+
opacity: 0.5;
|
|
30349
|
+
}
|
|
30350
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30351
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30352
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30353
|
+
}
|
|
30354
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30355
|
+
background: #00122e;
|
|
30356
|
+
}
|
|
30357
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30358
|
+
color: #00122e;
|
|
30359
|
+
opacity: 0.5;
|
|
30360
|
+
}
|
|
30361
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30362
|
+
color: #00122e;
|
|
30363
|
+
}
|
|
30364
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30365
|
+
display: inline-block;
|
|
30366
|
+
padding: 0;
|
|
30367
|
+
padding-left: 12px;
|
|
30368
|
+
}
|
|
30369
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30370
|
+
margin-bottom: 0;
|
|
30371
|
+
white-space: pre-wrap;
|
|
30372
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30373
|
+
}
|
|
30374
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30375
|
+
padding-left: 8px;
|
|
30376
|
+
}
|
|
30377
|
+
|
|
30378
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30379
|
+
border-radius: 5px 0 0 5px;
|
|
30380
|
+
}
|
|
30381
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30382
|
+
border-radius: 0 5px 5px 0;
|
|
30383
|
+
}
|
|
30384
|
+
|
|
30385
|
+
.r1f0aqcc {
|
|
30386
|
+
color: #00122e;
|
|
30387
|
+
border-color: #ccd4e3;
|
|
30388
|
+
}
|
|
30389
|
+
.r1f0aqcc:first-child {
|
|
30390
|
+
border-color: #a3b4cc;
|
|
30391
|
+
}
|
|
30392
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30393
|
+
padding: 0 12px;
|
|
30394
|
+
line-height: 32px;
|
|
30395
|
+
height: 32px;
|
|
30396
|
+
}
|
|
30397
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30398
|
+
white-space: nowrap;
|
|
30399
|
+
}
|
|
30400
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30401
|
+
height: 22px;
|
|
30402
|
+
padding: 0 7px;
|
|
30403
|
+
line-height: 20px;
|
|
30404
|
+
}
|
|
30405
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30406
|
+
background: #ccd4e3;
|
|
30407
|
+
}
|
|
30408
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30409
|
+
background: #0080ff;
|
|
30410
|
+
}
|
|
30411
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30412
|
+
background: #ccd4e3;
|
|
30413
|
+
opacity: 0.5;
|
|
30414
|
+
}
|
|
30415
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30416
|
+
border-right-color: #0080ff;
|
|
30417
|
+
}
|
|
30418
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30419
|
+
border-color: #0080ff;
|
|
30420
|
+
}
|
|
30421
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30422
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30423
|
+
}
|
|
30424
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30425
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30426
|
+
border-color: #ccd4e3;
|
|
30427
|
+
opacity: 0.5;
|
|
30428
|
+
}
|
|
30429
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30430
|
+
color: #00122e;
|
|
30431
|
+
border-color: #ccd4e3;
|
|
30432
|
+
}
|
|
30433
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30434
|
+
color: #00122e;
|
|
30435
|
+
border-color: #ccd4e3;
|
|
30436
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30437
|
+
}
|
|
30438
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30439
|
+
margin-right: 8px;
|
|
30440
|
+
display: inline;
|
|
30441
|
+
border: none;
|
|
30442
|
+
padding: 0;
|
|
30443
|
+
width: 36px;
|
|
30444
|
+
background: transparent;
|
|
30445
|
+
}
|
|
30446
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30447
|
+
box-shadow: none;
|
|
30448
|
+
}
|
|
30449
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30450
|
+
margin-right: 0;
|
|
30451
|
+
width: initial;
|
|
30452
|
+
box-shadow: none;
|
|
30453
|
+
}
|
|
30454
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30455
|
+
display: none;
|
|
30456
|
+
}
|
|
30457
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30458
|
+
display: inline;
|
|
30459
|
+
}
|
|
30460
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30461
|
+
display: inline;
|
|
30462
|
+
margin-right: 8px;
|
|
30463
|
+
padding: 0;
|
|
30464
|
+
width: 36px;
|
|
30253
30465
|
}
|
|
30254
30466
|
|
|
30255
30467
|
.cz04yix {
|
|
@@ -30917,218 +31129,6 @@ input.rrg1fkn.ant-input {
|
|
|
30917
31129
|
border-bottom-left-radius: 0;
|
|
30918
31130
|
}
|
|
30919
31131
|
|
|
30920
|
-
.obf05yr {
|
|
30921
|
-
display: inline-block;
|
|
30922
|
-
}
|
|
30923
|
-
|
|
30924
|
-
.hsms1n6 {
|
|
30925
|
-
visibility: hidden;
|
|
30926
|
-
position: absolute;
|
|
30927
|
-
}
|
|
30928
|
-
|
|
30929
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30930
|
-
display: inline-flex;
|
|
30931
|
-
align-items: baseline;
|
|
30932
|
-
white-space: pre-wrap;
|
|
30933
|
-
}
|
|
30934
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30935
|
-
position: relative;
|
|
30936
|
-
top: 3px;
|
|
30937
|
-
}
|
|
30938
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30939
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30940
|
-
}
|
|
30941
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30942
|
-
border-color: #0080ff;
|
|
30943
|
-
}
|
|
30944
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30945
|
-
border-color: #0080ff;
|
|
30946
|
-
background: #0080ff;
|
|
30947
|
-
}
|
|
30948
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30949
|
-
top: 4px;
|
|
30950
|
-
left: 4px;
|
|
30951
|
-
width: 6px;
|
|
30952
|
-
height: 6px;
|
|
30953
|
-
background: #fff;
|
|
30954
|
-
}
|
|
30955
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30956
|
-
opacity: 0.5;
|
|
30957
|
-
}
|
|
30958
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30959
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30960
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30961
|
-
}
|
|
30962
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30963
|
-
background: #00122e;
|
|
30964
|
-
}
|
|
30965
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30966
|
-
color: #00122e;
|
|
30967
|
-
opacity: 0.5;
|
|
30968
|
-
}
|
|
30969
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30970
|
-
color: #00122e;
|
|
30971
|
-
}
|
|
30972
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30973
|
-
display: inline-block;
|
|
30974
|
-
padding: 0;
|
|
30975
|
-
padding-left: 12px;
|
|
30976
|
-
}
|
|
30977
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30978
|
-
margin-bottom: 0;
|
|
30979
|
-
white-space: pre-wrap;
|
|
30980
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30981
|
-
}
|
|
30982
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30983
|
-
padding-left: 8px;
|
|
30984
|
-
}
|
|
30985
|
-
|
|
30986
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30987
|
-
border-radius: 5px 0 0 5px;
|
|
30988
|
-
}
|
|
30989
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30990
|
-
border-radius: 0 5px 5px 0;
|
|
30991
|
-
}
|
|
30992
|
-
|
|
30993
|
-
.r1f0aqcc {
|
|
30994
|
-
color: #00122e;
|
|
30995
|
-
border-color: #ccd4e3;
|
|
30996
|
-
}
|
|
30997
|
-
.r1f0aqcc:first-child {
|
|
30998
|
-
border-color: #a3b4cc;
|
|
30999
|
-
}
|
|
31000
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31001
|
-
padding: 0 12px;
|
|
31002
|
-
line-height: 32px;
|
|
31003
|
-
height: 32px;
|
|
31004
|
-
}
|
|
31005
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31006
|
-
white-space: nowrap;
|
|
31007
|
-
}
|
|
31008
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31009
|
-
height: 22px;
|
|
31010
|
-
padding: 0 7px;
|
|
31011
|
-
line-height: 20px;
|
|
31012
|
-
}
|
|
31013
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31014
|
-
background: #ccd4e3;
|
|
31015
|
-
}
|
|
31016
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31017
|
-
background: #0080ff;
|
|
31018
|
-
}
|
|
31019
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31020
|
-
background: #ccd4e3;
|
|
31021
|
-
opacity: 0.5;
|
|
31022
|
-
}
|
|
31023
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31024
|
-
border-right-color: #0080ff;
|
|
31025
|
-
}
|
|
31026
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31027
|
-
border-color: #0080ff;
|
|
31028
|
-
}
|
|
31029
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31030
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31031
|
-
}
|
|
31032
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31033
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31034
|
-
border-color: #ccd4e3;
|
|
31035
|
-
opacity: 0.5;
|
|
31036
|
-
}
|
|
31037
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31038
|
-
color: #00122e;
|
|
31039
|
-
border-color: #ccd4e3;
|
|
31040
|
-
}
|
|
31041
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31042
|
-
color: #00122e;
|
|
31043
|
-
border-color: #ccd4e3;
|
|
31044
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31045
|
-
}
|
|
31046
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
31047
|
-
margin-right: 8px;
|
|
31048
|
-
display: inline;
|
|
31049
|
-
border: none;
|
|
31050
|
-
padding: 0;
|
|
31051
|
-
width: 36px;
|
|
31052
|
-
background: transparent;
|
|
31053
|
-
}
|
|
31054
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31055
|
-
box-shadow: none;
|
|
31056
|
-
}
|
|
31057
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31058
|
-
margin-right: 0;
|
|
31059
|
-
width: initial;
|
|
31060
|
-
box-shadow: none;
|
|
31061
|
-
}
|
|
31062
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31063
|
-
display: none;
|
|
31064
|
-
}
|
|
31065
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31066
|
-
display: inline;
|
|
31067
|
-
}
|
|
31068
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31069
|
-
display: inline;
|
|
31070
|
-
margin-right: 8px;
|
|
31071
|
-
padding: 0;
|
|
31072
|
-
width: 36px;
|
|
31073
|
-
}
|
|
31074
|
-
|
|
31075
|
-
.p12gwtiw {
|
|
31076
|
-
display: flex;
|
|
31077
|
-
justify-content: space-between;
|
|
31078
|
-
align-items: center;
|
|
31079
|
-
padding: 10px 0;
|
|
31080
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31081
|
-
font-size: 12px;
|
|
31082
|
-
line-height: 24px;
|
|
31083
|
-
}
|
|
31084
|
-
.p12gwtiw .pagination-left {
|
|
31085
|
-
padding: 2px 8px;
|
|
31086
|
-
}
|
|
31087
|
-
.p12gwtiw .dropdown-trigger {
|
|
31088
|
-
display: flex;
|
|
31089
|
-
align-items: center;
|
|
31090
|
-
border-radius: 6px;
|
|
31091
|
-
cursor: pointer;
|
|
31092
|
-
transition: all 0.3s ease;
|
|
31093
|
-
}
|
|
31094
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
31095
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31096
|
-
color: #0080ff;
|
|
31097
|
-
}
|
|
31098
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31099
|
-
margin-left: 4px;
|
|
31100
|
-
}
|
|
31101
|
-
.p12gwtiw .pagination-right {
|
|
31102
|
-
display: flex;
|
|
31103
|
-
align-items: center;
|
|
31104
|
-
color: #0080ff;
|
|
31105
|
-
font-weight: bold;
|
|
31106
|
-
}
|
|
31107
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
31108
|
-
margin-left: 4px;
|
|
31109
|
-
}
|
|
31110
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
31111
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
31112
|
-
padding: 0 8px;
|
|
31113
|
-
}
|
|
31114
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31115
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
31116
|
-
color: #0080ff;
|
|
31117
|
-
}
|
|
31118
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31119
|
-
transform: rotate(180deg);
|
|
31120
|
-
}
|
|
31121
|
-
|
|
31122
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31123
|
-
max-height: calc(100vh - 128px);
|
|
31124
|
-
overflow-y: auto;
|
|
31125
|
-
}
|
|
31126
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31127
|
-
padding: 4px 20px;
|
|
31128
|
-
font-size: 12px;
|
|
31129
|
-
line-height: 18px;
|
|
31130
|
-
}
|
|
31131
|
-
|
|
31132
31132
|
.s34f1qb.ant-switch {
|
|
31133
31133
|
min-width: 40px;
|
|
31134
31134
|
height: 24px;
|
|
@@ -31184,87 +31184,85 @@ input.rrg1fkn.ant-input {
|
|
|
31184
31184
|
margin-left: 5px;
|
|
31185
31185
|
}
|
|
31186
31186
|
|
|
31187
|
-
.
|
|
31188
|
-
|
|
31189
|
-
justify-content: stretch;
|
|
31190
|
-
}
|
|
31191
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
31192
|
-
padding: 0;
|
|
31193
|
-
margin-right: 4px;
|
|
31194
|
-
flex: 1;
|
|
31195
|
-
overflow: visible;
|
|
31196
|
-
}
|
|
31197
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
31198
|
-
display: none;
|
|
31199
|
-
}
|
|
31200
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
31201
|
-
width: 100%;
|
|
31202
|
-
min-height: unset;
|
|
31187
|
+
.s1fc623g {
|
|
31188
|
+
width: 430px !important;
|
|
31203
31189
|
}
|
|
31204
|
-
|
|
31205
|
-
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
|
|
31211
|
-
|
|
31190
|
+
|
|
31191
|
+
.da3mx0o .ant-select-item-group {
|
|
31192
|
+
padding: 8px 16px;
|
|
31193
|
+
line-height: 18px;
|
|
31194
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31195
|
+
height: 34px;
|
|
31196
|
+
min-height: 34px;
|
|
31197
|
+
box-sizing: border-box;
|
|
31198
|
+
margin-top: 8px;
|
|
31212
31199
|
}
|
|
31213
|
-
|
|
31214
|
-
|
|
31200
|
+
|
|
31201
|
+
.onr9gzt {
|
|
31202
|
+
display: flex;
|
|
31203
|
+
flex-direction: column;
|
|
31204
|
+
margin: 1px 8px;
|
|
31205
|
+
padding: 8px;
|
|
31206
|
+
border-radius: 4px;
|
|
31215
31207
|
}
|
|
31216
|
-
.
|
|
31208
|
+
.onr9gzt .selected-icon {
|
|
31217
31209
|
display: none;
|
|
31218
31210
|
}
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31211
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31212
|
+
padding-left: 8px;
|
|
31221
31213
|
}
|
|
31222
|
-
.
|
|
31223
|
-
|
|
31214
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31215
|
+
background-color: white;
|
|
31224
31216
|
}
|
|
31225
|
-
.
|
|
31226
|
-
|
|
31217
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31218
|
+
color: #0080ff;
|
|
31227
31219
|
}
|
|
31228
|
-
.
|
|
31229
|
-
|
|
31230
|
-
width: 0;
|
|
31231
|
-
height: 0;
|
|
31232
|
-
border: 13px solid transparent;
|
|
31233
|
-
position: absolute;
|
|
31234
|
-
top: 0;
|
|
31235
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
31236
|
-
right: -21px;
|
|
31237
|
-
z-index: 2;
|
|
31220
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31221
|
+
display: block;
|
|
31238
31222
|
}
|
|
31239
|
-
.
|
|
31240
|
-
|
|
31241
|
-
width: 0;
|
|
31242
|
-
height: 0;
|
|
31243
|
-
border: 13px solid transparent;
|
|
31244
|
-
position: absolute;
|
|
31245
|
-
top: 0;
|
|
31246
|
-
border-left: 8px solid #fff;
|
|
31247
|
-
left: 0;
|
|
31223
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31224
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31248
31225
|
}
|
|
31249
|
-
.
|
|
31250
|
-
|
|
31226
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31227
|
+
color: #0080ff;
|
|
31251
31228
|
}
|
|
31252
|
-
.
|
|
31253
|
-
|
|
31229
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31230
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31231
|
+
color: #0080ff;
|
|
31254
31232
|
}
|
|
31255
|
-
|
|
31256
|
-
|
|
31233
|
+
|
|
31234
|
+
.oiy0apc {
|
|
31235
|
+
display: flex;
|
|
31236
|
+
justify-content: space-between;
|
|
31237
|
+
height: 20px;
|
|
31238
|
+
line-height: 20px;
|
|
31257
31239
|
}
|
|
31258
|
-
.
|
|
31259
|
-
|
|
31260
|
-
|
|
31240
|
+
.oiy0apc .timezone-title {
|
|
31241
|
+
color: #2d3a56;
|
|
31242
|
+
overflow: hidden;
|
|
31243
|
+
text-overflow: ellipsis;
|
|
31261
31244
|
}
|
|
31262
|
-
|
|
31263
|
-
.
|
|
31245
|
+
|
|
31246
|
+
.of4y382 {
|
|
31247
|
+
display: flex;
|
|
31248
|
+
justify-content: space-between;
|
|
31264
31249
|
color: rgba(44, 56, 82, 0.6);
|
|
31250
|
+
height: 18px;
|
|
31251
|
+
line-height: 18px;
|
|
31252
|
+
margin-top: 2px;
|
|
31265
31253
|
}
|
|
31266
|
-
|
|
31267
|
-
|
|
31254
|
+
|
|
31255
|
+
.t19903l9 {
|
|
31256
|
+
border: none;
|
|
31257
|
+
margin-right: 0;
|
|
31258
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31259
|
+
}
|
|
31260
|
+
|
|
31261
|
+
.ohwbvxu {
|
|
31262
|
+
pointer-events: none;
|
|
31263
|
+
height: 32px;
|
|
31264
|
+
width: 100%;
|
|
31265
|
+
opacity: 0;
|
|
31268
31266
|
}
|
|
31269
31267
|
|
|
31270
31268
|
.t1upn1sz {
|
|
@@ -31611,109 +31609,24 @@ input.rrg1fkn.ant-input {
|
|
|
31611
31609
|
.tta5kd2 .ant-table td.cell__action_ {
|
|
31612
31610
|
padding: 0 !important;
|
|
31613
31611
|
position: relative;
|
|
31614
|
-
background: #fff;
|
|
31615
|
-
}
|
|
31616
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31617
|
-
height: 100%;
|
|
31618
|
-
display: flex;
|
|
31619
|
-
align-items: center;
|
|
31620
|
-
justify-content: flex-end;
|
|
31621
|
-
padding-right: 8px;
|
|
31622
|
-
}
|
|
31623
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31624
|
-
width: 24px;
|
|
31625
|
-
height: 24px;
|
|
31626
|
-
cursor: pointer;
|
|
31627
|
-
justify-content: center;
|
|
31628
|
-
border-radius: 4px;
|
|
31629
|
-
}
|
|
31630
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31631
|
-
background: #fff;
|
|
31632
|
-
}
|
|
31633
|
-
|
|
31634
|
-
.s1fc623g {
|
|
31635
|
-
width: 430px !important;
|
|
31636
|
-
}
|
|
31637
|
-
|
|
31638
|
-
.da3mx0o .ant-select-item-group {
|
|
31639
|
-
padding: 8px 16px;
|
|
31640
|
-
line-height: 18px;
|
|
31641
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31642
|
-
height: 34px;
|
|
31643
|
-
min-height: 34px;
|
|
31644
|
-
box-sizing: border-box;
|
|
31645
|
-
margin-top: 8px;
|
|
31646
|
-
}
|
|
31647
|
-
|
|
31648
|
-
.onr9gzt {
|
|
31649
|
-
display: flex;
|
|
31650
|
-
flex-direction: column;
|
|
31651
|
-
margin: 1px 8px;
|
|
31652
|
-
padding: 8px;
|
|
31653
|
-
border-radius: 4px;
|
|
31654
|
-
}
|
|
31655
|
-
.onr9gzt .selected-icon {
|
|
31656
|
-
display: none;
|
|
31657
|
-
}
|
|
31658
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31659
|
-
padding-left: 8px;
|
|
31660
|
-
}
|
|
31661
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31662
|
-
background-color: white;
|
|
31663
|
-
}
|
|
31664
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31665
|
-
color: #0080ff;
|
|
31666
|
-
}
|
|
31667
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31668
|
-
display: block;
|
|
31669
|
-
}
|
|
31670
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31671
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31672
|
-
}
|
|
31673
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31674
|
-
color: #0080ff;
|
|
31675
|
-
}
|
|
31676
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31677
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31678
|
-
color: #0080ff;
|
|
31679
|
-
}
|
|
31680
|
-
|
|
31681
|
-
.oiy0apc {
|
|
31682
|
-
display: flex;
|
|
31683
|
-
justify-content: space-between;
|
|
31684
|
-
height: 20px;
|
|
31685
|
-
line-height: 20px;
|
|
31686
|
-
}
|
|
31687
|
-
.oiy0apc .timezone-title {
|
|
31688
|
-
color: #2d3a56;
|
|
31689
|
-
overflow: hidden;
|
|
31690
|
-
text-overflow: ellipsis;
|
|
31691
|
-
}
|
|
31692
|
-
|
|
31693
|
-
.of4y382 {
|
|
31694
|
-
display: flex;
|
|
31695
|
-
justify-content: space-between;
|
|
31696
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31697
|
-
height: 18px;
|
|
31698
|
-
line-height: 18px;
|
|
31699
|
-
margin-top: 2px;
|
|
31612
|
+
background: #fff;
|
|
31700
31613
|
}
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31704
|
-
|
|
31705
|
-
|
|
31614
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31615
|
+
height: 100%;
|
|
31616
|
+
display: flex;
|
|
31617
|
+
align-items: center;
|
|
31618
|
+
justify-content: flex-end;
|
|
31619
|
+
padding-right: 8px;
|
|
31706
31620
|
}
|
|
31707
|
-
|
|
31708
|
-
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
|
|
31621
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31622
|
+
width: 24px;
|
|
31623
|
+
height: 24px;
|
|
31624
|
+
cursor: pointer;
|
|
31625
|
+
justify-content: center;
|
|
31626
|
+
border-radius: 4px;
|
|
31713
31627
|
}
|
|
31714
|
-
|
|
31715
|
-
|
|
31716
|
-
display: inline-block;
|
|
31628
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31629
|
+
background: #fff;
|
|
31717
31630
|
}
|
|
31718
31631
|
|
|
31719
31632
|
.d6j0lbj {
|
|
@@ -32191,6 +32104,10 @@ input.rrg1fkn.ant-input {
|
|
|
32191
32104
|
line-height: 12px;
|
|
32192
32105
|
}
|
|
32193
32106
|
|
|
32107
|
+
.i1e4sgug {
|
|
32108
|
+
display: inline-block;
|
|
32109
|
+
}
|
|
32110
|
+
|
|
32194
32111
|
.m15dvk92 {
|
|
32195
32112
|
display: flex;
|
|
32196
32113
|
justify-content: space-between;
|
|
@@ -32275,6 +32192,13 @@ input.rrg1fkn.ant-input {
|
|
|
32275
32192
|
margin-left: 24px;
|
|
32276
32193
|
}
|
|
32277
32194
|
|
|
32195
|
+
.c10crapj {
|
|
32196
|
+
border-radius: 8px;
|
|
32197
|
+
}
|
|
32198
|
+
.c10crapj .ant-card-body {
|
|
32199
|
+
padding: 20px 24px 24px 24px;
|
|
32200
|
+
}
|
|
32201
|
+
|
|
32278
32202
|
.cav9p2m .ant-collapse-item {
|
|
32279
32203
|
border: 0px;
|
|
32280
32204
|
background-color: #fff;
|
|
@@ -32297,11 +32221,18 @@ input.rrg1fkn.ant-input {
|
|
|
32297
32221
|
cursor: default;
|
|
32298
32222
|
}
|
|
32299
32223
|
|
|
32300
|
-
.
|
|
32301
|
-
|
|
32224
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32225
|
+
display: flex;
|
|
32302
32226
|
}
|
|
32303
|
-
|
|
32304
|
-
|
|
32227
|
+
|
|
32228
|
+
.igz4le8 {
|
|
32229
|
+
height: 24px;
|
|
32230
|
+
width: 56px !important;
|
|
32231
|
+
margin-right: 4px;
|
|
32232
|
+
}
|
|
32233
|
+
|
|
32234
|
+
.c1riexje {
|
|
32235
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32305
32236
|
}
|
|
32306
32237
|
|
|
32307
32238
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -32361,20 +32292,6 @@ input.rrg1fkn.ant-input {
|
|
|
32361
32292
|
transform: rotate(180deg);
|
|
32362
32293
|
}
|
|
32363
32294
|
|
|
32364
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32365
|
-
display: flex;
|
|
32366
|
-
}
|
|
32367
|
-
|
|
32368
|
-
.igz4le8 {
|
|
32369
|
-
height: 24px;
|
|
32370
|
-
width: 56px !important;
|
|
32371
|
-
margin-right: 4px;
|
|
32372
|
-
}
|
|
32373
|
-
|
|
32374
|
-
.c1riexje {
|
|
32375
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32376
|
-
}
|
|
32377
|
-
|
|
32378
32295
|
.s1uupxds {
|
|
32379
32296
|
padding: 0 8px;
|
|
32380
32297
|
border-radius: 4px;
|
|
@@ -32611,6 +32528,192 @@ input.rrg1fkn.ant-input {
|
|
|
32611
32528
|
margin-left: 8px;
|
|
32612
32529
|
}
|
|
32613
32530
|
|
|
32531
|
+
.sq6vos1 {
|
|
32532
|
+
--item-min-width: 60px;
|
|
32533
|
+
}
|
|
32534
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32535
|
+
display: none !important;
|
|
32536
|
+
}
|
|
32537
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32538
|
+
flex-shrink: 0 !important;
|
|
32539
|
+
}
|
|
32540
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32541
|
+
color: #0080ff;
|
|
32542
|
+
}
|
|
32543
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32544
|
+
color: #0080ff;
|
|
32545
|
+
font-weight: normal;
|
|
32546
|
+
}
|
|
32547
|
+
.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 {
|
|
32548
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32549
|
+
}
|
|
32550
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32551
|
+
color: #00122e;
|
|
32552
|
+
}
|
|
32553
|
+
.sq6vos1 .step-item-text {
|
|
32554
|
+
display: inline-block;
|
|
32555
|
+
}
|
|
32556
|
+
.sq6vos1 .step-item-title {
|
|
32557
|
+
overflow: hidden;
|
|
32558
|
+
white-space: nowrap;
|
|
32559
|
+
text-overflow: ellipsis;
|
|
32560
|
+
}
|
|
32561
|
+
|
|
32562
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32563
|
+
min-width: var(--item-min-width);
|
|
32564
|
+
}
|
|
32565
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32566
|
+
cursor: not-allowed !important;
|
|
32567
|
+
}
|
|
32568
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32569
|
+
flex-direction: row;
|
|
32570
|
+
justify-content: stretch;
|
|
32571
|
+
}
|
|
32572
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32573
|
+
padding: 0;
|
|
32574
|
+
margin-right: 4px;
|
|
32575
|
+
flex: 1;
|
|
32576
|
+
overflow: visible;
|
|
32577
|
+
}
|
|
32578
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32579
|
+
width: 100%;
|
|
32580
|
+
min-height: unset;
|
|
32581
|
+
}
|
|
32582
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32583
|
+
height: 26px;
|
|
32584
|
+
line-height: 26px;
|
|
32585
|
+
width: 100%;
|
|
32586
|
+
padding: 0;
|
|
32587
|
+
font-size: 12px;
|
|
32588
|
+
}
|
|
32589
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32590
|
+
margin-right: 10px;
|
|
32591
|
+
}
|
|
32592
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32593
|
+
display: none;
|
|
32594
|
+
}
|
|
32595
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32596
|
+
padding-left: 8px;
|
|
32597
|
+
padding-right: 4px;
|
|
32598
|
+
border-radius: 4px 0 0 4px;
|
|
32599
|
+
}
|
|
32600
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32601
|
+
margin-right: 0;
|
|
32602
|
+
}
|
|
32603
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32604
|
+
padding-right: 8px;
|
|
32605
|
+
padding-left: 12px;
|
|
32606
|
+
border-radius: 0 4px 4px 0;
|
|
32607
|
+
}
|
|
32608
|
+
.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 {
|
|
32609
|
+
content: "";
|
|
32610
|
+
width: 0;
|
|
32611
|
+
height: 0;
|
|
32612
|
+
border: 13px solid transparent;
|
|
32613
|
+
position: absolute;
|
|
32614
|
+
top: 0;
|
|
32615
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32616
|
+
z-index: 2;
|
|
32617
|
+
position: relative;
|
|
32618
|
+
top: -50%;
|
|
32619
|
+
right: -100%;
|
|
32620
|
+
display: inline-block;
|
|
32621
|
+
}
|
|
32622
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32623
|
+
padding: 0 4px 0 12px;
|
|
32624
|
+
}
|
|
32625
|
+
.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 {
|
|
32626
|
+
content: "";
|
|
32627
|
+
width: 0;
|
|
32628
|
+
height: 0;
|
|
32629
|
+
border: 13px solid transparent;
|
|
32630
|
+
position: absolute;
|
|
32631
|
+
top: 0;
|
|
32632
|
+
border-left: 8px solid #fff;
|
|
32633
|
+
left: 0;
|
|
32634
|
+
}
|
|
32635
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32636
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32637
|
+
}
|
|
32638
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32639
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32640
|
+
}
|
|
32641
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32642
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32643
|
+
}
|
|
32644
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32645
|
+
cursor: pointer;
|
|
32646
|
+
min-width: var(--item-min-width);
|
|
32647
|
+
}
|
|
32648
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32649
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32650
|
+
min-width: var(--item-min-width);
|
|
32651
|
+
}
|
|
32652
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32653
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32654
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32655
|
+
}
|
|
32656
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32657
|
+
padding: 0;
|
|
32658
|
+
}
|
|
32659
|
+
|
|
32660
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32661
|
+
width: 138px;
|
|
32662
|
+
row-gap: 2px;
|
|
32663
|
+
}
|
|
32664
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32665
|
+
padding: 0 8px;
|
|
32666
|
+
border-radius: 4px;
|
|
32667
|
+
height: 32px;
|
|
32668
|
+
display: flex;
|
|
32669
|
+
align-items: center;
|
|
32670
|
+
}
|
|
32671
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32672
|
+
min-height: auto;
|
|
32673
|
+
white-space: nowrap;
|
|
32674
|
+
}
|
|
32675
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32676
|
+
font-size: 13px;
|
|
32677
|
+
line-height: 20px;
|
|
32678
|
+
max-width: 100%;
|
|
32679
|
+
}
|
|
32680
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32681
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32682
|
+
}
|
|
32683
|
+
|
|
32684
|
+
.h1xo7yjb {
|
|
32685
|
+
width: 100%;
|
|
32686
|
+
display: inline-flex;
|
|
32687
|
+
align-items: center;
|
|
32688
|
+
justify-content: center;
|
|
32689
|
+
column-gap: 4px;
|
|
32690
|
+
}
|
|
32691
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32692
|
+
display: inline-flex;
|
|
32693
|
+
align-items: center;
|
|
32694
|
+
width: 18px;
|
|
32695
|
+
height: 18px;
|
|
32696
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32697
|
+
justify-content: center;
|
|
32698
|
+
}
|
|
32699
|
+
|
|
32700
|
+
.v1f2f7cy {
|
|
32701
|
+
width: 100%;
|
|
32702
|
+
display: flex;
|
|
32703
|
+
align-items: center;
|
|
32704
|
+
justify-content: center;
|
|
32705
|
+
column-gap: 6px;
|
|
32706
|
+
font-size: 13px;
|
|
32707
|
+
}
|
|
32708
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32709
|
+
display: inline-flex;
|
|
32710
|
+
align-items: center;
|
|
32711
|
+
min-width: 20px;
|
|
32712
|
+
min-height: 20px;
|
|
32713
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32714
|
+
justify-content: center;
|
|
32715
|
+
}
|
|
32716
|
+
|
|
32614
32717
|
.t1gz6wqf {
|
|
32615
32718
|
height: 100%;
|
|
32616
32719
|
}
|
|
@@ -32693,6 +32796,14 @@ input.rrg1fkn.ant-input {
|
|
|
32693
32796
|
border-radius: 4px;
|
|
32694
32797
|
background-color: white;
|
|
32695
32798
|
}
|
|
32799
|
+
.cav4gt6.hoverable {
|
|
32800
|
+
cursor: pointer;
|
|
32801
|
+
}
|
|
32802
|
+
.cav4gt6.hoverable:hover {
|
|
32803
|
+
transition: all 200ms ease;
|
|
32804
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32805
|
+
transform: translateY(-4px);
|
|
32806
|
+
}
|
|
32696
32807
|
|
|
32697
32808
|
.rrwcpby {
|
|
32698
32809
|
display: flex;
|
|
@@ -32934,9 +33045,13 @@ input.rrg1fkn.ant-input {
|
|
|
32934
33045
|
min-height: 0px;
|
|
32935
33046
|
}
|
|
32936
33047
|
|
|
32937
|
-
.
|
|
33048
|
+
.w1xcixj5.outside-tag {
|
|
33049
|
+
padding-left: 0;
|
|
33050
|
+
}
|
|
33051
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33052
|
+
border-radius: 4px 0 0 4px;
|
|
33053
|
+
padding-right: 4px;
|
|
32938
33054
|
margin-right: 4px;
|
|
32939
|
-
height: 16px;
|
|
32940
33055
|
}
|
|
32941
33056
|
|
|
32942
33057
|
.sut42l0 {
|
|
@@ -32958,13 +33073,9 @@ input.rrg1fkn.ant-input {
|
|
|
32958
33073
|
height: 16px;
|
|
32959
33074
|
}
|
|
32960
33075
|
|
|
32961
|
-
.
|
|
32962
|
-
padding-left: 0;
|
|
32963
|
-
}
|
|
32964
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32965
|
-
border-radius: 4px 0 0 4px;
|
|
32966
|
-
padding-right: 4px;
|
|
33076
|
+
.iwsze0q {
|
|
32967
33077
|
margin-right: 4px;
|
|
33078
|
+
height: 16px;
|
|
32968
33079
|
}
|
|
32969
33080
|
|
|
32970
33081
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
@@ -33013,6 +33124,25 @@ input.rrg1fkn.ant-input {
|
|
|
33013
33124
|
font-size: inherit;
|
|
33014
33125
|
}
|
|
33015
33126
|
|
|
33127
|
+
.feau332.ant-form-item {
|
|
33128
|
+
margin-bottom: 0;
|
|
33129
|
+
}
|
|
33130
|
+
.feau332 .ant-form-item-explain {
|
|
33131
|
+
display: none;
|
|
33132
|
+
min-height: 18px;
|
|
33133
|
+
margin-top: 5px;
|
|
33134
|
+
font-family: "Inter";
|
|
33135
|
+
font-weight: 400;
|
|
33136
|
+
font-size: 12px;
|
|
33137
|
+
line-height: 18px;
|
|
33138
|
+
}
|
|
33139
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33140
|
+
white-space: pre-wrap;
|
|
33141
|
+
}
|
|
33142
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33143
|
+
display: block;
|
|
33144
|
+
}
|
|
33145
|
+
|
|
33016
33146
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33017
33147
|
display: var(--a6dbbkm-0);
|
|
33018
33148
|
}
|
|
@@ -33042,23 +33172,4 @@ input.rrg1fkn.ant-input {
|
|
|
33042
33172
|
margin: 0;
|
|
33043
33173
|
height: auto;
|
|
33044
33174
|
font-size: inherit;
|
|
33045
|
-
}
|
|
33046
|
-
|
|
33047
|
-
.feau332.ant-form-item {
|
|
33048
|
-
margin-bottom: 0;
|
|
33049
|
-
}
|
|
33050
|
-
.feau332 .ant-form-item-explain {
|
|
33051
|
-
display: none;
|
|
33052
|
-
min-height: 18px;
|
|
33053
|
-
margin-top: 5px;
|
|
33054
|
-
font-family: "Inter";
|
|
33055
|
-
font-weight: 400;
|
|
33056
|
-
font-size: 12px;
|
|
33057
|
-
line-height: 18px;
|
|
33058
|
-
}
|
|
33059
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33060
|
-
white-space: pre-wrap;
|
|
33061
|
-
}
|
|
33062
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33063
|
-
display: block;
|
|
33064
33175
|
}
|