@cloudtower/eagle 0.23.3 → 0.23.4
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/esm/index.js +5 -5
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +426 -426
- package/dist/umd/index.js +5 -5
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +4 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1845,6 +1845,21 @@ input[type=submit] {
|
|
|
1845
1845
|
padding: 0;
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
|
+
.fde5mpd {
|
|
1849
|
+
width: 100%;
|
|
1850
|
+
height: 100%;
|
|
1851
|
+
min-height: 124px;
|
|
1852
|
+
display: flex;
|
|
1853
|
+
flex-direction: column;
|
|
1854
|
+
justify-content: center;
|
|
1855
|
+
align-items: center;
|
|
1856
|
+
}
|
|
1857
|
+
.fde5mpd .error-text {
|
|
1858
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1859
|
+
margin-bottom: 16px;
|
|
1860
|
+
font-size: 18px;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1848
1863
|
.bpq0js6 {
|
|
1849
1864
|
padding: 4px 11px;
|
|
1850
1865
|
}
|
|
@@ -1874,19 +1889,17 @@ input[type=submit] {
|
|
|
1874
1889
|
border-radius: unset;
|
|
1875
1890
|
}
|
|
1876
1891
|
|
|
1877
|
-
.
|
|
1878
|
-
|
|
1879
|
-
height:
|
|
1880
|
-
|
|
1892
|
+
.iap75of {
|
|
1893
|
+
height: 18px;
|
|
1894
|
+
line-height: 18px;
|
|
1895
|
+
padding: 0 4px;
|
|
1896
|
+
border-radius: 4px;
|
|
1897
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1898
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1881
1899
|
display: flex;
|
|
1882
|
-
flex-direction: column;
|
|
1883
|
-
justify-content: center;
|
|
1884
1900
|
align-items: center;
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
-
margin-bottom: 16px;
|
|
1889
|
-
font-size: 18px;
|
|
1901
|
+
white-space: nowrap;
|
|
1902
|
+
margin-right: 4px;
|
|
1890
1903
|
}
|
|
1891
1904
|
|
|
1892
1905
|
.i1mrf09m {
|
|
@@ -1907,17 +1920,146 @@ input[type=submit] {
|
|
|
1907
1920
|
animation: rotate 680ms linear infinite;
|
|
1908
1921
|
}
|
|
1909
1922
|
|
|
1910
|
-
.
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1923
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1924
|
+
display: inline-flex;
|
|
1925
|
+
align-items: baseline;
|
|
1926
|
+
white-space: pre-wrap;
|
|
1927
|
+
}
|
|
1928
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1929
|
+
position: relative;
|
|
1930
|
+
top: 3px;
|
|
1931
|
+
}
|
|
1932
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1933
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1934
|
+
}
|
|
1935
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1936
|
+
border-color: #0080ff;
|
|
1937
|
+
}
|
|
1938
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1939
|
+
border-color: #0080ff;
|
|
1940
|
+
background: #0080ff;
|
|
1941
|
+
}
|
|
1942
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1943
|
+
top: 4px;
|
|
1944
|
+
left: 4px;
|
|
1945
|
+
width: 6px;
|
|
1946
|
+
height: 6px;
|
|
1947
|
+
background: #fff;
|
|
1948
|
+
}
|
|
1949
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1950
|
+
opacity: 0.5;
|
|
1951
|
+
}
|
|
1952
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1953
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1954
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1955
|
+
}
|
|
1956
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1957
|
+
background: #00122e;
|
|
1958
|
+
}
|
|
1959
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1960
|
+
color: #00122e;
|
|
1961
|
+
opacity: 0.5;
|
|
1962
|
+
}
|
|
1963
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1964
|
+
color: #00122e;
|
|
1965
|
+
}
|
|
1966
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1967
|
+
display: inline-block;
|
|
1968
|
+
padding: 0;
|
|
1969
|
+
padding-left: 12px;
|
|
1970
|
+
}
|
|
1971
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1972
|
+
margin-bottom: 0;
|
|
1973
|
+
white-space: pre-wrap;
|
|
1974
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1975
|
+
}
|
|
1976
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1977
|
+
padding-left: 8px;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1981
|
+
border-radius: 5px 0 0 5px;
|
|
1982
|
+
}
|
|
1983
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1984
|
+
border-radius: 0 5px 5px 0;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.r1f0aqcc {
|
|
1988
|
+
color: #00122e;
|
|
1989
|
+
border-color: #ccd4e3;
|
|
1990
|
+
}
|
|
1991
|
+
.r1f0aqcc:first-child {
|
|
1992
|
+
color: #00122e;
|
|
1993
|
+
border-color: #a3b4cc;
|
|
1994
|
+
}
|
|
1995
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1996
|
+
padding: 0 12px;
|
|
1997
|
+
line-height: 32px;
|
|
1998
|
+
height: 32px;
|
|
1999
|
+
}
|
|
2000
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1919
2001
|
white-space: nowrap;
|
|
1920
|
-
|
|
2002
|
+
}
|
|
2003
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2004
|
+
background: #ccd4e3;
|
|
2005
|
+
}
|
|
2006
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2007
|
+
background: #0080ff;
|
|
2008
|
+
}
|
|
2009
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2010
|
+
background: #ccd4e3;
|
|
2011
|
+
opacity: 0.5;
|
|
2012
|
+
}
|
|
2013
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2014
|
+
border-right-color: #0080ff;
|
|
2015
|
+
}
|
|
2016
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2017
|
+
border-color: #0080ff;
|
|
2018
|
+
}
|
|
2019
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2020
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2021
|
+
}
|
|
2022
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2023
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2024
|
+
border-color: #ccd4e3;
|
|
2025
|
+
opacity: 0.5;
|
|
2026
|
+
}
|
|
2027
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2028
|
+
color: #00122e;
|
|
2029
|
+
border-color: #ccd4e3;
|
|
2030
|
+
}
|
|
2031
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2032
|
+
color: #00122e;
|
|
2033
|
+
border-color: #ccd4e3;
|
|
2034
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2035
|
+
}
|
|
2036
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2037
|
+
margin-right: 8px;
|
|
2038
|
+
display: inline;
|
|
2039
|
+
border: none;
|
|
2040
|
+
padding: 0;
|
|
2041
|
+
width: 36px;
|
|
2042
|
+
background: transparent;
|
|
2043
|
+
}
|
|
2044
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2045
|
+
box-shadow: none;
|
|
2046
|
+
}
|
|
2047
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2048
|
+
margin-right: 0;
|
|
2049
|
+
width: initial;
|
|
2050
|
+
box-shadow: none;
|
|
2051
|
+
}
|
|
2052
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2053
|
+
display: none;
|
|
2054
|
+
}
|
|
2055
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2056
|
+
display: inline;
|
|
2057
|
+
}
|
|
2058
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2059
|
+
display: inline;
|
|
2060
|
+
margin-right: 8px;
|
|
2061
|
+
padding: 0;
|
|
2062
|
+
width: 36px;
|
|
1921
2063
|
}
|
|
1922
2064
|
|
|
1923
2065
|
.obf05yr {
|
|
@@ -1929,61 +2071,142 @@ input[type=submit] {
|
|
|
1929
2071
|
position: absolute;
|
|
1930
2072
|
}
|
|
1931
2073
|
|
|
1932
|
-
.
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1938
|
-
font-size: 12px;
|
|
1939
|
-
line-height: 24px;
|
|
2074
|
+
.s34f1qb.ant-switch {
|
|
2075
|
+
min-width: 40px;
|
|
2076
|
+
height: 24px;
|
|
2077
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2078
|
+
overflow: hidden;
|
|
1940
2079
|
}
|
|
1941
|
-
.
|
|
1942
|
-
|
|
2080
|
+
.s34f1qb.ant-switch:focus {
|
|
2081
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1943
2082
|
}
|
|
1944
|
-
.
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
border-radius: 6px;
|
|
1948
|
-
cursor: pointer;
|
|
1949
|
-
transition: all 0.3s ease;
|
|
2083
|
+
.s34f1qb.ant-switch-small {
|
|
2084
|
+
min-width: 26px;
|
|
2085
|
+
height: 16px;
|
|
1950
2086
|
}
|
|
1951
|
-
.
|
|
1952
|
-
|
|
1953
|
-
|
|
2087
|
+
.s34f1qb.ant-switch-large {
|
|
2088
|
+
min-width: 52px;
|
|
2089
|
+
height: 32px;
|
|
1954
2090
|
}
|
|
1955
|
-
.
|
|
1956
|
-
|
|
2091
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2092
|
+
height: 20px;
|
|
2093
|
+
width: 20px;
|
|
1957
2094
|
}
|
|
1958
|
-
.
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
color: #0080ff;
|
|
1962
|
-
font-weight: bold;
|
|
2095
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2096
|
+
border-radius: 10px;
|
|
2097
|
+
transition-delay: 120ms;
|
|
1963
2098
|
}
|
|
1964
|
-
.
|
|
1965
|
-
|
|
2099
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2100
|
+
height: 14px;
|
|
2101
|
+
width: 14px;
|
|
2102
|
+
top: 1px;
|
|
2103
|
+
left: 1px;
|
|
1966
2104
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1969
|
-
|
|
2105
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2106
|
+
height: 28px;
|
|
2107
|
+
width: 28px;
|
|
1970
2108
|
}
|
|
1971
|
-
.
|
|
1972
|
-
|
|
1973
|
-
color: #0080ff;
|
|
2109
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2110
|
+
border-radius: 14px;
|
|
1974
2111
|
}
|
|
1975
|
-
.
|
|
1976
|
-
|
|
2112
|
+
.s34f1qb.ant-switch-checked {
|
|
2113
|
+
background-color: #00ba5d;
|
|
2114
|
+
}
|
|
2115
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2116
|
+
left: calc(100% - 20px - 2px);
|
|
2117
|
+
}
|
|
2118
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2119
|
+
left: calc(100% - 14px - 1px);
|
|
2120
|
+
}
|
|
2121
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2122
|
+
left: calc(100% - 28px - 2px);
|
|
1977
2123
|
}
|
|
1978
2124
|
|
|
1979
|
-
.
|
|
1980
|
-
|
|
1981
|
-
|
|
2125
|
+
.c1to9vb9 {
|
|
2126
|
+
margin-left: 5px;
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2129
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2130
|
+
flex-direction: row;
|
|
2131
|
+
justify-content: stretch;
|
|
2132
|
+
}
|
|
2133
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2134
|
+
padding: 0;
|
|
2135
|
+
margin-right: 4px;
|
|
2136
|
+
flex: 1;
|
|
2137
|
+
overflow: visible;
|
|
2138
|
+
}
|
|
2139
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2140
|
+
display: none;
|
|
2141
|
+
}
|
|
2142
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2143
|
+
width: 100%;
|
|
2144
|
+
min-height: unset;
|
|
2145
|
+
}
|
|
2146
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2147
|
+
height: 26px;
|
|
2148
|
+
line-height: 26px;
|
|
2149
|
+
width: 100%;
|
|
2150
|
+
text-align: center;
|
|
2151
|
+
padding: 0;
|
|
2152
|
+
font-size: 12px;
|
|
2153
|
+
font-weight: normal;
|
|
2154
|
+
}
|
|
2155
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2156
|
+
margin-right: 10px;
|
|
2157
|
+
}
|
|
2158
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2159
|
+
display: none;
|
|
2160
|
+
}
|
|
2161
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2162
|
+
border-radius: 4px 0 0 4px;
|
|
2163
|
+
}
|
|
2164
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2165
|
+
margin-right: 0;
|
|
2166
|
+
}
|
|
2167
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2168
|
+
border-radius: 0 4px 4px 0;
|
|
2169
|
+
}
|
|
2170
|
+
.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 {
|
|
2171
|
+
content: "";
|
|
2172
|
+
width: 0;
|
|
2173
|
+
height: 0;
|
|
2174
|
+
border: 13px solid transparent;
|
|
2175
|
+
position: absolute;
|
|
2176
|
+
top: 0;
|
|
2177
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2178
|
+
right: -21px;
|
|
2179
|
+
z-index: 2;
|
|
2180
|
+
}
|
|
2181
|
+
.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 {
|
|
2182
|
+
content: "";
|
|
2183
|
+
width: 0;
|
|
2184
|
+
height: 0;
|
|
2185
|
+
border: 13px solid transparent;
|
|
2186
|
+
position: absolute;
|
|
2187
|
+
top: 0;
|
|
2188
|
+
border-left: 8px solid #fff;
|
|
2189
|
+
left: 0;
|
|
2190
|
+
}
|
|
2191
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2192
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2193
|
+
}
|
|
2194
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2195
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2196
|
+
}
|
|
2197
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2198
|
+
color: #005ed1;
|
|
2199
|
+
}
|
|
2200
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2201
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2202
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1982
2203
|
}
|
|
1983
|
-
.
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
2204
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2205
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2206
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2207
|
+
}
|
|
2208
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2209
|
+
padding: 0;
|
|
1987
2210
|
}
|
|
1988
2211
|
|
|
1989
2212
|
.cz04yix {
|
|
@@ -2553,382 +2776,159 @@ textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
|
2553
2776
|
}
|
|
2554
2777
|
textarea.ipd9bk.ant-input.textarea-small {
|
|
2555
2778
|
min-height: 24px;
|
|
2556
|
-
height: 24px;
|
|
2557
|
-
}
|
|
2558
|
-
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2559
|
-
height: 40px;
|
|
2560
|
-
}
|
|
2561
|
-
|
|
2562
|
-
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2563
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2564
|
-
border-radius: 4px;
|
|
2565
|
-
}
|
|
2566
|
-
.kypn5o5.input-tags {
|
|
2567
|
-
position: relative;
|
|
2568
|
-
padding: 6px;
|
|
2569
|
-
height: 32px;
|
|
2570
|
-
cursor: pointer;
|
|
2571
|
-
transition: border 150ms;
|
|
2572
|
-
}
|
|
2573
|
-
.kypn5o5.input-tags:hover {
|
|
2574
|
-
border-color: #0080ff;
|
|
2575
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2576
|
-
}
|
|
2577
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2578
|
-
padding-right: 30px;
|
|
2579
|
-
}
|
|
2580
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
2581
|
-
display: flex;
|
|
2582
|
-
}
|
|
2583
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2584
|
-
display: flex;
|
|
2585
|
-
}
|
|
2586
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
2587
|
-
position: absolute;
|
|
2588
|
-
right: 12px;
|
|
2589
|
-
top: 50%;
|
|
2590
|
-
transform: translateY(-50%);
|
|
2591
|
-
}
|
|
2592
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2593
|
-
color: rgba(0, 0, 0, 0.25);
|
|
2594
|
-
font-size: 12px;
|
|
2595
|
-
cursor: pointer;
|
|
2596
|
-
}
|
|
2597
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2598
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2599
|
-
}
|
|
2600
|
-
.kypn5o5.has-focus-indicator {
|
|
2601
|
-
position: relative;
|
|
2602
|
-
overflow: hidden;
|
|
2603
|
-
}
|
|
2604
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2605
|
-
position: absolute;
|
|
2606
|
-
top: 50%;
|
|
2607
|
-
transform: translateY(-50%);
|
|
2608
|
-
left: -16px;
|
|
2609
|
-
transition: left 150ms ease;
|
|
2610
|
-
opacity: 0;
|
|
2611
|
-
}
|
|
2612
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2613
|
-
left: 8px;
|
|
2614
|
-
opacity: 1;
|
|
2615
|
-
}
|
|
2616
|
-
.kypn5o5.has-focus-indicator input {
|
|
2617
|
-
transition: margin-left 150ms ease;
|
|
2618
|
-
margin-left: 0px;
|
|
2619
|
-
}
|
|
2620
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2621
|
-
margin-left: 16px;
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
input.l1ki27se.ant-input {
|
|
2625
|
-
border-top-right-radius: 0;
|
|
2626
|
-
border-bottom-right-radius: 0;
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2630
|
-
border-top-right-radius: 0;
|
|
2631
|
-
border-bottom-right-radius: 0;
|
|
2632
|
-
}
|
|
2633
|
-
|
|
2634
|
-
input.rrg1fkn.ant-input {
|
|
2635
|
-
border-top-left-radius: 0;
|
|
2636
|
-
border-bottom-left-radius: 0;
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2640
|
-
border-top-left-radius: 0;
|
|
2641
|
-
border-bottom-left-radius: 0;
|
|
2642
|
-
}
|
|
2643
|
-
|
|
2644
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2645
|
-
border-top-right-radius: 0;
|
|
2646
|
-
border-bottom-right-radius: 0;
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2650
|
-
border-top-left-radius: 0;
|
|
2651
|
-
border-bottom-left-radius: 0;
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2654
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2655
|
-
display: inline-flex;
|
|
2656
|
-
align-items: baseline;
|
|
2657
|
-
white-space: pre-wrap;
|
|
2658
|
-
}
|
|
2659
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2660
|
-
position: relative;
|
|
2661
|
-
top: 3px;
|
|
2662
|
-
}
|
|
2663
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2664
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2665
|
-
}
|
|
2666
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2667
|
-
border-color: #0080ff;
|
|
2668
|
-
}
|
|
2669
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2670
|
-
border-color: #0080ff;
|
|
2671
|
-
background: #0080ff;
|
|
2672
|
-
}
|
|
2673
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2674
|
-
top: 4px;
|
|
2675
|
-
left: 4px;
|
|
2676
|
-
width: 6px;
|
|
2677
|
-
height: 6px;
|
|
2678
|
-
background: #fff;
|
|
2679
|
-
}
|
|
2680
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2681
|
-
opacity: 0.5;
|
|
2682
|
-
}
|
|
2683
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2684
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2685
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2686
|
-
}
|
|
2687
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2688
|
-
background: #00122e;
|
|
2689
|
-
}
|
|
2690
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2691
|
-
color: #00122e;
|
|
2692
|
-
opacity: 0.5;
|
|
2693
|
-
}
|
|
2694
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2695
|
-
color: #00122e;
|
|
2696
|
-
}
|
|
2697
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2698
|
-
display: inline-block;
|
|
2699
|
-
padding: 0;
|
|
2700
|
-
padding-left: 12px;
|
|
2701
|
-
}
|
|
2702
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2703
|
-
margin-bottom: 0;
|
|
2704
|
-
white-space: pre-wrap;
|
|
2705
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2706
|
-
}
|
|
2707
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2708
|
-
padding-left: 8px;
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2712
|
-
border-radius: 5px 0 0 5px;
|
|
2713
|
-
}
|
|
2714
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2715
|
-
border-radius: 0 5px 5px 0;
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
.r1f0aqcc {
|
|
2719
|
-
color: #00122e;
|
|
2720
|
-
border-color: #ccd4e3;
|
|
2721
|
-
}
|
|
2722
|
-
.r1f0aqcc:first-child {
|
|
2723
|
-
color: #00122e;
|
|
2724
|
-
border-color: #a3b4cc;
|
|
2725
|
-
}
|
|
2726
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2727
|
-
padding: 0 12px;
|
|
2728
|
-
line-height: 32px;
|
|
2729
|
-
height: 32px;
|
|
2730
|
-
}
|
|
2731
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2732
|
-
white-space: nowrap;
|
|
2733
|
-
}
|
|
2734
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2735
|
-
background: #ccd4e3;
|
|
2736
|
-
}
|
|
2737
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2738
|
-
background: #0080ff;
|
|
2739
|
-
}
|
|
2740
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2741
|
-
background: #ccd4e3;
|
|
2742
|
-
opacity: 0.5;
|
|
2743
|
-
}
|
|
2744
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2745
|
-
border-right-color: #0080ff;
|
|
2746
|
-
}
|
|
2747
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2748
|
-
border-color: #0080ff;
|
|
2749
|
-
}
|
|
2750
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2751
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2752
|
-
}
|
|
2753
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2754
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2755
|
-
border-color: #ccd4e3;
|
|
2756
|
-
opacity: 0.5;
|
|
2757
|
-
}
|
|
2758
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2759
|
-
color: #00122e;
|
|
2760
|
-
border-color: #ccd4e3;
|
|
2761
|
-
}
|
|
2762
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2763
|
-
color: #00122e;
|
|
2764
|
-
border-color: #ccd4e3;
|
|
2765
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2766
|
-
}
|
|
2767
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2768
|
-
margin-right: 8px;
|
|
2769
|
-
display: inline;
|
|
2770
|
-
border: none;
|
|
2771
|
-
padding: 0;
|
|
2772
|
-
width: 36px;
|
|
2773
|
-
background: transparent;
|
|
2774
|
-
}
|
|
2775
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2776
|
-
box-shadow: none;
|
|
2777
|
-
}
|
|
2778
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2779
|
-
margin-right: 0;
|
|
2780
|
-
width: initial;
|
|
2781
|
-
box-shadow: none;
|
|
2782
|
-
}
|
|
2783
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2784
|
-
display: none;
|
|
2785
|
-
}
|
|
2786
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2787
|
-
display: inline;
|
|
2788
|
-
}
|
|
2789
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2790
|
-
display: inline;
|
|
2791
|
-
margin-right: 8px;
|
|
2792
|
-
padding: 0;
|
|
2793
|
-
width: 36px;
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
.s34f1qb.ant-switch {
|
|
2797
|
-
min-width: 40px;
|
|
2798
|
-
height: 24px;
|
|
2799
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2800
|
-
overflow: hidden;
|
|
2779
|
+
height: 24px;
|
|
2801
2780
|
}
|
|
2802
|
-
.
|
|
2803
|
-
|
|
2781
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2782
|
+
height: 40px;
|
|
2804
2783
|
}
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2784
|
+
|
|
2785
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2786
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2787
|
+
border-radius: 4px;
|
|
2808
2788
|
}
|
|
2809
|
-
.
|
|
2810
|
-
|
|
2789
|
+
.kypn5o5.input-tags {
|
|
2790
|
+
position: relative;
|
|
2791
|
+
padding: 6px;
|
|
2811
2792
|
height: 32px;
|
|
2793
|
+
cursor: pointer;
|
|
2794
|
+
transition: border 150ms;
|
|
2812
2795
|
}
|
|
2813
|
-
.
|
|
2814
|
-
|
|
2815
|
-
|
|
2796
|
+
.kypn5o5.input-tags:hover {
|
|
2797
|
+
border-color: #0080ff;
|
|
2798
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2816
2799
|
}
|
|
2817
|
-
.
|
|
2818
|
-
|
|
2819
|
-
transition-delay: 120ms;
|
|
2800
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2801
|
+
padding-right: 30px;
|
|
2820
2802
|
}
|
|
2821
|
-
.
|
|
2822
|
-
|
|
2823
|
-
width: 14px;
|
|
2824
|
-
top: 1px;
|
|
2825
|
-
left: 1px;
|
|
2803
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2804
|
+
display: flex;
|
|
2826
2805
|
}
|
|
2827
|
-
.
|
|
2828
|
-
|
|
2829
|
-
width: 28px;
|
|
2806
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2807
|
+
display: flex;
|
|
2830
2808
|
}
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2809
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2810
|
+
position: absolute;
|
|
2811
|
+
right: 12px;
|
|
2812
|
+
top: 50%;
|
|
2813
|
+
transform: translateY(-50%);
|
|
2833
2814
|
}
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2815
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2816
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2817
|
+
font-size: 12px;
|
|
2818
|
+
cursor: pointer;
|
|
2836
2819
|
}
|
|
2837
|
-
.
|
|
2838
|
-
|
|
2820
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2821
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2839
2822
|
}
|
|
2840
|
-
.
|
|
2841
|
-
|
|
2823
|
+
.kypn5o5.has-focus-indicator {
|
|
2824
|
+
position: relative;
|
|
2825
|
+
overflow: hidden;
|
|
2842
2826
|
}
|
|
2843
|
-
.
|
|
2844
|
-
|
|
2827
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2828
|
+
position: absolute;
|
|
2829
|
+
top: 50%;
|
|
2830
|
+
transform: translateY(-50%);
|
|
2831
|
+
left: -16px;
|
|
2832
|
+
transition: left 150ms ease;
|
|
2833
|
+
opacity: 0;
|
|
2845
2834
|
}
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2835
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2836
|
+
left: 8px;
|
|
2837
|
+
opacity: 1;
|
|
2838
|
+
}
|
|
2839
|
+
.kypn5o5.has-focus-indicator input {
|
|
2840
|
+
transition: margin-left 150ms ease;
|
|
2841
|
+
margin-left: 0px;
|
|
2842
|
+
}
|
|
2843
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2844
|
+
margin-left: 16px;
|
|
2849
2845
|
}
|
|
2850
2846
|
|
|
2851
|
-
.
|
|
2852
|
-
|
|
2853
|
-
|
|
2847
|
+
input.l1ki27se.ant-input {
|
|
2848
|
+
border-top-right-radius: 0;
|
|
2849
|
+
border-bottom-right-radius: 0;
|
|
2854
2850
|
}
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
overflow: visible;
|
|
2851
|
+
|
|
2852
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2853
|
+
border-top-right-radius: 0;
|
|
2854
|
+
border-bottom-right-radius: 0;
|
|
2860
2855
|
}
|
|
2861
|
-
|
|
2862
|
-
|
|
2856
|
+
|
|
2857
|
+
input.rrg1fkn.ant-input {
|
|
2858
|
+
border-top-left-radius: 0;
|
|
2859
|
+
border-bottom-left-radius: 0;
|
|
2863
2860
|
}
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2861
|
+
|
|
2862
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2863
|
+
border-top-left-radius: 0;
|
|
2864
|
+
border-bottom-left-radius: 0;
|
|
2867
2865
|
}
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
text-align: center;
|
|
2873
|
-
padding: 0;
|
|
2874
|
-
font-size: 12px;
|
|
2875
|
-
font-weight: normal;
|
|
2866
|
+
|
|
2867
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2868
|
+
border-top-right-radius: 0;
|
|
2869
|
+
border-bottom-right-radius: 0;
|
|
2876
2870
|
}
|
|
2877
|
-
|
|
2878
|
-
|
|
2871
|
+
|
|
2872
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2873
|
+
border-top-left-radius: 0;
|
|
2874
|
+
border-bottom-left-radius: 0;
|
|
2879
2875
|
}
|
|
2880
|
-
|
|
2881
|
-
|
|
2876
|
+
|
|
2877
|
+
.p12gwtiw {
|
|
2878
|
+
display: flex;
|
|
2879
|
+
justify-content: space-between;
|
|
2880
|
+
align-items: center;
|
|
2881
|
+
padding: 10px 0;
|
|
2882
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2883
|
+
font-size: 12px;
|
|
2884
|
+
line-height: 24px;
|
|
2882
2885
|
}
|
|
2883
|
-
.
|
|
2884
|
-
|
|
2886
|
+
.p12gwtiw .pagination-left {
|
|
2887
|
+
padding: 2px 8px;
|
|
2885
2888
|
}
|
|
2886
|
-
.
|
|
2887
|
-
|
|
2889
|
+
.p12gwtiw .dropdown-trigger {
|
|
2890
|
+
display: flex;
|
|
2891
|
+
align-items: center;
|
|
2892
|
+
border-radius: 6px;
|
|
2893
|
+
cursor: pointer;
|
|
2894
|
+
transition: all 0.3s ease;
|
|
2888
2895
|
}
|
|
2889
|
-
.
|
|
2890
|
-
|
|
2896
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2897
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2898
|
+
color: #0080ff;
|
|
2891
2899
|
}
|
|
2892
|
-
.
|
|
2893
|
-
|
|
2894
|
-
width: 0;
|
|
2895
|
-
height: 0;
|
|
2896
|
-
border: 13px solid transparent;
|
|
2897
|
-
position: absolute;
|
|
2898
|
-
top: 0;
|
|
2899
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2900
|
-
right: -21px;
|
|
2901
|
-
z-index: 2;
|
|
2900
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2901
|
+
margin-left: 4px;
|
|
2902
2902
|
}
|
|
2903
|
-
.
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
position: absolute;
|
|
2909
|
-
top: 0;
|
|
2910
|
-
border-left: 8px solid #fff;
|
|
2911
|
-
left: 0;
|
|
2903
|
+
.p12gwtiw .pagination-right {
|
|
2904
|
+
display: flex;
|
|
2905
|
+
align-items: center;
|
|
2906
|
+
color: #0080ff;
|
|
2907
|
+
font-weight: bold;
|
|
2912
2908
|
}
|
|
2913
|
-
.
|
|
2914
|
-
|
|
2909
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2910
|
+
margin-left: 4px;
|
|
2915
2911
|
}
|
|
2916
|
-
.
|
|
2917
|
-
|
|
2912
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2913
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2914
|
+
padding: 0 8px;
|
|
2918
2915
|
}
|
|
2919
|
-
.
|
|
2920
|
-
|
|
2916
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2917
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2918
|
+
color: #0080ff;
|
|
2921
2919
|
}
|
|
2922
|
-
.
|
|
2923
|
-
|
|
2924
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2920
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2921
|
+
transform: rotate(180deg);
|
|
2925
2922
|
}
|
|
2926
|
-
|
|
2927
|
-
.
|
|
2928
|
-
|
|
2923
|
+
|
|
2924
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2925
|
+
max-height: calc(100vh - 128px);
|
|
2926
|
+
overflow-y: auto;
|
|
2929
2927
|
}
|
|
2930
|
-
.
|
|
2931
|
-
padding:
|
|
2928
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2929
|
+
padding: 4px 20px;
|
|
2930
|
+
font-size: 12px;
|
|
2931
|
+
line-height: 18px;
|
|
2932
2932
|
}
|
|
2933
2933
|
|
|
2934
2934
|
.t1upn1sz {
|
|
@@ -4420,25 +4420,6 @@ input.rrg1fkn.ant-input {
|
|
|
4420
4420
|
margin-right: 8px;
|
|
4421
4421
|
}
|
|
4422
4422
|
|
|
4423
|
-
.feau332.ant-form-item {
|
|
4424
|
-
margin-bottom: 0;
|
|
4425
|
-
}
|
|
4426
|
-
.feau332 .ant-form-item-explain {
|
|
4427
|
-
display: none;
|
|
4428
|
-
min-height: 18px;
|
|
4429
|
-
margin-top: 5px;
|
|
4430
|
-
font-family: "Inter";
|
|
4431
|
-
font-weight: 400;
|
|
4432
|
-
font-size: 12px;
|
|
4433
|
-
line-height: 18px;
|
|
4434
|
-
}
|
|
4435
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4436
|
-
white-space: pre-wrap;
|
|
4437
|
-
}
|
|
4438
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4439
|
-
display: block;
|
|
4440
|
-
}
|
|
4441
|
-
|
|
4442
4423
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4443
4424
|
display: var(--a6dbbkm-0);
|
|
4444
4425
|
}
|
|
@@ -4468,4 +4449,23 @@ input.rrg1fkn.ant-input {
|
|
|
4468
4449
|
margin: 0;
|
|
4469
4450
|
height: auto;
|
|
4470
4451
|
font-size: inherit;
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4454
|
+
.feau332.ant-form-item {
|
|
4455
|
+
margin-bottom: 0;
|
|
4456
|
+
}
|
|
4457
|
+
.feau332 .ant-form-item-explain {
|
|
4458
|
+
display: none;
|
|
4459
|
+
min-height: 18px;
|
|
4460
|
+
margin-top: 5px;
|
|
4461
|
+
font-family: "Inter";
|
|
4462
|
+
font-weight: 400;
|
|
4463
|
+
font-size: 12px;
|
|
4464
|
+
line-height: 18px;
|
|
4465
|
+
}
|
|
4466
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4467
|
+
white-space: pre-wrap;
|
|
4468
|
+
}
|
|
4469
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4470
|
+
display: block;
|
|
4471
4471
|
}
|