@cloudtower/eagle 0.27.1-beta.1 → 0.27.2-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +485 -485
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +858 -858
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -30464,6 +30464,61 @@ html body {
|
|
|
30464
30464
|
width: 36px;
|
|
30465
30465
|
}
|
|
30466
30466
|
|
|
30467
|
+
.s34f1qb.ant-switch {
|
|
30468
|
+
min-width: 40px;
|
|
30469
|
+
height: 24px;
|
|
30470
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30471
|
+
overflow: hidden;
|
|
30472
|
+
}
|
|
30473
|
+
.s34f1qb.ant-switch:focus {
|
|
30474
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30475
|
+
}
|
|
30476
|
+
.s34f1qb.ant-switch-small {
|
|
30477
|
+
min-width: 26px;
|
|
30478
|
+
height: 16px;
|
|
30479
|
+
}
|
|
30480
|
+
.s34f1qb.ant-switch-large {
|
|
30481
|
+
min-width: 52px;
|
|
30482
|
+
height: 32px;
|
|
30483
|
+
}
|
|
30484
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30485
|
+
height: 20px;
|
|
30486
|
+
width: 20px;
|
|
30487
|
+
}
|
|
30488
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30489
|
+
border-radius: 10px;
|
|
30490
|
+
transition-delay: 120ms;
|
|
30491
|
+
}
|
|
30492
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30493
|
+
height: 14px;
|
|
30494
|
+
width: 14px;
|
|
30495
|
+
top: 1px;
|
|
30496
|
+
left: 1px;
|
|
30497
|
+
}
|
|
30498
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30499
|
+
height: 28px;
|
|
30500
|
+
width: 28px;
|
|
30501
|
+
}
|
|
30502
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30503
|
+
border-radius: 14px;
|
|
30504
|
+
}
|
|
30505
|
+
.s34f1qb.ant-switch-checked {
|
|
30506
|
+
background-color: #00ba5d;
|
|
30507
|
+
}
|
|
30508
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30509
|
+
left: calc(100% - 20px - 2px);
|
|
30510
|
+
}
|
|
30511
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30512
|
+
left: calc(100% - 14px - 1px);
|
|
30513
|
+
}
|
|
30514
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30515
|
+
left: calc(100% - 28px - 2px);
|
|
30516
|
+
}
|
|
30517
|
+
|
|
30518
|
+
.c1to9vb9 {
|
|
30519
|
+
margin-left: 5px;
|
|
30520
|
+
}
|
|
30521
|
+
|
|
30467
30522
|
.cz04yix {
|
|
30468
30523
|
display: flex;
|
|
30469
30524
|
flex-direction: column;
|
|
@@ -31076,65 +31131,6 @@ input.rrg1fkn.ant-input {
|
|
|
31076
31131
|
border-bottom-left-radius: 0;
|
|
31077
31132
|
}
|
|
31078
31133
|
|
|
31079
|
-
.s34f1qb.ant-switch {
|
|
31080
|
-
min-width: 40px;
|
|
31081
|
-
height: 24px;
|
|
31082
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31083
|
-
overflow: hidden;
|
|
31084
|
-
}
|
|
31085
|
-
.s34f1qb.ant-switch:focus {
|
|
31086
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31087
|
-
}
|
|
31088
|
-
.s34f1qb.ant-switch-small {
|
|
31089
|
-
min-width: 26px;
|
|
31090
|
-
height: 16px;
|
|
31091
|
-
}
|
|
31092
|
-
.s34f1qb.ant-switch-large {
|
|
31093
|
-
min-width: 52px;
|
|
31094
|
-
height: 32px;
|
|
31095
|
-
}
|
|
31096
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31097
|
-
height: 20px;
|
|
31098
|
-
width: 20px;
|
|
31099
|
-
}
|
|
31100
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31101
|
-
border-radius: 10px;
|
|
31102
|
-
transition-delay: 120ms;
|
|
31103
|
-
}
|
|
31104
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31105
|
-
height: 14px;
|
|
31106
|
-
width: 14px;
|
|
31107
|
-
top: 1px;
|
|
31108
|
-
left: 1px;
|
|
31109
|
-
}
|
|
31110
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31111
|
-
height: 28px;
|
|
31112
|
-
width: 28px;
|
|
31113
|
-
}
|
|
31114
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31115
|
-
border-radius: 14px;
|
|
31116
|
-
}
|
|
31117
|
-
.s34f1qb.ant-switch-checked {
|
|
31118
|
-
background-color: #00ba5d;
|
|
31119
|
-
}
|
|
31120
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31121
|
-
left: calc(100% - 20px - 2px);
|
|
31122
|
-
}
|
|
31123
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31124
|
-
left: calc(100% - 14px - 1px);
|
|
31125
|
-
}
|
|
31126
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31127
|
-
left: calc(100% - 28px - 2px);
|
|
31128
|
-
}
|
|
31129
|
-
|
|
31130
|
-
.c1to9vb9 {
|
|
31131
|
-
margin-left: 5px;
|
|
31132
|
-
}
|
|
31133
|
-
|
|
31134
|
-
.i1e4sgug {
|
|
31135
|
-
display: inline-block;
|
|
31136
|
-
}
|
|
31137
|
-
|
|
31138
31134
|
.s1fc623g {
|
|
31139
31135
|
width: 430px !important;
|
|
31140
31136
|
}
|
|
@@ -31216,843 +31212,847 @@ input.rrg1fkn.ant-input {
|
|
|
31216
31212
|
opacity: 0;
|
|
31217
31213
|
}
|
|
31218
31214
|
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31215
|
+
.i1e4sgug {
|
|
31216
|
+
display: inline-block;
|
|
31221
31217
|
}
|
|
31222
31218
|
|
|
31223
|
-
.
|
|
31224
|
-
|
|
31219
|
+
.d6j0lbj {
|
|
31220
|
+
font-family: Inter;
|
|
31221
|
+
font-style: normal;
|
|
31222
|
+
font-weight: bold;
|
|
31223
|
+
font-size: 32px;
|
|
31224
|
+
line-height: 40px;
|
|
31225
31225
|
}
|
|
31226
|
-
|
|
31227
|
-
|
|
31228
|
-
|
|
31226
|
+
|
|
31227
|
+
.d1xhvvxe {
|
|
31228
|
+
font-family: Inter;
|
|
31229
|
+
font-style: normal;
|
|
31230
|
+
font-weight: bold;
|
|
31231
|
+
font-size: 24px;
|
|
31232
|
+
line-height: 32px;
|
|
31229
31233
|
}
|
|
31230
|
-
|
|
31231
|
-
|
|
31234
|
+
|
|
31235
|
+
.dk10mxq {
|
|
31236
|
+
font-family: Inter;
|
|
31237
|
+
font-style: normal;
|
|
31238
|
+
font-weight: normal;
|
|
31239
|
+
font-size: 32px;
|
|
31240
|
+
line-height: 40px;
|
|
31232
31241
|
}
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
|
|
31242
|
+
|
|
31243
|
+
.dxsait {
|
|
31244
|
+
font-family: Inter;
|
|
31245
|
+
font-style: normal;
|
|
31246
|
+
font-weight: bold;
|
|
31247
|
+
font-size: 20px;
|
|
31248
|
+
line-height: 24px;
|
|
31236
31249
|
}
|
|
31237
|
-
|
|
31238
|
-
|
|
31250
|
+
|
|
31251
|
+
.dokn0h3 {
|
|
31252
|
+
font-family: Inter;
|
|
31253
|
+
font-style: normal;
|
|
31254
|
+
font-weight: normal;
|
|
31255
|
+
font-size: 20px;
|
|
31256
|
+
line-height: 24px;
|
|
31239
31257
|
}
|
|
31240
|
-
|
|
31241
|
-
|
|
31258
|
+
|
|
31259
|
+
.dobau4p {
|
|
31260
|
+
font-family: Inter;
|
|
31261
|
+
font-style: normal;
|
|
31262
|
+
font-weight: bold;
|
|
31263
|
+
font-size: 18px;
|
|
31264
|
+
line-height: 22px;
|
|
31242
31265
|
}
|
|
31243
|
-
|
|
31244
|
-
|
|
31266
|
+
|
|
31267
|
+
.dvolwok {
|
|
31268
|
+
font-family: Inter;
|
|
31269
|
+
font-style: normal;
|
|
31270
|
+
font-weight: normal;
|
|
31271
|
+
font-size: 18px;
|
|
31272
|
+
line-height: 22px;
|
|
31245
31273
|
}
|
|
31246
|
-
|
|
31247
|
-
|
|
31274
|
+
|
|
31275
|
+
.h181qhg4 {
|
|
31276
|
+
font-family: Inter;
|
|
31277
|
+
font-style: normal;
|
|
31278
|
+
font-weight: bold;
|
|
31279
|
+
font-size: 16px;
|
|
31280
|
+
line-height: 22px;
|
|
31248
31281
|
}
|
|
31249
|
-
|
|
31250
|
-
|
|
31282
|
+
|
|
31283
|
+
.h1phgmcq {
|
|
31284
|
+
font-family: Inter;
|
|
31285
|
+
font-style: normal;
|
|
31286
|
+
font-weight: normal;
|
|
31287
|
+
font-size: 16px;
|
|
31288
|
+
line-height: 22px;
|
|
31251
31289
|
}
|
|
31252
|
-
|
|
31253
|
-
|
|
31254
|
-
|
|
31290
|
+
|
|
31291
|
+
.h173xnl1 {
|
|
31292
|
+
font-family: Inter;
|
|
31293
|
+
font-style: normal;
|
|
31294
|
+
font-weight: bold;
|
|
31295
|
+
font-size: 14px;
|
|
31296
|
+
line-height: 20px;
|
|
31255
31297
|
}
|
|
31256
|
-
|
|
31257
|
-
|
|
31298
|
+
|
|
31299
|
+
.hedm4pz {
|
|
31300
|
+
font-family: Inter;
|
|
31301
|
+
font-style: normal;
|
|
31302
|
+
font-weight: normal;
|
|
31303
|
+
font-size: 14px;
|
|
31304
|
+
line-height: 20px;
|
|
31258
31305
|
}
|
|
31259
|
-
|
|
31260
|
-
.
|
|
31261
|
-
|
|
31306
|
+
|
|
31307
|
+
.h1kd8xld {
|
|
31308
|
+
font-family: Inter;
|
|
31309
|
+
font-style: normal;
|
|
31310
|
+
font-weight: bold;
|
|
31311
|
+
font-size: 12px;
|
|
31312
|
+
line-height: 18px;
|
|
31262
31313
|
}
|
|
31263
|
-
|
|
31264
|
-
|
|
31314
|
+
|
|
31315
|
+
.hp14fr {
|
|
31316
|
+
font-family: Inter;
|
|
31317
|
+
font-style: normal;
|
|
31318
|
+
font-weight: normal;
|
|
31319
|
+
font-size: 12px;
|
|
31320
|
+
line-height: 18px;
|
|
31265
31321
|
}
|
|
31266
|
-
|
|
31267
|
-
.
|
|
31268
|
-
|
|
31269
|
-
|
|
31322
|
+
|
|
31323
|
+
.hgrg7mn {
|
|
31324
|
+
font-family: Inter;
|
|
31325
|
+
font-style: normal;
|
|
31326
|
+
font-weight: bold;
|
|
31327
|
+
text-transform: uppercase;
|
|
31328
|
+
font-feature-settings: "cpsp" on;
|
|
31329
|
+
font-size: 12px;
|
|
31330
|
+
line-height: 18px;
|
|
31270
31331
|
}
|
|
31271
|
-
|
|
31272
|
-
.
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
|
|
31277
|
-
|
|
31278
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31279
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31280
|
-
overflow: hidden;
|
|
31281
|
-
text-overflow: ellipsis;
|
|
31282
|
-
width: 100%;
|
|
31283
|
-
}
|
|
31284
|
-
.tta5kd2 .ant-table-container {
|
|
31285
|
-
height: 100%;
|
|
31286
|
-
}
|
|
31287
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31288
|
-
box-shadow: none !important;
|
|
31289
|
-
}
|
|
31290
|
-
.tta5kd2 .ant-table {
|
|
31291
|
-
border-radius: 0px;
|
|
31292
|
-
border-left: none;
|
|
31293
|
-
border-right: none;
|
|
31294
|
-
border-bottom: none;
|
|
31295
|
-
height: 100%;
|
|
31296
|
-
font-size: 12px;
|
|
31297
|
-
background: transparent;
|
|
31298
|
-
}
|
|
31299
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
31300
|
-
position: relative;
|
|
31301
|
-
z-index: 3;
|
|
31302
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31303
|
-
margin-bottom: -1px;
|
|
31304
|
-
}
|
|
31305
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31306
|
-
.tta5kd2 .ant-table .value {
|
|
31307
|
-
color: #2d3a56;
|
|
31308
|
-
}
|
|
31309
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31310
|
-
.tta5kd2 .ant-table .unit {
|
|
31311
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31312
|
-
}
|
|
31313
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
31314
|
-
position: unset;
|
|
31315
|
-
text-align: center;
|
|
31316
|
-
}
|
|
31317
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31318
|
-
background: #fff;
|
|
31319
|
-
}
|
|
31320
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
31321
|
-
cursor: pointer;
|
|
31322
|
-
position: absolute;
|
|
31323
|
-
top: 50%;
|
|
31324
|
-
right: 12px;
|
|
31325
|
-
transform: translateY(-50%);
|
|
31326
|
-
}
|
|
31327
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31328
|
-
box-shadow: none;
|
|
31329
|
-
width: 1px;
|
|
31330
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31331
|
-
}
|
|
31332
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31333
|
-
box-shadow: none;
|
|
31334
|
-
width: 1px;
|
|
31335
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31336
|
-
}
|
|
31337
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31338
|
-
position: relative;
|
|
31339
|
-
}
|
|
31340
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31341
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31342
|
-
border-bottom: 1px solid white;
|
|
31343
|
-
height: 40px;
|
|
31344
|
-
vertical-align: middle;
|
|
31345
|
-
transition: background 0ms;
|
|
31346
|
-
color: #00122e;
|
|
31347
|
-
}
|
|
31348
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31349
|
-
background: #f2f5fa;
|
|
31350
|
-
border-bottom-color: #f2f5fa;
|
|
31351
|
-
}
|
|
31352
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31353
|
-
height: auto;
|
|
31354
|
-
color: #00122e;
|
|
31332
|
+
|
|
31333
|
+
.h6zme9x {
|
|
31334
|
+
font-family: Inter;
|
|
31335
|
+
font-style: normal;
|
|
31336
|
+
font-weight: normal;
|
|
31337
|
+
text-transform: uppercase;
|
|
31338
|
+
font-feature-settings: "cpsp" on;
|
|
31355
31339
|
font-size: 12px;
|
|
31356
|
-
|
|
31357
|
-
transition: none;
|
|
31358
|
-
overflow: hidden;
|
|
31359
|
-
text-overflow: ellipsis;
|
|
31360
|
-
white-space: nowrap;
|
|
31361
|
-
}
|
|
31362
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31363
|
-
color: #0096ff;
|
|
31364
|
-
}
|
|
31365
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31366
|
-
overflow: hidden;
|
|
31367
|
-
text-overflow: ellipsis;
|
|
31368
|
-
width: 100%;
|
|
31369
|
-
vertical-align: middle;
|
|
31370
|
-
}
|
|
31371
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31372
|
-
line-height: 0px;
|
|
31373
|
-
}
|
|
31374
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31375
|
-
padding-right: 25px;
|
|
31376
|
-
}
|
|
31377
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31378
|
-
border-top-color: transparent;
|
|
31379
|
-
}
|
|
31380
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31381
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31382
|
-
border-color: transparent transparent white;
|
|
31383
|
-
}
|
|
31384
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31385
|
-
border-radius: 8px 0 0 8px;
|
|
31386
|
-
}
|
|
31387
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31388
|
-
border-radius: 8px 0 0 8px;
|
|
31389
|
-
}
|
|
31390
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31391
|
-
content: "";
|
|
31392
|
-
width: 4px;
|
|
31393
|
-
top: -1px;
|
|
31394
|
-
bottom: -1px;
|
|
31395
|
-
background: white;
|
|
31396
|
-
}
|
|
31397
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31398
|
-
border-radius: 0 8px 8px 0;
|
|
31399
|
-
}
|
|
31400
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31401
|
-
border-radius: 0;
|
|
31402
|
-
background: white;
|
|
31403
|
-
border-top: none;
|
|
31404
|
-
}
|
|
31405
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31406
|
-
border-top: 1px solid transparent;
|
|
31407
|
-
border-radius: 0 8px 8px 0;
|
|
31408
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31409
|
-
}
|
|
31410
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31411
|
-
background: white;
|
|
31412
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31413
|
-
}
|
|
31414
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31415
|
-
display: flex;
|
|
31416
|
-
align-items: center;
|
|
31417
|
-
height: 100%;
|
|
31418
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31419
|
-
}
|
|
31420
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31421
|
-
background: white;
|
|
31422
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31423
|
-
}
|
|
31424
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31425
|
-
display: flex;
|
|
31426
|
-
align-items: center;
|
|
31427
|
-
height: 100%;
|
|
31428
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31429
|
-
}
|
|
31430
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31431
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31432
|
-
}
|
|
31433
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31434
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31435
|
-
border-radius: 8px;
|
|
31340
|
+
line-height: 18px;
|
|
31436
31341
|
}
|
|
31437
|
-
|
|
31438
|
-
|
|
31342
|
+
|
|
31343
|
+
.locjvsv {
|
|
31344
|
+
font-family: Inter;
|
|
31345
|
+
font-style: normal;
|
|
31346
|
+
font-weight: normal;
|
|
31347
|
+
font-size: 16px;
|
|
31348
|
+
line-height: 24px;
|
|
31439
31349
|
}
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31350
|
+
|
|
31351
|
+
.l13gi131 {
|
|
31352
|
+
font-family: Inter;
|
|
31353
|
+
font-style: normal;
|
|
31354
|
+
font-weight: bold;
|
|
31355
|
+
font-size: 16px;
|
|
31356
|
+
line-height: 24px;
|
|
31444
31357
|
}
|
|
31445
|
-
|
|
31446
|
-
|
|
31358
|
+
|
|
31359
|
+
.l1ynemsu {
|
|
31360
|
+
font-family: Inter;
|
|
31361
|
+
font-style: normal;
|
|
31362
|
+
font-weight: normal;
|
|
31363
|
+
font-size: 16px;
|
|
31364
|
+
line-height: 24px;
|
|
31447
31365
|
}
|
|
31448
|
-
|
|
31449
|
-
|
|
31366
|
+
|
|
31367
|
+
.l1cft1cx {
|
|
31368
|
+
font-family: Inter;
|
|
31369
|
+
font-style: normal;
|
|
31370
|
+
font-weight: bold;
|
|
31371
|
+
font-size: 16px;
|
|
31372
|
+
line-height: 24px;
|
|
31450
31373
|
}
|
|
31451
|
-
|
|
31452
|
-
|
|
31374
|
+
|
|
31375
|
+
.l17tqc8p {
|
|
31376
|
+
font-family: Inter;
|
|
31377
|
+
font-style: normal;
|
|
31378
|
+
font-weight: normal;
|
|
31379
|
+
text-transform: uppercase;
|
|
31380
|
+
font-feature-settings: "cpsp" on;
|
|
31381
|
+
font-size: 16px;
|
|
31382
|
+
line-height: 24px;
|
|
31453
31383
|
}
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
font-
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
|
|
31460
|
-
|
|
31461
|
-
|
|
31384
|
+
|
|
31385
|
+
.l1j1e5w7 {
|
|
31386
|
+
font-family: Inter;
|
|
31387
|
+
font-style: normal;
|
|
31388
|
+
font-weight: bold;
|
|
31389
|
+
text-transform: uppercase;
|
|
31390
|
+
font-feature-settings: "cpsp" on;
|
|
31391
|
+
font-size: 16px;
|
|
31392
|
+
line-height: 24px;
|
|
31462
31393
|
}
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
right: 0;
|
|
31394
|
+
|
|
31395
|
+
.l1gf91jb {
|
|
31396
|
+
font-family: Inter;
|
|
31397
|
+
font-style: normal;
|
|
31398
|
+
font-weight: normal;
|
|
31399
|
+
font-size: 14px;
|
|
31400
|
+
line-height: 22px;
|
|
31471
31401
|
}
|
|
31472
|
-
|
|
31473
|
-
|
|
31402
|
+
|
|
31403
|
+
.lu7hlr6 {
|
|
31404
|
+
font-family: Inter;
|
|
31405
|
+
font-style: normal;
|
|
31406
|
+
font-weight: 500;
|
|
31407
|
+
font-size: 14px;
|
|
31408
|
+
line-height: 22px;
|
|
31474
31409
|
}
|
|
31475
|
-
|
|
31476
|
-
|
|
31410
|
+
|
|
31411
|
+
.l3l3jf0 {
|
|
31412
|
+
font-family: Inter;
|
|
31413
|
+
font-style: normal;
|
|
31414
|
+
font-weight: bold;
|
|
31415
|
+
font-size: 14px;
|
|
31416
|
+
line-height: 22px;
|
|
31477
31417
|
}
|
|
31478
|
-
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
|
|
31482
|
-
|
|
31418
|
+
|
|
31419
|
+
.l12j5nqp {
|
|
31420
|
+
font-family: Inter;
|
|
31421
|
+
font-style: normal;
|
|
31422
|
+
font-weight: normal;
|
|
31423
|
+
font-size: 14px;
|
|
31424
|
+
line-height: 22px;
|
|
31483
31425
|
}
|
|
31484
|
-
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31426
|
+
|
|
31427
|
+
.l1tecqht {
|
|
31428
|
+
font-family: Inter;
|
|
31429
|
+
font-style: normal;
|
|
31430
|
+
font-weight: bold;
|
|
31431
|
+
font-size: 14px;
|
|
31432
|
+
line-height: 22px;
|
|
31488
31433
|
}
|
|
31489
|
-
|
|
31490
|
-
|
|
31434
|
+
|
|
31435
|
+
.l6sa990 {
|
|
31436
|
+
font-family: Inter;
|
|
31437
|
+
font-style: normal;
|
|
31438
|
+
font-weight: normal;
|
|
31439
|
+
text-transform: uppercase;
|
|
31440
|
+
font-feature-settings: "cpsp" on;
|
|
31441
|
+
font-size: 14px;
|
|
31442
|
+
line-height: 22px;
|
|
31491
31443
|
}
|
|
31492
|
-
|
|
31493
|
-
|
|
31444
|
+
|
|
31445
|
+
.lckqe8j {
|
|
31446
|
+
font-family: Inter;
|
|
31447
|
+
font-style: normal;
|
|
31448
|
+
font-weight: bold;
|
|
31449
|
+
text-transform: uppercase;
|
|
31450
|
+
font-feature-settings: "cpsp" on;
|
|
31451
|
+
font-size: 14px;
|
|
31452
|
+
line-height: 22px;
|
|
31494
31453
|
}
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
|
|
31502
|
-
transition: transform 320ms ease;
|
|
31454
|
+
|
|
31455
|
+
.l1kuminb {
|
|
31456
|
+
font-family: Inter;
|
|
31457
|
+
font-style: normal;
|
|
31458
|
+
font-weight: normal;
|
|
31459
|
+
font-size: 13px;
|
|
31460
|
+
line-height: 20px;
|
|
31503
31461
|
}
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31462
|
+
|
|
31463
|
+
.l1pbuf5j {
|
|
31464
|
+
font-family: Inter;
|
|
31465
|
+
font-style: normal;
|
|
31466
|
+
font-weight: 600;
|
|
31467
|
+
font-size: 13px;
|
|
31468
|
+
line-height: 20px;
|
|
31507
31469
|
}
|
|
31508
|
-
|
|
31509
|
-
|
|
31470
|
+
|
|
31471
|
+
.l1r4ztu {
|
|
31472
|
+
font-family: Inter;
|
|
31473
|
+
font-style: normal;
|
|
31474
|
+
font-weight: bold;
|
|
31475
|
+
font-size: 13px;
|
|
31476
|
+
line-height: 20px;
|
|
31510
31477
|
}
|
|
31511
|
-
|
|
31512
|
-
|
|
31478
|
+
|
|
31479
|
+
.ly8vzok {
|
|
31480
|
+
font-family: Inter;
|
|
31481
|
+
font-style: normal;
|
|
31482
|
+
font-weight: normal;
|
|
31483
|
+
font-size: 13px;
|
|
31484
|
+
line-height: 20px;
|
|
31513
31485
|
}
|
|
31514
|
-
|
|
31515
|
-
|
|
31486
|
+
|
|
31487
|
+
.lumfmf {
|
|
31488
|
+
font-family: Inter;
|
|
31489
|
+
font-style: normal;
|
|
31490
|
+
font-weight: 600;
|
|
31491
|
+
font-size: 13px;
|
|
31492
|
+
line-height: 20px;
|
|
31516
31493
|
}
|
|
31517
|
-
|
|
31518
|
-
|
|
31494
|
+
|
|
31495
|
+
.l16ujwmv {
|
|
31496
|
+
font-family: Inter;
|
|
31497
|
+
font-style: normal;
|
|
31498
|
+
font-weight: bold;
|
|
31499
|
+
font-size: 13px;
|
|
31500
|
+
line-height: 20px;
|
|
31519
31501
|
}
|
|
31520
|
-
|
|
31521
|
-
|
|
31502
|
+
|
|
31503
|
+
.l17o1ffr {
|
|
31504
|
+
font-family: Inter;
|
|
31505
|
+
font-style: normal;
|
|
31506
|
+
font-weight: normal;
|
|
31507
|
+
text-transform: uppercase;
|
|
31508
|
+
font-feature-settings: "cpsp" on;
|
|
31509
|
+
font-size: 13px;
|
|
31510
|
+
line-height: 20px;
|
|
31522
31511
|
}
|
|
31523
|
-
|
|
31524
|
-
|
|
31512
|
+
|
|
31513
|
+
.lngllvn {
|
|
31514
|
+
font-family: Inter;
|
|
31515
|
+
font-style: normal;
|
|
31516
|
+
font-weight: bold;
|
|
31517
|
+
text-transform: uppercase;
|
|
31518
|
+
font-feature-settings: "cpsp" on;
|
|
31519
|
+
font-size: 13px;
|
|
31520
|
+
line-height: 20px;
|
|
31525
31521
|
}
|
|
31526
|
-
|
|
31527
|
-
|
|
31522
|
+
|
|
31523
|
+
.l2i7fo9 {
|
|
31524
|
+
font-family: Inter;
|
|
31525
|
+
font-style: normal;
|
|
31526
|
+
font-weight: normal;
|
|
31527
|
+
font-size: 12px;
|
|
31528
|
+
line-height: 18px;
|
|
31528
31529
|
}
|
|
31529
|
-
|
|
31530
|
-
|
|
31530
|
+
|
|
31531
|
+
.l1x7hscx {
|
|
31532
|
+
font-family: Inter;
|
|
31533
|
+
font-style: normal;
|
|
31534
|
+
font-weight: 500;
|
|
31535
|
+
font-size: 12px;
|
|
31536
|
+
line-height: 18px;
|
|
31531
31537
|
}
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
|
|
31538
|
+
|
|
31539
|
+
.le1jwan {
|
|
31540
|
+
font-family: Inter;
|
|
31541
|
+
font-style: normal;
|
|
31542
|
+
font-weight: bold;
|
|
31543
|
+
font-size: 12px;
|
|
31544
|
+
line-height: 18px;
|
|
31537
31545
|
}
|
|
31538
|
-
|
|
31539
|
-
|
|
31546
|
+
|
|
31547
|
+
.lyxynfj {
|
|
31548
|
+
font-family: Inter;
|
|
31549
|
+
font-style: normal;
|
|
31550
|
+
font-weight: normal;
|
|
31551
|
+
font-size: 12px;
|
|
31552
|
+
line-height: 18px;
|
|
31540
31553
|
}
|
|
31541
|
-
|
|
31542
|
-
|
|
31554
|
+
|
|
31555
|
+
.lpb2nxv {
|
|
31556
|
+
font-family: Inter;
|
|
31557
|
+
font-style: normal;
|
|
31558
|
+
font-weight: 500;
|
|
31559
|
+
font-size: 12px;
|
|
31560
|
+
line-height: 18px;
|
|
31543
31561
|
}
|
|
31544
|
-
|
|
31545
|
-
|
|
31562
|
+
|
|
31563
|
+
.l1r8o3vv {
|
|
31564
|
+
font-family: Inter;
|
|
31565
|
+
font-style: normal;
|
|
31566
|
+
font-weight: bold;
|
|
31567
|
+
font-size: 12px;
|
|
31568
|
+
line-height: 18px;
|
|
31546
31569
|
}
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
|
|
31570
|
+
|
|
31571
|
+
.lemnjy2 {
|
|
31572
|
+
font-family: Inter;
|
|
31573
|
+
font-style: normal;
|
|
31574
|
+
font-weight: normal;
|
|
31575
|
+
text-transform: uppercase;
|
|
31576
|
+
font-feature-settings: "cpsp" on;
|
|
31577
|
+
font-size: 12px;
|
|
31578
|
+
line-height: 18px;
|
|
31553
31579
|
}
|
|
31554
|
-
|
|
31555
|
-
.
|
|
31580
|
+
|
|
31581
|
+
.lrc42gb {
|
|
31582
|
+
font-family: Inter;
|
|
31583
|
+
font-style: normal;
|
|
31556
31584
|
font-weight: bold;
|
|
31557
|
-
|
|
31558
|
-
|
|
31585
|
+
text-transform: uppercase;
|
|
31586
|
+
font-feature-settings: "cpsp" on;
|
|
31587
|
+
font-size: 12px;
|
|
31588
|
+
line-height: 18px;
|
|
31559
31589
|
}
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
|
|
31563
|
-
|
|
31590
|
+
|
|
31591
|
+
.fqaz4mb {
|
|
31592
|
+
font-family: Inter;
|
|
31593
|
+
font-style: normal;
|
|
31594
|
+
font-weight: normal;
|
|
31595
|
+
font-size: 13px;
|
|
31596
|
+
line-height: 20px;
|
|
31564
31597
|
}
|
|
31565
|
-
|
|
31566
|
-
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
|
|
31598
|
+
|
|
31599
|
+
.f13we5o {
|
|
31600
|
+
font-family: Inter;
|
|
31601
|
+
font-style: normal;
|
|
31602
|
+
font-weight: normal;
|
|
31603
|
+
font-size: 13px;
|
|
31604
|
+
line-height: 20px;
|
|
31571
31605
|
}
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
|
|
31606
|
+
|
|
31607
|
+
.ffmjua2 {
|
|
31608
|
+
font-family: Inter;
|
|
31609
|
+
font-style: normal;
|
|
31610
|
+
font-weight: normal;
|
|
31611
|
+
font-size: 12px;
|
|
31612
|
+
line-height: 18px;
|
|
31578
31613
|
}
|
|
31579
|
-
|
|
31580
|
-
|
|
31614
|
+
|
|
31615
|
+
.fz2mxw0 {
|
|
31616
|
+
font-family: Inter;
|
|
31617
|
+
font-style: normal;
|
|
31618
|
+
font-weight: normal;
|
|
31619
|
+
font-size: 12px;
|
|
31620
|
+
line-height: 18px;
|
|
31581
31621
|
}
|
|
31582
31622
|
|
|
31583
|
-
.
|
|
31623
|
+
.t1ertzoh {
|
|
31584
31624
|
font-family: Inter;
|
|
31585
31625
|
font-style: normal;
|
|
31586
|
-
font-weight:
|
|
31587
|
-
font-
|
|
31588
|
-
|
|
31626
|
+
font-weight: normal;
|
|
31627
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31628
|
+
font-size: 13px;
|
|
31629
|
+
line-height: 20px;
|
|
31589
31630
|
}
|
|
31590
31631
|
|
|
31591
|
-
.
|
|
31632
|
+
.t19bge8r {
|
|
31592
31633
|
font-family: Inter;
|
|
31593
31634
|
font-style: normal;
|
|
31594
|
-
font-weight:
|
|
31595
|
-
font-
|
|
31596
|
-
|
|
31635
|
+
font-weight: normal;
|
|
31636
|
+
font-feature-settings: "zero" on;
|
|
31637
|
+
font-size: 13px;
|
|
31638
|
+
line-height: 20px;
|
|
31597
31639
|
}
|
|
31598
31640
|
|
|
31599
|
-
.
|
|
31641
|
+
.tjrzfyl {
|
|
31600
31642
|
font-family: Inter;
|
|
31601
31643
|
font-style: normal;
|
|
31602
31644
|
font-weight: normal;
|
|
31603
|
-
font-
|
|
31604
|
-
|
|
31645
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31646
|
+
font-size: 12px;
|
|
31647
|
+
line-height: 18px;
|
|
31605
31648
|
}
|
|
31606
31649
|
|
|
31607
|
-
.
|
|
31650
|
+
.tm6s7bo {
|
|
31608
31651
|
font-family: Inter;
|
|
31609
31652
|
font-style: normal;
|
|
31610
|
-
font-weight:
|
|
31611
|
-
font-
|
|
31612
|
-
|
|
31653
|
+
font-weight: 500;
|
|
31654
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31655
|
+
font-size: 12px;
|
|
31656
|
+
line-height: 18px;
|
|
31613
31657
|
}
|
|
31614
31658
|
|
|
31615
|
-
.
|
|
31659
|
+
.t19zq6ic {
|
|
31616
31660
|
font-family: Inter;
|
|
31617
31661
|
font-style: normal;
|
|
31618
31662
|
font-weight: normal;
|
|
31619
|
-
font-
|
|
31620
|
-
|
|
31663
|
+
font-feature-settings: "zero" on;
|
|
31664
|
+
font-size: 12px;
|
|
31665
|
+
line-height: 18px;
|
|
31621
31666
|
}
|
|
31622
31667
|
|
|
31623
|
-
.
|
|
31668
|
+
.t1gduru8 {
|
|
31669
|
+
font-family: Inter;
|
|
31670
|
+
font-style: normal;
|
|
31671
|
+
font-weight: 500;
|
|
31672
|
+
font-feature-settings: "zero" on;
|
|
31673
|
+
font-size: 12px;
|
|
31674
|
+
line-height: 18px;
|
|
31675
|
+
}
|
|
31676
|
+
|
|
31677
|
+
.t55raab {
|
|
31624
31678
|
font-family: Inter;
|
|
31625
31679
|
font-style: normal;
|
|
31626
31680
|
font-weight: bold;
|
|
31627
|
-
font-
|
|
31628
|
-
|
|
31681
|
+
font-feature-settings: "zero" on;
|
|
31682
|
+
font-size: 16px;
|
|
31683
|
+
line-height: 24px;
|
|
31684
|
+
}
|
|
31685
|
+
|
|
31686
|
+
.u1w9abfe {
|
|
31687
|
+
font-family: Inter;
|
|
31688
|
+
font-style: normal;
|
|
31689
|
+
font-weight: normal;
|
|
31690
|
+
font-size: 10px;
|
|
31691
|
+
line-height: 12px;
|
|
31692
|
+
}
|
|
31693
|
+
|
|
31694
|
+
.t1upn1sz {
|
|
31695
|
+
height: 100%;
|
|
31696
|
+
}
|
|
31697
|
+
|
|
31698
|
+
.tta5kd2 {
|
|
31699
|
+
height: 100%;
|
|
31700
|
+
}
|
|
31701
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31702
|
+
overflow: visible !important;
|
|
31703
|
+
height: 100%;
|
|
31704
|
+
}
|
|
31705
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31706
|
+
height: 100%;
|
|
31707
|
+
}
|
|
31708
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31709
|
+
width: 100% !important;
|
|
31710
|
+
height: 100%;
|
|
31711
|
+
}
|
|
31712
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31713
|
+
padding: 15px 0;
|
|
31714
|
+
}
|
|
31715
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31716
|
+
display: none;
|
|
31717
|
+
}
|
|
31718
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31719
|
+
font-weight: 700;
|
|
31720
|
+
}
|
|
31721
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31722
|
+
font-weight: 700;
|
|
31723
|
+
}
|
|
31724
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31725
|
+
height: 100%;
|
|
31726
|
+
}
|
|
31727
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31728
|
+
height: 100%;
|
|
31729
|
+
overflow: visible;
|
|
31730
|
+
}
|
|
31731
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31732
|
+
max-height: none;
|
|
31733
|
+
}
|
|
31734
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31735
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31736
|
+
display: none;
|
|
31737
|
+
}
|
|
31738
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31739
|
+
background: transparent;
|
|
31740
|
+
}
|
|
31741
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31742
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31743
|
+
background: #fff;
|
|
31744
|
+
padding: 0 !important;
|
|
31745
|
+
}
|
|
31746
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31747
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31748
|
+
display: flex;
|
|
31749
|
+
align-items: center;
|
|
31750
|
+
height: 100%;
|
|
31751
|
+
padding: 8px;
|
|
31752
|
+
}
|
|
31753
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31754
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31755
|
+
overflow: hidden;
|
|
31756
|
+
text-overflow: ellipsis;
|
|
31757
|
+
width: 100%;
|
|
31758
|
+
}
|
|
31759
|
+
.tta5kd2 .ant-table-container {
|
|
31760
|
+
height: 100%;
|
|
31761
|
+
}
|
|
31762
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31763
|
+
box-shadow: none !important;
|
|
31764
|
+
}
|
|
31765
|
+
.tta5kd2 .ant-table {
|
|
31766
|
+
border-radius: 0px;
|
|
31767
|
+
border-left: none;
|
|
31768
|
+
border-right: none;
|
|
31769
|
+
border-bottom: none;
|
|
31770
|
+
height: 100%;
|
|
31771
|
+
font-size: 12px;
|
|
31772
|
+
background: transparent;
|
|
31773
|
+
}
|
|
31774
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31775
|
+
position: relative;
|
|
31776
|
+
z-index: 3;
|
|
31777
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31778
|
+
margin-bottom: -1px;
|
|
31779
|
+
}
|
|
31780
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31781
|
+
.tta5kd2 .ant-table .value {
|
|
31782
|
+
color: #2d3a56;
|
|
31783
|
+
}
|
|
31784
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31785
|
+
.tta5kd2 .ant-table .unit {
|
|
31786
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31787
|
+
}
|
|
31788
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31789
|
+
position: unset;
|
|
31790
|
+
text-align: center;
|
|
31791
|
+
}
|
|
31792
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31793
|
+
background: #fff;
|
|
31794
|
+
}
|
|
31795
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31796
|
+
cursor: pointer;
|
|
31797
|
+
position: absolute;
|
|
31798
|
+
top: 50%;
|
|
31799
|
+
right: 12px;
|
|
31800
|
+
transform: translateY(-50%);
|
|
31629
31801
|
}
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
font-weight: normal;
|
|
31635
|
-
font-size: 18px;
|
|
31636
|
-
line-height: 22px;
|
|
31802
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31803
|
+
box-shadow: none;
|
|
31804
|
+
width: 1px;
|
|
31805
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31637
31806
|
}
|
|
31638
|
-
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
font-weight: bold;
|
|
31643
|
-
font-size: 16px;
|
|
31644
|
-
line-height: 22px;
|
|
31807
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31808
|
+
box-shadow: none;
|
|
31809
|
+
width: 1px;
|
|
31810
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31645
31811
|
}
|
|
31646
|
-
|
|
31647
|
-
|
|
31648
|
-
font-family: Inter;
|
|
31649
|
-
font-style: normal;
|
|
31650
|
-
font-weight: normal;
|
|
31651
|
-
font-size: 16px;
|
|
31652
|
-
line-height: 22px;
|
|
31812
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31813
|
+
position: relative;
|
|
31653
31814
|
}
|
|
31654
|
-
|
|
31655
|
-
.
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
|
|
31815
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31816
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31817
|
+
border-bottom: 1px solid white;
|
|
31818
|
+
height: 40px;
|
|
31819
|
+
vertical-align: middle;
|
|
31820
|
+
transition: background 0ms;
|
|
31821
|
+
color: #00122e;
|
|
31661
31822
|
}
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
|
|
31665
|
-
font-style: normal;
|
|
31666
|
-
font-weight: normal;
|
|
31667
|
-
font-size: 14px;
|
|
31668
|
-
line-height: 20px;
|
|
31823
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31824
|
+
background: #f2f5fa;
|
|
31825
|
+
border-bottom-color: #f2f5fa;
|
|
31669
31826
|
}
|
|
31670
|
-
|
|
31671
|
-
|
|
31672
|
-
|
|
31673
|
-
font-style: normal;
|
|
31674
|
-
font-weight: bold;
|
|
31827
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31828
|
+
height: auto;
|
|
31829
|
+
color: #00122e;
|
|
31675
31830
|
font-size: 12px;
|
|
31676
|
-
|
|
31831
|
+
text-align: left;
|
|
31832
|
+
transition: none;
|
|
31833
|
+
overflow: hidden;
|
|
31834
|
+
text-overflow: ellipsis;
|
|
31835
|
+
white-space: nowrap;
|
|
31677
31836
|
}
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
font-family: Inter;
|
|
31681
|
-
font-style: normal;
|
|
31682
|
-
font-weight: normal;
|
|
31683
|
-
font-size: 12px;
|
|
31684
|
-
line-height: 18px;
|
|
31837
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31838
|
+
color: #0096ff;
|
|
31685
31839
|
}
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
|
|
31691
|
-
text-transform: uppercase;
|
|
31692
|
-
font-feature-settings: "cpsp" on;
|
|
31693
|
-
font-size: 12px;
|
|
31694
|
-
line-height: 18px;
|
|
31840
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31841
|
+
overflow: hidden;
|
|
31842
|
+
text-overflow: ellipsis;
|
|
31843
|
+
width: 100%;
|
|
31844
|
+
vertical-align: middle;
|
|
31695
31845
|
}
|
|
31696
|
-
|
|
31697
|
-
|
|
31698
|
-
font-family: Inter;
|
|
31699
|
-
font-style: normal;
|
|
31700
|
-
font-weight: normal;
|
|
31701
|
-
text-transform: uppercase;
|
|
31702
|
-
font-feature-settings: "cpsp" on;
|
|
31703
|
-
font-size: 12px;
|
|
31704
|
-
line-height: 18px;
|
|
31846
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31847
|
+
line-height: 0px;
|
|
31705
31848
|
}
|
|
31706
|
-
|
|
31707
|
-
|
|
31708
|
-
font-family: Inter;
|
|
31709
|
-
font-style: normal;
|
|
31710
|
-
font-weight: normal;
|
|
31711
|
-
font-size: 16px;
|
|
31712
|
-
line-height: 24px;
|
|
31849
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31850
|
+
padding-right: 25px;
|
|
31713
31851
|
}
|
|
31714
|
-
|
|
31715
|
-
|
|
31716
|
-
font-family: Inter;
|
|
31717
|
-
font-style: normal;
|
|
31718
|
-
font-weight: bold;
|
|
31719
|
-
font-size: 16px;
|
|
31720
|
-
line-height: 24px;
|
|
31852
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31853
|
+
border-top-color: transparent;
|
|
31721
31854
|
}
|
|
31722
|
-
|
|
31723
|
-
.
|
|
31724
|
-
|
|
31725
|
-
font-style: normal;
|
|
31726
|
-
font-weight: normal;
|
|
31727
|
-
font-size: 16px;
|
|
31728
|
-
line-height: 24px;
|
|
31855
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31856
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31857
|
+
border-color: transparent transparent white;
|
|
31729
31858
|
}
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
font-family: Inter;
|
|
31733
|
-
font-style: normal;
|
|
31734
|
-
font-weight: bold;
|
|
31735
|
-
font-size: 16px;
|
|
31736
|
-
line-height: 24px;
|
|
31859
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31860
|
+
border-radius: 8px 0 0 8px;
|
|
31737
31861
|
}
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
font-family: Inter;
|
|
31741
|
-
font-style: normal;
|
|
31742
|
-
font-weight: normal;
|
|
31743
|
-
text-transform: uppercase;
|
|
31744
|
-
font-feature-settings: "cpsp" on;
|
|
31745
|
-
font-size: 16px;
|
|
31746
|
-
line-height: 24px;
|
|
31862
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31863
|
+
border-radius: 8px 0 0 8px;
|
|
31747
31864
|
}
|
|
31748
|
-
|
|
31749
|
-
|
|
31750
|
-
|
|
31751
|
-
|
|
31752
|
-
|
|
31753
|
-
|
|
31754
|
-
font-feature-settings: "cpsp" on;
|
|
31755
|
-
font-size: 16px;
|
|
31756
|
-
line-height: 24px;
|
|
31865
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31866
|
+
content: "";
|
|
31867
|
+
width: 4px;
|
|
31868
|
+
top: -1px;
|
|
31869
|
+
bottom: -1px;
|
|
31870
|
+
background: white;
|
|
31757
31871
|
}
|
|
31758
|
-
|
|
31759
|
-
|
|
31760
|
-
font-family: Inter;
|
|
31761
|
-
font-style: normal;
|
|
31762
|
-
font-weight: normal;
|
|
31763
|
-
font-size: 14px;
|
|
31764
|
-
line-height: 22px;
|
|
31872
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31873
|
+
border-radius: 0 8px 8px 0;
|
|
31765
31874
|
}
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
|
|
31769
|
-
|
|
31770
|
-
font-weight: 500;
|
|
31771
|
-
font-size: 14px;
|
|
31772
|
-
line-height: 22px;
|
|
31875
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31876
|
+
border-radius: 0;
|
|
31877
|
+
background: white;
|
|
31878
|
+
border-top: none;
|
|
31773
31879
|
}
|
|
31774
|
-
|
|
31775
|
-
|
|
31776
|
-
|
|
31777
|
-
|
|
31778
|
-
font-weight: bold;
|
|
31779
|
-
font-size: 14px;
|
|
31780
|
-
line-height: 22px;
|
|
31880
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31881
|
+
border-top: 1px solid transparent;
|
|
31882
|
+
border-radius: 0 8px 8px 0;
|
|
31883
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31781
31884
|
}
|
|
31782
|
-
|
|
31783
|
-
|
|
31784
|
-
|
|
31785
|
-
font-style: normal;
|
|
31786
|
-
font-weight: normal;
|
|
31787
|
-
font-size: 14px;
|
|
31788
|
-
line-height: 22px;
|
|
31885
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31886
|
+
background: white;
|
|
31887
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31789
31888
|
}
|
|
31790
|
-
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
|
|
31795
|
-
font-size: 14px;
|
|
31796
|
-
line-height: 22px;
|
|
31889
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31890
|
+
display: flex;
|
|
31891
|
+
align-items: center;
|
|
31892
|
+
height: 100%;
|
|
31893
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31797
31894
|
}
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
|
|
31801
|
-
font-style: normal;
|
|
31802
|
-
font-weight: normal;
|
|
31803
|
-
text-transform: uppercase;
|
|
31804
|
-
font-feature-settings: "cpsp" on;
|
|
31805
|
-
font-size: 14px;
|
|
31806
|
-
line-height: 22px;
|
|
31895
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31896
|
+
background: white;
|
|
31897
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31807
31898
|
}
|
|
31808
|
-
|
|
31809
|
-
|
|
31810
|
-
|
|
31811
|
-
|
|
31812
|
-
|
|
31813
|
-
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
|
|
31899
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31900
|
+
display: flex;
|
|
31901
|
+
align-items: center;
|
|
31902
|
+
height: 100%;
|
|
31903
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31904
|
+
}
|
|
31905
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31906
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31907
|
+
}
|
|
31908
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31909
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31910
|
+
border-radius: 8px;
|
|
31817
31911
|
}
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
font-family: Inter;
|
|
31821
|
-
font-style: normal;
|
|
31822
|
-
font-weight: normal;
|
|
31823
|
-
font-size: 13px;
|
|
31824
|
-
line-height: 20px;
|
|
31912
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31913
|
+
border-top-color: white;
|
|
31825
31914
|
}
|
|
31826
|
-
|
|
31827
|
-
.
|
|
31828
|
-
|
|
31829
|
-
|
|
31830
|
-
font-weight: 600;
|
|
31831
|
-
font-size: 13px;
|
|
31832
|
-
line-height: 20px;
|
|
31915
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31916
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31917
|
+
border-bottom-color: transparent;
|
|
31918
|
+
border-top-color: transparent;
|
|
31833
31919
|
}
|
|
31834
|
-
|
|
31835
|
-
|
|
31836
|
-
font-family: Inter;
|
|
31837
|
-
font-style: normal;
|
|
31838
|
-
font-weight: bold;
|
|
31839
|
-
font-size: 13px;
|
|
31840
|
-
line-height: 20px;
|
|
31920
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31921
|
+
border-radius: 8px 0 0 8px;
|
|
31841
31922
|
}
|
|
31842
|
-
|
|
31843
|
-
|
|
31844
|
-
font-family: Inter;
|
|
31845
|
-
font-style: normal;
|
|
31846
|
-
font-weight: normal;
|
|
31847
|
-
font-size: 13px;
|
|
31848
|
-
line-height: 20px;
|
|
31923
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31924
|
+
border-radius: 0 8px 8px 0;
|
|
31849
31925
|
}
|
|
31850
|
-
|
|
31851
|
-
.
|
|
31852
|
-
font-family: Inter;
|
|
31853
|
-
font-style: normal;
|
|
31854
|
-
font-weight: 600;
|
|
31855
|
-
font-size: 13px;
|
|
31856
|
-
line-height: 20px;
|
|
31926
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31927
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31857
31928
|
}
|
|
31858
|
-
|
|
31859
|
-
|
|
31860
|
-
font-
|
|
31861
|
-
|
|
31862
|
-
|
|
31863
|
-
|
|
31864
|
-
|
|
31929
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31930
|
+
background: #fff;
|
|
31931
|
+
font-weight: 400;
|
|
31932
|
+
position: relative;
|
|
31933
|
+
border-bottom: none;
|
|
31934
|
+
color: #00122e;
|
|
31935
|
+
transition: none;
|
|
31936
|
+
padding: 15px 8px 15px 8px;
|
|
31865
31937
|
}
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
|
|
31871
|
-
|
|
31872
|
-
|
|
31873
|
-
|
|
31874
|
-
line-height: 20px;
|
|
31938
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31939
|
+
content: "";
|
|
31940
|
+
width: 1px;
|
|
31941
|
+
top: 0;
|
|
31942
|
+
bottom: 0;
|
|
31943
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31944
|
+
position: absolute;
|
|
31945
|
+
right: 0;
|
|
31875
31946
|
}
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
font-family: Inter;
|
|
31879
|
-
font-style: normal;
|
|
31880
|
-
font-weight: bold;
|
|
31881
|
-
text-transform: uppercase;
|
|
31882
|
-
font-feature-settings: "cpsp" on;
|
|
31883
|
-
font-size: 13px;
|
|
31884
|
-
line-height: 20px;
|
|
31947
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31948
|
+
padding: unset;
|
|
31885
31949
|
}
|
|
31886
|
-
|
|
31887
|
-
|
|
31888
|
-
font-family: Inter;
|
|
31889
|
-
font-style: normal;
|
|
31890
|
-
font-weight: normal;
|
|
31891
|
-
font-size: 12px;
|
|
31892
|
-
line-height: 18px;
|
|
31950
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31951
|
+
display: none;
|
|
31893
31952
|
}
|
|
31894
|
-
|
|
31895
|
-
|
|
31896
|
-
|
|
31897
|
-
|
|
31898
|
-
|
|
31899
|
-
font-size: 12px;
|
|
31900
|
-
line-height: 18px;
|
|
31953
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31954
|
+
width: 100%;
|
|
31955
|
+
overflow: hidden;
|
|
31956
|
+
white-space: nowrap;
|
|
31957
|
+
text-overflow: ellipsis;
|
|
31901
31958
|
}
|
|
31902
|
-
|
|
31903
|
-
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
font-weight: bold;
|
|
31907
|
-
font-size: 12px;
|
|
31908
|
-
line-height: 18px;
|
|
31959
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31960
|
+
overflow: hidden;
|
|
31961
|
+
text-overflow: ellipsis;
|
|
31962
|
+
flex: 1;
|
|
31909
31963
|
}
|
|
31910
|
-
|
|
31911
|
-
|
|
31912
|
-
font-family: Inter;
|
|
31913
|
-
font-style: normal;
|
|
31914
|
-
font-weight: normal;
|
|
31915
|
-
font-size: 12px;
|
|
31916
|
-
line-height: 18px;
|
|
31964
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31965
|
+
padding: 15px 25px 15px 8px;
|
|
31917
31966
|
}
|
|
31918
|
-
|
|
31919
|
-
|
|
31920
|
-
font-family: Inter;
|
|
31921
|
-
font-style: normal;
|
|
31922
|
-
font-weight: 500;
|
|
31923
|
-
font-size: 12px;
|
|
31924
|
-
line-height: 18px;
|
|
31967
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31968
|
+
padding: 0;
|
|
31925
31969
|
}
|
|
31926
|
-
|
|
31927
|
-
|
|
31928
|
-
|
|
31929
|
-
|
|
31930
|
-
|
|
31931
|
-
|
|
31932
|
-
|
|
31970
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31971
|
+
position: absolute;
|
|
31972
|
+
right: 6px;
|
|
31973
|
+
top: 50%;
|
|
31974
|
+
transform: translateY(-50%);
|
|
31975
|
+
height: 16px;
|
|
31976
|
+
display: none;
|
|
31977
|
+
transition: transform 320ms ease;
|
|
31933
31978
|
}
|
|
31934
|
-
|
|
31935
|
-
|
|
31936
|
-
|
|
31937
|
-
font-style: normal;
|
|
31938
|
-
font-weight: normal;
|
|
31939
|
-
text-transform: uppercase;
|
|
31940
|
-
font-feature-settings: "cpsp" on;
|
|
31941
|
-
font-size: 12px;
|
|
31942
|
-
line-height: 18px;
|
|
31979
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31980
|
+
display: block;
|
|
31981
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31943
31982
|
}
|
|
31944
|
-
|
|
31945
|
-
|
|
31946
|
-
font-family: Inter;
|
|
31947
|
-
font-style: normal;
|
|
31948
|
-
font-weight: bold;
|
|
31949
|
-
text-transform: uppercase;
|
|
31950
|
-
font-feature-settings: "cpsp" on;
|
|
31951
|
-
font-size: 12px;
|
|
31952
|
-
line-height: 18px;
|
|
31983
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31984
|
+
display: block;
|
|
31953
31985
|
}
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
font-family: Inter;
|
|
31957
|
-
font-style: normal;
|
|
31958
|
-
font-weight: normal;
|
|
31959
|
-
font-size: 13px;
|
|
31960
|
-
line-height: 20px;
|
|
31986
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31987
|
+
display: none;
|
|
31961
31988
|
}
|
|
31962
|
-
|
|
31963
|
-
|
|
31964
|
-
font-family: Inter;
|
|
31965
|
-
font-style: normal;
|
|
31966
|
-
font-weight: normal;
|
|
31967
|
-
font-size: 13px;
|
|
31968
|
-
line-height: 20px;
|
|
31989
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31990
|
+
transform: translateY(-50%);
|
|
31969
31991
|
}
|
|
31970
|
-
|
|
31971
|
-
|
|
31972
|
-
font-family: Inter;
|
|
31973
|
-
font-style: normal;
|
|
31974
|
-
font-weight: normal;
|
|
31975
|
-
font-size: 12px;
|
|
31976
|
-
line-height: 18px;
|
|
31992
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31993
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31977
31994
|
}
|
|
31978
|
-
|
|
31979
|
-
|
|
31980
|
-
font-family: Inter;
|
|
31981
|
-
font-style: normal;
|
|
31982
|
-
font-weight: normal;
|
|
31983
|
-
font-size: 12px;
|
|
31984
|
-
line-height: 18px;
|
|
31995
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31996
|
+
background: #f2f5fa;
|
|
31985
31997
|
}
|
|
31986
|
-
|
|
31987
|
-
|
|
31988
|
-
font-family: Inter;
|
|
31989
|
-
font-style: normal;
|
|
31990
|
-
font-weight: normal;
|
|
31991
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31992
|
-
font-size: 13px;
|
|
31993
|
-
line-height: 20px;
|
|
31998
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31999
|
+
display: block;
|
|
31994
32000
|
}
|
|
31995
|
-
|
|
31996
|
-
|
|
31997
|
-
font-family: Inter;
|
|
31998
|
-
font-style: normal;
|
|
31999
|
-
font-weight: normal;
|
|
32000
|
-
font-feature-settings: "zero" on;
|
|
32001
|
-
font-size: 13px;
|
|
32002
|
-
line-height: 20px;
|
|
32001
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
32002
|
+
padding-right: 25px;
|
|
32003
32003
|
}
|
|
32004
|
-
|
|
32005
|
-
|
|
32006
|
-
font-family: Inter;
|
|
32007
|
-
font-style: normal;
|
|
32008
|
-
font-weight: normal;
|
|
32009
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32010
|
-
font-size: 12px;
|
|
32011
|
-
line-height: 18px;
|
|
32004
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
32005
|
+
padding: 0 !important;
|
|
32012
32006
|
}
|
|
32013
|
-
|
|
32014
|
-
|
|
32015
|
-
|
|
32016
|
-
|
|
32017
|
-
|
|
32018
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32019
|
-
font-size: 12px;
|
|
32020
|
-
line-height: 18px;
|
|
32007
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
32008
|
+
position: absolute;
|
|
32009
|
+
left: 50%;
|
|
32010
|
+
top: 50%;
|
|
32011
|
+
transform: translate(-50%, -50%);
|
|
32021
32012
|
}
|
|
32022
|
-
|
|
32023
|
-
|
|
32024
|
-
font-family: Inter;
|
|
32025
|
-
font-style: normal;
|
|
32026
|
-
font-weight: normal;
|
|
32027
|
-
font-feature-settings: "zero" on;
|
|
32028
|
-
font-size: 12px;
|
|
32029
|
-
line-height: 18px;
|
|
32013
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
32014
|
+
display: none;
|
|
32030
32015
|
}
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
font-family: Inter;
|
|
32034
|
-
font-style: normal;
|
|
32035
|
-
font-weight: 500;
|
|
32036
|
-
font-feature-settings: "zero" on;
|
|
32037
|
-
font-size: 12px;
|
|
32038
|
-
line-height: 18px;
|
|
32016
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
32017
|
+
background: #fff;
|
|
32039
32018
|
}
|
|
32040
|
-
|
|
32041
|
-
|
|
32042
|
-
|
|
32043
|
-
|
|
32019
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
32020
|
+
background: inherit;
|
|
32021
|
+
}
|
|
32022
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
32023
|
+
position: static;
|
|
32024
|
+
border: none;
|
|
32025
|
+
background: inherit !important;
|
|
32026
|
+
height: 100px;
|
|
32027
|
+
vertical-align: middle;
|
|
32028
|
+
}
|
|
32029
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
32030
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
32044
32031
|
font-weight: bold;
|
|
32045
|
-
font-
|
|
32046
|
-
|
|
32047
|
-
line-height: 24px;
|
|
32032
|
+
font-size: 20px;
|
|
32033
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32048
32034
|
}
|
|
32049
|
-
|
|
32050
|
-
|
|
32051
|
-
|
|
32052
|
-
|
|
32053
|
-
|
|
32054
|
-
|
|
32055
|
-
|
|
32035
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
32036
|
+
padding: 0 !important;
|
|
32037
|
+
position: relative;
|
|
32038
|
+
background: #fff;
|
|
32039
|
+
}
|
|
32040
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
32041
|
+
height: 100%;
|
|
32042
|
+
display: flex;
|
|
32043
|
+
align-items: center;
|
|
32044
|
+
justify-content: flex-end;
|
|
32045
|
+
padding-right: 8px;
|
|
32046
|
+
}
|
|
32047
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
32048
|
+
width: 24px;
|
|
32049
|
+
height: 24px;
|
|
32050
|
+
cursor: pointer;
|
|
32051
|
+
justify-content: center;
|
|
32052
|
+
border-radius: 4px;
|
|
32053
|
+
}
|
|
32054
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
32055
|
+
background: #fff;
|
|
32056
32056
|
}
|
|
32057
32057
|
|
|
32058
32058
|
.m15dvk92 {
|
|
@@ -32088,6 +32088,22 @@ input.rrg1fkn.ant-input {
|
|
|
32088
32088
|
padding: 8px 12px;
|
|
32089
32089
|
}
|
|
32090
32090
|
|
|
32091
|
+
.berrcjl {
|
|
32092
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32093
|
+
margin-bottom: 4px;
|
|
32094
|
+
}
|
|
32095
|
+
.berrcjl .breadcrumb-link {
|
|
32096
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32097
|
+
cursor: pointer;
|
|
32098
|
+
transition: color 160ms ease;
|
|
32099
|
+
}
|
|
32100
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32101
|
+
color: #0080ff;
|
|
32102
|
+
}
|
|
32103
|
+
.berrcjl .breadcrumb-link:active {
|
|
32104
|
+
color: #005ed1;
|
|
32105
|
+
}
|
|
32106
|
+
|
|
32091
32107
|
.c1uzzomf {
|
|
32092
32108
|
margin-bottom: 16px;
|
|
32093
32109
|
}
|
|
@@ -32110,22 +32126,6 @@ input.rrg1fkn.ant-input {
|
|
|
32110
32126
|
text-align: center;
|
|
32111
32127
|
}
|
|
32112
32128
|
|
|
32113
|
-
.berrcjl {
|
|
32114
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32115
|
-
margin-bottom: 4px;
|
|
32116
|
-
}
|
|
32117
|
-
.berrcjl .breadcrumb-link {
|
|
32118
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32119
|
-
cursor: pointer;
|
|
32120
|
-
transition: color 160ms ease;
|
|
32121
|
-
}
|
|
32122
|
-
.berrcjl .breadcrumb-link:hover {
|
|
32123
|
-
color: #0080ff;
|
|
32124
|
-
}
|
|
32125
|
-
.berrcjl .breadcrumb-link:active {
|
|
32126
|
-
color: #005ed1;
|
|
32127
|
-
}
|
|
32128
|
-
|
|
32129
32129
|
.tje3huy {
|
|
32130
32130
|
width: 100%;
|
|
32131
32131
|
overflow: inherit;
|
|
@@ -32133,6 +32133,35 @@ input.rrg1fkn.ant-input {
|
|
|
32133
32133
|
text-overflow: ellipsis;
|
|
32134
32134
|
}
|
|
32135
32135
|
|
|
32136
|
+
.cav9p2m .ant-collapse-item {
|
|
32137
|
+
border: 0px;
|
|
32138
|
+
background-color: #fff;
|
|
32139
|
+
}
|
|
32140
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32141
|
+
padding-top: 0px;
|
|
32142
|
+
padding-bottom: 0px;
|
|
32143
|
+
padding-left: 0px !important;
|
|
32144
|
+
padding-right: 24px;
|
|
32145
|
+
}
|
|
32146
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32147
|
+
right: 0px;
|
|
32148
|
+
}
|
|
32149
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32150
|
+
padding: 0px;
|
|
32151
|
+
}
|
|
32152
|
+
|
|
32153
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32154
|
+
padding-right: 0px;
|
|
32155
|
+
cursor: default;
|
|
32156
|
+
}
|
|
32157
|
+
|
|
32158
|
+
.c10crapj {
|
|
32159
|
+
border-radius: 8px;
|
|
32160
|
+
}
|
|
32161
|
+
.c10crapj .ant-card-body {
|
|
32162
|
+
padding: 20px 24px 24px 24px;
|
|
32163
|
+
}
|
|
32164
|
+
|
|
32136
32165
|
.c198s9j3 {
|
|
32137
32166
|
color: #2d3a56;
|
|
32138
32167
|
line-height: 22px;
|
|
@@ -32204,35 +32233,6 @@ input.rrg1fkn.ant-input {
|
|
|
32204
32233
|
margin-left: 24px;
|
|
32205
32234
|
}
|
|
32206
32235
|
|
|
32207
|
-
.c10crapj {
|
|
32208
|
-
border-radius: 8px;
|
|
32209
|
-
}
|
|
32210
|
-
.c10crapj .ant-card-body {
|
|
32211
|
-
padding: 20px 24px 24px 24px;
|
|
32212
|
-
}
|
|
32213
|
-
|
|
32214
|
-
.cav9p2m .ant-collapse-item {
|
|
32215
|
-
border: 0px;
|
|
32216
|
-
background-color: #fff;
|
|
32217
|
-
}
|
|
32218
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32219
|
-
padding-top: 0px;
|
|
32220
|
-
padding-bottom: 0px;
|
|
32221
|
-
padding-left: 0px !important;
|
|
32222
|
-
padding-right: 24px;
|
|
32223
|
-
}
|
|
32224
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32225
|
-
right: 0px;
|
|
32226
|
-
}
|
|
32227
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32228
|
-
padding: 0px;
|
|
32229
|
-
}
|
|
32230
|
-
|
|
32231
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32232
|
-
padding-right: 0px;
|
|
32233
|
-
cursor: default;
|
|
32234
|
-
}
|
|
32235
|
-
|
|
32236
32236
|
.n3qomhu {
|
|
32237
32237
|
font-size: 90%;
|
|
32238
32238
|
font-weight: bold;
|
|
@@ -32245,6 +32245,10 @@ input.rrg1fkn.ant-input {
|
|
|
32245
32245
|
word-break: break-all;
|
|
32246
32246
|
}
|
|
32247
32247
|
|
|
32248
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32249
|
+
display: flex;
|
|
32250
|
+
}
|
|
32251
|
+
|
|
32248
32252
|
.o8ocss1 {
|
|
32249
32253
|
overflow: hidden;
|
|
32250
32254
|
text-overflow: ellipsis;
|
|
@@ -32254,10 +32258,6 @@ input.rrg1fkn.ant-input {
|
|
|
32254
32258
|
white-space: nowrap;
|
|
32255
32259
|
}
|
|
32256
32260
|
|
|
32257
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32258
|
-
display: flex;
|
|
32259
|
-
}
|
|
32260
|
-
|
|
32261
32261
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32262
32262
|
border-radius: 6px;
|
|
32263
32263
|
}
|
|
@@ -33131,30 +33131,6 @@ input.rrg1fkn.ant-input {
|
|
|
33131
33131
|
margin-right: 8px;
|
|
33132
33132
|
}
|
|
33133
33133
|
|
|
33134
|
-
.sut42l0 {
|
|
33135
|
-
padding: 0 8px;
|
|
33136
|
-
height: 18px;
|
|
33137
|
-
}
|
|
33138
|
-
|
|
33139
|
-
.mfsz1jz {
|
|
33140
|
-
padding: 2px 8px;
|
|
33141
|
-
height: 24px;
|
|
33142
|
-
}
|
|
33143
|
-
|
|
33144
|
-
.tnd6h4m {
|
|
33145
|
-
margin: 0;
|
|
33146
|
-
}
|
|
33147
|
-
|
|
33148
|
-
.i1qw4clm {
|
|
33149
|
-
margin-right: 4px;
|
|
33150
|
-
height: 16px;
|
|
33151
|
-
}
|
|
33152
|
-
|
|
33153
|
-
.iwsze0q {
|
|
33154
|
-
margin-right: 4px;
|
|
33155
|
-
height: 16px;
|
|
33156
|
-
}
|
|
33157
|
-
|
|
33158
33134
|
.f1p9ti6d {
|
|
33159
33135
|
width: 100%;
|
|
33160
33136
|
margin-bottom: 0 !important;
|
|
@@ -33186,6 +33162,25 @@ input.rrg1fkn.ant-input {
|
|
|
33186
33162
|
min-height: 0px;
|
|
33187
33163
|
}
|
|
33188
33164
|
|
|
33165
|
+
.sut42l0 {
|
|
33166
|
+
padding: 0 8px;
|
|
33167
|
+
height: 18px;
|
|
33168
|
+
}
|
|
33169
|
+
|
|
33170
|
+
.mfsz1jz {
|
|
33171
|
+
padding: 2px 8px;
|
|
33172
|
+
height: 24px;
|
|
33173
|
+
}
|
|
33174
|
+
|
|
33175
|
+
.tnd6h4m {
|
|
33176
|
+
margin: 0;
|
|
33177
|
+
}
|
|
33178
|
+
|
|
33179
|
+
.i1qw4clm {
|
|
33180
|
+
margin-right: 4px;
|
|
33181
|
+
height: 16px;
|
|
33182
|
+
}
|
|
33183
|
+
|
|
33189
33184
|
.w1xcixj5.outside-tag {
|
|
33190
33185
|
padding-left: 0;
|
|
33191
33186
|
}
|
|
@@ -33195,6 +33190,11 @@ input.rrg1fkn.ant-input {
|
|
|
33195
33190
|
margin-right: 4px;
|
|
33196
33191
|
}
|
|
33197
33192
|
|
|
33193
|
+
.iwsze0q {
|
|
33194
|
+
margin-right: 4px;
|
|
33195
|
+
height: 16px;
|
|
33196
|
+
}
|
|
33197
|
+
|
|
33198
33198
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33199
33199
|
display: var(--at4ovwe-0);
|
|
33200
33200
|
}
|
|
@@ -33245,6 +33245,25 @@ input.rrg1fkn.ant-input {
|
|
|
33245
33245
|
font-size: inherit;
|
|
33246
33246
|
}
|
|
33247
33247
|
|
|
33248
|
+
.feau332.ant-form-item {
|
|
33249
|
+
margin-bottom: 0;
|
|
33250
|
+
}
|
|
33251
|
+
.feau332 .ant-form-item-explain {
|
|
33252
|
+
display: none;
|
|
33253
|
+
min-height: 18px;
|
|
33254
|
+
margin-top: 5px;
|
|
33255
|
+
font-family: "Inter";
|
|
33256
|
+
font-weight: 400;
|
|
33257
|
+
font-size: 12px;
|
|
33258
|
+
line-height: 18px;
|
|
33259
|
+
}
|
|
33260
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33261
|
+
white-space: pre-wrap;
|
|
33262
|
+
}
|
|
33263
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33264
|
+
display: block;
|
|
33265
|
+
}
|
|
33266
|
+
|
|
33248
33267
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33249
33268
|
display: var(--a6dbbkm-0);
|
|
33250
33269
|
}
|
|
@@ -33274,23 +33293,4 @@ input.rrg1fkn.ant-input {
|
|
|
33274
33293
|
margin: 0;
|
|
33275
33294
|
height: auto;
|
|
33276
33295
|
font-size: inherit;
|
|
33277
|
-
}
|
|
33278
|
-
|
|
33279
|
-
.feau332.ant-form-item {
|
|
33280
|
-
margin-bottom: 0;
|
|
33281
|
-
}
|
|
33282
|
-
.feau332 .ant-form-item-explain {
|
|
33283
|
-
display: none;
|
|
33284
|
-
min-height: 18px;
|
|
33285
|
-
margin-top: 5px;
|
|
33286
|
-
font-family: "Inter";
|
|
33287
|
-
font-weight: 400;
|
|
33288
|
-
font-size: 12px;
|
|
33289
|
-
line-height: 18px;
|
|
33290
|
-
}
|
|
33291
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33292
|
-
white-space: pre-wrap;
|
|
33293
|
-
}
|
|
33294
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33295
|
-
display: block;
|
|
33296
33296
|
}
|