@cloudtower/eagle 0.24.8 → 0.24.13
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.css +126 -126
- package/dist/esm/index.js +13 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/spec/base.d.ts +26 -0
- package/dist/style.css +473 -473
- package/dist/umd/index.js +15 -7
- package/dist/umd/stats1.html +1 -1
- package/package.json +6 -5
package/dist/style.css
CHANGED
|
@@ -1597,19 +1597,6 @@ body {
|
|
|
1597
1597
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
|
-
.iap75of {
|
|
1601
|
-
height: 18px;
|
|
1602
|
-
line-height: 18px;
|
|
1603
|
-
padding: 0 4px;
|
|
1604
|
-
border-radius: 4px;
|
|
1605
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1606
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1607
|
-
display: flex;
|
|
1608
|
-
align-items: center;
|
|
1609
|
-
white-space: nowrap;
|
|
1610
|
-
margin-right: 4px;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
1600
|
.buj61ew.ant-btn {
|
|
1614
1601
|
height: 32px;
|
|
1615
1602
|
border-radius: 6px;
|
|
@@ -1858,53 +1845,6 @@ body {
|
|
|
1858
1845
|
padding: 0;
|
|
1859
1846
|
}
|
|
1860
1847
|
|
|
1861
|
-
.bpq0js6 {
|
|
1862
|
-
padding: 4px 11px;
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
.b15sn34c {
|
|
1866
|
-
white-space: nowrap;
|
|
1867
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1868
|
-
}
|
|
1869
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1870
|
-
--color: #0080ff;
|
|
1871
|
-
}
|
|
1872
|
-
.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] {
|
|
1873
|
-
--color: #0080ff;
|
|
1874
|
-
}
|
|
1875
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1876
|
-
margin-left: 1px;
|
|
1877
|
-
}
|
|
1878
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1879
|
-
border-top-right-radius: 0;
|
|
1880
|
-
border-bottom-right-radius: 0;
|
|
1881
|
-
}
|
|
1882
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1883
|
-
border-top-left-radius: 0;
|
|
1884
|
-
border-bottom-left-radius: 0;
|
|
1885
|
-
}
|
|
1886
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1887
|
-
border-radius: unset;
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
.i1mrf09m {
|
|
1891
|
-
display: inline-flex;
|
|
1892
|
-
align-items: center;
|
|
1893
|
-
}
|
|
1894
|
-
.i1mrf09m .icon-inner {
|
|
1895
|
-
display: inline-flex;
|
|
1896
|
-
align-items: center;
|
|
1897
|
-
justify-content: center;
|
|
1898
|
-
}
|
|
1899
|
-
.i1mrf09m .icon-inner + span,
|
|
1900
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1901
|
-
margin-left: 4px;
|
|
1902
|
-
}
|
|
1903
|
-
.i1mrf09m.is-rotate img,
|
|
1904
|
-
.i1mrf09m.is-rotate svg {
|
|
1905
|
-
animation: rotate 680ms linear infinite;
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
1848
|
.fde5mpd {
|
|
1909
1849
|
width: 100%;
|
|
1910
1850
|
height: 100%;
|
|
@@ -1920,317 +1860,126 @@ body {
|
|
|
1920
1860
|
font-size: 18px;
|
|
1921
1861
|
}
|
|
1922
1862
|
|
|
1923
|
-
.
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1863
|
+
.iap75of {
|
|
1864
|
+
height: 18px;
|
|
1865
|
+
line-height: 18px;
|
|
1866
|
+
padding: 0 4px;
|
|
1867
|
+
border-radius: 4px;
|
|
1868
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1869
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1870
|
+
display: flex;
|
|
1871
|
+
align-items: center;
|
|
1872
|
+
white-space: nowrap;
|
|
1929
1873
|
margin-right: 4px;
|
|
1930
|
-
flex: 1;
|
|
1931
|
-
overflow: visible;
|
|
1932
1874
|
}
|
|
1933
|
-
|
|
1934
|
-
|
|
1875
|
+
|
|
1876
|
+
.cz04yix {
|
|
1877
|
+
display: flex;
|
|
1878
|
+
flex-direction: column;
|
|
1935
1879
|
}
|
|
1936
|
-
|
|
1880
|
+
|
|
1881
|
+
.m1if5j39 {
|
|
1882
|
+
max-width: 1120px;
|
|
1937
1883
|
width: 100%;
|
|
1938
|
-
|
|
1884
|
+
margin: 0 auto;
|
|
1885
|
+
height: 100%;
|
|
1939
1886
|
}
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1887
|
+
|
|
1888
|
+
.w1vvwdlp {
|
|
1889
|
+
max-width: 1120px;
|
|
1943
1890
|
width: 100%;
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
font-size: 12px;
|
|
1947
|
-
font-weight: normal;
|
|
1891
|
+
margin: 0 auto;
|
|
1892
|
+
display: flex;
|
|
1948
1893
|
}
|
|
1949
|
-
.
|
|
1950
|
-
|
|
1894
|
+
.w1vvwdlp .left,
|
|
1895
|
+
.w1vvwdlp .right {
|
|
1896
|
+
flex-grow: 0;
|
|
1897
|
+
flex-shrink: 0;
|
|
1898
|
+
flex-basis: 21%;
|
|
1951
1899
|
}
|
|
1952
|
-
.
|
|
1953
|
-
display:
|
|
1900
|
+
.w1vvwdlp .left {
|
|
1901
|
+
display: flex;
|
|
1902
|
+
justify-content: flex-end;
|
|
1903
|
+
padding-right: 44px;
|
|
1954
1904
|
}
|
|
1955
|
-
.
|
|
1956
|
-
|
|
1905
|
+
.w1vvwdlp .right {
|
|
1906
|
+
padding-left: 44px;
|
|
1957
1907
|
}
|
|
1958
|
-
.
|
|
1959
|
-
margin-
|
|
1908
|
+
.w1vvwdlp .middle {
|
|
1909
|
+
margin-bottom: 40px;
|
|
1910
|
+
flex-grow: 0;
|
|
1911
|
+
flex-shrink: 0;
|
|
1912
|
+
flex-basis: 58%;
|
|
1960
1913
|
}
|
|
1961
|
-
.
|
|
1962
|
-
|
|
1914
|
+
.w1vvwdlp .middle .form-base-field {
|
|
1915
|
+
width: 100%;
|
|
1963
1916
|
}
|
|
1964
|
-
.
|
|
1965
|
-
|
|
1966
|
-
width: 0;
|
|
1967
|
-
height: 0;
|
|
1968
|
-
border: 13px solid transparent;
|
|
1969
|
-
position: absolute;
|
|
1970
|
-
top: 0;
|
|
1971
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1972
|
-
right: -21px;
|
|
1973
|
-
z-index: 2;
|
|
1917
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
1918
|
+
width: auto;
|
|
1974
1919
|
}
|
|
1975
|
-
.
|
|
1976
|
-
|
|
1977
|
-
width: 0;
|
|
1978
|
-
height: 0;
|
|
1979
|
-
border: 13px solid transparent;
|
|
1980
|
-
position: absolute;
|
|
1981
|
-
top: 0;
|
|
1982
|
-
border-left: 8px solid #fff;
|
|
1983
|
-
left: 0;
|
|
1920
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
1921
|
+
flex: initial;
|
|
1984
1922
|
}
|
|
1985
|
-
.
|
|
1986
|
-
|
|
1923
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
1924
|
+
margin-top: 4px;
|
|
1987
1925
|
}
|
|
1988
|
-
.
|
|
1989
|
-
|
|
1926
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
1927
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
1928
|
+
display: none !important;
|
|
1990
1929
|
}
|
|
1991
|
-
.
|
|
1992
|
-
|
|
1930
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
1931
|
+
padding: 0 15px;
|
|
1932
|
+
border-radius: 4px;
|
|
1933
|
+
height: 32px;
|
|
1934
|
+
display: flex;
|
|
1935
|
+
align-items: center;
|
|
1993
1936
|
}
|
|
1994
|
-
.
|
|
1995
|
-
|
|
1996
|
-
|
|
1937
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
1938
|
+
min-height: auto;
|
|
1939
|
+
white-space: nowrap;
|
|
1997
1940
|
}
|
|
1998
|
-
.
|
|
1999
|
-
|
|
2000
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1941
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
1942
|
+
padding-bottom: 0px;
|
|
2001
1943
|
}
|
|
2002
|
-
.
|
|
2003
|
-
|
|
1944
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
1945
|
+
font-size: 13px !important;
|
|
1946
|
+
line-height: 20px !important;
|
|
2004
1947
|
}
|
|
2005
|
-
|
|
2006
|
-
.obf05yr {
|
|
1948
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2007
1949
|
display: inline-block;
|
|
1950
|
+
text-align: center;
|
|
1951
|
+
width: 13px;
|
|
1952
|
+
margin-right: 12px;
|
|
2008
1953
|
}
|
|
2009
|
-
|
|
2010
|
-
.
|
|
2011
|
-
visibility: hidden;
|
|
2012
|
-
position: absolute;
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
.p12gwtiw {
|
|
2016
|
-
display: flex;
|
|
2017
|
-
justify-content: space-between;
|
|
2018
|
-
align-items: center;
|
|
2019
|
-
padding: 10px 0;
|
|
2020
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2021
|
-
font-size: 12px;
|
|
2022
|
-
line-height: 24px;
|
|
1954
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
1955
|
+
background: rgba(0, 128, 255, 0.1);
|
|
2023
1956
|
}
|
|
2024
|
-
.
|
|
2025
|
-
|
|
1957
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1958
|
+
color: #005ed1;
|
|
2026
1959
|
}
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2029
|
-
align-items: center;
|
|
2030
|
-
border-radius: 6px;
|
|
2031
|
-
cursor: pointer;
|
|
2032
|
-
transition: all 0.3s ease;
|
|
1960
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
1961
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2033
1962
|
}
|
|
2034
|
-
.
|
|
2035
|
-
|
|
2036
|
-
color: #0080ff;
|
|
1963
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1964
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
2037
1965
|
}
|
|
2038
|
-
.
|
|
2039
|
-
|
|
1966
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
1967
|
+
cursor: not-allowed;
|
|
2040
1968
|
}
|
|
2041
|
-
.
|
|
2042
|
-
|
|
2043
|
-
align-items: center;
|
|
2044
|
-
color: #0080ff;
|
|
2045
|
-
font-weight: bold;
|
|
1969
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
1970
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2046
1971
|
}
|
|
2047
|
-
.
|
|
2048
|
-
|
|
1972
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1973
|
+
color: #2d3a56;
|
|
2049
1974
|
}
|
|
2050
|
-
|
|
2051
|
-
.
|
|
2052
|
-
|
|
1975
|
+
|
|
1976
|
+
.h1cuopx7 .ant-modal-header {
|
|
1977
|
+
margin: 0 auto;
|
|
1978
|
+
width: 100%;
|
|
1979
|
+
max-width: 648px;
|
|
2053
1980
|
}
|
|
2054
|
-
.
|
|
2055
|
-
|
|
2056
|
-
color: #0080ff;
|
|
2057
|
-
}
|
|
2058
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2059
|
-
transform: rotate(180deg);
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2063
|
-
max-height: calc(100vh - 128px);
|
|
2064
|
-
overflow-y: auto;
|
|
2065
|
-
}
|
|
2066
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2067
|
-
padding: 4px 20px;
|
|
2068
|
-
font-size: 12px;
|
|
2069
|
-
line-height: 18px;
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
.s34f1qb.ant-switch {
|
|
2073
|
-
min-width: 40px;
|
|
2074
|
-
height: 24px;
|
|
2075
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2076
|
-
overflow: hidden;
|
|
2077
|
-
}
|
|
2078
|
-
.s34f1qb.ant-switch:focus {
|
|
2079
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2080
|
-
}
|
|
2081
|
-
.s34f1qb.ant-switch-small {
|
|
2082
|
-
min-width: 26px;
|
|
2083
|
-
height: 16px;
|
|
2084
|
-
}
|
|
2085
|
-
.s34f1qb.ant-switch-large {
|
|
2086
|
-
min-width: 52px;
|
|
2087
|
-
height: 32px;
|
|
2088
|
-
}
|
|
2089
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2090
|
-
height: 20px;
|
|
2091
|
-
width: 20px;
|
|
2092
|
-
}
|
|
2093
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2094
|
-
border-radius: 10px;
|
|
2095
|
-
transition-delay: 120ms;
|
|
2096
|
-
}
|
|
2097
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2098
|
-
height: 14px;
|
|
2099
|
-
width: 14px;
|
|
2100
|
-
top: 1px;
|
|
2101
|
-
left: 1px;
|
|
2102
|
-
}
|
|
2103
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2104
|
-
height: 28px;
|
|
2105
|
-
width: 28px;
|
|
2106
|
-
}
|
|
2107
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2108
|
-
border-radius: 14px;
|
|
2109
|
-
}
|
|
2110
|
-
.s34f1qb.ant-switch-checked {
|
|
2111
|
-
background-color: #00ba5d;
|
|
2112
|
-
}
|
|
2113
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2114
|
-
left: calc(100% - 20px - 2px);
|
|
2115
|
-
}
|
|
2116
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2117
|
-
left: calc(100% - 14px - 1px);
|
|
2118
|
-
}
|
|
2119
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2120
|
-
left: calc(100% - 28px - 2px);
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
.c1to9vb9 {
|
|
2124
|
-
margin-left: 5px;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
.cz04yix {
|
|
2128
|
-
display: flex;
|
|
2129
|
-
flex-direction: column;
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
.m1if5j39 {
|
|
2133
|
-
max-width: 1120px;
|
|
2134
|
-
width: 100%;
|
|
2135
|
-
margin: 0 auto;
|
|
2136
|
-
height: 100%;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
.w1vvwdlp {
|
|
2140
|
-
max-width: 1120px;
|
|
2141
|
-
width: 100%;
|
|
2142
|
-
margin: 0 auto;
|
|
2143
|
-
display: flex;
|
|
2144
|
-
}
|
|
2145
|
-
.w1vvwdlp .left,
|
|
2146
|
-
.w1vvwdlp .right {
|
|
2147
|
-
flex-grow: 0;
|
|
2148
|
-
flex-shrink: 0;
|
|
2149
|
-
flex-basis: 21%;
|
|
2150
|
-
}
|
|
2151
|
-
.w1vvwdlp .left {
|
|
2152
|
-
display: flex;
|
|
2153
|
-
justify-content: flex-end;
|
|
2154
|
-
padding-right: 44px;
|
|
2155
|
-
}
|
|
2156
|
-
.w1vvwdlp .right {
|
|
2157
|
-
padding-left: 44px;
|
|
2158
|
-
}
|
|
2159
|
-
.w1vvwdlp .middle {
|
|
2160
|
-
margin-bottom: 40px;
|
|
2161
|
-
flex-grow: 0;
|
|
2162
|
-
flex-shrink: 0;
|
|
2163
|
-
flex-basis: 58%;
|
|
2164
|
-
}
|
|
2165
|
-
.w1vvwdlp .middle .form-base-field {
|
|
2166
|
-
width: 100%;
|
|
2167
|
-
}
|
|
2168
|
-
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2169
|
-
width: auto;
|
|
2170
|
-
}
|
|
2171
|
-
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2172
|
-
flex: initial;
|
|
2173
|
-
}
|
|
2174
|
-
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2175
|
-
margin-top: 4px;
|
|
2176
|
-
}
|
|
2177
|
-
.w1vvwdlp .ant-steps-item-icon,
|
|
2178
|
-
.w1vvwdlp .ant-steps-item-tail {
|
|
2179
|
-
display: none !important;
|
|
2180
|
-
}
|
|
2181
|
-
.w1vvwdlp .ant-steps-item-container {
|
|
2182
|
-
padding: 0 15px;
|
|
2183
|
-
border-radius: 4px;
|
|
2184
|
-
height: 32px;
|
|
2185
|
-
display: flex;
|
|
2186
|
-
align-items: center;
|
|
2187
|
-
}
|
|
2188
|
-
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
2189
|
-
min-height: auto;
|
|
2190
|
-
white-space: nowrap;
|
|
2191
|
-
}
|
|
2192
|
-
.w1vvwdlp .ant-steps-item-description {
|
|
2193
|
-
padding-bottom: 0px;
|
|
2194
|
-
}
|
|
2195
|
-
.w1vvwdlp .ant-steps-item-title {
|
|
2196
|
-
font-size: 13px !important;
|
|
2197
|
-
line-height: 20px !important;
|
|
2198
|
-
}
|
|
2199
|
-
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2200
|
-
display: inline-block;
|
|
2201
|
-
text-align: center;
|
|
2202
|
-
width: 13px;
|
|
2203
|
-
margin-right: 12px;
|
|
2204
|
-
}
|
|
2205
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2206
|
-
background: rgba(0, 128, 255, 0.1);
|
|
2207
|
-
}
|
|
2208
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2209
|
-
color: #005ed1;
|
|
2210
|
-
}
|
|
2211
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2212
|
-
background: rgba(237, 241, 250, 0.6);
|
|
2213
|
-
}
|
|
2214
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2215
|
-
color: rgba(10, 37, 85, 0.6) !important;
|
|
2216
|
-
}
|
|
2217
|
-
.w1vvwdlp .ant-steps-item-disabled {
|
|
2218
|
-
cursor: not-allowed;
|
|
2219
|
-
}
|
|
2220
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
2221
|
-
background: rgba(237, 241, 250, 0.6);
|
|
2222
|
-
}
|
|
2223
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2224
|
-
color: #2d3a56;
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
.h1cuopx7 .ant-modal-header {
|
|
2228
|
-
margin: 0 auto;
|
|
2229
|
-
width: 100%;
|
|
2230
|
-
max-width: 648px;
|
|
2231
|
-
}
|
|
2232
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2233
|
-
margin-left: 0;
|
|
1981
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
1982
|
+
margin-left: 0;
|
|
2234
1983
|
}
|
|
2235
1984
|
.h1cuopx7 .ant-modal-body {
|
|
2236
1985
|
margin: 0 auto;
|
|
@@ -2693,100 +2442,351 @@ textarea.ipd9bk.ant-input.textarea-small {
|
|
|
2693
2442
|
min-height: 24px;
|
|
2694
2443
|
height: 24px;
|
|
2695
2444
|
}
|
|
2696
|
-
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2697
|
-
height: 40px;
|
|
2445
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2446
|
+
height: 40px;
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2450
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2451
|
+
border-radius: 4px;
|
|
2452
|
+
}
|
|
2453
|
+
.kypn5o5.input-tags {
|
|
2454
|
+
position: relative;
|
|
2455
|
+
padding: 6px;
|
|
2456
|
+
height: 32px;
|
|
2457
|
+
cursor: pointer;
|
|
2458
|
+
transition: border 150ms;
|
|
2459
|
+
}
|
|
2460
|
+
.kypn5o5.input-tags:hover {
|
|
2461
|
+
border-color: #0080ff;
|
|
2462
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2463
|
+
}
|
|
2464
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2465
|
+
padding-right: 30px;
|
|
2466
|
+
}
|
|
2467
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2468
|
+
display: flex;
|
|
2469
|
+
}
|
|
2470
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2471
|
+
display: flex;
|
|
2472
|
+
}
|
|
2473
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2474
|
+
position: absolute;
|
|
2475
|
+
right: 12px;
|
|
2476
|
+
top: 50%;
|
|
2477
|
+
transform: translateY(-50%);
|
|
2478
|
+
}
|
|
2479
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2480
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2481
|
+
font-size: 12px;
|
|
2482
|
+
cursor: pointer;
|
|
2483
|
+
}
|
|
2484
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2485
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2486
|
+
}
|
|
2487
|
+
.kypn5o5.has-focus-indicator {
|
|
2488
|
+
position: relative;
|
|
2489
|
+
overflow: hidden;
|
|
2490
|
+
}
|
|
2491
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2492
|
+
position: absolute;
|
|
2493
|
+
top: 50%;
|
|
2494
|
+
transform: translateY(-50%);
|
|
2495
|
+
left: -16px;
|
|
2496
|
+
transition: left 150ms ease;
|
|
2497
|
+
opacity: 0;
|
|
2498
|
+
}
|
|
2499
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2500
|
+
left: 8px;
|
|
2501
|
+
opacity: 1;
|
|
2502
|
+
}
|
|
2503
|
+
.kypn5o5.has-focus-indicator input {
|
|
2504
|
+
transition: margin-left 150ms ease;
|
|
2505
|
+
margin-left: 0px;
|
|
2506
|
+
}
|
|
2507
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2508
|
+
margin-left: 16px;
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
input.l1ki27se.ant-input {
|
|
2512
|
+
border-top-right-radius: 0;
|
|
2513
|
+
border-bottom-right-radius: 0;
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2517
|
+
border-top-right-radius: 0;
|
|
2518
|
+
border-bottom-right-radius: 0;
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
input.rrg1fkn.ant-input {
|
|
2522
|
+
border-top-left-radius: 0;
|
|
2523
|
+
border-bottom-left-radius: 0;
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2526
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2527
|
+
border-top-left-radius: 0;
|
|
2528
|
+
border-bottom-left-radius: 0;
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2532
|
+
border-top-right-radius: 0;
|
|
2533
|
+
border-bottom-right-radius: 0;
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2537
|
+
border-top-left-radius: 0;
|
|
2538
|
+
border-bottom-left-radius: 0;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2542
|
+
flex-direction: row;
|
|
2543
|
+
justify-content: stretch;
|
|
2544
|
+
}
|
|
2545
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2546
|
+
padding: 0;
|
|
2547
|
+
margin-right: 4px;
|
|
2548
|
+
flex: 1;
|
|
2549
|
+
overflow: visible;
|
|
2550
|
+
}
|
|
2551
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2552
|
+
display: none;
|
|
2553
|
+
}
|
|
2554
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2555
|
+
width: 100%;
|
|
2556
|
+
min-height: unset;
|
|
2557
|
+
}
|
|
2558
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2559
|
+
height: 26px;
|
|
2560
|
+
line-height: 26px;
|
|
2561
|
+
width: 100%;
|
|
2562
|
+
text-align: center;
|
|
2563
|
+
padding: 0;
|
|
2564
|
+
font-size: 12px;
|
|
2565
|
+
font-weight: normal;
|
|
2566
|
+
}
|
|
2567
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2568
|
+
margin-right: 10px;
|
|
2569
|
+
}
|
|
2570
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2571
|
+
display: none;
|
|
2572
|
+
}
|
|
2573
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2574
|
+
border-radius: 4px 0 0 4px;
|
|
2575
|
+
}
|
|
2576
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2577
|
+
margin-right: 0;
|
|
2578
|
+
}
|
|
2579
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2580
|
+
border-radius: 0 4px 4px 0;
|
|
2581
|
+
}
|
|
2582
|
+
.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 {
|
|
2583
|
+
content: "";
|
|
2584
|
+
width: 0;
|
|
2585
|
+
height: 0;
|
|
2586
|
+
border: 13px solid transparent;
|
|
2587
|
+
position: absolute;
|
|
2588
|
+
top: 0;
|
|
2589
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2590
|
+
right: -21px;
|
|
2591
|
+
z-index: 2;
|
|
2592
|
+
}
|
|
2593
|
+
.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 {
|
|
2594
|
+
content: "";
|
|
2595
|
+
width: 0;
|
|
2596
|
+
height: 0;
|
|
2597
|
+
border: 13px solid transparent;
|
|
2598
|
+
position: absolute;
|
|
2599
|
+
top: 0;
|
|
2600
|
+
border-left: 8px solid #fff;
|
|
2601
|
+
left: 0;
|
|
2602
|
+
}
|
|
2603
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2604
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2605
|
+
}
|
|
2606
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2607
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2608
|
+
}
|
|
2609
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2610
|
+
color: #005ed1;
|
|
2611
|
+
}
|
|
2612
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2613
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2614
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2615
|
+
}
|
|
2616
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2617
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2618
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2619
|
+
}
|
|
2620
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2621
|
+
padding: 0;
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
.bpq0js6 {
|
|
2625
|
+
padding: 4px 11px;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
.b15sn34c {
|
|
2629
|
+
white-space: nowrap;
|
|
2630
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2631
|
+
}
|
|
2632
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2633
|
+
--color: #0080ff;
|
|
2634
|
+
}
|
|
2635
|
+
.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] {
|
|
2636
|
+
--color: #0080ff;
|
|
2637
|
+
}
|
|
2638
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2639
|
+
margin-left: 1px;
|
|
2640
|
+
}
|
|
2641
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2642
|
+
border-top-right-radius: 0;
|
|
2643
|
+
border-bottom-right-radius: 0;
|
|
2644
|
+
}
|
|
2645
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2646
|
+
border-top-left-radius: 0;
|
|
2647
|
+
border-bottom-left-radius: 0;
|
|
2648
|
+
}
|
|
2649
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2650
|
+
border-radius: unset;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.i1mrf09m {
|
|
2654
|
+
display: inline-flex;
|
|
2655
|
+
align-items: center;
|
|
2656
|
+
}
|
|
2657
|
+
.i1mrf09m .icon-inner {
|
|
2658
|
+
display: inline-flex;
|
|
2659
|
+
align-items: center;
|
|
2660
|
+
justify-content: center;
|
|
2661
|
+
}
|
|
2662
|
+
.i1mrf09m .icon-inner + span,
|
|
2663
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2664
|
+
margin-left: 4px;
|
|
2665
|
+
}
|
|
2666
|
+
.i1mrf09m.is-rotate img,
|
|
2667
|
+
.i1mrf09m.is-rotate svg {
|
|
2668
|
+
animation: rotate 680ms linear infinite;
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
.s34f1qb.ant-switch {
|
|
2672
|
+
min-width: 40px;
|
|
2673
|
+
height: 24px;
|
|
2674
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2675
|
+
overflow: hidden;
|
|
2676
|
+
}
|
|
2677
|
+
.s34f1qb.ant-switch:focus {
|
|
2678
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2679
|
+
}
|
|
2680
|
+
.s34f1qb.ant-switch-small {
|
|
2681
|
+
min-width: 26px;
|
|
2682
|
+
height: 16px;
|
|
2683
|
+
}
|
|
2684
|
+
.s34f1qb.ant-switch-large {
|
|
2685
|
+
min-width: 52px;
|
|
2686
|
+
height: 32px;
|
|
2687
|
+
}
|
|
2688
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2689
|
+
height: 20px;
|
|
2690
|
+
width: 20px;
|
|
2691
|
+
}
|
|
2692
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2693
|
+
border-radius: 10px;
|
|
2694
|
+
transition-delay: 120ms;
|
|
2695
|
+
}
|
|
2696
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2697
|
+
height: 14px;
|
|
2698
|
+
width: 14px;
|
|
2699
|
+
top: 1px;
|
|
2700
|
+
left: 1px;
|
|
2701
|
+
}
|
|
2702
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2703
|
+
height: 28px;
|
|
2704
|
+
width: 28px;
|
|
2705
|
+
}
|
|
2706
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2707
|
+
border-radius: 14px;
|
|
2698
2708
|
}
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2702
|
-
border-radius: 4px;
|
|
2709
|
+
.s34f1qb.ant-switch-checked {
|
|
2710
|
+
background-color: #00ba5d;
|
|
2703
2711
|
}
|
|
2704
|
-
.
|
|
2705
|
-
|
|
2706
|
-
padding: 6px;
|
|
2707
|
-
height: 32px;
|
|
2708
|
-
cursor: pointer;
|
|
2709
|
-
transition: border 150ms;
|
|
2712
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2713
|
+
left: calc(100% - 20px - 2px);
|
|
2710
2714
|
}
|
|
2711
|
-
.
|
|
2712
|
-
|
|
2713
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2715
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2716
|
+
left: calc(100% - 14px - 1px);
|
|
2714
2717
|
}
|
|
2715
|
-
.
|
|
2716
|
-
|
|
2718
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2719
|
+
left: calc(100% - 28px - 2px);
|
|
2717
2720
|
}
|
|
2718
|
-
|
|
2719
|
-
|
|
2721
|
+
|
|
2722
|
+
.c1to9vb9 {
|
|
2723
|
+
margin-left: 5px;
|
|
2720
2724
|
}
|
|
2721
|
-
|
|
2722
|
-
|
|
2725
|
+
|
|
2726
|
+
.obf05yr {
|
|
2727
|
+
display: inline-block;
|
|
2723
2728
|
}
|
|
2724
|
-
|
|
2729
|
+
|
|
2730
|
+
.hsms1n6 {
|
|
2731
|
+
visibility: hidden;
|
|
2725
2732
|
position: absolute;
|
|
2726
|
-
right: 12px;
|
|
2727
|
-
top: 50%;
|
|
2728
|
-
transform: translateY(-50%);
|
|
2729
2733
|
}
|
|
2730
|
-
|
|
2731
|
-
|
|
2734
|
+
|
|
2735
|
+
.p12gwtiw {
|
|
2736
|
+
display: flex;
|
|
2737
|
+
justify-content: space-between;
|
|
2738
|
+
align-items: center;
|
|
2739
|
+
padding: 10px 0;
|
|
2740
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2732
2741
|
font-size: 12px;
|
|
2733
|
-
|
|
2734
|
-
}
|
|
2735
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2736
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2742
|
+
line-height: 24px;
|
|
2737
2743
|
}
|
|
2738
|
-
.
|
|
2739
|
-
|
|
2740
|
-
overflow: hidden;
|
|
2744
|
+
.p12gwtiw .pagination-left {
|
|
2745
|
+
padding: 2px 8px;
|
|
2741
2746
|
}
|
|
2742
|
-
.
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
transition:
|
|
2748
|
-
opacity: 0;
|
|
2747
|
+
.p12gwtiw .dropdown-trigger {
|
|
2748
|
+
display: flex;
|
|
2749
|
+
align-items: center;
|
|
2750
|
+
border-radius: 6px;
|
|
2751
|
+
cursor: pointer;
|
|
2752
|
+
transition: all 0.3s ease;
|
|
2749
2753
|
}
|
|
2750
|
-
.
|
|
2751
|
-
|
|
2752
|
-
|
|
2754
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2755
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2756
|
+
color: #0080ff;
|
|
2753
2757
|
}
|
|
2754
|
-
.
|
|
2755
|
-
|
|
2756
|
-
margin-left: 0px;
|
|
2758
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2759
|
+
margin-left: 4px;
|
|
2757
2760
|
}
|
|
2758
|
-
.
|
|
2759
|
-
|
|
2761
|
+
.p12gwtiw .pagination-right {
|
|
2762
|
+
display: flex;
|
|
2763
|
+
align-items: center;
|
|
2764
|
+
color: #0080ff;
|
|
2765
|
+
font-weight: bold;
|
|
2760
2766
|
}
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
border-top-right-radius: 0;
|
|
2764
|
-
border-bottom-right-radius: 0;
|
|
2767
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2768
|
+
margin-left: 4px;
|
|
2765
2769
|
}
|
|
2766
|
-
|
|
2767
|
-
.
|
|
2768
|
-
|
|
2769
|
-
border-bottom-right-radius: 0;
|
|
2770
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2771
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2772
|
+
padding: 0 8px;
|
|
2770
2773
|
}
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
border-bottom-left-radius: 0;
|
|
2774
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2775
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2776
|
+
color: #0080ff;
|
|
2775
2777
|
}
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
border-top-left-radius: 0;
|
|
2779
|
-
border-bottom-left-radius: 0;
|
|
2778
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2779
|
+
transform: rotate(180deg);
|
|
2780
2780
|
}
|
|
2781
2781
|
|
|
2782
|
-
.
|
|
2783
|
-
|
|
2784
|
-
|
|
2782
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2783
|
+
max-height: calc(100vh - 128px);
|
|
2784
|
+
overflow-y: auto;
|
|
2785
2785
|
}
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2786
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2787
|
+
padding: 4px 20px;
|
|
2788
|
+
font-size: 12px;
|
|
2789
|
+
line-height: 18px;
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
2792
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -3925,20 +3925,6 @@ input.rrg1fkn.ant-input {
|
|
|
3925
3925
|
margin-left: 24px;
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3929
|
-
display: flex;
|
|
3930
|
-
}
|
|
3931
|
-
|
|
3932
|
-
.igz4le8 {
|
|
3933
|
-
height: 24px;
|
|
3934
|
-
width: 56px !important;
|
|
3935
|
-
margin-right: 4px;
|
|
3936
|
-
}
|
|
3937
|
-
|
|
3938
|
-
.c1riexje {
|
|
3939
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3940
|
-
}
|
|
3941
|
-
|
|
3942
3928
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3943
3929
|
border-radius: 6px;
|
|
3944
3930
|
}
|
|
@@ -3994,6 +3980,20 @@ input.rrg1fkn.ant-input {
|
|
|
3994
3980
|
transform: rotate(180deg);
|
|
3995
3981
|
}
|
|
3996
3982
|
|
|
3983
|
+
.igz4le8 {
|
|
3984
|
+
height: 24px;
|
|
3985
|
+
width: 56px !important;
|
|
3986
|
+
margin-right: 4px;
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
.c1riexje {
|
|
3990
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3994
|
+
display: flex;
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
3997
|
.m1thnes4 {
|
|
3998
3998
|
color: rgba(44, 56, 82, 0.6);
|
|
3999
3999
|
text-align: center;
|
|
@@ -4185,6 +4185,52 @@ input.rrg1fkn.ant-input {
|
|
|
4185
4185
|
background: rgba(163, 180, 204, 0.18);
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4189
|
+
display: var(--at4ovwe-0);
|
|
4190
|
+
}
|
|
4191
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4192
|
+
padding: 5px 12px;
|
|
4193
|
+
display: inline-flex;
|
|
4194
|
+
line-height: 1.5715;
|
|
4195
|
+
height: 100%;
|
|
4196
|
+
width: 100%;
|
|
4197
|
+
}
|
|
4198
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4199
|
+
content: var(--at4ovwe-1);
|
|
4200
|
+
display: var(--at4ovwe-2);
|
|
4201
|
+
flex: none;
|
|
4202
|
+
align-items: center;
|
|
4203
|
+
margin-left: 4px;
|
|
4204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4205
|
+
}
|
|
4206
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4207
|
+
content: var(--at4ovwe-3);
|
|
4208
|
+
display: var(--at4ovwe-4);
|
|
4209
|
+
flex: none;
|
|
4210
|
+
align-items: center;
|
|
4211
|
+
margin-right: 4px;
|
|
4212
|
+
cursor: auto;
|
|
4213
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4214
|
+
}
|
|
4215
|
+
.at4ovwe.ant-input-number {
|
|
4216
|
+
width: 100%;
|
|
4217
|
+
border-radius: 6px;
|
|
4218
|
+
}
|
|
4219
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4220
|
+
border-color: #0096ff;
|
|
4221
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4222
|
+
}
|
|
4223
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4224
|
+
border-color: #e75a3a;
|
|
4225
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4226
|
+
}
|
|
4227
|
+
.at4ovwe .ant-input-number-input {
|
|
4228
|
+
padding: 0;
|
|
4229
|
+
margin: 0;
|
|
4230
|
+
height: auto;
|
|
4231
|
+
font-size: inherit;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4188
4234
|
.tc40oxa {
|
|
4189
4235
|
margin-bottom: 4px;
|
|
4190
4236
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4381,52 +4427,6 @@ input.rrg1fkn.ant-input {
|
|
|
4381
4427
|
margin-right: 8px;
|
|
4382
4428
|
}
|
|
4383
4429
|
|
|
4384
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4385
|
-
display: var(--at4ovwe-0);
|
|
4386
|
-
}
|
|
4387
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4388
|
-
padding: 5px 12px;
|
|
4389
|
-
display: inline-flex;
|
|
4390
|
-
line-height: 1.5715;
|
|
4391
|
-
height: 100%;
|
|
4392
|
-
width: 100%;
|
|
4393
|
-
}
|
|
4394
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4395
|
-
content: var(--at4ovwe-1);
|
|
4396
|
-
display: var(--at4ovwe-2);
|
|
4397
|
-
flex: none;
|
|
4398
|
-
align-items: center;
|
|
4399
|
-
margin-left: 4px;
|
|
4400
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4401
|
-
}
|
|
4402
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4403
|
-
content: var(--at4ovwe-3);
|
|
4404
|
-
display: var(--at4ovwe-4);
|
|
4405
|
-
flex: none;
|
|
4406
|
-
align-items: center;
|
|
4407
|
-
margin-right: 4px;
|
|
4408
|
-
cursor: auto;
|
|
4409
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
-
}
|
|
4411
|
-
.at4ovwe.ant-input-number {
|
|
4412
|
-
width: 100%;
|
|
4413
|
-
border-radius: 6px;
|
|
4414
|
-
}
|
|
4415
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4416
|
-
border-color: #0096ff;
|
|
4417
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4418
|
-
}
|
|
4419
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4420
|
-
border-color: #e75a3a;
|
|
4421
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4422
|
-
}
|
|
4423
|
-
.at4ovwe .ant-input-number-input {
|
|
4424
|
-
padding: 0;
|
|
4425
|
-
margin: 0;
|
|
4426
|
-
height: auto;
|
|
4427
|
-
font-size: inherit;
|
|
4428
|
-
}
|
|
4429
|
-
|
|
4430
4430
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4431
4431
|
display: var(--a6dbbkm-0);
|
|
4432
4432
|
}
|