@cloudtower/eagle 0.26.14 → 0.26.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +541 -496
- package/dist/esm/index.js +268 -196
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +11 -1
- package/dist/style.css +228 -183
- package/dist/umd/index.js +266 -194
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29831,63 +29831,6 @@ html body {
|
|
|
29831
29831
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29832
29832
|
}
|
|
29833
29833
|
}
|
|
29834
|
-
.fde5mpd {
|
|
29835
|
-
width: 100%;
|
|
29836
|
-
height: 100%;
|
|
29837
|
-
min-height: 124px;
|
|
29838
|
-
display: flex;
|
|
29839
|
-
flex-direction: column;
|
|
29840
|
-
justify-content: center;
|
|
29841
|
-
align-items: center;
|
|
29842
|
-
}
|
|
29843
|
-
.fde5mpd .error-text {
|
|
29844
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29845
|
-
margin-bottom: 16px;
|
|
29846
|
-
font-size: 18px;
|
|
29847
|
-
}
|
|
29848
|
-
|
|
29849
|
-
.bpq0js6 {
|
|
29850
|
-
padding: 4px 11px;
|
|
29851
|
-
}
|
|
29852
|
-
|
|
29853
|
-
.b15sn34c {
|
|
29854
|
-
white-space: nowrap;
|
|
29855
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29856
|
-
}
|
|
29857
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29858
|
-
--color: #0080ff;
|
|
29859
|
-
}
|
|
29860
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29861
|
-
--color: #0080ff;
|
|
29862
|
-
}
|
|
29863
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29864
|
-
margin-left: 1px;
|
|
29865
|
-
}
|
|
29866
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29867
|
-
border-top-right-radius: 0;
|
|
29868
|
-
border-bottom-right-radius: 0;
|
|
29869
|
-
}
|
|
29870
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29871
|
-
border-top-left-radius: 0;
|
|
29872
|
-
border-bottom-left-radius: 0;
|
|
29873
|
-
}
|
|
29874
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29875
|
-
border-radius: unset;
|
|
29876
|
-
}
|
|
29877
|
-
|
|
29878
|
-
.iap75of {
|
|
29879
|
-
height: 18px;
|
|
29880
|
-
line-height: 18px;
|
|
29881
|
-
padding: 0 4px;
|
|
29882
|
-
border-radius: 4px;
|
|
29883
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29884
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29885
|
-
display: flex;
|
|
29886
|
-
align-items: center;
|
|
29887
|
-
white-space: nowrap;
|
|
29888
|
-
margin-right: 4px;
|
|
29889
|
-
}
|
|
29890
|
-
|
|
29891
29834
|
.buj61ew.ant-btn-icon-only {
|
|
29892
29835
|
justify-content: center;
|
|
29893
29836
|
}
|
|
@@ -30146,6 +30089,50 @@ html body {
|
|
|
30146
30089
|
padding: 0;
|
|
30147
30090
|
}
|
|
30148
30091
|
|
|
30092
|
+
.bpq0js6 {
|
|
30093
|
+
padding: 4px 11px;
|
|
30094
|
+
}
|
|
30095
|
+
|
|
30096
|
+
.b15sn34c {
|
|
30097
|
+
white-space: nowrap;
|
|
30098
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30099
|
+
}
|
|
30100
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30101
|
+
--color: #0080ff;
|
|
30102
|
+
}
|
|
30103
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30104
|
+
--color: #0080ff;
|
|
30105
|
+
}
|
|
30106
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30107
|
+
margin-left: 1px;
|
|
30108
|
+
}
|
|
30109
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30110
|
+
border-top-right-radius: 0;
|
|
30111
|
+
border-bottom-right-radius: 0;
|
|
30112
|
+
}
|
|
30113
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30114
|
+
border-top-left-radius: 0;
|
|
30115
|
+
border-bottom-left-radius: 0;
|
|
30116
|
+
}
|
|
30117
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30118
|
+
border-radius: unset;
|
|
30119
|
+
}
|
|
30120
|
+
|
|
30121
|
+
.fde5mpd {
|
|
30122
|
+
width: 100%;
|
|
30123
|
+
height: 100%;
|
|
30124
|
+
min-height: 124px;
|
|
30125
|
+
display: flex;
|
|
30126
|
+
flex-direction: column;
|
|
30127
|
+
justify-content: center;
|
|
30128
|
+
align-items: center;
|
|
30129
|
+
}
|
|
30130
|
+
.fde5mpd .error-text {
|
|
30131
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30132
|
+
margin-bottom: 16px;
|
|
30133
|
+
font-size: 18px;
|
|
30134
|
+
}
|
|
30135
|
+
|
|
30149
30136
|
.i1mrf09m {
|
|
30150
30137
|
display: inline-flex;
|
|
30151
30138
|
align-items: center;
|
|
@@ -30164,59 +30151,17 @@ html body {
|
|
|
30164
30151
|
animation: rotate 680ms linear infinite;
|
|
30165
30152
|
}
|
|
30166
30153
|
|
|
30167
|
-
.
|
|
30168
|
-
|
|
30169
|
-
height:
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
|
|
30176
|
-
|
|
30177
|
-
|
|
30178
|
-
height: 16px;
|
|
30179
|
-
}
|
|
30180
|
-
.s34f1qb.ant-switch-large {
|
|
30181
|
-
min-width: 52px;
|
|
30182
|
-
height: 32px;
|
|
30183
|
-
}
|
|
30184
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30185
|
-
height: 20px;
|
|
30186
|
-
width: 20px;
|
|
30187
|
-
}
|
|
30188
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30189
|
-
border-radius: 10px;
|
|
30190
|
-
transition-delay: 120ms;
|
|
30191
|
-
}
|
|
30192
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30193
|
-
height: 14px;
|
|
30194
|
-
width: 14px;
|
|
30195
|
-
top: 1px;
|
|
30196
|
-
left: 1px;
|
|
30197
|
-
}
|
|
30198
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30199
|
-
height: 28px;
|
|
30200
|
-
width: 28px;
|
|
30201
|
-
}
|
|
30202
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30203
|
-
border-radius: 14px;
|
|
30204
|
-
}
|
|
30205
|
-
.s34f1qb.ant-switch-checked {
|
|
30206
|
-
background-color: #00ba5d;
|
|
30207
|
-
}
|
|
30208
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30209
|
-
left: calc(100% - 20px - 2px);
|
|
30210
|
-
}
|
|
30211
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30212
|
-
left: calc(100% - 14px - 1px);
|
|
30213
|
-
}
|
|
30214
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30215
|
-
left: calc(100% - 28px - 2px);
|
|
30216
|
-
}
|
|
30217
|
-
|
|
30218
|
-
.c1to9vb9 {
|
|
30219
|
-
margin-left: 5px;
|
|
30154
|
+
.iap75of {
|
|
30155
|
+
height: 18px;
|
|
30156
|
+
line-height: 18px;
|
|
30157
|
+
padding: 0 4px;
|
|
30158
|
+
border-radius: 4px;
|
|
30159
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30160
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30161
|
+
display: flex;
|
|
30162
|
+
align-items: center;
|
|
30163
|
+
white-space: nowrap;
|
|
30164
|
+
margin-right: 4px;
|
|
30220
30165
|
}
|
|
30221
30166
|
|
|
30222
30167
|
.p12gwtiw {
|
|
@@ -30276,290 +30221,61 @@ html body {
|
|
|
30276
30221
|
line-height: 18px;
|
|
30277
30222
|
}
|
|
30278
30223
|
|
|
30279
|
-
.
|
|
30280
|
-
|
|
30281
|
-
justify-content: stretch;
|
|
30224
|
+
.obf05yr {
|
|
30225
|
+
display: inline-block;
|
|
30282
30226
|
}
|
|
30283
|
-
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
|
|
30287
|
-
overflow: visible;
|
|
30227
|
+
|
|
30228
|
+
.hsms1n6 {
|
|
30229
|
+
visibility: hidden;
|
|
30230
|
+
position: absolute;
|
|
30288
30231
|
}
|
|
30289
|
-
|
|
30290
|
-
|
|
30232
|
+
|
|
30233
|
+
.cz04yix {
|
|
30234
|
+
display: flex;
|
|
30235
|
+
flex-direction: column;
|
|
30291
30236
|
}
|
|
30292
|
-
|
|
30237
|
+
|
|
30238
|
+
.m1if5j39 {
|
|
30239
|
+
max-width: 1120px;
|
|
30293
30240
|
width: 100%;
|
|
30294
|
-
|
|
30241
|
+
margin: 0 auto;
|
|
30242
|
+
height: 100%;
|
|
30295
30243
|
}
|
|
30296
|
-
|
|
30297
|
-
|
|
30298
|
-
|
|
30244
|
+
|
|
30245
|
+
.w1vvwdlp {
|
|
30246
|
+
max-width: 1120px;
|
|
30299
30247
|
width: 100%;
|
|
30300
|
-
|
|
30301
|
-
|
|
30302
|
-
font-size: 12px;
|
|
30303
|
-
font-weight: normal;
|
|
30248
|
+
margin: 0 auto;
|
|
30249
|
+
display: flex;
|
|
30304
30250
|
}
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30251
|
+
.w1vvwdlp .left,
|
|
30252
|
+
.w1vvwdlp .right {
|
|
30253
|
+
flex-grow: 0;
|
|
30254
|
+
flex-shrink: 0;
|
|
30255
|
+
flex-basis: 21%;
|
|
30307
30256
|
}
|
|
30308
|
-
.
|
|
30309
|
-
display:
|
|
30257
|
+
.w1vvwdlp .left {
|
|
30258
|
+
display: flex;
|
|
30259
|
+
justify-content: flex-end;
|
|
30260
|
+
padding-right: 44px;
|
|
30310
30261
|
}
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30262
|
+
.w1vvwdlp .right {
|
|
30263
|
+
padding-left: 44px;
|
|
30313
30264
|
}
|
|
30314
|
-
.
|
|
30315
|
-
margin-
|
|
30265
|
+
.w1vvwdlp .middle {
|
|
30266
|
+
margin-bottom: 40px;
|
|
30267
|
+
flex-grow: 0;
|
|
30268
|
+
flex-shrink: 0;
|
|
30269
|
+
flex-basis: 58%;
|
|
30316
30270
|
}
|
|
30317
|
-
.
|
|
30318
|
-
|
|
30271
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30272
|
+
width: 100%;
|
|
30319
30273
|
}
|
|
30320
|
-
.
|
|
30321
|
-
|
|
30322
|
-
width: 0;
|
|
30323
|
-
height: 0;
|
|
30324
|
-
border: 13px solid transparent;
|
|
30325
|
-
position: absolute;
|
|
30326
|
-
top: 0;
|
|
30327
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30328
|
-
right: -21px;
|
|
30329
|
-
z-index: 2;
|
|
30274
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30275
|
+
width: auto;
|
|
30330
30276
|
}
|
|
30331
|
-
.
|
|
30332
|
-
|
|
30333
|
-
width: 0;
|
|
30334
|
-
height: 0;
|
|
30335
|
-
border: 13px solid transparent;
|
|
30336
|
-
position: absolute;
|
|
30337
|
-
top: 0;
|
|
30338
|
-
border-left: 8px solid #fff;
|
|
30339
|
-
left: 0;
|
|
30340
|
-
}
|
|
30341
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30342
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30343
|
-
}
|
|
30344
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30345
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30346
|
-
}
|
|
30347
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30348
|
-
color: #005ed1;
|
|
30349
|
-
}
|
|
30350
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
30351
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
30352
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
30353
|
-
}
|
|
30354
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
30355
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
30356
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30357
|
-
}
|
|
30358
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
30359
|
-
padding: 0;
|
|
30360
|
-
}
|
|
30361
|
-
|
|
30362
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30363
|
-
display: inline-flex;
|
|
30364
|
-
align-items: baseline;
|
|
30365
|
-
white-space: pre-wrap;
|
|
30366
|
-
}
|
|
30367
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30368
|
-
position: relative;
|
|
30369
|
-
top: 3px;
|
|
30370
|
-
}
|
|
30371
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30372
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30373
|
-
}
|
|
30374
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30375
|
-
border-color: #0080ff;
|
|
30376
|
-
}
|
|
30377
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30378
|
-
border-color: #0080ff;
|
|
30379
|
-
background: #0080ff;
|
|
30380
|
-
}
|
|
30381
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30382
|
-
top: 4px;
|
|
30383
|
-
left: 4px;
|
|
30384
|
-
width: 6px;
|
|
30385
|
-
height: 6px;
|
|
30386
|
-
background: #fff;
|
|
30387
|
-
}
|
|
30388
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30389
|
-
opacity: 0.5;
|
|
30390
|
-
}
|
|
30391
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30392
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30393
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30394
|
-
}
|
|
30395
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30396
|
-
background: #00122e;
|
|
30397
|
-
}
|
|
30398
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30399
|
-
color: #00122e;
|
|
30400
|
-
opacity: 0.5;
|
|
30401
|
-
}
|
|
30402
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30403
|
-
color: #00122e;
|
|
30404
|
-
}
|
|
30405
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30406
|
-
display: inline-block;
|
|
30407
|
-
padding: 0;
|
|
30408
|
-
padding-left: 12px;
|
|
30409
|
-
}
|
|
30410
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30411
|
-
margin-bottom: 0;
|
|
30412
|
-
white-space: pre-wrap;
|
|
30413
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30414
|
-
}
|
|
30415
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30416
|
-
padding-left: 8px;
|
|
30417
|
-
}
|
|
30418
|
-
|
|
30419
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30420
|
-
border-radius: 5px 0 0 5px;
|
|
30421
|
-
}
|
|
30422
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30423
|
-
border-radius: 0 5px 5px 0;
|
|
30424
|
-
}
|
|
30425
|
-
|
|
30426
|
-
.r1f0aqcc {
|
|
30427
|
-
color: #00122e;
|
|
30428
|
-
border-color: #ccd4e3;
|
|
30429
|
-
}
|
|
30430
|
-
.r1f0aqcc:first-child {
|
|
30431
|
-
border-color: #a3b4cc;
|
|
30432
|
-
}
|
|
30433
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30434
|
-
padding: 0 12px;
|
|
30435
|
-
line-height: 32px;
|
|
30436
|
-
height: 32px;
|
|
30437
|
-
}
|
|
30438
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30439
|
-
white-space: nowrap;
|
|
30440
|
-
}
|
|
30441
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30442
|
-
height: 22px;
|
|
30443
|
-
padding: 0 7px;
|
|
30444
|
-
line-height: 20px;
|
|
30445
|
-
}
|
|
30446
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30447
|
-
background: #ccd4e3;
|
|
30448
|
-
}
|
|
30449
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30450
|
-
background: #0080ff;
|
|
30451
|
-
}
|
|
30452
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30453
|
-
background: #ccd4e3;
|
|
30454
|
-
opacity: 0.5;
|
|
30455
|
-
}
|
|
30456
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30457
|
-
border-right-color: #0080ff;
|
|
30458
|
-
}
|
|
30459
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30460
|
-
border-color: #0080ff;
|
|
30461
|
-
}
|
|
30462
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30463
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30464
|
-
}
|
|
30465
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30466
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30467
|
-
border-color: #ccd4e3;
|
|
30468
|
-
opacity: 0.5;
|
|
30469
|
-
}
|
|
30470
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30471
|
-
color: #00122e;
|
|
30472
|
-
border-color: #ccd4e3;
|
|
30473
|
-
}
|
|
30474
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30475
|
-
color: #00122e;
|
|
30476
|
-
border-color: #ccd4e3;
|
|
30477
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30478
|
-
}
|
|
30479
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30480
|
-
margin-right: 8px;
|
|
30481
|
-
display: inline;
|
|
30482
|
-
border: none;
|
|
30483
|
-
padding: 0;
|
|
30484
|
-
width: 36px;
|
|
30485
|
-
background: transparent;
|
|
30486
|
-
}
|
|
30487
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30488
|
-
box-shadow: none;
|
|
30489
|
-
}
|
|
30490
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30491
|
-
margin-right: 0;
|
|
30492
|
-
width: initial;
|
|
30493
|
-
box-shadow: none;
|
|
30494
|
-
}
|
|
30495
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30496
|
-
display: none;
|
|
30497
|
-
}
|
|
30498
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30499
|
-
display: inline;
|
|
30500
|
-
}
|
|
30501
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30502
|
-
display: inline;
|
|
30503
|
-
margin-right: 8px;
|
|
30504
|
-
padding: 0;
|
|
30505
|
-
width: 36px;
|
|
30506
|
-
}
|
|
30507
|
-
|
|
30508
|
-
.obf05yr {
|
|
30509
|
-
display: inline-block;
|
|
30510
|
-
}
|
|
30511
|
-
|
|
30512
|
-
.hsms1n6 {
|
|
30513
|
-
visibility: hidden;
|
|
30514
|
-
position: absolute;
|
|
30515
|
-
}
|
|
30516
|
-
|
|
30517
|
-
.cz04yix {
|
|
30518
|
-
display: flex;
|
|
30519
|
-
flex-direction: column;
|
|
30520
|
-
}
|
|
30521
|
-
|
|
30522
|
-
.m1if5j39 {
|
|
30523
|
-
max-width: 1120px;
|
|
30524
|
-
width: 100%;
|
|
30525
|
-
margin: 0 auto;
|
|
30526
|
-
height: 100%;
|
|
30527
|
-
}
|
|
30528
|
-
|
|
30529
|
-
.w1vvwdlp {
|
|
30530
|
-
max-width: 1120px;
|
|
30531
|
-
width: 100%;
|
|
30532
|
-
margin: 0 auto;
|
|
30533
|
-
display: flex;
|
|
30534
|
-
}
|
|
30535
|
-
.w1vvwdlp .left,
|
|
30536
|
-
.w1vvwdlp .right {
|
|
30537
|
-
flex-grow: 0;
|
|
30538
|
-
flex-shrink: 0;
|
|
30539
|
-
flex-basis: 21%;
|
|
30540
|
-
}
|
|
30541
|
-
.w1vvwdlp .left {
|
|
30542
|
-
display: flex;
|
|
30543
|
-
justify-content: flex-end;
|
|
30544
|
-
padding-right: 44px;
|
|
30545
|
-
}
|
|
30546
|
-
.w1vvwdlp .right {
|
|
30547
|
-
padding-left: 44px;
|
|
30548
|
-
}
|
|
30549
|
-
.w1vvwdlp .middle {
|
|
30550
|
-
margin-bottom: 40px;
|
|
30551
|
-
flex-grow: 0;
|
|
30552
|
-
flex-shrink: 0;
|
|
30553
|
-
flex-basis: 58%;
|
|
30554
|
-
}
|
|
30555
|
-
.w1vvwdlp .middle .form-base-field {
|
|
30556
|
-
width: 100%;
|
|
30557
|
-
}
|
|
30558
|
-
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30559
|
-
width: auto;
|
|
30560
|
-
}
|
|
30561
|
-
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
30562
|
-
flex: initial;
|
|
30277
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
30278
|
+
flex: initial;
|
|
30563
30279
|
}
|
|
30564
30280
|
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
30565
30281
|
margin-top: 4px;
|
|
@@ -31158,25 +30874,309 @@ input.l1ki27se.ant-input {
|
|
|
31158
30874
|
border-top-right-radius: 0;
|
|
31159
30875
|
border-bottom-right-radius: 0;
|
|
31160
30876
|
}
|
|
31161
|
-
|
|
31162
|
-
input.rrg1fkn.ant-input {
|
|
31163
|
-
border-top-left-radius: 0;
|
|
31164
|
-
border-bottom-left-radius: 0;
|
|
30877
|
+
|
|
30878
|
+
input.rrg1fkn.ant-input {
|
|
30879
|
+
border-top-left-radius: 0;
|
|
30880
|
+
border-bottom-left-radius: 0;
|
|
30881
|
+
}
|
|
30882
|
+
|
|
30883
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30884
|
+
border-top-left-radius: 0;
|
|
30885
|
+
border-bottom-left-radius: 0;
|
|
30886
|
+
}
|
|
30887
|
+
|
|
30888
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30889
|
+
border-top-right-radius: 0;
|
|
30890
|
+
border-bottom-right-radius: 0;
|
|
30891
|
+
}
|
|
30892
|
+
|
|
30893
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30894
|
+
border-top-left-radius: 0;
|
|
30895
|
+
border-bottom-left-radius: 0;
|
|
30896
|
+
}
|
|
30897
|
+
|
|
30898
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30899
|
+
display: inline-flex;
|
|
30900
|
+
align-items: baseline;
|
|
30901
|
+
white-space: pre-wrap;
|
|
30902
|
+
}
|
|
30903
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30904
|
+
position: relative;
|
|
30905
|
+
top: 3px;
|
|
30906
|
+
}
|
|
30907
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30908
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30909
|
+
}
|
|
30910
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30911
|
+
border-color: #0080ff;
|
|
30912
|
+
}
|
|
30913
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30914
|
+
border-color: #0080ff;
|
|
30915
|
+
background: #0080ff;
|
|
30916
|
+
}
|
|
30917
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30918
|
+
top: 4px;
|
|
30919
|
+
left: 4px;
|
|
30920
|
+
width: 6px;
|
|
30921
|
+
height: 6px;
|
|
30922
|
+
background: #fff;
|
|
30923
|
+
}
|
|
30924
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30925
|
+
opacity: 0.5;
|
|
30926
|
+
}
|
|
30927
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30928
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30929
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30930
|
+
}
|
|
30931
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30932
|
+
background: #00122e;
|
|
30933
|
+
}
|
|
30934
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30935
|
+
color: #00122e;
|
|
30936
|
+
opacity: 0.5;
|
|
30937
|
+
}
|
|
30938
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30939
|
+
color: #00122e;
|
|
30940
|
+
}
|
|
30941
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30942
|
+
display: inline-block;
|
|
30943
|
+
padding: 0;
|
|
30944
|
+
padding-left: 12px;
|
|
30945
|
+
}
|
|
30946
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30947
|
+
margin-bottom: 0;
|
|
30948
|
+
white-space: pre-wrap;
|
|
30949
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30950
|
+
}
|
|
30951
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30952
|
+
padding-left: 8px;
|
|
30953
|
+
}
|
|
30954
|
+
|
|
30955
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30956
|
+
border-radius: 5px 0 0 5px;
|
|
30957
|
+
}
|
|
30958
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30959
|
+
border-radius: 0 5px 5px 0;
|
|
30960
|
+
}
|
|
30961
|
+
|
|
30962
|
+
.r1f0aqcc {
|
|
30963
|
+
color: #00122e;
|
|
30964
|
+
border-color: #ccd4e3;
|
|
30965
|
+
}
|
|
30966
|
+
.r1f0aqcc:first-child {
|
|
30967
|
+
border-color: #a3b4cc;
|
|
30968
|
+
}
|
|
30969
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30970
|
+
padding: 0 12px;
|
|
30971
|
+
line-height: 32px;
|
|
30972
|
+
height: 32px;
|
|
30973
|
+
}
|
|
30974
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30975
|
+
white-space: nowrap;
|
|
30976
|
+
}
|
|
30977
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30978
|
+
height: 22px;
|
|
30979
|
+
padding: 0 7px;
|
|
30980
|
+
line-height: 20px;
|
|
30981
|
+
}
|
|
30982
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30983
|
+
background: #ccd4e3;
|
|
30984
|
+
}
|
|
30985
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30986
|
+
background: #0080ff;
|
|
30987
|
+
}
|
|
30988
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30989
|
+
background: #ccd4e3;
|
|
30990
|
+
opacity: 0.5;
|
|
30991
|
+
}
|
|
30992
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30993
|
+
border-right-color: #0080ff;
|
|
30994
|
+
}
|
|
30995
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30996
|
+
border-color: #0080ff;
|
|
30997
|
+
}
|
|
30998
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30999
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31000
|
+
}
|
|
31001
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31002
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31003
|
+
border-color: #ccd4e3;
|
|
31004
|
+
opacity: 0.5;
|
|
31005
|
+
}
|
|
31006
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31007
|
+
color: #00122e;
|
|
31008
|
+
border-color: #ccd4e3;
|
|
31009
|
+
}
|
|
31010
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31011
|
+
color: #00122e;
|
|
31012
|
+
border-color: #ccd4e3;
|
|
31013
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31014
|
+
}
|
|
31015
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31016
|
+
margin-right: 8px;
|
|
31017
|
+
display: inline;
|
|
31018
|
+
border: none;
|
|
31019
|
+
padding: 0;
|
|
31020
|
+
width: 36px;
|
|
31021
|
+
background: transparent;
|
|
31022
|
+
}
|
|
31023
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31024
|
+
box-shadow: none;
|
|
31025
|
+
}
|
|
31026
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31027
|
+
margin-right: 0;
|
|
31028
|
+
width: initial;
|
|
31029
|
+
box-shadow: none;
|
|
31030
|
+
}
|
|
31031
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31032
|
+
display: none;
|
|
31033
|
+
}
|
|
31034
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31035
|
+
display: inline;
|
|
31036
|
+
}
|
|
31037
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31038
|
+
display: inline;
|
|
31039
|
+
margin-right: 8px;
|
|
31040
|
+
padding: 0;
|
|
31041
|
+
width: 36px;
|
|
31042
|
+
}
|
|
31043
|
+
|
|
31044
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
31045
|
+
flex-direction: row;
|
|
31046
|
+
justify-content: stretch;
|
|
31047
|
+
}
|
|
31048
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
31049
|
+
padding: 0;
|
|
31050
|
+
margin-right: 4px;
|
|
31051
|
+
flex: 1;
|
|
31052
|
+
overflow: visible;
|
|
31053
|
+
}
|
|
31054
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
31055
|
+
display: none;
|
|
31056
|
+
}
|
|
31057
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
31058
|
+
width: 100%;
|
|
31059
|
+
min-height: unset;
|
|
31060
|
+
}
|
|
31061
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
31062
|
+
height: 26px;
|
|
31063
|
+
line-height: 26px;
|
|
31064
|
+
width: 100%;
|
|
31065
|
+
text-align: center;
|
|
31066
|
+
padding: 0;
|
|
31067
|
+
font-size: 12px;
|
|
31068
|
+
font-weight: normal;
|
|
31069
|
+
}
|
|
31070
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
31071
|
+
margin-right: 10px;
|
|
31072
|
+
}
|
|
31073
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
31074
|
+
display: none;
|
|
31075
|
+
}
|
|
31076
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
31077
|
+
border-radius: 4px 0 0 4px;
|
|
31078
|
+
}
|
|
31079
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
31080
|
+
margin-right: 0;
|
|
31081
|
+
}
|
|
31082
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
31083
|
+
border-radius: 0 4px 4px 0;
|
|
31084
|
+
}
|
|
31085
|
+
.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 {
|
|
31086
|
+
content: "";
|
|
31087
|
+
width: 0;
|
|
31088
|
+
height: 0;
|
|
31089
|
+
border: 13px solid transparent;
|
|
31090
|
+
position: absolute;
|
|
31091
|
+
top: 0;
|
|
31092
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
31093
|
+
right: -21px;
|
|
31094
|
+
z-index: 2;
|
|
31095
|
+
}
|
|
31096
|
+
.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 {
|
|
31097
|
+
content: "";
|
|
31098
|
+
width: 0;
|
|
31099
|
+
height: 0;
|
|
31100
|
+
border: 13px solid transparent;
|
|
31101
|
+
position: absolute;
|
|
31102
|
+
top: 0;
|
|
31103
|
+
border-left: 8px solid #fff;
|
|
31104
|
+
left: 0;
|
|
31105
|
+
}
|
|
31106
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
31107
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31108
|
+
}
|
|
31109
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
31110
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
31111
|
+
}
|
|
31112
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
31113
|
+
color: #005ed1;
|
|
31114
|
+
}
|
|
31115
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
31116
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
31117
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
31118
|
+
}
|
|
31119
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
31120
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
31121
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31122
|
+
}
|
|
31123
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
31124
|
+
padding: 0;
|
|
31125
|
+
}
|
|
31126
|
+
|
|
31127
|
+
.s34f1qb.ant-switch {
|
|
31128
|
+
min-width: 40px;
|
|
31129
|
+
height: 24px;
|
|
31130
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31131
|
+
overflow: hidden;
|
|
31132
|
+
}
|
|
31133
|
+
.s34f1qb.ant-switch:focus {
|
|
31134
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31135
|
+
}
|
|
31136
|
+
.s34f1qb.ant-switch-small {
|
|
31137
|
+
min-width: 26px;
|
|
31138
|
+
height: 16px;
|
|
31139
|
+
}
|
|
31140
|
+
.s34f1qb.ant-switch-large {
|
|
31141
|
+
min-width: 52px;
|
|
31142
|
+
height: 32px;
|
|
31143
|
+
}
|
|
31144
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31145
|
+
height: 20px;
|
|
31146
|
+
width: 20px;
|
|
31147
|
+
}
|
|
31148
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31149
|
+
border-radius: 10px;
|
|
31150
|
+
transition-delay: 120ms;
|
|
31151
|
+
}
|
|
31152
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31153
|
+
height: 14px;
|
|
31154
|
+
width: 14px;
|
|
31155
|
+
top: 1px;
|
|
31156
|
+
left: 1px;
|
|
31157
|
+
}
|
|
31158
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31159
|
+
height: 28px;
|
|
31160
|
+
width: 28px;
|
|
31161
|
+
}
|
|
31162
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31163
|
+
border-radius: 14px;
|
|
31164
|
+
}
|
|
31165
|
+
.s34f1qb.ant-switch-checked {
|
|
31166
|
+
background-color: #00ba5d;
|
|
31167
|
+
}
|
|
31168
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31169
|
+
left: calc(100% - 20px - 2px);
|
|
31165
31170
|
}
|
|
31166
|
-
|
|
31167
|
-
|
|
31168
|
-
border-top-left-radius: 0;
|
|
31169
|
-
border-bottom-left-radius: 0;
|
|
31171
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31172
|
+
left: calc(100% - 14px - 1px);
|
|
31170
31173
|
}
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
border-top-right-radius: 0;
|
|
31174
|
-
border-bottom-right-radius: 0;
|
|
31174
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31175
|
+
left: calc(100% - 28px - 2px);
|
|
31175
31176
|
}
|
|
31176
31177
|
|
|
31177
|
-
.
|
|
31178
|
-
|
|
31179
|
-
border-bottom-left-radius: 0;
|
|
31178
|
+
.c1to9vb9 {
|
|
31179
|
+
margin-left: 5px;
|
|
31180
31180
|
}
|
|
31181
31181
|
|
|
31182
31182
|
.t1upn1sz {
|
|
@@ -32187,6 +32187,35 @@ input.rrg1fkn.ant-input {
|
|
|
32187
32187
|
margin-left: 24px;
|
|
32188
32188
|
}
|
|
32189
32189
|
|
|
32190
|
+
.c10crapj {
|
|
32191
|
+
border-radius: 8px;
|
|
32192
|
+
}
|
|
32193
|
+
.c10crapj .ant-card-body {
|
|
32194
|
+
padding: 20px 24px 24px 24px;
|
|
32195
|
+
}
|
|
32196
|
+
|
|
32197
|
+
.cav9p2m .ant-collapse-item {
|
|
32198
|
+
border: 0px;
|
|
32199
|
+
background-color: #fff;
|
|
32200
|
+
}
|
|
32201
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32202
|
+
padding-top: 0px;
|
|
32203
|
+
padding-bottom: 0px;
|
|
32204
|
+
padding-left: 0px !important;
|
|
32205
|
+
padding-right: 24px;
|
|
32206
|
+
}
|
|
32207
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32208
|
+
right: 0px;
|
|
32209
|
+
}
|
|
32210
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32211
|
+
padding: 0px;
|
|
32212
|
+
}
|
|
32213
|
+
|
|
32214
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32215
|
+
padding-right: 0px;
|
|
32216
|
+
cursor: default;
|
|
32217
|
+
}
|
|
32218
|
+
|
|
32190
32219
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32191
32220
|
border-radius: 6px;
|
|
32192
32221
|
}
|
|
@@ -32524,10 +32553,6 @@ input.rrg1fkn.ant-input {
|
|
|
32524
32553
|
background: rgba(163, 180, 204, 0.18);
|
|
32525
32554
|
}
|
|
32526
32555
|
|
|
32527
|
-
.c1k4vanq {
|
|
32528
|
-
padding: 0 16px 14px 16px;
|
|
32529
|
-
}
|
|
32530
|
-
|
|
32531
32556
|
.c1udgdh2 {
|
|
32532
32557
|
color: #2d3a56;
|
|
32533
32558
|
padding: 12px 16px 10px 16px;
|
|
@@ -32568,6 +32593,10 @@ input.rrg1fkn.ant-input {
|
|
|
32568
32593
|
margin-right: 2px;
|
|
32569
32594
|
}
|
|
32570
32595
|
|
|
32596
|
+
.c1k4vanq {
|
|
32597
|
+
padding: 0 16px 14px 16px;
|
|
32598
|
+
}
|
|
32599
|
+
|
|
32571
32600
|
.bab9xum {
|
|
32572
32601
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32573
32602
|
}
|
|
@@ -32577,6 +32606,99 @@ input.rrg1fkn.ant-input {
|
|
|
32577
32606
|
background-color: white;
|
|
32578
32607
|
}
|
|
32579
32608
|
|
|
32609
|
+
.rrwcpby {
|
|
32610
|
+
display: flex;
|
|
32611
|
+
align-items: center;
|
|
32612
|
+
}
|
|
32613
|
+
.rrwcpby .order {
|
|
32614
|
+
height: 24px;
|
|
32615
|
+
width: 24px;
|
|
32616
|
+
border-radius: 20px;
|
|
32617
|
+
color: #0080ff;
|
|
32618
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32619
|
+
display: flex;
|
|
32620
|
+
align-items: center;
|
|
32621
|
+
justify-content: center;
|
|
32622
|
+
margin-right: 6px;
|
|
32623
|
+
}
|
|
32624
|
+
|
|
32625
|
+
.f1p9ti6d {
|
|
32626
|
+
width: 100%;
|
|
32627
|
+
margin-bottom: 0 !important;
|
|
32628
|
+
flex-flow: nowrap !important;
|
|
32629
|
+
line-break: auto;
|
|
32630
|
+
}
|
|
32631
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32632
|
+
text-align: left !important;
|
|
32633
|
+
padding-bottom: 0 !important;
|
|
32634
|
+
}
|
|
32635
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32636
|
+
min-height: 32px;
|
|
32637
|
+
height: auto;
|
|
32638
|
+
font-size: 13px;
|
|
32639
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32640
|
+
white-space: normal;
|
|
32641
|
+
}
|
|
32642
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32643
|
+
border-color: #ff4d4f !important;
|
|
32644
|
+
}
|
|
32645
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32646
|
+
margin-top: 4px;
|
|
32647
|
+
font-size: 12px;
|
|
32648
|
+
min-height: 0px;
|
|
32649
|
+
}
|
|
32650
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32651
|
+
font-size: 12px;
|
|
32652
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32653
|
+
min-height: 0px;
|
|
32654
|
+
}
|
|
32655
|
+
|
|
32656
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32657
|
+
display: var(--at4ovwe-0);
|
|
32658
|
+
}
|
|
32659
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32660
|
+
padding: 5px 12px;
|
|
32661
|
+
display: inline-flex;
|
|
32662
|
+
line-height: 1.5715;
|
|
32663
|
+
height: 100%;
|
|
32664
|
+
width: 100%;
|
|
32665
|
+
}
|
|
32666
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32667
|
+
content: var(--at4ovwe-1);
|
|
32668
|
+
display: var(--at4ovwe-2);
|
|
32669
|
+
flex: none;
|
|
32670
|
+
align-items: center;
|
|
32671
|
+
margin-left: 4px;
|
|
32672
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32673
|
+
}
|
|
32674
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32675
|
+
content: var(--at4ovwe-3);
|
|
32676
|
+
display: var(--at4ovwe-4);
|
|
32677
|
+
flex: none;
|
|
32678
|
+
align-items: center;
|
|
32679
|
+
margin-right: 4px;
|
|
32680
|
+
cursor: auto;
|
|
32681
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32682
|
+
}
|
|
32683
|
+
.at4ovwe.ant-input-number {
|
|
32684
|
+
width: 100%;
|
|
32685
|
+
border-radius: 6px;
|
|
32686
|
+
}
|
|
32687
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32688
|
+
border-color: #0096ff;
|
|
32689
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32690
|
+
}
|
|
32691
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32692
|
+
border-color: #e75a3a;
|
|
32693
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32694
|
+
}
|
|
32695
|
+
.at4ovwe .ant-input-number-input {
|
|
32696
|
+
padding: 0;
|
|
32697
|
+
margin: 0;
|
|
32698
|
+
height: auto;
|
|
32699
|
+
font-size: inherit;
|
|
32700
|
+
}
|
|
32701
|
+
|
|
32580
32702
|
.tc40oxa {
|
|
32581
32703
|
margin-bottom: 4px;
|
|
32582
32704
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32770,83 +32892,6 @@ input.rrg1fkn.ant-input {
|
|
|
32770
32892
|
margin-right: 8px;
|
|
32771
32893
|
}
|
|
32772
32894
|
|
|
32773
|
-
.f1p9ti6d {
|
|
32774
|
-
width: 100%;
|
|
32775
|
-
margin-bottom: 0 !important;
|
|
32776
|
-
flex-flow: nowrap !important;
|
|
32777
|
-
line-break: auto;
|
|
32778
|
-
}
|
|
32779
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32780
|
-
text-align: left !important;
|
|
32781
|
-
padding-bottom: 0 !important;
|
|
32782
|
-
}
|
|
32783
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32784
|
-
min-height: 32px;
|
|
32785
|
-
height: auto;
|
|
32786
|
-
font-size: 13px;
|
|
32787
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32788
|
-
white-space: normal;
|
|
32789
|
-
}
|
|
32790
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32791
|
-
border-color: #ff4d4f !important;
|
|
32792
|
-
}
|
|
32793
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32794
|
-
margin-top: 4px;
|
|
32795
|
-
font-size: 12px;
|
|
32796
|
-
min-height: 0px;
|
|
32797
|
-
}
|
|
32798
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32799
|
-
font-size: 12px;
|
|
32800
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32801
|
-
min-height: 0px;
|
|
32802
|
-
}
|
|
32803
|
-
|
|
32804
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32805
|
-
display: var(--at4ovwe-0);
|
|
32806
|
-
}
|
|
32807
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32808
|
-
padding: 5px 12px;
|
|
32809
|
-
display: inline-flex;
|
|
32810
|
-
line-height: 1.5715;
|
|
32811
|
-
height: 100%;
|
|
32812
|
-
width: 100%;
|
|
32813
|
-
}
|
|
32814
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32815
|
-
content: var(--at4ovwe-1);
|
|
32816
|
-
display: var(--at4ovwe-2);
|
|
32817
|
-
flex: none;
|
|
32818
|
-
align-items: center;
|
|
32819
|
-
margin-left: 4px;
|
|
32820
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32821
|
-
}
|
|
32822
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32823
|
-
content: var(--at4ovwe-3);
|
|
32824
|
-
display: var(--at4ovwe-4);
|
|
32825
|
-
flex: none;
|
|
32826
|
-
align-items: center;
|
|
32827
|
-
margin-right: 4px;
|
|
32828
|
-
cursor: auto;
|
|
32829
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32830
|
-
}
|
|
32831
|
-
.at4ovwe.ant-input-number {
|
|
32832
|
-
width: 100%;
|
|
32833
|
-
border-radius: 6px;
|
|
32834
|
-
}
|
|
32835
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32836
|
-
border-color: #0096ff;
|
|
32837
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32838
|
-
}
|
|
32839
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32840
|
-
border-color: #e75a3a;
|
|
32841
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32842
|
-
}
|
|
32843
|
-
.at4ovwe .ant-input-number-input {
|
|
32844
|
-
padding: 0;
|
|
32845
|
-
margin: 0;
|
|
32846
|
-
height: auto;
|
|
32847
|
-
font-size: inherit;
|
|
32848
|
-
}
|
|
32849
|
-
|
|
32850
32895
|
.w1xcixj5.outside-tag {
|
|
32851
32896
|
padding-left: 0;
|
|
32852
32897
|
}
|
|
@@ -32880,6 +32925,25 @@ input.rrg1fkn.ant-input {
|
|
|
32880
32925
|
height: 16px;
|
|
32881
32926
|
}
|
|
32882
32927
|
|
|
32928
|
+
.feau332.ant-form-item {
|
|
32929
|
+
margin-bottom: 0;
|
|
32930
|
+
}
|
|
32931
|
+
.feau332 .ant-form-item-explain {
|
|
32932
|
+
display: none;
|
|
32933
|
+
min-height: 18px;
|
|
32934
|
+
margin-top: 5px;
|
|
32935
|
+
font-family: "Inter";
|
|
32936
|
+
font-weight: 400;
|
|
32937
|
+
font-size: 12px;
|
|
32938
|
+
line-height: 18px;
|
|
32939
|
+
}
|
|
32940
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
32941
|
+
white-space: pre-wrap;
|
|
32942
|
+
}
|
|
32943
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
32944
|
+
display: block;
|
|
32945
|
+
}
|
|
32946
|
+
|
|
32883
32947
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32884
32948
|
display: var(--a6dbbkm-0);
|
|
32885
32949
|
}
|
|
@@ -32909,23 +32973,4 @@ input.rrg1fkn.ant-input {
|
|
|
32909
32973
|
margin: 0;
|
|
32910
32974
|
height: auto;
|
|
32911
32975
|
font-size: inherit;
|
|
32912
|
-
}
|
|
32913
|
-
|
|
32914
|
-
.feau332.ant-form-item {
|
|
32915
|
-
margin-bottom: 0;
|
|
32916
|
-
}
|
|
32917
|
-
.feau332 .ant-form-item-explain {
|
|
32918
|
-
display: none;
|
|
32919
|
-
min-height: 18px;
|
|
32920
|
-
margin-top: 5px;
|
|
32921
|
-
font-family: "Inter";
|
|
32922
|
-
font-weight: 400;
|
|
32923
|
-
font-size: 12px;
|
|
32924
|
-
line-height: 18px;
|
|
32925
|
-
}
|
|
32926
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
32927
|
-
white-space: pre-wrap;
|
|
32928
|
-
}
|
|
32929
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
32930
|
-
display: block;
|
|
32931
32976
|
}
|