@cloudtower/eagle 0.26.30-dry-1 → 0.26.30-dry-3
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 +967 -976
- package/dist/esm/index.js +903 -954
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -1
- package/dist/style.css +416 -425
- package/dist/umd/index.js +902 -953
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/components/I18nNameTag/index.d.ts +0 -10
package/dist/style.css
CHANGED
|
@@ -29366,6 +29366,15 @@ p {
|
|
|
29366
29366
|
|
|
29367
29367
|
.ant-btn {
|
|
29368
29368
|
border-radius: 4px;
|
|
29369
|
+
padding: 5px 12px;
|
|
29370
|
+
}
|
|
29371
|
+
|
|
29372
|
+
.ant-btn-lg {
|
|
29373
|
+
padding: 8px 16px;
|
|
29374
|
+
}
|
|
29375
|
+
|
|
29376
|
+
.ant-btn-sm {
|
|
29377
|
+
padding: 2px 8px;
|
|
29369
29378
|
}
|
|
29370
29379
|
|
|
29371
29380
|
.ant-select {
|
|
@@ -29927,32 +29936,13 @@ html body {
|
|
|
29927
29936
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29928
29937
|
}
|
|
29929
29938
|
}
|
|
29930
|
-
.fde5mpd {
|
|
29931
|
-
width: 100%;
|
|
29932
|
-
height: 100%;
|
|
29933
|
-
min-height: 124px;
|
|
29934
|
-
display: flex;
|
|
29935
|
-
flex-direction: column;
|
|
29936
|
-
justify-content: center;
|
|
29937
|
-
align-items: center;
|
|
29938
|
-
}
|
|
29939
|
-
.fde5mpd .error-text {
|
|
29940
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29941
|
-
margin-bottom: 16px;
|
|
29942
|
-
font-size: 18px;
|
|
29943
|
-
}
|
|
29944
|
-
|
|
29945
29939
|
.buj61ew.ant-btn-icon-only {
|
|
29946
29940
|
justify-content: center;
|
|
29947
29941
|
}
|
|
29948
|
-
.buj61ew.ant-btn.ant-btn-link {
|
|
29949
|
-
padding: 0;
|
|
29950
|
-
}
|
|
29951
29942
|
.buj61ew.ant-btn {
|
|
29952
29943
|
display: inline-flex;
|
|
29953
29944
|
align-items: center;
|
|
29954
29945
|
justify-content: center;
|
|
29955
|
-
padding: 5px 12px;
|
|
29956
29946
|
height: 32px;
|
|
29957
29947
|
border-radius: 6px;
|
|
29958
29948
|
line-height: 22px;
|
|
@@ -29962,10 +29952,8 @@ html body {
|
|
|
29962
29952
|
.buj61ew.ant-btn.ant-btn-lg {
|
|
29963
29953
|
height: 40px;
|
|
29964
29954
|
line-height: 24px;
|
|
29965
|
-
padding: 8px 16px;
|
|
29966
29955
|
}
|
|
29967
29956
|
.buj61ew.ant-btn.ant-btn-sm {
|
|
29968
|
-
padding: 2px 8px;
|
|
29969
29957
|
height: 24px;
|
|
29970
29958
|
line-height: 20px;
|
|
29971
29959
|
}
|
|
@@ -30227,26 +30215,19 @@ html body {
|
|
|
30227
30215
|
border-radius: unset;
|
|
30228
30216
|
}
|
|
30229
30217
|
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30232
|
-
|
|
30233
|
-
|
|
30234
|
-
.hsms1n6 {
|
|
30235
|
-
visibility: hidden;
|
|
30236
|
-
position: absolute;
|
|
30237
|
-
}
|
|
30238
|
-
|
|
30239
|
-
.iap75of {
|
|
30240
|
-
height: 18px;
|
|
30241
|
-
line-height: 18px;
|
|
30242
|
-
padding: 0 4px;
|
|
30243
|
-
border-radius: 4px;
|
|
30244
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30245
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30218
|
+
.fde5mpd {
|
|
30219
|
+
width: 100%;
|
|
30220
|
+
height: 100%;
|
|
30221
|
+
min-height: 124px;
|
|
30246
30222
|
display: flex;
|
|
30223
|
+
flex-direction: column;
|
|
30224
|
+
justify-content: center;
|
|
30247
30225
|
align-items: center;
|
|
30248
|
-
|
|
30249
|
-
|
|
30226
|
+
}
|
|
30227
|
+
.fde5mpd .error-text {
|
|
30228
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30229
|
+
margin-bottom: 16px;
|
|
30230
|
+
font-size: 18px;
|
|
30250
30231
|
}
|
|
30251
30232
|
|
|
30252
30233
|
.i1mrf09m {
|
|
@@ -30267,6 +30248,28 @@ html body {
|
|
|
30267
30248
|
animation: rotate 680ms linear infinite;
|
|
30268
30249
|
}
|
|
30269
30250
|
|
|
30251
|
+
.iap75of {
|
|
30252
|
+
height: 18px;
|
|
30253
|
+
line-height: 18px;
|
|
30254
|
+
padding: 0 4px;
|
|
30255
|
+
border-radius: 4px;
|
|
30256
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30257
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30258
|
+
display: flex;
|
|
30259
|
+
align-items: center;
|
|
30260
|
+
white-space: nowrap;
|
|
30261
|
+
margin-right: 4px;
|
|
30262
|
+
}
|
|
30263
|
+
|
|
30264
|
+
.obf05yr {
|
|
30265
|
+
display: inline-block;
|
|
30266
|
+
}
|
|
30267
|
+
|
|
30268
|
+
.hsms1n6 {
|
|
30269
|
+
visibility: hidden;
|
|
30270
|
+
position: absolute;
|
|
30271
|
+
}
|
|
30272
|
+
|
|
30270
30273
|
.p12gwtiw {
|
|
30271
30274
|
display: flex;
|
|
30272
30275
|
justify-content: space-between;
|
|
@@ -30324,6 +30327,152 @@ html body {
|
|
|
30324
30327
|
line-height: 18px;
|
|
30325
30328
|
}
|
|
30326
30329
|
|
|
30330
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30331
|
+
display: inline-flex;
|
|
30332
|
+
align-items: baseline;
|
|
30333
|
+
white-space: pre-wrap;
|
|
30334
|
+
}
|
|
30335
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30336
|
+
position: relative;
|
|
30337
|
+
top: 3px;
|
|
30338
|
+
}
|
|
30339
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30340
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30341
|
+
}
|
|
30342
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30343
|
+
border-color: #0080ff;
|
|
30344
|
+
}
|
|
30345
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30346
|
+
border-color: #0080ff;
|
|
30347
|
+
background: #0080ff;
|
|
30348
|
+
}
|
|
30349
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30350
|
+
top: 4px;
|
|
30351
|
+
left: 4px;
|
|
30352
|
+
width: 6px;
|
|
30353
|
+
height: 6px;
|
|
30354
|
+
background: #fff;
|
|
30355
|
+
}
|
|
30356
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30357
|
+
opacity: 0.5;
|
|
30358
|
+
}
|
|
30359
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30360
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30361
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30362
|
+
}
|
|
30363
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30364
|
+
background: #00122e;
|
|
30365
|
+
}
|
|
30366
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30367
|
+
color: #00122e;
|
|
30368
|
+
opacity: 0.5;
|
|
30369
|
+
}
|
|
30370
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30371
|
+
color: #00122e;
|
|
30372
|
+
}
|
|
30373
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30374
|
+
display: inline-block;
|
|
30375
|
+
padding: 0;
|
|
30376
|
+
padding-left: 12px;
|
|
30377
|
+
}
|
|
30378
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30379
|
+
margin-bottom: 0;
|
|
30380
|
+
white-space: pre-wrap;
|
|
30381
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30382
|
+
}
|
|
30383
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30384
|
+
padding-left: 8px;
|
|
30385
|
+
}
|
|
30386
|
+
|
|
30387
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30388
|
+
border-radius: 5px 0 0 5px;
|
|
30389
|
+
}
|
|
30390
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30391
|
+
border-radius: 0 5px 5px 0;
|
|
30392
|
+
}
|
|
30393
|
+
|
|
30394
|
+
.r1f0aqcc {
|
|
30395
|
+
color: #00122e;
|
|
30396
|
+
border-color: #ccd4e3;
|
|
30397
|
+
}
|
|
30398
|
+
.r1f0aqcc:first-child {
|
|
30399
|
+
border-color: #a3b4cc;
|
|
30400
|
+
}
|
|
30401
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30402
|
+
padding: 0 12px;
|
|
30403
|
+
line-height: 32px;
|
|
30404
|
+
height: 32px;
|
|
30405
|
+
}
|
|
30406
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30407
|
+
white-space: nowrap;
|
|
30408
|
+
}
|
|
30409
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30410
|
+
height: 22px;
|
|
30411
|
+
padding: 0 7px;
|
|
30412
|
+
line-height: 20px;
|
|
30413
|
+
}
|
|
30414
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30415
|
+
background: #ccd4e3;
|
|
30416
|
+
}
|
|
30417
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30418
|
+
background: #0080ff;
|
|
30419
|
+
}
|
|
30420
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30421
|
+
background: #ccd4e3;
|
|
30422
|
+
opacity: 0.5;
|
|
30423
|
+
}
|
|
30424
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30425
|
+
border-right-color: #0080ff;
|
|
30426
|
+
}
|
|
30427
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30428
|
+
border-color: #0080ff;
|
|
30429
|
+
}
|
|
30430
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30431
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30432
|
+
}
|
|
30433
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30434
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30435
|
+
border-color: #ccd4e3;
|
|
30436
|
+
opacity: 0.5;
|
|
30437
|
+
}
|
|
30438
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30439
|
+
color: #00122e;
|
|
30440
|
+
border-color: #ccd4e3;
|
|
30441
|
+
}
|
|
30442
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30443
|
+
color: #00122e;
|
|
30444
|
+
border-color: #ccd4e3;
|
|
30445
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30446
|
+
}
|
|
30447
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30448
|
+
margin-right: 8px;
|
|
30449
|
+
display: inline;
|
|
30450
|
+
border: none;
|
|
30451
|
+
padding: 0;
|
|
30452
|
+
width: 36px;
|
|
30453
|
+
background: transparent;
|
|
30454
|
+
}
|
|
30455
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30456
|
+
box-shadow: none;
|
|
30457
|
+
}
|
|
30458
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30459
|
+
margin-right: 0;
|
|
30460
|
+
width: initial;
|
|
30461
|
+
box-shadow: none;
|
|
30462
|
+
}
|
|
30463
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30464
|
+
display: none;
|
|
30465
|
+
}
|
|
30466
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30467
|
+
display: inline;
|
|
30468
|
+
}
|
|
30469
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30470
|
+
display: inline;
|
|
30471
|
+
margin-right: 8px;
|
|
30472
|
+
padding: 0;
|
|
30473
|
+
width: 36px;
|
|
30474
|
+
}
|
|
30475
|
+
|
|
30327
30476
|
.cz04yix {
|
|
30328
30477
|
display: flex;
|
|
30329
30478
|
flex-direction: column;
|
|
@@ -30936,172 +31085,26 @@ input.rrg1fkn.ant-input {
|
|
|
30936
31085
|
border-bottom-left-radius: 0;
|
|
30937
31086
|
}
|
|
30938
31087
|
|
|
30939
|
-
.
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
|
|
31088
|
+
.s34f1qb.ant-switch {
|
|
31089
|
+
min-width: 40px;
|
|
31090
|
+
height: 24px;
|
|
31091
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31092
|
+
overflow: hidden;
|
|
30943
31093
|
}
|
|
30944
|
-
.
|
|
30945
|
-
|
|
30946
|
-
top: 3px;
|
|
31094
|
+
.s34f1qb.ant-switch:focus {
|
|
31095
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30947
31096
|
}
|
|
30948
|
-
.
|
|
30949
|
-
|
|
31097
|
+
.s34f1qb.ant-switch-small {
|
|
31098
|
+
min-width: 26px;
|
|
31099
|
+
height: 16px;
|
|
30950
31100
|
}
|
|
30951
|
-
.
|
|
30952
|
-
|
|
31101
|
+
.s34f1qb.ant-switch-large {
|
|
31102
|
+
min-width: 52px;
|
|
31103
|
+
height: 32px;
|
|
30953
31104
|
}
|
|
30954
|
-
.
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
}
|
|
30958
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30959
|
-
top: 4px;
|
|
30960
|
-
left: 4px;
|
|
30961
|
-
width: 6px;
|
|
30962
|
-
height: 6px;
|
|
30963
|
-
background: #fff;
|
|
30964
|
-
}
|
|
30965
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30966
|
-
opacity: 0.5;
|
|
30967
|
-
}
|
|
30968
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30969
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30970
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30971
|
-
}
|
|
30972
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30973
|
-
background: #00122e;
|
|
30974
|
-
}
|
|
30975
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30976
|
-
color: #00122e;
|
|
30977
|
-
opacity: 0.5;
|
|
30978
|
-
}
|
|
30979
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30980
|
-
color: #00122e;
|
|
30981
|
-
}
|
|
30982
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30983
|
-
display: inline-block;
|
|
30984
|
-
padding: 0;
|
|
30985
|
-
padding-left: 12px;
|
|
30986
|
-
}
|
|
30987
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30988
|
-
margin-bottom: 0;
|
|
30989
|
-
white-space: pre-wrap;
|
|
30990
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30991
|
-
}
|
|
30992
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30993
|
-
padding-left: 8px;
|
|
30994
|
-
}
|
|
30995
|
-
|
|
30996
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30997
|
-
border-radius: 5px 0 0 5px;
|
|
30998
|
-
}
|
|
30999
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31000
|
-
border-radius: 0 5px 5px 0;
|
|
31001
|
-
}
|
|
31002
|
-
|
|
31003
|
-
.r1f0aqcc {
|
|
31004
|
-
color: #00122e;
|
|
31005
|
-
border-color: #ccd4e3;
|
|
31006
|
-
}
|
|
31007
|
-
.r1f0aqcc:first-child {
|
|
31008
|
-
border-color: #a3b4cc;
|
|
31009
|
-
}
|
|
31010
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31011
|
-
padding: 0 12px;
|
|
31012
|
-
line-height: 32px;
|
|
31013
|
-
height: 32px;
|
|
31014
|
-
}
|
|
31015
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31016
|
-
white-space: nowrap;
|
|
31017
|
-
}
|
|
31018
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31019
|
-
height: 22px;
|
|
31020
|
-
padding: 0 7px;
|
|
31021
|
-
line-height: 20px;
|
|
31022
|
-
}
|
|
31023
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31024
|
-
background: #ccd4e3;
|
|
31025
|
-
}
|
|
31026
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31027
|
-
background: #0080ff;
|
|
31028
|
-
}
|
|
31029
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31030
|
-
background: #ccd4e3;
|
|
31031
|
-
opacity: 0.5;
|
|
31032
|
-
}
|
|
31033
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31034
|
-
border-right-color: #0080ff;
|
|
31035
|
-
}
|
|
31036
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31037
|
-
border-color: #0080ff;
|
|
31038
|
-
}
|
|
31039
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31040
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31041
|
-
}
|
|
31042
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31043
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31044
|
-
border-color: #ccd4e3;
|
|
31045
|
-
opacity: 0.5;
|
|
31046
|
-
}
|
|
31047
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31048
|
-
color: #00122e;
|
|
31049
|
-
border-color: #ccd4e3;
|
|
31050
|
-
}
|
|
31051
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31052
|
-
color: #00122e;
|
|
31053
|
-
border-color: #ccd4e3;
|
|
31054
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31055
|
-
}
|
|
31056
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
31057
|
-
margin-right: 8px;
|
|
31058
|
-
display: inline;
|
|
31059
|
-
border: none;
|
|
31060
|
-
padding: 0;
|
|
31061
|
-
width: 36px;
|
|
31062
|
-
background: transparent;
|
|
31063
|
-
}
|
|
31064
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31065
|
-
box-shadow: none;
|
|
31066
|
-
}
|
|
31067
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31068
|
-
margin-right: 0;
|
|
31069
|
-
width: initial;
|
|
31070
|
-
box-shadow: none;
|
|
31071
|
-
}
|
|
31072
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31073
|
-
display: none;
|
|
31074
|
-
}
|
|
31075
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31076
|
-
display: inline;
|
|
31077
|
-
}
|
|
31078
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31079
|
-
display: inline;
|
|
31080
|
-
margin-right: 8px;
|
|
31081
|
-
padding: 0;
|
|
31082
|
-
width: 36px;
|
|
31083
|
-
}
|
|
31084
|
-
|
|
31085
|
-
.s34f1qb.ant-switch {
|
|
31086
|
-
min-width: 40px;
|
|
31087
|
-
height: 24px;
|
|
31088
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31089
|
-
overflow: hidden;
|
|
31090
|
-
}
|
|
31091
|
-
.s34f1qb.ant-switch:focus {
|
|
31092
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31093
|
-
}
|
|
31094
|
-
.s34f1qb.ant-switch-small {
|
|
31095
|
-
min-width: 26px;
|
|
31096
|
-
height: 16px;
|
|
31097
|
-
}
|
|
31098
|
-
.s34f1qb.ant-switch-large {
|
|
31099
|
-
min-width: 52px;
|
|
31100
|
-
height: 32px;
|
|
31101
|
-
}
|
|
31102
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31103
|
-
height: 20px;
|
|
31104
|
-
width: 20px;
|
|
31105
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31106
|
+
height: 20px;
|
|
31107
|
+
width: 20px;
|
|
31105
31108
|
}
|
|
31106
31109
|
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31107
31110
|
border-radius: 10px;
|
|
@@ -31501,23 +31504,6 @@ input.rrg1fkn.ant-input {
|
|
|
31501
31504
|
background: #fff;
|
|
31502
31505
|
}
|
|
31503
31506
|
|
|
31504
|
-
.m15dvk92 {
|
|
31505
|
-
display: flex;
|
|
31506
|
-
justify-content: space-between;
|
|
31507
|
-
width: 100%;
|
|
31508
|
-
}
|
|
31509
|
-
.m15dvk92 .action {
|
|
31510
|
-
margin-left: 16px;
|
|
31511
|
-
}
|
|
31512
|
-
|
|
31513
|
-
.aql8iqz .ant-alert-message {
|
|
31514
|
-
width: 100%;
|
|
31515
|
-
}
|
|
31516
|
-
|
|
31517
|
-
.i1e4sgug {
|
|
31518
|
-
display: inline-block;
|
|
31519
|
-
}
|
|
31520
|
-
|
|
31521
31507
|
.s1fc623g {
|
|
31522
31508
|
width: 430px !important;
|
|
31523
31509
|
}
|
|
@@ -31599,75 +31585,8 @@ input.rrg1fkn.ant-input {
|
|
|
31599
31585
|
opacity: 0;
|
|
31600
31586
|
}
|
|
31601
31587
|
|
|
31602
|
-
.
|
|
31603
|
-
color: #2d3a56;
|
|
31604
|
-
line-height: 22px;
|
|
31605
|
-
display: inline-flex;
|
|
31606
|
-
}
|
|
31607
|
-
.c198s9j3 .ant-checkbox {
|
|
31608
|
-
height: 22px;
|
|
31609
|
-
display: flex;
|
|
31610
|
-
align-items: center;
|
|
31611
|
-
top: 0;
|
|
31612
|
-
}
|
|
31613
|
-
.c198s9j3 .ant-checkbox-checked::after {
|
|
31614
|
-
border: none;
|
|
31615
|
-
}
|
|
31616
|
-
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
31617
|
-
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
31618
|
-
border-color: #0080ff;
|
|
31619
|
-
}
|
|
31620
|
-
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
31621
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
31622
|
-
}
|
|
31623
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
31624
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
31625
|
-
border: 1px solid #0080ff;
|
|
31626
|
-
}
|
|
31627
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
31628
|
-
background: #0080ff;
|
|
31629
|
-
}
|
|
31630
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
31631
|
-
background-color: #fff;
|
|
31632
|
-
height: 2px;
|
|
31633
|
-
width: 10px;
|
|
31634
|
-
border-radius: 2px;
|
|
31635
|
-
}
|
|
31636
|
-
.c198s9j3.ant-checkbox-wrapper-disabled {
|
|
31637
|
-
opacity: 0.5;
|
|
31638
|
-
}
|
|
31639
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
31640
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31641
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
31642
|
-
}
|
|
31643
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
31644
|
-
border-color: #2d3a56;
|
|
31645
|
-
}
|
|
31646
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
31647
|
-
background: #2d3a56;
|
|
31648
|
-
}
|
|
31649
|
-
.c198s9j3 .ant-checkbox + span,
|
|
31650
|
-
.c198s9j3 .ant-checkbox-disabled + span {
|
|
31651
|
-
padding: 0;
|
|
31652
|
-
}
|
|
31653
|
-
.c198s9j3 .ant-checkbox + span .main,
|
|
31654
|
-
.c198s9j3 .ant-checkbox-disabled + span .main {
|
|
31588
|
+
.i1e4sgug {
|
|
31655
31589
|
display: inline-block;
|
|
31656
|
-
margin-left: 12px;
|
|
31657
|
-
color: #2d3a56;
|
|
31658
|
-
}
|
|
31659
|
-
.c198s9j3 .ant-checkbox + span .sub,
|
|
31660
|
-
.c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
31661
|
-
margin-left: 28px;
|
|
31662
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31663
|
-
}
|
|
31664
|
-
.c198s9j3.compact .ant-checkbox + span .main,
|
|
31665
|
-
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
31666
|
-
margin-left: 8px;
|
|
31667
|
-
}
|
|
31668
|
-
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
31669
|
-
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
31670
|
-
margin-left: 24px;
|
|
31671
31590
|
}
|
|
31672
31591
|
|
|
31673
31592
|
.d6j0lbj {
|
|
@@ -32127,22 +32046,106 @@ input.rrg1fkn.ant-input {
|
|
|
32127
32046
|
font-size: 12px;
|
|
32128
32047
|
line-height: 18px;
|
|
32129
32048
|
}
|
|
32130
|
-
|
|
32131
|
-
.t55raab {
|
|
32132
|
-
font-family: Inter;
|
|
32133
|
-
font-style: normal;
|
|
32134
|
-
font-weight: bold;
|
|
32135
|
-
font-feature-settings: "zero" on;
|
|
32136
|
-
font-size: 16px;
|
|
32137
|
-
line-height: 24px;
|
|
32049
|
+
|
|
32050
|
+
.t55raab {
|
|
32051
|
+
font-family: Inter;
|
|
32052
|
+
font-style: normal;
|
|
32053
|
+
font-weight: bold;
|
|
32054
|
+
font-feature-settings: "zero" on;
|
|
32055
|
+
font-size: 16px;
|
|
32056
|
+
line-height: 24px;
|
|
32057
|
+
}
|
|
32058
|
+
|
|
32059
|
+
.u1w9abfe {
|
|
32060
|
+
font-family: Inter;
|
|
32061
|
+
font-style: normal;
|
|
32062
|
+
font-weight: normal;
|
|
32063
|
+
font-size: 10px;
|
|
32064
|
+
line-height: 12px;
|
|
32065
|
+
}
|
|
32066
|
+
|
|
32067
|
+
.m15dvk92 {
|
|
32068
|
+
display: flex;
|
|
32069
|
+
justify-content: space-between;
|
|
32070
|
+
width: 100%;
|
|
32071
|
+
}
|
|
32072
|
+
.m15dvk92 .action {
|
|
32073
|
+
margin-left: 16px;
|
|
32074
|
+
}
|
|
32075
|
+
|
|
32076
|
+
.aql8iqz .ant-alert-message {
|
|
32077
|
+
width: 100%;
|
|
32078
|
+
}
|
|
32079
|
+
|
|
32080
|
+
.c198s9j3 {
|
|
32081
|
+
color: #2d3a56;
|
|
32082
|
+
line-height: 22px;
|
|
32083
|
+
display: inline-flex;
|
|
32084
|
+
}
|
|
32085
|
+
.c198s9j3 .ant-checkbox {
|
|
32086
|
+
height: 22px;
|
|
32087
|
+
display: flex;
|
|
32088
|
+
align-items: center;
|
|
32089
|
+
top: 0;
|
|
32090
|
+
}
|
|
32091
|
+
.c198s9j3 .ant-checkbox-checked::after {
|
|
32092
|
+
border: none;
|
|
32093
|
+
}
|
|
32094
|
+
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32095
|
+
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32096
|
+
border-color: #0080ff;
|
|
32097
|
+
}
|
|
32098
|
+
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
32099
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32100
|
+
}
|
|
32101
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
32102
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32103
|
+
border: 1px solid #0080ff;
|
|
32104
|
+
}
|
|
32105
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32106
|
+
background: #0080ff;
|
|
32107
|
+
}
|
|
32108
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32109
|
+
background-color: #fff;
|
|
32110
|
+
height: 2px;
|
|
32111
|
+
width: 10px;
|
|
32112
|
+
border-radius: 2px;
|
|
32113
|
+
}
|
|
32114
|
+
.c198s9j3.ant-checkbox-wrapper-disabled {
|
|
32115
|
+
opacity: 0.5;
|
|
32116
|
+
}
|
|
32117
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32118
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32119
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32120
|
+
}
|
|
32121
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32122
|
+
border-color: #2d3a56;
|
|
32123
|
+
}
|
|
32124
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32125
|
+
background: #2d3a56;
|
|
32126
|
+
}
|
|
32127
|
+
.c198s9j3 .ant-checkbox + span,
|
|
32128
|
+
.c198s9j3 .ant-checkbox-disabled + span {
|
|
32129
|
+
padding: 0;
|
|
32130
|
+
}
|
|
32131
|
+
.c198s9j3 .ant-checkbox + span .main,
|
|
32132
|
+
.c198s9j3 .ant-checkbox-disabled + span .main {
|
|
32133
|
+
display: inline-block;
|
|
32134
|
+
margin-left: 12px;
|
|
32135
|
+
color: #2d3a56;
|
|
32136
|
+
}
|
|
32137
|
+
.c198s9j3 .ant-checkbox + span .sub,
|
|
32138
|
+
.c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
32139
|
+
margin-left: 28px;
|
|
32140
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32141
|
+
}
|
|
32142
|
+
.c198s9j3.compact .ant-checkbox + span .main,
|
|
32143
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
32144
|
+
margin-left: 8px;
|
|
32138
32145
|
}
|
|
32139
|
-
|
|
32140
|
-
.
|
|
32141
|
-
|
|
32142
|
-
font-style: normal;
|
|
32143
|
-
font-weight: normal;
|
|
32144
|
-
font-size: 10px;
|
|
32145
|
-
line-height: 12px;
|
|
32146
|
+
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
32147
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32148
|
+
margin-left: 24px;
|
|
32146
32149
|
}
|
|
32147
32150
|
|
|
32148
32151
|
.c10crapj {
|
|
@@ -32174,10 +32177,77 @@ input.rrg1fkn.ant-input {
|
|
|
32174
32177
|
cursor: default;
|
|
32175
32178
|
}
|
|
32176
32179
|
|
|
32180
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32181
|
+
border-radius: 6px;
|
|
32182
|
+
}
|
|
32183
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32184
|
+
width: 100%;
|
|
32185
|
+
color: #2d3a56;
|
|
32186
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32187
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32188
|
+
font-size: 13px;
|
|
32189
|
+
}
|
|
32190
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32191
|
+
height: 30px;
|
|
32192
|
+
}
|
|
32193
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32194
|
+
height: 38px;
|
|
32195
|
+
font-size: 13px;
|
|
32196
|
+
}
|
|
32197
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32198
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32199
|
+
transition: 160ms ease;
|
|
32200
|
+
}
|
|
32201
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32202
|
+
color: #0080ff;
|
|
32203
|
+
}
|
|
32204
|
+
.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 {
|
|
32205
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32206
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32207
|
+
}
|
|
32208
|
+
.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 {
|
|
32209
|
+
color: #0080ff;
|
|
32210
|
+
}
|
|
32211
|
+
.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 {
|
|
32212
|
+
border-color: #0080ff;
|
|
32213
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32214
|
+
}
|
|
32215
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32216
|
+
transform: rotate(180deg);
|
|
32217
|
+
}
|
|
32218
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32219
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32220
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32221
|
+
cursor: "not-allowed";
|
|
32222
|
+
}
|
|
32223
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32224
|
+
border-color: #f0483e !important;
|
|
32225
|
+
}
|
|
32226
|
+
.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 {
|
|
32227
|
+
color: #1d326c;
|
|
32228
|
+
}
|
|
32229
|
+
.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 {
|
|
32230
|
+
border-color: #0080ff;
|
|
32231
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32232
|
+
}
|
|
32233
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32234
|
+
transform: rotate(180deg);
|
|
32235
|
+
}
|
|
32236
|
+
|
|
32177
32237
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32178
32238
|
display: flex;
|
|
32179
32239
|
}
|
|
32180
32240
|
|
|
32241
|
+
.igz4le8 {
|
|
32242
|
+
height: 24px;
|
|
32243
|
+
width: 56px !important;
|
|
32244
|
+
margin-right: 4px;
|
|
32245
|
+
}
|
|
32246
|
+
|
|
32247
|
+
.c1riexje {
|
|
32248
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32249
|
+
}
|
|
32250
|
+
|
|
32181
32251
|
.s14dk8r1 {
|
|
32182
32252
|
margin: 0;
|
|
32183
32253
|
border-radius: 20px;
|
|
@@ -32252,73 +32322,6 @@ input.rrg1fkn.ant-input {
|
|
|
32252
32322
|
display: inline-block;
|
|
32253
32323
|
}
|
|
32254
32324
|
|
|
32255
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32256
|
-
border-radius: 6px;
|
|
32257
|
-
}
|
|
32258
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32259
|
-
width: 100%;
|
|
32260
|
-
color: #2d3a56;
|
|
32261
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32262
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32263
|
-
font-size: 13px;
|
|
32264
|
-
}
|
|
32265
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32266
|
-
height: 30px;
|
|
32267
|
-
}
|
|
32268
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32269
|
-
height: 38px;
|
|
32270
|
-
font-size: 13px;
|
|
32271
|
-
}
|
|
32272
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32273
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32274
|
-
transition: 160ms ease;
|
|
32275
|
-
}
|
|
32276
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32277
|
-
color: #0080ff;
|
|
32278
|
-
}
|
|
32279
|
-
.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 {
|
|
32280
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32281
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32282
|
-
}
|
|
32283
|
-
.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 {
|
|
32284
|
-
color: #0080ff;
|
|
32285
|
-
}
|
|
32286
|
-
.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 {
|
|
32287
|
-
border-color: #0080ff;
|
|
32288
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32289
|
-
}
|
|
32290
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32291
|
-
transform: rotate(180deg);
|
|
32292
|
-
}
|
|
32293
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32294
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32295
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32296
|
-
cursor: "not-allowed";
|
|
32297
|
-
}
|
|
32298
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32299
|
-
border-color: #f0483e !important;
|
|
32300
|
-
}
|
|
32301
|
-
.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 {
|
|
32302
|
-
color: #1d326c;
|
|
32303
|
-
}
|
|
32304
|
-
.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 {
|
|
32305
|
-
border-color: #0080ff;
|
|
32306
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32307
|
-
}
|
|
32308
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32309
|
-
transform: rotate(180deg);
|
|
32310
|
-
}
|
|
32311
|
-
|
|
32312
|
-
.igz4le8 {
|
|
32313
|
-
height: 24px;
|
|
32314
|
-
width: 56px !important;
|
|
32315
|
-
margin-right: 4px;
|
|
32316
|
-
}
|
|
32317
|
-
|
|
32318
|
-
.c1riexje {
|
|
32319
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32320
|
-
}
|
|
32321
|
-
|
|
32322
32325
|
.t19ustft .date {
|
|
32323
32326
|
margin-right: 4px;
|
|
32324
32327
|
}
|
|
@@ -32575,18 +32578,6 @@ input.rrg1fkn.ant-input {
|
|
|
32575
32578
|
white-space: nowrap;
|
|
32576
32579
|
}
|
|
32577
32580
|
|
|
32578
|
-
.n3qomhu {
|
|
32579
|
-
font-size: 90%;
|
|
32580
|
-
font-weight: bold;
|
|
32581
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
32582
|
-
padding: 1px 4px 1px;
|
|
32583
|
-
margin-left: 2px;
|
|
32584
|
-
margin-right: 2px;
|
|
32585
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32586
|
-
border-radius: 4px;
|
|
32587
|
-
word-break: break-all;
|
|
32588
|
-
}
|
|
32589
|
-
|
|
32590
32581
|
.sq6vos1 {
|
|
32591
32582
|
--item-min-width: 60px;
|
|
32592
32583
|
}
|
|
@@ -32802,6 +32793,10 @@ input.rrg1fkn.ant-input {
|
|
|
32802
32793
|
background: rgba(163, 180, 204, 0.18);
|
|
32803
32794
|
}
|
|
32804
32795
|
|
|
32796
|
+
.c1k4vanq {
|
|
32797
|
+
padding: 0 12px 14px 12px;
|
|
32798
|
+
}
|
|
32799
|
+
|
|
32805
32800
|
.c1udgdh2 {
|
|
32806
32801
|
color: #2d3a56;
|
|
32807
32802
|
padding: 7px 12px;
|
|
@@ -32842,10 +32837,6 @@ input.rrg1fkn.ant-input {
|
|
|
32842
32837
|
margin-right: 2px;
|
|
32843
32838
|
}
|
|
32844
32839
|
|
|
32845
|
-
.c1k4vanq {
|
|
32846
|
-
padding: 0 12px 14px 12px;
|
|
32847
|
-
}
|
|
32848
|
-
|
|
32849
32840
|
.rrwcpby {
|
|
32850
32841
|
display: flex;
|
|
32851
32842
|
align-items: center;
|
|
@@ -32862,23 +32853,6 @@ input.rrg1fkn.ant-input {
|
|
|
32862
32853
|
margin-right: 6px;
|
|
32863
32854
|
}
|
|
32864
32855
|
|
|
32865
|
-
.bab9xum {
|
|
32866
|
-
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);
|
|
32867
|
-
}
|
|
32868
|
-
|
|
32869
|
-
.cav4gt6 {
|
|
32870
|
-
border-radius: 8px;
|
|
32871
|
-
background-color: white;
|
|
32872
|
-
}
|
|
32873
|
-
.cav4gt6.hoverable {
|
|
32874
|
-
cursor: pointer;
|
|
32875
|
-
}
|
|
32876
|
-
.cav4gt6.hoverable:hover {
|
|
32877
|
-
transition: all 200ms ease;
|
|
32878
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32879
|
-
transform: translateY(-4px);
|
|
32880
|
-
}
|
|
32881
|
-
|
|
32882
32856
|
.tc40oxa {
|
|
32883
32857
|
margin-bottom: 4px;
|
|
32884
32858
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33072,6 +33046,23 @@ input.rrg1fkn.ant-input {
|
|
|
33072
33046
|
margin-right: 8px;
|
|
33073
33047
|
}
|
|
33074
33048
|
|
|
33049
|
+
.bab9xum {
|
|
33050
|
+
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);
|
|
33051
|
+
}
|
|
33052
|
+
|
|
33053
|
+
.cav4gt6 {
|
|
33054
|
+
border-radius: 8px;
|
|
33055
|
+
background-color: white;
|
|
33056
|
+
}
|
|
33057
|
+
.cav4gt6.hoverable {
|
|
33058
|
+
cursor: pointer;
|
|
33059
|
+
}
|
|
33060
|
+
.cav4gt6.hoverable:hover {
|
|
33061
|
+
transition: all 200ms ease;
|
|
33062
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33063
|
+
transform: translateY(-4px);
|
|
33064
|
+
}
|
|
33065
|
+
|
|
33075
33066
|
.f1p9ti6d {
|
|
33076
33067
|
width: 100%;
|
|
33077
33068
|
margin-bottom: 0 !important;
|
|
@@ -33112,11 +33103,6 @@ input.rrg1fkn.ant-input {
|
|
|
33112
33103
|
margin-right: 4px;
|
|
33113
33104
|
}
|
|
33114
33105
|
|
|
33115
|
-
.iwsze0q {
|
|
33116
|
-
margin-right: 4px;
|
|
33117
|
-
height: 16px;
|
|
33118
|
-
}
|
|
33119
|
-
|
|
33120
33106
|
.sut42l0 {
|
|
33121
33107
|
padding: 0 8px;
|
|
33122
33108
|
height: 18px;
|
|
@@ -33136,6 +33122,11 @@ input.rrg1fkn.ant-input {
|
|
|
33136
33122
|
height: 16px;
|
|
33137
33123
|
}
|
|
33138
33124
|
|
|
33125
|
+
.iwsze0q {
|
|
33126
|
+
margin-right: 4px;
|
|
33127
|
+
height: 16px;
|
|
33128
|
+
}
|
|
33129
|
+
|
|
33139
33130
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33140
33131
|
display: var(--at4ovwe-0);
|
|
33141
33132
|
}
|
|
@@ -33186,6 +33177,25 @@ input.rrg1fkn.ant-input {
|
|
|
33186
33177
|
font-size: inherit;
|
|
33187
33178
|
}
|
|
33188
33179
|
|
|
33180
|
+
.feau332.ant-form-item {
|
|
33181
|
+
margin-bottom: 0;
|
|
33182
|
+
}
|
|
33183
|
+
.feau332 .ant-form-item-explain {
|
|
33184
|
+
display: none;
|
|
33185
|
+
min-height: 18px;
|
|
33186
|
+
margin-top: 5px;
|
|
33187
|
+
font-family: "Inter";
|
|
33188
|
+
font-weight: 400;
|
|
33189
|
+
font-size: 12px;
|
|
33190
|
+
line-height: 18px;
|
|
33191
|
+
}
|
|
33192
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33193
|
+
white-space: pre-wrap;
|
|
33194
|
+
}
|
|
33195
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33196
|
+
display: block;
|
|
33197
|
+
}
|
|
33198
|
+
|
|
33189
33199
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33190
33200
|
display: var(--a6dbbkm-0);
|
|
33191
33201
|
}
|
|
@@ -33215,23 +33225,4 @@ input.rrg1fkn.ant-input {
|
|
|
33215
33225
|
margin: 0;
|
|
33216
33226
|
height: auto;
|
|
33217
33227
|
font-size: inherit;
|
|
33218
|
-
}
|
|
33219
|
-
|
|
33220
|
-
.feau332.ant-form-item {
|
|
33221
|
-
margin-bottom: 0;
|
|
33222
|
-
}
|
|
33223
|
-
.feau332 .ant-form-item-explain {
|
|
33224
|
-
display: none;
|
|
33225
|
-
min-height: 18px;
|
|
33226
|
-
margin-top: 5px;
|
|
33227
|
-
font-family: "Inter";
|
|
33228
|
-
font-weight: 400;
|
|
33229
|
-
font-size: 12px;
|
|
33230
|
-
line-height: 18px;
|
|
33231
|
-
}
|
|
33232
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33233
|
-
white-space: pre-wrap;
|
|
33234
|
-
}
|
|
33235
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33236
|
-
display: block;
|
|
33237
33228
|
}
|