@cloudtower/eagle 0.26.10 → 0.26.11
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/Tag/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Tag/index.d.ts +3 -5
- package/dist/components/Token/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Token/index.d.ts +2 -2
- package/dist/components/Token/style.d.ts +1 -0
- package/dist/components.css +349 -337
- package/dist/esm/index.js +224 -164
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/spec/base.d.ts +10 -4
- package/dist/style.css +1005 -993
- package/dist/umd/index.js +223 -162
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1292,6 +1292,9 @@ td .ant-btn-link {
|
|
|
1292
1292
|
.ant-tag:hover {
|
|
1293
1293
|
opacity: unset;
|
|
1294
1294
|
}
|
|
1295
|
+
.ant-tag.ant-tag-hidden {
|
|
1296
|
+
display: none;
|
|
1297
|
+
}
|
|
1295
1298
|
.ant-tag.ant-tag-red {
|
|
1296
1299
|
color: #f0483e;
|
|
1297
1300
|
background-color: rgba(255, 74, 74, 0.1);
|
|
@@ -1802,14 +1805,43 @@ html body {
|
|
|
1802
1805
|
display: inline-flex;
|
|
1803
1806
|
}
|
|
1804
1807
|
.buj61ew .icon-wrapper {
|
|
1805
|
-
display:
|
|
1806
|
-
vertical-align:
|
|
1808
|
+
display: flex;
|
|
1809
|
+
vertical-align: middle;
|
|
1807
1810
|
}
|
|
1808
1811
|
|
|
1809
1812
|
.nchllas {
|
|
1810
1813
|
padding: 0;
|
|
1811
1814
|
}
|
|
1812
1815
|
|
|
1816
|
+
.bpq0js6 {
|
|
1817
|
+
padding: 4px 11px;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.b15sn34c {
|
|
1821
|
+
white-space: nowrap;
|
|
1822
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1823
|
+
}
|
|
1824
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1825
|
+
--color: #0080ff;
|
|
1826
|
+
}
|
|
1827
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1828
|
+
--color: #0080ff;
|
|
1829
|
+
}
|
|
1830
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1831
|
+
margin-left: 1px;
|
|
1832
|
+
}
|
|
1833
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1834
|
+
border-top-right-radius: 0;
|
|
1835
|
+
border-bottom-right-radius: 0;
|
|
1836
|
+
}
|
|
1837
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1838
|
+
border-top-left-radius: 0;
|
|
1839
|
+
border-bottom-left-radius: 0;
|
|
1840
|
+
}
|
|
1841
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1842
|
+
border-radius: unset;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1813
1845
|
.fde5mpd {
|
|
1814
1846
|
width: 100%;
|
|
1815
1847
|
height: 100%;
|
|
@@ -1825,22 +1857,10 @@ html body {
|
|
|
1825
1857
|
font-size: 18px;
|
|
1826
1858
|
}
|
|
1827
1859
|
|
|
1828
|
-
.iap75of {
|
|
1829
|
-
height: 18px;
|
|
1830
|
-
line-height: 18px;
|
|
1831
|
-
padding: 0 4px;
|
|
1832
|
-
border-radius: 4px;
|
|
1833
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1834
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1835
|
-
display: flex;
|
|
1836
|
-
align-items: center;
|
|
1837
|
-
white-space: nowrap;
|
|
1838
|
-
margin-right: 4px;
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
1860
|
.i1mrf09m {
|
|
1842
1861
|
display: inline-flex;
|
|
1843
1862
|
align-items: center;
|
|
1863
|
+
vertical-align: middle;
|
|
1844
1864
|
}
|
|
1845
1865
|
.i1mrf09m .icon-inner {
|
|
1846
1866
|
display: inline-flex;
|
|
@@ -1856,33 +1876,26 @@ html body {
|
|
|
1856
1876
|
animation: rotate 680ms linear infinite;
|
|
1857
1877
|
}
|
|
1858
1878
|
|
|
1859
|
-
.
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1879
|
+
.iap75of {
|
|
1880
|
+
height: 18px;
|
|
1881
|
+
line-height: 18px;
|
|
1882
|
+
padding: 0 4px;
|
|
1883
|
+
border-radius: 4px;
|
|
1884
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1885
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1886
|
+
display: flex;
|
|
1887
|
+
align-items: center;
|
|
1864
1888
|
white-space: nowrap;
|
|
1865
|
-
|
|
1866
|
-
}
|
|
1867
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1868
|
-
--color: #0080ff;
|
|
1869
|
-
}
|
|
1870
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1871
|
-
--color: #0080ff;
|
|
1872
|
-
}
|
|
1873
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1874
|
-
margin-left: 1px;
|
|
1875
|
-
}
|
|
1876
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1877
|
-
border-top-right-radius: 0;
|
|
1878
|
-
border-bottom-right-radius: 0;
|
|
1889
|
+
margin-right: 4px;
|
|
1879
1890
|
}
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1891
|
+
|
|
1892
|
+
.obf05yr {
|
|
1893
|
+
display: inline-block;
|
|
1883
1894
|
}
|
|
1884
|
-
|
|
1885
|
-
|
|
1895
|
+
|
|
1896
|
+
.hsms1n6 {
|
|
1897
|
+
visibility: hidden;
|
|
1898
|
+
position: absolute;
|
|
1886
1899
|
}
|
|
1887
1900
|
|
|
1888
1901
|
.p12gwtiw {
|
|
@@ -1942,6 +1955,235 @@ html body {
|
|
|
1942
1955
|
line-height: 18px;
|
|
1943
1956
|
}
|
|
1944
1957
|
|
|
1958
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1959
|
+
display: inline-flex;
|
|
1960
|
+
align-items: baseline;
|
|
1961
|
+
white-space: pre-wrap;
|
|
1962
|
+
}
|
|
1963
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1964
|
+
position: relative;
|
|
1965
|
+
top: 3px;
|
|
1966
|
+
}
|
|
1967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1968
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1969
|
+
}
|
|
1970
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1971
|
+
border-color: #0080ff;
|
|
1972
|
+
}
|
|
1973
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1974
|
+
border-color: #0080ff;
|
|
1975
|
+
background: #0080ff;
|
|
1976
|
+
}
|
|
1977
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1978
|
+
top: 4px;
|
|
1979
|
+
left: 4px;
|
|
1980
|
+
width: 6px;
|
|
1981
|
+
height: 6px;
|
|
1982
|
+
background: #fff;
|
|
1983
|
+
}
|
|
1984
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1985
|
+
opacity: 0.5;
|
|
1986
|
+
}
|
|
1987
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1988
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1989
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1990
|
+
}
|
|
1991
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1992
|
+
background: #00122e;
|
|
1993
|
+
}
|
|
1994
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1995
|
+
color: #00122e;
|
|
1996
|
+
opacity: 0.5;
|
|
1997
|
+
}
|
|
1998
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1999
|
+
color: #00122e;
|
|
2000
|
+
}
|
|
2001
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2002
|
+
display: inline-block;
|
|
2003
|
+
padding: 0;
|
|
2004
|
+
padding-left: 12px;
|
|
2005
|
+
}
|
|
2006
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2007
|
+
margin-bottom: 0;
|
|
2008
|
+
white-space: pre-wrap;
|
|
2009
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2010
|
+
}
|
|
2011
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2012
|
+
padding-left: 8px;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2016
|
+
border-radius: 5px 0 0 5px;
|
|
2017
|
+
}
|
|
2018
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2019
|
+
border-radius: 0 5px 5px 0;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.r1f0aqcc {
|
|
2023
|
+
color: #00122e;
|
|
2024
|
+
border-color: #ccd4e3;
|
|
2025
|
+
}
|
|
2026
|
+
.r1f0aqcc:first-child {
|
|
2027
|
+
border-color: #a3b4cc;
|
|
2028
|
+
}
|
|
2029
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2030
|
+
padding: 0 12px;
|
|
2031
|
+
line-height: 32px;
|
|
2032
|
+
height: 32px;
|
|
2033
|
+
}
|
|
2034
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2035
|
+
white-space: nowrap;
|
|
2036
|
+
}
|
|
2037
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
2038
|
+
height: 22px;
|
|
2039
|
+
padding: 0 7px;
|
|
2040
|
+
line-height: 20px;
|
|
2041
|
+
}
|
|
2042
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2043
|
+
background: #ccd4e3;
|
|
2044
|
+
}
|
|
2045
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2046
|
+
background: #0080ff;
|
|
2047
|
+
}
|
|
2048
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2049
|
+
background: #ccd4e3;
|
|
2050
|
+
opacity: 0.5;
|
|
2051
|
+
}
|
|
2052
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2053
|
+
border-right-color: #0080ff;
|
|
2054
|
+
}
|
|
2055
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2056
|
+
border-color: #0080ff;
|
|
2057
|
+
}
|
|
2058
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2059
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2060
|
+
}
|
|
2061
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2062
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2063
|
+
border-color: #ccd4e3;
|
|
2064
|
+
opacity: 0.5;
|
|
2065
|
+
}
|
|
2066
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2067
|
+
color: #00122e;
|
|
2068
|
+
border-color: #ccd4e3;
|
|
2069
|
+
}
|
|
2070
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2071
|
+
color: #00122e;
|
|
2072
|
+
border-color: #ccd4e3;
|
|
2073
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2074
|
+
}
|
|
2075
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2076
|
+
margin-right: 8px;
|
|
2077
|
+
display: inline;
|
|
2078
|
+
border: none;
|
|
2079
|
+
padding: 0;
|
|
2080
|
+
width: 36px;
|
|
2081
|
+
background: transparent;
|
|
2082
|
+
}
|
|
2083
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2084
|
+
box-shadow: none;
|
|
2085
|
+
}
|
|
2086
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2087
|
+
margin-right: 0;
|
|
2088
|
+
width: initial;
|
|
2089
|
+
box-shadow: none;
|
|
2090
|
+
}
|
|
2091
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2092
|
+
display: none;
|
|
2093
|
+
}
|
|
2094
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2095
|
+
display: inline;
|
|
2096
|
+
}
|
|
2097
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2098
|
+
display: inline;
|
|
2099
|
+
margin-right: 8px;
|
|
2100
|
+
padding: 0;
|
|
2101
|
+
width: 36px;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2105
|
+
flex-direction: row;
|
|
2106
|
+
justify-content: stretch;
|
|
2107
|
+
}
|
|
2108
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2109
|
+
padding: 0;
|
|
2110
|
+
margin-right: 4px;
|
|
2111
|
+
flex: 1;
|
|
2112
|
+
overflow: visible;
|
|
2113
|
+
}
|
|
2114
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2115
|
+
display: none;
|
|
2116
|
+
}
|
|
2117
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2118
|
+
width: 100%;
|
|
2119
|
+
min-height: unset;
|
|
2120
|
+
}
|
|
2121
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2122
|
+
height: 26px;
|
|
2123
|
+
line-height: 26px;
|
|
2124
|
+
width: 100%;
|
|
2125
|
+
text-align: center;
|
|
2126
|
+
padding: 0;
|
|
2127
|
+
font-size: 12px;
|
|
2128
|
+
font-weight: normal;
|
|
2129
|
+
}
|
|
2130
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2131
|
+
margin-right: 10px;
|
|
2132
|
+
}
|
|
2133
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2134
|
+
display: none;
|
|
2135
|
+
}
|
|
2136
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2137
|
+
border-radius: 4px 0 0 4px;
|
|
2138
|
+
}
|
|
2139
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2140
|
+
margin-right: 0;
|
|
2141
|
+
}
|
|
2142
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2143
|
+
border-radius: 0 4px 4px 0;
|
|
2144
|
+
}
|
|
2145
|
+
.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 {
|
|
2146
|
+
content: "";
|
|
2147
|
+
width: 0;
|
|
2148
|
+
height: 0;
|
|
2149
|
+
border: 13px solid transparent;
|
|
2150
|
+
position: absolute;
|
|
2151
|
+
top: 0;
|
|
2152
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2153
|
+
right: -21px;
|
|
2154
|
+
z-index: 2;
|
|
2155
|
+
}
|
|
2156
|
+
.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 {
|
|
2157
|
+
content: "";
|
|
2158
|
+
width: 0;
|
|
2159
|
+
height: 0;
|
|
2160
|
+
border: 13px solid transparent;
|
|
2161
|
+
position: absolute;
|
|
2162
|
+
top: 0;
|
|
2163
|
+
border-left: 8px solid #fff;
|
|
2164
|
+
left: 0;
|
|
2165
|
+
}
|
|
2166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2167
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2168
|
+
}
|
|
2169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2170
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2171
|
+
}
|
|
2172
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2173
|
+
color: #005ed1;
|
|
2174
|
+
}
|
|
2175
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2176
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2177
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2178
|
+
}
|
|
2179
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2180
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2181
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2182
|
+
}
|
|
2183
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2184
|
+
padding: 0;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
1945
2187
|
.cz04yix {
|
|
1946
2188
|
display: flex;
|
|
1947
2189
|
flex-direction: column;
|
|
@@ -2557,137 +2799,54 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2557
2799
|
position: relative;
|
|
2558
2800
|
overflow: hidden;
|
|
2559
2801
|
}
|
|
2560
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2561
|
-
position: absolute;
|
|
2562
|
-
top: 50%;
|
|
2563
|
-
transform: translateY(-50%);
|
|
2564
|
-
left: -16px;
|
|
2565
|
-
transition: left 150ms ease;
|
|
2566
|
-
opacity: 0;
|
|
2567
|
-
}
|
|
2568
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2569
|
-
left: 8px;
|
|
2570
|
-
opacity: 1;
|
|
2571
|
-
}
|
|
2572
|
-
.kypn5o5.has-focus-indicator input {
|
|
2573
|
-
transition: margin-left 150ms ease;
|
|
2574
|
-
margin-left: 0px;
|
|
2575
|
-
}
|
|
2576
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2577
|
-
margin-left: 16px;
|
|
2578
|
-
}
|
|
2579
|
-
|
|
2580
|
-
input.l1ki27se.ant-input {
|
|
2581
|
-
border-top-right-radius: 0;
|
|
2582
|
-
border-bottom-right-radius: 0;
|
|
2583
|
-
}
|
|
2584
|
-
|
|
2585
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2586
|
-
border-top-right-radius: 0;
|
|
2587
|
-
border-bottom-right-radius: 0;
|
|
2588
|
-
}
|
|
2589
|
-
|
|
2590
|
-
input.rrg1fkn.ant-input {
|
|
2591
|
-
border-top-left-radius: 0;
|
|
2592
|
-
border-bottom-left-radius: 0;
|
|
2593
|
-
}
|
|
2594
|
-
|
|
2595
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2596
|
-
border-top-left-radius: 0;
|
|
2597
|
-
border-bottom-left-radius: 0;
|
|
2598
|
-
}
|
|
2599
|
-
|
|
2600
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2601
|
-
border-top-right-radius: 0;
|
|
2602
|
-
border-bottom-right-radius: 0;
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2606
|
-
border-top-left-radius: 0;
|
|
2607
|
-
border-bottom-left-radius: 0;
|
|
2608
|
-
}
|
|
2609
|
-
|
|
2610
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2611
|
-
flex-direction: row;
|
|
2612
|
-
justify-content: stretch;
|
|
2613
|
-
}
|
|
2614
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2615
|
-
padding: 0;
|
|
2616
|
-
margin-right: 4px;
|
|
2617
|
-
flex: 1;
|
|
2618
|
-
overflow: visible;
|
|
2619
|
-
}
|
|
2620
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2621
|
-
display: none;
|
|
2622
|
-
}
|
|
2623
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2624
|
-
width: 100%;
|
|
2625
|
-
min-height: unset;
|
|
2626
|
-
}
|
|
2627
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2628
|
-
height: 26px;
|
|
2629
|
-
line-height: 26px;
|
|
2630
|
-
width: 100%;
|
|
2631
|
-
text-align: center;
|
|
2632
|
-
padding: 0;
|
|
2633
|
-
font-size: 12px;
|
|
2634
|
-
font-weight: normal;
|
|
2635
|
-
}
|
|
2636
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2637
|
-
margin-right: 10px;
|
|
2638
|
-
}
|
|
2639
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2640
|
-
display: none;
|
|
2641
|
-
}
|
|
2642
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2643
|
-
border-radius: 4px 0 0 4px;
|
|
2644
|
-
}
|
|
2645
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2646
|
-
margin-right: 0;
|
|
2647
|
-
}
|
|
2648
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2649
|
-
border-radius: 0 4px 4px 0;
|
|
2650
|
-
}
|
|
2651
|
-
.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 {
|
|
2652
|
-
content: "";
|
|
2653
|
-
width: 0;
|
|
2654
|
-
height: 0;
|
|
2655
|
-
border: 13px solid transparent;
|
|
2656
|
-
position: absolute;
|
|
2657
|
-
top: 0;
|
|
2658
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2659
|
-
right: -21px;
|
|
2660
|
-
z-index: 2;
|
|
2661
|
-
}
|
|
2662
|
-
.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 {
|
|
2663
|
-
content: "";
|
|
2664
|
-
width: 0;
|
|
2665
|
-
height: 0;
|
|
2666
|
-
border: 13px solid transparent;
|
|
2802
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2667
2803
|
position: absolute;
|
|
2668
|
-
top:
|
|
2669
|
-
|
|
2670
|
-
left:
|
|
2804
|
+
top: 50%;
|
|
2805
|
+
transform: translateY(-50%);
|
|
2806
|
+
left: -16px;
|
|
2807
|
+
transition: left 150ms ease;
|
|
2808
|
+
opacity: 0;
|
|
2671
2809
|
}
|
|
2672
|
-
.
|
|
2673
|
-
|
|
2810
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2811
|
+
left: 8px;
|
|
2812
|
+
opacity: 1;
|
|
2674
2813
|
}
|
|
2675
|
-
.
|
|
2676
|
-
|
|
2814
|
+
.kypn5o5.has-focus-indicator input {
|
|
2815
|
+
transition: margin-left 150ms ease;
|
|
2816
|
+
margin-left: 0px;
|
|
2677
2817
|
}
|
|
2678
|
-
.
|
|
2679
|
-
|
|
2818
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2819
|
+
margin-left: 16px;
|
|
2680
2820
|
}
|
|
2681
|
-
|
|
2682
|
-
.
|
|
2683
|
-
|
|
2821
|
+
|
|
2822
|
+
input.l1ki27se.ant-input {
|
|
2823
|
+
border-top-right-radius: 0;
|
|
2824
|
+
border-bottom-right-radius: 0;
|
|
2684
2825
|
}
|
|
2685
|
-
|
|
2686
|
-
.
|
|
2687
|
-
|
|
2826
|
+
|
|
2827
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2828
|
+
border-top-right-radius: 0;
|
|
2829
|
+
border-bottom-right-radius: 0;
|
|
2688
2830
|
}
|
|
2689
|
-
|
|
2690
|
-
|
|
2831
|
+
|
|
2832
|
+
input.rrg1fkn.ant-input {
|
|
2833
|
+
border-top-left-radius: 0;
|
|
2834
|
+
border-bottom-left-radius: 0;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2838
|
+
border-top-left-radius: 0;
|
|
2839
|
+
border-bottom-left-radius: 0;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2843
|
+
border-top-right-radius: 0;
|
|
2844
|
+
border-bottom-right-radius: 0;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2848
|
+
border-top-left-radius: 0;
|
|
2849
|
+
border-bottom-left-radius: 0;
|
|
2691
2850
|
}
|
|
2692
2851
|
|
|
2693
2852
|
.s34f1qb.ant-switch {
|
|
@@ -2745,161 +2904,6 @@ input.rrg1fkn.ant-input {
|
|
|
2745
2904
|
margin-left: 5px;
|
|
2746
2905
|
}
|
|
2747
2906
|
|
|
2748
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2749
|
-
display: inline-flex;
|
|
2750
|
-
align-items: baseline;
|
|
2751
|
-
white-space: pre-wrap;
|
|
2752
|
-
}
|
|
2753
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2754
|
-
position: relative;
|
|
2755
|
-
top: 3px;
|
|
2756
|
-
}
|
|
2757
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2758
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2759
|
-
}
|
|
2760
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2761
|
-
border-color: #0080ff;
|
|
2762
|
-
}
|
|
2763
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2764
|
-
border-color: #0080ff;
|
|
2765
|
-
background: #0080ff;
|
|
2766
|
-
}
|
|
2767
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2768
|
-
top: 4px;
|
|
2769
|
-
left: 4px;
|
|
2770
|
-
width: 6px;
|
|
2771
|
-
height: 6px;
|
|
2772
|
-
background: #fff;
|
|
2773
|
-
}
|
|
2774
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2775
|
-
opacity: 0.5;
|
|
2776
|
-
}
|
|
2777
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2778
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2779
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2780
|
-
}
|
|
2781
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2782
|
-
background: #00122e;
|
|
2783
|
-
}
|
|
2784
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2785
|
-
color: #00122e;
|
|
2786
|
-
opacity: 0.5;
|
|
2787
|
-
}
|
|
2788
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2789
|
-
color: #00122e;
|
|
2790
|
-
}
|
|
2791
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2792
|
-
display: inline-block;
|
|
2793
|
-
padding: 0;
|
|
2794
|
-
padding-left: 12px;
|
|
2795
|
-
}
|
|
2796
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2797
|
-
margin-bottom: 0;
|
|
2798
|
-
white-space: pre-wrap;
|
|
2799
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2800
|
-
}
|
|
2801
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2802
|
-
padding-left: 8px;
|
|
2803
|
-
}
|
|
2804
|
-
|
|
2805
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2806
|
-
border-radius: 5px 0 0 5px;
|
|
2807
|
-
}
|
|
2808
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2809
|
-
border-radius: 0 5px 5px 0;
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2812
|
-
.r1f0aqcc {
|
|
2813
|
-
color: #00122e;
|
|
2814
|
-
border-color: #ccd4e3;
|
|
2815
|
-
}
|
|
2816
|
-
.r1f0aqcc:first-child {
|
|
2817
|
-
border-color: #a3b4cc;
|
|
2818
|
-
}
|
|
2819
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2820
|
-
padding: 0 12px;
|
|
2821
|
-
line-height: 32px;
|
|
2822
|
-
height: 32px;
|
|
2823
|
-
}
|
|
2824
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2825
|
-
white-space: nowrap;
|
|
2826
|
-
}
|
|
2827
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
2828
|
-
height: 22px;
|
|
2829
|
-
padding: 0 7px;
|
|
2830
|
-
line-height: 20px;
|
|
2831
|
-
}
|
|
2832
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2833
|
-
background: #ccd4e3;
|
|
2834
|
-
}
|
|
2835
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2836
|
-
background: #0080ff;
|
|
2837
|
-
}
|
|
2838
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2839
|
-
background: #ccd4e3;
|
|
2840
|
-
opacity: 0.5;
|
|
2841
|
-
}
|
|
2842
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2843
|
-
border-right-color: #0080ff;
|
|
2844
|
-
}
|
|
2845
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2846
|
-
border-color: #0080ff;
|
|
2847
|
-
}
|
|
2848
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2849
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2850
|
-
}
|
|
2851
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2852
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2853
|
-
border-color: #ccd4e3;
|
|
2854
|
-
opacity: 0.5;
|
|
2855
|
-
}
|
|
2856
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2857
|
-
color: #00122e;
|
|
2858
|
-
border-color: #ccd4e3;
|
|
2859
|
-
}
|
|
2860
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2861
|
-
color: #00122e;
|
|
2862
|
-
border-color: #ccd4e3;
|
|
2863
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2864
|
-
}
|
|
2865
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2866
|
-
margin-right: 8px;
|
|
2867
|
-
display: inline;
|
|
2868
|
-
border: none;
|
|
2869
|
-
padding: 0;
|
|
2870
|
-
width: 36px;
|
|
2871
|
-
background: transparent;
|
|
2872
|
-
}
|
|
2873
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2874
|
-
box-shadow: none;
|
|
2875
|
-
}
|
|
2876
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2877
|
-
margin-right: 0;
|
|
2878
|
-
width: initial;
|
|
2879
|
-
box-shadow: none;
|
|
2880
|
-
}
|
|
2881
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2882
|
-
display: none;
|
|
2883
|
-
}
|
|
2884
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2885
|
-
display: inline;
|
|
2886
|
-
}
|
|
2887
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2888
|
-
display: inline;
|
|
2889
|
-
margin-right: 8px;
|
|
2890
|
-
padding: 0;
|
|
2891
|
-
width: 36px;
|
|
2892
|
-
}
|
|
2893
|
-
|
|
2894
|
-
.obf05yr {
|
|
2895
|
-
display: inline-block;
|
|
2896
|
-
}
|
|
2897
|
-
|
|
2898
|
-
.hsms1n6 {
|
|
2899
|
-
visibility: hidden;
|
|
2900
|
-
position: absolute;
|
|
2901
|
-
}
|
|
2902
|
-
|
|
2903
2907
|
.t1upn1sz {
|
|
2904
2908
|
height: 100%;
|
|
2905
2909
|
}
|
|
@@ -2995,6 +2999,7 @@ input.rrg1fkn.ant-input {
|
|
|
2995
2999
|
color: rgba(44, 56, 82, 0.6);
|
|
2996
3000
|
}
|
|
2997
3001
|
.tta5kd2 .ant-table .ant-table-selection {
|
|
3002
|
+
position: unset;
|
|
2998
3003
|
text-align: center;
|
|
2999
3004
|
}
|
|
3000
3005
|
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
@@ -3998,6 +4003,7 @@ input.rrg1fkn.ant-input {
|
|
|
3998
4003
|
}
|
|
3999
4004
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
4000
4005
|
margin: 0;
|
|
4006
|
+
margin-right: 8px;
|
|
4001
4007
|
display: inline-flex;
|
|
4002
4008
|
align-items: center;
|
|
4003
4009
|
border: none;
|
|
@@ -4008,6 +4014,7 @@ input.rrg1fkn.ant-input {
|
|
|
4008
4014
|
color: inherit;
|
|
4009
4015
|
margin-left: 4px;
|
|
4010
4016
|
opacity: 0.6;
|
|
4017
|
+
display: inline-flex;
|
|
4011
4018
|
}
|
|
4012
4019
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
4013
4020
|
opacity: 1;
|
|
@@ -4021,11 +4028,11 @@ input.rrg1fkn.ant-input {
|
|
|
4021
4028
|
background-color: rgba(255, 74, 74, 0.1);
|
|
4022
4029
|
}
|
|
4023
4030
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
4024
|
-
color: #
|
|
4031
|
+
color: #e07f00;
|
|
4025
4032
|
background-color: rgba(255, 187, 0, 0.1);
|
|
4026
4033
|
}
|
|
4027
4034
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
4028
|
-
color: #
|
|
4035
|
+
color: #008f4c;
|
|
4029
4036
|
background-color: rgba(30, 201, 127, 0.1);
|
|
4030
4037
|
}
|
|
4031
4038
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
@@ -4593,23 +4600,9 @@ input.rrg1fkn.ant-input {
|
|
|
4593
4600
|
height: 16px;
|
|
4594
4601
|
}
|
|
4595
4602
|
|
|
4596
|
-
.
|
|
4597
|
-
margin-
|
|
4598
|
-
|
|
4599
|
-
.feau332 .ant-form-item-explain {
|
|
4600
|
-
display: none;
|
|
4601
|
-
min-height: 18px;
|
|
4602
|
-
margin-top: 5px;
|
|
4603
|
-
font-family: "Inter";
|
|
4604
|
-
font-weight: 400;
|
|
4605
|
-
font-size: 12px;
|
|
4606
|
-
line-height: 18px;
|
|
4607
|
-
}
|
|
4608
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4609
|
-
white-space: pre-wrap;
|
|
4610
|
-
}
|
|
4611
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4612
|
-
display: block;
|
|
4603
|
+
.iwsze0q {
|
|
4604
|
+
margin-right: 4px;
|
|
4605
|
+
height: 16px;
|
|
4613
4606
|
}
|
|
4614
4607
|
|
|
4615
4608
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
@@ -4641,4 +4634,23 @@ input.rrg1fkn.ant-input {
|
|
|
4641
4634
|
margin: 0;
|
|
4642
4635
|
height: auto;
|
|
4643
4636
|
font-size: inherit;
|
|
4637
|
+
}
|
|
4638
|
+
|
|
4639
|
+
.feau332.ant-form-item {
|
|
4640
|
+
margin-bottom: 0;
|
|
4641
|
+
}
|
|
4642
|
+
.feau332 .ant-form-item-explain {
|
|
4643
|
+
display: none;
|
|
4644
|
+
min-height: 18px;
|
|
4645
|
+
margin-top: 5px;
|
|
4646
|
+
font-family: "Inter";
|
|
4647
|
+
font-weight: 400;
|
|
4648
|
+
font-size: 12px;
|
|
4649
|
+
line-height: 18px;
|
|
4650
|
+
}
|
|
4651
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4652
|
+
white-space: pre-wrap;
|
|
4653
|
+
}
|
|
4654
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4655
|
+
display: block;
|
|
4644
4656
|
}
|