@cloudtower/eagle 0.26.18 → 0.26.20
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 +605 -550
- 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 +585 -530
- 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
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30265
|
+
display: inline-flex;
|
|
30266
|
+
align-items: baseline;
|
|
30267
|
+
white-space: pre-wrap;
|
|
30268
|
+
}
|
|
30269
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30270
|
+
position: relative;
|
|
30271
|
+
top: 3px;
|
|
30272
|
+
}
|
|
30273
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30274
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30275
|
+
}
|
|
30276
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30277
|
+
border-color: #0080ff;
|
|
30278
|
+
}
|
|
30279
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30280
|
+
border-color: #0080ff;
|
|
30281
|
+
background: #0080ff;
|
|
30282
|
+
}
|
|
30283
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30284
|
+
top: 4px;
|
|
30285
|
+
left: 4px;
|
|
30286
|
+
width: 6px;
|
|
30287
|
+
height: 6px;
|
|
30288
|
+
background: #fff;
|
|
30289
|
+
}
|
|
30290
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30291
|
+
opacity: 0.5;
|
|
30292
|
+
}
|
|
30293
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30294
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30295
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30296
|
+
}
|
|
30297
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30298
|
+
background: #00122e;
|
|
30299
|
+
}
|
|
30300
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30301
|
+
color: #00122e;
|
|
30302
|
+
opacity: 0.5;
|
|
30303
|
+
}
|
|
30304
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30305
|
+
color: #00122e;
|
|
30306
|
+
}
|
|
30307
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30308
|
+
display: inline-block;
|
|
30309
|
+
padding: 0;
|
|
30310
|
+
padding-left: 12px;
|
|
30311
|
+
}
|
|
30312
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30313
|
+
margin-bottom: 0;
|
|
30314
|
+
white-space: pre-wrap;
|
|
30315
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30316
|
+
}
|
|
30317
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30318
|
+
padding-left: 8px;
|
|
30319
|
+
}
|
|
30320
|
+
|
|
30321
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30322
|
+
border-radius: 5px 0 0 5px;
|
|
30323
|
+
}
|
|
30324
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30325
|
+
border-radius: 0 5px 5px 0;
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30328
|
+
.r1f0aqcc {
|
|
30329
|
+
color: #00122e;
|
|
30330
|
+
border-color: #ccd4e3;
|
|
30331
|
+
}
|
|
30332
|
+
.r1f0aqcc:first-child {
|
|
30333
|
+
border-color: #a3b4cc;
|
|
30334
|
+
}
|
|
30335
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30336
|
+
padding: 0 12px;
|
|
30337
|
+
line-height: 32px;
|
|
30338
|
+
height: 32px;
|
|
30339
|
+
}
|
|
30340
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30341
|
+
white-space: nowrap;
|
|
30342
|
+
}
|
|
30343
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30344
|
+
height: 22px;
|
|
30345
|
+
padding: 0 7px;
|
|
30346
|
+
line-height: 20px;
|
|
30347
|
+
}
|
|
30348
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30349
|
+
background: #ccd4e3;
|
|
30350
|
+
}
|
|
30351
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30352
|
+
background: #0080ff;
|
|
30353
|
+
}
|
|
30354
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30355
|
+
background: #ccd4e3;
|
|
30356
|
+
opacity: 0.5;
|
|
30357
|
+
}
|
|
30358
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30359
|
+
border-right-color: #0080ff;
|
|
30360
|
+
}
|
|
30361
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30362
|
+
border-color: #0080ff;
|
|
30363
|
+
}
|
|
30364
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30365
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30366
|
+
}
|
|
30367
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30368
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30369
|
+
border-color: #ccd4e3;
|
|
30370
|
+
opacity: 0.5;
|
|
30371
|
+
}
|
|
30372
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30373
|
+
color: #00122e;
|
|
30374
|
+
border-color: #ccd4e3;
|
|
30375
|
+
}
|
|
30376
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30377
|
+
color: #00122e;
|
|
30378
|
+
border-color: #ccd4e3;
|
|
30379
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30380
|
+
}
|
|
30381
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30382
|
+
margin-right: 8px;
|
|
30383
|
+
display: inline;
|
|
30384
|
+
border: none;
|
|
30385
|
+
padding: 0;
|
|
30386
|
+
width: 36px;
|
|
30387
|
+
background: transparent;
|
|
30388
|
+
}
|
|
30389
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30390
|
+
box-shadow: none;
|
|
30391
|
+
}
|
|
30392
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30393
|
+
margin-right: 0;
|
|
30394
|
+
width: initial;
|
|
30395
|
+
box-shadow: none;
|
|
30396
|
+
}
|
|
30397
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30398
|
+
display: none;
|
|
30399
|
+
}
|
|
30400
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30401
|
+
display: inline;
|
|
30402
|
+
}
|
|
30403
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30404
|
+
display: inline;
|
|
30405
|
+
margin-right: 8px;
|
|
30406
|
+
padding: 0;
|
|
30407
|
+
width: 36px;
|
|
30408
|
+
}
|
|
30409
|
+
|
|
30410
|
+
.p12gwtiw {
|
|
30411
|
+
display: flex;
|
|
30412
|
+
justify-content: space-between;
|
|
30413
|
+
align-items: center;
|
|
30414
|
+
padding: 10px 0;
|
|
30415
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30416
|
+
font-size: 12px;
|
|
30417
|
+
line-height: 24px;
|
|
30418
|
+
}
|
|
30419
|
+
.p12gwtiw .pagination-left {
|
|
30420
|
+
padding: 2px 8px;
|
|
30421
|
+
}
|
|
30422
|
+
.p12gwtiw .dropdown-trigger {
|
|
30423
|
+
display: flex;
|
|
30424
|
+
align-items: center;
|
|
30425
|
+
border-radius: 6px;
|
|
30426
|
+
cursor: pointer;
|
|
30427
|
+
transition: all 0.3s ease;
|
|
30428
|
+
}
|
|
30429
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30430
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30431
|
+
color: #0080ff;
|
|
30432
|
+
}
|
|
30433
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30434
|
+
margin-left: 4px;
|
|
30435
|
+
}
|
|
30436
|
+
.p12gwtiw .pagination-right {
|
|
30437
|
+
display: flex;
|
|
30438
|
+
align-items: center;
|
|
30439
|
+
color: #0080ff;
|
|
30440
|
+
font-weight: bold;
|
|
30441
|
+
}
|
|
30442
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30443
|
+
margin-left: 4px;
|
|
30444
|
+
}
|
|
30445
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30446
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30447
|
+
padding: 0 8px;
|
|
30448
|
+
}
|
|
30449
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30450
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30451
|
+
color: #0080ff;
|
|
30452
|
+
}
|
|
30453
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30454
|
+
transform: rotate(180deg);
|
|
30455
|
+
}
|
|
30456
|
+
|
|
30457
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30458
|
+
max-height: calc(100vh - 128px);
|
|
30459
|
+
overflow-y: auto;
|
|
30460
|
+
}
|
|
30461
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30462
|
+
padding: 4px 20px;
|
|
30463
|
+
font-size: 12px;
|
|
30464
|
+
line-height: 18px;
|
|
30253
30465
|
}
|
|
30254
30466
|
|
|
30255
30467
|
.cz04yix {
|
|
@@ -30296,61 +30508,6 @@ html body {
|
|
|
30296
30508
|
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30297
30509
|
width: auto;
|
|
30298
30510
|
}
|
|
30299
|
-
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
30300
|
-
flex: initial;
|
|
30301
|
-
}
|
|
30302
|
-
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
30303
|
-
margin-top: 4px;
|
|
30304
|
-
}
|
|
30305
|
-
.w1vvwdlp .ant-steps-item-icon,
|
|
30306
|
-
.w1vvwdlp .ant-steps-item-tail {
|
|
30307
|
-
display: none !important;
|
|
30308
|
-
}
|
|
30309
|
-
.w1vvwdlp .ant-steps-item-container {
|
|
30310
|
-
padding: 0 15px;
|
|
30311
|
-
border-radius: 4px;
|
|
30312
|
-
height: 32px;
|
|
30313
|
-
display: flex;
|
|
30314
|
-
align-items: center;
|
|
30315
|
-
}
|
|
30316
|
-
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
30317
|
-
min-height: auto;
|
|
30318
|
-
white-space: nowrap;
|
|
30319
|
-
}
|
|
30320
|
-
.w1vvwdlp .ant-steps-item-description {
|
|
30321
|
-
padding-bottom: 0px;
|
|
30322
|
-
}
|
|
30323
|
-
.w1vvwdlp .ant-steps-item-title {
|
|
30324
|
-
font-size: 13px !important;
|
|
30325
|
-
line-height: 20px !important;
|
|
30326
|
-
}
|
|
30327
|
-
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
30328
|
-
display: inline-block;
|
|
30329
|
-
text-align: center;
|
|
30330
|
-
width: 13px;
|
|
30331
|
-
margin-right: 12px;
|
|
30332
|
-
}
|
|
30333
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
30334
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30335
|
-
}
|
|
30336
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30337
|
-
color: #005ed1;
|
|
30338
|
-
}
|
|
30339
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
30340
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30341
|
-
}
|
|
30342
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30343
|
-
color: rgba(10, 37, 85, 0.6) !important;
|
|
30344
|
-
}
|
|
30345
|
-
.w1vvwdlp .ant-steps-item-disabled {
|
|
30346
|
-
cursor: not-allowed;
|
|
30347
|
-
}
|
|
30348
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
30349
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30350
|
-
}
|
|
30351
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30352
|
-
color: #2d3a56;
|
|
30353
|
-
}
|
|
30354
30511
|
|
|
30355
30512
|
.h1cuopx7 .ant-modal-header {
|
|
30356
30513
|
margin: 0 auto;
|
|
@@ -30834,299 +30991,87 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
30834
30991
|
padding: 6px;
|
|
30835
30992
|
height: 32px;
|
|
30836
30993
|
cursor: pointer;
|
|
30837
|
-
transition: border 150ms;
|
|
30838
|
-
}
|
|
30839
|
-
.kypn5o5.input-tags:hover {
|
|
30840
|
-
border-color: #0080ff;
|
|
30841
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30842
|
-
}
|
|
30843
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30844
|
-
padding-right: 30px;
|
|
30845
|
-
}
|
|
30846
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
30847
|
-
display: flex;
|
|
30848
|
-
}
|
|
30849
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30850
|
-
display: flex;
|
|
30851
|
-
}
|
|
30852
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
30853
|
-
position: absolute;
|
|
30854
|
-
right: 12px;
|
|
30855
|
-
top: 50%;
|
|
30856
|
-
transform: translateY(-50%);
|
|
30857
|
-
}
|
|
30858
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30859
|
-
color: rgba(0, 0, 0, 0.25);
|
|
30860
|
-
font-size: 12px;
|
|
30861
|
-
cursor: pointer;
|
|
30862
|
-
}
|
|
30863
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30864
|
-
color: rgba(0, 0, 0, 0.45);
|
|
30865
|
-
}
|
|
30866
|
-
.kypn5o5.has-focus-indicator {
|
|
30867
|
-
position: relative;
|
|
30868
|
-
overflow: hidden;
|
|
30869
|
-
}
|
|
30870
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30871
|
-
position: absolute;
|
|
30872
|
-
top: 50%;
|
|
30873
|
-
transform: translateY(-50%);
|
|
30874
|
-
left: -16px;
|
|
30875
|
-
transition: left 150ms ease;
|
|
30876
|
-
opacity: 0;
|
|
30877
|
-
}
|
|
30878
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30879
|
-
left: 8px;
|
|
30880
|
-
opacity: 1;
|
|
30881
|
-
}
|
|
30882
|
-
.kypn5o5.has-focus-indicator input {
|
|
30883
|
-
transition: margin-left 150ms ease;
|
|
30884
|
-
margin-left: 0px;
|
|
30885
|
-
}
|
|
30886
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
30887
|
-
margin-left: 16px;
|
|
30888
|
-
}
|
|
30889
|
-
|
|
30890
|
-
input.l1ki27se.ant-input {
|
|
30891
|
-
border-top-right-radius: 0;
|
|
30892
|
-
border-bottom-right-radius: 0;
|
|
30893
|
-
}
|
|
30894
|
-
|
|
30895
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
30896
|
-
border-top-right-radius: 0;
|
|
30897
|
-
border-bottom-right-radius: 0;
|
|
30898
|
-
}
|
|
30899
|
-
|
|
30900
|
-
input.rrg1fkn.ant-input {
|
|
30901
|
-
border-top-left-radius: 0;
|
|
30902
|
-
border-bottom-left-radius: 0;
|
|
30903
|
-
}
|
|
30904
|
-
|
|
30905
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
30906
|
-
border-top-left-radius: 0;
|
|
30907
|
-
border-bottom-left-radius: 0;
|
|
30908
|
-
}
|
|
30909
|
-
|
|
30910
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30911
|
-
border-top-right-radius: 0;
|
|
30912
|
-
border-bottom-right-radius: 0;
|
|
30913
|
-
}
|
|
30914
|
-
|
|
30915
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30916
|
-
border-top-left-radius: 0;
|
|
30917
|
-
border-bottom-left-radius: 0;
|
|
30918
|
-
}
|
|
30919
|
-
|
|
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;
|
|
30994
|
+
transition: border 150ms;
|
|
31053
30995
|
}
|
|
31054
|
-
.
|
|
31055
|
-
|
|
30996
|
+
.kypn5o5.input-tags:hover {
|
|
30997
|
+
border-color: #0080ff;
|
|
30998
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31056
30999
|
}
|
|
31057
|
-
.
|
|
31058
|
-
|
|
31059
|
-
width: initial;
|
|
31060
|
-
box-shadow: none;
|
|
31000
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31001
|
+
padding-right: 30px;
|
|
31061
31002
|
}
|
|
31062
|
-
.
|
|
31063
|
-
display:
|
|
31003
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
31004
|
+
display: flex;
|
|
31064
31005
|
}
|
|
31065
|
-
.
|
|
31066
|
-
display:
|
|
31006
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31007
|
+
display: flex;
|
|
31067
31008
|
}
|
|
31068
|
-
.
|
|
31069
|
-
|
|
31070
|
-
|
|
31071
|
-
|
|
31072
|
-
|
|
31009
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
31010
|
+
position: absolute;
|
|
31011
|
+
right: 12px;
|
|
31012
|
+
top: 50%;
|
|
31013
|
+
transform: translateY(-50%);
|
|
31073
31014
|
}
|
|
31074
|
-
|
|
31075
|
-
.
|
|
31076
|
-
display: flex;
|
|
31077
|
-
justify-content: space-between;
|
|
31078
|
-
align-items: center;
|
|
31079
|
-
padding: 10px 0;
|
|
31080
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31015
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31016
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31081
31017
|
font-size: 12px;
|
|
31082
|
-
|
|
31018
|
+
cursor: pointer;
|
|
31083
31019
|
}
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31020
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31021
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31086
31022
|
}
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31089
|
-
|
|
31090
|
-
border-radius: 6px;
|
|
31091
|
-
cursor: pointer;
|
|
31092
|
-
transition: all 0.3s ease;
|
|
31023
|
+
.kypn5o5.has-focus-indicator {
|
|
31024
|
+
position: relative;
|
|
31025
|
+
overflow: hidden;
|
|
31093
31026
|
}
|
|
31094
|
-
.
|
|
31095
|
-
|
|
31096
|
-
|
|
31027
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31028
|
+
position: absolute;
|
|
31029
|
+
top: 50%;
|
|
31030
|
+
transform: translateY(-50%);
|
|
31031
|
+
left: -16px;
|
|
31032
|
+
transition: left 150ms ease;
|
|
31033
|
+
opacity: 0;
|
|
31097
31034
|
}
|
|
31098
|
-
.
|
|
31099
|
-
|
|
31035
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31036
|
+
left: 8px;
|
|
31037
|
+
opacity: 1;
|
|
31100
31038
|
}
|
|
31101
|
-
.
|
|
31102
|
-
|
|
31103
|
-
|
|
31104
|
-
color: #0080ff;
|
|
31105
|
-
font-weight: bold;
|
|
31039
|
+
.kypn5o5.has-focus-indicator input {
|
|
31040
|
+
transition: margin-left 150ms ease;
|
|
31041
|
+
margin-left: 0px;
|
|
31106
31042
|
}
|
|
31107
|
-
.
|
|
31108
|
-
margin-left:
|
|
31043
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
31044
|
+
margin-left: 16px;
|
|
31109
31045
|
}
|
|
31110
|
-
|
|
31111
|
-
.
|
|
31112
|
-
|
|
31046
|
+
|
|
31047
|
+
input.l1ki27se.ant-input {
|
|
31048
|
+
border-top-right-radius: 0;
|
|
31049
|
+
border-bottom-right-radius: 0;
|
|
31113
31050
|
}
|
|
31114
|
-
|
|
31115
|
-
.
|
|
31116
|
-
|
|
31051
|
+
|
|
31052
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
31053
|
+
border-top-right-radius: 0;
|
|
31054
|
+
border-bottom-right-radius: 0;
|
|
31117
31055
|
}
|
|
31118
|
-
|
|
31119
|
-
|
|
31056
|
+
|
|
31057
|
+
input.rrg1fkn.ant-input {
|
|
31058
|
+
border-top-left-radius: 0;
|
|
31059
|
+
border-bottom-left-radius: 0;
|
|
31120
31060
|
}
|
|
31121
31061
|
|
|
31122
|
-
.
|
|
31123
|
-
|
|
31124
|
-
|
|
31062
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31063
|
+
border-top-left-radius: 0;
|
|
31064
|
+
border-bottom-left-radius: 0;
|
|
31125
31065
|
}
|
|
31126
|
-
|
|
31127
|
-
|
|
31128
|
-
|
|
31129
|
-
|
|
31066
|
+
|
|
31067
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31068
|
+
border-top-right-radius: 0;
|
|
31069
|
+
border-bottom-right-radius: 0;
|
|
31070
|
+
}
|
|
31071
|
+
|
|
31072
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31073
|
+
border-top-left-radius: 0;
|
|
31074
|
+
border-bottom-left-radius: 0;
|
|
31130
31075
|
}
|
|
31131
31076
|
|
|
31132
31077
|
.s34f1qb.ant-switch {
|
|
@@ -31184,89 +31129,6 @@ input.rrg1fkn.ant-input {
|
|
|
31184
31129
|
margin-left: 5px;
|
|
31185
31130
|
}
|
|
31186
31131
|
|
|
31187
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
31188
|
-
flex-direction: row;
|
|
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;
|
|
31203
|
-
}
|
|
31204
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
31205
|
-
height: 26px;
|
|
31206
|
-
line-height: 26px;
|
|
31207
|
-
width: 100%;
|
|
31208
|
-
text-align: center;
|
|
31209
|
-
padding: 0;
|
|
31210
|
-
font-size: 12px;
|
|
31211
|
-
font-weight: normal;
|
|
31212
|
-
}
|
|
31213
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
31214
|
-
margin-right: 10px;
|
|
31215
|
-
}
|
|
31216
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
31217
|
-
display: none;
|
|
31218
|
-
}
|
|
31219
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
31220
|
-
border-radius: 4px 0 0 4px;
|
|
31221
|
-
}
|
|
31222
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
31223
|
-
margin-right: 0;
|
|
31224
|
-
}
|
|
31225
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
31226
|
-
border-radius: 0 4px 4px 0;
|
|
31227
|
-
}
|
|
31228
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
31229
|
-
content: "";
|
|
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;
|
|
31238
|
-
}
|
|
31239
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
31240
|
-
content: "";
|
|
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;
|
|
31248
|
-
}
|
|
31249
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
31250
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31251
|
-
}
|
|
31252
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
31253
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
31254
|
-
}
|
|
31255
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
31256
|
-
color: #005ed1;
|
|
31257
|
-
}
|
|
31258
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
31259
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
31260
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
31261
|
-
}
|
|
31262
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
31263
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
31264
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31265
|
-
}
|
|
31266
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
31267
|
-
padding: 0;
|
|
31268
|
-
}
|
|
31269
|
-
|
|
31270
31132
|
.t1upn1sz {
|
|
31271
31133
|
height: 100%;
|
|
31272
31134
|
}
|
|
@@ -32275,6 +32137,13 @@ input.rrg1fkn.ant-input {
|
|
|
32275
32137
|
margin-left: 24px;
|
|
32276
32138
|
}
|
|
32277
32139
|
|
|
32140
|
+
.c10crapj {
|
|
32141
|
+
border-radius: 8px;
|
|
32142
|
+
}
|
|
32143
|
+
.c10crapj .ant-card-body {
|
|
32144
|
+
padding: 20px 24px 24px 24px;
|
|
32145
|
+
}
|
|
32146
|
+
|
|
32278
32147
|
.cav9p2m .ant-collapse-item {
|
|
32279
32148
|
border: 0px;
|
|
32280
32149
|
background-color: #fff;
|
|
@@ -32289,76 +32158,12 @@ input.rrg1fkn.ant-input {
|
|
|
32289
32158
|
right: 0px;
|
|
32290
32159
|
}
|
|
32291
32160
|
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32292
|
-
padding: 0px;
|
|
32293
|
-
}
|
|
32294
|
-
|
|
32295
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32296
|
-
padding-right: 0px;
|
|
32297
|
-
cursor: default;
|
|
32298
|
-
}
|
|
32299
|
-
|
|
32300
|
-
.c10crapj {
|
|
32301
|
-
border-radius: 8px;
|
|
32302
|
-
}
|
|
32303
|
-
.c10crapj .ant-card-body {
|
|
32304
|
-
padding: 20px 24px 24px 24px;
|
|
32305
|
-
}
|
|
32306
|
-
|
|
32307
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32308
|
-
border-radius: 6px;
|
|
32309
|
-
}
|
|
32310
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32311
|
-
width: 100%;
|
|
32312
|
-
color: #2d3a56;
|
|
32313
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32314
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32315
|
-
font-size: 13px;
|
|
32316
|
-
}
|
|
32317
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32318
|
-
height: 30px;
|
|
32319
|
-
}
|
|
32320
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32321
|
-
height: 38px;
|
|
32322
|
-
font-size: 13px;
|
|
32323
|
-
}
|
|
32324
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32325
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32326
|
-
transition: 160ms ease;
|
|
32327
|
-
}
|
|
32328
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32329
|
-
color: #0080ff;
|
|
32330
|
-
}
|
|
32331
|
-
.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 {
|
|
32332
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32333
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32334
|
-
}
|
|
32335
|
-
.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 {
|
|
32336
|
-
color: #0080ff;
|
|
32337
|
-
}
|
|
32338
|
-
.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 {
|
|
32339
|
-
border-color: #0080ff;
|
|
32340
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32341
|
-
}
|
|
32342
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32343
|
-
transform: rotate(180deg);
|
|
32344
|
-
}
|
|
32345
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32346
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32347
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32348
|
-
cursor: "not-allowed";
|
|
32349
|
-
}
|
|
32350
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32351
|
-
border-color: #f0483e !important;
|
|
32352
|
-
}
|
|
32353
|
-
.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 {
|
|
32354
|
-
color: #1d326c;
|
|
32355
|
-
}
|
|
32356
|
-
.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 {
|
|
32357
|
-
border-color: #0080ff;
|
|
32358
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32161
|
+
padding: 0px;
|
|
32359
32162
|
}
|
|
32360
|
-
|
|
32361
|
-
|
|
32163
|
+
|
|
32164
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32165
|
+
padding-right: 0px;
|
|
32166
|
+
cursor: default;
|
|
32362
32167
|
}
|
|
32363
32168
|
|
|
32364
32169
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
@@ -32450,6 +32255,63 @@ input.rrg1fkn.ant-input {
|
|
|
32450
32255
|
background-color: #6b7d99;
|
|
32451
32256
|
}
|
|
32452
32257
|
|
|
32258
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32259
|
+
border-radius: 6px;
|
|
32260
|
+
}
|
|
32261
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32262
|
+
width: 100%;
|
|
32263
|
+
color: #2d3a56;
|
|
32264
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32265
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32266
|
+
font-size: 13px;
|
|
32267
|
+
}
|
|
32268
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32269
|
+
height: 30px;
|
|
32270
|
+
}
|
|
32271
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32272
|
+
height: 38px;
|
|
32273
|
+
font-size: 13px;
|
|
32274
|
+
}
|
|
32275
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32276
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32277
|
+
transition: 160ms ease;
|
|
32278
|
+
}
|
|
32279
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32280
|
+
color: #0080ff;
|
|
32281
|
+
}
|
|
32282
|
+
.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 {
|
|
32283
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32284
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32285
|
+
}
|
|
32286
|
+
.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 {
|
|
32287
|
+
color: #0080ff;
|
|
32288
|
+
}
|
|
32289
|
+
.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 {
|
|
32290
|
+
border-color: #0080ff;
|
|
32291
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32292
|
+
}
|
|
32293
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32294
|
+
transform: rotate(180deg);
|
|
32295
|
+
}
|
|
32296
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32297
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32298
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32299
|
+
cursor: "not-allowed";
|
|
32300
|
+
}
|
|
32301
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32302
|
+
border-color: #f0483e !important;
|
|
32303
|
+
}
|
|
32304
|
+
.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 {
|
|
32305
|
+
color: #1d326c;
|
|
32306
|
+
}
|
|
32307
|
+
.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 {
|
|
32308
|
+
border-color: #0080ff;
|
|
32309
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32310
|
+
}
|
|
32311
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32312
|
+
transform: rotate(180deg);
|
|
32313
|
+
}
|
|
32314
|
+
|
|
32453
32315
|
.m1thnes4 {
|
|
32454
32316
|
color: rgba(44, 56, 82, 0.6);
|
|
32455
32317
|
text-align: center;
|
|
@@ -32611,6 +32473,191 @@ input.rrg1fkn.ant-input {
|
|
|
32611
32473
|
margin-left: 8px;
|
|
32612
32474
|
}
|
|
32613
32475
|
|
|
32476
|
+
.sq6vos1 {
|
|
32477
|
+
--item-min-width: 60px;
|
|
32478
|
+
}
|
|
32479
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32480
|
+
display: none !important;
|
|
32481
|
+
}
|
|
32482
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32483
|
+
flex-shrink: 0 !important;
|
|
32484
|
+
}
|
|
32485
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32486
|
+
color: #0080ff;
|
|
32487
|
+
}
|
|
32488
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32489
|
+
color: #0080ff;
|
|
32490
|
+
font-weight: normal;
|
|
32491
|
+
}
|
|
32492
|
+
.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 {
|
|
32493
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32494
|
+
}
|
|
32495
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32496
|
+
color: #00122e;
|
|
32497
|
+
}
|
|
32498
|
+
.sq6vos1 .step-item-text {
|
|
32499
|
+
display: inline-block;
|
|
32500
|
+
}
|
|
32501
|
+
.sq6vos1 .step-item-title {
|
|
32502
|
+
overflow: hidden;
|
|
32503
|
+
white-space: nowrap;
|
|
32504
|
+
text-overflow: ellipsis;
|
|
32505
|
+
}
|
|
32506
|
+
|
|
32507
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32508
|
+
min-width: var(--item-min-width);
|
|
32509
|
+
}
|
|
32510
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32511
|
+
cursor: not-allowed !important;
|
|
32512
|
+
}
|
|
32513
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32514
|
+
flex-direction: row;
|
|
32515
|
+
justify-content: stretch;
|
|
32516
|
+
}
|
|
32517
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32518
|
+
padding: 0;
|
|
32519
|
+
margin-right: 4px;
|
|
32520
|
+
flex: 1;
|
|
32521
|
+
overflow: visible;
|
|
32522
|
+
}
|
|
32523
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32524
|
+
width: 100%;
|
|
32525
|
+
min-height: unset;
|
|
32526
|
+
}
|
|
32527
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32528
|
+
height: 26px;
|
|
32529
|
+
line-height: 26px;
|
|
32530
|
+
width: 100%;
|
|
32531
|
+
padding: 0;
|
|
32532
|
+
font-size: 12px;
|
|
32533
|
+
}
|
|
32534
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32535
|
+
margin-right: 10px;
|
|
32536
|
+
}
|
|
32537
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32538
|
+
display: none;
|
|
32539
|
+
}
|
|
32540
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32541
|
+
padding-left: 8px;
|
|
32542
|
+
padding-right: 4px;
|
|
32543
|
+
border-radius: 4px 0 0 4px;
|
|
32544
|
+
}
|
|
32545
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32546
|
+
margin-right: 0;
|
|
32547
|
+
}
|
|
32548
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32549
|
+
padding-right: 8px;
|
|
32550
|
+
padding-left: 12px;
|
|
32551
|
+
border-radius: 0 4px 4px 0;
|
|
32552
|
+
}
|
|
32553
|
+
.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 {
|
|
32554
|
+
content: "";
|
|
32555
|
+
width: 0;
|
|
32556
|
+
height: 0;
|
|
32557
|
+
border: 13px solid transparent;
|
|
32558
|
+
position: absolute;
|
|
32559
|
+
top: 0;
|
|
32560
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32561
|
+
z-index: 2;
|
|
32562
|
+
position: relative;
|
|
32563
|
+
top: -50%;
|
|
32564
|
+
right: -100%;
|
|
32565
|
+
}
|
|
32566
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32567
|
+
padding: 0 4px 0 12px;
|
|
32568
|
+
}
|
|
32569
|
+
.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 {
|
|
32570
|
+
content: "";
|
|
32571
|
+
width: 0;
|
|
32572
|
+
height: 0;
|
|
32573
|
+
border: 13px solid transparent;
|
|
32574
|
+
position: absolute;
|
|
32575
|
+
top: 0;
|
|
32576
|
+
border-left: 8px solid #fff;
|
|
32577
|
+
left: 0;
|
|
32578
|
+
}
|
|
32579
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32580
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32581
|
+
}
|
|
32582
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32583
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32584
|
+
}
|
|
32585
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32586
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32587
|
+
}
|
|
32588
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32589
|
+
cursor: pointer;
|
|
32590
|
+
min-width: var(--item-min-width);
|
|
32591
|
+
}
|
|
32592
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32593
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32594
|
+
min-width: var(--item-min-width);
|
|
32595
|
+
}
|
|
32596
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32597
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32598
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32599
|
+
}
|
|
32600
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32601
|
+
padding: 0;
|
|
32602
|
+
}
|
|
32603
|
+
|
|
32604
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32605
|
+
width: 138px;
|
|
32606
|
+
row-gap: 2px;
|
|
32607
|
+
}
|
|
32608
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32609
|
+
padding: 0 8px;
|
|
32610
|
+
border-radius: 4px;
|
|
32611
|
+
height: 32px;
|
|
32612
|
+
display: flex;
|
|
32613
|
+
align-items: center;
|
|
32614
|
+
}
|
|
32615
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32616
|
+
min-height: auto;
|
|
32617
|
+
white-space: nowrap;
|
|
32618
|
+
}
|
|
32619
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32620
|
+
font-size: 13px;
|
|
32621
|
+
line-height: 20px;
|
|
32622
|
+
max-width: 100%;
|
|
32623
|
+
}
|
|
32624
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32625
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32626
|
+
}
|
|
32627
|
+
|
|
32628
|
+
.h1xo7yjb {
|
|
32629
|
+
width: 100%;
|
|
32630
|
+
display: inline-flex;
|
|
32631
|
+
align-items: center;
|
|
32632
|
+
justify-content: center;
|
|
32633
|
+
column-gap: 4px;
|
|
32634
|
+
}
|
|
32635
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32636
|
+
display: inline-flex;
|
|
32637
|
+
align-items: center;
|
|
32638
|
+
width: 18px;
|
|
32639
|
+
height: 18px;
|
|
32640
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32641
|
+
justify-content: center;
|
|
32642
|
+
}
|
|
32643
|
+
|
|
32644
|
+
.v1f2f7cy {
|
|
32645
|
+
width: 100%;
|
|
32646
|
+
display: flex;
|
|
32647
|
+
align-items: center;
|
|
32648
|
+
justify-content: center;
|
|
32649
|
+
column-gap: 6px;
|
|
32650
|
+
font-size: 13px;
|
|
32651
|
+
}
|
|
32652
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32653
|
+
display: inline-flex;
|
|
32654
|
+
align-items: center;
|
|
32655
|
+
min-width: 20px;
|
|
32656
|
+
min-height: 20px;
|
|
32657
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32658
|
+
justify-content: center;
|
|
32659
|
+
}
|
|
32660
|
+
|
|
32614
32661
|
.t1gz6wqf {
|
|
32615
32662
|
height: 100%;
|
|
32616
32663
|
}
|
|
@@ -32693,6 +32740,14 @@ input.rrg1fkn.ant-input {
|
|
|
32693
32740
|
border-radius: 4px;
|
|
32694
32741
|
background-color: white;
|
|
32695
32742
|
}
|
|
32743
|
+
.cav4gt6.hoverable {
|
|
32744
|
+
cursor: pointer;
|
|
32745
|
+
}
|
|
32746
|
+
.cav4gt6.hoverable:hover {
|
|
32747
|
+
transition: all 200ms ease;
|
|
32748
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32749
|
+
transform: translateY(-4px);
|
|
32750
|
+
}
|
|
32696
32751
|
|
|
32697
32752
|
.rrwcpby {
|
|
32698
32753
|
display: flex;
|
|
@@ -32903,6 +32958,15 @@ input.rrg1fkn.ant-input {
|
|
|
32903
32958
|
margin-right: 8px;
|
|
32904
32959
|
}
|
|
32905
32960
|
|
|
32961
|
+
.w1xcixj5.outside-tag {
|
|
32962
|
+
padding-left: 0;
|
|
32963
|
+
}
|
|
32964
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32965
|
+
border-radius: 4px 0 0 4px;
|
|
32966
|
+
padding-right: 4px;
|
|
32967
|
+
margin-right: 4px;
|
|
32968
|
+
}
|
|
32969
|
+
|
|
32906
32970
|
.f1p9ti6d {
|
|
32907
32971
|
width: 100%;
|
|
32908
32972
|
margin-bottom: 0 !important;
|
|
@@ -32934,11 +32998,6 @@ input.rrg1fkn.ant-input {
|
|
|
32934
32998
|
min-height: 0px;
|
|
32935
32999
|
}
|
|
32936
33000
|
|
|
32937
|
-
.iwsze0q {
|
|
32938
|
-
margin-right: 4px;
|
|
32939
|
-
height: 16px;
|
|
32940
|
-
}
|
|
32941
|
-
|
|
32942
33001
|
.sut42l0 {
|
|
32943
33002
|
padding: 0 8px;
|
|
32944
33003
|
height: 18px;
|
|
@@ -32958,13 +33017,9 @@ input.rrg1fkn.ant-input {
|
|
|
32958
33017
|
height: 16px;
|
|
32959
33018
|
}
|
|
32960
33019
|
|
|
32961
|
-
.
|
|
32962
|
-
padding-left: 0;
|
|
32963
|
-
}
|
|
32964
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32965
|
-
border-radius: 4px 0 0 4px;
|
|
32966
|
-
padding-right: 4px;
|
|
33020
|
+
.iwsze0q {
|
|
32967
33021
|
margin-right: 4px;
|
|
33022
|
+
height: 16px;
|
|
32968
33023
|
}
|
|
32969
33024
|
|
|
32970
33025
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
@@ -33013,6 +33068,25 @@ input.rrg1fkn.ant-input {
|
|
|
33013
33068
|
font-size: inherit;
|
|
33014
33069
|
}
|
|
33015
33070
|
|
|
33071
|
+
.feau332.ant-form-item {
|
|
33072
|
+
margin-bottom: 0;
|
|
33073
|
+
}
|
|
33074
|
+
.feau332 .ant-form-item-explain {
|
|
33075
|
+
display: none;
|
|
33076
|
+
min-height: 18px;
|
|
33077
|
+
margin-top: 5px;
|
|
33078
|
+
font-family: "Inter";
|
|
33079
|
+
font-weight: 400;
|
|
33080
|
+
font-size: 12px;
|
|
33081
|
+
line-height: 18px;
|
|
33082
|
+
}
|
|
33083
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33084
|
+
white-space: pre-wrap;
|
|
33085
|
+
}
|
|
33086
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33087
|
+
display: block;
|
|
33088
|
+
}
|
|
33089
|
+
|
|
33016
33090
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33017
33091
|
display: var(--a6dbbkm-0);
|
|
33018
33092
|
}
|
|
@@ -33042,23 +33116,4 @@ input.rrg1fkn.ant-input {
|
|
|
33042
33116
|
margin: 0;
|
|
33043
33117
|
height: auto;
|
|
33044
33118
|
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
33119
|
}
|