@cloudtower/eagle 0.26.30 → 0.27.0-alpha.0
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/__test__/index.test.d.ts +1 -0
- package/dist/components/I18nNameTag/index.d.ts +10 -0
- package/dist/components.css +377 -365
- package/dist/esm/index.js +955 -902
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +481 -469
- package/dist/umd/index.js +954 -901
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30096,34 +30096,6 @@ html body {
|
|
|
30096
30096
|
padding: 0;
|
|
30097
30097
|
}
|
|
30098
30098
|
|
|
30099
|
-
.iap75of {
|
|
30100
|
-
height: 18px;
|
|
30101
|
-
line-height: 18px;
|
|
30102
|
-
padding: 0 4px;
|
|
30103
|
-
border-radius: 4px;
|
|
30104
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30105
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30106
|
-
display: flex;
|
|
30107
|
-
align-items: center;
|
|
30108
|
-
white-space: nowrap;
|
|
30109
|
-
margin-right: 4px;
|
|
30110
|
-
}
|
|
30111
|
-
|
|
30112
|
-
.fde5mpd {
|
|
30113
|
-
width: 100%;
|
|
30114
|
-
height: 100%;
|
|
30115
|
-
min-height: 124px;
|
|
30116
|
-
display: flex;
|
|
30117
|
-
flex-direction: column;
|
|
30118
|
-
justify-content: center;
|
|
30119
|
-
align-items: center;
|
|
30120
|
-
}
|
|
30121
|
-
.fde5mpd .error-text {
|
|
30122
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30123
|
-
margin-bottom: 16px;
|
|
30124
|
-
font-size: 18px;
|
|
30125
|
-
}
|
|
30126
|
-
|
|
30127
30099
|
.bpq0js6 {
|
|
30128
30100
|
padding: 4px 11px;
|
|
30129
30101
|
}
|
|
@@ -30153,6 +30125,21 @@ html body {
|
|
|
30153
30125
|
border-radius: unset;
|
|
30154
30126
|
}
|
|
30155
30127
|
|
|
30128
|
+
.fde5mpd {
|
|
30129
|
+
width: 100%;
|
|
30130
|
+
height: 100%;
|
|
30131
|
+
min-height: 124px;
|
|
30132
|
+
display: flex;
|
|
30133
|
+
flex-direction: column;
|
|
30134
|
+
justify-content: center;
|
|
30135
|
+
align-items: center;
|
|
30136
|
+
}
|
|
30137
|
+
.fde5mpd .error-text {
|
|
30138
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30139
|
+
margin-bottom: 16px;
|
|
30140
|
+
font-size: 18px;
|
|
30141
|
+
}
|
|
30142
|
+
|
|
30156
30143
|
.i1mrf09m {
|
|
30157
30144
|
display: inline-flex;
|
|
30158
30145
|
align-items: center;
|
|
@@ -30171,6 +30158,28 @@ html body {
|
|
|
30171
30158
|
animation: rotate 680ms linear infinite;
|
|
30172
30159
|
}
|
|
30173
30160
|
|
|
30161
|
+
.iap75of {
|
|
30162
|
+
height: 18px;
|
|
30163
|
+
line-height: 18px;
|
|
30164
|
+
padding: 0 4px;
|
|
30165
|
+
border-radius: 4px;
|
|
30166
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30167
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30168
|
+
display: flex;
|
|
30169
|
+
align-items: center;
|
|
30170
|
+
white-space: nowrap;
|
|
30171
|
+
margin-right: 4px;
|
|
30172
|
+
}
|
|
30173
|
+
|
|
30174
|
+
.obf05yr {
|
|
30175
|
+
display: inline-block;
|
|
30176
|
+
}
|
|
30177
|
+
|
|
30178
|
+
.hsms1n6 {
|
|
30179
|
+
visibility: hidden;
|
|
30180
|
+
position: absolute;
|
|
30181
|
+
}
|
|
30182
|
+
|
|
30174
30183
|
.s34f1qb.ant-switch {
|
|
30175
30184
|
min-width: 40px;
|
|
30176
30185
|
height: 24px;
|
|
@@ -30226,6 +30235,209 @@ html body {
|
|
|
30226
30235
|
margin-left: 5px;
|
|
30227
30236
|
}
|
|
30228
30237
|
|
|
30238
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30239
|
+
display: inline-flex;
|
|
30240
|
+
align-items: baseline;
|
|
30241
|
+
white-space: pre-wrap;
|
|
30242
|
+
}
|
|
30243
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30244
|
+
position: relative;
|
|
30245
|
+
top: 3px;
|
|
30246
|
+
}
|
|
30247
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30248
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30249
|
+
}
|
|
30250
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30251
|
+
border-color: #0080ff;
|
|
30252
|
+
}
|
|
30253
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30254
|
+
border-color: #0080ff;
|
|
30255
|
+
background: #0080ff;
|
|
30256
|
+
}
|
|
30257
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30258
|
+
top: 4px;
|
|
30259
|
+
left: 4px;
|
|
30260
|
+
width: 6px;
|
|
30261
|
+
height: 6px;
|
|
30262
|
+
background: #fff;
|
|
30263
|
+
}
|
|
30264
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30265
|
+
opacity: 0.5;
|
|
30266
|
+
}
|
|
30267
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30268
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30269
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30270
|
+
}
|
|
30271
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30272
|
+
background: #00122e;
|
|
30273
|
+
}
|
|
30274
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30275
|
+
color: #00122e;
|
|
30276
|
+
opacity: 0.5;
|
|
30277
|
+
}
|
|
30278
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30279
|
+
color: #00122e;
|
|
30280
|
+
}
|
|
30281
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30282
|
+
display: inline-block;
|
|
30283
|
+
padding: 0;
|
|
30284
|
+
padding-left: 12px;
|
|
30285
|
+
}
|
|
30286
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30287
|
+
margin-bottom: 0;
|
|
30288
|
+
white-space: pre-wrap;
|
|
30289
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30290
|
+
}
|
|
30291
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30292
|
+
padding-left: 8px;
|
|
30293
|
+
}
|
|
30294
|
+
|
|
30295
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30296
|
+
border-radius: 5px 0 0 5px;
|
|
30297
|
+
}
|
|
30298
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30299
|
+
border-radius: 0 5px 5px 0;
|
|
30300
|
+
}
|
|
30301
|
+
|
|
30302
|
+
.r1f0aqcc {
|
|
30303
|
+
color: #00122e;
|
|
30304
|
+
border-color: #ccd4e3;
|
|
30305
|
+
}
|
|
30306
|
+
.r1f0aqcc:first-child {
|
|
30307
|
+
border-color: #a3b4cc;
|
|
30308
|
+
}
|
|
30309
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30310
|
+
padding: 0 12px;
|
|
30311
|
+
line-height: 32px;
|
|
30312
|
+
height: 32px;
|
|
30313
|
+
}
|
|
30314
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30315
|
+
white-space: nowrap;
|
|
30316
|
+
}
|
|
30317
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30318
|
+
height: 22px;
|
|
30319
|
+
padding: 0 7px;
|
|
30320
|
+
line-height: 20px;
|
|
30321
|
+
}
|
|
30322
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30323
|
+
background: #ccd4e3;
|
|
30324
|
+
}
|
|
30325
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30326
|
+
background: #0080ff;
|
|
30327
|
+
}
|
|
30328
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30329
|
+
background: #ccd4e3;
|
|
30330
|
+
opacity: 0.5;
|
|
30331
|
+
}
|
|
30332
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30333
|
+
border-right-color: #0080ff;
|
|
30334
|
+
}
|
|
30335
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30336
|
+
border-color: #0080ff;
|
|
30337
|
+
}
|
|
30338
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30339
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30340
|
+
}
|
|
30341
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30342
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30343
|
+
border-color: #ccd4e3;
|
|
30344
|
+
opacity: 0.5;
|
|
30345
|
+
}
|
|
30346
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30347
|
+
color: #00122e;
|
|
30348
|
+
border-color: #ccd4e3;
|
|
30349
|
+
}
|
|
30350
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30351
|
+
color: #00122e;
|
|
30352
|
+
border-color: #ccd4e3;
|
|
30353
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30354
|
+
}
|
|
30355
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30356
|
+
margin-right: 8px;
|
|
30357
|
+
display: inline;
|
|
30358
|
+
border: none;
|
|
30359
|
+
padding: 0;
|
|
30360
|
+
width: 36px;
|
|
30361
|
+
background: transparent;
|
|
30362
|
+
}
|
|
30363
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30364
|
+
box-shadow: none;
|
|
30365
|
+
}
|
|
30366
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30367
|
+
margin-right: 0;
|
|
30368
|
+
width: initial;
|
|
30369
|
+
box-shadow: none;
|
|
30370
|
+
}
|
|
30371
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30372
|
+
display: none;
|
|
30373
|
+
}
|
|
30374
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30375
|
+
display: inline;
|
|
30376
|
+
}
|
|
30377
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30378
|
+
display: inline;
|
|
30379
|
+
margin-right: 8px;
|
|
30380
|
+
padding: 0;
|
|
30381
|
+
width: 36px;
|
|
30382
|
+
}
|
|
30383
|
+
|
|
30384
|
+
.p12gwtiw {
|
|
30385
|
+
display: flex;
|
|
30386
|
+
justify-content: space-between;
|
|
30387
|
+
align-items: center;
|
|
30388
|
+
padding: 10px 0;
|
|
30389
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30390
|
+
font-size: 12px;
|
|
30391
|
+
line-height: 24px;
|
|
30392
|
+
}
|
|
30393
|
+
.p12gwtiw .pagination-left {
|
|
30394
|
+
padding: 2px 8px;
|
|
30395
|
+
}
|
|
30396
|
+
.p12gwtiw .dropdown-trigger {
|
|
30397
|
+
display: flex;
|
|
30398
|
+
align-items: center;
|
|
30399
|
+
border-radius: 6px;
|
|
30400
|
+
cursor: pointer;
|
|
30401
|
+
transition: all 0.3s ease;
|
|
30402
|
+
}
|
|
30403
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30404
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30405
|
+
color: #0080ff;
|
|
30406
|
+
}
|
|
30407
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30408
|
+
margin-left: 4px;
|
|
30409
|
+
}
|
|
30410
|
+
.p12gwtiw .pagination-right {
|
|
30411
|
+
display: flex;
|
|
30412
|
+
align-items: center;
|
|
30413
|
+
color: #0080ff;
|
|
30414
|
+
font-weight: bold;
|
|
30415
|
+
}
|
|
30416
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30417
|
+
margin-left: 4px;
|
|
30418
|
+
}
|
|
30419
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30420
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30421
|
+
padding: 0 8px;
|
|
30422
|
+
}
|
|
30423
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30424
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30425
|
+
color: #0080ff;
|
|
30426
|
+
}
|
|
30427
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30428
|
+
transform: rotate(180deg);
|
|
30429
|
+
}
|
|
30430
|
+
|
|
30431
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30432
|
+
max-height: calc(100vh - 128px);
|
|
30433
|
+
overflow-y: auto;
|
|
30434
|
+
}
|
|
30435
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30436
|
+
padding: 4px 20px;
|
|
30437
|
+
font-size: 12px;
|
|
30438
|
+
line-height: 18px;
|
|
30439
|
+
}
|
|
30440
|
+
|
|
30229
30441
|
.cz04yix {
|
|
30230
30442
|
display: flex;
|
|
30231
30443
|
flex-direction: column;
|
|
@@ -30823,231 +31035,19 @@ input.rrg1fkn.ant-input {
|
|
|
30823
31035
|
border-bottom-left-radius: 0;
|
|
30824
31036
|
}
|
|
30825
31037
|
|
|
30826
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
30827
|
-
border-top-left-radius: 0;
|
|
30828
|
-
border-bottom-left-radius: 0;
|
|
30829
|
-
}
|
|
30830
|
-
|
|
30831
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30832
|
-
border-top-right-radius: 0;
|
|
30833
|
-
border-bottom-right-radius: 0;
|
|
30834
|
-
}
|
|
30835
|
-
|
|
30836
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30837
|
-
border-top-left-radius: 0;
|
|
30838
|
-
border-bottom-left-radius: 0;
|
|
30839
|
-
}
|
|
30840
|
-
|
|
30841
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30842
|
-
display: inline-flex;
|
|
30843
|
-
align-items: baseline;
|
|
30844
|
-
white-space: pre-wrap;
|
|
30845
|
-
}
|
|
30846
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30847
|
-
position: relative;
|
|
30848
|
-
top: 3px;
|
|
30849
|
-
}
|
|
30850
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30851
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30852
|
-
}
|
|
30853
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30854
|
-
border-color: #0080ff;
|
|
30855
|
-
}
|
|
30856
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30857
|
-
border-color: #0080ff;
|
|
30858
|
-
background: #0080ff;
|
|
30859
|
-
}
|
|
30860
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30861
|
-
top: 4px;
|
|
30862
|
-
left: 4px;
|
|
30863
|
-
width: 6px;
|
|
30864
|
-
height: 6px;
|
|
30865
|
-
background: #fff;
|
|
30866
|
-
}
|
|
30867
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30868
|
-
opacity: 0.5;
|
|
30869
|
-
}
|
|
30870
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30871
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30872
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30873
|
-
}
|
|
30874
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30875
|
-
background: #00122e;
|
|
30876
|
-
}
|
|
30877
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30878
|
-
color: #00122e;
|
|
30879
|
-
opacity: 0.5;
|
|
30880
|
-
}
|
|
30881
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30882
|
-
color: #00122e;
|
|
30883
|
-
}
|
|
30884
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30885
|
-
display: inline-block;
|
|
30886
|
-
padding: 0;
|
|
30887
|
-
padding-left: 12px;
|
|
30888
|
-
}
|
|
30889
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30890
|
-
margin-bottom: 0;
|
|
30891
|
-
white-space: pre-wrap;
|
|
30892
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30893
|
-
}
|
|
30894
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30895
|
-
padding-left: 8px;
|
|
30896
|
-
}
|
|
30897
|
-
|
|
30898
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30899
|
-
border-radius: 5px 0 0 5px;
|
|
30900
|
-
}
|
|
30901
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30902
|
-
border-radius: 0 5px 5px 0;
|
|
30903
|
-
}
|
|
30904
|
-
|
|
30905
|
-
.r1f0aqcc {
|
|
30906
|
-
color: #00122e;
|
|
30907
|
-
border-color: #ccd4e3;
|
|
30908
|
-
}
|
|
30909
|
-
.r1f0aqcc:first-child {
|
|
30910
|
-
border-color: #a3b4cc;
|
|
30911
|
-
}
|
|
30912
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30913
|
-
padding: 0 12px;
|
|
30914
|
-
line-height: 32px;
|
|
30915
|
-
height: 32px;
|
|
30916
|
-
}
|
|
30917
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30918
|
-
white-space: nowrap;
|
|
30919
|
-
}
|
|
30920
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30921
|
-
height: 22px;
|
|
30922
|
-
padding: 0 7px;
|
|
30923
|
-
line-height: 20px;
|
|
30924
|
-
}
|
|
30925
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30926
|
-
background: #ccd4e3;
|
|
30927
|
-
}
|
|
30928
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30929
|
-
background: #0080ff;
|
|
30930
|
-
}
|
|
30931
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30932
|
-
background: #ccd4e3;
|
|
30933
|
-
opacity: 0.5;
|
|
30934
|
-
}
|
|
30935
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30936
|
-
border-right-color: #0080ff;
|
|
30937
|
-
}
|
|
30938
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30939
|
-
border-color: #0080ff;
|
|
30940
|
-
}
|
|
30941
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30942
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30943
|
-
}
|
|
30944
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30945
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30946
|
-
border-color: #ccd4e3;
|
|
30947
|
-
opacity: 0.5;
|
|
30948
|
-
}
|
|
30949
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30950
|
-
color: #00122e;
|
|
30951
|
-
border-color: #ccd4e3;
|
|
30952
|
-
}
|
|
30953
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30954
|
-
color: #00122e;
|
|
30955
|
-
border-color: #ccd4e3;
|
|
30956
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30957
|
-
}
|
|
30958
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30959
|
-
margin-right: 8px;
|
|
30960
|
-
display: inline;
|
|
30961
|
-
border: none;
|
|
30962
|
-
padding: 0;
|
|
30963
|
-
width: 36px;
|
|
30964
|
-
background: transparent;
|
|
30965
|
-
}
|
|
30966
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30967
|
-
box-shadow: none;
|
|
30968
|
-
}
|
|
30969
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30970
|
-
margin-right: 0;
|
|
30971
|
-
width: initial;
|
|
30972
|
-
box-shadow: none;
|
|
30973
|
-
}
|
|
30974
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30975
|
-
display: none;
|
|
30976
|
-
}
|
|
30977
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30978
|
-
display: inline;
|
|
30979
|
-
}
|
|
30980
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30981
|
-
display: inline;
|
|
30982
|
-
margin-right: 8px;
|
|
30983
|
-
padding: 0;
|
|
30984
|
-
width: 36px;
|
|
30985
|
-
}
|
|
30986
|
-
|
|
30987
|
-
.p12gwtiw {
|
|
30988
|
-
display: flex;
|
|
30989
|
-
justify-content: space-between;
|
|
30990
|
-
align-items: center;
|
|
30991
|
-
padding: 10px 0;
|
|
30992
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30993
|
-
font-size: 12px;
|
|
30994
|
-
line-height: 24px;
|
|
30995
|
-
}
|
|
30996
|
-
.p12gwtiw .pagination-left {
|
|
30997
|
-
padding: 2px 8px;
|
|
30998
|
-
}
|
|
30999
|
-
.p12gwtiw .dropdown-trigger {
|
|
31000
|
-
display: flex;
|
|
31001
|
-
align-items: center;
|
|
31002
|
-
border-radius: 6px;
|
|
31003
|
-
cursor: pointer;
|
|
31004
|
-
transition: all 0.3s ease;
|
|
31005
|
-
}
|
|
31006
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
31007
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31008
|
-
color: #0080ff;
|
|
31009
|
-
}
|
|
31010
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31011
|
-
margin-left: 4px;
|
|
31012
|
-
}
|
|
31013
|
-
.p12gwtiw .pagination-right {
|
|
31014
|
-
display: flex;
|
|
31015
|
-
align-items: center;
|
|
31016
|
-
color: #0080ff;
|
|
31017
|
-
font-weight: bold;
|
|
31018
|
-
}
|
|
31019
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
31020
|
-
margin-left: 4px;
|
|
31021
|
-
}
|
|
31022
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
31023
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
31024
|
-
padding: 0 8px;
|
|
31025
|
-
}
|
|
31026
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31027
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
31028
|
-
color: #0080ff;
|
|
31029
|
-
}
|
|
31030
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31031
|
-
transform: rotate(180deg);
|
|
31032
|
-
}
|
|
31033
|
-
|
|
31034
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31035
|
-
max-height: calc(100vh - 128px);
|
|
31036
|
-
overflow-y: auto;
|
|
31037
|
-
}
|
|
31038
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31039
|
-
padding: 4px 20px;
|
|
31040
|
-
font-size: 12px;
|
|
31041
|
-
line-height: 18px;
|
|
31038
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31039
|
+
border-top-left-radius: 0;
|
|
31040
|
+
border-bottom-left-radius: 0;
|
|
31042
31041
|
}
|
|
31043
31042
|
|
|
31044
|
-
.
|
|
31045
|
-
|
|
31043
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31044
|
+
border-top-right-radius: 0;
|
|
31045
|
+
border-bottom-right-radius: 0;
|
|
31046
31046
|
}
|
|
31047
31047
|
|
|
31048
|
-
.
|
|
31049
|
-
|
|
31050
|
-
|
|
31048
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31049
|
+
border-top-left-radius: 0;
|
|
31050
|
+
border-bottom-left-radius: 0;
|
|
31051
31051
|
}
|
|
31052
31052
|
|
|
31053
31053
|
.t1upn1sz {
|
|
@@ -31495,6 +31495,10 @@ input.rrg1fkn.ant-input {
|
|
|
31495
31495
|
opacity: 0;
|
|
31496
31496
|
}
|
|
31497
31497
|
|
|
31498
|
+
.i1e4sgug {
|
|
31499
|
+
display: inline-block;
|
|
31500
|
+
}
|
|
31501
|
+
|
|
31498
31502
|
.d6j0lbj {
|
|
31499
31503
|
font-family: Inter;
|
|
31500
31504
|
font-style: normal;
|
|
@@ -31970,23 +31974,6 @@ input.rrg1fkn.ant-input {
|
|
|
31970
31974
|
line-height: 12px;
|
|
31971
31975
|
}
|
|
31972
31976
|
|
|
31973
|
-
.i1e4sgug {
|
|
31974
|
-
display: inline-block;
|
|
31975
|
-
}
|
|
31976
|
-
|
|
31977
|
-
.m15dvk92 {
|
|
31978
|
-
display: flex;
|
|
31979
|
-
justify-content: space-between;
|
|
31980
|
-
width: 100%;
|
|
31981
|
-
}
|
|
31982
|
-
.m15dvk92 .action {
|
|
31983
|
-
margin-left: 16px;
|
|
31984
|
-
}
|
|
31985
|
-
|
|
31986
|
-
.aql8iqz .ant-alert-message {
|
|
31987
|
-
width: 100%;
|
|
31988
|
-
}
|
|
31989
|
-
|
|
31990
31977
|
.c198s9j3 {
|
|
31991
31978
|
color: #2d3a56;
|
|
31992
31979
|
line-height: 22px;
|
|
@@ -32058,6 +32045,19 @@ input.rrg1fkn.ant-input {
|
|
|
32058
32045
|
margin-left: 24px;
|
|
32059
32046
|
}
|
|
32060
32047
|
|
|
32048
|
+
.m15dvk92 {
|
|
32049
|
+
display: flex;
|
|
32050
|
+
justify-content: space-between;
|
|
32051
|
+
width: 100%;
|
|
32052
|
+
}
|
|
32053
|
+
.m15dvk92 .action {
|
|
32054
|
+
margin-left: 16px;
|
|
32055
|
+
}
|
|
32056
|
+
|
|
32057
|
+
.aql8iqz .ant-alert-message {
|
|
32058
|
+
width: 100%;
|
|
32059
|
+
}
|
|
32060
|
+
|
|
32061
32061
|
.c10crapj {
|
|
32062
32062
|
border-radius: 8px;
|
|
32063
32063
|
}
|
|
@@ -32087,16 +32087,6 @@ input.rrg1fkn.ant-input {
|
|
|
32087
32087
|
cursor: default;
|
|
32088
32088
|
}
|
|
32089
32089
|
|
|
32090
|
-
.igz4le8 {
|
|
32091
|
-
height: 24px;
|
|
32092
|
-
width: 56px !important;
|
|
32093
|
-
margin-right: 4px;
|
|
32094
|
-
}
|
|
32095
|
-
|
|
32096
|
-
.c1riexje {
|
|
32097
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32098
|
-
}
|
|
32099
|
-
|
|
32100
32090
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32101
32091
|
border-radius: 6px;
|
|
32102
32092
|
}
|
|
@@ -32154,6 +32144,16 @@ input.rrg1fkn.ant-input {
|
|
|
32154
32144
|
transform: rotate(180deg);
|
|
32155
32145
|
}
|
|
32156
32146
|
|
|
32147
|
+
.igz4le8 {
|
|
32148
|
+
height: 24px;
|
|
32149
|
+
width: 56px !important;
|
|
32150
|
+
margin-right: 4px;
|
|
32151
|
+
}
|
|
32152
|
+
|
|
32153
|
+
.c1riexje {
|
|
32154
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32155
|
+
}
|
|
32156
|
+
|
|
32157
32157
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32158
32158
|
display: flex;
|
|
32159
32159
|
}
|
|
@@ -32327,6 +32327,18 @@ input.rrg1fkn.ant-input {
|
|
|
32327
32327
|
white-space: nowrap;
|
|
32328
32328
|
}
|
|
32329
32329
|
|
|
32330
|
+
.n3qomhu {
|
|
32331
|
+
font-size: 90%;
|
|
32332
|
+
font-weight: bold;
|
|
32333
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32334
|
+
padding: 1px 4px 1px;
|
|
32335
|
+
margin-left: 2px;
|
|
32336
|
+
margin-right: 2px;
|
|
32337
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32338
|
+
border-radius: 4px;
|
|
32339
|
+
word-break: break-all;
|
|
32340
|
+
}
|
|
32341
|
+
|
|
32330
32342
|
.m1thnes4 {
|
|
32331
32343
|
color: rgba(44, 56, 82, 0.6);
|
|
32332
32344
|
text-align: center;
|
|
@@ -32488,36 +32500,6 @@ input.rrg1fkn.ant-input {
|
|
|
32488
32500
|
margin-left: 8px;
|
|
32489
32501
|
}
|
|
32490
32502
|
|
|
32491
|
-
.t1gz6wqf {
|
|
32492
|
-
height: 100%;
|
|
32493
|
-
}
|
|
32494
|
-
.t1gz6wqf .table-loading-item {
|
|
32495
|
-
padding: 12px 4px;
|
|
32496
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32497
|
-
display: flex;
|
|
32498
|
-
}
|
|
32499
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32500
|
-
height: 16px;
|
|
32501
|
-
margin: 4px;
|
|
32502
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32503
|
-
border-radius: 2px;
|
|
32504
|
-
}
|
|
32505
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32506
|
-
width: 16px;
|
|
32507
|
-
}
|
|
32508
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32509
|
-
flex: 1;
|
|
32510
|
-
}
|
|
32511
|
-
.t1gz6wqf :nth-child(1) {
|
|
32512
|
-
padding: 8px 4px;
|
|
32513
|
-
}
|
|
32514
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32515
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32516
|
-
}
|
|
32517
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32518
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32519
|
-
}
|
|
32520
|
-
|
|
32521
32503
|
.sq6vos1 {
|
|
32522
32504
|
--item-min-width: 60px;
|
|
32523
32505
|
}
|
|
@@ -32703,6 +32685,36 @@ input.rrg1fkn.ant-input {
|
|
|
32703
32685
|
justify-content: center;
|
|
32704
32686
|
}
|
|
32705
32687
|
|
|
32688
|
+
.t1gz6wqf {
|
|
32689
|
+
height: 100%;
|
|
32690
|
+
}
|
|
32691
|
+
.t1gz6wqf .table-loading-item {
|
|
32692
|
+
padding: 12px 4px;
|
|
32693
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32694
|
+
display: flex;
|
|
32695
|
+
}
|
|
32696
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32697
|
+
height: 16px;
|
|
32698
|
+
margin: 4px;
|
|
32699
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32700
|
+
border-radius: 2px;
|
|
32701
|
+
}
|
|
32702
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32703
|
+
width: 16px;
|
|
32704
|
+
}
|
|
32705
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32706
|
+
flex: 1;
|
|
32707
|
+
}
|
|
32708
|
+
.t1gz6wqf :nth-child(1) {
|
|
32709
|
+
padding: 8px 4px;
|
|
32710
|
+
}
|
|
32711
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32712
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32713
|
+
}
|
|
32714
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32715
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32716
|
+
}
|
|
32717
|
+
|
|
32706
32718
|
.c1k4vanq {
|
|
32707
32719
|
padding: 0 12px 14px 12px;
|
|
32708
32720
|
}
|
|
@@ -32811,6 +32823,56 @@ input.rrg1fkn.ant-input {
|
|
|
32811
32823
|
transform: translateY(-4px);
|
|
32812
32824
|
}
|
|
32813
32825
|
|
|
32826
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32827
|
+
display: var(--at4ovwe-0);
|
|
32828
|
+
}
|
|
32829
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32830
|
+
padding: 5px 12px;
|
|
32831
|
+
display: inline-flex;
|
|
32832
|
+
line-height: 1.5715;
|
|
32833
|
+
height: 100%;
|
|
32834
|
+
width: 100%;
|
|
32835
|
+
}
|
|
32836
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32837
|
+
content: var(--at4ovwe-1);
|
|
32838
|
+
display: var(--at4ovwe-2);
|
|
32839
|
+
flex: none;
|
|
32840
|
+
align-items: center;
|
|
32841
|
+
margin-left: 4px;
|
|
32842
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32843
|
+
}
|
|
32844
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32845
|
+
content: var(--at4ovwe-3);
|
|
32846
|
+
display: var(--at4ovwe-4);
|
|
32847
|
+
flex: none;
|
|
32848
|
+
align-items: center;
|
|
32849
|
+
margin-right: 4px;
|
|
32850
|
+
cursor: auto;
|
|
32851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32852
|
+
}
|
|
32853
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32854
|
+
border-radius: 0;
|
|
32855
|
+
}
|
|
32856
|
+
.at4ovwe.ant-input-number {
|
|
32857
|
+
width: 100%;
|
|
32858
|
+
border-radius: 6px;
|
|
32859
|
+
}
|
|
32860
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32861
|
+
border-color: #0096ff;
|
|
32862
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32863
|
+
z-index: 1;
|
|
32864
|
+
}
|
|
32865
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32866
|
+
border-color: #e75a3a;
|
|
32867
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32868
|
+
}
|
|
32869
|
+
.at4ovwe .ant-input-number-input {
|
|
32870
|
+
padding: 0;
|
|
32871
|
+
margin: 0;
|
|
32872
|
+
height: auto;
|
|
32873
|
+
font-size: inherit;
|
|
32874
|
+
}
|
|
32875
|
+
|
|
32814
32876
|
.tc40oxa {
|
|
32815
32877
|
margin-bottom: 4px;
|
|
32816
32878
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33004,65 +33066,6 @@ input.rrg1fkn.ant-input {
|
|
|
33004
33066
|
margin-right: 8px;
|
|
33005
33067
|
}
|
|
33006
33068
|
|
|
33007
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
33008
|
-
display: var(--at4ovwe-0);
|
|
33009
|
-
}
|
|
33010
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
33011
|
-
padding: 5px 12px;
|
|
33012
|
-
display: inline-flex;
|
|
33013
|
-
line-height: 1.5715;
|
|
33014
|
-
height: 100%;
|
|
33015
|
-
width: 100%;
|
|
33016
|
-
}
|
|
33017
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33018
|
-
content: var(--at4ovwe-1);
|
|
33019
|
-
display: var(--at4ovwe-2);
|
|
33020
|
-
flex: none;
|
|
33021
|
-
align-items: center;
|
|
33022
|
-
margin-left: 4px;
|
|
33023
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33024
|
-
}
|
|
33025
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33026
|
-
content: var(--at4ovwe-3);
|
|
33027
|
-
display: var(--at4ovwe-4);
|
|
33028
|
-
flex: none;
|
|
33029
|
-
align-items: center;
|
|
33030
|
-
margin-right: 4px;
|
|
33031
|
-
cursor: auto;
|
|
33032
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33033
|
-
}
|
|
33034
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33035
|
-
border-radius: 0;
|
|
33036
|
-
}
|
|
33037
|
-
.at4ovwe.ant-input-number {
|
|
33038
|
-
width: 100%;
|
|
33039
|
-
border-radius: 6px;
|
|
33040
|
-
}
|
|
33041
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33042
|
-
border-color: #0096ff;
|
|
33043
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33044
|
-
z-index: 1;
|
|
33045
|
-
}
|
|
33046
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33047
|
-
border-color: #e75a3a;
|
|
33048
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33049
|
-
}
|
|
33050
|
-
.at4ovwe .ant-input-number-input {
|
|
33051
|
-
padding: 0;
|
|
33052
|
-
margin: 0;
|
|
33053
|
-
height: auto;
|
|
33054
|
-
font-size: inherit;
|
|
33055
|
-
}
|
|
33056
|
-
|
|
33057
|
-
.w1xcixj5.outside-tag {
|
|
33058
|
-
padding-left: 0;
|
|
33059
|
-
}
|
|
33060
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33061
|
-
border-radius: 4px 0 0 4px;
|
|
33062
|
-
padding-right: 4px;
|
|
33063
|
-
margin-right: 4px;
|
|
33064
|
-
}
|
|
33065
|
-
|
|
33066
33069
|
.sut42l0 {
|
|
33067
33070
|
padding: 0 8px;
|
|
33068
33071
|
height: 18px;
|
|
@@ -33087,6 +33090,15 @@ input.rrg1fkn.ant-input {
|
|
|
33087
33090
|
height: 16px;
|
|
33088
33091
|
}
|
|
33089
33092
|
|
|
33093
|
+
.w1xcixj5.outside-tag {
|
|
33094
|
+
padding-left: 0;
|
|
33095
|
+
}
|
|
33096
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33097
|
+
border-radius: 4px 0 0 4px;
|
|
33098
|
+
padding-right: 4px;
|
|
33099
|
+
margin-right: 4px;
|
|
33100
|
+
}
|
|
33101
|
+
|
|
33090
33102
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33091
33103
|
display: var(--a6dbbkm-0);
|
|
33092
33104
|
}
|