@cloudtower/eagle 0.22.19 → 0.22.21
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/components/TableForm/Columns/AffixColumn.d.ts +3 -0
- package/dist/components/TableForm/Columns/CheckboxColumn.d.ts +3 -0
- package/dist/components/TableForm/Columns/FormItem.d.ts +7 -0
- package/dist/components/TableForm/Columns/InputColumn.d.ts +4 -0
- package/dist/components/TableForm/Columns/TextColumn.d.ts +4 -0
- package/dist/components/TableForm/Columns/index.d.ts +15 -0
- package/dist/components/TableForm/TableFormBodyCell.d.ts +3 -0
- package/dist/components/TableForm/TableFormHeaderCell.d.ts +3 -0
- package/dist/components/TableForm/const.d.ts +9 -0
- package/dist/components/TableForm/index.d.ts +18 -0
- package/dist/components/TableForm/style.d.ts +9 -0
- package/dist/components/TableForm/types.d.ts +49 -0
- package/dist/components/TableForm/utils.d.ts +1 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +809 -809
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,68 +1597,6 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.fde5mpd {
|
|
1601
|
-
width: 100%;
|
|
1602
|
-
height: 100%;
|
|
1603
|
-
min-height: 124px;
|
|
1604
|
-
display: flex;
|
|
1605
|
-
flex-direction: column;
|
|
1606
|
-
justify-content: center;
|
|
1607
|
-
align-items: center;
|
|
1608
|
-
}
|
|
1609
|
-
.fde5mpd .error-text {
|
|
1610
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
-
margin-bottom: 16px;
|
|
1612
|
-
font-size: 18px;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.i1mrf09m {
|
|
1616
|
-
display: inline-flex;
|
|
1617
|
-
align-items: center;
|
|
1618
|
-
}
|
|
1619
|
-
.i1mrf09m .icon-inner {
|
|
1620
|
-
display: inline-flex;
|
|
1621
|
-
align-items: center;
|
|
1622
|
-
justify-content: center;
|
|
1623
|
-
}
|
|
1624
|
-
.i1mrf09m .icon-inner + span,
|
|
1625
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1626
|
-
margin-left: 4px;
|
|
1627
|
-
}
|
|
1628
|
-
.i1mrf09m.is-rotate img,
|
|
1629
|
-
.i1mrf09m.is-rotate svg {
|
|
1630
|
-
animation: rotate 680ms linear infinite;
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
.bpq0js6 {
|
|
1634
|
-
padding: 4px 11px;
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
.b15sn34c {
|
|
1638
|
-
white-space: nowrap;
|
|
1639
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1640
|
-
}
|
|
1641
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1642
|
-
--color: #0080ff;
|
|
1643
|
-
}
|
|
1644
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1645
|
-
--color: #0080ff;
|
|
1646
|
-
}
|
|
1647
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1648
|
-
margin-left: 1px;
|
|
1649
|
-
}
|
|
1650
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1651
|
-
border-top-right-radius: 0;
|
|
1652
|
-
border-bottom-right-radius: 0;
|
|
1653
|
-
}
|
|
1654
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1655
|
-
border-top-left-radius: 0;
|
|
1656
|
-
border-bottom-left-radius: 0;
|
|
1657
|
-
}
|
|
1658
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1659
|
-
border-radius: unset;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
1600
|
.buj61ew.ant-btn {
|
|
1663
1601
|
height: 32px;
|
|
1664
1602
|
border-radius: 6px;
|
|
@@ -1916,6 +1854,113 @@ input[type=submit] {
|
|
|
1916
1854
|
position: absolute;
|
|
1917
1855
|
}
|
|
1918
1856
|
|
|
1857
|
+
.i1mrf09m {
|
|
1858
|
+
display: inline-flex;
|
|
1859
|
+
align-items: center;
|
|
1860
|
+
}
|
|
1861
|
+
.i1mrf09m .icon-inner {
|
|
1862
|
+
display: inline-flex;
|
|
1863
|
+
align-items: center;
|
|
1864
|
+
justify-content: center;
|
|
1865
|
+
}
|
|
1866
|
+
.i1mrf09m .icon-inner + span,
|
|
1867
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1868
|
+
margin-left: 4px;
|
|
1869
|
+
}
|
|
1870
|
+
.i1mrf09m.is-rotate img,
|
|
1871
|
+
.i1mrf09m.is-rotate svg {
|
|
1872
|
+
animation: rotate 680ms linear infinite;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.fde5mpd {
|
|
1876
|
+
width: 100%;
|
|
1877
|
+
height: 100%;
|
|
1878
|
+
min-height: 124px;
|
|
1879
|
+
display: flex;
|
|
1880
|
+
flex-direction: column;
|
|
1881
|
+
justify-content: center;
|
|
1882
|
+
align-items: center;
|
|
1883
|
+
}
|
|
1884
|
+
.fde5mpd .error-text {
|
|
1885
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1886
|
+
margin-bottom: 16px;
|
|
1887
|
+
font-size: 18px;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
.s34f1qb.ant-switch {
|
|
1891
|
+
min-width: 40px;
|
|
1892
|
+
height: 24px;
|
|
1893
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1894
|
+
overflow: hidden;
|
|
1895
|
+
}
|
|
1896
|
+
.s34f1qb.ant-switch:focus {
|
|
1897
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1898
|
+
}
|
|
1899
|
+
.s34f1qb.ant-switch-small {
|
|
1900
|
+
min-width: 26px;
|
|
1901
|
+
height: 16px;
|
|
1902
|
+
}
|
|
1903
|
+
.s34f1qb.ant-switch-large {
|
|
1904
|
+
min-width: 52px;
|
|
1905
|
+
height: 32px;
|
|
1906
|
+
}
|
|
1907
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1908
|
+
height: 20px;
|
|
1909
|
+
width: 20px;
|
|
1910
|
+
}
|
|
1911
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1912
|
+
border-radius: 10px;
|
|
1913
|
+
transition-delay: 120ms;
|
|
1914
|
+
}
|
|
1915
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1916
|
+
height: 14px;
|
|
1917
|
+
width: 14px;
|
|
1918
|
+
top: 1px;
|
|
1919
|
+
left: 1px;
|
|
1920
|
+
}
|
|
1921
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1922
|
+
height: 28px;
|
|
1923
|
+
width: 28px;
|
|
1924
|
+
}
|
|
1925
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1926
|
+
border-radius: 14px;
|
|
1927
|
+
}
|
|
1928
|
+
.s34f1qb.ant-switch-checked {
|
|
1929
|
+
background-color: #00ba5d;
|
|
1930
|
+
}
|
|
1931
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1932
|
+
left: calc(100% - 20px - 2px);
|
|
1933
|
+
}
|
|
1934
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1935
|
+
left: calc(100% - 14px - 1px);
|
|
1936
|
+
}
|
|
1937
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1938
|
+
left: calc(100% - 28px - 2px);
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
.c1to9vb9 {
|
|
1942
|
+
margin-left: 5px;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
.s1fc623g {
|
|
1946
|
+
width: 430px !important;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
.oa3mx0o {
|
|
1950
|
+
display: flex;
|
|
1951
|
+
flex-direction: column;
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
.onr9gzt {
|
|
1955
|
+
display: flex;
|
|
1956
|
+
justify-content: space-between;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
.oiy0apc {
|
|
1960
|
+
display: flex;
|
|
1961
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1919
1964
|
.p12gwtiw {
|
|
1920
1965
|
display: flex;
|
|
1921
1966
|
justify-content: space-between;
|
|
@@ -1973,229 +2018,389 @@ input[type=submit] {
|
|
|
1973
2018
|
line-height: 18px;
|
|
1974
2019
|
}
|
|
1975
2020
|
|
|
1976
|
-
.
|
|
1977
|
-
|
|
1978
|
-
justify-content: stretch;
|
|
2021
|
+
.bpq0js6 {
|
|
2022
|
+
padding: 4px 11px;
|
|
1979
2023
|
}
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
overflow: visible;
|
|
2024
|
+
|
|
2025
|
+
.b15sn34c {
|
|
2026
|
+
white-space: nowrap;
|
|
2027
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1985
2028
|
}
|
|
1986
|
-
.
|
|
1987
|
-
|
|
2029
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2030
|
+
--color: #0080ff;
|
|
1988
2031
|
}
|
|
1989
|
-
.
|
|
1990
|
-
|
|
1991
|
-
min-height: unset;
|
|
2032
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
2033
|
+
--color: #0080ff;
|
|
1992
2034
|
}
|
|
1993
|
-
.
|
|
1994
|
-
|
|
1995
|
-
line-height: 26px;
|
|
1996
|
-
width: 100%;
|
|
1997
|
-
text-align: center;
|
|
1998
|
-
padding: 0;
|
|
1999
|
-
font-size: 12px;
|
|
2000
|
-
font-weight: normal;
|
|
2035
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2036
|
+
margin-left: 1px;
|
|
2001
2037
|
}
|
|
2002
|
-
.
|
|
2003
|
-
|
|
2038
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2039
|
+
border-top-right-radius: 0;
|
|
2040
|
+
border-bottom-right-radius: 0;
|
|
2004
2041
|
}
|
|
2005
|
-
.
|
|
2006
|
-
|
|
2042
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2043
|
+
border-top-left-radius: 0;
|
|
2044
|
+
border-bottom-left-radius: 0;
|
|
2007
2045
|
}
|
|
2008
|
-
.
|
|
2009
|
-
border-radius:
|
|
2046
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2047
|
+
border-radius: unset;
|
|
2010
2048
|
}
|
|
2011
|
-
|
|
2012
|
-
|
|
2049
|
+
|
|
2050
|
+
.t1upn1sz {
|
|
2051
|
+
height: 100%;
|
|
2013
2052
|
}
|
|
2014
|
-
|
|
2015
|
-
|
|
2053
|
+
|
|
2054
|
+
.tta5kd2 {
|
|
2055
|
+
height: 100%;
|
|
2016
2056
|
}
|
|
2017
|
-
.
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
height: 0;
|
|
2021
|
-
border: 13px solid transparent;
|
|
2022
|
-
position: absolute;
|
|
2023
|
-
top: 0;
|
|
2024
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2025
|
-
right: -21px;
|
|
2026
|
-
z-index: 2;
|
|
2057
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
2058
|
+
overflow: visible !important;
|
|
2059
|
+
height: 100%;
|
|
2027
2060
|
}
|
|
2028
|
-
.
|
|
2029
|
-
|
|
2030
|
-
width: 0;
|
|
2031
|
-
height: 0;
|
|
2032
|
-
border: 13px solid transparent;
|
|
2033
|
-
position: absolute;
|
|
2034
|
-
top: 0;
|
|
2035
|
-
border-left: 8px solid #fff;
|
|
2036
|
-
left: 0;
|
|
2061
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2062
|
+
height: 100%;
|
|
2037
2063
|
}
|
|
2038
|
-
.
|
|
2039
|
-
|
|
2064
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
2065
|
+
width: 100% !important;
|
|
2066
|
+
height: 100%;
|
|
2040
2067
|
}
|
|
2041
|
-
.
|
|
2042
|
-
|
|
2068
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2069
|
+
padding: 15px 0;
|
|
2043
2070
|
}
|
|
2044
|
-
.
|
|
2045
|
-
|
|
2071
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
2072
|
+
display: none;
|
|
2046
2073
|
}
|
|
2047
|
-
.
|
|
2048
|
-
|
|
2049
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2074
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
2075
|
+
font-weight: 700;
|
|
2050
2076
|
}
|
|
2051
|
-
.
|
|
2052
|
-
|
|
2053
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2077
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2078
|
+
font-weight: 700;
|
|
2054
2079
|
}
|
|
2055
|
-
.
|
|
2056
|
-
|
|
2080
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
2081
|
+
height: 100%;
|
|
2057
2082
|
}
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
align-items: baseline;
|
|
2062
|
-
white-space: pre-wrap;
|
|
2083
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
2084
|
+
height: 100%;
|
|
2085
|
+
overflow: visible;
|
|
2063
2086
|
}
|
|
2064
|
-
.
|
|
2087
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
2088
|
+
max-height: none;
|
|
2089
|
+
}
|
|
2090
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
2091
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
2092
|
+
display: none;
|
|
2093
|
+
}
|
|
2094
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
2095
|
+
background: transparent;
|
|
2096
|
+
}
|
|
2097
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
2098
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
2099
|
+
background: #fff;
|
|
2100
|
+
padding: 0 !important;
|
|
2101
|
+
}
|
|
2102
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
2103
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2104
|
+
display: flex;
|
|
2105
|
+
align-items: center;
|
|
2106
|
+
height: 100%;
|
|
2107
|
+
padding: 8px;
|
|
2108
|
+
}
|
|
2109
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
2110
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
2111
|
+
overflow: hidden;
|
|
2112
|
+
text-overflow: ellipsis;
|
|
2113
|
+
width: 100%;
|
|
2114
|
+
}
|
|
2115
|
+
.tta5kd2 .ant-table-container {
|
|
2116
|
+
height: 100%;
|
|
2117
|
+
}
|
|
2118
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
2119
|
+
box-shadow: none !important;
|
|
2120
|
+
}
|
|
2121
|
+
.tta5kd2 .ant-table {
|
|
2122
|
+
border-radius: 0px;
|
|
2123
|
+
border-left: none;
|
|
2124
|
+
border-right: none;
|
|
2125
|
+
border-bottom: none;
|
|
2126
|
+
height: 100%;
|
|
2127
|
+
font-size: 12px;
|
|
2128
|
+
background: transparent;
|
|
2129
|
+
}
|
|
2130
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
2065
2131
|
position: relative;
|
|
2066
|
-
|
|
2132
|
+
z-index: 3;
|
|
2133
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2134
|
+
margin-bottom: -1px;
|
|
2067
2135
|
}
|
|
2068
|
-
.
|
|
2069
|
-
|
|
2136
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
2137
|
+
.tta5kd2 .ant-table .value {
|
|
2138
|
+
color: #2d3a56;
|
|
2070
2139
|
}
|
|
2071
|
-
.
|
|
2072
|
-
|
|
2140
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
2141
|
+
.tta5kd2 .ant-table .unit {
|
|
2142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2073
2143
|
}
|
|
2074
|
-
.
|
|
2075
|
-
|
|
2076
|
-
background: #0080ff;
|
|
2144
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
2145
|
+
text-align: center;
|
|
2077
2146
|
}
|
|
2078
|
-
.
|
|
2079
|
-
top: 4px;
|
|
2080
|
-
left: 4px;
|
|
2081
|
-
width: 6px;
|
|
2082
|
-
height: 6px;
|
|
2147
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
2083
2148
|
background: #fff;
|
|
2084
2149
|
}
|
|
2085
|
-
.
|
|
2086
|
-
|
|
2150
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
2151
|
+
cursor: pointer;
|
|
2152
|
+
position: absolute;
|
|
2153
|
+
top: 50%;
|
|
2154
|
+
right: 12px;
|
|
2155
|
+
transform: translateY(-50%);
|
|
2087
2156
|
}
|
|
2088
|
-
.
|
|
2089
|
-
|
|
2090
|
-
|
|
2157
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
2158
|
+
box-shadow: none;
|
|
2159
|
+
width: 1px;
|
|
2160
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2091
2161
|
}
|
|
2092
|
-
.
|
|
2093
|
-
|
|
2162
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
2163
|
+
box-shadow: none;
|
|
2164
|
+
width: 1px;
|
|
2165
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2094
2166
|
}
|
|
2095
|
-
.
|
|
2167
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
2168
|
+
position: relative;
|
|
2169
|
+
}
|
|
2170
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
2171
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2172
|
+
border-bottom: 1px solid white;
|
|
2173
|
+
height: 40px;
|
|
2174
|
+
vertical-align: middle;
|
|
2175
|
+
transition: background 0ms;
|
|
2096
2176
|
color: #00122e;
|
|
2097
|
-
opacity: 0.5;
|
|
2098
2177
|
}
|
|
2099
|
-
.
|
|
2178
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
2179
|
+
background: #f2f5fa;
|
|
2180
|
+
border-bottom-color: #f2f5fa;
|
|
2181
|
+
}
|
|
2182
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
2183
|
+
height: auto;
|
|
2100
2184
|
color: #00122e;
|
|
2185
|
+
font-size: 12px;
|
|
2186
|
+
text-align: left;
|
|
2187
|
+
transition: none;
|
|
2188
|
+
overflow: hidden;
|
|
2189
|
+
text-overflow: ellipsis;
|
|
2190
|
+
white-space: nowrap;
|
|
2101
2191
|
}
|
|
2102
|
-
.
|
|
2103
|
-
|
|
2104
|
-
padding: 0;
|
|
2105
|
-
padding-left: 12px;
|
|
2192
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
2193
|
+
color: #0096ff;
|
|
2106
2194
|
}
|
|
2107
|
-
.
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2195
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
2196
|
+
overflow: hidden;
|
|
2197
|
+
text-overflow: ellipsis;
|
|
2198
|
+
width: 100%;
|
|
2199
|
+
vertical-align: middle;
|
|
2111
2200
|
}
|
|
2112
|
-
.
|
|
2113
|
-
|
|
2201
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
2202
|
+
line-height: 0px;
|
|
2114
2203
|
}
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
border-radius: 5px 0 0 5px;
|
|
2204
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
2205
|
+
border-top-color: transparent;
|
|
2118
2206
|
}
|
|
2119
|
-
.
|
|
2120
|
-
|
|
2207
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
2208
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2209
|
+
border-color: transparent transparent white;
|
|
2121
2210
|
}
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
color: #00122e;
|
|
2125
|
-
border-color: #ccd4e3;
|
|
2211
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
2212
|
+
border-radius: 8px 0 0 8px;
|
|
2126
2213
|
}
|
|
2127
|
-
.
|
|
2128
|
-
|
|
2129
|
-
border-color: #a3b4cc;
|
|
2214
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
2215
|
+
border-radius: 8px 0 0 8px;
|
|
2130
2216
|
}
|
|
2131
|
-
.
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2217
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
2218
|
+
content: "";
|
|
2219
|
+
width: 4px;
|
|
2220
|
+
top: -1px;
|
|
2221
|
+
bottom: -1px;
|
|
2222
|
+
background: white;
|
|
2135
2223
|
}
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2224
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
2225
|
+
border-radius: 0 8px 8px 0;
|
|
2138
2226
|
}
|
|
2139
|
-
.
|
|
2140
|
-
|
|
2227
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
2228
|
+
border-radius: 0;
|
|
2229
|
+
background: white;
|
|
2230
|
+
border-top: none;
|
|
2141
2231
|
}
|
|
2142
|
-
.
|
|
2143
|
-
|
|
2232
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
2233
|
+
border-top: 1px solid transparent;
|
|
2234
|
+
border-radius: 0 8px 8px 0;
|
|
2235
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2144
2236
|
}
|
|
2145
|
-
.
|
|
2146
|
-
background:
|
|
2147
|
-
|
|
2237
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
2238
|
+
background: white;
|
|
2239
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2148
2240
|
}
|
|
2149
|
-
.
|
|
2150
|
-
|
|
2241
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2242
|
+
display: flex;
|
|
2243
|
+
align-items: center;
|
|
2244
|
+
height: 100%;
|
|
2245
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2151
2246
|
}
|
|
2152
|
-
.
|
|
2153
|
-
|
|
2247
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
2248
|
+
background: white;
|
|
2249
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2154
2250
|
}
|
|
2155
|
-
.
|
|
2251
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
2252
|
+
display: flex;
|
|
2253
|
+
align-items: center;
|
|
2254
|
+
height: 100%;
|
|
2255
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2256
|
+
}
|
|
2257
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
2258
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2259
|
+
}
|
|
2260
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
2261
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
2262
|
+
border-radius: 8px;
|
|
2263
|
+
}
|
|
2264
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
2265
|
+
border-top-color: white;
|
|
2266
|
+
}
|
|
2267
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
2156
2268
|
background: rgba(0, 136, 255, 0.1);
|
|
2269
|
+
border-bottom-color: transparent;
|
|
2270
|
+
border-top-color: transparent;
|
|
2157
2271
|
}
|
|
2158
|
-
.
|
|
2272
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
2273
|
+
border-radius: 8px 0 0 8px;
|
|
2274
|
+
}
|
|
2275
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
2276
|
+
border-radius: 0 8px 8px 0;
|
|
2277
|
+
}
|
|
2278
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
2279
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2280
|
+
}
|
|
2281
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
2282
|
+
background: #fff;
|
|
2283
|
+
font-weight: 400;
|
|
2284
|
+
position: relative;
|
|
2285
|
+
border-bottom: none;
|
|
2286
|
+
color: #00122e;
|
|
2287
|
+
transition: none;
|
|
2288
|
+
padding: 15px 8px 15px 8px;
|
|
2289
|
+
}
|
|
2290
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
2291
|
+
content: "";
|
|
2292
|
+
width: 1px;
|
|
2293
|
+
top: 0;
|
|
2294
|
+
bottom: 0;
|
|
2159
2295
|
background: rgba(211, 218, 235, 0.6);
|
|
2160
|
-
|
|
2161
|
-
|
|
2296
|
+
position: absolute;
|
|
2297
|
+
right: 0;
|
|
2298
|
+
}
|
|
2299
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
2300
|
+
padding: unset;
|
|
2301
|
+
}
|
|
2302
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
2303
|
+
display: none;
|
|
2304
|
+
}
|
|
2305
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
2306
|
+
width: 100%;
|
|
2307
|
+
overflow: hidden;
|
|
2308
|
+
white-space: nowrap;
|
|
2309
|
+
text-overflow: ellipsis;
|
|
2310
|
+
}
|
|
2311
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
2312
|
+
overflow: hidden;
|
|
2313
|
+
text-overflow: ellipsis;
|
|
2314
|
+
}
|
|
2315
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
2316
|
+
padding: 15px 28px 15px 8px;
|
|
2317
|
+
}
|
|
2318
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
2319
|
+
padding: 0;
|
|
2320
|
+
}
|
|
2321
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
2322
|
+
position: absolute;
|
|
2323
|
+
right: 10px;
|
|
2324
|
+
top: 50%;
|
|
2325
|
+
transform: translateY(-50%);
|
|
2326
|
+
height: 16px;
|
|
2327
|
+
display: none;
|
|
2328
|
+
transition: transform 320ms ease;
|
|
2329
|
+
}
|
|
2330
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
2331
|
+
display: block;
|
|
2332
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2333
|
+
}
|
|
2334
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
2335
|
+
display: block;
|
|
2336
|
+
}
|
|
2337
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
2338
|
+
display: none;
|
|
2339
|
+
}
|
|
2340
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
2341
|
+
transform: translateY(-50%);
|
|
2342
|
+
}
|
|
2343
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
2344
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2345
|
+
}
|
|
2346
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
2347
|
+
background: #f2f5fa;
|
|
2348
|
+
}
|
|
2349
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
2350
|
+
display: block;
|
|
2351
|
+
}
|
|
2352
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
2353
|
+
padding: 0 !important;
|
|
2354
|
+
}
|
|
2355
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
2356
|
+
position: absolute;
|
|
2357
|
+
left: 50%;
|
|
2358
|
+
top: 50%;
|
|
2359
|
+
transform: translate(-50%, -50%);
|
|
2162
2360
|
}
|
|
2163
|
-
.
|
|
2164
|
-
|
|
2165
|
-
border-color: #ccd4e3;
|
|
2361
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
2362
|
+
display: none;
|
|
2166
2363
|
}
|
|
2167
|
-
.
|
|
2168
|
-
|
|
2169
|
-
border-color: #ccd4e3;
|
|
2170
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2364
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
2365
|
+
background: #fff;
|
|
2171
2366
|
}
|
|
2172
|
-
.
|
|
2173
|
-
|
|
2174
|
-
|
|
2367
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
2368
|
+
background: inherit;
|
|
2369
|
+
}
|
|
2370
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
2371
|
+
position: static;
|
|
2175
2372
|
border: none;
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2373
|
+
background: inherit !important;
|
|
2374
|
+
height: 100px;
|
|
2375
|
+
vertical-align: middle;
|
|
2179
2376
|
}
|
|
2180
|
-
.
|
|
2181
|
-
|
|
2377
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
2378
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2379
|
+
font-weight: bold;
|
|
2380
|
+
font-size: 20px;
|
|
2381
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2182
2382
|
}
|
|
2183
|
-
.
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2383
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
2384
|
+
padding: 0 !important;
|
|
2385
|
+
position: relative;
|
|
2386
|
+
background: #fff;
|
|
2187
2387
|
}
|
|
2188
|
-
.
|
|
2189
|
-
|
|
2388
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
2389
|
+
height: 100%;
|
|
2390
|
+
display: flex;
|
|
2391
|
+
align-items: center;
|
|
2392
|
+
justify-content: flex-end;
|
|
2393
|
+
padding-right: 8px;
|
|
2190
2394
|
}
|
|
2191
|
-
.
|
|
2192
|
-
|
|
2395
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
2396
|
+
width: 24px;
|
|
2397
|
+
height: 24px;
|
|
2398
|
+
cursor: pointer;
|
|
2399
|
+
justify-content: center;
|
|
2400
|
+
border-radius: 4px;
|
|
2193
2401
|
}
|
|
2194
|
-
.
|
|
2195
|
-
|
|
2196
|
-
margin-right: 8px;
|
|
2197
|
-
padding: 0;
|
|
2198
|
-
width: 36px;
|
|
2402
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
2403
|
+
background: #fff;
|
|
2199
2404
|
}
|
|
2200
2405
|
|
|
2201
2406
|
.cz04yix {
|
|
@@ -2860,437 +3065,236 @@ input.rrg1fkn.ant-input {
|
|
|
2860
3065
|
|
|
2861
3066
|
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2862
3067
|
border-top-left-radius: 0;
|
|
2863
|
-
border-bottom-left-radius: 0;
|
|
2864
|
-
}
|
|
2865
|
-
|
|
2866
|
-
.s1fc623g {
|
|
2867
|
-
width: 430px !important;
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
.oa3mx0o {
|
|
2871
|
-
display: flex;
|
|
2872
|
-
flex-direction: column;
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
.onr9gzt {
|
|
2876
|
-
display: flex;
|
|
2877
|
-
justify-content: space-between;
|
|
2878
|
-
}
|
|
2879
|
-
|
|
2880
|
-
.oiy0apc {
|
|
2881
|
-
display: flex;
|
|
2882
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
.s34f1qb.ant-switch {
|
|
2886
|
-
min-width: 40px;
|
|
2887
|
-
height: 24px;
|
|
2888
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2889
|
-
overflow: hidden;
|
|
2890
|
-
}
|
|
2891
|
-
.s34f1qb.ant-switch:focus {
|
|
2892
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2893
|
-
}
|
|
2894
|
-
.s34f1qb.ant-switch-small {
|
|
2895
|
-
min-width: 26px;
|
|
2896
|
-
height: 16px;
|
|
2897
|
-
}
|
|
2898
|
-
.s34f1qb.ant-switch-large {
|
|
2899
|
-
min-width: 52px;
|
|
2900
|
-
height: 32px;
|
|
2901
|
-
}
|
|
2902
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2903
|
-
height: 20px;
|
|
2904
|
-
width: 20px;
|
|
2905
|
-
}
|
|
2906
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2907
|
-
border-radius: 10px;
|
|
2908
|
-
transition-delay: 120ms;
|
|
2909
|
-
}
|
|
2910
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2911
|
-
height: 14px;
|
|
2912
|
-
width: 14px;
|
|
2913
|
-
top: 1px;
|
|
2914
|
-
left: 1px;
|
|
2915
|
-
}
|
|
2916
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2917
|
-
height: 28px;
|
|
2918
|
-
width: 28px;
|
|
2919
|
-
}
|
|
2920
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2921
|
-
border-radius: 14px;
|
|
2922
|
-
}
|
|
2923
|
-
.s34f1qb.ant-switch-checked {
|
|
2924
|
-
background-color: #00ba5d;
|
|
2925
|
-
}
|
|
2926
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2927
|
-
left: calc(100% - 20px - 2px);
|
|
2928
|
-
}
|
|
2929
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2930
|
-
left: calc(100% - 14px - 1px);
|
|
2931
|
-
}
|
|
2932
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2933
|
-
left: calc(100% - 28px - 2px);
|
|
2934
|
-
}
|
|
2935
|
-
|
|
2936
|
-
.c1to9vb9 {
|
|
2937
|
-
margin-left: 5px;
|
|
2938
|
-
}
|
|
2939
|
-
|
|
2940
|
-
.t1upn1sz {
|
|
2941
|
-
height: 100%;
|
|
2942
|
-
}
|
|
2943
|
-
|
|
2944
|
-
.tta5kd2 {
|
|
2945
|
-
height: 100%;
|
|
2946
|
-
}
|
|
2947
|
-
.tta5kd2.empty-table .ant-table-content {
|
|
2948
|
-
overflow: visible !important;
|
|
2949
|
-
height: 100%;
|
|
2950
|
-
}
|
|
2951
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2952
|
-
height: 100%;
|
|
2953
|
-
}
|
|
2954
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
2955
|
-
width: 100% !important;
|
|
2956
|
-
height: 100%;
|
|
2957
|
-
}
|
|
2958
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2959
|
-
padding: 15px 0;
|
|
2960
|
-
}
|
|
2961
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
2962
|
-
display: none;
|
|
2963
|
-
}
|
|
2964
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
2965
|
-
font-weight: 700;
|
|
2966
|
-
}
|
|
2967
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2968
|
-
font-weight: 700;
|
|
2969
|
-
}
|
|
2970
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
2971
|
-
height: 100%;
|
|
2972
|
-
}
|
|
2973
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
2974
|
-
height: 100%;
|
|
2975
|
-
overflow: visible;
|
|
2976
|
-
}
|
|
2977
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
2978
|
-
max-height: none;
|
|
2979
|
-
}
|
|
2980
|
-
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
2981
|
-
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
2982
|
-
display: none;
|
|
2983
|
-
}
|
|
2984
|
-
.tta5kd2 td.ant-table-column-sort {
|
|
2985
|
-
background: transparent;
|
|
2986
|
-
}
|
|
2987
|
-
.tta5kd2 td.ant-table-cell-fix-left,
|
|
2988
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
2989
|
-
background: #fff;
|
|
2990
|
-
padding: 0 !important;
|
|
2991
|
-
}
|
|
2992
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
2993
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2994
|
-
display: flex;
|
|
2995
|
-
align-items: center;
|
|
2996
|
-
height: 100%;
|
|
2997
|
-
padding: 8px;
|
|
2998
|
-
}
|
|
2999
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3000
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3001
|
-
overflow: hidden;
|
|
3002
|
-
text-overflow: ellipsis;
|
|
3003
|
-
width: 100%;
|
|
3004
|
-
}
|
|
3005
|
-
.tta5kd2 .ant-table-container {
|
|
3006
|
-
height: 100%;
|
|
3007
|
-
}
|
|
3008
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3009
|
-
box-shadow: none !important;
|
|
3010
|
-
}
|
|
3011
|
-
.tta5kd2 .ant-table {
|
|
3012
|
-
border-radius: 0px;
|
|
3013
|
-
border-left: none;
|
|
3014
|
-
border-right: none;
|
|
3015
|
-
border-bottom: none;
|
|
3016
|
-
height: 100%;
|
|
3017
|
-
font-size: 12px;
|
|
3018
|
-
background: transparent;
|
|
3019
|
-
}
|
|
3020
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
3021
|
-
position: relative;
|
|
3022
|
-
z-index: 3;
|
|
3023
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3024
|
-
margin-bottom: -1px;
|
|
3025
|
-
}
|
|
3026
|
-
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3027
|
-
.tta5kd2 .ant-table .value {
|
|
3028
|
-
color: #2d3a56;
|
|
3029
|
-
}
|
|
3030
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3031
|
-
.tta5kd2 .ant-table .unit {
|
|
3032
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3033
|
-
}
|
|
3034
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
3035
|
-
text-align: center;
|
|
3036
|
-
}
|
|
3037
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3038
|
-
background: #fff;
|
|
3039
|
-
}
|
|
3040
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
3041
|
-
cursor: pointer;
|
|
3042
|
-
position: absolute;
|
|
3043
|
-
top: 50%;
|
|
3044
|
-
right: 12px;
|
|
3045
|
-
transform: translateY(-50%);
|
|
3046
|
-
}
|
|
3047
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3048
|
-
box-shadow: none;
|
|
3049
|
-
width: 1px;
|
|
3050
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3051
|
-
}
|
|
3052
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3053
|
-
box-shadow: none;
|
|
3054
|
-
width: 1px;
|
|
3055
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3068
|
+
border-bottom-left-radius: 0;
|
|
3056
3069
|
}
|
|
3057
|
-
|
|
3058
|
-
|
|
3070
|
+
|
|
3071
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
3072
|
+
display: inline-flex;
|
|
3073
|
+
align-items: baseline;
|
|
3074
|
+
white-space: pre-wrap;
|
|
3059
3075
|
}
|
|
3060
|
-
.
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
height: 40px;
|
|
3064
|
-
vertical-align: middle;
|
|
3065
|
-
transition: background 0ms;
|
|
3066
|
-
color: #00122e;
|
|
3076
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
3077
|
+
position: relative;
|
|
3078
|
+
top: 3px;
|
|
3067
3079
|
}
|
|
3068
|
-
.
|
|
3069
|
-
|
|
3070
|
-
border-bottom-color: #f2f5fa;
|
|
3080
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
3081
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3071
3082
|
}
|
|
3072
|
-
.
|
|
3073
|
-
|
|
3074
|
-
color: #00122e;
|
|
3075
|
-
font-size: 12px;
|
|
3076
|
-
text-align: left;
|
|
3077
|
-
transition: none;
|
|
3078
|
-
overflow: hidden;
|
|
3079
|
-
text-overflow: ellipsis;
|
|
3080
|
-
white-space: nowrap;
|
|
3083
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
3084
|
+
border-color: #0080ff;
|
|
3081
3085
|
}
|
|
3082
|
-
.
|
|
3083
|
-
color: #
|
|
3086
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
3087
|
+
border-color: #0080ff;
|
|
3088
|
+
background: #0080ff;
|
|
3084
3089
|
}
|
|
3085
|
-
.
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
width:
|
|
3089
|
-
|
|
3090
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
3091
|
+
top: 4px;
|
|
3092
|
+
left: 4px;
|
|
3093
|
+
width: 6px;
|
|
3094
|
+
height: 6px;
|
|
3095
|
+
background: #fff;
|
|
3090
3096
|
}
|
|
3091
|
-
.
|
|
3092
|
-
|
|
3097
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
3098
|
+
opacity: 0.5;
|
|
3093
3099
|
}
|
|
3094
|
-
.
|
|
3095
|
-
border-
|
|
3100
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
3101
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3102
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3096
3103
|
}
|
|
3097
|
-
.
|
|
3098
|
-
background:
|
|
3099
|
-
border-color: transparent transparent white;
|
|
3104
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
3105
|
+
background: #00122e;
|
|
3100
3106
|
}
|
|
3101
|
-
.
|
|
3102
|
-
|
|
3107
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
3108
|
+
color: #00122e;
|
|
3109
|
+
opacity: 0.5;
|
|
3103
3110
|
}
|
|
3104
|
-
.
|
|
3105
|
-
|
|
3111
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
3112
|
+
color: #00122e;
|
|
3106
3113
|
}
|
|
3107
|
-
.
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
bottom: -1px;
|
|
3112
|
-
background: white;
|
|
3114
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
3115
|
+
display: inline-block;
|
|
3116
|
+
padding: 0;
|
|
3117
|
+
padding-left: 12px;
|
|
3113
3118
|
}
|
|
3114
|
-
.
|
|
3115
|
-
|
|
3119
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
3120
|
+
margin-bottom: 0;
|
|
3121
|
+
white-space: pre-wrap;
|
|
3122
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3116
3123
|
}
|
|
3117
|
-
.
|
|
3118
|
-
|
|
3119
|
-
background: white;
|
|
3120
|
-
border-top: none;
|
|
3124
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
3125
|
+
padding-left: 8px;
|
|
3121
3126
|
}
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
border-radius: 0
|
|
3125
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3127
|
+
|
|
3128
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
3129
|
+
border-radius: 5px 0 0 5px;
|
|
3126
3130
|
}
|
|
3127
|
-
.
|
|
3128
|
-
|
|
3129
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3131
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
3132
|
+
border-radius: 0 5px 5px 0;
|
|
3130
3133
|
}
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3134
|
+
|
|
3135
|
+
.r1f0aqcc {
|
|
3136
|
+
color: #00122e;
|
|
3137
|
+
border-color: #ccd4e3;
|
|
3136
3138
|
}
|
|
3137
|
-
.
|
|
3138
|
-
|
|
3139
|
-
border-
|
|
3139
|
+
.r1f0aqcc:first-child {
|
|
3140
|
+
color: #00122e;
|
|
3141
|
+
border-color: #a3b4cc;
|
|
3140
3142
|
}
|
|
3141
|
-
.
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
height:
|
|
3145
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3143
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
3144
|
+
padding: 0 12px;
|
|
3145
|
+
line-height: 32px;
|
|
3146
|
+
height: 32px;
|
|
3146
3147
|
}
|
|
3147
|
-
.
|
|
3148
|
-
|
|
3148
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
3149
|
+
white-space: nowrap;
|
|
3149
3150
|
}
|
|
3150
|
-
.
|
|
3151
|
-
|
|
3152
|
-
border-radius: 8px;
|
|
3151
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
3152
|
+
background: #ccd4e3;
|
|
3153
3153
|
}
|
|
3154
|
-
.
|
|
3155
|
-
|
|
3154
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
3155
|
+
background: #0080ff;
|
|
3156
3156
|
}
|
|
3157
|
-
.
|
|
3158
|
-
background:
|
|
3159
|
-
|
|
3160
|
-
border-top-color: transparent;
|
|
3157
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
3158
|
+
background: #ccd4e3;
|
|
3159
|
+
opacity: 0.5;
|
|
3161
3160
|
}
|
|
3162
|
-
.
|
|
3163
|
-
border-
|
|
3161
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
3162
|
+
border-right-color: #0080ff;
|
|
3164
3163
|
}
|
|
3165
|
-
.
|
|
3166
|
-
border-
|
|
3164
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
3165
|
+
border-color: #0080ff;
|
|
3167
3166
|
}
|
|
3168
|
-
.
|
|
3167
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
3169
3168
|
background: rgba(0, 136, 255, 0.1);
|
|
3170
3169
|
}
|
|
3171
|
-
.
|
|
3172
|
-
background:
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3170
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
3171
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3172
|
+
border-color: #ccd4e3;
|
|
3173
|
+
opacity: 0.5;
|
|
3174
|
+
}
|
|
3175
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
3176
3176
|
color: #00122e;
|
|
3177
|
-
|
|
3178
|
-
padding: 15px 8px 15px 8px;
|
|
3177
|
+
border-color: #ccd4e3;
|
|
3179
3178
|
}
|
|
3180
|
-
.
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
bottom: 0;
|
|
3185
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3186
|
-
position: absolute;
|
|
3187
|
-
right: 0;
|
|
3179
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
3180
|
+
color: #00122e;
|
|
3181
|
+
border-color: #ccd4e3;
|
|
3182
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3188
3183
|
}
|
|
3189
|
-
.
|
|
3190
|
-
|
|
3184
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
3185
|
+
margin-right: 8px;
|
|
3186
|
+
display: inline;
|
|
3187
|
+
border: none;
|
|
3188
|
+
padding: 0;
|
|
3189
|
+
width: 36px;
|
|
3190
|
+
background: transparent;
|
|
3191
3191
|
}
|
|
3192
|
-
.
|
|
3192
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
3193
|
+
box-shadow: none;
|
|
3194
|
+
}
|
|
3195
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
3196
|
+
margin-right: 0;
|
|
3197
|
+
width: initial;
|
|
3198
|
+
box-shadow: none;
|
|
3199
|
+
}
|
|
3200
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
3193
3201
|
display: none;
|
|
3194
3202
|
}
|
|
3195
|
-
.
|
|
3196
|
-
|
|
3197
|
-
overflow: hidden;
|
|
3198
|
-
white-space: nowrap;
|
|
3199
|
-
text-overflow: ellipsis;
|
|
3203
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
3204
|
+
display: inline;
|
|
3200
3205
|
}
|
|
3201
|
-
.
|
|
3202
|
-
|
|
3203
|
-
|
|
3206
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
3207
|
+
display: inline;
|
|
3208
|
+
margin-right: 8px;
|
|
3209
|
+
padding: 0;
|
|
3210
|
+
width: 36px;
|
|
3204
3211
|
}
|
|
3205
|
-
|
|
3206
|
-
|
|
3212
|
+
|
|
3213
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3214
|
+
flex-direction: row;
|
|
3215
|
+
justify-content: stretch;
|
|
3207
3216
|
}
|
|
3208
|
-
.
|
|
3217
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3209
3218
|
padding: 0;
|
|
3219
|
+
margin-right: 4px;
|
|
3220
|
+
flex: 1;
|
|
3221
|
+
overflow: visible;
|
|
3210
3222
|
}
|
|
3211
|
-
.
|
|
3212
|
-
position: absolute;
|
|
3213
|
-
right: 10px;
|
|
3214
|
-
top: 50%;
|
|
3215
|
-
transform: translateY(-50%);
|
|
3216
|
-
height: 16px;
|
|
3223
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3217
3224
|
display: none;
|
|
3218
|
-
transition: transform 320ms ease;
|
|
3219
3225
|
}
|
|
3220
|
-
.
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
}
|
|
3224
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3225
|
-
display: block;
|
|
3226
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3227
|
+
width: 100%;
|
|
3228
|
+
min-height: unset;
|
|
3226
3229
|
}
|
|
3227
|
-
.
|
|
3228
|
-
|
|
3230
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3231
|
+
height: 26px;
|
|
3232
|
+
line-height: 26px;
|
|
3233
|
+
width: 100%;
|
|
3234
|
+
text-align: center;
|
|
3235
|
+
padding: 0;
|
|
3236
|
+
font-size: 12px;
|
|
3237
|
+
font-weight: normal;
|
|
3229
3238
|
}
|
|
3230
|
-
.
|
|
3231
|
-
|
|
3239
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3240
|
+
margin-right: 10px;
|
|
3232
3241
|
}
|
|
3233
|
-
.
|
|
3234
|
-
|
|
3242
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3243
|
+
display: none;
|
|
3235
3244
|
}
|
|
3236
|
-
.
|
|
3237
|
-
|
|
3245
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3246
|
+
border-radius: 4px 0 0 4px;
|
|
3238
3247
|
}
|
|
3239
|
-
.
|
|
3240
|
-
|
|
3248
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3249
|
+
margin-right: 0;
|
|
3241
3250
|
}
|
|
3242
|
-
.
|
|
3243
|
-
|
|
3251
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3252
|
+
border-radius: 0 4px 4px 0;
|
|
3244
3253
|
}
|
|
3245
|
-
.
|
|
3254
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
3255
|
+
content: "";
|
|
3256
|
+
width: 0;
|
|
3257
|
+
height: 0;
|
|
3258
|
+
border: 13px solid transparent;
|
|
3246
3259
|
position: absolute;
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3252
|
-
display: none;
|
|
3260
|
+
top: 0;
|
|
3261
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3262
|
+
right: -21px;
|
|
3263
|
+
z-index: 2;
|
|
3253
3264
|
}
|
|
3254
|
-
.
|
|
3255
|
-
|
|
3265
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
3266
|
+
content: "";
|
|
3267
|
+
width: 0;
|
|
3268
|
+
height: 0;
|
|
3269
|
+
border: 13px solid transparent;
|
|
3270
|
+
position: absolute;
|
|
3271
|
+
top: 0;
|
|
3272
|
+
border-left: 8px solid #fff;
|
|
3273
|
+
left: 0;
|
|
3256
3274
|
}
|
|
3257
|
-
.
|
|
3258
|
-
background:
|
|
3275
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3276
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3259
3277
|
}
|
|
3260
|
-
.
|
|
3261
|
-
|
|
3262
|
-
border: none;
|
|
3263
|
-
background: inherit !important;
|
|
3264
|
-
height: 100px;
|
|
3265
|
-
vertical-align: middle;
|
|
3278
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3279
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3266
3280
|
}
|
|
3267
|
-
.
|
|
3268
|
-
|
|
3269
|
-
font-weight: bold;
|
|
3270
|
-
font-size: 20px;
|
|
3271
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3281
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3282
|
+
color: #005ed1;
|
|
3272
3283
|
}
|
|
3273
|
-
.
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
background: #fff;
|
|
3284
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3285
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3286
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3277
3287
|
}
|
|
3278
|
-
.
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
align-items: center;
|
|
3282
|
-
justify-content: flex-end;
|
|
3283
|
-
padding-right: 8px;
|
|
3288
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3289
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3290
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3284
3291
|
}
|
|
3285
|
-
.
|
|
3286
|
-
|
|
3287
|
-
height: 24px;
|
|
3288
|
-
cursor: pointer;
|
|
3289
|
-
justify-content: center;
|
|
3290
|
-
border-radius: 4px;
|
|
3292
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3293
|
+
padding: 0;
|
|
3291
3294
|
}
|
|
3292
|
-
|
|
3293
|
-
|
|
3295
|
+
|
|
3296
|
+
.i1e4sgug {
|
|
3297
|
+
display: inline-block;
|
|
3294
3298
|
}
|
|
3295
3299
|
|
|
3296
3300
|
.d6j0lbj {
|
|
@@ -3768,10 +3772,6 @@ input.rrg1fkn.ant-input {
|
|
|
3768
3772
|
line-height: 12px;
|
|
3769
3773
|
}
|
|
3770
3774
|
|
|
3771
|
-
.i1e4sgug {
|
|
3772
|
-
display: inline-block;
|
|
3773
|
-
}
|
|
3774
|
-
|
|
3775
3775
|
.c198s9j3 {
|
|
3776
3776
|
color: #2d3a56;
|
|
3777
3777
|
line-height: 22px;
|
|
@@ -3852,225 +3852,64 @@ input.rrg1fkn.ant-input {
|
|
|
3852
3852
|
}
|
|
3853
3853
|
.shq1k1g.ant-select.ant-select-single {
|
|
3854
3854
|
width: 100%;
|
|
3855
|
-
height: 30px;
|
|
3856
|
-
color: #2d3a56;
|
|
3857
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3858
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3859
|
-
font-size: 13px;
|
|
3860
|
-
}
|
|
3861
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3862
|
-
height: 38px;
|
|
3863
|
-
font-size: 13px;
|
|
3864
|
-
}
|
|
3865
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3866
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3867
|
-
transition: 160ms ease;
|
|
3868
|
-
}
|
|
3869
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3870
|
-
color: #0080ff;
|
|
3871
|
-
}
|
|
3872
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3873
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3874
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3875
|
-
}
|
|
3876
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3877
|
-
color: #0080ff;
|
|
3878
|
-
}
|
|
3879
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3880
|
-
border-color: #0080ff;
|
|
3881
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3882
|
-
}
|
|
3883
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3884
|
-
transform: rotate(180deg);
|
|
3885
|
-
}
|
|
3886
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3887
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3888
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3889
|
-
cursor: "not-allowed";
|
|
3890
|
-
}
|
|
3891
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3892
|
-
border-color: #f0483e !important;
|
|
3893
|
-
}
|
|
3894
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3895
|
-
color: #1d326c;
|
|
3896
|
-
}
|
|
3897
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3898
|
-
border-color: #0080ff;
|
|
3899
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3900
|
-
}
|
|
3901
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3902
|
-
transform: rotate(180deg);
|
|
3903
|
-
}
|
|
3904
|
-
|
|
3905
|
-
.igz4le8 {
|
|
3906
|
-
height: 24px;
|
|
3907
|
-
width: 56px !important;
|
|
3908
|
-
margin-right: 4px;
|
|
3909
|
-
}
|
|
3910
|
-
|
|
3911
|
-
.c1riexje {
|
|
3912
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3913
|
-
}
|
|
3914
|
-
|
|
3915
|
-
.m1thnes4 {
|
|
3916
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3917
|
-
text-align: center;
|
|
3918
|
-
display: flex;
|
|
3919
|
-
align-items: center;
|
|
3920
|
-
justify-content: center;
|
|
3921
|
-
flex-direction: column;
|
|
3922
|
-
height: 100%;
|
|
3923
|
-
}
|
|
3924
|
-
.m1thnes4 .link {
|
|
3925
|
-
color: #0080ff;
|
|
3926
|
-
cursor: pointer;
|
|
3927
|
-
}
|
|
3928
|
-
|
|
3929
|
-
.m1bixfdy {
|
|
3930
|
-
width: 100%;
|
|
3931
|
-
height: 100%;
|
|
3932
|
-
display: flex;
|
|
3933
|
-
flex-direction: column;
|
|
3934
|
-
}
|
|
3935
|
-
.m1bixfdy .name-toolbar {
|
|
3936
|
-
width: 100%;
|
|
3937
|
-
display: flex;
|
|
3938
|
-
line-height: 30px;
|
|
3939
|
-
padding: 0 16px;
|
|
3940
|
-
justify-content: space-between;
|
|
3941
|
-
}
|
|
3942
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
3943
|
-
display: flex;
|
|
3944
|
-
font-size: 12px;
|
|
3945
|
-
align-items: center;
|
|
3946
|
-
}
|
|
3947
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
3948
|
-
color: #a3b4cc;
|
|
3949
|
-
}
|
|
3950
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
3951
|
-
margin-left: 10px;
|
|
3952
|
-
}
|
|
3953
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
3954
|
-
margin-left: 10px;
|
|
3955
|
-
cursor: pointer;
|
|
3956
|
-
}
|
|
3957
|
-
.m1bixfdy .content {
|
|
3958
|
-
flex: 1;
|
|
3959
|
-
width: 100%;
|
|
3960
|
-
display: flex;
|
|
3961
|
-
justify-content: center;
|
|
3962
|
-
align-items: center;
|
|
3963
|
-
}
|
|
3964
|
-
.m1bixfdy .single-content {
|
|
3965
|
-
height: 65px;
|
|
3966
|
-
}
|
|
3967
|
-
|
|
3968
|
-
.lfamfcw {
|
|
3969
|
-
display: flex;
|
|
3970
|
-
align-items: center;
|
|
3971
|
-
white-space: nowrap;
|
|
3972
|
-
overflow: hidden;
|
|
3973
|
-
width: 100%;
|
|
3974
|
-
}
|
|
3975
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
3976
|
-
margin-left: auto;
|
|
3977
|
-
font-size: 12px;
|
|
3978
|
-
}
|
|
3979
|
-
|
|
3980
|
-
.la6u9b4 {
|
|
3981
|
-
display: flex;
|
|
3982
|
-
justify-content: flex-start;
|
|
3983
|
-
align-items: center;
|
|
3984
|
-
font-size: 12px;
|
|
3985
|
-
cursor: pointer;
|
|
3986
|
-
}
|
|
3987
|
-
.la6u9b4:not(:last-child) {
|
|
3988
|
-
margin-right: 20px;
|
|
3989
|
-
}
|
|
3990
|
-
.la6u9b4.deselected {
|
|
3991
|
-
opacity: 0.4;
|
|
3992
|
-
}
|
|
3993
|
-
.la6u9b4.deselected .color-block {
|
|
3994
|
-
background: #b4beca !important;
|
|
3995
|
-
}
|
|
3996
|
-
|
|
3997
|
-
.chhvk8b {
|
|
3998
|
-
display: inline-block;
|
|
3999
|
-
height: 8px;
|
|
4000
|
-
width: 8px;
|
|
4001
|
-
margin-right: 8px;
|
|
4002
|
-
}
|
|
4003
|
-
|
|
4004
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
4005
|
-
display: flex;
|
|
4006
|
-
align-items: center;
|
|
4007
|
-
font-size: 12px;
|
|
4008
|
-
margin: 0;
|
|
3855
|
+
height: 30px;
|
|
3856
|
+
color: #2d3a56;
|
|
3857
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3858
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3859
|
+
font-size: 13px;
|
|
4009
3860
|
}
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
3861
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3862
|
+
height: 38px;
|
|
3863
|
+
font-size: 13px;
|
|
4013
3864
|
}
|
|
4014
|
-
.
|
|
4015
|
-
|
|
3865
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3866
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3867
|
+
transition: 160ms ease;
|
|
4016
3868
|
}
|
|
4017
|
-
.
|
|
4018
|
-
|
|
4019
|
-
justify-content: space-between;
|
|
4020
|
-
line-height: 30px;
|
|
4021
|
-
margin: 0 16px;
|
|
3869
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3870
|
+
color: #0080ff;
|
|
4022
3871
|
}
|
|
4023
|
-
.
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
align-items: center;
|
|
3872
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3873
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3874
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4027
3875
|
}
|
|
4028
|
-
.
|
|
4029
|
-
color: #
|
|
3876
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3877
|
+
color: #0080ff;
|
|
4030
3878
|
}
|
|
4031
|
-
.
|
|
4032
|
-
|
|
3879
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3880
|
+
border-color: #0080ff;
|
|
3881
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4033
3882
|
}
|
|
4034
|
-
.
|
|
4035
|
-
|
|
4036
|
-
cursor: pointer;
|
|
3883
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3884
|
+
transform: rotate(180deg);
|
|
4037
3885
|
}
|
|
4038
|
-
.
|
|
4039
|
-
|
|
3886
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3887
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3888
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3889
|
+
cursor: "not-allowed";
|
|
4040
3890
|
}
|
|
4041
|
-
.
|
|
4042
|
-
|
|
4043
|
-
bottom: 10px;
|
|
4044
|
-
padding: 0 8px;
|
|
4045
|
-
border-radius: 4px;
|
|
4046
|
-
font-size: 12px;
|
|
4047
|
-
color: #fff;
|
|
4048
|
-
background: rgba(0, 0, 0, 0.75);
|
|
4049
|
-
transform: translateX(-50%);
|
|
3891
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3892
|
+
border-color: #f0483e !important;
|
|
4050
3893
|
}
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
min-width: 200px;
|
|
3894
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3895
|
+
color: #1d326c;
|
|
4054
3896
|
}
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
align-items: center;
|
|
4059
|
-
justify-content: space-between;
|
|
4060
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
4061
|
-
color: #b4beca;
|
|
4062
|
-
font-size: 12px;
|
|
4063
|
-
padding: 3px 6px;
|
|
3897
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3898
|
+
border-color: #0080ff;
|
|
3899
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4064
3900
|
}
|
|
4065
|
-
.
|
|
4066
|
-
|
|
3901
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3902
|
+
transform: rotate(180deg);
|
|
4067
3903
|
}
|
|
4068
|
-
|
|
4069
|
-
|
|
3904
|
+
|
|
3905
|
+
.igz4le8 {
|
|
3906
|
+
height: 24px;
|
|
3907
|
+
width: 56px !important;
|
|
3908
|
+
margin-right: 4px;
|
|
4070
3909
|
}
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
3910
|
+
|
|
3911
|
+
.c1riexje {
|
|
3912
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4074
3913
|
}
|
|
4075
3914
|
|
|
4076
3915
|
.t1gz6wqf {
|
|
@@ -4241,6 +4080,167 @@ input.rrg1fkn.ant-input {
|
|
|
4241
4080
|
height: 32px;
|
|
4242
4081
|
}
|
|
4243
4082
|
|
|
4083
|
+
.m1thnes4 {
|
|
4084
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4085
|
+
text-align: center;
|
|
4086
|
+
display: flex;
|
|
4087
|
+
align-items: center;
|
|
4088
|
+
justify-content: center;
|
|
4089
|
+
flex-direction: column;
|
|
4090
|
+
height: 100%;
|
|
4091
|
+
}
|
|
4092
|
+
.m1thnes4 .link {
|
|
4093
|
+
color: #0080ff;
|
|
4094
|
+
cursor: pointer;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
.m1bixfdy {
|
|
4098
|
+
width: 100%;
|
|
4099
|
+
height: 100%;
|
|
4100
|
+
display: flex;
|
|
4101
|
+
flex-direction: column;
|
|
4102
|
+
}
|
|
4103
|
+
.m1bixfdy .name-toolbar {
|
|
4104
|
+
width: 100%;
|
|
4105
|
+
display: flex;
|
|
4106
|
+
line-height: 30px;
|
|
4107
|
+
padding: 0 16px;
|
|
4108
|
+
justify-content: space-between;
|
|
4109
|
+
}
|
|
4110
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
4111
|
+
display: flex;
|
|
4112
|
+
font-size: 12px;
|
|
4113
|
+
align-items: center;
|
|
4114
|
+
}
|
|
4115
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
4116
|
+
color: #a3b4cc;
|
|
4117
|
+
}
|
|
4118
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
4119
|
+
margin-left: 10px;
|
|
4120
|
+
}
|
|
4121
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
4122
|
+
margin-left: 10px;
|
|
4123
|
+
cursor: pointer;
|
|
4124
|
+
}
|
|
4125
|
+
.m1bixfdy .content {
|
|
4126
|
+
flex: 1;
|
|
4127
|
+
width: 100%;
|
|
4128
|
+
display: flex;
|
|
4129
|
+
justify-content: center;
|
|
4130
|
+
align-items: center;
|
|
4131
|
+
}
|
|
4132
|
+
.m1bixfdy .single-content {
|
|
4133
|
+
height: 65px;
|
|
4134
|
+
}
|
|
4135
|
+
|
|
4136
|
+
.lfamfcw {
|
|
4137
|
+
display: flex;
|
|
4138
|
+
align-items: center;
|
|
4139
|
+
white-space: nowrap;
|
|
4140
|
+
overflow: hidden;
|
|
4141
|
+
width: 100%;
|
|
4142
|
+
}
|
|
4143
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
4144
|
+
margin-left: auto;
|
|
4145
|
+
font-size: 12px;
|
|
4146
|
+
}
|
|
4147
|
+
|
|
4148
|
+
.la6u9b4 {
|
|
4149
|
+
display: flex;
|
|
4150
|
+
justify-content: flex-start;
|
|
4151
|
+
align-items: center;
|
|
4152
|
+
font-size: 12px;
|
|
4153
|
+
cursor: pointer;
|
|
4154
|
+
}
|
|
4155
|
+
.la6u9b4:not(:last-child) {
|
|
4156
|
+
margin-right: 20px;
|
|
4157
|
+
}
|
|
4158
|
+
.la6u9b4.deselected {
|
|
4159
|
+
opacity: 0.4;
|
|
4160
|
+
}
|
|
4161
|
+
.la6u9b4.deselected .color-block {
|
|
4162
|
+
background: #b4beca !important;
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4165
|
+
.chhvk8b {
|
|
4166
|
+
display: inline-block;
|
|
4167
|
+
height: 8px;
|
|
4168
|
+
width: 8px;
|
|
4169
|
+
margin-right: 8px;
|
|
4170
|
+
}
|
|
4171
|
+
|
|
4172
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
4173
|
+
display: flex;
|
|
4174
|
+
align-items: center;
|
|
4175
|
+
font-size: 12px;
|
|
4176
|
+
margin: 0;
|
|
4177
|
+
}
|
|
4178
|
+
|
|
4179
|
+
.m16f7gpb {
|
|
4180
|
+
position: relative;
|
|
4181
|
+
}
|
|
4182
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
4183
|
+
bottom: -12px;
|
|
4184
|
+
}
|
|
4185
|
+
.m16f7gpb .metric-toolbar {
|
|
4186
|
+
display: flex;
|
|
4187
|
+
justify-content: space-between;
|
|
4188
|
+
line-height: 30px;
|
|
4189
|
+
margin: 0 16px;
|
|
4190
|
+
}
|
|
4191
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
4192
|
+
display: flex;
|
|
4193
|
+
font-size: 12px;
|
|
4194
|
+
align-items: center;
|
|
4195
|
+
}
|
|
4196
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
4197
|
+
color: #a3b4cc;
|
|
4198
|
+
}
|
|
4199
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
4200
|
+
margin-left: 10px;
|
|
4201
|
+
}
|
|
4202
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
4203
|
+
margin-left: 10px;
|
|
4204
|
+
cursor: pointer;
|
|
4205
|
+
}
|
|
4206
|
+
.m16f7gpb .recharts-xAxis {
|
|
4207
|
+
font-size: 12px;
|
|
4208
|
+
}
|
|
4209
|
+
.m16f7gpb .pointer-wrapper {
|
|
4210
|
+
position: absolute;
|
|
4211
|
+
bottom: 10px;
|
|
4212
|
+
padding: 0 8px;
|
|
4213
|
+
border-radius: 4px;
|
|
4214
|
+
font-size: 12px;
|
|
4215
|
+
color: #fff;
|
|
4216
|
+
background: rgba(0, 0, 0, 0.75);
|
|
4217
|
+
transform: translateX(-50%);
|
|
4218
|
+
}
|
|
4219
|
+
|
|
4220
|
+
.t1ipvk51 {
|
|
4221
|
+
min-width: 200px;
|
|
4222
|
+
}
|
|
4223
|
+
|
|
4224
|
+
.t1kgldps {
|
|
4225
|
+
display: flex;
|
|
4226
|
+
align-items: center;
|
|
4227
|
+
justify-content: space-between;
|
|
4228
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
4229
|
+
color: #b4beca;
|
|
4230
|
+
font-size: 12px;
|
|
4231
|
+
padding: 3px 6px;
|
|
4232
|
+
}
|
|
4233
|
+
.t1kgldps:first-child {
|
|
4234
|
+
padding-top: 3px;
|
|
4235
|
+
}
|
|
4236
|
+
.t1kgldps:last-child {
|
|
4237
|
+
padding-bottom: 3px;
|
|
4238
|
+
}
|
|
4239
|
+
.t1kgldps .column-value {
|
|
4240
|
+
color: #fff;
|
|
4241
|
+
margin-left: 8px;
|
|
4242
|
+
}
|
|
4243
|
+
|
|
4244
4244
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4245
4245
|
display: var(--at4ovwe-0);
|
|
4246
4246
|
}
|