@cloudtower/eagle 0.26.15 → 0.26.17
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/Time/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Time/index.d.ts +4 -0
- package/dist/components.css +365 -365
- package/dist/esm/index.js +19 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +2 -1
- package/dist/spec/type.d.ts +7 -0
- package/dist/style.css +187 -187
- package/dist/umd/index.js +19 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +6 -5
package/dist/components.css
CHANGED
|
@@ -30164,6 +30164,15 @@ html body {
|
|
|
30164
30164
|
margin-right: 4px;
|
|
30165
30165
|
}
|
|
30166
30166
|
|
|
30167
|
+
.obf05yr {
|
|
30168
|
+
display: inline-block;
|
|
30169
|
+
}
|
|
30170
|
+
|
|
30171
|
+
.hsms1n6 {
|
|
30172
|
+
visibility: hidden;
|
|
30173
|
+
position: absolute;
|
|
30174
|
+
}
|
|
30175
|
+
|
|
30167
30176
|
.p12gwtiw {
|
|
30168
30177
|
display: flex;
|
|
30169
30178
|
justify-content: space-between;
|
|
@@ -30221,13 +30230,233 @@ html body {
|
|
|
30221
30230
|
line-height: 18px;
|
|
30222
30231
|
}
|
|
30223
30232
|
|
|
30224
|
-
.
|
|
30233
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30234
|
+
display: inline-flex;
|
|
30235
|
+
align-items: baseline;
|
|
30236
|
+
white-space: pre-wrap;
|
|
30237
|
+
}
|
|
30238
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30239
|
+
position: relative;
|
|
30240
|
+
top: 3px;
|
|
30241
|
+
}
|
|
30242
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30243
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30244
|
+
}
|
|
30245
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30246
|
+
border-color: #0080ff;
|
|
30247
|
+
}
|
|
30248
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30249
|
+
border-color: #0080ff;
|
|
30250
|
+
background: #0080ff;
|
|
30251
|
+
}
|
|
30252
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30253
|
+
top: 4px;
|
|
30254
|
+
left: 4px;
|
|
30255
|
+
width: 6px;
|
|
30256
|
+
height: 6px;
|
|
30257
|
+
background: #fff;
|
|
30258
|
+
}
|
|
30259
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30260
|
+
opacity: 0.5;
|
|
30261
|
+
}
|
|
30262
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30263
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30264
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30265
|
+
}
|
|
30266
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30267
|
+
background: #00122e;
|
|
30268
|
+
}
|
|
30269
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30270
|
+
color: #00122e;
|
|
30271
|
+
opacity: 0.5;
|
|
30272
|
+
}
|
|
30273
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30274
|
+
color: #00122e;
|
|
30275
|
+
}
|
|
30276
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30225
30277
|
display: inline-block;
|
|
30278
|
+
padding: 0;
|
|
30279
|
+
padding-left: 12px;
|
|
30280
|
+
}
|
|
30281
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30282
|
+
margin-bottom: 0;
|
|
30283
|
+
white-space: pre-wrap;
|
|
30284
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30285
|
+
}
|
|
30286
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30287
|
+
padding-left: 8px;
|
|
30226
30288
|
}
|
|
30227
30289
|
|
|
30228
|
-
.
|
|
30229
|
-
|
|
30290
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30291
|
+
border-radius: 5px 0 0 5px;
|
|
30292
|
+
}
|
|
30293
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30294
|
+
border-radius: 0 5px 5px 0;
|
|
30295
|
+
}
|
|
30296
|
+
|
|
30297
|
+
.r1f0aqcc {
|
|
30298
|
+
color: #00122e;
|
|
30299
|
+
border-color: #ccd4e3;
|
|
30300
|
+
}
|
|
30301
|
+
.r1f0aqcc:first-child {
|
|
30302
|
+
border-color: #a3b4cc;
|
|
30303
|
+
}
|
|
30304
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30305
|
+
padding: 0 12px;
|
|
30306
|
+
line-height: 32px;
|
|
30307
|
+
height: 32px;
|
|
30308
|
+
}
|
|
30309
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30310
|
+
white-space: nowrap;
|
|
30311
|
+
}
|
|
30312
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30313
|
+
height: 22px;
|
|
30314
|
+
padding: 0 7px;
|
|
30315
|
+
line-height: 20px;
|
|
30316
|
+
}
|
|
30317
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30318
|
+
background: #ccd4e3;
|
|
30319
|
+
}
|
|
30320
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30321
|
+
background: #0080ff;
|
|
30322
|
+
}
|
|
30323
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30324
|
+
background: #ccd4e3;
|
|
30325
|
+
opacity: 0.5;
|
|
30326
|
+
}
|
|
30327
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30328
|
+
border-right-color: #0080ff;
|
|
30329
|
+
}
|
|
30330
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30331
|
+
border-color: #0080ff;
|
|
30332
|
+
}
|
|
30333
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30334
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30335
|
+
}
|
|
30336
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30337
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30338
|
+
border-color: #ccd4e3;
|
|
30339
|
+
opacity: 0.5;
|
|
30340
|
+
}
|
|
30341
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30342
|
+
color: #00122e;
|
|
30343
|
+
border-color: #ccd4e3;
|
|
30344
|
+
}
|
|
30345
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30346
|
+
color: #00122e;
|
|
30347
|
+
border-color: #ccd4e3;
|
|
30348
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30349
|
+
}
|
|
30350
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30351
|
+
margin-right: 8px;
|
|
30352
|
+
display: inline;
|
|
30353
|
+
border: none;
|
|
30354
|
+
padding: 0;
|
|
30355
|
+
width: 36px;
|
|
30356
|
+
background: transparent;
|
|
30357
|
+
}
|
|
30358
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30359
|
+
box-shadow: none;
|
|
30360
|
+
}
|
|
30361
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30362
|
+
margin-right: 0;
|
|
30363
|
+
width: initial;
|
|
30364
|
+
box-shadow: none;
|
|
30365
|
+
}
|
|
30366
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30367
|
+
display: none;
|
|
30368
|
+
}
|
|
30369
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30370
|
+
display: inline;
|
|
30371
|
+
}
|
|
30372
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30373
|
+
display: inline;
|
|
30374
|
+
margin-right: 8px;
|
|
30375
|
+
padding: 0;
|
|
30376
|
+
width: 36px;
|
|
30377
|
+
}
|
|
30378
|
+
|
|
30379
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30380
|
+
flex-direction: row;
|
|
30381
|
+
justify-content: stretch;
|
|
30382
|
+
}
|
|
30383
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30384
|
+
padding: 0;
|
|
30385
|
+
margin-right: 4px;
|
|
30386
|
+
flex: 1;
|
|
30387
|
+
overflow: visible;
|
|
30388
|
+
}
|
|
30389
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30390
|
+
display: none;
|
|
30391
|
+
}
|
|
30392
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30393
|
+
width: 100%;
|
|
30394
|
+
min-height: unset;
|
|
30395
|
+
}
|
|
30396
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30397
|
+
height: 26px;
|
|
30398
|
+
line-height: 26px;
|
|
30399
|
+
width: 100%;
|
|
30400
|
+
text-align: center;
|
|
30401
|
+
padding: 0;
|
|
30402
|
+
font-size: 12px;
|
|
30403
|
+
font-weight: normal;
|
|
30404
|
+
}
|
|
30405
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30406
|
+
margin-right: 10px;
|
|
30407
|
+
}
|
|
30408
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30409
|
+
display: none;
|
|
30410
|
+
}
|
|
30411
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30412
|
+
border-radius: 4px 0 0 4px;
|
|
30413
|
+
}
|
|
30414
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30415
|
+
margin-right: 0;
|
|
30416
|
+
}
|
|
30417
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30418
|
+
border-radius: 0 4px 4px 0;
|
|
30419
|
+
}
|
|
30420
|
+
.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 {
|
|
30421
|
+
content: "";
|
|
30422
|
+
width: 0;
|
|
30423
|
+
height: 0;
|
|
30424
|
+
border: 13px solid transparent;
|
|
30230
30425
|
position: absolute;
|
|
30426
|
+
top: 0;
|
|
30427
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30428
|
+
right: -21px;
|
|
30429
|
+
z-index: 2;
|
|
30430
|
+
}
|
|
30431
|
+
.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 {
|
|
30432
|
+
content: "";
|
|
30433
|
+
width: 0;
|
|
30434
|
+
height: 0;
|
|
30435
|
+
border: 13px solid transparent;
|
|
30436
|
+
position: absolute;
|
|
30437
|
+
top: 0;
|
|
30438
|
+
border-left: 8px solid #fff;
|
|
30439
|
+
left: 0;
|
|
30440
|
+
}
|
|
30441
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30442
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30443
|
+
}
|
|
30444
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30445
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30446
|
+
}
|
|
30447
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30448
|
+
color: #005ed1;
|
|
30449
|
+
}
|
|
30450
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
30451
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
30452
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
30453
|
+
}
|
|
30454
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
30455
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
30456
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30457
|
+
}
|
|
30458
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
30459
|
+
padding: 0;
|
|
30231
30460
|
}
|
|
30232
30461
|
|
|
30233
30462
|
.cz04yix {
|
|
@@ -30800,328 +31029,99 @@ textarea.ipd9bk.ant-input.textarea-small {
|
|
|
30800
31029
|
height: 24px;
|
|
30801
31030
|
}
|
|
30802
31031
|
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30803
|
-
height: 40px;
|
|
30804
|
-
}
|
|
30805
|
-
|
|
30806
|
-
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30807
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30808
|
-
border-radius: 4px;
|
|
30809
|
-
}
|
|
30810
|
-
.kypn5o5.input-tags {
|
|
30811
|
-
position: relative;
|
|
30812
|
-
padding: 6px;
|
|
30813
|
-
height: 32px;
|
|
30814
|
-
cursor: pointer;
|
|
30815
|
-
transition: border 150ms;
|
|
30816
|
-
}
|
|
30817
|
-
.kypn5o5.input-tags:hover {
|
|
30818
|
-
border-color: #0080ff;
|
|
30819
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30820
|
-
}
|
|
30821
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30822
|
-
padding-right: 30px;
|
|
30823
|
-
}
|
|
30824
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
30825
|
-
display: flex;
|
|
30826
|
-
}
|
|
30827
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30828
|
-
display: flex;
|
|
30829
|
-
}
|
|
30830
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
30831
|
-
position: absolute;
|
|
30832
|
-
right: 12px;
|
|
30833
|
-
top: 50%;
|
|
30834
|
-
transform: translateY(-50%);
|
|
30835
|
-
}
|
|
30836
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30837
|
-
color: rgba(0, 0, 0, 0.25);
|
|
30838
|
-
font-size: 12px;
|
|
30839
|
-
cursor: pointer;
|
|
30840
|
-
}
|
|
30841
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30842
|
-
color: rgba(0, 0, 0, 0.45);
|
|
30843
|
-
}
|
|
30844
|
-
.kypn5o5.has-focus-indicator {
|
|
30845
|
-
position: relative;
|
|
30846
|
-
overflow: hidden;
|
|
30847
|
-
}
|
|
30848
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30849
|
-
position: absolute;
|
|
30850
|
-
top: 50%;
|
|
30851
|
-
transform: translateY(-50%);
|
|
30852
|
-
left: -16px;
|
|
30853
|
-
transition: left 150ms ease;
|
|
30854
|
-
opacity: 0;
|
|
30855
|
-
}
|
|
30856
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30857
|
-
left: 8px;
|
|
30858
|
-
opacity: 1;
|
|
30859
|
-
}
|
|
30860
|
-
.kypn5o5.has-focus-indicator input {
|
|
30861
|
-
transition: margin-left 150ms ease;
|
|
30862
|
-
margin-left: 0px;
|
|
30863
|
-
}
|
|
30864
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
30865
|
-
margin-left: 16px;
|
|
30866
|
-
}
|
|
30867
|
-
|
|
30868
|
-
input.l1ki27se.ant-input {
|
|
30869
|
-
border-top-right-radius: 0;
|
|
30870
|
-
border-bottom-right-radius: 0;
|
|
30871
|
-
}
|
|
30872
|
-
|
|
30873
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
30874
|
-
border-top-right-radius: 0;
|
|
30875
|
-
border-bottom-right-radius: 0;
|
|
30876
|
-
}
|
|
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;
|
|
31032
|
+
height: 40px;
|
|
31042
31033
|
}
|
|
31043
31034
|
|
|
31044
|
-
.
|
|
31045
|
-
|
|
31046
|
-
|
|
31035
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
31036
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31037
|
+
border-radius: 4px;
|
|
31047
31038
|
}
|
|
31048
|
-
.
|
|
31049
|
-
|
|
31050
|
-
|
|
31051
|
-
|
|
31052
|
-
|
|
31039
|
+
.kypn5o5.input-tags {
|
|
31040
|
+
position: relative;
|
|
31041
|
+
padding: 6px;
|
|
31042
|
+
height: 32px;
|
|
31043
|
+
cursor: pointer;
|
|
31044
|
+
transition: border 150ms;
|
|
31053
31045
|
}
|
|
31054
|
-
.
|
|
31055
|
-
|
|
31046
|
+
.kypn5o5.input-tags:hover {
|
|
31047
|
+
border-color: #0080ff;
|
|
31048
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31056
31049
|
}
|
|
31057
|
-
.
|
|
31058
|
-
|
|
31059
|
-
min-height: unset;
|
|
31050
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31051
|
+
padding-right: 30px;
|
|
31060
31052
|
}
|
|
31061
|
-
.
|
|
31062
|
-
|
|
31063
|
-
line-height: 26px;
|
|
31064
|
-
width: 100%;
|
|
31065
|
-
text-align: center;
|
|
31066
|
-
padding: 0;
|
|
31067
|
-
font-size: 12px;
|
|
31068
|
-
font-weight: normal;
|
|
31053
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
31054
|
+
display: flex;
|
|
31069
31055
|
}
|
|
31070
|
-
.
|
|
31071
|
-
|
|
31056
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31057
|
+
display: flex;
|
|
31072
31058
|
}
|
|
31073
|
-
.
|
|
31074
|
-
|
|
31059
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
31060
|
+
position: absolute;
|
|
31061
|
+
right: 12px;
|
|
31062
|
+
top: 50%;
|
|
31063
|
+
transform: translateY(-50%);
|
|
31075
31064
|
}
|
|
31076
|
-
.
|
|
31077
|
-
|
|
31065
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31066
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31067
|
+
font-size: 12px;
|
|
31068
|
+
cursor: pointer;
|
|
31078
31069
|
}
|
|
31079
|
-
.
|
|
31080
|
-
|
|
31070
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31071
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31081
31072
|
}
|
|
31082
|
-
.
|
|
31083
|
-
|
|
31073
|
+
.kypn5o5.has-focus-indicator {
|
|
31074
|
+
position: relative;
|
|
31075
|
+
overflow: hidden;
|
|
31084
31076
|
}
|
|
31085
|
-
.
|
|
31086
|
-
content: "";
|
|
31087
|
-
width: 0;
|
|
31088
|
-
height: 0;
|
|
31089
|
-
border: 13px solid transparent;
|
|
31077
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31090
31078
|
position: absolute;
|
|
31091
|
-
top:
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
|
|
31079
|
+
top: 50%;
|
|
31080
|
+
transform: translateY(-50%);
|
|
31081
|
+
left: -16px;
|
|
31082
|
+
transition: left 150ms ease;
|
|
31083
|
+
opacity: 0;
|
|
31095
31084
|
}
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
height: 0;
|
|
31100
|
-
border: 13px solid transparent;
|
|
31101
|
-
position: absolute;
|
|
31102
|
-
top: 0;
|
|
31103
|
-
border-left: 8px solid #fff;
|
|
31104
|
-
left: 0;
|
|
31085
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31086
|
+
left: 8px;
|
|
31087
|
+
opacity: 1;
|
|
31105
31088
|
}
|
|
31106
|
-
.
|
|
31107
|
-
|
|
31089
|
+
.kypn5o5.has-focus-indicator input {
|
|
31090
|
+
transition: margin-left 150ms ease;
|
|
31091
|
+
margin-left: 0px;
|
|
31108
31092
|
}
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31093
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
31094
|
+
margin-left: 16px;
|
|
31111
31095
|
}
|
|
31112
|
-
|
|
31113
|
-
|
|
31096
|
+
|
|
31097
|
+
input.l1ki27se.ant-input {
|
|
31098
|
+
border-top-right-radius: 0;
|
|
31099
|
+
border-bottom-right-radius: 0;
|
|
31114
31100
|
}
|
|
31115
|
-
|
|
31116
|
-
.
|
|
31117
|
-
|
|
31101
|
+
|
|
31102
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
31103
|
+
border-top-right-radius: 0;
|
|
31104
|
+
border-bottom-right-radius: 0;
|
|
31118
31105
|
}
|
|
31119
|
-
|
|
31120
|
-
.
|
|
31121
|
-
|
|
31106
|
+
|
|
31107
|
+
input.rrg1fkn.ant-input {
|
|
31108
|
+
border-top-left-radius: 0;
|
|
31109
|
+
border-bottom-left-radius: 0;
|
|
31122
31110
|
}
|
|
31123
|
-
|
|
31124
|
-
|
|
31111
|
+
|
|
31112
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31113
|
+
border-top-left-radius: 0;
|
|
31114
|
+
border-bottom-left-radius: 0;
|
|
31115
|
+
}
|
|
31116
|
+
|
|
31117
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31118
|
+
border-top-right-radius: 0;
|
|
31119
|
+
border-bottom-right-radius: 0;
|
|
31120
|
+
}
|
|
31121
|
+
|
|
31122
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31123
|
+
border-top-left-radius: 0;
|
|
31124
|
+
border-bottom-left-radius: 0;
|
|
31125
31125
|
}
|
|
31126
31126
|
|
|
31127
31127
|
.s34f1qb.ant-switch {
|
|
@@ -32216,6 +32216,16 @@ input.rrg1fkn.ant-input {
|
|
|
32216
32216
|
cursor: default;
|
|
32217
32217
|
}
|
|
32218
32218
|
|
|
32219
|
+
.igz4le8 {
|
|
32220
|
+
height: 24px;
|
|
32221
|
+
width: 56px !important;
|
|
32222
|
+
margin-right: 4px;
|
|
32223
|
+
}
|
|
32224
|
+
|
|
32225
|
+
.c1riexje {
|
|
32226
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32227
|
+
}
|
|
32228
|
+
|
|
32219
32229
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32220
32230
|
border-radius: 6px;
|
|
32221
32231
|
}
|
|
@@ -32273,16 +32283,6 @@ input.rrg1fkn.ant-input {
|
|
|
32273
32283
|
transform: rotate(180deg);
|
|
32274
32284
|
}
|
|
32275
32285
|
|
|
32276
|
-
.igz4le8 {
|
|
32277
|
-
height: 24px;
|
|
32278
|
-
width: 56px !important;
|
|
32279
|
-
margin-right: 4px;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
|
-
.c1riexje {
|
|
32283
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32284
|
-
}
|
|
32285
|
-
|
|
32286
32286
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32287
32287
|
display: flex;
|
|
32288
32288
|
}
|
|
@@ -32553,6 +32553,10 @@ input.rrg1fkn.ant-input {
|
|
|
32553
32553
|
background: rgba(163, 180, 204, 0.18);
|
|
32554
32554
|
}
|
|
32555
32555
|
|
|
32556
|
+
.c1k4vanq {
|
|
32557
|
+
padding: 0 16px 14px 16px;
|
|
32558
|
+
}
|
|
32559
|
+
|
|
32556
32560
|
.c1udgdh2 {
|
|
32557
32561
|
color: #2d3a56;
|
|
32558
32562
|
padding: 12px 16px 10px 16px;
|
|
@@ -32593,10 +32597,6 @@ input.rrg1fkn.ant-input {
|
|
|
32593
32597
|
margin-right: 2px;
|
|
32594
32598
|
}
|
|
32595
32599
|
|
|
32596
|
-
.c1k4vanq {
|
|
32597
|
-
padding: 0 16px 14px 16px;
|
|
32598
|
-
}
|
|
32599
|
-
|
|
32600
32600
|
.bab9xum {
|
|
32601
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);
|
|
32602
32602
|
}
|
|
@@ -32653,52 +32653,6 @@ input.rrg1fkn.ant-input {
|
|
|
32653
32653
|
min-height: 0px;
|
|
32654
32654
|
}
|
|
32655
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
|
-
|
|
32702
32656
|
.tc40oxa {
|
|
32703
32657
|
margin-bottom: 4px;
|
|
32704
32658
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32892,6 +32846,52 @@ input.rrg1fkn.ant-input {
|
|
|
32892
32846
|
margin-right: 8px;
|
|
32893
32847
|
}
|
|
32894
32848
|
|
|
32849
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32850
|
+
display: var(--at4ovwe-0);
|
|
32851
|
+
}
|
|
32852
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32853
|
+
padding: 5px 12px;
|
|
32854
|
+
display: inline-flex;
|
|
32855
|
+
line-height: 1.5715;
|
|
32856
|
+
height: 100%;
|
|
32857
|
+
width: 100%;
|
|
32858
|
+
}
|
|
32859
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32860
|
+
content: var(--at4ovwe-1);
|
|
32861
|
+
display: var(--at4ovwe-2);
|
|
32862
|
+
flex: none;
|
|
32863
|
+
align-items: center;
|
|
32864
|
+
margin-left: 4px;
|
|
32865
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32866
|
+
}
|
|
32867
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32868
|
+
content: var(--at4ovwe-3);
|
|
32869
|
+
display: var(--at4ovwe-4);
|
|
32870
|
+
flex: none;
|
|
32871
|
+
align-items: center;
|
|
32872
|
+
margin-right: 4px;
|
|
32873
|
+
cursor: auto;
|
|
32874
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32875
|
+
}
|
|
32876
|
+
.at4ovwe.ant-input-number {
|
|
32877
|
+
width: 100%;
|
|
32878
|
+
border-radius: 6px;
|
|
32879
|
+
}
|
|
32880
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32881
|
+
border-color: #0096ff;
|
|
32882
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32883
|
+
}
|
|
32884
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32885
|
+
border-color: #e75a3a;
|
|
32886
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32887
|
+
}
|
|
32888
|
+
.at4ovwe .ant-input-number-input {
|
|
32889
|
+
padding: 0;
|
|
32890
|
+
margin: 0;
|
|
32891
|
+
height: auto;
|
|
32892
|
+
font-size: inherit;
|
|
32893
|
+
}
|
|
32894
|
+
|
|
32895
32895
|
.w1xcixj5.outside-tag {
|
|
32896
32896
|
padding-left: 0;
|
|
32897
32897
|
}
|