@cloudtower/eagle 490.0.10 → 490.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Checkbox/index.js +1 -0
- package/dist/cjs/core/LegacySelect/index.js +10 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1271 -1271
- package/dist/esm/core/Checkbox/index.js +1 -0
- package/dist/esm/core/LegacySelect/index.js +10 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1677 -1677
- package/dist/src/core/Checkbox/index.d.ts +4 -0
- package/dist/src/core/LegacySelect/select.type.d.ts +4 -0
- package/dist/style.css +1271 -1271
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1188,48 +1188,6 @@ html body {
|
|
|
1188
1188
|
color: #005ed1;
|
|
1189
1189
|
}
|
|
1190
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
|
-
|
|
1220
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1221
|
-
padding: 4px 8px 0 8px;
|
|
1222
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1223
|
-
font-size: 12px;
|
|
1224
|
-
}
|
|
1225
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1226
|
-
padding-bottom: 6px;
|
|
1227
|
-
}
|
|
1228
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1229
|
-
padding-top: 4px;
|
|
1230
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
1191
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1234
1192
|
justify-content: center;
|
|
1235
1193
|
}
|
|
@@ -1493,43 +1451,6 @@ html body {
|
|
|
1493
1451
|
justify-content: center;
|
|
1494
1452
|
}
|
|
1495
1453
|
|
|
1496
|
-
.E_c1uzzomf {
|
|
1497
|
-
margin-bottom: 16px;
|
|
1498
|
-
}
|
|
1499
|
-
.E_c1uzzomf .card-title {
|
|
1500
|
-
font-size: 16px;
|
|
1501
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1502
|
-
font-weight: 700;
|
|
1503
|
-
line-height: 32px;
|
|
1504
|
-
}
|
|
1505
|
-
.E_c1uzzomf .card-body {
|
|
1506
|
-
padding: 24px;
|
|
1507
|
-
border-radius: 8px;
|
|
1508
|
-
background: #fff;
|
|
1509
|
-
}
|
|
1510
|
-
.E_c1uzzomf .empty {
|
|
1511
|
-
font-weight: 700;
|
|
1512
|
-
font-size: 14px;
|
|
1513
|
-
line-height: 22px;
|
|
1514
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1515
|
-
text-align: center;
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
.E_fzh9mnb {
|
|
1519
|
-
width: 100%;
|
|
1520
|
-
height: 100%;
|
|
1521
|
-
min-height: 124px;
|
|
1522
|
-
display: flex;
|
|
1523
|
-
flex-direction: column;
|
|
1524
|
-
justify-content: center;
|
|
1525
|
-
align-items: center;
|
|
1526
|
-
}
|
|
1527
|
-
.E_fzh9mnb .error-text {
|
|
1528
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1529
|
-
margin-bottom: 16px;
|
|
1530
|
-
font-size: 18px;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
1454
|
.E_d1bw7c5z {
|
|
1534
1455
|
position: relative;
|
|
1535
1456
|
max-width: 388px;
|
|
@@ -1613,68 +1534,68 @@ html body {
|
|
|
1613
1534
|
width: 102px;
|
|
1614
1535
|
}
|
|
1615
1536
|
|
|
1616
|
-
.
|
|
1617
|
-
|
|
1618
|
-
}
|
|
1619
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
1620
|
-
display: inline-flex;
|
|
1621
|
-
line-height: 1.5715;
|
|
1622
|
-
height: 100%;
|
|
1623
|
-
width: 100%;
|
|
1537
|
+
.E_c1uzzomf {
|
|
1538
|
+
margin-bottom: 16px;
|
|
1624
1539
|
}
|
|
1625
|
-
.
|
|
1626
|
-
|
|
1627
|
-
display: var(--ai7qkf2-2);
|
|
1628
|
-
flex: none;
|
|
1629
|
-
align-items: center;
|
|
1630
|
-
margin-left: 4px;
|
|
1631
|
-
padding: 5px 12px 5px 0;
|
|
1540
|
+
.E_c1uzzomf .card-title {
|
|
1541
|
+
font-size: 16px;
|
|
1632
1542
|
color: rgba(44, 56, 82, 0.6);
|
|
1543
|
+
font-weight: 700;
|
|
1544
|
+
line-height: 32px;
|
|
1633
1545
|
}
|
|
1634
|
-
.
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
align-items: center;
|
|
1639
|
-
margin-right: 4px;
|
|
1640
|
-
cursor: auto;
|
|
1641
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1546
|
+
.E_c1uzzomf .card-body {
|
|
1547
|
+
padding: 24px;
|
|
1548
|
+
border-radius: 8px;
|
|
1549
|
+
background: #fff;
|
|
1642
1550
|
}
|
|
1643
|
-
.
|
|
1644
|
-
|
|
1551
|
+
.E_c1uzzomf .empty {
|
|
1552
|
+
font-weight: 700;
|
|
1553
|
+
font-size: 14px;
|
|
1554
|
+
line-height: 22px;
|
|
1555
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1556
|
+
text-align: center;
|
|
1645
1557
|
}
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1558
|
+
|
|
1559
|
+
.E_b1nip9bk {
|
|
1560
|
+
padding: 4px 11px;
|
|
1649
1561
|
}
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1562
|
+
|
|
1563
|
+
.E_bqamoqe {
|
|
1564
|
+
white-space: nowrap;
|
|
1565
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1654
1566
|
}
|
|
1655
|
-
.
|
|
1656
|
-
|
|
1657
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
1567
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1568
|
+
--color: #0080ff;
|
|
1658
1569
|
}
|
|
1659
|
-
.
|
|
1660
|
-
|
|
1661
|
-
border: 1px;
|
|
1662
|
-
padding: 5px 12px;
|
|
1663
|
-
font-size: inherit;
|
|
1570
|
+
.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] {
|
|
1571
|
+
--color: #0080ff;
|
|
1664
1572
|
}
|
|
1665
|
-
.
|
|
1666
|
-
|
|
1667
|
-
border: 1px;
|
|
1668
|
-
padding: 8px 16px;
|
|
1573
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1574
|
+
margin-left: 1px;
|
|
1669
1575
|
}
|
|
1670
|
-
.
|
|
1671
|
-
|
|
1672
|
-
border:
|
|
1673
|
-
|
|
1576
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1577
|
+
border-top-right-radius: 0;
|
|
1578
|
+
border-bottom-right-radius: 0;
|
|
1579
|
+
}
|
|
1580
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1581
|
+
border-top-left-radius: 0;
|
|
1582
|
+
border-bottom-left-radius: 0;
|
|
1583
|
+
}
|
|
1584
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1585
|
+
border-radius: unset;
|
|
1674
1586
|
}
|
|
1675
1587
|
|
|
1676
|
-
.
|
|
1677
|
-
|
|
1588
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1589
|
+
padding: 4px 8px 0 8px;
|
|
1590
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1591
|
+
font-size: 12px;
|
|
1592
|
+
}
|
|
1593
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1594
|
+
padding-bottom: 6px;
|
|
1595
|
+
}
|
|
1596
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1597
|
+
padding-top: 4px;
|
|
1598
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1678
1599
|
}
|
|
1679
1600
|
|
|
1680
1601
|
.E_i1inqkme {
|
|
@@ -1690,6 +1611,56 @@ html body {
|
|
|
1690
1611
|
margin-right: 4px;
|
|
1691
1612
|
}
|
|
1692
1613
|
|
|
1614
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1615
|
+
display: flex;
|
|
1616
|
+
}
|
|
1617
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1618
|
+
border-bottom-left-radius: 5px;
|
|
1619
|
+
border-top-left-radius: 5px;
|
|
1620
|
+
}
|
|
1621
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1622
|
+
border-bottom-right-radius: 5px;
|
|
1623
|
+
border-top-right-radius: 5px;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
.E_f7pxqmh {
|
|
1627
|
+
width: 100%;
|
|
1628
|
+
margin-bottom: 0 !important;
|
|
1629
|
+
flex-flow: nowrap !important;
|
|
1630
|
+
line-break: auto;
|
|
1631
|
+
}
|
|
1632
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
1633
|
+
text-align: left !important;
|
|
1634
|
+
padding-bottom: 0 !important;
|
|
1635
|
+
}
|
|
1636
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
1637
|
+
min-height: 32px;
|
|
1638
|
+
height: auto;
|
|
1639
|
+
font-size: 13px;
|
|
1640
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1641
|
+
white-space: normal;
|
|
1642
|
+
}
|
|
1643
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
1644
|
+
border-color: #ff4d4f !important;
|
|
1645
|
+
}
|
|
1646
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
1647
|
+
border-color: #ff4d4f !important;
|
|
1648
|
+
}
|
|
1649
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
1650
|
+
margin-top: 4px;
|
|
1651
|
+
font-size: 12px;
|
|
1652
|
+
min-height: 0px;
|
|
1653
|
+
}
|
|
1654
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
1655
|
+
font-size: 12px;
|
|
1656
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1657
|
+
min-height: 0px;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1661
|
+
line-height: 18px;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1693
1664
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
1694
1665
|
display: var(--a1wfy30z-0);
|
|
1695
1666
|
}
|
|
@@ -1721,16 +1692,19 @@ html body {
|
|
|
1721
1692
|
font-size: inherit;
|
|
1722
1693
|
}
|
|
1723
1694
|
|
|
1724
|
-
.
|
|
1695
|
+
.E_fzh9mnb {
|
|
1696
|
+
width: 100%;
|
|
1697
|
+
height: 100%;
|
|
1698
|
+
min-height: 124px;
|
|
1725
1699
|
display: flex;
|
|
1700
|
+
flex-direction: column;
|
|
1701
|
+
justify-content: center;
|
|
1702
|
+
align-items: center;
|
|
1726
1703
|
}
|
|
1727
|
-
.
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
.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 {
|
|
1732
|
-
border-bottom-right-radius: 5px;
|
|
1733
|
-
border-top-right-radius: 5px;
|
|
1704
|
+
.E_fzh9mnb .error-text {
|
|
1705
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1706
|
+
margin-bottom: 16px;
|
|
1707
|
+
font-size: 18px;
|
|
1734
1708
|
}
|
|
1735
1709
|
|
|
1736
1710
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -1758,38 +1732,64 @@ html body {
|
|
|
1758
1732
|
animation: rotate 680ms linear infinite;
|
|
1759
1733
|
}
|
|
1760
1734
|
|
|
1761
|
-
.
|
|
1762
|
-
|
|
1763
|
-
margin-bottom: 0 !important;
|
|
1764
|
-
flex-flow: nowrap !important;
|
|
1765
|
-
line-break: auto;
|
|
1735
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
1736
|
+
display: var(--ai7qkf2-0);
|
|
1766
1737
|
}
|
|
1767
|
-
.
|
|
1768
|
-
|
|
1769
|
-
|
|
1738
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
1739
|
+
display: inline-flex;
|
|
1740
|
+
line-height: 1.5715;
|
|
1741
|
+
height: 100%;
|
|
1742
|
+
width: 100%;
|
|
1770
1743
|
}
|
|
1771
|
-
.
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1744
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
1745
|
+
content: var(--ai7qkf2-1);
|
|
1746
|
+
display: var(--ai7qkf2-2);
|
|
1747
|
+
flex: none;
|
|
1748
|
+
align-items: center;
|
|
1749
|
+
margin-left: 4px;
|
|
1750
|
+
padding: 5px 12px 5px 0;
|
|
1775
1751
|
color: rgba(44, 56, 82, 0.6);
|
|
1776
|
-
white-space: normal;
|
|
1777
1752
|
}
|
|
1778
|
-
.
|
|
1779
|
-
|
|
1753
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
1754
|
+
content: var(--ai7qkf2-3);
|
|
1755
|
+
display: var(--ai7qkf2-4);
|
|
1756
|
+
flex: none;
|
|
1757
|
+
align-items: center;
|
|
1758
|
+
margin-right: 4px;
|
|
1759
|
+
cursor: auto;
|
|
1760
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1780
1761
|
}
|
|
1781
|
-
.
|
|
1782
|
-
border-
|
|
1762
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
1763
|
+
border-radius: 0;
|
|
1783
1764
|
}
|
|
1784
|
-
.
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
min-height: 0px;
|
|
1765
|
+
.E_ai7qkf2.ant-input-number {
|
|
1766
|
+
width: 100%;
|
|
1767
|
+
border-radius: 6px;
|
|
1788
1768
|
}
|
|
1789
|
-
.
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1769
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
1770
|
+
border-color: #0096ff;
|
|
1771
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
1772
|
+
z-index: 1;
|
|
1773
|
+
}
|
|
1774
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
1775
|
+
border-color: #e75a3a;
|
|
1776
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
1777
|
+
}
|
|
1778
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
1779
|
+
height: 30px;
|
|
1780
|
+
border: 1px;
|
|
1781
|
+
padding: 5px 12px;
|
|
1782
|
+
font-size: inherit;
|
|
1783
|
+
}
|
|
1784
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
1785
|
+
height: 38px;
|
|
1786
|
+
border: 1px;
|
|
1787
|
+
padding: 8px 16px;
|
|
1788
|
+
}
|
|
1789
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
1790
|
+
height: 22px;
|
|
1791
|
+
border: 1px;
|
|
1792
|
+
padding: 2px 8px;
|
|
1793
1793
|
}
|
|
1794
1794
|
|
|
1795
1795
|
.E_owd0kml {
|
|
@@ -1868,46 +1868,6 @@ html body {
|
|
|
1868
1868
|
color: rgba(44, 56, 82, 0.6);
|
|
1869
1869
|
}
|
|
1870
1870
|
|
|
1871
|
-
.E_c1bus5hc {
|
|
1872
|
-
--color: white;
|
|
1873
|
-
height: 14px;
|
|
1874
|
-
width: 14px;
|
|
1875
|
-
border-radius: 50%;
|
|
1876
|
-
flex-shrink: 0;
|
|
1877
|
-
display: flex;
|
|
1878
|
-
align-items: center;
|
|
1879
|
-
justify-content: center;
|
|
1880
|
-
border: 1px solid var(--color);
|
|
1881
|
-
}
|
|
1882
|
-
.E_c1bus5hc .circle-inner {
|
|
1883
|
-
position: relative;
|
|
1884
|
-
height: 10px;
|
|
1885
|
-
width: 10px;
|
|
1886
|
-
border-radius: 50%;
|
|
1887
|
-
overflow: hidden;
|
|
1888
|
-
}
|
|
1889
|
-
.E_c1bus5hc .circle-content {
|
|
1890
|
-
position: absolute;
|
|
1891
|
-
height: 100%;
|
|
1892
|
-
width: 100%;
|
|
1893
|
-
left: 0;
|
|
1894
|
-
top: 0;
|
|
1895
|
-
border-radius: 50%;
|
|
1896
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1897
|
-
transform: rotate(180deg);
|
|
1898
|
-
}
|
|
1899
|
-
.E_c1bus5hc .circle-child {
|
|
1900
|
-
position: absolute;
|
|
1901
|
-
height: 100%;
|
|
1902
|
-
width: 100%;
|
|
1903
|
-
left: 0;
|
|
1904
|
-
top: 0;
|
|
1905
|
-
margin-left: 50%;
|
|
1906
|
-
transform-origin: left;
|
|
1907
|
-
background: white;
|
|
1908
|
-
transform: rotate(0deg);
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
1871
|
.E_rapgekc.ant-radio-wrapper {
|
|
1912
1872
|
display: inline-flex;
|
|
1913
1873
|
align-items: baseline;
|
|
@@ -2054,6 +2014,101 @@ html body {
|
|
|
2054
2014
|
width: 36px;
|
|
2055
2015
|
}
|
|
2056
2016
|
|
|
2017
|
+
.E_c1bus5hc {
|
|
2018
|
+
--color: white;
|
|
2019
|
+
height: 14px;
|
|
2020
|
+
width: 14px;
|
|
2021
|
+
border-radius: 50%;
|
|
2022
|
+
flex-shrink: 0;
|
|
2023
|
+
display: flex;
|
|
2024
|
+
align-items: center;
|
|
2025
|
+
justify-content: center;
|
|
2026
|
+
border: 1px solid var(--color);
|
|
2027
|
+
}
|
|
2028
|
+
.E_c1bus5hc .circle-inner {
|
|
2029
|
+
position: relative;
|
|
2030
|
+
height: 10px;
|
|
2031
|
+
width: 10px;
|
|
2032
|
+
border-radius: 50%;
|
|
2033
|
+
overflow: hidden;
|
|
2034
|
+
}
|
|
2035
|
+
.E_c1bus5hc .circle-content {
|
|
2036
|
+
position: absolute;
|
|
2037
|
+
height: 100%;
|
|
2038
|
+
width: 100%;
|
|
2039
|
+
left: 0;
|
|
2040
|
+
top: 0;
|
|
2041
|
+
border-radius: 50%;
|
|
2042
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2043
|
+
transform: rotate(180deg);
|
|
2044
|
+
}
|
|
2045
|
+
.E_c1bus5hc .circle-child {
|
|
2046
|
+
position: absolute;
|
|
2047
|
+
height: 100%;
|
|
2048
|
+
width: 100%;
|
|
2049
|
+
left: 0;
|
|
2050
|
+
top: 0;
|
|
2051
|
+
margin-left: 50%;
|
|
2052
|
+
transform-origin: left;
|
|
2053
|
+
background: white;
|
|
2054
|
+
transform: rotate(0deg);
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
.E_s1dizucg.ant-switch {
|
|
2058
|
+
min-width: 40px;
|
|
2059
|
+
height: 24px;
|
|
2060
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2061
|
+
overflow: hidden;
|
|
2062
|
+
}
|
|
2063
|
+
.E_s1dizucg.ant-switch:focus {
|
|
2064
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2065
|
+
}
|
|
2066
|
+
.E_s1dizucg.ant-switch-small {
|
|
2067
|
+
min-width: 26px;
|
|
2068
|
+
height: 16px;
|
|
2069
|
+
}
|
|
2070
|
+
.E_s1dizucg.ant-switch-large {
|
|
2071
|
+
min-width: 52px;
|
|
2072
|
+
height: 32px;
|
|
2073
|
+
}
|
|
2074
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2075
|
+
height: 20px;
|
|
2076
|
+
width: 20px;
|
|
2077
|
+
}
|
|
2078
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2079
|
+
border-radius: 10px;
|
|
2080
|
+
transition-delay: 120ms;
|
|
2081
|
+
}
|
|
2082
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2083
|
+
height: 14px;
|
|
2084
|
+
width: 14px;
|
|
2085
|
+
top: 1px;
|
|
2086
|
+
left: 1px;
|
|
2087
|
+
}
|
|
2088
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2089
|
+
height: 28px;
|
|
2090
|
+
width: 28px;
|
|
2091
|
+
}
|
|
2092
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2093
|
+
border-radius: 14px;
|
|
2094
|
+
}
|
|
2095
|
+
.E_s1dizucg.ant-switch-checked {
|
|
2096
|
+
background-color: #00ba5d;
|
|
2097
|
+
}
|
|
2098
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2099
|
+
left: calc(100% - 20px - 2px);
|
|
2100
|
+
}
|
|
2101
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2102
|
+
left: calc(100% - 14px - 1px);
|
|
2103
|
+
}
|
|
2104
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2105
|
+
left: calc(100% - 28px - 2px);
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.E_c1up6e3y {
|
|
2109
|
+
margin-left: 5px;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2057
2112
|
.E_cnujxq2 {
|
|
2058
2113
|
display: flex;
|
|
2059
2114
|
flex-direction: column;
|
|
@@ -2745,211 +2800,40 @@ input.E_rf8rlle.ant-input {
|
|
|
2745
2800
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
2746
2801
|
}
|
|
2747
2802
|
|
|
2748
|
-
.
|
|
2749
|
-
|
|
2750
|
-
height: 24px;
|
|
2751
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2752
|
-
overflow: hidden;
|
|
2753
|
-
}
|
|
2754
|
-
.E_s1dizucg.ant-switch:focus {
|
|
2755
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2803
|
+
.E_iq1gosr {
|
|
2804
|
+
display: inline-block;
|
|
2756
2805
|
}
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2806
|
+
|
|
2807
|
+
.E_dsnbhzf {
|
|
2808
|
+
font-family: Inter;
|
|
2809
|
+
font-style: normal;
|
|
2810
|
+
font-weight: bold;
|
|
2811
|
+
font-size: 32px;
|
|
2812
|
+
line-height: 40px;
|
|
2760
2813
|
}
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2814
|
+
|
|
2815
|
+
.E_d1mvo22k {
|
|
2816
|
+
font-family: Inter;
|
|
2817
|
+
font-style: normal;
|
|
2818
|
+
font-weight: bold;
|
|
2819
|
+
font-size: 24px;
|
|
2820
|
+
line-height: 32px;
|
|
2764
2821
|
}
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2822
|
+
|
|
2823
|
+
.E_d1b444tr {
|
|
2824
|
+
font-family: Inter;
|
|
2825
|
+
font-style: normal;
|
|
2826
|
+
font-weight: normal;
|
|
2827
|
+
font-size: 32px;
|
|
2828
|
+
line-height: 40px;
|
|
2768
2829
|
}
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
top: 1px;
|
|
2777
|
-
left: 1px;
|
|
2778
|
-
}
|
|
2779
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2780
|
-
height: 28px;
|
|
2781
|
-
width: 28px;
|
|
2782
|
-
}
|
|
2783
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2784
|
-
border-radius: 14px;
|
|
2785
|
-
}
|
|
2786
|
-
.E_s1dizucg.ant-switch-checked {
|
|
2787
|
-
background-color: #00ba5d;
|
|
2788
|
-
}
|
|
2789
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2790
|
-
left: calc(100% - 20px - 2px);
|
|
2791
|
-
}
|
|
2792
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2793
|
-
left: calc(100% - 14px - 1px);
|
|
2794
|
-
}
|
|
2795
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2796
|
-
left: calc(100% - 28px - 2px);
|
|
2797
|
-
}
|
|
2798
|
-
|
|
2799
|
-
.E_c1up6e3y {
|
|
2800
|
-
margin-left: 5px;
|
|
2801
|
-
}
|
|
2802
|
-
|
|
2803
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
2804
|
-
display: inline-flex;
|
|
2805
|
-
align-items: center;
|
|
2806
|
-
justify-content: center;
|
|
2807
|
-
color: #fff;
|
|
2808
|
-
font-weight: bold;
|
|
2809
|
-
font-size: 12px;
|
|
2810
|
-
width: 24px;
|
|
2811
|
-
height: 24px;
|
|
2812
|
-
border-radius: 50%;
|
|
2813
|
-
background: var(--a1b5xrg3-0);
|
|
2814
|
-
}
|
|
2815
|
-
.E_a1b5xrg3.btn-item {
|
|
2816
|
-
transition: all 160ms ease;
|
|
2817
|
-
cursor: pointer;
|
|
2818
|
-
width: 56px;
|
|
2819
|
-
height: 40px;
|
|
2820
|
-
display: inline-flex;
|
|
2821
|
-
align-items: center;
|
|
2822
|
-
justify-content: center;
|
|
2823
|
-
border-radius: 6px;
|
|
2824
|
-
}
|
|
2825
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
2826
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2827
|
-
}
|
|
2828
|
-
.E_a1b5xrg3.btn-item:active {
|
|
2829
|
-
transform: translateY(2px);
|
|
2830
|
-
transition: all 320ms ease;
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
|
-
.E_iq1gosr {
|
|
2834
|
-
display: inline-block;
|
|
2835
|
-
}
|
|
2836
|
-
|
|
2837
|
-
.E_s1sck0th {
|
|
2838
|
-
padding: 0 8px;
|
|
2839
|
-
border-radius: 4px;
|
|
2840
|
-
}
|
|
2841
|
-
|
|
2842
|
-
.E_m855nr1 {
|
|
2843
|
-
padding: 2px 8px;
|
|
2844
|
-
border-radius: 3px;
|
|
2845
|
-
}
|
|
2846
|
-
|
|
2847
|
-
.E_l1270xpg {
|
|
2848
|
-
padding: 3px 8px;
|
|
2849
|
-
border-radius: 2px;
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
.E_t14rextb.ant-tag:hover {
|
|
2853
|
-
opacity: unset;
|
|
2854
|
-
}
|
|
2855
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2856
|
-
margin: 0;
|
|
2857
|
-
margin-right: 8px;
|
|
2858
|
-
display: inline-flex;
|
|
2859
|
-
align-items: center;
|
|
2860
|
-
border: none;
|
|
2861
|
-
}
|
|
2862
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2863
|
-
width: 16px;
|
|
2864
|
-
height: 16px;
|
|
2865
|
-
color: inherit;
|
|
2866
|
-
margin-left: 4px;
|
|
2867
|
-
opacity: 0.6;
|
|
2868
|
-
display: inline-flex;
|
|
2869
|
-
}
|
|
2870
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2871
|
-
opacity: 1;
|
|
2872
|
-
}
|
|
2873
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2874
|
-
color: #0080ff;
|
|
2875
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2876
|
-
}
|
|
2877
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2878
|
-
color: #f0483e;
|
|
2879
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
2880
|
-
}
|
|
2881
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2882
|
-
color: #e07f00;
|
|
2883
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
2884
|
-
}
|
|
2885
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2886
|
-
color: #008f4c;
|
|
2887
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
2888
|
-
}
|
|
2889
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2890
|
-
color: #1d326c;
|
|
2891
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
2892
|
-
}
|
|
2893
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2894
|
-
color: #7E41FF;
|
|
2895
|
-
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
2896
|
-
}
|
|
2897
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2898
|
-
color: #fff;
|
|
2899
|
-
}
|
|
2900
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2901
|
-
background-color: #f0483e;
|
|
2902
|
-
}
|
|
2903
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2904
|
-
background-color: #fea008;
|
|
2905
|
-
}
|
|
2906
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2907
|
-
background-color: #00ba5d;
|
|
2908
|
-
}
|
|
2909
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2910
|
-
background-color: #0080ff;
|
|
2911
|
-
}
|
|
2912
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2913
|
-
background-color: #6b7d99;
|
|
2914
|
-
}
|
|
2915
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2916
|
-
background-color: #7E41FF;
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
|
-
.E_tju3gfj .date {
|
|
2920
|
-
margin-right: 4px;
|
|
2921
|
-
}
|
|
2922
|
-
|
|
2923
|
-
.E_dsnbhzf {
|
|
2924
|
-
font-family: Inter;
|
|
2925
|
-
font-style: normal;
|
|
2926
|
-
font-weight: bold;
|
|
2927
|
-
font-size: 32px;
|
|
2928
|
-
line-height: 40px;
|
|
2929
|
-
}
|
|
2930
|
-
|
|
2931
|
-
.E_d1mvo22k {
|
|
2932
|
-
font-family: Inter;
|
|
2933
|
-
font-style: normal;
|
|
2934
|
-
font-weight: bold;
|
|
2935
|
-
font-size: 24px;
|
|
2936
|
-
line-height: 32px;
|
|
2937
|
-
}
|
|
2938
|
-
|
|
2939
|
-
.E_d1b444tr {
|
|
2940
|
-
font-family: Inter;
|
|
2941
|
-
font-style: normal;
|
|
2942
|
-
font-weight: normal;
|
|
2943
|
-
font-size: 32px;
|
|
2944
|
-
line-height: 40px;
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
|
-
.E_dvs0kue {
|
|
2948
|
-
font-family: Inter;
|
|
2949
|
-
font-style: normal;
|
|
2950
|
-
font-weight: bold;
|
|
2951
|
-
font-size: 20px;
|
|
2952
|
-
line-height: 24px;
|
|
2830
|
+
|
|
2831
|
+
.E_dvs0kue {
|
|
2832
|
+
font-family: Inter;
|
|
2833
|
+
font-style: normal;
|
|
2834
|
+
font-weight: bold;
|
|
2835
|
+
font-size: 20px;
|
|
2836
|
+
line-height: 24px;
|
|
2953
2837
|
}
|
|
2954
2838
|
|
|
2955
2839
|
.E_d1hcbfcq {
|
|
@@ -3395,6 +3279,10 @@ input.E_rf8rlle.ant-input {
|
|
|
3395
3279
|
line-height: 12px;
|
|
3396
3280
|
}
|
|
3397
3281
|
|
|
3282
|
+
.E_tju3gfj .date {
|
|
3283
|
+
margin-right: 4px;
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3398
3286
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
3399
3287
|
display: none;
|
|
3400
3288
|
}
|
|
@@ -3406,10 +3294,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3406
3294
|
visibility: hidden;
|
|
3407
3295
|
}
|
|
3408
3296
|
|
|
3409
|
-
.E_m196gn1d {
|
|
3410
|
-
min-width: 1280px;
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
3297
|
.E_s1dni7lo {
|
|
3414
3298
|
width: 430px !important;
|
|
3415
3299
|
}
|
|
@@ -3491,128 +3375,186 @@ input.E_rf8rlle.ant-input {
|
|
|
3491
3375
|
opacity: 0;
|
|
3492
3376
|
}
|
|
3493
3377
|
|
|
3494
|
-
.
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
.E_c1yyuluq .ant-card-body {
|
|
3498
|
-
padding: 20px 24px 24px 24px;
|
|
3378
|
+
.E_s1sck0th {
|
|
3379
|
+
padding: 0 8px;
|
|
3380
|
+
border-radius: 4px;
|
|
3499
3381
|
}
|
|
3500
3382
|
|
|
3501
|
-
.
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
}
|
|
3505
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
3506
|
-
padding-top: 0px;
|
|
3507
|
-
padding-bottom: 0px;
|
|
3508
|
-
padding-left: 0px !important;
|
|
3509
|
-
padding-right: 24px;
|
|
3510
|
-
}
|
|
3511
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
3512
|
-
right: 0px;
|
|
3513
|
-
}
|
|
3514
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
3515
|
-
padding: 0px;
|
|
3383
|
+
.E_m855nr1 {
|
|
3384
|
+
padding: 2px 8px;
|
|
3385
|
+
border-radius: 3px;
|
|
3516
3386
|
}
|
|
3517
3387
|
|
|
3518
|
-
.
|
|
3519
|
-
padding
|
|
3520
|
-
|
|
3388
|
+
.E_l1270xpg {
|
|
3389
|
+
padding: 3px 8px;
|
|
3390
|
+
border-radius: 2px;
|
|
3521
3391
|
}
|
|
3522
3392
|
|
|
3523
|
-
.
|
|
3524
|
-
|
|
3525
|
-
height: 100%;
|
|
3526
|
-
margin: 0 auto;
|
|
3527
|
-
display: flex;
|
|
3528
|
-
flex-direction: column;
|
|
3529
|
-
align-items: center;
|
|
3530
|
-
justify-content: center;
|
|
3531
|
-
color: rgba(0, 21, 64, 0.3);
|
|
3393
|
+
.E_t14rextb.ant-tag:hover {
|
|
3394
|
+
opacity: unset;
|
|
3532
3395
|
}
|
|
3533
|
-
.
|
|
3534
|
-
|
|
3396
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
3397
|
+
margin: 0;
|
|
3398
|
+
margin-right: 8px;
|
|
3399
|
+
display: inline-flex;
|
|
3400
|
+
align-items: center;
|
|
3401
|
+
border: none;
|
|
3535
3402
|
}
|
|
3536
|
-
.
|
|
3537
|
-
|
|
3403
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
3404
|
+
width: 16px;
|
|
3405
|
+
height: 16px;
|
|
3406
|
+
color: inherit;
|
|
3407
|
+
margin-left: 4px;
|
|
3408
|
+
opacity: 0.6;
|
|
3409
|
+
display: inline-flex;
|
|
3538
3410
|
}
|
|
3539
|
-
.
|
|
3540
|
-
|
|
3411
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
3412
|
+
opacity: 1;
|
|
3541
3413
|
}
|
|
3542
|
-
.
|
|
3543
|
-
|
|
3414
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
3415
|
+
color: #0080ff;
|
|
3416
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3544
3417
|
}
|
|
3545
|
-
.
|
|
3546
|
-
|
|
3418
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
3419
|
+
color: #f0483e;
|
|
3420
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
3547
3421
|
}
|
|
3548
|
-
.
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
text-align: center;
|
|
3422
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
3423
|
+
color: #e07f00;
|
|
3424
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
3552
3425
|
}
|
|
3553
|
-
.
|
|
3554
|
-
|
|
3426
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
3427
|
+
color: #008f4c;
|
|
3428
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
3555
3429
|
}
|
|
3556
|
-
.
|
|
3557
|
-
|
|
3430
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
3431
|
+
color: #1d326c;
|
|
3432
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
3558
3433
|
}
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
width: 24px;
|
|
3563
|
-
border-radius: 6px;
|
|
3564
|
-
padding: 4px;
|
|
3434
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
3435
|
+
color: #7E41FF;
|
|
3436
|
+
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
3565
3437
|
}
|
|
3566
|
-
.
|
|
3567
|
-
|
|
3438
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
3439
|
+
color: #fff;
|
|
3568
3440
|
}
|
|
3569
|
-
.
|
|
3570
|
-
|
|
3441
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
3442
|
+
background-color: #f0483e;
|
|
3443
|
+
}
|
|
3444
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
3445
|
+
background-color: #fea008;
|
|
3446
|
+
}
|
|
3447
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
3448
|
+
background-color: #00ba5d;
|
|
3449
|
+
}
|
|
3450
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
3451
|
+
background-color: #0080ff;
|
|
3452
|
+
}
|
|
3453
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
3454
|
+
background-color: #6b7d99;
|
|
3455
|
+
}
|
|
3456
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
3457
|
+
background-color: #7E41FF;
|
|
3571
3458
|
}
|
|
3572
3459
|
|
|
3573
|
-
.
|
|
3574
|
-
display: flex;
|
|
3460
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3461
|
+
display: inline-flex;
|
|
3575
3462
|
align-items: center;
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3463
|
+
justify-content: center;
|
|
3464
|
+
color: #fff;
|
|
3465
|
+
font-weight: bold;
|
|
3466
|
+
font-size: 12px;
|
|
3579
3467
|
width: 24px;
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
background:
|
|
3583
|
-
|
|
3468
|
+
height: 24px;
|
|
3469
|
+
border-radius: 50%;
|
|
3470
|
+
background: var(--a1b5xrg3-0);
|
|
3471
|
+
}
|
|
3472
|
+
.E_a1b5xrg3.btn-item {
|
|
3473
|
+
transition: all 160ms ease;
|
|
3474
|
+
cursor: pointer;
|
|
3475
|
+
width: 56px;
|
|
3476
|
+
height: 40px;
|
|
3477
|
+
display: inline-flex;
|
|
3584
3478
|
align-items: center;
|
|
3585
3479
|
justify-content: center;
|
|
3586
|
-
|
|
3480
|
+
border-radius: 6px;
|
|
3481
|
+
}
|
|
3482
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3483
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3484
|
+
}
|
|
3485
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3486
|
+
transform: translateY(2px);
|
|
3487
|
+
transition: all 320ms ease;
|
|
3587
3488
|
}
|
|
3588
3489
|
|
|
3589
|
-
.
|
|
3590
|
-
|
|
3591
|
-
--modal-content-width: 720px;
|
|
3592
|
-
--modal-content-min-height: 200px;
|
|
3593
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3594
|
-
--modal-content-padding-top: 24px;
|
|
3595
|
-
--modal-content-padding-bottom: 32px;
|
|
3596
|
-
--modal-content-padding-x: 60px;
|
|
3597
|
-
--modal-footer-padding: 0 60px;
|
|
3490
|
+
.E_m196gn1d {
|
|
3491
|
+
min-width: 1280px;
|
|
3598
3492
|
}
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3493
|
+
|
|
3494
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
3495
|
+
border: 0px;
|
|
3496
|
+
background-color: #fff;
|
|
3602
3497
|
}
|
|
3603
|
-
.
|
|
3498
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
3499
|
+
padding-top: 0px;
|
|
3500
|
+
padding-bottom: 0px;
|
|
3501
|
+
padding-left: 0px !important;
|
|
3502
|
+
padding-right: 24px;
|
|
3503
|
+
}
|
|
3504
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
3505
|
+
right: 0px;
|
|
3506
|
+
}
|
|
3507
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
3508
|
+
padding: 0px;
|
|
3509
|
+
}
|
|
3510
|
+
|
|
3511
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
3512
|
+
padding-right: 0px;
|
|
3513
|
+
cursor: default;
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
.E_c1yyuluq {
|
|
3517
|
+
border-radius: 8px;
|
|
3518
|
+
}
|
|
3519
|
+
.E_c1yyuluq .ant-card-body {
|
|
3520
|
+
padding: 20px 24px 24px 24px;
|
|
3521
|
+
}
|
|
3522
|
+
|
|
3523
|
+
.E_b1lj76ty {
|
|
3604
3524
|
width: 100%;
|
|
3605
3525
|
height: 100%;
|
|
3606
|
-
|
|
3607
|
-
max-height: unset;
|
|
3526
|
+
margin: 0 auto;
|
|
3608
3527
|
display: flex;
|
|
3609
3528
|
flex-direction: column;
|
|
3529
|
+
align-items: center;
|
|
3530
|
+
justify-content: center;
|
|
3531
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3610
3532
|
}
|
|
3611
|
-
.
|
|
3612
|
-
|
|
3533
|
+
.E_b1lj76ty.large {
|
|
3534
|
+
max-width: 648px;
|
|
3613
3535
|
}
|
|
3614
|
-
.
|
|
3615
|
-
|
|
3536
|
+
.E_b1lj76ty.medium {
|
|
3537
|
+
max-width: 412px;
|
|
3538
|
+
}
|
|
3539
|
+
.E_b1lj76ty.gray {
|
|
3540
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3541
|
+
}
|
|
3542
|
+
.E_b1lj76ty.white {
|
|
3543
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3544
|
+
}
|
|
3545
|
+
.E_b1lj76ty .title {
|
|
3546
|
+
margin-bottom: 4px;
|
|
3547
|
+
}
|
|
3548
|
+
.E_b1lj76ty .title,
|
|
3549
|
+
.E_b1lj76ty .desc {
|
|
3550
|
+
word-break: break-all;
|
|
3551
|
+
text-align: center;
|
|
3552
|
+
}
|
|
3553
|
+
.E_b1lj76ty .action-button.middle {
|
|
3554
|
+
margin-top: 16px;
|
|
3555
|
+
}
|
|
3556
|
+
.E_b1lj76ty .action-button.small {
|
|
3557
|
+
margin-top: 8px;
|
|
3616
3558
|
}
|
|
3617
3559
|
|
|
3618
3560
|
.E_hrhfj7c {
|
|
@@ -3835,6 +3777,35 @@ input.E_rf8rlle.ant-input {
|
|
|
3835
3777
|
font-size: 14px;
|
|
3836
3778
|
}
|
|
3837
3779
|
|
|
3780
|
+
.E_suhck3k {
|
|
3781
|
+
height: 24px;
|
|
3782
|
+
width: 24px;
|
|
3783
|
+
border-radius: 6px;
|
|
3784
|
+
padding: 4px;
|
|
3785
|
+
}
|
|
3786
|
+
.E_suhck3k:hover {
|
|
3787
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
3788
|
+
}
|
|
3789
|
+
.E_suhck3k:hover svg path {
|
|
3790
|
+
fill: blue;
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
.E_ryby9ds {
|
|
3794
|
+
display: flex;
|
|
3795
|
+
align-items: center;
|
|
3796
|
+
}
|
|
3797
|
+
.E_ryby9ds .order {
|
|
3798
|
+
height: 24px;
|
|
3799
|
+
width: 24px;
|
|
3800
|
+
border-radius: 20px;
|
|
3801
|
+
color: #0080ff;
|
|
3802
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3803
|
+
display: flex;
|
|
3804
|
+
align-items: center;
|
|
3805
|
+
justify-content: center;
|
|
3806
|
+
margin-right: 6px;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3838
3809
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3839
3810
|
border-radius: 6px;
|
|
3840
3811
|
}
|
|
@@ -3892,6 +3863,35 @@ input.E_rf8rlle.ant-input {
|
|
|
3892
3863
|
transform: rotate(180deg);
|
|
3893
3864
|
}
|
|
3894
3865
|
|
|
3866
|
+
.E_m5foqp8.medium {
|
|
3867
|
+
--footer-height: 96px;
|
|
3868
|
+
--modal-content-width: 720px;
|
|
3869
|
+
--modal-content-min-height: 200px;
|
|
3870
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3871
|
+
--modal-content-padding-top: 24px;
|
|
3872
|
+
--modal-content-padding-bottom: 32px;
|
|
3873
|
+
--modal-content-padding-x: 60px;
|
|
3874
|
+
--modal-footer-padding: 0 60px;
|
|
3875
|
+
}
|
|
3876
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
3877
|
+
height: calc(100vh - 80px);
|
|
3878
|
+
width: calc(100vw - 160px);
|
|
3879
|
+
}
|
|
3880
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
3881
|
+
width: 100%;
|
|
3882
|
+
height: 100%;
|
|
3883
|
+
max-width: unset;
|
|
3884
|
+
max-height: unset;
|
|
3885
|
+
display: flex;
|
|
3886
|
+
flex-direction: column;
|
|
3887
|
+
}
|
|
3888
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
3889
|
+
flex: 1;
|
|
3890
|
+
}
|
|
3891
|
+
.E_m5foqp8.medium .initializing-title {
|
|
3892
|
+
height: 32px;
|
|
3893
|
+
}
|
|
3894
|
+
|
|
3895
3895
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3896
3896
|
opacity: 1;
|
|
3897
3897
|
}
|
|
@@ -4520,150 +4520,25 @@ input.E_rf8rlle.ant-input {
|
|
|
4520
4520
|
opacity: 0.5;
|
|
4521
4521
|
}
|
|
4522
4522
|
|
|
4523
|
-
.
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
color: #2d3a56;
|
|
4529
|
-
padding: 7px 12px;
|
|
4523
|
+
.E_l1ucdodl {
|
|
4524
|
+
margin: 0;
|
|
4525
|
+
border-radius: 20px;
|
|
4526
|
+
padding: 2px 10px;
|
|
4527
|
+
height: 22px;
|
|
4530
4528
|
display: flex;
|
|
4531
|
-
justify-content: space-between;
|
|
4532
4529
|
align-items: center;
|
|
4533
4530
|
}
|
|
4534
|
-
.
|
|
4535
|
-
|
|
4531
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
4532
|
+
color: #FFFFFF;
|
|
4536
4533
|
}
|
|
4537
|
-
.
|
|
4534
|
+
.E_l1ucdodl.tag-hover {
|
|
4538
4535
|
cursor: pointer;
|
|
4539
|
-
color: #00122e;
|
|
4540
4536
|
}
|
|
4541
|
-
.
|
|
4542
|
-
color: #
|
|
4543
|
-
font-weight: 600;
|
|
4537
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
4538
|
+
color: #00122E;
|
|
4544
4539
|
}
|
|
4545
|
-
.
|
|
4546
|
-
|
|
4547
|
-
}
|
|
4548
|
-
.E_c1kghdax .sub-info {
|
|
4549
|
-
font-size: 12px;
|
|
4550
|
-
line-height: 18px;
|
|
4551
|
-
}
|
|
4552
|
-
.E_c1kghdax .title-wrapper {
|
|
4553
|
-
display: flex;
|
|
4554
|
-
align-items: center;
|
|
4555
|
-
user-select: none;
|
|
4556
|
-
flex-grow: 1;
|
|
4557
|
-
font-size: 12px;
|
|
4558
|
-
line-height: 18px;
|
|
4559
|
-
color: #2d3a56;
|
|
4560
|
-
font-weight: 700;
|
|
4561
|
-
}
|
|
4562
|
-
.E_c1kghdax .collapse-arrow {
|
|
4563
|
-
transition: all 50ms ease-out 0ms;
|
|
4564
|
-
margin-right: 2px;
|
|
4565
|
-
}
|
|
4566
|
-
|
|
4567
|
-
.E_ckui4s7 {
|
|
4568
|
-
color: #2d3a56;
|
|
4569
|
-
line-height: 22px;
|
|
4570
|
-
display: inline-flex;
|
|
4571
|
-
}
|
|
4572
|
-
.E_ckui4s7 .ant-checkbox {
|
|
4573
|
-
height: 22px;
|
|
4574
|
-
display: flex;
|
|
4575
|
-
align-items: center;
|
|
4576
|
-
top: 0;
|
|
4577
|
-
}
|
|
4578
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4579
|
-
border: none;
|
|
4580
|
-
}
|
|
4581
|
-
.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 {
|
|
4582
|
-
border-color: #0080ff;
|
|
4583
|
-
}
|
|
4584
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4585
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4586
|
-
}
|
|
4587
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4588
|
-
border: 1px solid #0080ff;
|
|
4589
|
-
}
|
|
4590
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4591
|
-
background: #0080ff;
|
|
4592
|
-
}
|
|
4593
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4594
|
-
background-color: #fff;
|
|
4595
|
-
height: 2px;
|
|
4596
|
-
width: 10px;
|
|
4597
|
-
border-radius: 2px;
|
|
4598
|
-
}
|
|
4599
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4600
|
-
opacity: 0.5;
|
|
4601
|
-
}
|
|
4602
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4603
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4604
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4605
|
-
}
|
|
4606
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4607
|
-
border-color: #2d3a56;
|
|
4608
|
-
}
|
|
4609
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4610
|
-
background: #2d3a56;
|
|
4611
|
-
}
|
|
4612
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4613
|
-
padding: 0;
|
|
4614
|
-
}
|
|
4615
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4616
|
-
display: inline-block;
|
|
4617
|
-
margin-left: 12px;
|
|
4618
|
-
color: #2d3a56;
|
|
4619
|
-
}
|
|
4620
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4621
|
-
margin-left: 28px;
|
|
4622
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4623
|
-
}
|
|
4624
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4625
|
-
margin-left: 8px;
|
|
4626
|
-
}
|
|
4627
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4628
|
-
margin-left: 24px;
|
|
4629
|
-
}
|
|
4630
|
-
|
|
4631
|
-
.E_b14q2gmw {
|
|
4632
|
-
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);
|
|
4633
|
-
}
|
|
4634
|
-
|
|
4635
|
-
.E_c1eym6el {
|
|
4636
|
-
border-radius: 8px;
|
|
4637
|
-
background-color: white;
|
|
4638
|
-
}
|
|
4639
|
-
.E_c1eym6el.hoverable {
|
|
4640
|
-
cursor: pointer;
|
|
4641
|
-
}
|
|
4642
|
-
.E_c1eym6el.hoverable:hover {
|
|
4643
|
-
transition: all 200ms ease;
|
|
4644
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4645
|
-
transform: translateY(-4px);
|
|
4646
|
-
}
|
|
4647
|
-
|
|
4648
|
-
.E_l1ucdodl {
|
|
4649
|
-
margin: 0;
|
|
4650
|
-
border-radius: 20px;
|
|
4651
|
-
padding: 2px 10px;
|
|
4652
|
-
height: 22px;
|
|
4653
|
-
display: flex;
|
|
4654
|
-
align-items: center;
|
|
4655
|
-
}
|
|
4656
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
4657
|
-
color: #FFFFFF;
|
|
4658
|
-
}
|
|
4659
|
-
.E_l1ucdodl.tag-hover {
|
|
4660
|
-
cursor: pointer;
|
|
4661
|
-
}
|
|
4662
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
4663
|
-
color: #00122E;
|
|
4664
|
-
}
|
|
4665
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4666
|
-
margin-right: 6px;
|
|
4540
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4541
|
+
margin-right: 6px;
|
|
4667
4542
|
}
|
|
4668
4543
|
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4669
4544
|
margin-left: 8px;
|
|
@@ -4713,6 +4588,58 @@ input.E_rf8rlle.ant-input {
|
|
|
4713
4588
|
flex: 1;
|
|
4714
4589
|
}
|
|
4715
4590
|
|
|
4591
|
+
button.E_l48ei06.ant-btn,
|
|
4592
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4593
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4594
|
+
font-size: 12px;
|
|
4595
|
+
line-height: 18px;
|
|
4596
|
+
height: 18px;
|
|
4597
|
+
}
|
|
4598
|
+
|
|
4599
|
+
button.E_l48ei06 {
|
|
4600
|
+
color: #0080FF;
|
|
4601
|
+
height: unset;
|
|
4602
|
+
}
|
|
4603
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4604
|
+
margin-right: 4px;
|
|
4605
|
+
}
|
|
4606
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4607
|
+
margin-left: 4px;
|
|
4608
|
+
}
|
|
4609
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4610
|
+
color: #009DFF;
|
|
4611
|
+
}
|
|
4612
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4613
|
+
color: #005ED1;
|
|
4614
|
+
}
|
|
4615
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4616
|
+
color: #0080FF;
|
|
4617
|
+
}
|
|
4618
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4619
|
+
color: #00122E;
|
|
4620
|
+
}
|
|
4621
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4622
|
+
color: #0080FF;
|
|
4623
|
+
}
|
|
4624
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4625
|
+
color: #005ED1;
|
|
4626
|
+
}
|
|
4627
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4628
|
+
color: #00122E;
|
|
4629
|
+
}
|
|
4630
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4631
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4632
|
+
}
|
|
4633
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4634
|
+
color: #0080FF;
|
|
4635
|
+
}
|
|
4636
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4637
|
+
color: #005ED1;
|
|
4638
|
+
}
|
|
4639
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4640
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4716
4643
|
.E_sddwhm6 {
|
|
4717
4644
|
margin: 0;
|
|
4718
4645
|
border-radius: 20px;
|
|
@@ -4788,58 +4715,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4788
4715
|
display: inline-block;
|
|
4789
4716
|
}
|
|
4790
4717
|
|
|
4791
|
-
button.E_l48ei06.ant-btn,
|
|
4792
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4793
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4794
|
-
font-size: 12px;
|
|
4795
|
-
line-height: 18px;
|
|
4796
|
-
height: 18px;
|
|
4797
|
-
}
|
|
4798
|
-
|
|
4799
|
-
button.E_l48ei06 {
|
|
4800
|
-
color: #0080FF;
|
|
4801
|
-
height: unset;
|
|
4802
|
-
}
|
|
4803
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
4804
|
-
margin-right: 4px;
|
|
4805
|
-
}
|
|
4806
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
4807
|
-
margin-left: 4px;
|
|
4808
|
-
}
|
|
4809
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4810
|
-
color: #009DFF;
|
|
4811
|
-
}
|
|
4812
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4813
|
-
color: #005ED1;
|
|
4814
|
-
}
|
|
4815
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4816
|
-
color: #0080FF;
|
|
4817
|
-
}
|
|
4818
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
4819
|
-
color: #00122E;
|
|
4820
|
-
}
|
|
4821
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4822
|
-
color: #0080FF;
|
|
4823
|
-
}
|
|
4824
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4825
|
-
color: #005ED1;
|
|
4826
|
-
}
|
|
4827
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4828
|
-
color: #00122E;
|
|
4829
|
-
}
|
|
4830
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
4831
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4832
|
-
}
|
|
4833
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4834
|
-
color: #0080FF;
|
|
4835
|
-
}
|
|
4836
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4837
|
-
color: #005ED1;
|
|
4838
|
-
}
|
|
4839
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4840
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4841
|
-
}
|
|
4842
|
-
|
|
4843
4718
|
.E_tc97u5y {
|
|
4844
4719
|
height: 100%;
|
|
4845
4720
|
}
|
|
@@ -5269,214 +5144,112 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5269
5144
|
background: #fff;
|
|
5270
5145
|
}
|
|
5271
5146
|
|
|
5272
|
-
.
|
|
5273
|
-
color:
|
|
5274
|
-
|
|
5147
|
+
.E_c1kghdax {
|
|
5148
|
+
color: #2d3a56;
|
|
5149
|
+
padding: 7px 12px;
|
|
5275
5150
|
display: flex;
|
|
5151
|
+
justify-content: space-between;
|
|
5276
5152
|
align-items: center;
|
|
5277
|
-
justify-content: center;
|
|
5278
|
-
flex-direction: column;
|
|
5279
|
-
height: 100%;
|
|
5280
5153
|
}
|
|
5281
|
-
.
|
|
5282
|
-
|
|
5154
|
+
.E_c1kghdax.has-arrow {
|
|
5155
|
+
padding-left: 10px;
|
|
5156
|
+
}
|
|
5157
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
5283
5158
|
cursor: pointer;
|
|
5159
|
+
color: #00122e;
|
|
5284
5160
|
}
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
height: 100%;
|
|
5289
|
-
display: flex;
|
|
5290
|
-
flex-direction: column;
|
|
5161
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
5162
|
+
color: #2d3a56;
|
|
5163
|
+
font-weight: 600;
|
|
5291
5164
|
}
|
|
5292
|
-
.
|
|
5293
|
-
|
|
5294
|
-
display: flex;
|
|
5295
|
-
line-height: 30px;
|
|
5296
|
-
padding: 0 16px;
|
|
5297
|
-
justify-content: space-between;
|
|
5165
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
5166
|
+
transform: rotate(90deg);
|
|
5298
5167
|
}
|
|
5299
|
-
.
|
|
5300
|
-
display: flex;
|
|
5301
|
-
font-size: 12px;
|
|
5302
|
-
align-items: center;
|
|
5303
|
-
}
|
|
5304
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5305
|
-
color: #a3b4cc;
|
|
5306
|
-
}
|
|
5307
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5308
|
-
margin-left: 10px;
|
|
5309
|
-
}
|
|
5310
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5311
|
-
margin-left: 10px;
|
|
5312
|
-
cursor: pointer;
|
|
5313
|
-
}
|
|
5314
|
-
.E_mp64wfi .content {
|
|
5315
|
-
flex: 1;
|
|
5316
|
-
width: 100%;
|
|
5317
|
-
display: flex;
|
|
5318
|
-
justify-content: center;
|
|
5319
|
-
align-items: center;
|
|
5320
|
-
}
|
|
5321
|
-
.E_mp64wfi .single-content {
|
|
5322
|
-
height: 65px;
|
|
5323
|
-
}
|
|
5324
|
-
|
|
5325
|
-
.E_l1oyigan {
|
|
5326
|
-
display: flex;
|
|
5327
|
-
align-items: center;
|
|
5328
|
-
white-space: nowrap;
|
|
5329
|
-
overflow: hidden;
|
|
5330
|
-
width: 100%;
|
|
5331
|
-
}
|
|
5332
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
5333
|
-
margin-left: auto;
|
|
5168
|
+
.E_c1kghdax .sub-info {
|
|
5334
5169
|
font-size: 12px;
|
|
5170
|
+
line-height: 18px;
|
|
5335
5171
|
}
|
|
5336
|
-
|
|
5337
|
-
.E_l1noi4n1 {
|
|
5172
|
+
.E_c1kghdax .title-wrapper {
|
|
5338
5173
|
display: flex;
|
|
5339
|
-
justify-content: flex-start;
|
|
5340
5174
|
align-items: center;
|
|
5175
|
+
user-select: none;
|
|
5176
|
+
flex-grow: 1;
|
|
5341
5177
|
font-size: 12px;
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
margin-right: 20px;
|
|
5346
|
-
}
|
|
5347
|
-
.E_l1noi4n1.deselected {
|
|
5348
|
-
opacity: 0.4;
|
|
5178
|
+
line-height: 18px;
|
|
5179
|
+
color: #2d3a56;
|
|
5180
|
+
font-weight: 700;
|
|
5349
5181
|
}
|
|
5350
|
-
.
|
|
5351
|
-
|
|
5182
|
+
.E_c1kghdax .collapse-arrow {
|
|
5183
|
+
transition: all 50ms ease-out 0ms;
|
|
5184
|
+
margin-right: 2px;
|
|
5352
5185
|
}
|
|
5353
5186
|
|
|
5354
|
-
.
|
|
5355
|
-
|
|
5356
|
-
height:
|
|
5357
|
-
|
|
5358
|
-
margin-right: 8px;
|
|
5187
|
+
.E_ckui4s7 {
|
|
5188
|
+
color: #2d3a56;
|
|
5189
|
+
line-height: 22px;
|
|
5190
|
+
display: inline-flex;
|
|
5359
5191
|
}
|
|
5360
|
-
|
|
5361
|
-
|
|
5192
|
+
.E_ckui4s7 .ant-checkbox {
|
|
5193
|
+
height: 22px;
|
|
5362
5194
|
display: flex;
|
|
5363
5195
|
align-items: center;
|
|
5364
|
-
|
|
5365
|
-
margin: 0;
|
|
5196
|
+
top: 0;
|
|
5366
5197
|
}
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
position: relative;
|
|
5198
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
5199
|
+
border: none;
|
|
5370
5200
|
}
|
|
5371
|
-
.
|
|
5372
|
-
|
|
5201
|
+
.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 {
|
|
5202
|
+
border-color: #0080ff;
|
|
5373
5203
|
}
|
|
5374
|
-
.
|
|
5375
|
-
|
|
5376
|
-
justify-content: space-between;
|
|
5377
|
-
line-height: 30px;
|
|
5378
|
-
margin: 0 16px;
|
|
5204
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
5205
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
5379
5206
|
}
|
|
5380
|
-
.
|
|
5381
|
-
|
|
5382
|
-
font-size: 12px;
|
|
5383
|
-
align-items: center;
|
|
5207
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
5208
|
+
border: 1px solid #0080ff;
|
|
5384
5209
|
}
|
|
5385
|
-
.
|
|
5386
|
-
|
|
5210
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
5211
|
+
background: #0080ff;
|
|
5387
5212
|
}
|
|
5388
|
-
.
|
|
5389
|
-
|
|
5213
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
5214
|
+
background-color: #fff;
|
|
5215
|
+
height: 2px;
|
|
5216
|
+
width: 10px;
|
|
5217
|
+
border-radius: 2px;
|
|
5390
5218
|
}
|
|
5391
|
-
.
|
|
5392
|
-
|
|
5393
|
-
cursor: pointer;
|
|
5219
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
5220
|
+
opacity: 0.5;
|
|
5394
5221
|
}
|
|
5395
|
-
.
|
|
5396
|
-
|
|
5222
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
5223
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5224
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
5397
5225
|
}
|
|
5398
|
-
.
|
|
5399
|
-
|
|
5400
|
-
bottom: 10px;
|
|
5401
|
-
padding: 0 8px;
|
|
5402
|
-
border-radius: 4px;
|
|
5403
|
-
font-size: 12px;
|
|
5404
|
-
color: #fff;
|
|
5405
|
-
background: rgba(0, 0, 0, 0.75);
|
|
5406
|
-
transform: translateX(-50%);
|
|
5226
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
5227
|
+
border-color: #2d3a56;
|
|
5407
5228
|
}
|
|
5408
|
-
|
|
5409
|
-
|
|
5410
|
-
min-width: 200px;
|
|
5229
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
5230
|
+
background: #2d3a56;
|
|
5411
5231
|
}
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
display: flex;
|
|
5415
|
-
align-items: center;
|
|
5416
|
-
justify-content: space-between;
|
|
5417
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
5418
|
-
color: #b4beca;
|
|
5419
|
-
font-size: 12px;
|
|
5420
|
-
padding: 3px 6px;
|
|
5232
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
5233
|
+
padding: 0;
|
|
5421
5234
|
}
|
|
5422
|
-
.
|
|
5423
|
-
|
|
5235
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
5236
|
+
display: inline-block;
|
|
5237
|
+
margin-left: 12px;
|
|
5238
|
+
color: #2d3a56;
|
|
5424
5239
|
}
|
|
5425
|
-
.
|
|
5426
|
-
|
|
5240
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
5241
|
+
margin-left: 28px;
|
|
5242
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5427
5243
|
}
|
|
5428
|
-
.
|
|
5429
|
-
color: #fff;
|
|
5244
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
5430
5245
|
margin-left: 8px;
|
|
5431
5246
|
}
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
width: 64px;
|
|
5435
|
-
height: 64px;
|
|
5436
|
-
display: flex;
|
|
5437
|
-
align-items: center;
|
|
5438
|
-
justify-content: center;
|
|
5439
|
-
position: relative;
|
|
5440
|
-
opacity: 0.2;
|
|
5441
|
-
}
|
|
5442
|
-
|
|
5443
|
-
.E_lk3gkp4 {
|
|
5444
|
-
position: absolute;
|
|
5445
|
-
width: 5px;
|
|
5446
|
-
height: 48px;
|
|
5447
|
-
left: 9.33px;
|
|
5448
|
-
top: 40.5px;
|
|
5449
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5450
|
-
border-radius: 5px;
|
|
5451
|
-
transform: rotate(-128deg);
|
|
5452
|
-
transform-origin: top left;
|
|
5453
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5454
|
-
}
|
|
5455
|
-
|
|
5456
|
-
.E_ll4n94n {
|
|
5457
|
-
position: absolute;
|
|
5458
|
-
width: 5px;
|
|
5459
|
-
height: 48px;
|
|
5460
|
-
left: 40.8px;
|
|
5461
|
-
top: 8.4px;
|
|
5462
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5463
|
-
border-radius: 5px;
|
|
5464
|
-
transform: rotate(-8deg);
|
|
5465
|
-
transform-origin: top left;
|
|
5466
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5247
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
5248
|
+
margin-left: 24px;
|
|
5467
5249
|
}
|
|
5468
5250
|
|
|
5469
|
-
.
|
|
5470
|
-
|
|
5471
|
-
width: 5px;
|
|
5472
|
-
height: 48px;
|
|
5473
|
-
left: 52.9px;
|
|
5474
|
-
top: 51.8px;
|
|
5475
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5476
|
-
border-radius: 5px;
|
|
5477
|
-
transform: rotate(112deg);
|
|
5478
|
-
transform-origin: top left;
|
|
5479
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5251
|
+
.E_c1yd35n {
|
|
5252
|
+
padding: 0 12px 14px 12px;
|
|
5480
5253
|
}
|
|
5481
5254
|
|
|
5482
5255
|
.E_t1tbywr9 {
|
|
@@ -5640,6 +5413,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5640
5413
|
height: 16px;
|
|
5641
5414
|
}
|
|
5642
5415
|
|
|
5416
|
+
.E_b14q2gmw {
|
|
5417
|
+
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);
|
|
5418
|
+
}
|
|
5419
|
+
|
|
5420
|
+
.E_c1eym6el {
|
|
5421
|
+
border-radius: 8px;
|
|
5422
|
+
background-color: white;
|
|
5423
|
+
}
|
|
5424
|
+
.E_c1eym6el.hoverable {
|
|
5425
|
+
cursor: pointer;
|
|
5426
|
+
}
|
|
5427
|
+
.E_c1eym6el.hoverable:hover {
|
|
5428
|
+
transition: all 200ms ease;
|
|
5429
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
5430
|
+
transform: translateY(-4px);
|
|
5431
|
+
}
|
|
5432
|
+
|
|
5643
5433
|
.E_m11nzl2x {
|
|
5644
5434
|
color: rgba(44, 56, 82, 0.6);
|
|
5645
5435
|
text-align: center;
|
|
@@ -5855,22 +5645,227 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5855
5645
|
border: 1px solid #FFFFFF;
|
|
5856
5646
|
}
|
|
5857
5647
|
|
|
5858
|
-
.
|
|
5859
|
-
|
|
5860
|
-
height:
|
|
5648
|
+
.E_lht19u8 {
|
|
5649
|
+
width: 64px;
|
|
5650
|
+
height: 64px;
|
|
5651
|
+
display: flex;
|
|
5652
|
+
align-items: center;
|
|
5653
|
+
justify-content: center;
|
|
5654
|
+
position: relative;
|
|
5655
|
+
opacity: 0.2;
|
|
5861
5656
|
}
|
|
5862
5657
|
|
|
5863
|
-
.
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
|
|
5658
|
+
.E_lk3gkp4 {
|
|
5659
|
+
position: absolute;
|
|
5660
|
+
width: 5px;
|
|
5661
|
+
height: 48px;
|
|
5662
|
+
left: 9.33px;
|
|
5663
|
+
top: 40.5px;
|
|
5664
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5665
|
+
border-radius: 5px;
|
|
5666
|
+
transform: rotate(-128deg);
|
|
5667
|
+
transform-origin: top left;
|
|
5668
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5871
5669
|
}
|
|
5872
|
-
|
|
5873
|
-
|
|
5670
|
+
|
|
5671
|
+
.E_ll4n94n {
|
|
5672
|
+
position: absolute;
|
|
5673
|
+
width: 5px;
|
|
5674
|
+
height: 48px;
|
|
5675
|
+
left: 40.8px;
|
|
5676
|
+
top: 8.4px;
|
|
5677
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5678
|
+
border-radius: 5px;
|
|
5679
|
+
transform: rotate(-8deg);
|
|
5680
|
+
transform-origin: top left;
|
|
5681
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5682
|
+
}
|
|
5683
|
+
|
|
5684
|
+
.E_l17lbdo6 {
|
|
5685
|
+
position: absolute;
|
|
5686
|
+
width: 5px;
|
|
5687
|
+
height: 48px;
|
|
5688
|
+
left: 52.9px;
|
|
5689
|
+
top: 51.8px;
|
|
5690
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5691
|
+
border-radius: 5px;
|
|
5692
|
+
transform: rotate(112deg);
|
|
5693
|
+
transform-origin: top left;
|
|
5694
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5695
|
+
}
|
|
5696
|
+
|
|
5697
|
+
.E_msn7nxt {
|
|
5698
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5699
|
+
text-align: center;
|
|
5700
|
+
display: flex;
|
|
5701
|
+
align-items: center;
|
|
5702
|
+
justify-content: center;
|
|
5703
|
+
flex-direction: column;
|
|
5704
|
+
height: 100%;
|
|
5705
|
+
}
|
|
5706
|
+
.E_msn7nxt .link {
|
|
5707
|
+
color: #0080ff;
|
|
5708
|
+
cursor: pointer;
|
|
5709
|
+
}
|
|
5710
|
+
|
|
5711
|
+
.E_mp64wfi {
|
|
5712
|
+
width: 100%;
|
|
5713
|
+
height: 100%;
|
|
5714
|
+
display: flex;
|
|
5715
|
+
flex-direction: column;
|
|
5716
|
+
}
|
|
5717
|
+
.E_mp64wfi .name-toolbar {
|
|
5718
|
+
width: 100%;
|
|
5719
|
+
display: flex;
|
|
5720
|
+
line-height: 30px;
|
|
5721
|
+
padding: 0 16px;
|
|
5722
|
+
justify-content: space-between;
|
|
5723
|
+
}
|
|
5724
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5725
|
+
display: flex;
|
|
5726
|
+
font-size: 12px;
|
|
5727
|
+
align-items: center;
|
|
5728
|
+
}
|
|
5729
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5730
|
+
color: #a3b4cc;
|
|
5731
|
+
}
|
|
5732
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5733
|
+
margin-left: 10px;
|
|
5734
|
+
}
|
|
5735
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5736
|
+
margin-left: 10px;
|
|
5737
|
+
cursor: pointer;
|
|
5738
|
+
}
|
|
5739
|
+
.E_mp64wfi .content {
|
|
5740
|
+
flex: 1;
|
|
5741
|
+
width: 100%;
|
|
5742
|
+
display: flex;
|
|
5743
|
+
justify-content: center;
|
|
5744
|
+
align-items: center;
|
|
5745
|
+
}
|
|
5746
|
+
.E_mp64wfi .single-content {
|
|
5747
|
+
height: 65px;
|
|
5748
|
+
}
|
|
5749
|
+
|
|
5750
|
+
.E_l1oyigan {
|
|
5751
|
+
display: flex;
|
|
5752
|
+
align-items: center;
|
|
5753
|
+
white-space: nowrap;
|
|
5754
|
+
overflow: hidden;
|
|
5755
|
+
width: 100%;
|
|
5756
|
+
}
|
|
5757
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
5758
|
+
margin-left: auto;
|
|
5759
|
+
font-size: 12px;
|
|
5760
|
+
}
|
|
5761
|
+
|
|
5762
|
+
.E_l1noi4n1 {
|
|
5763
|
+
display: flex;
|
|
5764
|
+
justify-content: flex-start;
|
|
5765
|
+
align-items: center;
|
|
5766
|
+
font-size: 12px;
|
|
5767
|
+
cursor: pointer;
|
|
5768
|
+
}
|
|
5769
|
+
.E_l1noi4n1:not(:last-child) {
|
|
5770
|
+
margin-right: 20px;
|
|
5771
|
+
}
|
|
5772
|
+
.E_l1noi4n1.deselected {
|
|
5773
|
+
opacity: 0.4;
|
|
5774
|
+
}
|
|
5775
|
+
.E_l1noi4n1.deselected .color-block {
|
|
5776
|
+
background: #b4beca !important;
|
|
5777
|
+
}
|
|
5778
|
+
|
|
5779
|
+
.E_cz19rz6 {
|
|
5780
|
+
display: inline-block;
|
|
5781
|
+
height: 8px;
|
|
5782
|
+
width: 8px;
|
|
5783
|
+
margin-right: 8px;
|
|
5784
|
+
}
|
|
5785
|
+
|
|
5786
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
5787
|
+
display: flex;
|
|
5788
|
+
align-items: center;
|
|
5789
|
+
font-size: 12px;
|
|
5790
|
+
margin: 0;
|
|
5791
|
+
}
|
|
5792
|
+
|
|
5793
|
+
.E_m1y1hhnr {
|
|
5794
|
+
position: relative;
|
|
5795
|
+
}
|
|
5796
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
5797
|
+
bottom: -12px;
|
|
5798
|
+
}
|
|
5799
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
5800
|
+
display: flex;
|
|
5801
|
+
justify-content: space-between;
|
|
5802
|
+
line-height: 30px;
|
|
5803
|
+
margin: 0 16px;
|
|
5804
|
+
}
|
|
5805
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
5806
|
+
display: flex;
|
|
5807
|
+
font-size: 12px;
|
|
5808
|
+
align-items: center;
|
|
5809
|
+
}
|
|
5810
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
5811
|
+
color: #a3b4cc;
|
|
5812
|
+
}
|
|
5813
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5814
|
+
margin-left: 10px;
|
|
5815
|
+
}
|
|
5816
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
5817
|
+
margin-left: 10px;
|
|
5818
|
+
cursor: pointer;
|
|
5819
|
+
}
|
|
5820
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
5821
|
+
font-size: 12px;
|
|
5822
|
+
}
|
|
5823
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
5824
|
+
position: absolute;
|
|
5825
|
+
bottom: 10px;
|
|
5826
|
+
padding: 0 8px;
|
|
5827
|
+
border-radius: 4px;
|
|
5828
|
+
font-size: 12px;
|
|
5829
|
+
color: #fff;
|
|
5830
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5831
|
+
transform: translateX(-50%);
|
|
5832
|
+
}
|
|
5833
|
+
|
|
5834
|
+
.E_tnvijvs {
|
|
5835
|
+
min-width: 200px;
|
|
5836
|
+
}
|
|
5837
|
+
|
|
5838
|
+
.E_t1ub2aex {
|
|
5839
|
+
display: flex;
|
|
5840
|
+
align-items: center;
|
|
5841
|
+
justify-content: space-between;
|
|
5842
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5843
|
+
color: #b4beca;
|
|
5844
|
+
font-size: 12px;
|
|
5845
|
+
padding: 3px 6px;
|
|
5846
|
+
}
|
|
5847
|
+
.E_t1ub2aex:first-child {
|
|
5848
|
+
padding-top: 3px;
|
|
5849
|
+
}
|
|
5850
|
+
.E_t1ub2aex:last-child {
|
|
5851
|
+
padding-bottom: 3px;
|
|
5852
|
+
}
|
|
5853
|
+
.E_t1ub2aex .column-value {
|
|
5854
|
+
color: #fff;
|
|
5855
|
+
margin-left: 8px;
|
|
5856
|
+
}
|
|
5857
|
+
|
|
5858
|
+
.E_sjob3jg {
|
|
5859
|
+
--item-min-width: 60px;
|
|
5860
|
+
}
|
|
5861
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5862
|
+
display: none !important;
|
|
5863
|
+
}
|
|
5864
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5865
|
+
flex-shrink: 0 !important;
|
|
5866
|
+
}
|
|
5867
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5868
|
+
color: #0080FF;
|
|
5874
5869
|
}
|
|
5875
5870
|
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5876
5871
|
color: #0080FF;
|
|
@@ -6302,6 +6297,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6302
6297
|
margin-right: 4px;
|
|
6303
6298
|
}
|
|
6304
6299
|
|
|
6300
|
+
.E_i1g85yz3 {
|
|
6301
|
+
margin-right: 4px;
|
|
6302
|
+
height: 16px;
|
|
6303
|
+
}
|
|
6304
|
+
|
|
6305
6305
|
.E_bpgac8u {
|
|
6306
6306
|
color: #FFFFFF;
|
|
6307
6307
|
display: flex;
|
|
@@ -6560,6 +6560,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6560
6560
|
font-weight: bold;
|
|
6561
6561
|
}
|
|
6562
6562
|
|
|
6563
|
+
.E_s20iney.skeleton-box {
|
|
6564
|
+
display: flex;
|
|
6565
|
+
align-items: center;
|
|
6566
|
+
justify-content: center;
|
|
6567
|
+
position: relative;
|
|
6568
|
+
border-radius: 2px;
|
|
6569
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6570
|
+
overflow: hidden;
|
|
6571
|
+
}
|
|
6572
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6573
|
+
width: 200%;
|
|
6574
|
+
height: 200%;
|
|
6575
|
+
transform: rotate(15deg);
|
|
6576
|
+
position: absolute;
|
|
6577
|
+
top: -50%;
|
|
6578
|
+
flex-shrink: 0;
|
|
6579
|
+
opacity: 0.8;
|
|
6580
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6581
|
+
animation: shimmer 1100ms infinite;
|
|
6582
|
+
}
|
|
6583
|
+
@keyframes shimmer {
|
|
6584
|
+
from {
|
|
6585
|
+
left: -120%;
|
|
6586
|
+
}
|
|
6587
|
+
to {
|
|
6588
|
+
left: 100%;
|
|
6589
|
+
}
|
|
6590
|
+
}
|
|
6591
|
+
|
|
6563
6592
|
.E_t59qhqp {
|
|
6564
6593
|
padding: 0px;
|
|
6565
6594
|
padding-top: 5px;
|
|
@@ -6608,54 +6637,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6608
6637
|
color: #00122E;
|
|
6609
6638
|
}
|
|
6610
6639
|
|
|
6611
|
-
.
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6616
|
-
|
|
6617
|
-
|
|
6618
|
-
|
|
6619
|
-
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
.E_r1fxc9gq.right {
|
|
6627
|
-
overflow: auto;
|
|
6628
|
-
padding-right: 2px;
|
|
6629
|
-
width: 200px;
|
|
6630
|
-
height: fit-content;
|
|
6631
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6632
|
-
scrollbar-gutter: stable;
|
|
6633
|
-
}
|
|
6634
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6635
|
-
width: 6px;
|
|
6636
|
-
}
|
|
6637
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6638
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6639
|
-
}
|
|
6640
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6641
|
-
background: rgba(172, 186, 211, 0.6);
|
|
6642
|
-
border-radius: 8px;
|
|
6643
|
-
}
|
|
6644
|
-
|
|
6645
|
-
.E_dxyv8bv {
|
|
6646
|
-
--footer-height: 80px;
|
|
6647
|
-
--modal-content-width: 492px;
|
|
6648
|
-
--modal-content-min-height: 160px;
|
|
6649
|
-
--modal-content-max-height: calc(
|
|
6650
|
-
100vh - 80px
|
|
6651
|
-
);
|
|
6652
|
-
--modal-header-padding: 32px 40px 0;
|
|
6653
|
-
--modal-content-padding-top: 32px;
|
|
6654
|
-
--modal-content-padding-bottom: 32px;
|
|
6655
|
-
--modal-content-padding-x: 40px;
|
|
6656
|
-
--modal-footer-padding: 0 40px;
|
|
6657
|
-
--modal-empty-footer-height: 32px;
|
|
6658
|
-
padding-bottom: 0;
|
|
6640
|
+
.E_dxyv8bv {
|
|
6641
|
+
--footer-height: 80px;
|
|
6642
|
+
--modal-content-width: 492px;
|
|
6643
|
+
--modal-content-min-height: 160px;
|
|
6644
|
+
--modal-content-max-height: calc(
|
|
6645
|
+
100vh - 80px
|
|
6646
|
+
);
|
|
6647
|
+
--modal-header-padding: 32px 40px 0;
|
|
6648
|
+
--modal-content-padding-top: 32px;
|
|
6649
|
+
--modal-content-padding-bottom: 32px;
|
|
6650
|
+
--modal-content-padding-x: 40px;
|
|
6651
|
+
--modal-footer-padding: 0 40px;
|
|
6652
|
+
--modal-empty-footer-height: 32px;
|
|
6653
|
+
padding-bottom: 0;
|
|
6659
6654
|
}
|
|
6660
6655
|
.E_dxyv8bv .ant-modal-content {
|
|
6661
6656
|
background: #fff;
|
|
@@ -6780,33 +6775,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6780
6775
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6781
6776
|
}
|
|
6782
6777
|
|
|
6783
|
-
.
|
|
6778
|
+
.E_sqv6dmy {
|
|
6784
6779
|
display: flex;
|
|
6785
|
-
|
|
6786
|
-
justify-content: center;
|
|
6787
|
-
position: relative;
|
|
6788
|
-
border-radius: 2px;
|
|
6789
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6790
|
-
overflow: hidden;
|
|
6780
|
+
justify-content: flex-end;
|
|
6791
6781
|
}
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
transform: rotate(15deg);
|
|
6796
|
-
position: absolute;
|
|
6797
|
-
top: -50%;
|
|
6798
|
-
flex-shrink: 0;
|
|
6799
|
-
opacity: 0.8;
|
|
6800
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6801
|
-
animation: shimmer 1100ms infinite;
|
|
6782
|
+
|
|
6783
|
+
.E_p1rm8wzb {
|
|
6784
|
+
margin-right: 8px;
|
|
6802
6785
|
}
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
|
|
6809
|
-
|
|
6786
|
+
|
|
6787
|
+
.E_sd7qcf4 {
|
|
6788
|
+
height: 100%;
|
|
6789
|
+
width: 100%;
|
|
6790
|
+
overflow: auto;
|
|
6791
|
+
}
|
|
6792
|
+
|
|
6793
|
+
.E_r1fxc9gq.right {
|
|
6794
|
+
overflow: auto;
|
|
6795
|
+
padding-right: 2px;
|
|
6796
|
+
width: 200px;
|
|
6797
|
+
height: fit-content;
|
|
6798
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6799
|
+
scrollbar-gutter: stable;
|
|
6800
|
+
}
|
|
6801
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6802
|
+
width: 6px;
|
|
6803
|
+
}
|
|
6804
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6805
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6806
|
+
}
|
|
6807
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6808
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6809
|
+
border-radius: 8px;
|
|
6810
6810
|
}
|
|
6811
6811
|
|
|
6812
6812
|
.E_s1n7hav7 .ant-input-prefix {
|
|
@@ -7048,106 +7048,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7048
7048
|
margin-right: 4px;
|
|
7049
7049
|
}
|
|
7050
7050
|
|
|
7051
|
-
.E_gmyahx3 {
|
|
7052
|
-
cursor: pointer;
|
|
7053
|
-
}
|
|
7054
|
-
.E_gmyahx3 .link-text {
|
|
7055
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7056
|
-
}
|
|
7057
|
-
.E_gmyahx3:hover .link-text {
|
|
7058
|
-
color: #0080ff;
|
|
7059
|
-
}
|
|
7060
|
-
|
|
7061
|
-
span.E_tqjc4ui {
|
|
7062
|
-
margin: 0 2px;
|
|
7063
|
-
}
|
|
7064
|
-
|
|
7065
|
-
.E_n12mqh7z {
|
|
7066
|
-
display: flex;
|
|
7067
|
-
align-items: center;
|
|
7068
|
-
font-size: 12px;
|
|
7069
|
-
line-height: 18px;
|
|
7070
|
-
}
|
|
7071
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7072
|
-
margin-bottom: 4px;
|
|
7073
|
-
}
|
|
7074
|
-
|
|
7075
|
-
.E_tf5bynu {
|
|
7076
|
-
margin: 0 3px;
|
|
7077
|
-
}
|
|
7078
|
-
|
|
7079
|
-
.E_tcckoz1 {
|
|
7080
|
-
max-height: 400px;
|
|
7081
|
-
overflow: auto;
|
|
7082
|
-
}
|
|
7083
|
-
|
|
7084
|
-
.E_s1ebs0ra {
|
|
7085
|
-
display: flex;
|
|
7086
|
-
align-items: center;
|
|
7087
|
-
justify-content: space-between;
|
|
7088
|
-
background: #edf0f7;
|
|
7089
|
-
padding: 8px 12px;
|
|
7090
|
-
position: sticky;
|
|
7091
|
-
top: 0;
|
|
7092
|
-
z-index: 1;
|
|
7093
|
-
margin-bottom: -52px;
|
|
7094
|
-
}
|
|
7095
|
-
.E_s1ebs0ra .select-total {
|
|
7096
|
-
display: flex;
|
|
7097
|
-
align-items: center;
|
|
7098
|
-
font-weight: 700;
|
|
7099
|
-
flex-shrink: 0;
|
|
7100
|
-
}
|
|
7101
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
7102
|
-
cursor: pointer;
|
|
7103
|
-
margin-left: 8px;
|
|
7104
|
-
width: 32px;
|
|
7105
|
-
height: 32px;
|
|
7106
|
-
border-radius: 50%;
|
|
7107
|
-
justify-content: center;
|
|
7108
|
-
}
|
|
7109
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
7110
|
-
background: rgba(225, 230, 241, 0.6);
|
|
7111
|
-
}
|
|
7112
|
-
.E_s1ebs0ra .action-group {
|
|
7113
|
-
flex: 1;
|
|
7114
|
-
margin-left: 88px;
|
|
7115
|
-
white-space: nowrap;
|
|
7116
|
-
text-align: right;
|
|
7117
|
-
position: relative;
|
|
7118
|
-
padding: 4px 0;
|
|
7119
|
-
margin-top: -4px;
|
|
7120
|
-
overflow: hidden;
|
|
7121
|
-
}
|
|
7122
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
7123
|
-
transform: translateY(-4px);
|
|
7124
|
-
}
|
|
7125
|
-
.E_s1ebs0ra .action-group button {
|
|
7126
|
-
border: none;
|
|
7127
|
-
}
|
|
7128
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
7129
|
-
margin-right: 8px;
|
|
7130
|
-
}
|
|
7131
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
7132
|
-
margin-right: 4px;
|
|
7133
|
-
}
|
|
7134
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
7135
|
-
cursor: pointer;
|
|
7136
|
-
width: 32px;
|
|
7137
|
-
height: 32px;
|
|
7138
|
-
justify-content: center;
|
|
7139
|
-
border-radius: 50%;
|
|
7140
|
-
}
|
|
7141
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
7142
|
-
background: #fff;
|
|
7143
|
-
}
|
|
7144
|
-
|
|
7145
|
-
.E_mzzncgx {
|
|
7146
|
-
display: inline-flex;
|
|
7147
|
-
align-items: center;
|
|
7148
|
-
gap: 4px;
|
|
7149
|
-
}
|
|
7150
|
-
|
|
7151
7051
|
.E_clm1wy1 {
|
|
7152
7052
|
width: 192px;
|
|
7153
7053
|
height: 246px;
|
|
@@ -7241,33 +7141,6 @@ span.E_tqjc4ui {
|
|
|
7241
7141
|
border-radius: 2px;
|
|
7242
7142
|
}
|
|
7243
7143
|
|
|
7244
|
-
.E_ou7iq30 {
|
|
7245
|
-
overflow: hidden;
|
|
7246
|
-
text-overflow: ellipsis;
|
|
7247
|
-
}
|
|
7248
|
-
|
|
7249
|
-
.E_s1tui002 {
|
|
7250
|
-
white-space: nowrap;
|
|
7251
|
-
}
|
|
7252
|
-
|
|
7253
|
-
.E_mxrc2zg {
|
|
7254
|
-
display: -webkit-box;
|
|
7255
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7256
|
-
-webkit-box-orient: vertical;
|
|
7257
|
-
word-break: break-all;
|
|
7258
|
-
}
|
|
7259
|
-
|
|
7260
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7261
|
-
display: none;
|
|
7262
|
-
}
|
|
7263
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7264
|
-
background: rgba(23, 38, 64, 0.8);
|
|
7265
|
-
border-radius: 4px;
|
|
7266
|
-
}
|
|
7267
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7268
|
-
visibility: hidden;
|
|
7269
|
-
}
|
|
7270
|
-
|
|
7271
7144
|
.E_c1up1pdz {
|
|
7272
7145
|
width: 648px;
|
|
7273
7146
|
}
|
|
@@ -7408,20 +7281,179 @@ span.E_tqjc4ui {
|
|
|
7408
7281
|
color: #fff;
|
|
7409
7282
|
}
|
|
7410
7283
|
|
|
7411
|
-
.
|
|
7412
|
-
|
|
7284
|
+
.E_s1ebs0ra {
|
|
7285
|
+
display: flex;
|
|
7286
|
+
align-items: center;
|
|
7287
|
+
justify-content: space-between;
|
|
7288
|
+
background: #edf0f7;
|
|
7289
|
+
padding: 8px 12px;
|
|
7290
|
+
position: sticky;
|
|
7291
|
+
top: 0;
|
|
7292
|
+
z-index: 1;
|
|
7293
|
+
margin-bottom: -52px;
|
|
7413
7294
|
}
|
|
7414
|
-
.
|
|
7415
|
-
|
|
7295
|
+
.E_s1ebs0ra .select-total {
|
|
7296
|
+
display: flex;
|
|
7297
|
+
align-items: center;
|
|
7298
|
+
font-weight: 700;
|
|
7299
|
+
flex-shrink: 0;
|
|
7416
7300
|
}
|
|
7417
|
-
.
|
|
7418
|
-
|
|
7301
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
7302
|
+
cursor: pointer;
|
|
7303
|
+
margin-left: 8px;
|
|
7304
|
+
width: 32px;
|
|
7305
|
+
height: 32px;
|
|
7306
|
+
border-radius: 50%;
|
|
7307
|
+
justify-content: center;
|
|
7419
7308
|
}
|
|
7420
|
-
.
|
|
7421
|
-
|
|
7309
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
7310
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7422
7311
|
}
|
|
7423
|
-
.
|
|
7424
|
-
|
|
7312
|
+
.E_s1ebs0ra .action-group {
|
|
7313
|
+
flex: 1;
|
|
7314
|
+
margin-left: 88px;
|
|
7315
|
+
white-space: nowrap;
|
|
7316
|
+
text-align: right;
|
|
7317
|
+
position: relative;
|
|
7318
|
+
padding: 4px 0;
|
|
7319
|
+
margin-top: -4px;
|
|
7320
|
+
overflow: hidden;
|
|
7321
|
+
}
|
|
7322
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
7323
|
+
transform: translateY(-4px);
|
|
7324
|
+
}
|
|
7325
|
+
.E_s1ebs0ra .action-group button {
|
|
7326
|
+
border: none;
|
|
7327
|
+
}
|
|
7328
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
7329
|
+
margin-right: 8px;
|
|
7330
|
+
}
|
|
7331
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
7332
|
+
margin-right: 4px;
|
|
7333
|
+
}
|
|
7334
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
7335
|
+
cursor: pointer;
|
|
7336
|
+
width: 32px;
|
|
7337
|
+
height: 32px;
|
|
7338
|
+
justify-content: center;
|
|
7339
|
+
border-radius: 50%;
|
|
7340
|
+
}
|
|
7341
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
7342
|
+
background: #fff;
|
|
7343
|
+
}
|
|
7344
|
+
|
|
7345
|
+
.E_mzzncgx {
|
|
7346
|
+
display: inline-flex;
|
|
7347
|
+
align-items: center;
|
|
7348
|
+
gap: 4px;
|
|
7349
|
+
}
|
|
7350
|
+
|
|
7351
|
+
.E_gmyahx3 {
|
|
7352
|
+
cursor: pointer;
|
|
7353
|
+
}
|
|
7354
|
+
.E_gmyahx3 .link-text {
|
|
7355
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7356
|
+
}
|
|
7357
|
+
.E_gmyahx3:hover .link-text {
|
|
7358
|
+
color: #0080ff;
|
|
7359
|
+
}
|
|
7360
|
+
|
|
7361
|
+
.E_t1sqg15u {
|
|
7362
|
+
background: white;
|
|
7363
|
+
}
|
|
7364
|
+
.E_t1sqg15u.inline .table-row {
|
|
7365
|
+
flex-direction: column;
|
|
7366
|
+
}
|
|
7367
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7368
|
+
padding: 0 16px 7px 0;
|
|
7369
|
+
}
|
|
7370
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7371
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7372
|
+
}
|
|
7373
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7374
|
+
border-top: none !important;
|
|
7375
|
+
}
|
|
7376
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7377
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7378
|
+
}
|
|
7379
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7380
|
+
padding-bottom: 0;
|
|
7381
|
+
}
|
|
7382
|
+
.E_t1sqg15u.align-right .content {
|
|
7383
|
+
text-align: right;
|
|
7384
|
+
}
|
|
7385
|
+
.E_t1sqg15u .uuid-row {
|
|
7386
|
+
display: flex;
|
|
7387
|
+
justify-content: space-between;
|
|
7388
|
+
}
|
|
7389
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7390
|
+
white-space: nowrap;
|
|
7391
|
+
overflow: hidden;
|
|
7392
|
+
text-overflow: ellipsis;
|
|
7393
|
+
}
|
|
7394
|
+
|
|
7395
|
+
.E_t4zczcp {
|
|
7396
|
+
display: flex;
|
|
7397
|
+
justify-content: space-between;
|
|
7398
|
+
align-items: center;
|
|
7399
|
+
padding: 8px;
|
|
7400
|
+
min-height: 32px;
|
|
7401
|
+
}
|
|
7402
|
+
.E_t4zczcp .table-title {
|
|
7403
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7404
|
+
font-weight: 600;
|
|
7405
|
+
font-size: 12px;
|
|
7406
|
+
line-height: 8px;
|
|
7407
|
+
}
|
|
7408
|
+
.E_t4zczcp .edit-icon {
|
|
7409
|
+
font-size: 16px;
|
|
7410
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7411
|
+
cursor: pointer;
|
|
7412
|
+
}
|
|
7413
|
+
|
|
7414
|
+
.E_t1s7goww {
|
|
7415
|
+
font-size: 12px;
|
|
7416
|
+
line-height: 18px;
|
|
7417
|
+
}
|
|
7418
|
+
|
|
7419
|
+
.E_t93e4cf {
|
|
7420
|
+
display: flex;
|
|
7421
|
+
padding: 8px 0;
|
|
7422
|
+
color: #2d3a56;
|
|
7423
|
+
}
|
|
7424
|
+
.E_t93e4cf .hidden {
|
|
7425
|
+
display: none;
|
|
7426
|
+
}
|
|
7427
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7428
|
+
height: auto;
|
|
7429
|
+
}
|
|
7430
|
+
.E_t93e4cf .content {
|
|
7431
|
+
overflow: hidden;
|
|
7432
|
+
overflow-x: auto;
|
|
7433
|
+
width: 100%;
|
|
7434
|
+
white-space: pre-wrap;
|
|
7435
|
+
}
|
|
7436
|
+
.E_t93e4cf .content .ant-btn {
|
|
7437
|
+
white-space: pre-wrap;
|
|
7438
|
+
text-align: left;
|
|
7439
|
+
}
|
|
7440
|
+
.E_t93e4cf .content .unit-chart {
|
|
7441
|
+
justify-content: flex-start;
|
|
7442
|
+
}
|
|
7443
|
+
|
|
7444
|
+
.E_rhz2uv5 {
|
|
7445
|
+
width: var(--rhz2uv5-0);
|
|
7446
|
+
flex-shrink: 0;
|
|
7447
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7448
|
+
padding-right: 12px;
|
|
7449
|
+
}
|
|
7450
|
+
|
|
7451
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7452
|
+
display: flex;
|
|
7453
|
+
align-items: center;
|
|
7454
|
+
}
|
|
7455
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7456
|
+
margin-right: 8px;
|
|
7425
7457
|
}
|
|
7426
7458
|
|
|
7427
7459
|
.E_t160l1cm {
|
|
@@ -7627,102 +7659,70 @@ span.E_tqjc4ui {
|
|
|
7627
7659
|
background: transparent;
|
|
7628
7660
|
}
|
|
7629
7661
|
|
|
7630
|
-
.
|
|
7631
|
-
|
|
7632
|
-
align-items: center;
|
|
7633
|
-
}
|
|
7634
|
-
.E_s1iv0tp1 .enabled-text {
|
|
7635
|
-
margin-right: 8px;
|
|
7662
|
+
span.E_tqjc4ui {
|
|
7663
|
+
margin: 0 2px;
|
|
7636
7664
|
}
|
|
7637
7665
|
|
|
7638
|
-
.
|
|
7639
|
-
|
|
7640
|
-
}
|
|
7641
|
-
.E_t1sqg15u.inline .table-row {
|
|
7642
|
-
flex-direction: column;
|
|
7643
|
-
}
|
|
7644
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
7645
|
-
padding: 0 16px 7px 0;
|
|
7646
|
-
}
|
|
7647
|
-
.E_t1sqg15u.has-border .table-header {
|
|
7648
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7649
|
-
}
|
|
7650
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7651
|
-
border-top: none !important;
|
|
7652
|
-
}
|
|
7653
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7654
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7666
|
+
.E_u15heuvq.content {
|
|
7667
|
+
cursor: default !important;
|
|
7655
7668
|
}
|
|
7656
|
-
.
|
|
7657
|
-
|
|
7669
|
+
.E_u15heuvq.content.link {
|
|
7670
|
+
cursor: pointer !important;
|
|
7658
7671
|
}
|
|
7659
|
-
.
|
|
7660
|
-
|
|
7672
|
+
.E_u15heuvq.content.link:hover {
|
|
7673
|
+
color: #0080FF;
|
|
7661
7674
|
}
|
|
7662
|
-
.
|
|
7663
|
-
|
|
7664
|
-
justify-content: space-between;
|
|
7675
|
+
.E_u15heuvq.content.black {
|
|
7676
|
+
color: #00122E;
|
|
7665
7677
|
}
|
|
7666
|
-
.
|
|
7667
|
-
|
|
7668
|
-
overflow: hidden;
|
|
7669
|
-
text-overflow: ellipsis;
|
|
7678
|
+
.E_u15heuvq.content.gray {
|
|
7679
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
7670
7680
|
}
|
|
7671
7681
|
|
|
7672
|
-
.
|
|
7682
|
+
.E_n12mqh7z {
|
|
7673
7683
|
display: flex;
|
|
7674
|
-
justify-content: space-between;
|
|
7675
7684
|
align-items: center;
|
|
7676
|
-
padding: 8px;
|
|
7677
|
-
min-height: 32px;
|
|
7678
|
-
}
|
|
7679
|
-
.E_t4zczcp .table-title {
|
|
7680
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7681
|
-
font-weight: 600;
|
|
7682
7685
|
font-size: 12px;
|
|
7683
|
-
line-height:
|
|
7686
|
+
line-height: 18px;
|
|
7684
7687
|
}
|
|
7685
|
-
.
|
|
7686
|
-
|
|
7687
|
-
color: rgba(10, 37, 85, 0.6);
|
|
7688
|
-
cursor: pointer;
|
|
7688
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7689
|
+
margin-bottom: 4px;
|
|
7689
7690
|
}
|
|
7690
7691
|
|
|
7691
|
-
.
|
|
7692
|
-
|
|
7693
|
-
line-height: 18px;
|
|
7692
|
+
.E_tf5bynu {
|
|
7693
|
+
margin: 0 3px;
|
|
7694
7694
|
}
|
|
7695
7695
|
|
|
7696
|
-
.
|
|
7697
|
-
|
|
7698
|
-
|
|
7699
|
-
color: #2d3a56;
|
|
7696
|
+
.E_tcckoz1 {
|
|
7697
|
+
max-height: 400px;
|
|
7698
|
+
overflow: auto;
|
|
7700
7699
|
}
|
|
7701
|
-
|
|
7702
|
-
|
|
7700
|
+
|
|
7701
|
+
.E_ou7iq30 {
|
|
7702
|
+
overflow: hidden;
|
|
7703
|
+
text-overflow: ellipsis;
|
|
7703
7704
|
}
|
|
7704
|
-
|
|
7705
|
-
|
|
7705
|
+
|
|
7706
|
+
.E_s1tui002 {
|
|
7707
|
+
white-space: nowrap;
|
|
7706
7708
|
}
|
|
7707
|
-
|
|
7708
|
-
|
|
7709
|
-
|
|
7710
|
-
|
|
7711
|
-
|
|
7709
|
+
|
|
7710
|
+
.E_mxrc2zg {
|
|
7711
|
+
display: -webkit-box;
|
|
7712
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7713
|
+
-webkit-box-orient: vertical;
|
|
7714
|
+
word-break: break-all;
|
|
7712
7715
|
}
|
|
7713
|
-
|
|
7714
|
-
|
|
7715
|
-
|
|
7716
|
+
|
|
7717
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7718
|
+
display: none;
|
|
7716
7719
|
}
|
|
7717
|
-
.
|
|
7718
|
-
|
|
7720
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7721
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7722
|
+
border-radius: 4px;
|
|
7719
7723
|
}
|
|
7720
|
-
|
|
7721
|
-
|
|
7722
|
-
width: var(--rhz2uv5-0);
|
|
7723
|
-
flex-shrink: 0;
|
|
7724
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7725
|
-
padding-right: 12px;
|
|
7724
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7725
|
+
visibility: hidden;
|
|
7726
7726
|
}
|
|
7727
7727
|
|
|
7728
7728
|
.E_wg1tsps {
|
|
@@ -7861,69 +7861,6 @@ span.E_tqjc4ui {
|
|
|
7861
7861
|
text-align: left;
|
|
7862
7862
|
}
|
|
7863
7863
|
|
|
7864
|
-
.E_kr6am0s .ant-modal-body {
|
|
7865
|
-
padding: 60px 128px;
|
|
7866
|
-
}
|
|
7867
|
-
|
|
7868
|
-
.E_k1h3cl5q {
|
|
7869
|
-
display: flex;
|
|
7870
|
-
flex-direction: column;
|
|
7871
|
-
height: 100%;
|
|
7872
|
-
}
|
|
7873
|
-
|
|
7874
|
-
.E_k1a6j97w {
|
|
7875
|
-
color: #00122e;
|
|
7876
|
-
font-size: 32px !important;
|
|
7877
|
-
margin-bottom: 16px;
|
|
7878
|
-
}
|
|
7879
|
-
|
|
7880
|
-
.E_k1uim1fg {
|
|
7881
|
-
margin-bottom: 32px;
|
|
7882
|
-
color: #00122e;
|
|
7883
|
-
}
|
|
7884
|
-
|
|
7885
|
-
.E_kobelzt {
|
|
7886
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
7887
|
-
min-height: 0;
|
|
7888
|
-
flex: 1;
|
|
7889
|
-
padding: 16px;
|
|
7890
|
-
background-color: #2d3a56;
|
|
7891
|
-
color: #fff;
|
|
7892
|
-
overflow: auto;
|
|
7893
|
-
max-width: 100%;
|
|
7894
|
-
min-height: 0;
|
|
7895
|
-
border-radius: 8px;
|
|
7896
|
-
white-space: pre-wrap;
|
|
7897
|
-
}
|
|
7898
|
-
|
|
7899
|
-
.E_kxzv3id {
|
|
7900
|
-
width: 100%;
|
|
7901
|
-
display: flex;
|
|
7902
|
-
justify-content: space-between;
|
|
7903
|
-
padding: 0 128px;
|
|
7904
|
-
}
|
|
7905
|
-
|
|
7906
|
-
.E_eld9lt {
|
|
7907
|
-
display: flex;
|
|
7908
|
-
flex-direction: column;
|
|
7909
|
-
justify-content: center;
|
|
7910
|
-
align-items: center;
|
|
7911
|
-
height: 100%;
|
|
7912
|
-
}
|
|
7913
|
-
|
|
7914
|
-
.E_e1505fqc {
|
|
7915
|
-
display: flex;
|
|
7916
|
-
flex-direction: column;
|
|
7917
|
-
align-items: center;
|
|
7918
|
-
}
|
|
7919
|
-
.E_e1505fqc .title {
|
|
7920
|
-
margin-bottom: 8px;
|
|
7921
|
-
background-clip: text;
|
|
7922
|
-
-webkit-background-clip: text;
|
|
7923
|
-
-webkit-text-fill-color: transparent;
|
|
7924
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7925
|
-
}
|
|
7926
|
-
|
|
7927
7864
|
.E_cyms3br {
|
|
7928
7865
|
background: #fff;
|
|
7929
7866
|
width: 100%;
|
|
@@ -7999,6 +7936,12 @@ span.E_tqjc4ui {
|
|
|
7999
7936
|
justify-content: center;
|
|
8000
7937
|
}
|
|
8001
7938
|
|
|
7939
|
+
.E_h1ol2wl7 {
|
|
7940
|
+
font-weight: bold;
|
|
7941
|
+
background-color: unset;
|
|
7942
|
+
padding: unset;
|
|
7943
|
+
}
|
|
7944
|
+
|
|
8002
7945
|
.E_i5w779o {
|
|
8003
7946
|
padding: 8px 0;
|
|
8004
7947
|
}
|
|
@@ -8040,54 +7983,67 @@ span.E_tqjc4ui {
|
|
|
8040
7983
|
color: rgba(0, 21, 64, 0.3);
|
|
8041
7984
|
}
|
|
8042
7985
|
|
|
8043
|
-
.
|
|
8044
|
-
|
|
8045
|
-
background-color: unset;
|
|
8046
|
-
padding: unset;
|
|
7986
|
+
.E_kr6am0s .ant-modal-body {
|
|
7987
|
+
padding: 60px 128px;
|
|
8047
7988
|
}
|
|
8048
7989
|
|
|
8049
|
-
.
|
|
8050
|
-
width: 100%;
|
|
8051
|
-
height: 100%;
|
|
7990
|
+
.E_k1h3cl5q {
|
|
8052
7991
|
display: flex;
|
|
8053
|
-
font-size: 12px;
|
|
8054
|
-
line-height: 18px;
|
|
8055
|
-
padding: 8px 0;
|
|
8056
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8057
|
-
}
|
|
8058
|
-
.E_c14ouk5o:last-of-type {
|
|
8059
|
-
box-shadow: none;
|
|
8060
|
-
padding-bottom: 0;
|
|
8061
|
-
}
|
|
8062
|
-
.E_c14ouk5o.collapsed {
|
|
8063
7992
|
flex-direction: column;
|
|
7993
|
+
height: 100%;
|
|
8064
7994
|
}
|
|
8065
|
-
|
|
8066
|
-
|
|
7995
|
+
|
|
7996
|
+
.E_k1a6j97w {
|
|
7997
|
+
color: #00122e;
|
|
7998
|
+
font-size: 32px !important;
|
|
7999
|
+
margin-bottom: 16px;
|
|
8067
8000
|
}
|
|
8068
|
-
|
|
8001
|
+
|
|
8002
|
+
.E_k1uim1fg {
|
|
8003
|
+
margin-bottom: 32px;
|
|
8004
|
+
color: #00122e;
|
|
8005
|
+
}
|
|
8006
|
+
|
|
8007
|
+
.E_kobelzt {
|
|
8008
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
8009
|
+
min-height: 0;
|
|
8069
8010
|
flex: 1;
|
|
8011
|
+
padding: 16px;
|
|
8012
|
+
background-color: #2d3a56;
|
|
8013
|
+
color: #fff;
|
|
8014
|
+
overflow: auto;
|
|
8015
|
+
max-width: 100%;
|
|
8016
|
+
min-height: 0;
|
|
8017
|
+
border-radius: 8px;
|
|
8018
|
+
white-space: pre-wrap;
|
|
8019
|
+
}
|
|
8020
|
+
|
|
8021
|
+
.E_kxzv3id {
|
|
8022
|
+
width: 100%;
|
|
8070
8023
|
display: flex;
|
|
8071
8024
|
justify-content: space-between;
|
|
8025
|
+
padding: 0 128px;
|
|
8072
8026
|
}
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
|
|
8079
|
-
|
|
8080
|
-
width: 216px;
|
|
8081
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8082
|
-
margin-right: 12px;
|
|
8083
|
-
flex-shrink: 0;
|
|
8027
|
+
|
|
8028
|
+
.E_eld9lt {
|
|
8029
|
+
display: flex;
|
|
8030
|
+
flex-direction: column;
|
|
8031
|
+
justify-content: center;
|
|
8032
|
+
align-items: center;
|
|
8033
|
+
height: 100%;
|
|
8084
8034
|
}
|
|
8085
|
-
|
|
8086
|
-
|
|
8087
|
-
|
|
8035
|
+
|
|
8036
|
+
.E_e1505fqc {
|
|
8037
|
+
display: flex;
|
|
8038
|
+
flex-direction: column;
|
|
8039
|
+
align-items: center;
|
|
8088
8040
|
}
|
|
8089
|
-
.
|
|
8090
|
-
|
|
8041
|
+
.E_e1505fqc .title {
|
|
8042
|
+
margin-bottom: 8px;
|
|
8043
|
+
background-clip: text;
|
|
8044
|
+
-webkit-background-clip: text;
|
|
8045
|
+
-webkit-text-fill-color: transparent;
|
|
8046
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
8091
8047
|
}
|
|
8092
8048
|
|
|
8093
8049
|
.E_c1ss4prm {
|
|
@@ -8150,6 +8106,30 @@ span.E_tqjc4ui {
|
|
|
8150
8106
|
color: rgba(44, 56, 82, 0.6);
|
|
8151
8107
|
}
|
|
8152
8108
|
|
|
8109
|
+
.E_l12xdkhl {
|
|
8110
|
+
width: 64px;
|
|
8111
|
+
height: 64px;
|
|
8112
|
+
max-width: 64px;
|
|
8113
|
+
max-height: 64px;
|
|
8114
|
+
overflow: hidden;
|
|
8115
|
+
display: flex;
|
|
8116
|
+
align-items: center;
|
|
8117
|
+
justify-content: center;
|
|
8118
|
+
position: relative;
|
|
8119
|
+
opacity: 0.6;
|
|
8120
|
+
}
|
|
8121
|
+
.E_l12xdkhl .icon-wrapper {
|
|
8122
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8123
|
+
}
|
|
8124
|
+
@keyframes rotate {
|
|
8125
|
+
from {
|
|
8126
|
+
transform: rotate(0deg);
|
|
8127
|
+
}
|
|
8128
|
+
to {
|
|
8129
|
+
transform: rotate(360deg);
|
|
8130
|
+
}
|
|
8131
|
+
}
|
|
8132
|
+
|
|
8153
8133
|
.E_c1kchka8 {
|
|
8154
8134
|
height: 100%;
|
|
8155
8135
|
width: 100%;
|
|
@@ -8642,26 +8622,46 @@ span.E_tqjc4ui {
|
|
|
8642
8622
|
padding: 0;
|
|
8643
8623
|
}
|
|
8644
8624
|
|
|
8645
|
-
.
|
|
8646
|
-
width:
|
|
8647
|
-
height:
|
|
8648
|
-
max-width: 64px;
|
|
8649
|
-
max-height: 64px;
|
|
8650
|
-
overflow: hidden;
|
|
8625
|
+
.E_c14ouk5o {
|
|
8626
|
+
width: 100%;
|
|
8627
|
+
height: 100%;
|
|
8651
8628
|
display: flex;
|
|
8652
|
-
|
|
8653
|
-
|
|
8654
|
-
|
|
8655
|
-
|
|
8629
|
+
font-size: 12px;
|
|
8630
|
+
line-height: 18px;
|
|
8631
|
+
padding: 8px 0;
|
|
8632
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8656
8633
|
}
|
|
8657
|
-
.
|
|
8658
|
-
|
|
8634
|
+
.E_c14ouk5o:last-of-type {
|
|
8635
|
+
box-shadow: none;
|
|
8636
|
+
padding-bottom: 0;
|
|
8659
8637
|
}
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8638
|
+
.E_c14ouk5o.collapsed {
|
|
8639
|
+
flex-direction: column;
|
|
8640
|
+
}
|
|
8641
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8642
|
+
display: flex;
|
|
8643
|
+
}
|
|
8644
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8645
|
+
flex: 1;
|
|
8646
|
+
display: flex;
|
|
8647
|
+
justify-content: space-between;
|
|
8648
|
+
}
|
|
8649
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8650
|
+
height: auto;
|
|
8651
|
+
}
|
|
8652
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
8653
|
+
margin-left: 162px;
|
|
8654
|
+
}
|
|
8655
|
+
.E_c14ouk5o .col-label {
|
|
8656
|
+
width: 216px;
|
|
8657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8658
|
+
margin-right: 12px;
|
|
8659
|
+
flex-shrink: 0;
|
|
8660
|
+
}
|
|
8661
|
+
.E_c14ouk5o .col-content {
|
|
8662
|
+
color: #2d3a56;
|
|
8663
|
+
/* make btn link in info row have the same height as normal text */
|
|
8664
|
+
}
|
|
8665
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8666
|
+
height: auto;
|
|
8667
8667
|
}
|