@cloudtower/eagle 0.26.20 → 0.26.21
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 +351 -347
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +153 -149
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30134,6 +30134,24 @@ html body {
|
|
|
30134
30134
|
font-size: 18px;
|
|
30135
30135
|
}
|
|
30136
30136
|
|
|
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;
|
|
30153
|
+
}
|
|
30154
|
+
|
|
30137
30155
|
.iap75of {
|
|
30138
30156
|
height: 18px;
|
|
30139
30157
|
line-height: 18px;
|
|
@@ -30147,22 +30165,216 @@ html body {
|
|
|
30147
30165
|
margin-right: 4px;
|
|
30148
30166
|
}
|
|
30149
30167
|
|
|
30150
|
-
.
|
|
30151
|
-
display:
|
|
30168
|
+
.p12gwtiw {
|
|
30169
|
+
display: flex;
|
|
30170
|
+
justify-content: space-between;
|
|
30152
30171
|
align-items: center;
|
|
30172
|
+
padding: 10px 0;
|
|
30173
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30174
|
+
font-size: 12px;
|
|
30175
|
+
line-height: 24px;
|
|
30153
30176
|
}
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30177
|
+
.p12gwtiw .pagination-left {
|
|
30178
|
+
padding: 2px 8px;
|
|
30179
|
+
}
|
|
30180
|
+
.p12gwtiw .dropdown-trigger {
|
|
30181
|
+
display: flex;
|
|
30156
30182
|
align-items: center;
|
|
30157
|
-
|
|
30183
|
+
border-radius: 6px;
|
|
30184
|
+
cursor: pointer;
|
|
30185
|
+
transition: all 0.3s ease;
|
|
30158
30186
|
}
|
|
30159
|
-
.
|
|
30160
|
-
|
|
30187
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30188
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30189
|
+
color: #0080ff;
|
|
30190
|
+
}
|
|
30191
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30161
30192
|
margin-left: 4px;
|
|
30162
30193
|
}
|
|
30163
|
-
.
|
|
30164
|
-
|
|
30165
|
-
|
|
30194
|
+
.p12gwtiw .pagination-right {
|
|
30195
|
+
display: flex;
|
|
30196
|
+
align-items: center;
|
|
30197
|
+
color: #0080ff;
|
|
30198
|
+
font-weight: bold;
|
|
30199
|
+
}
|
|
30200
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30201
|
+
margin-left: 4px;
|
|
30202
|
+
}
|
|
30203
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30204
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30205
|
+
padding: 0 8px;
|
|
30206
|
+
}
|
|
30207
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30208
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30209
|
+
color: #0080ff;
|
|
30210
|
+
}
|
|
30211
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30212
|
+
transform: rotate(180deg);
|
|
30213
|
+
}
|
|
30214
|
+
|
|
30215
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30216
|
+
max-height: calc(100vh - 128px);
|
|
30217
|
+
overflow-y: auto;
|
|
30218
|
+
}
|
|
30219
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30220
|
+
padding: 4px 20px;
|
|
30221
|
+
font-size: 12px;
|
|
30222
|
+
line-height: 18px;
|
|
30223
|
+
}
|
|
30224
|
+
|
|
30225
|
+
.obf05yr {
|
|
30226
|
+
display: inline-block;
|
|
30227
|
+
}
|
|
30228
|
+
|
|
30229
|
+
.hsms1n6 {
|
|
30230
|
+
visibility: hidden;
|
|
30231
|
+
position: absolute;
|
|
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;
|
|
30166
30378
|
}
|
|
30167
30379
|
|
|
30168
30380
|
.cz04yix {
|
|
@@ -30588,6 +30800,7 @@ html body {
|
|
|
30588
30800
|
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30589
30801
|
border-color: rgba(107, 128, 167, 0.6);
|
|
30590
30802
|
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30803
|
+
z-index: 1;
|
|
30591
30804
|
}
|
|
30592
30805
|
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30593
30806
|
border-color: #0096ff;
|
|
@@ -30775,271 +30988,59 @@ input.rrg1fkn.ant-input {
|
|
|
30775
30988
|
border-bottom-left-radius: 0;
|
|
30776
30989
|
}
|
|
30777
30990
|
|
|
30778
|
-
.p12gwtiw {
|
|
30779
|
-
display: flex;
|
|
30780
|
-
justify-content: space-between;
|
|
30781
|
-
align-items: center;
|
|
30782
|
-
padding: 10px 0;
|
|
30783
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30784
|
-
font-size: 12px;
|
|
30785
|
-
line-height: 24px;
|
|
30786
|
-
}
|
|
30787
|
-
.p12gwtiw .pagination-left {
|
|
30788
|
-
padding: 2px 8px;
|
|
30789
|
-
}
|
|
30790
|
-
.p12gwtiw .dropdown-trigger {
|
|
30791
|
-
display: flex;
|
|
30792
|
-
align-items: center;
|
|
30793
|
-
border-radius: 6px;
|
|
30794
|
-
cursor: pointer;
|
|
30795
|
-
transition: all 0.3s ease;
|
|
30796
|
-
}
|
|
30797
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30798
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30799
|
-
color: #0080ff;
|
|
30800
|
-
}
|
|
30801
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30802
|
-
margin-left: 4px;
|
|
30803
|
-
}
|
|
30804
|
-
.p12gwtiw .pagination-right {
|
|
30805
|
-
display: flex;
|
|
30806
|
-
align-items: center;
|
|
30807
|
-
color: #0080ff;
|
|
30808
|
-
font-weight: bold;
|
|
30809
|
-
}
|
|
30810
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30811
|
-
margin-left: 4px;
|
|
30812
|
-
}
|
|
30813
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30814
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30815
|
-
padding: 0 8px;
|
|
30816
|
-
}
|
|
30817
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30818
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30819
|
-
color: #0080ff;
|
|
30820
|
-
}
|
|
30821
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30822
|
-
transform: rotate(180deg);
|
|
30823
|
-
}
|
|
30824
|
-
|
|
30825
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30826
|
-
max-height: calc(100vh - 128px);
|
|
30827
|
-
overflow-y: auto;
|
|
30828
|
-
}
|
|
30829
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30830
|
-
padding: 4px 20px;
|
|
30831
|
-
font-size: 12px;
|
|
30832
|
-
line-height: 18px;
|
|
30833
|
-
}
|
|
30834
|
-
|
|
30835
|
-
.obf05yr {
|
|
30836
|
-
display: inline-block;
|
|
30837
|
-
}
|
|
30838
|
-
|
|
30839
|
-
.hsms1n6 {
|
|
30840
|
-
visibility: hidden;
|
|
30841
|
-
position: absolute;
|
|
30842
|
-
}
|
|
30843
|
-
|
|
30844
30991
|
.s34f1qb.ant-switch {
|
|
30845
30992
|
min-width: 40px;
|
|
30846
30993
|
height: 24px;
|
|
30847
30994
|
background: rgba(172, 186, 211, 0.6);
|
|
30848
30995
|
overflow: hidden;
|
|
30849
30996
|
}
|
|
30850
|
-
.s34f1qb.ant-switch:focus {
|
|
30851
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30852
|
-
}
|
|
30853
|
-
.s34f1qb.ant-switch-small {
|
|
30854
|
-
min-width: 26px;
|
|
30855
|
-
height: 16px;
|
|
30856
|
-
}
|
|
30857
|
-
.s34f1qb.ant-switch-large {
|
|
30858
|
-
min-width: 52px;
|
|
30859
|
-
height: 32px;
|
|
30860
|
-
}
|
|
30861
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30862
|
-
height: 20px;
|
|
30863
|
-
width: 20px;
|
|
30864
|
-
}
|
|
30865
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30866
|
-
border-radius: 10px;
|
|
30867
|
-
transition-delay: 120ms;
|
|
30868
|
-
}
|
|
30869
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30870
|
-
height: 14px;
|
|
30871
|
-
width: 14px;
|
|
30872
|
-
top: 1px;
|
|
30873
|
-
left: 1px;
|
|
30874
|
-
}
|
|
30875
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30876
|
-
height: 28px;
|
|
30877
|
-
width: 28px;
|
|
30878
|
-
}
|
|
30879
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30880
|
-
border-radius: 14px;
|
|
30881
|
-
}
|
|
30882
|
-
.s34f1qb.ant-switch-checked {
|
|
30883
|
-
background-color: #00ba5d;
|
|
30884
|
-
}
|
|
30885
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30886
|
-
left: calc(100% - 20px - 2px);
|
|
30887
|
-
}
|
|
30888
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30889
|
-
left: calc(100% - 14px - 1px);
|
|
30890
|
-
}
|
|
30891
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30892
|
-
left: calc(100% - 28px - 2px);
|
|
30893
|
-
}
|
|
30894
|
-
|
|
30895
|
-
.c1to9vb9 {
|
|
30896
|
-
margin-left: 5px;
|
|
30897
|
-
}
|
|
30898
|
-
|
|
30899
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30900
|
-
display: inline-flex;
|
|
30901
|
-
align-items: baseline;
|
|
30902
|
-
white-space: pre-wrap;
|
|
30903
|
-
}
|
|
30904
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30905
|
-
position: relative;
|
|
30906
|
-
top: 3px;
|
|
30907
|
-
}
|
|
30908
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30909
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30910
|
-
}
|
|
30911
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30912
|
-
border-color: #0080ff;
|
|
30913
|
-
}
|
|
30914
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30915
|
-
border-color: #0080ff;
|
|
30916
|
-
background: #0080ff;
|
|
30917
|
-
}
|
|
30918
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30919
|
-
top: 4px;
|
|
30920
|
-
left: 4px;
|
|
30921
|
-
width: 6px;
|
|
30922
|
-
height: 6px;
|
|
30923
|
-
background: #fff;
|
|
30924
|
-
}
|
|
30925
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30926
|
-
opacity: 0.5;
|
|
30927
|
-
}
|
|
30928
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30929
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30930
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30931
|
-
}
|
|
30932
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30933
|
-
background: #00122e;
|
|
30934
|
-
}
|
|
30935
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30936
|
-
color: #00122e;
|
|
30937
|
-
opacity: 0.5;
|
|
30938
|
-
}
|
|
30939
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30940
|
-
color: #00122e;
|
|
30941
|
-
}
|
|
30942
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30943
|
-
display: inline-block;
|
|
30944
|
-
padding: 0;
|
|
30945
|
-
padding-left: 12px;
|
|
30946
|
-
}
|
|
30947
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30948
|
-
margin-bottom: 0;
|
|
30949
|
-
white-space: pre-wrap;
|
|
30950
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30951
|
-
}
|
|
30952
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30953
|
-
padding-left: 8px;
|
|
30954
|
-
}
|
|
30955
|
-
|
|
30956
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30957
|
-
border-radius: 5px 0 0 5px;
|
|
30958
|
-
}
|
|
30959
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30960
|
-
border-radius: 0 5px 5px 0;
|
|
30961
|
-
}
|
|
30962
|
-
|
|
30963
|
-
.r1f0aqcc {
|
|
30964
|
-
color: #00122e;
|
|
30965
|
-
border-color: #ccd4e3;
|
|
30966
|
-
}
|
|
30967
|
-
.r1f0aqcc:first-child {
|
|
30968
|
-
border-color: #a3b4cc;
|
|
30969
|
-
}
|
|
30970
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30971
|
-
padding: 0 12px;
|
|
30972
|
-
line-height: 32px;
|
|
30973
|
-
height: 32px;
|
|
30974
|
-
}
|
|
30975
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30976
|
-
white-space: nowrap;
|
|
30977
|
-
}
|
|
30978
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30979
|
-
height: 22px;
|
|
30980
|
-
padding: 0 7px;
|
|
30981
|
-
line-height: 20px;
|
|
30982
|
-
}
|
|
30983
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30984
|
-
background: #ccd4e3;
|
|
30985
|
-
}
|
|
30986
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30987
|
-
background: #0080ff;
|
|
30988
|
-
}
|
|
30989
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30990
|
-
background: #ccd4e3;
|
|
30991
|
-
opacity: 0.5;
|
|
30997
|
+
.s34f1qb.ant-switch:focus {
|
|
30998
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30992
30999
|
}
|
|
30993
|
-
.
|
|
30994
|
-
|
|
31000
|
+
.s34f1qb.ant-switch-small {
|
|
31001
|
+
min-width: 26px;
|
|
31002
|
+
height: 16px;
|
|
30995
31003
|
}
|
|
30996
|
-
.
|
|
30997
|
-
|
|
31004
|
+
.s34f1qb.ant-switch-large {
|
|
31005
|
+
min-width: 52px;
|
|
31006
|
+
height: 32px;
|
|
30998
31007
|
}
|
|
30999
|
-
.
|
|
31000
|
-
|
|
31008
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31009
|
+
height: 20px;
|
|
31010
|
+
width: 20px;
|
|
31001
31011
|
}
|
|
31002
|
-
.
|
|
31003
|
-
|
|
31004
|
-
|
|
31005
|
-
opacity: 0.5;
|
|
31012
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31013
|
+
border-radius: 10px;
|
|
31014
|
+
transition-delay: 120ms;
|
|
31006
31015
|
}
|
|
31007
|
-
.
|
|
31008
|
-
|
|
31009
|
-
|
|
31016
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31017
|
+
height: 14px;
|
|
31018
|
+
width: 14px;
|
|
31019
|
+
top: 1px;
|
|
31020
|
+
left: 1px;
|
|
31010
31021
|
}
|
|
31011
|
-
.
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31022
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31023
|
+
height: 28px;
|
|
31024
|
+
width: 28px;
|
|
31015
31025
|
}
|
|
31016
|
-
.
|
|
31017
|
-
|
|
31018
|
-
display: inline;
|
|
31019
|
-
border: none;
|
|
31020
|
-
padding: 0;
|
|
31021
|
-
width: 36px;
|
|
31022
|
-
background: transparent;
|
|
31026
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31027
|
+
border-radius: 14px;
|
|
31023
31028
|
}
|
|
31024
|
-
.
|
|
31025
|
-
|
|
31029
|
+
.s34f1qb.ant-switch-checked {
|
|
31030
|
+
background-color: #00ba5d;
|
|
31026
31031
|
}
|
|
31027
|
-
.
|
|
31028
|
-
|
|
31029
|
-
width: initial;
|
|
31030
|
-
box-shadow: none;
|
|
31032
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31033
|
+
left: calc(100% - 20px - 2px);
|
|
31031
31034
|
}
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31035
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31036
|
+
left: calc(100% - 14px - 1px);
|
|
31034
31037
|
}
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31038
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31039
|
+
left: calc(100% - 28px - 2px);
|
|
31037
31040
|
}
|
|
31038
|
-
|
|
31039
|
-
|
|
31040
|
-
margin-
|
|
31041
|
-
padding: 0;
|
|
31042
|
-
width: 36px;
|
|
31041
|
+
|
|
31042
|
+
.c1to9vb9 {
|
|
31043
|
+
margin-left: 5px;
|
|
31043
31044
|
}
|
|
31044
31045
|
|
|
31045
31046
|
.t1upn1sz {
|
|
@@ -31406,91 +31407,6 @@ input.rrg1fkn.ant-input {
|
|
|
31406
31407
|
background: #fff;
|
|
31407
31408
|
}
|
|
31408
31409
|
|
|
31409
|
-
.s1fc623g {
|
|
31410
|
-
width: 430px !important;
|
|
31411
|
-
}
|
|
31412
|
-
|
|
31413
|
-
.da3mx0o .ant-select-item-group {
|
|
31414
|
-
padding: 8px 16px;
|
|
31415
|
-
line-height: 18px;
|
|
31416
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31417
|
-
height: 34px;
|
|
31418
|
-
min-height: 34px;
|
|
31419
|
-
box-sizing: border-box;
|
|
31420
|
-
margin-top: 8px;
|
|
31421
|
-
}
|
|
31422
|
-
|
|
31423
|
-
.onr9gzt {
|
|
31424
|
-
display: flex;
|
|
31425
|
-
flex-direction: column;
|
|
31426
|
-
margin: 1px 8px;
|
|
31427
|
-
padding: 8px;
|
|
31428
|
-
border-radius: 4px;
|
|
31429
|
-
}
|
|
31430
|
-
.onr9gzt .selected-icon {
|
|
31431
|
-
display: none;
|
|
31432
|
-
}
|
|
31433
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31434
|
-
padding-left: 8px;
|
|
31435
|
-
}
|
|
31436
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31437
|
-
background-color: white;
|
|
31438
|
-
}
|
|
31439
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31440
|
-
color: #0080ff;
|
|
31441
|
-
}
|
|
31442
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31443
|
-
display: block;
|
|
31444
|
-
}
|
|
31445
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31446
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31447
|
-
}
|
|
31448
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31449
|
-
color: #0080ff;
|
|
31450
|
-
}
|
|
31451
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31452
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31453
|
-
color: #0080ff;
|
|
31454
|
-
}
|
|
31455
|
-
|
|
31456
|
-
.oiy0apc {
|
|
31457
|
-
display: flex;
|
|
31458
|
-
justify-content: space-between;
|
|
31459
|
-
height: 20px;
|
|
31460
|
-
line-height: 20px;
|
|
31461
|
-
}
|
|
31462
|
-
.oiy0apc .timezone-title {
|
|
31463
|
-
color: #2d3a56;
|
|
31464
|
-
overflow: hidden;
|
|
31465
|
-
text-overflow: ellipsis;
|
|
31466
|
-
}
|
|
31467
|
-
|
|
31468
|
-
.of4y382 {
|
|
31469
|
-
display: flex;
|
|
31470
|
-
justify-content: space-between;
|
|
31471
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31472
|
-
height: 18px;
|
|
31473
|
-
line-height: 18px;
|
|
31474
|
-
margin-top: 2px;
|
|
31475
|
-
}
|
|
31476
|
-
|
|
31477
|
-
.t19903l9 {
|
|
31478
|
-
border: none;
|
|
31479
|
-
margin-right: 0;
|
|
31480
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31481
|
-
}
|
|
31482
|
-
|
|
31483
|
-
.ohwbvxu {
|
|
31484
|
-
pointer-events: none;
|
|
31485
|
-
height: 32px;
|
|
31486
|
-
width: 100%;
|
|
31487
|
-
opacity: 0;
|
|
31488
|
-
}
|
|
31489
|
-
|
|
31490
|
-
.i1e4sgug {
|
|
31491
|
-
display: inline-block;
|
|
31492
|
-
}
|
|
31493
|
-
|
|
31494
31410
|
.d6j0lbj {
|
|
31495
31411
|
font-family: Inter;
|
|
31496
31412
|
font-style: normal;
|
|
@@ -31966,6 +31882,91 @@ input.rrg1fkn.ant-input {
|
|
|
31966
31882
|
line-height: 12px;
|
|
31967
31883
|
}
|
|
31968
31884
|
|
|
31885
|
+
.i1e4sgug {
|
|
31886
|
+
display: inline-block;
|
|
31887
|
+
}
|
|
31888
|
+
|
|
31889
|
+
.s1fc623g {
|
|
31890
|
+
width: 430px !important;
|
|
31891
|
+
}
|
|
31892
|
+
|
|
31893
|
+
.da3mx0o .ant-select-item-group {
|
|
31894
|
+
padding: 8px 16px;
|
|
31895
|
+
line-height: 18px;
|
|
31896
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31897
|
+
height: 34px;
|
|
31898
|
+
min-height: 34px;
|
|
31899
|
+
box-sizing: border-box;
|
|
31900
|
+
margin-top: 8px;
|
|
31901
|
+
}
|
|
31902
|
+
|
|
31903
|
+
.onr9gzt {
|
|
31904
|
+
display: flex;
|
|
31905
|
+
flex-direction: column;
|
|
31906
|
+
margin: 1px 8px;
|
|
31907
|
+
padding: 8px;
|
|
31908
|
+
border-radius: 4px;
|
|
31909
|
+
}
|
|
31910
|
+
.onr9gzt .selected-icon {
|
|
31911
|
+
display: none;
|
|
31912
|
+
}
|
|
31913
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31914
|
+
padding-left: 8px;
|
|
31915
|
+
}
|
|
31916
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31917
|
+
background-color: white;
|
|
31918
|
+
}
|
|
31919
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31920
|
+
color: #0080ff;
|
|
31921
|
+
}
|
|
31922
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31923
|
+
display: block;
|
|
31924
|
+
}
|
|
31925
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31926
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31927
|
+
}
|
|
31928
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31929
|
+
color: #0080ff;
|
|
31930
|
+
}
|
|
31931
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31932
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31933
|
+
color: #0080ff;
|
|
31934
|
+
}
|
|
31935
|
+
|
|
31936
|
+
.oiy0apc {
|
|
31937
|
+
display: flex;
|
|
31938
|
+
justify-content: space-between;
|
|
31939
|
+
height: 20px;
|
|
31940
|
+
line-height: 20px;
|
|
31941
|
+
}
|
|
31942
|
+
.oiy0apc .timezone-title {
|
|
31943
|
+
color: #2d3a56;
|
|
31944
|
+
overflow: hidden;
|
|
31945
|
+
text-overflow: ellipsis;
|
|
31946
|
+
}
|
|
31947
|
+
|
|
31948
|
+
.of4y382 {
|
|
31949
|
+
display: flex;
|
|
31950
|
+
justify-content: space-between;
|
|
31951
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31952
|
+
height: 18px;
|
|
31953
|
+
line-height: 18px;
|
|
31954
|
+
margin-top: 2px;
|
|
31955
|
+
}
|
|
31956
|
+
|
|
31957
|
+
.t19903l9 {
|
|
31958
|
+
border: none;
|
|
31959
|
+
margin-right: 0;
|
|
31960
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31961
|
+
}
|
|
31962
|
+
|
|
31963
|
+
.ohwbvxu {
|
|
31964
|
+
pointer-events: none;
|
|
31965
|
+
height: 32px;
|
|
31966
|
+
width: 100%;
|
|
31967
|
+
opacity: 0;
|
|
31968
|
+
}
|
|
31969
|
+
|
|
31969
31970
|
.m15dvk92 {
|
|
31970
31971
|
display: flex;
|
|
31971
31972
|
justify-content: space-between;
|
|
@@ -32736,6 +32737,9 @@ input.rrg1fkn.ant-input {
|
|
|
32736
32737
|
cursor: auto;
|
|
32737
32738
|
color: rgba(44, 56, 82, 0.6);
|
|
32738
32739
|
}
|
|
32740
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32741
|
+
border-radius: 0;
|
|
32742
|
+
}
|
|
32739
32743
|
.at4ovwe.ant-input-number {
|
|
32740
32744
|
width: 100%;
|
|
32741
32745
|
border-radius: 6px;
|
|
@@ -32948,6 +32952,11 @@ input.rrg1fkn.ant-input {
|
|
|
32948
32952
|
margin-right: 8px;
|
|
32949
32953
|
}
|
|
32950
32954
|
|
|
32955
|
+
.iwsze0q {
|
|
32956
|
+
margin-right: 4px;
|
|
32957
|
+
height: 16px;
|
|
32958
|
+
}
|
|
32959
|
+
|
|
32951
32960
|
.w1xcixj5.outside-tag {
|
|
32952
32961
|
padding-left: 0;
|
|
32953
32962
|
}
|
|
@@ -32976,11 +32985,6 @@ input.rrg1fkn.ant-input {
|
|
|
32976
32985
|
height: 16px;
|
|
32977
32986
|
}
|
|
32978
32987
|
|
|
32979
|
-
.iwsze0q {
|
|
32980
|
-
margin-right: 4px;
|
|
32981
|
-
height: 16px;
|
|
32982
|
-
}
|
|
32983
|
-
|
|
32984
32988
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32985
32989
|
display: var(--a6dbbkm-0);
|
|
32986
32990
|
}
|