@cloudtower/eagle 490.0.1 → 490.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1807 -1806
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2383 -2382
- package/dist/style.css +1807 -1806
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1172,6 +1172,51 @@ html body {
|
|
|
1172
1172
|
flex: 1;
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
+
.E_berrcjl {
|
|
1176
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1177
|
+
margin-bottom: 4px;
|
|
1178
|
+
}
|
|
1179
|
+
.E_berrcjl .breadcrumb-link {
|
|
1180
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1181
|
+
cursor: pointer;
|
|
1182
|
+
transition: color 160ms ease;
|
|
1183
|
+
}
|
|
1184
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1185
|
+
color: #0080ff;
|
|
1186
|
+
}
|
|
1187
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1188
|
+
color: #005ed1;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.E_b1nip9bk {
|
|
1192
|
+
padding: 4px 11px;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.E_bqamoqe {
|
|
1196
|
+
white-space: nowrap;
|
|
1197
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1198
|
+
}
|
|
1199
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1200
|
+
--color: #0080ff;
|
|
1201
|
+
}
|
|
1202
|
+
.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] {
|
|
1203
|
+
--color: #0080ff;
|
|
1204
|
+
}
|
|
1205
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1206
|
+
margin-left: 1px;
|
|
1207
|
+
}
|
|
1208
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1209
|
+
border-top-right-radius: 0;
|
|
1210
|
+
border-bottom-right-radius: 0;
|
|
1211
|
+
}
|
|
1212
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1213
|
+
border-top-left-radius: 0;
|
|
1214
|
+
border-bottom-left-radius: 0;
|
|
1215
|
+
}
|
|
1216
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1217
|
+
border-radius: unset;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1175
1220
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1176
1221
|
justify-content: center;
|
|
1177
1222
|
}
|
|
@@ -1435,62 +1480,45 @@ html body {
|
|
|
1435
1480
|
justify-content: center;
|
|
1436
1481
|
}
|
|
1437
1482
|
|
|
1438
|
-
.
|
|
1439
|
-
|
|
1440
|
-
margin-bottom: 4px;
|
|
1441
|
-
}
|
|
1442
|
-
.E_berrcjl .breadcrumb-link {
|
|
1443
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1444
|
-
cursor: pointer;
|
|
1445
|
-
transition: color 160ms ease;
|
|
1483
|
+
.E_c1uzzomf {
|
|
1484
|
+
margin-bottom: 16px;
|
|
1446
1485
|
}
|
|
1447
|
-
.
|
|
1448
|
-
|
|
1486
|
+
.E_c1uzzomf .card-title {
|
|
1487
|
+
font-size: 16px;
|
|
1488
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1489
|
+
font-weight: 700;
|
|
1490
|
+
line-height: 32px;
|
|
1449
1491
|
}
|
|
1450
|
-
.
|
|
1451
|
-
|
|
1492
|
+
.E_c1uzzomf .card-body {
|
|
1493
|
+
padding: 24px;
|
|
1494
|
+
border-radius: 8px;
|
|
1495
|
+
background: #fff;
|
|
1452
1496
|
}
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1497
|
+
.E_c1uzzomf .empty {
|
|
1498
|
+
font-weight: 700;
|
|
1499
|
+
font-size: 14px;
|
|
1500
|
+
line-height: 22px;
|
|
1501
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1502
|
+
text-align: center;
|
|
1456
1503
|
}
|
|
1457
1504
|
|
|
1458
|
-
.
|
|
1459
|
-
|
|
1460
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1461
|
-
}
|
|
1462
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1463
|
-
--color: #0080ff;
|
|
1464
|
-
}
|
|
1465
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1466
|
-
--color: #0080ff;
|
|
1467
|
-
}
|
|
1468
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1469
|
-
margin-left: 1px;
|
|
1470
|
-
}
|
|
1471
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1472
|
-
border-top-right-radius: 0;
|
|
1473
|
-
border-bottom-right-radius: 0;
|
|
1505
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1506
|
+
display: flex;
|
|
1474
1507
|
}
|
|
1475
|
-
.
|
|
1476
|
-
border-
|
|
1477
|
-
border-
|
|
1508
|
+
.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 {
|
|
1509
|
+
border-bottom-left-radius: 5px;
|
|
1510
|
+
border-top-left-radius: 5px;
|
|
1478
1511
|
}
|
|
1479
|
-
.
|
|
1480
|
-
border-radius:
|
|
1512
|
+
.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 {
|
|
1513
|
+
border-bottom-right-radius: 5px;
|
|
1514
|
+
border-top-right-radius: 5px;
|
|
1481
1515
|
}
|
|
1482
1516
|
|
|
1483
|
-
.
|
|
1484
|
-
|
|
1485
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1486
|
-
font-size: 12px;
|
|
1487
|
-
}
|
|
1488
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1489
|
-
padding-bottom: 6px;
|
|
1517
|
+
.E_c1yyuluq {
|
|
1518
|
+
border-radius: 8px;
|
|
1490
1519
|
}
|
|
1491
|
-
.
|
|
1492
|
-
padding
|
|
1493
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1520
|
+
.E_c1yyuluq .ant-card-body {
|
|
1521
|
+
padding: 20px 24px 24px 24px;
|
|
1494
1522
|
}
|
|
1495
1523
|
|
|
1496
1524
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -1515,33 +1543,65 @@ html body {
|
|
|
1515
1543
|
cursor: default;
|
|
1516
1544
|
}
|
|
1517
1545
|
|
|
1518
|
-
.
|
|
1519
|
-
|
|
1546
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1547
|
+
line-height: 18px;
|
|
1520
1548
|
}
|
|
1521
|
-
|
|
1522
|
-
|
|
1549
|
+
|
|
1550
|
+
.E_phljevk {
|
|
1551
|
+
display: flex;
|
|
1552
|
+
justify-content: space-between;
|
|
1553
|
+
align-items: center;
|
|
1554
|
+
padding: 10px 0;
|
|
1523
1555
|
color: rgba(44, 56, 82, 0.6);
|
|
1524
|
-
font-
|
|
1525
|
-
line-height:
|
|
1556
|
+
font-size: 12px;
|
|
1557
|
+
line-height: 24px;
|
|
1526
1558
|
}
|
|
1527
|
-
.
|
|
1528
|
-
padding:
|
|
1529
|
-
border-radius: 8px;
|
|
1530
|
-
background: #fff;
|
|
1559
|
+
.E_phljevk .pagination-left {
|
|
1560
|
+
padding: 2px 8px;
|
|
1531
1561
|
}
|
|
1532
|
-
.
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1562
|
+
.E_phljevk .dropdown-trigger {
|
|
1563
|
+
display: flex;
|
|
1564
|
+
align-items: center;
|
|
1565
|
+
border-radius: 6px;
|
|
1566
|
+
cursor: pointer;
|
|
1567
|
+
transition: all 0.3s ease;
|
|
1568
|
+
}
|
|
1569
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1570
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1571
|
+
color: #0080ff;
|
|
1572
|
+
}
|
|
1573
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1574
|
+
margin-left: 4px;
|
|
1575
|
+
}
|
|
1576
|
+
.E_phljevk .pagination-right {
|
|
1577
|
+
display: flex;
|
|
1578
|
+
align-items: center;
|
|
1579
|
+
color: #0080ff;
|
|
1580
|
+
font-weight: bold;
|
|
1581
|
+
}
|
|
1582
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
1583
|
+
margin-left: 4px;
|
|
1584
|
+
}
|
|
1585
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
1586
|
+
.E_phljevk .pagination-right .next-btn {
|
|
1587
|
+
padding: 0 8px;
|
|
1588
|
+
}
|
|
1589
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
1590
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
1591
|
+
color: #0080ff;
|
|
1592
|
+
}
|
|
1593
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1594
|
+
transform: rotate(180deg);
|
|
1538
1595
|
}
|
|
1539
1596
|
|
|
1540
|
-
.
|
|
1541
|
-
|
|
1597
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1598
|
+
max-height: calc(100vh - 128px);
|
|
1599
|
+
overflow-y: auto;
|
|
1542
1600
|
}
|
|
1543
|
-
.
|
|
1544
|
-
padding: 20px
|
|
1601
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1602
|
+
padding: 4px 20px;
|
|
1603
|
+
font-size: 12px;
|
|
1604
|
+
line-height: 18px;
|
|
1545
1605
|
}
|
|
1546
1606
|
|
|
1547
1607
|
.E_d1bw7c5z {
|
|
@@ -1627,133 +1687,37 @@ html body {
|
|
|
1627
1687
|
width: 102px;
|
|
1628
1688
|
}
|
|
1629
1689
|
|
|
1630
|
-
.
|
|
1631
|
-
|
|
1632
|
-
width: 56px !important;
|
|
1633
|
-
margin-right: 4px;
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
.E_c1wk4q29 {
|
|
1637
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
.E_phljevk {
|
|
1641
|
-
display: flex;
|
|
1642
|
-
justify-content: space-between;
|
|
1643
|
-
align-items: center;
|
|
1644
|
-
padding: 10px 0;
|
|
1690
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1691
|
+
padding: 4px 8px 0 8px;
|
|
1645
1692
|
color: rgba(44, 56, 82, 0.6);
|
|
1646
1693
|
font-size: 12px;
|
|
1647
|
-
line-height: 24px;
|
|
1648
1694
|
}
|
|
1649
|
-
.
|
|
1650
|
-
padding:
|
|
1695
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1696
|
+
padding-bottom: 6px;
|
|
1651
1697
|
}
|
|
1652
|
-
.
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
border-radius: 6px;
|
|
1656
|
-
cursor: pointer;
|
|
1657
|
-
transition: all 0.3s ease;
|
|
1698
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1699
|
+
padding-top: 4px;
|
|
1700
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1658
1701
|
}
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1702
|
+
|
|
1703
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1704
|
+
display: inline-flex;
|
|
1705
|
+
align-items: baseline;
|
|
1706
|
+
white-space: pre-wrap;
|
|
1662
1707
|
}
|
|
1663
|
-
.
|
|
1664
|
-
|
|
1708
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1709
|
+
position: relative;
|
|
1710
|
+
top: 3px;
|
|
1665
1711
|
}
|
|
1666
|
-
.
|
|
1667
|
-
|
|
1668
|
-
align-items: center;
|
|
1669
|
-
color: #0080ff;
|
|
1670
|
-
font-weight: bold;
|
|
1712
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1713
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1671
1714
|
}
|
|
1672
|
-
.
|
|
1673
|
-
|
|
1715
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1716
|
+
border-color: #0080ff;
|
|
1674
1717
|
}
|
|
1675
|
-
.
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
}
|
|
1679
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
1680
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
1681
|
-
color: #0080ff;
|
|
1682
|
-
}
|
|
1683
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1684
|
-
transform: rotate(180deg);
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1688
|
-
max-height: calc(100vh - 128px);
|
|
1689
|
-
overflow-y: auto;
|
|
1690
|
-
}
|
|
1691
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1692
|
-
padding: 4px 20px;
|
|
1693
|
-
font-size: 12px;
|
|
1694
|
-
line-height: 18px;
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1698
|
-
line-height: 18px;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1702
|
-
display: flex;
|
|
1703
|
-
}
|
|
1704
|
-
.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 {
|
|
1705
|
-
border-bottom-left-radius: 5px;
|
|
1706
|
-
border-top-left-radius: 5px;
|
|
1707
|
-
}
|
|
1708
|
-
.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 {
|
|
1709
|
-
border-bottom-right-radius: 5px;
|
|
1710
|
-
border-top-right-radius: 5px;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
1714
|
-
margin-right: 8px;
|
|
1715
|
-
}
|
|
1716
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
1717
|
-
margin-left: 8px;
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
.E_cc368xp {
|
|
1721
|
-
color: #00122e;
|
|
1722
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1723
|
-
margin-right: 8px;
|
|
1724
|
-
padding-right: 8px;
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
.E_i11o6xqj {
|
|
1728
|
-
display: flex;
|
|
1729
|
-
gap: 4px;
|
|
1730
|
-
}
|
|
1731
|
-
.E_i11o6xqj .icon-wrapper {
|
|
1732
|
-
cursor: pointer;
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
.E_d19ruhdj.icon-wrapper {
|
|
1736
|
-
cursor: not-allowed;
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
1740
|
-
display: inline-flex;
|
|
1741
|
-
align-items: baseline;
|
|
1742
|
-
white-space: pre-wrap;
|
|
1743
|
-
}
|
|
1744
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1745
|
-
position: relative;
|
|
1746
|
-
top: 3px;
|
|
1747
|
-
}
|
|
1748
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1749
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1750
|
-
}
|
|
1751
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1752
|
-
border-color: #0080ff;
|
|
1753
|
-
}
|
|
1754
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1755
|
-
border-color: #0080ff;
|
|
1756
|
-
background: #0080ff;
|
|
1718
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1719
|
+
border-color: #0080ff;
|
|
1720
|
+
background: #0080ff;
|
|
1757
1721
|
}
|
|
1758
1722
|
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1759
1723
|
top: 4px;
|
|
@@ -1882,6 +1846,123 @@ html body {
|
|
|
1882
1846
|
width: 36px;
|
|
1883
1847
|
}
|
|
1884
1848
|
|
|
1849
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
1850
|
+
margin-right: 8px;
|
|
1851
|
+
}
|
|
1852
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
1853
|
+
margin-left: 8px;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.E_cc368xp {
|
|
1857
|
+
color: #00122e;
|
|
1858
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1859
|
+
margin-right: 8px;
|
|
1860
|
+
padding-right: 8px;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.E_i11o6xqj {
|
|
1864
|
+
display: flex;
|
|
1865
|
+
gap: 4px;
|
|
1866
|
+
}
|
|
1867
|
+
.E_i11o6xqj .icon-wrapper {
|
|
1868
|
+
cursor: pointer;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.E_d19ruhdj.icon-wrapper {
|
|
1872
|
+
cursor: not-allowed;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.E_s1dni7lo {
|
|
1876
|
+
width: 430px !important;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
1880
|
+
padding: 8px 16px;
|
|
1881
|
+
line-height: 18px;
|
|
1882
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1883
|
+
height: 34px;
|
|
1884
|
+
min-height: 34px;
|
|
1885
|
+
box-sizing: border-box;
|
|
1886
|
+
margin-top: 8px;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
.E_o1ugr09p {
|
|
1890
|
+
display: flex;
|
|
1891
|
+
flex-direction: column;
|
|
1892
|
+
margin: 1px 8px;
|
|
1893
|
+
padding: 8px;
|
|
1894
|
+
border-radius: 4px;
|
|
1895
|
+
}
|
|
1896
|
+
.E_o1ugr09p .selected-icon {
|
|
1897
|
+
display: none;
|
|
1898
|
+
}
|
|
1899
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
1900
|
+
padding-left: 8px;
|
|
1901
|
+
}
|
|
1902
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
1903
|
+
background-color: white;
|
|
1904
|
+
}
|
|
1905
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
1906
|
+
color: #0080ff;
|
|
1907
|
+
}
|
|
1908
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
1909
|
+
display: block;
|
|
1910
|
+
}
|
|
1911
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
1912
|
+
background: rgba(0, 136, 255, 0.16);
|
|
1913
|
+
}
|
|
1914
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
1915
|
+
color: #0080ff;
|
|
1916
|
+
}
|
|
1917
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
1918
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1919
|
+
color: #0080ff;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
.E_o1ifxsq4 {
|
|
1923
|
+
display: flex;
|
|
1924
|
+
justify-content: space-between;
|
|
1925
|
+
height: 20px;
|
|
1926
|
+
line-height: 20px;
|
|
1927
|
+
}
|
|
1928
|
+
.E_o1ifxsq4 .timezone-title {
|
|
1929
|
+
color: #2d3a56;
|
|
1930
|
+
overflow: hidden;
|
|
1931
|
+
text-overflow: ellipsis;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
.E_o1zue7 {
|
|
1935
|
+
display: flex;
|
|
1936
|
+
justify-content: space-between;
|
|
1937
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1938
|
+
height: 18px;
|
|
1939
|
+
line-height: 18px;
|
|
1940
|
+
margin-top: 2px;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
.E_tyfmlxg {
|
|
1944
|
+
border: none;
|
|
1945
|
+
margin-right: 0;
|
|
1946
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
.E_o18uybox {
|
|
1950
|
+
pointer-events: none;
|
|
1951
|
+
height: 32px;
|
|
1952
|
+
width: 100%;
|
|
1953
|
+
opacity: 0;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.E_ivqqkzv {
|
|
1957
|
+
height: 24px;
|
|
1958
|
+
width: 56px !important;
|
|
1959
|
+
margin-right: 4px;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
.E_c1wk4q29 {
|
|
1963
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1885
1966
|
.E_c1bus5hc {
|
|
1886
1967
|
--color: white;
|
|
1887
1968
|
height: 14px;
|
|
@@ -1922,6 +2003,61 @@ html body {
|
|
|
1922
2003
|
transform: rotate(0deg);
|
|
1923
2004
|
}
|
|
1924
2005
|
|
|
2006
|
+
.E_s1dizucg.ant-switch {
|
|
2007
|
+
min-width: 40px;
|
|
2008
|
+
height: 24px;
|
|
2009
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2010
|
+
overflow: hidden;
|
|
2011
|
+
}
|
|
2012
|
+
.E_s1dizucg.ant-switch:focus {
|
|
2013
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2014
|
+
}
|
|
2015
|
+
.E_s1dizucg.ant-switch-small {
|
|
2016
|
+
min-width: 26px;
|
|
2017
|
+
height: 16px;
|
|
2018
|
+
}
|
|
2019
|
+
.E_s1dizucg.ant-switch-large {
|
|
2020
|
+
min-width: 52px;
|
|
2021
|
+
height: 32px;
|
|
2022
|
+
}
|
|
2023
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2024
|
+
height: 20px;
|
|
2025
|
+
width: 20px;
|
|
2026
|
+
}
|
|
2027
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2028
|
+
border-radius: 10px;
|
|
2029
|
+
transition-delay: 120ms;
|
|
2030
|
+
}
|
|
2031
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2032
|
+
height: 14px;
|
|
2033
|
+
width: 14px;
|
|
2034
|
+
top: 1px;
|
|
2035
|
+
left: 1px;
|
|
2036
|
+
}
|
|
2037
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2038
|
+
height: 28px;
|
|
2039
|
+
width: 28px;
|
|
2040
|
+
}
|
|
2041
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2042
|
+
border-radius: 14px;
|
|
2043
|
+
}
|
|
2044
|
+
.E_s1dizucg.ant-switch-checked {
|
|
2045
|
+
background-color: #00ba5d;
|
|
2046
|
+
}
|
|
2047
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2048
|
+
left: calc(100% - 20px - 2px);
|
|
2049
|
+
}
|
|
2050
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2051
|
+
left: calc(100% - 14px - 1px);
|
|
2052
|
+
}
|
|
2053
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2054
|
+
left: calc(100% - 28px - 2px);
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
.E_c1up6e3y {
|
|
2058
|
+
margin-left: 5px;
|
|
2059
|
+
}
|
|
2060
|
+
|
|
1925
2061
|
.E_s1sck0th {
|
|
1926
2062
|
padding: 0 8px;
|
|
1927
2063
|
border-radius: 4px;
|
|
@@ -2004,59 +2140,12 @@ html body {
|
|
|
2004
2140
|
background-color: #7E41FF;
|
|
2005
2141
|
}
|
|
2006
2142
|
|
|
2007
|
-
.
|
|
2008
|
-
|
|
2009
|
-
height: 24px;
|
|
2010
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2011
|
-
overflow: hidden;
|
|
2012
|
-
}
|
|
2013
|
-
.E_s1dizucg.ant-switch:focus {
|
|
2014
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2015
|
-
}
|
|
2016
|
-
.E_s1dizucg.ant-switch-small {
|
|
2017
|
-
min-width: 26px;
|
|
2018
|
-
height: 16px;
|
|
2019
|
-
}
|
|
2020
|
-
.E_s1dizucg.ant-switch-large {
|
|
2021
|
-
min-width: 52px;
|
|
2022
|
-
height: 32px;
|
|
2023
|
-
}
|
|
2024
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2025
|
-
height: 20px;
|
|
2026
|
-
width: 20px;
|
|
2027
|
-
}
|
|
2028
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2029
|
-
border-radius: 10px;
|
|
2030
|
-
transition-delay: 120ms;
|
|
2031
|
-
}
|
|
2032
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2033
|
-
height: 14px;
|
|
2034
|
-
width: 14px;
|
|
2035
|
-
top: 1px;
|
|
2036
|
-
left: 1px;
|
|
2037
|
-
}
|
|
2038
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2039
|
-
height: 28px;
|
|
2040
|
-
width: 28px;
|
|
2041
|
-
}
|
|
2042
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2043
|
-
border-radius: 14px;
|
|
2044
|
-
}
|
|
2045
|
-
.E_s1dizucg.ant-switch-checked {
|
|
2046
|
-
background-color: #00ba5d;
|
|
2047
|
-
}
|
|
2048
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2049
|
-
left: calc(100% - 20px - 2px);
|
|
2050
|
-
}
|
|
2051
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2052
|
-
left: calc(100% - 14px - 1px);
|
|
2053
|
-
}
|
|
2054
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2055
|
-
left: calc(100% - 28px - 2px);
|
|
2143
|
+
.E_tju3gfj .date {
|
|
2144
|
+
margin-right: 4px;
|
|
2056
2145
|
}
|
|
2057
2146
|
|
|
2058
|
-
.
|
|
2059
|
-
|
|
2147
|
+
.E_iq1gosr {
|
|
2148
|
+
display: inline-block;
|
|
2060
2149
|
}
|
|
2061
2150
|
|
|
2062
2151
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -2070,93 +2159,102 @@ html body {
|
|
|
2070
2159
|
visibility: hidden;
|
|
2071
2160
|
}
|
|
2072
2161
|
|
|
2073
|
-
.
|
|
2074
|
-
width:
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
padding: 8px 16px;
|
|
2079
|
-
line-height: 18px;
|
|
2080
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2081
|
-
height: 34px;
|
|
2082
|
-
min-height: 34px;
|
|
2083
|
-
box-sizing: border-box;
|
|
2084
|
-
margin-top: 8px;
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.E_o1ugr09p {
|
|
2088
|
-
display: flex;
|
|
2089
|
-
flex-direction: column;
|
|
2090
|
-
margin: 1px 8px;
|
|
2091
|
-
padding: 8px;
|
|
2092
|
-
border-radius: 4px;
|
|
2093
|
-
}
|
|
2094
|
-
.E_o1ugr09p .selected-icon {
|
|
2095
|
-
display: none;
|
|
2096
|
-
}
|
|
2097
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2098
|
-
padding-left: 8px;
|
|
2162
|
+
.E_f7pxqmh {
|
|
2163
|
+
width: 100%;
|
|
2164
|
+
margin-bottom: 0 !important;
|
|
2165
|
+
flex-flow: nowrap !important;
|
|
2166
|
+
line-break: auto;
|
|
2099
2167
|
}
|
|
2100
|
-
.
|
|
2101
|
-
|
|
2168
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2169
|
+
text-align: left !important;
|
|
2170
|
+
padding-bottom: 0 !important;
|
|
2102
2171
|
}
|
|
2103
|
-
.
|
|
2104
|
-
|
|
2172
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2173
|
+
min-height: 32px;
|
|
2174
|
+
height: auto;
|
|
2175
|
+
font-size: 13px;
|
|
2176
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2177
|
+
white-space: normal;
|
|
2105
2178
|
}
|
|
2106
|
-
.
|
|
2107
|
-
|
|
2179
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2180
|
+
border-color: #ff4d4f !important;
|
|
2108
2181
|
}
|
|
2109
|
-
.
|
|
2110
|
-
|
|
2182
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2183
|
+
border-color: #ff4d4f !important;
|
|
2111
2184
|
}
|
|
2112
|
-
.
|
|
2113
|
-
|
|
2185
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
2186
|
+
margin-top: 4px;
|
|
2187
|
+
font-size: 12px;
|
|
2188
|
+
min-height: 0px;
|
|
2114
2189
|
}
|
|
2115
|
-
.
|
|
2116
|
-
|
|
2117
|
-
color:
|
|
2190
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
2191
|
+
font-size: 12px;
|
|
2192
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2193
|
+
min-height: 0px;
|
|
2118
2194
|
}
|
|
2119
2195
|
|
|
2120
|
-
.
|
|
2196
|
+
.E_fzh9mnb {
|
|
2197
|
+
width: 100%;
|
|
2198
|
+
height: 100%;
|
|
2199
|
+
min-height: 124px;
|
|
2121
2200
|
display: flex;
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2201
|
+
flex-direction: column;
|
|
2202
|
+
justify-content: center;
|
|
2203
|
+
align-items: center;
|
|
2125
2204
|
}
|
|
2126
|
-
.
|
|
2127
|
-
color:
|
|
2128
|
-
|
|
2129
|
-
|
|
2205
|
+
.E_fzh9mnb .error-text {
|
|
2206
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2207
|
+
margin-bottom: 16px;
|
|
2208
|
+
font-size: 18px;
|
|
2130
2209
|
}
|
|
2131
2210
|
|
|
2132
|
-
.
|
|
2133
|
-
display: flex;
|
|
2134
|
-
|
|
2135
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2136
|
-
height: 18px;
|
|
2137
|
-
line-height: 18px;
|
|
2138
|
-
margin-top: 2px;
|
|
2211
|
+
.E_iouxfgt {
|
|
2212
|
+
display: inline-flex;
|
|
2213
|
+
align-items: center;
|
|
2139
2214
|
}
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2215
|
+
.E_iouxfgt .icon-inner {
|
|
2216
|
+
display: inline-flex;
|
|
2217
|
+
align-items: center;
|
|
2218
|
+
justify-content: center;
|
|
2145
2219
|
}
|
|
2146
|
-
|
|
2147
|
-
.
|
|
2148
|
-
|
|
2149
|
-
height: 32px;
|
|
2150
|
-
width: 100%;
|
|
2151
|
-
opacity: 0;
|
|
2220
|
+
.E_iouxfgt .icon-inner + span,
|
|
2221
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2222
|
+
margin-left: 4px;
|
|
2152
2223
|
}
|
|
2153
|
-
|
|
2154
|
-
.
|
|
2155
|
-
|
|
2224
|
+
.E_iouxfgt.is-rotate img,
|
|
2225
|
+
.E_iouxfgt.is-rotate svg {
|
|
2226
|
+
animation: rotate 680ms linear infinite;
|
|
2156
2227
|
}
|
|
2157
2228
|
|
|
2158
|
-
.
|
|
2229
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2230
|
+
display: var(--a1wfy30z-0);
|
|
2231
|
+
}
|
|
2232
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2233
|
+
padding: 4px 11px;
|
|
2234
|
+
display: inline-flex;
|
|
2235
|
+
line-height: 1.5715;
|
|
2236
|
+
height: inherit;
|
|
2237
|
+
}
|
|
2238
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2239
|
+
content: var(--a1wfy30z-1);
|
|
2240
|
+
display: var(--a1wfy30z-2);
|
|
2241
|
+
flex: none;
|
|
2242
|
+
align-items: center;
|
|
2243
|
+
margin-left: 4px;
|
|
2244
|
+
}
|
|
2245
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2246
|
+
content: var(--a1wfy30z-3);
|
|
2247
|
+
display: var(--a1wfy30z-4);
|
|
2248
|
+
flex: none;
|
|
2249
|
+
align-items: center;
|
|
2159
2250
|
margin-right: 4px;
|
|
2251
|
+
cursor: auto;
|
|
2252
|
+
}
|
|
2253
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2254
|
+
padding: 0;
|
|
2255
|
+
margin: 0;
|
|
2256
|
+
height: auto;
|
|
2257
|
+
font-size: inherit;
|
|
2160
2258
|
}
|
|
2161
2259
|
|
|
2162
2260
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -2219,31 +2317,6 @@ html body {
|
|
|
2219
2317
|
padding: 2px 8px;
|
|
2220
2318
|
}
|
|
2221
2319
|
|
|
2222
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2223
|
-
margin-left: 8px;
|
|
2224
|
-
}
|
|
2225
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2226
|
-
padding: 2px 7px 2px 12px;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
.E_iouxfgt {
|
|
2230
|
-
display: inline-flex;
|
|
2231
|
-
align-items: center;
|
|
2232
|
-
}
|
|
2233
|
-
.E_iouxfgt .icon-inner {
|
|
2234
|
-
display: inline-flex;
|
|
2235
|
-
align-items: center;
|
|
2236
|
-
justify-content: center;
|
|
2237
|
-
}
|
|
2238
|
-
.E_iouxfgt .icon-inner + span,
|
|
2239
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2240
|
-
margin-left: 4px;
|
|
2241
|
-
}
|
|
2242
|
-
.E_iouxfgt.is-rotate img,
|
|
2243
|
-
.E_iouxfgt.is-rotate svg {
|
|
2244
|
-
animation: rotate 680ms linear infinite;
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
2320
|
.E_i1inqkme {
|
|
2248
2321
|
height: 18px;
|
|
2249
2322
|
line-height: 18px;
|
|
@@ -2257,131 +2330,28 @@ html body {
|
|
|
2257
2330
|
margin-right: 4px;
|
|
2258
2331
|
}
|
|
2259
2332
|
|
|
2260
|
-
.
|
|
2261
|
-
|
|
2262
|
-
margin-bottom: 0 !important;
|
|
2263
|
-
flex-flow: nowrap !important;
|
|
2264
|
-
line-break: auto;
|
|
2333
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2334
|
+
margin-left: 8px;
|
|
2265
2335
|
}
|
|
2266
|
-
.
|
|
2267
|
-
|
|
2268
|
-
padding-bottom: 0 !important;
|
|
2336
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2337
|
+
padding: 2px 7px 2px 12px;
|
|
2269
2338
|
}
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
font-size: 13px;
|
|
2274
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2275
|
-
white-space: normal;
|
|
2339
|
+
|
|
2340
|
+
.E_owd0kml {
|
|
2341
|
+
display: inline-block;
|
|
2276
2342
|
}
|
|
2277
|
-
|
|
2278
|
-
|
|
2343
|
+
|
|
2344
|
+
.E_h1jsgezc {
|
|
2345
|
+
visibility: hidden;
|
|
2346
|
+
position: absolute;
|
|
2279
2347
|
}
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
font-size:
|
|
2286
|
-
|
|
2287
|
-
}
|
|
2288
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
2289
|
-
font-size: 12px;
|
|
2290
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2291
|
-
min-height: 0px;
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
.E_fzh9mnb {
|
|
2295
|
-
width: 100%;
|
|
2296
|
-
height: 100%;
|
|
2297
|
-
min-height: 124px;
|
|
2298
|
-
display: flex;
|
|
2299
|
-
flex-direction: column;
|
|
2300
|
-
justify-content: center;
|
|
2301
|
-
align-items: center;
|
|
2302
|
-
}
|
|
2303
|
-
.E_fzh9mnb .error-text {
|
|
2304
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2305
|
-
margin-bottom: 16px;
|
|
2306
|
-
font-size: 18px;
|
|
2307
|
-
}
|
|
2308
|
-
|
|
2309
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2310
|
-
display: var(--a1wfy30z-0);
|
|
2311
|
-
}
|
|
2312
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2313
|
-
padding: 4px 11px;
|
|
2314
|
-
display: inline-flex;
|
|
2315
|
-
line-height: 1.5715;
|
|
2316
|
-
height: inherit;
|
|
2317
|
-
}
|
|
2318
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2319
|
-
content: var(--a1wfy30z-1);
|
|
2320
|
-
display: var(--a1wfy30z-2);
|
|
2321
|
-
flex: none;
|
|
2322
|
-
align-items: center;
|
|
2323
|
-
margin-left: 4px;
|
|
2324
|
-
}
|
|
2325
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2326
|
-
content: var(--a1wfy30z-3);
|
|
2327
|
-
display: var(--a1wfy30z-4);
|
|
2328
|
-
flex: none;
|
|
2329
|
-
align-items: center;
|
|
2330
|
-
margin-right: 4px;
|
|
2331
|
-
cursor: auto;
|
|
2332
|
-
}
|
|
2333
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2334
|
-
padding: 0;
|
|
2335
|
-
margin: 0;
|
|
2336
|
-
height: auto;
|
|
2337
|
-
font-size: inherit;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
.E_owd0kml {
|
|
2341
|
-
display: inline-block;
|
|
2342
|
-
}
|
|
2343
|
-
|
|
2344
|
-
.E_h1jsgezc {
|
|
2345
|
-
visibility: hidden;
|
|
2346
|
-
position: absolute;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
2350
|
-
display: inline-flex;
|
|
2351
|
-
align-items: center;
|
|
2352
|
-
justify-content: center;
|
|
2353
|
-
color: #fff;
|
|
2354
|
-
font-weight: bold;
|
|
2355
|
-
font-size: 12px;
|
|
2356
|
-
width: 24px;
|
|
2357
|
-
height: 24px;
|
|
2358
|
-
border-radius: 50%;
|
|
2359
|
-
background: var(--a1b5xrg3-0);
|
|
2360
|
-
}
|
|
2361
|
-
.E_a1b5xrg3.btn-item {
|
|
2362
|
-
transition: all 160ms ease;
|
|
2363
|
-
cursor: pointer;
|
|
2364
|
-
width: 56px;
|
|
2365
|
-
height: 40px;
|
|
2366
|
-
display: inline-flex;
|
|
2367
|
-
align-items: center;
|
|
2368
|
-
justify-content: center;
|
|
2369
|
-
border-radius: 6px;
|
|
2370
|
-
}
|
|
2371
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
2372
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2373
|
-
}
|
|
2374
|
-
.E_a1b5xrg3.btn-item:active {
|
|
2375
|
-
transform: translateY(2px);
|
|
2376
|
-
transition: all 320ms ease;
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
.E_dsnbhzf {
|
|
2380
|
-
font-family: Inter;
|
|
2381
|
-
font-style: normal;
|
|
2382
|
-
font-weight: bold;
|
|
2383
|
-
font-size: 32px;
|
|
2384
|
-
line-height: 40px;
|
|
2348
|
+
|
|
2349
|
+
.E_dsnbhzf {
|
|
2350
|
+
font-family: Inter;
|
|
2351
|
+
font-style: normal;
|
|
2352
|
+
font-weight: bold;
|
|
2353
|
+
font-size: 32px;
|
|
2354
|
+
line-height: 40px;
|
|
2385
2355
|
}
|
|
2386
2356
|
|
|
2387
2357
|
.E_d1mvo22k {
|
|
@@ -2851,10 +2821,6 @@ html body {
|
|
|
2851
2821
|
line-height: 12px;
|
|
2852
2822
|
}
|
|
2853
2823
|
|
|
2854
|
-
.E_m196gn1d {
|
|
2855
|
-
min-width: 1280px;
|
|
2856
|
-
}
|
|
2857
|
-
|
|
2858
2824
|
.E_cnujxq2 {
|
|
2859
2825
|
display: flex;
|
|
2860
2826
|
flex-direction: column;
|
|
@@ -3545,6 +3511,40 @@ input.E_rf8rlle.ant-input {
|
|
|
3545
3511
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3546
3512
|
}
|
|
3547
3513
|
|
|
3514
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3515
|
+
display: inline-flex;
|
|
3516
|
+
align-items: center;
|
|
3517
|
+
justify-content: center;
|
|
3518
|
+
color: #fff;
|
|
3519
|
+
font-weight: bold;
|
|
3520
|
+
font-size: 12px;
|
|
3521
|
+
width: 24px;
|
|
3522
|
+
height: 24px;
|
|
3523
|
+
border-radius: 50%;
|
|
3524
|
+
background: var(--a1b5xrg3-0);
|
|
3525
|
+
}
|
|
3526
|
+
.E_a1b5xrg3.btn-item {
|
|
3527
|
+
transition: all 160ms ease;
|
|
3528
|
+
cursor: pointer;
|
|
3529
|
+
width: 56px;
|
|
3530
|
+
height: 40px;
|
|
3531
|
+
display: inline-flex;
|
|
3532
|
+
align-items: center;
|
|
3533
|
+
justify-content: center;
|
|
3534
|
+
border-radius: 6px;
|
|
3535
|
+
}
|
|
3536
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3537
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3538
|
+
}
|
|
3539
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3540
|
+
transform: translateY(2px);
|
|
3541
|
+
transition: all 320ms ease;
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
.E_m196gn1d {
|
|
3545
|
+
min-width: 1280px;
|
|
3546
|
+
}
|
|
3547
|
+
|
|
3548
3548
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3549
3549
|
border-radius: 6px;
|
|
3550
3550
|
}
|
|
@@ -3769,6 +3769,41 @@ input.E_rf8rlle.ant-input {
|
|
|
3769
3769
|
opacity: 0.8;
|
|
3770
3770
|
}
|
|
3771
3771
|
|
|
3772
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
3773
|
+
margin-right: 2px;
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3777
|
+
padding-left: 8px;
|
|
3778
|
+
padding-right: 8px;
|
|
3779
|
+
font-size: 12px;
|
|
3780
|
+
}
|
|
3781
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3782
|
+
border-radius: 4px;
|
|
3783
|
+
}
|
|
3784
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3785
|
+
border-radius: 4px;
|
|
3786
|
+
}
|
|
3787
|
+
|
|
3788
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
3789
|
+
padding-left: 12px;
|
|
3790
|
+
padding-right: 12px;
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
.E_ckld275 {
|
|
3794
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
3795
|
+
}
|
|
3796
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3797
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3798
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3799
|
+
}
|
|
3800
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3801
|
+
background-color: transparent;
|
|
3802
|
+
}
|
|
3803
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
3804
|
+
background-color: transparent;
|
|
3805
|
+
}
|
|
3806
|
+
|
|
3772
3807
|
.E_suhck3k {
|
|
3773
3808
|
height: 24px;
|
|
3774
3809
|
width: 24px;
|
|
@@ -3835,35 +3870,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3835
3870
|
margin-top: 8px;
|
|
3836
3871
|
}
|
|
3837
3872
|
|
|
3838
|
-
.E_m5foqp8.medium {
|
|
3839
|
-
--footer-height: 96px;
|
|
3840
|
-
--modal-content-width: 720px;
|
|
3841
|
-
--modal-content-min-height: 200px;
|
|
3842
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3843
|
-
--modal-content-padding-top: 24px;
|
|
3844
|
-
--modal-content-padding-bottom: 32px;
|
|
3845
|
-
--modal-content-padding-x: 60px;
|
|
3846
|
-
--modal-footer-padding: 0 60px;
|
|
3847
|
-
}
|
|
3848
|
-
.E_m5foqp8.medium.content-full.ant-modal {
|
|
3849
|
-
height: calc(100vh - 80px);
|
|
3850
|
-
width: calc(100vw - 160px);
|
|
3851
|
-
}
|
|
3852
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
3853
|
-
width: 100%;
|
|
3854
|
-
height: 100%;
|
|
3855
|
-
max-width: unset;
|
|
3856
|
-
max-height: unset;
|
|
3857
|
-
display: flex;
|
|
3858
|
-
flex-direction: column;
|
|
3859
|
-
}
|
|
3860
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
3861
|
-
flex: 1;
|
|
3862
|
-
}
|
|
3863
|
-
.E_m5foqp8.medium .initializing-title {
|
|
3864
|
-
height: 32px;
|
|
3865
|
-
}
|
|
3866
|
-
|
|
3867
3873
|
.E_hrhfj7c {
|
|
3868
3874
|
display: none;
|
|
3869
3875
|
}
|
|
@@ -3939,6 +3945,7 @@ input.E_rf8rlle.ant-input {
|
|
|
3939
3945
|
justify-content: space-between;
|
|
3940
3946
|
align-items: center;
|
|
3941
3947
|
border-bottom: 1px solid #e4e9f2;
|
|
3948
|
+
gap: 4px;
|
|
3942
3949
|
}
|
|
3943
3950
|
|
|
3944
3951
|
.E_ckhyuyx {
|
|
@@ -4083,414 +4090,188 @@ input.E_rf8rlle.ant-input {
|
|
|
4083
4090
|
font-size: 14px;
|
|
4084
4091
|
}
|
|
4085
4092
|
|
|
4086
|
-
.
|
|
4087
|
-
|
|
4093
|
+
.E_m5foqp8.medium {
|
|
4094
|
+
--footer-height: 96px;
|
|
4095
|
+
--modal-content-width: 720px;
|
|
4096
|
+
--modal-content-min-height: 200px;
|
|
4097
|
+
--modal-header-padding: 40px 60px 8px;
|
|
4098
|
+
--modal-content-padding-top: 24px;
|
|
4099
|
+
--modal-content-padding-bottom: 32px;
|
|
4100
|
+
--modal-content-padding-x: 60px;
|
|
4101
|
+
--modal-footer-padding: 0 60px;
|
|
4088
4102
|
}
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
padding-right: 8px;
|
|
4093
|
-
font-size: 12px;
|
|
4103
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
4104
|
+
height: calc(100vh - 80px);
|
|
4105
|
+
width: calc(100vw - 160px);
|
|
4094
4106
|
}
|
|
4095
|
-
.
|
|
4096
|
-
|
|
4107
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
4108
|
+
width: 100%;
|
|
4109
|
+
height: 100%;
|
|
4110
|
+
max-width: unset;
|
|
4111
|
+
max-height: unset;
|
|
4112
|
+
display: flex;
|
|
4113
|
+
flex-direction: column;
|
|
4097
4114
|
}
|
|
4098
|
-
.
|
|
4099
|
-
|
|
4115
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
4116
|
+
flex: 1;
|
|
4117
|
+
}
|
|
4118
|
+
.E_m5foqp8.medium .initializing-title {
|
|
4119
|
+
height: 32px;
|
|
4100
4120
|
}
|
|
4101
4121
|
|
|
4102
|
-
.
|
|
4103
|
-
|
|
4104
|
-
|
|
4122
|
+
.E_ckaaqep {
|
|
4123
|
+
background: rgba(172, 186, 211, 0.6);
|
|
4124
|
+
content: "";
|
|
4125
|
+
height: 100%;
|
|
4126
|
+
margin: 0 6px;
|
|
4127
|
+
width: 1px;
|
|
4105
4128
|
}
|
|
4106
4129
|
|
|
4107
|
-
.
|
|
4108
|
-
|
|
4130
|
+
.E_sddwhm6 {
|
|
4131
|
+
margin: 0;
|
|
4132
|
+
border-radius: 20px;
|
|
4133
|
+
padding: 2px 10px;
|
|
4134
|
+
height: 22px;
|
|
4109
4135
|
}
|
|
4110
|
-
.
|
|
4111
|
-
background-color: rgba(
|
|
4112
|
-
color: rgba(44, 56, 82, 0.75);
|
|
4136
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4137
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4113
4138
|
}
|
|
4114
|
-
.
|
|
4115
|
-
background-color:
|
|
4139
|
+
.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 {
|
|
4140
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4116
4141
|
}
|
|
4117
|
-
.
|
|
4118
|
-
|
|
4142
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4143
|
+
color: #00122E;
|
|
4119
4144
|
}
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
height: 50px;
|
|
4123
|
-
border-bottom: 2px solid #edf0f7;
|
|
4124
|
-
background: #fff;
|
|
4125
|
-
display: flex;
|
|
4126
|
-
justify-content: space-between;
|
|
4127
|
-
align-items: center;
|
|
4128
|
-
padding: 0 24px 0 14px;
|
|
4129
|
-
position: relative;
|
|
4130
|
-
z-index: 10;
|
|
4145
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4146
|
+
margin-right: 6px;
|
|
4131
4147
|
}
|
|
4132
|
-
.
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
display: flex;
|
|
4136
|
-
align-items: center;
|
|
4137
|
-
flex: 1;
|
|
4138
|
-
flex-shrink: 0;
|
|
4148
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4149
|
+
margin-left: 8px;
|
|
4150
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4139
4151
|
}
|
|
4140
|
-
.
|
|
4141
|
-
|
|
4152
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4153
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
4142
4154
|
}
|
|
4143
|
-
.
|
|
4144
|
-
|
|
4155
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4156
|
+
background-color: #0080FF;
|
|
4145
4157
|
}
|
|
4146
|
-
.
|
|
4147
|
-
|
|
4158
|
+
.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 {
|
|
4159
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
4148
4160
|
}
|
|
4149
|
-
.
|
|
4150
|
-
|
|
4151
|
-
position: relative;
|
|
4152
|
-
display: flex;
|
|
4153
|
-
align-items: center;
|
|
4161
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4162
|
+
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
4154
4163
|
}
|
|
4155
|
-
.
|
|
4156
|
-
|
|
4157
|
-
opacity: 0;
|
|
4158
|
-
height: 24px;
|
|
4159
|
-
width: 1px;
|
|
4160
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4161
|
-
position: absolute;
|
|
4162
|
-
left: -16px;
|
|
4163
|
-
top: 50%;
|
|
4164
|
-
transform: translateY(-50%);
|
|
4165
|
-
transition: opacity 160ms ease;
|
|
4164
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4165
|
+
background-color: #F0483E;
|
|
4166
4166
|
}
|
|
4167
|
-
.
|
|
4168
|
-
|
|
4169
|
-
cursor: pointer;
|
|
4170
|
-
width: 56px;
|
|
4171
|
-
height: 40px;
|
|
4172
|
-
display: inline-flex;
|
|
4173
|
-
align-items: center;
|
|
4174
|
-
justify-content: center;
|
|
4175
|
-
border-radius: 6px;
|
|
4167
|
+
.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 {
|
|
4168
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
4176
4169
|
}
|
|
4177
|
-
.
|
|
4178
|
-
|
|
4170
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4171
|
+
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
4179
4172
|
}
|
|
4180
|
-
.
|
|
4181
|
-
|
|
4182
|
-
transition: all 320ms ease;
|
|
4173
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4174
|
+
background-color: #FEA008;
|
|
4183
4175
|
}
|
|
4184
|
-
.
|
|
4185
|
-
|
|
4176
|
+
.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 {
|
|
4177
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
4186
4178
|
}
|
|
4187
|
-
.
|
|
4188
|
-
|
|
4189
|
-
overflow: hidden;
|
|
4190
|
-
display: flex;
|
|
4191
|
-
align-items: center;
|
|
4192
|
-
padding: 0 4px;
|
|
4193
|
-
margin: 0 -4px;
|
|
4179
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4180
|
+
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
4194
4181
|
}
|
|
4195
|
-
.
|
|
4196
|
-
|
|
4197
|
-
transform: translateY(0);
|
|
4182
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4183
|
+
background-color: #00BA5D;
|
|
4198
4184
|
}
|
|
4199
|
-
.
|
|
4200
|
-
|
|
4201
|
-
height: 48px;
|
|
4202
|
-
transform: translateY(100%);
|
|
4203
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4204
|
-
display: inline-flex;
|
|
4205
|
-
align-items: center;
|
|
4185
|
+
.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 {
|
|
4186
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
4206
4187
|
}
|
|
4207
|
-
.
|
|
4208
|
-
|
|
4188
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4189
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4209
4190
|
}
|
|
4210
|
-
.
|
|
4211
|
-
|
|
4212
|
-
height: 32px;
|
|
4213
|
-
border-radius: 6px;
|
|
4191
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4192
|
+
background-color: #6b7d99;
|
|
4214
4193
|
}
|
|
4215
|
-
.
|
|
4216
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4194
|
+
.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 {
|
|
4195
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
4217
4196
|
}
|
|
4218
|
-
|
|
4219
|
-
.
|
|
4220
|
-
|
|
4197
|
+
|
|
4198
|
+
.E_satwmqm {
|
|
4199
|
+
width: 8px;
|
|
4200
|
+
height: 8px;
|
|
4201
|
+
border-radius: 50%;
|
|
4202
|
+
display: inline-block;
|
|
4221
4203
|
}
|
|
4222
|
-
|
|
4223
|
-
.
|
|
4224
|
-
.
|
|
4225
|
-
.
|
|
4226
|
-
|
|
4227
|
-
height:
|
|
4228
|
-
|
|
4204
|
+
|
|
4205
|
+
button.E_l48ei06.ant-btn,
|
|
4206
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4207
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4208
|
+
font-size: 12px;
|
|
4209
|
+
line-height: 18px;
|
|
4210
|
+
height: 18px;
|
|
4229
4211
|
}
|
|
4230
|
-
|
|
4231
|
-
.
|
|
4232
|
-
|
|
4233
|
-
|
|
4212
|
+
|
|
4213
|
+
button.E_l48ei06 {
|
|
4214
|
+
color: #0080FF;
|
|
4215
|
+
height: unset;
|
|
4234
4216
|
}
|
|
4235
|
-
.
|
|
4236
|
-
|
|
4237
|
-
align-items: center;
|
|
4217
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4218
|
+
margin-right: 4px;
|
|
4238
4219
|
}
|
|
4239
|
-
.
|
|
4240
|
-
|
|
4220
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4221
|
+
margin-left: 4px;
|
|
4241
4222
|
}
|
|
4242
|
-
.
|
|
4243
|
-
|
|
4244
|
-
line-height: 24px;
|
|
4245
|
-
font-weight: bold;
|
|
4246
|
-
color: #1d326c;
|
|
4247
|
-
margin: 0px 8px;
|
|
4223
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4224
|
+
color: #009DFF;
|
|
4248
4225
|
}
|
|
4249
|
-
.
|
|
4250
|
-
|
|
4226
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4227
|
+
color: #005ED1;
|
|
4251
4228
|
}
|
|
4252
|
-
.
|
|
4253
|
-
|
|
4229
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4230
|
+
color: #0080FF;
|
|
4254
4231
|
}
|
|
4255
|
-
.
|
|
4256
|
-
|
|
4257
|
-
margin-right: 32px;
|
|
4232
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4233
|
+
color: #00122E;
|
|
4258
4234
|
}
|
|
4259
|
-
.
|
|
4260
|
-
|
|
4261
|
-
flex: 1;
|
|
4235
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4236
|
+
color: #0080FF;
|
|
4262
4237
|
}
|
|
4263
|
-
.
|
|
4264
|
-
|
|
4265
|
-
width: 100%;
|
|
4238
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4239
|
+
color: #005ED1;
|
|
4266
4240
|
}
|
|
4267
|
-
.
|
|
4268
|
-
|
|
4241
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4242
|
+
color: #00122E;
|
|
4269
4243
|
}
|
|
4270
|
-
.
|
|
4271
|
-
|
|
4244
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4245
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4272
4246
|
}
|
|
4273
|
-
.
|
|
4274
|
-
|
|
4247
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4248
|
+
color: #0080FF;
|
|
4249
|
+
}
|
|
4250
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4251
|
+
color: #005ED1;
|
|
4252
|
+
}
|
|
4253
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4254
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4275
4255
|
}
|
|
4276
4256
|
|
|
4277
|
-
.
|
|
4278
|
-
|
|
4279
|
-
position: relative;
|
|
4280
|
-
height: 48px;
|
|
4281
|
-
display: inline-flex;
|
|
4282
|
-
align-items: center;
|
|
4283
|
-
justify-content: center;
|
|
4284
|
-
overflow: hidden;
|
|
4257
|
+
.E_tc97u5y {
|
|
4258
|
+
height: 100%;
|
|
4285
4259
|
}
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
4260
|
+
|
|
4261
|
+
.E_efzf37v .ant-table-content,
|
|
4262
|
+
.E_efzf37v .ant-table-body {
|
|
4263
|
+
overflow: visible !important;
|
|
4264
|
+
height: 100%;
|
|
4292
4265
|
}
|
|
4293
|
-
.
|
|
4294
|
-
|
|
4266
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4267
|
+
height: 100%;
|
|
4295
4268
|
}
|
|
4296
|
-
.
|
|
4297
|
-
|
|
4269
|
+
.E_efzf37v table {
|
|
4270
|
+
width: 100% !important;
|
|
4271
|
+
height: 100%;
|
|
4298
4272
|
}
|
|
4299
|
-
.
|
|
4300
|
-
|
|
4301
|
-
display: inline-flex;
|
|
4302
|
-
align-items: center;
|
|
4303
|
-
white-space: nowrap;
|
|
4304
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4305
|
-
}
|
|
4306
|
-
.E_ncaepor .name-text {
|
|
4307
|
-
transform: translateY(0);
|
|
4308
|
-
opacity: 1;
|
|
4309
|
-
}
|
|
4310
|
-
.E_ncaepor .nav-info {
|
|
4311
|
-
transform: translateY(100%);
|
|
4312
|
-
opacity: 0;
|
|
4313
|
-
font-size: 18px;
|
|
4314
|
-
font-weight: 700;
|
|
4315
|
-
position: absolute;
|
|
4316
|
-
overflow: hidden;
|
|
4317
|
-
display: flex;
|
|
4318
|
-
justify-content: center;
|
|
4319
|
-
}
|
|
4320
|
-
.E_ncaepor .nav-info .scrolled-resource {
|
|
4321
|
-
color: #1d326c;
|
|
4322
|
-
flex: 1;
|
|
4323
|
-
overflow: hidden;
|
|
4324
|
-
text-overflow: ellipsis;
|
|
4325
|
-
}
|
|
4326
|
-
.E_ncaepor .nav-info .scrolled-view {
|
|
4327
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4328
|
-
margin-left: 8px;
|
|
4329
|
-
}
|
|
4330
|
-
.E_ncaepor.is-scrolled .name-text {
|
|
4331
|
-
transform: translateY(-100%);
|
|
4332
|
-
opacity: 0;
|
|
4333
|
-
position: absolute;
|
|
4334
|
-
}
|
|
4335
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
4336
|
-
transform: translateY(0);
|
|
4337
|
-
opacity: 1;
|
|
4338
|
-
position: static;
|
|
4339
|
-
}
|
|
4340
|
-
|
|
4341
|
-
.E_ckaaqep {
|
|
4342
|
-
background: rgba(172, 186, 211, 0.6);
|
|
4343
|
-
content: "";
|
|
4344
|
-
height: 100%;
|
|
4345
|
-
margin: 0 6px;
|
|
4346
|
-
width: 1px;
|
|
4347
|
-
}
|
|
4348
|
-
|
|
4349
|
-
button.E_l48ei06.ant-btn,
|
|
4350
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4351
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4352
|
-
font-size: 12px;
|
|
4353
|
-
line-height: 18px;
|
|
4354
|
-
height: 18px;
|
|
4355
|
-
}
|
|
4356
|
-
|
|
4357
|
-
button.E_l48ei06 {
|
|
4358
|
-
color: #0080FF;
|
|
4359
|
-
height: unset;
|
|
4360
|
-
}
|
|
4361
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
4362
|
-
margin-right: 4px;
|
|
4363
|
-
}
|
|
4364
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
4365
|
-
margin-left: 4px;
|
|
4366
|
-
}
|
|
4367
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4368
|
-
color: #009DFF;
|
|
4369
|
-
}
|
|
4370
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4371
|
-
color: #005ED1;
|
|
4372
|
-
}
|
|
4373
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4374
|
-
color: #0080FF;
|
|
4375
|
-
}
|
|
4376
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
4377
|
-
color: #00122E;
|
|
4378
|
-
}
|
|
4379
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4380
|
-
color: #0080FF;
|
|
4381
|
-
}
|
|
4382
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4383
|
-
color: #005ED1;
|
|
4384
|
-
}
|
|
4385
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4386
|
-
color: #00122E;
|
|
4387
|
-
}
|
|
4388
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
4389
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4390
|
-
}
|
|
4391
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4392
|
-
color: #0080FF;
|
|
4393
|
-
}
|
|
4394
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4395
|
-
color: #005ED1;
|
|
4396
|
-
}
|
|
4397
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4398
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4399
|
-
}
|
|
4400
|
-
|
|
4401
|
-
.E_sddwhm6 {
|
|
4402
|
-
margin: 0;
|
|
4403
|
-
border-radius: 20px;
|
|
4404
|
-
padding: 2px 10px;
|
|
4405
|
-
height: 22px;
|
|
4406
|
-
}
|
|
4407
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4408
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4409
|
-
}
|
|
4410
|
-
.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 {
|
|
4411
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4412
|
-
}
|
|
4413
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4414
|
-
color: #00122E;
|
|
4415
|
-
}
|
|
4416
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4417
|
-
margin-right: 6px;
|
|
4418
|
-
}
|
|
4419
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4420
|
-
margin-left: 8px;
|
|
4421
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4422
|
-
}
|
|
4423
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4424
|
-
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
4425
|
-
}
|
|
4426
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4427
|
-
background-color: #0080FF;
|
|
4428
|
-
}
|
|
4429
|
-
.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 {
|
|
4430
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
4431
|
-
}
|
|
4432
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4433
|
-
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
4434
|
-
}
|
|
4435
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4436
|
-
background-color: #F0483E;
|
|
4437
|
-
}
|
|
4438
|
-
.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 {
|
|
4439
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
4440
|
-
}
|
|
4441
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4442
|
-
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
4443
|
-
}
|
|
4444
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4445
|
-
background-color: #FEA008;
|
|
4446
|
-
}
|
|
4447
|
-
.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 {
|
|
4448
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
4449
|
-
}
|
|
4450
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4451
|
-
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
4452
|
-
}
|
|
4453
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4454
|
-
background-color: #00BA5D;
|
|
4455
|
-
}
|
|
4456
|
-
.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 {
|
|
4457
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
4458
|
-
}
|
|
4459
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4460
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4461
|
-
}
|
|
4462
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4463
|
-
background-color: #6b7d99;
|
|
4464
|
-
}
|
|
4465
|
-
.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 {
|
|
4466
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
4467
|
-
}
|
|
4468
|
-
|
|
4469
|
-
.E_satwmqm {
|
|
4470
|
-
width: 8px;
|
|
4471
|
-
height: 8px;
|
|
4472
|
-
border-radius: 50%;
|
|
4473
|
-
display: inline-block;
|
|
4474
|
-
}
|
|
4475
|
-
|
|
4476
|
-
.E_tc97u5y {
|
|
4477
|
-
height: 100%;
|
|
4478
|
-
}
|
|
4479
|
-
|
|
4480
|
-
.E_efzf37v .ant-table-content,
|
|
4481
|
-
.E_efzf37v .ant-table-body {
|
|
4482
|
-
overflow: visible !important;
|
|
4483
|
-
height: 100%;
|
|
4484
|
-
}
|
|
4485
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4486
|
-
height: 100%;
|
|
4487
|
-
}
|
|
4488
|
-
.E_efzf37v table {
|
|
4489
|
-
width: 100% !important;
|
|
4490
|
-
height: 100%;
|
|
4491
|
-
}
|
|
4492
|
-
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4493
|
-
padding: 15px 0;
|
|
4273
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4274
|
+
padding: 15px 0;
|
|
4494
4275
|
}
|
|
4495
4276
|
.E_efzf37v table thead.ant-table-thead {
|
|
4496
4277
|
display: none;
|
|
@@ -4661,187 +4442,581 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4661
4442
|
background: white;
|
|
4662
4443
|
border-top: none;
|
|
4663
4444
|
}
|
|
4664
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
4665
|
-
border-top: 1px solid transparent;
|
|
4666
|
-
border-radius: 0 8px 8px 0;
|
|
4667
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4445
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
4446
|
+
border-top: 1px solid transparent;
|
|
4447
|
+
border-radius: 0 8px 8px 0;
|
|
4448
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4449
|
+
}
|
|
4450
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
4451
|
+
background: white;
|
|
4452
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4453
|
+
}
|
|
4454
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
4455
|
+
display: flex;
|
|
4456
|
+
align-items: center;
|
|
4457
|
+
height: 100%;
|
|
4458
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4459
|
+
}
|
|
4460
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
4461
|
+
background: white;
|
|
4462
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4463
|
+
}
|
|
4464
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
4465
|
+
display: flex;
|
|
4466
|
+
align-items: center;
|
|
4467
|
+
height: 100%;
|
|
4468
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4469
|
+
}
|
|
4470
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
4471
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
4472
|
+
}
|
|
4473
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
4474
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
4475
|
+
border-radius: 8px;
|
|
4476
|
+
}
|
|
4477
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
4478
|
+
border-top-color: white;
|
|
4479
|
+
}
|
|
4480
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
4481
|
+
background: rgba(0, 136, 255, 0.1);
|
|
4482
|
+
border-bottom-color: transparent;
|
|
4483
|
+
border-top-color: transparent;
|
|
4484
|
+
}
|
|
4485
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
4486
|
+
border-radius: 8px 0 0 8px;
|
|
4487
|
+
}
|
|
4488
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
4489
|
+
border-radius: 0 8px 8px 0;
|
|
4490
|
+
}
|
|
4491
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
4492
|
+
background: rgba(0, 136, 255, 0.1);
|
|
4493
|
+
}
|
|
4494
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
4495
|
+
background: #fff;
|
|
4496
|
+
font-weight: 400;
|
|
4497
|
+
position: relative;
|
|
4498
|
+
border-bottom: none;
|
|
4499
|
+
color: #00122e;
|
|
4500
|
+
transition: none;
|
|
4501
|
+
padding: 14px 8px 14px 8px;
|
|
4502
|
+
line-height: 20px;
|
|
4503
|
+
}
|
|
4504
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
4505
|
+
content: "";
|
|
4506
|
+
width: 1px;
|
|
4507
|
+
top: 0;
|
|
4508
|
+
bottom: 0;
|
|
4509
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4510
|
+
position: absolute;
|
|
4511
|
+
right: 0;
|
|
4512
|
+
}
|
|
4513
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
4514
|
+
padding: unset;
|
|
4515
|
+
}
|
|
4516
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
4517
|
+
display: none;
|
|
4518
|
+
}
|
|
4519
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
4520
|
+
width: 100%;
|
|
4521
|
+
overflow: hidden;
|
|
4522
|
+
white-space: nowrap;
|
|
4523
|
+
text-overflow: ellipsis;
|
|
4524
|
+
}
|
|
4525
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
4526
|
+
overflow: hidden;
|
|
4527
|
+
text-overflow: ellipsis;
|
|
4528
|
+
flex: 1;
|
|
4529
|
+
}
|
|
4530
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
4531
|
+
padding: 15px 25px 15px 8px;
|
|
4532
|
+
}
|
|
4533
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
4534
|
+
padding: 0;
|
|
4535
|
+
}
|
|
4536
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
4537
|
+
position: absolute;
|
|
4538
|
+
right: 6px;
|
|
4539
|
+
top: 50%;
|
|
4540
|
+
transform: translateY(-50%);
|
|
4541
|
+
height: 16px;
|
|
4542
|
+
display: none;
|
|
4543
|
+
transition: transform 320ms ease;
|
|
4544
|
+
}
|
|
4545
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
4546
|
+
display: block;
|
|
4547
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
4548
|
+
}
|
|
4549
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
4550
|
+
display: block;
|
|
4551
|
+
}
|
|
4552
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
4553
|
+
display: none;
|
|
4554
|
+
}
|
|
4555
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
4556
|
+
transform: translateY(-50%);
|
|
4557
|
+
}
|
|
4558
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
4559
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
4560
|
+
}
|
|
4561
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
4562
|
+
background: #f2f5fa;
|
|
4563
|
+
}
|
|
4564
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
4565
|
+
display: block;
|
|
4566
|
+
}
|
|
4567
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
4568
|
+
padding-right: 25px;
|
|
4569
|
+
}
|
|
4570
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
4571
|
+
padding: 0 !important;
|
|
4572
|
+
}
|
|
4573
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
4574
|
+
position: absolute;
|
|
4575
|
+
left: 50%;
|
|
4576
|
+
top: 50%;
|
|
4577
|
+
transform: translate(-50%, -50%);
|
|
4578
|
+
}
|
|
4579
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
4580
|
+
display: none;
|
|
4581
|
+
}
|
|
4582
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
4583
|
+
background: #fff;
|
|
4584
|
+
}
|
|
4585
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
4586
|
+
background: inherit;
|
|
4587
|
+
}
|
|
4588
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
4589
|
+
position: static;
|
|
4590
|
+
border: none;
|
|
4591
|
+
background: inherit !important;
|
|
4592
|
+
height: 100px;
|
|
4593
|
+
vertical-align: middle;
|
|
4594
|
+
}
|
|
4595
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
4596
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4597
|
+
font-weight: bold;
|
|
4598
|
+
font-size: 20px;
|
|
4599
|
+
color: rgba(10, 37, 85, 0.6);
|
|
4600
|
+
}
|
|
4601
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
4602
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
4603
|
+
z-index: 10;
|
|
4604
|
+
}
|
|
4605
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
4606
|
+
padding: 0 !important;
|
|
4607
|
+
position: relative;
|
|
4608
|
+
background: #fff;
|
|
4609
|
+
}
|
|
4610
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
4611
|
+
height: 100%;
|
|
4612
|
+
display: flex;
|
|
4613
|
+
align-items: center;
|
|
4614
|
+
justify-content: flex-end;
|
|
4615
|
+
padding-right: 8px;
|
|
4616
|
+
}
|
|
4617
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
4618
|
+
width: 24px;
|
|
4619
|
+
height: 24px;
|
|
4620
|
+
cursor: pointer;
|
|
4621
|
+
justify-content: center;
|
|
4622
|
+
border-radius: 4px;
|
|
4623
|
+
}
|
|
4624
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
4625
|
+
background: #fff;
|
|
4626
|
+
}
|
|
4627
|
+
|
|
4628
|
+
.E_h12yihis {
|
|
4629
|
+
height: 50px;
|
|
4630
|
+
border-bottom: 2px solid #edf0f7;
|
|
4631
|
+
background: #fff;
|
|
4632
|
+
display: flex;
|
|
4633
|
+
justify-content: space-between;
|
|
4634
|
+
align-items: center;
|
|
4635
|
+
padding: 0 24px 0 14px;
|
|
4636
|
+
position: relative;
|
|
4637
|
+
z-index: 10;
|
|
4638
|
+
}
|
|
4639
|
+
.E_h12yihis .left,
|
|
4640
|
+
.E_h12yihis .right,
|
|
4641
|
+
.E_h12yihis .center {
|
|
4642
|
+
display: flex;
|
|
4643
|
+
align-items: center;
|
|
4644
|
+
flex: 1;
|
|
4645
|
+
flex-shrink: 0;
|
|
4646
|
+
}
|
|
4647
|
+
.E_h12yihis .center {
|
|
4648
|
+
flex: 0.8;
|
|
4649
|
+
}
|
|
4650
|
+
.E_h12yihis .right {
|
|
4651
|
+
justify-content: flex-end;
|
|
4652
|
+
}
|
|
4653
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
4654
|
+
opacity: 1;
|
|
4655
|
+
}
|
|
4656
|
+
.E_h12yihis .right .btn-group {
|
|
4657
|
+
margin-left: 32px;
|
|
4658
|
+
position: relative;
|
|
4659
|
+
display: flex;
|
|
4660
|
+
align-items: center;
|
|
4661
|
+
}
|
|
4662
|
+
.E_h12yihis .right .btn-group:before {
|
|
4663
|
+
content: "";
|
|
4664
|
+
opacity: 0;
|
|
4665
|
+
height: 24px;
|
|
4666
|
+
width: 1px;
|
|
4667
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4668
|
+
position: absolute;
|
|
4669
|
+
left: -16px;
|
|
4670
|
+
top: 50%;
|
|
4671
|
+
transform: translateY(-50%);
|
|
4672
|
+
transition: opacity 160ms ease;
|
|
4673
|
+
}
|
|
4674
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
4675
|
+
transition: all 160ms ease;
|
|
4676
|
+
cursor: pointer;
|
|
4677
|
+
width: 56px;
|
|
4678
|
+
height: 40px;
|
|
4679
|
+
display: inline-flex;
|
|
4680
|
+
align-items: center;
|
|
4681
|
+
justify-content: center;
|
|
4682
|
+
border-radius: 6px;
|
|
4683
|
+
}
|
|
4684
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
4685
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
4686
|
+
}
|
|
4687
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
4688
|
+
transform: translateY(2px);
|
|
4689
|
+
transition: all 320ms ease;
|
|
4690
|
+
}
|
|
4691
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
4692
|
+
margin-left: 4px;
|
|
4693
|
+
}
|
|
4694
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
4695
|
+
height: 48px;
|
|
4696
|
+
overflow: hidden;
|
|
4697
|
+
display: flex;
|
|
4698
|
+
align-items: center;
|
|
4699
|
+
padding: 0 4px;
|
|
4700
|
+
margin: 0 -4px;
|
|
4701
|
+
}
|
|
4702
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
4703
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
4704
|
+
transform: translateY(0);
|
|
4705
|
+
}
|
|
4706
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
4707
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4708
|
+
height: 48px;
|
|
4709
|
+
transform: translateY(100%);
|
|
4710
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4711
|
+
display: inline-flex;
|
|
4712
|
+
align-items: center;
|
|
4713
|
+
}
|
|
4714
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4715
|
+
margin-right: 10px;
|
|
4716
|
+
}
|
|
4717
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
4718
|
+
width: 32px;
|
|
4719
|
+
height: 32px;
|
|
4720
|
+
border-radius: 6px;
|
|
4721
|
+
}
|
|
4722
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
4723
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4724
|
+
}
|
|
4725
|
+
.E_h12yihis .alert,
|
|
4726
|
+
.E_h12yihis .task {
|
|
4727
|
+
position: relative;
|
|
4728
|
+
}
|
|
4729
|
+
.E_h12yihis .alert .alert-icon,
|
|
4730
|
+
.E_h12yihis .alert .task-icon,
|
|
4731
|
+
.E_h12yihis .task .alert-icon,
|
|
4732
|
+
.E_h12yihis .task .task-icon {
|
|
4733
|
+
width: 56px;
|
|
4734
|
+
height: 40px;
|
|
4735
|
+
justify-content: center;
|
|
4736
|
+
}
|
|
4737
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
4738
|
+
.E_h12yihis .task .ant-badge-count {
|
|
4739
|
+
right: 16px;
|
|
4740
|
+
top: 10px;
|
|
4741
|
+
}
|
|
4742
|
+
.E_h12yihis .logo {
|
|
4743
|
+
display: inline-flex;
|
|
4744
|
+
align-items: center;
|
|
4745
|
+
}
|
|
4746
|
+
.E_h12yihis .left {
|
|
4747
|
+
position: relative;
|
|
4748
|
+
}
|
|
4749
|
+
.E_h12yihis .left .events-audit-title {
|
|
4750
|
+
font-size: 20px;
|
|
4751
|
+
line-height: 24px;
|
|
4752
|
+
font-weight: bold;
|
|
4753
|
+
color: #1d326c;
|
|
4754
|
+
margin: 0px 8px;
|
|
4755
|
+
}
|
|
4756
|
+
.E_h12yihis .left .global-search {
|
|
4757
|
+
margin-left: 6px;
|
|
4758
|
+
}
|
|
4759
|
+
.E_h12yihis.global-search-active {
|
|
4760
|
+
z-index: 11;
|
|
4761
|
+
}
|
|
4762
|
+
.E_h12yihis.global-search-active .left {
|
|
4763
|
+
flex: 1;
|
|
4764
|
+
margin-right: 32px;
|
|
4765
|
+
}
|
|
4766
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
4767
|
+
display: flex;
|
|
4768
|
+
flex: 1;
|
|
4769
|
+
}
|
|
4770
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
4771
|
+
border-color: #0080ff;
|
|
4772
|
+
width: 100%;
|
|
4773
|
+
}
|
|
4774
|
+
.E_h12yihis.global-search-active .center {
|
|
4775
|
+
display: none;
|
|
4776
|
+
}
|
|
4777
|
+
.E_h12yihis.global-search-active .right {
|
|
4778
|
+
flex: 0 1 auto;
|
|
4779
|
+
}
|
|
4780
|
+
.E_h12yihis .ant-badge-count {
|
|
4781
|
+
pointer-events: none;
|
|
4782
|
+
}
|
|
4783
|
+
|
|
4784
|
+
.E_ncaepor {
|
|
4785
|
+
color: rgba(10, 37, 85, 0.6);
|
|
4786
|
+
position: relative;
|
|
4787
|
+
height: 48px;
|
|
4788
|
+
display: inline-flex;
|
|
4789
|
+
align-items: center;
|
|
4790
|
+
justify-content: center;
|
|
4791
|
+
overflow: hidden;
|
|
4792
|
+
}
|
|
4793
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
4794
|
+
content: "";
|
|
4795
|
+
width: 100%;
|
|
4796
|
+
height: 12px;
|
|
4797
|
+
position: absolute;
|
|
4798
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
4799
|
+
}
|
|
4800
|
+
.E_ncaepor:before {
|
|
4801
|
+
top: 0;
|
|
4668
4802
|
}
|
|
4669
|
-
.
|
|
4670
|
-
|
|
4671
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4803
|
+
.E_ncaepor:after {
|
|
4804
|
+
bottom: 0;
|
|
4672
4805
|
}
|
|
4673
|
-
.
|
|
4674
|
-
|
|
4806
|
+
.E_ncaepor > * {
|
|
4807
|
+
height: 48px;
|
|
4808
|
+
display: inline-flex;
|
|
4675
4809
|
align-items: center;
|
|
4676
|
-
|
|
4677
|
-
|
|
4810
|
+
white-space: nowrap;
|
|
4811
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4678
4812
|
}
|
|
4679
|
-
.
|
|
4680
|
-
|
|
4681
|
-
|
|
4813
|
+
.E_ncaepor .name-text {
|
|
4814
|
+
transform: translateY(0);
|
|
4815
|
+
opacity: 1;
|
|
4682
4816
|
}
|
|
4683
|
-
.
|
|
4817
|
+
.E_ncaepor .nav-info {
|
|
4818
|
+
transform: translateY(100%);
|
|
4819
|
+
opacity: 0;
|
|
4820
|
+
font-size: 18px;
|
|
4821
|
+
font-weight: 700;
|
|
4822
|
+
position: absolute;
|
|
4823
|
+
overflow: hidden;
|
|
4684
4824
|
display: flex;
|
|
4685
|
-
|
|
4686
|
-
height: 100%;
|
|
4687
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4825
|
+
justify-content: center;
|
|
4688
4826
|
}
|
|
4689
|
-
.
|
|
4690
|
-
|
|
4827
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
4828
|
+
color: #1d326c;
|
|
4829
|
+
flex: 1;
|
|
4830
|
+
overflow: hidden;
|
|
4831
|
+
text-overflow: ellipsis;
|
|
4691
4832
|
}
|
|
4692
|
-
.
|
|
4693
|
-
|
|
4694
|
-
|
|
4833
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
4834
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4835
|
+
margin-left: 8px;
|
|
4695
4836
|
}
|
|
4696
|
-
.
|
|
4697
|
-
|
|
4837
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
4838
|
+
transform: translateY(-100%);
|
|
4839
|
+
opacity: 0;
|
|
4840
|
+
position: absolute;
|
|
4698
4841
|
}
|
|
4699
|
-
.
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4842
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
4843
|
+
transform: translateY(0);
|
|
4844
|
+
opacity: 1;
|
|
4845
|
+
position: static;
|
|
4703
4846
|
}
|
|
4704
|
-
|
|
4705
|
-
|
|
4847
|
+
|
|
4848
|
+
.E_c1yd35n {
|
|
4849
|
+
padding: 0 12px 14px 12px;
|
|
4706
4850
|
}
|
|
4707
|
-
|
|
4708
|
-
|
|
4851
|
+
|
|
4852
|
+
.E_ckui4s7 {
|
|
4853
|
+
color: #2d3a56;
|
|
4854
|
+
line-height: 22px;
|
|
4855
|
+
display: inline-flex;
|
|
4709
4856
|
}
|
|
4710
|
-
.
|
|
4711
|
-
|
|
4857
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4858
|
+
height: 22px;
|
|
4859
|
+
display: flex;
|
|
4860
|
+
align-items: center;
|
|
4861
|
+
top: 0;
|
|
4712
4862
|
}
|
|
4713
|
-
.
|
|
4714
|
-
|
|
4715
|
-
font-weight: 400;
|
|
4716
|
-
position: relative;
|
|
4717
|
-
border-bottom: none;
|
|
4718
|
-
color: #00122e;
|
|
4719
|
-
transition: none;
|
|
4720
|
-
padding: 14px 8px 14px 8px;
|
|
4721
|
-
line-height: 20px;
|
|
4863
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4864
|
+
border: none;
|
|
4722
4865
|
}
|
|
4723
|
-
.
|
|
4724
|
-
|
|
4725
|
-
width: 1px;
|
|
4726
|
-
top: 0;
|
|
4727
|
-
bottom: 0;
|
|
4728
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4729
|
-
position: absolute;
|
|
4730
|
-
right: 0;
|
|
4866
|
+
.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 {
|
|
4867
|
+
border-color: #0080ff;
|
|
4731
4868
|
}
|
|
4732
|
-
.
|
|
4733
|
-
|
|
4869
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4870
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4734
4871
|
}
|
|
4735
|
-
.
|
|
4736
|
-
|
|
4872
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4873
|
+
border: 1px solid #0080ff;
|
|
4737
4874
|
}
|
|
4738
|
-
.
|
|
4739
|
-
|
|
4740
|
-
overflow: hidden;
|
|
4741
|
-
white-space: nowrap;
|
|
4742
|
-
text-overflow: ellipsis;
|
|
4875
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4876
|
+
background: #0080ff;
|
|
4743
4877
|
}
|
|
4744
|
-
.
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4878
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4879
|
+
background-color: #fff;
|
|
4880
|
+
height: 2px;
|
|
4881
|
+
width: 10px;
|
|
4882
|
+
border-radius: 2px;
|
|
4748
4883
|
}
|
|
4749
|
-
.
|
|
4750
|
-
|
|
4884
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4885
|
+
opacity: 0.5;
|
|
4751
4886
|
}
|
|
4752
|
-
.
|
|
4753
|
-
|
|
4887
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4888
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4889
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4754
4890
|
}
|
|
4755
|
-
.
|
|
4756
|
-
|
|
4757
|
-
right: 6px;
|
|
4758
|
-
top: 50%;
|
|
4759
|
-
transform: translateY(-50%);
|
|
4760
|
-
height: 16px;
|
|
4761
|
-
display: none;
|
|
4762
|
-
transition: transform 320ms ease;
|
|
4891
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4892
|
+
border-color: #2d3a56;
|
|
4763
4893
|
}
|
|
4764
|
-
.
|
|
4765
|
-
|
|
4766
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
4894
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4895
|
+
background: #2d3a56;
|
|
4767
4896
|
}
|
|
4768
|
-
.
|
|
4769
|
-
|
|
4897
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4898
|
+
padding: 0;
|
|
4770
4899
|
}
|
|
4771
|
-
.
|
|
4772
|
-
display:
|
|
4900
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4901
|
+
display: inline-block;
|
|
4902
|
+
margin-left: 12px;
|
|
4903
|
+
color: #2d3a56;
|
|
4773
4904
|
}
|
|
4774
|
-
.
|
|
4775
|
-
|
|
4905
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4906
|
+
margin-left: 28px;
|
|
4907
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4776
4908
|
}
|
|
4777
|
-
.
|
|
4778
|
-
|
|
4909
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4910
|
+
margin-left: 8px;
|
|
4779
4911
|
}
|
|
4780
|
-
.
|
|
4781
|
-
|
|
4912
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4913
|
+
margin-left: 24px;
|
|
4782
4914
|
}
|
|
4783
|
-
|
|
4784
|
-
|
|
4915
|
+
|
|
4916
|
+
.E_c1kghdax {
|
|
4917
|
+
color: #2d3a56;
|
|
4918
|
+
padding: 7px 12px;
|
|
4919
|
+
display: flex;
|
|
4920
|
+
justify-content: space-between;
|
|
4921
|
+
align-items: center;
|
|
4785
4922
|
}
|
|
4786
|
-
.
|
|
4787
|
-
padding-
|
|
4923
|
+
.E_c1kghdax.has-arrow {
|
|
4924
|
+
padding-left: 10px;
|
|
4788
4925
|
}
|
|
4789
|
-
.
|
|
4790
|
-
|
|
4926
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4927
|
+
cursor: pointer;
|
|
4928
|
+
color: #00122e;
|
|
4791
4929
|
}
|
|
4792
|
-
.
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
top: 50%;
|
|
4796
|
-
transform: translate(-50%, -50%);
|
|
4930
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4931
|
+
color: #2d3a56;
|
|
4932
|
+
font-weight: 600;
|
|
4797
4933
|
}
|
|
4798
|
-
.
|
|
4799
|
-
|
|
4934
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4935
|
+
transform: rotate(90deg);
|
|
4800
4936
|
}
|
|
4801
|
-
.
|
|
4802
|
-
|
|
4937
|
+
.E_c1kghdax .sub-info {
|
|
4938
|
+
font-size: 12px;
|
|
4939
|
+
line-height: 18px;
|
|
4803
4940
|
}
|
|
4804
|
-
.
|
|
4805
|
-
|
|
4941
|
+
.E_c1kghdax .title-wrapper {
|
|
4942
|
+
display: flex;
|
|
4943
|
+
align-items: center;
|
|
4944
|
+
user-select: none;
|
|
4945
|
+
flex-grow: 1;
|
|
4946
|
+
font-size: 12px;
|
|
4947
|
+
line-height: 18px;
|
|
4948
|
+
color: #2d3a56;
|
|
4949
|
+
font-weight: 700;
|
|
4806
4950
|
}
|
|
4807
|
-
.
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
background: inherit !important;
|
|
4811
|
-
height: 100px;
|
|
4812
|
-
vertical-align: middle;
|
|
4951
|
+
.E_c1kghdax .collapse-arrow {
|
|
4952
|
+
transition: all 50ms ease-out 0ms;
|
|
4953
|
+
margin-right: 2px;
|
|
4813
4954
|
}
|
|
4814
|
-
|
|
4815
|
-
.
|
|
4816
|
-
|
|
4817
|
-
font-size: 20px;
|
|
4818
|
-
color: rgba(10, 37, 85, 0.6);
|
|
4955
|
+
|
|
4956
|
+
.E_b14q2gmw {
|
|
4957
|
+
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);
|
|
4819
4958
|
}
|
|
4820
|
-
|
|
4821
|
-
.
|
|
4822
|
-
|
|
4959
|
+
|
|
4960
|
+
.E_c1eym6el {
|
|
4961
|
+
border-radius: 8px;
|
|
4962
|
+
background-color: white;
|
|
4823
4963
|
}
|
|
4824
|
-
.
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4964
|
+
.E_c1eym6el.hoverable {
|
|
4965
|
+
cursor: pointer;
|
|
4966
|
+
}
|
|
4967
|
+
.E_c1eym6el.hoverable:hover {
|
|
4968
|
+
transition: all 200ms ease;
|
|
4969
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4970
|
+
transform: translateY(-4px);
|
|
4828
4971
|
}
|
|
4829
|
-
|
|
4830
|
-
|
|
4972
|
+
|
|
4973
|
+
.E_lht19u8 {
|
|
4974
|
+
width: 64px;
|
|
4975
|
+
height: 64px;
|
|
4831
4976
|
display: flex;
|
|
4832
4977
|
align-items: center;
|
|
4833
|
-
justify-content: flex-end;
|
|
4834
|
-
padding-right: 8px;
|
|
4835
|
-
}
|
|
4836
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
4837
|
-
width: 24px;
|
|
4838
|
-
height: 24px;
|
|
4839
|
-
cursor: pointer;
|
|
4840
4978
|
justify-content: center;
|
|
4841
|
-
|
|
4979
|
+
position: relative;
|
|
4980
|
+
opacity: 0.2;
|
|
4842
4981
|
}
|
|
4843
|
-
|
|
4844
|
-
|
|
4982
|
+
|
|
4983
|
+
.E_lk3gkp4 {
|
|
4984
|
+
position: absolute;
|
|
4985
|
+
width: 5px;
|
|
4986
|
+
height: 48px;
|
|
4987
|
+
left: 9.33px;
|
|
4988
|
+
top: 40.5px;
|
|
4989
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4990
|
+
border-radius: 5px;
|
|
4991
|
+
transform: rotate(-128deg);
|
|
4992
|
+
transform-origin: top left;
|
|
4993
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4994
|
+
}
|
|
4995
|
+
|
|
4996
|
+
.E_ll4n94n {
|
|
4997
|
+
position: absolute;
|
|
4998
|
+
width: 5px;
|
|
4999
|
+
height: 48px;
|
|
5000
|
+
left: 40.8px;
|
|
5001
|
+
top: 8.4px;
|
|
5002
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5003
|
+
border-radius: 5px;
|
|
5004
|
+
transform: rotate(-8deg);
|
|
5005
|
+
transform-origin: top left;
|
|
5006
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5007
|
+
}
|
|
5008
|
+
|
|
5009
|
+
.E_l17lbdo6 {
|
|
5010
|
+
position: absolute;
|
|
5011
|
+
width: 5px;
|
|
5012
|
+
height: 48px;
|
|
5013
|
+
left: 52.9px;
|
|
5014
|
+
top: 51.8px;
|
|
5015
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5016
|
+
border-radius: 5px;
|
|
5017
|
+
transform: rotate(112deg);
|
|
5018
|
+
transform-origin: top left;
|
|
5019
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4845
5020
|
}
|
|
4846
5021
|
|
|
4847
5022
|
.E_u3l9ivi {
|
|
@@ -5023,358 +5198,242 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5023
5198
|
opacity: 0.5;
|
|
5024
5199
|
}
|
|
5025
5200
|
|
|
5026
|
-
.
|
|
5027
|
-
padding: 0
|
|
5028
|
-
}
|
|
5029
|
-
|
|
5030
|
-
.E_c1kghdax {
|
|
5031
|
-
color: #2d3a56;
|
|
5032
|
-
padding: 7px 12px;
|
|
5033
|
-
display: flex;
|
|
5034
|
-
justify-content: space-between;
|
|
5035
|
-
align-items: center;
|
|
5036
|
-
}
|
|
5037
|
-
.E_c1kghdax.has-arrow {
|
|
5038
|
-
padding-left: 10px;
|
|
5039
|
-
}
|
|
5040
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
5041
|
-
cursor: pointer;
|
|
5042
|
-
color: #00122e;
|
|
5043
|
-
}
|
|
5044
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
5045
|
-
color: #2d3a56;
|
|
5046
|
-
font-weight: 600;
|
|
5047
|
-
}
|
|
5048
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
5049
|
-
transform: rotate(90deg);
|
|
5050
|
-
}
|
|
5051
|
-
.E_c1kghdax .sub-info {
|
|
5052
|
-
font-size: 12px;
|
|
5053
|
-
line-height: 18px;
|
|
5054
|
-
}
|
|
5055
|
-
.E_c1kghdax .title-wrapper {
|
|
5056
|
-
display: flex;
|
|
5057
|
-
align-items: center;
|
|
5058
|
-
user-select: none;
|
|
5059
|
-
flex-grow: 1;
|
|
5060
|
-
font-size: 12px;
|
|
5061
|
-
line-height: 18px;
|
|
5062
|
-
color: #2d3a56;
|
|
5063
|
-
font-weight: 700;
|
|
5201
|
+
.E_w7ob4th.outside-tag {
|
|
5202
|
+
padding-left: 0;
|
|
5064
5203
|
}
|
|
5065
|
-
.
|
|
5066
|
-
|
|
5067
|
-
|
|
5204
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5205
|
+
border-radius: 4px 0 0 4px;
|
|
5206
|
+
padding-right: 4px;
|
|
5207
|
+
margin-right: 4px;
|
|
5068
5208
|
}
|
|
5069
5209
|
|
|
5070
|
-
.
|
|
5071
|
-
|
|
5072
|
-
height:
|
|
5073
|
-
display: flex;
|
|
5074
|
-
align-items: center;
|
|
5075
|
-
justify-content: center;
|
|
5076
|
-
position: relative;
|
|
5077
|
-
opacity: 0.2;
|
|
5210
|
+
.E_slr2ynn {
|
|
5211
|
+
padding: 0 8px;
|
|
5212
|
+
height: 18px;
|
|
5078
5213
|
}
|
|
5079
5214
|
|
|
5080
|
-
.
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
height: 48px;
|
|
5084
|
-
left: 9.33px;
|
|
5085
|
-
top: 40.5px;
|
|
5086
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5087
|
-
border-radius: 5px;
|
|
5088
|
-
transform: rotate(-128deg);
|
|
5089
|
-
transform-origin: top left;
|
|
5090
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5215
|
+
.E_m140wbb6 {
|
|
5216
|
+
padding: 2px 8px;
|
|
5217
|
+
height: 24px;
|
|
5091
5218
|
}
|
|
5092
5219
|
|
|
5093
|
-
.
|
|
5094
|
-
|
|
5095
|
-
width: 5px;
|
|
5096
|
-
height: 48px;
|
|
5097
|
-
left: 40.8px;
|
|
5098
|
-
top: 8.4px;
|
|
5099
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5100
|
-
border-radius: 5px;
|
|
5101
|
-
transform: rotate(-8deg);
|
|
5102
|
-
transform-origin: top left;
|
|
5103
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5220
|
+
.E_t1fozc1i {
|
|
5221
|
+
margin: 0;
|
|
5104
5222
|
}
|
|
5105
5223
|
|
|
5106
|
-
.
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
height: 48px;
|
|
5110
|
-
left: 52.9px;
|
|
5111
|
-
top: 51.8px;
|
|
5112
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5113
|
-
border-radius: 5px;
|
|
5114
|
-
transform: rotate(112deg);
|
|
5115
|
-
transform-origin: top left;
|
|
5116
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5224
|
+
.E_i1vxv4ln {
|
|
5225
|
+
margin-right: 4px;
|
|
5226
|
+
height: 16px;
|
|
5117
5227
|
}
|
|
5118
5228
|
|
|
5119
|
-
.
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
align-items: center;
|
|
5128
|
-
top: 0;
|
|
5129
|
-
}
|
|
5130
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
5131
|
-
border: none;
|
|
5132
|
-
}
|
|
5133
|
-
.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 {
|
|
5134
|
-
border-color: #0080ff;
|
|
5135
|
-
}
|
|
5136
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
5137
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
5138
|
-
}
|
|
5139
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
5140
|
-
border: 1px solid #0080ff;
|
|
5141
|
-
}
|
|
5142
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
5143
|
-
background: #0080ff;
|
|
5144
|
-
}
|
|
5145
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
5146
|
-
background-color: #fff;
|
|
5147
|
-
height: 2px;
|
|
5148
|
-
width: 10px;
|
|
5149
|
-
border-radius: 2px;
|
|
5150
|
-
}
|
|
5151
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
5152
|
-
opacity: 0.5;
|
|
5229
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5230
|
+
font-weight: 700;
|
|
5231
|
+
color: #00122E;
|
|
5232
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5233
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5234
|
+
word-break: break-all;
|
|
5235
|
+
display: inline;
|
|
5236
|
+
white-space: normal;
|
|
5153
5237
|
}
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5238
|
+
|
|
5239
|
+
.E_sjob3jg {
|
|
5240
|
+
--item-min-width: 60px;
|
|
5157
5241
|
}
|
|
5158
|
-
.
|
|
5159
|
-
|
|
5242
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5243
|
+
display: none !important;
|
|
5160
5244
|
}
|
|
5161
|
-
.
|
|
5162
|
-
|
|
5245
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5246
|
+
flex-shrink: 0 !important;
|
|
5163
5247
|
}
|
|
5164
|
-
.
|
|
5165
|
-
|
|
5248
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5249
|
+
color: #0080FF;
|
|
5166
5250
|
}
|
|
5167
|
-
.
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
color: #2d3a56;
|
|
5251
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5252
|
+
color: #0080FF;
|
|
5253
|
+
font-weight: normal;
|
|
5171
5254
|
}
|
|
5172
|
-
.
|
|
5173
|
-
margin-left: 28px;
|
|
5255
|
+
.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 {
|
|
5174
5256
|
color: rgba(44, 56, 82, 0.6);
|
|
5175
5257
|
}
|
|
5176
|
-
.
|
|
5177
|
-
|
|
5178
|
-
}
|
|
5179
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
5180
|
-
margin-left: 24px;
|
|
5181
|
-
}
|
|
5182
|
-
|
|
5183
|
-
.E_b14q2gmw {
|
|
5184
|
-
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);
|
|
5185
|
-
}
|
|
5186
|
-
|
|
5187
|
-
.E_c1eym6el {
|
|
5188
|
-
border-radius: 8px;
|
|
5189
|
-
background-color: white;
|
|
5258
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5259
|
+
color: #00122E;
|
|
5190
5260
|
}
|
|
5191
|
-
.
|
|
5192
|
-
|
|
5261
|
+
.E_sjob3jg .step-item-text {
|
|
5262
|
+
display: inline-block;
|
|
5193
5263
|
}
|
|
5194
|
-
.
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5264
|
+
.E_sjob3jg .step-item-title {
|
|
5265
|
+
overflow: hidden;
|
|
5266
|
+
white-space: nowrap;
|
|
5267
|
+
text-overflow: ellipsis;
|
|
5198
5268
|
}
|
|
5199
5269
|
|
|
5200
|
-
.
|
|
5201
|
-
width:
|
|
5202
|
-
flex: 1;
|
|
5203
|
-
display: flex;
|
|
5204
|
-
flex-direction: column;
|
|
5270
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
5271
|
+
min-width: var(--item-min-width);
|
|
5205
5272
|
}
|
|
5206
|
-
.
|
|
5207
|
-
|
|
5273
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5274
|
+
cursor: not-allowed !important;
|
|
5208
5275
|
}
|
|
5209
|
-
.
|
|
5210
|
-
|
|
5276
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5277
|
+
flex-direction: row;
|
|
5278
|
+
justify-content: stretch;
|
|
5211
5279
|
}
|
|
5212
|
-
.
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
padding-left: 16px;
|
|
5218
|
-
font-size: 16px;
|
|
5280
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5281
|
+
padding: 0;
|
|
5282
|
+
margin-right: 4px;
|
|
5283
|
+
flex: 1;
|
|
5284
|
+
overflow: visible;
|
|
5219
5285
|
}
|
|
5220
|
-
.
|
|
5221
|
-
|
|
5286
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5287
|
+
width: 100%;
|
|
5288
|
+
min-height: unset;
|
|
5222
5289
|
}
|
|
5223
|
-
.
|
|
5224
|
-
height:
|
|
5290
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5291
|
+
height: 26px;
|
|
5292
|
+
line-height: 26px;
|
|
5293
|
+
width: 100%;
|
|
5294
|
+
padding: 0;
|
|
5295
|
+
font-size: 12px;
|
|
5225
5296
|
}
|
|
5226
|
-
.
|
|
5227
|
-
|
|
5228
|
-
border-top-left-radius: 4px;
|
|
5229
|
-
border-top-right-radius: 4px;
|
|
5230
|
-
padding-right: 12px;
|
|
5231
|
-
padding-left: 12px;
|
|
5232
|
-
font-size: 14px;
|
|
5297
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5298
|
+
margin-right: 10px;
|
|
5233
5299
|
}
|
|
5234
|
-
.
|
|
5235
|
-
|
|
5236
|
-
display: flex;
|
|
5237
|
-
place-items: center;
|
|
5238
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5300
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5301
|
+
display: none;
|
|
5239
5302
|
}
|
|
5240
|
-
.
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
|
|
5303
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5304
|
+
padding-left: 8px;
|
|
5305
|
+
padding-right: 4px;
|
|
5306
|
+
border-radius: 4px 0 0 4px;
|
|
5244
5307
|
}
|
|
5245
|
-
.
|
|
5246
|
-
|
|
5308
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5309
|
+
margin-right: 0;
|
|
5247
5310
|
}
|
|
5248
|
-
.
|
|
5249
|
-
|
|
5250
|
-
|
|
5311
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5312
|
+
padding-right: 8px;
|
|
5313
|
+
padding-left: 12px;
|
|
5314
|
+
border-radius: 0 4px 4px 0;
|
|
5251
5315
|
}
|
|
5252
|
-
.
|
|
5316
|
+
.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 {
|
|
5253
5317
|
content: "";
|
|
5254
|
-
width:
|
|
5255
|
-
height:
|
|
5256
|
-
|
|
5318
|
+
width: 0;
|
|
5319
|
+
height: 0;
|
|
5320
|
+
border: 13px solid transparent;
|
|
5257
5321
|
position: absolute;
|
|
5258
|
-
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
display: flex;
|
|
5265
|
-
place-items: center;
|
|
5266
|
-
cursor: pointer;
|
|
5267
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
5268
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5322
|
+
top: 0;
|
|
5323
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5324
|
+
z-index: 2;
|
|
5325
|
+
position: relative;
|
|
5326
|
+
top: -50%;
|
|
5327
|
+
right: -100%;
|
|
5269
5328
|
}
|
|
5270
|
-
.
|
|
5271
|
-
padding
|
|
5272
|
-
color: #0080ff;
|
|
5273
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
5329
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5330
|
+
padding: 0 4px 0 12px;
|
|
5274
5331
|
}
|
|
5275
|
-
.
|
|
5276
|
-
|
|
5332
|
+
.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 {
|
|
5333
|
+
content: "";
|
|
5334
|
+
width: 0;
|
|
5335
|
+
height: 0;
|
|
5336
|
+
border: 13px solid transparent;
|
|
5337
|
+
position: absolute;
|
|
5338
|
+
top: 0;
|
|
5339
|
+
border-left: 8px solid #fff;
|
|
5340
|
+
left: 0;
|
|
5277
5341
|
}
|
|
5278
|
-
.
|
|
5279
|
-
width:
|
|
5280
|
-
height: 16px;
|
|
5281
|
-
padding: 0;
|
|
5282
|
-
border-radius: 2px;
|
|
5283
|
-
margin-left: 8px;
|
|
5342
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5343
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5284
5344
|
}
|
|
5285
|
-
.
|
|
5286
|
-
|
|
5345
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5346
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5287
5347
|
}
|
|
5288
|
-
.
|
|
5289
|
-
|
|
5290
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5291
|
-
color: #0080ff;
|
|
5348
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5349
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5292
5350
|
}
|
|
5293
|
-
.
|
|
5294
|
-
|
|
5351
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5352
|
+
cursor: pointer;
|
|
5353
|
+
min-width: var(--item-min-width);
|
|
5295
5354
|
}
|
|
5296
|
-
|
|
5297
|
-
.
|
|
5298
|
-
|
|
5299
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5355
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5356
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5357
|
+
min-width: var(--item-min-width);
|
|
5300
5358
|
}
|
|
5301
|
-
|
|
5302
|
-
.
|
|
5303
|
-
|
|
5359
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5360
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5361
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5304
5362
|
}
|
|
5305
|
-
.
|
|
5306
|
-
|
|
5307
|
-
max-width: 400px;
|
|
5308
|
-
padding: 6px;
|
|
5309
|
-
background: #fff;
|
|
5310
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5311
|
-
border-radius: 8px;
|
|
5312
|
-
max-height: calc(100vh - 250px);
|
|
5313
|
-
overflow: auto;
|
|
5363
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5364
|
+
padding: 0;
|
|
5314
5365
|
}
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5366
|
+
|
|
5367
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5368
|
+
width: 192px;
|
|
5369
|
+
row-gap: 2px;
|
|
5319
5370
|
}
|
|
5320
|
-
.
|
|
5321
|
-
|
|
5371
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5372
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5322
5373
|
}
|
|
5323
|
-
.
|
|
5324
|
-
|
|
5325
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5326
|
-
color: #0080ff;
|
|
5374
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5375
|
+
color: #00122E !important;
|
|
5327
5376
|
}
|
|
5328
|
-
.
|
|
5329
|
-
|
|
5330
|
-
font-style: normal;
|
|
5331
|
-
font-weight: bold !important;
|
|
5377
|
+
.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 {
|
|
5378
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5332
5379
|
}
|
|
5333
|
-
.
|
|
5334
|
-
padding:
|
|
5380
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5381
|
+
padding: 0 8px;
|
|
5335
5382
|
border-radius: 4px;
|
|
5383
|
+
height: 32px;
|
|
5384
|
+
display: flex;
|
|
5385
|
+
align-items: center;
|
|
5336
5386
|
}
|
|
5337
|
-
.
|
|
5338
|
-
|
|
5339
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5340
|
-
}
|
|
5341
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
5342
|
-
text-align: left;
|
|
5343
|
-
flex: 1;
|
|
5344
|
-
overflow: hidden;
|
|
5345
|
-
text-overflow: ellipsis;
|
|
5387
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5388
|
+
min-height: auto;
|
|
5346
5389
|
white-space: nowrap;
|
|
5347
5390
|
}
|
|
5391
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5392
|
+
font-size: 13px;
|
|
5393
|
+
line-height: 20px;
|
|
5394
|
+
max-width: 100%;
|
|
5395
|
+
padding-right: 0;
|
|
5396
|
+
}
|
|
5397
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5398
|
+
background: rgba(0, 128, 255, 0.1);
|
|
5399
|
+
}
|
|
5348
5400
|
|
|
5349
|
-
.
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5401
|
+
.E_h6l1tj4 {
|
|
5402
|
+
width: 100%;
|
|
5403
|
+
display: inline-flex;
|
|
5404
|
+
align-items: center;
|
|
5405
|
+
justify-content: center;
|
|
5406
|
+
column-gap: 4px;
|
|
5355
5407
|
}
|
|
5356
|
-
.
|
|
5357
|
-
display:
|
|
5358
|
-
|
|
5408
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
5409
|
+
display: inline-flex;
|
|
5410
|
+
align-items: center;
|
|
5411
|
+
width: 18px;
|
|
5412
|
+
height: 18px;
|
|
5413
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5414
|
+
justify-content: center;
|
|
5359
5415
|
}
|
|
5360
5416
|
|
|
5361
|
-
.
|
|
5417
|
+
.E_v18frne8 {
|
|
5418
|
+
width: 100%;
|
|
5362
5419
|
display: flex;
|
|
5363
5420
|
align-items: center;
|
|
5364
|
-
justify-content:
|
|
5421
|
+
justify-content: center;
|
|
5365
5422
|
column-gap: 6px;
|
|
5423
|
+
font-size: 13px;
|
|
5366
5424
|
}
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5425
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
5426
|
+
display: inline-flex;
|
|
5427
|
+
align-items: center;
|
|
5428
|
+
min-width: 20px;
|
|
5429
|
+
min-height: 20px;
|
|
5430
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5371
5431
|
justify-content: center;
|
|
5372
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5373
5432
|
}
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
margin-
|
|
5377
|
-
|
|
5433
|
+
|
|
5434
|
+
.E_i1g85yz3 {
|
|
5435
|
+
margin-right: 4px;
|
|
5436
|
+
height: 16px;
|
|
5378
5437
|
}
|
|
5379
5438
|
|
|
5380
5439
|
.E_l1ucdodl {
|
|
@@ -5445,6 +5504,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5445
5504
|
flex: 1;
|
|
5446
5505
|
}
|
|
5447
5506
|
|
|
5507
|
+
.E_r77hffu {
|
|
5508
|
+
display: flex;
|
|
5509
|
+
align-items: center;
|
|
5510
|
+
justify-content: space-between;
|
|
5511
|
+
column-gap: 6px;
|
|
5512
|
+
}
|
|
5513
|
+
|
|
5514
|
+
.E_p1cmxsf7 {
|
|
5515
|
+
display: flex;
|
|
5516
|
+
flex-direction: column;
|
|
5517
|
+
justify-content: center;
|
|
5518
|
+
row-gap: var(--p1cmxsf7-0);
|
|
5519
|
+
}
|
|
5520
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
5521
|
+
font-size: 0;
|
|
5522
|
+
margin-bottom: unset;
|
|
5523
|
+
margin-inline-end: unset;
|
|
5524
|
+
}
|
|
5525
|
+
|
|
5448
5526
|
.E_t1dtlqs1 {
|
|
5449
5527
|
margin-bottom: 4px;
|
|
5450
5528
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -5575,307 +5653,69 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5575
5653
|
text-align: right;
|
|
5576
5654
|
}
|
|
5577
5655
|
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
5578
|
-
text-align: right;
|
|
5579
|
-
}
|
|
5580
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5581
|
-
margin-right: 8px;
|
|
5582
|
-
}
|
|
5583
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5584
|
-
padding: 4px;
|
|
5585
|
-
width: 24px;
|
|
5586
|
-
height: 24px;
|
|
5587
|
-
overflow: hidden;
|
|
5588
|
-
}
|
|
5589
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5590
|
-
padding: 0;
|
|
5591
|
-
}
|
|
5592
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5593
|
-
cursor: not-allowed;
|
|
5594
|
-
opacity: 0.5;
|
|
5595
|
-
}
|
|
5596
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5597
|
-
margin: 0;
|
|
5598
|
-
}
|
|
5599
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5600
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5601
|
-
border-radius: 5px;
|
|
5602
|
-
font-size: 12px;
|
|
5603
|
-
}
|
|
5604
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5605
|
-
font-size: inherit;
|
|
5606
|
-
}
|
|
5607
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5608
|
-
min-height: 24px;
|
|
5609
|
-
font-size: 12px;
|
|
5610
|
-
position: relative;
|
|
5611
|
-
}
|
|
5612
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5613
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5614
|
-
}
|
|
5615
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5616
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5617
|
-
}
|
|
5618
|
-
|
|
5619
|
-
.E_a138syjm {
|
|
5620
|
-
display: flex;
|
|
5621
|
-
align-items: center;
|
|
5622
|
-
gap: 8px;
|
|
5623
|
-
}
|
|
5624
|
-
.E_a138syjm button.ant-btn {
|
|
5625
|
-
padding: 2px 8px;
|
|
5626
|
-
height: 24px;
|
|
5627
|
-
}
|
|
5628
|
-
.E_a138syjm > span.maximum-desc {
|
|
5629
|
-
display: none;
|
|
5630
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5631
|
-
}
|
|
5632
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
5633
|
-
display: inline;
|
|
5634
|
-
}
|
|
5635
|
-
|
|
5636
|
-
.E_d77i8u0 {
|
|
5637
|
-
width: 24px;
|
|
5638
|
-
height: 24px;
|
|
5639
|
-
padding: 4px;
|
|
5640
|
-
margin-right: 8px;
|
|
5641
|
-
}
|
|
5642
|
-
|
|
5643
|
-
.E_w7ob4th.outside-tag {
|
|
5644
|
-
padding-left: 0;
|
|
5645
|
-
}
|
|
5646
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5647
|
-
border-radius: 4px 0 0 4px;
|
|
5648
|
-
padding-right: 4px;
|
|
5649
|
-
margin-right: 4px;
|
|
5650
|
-
}
|
|
5651
|
-
|
|
5652
|
-
.E_slr2ynn {
|
|
5653
|
-
padding: 0 8px;
|
|
5654
|
-
height: 18px;
|
|
5655
|
-
}
|
|
5656
|
-
|
|
5657
|
-
.E_m140wbb6 {
|
|
5658
|
-
padding: 2px 8px;
|
|
5659
|
-
height: 24px;
|
|
5660
|
-
}
|
|
5661
|
-
|
|
5662
|
-
.E_t1fozc1i {
|
|
5663
|
-
margin: 0;
|
|
5664
|
-
}
|
|
5665
|
-
|
|
5666
|
-
.E_i1vxv4ln {
|
|
5667
|
-
margin-right: 4px;
|
|
5668
|
-
height: 16px;
|
|
5669
|
-
}
|
|
5670
|
-
|
|
5671
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5672
|
-
font-weight: 700;
|
|
5673
|
-
color: #00122E;
|
|
5674
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5675
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5676
|
-
word-break: break-all;
|
|
5677
|
-
display: inline;
|
|
5678
|
-
white-space: normal;
|
|
5679
|
-
}
|
|
5680
|
-
|
|
5681
|
-
.E_sjob3jg {
|
|
5682
|
-
--item-min-width: 60px;
|
|
5683
|
-
}
|
|
5684
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5685
|
-
display: none !important;
|
|
5686
|
-
}
|
|
5687
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5688
|
-
flex-shrink: 0 !important;
|
|
5689
|
-
}
|
|
5690
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5691
|
-
color: #0080FF;
|
|
5692
|
-
}
|
|
5693
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5694
|
-
color: #0080FF;
|
|
5695
|
-
font-weight: normal;
|
|
5696
|
-
}
|
|
5697
|
-
.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 {
|
|
5698
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5699
|
-
}
|
|
5700
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5701
|
-
color: #00122E;
|
|
5702
|
-
}
|
|
5703
|
-
.E_sjob3jg .step-item-text {
|
|
5704
|
-
display: inline-block;
|
|
5705
|
-
}
|
|
5706
|
-
.E_sjob3jg .step-item-title {
|
|
5707
|
-
overflow: hidden;
|
|
5708
|
-
white-space: nowrap;
|
|
5709
|
-
text-overflow: ellipsis;
|
|
5710
|
-
}
|
|
5711
|
-
|
|
5712
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
5713
|
-
min-width: var(--item-min-width);
|
|
5714
|
-
}
|
|
5715
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5716
|
-
cursor: not-allowed !important;
|
|
5717
|
-
}
|
|
5718
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5719
|
-
flex-direction: row;
|
|
5720
|
-
justify-content: stretch;
|
|
5721
|
-
}
|
|
5722
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5723
|
-
padding: 0;
|
|
5724
|
-
margin-right: 4px;
|
|
5725
|
-
flex: 1;
|
|
5726
|
-
overflow: visible;
|
|
5727
|
-
}
|
|
5728
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5729
|
-
width: 100%;
|
|
5730
|
-
min-height: unset;
|
|
5731
|
-
}
|
|
5732
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5733
|
-
height: 26px;
|
|
5734
|
-
line-height: 26px;
|
|
5735
|
-
width: 100%;
|
|
5736
|
-
padding: 0;
|
|
5737
|
-
font-size: 12px;
|
|
5738
|
-
}
|
|
5739
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5740
|
-
margin-right: 10px;
|
|
5741
|
-
}
|
|
5742
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5743
|
-
display: none;
|
|
5744
|
-
}
|
|
5745
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5746
|
-
padding-left: 8px;
|
|
5747
|
-
padding-right: 4px;
|
|
5748
|
-
border-radius: 4px 0 0 4px;
|
|
5749
|
-
}
|
|
5750
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5751
|
-
margin-right: 0;
|
|
5752
|
-
}
|
|
5753
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5754
|
-
padding-right: 8px;
|
|
5755
|
-
padding-left: 12px;
|
|
5756
|
-
border-radius: 0 4px 4px 0;
|
|
5757
|
-
}
|
|
5758
|
-
.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 {
|
|
5759
|
-
content: "";
|
|
5760
|
-
width: 0;
|
|
5761
|
-
height: 0;
|
|
5762
|
-
border: 13px solid transparent;
|
|
5763
|
-
position: absolute;
|
|
5764
|
-
top: 0;
|
|
5765
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5766
|
-
z-index: 2;
|
|
5767
|
-
position: relative;
|
|
5768
|
-
top: -50%;
|
|
5769
|
-
right: -100%;
|
|
5770
|
-
}
|
|
5771
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5772
|
-
padding: 0 4px 0 12px;
|
|
5773
|
-
}
|
|
5774
|
-
.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 {
|
|
5775
|
-
content: "";
|
|
5776
|
-
width: 0;
|
|
5777
|
-
height: 0;
|
|
5778
|
-
border: 13px solid transparent;
|
|
5779
|
-
position: absolute;
|
|
5780
|
-
top: 0;
|
|
5781
|
-
border-left: 8px solid #fff;
|
|
5782
|
-
left: 0;
|
|
5783
|
-
}
|
|
5784
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5785
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5786
|
-
}
|
|
5787
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5788
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5789
|
-
}
|
|
5790
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5791
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5792
|
-
}
|
|
5793
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5794
|
-
cursor: pointer;
|
|
5795
|
-
min-width: var(--item-min-width);
|
|
5796
|
-
}
|
|
5797
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5798
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5799
|
-
min-width: var(--item-min-width);
|
|
5800
|
-
}
|
|
5801
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5802
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5803
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5804
|
-
}
|
|
5805
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5806
|
-
padding: 0;
|
|
5656
|
+
text-align: right;
|
|
5807
5657
|
}
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
width: 192px;
|
|
5811
|
-
row-gap: 2px;
|
|
5658
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5659
|
+
margin-right: 8px;
|
|
5812
5660
|
}
|
|
5813
|
-
.
|
|
5814
|
-
|
|
5661
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5662
|
+
padding: 4px;
|
|
5663
|
+
width: 24px;
|
|
5664
|
+
height: 24px;
|
|
5665
|
+
overflow: hidden;
|
|
5815
5666
|
}
|
|
5816
|
-
.
|
|
5817
|
-
|
|
5667
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5668
|
+
padding: 0;
|
|
5818
5669
|
}
|
|
5819
|
-
.
|
|
5820
|
-
|
|
5670
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5671
|
+
cursor: not-allowed;
|
|
5672
|
+
opacity: 0.5;
|
|
5821
5673
|
}
|
|
5822
|
-
.
|
|
5823
|
-
|
|
5824
|
-
border-radius: 4px;
|
|
5825
|
-
height: 32px;
|
|
5826
|
-
display: flex;
|
|
5827
|
-
align-items: center;
|
|
5674
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5675
|
+
margin: 0;
|
|
5828
5676
|
}
|
|
5829
|
-
.
|
|
5830
|
-
|
|
5831
|
-
|
|
5677
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5678
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5679
|
+
border-radius: 5px;
|
|
5680
|
+
font-size: 12px;
|
|
5832
5681
|
}
|
|
5833
|
-
.
|
|
5834
|
-
font-size:
|
|
5835
|
-
line-height: 20px;
|
|
5836
|
-
max-width: 100%;
|
|
5837
|
-
padding-right: 0;
|
|
5682
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5683
|
+
font-size: inherit;
|
|
5838
5684
|
}
|
|
5839
|
-
.
|
|
5840
|
-
|
|
5685
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5686
|
+
min-height: 24px;
|
|
5687
|
+
font-size: 12px;
|
|
5688
|
+
position: relative;
|
|
5841
5689
|
}
|
|
5842
|
-
|
|
5843
|
-
.
|
|
5844
|
-
width: 100%;
|
|
5845
|
-
display: inline-flex;
|
|
5846
|
-
align-items: center;
|
|
5847
|
-
justify-content: center;
|
|
5848
|
-
column-gap: 4px;
|
|
5690
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5691
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5849
5692
|
}
|
|
5850
|
-
.
|
|
5851
|
-
|
|
5852
|
-
align-items: center;
|
|
5853
|
-
width: 18px;
|
|
5854
|
-
height: 18px;
|
|
5855
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5856
|
-
justify-content: center;
|
|
5693
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5694
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5857
5695
|
}
|
|
5858
5696
|
|
|
5859
|
-
.
|
|
5860
|
-
width: 100%;
|
|
5697
|
+
.E_a138syjm {
|
|
5861
5698
|
display: flex;
|
|
5862
5699
|
align-items: center;
|
|
5863
|
-
|
|
5864
|
-
column-gap: 6px;
|
|
5865
|
-
font-size: 13px;
|
|
5700
|
+
gap: 8px;
|
|
5866
5701
|
}
|
|
5867
|
-
.
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
|
|
5871
|
-
|
|
5872
|
-
|
|
5873
|
-
|
|
5702
|
+
.E_a138syjm button.ant-btn {
|
|
5703
|
+
padding: 2px 8px;
|
|
5704
|
+
height: 24px;
|
|
5705
|
+
}
|
|
5706
|
+
.E_a138syjm > span.maximum-desc {
|
|
5707
|
+
display: none;
|
|
5708
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5709
|
+
}
|
|
5710
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
5711
|
+
display: inline;
|
|
5874
5712
|
}
|
|
5875
5713
|
|
|
5876
|
-
.
|
|
5877
|
-
|
|
5878
|
-
height:
|
|
5714
|
+
.E_d77i8u0 {
|
|
5715
|
+
width: 24px;
|
|
5716
|
+
height: 24px;
|
|
5717
|
+
padding: 4px;
|
|
5718
|
+
margin-right: 8px;
|
|
5879
5719
|
}
|
|
5880
5720
|
|
|
5881
5721
|
.E_t13ef470 {
|
|
@@ -5901,11 +5741,172 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5901
5741
|
.E_t13ef470 :nth-child(1) {
|
|
5902
5742
|
padding: 8px 4px;
|
|
5903
5743
|
}
|
|
5904
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5905
|
-
background: rgba(107, 125, 153, 0.18);
|
|
5744
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5745
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5746
|
+
}
|
|
5747
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5748
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5749
|
+
}
|
|
5750
|
+
|
|
5751
|
+
.E_t1tbywr9 {
|
|
5752
|
+
width: 100%;
|
|
5753
|
+
flex: 1;
|
|
5754
|
+
display: flex;
|
|
5755
|
+
flex-direction: column;
|
|
5756
|
+
}
|
|
5757
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
5758
|
+
height: 32px;
|
|
5759
|
+
}
|
|
5760
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5761
|
+
height: 32px;
|
|
5762
|
+
}
|
|
5763
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5764
|
+
height: 32px;
|
|
5765
|
+
border-top-left-radius: 6px;
|
|
5766
|
+
border-top-right-radius: 6px;
|
|
5767
|
+
padding-right: 16px;
|
|
5768
|
+
padding-left: 16px;
|
|
5769
|
+
font-size: 16px;
|
|
5770
|
+
}
|
|
5771
|
+
.E_t1tbywr9.small .tab-bar {
|
|
5772
|
+
height: 24px;
|
|
5773
|
+
}
|
|
5774
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5775
|
+
height: 24px;
|
|
5776
|
+
}
|
|
5777
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
5778
|
+
height: 24px;
|
|
5779
|
+
border-top-left-radius: 4px;
|
|
5780
|
+
border-top-right-radius: 4px;
|
|
5781
|
+
padding-right: 12px;
|
|
5782
|
+
padding-left: 12px;
|
|
5783
|
+
font-size: 14px;
|
|
5784
|
+
}
|
|
5785
|
+
.E_t1tbywr9 .tab-bar {
|
|
5786
|
+
max-width: 100%;
|
|
5787
|
+
display: flex;
|
|
5788
|
+
place-items: center;
|
|
5789
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5790
|
+
}
|
|
5791
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
5792
|
+
overflow: hidden;
|
|
5793
|
+
display: flex;
|
|
5794
|
+
place-items: center;
|
|
5795
|
+
}
|
|
5796
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
5797
|
+
padding-left: 0px;
|
|
5798
|
+
}
|
|
5799
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
5800
|
+
margin-left: 12px;
|
|
5801
|
+
position: relative;
|
|
5802
|
+
}
|
|
5803
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
5804
|
+
content: "";
|
|
5805
|
+
width: 1px;
|
|
5806
|
+
height: 24px;
|
|
5807
|
+
background: rgba(172, 186, 211, 0.6);
|
|
5808
|
+
position: absolute;
|
|
5809
|
+
left: -6px;
|
|
5810
|
+
top: 50%;
|
|
5811
|
+
transform: translateY(-50%);
|
|
5812
|
+
}
|
|
5813
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
5814
|
+
flex-shrink: 0;
|
|
5815
|
+
display: flex;
|
|
5816
|
+
place-items: center;
|
|
5817
|
+
cursor: pointer;
|
|
5818
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
5819
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5820
|
+
}
|
|
5821
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
5822
|
+
padding-left: 16px;
|
|
5823
|
+
color: #0080ff;
|
|
5824
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
5825
|
+
}
|
|
5826
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
5827
|
+
margin-left: 2px;
|
|
5828
|
+
}
|
|
5829
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
5830
|
+
width: 16px;
|
|
5831
|
+
height: 16px;
|
|
5832
|
+
padding: 0;
|
|
5833
|
+
border-radius: 2px;
|
|
5834
|
+
margin-left: 8px;
|
|
5835
|
+
}
|
|
5836
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
5837
|
+
margin-left: 8px;
|
|
5838
|
+
}
|
|
5839
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
5840
|
+
padding-left: 16px;
|
|
5841
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5842
|
+
color: #0080ff;
|
|
5843
|
+
}
|
|
5844
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
5845
|
+
display: none;
|
|
5846
|
+
}
|
|
5847
|
+
|
|
5848
|
+
.E_ti12z2.ant-dropdown-open {
|
|
5849
|
+
color: #0080ff;
|
|
5850
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5851
|
+
}
|
|
5852
|
+
|
|
5853
|
+
.E_m19lu3v {
|
|
5854
|
+
cursor: default;
|
|
5855
|
+
}
|
|
5856
|
+
.E_m19lu3v .menu-wrapper {
|
|
5857
|
+
min-width: 160px;
|
|
5858
|
+
max-width: 400px;
|
|
5859
|
+
padding: 6px;
|
|
5860
|
+
background: #fff;
|
|
5861
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5862
|
+
border-radius: 8px;
|
|
5863
|
+
max-height: calc(100vh - 250px);
|
|
5864
|
+
overflow: auto;
|
|
5865
|
+
}
|
|
5866
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
5867
|
+
display: flex;
|
|
5868
|
+
place-items: center;
|
|
5869
|
+
width: var(--itemWidth);
|
|
5870
|
+
}
|
|
5871
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
5872
|
+
margin-top: 8px;
|
|
5873
|
+
}
|
|
5874
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
5875
|
+
padding: 6px;
|
|
5876
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5877
|
+
color: #0080ff;
|
|
5878
|
+
}
|
|
5879
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
5880
|
+
font-family: Inter;
|
|
5881
|
+
font-style: normal;
|
|
5882
|
+
font-weight: bold !important;
|
|
5883
|
+
}
|
|
5884
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
5885
|
+
padding: 5px 12px;
|
|
5886
|
+
border-radius: 4px;
|
|
5887
|
+
}
|
|
5888
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
5889
|
+
color: #0080ff;
|
|
5890
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5891
|
+
}
|
|
5892
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
5893
|
+
text-align: left;
|
|
5894
|
+
flex: 1;
|
|
5895
|
+
overflow: hidden;
|
|
5896
|
+
text-overflow: ellipsis;
|
|
5897
|
+
white-space: nowrap;
|
|
5898
|
+
}
|
|
5899
|
+
|
|
5900
|
+
.E_i1bmwe2m {
|
|
5901
|
+
margin: auto;
|
|
5902
|
+
cursor: pointer;
|
|
5903
|
+
line-height: normal;
|
|
5904
|
+
height: 16px;
|
|
5905
|
+
margin-right: 3px;
|
|
5906
5906
|
}
|
|
5907
|
-
.
|
|
5908
|
-
|
|
5907
|
+
.E_i1bmwe2m .icon-inner {
|
|
5908
|
+
display: block;
|
|
5909
|
+
height: 16px;
|
|
5909
5910
|
}
|
|
5910
5911
|
|
|
5911
5912
|
.E_m11nzl2x {
|
|
@@ -6311,6 +6312,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6311
6312
|
background-color: #E07F00;
|
|
6312
6313
|
}
|
|
6313
6314
|
|
|
6315
|
+
.E_b1jaupqb {
|
|
6316
|
+
color: #F0483E;
|
|
6317
|
+
}
|
|
6318
|
+
|
|
6314
6319
|
.E_t59qhqp {
|
|
6315
6320
|
padding: 0px;
|
|
6316
6321
|
padding-top: 5px;
|
|
@@ -6556,10 +6561,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6556
6561
|
font-weight: bold;
|
|
6557
6562
|
}
|
|
6558
6563
|
|
|
6559
|
-
.E_b1jaupqb {
|
|
6560
|
-
color: #F0483E;
|
|
6561
|
-
}
|
|
6562
|
-
|
|
6563
6564
|
.E_s20iney.skeleton-box {
|
|
6564
6565
|
display: flex;
|
|
6565
6566
|
align-items: center;
|
|
@@ -6887,67 +6888,132 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6887
6888
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6888
6889
|
}
|
|
6889
6890
|
|
|
6890
|
-
.
|
|
6891
|
-
height: 8px;
|
|
6892
|
-
box-sizing: border-box;
|
|
6893
|
-
border-radius: 2px;
|
|
6894
|
-
background: #f5f7fa;
|
|
6891
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
6895
6892
|
display: flex;
|
|
6896
|
-
|
|
6893
|
+
align-items: center;
|
|
6894
|
+
}
|
|
6895
|
+
.E_s1iv0tp1 .enabled-text {
|
|
6896
|
+
margin-right: 8px;
|
|
6897
|
+
}
|
|
6898
|
+
|
|
6899
|
+
.E_ou7iq30 {
|
|
6897
6900
|
overflow: hidden;
|
|
6901
|
+
text-overflow: ellipsis;
|
|
6898
6902
|
}
|
|
6899
|
-
|
|
6900
|
-
|
|
6903
|
+
|
|
6904
|
+
.E_s1tui002 {
|
|
6905
|
+
white-space: nowrap;
|
|
6901
6906
|
}
|
|
6902
6907
|
|
|
6903
|
-
.
|
|
6904
|
-
display:
|
|
6905
|
-
|
|
6908
|
+
.E_mxrc2zg {
|
|
6909
|
+
display: -webkit-box;
|
|
6910
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6911
|
+
-webkit-box-orient: vertical;
|
|
6912
|
+
word-break: break-all;
|
|
6906
6913
|
}
|
|
6907
|
-
|
|
6908
|
-
|
|
6914
|
+
|
|
6915
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6916
|
+
display: none;
|
|
6917
|
+
}
|
|
6918
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
6919
|
+
background: rgba(23, 38, 64, 0.8);
|
|
6920
|
+
border-radius: 4px;
|
|
6921
|
+
}
|
|
6922
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6923
|
+
visibility: hidden;
|
|
6909
6924
|
}
|
|
6910
6925
|
|
|
6911
|
-
.
|
|
6912
|
-
|
|
6926
|
+
.E_clm1wy1 {
|
|
6927
|
+
width: 192px;
|
|
6928
|
+
height: 246px;
|
|
6929
|
+
border-radius: 4px;
|
|
6913
6930
|
}
|
|
6914
|
-
.
|
|
6915
|
-
|
|
6931
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
6932
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6933
|
+
width: 100%;
|
|
6934
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6935
|
+
border-top: none;
|
|
6936
|
+
}
|
|
6937
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6938
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6939
|
+
padding: 0 16px;
|
|
6940
|
+
}
|
|
6941
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6942
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6943
|
+
width: 100%;
|
|
6944
|
+
height: 180px;
|
|
6945
|
+
border-spacing: 0;
|
|
6946
|
+
}
|
|
6947
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6948
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6949
|
+
margin-bottom: 8px;
|
|
6950
|
+
}
|
|
6951
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6952
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6953
|
+
width: 22px;
|
|
6954
|
+
}
|
|
6955
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6956
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6957
|
+
padding: 0;
|
|
6958
|
+
}
|
|
6959
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
6960
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6961
|
+
opacity: 0.4;
|
|
6962
|
+
}
|
|
6963
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6964
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6965
|
+
opacity: 1;
|
|
6966
|
+
}
|
|
6967
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6968
|
+
color: #3e4652;
|
|
6969
|
+
}
|
|
6970
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
6971
|
+
pointer-events: none;
|
|
6916
6972
|
}
|
|
6917
6973
|
|
|
6918
|
-
.
|
|
6974
|
+
.E_t1tsm00v {
|
|
6975
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6976
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6977
|
+
backdrop-filter: blur(10px);
|
|
6978
|
+
padding: 7px 10px;
|
|
6979
|
+
}
|
|
6980
|
+
|
|
6981
|
+
.E_c167wnad {
|
|
6982
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6919
6983
|
display: flex;
|
|
6920
6984
|
justify-content: space-between;
|
|
6921
6985
|
align-items: center;
|
|
6922
|
-
|
|
6923
|
-
line-height: 24px;
|
|
6924
|
-
color: #cccccc;
|
|
6925
|
-
white-space: nowrap;
|
|
6986
|
+
padding: 8px 16px;
|
|
6926
6987
|
}
|
|
6927
|
-
.
|
|
6928
|
-
|
|
6988
|
+
.E_c167wnad .anticon {
|
|
6989
|
+
cursor: pointer;
|
|
6929
6990
|
}
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
font-weight: bold;
|
|
6933
|
-
color: white;
|
|
6991
|
+
.E_c167wnad .anticon:hover {
|
|
6992
|
+
color: #0096ff;
|
|
6934
6993
|
}
|
|
6935
6994
|
|
|
6936
|
-
.
|
|
6937
|
-
|
|
6938
|
-
|
|
6939
|
-
|
|
6995
|
+
.E_cxhf7dh {
|
|
6996
|
+
text-align: center;
|
|
6997
|
+
}
|
|
6998
|
+
.E_cxhf7dh .dots {
|
|
6999
|
+
display: flex;
|
|
7000
|
+
justify-content: center;
|
|
7001
|
+
}
|
|
7002
|
+
.E_cxhf7dh .dot {
|
|
6940
7003
|
display: inline-block;
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
6944
|
-
|
|
7004
|
+
width: 2px;
|
|
7005
|
+
height: 2px;
|
|
7006
|
+
border-radius: 1px;
|
|
7007
|
+
background: #0096ff;
|
|
6945
7008
|
}
|
|
6946
|
-
|
|
6947
|
-
|
|
6948
|
-
|
|
6949
|
-
|
|
6950
|
-
|
|
7009
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
7010
|
+
margin-right: 2px;
|
|
7011
|
+
}
|
|
7012
|
+
.E_cxhf7dh .bar {
|
|
7013
|
+
width: 9px;
|
|
7014
|
+
height: 2px;
|
|
7015
|
+
background: #0096ff;
|
|
7016
|
+
border-radius: 2px;
|
|
6951
7017
|
}
|
|
6952
7018
|
|
|
6953
7019
|
.E_s1ebs0ra {
|
|
@@ -7007,140 +7073,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7007
7073
|
justify-content: center;
|
|
7008
7074
|
border-radius: 50%;
|
|
7009
7075
|
}
|
|
7010
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
7011
|
-
background: #fff;
|
|
7012
|
-
}
|
|
7013
|
-
|
|
7014
|
-
.E_mzzncgx {
|
|
7015
|
-
display: inline-flex;
|
|
7016
|
-
align-items: center;
|
|
7017
|
-
gap: 4px;
|
|
7018
|
-
}
|
|
7019
|
-
|
|
7020
|
-
span.E_tqjc4ui {
|
|
7021
|
-
margin: 0 2px;
|
|
7022
|
-
}
|
|
7023
|
-
|
|
7024
|
-
.E_n12mqh7z {
|
|
7025
|
-
display: flex;
|
|
7026
|
-
align-items: center;
|
|
7027
|
-
font-size: 12px;
|
|
7028
|
-
line-height: 18px;
|
|
7029
|
-
}
|
|
7030
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7031
|
-
margin-bottom: 4px;
|
|
7032
|
-
}
|
|
7033
|
-
|
|
7034
|
-
.E_tf5bynu {
|
|
7035
|
-
margin: 0 3px;
|
|
7036
|
-
}
|
|
7037
|
-
|
|
7038
|
-
.E_tcckoz1 {
|
|
7039
|
-
max-height: 400px;
|
|
7040
|
-
overflow: auto;
|
|
7041
|
-
}
|
|
7042
|
-
|
|
7043
|
-
.E_clm1wy1 {
|
|
7044
|
-
width: 192px;
|
|
7045
|
-
height: 246px;
|
|
7046
|
-
border-radius: 4px;
|
|
7047
|
-
}
|
|
7048
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
7049
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
7050
|
-
width: 100%;
|
|
7051
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
7052
|
-
border-top: none;
|
|
7053
|
-
}
|
|
7054
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
7055
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
7056
|
-
padding: 0 16px;
|
|
7057
|
-
}
|
|
7058
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
7059
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
7060
|
-
width: 100%;
|
|
7061
|
-
height: 180px;
|
|
7062
|
-
border-spacing: 0;
|
|
7063
|
-
}
|
|
7064
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
7065
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
7066
|
-
margin-bottom: 8px;
|
|
7067
|
-
}
|
|
7068
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
7069
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
7070
|
-
width: 22px;
|
|
7071
|
-
}
|
|
7072
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
7073
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
7074
|
-
padding: 0;
|
|
7075
|
-
}
|
|
7076
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
7077
|
-
color: rgba(62, 70, 82, 0.6);
|
|
7078
|
-
opacity: 0.4;
|
|
7079
|
-
}
|
|
7080
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
7081
|
-
color: rgba(62, 70, 82, 0.6);
|
|
7082
|
-
opacity: 1;
|
|
7083
|
-
}
|
|
7084
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
7085
|
-
color: #3e4652;
|
|
7086
|
-
}
|
|
7087
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
7088
|
-
pointer-events: none;
|
|
7089
|
-
}
|
|
7090
|
-
|
|
7091
|
-
.E_t1tsm00v {
|
|
7092
|
-
color: rgba(129, 138, 153, 0.6);
|
|
7093
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7094
|
-
backdrop-filter: blur(10px);
|
|
7095
|
-
padding: 7px 10px;
|
|
7096
|
-
}
|
|
7076
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
7077
|
+
background: #fff;
|
|
7078
|
+
}
|
|
7097
7079
|
|
|
7098
|
-
.
|
|
7099
|
-
|
|
7100
|
-
display: flex;
|
|
7101
|
-
justify-content: space-between;
|
|
7080
|
+
.E_mzzncgx {
|
|
7081
|
+
display: inline-flex;
|
|
7102
7082
|
align-items: center;
|
|
7103
|
-
|
|
7083
|
+
gap: 4px;
|
|
7104
7084
|
}
|
|
7105
|
-
|
|
7106
|
-
|
|
7085
|
+
|
|
7086
|
+
.E_c18bcrac {
|
|
7087
|
+
display: inline-block;
|
|
7088
|
+
width: 100%;
|
|
7107
7089
|
}
|
|
7108
|
-
.
|
|
7109
|
-
|
|
7090
|
+
.E_c18bcrac .recharts-wrapper {
|
|
7091
|
+
margin-left: 4px;
|
|
7110
7092
|
}
|
|
7111
7093
|
|
|
7112
|
-
.
|
|
7113
|
-
|
|
7094
|
+
.E_cro7kg2 {
|
|
7095
|
+
padding: 4px;
|
|
7114
7096
|
}
|
|
7115
|
-
.
|
|
7097
|
+
.E_cro7kg2 .unit {
|
|
7098
|
+
color: white;
|
|
7099
|
+
}
|
|
7100
|
+
|
|
7101
|
+
.E_c14wcxf0 {
|
|
7116
7102
|
display: flex;
|
|
7117
|
-
justify-content:
|
|
7103
|
+
justify-content: space-between;
|
|
7104
|
+
align-items: center;
|
|
7105
|
+
font-size: 13px;
|
|
7106
|
+
line-height: 24px;
|
|
7107
|
+
color: #cccccc;
|
|
7108
|
+
white-space: nowrap;
|
|
7118
7109
|
}
|
|
7119
|
-
.
|
|
7120
|
-
|
|
7121
|
-
width: 2px;
|
|
7122
|
-
height: 2px;
|
|
7123
|
-
border-radius: 1px;
|
|
7124
|
-
background: #0096ff;
|
|
7110
|
+
.E_c14wcxf0 label {
|
|
7111
|
+
margin-right: 32px;
|
|
7125
7112
|
}
|
|
7126
|
-
|
|
7127
|
-
|
|
7113
|
+
|
|
7114
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
7115
|
+
font-weight: bold;
|
|
7116
|
+
color: white;
|
|
7128
7117
|
}
|
|
7129
|
-
|
|
7130
|
-
|
|
7131
|
-
|
|
7132
|
-
|
|
7118
|
+
|
|
7119
|
+
.E_s11212zy {
|
|
7120
|
+
width: 8px;
|
|
7121
|
+
height: 8px;
|
|
7133
7122
|
border-radius: 2px;
|
|
7123
|
+
display: inline-block;
|
|
7124
|
+
background: var(--s11212zy-0);
|
|
7125
|
+
border: 1px solid #fff;
|
|
7126
|
+
box-sizing: content-box;
|
|
7127
|
+
margin-right: 6px;
|
|
7134
7128
|
}
|
|
7135
7129
|
|
|
7136
|
-
.
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7140
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7141
|
-
}
|
|
7142
|
-
.E_gmyahx3:hover .link-text {
|
|
7143
|
-
color: #0080ff;
|
|
7130
|
+
.E_p1lyky6c > :first-child {
|
|
7131
|
+
font-weight: bold;
|
|
7132
|
+
color: white;
|
|
7133
|
+
margin-right: 4px;
|
|
7144
7134
|
}
|
|
7145
7135
|
|
|
7146
7136
|
.E_c1up1pdz {
|
|
@@ -7283,39 +7273,73 @@ span.E_tqjc4ui {
|
|
|
7283
7273
|
color: #fff;
|
|
7284
7274
|
}
|
|
7285
7275
|
|
|
7286
|
-
.
|
|
7287
|
-
|
|
7288
|
-
|
|
7276
|
+
.E_n12mqh7z {
|
|
7277
|
+
display: flex;
|
|
7278
|
+
align-items: center;
|
|
7279
|
+
font-size: 12px;
|
|
7280
|
+
line-height: 18px;
|
|
7281
|
+
}
|
|
7282
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7283
|
+
margin-bottom: 4px;
|
|
7289
7284
|
}
|
|
7290
7285
|
|
|
7291
|
-
.
|
|
7292
|
-
|
|
7286
|
+
.E_tf5bynu {
|
|
7287
|
+
margin: 0 3px;
|
|
7293
7288
|
}
|
|
7294
7289
|
|
|
7295
|
-
.
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
-webkit-box-orient: vertical;
|
|
7299
|
-
word-break: break-all;
|
|
7290
|
+
.E_tcckoz1 {
|
|
7291
|
+
max-height: 400px;
|
|
7292
|
+
overflow: auto;
|
|
7300
7293
|
}
|
|
7301
7294
|
|
|
7302
|
-
.
|
|
7303
|
-
|
|
7295
|
+
span.E_tqjc4ui {
|
|
7296
|
+
margin: 0 2px;
|
|
7304
7297
|
}
|
|
7305
|
-
|
|
7306
|
-
|
|
7307
|
-
|
|
7298
|
+
|
|
7299
|
+
.E_skwah65 {
|
|
7300
|
+
height: 8px;
|
|
7301
|
+
box-sizing: border-box;
|
|
7302
|
+
border-radius: 2px;
|
|
7303
|
+
background: #f5f7fa;
|
|
7304
|
+
display: flex;
|
|
7305
|
+
width: 100%;
|
|
7306
|
+
overflow: hidden;
|
|
7308
7307
|
}
|
|
7309
|
-
.
|
|
7310
|
-
|
|
7308
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7309
|
+
margin-left: 1px;
|
|
7311
7310
|
}
|
|
7312
7311
|
|
|
7313
|
-
.
|
|
7312
|
+
.E_gmyahx3 {
|
|
7313
|
+
cursor: pointer;
|
|
7314
|
+
}
|
|
7315
|
+
.E_gmyahx3 .link-text {
|
|
7316
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7317
|
+
}
|
|
7318
|
+
.E_gmyahx3:hover .link-text {
|
|
7319
|
+
color: #0080ff;
|
|
7320
|
+
}
|
|
7321
|
+
|
|
7322
|
+
.E_wg1tsps {
|
|
7314
7323
|
display: flex;
|
|
7315
7324
|
align-items: center;
|
|
7325
|
+
justify-content: flex-end;
|
|
7316
7326
|
}
|
|
7317
|
-
|
|
7318
|
-
|
|
7327
|
+
|
|
7328
|
+
.E_b1ctd5xy {
|
|
7329
|
+
display: flex;
|
|
7330
|
+
align-items: center;
|
|
7331
|
+
width: calc(100% - 40px);
|
|
7332
|
+
}
|
|
7333
|
+
.E_b1ctd5xy .chart {
|
|
7334
|
+
display: inline-block;
|
|
7335
|
+
width: 100%;
|
|
7336
|
+
}
|
|
7337
|
+
|
|
7338
|
+
.E_u1p8acpn {
|
|
7339
|
+
min-width: 40px;
|
|
7340
|
+
}
|
|
7341
|
+
.E_u1p8acpn .unit {
|
|
7342
|
+
color: #00122e !important;
|
|
7319
7343
|
}
|
|
7320
7344
|
|
|
7321
7345
|
.E_t1sqg15u {
|
|
@@ -7521,29 +7545,6 @@ span.E_tqjc4ui {
|
|
|
7521
7545
|
text-align: left;
|
|
7522
7546
|
}
|
|
7523
7547
|
|
|
7524
|
-
.E_wg1tsps {
|
|
7525
|
-
display: flex;
|
|
7526
|
-
align-items: center;
|
|
7527
|
-
justify-content: flex-end;
|
|
7528
|
-
}
|
|
7529
|
-
|
|
7530
|
-
.E_b1ctd5xy {
|
|
7531
|
-
display: flex;
|
|
7532
|
-
align-items: center;
|
|
7533
|
-
width: calc(100% - 40px);
|
|
7534
|
-
}
|
|
7535
|
-
.E_b1ctd5xy .chart {
|
|
7536
|
-
display: inline-block;
|
|
7537
|
-
width: 100%;
|
|
7538
|
-
}
|
|
7539
|
-
|
|
7540
|
-
.E_u1p8acpn {
|
|
7541
|
-
min-width: 40px;
|
|
7542
|
-
}
|
|
7543
|
-
.E_u1p8acpn .unit {
|
|
7544
|
-
color: #00122e !important;
|
|
7545
|
-
}
|
|
7546
|
-
|
|
7547
7548
|
.E_u15heuvq.content {
|
|
7548
7549
|
cursor: default !important;
|
|
7549
7550
|
}
|
|
@@ -7838,6 +7839,47 @@ span.E_tqjc4ui {
|
|
|
7838
7839
|
justify-content: center;
|
|
7839
7840
|
}
|
|
7840
7841
|
|
|
7842
|
+
.E_i5w779o {
|
|
7843
|
+
padding: 8px 0;
|
|
7844
|
+
}
|
|
7845
|
+
.E_i5w779o .col-label {
|
|
7846
|
+
flex-shrink: unset;
|
|
7847
|
+
}
|
|
7848
|
+
.E_i5w779o .col-label * {
|
|
7849
|
+
line-height: 18px;
|
|
7850
|
+
}
|
|
7851
|
+
.E_i5w779o .col-content {
|
|
7852
|
+
flex: 1 1 0;
|
|
7853
|
+
display: flex;
|
|
7854
|
+
align-items: center;
|
|
7855
|
+
}
|
|
7856
|
+
.E_i5w779o .col-content * {
|
|
7857
|
+
line-height: 18px;
|
|
7858
|
+
}
|
|
7859
|
+
|
|
7860
|
+
.E_l18dja44 {
|
|
7861
|
+
padding: 6px 0;
|
|
7862
|
+
}
|
|
7863
|
+
.E_l18dja44 .col-label * {
|
|
7864
|
+
font-size: 13px;
|
|
7865
|
+
line-height: 20px;
|
|
7866
|
+
}
|
|
7867
|
+
.E_l18dja44 .col-content * {
|
|
7868
|
+
font-size: 14px;
|
|
7869
|
+
line-height: 20px;
|
|
7870
|
+
}
|
|
7871
|
+
|
|
7872
|
+
.E_c8c2hys {
|
|
7873
|
+
display: flex;
|
|
7874
|
+
justify-content: space-between;
|
|
7875
|
+
flex: 1;
|
|
7876
|
+
min-width: 0;
|
|
7877
|
+
}
|
|
7878
|
+
|
|
7879
|
+
.E_n4m6c4d {
|
|
7880
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7881
|
+
}
|
|
7882
|
+
|
|
7841
7883
|
.E_kr6am0s .ant-modal-body {
|
|
7842
7884
|
padding: 60px 128px;
|
|
7843
7885
|
}
|
|
@@ -7901,47 +7943,6 @@ span.E_tqjc4ui {
|
|
|
7901
7943
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7902
7944
|
}
|
|
7903
7945
|
|
|
7904
|
-
.E_i5w779o {
|
|
7905
|
-
padding: 8px 0;
|
|
7906
|
-
}
|
|
7907
|
-
.E_i5w779o .col-label {
|
|
7908
|
-
flex-shrink: unset;
|
|
7909
|
-
}
|
|
7910
|
-
.E_i5w779o .col-label * {
|
|
7911
|
-
line-height: 18px;
|
|
7912
|
-
}
|
|
7913
|
-
.E_i5w779o .col-content {
|
|
7914
|
-
flex: 1 1 0;
|
|
7915
|
-
display: flex;
|
|
7916
|
-
align-items: center;
|
|
7917
|
-
}
|
|
7918
|
-
.E_i5w779o .col-content * {
|
|
7919
|
-
line-height: 18px;
|
|
7920
|
-
}
|
|
7921
|
-
|
|
7922
|
-
.E_l18dja44 {
|
|
7923
|
-
padding: 6px 0;
|
|
7924
|
-
}
|
|
7925
|
-
.E_l18dja44 .col-label * {
|
|
7926
|
-
font-size: 13px;
|
|
7927
|
-
line-height: 20px;
|
|
7928
|
-
}
|
|
7929
|
-
.E_l18dja44 .col-content * {
|
|
7930
|
-
font-size: 14px;
|
|
7931
|
-
line-height: 20px;
|
|
7932
|
-
}
|
|
7933
|
-
|
|
7934
|
-
.E_c8c2hys {
|
|
7935
|
-
display: flex;
|
|
7936
|
-
justify-content: space-between;
|
|
7937
|
-
flex: 1;
|
|
7938
|
-
min-width: 0;
|
|
7939
|
-
}
|
|
7940
|
-
|
|
7941
|
-
.E_n4m6c4d {
|
|
7942
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7943
|
-
}
|
|
7944
|
-
|
|
7945
7946
|
.E_h1ol2wl7 {
|
|
7946
7947
|
font-weight: bold;
|
|
7947
7948
|
background-color: unset;
|