@cloudtower/eagle 0.26.26-dry-1 → 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.css +284 -272
- package/dist/esm/index.js +601 -571
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +789 -777
- package/dist/umd/index.js +600 -570
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29840,50 +29840,6 @@ html body {
|
|
|
29840
29840
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29841
29841
|
}
|
|
29842
29842
|
}
|
|
29843
|
-
.bpq0js6 {
|
|
29844
|
-
padding: 4px 11px;
|
|
29845
|
-
}
|
|
29846
|
-
|
|
29847
|
-
.b15sn34c {
|
|
29848
|
-
white-space: nowrap;
|
|
29849
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29850
|
-
}
|
|
29851
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29852
|
-
--color: #0080ff;
|
|
29853
|
-
}
|
|
29854
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29855
|
-
--color: #0080ff;
|
|
29856
|
-
}
|
|
29857
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29858
|
-
margin-left: 1px;
|
|
29859
|
-
}
|
|
29860
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29861
|
-
border-top-right-radius: 0;
|
|
29862
|
-
border-bottom-right-radius: 0;
|
|
29863
|
-
}
|
|
29864
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29865
|
-
border-top-left-radius: 0;
|
|
29866
|
-
border-bottom-left-radius: 0;
|
|
29867
|
-
}
|
|
29868
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29869
|
-
border-radius: unset;
|
|
29870
|
-
}
|
|
29871
|
-
|
|
29872
|
-
.fde5mpd {
|
|
29873
|
-
width: 100%;
|
|
29874
|
-
height: 100%;
|
|
29875
|
-
min-height: 124px;
|
|
29876
|
-
display: flex;
|
|
29877
|
-
flex-direction: column;
|
|
29878
|
-
justify-content: center;
|
|
29879
|
-
align-items: center;
|
|
29880
|
-
}
|
|
29881
|
-
.fde5mpd .error-text {
|
|
29882
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29883
|
-
margin-bottom: 16px;
|
|
29884
|
-
font-size: 18px;
|
|
29885
|
-
}
|
|
29886
|
-
|
|
29887
29843
|
.buj61ew.ant-btn-icon-only {
|
|
29888
29844
|
justify-content: center;
|
|
29889
29845
|
}
|
|
@@ -30140,6 +30096,50 @@ html body {
|
|
|
30140
30096
|
padding: 0;
|
|
30141
30097
|
}
|
|
30142
30098
|
|
|
30099
|
+
.bpq0js6 {
|
|
30100
|
+
padding: 4px 11px;
|
|
30101
|
+
}
|
|
30102
|
+
|
|
30103
|
+
.b15sn34c {
|
|
30104
|
+
white-space: nowrap;
|
|
30105
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30106
|
+
}
|
|
30107
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30108
|
+
--color: #0080ff;
|
|
30109
|
+
}
|
|
30110
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30111
|
+
--color: #0080ff;
|
|
30112
|
+
}
|
|
30113
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30114
|
+
margin-left: 1px;
|
|
30115
|
+
}
|
|
30116
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30117
|
+
border-top-right-radius: 0;
|
|
30118
|
+
border-bottom-right-radius: 0;
|
|
30119
|
+
}
|
|
30120
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30121
|
+
border-top-left-radius: 0;
|
|
30122
|
+
border-bottom-left-radius: 0;
|
|
30123
|
+
}
|
|
30124
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30125
|
+
border-radius: unset;
|
|
30126
|
+
}
|
|
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
|
+
|
|
30143
30143
|
.i1mrf09m {
|
|
30144
30144
|
display: inline-flex;
|
|
30145
30145
|
align-items: center;
|
|
@@ -30158,6 +30158,19 @@ html body {
|
|
|
30158
30158
|
animation: rotate 680ms linear infinite;
|
|
30159
30159
|
}
|
|
30160
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
|
+
|
|
30161
30174
|
.obf05yr {
|
|
30162
30175
|
display: inline-block;
|
|
30163
30176
|
}
|
|
@@ -30167,17 +30180,207 @@ html body {
|
|
|
30167
30180
|
position: absolute;
|
|
30168
30181
|
}
|
|
30169
30182
|
|
|
30170
|
-
.
|
|
30171
|
-
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
|
|
30176
|
-
|
|
30183
|
+
.p12gwtiw {
|
|
30184
|
+
display: flex;
|
|
30185
|
+
justify-content: space-between;
|
|
30186
|
+
align-items: center;
|
|
30187
|
+
padding: 10px 0;
|
|
30188
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30189
|
+
font-size: 12px;
|
|
30190
|
+
line-height: 24px;
|
|
30191
|
+
}
|
|
30192
|
+
.p12gwtiw .pagination-left {
|
|
30193
|
+
padding: 2px 8px;
|
|
30194
|
+
}
|
|
30195
|
+
.p12gwtiw .dropdown-trigger {
|
|
30177
30196
|
display: flex;
|
|
30178
30197
|
align-items: center;
|
|
30198
|
+
border-radius: 6px;
|
|
30199
|
+
cursor: pointer;
|
|
30200
|
+
transition: all 0.3s ease;
|
|
30201
|
+
}
|
|
30202
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30203
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30204
|
+
color: #0080ff;
|
|
30205
|
+
}
|
|
30206
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30207
|
+
margin-left: 4px;
|
|
30208
|
+
}
|
|
30209
|
+
.p12gwtiw .pagination-right {
|
|
30210
|
+
display: flex;
|
|
30211
|
+
align-items: center;
|
|
30212
|
+
color: #0080ff;
|
|
30213
|
+
font-weight: bold;
|
|
30214
|
+
}
|
|
30215
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30216
|
+
margin-left: 4px;
|
|
30217
|
+
}
|
|
30218
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30219
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30220
|
+
padding: 0 8px;
|
|
30221
|
+
}
|
|
30222
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30223
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30224
|
+
color: #0080ff;
|
|
30225
|
+
}
|
|
30226
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30227
|
+
transform: rotate(180deg);
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30231
|
+
max-height: calc(100vh - 128px);
|
|
30232
|
+
overflow-y: auto;
|
|
30233
|
+
}
|
|
30234
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30235
|
+
padding: 4px 20px;
|
|
30236
|
+
font-size: 12px;
|
|
30237
|
+
line-height: 18px;
|
|
30238
|
+
}
|
|
30239
|
+
|
|
30240
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30241
|
+
display: inline-flex;
|
|
30242
|
+
align-items: baseline;
|
|
30243
|
+
white-space: pre-wrap;
|
|
30244
|
+
}
|
|
30245
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30246
|
+
position: relative;
|
|
30247
|
+
top: 3px;
|
|
30248
|
+
}
|
|
30249
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30250
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30251
|
+
}
|
|
30252
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30253
|
+
border-color: #0080ff;
|
|
30254
|
+
}
|
|
30255
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30256
|
+
border-color: #0080ff;
|
|
30257
|
+
background: #0080ff;
|
|
30258
|
+
}
|
|
30259
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30260
|
+
top: 4px;
|
|
30261
|
+
left: 4px;
|
|
30262
|
+
width: 6px;
|
|
30263
|
+
height: 6px;
|
|
30264
|
+
background: #fff;
|
|
30265
|
+
}
|
|
30266
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30267
|
+
opacity: 0.5;
|
|
30268
|
+
}
|
|
30269
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30270
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30271
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30272
|
+
}
|
|
30273
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30274
|
+
background: #00122e;
|
|
30275
|
+
}
|
|
30276
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30277
|
+
color: #00122e;
|
|
30278
|
+
opacity: 0.5;
|
|
30279
|
+
}
|
|
30280
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30281
|
+
color: #00122e;
|
|
30282
|
+
}
|
|
30283
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30284
|
+
display: inline-block;
|
|
30285
|
+
padding: 0;
|
|
30286
|
+
padding-left: 12px;
|
|
30287
|
+
}
|
|
30288
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30289
|
+
margin-bottom: 0;
|
|
30290
|
+
white-space: pre-wrap;
|
|
30291
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30292
|
+
}
|
|
30293
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30294
|
+
padding-left: 8px;
|
|
30295
|
+
}
|
|
30296
|
+
|
|
30297
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30298
|
+
border-radius: 5px 0 0 5px;
|
|
30299
|
+
}
|
|
30300
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30301
|
+
border-radius: 0 5px 5px 0;
|
|
30302
|
+
}
|
|
30303
|
+
|
|
30304
|
+
.r1f0aqcc {
|
|
30305
|
+
color: #00122e;
|
|
30306
|
+
border-color: #ccd4e3;
|
|
30307
|
+
}
|
|
30308
|
+
.r1f0aqcc:first-child {
|
|
30309
|
+
border-color: #a3b4cc;
|
|
30310
|
+
}
|
|
30311
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30312
|
+
padding: 0 12px;
|
|
30313
|
+
line-height: 32px;
|
|
30314
|
+
height: 32px;
|
|
30315
|
+
}
|
|
30316
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30179
30317
|
white-space: nowrap;
|
|
30180
|
-
|
|
30318
|
+
}
|
|
30319
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30320
|
+
height: 22px;
|
|
30321
|
+
padding: 0 7px;
|
|
30322
|
+
line-height: 20px;
|
|
30323
|
+
}
|
|
30324
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30325
|
+
background: #ccd4e3;
|
|
30326
|
+
}
|
|
30327
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30328
|
+
background: #0080ff;
|
|
30329
|
+
}
|
|
30330
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30331
|
+
background: #ccd4e3;
|
|
30332
|
+
opacity: 0.5;
|
|
30333
|
+
}
|
|
30334
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30335
|
+
border-right-color: #0080ff;
|
|
30336
|
+
}
|
|
30337
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30338
|
+
border-color: #0080ff;
|
|
30339
|
+
}
|
|
30340
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30341
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30342
|
+
}
|
|
30343
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30344
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30345
|
+
border-color: #ccd4e3;
|
|
30346
|
+
opacity: 0.5;
|
|
30347
|
+
}
|
|
30348
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30349
|
+
color: #00122e;
|
|
30350
|
+
border-color: #ccd4e3;
|
|
30351
|
+
}
|
|
30352
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30353
|
+
color: #00122e;
|
|
30354
|
+
border-color: #ccd4e3;
|
|
30355
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30356
|
+
}
|
|
30357
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30358
|
+
margin-right: 8px;
|
|
30359
|
+
display: inline;
|
|
30360
|
+
border: none;
|
|
30361
|
+
padding: 0;
|
|
30362
|
+
width: 36px;
|
|
30363
|
+
background: transparent;
|
|
30364
|
+
}
|
|
30365
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30366
|
+
box-shadow: none;
|
|
30367
|
+
}
|
|
30368
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30369
|
+
margin-right: 0;
|
|
30370
|
+
width: initial;
|
|
30371
|
+
box-shadow: none;
|
|
30372
|
+
}
|
|
30373
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30374
|
+
display: none;
|
|
30375
|
+
}
|
|
30376
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30377
|
+
display: inline;
|
|
30378
|
+
}
|
|
30379
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30380
|
+
display: inline;
|
|
30381
|
+
margin-right: 8px;
|
|
30382
|
+
padding: 0;
|
|
30383
|
+
width: 36px;
|
|
30181
30384
|
}
|
|
30182
30385
|
|
|
30183
30386
|
.cz04yix {
|
|
@@ -30791,209 +30994,6 @@ input.rrg1fkn.ant-input {
|
|
|
30791
30994
|
border-bottom-left-radius: 0;
|
|
30792
30995
|
}
|
|
30793
30996
|
|
|
30794
|
-
.p12gwtiw {
|
|
30795
|
-
display: flex;
|
|
30796
|
-
justify-content: space-between;
|
|
30797
|
-
align-items: center;
|
|
30798
|
-
padding: 10px 0;
|
|
30799
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30800
|
-
font-size: 12px;
|
|
30801
|
-
line-height: 24px;
|
|
30802
|
-
}
|
|
30803
|
-
.p12gwtiw .pagination-left {
|
|
30804
|
-
padding: 2px 8px;
|
|
30805
|
-
}
|
|
30806
|
-
.p12gwtiw .dropdown-trigger {
|
|
30807
|
-
display: flex;
|
|
30808
|
-
align-items: center;
|
|
30809
|
-
border-radius: 6px;
|
|
30810
|
-
cursor: pointer;
|
|
30811
|
-
transition: all 0.3s ease;
|
|
30812
|
-
}
|
|
30813
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30814
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30815
|
-
color: #0080ff;
|
|
30816
|
-
}
|
|
30817
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30818
|
-
margin-left: 4px;
|
|
30819
|
-
}
|
|
30820
|
-
.p12gwtiw .pagination-right {
|
|
30821
|
-
display: flex;
|
|
30822
|
-
align-items: center;
|
|
30823
|
-
color: #0080ff;
|
|
30824
|
-
font-weight: bold;
|
|
30825
|
-
}
|
|
30826
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30827
|
-
margin-left: 4px;
|
|
30828
|
-
}
|
|
30829
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30830
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30831
|
-
padding: 0 8px;
|
|
30832
|
-
}
|
|
30833
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30834
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30835
|
-
color: #0080ff;
|
|
30836
|
-
}
|
|
30837
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30838
|
-
transform: rotate(180deg);
|
|
30839
|
-
}
|
|
30840
|
-
|
|
30841
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30842
|
-
max-height: calc(100vh - 128px);
|
|
30843
|
-
overflow-y: auto;
|
|
30844
|
-
}
|
|
30845
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30846
|
-
padding: 4px 20px;
|
|
30847
|
-
font-size: 12px;
|
|
30848
|
-
line-height: 18px;
|
|
30849
|
-
}
|
|
30850
|
-
|
|
30851
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30852
|
-
display: inline-flex;
|
|
30853
|
-
align-items: baseline;
|
|
30854
|
-
white-space: pre-wrap;
|
|
30855
|
-
}
|
|
30856
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30857
|
-
position: relative;
|
|
30858
|
-
top: 3px;
|
|
30859
|
-
}
|
|
30860
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30861
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30862
|
-
}
|
|
30863
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30864
|
-
border-color: #0080ff;
|
|
30865
|
-
}
|
|
30866
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30867
|
-
border-color: #0080ff;
|
|
30868
|
-
background: #0080ff;
|
|
30869
|
-
}
|
|
30870
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30871
|
-
top: 4px;
|
|
30872
|
-
left: 4px;
|
|
30873
|
-
width: 6px;
|
|
30874
|
-
height: 6px;
|
|
30875
|
-
background: #fff;
|
|
30876
|
-
}
|
|
30877
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30878
|
-
opacity: 0.5;
|
|
30879
|
-
}
|
|
30880
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30881
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30882
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30883
|
-
}
|
|
30884
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30885
|
-
background: #00122e;
|
|
30886
|
-
}
|
|
30887
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30888
|
-
color: #00122e;
|
|
30889
|
-
opacity: 0.5;
|
|
30890
|
-
}
|
|
30891
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30892
|
-
color: #00122e;
|
|
30893
|
-
}
|
|
30894
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30895
|
-
display: inline-block;
|
|
30896
|
-
padding: 0;
|
|
30897
|
-
padding-left: 12px;
|
|
30898
|
-
}
|
|
30899
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30900
|
-
margin-bottom: 0;
|
|
30901
|
-
white-space: pre-wrap;
|
|
30902
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30903
|
-
}
|
|
30904
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30905
|
-
padding-left: 8px;
|
|
30906
|
-
}
|
|
30907
|
-
|
|
30908
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30909
|
-
border-radius: 5px 0 0 5px;
|
|
30910
|
-
}
|
|
30911
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30912
|
-
border-radius: 0 5px 5px 0;
|
|
30913
|
-
}
|
|
30914
|
-
|
|
30915
|
-
.r1f0aqcc {
|
|
30916
|
-
color: #00122e;
|
|
30917
|
-
border-color: #ccd4e3;
|
|
30918
|
-
}
|
|
30919
|
-
.r1f0aqcc:first-child {
|
|
30920
|
-
border-color: #a3b4cc;
|
|
30921
|
-
}
|
|
30922
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30923
|
-
padding: 0 12px;
|
|
30924
|
-
line-height: 32px;
|
|
30925
|
-
height: 32px;
|
|
30926
|
-
}
|
|
30927
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30928
|
-
white-space: nowrap;
|
|
30929
|
-
}
|
|
30930
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30931
|
-
height: 22px;
|
|
30932
|
-
padding: 0 7px;
|
|
30933
|
-
line-height: 20px;
|
|
30934
|
-
}
|
|
30935
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30936
|
-
background: #ccd4e3;
|
|
30937
|
-
}
|
|
30938
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30939
|
-
background: #0080ff;
|
|
30940
|
-
}
|
|
30941
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30942
|
-
background: #ccd4e3;
|
|
30943
|
-
opacity: 0.5;
|
|
30944
|
-
}
|
|
30945
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30946
|
-
border-right-color: #0080ff;
|
|
30947
|
-
}
|
|
30948
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30949
|
-
border-color: #0080ff;
|
|
30950
|
-
}
|
|
30951
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30952
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30953
|
-
}
|
|
30954
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30955
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30956
|
-
border-color: #ccd4e3;
|
|
30957
|
-
opacity: 0.5;
|
|
30958
|
-
}
|
|
30959
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30960
|
-
color: #00122e;
|
|
30961
|
-
border-color: #ccd4e3;
|
|
30962
|
-
}
|
|
30963
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30964
|
-
color: #00122e;
|
|
30965
|
-
border-color: #ccd4e3;
|
|
30966
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30967
|
-
}
|
|
30968
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30969
|
-
margin-right: 8px;
|
|
30970
|
-
display: inline;
|
|
30971
|
-
border: none;
|
|
30972
|
-
padding: 0;
|
|
30973
|
-
width: 36px;
|
|
30974
|
-
background: transparent;
|
|
30975
|
-
}
|
|
30976
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30977
|
-
box-shadow: none;
|
|
30978
|
-
}
|
|
30979
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30980
|
-
margin-right: 0;
|
|
30981
|
-
width: initial;
|
|
30982
|
-
box-shadow: none;
|
|
30983
|
-
}
|
|
30984
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30985
|
-
display: none;
|
|
30986
|
-
}
|
|
30987
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30988
|
-
display: inline;
|
|
30989
|
-
}
|
|
30990
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30991
|
-
display: inline;
|
|
30992
|
-
margin-right: 8px;
|
|
30993
|
-
padding: 0;
|
|
30994
|
-
width: 36px;
|
|
30995
|
-
}
|
|
30996
|
-
|
|
30997
30997
|
.s34f1qb.ant-switch {
|
|
30998
30998
|
min-width: 40px;
|
|
30999
30999
|
height: 24px;
|
|
@@ -31498,19 +31498,6 @@ input.rrg1fkn.ant-input {
|
|
|
31498
31498
|
display: inline-block;
|
|
31499
31499
|
}
|
|
31500
31500
|
|
|
31501
|
-
.m15dvk92 {
|
|
31502
|
-
display: flex;
|
|
31503
|
-
justify-content: space-between;
|
|
31504
|
-
width: 100%;
|
|
31505
|
-
}
|
|
31506
|
-
.m15dvk92 .action {
|
|
31507
|
-
margin-left: 16px;
|
|
31508
|
-
}
|
|
31509
|
-
|
|
31510
|
-
.aql8iqz .ant-alert-message {
|
|
31511
|
-
width: 100%;
|
|
31512
|
-
}
|
|
31513
|
-
|
|
31514
31501
|
.d6j0lbj {
|
|
31515
31502
|
font-family: Inter;
|
|
31516
31503
|
font-style: normal;
|
|
@@ -31986,6 +31973,19 @@ input.rrg1fkn.ant-input {
|
|
|
31986
31973
|
line-height: 12px;
|
|
31987
31974
|
}
|
|
31988
31975
|
|
|
31976
|
+
.m15dvk92 {
|
|
31977
|
+
display: flex;
|
|
31978
|
+
justify-content: space-between;
|
|
31979
|
+
width: 100%;
|
|
31980
|
+
}
|
|
31981
|
+
.m15dvk92 .action {
|
|
31982
|
+
margin-left: 16px;
|
|
31983
|
+
}
|
|
31984
|
+
|
|
31985
|
+
.aql8iqz .ant-alert-message {
|
|
31986
|
+
width: 100%;
|
|
31987
|
+
}
|
|
31988
|
+
|
|
31989
31989
|
.c198s9j3 {
|
|
31990
31990
|
color: #2d3a56;
|
|
31991
31991
|
line-height: 22px;
|
|
@@ -32143,10 +32143,6 @@ input.rrg1fkn.ant-input {
|
|
|
32143
32143
|
transform: rotate(180deg);
|
|
32144
32144
|
}
|
|
32145
32145
|
|
|
32146
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32147
|
-
display: flex;
|
|
32148
|
-
}
|
|
32149
|
-
|
|
32150
32146
|
.igz4le8 {
|
|
32151
32147
|
height: 24px;
|
|
32152
32148
|
width: 56px !important;
|
|
@@ -32157,6 +32153,10 @@ input.rrg1fkn.ant-input {
|
|
|
32157
32153
|
color: rgba(44, 56, 82, 0.6);
|
|
32158
32154
|
}
|
|
32159
32155
|
|
|
32156
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32157
|
+
display: flex;
|
|
32158
|
+
}
|
|
32159
|
+
|
|
32160
32160
|
.s14dk8r1 {
|
|
32161
32161
|
margin: 0;
|
|
32162
32162
|
border-radius: 20px;
|
|
@@ -32322,6 +32322,18 @@ input.rrg1fkn.ant-input {
|
|
|
32322
32322
|
white-space: nowrap;
|
|
32323
32323
|
}
|
|
32324
32324
|
|
|
32325
|
+
.n3qomhu {
|
|
32326
|
+
font-size: 90%;
|
|
32327
|
+
font-weight: bold;
|
|
32328
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32329
|
+
padding: 1px 4px 1px;
|
|
32330
|
+
margin-left: 2px;
|
|
32331
|
+
margin-right: 2px;
|
|
32332
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32333
|
+
border-radius: 4px;
|
|
32334
|
+
word-break: break-all;
|
|
32335
|
+
}
|
|
32336
|
+
|
|
32325
32337
|
.m1thnes4 {
|
|
32326
32338
|
color: rgba(44, 56, 82, 0.6);
|
|
32327
32339
|
text-align: center;
|