@cloudtower/eagle 0.22.10 → 0.22.12
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/BaseIcon/index.d.ts +4 -2
- package/dist/components/Icon/Icon.stories.d.ts +7 -24
- package/dist/components/Icon/index.d.ts +13 -12
- package/dist/components/Table/index.d.ts +0 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/esm/index.js +209 -181
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/spec/base.d.ts +5 -0
- package/dist/store/index.d.ts +3 -8
- package/dist/style.css +673 -677
- package/dist/umd/index.js +211 -180
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -4
- package/dist/components/Table/TableSelection.d.ts +0 -27
- package/dist/stories/outline.stories.d.ts +0 -5
- /package/dist/stories/{fill.stories.d.ts → icons-react.stories.d.ts} +0 -0
package/dist/style.css
CHANGED
|
@@ -1845,40 +1845,6 @@ input[type=submit] {
|
|
|
1845
1845
|
padding: 0;
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
|
-
.s1fc623g {
|
|
1849
|
-
width: 430px !important;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
.oa3mx0o {
|
|
1853
|
-
display: flex;
|
|
1854
|
-
flex-direction: column;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
.onr9gzt {
|
|
1858
|
-
display: flex;
|
|
1859
|
-
justify-content: space-between;
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
|
-
.oiy0apc {
|
|
1863
|
-
display: flex;
|
|
1864
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
.fde5mpd {
|
|
1868
|
-
width: 100%;
|
|
1869
|
-
height: 100%;
|
|
1870
|
-
min-height: 124px;
|
|
1871
|
-
display: flex;
|
|
1872
|
-
flex-direction: column;
|
|
1873
|
-
justify-content: center;
|
|
1874
|
-
align-items: center;
|
|
1875
|
-
}
|
|
1876
|
-
.fde5mpd .error-text {
|
|
1877
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1878
|
-
margin-bottom: 16px;
|
|
1879
|
-
font-size: 18px;
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
1848
|
.bpq0js6 {
|
|
1883
1849
|
padding: 4px 11px;
|
|
1884
1850
|
}
|
|
@@ -1908,481 +1874,327 @@ input[type=submit] {
|
|
|
1908
1874
|
border-radius: unset;
|
|
1909
1875
|
}
|
|
1910
1876
|
|
|
1911
|
-
.
|
|
1912
|
-
|
|
1913
|
-
height:
|
|
1914
|
-
|
|
1915
|
-
|
|
1877
|
+
.fde5mpd {
|
|
1878
|
+
width: 100%;
|
|
1879
|
+
height: 100%;
|
|
1880
|
+
min-height: 124px;
|
|
1881
|
+
display: flex;
|
|
1882
|
+
flex-direction: column;
|
|
1883
|
+
justify-content: center;
|
|
1884
|
+
align-items: center;
|
|
1916
1885
|
}
|
|
1917
|
-
.
|
|
1918
|
-
|
|
1886
|
+
.fde5mpd .error-text {
|
|
1887
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
+
margin-bottom: 16px;
|
|
1889
|
+
font-size: 18px;
|
|
1919
1890
|
}
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1891
|
+
|
|
1892
|
+
.i1mrf09m {
|
|
1893
|
+
display: inline-flex;
|
|
1894
|
+
align-items: center;
|
|
1923
1895
|
}
|
|
1924
|
-
.
|
|
1925
|
-
|
|
1926
|
-
|
|
1896
|
+
.i1mrf09m .icon-inner {
|
|
1897
|
+
display: inline-flex;
|
|
1898
|
+
align-items: center;
|
|
1899
|
+
justify-content: center;
|
|
1927
1900
|
}
|
|
1928
|
-
.
|
|
1929
|
-
|
|
1930
|
-
|
|
1901
|
+
.i1mrf09m .icon-inner + span,
|
|
1902
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1903
|
+
margin-left: 4px;
|
|
1931
1904
|
}
|
|
1932
|
-
.
|
|
1933
|
-
|
|
1934
|
-
transition-delay: 120ms;
|
|
1905
|
+
.i1mrf09m.is-rotate img {
|
|
1906
|
+
animation: rotate 680ms linear infinite;
|
|
1935
1907
|
}
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
top: 1px;
|
|
1940
|
-
left: 1px;
|
|
1908
|
+
|
|
1909
|
+
.obf05yr {
|
|
1910
|
+
display: inline-block;
|
|
1941
1911
|
}
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1912
|
+
|
|
1913
|
+
.hsms1n6 {
|
|
1914
|
+
visibility: hidden;
|
|
1915
|
+
position: absolute;
|
|
1945
1916
|
}
|
|
1946
|
-
|
|
1947
|
-
|
|
1917
|
+
|
|
1918
|
+
.p12gwtiw {
|
|
1919
|
+
display: flex;
|
|
1920
|
+
justify-content: space-between;
|
|
1921
|
+
align-items: center;
|
|
1922
|
+
padding: 10px 0;
|
|
1923
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1924
|
+
font-size: 12px;
|
|
1925
|
+
line-height: 24px;
|
|
1948
1926
|
}
|
|
1949
|
-
.
|
|
1950
|
-
|
|
1927
|
+
.p12gwtiw .pagination-left {
|
|
1928
|
+
padding: 2px 8px;
|
|
1951
1929
|
}
|
|
1952
|
-
.
|
|
1953
|
-
|
|
1930
|
+
.p12gwtiw .dropdown-trigger {
|
|
1931
|
+
display: flex;
|
|
1932
|
+
align-items: center;
|
|
1933
|
+
border-radius: 6px;
|
|
1934
|
+
cursor: pointer;
|
|
1935
|
+
transition: all 0.3s ease;
|
|
1954
1936
|
}
|
|
1955
|
-
.
|
|
1956
|
-
|
|
1937
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1938
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1939
|
+
color: #0080ff;
|
|
1957
1940
|
}
|
|
1958
|
-
.
|
|
1959
|
-
left:
|
|
1941
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1942
|
+
margin-left: 4px;
|
|
1960
1943
|
}
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1944
|
+
.p12gwtiw .pagination-right {
|
|
1945
|
+
display: flex;
|
|
1946
|
+
align-items: center;
|
|
1947
|
+
color: #0080ff;
|
|
1948
|
+
font-weight: bold;
|
|
1964
1949
|
}
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
height: 100%;
|
|
1950
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1951
|
+
margin-left: 4px;
|
|
1968
1952
|
}
|
|
1969
|
-
|
|
1970
|
-
.
|
|
1971
|
-
|
|
1953
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1954
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1955
|
+
padding: 0 8px;
|
|
1972
1956
|
}
|
|
1973
|
-
.
|
|
1974
|
-
|
|
1975
|
-
|
|
1957
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1958
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1959
|
+
color: #0080ff;
|
|
1976
1960
|
}
|
|
1977
|
-
.
|
|
1978
|
-
|
|
1961
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1962
|
+
transform: rotate(180deg);
|
|
1979
1963
|
}
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
height:
|
|
1964
|
+
|
|
1965
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1966
|
+
max-height: calc(100vh - 128px);
|
|
1967
|
+
overflow-y: auto;
|
|
1983
1968
|
}
|
|
1984
|
-
.
|
|
1985
|
-
padding:
|
|
1969
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1970
|
+
padding: 4px 20px;
|
|
1971
|
+
font-size: 12px;
|
|
1972
|
+
line-height: 18px;
|
|
1986
1973
|
}
|
|
1987
|
-
|
|
1988
|
-
|
|
1974
|
+
|
|
1975
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1976
|
+
display: inline-flex;
|
|
1977
|
+
align-items: baseline;
|
|
1978
|
+
white-space: pre-wrap;
|
|
1989
1979
|
}
|
|
1990
|
-
.
|
|
1991
|
-
|
|
1980
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1981
|
+
position: relative;
|
|
1982
|
+
top: 3px;
|
|
1992
1983
|
}
|
|
1993
|
-
.
|
|
1994
|
-
|
|
1984
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1985
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1995
1986
|
}
|
|
1996
|
-
.
|
|
1997
|
-
|
|
1987
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1988
|
+
border-color: #0080ff;
|
|
1998
1989
|
}
|
|
1999
|
-
.
|
|
2000
|
-
|
|
2001
|
-
|
|
1990
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1991
|
+
border-color: #0080ff;
|
|
1992
|
+
background: #0080ff;
|
|
2002
1993
|
}
|
|
2003
|
-
.
|
|
2004
|
-
|
|
1994
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1995
|
+
top: 4px;
|
|
1996
|
+
left: 4px;
|
|
1997
|
+
width: 6px;
|
|
1998
|
+
height: 6px;
|
|
1999
|
+
background: #fff;
|
|
2005
2000
|
}
|
|
2006
|
-
.
|
|
2007
|
-
|
|
2008
|
-
display: none;
|
|
2001
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2002
|
+
opacity: 0.5;
|
|
2009
2003
|
}
|
|
2010
|
-
.
|
|
2011
|
-
|
|
2004
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2005
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2006
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2012
2007
|
}
|
|
2013
|
-
.
|
|
2014
|
-
|
|
2015
|
-
background: #fff;
|
|
2016
|
-
padding: 0 !important;
|
|
2008
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2009
|
+
background: #00122e;
|
|
2017
2010
|
}
|
|
2018
|
-
.
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
align-items: center;
|
|
2022
|
-
height: 100%;
|
|
2023
|
-
padding: 8px;
|
|
2011
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2012
|
+
color: #00122e;
|
|
2013
|
+
opacity: 0.5;
|
|
2024
2014
|
}
|
|
2025
|
-
.
|
|
2026
|
-
|
|
2027
|
-
overflow: hidden;
|
|
2028
|
-
text-overflow: ellipsis;
|
|
2029
|
-
width: 100%;
|
|
2015
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2016
|
+
color: #00122e;
|
|
2030
2017
|
}
|
|
2031
|
-
.
|
|
2032
|
-
|
|
2018
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2019
|
+
display: inline-block;
|
|
2020
|
+
padding: 0;
|
|
2021
|
+
padding-left: 12px;
|
|
2033
2022
|
}
|
|
2034
|
-
.
|
|
2035
|
-
|
|
2023
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2024
|
+
margin-bottom: 0;
|
|
2025
|
+
white-space: pre-wrap;
|
|
2026
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2036
2027
|
}
|
|
2037
|
-
.
|
|
2038
|
-
|
|
2039
|
-
border-left: none;
|
|
2040
|
-
border-right: none;
|
|
2041
|
-
border-bottom: none;
|
|
2042
|
-
height: 100%;
|
|
2043
|
-
font-size: 12px;
|
|
2044
|
-
background: transparent;
|
|
2028
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2029
|
+
padding-left: 8px;
|
|
2045
2030
|
}
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2050
|
-
margin-bottom: -1px;
|
|
2051
|
-
}
|
|
2052
|
-
.tta5kd2 .ant-table .time-wrapper .data,
|
|
2053
|
-
.tta5kd2 .ant-table .value {
|
|
2054
|
-
color: #2d3a56;
|
|
2055
|
-
}
|
|
2056
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
2057
|
-
.tta5kd2 .ant-table .unit {
|
|
2058
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2059
|
-
}
|
|
2060
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
2061
|
-
text-align: center;
|
|
2062
|
-
}
|
|
2063
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
2064
|
-
background: #fff;
|
|
2065
|
-
}
|
|
2066
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
2067
|
-
cursor: pointer;
|
|
2068
|
-
position: absolute;
|
|
2069
|
-
top: 50%;
|
|
2070
|
-
right: 12px;
|
|
2071
|
-
transform: translateY(-50%);
|
|
2072
|
-
}
|
|
2073
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
2074
|
-
box-shadow: none;
|
|
2075
|
-
width: 1px;
|
|
2076
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2077
|
-
}
|
|
2078
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
2079
|
-
box-shadow: none;
|
|
2080
|
-
width: 1px;
|
|
2081
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2031
|
+
|
|
2032
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2033
|
+
border-radius: 5px 0 0 5px;
|
|
2082
2034
|
}
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2035
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2036
|
+
border-radius: 0 5px 5px 0;
|
|
2085
2037
|
}
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
border-bottom: 1px solid white;
|
|
2089
|
-
height: 40px;
|
|
2090
|
-
vertical-align: middle;
|
|
2091
|
-
transition: background 0ms;
|
|
2038
|
+
|
|
2039
|
+
.r1f0aqcc {
|
|
2092
2040
|
color: #00122e;
|
|
2041
|
+
border-color: #ccd4e3;
|
|
2093
2042
|
}
|
|
2094
|
-
.
|
|
2095
|
-
background: #f2f5fa;
|
|
2096
|
-
border-bottom-color: #f2f5fa;
|
|
2097
|
-
}
|
|
2098
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
2099
|
-
height: auto;
|
|
2043
|
+
.r1f0aqcc:first-child {
|
|
2100
2044
|
color: #00122e;
|
|
2101
|
-
|
|
2102
|
-
text-align: left;
|
|
2103
|
-
transition: none;
|
|
2104
|
-
overflow: hidden;
|
|
2105
|
-
text-overflow: ellipsis;
|
|
2106
|
-
white-space: nowrap;
|
|
2107
|
-
}
|
|
2108
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
2109
|
-
color: #0096ff;
|
|
2110
|
-
}
|
|
2111
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
2112
|
-
overflow: hidden;
|
|
2113
|
-
text-overflow: ellipsis;
|
|
2114
|
-
width: 100%;
|
|
2115
|
-
vertical-align: middle;
|
|
2116
|
-
}
|
|
2117
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
2118
|
-
line-height: 0px;
|
|
2119
|
-
}
|
|
2120
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
2121
|
-
border-top-color: transparent;
|
|
2122
|
-
}
|
|
2123
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
2124
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2125
|
-
border-color: transparent transparent white;
|
|
2126
|
-
}
|
|
2127
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
2128
|
-
border-radius: 8px 0 0 8px;
|
|
2129
|
-
}
|
|
2130
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
2131
|
-
border-radius: 8px 0 0 8px;
|
|
2132
|
-
}
|
|
2133
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
2134
|
-
content: "";
|
|
2135
|
-
width: 4px;
|
|
2136
|
-
top: -1px;
|
|
2137
|
-
bottom: -1px;
|
|
2138
|
-
background: white;
|
|
2139
|
-
}
|
|
2140
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
2141
|
-
border-radius: 0 8px 8px 0;
|
|
2142
|
-
}
|
|
2143
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
2144
|
-
border-radius: 0;
|
|
2145
|
-
background: white;
|
|
2146
|
-
border-top: none;
|
|
2147
|
-
}
|
|
2148
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
2149
|
-
border-top: 1px solid transparent;
|
|
2150
|
-
border-radius: 0 8px 8px 0;
|
|
2151
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2152
|
-
}
|
|
2153
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
2154
|
-
background: white;
|
|
2155
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2156
|
-
}
|
|
2157
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2158
|
-
display: flex;
|
|
2159
|
-
align-items: center;
|
|
2160
|
-
height: 100%;
|
|
2161
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2162
|
-
}
|
|
2163
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
2164
|
-
background: white;
|
|
2165
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2045
|
+
border-color: #a3b4cc;
|
|
2166
2046
|
}
|
|
2167
|
-
.
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
height:
|
|
2171
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2047
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2048
|
+
padding: 0 12px;
|
|
2049
|
+
line-height: 32px;
|
|
2050
|
+
height: 32px;
|
|
2172
2051
|
}
|
|
2173
|
-
.
|
|
2174
|
-
|
|
2052
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2053
|
+
white-space: nowrap;
|
|
2175
2054
|
}
|
|
2176
|
-
.
|
|
2177
|
-
|
|
2178
|
-
border-radius: 8px;
|
|
2055
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2056
|
+
background: #ccd4e3;
|
|
2179
2057
|
}
|
|
2180
|
-
.
|
|
2181
|
-
|
|
2058
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2059
|
+
background: #0080ff;
|
|
2182
2060
|
}
|
|
2183
|
-
.
|
|
2184
|
-
background:
|
|
2185
|
-
|
|
2186
|
-
border-top-color: transparent;
|
|
2061
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2062
|
+
background: #ccd4e3;
|
|
2063
|
+
opacity: 0.5;
|
|
2187
2064
|
}
|
|
2188
|
-
.
|
|
2189
|
-
border-
|
|
2065
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2066
|
+
border-right-color: #0080ff;
|
|
2190
2067
|
}
|
|
2191
|
-
.
|
|
2192
|
-
border-
|
|
2068
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2069
|
+
border-color: #0080ff;
|
|
2193
2070
|
}
|
|
2194
|
-
.
|
|
2071
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2195
2072
|
background: rgba(0, 136, 255, 0.1);
|
|
2196
2073
|
}
|
|
2197
|
-
.
|
|
2198
|
-
background: #fff;
|
|
2199
|
-
font-weight: 400;
|
|
2200
|
-
position: relative;
|
|
2201
|
-
border-bottom: none;
|
|
2202
|
-
color: #00122e;
|
|
2203
|
-
transition: none;
|
|
2204
|
-
padding: 15px 8px 15px 8px;
|
|
2205
|
-
}
|
|
2206
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
2207
|
-
content: "";
|
|
2208
|
-
width: 1px;
|
|
2209
|
-
top: 0;
|
|
2210
|
-
bottom: 0;
|
|
2074
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2211
2075
|
background: rgba(211, 218, 235, 0.6);
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
}
|
|
2215
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
2216
|
-
padding: unset;
|
|
2217
|
-
}
|
|
2218
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
2219
|
-
display: none;
|
|
2220
|
-
}
|
|
2221
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
2222
|
-
width: 100%;
|
|
2223
|
-
overflow: hidden;
|
|
2224
|
-
white-space: nowrap;
|
|
2225
|
-
text-overflow: ellipsis;
|
|
2076
|
+
border-color: #ccd4e3;
|
|
2077
|
+
opacity: 0.5;
|
|
2226
2078
|
}
|
|
2227
|
-
.
|
|
2228
|
-
|
|
2229
|
-
|
|
2079
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2080
|
+
color: #00122e;
|
|
2081
|
+
border-color: #ccd4e3;
|
|
2230
2082
|
}
|
|
2231
|
-
.
|
|
2232
|
-
|
|
2083
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2084
|
+
color: #00122e;
|
|
2085
|
+
border-color: #ccd4e3;
|
|
2086
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2233
2087
|
}
|
|
2234
|
-
.
|
|
2088
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2089
|
+
margin-right: 8px;
|
|
2090
|
+
display: inline;
|
|
2091
|
+
border: none;
|
|
2235
2092
|
padding: 0;
|
|
2093
|
+
width: 36px;
|
|
2094
|
+
background: transparent;
|
|
2236
2095
|
}
|
|
2237
|
-
.
|
|
2238
|
-
|
|
2239
|
-
right: 10px;
|
|
2240
|
-
top: 50%;
|
|
2241
|
-
transform: translateY(-50%);
|
|
2242
|
-
height: 16px;
|
|
2243
|
-
display: none;
|
|
2244
|
-
transition: transform 320ms ease;
|
|
2245
|
-
}
|
|
2246
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
2247
|
-
display: block;
|
|
2248
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
2096
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2097
|
+
box-shadow: none;
|
|
2249
2098
|
}
|
|
2250
|
-
.
|
|
2251
|
-
|
|
2099
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2100
|
+
margin-right: 0;
|
|
2101
|
+
width: initial;
|
|
2102
|
+
box-shadow: none;
|
|
2252
2103
|
}
|
|
2253
|
-
.
|
|
2104
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2254
2105
|
display: none;
|
|
2255
2106
|
}
|
|
2256
|
-
.
|
|
2257
|
-
|
|
2258
|
-
}
|
|
2259
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
2260
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
2261
|
-
}
|
|
2262
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
2263
|
-
background: #f2f5fa;
|
|
2107
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2108
|
+
display: inline;
|
|
2264
2109
|
}
|
|
2265
|
-
.
|
|
2266
|
-
display:
|
|
2110
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2111
|
+
display: inline;
|
|
2112
|
+
margin-right: 8px;
|
|
2113
|
+
padding: 0;
|
|
2114
|
+
width: 36px;
|
|
2267
2115
|
}
|
|
2268
|
-
|
|
2269
|
-
|
|
2116
|
+
|
|
2117
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2118
|
+
flex-direction: row;
|
|
2119
|
+
justify-content: stretch;
|
|
2270
2120
|
}
|
|
2271
|
-
.
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2121
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2122
|
+
padding: 0;
|
|
2123
|
+
margin-right: 4px;
|
|
2124
|
+
flex: 1;
|
|
2125
|
+
overflow: visible;
|
|
2276
2126
|
}
|
|
2277
|
-
.
|
|
2127
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2278
2128
|
display: none;
|
|
2279
2129
|
}
|
|
2280
|
-
.
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
2284
|
-
background: inherit;
|
|
2285
|
-
}
|
|
2286
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
2287
|
-
position: static;
|
|
2288
|
-
border: none;
|
|
2289
|
-
background: inherit !important;
|
|
2290
|
-
height: 100px;
|
|
2291
|
-
vertical-align: middle;
|
|
2292
|
-
}
|
|
2293
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
2294
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2295
|
-
font-weight: bold;
|
|
2296
|
-
font-size: 20px;
|
|
2297
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2298
|
-
}
|
|
2299
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
2300
|
-
padding: 0 !important;
|
|
2301
|
-
position: relative;
|
|
2302
|
-
background: #fff;
|
|
2303
|
-
}
|
|
2304
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
2305
|
-
height: 100%;
|
|
2306
|
-
display: flex;
|
|
2307
|
-
align-items: center;
|
|
2308
|
-
justify-content: flex-end;
|
|
2309
|
-
padding-right: 8px;
|
|
2310
|
-
}
|
|
2311
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
2312
|
-
width: 24px;
|
|
2313
|
-
height: 24px;
|
|
2314
|
-
cursor: pointer;
|
|
2315
|
-
justify-content: center;
|
|
2316
|
-
border-radius: 4px;
|
|
2317
|
-
}
|
|
2318
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
2319
|
-
background: #fff;
|
|
2130
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2131
|
+
width: 100%;
|
|
2132
|
+
min-height: unset;
|
|
2320
2133
|
}
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
align
|
|
2326
|
-
padding:
|
|
2327
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2134
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2135
|
+
height: 26px;
|
|
2136
|
+
line-height: 26px;
|
|
2137
|
+
width: 100%;
|
|
2138
|
+
text-align: center;
|
|
2139
|
+
padding: 0;
|
|
2328
2140
|
font-size: 12px;
|
|
2329
|
-
|
|
2141
|
+
font-weight: normal;
|
|
2330
2142
|
}
|
|
2331
|
-
.
|
|
2332
|
-
|
|
2143
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2144
|
+
margin-right: 10px;
|
|
2333
2145
|
}
|
|
2334
|
-
.
|
|
2335
|
-
display:
|
|
2336
|
-
align-items: center;
|
|
2337
|
-
border-radius: 6px;
|
|
2338
|
-
cursor: pointer;
|
|
2339
|
-
transition: all 0.3s ease;
|
|
2146
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2147
|
+
display: none;
|
|
2340
2148
|
}
|
|
2341
|
-
.
|
|
2342
|
-
|
|
2343
|
-
color: #0080ff;
|
|
2149
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2150
|
+
border-radius: 4px 0 0 4px;
|
|
2344
2151
|
}
|
|
2345
|
-
.
|
|
2346
|
-
margin-
|
|
2152
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2153
|
+
margin-right: 0;
|
|
2347
2154
|
}
|
|
2348
|
-
.
|
|
2349
|
-
|
|
2350
|
-
align-items: center;
|
|
2351
|
-
color: #0080ff;
|
|
2352
|
-
font-weight: bold;
|
|
2155
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2156
|
+
border-radius: 0 4px 4px 0;
|
|
2353
2157
|
}
|
|
2354
|
-
.
|
|
2355
|
-
|
|
2158
|
+
.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 {
|
|
2159
|
+
content: "";
|
|
2160
|
+
width: 0;
|
|
2161
|
+
height: 0;
|
|
2162
|
+
border: 13px solid transparent;
|
|
2163
|
+
position: absolute;
|
|
2164
|
+
top: 0;
|
|
2165
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2166
|
+
right: -21px;
|
|
2167
|
+
z-index: 2;
|
|
2356
2168
|
}
|
|
2357
|
-
.
|
|
2358
|
-
|
|
2359
|
-
|
|
2169
|
+
.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 {
|
|
2170
|
+
content: "";
|
|
2171
|
+
width: 0;
|
|
2172
|
+
height: 0;
|
|
2173
|
+
border: 13px solid transparent;
|
|
2174
|
+
position: absolute;
|
|
2175
|
+
top: 0;
|
|
2176
|
+
border-left: 8px solid #fff;
|
|
2177
|
+
left: 0;
|
|
2360
2178
|
}
|
|
2361
|
-
.
|
|
2362
|
-
|
|
2363
|
-
color: #0080ff;
|
|
2179
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2180
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2364
2181
|
}
|
|
2365
|
-
.
|
|
2366
|
-
|
|
2182
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2183
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2367
2184
|
}
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
max-height: calc(100vh - 128px);
|
|
2371
|
-
overflow-y: auto;
|
|
2185
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2186
|
+
color: #005ed1;
|
|
2372
2187
|
}
|
|
2373
|
-
.
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
line-height: 18px;
|
|
2188
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2189
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2190
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2377
2191
|
}
|
|
2378
|
-
|
|
2379
|
-
.
|
|
2380
|
-
|
|
2192
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2193
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2194
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2381
2195
|
}
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
visibility: hidden;
|
|
2385
|
-
position: absolute;
|
|
2196
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2197
|
+
padding: 0;
|
|
2386
2198
|
}
|
|
2387
2199
|
|
|
2388
2200
|
.cz04yix {
|
|
@@ -2982,314 +2794,502 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2982
2794
|
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2983
2795
|
display: flex;
|
|
2984
2796
|
}
|
|
2985
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
2797
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2798
|
+
position: absolute;
|
|
2799
|
+
right: 12px;
|
|
2800
|
+
top: 50%;
|
|
2801
|
+
transform: translateY(-50%);
|
|
2802
|
+
}
|
|
2803
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2804
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2805
|
+
font-size: 12px;
|
|
2806
|
+
cursor: pointer;
|
|
2807
|
+
}
|
|
2808
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2809
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2810
|
+
}
|
|
2811
|
+
.kypn5o5.has-focus-indicator {
|
|
2812
|
+
position: relative;
|
|
2813
|
+
overflow: hidden;
|
|
2814
|
+
}
|
|
2815
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2816
|
+
position: absolute;
|
|
2817
|
+
top: 50%;
|
|
2818
|
+
transform: translateY(-50%);
|
|
2819
|
+
left: -16px;
|
|
2820
|
+
transition: left 150ms ease;
|
|
2821
|
+
opacity: 0;
|
|
2822
|
+
}
|
|
2823
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2824
|
+
left: 8px;
|
|
2825
|
+
opacity: 1;
|
|
2826
|
+
}
|
|
2827
|
+
.kypn5o5.has-focus-indicator input {
|
|
2828
|
+
transition: margin-left 150ms ease;
|
|
2829
|
+
margin-left: 0px;
|
|
2830
|
+
}
|
|
2831
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2832
|
+
margin-left: 16px;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
input.l1ki27se.ant-input {
|
|
2836
|
+
border-top-right-radius: 0;
|
|
2837
|
+
border-bottom-right-radius: 0;
|
|
2838
|
+
}
|
|
2839
|
+
|
|
2840
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2841
|
+
border-top-right-radius: 0;
|
|
2842
|
+
border-bottom-right-radius: 0;
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
input.rrg1fkn.ant-input {
|
|
2846
|
+
border-top-left-radius: 0;
|
|
2847
|
+
border-bottom-left-radius: 0;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2851
|
+
border-top-left-radius: 0;
|
|
2852
|
+
border-bottom-left-radius: 0;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2856
|
+
border-top-right-radius: 0;
|
|
2857
|
+
border-bottom-right-radius: 0;
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2861
|
+
border-top-left-radius: 0;
|
|
2862
|
+
border-bottom-left-radius: 0;
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.t1upn1sz {
|
|
2866
|
+
height: 100%;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
.tta5kd2 {
|
|
2870
|
+
height: 100%;
|
|
2871
|
+
}
|
|
2872
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
2873
|
+
overflow: visible !important;
|
|
2874
|
+
height: 100%;
|
|
2875
|
+
}
|
|
2876
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2877
|
+
height: 100%;
|
|
2878
|
+
}
|
|
2879
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
2880
|
+
width: 100% !important;
|
|
2881
|
+
height: 100%;
|
|
2882
|
+
}
|
|
2883
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2884
|
+
padding: 15px 0;
|
|
2885
|
+
}
|
|
2886
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
2887
|
+
display: none;
|
|
2888
|
+
}
|
|
2889
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
2890
|
+
font-weight: 700;
|
|
2891
|
+
}
|
|
2892
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2893
|
+
font-weight: 700;
|
|
2894
|
+
}
|
|
2895
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
2896
|
+
height: 100%;
|
|
2897
|
+
}
|
|
2898
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
2899
|
+
height: 100%;
|
|
2900
|
+
overflow: visible;
|
|
2901
|
+
}
|
|
2902
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
2903
|
+
max-height: none;
|
|
2904
|
+
}
|
|
2905
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
2906
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
2907
|
+
display: none;
|
|
2908
|
+
}
|
|
2909
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
2910
|
+
background: transparent;
|
|
2911
|
+
}
|
|
2912
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
2913
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
2914
|
+
background: #fff;
|
|
2915
|
+
padding: 0 !important;
|
|
2916
|
+
}
|
|
2917
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
2918
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2919
|
+
display: flex;
|
|
2920
|
+
align-items: center;
|
|
2921
|
+
height: 100%;
|
|
2922
|
+
padding: 8px;
|
|
2923
|
+
}
|
|
2924
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
2925
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
2926
|
+
overflow: hidden;
|
|
2927
|
+
text-overflow: ellipsis;
|
|
2928
|
+
width: 100%;
|
|
2929
|
+
}
|
|
2930
|
+
.tta5kd2 .ant-table-container {
|
|
2931
|
+
height: 100%;
|
|
2932
|
+
}
|
|
2933
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
2934
|
+
box-shadow: none !important;
|
|
2935
|
+
}
|
|
2936
|
+
.tta5kd2 .ant-table {
|
|
2937
|
+
border-radius: 0px;
|
|
2938
|
+
border-left: none;
|
|
2939
|
+
border-right: none;
|
|
2940
|
+
border-bottom: none;
|
|
2941
|
+
height: 100%;
|
|
2942
|
+
font-size: 12px;
|
|
2943
|
+
background: transparent;
|
|
2944
|
+
}
|
|
2945
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
2946
|
+
position: relative;
|
|
2947
|
+
z-index: 3;
|
|
2948
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2949
|
+
margin-bottom: -1px;
|
|
2950
|
+
}
|
|
2951
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
2952
|
+
.tta5kd2 .ant-table .value {
|
|
2953
|
+
color: #2d3a56;
|
|
2954
|
+
}
|
|
2955
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
2956
|
+
.tta5kd2 .ant-table .unit {
|
|
2957
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2958
|
+
}
|
|
2959
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
2960
|
+
text-align: center;
|
|
2961
|
+
}
|
|
2962
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
2963
|
+
background: #fff;
|
|
2964
|
+
}
|
|
2965
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
2966
|
+
cursor: pointer;
|
|
2986
2967
|
position: absolute;
|
|
2987
|
-
right: 12px;
|
|
2988
2968
|
top: 50%;
|
|
2969
|
+
right: 12px;
|
|
2989
2970
|
transform: translateY(-50%);
|
|
2990
2971
|
}
|
|
2991
|
-
.
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2972
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
2973
|
+
box-shadow: none;
|
|
2974
|
+
width: 1px;
|
|
2975
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2995
2976
|
}
|
|
2996
|
-
.
|
|
2997
|
-
|
|
2977
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
2978
|
+
box-shadow: none;
|
|
2979
|
+
width: 1px;
|
|
2980
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2998
2981
|
}
|
|
2999
|
-
.
|
|
2982
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3000
2983
|
position: relative;
|
|
2984
|
+
}
|
|
2985
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
2986
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2987
|
+
border-bottom: 1px solid white;
|
|
2988
|
+
height: 40px;
|
|
2989
|
+
vertical-align: middle;
|
|
2990
|
+
transition: background 0ms;
|
|
2991
|
+
color: #00122e;
|
|
2992
|
+
}
|
|
2993
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
2994
|
+
background: #f2f5fa;
|
|
2995
|
+
border-bottom-color: #f2f5fa;
|
|
2996
|
+
}
|
|
2997
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
2998
|
+
height: auto;
|
|
2999
|
+
color: #00122e;
|
|
3000
|
+
font-size: 12px;
|
|
3001
|
+
text-align: left;
|
|
3002
|
+
transition: none;
|
|
3001
3003
|
overflow: hidden;
|
|
3004
|
+
text-overflow: ellipsis;
|
|
3005
|
+
white-space: nowrap;
|
|
3002
3006
|
}
|
|
3003
|
-
.
|
|
3004
|
-
|
|
3005
|
-
top: 50%;
|
|
3006
|
-
transform: translateY(-50%);
|
|
3007
|
-
left: -16px;
|
|
3008
|
-
transition: left 150ms ease;
|
|
3009
|
-
opacity: 0;
|
|
3007
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3008
|
+
color: #0096ff;
|
|
3010
3009
|
}
|
|
3011
|
-
.
|
|
3012
|
-
|
|
3013
|
-
|
|
3010
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3011
|
+
overflow: hidden;
|
|
3012
|
+
text-overflow: ellipsis;
|
|
3013
|
+
width: 100%;
|
|
3014
|
+
vertical-align: middle;
|
|
3014
3015
|
}
|
|
3015
|
-
.
|
|
3016
|
-
|
|
3017
|
-
margin-left: 0px;
|
|
3016
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3017
|
+
line-height: 0px;
|
|
3018
3018
|
}
|
|
3019
|
-
.
|
|
3020
|
-
|
|
3019
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3020
|
+
border-top-color: transparent;
|
|
3021
3021
|
}
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
border-
|
|
3025
|
-
border-bottom-right-radius: 0;
|
|
3022
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3023
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3024
|
+
border-color: transparent transparent white;
|
|
3026
3025
|
}
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
border-top-right-radius: 0;
|
|
3030
|
-
border-bottom-right-radius: 0;
|
|
3026
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3027
|
+
border-radius: 8px 0 0 8px;
|
|
3031
3028
|
}
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
border-top-left-radius: 0;
|
|
3035
|
-
border-bottom-left-radius: 0;
|
|
3029
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3030
|
+
border-radius: 8px 0 0 8px;
|
|
3036
3031
|
}
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3032
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3033
|
+
content: "";
|
|
3034
|
+
width: 4px;
|
|
3035
|
+
top: -1px;
|
|
3036
|
+
bottom: -1px;
|
|
3037
|
+
background: white;
|
|
3041
3038
|
}
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
border-top-right-radius: 0;
|
|
3045
|
-
border-bottom-right-radius: 0;
|
|
3039
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3040
|
+
border-radius: 0 8px 8px 0;
|
|
3046
3041
|
}
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
border-
|
|
3042
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3043
|
+
border-radius: 0;
|
|
3044
|
+
background: white;
|
|
3045
|
+
border-top: none;
|
|
3051
3046
|
}
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3047
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3048
|
+
border-top: 1px solid transparent;
|
|
3049
|
+
border-radius: 0 8px 8px 0;
|
|
3050
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3051
|
+
}
|
|
3052
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3053
|
+
background: white;
|
|
3054
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3055
|
+
}
|
|
3056
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3057
|
+
display: flex;
|
|
3055
3058
|
align-items: center;
|
|
3059
|
+
height: 100%;
|
|
3060
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3056
3061
|
}
|
|
3057
|
-
.
|
|
3058
|
-
|
|
3062
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3063
|
+
background: white;
|
|
3064
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3065
|
+
}
|
|
3066
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3067
|
+
display: flex;
|
|
3059
3068
|
align-items: center;
|
|
3060
|
-
|
|
3069
|
+
height: 100%;
|
|
3070
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3061
3071
|
}
|
|
3062
|
-
.
|
|
3063
|
-
|
|
3064
|
-
margin-left: 4px;
|
|
3072
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3073
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3065
3074
|
}
|
|
3066
|
-
.
|
|
3067
|
-
|
|
3075
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3076
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3077
|
+
border-radius: 8px;
|
|
3068
3078
|
}
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
display: inline-flex;
|
|
3072
|
-
align-items: baseline;
|
|
3073
|
-
white-space: pre-wrap;
|
|
3079
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3080
|
+
border-top-color: white;
|
|
3074
3081
|
}
|
|
3075
|
-
.
|
|
3076
|
-
|
|
3077
|
-
|
|
3082
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3083
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3084
|
+
border-bottom-color: transparent;
|
|
3085
|
+
border-top-color: transparent;
|
|
3078
3086
|
}
|
|
3079
|
-
.
|
|
3080
|
-
border-
|
|
3087
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3088
|
+
border-radius: 8px 0 0 8px;
|
|
3081
3089
|
}
|
|
3082
|
-
.
|
|
3083
|
-
border-
|
|
3090
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3091
|
+
border-radius: 0 8px 8px 0;
|
|
3084
3092
|
}
|
|
3085
|
-
.
|
|
3086
|
-
|
|
3087
|
-
background: #0080ff;
|
|
3093
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3094
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3088
3095
|
}
|
|
3089
|
-
.
|
|
3090
|
-
top: 4px;
|
|
3091
|
-
left: 4px;
|
|
3092
|
-
width: 6px;
|
|
3093
|
-
height: 6px;
|
|
3096
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3094
3097
|
background: #fff;
|
|
3098
|
+
font-weight: 400;
|
|
3099
|
+
position: relative;
|
|
3100
|
+
border-bottom: none;
|
|
3101
|
+
color: #00122e;
|
|
3102
|
+
transition: none;
|
|
3103
|
+
padding: 15px 8px 15px 8px;
|
|
3095
3104
|
}
|
|
3096
|
-
.
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3105
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3106
|
+
content: "";
|
|
3107
|
+
width: 1px;
|
|
3108
|
+
top: 0;
|
|
3109
|
+
bottom: 0;
|
|
3101
3110
|
background: rgba(211, 218, 235, 0.6);
|
|
3111
|
+
position: absolute;
|
|
3112
|
+
right: 0;
|
|
3102
3113
|
}
|
|
3103
|
-
.
|
|
3104
|
-
|
|
3105
|
-
}
|
|
3106
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
3107
|
-
color: #00122e;
|
|
3108
|
-
opacity: 0.5;
|
|
3109
|
-
}
|
|
3110
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
3111
|
-
color: #00122e;
|
|
3114
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3115
|
+
padding: unset;
|
|
3112
3116
|
}
|
|
3113
|
-
.
|
|
3114
|
-
display:
|
|
3115
|
-
padding: 0;
|
|
3116
|
-
padding-left: 12px;
|
|
3117
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3118
|
+
display: none;
|
|
3117
3119
|
}
|
|
3118
|
-
.
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3120
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3121
|
+
width: 100%;
|
|
3122
|
+
overflow: hidden;
|
|
3123
|
+
white-space: nowrap;
|
|
3124
|
+
text-overflow: ellipsis;
|
|
3122
3125
|
}
|
|
3123
|
-
.
|
|
3124
|
-
|
|
3126
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3127
|
+
overflow: hidden;
|
|
3128
|
+
text-overflow: ellipsis;
|
|
3125
3129
|
}
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
border-radius: 5px 0 0 5px;
|
|
3130
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3131
|
+
padding: 15px 28px 15px 8px;
|
|
3129
3132
|
}
|
|
3130
|
-
.
|
|
3131
|
-
|
|
3133
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3134
|
+
padding: 0;
|
|
3132
3135
|
}
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3136
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3137
|
+
position: absolute;
|
|
3138
|
+
right: 10px;
|
|
3139
|
+
top: 50%;
|
|
3140
|
+
transform: translateY(-50%);
|
|
3141
|
+
height: 16px;
|
|
3142
|
+
display: none;
|
|
3143
|
+
transition: transform 320ms ease;
|
|
3137
3144
|
}
|
|
3138
|
-
.
|
|
3139
|
-
|
|
3140
|
-
|
|
3145
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3146
|
+
display: block;
|
|
3147
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3141
3148
|
}
|
|
3142
|
-
.
|
|
3143
|
-
|
|
3144
|
-
line-height: 32px;
|
|
3145
|
-
height: 32px;
|
|
3149
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3150
|
+
display: block;
|
|
3146
3151
|
}
|
|
3147
|
-
.
|
|
3148
|
-
|
|
3152
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3153
|
+
display: none;
|
|
3149
3154
|
}
|
|
3150
|
-
.
|
|
3151
|
-
|
|
3155
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3156
|
+
transform: translateY(-50%);
|
|
3152
3157
|
}
|
|
3153
|
-
.
|
|
3154
|
-
|
|
3158
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3159
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3155
3160
|
}
|
|
3156
|
-
.
|
|
3157
|
-
background: #
|
|
3158
|
-
opacity: 0.5;
|
|
3161
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3162
|
+
background: #f2f5fa;
|
|
3159
3163
|
}
|
|
3160
|
-
.
|
|
3161
|
-
|
|
3164
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3165
|
+
display: block;
|
|
3162
3166
|
}
|
|
3163
|
-
.
|
|
3164
|
-
|
|
3167
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3168
|
+
padding: 0 !important;
|
|
3165
3169
|
}
|
|
3166
|
-
.
|
|
3167
|
-
|
|
3170
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3171
|
+
position: absolute;
|
|
3172
|
+
left: 50%;
|
|
3173
|
+
top: 50%;
|
|
3174
|
+
transform: translate(-50%, -50%);
|
|
3168
3175
|
}
|
|
3169
|
-
.
|
|
3170
|
-
|
|
3171
|
-
border-color: #ccd4e3;
|
|
3172
|
-
opacity: 0.5;
|
|
3176
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3177
|
+
display: none;
|
|
3173
3178
|
}
|
|
3174
|
-
.
|
|
3175
|
-
|
|
3176
|
-
border-color: #ccd4e3;
|
|
3179
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3180
|
+
background: #fff;
|
|
3177
3181
|
}
|
|
3178
|
-
.
|
|
3179
|
-
|
|
3180
|
-
border-color: #ccd4e3;
|
|
3181
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3182
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3183
|
+
background: inherit;
|
|
3182
3184
|
}
|
|
3183
|
-
.
|
|
3184
|
-
|
|
3185
|
-
display: inline;
|
|
3185
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3186
|
+
position: static;
|
|
3186
3187
|
border: none;
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3188
|
+
background: inherit !important;
|
|
3189
|
+
height: 100px;
|
|
3190
|
+
vertical-align: middle;
|
|
3190
3191
|
}
|
|
3191
|
-
.
|
|
3192
|
-
|
|
3192
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3193
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3194
|
+
font-weight: bold;
|
|
3195
|
+
font-size: 20px;
|
|
3196
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3193
3197
|
}
|
|
3194
|
-
.
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3199
|
+
padding: 0 !important;
|
|
3200
|
+
position: relative;
|
|
3201
|
+
background: #fff;
|
|
3198
3202
|
}
|
|
3199
|
-
.
|
|
3200
|
-
|
|
3203
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3204
|
+
height: 100%;
|
|
3205
|
+
display: flex;
|
|
3206
|
+
align-items: center;
|
|
3207
|
+
justify-content: flex-end;
|
|
3208
|
+
padding-right: 8px;
|
|
3201
3209
|
}
|
|
3202
|
-
.
|
|
3203
|
-
|
|
3210
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3211
|
+
width: 24px;
|
|
3212
|
+
height: 24px;
|
|
3213
|
+
cursor: pointer;
|
|
3214
|
+
justify-content: center;
|
|
3215
|
+
border-radius: 4px;
|
|
3204
3216
|
}
|
|
3205
|
-
.
|
|
3206
|
-
|
|
3207
|
-
margin-right: 8px;
|
|
3208
|
-
padding: 0;
|
|
3209
|
-
width: 36px;
|
|
3217
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3218
|
+
background: #fff;
|
|
3210
3219
|
}
|
|
3211
3220
|
|
|
3212
|
-
.
|
|
3213
|
-
|
|
3214
|
-
justify-content: stretch;
|
|
3221
|
+
.s1fc623g {
|
|
3222
|
+
width: 430px !important;
|
|
3215
3223
|
}
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
flex:
|
|
3220
|
-
overflow: visible;
|
|
3224
|
+
|
|
3225
|
+
.oa3mx0o {
|
|
3226
|
+
display: flex;
|
|
3227
|
+
flex-direction: column;
|
|
3221
3228
|
}
|
|
3222
|
-
|
|
3223
|
-
|
|
3229
|
+
|
|
3230
|
+
.onr9gzt {
|
|
3231
|
+
display: flex;
|
|
3232
|
+
justify-content: space-between;
|
|
3224
3233
|
}
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3234
|
+
|
|
3235
|
+
.oiy0apc {
|
|
3236
|
+
display: flex;
|
|
3237
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3228
3238
|
}
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
font-size: 12px;
|
|
3236
|
-
font-weight: normal;
|
|
3239
|
+
|
|
3240
|
+
.s34f1qb.ant-switch {
|
|
3241
|
+
min-width: 40px;
|
|
3242
|
+
height: 24px;
|
|
3243
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3244
|
+
overflow: hidden;
|
|
3237
3245
|
}
|
|
3238
|
-
.
|
|
3239
|
-
|
|
3246
|
+
.s34f1qb.ant-switch:focus {
|
|
3247
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
3240
3248
|
}
|
|
3241
|
-
.
|
|
3242
|
-
|
|
3249
|
+
.s34f1qb.ant-switch-small {
|
|
3250
|
+
min-width: 26px;
|
|
3251
|
+
height: 16px;
|
|
3243
3252
|
}
|
|
3244
|
-
.
|
|
3245
|
-
|
|
3253
|
+
.s34f1qb.ant-switch-large {
|
|
3254
|
+
min-width: 52px;
|
|
3255
|
+
height: 32px;
|
|
3246
3256
|
}
|
|
3247
|
-
.
|
|
3248
|
-
|
|
3257
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
3258
|
+
height: 20px;
|
|
3259
|
+
width: 20px;
|
|
3249
3260
|
}
|
|
3250
|
-
.
|
|
3251
|
-
border-radius:
|
|
3261
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
3262
|
+
border-radius: 10px;
|
|
3263
|
+
transition-delay: 120ms;
|
|
3252
3264
|
}
|
|
3253
|
-
.
|
|
3254
|
-
|
|
3255
|
-
width:
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
position: absolute;
|
|
3259
|
-
top: 0;
|
|
3260
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3261
|
-
right: -21px;
|
|
3262
|
-
z-index: 2;
|
|
3265
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
3266
|
+
height: 14px;
|
|
3267
|
+
width: 14px;
|
|
3268
|
+
top: 1px;
|
|
3269
|
+
left: 1px;
|
|
3263
3270
|
}
|
|
3264
|
-
.
|
|
3265
|
-
|
|
3266
|
-
width:
|
|
3267
|
-
height: 0;
|
|
3268
|
-
border: 13px solid transparent;
|
|
3269
|
-
position: absolute;
|
|
3270
|
-
top: 0;
|
|
3271
|
-
border-left: 8px solid #fff;
|
|
3272
|
-
left: 0;
|
|
3271
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
3272
|
+
height: 28px;
|
|
3273
|
+
width: 28px;
|
|
3273
3274
|
}
|
|
3274
|
-
.
|
|
3275
|
-
|
|
3275
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
3276
|
+
border-radius: 14px;
|
|
3276
3277
|
}
|
|
3277
|
-
.
|
|
3278
|
-
|
|
3278
|
+
.s34f1qb.ant-switch-checked {
|
|
3279
|
+
background-color: #00ba5d;
|
|
3279
3280
|
}
|
|
3280
|
-
.
|
|
3281
|
-
|
|
3281
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
3282
|
+
left: calc(100% - 20px - 2px);
|
|
3282
3283
|
}
|
|
3283
|
-
.
|
|
3284
|
-
|
|
3285
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3284
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3285
|
+
left: calc(100% - 14px - 1px);
|
|
3286
3286
|
}
|
|
3287
|
-
.
|
|
3288
|
-
|
|
3289
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3287
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3288
|
+
left: calc(100% - 28px - 2px);
|
|
3290
3289
|
}
|
|
3291
|
-
|
|
3292
|
-
|
|
3290
|
+
|
|
3291
|
+
.c1to9vb9 {
|
|
3292
|
+
margin-left: 5px;
|
|
3293
3293
|
}
|
|
3294
3294
|
|
|
3295
3295
|
.i1e4sgug {
|
|
@@ -3842,16 +3842,6 @@ input.rrg1fkn.ant-input {
|
|
|
3842
3842
|
margin-left: 24px;
|
|
3843
3843
|
}
|
|
3844
3844
|
|
|
3845
|
-
.igz4le8 {
|
|
3846
|
-
height: 24px;
|
|
3847
|
-
width: 56px !important;
|
|
3848
|
-
margin-right: 4px;
|
|
3849
|
-
}
|
|
3850
|
-
|
|
3851
|
-
.c1riexje {
|
|
3852
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3853
|
-
}
|
|
3854
|
-
|
|
3855
3845
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3856
3846
|
border-radius: 6px;
|
|
3857
3847
|
}
|
|
@@ -3907,6 +3897,16 @@ input.rrg1fkn.ant-input {
|
|
|
3907
3897
|
transform: rotate(180deg);
|
|
3908
3898
|
}
|
|
3909
3899
|
|
|
3900
|
+
.igz4le8 {
|
|
3901
|
+
height: 24px;
|
|
3902
|
+
width: 56px !important;
|
|
3903
|
+
margin-right: 4px;
|
|
3904
|
+
}
|
|
3905
|
+
|
|
3906
|
+
.c1riexje {
|
|
3907
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
3910
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3911
3911
|
display: flex;
|
|
3912
3912
|
}
|
|
@@ -4102,6 +4102,10 @@ input.rrg1fkn.ant-input {
|
|
|
4102
4102
|
background: rgba(163, 180, 204, 0.18);
|
|
4103
4103
|
}
|
|
4104
4104
|
|
|
4105
|
+
.asgcu6r {
|
|
4106
|
+
height: 32px;
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4105
4109
|
.d1h5z4k4.ant-dropdown {
|
|
4106
4110
|
background: #fff;
|
|
4107
4111
|
border: 1px solid #dfe4eb;
|
|
@@ -4236,14 +4240,6 @@ input.rrg1fkn.ant-input {
|
|
|
4236
4240
|
display: block;
|
|
4237
4241
|
}
|
|
4238
4242
|
|
|
4239
|
-
.asgcu6r {
|
|
4240
|
-
height: 32px;
|
|
4241
|
-
}
|
|
4242
|
-
|
|
4243
|
-
.c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
|
|
4244
|
-
display: none;
|
|
4245
|
-
}
|
|
4246
|
-
|
|
4247
4243
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4248
4244
|
display: var(--at4ovwe-0);
|
|
4249
4245
|
}
|