@cloudtower/eagle 0.26.25 → 0.26.26-dry-2
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/I18nNameTag/index.d.ts +10 -0
- package/dist/components.css +888 -878
- package/dist/esm/index.js +603 -573
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +245 -235
- package/dist/umd/index.js +602 -572
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29934,6 +29934,9 @@ html body {
|
|
|
29934
29934
|
padding: 0;
|
|
29935
29935
|
}
|
|
29936
29936
|
.buj61ew.ant-btn {
|
|
29937
|
+
display: inline-flex;
|
|
29938
|
+
align-items: center;
|
|
29939
|
+
justify-content: center;
|
|
29937
29940
|
padding: 5px 12px;
|
|
29938
29941
|
height: 32px;
|
|
29939
29942
|
border-radius: 6px;
|
|
@@ -30163,11 +30166,6 @@ html body {
|
|
|
30163
30166
|
--background-color-focus: #fff;
|
|
30164
30167
|
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30165
30168
|
}
|
|
30166
|
-
.buj61ew.has-icon {
|
|
30167
|
-
display: inline-flex;
|
|
30168
|
-
align-items: center;
|
|
30169
|
-
justify-content: center;
|
|
30170
|
-
}
|
|
30171
30169
|
.buj61ew .button-prefix-icon {
|
|
30172
30170
|
margin-right: 8px;
|
|
30173
30171
|
display: inline-flex;
|
|
@@ -30229,24 +30227,6 @@ html body {
|
|
|
30229
30227
|
font-size: 18px;
|
|
30230
30228
|
}
|
|
30231
30229
|
|
|
30232
|
-
.i1mrf09m {
|
|
30233
|
-
display: inline-flex;
|
|
30234
|
-
align-items: center;
|
|
30235
|
-
}
|
|
30236
|
-
.i1mrf09m .icon-inner {
|
|
30237
|
-
display: inline-flex;
|
|
30238
|
-
align-items: center;
|
|
30239
|
-
justify-content: center;
|
|
30240
|
-
}
|
|
30241
|
-
.i1mrf09m .icon-inner + span,
|
|
30242
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30243
|
-
margin-left: 4px;
|
|
30244
|
-
}
|
|
30245
|
-
.i1mrf09m.is-rotate img,
|
|
30246
|
-
.i1mrf09m.is-rotate svg {
|
|
30247
|
-
animation: rotate 680ms linear infinite;
|
|
30248
|
-
}
|
|
30249
|
-
|
|
30250
30230
|
.iap75of {
|
|
30251
30231
|
height: 18px;
|
|
30252
30232
|
line-height: 18px;
|
|
@@ -30260,218 +30240,6 @@ html body {
|
|
|
30260
30240
|
margin-right: 4px;
|
|
30261
30241
|
}
|
|
30262
30242
|
|
|
30263
|
-
.p12gwtiw {
|
|
30264
|
-
display: flex;
|
|
30265
|
-
justify-content: space-between;
|
|
30266
|
-
align-items: center;
|
|
30267
|
-
padding: 10px 0;
|
|
30268
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30269
|
-
font-size: 12px;
|
|
30270
|
-
line-height: 24px;
|
|
30271
|
-
}
|
|
30272
|
-
.p12gwtiw .pagination-left {
|
|
30273
|
-
padding: 2px 8px;
|
|
30274
|
-
}
|
|
30275
|
-
.p12gwtiw .dropdown-trigger {
|
|
30276
|
-
display: flex;
|
|
30277
|
-
align-items: center;
|
|
30278
|
-
border-radius: 6px;
|
|
30279
|
-
cursor: pointer;
|
|
30280
|
-
transition: all 0.3s ease;
|
|
30281
|
-
}
|
|
30282
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30283
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30284
|
-
color: #0080ff;
|
|
30285
|
-
}
|
|
30286
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30287
|
-
margin-left: 4px;
|
|
30288
|
-
}
|
|
30289
|
-
.p12gwtiw .pagination-right {
|
|
30290
|
-
display: flex;
|
|
30291
|
-
align-items: center;
|
|
30292
|
-
color: #0080ff;
|
|
30293
|
-
font-weight: bold;
|
|
30294
|
-
}
|
|
30295
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30296
|
-
margin-left: 4px;
|
|
30297
|
-
}
|
|
30298
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30299
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30300
|
-
padding: 0 8px;
|
|
30301
|
-
}
|
|
30302
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30303
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30304
|
-
color: #0080ff;
|
|
30305
|
-
}
|
|
30306
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30307
|
-
transform: rotate(180deg);
|
|
30308
|
-
}
|
|
30309
|
-
|
|
30310
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30311
|
-
max-height: calc(100vh - 128px);
|
|
30312
|
-
overflow-y: auto;
|
|
30313
|
-
}
|
|
30314
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30315
|
-
padding: 4px 20px;
|
|
30316
|
-
font-size: 12px;
|
|
30317
|
-
line-height: 18px;
|
|
30318
|
-
}
|
|
30319
|
-
|
|
30320
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30321
|
-
display: inline-flex;
|
|
30322
|
-
align-items: baseline;
|
|
30323
|
-
white-space: pre-wrap;
|
|
30324
|
-
}
|
|
30325
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30326
|
-
position: relative;
|
|
30327
|
-
top: 3px;
|
|
30328
|
-
}
|
|
30329
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30330
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30331
|
-
}
|
|
30332
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30333
|
-
border-color: #0080ff;
|
|
30334
|
-
}
|
|
30335
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30336
|
-
border-color: #0080ff;
|
|
30337
|
-
background: #0080ff;
|
|
30338
|
-
}
|
|
30339
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30340
|
-
top: 4px;
|
|
30341
|
-
left: 4px;
|
|
30342
|
-
width: 6px;
|
|
30343
|
-
height: 6px;
|
|
30344
|
-
background: #fff;
|
|
30345
|
-
}
|
|
30346
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30347
|
-
opacity: 0.5;
|
|
30348
|
-
}
|
|
30349
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30350
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30351
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30352
|
-
}
|
|
30353
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30354
|
-
background: #00122e;
|
|
30355
|
-
}
|
|
30356
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30357
|
-
color: #00122e;
|
|
30358
|
-
opacity: 0.5;
|
|
30359
|
-
}
|
|
30360
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30361
|
-
color: #00122e;
|
|
30362
|
-
}
|
|
30363
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30364
|
-
display: inline-block;
|
|
30365
|
-
padding: 0;
|
|
30366
|
-
padding-left: 12px;
|
|
30367
|
-
}
|
|
30368
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30369
|
-
margin-bottom: 0;
|
|
30370
|
-
white-space: pre-wrap;
|
|
30371
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30372
|
-
}
|
|
30373
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30374
|
-
padding-left: 8px;
|
|
30375
|
-
}
|
|
30376
|
-
|
|
30377
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30378
|
-
border-radius: 5px 0 0 5px;
|
|
30379
|
-
}
|
|
30380
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30381
|
-
border-radius: 0 5px 5px 0;
|
|
30382
|
-
}
|
|
30383
|
-
|
|
30384
|
-
.r1f0aqcc {
|
|
30385
|
-
color: #00122e;
|
|
30386
|
-
border-color: #ccd4e3;
|
|
30387
|
-
}
|
|
30388
|
-
.r1f0aqcc:first-child {
|
|
30389
|
-
border-color: #a3b4cc;
|
|
30390
|
-
}
|
|
30391
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30392
|
-
padding: 0 12px;
|
|
30393
|
-
line-height: 32px;
|
|
30394
|
-
height: 32px;
|
|
30395
|
-
}
|
|
30396
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30397
|
-
white-space: nowrap;
|
|
30398
|
-
}
|
|
30399
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30400
|
-
height: 22px;
|
|
30401
|
-
padding: 0 7px;
|
|
30402
|
-
line-height: 20px;
|
|
30403
|
-
}
|
|
30404
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30405
|
-
background: #ccd4e3;
|
|
30406
|
-
}
|
|
30407
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30408
|
-
background: #0080ff;
|
|
30409
|
-
}
|
|
30410
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30411
|
-
background: #ccd4e3;
|
|
30412
|
-
opacity: 0.5;
|
|
30413
|
-
}
|
|
30414
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30415
|
-
border-right-color: #0080ff;
|
|
30416
|
-
}
|
|
30417
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30418
|
-
border-color: #0080ff;
|
|
30419
|
-
}
|
|
30420
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30421
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30422
|
-
}
|
|
30423
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30424
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30425
|
-
border-color: #ccd4e3;
|
|
30426
|
-
opacity: 0.5;
|
|
30427
|
-
}
|
|
30428
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30429
|
-
color: #00122e;
|
|
30430
|
-
border-color: #ccd4e3;
|
|
30431
|
-
}
|
|
30432
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30433
|
-
color: #00122e;
|
|
30434
|
-
border-color: #ccd4e3;
|
|
30435
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30436
|
-
}
|
|
30437
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30438
|
-
margin-right: 8px;
|
|
30439
|
-
display: inline;
|
|
30440
|
-
border: none;
|
|
30441
|
-
padding: 0;
|
|
30442
|
-
width: 36px;
|
|
30443
|
-
background: transparent;
|
|
30444
|
-
}
|
|
30445
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30446
|
-
box-shadow: none;
|
|
30447
|
-
}
|
|
30448
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30449
|
-
margin-right: 0;
|
|
30450
|
-
width: initial;
|
|
30451
|
-
box-shadow: none;
|
|
30452
|
-
}
|
|
30453
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30454
|
-
display: none;
|
|
30455
|
-
}
|
|
30456
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30457
|
-
display: inline;
|
|
30458
|
-
}
|
|
30459
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30460
|
-
display: inline;
|
|
30461
|
-
margin-right: 8px;
|
|
30462
|
-
padding: 0;
|
|
30463
|
-
width: 36px;
|
|
30464
|
-
}
|
|
30465
|
-
|
|
30466
|
-
.obf05yr {
|
|
30467
|
-
display: inline-block;
|
|
30468
|
-
}
|
|
30469
|
-
|
|
30470
|
-
.hsms1n6 {
|
|
30471
|
-
visibility: hidden;
|
|
30472
|
-
position: absolute;
|
|
30473
|
-
}
|
|
30474
|
-
|
|
30475
30243
|
.cz04yix {
|
|
30476
30244
|
display: flex;
|
|
30477
30245
|
flex-direction: column;
|
|
@@ -31138,6 +30906,236 @@ input.rrg1fkn.ant-input {
|
|
|
31138
30906
|
margin-left: 5px;
|
|
31139
30907
|
}
|
|
31140
30908
|
|
|
30909
|
+
.i1mrf09m {
|
|
30910
|
+
display: inline-flex;
|
|
30911
|
+
align-items: center;
|
|
30912
|
+
}
|
|
30913
|
+
.i1mrf09m .icon-inner {
|
|
30914
|
+
display: inline-flex;
|
|
30915
|
+
align-items: center;
|
|
30916
|
+
justify-content: center;
|
|
30917
|
+
}
|
|
30918
|
+
.i1mrf09m .icon-inner + span,
|
|
30919
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30920
|
+
margin-left: 4px;
|
|
30921
|
+
}
|
|
30922
|
+
.i1mrf09m.is-rotate img,
|
|
30923
|
+
.i1mrf09m.is-rotate svg {
|
|
30924
|
+
animation: rotate 680ms linear infinite;
|
|
30925
|
+
}
|
|
30926
|
+
|
|
30927
|
+
.p12gwtiw {
|
|
30928
|
+
display: flex;
|
|
30929
|
+
justify-content: space-between;
|
|
30930
|
+
align-items: center;
|
|
30931
|
+
padding: 10px 0;
|
|
30932
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30933
|
+
font-size: 12px;
|
|
30934
|
+
line-height: 24px;
|
|
30935
|
+
}
|
|
30936
|
+
.p12gwtiw .pagination-left {
|
|
30937
|
+
padding: 2px 8px;
|
|
30938
|
+
}
|
|
30939
|
+
.p12gwtiw .dropdown-trigger {
|
|
30940
|
+
display: flex;
|
|
30941
|
+
align-items: center;
|
|
30942
|
+
border-radius: 6px;
|
|
30943
|
+
cursor: pointer;
|
|
30944
|
+
transition: all 0.3s ease;
|
|
30945
|
+
}
|
|
30946
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30947
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30948
|
+
color: #0080ff;
|
|
30949
|
+
}
|
|
30950
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30951
|
+
margin-left: 4px;
|
|
30952
|
+
}
|
|
30953
|
+
.p12gwtiw .pagination-right {
|
|
30954
|
+
display: flex;
|
|
30955
|
+
align-items: center;
|
|
30956
|
+
color: #0080ff;
|
|
30957
|
+
font-weight: bold;
|
|
30958
|
+
}
|
|
30959
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30960
|
+
margin-left: 4px;
|
|
30961
|
+
}
|
|
30962
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30963
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30964
|
+
padding: 0 8px;
|
|
30965
|
+
}
|
|
30966
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30967
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30968
|
+
color: #0080ff;
|
|
30969
|
+
}
|
|
30970
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30971
|
+
transform: rotate(180deg);
|
|
30972
|
+
}
|
|
30973
|
+
|
|
30974
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30975
|
+
max-height: calc(100vh - 128px);
|
|
30976
|
+
overflow-y: auto;
|
|
30977
|
+
}
|
|
30978
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30979
|
+
padding: 4px 20px;
|
|
30980
|
+
font-size: 12px;
|
|
30981
|
+
line-height: 18px;
|
|
30982
|
+
}
|
|
30983
|
+
|
|
30984
|
+
.obf05yr {
|
|
30985
|
+
display: inline-block;
|
|
30986
|
+
}
|
|
30987
|
+
|
|
30988
|
+
.hsms1n6 {
|
|
30989
|
+
visibility: hidden;
|
|
30990
|
+
position: absolute;
|
|
30991
|
+
}
|
|
30992
|
+
|
|
30993
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30994
|
+
display: inline-flex;
|
|
30995
|
+
align-items: baseline;
|
|
30996
|
+
white-space: pre-wrap;
|
|
30997
|
+
}
|
|
30998
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30999
|
+
position: relative;
|
|
31000
|
+
top: 3px;
|
|
31001
|
+
}
|
|
31002
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31003
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31004
|
+
}
|
|
31005
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31006
|
+
border-color: #0080ff;
|
|
31007
|
+
}
|
|
31008
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31009
|
+
border-color: #0080ff;
|
|
31010
|
+
background: #0080ff;
|
|
31011
|
+
}
|
|
31012
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31013
|
+
top: 4px;
|
|
31014
|
+
left: 4px;
|
|
31015
|
+
width: 6px;
|
|
31016
|
+
height: 6px;
|
|
31017
|
+
background: #fff;
|
|
31018
|
+
}
|
|
31019
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31020
|
+
opacity: 0.5;
|
|
31021
|
+
}
|
|
31022
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31023
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31024
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31025
|
+
}
|
|
31026
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31027
|
+
background: #00122e;
|
|
31028
|
+
}
|
|
31029
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31030
|
+
color: #00122e;
|
|
31031
|
+
opacity: 0.5;
|
|
31032
|
+
}
|
|
31033
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31034
|
+
color: #00122e;
|
|
31035
|
+
}
|
|
31036
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31037
|
+
display: inline-block;
|
|
31038
|
+
padding: 0;
|
|
31039
|
+
padding-left: 12px;
|
|
31040
|
+
}
|
|
31041
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31042
|
+
margin-bottom: 0;
|
|
31043
|
+
white-space: pre-wrap;
|
|
31044
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31045
|
+
}
|
|
31046
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31047
|
+
padding-left: 8px;
|
|
31048
|
+
}
|
|
31049
|
+
|
|
31050
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31051
|
+
border-radius: 5px 0 0 5px;
|
|
31052
|
+
}
|
|
31053
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31054
|
+
border-radius: 0 5px 5px 0;
|
|
31055
|
+
}
|
|
31056
|
+
|
|
31057
|
+
.r1f0aqcc {
|
|
31058
|
+
color: #00122e;
|
|
31059
|
+
border-color: #ccd4e3;
|
|
31060
|
+
}
|
|
31061
|
+
.r1f0aqcc:first-child {
|
|
31062
|
+
border-color: #a3b4cc;
|
|
31063
|
+
}
|
|
31064
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31065
|
+
padding: 0 12px;
|
|
31066
|
+
line-height: 32px;
|
|
31067
|
+
height: 32px;
|
|
31068
|
+
}
|
|
31069
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31070
|
+
white-space: nowrap;
|
|
31071
|
+
}
|
|
31072
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31073
|
+
height: 22px;
|
|
31074
|
+
padding: 0 7px;
|
|
31075
|
+
line-height: 20px;
|
|
31076
|
+
}
|
|
31077
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31078
|
+
background: #ccd4e3;
|
|
31079
|
+
}
|
|
31080
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31081
|
+
background: #0080ff;
|
|
31082
|
+
}
|
|
31083
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31084
|
+
background: #ccd4e3;
|
|
31085
|
+
opacity: 0.5;
|
|
31086
|
+
}
|
|
31087
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31088
|
+
border-right-color: #0080ff;
|
|
31089
|
+
}
|
|
31090
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31091
|
+
border-color: #0080ff;
|
|
31092
|
+
}
|
|
31093
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31094
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31095
|
+
}
|
|
31096
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31097
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31098
|
+
border-color: #ccd4e3;
|
|
31099
|
+
opacity: 0.5;
|
|
31100
|
+
}
|
|
31101
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31102
|
+
color: #00122e;
|
|
31103
|
+
border-color: #ccd4e3;
|
|
31104
|
+
}
|
|
31105
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31106
|
+
color: #00122e;
|
|
31107
|
+
border-color: #ccd4e3;
|
|
31108
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31109
|
+
}
|
|
31110
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31111
|
+
margin-right: 8px;
|
|
31112
|
+
display: inline;
|
|
31113
|
+
border: none;
|
|
31114
|
+
padding: 0;
|
|
31115
|
+
width: 36px;
|
|
31116
|
+
background: transparent;
|
|
31117
|
+
}
|
|
31118
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31119
|
+
box-shadow: none;
|
|
31120
|
+
}
|
|
31121
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31122
|
+
margin-right: 0;
|
|
31123
|
+
width: initial;
|
|
31124
|
+
box-shadow: none;
|
|
31125
|
+
}
|
|
31126
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31127
|
+
display: none;
|
|
31128
|
+
}
|
|
31129
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31130
|
+
display: inline;
|
|
31131
|
+
}
|
|
31132
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31133
|
+
display: inline;
|
|
31134
|
+
margin-right: 8px;
|
|
31135
|
+
padding: 0;
|
|
31136
|
+
width: 36px;
|
|
31137
|
+
}
|
|
31138
|
+
|
|
31141
31139
|
.t1upn1sz {
|
|
31142
31140
|
height: 100%;
|
|
31143
31141
|
}
|
|
@@ -32572,6 +32570,18 @@ input.rrg1fkn.ant-input {
|
|
|
32572
32570
|
white-space: nowrap;
|
|
32573
32571
|
}
|
|
32574
32572
|
|
|
32573
|
+
.n3qomhu {
|
|
32574
|
+
font-size: 90%;
|
|
32575
|
+
font-weight: bold;
|
|
32576
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32577
|
+
padding: 1px 4px 1px;
|
|
32578
|
+
margin-left: 2px;
|
|
32579
|
+
margin-right: 2px;
|
|
32580
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32581
|
+
border-radius: 4px;
|
|
32582
|
+
word-break: break-all;
|
|
32583
|
+
}
|
|
32584
|
+
|
|
32575
32585
|
.sq6vos1 {
|
|
32576
32586
|
--item-min-width: 60px;
|
|
32577
32587
|
}
|