@cloudtower/eagle 0.27.1-beta.1 → 0.27.2-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.css +485 -485
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +858 -858
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30119,13 +30119,37 @@ html body {
|
|
|
30119
30119
|
border-radius: unset;
|
|
30120
30120
|
}
|
|
30121
30121
|
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30122
|
+
.fde5mpd {
|
|
30123
|
+
width: 100%;
|
|
30124
|
+
height: 100%;
|
|
30125
|
+
min-height: 124px;
|
|
30126
|
+
display: flex;
|
|
30127
|
+
flex-direction: column;
|
|
30128
|
+
justify-content: center;
|
|
30129
|
+
align-items: center;
|
|
30130
|
+
}
|
|
30131
|
+
.fde5mpd .error-text {
|
|
30132
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30133
|
+
margin-bottom: 16px;
|
|
30134
|
+
font-size: 18px;
|
|
30124
30135
|
}
|
|
30125
30136
|
|
|
30126
|
-
.
|
|
30127
|
-
|
|
30128
|
-
|
|
30137
|
+
.i1mrf09m {
|
|
30138
|
+
display: inline-flex;
|
|
30139
|
+
align-items: center;
|
|
30140
|
+
}
|
|
30141
|
+
.i1mrf09m .icon-inner {
|
|
30142
|
+
display: inline-flex;
|
|
30143
|
+
align-items: center;
|
|
30144
|
+
justify-content: center;
|
|
30145
|
+
}
|
|
30146
|
+
.i1mrf09m .icon-inner + span,
|
|
30147
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30148
|
+
margin-left: 4px;
|
|
30149
|
+
}
|
|
30150
|
+
.i1mrf09m.is-rotate img,
|
|
30151
|
+
.i1mrf09m.is-rotate svg {
|
|
30152
|
+
animation: rotate 680ms linear infinite;
|
|
30129
30153
|
}
|
|
30130
30154
|
|
|
30131
30155
|
.iap75of {
|
|
@@ -30141,6 +30165,218 @@ html body {
|
|
|
30141
30165
|
margin-right: 4px;
|
|
30142
30166
|
}
|
|
30143
30167
|
|
|
30168
|
+
.obf05yr {
|
|
30169
|
+
display: inline-block;
|
|
30170
|
+
}
|
|
30171
|
+
|
|
30172
|
+
.hsms1n6 {
|
|
30173
|
+
visibility: hidden;
|
|
30174
|
+
position: absolute;
|
|
30175
|
+
}
|
|
30176
|
+
|
|
30177
|
+
.p12gwtiw {
|
|
30178
|
+
display: flex;
|
|
30179
|
+
justify-content: space-between;
|
|
30180
|
+
align-items: center;
|
|
30181
|
+
padding: 10px 0;
|
|
30182
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30183
|
+
font-size: 12px;
|
|
30184
|
+
line-height: 24px;
|
|
30185
|
+
}
|
|
30186
|
+
.p12gwtiw .pagination-left {
|
|
30187
|
+
padding: 2px 8px;
|
|
30188
|
+
}
|
|
30189
|
+
.p12gwtiw .dropdown-trigger {
|
|
30190
|
+
display: flex;
|
|
30191
|
+
align-items: center;
|
|
30192
|
+
border-radius: 6px;
|
|
30193
|
+
cursor: pointer;
|
|
30194
|
+
transition: all 0.3s ease;
|
|
30195
|
+
}
|
|
30196
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30197
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30198
|
+
color: #0080ff;
|
|
30199
|
+
}
|
|
30200
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30201
|
+
margin-left: 4px;
|
|
30202
|
+
}
|
|
30203
|
+
.p12gwtiw .pagination-right {
|
|
30204
|
+
display: flex;
|
|
30205
|
+
align-items: center;
|
|
30206
|
+
color: #0080ff;
|
|
30207
|
+
font-weight: bold;
|
|
30208
|
+
}
|
|
30209
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30210
|
+
margin-left: 4px;
|
|
30211
|
+
}
|
|
30212
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30213
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30214
|
+
padding: 0 8px;
|
|
30215
|
+
}
|
|
30216
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30217
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30218
|
+
color: #0080ff;
|
|
30219
|
+
}
|
|
30220
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30221
|
+
transform: rotate(180deg);
|
|
30222
|
+
}
|
|
30223
|
+
|
|
30224
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30225
|
+
max-height: calc(100vh - 128px);
|
|
30226
|
+
overflow-y: auto;
|
|
30227
|
+
}
|
|
30228
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30229
|
+
padding: 4px 20px;
|
|
30230
|
+
font-size: 12px;
|
|
30231
|
+
line-height: 18px;
|
|
30232
|
+
}
|
|
30233
|
+
|
|
30234
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30235
|
+
display: inline-flex;
|
|
30236
|
+
align-items: baseline;
|
|
30237
|
+
white-space: pre-wrap;
|
|
30238
|
+
}
|
|
30239
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30240
|
+
position: relative;
|
|
30241
|
+
top: 3px;
|
|
30242
|
+
}
|
|
30243
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30244
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30245
|
+
}
|
|
30246
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30247
|
+
border-color: #0080ff;
|
|
30248
|
+
}
|
|
30249
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30250
|
+
border-color: #0080ff;
|
|
30251
|
+
background: #0080ff;
|
|
30252
|
+
}
|
|
30253
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30254
|
+
top: 4px;
|
|
30255
|
+
left: 4px;
|
|
30256
|
+
width: 6px;
|
|
30257
|
+
height: 6px;
|
|
30258
|
+
background: #fff;
|
|
30259
|
+
}
|
|
30260
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30261
|
+
opacity: 0.5;
|
|
30262
|
+
}
|
|
30263
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30264
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30265
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30266
|
+
}
|
|
30267
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30268
|
+
background: #00122e;
|
|
30269
|
+
}
|
|
30270
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30271
|
+
color: #00122e;
|
|
30272
|
+
opacity: 0.5;
|
|
30273
|
+
}
|
|
30274
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30275
|
+
color: #00122e;
|
|
30276
|
+
}
|
|
30277
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30278
|
+
display: inline-block;
|
|
30279
|
+
padding: 0;
|
|
30280
|
+
padding-left: 12px;
|
|
30281
|
+
}
|
|
30282
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30283
|
+
margin-bottom: 0;
|
|
30284
|
+
white-space: pre-wrap;
|
|
30285
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30286
|
+
}
|
|
30287
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30288
|
+
padding-left: 8px;
|
|
30289
|
+
}
|
|
30290
|
+
|
|
30291
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30292
|
+
border-radius: 5px 0 0 5px;
|
|
30293
|
+
}
|
|
30294
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30295
|
+
border-radius: 0 5px 5px 0;
|
|
30296
|
+
}
|
|
30297
|
+
|
|
30298
|
+
.r1f0aqcc {
|
|
30299
|
+
color: #00122e;
|
|
30300
|
+
border-color: #ccd4e3;
|
|
30301
|
+
}
|
|
30302
|
+
.r1f0aqcc:first-child {
|
|
30303
|
+
border-color: #a3b4cc;
|
|
30304
|
+
}
|
|
30305
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30306
|
+
padding: 0 12px;
|
|
30307
|
+
line-height: 32px;
|
|
30308
|
+
height: 32px;
|
|
30309
|
+
}
|
|
30310
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30311
|
+
white-space: nowrap;
|
|
30312
|
+
}
|
|
30313
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30314
|
+
height: 22px;
|
|
30315
|
+
padding: 0 7px;
|
|
30316
|
+
line-height: 20px;
|
|
30317
|
+
}
|
|
30318
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30319
|
+
background: #ccd4e3;
|
|
30320
|
+
}
|
|
30321
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30322
|
+
background: #0080ff;
|
|
30323
|
+
}
|
|
30324
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30325
|
+
background: #ccd4e3;
|
|
30326
|
+
opacity: 0.5;
|
|
30327
|
+
}
|
|
30328
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30329
|
+
border-right-color: #0080ff;
|
|
30330
|
+
}
|
|
30331
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30332
|
+
border-color: #0080ff;
|
|
30333
|
+
}
|
|
30334
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30335
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30336
|
+
}
|
|
30337
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30338
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30339
|
+
border-color: #ccd4e3;
|
|
30340
|
+
opacity: 0.5;
|
|
30341
|
+
}
|
|
30342
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30343
|
+
color: #00122e;
|
|
30344
|
+
border-color: #ccd4e3;
|
|
30345
|
+
}
|
|
30346
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30347
|
+
color: #00122e;
|
|
30348
|
+
border-color: #ccd4e3;
|
|
30349
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30350
|
+
}
|
|
30351
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30352
|
+
margin-right: 8px;
|
|
30353
|
+
display: inline;
|
|
30354
|
+
border: none;
|
|
30355
|
+
padding: 0;
|
|
30356
|
+
width: 36px;
|
|
30357
|
+
background: transparent;
|
|
30358
|
+
}
|
|
30359
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30360
|
+
box-shadow: none;
|
|
30361
|
+
}
|
|
30362
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30363
|
+
margin-right: 0;
|
|
30364
|
+
width: initial;
|
|
30365
|
+
box-shadow: none;
|
|
30366
|
+
}
|
|
30367
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30368
|
+
display: none;
|
|
30369
|
+
}
|
|
30370
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30371
|
+
display: inline;
|
|
30372
|
+
}
|
|
30373
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30374
|
+
display: inline;
|
|
30375
|
+
margin-right: 8px;
|
|
30376
|
+
padding: 0;
|
|
30377
|
+
width: 36px;
|
|
30378
|
+
}
|
|
30379
|
+
|
|
30144
30380
|
.cz04yix {
|
|
30145
30381
|
display: flex;
|
|
30146
30382
|
flex-direction: column;
|
|
@@ -30808,244 +31044,8 @@ input.rrg1fkn.ant-input {
|
|
|
30808
31044
|
margin-left: 5px;
|
|
30809
31045
|
}
|
|
30810
31046
|
|
|
30811
|
-
.
|
|
30812
|
-
|
|
30813
|
-
align-items: center;
|
|
30814
|
-
}
|
|
30815
|
-
.i1mrf09m .icon-inner {
|
|
30816
|
-
display: inline-flex;
|
|
30817
|
-
align-items: center;
|
|
30818
|
-
justify-content: center;
|
|
30819
|
-
}
|
|
30820
|
-
.i1mrf09m .icon-inner + span,
|
|
30821
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30822
|
-
margin-left: 4px;
|
|
30823
|
-
}
|
|
30824
|
-
.i1mrf09m.is-rotate img,
|
|
30825
|
-
.i1mrf09m.is-rotate svg {
|
|
30826
|
-
animation: rotate 680ms linear infinite;
|
|
30827
|
-
}
|
|
30828
|
-
|
|
30829
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30830
|
-
display: inline-flex;
|
|
30831
|
-
align-items: baseline;
|
|
30832
|
-
white-space: pre-wrap;
|
|
30833
|
-
}
|
|
30834
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30835
|
-
position: relative;
|
|
30836
|
-
top: 3px;
|
|
30837
|
-
}
|
|
30838
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30839
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30840
|
-
}
|
|
30841
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30842
|
-
border-color: #0080ff;
|
|
30843
|
-
}
|
|
30844
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30845
|
-
border-color: #0080ff;
|
|
30846
|
-
background: #0080ff;
|
|
30847
|
-
}
|
|
30848
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30849
|
-
top: 4px;
|
|
30850
|
-
left: 4px;
|
|
30851
|
-
width: 6px;
|
|
30852
|
-
height: 6px;
|
|
30853
|
-
background: #fff;
|
|
30854
|
-
}
|
|
30855
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30856
|
-
opacity: 0.5;
|
|
30857
|
-
}
|
|
30858
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30859
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30860
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30861
|
-
}
|
|
30862
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30863
|
-
background: #00122e;
|
|
30864
|
-
}
|
|
30865
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30866
|
-
color: #00122e;
|
|
30867
|
-
opacity: 0.5;
|
|
30868
|
-
}
|
|
30869
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30870
|
-
color: #00122e;
|
|
30871
|
-
}
|
|
30872
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30873
|
-
display: inline-block;
|
|
30874
|
-
padding: 0;
|
|
30875
|
-
padding-left: 12px;
|
|
30876
|
-
}
|
|
30877
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30878
|
-
margin-bottom: 0;
|
|
30879
|
-
white-space: pre-wrap;
|
|
30880
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30881
|
-
}
|
|
30882
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30883
|
-
padding-left: 8px;
|
|
30884
|
-
}
|
|
30885
|
-
|
|
30886
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30887
|
-
border-radius: 5px 0 0 5px;
|
|
30888
|
-
}
|
|
30889
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30890
|
-
border-radius: 0 5px 5px 0;
|
|
30891
|
-
}
|
|
30892
|
-
|
|
30893
|
-
.r1f0aqcc {
|
|
30894
|
-
color: #00122e;
|
|
30895
|
-
border-color: #ccd4e3;
|
|
30896
|
-
}
|
|
30897
|
-
.r1f0aqcc:first-child {
|
|
30898
|
-
border-color: #a3b4cc;
|
|
30899
|
-
}
|
|
30900
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30901
|
-
padding: 0 12px;
|
|
30902
|
-
line-height: 32px;
|
|
30903
|
-
height: 32px;
|
|
30904
|
-
}
|
|
30905
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30906
|
-
white-space: nowrap;
|
|
30907
|
-
}
|
|
30908
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30909
|
-
height: 22px;
|
|
30910
|
-
padding: 0 7px;
|
|
30911
|
-
line-height: 20px;
|
|
30912
|
-
}
|
|
30913
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30914
|
-
background: #ccd4e3;
|
|
30915
|
-
}
|
|
30916
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30917
|
-
background: #0080ff;
|
|
30918
|
-
}
|
|
30919
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30920
|
-
background: #ccd4e3;
|
|
30921
|
-
opacity: 0.5;
|
|
30922
|
-
}
|
|
30923
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30924
|
-
border-right-color: #0080ff;
|
|
30925
|
-
}
|
|
30926
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30927
|
-
border-color: #0080ff;
|
|
30928
|
-
}
|
|
30929
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30930
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30931
|
-
}
|
|
30932
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30933
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30934
|
-
border-color: #ccd4e3;
|
|
30935
|
-
opacity: 0.5;
|
|
30936
|
-
}
|
|
30937
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30938
|
-
color: #00122e;
|
|
30939
|
-
border-color: #ccd4e3;
|
|
30940
|
-
}
|
|
30941
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30942
|
-
color: #00122e;
|
|
30943
|
-
border-color: #ccd4e3;
|
|
30944
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30945
|
-
}
|
|
30946
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30947
|
-
margin-right: 8px;
|
|
30948
|
-
display: inline;
|
|
30949
|
-
border: none;
|
|
30950
|
-
padding: 0;
|
|
30951
|
-
width: 36px;
|
|
30952
|
-
background: transparent;
|
|
30953
|
-
}
|
|
30954
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30955
|
-
box-shadow: none;
|
|
30956
|
-
}
|
|
30957
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30958
|
-
margin-right: 0;
|
|
30959
|
-
width: initial;
|
|
30960
|
-
box-shadow: none;
|
|
30961
|
-
}
|
|
30962
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30963
|
-
display: none;
|
|
30964
|
-
}
|
|
30965
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30966
|
-
display: inline;
|
|
30967
|
-
}
|
|
30968
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30969
|
-
display: inline;
|
|
30970
|
-
margin-right: 8px;
|
|
30971
|
-
padding: 0;
|
|
30972
|
-
width: 36px;
|
|
30973
|
-
}
|
|
30974
|
-
|
|
30975
|
-
.p12gwtiw {
|
|
30976
|
-
display: flex;
|
|
30977
|
-
justify-content: space-between;
|
|
30978
|
-
align-items: center;
|
|
30979
|
-
padding: 10px 0;
|
|
30980
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30981
|
-
font-size: 12px;
|
|
30982
|
-
line-height: 24px;
|
|
30983
|
-
}
|
|
30984
|
-
.p12gwtiw .pagination-left {
|
|
30985
|
-
padding: 2px 8px;
|
|
30986
|
-
}
|
|
30987
|
-
.p12gwtiw .dropdown-trigger {
|
|
30988
|
-
display: flex;
|
|
30989
|
-
align-items: center;
|
|
30990
|
-
border-radius: 6px;
|
|
30991
|
-
cursor: pointer;
|
|
30992
|
-
transition: all 0.3s ease;
|
|
30993
|
-
}
|
|
30994
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30995
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30996
|
-
color: #0080ff;
|
|
30997
|
-
}
|
|
30998
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30999
|
-
margin-left: 4px;
|
|
31000
|
-
}
|
|
31001
|
-
.p12gwtiw .pagination-right {
|
|
31002
|
-
display: flex;
|
|
31003
|
-
align-items: center;
|
|
31004
|
-
color: #0080ff;
|
|
31005
|
-
font-weight: bold;
|
|
31006
|
-
}
|
|
31007
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
31008
|
-
margin-left: 4px;
|
|
31009
|
-
}
|
|
31010
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
31011
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
31012
|
-
padding: 0 8px;
|
|
31013
|
-
}
|
|
31014
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31015
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
31016
|
-
color: #0080ff;
|
|
31017
|
-
}
|
|
31018
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31019
|
-
transform: rotate(180deg);
|
|
31020
|
-
}
|
|
31021
|
-
|
|
31022
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31023
|
-
max-height: calc(100vh - 128px);
|
|
31024
|
-
overflow-y: auto;
|
|
31025
|
-
}
|
|
31026
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31027
|
-
padding: 4px 20px;
|
|
31028
|
-
font-size: 12px;
|
|
31029
|
-
line-height: 18px;
|
|
31030
|
-
}
|
|
31031
|
-
|
|
31032
|
-
.fde5mpd {
|
|
31033
|
-
width: 100%;
|
|
31034
|
-
height: 100%;
|
|
31035
|
-
min-height: 124px;
|
|
31036
|
-
display: flex;
|
|
31037
|
-
flex-direction: column;
|
|
31038
|
-
justify-content: center;
|
|
31039
|
-
align-items: center;
|
|
31040
|
-
}
|
|
31041
|
-
.fde5mpd .error-text {
|
|
31042
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31043
|
-
margin-bottom: 16px;
|
|
31044
|
-
font-size: 18px;
|
|
31045
|
-
}
|
|
31046
|
-
|
|
31047
|
-
.t1upn1sz {
|
|
31048
|
-
height: 100%;
|
|
31047
|
+
.t1upn1sz {
|
|
31048
|
+
height: 100%;
|
|
31049
31049
|
}
|
|
31050
31050
|
|
|
31051
31051
|
.tta5kd2 {
|
|
@@ -32026,13 +32026,6 @@ input.rrg1fkn.ant-input {
|
|
|
32026
32026
|
text-align: center;
|
|
32027
32027
|
}
|
|
32028
32028
|
|
|
32029
|
-
.tje3huy {
|
|
32030
|
-
width: 100%;
|
|
32031
|
-
overflow: inherit;
|
|
32032
|
-
white-space: inherit;
|
|
32033
|
-
text-overflow: ellipsis;
|
|
32034
|
-
}
|
|
32035
|
-
|
|
32036
32029
|
.m15dvk92 {
|
|
32037
32030
|
display: flex;
|
|
32038
32031
|
justify-content: space-between;
|
|
@@ -32046,19 +32039,55 @@ input.rrg1fkn.ant-input {
|
|
|
32046
32039
|
width: 100%;
|
|
32047
32040
|
}
|
|
32048
32041
|
|
|
32049
|
-
.
|
|
32050
|
-
|
|
32051
|
-
|
|
32052
|
-
|
|
32042
|
+
.tje3huy {
|
|
32043
|
+
width: 100%;
|
|
32044
|
+
overflow: inherit;
|
|
32045
|
+
white-space: inherit;
|
|
32046
|
+
text-overflow: ellipsis;
|
|
32053
32047
|
}
|
|
32054
|
-
|
|
32055
|
-
|
|
32056
|
-
|
|
32057
|
-
align-items: center;
|
|
32058
|
-
top: 0;
|
|
32048
|
+
|
|
32049
|
+
.c10crapj {
|
|
32050
|
+
border-radius: 8px;
|
|
32059
32051
|
}
|
|
32060
|
-
.
|
|
32061
|
-
|
|
32052
|
+
.c10crapj .ant-card-body {
|
|
32053
|
+
padding: 20px 24px 24px 24px;
|
|
32054
|
+
}
|
|
32055
|
+
|
|
32056
|
+
.cav9p2m .ant-collapse-item {
|
|
32057
|
+
border: 0px;
|
|
32058
|
+
background-color: #fff;
|
|
32059
|
+
}
|
|
32060
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32061
|
+
padding-top: 0px;
|
|
32062
|
+
padding-bottom: 0px;
|
|
32063
|
+
padding-left: 0px !important;
|
|
32064
|
+
padding-right: 24px;
|
|
32065
|
+
}
|
|
32066
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32067
|
+
right: 0px;
|
|
32068
|
+
}
|
|
32069
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32070
|
+
padding: 0px;
|
|
32071
|
+
}
|
|
32072
|
+
|
|
32073
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32074
|
+
padding-right: 0px;
|
|
32075
|
+
cursor: default;
|
|
32076
|
+
}
|
|
32077
|
+
|
|
32078
|
+
.c198s9j3 {
|
|
32079
|
+
color: #2d3a56;
|
|
32080
|
+
line-height: 22px;
|
|
32081
|
+
display: inline-flex;
|
|
32082
|
+
}
|
|
32083
|
+
.c198s9j3 .ant-checkbox {
|
|
32084
|
+
height: 22px;
|
|
32085
|
+
display: flex;
|
|
32086
|
+
align-items: center;
|
|
32087
|
+
top: 0;
|
|
32088
|
+
}
|
|
32089
|
+
.c198s9j3 .ant-checkbox-checked::after {
|
|
32090
|
+
border: none;
|
|
32062
32091
|
}
|
|
32063
32092
|
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32064
32093
|
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
@@ -32117,33 +32146,13 @@ input.rrg1fkn.ant-input {
|
|
|
32117
32146
|
margin-left: 24px;
|
|
32118
32147
|
}
|
|
32119
32148
|
|
|
32120
|
-
.
|
|
32121
|
-
|
|
32122
|
-
|
|
32123
|
-
.c10crapj .ant-card-body {
|
|
32124
|
-
padding: 20px 24px 24px 24px;
|
|
32125
|
-
}
|
|
32126
|
-
|
|
32127
|
-
.cav9p2m .ant-collapse-item {
|
|
32128
|
-
border: 0px;
|
|
32129
|
-
background-color: #fff;
|
|
32130
|
-
}
|
|
32131
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32132
|
-
padding-top: 0px;
|
|
32133
|
-
padding-bottom: 0px;
|
|
32134
|
-
padding-left: 0px !important;
|
|
32135
|
-
padding-right: 24px;
|
|
32136
|
-
}
|
|
32137
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32138
|
-
right: 0px;
|
|
32139
|
-
}
|
|
32140
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32141
|
-
padding: 0px;
|
|
32149
|
+
.o8ocss1 {
|
|
32150
|
+
overflow: hidden;
|
|
32151
|
+
text-overflow: ellipsis;
|
|
32142
32152
|
}
|
|
32143
32153
|
|
|
32144
|
-
.
|
|
32145
|
-
|
|
32146
|
-
cursor: default;
|
|
32154
|
+
.n17syc35 {
|
|
32155
|
+
white-space: nowrap;
|
|
32147
32156
|
}
|
|
32148
32157
|
|
|
32149
32158
|
.n3qomhu {
|
|
@@ -32158,19 +32167,6 @@ input.rrg1fkn.ant-input {
|
|
|
32158
32167
|
word-break: break-all;
|
|
32159
32168
|
}
|
|
32160
32169
|
|
|
32161
|
-
.o8ocss1 {
|
|
32162
|
-
overflow: hidden;
|
|
32163
|
-
text-overflow: ellipsis;
|
|
32164
|
-
}
|
|
32165
|
-
|
|
32166
|
-
.n17syc35 {
|
|
32167
|
-
white-space: nowrap;
|
|
32168
|
-
}
|
|
32169
|
-
|
|
32170
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32171
|
-
display: flex;
|
|
32172
|
-
}
|
|
32173
|
-
|
|
32174
32170
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32175
32171
|
border-radius: 6px;
|
|
32176
32172
|
}
|
|
@@ -32228,6 +32224,10 @@ input.rrg1fkn.ant-input {
|
|
|
32228
32224
|
transform: rotate(180deg);
|
|
32229
32225
|
}
|
|
32230
32226
|
|
|
32227
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32228
|
+
display: flex;
|
|
32229
|
+
}
|
|
32230
|
+
|
|
32231
32231
|
.igz4le8 {
|
|
32232
32232
|
height: 24px;
|
|
32233
32233
|
width: 56px !important;
|
|
@@ -32316,88 +32316,6 @@ input.rrg1fkn.ant-input {
|
|
|
32316
32316
|
margin-right: 4px;
|
|
32317
32317
|
}
|
|
32318
32318
|
|
|
32319
|
-
.s1uupxds {
|
|
32320
|
-
padding: 0 8px;
|
|
32321
|
-
border-radius: 4px;
|
|
32322
|
-
}
|
|
32323
|
-
|
|
32324
|
-
.m10sqwut {
|
|
32325
|
-
padding: 2px 8px;
|
|
32326
|
-
border-radius: 3px;
|
|
32327
|
-
}
|
|
32328
|
-
|
|
32329
|
-
.l1d492wb {
|
|
32330
|
-
padding: 3px 8px;
|
|
32331
|
-
border-radius: 2px;
|
|
32332
|
-
}
|
|
32333
|
-
|
|
32334
|
-
.t1lzavmu.ant-tag:hover {
|
|
32335
|
-
opacity: unset;
|
|
32336
|
-
}
|
|
32337
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32338
|
-
margin: 0;
|
|
32339
|
-
margin-right: 8px;
|
|
32340
|
-
display: inline-flex;
|
|
32341
|
-
align-items: center;
|
|
32342
|
-
border: none;
|
|
32343
|
-
}
|
|
32344
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32345
|
-
width: 16px;
|
|
32346
|
-
height: 16px;
|
|
32347
|
-
color: inherit;
|
|
32348
|
-
margin-left: 4px;
|
|
32349
|
-
opacity: 0.6;
|
|
32350
|
-
display: inline-flex;
|
|
32351
|
-
}
|
|
32352
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32353
|
-
opacity: 1;
|
|
32354
|
-
}
|
|
32355
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32356
|
-
color: #0080ff;
|
|
32357
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32358
|
-
}
|
|
32359
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32360
|
-
color: #f0483e;
|
|
32361
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32362
|
-
}
|
|
32363
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32364
|
-
color: #e07f00;
|
|
32365
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32366
|
-
}
|
|
32367
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32368
|
-
color: #008f4c;
|
|
32369
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32370
|
-
}
|
|
32371
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32372
|
-
color: #1d326c;
|
|
32373
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32374
|
-
}
|
|
32375
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32376
|
-
color: #7E41FF;
|
|
32377
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32378
|
-
}
|
|
32379
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32380
|
-
color: #fff;
|
|
32381
|
-
}
|
|
32382
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32383
|
-
background-color: #f0483e;
|
|
32384
|
-
}
|
|
32385
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32386
|
-
background-color: #fea008;
|
|
32387
|
-
}
|
|
32388
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32389
|
-
background-color: #00ba5d;
|
|
32390
|
-
}
|
|
32391
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32392
|
-
background-color: #0080ff;
|
|
32393
|
-
}
|
|
32394
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32395
|
-
background-color: #6b7d99;
|
|
32396
|
-
}
|
|
32397
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32398
|
-
background-color: #7E41FF;
|
|
32399
|
-
}
|
|
32400
|
-
|
|
32401
32319
|
.m1thnes4 {
|
|
32402
32320
|
color: rgba(44, 56, 82, 0.6);
|
|
32403
32321
|
text-align: center;
|
|
@@ -32559,6 +32477,88 @@ input.rrg1fkn.ant-input {
|
|
|
32559
32477
|
margin-left: 8px;
|
|
32560
32478
|
}
|
|
32561
32479
|
|
|
32480
|
+
.s1uupxds {
|
|
32481
|
+
padding: 0 8px;
|
|
32482
|
+
border-radius: 4px;
|
|
32483
|
+
}
|
|
32484
|
+
|
|
32485
|
+
.m10sqwut {
|
|
32486
|
+
padding: 2px 8px;
|
|
32487
|
+
border-radius: 3px;
|
|
32488
|
+
}
|
|
32489
|
+
|
|
32490
|
+
.l1d492wb {
|
|
32491
|
+
padding: 3px 8px;
|
|
32492
|
+
border-radius: 2px;
|
|
32493
|
+
}
|
|
32494
|
+
|
|
32495
|
+
.t1lzavmu.ant-tag:hover {
|
|
32496
|
+
opacity: unset;
|
|
32497
|
+
}
|
|
32498
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32499
|
+
margin: 0;
|
|
32500
|
+
margin-right: 8px;
|
|
32501
|
+
display: inline-flex;
|
|
32502
|
+
align-items: center;
|
|
32503
|
+
border: none;
|
|
32504
|
+
}
|
|
32505
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32506
|
+
width: 16px;
|
|
32507
|
+
height: 16px;
|
|
32508
|
+
color: inherit;
|
|
32509
|
+
margin-left: 4px;
|
|
32510
|
+
opacity: 0.6;
|
|
32511
|
+
display: inline-flex;
|
|
32512
|
+
}
|
|
32513
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32514
|
+
opacity: 1;
|
|
32515
|
+
}
|
|
32516
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32517
|
+
color: #0080ff;
|
|
32518
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32519
|
+
}
|
|
32520
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32521
|
+
color: #f0483e;
|
|
32522
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32523
|
+
}
|
|
32524
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32525
|
+
color: #e07f00;
|
|
32526
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32527
|
+
}
|
|
32528
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32529
|
+
color: #008f4c;
|
|
32530
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32531
|
+
}
|
|
32532
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32533
|
+
color: #1d326c;
|
|
32534
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32535
|
+
}
|
|
32536
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32537
|
+
color: #7E41FF;
|
|
32538
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32539
|
+
}
|
|
32540
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32541
|
+
color: #fff;
|
|
32542
|
+
}
|
|
32543
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32544
|
+
background-color: #f0483e;
|
|
32545
|
+
}
|
|
32546
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32547
|
+
background-color: #fea008;
|
|
32548
|
+
}
|
|
32549
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32550
|
+
background-color: #00ba5d;
|
|
32551
|
+
}
|
|
32552
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32553
|
+
background-color: #0080ff;
|
|
32554
|
+
}
|
|
32555
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32556
|
+
background-color: #6b7d99;
|
|
32557
|
+
}
|
|
32558
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32559
|
+
background-color: #7E41FF;
|
|
32560
|
+
}
|
|
32561
|
+
|
|
32562
32562
|
.sq6vos1 {
|
|
32563
32563
|
--item-min-width: 60px;
|
|
32564
32564
|
}
|
|
@@ -32774,10 +32774,6 @@ input.rrg1fkn.ant-input {
|
|
|
32774
32774
|
background: rgba(163, 180, 204, 0.18);
|
|
32775
32775
|
}
|
|
32776
32776
|
|
|
32777
|
-
.c1k4vanq {
|
|
32778
|
-
padding: 0 12px 14px 12px;
|
|
32779
|
-
}
|
|
32780
|
-
|
|
32781
32777
|
.c1udgdh2 {
|
|
32782
32778
|
color: #2d3a56;
|
|
32783
32779
|
padding: 7px 12px;
|
|
@@ -32818,20 +32814,8 @@ input.rrg1fkn.ant-input {
|
|
|
32818
32814
|
margin-right: 2px;
|
|
32819
32815
|
}
|
|
32820
32816
|
|
|
32821
|
-
.
|
|
32822
|
-
|
|
32823
|
-
align-items: center;
|
|
32824
|
-
}
|
|
32825
|
-
.rrwcpby .order {
|
|
32826
|
-
height: 24px;
|
|
32827
|
-
width: 24px;
|
|
32828
|
-
border-radius: 20px;
|
|
32829
|
-
color: #0080ff;
|
|
32830
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32831
|
-
display: flex;
|
|
32832
|
-
align-items: center;
|
|
32833
|
-
justify-content: center;
|
|
32834
|
-
margin-right: 6px;
|
|
32817
|
+
.c1k4vanq {
|
|
32818
|
+
padding: 0 12px 14px 12px;
|
|
32835
32819
|
}
|
|
32836
32820
|
|
|
32837
32821
|
.bab9xum {
|
|
@@ -32851,6 +32835,22 @@ input.rrg1fkn.ant-input {
|
|
|
32851
32835
|
transform: translateY(-4px);
|
|
32852
32836
|
}
|
|
32853
32837
|
|
|
32838
|
+
.rrwcpby {
|
|
32839
|
+
display: flex;
|
|
32840
|
+
align-items: center;
|
|
32841
|
+
}
|
|
32842
|
+
.rrwcpby .order {
|
|
32843
|
+
height: 24px;
|
|
32844
|
+
width: 24px;
|
|
32845
|
+
border-radius: 20px;
|
|
32846
|
+
color: #0080ff;
|
|
32847
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32848
|
+
display: flex;
|
|
32849
|
+
align-items: center;
|
|
32850
|
+
justify-content: center;
|
|
32851
|
+
margin-right: 6px;
|
|
32852
|
+
}
|
|
32853
|
+
|
|
32854
32854
|
.f1p9ti6d {
|
|
32855
32855
|
width: 100%;
|
|
32856
32856
|
margin-bottom: 0 !important;
|
|
@@ -32882,6 +32882,92 @@ input.rrg1fkn.ant-input {
|
|
|
32882
32882
|
min-height: 0px;
|
|
32883
32883
|
}
|
|
32884
32884
|
|
|
32885
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32886
|
+
display: var(--at4ovwe-0);
|
|
32887
|
+
}
|
|
32888
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32889
|
+
padding: 5px 12px;
|
|
32890
|
+
display: inline-flex;
|
|
32891
|
+
line-height: 1.5715;
|
|
32892
|
+
height: 100%;
|
|
32893
|
+
width: 100%;
|
|
32894
|
+
}
|
|
32895
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32896
|
+
content: var(--at4ovwe-1);
|
|
32897
|
+
display: var(--at4ovwe-2);
|
|
32898
|
+
flex: none;
|
|
32899
|
+
align-items: center;
|
|
32900
|
+
margin-left: 4px;
|
|
32901
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32902
|
+
}
|
|
32903
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32904
|
+
content: var(--at4ovwe-3);
|
|
32905
|
+
display: var(--at4ovwe-4);
|
|
32906
|
+
flex: none;
|
|
32907
|
+
align-items: center;
|
|
32908
|
+
margin-right: 4px;
|
|
32909
|
+
cursor: auto;
|
|
32910
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32911
|
+
}
|
|
32912
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32913
|
+
border-radius: 0;
|
|
32914
|
+
}
|
|
32915
|
+
.at4ovwe.ant-input-number {
|
|
32916
|
+
width: 100%;
|
|
32917
|
+
border-radius: 6px;
|
|
32918
|
+
}
|
|
32919
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32920
|
+
border-color: #0096ff;
|
|
32921
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32922
|
+
z-index: 1;
|
|
32923
|
+
}
|
|
32924
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32925
|
+
border-color: #e75a3a;
|
|
32926
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32927
|
+
}
|
|
32928
|
+
.at4ovwe .ant-input-number-input {
|
|
32929
|
+
padding: 0;
|
|
32930
|
+
margin: 0;
|
|
32931
|
+
height: auto;
|
|
32932
|
+
font-size: inherit;
|
|
32933
|
+
}
|
|
32934
|
+
|
|
32935
|
+
.iwsze0q {
|
|
32936
|
+
margin-right: 4px;
|
|
32937
|
+
height: 16px;
|
|
32938
|
+
}
|
|
32939
|
+
|
|
32940
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32941
|
+
display: var(--a6dbbkm-0);
|
|
32942
|
+
}
|
|
32943
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
32944
|
+
padding: 4px 11px;
|
|
32945
|
+
display: inline-flex;
|
|
32946
|
+
line-height: 1.5715;
|
|
32947
|
+
height: inherit;
|
|
32948
|
+
}
|
|
32949
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
32950
|
+
content: var(--a6dbbkm-1);
|
|
32951
|
+
display: var(--a6dbbkm-2);
|
|
32952
|
+
flex: none;
|
|
32953
|
+
align-items: center;
|
|
32954
|
+
margin-left: 4px;
|
|
32955
|
+
}
|
|
32956
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
32957
|
+
content: var(--a6dbbkm-3);
|
|
32958
|
+
display: var(--a6dbbkm-4);
|
|
32959
|
+
flex: none;
|
|
32960
|
+
align-items: center;
|
|
32961
|
+
margin-right: 4px;
|
|
32962
|
+
cursor: auto;
|
|
32963
|
+
}
|
|
32964
|
+
.a6dbbkm .ant-input-number-input {
|
|
32965
|
+
padding: 0;
|
|
32966
|
+
margin: 0;
|
|
32967
|
+
height: auto;
|
|
32968
|
+
font-size: inherit;
|
|
32969
|
+
}
|
|
32970
|
+
|
|
32885
32971
|
.tc40oxa {
|
|
32886
32972
|
margin-bottom: 4px;
|
|
32887
32973
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33075,56 +33161,6 @@ input.rrg1fkn.ant-input {
|
|
|
33075
33161
|
margin-right: 8px;
|
|
33076
33162
|
}
|
|
33077
33163
|
|
|
33078
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
33079
|
-
display: var(--at4ovwe-0);
|
|
33080
|
-
}
|
|
33081
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
33082
|
-
padding: 5px 12px;
|
|
33083
|
-
display: inline-flex;
|
|
33084
|
-
line-height: 1.5715;
|
|
33085
|
-
height: 100%;
|
|
33086
|
-
width: 100%;
|
|
33087
|
-
}
|
|
33088
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33089
|
-
content: var(--at4ovwe-1);
|
|
33090
|
-
display: var(--at4ovwe-2);
|
|
33091
|
-
flex: none;
|
|
33092
|
-
align-items: center;
|
|
33093
|
-
margin-left: 4px;
|
|
33094
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33095
|
-
}
|
|
33096
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33097
|
-
content: var(--at4ovwe-3);
|
|
33098
|
-
display: var(--at4ovwe-4);
|
|
33099
|
-
flex: none;
|
|
33100
|
-
align-items: center;
|
|
33101
|
-
margin-right: 4px;
|
|
33102
|
-
cursor: auto;
|
|
33103
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33104
|
-
}
|
|
33105
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33106
|
-
border-radius: 0;
|
|
33107
|
-
}
|
|
33108
|
-
.at4ovwe.ant-input-number {
|
|
33109
|
-
width: 100%;
|
|
33110
|
-
border-radius: 6px;
|
|
33111
|
-
}
|
|
33112
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33113
|
-
border-color: #0096ff;
|
|
33114
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33115
|
-
z-index: 1;
|
|
33116
|
-
}
|
|
33117
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33118
|
-
border-color: #e75a3a;
|
|
33119
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33120
|
-
}
|
|
33121
|
-
.at4ovwe .ant-input-number-input {
|
|
33122
|
-
padding: 0;
|
|
33123
|
-
margin: 0;
|
|
33124
|
-
height: auto;
|
|
33125
|
-
font-size: inherit;
|
|
33126
|
-
}
|
|
33127
|
-
|
|
33128
33164
|
.w1xcixj5.outside-tag {
|
|
33129
33165
|
padding-left: 0;
|
|
33130
33166
|
}
|
|
@@ -33153,42 +33189,6 @@ input.rrg1fkn.ant-input {
|
|
|
33153
33189
|
height: 16px;
|
|
33154
33190
|
}
|
|
33155
33191
|
|
|
33156
|
-
.iwsze0q {
|
|
33157
|
-
margin-right: 4px;
|
|
33158
|
-
height: 16px;
|
|
33159
|
-
}
|
|
33160
|
-
|
|
33161
|
-
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33162
|
-
display: var(--a6dbbkm-0);
|
|
33163
|
-
}
|
|
33164
|
-
.a6dbbkm .ant-input-number-input-wrap {
|
|
33165
|
-
padding: 4px 11px;
|
|
33166
|
-
display: inline-flex;
|
|
33167
|
-
line-height: 1.5715;
|
|
33168
|
-
height: inherit;
|
|
33169
|
-
}
|
|
33170
|
-
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
33171
|
-
content: var(--a6dbbkm-1);
|
|
33172
|
-
display: var(--a6dbbkm-2);
|
|
33173
|
-
flex: none;
|
|
33174
|
-
align-items: center;
|
|
33175
|
-
margin-left: 4px;
|
|
33176
|
-
}
|
|
33177
|
-
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
33178
|
-
content: var(--a6dbbkm-3);
|
|
33179
|
-
display: var(--a6dbbkm-4);
|
|
33180
|
-
flex: none;
|
|
33181
|
-
align-items: center;
|
|
33182
|
-
margin-right: 4px;
|
|
33183
|
-
cursor: auto;
|
|
33184
|
-
}
|
|
33185
|
-
.a6dbbkm .ant-input-number-input {
|
|
33186
|
-
padding: 0;
|
|
33187
|
-
margin: 0;
|
|
33188
|
-
height: auto;
|
|
33189
|
-
font-size: inherit;
|
|
33190
|
-
}
|
|
33191
|
-
|
|
33192
33192
|
.feau332.ant-form-item {
|
|
33193
33193
|
margin-bottom: 0;
|
|
33194
33194
|
}
|