@cloudtower/eagle 0.22.19 → 0.22.20
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 +346 -346
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,37 +1597,13 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.
|
|
1601
|
-
|
|
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;
|
|
1600
|
+
.obf05yr {
|
|
1601
|
+
display: inline-block;
|
|
1613
1602
|
}
|
|
1614
1603
|
|
|
1615
|
-
.
|
|
1616
|
-
|
|
1617
|
-
|
|
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;
|
|
1604
|
+
.hsms1n6 {
|
|
1605
|
+
visibility: hidden;
|
|
1606
|
+
position: absolute;
|
|
1631
1607
|
}
|
|
1632
1608
|
|
|
1633
1609
|
.bpq0js6 {
|
|
@@ -1907,295 +1883,92 @@ input[type=submit] {
|
|
|
1907
1883
|
padding: 0;
|
|
1908
1884
|
}
|
|
1909
1885
|
|
|
1910
|
-
.
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
.hsms1n6 {
|
|
1915
|
-
visibility: hidden;
|
|
1916
|
-
position: absolute;
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.p12gwtiw {
|
|
1886
|
+
.fde5mpd {
|
|
1887
|
+
width: 100%;
|
|
1888
|
+
height: 100%;
|
|
1889
|
+
min-height: 124px;
|
|
1920
1890
|
display: flex;
|
|
1921
|
-
|
|
1891
|
+
flex-direction: column;
|
|
1892
|
+
justify-content: center;
|
|
1922
1893
|
align-items: center;
|
|
1923
|
-
padding: 10px 0;
|
|
1924
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1925
|
-
font-size: 12px;
|
|
1926
|
-
line-height: 24px;
|
|
1927
1894
|
}
|
|
1928
|
-
.
|
|
1929
|
-
|
|
1895
|
+
.fde5mpd .error-text {
|
|
1896
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1897
|
+
margin-bottom: 16px;
|
|
1898
|
+
font-size: 18px;
|
|
1930
1899
|
}
|
|
1931
|
-
|
|
1932
|
-
|
|
1900
|
+
|
|
1901
|
+
.i1mrf09m {
|
|
1902
|
+
display: inline-flex;
|
|
1933
1903
|
align-items: center;
|
|
1934
|
-
border-radius: 6px;
|
|
1935
|
-
cursor: pointer;
|
|
1936
|
-
transition: all 0.3s ease;
|
|
1937
1904
|
}
|
|
1938
|
-
.
|
|
1939
|
-
|
|
1940
|
-
color: #0080ff;
|
|
1941
|
-
}
|
|
1942
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1943
|
-
margin-left: 4px;
|
|
1944
|
-
}
|
|
1945
|
-
.p12gwtiw .pagination-right {
|
|
1946
|
-
display: flex;
|
|
1905
|
+
.i1mrf09m .icon-inner {
|
|
1906
|
+
display: inline-flex;
|
|
1947
1907
|
align-items: center;
|
|
1948
|
-
|
|
1949
|
-
font-weight: bold;
|
|
1908
|
+
justify-content: center;
|
|
1950
1909
|
}
|
|
1951
|
-
.
|
|
1910
|
+
.i1mrf09m .icon-inner + span,
|
|
1911
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1952
1912
|
margin-left: 4px;
|
|
1953
1913
|
}
|
|
1954
|
-
.
|
|
1955
|
-
.
|
|
1956
|
-
|
|
1957
|
-
}
|
|
1958
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1959
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1960
|
-
color: #0080ff;
|
|
1961
|
-
}
|
|
1962
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1963
|
-
transform: rotate(180deg);
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1967
|
-
max-height: calc(100vh - 128px);
|
|
1968
|
-
overflow-y: auto;
|
|
1969
|
-
}
|
|
1970
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1971
|
-
padding: 4px 20px;
|
|
1972
|
-
font-size: 12px;
|
|
1973
|
-
line-height: 18px;
|
|
1974
|
-
}
|
|
1975
|
-
|
|
1976
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1977
|
-
flex-direction: row;
|
|
1978
|
-
justify-content: stretch;
|
|
1979
|
-
}
|
|
1980
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1981
|
-
padding: 0;
|
|
1982
|
-
margin-right: 4px;
|
|
1983
|
-
flex: 1;
|
|
1984
|
-
overflow: visible;
|
|
1985
|
-
}
|
|
1986
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1987
|
-
display: none;
|
|
1988
|
-
}
|
|
1989
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1990
|
-
width: 100%;
|
|
1991
|
-
min-height: unset;
|
|
1992
|
-
}
|
|
1993
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1994
|
-
height: 26px;
|
|
1995
|
-
line-height: 26px;
|
|
1996
|
-
width: 100%;
|
|
1997
|
-
text-align: center;
|
|
1998
|
-
padding: 0;
|
|
1999
|
-
font-size: 12px;
|
|
2000
|
-
font-weight: normal;
|
|
2001
|
-
}
|
|
2002
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2003
|
-
margin-right: 10px;
|
|
2004
|
-
}
|
|
2005
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2006
|
-
display: none;
|
|
2007
|
-
}
|
|
2008
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2009
|
-
border-radius: 4px 0 0 4px;
|
|
2010
|
-
}
|
|
2011
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2012
|
-
margin-right: 0;
|
|
2013
|
-
}
|
|
2014
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2015
|
-
border-radius: 0 4px 4px 0;
|
|
2016
|
-
}
|
|
2017
|
-
.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 {
|
|
2018
|
-
content: "";
|
|
2019
|
-
width: 0;
|
|
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;
|
|
2027
|
-
}
|
|
2028
|
-
.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 {
|
|
2029
|
-
content: "";
|
|
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;
|
|
2037
|
-
}
|
|
2038
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2039
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2040
|
-
}
|
|
2041
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2042
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2043
|
-
}
|
|
2044
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2045
|
-
color: #005ed1;
|
|
2046
|
-
}
|
|
2047
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2048
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2049
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2050
|
-
}
|
|
2051
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2052
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2053
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2054
|
-
}
|
|
2055
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2056
|
-
padding: 0;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2060
|
-
display: inline-flex;
|
|
2061
|
-
align-items: baseline;
|
|
2062
|
-
white-space: pre-wrap;
|
|
2063
|
-
}
|
|
2064
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2065
|
-
position: relative;
|
|
2066
|
-
top: 3px;
|
|
2067
|
-
}
|
|
2068
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2069
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2070
|
-
}
|
|
2071
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2072
|
-
border-color: #0080ff;
|
|
2073
|
-
}
|
|
2074
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2075
|
-
border-color: #0080ff;
|
|
2076
|
-
background: #0080ff;
|
|
2077
|
-
}
|
|
2078
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2079
|
-
top: 4px;
|
|
2080
|
-
left: 4px;
|
|
2081
|
-
width: 6px;
|
|
2082
|
-
height: 6px;
|
|
2083
|
-
background: #fff;
|
|
2084
|
-
}
|
|
2085
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2086
|
-
opacity: 0.5;
|
|
2087
|
-
}
|
|
2088
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2089
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2090
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2091
|
-
}
|
|
2092
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2093
|
-
background: #00122e;
|
|
2094
|
-
}
|
|
2095
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2096
|
-
color: #00122e;
|
|
2097
|
-
opacity: 0.5;
|
|
2098
|
-
}
|
|
2099
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2100
|
-
color: #00122e;
|
|
2101
|
-
}
|
|
2102
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2103
|
-
display: inline-block;
|
|
2104
|
-
padding: 0;
|
|
2105
|
-
padding-left: 12px;
|
|
2106
|
-
}
|
|
2107
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2108
|
-
margin-bottom: 0;
|
|
2109
|
-
white-space: pre-wrap;
|
|
2110
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2111
|
-
}
|
|
2112
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2113
|
-
padding-left: 8px;
|
|
1914
|
+
.i1mrf09m.is-rotate img,
|
|
1915
|
+
.i1mrf09m.is-rotate svg {
|
|
1916
|
+
animation: rotate 680ms linear infinite;
|
|
2114
1917
|
}
|
|
2115
1918
|
|
|
2116
|
-
.
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
1919
|
+
.s34f1qb.ant-switch {
|
|
1920
|
+
min-width: 40px;
|
|
1921
|
+
height: 24px;
|
|
1922
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1923
|
+
overflow: hidden;
|
|
2121
1924
|
}
|
|
2122
|
-
|
|
2123
|
-
.
|
|
2124
|
-
color: #00122e;
|
|
2125
|
-
border-color: #ccd4e3;
|
|
1925
|
+
.s34f1qb.ant-switch:focus {
|
|
1926
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2126
1927
|
}
|
|
2127
|
-
.
|
|
2128
|
-
|
|
2129
|
-
|
|
1928
|
+
.s34f1qb.ant-switch-small {
|
|
1929
|
+
min-width: 26px;
|
|
1930
|
+
height: 16px;
|
|
2130
1931
|
}
|
|
2131
|
-
.
|
|
2132
|
-
|
|
2133
|
-
line-height: 32px;
|
|
1932
|
+
.s34f1qb.ant-switch-large {
|
|
1933
|
+
min-width: 52px;
|
|
2134
1934
|
height: 32px;
|
|
2135
1935
|
}
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2140
|
-
background: #ccd4e3;
|
|
2141
|
-
}
|
|
2142
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2143
|
-
background: #0080ff;
|
|
2144
|
-
}
|
|
2145
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2146
|
-
background: #ccd4e3;
|
|
2147
|
-
opacity: 0.5;
|
|
2148
|
-
}
|
|
2149
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2150
|
-
border-right-color: #0080ff;
|
|
2151
|
-
}
|
|
2152
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2153
|
-
border-color: #0080ff;
|
|
2154
|
-
}
|
|
2155
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2156
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1936
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1937
|
+
height: 20px;
|
|
1938
|
+
width: 20px;
|
|
2157
1939
|
}
|
|
2158
|
-
.
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
opacity: 0.5;
|
|
1940
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1941
|
+
border-radius: 10px;
|
|
1942
|
+
transition-delay: 120ms;
|
|
2162
1943
|
}
|
|
2163
|
-
.
|
|
2164
|
-
|
|
2165
|
-
|
|
1944
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1945
|
+
height: 14px;
|
|
1946
|
+
width: 14px;
|
|
1947
|
+
top: 1px;
|
|
1948
|
+
left: 1px;
|
|
2166
1949
|
}
|
|
2167
|
-
.
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1950
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1951
|
+
height: 28px;
|
|
1952
|
+
width: 28px;
|
|
2171
1953
|
}
|
|
2172
|
-
.
|
|
2173
|
-
|
|
2174
|
-
display: inline;
|
|
2175
|
-
border: none;
|
|
2176
|
-
padding: 0;
|
|
2177
|
-
width: 36px;
|
|
2178
|
-
background: transparent;
|
|
1954
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1955
|
+
border-radius: 14px;
|
|
2179
1956
|
}
|
|
2180
|
-
.
|
|
2181
|
-
|
|
1957
|
+
.s34f1qb.ant-switch-checked {
|
|
1958
|
+
background-color: #00ba5d;
|
|
2182
1959
|
}
|
|
2183
|
-
.
|
|
2184
|
-
|
|
2185
|
-
width: initial;
|
|
2186
|
-
box-shadow: none;
|
|
1960
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1961
|
+
left: calc(100% - 20px - 2px);
|
|
2187
1962
|
}
|
|
2188
|
-
.
|
|
2189
|
-
|
|
1963
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1964
|
+
left: calc(100% - 14px - 1px);
|
|
2190
1965
|
}
|
|
2191
|
-
.
|
|
2192
|
-
|
|
1966
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1967
|
+
left: calc(100% - 28px - 2px);
|
|
2193
1968
|
}
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
margin-
|
|
2197
|
-
padding: 0;
|
|
2198
|
-
width: 36px;
|
|
1969
|
+
|
|
1970
|
+
.c1to9vb9 {
|
|
1971
|
+
margin-left: 5px;
|
|
2199
1972
|
}
|
|
2200
1973
|
|
|
2201
1974
|
.cz04yix {
|
|
@@ -2863,78 +2636,146 @@ input.rrg1fkn.ant-input {
|
|
|
2863
2636
|
border-bottom-left-radius: 0;
|
|
2864
2637
|
}
|
|
2865
2638
|
|
|
2866
|
-
.
|
|
2867
|
-
|
|
2639
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2640
|
+
display: inline-flex;
|
|
2641
|
+
align-items: baseline;
|
|
2642
|
+
white-space: pre-wrap;
|
|
2643
|
+
}
|
|
2644
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2645
|
+
position: relative;
|
|
2646
|
+
top: 3px;
|
|
2647
|
+
}
|
|
2648
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2649
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2650
|
+
}
|
|
2651
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2652
|
+
border-color: #0080ff;
|
|
2653
|
+
}
|
|
2654
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2655
|
+
border-color: #0080ff;
|
|
2656
|
+
background: #0080ff;
|
|
2657
|
+
}
|
|
2658
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2659
|
+
top: 4px;
|
|
2660
|
+
left: 4px;
|
|
2661
|
+
width: 6px;
|
|
2662
|
+
height: 6px;
|
|
2663
|
+
background: #fff;
|
|
2664
|
+
}
|
|
2665
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2666
|
+
opacity: 0.5;
|
|
2667
|
+
}
|
|
2668
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2669
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2670
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2671
|
+
}
|
|
2672
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2673
|
+
background: #00122e;
|
|
2674
|
+
}
|
|
2675
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2676
|
+
color: #00122e;
|
|
2677
|
+
opacity: 0.5;
|
|
2678
|
+
}
|
|
2679
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2680
|
+
color: #00122e;
|
|
2681
|
+
}
|
|
2682
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2683
|
+
display: inline-block;
|
|
2684
|
+
padding: 0;
|
|
2685
|
+
padding-left: 12px;
|
|
2686
|
+
}
|
|
2687
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2688
|
+
margin-bottom: 0;
|
|
2689
|
+
white-space: pre-wrap;
|
|
2690
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2691
|
+
}
|
|
2692
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2693
|
+
padding-left: 8px;
|
|
2868
2694
|
}
|
|
2869
2695
|
|
|
2870
|
-
.
|
|
2871
|
-
|
|
2872
|
-
|
|
2696
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2697
|
+
border-radius: 5px 0 0 5px;
|
|
2698
|
+
}
|
|
2699
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2700
|
+
border-radius: 0 5px 5px 0;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
.r1f0aqcc {
|
|
2704
|
+
color: #00122e;
|
|
2705
|
+
border-color: #ccd4e3;
|
|
2706
|
+
}
|
|
2707
|
+
.r1f0aqcc:first-child {
|
|
2708
|
+
color: #00122e;
|
|
2709
|
+
border-color: #a3b4cc;
|
|
2710
|
+
}
|
|
2711
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2712
|
+
padding: 0 12px;
|
|
2713
|
+
line-height: 32px;
|
|
2714
|
+
height: 32px;
|
|
2873
2715
|
}
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
display: flex;
|
|
2877
|
-
justify-content: space-between;
|
|
2716
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2717
|
+
white-space: nowrap;
|
|
2878
2718
|
}
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
display: flex;
|
|
2882
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2719
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2720
|
+
background: #ccd4e3;
|
|
2883
2721
|
}
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
min-width: 40px;
|
|
2887
|
-
height: 24px;
|
|
2888
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2889
|
-
overflow: hidden;
|
|
2722
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2723
|
+
background: #0080ff;
|
|
2890
2724
|
}
|
|
2891
|
-
.
|
|
2892
|
-
|
|
2725
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2726
|
+
background: #ccd4e3;
|
|
2727
|
+
opacity: 0.5;
|
|
2893
2728
|
}
|
|
2894
|
-
.
|
|
2895
|
-
|
|
2896
|
-
height: 16px;
|
|
2729
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2730
|
+
border-right-color: #0080ff;
|
|
2897
2731
|
}
|
|
2898
|
-
.
|
|
2899
|
-
|
|
2900
|
-
height: 32px;
|
|
2732
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2733
|
+
border-color: #0080ff;
|
|
2901
2734
|
}
|
|
2902
|
-
.
|
|
2903
|
-
|
|
2904
|
-
width: 20px;
|
|
2735
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2736
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2905
2737
|
}
|
|
2906
|
-
.
|
|
2907
|
-
|
|
2908
|
-
|
|
2738
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2739
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2740
|
+
border-color: #ccd4e3;
|
|
2741
|
+
opacity: 0.5;
|
|
2909
2742
|
}
|
|
2910
|
-
.
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
top: 1px;
|
|
2914
|
-
left: 1px;
|
|
2743
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2744
|
+
color: #00122e;
|
|
2745
|
+
border-color: #ccd4e3;
|
|
2915
2746
|
}
|
|
2916
|
-
.
|
|
2917
|
-
|
|
2918
|
-
|
|
2747
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2748
|
+
color: #00122e;
|
|
2749
|
+
border-color: #ccd4e3;
|
|
2750
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2919
2751
|
}
|
|
2920
|
-
.
|
|
2921
|
-
|
|
2752
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2753
|
+
margin-right: 8px;
|
|
2754
|
+
display: inline;
|
|
2755
|
+
border: none;
|
|
2756
|
+
padding: 0;
|
|
2757
|
+
width: 36px;
|
|
2758
|
+
background: transparent;
|
|
2922
2759
|
}
|
|
2923
|
-
.
|
|
2924
|
-
|
|
2760
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2761
|
+
box-shadow: none;
|
|
2925
2762
|
}
|
|
2926
|
-
.
|
|
2927
|
-
|
|
2763
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2764
|
+
margin-right: 0;
|
|
2765
|
+
width: initial;
|
|
2766
|
+
box-shadow: none;
|
|
2928
2767
|
}
|
|
2929
|
-
.
|
|
2930
|
-
|
|
2768
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2769
|
+
display: none;
|
|
2931
2770
|
}
|
|
2932
|
-
.
|
|
2933
|
-
|
|
2771
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2772
|
+
display: inline;
|
|
2934
2773
|
}
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
margin-
|
|
2774
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2775
|
+
display: inline;
|
|
2776
|
+
margin-right: 8px;
|
|
2777
|
+
padding: 0;
|
|
2778
|
+
width: 36px;
|
|
2938
2779
|
}
|
|
2939
2780
|
|
|
2940
2781
|
.t1upn1sz {
|
|
@@ -3293,6 +3134,165 @@ input.rrg1fkn.ant-input {
|
|
|
3293
3134
|
background: #fff;
|
|
3294
3135
|
}
|
|
3295
3136
|
|
|
3137
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3138
|
+
flex-direction: row;
|
|
3139
|
+
justify-content: stretch;
|
|
3140
|
+
}
|
|
3141
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3142
|
+
padding: 0;
|
|
3143
|
+
margin-right: 4px;
|
|
3144
|
+
flex: 1;
|
|
3145
|
+
overflow: visible;
|
|
3146
|
+
}
|
|
3147
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3148
|
+
display: none;
|
|
3149
|
+
}
|
|
3150
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3151
|
+
width: 100%;
|
|
3152
|
+
min-height: unset;
|
|
3153
|
+
}
|
|
3154
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3155
|
+
height: 26px;
|
|
3156
|
+
line-height: 26px;
|
|
3157
|
+
width: 100%;
|
|
3158
|
+
text-align: center;
|
|
3159
|
+
padding: 0;
|
|
3160
|
+
font-size: 12px;
|
|
3161
|
+
font-weight: normal;
|
|
3162
|
+
}
|
|
3163
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3164
|
+
margin-right: 10px;
|
|
3165
|
+
}
|
|
3166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3167
|
+
display: none;
|
|
3168
|
+
}
|
|
3169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3170
|
+
border-radius: 4px 0 0 4px;
|
|
3171
|
+
}
|
|
3172
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3173
|
+
margin-right: 0;
|
|
3174
|
+
}
|
|
3175
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3176
|
+
border-radius: 0 4px 4px 0;
|
|
3177
|
+
}
|
|
3178
|
+
.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 {
|
|
3179
|
+
content: "";
|
|
3180
|
+
width: 0;
|
|
3181
|
+
height: 0;
|
|
3182
|
+
border: 13px solid transparent;
|
|
3183
|
+
position: absolute;
|
|
3184
|
+
top: 0;
|
|
3185
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3186
|
+
right: -21px;
|
|
3187
|
+
z-index: 2;
|
|
3188
|
+
}
|
|
3189
|
+
.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 {
|
|
3190
|
+
content: "";
|
|
3191
|
+
width: 0;
|
|
3192
|
+
height: 0;
|
|
3193
|
+
border: 13px solid transparent;
|
|
3194
|
+
position: absolute;
|
|
3195
|
+
top: 0;
|
|
3196
|
+
border-left: 8px solid #fff;
|
|
3197
|
+
left: 0;
|
|
3198
|
+
}
|
|
3199
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3200
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3201
|
+
}
|
|
3202
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3203
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3204
|
+
}
|
|
3205
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3206
|
+
color: #005ed1;
|
|
3207
|
+
}
|
|
3208
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3209
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3210
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3211
|
+
}
|
|
3212
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3213
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3214
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3215
|
+
}
|
|
3216
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3217
|
+
padding: 0;
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3220
|
+
.p12gwtiw {
|
|
3221
|
+
display: flex;
|
|
3222
|
+
justify-content: space-between;
|
|
3223
|
+
align-items: center;
|
|
3224
|
+
padding: 10px 0;
|
|
3225
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3226
|
+
font-size: 12px;
|
|
3227
|
+
line-height: 24px;
|
|
3228
|
+
}
|
|
3229
|
+
.p12gwtiw .pagination-left {
|
|
3230
|
+
padding: 2px 8px;
|
|
3231
|
+
}
|
|
3232
|
+
.p12gwtiw .dropdown-trigger {
|
|
3233
|
+
display: flex;
|
|
3234
|
+
align-items: center;
|
|
3235
|
+
border-radius: 6px;
|
|
3236
|
+
cursor: pointer;
|
|
3237
|
+
transition: all 0.3s ease;
|
|
3238
|
+
}
|
|
3239
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
3240
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3241
|
+
color: #0080ff;
|
|
3242
|
+
}
|
|
3243
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
3244
|
+
margin-left: 4px;
|
|
3245
|
+
}
|
|
3246
|
+
.p12gwtiw .pagination-right {
|
|
3247
|
+
display: flex;
|
|
3248
|
+
align-items: center;
|
|
3249
|
+
color: #0080ff;
|
|
3250
|
+
font-weight: bold;
|
|
3251
|
+
}
|
|
3252
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
3253
|
+
margin-left: 4px;
|
|
3254
|
+
}
|
|
3255
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
3256
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
3257
|
+
padding: 0 8px;
|
|
3258
|
+
}
|
|
3259
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
3260
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
3261
|
+
color: #0080ff;
|
|
3262
|
+
}
|
|
3263
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
3264
|
+
transform: rotate(180deg);
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
3268
|
+
max-height: calc(100vh - 128px);
|
|
3269
|
+
overflow-y: auto;
|
|
3270
|
+
}
|
|
3271
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
3272
|
+
padding: 4px 20px;
|
|
3273
|
+
font-size: 12px;
|
|
3274
|
+
line-height: 18px;
|
|
3275
|
+
}
|
|
3276
|
+
|
|
3277
|
+
.s1fc623g {
|
|
3278
|
+
width: 430px !important;
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3281
|
+
.oa3mx0o {
|
|
3282
|
+
display: flex;
|
|
3283
|
+
flex-direction: column;
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
.onr9gzt {
|
|
3287
|
+
display: flex;
|
|
3288
|
+
justify-content: space-between;
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
.oiy0apc {
|
|
3292
|
+
display: flex;
|
|
3293
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3296
3296
|
.d6j0lbj {
|
|
3297
3297
|
font-family: Inter;
|
|
3298
3298
|
font-style: normal;
|