@cloudtower/eagle 0.34.18 → 0.34.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1255 -1256
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1460 -1461
- package/dist/style.css +1255 -1256
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1474,6 +1474,28 @@ html body {
|
|
|
1474
1474
|
border-radius: unset;
|
|
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
|
+
|
|
1477
1499
|
.E_d1bw7c5z {
|
|
1478
1500
|
position: relative;
|
|
1479
1501
|
max-width: 388px;
|
|
@@ -1557,26 +1579,50 @@ html body {
|
|
|
1557
1579
|
width: 102px;
|
|
1558
1580
|
}
|
|
1559
1581
|
|
|
1560
|
-
.
|
|
1561
|
-
|
|
1562
|
-
}
|
|
1563
|
-
.E_c1uzzomf .card-title {
|
|
1564
|
-
font-size: 16px;
|
|
1582
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1583
|
+
padding: 4px 8px 0 8px;
|
|
1565
1584
|
color: rgba(44, 56, 82, 0.6);
|
|
1566
|
-
font-
|
|
1567
|
-
line-height: 32px;
|
|
1585
|
+
font-size: 12px;
|
|
1568
1586
|
}
|
|
1569
|
-
.
|
|
1570
|
-
padding:
|
|
1571
|
-
border-radius: 8px;
|
|
1572
|
-
background: #fff;
|
|
1587
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1588
|
+
padding-bottom: 6px;
|
|
1573
1589
|
}
|
|
1574
|
-
.
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1590
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1591
|
+
padding-top: 4px;
|
|
1592
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
.E_iouxfgt {
|
|
1596
|
+
display: inline-flex;
|
|
1597
|
+
align-items: center;
|
|
1598
|
+
}
|
|
1599
|
+
.E_iouxfgt .icon-inner {
|
|
1600
|
+
display: inline-flex;
|
|
1601
|
+
align-items: center;
|
|
1602
|
+
justify-content: center;
|
|
1603
|
+
}
|
|
1604
|
+
.E_iouxfgt .icon-inner + span,
|
|
1605
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
1606
|
+
margin-left: 4px;
|
|
1607
|
+
}
|
|
1608
|
+
.E_iouxfgt.is-rotate img,
|
|
1609
|
+
.E_iouxfgt.is-rotate svg {
|
|
1610
|
+
animation: rotate 680ms linear infinite;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
.E_fzh9mnb {
|
|
1614
|
+
width: 100%;
|
|
1615
|
+
height: 100%;
|
|
1616
|
+
min-height: 124px;
|
|
1617
|
+
display: flex;
|
|
1618
|
+
flex-direction: column;
|
|
1619
|
+
justify-content: center;
|
|
1620
|
+
align-items: center;
|
|
1621
|
+
}
|
|
1622
|
+
.E_fzh9mnb .error-text {
|
|
1623
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1624
|
+
margin-bottom: 16px;
|
|
1625
|
+
font-size: 18px;
|
|
1580
1626
|
}
|
|
1581
1627
|
|
|
1582
1628
|
.E_f7pxqmh {
|
|
@@ -1629,52 +1675,6 @@ html body {
|
|
|
1629
1675
|
border-top-right-radius: 5px;
|
|
1630
1676
|
}
|
|
1631
1677
|
|
|
1632
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1633
|
-
padding: 4px 8px 0 8px;
|
|
1634
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1635
|
-
font-size: 12px;
|
|
1636
|
-
}
|
|
1637
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1638
|
-
padding-bottom: 6px;
|
|
1639
|
-
}
|
|
1640
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1641
|
-
padding-top: 4px;
|
|
1642
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
.E_fzh9mnb {
|
|
1646
|
-
width: 100%;
|
|
1647
|
-
height: 100%;
|
|
1648
|
-
min-height: 124px;
|
|
1649
|
-
display: flex;
|
|
1650
|
-
flex-direction: column;
|
|
1651
|
-
justify-content: center;
|
|
1652
|
-
align-items: center;
|
|
1653
|
-
}
|
|
1654
|
-
.E_fzh9mnb .error-text {
|
|
1655
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1656
|
-
margin-bottom: 16px;
|
|
1657
|
-
font-size: 18px;
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
.E_iouxfgt {
|
|
1661
|
-
display: inline-flex;
|
|
1662
|
-
align-items: center;
|
|
1663
|
-
}
|
|
1664
|
-
.E_iouxfgt .icon-inner {
|
|
1665
|
-
display: inline-flex;
|
|
1666
|
-
align-items: center;
|
|
1667
|
-
justify-content: center;
|
|
1668
|
-
}
|
|
1669
|
-
.E_iouxfgt .icon-inner + span,
|
|
1670
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
1671
|
-
margin-left: 4px;
|
|
1672
|
-
}
|
|
1673
|
-
.E_iouxfgt.is-rotate img,
|
|
1674
|
-
.E_iouxfgt.is-rotate svg {
|
|
1675
|
-
animation: rotate 680ms linear infinite;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
1678
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
1679
1679
|
display: var(--ai7qkf2-0);
|
|
1680
1680
|
}
|
|
@@ -1786,6 +1786,15 @@ html body {
|
|
|
1786
1786
|
margin-right: 4px;
|
|
1787
1787
|
}
|
|
1788
1788
|
|
|
1789
|
+
.E_owd0kml {
|
|
1790
|
+
display: inline-block;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.E_h1jsgezc {
|
|
1794
|
+
visibility: hidden;
|
|
1795
|
+
position: absolute;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1789
1798
|
.E_phljevk {
|
|
1790
1799
|
display: flex;
|
|
1791
1800
|
justify-content: space-between;
|
|
@@ -1843,15 +1852,6 @@ html body {
|
|
|
1843
1852
|
line-height: 18px;
|
|
1844
1853
|
}
|
|
1845
1854
|
|
|
1846
|
-
.E_owd0kml {
|
|
1847
|
-
display: inline-block;
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
|
-
.E_h1jsgezc {
|
|
1851
|
-
visibility: hidden;
|
|
1852
|
-
position: absolute;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
1855
|
.E_i11gg7mj .ant-input-prefix {
|
|
1856
1856
|
margin-right: 8px;
|
|
1857
1857
|
}
|
|
@@ -1878,65 +1878,6 @@ html body {
|
|
|
1878
1878
|
cursor: not-allowed;
|
|
1879
1879
|
}
|
|
1880
1880
|
|
|
1881
|
-
.E_tju3gfj .date {
|
|
1882
|
-
margin-right: 4px;
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
.E_s1dizucg.ant-switch {
|
|
1886
|
-
min-width: 40px;
|
|
1887
|
-
height: 24px;
|
|
1888
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1889
|
-
overflow: hidden;
|
|
1890
|
-
}
|
|
1891
|
-
.E_s1dizucg.ant-switch:focus {
|
|
1892
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1893
|
-
}
|
|
1894
|
-
.E_s1dizucg.ant-switch-small {
|
|
1895
|
-
min-width: 26px;
|
|
1896
|
-
height: 16px;
|
|
1897
|
-
}
|
|
1898
|
-
.E_s1dizucg.ant-switch-large {
|
|
1899
|
-
min-width: 52px;
|
|
1900
|
-
height: 32px;
|
|
1901
|
-
}
|
|
1902
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1903
|
-
height: 20px;
|
|
1904
|
-
width: 20px;
|
|
1905
|
-
}
|
|
1906
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1907
|
-
border-radius: 10px;
|
|
1908
|
-
transition-delay: 120ms;
|
|
1909
|
-
}
|
|
1910
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1911
|
-
height: 14px;
|
|
1912
|
-
width: 14px;
|
|
1913
|
-
top: 1px;
|
|
1914
|
-
left: 1px;
|
|
1915
|
-
}
|
|
1916
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1917
|
-
height: 28px;
|
|
1918
|
-
width: 28px;
|
|
1919
|
-
}
|
|
1920
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1921
|
-
border-radius: 14px;
|
|
1922
|
-
}
|
|
1923
|
-
.E_s1dizucg.ant-switch-checked {
|
|
1924
|
-
background-color: #00ba5d;
|
|
1925
|
-
}
|
|
1926
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1927
|
-
left: calc(100% - 20px - 2px);
|
|
1928
|
-
}
|
|
1929
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1930
|
-
left: calc(100% - 14px - 1px);
|
|
1931
|
-
}
|
|
1932
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1933
|
-
left: calc(100% - 28px - 2px);
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
.E_c1up6e3y {
|
|
1937
|
-
margin-left: 5px;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
1881
|
.E_rapgekc.ant-radio-wrapper {
|
|
1941
1882
|
display: inline-flex;
|
|
1942
1883
|
align-items: baseline;
|
|
@@ -2083,46 +2024,236 @@ html body {
|
|
|
2083
2024
|
width: 36px;
|
|
2084
2025
|
}
|
|
2085
2026
|
|
|
2086
|
-
.
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
.E_m7s48ia {
|
|
2092
|
-
max-width: 1120px;
|
|
2093
|
-
width: 100%;
|
|
2094
|
-
margin: 0 auto;
|
|
2095
|
-
height: 100%;
|
|
2027
|
+
.E_s1dizucg.ant-switch {
|
|
2028
|
+
min-width: 40px;
|
|
2029
|
+
height: 24px;
|
|
2030
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2031
|
+
overflow: hidden;
|
|
2096
2032
|
}
|
|
2097
|
-
|
|
2098
|
-
.
|
|
2099
|
-
max-width: 1120px;
|
|
2100
|
-
width: 100%;
|
|
2101
|
-
margin: 0 auto;
|
|
2102
|
-
display: flex;
|
|
2033
|
+
.E_s1dizucg.ant-switch:focus {
|
|
2034
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2103
2035
|
}
|
|
2104
|
-
.
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
flex-shrink: 0;
|
|
2108
|
-
flex-basis: 21%;
|
|
2036
|
+
.E_s1dizucg.ant-switch-small {
|
|
2037
|
+
min-width: 26px;
|
|
2038
|
+
height: 16px;
|
|
2109
2039
|
}
|
|
2110
|
-
.
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
padding-right: 44px;
|
|
2040
|
+
.E_s1dizucg.ant-switch-large {
|
|
2041
|
+
min-width: 52px;
|
|
2042
|
+
height: 32px;
|
|
2114
2043
|
}
|
|
2115
|
-
.
|
|
2116
|
-
|
|
2044
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2045
|
+
height: 20px;
|
|
2046
|
+
width: 20px;
|
|
2117
2047
|
}
|
|
2118
|
-
.
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
flex-shrink: 0;
|
|
2122
|
-
flex-basis: 58%;
|
|
2123
|
-
overflow: hidden;
|
|
2048
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2049
|
+
border-radius: 10px;
|
|
2050
|
+
transition-delay: 120ms;
|
|
2124
2051
|
}
|
|
2125
|
-
.
|
|
2052
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2053
|
+
height: 14px;
|
|
2054
|
+
width: 14px;
|
|
2055
|
+
top: 1px;
|
|
2056
|
+
left: 1px;
|
|
2057
|
+
}
|
|
2058
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2059
|
+
height: 28px;
|
|
2060
|
+
width: 28px;
|
|
2061
|
+
}
|
|
2062
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2063
|
+
border-radius: 14px;
|
|
2064
|
+
}
|
|
2065
|
+
.E_s1dizucg.ant-switch-checked {
|
|
2066
|
+
background-color: #00ba5d;
|
|
2067
|
+
}
|
|
2068
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2069
|
+
left: calc(100% - 20px - 2px);
|
|
2070
|
+
}
|
|
2071
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2072
|
+
left: calc(100% - 14px - 1px);
|
|
2073
|
+
}
|
|
2074
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2075
|
+
left: calc(100% - 28px - 2px);
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
.E_c1up6e3y {
|
|
2079
|
+
margin-left: 5px;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
.E_c1bus5hc {
|
|
2083
|
+
--color: white;
|
|
2084
|
+
height: 14px;
|
|
2085
|
+
width: 14px;
|
|
2086
|
+
border-radius: 50%;
|
|
2087
|
+
flex-shrink: 0;
|
|
2088
|
+
display: flex;
|
|
2089
|
+
align-items: center;
|
|
2090
|
+
justify-content: center;
|
|
2091
|
+
border: 1px solid var(--color);
|
|
2092
|
+
}
|
|
2093
|
+
.E_c1bus5hc .circle-inner {
|
|
2094
|
+
position: relative;
|
|
2095
|
+
height: 10px;
|
|
2096
|
+
width: 10px;
|
|
2097
|
+
border-radius: 50%;
|
|
2098
|
+
overflow: hidden;
|
|
2099
|
+
}
|
|
2100
|
+
.E_c1bus5hc .circle-content {
|
|
2101
|
+
position: absolute;
|
|
2102
|
+
height: 100%;
|
|
2103
|
+
width: 100%;
|
|
2104
|
+
left: 0;
|
|
2105
|
+
top: 0;
|
|
2106
|
+
border-radius: 50%;
|
|
2107
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2108
|
+
transform: rotate(180deg);
|
|
2109
|
+
}
|
|
2110
|
+
.E_c1bus5hc .circle-child {
|
|
2111
|
+
position: absolute;
|
|
2112
|
+
height: 100%;
|
|
2113
|
+
width: 100%;
|
|
2114
|
+
left: 0;
|
|
2115
|
+
top: 0;
|
|
2116
|
+
margin-left: 50%;
|
|
2117
|
+
transform-origin: left;
|
|
2118
|
+
background: white;
|
|
2119
|
+
transform: rotate(0deg);
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
.E_ivqqkzv {
|
|
2123
|
+
height: 24px;
|
|
2124
|
+
width: 56px !important;
|
|
2125
|
+
margin-right: 4px;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
.E_c1wk4q29 {
|
|
2129
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
.E_tju3gfj .date {
|
|
2133
|
+
margin-right: 4px;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.E_s1dni7lo {
|
|
2137
|
+
width: 430px !important;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
2141
|
+
padding: 8px 16px;
|
|
2142
|
+
line-height: 18px;
|
|
2143
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2144
|
+
height: 34px;
|
|
2145
|
+
min-height: 34px;
|
|
2146
|
+
box-sizing: border-box;
|
|
2147
|
+
margin-top: 8px;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
.E_o1ugr09p {
|
|
2151
|
+
display: flex;
|
|
2152
|
+
flex-direction: column;
|
|
2153
|
+
margin: 1px 8px;
|
|
2154
|
+
padding: 8px;
|
|
2155
|
+
border-radius: 4px;
|
|
2156
|
+
}
|
|
2157
|
+
.E_o1ugr09p .selected-icon {
|
|
2158
|
+
display: none;
|
|
2159
|
+
}
|
|
2160
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2161
|
+
padding-left: 8px;
|
|
2162
|
+
}
|
|
2163
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2164
|
+
background-color: white;
|
|
2165
|
+
}
|
|
2166
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2167
|
+
color: #0080ff;
|
|
2168
|
+
}
|
|
2169
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2170
|
+
display: block;
|
|
2171
|
+
}
|
|
2172
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
2173
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2174
|
+
}
|
|
2175
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2176
|
+
color: #0080ff;
|
|
2177
|
+
}
|
|
2178
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2179
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2180
|
+
color: #0080ff;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
.E_o1ifxsq4 {
|
|
2184
|
+
display: flex;
|
|
2185
|
+
justify-content: space-between;
|
|
2186
|
+
height: 20px;
|
|
2187
|
+
line-height: 20px;
|
|
2188
|
+
}
|
|
2189
|
+
.E_o1ifxsq4 .timezone-title {
|
|
2190
|
+
color: #2d3a56;
|
|
2191
|
+
overflow: hidden;
|
|
2192
|
+
text-overflow: ellipsis;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.E_o1zue7 {
|
|
2196
|
+
display: flex;
|
|
2197
|
+
justify-content: space-between;
|
|
2198
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2199
|
+
height: 18px;
|
|
2200
|
+
line-height: 18px;
|
|
2201
|
+
margin-top: 2px;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
.E_tyfmlxg {
|
|
2205
|
+
border: none;
|
|
2206
|
+
margin-right: 0;
|
|
2207
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
.E_o18uybox {
|
|
2211
|
+
pointer-events: none;
|
|
2212
|
+
height: 32px;
|
|
2213
|
+
width: 100%;
|
|
2214
|
+
opacity: 0;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.E_cnujxq2 {
|
|
2218
|
+
display: flex;
|
|
2219
|
+
flex-direction: column;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
.E_m7s48ia {
|
|
2223
|
+
max-width: 1120px;
|
|
2224
|
+
width: 100%;
|
|
2225
|
+
margin: 0 auto;
|
|
2226
|
+
height: 100%;
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
.E_wt5zbg6 {
|
|
2230
|
+
max-width: 1120px;
|
|
2231
|
+
width: 100%;
|
|
2232
|
+
margin: 0 auto;
|
|
2233
|
+
display: flex;
|
|
2234
|
+
}
|
|
2235
|
+
.E_wt5zbg6 .left,
|
|
2236
|
+
.E_wt5zbg6 .right {
|
|
2237
|
+
flex-grow: 0;
|
|
2238
|
+
flex-shrink: 0;
|
|
2239
|
+
flex-basis: 21%;
|
|
2240
|
+
}
|
|
2241
|
+
.E_wt5zbg6 .left {
|
|
2242
|
+
display: flex;
|
|
2243
|
+
justify-content: flex-end;
|
|
2244
|
+
padding-right: 44px;
|
|
2245
|
+
}
|
|
2246
|
+
.E_wt5zbg6 .right {
|
|
2247
|
+
padding-left: 44px;
|
|
2248
|
+
}
|
|
2249
|
+
.E_wt5zbg6 .middle {
|
|
2250
|
+
margin-bottom: 40px;
|
|
2251
|
+
flex-grow: 0;
|
|
2252
|
+
flex-shrink: 0;
|
|
2253
|
+
flex-basis: 58%;
|
|
2254
|
+
overflow: hidden;
|
|
2255
|
+
}
|
|
2256
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
2126
2257
|
width: 100%;
|
|
2127
2258
|
}
|
|
2128
2259
|
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
@@ -2773,56 +2904,6 @@ input.E_rf8rlle.ant-input {
|
|
|
2773
2904
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
2774
2905
|
}
|
|
2775
2906
|
|
|
2776
|
-
.E_ivqqkzv {
|
|
2777
|
-
height: 24px;
|
|
2778
|
-
width: 56px !important;
|
|
2779
|
-
margin-right: 4px;
|
|
2780
|
-
}
|
|
2781
|
-
|
|
2782
|
-
.E_c1wk4q29 {
|
|
2783
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
.E_c1bus5hc {
|
|
2787
|
-
--color: white;
|
|
2788
|
-
height: 14px;
|
|
2789
|
-
width: 14px;
|
|
2790
|
-
border-radius: 50%;
|
|
2791
|
-
flex-shrink: 0;
|
|
2792
|
-
display: flex;
|
|
2793
|
-
align-items: center;
|
|
2794
|
-
justify-content: center;
|
|
2795
|
-
border: 1px solid var(--color);
|
|
2796
|
-
}
|
|
2797
|
-
.E_c1bus5hc .circle-inner {
|
|
2798
|
-
position: relative;
|
|
2799
|
-
height: 10px;
|
|
2800
|
-
width: 10px;
|
|
2801
|
-
border-radius: 50%;
|
|
2802
|
-
overflow: hidden;
|
|
2803
|
-
}
|
|
2804
|
-
.E_c1bus5hc .circle-content {
|
|
2805
|
-
position: absolute;
|
|
2806
|
-
height: 100%;
|
|
2807
|
-
width: 100%;
|
|
2808
|
-
left: 0;
|
|
2809
|
-
top: 0;
|
|
2810
|
-
border-radius: 50%;
|
|
2811
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2812
|
-
transform: rotate(180deg);
|
|
2813
|
-
}
|
|
2814
|
-
.E_c1bus5hc .circle-child {
|
|
2815
|
-
position: absolute;
|
|
2816
|
-
height: 100%;
|
|
2817
|
-
width: 100%;
|
|
2818
|
-
left: 0;
|
|
2819
|
-
top: 0;
|
|
2820
|
-
margin-left: 50%;
|
|
2821
|
-
transform-origin: left;
|
|
2822
|
-
background: white;
|
|
2823
|
-
transform: rotate(0deg);
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
2907
|
.E_c1yyuluq {
|
|
2827
2908
|
border-radius: 8px;
|
|
2828
2909
|
}
|
|
@@ -2934,117 +3015,6 @@ input.E_rf8rlle.ant-input {
|
|
|
2934
3015
|
background-color: #7E41FF;
|
|
2935
3016
|
}
|
|
2936
3017
|
|
|
2937
|
-
.E_s1dni7lo {
|
|
2938
|
-
width: 430px !important;
|
|
2939
|
-
}
|
|
2940
|
-
|
|
2941
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
2942
|
-
padding: 8px 16px;
|
|
2943
|
-
line-height: 18px;
|
|
2944
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2945
|
-
height: 34px;
|
|
2946
|
-
min-height: 34px;
|
|
2947
|
-
box-sizing: border-box;
|
|
2948
|
-
margin-top: 8px;
|
|
2949
|
-
}
|
|
2950
|
-
|
|
2951
|
-
.E_o1ugr09p {
|
|
2952
|
-
display: flex;
|
|
2953
|
-
flex-direction: column;
|
|
2954
|
-
margin: 1px 8px;
|
|
2955
|
-
padding: 8px;
|
|
2956
|
-
border-radius: 4px;
|
|
2957
|
-
}
|
|
2958
|
-
.E_o1ugr09p .selected-icon {
|
|
2959
|
-
display: none;
|
|
2960
|
-
}
|
|
2961
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2962
|
-
padding-left: 8px;
|
|
2963
|
-
}
|
|
2964
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2965
|
-
background-color: white;
|
|
2966
|
-
}
|
|
2967
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2968
|
-
color: #0080ff;
|
|
2969
|
-
}
|
|
2970
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2971
|
-
display: block;
|
|
2972
|
-
}
|
|
2973
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
2974
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2975
|
-
}
|
|
2976
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2977
|
-
color: #0080ff;
|
|
2978
|
-
}
|
|
2979
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2980
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2981
|
-
color: #0080ff;
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
|
-
.E_o1ifxsq4 {
|
|
2985
|
-
display: flex;
|
|
2986
|
-
justify-content: space-between;
|
|
2987
|
-
height: 20px;
|
|
2988
|
-
line-height: 20px;
|
|
2989
|
-
}
|
|
2990
|
-
.E_o1ifxsq4 .timezone-title {
|
|
2991
|
-
color: #2d3a56;
|
|
2992
|
-
overflow: hidden;
|
|
2993
|
-
text-overflow: ellipsis;
|
|
2994
|
-
}
|
|
2995
|
-
|
|
2996
|
-
.E_o1zue7 {
|
|
2997
|
-
display: flex;
|
|
2998
|
-
justify-content: space-between;
|
|
2999
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3000
|
-
height: 18px;
|
|
3001
|
-
line-height: 18px;
|
|
3002
|
-
margin-top: 2px;
|
|
3003
|
-
}
|
|
3004
|
-
|
|
3005
|
-
.E_tyfmlxg {
|
|
3006
|
-
border: none;
|
|
3007
|
-
margin-right: 0;
|
|
3008
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3009
|
-
}
|
|
3010
|
-
|
|
3011
|
-
.E_o18uybox {
|
|
3012
|
-
pointer-events: none;
|
|
3013
|
-
height: 32px;
|
|
3014
|
-
width: 100%;
|
|
3015
|
-
opacity: 0;
|
|
3016
|
-
}
|
|
3017
|
-
|
|
3018
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
3019
|
-
display: inline-flex;
|
|
3020
|
-
align-items: center;
|
|
3021
|
-
justify-content: center;
|
|
3022
|
-
color: #fff;
|
|
3023
|
-
font-weight: bold;
|
|
3024
|
-
font-size: 12px;
|
|
3025
|
-
width: 24px;
|
|
3026
|
-
height: 24px;
|
|
3027
|
-
border-radius: 50%;
|
|
3028
|
-
background: var(--a1b5xrg3-0);
|
|
3029
|
-
}
|
|
3030
|
-
.E_a1b5xrg3.btn-item {
|
|
3031
|
-
transition: all 160ms ease;
|
|
3032
|
-
cursor: pointer;
|
|
3033
|
-
width: 56px;
|
|
3034
|
-
height: 40px;
|
|
3035
|
-
display: inline-flex;
|
|
3036
|
-
align-items: center;
|
|
3037
|
-
justify-content: center;
|
|
3038
|
-
border-radius: 6px;
|
|
3039
|
-
}
|
|
3040
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
3041
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3042
|
-
}
|
|
3043
|
-
.E_a1b5xrg3.btn-item:active {
|
|
3044
|
-
transform: translateY(2px);
|
|
3045
|
-
transition: all 320ms ease;
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
3018
|
.E_iq1gosr {
|
|
3049
3019
|
display: inline-block;
|
|
3050
3020
|
}
|
|
@@ -3524,6 +3494,36 @@ input.E_rf8rlle.ant-input {
|
|
|
3524
3494
|
line-height: 12px;
|
|
3525
3495
|
}
|
|
3526
3496
|
|
|
3497
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3498
|
+
display: inline-flex;
|
|
3499
|
+
align-items: center;
|
|
3500
|
+
justify-content: center;
|
|
3501
|
+
color: #fff;
|
|
3502
|
+
font-weight: bold;
|
|
3503
|
+
font-size: 12px;
|
|
3504
|
+
width: 24px;
|
|
3505
|
+
height: 24px;
|
|
3506
|
+
border-radius: 50%;
|
|
3507
|
+
background: var(--a1b5xrg3-0);
|
|
3508
|
+
}
|
|
3509
|
+
.E_a1b5xrg3.btn-item {
|
|
3510
|
+
transition: all 160ms ease;
|
|
3511
|
+
cursor: pointer;
|
|
3512
|
+
width: 56px;
|
|
3513
|
+
height: 40px;
|
|
3514
|
+
display: inline-flex;
|
|
3515
|
+
align-items: center;
|
|
3516
|
+
justify-content: center;
|
|
3517
|
+
border-radius: 6px;
|
|
3518
|
+
}
|
|
3519
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3520
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3521
|
+
}
|
|
3522
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3523
|
+
transform: translateY(2px);
|
|
3524
|
+
transition: all 320ms ease;
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3527
3527
|
.E_m196gn1d {
|
|
3528
3528
|
min-width: 1280px;
|
|
3529
3529
|
}
|
|
@@ -3539,43 +3539,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3539
3539
|
visibility: hidden;
|
|
3540
3540
|
}
|
|
3541
3541
|
|
|
3542
|
-
.E_b1lj76ty {
|
|
3543
|
-
width: 100%;
|
|
3544
|
-
height: 100%;
|
|
3545
|
-
margin: 0 auto;
|
|
3546
|
-
display: flex;
|
|
3547
|
-
flex-direction: column;
|
|
3548
|
-
align-items: center;
|
|
3549
|
-
justify-content: center;
|
|
3550
|
-
color: rgba(0, 21, 64, 0.3);
|
|
3551
|
-
}
|
|
3552
|
-
.E_b1lj76ty.large {
|
|
3553
|
-
max-width: 648px;
|
|
3554
|
-
}
|
|
3555
|
-
.E_b1lj76ty.medium {
|
|
3556
|
-
max-width: 412px;
|
|
3557
|
-
}
|
|
3558
|
-
.E_b1lj76ty.gray {
|
|
3559
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3560
|
-
}
|
|
3561
|
-
.E_b1lj76ty.white {
|
|
3562
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3563
|
-
}
|
|
3564
|
-
.E_b1lj76ty .title {
|
|
3565
|
-
margin-bottom: 4px;
|
|
3566
|
-
}
|
|
3567
|
-
.E_b1lj76ty .title,
|
|
3568
|
-
.E_b1lj76ty .desc {
|
|
3569
|
-
word-break: break-all;
|
|
3570
|
-
text-align: center;
|
|
3571
|
-
}
|
|
3572
|
-
.E_b1lj76ty .action-button.middle {
|
|
3573
|
-
margin-top: 16px;
|
|
3574
|
-
}
|
|
3575
|
-
.E_b1lj76ty .action-button.small {
|
|
3576
|
-
margin-top: 8px;
|
|
3577
|
-
}
|
|
3578
|
-
|
|
3579
3542
|
.E_hrhfj7c {
|
|
3580
3543
|
display: none;
|
|
3581
3544
|
}
|
|
@@ -3795,6 +3758,43 @@ input.E_rf8rlle.ant-input {
|
|
|
3795
3758
|
font-size: 14px;
|
|
3796
3759
|
}
|
|
3797
3760
|
|
|
3761
|
+
.E_b1lj76ty {
|
|
3762
|
+
width: 100%;
|
|
3763
|
+
height: 100%;
|
|
3764
|
+
margin: 0 auto;
|
|
3765
|
+
display: flex;
|
|
3766
|
+
flex-direction: column;
|
|
3767
|
+
align-items: center;
|
|
3768
|
+
justify-content: center;
|
|
3769
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3770
|
+
}
|
|
3771
|
+
.E_b1lj76ty.large {
|
|
3772
|
+
max-width: 648px;
|
|
3773
|
+
}
|
|
3774
|
+
.E_b1lj76ty.medium {
|
|
3775
|
+
max-width: 412px;
|
|
3776
|
+
}
|
|
3777
|
+
.E_b1lj76ty.gray {
|
|
3778
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3779
|
+
}
|
|
3780
|
+
.E_b1lj76ty.white {
|
|
3781
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3782
|
+
}
|
|
3783
|
+
.E_b1lj76ty .title {
|
|
3784
|
+
margin-bottom: 4px;
|
|
3785
|
+
}
|
|
3786
|
+
.E_b1lj76ty .title,
|
|
3787
|
+
.E_b1lj76ty .desc {
|
|
3788
|
+
word-break: break-all;
|
|
3789
|
+
text-align: center;
|
|
3790
|
+
}
|
|
3791
|
+
.E_b1lj76ty .action-button.middle {
|
|
3792
|
+
margin-top: 16px;
|
|
3793
|
+
}
|
|
3794
|
+
.E_b1lj76ty .action-button.small {
|
|
3795
|
+
margin-top: 8px;
|
|
3796
|
+
}
|
|
3797
|
+
|
|
3798
3798
|
.E_suhck3k {
|
|
3799
3799
|
height: 24px;
|
|
3800
3800
|
width: 24px;
|
|
@@ -3824,6 +3824,35 @@ input.E_rf8rlle.ant-input {
|
|
|
3824
3824
|
margin-right: 6px;
|
|
3825
3825
|
}
|
|
3826
3826
|
|
|
3827
|
+
.E_m5foqp8 {
|
|
3828
|
+
--footer-height: 96px;
|
|
3829
|
+
--modal-content-width: 720px;
|
|
3830
|
+
--modal-content-min-height: 200px;
|
|
3831
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3832
|
+
--modal-content-padding-top: 24px;
|
|
3833
|
+
--modal-content-padding-bottom: 32px;
|
|
3834
|
+
--modal-content-padding-x: 60px;
|
|
3835
|
+
--modal-footer-padding: 0 60px;
|
|
3836
|
+
}
|
|
3837
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
3838
|
+
height: calc(100vh - 80px);
|
|
3839
|
+
width: calc(100vw - 160px);
|
|
3840
|
+
}
|
|
3841
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
3842
|
+
width: 100%;
|
|
3843
|
+
height: 100%;
|
|
3844
|
+
max-width: unset;
|
|
3845
|
+
max-height: unset;
|
|
3846
|
+
display: flex;
|
|
3847
|
+
flex-direction: column;
|
|
3848
|
+
}
|
|
3849
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
3850
|
+
flex: 1;
|
|
3851
|
+
}
|
|
3852
|
+
.E_m5foqp8 .initializing-title {
|
|
3853
|
+
height: 32px;
|
|
3854
|
+
}
|
|
3855
|
+
|
|
3827
3856
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3828
3857
|
border-radius: 6px;
|
|
3829
3858
|
}
|
|
@@ -3881,46 +3910,8 @@ input.E_rf8rlle.ant-input {
|
|
|
3881
3910
|
transform: rotate(180deg);
|
|
3882
3911
|
}
|
|
3883
3912
|
|
|
3884
|
-
.
|
|
3885
|
-
|
|
3886
|
-
--modal-content-width: 720px;
|
|
3887
|
-
--modal-content-min-height: 200px;
|
|
3888
|
-
--modal-content-max-height: calc(100vh - 136px);
|
|
3889
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3890
|
-
--modal-content-padding-top: 24px;
|
|
3891
|
-
--modal-content-padding-bottom: 32px;
|
|
3892
|
-
--modal-content-padding-x: 60px;
|
|
3893
|
-
--modal-footer-padding: 0 60px;
|
|
3894
|
-
}
|
|
3895
|
-
.E_m5foqp8.content-full.ant-modal {
|
|
3896
|
-
height: calc(100vh - 80px);
|
|
3897
|
-
width: calc(100vw - 160px);
|
|
3898
|
-
}
|
|
3899
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
3900
|
-
width: 100%;
|
|
3901
|
-
height: 100%;
|
|
3902
|
-
max-width: unset;
|
|
3903
|
-
max-height: unset;
|
|
3904
|
-
display: flex;
|
|
3905
|
-
flex-direction: column;
|
|
3906
|
-
}
|
|
3907
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
3908
|
-
flex: 1;
|
|
3909
|
-
}
|
|
3910
|
-
.E_m5foqp8 .initializing-title {
|
|
3911
|
-
height: 32px;
|
|
3912
|
-
}
|
|
3913
|
-
|
|
3914
|
-
.E_ckaaqep {
|
|
3915
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3916
|
-
content: "";
|
|
3917
|
-
height: 100%;
|
|
3918
|
-
margin: 0 6px;
|
|
3919
|
-
width: 1px;
|
|
3920
|
-
}
|
|
3921
|
-
|
|
3922
|
-
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3923
|
-
opacity: 1;
|
|
3913
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3914
|
+
opacity: 1;
|
|
3924
3915
|
}
|
|
3925
3916
|
.E_s4ivdfu.ant-select.select-loading-value {
|
|
3926
3917
|
pointer-events: none;
|
|
@@ -4071,6 +4062,14 @@ input.E_rf8rlle.ant-input {
|
|
|
4071
4062
|
flex-shrink: 0;
|
|
4072
4063
|
}
|
|
4073
4064
|
|
|
4065
|
+
.E_ckaaqep {
|
|
4066
|
+
background: rgba(172, 186, 211, 0.6);
|
|
4067
|
+
content: "";
|
|
4068
|
+
height: 100%;
|
|
4069
|
+
margin: 0 6px;
|
|
4070
|
+
width: 1px;
|
|
4071
|
+
}
|
|
4072
|
+
|
|
4074
4073
|
.E_h12yihis {
|
|
4075
4074
|
height: 50px;
|
|
4076
4075
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -4467,6 +4466,41 @@ input.E_rf8rlle.ant-input {
|
|
|
4467
4466
|
height: 16px;
|
|
4468
4467
|
}
|
|
4469
4468
|
|
|
4469
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4470
|
+
margin-right: 2px;
|
|
4471
|
+
}
|
|
4472
|
+
|
|
4473
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4474
|
+
padding-left: 8px;
|
|
4475
|
+
padding-right: 8px;
|
|
4476
|
+
font-size: 12px;
|
|
4477
|
+
}
|
|
4478
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4479
|
+
border-radius: 4px;
|
|
4480
|
+
}
|
|
4481
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4482
|
+
border-radius: 4px;
|
|
4483
|
+
}
|
|
4484
|
+
|
|
4485
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4486
|
+
padding-left: 12px;
|
|
4487
|
+
padding-right: 12px;
|
|
4488
|
+
}
|
|
4489
|
+
|
|
4490
|
+
.E_ckld275 {
|
|
4491
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4492
|
+
}
|
|
4493
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4494
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4495
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4496
|
+
}
|
|
4497
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4498
|
+
background-color: transparent;
|
|
4499
|
+
}
|
|
4500
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4501
|
+
background-color: transparent;
|
|
4502
|
+
}
|
|
4503
|
+
|
|
4470
4504
|
.E_r77hffu {
|
|
4471
4505
|
display: flex;
|
|
4472
4506
|
align-items: center;
|
|
@@ -4486,6 +4520,23 @@ input.E_rf8rlle.ant-input {
|
|
|
4486
4520
|
margin-inline-end: unset;
|
|
4487
4521
|
}
|
|
4488
4522
|
|
|
4523
|
+
.E_b14q2gmw {
|
|
4524
|
+
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);
|
|
4525
|
+
}
|
|
4526
|
+
|
|
4527
|
+
.E_c1eym6el {
|
|
4528
|
+
border-radius: 8px;
|
|
4529
|
+
background-color: white;
|
|
4530
|
+
}
|
|
4531
|
+
.E_c1eym6el.hoverable {
|
|
4532
|
+
cursor: pointer;
|
|
4533
|
+
}
|
|
4534
|
+
.E_c1eym6el.hoverable:hover {
|
|
4535
|
+
transition: all 200ms ease;
|
|
4536
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4537
|
+
transform: translateY(-4px);
|
|
4538
|
+
}
|
|
4539
|
+
|
|
4489
4540
|
.E_c1kghdax {
|
|
4490
4541
|
color: #2d3a56;
|
|
4491
4542
|
padding: 7px 12px;
|
|
@@ -4530,89 +4581,68 @@ input.E_rf8rlle.ant-input {
|
|
|
4530
4581
|
padding: 0 12px 14px 12px;
|
|
4531
4582
|
}
|
|
4532
4583
|
|
|
4533
|
-
.
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
.E_c1eym6el {
|
|
4538
|
-
border-radius: 8px;
|
|
4539
|
-
background-color: white;
|
|
4540
|
-
}
|
|
4541
|
-
.E_c1eym6el.hoverable {
|
|
4542
|
-
cursor: pointer;
|
|
4543
|
-
}
|
|
4544
|
-
.E_c1eym6el.hoverable:hover {
|
|
4545
|
-
transition: all 200ms ease;
|
|
4546
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4547
|
-
transform: translateY(-4px);
|
|
4584
|
+
.E_ckui4s7 {
|
|
4585
|
+
color: #2d3a56;
|
|
4586
|
+
line-height: 22px;
|
|
4587
|
+
display: inline-flex;
|
|
4548
4588
|
}
|
|
4549
|
-
|
|
4550
|
-
.E_l1ucdodl {
|
|
4551
|
-
margin: 0;
|
|
4552
|
-
border-radius: 20px;
|
|
4553
|
-
padding: 2px 10px;
|
|
4589
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4554
4590
|
height: 22px;
|
|
4555
4591
|
display: flex;
|
|
4556
4592
|
align-items: center;
|
|
4593
|
+
top: 0;
|
|
4557
4594
|
}
|
|
4558
|
-
.
|
|
4559
|
-
|
|
4560
|
-
}
|
|
4561
|
-
.E_l1ucdodl.tag-hover {
|
|
4562
|
-
cursor: pointer;
|
|
4563
|
-
}
|
|
4564
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
4565
|
-
color: #00122e;
|
|
4595
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4596
|
+
border: none;
|
|
4566
4597
|
}
|
|
4567
|
-
.
|
|
4568
|
-
|
|
4598
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4599
|
+
border-color: #0080ff;
|
|
4569
4600
|
}
|
|
4570
|
-
.
|
|
4571
|
-
|
|
4572
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4601
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4602
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4573
4603
|
}
|
|
4574
|
-
.
|
|
4575
|
-
|
|
4604
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4605
|
+
border: 1px solid #0080ff;
|
|
4576
4606
|
}
|
|
4577
|
-
.
|
|
4578
|
-
background
|
|
4607
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4608
|
+
background: #0080ff;
|
|
4579
4609
|
}
|
|
4580
|
-
.
|
|
4581
|
-
background-color: #
|
|
4610
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4611
|
+
background-color: #fff;
|
|
4612
|
+
height: 2px;
|
|
4613
|
+
width: 10px;
|
|
4614
|
+
border-radius: 2px;
|
|
4582
4615
|
}
|
|
4583
|
-
.
|
|
4584
|
-
|
|
4616
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4617
|
+
opacity: 0.5;
|
|
4585
4618
|
}
|
|
4586
|
-
.
|
|
4587
|
-
background
|
|
4619
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4620
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4621
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4588
4622
|
}
|
|
4589
|
-
.
|
|
4590
|
-
|
|
4623
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4624
|
+
border-color: #2d3a56;
|
|
4591
4625
|
}
|
|
4592
|
-
.
|
|
4593
|
-
background
|
|
4626
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4627
|
+
background: #2d3a56;
|
|
4594
4628
|
}
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
width: 8px;
|
|
4598
|
-
height: 8px;
|
|
4599
|
-
border-radius: 50%;
|
|
4600
|
-
display: inline-block;
|
|
4629
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4630
|
+
padding: 0;
|
|
4601
4631
|
}
|
|
4602
|
-
|
|
4603
|
-
.E_s5x1boq {
|
|
4604
|
-
width: 8px;
|
|
4605
|
-
height: 8px;
|
|
4606
|
-
border-radius: 2px;
|
|
4632
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4607
4633
|
display: inline-block;
|
|
4634
|
+
margin-left: 12px;
|
|
4635
|
+
color: #2d3a56;
|
|
4608
4636
|
}
|
|
4609
|
-
|
|
4610
|
-
|
|
4637
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4638
|
+
margin-left: 28px;
|
|
4611
4639
|
color: rgba(44, 56, 82, 0.6);
|
|
4612
4640
|
}
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4641
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4642
|
+
margin-left: 8px;
|
|
4643
|
+
}
|
|
4644
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4645
|
+
margin-left: 24px;
|
|
4616
4646
|
}
|
|
4617
4647
|
|
|
4618
4648
|
button.E_l48ei06.ant-btn,
|
|
@@ -4667,318 +4697,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4667
4697
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
4668
4698
|
}
|
|
4669
4699
|
|
|
4670
|
-
.
|
|
4671
|
-
margin
|
|
4700
|
+
.E_l1ucdodl {
|
|
4701
|
+
margin: 0;
|
|
4702
|
+
border-radius: 20px;
|
|
4703
|
+
padding: 2px 10px;
|
|
4704
|
+
height: 22px;
|
|
4705
|
+
display: flex;
|
|
4706
|
+
align-items: center;
|
|
4672
4707
|
}
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
padding-left: 8px;
|
|
4676
|
-
padding-right: 8px;
|
|
4677
|
-
font-size: 12px;
|
|
4708
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
4709
|
+
color: #FFFFFF;
|
|
4678
4710
|
}
|
|
4679
|
-
.
|
|
4680
|
-
|
|
4711
|
+
.E_l1ucdodl.tag-hover {
|
|
4712
|
+
cursor: pointer;
|
|
4681
4713
|
}
|
|
4682
|
-
.
|
|
4683
|
-
|
|
4714
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
4715
|
+
color: #00122e;
|
|
4684
4716
|
}
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
padding-left: 12px;
|
|
4688
|
-
padding-right: 12px;
|
|
4717
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4718
|
+
margin-right: 6px;
|
|
4689
4719
|
}
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4720
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4721
|
+
margin-left: 8px;
|
|
4722
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4693
4723
|
}
|
|
4694
|
-
.
|
|
4695
|
-
|
|
4696
|
-
color: rgba(44, 56, 82, 0.75);
|
|
4724
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
4725
|
+
color: #FFFFFF;
|
|
4697
4726
|
}
|
|
4698
|
-
.
|
|
4699
|
-
background-color:
|
|
4727
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
4728
|
+
background-color: #0080ff;
|
|
4700
4729
|
}
|
|
4701
|
-
.
|
|
4702
|
-
background-color:
|
|
4730
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
4731
|
+
background-color: #f0483e;
|
|
4703
4732
|
}
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
color: #2d3a56;
|
|
4707
|
-
line-height: 22px;
|
|
4708
|
-
display: inline-flex;
|
|
4733
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
4734
|
+
background-color: #fea008;
|
|
4709
4735
|
}
|
|
4710
|
-
.
|
|
4711
|
-
|
|
4712
|
-
display: flex;
|
|
4713
|
-
align-items: center;
|
|
4714
|
-
top: 0;
|
|
4736
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
4737
|
+
background-color: #00ba5d;
|
|
4715
4738
|
}
|
|
4716
|
-
.
|
|
4717
|
-
|
|
4718
|
-
}
|
|
4719
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4720
|
-
border-color: #0080ff;
|
|
4721
|
-
}
|
|
4722
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4723
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4724
|
-
}
|
|
4725
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4726
|
-
border: 1px solid #0080ff;
|
|
4727
|
-
}
|
|
4728
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4729
|
-
background: #0080ff;
|
|
4730
|
-
}
|
|
4731
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4732
|
-
background-color: #fff;
|
|
4733
|
-
height: 2px;
|
|
4734
|
-
width: 10px;
|
|
4735
|
-
border-radius: 2px;
|
|
4736
|
-
}
|
|
4737
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4738
|
-
opacity: 0.5;
|
|
4739
|
-
}
|
|
4740
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4741
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4742
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4743
|
-
}
|
|
4744
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4745
|
-
border-color: #2d3a56;
|
|
4746
|
-
}
|
|
4747
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4748
|
-
background: #2d3a56;
|
|
4749
|
-
}
|
|
4750
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4751
|
-
padding: 0;
|
|
4752
|
-
}
|
|
4753
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4754
|
-
display: inline-block;
|
|
4755
|
-
margin-left: 12px;
|
|
4756
|
-
color: #2d3a56;
|
|
4757
|
-
}
|
|
4758
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4759
|
-
margin-left: 28px;
|
|
4760
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4761
|
-
}
|
|
4762
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4763
|
-
margin-left: 8px;
|
|
4764
|
-
}
|
|
4765
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4766
|
-
margin-left: 24px;
|
|
4767
|
-
}
|
|
4768
|
-
|
|
4769
|
-
.E_m11nzl2x {
|
|
4770
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4771
|
-
text-align: center;
|
|
4772
|
-
display: flex;
|
|
4773
|
-
align-items: center;
|
|
4774
|
-
justify-content: center;
|
|
4775
|
-
flex-direction: column;
|
|
4776
|
-
height: 100%;
|
|
4777
|
-
}
|
|
4778
|
-
.E_m11nzl2x .link {
|
|
4779
|
-
color: #0080ff;
|
|
4780
|
-
cursor: pointer;
|
|
4781
|
-
}
|
|
4782
|
-
|
|
4783
|
-
.E_mn7joto {
|
|
4784
|
-
width: 100%;
|
|
4785
|
-
height: 100%;
|
|
4786
|
-
display: flex;
|
|
4787
|
-
flex-direction: column;
|
|
4788
|
-
}
|
|
4789
|
-
.E_mn7joto .name-toolbar {
|
|
4790
|
-
width: 100%;
|
|
4791
|
-
display: flex;
|
|
4792
|
-
line-height: 30px;
|
|
4793
|
-
justify-content: space-between;
|
|
4794
|
-
}
|
|
4795
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
4796
|
-
display: flex;
|
|
4797
|
-
font-size: 12px;
|
|
4798
|
-
align-items: center;
|
|
4799
|
-
}
|
|
4800
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
4801
|
-
color: #a3b4cc;
|
|
4802
|
-
}
|
|
4803
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
4804
|
-
margin-left: 10px;
|
|
4805
|
-
}
|
|
4806
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
4807
|
-
margin-left: 10px;
|
|
4808
|
-
cursor: pointer;
|
|
4809
|
-
}
|
|
4810
|
-
.E_mn7joto .content {
|
|
4811
|
-
flex: 1;
|
|
4812
|
-
width: 100%;
|
|
4813
|
-
display: flex;
|
|
4814
|
-
justify-content: center;
|
|
4815
|
-
align-items: center;
|
|
4816
|
-
}
|
|
4817
|
-
.E_mn7joto .single-content {
|
|
4818
|
-
height: 65px;
|
|
4819
|
-
}
|
|
4820
|
-
|
|
4821
|
-
.E_l1bifhon {
|
|
4822
|
-
display: flex;
|
|
4823
|
-
align-items: center;
|
|
4824
|
-
white-space: nowrap;
|
|
4825
|
-
overflow: hidden;
|
|
4826
|
-
width: 100%;
|
|
4827
|
-
}
|
|
4828
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
4829
|
-
font-size: 12px;
|
|
4830
|
-
margin-left: 8px;
|
|
4831
|
-
}
|
|
4832
|
-
|
|
4833
|
-
.E_ltthzck {
|
|
4834
|
-
display: flex;
|
|
4835
|
-
justify-content: flex-start;
|
|
4836
|
-
align-items: center;
|
|
4837
|
-
font-size: 12px;
|
|
4838
|
-
cursor: pointer;
|
|
4839
|
-
}
|
|
4840
|
-
.E_ltthzck:not(:first-child) {
|
|
4841
|
-
margin-left: 8px;
|
|
4842
|
-
}
|
|
4843
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
4844
|
-
opacity: 0.3;
|
|
4845
|
-
}
|
|
4846
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
4847
|
-
background: #b4beca !important;
|
|
4848
|
-
border-radius: 2px;
|
|
4849
|
-
}
|
|
4850
|
-
.E_ltthzck.hoverering-self {
|
|
4851
|
-
opacity: 1;
|
|
4852
|
-
}
|
|
4853
|
-
.E_ltthzck .dropdown-trigger {
|
|
4854
|
-
margin-left: 12px;
|
|
4855
|
-
}
|
|
4856
|
-
.E_ltthzck .legend-name {
|
|
4857
|
-
color: #00122e;
|
|
4739
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4740
|
+
background-color: #6b7d99;
|
|
4858
4741
|
}
|
|
4859
|
-
.
|
|
4860
|
-
|
|
4861
|
-
align-items: center;
|
|
4862
|
-
margin-left: 4px;
|
|
4742
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4743
|
+
background-color: #7E41FF;
|
|
4863
4744
|
}
|
|
4864
4745
|
|
|
4865
|
-
.
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
cursor: pointer;
|
|
4871
|
-
}
|
|
4872
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
4873
|
-
opacity: 0.3;
|
|
4874
|
-
}
|
|
4875
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
4876
|
-
background: #b4beca !important;
|
|
4877
|
-
border-radius: 2px;
|
|
4878
|
-
}
|
|
4879
|
-
.E_l1mumj7o .legend-name {
|
|
4880
|
-
color: #00122e;
|
|
4881
|
-
}
|
|
4882
|
-
.E_l1mumj7o.hoverering-self {
|
|
4883
|
-
opacity: 1;
|
|
4884
|
-
}
|
|
4885
|
-
.E_l1mumj7o .icon-suffix-wrapper {
|
|
4886
|
-
margin-left: 4px;
|
|
4887
|
-
display: flex;
|
|
4888
|
-
align-items: center;
|
|
4746
|
+
.E_s1qj66nc {
|
|
4747
|
+
width: 8px;
|
|
4748
|
+
height: 8px;
|
|
4749
|
+
border-radius: 50%;
|
|
4750
|
+
display: inline-block;
|
|
4889
4751
|
}
|
|
4890
4752
|
|
|
4891
|
-
.
|
|
4892
|
-
display: inline-block;
|
|
4893
|
-
height: 8px;
|
|
4753
|
+
.E_s5x1boq {
|
|
4894
4754
|
width: 8px;
|
|
4895
|
-
|
|
4755
|
+
height: 8px;
|
|
4896
4756
|
border-radius: 2px;
|
|
4757
|
+
display: inline-block;
|
|
4897
4758
|
}
|
|
4898
4759
|
|
|
4899
|
-
.
|
|
4900
|
-
|
|
4901
|
-
align-items: center;
|
|
4902
|
-
font-size: 12px;
|
|
4903
|
-
margin: 0;
|
|
4904
|
-
}
|
|
4905
|
-
|
|
4906
|
-
.E_lqeaosa {
|
|
4907
|
-
position: relative;
|
|
4908
|
-
}
|
|
4909
|
-
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
4910
|
-
bottom: -12px;
|
|
4911
|
-
}
|
|
4912
|
-
.E_lqeaosa .metric-toolbar {
|
|
4913
|
-
display: flex;
|
|
4914
|
-
justify-content: space-between;
|
|
4915
|
-
line-height: 30px;
|
|
4916
|
-
}
|
|
4917
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
4918
|
-
display: flex;
|
|
4919
|
-
flex-shrink: 0;
|
|
4920
|
-
font-size: 12px;
|
|
4921
|
-
align-items: center;
|
|
4922
|
-
}
|
|
4923
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
4924
|
-
color: #a3b4cc;
|
|
4925
|
-
}
|
|
4926
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
4927
|
-
margin-left: 10px;
|
|
4928
|
-
}
|
|
4929
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
4930
|
-
margin-left: 10px;
|
|
4931
|
-
cursor: pointer;
|
|
4932
|
-
}
|
|
4933
|
-
.E_lqeaosa .recharts-xAxis {
|
|
4934
|
-
font-size: 12px;
|
|
4935
|
-
}
|
|
4936
|
-
.E_lqeaosa .pointer-wrapper {
|
|
4937
|
-
position: absolute;
|
|
4938
|
-
bottom: 10px;
|
|
4939
|
-
padding: 0 8px;
|
|
4940
|
-
font-size: 12px;
|
|
4941
|
-
color: #fff;
|
|
4942
|
-
transform: translateX(-50%);
|
|
4943
|
-
}
|
|
4944
|
-
|
|
4945
|
-
.E_t2pr38p {
|
|
4946
|
-
min-width: 200px;
|
|
4947
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
4948
|
-
border-radius: 4px;
|
|
4949
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
4950
|
-
padding: 8px;
|
|
4951
|
-
}
|
|
4952
|
-
|
|
4953
|
-
.E_tecdsj7 {
|
|
4954
|
-
display: flex;
|
|
4955
|
-
align-items: center;
|
|
4956
|
-
background-color: unset;
|
|
4957
|
-
color: #FFFFFF;
|
|
4958
|
-
justify-content: space-between;
|
|
4959
|
-
font-size: 12px;
|
|
4960
|
-
padding-top: 6px;
|
|
4961
|
-
}
|
|
4962
|
-
.E_tecdsj7:first-child {
|
|
4963
|
-
padding-top: 3px;
|
|
4964
|
-
}
|
|
4965
|
-
.E_tecdsj7:last-child {
|
|
4966
|
-
padding-bottom: 3px;
|
|
4967
|
-
}
|
|
4968
|
-
.E_tecdsj7 .column-value {
|
|
4969
|
-
color: #FFFFFF;
|
|
4970
|
-
margin-left: 8px;
|
|
4760
|
+
.E_c1xm185 {
|
|
4761
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4971
4762
|
}
|
|
4972
4763
|
|
|
4973
|
-
.
|
|
4974
|
-
|
|
4975
|
-
height: 8px;
|
|
4976
|
-
width: 8px;
|
|
4977
|
-
margin-right: 8px;
|
|
4978
|
-
border-radius: 2px;
|
|
4979
|
-
}
|
|
4980
|
-
.E_ljhvvia.borderd {
|
|
4981
|
-
border: 1px solid #fff;
|
|
4764
|
+
.E_c1x5l5qc {
|
|
4765
|
+
flex: 1;
|
|
4982
4766
|
}
|
|
4983
4767
|
|
|
4984
4768
|
.E_sddwhm6 {
|
|
@@ -5427,56 +5211,168 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5427
5211
|
background: #fff;
|
|
5428
5212
|
}
|
|
5429
5213
|
|
|
5430
|
-
.
|
|
5431
|
-
|
|
5432
|
-
|
|
5214
|
+
.E_msn7nxt {
|
|
5215
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5216
|
+
text-align: center;
|
|
5433
5217
|
display: flex;
|
|
5434
5218
|
align-items: center;
|
|
5435
5219
|
justify-content: center;
|
|
5436
|
-
|
|
5437
|
-
|
|
5220
|
+
flex-direction: column;
|
|
5221
|
+
height: 100%;
|
|
5222
|
+
}
|
|
5223
|
+
.E_msn7nxt .link {
|
|
5224
|
+
color: #0080ff;
|
|
5225
|
+
cursor: pointer;
|
|
5438
5226
|
}
|
|
5439
5227
|
|
|
5440
|
-
.
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5228
|
+
.E_mp64wfi {
|
|
5229
|
+
width: 100%;
|
|
5230
|
+
height: 100%;
|
|
5231
|
+
display: flex;
|
|
5232
|
+
flex-direction: column;
|
|
5233
|
+
}
|
|
5234
|
+
.E_mp64wfi .name-toolbar {
|
|
5235
|
+
width: 100%;
|
|
5236
|
+
display: flex;
|
|
5237
|
+
line-height: 30px;
|
|
5238
|
+
padding: 0 16px;
|
|
5239
|
+
justify-content: space-between;
|
|
5240
|
+
}
|
|
5241
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5242
|
+
display: flex;
|
|
5243
|
+
font-size: 12px;
|
|
5244
|
+
align-items: center;
|
|
5245
|
+
}
|
|
5246
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5247
|
+
color: #a3b4cc;
|
|
5248
|
+
}
|
|
5249
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5250
|
+
margin-left: 10px;
|
|
5251
|
+
}
|
|
5252
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5253
|
+
margin-left: 10px;
|
|
5254
|
+
cursor: pointer;
|
|
5255
|
+
}
|
|
5256
|
+
.E_mp64wfi .content {
|
|
5257
|
+
flex: 1;
|
|
5258
|
+
width: 100%;
|
|
5259
|
+
display: flex;
|
|
5260
|
+
justify-content: center;
|
|
5261
|
+
align-items: center;
|
|
5262
|
+
}
|
|
5263
|
+
.E_mp64wfi .single-content {
|
|
5264
|
+
height: 65px;
|
|
5451
5265
|
}
|
|
5452
5266
|
|
|
5453
|
-
.
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5267
|
+
.E_l1oyigan {
|
|
5268
|
+
display: flex;
|
|
5269
|
+
align-items: center;
|
|
5270
|
+
white-space: nowrap;
|
|
5271
|
+
overflow: hidden;
|
|
5272
|
+
width: 100%;
|
|
5273
|
+
}
|
|
5274
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
5275
|
+
margin-left: auto;
|
|
5276
|
+
font-size: 12px;
|
|
5464
5277
|
}
|
|
5465
5278
|
|
|
5466
|
-
.
|
|
5279
|
+
.E_l1noi4n1 {
|
|
5280
|
+
display: flex;
|
|
5281
|
+
justify-content: flex-start;
|
|
5282
|
+
align-items: center;
|
|
5283
|
+
font-size: 12px;
|
|
5284
|
+
cursor: pointer;
|
|
5285
|
+
}
|
|
5286
|
+
.E_l1noi4n1:not(:last-child) {
|
|
5287
|
+
margin-right: 20px;
|
|
5288
|
+
}
|
|
5289
|
+
.E_l1noi4n1.deselected {
|
|
5290
|
+
opacity: 0.4;
|
|
5291
|
+
}
|
|
5292
|
+
.E_l1noi4n1.deselected .color-block {
|
|
5293
|
+
background: #b4beca !important;
|
|
5294
|
+
}
|
|
5295
|
+
|
|
5296
|
+
.E_cz19rz6 {
|
|
5297
|
+
display: inline-block;
|
|
5298
|
+
height: 8px;
|
|
5299
|
+
width: 8px;
|
|
5300
|
+
margin-right: 8px;
|
|
5301
|
+
}
|
|
5302
|
+
|
|
5303
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
5304
|
+
display: flex;
|
|
5305
|
+
align-items: center;
|
|
5306
|
+
font-size: 12px;
|
|
5307
|
+
margin: 0;
|
|
5308
|
+
}
|
|
5309
|
+
|
|
5310
|
+
.E_m1y1hhnr {
|
|
5311
|
+
position: relative;
|
|
5312
|
+
}
|
|
5313
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
5314
|
+
bottom: -12px;
|
|
5315
|
+
}
|
|
5316
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
5317
|
+
display: flex;
|
|
5318
|
+
justify-content: space-between;
|
|
5319
|
+
line-height: 30px;
|
|
5320
|
+
margin: 0 16px;
|
|
5321
|
+
}
|
|
5322
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
5323
|
+
display: flex;
|
|
5324
|
+
font-size: 12px;
|
|
5325
|
+
align-items: center;
|
|
5326
|
+
}
|
|
5327
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
5328
|
+
color: #a3b4cc;
|
|
5329
|
+
}
|
|
5330
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5331
|
+
margin-left: 10px;
|
|
5332
|
+
}
|
|
5333
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
5334
|
+
margin-left: 10px;
|
|
5335
|
+
cursor: pointer;
|
|
5336
|
+
}
|
|
5337
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
5338
|
+
font-size: 12px;
|
|
5339
|
+
}
|
|
5340
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
5467
5341
|
position: absolute;
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
transform:
|
|
5475
|
-
transform-origin: top left;
|
|
5476
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5342
|
+
bottom: 10px;
|
|
5343
|
+
padding: 0 8px;
|
|
5344
|
+
border-radius: 4px;
|
|
5345
|
+
font-size: 12px;
|
|
5346
|
+
color: #fff;
|
|
5347
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5348
|
+
transform: translateX(-50%);
|
|
5477
5349
|
}
|
|
5478
5350
|
|
|
5479
|
-
.
|
|
5351
|
+
.E_tnvijvs {
|
|
5352
|
+
min-width: 200px;
|
|
5353
|
+
}
|
|
5354
|
+
|
|
5355
|
+
.E_t1ub2aex {
|
|
5356
|
+
display: flex;
|
|
5357
|
+
align-items: center;
|
|
5358
|
+
justify-content: space-between;
|
|
5359
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5360
|
+
color: #b4beca;
|
|
5361
|
+
font-size: 12px;
|
|
5362
|
+
padding: 3px 6px;
|
|
5363
|
+
}
|
|
5364
|
+
.E_t1ub2aex:first-child {
|
|
5365
|
+
padding-top: 3px;
|
|
5366
|
+
}
|
|
5367
|
+
.E_t1ub2aex:last-child {
|
|
5368
|
+
padding-bottom: 3px;
|
|
5369
|
+
}
|
|
5370
|
+
.E_t1ub2aex .column-value {
|
|
5371
|
+
color: #fff;
|
|
5372
|
+
margin-left: 8px;
|
|
5373
|
+
}
|
|
5374
|
+
|
|
5375
|
+
.E_m11nzl2x {
|
|
5480
5376
|
color: rgba(44, 56, 82, 0.6);
|
|
5481
5377
|
text-align: center;
|
|
5482
5378
|
display: flex;
|
|
@@ -5485,158 +5381,261 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5485
5381
|
flex-direction: column;
|
|
5486
5382
|
height: 100%;
|
|
5487
5383
|
}
|
|
5488
|
-
.
|
|
5384
|
+
.E_m11nzl2x .link {
|
|
5489
5385
|
color: #0080ff;
|
|
5490
5386
|
cursor: pointer;
|
|
5491
5387
|
}
|
|
5492
5388
|
|
|
5493
|
-
.
|
|
5389
|
+
.E_mn7joto {
|
|
5494
5390
|
width: 100%;
|
|
5495
5391
|
height: 100%;
|
|
5496
5392
|
display: flex;
|
|
5497
5393
|
flex-direction: column;
|
|
5498
5394
|
}
|
|
5499
|
-
.
|
|
5395
|
+
.E_mn7joto .name-toolbar {
|
|
5500
5396
|
width: 100%;
|
|
5501
5397
|
display: flex;
|
|
5502
5398
|
line-height: 30px;
|
|
5503
|
-
padding: 0 16px;
|
|
5504
5399
|
justify-content: space-between;
|
|
5505
5400
|
}
|
|
5506
|
-
.
|
|
5401
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
5507
5402
|
display: flex;
|
|
5508
5403
|
font-size: 12px;
|
|
5509
5404
|
align-items: center;
|
|
5510
5405
|
}
|
|
5511
|
-
.
|
|
5406
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
5512
5407
|
color: #a3b4cc;
|
|
5513
5408
|
}
|
|
5514
|
-
.
|
|
5409
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
5515
5410
|
margin-left: 10px;
|
|
5516
5411
|
}
|
|
5517
|
-
.
|
|
5412
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
5518
5413
|
margin-left: 10px;
|
|
5519
5414
|
cursor: pointer;
|
|
5520
5415
|
}
|
|
5521
|
-
.
|
|
5416
|
+
.E_mn7joto .content {
|
|
5522
5417
|
flex: 1;
|
|
5523
5418
|
width: 100%;
|
|
5524
5419
|
display: flex;
|
|
5525
5420
|
justify-content: center;
|
|
5526
5421
|
align-items: center;
|
|
5527
5422
|
}
|
|
5528
|
-
.
|
|
5423
|
+
.E_mn7joto .single-content {
|
|
5529
5424
|
height: 65px;
|
|
5530
5425
|
}
|
|
5531
5426
|
|
|
5532
|
-
.
|
|
5427
|
+
.E_l1bifhon {
|
|
5533
5428
|
display: flex;
|
|
5534
5429
|
align-items: center;
|
|
5535
5430
|
white-space: nowrap;
|
|
5536
5431
|
overflow: hidden;
|
|
5537
5432
|
width: 100%;
|
|
5538
5433
|
}
|
|
5539
|
-
.
|
|
5540
|
-
margin-left: auto;
|
|
5434
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
5541
5435
|
font-size: 12px;
|
|
5436
|
+
margin-left: 8px;
|
|
5542
5437
|
}
|
|
5543
5438
|
|
|
5544
|
-
.
|
|
5439
|
+
.E_ltthzck {
|
|
5545
5440
|
display: flex;
|
|
5546
5441
|
justify-content: flex-start;
|
|
5547
5442
|
align-items: center;
|
|
5548
5443
|
font-size: 12px;
|
|
5549
5444
|
cursor: pointer;
|
|
5550
5445
|
}
|
|
5551
|
-
.
|
|
5552
|
-
margin-
|
|
5446
|
+
.E_ltthzck:not(:first-child) {
|
|
5447
|
+
margin-left: 8px;
|
|
5553
5448
|
}
|
|
5554
|
-
.
|
|
5555
|
-
opacity: 0.
|
|
5449
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
5450
|
+
opacity: 0.3;
|
|
5556
5451
|
}
|
|
5557
|
-
.
|
|
5452
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
5558
5453
|
background: #b4beca !important;
|
|
5454
|
+
border-radius: 2px;
|
|
5455
|
+
}
|
|
5456
|
+
.E_ltthzck.hoverering-self {
|
|
5457
|
+
opacity: 1;
|
|
5458
|
+
}
|
|
5459
|
+
.E_ltthzck .dropdown-trigger {
|
|
5460
|
+
margin-left: 12px;
|
|
5461
|
+
}
|
|
5462
|
+
.E_ltthzck .legend-name {
|
|
5463
|
+
color: #00122e;
|
|
5464
|
+
}
|
|
5465
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
5466
|
+
display: flex;
|
|
5467
|
+
align-items: center;
|
|
5468
|
+
margin-left: 4px;
|
|
5559
5469
|
}
|
|
5560
5470
|
|
|
5561
|
-
.
|
|
5471
|
+
.E_l1mumj7o {
|
|
5472
|
+
display: flex;
|
|
5473
|
+
justify-content: flex-start;
|
|
5474
|
+
align-items: center;
|
|
5475
|
+
font-size: 12px;
|
|
5476
|
+
cursor: pointer;
|
|
5477
|
+
}
|
|
5478
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
5479
|
+
opacity: 0.3;
|
|
5480
|
+
}
|
|
5481
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
5482
|
+
background: #b4beca !important;
|
|
5483
|
+
border-radius: 2px;
|
|
5484
|
+
}
|
|
5485
|
+
.E_l1mumj7o .legend-name {
|
|
5486
|
+
color: #00122e;
|
|
5487
|
+
}
|
|
5488
|
+
.E_l1mumj7o.hoverering-self {
|
|
5489
|
+
opacity: 1;
|
|
5490
|
+
}
|
|
5491
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
5492
|
+
margin-left: 4px;
|
|
5493
|
+
display: flex;
|
|
5494
|
+
align-items: center;
|
|
5495
|
+
}
|
|
5496
|
+
|
|
5497
|
+
.E_c14rn6j5 {
|
|
5562
5498
|
display: inline-block;
|
|
5563
5499
|
height: 8px;
|
|
5564
5500
|
width: 8px;
|
|
5565
|
-
margin-right:
|
|
5501
|
+
margin-right: 6px;
|
|
5502
|
+
border-radius: 2px;
|
|
5566
5503
|
}
|
|
5567
5504
|
|
|
5568
|
-
.
|
|
5505
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
5569
5506
|
display: flex;
|
|
5570
5507
|
align-items: center;
|
|
5571
5508
|
font-size: 12px;
|
|
5572
5509
|
margin: 0;
|
|
5573
5510
|
}
|
|
5574
5511
|
|
|
5575
|
-
.
|
|
5512
|
+
.E_lqeaosa {
|
|
5576
5513
|
position: relative;
|
|
5577
5514
|
}
|
|
5578
|
-
.
|
|
5515
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
5579
5516
|
bottom: -12px;
|
|
5580
5517
|
}
|
|
5581
|
-
.
|
|
5518
|
+
.E_lqeaosa .metric-toolbar {
|
|
5582
5519
|
display: flex;
|
|
5583
5520
|
justify-content: space-between;
|
|
5584
5521
|
line-height: 30px;
|
|
5585
|
-
margin: 0 16px;
|
|
5586
5522
|
}
|
|
5587
|
-
.
|
|
5523
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
5588
5524
|
display: flex;
|
|
5525
|
+
flex-shrink: 0;
|
|
5589
5526
|
font-size: 12px;
|
|
5590
5527
|
align-items: center;
|
|
5591
5528
|
}
|
|
5592
|
-
.
|
|
5529
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
5593
5530
|
color: #a3b4cc;
|
|
5594
5531
|
}
|
|
5595
|
-
.
|
|
5532
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5596
5533
|
margin-left: 10px;
|
|
5597
5534
|
}
|
|
5598
|
-
.
|
|
5535
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
5599
5536
|
margin-left: 10px;
|
|
5600
5537
|
cursor: pointer;
|
|
5601
5538
|
}
|
|
5602
|
-
.
|
|
5539
|
+
.E_lqeaosa .recharts-xAxis {
|
|
5603
5540
|
font-size: 12px;
|
|
5604
5541
|
}
|
|
5605
|
-
.
|
|
5542
|
+
.E_lqeaosa .pointer-wrapper {
|
|
5606
5543
|
position: absolute;
|
|
5607
5544
|
bottom: 10px;
|
|
5608
5545
|
padding: 0 8px;
|
|
5609
|
-
border-radius: 4px;
|
|
5610
5546
|
font-size: 12px;
|
|
5611
5547
|
color: #fff;
|
|
5612
|
-
background: rgba(0, 0, 0, 0.75);
|
|
5613
5548
|
transform: translateX(-50%);
|
|
5614
5549
|
}
|
|
5615
5550
|
|
|
5616
|
-
.
|
|
5551
|
+
.E_t2pr38p {
|
|
5617
5552
|
min-width: 200px;
|
|
5553
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
5554
|
+
border-radius: 4px;
|
|
5555
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5556
|
+
padding: 8px;
|
|
5618
5557
|
}
|
|
5619
5558
|
|
|
5620
|
-
.
|
|
5559
|
+
.E_tecdsj7 {
|
|
5621
5560
|
display: flex;
|
|
5622
5561
|
align-items: center;
|
|
5562
|
+
background-color: unset;
|
|
5563
|
+
color: #FFFFFF;
|
|
5623
5564
|
justify-content: space-between;
|
|
5624
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
5625
|
-
color: #b4beca;
|
|
5626
5565
|
font-size: 12px;
|
|
5627
|
-
padding:
|
|
5566
|
+
padding-top: 6px;
|
|
5628
5567
|
}
|
|
5629
|
-
.
|
|
5568
|
+
.E_tecdsj7:first-child {
|
|
5630
5569
|
padding-top: 3px;
|
|
5631
5570
|
}
|
|
5632
|
-
.
|
|
5571
|
+
.E_tecdsj7:last-child {
|
|
5633
5572
|
padding-bottom: 3px;
|
|
5634
5573
|
}
|
|
5635
|
-
.
|
|
5636
|
-
color: #
|
|
5574
|
+
.E_tecdsj7 .column-value {
|
|
5575
|
+
color: #FFFFFF;
|
|
5637
5576
|
margin-left: 8px;
|
|
5638
5577
|
}
|
|
5639
5578
|
|
|
5579
|
+
.E_ljhvvia {
|
|
5580
|
+
display: inline-block;
|
|
5581
|
+
height: 8px;
|
|
5582
|
+
width: 8px;
|
|
5583
|
+
margin-right: 8px;
|
|
5584
|
+
border-radius: 2px;
|
|
5585
|
+
}
|
|
5586
|
+
.E_ljhvvia.borderd {
|
|
5587
|
+
border: 1px solid #fff;
|
|
5588
|
+
}
|
|
5589
|
+
|
|
5590
|
+
.E_lht19u8 {
|
|
5591
|
+
width: 64px;
|
|
5592
|
+
height: 64px;
|
|
5593
|
+
display: flex;
|
|
5594
|
+
align-items: center;
|
|
5595
|
+
justify-content: center;
|
|
5596
|
+
position: relative;
|
|
5597
|
+
opacity: 0.2;
|
|
5598
|
+
}
|
|
5599
|
+
|
|
5600
|
+
.E_lk3gkp4 {
|
|
5601
|
+
position: absolute;
|
|
5602
|
+
width: 5px;
|
|
5603
|
+
height: 48px;
|
|
5604
|
+
left: 9.33px;
|
|
5605
|
+
top: 40.5px;
|
|
5606
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5607
|
+
border-radius: 5px;
|
|
5608
|
+
transform: rotate(-128deg);
|
|
5609
|
+
transform-origin: top left;
|
|
5610
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5611
|
+
}
|
|
5612
|
+
|
|
5613
|
+
.E_ll4n94n {
|
|
5614
|
+
position: absolute;
|
|
5615
|
+
width: 5px;
|
|
5616
|
+
height: 48px;
|
|
5617
|
+
left: 40.8px;
|
|
5618
|
+
top: 8.4px;
|
|
5619
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5620
|
+
border-radius: 5px;
|
|
5621
|
+
transform: rotate(-8deg);
|
|
5622
|
+
transform-origin: top left;
|
|
5623
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5624
|
+
}
|
|
5625
|
+
|
|
5626
|
+
.E_l17lbdo6 {
|
|
5627
|
+
position: absolute;
|
|
5628
|
+
width: 5px;
|
|
5629
|
+
height: 48px;
|
|
5630
|
+
left: 52.9px;
|
|
5631
|
+
top: 51.8px;
|
|
5632
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5633
|
+
border-radius: 5px;
|
|
5634
|
+
transform: rotate(112deg);
|
|
5635
|
+
transform-origin: top left;
|
|
5636
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5637
|
+
}
|
|
5638
|
+
|
|
5640
5639
|
.E_w7ob4th.outside-tag {
|
|
5641
5640
|
padding-left: 0;
|
|
5642
5641
|
}
|
|
@@ -6398,7 +6397,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6398
6397
|
--modal-content-width: 492px;
|
|
6399
6398
|
--modal-content-min-height: 160px;
|
|
6400
6399
|
--modal-content-max-height: calc(
|
|
6401
|
-
100vh -
|
|
6400
|
+
100vh - 80px
|
|
6402
6401
|
);
|
|
6403
6402
|
--modal-header-padding: 32px 40px 0;
|
|
6404
6403
|
--modal-content-padding-top: 32px;
|
|
@@ -6643,56 +6642,136 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6643
6642
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6644
6643
|
font-size: 12px;
|
|
6645
6644
|
}
|
|
6646
|
-
|
|
6647
|
-
.E_f6xb0iv {
|
|
6648
|
-
min-width: 0;
|
|
6649
|
-
flex: 1;
|
|
6645
|
+
|
|
6646
|
+
.E_f6xb0iv {
|
|
6647
|
+
min-width: 0;
|
|
6648
|
+
flex: 1;
|
|
6649
|
+
}
|
|
6650
|
+
|
|
6651
|
+
.E_b1dhu7ov.antd5-progress {
|
|
6652
|
+
width: 220px;
|
|
6653
|
+
}
|
|
6654
|
+
|
|
6655
|
+
.E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
|
|
6656
|
+
content: "";
|
|
6657
|
+
display: block;
|
|
6658
|
+
height: 8px;
|
|
6659
|
+
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
6660
|
+
animation: loading 1600ms ease-out infinite;
|
|
6661
|
+
opacity: 1;
|
|
6662
|
+
}
|
|
6663
|
+
@keyframes loading {
|
|
6664
|
+
from {
|
|
6665
|
+
transform: translateX(-100%);
|
|
6666
|
+
}
|
|
6667
|
+
to {
|
|
6668
|
+
transform: translateX(100%);
|
|
6669
|
+
}
|
|
6670
|
+
}
|
|
6671
|
+
|
|
6672
|
+
.E_i14c7jc8 {
|
|
6673
|
+
color: var(--i14c7jc8-0);
|
|
6674
|
+
}
|
|
6675
|
+
|
|
6676
|
+
.E_i1ibuolf {
|
|
6677
|
+
display: flex;
|
|
6678
|
+
align-items: center;
|
|
6679
|
+
column-gap: 4px;
|
|
6680
|
+
font-size: 12px;
|
|
6681
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6682
|
+
}
|
|
6683
|
+
|
|
6684
|
+
.E_clm1wy1 {
|
|
6685
|
+
width: 192px;
|
|
6686
|
+
height: 246px;
|
|
6687
|
+
border-radius: 4px;
|
|
6688
|
+
}
|
|
6689
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
6690
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6691
|
+
width: 100%;
|
|
6692
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6693
|
+
border-top: none;
|
|
6694
|
+
}
|
|
6695
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6696
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6697
|
+
padding: 0 16px;
|
|
6698
|
+
}
|
|
6699
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6700
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6701
|
+
width: 100%;
|
|
6702
|
+
height: 180px;
|
|
6703
|
+
border-spacing: 0;
|
|
6704
|
+
}
|
|
6705
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6706
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6707
|
+
margin-bottom: 8px;
|
|
6708
|
+
}
|
|
6709
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6710
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6711
|
+
width: 22px;
|
|
6712
|
+
}
|
|
6713
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6714
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6715
|
+
padding: 0;
|
|
6650
6716
|
}
|
|
6651
|
-
|
|
6652
|
-
.
|
|
6653
|
-
|
|
6717
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
6718
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6719
|
+
opacity: 0.4;
|
|
6654
6720
|
}
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
content: "";
|
|
6658
|
-
display: block;
|
|
6659
|
-
height: 8px;
|
|
6660
|
-
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
6661
|
-
animation: loading 1600ms ease-out infinite;
|
|
6721
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6722
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6662
6723
|
opacity: 1;
|
|
6663
6724
|
}
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
6669
|
-
transform: translateX(100%);
|
|
6670
|
-
}
|
|
6725
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6726
|
+
color: #3e4652;
|
|
6727
|
+
}
|
|
6728
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
6729
|
+
pointer-events: none;
|
|
6671
6730
|
}
|
|
6672
6731
|
|
|
6673
|
-
.
|
|
6674
|
-
color:
|
|
6732
|
+
.E_t1tsm00v {
|
|
6733
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6734
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6735
|
+
backdrop-filter: blur(10px);
|
|
6736
|
+
padding: 7px 10px;
|
|
6675
6737
|
}
|
|
6676
6738
|
|
|
6677
|
-
.
|
|
6739
|
+
.E_c167wnad {
|
|
6740
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6678
6741
|
display: flex;
|
|
6742
|
+
justify-content: space-between;
|
|
6679
6743
|
align-items: center;
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6744
|
+
padding: 8px 16px;
|
|
6745
|
+
}
|
|
6746
|
+
.E_c167wnad .anticon {
|
|
6747
|
+
cursor: pointer;
|
|
6748
|
+
}
|
|
6749
|
+
.E_c167wnad .anticon:hover {
|
|
6750
|
+
color: #0096ff;
|
|
6683
6751
|
}
|
|
6684
6752
|
|
|
6685
|
-
.
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
background: #f5f7fa;
|
|
6753
|
+
.E_cxhf7dh {
|
|
6754
|
+
text-align: center;
|
|
6755
|
+
}
|
|
6756
|
+
.E_cxhf7dh .dots {
|
|
6690
6757
|
display: flex;
|
|
6691
|
-
|
|
6692
|
-
overflow: hidden;
|
|
6758
|
+
justify-content: center;
|
|
6693
6759
|
}
|
|
6694
|
-
.
|
|
6695
|
-
|
|
6760
|
+
.E_cxhf7dh .dot {
|
|
6761
|
+
display: inline-block;
|
|
6762
|
+
width: 2px;
|
|
6763
|
+
height: 2px;
|
|
6764
|
+
border-radius: 1px;
|
|
6765
|
+
background: #0096ff;
|
|
6766
|
+
}
|
|
6767
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6768
|
+
margin-right: 2px;
|
|
6769
|
+
}
|
|
6770
|
+
.E_cxhf7dh .bar {
|
|
6771
|
+
width: 9px;
|
|
6772
|
+
height: 2px;
|
|
6773
|
+
background: #0096ff;
|
|
6774
|
+
border-radius: 2px;
|
|
6696
6775
|
}
|
|
6697
6776
|
|
|
6698
6777
|
.E_s1ebs0ra {
|
|
@@ -6756,6 +6835,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6756
6835
|
background: #fff;
|
|
6757
6836
|
}
|
|
6758
6837
|
|
|
6838
|
+
.E_gmyahx3 {
|
|
6839
|
+
cursor: pointer;
|
|
6840
|
+
}
|
|
6841
|
+
.E_gmyahx3 .link-text {
|
|
6842
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6843
|
+
}
|
|
6844
|
+
.E_gmyahx3:hover .link-text {
|
|
6845
|
+
color: #0080ff;
|
|
6846
|
+
}
|
|
6847
|
+
|
|
6848
|
+
.E_skwah65 {
|
|
6849
|
+
height: 8px;
|
|
6850
|
+
box-sizing: border-box;
|
|
6851
|
+
border-radius: 2px;
|
|
6852
|
+
background: #f5f7fa;
|
|
6853
|
+
display: flex;
|
|
6854
|
+
width: 100%;
|
|
6855
|
+
overflow: hidden;
|
|
6856
|
+
}
|
|
6857
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6858
|
+
margin-left: 1px;
|
|
6859
|
+
}
|
|
6860
|
+
|
|
6861
|
+
span.E_tqjc4ui {
|
|
6862
|
+
margin: 0 2px;
|
|
6863
|
+
}
|
|
6864
|
+
|
|
6759
6865
|
.E_c18bcrac {
|
|
6760
6866
|
display: inline-block;
|
|
6761
6867
|
width: 100%;
|
|
@@ -6806,111 +6912,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6806
6912
|
margin-right: 4px;
|
|
6807
6913
|
}
|
|
6808
6914
|
|
|
6809
|
-
.
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
.E_gmyahx3 .link-text {
|
|
6813
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6814
|
-
}
|
|
6815
|
-
.E_gmyahx3:hover .link-text {
|
|
6816
|
-
color: #0080ff;
|
|
6817
|
-
}
|
|
6818
|
-
|
|
6819
|
-
.E_clm1wy1 {
|
|
6820
|
-
width: 192px;
|
|
6821
|
-
height: 246px;
|
|
6822
|
-
border-radius: 4px;
|
|
6823
|
-
}
|
|
6824
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
6825
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6826
|
-
width: 100%;
|
|
6827
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6828
|
-
border-top: none;
|
|
6829
|
-
}
|
|
6830
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6831
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6832
|
-
padding: 0 16px;
|
|
6833
|
-
}
|
|
6834
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6835
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6836
|
-
width: 100%;
|
|
6837
|
-
height: 180px;
|
|
6838
|
-
border-spacing: 0;
|
|
6839
|
-
}
|
|
6840
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6841
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6842
|
-
margin-bottom: 8px;
|
|
6843
|
-
}
|
|
6844
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6845
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6846
|
-
width: 22px;
|
|
6847
|
-
}
|
|
6848
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6849
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6850
|
-
padding: 0;
|
|
6851
|
-
}
|
|
6852
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
6853
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6854
|
-
opacity: 0.4;
|
|
6855
|
-
}
|
|
6856
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6857
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6858
|
-
opacity: 1;
|
|
6859
|
-
}
|
|
6860
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6861
|
-
color: #3e4652;
|
|
6862
|
-
}
|
|
6863
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
6864
|
-
pointer-events: none;
|
|
6915
|
+
.E_ou7iq30 {
|
|
6916
|
+
overflow: hidden;
|
|
6917
|
+
text-overflow: ellipsis;
|
|
6865
6918
|
}
|
|
6866
6919
|
|
|
6867
|
-
.
|
|
6868
|
-
|
|
6869
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6870
|
-
backdrop-filter: blur(10px);
|
|
6871
|
-
padding: 7px 10px;
|
|
6920
|
+
.E_s1tui002 {
|
|
6921
|
+
white-space: nowrap;
|
|
6872
6922
|
}
|
|
6873
6923
|
|
|
6874
|
-
.
|
|
6875
|
-
|
|
6876
|
-
|
|
6877
|
-
|
|
6878
|
-
|
|
6879
|
-
padding: 8px 16px;
|
|
6880
|
-
}
|
|
6881
|
-
.E_c167wnad .anticon {
|
|
6882
|
-
cursor: pointer;
|
|
6883
|
-
}
|
|
6884
|
-
.E_c167wnad .anticon:hover {
|
|
6885
|
-
color: #0096ff;
|
|
6924
|
+
.E_mxrc2zg {
|
|
6925
|
+
display: -webkit-box;
|
|
6926
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6927
|
+
-webkit-box-orient: vertical;
|
|
6928
|
+
word-break: break-all;
|
|
6886
6929
|
}
|
|
6887
6930
|
|
|
6888
|
-
.
|
|
6889
|
-
|
|
6890
|
-
}
|
|
6891
|
-
.E_cxhf7dh .dots {
|
|
6892
|
-
display: flex;
|
|
6893
|
-
justify-content: center;
|
|
6894
|
-
}
|
|
6895
|
-
.E_cxhf7dh .dot {
|
|
6896
|
-
display: inline-block;
|
|
6897
|
-
width: 2px;
|
|
6898
|
-
height: 2px;
|
|
6899
|
-
border-radius: 1px;
|
|
6900
|
-
background: #0096ff;
|
|
6901
|
-
}
|
|
6902
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
6903
|
-
margin-right: 2px;
|
|
6931
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6932
|
+
display: none;
|
|
6904
6933
|
}
|
|
6905
|
-
.
|
|
6906
|
-
|
|
6907
|
-
|
|
6908
|
-
background: #0096ff;
|
|
6909
|
-
border-radius: 2px;
|
|
6934
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
6935
|
+
background: rgba(23, 38, 64, 0.8);
|
|
6936
|
+
border-radius: 4px;
|
|
6910
6937
|
}
|
|
6911
|
-
|
|
6912
|
-
|
|
6913
|
-
margin: 0 2px;
|
|
6938
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6939
|
+
visibility: hidden;
|
|
6914
6940
|
}
|
|
6915
6941
|
|
|
6916
6942
|
.E_c1up1pdz {
|
|
@@ -7047,37 +7073,10 @@ span.E_tqjc4ui {
|
|
|
7047
7073
|
padding: 0;
|
|
7048
7074
|
margin-bottom: 8px;
|
|
7049
7075
|
}
|
|
7050
|
-
.E_wpbf4pq .month-day-option.active {
|
|
7051
|
-
background-color: #0096ff;
|
|
7052
|
-
border-color: #0096ff;
|
|
7053
|
-
color: #fff;
|
|
7054
|
-
}
|
|
7055
|
-
|
|
7056
|
-
.E_ou7iq30 {
|
|
7057
|
-
overflow: hidden;
|
|
7058
|
-
text-overflow: ellipsis;
|
|
7059
|
-
}
|
|
7060
|
-
|
|
7061
|
-
.E_s1tui002 {
|
|
7062
|
-
white-space: nowrap;
|
|
7063
|
-
}
|
|
7064
|
-
|
|
7065
|
-
.E_mxrc2zg {
|
|
7066
|
-
display: -webkit-box;
|
|
7067
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7068
|
-
-webkit-box-orient: vertical;
|
|
7069
|
-
word-break: break-all;
|
|
7070
|
-
}
|
|
7071
|
-
|
|
7072
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7073
|
-
display: none;
|
|
7074
|
-
}
|
|
7075
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7076
|
-
background: rgba(23, 38, 64, 0.8);
|
|
7077
|
-
border-radius: 4px;
|
|
7078
|
-
}
|
|
7079
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7080
|
-
visibility: hidden;
|
|
7076
|
+
.E_wpbf4pq .month-day-option.active {
|
|
7077
|
+
background-color: #0096ff;
|
|
7078
|
+
border-color: #0096ff;
|
|
7079
|
+
color: #fff;
|
|
7081
7080
|
}
|
|
7082
7081
|
|
|
7083
7082
|
.E_n12mqh7z {
|
|
@@ -7212,133 +7211,12 @@ span.E_tqjc4ui {
|
|
|
7212
7211
|
text-align: left;
|
|
7213
7212
|
}
|
|
7214
7213
|
|
|
7215
|
-
.
|
|
7216
|
-
display: flex;
|
|
7217
|
-
align-items: center;
|
|
7218
|
-
justify-content: flex-end;
|
|
7219
|
-
}
|
|
7220
|
-
|
|
7221
|
-
.E_b1ctd5xy {
|
|
7222
|
-
display: flex;
|
|
7223
|
-
align-items: center;
|
|
7224
|
-
width: calc(100% - 40px);
|
|
7225
|
-
}
|
|
7226
|
-
.E_b1ctd5xy .chart {
|
|
7227
|
-
display: inline-block;
|
|
7228
|
-
width: 100%;
|
|
7229
|
-
}
|
|
7230
|
-
|
|
7231
|
-
.E_u1p8acpn {
|
|
7232
|
-
min-width: 40px;
|
|
7233
|
-
}
|
|
7234
|
-
.E_u1p8acpn .unit {
|
|
7235
|
-
color: #00122e !important;
|
|
7236
|
-
}
|
|
7237
|
-
|
|
7238
|
-
.E_t1sqg15u {
|
|
7239
|
-
background: white;
|
|
7240
|
-
}
|
|
7241
|
-
.E_t1sqg15u.inline .table-row {
|
|
7242
|
-
flex-direction: column;
|
|
7243
|
-
}
|
|
7244
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
7245
|
-
padding: 0 16px 7px 0;
|
|
7246
|
-
}
|
|
7247
|
-
.E_t1sqg15u.has-border .table-header {
|
|
7248
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7249
|
-
}
|
|
7250
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7251
|
-
border-top: none !important;
|
|
7252
|
-
}
|
|
7253
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7254
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7255
|
-
}
|
|
7256
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7257
|
-
padding-bottom: 0;
|
|
7258
|
-
}
|
|
7259
|
-
.E_t1sqg15u.align-right .content {
|
|
7260
|
-
text-align: right;
|
|
7261
|
-
}
|
|
7262
|
-
.E_t1sqg15u .uuid-row {
|
|
7263
|
-
display: flex;
|
|
7264
|
-
justify-content: space-between;
|
|
7265
|
-
}
|
|
7266
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
7267
|
-
white-space: nowrap;
|
|
7268
|
-
overflow: hidden;
|
|
7269
|
-
text-overflow: ellipsis;
|
|
7270
|
-
}
|
|
7271
|
-
|
|
7272
|
-
.E_t4zczcp {
|
|
7214
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7273
7215
|
display: flex;
|
|
7274
|
-
justify-content: space-between;
|
|
7275
7216
|
align-items: center;
|
|
7276
|
-
padding: 8px;
|
|
7277
|
-
min-height: 32px;
|
|
7278
|
-
}
|
|
7279
|
-
.E_t4zczcp .table-title {
|
|
7280
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7281
|
-
font-weight: 600;
|
|
7282
|
-
font-size: 12px;
|
|
7283
|
-
line-height: 8px;
|
|
7284
|
-
}
|
|
7285
|
-
.E_t4zczcp .edit-icon {
|
|
7286
|
-
font-size: 16px;
|
|
7287
|
-
color: rgba(10, 37, 85, 0.6);
|
|
7288
|
-
cursor: pointer;
|
|
7289
|
-
}
|
|
7290
|
-
|
|
7291
|
-
.E_t1s7goww {
|
|
7292
|
-
font-size: 12px;
|
|
7293
|
-
line-height: 18px;
|
|
7294
|
-
}
|
|
7295
|
-
|
|
7296
|
-
.E_t93e4cf {
|
|
7297
|
-
display: flex;
|
|
7298
|
-
padding: 8px 0;
|
|
7299
|
-
color: #2d3a56;
|
|
7300
|
-
}
|
|
7301
|
-
.E_t93e4cf .hidden {
|
|
7302
|
-
display: none;
|
|
7303
|
-
}
|
|
7304
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7305
|
-
height: auto;
|
|
7306
|
-
}
|
|
7307
|
-
.E_t93e4cf .content {
|
|
7308
|
-
overflow: hidden;
|
|
7309
|
-
overflow-x: auto;
|
|
7310
|
-
width: 100%;
|
|
7311
|
-
white-space: pre-wrap;
|
|
7312
|
-
}
|
|
7313
|
-
.E_t93e4cf .content .ant-btn {
|
|
7314
|
-
white-space: pre-wrap;
|
|
7315
|
-
text-align: left;
|
|
7316
|
-
}
|
|
7317
|
-
.E_t93e4cf .content .unit-chart {
|
|
7318
|
-
justify-content: flex-start;
|
|
7319
|
-
}
|
|
7320
|
-
|
|
7321
|
-
.E_rhz2uv5 {
|
|
7322
|
-
width: var(--rhz2uv5-0);
|
|
7323
|
-
flex-shrink: 0;
|
|
7324
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7325
|
-
padding-right: 12px;
|
|
7326
|
-
}
|
|
7327
|
-
|
|
7328
|
-
.E_u15heuvq.content {
|
|
7329
|
-
cursor: default !important;
|
|
7330
|
-
}
|
|
7331
|
-
.E_u15heuvq.content.link {
|
|
7332
|
-
cursor: pointer !important;
|
|
7333
|
-
}
|
|
7334
|
-
.E_u15heuvq.content.link:hover {
|
|
7335
|
-
color: #0080ff;
|
|
7336
7217
|
}
|
|
7337
|
-
.
|
|
7338
|
-
|
|
7339
|
-
}
|
|
7340
|
-
.E_u15heuvq.content.gray {
|
|
7341
|
-
color: rgba(44, 56, 82, 0.75);
|
|
7218
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7219
|
+
margin-right: 8px;
|
|
7342
7220
|
}
|
|
7343
7221
|
|
|
7344
7222
|
.E_t160l1cm {
|
|
@@ -7544,116 +7422,133 @@ span.E_tqjc4ui {
|
|
|
7544
7422
|
background: transparent;
|
|
7545
7423
|
}
|
|
7546
7424
|
|
|
7547
|
-
.
|
|
7548
|
-
|
|
7549
|
-
align-items: center;
|
|
7425
|
+
.E_t1sqg15u {
|
|
7426
|
+
background: white;
|
|
7550
7427
|
}
|
|
7551
|
-
.
|
|
7552
|
-
|
|
7428
|
+
.E_t1sqg15u.inline .table-row {
|
|
7429
|
+
flex-direction: column;
|
|
7553
7430
|
}
|
|
7554
|
-
|
|
7555
|
-
|
|
7556
|
-
padding: 8px 0;
|
|
7431
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7432
|
+
padding: 0 16px 7px 0;
|
|
7557
7433
|
}
|
|
7558
|
-
.
|
|
7559
|
-
|
|
7434
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7435
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7560
7436
|
}
|
|
7561
|
-
.
|
|
7562
|
-
|
|
7437
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7438
|
+
border-top: none !important;
|
|
7563
7439
|
}
|
|
7564
|
-
.
|
|
7565
|
-
|
|
7566
|
-
display: flex;
|
|
7567
|
-
align-items: center;
|
|
7440
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7441
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7568
7442
|
}
|
|
7569
|
-
.
|
|
7570
|
-
|
|
7443
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7444
|
+
padding-bottom: 0;
|
|
7571
7445
|
}
|
|
7572
|
-
|
|
7573
|
-
|
|
7574
|
-
padding: 6px 0;
|
|
7446
|
+
.E_t1sqg15u.align-right .content {
|
|
7447
|
+
text-align: right;
|
|
7575
7448
|
}
|
|
7576
|
-
.
|
|
7577
|
-
|
|
7578
|
-
|
|
7449
|
+
.E_t1sqg15u .uuid-row {
|
|
7450
|
+
display: flex;
|
|
7451
|
+
justify-content: space-between;
|
|
7579
7452
|
}
|
|
7580
|
-
.
|
|
7581
|
-
|
|
7582
|
-
|
|
7453
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7454
|
+
white-space: nowrap;
|
|
7455
|
+
overflow: hidden;
|
|
7456
|
+
text-overflow: ellipsis;
|
|
7583
7457
|
}
|
|
7584
7458
|
|
|
7585
|
-
.
|
|
7459
|
+
.E_t4zczcp {
|
|
7586
7460
|
display: flex;
|
|
7587
7461
|
justify-content: space-between;
|
|
7588
|
-
|
|
7589
|
-
|
|
7462
|
+
align-items: center;
|
|
7463
|
+
padding: 8px;
|
|
7464
|
+
min-height: 32px;
|
|
7590
7465
|
}
|
|
7591
|
-
|
|
7592
|
-
.
|
|
7593
|
-
|
|
7466
|
+
.E_t4zczcp .table-title {
|
|
7467
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7468
|
+
font-weight: 600;
|
|
7469
|
+
font-size: 12px;
|
|
7470
|
+
line-height: 8px;
|
|
7471
|
+
}
|
|
7472
|
+
.E_t4zczcp .edit-icon {
|
|
7473
|
+
font-size: 16px;
|
|
7474
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7475
|
+
cursor: pointer;
|
|
7594
7476
|
}
|
|
7595
7477
|
|
|
7596
|
-
.
|
|
7597
|
-
|
|
7478
|
+
.E_t1s7goww {
|
|
7479
|
+
font-size: 12px;
|
|
7480
|
+
line-height: 18px;
|
|
7598
7481
|
}
|
|
7599
7482
|
|
|
7600
|
-
.
|
|
7483
|
+
.E_t93e4cf {
|
|
7601
7484
|
display: flex;
|
|
7602
|
-
|
|
7603
|
-
|
|
7485
|
+
padding: 8px 0;
|
|
7486
|
+
color: #2d3a56;
|
|
7604
7487
|
}
|
|
7605
|
-
|
|
7606
|
-
|
|
7607
|
-
|
|
7608
|
-
|
|
7609
|
-
|
|
7488
|
+
.E_t93e4cf .hidden {
|
|
7489
|
+
display: none;
|
|
7490
|
+
}
|
|
7491
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7492
|
+
height: auto;
|
|
7493
|
+
}
|
|
7494
|
+
.E_t93e4cf .content {
|
|
7495
|
+
overflow: hidden;
|
|
7496
|
+
overflow-x: auto;
|
|
7497
|
+
width: 100%;
|
|
7498
|
+
white-space: pre-wrap;
|
|
7499
|
+
}
|
|
7500
|
+
.E_t93e4cf .content .ant-btn {
|
|
7501
|
+
white-space: pre-wrap;
|
|
7502
|
+
text-align: left;
|
|
7503
|
+
}
|
|
7504
|
+
.E_t93e4cf .content .unit-chart {
|
|
7505
|
+
justify-content: flex-start;
|
|
7610
7506
|
}
|
|
7611
7507
|
|
|
7612
|
-
.
|
|
7613
|
-
|
|
7614
|
-
|
|
7508
|
+
.E_rhz2uv5 {
|
|
7509
|
+
width: var(--rhz2uv5-0);
|
|
7510
|
+
flex-shrink: 0;
|
|
7511
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7512
|
+
padding-right: 12px;
|
|
7615
7513
|
}
|
|
7616
7514
|
|
|
7617
|
-
.
|
|
7618
|
-
|
|
7619
|
-
min-height: 0;
|
|
7620
|
-
flex: 1;
|
|
7621
|
-
padding: 16px;
|
|
7622
|
-
background-color: #2d3a56;
|
|
7623
|
-
color: #fff;
|
|
7624
|
-
overflow: auto;
|
|
7625
|
-
max-width: 100%;
|
|
7626
|
-
min-height: 0;
|
|
7627
|
-
border-radius: 8px;
|
|
7628
|
-
white-space: pre-wrap;
|
|
7515
|
+
.E_u15heuvq.content {
|
|
7516
|
+
cursor: default !important;
|
|
7629
7517
|
}
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7518
|
+
.E_u15heuvq.content.link {
|
|
7519
|
+
cursor: pointer !important;
|
|
7520
|
+
}
|
|
7521
|
+
.E_u15heuvq.content.link:hover {
|
|
7522
|
+
color: #0080ff;
|
|
7523
|
+
}
|
|
7524
|
+
.E_u15heuvq.content.black {
|
|
7525
|
+
color: #00122e;
|
|
7526
|
+
}
|
|
7527
|
+
.E_u15heuvq.content.gray {
|
|
7528
|
+
color: rgba(44, 56, 82, 0.75);
|
|
7636
7529
|
}
|
|
7637
7530
|
|
|
7638
|
-
.
|
|
7531
|
+
.E_wg1tsps {
|
|
7639
7532
|
display: flex;
|
|
7640
|
-
flex-direction: column;
|
|
7641
|
-
justify-content: center;
|
|
7642
7533
|
align-items: center;
|
|
7643
|
-
|
|
7534
|
+
justify-content: flex-end;
|
|
7644
7535
|
}
|
|
7645
7536
|
|
|
7646
|
-
.
|
|
7537
|
+
.E_b1ctd5xy {
|
|
7647
7538
|
display: flex;
|
|
7648
|
-
flex-direction: column;
|
|
7649
7539
|
align-items: center;
|
|
7540
|
+
width: calc(100% - 40px);
|
|
7650
7541
|
}
|
|
7651
|
-
.
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
|
|
7656
|
-
|
|
7542
|
+
.E_b1ctd5xy .chart {
|
|
7543
|
+
display: inline-block;
|
|
7544
|
+
width: 100%;
|
|
7545
|
+
}
|
|
7546
|
+
|
|
7547
|
+
.E_u1p8acpn {
|
|
7548
|
+
min-width: 40px;
|
|
7549
|
+
}
|
|
7550
|
+
.E_u1p8acpn .unit {
|
|
7551
|
+
color: #00122e !important;
|
|
7657
7552
|
}
|
|
7658
7553
|
|
|
7659
7554
|
.E_cyms3br {
|
|
@@ -7723,81 +7618,108 @@ span.E_tqjc4ui {
|
|
|
7723
7618
|
padding: unset;
|
|
7724
7619
|
}
|
|
7725
7620
|
|
|
7726
|
-
.
|
|
7727
|
-
|
|
7728
|
-
|
|
7729
|
-
|
|
7730
|
-
|
|
7731
|
-
overflow: hidden;
|
|
7621
|
+
.E_kr6am0s .ant-modal-body {
|
|
7622
|
+
padding: 60px 128px;
|
|
7623
|
+
}
|
|
7624
|
+
|
|
7625
|
+
.E_k1h3cl5q {
|
|
7732
7626
|
display: flex;
|
|
7733
|
-
|
|
7734
|
-
|
|
7735
|
-
position: relative;
|
|
7736
|
-
opacity: 0.6;
|
|
7627
|
+
flex-direction: column;
|
|
7628
|
+
height: 100%;
|
|
7737
7629
|
}
|
|
7738
|
-
|
|
7739
|
-
|
|
7630
|
+
|
|
7631
|
+
.E_k1a6j97w {
|
|
7632
|
+
color: #00122e;
|
|
7633
|
+
font-size: 32px !important;
|
|
7634
|
+
margin-bottom: 16px;
|
|
7740
7635
|
}
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
to {
|
|
7746
|
-
transform: rotate(360deg);
|
|
7747
|
-
}
|
|
7636
|
+
|
|
7637
|
+
.E_k1uim1fg {
|
|
7638
|
+
margin-bottom: 32px;
|
|
7639
|
+
color: #00122e;
|
|
7748
7640
|
}
|
|
7749
7641
|
|
|
7750
|
-
.
|
|
7642
|
+
.E_kobelzt {
|
|
7643
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
7644
|
+
min-height: 0;
|
|
7645
|
+
flex: 1;
|
|
7646
|
+
padding: 16px;
|
|
7647
|
+
background-color: #2d3a56;
|
|
7648
|
+
color: #fff;
|
|
7649
|
+
overflow: auto;
|
|
7650
|
+
max-width: 100%;
|
|
7651
|
+
min-height: 0;
|
|
7652
|
+
border-radius: 8px;
|
|
7653
|
+
white-space: pre-wrap;
|
|
7654
|
+
}
|
|
7655
|
+
|
|
7656
|
+
.E_kxzv3id {
|
|
7751
7657
|
width: 100%;
|
|
7752
|
-
height: 100%;
|
|
7753
7658
|
display: flex;
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
padding: 8px 0;
|
|
7757
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7758
|
-
}
|
|
7759
|
-
.E_c14ouk5o:last-of-type {
|
|
7760
|
-
box-shadow: none;
|
|
7761
|
-
padding-bottom: 0;
|
|
7659
|
+
justify-content: space-between;
|
|
7660
|
+
padding: 0 128px;
|
|
7762
7661
|
}
|
|
7763
|
-
|
|
7662
|
+
|
|
7663
|
+
.E_eld9lt {
|
|
7664
|
+
display: flex;
|
|
7764
7665
|
flex-direction: column;
|
|
7666
|
+
justify-content: center;
|
|
7667
|
+
align-items: center;
|
|
7668
|
+
height: 100%;
|
|
7765
7669
|
}
|
|
7766
|
-
|
|
7670
|
+
|
|
7671
|
+
.E_e1505fqc {
|
|
7767
7672
|
display: flex;
|
|
7673
|
+
flex-direction: column;
|
|
7674
|
+
align-items: center;
|
|
7768
7675
|
}
|
|
7769
|
-
.
|
|
7770
|
-
|
|
7771
|
-
|
|
7772
|
-
|
|
7676
|
+
.E_e1505fqc .title {
|
|
7677
|
+
margin-bottom: 8px;
|
|
7678
|
+
background-clip: text;
|
|
7679
|
+
-webkit-background-clip: text;
|
|
7680
|
+
-webkit-text-fill-color: transparent;
|
|
7681
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7773
7682
|
}
|
|
7774
|
-
|
|
7775
|
-
|
|
7683
|
+
|
|
7684
|
+
.E_i5w779o {
|
|
7685
|
+
padding: 8px 0;
|
|
7776
7686
|
}
|
|
7777
|
-
.
|
|
7778
|
-
|
|
7687
|
+
.E_i5w779o .col-label {
|
|
7688
|
+
flex-shrink: unset;
|
|
7779
7689
|
}
|
|
7780
|
-
.
|
|
7781
|
-
|
|
7782
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7783
|
-
margin-right: 12px;
|
|
7784
|
-
flex-shrink: 0;
|
|
7690
|
+
.E_i5w779o .col-label * {
|
|
7691
|
+
line-height: 18px;
|
|
7785
7692
|
}
|
|
7786
|
-
.
|
|
7787
|
-
|
|
7788
|
-
|
|
7693
|
+
.E_i5w779o .col-content {
|
|
7694
|
+
flex: 1 1 0;
|
|
7695
|
+
display: flex;
|
|
7696
|
+
align-items: center;
|
|
7789
7697
|
}
|
|
7790
|
-
.
|
|
7791
|
-
height:
|
|
7698
|
+
.E_i5w779o .col-content * {
|
|
7699
|
+
line-height: 18px;
|
|
7792
7700
|
}
|
|
7793
7701
|
|
|
7794
|
-
.
|
|
7795
|
-
|
|
7702
|
+
.E_l18dja44 {
|
|
7703
|
+
padding: 6px 0;
|
|
7704
|
+
}
|
|
7705
|
+
.E_l18dja44 .col-label * {
|
|
7706
|
+
font-size: 13px;
|
|
7707
|
+
line-height: 20px;
|
|
7708
|
+
}
|
|
7709
|
+
.E_l18dja44 .col-content * {
|
|
7710
|
+
font-size: 14px;
|
|
7711
|
+
line-height: 20px;
|
|
7796
7712
|
}
|
|
7797
7713
|
|
|
7798
|
-
.
|
|
7799
|
-
|
|
7800
|
-
|
|
7714
|
+
.E_c8c2hys {
|
|
7715
|
+
display: flex;
|
|
7716
|
+
justify-content: space-between;
|
|
7717
|
+
flex: 1;
|
|
7718
|
+
min-width: 0;
|
|
7719
|
+
}
|
|
7720
|
+
|
|
7721
|
+
.E_n4m6c4d {
|
|
7722
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7801
7723
|
}
|
|
7802
7724
|
|
|
7803
7725
|
.E_c1kchka8 {
|
|
@@ -8292,6 +8214,83 @@ span.E_tqjc4ui {
|
|
|
8292
8214
|
padding: 0;
|
|
8293
8215
|
}
|
|
8294
8216
|
|
|
8217
|
+
.E_l12xdkhl {
|
|
8218
|
+
width: 64px;
|
|
8219
|
+
height: 64px;
|
|
8220
|
+
max-width: 64px;
|
|
8221
|
+
max-height: 64px;
|
|
8222
|
+
overflow: hidden;
|
|
8223
|
+
display: flex;
|
|
8224
|
+
align-items: center;
|
|
8225
|
+
justify-content: center;
|
|
8226
|
+
position: relative;
|
|
8227
|
+
opacity: 0.6;
|
|
8228
|
+
}
|
|
8229
|
+
.E_l12xdkhl .icon-wrapper {
|
|
8230
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8231
|
+
}
|
|
8232
|
+
@keyframes rotate {
|
|
8233
|
+
from {
|
|
8234
|
+
transform: rotate(0deg);
|
|
8235
|
+
}
|
|
8236
|
+
to {
|
|
8237
|
+
transform: rotate(360deg);
|
|
8238
|
+
}
|
|
8239
|
+
}
|
|
8240
|
+
|
|
8241
|
+
.E_cevhqx7 {
|
|
8242
|
+
color: #00122e;
|
|
8243
|
+
}
|
|
8244
|
+
|
|
8245
|
+
.E_snbqlt4 {
|
|
8246
|
+
margin-top: 8px;
|
|
8247
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8248
|
+
}
|
|
8249
|
+
|
|
8250
|
+
.E_c14ouk5o {
|
|
8251
|
+
width: 100%;
|
|
8252
|
+
height: 100%;
|
|
8253
|
+
display: flex;
|
|
8254
|
+
font-size: 12px;
|
|
8255
|
+
line-height: 18px;
|
|
8256
|
+
padding: 8px 0;
|
|
8257
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8258
|
+
}
|
|
8259
|
+
.E_c14ouk5o:last-of-type {
|
|
8260
|
+
box-shadow: none;
|
|
8261
|
+
padding-bottom: 0;
|
|
8262
|
+
}
|
|
8263
|
+
.E_c14ouk5o.collapsed {
|
|
8264
|
+
flex-direction: column;
|
|
8265
|
+
}
|
|
8266
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8267
|
+
display: flex;
|
|
8268
|
+
}
|
|
8269
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8270
|
+
flex: 1;
|
|
8271
|
+
display: flex;
|
|
8272
|
+
justify-content: space-between;
|
|
8273
|
+
}
|
|
8274
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8275
|
+
height: auto;
|
|
8276
|
+
}
|
|
8277
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
8278
|
+
margin-left: 162px;
|
|
8279
|
+
}
|
|
8280
|
+
.E_c14ouk5o .col-label {
|
|
8281
|
+
width: 216px;
|
|
8282
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8283
|
+
margin-right: 12px;
|
|
8284
|
+
flex-shrink: 0;
|
|
8285
|
+
}
|
|
8286
|
+
.E_c14ouk5o .col-content {
|
|
8287
|
+
color: #2d3a56;
|
|
8288
|
+
/* make btn link in info row have the same height as normal text */
|
|
8289
|
+
}
|
|
8290
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8291
|
+
height: auto;
|
|
8292
|
+
}
|
|
8293
|
+
|
|
8295
8294
|
.E_c1ss4prm {
|
|
8296
8295
|
color: rgba(44, 56, 82, 0.6);
|
|
8297
8296
|
}
|