@cloudtower/eagle 490.0.13 → 4100.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Typo/index.js +106 -54
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1935 -1916
- package/dist/esm/core/Typo/index.js +106 -55
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2676 -2661
- package/dist/src/core/Typo/index.d.ts +50 -0
- package/dist/style.css +1935 -1916
- package/docs/llms.txt +2 -1
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1168,6 +1168,140 @@ html body {
|
|
|
1168
1168
|
color: #005ed1;
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
|
+
.E_b1nip9bk {
|
|
1172
|
+
padding: 4px 11px;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
.E_bqamoqe {
|
|
1176
|
+
white-space: nowrap;
|
|
1177
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1178
|
+
}
|
|
1179
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1180
|
+
--color: #0080ff;
|
|
1181
|
+
}
|
|
1182
|
+
.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] {
|
|
1183
|
+
--color: #0080ff;
|
|
1184
|
+
}
|
|
1185
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1186
|
+
margin-left: 1px;
|
|
1187
|
+
}
|
|
1188
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1189
|
+
border-top-right-radius: 0;
|
|
1190
|
+
border-bottom-right-radius: 0;
|
|
1191
|
+
}
|
|
1192
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1193
|
+
border-top-left-radius: 0;
|
|
1194
|
+
border-bottom-left-radius: 0;
|
|
1195
|
+
}
|
|
1196
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1197
|
+
border-radius: unset;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.E_c1uzzomf {
|
|
1201
|
+
margin-bottom: 16px;
|
|
1202
|
+
}
|
|
1203
|
+
.E_c1uzzomf .card-title {
|
|
1204
|
+
font-size: 16px;
|
|
1205
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1206
|
+
font-weight: 700;
|
|
1207
|
+
line-height: 32px;
|
|
1208
|
+
}
|
|
1209
|
+
.E_c1uzzomf .card-body {
|
|
1210
|
+
padding: 24px;
|
|
1211
|
+
border-radius: 8px;
|
|
1212
|
+
background: #fff;
|
|
1213
|
+
}
|
|
1214
|
+
.E_c1uzzomf .empty {
|
|
1215
|
+
font-weight: 700;
|
|
1216
|
+
font-size: 14px;
|
|
1217
|
+
line-height: 22px;
|
|
1218
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1219
|
+
text-align: center;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.E_d1bw7c5z {
|
|
1223
|
+
position: relative;
|
|
1224
|
+
max-width: 388px;
|
|
1225
|
+
min-width: 285px;
|
|
1226
|
+
}
|
|
1227
|
+
.E_d1bw7c5z .center {
|
|
1228
|
+
position: absolute;
|
|
1229
|
+
font-size: 12px;
|
|
1230
|
+
width: 80px;
|
|
1231
|
+
height: 100px;
|
|
1232
|
+
top: 0;
|
|
1233
|
+
left: 35px;
|
|
1234
|
+
display: flex;
|
|
1235
|
+
flex-direction: column;
|
|
1236
|
+
justify-content: center;
|
|
1237
|
+
align-items: center;
|
|
1238
|
+
color: #00122e;
|
|
1239
|
+
}
|
|
1240
|
+
.E_d1bw7c5z .center .number {
|
|
1241
|
+
font-size: 24px;
|
|
1242
|
+
font-weight: 700;
|
|
1243
|
+
}
|
|
1244
|
+
.E_d1bw7c5z .center .text {
|
|
1245
|
+
padding: 0 5px;
|
|
1246
|
+
font-size: 12px;
|
|
1247
|
+
width: inherit;
|
|
1248
|
+
text-align: center;
|
|
1249
|
+
}
|
|
1250
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
1251
|
+
display: flex;
|
|
1252
|
+
}
|
|
1253
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1254
|
+
position: relative !important;
|
|
1255
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1256
|
+
left: 0 !important;
|
|
1257
|
+
bottom: 0 !important;
|
|
1258
|
+
display: flex;
|
|
1259
|
+
align-items: center;
|
|
1260
|
+
}
|
|
1261
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1262
|
+
width: 100%;
|
|
1263
|
+
}
|
|
1264
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1265
|
+
width: 100%;
|
|
1266
|
+
margin-right: 0 !important;
|
|
1267
|
+
line-height: 18px;
|
|
1268
|
+
}
|
|
1269
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1270
|
+
border-radius: 2px;
|
|
1271
|
+
}
|
|
1272
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1273
|
+
min-width: 75px;
|
|
1274
|
+
max-width: 198px;
|
|
1275
|
+
width: calc(100% - 20px);
|
|
1276
|
+
margin-left: 2px;
|
|
1277
|
+
color: #00122e !important;
|
|
1278
|
+
display: inline-flex;
|
|
1279
|
+
justify-content: space-between;
|
|
1280
|
+
}
|
|
1281
|
+
.E_d1bw7c5z .tooltip-text {
|
|
1282
|
+
maxwidth: calc(100% - 12px);
|
|
1283
|
+
cursor: pointer;
|
|
1284
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1285
|
+
overflow: hidden;
|
|
1286
|
+
text-overflow: ellipsis;
|
|
1287
|
+
white-space: nowrap;
|
|
1288
|
+
}
|
|
1289
|
+
.E_d1bw7c5z .value {
|
|
1290
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.E_t10pqbtc {
|
|
1294
|
+
width: 140px;
|
|
1295
|
+
}
|
|
1296
|
+
.E_t10pqbtc .item {
|
|
1297
|
+
margin: 6px auto;
|
|
1298
|
+
display: flex;
|
|
1299
|
+
justify-content: space-between;
|
|
1300
|
+
}
|
|
1301
|
+
.E_t10pqbtc .item .name {
|
|
1302
|
+
width: 102px;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1171
1305
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1172
1306
|
justify-content: center;
|
|
1173
1307
|
}
|
|
@@ -1431,191 +1565,121 @@ html body {
|
|
|
1431
1565
|
justify-content: center;
|
|
1432
1566
|
}
|
|
1433
1567
|
|
|
1434
|
-
.
|
|
1435
|
-
padding: 4px
|
|
1568
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1569
|
+
padding: 4px 8px 0 8px;
|
|
1570
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1571
|
+
font-size: 12px;
|
|
1572
|
+
}
|
|
1573
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1574
|
+
padding-bottom: 6px;
|
|
1575
|
+
}
|
|
1576
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1577
|
+
padding-top: 4px;
|
|
1578
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1436
1579
|
}
|
|
1437
1580
|
|
|
1438
|
-
.
|
|
1439
|
-
|
|
1440
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1581
|
+
.E_c1yyuluq {
|
|
1582
|
+
border-radius: 8px;
|
|
1441
1583
|
}
|
|
1442
|
-
.
|
|
1443
|
-
|
|
1584
|
+
.E_c1yyuluq .ant-card-body {
|
|
1585
|
+
padding: 20px 24px 24px 24px;
|
|
1444
1586
|
}
|
|
1445
|
-
|
|
1446
|
-
|
|
1587
|
+
|
|
1588
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1589
|
+
border: 0px;
|
|
1590
|
+
background-color: #fff;
|
|
1447
1591
|
}
|
|
1448
|
-
.
|
|
1449
|
-
|
|
1592
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1593
|
+
padding-top: 0px;
|
|
1594
|
+
padding-bottom: 0px;
|
|
1595
|
+
padding-left: 0px !important;
|
|
1596
|
+
padding-right: 24px;
|
|
1450
1597
|
}
|
|
1451
|
-
.
|
|
1452
|
-
|
|
1453
|
-
border-bottom-right-radius: 0;
|
|
1598
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1599
|
+
right: 0px;
|
|
1454
1600
|
}
|
|
1455
|
-
.
|
|
1456
|
-
|
|
1457
|
-
border-bottom-left-radius: 0;
|
|
1601
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1602
|
+
padding: 0px;
|
|
1458
1603
|
}
|
|
1459
|
-
|
|
1460
|
-
|
|
1604
|
+
|
|
1605
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1606
|
+
padding-right: 0px;
|
|
1607
|
+
cursor: default;
|
|
1461
1608
|
}
|
|
1462
1609
|
|
|
1463
|
-
.
|
|
1464
|
-
|
|
1465
|
-
max-width: 388px;
|
|
1466
|
-
min-width: 285px;
|
|
1610
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1611
|
+
line-height: 18px;
|
|
1467
1612
|
}
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
font-size: 12px;
|
|
1471
|
-
width: 80px;
|
|
1472
|
-
height: 100px;
|
|
1473
|
-
top: 0;
|
|
1474
|
-
left: 35px;
|
|
1613
|
+
|
|
1614
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1475
1615
|
display: flex;
|
|
1476
|
-
flex-direction: column;
|
|
1477
|
-
justify-content: center;
|
|
1478
|
-
align-items: center;
|
|
1479
|
-
color: #00122e;
|
|
1480
1616
|
}
|
|
1481
|
-
.
|
|
1482
|
-
|
|
1483
|
-
|
|
1617
|
+
.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 {
|
|
1618
|
+
border-bottom-left-radius: 5px;
|
|
1619
|
+
border-top-left-radius: 5px;
|
|
1484
1620
|
}
|
|
1485
|
-
.
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
width: inherit;
|
|
1489
|
-
text-align: center;
|
|
1621
|
+
.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 {
|
|
1622
|
+
border-bottom-right-radius: 5px;
|
|
1623
|
+
border-top-right-radius: 5px;
|
|
1490
1624
|
}
|
|
1491
|
-
|
|
1625
|
+
|
|
1626
|
+
.E_phljevk {
|
|
1492
1627
|
display: flex;
|
|
1628
|
+
justify-content: space-between;
|
|
1629
|
+
align-items: center;
|
|
1630
|
+
padding: 10px 0;
|
|
1631
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1632
|
+
font-size: 12px;
|
|
1633
|
+
line-height: 24px;
|
|
1493
1634
|
}
|
|
1494
|
-
.
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
bottom: 0 !important;
|
|
1635
|
+
.E_phljevk .pagination-left {
|
|
1636
|
+
padding: 2px 8px;
|
|
1637
|
+
}
|
|
1638
|
+
.E_phljevk .dropdown-trigger {
|
|
1499
1639
|
display: flex;
|
|
1500
1640
|
align-items: center;
|
|
1641
|
+
border-radius: 6px;
|
|
1642
|
+
cursor: pointer;
|
|
1643
|
+
transition: all 0.3s ease;
|
|
1501
1644
|
}
|
|
1502
|
-
.
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1506
|
-
width: 100%;
|
|
1507
|
-
margin-right: 0 !important;
|
|
1508
|
-
line-height: 18px;
|
|
1645
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1646
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1647
|
+
color: #0080ff;
|
|
1509
1648
|
}
|
|
1510
|
-
.
|
|
1511
|
-
|
|
1649
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1650
|
+
margin-left: 4px;
|
|
1512
1651
|
}
|
|
1513
|
-
.
|
|
1514
|
-
min-width: 75px;
|
|
1515
|
-
max-width: 198px;
|
|
1516
|
-
width: calc(100% - 20px);
|
|
1517
|
-
margin-left: 2px;
|
|
1518
|
-
color: #00122e !important;
|
|
1519
|
-
display: inline-flex;
|
|
1520
|
-
justify-content: space-between;
|
|
1521
|
-
}
|
|
1522
|
-
.E_d1bw7c5z .tooltip-text {
|
|
1523
|
-
maxwidth: calc(100% - 12px);
|
|
1524
|
-
cursor: pointer;
|
|
1525
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1526
|
-
overflow: hidden;
|
|
1527
|
-
text-overflow: ellipsis;
|
|
1528
|
-
white-space: nowrap;
|
|
1529
|
-
}
|
|
1530
|
-
.E_d1bw7c5z .value {
|
|
1531
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
.E_t10pqbtc {
|
|
1535
|
-
width: 140px;
|
|
1536
|
-
}
|
|
1537
|
-
.E_t10pqbtc .item {
|
|
1538
|
-
margin: 6px auto;
|
|
1652
|
+
.E_phljevk .pagination-right {
|
|
1539
1653
|
display: flex;
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
width: 102px;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
.E_c1uzzomf {
|
|
1547
|
-
margin-bottom: 16px;
|
|
1548
|
-
}
|
|
1549
|
-
.E_c1uzzomf .card-title {
|
|
1550
|
-
font-size: 16px;
|
|
1551
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1552
|
-
font-weight: 700;
|
|
1553
|
-
line-height: 32px;
|
|
1554
|
-
}
|
|
1555
|
-
.E_c1uzzomf .card-body {
|
|
1556
|
-
padding: 24px;
|
|
1557
|
-
border-radius: 8px;
|
|
1558
|
-
background: #fff;
|
|
1559
|
-
}
|
|
1560
|
-
.E_c1uzzomf .empty {
|
|
1561
|
-
font-weight: 700;
|
|
1562
|
-
font-size: 14px;
|
|
1563
|
-
line-height: 22px;
|
|
1564
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1565
|
-
text-align: center;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1569
|
-
padding: 4px 8px 0 8px;
|
|
1570
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1571
|
-
font-size: 12px;
|
|
1572
|
-
}
|
|
1573
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1574
|
-
padding-bottom: 6px;
|
|
1575
|
-
}
|
|
1576
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1577
|
-
padding-top: 4px;
|
|
1578
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1654
|
+
align-items: center;
|
|
1655
|
+
color: #0080ff;
|
|
1656
|
+
font-weight: bold;
|
|
1579
1657
|
}
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
border: 0px;
|
|
1583
|
-
background-color: #fff;
|
|
1658
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
1659
|
+
margin-left: 4px;
|
|
1584
1660
|
}
|
|
1585
|
-
.
|
|
1586
|
-
|
|
1587
|
-
padding
|
|
1588
|
-
padding-left: 0px !important;
|
|
1589
|
-
padding-right: 24px;
|
|
1661
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
1662
|
+
.E_phljevk .pagination-right .next-btn {
|
|
1663
|
+
padding: 0 8px;
|
|
1590
1664
|
}
|
|
1591
|
-
.
|
|
1592
|
-
|
|
1665
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
1666
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
1667
|
+
color: #0080ff;
|
|
1593
1668
|
}
|
|
1594
|
-
.
|
|
1595
|
-
|
|
1669
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1670
|
+
transform: rotate(180deg);
|
|
1596
1671
|
}
|
|
1597
1672
|
|
|
1598
|
-
.
|
|
1599
|
-
|
|
1600
|
-
|
|
1673
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1674
|
+
max-height: calc(100vh - 128px);
|
|
1675
|
+
overflow-y: auto;
|
|
1601
1676
|
}
|
|
1602
|
-
|
|
1603
|
-
|
|
1677
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1678
|
+
padding: 4px 20px;
|
|
1679
|
+
font-size: 12px;
|
|
1604
1680
|
line-height: 18px;
|
|
1605
1681
|
}
|
|
1606
1682
|
|
|
1607
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1608
|
-
display: flex;
|
|
1609
|
-
}
|
|
1610
|
-
.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 {
|
|
1611
|
-
border-bottom-left-radius: 5px;
|
|
1612
|
-
border-top-left-radius: 5px;
|
|
1613
|
-
}
|
|
1614
|
-
.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 {
|
|
1615
|
-
border-bottom-right-radius: 5px;
|
|
1616
|
-
border-top-right-radius: 5px;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
1683
|
.E_rapgekc.ant-radio-wrapper {
|
|
1620
1684
|
display: inline-flex;
|
|
1621
1685
|
align-items: baseline;
|
|
@@ -1762,132 +1826,105 @@ html body {
|
|
|
1762
1826
|
width: 36px;
|
|
1763
1827
|
}
|
|
1764
1828
|
|
|
1765
|
-
.
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
padding: 20px 24px 24px 24px;
|
|
1829
|
+
.E_ivqqkzv {
|
|
1830
|
+
height: 24px;
|
|
1831
|
+
width: 56px !important;
|
|
1832
|
+
margin-right: 4px;
|
|
1770
1833
|
}
|
|
1771
1834
|
|
|
1772
|
-
.
|
|
1773
|
-
display: flex;
|
|
1774
|
-
justify-content: space-between;
|
|
1775
|
-
align-items: center;
|
|
1776
|
-
padding: 10px 0;
|
|
1835
|
+
.E_c1wk4q29 {
|
|
1777
1836
|
color: rgba(44, 56, 82, 0.6);
|
|
1778
|
-
font-size: 12px;
|
|
1779
|
-
line-height: 24px;
|
|
1780
1837
|
}
|
|
1781
|
-
|
|
1782
|
-
|
|
1838
|
+
|
|
1839
|
+
.E_s1dni7lo {
|
|
1840
|
+
width: 430px !important;
|
|
1783
1841
|
}
|
|
1784
|
-
|
|
1842
|
+
|
|
1843
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
1844
|
+
padding: 8px 16px;
|
|
1845
|
+
line-height: 18px;
|
|
1846
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1847
|
+
height: 34px;
|
|
1848
|
+
min-height: 34px;
|
|
1849
|
+
box-sizing: border-box;
|
|
1850
|
+
margin-top: 8px;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.E_o1ugr09p {
|
|
1785
1854
|
display: flex;
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1855
|
+
flex-direction: column;
|
|
1856
|
+
margin: 1px 8px;
|
|
1857
|
+
padding: 8px;
|
|
1858
|
+
border-radius: 4px;
|
|
1790
1859
|
}
|
|
1791
|
-
.
|
|
1792
|
-
|
|
1793
|
-
color: #0080ff;
|
|
1860
|
+
.E_o1ugr09p .selected-icon {
|
|
1861
|
+
display: none;
|
|
1794
1862
|
}
|
|
1795
|
-
.
|
|
1796
|
-
|
|
1863
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
1864
|
+
padding-left: 8px;
|
|
1797
1865
|
}
|
|
1798
|
-
.
|
|
1799
|
-
|
|
1800
|
-
|
|
1866
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
1867
|
+
background-color: white;
|
|
1868
|
+
}
|
|
1869
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
1801
1870
|
color: #0080ff;
|
|
1802
|
-
font-weight: bold;
|
|
1803
1871
|
}
|
|
1804
|
-
.
|
|
1805
|
-
|
|
1872
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
1873
|
+
display: block;
|
|
1806
1874
|
}
|
|
1807
|
-
.
|
|
1808
|
-
|
|
1809
|
-
padding: 0 8px;
|
|
1875
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
1876
|
+
background: rgba(0, 136, 255, 0.16);
|
|
1810
1877
|
}
|
|
1811
|
-
.
|
|
1812
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
1878
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
1813
1879
|
color: #0080ff;
|
|
1814
1880
|
}
|
|
1815
|
-
.
|
|
1816
|
-
|
|
1881
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
1882
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1883
|
+
color: #0080ff;
|
|
1817
1884
|
}
|
|
1818
1885
|
|
|
1819
|
-
.
|
|
1820
|
-
|
|
1821
|
-
|
|
1886
|
+
.E_o1ifxsq4 {
|
|
1887
|
+
display: flex;
|
|
1888
|
+
justify-content: space-between;
|
|
1889
|
+
height: 20px;
|
|
1890
|
+
line-height: 20px;
|
|
1822
1891
|
}
|
|
1823
|
-
.
|
|
1824
|
-
|
|
1825
|
-
|
|
1892
|
+
.E_o1ifxsq4 .timezone-title {
|
|
1893
|
+
color: #2d3a56;
|
|
1894
|
+
overflow: hidden;
|
|
1895
|
+
text-overflow: ellipsis;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
.E_o1zue7 {
|
|
1899
|
+
display: flex;
|
|
1900
|
+
justify-content: space-between;
|
|
1901
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1902
|
+
height: 18px;
|
|
1826
1903
|
line-height: 18px;
|
|
1904
|
+
margin-top: 2px;
|
|
1827
1905
|
}
|
|
1828
1906
|
|
|
1829
|
-
.
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1907
|
+
.E_tyfmlxg {
|
|
1908
|
+
border: none;
|
|
1909
|
+
margin-right: 0;
|
|
1910
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1833
1911
|
}
|
|
1834
1912
|
|
|
1835
|
-
.
|
|
1836
|
-
|
|
1913
|
+
.E_o18uybox {
|
|
1914
|
+
pointer-events: none;
|
|
1915
|
+
height: 32px;
|
|
1916
|
+
width: 100%;
|
|
1917
|
+
opacity: 0;
|
|
1837
1918
|
}
|
|
1838
1919
|
|
|
1839
|
-
.
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
width: 14px;
|
|
1843
|
-
border-radius: 50%;
|
|
1844
|
-
flex-shrink: 0;
|
|
1845
|
-
display: flex;
|
|
1846
|
-
align-items: center;
|
|
1847
|
-
justify-content: center;
|
|
1848
|
-
border: 1px solid var(--color);
|
|
1920
|
+
.E_s1sck0th {
|
|
1921
|
+
padding: 0 8px;
|
|
1922
|
+
border-radius: 4px;
|
|
1849
1923
|
}
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
border-radius: 50%;
|
|
1855
|
-
overflow: hidden;
|
|
1856
|
-
}
|
|
1857
|
-
.E_c1bus5hc .circle-content {
|
|
1858
|
-
position: absolute;
|
|
1859
|
-
height: 100%;
|
|
1860
|
-
width: 100%;
|
|
1861
|
-
left: 0;
|
|
1862
|
-
top: 0;
|
|
1863
|
-
border-radius: 50%;
|
|
1864
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1865
|
-
transform: rotate(180deg);
|
|
1866
|
-
}
|
|
1867
|
-
.E_c1bus5hc .circle-child {
|
|
1868
|
-
position: absolute;
|
|
1869
|
-
height: 100%;
|
|
1870
|
-
width: 100%;
|
|
1871
|
-
left: 0;
|
|
1872
|
-
top: 0;
|
|
1873
|
-
margin-left: 50%;
|
|
1874
|
-
transform-origin: left;
|
|
1875
|
-
background: white;
|
|
1876
|
-
transform: rotate(0deg);
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.E_tju3gfj .date {
|
|
1880
|
-
margin-right: 4px;
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
|
-
.E_s1sck0th {
|
|
1884
|
-
padding: 0 8px;
|
|
1885
|
-
border-radius: 4px;
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
|
-
.E_m855nr1 {
|
|
1889
|
-
padding: 2px 8px;
|
|
1890
|
-
border-radius: 3px;
|
|
1924
|
+
|
|
1925
|
+
.E_m855nr1 {
|
|
1926
|
+
padding: 2px 8px;
|
|
1927
|
+
border-radius: 3px;
|
|
1891
1928
|
}
|
|
1892
1929
|
|
|
1893
1930
|
.E_l1270xpg {
|
|
@@ -1962,8 +1999,48 @@ html body {
|
|
|
1962
1999
|
background-color: #7E41FF;
|
|
1963
2000
|
}
|
|
1964
2001
|
|
|
1965
|
-
.
|
|
1966
|
-
|
|
2002
|
+
.E_c1bus5hc {
|
|
2003
|
+
--color: white;
|
|
2004
|
+
height: 14px;
|
|
2005
|
+
width: 14px;
|
|
2006
|
+
border-radius: 50%;
|
|
2007
|
+
flex-shrink: 0;
|
|
2008
|
+
display: flex;
|
|
2009
|
+
align-items: center;
|
|
2010
|
+
justify-content: center;
|
|
2011
|
+
border: 1px solid var(--color);
|
|
2012
|
+
}
|
|
2013
|
+
.E_c1bus5hc .circle-inner {
|
|
2014
|
+
position: relative;
|
|
2015
|
+
height: 10px;
|
|
2016
|
+
width: 10px;
|
|
2017
|
+
border-radius: 50%;
|
|
2018
|
+
overflow: hidden;
|
|
2019
|
+
}
|
|
2020
|
+
.E_c1bus5hc .circle-content {
|
|
2021
|
+
position: absolute;
|
|
2022
|
+
height: 100%;
|
|
2023
|
+
width: 100%;
|
|
2024
|
+
left: 0;
|
|
2025
|
+
top: 0;
|
|
2026
|
+
border-radius: 50%;
|
|
2027
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2028
|
+
transform: rotate(180deg);
|
|
2029
|
+
}
|
|
2030
|
+
.E_c1bus5hc .circle-child {
|
|
2031
|
+
position: absolute;
|
|
2032
|
+
height: 100%;
|
|
2033
|
+
width: 100%;
|
|
2034
|
+
left: 0;
|
|
2035
|
+
top: 0;
|
|
2036
|
+
margin-left: 50%;
|
|
2037
|
+
transform-origin: left;
|
|
2038
|
+
background: white;
|
|
2039
|
+
transform: rotate(0deg);
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
.E_tju3gfj .date {
|
|
2043
|
+
margin-right: 4px;
|
|
1967
2044
|
}
|
|
1968
2045
|
|
|
1969
2046
|
.E_s1dizucg.ant-switch {
|
|
@@ -2021,6 +2098,10 @@ html body {
|
|
|
2021
2098
|
margin-left: 5px;
|
|
2022
2099
|
}
|
|
2023
2100
|
|
|
2101
|
+
.E_iq1gosr {
|
|
2102
|
+
display: inline-block;
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2024
2105
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2025
2106
|
display: none;
|
|
2026
2107
|
}
|
|
@@ -2032,87 +2113,6 @@ html body {
|
|
|
2032
2113
|
visibility: hidden;
|
|
2033
2114
|
}
|
|
2034
2115
|
|
|
2035
|
-
.E_s1dni7lo {
|
|
2036
|
-
width: 430px !important;
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
2040
|
-
padding: 8px 16px;
|
|
2041
|
-
line-height: 18px;
|
|
2042
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2043
|
-
height: 34px;
|
|
2044
|
-
min-height: 34px;
|
|
2045
|
-
box-sizing: border-box;
|
|
2046
|
-
margin-top: 8px;
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
.E_o1ugr09p {
|
|
2050
|
-
display: flex;
|
|
2051
|
-
flex-direction: column;
|
|
2052
|
-
margin: 1px 8px;
|
|
2053
|
-
padding: 8px;
|
|
2054
|
-
border-radius: 4px;
|
|
2055
|
-
}
|
|
2056
|
-
.E_o1ugr09p .selected-icon {
|
|
2057
|
-
display: none;
|
|
2058
|
-
}
|
|
2059
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2060
|
-
padding-left: 8px;
|
|
2061
|
-
}
|
|
2062
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2063
|
-
background-color: white;
|
|
2064
|
-
}
|
|
2065
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2066
|
-
color: #0080ff;
|
|
2067
|
-
}
|
|
2068
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2069
|
-
display: block;
|
|
2070
|
-
}
|
|
2071
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
2072
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2073
|
-
}
|
|
2074
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2075
|
-
color: #0080ff;
|
|
2076
|
-
}
|
|
2077
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2078
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2079
|
-
color: #0080ff;
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
|
-
.E_o1ifxsq4 {
|
|
2083
|
-
display: flex;
|
|
2084
|
-
justify-content: space-between;
|
|
2085
|
-
height: 20px;
|
|
2086
|
-
line-height: 20px;
|
|
2087
|
-
}
|
|
2088
|
-
.E_o1ifxsq4 .timezone-title {
|
|
2089
|
-
color: #2d3a56;
|
|
2090
|
-
overflow: hidden;
|
|
2091
|
-
text-overflow: ellipsis;
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
.E_o1zue7 {
|
|
2095
|
-
display: flex;
|
|
2096
|
-
justify-content: space-between;
|
|
2097
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2098
|
-
height: 18px;
|
|
2099
|
-
line-height: 18px;
|
|
2100
|
-
margin-top: 2px;
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
.E_tyfmlxg {
|
|
2104
|
-
border: none;
|
|
2105
|
-
margin-right: 0;
|
|
2106
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2107
|
-
}
|
|
2108
|
-
|
|
2109
|
-
.E_o18uybox {
|
|
2110
|
-
pointer-events: none;
|
|
2111
|
-
height: 32px;
|
|
2112
|
-
width: 100%;
|
|
2113
|
-
opacity: 0;
|
|
2114
|
-
}
|
|
2115
|
-
|
|
2116
2116
|
.E_fzh9mnb {
|
|
2117
2117
|
width: 100%;
|
|
2118
2118
|
height: 100%;
|
|
@@ -2128,24 +2128,6 @@ html body {
|
|
|
2128
2128
|
font-size: 18px;
|
|
2129
2129
|
}
|
|
2130
2130
|
|
|
2131
|
-
.E_iouxfgt {
|
|
2132
|
-
display: inline-flex;
|
|
2133
|
-
align-items: center;
|
|
2134
|
-
}
|
|
2135
|
-
.E_iouxfgt .icon-inner {
|
|
2136
|
-
display: inline-flex;
|
|
2137
|
-
align-items: center;
|
|
2138
|
-
justify-content: center;
|
|
2139
|
-
}
|
|
2140
|
-
.E_iouxfgt .icon-inner + span,
|
|
2141
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2142
|
-
margin-left: 4px;
|
|
2143
|
-
}
|
|
2144
|
-
.E_iouxfgt.is-rotate img,
|
|
2145
|
-
.E_iouxfgt.is-rotate svg {
|
|
2146
|
-
animation: rotate 680ms linear infinite;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
2131
|
.E_f7pxqmh {
|
|
2150
2132
|
width: 100%;
|
|
2151
2133
|
margin-bottom: 0 !important;
|
|
@@ -2180,6 +2162,44 @@ html body {
|
|
|
2180
2162
|
min-height: 0px;
|
|
2181
2163
|
}
|
|
2182
2164
|
|
|
2165
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2166
|
+
display: var(--a1wfy30z-0);
|
|
2167
|
+
}
|
|
2168
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2169
|
+
padding: 4px 11px;
|
|
2170
|
+
display: inline-flex;
|
|
2171
|
+
line-height: 1.5715;
|
|
2172
|
+
height: inherit;
|
|
2173
|
+
}
|
|
2174
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2175
|
+
content: var(--a1wfy30z-1);
|
|
2176
|
+
display: var(--a1wfy30z-2);
|
|
2177
|
+
flex: none;
|
|
2178
|
+
align-items: center;
|
|
2179
|
+
margin-left: 4px;
|
|
2180
|
+
}
|
|
2181
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2182
|
+
content: var(--a1wfy30z-3);
|
|
2183
|
+
display: var(--a1wfy30z-4);
|
|
2184
|
+
flex: none;
|
|
2185
|
+
align-items: center;
|
|
2186
|
+
margin-right: 4px;
|
|
2187
|
+
cursor: auto;
|
|
2188
|
+
}
|
|
2189
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2190
|
+
padding: 0;
|
|
2191
|
+
margin: 0;
|
|
2192
|
+
height: auto;
|
|
2193
|
+
font-size: inherit;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2197
|
+
margin-left: 8px;
|
|
2198
|
+
}
|
|
2199
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2200
|
+
padding: 2px 7px 2px 12px;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2183
2203
|
.E_i1inqkme {
|
|
2184
2204
|
height: 18px;
|
|
2185
2205
|
line-height: 18px;
|
|
@@ -2193,6 +2213,24 @@ html body {
|
|
|
2193
2213
|
margin-right: 4px;
|
|
2194
2214
|
}
|
|
2195
2215
|
|
|
2216
|
+
.E_iouxfgt {
|
|
2217
|
+
display: inline-flex;
|
|
2218
|
+
align-items: center;
|
|
2219
|
+
}
|
|
2220
|
+
.E_iouxfgt .icon-inner {
|
|
2221
|
+
display: inline-flex;
|
|
2222
|
+
align-items: center;
|
|
2223
|
+
justify-content: center;
|
|
2224
|
+
}
|
|
2225
|
+
.E_iouxfgt .icon-inner + span,
|
|
2226
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2227
|
+
margin-left: 4px;
|
|
2228
|
+
}
|
|
2229
|
+
.E_iouxfgt.is-rotate img,
|
|
2230
|
+
.E_iouxfgt.is-rotate svg {
|
|
2231
|
+
animation: rotate 680ms linear infinite;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2196
2234
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2197
2235
|
display: var(--ai7qkf2-0);
|
|
2198
2236
|
}
|
|
@@ -2253,81 +2291,13 @@ html body {
|
|
|
2253
2291
|
padding: 2px 8px;
|
|
2254
2292
|
}
|
|
2255
2293
|
|
|
2256
|
-
.
|
|
2257
|
-
display:
|
|
2258
|
-
}
|
|
2259
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2260
|
-
padding: 4px 11px;
|
|
2261
|
-
display: inline-flex;
|
|
2262
|
-
line-height: 1.5715;
|
|
2263
|
-
height: inherit;
|
|
2294
|
+
.E_owd0kml {
|
|
2295
|
+
display: inline-block;
|
|
2264
2296
|
}
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
align-items: center;
|
|
2270
|
-
margin-left: 4px;
|
|
2271
|
-
}
|
|
2272
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2273
|
-
content: var(--a1wfy30z-3);
|
|
2274
|
-
display: var(--a1wfy30z-4);
|
|
2275
|
-
flex: none;
|
|
2276
|
-
align-items: center;
|
|
2277
|
-
margin-right: 4px;
|
|
2278
|
-
cursor: auto;
|
|
2279
|
-
}
|
|
2280
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2281
|
-
padding: 0;
|
|
2282
|
-
margin: 0;
|
|
2283
|
-
height: auto;
|
|
2284
|
-
font-size: inherit;
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2288
|
-
margin-left: 8px;
|
|
2289
|
-
}
|
|
2290
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2291
|
-
padding: 2px 7px 2px 12px;
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
.E_owd0kml {
|
|
2295
|
-
display: inline-block;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
.E_h1jsgezc {
|
|
2299
|
-
visibility: hidden;
|
|
2300
|
-
position: absolute;
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
2304
|
-
display: inline-flex;
|
|
2305
|
-
align-items: center;
|
|
2306
|
-
justify-content: center;
|
|
2307
|
-
color: #fff;
|
|
2308
|
-
font-weight: bold;
|
|
2309
|
-
font-size: 12px;
|
|
2310
|
-
width: 24px;
|
|
2311
|
-
height: 24px;
|
|
2312
|
-
border-radius: 50%;
|
|
2313
|
-
background: var(--a1b5xrg3-0);
|
|
2314
|
-
}
|
|
2315
|
-
.E_a1b5xrg3.btn-item {
|
|
2316
|
-
transition: all 160ms ease;
|
|
2317
|
-
cursor: pointer;
|
|
2318
|
-
width: 56px;
|
|
2319
|
-
height: 40px;
|
|
2320
|
-
display: inline-flex;
|
|
2321
|
-
align-items: center;
|
|
2322
|
-
justify-content: center;
|
|
2323
|
-
border-radius: 6px;
|
|
2324
|
-
}
|
|
2325
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
2326
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2327
|
-
}
|
|
2328
|
-
.E_a1b5xrg3.btn-item:active {
|
|
2329
|
-
transform: translateY(2px);
|
|
2330
|
-
transition: all 320ms ease;
|
|
2297
|
+
|
|
2298
|
+
.E_h1jsgezc {
|
|
2299
|
+
visibility: hidden;
|
|
2300
|
+
position: absolute;
|
|
2331
2301
|
}
|
|
2332
2302
|
|
|
2333
2303
|
.E_dsnbhzf {
|
|
@@ -2347,6 +2317,14 @@ html body {
|
|
|
2347
2317
|
}
|
|
2348
2318
|
|
|
2349
2319
|
.E_d1b444tr {
|
|
2320
|
+
font-family: Inter;
|
|
2321
|
+
font-style: normal;
|
|
2322
|
+
font-weight: normal;
|
|
2323
|
+
font-size: 24px;
|
|
2324
|
+
line-height: 32px;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
.E_dvs0kue {
|
|
2350
2328
|
font-family: Inter;
|
|
2351
2329
|
font-style: normal;
|
|
2352
2330
|
font-weight: normal;
|
|
@@ -2354,7 +2332,7 @@ html body {
|
|
|
2354
2332
|
line-height: 40px;
|
|
2355
2333
|
}
|
|
2356
2334
|
|
|
2357
|
-
.
|
|
2335
|
+
.E_d1hcbfcq {
|
|
2358
2336
|
font-family: Inter;
|
|
2359
2337
|
font-style: normal;
|
|
2360
2338
|
font-weight: bold;
|
|
@@ -2362,7 +2340,7 @@ html body {
|
|
|
2362
2340
|
line-height: 24px;
|
|
2363
2341
|
}
|
|
2364
2342
|
|
|
2365
|
-
.
|
|
2343
|
+
.E_d1cz922v {
|
|
2366
2344
|
font-family: Inter;
|
|
2367
2345
|
font-style: normal;
|
|
2368
2346
|
font-weight: normal;
|
|
@@ -2370,7 +2348,7 @@ html body {
|
|
|
2370
2348
|
line-height: 24px;
|
|
2371
2349
|
}
|
|
2372
2350
|
|
|
2373
|
-
.
|
|
2351
|
+
.E_d3nzbrm {
|
|
2374
2352
|
font-family: Inter;
|
|
2375
2353
|
font-style: normal;
|
|
2376
2354
|
font-weight: bold;
|
|
@@ -2378,7 +2356,7 @@ html body {
|
|
|
2378
2356
|
line-height: 22px;
|
|
2379
2357
|
}
|
|
2380
2358
|
|
|
2381
|
-
.
|
|
2359
|
+
.E_d1g0p5ob {
|
|
2382
2360
|
font-family: Inter;
|
|
2383
2361
|
font-style: normal;
|
|
2384
2362
|
font-weight: normal;
|
|
@@ -2386,7 +2364,7 @@ html body {
|
|
|
2386
2364
|
line-height: 22px;
|
|
2387
2365
|
}
|
|
2388
2366
|
|
|
2389
|
-
.
|
|
2367
|
+
.E_hydo2ej {
|
|
2390
2368
|
font-family: Inter;
|
|
2391
2369
|
font-style: normal;
|
|
2392
2370
|
font-weight: bold;
|
|
@@ -2394,7 +2372,7 @@ html body {
|
|
|
2394
2372
|
line-height: 22px;
|
|
2395
2373
|
}
|
|
2396
2374
|
|
|
2397
|
-
.
|
|
2375
|
+
.E_h1hbuq0r {
|
|
2398
2376
|
font-family: Inter;
|
|
2399
2377
|
font-style: normal;
|
|
2400
2378
|
font-weight: normal;
|
|
@@ -2402,7 +2380,7 @@ html body {
|
|
|
2402
2380
|
line-height: 22px;
|
|
2403
2381
|
}
|
|
2404
2382
|
|
|
2405
|
-
.
|
|
2383
|
+
.E_h13bondg {
|
|
2406
2384
|
font-family: Inter;
|
|
2407
2385
|
font-style: normal;
|
|
2408
2386
|
font-weight: bold;
|
|
@@ -2410,7 +2388,7 @@ html body {
|
|
|
2410
2388
|
line-height: 20px;
|
|
2411
2389
|
}
|
|
2412
2390
|
|
|
2413
|
-
.
|
|
2391
|
+
.E_h1mhvdlx {
|
|
2414
2392
|
font-family: Inter;
|
|
2415
2393
|
font-style: normal;
|
|
2416
2394
|
font-weight: normal;
|
|
@@ -2418,7 +2396,7 @@ html body {
|
|
|
2418
2396
|
line-height: 20px;
|
|
2419
2397
|
}
|
|
2420
2398
|
|
|
2421
|
-
.
|
|
2399
|
+
.E_h1inmfq6 {
|
|
2422
2400
|
font-family: Inter;
|
|
2423
2401
|
font-style: normal;
|
|
2424
2402
|
font-weight: bold;
|
|
@@ -2426,7 +2404,7 @@ html body {
|
|
|
2426
2404
|
line-height: 18px;
|
|
2427
2405
|
}
|
|
2428
2406
|
|
|
2429
|
-
.
|
|
2407
|
+
.E_h1kfc0la {
|
|
2430
2408
|
font-family: Inter;
|
|
2431
2409
|
font-style: normal;
|
|
2432
2410
|
font-weight: normal;
|
|
@@ -2434,7 +2412,7 @@ html body {
|
|
|
2434
2412
|
line-height: 18px;
|
|
2435
2413
|
}
|
|
2436
2414
|
|
|
2437
|
-
.
|
|
2415
|
+
.E_h10xnyuu {
|
|
2438
2416
|
font-family: Inter;
|
|
2439
2417
|
font-style: normal;
|
|
2440
2418
|
font-weight: bold;
|
|
@@ -2444,7 +2422,7 @@ html body {
|
|
|
2444
2422
|
line-height: 18px;
|
|
2445
2423
|
}
|
|
2446
2424
|
|
|
2447
|
-
.
|
|
2425
|
+
.E_hrcmi0v {
|
|
2448
2426
|
font-family: Inter;
|
|
2449
2427
|
font-style: normal;
|
|
2450
2428
|
font-weight: normal;
|
|
@@ -2454,7 +2432,7 @@ html body {
|
|
|
2454
2432
|
line-height: 18px;
|
|
2455
2433
|
}
|
|
2456
2434
|
|
|
2457
|
-
.
|
|
2435
|
+
.E_lzt43lp {
|
|
2458
2436
|
font-family: Inter;
|
|
2459
2437
|
font-style: normal;
|
|
2460
2438
|
font-weight: normal;
|
|
@@ -2462,7 +2440,7 @@ html body {
|
|
|
2462
2440
|
line-height: 24px;
|
|
2463
2441
|
}
|
|
2464
2442
|
|
|
2465
|
-
.
|
|
2443
|
+
.E_l5yc9nt {
|
|
2466
2444
|
font-family: Inter;
|
|
2467
2445
|
font-style: normal;
|
|
2468
2446
|
font-weight: bold;
|
|
@@ -2470,7 +2448,7 @@ html body {
|
|
|
2470
2448
|
line-height: 24px;
|
|
2471
2449
|
}
|
|
2472
2450
|
|
|
2473
|
-
.
|
|
2451
|
+
.E_l1fbkbzo {
|
|
2474
2452
|
font-family: Inter;
|
|
2475
2453
|
font-style: normal;
|
|
2476
2454
|
font-weight: normal;
|
|
@@ -2478,7 +2456,7 @@ html body {
|
|
|
2478
2456
|
line-height: 24px;
|
|
2479
2457
|
}
|
|
2480
2458
|
|
|
2481
|
-
.
|
|
2459
|
+
.E_lahvcax {
|
|
2482
2460
|
font-family: Inter;
|
|
2483
2461
|
font-style: normal;
|
|
2484
2462
|
font-weight: bold;
|
|
@@ -2486,7 +2464,7 @@ html body {
|
|
|
2486
2464
|
line-height: 24px;
|
|
2487
2465
|
}
|
|
2488
2466
|
|
|
2489
|
-
.
|
|
2467
|
+
.E_l11q3pxd {
|
|
2490
2468
|
font-family: Inter;
|
|
2491
2469
|
font-style: normal;
|
|
2492
2470
|
font-weight: normal;
|
|
@@ -2496,7 +2474,7 @@ html body {
|
|
|
2496
2474
|
line-height: 24px;
|
|
2497
2475
|
}
|
|
2498
2476
|
|
|
2499
|
-
.
|
|
2477
|
+
.E_lfuc2qu {
|
|
2500
2478
|
font-family: Inter;
|
|
2501
2479
|
font-style: normal;
|
|
2502
2480
|
font-weight: bold;
|
|
@@ -2506,7 +2484,7 @@ html body {
|
|
|
2506
2484
|
line-height: 24px;
|
|
2507
2485
|
}
|
|
2508
2486
|
|
|
2509
|
-
.
|
|
2487
|
+
.E_l1jmp8r0 {
|
|
2510
2488
|
font-family: Inter;
|
|
2511
2489
|
font-style: normal;
|
|
2512
2490
|
font-weight: normal;
|
|
@@ -2514,7 +2492,7 @@ html body {
|
|
|
2514
2492
|
line-height: 22px;
|
|
2515
2493
|
}
|
|
2516
2494
|
|
|
2517
|
-
.
|
|
2495
|
+
.E_lcnm221 {
|
|
2518
2496
|
font-family: Inter;
|
|
2519
2497
|
font-style: normal;
|
|
2520
2498
|
font-weight: 500;
|
|
@@ -2522,7 +2500,7 @@ html body {
|
|
|
2522
2500
|
line-height: 22px;
|
|
2523
2501
|
}
|
|
2524
2502
|
|
|
2525
|
-
.
|
|
2503
|
+
.E_lu1z2n5 {
|
|
2526
2504
|
font-family: Inter;
|
|
2527
2505
|
font-style: normal;
|
|
2528
2506
|
font-weight: bold;
|
|
@@ -2530,7 +2508,18 @@ html body {
|
|
|
2530
2508
|
line-height: 22px;
|
|
2531
2509
|
}
|
|
2532
2510
|
|
|
2533
|
-
.
|
|
2511
|
+
.E_l1r59djn {
|
|
2512
|
+
font-family: Inter;
|
|
2513
|
+
font-style: normal;
|
|
2514
|
+
font-weight: bold;
|
|
2515
|
+
text-decoration-line: line-through;
|
|
2516
|
+
text-decoration-style: solid;
|
|
2517
|
+
text-decoration-skip-ink: none;
|
|
2518
|
+
font-size: 14px;
|
|
2519
|
+
line-height: 22px;
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
.E_ljm2911 {
|
|
2534
2523
|
font-family: Inter;
|
|
2535
2524
|
font-style: normal;
|
|
2536
2525
|
font-weight: normal;
|
|
@@ -2538,7 +2527,7 @@ html body {
|
|
|
2538
2527
|
line-height: 22px;
|
|
2539
2528
|
}
|
|
2540
2529
|
|
|
2541
|
-
.
|
|
2530
|
+
.E_l124mzmr {
|
|
2542
2531
|
font-family: Inter;
|
|
2543
2532
|
font-style: normal;
|
|
2544
2533
|
font-weight: bold;
|
|
@@ -2546,7 +2535,7 @@ html body {
|
|
|
2546
2535
|
line-height: 22px;
|
|
2547
2536
|
}
|
|
2548
2537
|
|
|
2549
|
-
.
|
|
2538
|
+
.E_lb3chel {
|
|
2550
2539
|
font-family: Inter;
|
|
2551
2540
|
font-style: normal;
|
|
2552
2541
|
font-weight: normal;
|
|
@@ -2556,7 +2545,7 @@ html body {
|
|
|
2556
2545
|
line-height: 22px;
|
|
2557
2546
|
}
|
|
2558
2547
|
|
|
2559
|
-
.
|
|
2548
|
+
.E_lv9jstu {
|
|
2560
2549
|
font-family: Inter;
|
|
2561
2550
|
font-style: normal;
|
|
2562
2551
|
font-weight: bold;
|
|
@@ -2566,7 +2555,7 @@ html body {
|
|
|
2566
2555
|
line-height: 22px;
|
|
2567
2556
|
}
|
|
2568
2557
|
|
|
2569
|
-
.
|
|
2558
|
+
.E_lwqlh3x {
|
|
2570
2559
|
font-family: Inter;
|
|
2571
2560
|
font-style: normal;
|
|
2572
2561
|
font-weight: normal;
|
|
@@ -2574,7 +2563,7 @@ html body {
|
|
|
2574
2563
|
line-height: 20px;
|
|
2575
2564
|
}
|
|
2576
2565
|
|
|
2577
|
-
.
|
|
2566
|
+
.E_lalum9y {
|
|
2578
2567
|
font-family: Inter;
|
|
2579
2568
|
font-style: normal;
|
|
2580
2569
|
font-weight: 600;
|
|
@@ -2582,7 +2571,7 @@ html body {
|
|
|
2582
2571
|
line-height: 20px;
|
|
2583
2572
|
}
|
|
2584
2573
|
|
|
2585
|
-
.
|
|
2574
|
+
.E_l1t6dj5o {
|
|
2586
2575
|
font-family: Inter;
|
|
2587
2576
|
font-style: normal;
|
|
2588
2577
|
font-weight: bold;
|
|
@@ -2590,7 +2579,7 @@ html body {
|
|
|
2590
2579
|
line-height: 20px;
|
|
2591
2580
|
}
|
|
2592
2581
|
|
|
2593
|
-
.
|
|
2582
|
+
.E_l12f6ic {
|
|
2594
2583
|
font-family: Inter;
|
|
2595
2584
|
font-style: normal;
|
|
2596
2585
|
font-weight: normal;
|
|
@@ -2598,7 +2587,7 @@ html body {
|
|
|
2598
2587
|
line-height: 20px;
|
|
2599
2588
|
}
|
|
2600
2589
|
|
|
2601
|
-
.
|
|
2590
|
+
.E_l7gmukq {
|
|
2602
2591
|
font-family: Inter;
|
|
2603
2592
|
font-style: normal;
|
|
2604
2593
|
font-weight: 600;
|
|
@@ -2606,7 +2595,7 @@ html body {
|
|
|
2606
2595
|
line-height: 20px;
|
|
2607
2596
|
}
|
|
2608
2597
|
|
|
2609
|
-
.
|
|
2598
|
+
.E_lkwl0yp {
|
|
2610
2599
|
font-family: Inter;
|
|
2611
2600
|
font-style: normal;
|
|
2612
2601
|
font-weight: bold;
|
|
@@ -2614,7 +2603,7 @@ html body {
|
|
|
2614
2603
|
line-height: 20px;
|
|
2615
2604
|
}
|
|
2616
2605
|
|
|
2617
|
-
.
|
|
2606
|
+
.E_l10knv48 {
|
|
2618
2607
|
font-family: Inter;
|
|
2619
2608
|
font-style: normal;
|
|
2620
2609
|
font-weight: normal;
|
|
@@ -2624,7 +2613,7 @@ html body {
|
|
|
2624
2613
|
line-height: 20px;
|
|
2625
2614
|
}
|
|
2626
2615
|
|
|
2627
|
-
.
|
|
2616
|
+
.E_l6526ld {
|
|
2628
2617
|
font-family: Inter;
|
|
2629
2618
|
font-style: normal;
|
|
2630
2619
|
font-weight: bold;
|
|
@@ -2634,7 +2623,7 @@ html body {
|
|
|
2634
2623
|
line-height: 20px;
|
|
2635
2624
|
}
|
|
2636
2625
|
|
|
2637
|
-
.
|
|
2626
|
+
.E_l1j81vli {
|
|
2638
2627
|
font-family: Inter;
|
|
2639
2628
|
font-style: normal;
|
|
2640
2629
|
font-weight: normal;
|
|
@@ -2642,7 +2631,7 @@ html body {
|
|
|
2642
2631
|
line-height: 18px;
|
|
2643
2632
|
}
|
|
2644
2633
|
|
|
2645
|
-
.
|
|
2634
|
+
.E_l1x7n1mk {
|
|
2646
2635
|
font-family: Inter;
|
|
2647
2636
|
font-style: normal;
|
|
2648
2637
|
font-weight: 500;
|
|
@@ -2650,7 +2639,7 @@ html body {
|
|
|
2650
2639
|
line-height: 18px;
|
|
2651
2640
|
}
|
|
2652
2641
|
|
|
2653
|
-
.
|
|
2642
|
+
.E_l9fqufz {
|
|
2654
2643
|
font-family: Inter;
|
|
2655
2644
|
font-style: normal;
|
|
2656
2645
|
font-weight: bold;
|
|
@@ -2658,7 +2647,7 @@ html body {
|
|
|
2658
2647
|
line-height: 18px;
|
|
2659
2648
|
}
|
|
2660
2649
|
|
|
2661
|
-
.
|
|
2650
|
+
.E_l1iwnybd {
|
|
2662
2651
|
font-family: Inter;
|
|
2663
2652
|
font-style: normal;
|
|
2664
2653
|
font-weight: normal;
|
|
@@ -2666,7 +2655,7 @@ html body {
|
|
|
2666
2655
|
line-height: 18px;
|
|
2667
2656
|
}
|
|
2668
2657
|
|
|
2669
|
-
.
|
|
2658
|
+
.E_lprtm1e {
|
|
2670
2659
|
font-family: Inter;
|
|
2671
2660
|
font-style: normal;
|
|
2672
2661
|
font-weight: 500;
|
|
@@ -2674,7 +2663,7 @@ html body {
|
|
|
2674
2663
|
line-height: 18px;
|
|
2675
2664
|
}
|
|
2676
2665
|
|
|
2677
|
-
.
|
|
2666
|
+
.E_l1lln87h {
|
|
2678
2667
|
font-family: Inter;
|
|
2679
2668
|
font-style: normal;
|
|
2680
2669
|
font-weight: bold;
|
|
@@ -2682,7 +2671,7 @@ html body {
|
|
|
2682
2671
|
line-height: 18px;
|
|
2683
2672
|
}
|
|
2684
2673
|
|
|
2685
|
-
.
|
|
2674
|
+
.E_l2pb48l {
|
|
2686
2675
|
font-family: Inter;
|
|
2687
2676
|
font-style: normal;
|
|
2688
2677
|
font-weight: normal;
|
|
@@ -2692,7 +2681,7 @@ html body {
|
|
|
2692
2681
|
line-height: 18px;
|
|
2693
2682
|
}
|
|
2694
2683
|
|
|
2695
|
-
.
|
|
2684
|
+
.E_li9emkw {
|
|
2696
2685
|
font-family: Inter;
|
|
2697
2686
|
font-style: normal;
|
|
2698
2687
|
font-weight: bold;
|
|
@@ -2702,7 +2691,7 @@ html body {
|
|
|
2702
2691
|
line-height: 18px;
|
|
2703
2692
|
}
|
|
2704
2693
|
|
|
2705
|
-
.
|
|
2694
|
+
.E_f1nrg7da {
|
|
2706
2695
|
font-family: Inter;
|
|
2707
2696
|
font-style: normal;
|
|
2708
2697
|
font-weight: normal;
|
|
@@ -2710,7 +2699,7 @@ html body {
|
|
|
2710
2699
|
line-height: 20px;
|
|
2711
2700
|
}
|
|
2712
2701
|
|
|
2713
|
-
.
|
|
2702
|
+
.E_f17k1i3n {
|
|
2714
2703
|
font-family: Inter;
|
|
2715
2704
|
font-style: normal;
|
|
2716
2705
|
font-weight: normal;
|
|
@@ -2718,7 +2707,7 @@ html body {
|
|
|
2718
2707
|
line-height: 20px;
|
|
2719
2708
|
}
|
|
2720
2709
|
|
|
2721
|
-
.
|
|
2710
|
+
.E_f1tvuj2e {
|
|
2722
2711
|
font-family: Inter;
|
|
2723
2712
|
font-style: normal;
|
|
2724
2713
|
font-weight: normal;
|
|
@@ -2726,7 +2715,7 @@ html body {
|
|
|
2726
2715
|
line-height: 18px;
|
|
2727
2716
|
}
|
|
2728
2717
|
|
|
2729
|
-
.
|
|
2718
|
+
.E_f17uajlu {
|
|
2730
2719
|
font-family: Inter;
|
|
2731
2720
|
font-style: normal;
|
|
2732
2721
|
font-weight: normal;
|
|
@@ -2734,7 +2723,7 @@ html body {
|
|
|
2734
2723
|
line-height: 18px;
|
|
2735
2724
|
}
|
|
2736
2725
|
|
|
2737
|
-
.
|
|
2726
|
+
.E_t114zbyz {
|
|
2738
2727
|
font-family: Inter;
|
|
2739
2728
|
font-style: normal;
|
|
2740
2729
|
font-weight: normal;
|
|
@@ -2743,7 +2732,7 @@ html body {
|
|
|
2743
2732
|
line-height: 20px;
|
|
2744
2733
|
}
|
|
2745
2734
|
|
|
2746
|
-
.
|
|
2735
|
+
.E_t1il0kvi {
|
|
2747
2736
|
font-family: Inter;
|
|
2748
2737
|
font-style: normal;
|
|
2749
2738
|
font-weight: normal;
|
|
@@ -2752,7 +2741,7 @@ html body {
|
|
|
2752
2741
|
line-height: 20px;
|
|
2753
2742
|
}
|
|
2754
2743
|
|
|
2755
|
-
.
|
|
2744
|
+
.E_t10dv8p1 {
|
|
2756
2745
|
font-family: Inter;
|
|
2757
2746
|
font-style: normal;
|
|
2758
2747
|
font-weight: normal;
|
|
@@ -2761,7 +2750,7 @@ html body {
|
|
|
2761
2750
|
line-height: 18px;
|
|
2762
2751
|
}
|
|
2763
2752
|
|
|
2764
|
-
.
|
|
2753
|
+
.E_tc2oqpq {
|
|
2765
2754
|
font-family: Inter;
|
|
2766
2755
|
font-style: normal;
|
|
2767
2756
|
font-weight: 500;
|
|
@@ -2770,7 +2759,7 @@ html body {
|
|
|
2770
2759
|
line-height: 18px;
|
|
2771
2760
|
}
|
|
2772
2761
|
|
|
2773
|
-
.
|
|
2762
|
+
.E_tzvddmc {
|
|
2774
2763
|
font-family: Inter;
|
|
2775
2764
|
font-style: normal;
|
|
2776
2765
|
font-weight: normal;
|
|
@@ -2779,7 +2768,7 @@ html body {
|
|
|
2779
2768
|
line-height: 18px;
|
|
2780
2769
|
}
|
|
2781
2770
|
|
|
2782
|
-
.
|
|
2771
|
+
.E_t18llj45 {
|
|
2783
2772
|
font-family: Inter;
|
|
2784
2773
|
font-style: normal;
|
|
2785
2774
|
font-weight: 500;
|
|
@@ -2788,7 +2777,7 @@ html body {
|
|
|
2788
2777
|
line-height: 18px;
|
|
2789
2778
|
}
|
|
2790
2779
|
|
|
2791
|
-
.
|
|
2780
|
+
.E_t1rw95vc {
|
|
2792
2781
|
font-family: Inter;
|
|
2793
2782
|
font-style: normal;
|
|
2794
2783
|
font-weight: bold;
|
|
@@ -2797,7 +2786,7 @@ html body {
|
|
|
2797
2786
|
line-height: 24px;
|
|
2798
2787
|
}
|
|
2799
2788
|
|
|
2800
|
-
.
|
|
2789
|
+
.E_u1fx9fic {
|
|
2801
2790
|
font-family: Inter;
|
|
2802
2791
|
font-style: normal;
|
|
2803
2792
|
font-weight: normal;
|
|
@@ -2805,6 +2794,40 @@ html body {
|
|
|
2805
2794
|
line-height: 12px;
|
|
2806
2795
|
}
|
|
2807
2796
|
|
|
2797
|
+
.E_m196gn1d {
|
|
2798
|
+
min-width: 1280px;
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
2802
|
+
display: inline-flex;
|
|
2803
|
+
align-items: center;
|
|
2804
|
+
justify-content: center;
|
|
2805
|
+
color: #fff;
|
|
2806
|
+
font-weight: bold;
|
|
2807
|
+
font-size: 12px;
|
|
2808
|
+
width: 24px;
|
|
2809
|
+
height: 24px;
|
|
2810
|
+
border-radius: 50%;
|
|
2811
|
+
background: var(--a1b5xrg3-0);
|
|
2812
|
+
}
|
|
2813
|
+
.E_a1b5xrg3.btn-item {
|
|
2814
|
+
transition: all 160ms ease;
|
|
2815
|
+
cursor: pointer;
|
|
2816
|
+
width: 56px;
|
|
2817
|
+
height: 40px;
|
|
2818
|
+
display: inline-flex;
|
|
2819
|
+
align-items: center;
|
|
2820
|
+
justify-content: center;
|
|
2821
|
+
border-radius: 6px;
|
|
2822
|
+
}
|
|
2823
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
2824
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2825
|
+
}
|
|
2826
|
+
.E_a1b5xrg3.btn-item:active {
|
|
2827
|
+
transform: translateY(2px);
|
|
2828
|
+
transition: all 320ms ease;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2808
2831
|
.E_cnujxq2 {
|
|
2809
2832
|
display: flex;
|
|
2810
2833
|
flex-direction: column;
|
|
@@ -3496,10 +3519,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3496
3519
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3497
3520
|
}
|
|
3498
3521
|
|
|
3499
|
-
.E_m196gn1d {
|
|
3500
|
-
min-width: 1280px;
|
|
3501
|
-
}
|
|
3502
|
-
|
|
3503
3522
|
.E_meo40fy {
|
|
3504
3523
|
display: flex;
|
|
3505
3524
|
justify-content: space-between;
|
|
@@ -3745,6 +3764,41 @@ input.E_rf8rlle.ant-input {
|
|
|
3745
3764
|
opacity: 0.8;
|
|
3746
3765
|
}
|
|
3747
3766
|
|
|
3767
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
3768
|
+
margin-right: 2px;
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3772
|
+
padding-left: 8px;
|
|
3773
|
+
padding-right: 8px;
|
|
3774
|
+
font-size: 12px;
|
|
3775
|
+
}
|
|
3776
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3777
|
+
border-radius: 4px;
|
|
3778
|
+
}
|
|
3779
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3780
|
+
border-radius: 4px;
|
|
3781
|
+
}
|
|
3782
|
+
|
|
3783
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
3784
|
+
padding-left: 12px;
|
|
3785
|
+
padding-right: 12px;
|
|
3786
|
+
}
|
|
3787
|
+
|
|
3788
|
+
.E_ckld275 {
|
|
3789
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
3790
|
+
}
|
|
3791
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3792
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3793
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3794
|
+
}
|
|
3795
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3796
|
+
background-color: transparent;
|
|
3797
|
+
}
|
|
3798
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
3799
|
+
background-color: transparent;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3748
3802
|
.E_suhck3k {
|
|
3749
3803
|
height: 24px;
|
|
3750
3804
|
width: 24px;
|
|
@@ -3758,22 +3812,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3758
3812
|
fill: blue;
|
|
3759
3813
|
}
|
|
3760
3814
|
|
|
3761
|
-
.E_ryby9ds {
|
|
3762
|
-
display: flex;
|
|
3763
|
-
align-items: center;
|
|
3764
|
-
}
|
|
3765
|
-
.E_ryby9ds .order {
|
|
3766
|
-
height: 24px;
|
|
3767
|
-
width: 24px;
|
|
3768
|
-
border-radius: 20px;
|
|
3769
|
-
color: #0080ff;
|
|
3770
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3771
|
-
display: flex;
|
|
3772
|
-
align-items: center;
|
|
3773
|
-
justify-content: center;
|
|
3774
|
-
margin-right: 6px;
|
|
3775
|
-
}
|
|
3776
|
-
|
|
3777
3815
|
.E_b1lj76ty {
|
|
3778
3816
|
width: 100%;
|
|
3779
3817
|
height: 100%;
|
|
@@ -3811,8 +3849,24 @@ input.E_rf8rlle.ant-input {
|
|
|
3811
3849
|
margin-top: 8px;
|
|
3812
3850
|
}
|
|
3813
3851
|
|
|
3814
|
-
.
|
|
3815
|
-
display:
|
|
3852
|
+
.E_ryby9ds {
|
|
3853
|
+
display: flex;
|
|
3854
|
+
align-items: center;
|
|
3855
|
+
}
|
|
3856
|
+
.E_ryby9ds .order {
|
|
3857
|
+
height: 24px;
|
|
3858
|
+
width: 24px;
|
|
3859
|
+
border-radius: 20px;
|
|
3860
|
+
color: #0080ff;
|
|
3861
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3862
|
+
display: flex;
|
|
3863
|
+
align-items: center;
|
|
3864
|
+
justify-content: center;
|
|
3865
|
+
margin-right: 6px;
|
|
3866
|
+
}
|
|
3867
|
+
|
|
3868
|
+
.E_hrhfj7c {
|
|
3869
|
+
display: none;
|
|
3816
3870
|
}
|
|
3817
3871
|
|
|
3818
3872
|
.E_dt9qoak .bottom {
|
|
@@ -4031,41 +4085,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4031
4085
|
font-size: 14px;
|
|
4032
4086
|
}
|
|
4033
4087
|
|
|
4034
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4035
|
-
margin-right: 2px;
|
|
4036
|
-
}
|
|
4037
|
-
|
|
4038
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4039
|
-
padding-left: 8px;
|
|
4040
|
-
padding-right: 8px;
|
|
4041
|
-
font-size: 12px;
|
|
4042
|
-
}
|
|
4043
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4044
|
-
border-radius: 4px;
|
|
4045
|
-
}
|
|
4046
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4047
|
-
border-radius: 4px;
|
|
4048
|
-
}
|
|
4049
|
-
|
|
4050
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
4051
|
-
padding-left: 12px;
|
|
4052
|
-
padding-right: 12px;
|
|
4053
|
-
}
|
|
4054
|
-
|
|
4055
|
-
.E_ckld275 {
|
|
4056
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4057
|
-
}
|
|
4058
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4059
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
4060
|
-
color: rgba(44, 56, 82, 0.75);
|
|
4061
|
-
}
|
|
4062
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4063
|
-
background-color: transparent;
|
|
4064
|
-
}
|
|
4065
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4066
|
-
background-color: transparent;
|
|
4067
|
-
}
|
|
4068
|
-
|
|
4069
4088
|
.E_m5foqp8.medium {
|
|
4070
4089
|
--footer-height: 96px;
|
|
4071
4090
|
--modal-content-width: 720px;
|
|
@@ -4155,415 +4174,120 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4155
4174
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
4156
4175
|
}
|
|
4157
4176
|
|
|
4158
|
-
.
|
|
4159
|
-
height:
|
|
4160
|
-
border-bottom: 2px solid #edf0f7;
|
|
4161
|
-
background: #fff;
|
|
4162
|
-
display: flex;
|
|
4163
|
-
justify-content: space-between;
|
|
4164
|
-
align-items: center;
|
|
4165
|
-
padding: 0 24px 0 14px;
|
|
4166
|
-
position: relative;
|
|
4167
|
-
z-index: 10;
|
|
4168
|
-
}
|
|
4169
|
-
.E_h12yihis .left,
|
|
4170
|
-
.E_h12yihis .right,
|
|
4171
|
-
.E_h12yihis .center {
|
|
4172
|
-
display: flex;
|
|
4173
|
-
align-items: center;
|
|
4174
|
-
flex: 1;
|
|
4175
|
-
flex-shrink: 0;
|
|
4177
|
+
.E_tc97u5y {
|
|
4178
|
+
height: 100%;
|
|
4176
4179
|
}
|
|
4177
|
-
|
|
4178
|
-
|
|
4180
|
+
|
|
4181
|
+
.E_efzf37v .ant-table-content,
|
|
4182
|
+
.E_efzf37v .ant-table-body {
|
|
4183
|
+
overflow: visible !important;
|
|
4184
|
+
height: 100%;
|
|
4179
4185
|
}
|
|
4180
|
-
.
|
|
4181
|
-
|
|
4186
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4187
|
+
height: 100%;
|
|
4182
4188
|
}
|
|
4183
|
-
.
|
|
4184
|
-
|
|
4189
|
+
.E_efzf37v table {
|
|
4190
|
+
width: 100% !important;
|
|
4191
|
+
height: 100%;
|
|
4185
4192
|
}
|
|
4186
|
-
.
|
|
4187
|
-
|
|
4188
|
-
position: relative;
|
|
4189
|
-
display: flex;
|
|
4190
|
-
align-items: center;
|
|
4193
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4194
|
+
padding: 15px 0;
|
|
4191
4195
|
}
|
|
4192
|
-
.
|
|
4193
|
-
|
|
4194
|
-
opacity: 0;
|
|
4195
|
-
height: 24px;
|
|
4196
|
-
width: 1px;
|
|
4197
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4198
|
-
position: absolute;
|
|
4199
|
-
left: -16px;
|
|
4200
|
-
top: 50%;
|
|
4201
|
-
transform: translateY(-50%);
|
|
4202
|
-
transition: opacity 160ms ease;
|
|
4196
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
4197
|
+
display: none;
|
|
4203
4198
|
}
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
width: 56px;
|
|
4208
|
-
height: 40px;
|
|
4209
|
-
display: inline-flex;
|
|
4210
|
-
align-items: center;
|
|
4211
|
-
justify-content: center;
|
|
4212
|
-
border-radius: 6px;
|
|
4199
|
+
|
|
4200
|
+
.E_t1fisho6 {
|
|
4201
|
+
height: 100%;
|
|
4213
4202
|
}
|
|
4214
|
-
.
|
|
4215
|
-
|
|
4203
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
4204
|
+
padding-top: 6px;
|
|
4205
|
+
padding-bottom: 6px;
|
|
4216
4206
|
}
|
|
4217
|
-
.
|
|
4218
|
-
|
|
4219
|
-
transition: all 320ms ease;
|
|
4207
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
4208
|
+
font-weight: 700;
|
|
4220
4209
|
}
|
|
4221
|
-
.
|
|
4222
|
-
|
|
4210
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
4211
|
+
font-weight: 700;
|
|
4223
4212
|
}
|
|
4224
|
-
.
|
|
4225
|
-
height:
|
|
4226
|
-
overflow: hidden;
|
|
4227
|
-
display: flex;
|
|
4228
|
-
align-items: center;
|
|
4229
|
-
padding: 0 4px;
|
|
4230
|
-
margin: 0 -4px;
|
|
4213
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
4214
|
+
height: 100%;
|
|
4231
4215
|
}
|
|
4232
|
-
.
|
|
4233
|
-
|
|
4234
|
-
|
|
4216
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
4217
|
+
height: 100%;
|
|
4218
|
+
overflow: visible;
|
|
4235
4219
|
}
|
|
4236
|
-
.
|
|
4237
|
-
|
|
4238
|
-
height: 48px;
|
|
4239
|
-
transform: translateY(100%);
|
|
4240
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4241
|
-
display: inline-flex;
|
|
4242
|
-
align-items: center;
|
|
4220
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
4221
|
+
max-height: none;
|
|
4243
4222
|
}
|
|
4244
|
-
.
|
|
4245
|
-
|
|
4223
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
4224
|
+
background: transparent;
|
|
4246
4225
|
}
|
|
4247
|
-
.
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4226
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
4227
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
4228
|
+
background: #fff;
|
|
4229
|
+
padding: 0 !important;
|
|
4251
4230
|
}
|
|
4252
|
-
.
|
|
4253
|
-
|
|
4231
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
4232
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
4233
|
+
display: flex;
|
|
4234
|
+
align-items: center;
|
|
4235
|
+
height: 100%;
|
|
4236
|
+
padding: 8px;
|
|
4254
4237
|
}
|
|
4255
|
-
.
|
|
4256
|
-
.
|
|
4257
|
-
|
|
4238
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
4239
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
4240
|
+
overflow: hidden;
|
|
4241
|
+
text-overflow: ellipsis;
|
|
4242
|
+
width: 100%;
|
|
4258
4243
|
}
|
|
4259
|
-
.
|
|
4260
|
-
|
|
4261
|
-
.E_h12yihis .task .alert-icon,
|
|
4262
|
-
.E_h12yihis .task .task-icon {
|
|
4263
|
-
width: 56px;
|
|
4264
|
-
height: 40px;
|
|
4265
|
-
justify-content: center;
|
|
4244
|
+
.E_t1fisho6 .ant-table-container {
|
|
4245
|
+
height: 100%;
|
|
4266
4246
|
}
|
|
4267
|
-
.
|
|
4268
|
-
|
|
4269
|
-
right: 16px;
|
|
4270
|
-
top: 10px;
|
|
4247
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
4248
|
+
box-shadow: none !important;
|
|
4271
4249
|
}
|
|
4272
|
-
.
|
|
4273
|
-
|
|
4274
|
-
|
|
4250
|
+
.E_t1fisho6 div.ant-table {
|
|
4251
|
+
border-radius: 0px;
|
|
4252
|
+
border-left: none;
|
|
4253
|
+
border-right: none;
|
|
4254
|
+
border-bottom: none;
|
|
4255
|
+
height: 100%;
|
|
4256
|
+
font-size: 12px;
|
|
4257
|
+
background: transparent;
|
|
4275
4258
|
}
|
|
4276
|
-
.
|
|
4259
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
4277
4260
|
position: relative;
|
|
4261
|
+
z-index: 3;
|
|
4262
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
4263
|
+
margin-bottom: -1px;
|
|
4278
4264
|
}
|
|
4279
|
-
.
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
font-weight: bold;
|
|
4283
|
-
color: #1d326c;
|
|
4284
|
-
margin: 0px 8px;
|
|
4265
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
4266
|
+
.E_t1fisho6 div.ant-table .value {
|
|
4267
|
+
color: #2d3a56;
|
|
4285
4268
|
}
|
|
4286
|
-
.
|
|
4287
|
-
|
|
4269
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
4270
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
4271
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4288
4272
|
}
|
|
4289
|
-
.
|
|
4290
|
-
|
|
4273
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
4274
|
+
position: unset;
|
|
4275
|
+
text-align: center;
|
|
4291
4276
|
}
|
|
4292
|
-
.
|
|
4293
|
-
|
|
4294
|
-
margin-right: 32px;
|
|
4277
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
4278
|
+
background: #fff;
|
|
4295
4279
|
}
|
|
4296
|
-
.
|
|
4297
|
-
|
|
4298
|
-
|
|
4280
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
4281
|
+
cursor: pointer;
|
|
4282
|
+
position: absolute;
|
|
4283
|
+
top: 50%;
|
|
4284
|
+
right: 12px;
|
|
4285
|
+
transform: translateY(-50%);
|
|
4299
4286
|
}
|
|
4300
|
-
.
|
|
4301
|
-
|
|
4302
|
-
width:
|
|
4303
|
-
|
|
4304
|
-
.E_h12yihis.global-search-active .center {
|
|
4305
|
-
display: none;
|
|
4306
|
-
}
|
|
4307
|
-
.E_h12yihis.global-search-active .right {
|
|
4308
|
-
flex: 0 1 auto;
|
|
4309
|
-
}
|
|
4310
|
-
.E_h12yihis .ant-badge-count {
|
|
4311
|
-
pointer-events: none;
|
|
4312
|
-
}
|
|
4313
|
-
|
|
4314
|
-
.E_ncaepor {
|
|
4315
|
-
color: rgba(10, 37, 85, 0.6);
|
|
4316
|
-
position: relative;
|
|
4317
|
-
height: 48px;
|
|
4318
|
-
display: inline-flex;
|
|
4319
|
-
align-items: center;
|
|
4320
|
-
justify-content: center;
|
|
4321
|
-
overflow: hidden;
|
|
4322
|
-
}
|
|
4323
|
-
.E_ncaepor:before, .E_ncaepor:after {
|
|
4324
|
-
content: "";
|
|
4325
|
-
width: 100%;
|
|
4326
|
-
height: 12px;
|
|
4327
|
-
position: absolute;
|
|
4328
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
4329
|
-
}
|
|
4330
|
-
.E_ncaepor:before {
|
|
4331
|
-
top: 0;
|
|
4332
|
-
}
|
|
4333
|
-
.E_ncaepor:after {
|
|
4334
|
-
bottom: 0;
|
|
4335
|
-
}
|
|
4336
|
-
.E_ncaepor > * {
|
|
4337
|
-
height: 48px;
|
|
4338
|
-
display: inline-flex;
|
|
4339
|
-
align-items: center;
|
|
4340
|
-
white-space: nowrap;
|
|
4341
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4342
|
-
}
|
|
4343
|
-
.E_ncaepor .name-text {
|
|
4344
|
-
transform: translateY(0);
|
|
4345
|
-
opacity: 1;
|
|
4346
|
-
}
|
|
4347
|
-
.E_ncaepor .nav-info {
|
|
4348
|
-
transform: translateY(100%);
|
|
4349
|
-
opacity: 0;
|
|
4350
|
-
font-size: 18px;
|
|
4351
|
-
font-weight: 700;
|
|
4352
|
-
position: absolute;
|
|
4353
|
-
overflow: hidden;
|
|
4354
|
-
display: flex;
|
|
4355
|
-
justify-content: center;
|
|
4356
|
-
}
|
|
4357
|
-
.E_ncaepor .nav-info .scrolled-resource {
|
|
4358
|
-
color: #1d326c;
|
|
4359
|
-
flex: 1;
|
|
4360
|
-
overflow: hidden;
|
|
4361
|
-
text-overflow: ellipsis;
|
|
4362
|
-
}
|
|
4363
|
-
.E_ncaepor .nav-info .scrolled-view {
|
|
4364
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4365
|
-
margin-left: 8px;
|
|
4366
|
-
}
|
|
4367
|
-
.E_ncaepor.is-scrolled .name-text {
|
|
4368
|
-
transform: translateY(-100%);
|
|
4369
|
-
opacity: 0;
|
|
4370
|
-
position: absolute;
|
|
4371
|
-
}
|
|
4372
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
4373
|
-
transform: translateY(0);
|
|
4374
|
-
opacity: 1;
|
|
4375
|
-
position: static;
|
|
4376
|
-
}
|
|
4377
|
-
|
|
4378
|
-
.E_sddwhm6 {
|
|
4379
|
-
margin: 0;
|
|
4380
|
-
border-radius: 20px;
|
|
4381
|
-
padding: 2px 10px;
|
|
4382
|
-
height: 22px;
|
|
4383
|
-
}
|
|
4384
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4385
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4386
|
-
}
|
|
4387
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4388
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4389
|
-
}
|
|
4390
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4391
|
-
color: #00122E;
|
|
4392
|
-
}
|
|
4393
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4394
|
-
margin-right: 6px;
|
|
4395
|
-
}
|
|
4396
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4397
|
-
margin-left: 8px;
|
|
4398
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4399
|
-
}
|
|
4400
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4401
|
-
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
4402
|
-
}
|
|
4403
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4404
|
-
background-color: #0080FF;
|
|
4405
|
-
}
|
|
4406
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4407
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
4408
|
-
}
|
|
4409
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4410
|
-
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
4411
|
-
}
|
|
4412
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4413
|
-
background-color: #F0483E;
|
|
4414
|
-
}
|
|
4415
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
4416
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
4417
|
-
}
|
|
4418
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4419
|
-
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
4420
|
-
}
|
|
4421
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4422
|
-
background-color: #FEA008;
|
|
4423
|
-
}
|
|
4424
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
4425
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
4426
|
-
}
|
|
4427
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4428
|
-
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
4429
|
-
}
|
|
4430
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4431
|
-
background-color: #00BA5D;
|
|
4432
|
-
}
|
|
4433
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
4434
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
4435
|
-
}
|
|
4436
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4437
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4438
|
-
}
|
|
4439
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4440
|
-
background-color: #6b7d99;
|
|
4441
|
-
}
|
|
4442
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
4443
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
4444
|
-
}
|
|
4445
|
-
|
|
4446
|
-
.E_satwmqm {
|
|
4447
|
-
width: 8px;
|
|
4448
|
-
height: 8px;
|
|
4449
|
-
border-radius: 50%;
|
|
4450
|
-
display: inline-block;
|
|
4451
|
-
}
|
|
4452
|
-
|
|
4453
|
-
.E_tc97u5y {
|
|
4454
|
-
height: 100%;
|
|
4455
|
-
}
|
|
4456
|
-
|
|
4457
|
-
.E_efzf37v .ant-table-content,
|
|
4458
|
-
.E_efzf37v .ant-table-body {
|
|
4459
|
-
overflow: visible !important;
|
|
4460
|
-
height: 100%;
|
|
4461
|
-
}
|
|
4462
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4463
|
-
height: 100%;
|
|
4464
|
-
}
|
|
4465
|
-
.E_efzf37v table {
|
|
4466
|
-
width: 100% !important;
|
|
4467
|
-
height: 100%;
|
|
4468
|
-
}
|
|
4469
|
-
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4470
|
-
padding: 15px 0;
|
|
4471
|
-
}
|
|
4472
|
-
.E_efzf37v table thead.ant-table-thead {
|
|
4473
|
-
display: none;
|
|
4474
|
-
}
|
|
4475
|
-
|
|
4476
|
-
.E_t1fisho6 {
|
|
4477
|
-
height: 100%;
|
|
4478
|
-
}
|
|
4479
|
-
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
4480
|
-
padding-top: 6px;
|
|
4481
|
-
padding-bottom: 6px;
|
|
4482
|
-
}
|
|
4483
|
-
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
4484
|
-
font-weight: 700;
|
|
4485
|
-
}
|
|
4486
|
-
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
4487
|
-
font-weight: 700;
|
|
4488
|
-
}
|
|
4489
|
-
.E_t1fisho6 .ant-spin-nested-loading {
|
|
4490
|
-
height: 100%;
|
|
4491
|
-
}
|
|
4492
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
4493
|
-
height: 100%;
|
|
4494
|
-
overflow: visible;
|
|
4495
|
-
}
|
|
4496
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
4497
|
-
max-height: none;
|
|
4498
|
-
}
|
|
4499
|
-
.E_t1fisho6 td.ant-table-column-sort {
|
|
4500
|
-
background: transparent;
|
|
4501
|
-
}
|
|
4502
|
-
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
4503
|
-
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
4504
|
-
background: #fff;
|
|
4505
|
-
padding: 0 !important;
|
|
4506
|
-
}
|
|
4507
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
4508
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
4509
|
-
display: flex;
|
|
4510
|
-
align-items: center;
|
|
4511
|
-
height: 100%;
|
|
4512
|
-
padding: 8px;
|
|
4513
|
-
}
|
|
4514
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
4515
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
4516
|
-
overflow: hidden;
|
|
4517
|
-
text-overflow: ellipsis;
|
|
4518
|
-
width: 100%;
|
|
4519
|
-
}
|
|
4520
|
-
.E_t1fisho6 .ant-table-container {
|
|
4521
|
-
height: 100%;
|
|
4522
|
-
}
|
|
4523
|
-
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
4524
|
-
box-shadow: none !important;
|
|
4525
|
-
}
|
|
4526
|
-
.E_t1fisho6 div.ant-table {
|
|
4527
|
-
border-radius: 0px;
|
|
4528
|
-
border-left: none;
|
|
4529
|
-
border-right: none;
|
|
4530
|
-
border-bottom: none;
|
|
4531
|
-
height: 100%;
|
|
4532
|
-
font-size: 12px;
|
|
4533
|
-
background: transparent;
|
|
4534
|
-
}
|
|
4535
|
-
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
4536
|
-
position: relative;
|
|
4537
|
-
z-index: 3;
|
|
4538
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
4539
|
-
margin-bottom: -1px;
|
|
4540
|
-
}
|
|
4541
|
-
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
4542
|
-
.E_t1fisho6 div.ant-table .value {
|
|
4543
|
-
color: #2d3a56;
|
|
4544
|
-
}
|
|
4545
|
-
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
4546
|
-
.E_t1fisho6 div.ant-table .unit {
|
|
4547
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4548
|
-
}
|
|
4549
|
-
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
4550
|
-
position: unset;
|
|
4551
|
-
text-align: center;
|
|
4552
|
-
}
|
|
4553
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
4554
|
-
background: #fff;
|
|
4555
|
-
}
|
|
4556
|
-
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
4557
|
-
cursor: pointer;
|
|
4558
|
-
position: absolute;
|
|
4559
|
-
top: 50%;
|
|
4560
|
-
right: 12px;
|
|
4561
|
-
transform: translateY(-50%);
|
|
4562
|
-
}
|
|
4563
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
4564
|
-
box-shadow: none;
|
|
4565
|
-
width: 1px;
|
|
4566
|
-
background: rgba(213, 219, 227, 0.6);
|
|
4287
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
4288
|
+
box-shadow: none;
|
|
4289
|
+
width: 1px;
|
|
4290
|
+
background: rgba(213, 219, 227, 0.6);
|
|
4567
4291
|
}
|
|
4568
4292
|
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
4569
4293
|
box-shadow: none;
|
|
@@ -4879,68 +4603,299 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4879
4603
|
background: #fff;
|
|
4880
4604
|
}
|
|
4881
4605
|
|
|
4882
|
-
.
|
|
4883
|
-
|
|
4884
|
-
|
|
4606
|
+
.E_sddwhm6 {
|
|
4607
|
+
margin: 0;
|
|
4608
|
+
border-radius: 20px;
|
|
4609
|
+
padding: 2px 10px;
|
|
4610
|
+
height: 22px;
|
|
4611
|
+
}
|
|
4612
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4613
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4614
|
+
}
|
|
4615
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4616
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4617
|
+
}
|
|
4618
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4619
|
+
color: #00122E;
|
|
4620
|
+
}
|
|
4621
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4622
|
+
margin-right: 6px;
|
|
4623
|
+
}
|
|
4624
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4625
|
+
margin-left: 8px;
|
|
4626
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4627
|
+
}
|
|
4628
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4629
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
4630
|
+
}
|
|
4631
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4632
|
+
background-color: #0080FF;
|
|
4633
|
+
}
|
|
4634
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4635
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
4636
|
+
}
|
|
4637
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4638
|
+
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
4639
|
+
}
|
|
4640
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4641
|
+
background-color: #F0483E;
|
|
4642
|
+
}
|
|
4643
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
4644
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
4645
|
+
}
|
|
4646
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4647
|
+
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
4648
|
+
}
|
|
4649
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4650
|
+
background-color: #FEA008;
|
|
4651
|
+
}
|
|
4652
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
4653
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
4654
|
+
}
|
|
4655
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4656
|
+
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
4657
|
+
}
|
|
4658
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4659
|
+
background-color: #00BA5D;
|
|
4660
|
+
}
|
|
4661
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
4662
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
4663
|
+
}
|
|
4664
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4665
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4666
|
+
}
|
|
4667
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4668
|
+
background-color: #6b7d99;
|
|
4669
|
+
}
|
|
4670
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
4671
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4674
|
+
.E_satwmqm {
|
|
4675
|
+
width: 8px;
|
|
4676
|
+
height: 8px;
|
|
4677
|
+
border-radius: 50%;
|
|
4678
|
+
display: inline-block;
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
.E_h12yihis {
|
|
4682
|
+
height: 50px;
|
|
4683
|
+
border-bottom: 2px solid #edf0f7;
|
|
4684
|
+
background: #fff;
|
|
4685
|
+
display: flex;
|
|
4686
|
+
justify-content: space-between;
|
|
4687
|
+
align-items: center;
|
|
4688
|
+
padding: 0 24px 0 14px;
|
|
4689
|
+
position: relative;
|
|
4690
|
+
z-index: 10;
|
|
4691
|
+
}
|
|
4692
|
+
.E_h12yihis .left,
|
|
4693
|
+
.E_h12yihis .right,
|
|
4694
|
+
.E_h12yihis .center {
|
|
4695
|
+
display: flex;
|
|
4696
|
+
align-items: center;
|
|
4697
|
+
flex: 1;
|
|
4698
|
+
flex-shrink: 0;
|
|
4699
|
+
}
|
|
4700
|
+
.E_h12yihis .center {
|
|
4701
|
+
flex: 0.8;
|
|
4702
|
+
}
|
|
4703
|
+
.E_h12yihis .right {
|
|
4704
|
+
justify-content: flex-end;
|
|
4705
|
+
}
|
|
4706
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
4707
|
+
opacity: 1;
|
|
4708
|
+
}
|
|
4709
|
+
.E_h12yihis .right .btn-group {
|
|
4710
|
+
margin-left: 32px;
|
|
4711
|
+
position: relative;
|
|
4712
|
+
display: flex;
|
|
4713
|
+
align-items: center;
|
|
4714
|
+
}
|
|
4715
|
+
.E_h12yihis .right .btn-group:before {
|
|
4716
|
+
content: "";
|
|
4717
|
+
opacity: 0;
|
|
4718
|
+
height: 24px;
|
|
4719
|
+
width: 1px;
|
|
4720
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4721
|
+
position: absolute;
|
|
4722
|
+
left: -16px;
|
|
4723
|
+
top: 50%;
|
|
4724
|
+
transform: translateY(-50%);
|
|
4725
|
+
transition: opacity 160ms ease;
|
|
4726
|
+
}
|
|
4727
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
4728
|
+
transition: all 160ms ease;
|
|
4729
|
+
cursor: pointer;
|
|
4730
|
+
width: 56px;
|
|
4731
|
+
height: 40px;
|
|
4885
4732
|
display: inline-flex;
|
|
4733
|
+
align-items: center;
|
|
4734
|
+
justify-content: center;
|
|
4735
|
+
border-radius: 6px;
|
|
4886
4736
|
}
|
|
4887
|
-
.
|
|
4888
|
-
|
|
4737
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
4738
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
4739
|
+
}
|
|
4740
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
4741
|
+
transform: translateY(2px);
|
|
4742
|
+
transition: all 320ms ease;
|
|
4743
|
+
}
|
|
4744
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
4745
|
+
margin-left: 4px;
|
|
4746
|
+
}
|
|
4747
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
4748
|
+
height: 48px;
|
|
4749
|
+
overflow: hidden;
|
|
4889
4750
|
display: flex;
|
|
4890
4751
|
align-items: center;
|
|
4891
|
-
|
|
4752
|
+
padding: 0 4px;
|
|
4753
|
+
margin: 0 -4px;
|
|
4892
4754
|
}
|
|
4893
|
-
.
|
|
4894
|
-
|
|
4755
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
4756
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
4757
|
+
transform: translateY(0);
|
|
4895
4758
|
}
|
|
4896
|
-
.
|
|
4759
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
4760
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4761
|
+
height: 48px;
|
|
4762
|
+
transform: translateY(100%);
|
|
4763
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4764
|
+
display: inline-flex;
|
|
4765
|
+
align-items: center;
|
|
4766
|
+
}
|
|
4767
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4768
|
+
margin-right: 10px;
|
|
4769
|
+
}
|
|
4770
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
4771
|
+
width: 32px;
|
|
4772
|
+
height: 32px;
|
|
4773
|
+
border-radius: 6px;
|
|
4774
|
+
}
|
|
4775
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
4776
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4777
|
+
}
|
|
4778
|
+
.E_h12yihis .alert,
|
|
4779
|
+
.E_h12yihis .task {
|
|
4780
|
+
position: relative;
|
|
4781
|
+
}
|
|
4782
|
+
.E_h12yihis .alert .alert-icon,
|
|
4783
|
+
.E_h12yihis .alert .task-icon,
|
|
4784
|
+
.E_h12yihis .task .alert-icon,
|
|
4785
|
+
.E_h12yihis .task .task-icon {
|
|
4786
|
+
width: 56px;
|
|
4787
|
+
height: 40px;
|
|
4788
|
+
justify-content: center;
|
|
4789
|
+
}
|
|
4790
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
4791
|
+
.E_h12yihis .task .ant-badge-count {
|
|
4792
|
+
right: 16px;
|
|
4793
|
+
top: 10px;
|
|
4794
|
+
}
|
|
4795
|
+
.E_h12yihis .logo {
|
|
4796
|
+
display: inline-flex;
|
|
4797
|
+
align-items: center;
|
|
4798
|
+
}
|
|
4799
|
+
.E_h12yihis .left {
|
|
4800
|
+
position: relative;
|
|
4801
|
+
}
|
|
4802
|
+
.E_h12yihis .left .events-audit-title {
|
|
4803
|
+
font-size: 20px;
|
|
4804
|
+
line-height: 24px;
|
|
4805
|
+
font-weight: bold;
|
|
4806
|
+
color: #1d326c;
|
|
4807
|
+
margin: 0px 8px;
|
|
4808
|
+
}
|
|
4809
|
+
.E_h12yihis .left .global-search {
|
|
4810
|
+
margin-left: 6px;
|
|
4811
|
+
}
|
|
4812
|
+
.E_h12yihis.global-search-active {
|
|
4813
|
+
z-index: 11;
|
|
4814
|
+
}
|
|
4815
|
+
.E_h12yihis.global-search-active .left {
|
|
4816
|
+
flex: 1;
|
|
4817
|
+
margin-right: 32px;
|
|
4818
|
+
}
|
|
4819
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
4820
|
+
display: flex;
|
|
4821
|
+
flex: 1;
|
|
4822
|
+
}
|
|
4823
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
4897
4824
|
border-color: #0080ff;
|
|
4825
|
+
width: 100%;
|
|
4898
4826
|
}
|
|
4899
|
-
.
|
|
4900
|
-
|
|
4827
|
+
.E_h12yihis.global-search-active .center {
|
|
4828
|
+
display: none;
|
|
4901
4829
|
}
|
|
4902
|
-
.
|
|
4903
|
-
|
|
4830
|
+
.E_h12yihis.global-search-active .right {
|
|
4831
|
+
flex: 0 1 auto;
|
|
4904
4832
|
}
|
|
4905
|
-
.
|
|
4906
|
-
|
|
4833
|
+
.E_h12yihis .ant-badge-count {
|
|
4834
|
+
pointer-events: none;
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
.E_ncaepor {
|
|
4838
|
+
color: rgba(10, 37, 85, 0.6);
|
|
4839
|
+
position: relative;
|
|
4840
|
+
height: 48px;
|
|
4841
|
+
display: inline-flex;
|
|
4842
|
+
align-items: center;
|
|
4843
|
+
justify-content: center;
|
|
4844
|
+
overflow: hidden;
|
|
4907
4845
|
}
|
|
4908
|
-
.
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4846
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
4847
|
+
content: "";
|
|
4848
|
+
width: 100%;
|
|
4849
|
+
height: 12px;
|
|
4850
|
+
position: absolute;
|
|
4851
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
4913
4852
|
}
|
|
4914
|
-
.
|
|
4915
|
-
|
|
4853
|
+
.E_ncaepor:before {
|
|
4854
|
+
top: 0;
|
|
4916
4855
|
}
|
|
4917
|
-
.
|
|
4918
|
-
|
|
4919
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4856
|
+
.E_ncaepor:after {
|
|
4857
|
+
bottom: 0;
|
|
4920
4858
|
}
|
|
4921
|
-
.
|
|
4922
|
-
|
|
4859
|
+
.E_ncaepor > * {
|
|
4860
|
+
height: 48px;
|
|
4861
|
+
display: inline-flex;
|
|
4862
|
+
align-items: center;
|
|
4863
|
+
white-space: nowrap;
|
|
4864
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4923
4865
|
}
|
|
4924
|
-
.
|
|
4925
|
-
|
|
4866
|
+
.E_ncaepor .name-text {
|
|
4867
|
+
transform: translateY(0);
|
|
4868
|
+
opacity: 1;
|
|
4926
4869
|
}
|
|
4927
|
-
.
|
|
4928
|
-
|
|
4870
|
+
.E_ncaepor .nav-info {
|
|
4871
|
+
transform: translateY(100%);
|
|
4872
|
+
opacity: 0;
|
|
4873
|
+
font-size: 18px;
|
|
4874
|
+
font-weight: 700;
|
|
4875
|
+
position: absolute;
|
|
4876
|
+
overflow: hidden;
|
|
4877
|
+
display: flex;
|
|
4878
|
+
justify-content: center;
|
|
4929
4879
|
}
|
|
4930
|
-
.
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4880
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
4881
|
+
color: #1d326c;
|
|
4882
|
+
flex: 1;
|
|
4883
|
+
overflow: hidden;
|
|
4884
|
+
text-overflow: ellipsis;
|
|
4934
4885
|
}
|
|
4935
|
-
.
|
|
4936
|
-
margin-left: 28px;
|
|
4886
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
4937
4887
|
color: rgba(44, 56, 82, 0.6);
|
|
4938
|
-
}
|
|
4939
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4940
4888
|
margin-left: 8px;
|
|
4941
4889
|
}
|
|
4942
|
-
.
|
|
4943
|
-
|
|
4890
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
4891
|
+
transform: translateY(-100%);
|
|
4892
|
+
opacity: 0;
|
|
4893
|
+
position: absolute;
|
|
4894
|
+
}
|
|
4895
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
4896
|
+
transform: translateY(0);
|
|
4897
|
+
opacity: 1;
|
|
4898
|
+
position: static;
|
|
4944
4899
|
}
|
|
4945
4900
|
|
|
4946
4901
|
.E_c1kghdax {
|
|
@@ -4983,187 +4938,98 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4983
4938
|
margin-right: 2px;
|
|
4984
4939
|
}
|
|
4985
4940
|
|
|
4986
|
-
.
|
|
4987
|
-
|
|
4941
|
+
.E_b14q2gmw {
|
|
4942
|
+
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);
|
|
4988
4943
|
}
|
|
4989
4944
|
|
|
4990
|
-
.
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
}
|
|
4994
|
-
.E_u3l9ivi .upload-label {
|
|
4995
|
-
color: #00122e;
|
|
4996
|
-
word-break: break-word;
|
|
4997
|
-
margin-bottom: 4px;
|
|
4998
|
-
display: block;
|
|
4999
|
-
}
|
|
5000
|
-
.E_u3l9ivi .upload-description {
|
|
5001
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5002
|
-
word-break: break-word;
|
|
4945
|
+
.E_c1eym6el {
|
|
4946
|
+
border-radius: 8px;
|
|
4947
|
+
background-color: white;
|
|
5003
4948
|
}
|
|
5004
|
-
.
|
|
5005
|
-
|
|
4949
|
+
.E_c1eym6el.hoverable {
|
|
4950
|
+
cursor: pointer;
|
|
5006
4951
|
}
|
|
5007
|
-
.
|
|
5008
|
-
|
|
5009
|
-
|
|
4952
|
+
.E_c1eym6el.hoverable:hover {
|
|
4953
|
+
transition: all 200ms ease;
|
|
4954
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4955
|
+
transform: translateY(-4px);
|
|
5010
4956
|
}
|
|
5011
|
-
|
|
5012
|
-
.
|
|
5013
|
-
|
|
4957
|
+
|
|
4958
|
+
.E_ckui4s7 {
|
|
4959
|
+
color: #2d3a56;
|
|
4960
|
+
line-height: 22px;
|
|
4961
|
+
display: inline-flex;
|
|
5014
4962
|
}
|
|
5015
|
-
.
|
|
5016
|
-
|
|
5017
|
-
border-radius: 4px;
|
|
5018
|
-
border: 1px dashed rgba(107, 128, 167, 0.6);
|
|
5019
|
-
background: rgba(237, 241, 250, 0.6);
|
|
4963
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4964
|
+
height: 22px;
|
|
5020
4965
|
display: flex;
|
|
5021
|
-
flex-direction: column;
|
|
5022
4966
|
align-items: center;
|
|
4967
|
+
top: 0;
|
|
5023
4968
|
}
|
|
5024
|
-
.
|
|
5025
|
-
|
|
5026
|
-
}
|
|
5027
|
-
.E_u3l9ivi .upload-drag-area .ant-upload-drag-container {
|
|
5028
|
-
color: #00122e;
|
|
5029
|
-
}
|
|
5030
|
-
.E_u3l9ivi .upload-drag-area.has-file {
|
|
5031
|
-
padding: 16px;
|
|
5032
|
-
}
|
|
5033
|
-
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container {
|
|
5034
|
-
display: flex;
|
|
5035
|
-
flex-direction: row;
|
|
5036
|
-
justify-content: center;
|
|
5037
|
-
align-items: flex-start;
|
|
5038
|
-
}
|
|
5039
|
-
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
5040
|
-
height: 24px;
|
|
5041
|
-
}
|
|
5042
|
-
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link[disabled] {
|
|
5043
|
-
color: #00122e;
|
|
5044
|
-
opacity: 1;
|
|
5045
|
-
}
|
|
5046
|
-
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text {
|
|
5047
|
-
margin-left: 8px;
|
|
5048
|
-
text-align: left;
|
|
5049
|
-
}
|
|
5050
|
-
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text .ant-btn.ant-btn-link {
|
|
5051
|
-
height: 24px;
|
|
5052
|
-
}
|
|
5053
|
-
.E_u3l9ivi .upload-drag-area.has-file.single {
|
|
5054
|
-
padding: 12px;
|
|
5055
|
-
line-height: 24px;
|
|
5056
|
-
}
|
|
5057
|
-
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container {
|
|
5058
|
-
display: flex;
|
|
5059
|
-
flex-direction: row;
|
|
5060
|
-
align-items: flex-start;
|
|
5061
|
-
justify-content: space-between;
|
|
5062
|
-
line-height: 24px;
|
|
5063
|
-
word-break: break-all;
|
|
5064
|
-
}
|
|
5065
|
-
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
5066
|
-
height: 24px;
|
|
5067
|
-
}
|
|
5068
|
-
.E_u3l9ivi .upload-drag-area.file-error.single {
|
|
5069
|
-
border-color: #f0483e;
|
|
5070
|
-
background: rgba(255, 74, 74, 0.1);
|
|
5071
|
-
}
|
|
5072
|
-
.E_u3l9ivi .upload-drag-area .file-info {
|
|
5073
|
-
display: flex;
|
|
5074
|
-
cursor: default;
|
|
5075
|
-
align-items: flex-start;
|
|
5076
|
-
}
|
|
5077
|
-
.E_u3l9ivi .upload-drag-area .file-info .icon-wrapper {
|
|
5078
|
-
margin: 4px 0;
|
|
5079
|
-
}
|
|
5080
|
-
.E_u3l9ivi .upload-drag-area .file-info .file-name {
|
|
5081
|
-
margin: 3px 4px;
|
|
5082
|
-
text-align: left;
|
|
4969
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4970
|
+
border: none;
|
|
5083
4971
|
}
|
|
5084
|
-
.
|
|
4972
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
5085
4973
|
border-color: #0080ff;
|
|
5086
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5087
|
-
}
|
|
5088
|
-
.E_u3l9ivi .upload-drag-area.ant-upload-disabled {
|
|
5089
|
-
opacity: 0.5;
|
|
5090
|
-
}
|
|
5091
|
-
.E_u3l9ivi .upload-drag-area.ant-upload-disabled.reach-max-count {
|
|
5092
|
-
color: rgba(0, 21, 64, 0.3);
|
|
5093
4974
|
}
|
|
5094
|
-
.
|
|
5095
|
-
|
|
5096
|
-
color: #f0483e;
|
|
5097
|
-
}
|
|
5098
|
-
.E_u3l9ivi .upload-file-info-list {
|
|
5099
|
-
gap: 4px;
|
|
5100
|
-
display: flex;
|
|
5101
|
-
flex-direction: column;
|
|
5102
|
-
}
|
|
5103
|
-
.E_u3l9ivi .upload-file-list {
|
|
5104
|
-
width: 100%;
|
|
5105
|
-
}
|
|
5106
|
-
.E_u3l9ivi .upload-file-list .upload-file-item {
|
|
5107
|
-
padding-bottom: 4px;
|
|
4975
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4976
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
5108
4977
|
}
|
|
5109
|
-
.
|
|
5110
|
-
border
|
|
5111
|
-
margin-bottom: 4px;
|
|
4978
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4979
|
+
border: 1px solid #0080ff;
|
|
5112
4980
|
}
|
|
5113
|
-
.
|
|
5114
|
-
|
|
5115
|
-
align-items: flex-start;
|
|
4981
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4982
|
+
background: #0080ff;
|
|
5116
4983
|
}
|
|
5117
|
-
.
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
width:
|
|
4984
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4985
|
+
background-color: #fff;
|
|
4986
|
+
height: 2px;
|
|
4987
|
+
width: 10px;
|
|
4988
|
+
border-radius: 2px;
|
|
5121
4989
|
}
|
|
5122
|
-
.
|
|
5123
|
-
|
|
4990
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4991
|
+
opacity: 0.5;
|
|
5124
4992
|
}
|
|
5125
|
-
.
|
|
5126
|
-
|
|
4993
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4994
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4995
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
5127
4996
|
}
|
|
5128
|
-
.
|
|
5129
|
-
|
|
4997
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4998
|
+
border-color: #2d3a56;
|
|
5130
4999
|
}
|
|
5131
|
-
.
|
|
5132
|
-
|
|
5133
|
-
margin-left: 24px;
|
|
5000
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
5001
|
+
background: #2d3a56;
|
|
5134
5002
|
}
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
display: flex;
|
|
5138
|
-
width: 100%;
|
|
5139
|
-
flex-direction: row;
|
|
5140
|
-
background: rgba(237, 241, 250, 0.6);
|
|
5141
|
-
padding: 7px 8px;
|
|
5142
|
-
border-radius: 4px;
|
|
5143
|
-
gap: 4px;
|
|
5144
|
-
align-items: self-start;
|
|
5145
|
-
color: #00122e;
|
|
5003
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
5004
|
+
padding: 0;
|
|
5146
5005
|
}
|
|
5147
|
-
.
|
|
5148
|
-
|
|
5006
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
5007
|
+
display: inline-block;
|
|
5008
|
+
margin-left: 12px;
|
|
5009
|
+
color: #2d3a56;
|
|
5010
|
+
}
|
|
5011
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
5012
|
+
margin-left: 28px;
|
|
5149
5013
|
color: rgba(44, 56, 82, 0.6);
|
|
5150
5014
|
}
|
|
5151
|
-
.
|
|
5152
|
-
|
|
5153
|
-
overflow: hidden;
|
|
5015
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
5016
|
+
margin-left: 8px;
|
|
5154
5017
|
}
|
|
5155
|
-
.
|
|
5156
|
-
margin-
|
|
5157
|
-
cursor: pointer;
|
|
5018
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
5019
|
+
margin-left: 24px;
|
|
5158
5020
|
}
|
|
5159
|
-
|
|
5160
|
-
|
|
5021
|
+
|
|
5022
|
+
.E_c1yd35n {
|
|
5023
|
+
padding: 0 12px 14px 12px;
|
|
5161
5024
|
}
|
|
5162
|
-
|
|
5163
|
-
|
|
5025
|
+
|
|
5026
|
+
.E_w7ob4th.outside-tag {
|
|
5027
|
+
padding-left: 0;
|
|
5164
5028
|
}
|
|
5165
|
-
.
|
|
5166
|
-
|
|
5029
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5030
|
+
border-radius: 4px 0 0 4px;
|
|
5031
|
+
padding-right: 4px;
|
|
5032
|
+
margin-right: 4px;
|
|
5167
5033
|
}
|
|
5168
5034
|
|
|
5169
5035
|
.E_lht19u8 {
|
|
@@ -5215,278 +5081,412 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5215
5081
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5216
5082
|
}
|
|
5217
5083
|
|
|
5218
|
-
.
|
|
5219
|
-
|
|
5084
|
+
.E_i1g85yz3 {
|
|
5085
|
+
margin-right: 4px;
|
|
5086
|
+
height: 16px;
|
|
5087
|
+
}
|
|
5088
|
+
|
|
5089
|
+
.E_sjob3jg {
|
|
5090
|
+
--item-min-width: 60px;
|
|
5091
|
+
}
|
|
5092
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5093
|
+
display: none !important;
|
|
5094
|
+
}
|
|
5095
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5096
|
+
flex-shrink: 0 !important;
|
|
5097
|
+
}
|
|
5098
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5099
|
+
color: #0080FF;
|
|
5100
|
+
}
|
|
5101
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5102
|
+
color: #0080FF;
|
|
5103
|
+
font-weight: normal;
|
|
5104
|
+
}
|
|
5105
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
5106
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5107
|
+
}
|
|
5108
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5109
|
+
color: #00122E;
|
|
5110
|
+
}
|
|
5111
|
+
.E_sjob3jg .step-item-text {
|
|
5112
|
+
display: inline-block;
|
|
5113
|
+
}
|
|
5114
|
+
.E_sjob3jg .step-item-title {
|
|
5115
|
+
overflow: hidden;
|
|
5116
|
+
white-space: nowrap;
|
|
5117
|
+
text-overflow: ellipsis;
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
5121
|
+
min-width: var(--item-min-width);
|
|
5122
|
+
}
|
|
5123
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5124
|
+
cursor: not-allowed !important;
|
|
5125
|
+
}
|
|
5126
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5127
|
+
flex-direction: row;
|
|
5128
|
+
justify-content: stretch;
|
|
5129
|
+
}
|
|
5130
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5131
|
+
padding: 0;
|
|
5132
|
+
margin-right: 4px;
|
|
5220
5133
|
flex: 1;
|
|
5221
|
-
|
|
5222
|
-
flex-direction: column;
|
|
5134
|
+
overflow: visible;
|
|
5223
5135
|
}
|
|
5224
|
-
.
|
|
5225
|
-
|
|
5136
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5137
|
+
width: 100%;
|
|
5138
|
+
min-height: unset;
|
|
5226
5139
|
}
|
|
5227
|
-
.
|
|
5228
|
-
height:
|
|
5140
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5141
|
+
height: 26px;
|
|
5142
|
+
line-height: 26px;
|
|
5143
|
+
width: 100%;
|
|
5144
|
+
padding: 0;
|
|
5145
|
+
font-size: 12px;
|
|
5229
5146
|
}
|
|
5230
|
-
.
|
|
5231
|
-
|
|
5232
|
-
border-top-left-radius: 6px;
|
|
5233
|
-
border-top-right-radius: 6px;
|
|
5234
|
-
padding-right: 16px;
|
|
5235
|
-
padding-left: 16px;
|
|
5236
|
-
font-size: 16px;
|
|
5147
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5148
|
+
margin-right: 10px;
|
|
5237
5149
|
}
|
|
5238
|
-
.
|
|
5239
|
-
|
|
5150
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5151
|
+
display: none;
|
|
5240
5152
|
}
|
|
5241
|
-
.
|
|
5242
|
-
|
|
5153
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5154
|
+
padding-left: 8px;
|
|
5155
|
+
padding-right: 4px;
|
|
5156
|
+
border-radius: 4px 0 0 4px;
|
|
5243
5157
|
}
|
|
5244
|
-
.
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
padding-right:
|
|
5158
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5159
|
+
margin-right: 0;
|
|
5160
|
+
}
|
|
5161
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5162
|
+
padding-right: 8px;
|
|
5249
5163
|
padding-left: 12px;
|
|
5250
|
-
|
|
5164
|
+
border-radius: 0 4px 4px 0;
|
|
5251
5165
|
}
|
|
5252
|
-
.
|
|
5166
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
5167
|
+
content: "";
|
|
5168
|
+
width: 0;
|
|
5169
|
+
height: 0;
|
|
5170
|
+
border: 13px solid transparent;
|
|
5171
|
+
position: absolute;
|
|
5172
|
+
top: 0;
|
|
5173
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5174
|
+
z-index: 2;
|
|
5175
|
+
position: relative;
|
|
5176
|
+
top: -50%;
|
|
5177
|
+
right: -100%;
|
|
5178
|
+
}
|
|
5179
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5180
|
+
padding: 0 4px 0 12px;
|
|
5181
|
+
}
|
|
5182
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
5183
|
+
content: "";
|
|
5184
|
+
width: 0;
|
|
5185
|
+
height: 0;
|
|
5186
|
+
border: 13px solid transparent;
|
|
5187
|
+
position: absolute;
|
|
5188
|
+
top: 0;
|
|
5189
|
+
border-left: 8px solid #fff;
|
|
5190
|
+
left: 0;
|
|
5191
|
+
}
|
|
5192
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5193
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5194
|
+
}
|
|
5195
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5196
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5197
|
+
}
|
|
5198
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5199
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5200
|
+
}
|
|
5201
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5202
|
+
cursor: pointer;
|
|
5203
|
+
min-width: var(--item-min-width);
|
|
5204
|
+
}
|
|
5205
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5206
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5207
|
+
min-width: var(--item-min-width);
|
|
5208
|
+
}
|
|
5209
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5210
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5211
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5212
|
+
}
|
|
5213
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5214
|
+
padding: 0;
|
|
5215
|
+
}
|
|
5216
|
+
|
|
5217
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5218
|
+
width: 192px;
|
|
5219
|
+
row-gap: 2px;
|
|
5220
|
+
}
|
|
5221
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5222
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5223
|
+
}
|
|
5224
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5225
|
+
color: #00122E !important;
|
|
5226
|
+
}
|
|
5227
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
5228
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5229
|
+
}
|
|
5230
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5231
|
+
padding: 0 8px;
|
|
5232
|
+
border-radius: 4px;
|
|
5233
|
+
height: 32px;
|
|
5234
|
+
display: flex;
|
|
5235
|
+
align-items: center;
|
|
5236
|
+
}
|
|
5237
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5238
|
+
min-height: auto;
|
|
5239
|
+
white-space: nowrap;
|
|
5240
|
+
}
|
|
5241
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5242
|
+
font-size: 13px;
|
|
5243
|
+
line-height: 20px;
|
|
5253
5244
|
max-width: 100%;
|
|
5245
|
+
padding-right: 0;
|
|
5246
|
+
}
|
|
5247
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5248
|
+
background: rgba(0, 128, 255, 0.1);
|
|
5249
|
+
}
|
|
5250
|
+
|
|
5251
|
+
.E_h6l1tj4 {
|
|
5252
|
+
width: 100%;
|
|
5253
|
+
display: inline-flex;
|
|
5254
|
+
align-items: center;
|
|
5255
|
+
justify-content: center;
|
|
5256
|
+
column-gap: 4px;
|
|
5257
|
+
}
|
|
5258
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
5259
|
+
display: inline-flex;
|
|
5260
|
+
align-items: center;
|
|
5261
|
+
width: 18px;
|
|
5262
|
+
height: 18px;
|
|
5263
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5264
|
+
justify-content: center;
|
|
5265
|
+
}
|
|
5266
|
+
|
|
5267
|
+
.E_v18frne8 {
|
|
5268
|
+
width: 100%;
|
|
5254
5269
|
display: flex;
|
|
5255
|
-
|
|
5256
|
-
|
|
5270
|
+
align-items: center;
|
|
5271
|
+
justify-content: center;
|
|
5272
|
+
column-gap: 6px;
|
|
5273
|
+
font-size: 13px;
|
|
5274
|
+
}
|
|
5275
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
5276
|
+
display: inline-flex;
|
|
5277
|
+
align-items: center;
|
|
5278
|
+
min-width: 20px;
|
|
5279
|
+
min-height: 20px;
|
|
5280
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5281
|
+
justify-content: center;
|
|
5282
|
+
}
|
|
5283
|
+
|
|
5284
|
+
.E_u3l9ivi {
|
|
5285
|
+
width: 100%;
|
|
5286
|
+
position: relative;
|
|
5257
5287
|
}
|
|
5258
|
-
.
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5288
|
+
.E_u3l9ivi .upload-label {
|
|
5289
|
+
color: #00122e;
|
|
5290
|
+
word-break: break-word;
|
|
5291
|
+
margin-bottom: 4px;
|
|
5292
|
+
display: block;
|
|
5262
5293
|
}
|
|
5263
|
-
.
|
|
5264
|
-
|
|
5294
|
+
.E_u3l9ivi .upload-description {
|
|
5295
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5296
|
+
word-break: break-word;
|
|
5265
5297
|
}
|
|
5266
|
-
.
|
|
5267
|
-
|
|
5268
|
-
position: relative;
|
|
5298
|
+
.E_u3l9ivi .upload-button {
|
|
5299
|
+
display: block;
|
|
5269
5300
|
}
|
|
5270
|
-
.
|
|
5271
|
-
|
|
5272
|
-
|
|
5273
|
-
height: 24px;
|
|
5274
|
-
background: rgba(172, 186, 211, 0.6);
|
|
5275
|
-
position: absolute;
|
|
5276
|
-
left: -6px;
|
|
5277
|
-
top: 50%;
|
|
5278
|
-
transform: translateY(-50%);
|
|
5301
|
+
.E_u3l9ivi .upload-button:not(:first-child),
|
|
5302
|
+
.E_u3l9ivi .upload-drag:not(:first-child) {
|
|
5303
|
+
margin-top: 8px;
|
|
5279
5304
|
}
|
|
5280
|
-
.
|
|
5281
|
-
|
|
5305
|
+
.E_u3l9ivi .upload-button:not(:last-child),
|
|
5306
|
+
.E_u3l9ivi .upload-drag:not(:last-child) {
|
|
5307
|
+
margin-bottom: 8px;
|
|
5308
|
+
}
|
|
5309
|
+
.E_u3l9ivi .upload-drag-area {
|
|
5310
|
+
padding: 32px 16px;
|
|
5311
|
+
border-radius: 4px;
|
|
5312
|
+
border: 1px dashed rgba(107, 128, 167, 0.6);
|
|
5313
|
+
background: rgba(237, 241, 250, 0.6);
|
|
5282
5314
|
display: flex;
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
5286
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5315
|
+
flex-direction: column;
|
|
5316
|
+
align-items: center;
|
|
5287
5317
|
}
|
|
5288
|
-
.
|
|
5289
|
-
|
|
5290
|
-
color: #0080ff;
|
|
5291
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
5318
|
+
.E_u3l9ivi .upload-drag-area .upload-drag-text {
|
|
5319
|
+
text-align: center;
|
|
5292
5320
|
}
|
|
5293
|
-
.
|
|
5294
|
-
|
|
5321
|
+
.E_u3l9ivi .upload-drag-area .ant-upload-drag-container {
|
|
5322
|
+
color: #00122e;
|
|
5295
5323
|
}
|
|
5296
|
-
.
|
|
5297
|
-
|
|
5298
|
-
height: 16px;
|
|
5299
|
-
padding: 0;
|
|
5300
|
-
border-radius: 2px;
|
|
5301
|
-
margin-left: 8px;
|
|
5324
|
+
.E_u3l9ivi .upload-drag-area.has-file {
|
|
5325
|
+
padding: 16px;
|
|
5302
5326
|
}
|
|
5303
|
-
.
|
|
5304
|
-
|
|
5327
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container {
|
|
5328
|
+
display: flex;
|
|
5329
|
+
flex-direction: row;
|
|
5330
|
+
justify-content: center;
|
|
5331
|
+
align-items: flex-start;
|
|
5305
5332
|
}
|
|
5306
|
-
.
|
|
5307
|
-
|
|
5308
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5309
|
-
color: #0080ff;
|
|
5333
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
5334
|
+
height: 24px;
|
|
5310
5335
|
}
|
|
5311
|
-
.
|
|
5312
|
-
|
|
5336
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link[disabled] {
|
|
5337
|
+
color: #00122e;
|
|
5338
|
+
opacity: 1;
|
|
5313
5339
|
}
|
|
5314
|
-
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5340
|
+
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text {
|
|
5341
|
+
margin-left: 8px;
|
|
5342
|
+
text-align: left;
|
|
5318
5343
|
}
|
|
5319
|
-
|
|
5320
|
-
|
|
5321
|
-
cursor: default;
|
|
5344
|
+
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text .ant-btn.ant-btn-link {
|
|
5345
|
+
height: 24px;
|
|
5322
5346
|
}
|
|
5323
|
-
.
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
padding: 6px;
|
|
5327
|
-
background: #fff;
|
|
5328
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5329
|
-
border-radius: 8px;
|
|
5330
|
-
max-height: calc(100vh - 250px);
|
|
5331
|
-
overflow: auto;
|
|
5347
|
+
.E_u3l9ivi .upload-drag-area.has-file.single {
|
|
5348
|
+
padding: 12px;
|
|
5349
|
+
line-height: 24px;
|
|
5332
5350
|
}
|
|
5333
|
-
.
|
|
5351
|
+
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container {
|
|
5334
5352
|
display: flex;
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5353
|
+
flex-direction: row;
|
|
5354
|
+
align-items: flex-start;
|
|
5355
|
+
justify-content: space-between;
|
|
5356
|
+
line-height: 24px;
|
|
5357
|
+
word-break: break-all;
|
|
5340
5358
|
}
|
|
5341
|
-
.
|
|
5342
|
-
|
|
5343
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5344
|
-
color: #0080ff;
|
|
5359
|
+
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
5360
|
+
height: 24px;
|
|
5345
5361
|
}
|
|
5346
|
-
.
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
font-weight: bold !important;
|
|
5362
|
+
.E_u3l9ivi .upload-drag-area.file-error.single {
|
|
5363
|
+
border-color: #f0483e;
|
|
5364
|
+
background: rgba(255, 74, 74, 0.1);
|
|
5350
5365
|
}
|
|
5351
|
-
.
|
|
5352
|
-
|
|
5353
|
-
|
|
5366
|
+
.E_u3l9ivi .upload-drag-area .file-info {
|
|
5367
|
+
display: flex;
|
|
5368
|
+
cursor: default;
|
|
5369
|
+
align-items: flex-start;
|
|
5354
5370
|
}
|
|
5355
|
-
.
|
|
5356
|
-
|
|
5357
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5371
|
+
.E_u3l9ivi .upload-drag-area .file-info .icon-wrapper {
|
|
5372
|
+
margin: 4px 0;
|
|
5358
5373
|
}
|
|
5359
|
-
.
|
|
5374
|
+
.E_u3l9ivi .upload-drag-area .file-info .file-name {
|
|
5375
|
+
margin: 3px 4px;
|
|
5360
5376
|
text-align: left;
|
|
5361
|
-
flex: 1;
|
|
5362
|
-
overflow: hidden;
|
|
5363
|
-
text-overflow: ellipsis;
|
|
5364
|
-
white-space: nowrap;
|
|
5365
5377
|
}
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
cursor: pointer;
|
|
5370
|
-
line-height: normal;
|
|
5371
|
-
height: 16px;
|
|
5372
|
-
margin-right: 3px;
|
|
5378
|
+
.E_u3l9ivi .upload-drag-area:not(.ant-upload-disabled):not(.file-error):hover {
|
|
5379
|
+
border-color: #0080ff;
|
|
5380
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5373
5381
|
}
|
|
5374
|
-
.
|
|
5375
|
-
|
|
5376
|
-
height: 16px;
|
|
5382
|
+
.E_u3l9ivi .upload-drag-area.ant-upload-disabled {
|
|
5383
|
+
opacity: 0.5;
|
|
5377
5384
|
}
|
|
5378
|
-
|
|
5379
|
-
.
|
|
5380
|
-
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);
|
|
5385
|
+
.E_u3l9ivi .upload-drag-area.ant-upload-disabled.reach-max-count {
|
|
5386
|
+
color: rgba(0, 21, 64, 0.3);
|
|
5381
5387
|
}
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
background-color: white;
|
|
5388
|
+
.E_u3l9ivi .upload-error {
|
|
5389
|
+
margin-top: 8px;
|
|
5390
|
+
color: #f0483e;
|
|
5386
5391
|
}
|
|
5387
|
-
.
|
|
5388
|
-
|
|
5392
|
+
.E_u3l9ivi .upload-file-info-list {
|
|
5393
|
+
gap: 4px;
|
|
5394
|
+
display: flex;
|
|
5395
|
+
flex-direction: column;
|
|
5389
5396
|
}
|
|
5390
|
-
.
|
|
5391
|
-
|
|
5392
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
5393
|
-
transform: translateY(-4px);
|
|
5397
|
+
.E_u3l9ivi .upload-file-list {
|
|
5398
|
+
width: 100%;
|
|
5394
5399
|
}
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
margin: 0;
|
|
5398
|
-
border-radius: 20px;
|
|
5399
|
-
padding: 2px 10px;
|
|
5400
|
-
height: 22px;
|
|
5401
|
-
display: flex;
|
|
5402
|
-
align-items: center;
|
|
5400
|
+
.E_u3l9ivi .upload-file-list .upload-file-item {
|
|
5401
|
+
padding-bottom: 4px;
|
|
5403
5402
|
}
|
|
5404
|
-
.
|
|
5405
|
-
|
|
5403
|
+
.E_u3l9ivi .upload-file-list .upload-file-item:not(:last-child) {
|
|
5404
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5405
|
+
margin-bottom: 4px;
|
|
5406
5406
|
}
|
|
5407
|
-
.
|
|
5408
|
-
|
|
5407
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info {
|
|
5408
|
+
display: flex;
|
|
5409
|
+
align-items: flex-start;
|
|
5409
5410
|
}
|
|
5410
|
-
.
|
|
5411
|
-
|
|
5411
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info {
|
|
5412
|
+
display: flex;
|
|
5413
|
+
align-items: flex-start;
|
|
5414
|
+
width: calc(100% - 25px);
|
|
5412
5415
|
}
|
|
5413
|
-
.
|
|
5414
|
-
|
|
5416
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info .validating {
|
|
5417
|
+
color: rgba(0, 21, 64, 0.3);
|
|
5415
5418
|
}
|
|
5416
|
-
.
|
|
5417
|
-
margin
|
|
5418
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5419
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info .icon-wrapper {
|
|
5420
|
+
margin: 0 4px;
|
|
5419
5421
|
}
|
|
5420
|
-
.
|
|
5421
|
-
|
|
5422
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .remove-button {
|
|
5423
|
+
margin-left: auto;
|
|
5422
5424
|
}
|
|
5423
|
-
.
|
|
5424
|
-
|
|
5425
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-error {
|
|
5426
|
+
color: #e75a3a;
|
|
5427
|
+
margin-left: 24px;
|
|
5425
5428
|
}
|
|
5426
|
-
|
|
5427
|
-
|
|
5429
|
+
|
|
5430
|
+
.E_ftdwz1g {
|
|
5431
|
+
display: flex;
|
|
5432
|
+
width: 100%;
|
|
5433
|
+
flex-direction: row;
|
|
5434
|
+
background: rgba(237, 241, 250, 0.6);
|
|
5435
|
+
padding: 7px 8px;
|
|
5436
|
+
border-radius: 4px;
|
|
5437
|
+
gap: 4px;
|
|
5438
|
+
align-items: self-start;
|
|
5439
|
+
color: #00122e;
|
|
5428
5440
|
}
|
|
5429
|
-
.
|
|
5430
|
-
|
|
5441
|
+
.E_ftdwz1g .file-size,
|
|
5442
|
+
.E_ftdwz1g .file-size-unit {
|
|
5443
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5431
5444
|
}
|
|
5432
|
-
.
|
|
5433
|
-
|
|
5445
|
+
.E_ftdwz1g .file-info {
|
|
5446
|
+
flex-grow: 1;
|
|
5447
|
+
overflow: hidden;
|
|
5434
5448
|
}
|
|
5435
|
-
.
|
|
5436
|
-
|
|
5449
|
+
.E_ftdwz1g .icon-wrapper {
|
|
5450
|
+
margin-top: 2px;
|
|
5451
|
+
cursor: pointer;
|
|
5437
5452
|
}
|
|
5438
|
-
.
|
|
5439
|
-
|
|
5453
|
+
.E_ftdwz1g .upload-file-error {
|
|
5454
|
+
color: #f0483e;
|
|
5440
5455
|
}
|
|
5441
|
-
|
|
5442
|
-
.
|
|
5443
|
-
width: 8px;
|
|
5444
|
-
height: 8px;
|
|
5445
|
-
border-radius: 50%;
|
|
5446
|
-
display: inline-block;
|
|
5456
|
+
.E_ftdwz1g.file-error-wrapper {
|
|
5457
|
+
background: rgba(255, 74, 74, 0.1);
|
|
5447
5458
|
}
|
|
5448
|
-
|
|
5449
|
-
.
|
|
5450
|
-
width: 8px;
|
|
5451
|
-
height: 8px;
|
|
5452
|
-
border-radius: 2px;
|
|
5453
|
-
display: inline-block;
|
|
5459
|
+
.E_ftdwz1g.disabled {
|
|
5460
|
+
opacity: 0.5;
|
|
5454
5461
|
}
|
|
5455
5462
|
|
|
5456
|
-
.
|
|
5457
|
-
|
|
5463
|
+
.E_slr2ynn {
|
|
5464
|
+
padding: 0 8px;
|
|
5465
|
+
height: 18px;
|
|
5458
5466
|
}
|
|
5459
5467
|
|
|
5460
|
-
.
|
|
5461
|
-
|
|
5468
|
+
.E_m140wbb6 {
|
|
5469
|
+
padding: 2px 8px;
|
|
5470
|
+
height: 24px;
|
|
5462
5471
|
}
|
|
5463
5472
|
|
|
5464
|
-
.
|
|
5465
|
-
|
|
5466
|
-
align-items: center;
|
|
5467
|
-
justify-content: space-between;
|
|
5468
|
-
column-gap: 6px;
|
|
5473
|
+
.E_t1fozc1i {
|
|
5474
|
+
margin: 0;
|
|
5469
5475
|
}
|
|
5470
5476
|
|
|
5471
|
-
.
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
justify-content: center;
|
|
5475
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5476
|
-
}
|
|
5477
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
5478
|
-
font-size: 0;
|
|
5479
|
-
margin-bottom: unset;
|
|
5480
|
-
margin-inline-end: unset;
|
|
5477
|
+
.E_i1vxv4ln {
|
|
5478
|
+
margin-right: 4px;
|
|
5479
|
+
height: 16px;
|
|
5481
5480
|
}
|
|
5482
5481
|
|
|
5483
|
-
.
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
border
|
|
5488
|
-
|
|
5489
|
-
|
|
5482
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5483
|
+
font-weight: 700;
|
|
5484
|
+
color: #00122E;
|
|
5485
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5486
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5487
|
+
word-break: break-all;
|
|
5488
|
+
display: inline;
|
|
5489
|
+
white-space: normal;
|
|
5490
5490
|
}
|
|
5491
5491
|
|
|
5492
5492
|
.E_t1dtlqs1 {
|
|
@@ -5698,233 +5698,252 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5698
5698
|
margin-right: 8px;
|
|
5699
5699
|
}
|
|
5700
5700
|
|
|
5701
|
-
.
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
.E_m140wbb6 {
|
|
5707
|
-
padding: 2px 8px;
|
|
5708
|
-
height: 24px;
|
|
5709
|
-
}
|
|
5710
|
-
|
|
5711
|
-
.E_t1fozc1i {
|
|
5712
|
-
margin: 0;
|
|
5701
|
+
.E_r77hffu {
|
|
5702
|
+
display: flex;
|
|
5703
|
+
align-items: center;
|
|
5704
|
+
justify-content: space-between;
|
|
5705
|
+
column-gap: 6px;
|
|
5713
5706
|
}
|
|
5714
5707
|
|
|
5715
|
-
.
|
|
5716
|
-
|
|
5717
|
-
|
|
5708
|
+
.E_p1cmxsf7 {
|
|
5709
|
+
display: flex;
|
|
5710
|
+
flex-direction: column;
|
|
5711
|
+
justify-content: center;
|
|
5712
|
+
row-gap: var(--p1cmxsf7-0);
|
|
5718
5713
|
}
|
|
5719
|
-
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5724
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5725
|
-
word-break: break-all;
|
|
5726
|
-
display: inline;
|
|
5727
|
-
white-space: normal;
|
|
5714
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
5715
|
+
font-size: 0;
|
|
5716
|
+
margin-bottom: unset;
|
|
5717
|
+
margin-inline-end: unset;
|
|
5728
5718
|
}
|
|
5729
5719
|
|
|
5730
|
-
.
|
|
5731
|
-
|
|
5720
|
+
.E_t1tbywr9 {
|
|
5721
|
+
width: 100%;
|
|
5722
|
+
flex: 1;
|
|
5723
|
+
display: flex;
|
|
5724
|
+
flex-direction: column;
|
|
5732
5725
|
}
|
|
5733
|
-
.
|
|
5734
|
-
|
|
5726
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
5727
|
+
height: 32px;
|
|
5735
5728
|
}
|
|
5736
|
-
.
|
|
5737
|
-
|
|
5729
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5730
|
+
height: 32px;
|
|
5738
5731
|
}
|
|
5739
|
-
.
|
|
5740
|
-
|
|
5732
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5733
|
+
height: 32px;
|
|
5734
|
+
border-top-left-radius: 6px;
|
|
5735
|
+
border-top-right-radius: 6px;
|
|
5736
|
+
padding-right: 16px;
|
|
5737
|
+
padding-left: 16px;
|
|
5738
|
+
font-size: 16px;
|
|
5741
5739
|
}
|
|
5742
|
-
.
|
|
5743
|
-
|
|
5744
|
-
font-weight: normal;
|
|
5740
|
+
.E_t1tbywr9.small .tab-bar {
|
|
5741
|
+
height: 24px;
|
|
5745
5742
|
}
|
|
5746
|
-
.
|
|
5747
|
-
|
|
5743
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5744
|
+
height: 24px;
|
|
5748
5745
|
}
|
|
5749
|
-
.
|
|
5750
|
-
|
|
5746
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
5747
|
+
height: 24px;
|
|
5748
|
+
border-top-left-radius: 4px;
|
|
5749
|
+
border-top-right-radius: 4px;
|
|
5750
|
+
padding-right: 12px;
|
|
5751
|
+
padding-left: 12px;
|
|
5752
|
+
font-size: 14px;
|
|
5751
5753
|
}
|
|
5752
|
-
.
|
|
5753
|
-
|
|
5754
|
+
.E_t1tbywr9 .tab-bar {
|
|
5755
|
+
max-width: 100%;
|
|
5756
|
+
display: flex;
|
|
5757
|
+
place-items: center;
|
|
5758
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5754
5759
|
}
|
|
5755
|
-
.
|
|
5760
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
5756
5761
|
overflow: hidden;
|
|
5757
|
-
|
|
5758
|
-
|
|
5762
|
+
display: flex;
|
|
5763
|
+
place-items: center;
|
|
5759
5764
|
}
|
|
5760
|
-
|
|
5761
|
-
|
|
5762
|
-
min-width: var(--item-min-width);
|
|
5765
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
5766
|
+
padding-left: 0px;
|
|
5763
5767
|
}
|
|
5764
|
-
.
|
|
5765
|
-
|
|
5768
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
5769
|
+
margin-left: 12px;
|
|
5770
|
+
position: relative;
|
|
5766
5771
|
}
|
|
5767
|
-
.
|
|
5768
|
-
|
|
5769
|
-
|
|
5772
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
5773
|
+
content: "";
|
|
5774
|
+
width: 1px;
|
|
5775
|
+
height: 24px;
|
|
5776
|
+
background: rgba(172, 186, 211, 0.6);
|
|
5777
|
+
position: absolute;
|
|
5778
|
+
left: -6px;
|
|
5779
|
+
top: 50%;
|
|
5780
|
+
transform: translateY(-50%);
|
|
5770
5781
|
}
|
|
5771
|
-
.
|
|
5772
|
-
|
|
5773
|
-
|
|
5774
|
-
|
|
5775
|
-
|
|
5782
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
5783
|
+
flex-shrink: 0;
|
|
5784
|
+
display: flex;
|
|
5785
|
+
place-items: center;
|
|
5786
|
+
cursor: pointer;
|
|
5787
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
5788
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5776
5789
|
}
|
|
5777
|
-
.
|
|
5778
|
-
|
|
5779
|
-
|
|
5790
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
5791
|
+
padding-left: 16px;
|
|
5792
|
+
color: #0080ff;
|
|
5793
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
5780
5794
|
}
|
|
5781
|
-
.
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
|
|
5795
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
5796
|
+
margin-left: 2px;
|
|
5797
|
+
}
|
|
5798
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
5799
|
+
width: 16px;
|
|
5800
|
+
height: 16px;
|
|
5785
5801
|
padding: 0;
|
|
5786
|
-
|
|
5802
|
+
border-radius: 2px;
|
|
5803
|
+
margin-left: 8px;
|
|
5787
5804
|
}
|
|
5788
|
-
.
|
|
5789
|
-
margin-
|
|
5805
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
5806
|
+
margin-left: 8px;
|
|
5790
5807
|
}
|
|
5791
|
-
.
|
|
5808
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
5809
|
+
padding-left: 16px;
|
|
5810
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5811
|
+
color: #0080ff;
|
|
5812
|
+
}
|
|
5813
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
5792
5814
|
display: none;
|
|
5793
5815
|
}
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5816
|
+
|
|
5817
|
+
.E_ti12z2.ant-dropdown-open {
|
|
5818
|
+
color: #0080ff;
|
|
5819
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5820
|
+
}
|
|
5821
|
+
|
|
5822
|
+
.E_m19lu3v {
|
|
5823
|
+
cursor: default;
|
|
5824
|
+
}
|
|
5825
|
+
.E_m19lu3v .menu-wrapper {
|
|
5826
|
+
min-width: 160px;
|
|
5827
|
+
max-width: 400px;
|
|
5828
|
+
padding: 6px;
|
|
5829
|
+
background: #fff;
|
|
5830
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5831
|
+
border-radius: 8px;
|
|
5832
|
+
max-height: calc(100vh - 250px);
|
|
5833
|
+
overflow: auto;
|
|
5834
|
+
}
|
|
5835
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
5836
|
+
display: flex;
|
|
5837
|
+
place-items: center;
|
|
5838
|
+
width: var(--itemWidth);
|
|
5839
|
+
}
|
|
5840
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
5841
|
+
margin-top: 8px;
|
|
5842
|
+
}
|
|
5843
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
5844
|
+
padding: 6px;
|
|
5845
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5846
|
+
color: #0080ff;
|
|
5798
5847
|
}
|
|
5799
|
-
.
|
|
5800
|
-
|
|
5848
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_lahvcax {
|
|
5849
|
+
font-family: Inter;
|
|
5850
|
+
font-style: normal;
|
|
5851
|
+
font-weight: bold !important;
|
|
5801
5852
|
}
|
|
5802
|
-
.
|
|
5803
|
-
padding
|
|
5804
|
-
|
|
5805
|
-
border-radius: 0 4px 4px 0;
|
|
5853
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
5854
|
+
padding: 5px 12px;
|
|
5855
|
+
border-radius: 4px;
|
|
5806
5856
|
}
|
|
5807
|
-
.
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
height: 0;
|
|
5811
|
-
border: 13px solid transparent;
|
|
5812
|
-
position: absolute;
|
|
5813
|
-
top: 0;
|
|
5814
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5815
|
-
z-index: 2;
|
|
5816
|
-
position: relative;
|
|
5817
|
-
top: -50%;
|
|
5818
|
-
right: -100%;
|
|
5857
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
5858
|
+
color: #0080ff;
|
|
5859
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5819
5860
|
}
|
|
5820
|
-
.
|
|
5821
|
-
|
|
5861
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
5862
|
+
text-align: left;
|
|
5863
|
+
flex: 1;
|
|
5864
|
+
overflow: hidden;
|
|
5865
|
+
text-overflow: ellipsis;
|
|
5866
|
+
white-space: nowrap;
|
|
5822
5867
|
}
|
|
5823
|
-
|
|
5824
|
-
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
|
|
5828
|
-
|
|
5829
|
-
|
|
5830
|
-
border-left: 8px solid #fff;
|
|
5831
|
-
left: 0;
|
|
5868
|
+
|
|
5869
|
+
.E_i1bmwe2m {
|
|
5870
|
+
margin: auto;
|
|
5871
|
+
cursor: pointer;
|
|
5872
|
+
line-height: normal;
|
|
5873
|
+
height: 16px;
|
|
5874
|
+
margin-right: 3px;
|
|
5832
5875
|
}
|
|
5833
|
-
.
|
|
5834
|
-
|
|
5876
|
+
.E_i1bmwe2m .icon-inner {
|
|
5877
|
+
display: block;
|
|
5878
|
+
height: 16px;
|
|
5835
5879
|
}
|
|
5836
|
-
|
|
5837
|
-
|
|
5880
|
+
|
|
5881
|
+
.E_l1ucdodl {
|
|
5882
|
+
margin: 0;
|
|
5883
|
+
border-radius: 20px;
|
|
5884
|
+
padding: 2px 10px;
|
|
5885
|
+
height: 22px;
|
|
5886
|
+
display: flex;
|
|
5887
|
+
align-items: center;
|
|
5838
5888
|
}
|
|
5839
|
-
.
|
|
5840
|
-
|
|
5889
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5890
|
+
color: #FFFFFF;
|
|
5841
5891
|
}
|
|
5842
|
-
.
|
|
5892
|
+
.E_l1ucdodl.tag-hover {
|
|
5843
5893
|
cursor: pointer;
|
|
5844
|
-
min-width: var(--item-min-width);
|
|
5845
|
-
}
|
|
5846
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5847
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5848
|
-
min-width: var(--item-min-width);
|
|
5849
5894
|
}
|
|
5850
|
-
.
|
|
5851
|
-
|
|
5852
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5895
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
5896
|
+
color: #00122E;
|
|
5853
5897
|
}
|
|
5854
|
-
.
|
|
5855
|
-
|
|
5898
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5899
|
+
margin-right: 6px;
|
|
5856
5900
|
}
|
|
5857
|
-
|
|
5858
|
-
|
|
5859
|
-
|
|
5860
|
-
row-gap: 2px;
|
|
5901
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5902
|
+
margin-left: 8px;
|
|
5903
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5861
5904
|
}
|
|
5862
|
-
.
|
|
5863
|
-
|
|
5905
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5906
|
+
color: #FFFFFF;
|
|
5864
5907
|
}
|
|
5865
|
-
.
|
|
5866
|
-
color: #
|
|
5908
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5909
|
+
background-color: #0080FF;
|
|
5867
5910
|
}
|
|
5868
|
-
.
|
|
5869
|
-
background-color:
|
|
5911
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5912
|
+
background-color: #F0483E;
|
|
5870
5913
|
}
|
|
5871
|
-
.
|
|
5872
|
-
|
|
5873
|
-
border-radius: 4px;
|
|
5874
|
-
height: 32px;
|
|
5875
|
-
display: flex;
|
|
5876
|
-
align-items: center;
|
|
5914
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5915
|
+
background-color: #FEA008;
|
|
5877
5916
|
}
|
|
5878
|
-
.
|
|
5879
|
-
|
|
5880
|
-
white-space: nowrap;
|
|
5917
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5918
|
+
background-color: #00BA5D;
|
|
5881
5919
|
}
|
|
5882
|
-
.
|
|
5883
|
-
|
|
5884
|
-
line-height: 20px;
|
|
5885
|
-
max-width: 100%;
|
|
5886
|
-
padding-right: 0;
|
|
5920
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5921
|
+
background-color: #6b7d99;
|
|
5887
5922
|
}
|
|
5888
|
-
.
|
|
5889
|
-
background:
|
|
5923
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5924
|
+
background-color: #7E41FF;
|
|
5890
5925
|
}
|
|
5891
5926
|
|
|
5892
|
-
.
|
|
5893
|
-
width:
|
|
5894
|
-
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
column-gap: 4px;
|
|
5898
|
-
}
|
|
5899
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
5900
|
-
display: inline-flex;
|
|
5901
|
-
align-items: center;
|
|
5902
|
-
width: 18px;
|
|
5903
|
-
height: 18px;
|
|
5904
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5905
|
-
justify-content: center;
|
|
5927
|
+
.E_s1qj66nc {
|
|
5928
|
+
width: 8px;
|
|
5929
|
+
height: 8px;
|
|
5930
|
+
border-radius: 50%;
|
|
5931
|
+
display: inline-block;
|
|
5906
5932
|
}
|
|
5907
5933
|
|
|
5908
|
-
.
|
|
5909
|
-
width:
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
|
|
5913
|
-
column-gap: 6px;
|
|
5914
|
-
font-size: 13px;
|
|
5934
|
+
.E_s5x1boq {
|
|
5935
|
+
width: 8px;
|
|
5936
|
+
height: 8px;
|
|
5937
|
+
border-radius: 2px;
|
|
5938
|
+
display: inline-block;
|
|
5915
5939
|
}
|
|
5916
|
-
|
|
5917
|
-
|
|
5918
|
-
|
|
5919
|
-
min-width: 20px;
|
|
5920
|
-
min-height: 20px;
|
|
5921
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5922
|
-
justify-content: center;
|
|
5940
|
+
|
|
5941
|
+
.E_c1xm185 {
|
|
5942
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5923
5943
|
}
|
|
5924
5944
|
|
|
5925
|
-
.
|
|
5926
|
-
|
|
5927
|
-
height: 16px;
|
|
5945
|
+
.E_c1x5l5qc {
|
|
5946
|
+
flex: 1;
|
|
5928
5947
|
}
|
|
5929
5948
|
|
|
5930
5949
|
.E_t13ef470 {
|
|
@@ -6588,88 +6607,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6588
6607
|
flex-shrink: 0;
|
|
6589
6608
|
}
|
|
6590
6609
|
|
|
6591
|
-
.E_ejcjd85 {
|
|
6592
|
-
color: #f0483e;
|
|
6593
|
-
display: flex;
|
|
6594
|
-
align-items: center;
|
|
6595
|
-
height: 32px;
|
|
6596
|
-
}
|
|
6597
|
-
|
|
6598
|
-
.E_e1lj3r2s {
|
|
6599
|
-
margin-right: 4px;
|
|
6600
|
-
flex-shrink: 0;
|
|
6601
|
-
}
|
|
6602
|
-
|
|
6603
|
-
.E_eb58k2y {
|
|
6604
|
-
align-self: flex-start;
|
|
6605
|
-
margin-top: 5px;
|
|
6606
|
-
}
|
|
6607
|
-
|
|
6608
|
-
.E_c1bad0d {
|
|
6609
|
-
font-weight: bold;
|
|
6610
|
-
}
|
|
6611
|
-
|
|
6612
|
-
.E_s20iney.skeleton-box {
|
|
6613
|
-
display: flex;
|
|
6614
|
-
align-items: center;
|
|
6615
|
-
justify-content: center;
|
|
6616
|
-
position: relative;
|
|
6617
|
-
border-radius: 2px;
|
|
6618
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6619
|
-
overflow: hidden;
|
|
6620
|
-
}
|
|
6621
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6622
|
-
width: 200%;
|
|
6623
|
-
height: 200%;
|
|
6624
|
-
transform: rotate(15deg);
|
|
6625
|
-
position: absolute;
|
|
6626
|
-
top: -50%;
|
|
6627
|
-
flex-shrink: 0;
|
|
6628
|
-
opacity: 0.8;
|
|
6629
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6630
|
-
animation: shimmer 1100ms infinite;
|
|
6631
|
-
}
|
|
6632
|
-
@keyframes shimmer {
|
|
6633
|
-
from {
|
|
6634
|
-
left: -120%;
|
|
6635
|
-
}
|
|
6636
|
-
to {
|
|
6637
|
-
left: 100%;
|
|
6638
|
-
}
|
|
6639
|
-
}
|
|
6640
|
-
|
|
6641
|
-
.E_sqv6dmy {
|
|
6642
|
-
display: flex;
|
|
6643
|
-
justify-content: flex-end;
|
|
6644
|
-
}
|
|
6645
|
-
|
|
6646
|
-
.E_p1rm8wzb {
|
|
6647
|
-
margin-right: 8px;
|
|
6648
|
-
}
|
|
6649
|
-
|
|
6650
|
-
.E_sd7qcf4 {
|
|
6651
|
-
height: 100%;
|
|
6652
|
-
width: 100%;
|
|
6653
|
-
overflow: auto;
|
|
6654
|
-
}
|
|
6655
|
-
|
|
6656
|
-
.E_r1fxc9gq.right {
|
|
6657
|
-
overflow: auto;
|
|
6658
|
-
padding-right: 2px;
|
|
6659
|
-
width: 200px;
|
|
6660
|
-
height: fit-content;
|
|
6661
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6662
|
-
scrollbar-gutter: stable;
|
|
6610
|
+
.E_ejcjd85 {
|
|
6611
|
+
color: #f0483e;
|
|
6612
|
+
display: flex;
|
|
6613
|
+
align-items: center;
|
|
6614
|
+
height: 32px;
|
|
6663
6615
|
}
|
|
6664
|
-
|
|
6665
|
-
|
|
6616
|
+
|
|
6617
|
+
.E_e1lj3r2s {
|
|
6618
|
+
margin-right: 4px;
|
|
6619
|
+
flex-shrink: 0;
|
|
6666
6620
|
}
|
|
6667
|
-
|
|
6668
|
-
|
|
6621
|
+
|
|
6622
|
+
.E_eb58k2y {
|
|
6623
|
+
align-self: flex-start;
|
|
6624
|
+
margin-top: 5px;
|
|
6669
6625
|
}
|
|
6670
|
-
|
|
6671
|
-
|
|
6672
|
-
|
|
6626
|
+
|
|
6627
|
+
.E_c1bad0d {
|
|
6628
|
+
font-weight: bold;
|
|
6673
6629
|
}
|
|
6674
6630
|
|
|
6675
6631
|
.E_dxyv8bv {
|
|
@@ -6810,33 +6766,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6810
6766
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6811
6767
|
}
|
|
6812
6768
|
|
|
6813
|
-
.
|
|
6814
|
-
overflow: hidden;
|
|
6815
|
-
height: 100%;
|
|
6816
|
-
background: white;
|
|
6817
|
-
}
|
|
6818
|
-
.E_t1g36k2w .table-loading-item {
|
|
6819
|
-
padding: 8px 4px;
|
|
6769
|
+
.E_s20iney.skeleton-box {
|
|
6820
6770
|
display: flex;
|
|
6821
6771
|
align-items: center;
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
height: 16px;
|
|
6825
|
-
margin: 4px;
|
|
6826
|
-
background: rgba(237, 241, 250, 0.6);
|
|
6772
|
+
justify-content: center;
|
|
6773
|
+
position: relative;
|
|
6827
6774
|
border-radius: 2px;
|
|
6775
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6776
|
+
overflow: hidden;
|
|
6828
6777
|
}
|
|
6829
|
-
.
|
|
6830
|
-
width:
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6778
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6779
|
+
width: 200%;
|
|
6780
|
+
height: 200%;
|
|
6781
|
+
transform: rotate(15deg);
|
|
6782
|
+
position: absolute;
|
|
6783
|
+
top: -50%;
|
|
6784
|
+
flex-shrink: 0;
|
|
6785
|
+
opacity: 0.8;
|
|
6786
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6787
|
+
animation: shimmer 1100ms infinite;
|
|
6837
6788
|
}
|
|
6838
|
-
|
|
6839
|
-
|
|
6789
|
+
@keyframes shimmer {
|
|
6790
|
+
from {
|
|
6791
|
+
left: -120%;
|
|
6792
|
+
}
|
|
6793
|
+
to {
|
|
6794
|
+
left: 100%;
|
|
6795
|
+
}
|
|
6840
6796
|
}
|
|
6841
6797
|
|
|
6842
6798
|
.E_s1n7hav7 .ant-input-prefix {
|
|
@@ -6888,31 +6844,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6888
6844
|
overflow: hidden;
|
|
6889
6845
|
}
|
|
6890
6846
|
|
|
6891
|
-
.
|
|
6892
|
-
|
|
6893
|
-
|
|
6847
|
+
.E_sqv6dmy {
|
|
6848
|
+
display: flex;
|
|
6849
|
+
justify-content: flex-end;
|
|
6894
6850
|
}
|
|
6895
|
-
|
|
6896
|
-
|
|
6851
|
+
|
|
6852
|
+
.E_p1rm8wzb {
|
|
6853
|
+
margin-right: 8px;
|
|
6897
6854
|
}
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
|
|
6855
|
+
|
|
6856
|
+
.E_sd7qcf4 {
|
|
6857
|
+
height: 100%;
|
|
6858
|
+
width: 100%;
|
|
6859
|
+
overflow: auto;
|
|
6902
6860
|
}
|
|
6903
|
-
|
|
6904
|
-
|
|
6905
|
-
|
|
6861
|
+
|
|
6862
|
+
.E_r1fxc9gq.right {
|
|
6863
|
+
overflow: auto;
|
|
6864
|
+
padding-right: 2px;
|
|
6865
|
+
width: 200px;
|
|
6866
|
+
height: fit-content;
|
|
6867
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6868
|
+
scrollbar-gutter: stable;
|
|
6869
|
+
}
|
|
6870
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6871
|
+
width: 6px;
|
|
6872
|
+
}
|
|
6873
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6874
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6875
|
+
}
|
|
6876
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6877
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6878
|
+
border-radius: 8px;
|
|
6906
6879
|
}
|
|
6907
6880
|
|
|
6908
|
-
.
|
|
6881
|
+
.E_t1g36k2w {
|
|
6882
|
+
overflow: hidden;
|
|
6883
|
+
height: 100%;
|
|
6884
|
+
background: white;
|
|
6885
|
+
}
|
|
6886
|
+
.E_t1g36k2w .table-loading-item {
|
|
6887
|
+
padding: 8px 4px;
|
|
6909
6888
|
display: flex;
|
|
6910
6889
|
align-items: center;
|
|
6911
|
-
column-gap: var(--a1ji6r68-0);
|
|
6912
6890
|
}
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
6891
|
+
.E_t1g36k2w .table-loading-item > * {
|
|
6892
|
+
height: 16px;
|
|
6893
|
+
margin: 4px;
|
|
6894
|
+
background: rgba(237, 241, 250, 0.6);
|
|
6895
|
+
border-radius: 2px;
|
|
6896
|
+
}
|
|
6897
|
+
.E_t1g36k2w .table-loading-item .checkbox-loading {
|
|
6898
|
+
width: 16px;
|
|
6899
|
+
}
|
|
6900
|
+
.E_t1g36k2w .table-loading-item .td-loading {
|
|
6901
|
+
flex: 1;
|
|
6902
|
+
}
|
|
6903
|
+
.E_t1g36k2w :nth-child(1) {
|
|
6904
|
+
padding: 8px 4px;
|
|
6905
|
+
}
|
|
6906
|
+
.E_t1g36k2w :nth-child(1) > * {
|
|
6907
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6916
6908
|
}
|
|
6917
6909
|
|
|
6918
6910
|
.E_f16blduf.ant-form-item {
|
|
@@ -6934,6 +6926,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6934
6926
|
display: block;
|
|
6935
6927
|
}
|
|
6936
6928
|
|
|
6929
|
+
.E_t1616y1o {
|
|
6930
|
+
color: #fff;
|
|
6931
|
+
}
|
|
6932
|
+
|
|
6933
|
+
.E_t1gvlxt5 {
|
|
6934
|
+
min-width: 0;
|
|
6935
|
+
flex: 1;
|
|
6936
|
+
}
|
|
6937
|
+
.E_t1gvlxt5 .tag {
|
|
6938
|
+
flex: 0 0 auto;
|
|
6939
|
+
}
|
|
6940
|
+
.E_t1gvlxt5 .progress-title {
|
|
6941
|
+
flex: 2;
|
|
6942
|
+
max-width: fit-content;
|
|
6943
|
+
color: #00122E;
|
|
6944
|
+
}
|
|
6945
|
+
.E_t1gvlxt5 .progress-desc {
|
|
6946
|
+
flex: 1;
|
|
6947
|
+
max-width: fit-content;
|
|
6948
|
+
}
|
|
6949
|
+
|
|
6950
|
+
.E_a1ji6r68 {
|
|
6951
|
+
display: flex;
|
|
6952
|
+
align-items: center;
|
|
6953
|
+
column-gap: var(--a1ji6r68-0);
|
|
6954
|
+
}
|
|
6955
|
+
|
|
6937
6956
|
.E_a9y3flr {
|
|
6938
6957
|
margin-left: 8px;
|
|
6939
6958
|
}
|
|
@@ -6981,99 +7000,9 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6981
7000
|
.E_i1ibuolf {
|
|
6982
7001
|
display: flex;
|
|
6983
7002
|
align-items: center;
|
|
6984
|
-
column-gap: 4px;
|
|
6985
|
-
font-size: 12px;
|
|
6986
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6987
|
-
}
|
|
6988
|
-
|
|
6989
|
-
.E_gmyahx3 {
|
|
6990
|
-
cursor: pointer;
|
|
6991
|
-
}
|
|
6992
|
-
.E_gmyahx3 .link-text {
|
|
6993
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6994
|
-
}
|
|
6995
|
-
.E_gmyahx3:hover .link-text {
|
|
6996
|
-
color: #0080ff;
|
|
6997
|
-
}
|
|
6998
|
-
|
|
6999
|
-
.E_skwah65 {
|
|
7000
|
-
height: 8px;
|
|
7001
|
-
box-sizing: border-box;
|
|
7002
|
-
border-radius: 2px;
|
|
7003
|
-
background: #f5f7fa;
|
|
7004
|
-
display: flex;
|
|
7005
|
-
width: 100%;
|
|
7006
|
-
overflow: hidden;
|
|
7007
|
-
}
|
|
7008
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7009
|
-
margin-left: 1px;
|
|
7010
|
-
}
|
|
7011
|
-
|
|
7012
|
-
.E_s1ebs0ra {
|
|
7013
|
-
display: flex;
|
|
7014
|
-
align-items: center;
|
|
7015
|
-
justify-content: space-between;
|
|
7016
|
-
background: #edf0f7;
|
|
7017
|
-
padding: 8px 12px;
|
|
7018
|
-
position: sticky;
|
|
7019
|
-
top: 0;
|
|
7020
|
-
z-index: 1;
|
|
7021
|
-
margin-bottom: -52px;
|
|
7022
|
-
}
|
|
7023
|
-
.E_s1ebs0ra .select-total {
|
|
7024
|
-
display: flex;
|
|
7025
|
-
align-items: center;
|
|
7026
|
-
font-weight: 700;
|
|
7027
|
-
flex-shrink: 0;
|
|
7028
|
-
}
|
|
7029
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
7030
|
-
cursor: pointer;
|
|
7031
|
-
margin-left: 8px;
|
|
7032
|
-
width: 32px;
|
|
7033
|
-
height: 32px;
|
|
7034
|
-
border-radius: 50%;
|
|
7035
|
-
justify-content: center;
|
|
7036
|
-
}
|
|
7037
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
7038
|
-
background: rgba(225, 230, 241, 0.6);
|
|
7039
|
-
}
|
|
7040
|
-
.E_s1ebs0ra .action-group {
|
|
7041
|
-
flex: 1;
|
|
7042
|
-
margin-left: 88px;
|
|
7043
|
-
white-space: nowrap;
|
|
7044
|
-
text-align: right;
|
|
7045
|
-
position: relative;
|
|
7046
|
-
padding: 4px 0;
|
|
7047
|
-
margin-top: -4px;
|
|
7048
|
-
overflow: hidden;
|
|
7049
|
-
}
|
|
7050
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
7051
|
-
transform: translateY(-4px);
|
|
7052
|
-
}
|
|
7053
|
-
.E_s1ebs0ra .action-group button {
|
|
7054
|
-
border: none;
|
|
7055
|
-
}
|
|
7056
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
7057
|
-
margin-right: 8px;
|
|
7058
|
-
}
|
|
7059
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
7060
|
-
margin-right: 4px;
|
|
7061
|
-
}
|
|
7062
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
7063
|
-
cursor: pointer;
|
|
7064
|
-
width: 32px;
|
|
7065
|
-
height: 32px;
|
|
7066
|
-
justify-content: center;
|
|
7067
|
-
border-radius: 50%;
|
|
7068
|
-
}
|
|
7069
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
7070
|
-
background: #fff;
|
|
7071
|
-
}
|
|
7072
|
-
|
|
7073
|
-
.E_mzzncgx {
|
|
7074
|
-
display: inline-flex;
|
|
7075
|
-
align-items: center;
|
|
7076
|
-
gap: 4px;
|
|
7003
|
+
column-gap: 4px;
|
|
7004
|
+
font-size: 12px;
|
|
7005
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
7077
7006
|
}
|
|
7078
7007
|
|
|
7079
7008
|
.E_c18bcrac {
|
|
@@ -7219,6 +7148,73 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7219
7148
|
border-radius: 2px;
|
|
7220
7149
|
}
|
|
7221
7150
|
|
|
7151
|
+
.E_s1ebs0ra {
|
|
7152
|
+
display: flex;
|
|
7153
|
+
align-items: center;
|
|
7154
|
+
justify-content: space-between;
|
|
7155
|
+
background: #edf0f7;
|
|
7156
|
+
padding: 8px 12px;
|
|
7157
|
+
position: sticky;
|
|
7158
|
+
top: 0;
|
|
7159
|
+
z-index: 1;
|
|
7160
|
+
margin-bottom: -52px;
|
|
7161
|
+
}
|
|
7162
|
+
.E_s1ebs0ra .select-total {
|
|
7163
|
+
display: flex;
|
|
7164
|
+
align-items: center;
|
|
7165
|
+
font-weight: 700;
|
|
7166
|
+
flex-shrink: 0;
|
|
7167
|
+
}
|
|
7168
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
7169
|
+
cursor: pointer;
|
|
7170
|
+
margin-left: 8px;
|
|
7171
|
+
width: 32px;
|
|
7172
|
+
height: 32px;
|
|
7173
|
+
border-radius: 50%;
|
|
7174
|
+
justify-content: center;
|
|
7175
|
+
}
|
|
7176
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
7177
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7178
|
+
}
|
|
7179
|
+
.E_s1ebs0ra .action-group {
|
|
7180
|
+
flex: 1;
|
|
7181
|
+
margin-left: 88px;
|
|
7182
|
+
white-space: nowrap;
|
|
7183
|
+
text-align: right;
|
|
7184
|
+
position: relative;
|
|
7185
|
+
padding: 4px 0;
|
|
7186
|
+
margin-top: -4px;
|
|
7187
|
+
overflow: hidden;
|
|
7188
|
+
}
|
|
7189
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
7190
|
+
transform: translateY(-4px);
|
|
7191
|
+
}
|
|
7192
|
+
.E_s1ebs0ra .action-group button {
|
|
7193
|
+
border: none;
|
|
7194
|
+
}
|
|
7195
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
7196
|
+
margin-right: 8px;
|
|
7197
|
+
}
|
|
7198
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
7199
|
+
margin-right: 4px;
|
|
7200
|
+
}
|
|
7201
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
7202
|
+
cursor: pointer;
|
|
7203
|
+
width: 32px;
|
|
7204
|
+
height: 32px;
|
|
7205
|
+
justify-content: center;
|
|
7206
|
+
border-radius: 50%;
|
|
7207
|
+
}
|
|
7208
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
7209
|
+
background: #fff;
|
|
7210
|
+
}
|
|
7211
|
+
|
|
7212
|
+
.E_mzzncgx {
|
|
7213
|
+
display: inline-flex;
|
|
7214
|
+
align-items: center;
|
|
7215
|
+
gap: 4px;
|
|
7216
|
+
}
|
|
7217
|
+
|
|
7222
7218
|
.E_c1up1pdz {
|
|
7223
7219
|
width: 648px;
|
|
7224
7220
|
}
|
|
@@ -7359,6 +7355,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7359
7355
|
color: #fff;
|
|
7360
7356
|
}
|
|
7361
7357
|
|
|
7358
|
+
.E_gmyahx3 {
|
|
7359
|
+
cursor: pointer;
|
|
7360
|
+
}
|
|
7361
|
+
.E_gmyahx3 .link-text {
|
|
7362
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7363
|
+
}
|
|
7364
|
+
.E_gmyahx3:hover .link-text {
|
|
7365
|
+
color: #0080ff;
|
|
7366
|
+
}
|
|
7367
|
+
|
|
7368
|
+
.E_n12mqh7z {
|
|
7369
|
+
display: flex;
|
|
7370
|
+
align-items: center;
|
|
7371
|
+
font-size: 12px;
|
|
7372
|
+
line-height: 18px;
|
|
7373
|
+
}
|
|
7374
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7375
|
+
margin-bottom: 4px;
|
|
7376
|
+
}
|
|
7377
|
+
|
|
7378
|
+
.E_tf5bynu {
|
|
7379
|
+
margin: 0 3px;
|
|
7380
|
+
}
|
|
7381
|
+
|
|
7382
|
+
.E_tcckoz1 {
|
|
7383
|
+
max-height: 400px;
|
|
7384
|
+
overflow: auto;
|
|
7385
|
+
}
|
|
7386
|
+
|
|
7362
7387
|
span.E_tqjc4ui {
|
|
7363
7388
|
margin: 0 2px;
|
|
7364
7389
|
}
|
|
@@ -7390,154 +7415,6 @@ span.E_tqjc4ui {
|
|
|
7390
7415
|
visibility: hidden;
|
|
7391
7416
|
}
|
|
7392
7417
|
|
|
7393
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
7394
|
-
background: #edf0f7;
|
|
7395
|
-
padding: 32px 8px;
|
|
7396
|
-
overflow: auto;
|
|
7397
|
-
}
|
|
7398
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
7399
|
-
display: flex;
|
|
7400
|
-
flex-direction: column;
|
|
7401
|
-
justify-content: space-between;
|
|
7402
|
-
}
|
|
7403
|
-
.E_s1at6qmn footer {
|
|
7404
|
-
display: flex;
|
|
7405
|
-
}
|
|
7406
|
-
.E_s1at6qmn .ant-menu {
|
|
7407
|
-
background: #edf0f7;
|
|
7408
|
-
}
|
|
7409
|
-
.E_s1at6qmn .ant-menu a {
|
|
7410
|
-
color: #00122e;
|
|
7411
|
-
width: 180px;
|
|
7412
|
-
overflow: hidden;
|
|
7413
|
-
text-overflow: ellipsis;
|
|
7414
|
-
}
|
|
7415
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
7416
|
-
margin-bottom: 24px;
|
|
7417
|
-
}
|
|
7418
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7419
|
-
margin: 0;
|
|
7420
|
-
}
|
|
7421
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7422
|
-
font-size: 12px;
|
|
7423
|
-
padding: 0 8px 4px;
|
|
7424
|
-
line-height: 18px;
|
|
7425
|
-
}
|
|
7426
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7427
|
-
padding: 0;
|
|
7428
|
-
}
|
|
7429
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7430
|
-
padding-bottom: 24px;
|
|
7431
|
-
}
|
|
7432
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7433
|
-
margin-bottom: 24px;
|
|
7434
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7435
|
-
}
|
|
7436
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7437
|
-
transition: none;
|
|
7438
|
-
display: flex;
|
|
7439
|
-
align-items: center;
|
|
7440
|
-
height: 32px;
|
|
7441
|
-
line-height: 22px;
|
|
7442
|
-
padding: 0 8px;
|
|
7443
|
-
}
|
|
7444
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7445
|
-
margin-right: 12px;
|
|
7446
|
-
}
|
|
7447
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7448
|
-
margin: 0;
|
|
7449
|
-
margin-bottom: 2px;
|
|
7450
|
-
}
|
|
7451
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7452
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7453
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7454
|
-
border-radius: 6px;
|
|
7455
|
-
color: #fff;
|
|
7456
|
-
}
|
|
7457
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7458
|
-
color: #fff;
|
|
7459
|
-
}
|
|
7460
|
-
.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 {
|
|
7461
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7462
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7463
|
-
border-radius: 6px;
|
|
7464
|
-
}
|
|
7465
|
-
|
|
7466
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7467
|
-
white-space: nowrap;
|
|
7468
|
-
transition: all 0s;
|
|
7469
|
-
}
|
|
7470
|
-
.E_s1wu0lms.shrink {
|
|
7471
|
-
transition: all 0s;
|
|
7472
|
-
overflow: hidden;
|
|
7473
|
-
}
|
|
7474
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7475
|
-
visibility: hidden;
|
|
7476
|
-
}
|
|
7477
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7478
|
-
width: 36px;
|
|
7479
|
-
padding: 0 6px;
|
|
7480
|
-
}
|
|
7481
|
-
|
|
7482
|
-
.E_n1ugzfva {
|
|
7483
|
-
display: flex;
|
|
7484
|
-
place-items: center;
|
|
7485
|
-
width: 100% !important;
|
|
7486
|
-
}
|
|
7487
|
-
.E_n1ugzfva[disabled] {
|
|
7488
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7489
|
-
opacity: 1 !important;
|
|
7490
|
-
}
|
|
7491
|
-
.E_n1ugzfva.ant-btn {
|
|
7492
|
-
width: 100%;
|
|
7493
|
-
color: #00122e;
|
|
7494
|
-
}
|
|
7495
|
-
.E_n1ugzfva .icon-wrapper {
|
|
7496
|
-
margin-right: 12px;
|
|
7497
|
-
}
|
|
7498
|
-
.E_n1ugzfva .link-title {
|
|
7499
|
-
flex: 1;
|
|
7500
|
-
overflow: hidden;
|
|
7501
|
-
white-space: nowrap;
|
|
7502
|
-
text-overflow: ellipsis;
|
|
7503
|
-
text-align: left;
|
|
7504
|
-
}
|
|
7505
|
-
|
|
7506
|
-
.E_n12mqh7z {
|
|
7507
|
-
display: flex;
|
|
7508
|
-
align-items: center;
|
|
7509
|
-
font-size: 12px;
|
|
7510
|
-
line-height: 18px;
|
|
7511
|
-
}
|
|
7512
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7513
|
-
margin-bottom: 4px;
|
|
7514
|
-
}
|
|
7515
|
-
|
|
7516
|
-
.E_tf5bynu {
|
|
7517
|
-
margin: 0 3px;
|
|
7518
|
-
}
|
|
7519
|
-
|
|
7520
|
-
.E_tcckoz1 {
|
|
7521
|
-
max-height: 400px;
|
|
7522
|
-
overflow: auto;
|
|
7523
|
-
}
|
|
7524
|
-
|
|
7525
|
-
.E_u15heuvq.content {
|
|
7526
|
-
cursor: default !important;
|
|
7527
|
-
}
|
|
7528
|
-
.E_u15heuvq.content.link {
|
|
7529
|
-
cursor: pointer !important;
|
|
7530
|
-
}
|
|
7531
|
-
.E_u15heuvq.content.link:hover {
|
|
7532
|
-
color: #0080FF;
|
|
7533
|
-
}
|
|
7534
|
-
.E_u15heuvq.content.black {
|
|
7535
|
-
color: #00122E;
|
|
7536
|
-
}
|
|
7537
|
-
.E_u15heuvq.content.gray {
|
|
7538
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
7539
|
-
}
|
|
7540
|
-
|
|
7541
7418
|
.E_wg1tsps {
|
|
7542
7419
|
display: flex;
|
|
7543
7420
|
align-items: center;
|
|
@@ -7557,16 +7434,8 @@ span.E_tqjc4ui {
|
|
|
7557
7434
|
.E_u1p8acpn {
|
|
7558
7435
|
min-width: 40px;
|
|
7559
7436
|
}
|
|
7560
|
-
.E_u1p8acpn .unit {
|
|
7561
|
-
color: #00122e !important;
|
|
7562
|
-
}
|
|
7563
|
-
|
|
7564
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
7565
|
-
display: flex;
|
|
7566
|
-
align-items: center;
|
|
7567
|
-
}
|
|
7568
|
-
.E_s1iv0tp1 .enabled-text {
|
|
7569
|
-
margin-right: 8px;
|
|
7437
|
+
.E_u1p8acpn .unit {
|
|
7438
|
+
color: #00122e !important;
|
|
7570
7439
|
}
|
|
7571
7440
|
|
|
7572
7441
|
.E_t1sqg15u {
|
|
@@ -7659,6 +7528,140 @@ span.E_tqjc4ui {
|
|
|
7659
7528
|
padding-right: 12px;
|
|
7660
7529
|
}
|
|
7661
7530
|
|
|
7531
|
+
.E_skwah65 {
|
|
7532
|
+
height: 8px;
|
|
7533
|
+
box-sizing: border-box;
|
|
7534
|
+
border-radius: 2px;
|
|
7535
|
+
background: #f5f7fa;
|
|
7536
|
+
display: flex;
|
|
7537
|
+
width: 100%;
|
|
7538
|
+
overflow: hidden;
|
|
7539
|
+
}
|
|
7540
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7541
|
+
margin-left: 1px;
|
|
7542
|
+
}
|
|
7543
|
+
|
|
7544
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7545
|
+
display: flex;
|
|
7546
|
+
align-items: center;
|
|
7547
|
+
}
|
|
7548
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7549
|
+
margin-right: 8px;
|
|
7550
|
+
}
|
|
7551
|
+
|
|
7552
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
7553
|
+
background: #edf0f7;
|
|
7554
|
+
padding: 32px 8px;
|
|
7555
|
+
overflow: auto;
|
|
7556
|
+
}
|
|
7557
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
7558
|
+
display: flex;
|
|
7559
|
+
flex-direction: column;
|
|
7560
|
+
justify-content: space-between;
|
|
7561
|
+
}
|
|
7562
|
+
.E_s1at6qmn footer {
|
|
7563
|
+
display: flex;
|
|
7564
|
+
}
|
|
7565
|
+
.E_s1at6qmn .ant-menu {
|
|
7566
|
+
background: #edf0f7;
|
|
7567
|
+
}
|
|
7568
|
+
.E_s1at6qmn .ant-menu a {
|
|
7569
|
+
color: #00122e;
|
|
7570
|
+
width: 180px;
|
|
7571
|
+
overflow: hidden;
|
|
7572
|
+
text-overflow: ellipsis;
|
|
7573
|
+
}
|
|
7574
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
7575
|
+
margin-bottom: 24px;
|
|
7576
|
+
}
|
|
7577
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7578
|
+
margin: 0;
|
|
7579
|
+
}
|
|
7580
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7581
|
+
font-size: 12px;
|
|
7582
|
+
padding: 0 8px 4px;
|
|
7583
|
+
line-height: 18px;
|
|
7584
|
+
}
|
|
7585
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7586
|
+
padding: 0;
|
|
7587
|
+
}
|
|
7588
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7589
|
+
padding-bottom: 24px;
|
|
7590
|
+
}
|
|
7591
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7592
|
+
margin-bottom: 24px;
|
|
7593
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7594
|
+
}
|
|
7595
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7596
|
+
transition: none;
|
|
7597
|
+
display: flex;
|
|
7598
|
+
align-items: center;
|
|
7599
|
+
height: 32px;
|
|
7600
|
+
line-height: 22px;
|
|
7601
|
+
padding: 0 8px;
|
|
7602
|
+
}
|
|
7603
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7604
|
+
margin-right: 12px;
|
|
7605
|
+
}
|
|
7606
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7607
|
+
margin: 0;
|
|
7608
|
+
margin-bottom: 2px;
|
|
7609
|
+
}
|
|
7610
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7611
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7612
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7613
|
+
border-radius: 6px;
|
|
7614
|
+
color: #fff;
|
|
7615
|
+
}
|
|
7616
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7617
|
+
color: #fff;
|
|
7618
|
+
}
|
|
7619
|
+
.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 {
|
|
7620
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7621
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7622
|
+
border-radius: 6px;
|
|
7623
|
+
}
|
|
7624
|
+
|
|
7625
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7626
|
+
white-space: nowrap;
|
|
7627
|
+
transition: all 0s;
|
|
7628
|
+
}
|
|
7629
|
+
.E_s1wu0lms.shrink {
|
|
7630
|
+
transition: all 0s;
|
|
7631
|
+
overflow: hidden;
|
|
7632
|
+
}
|
|
7633
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7634
|
+
visibility: hidden;
|
|
7635
|
+
}
|
|
7636
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7637
|
+
width: 36px;
|
|
7638
|
+
padding: 0 6px;
|
|
7639
|
+
}
|
|
7640
|
+
|
|
7641
|
+
.E_n1ugzfva {
|
|
7642
|
+
display: flex;
|
|
7643
|
+
place-items: center;
|
|
7644
|
+
width: 100% !important;
|
|
7645
|
+
}
|
|
7646
|
+
.E_n1ugzfva[disabled] {
|
|
7647
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7648
|
+
opacity: 1 !important;
|
|
7649
|
+
}
|
|
7650
|
+
.E_n1ugzfva.ant-btn {
|
|
7651
|
+
width: 100%;
|
|
7652
|
+
color: #00122e;
|
|
7653
|
+
}
|
|
7654
|
+
.E_n1ugzfva .icon-wrapper {
|
|
7655
|
+
margin-right: 12px;
|
|
7656
|
+
}
|
|
7657
|
+
.E_n1ugzfva .link-title {
|
|
7658
|
+
flex: 1;
|
|
7659
|
+
overflow: hidden;
|
|
7660
|
+
white-space: nowrap;
|
|
7661
|
+
text-overflow: ellipsis;
|
|
7662
|
+
text-align: left;
|
|
7663
|
+
}
|
|
7664
|
+
|
|
7662
7665
|
.E_t160l1cm {
|
|
7663
7666
|
display: flex;
|
|
7664
7667
|
flex-direction: column;
|
|
@@ -7862,6 +7865,22 @@ span.E_tqjc4ui {
|
|
|
7862
7865
|
background: transparent;
|
|
7863
7866
|
}
|
|
7864
7867
|
|
|
7868
|
+
.E_u15heuvq.content {
|
|
7869
|
+
cursor: default !important;
|
|
7870
|
+
}
|
|
7871
|
+
.E_u15heuvq.content.link {
|
|
7872
|
+
cursor: pointer !important;
|
|
7873
|
+
}
|
|
7874
|
+
.E_u15heuvq.content.link:hover {
|
|
7875
|
+
color: #0080FF;
|
|
7876
|
+
}
|
|
7877
|
+
.E_u15heuvq.content.black {
|
|
7878
|
+
color: #00122E;
|
|
7879
|
+
}
|
|
7880
|
+
.E_u15heuvq.content.gray {
|
|
7881
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
7882
|
+
}
|
|
7883
|
+
|
|
7865
7884
|
.E_cyms3br {
|
|
7866
7885
|
background: #fff;
|
|
7867
7886
|
width: 100%;
|
|
@@ -7937,12 +7956,6 @@ span.E_tqjc4ui {
|
|
|
7937
7956
|
justify-content: center;
|
|
7938
7957
|
}
|
|
7939
7958
|
|
|
7940
|
-
.E_h1ol2wl7 {
|
|
7941
|
-
font-weight: bold;
|
|
7942
|
-
background-color: unset;
|
|
7943
|
-
padding: unset;
|
|
7944
|
-
}
|
|
7945
|
-
|
|
7946
7959
|
.E_i5w779o {
|
|
7947
7960
|
padding: 8px 0;
|
|
7948
7961
|
}
|
|
@@ -8047,6 +8060,12 @@ span.E_tqjc4ui {
|
|
|
8047
8060
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
8048
8061
|
}
|
|
8049
8062
|
|
|
8063
|
+
.E_h1ol2wl7 {
|
|
8064
|
+
font-weight: bold;
|
|
8065
|
+
background-color: unset;
|
|
8066
|
+
padding: unset;
|
|
8067
|
+
}
|
|
8068
|
+
|
|
8050
8069
|
.E_l12xdkhl {
|
|
8051
8070
|
width: 64px;
|
|
8052
8071
|
height: 64px;
|
|
@@ -8071,13 +8090,48 @@ span.E_tqjc4ui {
|
|
|
8071
8090
|
}
|
|
8072
8091
|
}
|
|
8073
8092
|
|
|
8074
|
-
.
|
|
8075
|
-
|
|
8093
|
+
.E_c14ouk5o {
|
|
8094
|
+
width: 100%;
|
|
8095
|
+
height: 100%;
|
|
8096
|
+
display: flex;
|
|
8097
|
+
font-size: 12px;
|
|
8098
|
+
line-height: 18px;
|
|
8099
|
+
padding: 8px 0;
|
|
8100
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8076
8101
|
}
|
|
8077
|
-
|
|
8078
|
-
|
|
8079
|
-
|
|
8102
|
+
.E_c14ouk5o:last-of-type {
|
|
8103
|
+
box-shadow: none;
|
|
8104
|
+
padding-bottom: 0;
|
|
8105
|
+
}
|
|
8106
|
+
.E_c14ouk5o.collapsed {
|
|
8107
|
+
flex-direction: column;
|
|
8108
|
+
}
|
|
8109
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8110
|
+
display: flex;
|
|
8111
|
+
}
|
|
8112
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8113
|
+
flex: 1;
|
|
8114
|
+
display: flex;
|
|
8115
|
+
justify-content: space-between;
|
|
8116
|
+
}
|
|
8117
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8118
|
+
height: auto;
|
|
8119
|
+
}
|
|
8120
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
8121
|
+
margin-left: 162px;
|
|
8122
|
+
}
|
|
8123
|
+
.E_c14ouk5o .col-label {
|
|
8124
|
+
width: 216px;
|
|
8080
8125
|
color: rgba(44, 56, 82, 0.6);
|
|
8126
|
+
margin-right: 12px;
|
|
8127
|
+
flex-shrink: 0;
|
|
8128
|
+
}
|
|
8129
|
+
.E_c14ouk5o .col-content {
|
|
8130
|
+
color: #2d3a56;
|
|
8131
|
+
/* make btn link in info row have the same height as normal text */
|
|
8132
|
+
}
|
|
8133
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8134
|
+
height: auto;
|
|
8081
8135
|
}
|
|
8082
8136
|
|
|
8083
8137
|
.E_c1kchka8 {
|
|
@@ -8623,46 +8677,11 @@ span.E_tqjc4ui {
|
|
|
8623
8677
|
margin: 16px 0;
|
|
8624
8678
|
}
|
|
8625
8679
|
|
|
8626
|
-
.
|
|
8627
|
-
|
|
8628
|
-
height: 100%;
|
|
8629
|
-
display: flex;
|
|
8630
|
-
font-size: 12px;
|
|
8631
|
-
line-height: 18px;
|
|
8632
|
-
padding: 8px 0;
|
|
8633
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8634
|
-
}
|
|
8635
|
-
.E_c14ouk5o:last-of-type {
|
|
8636
|
-
box-shadow: none;
|
|
8637
|
-
padding-bottom: 0;
|
|
8638
|
-
}
|
|
8639
|
-
.E_c14ouk5o.collapsed {
|
|
8640
|
-
flex-direction: column;
|
|
8641
|
-
}
|
|
8642
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8643
|
-
display: flex;
|
|
8644
|
-
}
|
|
8645
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8646
|
-
flex: 1;
|
|
8647
|
-
display: flex;
|
|
8648
|
-
justify-content: space-between;
|
|
8649
|
-
}
|
|
8650
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8651
|
-
height: auto;
|
|
8652
|
-
}
|
|
8653
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
8654
|
-
margin-left: 162px;
|
|
8680
|
+
.E_cevhqx7 {
|
|
8681
|
+
color: #00122e;
|
|
8655
8682
|
}
|
|
8656
|
-
|
|
8657
|
-
|
|
8683
|
+
|
|
8684
|
+
.E_snbqlt4 {
|
|
8685
|
+
margin-top: 8px;
|
|
8658
8686
|
color: rgba(44, 56, 82, 0.6);
|
|
8659
|
-
margin-right: 12px;
|
|
8660
|
-
flex-shrink: 0;
|
|
8661
|
-
}
|
|
8662
|
-
.E_c14ouk5o .col-content {
|
|
8663
|
-
color: #2d3a56;
|
|
8664
|
-
/* make btn link in info row have the same height as normal text */
|
|
8665
|
-
}
|
|
8666
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8667
|
-
height: auto;
|
|
8668
8687
|
}
|