@cloudtower/eagle 0.26.14 → 0.26.16
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 +1145 -1100
- package/dist/esm/index.js +268 -196
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +11 -1
- package/dist/style.css +836 -791
- package/dist/umd/index.js +266 -194
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29831,63 +29831,6 @@ html body {
|
|
|
29831
29831
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29832
29832
|
}
|
|
29833
29833
|
}
|
|
29834
|
-
.fde5mpd {
|
|
29835
|
-
width: 100%;
|
|
29836
|
-
height: 100%;
|
|
29837
|
-
min-height: 124px;
|
|
29838
|
-
display: flex;
|
|
29839
|
-
flex-direction: column;
|
|
29840
|
-
justify-content: center;
|
|
29841
|
-
align-items: center;
|
|
29842
|
-
}
|
|
29843
|
-
.fde5mpd .error-text {
|
|
29844
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29845
|
-
margin-bottom: 16px;
|
|
29846
|
-
font-size: 18px;
|
|
29847
|
-
}
|
|
29848
|
-
|
|
29849
|
-
.bpq0js6 {
|
|
29850
|
-
padding: 4px 11px;
|
|
29851
|
-
}
|
|
29852
|
-
|
|
29853
|
-
.b15sn34c {
|
|
29854
|
-
white-space: nowrap;
|
|
29855
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29856
|
-
}
|
|
29857
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29858
|
-
--color: #0080ff;
|
|
29859
|
-
}
|
|
29860
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29861
|
-
--color: #0080ff;
|
|
29862
|
-
}
|
|
29863
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29864
|
-
margin-left: 1px;
|
|
29865
|
-
}
|
|
29866
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29867
|
-
border-top-right-radius: 0;
|
|
29868
|
-
border-bottom-right-radius: 0;
|
|
29869
|
-
}
|
|
29870
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29871
|
-
border-top-left-radius: 0;
|
|
29872
|
-
border-bottom-left-radius: 0;
|
|
29873
|
-
}
|
|
29874
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29875
|
-
border-radius: unset;
|
|
29876
|
-
}
|
|
29877
|
-
|
|
29878
|
-
.iap75of {
|
|
29879
|
-
height: 18px;
|
|
29880
|
-
line-height: 18px;
|
|
29881
|
-
padding: 0 4px;
|
|
29882
|
-
border-radius: 4px;
|
|
29883
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29884
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29885
|
-
display: flex;
|
|
29886
|
-
align-items: center;
|
|
29887
|
-
white-space: nowrap;
|
|
29888
|
-
margin-right: 4px;
|
|
29889
|
-
}
|
|
29890
|
-
|
|
29891
29834
|
.buj61ew.ant-btn-icon-only {
|
|
29892
29835
|
justify-content: center;
|
|
29893
29836
|
}
|
|
@@ -30146,6 +30089,50 @@ html body {
|
|
|
30146
30089
|
padding: 0;
|
|
30147
30090
|
}
|
|
30148
30091
|
|
|
30092
|
+
.bpq0js6 {
|
|
30093
|
+
padding: 4px 11px;
|
|
30094
|
+
}
|
|
30095
|
+
|
|
30096
|
+
.b15sn34c {
|
|
30097
|
+
white-space: nowrap;
|
|
30098
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30099
|
+
}
|
|
30100
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30101
|
+
--color: #0080ff;
|
|
30102
|
+
}
|
|
30103
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30104
|
+
--color: #0080ff;
|
|
30105
|
+
}
|
|
30106
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30107
|
+
margin-left: 1px;
|
|
30108
|
+
}
|
|
30109
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30110
|
+
border-top-right-radius: 0;
|
|
30111
|
+
border-bottom-right-radius: 0;
|
|
30112
|
+
}
|
|
30113
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30114
|
+
border-top-left-radius: 0;
|
|
30115
|
+
border-bottom-left-radius: 0;
|
|
30116
|
+
}
|
|
30117
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30118
|
+
border-radius: unset;
|
|
30119
|
+
}
|
|
30120
|
+
|
|
30121
|
+
.fde5mpd {
|
|
30122
|
+
width: 100%;
|
|
30123
|
+
height: 100%;
|
|
30124
|
+
min-height: 124px;
|
|
30125
|
+
display: flex;
|
|
30126
|
+
flex-direction: column;
|
|
30127
|
+
justify-content: center;
|
|
30128
|
+
align-items: center;
|
|
30129
|
+
}
|
|
30130
|
+
.fde5mpd .error-text {
|
|
30131
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30132
|
+
margin-bottom: 16px;
|
|
30133
|
+
font-size: 18px;
|
|
30134
|
+
}
|
|
30135
|
+
|
|
30149
30136
|
.i1mrf09m {
|
|
30150
30137
|
display: inline-flex;
|
|
30151
30138
|
align-items: center;
|
|
@@ -30164,59 +30151,26 @@ html body {
|
|
|
30164
30151
|
animation: rotate 680ms linear infinite;
|
|
30165
30152
|
}
|
|
30166
30153
|
|
|
30167
|
-
.
|
|
30168
|
-
|
|
30169
|
-
height:
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
|
|
30176
|
-
|
|
30177
|
-
|
|
30178
|
-
height: 16px;
|
|
30179
|
-
}
|
|
30180
|
-
.s34f1qb.ant-switch-large {
|
|
30181
|
-
min-width: 52px;
|
|
30182
|
-
height: 32px;
|
|
30183
|
-
}
|
|
30184
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30185
|
-
height: 20px;
|
|
30186
|
-
width: 20px;
|
|
30187
|
-
}
|
|
30188
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30189
|
-
border-radius: 10px;
|
|
30190
|
-
transition-delay: 120ms;
|
|
30191
|
-
}
|
|
30192
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30193
|
-
height: 14px;
|
|
30194
|
-
width: 14px;
|
|
30195
|
-
top: 1px;
|
|
30196
|
-
left: 1px;
|
|
30197
|
-
}
|
|
30198
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30199
|
-
height: 28px;
|
|
30200
|
-
width: 28px;
|
|
30201
|
-
}
|
|
30202
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30203
|
-
border-radius: 14px;
|
|
30204
|
-
}
|
|
30205
|
-
.s34f1qb.ant-switch-checked {
|
|
30206
|
-
background-color: #00ba5d;
|
|
30207
|
-
}
|
|
30208
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30209
|
-
left: calc(100% - 20px - 2px);
|
|
30210
|
-
}
|
|
30211
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30212
|
-
left: calc(100% - 14px - 1px);
|
|
30154
|
+
.iap75of {
|
|
30155
|
+
height: 18px;
|
|
30156
|
+
line-height: 18px;
|
|
30157
|
+
padding: 0 4px;
|
|
30158
|
+
border-radius: 4px;
|
|
30159
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30160
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30161
|
+
display: flex;
|
|
30162
|
+
align-items: center;
|
|
30163
|
+
white-space: nowrap;
|
|
30164
|
+
margin-right: 4px;
|
|
30213
30165
|
}
|
|
30214
|
-
|
|
30215
|
-
|
|
30166
|
+
|
|
30167
|
+
.obf05yr {
|
|
30168
|
+
display: inline-block;
|
|
30216
30169
|
}
|
|
30217
30170
|
|
|
30218
|
-
.
|
|
30219
|
-
|
|
30171
|
+
.hsms1n6 {
|
|
30172
|
+
visibility: hidden;
|
|
30173
|
+
position: absolute;
|
|
30220
30174
|
}
|
|
30221
30175
|
|
|
30222
30176
|
.p12gwtiw {
|
|
@@ -30276,89 +30230,6 @@ html body {
|
|
|
30276
30230
|
line-height: 18px;
|
|
30277
30231
|
}
|
|
30278
30232
|
|
|
30279
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30280
|
-
flex-direction: row;
|
|
30281
|
-
justify-content: stretch;
|
|
30282
|
-
}
|
|
30283
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30284
|
-
padding: 0;
|
|
30285
|
-
margin-right: 4px;
|
|
30286
|
-
flex: 1;
|
|
30287
|
-
overflow: visible;
|
|
30288
|
-
}
|
|
30289
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30290
|
-
display: none;
|
|
30291
|
-
}
|
|
30292
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30293
|
-
width: 100%;
|
|
30294
|
-
min-height: unset;
|
|
30295
|
-
}
|
|
30296
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30297
|
-
height: 26px;
|
|
30298
|
-
line-height: 26px;
|
|
30299
|
-
width: 100%;
|
|
30300
|
-
text-align: center;
|
|
30301
|
-
padding: 0;
|
|
30302
|
-
font-size: 12px;
|
|
30303
|
-
font-weight: normal;
|
|
30304
|
-
}
|
|
30305
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30306
|
-
margin-right: 10px;
|
|
30307
|
-
}
|
|
30308
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30309
|
-
display: none;
|
|
30310
|
-
}
|
|
30311
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30312
|
-
border-radius: 4px 0 0 4px;
|
|
30313
|
-
}
|
|
30314
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30315
|
-
margin-right: 0;
|
|
30316
|
-
}
|
|
30317
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30318
|
-
border-radius: 0 4px 4px 0;
|
|
30319
|
-
}
|
|
30320
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
30321
|
-
content: "";
|
|
30322
|
-
width: 0;
|
|
30323
|
-
height: 0;
|
|
30324
|
-
border: 13px solid transparent;
|
|
30325
|
-
position: absolute;
|
|
30326
|
-
top: 0;
|
|
30327
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30328
|
-
right: -21px;
|
|
30329
|
-
z-index: 2;
|
|
30330
|
-
}
|
|
30331
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
30332
|
-
content: "";
|
|
30333
|
-
width: 0;
|
|
30334
|
-
height: 0;
|
|
30335
|
-
border: 13px solid transparent;
|
|
30336
|
-
position: absolute;
|
|
30337
|
-
top: 0;
|
|
30338
|
-
border-left: 8px solid #fff;
|
|
30339
|
-
left: 0;
|
|
30340
|
-
}
|
|
30341
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30342
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30343
|
-
}
|
|
30344
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30345
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30346
|
-
}
|
|
30347
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30348
|
-
color: #005ed1;
|
|
30349
|
-
}
|
|
30350
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
30351
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
30352
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
30353
|
-
}
|
|
30354
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
30355
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
30356
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30357
|
-
}
|
|
30358
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
30359
|
-
padding: 0;
|
|
30360
|
-
}
|
|
30361
|
-
|
|
30362
30233
|
.rxbeqvl.ant-radio-wrapper {
|
|
30363
30234
|
display: inline-flex;
|
|
30364
30235
|
align-items: baseline;
|
|
@@ -30505,13 +30376,87 @@ html body {
|
|
|
30505
30376
|
width: 36px;
|
|
30506
30377
|
}
|
|
30507
30378
|
|
|
30508
|
-
.
|
|
30509
|
-
|
|
30379
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30380
|
+
flex-direction: row;
|
|
30381
|
+
justify-content: stretch;
|
|
30510
30382
|
}
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
|
|
30383
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30384
|
+
padding: 0;
|
|
30385
|
+
margin-right: 4px;
|
|
30386
|
+
flex: 1;
|
|
30387
|
+
overflow: visible;
|
|
30388
|
+
}
|
|
30389
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30390
|
+
display: none;
|
|
30391
|
+
}
|
|
30392
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30393
|
+
width: 100%;
|
|
30394
|
+
min-height: unset;
|
|
30395
|
+
}
|
|
30396
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30397
|
+
height: 26px;
|
|
30398
|
+
line-height: 26px;
|
|
30399
|
+
width: 100%;
|
|
30400
|
+
text-align: center;
|
|
30401
|
+
padding: 0;
|
|
30402
|
+
font-size: 12px;
|
|
30403
|
+
font-weight: normal;
|
|
30404
|
+
}
|
|
30405
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30406
|
+
margin-right: 10px;
|
|
30407
|
+
}
|
|
30408
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30409
|
+
display: none;
|
|
30410
|
+
}
|
|
30411
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30412
|
+
border-radius: 4px 0 0 4px;
|
|
30413
|
+
}
|
|
30414
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30415
|
+
margin-right: 0;
|
|
30416
|
+
}
|
|
30417
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30418
|
+
border-radius: 0 4px 4px 0;
|
|
30419
|
+
}
|
|
30420
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
30421
|
+
content: "";
|
|
30422
|
+
width: 0;
|
|
30423
|
+
height: 0;
|
|
30424
|
+
border: 13px solid transparent;
|
|
30425
|
+
position: absolute;
|
|
30426
|
+
top: 0;
|
|
30427
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30428
|
+
right: -21px;
|
|
30429
|
+
z-index: 2;
|
|
30430
|
+
}
|
|
30431
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
30432
|
+
content: "";
|
|
30433
|
+
width: 0;
|
|
30434
|
+
height: 0;
|
|
30435
|
+
border: 13px solid transparent;
|
|
30514
30436
|
position: absolute;
|
|
30437
|
+
top: 0;
|
|
30438
|
+
border-left: 8px solid #fff;
|
|
30439
|
+
left: 0;
|
|
30440
|
+
}
|
|
30441
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30442
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30443
|
+
}
|
|
30444
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30445
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30446
|
+
}
|
|
30447
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30448
|
+
color: #005ed1;
|
|
30449
|
+
}
|
|
30450
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
30451
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
30452
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
30453
|
+
}
|
|
30454
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
30455
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
30456
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30457
|
+
}
|
|
30458
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
30459
|
+
padding: 0;
|
|
30515
30460
|
}
|
|
30516
30461
|
|
|
30517
30462
|
.cz04yix {
|
|
@@ -31179,941 +31124,996 @@ input.rrg1fkn.ant-input {
|
|
|
31179
31124
|
border-bottom-left-radius: 0;
|
|
31180
31125
|
}
|
|
31181
31126
|
|
|
31182
|
-
.
|
|
31183
|
-
|
|
31127
|
+
.s34f1qb.ant-switch {
|
|
31128
|
+
min-width: 40px;
|
|
31129
|
+
height: 24px;
|
|
31130
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31131
|
+
overflow: hidden;
|
|
31184
31132
|
}
|
|
31185
|
-
|
|
31186
|
-
.
|
|
31187
|
-
height: 100%;
|
|
31133
|
+
.s34f1qb.ant-switch:focus {
|
|
31134
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31188
31135
|
}
|
|
31189
|
-
.
|
|
31190
|
-
|
|
31191
|
-
height:
|
|
31136
|
+
.s34f1qb.ant-switch-small {
|
|
31137
|
+
min-width: 26px;
|
|
31138
|
+
height: 16px;
|
|
31192
31139
|
}
|
|
31193
|
-
.
|
|
31194
|
-
|
|
31140
|
+
.s34f1qb.ant-switch-large {
|
|
31141
|
+
min-width: 52px;
|
|
31142
|
+
height: 32px;
|
|
31195
31143
|
}
|
|
31196
|
-
.
|
|
31197
|
-
|
|
31198
|
-
|
|
31144
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31145
|
+
height: 20px;
|
|
31146
|
+
width: 20px;
|
|
31199
31147
|
}
|
|
31200
|
-
.
|
|
31201
|
-
|
|
31148
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31149
|
+
border-radius: 10px;
|
|
31150
|
+
transition-delay: 120ms;
|
|
31202
31151
|
}
|
|
31203
|
-
.
|
|
31204
|
-
|
|
31152
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31153
|
+
height: 14px;
|
|
31154
|
+
width: 14px;
|
|
31155
|
+
top: 1px;
|
|
31156
|
+
left: 1px;
|
|
31205
31157
|
}
|
|
31206
|
-
.
|
|
31207
|
-
|
|
31158
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31159
|
+
height: 28px;
|
|
31160
|
+
width: 28px;
|
|
31208
31161
|
}
|
|
31209
|
-
.
|
|
31210
|
-
|
|
31162
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31163
|
+
border-radius: 14px;
|
|
31211
31164
|
}
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31165
|
+
.s34f1qb.ant-switch-checked {
|
|
31166
|
+
background-color: #00ba5d;
|
|
31214
31167
|
}
|
|
31215
|
-
.
|
|
31216
|
-
|
|
31217
|
-
overflow: visible;
|
|
31168
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31169
|
+
left: calc(100% - 20px - 2px);
|
|
31218
31170
|
}
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31171
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31172
|
+
left: calc(100% - 14px - 1px);
|
|
31221
31173
|
}
|
|
31222
|
-
.
|
|
31223
|
-
|
|
31224
|
-
display: none;
|
|
31174
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31175
|
+
left: calc(100% - 28px - 2px);
|
|
31225
31176
|
}
|
|
31226
|
-
|
|
31227
|
-
|
|
31177
|
+
|
|
31178
|
+
.c1to9vb9 {
|
|
31179
|
+
margin-left: 5px;
|
|
31228
31180
|
}
|
|
31229
|
-
|
|
31230
|
-
.
|
|
31231
|
-
|
|
31232
|
-
|
|
31181
|
+
|
|
31182
|
+
.d6j0lbj {
|
|
31183
|
+
font-family: Inter;
|
|
31184
|
+
font-style: normal;
|
|
31185
|
+
font-weight: bold;
|
|
31186
|
+
font-size: 32px;
|
|
31187
|
+
line-height: 40px;
|
|
31233
31188
|
}
|
|
31234
|
-
|
|
31235
|
-
.
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
|
|
31189
|
+
|
|
31190
|
+
.d1xhvvxe {
|
|
31191
|
+
font-family: Inter;
|
|
31192
|
+
font-style: normal;
|
|
31193
|
+
font-weight: bold;
|
|
31194
|
+
font-size: 24px;
|
|
31195
|
+
line-height: 32px;
|
|
31240
31196
|
}
|
|
31241
|
-
|
|
31242
|
-
.
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
|
|
31197
|
+
|
|
31198
|
+
.dk10mxq {
|
|
31199
|
+
font-family: Inter;
|
|
31200
|
+
font-style: normal;
|
|
31201
|
+
font-weight: normal;
|
|
31202
|
+
font-size: 32px;
|
|
31203
|
+
line-height: 40px;
|
|
31246
31204
|
}
|
|
31247
|
-
|
|
31248
|
-
|
|
31205
|
+
|
|
31206
|
+
.dxsait {
|
|
31207
|
+
font-family: Inter;
|
|
31208
|
+
font-style: normal;
|
|
31209
|
+
font-weight: bold;
|
|
31210
|
+
font-size: 20px;
|
|
31211
|
+
line-height: 24px;
|
|
31249
31212
|
}
|
|
31250
|
-
|
|
31251
|
-
|
|
31213
|
+
|
|
31214
|
+
.dokn0h3 {
|
|
31215
|
+
font-family: Inter;
|
|
31216
|
+
font-style: normal;
|
|
31217
|
+
font-weight: normal;
|
|
31218
|
+
font-size: 20px;
|
|
31219
|
+
line-height: 24px;
|
|
31252
31220
|
}
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
|
|
31256
|
-
|
|
31257
|
-
|
|
31258
|
-
|
|
31259
|
-
|
|
31260
|
-
background: transparent;
|
|
31221
|
+
|
|
31222
|
+
.dobau4p {
|
|
31223
|
+
font-family: Inter;
|
|
31224
|
+
font-style: normal;
|
|
31225
|
+
font-weight: bold;
|
|
31226
|
+
font-size: 18px;
|
|
31227
|
+
line-height: 22px;
|
|
31261
31228
|
}
|
|
31262
|
-
|
|
31263
|
-
|
|
31264
|
-
|
|
31265
|
-
|
|
31266
|
-
|
|
31229
|
+
|
|
31230
|
+
.dvolwok {
|
|
31231
|
+
font-family: Inter;
|
|
31232
|
+
font-style: normal;
|
|
31233
|
+
font-weight: normal;
|
|
31234
|
+
font-size: 18px;
|
|
31235
|
+
line-height: 22px;
|
|
31267
31236
|
}
|
|
31268
|
-
|
|
31269
|
-
.
|
|
31270
|
-
|
|
31237
|
+
|
|
31238
|
+
.h181qhg4 {
|
|
31239
|
+
font-family: Inter;
|
|
31240
|
+
font-style: normal;
|
|
31241
|
+
font-weight: bold;
|
|
31242
|
+
font-size: 16px;
|
|
31243
|
+
line-height: 22px;
|
|
31271
31244
|
}
|
|
31272
|
-
|
|
31273
|
-
.
|
|
31274
|
-
|
|
31245
|
+
|
|
31246
|
+
.h1phgmcq {
|
|
31247
|
+
font-family: Inter;
|
|
31248
|
+
font-style: normal;
|
|
31249
|
+
font-weight: normal;
|
|
31250
|
+
font-size: 16px;
|
|
31251
|
+
line-height: 22px;
|
|
31275
31252
|
}
|
|
31276
|
-
|
|
31277
|
-
|
|
31278
|
-
|
|
31253
|
+
|
|
31254
|
+
.h173xnl1 {
|
|
31255
|
+
font-family: Inter;
|
|
31256
|
+
font-style: normal;
|
|
31257
|
+
font-weight: bold;
|
|
31258
|
+
font-size: 14px;
|
|
31259
|
+
line-height: 20px;
|
|
31279
31260
|
}
|
|
31280
|
-
|
|
31281
|
-
|
|
31261
|
+
|
|
31262
|
+
.hedm4pz {
|
|
31263
|
+
font-family: Inter;
|
|
31264
|
+
font-style: normal;
|
|
31265
|
+
font-weight: normal;
|
|
31266
|
+
font-size: 14px;
|
|
31267
|
+
line-height: 20px;
|
|
31282
31268
|
}
|
|
31283
|
-
|
|
31284
|
-
|
|
31285
|
-
|
|
31286
|
-
|
|
31287
|
-
|
|
31288
|
-
|
|
31269
|
+
|
|
31270
|
+
.h1kd8xld {
|
|
31271
|
+
font-family: Inter;
|
|
31272
|
+
font-style: normal;
|
|
31273
|
+
font-weight: bold;
|
|
31274
|
+
font-size: 12px;
|
|
31275
|
+
line-height: 18px;
|
|
31289
31276
|
}
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
|
|
31277
|
+
|
|
31278
|
+
.hp14fr {
|
|
31279
|
+
font-family: Inter;
|
|
31280
|
+
font-style: normal;
|
|
31281
|
+
font-weight: normal;
|
|
31282
|
+
font-size: 12px;
|
|
31283
|
+
line-height: 18px;
|
|
31294
31284
|
}
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
31298
|
-
|
|
31285
|
+
|
|
31286
|
+
.hgrg7mn {
|
|
31287
|
+
font-family: Inter;
|
|
31288
|
+
font-style: normal;
|
|
31289
|
+
font-weight: bold;
|
|
31290
|
+
text-transform: uppercase;
|
|
31291
|
+
font-feature-settings: "cpsp" on;
|
|
31292
|
+
font-size: 12px;
|
|
31293
|
+
line-height: 18px;
|
|
31299
31294
|
}
|
|
31300
|
-
|
|
31301
|
-
|
|
31295
|
+
|
|
31296
|
+
.h6zme9x {
|
|
31297
|
+
font-family: Inter;
|
|
31298
|
+
font-style: normal;
|
|
31299
|
+
font-weight: normal;
|
|
31300
|
+
text-transform: uppercase;
|
|
31301
|
+
font-feature-settings: "cpsp" on;
|
|
31302
|
+
font-size: 12px;
|
|
31303
|
+
line-height: 18px;
|
|
31302
31304
|
}
|
|
31303
|
-
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
|
|
31305
|
+
|
|
31306
|
+
.locjvsv {
|
|
31307
|
+
font-family: Inter;
|
|
31308
|
+
font-style: normal;
|
|
31309
|
+
font-weight: normal;
|
|
31310
|
+
font-size: 16px;
|
|
31311
|
+
line-height: 24px;
|
|
31310
31312
|
}
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
|
|
31313
|
+
|
|
31314
|
+
.l13gi131 {
|
|
31315
|
+
font-family: Inter;
|
|
31316
|
+
font-style: normal;
|
|
31317
|
+
font-weight: bold;
|
|
31318
|
+
font-size: 16px;
|
|
31319
|
+
line-height: 24px;
|
|
31314
31320
|
}
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
font-
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
text-overflow: ellipsis;
|
|
31323
|
-
white-space: nowrap;
|
|
31321
|
+
|
|
31322
|
+
.l1ynemsu {
|
|
31323
|
+
font-family: Inter;
|
|
31324
|
+
font-style: normal;
|
|
31325
|
+
font-weight: normal;
|
|
31326
|
+
font-size: 16px;
|
|
31327
|
+
line-height: 24px;
|
|
31324
31328
|
}
|
|
31325
|
-
|
|
31326
|
-
|
|
31329
|
+
|
|
31330
|
+
.l1cft1cx {
|
|
31331
|
+
font-family: Inter;
|
|
31332
|
+
font-style: normal;
|
|
31333
|
+
font-weight: bold;
|
|
31334
|
+
font-size: 16px;
|
|
31335
|
+
line-height: 24px;
|
|
31327
31336
|
}
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
|
|
31337
|
+
|
|
31338
|
+
.l17tqc8p {
|
|
31339
|
+
font-family: Inter;
|
|
31340
|
+
font-style: normal;
|
|
31341
|
+
font-weight: normal;
|
|
31342
|
+
text-transform: uppercase;
|
|
31343
|
+
font-feature-settings: "cpsp" on;
|
|
31344
|
+
font-size: 16px;
|
|
31345
|
+
line-height: 24px;
|
|
31333
31346
|
}
|
|
31334
|
-
|
|
31335
|
-
|
|
31347
|
+
|
|
31348
|
+
.l1j1e5w7 {
|
|
31349
|
+
font-family: Inter;
|
|
31350
|
+
font-style: normal;
|
|
31351
|
+
font-weight: bold;
|
|
31352
|
+
text-transform: uppercase;
|
|
31353
|
+
font-feature-settings: "cpsp" on;
|
|
31354
|
+
font-size: 16px;
|
|
31355
|
+
line-height: 24px;
|
|
31336
31356
|
}
|
|
31337
|
-
|
|
31338
|
-
|
|
31357
|
+
|
|
31358
|
+
.l1gf91jb {
|
|
31359
|
+
font-family: Inter;
|
|
31360
|
+
font-style: normal;
|
|
31361
|
+
font-weight: normal;
|
|
31362
|
+
font-size: 14px;
|
|
31363
|
+
line-height: 22px;
|
|
31339
31364
|
}
|
|
31340
|
-
|
|
31341
|
-
|
|
31365
|
+
|
|
31366
|
+
.lu7hlr6 {
|
|
31367
|
+
font-family: Inter;
|
|
31368
|
+
font-style: normal;
|
|
31369
|
+
font-weight: 500;
|
|
31370
|
+
font-size: 14px;
|
|
31371
|
+
line-height: 22px;
|
|
31342
31372
|
}
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31373
|
+
|
|
31374
|
+
.l3l3jf0 {
|
|
31375
|
+
font-family: Inter;
|
|
31376
|
+
font-style: normal;
|
|
31377
|
+
font-weight: bold;
|
|
31378
|
+
font-size: 14px;
|
|
31379
|
+
line-height: 22px;
|
|
31346
31380
|
}
|
|
31347
|
-
|
|
31348
|
-
|
|
31381
|
+
|
|
31382
|
+
.l12j5nqp {
|
|
31383
|
+
font-family: Inter;
|
|
31384
|
+
font-style: normal;
|
|
31385
|
+
font-weight: normal;
|
|
31386
|
+
font-size: 14px;
|
|
31387
|
+
line-height: 22px;
|
|
31349
31388
|
}
|
|
31350
|
-
|
|
31351
|
-
|
|
31389
|
+
|
|
31390
|
+
.l1tecqht {
|
|
31391
|
+
font-family: Inter;
|
|
31392
|
+
font-style: normal;
|
|
31393
|
+
font-weight: bold;
|
|
31394
|
+
font-size: 14px;
|
|
31395
|
+
line-height: 22px;
|
|
31352
31396
|
}
|
|
31353
|
-
|
|
31354
|
-
|
|
31355
|
-
|
|
31356
|
-
|
|
31357
|
-
|
|
31358
|
-
|
|
31397
|
+
|
|
31398
|
+
.l6sa990 {
|
|
31399
|
+
font-family: Inter;
|
|
31400
|
+
font-style: normal;
|
|
31401
|
+
font-weight: normal;
|
|
31402
|
+
text-transform: uppercase;
|
|
31403
|
+
font-feature-settings: "cpsp" on;
|
|
31404
|
+
font-size: 14px;
|
|
31405
|
+
line-height: 22px;
|
|
31359
31406
|
}
|
|
31360
|
-
|
|
31361
|
-
|
|
31407
|
+
|
|
31408
|
+
.lckqe8j {
|
|
31409
|
+
font-family: Inter;
|
|
31410
|
+
font-style: normal;
|
|
31411
|
+
font-weight: bold;
|
|
31412
|
+
text-transform: uppercase;
|
|
31413
|
+
font-feature-settings: "cpsp" on;
|
|
31414
|
+
font-size: 14px;
|
|
31415
|
+
line-height: 22px;
|
|
31362
31416
|
}
|
|
31363
|
-
|
|
31364
|
-
|
|
31365
|
-
|
|
31366
|
-
|
|
31417
|
+
|
|
31418
|
+
.l1kuminb {
|
|
31419
|
+
font-family: Inter;
|
|
31420
|
+
font-style: normal;
|
|
31421
|
+
font-weight: normal;
|
|
31422
|
+
font-size: 13px;
|
|
31423
|
+
line-height: 20px;
|
|
31367
31424
|
}
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31425
|
+
|
|
31426
|
+
.l1pbuf5j {
|
|
31427
|
+
font-family: Inter;
|
|
31428
|
+
font-style: normal;
|
|
31429
|
+
font-weight: 600;
|
|
31430
|
+
font-size: 13px;
|
|
31431
|
+
line-height: 20px;
|
|
31372
31432
|
}
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
|
|
31433
|
+
|
|
31434
|
+
.l1r4ztu {
|
|
31435
|
+
font-family: Inter;
|
|
31436
|
+
font-style: normal;
|
|
31437
|
+
font-weight: bold;
|
|
31438
|
+
font-size: 13px;
|
|
31439
|
+
line-height: 20px;
|
|
31376
31440
|
}
|
|
31377
|
-
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
|
|
31441
|
+
|
|
31442
|
+
.ly8vzok {
|
|
31443
|
+
font-family: Inter;
|
|
31444
|
+
font-style: normal;
|
|
31445
|
+
font-weight: normal;
|
|
31446
|
+
font-size: 13px;
|
|
31447
|
+
line-height: 20px;
|
|
31382
31448
|
}
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
|
|
31449
|
+
|
|
31450
|
+
.lumfmf {
|
|
31451
|
+
font-family: Inter;
|
|
31452
|
+
font-style: normal;
|
|
31453
|
+
font-weight: 600;
|
|
31454
|
+
font-size: 13px;
|
|
31455
|
+
line-height: 20px;
|
|
31386
31456
|
}
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
|
|
31390
|
-
|
|
31391
|
-
|
|
31457
|
+
|
|
31458
|
+
.l16ujwmv {
|
|
31459
|
+
font-family: Inter;
|
|
31460
|
+
font-style: normal;
|
|
31461
|
+
font-weight: bold;
|
|
31462
|
+
font-size: 13px;
|
|
31463
|
+
line-height: 20px;
|
|
31392
31464
|
}
|
|
31393
|
-
|
|
31394
|
-
|
|
31465
|
+
|
|
31466
|
+
.l17o1ffr {
|
|
31467
|
+
font-family: Inter;
|
|
31468
|
+
font-style: normal;
|
|
31469
|
+
font-weight: normal;
|
|
31470
|
+
text-transform: uppercase;
|
|
31471
|
+
font-feature-settings: "cpsp" on;
|
|
31472
|
+
font-size: 13px;
|
|
31473
|
+
line-height: 20px;
|
|
31395
31474
|
}
|
|
31396
|
-
|
|
31397
|
-
|
|
31398
|
-
|
|
31475
|
+
|
|
31476
|
+
.lngllvn {
|
|
31477
|
+
font-family: Inter;
|
|
31478
|
+
font-style: normal;
|
|
31479
|
+
font-weight: bold;
|
|
31480
|
+
text-transform: uppercase;
|
|
31481
|
+
font-feature-settings: "cpsp" on;
|
|
31482
|
+
font-size: 13px;
|
|
31483
|
+
line-height: 20px;
|
|
31399
31484
|
}
|
|
31400
|
-
|
|
31401
|
-
|
|
31485
|
+
|
|
31486
|
+
.l2i7fo9 {
|
|
31487
|
+
font-family: Inter;
|
|
31488
|
+
font-style: normal;
|
|
31489
|
+
font-weight: normal;
|
|
31490
|
+
font-size: 12px;
|
|
31491
|
+
line-height: 18px;
|
|
31402
31492
|
}
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31493
|
+
|
|
31494
|
+
.l1x7hscx {
|
|
31495
|
+
font-family: Inter;
|
|
31496
|
+
font-style: normal;
|
|
31497
|
+
font-weight: 500;
|
|
31498
|
+
font-size: 12px;
|
|
31499
|
+
line-height: 18px;
|
|
31407
31500
|
}
|
|
31408
|
-
|
|
31409
|
-
|
|
31501
|
+
|
|
31502
|
+
.le1jwan {
|
|
31503
|
+
font-family: Inter;
|
|
31504
|
+
font-style: normal;
|
|
31505
|
+
font-weight: bold;
|
|
31506
|
+
font-size: 12px;
|
|
31507
|
+
line-height: 18px;
|
|
31410
31508
|
}
|
|
31411
|
-
|
|
31412
|
-
|
|
31509
|
+
|
|
31510
|
+
.lyxynfj {
|
|
31511
|
+
font-family: Inter;
|
|
31512
|
+
font-style: normal;
|
|
31513
|
+
font-weight: normal;
|
|
31514
|
+
font-size: 12px;
|
|
31515
|
+
line-height: 18px;
|
|
31413
31516
|
}
|
|
31414
|
-
|
|
31415
|
-
|
|
31517
|
+
|
|
31518
|
+
.lpb2nxv {
|
|
31519
|
+
font-family: Inter;
|
|
31520
|
+
font-style: normal;
|
|
31521
|
+
font-weight: 500;
|
|
31522
|
+
font-size: 12px;
|
|
31523
|
+
line-height: 18px;
|
|
31416
31524
|
}
|
|
31417
|
-
|
|
31418
|
-
|
|
31419
|
-
font-
|
|
31420
|
-
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
|
|
31525
|
+
|
|
31526
|
+
.l1r8o3vv {
|
|
31527
|
+
font-family: Inter;
|
|
31528
|
+
font-style: normal;
|
|
31529
|
+
font-weight: bold;
|
|
31530
|
+
font-size: 12px;
|
|
31531
|
+
line-height: 18px;
|
|
31532
|
+
}
|
|
31533
|
+
|
|
31534
|
+
.lemnjy2 {
|
|
31535
|
+
font-family: Inter;
|
|
31536
|
+
font-style: normal;
|
|
31537
|
+
font-weight: normal;
|
|
31538
|
+
text-transform: uppercase;
|
|
31539
|
+
font-feature-settings: "cpsp" on;
|
|
31540
|
+
font-size: 12px;
|
|
31541
|
+
line-height: 18px;
|
|
31542
|
+
}
|
|
31543
|
+
|
|
31544
|
+
.lrc42gb {
|
|
31545
|
+
font-family: Inter;
|
|
31546
|
+
font-style: normal;
|
|
31547
|
+
font-weight: bold;
|
|
31548
|
+
text-transform: uppercase;
|
|
31549
|
+
font-feature-settings: "cpsp" on;
|
|
31550
|
+
font-size: 12px;
|
|
31551
|
+
line-height: 18px;
|
|
31552
|
+
}
|
|
31553
|
+
|
|
31554
|
+
.fqaz4mb {
|
|
31555
|
+
font-family: Inter;
|
|
31556
|
+
font-style: normal;
|
|
31557
|
+
font-weight: normal;
|
|
31558
|
+
font-size: 13px;
|
|
31559
|
+
line-height: 20px;
|
|
31560
|
+
}
|
|
31561
|
+
|
|
31562
|
+
.f13we5o {
|
|
31563
|
+
font-family: Inter;
|
|
31564
|
+
font-style: normal;
|
|
31565
|
+
font-weight: normal;
|
|
31566
|
+
font-size: 13px;
|
|
31567
|
+
line-height: 20px;
|
|
31568
|
+
}
|
|
31569
|
+
|
|
31570
|
+
.ffmjua2 {
|
|
31571
|
+
font-family: Inter;
|
|
31572
|
+
font-style: normal;
|
|
31573
|
+
font-weight: normal;
|
|
31574
|
+
font-size: 12px;
|
|
31575
|
+
line-height: 18px;
|
|
31576
|
+
}
|
|
31577
|
+
|
|
31578
|
+
.fz2mxw0 {
|
|
31579
|
+
font-family: Inter;
|
|
31580
|
+
font-style: normal;
|
|
31581
|
+
font-weight: normal;
|
|
31582
|
+
font-size: 12px;
|
|
31583
|
+
line-height: 18px;
|
|
31584
|
+
}
|
|
31585
|
+
|
|
31586
|
+
.t1ertzoh {
|
|
31587
|
+
font-family: Inter;
|
|
31588
|
+
font-style: normal;
|
|
31589
|
+
font-weight: normal;
|
|
31590
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31591
|
+
font-size: 13px;
|
|
31592
|
+
line-height: 20px;
|
|
31593
|
+
}
|
|
31594
|
+
|
|
31595
|
+
.t19bge8r {
|
|
31596
|
+
font-family: Inter;
|
|
31597
|
+
font-style: normal;
|
|
31598
|
+
font-weight: normal;
|
|
31599
|
+
font-feature-settings: "zero" on;
|
|
31600
|
+
font-size: 13px;
|
|
31601
|
+
line-height: 20px;
|
|
31602
|
+
}
|
|
31603
|
+
|
|
31604
|
+
.tjrzfyl {
|
|
31605
|
+
font-family: Inter;
|
|
31606
|
+
font-style: normal;
|
|
31607
|
+
font-weight: normal;
|
|
31608
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31609
|
+
font-size: 12px;
|
|
31610
|
+
line-height: 18px;
|
|
31425
31611
|
}
|
|
31426
|
-
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
|
|
31612
|
+
|
|
31613
|
+
.tm6s7bo {
|
|
31614
|
+
font-family: Inter;
|
|
31615
|
+
font-style: normal;
|
|
31616
|
+
font-weight: 500;
|
|
31617
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31618
|
+
font-size: 12px;
|
|
31619
|
+
line-height: 18px;
|
|
31434
31620
|
}
|
|
31435
|
-
|
|
31436
|
-
|
|
31621
|
+
|
|
31622
|
+
.t19zq6ic {
|
|
31623
|
+
font-family: Inter;
|
|
31624
|
+
font-style: normal;
|
|
31625
|
+
font-weight: normal;
|
|
31626
|
+
font-feature-settings: "zero" on;
|
|
31627
|
+
font-size: 12px;
|
|
31628
|
+
line-height: 18px;
|
|
31437
31629
|
}
|
|
31438
|
-
|
|
31439
|
-
|
|
31630
|
+
|
|
31631
|
+
.t1gduru8 {
|
|
31632
|
+
font-family: Inter;
|
|
31633
|
+
font-style: normal;
|
|
31634
|
+
font-weight: 500;
|
|
31635
|
+
font-feature-settings: "zero" on;
|
|
31636
|
+
font-size: 12px;
|
|
31637
|
+
line-height: 18px;
|
|
31440
31638
|
}
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
|
|
31445
|
-
|
|
31639
|
+
|
|
31640
|
+
.t55raab {
|
|
31641
|
+
font-family: Inter;
|
|
31642
|
+
font-style: normal;
|
|
31643
|
+
font-weight: bold;
|
|
31644
|
+
font-feature-settings: "zero" on;
|
|
31645
|
+
font-size: 16px;
|
|
31646
|
+
line-height: 24px;
|
|
31446
31647
|
}
|
|
31447
|
-
|
|
31448
|
-
|
|
31449
|
-
|
|
31450
|
-
|
|
31648
|
+
|
|
31649
|
+
.u1w9abfe {
|
|
31650
|
+
font-family: Inter;
|
|
31651
|
+
font-style: normal;
|
|
31652
|
+
font-weight: normal;
|
|
31653
|
+
font-size: 10px;
|
|
31654
|
+
line-height: 12px;
|
|
31451
31655
|
}
|
|
31452
|
-
|
|
31453
|
-
|
|
31656
|
+
|
|
31657
|
+
.i1e4sgug {
|
|
31658
|
+
display: inline-block;
|
|
31454
31659
|
}
|
|
31455
|
-
|
|
31456
|
-
|
|
31660
|
+
|
|
31661
|
+
.t1upn1sz {
|
|
31662
|
+
height: 100%;
|
|
31457
31663
|
}
|
|
31458
|
-
|
|
31459
|
-
|
|
31460
|
-
|
|
31461
|
-
top: 50%;
|
|
31462
|
-
transform: translateY(-50%);
|
|
31463
|
-
height: 16px;
|
|
31464
|
-
display: none;
|
|
31465
|
-
transition: transform 320ms ease;
|
|
31664
|
+
|
|
31665
|
+
.tta5kd2 {
|
|
31666
|
+
height: 100%;
|
|
31466
31667
|
}
|
|
31467
|
-
.tta5kd2
|
|
31468
|
-
|
|
31469
|
-
|
|
31668
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31669
|
+
overflow: visible !important;
|
|
31670
|
+
height: 100%;
|
|
31470
31671
|
}
|
|
31471
|
-
.tta5kd2
|
|
31472
|
-
|
|
31672
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31673
|
+
height: 100%;
|
|
31473
31674
|
}
|
|
31474
|
-
.tta5kd2
|
|
31475
|
-
|
|
31675
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31676
|
+
width: 100% !important;
|
|
31677
|
+
height: 100%;
|
|
31476
31678
|
}
|
|
31477
|
-
.tta5kd2
|
|
31478
|
-
|
|
31679
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31680
|
+
padding: 15px 0;
|
|
31479
31681
|
}
|
|
31480
|
-
.tta5kd2
|
|
31481
|
-
|
|
31682
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31683
|
+
display: none;
|
|
31482
31684
|
}
|
|
31483
|
-
.tta5kd2 .
|
|
31484
|
-
|
|
31685
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31686
|
+
font-weight: 700;
|
|
31485
31687
|
}
|
|
31486
|
-
.tta5kd2
|
|
31487
|
-
|
|
31688
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31689
|
+
font-weight: 700;
|
|
31488
31690
|
}
|
|
31489
|
-
.tta5kd2 .ant-
|
|
31490
|
-
|
|
31691
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31692
|
+
height: 100%;
|
|
31491
31693
|
}
|
|
31492
|
-
.tta5kd2 .ant-
|
|
31493
|
-
|
|
31694
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31695
|
+
height: 100%;
|
|
31696
|
+
overflow: visible;
|
|
31494
31697
|
}
|
|
31495
|
-
.tta5kd2 .ant-
|
|
31496
|
-
|
|
31497
|
-
left: 50%;
|
|
31498
|
-
top: 50%;
|
|
31499
|
-
transform: translate(-50%, -50%);
|
|
31698
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31699
|
+
max-height: none;
|
|
31500
31700
|
}
|
|
31501
|
-
.tta5kd2
|
|
31701
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31702
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31502
31703
|
display: none;
|
|
31503
31704
|
}
|
|
31504
|
-
.tta5kd2 .ant-table
|
|
31705
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31706
|
+
background: transparent;
|
|
31707
|
+
}
|
|
31708
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31709
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31505
31710
|
background: #fff;
|
|
31711
|
+
padding: 0 !important;
|
|
31506
31712
|
}
|
|
31507
|
-
.tta5kd2 .ant-table .ant-table-
|
|
31508
|
-
|
|
31713
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31714
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31715
|
+
display: flex;
|
|
31716
|
+
align-items: center;
|
|
31717
|
+
height: 100%;
|
|
31718
|
+
padding: 8px;
|
|
31509
31719
|
}
|
|
31510
|
-
.tta5kd2 .ant-table .ant-table-
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
vertical-align: middle;
|
|
31720
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31721
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31722
|
+
overflow: hidden;
|
|
31723
|
+
text-overflow: ellipsis;
|
|
31724
|
+
width: 100%;
|
|
31516
31725
|
}
|
|
31517
|
-
.tta5kd2 .ant-table
|
|
31518
|
-
|
|
31519
|
-
font-weight: bold;
|
|
31520
|
-
font-size: 20px;
|
|
31521
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31726
|
+
.tta5kd2 .ant-table-container {
|
|
31727
|
+
height: 100%;
|
|
31522
31728
|
}
|
|
31523
|
-
.tta5kd2 .ant-table
|
|
31524
|
-
|
|
31525
|
-
position: relative;
|
|
31526
|
-
background: #fff;
|
|
31729
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31730
|
+
box-shadow: none !important;
|
|
31527
31731
|
}
|
|
31528
|
-
.tta5kd2 .ant-table
|
|
31732
|
+
.tta5kd2 .ant-table {
|
|
31733
|
+
border-radius: 0px;
|
|
31734
|
+
border-left: none;
|
|
31735
|
+
border-right: none;
|
|
31736
|
+
border-bottom: none;
|
|
31529
31737
|
height: 100%;
|
|
31530
|
-
|
|
31531
|
-
|
|
31532
|
-
justify-content: flex-end;
|
|
31533
|
-
padding-right: 8px;
|
|
31534
|
-
}
|
|
31535
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31536
|
-
width: 24px;
|
|
31537
|
-
height: 24px;
|
|
31538
|
-
cursor: pointer;
|
|
31539
|
-
justify-content: center;
|
|
31540
|
-
border-radius: 4px;
|
|
31738
|
+
font-size: 12px;
|
|
31739
|
+
background: transparent;
|
|
31541
31740
|
}
|
|
31542
|
-
.tta5kd2 .ant-table
|
|
31543
|
-
|
|
31741
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31742
|
+
position: relative;
|
|
31743
|
+
z-index: 3;
|
|
31744
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31745
|
+
margin-bottom: -1px;
|
|
31544
31746
|
}
|
|
31545
|
-
|
|
31546
|
-
.
|
|
31547
|
-
|
|
31747
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
31748
|
+
.tta5kd2 .ant-table .value {
|
|
31749
|
+
color: #2d3a56;
|
|
31548
31750
|
}
|
|
31549
|
-
|
|
31550
|
-
.
|
|
31551
|
-
|
|
31552
|
-
line-height: 18px;
|
|
31553
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31554
|
-
height: 34px;
|
|
31555
|
-
min-height: 34px;
|
|
31556
|
-
box-sizing: border-box;
|
|
31557
|
-
margin-top: 8px;
|
|
31751
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31752
|
+
.tta5kd2 .ant-table .unit {
|
|
31753
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31558
31754
|
}
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
flex-direction: column;
|
|
31563
|
-
margin: 1px 8px;
|
|
31564
|
-
padding: 8px;
|
|
31565
|
-
border-radius: 4px;
|
|
31755
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31756
|
+
position: unset;
|
|
31757
|
+
text-align: center;
|
|
31566
31758
|
}
|
|
31567
|
-
.
|
|
31568
|
-
|
|
31759
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31760
|
+
background: #fff;
|
|
31569
31761
|
}
|
|
31570
|
-
.
|
|
31571
|
-
|
|
31762
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31763
|
+
cursor: pointer;
|
|
31764
|
+
position: absolute;
|
|
31765
|
+
top: 50%;
|
|
31766
|
+
right: 12px;
|
|
31767
|
+
transform: translateY(-50%);
|
|
31572
31768
|
}
|
|
31573
|
-
.
|
|
31574
|
-
|
|
31769
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31770
|
+
box-shadow: none;
|
|
31771
|
+
width: 1px;
|
|
31772
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31575
31773
|
}
|
|
31576
|
-
.
|
|
31577
|
-
|
|
31774
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31775
|
+
box-shadow: none;
|
|
31776
|
+
width: 1px;
|
|
31777
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31578
31778
|
}
|
|
31579
|
-
.
|
|
31580
|
-
|
|
31779
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31780
|
+
position: relative;
|
|
31581
31781
|
}
|
|
31582
|
-
.
|
|
31583
|
-
|
|
31782
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31783
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31784
|
+
border-bottom: 1px solid white;
|
|
31785
|
+
height: 40px;
|
|
31786
|
+
vertical-align: middle;
|
|
31787
|
+
transition: background 0ms;
|
|
31788
|
+
color: #00122e;
|
|
31584
31789
|
}
|
|
31585
|
-
.
|
|
31586
|
-
|
|
31790
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31791
|
+
background: #f2f5fa;
|
|
31792
|
+
border-bottom-color: #f2f5fa;
|
|
31587
31793
|
}
|
|
31588
|
-
.
|
|
31589
|
-
|
|
31590
|
-
color: #
|
|
31794
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31795
|
+
height: auto;
|
|
31796
|
+
color: #00122e;
|
|
31797
|
+
font-size: 12px;
|
|
31798
|
+
text-align: left;
|
|
31799
|
+
transition: none;
|
|
31800
|
+
overflow: hidden;
|
|
31801
|
+
text-overflow: ellipsis;
|
|
31802
|
+
white-space: nowrap;
|
|
31591
31803
|
}
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
display: flex;
|
|
31595
|
-
justify-content: space-between;
|
|
31596
|
-
height: 20px;
|
|
31597
|
-
line-height: 20px;
|
|
31804
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31805
|
+
color: #0096ff;
|
|
31598
31806
|
}
|
|
31599
|
-
.
|
|
31600
|
-
color: #2d3a56;
|
|
31807
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31601
31808
|
overflow: hidden;
|
|
31602
31809
|
text-overflow: ellipsis;
|
|
31810
|
+
width: 100%;
|
|
31811
|
+
vertical-align: middle;
|
|
31603
31812
|
}
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
display: flex;
|
|
31607
|
-
justify-content: space-between;
|
|
31608
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31609
|
-
height: 18px;
|
|
31610
|
-
line-height: 18px;
|
|
31611
|
-
margin-top: 2px;
|
|
31813
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31814
|
+
line-height: 0px;
|
|
31612
31815
|
}
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
|
|
31816
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31817
|
+
padding-right: 25px;
|
|
31818
|
+
}
|
|
31819
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31820
|
+
border-top-color: transparent;
|
|
31821
|
+
}
|
|
31822
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31617
31823
|
background: rgba(225, 230, 241, 0.6);
|
|
31824
|
+
border-color: transparent transparent white;
|
|
31618
31825
|
}
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
pointer-events: none;
|
|
31622
|
-
height: 32px;
|
|
31623
|
-
width: 100%;
|
|
31624
|
-
opacity: 0;
|
|
31826
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31827
|
+
border-radius: 8px 0 0 8px;
|
|
31625
31828
|
}
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
display: inline-block;
|
|
31829
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31830
|
+
border-radius: 8px 0 0 8px;
|
|
31629
31831
|
}
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
line-height: 40px;
|
|
31832
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31833
|
+
content: "";
|
|
31834
|
+
width: 4px;
|
|
31835
|
+
top: -1px;
|
|
31836
|
+
bottom: -1px;
|
|
31837
|
+
background: white;
|
|
31637
31838
|
}
|
|
31638
|
-
|
|
31639
|
-
|
|
31640
|
-
font-family: Inter;
|
|
31641
|
-
font-style: normal;
|
|
31642
|
-
font-weight: bold;
|
|
31643
|
-
font-size: 24px;
|
|
31644
|
-
line-height: 32px;
|
|
31839
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31840
|
+
border-radius: 0 8px 8px 0;
|
|
31645
31841
|
}
|
|
31646
|
-
|
|
31647
|
-
|
|
31648
|
-
|
|
31649
|
-
|
|
31650
|
-
font-weight: normal;
|
|
31651
|
-
font-size: 32px;
|
|
31652
|
-
line-height: 40px;
|
|
31842
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31843
|
+
border-radius: 0;
|
|
31844
|
+
background: white;
|
|
31845
|
+
border-top: none;
|
|
31653
31846
|
}
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
font-weight: bold;
|
|
31659
|
-
font-size: 20px;
|
|
31660
|
-
line-height: 24px;
|
|
31847
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31848
|
+
border-top: 1px solid transparent;
|
|
31849
|
+
border-radius: 0 8px 8px 0;
|
|
31850
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31661
31851
|
}
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
|
|
31665
|
-
font-style: normal;
|
|
31666
|
-
font-weight: normal;
|
|
31667
|
-
font-size: 20px;
|
|
31668
|
-
line-height: 24px;
|
|
31852
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31853
|
+
background: white;
|
|
31854
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31669
31855
|
}
|
|
31670
|
-
|
|
31671
|
-
|
|
31672
|
-
|
|
31673
|
-
|
|
31674
|
-
|
|
31675
|
-
font-size: 18px;
|
|
31676
|
-
line-height: 22px;
|
|
31856
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31857
|
+
display: flex;
|
|
31858
|
+
align-items: center;
|
|
31859
|
+
height: 100%;
|
|
31860
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31677
31861
|
}
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
font-style: normal;
|
|
31682
|
-
font-weight: normal;
|
|
31683
|
-
font-size: 18px;
|
|
31684
|
-
line-height: 22px;
|
|
31862
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31863
|
+
background: white;
|
|
31864
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31685
31865
|
}
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
|
|
31691
|
-
font-size: 16px;
|
|
31692
|
-
line-height: 22px;
|
|
31866
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31867
|
+
display: flex;
|
|
31868
|
+
align-items: center;
|
|
31869
|
+
height: 100%;
|
|
31870
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31693
31871
|
}
|
|
31694
|
-
|
|
31695
|
-
.
|
|
31696
|
-
font-family: Inter;
|
|
31697
|
-
font-style: normal;
|
|
31698
|
-
font-weight: normal;
|
|
31699
|
-
font-size: 16px;
|
|
31700
|
-
line-height: 22px;
|
|
31872
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31873
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31701
31874
|
}
|
|
31702
|
-
|
|
31703
|
-
.
|
|
31704
|
-
|
|
31705
|
-
font-style: normal;
|
|
31706
|
-
font-weight: bold;
|
|
31707
|
-
font-size: 14px;
|
|
31708
|
-
line-height: 20px;
|
|
31875
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31876
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31877
|
+
border-radius: 8px;
|
|
31709
31878
|
}
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
font-family: Inter;
|
|
31713
|
-
font-style: normal;
|
|
31714
|
-
font-weight: normal;
|
|
31715
|
-
font-size: 14px;
|
|
31716
|
-
line-height: 20px;
|
|
31879
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31880
|
+
border-top-color: white;
|
|
31717
31881
|
}
|
|
31718
|
-
|
|
31719
|
-
.
|
|
31720
|
-
|
|
31721
|
-
|
|
31722
|
-
font-weight: bold;
|
|
31723
|
-
font-size: 12px;
|
|
31724
|
-
line-height: 18px;
|
|
31882
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31883
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31884
|
+
border-bottom-color: transparent;
|
|
31885
|
+
border-top-color: transparent;
|
|
31725
31886
|
}
|
|
31726
|
-
|
|
31727
|
-
|
|
31728
|
-
font-family: Inter;
|
|
31729
|
-
font-style: normal;
|
|
31730
|
-
font-weight: normal;
|
|
31731
|
-
font-size: 12px;
|
|
31732
|
-
line-height: 18px;
|
|
31887
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31888
|
+
border-radius: 8px 0 0 8px;
|
|
31733
31889
|
}
|
|
31734
|
-
|
|
31735
|
-
|
|
31736
|
-
font-family: Inter;
|
|
31737
|
-
font-style: normal;
|
|
31738
|
-
font-weight: bold;
|
|
31739
|
-
text-transform: uppercase;
|
|
31740
|
-
font-feature-settings: "cpsp" on;
|
|
31741
|
-
font-size: 12px;
|
|
31742
|
-
line-height: 18px;
|
|
31890
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31891
|
+
border-radius: 0 8px 8px 0;
|
|
31743
31892
|
}
|
|
31744
|
-
|
|
31745
|
-
.
|
|
31746
|
-
font-family: Inter;
|
|
31747
|
-
font-style: normal;
|
|
31748
|
-
font-weight: normal;
|
|
31749
|
-
text-transform: uppercase;
|
|
31750
|
-
font-feature-settings: "cpsp" on;
|
|
31751
|
-
font-size: 12px;
|
|
31752
|
-
line-height: 18px;
|
|
31893
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31894
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31753
31895
|
}
|
|
31754
|
-
|
|
31755
|
-
|
|
31756
|
-
font-
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
|
|
31760
|
-
|
|
31896
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31897
|
+
background: #fff;
|
|
31898
|
+
font-weight: 400;
|
|
31899
|
+
position: relative;
|
|
31900
|
+
border-bottom: none;
|
|
31901
|
+
color: #00122e;
|
|
31902
|
+
transition: none;
|
|
31903
|
+
padding: 15px 8px 15px 8px;
|
|
31761
31904
|
}
|
|
31762
|
-
|
|
31763
|
-
|
|
31764
|
-
|
|
31765
|
-
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
|
|
31905
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31906
|
+
content: "";
|
|
31907
|
+
width: 1px;
|
|
31908
|
+
top: 0;
|
|
31909
|
+
bottom: 0;
|
|
31910
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31911
|
+
position: absolute;
|
|
31912
|
+
right: 0;
|
|
31769
31913
|
}
|
|
31770
|
-
|
|
31771
|
-
|
|
31772
|
-
font-family: Inter;
|
|
31773
|
-
font-style: normal;
|
|
31774
|
-
font-weight: normal;
|
|
31775
|
-
font-size: 16px;
|
|
31776
|
-
line-height: 24px;
|
|
31914
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31915
|
+
padding: unset;
|
|
31777
31916
|
}
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
font-family: Inter;
|
|
31781
|
-
font-style: normal;
|
|
31782
|
-
font-weight: bold;
|
|
31783
|
-
font-size: 16px;
|
|
31784
|
-
line-height: 24px;
|
|
31917
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31918
|
+
display: none;
|
|
31785
31919
|
}
|
|
31786
|
-
|
|
31787
|
-
|
|
31788
|
-
|
|
31789
|
-
|
|
31790
|
-
|
|
31791
|
-
text-transform: uppercase;
|
|
31792
|
-
font-feature-settings: "cpsp" on;
|
|
31793
|
-
font-size: 16px;
|
|
31794
|
-
line-height: 24px;
|
|
31920
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31921
|
+
width: 100%;
|
|
31922
|
+
overflow: hidden;
|
|
31923
|
+
white-space: nowrap;
|
|
31924
|
+
text-overflow: ellipsis;
|
|
31795
31925
|
}
|
|
31796
|
-
|
|
31797
|
-
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
font-weight: bold;
|
|
31801
|
-
text-transform: uppercase;
|
|
31802
|
-
font-feature-settings: "cpsp" on;
|
|
31803
|
-
font-size: 16px;
|
|
31804
|
-
line-height: 24px;
|
|
31926
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31927
|
+
overflow: hidden;
|
|
31928
|
+
text-overflow: ellipsis;
|
|
31929
|
+
flex: 1;
|
|
31805
31930
|
}
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
font-family: Inter;
|
|
31809
|
-
font-style: normal;
|
|
31810
|
-
font-weight: normal;
|
|
31811
|
-
font-size: 14px;
|
|
31812
|
-
line-height: 22px;
|
|
31931
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31932
|
+
padding: 15px 25px 15px 8px;
|
|
31813
31933
|
}
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
font-family: Inter;
|
|
31817
|
-
font-style: normal;
|
|
31818
|
-
font-weight: 500;
|
|
31819
|
-
font-size: 14px;
|
|
31820
|
-
line-height: 22px;
|
|
31934
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31935
|
+
padding: 0;
|
|
31821
31936
|
}
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
|
|
31827
|
-
|
|
31828
|
-
|
|
31937
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31938
|
+
position: absolute;
|
|
31939
|
+
right: 6px;
|
|
31940
|
+
top: 50%;
|
|
31941
|
+
transform: translateY(-50%);
|
|
31942
|
+
height: 16px;
|
|
31943
|
+
display: none;
|
|
31944
|
+
transition: transform 320ms ease;
|
|
31829
31945
|
}
|
|
31830
|
-
|
|
31831
|
-
|
|
31832
|
-
|
|
31833
|
-
font-style: normal;
|
|
31834
|
-
font-weight: normal;
|
|
31835
|
-
font-size: 14px;
|
|
31836
|
-
line-height: 22px;
|
|
31946
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31947
|
+
display: block;
|
|
31948
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31837
31949
|
}
|
|
31838
|
-
|
|
31839
|
-
|
|
31840
|
-
font-family: Inter;
|
|
31841
|
-
font-style: normal;
|
|
31842
|
-
font-weight: bold;
|
|
31843
|
-
font-size: 14px;
|
|
31844
|
-
line-height: 22px;
|
|
31950
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31951
|
+
display: block;
|
|
31845
31952
|
}
|
|
31846
|
-
|
|
31847
|
-
|
|
31848
|
-
font-family: Inter;
|
|
31849
|
-
font-style: normal;
|
|
31850
|
-
font-weight: normal;
|
|
31851
|
-
text-transform: uppercase;
|
|
31852
|
-
font-feature-settings: "cpsp" on;
|
|
31853
|
-
font-size: 14px;
|
|
31854
|
-
line-height: 22px;
|
|
31953
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31954
|
+
display: none;
|
|
31855
31955
|
}
|
|
31856
|
-
|
|
31857
|
-
|
|
31858
|
-
font-family: Inter;
|
|
31859
|
-
font-style: normal;
|
|
31860
|
-
font-weight: bold;
|
|
31861
|
-
text-transform: uppercase;
|
|
31862
|
-
font-feature-settings: "cpsp" on;
|
|
31863
|
-
font-size: 14px;
|
|
31864
|
-
line-height: 22px;
|
|
31956
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31957
|
+
transform: translateY(-50%);
|
|
31865
31958
|
}
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
font-family: Inter;
|
|
31869
|
-
font-style: normal;
|
|
31870
|
-
font-weight: normal;
|
|
31871
|
-
font-size: 13px;
|
|
31872
|
-
line-height: 20px;
|
|
31959
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31960
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31873
31961
|
}
|
|
31874
|
-
|
|
31875
|
-
|
|
31876
|
-
font-family: Inter;
|
|
31877
|
-
font-style: normal;
|
|
31878
|
-
font-weight: 600;
|
|
31879
|
-
font-size: 13px;
|
|
31880
|
-
line-height: 20px;
|
|
31962
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31963
|
+
background: #f2f5fa;
|
|
31881
31964
|
}
|
|
31882
|
-
|
|
31883
|
-
|
|
31884
|
-
font-family: Inter;
|
|
31885
|
-
font-style: normal;
|
|
31886
|
-
font-weight: bold;
|
|
31887
|
-
font-size: 13px;
|
|
31888
|
-
line-height: 20px;
|
|
31965
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31966
|
+
display: block;
|
|
31889
31967
|
}
|
|
31890
|
-
|
|
31891
|
-
|
|
31892
|
-
font-family: Inter;
|
|
31893
|
-
font-style: normal;
|
|
31894
|
-
font-weight: normal;
|
|
31895
|
-
font-size: 13px;
|
|
31896
|
-
line-height: 20px;
|
|
31968
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31969
|
+
padding-right: 25px;
|
|
31897
31970
|
}
|
|
31898
|
-
|
|
31899
|
-
|
|
31900
|
-
font-family: Inter;
|
|
31901
|
-
font-style: normal;
|
|
31902
|
-
font-weight: 600;
|
|
31903
|
-
font-size: 13px;
|
|
31904
|
-
line-height: 20px;
|
|
31971
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31972
|
+
padding: 0 !important;
|
|
31905
31973
|
}
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
|
|
31911
|
-
font-size: 13px;
|
|
31912
|
-
line-height: 20px;
|
|
31974
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31975
|
+
position: absolute;
|
|
31976
|
+
left: 50%;
|
|
31977
|
+
top: 50%;
|
|
31978
|
+
transform: translate(-50%, -50%);
|
|
31913
31979
|
}
|
|
31914
|
-
|
|
31915
|
-
|
|
31916
|
-
font-family: Inter;
|
|
31917
|
-
font-style: normal;
|
|
31918
|
-
font-weight: normal;
|
|
31919
|
-
text-transform: uppercase;
|
|
31920
|
-
font-feature-settings: "cpsp" on;
|
|
31921
|
-
font-size: 13px;
|
|
31922
|
-
line-height: 20px;
|
|
31980
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31981
|
+
display: none;
|
|
31923
31982
|
}
|
|
31924
|
-
|
|
31925
|
-
|
|
31926
|
-
font-family: Inter;
|
|
31927
|
-
font-style: normal;
|
|
31928
|
-
font-weight: bold;
|
|
31929
|
-
text-transform: uppercase;
|
|
31930
|
-
font-feature-settings: "cpsp" on;
|
|
31931
|
-
font-size: 13px;
|
|
31932
|
-
line-height: 20px;
|
|
31983
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31984
|
+
background: #fff;
|
|
31933
31985
|
}
|
|
31934
|
-
|
|
31935
|
-
|
|
31936
|
-
font-family: Inter;
|
|
31937
|
-
font-style: normal;
|
|
31938
|
-
font-weight: normal;
|
|
31939
|
-
font-size: 12px;
|
|
31940
|
-
line-height: 18px;
|
|
31986
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31987
|
+
background: inherit;
|
|
31941
31988
|
}
|
|
31942
|
-
|
|
31943
|
-
|
|
31944
|
-
|
|
31945
|
-
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
line-height: 18px;
|
|
31989
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31990
|
+
position: static;
|
|
31991
|
+
border: none;
|
|
31992
|
+
background: inherit !important;
|
|
31993
|
+
height: 100px;
|
|
31994
|
+
vertical-align: middle;
|
|
31949
31995
|
}
|
|
31950
|
-
|
|
31951
|
-
.
|
|
31952
|
-
font-family: Inter;
|
|
31953
|
-
font-style: normal;
|
|
31996
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31997
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31954
31998
|
font-weight: bold;
|
|
31955
|
-
font-size:
|
|
31956
|
-
|
|
31999
|
+
font-size: 20px;
|
|
32000
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31957
32001
|
}
|
|
31958
|
-
|
|
31959
|
-
|
|
31960
|
-
|
|
31961
|
-
|
|
31962
|
-
font-weight: normal;
|
|
31963
|
-
font-size: 12px;
|
|
31964
|
-
line-height: 18px;
|
|
32002
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
32003
|
+
padding: 0 !important;
|
|
32004
|
+
position: relative;
|
|
32005
|
+
background: #fff;
|
|
31965
32006
|
}
|
|
31966
|
-
|
|
31967
|
-
|
|
31968
|
-
|
|
31969
|
-
|
|
31970
|
-
|
|
31971
|
-
|
|
31972
|
-
line-height: 18px;
|
|
32007
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
32008
|
+
height: 100%;
|
|
32009
|
+
display: flex;
|
|
32010
|
+
align-items: center;
|
|
32011
|
+
justify-content: flex-end;
|
|
32012
|
+
padding-right: 8px;
|
|
31973
32013
|
}
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
|
|
31978
|
-
|
|
31979
|
-
|
|
31980
|
-
line-height: 18px;
|
|
32014
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
32015
|
+
width: 24px;
|
|
32016
|
+
height: 24px;
|
|
32017
|
+
cursor: pointer;
|
|
32018
|
+
justify-content: center;
|
|
32019
|
+
border-radius: 4px;
|
|
31981
32020
|
}
|
|
31982
|
-
|
|
31983
|
-
|
|
31984
|
-
font-family: Inter;
|
|
31985
|
-
font-style: normal;
|
|
31986
|
-
font-weight: normal;
|
|
31987
|
-
text-transform: uppercase;
|
|
31988
|
-
font-feature-settings: "cpsp" on;
|
|
31989
|
-
font-size: 12px;
|
|
31990
|
-
line-height: 18px;
|
|
32021
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
32022
|
+
background: #fff;
|
|
31991
32023
|
}
|
|
31992
32024
|
|
|
31993
|
-
.
|
|
31994
|
-
|
|
31995
|
-
|
|
31996
|
-
|
|
31997
|
-
text-transform: uppercase;
|
|
31998
|
-
font-feature-settings: "cpsp" on;
|
|
31999
|
-
font-size: 12px;
|
|
32000
|
-
line-height: 18px;
|
|
32025
|
+
.m15dvk92 {
|
|
32026
|
+
display: flex;
|
|
32027
|
+
justify-content: space-between;
|
|
32028
|
+
width: 100%;
|
|
32001
32029
|
}
|
|
32002
|
-
|
|
32003
|
-
|
|
32004
|
-
font-family: Inter;
|
|
32005
|
-
font-style: normal;
|
|
32006
|
-
font-weight: normal;
|
|
32007
|
-
font-size: 13px;
|
|
32008
|
-
line-height: 20px;
|
|
32030
|
+
.m15dvk92 .action {
|
|
32031
|
+
margin-left: 16px;
|
|
32009
32032
|
}
|
|
32010
32033
|
|
|
32011
|
-
.
|
|
32012
|
-
|
|
32013
|
-
font-style: normal;
|
|
32014
|
-
font-weight: normal;
|
|
32015
|
-
font-size: 13px;
|
|
32016
|
-
line-height: 20px;
|
|
32034
|
+
.aql8iqz .ant-alert-message {
|
|
32035
|
+
width: 100%;
|
|
32017
32036
|
}
|
|
32018
32037
|
|
|
32019
|
-
.
|
|
32020
|
-
|
|
32021
|
-
font-style: normal;
|
|
32022
|
-
font-weight: normal;
|
|
32023
|
-
font-size: 12px;
|
|
32024
|
-
line-height: 18px;
|
|
32038
|
+
.s1fc623g {
|
|
32039
|
+
width: 430px !important;
|
|
32025
32040
|
}
|
|
32026
32041
|
|
|
32027
|
-
.
|
|
32028
|
-
|
|
32029
|
-
font-style: normal;
|
|
32030
|
-
font-weight: normal;
|
|
32031
|
-
font-size: 12px;
|
|
32042
|
+
.da3mx0o .ant-select-item-group {
|
|
32043
|
+
padding: 8px 16px;
|
|
32032
32044
|
line-height: 18px;
|
|
32045
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32046
|
+
height: 34px;
|
|
32047
|
+
min-height: 34px;
|
|
32048
|
+
box-sizing: border-box;
|
|
32049
|
+
margin-top: 8px;
|
|
32033
32050
|
}
|
|
32034
32051
|
|
|
32035
|
-
.
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
|
|
32039
|
-
|
|
32040
|
-
|
|
32041
|
-
line-height: 20px;
|
|
32052
|
+
.onr9gzt {
|
|
32053
|
+
display: flex;
|
|
32054
|
+
flex-direction: column;
|
|
32055
|
+
margin: 1px 8px;
|
|
32056
|
+
padding: 8px;
|
|
32057
|
+
border-radius: 4px;
|
|
32042
32058
|
}
|
|
32043
|
-
|
|
32044
|
-
|
|
32045
|
-
font-family: Inter;
|
|
32046
|
-
font-style: normal;
|
|
32047
|
-
font-weight: normal;
|
|
32048
|
-
font-feature-settings: "zero" on;
|
|
32049
|
-
font-size: 13px;
|
|
32050
|
-
line-height: 20px;
|
|
32059
|
+
.onr9gzt .selected-icon {
|
|
32060
|
+
display: none;
|
|
32051
32061
|
}
|
|
32052
|
-
|
|
32053
|
-
|
|
32054
|
-
font-family: Inter;
|
|
32055
|
-
font-style: normal;
|
|
32056
|
-
font-weight: normal;
|
|
32057
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32058
|
-
font-size: 12px;
|
|
32059
|
-
line-height: 18px;
|
|
32062
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
32063
|
+
padding-left: 8px;
|
|
32060
32064
|
}
|
|
32061
|
-
|
|
32062
|
-
|
|
32063
|
-
font-family: Inter;
|
|
32064
|
-
font-style: normal;
|
|
32065
|
-
font-weight: 500;
|
|
32066
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32067
|
-
font-size: 12px;
|
|
32068
|
-
line-height: 18px;
|
|
32065
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
32066
|
+
background-color: white;
|
|
32069
32067
|
}
|
|
32070
|
-
|
|
32071
|
-
|
|
32072
|
-
font-family: Inter;
|
|
32073
|
-
font-style: normal;
|
|
32074
|
-
font-weight: normal;
|
|
32075
|
-
font-feature-settings: "zero" on;
|
|
32076
|
-
font-size: 12px;
|
|
32077
|
-
line-height: 18px;
|
|
32068
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
32069
|
+
color: #0080ff;
|
|
32078
32070
|
}
|
|
32079
|
-
|
|
32080
|
-
|
|
32081
|
-
font-family: Inter;
|
|
32082
|
-
font-style: normal;
|
|
32083
|
-
font-weight: 500;
|
|
32084
|
-
font-feature-settings: "zero" on;
|
|
32085
|
-
font-size: 12px;
|
|
32086
|
-
line-height: 18px;
|
|
32071
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
32072
|
+
display: block;
|
|
32087
32073
|
}
|
|
32088
|
-
|
|
32089
|
-
.
|
|
32090
|
-
|
|
32091
|
-
|
|
32092
|
-
|
|
32093
|
-
|
|
32094
|
-
|
|
32095
|
-
|
|
32074
|
+
.onr9gzt.ant-select-item-option-active {
|
|
32075
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32076
|
+
}
|
|
32077
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
32078
|
+
color: #0080ff;
|
|
32079
|
+
}
|
|
32080
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
32081
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32082
|
+
color: #0080ff;
|
|
32096
32083
|
}
|
|
32097
32084
|
|
|
32098
|
-
.
|
|
32099
|
-
|
|
32100
|
-
|
|
32101
|
-
|
|
32102
|
-
|
|
32103
|
-
|
|
32085
|
+
.oiy0apc {
|
|
32086
|
+
display: flex;
|
|
32087
|
+
justify-content: space-between;
|
|
32088
|
+
height: 20px;
|
|
32089
|
+
line-height: 20px;
|
|
32090
|
+
}
|
|
32091
|
+
.oiy0apc .timezone-title {
|
|
32092
|
+
color: #2d3a56;
|
|
32093
|
+
overflow: hidden;
|
|
32094
|
+
text-overflow: ellipsis;
|
|
32104
32095
|
}
|
|
32105
32096
|
|
|
32106
|
-
.
|
|
32097
|
+
.of4y382 {
|
|
32107
32098
|
display: flex;
|
|
32108
32099
|
justify-content: space-between;
|
|
32109
|
-
|
|
32100
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32101
|
+
height: 18px;
|
|
32102
|
+
line-height: 18px;
|
|
32103
|
+
margin-top: 2px;
|
|
32110
32104
|
}
|
|
32111
|
-
|
|
32112
|
-
|
|
32105
|
+
|
|
32106
|
+
.t19903l9 {
|
|
32107
|
+
border: none;
|
|
32108
|
+
margin-right: 0;
|
|
32109
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32113
32110
|
}
|
|
32114
32111
|
|
|
32115
|
-
.
|
|
32112
|
+
.ohwbvxu {
|
|
32113
|
+
pointer-events: none;
|
|
32114
|
+
height: 32px;
|
|
32116
32115
|
width: 100%;
|
|
32116
|
+
opacity: 0;
|
|
32117
32117
|
}
|
|
32118
32118
|
|
|
32119
32119
|
.c198s9j3 {
|
|
@@ -32187,6 +32187,39 @@ input.rrg1fkn.ant-input {
|
|
|
32187
32187
|
margin-left: 24px;
|
|
32188
32188
|
}
|
|
32189
32189
|
|
|
32190
|
+
.c10crapj {
|
|
32191
|
+
border-radius: 8px;
|
|
32192
|
+
}
|
|
32193
|
+
.c10crapj .ant-card-body {
|
|
32194
|
+
padding: 20px 24px 24px 24px;
|
|
32195
|
+
}
|
|
32196
|
+
|
|
32197
|
+
.cav9p2m .ant-collapse-item {
|
|
32198
|
+
border: 0px;
|
|
32199
|
+
background-color: #fff;
|
|
32200
|
+
}
|
|
32201
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32202
|
+
padding-top: 0px;
|
|
32203
|
+
padding-bottom: 0px;
|
|
32204
|
+
padding-left: 0px !important;
|
|
32205
|
+
padding-right: 24px;
|
|
32206
|
+
}
|
|
32207
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32208
|
+
right: 0px;
|
|
32209
|
+
}
|
|
32210
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32211
|
+
padding: 0px;
|
|
32212
|
+
}
|
|
32213
|
+
|
|
32214
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32215
|
+
padding-right: 0px;
|
|
32216
|
+
cursor: default;
|
|
32217
|
+
}
|
|
32218
|
+
|
|
32219
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32220
|
+
display: flex;
|
|
32221
|
+
}
|
|
32222
|
+
|
|
32190
32223
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32191
32224
|
border-radius: 6px;
|
|
32192
32225
|
}
|
|
@@ -32254,10 +32287,6 @@ input.rrg1fkn.ant-input {
|
|
|
32254
32287
|
color: rgba(44, 56, 82, 0.6);
|
|
32255
32288
|
}
|
|
32256
32289
|
|
|
32257
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32258
|
-
display: flex;
|
|
32259
|
-
}
|
|
32260
|
-
|
|
32261
32290
|
.s1uupxds {
|
|
32262
32291
|
padding: 0 8px;
|
|
32263
32292
|
border-radius: 4px;
|
|
@@ -32489,9 +32518,53 @@ input.rrg1fkn.ant-input {
|
|
|
32489
32518
|
.t1kgldps:last-child {
|
|
32490
32519
|
padding-bottom: 3px;
|
|
32491
32520
|
}
|
|
32492
|
-
.t1kgldps .column-value {
|
|
32493
|
-
color: #fff;
|
|
32494
|
-
margin-left: 8px;
|
|
32521
|
+
.t1kgldps .column-value {
|
|
32522
|
+
color: #fff;
|
|
32523
|
+
margin-left: 8px;
|
|
32524
|
+
}
|
|
32525
|
+
|
|
32526
|
+
.c1udgdh2 {
|
|
32527
|
+
color: #2d3a56;
|
|
32528
|
+
padding: 12px 16px 10px 16px;
|
|
32529
|
+
display: flex;
|
|
32530
|
+
justify-content: space-between;
|
|
32531
|
+
align-items: center;
|
|
32532
|
+
}
|
|
32533
|
+
.c1udgdh2.has-arrow {
|
|
32534
|
+
padding-left: 10px;
|
|
32535
|
+
}
|
|
32536
|
+
.c1udgdh2.has-arrow .title-wrapper {
|
|
32537
|
+
cursor: pointer;
|
|
32538
|
+
color: #00122e;
|
|
32539
|
+
}
|
|
32540
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
32541
|
+
color: #2d3a56;
|
|
32542
|
+
font-weight: 600;
|
|
32543
|
+
}
|
|
32544
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32545
|
+
transform: rotate(90deg);
|
|
32546
|
+
}
|
|
32547
|
+
.c1udgdh2 .sub-info {
|
|
32548
|
+
font-size: 12px;
|
|
32549
|
+
line-height: 18px;
|
|
32550
|
+
}
|
|
32551
|
+
.c1udgdh2 .title-wrapper {
|
|
32552
|
+
display: flex;
|
|
32553
|
+
align-items: center;
|
|
32554
|
+
user-select: none;
|
|
32555
|
+
flex-grow: 1;
|
|
32556
|
+
font-size: 12px;
|
|
32557
|
+
line-height: 18px;
|
|
32558
|
+
color: #2d3a56;
|
|
32559
|
+
font-weight: 700;
|
|
32560
|
+
}
|
|
32561
|
+
.c1udgdh2 .collapse-arrow {
|
|
32562
|
+
transition: all 50ms ease-out 0ms;
|
|
32563
|
+
margin-right: 2px;
|
|
32564
|
+
}
|
|
32565
|
+
|
|
32566
|
+
.c1k4vanq {
|
|
32567
|
+
padding: 0 16px 14px 16px;
|
|
32495
32568
|
}
|
|
32496
32569
|
|
|
32497
32570
|
.t1gz6wqf {
|
|
@@ -32524,57 +32597,134 @@ input.rrg1fkn.ant-input {
|
|
|
32524
32597
|
background: rgba(163, 180, 204, 0.18);
|
|
32525
32598
|
}
|
|
32526
32599
|
|
|
32527
|
-
.
|
|
32528
|
-
|
|
32600
|
+
.bab9xum {
|
|
32601
|
+
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);
|
|
32529
32602
|
}
|
|
32530
32603
|
|
|
32531
|
-
.
|
|
32532
|
-
|
|
32533
|
-
|
|
32604
|
+
.cav4gt6 {
|
|
32605
|
+
border-radius: 4px;
|
|
32606
|
+
background-color: white;
|
|
32607
|
+
}
|
|
32608
|
+
|
|
32609
|
+
.rrwcpby {
|
|
32534
32610
|
display: flex;
|
|
32535
|
-
justify-content: space-between;
|
|
32536
32611
|
align-items: center;
|
|
32537
32612
|
}
|
|
32538
|
-
.
|
|
32539
|
-
|
|
32613
|
+
.rrwcpby .order {
|
|
32614
|
+
height: 24px;
|
|
32615
|
+
width: 24px;
|
|
32616
|
+
border-radius: 20px;
|
|
32617
|
+
color: #0080ff;
|
|
32618
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32619
|
+
display: flex;
|
|
32620
|
+
align-items: center;
|
|
32621
|
+
justify-content: center;
|
|
32622
|
+
margin-right: 6px;
|
|
32540
32623
|
}
|
|
32541
|
-
|
|
32542
|
-
|
|
32543
|
-
|
|
32624
|
+
|
|
32625
|
+
.f1p9ti6d {
|
|
32626
|
+
width: 100%;
|
|
32627
|
+
margin-bottom: 0 !important;
|
|
32628
|
+
flex-flow: nowrap !important;
|
|
32629
|
+
line-break: auto;
|
|
32544
32630
|
}
|
|
32545
|
-
.
|
|
32546
|
-
|
|
32547
|
-
|
|
32631
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32632
|
+
text-align: left !important;
|
|
32633
|
+
padding-bottom: 0 !important;
|
|
32548
32634
|
}
|
|
32549
|
-
.
|
|
32550
|
-
|
|
32635
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32636
|
+
min-height: 32px;
|
|
32637
|
+
height: auto;
|
|
32638
|
+
font-size: 13px;
|
|
32639
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32640
|
+
white-space: normal;
|
|
32551
32641
|
}
|
|
32552
|
-
.
|
|
32642
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32643
|
+
border-color: #ff4d4f !important;
|
|
32644
|
+
}
|
|
32645
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32646
|
+
margin-top: 4px;
|
|
32553
32647
|
font-size: 12px;
|
|
32554
|
-
|
|
32648
|
+
min-height: 0px;
|
|
32555
32649
|
}
|
|
32556
|
-
.
|
|
32557
|
-
display: flex;
|
|
32558
|
-
align-items: center;
|
|
32559
|
-
user-select: none;
|
|
32560
|
-
flex-grow: 1;
|
|
32650
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32561
32651
|
font-size: 12px;
|
|
32562
|
-
|
|
32563
|
-
|
|
32564
|
-
font-weight: 700;
|
|
32652
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32653
|
+
min-height: 0px;
|
|
32565
32654
|
}
|
|
32566
|
-
|
|
32567
|
-
|
|
32568
|
-
|
|
32655
|
+
|
|
32656
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32657
|
+
display: var(--at4ovwe-0);
|
|
32658
|
+
}
|
|
32659
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32660
|
+
padding: 5px 12px;
|
|
32661
|
+
display: inline-flex;
|
|
32662
|
+
line-height: 1.5715;
|
|
32663
|
+
height: 100%;
|
|
32664
|
+
width: 100%;
|
|
32665
|
+
}
|
|
32666
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32667
|
+
content: var(--at4ovwe-1);
|
|
32668
|
+
display: var(--at4ovwe-2);
|
|
32669
|
+
flex: none;
|
|
32670
|
+
align-items: center;
|
|
32671
|
+
margin-left: 4px;
|
|
32672
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32673
|
+
}
|
|
32674
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32675
|
+
content: var(--at4ovwe-3);
|
|
32676
|
+
display: var(--at4ovwe-4);
|
|
32677
|
+
flex: none;
|
|
32678
|
+
align-items: center;
|
|
32679
|
+
margin-right: 4px;
|
|
32680
|
+
cursor: auto;
|
|
32681
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32682
|
+
}
|
|
32683
|
+
.at4ovwe.ant-input-number {
|
|
32684
|
+
width: 100%;
|
|
32685
|
+
border-radius: 6px;
|
|
32686
|
+
}
|
|
32687
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32688
|
+
border-color: #0096ff;
|
|
32689
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32690
|
+
}
|
|
32691
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32692
|
+
border-color: #e75a3a;
|
|
32693
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32694
|
+
}
|
|
32695
|
+
.at4ovwe .ant-input-number-input {
|
|
32696
|
+
padding: 0;
|
|
32697
|
+
margin: 0;
|
|
32698
|
+
height: auto;
|
|
32699
|
+
font-size: inherit;
|
|
32569
32700
|
}
|
|
32570
32701
|
|
|
32571
|
-
.
|
|
32572
|
-
|
|
32702
|
+
.sut42l0 {
|
|
32703
|
+
padding: 0 8px;
|
|
32704
|
+
height: 18px;
|
|
32573
32705
|
}
|
|
32574
32706
|
|
|
32575
|
-
.
|
|
32576
|
-
|
|
32577
|
-
|
|
32707
|
+
.mfsz1jz {
|
|
32708
|
+
padding: 2px 8px;
|
|
32709
|
+
height: 24px;
|
|
32710
|
+
}
|
|
32711
|
+
|
|
32712
|
+
.tnd6h4m {
|
|
32713
|
+
margin: 0;
|
|
32714
|
+
}
|
|
32715
|
+
|
|
32716
|
+
.i1qw4clm {
|
|
32717
|
+
margin-right: 4px;
|
|
32718
|
+
height: 16px;
|
|
32719
|
+
}
|
|
32720
|
+
|
|
32721
|
+
.w1xcixj5.outside-tag {
|
|
32722
|
+
padding-left: 0;
|
|
32723
|
+
}
|
|
32724
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32725
|
+
border-radius: 4px 0 0 4px;
|
|
32726
|
+
padding-right: 4px;
|
|
32727
|
+
margin-right: 4px;
|
|
32578
32728
|
}
|
|
32579
32729
|
|
|
32580
32730
|
.tc40oxa {
|
|
@@ -32770,111 +32920,6 @@ input.rrg1fkn.ant-input {
|
|
|
32770
32920
|
margin-right: 8px;
|
|
32771
32921
|
}
|
|
32772
32922
|
|
|
32773
|
-
.f1p9ti6d {
|
|
32774
|
-
width: 100%;
|
|
32775
|
-
margin-bottom: 0 !important;
|
|
32776
|
-
flex-flow: nowrap !important;
|
|
32777
|
-
line-break: auto;
|
|
32778
|
-
}
|
|
32779
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32780
|
-
text-align: left !important;
|
|
32781
|
-
padding-bottom: 0 !important;
|
|
32782
|
-
}
|
|
32783
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32784
|
-
min-height: 32px;
|
|
32785
|
-
height: auto;
|
|
32786
|
-
font-size: 13px;
|
|
32787
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32788
|
-
white-space: normal;
|
|
32789
|
-
}
|
|
32790
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32791
|
-
border-color: #ff4d4f !important;
|
|
32792
|
-
}
|
|
32793
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32794
|
-
margin-top: 4px;
|
|
32795
|
-
font-size: 12px;
|
|
32796
|
-
min-height: 0px;
|
|
32797
|
-
}
|
|
32798
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32799
|
-
font-size: 12px;
|
|
32800
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32801
|
-
min-height: 0px;
|
|
32802
|
-
}
|
|
32803
|
-
|
|
32804
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32805
|
-
display: var(--at4ovwe-0);
|
|
32806
|
-
}
|
|
32807
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32808
|
-
padding: 5px 12px;
|
|
32809
|
-
display: inline-flex;
|
|
32810
|
-
line-height: 1.5715;
|
|
32811
|
-
height: 100%;
|
|
32812
|
-
width: 100%;
|
|
32813
|
-
}
|
|
32814
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32815
|
-
content: var(--at4ovwe-1);
|
|
32816
|
-
display: var(--at4ovwe-2);
|
|
32817
|
-
flex: none;
|
|
32818
|
-
align-items: center;
|
|
32819
|
-
margin-left: 4px;
|
|
32820
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32821
|
-
}
|
|
32822
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32823
|
-
content: var(--at4ovwe-3);
|
|
32824
|
-
display: var(--at4ovwe-4);
|
|
32825
|
-
flex: none;
|
|
32826
|
-
align-items: center;
|
|
32827
|
-
margin-right: 4px;
|
|
32828
|
-
cursor: auto;
|
|
32829
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32830
|
-
}
|
|
32831
|
-
.at4ovwe.ant-input-number {
|
|
32832
|
-
width: 100%;
|
|
32833
|
-
border-radius: 6px;
|
|
32834
|
-
}
|
|
32835
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32836
|
-
border-color: #0096ff;
|
|
32837
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32838
|
-
}
|
|
32839
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32840
|
-
border-color: #e75a3a;
|
|
32841
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32842
|
-
}
|
|
32843
|
-
.at4ovwe .ant-input-number-input {
|
|
32844
|
-
padding: 0;
|
|
32845
|
-
margin: 0;
|
|
32846
|
-
height: auto;
|
|
32847
|
-
font-size: inherit;
|
|
32848
|
-
}
|
|
32849
|
-
|
|
32850
|
-
.w1xcixj5.outside-tag {
|
|
32851
|
-
padding-left: 0;
|
|
32852
|
-
}
|
|
32853
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32854
|
-
border-radius: 4px 0 0 4px;
|
|
32855
|
-
padding-right: 4px;
|
|
32856
|
-
margin-right: 4px;
|
|
32857
|
-
}
|
|
32858
|
-
|
|
32859
|
-
.sut42l0 {
|
|
32860
|
-
padding: 0 8px;
|
|
32861
|
-
height: 18px;
|
|
32862
|
-
}
|
|
32863
|
-
|
|
32864
|
-
.mfsz1jz {
|
|
32865
|
-
padding: 2px 8px;
|
|
32866
|
-
height: 24px;
|
|
32867
|
-
}
|
|
32868
|
-
|
|
32869
|
-
.tnd6h4m {
|
|
32870
|
-
margin: 0;
|
|
32871
|
-
}
|
|
32872
|
-
|
|
32873
|
-
.i1qw4clm {
|
|
32874
|
-
margin-right: 4px;
|
|
32875
|
-
height: 16px;
|
|
32876
|
-
}
|
|
32877
|
-
|
|
32878
32923
|
.iwsze0q {
|
|
32879
32924
|
margin-right: 4px;
|
|
32880
32925
|
height: 16px;
|