@cloudtower/eagle 0.26.13 → 0.26.14
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/ExpandableList/ExpandIcon.d.ts +13 -0
- package/dist/components/ExpandableList/ExpandableContainer.d.ts +5 -0
- package/dist/components/ExpandableList/ExpandableItem.d.ts +9 -0
- package/dist/components/ExpandableList/RoundOrder.d.ts +6 -0
- package/dist/components/ExpandableList/__test__/h5_css.test.d.ts +1 -0
- package/dist/components.css +304 -304
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +133 -133
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +1 -0
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29831,6 +29831,63 @@ html body {
|
|
|
29831
29831
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29832
29832
|
}
|
|
29833
29833
|
}
|
|
29834
|
+
.fde5mpd {
|
|
29835
|
+
width: 100%;
|
|
29836
|
+
height: 100%;
|
|
29837
|
+
min-height: 124px;
|
|
29838
|
+
display: flex;
|
|
29839
|
+
flex-direction: column;
|
|
29840
|
+
justify-content: center;
|
|
29841
|
+
align-items: center;
|
|
29842
|
+
}
|
|
29843
|
+
.fde5mpd .error-text {
|
|
29844
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29845
|
+
margin-bottom: 16px;
|
|
29846
|
+
font-size: 18px;
|
|
29847
|
+
}
|
|
29848
|
+
|
|
29849
|
+
.bpq0js6 {
|
|
29850
|
+
padding: 4px 11px;
|
|
29851
|
+
}
|
|
29852
|
+
|
|
29853
|
+
.b15sn34c {
|
|
29854
|
+
white-space: nowrap;
|
|
29855
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29856
|
+
}
|
|
29857
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29858
|
+
--color: #0080ff;
|
|
29859
|
+
}
|
|
29860
|
+
.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] {
|
|
29861
|
+
--color: #0080ff;
|
|
29862
|
+
}
|
|
29863
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29864
|
+
margin-left: 1px;
|
|
29865
|
+
}
|
|
29866
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29867
|
+
border-top-right-radius: 0;
|
|
29868
|
+
border-bottom-right-radius: 0;
|
|
29869
|
+
}
|
|
29870
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29871
|
+
border-top-left-radius: 0;
|
|
29872
|
+
border-bottom-left-radius: 0;
|
|
29873
|
+
}
|
|
29874
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29875
|
+
border-radius: unset;
|
|
29876
|
+
}
|
|
29877
|
+
|
|
29878
|
+
.iap75of {
|
|
29879
|
+
height: 18px;
|
|
29880
|
+
line-height: 18px;
|
|
29881
|
+
padding: 0 4px;
|
|
29882
|
+
border-radius: 4px;
|
|
29883
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29884
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29885
|
+
display: flex;
|
|
29886
|
+
align-items: center;
|
|
29887
|
+
white-space: nowrap;
|
|
29888
|
+
margin-right: 4px;
|
|
29889
|
+
}
|
|
29890
|
+
|
|
29834
29891
|
.buj61ew.ant-btn-icon-only {
|
|
29835
29892
|
justify-content: center;
|
|
29836
29893
|
}
|
|
@@ -30089,50 +30146,6 @@ html body {
|
|
|
30089
30146
|
padding: 0;
|
|
30090
30147
|
}
|
|
30091
30148
|
|
|
30092
|
-
.bpq0js6 {
|
|
30093
|
-
padding: 4px 11px;
|
|
30094
|
-
}
|
|
30095
|
-
|
|
30096
|
-
.b15sn34c {
|
|
30097
|
-
white-space: nowrap;
|
|
30098
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30099
|
-
}
|
|
30100
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30101
|
-
--color: #0080ff;
|
|
30102
|
-
}
|
|
30103
|
-
.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] {
|
|
30104
|
-
--color: #0080ff;
|
|
30105
|
-
}
|
|
30106
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30107
|
-
margin-left: 1px;
|
|
30108
|
-
}
|
|
30109
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30110
|
-
border-top-right-radius: 0;
|
|
30111
|
-
border-bottom-right-radius: 0;
|
|
30112
|
-
}
|
|
30113
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30114
|
-
border-top-left-radius: 0;
|
|
30115
|
-
border-bottom-left-radius: 0;
|
|
30116
|
-
}
|
|
30117
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30118
|
-
border-radius: unset;
|
|
30119
|
-
}
|
|
30120
|
-
|
|
30121
|
-
.fde5mpd {
|
|
30122
|
-
width: 100%;
|
|
30123
|
-
height: 100%;
|
|
30124
|
-
min-height: 124px;
|
|
30125
|
-
display: flex;
|
|
30126
|
-
flex-direction: column;
|
|
30127
|
-
justify-content: center;
|
|
30128
|
-
align-items: center;
|
|
30129
|
-
}
|
|
30130
|
-
.fde5mpd .error-text {
|
|
30131
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30132
|
-
margin-bottom: 16px;
|
|
30133
|
-
font-size: 18px;
|
|
30134
|
-
}
|
|
30135
|
-
|
|
30136
30149
|
.i1mrf09m {
|
|
30137
30150
|
display: inline-flex;
|
|
30138
30151
|
align-items: center;
|
|
@@ -30151,17 +30164,59 @@ html body {
|
|
|
30151
30164
|
animation: rotate 680ms linear infinite;
|
|
30152
30165
|
}
|
|
30153
30166
|
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
|
|
30158
|
-
|
|
30159
|
-
|
|
30160
|
-
|
|
30161
|
-
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
|
|
30167
|
+
.s34f1qb.ant-switch {
|
|
30168
|
+
min-width: 40px;
|
|
30169
|
+
height: 24px;
|
|
30170
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30171
|
+
overflow: hidden;
|
|
30172
|
+
}
|
|
30173
|
+
.s34f1qb.ant-switch:focus {
|
|
30174
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30175
|
+
}
|
|
30176
|
+
.s34f1qb.ant-switch-small {
|
|
30177
|
+
min-width: 26px;
|
|
30178
|
+
height: 16px;
|
|
30179
|
+
}
|
|
30180
|
+
.s34f1qb.ant-switch-large {
|
|
30181
|
+
min-width: 52px;
|
|
30182
|
+
height: 32px;
|
|
30183
|
+
}
|
|
30184
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30185
|
+
height: 20px;
|
|
30186
|
+
width: 20px;
|
|
30187
|
+
}
|
|
30188
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30189
|
+
border-radius: 10px;
|
|
30190
|
+
transition-delay: 120ms;
|
|
30191
|
+
}
|
|
30192
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30193
|
+
height: 14px;
|
|
30194
|
+
width: 14px;
|
|
30195
|
+
top: 1px;
|
|
30196
|
+
left: 1px;
|
|
30197
|
+
}
|
|
30198
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30199
|
+
height: 28px;
|
|
30200
|
+
width: 28px;
|
|
30201
|
+
}
|
|
30202
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30203
|
+
border-radius: 14px;
|
|
30204
|
+
}
|
|
30205
|
+
.s34f1qb.ant-switch-checked {
|
|
30206
|
+
background-color: #00ba5d;
|
|
30207
|
+
}
|
|
30208
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30209
|
+
left: calc(100% - 20px - 2px);
|
|
30210
|
+
}
|
|
30211
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30212
|
+
left: calc(100% - 14px - 1px);
|
|
30213
|
+
}
|
|
30214
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30215
|
+
left: calc(100% - 28px - 2px);
|
|
30216
|
+
}
|
|
30217
|
+
|
|
30218
|
+
.c1to9vb9 {
|
|
30219
|
+
margin-left: 5px;
|
|
30165
30220
|
}
|
|
30166
30221
|
|
|
30167
30222
|
.p12gwtiw {
|
|
@@ -30221,13 +30276,87 @@ html body {
|
|
|
30221
30276
|
line-height: 18px;
|
|
30222
30277
|
}
|
|
30223
30278
|
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30279
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30280
|
+
flex-direction: row;
|
|
30281
|
+
justify-content: stretch;
|
|
30226
30282
|
}
|
|
30227
|
-
|
|
30228
|
-
|
|
30229
|
-
|
|
30283
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30284
|
+
padding: 0;
|
|
30285
|
+
margin-right: 4px;
|
|
30286
|
+
flex: 1;
|
|
30287
|
+
overflow: visible;
|
|
30288
|
+
}
|
|
30289
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30290
|
+
display: none;
|
|
30291
|
+
}
|
|
30292
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30293
|
+
width: 100%;
|
|
30294
|
+
min-height: unset;
|
|
30295
|
+
}
|
|
30296
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30297
|
+
height: 26px;
|
|
30298
|
+
line-height: 26px;
|
|
30299
|
+
width: 100%;
|
|
30300
|
+
text-align: center;
|
|
30301
|
+
padding: 0;
|
|
30302
|
+
font-size: 12px;
|
|
30303
|
+
font-weight: normal;
|
|
30304
|
+
}
|
|
30305
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30306
|
+
margin-right: 10px;
|
|
30307
|
+
}
|
|
30308
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30309
|
+
display: none;
|
|
30310
|
+
}
|
|
30311
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30312
|
+
border-radius: 4px 0 0 4px;
|
|
30313
|
+
}
|
|
30314
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30315
|
+
margin-right: 0;
|
|
30316
|
+
}
|
|
30317
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30318
|
+
border-radius: 0 4px 4px 0;
|
|
30319
|
+
}
|
|
30320
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
30321
|
+
content: "";
|
|
30322
|
+
width: 0;
|
|
30323
|
+
height: 0;
|
|
30324
|
+
border: 13px solid transparent;
|
|
30325
|
+
position: absolute;
|
|
30326
|
+
top: 0;
|
|
30327
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30328
|
+
right: -21px;
|
|
30329
|
+
z-index: 2;
|
|
30330
|
+
}
|
|
30331
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
30332
|
+
content: "";
|
|
30333
|
+
width: 0;
|
|
30334
|
+
height: 0;
|
|
30335
|
+
border: 13px solid transparent;
|
|
30230
30336
|
position: absolute;
|
|
30337
|
+
top: 0;
|
|
30338
|
+
border-left: 8px solid #fff;
|
|
30339
|
+
left: 0;
|
|
30340
|
+
}
|
|
30341
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30342
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30343
|
+
}
|
|
30344
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30345
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30346
|
+
}
|
|
30347
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30348
|
+
color: #005ed1;
|
|
30349
|
+
}
|
|
30350
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
30351
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
30352
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
30353
|
+
}
|
|
30354
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
30355
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
30356
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30357
|
+
}
|
|
30358
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
30359
|
+
padding: 0;
|
|
30231
30360
|
}
|
|
30232
30361
|
|
|
30233
30362
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -30334,129 +30463,55 @@ html body {
|
|
|
30334
30463
|
background: rgba(0, 136, 255, 0.1);
|
|
30335
30464
|
}
|
|
30336
30465
|
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30337
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30338
|
-
border-color: #ccd4e3;
|
|
30339
|
-
opacity: 0.5;
|
|
30340
|
-
}
|
|
30341
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30342
|
-
color: #00122e;
|
|
30343
|
-
border-color: #ccd4e3;
|
|
30344
|
-
}
|
|
30345
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30346
|
-
color: #00122e;
|
|
30347
|
-
border-color: #ccd4e3;
|
|
30348
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30349
|
-
}
|
|
30350
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30351
|
-
margin-right: 8px;
|
|
30352
|
-
display: inline;
|
|
30353
|
-
border: none;
|
|
30354
|
-
padding: 0;
|
|
30355
|
-
width: 36px;
|
|
30356
|
-
background: transparent;
|
|
30357
|
-
}
|
|
30358
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30359
|
-
box-shadow: none;
|
|
30360
|
-
}
|
|
30361
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30362
|
-
margin-right: 0;
|
|
30363
|
-
width: initial;
|
|
30364
|
-
box-shadow: none;
|
|
30365
|
-
}
|
|
30366
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30367
|
-
display: none;
|
|
30368
|
-
}
|
|
30369
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30370
|
-
display: inline;
|
|
30371
|
-
}
|
|
30372
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30373
|
-
display: inline;
|
|
30374
|
-
margin-right: 8px;
|
|
30375
|
-
padding: 0;
|
|
30376
|
-
width: 36px;
|
|
30377
|
-
}
|
|
30378
|
-
|
|
30379
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30380
|
-
flex-direction: row;
|
|
30381
|
-
justify-content: stretch;
|
|
30382
|
-
}
|
|
30383
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30384
|
-
padding: 0;
|
|
30385
|
-
margin-right: 4px;
|
|
30386
|
-
flex: 1;
|
|
30387
|
-
overflow: visible;
|
|
30388
|
-
}
|
|
30389
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30390
|
-
display: none;
|
|
30391
|
-
}
|
|
30392
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30393
|
-
width: 100%;
|
|
30394
|
-
min-height: unset;
|
|
30395
|
-
}
|
|
30396
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30397
|
-
height: 26px;
|
|
30398
|
-
line-height: 26px;
|
|
30399
|
-
width: 100%;
|
|
30400
|
-
text-align: center;
|
|
30401
|
-
padding: 0;
|
|
30402
|
-
font-size: 12px;
|
|
30403
|
-
font-weight: normal;
|
|
30404
|
-
}
|
|
30405
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30406
|
-
margin-right: 10px;
|
|
30407
|
-
}
|
|
30408
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30409
|
-
display: none;
|
|
30410
|
-
}
|
|
30411
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30412
|
-
border-radius: 4px 0 0 4px;
|
|
30413
|
-
}
|
|
30414
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30415
|
-
margin-right: 0;
|
|
30416
|
-
}
|
|
30417
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30418
|
-
border-radius: 0 4px 4px 0;
|
|
30419
|
-
}
|
|
30420
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
30421
|
-
content: "";
|
|
30422
|
-
width: 0;
|
|
30423
|
-
height: 0;
|
|
30424
|
-
border: 13px solid transparent;
|
|
30425
|
-
position: absolute;
|
|
30426
|
-
top: 0;
|
|
30427
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30428
|
-
right: -21px;
|
|
30429
|
-
z-index: 2;
|
|
30430
|
-
}
|
|
30431
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
30432
|
-
content: "";
|
|
30433
|
-
width: 0;
|
|
30434
|
-
height: 0;
|
|
30435
|
-
border: 13px solid transparent;
|
|
30436
|
-
position: absolute;
|
|
30437
|
-
top: 0;
|
|
30438
|
-
border-left: 8px solid #fff;
|
|
30439
|
-
left: 0;
|
|
30466
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30467
|
+
border-color: #ccd4e3;
|
|
30468
|
+
opacity: 0.5;
|
|
30440
30469
|
}
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30470
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30471
|
+
color: #00122e;
|
|
30472
|
+
border-color: #ccd4e3;
|
|
30443
30473
|
}
|
|
30444
|
-
.
|
|
30445
|
-
|
|
30474
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30475
|
+
color: #00122e;
|
|
30476
|
+
border-color: #ccd4e3;
|
|
30477
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30446
30478
|
}
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30479
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30480
|
+
margin-right: 8px;
|
|
30481
|
+
display: inline;
|
|
30482
|
+
border: none;
|
|
30483
|
+
padding: 0;
|
|
30484
|
+
width: 36px;
|
|
30485
|
+
background: transparent;
|
|
30449
30486
|
}
|
|
30450
|
-
.
|
|
30451
|
-
|
|
30452
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
30487
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30488
|
+
box-shadow: none;
|
|
30453
30489
|
}
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30456
|
-
|
|
30490
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30491
|
+
margin-right: 0;
|
|
30492
|
+
width: initial;
|
|
30493
|
+
box-shadow: none;
|
|
30457
30494
|
}
|
|
30458
|
-
.
|
|
30495
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30496
|
+
display: none;
|
|
30497
|
+
}
|
|
30498
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30499
|
+
display: inline;
|
|
30500
|
+
}
|
|
30501
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30502
|
+
display: inline;
|
|
30503
|
+
margin-right: 8px;
|
|
30459
30504
|
padding: 0;
|
|
30505
|
+
width: 36px;
|
|
30506
|
+
}
|
|
30507
|
+
|
|
30508
|
+
.obf05yr {
|
|
30509
|
+
display: inline-block;
|
|
30510
|
+
}
|
|
30511
|
+
|
|
30512
|
+
.hsms1n6 {
|
|
30513
|
+
visibility: hidden;
|
|
30514
|
+
position: absolute;
|
|
30460
30515
|
}
|
|
30461
30516
|
|
|
30462
30517
|
.cz04yix {
|
|
@@ -31124,61 +31179,6 @@ input.rrg1fkn.ant-input {
|
|
|
31124
31179
|
border-bottom-left-radius: 0;
|
|
31125
31180
|
}
|
|
31126
31181
|
|
|
31127
|
-
.s34f1qb.ant-switch {
|
|
31128
|
-
min-width: 40px;
|
|
31129
|
-
height: 24px;
|
|
31130
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31131
|
-
overflow: hidden;
|
|
31132
|
-
}
|
|
31133
|
-
.s34f1qb.ant-switch:focus {
|
|
31134
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31135
|
-
}
|
|
31136
|
-
.s34f1qb.ant-switch-small {
|
|
31137
|
-
min-width: 26px;
|
|
31138
|
-
height: 16px;
|
|
31139
|
-
}
|
|
31140
|
-
.s34f1qb.ant-switch-large {
|
|
31141
|
-
min-width: 52px;
|
|
31142
|
-
height: 32px;
|
|
31143
|
-
}
|
|
31144
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31145
|
-
height: 20px;
|
|
31146
|
-
width: 20px;
|
|
31147
|
-
}
|
|
31148
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31149
|
-
border-radius: 10px;
|
|
31150
|
-
transition-delay: 120ms;
|
|
31151
|
-
}
|
|
31152
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31153
|
-
height: 14px;
|
|
31154
|
-
width: 14px;
|
|
31155
|
-
top: 1px;
|
|
31156
|
-
left: 1px;
|
|
31157
|
-
}
|
|
31158
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31159
|
-
height: 28px;
|
|
31160
|
-
width: 28px;
|
|
31161
|
-
}
|
|
31162
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31163
|
-
border-radius: 14px;
|
|
31164
|
-
}
|
|
31165
|
-
.s34f1qb.ant-switch-checked {
|
|
31166
|
-
background-color: #00ba5d;
|
|
31167
|
-
}
|
|
31168
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31169
|
-
left: calc(100% - 20px - 2px);
|
|
31170
|
-
}
|
|
31171
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31172
|
-
left: calc(100% - 14px - 1px);
|
|
31173
|
-
}
|
|
31174
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31175
|
-
left: calc(100% - 28px - 2px);
|
|
31176
|
-
}
|
|
31177
|
-
|
|
31178
|
-
.c1to9vb9 {
|
|
31179
|
-
margin-left: 5px;
|
|
31180
|
-
}
|
|
31181
|
-
|
|
31182
31182
|
.t1upn1sz {
|
|
31183
31183
|
height: 100%;
|
|
31184
31184
|
}
|
|
@@ -31543,10 +31543,6 @@ input.rrg1fkn.ant-input {
|
|
|
31543
31543
|
background: #fff;
|
|
31544
31544
|
}
|
|
31545
31545
|
|
|
31546
|
-
.i1e4sgug {
|
|
31547
|
-
display: inline-block;
|
|
31548
|
-
}
|
|
31549
|
-
|
|
31550
31546
|
.s1fc623g {
|
|
31551
31547
|
width: 430px !important;
|
|
31552
31548
|
}
|
|
@@ -31628,6 +31624,10 @@ input.rrg1fkn.ant-input {
|
|
|
31628
31624
|
opacity: 0;
|
|
31629
31625
|
}
|
|
31630
31626
|
|
|
31627
|
+
.i1e4sgug {
|
|
31628
|
+
display: inline-block;
|
|
31629
|
+
}
|
|
31630
|
+
|
|
31631
31631
|
.d6j0lbj {
|
|
31632
31632
|
font-family: Inter;
|
|
31633
31633
|
font-style: normal;
|
|
@@ -32494,6 +32494,36 @@ input.rrg1fkn.ant-input {
|
|
|
32494
32494
|
margin-left: 8px;
|
|
32495
32495
|
}
|
|
32496
32496
|
|
|
32497
|
+
.t1gz6wqf {
|
|
32498
|
+
height: 100%;
|
|
32499
|
+
}
|
|
32500
|
+
.t1gz6wqf .table-loading-item {
|
|
32501
|
+
padding: 12px 4px;
|
|
32502
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32503
|
+
display: flex;
|
|
32504
|
+
}
|
|
32505
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32506
|
+
height: 16px;
|
|
32507
|
+
margin: 4px;
|
|
32508
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32509
|
+
border-radius: 2px;
|
|
32510
|
+
}
|
|
32511
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32512
|
+
width: 16px;
|
|
32513
|
+
}
|
|
32514
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32515
|
+
flex: 1;
|
|
32516
|
+
}
|
|
32517
|
+
.t1gz6wqf :nth-child(1) {
|
|
32518
|
+
padding: 8px 4px;
|
|
32519
|
+
}
|
|
32520
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32521
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32522
|
+
}
|
|
32523
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32524
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32525
|
+
}
|
|
32526
|
+
|
|
32497
32527
|
.c1k4vanq {
|
|
32498
32528
|
padding: 0 16px 14px 16px;
|
|
32499
32529
|
}
|
|
@@ -32538,36 +32568,6 @@ input.rrg1fkn.ant-input {
|
|
|
32538
32568
|
margin-right: 2px;
|
|
32539
32569
|
}
|
|
32540
32570
|
|
|
32541
|
-
.t1gz6wqf {
|
|
32542
|
-
height: 100%;
|
|
32543
|
-
}
|
|
32544
|
-
.t1gz6wqf .table-loading-item {
|
|
32545
|
-
padding: 12px 4px;
|
|
32546
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32547
|
-
display: flex;
|
|
32548
|
-
}
|
|
32549
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32550
|
-
height: 16px;
|
|
32551
|
-
margin: 4px;
|
|
32552
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32553
|
-
border-radius: 2px;
|
|
32554
|
-
}
|
|
32555
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32556
|
-
width: 16px;
|
|
32557
|
-
}
|
|
32558
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32559
|
-
flex: 1;
|
|
32560
|
-
}
|
|
32561
|
-
.t1gz6wqf :nth-child(1) {
|
|
32562
|
-
padding: 8px 4px;
|
|
32563
|
-
}
|
|
32564
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32565
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32566
|
-
}
|
|
32567
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32568
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32569
|
-
}
|
|
32570
|
-
|
|
32571
32571
|
.bab9xum {
|
|
32572
32572
|
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);
|
|
32573
32573
|
}
|
|
@@ -32577,37 +32577,6 @@ input.rrg1fkn.ant-input {
|
|
|
32577
32577
|
background-color: white;
|
|
32578
32578
|
}
|
|
32579
32579
|
|
|
32580
|
-
.f1p9ti6d {
|
|
32581
|
-
width: 100%;
|
|
32582
|
-
margin-bottom: 0 !important;
|
|
32583
|
-
flex-flow: nowrap !important;
|
|
32584
|
-
line-break: auto;
|
|
32585
|
-
}
|
|
32586
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32587
|
-
text-align: left !important;
|
|
32588
|
-
padding-bottom: 0 !important;
|
|
32589
|
-
}
|
|
32590
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32591
|
-
min-height: 32px;
|
|
32592
|
-
height: auto;
|
|
32593
|
-
font-size: 13px;
|
|
32594
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32595
|
-
white-space: normal;
|
|
32596
|
-
}
|
|
32597
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32598
|
-
border-color: #ff4d4f !important;
|
|
32599
|
-
}
|
|
32600
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32601
|
-
margin-top: 4px;
|
|
32602
|
-
font-size: 12px;
|
|
32603
|
-
min-height: 0px;
|
|
32604
|
-
}
|
|
32605
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32606
|
-
font-size: 12px;
|
|
32607
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32608
|
-
min-height: 0px;
|
|
32609
|
-
}
|
|
32610
|
-
|
|
32611
32580
|
.tc40oxa {
|
|
32612
32581
|
margin-bottom: 4px;
|
|
32613
32582
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32801,6 +32770,37 @@ input.rrg1fkn.ant-input {
|
|
|
32801
32770
|
margin-right: 8px;
|
|
32802
32771
|
}
|
|
32803
32772
|
|
|
32773
|
+
.f1p9ti6d {
|
|
32774
|
+
width: 100%;
|
|
32775
|
+
margin-bottom: 0 !important;
|
|
32776
|
+
flex-flow: nowrap !important;
|
|
32777
|
+
line-break: auto;
|
|
32778
|
+
}
|
|
32779
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32780
|
+
text-align: left !important;
|
|
32781
|
+
padding-bottom: 0 !important;
|
|
32782
|
+
}
|
|
32783
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32784
|
+
min-height: 32px;
|
|
32785
|
+
height: auto;
|
|
32786
|
+
font-size: 13px;
|
|
32787
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32788
|
+
white-space: normal;
|
|
32789
|
+
}
|
|
32790
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32791
|
+
border-color: #ff4d4f !important;
|
|
32792
|
+
}
|
|
32793
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32794
|
+
margin-top: 4px;
|
|
32795
|
+
font-size: 12px;
|
|
32796
|
+
min-height: 0px;
|
|
32797
|
+
}
|
|
32798
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32799
|
+
font-size: 12px;
|
|
32800
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32801
|
+
min-height: 0px;
|
|
32802
|
+
}
|
|
32803
|
+
|
|
32804
32804
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
32805
32805
|
display: var(--at4ovwe-0);
|
|
32806
32806
|
}
|
|
@@ -32847,9 +32847,13 @@ input.rrg1fkn.ant-input {
|
|
|
32847
32847
|
font-size: inherit;
|
|
32848
32848
|
}
|
|
32849
32849
|
|
|
32850
|
-
.
|
|
32850
|
+
.w1xcixj5.outside-tag {
|
|
32851
|
+
padding-left: 0;
|
|
32852
|
+
}
|
|
32853
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32854
|
+
border-radius: 4px 0 0 4px;
|
|
32855
|
+
padding-right: 4px;
|
|
32851
32856
|
margin-right: 4px;
|
|
32852
|
-
height: 16px;
|
|
32853
32857
|
}
|
|
32854
32858
|
|
|
32855
32859
|
.sut42l0 {
|
|
@@ -32871,13 +32875,9 @@ input.rrg1fkn.ant-input {
|
|
|
32871
32875
|
height: 16px;
|
|
32872
32876
|
}
|
|
32873
32877
|
|
|
32874
|
-
.
|
|
32875
|
-
padding-left: 0;
|
|
32876
|
-
}
|
|
32877
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32878
|
-
border-radius: 4px 0 0 4px;
|
|
32879
|
-
padding-right: 4px;
|
|
32878
|
+
.iwsze0q {
|
|
32880
32879
|
margin-right: 4px;
|
|
32880
|
+
height: 16px;
|
|
32881
32881
|
}
|
|
32882
32882
|
|
|
32883
32883
|
.a6dbbkm .ant-input-number-handler-wrap {
|