@cloudtower/eagle 481.0.2 → 481.0.3
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/Cascader/cascader.widget.js +12 -12
- package/dist/cjs/core/SearchInput/SearchInput.hook.js +124 -0
- package/dist/cjs/core/SearchInput/SearchInput.js +253 -0
- package/dist/cjs/core/SearchInput/SearchInput.style.js +13 -0
- package/dist/cjs/core/index.js +6 -6
- package/dist/cjs/index.js +172 -172
- package/dist/cjs/legacy-antd.js +89 -89
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2240 -2217
- package/dist/esm/core/Cascader/cascader.widget.js +1 -1
- package/dist/esm/core/SearchInput/SearchInput.hook.js +117 -0
- package/dist/esm/core/SearchInput/SearchInput.js +247 -0
- package/dist/esm/core/SearchInput/SearchInput.style.js +7 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/legacy-antd.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2372 -2343
- package/dist/src/core/Cascader/cascader.type.d.ts +1 -1
- package/dist/src/core/SearchInput/SearchInput.d.ts +2 -0
- package/dist/src/core/SearchInput/SearchInput.hook.d.ts +9 -0
- package/dist/src/core/SearchInput/SearchInput.style.d.ts +5 -0
- package/dist/src/core/SearchInput/{searchInput.type.d.ts → SearchInput.type.d.ts} +18 -2
- package/dist/src/core/SearchInput/__test__/SearchInput.hook.test.d.ts +1 -0
- package/dist/src/core/SearchInput/index.d.ts +2 -4
- package/dist/src/core/index.d.ts +0 -1
- package/dist/stories/docs/core/SearchInput.stories.d.ts +6 -1
- package/dist/style.css +2240 -2217
- package/package.json +4 -4
- package/dist/cjs/core/SearchInput/index.js +0 -164
- package/dist/esm/core/SearchInput/index.js +0 -157
package/dist/components.css
CHANGED
|
@@ -1152,6 +1152,22 @@ html body {
|
|
|
1152
1152
|
padding: 8px 12px;
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
|
+
.E_berrcjl {
|
|
1156
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1157
|
+
margin-bottom: 4px;
|
|
1158
|
+
}
|
|
1159
|
+
.E_berrcjl .breadcrumb-link {
|
|
1160
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1161
|
+
cursor: pointer;
|
|
1162
|
+
transition: color 160ms ease;
|
|
1163
|
+
}
|
|
1164
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1165
|
+
color: #0080ff;
|
|
1166
|
+
}
|
|
1167
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1168
|
+
color: #005ed1;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1155
1171
|
.E_m74vjol {
|
|
1156
1172
|
display: flex;
|
|
1157
1173
|
justify-content: space-between;
|
|
@@ -1201,22 +1217,6 @@ html body {
|
|
|
1201
1217
|
border-radius: unset;
|
|
1202
1218
|
}
|
|
1203
1219
|
|
|
1204
|
-
.E_berrcjl {
|
|
1205
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1206
|
-
margin-bottom: 4px;
|
|
1207
|
-
}
|
|
1208
|
-
.E_berrcjl .breadcrumb-link {
|
|
1209
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1210
|
-
cursor: pointer;
|
|
1211
|
-
transition: color 160ms ease;
|
|
1212
|
-
}
|
|
1213
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
1214
|
-
color: #0080ff;
|
|
1215
|
-
}
|
|
1216
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
1217
|
-
color: #005ed1;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
1220
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1221
1221
|
justify-content: center;
|
|
1222
1222
|
}
|
|
@@ -1474,28 +1474,6 @@ html body {
|
|
|
1474
1474
|
justify-content: center;
|
|
1475
1475
|
}
|
|
1476
1476
|
|
|
1477
|
-
.E_c1uzzomf {
|
|
1478
|
-
margin-bottom: 16px;
|
|
1479
|
-
}
|
|
1480
|
-
.E_c1uzzomf .card-title {
|
|
1481
|
-
font-size: 16px;
|
|
1482
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1483
|
-
font-weight: 700;
|
|
1484
|
-
line-height: 32px;
|
|
1485
|
-
}
|
|
1486
|
-
.E_c1uzzomf .card-body {
|
|
1487
|
-
padding: 24px;
|
|
1488
|
-
border-radius: 8px;
|
|
1489
|
-
background: #fff;
|
|
1490
|
-
}
|
|
1491
|
-
.E_c1uzzomf .empty {
|
|
1492
|
-
font-weight: 700;
|
|
1493
|
-
font-size: 14px;
|
|
1494
|
-
line-height: 22px;
|
|
1495
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1496
|
-
text-align: center;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
1477
|
.E_c1yyuluq {
|
|
1500
1478
|
border-radius: 8px;
|
|
1501
1479
|
}
|
|
@@ -1516,30 +1494,26 @@ html body {
|
|
|
1516
1494
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1517
1495
|
}
|
|
1518
1496
|
|
|
1519
|
-
.
|
|
1520
|
-
|
|
1521
|
-
background-color: #fff;
|
|
1522
|
-
}
|
|
1523
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1524
|
-
padding-top: 0px;
|
|
1525
|
-
padding-bottom: 0px;
|
|
1526
|
-
padding-left: 0px !important;
|
|
1527
|
-
padding-right: 24px;
|
|
1528
|
-
}
|
|
1529
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1530
|
-
right: 0px;
|
|
1497
|
+
.E_c1uzzomf {
|
|
1498
|
+
margin-bottom: 16px;
|
|
1531
1499
|
}
|
|
1532
|
-
.
|
|
1533
|
-
|
|
1500
|
+
.E_c1uzzomf .card-title {
|
|
1501
|
+
font-size: 16px;
|
|
1502
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1503
|
+
font-weight: 700;
|
|
1504
|
+
line-height: 32px;
|
|
1534
1505
|
}
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1506
|
+
.E_c1uzzomf .card-body {
|
|
1507
|
+
padding: 24px;
|
|
1508
|
+
border-radius: 8px;
|
|
1509
|
+
background: #fff;
|
|
1539
1510
|
}
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1511
|
+
.E_c1uzzomf .empty {
|
|
1512
|
+
font-weight: 700;
|
|
1513
|
+
font-size: 14px;
|
|
1514
|
+
line-height: 22px;
|
|
1515
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1516
|
+
text-align: center;
|
|
1543
1517
|
}
|
|
1544
1518
|
|
|
1545
1519
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -1637,6 +1611,87 @@ html body {
|
|
|
1637
1611
|
width: 102px;
|
|
1638
1612
|
}
|
|
1639
1613
|
|
|
1614
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1615
|
+
line-height: 18px;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1619
|
+
border: 0px;
|
|
1620
|
+
background-color: #fff;
|
|
1621
|
+
}
|
|
1622
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1623
|
+
padding-top: 0px;
|
|
1624
|
+
padding-bottom: 0px;
|
|
1625
|
+
padding-left: 0px !important;
|
|
1626
|
+
padding-right: 24px;
|
|
1627
|
+
}
|
|
1628
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1629
|
+
right: 0px;
|
|
1630
|
+
}
|
|
1631
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1632
|
+
padding: 0px;
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1636
|
+
padding-right: 0px;
|
|
1637
|
+
cursor: default;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
.E_s1dizucg.ant-switch {
|
|
1641
|
+
min-width: 40px;
|
|
1642
|
+
height: 24px;
|
|
1643
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1644
|
+
overflow: hidden;
|
|
1645
|
+
}
|
|
1646
|
+
.E_s1dizucg.ant-switch:focus {
|
|
1647
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1648
|
+
}
|
|
1649
|
+
.E_s1dizucg.ant-switch-small {
|
|
1650
|
+
min-width: 26px;
|
|
1651
|
+
height: 16px;
|
|
1652
|
+
}
|
|
1653
|
+
.E_s1dizucg.ant-switch-large {
|
|
1654
|
+
min-width: 52px;
|
|
1655
|
+
height: 32px;
|
|
1656
|
+
}
|
|
1657
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1658
|
+
height: 20px;
|
|
1659
|
+
width: 20px;
|
|
1660
|
+
}
|
|
1661
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1662
|
+
border-radius: 10px;
|
|
1663
|
+
transition-delay: 120ms;
|
|
1664
|
+
}
|
|
1665
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1666
|
+
height: 14px;
|
|
1667
|
+
width: 14px;
|
|
1668
|
+
top: 1px;
|
|
1669
|
+
left: 1px;
|
|
1670
|
+
}
|
|
1671
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1672
|
+
height: 28px;
|
|
1673
|
+
width: 28px;
|
|
1674
|
+
}
|
|
1675
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1676
|
+
border-radius: 14px;
|
|
1677
|
+
}
|
|
1678
|
+
.E_s1dizucg.ant-switch-checked {
|
|
1679
|
+
background-color: #00ba5d;
|
|
1680
|
+
}
|
|
1681
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1682
|
+
left: calc(100% - 20px - 2px);
|
|
1683
|
+
}
|
|
1684
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1685
|
+
left: calc(100% - 14px - 1px);
|
|
1686
|
+
}
|
|
1687
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1688
|
+
left: calc(100% - 28px - 2px);
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
.E_c1up6e3y {
|
|
1692
|
+
margin-left: 5px;
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1640
1695
|
.E_phljevk {
|
|
1641
1696
|
display: flex;
|
|
1642
1697
|
justify-content: space-between;
|
|
@@ -1694,36 +1749,6 @@ html body {
|
|
|
1694
1749
|
line-height: 18px;
|
|
1695
1750
|
}
|
|
1696
1751
|
|
|
1697
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
1698
|
-
margin-right: 8px;
|
|
1699
|
-
}
|
|
1700
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
1701
|
-
margin-left: 8px;
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
.E_cc368xp {
|
|
1705
|
-
color: #00122e;
|
|
1706
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1707
|
-
margin-right: 8px;
|
|
1708
|
-
padding-right: 8px;
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
.E_i11o6xqj {
|
|
1712
|
-
display: flex;
|
|
1713
|
-
gap: 4px;
|
|
1714
|
-
}
|
|
1715
|
-
.E_i11o6xqj .icon-wrapper {
|
|
1716
|
-
cursor: pointer;
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
.E_d19ruhdj.icon-wrapper {
|
|
1720
|
-
cursor: not-allowed;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
.E_tju3gfj .date {
|
|
1724
|
-
margin-right: 4px;
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
1752
|
.E_c1bus5hc {
|
|
1728
1753
|
--color: white;
|
|
1729
1754
|
height: 14px;
|
|
@@ -1764,180 +1789,44 @@ html body {
|
|
|
1764
1789
|
transform: rotate(0deg);
|
|
1765
1790
|
}
|
|
1766
1791
|
|
|
1767
|
-
.
|
|
1768
|
-
|
|
1792
|
+
.E_ivqqkzv {
|
|
1793
|
+
height: 24px;
|
|
1794
|
+
width: 56px !important;
|
|
1795
|
+
margin-right: 4px;
|
|
1769
1796
|
}
|
|
1770
1797
|
|
|
1771
|
-
.
|
|
1772
|
-
|
|
1773
|
-
line-height: 18px;
|
|
1774
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1775
|
-
height: 34px;
|
|
1776
|
-
min-height: 34px;
|
|
1777
|
-
box-sizing: border-box;
|
|
1778
|
-
margin-top: 8px;
|
|
1798
|
+
.E_c1wk4q29 {
|
|
1799
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1779
1800
|
}
|
|
1780
1801
|
|
|
1781
|
-
.
|
|
1782
|
-
display: flex;
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
padding: 8px;
|
|
1786
|
-
border-radius: 4px;
|
|
1787
|
-
}
|
|
1788
|
-
.E_o1ugr09p .selected-icon {
|
|
1789
|
-
display: none;
|
|
1802
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1803
|
+
display: inline-flex;
|
|
1804
|
+
align-items: baseline;
|
|
1805
|
+
white-space: pre-wrap;
|
|
1790
1806
|
}
|
|
1791
|
-
.
|
|
1792
|
-
|
|
1807
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1808
|
+
position: relative;
|
|
1809
|
+
top: 3px;
|
|
1793
1810
|
}
|
|
1794
|
-
.
|
|
1795
|
-
|
|
1811
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1812
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1796
1813
|
}
|
|
1797
|
-
.
|
|
1798
|
-
color: #0080ff;
|
|
1814
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1815
|
+
border-color: #0080ff;
|
|
1799
1816
|
}
|
|
1800
|
-
.
|
|
1801
|
-
|
|
1817
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1818
|
+
border-color: #0080ff;
|
|
1819
|
+
background: #0080ff;
|
|
1802
1820
|
}
|
|
1803
|
-
.
|
|
1804
|
-
|
|
1821
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1822
|
+
top: 4px;
|
|
1823
|
+
left: 4px;
|
|
1824
|
+
width: 6px;
|
|
1825
|
+
height: 6px;
|
|
1826
|
+
background: #fff;
|
|
1805
1827
|
}
|
|
1806
|
-
.
|
|
1807
|
-
|
|
1808
|
-
}
|
|
1809
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
1810
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1811
|
-
color: #0080ff;
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
.E_o1ifxsq4 {
|
|
1815
|
-
display: flex;
|
|
1816
|
-
justify-content: space-between;
|
|
1817
|
-
height: 20px;
|
|
1818
|
-
line-height: 20px;
|
|
1819
|
-
}
|
|
1820
|
-
.E_o1ifxsq4 .timezone-title {
|
|
1821
|
-
color: #2d3a56;
|
|
1822
|
-
overflow: hidden;
|
|
1823
|
-
text-overflow: ellipsis;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
.E_o1zue7 {
|
|
1827
|
-
display: flex;
|
|
1828
|
-
justify-content: space-between;
|
|
1829
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1830
|
-
height: 18px;
|
|
1831
|
-
line-height: 18px;
|
|
1832
|
-
margin-top: 2px;
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
.E_tyfmlxg {
|
|
1836
|
-
border: none;
|
|
1837
|
-
margin-right: 0;
|
|
1838
|
-
background: rgba(225, 230, 241, 0.6);
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
.E_o18uybox {
|
|
1842
|
-
pointer-events: none;
|
|
1843
|
-
height: 32px;
|
|
1844
|
-
width: 100%;
|
|
1845
|
-
opacity: 0;
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
.E_ivqqkzv {
|
|
1849
|
-
height: 24px;
|
|
1850
|
-
width: 56px !important;
|
|
1851
|
-
margin-right: 4px;
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
.E_c1wk4q29 {
|
|
1855
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
.E_s1dizucg.ant-switch {
|
|
1859
|
-
min-width: 40px;
|
|
1860
|
-
height: 24px;
|
|
1861
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1862
|
-
overflow: hidden;
|
|
1863
|
-
}
|
|
1864
|
-
.E_s1dizucg.ant-switch:focus {
|
|
1865
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1866
|
-
}
|
|
1867
|
-
.E_s1dizucg.ant-switch-small {
|
|
1868
|
-
min-width: 26px;
|
|
1869
|
-
height: 16px;
|
|
1870
|
-
}
|
|
1871
|
-
.E_s1dizucg.ant-switch-large {
|
|
1872
|
-
min-width: 52px;
|
|
1873
|
-
height: 32px;
|
|
1874
|
-
}
|
|
1875
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1876
|
-
height: 20px;
|
|
1877
|
-
width: 20px;
|
|
1878
|
-
}
|
|
1879
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1880
|
-
border-radius: 10px;
|
|
1881
|
-
transition-delay: 120ms;
|
|
1882
|
-
}
|
|
1883
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1884
|
-
height: 14px;
|
|
1885
|
-
width: 14px;
|
|
1886
|
-
top: 1px;
|
|
1887
|
-
left: 1px;
|
|
1888
|
-
}
|
|
1889
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1890
|
-
height: 28px;
|
|
1891
|
-
width: 28px;
|
|
1892
|
-
}
|
|
1893
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1894
|
-
border-radius: 14px;
|
|
1895
|
-
}
|
|
1896
|
-
.E_s1dizucg.ant-switch-checked {
|
|
1897
|
-
background-color: #00ba5d;
|
|
1898
|
-
}
|
|
1899
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1900
|
-
left: calc(100% - 20px - 2px);
|
|
1901
|
-
}
|
|
1902
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1903
|
-
left: calc(100% - 14px - 1px);
|
|
1904
|
-
}
|
|
1905
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1906
|
-
left: calc(100% - 28px - 2px);
|
|
1907
|
-
}
|
|
1908
|
-
|
|
1909
|
-
.E_c1up6e3y {
|
|
1910
|
-
margin-left: 5px;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
1914
|
-
display: inline-flex;
|
|
1915
|
-
align-items: baseline;
|
|
1916
|
-
white-space: pre-wrap;
|
|
1917
|
-
}
|
|
1918
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1919
|
-
position: relative;
|
|
1920
|
-
top: 3px;
|
|
1921
|
-
}
|
|
1922
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1923
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1924
|
-
}
|
|
1925
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1926
|
-
border-color: #0080ff;
|
|
1927
|
-
}
|
|
1928
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1929
|
-
border-color: #0080ff;
|
|
1930
|
-
background: #0080ff;
|
|
1931
|
-
}
|
|
1932
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1933
|
-
top: 4px;
|
|
1934
|
-
left: 4px;
|
|
1935
|
-
width: 6px;
|
|
1936
|
-
height: 6px;
|
|
1937
|
-
background: #fff;
|
|
1938
|
-
}
|
|
1939
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1940
|
-
opacity: 0.5;
|
|
1828
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1829
|
+
opacity: 0.5;
|
|
1941
1830
|
}
|
|
1942
1831
|
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1943
1832
|
border-color: rgba(107, 128, 167, 0.6);
|
|
@@ -2056,6 +1945,95 @@ html body {
|
|
|
2056
1945
|
width: 36px;
|
|
2057
1946
|
}
|
|
2058
1947
|
|
|
1948
|
+
.E_tju3gfj .date {
|
|
1949
|
+
margin-right: 4px;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
.E_s1dni7lo {
|
|
1953
|
+
width: 430px !important;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
1957
|
+
padding: 8px 16px;
|
|
1958
|
+
line-height: 18px;
|
|
1959
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1960
|
+
height: 34px;
|
|
1961
|
+
min-height: 34px;
|
|
1962
|
+
box-sizing: border-box;
|
|
1963
|
+
margin-top: 8px;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
.E_o1ugr09p {
|
|
1967
|
+
display: flex;
|
|
1968
|
+
flex-direction: column;
|
|
1969
|
+
margin: 1px 8px;
|
|
1970
|
+
padding: 8px;
|
|
1971
|
+
border-radius: 4px;
|
|
1972
|
+
}
|
|
1973
|
+
.E_o1ugr09p .selected-icon {
|
|
1974
|
+
display: none;
|
|
1975
|
+
}
|
|
1976
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
1977
|
+
padding-left: 8px;
|
|
1978
|
+
}
|
|
1979
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
1980
|
+
background-color: white;
|
|
1981
|
+
}
|
|
1982
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
1983
|
+
color: #0080ff;
|
|
1984
|
+
}
|
|
1985
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
1986
|
+
display: block;
|
|
1987
|
+
}
|
|
1988
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
1989
|
+
background: rgba(0, 136, 255, 0.16);
|
|
1990
|
+
}
|
|
1991
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
1992
|
+
color: #0080ff;
|
|
1993
|
+
}
|
|
1994
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
1995
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1996
|
+
color: #0080ff;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.E_o1ifxsq4 {
|
|
2000
|
+
display: flex;
|
|
2001
|
+
justify-content: space-between;
|
|
2002
|
+
height: 20px;
|
|
2003
|
+
line-height: 20px;
|
|
2004
|
+
}
|
|
2005
|
+
.E_o1ifxsq4 .timezone-title {
|
|
2006
|
+
color: #2d3a56;
|
|
2007
|
+
overflow: hidden;
|
|
2008
|
+
text-overflow: ellipsis;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.E_o1zue7 {
|
|
2012
|
+
display: flex;
|
|
2013
|
+
justify-content: space-between;
|
|
2014
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2015
|
+
height: 18px;
|
|
2016
|
+
line-height: 18px;
|
|
2017
|
+
margin-top: 2px;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.E_tyfmlxg {
|
|
2021
|
+
border: none;
|
|
2022
|
+
margin-right: 0;
|
|
2023
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
.E_o18uybox {
|
|
2027
|
+
pointer-events: none;
|
|
2028
|
+
height: 32px;
|
|
2029
|
+
width: 100%;
|
|
2030
|
+
opacity: 0;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
.E_iq1gosr {
|
|
2034
|
+
display: inline-block;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2059
2037
|
.E_s1sck0th {
|
|
2060
2038
|
padding: 0 8px;
|
|
2061
2039
|
border-radius: 4px;
|
|
@@ -2138,10 +2116,6 @@ html body {
|
|
|
2138
2116
|
background-color: #7E41FF;
|
|
2139
2117
|
}
|
|
2140
2118
|
|
|
2141
|
-
.E_iq1gosr {
|
|
2142
|
-
display: inline-block;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
2119
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2146
2120
|
display: none;
|
|
2147
2121
|
}
|
|
@@ -2187,21 +2161,6 @@ html body {
|
|
|
2187
2161
|
min-height: 0px;
|
|
2188
2162
|
}
|
|
2189
2163
|
|
|
2190
|
-
.E_fzh9mnb {
|
|
2191
|
-
width: 100%;
|
|
2192
|
-
height: 100%;
|
|
2193
|
-
min-height: 124px;
|
|
2194
|
-
display: flex;
|
|
2195
|
-
flex-direction: column;
|
|
2196
|
-
justify-content: center;
|
|
2197
|
-
align-items: center;
|
|
2198
|
-
}
|
|
2199
|
-
.E_fzh9mnb .error-text {
|
|
2200
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2201
|
-
margin-bottom: 16px;
|
|
2202
|
-
font-size: 18px;
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
2164
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2206
2165
|
display: var(--ai7qkf2-0);
|
|
2207
2166
|
}
|
|
@@ -2262,35 +2221,37 @@ html body {
|
|
|
2262
2221
|
padding: 2px 8px;
|
|
2263
2222
|
}
|
|
2264
2223
|
|
|
2265
|
-
.
|
|
2266
|
-
display: var(--a1wfy30z-0);
|
|
2267
|
-
}
|
|
2268
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2269
|
-
padding: 4px 11px;
|
|
2224
|
+
.E_iouxfgt {
|
|
2270
2225
|
display: inline-flex;
|
|
2271
|
-
line-height: 1.5715;
|
|
2272
|
-
height: inherit;
|
|
2273
|
-
}
|
|
2274
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2275
|
-
content: var(--a1wfy30z-1);
|
|
2276
|
-
display: var(--a1wfy30z-2);
|
|
2277
|
-
flex: none;
|
|
2278
2226
|
align-items: center;
|
|
2279
|
-
margin-left: 4px;
|
|
2280
2227
|
}
|
|
2281
|
-
.
|
|
2282
|
-
|
|
2283
|
-
display: var(--a1wfy30z-4);
|
|
2284
|
-
flex: none;
|
|
2228
|
+
.E_iouxfgt .icon-inner {
|
|
2229
|
+
display: inline-flex;
|
|
2285
2230
|
align-items: center;
|
|
2286
|
-
|
|
2287
|
-
cursor: auto;
|
|
2231
|
+
justify-content: center;
|
|
2288
2232
|
}
|
|
2289
|
-
.
|
|
2290
|
-
|
|
2291
|
-
margin:
|
|
2292
|
-
|
|
2293
|
-
|
|
2233
|
+
.E_iouxfgt .icon-inner + span,
|
|
2234
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2235
|
+
margin-left: 4px;
|
|
2236
|
+
}
|
|
2237
|
+
.E_iouxfgt.is-rotate img,
|
|
2238
|
+
.E_iouxfgt.is-rotate svg {
|
|
2239
|
+
animation: rotate 680ms linear infinite;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.E_fzh9mnb {
|
|
2243
|
+
width: 100%;
|
|
2244
|
+
height: 100%;
|
|
2245
|
+
min-height: 124px;
|
|
2246
|
+
display: flex;
|
|
2247
|
+
flex-direction: column;
|
|
2248
|
+
justify-content: center;
|
|
2249
|
+
align-items: center;
|
|
2250
|
+
}
|
|
2251
|
+
.E_fzh9mnb .error-text {
|
|
2252
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2253
|
+
margin-bottom: 16px;
|
|
2254
|
+
font-size: 18px;
|
|
2294
2255
|
}
|
|
2295
2256
|
|
|
2296
2257
|
.E_i1inqkme {
|
|
@@ -2306,29 +2267,42 @@ html body {
|
|
|
2306
2267
|
margin-right: 4px;
|
|
2307
2268
|
}
|
|
2308
2269
|
|
|
2309
|
-
.
|
|
2310
|
-
|
|
2311
|
-
}
|
|
2312
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2313
|
-
padding: 2px 7px 2px 12px;
|
|
2270
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2271
|
+
display: var(--a1wfy30z-0);
|
|
2314
2272
|
}
|
|
2315
|
-
|
|
2316
|
-
|
|
2273
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2274
|
+
padding: 4px 11px;
|
|
2317
2275
|
display: inline-flex;
|
|
2276
|
+
line-height: 1.5715;
|
|
2277
|
+
height: inherit;
|
|
2278
|
+
}
|
|
2279
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2280
|
+
content: var(--a1wfy30z-1);
|
|
2281
|
+
display: var(--a1wfy30z-2);
|
|
2282
|
+
flex: none;
|
|
2318
2283
|
align-items: center;
|
|
2284
|
+
margin-left: 4px;
|
|
2319
2285
|
}
|
|
2320
|
-
.
|
|
2321
|
-
|
|
2286
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2287
|
+
content: var(--a1wfy30z-3);
|
|
2288
|
+
display: var(--a1wfy30z-4);
|
|
2289
|
+
flex: none;
|
|
2322
2290
|
align-items: center;
|
|
2323
|
-
|
|
2291
|
+
margin-right: 4px;
|
|
2292
|
+
cursor: auto;
|
|
2324
2293
|
}
|
|
2325
|
-
.
|
|
2326
|
-
|
|
2327
|
-
margin
|
|
2294
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2295
|
+
padding: 0;
|
|
2296
|
+
margin: 0;
|
|
2297
|
+
height: auto;
|
|
2298
|
+
font-size: inherit;
|
|
2328
2299
|
}
|
|
2329
|
-
|
|
2330
|
-
.
|
|
2331
|
-
|
|
2300
|
+
|
|
2301
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2302
|
+
margin-left: 8px;
|
|
2303
|
+
}
|
|
2304
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2305
|
+
padding: 2px 7px 2px 12px;
|
|
2332
2306
|
}
|
|
2333
2307
|
|
|
2334
2308
|
.E_owd0kml {
|
|
@@ -2340,1203 +2314,1203 @@ html body {
|
|
|
2340
2314
|
position: absolute;
|
|
2341
2315
|
}
|
|
2342
2316
|
|
|
2343
|
-
.
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
justify-content: center;
|
|
2347
|
-
color: #fff;
|
|
2317
|
+
.E_dsnbhzf {
|
|
2318
|
+
font-family: Inter;
|
|
2319
|
+
font-style: normal;
|
|
2348
2320
|
font-weight: bold;
|
|
2349
|
-
font-size:
|
|
2350
|
-
|
|
2351
|
-
height: 24px;
|
|
2352
|
-
border-radius: 50%;
|
|
2353
|
-
background: var(--a1b5xrg3-0);
|
|
2354
|
-
}
|
|
2355
|
-
.E_a1b5xrg3.btn-item {
|
|
2356
|
-
transition: all 160ms ease;
|
|
2357
|
-
cursor: pointer;
|
|
2358
|
-
width: 56px;
|
|
2359
|
-
height: 40px;
|
|
2360
|
-
display: inline-flex;
|
|
2361
|
-
align-items: center;
|
|
2362
|
-
justify-content: center;
|
|
2363
|
-
border-radius: 6px;
|
|
2321
|
+
font-size: 32px;
|
|
2322
|
+
line-height: 40px;
|
|
2364
2323
|
}
|
|
2365
|
-
|
|
2366
|
-
|
|
2324
|
+
|
|
2325
|
+
.E_d1mvo22k {
|
|
2326
|
+
font-family: Inter;
|
|
2327
|
+
font-style: normal;
|
|
2328
|
+
font-weight: bold;
|
|
2329
|
+
font-size: 24px;
|
|
2330
|
+
line-height: 32px;
|
|
2367
2331
|
}
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2332
|
+
|
|
2333
|
+
.E_d1b444tr {
|
|
2334
|
+
font-family: Inter;
|
|
2335
|
+
font-style: normal;
|
|
2336
|
+
font-weight: normal;
|
|
2337
|
+
font-size: 32px;
|
|
2338
|
+
line-height: 40px;
|
|
2371
2339
|
}
|
|
2372
2340
|
|
|
2373
|
-
.
|
|
2374
|
-
|
|
2375
|
-
|
|
2341
|
+
.E_dvs0kue {
|
|
2342
|
+
font-family: Inter;
|
|
2343
|
+
font-style: normal;
|
|
2344
|
+
font-weight: bold;
|
|
2345
|
+
font-size: 20px;
|
|
2346
|
+
line-height: 24px;
|
|
2376
2347
|
}
|
|
2377
2348
|
|
|
2378
|
-
.
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2349
|
+
.E_d1hcbfcq {
|
|
2350
|
+
font-family: Inter;
|
|
2351
|
+
font-style: normal;
|
|
2352
|
+
font-weight: normal;
|
|
2353
|
+
font-size: 20px;
|
|
2354
|
+
line-height: 24px;
|
|
2383
2355
|
}
|
|
2384
2356
|
|
|
2385
|
-
.
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2357
|
+
.E_d1cz922v {
|
|
2358
|
+
font-family: Inter;
|
|
2359
|
+
font-style: normal;
|
|
2360
|
+
font-weight: bold;
|
|
2361
|
+
font-size: 18px;
|
|
2362
|
+
line-height: 22px;
|
|
2390
2363
|
}
|
|
2391
|
-
|
|
2392
|
-
.
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2364
|
+
|
|
2365
|
+
.E_d3nzbrm {
|
|
2366
|
+
font-family: Inter;
|
|
2367
|
+
font-style: normal;
|
|
2368
|
+
font-weight: normal;
|
|
2369
|
+
font-size: 18px;
|
|
2370
|
+
line-height: 22px;
|
|
2396
2371
|
}
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2372
|
+
|
|
2373
|
+
.E_h1g0p5ob {
|
|
2374
|
+
font-family: Inter;
|
|
2375
|
+
font-style: normal;
|
|
2376
|
+
font-weight: bold;
|
|
2377
|
+
font-size: 16px;
|
|
2378
|
+
line-height: 22px;
|
|
2401
2379
|
}
|
|
2402
|
-
|
|
2403
|
-
|
|
2380
|
+
|
|
2381
|
+
.E_hydo2ej {
|
|
2382
|
+
font-family: Inter;
|
|
2383
|
+
font-style: normal;
|
|
2384
|
+
font-weight: normal;
|
|
2385
|
+
font-size: 16px;
|
|
2386
|
+
line-height: 22px;
|
|
2404
2387
|
}
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2388
|
+
|
|
2389
|
+
.E_h1hbuq0r {
|
|
2390
|
+
font-family: Inter;
|
|
2391
|
+
font-style: normal;
|
|
2392
|
+
font-weight: bold;
|
|
2393
|
+
font-size: 14px;
|
|
2394
|
+
line-height: 20px;
|
|
2411
2395
|
}
|
|
2412
|
-
|
|
2413
|
-
|
|
2396
|
+
|
|
2397
|
+
.E_h13bondg {
|
|
2398
|
+
font-family: Inter;
|
|
2399
|
+
font-style: normal;
|
|
2400
|
+
font-weight: normal;
|
|
2401
|
+
font-size: 14px;
|
|
2402
|
+
line-height: 20px;
|
|
2414
2403
|
}
|
|
2415
|
-
|
|
2416
|
-
|
|
2404
|
+
|
|
2405
|
+
.E_h1mhvdlx {
|
|
2406
|
+
font-family: Inter;
|
|
2407
|
+
font-style: normal;
|
|
2408
|
+
font-weight: bold;
|
|
2409
|
+
font-size: 12px;
|
|
2410
|
+
line-height: 18px;
|
|
2417
2411
|
}
|
|
2418
2412
|
|
|
2419
|
-
.
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2413
|
+
.E_h1inmfq6 {
|
|
2414
|
+
font-family: Inter;
|
|
2415
|
+
font-style: normal;
|
|
2416
|
+
font-weight: normal;
|
|
2417
|
+
font-size: 12px;
|
|
2418
|
+
line-height: 18px;
|
|
2423
2419
|
}
|
|
2424
|
-
|
|
2425
|
-
|
|
2420
|
+
|
|
2421
|
+
.E_h1kfc0la {
|
|
2422
|
+
font-family: Inter;
|
|
2423
|
+
font-style: normal;
|
|
2424
|
+
font-weight: bold;
|
|
2425
|
+
text-transform: uppercase;
|
|
2426
|
+
font-feature-settings: "cpsp" on;
|
|
2427
|
+
font-size: 12px;
|
|
2428
|
+
line-height: 18px;
|
|
2426
2429
|
}
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
}
|
|
2437
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
2438
|
-
height: calc(100vh - 225px);
|
|
2439
|
-
overflow-y: auto;
|
|
2440
|
-
}
|
|
2441
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
2442
|
-
margin: 0 auto;
|
|
2443
|
-
max-width: 648px;
|
|
2430
|
+
|
|
2431
|
+
.E_h10xnyuu {
|
|
2432
|
+
font-family: Inter;
|
|
2433
|
+
font-style: normal;
|
|
2434
|
+
font-weight: normal;
|
|
2435
|
+
text-transform: uppercase;
|
|
2436
|
+
font-feature-settings: "cpsp" on;
|
|
2437
|
+
font-size: 12px;
|
|
2438
|
+
line-height: 18px;
|
|
2444
2439
|
}
|
|
2445
2440
|
|
|
2446
|
-
.
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
margin-left: 0;
|
|
2453
|
-
}
|
|
2454
|
-
.E_h16z9xgz .ant-modal-body {
|
|
2455
|
-
margin: 0 auto;
|
|
2456
|
-
padding: 0;
|
|
2457
|
-
width: 100%;
|
|
2458
|
-
max-width: 1024px;
|
|
2459
|
-
overflow: hidden;
|
|
2441
|
+
.E_lrcmi0v {
|
|
2442
|
+
font-family: Inter;
|
|
2443
|
+
font-style: normal;
|
|
2444
|
+
font-weight: normal;
|
|
2445
|
+
font-size: 16px;
|
|
2446
|
+
line-height: 24px;
|
|
2460
2447
|
}
|
|
2461
|
-
|
|
2462
|
-
|
|
2448
|
+
|
|
2449
|
+
.E_lzt43lp {
|
|
2450
|
+
font-family: Inter;
|
|
2451
|
+
font-style: normal;
|
|
2452
|
+
font-weight: bold;
|
|
2453
|
+
font-size: 16px;
|
|
2454
|
+
line-height: 24px;
|
|
2463
2455
|
}
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2456
|
+
|
|
2457
|
+
.E_l5yc9nt {
|
|
2458
|
+
font-family: Inter;
|
|
2459
|
+
font-style: normal;
|
|
2460
|
+
font-weight: normal;
|
|
2461
|
+
font-size: 16px;
|
|
2462
|
+
line-height: 24px;
|
|
2467
2463
|
}
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2464
|
+
|
|
2465
|
+
.E_l1fbkbzo {
|
|
2466
|
+
font-family: Inter;
|
|
2467
|
+
font-style: normal;
|
|
2468
|
+
font-weight: bold;
|
|
2469
|
+
font-size: 16px;
|
|
2470
|
+
line-height: 24px;
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
|
-
.
|
|
2474
|
-
|
|
2473
|
+
.E_lahvcax {
|
|
2474
|
+
font-family: Inter;
|
|
2475
|
+
font-style: normal;
|
|
2476
|
+
font-weight: normal;
|
|
2477
|
+
text-transform: uppercase;
|
|
2478
|
+
font-feature-settings: "cpsp" on;
|
|
2479
|
+
font-size: 16px;
|
|
2480
|
+
line-height: 24px;
|
|
2475
2481
|
}
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2482
|
+
|
|
2483
|
+
.E_l11q3pxd {
|
|
2484
|
+
font-family: Inter;
|
|
2485
|
+
font-style: normal;
|
|
2486
|
+
font-weight: bold;
|
|
2487
|
+
text-transform: uppercase;
|
|
2488
|
+
font-feature-settings: "cpsp" on;
|
|
2489
|
+
font-size: 16px;
|
|
2490
|
+
line-height: 24px;
|
|
2480
2491
|
}
|
|
2481
|
-
|
|
2492
|
+
|
|
2493
|
+
.E_lfuc2qu {
|
|
2494
|
+
font-family: Inter;
|
|
2495
|
+
font-style: normal;
|
|
2496
|
+
font-weight: normal;
|
|
2482
2497
|
font-size: 14px;
|
|
2483
|
-
line-height:
|
|
2484
|
-
color: #2d3a56;
|
|
2485
|
-
margin-bottom: 12px;
|
|
2486
|
-
}
|
|
2487
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
2488
|
-
padding-bottom: 26px;
|
|
2498
|
+
line-height: 22px;
|
|
2489
2499
|
}
|
|
2490
2500
|
|
|
2491
|
-
.
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2501
|
+
.E_l1jmp8r0 {
|
|
2502
|
+
font-family: Inter;
|
|
2503
|
+
font-style: normal;
|
|
2504
|
+
font-weight: 500;
|
|
2505
|
+
font-size: 14px;
|
|
2506
|
+
line-height: 22px;
|
|
2495
2507
|
}
|
|
2496
2508
|
|
|
2497
|
-
.
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2509
|
+
.E_lcnm221 {
|
|
2510
|
+
font-family: Inter;
|
|
2511
|
+
font-style: normal;
|
|
2512
|
+
font-weight: bold;
|
|
2513
|
+
font-size: 14px;
|
|
2514
|
+
line-height: 22px;
|
|
2501
2515
|
}
|
|
2502
|
-
|
|
2503
|
-
|
|
2516
|
+
|
|
2517
|
+
.E_lu1z2n5 {
|
|
2518
|
+
font-family: Inter;
|
|
2519
|
+
font-style: normal;
|
|
2520
|
+
font-weight: normal;
|
|
2521
|
+
font-size: 14px;
|
|
2522
|
+
line-height: 22px;
|
|
2504
2523
|
}
|
|
2505
|
-
|
|
2506
|
-
|
|
2524
|
+
|
|
2525
|
+
.E_l1r59djn {
|
|
2526
|
+
font-family: Inter;
|
|
2527
|
+
font-style: normal;
|
|
2528
|
+
font-weight: bold;
|
|
2529
|
+
font-size: 14px;
|
|
2530
|
+
line-height: 22px;
|
|
2507
2531
|
}
|
|
2508
|
-
|
|
2509
|
-
|
|
2532
|
+
|
|
2533
|
+
.E_ljm2911 {
|
|
2534
|
+
font-family: Inter;
|
|
2535
|
+
font-style: normal;
|
|
2536
|
+
font-weight: normal;
|
|
2537
|
+
text-transform: uppercase;
|
|
2538
|
+
font-feature-settings: "cpsp" on;
|
|
2539
|
+
font-size: 14px;
|
|
2540
|
+
line-height: 22px;
|
|
2510
2541
|
}
|
|
2511
2542
|
|
|
2512
|
-
.
|
|
2513
|
-
|
|
2514
|
-
|
|
2543
|
+
.E_l124mzmr {
|
|
2544
|
+
font-family: Inter;
|
|
2545
|
+
font-style: normal;
|
|
2546
|
+
font-weight: bold;
|
|
2547
|
+
text-transform: uppercase;
|
|
2548
|
+
font-feature-settings: "cpsp" on;
|
|
2549
|
+
font-size: 14px;
|
|
2550
|
+
line-height: 22px;
|
|
2515
2551
|
}
|
|
2516
2552
|
|
|
2517
|
-
.
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2553
|
+
.E_lb3chel {
|
|
2554
|
+
font-family: Inter;
|
|
2555
|
+
font-style: normal;
|
|
2556
|
+
font-weight: normal;
|
|
2557
|
+
font-size: 13px;
|
|
2558
|
+
line-height: 20px;
|
|
2522
2559
|
}
|
|
2523
2560
|
|
|
2524
|
-
.
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2561
|
+
.E_lv9jstu {
|
|
2562
|
+
font-family: Inter;
|
|
2563
|
+
font-style: normal;
|
|
2564
|
+
font-weight: 600;
|
|
2565
|
+
font-size: 13px;
|
|
2566
|
+
line-height: 20px;
|
|
2529
2567
|
}
|
|
2530
2568
|
|
|
2531
|
-
.
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
border-radius: 50%;
|
|
2538
|
-
margin: 0 4px;
|
|
2569
|
+
.E_lwqlh3x {
|
|
2570
|
+
font-family: Inter;
|
|
2571
|
+
font-style: normal;
|
|
2572
|
+
font-weight: bold;
|
|
2573
|
+
font-size: 13px;
|
|
2574
|
+
line-height: 20px;
|
|
2539
2575
|
}
|
|
2540
2576
|
|
|
2541
|
-
.
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2577
|
+
.E_lalum9y {
|
|
2578
|
+
font-family: Inter;
|
|
2579
|
+
font-style: normal;
|
|
2580
|
+
font-weight: normal;
|
|
2581
|
+
font-size: 13px;
|
|
2582
|
+
line-height: 20px;
|
|
2545
2583
|
}
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2584
|
+
|
|
2585
|
+
.E_l1t6dj5o {
|
|
2586
|
+
font-family: Inter;
|
|
2587
|
+
font-style: normal;
|
|
2588
|
+
font-weight: 600;
|
|
2589
|
+
font-size: 13px;
|
|
2590
|
+
line-height: 20px;
|
|
2549
2591
|
}
|
|
2550
|
-
|
|
2551
|
-
|
|
2592
|
+
|
|
2593
|
+
.E_l12f6ic {
|
|
2594
|
+
font-family: Inter;
|
|
2595
|
+
font-style: normal;
|
|
2596
|
+
font-weight: bold;
|
|
2597
|
+
font-size: 13px;
|
|
2598
|
+
line-height: 20px;
|
|
2552
2599
|
}
|
|
2553
|
-
|
|
2554
|
-
|
|
2600
|
+
|
|
2601
|
+
.E_l7gmukq {
|
|
2602
|
+
font-family: Inter;
|
|
2603
|
+
font-style: normal;
|
|
2604
|
+
font-weight: normal;
|
|
2605
|
+
text-transform: uppercase;
|
|
2606
|
+
font-feature-settings: "cpsp" on;
|
|
2607
|
+
font-size: 13px;
|
|
2608
|
+
line-height: 20px;
|
|
2555
2609
|
}
|
|
2556
|
-
|
|
2557
|
-
|
|
2610
|
+
|
|
2611
|
+
.E_lkwl0yp {
|
|
2612
|
+
font-family: Inter;
|
|
2613
|
+
font-style: normal;
|
|
2614
|
+
font-weight: bold;
|
|
2615
|
+
text-transform: uppercase;
|
|
2616
|
+
font-feature-settings: "cpsp" on;
|
|
2617
|
+
font-size: 13px;
|
|
2618
|
+
line-height: 20px;
|
|
2558
2619
|
}
|
|
2559
2620
|
|
|
2560
|
-
.
|
|
2621
|
+
.E_l10knv48 {
|
|
2622
|
+
font-family: Inter;
|
|
2623
|
+
font-style: normal;
|
|
2624
|
+
font-weight: normal;
|
|
2561
2625
|
font-size: 12px;
|
|
2562
2626
|
line-height: 18px;
|
|
2563
|
-
font-weight: bold;
|
|
2564
|
-
color: #fff;
|
|
2565
|
-
padding: 0 4px;
|
|
2566
|
-
border-radius: 4px;
|
|
2567
|
-
display: inline-block;
|
|
2568
|
-
background: var(--t1wwio3v-0);
|
|
2569
|
-
}
|
|
2570
|
-
.E_t1wwio3v:not(:first-child) {
|
|
2571
|
-
margin-left: 4px;
|
|
2572
2627
|
}
|
|
2573
2628
|
|
|
2574
|
-
.
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2629
|
+
.E_l6526ld {
|
|
2630
|
+
font-family: Inter;
|
|
2631
|
+
font-style: normal;
|
|
2632
|
+
font-weight: 500;
|
|
2633
|
+
font-size: 12px;
|
|
2634
|
+
line-height: 18px;
|
|
2580
2635
|
}
|
|
2581
2636
|
|
|
2582
|
-
.
|
|
2583
|
-
font-
|
|
2637
|
+
.E_l1j81vli {
|
|
2638
|
+
font-family: Inter;
|
|
2639
|
+
font-style: normal;
|
|
2584
2640
|
font-weight: bold;
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
margin-left: 2px;
|
|
2588
|
-
margin-right: 2px;
|
|
2589
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2590
|
-
border-radius: 4px;
|
|
2641
|
+
font-size: 12px;
|
|
2642
|
+
line-height: 18px;
|
|
2591
2643
|
}
|
|
2592
2644
|
|
|
2593
|
-
.
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2645
|
+
.E_l1x7n1mk {
|
|
2646
|
+
font-family: Inter;
|
|
2647
|
+
font-style: normal;
|
|
2648
|
+
font-weight: normal;
|
|
2649
|
+
font-size: 12px;
|
|
2650
|
+
line-height: 18px;
|
|
2598
2651
|
}
|
|
2599
|
-
|
|
2600
|
-
|
|
2652
|
+
|
|
2653
|
+
.E_l9fqufz {
|
|
2654
|
+
font-family: Inter;
|
|
2655
|
+
font-style: normal;
|
|
2656
|
+
font-weight: 500;
|
|
2657
|
+
font-size: 12px;
|
|
2658
|
+
line-height: 18px;
|
|
2601
2659
|
}
|
|
2602
|
-
|
|
2603
|
-
|
|
2660
|
+
|
|
2661
|
+
.E_l1iwnybd {
|
|
2662
|
+
font-family: Inter;
|
|
2663
|
+
font-style: normal;
|
|
2664
|
+
font-weight: bold;
|
|
2665
|
+
font-size: 12px;
|
|
2666
|
+
line-height: 18px;
|
|
2604
2667
|
}
|
|
2605
|
-
|
|
2606
|
-
|
|
2668
|
+
|
|
2669
|
+
.E_lprtm1e {
|
|
2670
|
+
font-family: Inter;
|
|
2671
|
+
font-style: normal;
|
|
2672
|
+
font-weight: normal;
|
|
2673
|
+
text-transform: uppercase;
|
|
2674
|
+
font-feature-settings: "cpsp" on;
|
|
2675
|
+
font-size: 12px;
|
|
2676
|
+
line-height: 18px;
|
|
2607
2677
|
}
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2678
|
+
|
|
2679
|
+
.E_l1lln87h {
|
|
2680
|
+
font-family: Inter;
|
|
2681
|
+
font-style: normal;
|
|
2682
|
+
font-weight: bold;
|
|
2683
|
+
text-transform: uppercase;
|
|
2684
|
+
font-feature-settings: "cpsp" on;
|
|
2685
|
+
font-size: 12px;
|
|
2686
|
+
line-height: 18px;
|
|
2611
2687
|
}
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2688
|
+
|
|
2689
|
+
.E_f2pb48l {
|
|
2690
|
+
font-family: Inter;
|
|
2691
|
+
font-style: normal;
|
|
2692
|
+
font-weight: normal;
|
|
2617
2693
|
font-size: 13px;
|
|
2618
|
-
line-height:
|
|
2619
|
-
color: #8e9aa9;
|
|
2694
|
+
line-height: 20px;
|
|
2620
2695
|
}
|
|
2621
|
-
|
|
2622
|
-
|
|
2696
|
+
|
|
2697
|
+
.E_fi9emkw {
|
|
2698
|
+
font-family: Inter;
|
|
2699
|
+
font-style: normal;
|
|
2700
|
+
font-weight: normal;
|
|
2623
2701
|
font-size: 13px;
|
|
2624
|
-
|
|
2625
|
-
}
|
|
2626
|
-
.E_f4mi9eq .form-item-label.label-right {
|
|
2627
|
-
text-align: right;
|
|
2628
|
-
}
|
|
2629
|
-
.E_f4mi9eq .form-item-label,
|
|
2630
|
-
.E_f4mi9eq .form-item-control {
|
|
2631
|
-
line-height: 32px;
|
|
2702
|
+
line-height: 20px;
|
|
2632
2703
|
}
|
|
2633
|
-
|
|
2704
|
+
|
|
2705
|
+
.E_f1nrg7da {
|
|
2706
|
+
font-family: Inter;
|
|
2707
|
+
font-style: normal;
|
|
2708
|
+
font-weight: normal;
|
|
2709
|
+
font-size: 12px;
|
|
2634
2710
|
line-height: 18px;
|
|
2635
2711
|
}
|
|
2636
|
-
.E_f4mi9eq .form-item-children {
|
|
2637
|
-
width: 100%;
|
|
2638
|
-
}
|
|
2639
|
-
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
2640
|
-
width: 100%;
|
|
2641
|
-
}
|
|
2642
|
-
.E_f4mi9eq .form-item-error {
|
|
2643
|
-
color: #e75a3a;
|
|
2644
|
-
height: 0;
|
|
2645
|
-
overflow: hidden;
|
|
2646
|
-
}
|
|
2647
|
-
.E_f4mi9eq .form-item-error-enter-done {
|
|
2648
|
-
margin-top: 4px;
|
|
2649
|
-
height: auto;
|
|
2650
|
-
overflow: auto;
|
|
2651
|
-
}
|
|
2652
|
-
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2653
|
-
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2654
|
-
border: 1px solid #e75a3a;
|
|
2655
|
-
color: #e75a3a;
|
|
2656
|
-
}
|
|
2657
2712
|
|
|
2658
|
-
.
|
|
2659
|
-
|
|
2660
|
-
font-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
}
|
|
2665
|
-
.E_fh0ewl8:not(:first-of-type) {
|
|
2666
|
-
margin-top: 16px;
|
|
2713
|
+
.E_f17k1i3n {
|
|
2714
|
+
font-family: Inter;
|
|
2715
|
+
font-style: normal;
|
|
2716
|
+
font-weight: normal;
|
|
2717
|
+
font-size: 12px;
|
|
2718
|
+
line-height: 18px;
|
|
2667
2719
|
}
|
|
2668
2720
|
|
|
2669
|
-
.
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
transition: all 200ms ease-out 40ms;
|
|
2677
|
-
}
|
|
2678
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
2679
|
-
content: "";
|
|
2680
|
-
width: 1px;
|
|
2681
|
-
height: 6px;
|
|
2682
|
-
border-radius: 1px;
|
|
2683
|
-
background: #ccd4e3;
|
|
2684
|
-
position: relative;
|
|
2685
|
-
right: 2px;
|
|
2686
|
-
transform: rotate(-45deg);
|
|
2687
|
-
}
|
|
2688
|
-
.E_e1qrlvot:after {
|
|
2689
|
-
transform: rotate(45deg);
|
|
2690
|
-
left: 1px;
|
|
2721
|
+
.E_t1tvuj2e {
|
|
2722
|
+
font-family: Inter;
|
|
2723
|
+
font-style: normal;
|
|
2724
|
+
font-weight: normal;
|
|
2725
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
2726
|
+
font-size: 13px;
|
|
2727
|
+
line-height: 20px;
|
|
2691
2728
|
}
|
|
2692
2729
|
|
|
2693
|
-
.
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
color: #e07f00;
|
|
2701
|
-
}
|
|
2702
|
-
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
2703
|
-
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
2704
|
-
border-bottom-color: #e07f00;
|
|
2730
|
+
.E_t17uajlu {
|
|
2731
|
+
font-family: Inter;
|
|
2732
|
+
font-style: normal;
|
|
2733
|
+
font-weight: normal;
|
|
2734
|
+
font-feature-settings: "zero" on;
|
|
2735
|
+
font-size: 13px;
|
|
2736
|
+
line-height: 20px;
|
|
2705
2737
|
}
|
|
2706
2738
|
|
|
2707
|
-
.
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
border-radius: 6px;
|
|
2713
|
-
color: #e07f00;
|
|
2739
|
+
.E_t114zbyz {
|
|
2740
|
+
font-family: Inter;
|
|
2741
|
+
font-style: normal;
|
|
2742
|
+
font-weight: normal;
|
|
2743
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
2714
2744
|
font-size: 12px;
|
|
2715
2745
|
line-height: 18px;
|
|
2716
2746
|
}
|
|
2717
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
2718
|
-
margin-right: 10px;
|
|
2719
|
-
height: 18px;
|
|
2720
|
-
}
|
|
2721
2747
|
|
|
2722
|
-
.
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
border-radius: 6px;
|
|
2728
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2748
|
+
.E_t1il0kvi {
|
|
2749
|
+
font-family: Inter;
|
|
2750
|
+
font-style: normal;
|
|
2751
|
+
font-weight: 500;
|
|
2752
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
2729
2753
|
font-size: 12px;
|
|
2730
2754
|
line-height: 18px;
|
|
2731
2755
|
}
|
|
2732
|
-
.E_n16fsg9x .icon-wrapper {
|
|
2733
|
-
margin-right: 10px;
|
|
2734
|
-
height: 18px;
|
|
2735
|
-
}
|
|
2736
2756
|
|
|
2737
|
-
.
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
border-radius: 6px;
|
|
2743
|
-
color: #005ed1;
|
|
2757
|
+
.E_t10dv8p1 {
|
|
2758
|
+
font-family: Inter;
|
|
2759
|
+
font-style: normal;
|
|
2760
|
+
font-weight: normal;
|
|
2761
|
+
font-feature-settings: "zero" on;
|
|
2744
2762
|
font-size: 12px;
|
|
2745
2763
|
line-height: 18px;
|
|
2746
2764
|
}
|
|
2747
|
-
.E_i173wxzw .icon-wrapper {
|
|
2748
|
-
margin-right: 10px;
|
|
2749
|
-
height: 18px;
|
|
2750
|
-
}
|
|
2751
2765
|
|
|
2752
|
-
.
|
|
2753
|
-
|
|
2754
|
-
|
|
2766
|
+
.E_tc2oqpq {
|
|
2767
|
+
font-family: Inter;
|
|
2768
|
+
font-style: normal;
|
|
2769
|
+
font-weight: 500;
|
|
2770
|
+
font-feature-settings: "zero" on;
|
|
2755
2771
|
font-size: 12px;
|
|
2756
2772
|
line-height: 18px;
|
|
2757
2773
|
}
|
|
2758
2774
|
|
|
2759
|
-
.
|
|
2760
|
-
|
|
2761
|
-
font-
|
|
2762
|
-
|
|
2775
|
+
.E_tzvddmc {
|
|
2776
|
+
font-family: Inter;
|
|
2777
|
+
font-style: normal;
|
|
2778
|
+
font-weight: bold;
|
|
2779
|
+
font-feature-settings: "zero" on;
|
|
2780
|
+
font-size: 16px;
|
|
2781
|
+
line-height: 24px;
|
|
2763
2782
|
}
|
|
2764
2783
|
|
|
2765
|
-
.
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
margin-right: 16px;
|
|
2784
|
+
.E_u18llj45 {
|
|
2785
|
+
font-family: Inter;
|
|
2786
|
+
font-style: normal;
|
|
2787
|
+
font-weight: normal;
|
|
2788
|
+
font-size: 10px;
|
|
2789
|
+
line-height: 12px;
|
|
2772
2790
|
}
|
|
2773
2791
|
|
|
2774
|
-
.
|
|
2775
|
-
|
|
2792
|
+
.E_m196gn1d {
|
|
2793
|
+
min-width: 1280px;
|
|
2776
2794
|
}
|
|
2777
2795
|
|
|
2778
|
-
.
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
}
|
|
2790
|
-
.E_i74cfyt.ant-input.ant-input-sm {
|
|
2791
|
-
padding: 2px 8px;
|
|
2792
|
-
line-height: 18px;
|
|
2796
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
2797
|
+
display: inline-flex;
|
|
2798
|
+
align-items: center;
|
|
2799
|
+
justify-content: center;
|
|
2800
|
+
color: #fff;
|
|
2801
|
+
font-weight: bold;
|
|
2802
|
+
font-size: 12px;
|
|
2803
|
+
width: 24px;
|
|
2804
|
+
height: 24px;
|
|
2805
|
+
border-radius: 50%;
|
|
2806
|
+
background: var(--a1b5xrg3-0);
|
|
2793
2807
|
}
|
|
2794
|
-
.
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2808
|
+
.E_a1b5xrg3.btn-item {
|
|
2809
|
+
transition: all 160ms ease;
|
|
2810
|
+
cursor: pointer;
|
|
2811
|
+
width: 56px;
|
|
2812
|
+
height: 40px;
|
|
2813
|
+
display: inline-flex;
|
|
2814
|
+
align-items: center;
|
|
2815
|
+
justify-content: center;
|
|
2816
|
+
border-radius: 6px;
|
|
2798
2817
|
}
|
|
2799
|
-
.
|
|
2800
|
-
|
|
2801
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2802
|
-
z-index: 1;
|
|
2818
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
2819
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2803
2820
|
}
|
|
2804
|
-
.
|
|
2805
|
-
|
|
2806
|
-
|
|
2821
|
+
.E_a1b5xrg3.btn-item:active {
|
|
2822
|
+
transform: translateY(2px);
|
|
2823
|
+
transition: all 320ms ease;
|
|
2807
2824
|
}
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2825
|
+
|
|
2826
|
+
.E_cnujxq2 {
|
|
2827
|
+
display: flex;
|
|
2828
|
+
flex-direction: column;
|
|
2811
2829
|
}
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2830
|
+
|
|
2831
|
+
.E_m7s48ia {
|
|
2832
|
+
max-width: 1120px;
|
|
2833
|
+
width: 100%;
|
|
2834
|
+
margin: 0 auto;
|
|
2835
|
+
height: 100%;
|
|
2815
2836
|
}
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2837
|
+
|
|
2838
|
+
.E_wt5zbg6 {
|
|
2839
|
+
max-width: 1120px;
|
|
2840
|
+
width: 100%;
|
|
2841
|
+
margin: 0 auto;
|
|
2842
|
+
display: flex;
|
|
2820
2843
|
}
|
|
2821
|
-
.
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
color: #2d3a56;
|
|
2827
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2844
|
+
.E_wt5zbg6 .left,
|
|
2845
|
+
.E_wt5zbg6 .right {
|
|
2846
|
+
flex-grow: 0;
|
|
2847
|
+
flex-shrink: 0;
|
|
2848
|
+
flex-basis: 21%;
|
|
2828
2849
|
}
|
|
2829
|
-
.
|
|
2830
|
-
|
|
2831
|
-
|
|
2850
|
+
.E_wt5zbg6 .left {
|
|
2851
|
+
display: flex;
|
|
2852
|
+
justify-content: flex-end;
|
|
2853
|
+
padding-right: 44px;
|
|
2832
2854
|
}
|
|
2833
|
-
.
|
|
2834
|
-
padding:
|
|
2835
|
-
line-height: 22px;
|
|
2855
|
+
.E_wt5zbg6 .right {
|
|
2856
|
+
padding-left: 44px;
|
|
2836
2857
|
}
|
|
2837
|
-
.
|
|
2838
|
-
|
|
2839
|
-
|
|
2858
|
+
.E_wt5zbg6 .middle {
|
|
2859
|
+
margin-bottom: 40px;
|
|
2860
|
+
flex-grow: 0;
|
|
2861
|
+
flex-shrink: 0;
|
|
2862
|
+
flex-basis: 58%;
|
|
2863
|
+
overflow: hidden;
|
|
2840
2864
|
}
|
|
2841
|
-
.
|
|
2842
|
-
|
|
2843
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2865
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
2866
|
+
width: 100%;
|
|
2844
2867
|
}
|
|
2845
|
-
.
|
|
2846
|
-
|
|
2847
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2868
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
2869
|
+
width: auto;
|
|
2848
2870
|
}
|
|
2849
|
-
|
|
2850
|
-
|
|
2871
|
+
|
|
2872
|
+
.E_h18jprzg .ant-modal-header {
|
|
2873
|
+
margin: 0 auto;
|
|
2874
|
+
width: 100%;
|
|
2875
|
+
max-width: 648px;
|
|
2851
2876
|
}
|
|
2852
|
-
.
|
|
2853
|
-
|
|
2877
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
2878
|
+
margin-left: 0;
|
|
2854
2879
|
}
|
|
2855
|
-
.
|
|
2856
|
-
|
|
2857
|
-
|
|
2880
|
+
.E_h18jprzg .ant-modal-body {
|
|
2881
|
+
margin: 0 auto;
|
|
2882
|
+
padding: 0;
|
|
2883
|
+
width: 100%;
|
|
2884
|
+
max-width: 648px;
|
|
2885
|
+
overflow: hidden;
|
|
2858
2886
|
}
|
|
2859
|
-
.
|
|
2860
|
-
|
|
2861
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2887
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
2888
|
+
margin-bottom: 40px;
|
|
2862
2889
|
}
|
|
2863
|
-
.
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2890
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
2891
|
+
height: calc(100vh - 225px);
|
|
2892
|
+
overflow-y: auto;
|
|
2867
2893
|
}
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2894
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
2895
|
+
margin: 0 auto;
|
|
2896
|
+
max-width: 648px;
|
|
2871
2897
|
}
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2898
|
+
|
|
2899
|
+
.E_h16z9xgz .ant-modal-header {
|
|
2900
|
+
margin: 0 auto;
|
|
2901
|
+
width: 100%;
|
|
2902
|
+
max-width: 1024px;
|
|
2875
2903
|
}
|
|
2876
|
-
|
|
2877
|
-
|
|
2904
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
2905
|
+
margin-left: 0;
|
|
2878
2906
|
}
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2907
|
+
.E_h16z9xgz .ant-modal-body {
|
|
2908
|
+
margin: 0 auto;
|
|
2909
|
+
padding: 0;
|
|
2910
|
+
width: 100%;
|
|
2911
|
+
max-width: 1024px;
|
|
2912
|
+
overflow: hidden;
|
|
2882
2913
|
}
|
|
2883
|
-
|
|
2884
|
-
|
|
2914
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
2915
|
+
margin-bottom: 40px;
|
|
2885
2916
|
}
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2917
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
2918
|
+
height: calc(100vh - 225px);
|
|
2919
|
+
overflow-y: auto;
|
|
2889
2920
|
}
|
|
2890
|
-
|
|
2891
|
-
|
|
2921
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
2922
|
+
margin: 0 auto;
|
|
2923
|
+
max-width: 1024px;
|
|
2892
2924
|
}
|
|
2893
2925
|
|
|
2894
|
-
.
|
|
2895
|
-
|
|
2896
|
-
border-radius: 4px;
|
|
2926
|
+
.E_f1lrhghm {
|
|
2927
|
+
flex: 1;
|
|
2897
2928
|
}
|
|
2898
|
-
.
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
cursor: pointer;
|
|
2903
|
-
transition: border 150ms;
|
|
2929
|
+
.E_f1lrhghm label {
|
|
2930
|
+
font-size: 13px;
|
|
2931
|
+
line-height: 20px;
|
|
2932
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2904
2933
|
}
|
|
2905
|
-
.
|
|
2906
|
-
|
|
2907
|
-
|
|
2934
|
+
.E_f1lrhghm .title {
|
|
2935
|
+
font-size: 14px;
|
|
2936
|
+
line-height: 20px;
|
|
2937
|
+
color: #2d3a56;
|
|
2938
|
+
margin-bottom: 12px;
|
|
2908
2939
|
}
|
|
2909
|
-
.
|
|
2910
|
-
padding-
|
|
2940
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
2941
|
+
padding-bottom: 26px;
|
|
2911
2942
|
}
|
|
2912
|
-
|
|
2913
|
-
|
|
2943
|
+
|
|
2944
|
+
.E_f18ot8em {
|
|
2945
|
+
padding: 25px 0 15px 0;
|
|
2946
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2947
|
+
margin-bottom: 16px;
|
|
2914
2948
|
}
|
|
2915
|
-
|
|
2949
|
+
|
|
2950
|
+
.E_f1l1g2k0 {
|
|
2916
2951
|
display: flex;
|
|
2952
|
+
align-items: center;
|
|
2953
|
+
margin-bottom: 8px;
|
|
2917
2954
|
}
|
|
2918
|
-
.
|
|
2919
|
-
|
|
2920
|
-
right: 12px;
|
|
2921
|
-
top: 50%;
|
|
2922
|
-
transform: translateY(-50%);
|
|
2923
|
-
}
|
|
2924
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2925
|
-
color: rgba(0, 0, 0, 0.25);
|
|
2926
|
-
font-size: 12px;
|
|
2927
|
-
cursor: pointer;
|
|
2928
|
-
}
|
|
2929
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2930
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2931
|
-
}
|
|
2932
|
-
.E_k1ci6977.has-focus-indicator {
|
|
2933
|
-
position: relative;
|
|
2934
|
-
overflow: hidden;
|
|
2935
|
-
}
|
|
2936
|
-
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
2937
|
-
position: absolute;
|
|
2938
|
-
top: 50%;
|
|
2939
|
-
transform: translateY(-50%);
|
|
2940
|
-
left: -16px;
|
|
2941
|
-
transition: left 150ms ease;
|
|
2942
|
-
opacity: 0;
|
|
2943
|
-
}
|
|
2944
|
-
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2945
|
-
left: 8px;
|
|
2946
|
-
opacity: 1;
|
|
2955
|
+
.E_f1l1g2k0 > label {
|
|
2956
|
+
width: 216px;
|
|
2947
2957
|
}
|
|
2948
|
-
.
|
|
2949
|
-
|
|
2950
|
-
margin-left: 0px;
|
|
2958
|
+
.E_f1l1g2k0 > label + * {
|
|
2959
|
+
width: 100%;
|
|
2951
2960
|
}
|
|
2952
|
-
.
|
|
2953
|
-
|
|
2961
|
+
.E_f1l1g2k0 .ant-select {
|
|
2962
|
+
width: 100%;
|
|
2954
2963
|
}
|
|
2955
2964
|
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2965
|
+
.E_e1k89cwg {
|
|
2966
|
+
color: #e75a3a;
|
|
2967
|
+
margin-right: 10px;
|
|
2959
2968
|
}
|
|
2960
2969
|
|
|
2961
|
-
.
|
|
2962
|
-
|
|
2963
|
-
|
|
2970
|
+
.E_d1oui1gf {
|
|
2971
|
+
width: 100%;
|
|
2972
|
+
height: 1px;
|
|
2973
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2974
|
+
margin: 24px 0;
|
|
2964
2975
|
}
|
|
2965
2976
|
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2977
|
+
.E_l15itdbb {
|
|
2978
|
+
display: flex;
|
|
2979
|
+
justify-content: center;
|
|
2980
|
+
align-items: center;
|
|
2981
|
+
height: 100%;
|
|
2969
2982
|
}
|
|
2970
2983
|
|
|
2971
|
-
.
|
|
2972
|
-
|
|
2973
|
-
|
|
2984
|
+
.E_d1y3z4w {
|
|
2985
|
+
display: inline-block;
|
|
2986
|
+
width: 4px;
|
|
2987
|
+
height: 4px;
|
|
2988
|
+
background: #8e9aa9;
|
|
2989
|
+
opacity: 0.4;
|
|
2990
|
+
border-radius: 50%;
|
|
2991
|
+
margin: 0 4px;
|
|
2974
2992
|
}
|
|
2975
2993
|
|
|
2976
|
-
.
|
|
2977
|
-
|
|
2978
|
-
|
|
2994
|
+
.E_m177r7a3 .ant-modal-header,
|
|
2995
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
2996
|
+
width: 648px;
|
|
2997
|
+
margin: 0 auto;
|
|
2979
2998
|
}
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
border
|
|
2983
|
-
border-bottom-left-radius: 0;
|
|
2999
|
+
.E_m177r7a3 .ant-modal-header {
|
|
3000
|
+
padding: 35px 0 24px;
|
|
3001
|
+
border: none;
|
|
2984
3002
|
}
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
display: flex;
|
|
2988
|
-
flex-direction: column;
|
|
3003
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
3004
|
+
font-size: 30px;
|
|
2989
3005
|
}
|
|
2990
|
-
.
|
|
2991
|
-
|
|
3006
|
+
.E_m177r7a3 .ant-modal-body {
|
|
3007
|
+
padding: 4px 0 2px;
|
|
2992
3008
|
}
|
|
2993
|
-
.
|
|
2994
|
-
|
|
3009
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
3010
|
+
border: none;
|
|
2995
3011
|
}
|
|
2996
|
-
|
|
2997
|
-
|
|
3012
|
+
|
|
3013
|
+
.E_t1wwio3v {
|
|
3014
|
+
font-size: 12px;
|
|
3015
|
+
line-height: 18px;
|
|
3016
|
+
font-weight: bold;
|
|
3017
|
+
color: #fff;
|
|
3018
|
+
padding: 0 4px;
|
|
3019
|
+
border-radius: 4px;
|
|
3020
|
+
display: inline-block;
|
|
3021
|
+
background: var(--t1wwio3v-0);
|
|
2998
3022
|
}
|
|
2999
|
-
.
|
|
3023
|
+
.E_t1wwio3v:not(:first-child) {
|
|
3024
|
+
margin-left: 4px;
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3027
|
+
.E_f17jvtfk {
|
|
3000
3028
|
width: 100%;
|
|
3029
|
+
height: 100%;
|
|
3030
|
+
display: flex;
|
|
3031
|
+
align-items: center;
|
|
3032
|
+
justify-content: center;
|
|
3001
3033
|
}
|
|
3002
3034
|
|
|
3003
|
-
.
|
|
3004
|
-
font-size:
|
|
3005
|
-
font-weight:
|
|
3006
|
-
color:
|
|
3007
|
-
|
|
3035
|
+
.E_nzppkea {
|
|
3036
|
+
font-size: 90%;
|
|
3037
|
+
font-weight: bold;
|
|
3038
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
3039
|
+
padding: 1px 4px 1px;
|
|
3040
|
+
margin-left: 2px;
|
|
3041
|
+
margin-right: 2px;
|
|
3042
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
3043
|
+
border-radius: 4px;
|
|
3008
3044
|
}
|
|
3009
|
-
|
|
3010
|
-
|
|
3045
|
+
|
|
3046
|
+
.E_f4mi9eq.form-item-general {
|
|
3047
|
+
width: 640px;
|
|
3011
3048
|
}
|
|
3012
|
-
.
|
|
3049
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
3013
3050
|
margin-top: 16px;
|
|
3014
3051
|
}
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
font-size: 12px;
|
|
3018
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3019
|
-
margin-top: 12px;
|
|
3052
|
+
.E_f4mi9eq.form-item-compact {
|
|
3053
|
+
width: 412px;
|
|
3020
3054
|
}
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
line-height: 18px;
|
|
3024
|
-
font-weight: 500;
|
|
3025
|
-
margin-top: 0;
|
|
3026
|
-
white-space: initial;
|
|
3055
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
3056
|
+
margin-top: 8px;
|
|
3027
3057
|
}
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
display: block;
|
|
3058
|
+
.E_f4mi9eq .form-item {
|
|
3059
|
+
width: auto;
|
|
3031
3060
|
}
|
|
3032
|
-
.
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
line-height: 32px;
|
|
3036
|
-
color: #3e4652;
|
|
3061
|
+
.E_f4mi9eq .form-item-main {
|
|
3062
|
+
position: relative;
|
|
3063
|
+
display: flex;
|
|
3037
3064
|
}
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
padding:
|
|
3042
|
-
|
|
3043
|
-
|
|
3065
|
+
.E_f4mi9eq .form-item-extra {
|
|
3066
|
+
margin-top: 4px;
|
|
3067
|
+
width: 100%;
|
|
3068
|
+
padding: 14px;
|
|
3069
|
+
background: #f2f4f6;
|
|
3070
|
+
font-size: 13px;
|
|
3071
|
+
line-height: 1.8;
|
|
3072
|
+
color: #8e9aa9;
|
|
3073
|
+
}
|
|
3074
|
+
.E_f4mi9eq .form-item-label {
|
|
3075
|
+
padding-right: 12px;
|
|
3076
|
+
font-size: 13px;
|
|
3044
3077
|
color: rgba(44, 56, 82, 0.6);
|
|
3045
|
-
font-size: 12px;
|
|
3046
3078
|
}
|
|
3047
|
-
.
|
|
3048
|
-
|
|
3049
|
-
display: flex;
|
|
3050
|
-
align-items: center;
|
|
3051
|
-
word-break: break-all;
|
|
3079
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
3080
|
+
text-align: right;
|
|
3052
3081
|
}
|
|
3053
|
-
.
|
|
3054
|
-
|
|
3082
|
+
.E_f4mi9eq .form-item-label,
|
|
3083
|
+
.E_f4mi9eq .form-item-control {
|
|
3084
|
+
line-height: 32px;
|
|
3085
|
+
}
|
|
3086
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
3055
3087
|
line-height: 18px;
|
|
3056
|
-
margin: 4px 0;
|
|
3057
3088
|
}
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
3089
|
+
.E_f4mi9eq .form-item-children {
|
|
3090
|
+
width: 100%;
|
|
3061
3091
|
}
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
min-width: 1280px;
|
|
3092
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
3093
|
+
width: 100%;
|
|
3065
3094
|
}
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
font-weight: bold;
|
|
3071
|
-
font-size: 32px;
|
|
3072
|
-
line-height: 40px;
|
|
3095
|
+
.E_f4mi9eq .form-item-error {
|
|
3096
|
+
color: #e75a3a;
|
|
3097
|
+
height: 0;
|
|
3098
|
+
overflow: hidden;
|
|
3073
3099
|
}
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
font-weight: bold;
|
|
3079
|
-
font-size: 24px;
|
|
3080
|
-
line-height: 32px;
|
|
3100
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
3101
|
+
margin-top: 4px;
|
|
3102
|
+
height: auto;
|
|
3103
|
+
overflow: auto;
|
|
3081
3104
|
}
|
|
3082
|
-
|
|
3083
|
-
.
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
font-weight: normal;
|
|
3087
|
-
font-size: 32px;
|
|
3088
|
-
line-height: 40px;
|
|
3105
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
3106
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
3107
|
+
border: 1px solid #e75a3a;
|
|
3108
|
+
color: #e75a3a;
|
|
3089
3109
|
}
|
|
3090
3110
|
|
|
3091
|
-
.
|
|
3092
|
-
|
|
3093
|
-
font-style: normal;
|
|
3111
|
+
.E_fh0ewl8 {
|
|
3112
|
+
color: #2d3a56;
|
|
3094
3113
|
font-weight: bold;
|
|
3095
|
-
|
|
3096
|
-
|
|
3114
|
+
padding-bottom: 6px;
|
|
3115
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
3116
|
+
margin-bottom: 16px;
|
|
3097
3117
|
}
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
font-family: Inter;
|
|
3101
|
-
font-style: normal;
|
|
3102
|
-
font-weight: normal;
|
|
3103
|
-
font-size: 20px;
|
|
3104
|
-
line-height: 24px;
|
|
3118
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
3119
|
+
margin-top: 16px;
|
|
3105
3120
|
}
|
|
3106
3121
|
|
|
3107
|
-
.
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3122
|
+
.E_e1qrlvot {
|
|
3123
|
+
width: 8px;
|
|
3124
|
+
height: 24px;
|
|
3125
|
+
display: flex;
|
|
3126
|
+
justify-content: center;
|
|
3127
|
+
align-items: center;
|
|
3128
|
+
cursor: pointer;
|
|
3129
|
+
transition: all 200ms ease-out 40ms;
|
|
3113
3130
|
}
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3131
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
3132
|
+
content: "";
|
|
3133
|
+
width: 1px;
|
|
3134
|
+
height: 6px;
|
|
3135
|
+
border-radius: 1px;
|
|
3136
|
+
background: #ccd4e3;
|
|
3137
|
+
position: relative;
|
|
3138
|
+
right: 2px;
|
|
3139
|
+
transform: rotate(-45deg);
|
|
3121
3140
|
}
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
font-style: normal;
|
|
3126
|
-
font-weight: bold;
|
|
3127
|
-
font-size: 16px;
|
|
3128
|
-
line-height: 22px;
|
|
3141
|
+
.E_e1qrlvot:after {
|
|
3142
|
+
transform: rotate(45deg);
|
|
3143
|
+
left: 1px;
|
|
3129
3144
|
}
|
|
3130
3145
|
|
|
3131
|
-
.
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
font-size: 16px;
|
|
3136
|
-
line-height: 22px;
|
|
3146
|
+
.E_w9ic984.ant-alert-warning {
|
|
3147
|
+
border: 0;
|
|
3148
|
+
background: rgba(255, 187, 0, 0.1);
|
|
3149
|
+
border-radius: 6px;
|
|
3137
3150
|
}
|
|
3138
|
-
|
|
3139
|
-
.
|
|
3140
|
-
|
|
3141
|
-
font-style: normal;
|
|
3142
|
-
font-weight: bold;
|
|
3143
|
-
font-size: 14px;
|
|
3144
|
-
line-height: 20px;
|
|
3151
|
+
.E_w9ic984.ant-alert,
|
|
3152
|
+
.E_w9ic984 .ant-alert-message {
|
|
3153
|
+
color: #e07f00;
|
|
3145
3154
|
}
|
|
3146
|
-
|
|
3147
|
-
.
|
|
3148
|
-
|
|
3149
|
-
font-style: normal;
|
|
3150
|
-
font-weight: normal;
|
|
3151
|
-
font-size: 14px;
|
|
3152
|
-
line-height: 20px;
|
|
3155
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
3156
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
3157
|
+
border-bottom-color: #e07f00;
|
|
3153
3158
|
}
|
|
3154
3159
|
|
|
3155
|
-
.
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3160
|
+
.E_n1k9qi4r {
|
|
3161
|
+
display: flex;
|
|
3162
|
+
flex-direction: row;
|
|
3163
|
+
padding: 7px 12px;
|
|
3164
|
+
background: rgba(255, 187, 0, 0.1);
|
|
3165
|
+
border-radius: 6px;
|
|
3166
|
+
color: #e07f00;
|
|
3159
3167
|
font-size: 12px;
|
|
3160
3168
|
line-height: 18px;
|
|
3161
3169
|
}
|
|
3170
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
3171
|
+
margin-right: 10px;
|
|
3172
|
+
height: 18px;
|
|
3173
|
+
}
|
|
3162
3174
|
|
|
3163
|
-
.
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3175
|
+
.E_n16fsg9x {
|
|
3176
|
+
display: flex;
|
|
3177
|
+
flex-direction: row;
|
|
3178
|
+
padding: 7px 12px;
|
|
3179
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3180
|
+
border-radius: 6px;
|
|
3181
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3167
3182
|
font-size: 12px;
|
|
3168
3183
|
line-height: 18px;
|
|
3169
3184
|
}
|
|
3185
|
+
.E_n16fsg9x .icon-wrapper {
|
|
3186
|
+
margin-right: 10px;
|
|
3187
|
+
height: 18px;
|
|
3188
|
+
}
|
|
3170
3189
|
|
|
3171
|
-
.
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3190
|
+
.E_i173wxzw {
|
|
3191
|
+
display: flex;
|
|
3192
|
+
flex-direction: row;
|
|
3193
|
+
padding: 7px 12px;
|
|
3194
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3195
|
+
border-radius: 6px;
|
|
3196
|
+
color: #005ed1;
|
|
3177
3197
|
font-size: 12px;
|
|
3178
3198
|
line-height: 18px;
|
|
3179
3199
|
}
|
|
3200
|
+
.E_i173wxzw .icon-wrapper {
|
|
3201
|
+
margin-right: 10px;
|
|
3202
|
+
height: 18px;
|
|
3203
|
+
}
|
|
3180
3204
|
|
|
3181
|
-
.
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
font-weight: normal;
|
|
3185
|
-
text-transform: uppercase;
|
|
3186
|
-
font-feature-settings: "cpsp" on;
|
|
3205
|
+
.E_dld369h {
|
|
3206
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3207
|
+
margin-top: 5px;
|
|
3187
3208
|
font-size: 12px;
|
|
3188
3209
|
line-height: 18px;
|
|
3189
3210
|
}
|
|
3190
3211
|
|
|
3191
|
-
.
|
|
3192
|
-
|
|
3193
|
-
font-
|
|
3194
|
-
|
|
3195
|
-
font-size: 16px;
|
|
3196
|
-
line-height: 24px;
|
|
3197
|
-
}
|
|
3198
|
-
|
|
3199
|
-
.E_lzt43lp {
|
|
3200
|
-
font-family: Inter;
|
|
3201
|
-
font-style: normal;
|
|
3202
|
-
font-weight: bold;
|
|
3203
|
-
font-size: 16px;
|
|
3204
|
-
line-height: 24px;
|
|
3212
|
+
.E_s1epv22q {
|
|
3213
|
+
color: #f0483e;
|
|
3214
|
+
font-size: 12px;
|
|
3215
|
+
white-space: pre-wrap;
|
|
3205
3216
|
}
|
|
3206
3217
|
|
|
3207
|
-
.
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
font-size: 16px;
|
|
3212
|
-
line-height: 24px;
|
|
3218
|
+
.E_okus5hk {
|
|
3219
|
+
display: flex;
|
|
3220
|
+
align-items: center;
|
|
3221
|
+
justify-content: flex-end;
|
|
3213
3222
|
}
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
font-family: Inter;
|
|
3217
|
-
font-style: normal;
|
|
3218
|
-
font-weight: bold;
|
|
3219
|
-
font-size: 16px;
|
|
3220
|
-
line-height: 24px;
|
|
3223
|
+
.E_okus5hk .icon-wrapper {
|
|
3224
|
+
margin-right: 16px;
|
|
3221
3225
|
}
|
|
3222
3226
|
|
|
3223
|
-
.
|
|
3224
|
-
|
|
3225
|
-
font-style: normal;
|
|
3226
|
-
font-weight: normal;
|
|
3227
|
-
text-transform: uppercase;
|
|
3228
|
-
font-feature-settings: "cpsp" on;
|
|
3229
|
-
font-size: 16px;
|
|
3230
|
-
line-height: 24px;
|
|
3227
|
+
.E_t1auuzri {
|
|
3228
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3231
3229
|
}
|
|
3232
3230
|
|
|
3233
|
-
.
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
line-height: 24px;
|
|
3231
|
+
.E_i74cfyt.ant-input {
|
|
3232
|
+
padding: 5px 12px;
|
|
3233
|
+
line-height: 20px;
|
|
3234
|
+
color: #2d3a56;
|
|
3235
|
+
border-radius: 6px;
|
|
3236
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3237
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3241
3238
|
}
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
font-family: Inter;
|
|
3245
|
-
font-style: normal;
|
|
3246
|
-
font-weight: normal;
|
|
3247
|
-
font-size: 14px;
|
|
3239
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
3240
|
+
padding: 8px 16px;
|
|
3248
3241
|
line-height: 22px;
|
|
3249
3242
|
}
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
font-style: normal;
|
|
3254
|
-
font-weight: 500;
|
|
3255
|
-
font-size: 14px;
|
|
3256
|
-
line-height: 22px;
|
|
3243
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
3244
|
+
padding: 2px 8px;
|
|
3245
|
+
line-height: 18px;
|
|
3257
3246
|
}
|
|
3258
|
-
|
|
3259
|
-
.
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
font-weight: bold;
|
|
3263
|
-
font-size: 14px;
|
|
3264
|
-
line-height: 22px;
|
|
3247
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
3248
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3249
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3250
|
+
z-index: 1;
|
|
3265
3251
|
}
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
font-weight: normal;
|
|
3271
|
-
font-size: 14px;
|
|
3272
|
-
line-height: 22px;
|
|
3252
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
3253
|
+
border-color: #0096ff;
|
|
3254
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3255
|
+
z-index: 1;
|
|
3273
3256
|
}
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
font-style: normal;
|
|
3278
|
-
font-weight: bold;
|
|
3279
|
-
font-size: 14px;
|
|
3280
|
-
line-height: 22px;
|
|
3257
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
3258
|
+
border-color: #e75a3a;
|
|
3259
|
+
color: #e75a3a;
|
|
3281
3260
|
}
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
font-style: normal;
|
|
3286
|
-
font-weight: normal;
|
|
3287
|
-
text-transform: uppercase;
|
|
3288
|
-
font-feature-settings: "cpsp" on;
|
|
3289
|
-
font-size: 14px;
|
|
3290
|
-
line-height: 22px;
|
|
3261
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
3262
|
+
border-color: #e75a3a;
|
|
3263
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3291
3264
|
}
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
font-style: normal;
|
|
3296
|
-
font-weight: bold;
|
|
3297
|
-
text-transform: uppercase;
|
|
3298
|
-
font-feature-settings: "cpsp" on;
|
|
3299
|
-
font-size: 14px;
|
|
3300
|
-
line-height: 22px;
|
|
3265
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
3266
|
+
border-color: #e75a3a;
|
|
3267
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3301
3268
|
}
|
|
3302
|
-
|
|
3303
|
-
.
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
font-weight: normal;
|
|
3307
|
-
font-size: 13px;
|
|
3308
|
-
line-height: 20px;
|
|
3269
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
3270
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3271
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3272
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3309
3273
|
}
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
font-weight: 600;
|
|
3315
|
-
font-size: 13px;
|
|
3274
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
3275
|
+
padding: 5px 12px;
|
|
3276
|
+
border-radius: 6px;
|
|
3277
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3316
3278
|
line-height: 20px;
|
|
3279
|
+
color: #2d3a56;
|
|
3280
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3317
3281
|
}
|
|
3318
|
-
|
|
3319
|
-
.
|
|
3320
|
-
|
|
3321
|
-
font-style: normal;
|
|
3322
|
-
font-weight: bold;
|
|
3323
|
-
font-size: 13px;
|
|
3324
|
-
line-height: 20px;
|
|
3282
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
3283
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
3284
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3325
3285
|
}
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
font-style: normal;
|
|
3330
|
-
font-weight: normal;
|
|
3331
|
-
font-size: 13px;
|
|
3332
|
-
line-height: 20px;
|
|
3286
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
3287
|
+
padding: 8px 16px;
|
|
3288
|
+
line-height: 22px;
|
|
3333
3289
|
}
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
font-style: normal;
|
|
3338
|
-
font-weight: 600;
|
|
3339
|
-
font-size: 13px;
|
|
3340
|
-
line-height: 20px;
|
|
3290
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
3291
|
+
padding: 2px 8px;
|
|
3292
|
+
line-height: 18px;
|
|
3341
3293
|
}
|
|
3342
|
-
|
|
3343
|
-
.
|
|
3344
|
-
|
|
3345
|
-
font-style: normal;
|
|
3346
|
-
font-weight: bold;
|
|
3347
|
-
font-size: 13px;
|
|
3348
|
-
line-height: 20px;
|
|
3294
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
3295
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3296
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3349
3297
|
}
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
font-style: normal;
|
|
3354
|
-
font-weight: normal;
|
|
3355
|
-
text-transform: uppercase;
|
|
3356
|
-
font-feature-settings: "cpsp" on;
|
|
3357
|
-
font-size: 13px;
|
|
3358
|
-
line-height: 20px;
|
|
3298
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3299
|
+
border-color: #0096ff;
|
|
3300
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3359
3301
|
}
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
font-family: Inter;
|
|
3363
|
-
font-style: normal;
|
|
3364
|
-
font-weight: bold;
|
|
3365
|
-
text-transform: uppercase;
|
|
3366
|
-
font-feature-settings: "cpsp" on;
|
|
3367
|
-
font-size: 13px;
|
|
3368
|
-
line-height: 20px;
|
|
3302
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
3303
|
+
border-color: #e75a3a;
|
|
3369
3304
|
}
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
font-family: Inter;
|
|
3373
|
-
font-style: normal;
|
|
3374
|
-
font-weight: normal;
|
|
3375
|
-
font-size: 12px;
|
|
3376
|
-
line-height: 18px;
|
|
3305
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
3306
|
+
color: #e75a3a;
|
|
3377
3307
|
}
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
font-style: normal;
|
|
3382
|
-
font-weight: 500;
|
|
3383
|
-
font-size: 12px;
|
|
3384
|
-
line-height: 18px;
|
|
3308
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
3309
|
+
border-color: #e75a3a;
|
|
3310
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3385
3311
|
}
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
font-style: normal;
|
|
3390
|
-
font-weight: bold;
|
|
3391
|
-
font-size: 12px;
|
|
3392
|
-
line-height: 18px;
|
|
3312
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3313
|
+
border-color: #e75a3a;
|
|
3314
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3393
3315
|
}
|
|
3394
|
-
|
|
3395
|
-
.
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
font-weight: normal;
|
|
3399
|
-
font-size: 12px;
|
|
3400
|
-
line-height: 18px;
|
|
3316
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
3317
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3318
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3319
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3401
3320
|
}
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
font-style: normal;
|
|
3406
|
-
font-weight: 500;
|
|
3407
|
-
font-size: 12px;
|
|
3408
|
-
line-height: 18px;
|
|
3321
|
+
textarea.E_i74cfyt.ant-input {
|
|
3322
|
+
transition-property: height;
|
|
3323
|
+
transition-delay: 50ms;
|
|
3409
3324
|
}
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3325
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
3326
|
+
min-height: 40px;
|
|
3327
|
+
height: 40px;
|
|
3328
|
+
}
|
|
3329
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
3330
|
+
height: 80px;
|
|
3331
|
+
}
|
|
3332
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
3333
|
+
min-height: 32px;
|
|
3334
|
+
height: 32px;
|
|
3335
|
+
}
|
|
3336
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
3337
|
+
height: 64px;
|
|
3338
|
+
}
|
|
3339
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
3340
|
+
min-height: 24px;
|
|
3341
|
+
height: 24px;
|
|
3342
|
+
}
|
|
3343
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
3344
|
+
height: 40px;
|
|
3417
3345
|
}
|
|
3418
3346
|
|
|
3419
|
-
.
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3347
|
+
.E_k1ci6977.input-tags {
|
|
3348
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
3349
|
+
border-radius: 4px;
|
|
3350
|
+
}
|
|
3351
|
+
.E_k1ci6977.input-tags {
|
|
3352
|
+
position: relative;
|
|
3353
|
+
padding: 6px;
|
|
3354
|
+
height: 32px;
|
|
3355
|
+
cursor: pointer;
|
|
3356
|
+
transition: border 150ms;
|
|
3357
|
+
}
|
|
3358
|
+
.E_k1ci6977.input-tags:hover {
|
|
3359
|
+
border-color: #0080ff;
|
|
3360
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
3361
|
+
}
|
|
3362
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
3363
|
+
padding-right: 30px;
|
|
3364
|
+
}
|
|
3365
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
3366
|
+
display: flex;
|
|
3367
|
+
}
|
|
3368
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
3369
|
+
display: flex;
|
|
3370
|
+
}
|
|
3371
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
3372
|
+
position: absolute;
|
|
3373
|
+
right: 12px;
|
|
3374
|
+
top: 50%;
|
|
3375
|
+
transform: translateY(-50%);
|
|
3376
|
+
}
|
|
3377
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
3378
|
+
color: rgba(0, 0, 0, 0.25);
|
|
3425
3379
|
font-size: 12px;
|
|
3426
|
-
|
|
3380
|
+
cursor: pointer;
|
|
3381
|
+
}
|
|
3382
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
3383
|
+
color: rgba(0, 0, 0, 0.45);
|
|
3384
|
+
}
|
|
3385
|
+
.E_k1ci6977.has-focus-indicator {
|
|
3386
|
+
position: relative;
|
|
3387
|
+
overflow: hidden;
|
|
3388
|
+
}
|
|
3389
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
3390
|
+
position: absolute;
|
|
3391
|
+
top: 50%;
|
|
3392
|
+
transform: translateY(-50%);
|
|
3393
|
+
left: -16px;
|
|
3394
|
+
transition: left 150ms ease;
|
|
3395
|
+
opacity: 0;
|
|
3396
|
+
}
|
|
3397
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
3398
|
+
left: 8px;
|
|
3399
|
+
opacity: 1;
|
|
3400
|
+
}
|
|
3401
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
3402
|
+
transition: margin-left 150ms ease;
|
|
3403
|
+
margin-left: 0px;
|
|
3404
|
+
}
|
|
3405
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
3406
|
+
margin-left: 16px;
|
|
3427
3407
|
}
|
|
3428
3408
|
|
|
3429
|
-
.
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
font-weight: bold;
|
|
3433
|
-
text-transform: uppercase;
|
|
3434
|
-
font-feature-settings: "cpsp" on;
|
|
3435
|
-
font-size: 12px;
|
|
3436
|
-
line-height: 18px;
|
|
3409
|
+
input.E_l1f7td1d.ant-input {
|
|
3410
|
+
border-top-right-radius: 0;
|
|
3411
|
+
border-bottom-right-radius: 0;
|
|
3437
3412
|
}
|
|
3438
3413
|
|
|
3439
|
-
.
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
font-weight: normal;
|
|
3443
|
-
font-size: 13px;
|
|
3444
|
-
line-height: 20px;
|
|
3414
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
3415
|
+
border-top-right-radius: 0;
|
|
3416
|
+
border-bottom-right-radius: 0;
|
|
3445
3417
|
}
|
|
3446
3418
|
|
|
3447
|
-
.
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
font-weight: normal;
|
|
3451
|
-
font-size: 13px;
|
|
3452
|
-
line-height: 20px;
|
|
3419
|
+
input.E_rf8rlle.ant-input {
|
|
3420
|
+
border-top-left-radius: 0;
|
|
3421
|
+
border-bottom-left-radius: 0;
|
|
3453
3422
|
}
|
|
3454
3423
|
|
|
3455
|
-
.
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
font-weight: normal;
|
|
3459
|
-
font-size: 12px;
|
|
3460
|
-
line-height: 18px;
|
|
3424
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
3425
|
+
border-top-left-radius: 0;
|
|
3426
|
+
border-bottom-left-radius: 0;
|
|
3461
3427
|
}
|
|
3462
3428
|
|
|
3463
|
-
.
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
font-weight: normal;
|
|
3467
|
-
font-size: 12px;
|
|
3468
|
-
line-height: 18px;
|
|
3429
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
3430
|
+
border-top-right-radius: 0;
|
|
3431
|
+
border-bottom-right-radius: 0;
|
|
3469
3432
|
}
|
|
3470
3433
|
|
|
3471
|
-
.
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
font-weight: normal;
|
|
3475
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3476
|
-
font-size: 13px;
|
|
3477
|
-
line-height: 20px;
|
|
3434
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
3435
|
+
border-top-left-radius: 0;
|
|
3436
|
+
border-bottom-left-radius: 0;
|
|
3478
3437
|
}
|
|
3479
3438
|
|
|
3480
|
-
.
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3439
|
+
.E_c3ni091 {
|
|
3440
|
+
display: flex;
|
|
3441
|
+
flex-direction: column;
|
|
3442
|
+
}
|
|
3443
|
+
.E_c3ni091 .select-wrapper {
|
|
3444
|
+
margin-top: 12px;
|
|
3445
|
+
}
|
|
3446
|
+
.E_c3ni091 .select-wrapper .select {
|
|
3447
|
+
width: 100%;
|
|
3448
|
+
}
|
|
3449
|
+
.E_c3ni091 .radio-wrapper {
|
|
3450
|
+
margin-top: 24px;
|
|
3451
|
+
}
|
|
3452
|
+
.E_c3ni091 div.form-item {
|
|
3453
|
+
width: 100%;
|
|
3487
3454
|
}
|
|
3488
3455
|
|
|
3489
|
-
.
|
|
3490
|
-
font-
|
|
3491
|
-
font-
|
|
3492
|
-
|
|
3493
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3494
|
-
font-size: 12px;
|
|
3456
|
+
.E_d105ju2d {
|
|
3457
|
+
font-size: 14px;
|
|
3458
|
+
font-weight: 500;
|
|
3459
|
+
color: #3e4652;
|
|
3495
3460
|
line-height: 18px;
|
|
3496
3461
|
}
|
|
3462
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
3463
|
+
margin-top: 16px;
|
|
3464
|
+
}
|
|
3465
|
+
.E_d105ju2d + * {
|
|
3466
|
+
margin-top: 16px;
|
|
3467
|
+
}
|
|
3497
3468
|
|
|
3498
|
-
.
|
|
3499
|
-
font-family: Inter;
|
|
3500
|
-
font-style: normal;
|
|
3501
|
-
font-weight: 500;
|
|
3502
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3469
|
+
.E_lh0l62z.E_d105ju2d {
|
|
3503
3470
|
font-size: 12px;
|
|
3504
|
-
|
|
3471
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3472
|
+
margin-top: 12px;
|
|
3505
3473
|
}
|
|
3506
3474
|
|
|
3507
|
-
.
|
|
3508
|
-
font-family: Inter;
|
|
3509
|
-
font-style: normal;
|
|
3510
|
-
font-weight: normal;
|
|
3511
|
-
font-feature-settings: "zero" on;
|
|
3512
|
-
font-size: 12px;
|
|
3475
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
3513
3476
|
line-height: 18px;
|
|
3477
|
+
font-weight: 500;
|
|
3478
|
+
margin-top: 0;
|
|
3479
|
+
white-space: initial;
|
|
3514
3480
|
}
|
|
3515
3481
|
|
|
3516
|
-
.
|
|
3517
|
-
|
|
3518
|
-
|
|
3482
|
+
.E_r1skkc3l {
|
|
3483
|
+
display: block;
|
|
3484
|
+
}
|
|
3485
|
+
.E_r1skkc3l span {
|
|
3486
|
+
font-size: 14px;
|
|
3519
3487
|
font-weight: 500;
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
line-height: 18px;
|
|
3488
|
+
line-height: 32px;
|
|
3489
|
+
color: #3e4652;
|
|
3523
3490
|
}
|
|
3524
3491
|
|
|
3525
|
-
.
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3492
|
+
.E_c3cobmo {
|
|
3493
|
+
margin-top: 16px;
|
|
3494
|
+
padding: 8px;
|
|
3495
|
+
border-radius: 6px;
|
|
3496
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3497
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3498
|
+
font-size: 12px;
|
|
3499
|
+
}
|
|
3500
|
+
.E_c3cobmo div {
|
|
3501
|
+
line-height: 20px;
|
|
3502
|
+
display: flex;
|
|
3503
|
+
align-items: center;
|
|
3504
|
+
word-break: break-all;
|
|
3505
|
+
}
|
|
3506
|
+
.E_c3cobmo .title {
|
|
3507
|
+
font-weight: 700;
|
|
3508
|
+
line-height: 18px;
|
|
3509
|
+
margin: 4px 0;
|
|
3532
3510
|
}
|
|
3533
3511
|
|
|
3534
|
-
.
|
|
3535
|
-
|
|
3536
|
-
font-style: normal;
|
|
3537
|
-
font-weight: normal;
|
|
3538
|
-
font-size: 10px;
|
|
3539
|
-
line-height: 12px;
|
|
3512
|
+
.E_uqv57uv {
|
|
3513
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
3540
3514
|
}
|
|
3541
3515
|
|
|
3542
3516
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
@@ -3596,6 +3570,31 @@ input.E_rf8rlle.ant-input {
|
|
|
3596
3570
|
transform: rotate(180deg);
|
|
3597
3571
|
}
|
|
3598
3572
|
|
|
3573
|
+
.E_oa99sl3 {
|
|
3574
|
+
display: flex;
|
|
3575
|
+
justify-content: space-between;
|
|
3576
|
+
align-items: center;
|
|
3577
|
+
gap: 8px;
|
|
3578
|
+
}
|
|
3579
|
+
.E_oa99sl3,
|
|
3580
|
+
.E_oa99sl3 :first-child {
|
|
3581
|
+
line-height: inherit !important;
|
|
3582
|
+
}
|
|
3583
|
+
|
|
3584
|
+
.E_lvp5pj7 {
|
|
3585
|
+
display: flex;
|
|
3586
|
+
justify-content: space-between;
|
|
3587
|
+
align-items: center;
|
|
3588
|
+
gap: 8px;
|
|
3589
|
+
min-width: 0;
|
|
3590
|
+
}
|
|
3591
|
+
|
|
3592
|
+
.E_s1io1lws {
|
|
3593
|
+
display: flex;
|
|
3594
|
+
align-items: center;
|
|
3595
|
+
flex-shrink: 0;
|
|
3596
|
+
}
|
|
3597
|
+
|
|
3599
3598
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3600
3599
|
opacity: 1;
|
|
3601
3600
|
}
|
|
@@ -3723,31 +3722,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3723
3722
|
color: rgba(0, 21, 64, 0.3);
|
|
3724
3723
|
}
|
|
3725
3724
|
|
|
3726
|
-
.E_oa99sl3 {
|
|
3727
|
-
display: flex;
|
|
3728
|
-
justify-content: space-between;
|
|
3729
|
-
align-items: center;
|
|
3730
|
-
gap: 8px;
|
|
3731
|
-
}
|
|
3732
|
-
.E_oa99sl3,
|
|
3733
|
-
.E_oa99sl3 :first-child {
|
|
3734
|
-
line-height: inherit !important;
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
|
-
.E_lvp5pj7 {
|
|
3738
|
-
display: flex;
|
|
3739
|
-
justify-content: space-between;
|
|
3740
|
-
align-items: center;
|
|
3741
|
-
gap: 8px;
|
|
3742
|
-
min-width: 0;
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3745
|
-
.E_s1io1lws {
|
|
3746
|
-
display: flex;
|
|
3747
|
-
align-items: center;
|
|
3748
|
-
flex-shrink: 0;
|
|
3749
|
-
}
|
|
3750
|
-
|
|
3751
3725
|
.E_w1dxz879 {
|
|
3752
3726
|
display: flex;
|
|
3753
3727
|
flex-direction: column;
|
|
@@ -3776,41 +3750,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3776
3750
|
fill: blue;
|
|
3777
3751
|
}
|
|
3778
3752
|
|
|
3779
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
3780
|
-
margin-right: 2px;
|
|
3781
|
-
}
|
|
3782
|
-
|
|
3783
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3784
|
-
padding-left: 8px;
|
|
3785
|
-
padding-right: 8px;
|
|
3786
|
-
font-size: 12px;
|
|
3787
|
-
}
|
|
3788
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3789
|
-
border-radius: 4px;
|
|
3790
|
-
}
|
|
3791
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3792
|
-
border-radius: 4px;
|
|
3793
|
-
}
|
|
3794
|
-
|
|
3795
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
3796
|
-
padding-left: 12px;
|
|
3797
|
-
padding-right: 12px;
|
|
3798
|
-
}
|
|
3799
|
-
|
|
3800
|
-
.E_ckld275 {
|
|
3801
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
3802
|
-
}
|
|
3803
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3804
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3805
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3806
|
-
}
|
|
3807
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3808
|
-
background-color: transparent;
|
|
3809
|
-
}
|
|
3810
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
3811
|
-
background-color: transparent;
|
|
3812
|
-
}
|
|
3813
|
-
|
|
3814
3753
|
.E_ryby9ds {
|
|
3815
3754
|
display: flex;
|
|
3816
3755
|
align-items: center;
|
|
@@ -4113,6 +4052,41 @@ input.E_rf8rlle.ant-input {
|
|
|
4113
4052
|
font-size: 14px;
|
|
4114
4053
|
}
|
|
4115
4054
|
|
|
4055
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4056
|
+
margin-right: 2px;
|
|
4057
|
+
}
|
|
4058
|
+
|
|
4059
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4060
|
+
padding-left: 8px;
|
|
4061
|
+
padding-right: 8px;
|
|
4062
|
+
font-size: 12px;
|
|
4063
|
+
}
|
|
4064
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4065
|
+
border-radius: 4px;
|
|
4066
|
+
}
|
|
4067
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4068
|
+
border-radius: 4px;
|
|
4069
|
+
}
|
|
4070
|
+
|
|
4071
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4072
|
+
padding-left: 12px;
|
|
4073
|
+
padding-right: 12px;
|
|
4074
|
+
}
|
|
4075
|
+
|
|
4076
|
+
.E_ckld275 {
|
|
4077
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4078
|
+
}
|
|
4079
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4080
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4081
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4082
|
+
}
|
|
4083
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4084
|
+
background-color: transparent;
|
|
4085
|
+
}
|
|
4086
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4087
|
+
background-color: transparent;
|
|
4088
|
+
}
|
|
4089
|
+
|
|
4116
4090
|
.E_ckaaqep {
|
|
4117
4091
|
background: rgba(172, 186, 211, 0.6);
|
|
4118
4092
|
content: "";
|
|
@@ -4365,107 +4339,32 @@ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
|
4365
4339
|
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4366
4340
|
color: #005ED1;
|
|
4367
4341
|
}
|
|
4368
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4369
|
-
color: #0080FF;
|
|
4370
|
-
}
|
|
4371
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
4372
|
-
color: #00122E;
|
|
4373
|
-
}
|
|
4374
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4375
|
-
color: #0080FF;
|
|
4376
|
-
}
|
|
4377
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4378
|
-
color: #005ED1;
|
|
4379
|
-
}
|
|
4380
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4381
|
-
color: #00122E;
|
|
4382
|
-
}
|
|
4383
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
4384
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4385
|
-
}
|
|
4386
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4387
|
-
color: #0080FF;
|
|
4388
|
-
}
|
|
4389
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4390
|
-
color: #005ED1;
|
|
4391
|
-
}
|
|
4392
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4393
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4394
|
-
}
|
|
4395
|
-
|
|
4396
|
-
.E_sddwhm6 {
|
|
4397
|
-
margin: 0;
|
|
4398
|
-
border-radius: 20px;
|
|
4399
|
-
padding: 2px 10px;
|
|
4400
|
-
height: 22px;
|
|
4401
|
-
}
|
|
4402
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4403
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4404
|
-
}
|
|
4405
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4406
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4407
|
-
}
|
|
4408
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4409
|
-
color: #00122e;
|
|
4410
|
-
}
|
|
4411
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4412
|
-
margin-right: 6px;
|
|
4413
|
-
}
|
|
4414
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4415
|
-
margin-left: 8px;
|
|
4416
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4417
|
-
}
|
|
4418
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4419
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
4420
|
-
}
|
|
4421
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4422
|
-
background-color: #0080ff;
|
|
4423
|
-
}
|
|
4424
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4425
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
4426
|
-
}
|
|
4427
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4428
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
4429
|
-
}
|
|
4430
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4431
|
-
background-color: #f0483e;
|
|
4432
|
-
}
|
|
4433
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
4434
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
4435
|
-
}
|
|
4436
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4437
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
4438
|
-
}
|
|
4439
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4440
|
-
background-color: #fea008;
|
|
4342
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4343
|
+
color: #0080FF;
|
|
4441
4344
|
}
|
|
4442
|
-
.
|
|
4443
|
-
|
|
4345
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4346
|
+
color: #00122E;
|
|
4444
4347
|
}
|
|
4445
|
-
.
|
|
4446
|
-
|
|
4348
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4349
|
+
color: #0080FF;
|
|
4447
4350
|
}
|
|
4448
|
-
.
|
|
4449
|
-
|
|
4351
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4352
|
+
color: #005ED1;
|
|
4450
4353
|
}
|
|
4451
|
-
.
|
|
4452
|
-
|
|
4354
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4355
|
+
color: #00122E;
|
|
4453
4356
|
}
|
|
4454
|
-
.
|
|
4455
|
-
|
|
4357
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4358
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4456
4359
|
}
|
|
4457
|
-
.
|
|
4458
|
-
|
|
4360
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4361
|
+
color: #0080FF;
|
|
4459
4362
|
}
|
|
4460
|
-
.
|
|
4461
|
-
|
|
4363
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4364
|
+
color: #005ED1;
|
|
4462
4365
|
}
|
|
4463
|
-
|
|
4464
|
-
.
|
|
4465
|
-
width: 8px;
|
|
4466
|
-
height: 8px;
|
|
4467
|
-
border-radius: 50%;
|
|
4468
|
-
display: inline-block;
|
|
4366
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4367
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4469
4368
|
}
|
|
4470
4369
|
|
|
4471
4370
|
.E_tc97u5y {
|
|
@@ -4839,6 +4738,206 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4839
4738
|
background: #fff;
|
|
4840
4739
|
}
|
|
4841
4740
|
|
|
4741
|
+
.E_sddwhm6 {
|
|
4742
|
+
margin: 0;
|
|
4743
|
+
border-radius: 20px;
|
|
4744
|
+
padding: 2px 10px;
|
|
4745
|
+
height: 22px;
|
|
4746
|
+
}
|
|
4747
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4748
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4749
|
+
}
|
|
4750
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4751
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4752
|
+
}
|
|
4753
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4754
|
+
color: #00122e;
|
|
4755
|
+
}
|
|
4756
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4757
|
+
margin-right: 6px;
|
|
4758
|
+
}
|
|
4759
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4760
|
+
margin-left: 8px;
|
|
4761
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4762
|
+
}
|
|
4763
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4764
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4765
|
+
}
|
|
4766
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4767
|
+
background-color: #0080ff;
|
|
4768
|
+
}
|
|
4769
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4770
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
4771
|
+
}
|
|
4772
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4773
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
4774
|
+
}
|
|
4775
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4776
|
+
background-color: #f0483e;
|
|
4777
|
+
}
|
|
4778
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
4779
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
4780
|
+
}
|
|
4781
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4782
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
4783
|
+
}
|
|
4784
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4785
|
+
background-color: #fea008;
|
|
4786
|
+
}
|
|
4787
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
4788
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
4789
|
+
}
|
|
4790
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4791
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
4792
|
+
}
|
|
4793
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4794
|
+
background-color: #00ba5d;
|
|
4795
|
+
}
|
|
4796
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
4797
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
4798
|
+
}
|
|
4799
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4800
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4801
|
+
}
|
|
4802
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4803
|
+
background-color: #6b7d99;
|
|
4804
|
+
}
|
|
4805
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
4806
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
4807
|
+
}
|
|
4808
|
+
|
|
4809
|
+
.E_satwmqm {
|
|
4810
|
+
width: 8px;
|
|
4811
|
+
height: 8px;
|
|
4812
|
+
border-radius: 50%;
|
|
4813
|
+
display: inline-block;
|
|
4814
|
+
}
|
|
4815
|
+
|
|
4816
|
+
.E_c1kghdax {
|
|
4817
|
+
color: #2d3a56;
|
|
4818
|
+
padding: 7px 12px;
|
|
4819
|
+
display: flex;
|
|
4820
|
+
justify-content: space-between;
|
|
4821
|
+
align-items: center;
|
|
4822
|
+
}
|
|
4823
|
+
.E_c1kghdax.has-arrow {
|
|
4824
|
+
padding-left: 10px;
|
|
4825
|
+
}
|
|
4826
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4827
|
+
cursor: pointer;
|
|
4828
|
+
color: #00122e;
|
|
4829
|
+
}
|
|
4830
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4831
|
+
color: #2d3a56;
|
|
4832
|
+
font-weight: 600;
|
|
4833
|
+
}
|
|
4834
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4835
|
+
transform: rotate(90deg);
|
|
4836
|
+
}
|
|
4837
|
+
.E_c1kghdax .sub-info {
|
|
4838
|
+
font-size: 12px;
|
|
4839
|
+
line-height: 18px;
|
|
4840
|
+
}
|
|
4841
|
+
.E_c1kghdax .title-wrapper {
|
|
4842
|
+
display: flex;
|
|
4843
|
+
align-items: center;
|
|
4844
|
+
user-select: none;
|
|
4845
|
+
flex-grow: 1;
|
|
4846
|
+
font-size: 12px;
|
|
4847
|
+
line-height: 18px;
|
|
4848
|
+
color: #2d3a56;
|
|
4849
|
+
font-weight: 700;
|
|
4850
|
+
}
|
|
4851
|
+
.E_c1kghdax .collapse-arrow {
|
|
4852
|
+
transition: all 50ms ease-out 0ms;
|
|
4853
|
+
margin-right: 2px;
|
|
4854
|
+
}
|
|
4855
|
+
|
|
4856
|
+
.E_b14q2gmw {
|
|
4857
|
+
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);
|
|
4858
|
+
}
|
|
4859
|
+
|
|
4860
|
+
.E_c1eym6el {
|
|
4861
|
+
border-radius: 8px;
|
|
4862
|
+
background-color: white;
|
|
4863
|
+
}
|
|
4864
|
+
.E_c1eym6el.hoverable {
|
|
4865
|
+
cursor: pointer;
|
|
4866
|
+
}
|
|
4867
|
+
.E_c1eym6el.hoverable:hover {
|
|
4868
|
+
transition: all 200ms ease;
|
|
4869
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4870
|
+
transform: translateY(-4px);
|
|
4871
|
+
}
|
|
4872
|
+
|
|
4873
|
+
.E_l1ucdodl {
|
|
4874
|
+
margin: 0;
|
|
4875
|
+
border-radius: 20px;
|
|
4876
|
+
padding: 2px 10px;
|
|
4877
|
+
height: 22px;
|
|
4878
|
+
display: flex;
|
|
4879
|
+
align-items: center;
|
|
4880
|
+
}
|
|
4881
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
4882
|
+
color: #FFFFFF;
|
|
4883
|
+
}
|
|
4884
|
+
.E_l1ucdodl.tag-hover {
|
|
4885
|
+
cursor: pointer;
|
|
4886
|
+
}
|
|
4887
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
4888
|
+
color: #00122e;
|
|
4889
|
+
}
|
|
4890
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4891
|
+
margin-right: 6px;
|
|
4892
|
+
}
|
|
4893
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4894
|
+
margin-left: 8px;
|
|
4895
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4896
|
+
}
|
|
4897
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
4898
|
+
color: #FFFFFF;
|
|
4899
|
+
}
|
|
4900
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
4901
|
+
background-color: #0080ff;
|
|
4902
|
+
}
|
|
4903
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
4904
|
+
background-color: #f0483e;
|
|
4905
|
+
}
|
|
4906
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
4907
|
+
background-color: #fea008;
|
|
4908
|
+
}
|
|
4909
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
4910
|
+
background-color: #00ba5d;
|
|
4911
|
+
}
|
|
4912
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4913
|
+
background-color: #6b7d99;
|
|
4914
|
+
}
|
|
4915
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4916
|
+
background-color: #7E41FF;
|
|
4917
|
+
}
|
|
4918
|
+
|
|
4919
|
+
.E_s1qj66nc {
|
|
4920
|
+
width: 8px;
|
|
4921
|
+
height: 8px;
|
|
4922
|
+
border-radius: 50%;
|
|
4923
|
+
display: inline-block;
|
|
4924
|
+
}
|
|
4925
|
+
|
|
4926
|
+
.E_s5x1boq {
|
|
4927
|
+
width: 8px;
|
|
4928
|
+
height: 8px;
|
|
4929
|
+
border-radius: 2px;
|
|
4930
|
+
display: inline-block;
|
|
4931
|
+
}
|
|
4932
|
+
|
|
4933
|
+
.E_c1xm185 {
|
|
4934
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4935
|
+
}
|
|
4936
|
+
|
|
4937
|
+
.E_c1x5l5qc {
|
|
4938
|
+
flex: 1;
|
|
4939
|
+
}
|
|
4940
|
+
|
|
4842
4941
|
.E_ckui4s7 {
|
|
4843
4942
|
color: #2d3a56;
|
|
4844
4943
|
line-height: 22px;
|
|
@@ -4894,123 +4993,55 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4894
4993
|
}
|
|
4895
4994
|
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4896
4995
|
margin-left: 28px;
|
|
4897
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4898
|
-
}
|
|
4899
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4900
|
-
margin-left: 8px;
|
|
4901
|
-
}
|
|
4902
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4903
|
-
margin-left: 24px;
|
|
4904
|
-
}
|
|
4905
|
-
|
|
4906
|
-
.E_b14q2gmw {
|
|
4907
|
-
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);
|
|
4908
|
-
}
|
|
4909
|
-
|
|
4910
|
-
.E_c1eym6el {
|
|
4911
|
-
border-radius: 8px;
|
|
4912
|
-
background-color: white;
|
|
4996
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4913
4997
|
}
|
|
4914
|
-
.
|
|
4915
|
-
|
|
4998
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4999
|
+
margin-left: 8px;
|
|
4916
5000
|
}
|
|
4917
|
-
.
|
|
4918
|
-
|
|
4919
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4920
|
-
transform: translateY(-4px);
|
|
5001
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
5002
|
+
margin-left: 24px;
|
|
4921
5003
|
}
|
|
4922
5004
|
|
|
4923
5005
|
.E_c1yd35n {
|
|
4924
5006
|
padding: 0 12px 14px 12px;
|
|
4925
5007
|
}
|
|
4926
5008
|
|
|
4927
|
-
.
|
|
4928
|
-
|
|
4929
|
-
padding: 7px 12px;
|
|
4930
|
-
display: flex;
|
|
4931
|
-
justify-content: space-between;
|
|
4932
|
-
align-items: center;
|
|
4933
|
-
}
|
|
4934
|
-
.E_c1kghdax.has-arrow {
|
|
4935
|
-
padding-left: 10px;
|
|
4936
|
-
}
|
|
4937
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4938
|
-
cursor: pointer;
|
|
4939
|
-
color: #00122e;
|
|
4940
|
-
}
|
|
4941
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4942
|
-
color: #2d3a56;
|
|
4943
|
-
font-weight: 600;
|
|
4944
|
-
}
|
|
4945
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4946
|
-
transform: rotate(90deg);
|
|
4947
|
-
}
|
|
4948
|
-
.E_c1kghdax .sub-info {
|
|
4949
|
-
font-size: 12px;
|
|
4950
|
-
line-height: 18px;
|
|
5009
|
+
.E_w7ob4th.outside-tag {
|
|
5010
|
+
padding-left: 0;
|
|
4951
5011
|
}
|
|
4952
|
-
.
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
flex-grow: 1;
|
|
4957
|
-
font-size: 12px;
|
|
4958
|
-
line-height: 18px;
|
|
4959
|
-
color: #2d3a56;
|
|
4960
|
-
font-weight: 700;
|
|
5012
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5013
|
+
border-radius: 4px 0 0 4px;
|
|
5014
|
+
padding-right: 4px;
|
|
5015
|
+
margin-right: 4px;
|
|
4961
5016
|
}
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
5017
|
+
|
|
5018
|
+
.E_slr2ynn {
|
|
5019
|
+
padding: 0 8px;
|
|
5020
|
+
height: 18px;
|
|
4965
5021
|
}
|
|
4966
5022
|
|
|
4967
|
-
.
|
|
4968
|
-
|
|
4969
|
-
height:
|
|
4970
|
-
display: flex;
|
|
4971
|
-
align-items: center;
|
|
4972
|
-
justify-content: center;
|
|
4973
|
-
position: relative;
|
|
4974
|
-
opacity: 0.2;
|
|
5023
|
+
.E_m140wbb6 {
|
|
5024
|
+
padding: 2px 8px;
|
|
5025
|
+
height: 24px;
|
|
4975
5026
|
}
|
|
4976
5027
|
|
|
4977
|
-
.
|
|
4978
|
-
|
|
4979
|
-
width: 5px;
|
|
4980
|
-
height: 48px;
|
|
4981
|
-
left: 9.33px;
|
|
4982
|
-
top: 40.5px;
|
|
4983
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4984
|
-
border-radius: 5px;
|
|
4985
|
-
transform: rotate(-128deg);
|
|
4986
|
-
transform-origin: top left;
|
|
4987
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5028
|
+
.E_t1fozc1i {
|
|
5029
|
+
margin: 0;
|
|
4988
5030
|
}
|
|
4989
5031
|
|
|
4990
|
-
.
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
height: 48px;
|
|
4994
|
-
left: 40.8px;
|
|
4995
|
-
top: 8.4px;
|
|
4996
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4997
|
-
border-radius: 5px;
|
|
4998
|
-
transform: rotate(-8deg);
|
|
4999
|
-
transform-origin: top left;
|
|
5000
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5032
|
+
.E_i1vxv4ln {
|
|
5033
|
+
margin-right: 4px;
|
|
5034
|
+
height: 16px;
|
|
5001
5035
|
}
|
|
5002
5036
|
|
|
5003
|
-
.
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
transform: rotate(112deg);
|
|
5012
|
-
transform-origin: top left;
|
|
5013
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5037
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5038
|
+
font-weight: 700;
|
|
5039
|
+
color: #00122e;
|
|
5040
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5041
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5042
|
+
word-break: break-all;
|
|
5043
|
+
display: inline;
|
|
5044
|
+
white-space: normal;
|
|
5014
5045
|
}
|
|
5015
5046
|
|
|
5016
5047
|
.E_t1dtlqs1 {
|
|
@@ -5119,293 +5150,143 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5119
5150
|
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5120
5151
|
background-color: rgba(0, 136, 255, 0.1);
|
|
5121
5152
|
}
|
|
5122
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5123
|
-
flex: 1 0 0;
|
|
5124
|
-
overflow: hidden;
|
|
5125
|
-
}
|
|
5126
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5127
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5128
|
-
margin: 0;
|
|
5129
|
-
}
|
|
5130
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5131
|
-
text-align: center;
|
|
5132
|
-
}
|
|
5133
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
5134
|
-
text-align: center;
|
|
5135
|
-
}
|
|
5136
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5137
|
-
text-align: left;
|
|
5138
|
-
}
|
|
5139
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
5140
|
-
text-align: left;
|
|
5141
|
-
}
|
|
5142
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
5143
|
-
text-align: right;
|
|
5144
|
-
}
|
|
5145
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
5146
|
-
text-align: right;
|
|
5147
|
-
}
|
|
5148
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5149
|
-
margin-right: 8px;
|
|
5150
|
-
}
|
|
5151
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5152
|
-
padding: 4px;
|
|
5153
|
-
width: 24px;
|
|
5154
|
-
height: 24px;
|
|
5155
|
-
overflow: hidden;
|
|
5156
|
-
}
|
|
5157
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5158
|
-
padding: 0;
|
|
5159
|
-
}
|
|
5160
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5161
|
-
cursor: not-allowed;
|
|
5162
|
-
opacity: 0.5;
|
|
5163
|
-
}
|
|
5164
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5165
|
-
margin: 0;
|
|
5166
|
-
}
|
|
5167
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5168
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5169
|
-
border-radius: 5px;
|
|
5170
|
-
font-size: 12px;
|
|
5171
|
-
}
|
|
5172
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5173
|
-
font-size: inherit;
|
|
5174
|
-
}
|
|
5175
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5176
|
-
min-height: 24px;
|
|
5177
|
-
font-size: 12px;
|
|
5178
|
-
position: relative;
|
|
5179
|
-
}
|
|
5180
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5181
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5182
|
-
}
|
|
5183
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5184
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5185
|
-
}
|
|
5186
|
-
|
|
5187
|
-
.E_a138syjm {
|
|
5188
|
-
display: flex;
|
|
5189
|
-
align-items: center;
|
|
5190
|
-
margin-top: 8px;
|
|
5191
|
-
gap: 8px;
|
|
5192
|
-
}
|
|
5193
|
-
.E_a138syjm button.ant-btn {
|
|
5194
|
-
padding: 2px 8px;
|
|
5195
|
-
height: 24px;
|
|
5196
|
-
}
|
|
5197
|
-
.E_a138syjm > span.maximum-desc {
|
|
5198
|
-
display: none;
|
|
5199
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5200
|
-
}
|
|
5201
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
5202
|
-
display: inline;
|
|
5203
|
-
}
|
|
5204
|
-
|
|
5205
|
-
.E_d77i8u0 {
|
|
5206
|
-
width: 24px;
|
|
5207
|
-
height: 24px;
|
|
5208
|
-
padding: 4px;
|
|
5209
|
-
margin-right: 8px;
|
|
5210
|
-
}
|
|
5211
|
-
|
|
5212
|
-
.E_slr2ynn {
|
|
5213
|
-
padding: 0 8px;
|
|
5214
|
-
height: 18px;
|
|
5215
|
-
}
|
|
5216
|
-
|
|
5217
|
-
.E_m140wbb6 {
|
|
5218
|
-
padding: 2px 8px;
|
|
5219
|
-
height: 24px;
|
|
5220
|
-
}
|
|
5221
|
-
|
|
5222
|
-
.E_t1fozc1i {
|
|
5223
|
-
margin: 0;
|
|
5224
|
-
}
|
|
5225
|
-
|
|
5226
|
-
.E_i1vxv4ln {
|
|
5227
|
-
margin-right: 4px;
|
|
5228
|
-
height: 16px;
|
|
5229
|
-
}
|
|
5230
|
-
|
|
5231
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5232
|
-
font-weight: 700;
|
|
5233
|
-
color: #00122e;
|
|
5234
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5235
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5236
|
-
word-break: break-all;
|
|
5237
|
-
display: inline;
|
|
5238
|
-
white-space: normal;
|
|
5239
|
-
}
|
|
5240
|
-
|
|
5241
|
-
.E_t1tbywr9 {
|
|
5242
|
-
width: 100%;
|
|
5243
|
-
flex: 1;
|
|
5244
|
-
display: flex;
|
|
5245
|
-
flex-direction: column;
|
|
5246
|
-
}
|
|
5247
|
-
.E_t1tbywr9.medium .tab-bar {
|
|
5248
|
-
height: 32px;
|
|
5249
|
-
}
|
|
5250
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5251
|
-
height: 32px;
|
|
5252
|
-
}
|
|
5253
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5254
|
-
height: 32px;
|
|
5255
|
-
border-top-left-radius: 6px;
|
|
5256
|
-
border-top-right-radius: 6px;
|
|
5257
|
-
padding-right: 16px;
|
|
5258
|
-
padding-left: 16px;
|
|
5259
|
-
font-size: 16px;
|
|
5260
|
-
}
|
|
5261
|
-
.E_t1tbywr9.small .tab-bar {
|
|
5262
|
-
height: 24px;
|
|
5263
|
-
}
|
|
5264
|
-
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5265
|
-
height: 24px;
|
|
5153
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5154
|
+
flex: 1 0 0;
|
|
5155
|
+
overflow: hidden;
|
|
5266
5156
|
}
|
|
5267
|
-
.
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
border-top-right-radius: 4px;
|
|
5271
|
-
padding-right: 12px;
|
|
5272
|
-
padding-left: 12px;
|
|
5273
|
-
font-size: 14px;
|
|
5157
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5158
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5159
|
+
margin: 0;
|
|
5274
5160
|
}
|
|
5275
|
-
.
|
|
5276
|
-
|
|
5277
|
-
display: flex;
|
|
5278
|
-
place-items: center;
|
|
5279
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5161
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5162
|
+
text-align: center;
|
|
5280
5163
|
}
|
|
5281
|
-
.
|
|
5282
|
-
|
|
5283
|
-
display: flex;
|
|
5284
|
-
place-items: center;
|
|
5164
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
5165
|
+
text-align: center;
|
|
5285
5166
|
}
|
|
5286
|
-
.
|
|
5287
|
-
|
|
5167
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5168
|
+
text-align: left;
|
|
5288
5169
|
}
|
|
5289
|
-
.
|
|
5290
|
-
|
|
5291
|
-
position: relative;
|
|
5170
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
5171
|
+
text-align: left;
|
|
5292
5172
|
}
|
|
5293
|
-
.
|
|
5294
|
-
|
|
5295
|
-
width: 1px;
|
|
5296
|
-
height: 24px;
|
|
5297
|
-
background: rgba(172, 186, 211, 0.6);
|
|
5298
|
-
position: absolute;
|
|
5299
|
-
left: -6px;
|
|
5300
|
-
top: 50%;
|
|
5301
|
-
transform: translateY(-50%);
|
|
5173
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
5174
|
+
text-align: right;
|
|
5302
5175
|
}
|
|
5303
|
-
.
|
|
5304
|
-
|
|
5305
|
-
display: flex;
|
|
5306
|
-
place-items: center;
|
|
5307
|
-
cursor: pointer;
|
|
5308
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5309
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5176
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
5177
|
+
text-align: right;
|
|
5310
5178
|
}
|
|
5311
|
-
.
|
|
5312
|
-
|
|
5313
|
-
color: #0080ff;
|
|
5314
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
5179
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5180
|
+
margin-right: 8px;
|
|
5315
5181
|
}
|
|
5316
|
-
.
|
|
5317
|
-
|
|
5182
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5183
|
+
padding: 4px;
|
|
5184
|
+
width: 24px;
|
|
5185
|
+
height: 24px;
|
|
5186
|
+
overflow: hidden;
|
|
5318
5187
|
}
|
|
5319
|
-
.
|
|
5320
|
-
width: 16px;
|
|
5321
|
-
height: 16px;
|
|
5188
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5322
5189
|
padding: 0;
|
|
5323
|
-
border-radius: 2px;
|
|
5324
|
-
margin-left: 8px;
|
|
5325
5190
|
}
|
|
5326
|
-
.
|
|
5327
|
-
|
|
5191
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5192
|
+
cursor: not-allowed;
|
|
5193
|
+
opacity: 0.5;
|
|
5328
5194
|
}
|
|
5329
|
-
.
|
|
5330
|
-
|
|
5331
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5332
|
-
color: #0080ff;
|
|
5195
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5196
|
+
margin: 0;
|
|
5333
5197
|
}
|
|
5334
|
-
.
|
|
5335
|
-
|
|
5198
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5199
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5200
|
+
border-radius: 5px;
|
|
5201
|
+
font-size: 12px;
|
|
5336
5202
|
}
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
color: #0080ff;
|
|
5340
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5203
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5204
|
+
font-size: inherit;
|
|
5341
5205
|
}
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5206
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5207
|
+
min-height: 24px;
|
|
5208
|
+
font-size: 12px;
|
|
5209
|
+
position: relative;
|
|
5345
5210
|
}
|
|
5346
|
-
.
|
|
5347
|
-
|
|
5348
|
-
max-width: 400px;
|
|
5349
|
-
padding: 6px;
|
|
5350
|
-
background: #fff;
|
|
5351
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5352
|
-
border-radius: 8px;
|
|
5353
|
-
max-height: calc(100vh - 250px);
|
|
5354
|
-
overflow: auto;
|
|
5211
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5212
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5355
5213
|
}
|
|
5356
|
-
.
|
|
5357
|
-
|
|
5358
|
-
place-items: center;
|
|
5359
|
-
width: var(--itemWidth);
|
|
5214
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5215
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5360
5216
|
}
|
|
5361
|
-
|
|
5217
|
+
|
|
5218
|
+
.E_a138syjm {
|
|
5219
|
+
display: flex;
|
|
5220
|
+
align-items: center;
|
|
5362
5221
|
margin-top: 8px;
|
|
5222
|
+
gap: 8px;
|
|
5363
5223
|
}
|
|
5364
|
-
.
|
|
5365
|
-
padding:
|
|
5366
|
-
|
|
5367
|
-
color: #0080ff;
|
|
5368
|
-
}
|
|
5369
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
5370
|
-
font-family: Inter;
|
|
5371
|
-
font-style: normal;
|
|
5372
|
-
font-weight: bold !important;
|
|
5224
|
+
.E_a138syjm button.ant-btn {
|
|
5225
|
+
padding: 2px 8px;
|
|
5226
|
+
height: 24px;
|
|
5373
5227
|
}
|
|
5374
|
-
.
|
|
5375
|
-
|
|
5376
|
-
|
|
5228
|
+
.E_a138syjm > span.maximum-desc {
|
|
5229
|
+
display: none;
|
|
5230
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5377
5231
|
}
|
|
5378
|
-
.
|
|
5379
|
-
|
|
5380
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5232
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
5233
|
+
display: inline;
|
|
5381
5234
|
}
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5235
|
+
|
|
5236
|
+
.E_d77i8u0 {
|
|
5237
|
+
width: 24px;
|
|
5238
|
+
height: 24px;
|
|
5239
|
+
padding: 4px;
|
|
5240
|
+
margin-right: 8px;
|
|
5388
5241
|
}
|
|
5389
5242
|
|
|
5390
|
-
.
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5243
|
+
.E_lht19u8 {
|
|
5244
|
+
width: 64px;
|
|
5245
|
+
height: 64px;
|
|
5246
|
+
display: flex;
|
|
5247
|
+
align-items: center;
|
|
5248
|
+
justify-content: center;
|
|
5249
|
+
position: relative;
|
|
5250
|
+
opacity: 0.2;
|
|
5396
5251
|
}
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5252
|
+
|
|
5253
|
+
.E_lk3gkp4 {
|
|
5254
|
+
position: absolute;
|
|
5255
|
+
width: 5px;
|
|
5256
|
+
height: 48px;
|
|
5257
|
+
left: 9.33px;
|
|
5258
|
+
top: 40.5px;
|
|
5259
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5260
|
+
border-radius: 5px;
|
|
5261
|
+
transform: rotate(-128deg);
|
|
5262
|
+
transform-origin: top left;
|
|
5263
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5400
5264
|
}
|
|
5401
5265
|
|
|
5402
|
-
.
|
|
5403
|
-
|
|
5266
|
+
.E_ll4n94n {
|
|
5267
|
+
position: absolute;
|
|
5268
|
+
width: 5px;
|
|
5269
|
+
height: 48px;
|
|
5270
|
+
left: 40.8px;
|
|
5271
|
+
top: 8.4px;
|
|
5272
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5273
|
+
border-radius: 5px;
|
|
5274
|
+
transform: rotate(-8deg);
|
|
5275
|
+
transform-origin: top left;
|
|
5276
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5404
5277
|
}
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5278
|
+
|
|
5279
|
+
.E_l17lbdo6 {
|
|
5280
|
+
position: absolute;
|
|
5281
|
+
width: 5px;
|
|
5282
|
+
height: 48px;
|
|
5283
|
+
left: 52.9px;
|
|
5284
|
+
top: 51.8px;
|
|
5285
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5286
|
+
border-radius: 5px;
|
|
5287
|
+
transform: rotate(112deg);
|
|
5288
|
+
transform-origin: top left;
|
|
5289
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5409
5290
|
}
|
|
5410
5291
|
|
|
5411
5292
|
.E_sjob3jg {
|
|
@@ -5603,107 +5484,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5603
5484
|
justify-content: center;
|
|
5604
5485
|
}
|
|
5605
5486
|
|
|
5606
|
-
.
|
|
5607
|
-
|
|
5608
|
-
|
|
5487
|
+
.E_t1tbywr9 {
|
|
5488
|
+
width: 100%;
|
|
5489
|
+
flex: 1;
|
|
5490
|
+
display: flex;
|
|
5491
|
+
flex-direction: column;
|
|
5609
5492
|
}
|
|
5610
|
-
|
|
5611
|
-
|
|
5612
|
-
|
|
5493
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
5494
|
+
height: 32px;
|
|
5495
|
+
}
|
|
5496
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5497
|
+
height: 32px;
|
|
5498
|
+
}
|
|
5499
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5500
|
+
height: 32px;
|
|
5501
|
+
border-top-left-radius: 6px;
|
|
5502
|
+
border-top-right-radius: 6px;
|
|
5503
|
+
padding-right: 16px;
|
|
5504
|
+
padding-left: 16px;
|
|
5505
|
+
font-size: 16px;
|
|
5506
|
+
}
|
|
5507
|
+
.E_t1tbywr9.small .tab-bar {
|
|
5508
|
+
height: 24px;
|
|
5509
|
+
}
|
|
5510
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5511
|
+
height: 24px;
|
|
5512
|
+
}
|
|
5513
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
5514
|
+
height: 24px;
|
|
5515
|
+
border-top-left-radius: 4px;
|
|
5516
|
+
border-top-right-radius: 4px;
|
|
5517
|
+
padding-right: 12px;
|
|
5518
|
+
padding-left: 12px;
|
|
5519
|
+
font-size: 14px;
|
|
5613
5520
|
}
|
|
5614
|
-
.
|
|
5615
|
-
|
|
5616
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5521
|
+
.E_t1tbywr9 .tab-bar {
|
|
5522
|
+
max-width: 100%;
|
|
5617
5523
|
display: flex;
|
|
5524
|
+
place-items: center;
|
|
5525
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5618
5526
|
}
|
|
5619
|
-
.
|
|
5620
|
-
|
|
5621
|
-
|
|
5622
|
-
|
|
5623
|
-
border-radius: 2px;
|
|
5527
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
5528
|
+
overflow: hidden;
|
|
5529
|
+
display: flex;
|
|
5530
|
+
place-items: center;
|
|
5624
5531
|
}
|
|
5625
|
-
.
|
|
5626
|
-
|
|
5532
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
5533
|
+
padding-left: 0px;
|
|
5627
5534
|
}
|
|
5628
|
-
.
|
|
5629
|
-
|
|
5535
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
5536
|
+
margin-left: 12px;
|
|
5537
|
+
position: relative;
|
|
5630
5538
|
}
|
|
5631
|
-
.
|
|
5632
|
-
|
|
5539
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
5540
|
+
content: "";
|
|
5541
|
+
width: 1px;
|
|
5542
|
+
height: 24px;
|
|
5543
|
+
background: rgba(172, 186, 211, 0.6);
|
|
5544
|
+
position: absolute;
|
|
5545
|
+
left: -6px;
|
|
5546
|
+
top: 50%;
|
|
5547
|
+
transform: translateY(-50%);
|
|
5633
5548
|
}
|
|
5634
|
-
.
|
|
5635
|
-
|
|
5549
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
5550
|
+
flex-shrink: 0;
|
|
5551
|
+
display: flex;
|
|
5552
|
+
place-items: center;
|
|
5553
|
+
cursor: pointer;
|
|
5554
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5555
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5636
5556
|
}
|
|
5637
|
-
.
|
|
5638
|
-
|
|
5557
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
5558
|
+
padding-left: 16px;
|
|
5559
|
+
color: #0080ff;
|
|
5560
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
5639
5561
|
}
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
margin: 0;
|
|
5643
|
-
border-radius: 20px;
|
|
5644
|
-
padding: 2px 10px;
|
|
5645
|
-
height: 22px;
|
|
5646
|
-
display: flex;
|
|
5647
|
-
align-items: center;
|
|
5562
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
5563
|
+
margin-left: 2px;
|
|
5648
5564
|
}
|
|
5649
|
-
.
|
|
5650
|
-
|
|
5565
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
5566
|
+
width: 16px;
|
|
5567
|
+
height: 16px;
|
|
5568
|
+
padding: 0;
|
|
5569
|
+
border-radius: 2px;
|
|
5570
|
+
margin-left: 8px;
|
|
5651
5571
|
}
|
|
5652
|
-
.
|
|
5653
|
-
|
|
5572
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
5573
|
+
margin-left: 8px;
|
|
5654
5574
|
}
|
|
5655
|
-
.
|
|
5656
|
-
|
|
5575
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
5576
|
+
padding-left: 16px;
|
|
5577
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5578
|
+
color: #0080ff;
|
|
5657
5579
|
}
|
|
5658
|
-
.
|
|
5659
|
-
|
|
5580
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
5581
|
+
display: none;
|
|
5660
5582
|
}
|
|
5661
|
-
|
|
5662
|
-
|
|
5663
|
-
color:
|
|
5583
|
+
|
|
5584
|
+
.E_ti12z2.ant-dropdown-open {
|
|
5585
|
+
color: #0080ff;
|
|
5586
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5664
5587
|
}
|
|
5665
|
-
|
|
5666
|
-
|
|
5588
|
+
|
|
5589
|
+
.E_m19lu3v {
|
|
5590
|
+
cursor: default;
|
|
5667
5591
|
}
|
|
5668
|
-
.
|
|
5669
|
-
|
|
5592
|
+
.E_m19lu3v .menu-wrapper {
|
|
5593
|
+
min-width: 160px;
|
|
5594
|
+
max-width: 400px;
|
|
5595
|
+
padding: 6px;
|
|
5596
|
+
background: #fff;
|
|
5597
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5598
|
+
border-radius: 8px;
|
|
5599
|
+
max-height: calc(100vh - 250px);
|
|
5600
|
+
overflow: auto;
|
|
5670
5601
|
}
|
|
5671
|
-
.
|
|
5672
|
-
|
|
5602
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
5603
|
+
display: flex;
|
|
5604
|
+
place-items: center;
|
|
5605
|
+
width: var(--itemWidth);
|
|
5673
5606
|
}
|
|
5674
|
-
.
|
|
5675
|
-
|
|
5607
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
5608
|
+
margin-top: 8px;
|
|
5676
5609
|
}
|
|
5677
|
-
.
|
|
5678
|
-
|
|
5610
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
5611
|
+
padding: 6px;
|
|
5612
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5613
|
+
color: #0080ff;
|
|
5679
5614
|
}
|
|
5680
|
-
.
|
|
5681
|
-
|
|
5615
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
5616
|
+
font-family: Inter;
|
|
5617
|
+
font-style: normal;
|
|
5618
|
+
font-weight: bold !important;
|
|
5682
5619
|
}
|
|
5683
|
-
.
|
|
5684
|
-
|
|
5620
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
5621
|
+
padding: 5px 12px;
|
|
5622
|
+
border-radius: 4px;
|
|
5685
5623
|
}
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
|
|
5689
|
-
height: 8px;
|
|
5690
|
-
border-radius: 50%;
|
|
5691
|
-
display: inline-block;
|
|
5624
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
5625
|
+
color: #0080ff;
|
|
5626
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5692
5627
|
}
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5628
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
5629
|
+
text-align: left;
|
|
5630
|
+
flex: 1;
|
|
5631
|
+
overflow: hidden;
|
|
5632
|
+
text-overflow: ellipsis;
|
|
5633
|
+
white-space: nowrap;
|
|
5699
5634
|
}
|
|
5700
5635
|
|
|
5701
|
-
.
|
|
5702
|
-
|
|
5636
|
+
.E_i1bmwe2m {
|
|
5637
|
+
margin: auto;
|
|
5638
|
+
cursor: pointer;
|
|
5639
|
+
line-height: normal;
|
|
5640
|
+
height: 16px;
|
|
5641
|
+
margin-right: 3px;
|
|
5703
5642
|
}
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5643
|
+
.E_i1bmwe2m .icon-inner {
|
|
5644
|
+
display: block;
|
|
5645
|
+
height: 16px;
|
|
5707
5646
|
}
|
|
5708
5647
|
|
|
5709
5648
|
.E_r77hffu {
|
|
@@ -5725,6 +5664,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5725
5664
|
margin-inline-end: unset;
|
|
5726
5665
|
}
|
|
5727
5666
|
|
|
5667
|
+
.E_i1g85yz3 {
|
|
5668
|
+
margin-right: 4px;
|
|
5669
|
+
height: 16px;
|
|
5670
|
+
}
|
|
5671
|
+
|
|
5728
5672
|
.E_m11nzl2x {
|
|
5729
5673
|
color: rgba(44, 56, 82, 0.6);
|
|
5730
5674
|
text-align: center;
|
|
@@ -5940,6 +5884,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5940
5884
|
border: 1px solid #fff;
|
|
5941
5885
|
}
|
|
5942
5886
|
|
|
5887
|
+
.E_t13ef470 {
|
|
5888
|
+
height: 100%;
|
|
5889
|
+
}
|
|
5890
|
+
.E_t13ef470 .table-loading-item {
|
|
5891
|
+
padding: 12px 4px;
|
|
5892
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5893
|
+
display: flex;
|
|
5894
|
+
}
|
|
5895
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5896
|
+
height: 16px;
|
|
5897
|
+
margin: 4px;
|
|
5898
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5899
|
+
border-radius: 2px;
|
|
5900
|
+
}
|
|
5901
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5902
|
+
width: 16px;
|
|
5903
|
+
}
|
|
5904
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
5905
|
+
flex: 1;
|
|
5906
|
+
}
|
|
5907
|
+
.E_t13ef470 :nth-child(1) {
|
|
5908
|
+
padding: 8px 4px;
|
|
5909
|
+
}
|
|
5910
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5911
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5912
|
+
}
|
|
5913
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5914
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5915
|
+
}
|
|
5916
|
+
|
|
5943
5917
|
.E_msn7nxt {
|
|
5944
5918
|
color: rgba(44, 56, 82, 0.6);
|
|
5945
5919
|
text-align: center;
|
|
@@ -6128,10 +6102,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6128
6102
|
background-color: #E07F00;
|
|
6129
6103
|
}
|
|
6130
6104
|
|
|
6131
|
-
.E_b1jaupqb {
|
|
6132
|
-
color: #F0483E;
|
|
6133
|
-
}
|
|
6134
|
-
|
|
6135
6105
|
.E_t59qhqp {
|
|
6136
6106
|
padding: 0px;
|
|
6137
6107
|
padding-top: 5px;
|
|
@@ -6345,36 +6315,103 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6345
6315
|
height: 40px;
|
|
6346
6316
|
}
|
|
6347
6317
|
|
|
6348
|
-
.E_fph3s12 {
|
|
6349
|
-
display: flex;
|
|
6350
|
-
align-items: center;
|
|
6351
|
-
gap: 16px;
|
|
6352
|
-
text-align: left;
|
|
6318
|
+
.E_fph3s12 {
|
|
6319
|
+
display: flex;
|
|
6320
|
+
align-items: center;
|
|
6321
|
+
gap: 16px;
|
|
6322
|
+
text-align: left;
|
|
6323
|
+
}
|
|
6324
|
+
|
|
6325
|
+
.E_f1f8uj0i {
|
|
6326
|
+
flex-shrink: 0;
|
|
6327
|
+
}
|
|
6328
|
+
|
|
6329
|
+
.E_ejcjd85 {
|
|
6330
|
+
color: #f0483e;
|
|
6331
|
+
display: flex;
|
|
6332
|
+
align-items: center;
|
|
6333
|
+
height: 32px;
|
|
6334
|
+
}
|
|
6335
|
+
|
|
6336
|
+
.E_e1lj3r2s {
|
|
6337
|
+
margin-right: 4px;
|
|
6338
|
+
flex-shrink: 0;
|
|
6339
|
+
}
|
|
6340
|
+
|
|
6341
|
+
.E_eb58k2y {
|
|
6342
|
+
align-self: flex-start;
|
|
6343
|
+
margin-top: 5px;
|
|
6344
|
+
}
|
|
6345
|
+
|
|
6346
|
+
.E_c1bad0d {
|
|
6347
|
+
font-weight: bold;
|
|
6348
|
+
}
|
|
6349
|
+
|
|
6350
|
+
.E_b1jaupqb {
|
|
6351
|
+
color: #F0483E;
|
|
6352
|
+
}
|
|
6353
|
+
|
|
6354
|
+
.E_sqv6dmy {
|
|
6355
|
+
display: flex;
|
|
6356
|
+
justify-content: flex-end;
|
|
6357
|
+
}
|
|
6358
|
+
|
|
6359
|
+
.E_p1rm8wzb {
|
|
6360
|
+
margin-right: 8px;
|
|
6361
|
+
}
|
|
6362
|
+
|
|
6363
|
+
.E_sd7qcf4 {
|
|
6364
|
+
height: 100%;
|
|
6365
|
+
width: 100%;
|
|
6366
|
+
overflow: auto;
|
|
6353
6367
|
}
|
|
6354
6368
|
|
|
6355
|
-
.
|
|
6356
|
-
|
|
6369
|
+
.E_r1fxc9gq.right {
|
|
6370
|
+
overflow: auto;
|
|
6371
|
+
padding-right: 2px;
|
|
6372
|
+
width: 200px;
|
|
6373
|
+
height: fit-content;
|
|
6374
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6375
|
+
scrollbar-gutter: stable;
|
|
6376
|
+
}
|
|
6377
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6378
|
+
width: 6px;
|
|
6379
|
+
}
|
|
6380
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6381
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6382
|
+
}
|
|
6383
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6384
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6385
|
+
border-radius: 8px;
|
|
6357
6386
|
}
|
|
6358
6387
|
|
|
6359
|
-
.
|
|
6360
|
-
color: #f0483e;
|
|
6388
|
+
.E_s20iney.skeleton-box {
|
|
6361
6389
|
display: flex;
|
|
6362
6390
|
align-items: center;
|
|
6363
|
-
|
|
6391
|
+
justify-content: center;
|
|
6392
|
+
position: relative;
|
|
6393
|
+
border-radius: 2px;
|
|
6394
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6395
|
+
overflow: hidden;
|
|
6364
6396
|
}
|
|
6365
|
-
|
|
6366
|
-
|
|
6367
|
-
|
|
6397
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6398
|
+
width: 200%;
|
|
6399
|
+
height: 200%;
|
|
6400
|
+
transform: rotate(15deg);
|
|
6401
|
+
position: absolute;
|
|
6402
|
+
top: -50%;
|
|
6368
6403
|
flex-shrink: 0;
|
|
6404
|
+
opacity: 0.8;
|
|
6405
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6406
|
+
animation: shimmer 1100ms infinite;
|
|
6369
6407
|
}
|
|
6370
|
-
|
|
6371
|
-
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
|
|
6377
|
-
font-weight: bold;
|
|
6408
|
+
@keyframes shimmer {
|
|
6409
|
+
from {
|
|
6410
|
+
left: -120%;
|
|
6411
|
+
}
|
|
6412
|
+
to {
|
|
6413
|
+
left: 100%;
|
|
6414
|
+
}
|
|
6378
6415
|
}
|
|
6379
6416
|
|
|
6380
6417
|
.E_dxyv8bv {
|
|
@@ -6514,69 +6551,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6514
6551
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6515
6552
|
}
|
|
6516
6553
|
|
|
6517
|
-
.E_s20iney.skeleton-box {
|
|
6518
|
-
display: flex;
|
|
6519
|
-
align-items: center;
|
|
6520
|
-
justify-content: center;
|
|
6521
|
-
position: relative;
|
|
6522
|
-
border-radius: 2px;
|
|
6523
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6524
|
-
overflow: hidden;
|
|
6525
|
-
}
|
|
6526
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6527
|
-
width: 200%;
|
|
6528
|
-
height: 200%;
|
|
6529
|
-
transform: rotate(15deg);
|
|
6530
|
-
position: absolute;
|
|
6531
|
-
top: -50%;
|
|
6532
|
-
flex-shrink: 0;
|
|
6533
|
-
opacity: 0.8;
|
|
6534
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6535
|
-
animation: shimmer 1100ms infinite;
|
|
6536
|
-
}
|
|
6537
|
-
@keyframes shimmer {
|
|
6538
|
-
from {
|
|
6539
|
-
left: -120%;
|
|
6540
|
-
}
|
|
6541
|
-
to {
|
|
6542
|
-
left: 100%;
|
|
6543
|
-
}
|
|
6544
|
-
}
|
|
6545
|
-
|
|
6546
|
-
.E_sqv6dmy {
|
|
6547
|
-
display: flex;
|
|
6548
|
-
justify-content: flex-end;
|
|
6549
|
-
}
|
|
6550
|
-
|
|
6551
|
-
.E_p1rm8wzb {
|
|
6552
|
-
margin-right: 8px;
|
|
6553
|
-
}
|
|
6554
|
-
|
|
6555
|
-
.E_sd7qcf4 {
|
|
6556
|
-
height: 100%;
|
|
6557
|
-
width: 100%;
|
|
6558
|
-
overflow: auto;
|
|
6559
|
-
}
|
|
6560
|
-
|
|
6561
|
-
.E_r1fxc9gq.right {
|
|
6562
|
-
overflow: auto;
|
|
6563
|
-
padding-right: 2px;
|
|
6564
|
-
width: 200px;
|
|
6565
|
-
height: fit-content;
|
|
6566
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6567
|
-
scrollbar-gutter: stable;
|
|
6568
|
-
}
|
|
6569
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6570
|
-
width: 6px;
|
|
6571
|
-
}
|
|
6572
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6573
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6574
|
-
}
|
|
6575
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6576
|
-
background: rgba(172, 186, 211, 0.6);
|
|
6577
|
-
border-radius: 8px;
|
|
6578
|
-
}
|
|
6579
|
-
|
|
6580
6554
|
.E_t1g36k2w {
|
|
6581
6555
|
overflow: hidden;
|
|
6582
6556
|
height: 100%;
|
|
@@ -6606,8 +6580,53 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6606
6580
|
background: rgba(225, 230, 241, 0.6);
|
|
6607
6581
|
}
|
|
6608
6582
|
|
|
6609
|
-
.
|
|
6610
|
-
|
|
6583
|
+
.E_s1n7hav7 .ant-input-prefix {
|
|
6584
|
+
margin-right: 8px;
|
|
6585
|
+
}
|
|
6586
|
+
.E_s1n7hav7 .ant-input-suffix {
|
|
6587
|
+
margin-left: 8px;
|
|
6588
|
+
}
|
|
6589
|
+
|
|
6590
|
+
.E_c1tgpyn0 {
|
|
6591
|
+
color: #00122e;
|
|
6592
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
6593
|
+
margin-right: 8px;
|
|
6594
|
+
padding-right: 8px;
|
|
6595
|
+
}
|
|
6596
|
+
|
|
6597
|
+
.E_i1cmbu8m {
|
|
6598
|
+
display: flex;
|
|
6599
|
+
gap: 4px;
|
|
6600
|
+
}
|
|
6601
|
+
.E_i1cmbu8m .icon-wrapper {
|
|
6602
|
+
cursor: pointer;
|
|
6603
|
+
}
|
|
6604
|
+
|
|
6605
|
+
.E_dxmfsc9.icon-wrapper {
|
|
6606
|
+
cursor: not-allowed;
|
|
6607
|
+
}
|
|
6608
|
+
|
|
6609
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu {
|
|
6610
|
+
padding: 6px;
|
|
6611
|
+
border-radius: 8px;
|
|
6612
|
+
}
|
|
6613
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
6614
|
+
color: #00122E;
|
|
6615
|
+
font-size: 13px;
|
|
6616
|
+
line-height: 20px;
|
|
6617
|
+
}
|
|
6618
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.recent-search-menu-item {
|
|
6619
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6620
|
+
font-size: 12px;
|
|
6621
|
+
line-height: 18px;
|
|
6622
|
+
pointer-events: none;
|
|
6623
|
+
margin-bottom: 3px;
|
|
6624
|
+
}
|
|
6625
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
|
|
6626
|
+
width: 100%;
|
|
6627
|
+
}
|
|
6628
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content .icon-wrapper .icon-children {
|
|
6629
|
+
overflow: hidden;
|
|
6611
6630
|
}
|
|
6612
6631
|
|
|
6613
6632
|
.E_t1gvlxt5 {
|
|
@@ -6652,6 +6671,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6652
6671
|
display: block;
|
|
6653
6672
|
}
|
|
6654
6673
|
|
|
6674
|
+
.E_t1616y1o {
|
|
6675
|
+
color: #fff;
|
|
6676
|
+
}
|
|
6677
|
+
|
|
6655
6678
|
.E_a9y3flr {
|
|
6656
6679
|
margin-left: 8px;
|
|
6657
6680
|
}
|
|
@@ -6704,16 +6727,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6704
6727
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6705
6728
|
}
|
|
6706
6729
|
|
|
6707
|
-
.E_gmyahx3 {
|
|
6708
|
-
cursor: pointer;
|
|
6709
|
-
}
|
|
6710
|
-
.E_gmyahx3 .link-text {
|
|
6711
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6712
|
-
}
|
|
6713
|
-
.E_gmyahx3:hover .link-text {
|
|
6714
|
-
color: #0080ff;
|
|
6715
|
-
}
|
|
6716
|
-
|
|
6717
6730
|
.E_c18bcrac {
|
|
6718
6731
|
display: inline-block;
|
|
6719
6732
|
width: 100%;
|
|
@@ -6725,164 +6738,253 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6725
6738
|
.E_cro7kg2 {
|
|
6726
6739
|
padding: 4px;
|
|
6727
6740
|
}
|
|
6728
|
-
.E_cro7kg2 .unit {
|
|
6729
|
-
color: white;
|
|
6741
|
+
.E_cro7kg2 .unit {
|
|
6742
|
+
color: white;
|
|
6743
|
+
}
|
|
6744
|
+
|
|
6745
|
+
.E_c14wcxf0 {
|
|
6746
|
+
display: flex;
|
|
6747
|
+
justify-content: space-between;
|
|
6748
|
+
align-items: center;
|
|
6749
|
+
font-size: 13px;
|
|
6750
|
+
line-height: 24px;
|
|
6751
|
+
color: #cccccc;
|
|
6752
|
+
white-space: nowrap;
|
|
6753
|
+
}
|
|
6754
|
+
.E_c14wcxf0 label {
|
|
6755
|
+
margin-right: 32px;
|
|
6756
|
+
}
|
|
6757
|
+
|
|
6758
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6759
|
+
font-weight: bold;
|
|
6760
|
+
color: white;
|
|
6761
|
+
}
|
|
6762
|
+
|
|
6763
|
+
.E_s11212zy {
|
|
6764
|
+
width: 8px;
|
|
6765
|
+
height: 8px;
|
|
6766
|
+
border-radius: 2px;
|
|
6767
|
+
display: inline-block;
|
|
6768
|
+
background: var(--s11212zy-0);
|
|
6769
|
+
border: 1px solid #fff;
|
|
6770
|
+
box-sizing: content-box;
|
|
6771
|
+
margin-right: 6px;
|
|
6772
|
+
}
|
|
6773
|
+
|
|
6774
|
+
.E_p1lyky6c > :first-child {
|
|
6775
|
+
font-weight: bold;
|
|
6776
|
+
color: white;
|
|
6777
|
+
margin-right: 4px;
|
|
6778
|
+
}
|
|
6779
|
+
|
|
6780
|
+
.E_n12mqh7z {
|
|
6781
|
+
display: flex;
|
|
6782
|
+
align-items: center;
|
|
6783
|
+
font-size: 12px;
|
|
6784
|
+
line-height: 18px;
|
|
6785
|
+
}
|
|
6786
|
+
.E_n12mqh7z:not(:last-child) {
|
|
6787
|
+
margin-bottom: 4px;
|
|
6788
|
+
}
|
|
6789
|
+
|
|
6790
|
+
.E_tf5bynu {
|
|
6791
|
+
margin: 0 3px;
|
|
6792
|
+
}
|
|
6793
|
+
|
|
6794
|
+
.E_tcckoz1 {
|
|
6795
|
+
max-height: 400px;
|
|
6796
|
+
overflow: auto;
|
|
6797
|
+
}
|
|
6798
|
+
|
|
6799
|
+
.E_s1ebs0ra {
|
|
6800
|
+
display: flex;
|
|
6801
|
+
align-items: center;
|
|
6802
|
+
justify-content: space-between;
|
|
6803
|
+
background: #edf0f7;
|
|
6804
|
+
padding: 8px 12px;
|
|
6805
|
+
position: sticky;
|
|
6806
|
+
top: 0;
|
|
6807
|
+
z-index: 1;
|
|
6808
|
+
margin-bottom: -52px;
|
|
6809
|
+
}
|
|
6810
|
+
.E_s1ebs0ra .select-total {
|
|
6811
|
+
display: flex;
|
|
6812
|
+
align-items: center;
|
|
6813
|
+
font-weight: 700;
|
|
6814
|
+
flex-shrink: 0;
|
|
6815
|
+
}
|
|
6816
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
6817
|
+
cursor: pointer;
|
|
6818
|
+
margin-left: 8px;
|
|
6819
|
+
width: 32px;
|
|
6820
|
+
height: 32px;
|
|
6821
|
+
border-radius: 50%;
|
|
6822
|
+
justify-content: center;
|
|
6823
|
+
}
|
|
6824
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
6825
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6730
6826
|
}
|
|
6731
|
-
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
justify-content: space-between;
|
|
6735
|
-
align-items: center;
|
|
6736
|
-
font-size: 13px;
|
|
6737
|
-
line-height: 24px;
|
|
6738
|
-
color: #cccccc;
|
|
6827
|
+
.E_s1ebs0ra .action-group {
|
|
6828
|
+
flex: 1;
|
|
6829
|
+
margin-left: 88px;
|
|
6739
6830
|
white-space: nowrap;
|
|
6831
|
+
text-align: right;
|
|
6832
|
+
position: relative;
|
|
6833
|
+
padding: 4px 0;
|
|
6834
|
+
margin-top: -4px;
|
|
6835
|
+
overflow: hidden;
|
|
6740
6836
|
}
|
|
6741
|
-
.
|
|
6742
|
-
|
|
6837
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
6838
|
+
transform: translateY(-4px);
|
|
6743
6839
|
}
|
|
6744
|
-
|
|
6745
|
-
|
|
6746
|
-
font-weight: bold;
|
|
6747
|
-
color: white;
|
|
6840
|
+
.E_s1ebs0ra .action-group button {
|
|
6841
|
+
border: none;
|
|
6748
6842
|
}
|
|
6749
|
-
|
|
6750
|
-
|
|
6751
|
-
width: 8px;
|
|
6752
|
-
height: 8px;
|
|
6753
|
-
border-radius: 2px;
|
|
6754
|
-
display: inline-block;
|
|
6755
|
-
background: var(--s11212zy-0);
|
|
6756
|
-
border: 1px solid #fff;
|
|
6757
|
-
box-sizing: content-box;
|
|
6758
|
-
margin-right: 6px;
|
|
6843
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
6844
|
+
margin-right: 8px;
|
|
6759
6845
|
}
|
|
6760
|
-
|
|
6761
|
-
.E_p1lyky6c > :first-child {
|
|
6762
|
-
font-weight: bold;
|
|
6763
|
-
color: white;
|
|
6846
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
6764
6847
|
margin-right: 4px;
|
|
6765
6848
|
}
|
|
6766
|
-
|
|
6767
|
-
|
|
6768
|
-
|
|
6849
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
6850
|
+
cursor: pointer;
|
|
6851
|
+
width: 32px;
|
|
6852
|
+
height: 32px;
|
|
6853
|
+
justify-content: center;
|
|
6854
|
+
border-radius: 50%;
|
|
6855
|
+
}
|
|
6856
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
6857
|
+
background: #fff;
|
|
6769
6858
|
}
|
|
6770
6859
|
|
|
6771
|
-
.
|
|
6772
|
-
display: flex;
|
|
6860
|
+
.E_mzzncgx {
|
|
6861
|
+
display: inline-flex;
|
|
6773
6862
|
align-items: center;
|
|
6774
|
-
|
|
6775
|
-
.E_s1iv0tp1 .enabled-text {
|
|
6776
|
-
margin-right: 8px;
|
|
6863
|
+
gap: 4px;
|
|
6777
6864
|
}
|
|
6778
6865
|
|
|
6779
|
-
.
|
|
6780
|
-
|
|
6866
|
+
.E_clm1wy1 {
|
|
6867
|
+
width: 192px;
|
|
6868
|
+
height: 246px;
|
|
6869
|
+
border-radius: 4px;
|
|
6781
6870
|
}
|
|
6782
|
-
.
|
|
6783
|
-
|
|
6871
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
6872
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6873
|
+
width: 100%;
|
|
6874
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6875
|
+
border-top: none;
|
|
6784
6876
|
}
|
|
6785
|
-
.
|
|
6786
|
-
|
|
6877
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6878
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6879
|
+
padding: 0 16px;
|
|
6787
6880
|
}
|
|
6788
|
-
.
|
|
6789
|
-
|
|
6881
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6882
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6883
|
+
width: 100%;
|
|
6884
|
+
height: 180px;
|
|
6885
|
+
border-spacing: 0;
|
|
6790
6886
|
}
|
|
6791
|
-
.
|
|
6792
|
-
|
|
6887
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6888
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6889
|
+
margin-bottom: 8px;
|
|
6793
6890
|
}
|
|
6794
|
-
.
|
|
6795
|
-
|
|
6891
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6892
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6893
|
+
width: 22px;
|
|
6796
6894
|
}
|
|
6797
|
-
.
|
|
6798
|
-
|
|
6895
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6896
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6897
|
+
padding: 0;
|
|
6799
6898
|
}
|
|
6800
|
-
.
|
|
6801
|
-
|
|
6899
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
6900
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6901
|
+
opacity: 0.4;
|
|
6802
6902
|
}
|
|
6803
|
-
.
|
|
6804
|
-
|
|
6805
|
-
|
|
6903
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6904
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6905
|
+
opacity: 1;
|
|
6806
6906
|
}
|
|
6807
|
-
.
|
|
6808
|
-
|
|
6809
|
-
|
|
6810
|
-
|
|
6907
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6908
|
+
color: #3e4652;
|
|
6909
|
+
}
|
|
6910
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
6911
|
+
pointer-events: none;
|
|
6811
6912
|
}
|
|
6812
6913
|
|
|
6813
|
-
.
|
|
6914
|
+
.E_t1tsm00v {
|
|
6915
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6916
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6917
|
+
backdrop-filter: blur(10px);
|
|
6918
|
+
padding: 7px 10px;
|
|
6919
|
+
}
|
|
6920
|
+
|
|
6921
|
+
.E_c167wnad {
|
|
6922
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6814
6923
|
display: flex;
|
|
6815
6924
|
justify-content: space-between;
|
|
6816
6925
|
align-items: center;
|
|
6817
|
-
padding: 8px;
|
|
6818
|
-
min-height: 32px;
|
|
6819
|
-
}
|
|
6820
|
-
.E_t4zczcp .table-title {
|
|
6821
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6822
|
-
font-weight: 600;
|
|
6823
|
-
font-size: 12px;
|
|
6824
|
-
line-height: 8px;
|
|
6926
|
+
padding: 8px 16px;
|
|
6825
6927
|
}
|
|
6826
|
-
.
|
|
6827
|
-
font-size: 16px;
|
|
6828
|
-
color: rgba(10, 37, 85, 0.6);
|
|
6928
|
+
.E_c167wnad .anticon {
|
|
6829
6929
|
cursor: pointer;
|
|
6830
6930
|
}
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
font-size: 12px;
|
|
6834
|
-
line-height: 18px;
|
|
6931
|
+
.E_c167wnad .anticon:hover {
|
|
6932
|
+
color: #0096ff;
|
|
6835
6933
|
}
|
|
6836
6934
|
|
|
6837
|
-
.
|
|
6838
|
-
|
|
6839
|
-
padding: 8px 0;
|
|
6840
|
-
color: #2d3a56;
|
|
6841
|
-
}
|
|
6842
|
-
.E_t93e4cf .hidden {
|
|
6843
|
-
display: none;
|
|
6935
|
+
.E_cxhf7dh {
|
|
6936
|
+
text-align: center;
|
|
6844
6937
|
}
|
|
6845
|
-
.
|
|
6846
|
-
|
|
6938
|
+
.E_cxhf7dh .dots {
|
|
6939
|
+
display: flex;
|
|
6940
|
+
justify-content: center;
|
|
6847
6941
|
}
|
|
6848
|
-
.
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
6852
|
-
|
|
6942
|
+
.E_cxhf7dh .dot {
|
|
6943
|
+
display: inline-block;
|
|
6944
|
+
width: 2px;
|
|
6945
|
+
height: 2px;
|
|
6946
|
+
border-radius: 1px;
|
|
6947
|
+
background: #0096ff;
|
|
6853
6948
|
}
|
|
6854
|
-
.
|
|
6855
|
-
|
|
6856
|
-
text-align: left;
|
|
6949
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6950
|
+
margin-right: 2px;
|
|
6857
6951
|
}
|
|
6858
|
-
.
|
|
6859
|
-
|
|
6952
|
+
.E_cxhf7dh .bar {
|
|
6953
|
+
width: 9px;
|
|
6954
|
+
height: 2px;
|
|
6955
|
+
background: #0096ff;
|
|
6956
|
+
border-radius: 2px;
|
|
6860
6957
|
}
|
|
6861
6958
|
|
|
6862
|
-
.
|
|
6863
|
-
|
|
6864
|
-
flex-shrink: 0;
|
|
6865
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6866
|
-
padding-right: 12px;
|
|
6959
|
+
span.E_tqjc4ui {
|
|
6960
|
+
margin: 0 2px;
|
|
6867
6961
|
}
|
|
6868
6962
|
|
|
6869
|
-
.
|
|
6870
|
-
|
|
6871
|
-
|
|
6872
|
-
font-size: 12px;
|
|
6873
|
-
line-height: 18px;
|
|
6963
|
+
.E_ou7iq30 {
|
|
6964
|
+
overflow: hidden;
|
|
6965
|
+
text-overflow: ellipsis;
|
|
6874
6966
|
}
|
|
6875
|
-
|
|
6876
|
-
|
|
6967
|
+
|
|
6968
|
+
.E_s1tui002 {
|
|
6969
|
+
white-space: nowrap;
|
|
6877
6970
|
}
|
|
6878
6971
|
|
|
6879
|
-
.
|
|
6880
|
-
|
|
6972
|
+
.E_mxrc2zg {
|
|
6973
|
+
display: -webkit-box;
|
|
6974
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6975
|
+
-webkit-box-orient: vertical;
|
|
6976
|
+
word-break: break-all;
|
|
6881
6977
|
}
|
|
6882
6978
|
|
|
6883
|
-
.
|
|
6884
|
-
|
|
6885
|
-
|
|
6979
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6980
|
+
display: none;
|
|
6981
|
+
}
|
|
6982
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
6983
|
+
background: rgba(23, 38, 64, 0.8);
|
|
6984
|
+
border-radius: 4px;
|
|
6985
|
+
}
|
|
6986
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6987
|
+
visibility: hidden;
|
|
6886
6988
|
}
|
|
6887
6989
|
|
|
6888
6990
|
.E_skwah65 {
|
|
@@ -6898,27 +7000,14 @@ span.E_tqjc4ui {
|
|
|
6898
7000
|
margin-left: 1px;
|
|
6899
7001
|
}
|
|
6900
7002
|
|
|
6901
|
-
.
|
|
6902
|
-
|
|
6903
|
-
align-items: center;
|
|
6904
|
-
justify-content: flex-end;
|
|
6905
|
-
}
|
|
6906
|
-
|
|
6907
|
-
.E_b1ctd5xy {
|
|
6908
|
-
display: flex;
|
|
6909
|
-
align-items: center;
|
|
6910
|
-
width: calc(100% - 40px);
|
|
6911
|
-
}
|
|
6912
|
-
.E_b1ctd5xy .chart {
|
|
6913
|
-
display: inline-block;
|
|
6914
|
-
width: 100%;
|
|
6915
|
-
}
|
|
6916
|
-
|
|
6917
|
-
.E_u1p8acpn {
|
|
6918
|
-
min-width: 40px;
|
|
7003
|
+
.E_gmyahx3 {
|
|
7004
|
+
cursor: pointer;
|
|
6919
7005
|
}
|
|
6920
|
-
.
|
|
6921
|
-
color:
|
|
7006
|
+
.E_gmyahx3 .link-text {
|
|
7007
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7008
|
+
}
|
|
7009
|
+
.E_gmyahx3:hover .link-text {
|
|
7010
|
+
color: #0080ff;
|
|
6922
7011
|
}
|
|
6923
7012
|
|
|
6924
7013
|
.E_c1up1pdz {
|
|
@@ -7061,191 +7150,125 @@ span.E_tqjc4ui {
|
|
|
7061
7150
|
color: #fff;
|
|
7062
7151
|
}
|
|
7063
7152
|
|
|
7064
|
-
.
|
|
7065
|
-
|
|
7066
|
-
align-items: center;
|
|
7067
|
-
justify-content: space-between;
|
|
7068
|
-
background: #edf0f7;
|
|
7069
|
-
padding: 8px 12px;
|
|
7070
|
-
position: sticky;
|
|
7071
|
-
top: 0;
|
|
7072
|
-
z-index: 1;
|
|
7073
|
-
margin-bottom: -52px;
|
|
7074
|
-
}
|
|
7075
|
-
.E_s1ebs0ra .select-total {
|
|
7076
|
-
display: flex;
|
|
7077
|
-
align-items: center;
|
|
7078
|
-
font-weight: 700;
|
|
7079
|
-
flex-shrink: 0;
|
|
7153
|
+
.E_t1sqg15u {
|
|
7154
|
+
background: white;
|
|
7080
7155
|
}
|
|
7081
|
-
.
|
|
7082
|
-
|
|
7083
|
-
margin-left: 8px;
|
|
7084
|
-
width: 32px;
|
|
7085
|
-
height: 32px;
|
|
7086
|
-
border-radius: 50%;
|
|
7087
|
-
justify-content: center;
|
|
7156
|
+
.E_t1sqg15u.inline .table-row {
|
|
7157
|
+
flex-direction: column;
|
|
7088
7158
|
}
|
|
7089
|
-
.
|
|
7090
|
-
|
|
7159
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7160
|
+
padding: 0 16px 7px 0;
|
|
7091
7161
|
}
|
|
7092
|
-
.
|
|
7093
|
-
|
|
7094
|
-
margin-left: 88px;
|
|
7095
|
-
white-space: nowrap;
|
|
7096
|
-
text-align: right;
|
|
7097
|
-
position: relative;
|
|
7098
|
-
padding: 4px 0;
|
|
7099
|
-
margin-top: -4px;
|
|
7100
|
-
overflow: hidden;
|
|
7162
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7163
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7101
7164
|
}
|
|
7102
|
-
.
|
|
7103
|
-
|
|
7165
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7166
|
+
border-top: none !important;
|
|
7104
7167
|
}
|
|
7105
|
-
.
|
|
7106
|
-
border:
|
|
7168
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7169
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7107
7170
|
}
|
|
7108
|
-
.
|
|
7109
|
-
|
|
7171
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7172
|
+
padding-bottom: 0;
|
|
7110
7173
|
}
|
|
7111
|
-
.
|
|
7112
|
-
|
|
7174
|
+
.E_t1sqg15u.align-right .content {
|
|
7175
|
+
text-align: right;
|
|
7113
7176
|
}
|
|
7114
|
-
.
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
height: 32px;
|
|
7118
|
-
justify-content: center;
|
|
7119
|
-
border-radius: 50%;
|
|
7177
|
+
.E_t1sqg15u .uuid-row {
|
|
7178
|
+
display: flex;
|
|
7179
|
+
justify-content: space-between;
|
|
7120
7180
|
}
|
|
7121
|
-
.
|
|
7122
|
-
|
|
7181
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7182
|
+
white-space: nowrap;
|
|
7183
|
+
overflow: hidden;
|
|
7184
|
+
text-overflow: ellipsis;
|
|
7123
7185
|
}
|
|
7124
7186
|
|
|
7125
|
-
.
|
|
7126
|
-
display:
|
|
7187
|
+
.E_t4zczcp {
|
|
7188
|
+
display: flex;
|
|
7189
|
+
justify-content: space-between;
|
|
7127
7190
|
align-items: center;
|
|
7128
|
-
|
|
7129
|
-
|
|
7130
|
-
|
|
7131
|
-
.E_clm1wy1 {
|
|
7132
|
-
width: 192px;
|
|
7133
|
-
height: 246px;
|
|
7134
|
-
border-radius: 4px;
|
|
7135
|
-
}
|
|
7136
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
7137
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
7138
|
-
width: 100%;
|
|
7139
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
7140
|
-
border-top: none;
|
|
7191
|
+
padding: 8px;
|
|
7192
|
+
min-height: 32px;
|
|
7141
7193
|
}
|
|
7142
|
-
.
|
|
7143
|
-
|
|
7144
|
-
|
|
7194
|
+
.E_t4zczcp .table-title {
|
|
7195
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7196
|
+
font-weight: 600;
|
|
7197
|
+
font-size: 12px;
|
|
7198
|
+
line-height: 8px;
|
|
7145
7199
|
}
|
|
7146
|
-
.
|
|
7147
|
-
|
|
7148
|
-
|
|
7149
|
-
|
|
7150
|
-
border-spacing: 0;
|
|
7200
|
+
.E_t4zczcp .edit-icon {
|
|
7201
|
+
font-size: 16px;
|
|
7202
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7203
|
+
cursor: pointer;
|
|
7151
7204
|
}
|
|
7152
|
-
|
|
7153
|
-
.
|
|
7154
|
-
|
|
7205
|
+
|
|
7206
|
+
.E_t1s7goww {
|
|
7207
|
+
font-size: 12px;
|
|
7208
|
+
line-height: 18px;
|
|
7155
7209
|
}
|
|
7156
|
-
|
|
7157
|
-
.
|
|
7158
|
-
|
|
7210
|
+
|
|
7211
|
+
.E_t93e4cf {
|
|
7212
|
+
display: flex;
|
|
7213
|
+
padding: 8px 0;
|
|
7214
|
+
color: #2d3a56;
|
|
7159
7215
|
}
|
|
7160
|
-
.
|
|
7161
|
-
|
|
7162
|
-
padding: 0;
|
|
7216
|
+
.E_t93e4cf .hidden {
|
|
7217
|
+
display: none;
|
|
7163
7218
|
}
|
|
7164
|
-
.
|
|
7165
|
-
|
|
7166
|
-
opacity: 0.4;
|
|
7219
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7220
|
+
height: auto;
|
|
7167
7221
|
}
|
|
7168
|
-
.
|
|
7169
|
-
|
|
7170
|
-
|
|
7222
|
+
.E_t93e4cf .content {
|
|
7223
|
+
overflow: hidden;
|
|
7224
|
+
overflow-x: auto;
|
|
7225
|
+
width: 100%;
|
|
7226
|
+
white-space: pre-wrap;
|
|
7171
7227
|
}
|
|
7172
|
-
.
|
|
7173
|
-
|
|
7228
|
+
.E_t93e4cf .content .ant-btn {
|
|
7229
|
+
white-space: pre-wrap;
|
|
7230
|
+
text-align: left;
|
|
7174
7231
|
}
|
|
7175
|
-
.
|
|
7176
|
-
|
|
7232
|
+
.E_t93e4cf .content .unit-chart {
|
|
7233
|
+
justify-content: flex-start;
|
|
7177
7234
|
}
|
|
7178
7235
|
|
|
7179
|
-
.
|
|
7180
|
-
|
|
7181
|
-
|
|
7182
|
-
|
|
7183
|
-
padding:
|
|
7236
|
+
.E_rhz2uv5 {
|
|
7237
|
+
width: var(--rhz2uv5-0);
|
|
7238
|
+
flex-shrink: 0;
|
|
7239
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7240
|
+
padding-right: 12px;
|
|
7184
7241
|
}
|
|
7185
7242
|
|
|
7186
|
-
.
|
|
7187
|
-
color: rgba(62, 70, 82, 0.6);
|
|
7243
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7188
7244
|
display: flex;
|
|
7189
|
-
justify-content: space-between;
|
|
7190
7245
|
align-items: center;
|
|
7191
|
-
padding: 8px 16px;
|
|
7192
|
-
}
|
|
7193
|
-
.E_c167wnad .anticon {
|
|
7194
|
-
cursor: pointer;
|
|
7195
7246
|
}
|
|
7196
|
-
.
|
|
7197
|
-
|
|
7247
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7248
|
+
margin-right: 8px;
|
|
7198
7249
|
}
|
|
7199
7250
|
|
|
7200
|
-
.
|
|
7201
|
-
text-align: center;
|
|
7202
|
-
}
|
|
7203
|
-
.E_cxhf7dh .dots {
|
|
7251
|
+
.E_wg1tsps {
|
|
7204
7252
|
display: flex;
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
.E_cxhf7dh .dot {
|
|
7208
|
-
display: inline-block;
|
|
7209
|
-
width: 2px;
|
|
7210
|
-
height: 2px;
|
|
7211
|
-
border-radius: 1px;
|
|
7212
|
-
background: #0096ff;
|
|
7213
|
-
}
|
|
7214
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
7215
|
-
margin-right: 2px;
|
|
7216
|
-
}
|
|
7217
|
-
.E_cxhf7dh .bar {
|
|
7218
|
-
width: 9px;
|
|
7219
|
-
height: 2px;
|
|
7220
|
-
background: #0096ff;
|
|
7221
|
-
border-radius: 2px;
|
|
7222
|
-
}
|
|
7223
|
-
|
|
7224
|
-
.E_ou7iq30 {
|
|
7225
|
-
overflow: hidden;
|
|
7226
|
-
text-overflow: ellipsis;
|
|
7253
|
+
align-items: center;
|
|
7254
|
+
justify-content: flex-end;
|
|
7227
7255
|
}
|
|
7228
7256
|
|
|
7229
|
-
.
|
|
7230
|
-
|
|
7257
|
+
.E_b1ctd5xy {
|
|
7258
|
+
display: flex;
|
|
7259
|
+
align-items: center;
|
|
7260
|
+
width: calc(100% - 40px);
|
|
7231
7261
|
}
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7236
|
-
-webkit-box-orient: vertical;
|
|
7237
|
-
word-break: break-all;
|
|
7262
|
+
.E_b1ctd5xy .chart {
|
|
7263
|
+
display: inline-block;
|
|
7264
|
+
width: 100%;
|
|
7238
7265
|
}
|
|
7239
7266
|
|
|
7240
|
-
.
|
|
7241
|
-
|
|
7242
|
-
}
|
|
7243
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7244
|
-
background: rgba(23, 38, 64, 0.8);
|
|
7245
|
-
border-radius: 4px;
|
|
7267
|
+
.E_u1p8acpn {
|
|
7268
|
+
min-width: 40px;
|
|
7246
7269
|
}
|
|
7247
|
-
.
|
|
7248
|
-
|
|
7270
|
+
.E_u1p8acpn .unit {
|
|
7271
|
+
color: #00122e !important;
|
|
7249
7272
|
}
|
|
7250
7273
|
|
|
7251
7274
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7833,6 +7856,15 @@ span.E_tqjc4ui {
|
|
|
7833
7856
|
height: auto;
|
|
7834
7857
|
}
|
|
7835
7858
|
|
|
7859
|
+
.E_cevhqx7 {
|
|
7860
|
+
color: #00122e;
|
|
7861
|
+
}
|
|
7862
|
+
|
|
7863
|
+
.E_snbqlt4 {
|
|
7864
|
+
margin-top: 8px;
|
|
7865
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7866
|
+
}
|
|
7867
|
+
|
|
7836
7868
|
.E_c1kchka8 {
|
|
7837
7869
|
height: 100%;
|
|
7838
7870
|
width: 100%;
|
|
@@ -8374,13 +8406,4 @@ span.E_tqjc4ui {
|
|
|
8374
8406
|
height: 1px;
|
|
8375
8407
|
background: #e4e9f2;
|
|
8376
8408
|
margin: 16px 0;
|
|
8377
|
-
}
|
|
8378
|
-
|
|
8379
|
-
.E_cevhqx7 {
|
|
8380
|
-
color: #00122e;
|
|
8381
|
-
}
|
|
8382
|
-
|
|
8383
|
-
.E_snbqlt4 {
|
|
8384
|
-
margin-top: 8px;
|
|
8385
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8386
8409
|
}
|