@cloudtower/eagle 490.0.6 → 490.0.7
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/cjs/stats1.html +1 -1
- package/dist/components.css +1420 -1420
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1843 -1843
- package/dist/src/core/SearchInput/SearchInput.type.d.ts +89 -18
- package/dist/style.css +1420 -1420
- package/docs/core/SearchInput/guide.md +125 -0
- package/docs/llms.txt +1 -1
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1172,28 +1172,6 @@ html body {
|
|
|
1172
1172
|
padding: 8px 12px;
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
1176
|
-
border: 0px;
|
|
1177
|
-
background-color: #fff;
|
|
1178
|
-
}
|
|
1179
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1180
|
-
padding-top: 0px;
|
|
1181
|
-
padding-bottom: 0px;
|
|
1182
|
-
padding-left: 0px !important;
|
|
1183
|
-
padding-right: 24px;
|
|
1184
|
-
}
|
|
1185
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1186
|
-
right: 0px;
|
|
1187
|
-
}
|
|
1188
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1189
|
-
padding: 0px;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1193
|
-
padding-right: 0px;
|
|
1194
|
-
cursor: default;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
1175
|
.E_berrcjl {
|
|
1198
1176
|
color: rgba(10, 37, 85, 0.6);
|
|
1199
1177
|
margin-bottom: 4px;
|
|
@@ -1210,153 +1188,6 @@ html body {
|
|
|
1210
1188
|
color: #005ed1;
|
|
1211
1189
|
}
|
|
1212
1190
|
|
|
1213
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1214
|
-
padding: 4px 8px 0 8px;
|
|
1215
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1216
|
-
font-size: 12px;
|
|
1217
|
-
}
|
|
1218
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1219
|
-
padding-bottom: 6px;
|
|
1220
|
-
}
|
|
1221
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1222
|
-
padding-top: 4px;
|
|
1223
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
.E_c1uzzomf {
|
|
1227
|
-
margin-bottom: 16px;
|
|
1228
|
-
}
|
|
1229
|
-
.E_c1uzzomf .card-title {
|
|
1230
|
-
font-size: 16px;
|
|
1231
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1232
|
-
font-weight: 700;
|
|
1233
|
-
line-height: 32px;
|
|
1234
|
-
}
|
|
1235
|
-
.E_c1uzzomf .card-body {
|
|
1236
|
-
padding: 24px;
|
|
1237
|
-
border-radius: 8px;
|
|
1238
|
-
background: #fff;
|
|
1239
|
-
}
|
|
1240
|
-
.E_c1uzzomf .empty {
|
|
1241
|
-
font-weight: 700;
|
|
1242
|
-
font-size: 14px;
|
|
1243
|
-
line-height: 22px;
|
|
1244
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1245
|
-
text-align: center;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
.E_b1nip9bk {
|
|
1249
|
-
padding: 4px 11px;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.E_bqamoqe {
|
|
1253
|
-
white-space: nowrap;
|
|
1254
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1255
|
-
}
|
|
1256
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1257
|
-
--color: #0080ff;
|
|
1258
|
-
}
|
|
1259
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1260
|
-
--color: #0080ff;
|
|
1261
|
-
}
|
|
1262
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1263
|
-
margin-left: 1px;
|
|
1264
|
-
}
|
|
1265
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1266
|
-
border-top-right-radius: 0;
|
|
1267
|
-
border-bottom-right-radius: 0;
|
|
1268
|
-
}
|
|
1269
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1270
|
-
border-top-left-radius: 0;
|
|
1271
|
-
border-bottom-left-radius: 0;
|
|
1272
|
-
}
|
|
1273
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1274
|
-
border-radius: unset;
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
.E_d1bw7c5z {
|
|
1278
|
-
position: relative;
|
|
1279
|
-
max-width: 388px;
|
|
1280
|
-
min-width: 285px;
|
|
1281
|
-
}
|
|
1282
|
-
.E_d1bw7c5z .center {
|
|
1283
|
-
position: absolute;
|
|
1284
|
-
font-size: 12px;
|
|
1285
|
-
width: 80px;
|
|
1286
|
-
height: 100px;
|
|
1287
|
-
top: 0;
|
|
1288
|
-
left: 35px;
|
|
1289
|
-
display: flex;
|
|
1290
|
-
flex-direction: column;
|
|
1291
|
-
justify-content: center;
|
|
1292
|
-
align-items: center;
|
|
1293
|
-
color: #00122e;
|
|
1294
|
-
}
|
|
1295
|
-
.E_d1bw7c5z .center .number {
|
|
1296
|
-
font-size: 24px;
|
|
1297
|
-
font-weight: 700;
|
|
1298
|
-
}
|
|
1299
|
-
.E_d1bw7c5z .center .text {
|
|
1300
|
-
padding: 0 5px;
|
|
1301
|
-
font-size: 12px;
|
|
1302
|
-
width: inherit;
|
|
1303
|
-
text-align: center;
|
|
1304
|
-
}
|
|
1305
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
1306
|
-
display: flex;
|
|
1307
|
-
}
|
|
1308
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1309
|
-
position: relative !important;
|
|
1310
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1311
|
-
left: 0 !important;
|
|
1312
|
-
bottom: 0 !important;
|
|
1313
|
-
display: flex;
|
|
1314
|
-
align-items: center;
|
|
1315
|
-
}
|
|
1316
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1317
|
-
width: 100%;
|
|
1318
|
-
}
|
|
1319
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1320
|
-
width: 100%;
|
|
1321
|
-
margin-right: 0 !important;
|
|
1322
|
-
line-height: 18px;
|
|
1323
|
-
}
|
|
1324
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1325
|
-
border-radius: 2px;
|
|
1326
|
-
}
|
|
1327
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1328
|
-
min-width: 75px;
|
|
1329
|
-
max-width: 198px;
|
|
1330
|
-
width: calc(100% - 20px);
|
|
1331
|
-
margin-left: 2px;
|
|
1332
|
-
color: #00122e !important;
|
|
1333
|
-
display: inline-flex;
|
|
1334
|
-
justify-content: space-between;
|
|
1335
|
-
}
|
|
1336
|
-
.E_d1bw7c5z .tooltip-text {
|
|
1337
|
-
maxwidth: calc(100% - 12px);
|
|
1338
|
-
cursor: pointer;
|
|
1339
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1340
|
-
overflow: hidden;
|
|
1341
|
-
text-overflow: ellipsis;
|
|
1342
|
-
white-space: nowrap;
|
|
1343
|
-
}
|
|
1344
|
-
.E_d1bw7c5z .value {
|
|
1345
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
.E_t10pqbtc {
|
|
1349
|
-
width: 140px;
|
|
1350
|
-
}
|
|
1351
|
-
.E_t10pqbtc .item {
|
|
1352
|
-
margin: 6px auto;
|
|
1353
|
-
display: flex;
|
|
1354
|
-
justify-content: space-between;
|
|
1355
|
-
}
|
|
1356
|
-
.E_t10pqbtc .item .name {
|
|
1357
|
-
width: 102px;
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
1191
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1361
1192
|
justify-content: center;
|
|
1362
1193
|
}
|
|
@@ -1620,69 +1451,228 @@ html body {
|
|
|
1620
1451
|
justify-content: center;
|
|
1621
1452
|
}
|
|
1622
1453
|
|
|
1623
|
-
.
|
|
1624
|
-
|
|
1625
|
-
}
|
|
1626
|
-
.E_c1yyuluq .ant-card-body {
|
|
1627
|
-
padding: 20px 24px 24px 24px;
|
|
1454
|
+
.E_b1nip9bk {
|
|
1455
|
+
padding: 4px 11px;
|
|
1628
1456
|
}
|
|
1629
1457
|
|
|
1630
|
-
.
|
|
1631
|
-
|
|
1458
|
+
.E_bqamoqe {
|
|
1459
|
+
white-space: nowrap;
|
|
1460
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1632
1461
|
}
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
display: flex;
|
|
1462
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1463
|
+
--color: #0080ff;
|
|
1636
1464
|
}
|
|
1637
|
-
.
|
|
1638
|
-
|
|
1639
|
-
border-top-left-radius: 5px;
|
|
1465
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1466
|
+
--color: #0080ff;
|
|
1640
1467
|
}
|
|
1641
|
-
.
|
|
1642
|
-
|
|
1643
|
-
border-top-right-radius: 5px;
|
|
1468
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1469
|
+
margin-left: 1px;
|
|
1644
1470
|
}
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
width: 56px !important;
|
|
1649
|
-
margin-right: 4px;
|
|
1471
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1472
|
+
border-top-right-radius: 0;
|
|
1473
|
+
border-bottom-right-radius: 0;
|
|
1650
1474
|
}
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1475
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1476
|
+
border-top-left-radius: 0;
|
|
1477
|
+
border-bottom-left-radius: 0;
|
|
1478
|
+
}
|
|
1479
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1480
|
+
border-radius: unset;
|
|
1654
1481
|
}
|
|
1655
1482
|
|
|
1656
|
-
.
|
|
1657
|
-
|
|
1658
|
-
justify-content: space-between;
|
|
1659
|
-
align-items: center;
|
|
1660
|
-
padding: 10px 0;
|
|
1483
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1484
|
+
padding: 4px 8px 0 8px;
|
|
1661
1485
|
color: rgba(44, 56, 82, 0.6);
|
|
1662
1486
|
font-size: 12px;
|
|
1663
|
-
line-height: 24px;
|
|
1664
|
-
}
|
|
1665
|
-
.E_phljevk .pagination-left {
|
|
1666
|
-
padding: 2px 8px;
|
|
1667
1487
|
}
|
|
1668
|
-
.
|
|
1669
|
-
|
|
1670
|
-
align-items: center;
|
|
1671
|
-
border-radius: 6px;
|
|
1672
|
-
cursor: pointer;
|
|
1673
|
-
transition: all 0.3s ease;
|
|
1488
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1489
|
+
padding-bottom: 6px;
|
|
1674
1490
|
}
|
|
1675
|
-
.
|
|
1676
|
-
|
|
1677
|
-
|
|
1491
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1492
|
+
padding-top: 4px;
|
|
1493
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1678
1494
|
}
|
|
1679
|
-
|
|
1680
|
-
|
|
1495
|
+
|
|
1496
|
+
.E_d1bw7c5z {
|
|
1497
|
+
position: relative;
|
|
1498
|
+
max-width: 388px;
|
|
1499
|
+
min-width: 285px;
|
|
1681
1500
|
}
|
|
1682
|
-
.
|
|
1501
|
+
.E_d1bw7c5z .center {
|
|
1502
|
+
position: absolute;
|
|
1503
|
+
font-size: 12px;
|
|
1504
|
+
width: 80px;
|
|
1505
|
+
height: 100px;
|
|
1506
|
+
top: 0;
|
|
1507
|
+
left: 35px;
|
|
1683
1508
|
display: flex;
|
|
1509
|
+
flex-direction: column;
|
|
1510
|
+
justify-content: center;
|
|
1684
1511
|
align-items: center;
|
|
1685
|
-
color: #
|
|
1512
|
+
color: #00122e;
|
|
1513
|
+
}
|
|
1514
|
+
.E_d1bw7c5z .center .number {
|
|
1515
|
+
font-size: 24px;
|
|
1516
|
+
font-weight: 700;
|
|
1517
|
+
}
|
|
1518
|
+
.E_d1bw7c5z .center .text {
|
|
1519
|
+
padding: 0 5px;
|
|
1520
|
+
font-size: 12px;
|
|
1521
|
+
width: inherit;
|
|
1522
|
+
text-align: center;
|
|
1523
|
+
}
|
|
1524
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
1525
|
+
display: flex;
|
|
1526
|
+
}
|
|
1527
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1528
|
+
position: relative !important;
|
|
1529
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1530
|
+
left: 0 !important;
|
|
1531
|
+
bottom: 0 !important;
|
|
1532
|
+
display: flex;
|
|
1533
|
+
align-items: center;
|
|
1534
|
+
}
|
|
1535
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1536
|
+
width: 100%;
|
|
1537
|
+
}
|
|
1538
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1539
|
+
width: 100%;
|
|
1540
|
+
margin-right: 0 !important;
|
|
1541
|
+
line-height: 18px;
|
|
1542
|
+
}
|
|
1543
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1544
|
+
border-radius: 2px;
|
|
1545
|
+
}
|
|
1546
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1547
|
+
min-width: 75px;
|
|
1548
|
+
max-width: 198px;
|
|
1549
|
+
width: calc(100% - 20px);
|
|
1550
|
+
margin-left: 2px;
|
|
1551
|
+
color: #00122e !important;
|
|
1552
|
+
display: inline-flex;
|
|
1553
|
+
justify-content: space-between;
|
|
1554
|
+
}
|
|
1555
|
+
.E_d1bw7c5z .tooltip-text {
|
|
1556
|
+
maxwidth: calc(100% - 12px);
|
|
1557
|
+
cursor: pointer;
|
|
1558
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1559
|
+
overflow: hidden;
|
|
1560
|
+
text-overflow: ellipsis;
|
|
1561
|
+
white-space: nowrap;
|
|
1562
|
+
}
|
|
1563
|
+
.E_d1bw7c5z .value {
|
|
1564
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.E_t10pqbtc {
|
|
1568
|
+
width: 140px;
|
|
1569
|
+
}
|
|
1570
|
+
.E_t10pqbtc .item {
|
|
1571
|
+
margin: 6px auto;
|
|
1572
|
+
display: flex;
|
|
1573
|
+
justify-content: space-between;
|
|
1574
|
+
}
|
|
1575
|
+
.E_t10pqbtc .item .name {
|
|
1576
|
+
width: 102px;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
.E_c1yyuluq {
|
|
1580
|
+
border-radius: 8px;
|
|
1581
|
+
}
|
|
1582
|
+
.E_c1yyuluq .ant-card-body {
|
|
1583
|
+
padding: 20px 24px 24px 24px;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
.E_c1uzzomf {
|
|
1587
|
+
margin-bottom: 16px;
|
|
1588
|
+
}
|
|
1589
|
+
.E_c1uzzomf .card-title {
|
|
1590
|
+
font-size: 16px;
|
|
1591
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1592
|
+
font-weight: 700;
|
|
1593
|
+
line-height: 32px;
|
|
1594
|
+
}
|
|
1595
|
+
.E_c1uzzomf .card-body {
|
|
1596
|
+
padding: 24px;
|
|
1597
|
+
border-radius: 8px;
|
|
1598
|
+
background: #fff;
|
|
1599
|
+
}
|
|
1600
|
+
.E_c1uzzomf .empty {
|
|
1601
|
+
font-weight: 700;
|
|
1602
|
+
font-size: 14px;
|
|
1603
|
+
line-height: 22px;
|
|
1604
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1605
|
+
text-align: center;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1609
|
+
border: 0px;
|
|
1610
|
+
background-color: #fff;
|
|
1611
|
+
}
|
|
1612
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1613
|
+
padding-top: 0px;
|
|
1614
|
+
padding-bottom: 0px;
|
|
1615
|
+
padding-left: 0px !important;
|
|
1616
|
+
padding-right: 24px;
|
|
1617
|
+
}
|
|
1618
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1619
|
+
right: 0px;
|
|
1620
|
+
}
|
|
1621
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1622
|
+
padding: 0px;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1626
|
+
padding-right: 0px;
|
|
1627
|
+
cursor: default;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1631
|
+
display: flex;
|
|
1632
|
+
}
|
|
1633
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1634
|
+
border-bottom-left-radius: 5px;
|
|
1635
|
+
border-top-left-radius: 5px;
|
|
1636
|
+
}
|
|
1637
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1638
|
+
border-bottom-right-radius: 5px;
|
|
1639
|
+
border-top-right-radius: 5px;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1643
|
+
line-height: 18px;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.E_phljevk {
|
|
1647
|
+
display: flex;
|
|
1648
|
+
justify-content: space-between;
|
|
1649
|
+
align-items: center;
|
|
1650
|
+
padding: 10px 0;
|
|
1651
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1652
|
+
font-size: 12px;
|
|
1653
|
+
line-height: 24px;
|
|
1654
|
+
}
|
|
1655
|
+
.E_phljevk .pagination-left {
|
|
1656
|
+
padding: 2px 8px;
|
|
1657
|
+
}
|
|
1658
|
+
.E_phljevk .dropdown-trigger {
|
|
1659
|
+
display: flex;
|
|
1660
|
+
align-items: center;
|
|
1661
|
+
border-radius: 6px;
|
|
1662
|
+
cursor: pointer;
|
|
1663
|
+
transition: all 0.3s ease;
|
|
1664
|
+
}
|
|
1665
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1666
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1667
|
+
color: #0080ff;
|
|
1668
|
+
}
|
|
1669
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1670
|
+
margin-left: 4px;
|
|
1671
|
+
}
|
|
1672
|
+
.E_phljevk .pagination-right {
|
|
1673
|
+
display: flex;
|
|
1674
|
+
align-items: center;
|
|
1675
|
+
color: #0080ff;
|
|
1686
1676
|
font-weight: bold;
|
|
1687
1677
|
}
|
|
1688
1678
|
.E_phljevk .pagination-right .icon-inner {
|
|
@@ -1710,6 +1700,46 @@ html body {
|
|
|
1710
1700
|
line-height: 18px;
|
|
1711
1701
|
}
|
|
1712
1702
|
|
|
1703
|
+
.E_c1bus5hc {
|
|
1704
|
+
--color: white;
|
|
1705
|
+
height: 14px;
|
|
1706
|
+
width: 14px;
|
|
1707
|
+
border-radius: 50%;
|
|
1708
|
+
flex-shrink: 0;
|
|
1709
|
+
display: flex;
|
|
1710
|
+
align-items: center;
|
|
1711
|
+
justify-content: center;
|
|
1712
|
+
border: 1px solid var(--color);
|
|
1713
|
+
}
|
|
1714
|
+
.E_c1bus5hc .circle-inner {
|
|
1715
|
+
position: relative;
|
|
1716
|
+
height: 10px;
|
|
1717
|
+
width: 10px;
|
|
1718
|
+
border-radius: 50%;
|
|
1719
|
+
overflow: hidden;
|
|
1720
|
+
}
|
|
1721
|
+
.E_c1bus5hc .circle-content {
|
|
1722
|
+
position: absolute;
|
|
1723
|
+
height: 100%;
|
|
1724
|
+
width: 100%;
|
|
1725
|
+
left: 0;
|
|
1726
|
+
top: 0;
|
|
1727
|
+
border-radius: 50%;
|
|
1728
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1729
|
+
transform: rotate(180deg);
|
|
1730
|
+
}
|
|
1731
|
+
.E_c1bus5hc .circle-child {
|
|
1732
|
+
position: absolute;
|
|
1733
|
+
height: 100%;
|
|
1734
|
+
width: 100%;
|
|
1735
|
+
left: 0;
|
|
1736
|
+
top: 0;
|
|
1737
|
+
margin-left: 50%;
|
|
1738
|
+
transform-origin: left;
|
|
1739
|
+
background: white;
|
|
1740
|
+
transform: rotate(0deg);
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1713
1743
|
.E_rapgekc.ant-radio-wrapper {
|
|
1714
1744
|
display: inline-flex;
|
|
1715
1745
|
align-items: baseline;
|
|
@@ -1856,44 +1886,14 @@ html body {
|
|
|
1856
1886
|
width: 36px;
|
|
1857
1887
|
}
|
|
1858
1888
|
|
|
1859
|
-
.
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
border-radius: 50%;
|
|
1864
|
-
flex-shrink: 0;
|
|
1865
|
-
display: flex;
|
|
1866
|
-
align-items: center;
|
|
1867
|
-
justify-content: center;
|
|
1868
|
-
border: 1px solid var(--color);
|
|
1869
|
-
}
|
|
1870
|
-
.E_c1bus5hc .circle-inner {
|
|
1871
|
-
position: relative;
|
|
1872
|
-
height: 10px;
|
|
1873
|
-
width: 10px;
|
|
1874
|
-
border-radius: 50%;
|
|
1875
|
-
overflow: hidden;
|
|
1876
|
-
}
|
|
1877
|
-
.E_c1bus5hc .circle-content {
|
|
1878
|
-
position: absolute;
|
|
1879
|
-
height: 100%;
|
|
1880
|
-
width: 100%;
|
|
1881
|
-
left: 0;
|
|
1882
|
-
top: 0;
|
|
1883
|
-
border-radius: 50%;
|
|
1884
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1885
|
-
transform: rotate(180deg);
|
|
1889
|
+
.E_ivqqkzv {
|
|
1890
|
+
height: 24px;
|
|
1891
|
+
width: 56px !important;
|
|
1892
|
+
margin-right: 4px;
|
|
1886
1893
|
}
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
width: 100%;
|
|
1891
|
-
left: 0;
|
|
1892
|
-
top: 0;
|
|
1893
|
-
margin-left: 50%;
|
|
1894
|
-
transform-origin: left;
|
|
1895
|
-
background: white;
|
|
1896
|
-
transform: rotate(0deg);
|
|
1894
|
+
|
|
1895
|
+
.E_c1wk4q29 {
|
|
1896
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1897
1897
|
}
|
|
1898
1898
|
|
|
1899
1899
|
.E_s1dizucg.ant-switch {
|
|
@@ -1951,92 +1951,14 @@ html body {
|
|
|
1951
1951
|
margin-left: 5px;
|
|
1952
1952
|
}
|
|
1953
1953
|
|
|
1954
|
+
.E_tju3gfj .date {
|
|
1955
|
+
margin-right: 4px;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1954
1958
|
.E_iq1gosr {
|
|
1955
1959
|
display: inline-block;
|
|
1956
1960
|
}
|
|
1957
1961
|
|
|
1958
|
-
.E_s1sck0th {
|
|
1959
|
-
padding: 0 8px;
|
|
1960
|
-
border-radius: 4px;
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
.E_m855nr1 {
|
|
1964
|
-
padding: 2px 8px;
|
|
1965
|
-
border-radius: 3px;
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
.E_l1270xpg {
|
|
1969
|
-
padding: 3px 8px;
|
|
1970
|
-
border-radius: 2px;
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
|
-
.E_t14rextb.ant-tag:hover {
|
|
1974
|
-
opacity: unset;
|
|
1975
|
-
}
|
|
1976
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
1977
|
-
margin: 0;
|
|
1978
|
-
margin-right: 8px;
|
|
1979
|
-
display: inline-flex;
|
|
1980
|
-
align-items: center;
|
|
1981
|
-
border: none;
|
|
1982
|
-
}
|
|
1983
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
1984
|
-
width: 16px;
|
|
1985
|
-
height: 16px;
|
|
1986
|
-
color: inherit;
|
|
1987
|
-
margin-left: 4px;
|
|
1988
|
-
opacity: 0.6;
|
|
1989
|
-
display: inline-flex;
|
|
1990
|
-
}
|
|
1991
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
1992
|
-
opacity: 1;
|
|
1993
|
-
}
|
|
1994
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
1995
|
-
color: #0080ff;
|
|
1996
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
1997
|
-
}
|
|
1998
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
1999
|
-
color: #f0483e;
|
|
2000
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
2001
|
-
}
|
|
2002
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2003
|
-
color: #e07f00;
|
|
2004
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
2005
|
-
}
|
|
2006
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2007
|
-
color: #008f4c;
|
|
2008
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
2009
|
-
}
|
|
2010
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2011
|
-
color: #1d326c;
|
|
2012
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
2013
|
-
}
|
|
2014
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2015
|
-
color: #7E41FF;
|
|
2016
|
-
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
2017
|
-
}
|
|
2018
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2019
|
-
color: #fff;
|
|
2020
|
-
}
|
|
2021
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2022
|
-
background-color: #f0483e;
|
|
2023
|
-
}
|
|
2024
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2025
|
-
background-color: #fea008;
|
|
2026
|
-
}
|
|
2027
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2028
|
-
background-color: #00ba5d;
|
|
2029
|
-
}
|
|
2030
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2031
|
-
background-color: #0080ff;
|
|
2032
|
-
}
|
|
2033
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2034
|
-
background-color: #6b7d99;
|
|
2035
|
-
}
|
|
2036
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2037
|
-
background-color: #7E41FF;
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
1962
|
.E_s1dni7lo {
|
|
2041
1963
|
width: 430px !important;
|
|
2042
1964
|
}
|
|
@@ -2118,8 +2040,86 @@ html body {
|
|
|
2118
2040
|
opacity: 0;
|
|
2119
2041
|
}
|
|
2120
2042
|
|
|
2121
|
-
.
|
|
2122
|
-
|
|
2043
|
+
.E_s1sck0th {
|
|
2044
|
+
padding: 0 8px;
|
|
2045
|
+
border-radius: 4px;
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
.E_m855nr1 {
|
|
2049
|
+
padding: 2px 8px;
|
|
2050
|
+
border-radius: 3px;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
.E_l1270xpg {
|
|
2054
|
+
padding: 3px 8px;
|
|
2055
|
+
border-radius: 2px;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
.E_t14rextb.ant-tag:hover {
|
|
2059
|
+
opacity: unset;
|
|
2060
|
+
}
|
|
2061
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2062
|
+
margin: 0;
|
|
2063
|
+
margin-right: 8px;
|
|
2064
|
+
display: inline-flex;
|
|
2065
|
+
align-items: center;
|
|
2066
|
+
border: none;
|
|
2067
|
+
}
|
|
2068
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2069
|
+
width: 16px;
|
|
2070
|
+
height: 16px;
|
|
2071
|
+
color: inherit;
|
|
2072
|
+
margin-left: 4px;
|
|
2073
|
+
opacity: 0.6;
|
|
2074
|
+
display: inline-flex;
|
|
2075
|
+
}
|
|
2076
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2077
|
+
opacity: 1;
|
|
2078
|
+
}
|
|
2079
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2080
|
+
color: #0080ff;
|
|
2081
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2082
|
+
}
|
|
2083
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2084
|
+
color: #f0483e;
|
|
2085
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
2086
|
+
}
|
|
2087
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2088
|
+
color: #e07f00;
|
|
2089
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
2090
|
+
}
|
|
2091
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2092
|
+
color: #008f4c;
|
|
2093
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
2094
|
+
}
|
|
2095
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2096
|
+
color: #1d326c;
|
|
2097
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
2098
|
+
}
|
|
2099
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2100
|
+
color: #7E41FF;
|
|
2101
|
+
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
2102
|
+
}
|
|
2103
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2104
|
+
color: #fff;
|
|
2105
|
+
}
|
|
2106
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2107
|
+
background-color: #f0483e;
|
|
2108
|
+
}
|
|
2109
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2110
|
+
background-color: #fea008;
|
|
2111
|
+
}
|
|
2112
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2113
|
+
background-color: #00ba5d;
|
|
2114
|
+
}
|
|
2115
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2116
|
+
background-color: #0080ff;
|
|
2117
|
+
}
|
|
2118
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2119
|
+
background-color: #6b7d99;
|
|
2120
|
+
}
|
|
2121
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2122
|
+
background-color: #7E41FF;
|
|
2123
2123
|
}
|
|
2124
2124
|
|
|
2125
2125
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -2133,19 +2133,6 @@ html body {
|
|
|
2133
2133
|
visibility: hidden;
|
|
2134
2134
|
}
|
|
2135
2135
|
|
|
2136
|
-
.E_i1inqkme {
|
|
2137
|
-
height: 18px;
|
|
2138
|
-
line-height: 18px;
|
|
2139
|
-
padding: 0 4px;
|
|
2140
|
-
border-radius: 4px;
|
|
2141
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2142
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2143
|
-
display: flex;
|
|
2144
|
-
align-items: center;
|
|
2145
|
-
white-space: nowrap;
|
|
2146
|
-
margin-right: 4px;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
2136
|
.E_fzh9mnb {
|
|
2150
2137
|
width: 100%;
|
|
2151
2138
|
height: 100%;
|
|
@@ -2161,31 +2148,6 @@ html body {
|
|
|
2161
2148
|
font-size: 18px;
|
|
2162
2149
|
}
|
|
2163
2150
|
|
|
2164
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2165
|
-
margin-left: 8px;
|
|
2166
|
-
}
|
|
2167
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2168
|
-
padding: 2px 7px 2px 12px;
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
.E_iouxfgt {
|
|
2172
|
-
display: inline-flex;
|
|
2173
|
-
align-items: center;
|
|
2174
|
-
}
|
|
2175
|
-
.E_iouxfgt .icon-inner {
|
|
2176
|
-
display: inline-flex;
|
|
2177
|
-
align-items: center;
|
|
2178
|
-
justify-content: center;
|
|
2179
|
-
}
|
|
2180
|
-
.E_iouxfgt .icon-inner + span,
|
|
2181
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2182
|
-
margin-left: 4px;
|
|
2183
|
-
}
|
|
2184
|
-
.E_iouxfgt.is-rotate img,
|
|
2185
|
-
.E_iouxfgt.is-rotate svg {
|
|
2186
|
-
animation: rotate 680ms linear infinite;
|
|
2187
|
-
}
|
|
2188
|
-
|
|
2189
2151
|
.E_f7pxqmh {
|
|
2190
2152
|
width: 100%;
|
|
2191
2153
|
margin-bottom: 0 !important;
|
|
@@ -2220,37 +2182,6 @@ html body {
|
|
|
2220
2182
|
min-height: 0px;
|
|
2221
2183
|
}
|
|
2222
2184
|
|
|
2223
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2224
|
-
display: var(--a1wfy30z-0);
|
|
2225
|
-
}
|
|
2226
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2227
|
-
padding: 4px 11px;
|
|
2228
|
-
display: inline-flex;
|
|
2229
|
-
line-height: 1.5715;
|
|
2230
|
-
height: inherit;
|
|
2231
|
-
}
|
|
2232
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2233
|
-
content: var(--a1wfy30z-1);
|
|
2234
|
-
display: var(--a1wfy30z-2);
|
|
2235
|
-
flex: none;
|
|
2236
|
-
align-items: center;
|
|
2237
|
-
margin-left: 4px;
|
|
2238
|
-
}
|
|
2239
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2240
|
-
content: var(--a1wfy30z-3);
|
|
2241
|
-
display: var(--a1wfy30z-4);
|
|
2242
|
-
flex: none;
|
|
2243
|
-
align-items: center;
|
|
2244
|
-
margin-right: 4px;
|
|
2245
|
-
cursor: auto;
|
|
2246
|
-
}
|
|
2247
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2248
|
-
padding: 0;
|
|
2249
|
-
margin: 0;
|
|
2250
|
-
height: auto;
|
|
2251
|
-
font-size: inherit;
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
2185
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2255
2186
|
display: var(--ai7qkf2-0);
|
|
2256
2187
|
}
|
|
@@ -2305,40 +2236,88 @@ html body {
|
|
|
2305
2236
|
border: 1px;
|
|
2306
2237
|
padding: 8px 16px;
|
|
2307
2238
|
}
|
|
2308
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
2309
|
-
height: 22px;
|
|
2310
|
-
border: 1px;
|
|
2311
|
-
padding: 2px 8px;
|
|
2239
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
2240
|
+
height: 22px;
|
|
2241
|
+
border: 1px;
|
|
2242
|
+
padding: 2px 8px;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2246
|
+
display: var(--a1wfy30z-0);
|
|
2247
|
+
}
|
|
2248
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2249
|
+
padding: 4px 11px;
|
|
2250
|
+
display: inline-flex;
|
|
2251
|
+
line-height: 1.5715;
|
|
2252
|
+
height: inherit;
|
|
2253
|
+
}
|
|
2254
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2255
|
+
content: var(--a1wfy30z-1);
|
|
2256
|
+
display: var(--a1wfy30z-2);
|
|
2257
|
+
flex: none;
|
|
2258
|
+
align-items: center;
|
|
2259
|
+
margin-left: 4px;
|
|
2260
|
+
}
|
|
2261
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2262
|
+
content: var(--a1wfy30z-3);
|
|
2263
|
+
display: var(--a1wfy30z-4);
|
|
2264
|
+
flex: none;
|
|
2265
|
+
align-items: center;
|
|
2266
|
+
margin-right: 4px;
|
|
2267
|
+
cursor: auto;
|
|
2268
|
+
}
|
|
2269
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2270
|
+
padding: 0;
|
|
2271
|
+
margin: 0;
|
|
2272
|
+
height: auto;
|
|
2273
|
+
font-size: inherit;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
.E_i1inqkme {
|
|
2277
|
+
height: 18px;
|
|
2278
|
+
line-height: 18px;
|
|
2279
|
+
padding: 0 4px;
|
|
2280
|
+
border-radius: 4px;
|
|
2281
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2282
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2283
|
+
display: flex;
|
|
2284
|
+
align-items: center;
|
|
2285
|
+
white-space: nowrap;
|
|
2286
|
+
margin-right: 4px;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2290
|
+
margin-left: 8px;
|
|
2291
|
+
}
|
|
2292
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2293
|
+
padding: 2px 7px 2px 12px;
|
|
2312
2294
|
}
|
|
2313
2295
|
|
|
2314
|
-
.
|
|
2296
|
+
.E_iouxfgt {
|
|
2315
2297
|
display: inline-flex;
|
|
2316
2298
|
align-items: center;
|
|
2317
|
-
justify-content: center;
|
|
2318
|
-
color: #fff;
|
|
2319
|
-
font-weight: bold;
|
|
2320
|
-
font-size: 12px;
|
|
2321
|
-
width: 24px;
|
|
2322
|
-
height: 24px;
|
|
2323
|
-
border-radius: 50%;
|
|
2324
|
-
background: var(--a1b5xrg3-0);
|
|
2325
2299
|
}
|
|
2326
|
-
.
|
|
2327
|
-
transition: all 160ms ease;
|
|
2328
|
-
cursor: pointer;
|
|
2329
|
-
width: 56px;
|
|
2330
|
-
height: 40px;
|
|
2300
|
+
.E_iouxfgt .icon-inner {
|
|
2331
2301
|
display: inline-flex;
|
|
2332
2302
|
align-items: center;
|
|
2333
2303
|
justify-content: center;
|
|
2334
|
-
border-radius: 6px;
|
|
2335
2304
|
}
|
|
2336
|
-
.
|
|
2337
|
-
|
|
2305
|
+
.E_iouxfgt .icon-inner + span,
|
|
2306
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2307
|
+
margin-left: 4px;
|
|
2338
2308
|
}
|
|
2339
|
-
.
|
|
2340
|
-
|
|
2341
|
-
|
|
2309
|
+
.E_iouxfgt.is-rotate img,
|
|
2310
|
+
.E_iouxfgt.is-rotate svg {
|
|
2311
|
+
animation: rotate 680ms linear infinite;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.E_owd0kml {
|
|
2315
|
+
display: inline-block;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.E_h1jsgezc {
|
|
2319
|
+
visibility: hidden;
|
|
2320
|
+
position: absolute;
|
|
2342
2321
|
}
|
|
2343
2322
|
|
|
2344
2323
|
.E_dsnbhzf {
|
|
@@ -3506,19 +3485,97 @@ input.E_rf8rlle.ant-input {
|
|
|
3506
3485
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3507
3486
|
}
|
|
3508
3487
|
|
|
3509
|
-
.
|
|
3510
|
-
display: inline-
|
|
3488
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3489
|
+
display: inline-flex;
|
|
3490
|
+
align-items: center;
|
|
3491
|
+
justify-content: center;
|
|
3492
|
+
color: #fff;
|
|
3493
|
+
font-weight: bold;
|
|
3494
|
+
font-size: 12px;
|
|
3495
|
+
width: 24px;
|
|
3496
|
+
height: 24px;
|
|
3497
|
+
border-radius: 50%;
|
|
3498
|
+
background: var(--a1b5xrg3-0);
|
|
3511
3499
|
}
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3500
|
+
.E_a1b5xrg3.btn-item {
|
|
3501
|
+
transition: all 160ms ease;
|
|
3502
|
+
cursor: pointer;
|
|
3503
|
+
width: 56px;
|
|
3504
|
+
height: 40px;
|
|
3505
|
+
display: inline-flex;
|
|
3506
|
+
align-items: center;
|
|
3507
|
+
justify-content: center;
|
|
3508
|
+
border-radius: 6px;
|
|
3509
|
+
}
|
|
3510
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3511
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3512
|
+
}
|
|
3513
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3514
|
+
transform: translateY(2px);
|
|
3515
|
+
transition: all 320ms ease;
|
|
3516
3516
|
}
|
|
3517
3517
|
|
|
3518
3518
|
.E_m196gn1d {
|
|
3519
3519
|
min-width: 1280px;
|
|
3520
3520
|
}
|
|
3521
3521
|
|
|
3522
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3523
|
+
border-radius: 6px;
|
|
3524
|
+
}
|
|
3525
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
3526
|
+
width: 100%;
|
|
3527
|
+
color: #2d3a56;
|
|
3528
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3529
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3530
|
+
font-size: 13px;
|
|
3531
|
+
}
|
|
3532
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3533
|
+
height: 30px;
|
|
3534
|
+
}
|
|
3535
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3536
|
+
height: 38px;
|
|
3537
|
+
font-size: 13px;
|
|
3538
|
+
}
|
|
3539
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3540
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3541
|
+
transition: 160ms ease;
|
|
3542
|
+
}
|
|
3543
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3544
|
+
color: #0080ff;
|
|
3545
|
+
}
|
|
3546
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3547
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3548
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3549
|
+
}
|
|
3550
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3551
|
+
color: #0080ff;
|
|
3552
|
+
}
|
|
3553
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3554
|
+
border-color: #0080ff;
|
|
3555
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3556
|
+
}
|
|
3557
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3558
|
+
transform: rotate(180deg);
|
|
3559
|
+
}
|
|
3560
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3561
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3562
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3563
|
+
cursor: "not-allowed";
|
|
3564
|
+
}
|
|
3565
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3566
|
+
border-color: #f0483e !important;
|
|
3567
|
+
}
|
|
3568
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3569
|
+
color: #1d326c;
|
|
3570
|
+
}
|
|
3571
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3572
|
+
border-color: #0080ff;
|
|
3573
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3574
|
+
}
|
|
3575
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3576
|
+
transform: rotate(180deg);
|
|
3577
|
+
}
|
|
3578
|
+
|
|
3522
3579
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3523
3580
|
opacity: 1;
|
|
3524
3581
|
}
|
|
@@ -3671,74 +3728,41 @@ input.E_rf8rlle.ant-input {
|
|
|
3671
3728
|
flex-shrink: 0;
|
|
3672
3729
|
}
|
|
3673
3730
|
|
|
3674
|
-
.
|
|
3675
|
-
border-radius: 6px;
|
|
3676
|
-
}
|
|
3677
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
3731
|
+
.E_b1lj76ty {
|
|
3678
3732
|
width: 100%;
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
}
|
|
3687
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3688
|
-
height: 38px;
|
|
3689
|
-
font-size: 13px;
|
|
3690
|
-
}
|
|
3691
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3692
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3693
|
-
transition: 160ms ease;
|
|
3694
|
-
}
|
|
3695
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3696
|
-
color: #0080ff;
|
|
3697
|
-
}
|
|
3698
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3699
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3700
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3701
|
-
}
|
|
3702
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3703
|
-
color: #0080ff;
|
|
3704
|
-
}
|
|
3705
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3706
|
-
border-color: #0080ff;
|
|
3707
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3708
|
-
}
|
|
3709
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3710
|
-
transform: rotate(180deg);
|
|
3733
|
+
height: 100%;
|
|
3734
|
+
margin: 0 auto;
|
|
3735
|
+
display: flex;
|
|
3736
|
+
flex-direction: column;
|
|
3737
|
+
align-items: center;
|
|
3738
|
+
justify-content: center;
|
|
3739
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3711
3740
|
}
|
|
3712
|
-
.
|
|
3713
|
-
|
|
3714
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3715
|
-
cursor: "not-allowed";
|
|
3741
|
+
.E_b1lj76ty.large {
|
|
3742
|
+
max-width: 648px;
|
|
3716
3743
|
}
|
|
3717
|
-
.
|
|
3718
|
-
|
|
3744
|
+
.E_b1lj76ty.medium {
|
|
3745
|
+
max-width: 412px;
|
|
3719
3746
|
}
|
|
3720
|
-
.
|
|
3721
|
-
color:
|
|
3747
|
+
.E_b1lj76ty.gray {
|
|
3748
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3722
3749
|
}
|
|
3723
|
-
.
|
|
3724
|
-
|
|
3725
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3750
|
+
.E_b1lj76ty.white {
|
|
3751
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3726
3752
|
}
|
|
3727
|
-
.
|
|
3728
|
-
|
|
3753
|
+
.E_b1lj76ty .title {
|
|
3754
|
+
margin-bottom: 4px;
|
|
3729
3755
|
}
|
|
3730
|
-
|
|
3731
|
-
.
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
border-radius: 6px;
|
|
3735
|
-
padding: 4px;
|
|
3756
|
+
.E_b1lj76ty .title,
|
|
3757
|
+
.E_b1lj76ty .desc {
|
|
3758
|
+
word-break: break-all;
|
|
3759
|
+
text-align: center;
|
|
3736
3760
|
}
|
|
3737
|
-
.
|
|
3738
|
-
|
|
3761
|
+
.E_b1lj76ty .action-button.middle {
|
|
3762
|
+
margin-top: 16px;
|
|
3739
3763
|
}
|
|
3740
|
-
.
|
|
3741
|
-
|
|
3764
|
+
.E_b1lj76ty .action-button.small {
|
|
3765
|
+
margin-top: 8px;
|
|
3742
3766
|
}
|
|
3743
3767
|
|
|
3744
3768
|
.E_w1dxz879 {
|
|
@@ -3757,56 +3781,32 @@ input.E_rf8rlle.ant-input {
|
|
|
3757
3781
|
}
|
|
3758
3782
|
|
|
3759
3783
|
.E_ryby9ds {
|
|
3760
|
-
display: flex;
|
|
3761
|
-
align-items: center;
|
|
3762
|
-
}
|
|
3763
|
-
.E_ryby9ds .order {
|
|
3764
|
-
height: 24px;
|
|
3765
|
-
width: 24px;
|
|
3766
|
-
border-radius: 20px;
|
|
3767
|
-
color: #0080ff;
|
|
3768
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3769
|
-
display: flex;
|
|
3770
|
-
align-items: center;
|
|
3771
|
-
justify-content: center;
|
|
3772
|
-
margin-right: 6px;
|
|
3773
|
-
}
|
|
3774
|
-
|
|
3775
|
-
.E_b1lj76ty {
|
|
3776
|
-
width: 100%;
|
|
3777
|
-
height: 100%;
|
|
3778
|
-
margin: 0 auto;
|
|
3779
|
-
display: flex;
|
|
3780
|
-
flex-direction: column;
|
|
3781
|
-
align-items: center;
|
|
3782
|
-
justify-content: center;
|
|
3783
|
-
color: rgba(0, 21, 64, 0.3);
|
|
3784
|
-
}
|
|
3785
|
-
.E_b1lj76ty.large {
|
|
3786
|
-
max-width: 648px;
|
|
3787
|
-
}
|
|
3788
|
-
.E_b1lj76ty.medium {
|
|
3789
|
-
max-width: 412px;
|
|
3790
|
-
}
|
|
3791
|
-
.E_b1lj76ty.gray {
|
|
3792
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3793
|
-
}
|
|
3794
|
-
.E_b1lj76ty.white {
|
|
3795
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3784
|
+
display: flex;
|
|
3785
|
+
align-items: center;
|
|
3796
3786
|
}
|
|
3797
|
-
.
|
|
3798
|
-
|
|
3787
|
+
.E_ryby9ds .order {
|
|
3788
|
+
height: 24px;
|
|
3789
|
+
width: 24px;
|
|
3790
|
+
border-radius: 20px;
|
|
3791
|
+
color: #0080ff;
|
|
3792
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3793
|
+
display: flex;
|
|
3794
|
+
align-items: center;
|
|
3795
|
+
justify-content: center;
|
|
3796
|
+
margin-right: 6px;
|
|
3799
3797
|
}
|
|
3800
|
-
|
|
3801
|
-
.
|
|
3802
|
-
|
|
3803
|
-
|
|
3798
|
+
|
|
3799
|
+
.E_suhck3k {
|
|
3800
|
+
height: 24px;
|
|
3801
|
+
width: 24px;
|
|
3802
|
+
border-radius: 6px;
|
|
3803
|
+
padding: 4px;
|
|
3804
3804
|
}
|
|
3805
|
-
.
|
|
3806
|
-
|
|
3805
|
+
.E_suhck3k:hover {
|
|
3806
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
3807
3807
|
}
|
|
3808
|
-
.
|
|
3809
|
-
|
|
3808
|
+
.E_suhck3k:hover svg path {
|
|
3809
|
+
fill: blue;
|
|
3810
3810
|
}
|
|
3811
3811
|
|
|
3812
3812
|
.E_m5foqp8.medium {
|
|
@@ -4101,224 +4101,56 @@ input.E_rf8rlle.ant-input {
|
|
|
4101
4101
|
width: 1px;
|
|
4102
4102
|
}
|
|
4103
4103
|
|
|
4104
|
-
.
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
align-items: center;
|
|
4111
|
-
padding: 0 24px 0 14px;
|
|
4112
|
-
position: relative;
|
|
4113
|
-
z-index: 10;
|
|
4114
|
-
}
|
|
4115
|
-
.E_h12yihis .left,
|
|
4116
|
-
.E_h12yihis .right,
|
|
4117
|
-
.E_h12yihis .center {
|
|
4118
|
-
display: flex;
|
|
4119
|
-
align-items: center;
|
|
4120
|
-
flex: 1;
|
|
4121
|
-
flex-shrink: 0;
|
|
4122
|
-
}
|
|
4123
|
-
.E_h12yihis .center {
|
|
4124
|
-
flex: 0.8;
|
|
4125
|
-
}
|
|
4126
|
-
.E_h12yihis .right {
|
|
4127
|
-
justify-content: flex-end;
|
|
4128
|
-
}
|
|
4129
|
-
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
4130
|
-
opacity: 1;
|
|
4131
|
-
}
|
|
4132
|
-
.E_h12yihis .right .btn-group {
|
|
4133
|
-
margin-left: 32px;
|
|
4134
|
-
position: relative;
|
|
4135
|
-
display: flex;
|
|
4136
|
-
align-items: center;
|
|
4137
|
-
}
|
|
4138
|
-
.E_h12yihis .right .btn-group:before {
|
|
4139
|
-
content: "";
|
|
4140
|
-
opacity: 0;
|
|
4141
|
-
height: 24px;
|
|
4142
|
-
width: 1px;
|
|
4143
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4144
|
-
position: absolute;
|
|
4145
|
-
left: -16px;
|
|
4146
|
-
top: 50%;
|
|
4147
|
-
transform: translateY(-50%);
|
|
4148
|
-
transition: opacity 160ms ease;
|
|
4149
|
-
}
|
|
4150
|
-
.E_h12yihis .right .btn-group > .btn-item {
|
|
4151
|
-
transition: all 160ms ease;
|
|
4152
|
-
cursor: pointer;
|
|
4153
|
-
width: 56px;
|
|
4154
|
-
height: 40px;
|
|
4155
|
-
display: inline-flex;
|
|
4156
|
-
align-items: center;
|
|
4157
|
-
justify-content: center;
|
|
4158
|
-
border-radius: 6px;
|
|
4104
|
+
button.E_l48ei06.ant-btn,
|
|
4105
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4106
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4107
|
+
font-size: 12px;
|
|
4108
|
+
line-height: 18px;
|
|
4109
|
+
height: 18px;
|
|
4159
4110
|
}
|
|
4160
|
-
|
|
4161
|
-
|
|
4111
|
+
|
|
4112
|
+
button.E_l48ei06 {
|
|
4113
|
+
color: #0080FF;
|
|
4114
|
+
height: unset;
|
|
4162
4115
|
}
|
|
4163
|
-
.
|
|
4164
|
-
|
|
4165
|
-
transition: all 320ms ease;
|
|
4116
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4117
|
+
margin-right: 4px;
|
|
4166
4118
|
}
|
|
4167
|
-
.
|
|
4119
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4168
4120
|
margin-left: 4px;
|
|
4169
4121
|
}
|
|
4170
|
-
.
|
|
4171
|
-
|
|
4172
|
-
overflow: hidden;
|
|
4173
|
-
display: flex;
|
|
4174
|
-
align-items: center;
|
|
4175
|
-
padding: 0 4px;
|
|
4176
|
-
margin: 0 -4px;
|
|
4177
|
-
}
|
|
4178
|
-
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
4179
|
-
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
4180
|
-
transform: translateY(0);
|
|
4181
|
-
}
|
|
4182
|
-
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
4183
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4184
|
-
height: 48px;
|
|
4185
|
-
transform: translateY(100%);
|
|
4186
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4187
|
-
display: inline-flex;
|
|
4188
|
-
align-items: center;
|
|
4189
|
-
}
|
|
4190
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4191
|
-
margin-right: 10px;
|
|
4192
|
-
}
|
|
4193
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
4194
|
-
width: 32px;
|
|
4195
|
-
height: 32px;
|
|
4196
|
-
border-radius: 6px;
|
|
4197
|
-
}
|
|
4198
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
4199
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4200
|
-
}
|
|
4201
|
-
.E_h12yihis .alert,
|
|
4202
|
-
.E_h12yihis .task {
|
|
4203
|
-
position: relative;
|
|
4204
|
-
}
|
|
4205
|
-
.E_h12yihis .alert .alert-icon,
|
|
4206
|
-
.E_h12yihis .alert .task-icon,
|
|
4207
|
-
.E_h12yihis .task .alert-icon,
|
|
4208
|
-
.E_h12yihis .task .task-icon {
|
|
4209
|
-
width: 56px;
|
|
4210
|
-
height: 40px;
|
|
4211
|
-
justify-content: center;
|
|
4212
|
-
}
|
|
4213
|
-
.E_h12yihis .alert .ant-badge-count,
|
|
4214
|
-
.E_h12yihis .task .ant-badge-count {
|
|
4215
|
-
right: 16px;
|
|
4216
|
-
top: 10px;
|
|
4217
|
-
}
|
|
4218
|
-
.E_h12yihis .logo {
|
|
4219
|
-
display: inline-flex;
|
|
4220
|
-
align-items: center;
|
|
4221
|
-
}
|
|
4222
|
-
.E_h12yihis .left {
|
|
4223
|
-
position: relative;
|
|
4224
|
-
}
|
|
4225
|
-
.E_h12yihis .left .events-audit-title {
|
|
4226
|
-
font-size: 20px;
|
|
4227
|
-
line-height: 24px;
|
|
4228
|
-
font-weight: bold;
|
|
4229
|
-
color: #1d326c;
|
|
4230
|
-
margin: 0px 8px;
|
|
4231
|
-
}
|
|
4232
|
-
.E_h12yihis .left .global-search {
|
|
4233
|
-
margin-left: 6px;
|
|
4234
|
-
}
|
|
4235
|
-
.E_h12yihis.global-search-active {
|
|
4236
|
-
z-index: 11;
|
|
4237
|
-
}
|
|
4238
|
-
.E_h12yihis.global-search-active .left {
|
|
4239
|
-
flex: 1;
|
|
4240
|
-
margin-right: 32px;
|
|
4241
|
-
}
|
|
4242
|
-
.E_h12yihis.global-search-active .left .global-search {
|
|
4243
|
-
display: flex;
|
|
4244
|
-
flex: 1;
|
|
4245
|
-
}
|
|
4246
|
-
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
4247
|
-
border-color: #0080ff;
|
|
4248
|
-
width: 100%;
|
|
4249
|
-
}
|
|
4250
|
-
.E_h12yihis.global-search-active .center {
|
|
4251
|
-
display: none;
|
|
4252
|
-
}
|
|
4253
|
-
.E_h12yihis.global-search-active .right {
|
|
4254
|
-
flex: 0 1 auto;
|
|
4255
|
-
}
|
|
4256
|
-
.E_h12yihis .ant-badge-count {
|
|
4257
|
-
pointer-events: none;
|
|
4258
|
-
}
|
|
4259
|
-
|
|
4260
|
-
.E_ncaepor {
|
|
4261
|
-
color: rgba(10, 37, 85, 0.6);
|
|
4262
|
-
position: relative;
|
|
4263
|
-
height: 48px;
|
|
4264
|
-
display: inline-flex;
|
|
4265
|
-
align-items: center;
|
|
4266
|
-
justify-content: center;
|
|
4267
|
-
overflow: hidden;
|
|
4122
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4123
|
+
color: #009DFF;
|
|
4268
4124
|
}
|
|
4269
|
-
.
|
|
4270
|
-
|
|
4271
|
-
width: 100%;
|
|
4272
|
-
height: 12px;
|
|
4273
|
-
position: absolute;
|
|
4274
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
4125
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4126
|
+
color: #005ED1;
|
|
4275
4127
|
}
|
|
4276
|
-
.
|
|
4277
|
-
|
|
4128
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4129
|
+
color: #0080FF;
|
|
4278
4130
|
}
|
|
4279
|
-
.
|
|
4280
|
-
|
|
4131
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4132
|
+
color: #00122E;
|
|
4281
4133
|
}
|
|
4282
|
-
.
|
|
4283
|
-
|
|
4284
|
-
display: inline-flex;
|
|
4285
|
-
align-items: center;
|
|
4286
|
-
white-space: nowrap;
|
|
4287
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4134
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4135
|
+
color: #0080FF;
|
|
4288
4136
|
}
|
|
4289
|
-
.
|
|
4290
|
-
|
|
4291
|
-
opacity: 1;
|
|
4137
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4138
|
+
color: #005ED1;
|
|
4292
4139
|
}
|
|
4293
|
-
.
|
|
4294
|
-
|
|
4295
|
-
opacity: 0;
|
|
4296
|
-
font-size: 18px;
|
|
4297
|
-
font-weight: 700;
|
|
4298
|
-
position: absolute;
|
|
4299
|
-
overflow: hidden;
|
|
4300
|
-
display: flex;
|
|
4301
|
-
justify-content: center;
|
|
4140
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4141
|
+
color: #00122E;
|
|
4302
4142
|
}
|
|
4303
|
-
.
|
|
4304
|
-
color:
|
|
4305
|
-
flex: 1;
|
|
4306
|
-
overflow: hidden;
|
|
4307
|
-
text-overflow: ellipsis;
|
|
4143
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4144
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4308
4145
|
}
|
|
4309
|
-
.
|
|
4310
|
-
color:
|
|
4311
|
-
margin-left: 8px;
|
|
4146
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4147
|
+
color: #0080FF;
|
|
4312
4148
|
}
|
|
4313
|
-
.
|
|
4314
|
-
|
|
4315
|
-
opacity: 0;
|
|
4316
|
-
position: absolute;
|
|
4149
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4150
|
+
color: #005ED1;
|
|
4317
4151
|
}
|
|
4318
|
-
.
|
|
4319
|
-
|
|
4320
|
-
opacity: 1;
|
|
4321
|
-
position: static;
|
|
4152
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4153
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4322
4154
|
}
|
|
4323
4155
|
|
|
4324
4156
|
.E_sddwhm6 {
|
|
@@ -4396,58 +4228,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4396
4228
|
display: inline-block;
|
|
4397
4229
|
}
|
|
4398
4230
|
|
|
4399
|
-
button.E_l48ei06.ant-btn,
|
|
4400
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4401
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4402
|
-
font-size: 12px;
|
|
4403
|
-
line-height: 18px;
|
|
4404
|
-
height: 18px;
|
|
4405
|
-
}
|
|
4406
|
-
|
|
4407
|
-
button.E_l48ei06 {
|
|
4408
|
-
color: #0080FF;
|
|
4409
|
-
height: unset;
|
|
4410
|
-
}
|
|
4411
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
4412
|
-
margin-right: 4px;
|
|
4413
|
-
}
|
|
4414
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
4415
|
-
margin-left: 4px;
|
|
4416
|
-
}
|
|
4417
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4418
|
-
color: #009DFF;
|
|
4419
|
-
}
|
|
4420
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4421
|
-
color: #005ED1;
|
|
4422
|
-
}
|
|
4423
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4424
|
-
color: #0080FF;
|
|
4425
|
-
}
|
|
4426
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
4427
|
-
color: #00122E;
|
|
4428
|
-
}
|
|
4429
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4430
|
-
color: #0080FF;
|
|
4431
|
-
}
|
|
4432
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4433
|
-
color: #005ED1;
|
|
4434
|
-
}
|
|
4435
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4436
|
-
color: #00122E;
|
|
4437
|
-
}
|
|
4438
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
4439
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4440
|
-
}
|
|
4441
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4442
|
-
color: #0080FF;
|
|
4443
|
-
}
|
|
4444
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4445
|
-
color: #005ED1;
|
|
4446
|
-
}
|
|
4447
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4448
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4449
|
-
}
|
|
4450
|
-
|
|
4451
4231
|
.E_tc97u5y {
|
|
4452
4232
|
height: 100%;
|
|
4453
4233
|
}
|
|
@@ -4819,135 +4599,224 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4819
4599
|
background: #fff;
|
|
4820
4600
|
}
|
|
4821
4601
|
|
|
4822
|
-
.
|
|
4823
|
-
|
|
4824
|
-
border-
|
|
4825
|
-
|
|
4826
|
-
height: 22px;
|
|
4602
|
+
.E_h12yihis {
|
|
4603
|
+
height: 50px;
|
|
4604
|
+
border-bottom: 2px solid #edf0f7;
|
|
4605
|
+
background: #fff;
|
|
4827
4606
|
display: flex;
|
|
4607
|
+
justify-content: space-between;
|
|
4828
4608
|
align-items: center;
|
|
4609
|
+
padding: 0 24px 0 14px;
|
|
4610
|
+
position: relative;
|
|
4611
|
+
z-index: 10;
|
|
4829
4612
|
}
|
|
4830
|
-
.
|
|
4831
|
-
|
|
4613
|
+
.E_h12yihis .left,
|
|
4614
|
+
.E_h12yihis .right,
|
|
4615
|
+
.E_h12yihis .center {
|
|
4616
|
+
display: flex;
|
|
4617
|
+
align-items: center;
|
|
4618
|
+
flex: 1;
|
|
4619
|
+
flex-shrink: 0;
|
|
4832
4620
|
}
|
|
4833
|
-
.
|
|
4621
|
+
.E_h12yihis .center {
|
|
4622
|
+
flex: 0.8;
|
|
4623
|
+
}
|
|
4624
|
+
.E_h12yihis .right {
|
|
4625
|
+
justify-content: flex-end;
|
|
4626
|
+
}
|
|
4627
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
4628
|
+
opacity: 1;
|
|
4629
|
+
}
|
|
4630
|
+
.E_h12yihis .right .btn-group {
|
|
4631
|
+
margin-left: 32px;
|
|
4632
|
+
position: relative;
|
|
4633
|
+
display: flex;
|
|
4634
|
+
align-items: center;
|
|
4635
|
+
}
|
|
4636
|
+
.E_h12yihis .right .btn-group:before {
|
|
4637
|
+
content: "";
|
|
4638
|
+
opacity: 0;
|
|
4639
|
+
height: 24px;
|
|
4640
|
+
width: 1px;
|
|
4641
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4642
|
+
position: absolute;
|
|
4643
|
+
left: -16px;
|
|
4644
|
+
top: 50%;
|
|
4645
|
+
transform: translateY(-50%);
|
|
4646
|
+
transition: opacity 160ms ease;
|
|
4647
|
+
}
|
|
4648
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
4649
|
+
transition: all 160ms ease;
|
|
4834
4650
|
cursor: pointer;
|
|
4651
|
+
width: 56px;
|
|
4652
|
+
height: 40px;
|
|
4653
|
+
display: inline-flex;
|
|
4654
|
+
align-items: center;
|
|
4655
|
+
justify-content: center;
|
|
4656
|
+
border-radius: 6px;
|
|
4835
4657
|
}
|
|
4836
|
-
.
|
|
4837
|
-
|
|
4658
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
4659
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
4838
4660
|
}
|
|
4839
|
-
.
|
|
4840
|
-
|
|
4661
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
4662
|
+
transform: translateY(2px);
|
|
4663
|
+
transition: all 320ms ease;
|
|
4841
4664
|
}
|
|
4842
|
-
.
|
|
4843
|
-
margin-left:
|
|
4844
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4665
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
4666
|
+
margin-left: 4px;
|
|
4845
4667
|
}
|
|
4846
|
-
.
|
|
4847
|
-
|
|
4668
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
4669
|
+
height: 48px;
|
|
4670
|
+
overflow: hidden;
|
|
4671
|
+
display: flex;
|
|
4672
|
+
align-items: center;
|
|
4673
|
+
padding: 0 4px;
|
|
4674
|
+
margin: 0 -4px;
|
|
4848
4675
|
}
|
|
4849
|
-
.
|
|
4850
|
-
|
|
4676
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
4677
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
4678
|
+
transform: translateY(0);
|
|
4851
4679
|
}
|
|
4852
|
-
.
|
|
4853
|
-
|
|
4680
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
4681
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4682
|
+
height: 48px;
|
|
4683
|
+
transform: translateY(100%);
|
|
4684
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4685
|
+
display: inline-flex;
|
|
4686
|
+
align-items: center;
|
|
4854
4687
|
}
|
|
4855
|
-
.
|
|
4856
|
-
|
|
4688
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4689
|
+
margin-right: 10px;
|
|
4857
4690
|
}
|
|
4858
|
-
.
|
|
4859
|
-
|
|
4691
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
4692
|
+
width: 32px;
|
|
4693
|
+
height: 32px;
|
|
4694
|
+
border-radius: 6px;
|
|
4860
4695
|
}
|
|
4861
|
-
.
|
|
4862
|
-
background
|
|
4696
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
4697
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4863
4698
|
}
|
|
4864
|
-
.
|
|
4865
|
-
|
|
4699
|
+
.E_h12yihis .alert,
|
|
4700
|
+
.E_h12yihis .task {
|
|
4701
|
+
position: relative;
|
|
4866
4702
|
}
|
|
4867
|
-
|
|
4868
|
-
.
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4703
|
+
.E_h12yihis .alert .alert-icon,
|
|
4704
|
+
.E_h12yihis .alert .task-icon,
|
|
4705
|
+
.E_h12yihis .task .alert-icon,
|
|
4706
|
+
.E_h12yihis .task .task-icon {
|
|
4707
|
+
width: 56px;
|
|
4708
|
+
height: 40px;
|
|
4709
|
+
justify-content: center;
|
|
4873
4710
|
}
|
|
4874
|
-
|
|
4875
|
-
.
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
border-radius: 2px;
|
|
4879
|
-
display: inline-block;
|
|
4711
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
4712
|
+
.E_h12yihis .task .ant-badge-count {
|
|
4713
|
+
right: 16px;
|
|
4714
|
+
top: 10px;
|
|
4880
4715
|
}
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4716
|
+
.E_h12yihis .logo {
|
|
4717
|
+
display: inline-flex;
|
|
4718
|
+
align-items: center;
|
|
4884
4719
|
}
|
|
4885
|
-
|
|
4886
|
-
|
|
4720
|
+
.E_h12yihis .left {
|
|
4721
|
+
position: relative;
|
|
4722
|
+
}
|
|
4723
|
+
.E_h12yihis .left .events-audit-title {
|
|
4724
|
+
font-size: 20px;
|
|
4725
|
+
line-height: 24px;
|
|
4726
|
+
font-weight: bold;
|
|
4727
|
+
color: #1d326c;
|
|
4728
|
+
margin: 0px 8px;
|
|
4729
|
+
}
|
|
4730
|
+
.E_h12yihis .left .global-search {
|
|
4731
|
+
margin-left: 6px;
|
|
4732
|
+
}
|
|
4733
|
+
.E_h12yihis.global-search-active {
|
|
4734
|
+
z-index: 11;
|
|
4735
|
+
}
|
|
4736
|
+
.E_h12yihis.global-search-active .left {
|
|
4887
4737
|
flex: 1;
|
|
4738
|
+
margin-right: 32px;
|
|
4888
4739
|
}
|
|
4889
|
-
|
|
4890
|
-
.E_r77hffu {
|
|
4740
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
4891
4741
|
display: flex;
|
|
4892
|
-
|
|
4893
|
-
justify-content: space-between;
|
|
4894
|
-
column-gap: 6px;
|
|
4742
|
+
flex: 1;
|
|
4895
4743
|
}
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
flex-direction: column;
|
|
4900
|
-
justify-content: center;
|
|
4901
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4744
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
4745
|
+
border-color: #0080ff;
|
|
4746
|
+
width: 100%;
|
|
4902
4747
|
}
|
|
4903
|
-
.
|
|
4904
|
-
|
|
4905
|
-
margin-bottom: unset;
|
|
4906
|
-
margin-inline-end: unset;
|
|
4748
|
+
.E_h12yihis.global-search-active .center {
|
|
4749
|
+
display: none;
|
|
4907
4750
|
}
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4751
|
+
.E_h12yihis.global-search-active .right {
|
|
4752
|
+
flex: 0 1 auto;
|
|
4753
|
+
}
|
|
4754
|
+
.E_h12yihis .ant-badge-count {
|
|
4755
|
+
pointer-events: none;
|
|
4911
4756
|
}
|
|
4912
4757
|
|
|
4913
|
-
.
|
|
4914
|
-
color:
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4758
|
+
.E_ncaepor {
|
|
4759
|
+
color: rgba(10, 37, 85, 0.6);
|
|
4760
|
+
position: relative;
|
|
4761
|
+
height: 48px;
|
|
4762
|
+
display: inline-flex;
|
|
4918
4763
|
align-items: center;
|
|
4764
|
+
justify-content: center;
|
|
4765
|
+
overflow: hidden;
|
|
4919
4766
|
}
|
|
4920
|
-
.
|
|
4921
|
-
|
|
4767
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
4768
|
+
content: "";
|
|
4769
|
+
width: 100%;
|
|
4770
|
+
height: 12px;
|
|
4771
|
+
position: absolute;
|
|
4772
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
4922
4773
|
}
|
|
4923
|
-
.
|
|
4924
|
-
|
|
4925
|
-
color: #00122e;
|
|
4774
|
+
.E_ncaepor:before {
|
|
4775
|
+
top: 0;
|
|
4926
4776
|
}
|
|
4927
|
-
.
|
|
4928
|
-
|
|
4929
|
-
font-weight: 600;
|
|
4777
|
+
.E_ncaepor:after {
|
|
4778
|
+
bottom: 0;
|
|
4930
4779
|
}
|
|
4931
|
-
.
|
|
4932
|
-
|
|
4780
|
+
.E_ncaepor > * {
|
|
4781
|
+
height: 48px;
|
|
4782
|
+
display: inline-flex;
|
|
4783
|
+
align-items: center;
|
|
4784
|
+
white-space: nowrap;
|
|
4785
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4933
4786
|
}
|
|
4934
|
-
.
|
|
4935
|
-
|
|
4936
|
-
|
|
4787
|
+
.E_ncaepor .name-text {
|
|
4788
|
+
transform: translateY(0);
|
|
4789
|
+
opacity: 1;
|
|
4937
4790
|
}
|
|
4938
|
-
.
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
flex-grow: 1;
|
|
4943
|
-
font-size: 12px;
|
|
4944
|
-
line-height: 18px;
|
|
4945
|
-
color: #2d3a56;
|
|
4791
|
+
.E_ncaepor .nav-info {
|
|
4792
|
+
transform: translateY(100%);
|
|
4793
|
+
opacity: 0;
|
|
4794
|
+
font-size: 18px;
|
|
4946
4795
|
font-weight: 700;
|
|
4796
|
+
position: absolute;
|
|
4797
|
+
overflow: hidden;
|
|
4798
|
+
display: flex;
|
|
4799
|
+
justify-content: center;
|
|
4947
4800
|
}
|
|
4948
|
-
.
|
|
4949
|
-
|
|
4950
|
-
|
|
4801
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
4802
|
+
color: #1d326c;
|
|
4803
|
+
flex: 1;
|
|
4804
|
+
overflow: hidden;
|
|
4805
|
+
text-overflow: ellipsis;
|
|
4806
|
+
}
|
|
4807
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
4808
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4809
|
+
margin-left: 8px;
|
|
4810
|
+
}
|
|
4811
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
4812
|
+
transform: translateY(-100%);
|
|
4813
|
+
opacity: 0;
|
|
4814
|
+
position: absolute;
|
|
4815
|
+
}
|
|
4816
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
4817
|
+
transform: translateY(0);
|
|
4818
|
+
opacity: 1;
|
|
4819
|
+
position: static;
|
|
4951
4820
|
}
|
|
4952
4821
|
|
|
4953
4822
|
.E_u3l9ivi {
|
|
@@ -5129,21 +4998,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5129
4998
|
opacity: 0.5;
|
|
5130
4999
|
}
|
|
5131
5000
|
|
|
5132
|
-
.
|
|
5133
|
-
|
|
5001
|
+
.E_r77hffu {
|
|
5002
|
+
display: flex;
|
|
5003
|
+
align-items: center;
|
|
5004
|
+
justify-content: space-between;
|
|
5005
|
+
column-gap: 6px;
|
|
5134
5006
|
}
|
|
5135
5007
|
|
|
5136
|
-
.
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
cursor: pointer;
|
|
5008
|
+
.E_p1cmxsf7 {
|
|
5009
|
+
display: flex;
|
|
5010
|
+
flex-direction: column;
|
|
5011
|
+
justify-content: center;
|
|
5012
|
+
row-gap: var(--p1cmxsf7-0);
|
|
5142
5013
|
}
|
|
5143
|
-
.
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5014
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
5015
|
+
font-size: 0;
|
|
5016
|
+
margin-bottom: unset;
|
|
5017
|
+
margin-inline-end: unset;
|
|
5147
5018
|
}
|
|
5148
5019
|
|
|
5149
5020
|
.E_ckui4s7 {
|
|
@@ -5210,62 +5081,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5210
5081
|
margin-left: 24px;
|
|
5211
5082
|
}
|
|
5212
5083
|
|
|
5213
|
-
.
|
|
5214
|
-
|
|
5215
|
-
height: 64px;
|
|
5216
|
-
display: flex;
|
|
5217
|
-
align-items: center;
|
|
5218
|
-
justify-content: center;
|
|
5219
|
-
position: relative;
|
|
5220
|
-
opacity: 0.2;
|
|
5221
|
-
}
|
|
5222
|
-
|
|
5223
|
-
.E_lk3gkp4 {
|
|
5224
|
-
position: absolute;
|
|
5225
|
-
width: 5px;
|
|
5226
|
-
height: 48px;
|
|
5227
|
-
left: 9.33px;
|
|
5228
|
-
top: 40.5px;
|
|
5229
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5230
|
-
border-radius: 5px;
|
|
5231
|
-
transform: rotate(-128deg);
|
|
5232
|
-
transform-origin: top left;
|
|
5233
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5234
|
-
}
|
|
5235
|
-
|
|
5236
|
-
.E_ll4n94n {
|
|
5237
|
-
position: absolute;
|
|
5238
|
-
width: 5px;
|
|
5239
|
-
height: 48px;
|
|
5240
|
-
left: 40.8px;
|
|
5241
|
-
top: 8.4px;
|
|
5242
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5243
|
-
border-radius: 5px;
|
|
5244
|
-
transform: rotate(-8deg);
|
|
5245
|
-
transform-origin: top left;
|
|
5246
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5247
|
-
}
|
|
5248
|
-
|
|
5249
|
-
.E_l17lbdo6 {
|
|
5250
|
-
position: absolute;
|
|
5251
|
-
width: 5px;
|
|
5252
|
-
height: 48px;
|
|
5253
|
-
left: 52.9px;
|
|
5254
|
-
top: 51.8px;
|
|
5255
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5256
|
-
border-radius: 5px;
|
|
5257
|
-
transform: rotate(112deg);
|
|
5258
|
-
transform-origin: top left;
|
|
5259
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5260
|
-
}
|
|
5261
|
-
|
|
5262
|
-
.E_w7ob4th.outside-tag {
|
|
5263
|
-
padding-left: 0;
|
|
5264
|
-
}
|
|
5265
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5266
|
-
border-radius: 4px 0 0 4px;
|
|
5267
|
-
padding-right: 4px;
|
|
5268
|
-
margin-right: 4px;
|
|
5084
|
+
.E_c1yd35n {
|
|
5085
|
+
padding: 0 12px 14px 12px;
|
|
5269
5086
|
}
|
|
5270
5087
|
|
|
5271
5088
|
.E_t1tbywr9 {
|
|
@@ -5428,69 +5245,179 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5428
5245
|
display: block;
|
|
5429
5246
|
height: 16px;
|
|
5430
5247
|
}
|
|
5431
|
-
|
|
5432
|
-
.
|
|
5433
|
-
|
|
5434
|
-
|
|
5248
|
+
|
|
5249
|
+
.E_b14q2gmw {
|
|
5250
|
+
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);
|
|
5251
|
+
}
|
|
5252
|
+
|
|
5253
|
+
.E_c1eym6el {
|
|
5254
|
+
border-radius: 8px;
|
|
5255
|
+
background-color: white;
|
|
5256
|
+
}
|
|
5257
|
+
.E_c1eym6el.hoverable {
|
|
5258
|
+
cursor: pointer;
|
|
5259
|
+
}
|
|
5260
|
+
.E_c1eym6el.hoverable:hover {
|
|
5261
|
+
transition: all 200ms ease;
|
|
5262
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
5263
|
+
transform: translateY(-4px);
|
|
5264
|
+
}
|
|
5265
|
+
|
|
5266
|
+
.E_c1kghdax {
|
|
5267
|
+
color: #2d3a56;
|
|
5268
|
+
padding: 7px 12px;
|
|
5269
|
+
display: flex;
|
|
5270
|
+
justify-content: space-between;
|
|
5271
|
+
align-items: center;
|
|
5272
|
+
}
|
|
5273
|
+
.E_c1kghdax.has-arrow {
|
|
5274
|
+
padding-left: 10px;
|
|
5275
|
+
}
|
|
5276
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
5277
|
+
cursor: pointer;
|
|
5278
|
+
color: #00122e;
|
|
5279
|
+
}
|
|
5280
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
5281
|
+
color: #2d3a56;
|
|
5282
|
+
font-weight: 600;
|
|
5283
|
+
}
|
|
5284
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
5285
|
+
transform: rotate(90deg);
|
|
5286
|
+
}
|
|
5287
|
+
.E_c1kghdax .sub-info {
|
|
5288
|
+
font-size: 12px;
|
|
5289
|
+
line-height: 18px;
|
|
5290
|
+
}
|
|
5291
|
+
.E_c1kghdax .title-wrapper {
|
|
5292
|
+
display: flex;
|
|
5293
|
+
align-items: center;
|
|
5294
|
+
user-select: none;
|
|
5295
|
+
flex-grow: 1;
|
|
5296
|
+
font-size: 12px;
|
|
5297
|
+
line-height: 18px;
|
|
5298
|
+
color: #2d3a56;
|
|
5299
|
+
font-weight: 700;
|
|
5300
|
+
}
|
|
5301
|
+
.E_c1kghdax .collapse-arrow {
|
|
5302
|
+
transition: all 50ms ease-out 0ms;
|
|
5303
|
+
margin-right: 2px;
|
|
5304
|
+
}
|
|
5305
|
+
|
|
5306
|
+
.E_l1ucdodl {
|
|
5307
|
+
margin: 0;
|
|
5308
|
+
border-radius: 20px;
|
|
5309
|
+
padding: 2px 10px;
|
|
5310
|
+
height: 22px;
|
|
5311
|
+
display: flex;
|
|
5312
|
+
align-items: center;
|
|
5313
|
+
}
|
|
5314
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5315
|
+
color: #FFFFFF;
|
|
5316
|
+
}
|
|
5317
|
+
.E_l1ucdodl.tag-hover {
|
|
5318
|
+
cursor: pointer;
|
|
5319
|
+
}
|
|
5320
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
5321
|
+
color: #00122E;
|
|
5322
|
+
}
|
|
5323
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5324
|
+
margin-right: 6px;
|
|
5325
|
+
}
|
|
5326
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5327
|
+
margin-left: 8px;
|
|
5328
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5329
|
+
}
|
|
5330
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5331
|
+
color: #FFFFFF;
|
|
5332
|
+
}
|
|
5333
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5334
|
+
background-color: #0080FF;
|
|
5335
|
+
}
|
|
5336
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5337
|
+
background-color: #F0483E;
|
|
5435
5338
|
}
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
padding: 2px 8px;
|
|
5439
|
-
height: 24px;
|
|
5339
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5340
|
+
background-color: #FEA008;
|
|
5440
5341
|
}
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
margin: 0;
|
|
5342
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5343
|
+
background-color: #00BA5D;
|
|
5444
5344
|
}
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
margin-right: 4px;
|
|
5448
|
-
height: 16px;
|
|
5345
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5346
|
+
background-color: #6b7d99;
|
|
5449
5347
|
}
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
font-weight: 700;
|
|
5453
|
-
color: #00122E;
|
|
5454
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5455
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5456
|
-
word-break: break-all;
|
|
5457
|
-
display: inline;
|
|
5458
|
-
white-space: normal;
|
|
5348
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5349
|
+
background-color: #7E41FF;
|
|
5459
5350
|
}
|
|
5460
5351
|
|
|
5461
|
-
.
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5467
|
-
display: flex;
|
|
5352
|
+
.E_s1qj66nc {
|
|
5353
|
+
width: 8px;
|
|
5354
|
+
height: 8px;
|
|
5355
|
+
border-radius: 50%;
|
|
5356
|
+
display: inline-block;
|
|
5468
5357
|
}
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5358
|
+
|
|
5359
|
+
.E_s5x1boq {
|
|
5360
|
+
width: 8px;
|
|
5361
|
+
height: 8px;
|
|
5473
5362
|
border-radius: 2px;
|
|
5363
|
+
display: inline-block;
|
|
5474
5364
|
}
|
|
5475
|
-
|
|
5476
|
-
|
|
5365
|
+
|
|
5366
|
+
.E_c1xm185 {
|
|
5367
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5477
5368
|
}
|
|
5478
|
-
|
|
5369
|
+
|
|
5370
|
+
.E_c1x5l5qc {
|
|
5479
5371
|
flex: 1;
|
|
5480
5372
|
}
|
|
5481
|
-
|
|
5482
|
-
|
|
5373
|
+
|
|
5374
|
+
.E_lht19u8 {
|
|
5375
|
+
width: 64px;
|
|
5376
|
+
height: 64px;
|
|
5377
|
+
display: flex;
|
|
5378
|
+
align-items: center;
|
|
5379
|
+
justify-content: center;
|
|
5380
|
+
position: relative;
|
|
5381
|
+
opacity: 0.2;
|
|
5483
5382
|
}
|
|
5484
|
-
|
|
5485
|
-
|
|
5383
|
+
|
|
5384
|
+
.E_lk3gkp4 {
|
|
5385
|
+
position: absolute;
|
|
5386
|
+
width: 5px;
|
|
5387
|
+
height: 48px;
|
|
5388
|
+
left: 9.33px;
|
|
5389
|
+
top: 40.5px;
|
|
5390
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5391
|
+
border-radius: 5px;
|
|
5392
|
+
transform: rotate(-128deg);
|
|
5393
|
+
transform-origin: top left;
|
|
5394
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5486
5395
|
}
|
|
5487
|
-
|
|
5488
|
-
|
|
5396
|
+
|
|
5397
|
+
.E_ll4n94n {
|
|
5398
|
+
position: absolute;
|
|
5399
|
+
width: 5px;
|
|
5400
|
+
height: 48px;
|
|
5401
|
+
left: 40.8px;
|
|
5402
|
+
top: 8.4px;
|
|
5403
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5404
|
+
border-radius: 5px;
|
|
5405
|
+
transform: rotate(-8deg);
|
|
5406
|
+
transform-origin: top left;
|
|
5407
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5489
5408
|
}
|
|
5490
5409
|
|
|
5491
|
-
.
|
|
5492
|
-
|
|
5493
|
-
|
|
5410
|
+
.E_l17lbdo6 {
|
|
5411
|
+
position: absolute;
|
|
5412
|
+
width: 5px;
|
|
5413
|
+
height: 48px;
|
|
5414
|
+
left: 52.9px;
|
|
5415
|
+
top: 51.8px;
|
|
5416
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5417
|
+
border-radius: 5px;
|
|
5418
|
+
transform: rotate(112deg);
|
|
5419
|
+
transform-origin: top left;
|
|
5420
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5494
5421
|
}
|
|
5495
5422
|
|
|
5496
5423
|
.E_sjob3jg {
|
|
@@ -5897,6 +5824,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5897
5824
|
margin-right: 8px;
|
|
5898
5825
|
}
|
|
5899
5826
|
|
|
5827
|
+
.E_i1g85yz3 {
|
|
5828
|
+
margin-right: 4px;
|
|
5829
|
+
height: 16px;
|
|
5830
|
+
}
|
|
5831
|
+
|
|
5832
|
+
.E_slr2ynn {
|
|
5833
|
+
padding: 0 8px;
|
|
5834
|
+
height: 18px;
|
|
5835
|
+
}
|
|
5836
|
+
|
|
5837
|
+
.E_m140wbb6 {
|
|
5838
|
+
padding: 2px 8px;
|
|
5839
|
+
height: 24px;
|
|
5840
|
+
}
|
|
5841
|
+
|
|
5842
|
+
.E_t1fozc1i {
|
|
5843
|
+
margin: 0;
|
|
5844
|
+
}
|
|
5845
|
+
|
|
5846
|
+
.E_i1vxv4ln {
|
|
5847
|
+
margin-right: 4px;
|
|
5848
|
+
height: 16px;
|
|
5849
|
+
}
|
|
5850
|
+
|
|
5851
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5852
|
+
font-weight: 700;
|
|
5853
|
+
color: #00122E;
|
|
5854
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5855
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5856
|
+
word-break: break-all;
|
|
5857
|
+
display: inline;
|
|
5858
|
+
white-space: normal;
|
|
5859
|
+
}
|
|
5860
|
+
|
|
5861
|
+
.E_w7ob4th.outside-tag {
|
|
5862
|
+
padding-left: 0;
|
|
5863
|
+
}
|
|
5864
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5865
|
+
border-radius: 4px 0 0 4px;
|
|
5866
|
+
padding-right: 4px;
|
|
5867
|
+
margin-right: 4px;
|
|
5868
|
+
}
|
|
5869
|
+
|
|
5870
|
+
.E_t13ef470 {
|
|
5871
|
+
height: 100%;
|
|
5872
|
+
}
|
|
5873
|
+
.E_t13ef470 .table-loading-item {
|
|
5874
|
+
padding: 12px 4px;
|
|
5875
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5876
|
+
display: flex;
|
|
5877
|
+
}
|
|
5878
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5879
|
+
height: 16px;
|
|
5880
|
+
margin: 4px;
|
|
5881
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5882
|
+
border-radius: 2px;
|
|
5883
|
+
}
|
|
5884
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5885
|
+
width: 16px;
|
|
5886
|
+
}
|
|
5887
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
5888
|
+
flex: 1;
|
|
5889
|
+
}
|
|
5890
|
+
.E_t13ef470 :nth-child(1) {
|
|
5891
|
+
padding: 8px 4px;
|
|
5892
|
+
}
|
|
5893
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5894
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5895
|
+
}
|
|
5896
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5897
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5898
|
+
}
|
|
5899
|
+
|
|
5900
5900
|
.E_m11nzl2x {
|
|
5901
5901
|
color: rgba(44, 56, 82, 0.6);
|
|
5902
5902
|
text-align: center;
|
|
@@ -6340,79 +6340,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6340
6340
|
justify-content: center;
|
|
6341
6341
|
}
|
|
6342
6342
|
|
|
6343
|
-
.E_s1ikqzph {
|
|
6344
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6345
|
-
}
|
|
6346
|
-
|
|
6347
|
-
.E_i15astnl {
|
|
6348
|
-
color: #00122E;
|
|
6349
|
-
}
|
|
6350
|
-
|
|
6351
|
-
.E_b1jaupqb {
|
|
6352
|
-
color: #F0483E;
|
|
6353
|
-
}
|
|
6354
|
-
|
|
6355
|
-
.E_s20iney.skeleton-box {
|
|
6356
|
-
display: flex;
|
|
6357
|
-
align-items: center;
|
|
6358
|
-
justify-content: center;
|
|
6359
|
-
position: relative;
|
|
6360
|
-
border-radius: 2px;
|
|
6361
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6362
|
-
overflow: hidden;
|
|
6363
|
-
}
|
|
6364
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6365
|
-
width: 200%;
|
|
6366
|
-
height: 200%;
|
|
6367
|
-
transform: rotate(15deg);
|
|
6368
|
-
position: absolute;
|
|
6369
|
-
top: -50%;
|
|
6370
|
-
flex-shrink: 0;
|
|
6371
|
-
opacity: 0.8;
|
|
6372
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6373
|
-
animation: shimmer 1100ms infinite;
|
|
6374
|
-
}
|
|
6375
|
-
@keyframes shimmer {
|
|
6376
|
-
from {
|
|
6377
|
-
left: -120%;
|
|
6378
|
-
}
|
|
6379
|
-
to {
|
|
6380
|
-
left: 100%;
|
|
6381
|
-
}
|
|
6382
|
-
}
|
|
6383
|
-
|
|
6384
|
-
.E_sqv6dmy {
|
|
6385
|
-
display: flex;
|
|
6386
|
-
justify-content: flex-end;
|
|
6387
|
-
}
|
|
6388
|
-
|
|
6389
|
-
.E_p1rm8wzb {
|
|
6390
|
-
margin-right: 8px;
|
|
6391
|
-
}
|
|
6392
|
-
|
|
6393
|
-
.E_sd7qcf4 {
|
|
6394
|
-
height: 100%;
|
|
6395
|
-
width: 100%;
|
|
6396
|
-
overflow: auto;
|
|
6397
|
-
}
|
|
6398
|
-
|
|
6399
|
-
.E_r1fxc9gq.right {
|
|
6400
|
-
overflow: auto;
|
|
6401
|
-
padding-right: 2px;
|
|
6402
|
-
width: 200px;
|
|
6403
|
-
height: fit-content;
|
|
6404
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6405
|
-
scrollbar-gutter: stable;
|
|
6406
|
-
}
|
|
6407
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6408
|
-
width: 6px;
|
|
6343
|
+
.E_s1ikqzph {
|
|
6344
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6409
6345
|
}
|
|
6410
|
-
|
|
6411
|
-
|
|
6346
|
+
|
|
6347
|
+
.E_i15astnl {
|
|
6348
|
+
color: #00122E;
|
|
6412
6349
|
}
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6350
|
+
|
|
6351
|
+
.E_b1jaupqb {
|
|
6352
|
+
color: #F0483E;
|
|
6416
6353
|
}
|
|
6417
6354
|
|
|
6418
6355
|
.E_icab5o7 {
|
|
@@ -6749,34 +6686,68 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6749
6686
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6750
6687
|
}
|
|
6751
6688
|
|
|
6752
|
-
.
|
|
6689
|
+
.E_s20iney.skeleton-box {
|
|
6690
|
+
display: flex;
|
|
6691
|
+
align-items: center;
|
|
6692
|
+
justify-content: center;
|
|
6693
|
+
position: relative;
|
|
6694
|
+
border-radius: 2px;
|
|
6695
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6753
6696
|
overflow: hidden;
|
|
6754
|
-
height: 100%;
|
|
6755
|
-
background: white;
|
|
6756
6697
|
}
|
|
6757
|
-
.
|
|
6758
|
-
|
|
6698
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6699
|
+
width: 200%;
|
|
6700
|
+
height: 200%;
|
|
6701
|
+
transform: rotate(15deg);
|
|
6702
|
+
position: absolute;
|
|
6703
|
+
top: -50%;
|
|
6704
|
+
flex-shrink: 0;
|
|
6705
|
+
opacity: 0.8;
|
|
6706
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6707
|
+
animation: shimmer 1100ms infinite;
|
|
6708
|
+
}
|
|
6709
|
+
@keyframes shimmer {
|
|
6710
|
+
from {
|
|
6711
|
+
left: -120%;
|
|
6712
|
+
}
|
|
6713
|
+
to {
|
|
6714
|
+
left: 100%;
|
|
6715
|
+
}
|
|
6716
|
+
}
|
|
6717
|
+
|
|
6718
|
+
.E_sqv6dmy {
|
|
6759
6719
|
display: flex;
|
|
6760
|
-
|
|
6720
|
+
justify-content: flex-end;
|
|
6761
6721
|
}
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
margin:
|
|
6765
|
-
background: rgba(237, 241, 250, 0.6);
|
|
6766
|
-
border-radius: 2px;
|
|
6722
|
+
|
|
6723
|
+
.E_p1rm8wzb {
|
|
6724
|
+
margin-right: 8px;
|
|
6767
6725
|
}
|
|
6768
|
-
|
|
6769
|
-
|
|
6726
|
+
|
|
6727
|
+
.E_sd7qcf4 {
|
|
6728
|
+
height: 100%;
|
|
6729
|
+
width: 100%;
|
|
6730
|
+
overflow: auto;
|
|
6770
6731
|
}
|
|
6771
|
-
|
|
6772
|
-
|
|
6732
|
+
|
|
6733
|
+
.E_r1fxc9gq.right {
|
|
6734
|
+
overflow: auto;
|
|
6735
|
+
padding-right: 2px;
|
|
6736
|
+
width: 200px;
|
|
6737
|
+
height: fit-content;
|
|
6738
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6739
|
+
scrollbar-gutter: stable;
|
|
6773
6740
|
}
|
|
6774
|
-
.
|
|
6775
|
-
|
|
6741
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6742
|
+
width: 6px;
|
|
6776
6743
|
}
|
|
6777
|
-
.
|
|
6744
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6778
6745
|
background: rgba(225, 230, 241, 0.6);
|
|
6779
6746
|
}
|
|
6747
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6748
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6749
|
+
border-radius: 8px;
|
|
6750
|
+
}
|
|
6780
6751
|
|
|
6781
6752
|
.E_s1n7hav7 .ant-input-prefix {
|
|
6782
6753
|
margin-right: 8px;
|
|
@@ -6827,8 +6798,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6827
6798
|
overflow: hidden;
|
|
6828
6799
|
}
|
|
6829
6800
|
|
|
6830
|
-
.
|
|
6831
|
-
|
|
6801
|
+
.E_t1g36k2w {
|
|
6802
|
+
overflow: hidden;
|
|
6803
|
+
height: 100%;
|
|
6804
|
+
background: white;
|
|
6805
|
+
}
|
|
6806
|
+
.E_t1g36k2w .table-loading-item {
|
|
6807
|
+
padding: 8px 4px;
|
|
6808
|
+
display: flex;
|
|
6809
|
+
align-items: center;
|
|
6810
|
+
}
|
|
6811
|
+
.E_t1g36k2w .table-loading-item > * {
|
|
6812
|
+
height: 16px;
|
|
6813
|
+
margin: 4px;
|
|
6814
|
+
background: rgba(237, 241, 250, 0.6);
|
|
6815
|
+
border-radius: 2px;
|
|
6816
|
+
}
|
|
6817
|
+
.E_t1g36k2w .table-loading-item .checkbox-loading {
|
|
6818
|
+
width: 16px;
|
|
6819
|
+
}
|
|
6820
|
+
.E_t1g36k2w .table-loading-item .td-loading {
|
|
6821
|
+
flex: 1;
|
|
6822
|
+
}
|
|
6823
|
+
.E_t1g36k2w :nth-child(1) {
|
|
6824
|
+
padding: 8px 4px;
|
|
6825
|
+
}
|
|
6826
|
+
.E_t1g36k2w :nth-child(1) > * {
|
|
6827
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6832
6828
|
}
|
|
6833
6829
|
|
|
6834
6830
|
.E_t1gvlxt5 {
|
|
@@ -6873,6 +6869,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6873
6869
|
display: block;
|
|
6874
6870
|
}
|
|
6875
6871
|
|
|
6872
|
+
.E_t1616y1o {
|
|
6873
|
+
color: #fff;
|
|
6874
|
+
}
|
|
6875
|
+
|
|
6876
6876
|
.E_a9y3flr {
|
|
6877
6877
|
margin-left: 8px;
|
|
6878
6878
|
}
|
|
@@ -6925,6 +6925,56 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6925
6925
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6926
6926
|
}
|
|
6927
6927
|
|
|
6928
|
+
.E_c18bcrac {
|
|
6929
|
+
display: inline-block;
|
|
6930
|
+
width: 100%;
|
|
6931
|
+
}
|
|
6932
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6933
|
+
margin-left: 4px;
|
|
6934
|
+
}
|
|
6935
|
+
|
|
6936
|
+
.E_cro7kg2 {
|
|
6937
|
+
padding: 4px;
|
|
6938
|
+
}
|
|
6939
|
+
.E_cro7kg2 .unit {
|
|
6940
|
+
color: white;
|
|
6941
|
+
}
|
|
6942
|
+
|
|
6943
|
+
.E_c14wcxf0 {
|
|
6944
|
+
display: flex;
|
|
6945
|
+
justify-content: space-between;
|
|
6946
|
+
align-items: center;
|
|
6947
|
+
font-size: 13px;
|
|
6948
|
+
line-height: 24px;
|
|
6949
|
+
color: #cccccc;
|
|
6950
|
+
white-space: nowrap;
|
|
6951
|
+
}
|
|
6952
|
+
.E_c14wcxf0 label {
|
|
6953
|
+
margin-right: 32px;
|
|
6954
|
+
}
|
|
6955
|
+
|
|
6956
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6957
|
+
font-weight: bold;
|
|
6958
|
+
color: white;
|
|
6959
|
+
}
|
|
6960
|
+
|
|
6961
|
+
.E_s11212zy {
|
|
6962
|
+
width: 8px;
|
|
6963
|
+
height: 8px;
|
|
6964
|
+
border-radius: 2px;
|
|
6965
|
+
display: inline-block;
|
|
6966
|
+
background: var(--s11212zy-0);
|
|
6967
|
+
border: 1px solid #fff;
|
|
6968
|
+
box-sizing: content-box;
|
|
6969
|
+
margin-right: 6px;
|
|
6970
|
+
}
|
|
6971
|
+
|
|
6972
|
+
.E_p1lyky6c > :first-child {
|
|
6973
|
+
font-weight: bold;
|
|
6974
|
+
color: white;
|
|
6975
|
+
margin-right: 4px;
|
|
6976
|
+
}
|
|
6977
|
+
|
|
6928
6978
|
.E_skwah65 {
|
|
6929
6979
|
height: 8px;
|
|
6930
6980
|
box-sizing: border-box;
|
|
@@ -7005,64 +7055,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7005
7055
|
gap: 4px;
|
|
7006
7056
|
}
|
|
7007
7057
|
|
|
7008
|
-
.
|
|
7009
|
-
|
|
7010
|
-
width: 100%;
|
|
7011
|
-
}
|
|
7012
|
-
.E_c18bcrac .recharts-wrapper {
|
|
7013
|
-
margin-left: 4px;
|
|
7058
|
+
.E_gmyahx3 {
|
|
7059
|
+
cursor: pointer;
|
|
7014
7060
|
}
|
|
7015
|
-
|
|
7016
|
-
.
|
|
7017
|
-
padding: 4px;
|
|
7061
|
+
.E_gmyahx3 .link-text {
|
|
7062
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7018
7063
|
}
|
|
7019
|
-
.
|
|
7020
|
-
color:
|
|
7064
|
+
.E_gmyahx3:hover .link-text {
|
|
7065
|
+
color: #0080ff;
|
|
7021
7066
|
}
|
|
7022
7067
|
|
|
7023
|
-
.
|
|
7068
|
+
.E_n12mqh7z {
|
|
7024
7069
|
display: flex;
|
|
7025
|
-
justify-content: space-between;
|
|
7026
7070
|
align-items: center;
|
|
7027
|
-
font-size:
|
|
7028
|
-
line-height:
|
|
7029
|
-
color: #cccccc;
|
|
7030
|
-
white-space: nowrap;
|
|
7031
|
-
}
|
|
7032
|
-
.E_c14wcxf0 label {
|
|
7033
|
-
margin-right: 32px;
|
|
7034
|
-
}
|
|
7035
|
-
|
|
7036
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
7037
|
-
font-weight: bold;
|
|
7038
|
-
color: white;
|
|
7071
|
+
font-size: 12px;
|
|
7072
|
+
line-height: 18px;
|
|
7039
7073
|
}
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
width: 8px;
|
|
7043
|
-
height: 8px;
|
|
7044
|
-
border-radius: 2px;
|
|
7045
|
-
display: inline-block;
|
|
7046
|
-
background: var(--s11212zy-0);
|
|
7047
|
-
border: 1px solid #fff;
|
|
7048
|
-
box-sizing: content-box;
|
|
7049
|
-
margin-right: 6px;
|
|
7074
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7075
|
+
margin-bottom: 4px;
|
|
7050
7076
|
}
|
|
7051
7077
|
|
|
7052
|
-
.
|
|
7053
|
-
|
|
7054
|
-
color: white;
|
|
7055
|
-
margin-right: 4px;
|
|
7078
|
+
.E_tf5bynu {
|
|
7079
|
+
margin: 0 3px;
|
|
7056
7080
|
}
|
|
7057
7081
|
|
|
7058
|
-
.
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
.E_gmyahx3 .link-text {
|
|
7062
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7063
|
-
}
|
|
7064
|
-
.E_gmyahx3:hover .link-text {
|
|
7065
|
-
color: #0080ff;
|
|
7082
|
+
.E_tcckoz1 {
|
|
7083
|
+
max-height: 400px;
|
|
7084
|
+
overflow: auto;
|
|
7066
7085
|
}
|
|
7067
7086
|
|
|
7068
7087
|
.E_clm1wy1 {
|
|
@@ -7151,11 +7170,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7151
7170
|
.E_cxhf7dh .dot:not(:last-child) {
|
|
7152
7171
|
margin-right: 2px;
|
|
7153
7172
|
}
|
|
7154
|
-
.E_cxhf7dh .bar {
|
|
7155
|
-
width: 9px;
|
|
7156
|
-
height: 2px;
|
|
7157
|
-
background: #0096ff;
|
|
7158
|
-
border-radius: 2px;
|
|
7173
|
+
.E_cxhf7dh .bar {
|
|
7174
|
+
width: 9px;
|
|
7175
|
+
height: 2px;
|
|
7176
|
+
background: #0096ff;
|
|
7177
|
+
border-radius: 2px;
|
|
7178
|
+
}
|
|
7179
|
+
|
|
7180
|
+
.E_ou7iq30 {
|
|
7181
|
+
overflow: hidden;
|
|
7182
|
+
text-overflow: ellipsis;
|
|
7183
|
+
}
|
|
7184
|
+
|
|
7185
|
+
.E_s1tui002 {
|
|
7186
|
+
white-space: nowrap;
|
|
7187
|
+
}
|
|
7188
|
+
|
|
7189
|
+
.E_mxrc2zg {
|
|
7190
|
+
display: -webkit-box;
|
|
7191
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7192
|
+
-webkit-box-orient: vertical;
|
|
7193
|
+
word-break: break-all;
|
|
7194
|
+
}
|
|
7195
|
+
|
|
7196
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7197
|
+
display: none;
|
|
7198
|
+
}
|
|
7199
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7200
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7201
|
+
border-radius: 4px;
|
|
7202
|
+
}
|
|
7203
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7204
|
+
visibility: hidden;
|
|
7159
7205
|
}
|
|
7160
7206
|
|
|
7161
7207
|
.E_c1up1pdz {
|
|
@@ -7302,25 +7348,6 @@ span.E_tqjc4ui {
|
|
|
7302
7348
|
margin: 0 2px;
|
|
7303
7349
|
}
|
|
7304
7350
|
|
|
7305
|
-
.E_n12mqh7z {
|
|
7306
|
-
display: flex;
|
|
7307
|
-
align-items: center;
|
|
7308
|
-
font-size: 12px;
|
|
7309
|
-
line-height: 18px;
|
|
7310
|
-
}
|
|
7311
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7312
|
-
margin-bottom: 4px;
|
|
7313
|
-
}
|
|
7314
|
-
|
|
7315
|
-
.E_tf5bynu {
|
|
7316
|
-
margin: 0 3px;
|
|
7317
|
-
}
|
|
7318
|
-
|
|
7319
|
-
.E_tcckoz1 {
|
|
7320
|
-
max-height: 400px;
|
|
7321
|
-
overflow: auto;
|
|
7322
|
-
}
|
|
7323
|
-
|
|
7324
7351
|
.E_t1sqg15u {
|
|
7325
7352
|
background: white;
|
|
7326
7353
|
}
|
|
@@ -7411,31 +7438,117 @@ span.E_tqjc4ui {
|
|
|
7411
7438
|
padding-right: 12px;
|
|
7412
7439
|
}
|
|
7413
7440
|
|
|
7414
|
-
.
|
|
7441
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
7442
|
+
background: #edf0f7;
|
|
7443
|
+
padding: 32px 8px;
|
|
7444
|
+
overflow: auto;
|
|
7445
|
+
}
|
|
7446
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
7447
|
+
display: flex;
|
|
7448
|
+
flex-direction: column;
|
|
7449
|
+
justify-content: space-between;
|
|
7450
|
+
}
|
|
7451
|
+
.E_s1at6qmn footer {
|
|
7452
|
+
display: flex;
|
|
7453
|
+
}
|
|
7454
|
+
.E_s1at6qmn .ant-menu {
|
|
7455
|
+
background: #edf0f7;
|
|
7456
|
+
}
|
|
7457
|
+
.E_s1at6qmn .ant-menu a {
|
|
7458
|
+
color: #00122e;
|
|
7459
|
+
width: 180px;
|
|
7415
7460
|
overflow: hidden;
|
|
7416
7461
|
text-overflow: ellipsis;
|
|
7417
7462
|
}
|
|
7463
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
7464
|
+
margin-bottom: 24px;
|
|
7465
|
+
}
|
|
7466
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7467
|
+
margin: 0;
|
|
7468
|
+
}
|
|
7469
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7470
|
+
font-size: 12px;
|
|
7471
|
+
padding: 0 8px 4px;
|
|
7472
|
+
line-height: 18px;
|
|
7473
|
+
}
|
|
7474
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7475
|
+
padding: 0;
|
|
7476
|
+
}
|
|
7477
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7478
|
+
padding-bottom: 24px;
|
|
7479
|
+
}
|
|
7480
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7481
|
+
margin-bottom: 24px;
|
|
7482
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7483
|
+
}
|
|
7484
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7485
|
+
transition: none;
|
|
7486
|
+
display: flex;
|
|
7487
|
+
align-items: center;
|
|
7488
|
+
height: 32px;
|
|
7489
|
+
line-height: 22px;
|
|
7490
|
+
padding: 0 8px;
|
|
7491
|
+
}
|
|
7492
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7493
|
+
margin-right: 12px;
|
|
7494
|
+
}
|
|
7495
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7496
|
+
margin: 0;
|
|
7497
|
+
margin-bottom: 2px;
|
|
7498
|
+
}
|
|
7499
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7500
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7501
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7502
|
+
border-radius: 6px;
|
|
7503
|
+
color: #fff;
|
|
7504
|
+
}
|
|
7505
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7506
|
+
color: #fff;
|
|
7507
|
+
}
|
|
7508
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
7509
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7510
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7511
|
+
border-radius: 6px;
|
|
7512
|
+
}
|
|
7418
7513
|
|
|
7419
|
-
.
|
|
7514
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7420
7515
|
white-space: nowrap;
|
|
7516
|
+
transition: all 0s;
|
|
7421
7517
|
}
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
|
|
7427
|
-
|
|
7518
|
+
.E_s1wu0lms.shrink {
|
|
7519
|
+
transition: all 0s;
|
|
7520
|
+
overflow: hidden;
|
|
7521
|
+
}
|
|
7522
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7523
|
+
visibility: hidden;
|
|
7524
|
+
}
|
|
7525
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7526
|
+
width: 36px;
|
|
7527
|
+
padding: 0 6px;
|
|
7428
7528
|
}
|
|
7429
7529
|
|
|
7430
|
-
.
|
|
7431
|
-
display:
|
|
7530
|
+
.E_n1ugzfva {
|
|
7531
|
+
display: flex;
|
|
7532
|
+
place-items: center;
|
|
7533
|
+
width: 100% !important;
|
|
7432
7534
|
}
|
|
7433
|
-
.
|
|
7434
|
-
|
|
7435
|
-
|
|
7535
|
+
.E_n1ugzfva[disabled] {
|
|
7536
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7537
|
+
opacity: 1 !important;
|
|
7436
7538
|
}
|
|
7437
|
-
.
|
|
7438
|
-
|
|
7539
|
+
.E_n1ugzfva.ant-btn {
|
|
7540
|
+
width: 100%;
|
|
7541
|
+
color: #00122e;
|
|
7542
|
+
}
|
|
7543
|
+
.E_n1ugzfva .icon-wrapper {
|
|
7544
|
+
margin-right: 12px;
|
|
7545
|
+
}
|
|
7546
|
+
.E_n1ugzfva .link-title {
|
|
7547
|
+
flex: 1;
|
|
7548
|
+
overflow: hidden;
|
|
7549
|
+
white-space: nowrap;
|
|
7550
|
+
text-overflow: ellipsis;
|
|
7551
|
+
text-align: left;
|
|
7439
7552
|
}
|
|
7440
7553
|
|
|
7441
7554
|
.E_wg1tsps {
|
|
@@ -7461,6 +7574,30 @@ span.E_tqjc4ui {
|
|
|
7461
7574
|
color: #00122e !important;
|
|
7462
7575
|
}
|
|
7463
7576
|
|
|
7577
|
+
.E_u15heuvq.content {
|
|
7578
|
+
cursor: default !important;
|
|
7579
|
+
}
|
|
7580
|
+
.E_u15heuvq.content.link {
|
|
7581
|
+
cursor: pointer !important;
|
|
7582
|
+
}
|
|
7583
|
+
.E_u15heuvq.content.link:hover {
|
|
7584
|
+
color: #0080FF;
|
|
7585
|
+
}
|
|
7586
|
+
.E_u15heuvq.content.black {
|
|
7587
|
+
color: #00122E;
|
|
7588
|
+
}
|
|
7589
|
+
.E_u15heuvq.content.gray {
|
|
7590
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
7591
|
+
}
|
|
7592
|
+
|
|
7593
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7594
|
+
display: flex;
|
|
7595
|
+
align-items: center;
|
|
7596
|
+
}
|
|
7597
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7598
|
+
margin-right: 8px;
|
|
7599
|
+
}
|
|
7600
|
+
|
|
7464
7601
|
.E_t160l1cm {
|
|
7465
7602
|
display: flex;
|
|
7466
7603
|
flex-direction: column;
|
|
@@ -7664,141 +7801,67 @@ span.E_tqjc4ui {
|
|
|
7664
7801
|
background: transparent;
|
|
7665
7802
|
}
|
|
7666
7803
|
|
|
7667
|
-
.
|
|
7668
|
-
|
|
7669
|
-
padding: 32px 8px;
|
|
7670
|
-
overflow: auto;
|
|
7671
|
-
}
|
|
7672
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
7673
|
-
display: flex;
|
|
7674
|
-
flex-direction: column;
|
|
7675
|
-
justify-content: space-between;
|
|
7676
|
-
}
|
|
7677
|
-
.E_s1at6qmn footer {
|
|
7678
|
-
display: flex;
|
|
7679
|
-
}
|
|
7680
|
-
.E_s1at6qmn .ant-menu {
|
|
7681
|
-
background: #edf0f7;
|
|
7682
|
-
}
|
|
7683
|
-
.E_s1at6qmn .ant-menu a {
|
|
7684
|
-
color: #00122e;
|
|
7685
|
-
width: 180px;
|
|
7686
|
-
overflow: hidden;
|
|
7687
|
-
text-overflow: ellipsis;
|
|
7688
|
-
}
|
|
7689
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
7690
|
-
margin-bottom: 24px;
|
|
7691
|
-
}
|
|
7692
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7693
|
-
margin: 0;
|
|
7694
|
-
}
|
|
7695
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7696
|
-
font-size: 12px;
|
|
7697
|
-
padding: 0 8px 4px;
|
|
7698
|
-
line-height: 18px;
|
|
7699
|
-
}
|
|
7700
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7701
|
-
padding: 0;
|
|
7702
|
-
}
|
|
7703
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7704
|
-
padding-bottom: 24px;
|
|
7705
|
-
}
|
|
7706
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7707
|
-
margin-bottom: 24px;
|
|
7708
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7709
|
-
}
|
|
7710
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7711
|
-
transition: none;
|
|
7712
|
-
display: flex;
|
|
7713
|
-
align-items: center;
|
|
7714
|
-
height: 32px;
|
|
7715
|
-
line-height: 22px;
|
|
7716
|
-
padding: 0 8px;
|
|
7717
|
-
}
|
|
7718
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7719
|
-
margin-right: 12px;
|
|
7720
|
-
}
|
|
7721
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7722
|
-
margin: 0;
|
|
7723
|
-
margin-bottom: 2px;
|
|
7724
|
-
}
|
|
7725
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7726
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7727
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7728
|
-
border-radius: 6px;
|
|
7729
|
-
color: #fff;
|
|
7730
|
-
}
|
|
7731
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7732
|
-
color: #fff;
|
|
7733
|
-
}
|
|
7734
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
7735
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7736
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7737
|
-
border-radius: 6px;
|
|
7738
|
-
}
|
|
7739
|
-
|
|
7740
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7741
|
-
white-space: nowrap;
|
|
7742
|
-
transition: all 0s;
|
|
7743
|
-
}
|
|
7744
|
-
.E_s1wu0lms.shrink {
|
|
7745
|
-
transition: all 0s;
|
|
7746
|
-
overflow: hidden;
|
|
7747
|
-
}
|
|
7748
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7749
|
-
visibility: hidden;
|
|
7750
|
-
}
|
|
7751
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7752
|
-
width: 36px;
|
|
7753
|
-
padding: 0 6px;
|
|
7804
|
+
.E_kr6am0s .ant-modal-body {
|
|
7805
|
+
padding: 60px 128px;
|
|
7754
7806
|
}
|
|
7755
7807
|
|
|
7756
|
-
.
|
|
7808
|
+
.E_k1h3cl5q {
|
|
7757
7809
|
display: flex;
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
-
}
|
|
7761
|
-
.E_n1ugzfva[disabled] {
|
|
7762
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7763
|
-
opacity: 1 !important;
|
|
7810
|
+
flex-direction: column;
|
|
7811
|
+
height: 100%;
|
|
7764
7812
|
}
|
|
7765
|
-
|
|
7766
|
-
|
|
7813
|
+
|
|
7814
|
+
.E_k1a6j97w {
|
|
7767
7815
|
color: #00122e;
|
|
7816
|
+
font-size: 32px !important;
|
|
7817
|
+
margin-bottom: 16px;
|
|
7768
7818
|
}
|
|
7769
|
-
|
|
7770
|
-
|
|
7819
|
+
|
|
7820
|
+
.E_k1uim1fg {
|
|
7821
|
+
margin-bottom: 32px;
|
|
7822
|
+
color: #00122e;
|
|
7771
7823
|
}
|
|
7772
|
-
|
|
7824
|
+
|
|
7825
|
+
.E_kobelzt {
|
|
7826
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
7827
|
+
min-height: 0;
|
|
7773
7828
|
flex: 1;
|
|
7774
|
-
|
|
7775
|
-
|
|
7776
|
-
|
|
7777
|
-
|
|
7829
|
+
padding: 16px;
|
|
7830
|
+
background-color: #2d3a56;
|
|
7831
|
+
color: #fff;
|
|
7832
|
+
overflow: auto;
|
|
7833
|
+
max-width: 100%;
|
|
7834
|
+
min-height: 0;
|
|
7835
|
+
border-radius: 8px;
|
|
7836
|
+
white-space: pre-wrap;
|
|
7778
7837
|
}
|
|
7779
7838
|
|
|
7780
|
-
.
|
|
7839
|
+
.E_kxzv3id {
|
|
7840
|
+
width: 100%;
|
|
7781
7841
|
display: flex;
|
|
7782
|
-
|
|
7783
|
-
|
|
7784
|
-
.E_s1iv0tp1 .enabled-text {
|
|
7785
|
-
margin-right: 8px;
|
|
7842
|
+
justify-content: space-between;
|
|
7843
|
+
padding: 0 128px;
|
|
7786
7844
|
}
|
|
7787
7845
|
|
|
7788
|
-
.
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
7794
|
-
.E_u15heuvq.content.link:hover {
|
|
7795
|
-
color: #0080FF;
|
|
7846
|
+
.E_eld9lt {
|
|
7847
|
+
display: flex;
|
|
7848
|
+
flex-direction: column;
|
|
7849
|
+
justify-content: center;
|
|
7850
|
+
align-items: center;
|
|
7851
|
+
height: 100%;
|
|
7796
7852
|
}
|
|
7797
|
-
|
|
7798
|
-
|
|
7853
|
+
|
|
7854
|
+
.E_e1505fqc {
|
|
7855
|
+
display: flex;
|
|
7856
|
+
flex-direction: column;
|
|
7857
|
+
align-items: center;
|
|
7799
7858
|
}
|
|
7800
|
-
.
|
|
7801
|
-
|
|
7859
|
+
.E_e1505fqc .title {
|
|
7860
|
+
margin-bottom: 8px;
|
|
7861
|
+
background-clip: text;
|
|
7862
|
+
-webkit-background-clip: text;
|
|
7863
|
+
-webkit-text-fill-color: transparent;
|
|
7864
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7802
7865
|
}
|
|
7803
7866
|
|
|
7804
7867
|
.E_cyms3br {
|
|
@@ -7876,12 +7939,6 @@ span.E_tqjc4ui {
|
|
|
7876
7939
|
justify-content: center;
|
|
7877
7940
|
}
|
|
7878
7941
|
|
|
7879
|
-
.E_h1ol2wl7 {
|
|
7880
|
-
font-weight: bold;
|
|
7881
|
-
background-color: unset;
|
|
7882
|
-
padding: unset;
|
|
7883
|
-
}
|
|
7884
|
-
|
|
7885
7942
|
.E_i5w779o {
|
|
7886
7943
|
padding: 8px 0;
|
|
7887
7944
|
}
|
|
@@ -7923,67 +7980,10 @@ span.E_tqjc4ui {
|
|
|
7923
7980
|
color: rgba(0, 21, 64, 0.3);
|
|
7924
7981
|
}
|
|
7925
7982
|
|
|
7926
|
-
.
|
|
7927
|
-
|
|
7928
|
-
|
|
7929
|
-
|
|
7930
|
-
.E_k1h3cl5q {
|
|
7931
|
-
display: flex;
|
|
7932
|
-
flex-direction: column;
|
|
7933
|
-
height: 100%;
|
|
7934
|
-
}
|
|
7935
|
-
|
|
7936
|
-
.E_k1a6j97w {
|
|
7937
|
-
color: #00122e;
|
|
7938
|
-
font-size: 32px !important;
|
|
7939
|
-
margin-bottom: 16px;
|
|
7940
|
-
}
|
|
7941
|
-
|
|
7942
|
-
.E_k1uim1fg {
|
|
7943
|
-
margin-bottom: 32px;
|
|
7944
|
-
color: #00122e;
|
|
7945
|
-
}
|
|
7946
|
-
|
|
7947
|
-
.E_kobelzt {
|
|
7948
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
7949
|
-
min-height: 0;
|
|
7950
|
-
flex: 1;
|
|
7951
|
-
padding: 16px;
|
|
7952
|
-
background-color: #2d3a56;
|
|
7953
|
-
color: #fff;
|
|
7954
|
-
overflow: auto;
|
|
7955
|
-
max-width: 100%;
|
|
7956
|
-
min-height: 0;
|
|
7957
|
-
border-radius: 8px;
|
|
7958
|
-
white-space: pre-wrap;
|
|
7959
|
-
}
|
|
7960
|
-
|
|
7961
|
-
.E_kxzv3id {
|
|
7962
|
-
width: 100%;
|
|
7963
|
-
display: flex;
|
|
7964
|
-
justify-content: space-between;
|
|
7965
|
-
padding: 0 128px;
|
|
7966
|
-
}
|
|
7967
|
-
|
|
7968
|
-
.E_eld9lt {
|
|
7969
|
-
display: flex;
|
|
7970
|
-
flex-direction: column;
|
|
7971
|
-
justify-content: center;
|
|
7972
|
-
align-items: center;
|
|
7973
|
-
height: 100%;
|
|
7974
|
-
}
|
|
7975
|
-
|
|
7976
|
-
.E_e1505fqc {
|
|
7977
|
-
display: flex;
|
|
7978
|
-
flex-direction: column;
|
|
7979
|
-
align-items: center;
|
|
7980
|
-
}
|
|
7981
|
-
.E_e1505fqc .title {
|
|
7982
|
-
margin-bottom: 8px;
|
|
7983
|
-
background-clip: text;
|
|
7984
|
-
-webkit-background-clip: text;
|
|
7985
|
-
-webkit-text-fill-color: transparent;
|
|
7986
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7983
|
+
.E_h1ol2wl7 {
|
|
7984
|
+
font-weight: bold;
|
|
7985
|
+
background-color: unset;
|
|
7986
|
+
padding: unset;
|
|
7987
7987
|
}
|
|
7988
7988
|
|
|
7989
7989
|
.E_l12xdkhl {
|
|
@@ -8010,6 +8010,50 @@ span.E_tqjc4ui {
|
|
|
8010
8010
|
}
|
|
8011
8011
|
}
|
|
8012
8012
|
|
|
8013
|
+
.E_c14ouk5o {
|
|
8014
|
+
width: 100%;
|
|
8015
|
+
height: 100%;
|
|
8016
|
+
display: flex;
|
|
8017
|
+
font-size: 12px;
|
|
8018
|
+
line-height: 18px;
|
|
8019
|
+
padding: 8px 0;
|
|
8020
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8021
|
+
}
|
|
8022
|
+
.E_c14ouk5o:last-of-type {
|
|
8023
|
+
box-shadow: none;
|
|
8024
|
+
padding-bottom: 0;
|
|
8025
|
+
}
|
|
8026
|
+
.E_c14ouk5o.collapsed {
|
|
8027
|
+
flex-direction: column;
|
|
8028
|
+
}
|
|
8029
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8030
|
+
display: flex;
|
|
8031
|
+
}
|
|
8032
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8033
|
+
flex: 1;
|
|
8034
|
+
display: flex;
|
|
8035
|
+
justify-content: space-between;
|
|
8036
|
+
}
|
|
8037
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8038
|
+
height: auto;
|
|
8039
|
+
}
|
|
8040
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
8041
|
+
margin-left: 162px;
|
|
8042
|
+
}
|
|
8043
|
+
.E_c14ouk5o .col-label {
|
|
8044
|
+
width: 216px;
|
|
8045
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8046
|
+
margin-right: 12px;
|
|
8047
|
+
flex-shrink: 0;
|
|
8048
|
+
}
|
|
8049
|
+
.E_c14ouk5o .col-content {
|
|
8050
|
+
color: #2d3a56;
|
|
8051
|
+
/* make btn link in info row have the same height as normal text */
|
|
8052
|
+
}
|
|
8053
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8054
|
+
height: auto;
|
|
8055
|
+
}
|
|
8056
|
+
|
|
8013
8057
|
.E_c1kchka8 {
|
|
8014
8058
|
height: 100%;
|
|
8015
8059
|
width: 100%;
|
|
@@ -8502,6 +8546,15 @@ span.E_tqjc4ui {
|
|
|
8502
8546
|
padding: 0;
|
|
8503
8547
|
}
|
|
8504
8548
|
|
|
8549
|
+
.E_cevhqx7 {
|
|
8550
|
+
color: #00122e;
|
|
8551
|
+
}
|
|
8552
|
+
|
|
8553
|
+
.E_snbqlt4 {
|
|
8554
|
+
margin-top: 8px;
|
|
8555
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8556
|
+
}
|
|
8557
|
+
|
|
8505
8558
|
.E_c1ss4prm {
|
|
8506
8559
|
color: rgba(44, 56, 82, 0.6);
|
|
8507
8560
|
}
|
|
@@ -8551,57 +8604,4 @@ span.E_tqjc4ui {
|
|
|
8551
8604
|
height: 1px;
|
|
8552
8605
|
background: #e4e9f2;
|
|
8553
8606
|
margin: 16px 0;
|
|
8554
|
-
}
|
|
8555
|
-
|
|
8556
|
-
.E_cevhqx7 {
|
|
8557
|
-
color: #00122e;
|
|
8558
|
-
}
|
|
8559
|
-
|
|
8560
|
-
.E_snbqlt4 {
|
|
8561
|
-
margin-top: 8px;
|
|
8562
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8563
|
-
}
|
|
8564
|
-
|
|
8565
|
-
.E_c14ouk5o {
|
|
8566
|
-
width: 100%;
|
|
8567
|
-
height: 100%;
|
|
8568
|
-
display: flex;
|
|
8569
|
-
font-size: 12px;
|
|
8570
|
-
line-height: 18px;
|
|
8571
|
-
padding: 8px 0;
|
|
8572
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8573
|
-
}
|
|
8574
|
-
.E_c14ouk5o:last-of-type {
|
|
8575
|
-
box-shadow: none;
|
|
8576
|
-
padding-bottom: 0;
|
|
8577
|
-
}
|
|
8578
|
-
.E_c14ouk5o.collapsed {
|
|
8579
|
-
flex-direction: column;
|
|
8580
|
-
}
|
|
8581
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8582
|
-
display: flex;
|
|
8583
|
-
}
|
|
8584
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8585
|
-
flex: 1;
|
|
8586
|
-
display: flex;
|
|
8587
|
-
justify-content: space-between;
|
|
8588
|
-
}
|
|
8589
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8590
|
-
height: auto;
|
|
8591
|
-
}
|
|
8592
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
8593
|
-
margin-left: 162px;
|
|
8594
|
-
}
|
|
8595
|
-
.E_c14ouk5o .col-label {
|
|
8596
|
-
width: 216px;
|
|
8597
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8598
|
-
margin-right: 12px;
|
|
8599
|
-
flex-shrink: 0;
|
|
8600
|
-
}
|
|
8601
|
-
.E_c14ouk5o .col-content {
|
|
8602
|
-
color: #2d3a56;
|
|
8603
|
-
/* make btn link in info row have the same height as normal text */
|
|
8604
|
-
}
|
|
8605
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8606
|
-
height: auto;
|
|
8607
8607
|
}
|