@cloudtower/eagle 0.25.7 → 0.25.8
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 +333 -327
- package/dist/esm/index.js +11 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1860 -1854
- package/dist/umd/index.js +11 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1797,6 +1797,21 @@ body {
|
|
|
1797
1797
|
padding: 0;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
+
.fde5mpd {
|
|
1801
|
+
width: 100%;
|
|
1802
|
+
height: 100%;
|
|
1803
|
+
min-height: 124px;
|
|
1804
|
+
display: flex;
|
|
1805
|
+
flex-direction: column;
|
|
1806
|
+
justify-content: center;
|
|
1807
|
+
align-items: center;
|
|
1808
|
+
}
|
|
1809
|
+
.fde5mpd .error-text {
|
|
1810
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1811
|
+
margin-bottom: 16px;
|
|
1812
|
+
font-size: 18px;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1800
1815
|
.bpq0js6 {
|
|
1801
1816
|
padding: 4px 11px;
|
|
1802
1817
|
}
|
|
@@ -1826,19 +1841,17 @@ body {
|
|
|
1826
1841
|
border-radius: unset;
|
|
1827
1842
|
}
|
|
1828
1843
|
|
|
1829
|
-
.
|
|
1830
|
-
|
|
1831
|
-
height:
|
|
1832
|
-
|
|
1844
|
+
.iap75of {
|
|
1845
|
+
height: 18px;
|
|
1846
|
+
line-height: 18px;
|
|
1847
|
+
padding: 0 4px;
|
|
1848
|
+
border-radius: 4px;
|
|
1849
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1850
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1833
1851
|
display: flex;
|
|
1834
|
-
flex-direction: column;
|
|
1835
|
-
justify-content: center;
|
|
1836
1852
|
align-items: center;
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1840
|
-
margin-bottom: 16px;
|
|
1841
|
-
font-size: 18px;
|
|
1853
|
+
white-space: nowrap;
|
|
1854
|
+
margin-right: 4px;
|
|
1842
1855
|
}
|
|
1843
1856
|
|
|
1844
1857
|
.i1mrf09m {
|
|
@@ -1859,310 +1872,6 @@ body {
|
|
|
1859
1872
|
animation: rotate 680ms linear infinite;
|
|
1860
1873
|
}
|
|
1861
1874
|
|
|
1862
|
-
.iap75of {
|
|
1863
|
-
height: 18px;
|
|
1864
|
-
line-height: 18px;
|
|
1865
|
-
padding: 0 4px;
|
|
1866
|
-
border-radius: 4px;
|
|
1867
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1868
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1869
|
-
display: flex;
|
|
1870
|
-
align-items: center;
|
|
1871
|
-
white-space: nowrap;
|
|
1872
|
-
margin-right: 4px;
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.obf05yr {
|
|
1876
|
-
display: inline-block;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.hsms1n6 {
|
|
1880
|
-
visibility: hidden;
|
|
1881
|
-
position: absolute;
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
.p12gwtiw {
|
|
1885
|
-
display: flex;
|
|
1886
|
-
justify-content: space-between;
|
|
1887
|
-
align-items: center;
|
|
1888
|
-
padding: 10px 0;
|
|
1889
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1890
|
-
font-size: 12px;
|
|
1891
|
-
line-height: 24px;
|
|
1892
|
-
}
|
|
1893
|
-
.p12gwtiw .pagination-left {
|
|
1894
|
-
padding: 2px 8px;
|
|
1895
|
-
}
|
|
1896
|
-
.p12gwtiw .dropdown-trigger {
|
|
1897
|
-
display: flex;
|
|
1898
|
-
align-items: center;
|
|
1899
|
-
border-radius: 6px;
|
|
1900
|
-
cursor: pointer;
|
|
1901
|
-
transition: all 0.3s ease;
|
|
1902
|
-
}
|
|
1903
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1904
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1905
|
-
color: #0080ff;
|
|
1906
|
-
}
|
|
1907
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1908
|
-
margin-left: 4px;
|
|
1909
|
-
}
|
|
1910
|
-
.p12gwtiw .pagination-right {
|
|
1911
|
-
display: flex;
|
|
1912
|
-
align-items: center;
|
|
1913
|
-
color: #0080ff;
|
|
1914
|
-
font-weight: bold;
|
|
1915
|
-
}
|
|
1916
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1917
|
-
margin-left: 4px;
|
|
1918
|
-
}
|
|
1919
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1920
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1921
|
-
padding: 0 8px;
|
|
1922
|
-
}
|
|
1923
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1924
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1925
|
-
color: #0080ff;
|
|
1926
|
-
}
|
|
1927
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1928
|
-
transform: rotate(180deg);
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1932
|
-
max-height: calc(100vh - 128px);
|
|
1933
|
-
overflow-y: auto;
|
|
1934
|
-
}
|
|
1935
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1936
|
-
padding: 4px 20px;
|
|
1937
|
-
font-size: 12px;
|
|
1938
|
-
line-height: 18px;
|
|
1939
|
-
}
|
|
1940
|
-
|
|
1941
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
1942
|
-
display: inline-flex;
|
|
1943
|
-
align-items: baseline;
|
|
1944
|
-
white-space: pre-wrap;
|
|
1945
|
-
}
|
|
1946
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1947
|
-
position: relative;
|
|
1948
|
-
top: 3px;
|
|
1949
|
-
}
|
|
1950
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1951
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1952
|
-
}
|
|
1953
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1954
|
-
border-color: #0080ff;
|
|
1955
|
-
}
|
|
1956
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1957
|
-
border-color: #0080ff;
|
|
1958
|
-
background: #0080ff;
|
|
1959
|
-
}
|
|
1960
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1961
|
-
top: 4px;
|
|
1962
|
-
left: 4px;
|
|
1963
|
-
width: 6px;
|
|
1964
|
-
height: 6px;
|
|
1965
|
-
background: #fff;
|
|
1966
|
-
}
|
|
1967
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1968
|
-
opacity: 0.5;
|
|
1969
|
-
}
|
|
1970
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1971
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1972
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1973
|
-
}
|
|
1974
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1975
|
-
background: #00122e;
|
|
1976
|
-
}
|
|
1977
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1978
|
-
color: #00122e;
|
|
1979
|
-
opacity: 0.5;
|
|
1980
|
-
}
|
|
1981
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1982
|
-
color: #00122e;
|
|
1983
|
-
}
|
|
1984
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1985
|
-
display: inline-block;
|
|
1986
|
-
padding: 0;
|
|
1987
|
-
padding-left: 12px;
|
|
1988
|
-
}
|
|
1989
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1990
|
-
margin-bottom: 0;
|
|
1991
|
-
white-space: pre-wrap;
|
|
1992
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1993
|
-
}
|
|
1994
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1995
|
-
padding-left: 8px;
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1999
|
-
border-radius: 5px 0 0 5px;
|
|
2000
|
-
}
|
|
2001
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2002
|
-
border-radius: 0 5px 5px 0;
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
.r1f0aqcc {
|
|
2006
|
-
color: #00122e;
|
|
2007
|
-
border-color: #ccd4e3;
|
|
2008
|
-
}
|
|
2009
|
-
.r1f0aqcc:first-child {
|
|
2010
|
-
color: #00122e;
|
|
2011
|
-
border-color: #a3b4cc;
|
|
2012
|
-
}
|
|
2013
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2014
|
-
padding: 0 12px;
|
|
2015
|
-
line-height: 32px;
|
|
2016
|
-
height: 32px;
|
|
2017
|
-
}
|
|
2018
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2019
|
-
white-space: nowrap;
|
|
2020
|
-
}
|
|
2021
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2022
|
-
background: #ccd4e3;
|
|
2023
|
-
}
|
|
2024
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2025
|
-
background: #0080ff;
|
|
2026
|
-
}
|
|
2027
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2028
|
-
background: #ccd4e3;
|
|
2029
|
-
opacity: 0.5;
|
|
2030
|
-
}
|
|
2031
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2032
|
-
border-right-color: #0080ff;
|
|
2033
|
-
}
|
|
2034
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2035
|
-
border-color: #0080ff;
|
|
2036
|
-
}
|
|
2037
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2038
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2039
|
-
}
|
|
2040
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2041
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2042
|
-
border-color: #ccd4e3;
|
|
2043
|
-
opacity: 0.5;
|
|
2044
|
-
}
|
|
2045
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2046
|
-
color: #00122e;
|
|
2047
|
-
border-color: #ccd4e3;
|
|
2048
|
-
}
|
|
2049
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2050
|
-
color: #00122e;
|
|
2051
|
-
border-color: #ccd4e3;
|
|
2052
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2053
|
-
}
|
|
2054
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2055
|
-
margin-right: 8px;
|
|
2056
|
-
display: inline;
|
|
2057
|
-
border: none;
|
|
2058
|
-
padding: 0;
|
|
2059
|
-
width: 36px;
|
|
2060
|
-
background: transparent;
|
|
2061
|
-
}
|
|
2062
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2063
|
-
box-shadow: none;
|
|
2064
|
-
}
|
|
2065
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2066
|
-
margin-right: 0;
|
|
2067
|
-
width: initial;
|
|
2068
|
-
box-shadow: none;
|
|
2069
|
-
}
|
|
2070
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2071
|
-
display: none;
|
|
2072
|
-
}
|
|
2073
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2074
|
-
display: inline;
|
|
2075
|
-
}
|
|
2076
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2077
|
-
display: inline;
|
|
2078
|
-
margin-right: 8px;
|
|
2079
|
-
padding: 0;
|
|
2080
|
-
width: 36px;
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2084
|
-
flex-direction: row;
|
|
2085
|
-
justify-content: stretch;
|
|
2086
|
-
}
|
|
2087
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2088
|
-
padding: 0;
|
|
2089
|
-
margin-right: 4px;
|
|
2090
|
-
flex: 1;
|
|
2091
|
-
overflow: visible;
|
|
2092
|
-
}
|
|
2093
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2094
|
-
display: none;
|
|
2095
|
-
}
|
|
2096
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2097
|
-
width: 100%;
|
|
2098
|
-
min-height: unset;
|
|
2099
|
-
}
|
|
2100
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2101
|
-
height: 26px;
|
|
2102
|
-
line-height: 26px;
|
|
2103
|
-
width: 100%;
|
|
2104
|
-
text-align: center;
|
|
2105
|
-
padding: 0;
|
|
2106
|
-
font-size: 12px;
|
|
2107
|
-
font-weight: normal;
|
|
2108
|
-
}
|
|
2109
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2110
|
-
margin-right: 10px;
|
|
2111
|
-
}
|
|
2112
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2113
|
-
display: none;
|
|
2114
|
-
}
|
|
2115
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2116
|
-
border-radius: 4px 0 0 4px;
|
|
2117
|
-
}
|
|
2118
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2119
|
-
margin-right: 0;
|
|
2120
|
-
}
|
|
2121
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2122
|
-
border-radius: 0 4px 4px 0;
|
|
2123
|
-
}
|
|
2124
|
-
.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 {
|
|
2125
|
-
content: "";
|
|
2126
|
-
width: 0;
|
|
2127
|
-
height: 0;
|
|
2128
|
-
border: 13px solid transparent;
|
|
2129
|
-
position: absolute;
|
|
2130
|
-
top: 0;
|
|
2131
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2132
|
-
right: -21px;
|
|
2133
|
-
z-index: 2;
|
|
2134
|
-
}
|
|
2135
|
-
.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 {
|
|
2136
|
-
content: "";
|
|
2137
|
-
width: 0;
|
|
2138
|
-
height: 0;
|
|
2139
|
-
border: 13px solid transparent;
|
|
2140
|
-
position: absolute;
|
|
2141
|
-
top: 0;
|
|
2142
|
-
border-left: 8px solid #fff;
|
|
2143
|
-
left: 0;
|
|
2144
|
-
}
|
|
2145
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2146
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2147
|
-
}
|
|
2148
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2149
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2150
|
-
}
|
|
2151
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2152
|
-
color: #005ed1;
|
|
2153
|
-
}
|
|
2154
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2155
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2156
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2157
|
-
}
|
|
2158
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2159
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2160
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2161
|
-
}
|
|
2162
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2163
|
-
padding: 0;
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
1875
|
.cz04yix {
|
|
2167
1876
|
display: flex;
|
|
2168
1877
|
flex-direction: column;
|
|
@@ -2813,19 +2522,85 @@ input.rrg1fkn.ant-input {
|
|
|
2813
2522
|
border-bottom-left-radius: 0;
|
|
2814
2523
|
}
|
|
2815
2524
|
|
|
2816
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2817
|
-
border-top-left-radius: 0;
|
|
2818
|
-
border-bottom-left-radius: 0;
|
|
2525
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2526
|
+
border-top-left-radius: 0;
|
|
2527
|
+
border-bottom-left-radius: 0;
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2531
|
+
border-top-right-radius: 0;
|
|
2532
|
+
border-bottom-right-radius: 0;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2536
|
+
border-top-left-radius: 0;
|
|
2537
|
+
border-bottom-left-radius: 0;
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
.p12gwtiw {
|
|
2541
|
+
display: flex;
|
|
2542
|
+
justify-content: space-between;
|
|
2543
|
+
align-items: center;
|
|
2544
|
+
padding: 10px 0;
|
|
2545
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2546
|
+
font-size: 12px;
|
|
2547
|
+
line-height: 24px;
|
|
2548
|
+
}
|
|
2549
|
+
.p12gwtiw .pagination-left {
|
|
2550
|
+
padding: 2px 8px;
|
|
2551
|
+
}
|
|
2552
|
+
.p12gwtiw .dropdown-trigger {
|
|
2553
|
+
display: flex;
|
|
2554
|
+
align-items: center;
|
|
2555
|
+
border-radius: 6px;
|
|
2556
|
+
cursor: pointer;
|
|
2557
|
+
transition: all 0.3s ease;
|
|
2558
|
+
}
|
|
2559
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2560
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2561
|
+
color: #0080ff;
|
|
2562
|
+
}
|
|
2563
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2564
|
+
margin-left: 4px;
|
|
2565
|
+
}
|
|
2566
|
+
.p12gwtiw .pagination-right {
|
|
2567
|
+
display: flex;
|
|
2568
|
+
align-items: center;
|
|
2569
|
+
color: #0080ff;
|
|
2570
|
+
font-weight: bold;
|
|
2571
|
+
}
|
|
2572
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2573
|
+
margin-left: 4px;
|
|
2574
|
+
}
|
|
2575
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2576
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2577
|
+
padding: 0 8px;
|
|
2578
|
+
}
|
|
2579
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2580
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2581
|
+
color: #0080ff;
|
|
2582
|
+
}
|
|
2583
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2584
|
+
transform: rotate(180deg);
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2588
|
+
max-height: calc(100vh - 128px);
|
|
2589
|
+
overflow-y: auto;
|
|
2590
|
+
}
|
|
2591
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2592
|
+
padding: 4px 20px;
|
|
2593
|
+
font-size: 12px;
|
|
2594
|
+
line-height: 18px;
|
|
2819
2595
|
}
|
|
2820
2596
|
|
|
2821
|
-
.
|
|
2822
|
-
|
|
2823
|
-
border-bottom-right-radius: 0;
|
|
2597
|
+
.obf05yr {
|
|
2598
|
+
display: inline-block;
|
|
2824
2599
|
}
|
|
2825
2600
|
|
|
2826
|
-
.
|
|
2827
|
-
|
|
2828
|
-
|
|
2601
|
+
.hsms1n6 {
|
|
2602
|
+
visibility: hidden;
|
|
2603
|
+
position: absolute;
|
|
2829
2604
|
}
|
|
2830
2605
|
|
|
2831
2606
|
.s34f1qb.ant-switch {
|
|
@@ -2883,6 +2658,231 @@ input.rrg1fkn.ant-input {
|
|
|
2883
2658
|
margin-left: 5px;
|
|
2884
2659
|
}
|
|
2885
2660
|
|
|
2661
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2662
|
+
display: inline-flex;
|
|
2663
|
+
align-items: baseline;
|
|
2664
|
+
white-space: pre-wrap;
|
|
2665
|
+
}
|
|
2666
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2667
|
+
position: relative;
|
|
2668
|
+
top: 3px;
|
|
2669
|
+
}
|
|
2670
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2671
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2672
|
+
}
|
|
2673
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2674
|
+
border-color: #0080ff;
|
|
2675
|
+
}
|
|
2676
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2677
|
+
border-color: #0080ff;
|
|
2678
|
+
background: #0080ff;
|
|
2679
|
+
}
|
|
2680
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2681
|
+
top: 4px;
|
|
2682
|
+
left: 4px;
|
|
2683
|
+
width: 6px;
|
|
2684
|
+
height: 6px;
|
|
2685
|
+
background: #fff;
|
|
2686
|
+
}
|
|
2687
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2688
|
+
opacity: 0.5;
|
|
2689
|
+
}
|
|
2690
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2691
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2692
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2693
|
+
}
|
|
2694
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2695
|
+
background: #00122e;
|
|
2696
|
+
}
|
|
2697
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2698
|
+
color: #00122e;
|
|
2699
|
+
opacity: 0.5;
|
|
2700
|
+
}
|
|
2701
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2702
|
+
color: #00122e;
|
|
2703
|
+
}
|
|
2704
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2705
|
+
display: inline-block;
|
|
2706
|
+
padding: 0;
|
|
2707
|
+
padding-left: 12px;
|
|
2708
|
+
}
|
|
2709
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2710
|
+
margin-bottom: 0;
|
|
2711
|
+
white-space: pre-wrap;
|
|
2712
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2713
|
+
}
|
|
2714
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2715
|
+
padding-left: 8px;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2719
|
+
border-radius: 5px 0 0 5px;
|
|
2720
|
+
}
|
|
2721
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2722
|
+
border-radius: 0 5px 5px 0;
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2725
|
+
.r1f0aqcc {
|
|
2726
|
+
color: #00122e;
|
|
2727
|
+
border-color: #ccd4e3;
|
|
2728
|
+
}
|
|
2729
|
+
.r1f0aqcc:first-child {
|
|
2730
|
+
color: #00122e;
|
|
2731
|
+
border-color: #a3b4cc;
|
|
2732
|
+
}
|
|
2733
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2734
|
+
padding: 0 12px;
|
|
2735
|
+
line-height: 32px;
|
|
2736
|
+
height: 32px;
|
|
2737
|
+
}
|
|
2738
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2739
|
+
white-space: nowrap;
|
|
2740
|
+
}
|
|
2741
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2742
|
+
background: #ccd4e3;
|
|
2743
|
+
}
|
|
2744
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2745
|
+
background: #0080ff;
|
|
2746
|
+
}
|
|
2747
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2748
|
+
background: #ccd4e3;
|
|
2749
|
+
opacity: 0.5;
|
|
2750
|
+
}
|
|
2751
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2752
|
+
border-right-color: #0080ff;
|
|
2753
|
+
}
|
|
2754
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2755
|
+
border-color: #0080ff;
|
|
2756
|
+
}
|
|
2757
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2758
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2759
|
+
}
|
|
2760
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2761
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2762
|
+
border-color: #ccd4e3;
|
|
2763
|
+
opacity: 0.5;
|
|
2764
|
+
}
|
|
2765
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2766
|
+
color: #00122e;
|
|
2767
|
+
border-color: #ccd4e3;
|
|
2768
|
+
}
|
|
2769
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2770
|
+
color: #00122e;
|
|
2771
|
+
border-color: #ccd4e3;
|
|
2772
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2773
|
+
}
|
|
2774
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2775
|
+
margin-right: 8px;
|
|
2776
|
+
display: inline;
|
|
2777
|
+
border: none;
|
|
2778
|
+
padding: 0;
|
|
2779
|
+
width: 36px;
|
|
2780
|
+
background: transparent;
|
|
2781
|
+
}
|
|
2782
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2783
|
+
box-shadow: none;
|
|
2784
|
+
}
|
|
2785
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2786
|
+
margin-right: 0;
|
|
2787
|
+
width: initial;
|
|
2788
|
+
box-shadow: none;
|
|
2789
|
+
}
|
|
2790
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2791
|
+
display: none;
|
|
2792
|
+
}
|
|
2793
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2794
|
+
display: inline;
|
|
2795
|
+
}
|
|
2796
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2797
|
+
display: inline;
|
|
2798
|
+
margin-right: 8px;
|
|
2799
|
+
padding: 0;
|
|
2800
|
+
width: 36px;
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2803
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2804
|
+
flex-direction: row;
|
|
2805
|
+
justify-content: stretch;
|
|
2806
|
+
}
|
|
2807
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2808
|
+
padding: 0;
|
|
2809
|
+
margin-right: 4px;
|
|
2810
|
+
flex: 1;
|
|
2811
|
+
overflow: visible;
|
|
2812
|
+
}
|
|
2813
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2814
|
+
display: none;
|
|
2815
|
+
}
|
|
2816
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2817
|
+
width: 100%;
|
|
2818
|
+
min-height: unset;
|
|
2819
|
+
}
|
|
2820
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2821
|
+
height: 26px;
|
|
2822
|
+
line-height: 26px;
|
|
2823
|
+
width: 100%;
|
|
2824
|
+
text-align: center;
|
|
2825
|
+
padding: 0;
|
|
2826
|
+
font-size: 12px;
|
|
2827
|
+
font-weight: normal;
|
|
2828
|
+
}
|
|
2829
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2830
|
+
margin-right: 10px;
|
|
2831
|
+
}
|
|
2832
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2833
|
+
display: none;
|
|
2834
|
+
}
|
|
2835
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2836
|
+
border-radius: 4px 0 0 4px;
|
|
2837
|
+
}
|
|
2838
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2839
|
+
margin-right: 0;
|
|
2840
|
+
}
|
|
2841
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2842
|
+
border-radius: 0 4px 4px 0;
|
|
2843
|
+
}
|
|
2844
|
+
.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 {
|
|
2845
|
+
content: "";
|
|
2846
|
+
width: 0;
|
|
2847
|
+
height: 0;
|
|
2848
|
+
border: 13px solid transparent;
|
|
2849
|
+
position: absolute;
|
|
2850
|
+
top: 0;
|
|
2851
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2852
|
+
right: -21px;
|
|
2853
|
+
z-index: 2;
|
|
2854
|
+
}
|
|
2855
|
+
.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 {
|
|
2856
|
+
content: "";
|
|
2857
|
+
width: 0;
|
|
2858
|
+
height: 0;
|
|
2859
|
+
border: 13px solid transparent;
|
|
2860
|
+
position: absolute;
|
|
2861
|
+
top: 0;
|
|
2862
|
+
border-left: 8px solid #fff;
|
|
2863
|
+
left: 0;
|
|
2864
|
+
}
|
|
2865
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2866
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2867
|
+
}
|
|
2868
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2869
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2870
|
+
}
|
|
2871
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2872
|
+
color: #005ed1;
|
|
2873
|
+
}
|
|
2874
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2875
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2876
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2877
|
+
}
|
|
2878
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2879
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2880
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2881
|
+
}
|
|
2882
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2883
|
+
padding: 0;
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
2886
|
.t1upn1sz {
|
|
2887
2887
|
height: 100%;
|
|
2888
2888
|
}
|
|
@@ -3259,9 +3259,6 @@ input.rrg1fkn.ant-input {
|
|
|
3259
3259
|
box-sizing: border-box;
|
|
3260
3260
|
margin-top: 8px;
|
|
3261
3261
|
}
|
|
3262
|
-
.da3mx0o .rc-virtual-list-holder-inner {
|
|
3263
|
-
top: -20px !important;
|
|
3264
|
-
}
|
|
3265
3262
|
|
|
3266
3263
|
.onr9gzt {
|
|
3267
3264
|
display: flex;
|
|
@@ -3323,6 +3320,13 @@ input.rrg1fkn.ant-input {
|
|
|
3323
3320
|
background: rgba(225, 230, 241, 0.6);
|
|
3324
3321
|
}
|
|
3325
3322
|
|
|
3323
|
+
.ohwbvxu {
|
|
3324
|
+
pointer-events: none;
|
|
3325
|
+
height: 32px;
|
|
3326
|
+
width: 100%;
|
|
3327
|
+
opacity: 0;
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3326
3330
|
.i1e4sgug {
|
|
3327
3331
|
display: inline-block;
|
|
3328
3332
|
}
|
|
@@ -4398,10 +4402,12 @@ input.rrg1fkn.ant-input {
|
|
|
4398
4402
|
.f1p9ti6d .ant-form-item-explain {
|
|
4399
4403
|
margin-top: 4px;
|
|
4400
4404
|
font-size: 12px;
|
|
4405
|
+
min-height: 0px;
|
|
4401
4406
|
}
|
|
4402
4407
|
.f1p9ti6d .ant-form-item-extra {
|
|
4403
4408
|
font-size: 12px;
|
|
4404
4409
|
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
+
min-height: 0px;
|
|
4405
4411
|
}
|
|
4406
4412
|
|
|
4407
4413
|
.a6dbbkm .ant-input-number-handler-wrap {
|