@cloudtower/eagle 0.26.36 → 0.26.37
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 +388 -388
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1764 -1764
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30090,6 +30090,21 @@ html body {
|
|
|
30090
30090
|
padding: 0;
|
|
30091
30091
|
}
|
|
30092
30092
|
|
|
30093
|
+
.fde5mpd {
|
|
30094
|
+
width: 100%;
|
|
30095
|
+
height: 100%;
|
|
30096
|
+
min-height: 124px;
|
|
30097
|
+
display: flex;
|
|
30098
|
+
flex-direction: column;
|
|
30099
|
+
justify-content: center;
|
|
30100
|
+
align-items: center;
|
|
30101
|
+
}
|
|
30102
|
+
.fde5mpd .error-text {
|
|
30103
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30104
|
+
margin-bottom: 16px;
|
|
30105
|
+
font-size: 18px;
|
|
30106
|
+
}
|
|
30107
|
+
|
|
30093
30108
|
.bpq0js6 {
|
|
30094
30109
|
padding: 4px 11px;
|
|
30095
30110
|
}
|
|
@@ -30119,21 +30134,6 @@ html body {
|
|
|
30119
30134
|
border-radius: unset;
|
|
30120
30135
|
}
|
|
30121
30136
|
|
|
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;
|
|
30135
|
-
}
|
|
30136
|
-
|
|
30137
30137
|
.i1mrf09m {
|
|
30138
30138
|
display: inline-flex;
|
|
30139
30139
|
align-items: center;
|
|
@@ -30165,218 +30165,6 @@ html body {
|
|
|
30165
30165
|
margin-right: 4px;
|
|
30166
30166
|
}
|
|
30167
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
|
-
|
|
30380
30168
|
.cz04yix {
|
|
30381
30169
|
display: flex;
|
|
30382
30170
|
flex-direction: column;
|
|
@@ -31010,38 +30798,331 @@ input.rrg1fkn.ant-input {
|
|
|
31010
30798
|
height: 20px;
|
|
31011
30799
|
width: 20px;
|
|
31012
30800
|
}
|
|
31013
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31014
|
-
border-radius: 10px;
|
|
31015
|
-
transition-delay: 120ms;
|
|
30801
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30802
|
+
border-radius: 10px;
|
|
30803
|
+
transition-delay: 120ms;
|
|
30804
|
+
}
|
|
30805
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30806
|
+
height: 14px;
|
|
30807
|
+
width: 14px;
|
|
30808
|
+
top: 1px;
|
|
30809
|
+
left: 1px;
|
|
30810
|
+
}
|
|
30811
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30812
|
+
height: 28px;
|
|
30813
|
+
width: 28px;
|
|
30814
|
+
}
|
|
30815
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30816
|
+
border-radius: 14px;
|
|
30817
|
+
}
|
|
30818
|
+
.s34f1qb.ant-switch-checked {
|
|
30819
|
+
background-color: #00ba5d;
|
|
30820
|
+
}
|
|
30821
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30822
|
+
left: calc(100% - 20px - 2px);
|
|
30823
|
+
}
|
|
30824
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30825
|
+
left: calc(100% - 14px - 1px);
|
|
30826
|
+
}
|
|
30827
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30828
|
+
left: calc(100% - 28px - 2px);
|
|
30829
|
+
}
|
|
30830
|
+
|
|
30831
|
+
.c1to9vb9 {
|
|
30832
|
+
margin-left: 5px;
|
|
30833
|
+
}
|
|
30834
|
+
|
|
30835
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30836
|
+
display: inline-flex;
|
|
30837
|
+
align-items: baseline;
|
|
30838
|
+
white-space: pre-wrap;
|
|
30839
|
+
}
|
|
30840
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30841
|
+
position: relative;
|
|
30842
|
+
top: 3px;
|
|
30843
|
+
}
|
|
30844
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30845
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30846
|
+
}
|
|
30847
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30848
|
+
border-color: #0080ff;
|
|
30849
|
+
}
|
|
30850
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30851
|
+
border-color: #0080ff;
|
|
30852
|
+
background: #0080ff;
|
|
30853
|
+
}
|
|
30854
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30855
|
+
top: 4px;
|
|
30856
|
+
left: 4px;
|
|
30857
|
+
width: 6px;
|
|
30858
|
+
height: 6px;
|
|
30859
|
+
background: #fff;
|
|
30860
|
+
}
|
|
30861
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30862
|
+
opacity: 0.5;
|
|
30863
|
+
}
|
|
30864
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30865
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30866
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30867
|
+
}
|
|
30868
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30869
|
+
background: #00122e;
|
|
30870
|
+
}
|
|
30871
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30872
|
+
color: #00122e;
|
|
30873
|
+
opacity: 0.5;
|
|
30874
|
+
}
|
|
30875
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30876
|
+
color: #00122e;
|
|
30877
|
+
}
|
|
30878
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30879
|
+
display: inline-block;
|
|
30880
|
+
padding: 0;
|
|
30881
|
+
padding-left: 12px;
|
|
30882
|
+
}
|
|
30883
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30884
|
+
margin-bottom: 0;
|
|
30885
|
+
white-space: pre-wrap;
|
|
30886
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30887
|
+
}
|
|
30888
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30889
|
+
padding-left: 8px;
|
|
30890
|
+
}
|
|
30891
|
+
|
|
30892
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30893
|
+
border-radius: 5px 0 0 5px;
|
|
30894
|
+
}
|
|
30895
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30896
|
+
border-radius: 0 5px 5px 0;
|
|
30897
|
+
}
|
|
30898
|
+
|
|
30899
|
+
.r1f0aqcc {
|
|
30900
|
+
color: #00122e;
|
|
30901
|
+
border-color: #ccd4e3;
|
|
30902
|
+
}
|
|
30903
|
+
.r1f0aqcc:first-child {
|
|
30904
|
+
border-color: #a3b4cc;
|
|
30905
|
+
}
|
|
30906
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30907
|
+
padding: 0 12px;
|
|
30908
|
+
line-height: 32px;
|
|
30909
|
+
height: 32px;
|
|
30910
|
+
}
|
|
30911
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30912
|
+
white-space: nowrap;
|
|
30913
|
+
}
|
|
30914
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30915
|
+
height: 22px;
|
|
30916
|
+
padding: 0 7px;
|
|
30917
|
+
line-height: 20px;
|
|
30918
|
+
}
|
|
30919
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30920
|
+
background: #ccd4e3;
|
|
30921
|
+
}
|
|
30922
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30923
|
+
background: #0080ff;
|
|
30924
|
+
}
|
|
30925
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30926
|
+
background: #ccd4e3;
|
|
30927
|
+
opacity: 0.5;
|
|
30928
|
+
}
|
|
30929
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30930
|
+
border-right-color: #0080ff;
|
|
30931
|
+
}
|
|
30932
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30933
|
+
border-color: #0080ff;
|
|
30934
|
+
}
|
|
30935
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30936
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30937
|
+
}
|
|
30938
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30939
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30940
|
+
border-color: #ccd4e3;
|
|
30941
|
+
opacity: 0.5;
|
|
30942
|
+
}
|
|
30943
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30944
|
+
color: #00122e;
|
|
30945
|
+
border-color: #ccd4e3;
|
|
30946
|
+
}
|
|
30947
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30948
|
+
color: #00122e;
|
|
30949
|
+
border-color: #ccd4e3;
|
|
30950
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30951
|
+
}
|
|
30952
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30953
|
+
margin-right: 8px;
|
|
30954
|
+
display: inline;
|
|
30955
|
+
border: none;
|
|
30956
|
+
padding: 0;
|
|
30957
|
+
width: 36px;
|
|
30958
|
+
background: transparent;
|
|
30959
|
+
}
|
|
30960
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30961
|
+
box-shadow: none;
|
|
30962
|
+
}
|
|
30963
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30964
|
+
margin-right: 0;
|
|
30965
|
+
width: initial;
|
|
30966
|
+
box-shadow: none;
|
|
30967
|
+
}
|
|
30968
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30969
|
+
display: none;
|
|
30970
|
+
}
|
|
30971
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30972
|
+
display: inline;
|
|
30973
|
+
}
|
|
30974
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30975
|
+
display: inline;
|
|
30976
|
+
margin-right: 8px;
|
|
30977
|
+
padding: 0;
|
|
30978
|
+
width: 36px;
|
|
30979
|
+
}
|
|
30980
|
+
|
|
30981
|
+
.p12gwtiw {
|
|
30982
|
+
display: flex;
|
|
30983
|
+
justify-content: space-between;
|
|
30984
|
+
align-items: center;
|
|
30985
|
+
padding: 10px 0;
|
|
30986
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30987
|
+
font-size: 12px;
|
|
30988
|
+
line-height: 24px;
|
|
30989
|
+
}
|
|
30990
|
+
.p12gwtiw .pagination-left {
|
|
30991
|
+
padding: 2px 8px;
|
|
30992
|
+
}
|
|
30993
|
+
.p12gwtiw .dropdown-trigger {
|
|
30994
|
+
display: flex;
|
|
30995
|
+
align-items: center;
|
|
30996
|
+
border-radius: 6px;
|
|
30997
|
+
cursor: pointer;
|
|
30998
|
+
transition: all 0.3s ease;
|
|
30999
|
+
}
|
|
31000
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31001
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31002
|
+
color: #0080ff;
|
|
31003
|
+
}
|
|
31004
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31005
|
+
margin-left: 4px;
|
|
31006
|
+
}
|
|
31007
|
+
.p12gwtiw .pagination-right {
|
|
31008
|
+
display: flex;
|
|
31009
|
+
align-items: center;
|
|
31010
|
+
color: #0080ff;
|
|
31011
|
+
font-weight: bold;
|
|
31012
|
+
}
|
|
31013
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31014
|
+
margin-left: 4px;
|
|
31015
|
+
}
|
|
31016
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31017
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31018
|
+
padding: 0 8px;
|
|
31019
|
+
}
|
|
31020
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31021
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31022
|
+
color: #0080ff;
|
|
31023
|
+
}
|
|
31024
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31025
|
+
transform: rotate(180deg);
|
|
31026
|
+
}
|
|
31027
|
+
|
|
31028
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31029
|
+
max-height: calc(100vh - 128px);
|
|
31030
|
+
overflow-y: auto;
|
|
31031
|
+
}
|
|
31032
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31033
|
+
padding: 4px 20px;
|
|
31034
|
+
font-size: 12px;
|
|
31035
|
+
line-height: 18px;
|
|
31036
|
+
}
|
|
31037
|
+
|
|
31038
|
+
.obf05yr {
|
|
31039
|
+
display: inline-block;
|
|
31040
|
+
}
|
|
31041
|
+
|
|
31042
|
+
.hsms1n6 {
|
|
31043
|
+
visibility: hidden;
|
|
31044
|
+
position: absolute;
|
|
31045
|
+
}
|
|
31046
|
+
|
|
31047
|
+
.s1fc623g {
|
|
31048
|
+
width: 430px !important;
|
|
31049
|
+
}
|
|
31050
|
+
|
|
31051
|
+
.da3mx0o .ant-select-item-group {
|
|
31052
|
+
padding: 8px 16px;
|
|
31053
|
+
line-height: 18px;
|
|
31054
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31055
|
+
height: 34px;
|
|
31056
|
+
min-height: 34px;
|
|
31057
|
+
box-sizing: border-box;
|
|
31058
|
+
margin-top: 8px;
|
|
31059
|
+
}
|
|
31060
|
+
|
|
31061
|
+
.onr9gzt {
|
|
31062
|
+
display: flex;
|
|
31063
|
+
flex-direction: column;
|
|
31064
|
+
margin: 1px 8px;
|
|
31065
|
+
padding: 8px;
|
|
31066
|
+
border-radius: 4px;
|
|
31067
|
+
}
|
|
31068
|
+
.onr9gzt .selected-icon {
|
|
31069
|
+
display: none;
|
|
31070
|
+
}
|
|
31071
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31072
|
+
padding-left: 8px;
|
|
31073
|
+
}
|
|
31074
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31075
|
+
background-color: white;
|
|
31076
|
+
}
|
|
31077
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31078
|
+
color: #0080ff;
|
|
31079
|
+
}
|
|
31080
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31081
|
+
display: block;
|
|
31016
31082
|
}
|
|
31017
|
-
.
|
|
31018
|
-
|
|
31019
|
-
width: 14px;
|
|
31020
|
-
top: 1px;
|
|
31021
|
-
left: 1px;
|
|
31083
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31084
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31022
31085
|
}
|
|
31023
|
-
.
|
|
31024
|
-
|
|
31025
|
-
width: 28px;
|
|
31086
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31087
|
+
color: #0080ff;
|
|
31026
31088
|
}
|
|
31027
|
-
.
|
|
31028
|
-
|
|
31089
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31090
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31091
|
+
color: #0080ff;
|
|
31029
31092
|
}
|
|
31030
|
-
|
|
31031
|
-
|
|
31093
|
+
|
|
31094
|
+
.oiy0apc {
|
|
31095
|
+
display: flex;
|
|
31096
|
+
justify-content: space-between;
|
|
31097
|
+
height: 20px;
|
|
31098
|
+
line-height: 20px;
|
|
31032
31099
|
}
|
|
31033
|
-
.
|
|
31034
|
-
|
|
31100
|
+
.oiy0apc .timezone-title {
|
|
31101
|
+
color: #2d3a56;
|
|
31102
|
+
overflow: hidden;
|
|
31103
|
+
text-overflow: ellipsis;
|
|
31035
31104
|
}
|
|
31036
|
-
|
|
31037
|
-
|
|
31105
|
+
|
|
31106
|
+
.of4y382 {
|
|
31107
|
+
display: flex;
|
|
31108
|
+
justify-content: space-between;
|
|
31109
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31110
|
+
height: 18px;
|
|
31111
|
+
line-height: 18px;
|
|
31112
|
+
margin-top: 2px;
|
|
31038
31113
|
}
|
|
31039
|
-
|
|
31040
|
-
|
|
31114
|
+
|
|
31115
|
+
.t19903l9 {
|
|
31116
|
+
border: none;
|
|
31117
|
+
margin-right: 0;
|
|
31118
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31041
31119
|
}
|
|
31042
31120
|
|
|
31043
|
-
.
|
|
31044
|
-
|
|
31121
|
+
.ohwbvxu {
|
|
31122
|
+
pointer-events: none;
|
|
31123
|
+
height: 32px;
|
|
31124
|
+
width: 100%;
|
|
31125
|
+
opacity: 0;
|
|
31045
31126
|
}
|
|
31046
31127
|
|
|
31047
31128
|
.t1upn1sz {
|
|
@@ -31408,91 +31489,6 @@ input.rrg1fkn.ant-input {
|
|
|
31408
31489
|
background: #fff;
|
|
31409
31490
|
}
|
|
31410
31491
|
|
|
31411
|
-
.s1fc623g {
|
|
31412
|
-
width: 430px !important;
|
|
31413
|
-
}
|
|
31414
|
-
|
|
31415
|
-
.da3mx0o .ant-select-item-group {
|
|
31416
|
-
padding: 8px 16px;
|
|
31417
|
-
line-height: 18px;
|
|
31418
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31419
|
-
height: 34px;
|
|
31420
|
-
min-height: 34px;
|
|
31421
|
-
box-sizing: border-box;
|
|
31422
|
-
margin-top: 8px;
|
|
31423
|
-
}
|
|
31424
|
-
|
|
31425
|
-
.onr9gzt {
|
|
31426
|
-
display: flex;
|
|
31427
|
-
flex-direction: column;
|
|
31428
|
-
margin: 1px 8px;
|
|
31429
|
-
padding: 8px;
|
|
31430
|
-
border-radius: 4px;
|
|
31431
|
-
}
|
|
31432
|
-
.onr9gzt .selected-icon {
|
|
31433
|
-
display: none;
|
|
31434
|
-
}
|
|
31435
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31436
|
-
padding-left: 8px;
|
|
31437
|
-
}
|
|
31438
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31439
|
-
background-color: white;
|
|
31440
|
-
}
|
|
31441
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31442
|
-
color: #0080ff;
|
|
31443
|
-
}
|
|
31444
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31445
|
-
display: block;
|
|
31446
|
-
}
|
|
31447
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31448
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31449
|
-
}
|
|
31450
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31451
|
-
color: #0080ff;
|
|
31452
|
-
}
|
|
31453
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31454
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31455
|
-
color: #0080ff;
|
|
31456
|
-
}
|
|
31457
|
-
|
|
31458
|
-
.oiy0apc {
|
|
31459
|
-
display: flex;
|
|
31460
|
-
justify-content: space-between;
|
|
31461
|
-
height: 20px;
|
|
31462
|
-
line-height: 20px;
|
|
31463
|
-
}
|
|
31464
|
-
.oiy0apc .timezone-title {
|
|
31465
|
-
color: #2d3a56;
|
|
31466
|
-
overflow: hidden;
|
|
31467
|
-
text-overflow: ellipsis;
|
|
31468
|
-
}
|
|
31469
|
-
|
|
31470
|
-
.of4y382 {
|
|
31471
|
-
display: flex;
|
|
31472
|
-
justify-content: space-between;
|
|
31473
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31474
|
-
height: 18px;
|
|
31475
|
-
line-height: 18px;
|
|
31476
|
-
margin-top: 2px;
|
|
31477
|
-
}
|
|
31478
|
-
|
|
31479
|
-
.t19903l9 {
|
|
31480
|
-
border: none;
|
|
31481
|
-
margin-right: 0;
|
|
31482
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31483
|
-
}
|
|
31484
|
-
|
|
31485
|
-
.ohwbvxu {
|
|
31486
|
-
pointer-events: none;
|
|
31487
|
-
height: 32px;
|
|
31488
|
-
width: 100%;
|
|
31489
|
-
opacity: 0;
|
|
31490
|
-
}
|
|
31491
|
-
|
|
31492
|
-
.i1e4sgug {
|
|
31493
|
-
display: inline-block;
|
|
31494
|
-
}
|
|
31495
|
-
|
|
31496
31492
|
.d6j0lbj {
|
|
31497
31493
|
font-family: Inter;
|
|
31498
31494
|
font-style: normal;
|
|
@@ -31968,6 +31964,10 @@ input.rrg1fkn.ant-input {
|
|
|
31968
31964
|
line-height: 12px;
|
|
31969
31965
|
}
|
|
31970
31966
|
|
|
31967
|
+
.i1e4sgug {
|
|
31968
|
+
display: inline-block;
|
|
31969
|
+
}
|
|
31970
|
+
|
|
31971
31971
|
.m15dvk92 {
|
|
31972
31972
|
display: flex;
|
|
31973
31973
|
justify-content: space-between;
|
|
@@ -32081,6 +32081,24 @@ input.rrg1fkn.ant-input {
|
|
|
32081
32081
|
cursor: default;
|
|
32082
32082
|
}
|
|
32083
32083
|
|
|
32084
|
+
.igz4le8 {
|
|
32085
|
+
height: 24px;
|
|
32086
|
+
width: 56px !important;
|
|
32087
|
+
margin-right: 4px;
|
|
32088
|
+
}
|
|
32089
|
+
|
|
32090
|
+
.c1riexje {
|
|
32091
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32092
|
+
}
|
|
32093
|
+
|
|
32094
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32095
|
+
display: flex;
|
|
32096
|
+
}
|
|
32097
|
+
|
|
32098
|
+
.t19ustft .date {
|
|
32099
|
+
margin-right: 4px;
|
|
32100
|
+
}
|
|
32101
|
+
|
|
32084
32102
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32085
32103
|
border-radius: 6px;
|
|
32086
32104
|
}
|
|
@@ -32138,20 +32156,6 @@ input.rrg1fkn.ant-input {
|
|
|
32138
32156
|
transform: rotate(180deg);
|
|
32139
32157
|
}
|
|
32140
32158
|
|
|
32141
|
-
.igz4le8 {
|
|
32142
|
-
height: 24px;
|
|
32143
|
-
width: 56px !important;
|
|
32144
|
-
margin-right: 4px;
|
|
32145
|
-
}
|
|
32146
|
-
|
|
32147
|
-
.c1riexje {
|
|
32148
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32149
|
-
}
|
|
32150
|
-
|
|
32151
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32152
|
-
display: flex;
|
|
32153
|
-
}
|
|
32154
|
-
|
|
32155
32159
|
.s14dk8r1 {
|
|
32156
32160
|
margin: 0;
|
|
32157
32161
|
border-radius: 20px;
|
|
@@ -32226,10 +32230,6 @@ input.rrg1fkn.ant-input {
|
|
|
32226
32230
|
display: inline-block;
|
|
32227
32231
|
}
|
|
32228
32232
|
|
|
32229
|
-
.t19ustft .date {
|
|
32230
|
-
margin-right: 4px;
|
|
32231
|
-
}
|
|
32232
|
-
|
|
32233
32233
|
.s1uupxds {
|
|
32234
32234
|
padding: 0 8px;
|
|
32235
32235
|
border-radius: 4px;
|
|
@@ -32312,15 +32312,6 @@ input.rrg1fkn.ant-input {
|
|
|
32312
32312
|
background-color: #7E41FF;
|
|
32313
32313
|
}
|
|
32314
32314
|
|
|
32315
|
-
.o8ocss1 {
|
|
32316
|
-
overflow: hidden;
|
|
32317
|
-
text-overflow: ellipsis;
|
|
32318
|
-
}
|
|
32319
|
-
|
|
32320
|
-
.n17syc35 {
|
|
32321
|
-
white-space: nowrap;
|
|
32322
|
-
}
|
|
32323
|
-
|
|
32324
32315
|
.n3qomhu {
|
|
32325
32316
|
font-size: 90%;
|
|
32326
32317
|
font-weight: bold;
|
|
@@ -32333,6 +32324,15 @@ input.rrg1fkn.ant-input {
|
|
|
32333
32324
|
word-break: break-all;
|
|
32334
32325
|
}
|
|
32335
32326
|
|
|
32327
|
+
.o8ocss1 {
|
|
32328
|
+
overflow: hidden;
|
|
32329
|
+
text-overflow: ellipsis;
|
|
32330
|
+
}
|
|
32331
|
+
|
|
32332
|
+
.n17syc35 {
|
|
32333
|
+
white-space: nowrap;
|
|
32334
|
+
}
|
|
32335
|
+
|
|
32336
32336
|
.m1thnes4 {
|
|
32337
32337
|
color: rgba(44, 56, 82, 0.6);
|
|
32338
32338
|
text-align: center;
|
|
@@ -32769,6 +32769,23 @@ input.rrg1fkn.ant-input {
|
|
|
32769
32769
|
margin-right: 6px;
|
|
32770
32770
|
}
|
|
32771
32771
|
|
|
32772
|
+
.bab9xum {
|
|
32773
|
+
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);
|
|
32774
|
+
}
|
|
32775
|
+
|
|
32776
|
+
.cav4gt6 {
|
|
32777
|
+
border-radius: 8px;
|
|
32778
|
+
background-color: white;
|
|
32779
|
+
}
|
|
32780
|
+
.cav4gt6.hoverable {
|
|
32781
|
+
cursor: pointer;
|
|
32782
|
+
}
|
|
32783
|
+
.cav4gt6.hoverable:hover {
|
|
32784
|
+
transition: all 200ms ease;
|
|
32785
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32786
|
+
transform: translateY(-4px);
|
|
32787
|
+
}
|
|
32788
|
+
|
|
32772
32789
|
.f1p9ti6d {
|
|
32773
32790
|
width: 100%;
|
|
32774
32791
|
margin-bottom: 0 !important;
|
|
@@ -32800,23 +32817,6 @@ input.rrg1fkn.ant-input {
|
|
|
32800
32817
|
min-height: 0px;
|
|
32801
32818
|
}
|
|
32802
32819
|
|
|
32803
|
-
.bab9xum {
|
|
32804
|
-
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);
|
|
32805
|
-
}
|
|
32806
|
-
|
|
32807
|
-
.cav4gt6 {
|
|
32808
|
-
border-radius: 8px;
|
|
32809
|
-
background-color: white;
|
|
32810
|
-
}
|
|
32811
|
-
.cav4gt6.hoverable {
|
|
32812
|
-
cursor: pointer;
|
|
32813
|
-
}
|
|
32814
|
-
.cav4gt6.hoverable:hover {
|
|
32815
|
-
transition: all 200ms ease;
|
|
32816
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32817
|
-
transform: translateY(-4px);
|
|
32818
|
-
}
|
|
32819
|
-
|
|
32820
32820
|
.tc40oxa {
|
|
32821
32821
|
margin-bottom: 4px;
|
|
32822
32822
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33060,15 +33060,6 @@ input.rrg1fkn.ant-input {
|
|
|
33060
33060
|
font-size: inherit;
|
|
33061
33061
|
}
|
|
33062
33062
|
|
|
33063
|
-
.w1xcixj5.outside-tag {
|
|
33064
|
-
padding-left: 0;
|
|
33065
|
-
}
|
|
33066
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33067
|
-
border-radius: 4px 0 0 4px;
|
|
33068
|
-
padding-right: 4px;
|
|
33069
|
-
margin-right: 4px;
|
|
33070
|
-
}
|
|
33071
|
-
|
|
33072
33063
|
.sut42l0 {
|
|
33073
33064
|
padding: 0 8px;
|
|
33074
33065
|
height: 18px;
|
|
@@ -33093,6 +33084,15 @@ input.rrg1fkn.ant-input {
|
|
|
33093
33084
|
height: 16px;
|
|
33094
33085
|
}
|
|
33095
33086
|
|
|
33087
|
+
.w1xcixj5.outside-tag {
|
|
33088
|
+
padding-left: 0;
|
|
33089
|
+
}
|
|
33090
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33091
|
+
border-radius: 4px 0 0 4px;
|
|
33092
|
+
padding-right: 4px;
|
|
33093
|
+
margin-right: 4px;
|
|
33094
|
+
}
|
|
33095
|
+
|
|
33096
33096
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33097
33097
|
display: var(--a6dbbkm-0);
|
|
33098
33098
|
}
|