@cloudtower/eagle 0.24.8 → 0.24.9
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 +756 -756
- package/dist/esm/index.js +13 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/spec/base.d.ts +31 -0
- package/dist/style.css +288 -288
- 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,17 +1597,19 @@ 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
|
-
.
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
border-radius: 4px;
|
|
1605
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1606
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1600
|
+
.fde5mpd {
|
|
1601
|
+
width: 100%;
|
|
1602
|
+
height: 100%;
|
|
1603
|
+
min-height: 124px;
|
|
1607
1604
|
display: flex;
|
|
1605
|
+
flex-direction: column;
|
|
1606
|
+
justify-content: center;
|
|
1608
1607
|
align-items: center;
|
|
1609
|
-
|
|
1610
|
-
|
|
1608
|
+
}
|
|
1609
|
+
.fde5mpd .error-text {
|
|
1610
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
+
margin-bottom: 16px;
|
|
1612
|
+
font-size: 18px;
|
|
1611
1613
|
}
|
|
1612
1614
|
|
|
1613
1615
|
.buj61ew.ant-btn {
|
|
@@ -1858,6 +1860,19 @@ body {
|
|
|
1858
1860
|
padding: 0;
|
|
1859
1861
|
}
|
|
1860
1862
|
|
|
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;
|
|
1873
|
+
margin-right: 4px;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1861
1876
|
.bpq0js6 {
|
|
1862
1877
|
padding: 4px 11px;
|
|
1863
1878
|
}
|
|
@@ -1905,104 +1920,6 @@ body {
|
|
|
1905
1920
|
animation: rotate 680ms linear infinite;
|
|
1906
1921
|
}
|
|
1907
1922
|
|
|
1908
|
-
.fde5mpd {
|
|
1909
|
-
width: 100%;
|
|
1910
|
-
height: 100%;
|
|
1911
|
-
min-height: 124px;
|
|
1912
|
-
display: flex;
|
|
1913
|
-
flex-direction: column;
|
|
1914
|
-
justify-content: center;
|
|
1915
|
-
align-items: center;
|
|
1916
|
-
}
|
|
1917
|
-
.fde5mpd .error-text {
|
|
1918
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1919
|
-
margin-bottom: 16px;
|
|
1920
|
-
font-size: 18px;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1924
|
-
flex-direction: row;
|
|
1925
|
-
justify-content: stretch;
|
|
1926
|
-
}
|
|
1927
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1928
|
-
padding: 0;
|
|
1929
|
-
margin-right: 4px;
|
|
1930
|
-
flex: 1;
|
|
1931
|
-
overflow: visible;
|
|
1932
|
-
}
|
|
1933
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1934
|
-
display: none;
|
|
1935
|
-
}
|
|
1936
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1937
|
-
width: 100%;
|
|
1938
|
-
min-height: unset;
|
|
1939
|
-
}
|
|
1940
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1941
|
-
height: 26px;
|
|
1942
|
-
line-height: 26px;
|
|
1943
|
-
width: 100%;
|
|
1944
|
-
text-align: center;
|
|
1945
|
-
padding: 0;
|
|
1946
|
-
font-size: 12px;
|
|
1947
|
-
font-weight: normal;
|
|
1948
|
-
}
|
|
1949
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1950
|
-
margin-right: 10px;
|
|
1951
|
-
}
|
|
1952
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1953
|
-
display: none;
|
|
1954
|
-
}
|
|
1955
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1956
|
-
border-radius: 4px 0 0 4px;
|
|
1957
|
-
}
|
|
1958
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1959
|
-
margin-right: 0;
|
|
1960
|
-
}
|
|
1961
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1962
|
-
border-radius: 0 4px 4px 0;
|
|
1963
|
-
}
|
|
1964
|
-
.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 {
|
|
1965
|
-
content: "";
|
|
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;
|
|
1974
|
-
}
|
|
1975
|
-
.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 {
|
|
1976
|
-
content: "";
|
|
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;
|
|
1984
|
-
}
|
|
1985
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1986
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
1987
|
-
}
|
|
1988
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1989
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1990
|
-
}
|
|
1991
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1992
|
-
color: #005ed1;
|
|
1993
|
-
}
|
|
1994
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1995
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1996
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
1997
|
-
}
|
|
1998
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1999
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2000
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2001
|
-
}
|
|
2002
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2003
|
-
padding: 0;
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
1923
|
.obf05yr {
|
|
2007
1924
|
display: inline-block;
|
|
2008
1925
|
}
|
|
@@ -2069,59 +1986,146 @@ body {
|
|
|
2069
1986
|
line-height: 18px;
|
|
2070
1987
|
}
|
|
2071
1988
|
|
|
2072
|
-
.
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
overflow: hidden;
|
|
1989
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1990
|
+
display: inline-flex;
|
|
1991
|
+
align-items: baseline;
|
|
1992
|
+
white-space: pre-wrap;
|
|
2077
1993
|
}
|
|
2078
|
-
.
|
|
2079
|
-
|
|
1994
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1995
|
+
position: relative;
|
|
1996
|
+
top: 3px;
|
|
2080
1997
|
}
|
|
2081
|
-
.
|
|
2082
|
-
|
|
2083
|
-
height: 16px;
|
|
1998
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1999
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2084
2000
|
}
|
|
2085
|
-
.
|
|
2086
|
-
|
|
2087
|
-
height: 32px;
|
|
2001
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2002
|
+
border-color: #0080ff;
|
|
2088
2003
|
}
|
|
2089
|
-
.
|
|
2090
|
-
|
|
2091
|
-
|
|
2004
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2005
|
+
border-color: #0080ff;
|
|
2006
|
+
background: #0080ff;
|
|
2092
2007
|
}
|
|
2093
|
-
.
|
|
2094
|
-
|
|
2095
|
-
|
|
2008
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2009
|
+
top: 4px;
|
|
2010
|
+
left: 4px;
|
|
2011
|
+
width: 6px;
|
|
2012
|
+
height: 6px;
|
|
2013
|
+
background: #fff;
|
|
2096
2014
|
}
|
|
2097
|
-
.
|
|
2098
|
-
|
|
2099
|
-
width: 14px;
|
|
2100
|
-
top: 1px;
|
|
2101
|
-
left: 1px;
|
|
2015
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2016
|
+
opacity: 0.5;
|
|
2102
2017
|
}
|
|
2103
|
-
.
|
|
2104
|
-
|
|
2105
|
-
|
|
2018
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2019
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2020
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2106
2021
|
}
|
|
2107
|
-
.
|
|
2108
|
-
|
|
2022
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2023
|
+
background: #00122e;
|
|
2109
2024
|
}
|
|
2110
|
-
.
|
|
2111
|
-
|
|
2025
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2026
|
+
color: #00122e;
|
|
2027
|
+
opacity: 0.5;
|
|
2112
2028
|
}
|
|
2113
|
-
.
|
|
2114
|
-
|
|
2029
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2030
|
+
color: #00122e;
|
|
2115
2031
|
}
|
|
2116
|
-
.
|
|
2117
|
-
|
|
2032
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2033
|
+
display: inline-block;
|
|
2034
|
+
padding: 0;
|
|
2035
|
+
padding-left: 12px;
|
|
2118
2036
|
}
|
|
2119
|
-
.
|
|
2120
|
-
|
|
2037
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2038
|
+
margin-bottom: 0;
|
|
2039
|
+
white-space: pre-wrap;
|
|
2040
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2041
|
+
}
|
|
2042
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2043
|
+
padding-left: 8px;
|
|
2121
2044
|
}
|
|
2122
2045
|
|
|
2123
|
-
.
|
|
2124
|
-
|
|
2046
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2047
|
+
border-radius: 5px 0 0 5px;
|
|
2048
|
+
}
|
|
2049
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2050
|
+
border-radius: 0 5px 5px 0;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
.r1f0aqcc {
|
|
2054
|
+
color: #00122e;
|
|
2055
|
+
border-color: #ccd4e3;
|
|
2056
|
+
}
|
|
2057
|
+
.r1f0aqcc:first-child {
|
|
2058
|
+
color: #00122e;
|
|
2059
|
+
border-color: #a3b4cc;
|
|
2060
|
+
}
|
|
2061
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2062
|
+
padding: 0 12px;
|
|
2063
|
+
line-height: 32px;
|
|
2064
|
+
height: 32px;
|
|
2065
|
+
}
|
|
2066
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2067
|
+
white-space: nowrap;
|
|
2068
|
+
}
|
|
2069
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2070
|
+
background: #ccd4e3;
|
|
2071
|
+
}
|
|
2072
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2073
|
+
background: #0080ff;
|
|
2074
|
+
}
|
|
2075
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2076
|
+
background: #ccd4e3;
|
|
2077
|
+
opacity: 0.5;
|
|
2078
|
+
}
|
|
2079
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2080
|
+
border-right-color: #0080ff;
|
|
2081
|
+
}
|
|
2082
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2083
|
+
border-color: #0080ff;
|
|
2084
|
+
}
|
|
2085
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2086
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2087
|
+
}
|
|
2088
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2089
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2090
|
+
border-color: #ccd4e3;
|
|
2091
|
+
opacity: 0.5;
|
|
2092
|
+
}
|
|
2093
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2094
|
+
color: #00122e;
|
|
2095
|
+
border-color: #ccd4e3;
|
|
2096
|
+
}
|
|
2097
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2098
|
+
color: #00122e;
|
|
2099
|
+
border-color: #ccd4e3;
|
|
2100
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2101
|
+
}
|
|
2102
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2103
|
+
margin-right: 8px;
|
|
2104
|
+
display: inline;
|
|
2105
|
+
border: none;
|
|
2106
|
+
padding: 0;
|
|
2107
|
+
width: 36px;
|
|
2108
|
+
background: transparent;
|
|
2109
|
+
}
|
|
2110
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2111
|
+
box-shadow: none;
|
|
2112
|
+
}
|
|
2113
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2114
|
+
margin-right: 0;
|
|
2115
|
+
width: initial;
|
|
2116
|
+
box-shadow: none;
|
|
2117
|
+
}
|
|
2118
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2119
|
+
display: none;
|
|
2120
|
+
}
|
|
2121
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2122
|
+
display: inline;
|
|
2123
|
+
}
|
|
2124
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2125
|
+
display: inline;
|
|
2126
|
+
margin-right: 8px;
|
|
2127
|
+
padding: 0;
|
|
2128
|
+
width: 36px;
|
|
2125
2129
|
}
|
|
2126
2130
|
|
|
2127
2131
|
.cz04yix {
|
|
@@ -2789,146 +2793,142 @@ input.rrg1fkn.ant-input {
|
|
|
2789
2793
|
border-bottom-left-radius: 0;
|
|
2790
2794
|
}
|
|
2791
2795
|
|
|
2792
|
-
.
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
white-space: pre-wrap;
|
|
2796
|
-
}
|
|
2797
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2798
|
-
position: relative;
|
|
2799
|
-
top: 3px;
|
|
2800
|
-
}
|
|
2801
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2802
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2803
|
-
}
|
|
2804
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2805
|
-
border-color: #0080ff;
|
|
2796
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2797
|
+
flex-direction: row;
|
|
2798
|
+
justify-content: stretch;
|
|
2806
2799
|
}
|
|
2807
|
-
.
|
|
2808
|
-
|
|
2809
|
-
|
|
2800
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2801
|
+
padding: 0;
|
|
2802
|
+
margin-right: 4px;
|
|
2803
|
+
flex: 1;
|
|
2804
|
+
overflow: visible;
|
|
2810
2805
|
}
|
|
2811
|
-
.
|
|
2812
|
-
|
|
2813
|
-
left: 4px;
|
|
2814
|
-
width: 6px;
|
|
2815
|
-
height: 6px;
|
|
2816
|
-
background: #fff;
|
|
2806
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2807
|
+
display: none;
|
|
2817
2808
|
}
|
|
2818
|
-
.
|
|
2819
|
-
|
|
2809
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2810
|
+
width: 100%;
|
|
2811
|
+
min-height: unset;
|
|
2820
2812
|
}
|
|
2821
|
-
.
|
|
2822
|
-
|
|
2823
|
-
|
|
2813
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2814
|
+
height: 26px;
|
|
2815
|
+
line-height: 26px;
|
|
2816
|
+
width: 100%;
|
|
2817
|
+
text-align: center;
|
|
2818
|
+
padding: 0;
|
|
2819
|
+
font-size: 12px;
|
|
2820
|
+
font-weight: normal;
|
|
2824
2821
|
}
|
|
2825
|
-
.
|
|
2826
|
-
|
|
2822
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2823
|
+
margin-right: 10px;
|
|
2827
2824
|
}
|
|
2828
|
-
.
|
|
2829
|
-
|
|
2830
|
-
opacity: 0.5;
|
|
2825
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2826
|
+
display: none;
|
|
2831
2827
|
}
|
|
2832
|
-
.
|
|
2833
|
-
|
|
2828
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2829
|
+
border-radius: 4px 0 0 4px;
|
|
2834
2830
|
}
|
|
2835
|
-
.
|
|
2836
|
-
|
|
2837
|
-
padding: 0;
|
|
2838
|
-
padding-left: 12px;
|
|
2831
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2832
|
+
margin-right: 0;
|
|
2839
2833
|
}
|
|
2840
|
-
.
|
|
2841
|
-
|
|
2842
|
-
white-space: pre-wrap;
|
|
2843
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2834
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2835
|
+
border-radius: 0 4px 4px 0;
|
|
2844
2836
|
}
|
|
2845
|
-
.
|
|
2846
|
-
|
|
2837
|
+
.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 {
|
|
2838
|
+
content: "";
|
|
2839
|
+
width: 0;
|
|
2840
|
+
height: 0;
|
|
2841
|
+
border: 13px solid transparent;
|
|
2842
|
+
position: absolute;
|
|
2843
|
+
top: 0;
|
|
2844
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2845
|
+
right: -21px;
|
|
2846
|
+
z-index: 2;
|
|
2847
2847
|
}
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2848
|
+
.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 {
|
|
2849
|
+
content: "";
|
|
2850
|
+
width: 0;
|
|
2851
|
+
height: 0;
|
|
2852
|
+
border: 13px solid transparent;
|
|
2853
|
+
position: absolute;
|
|
2854
|
+
top: 0;
|
|
2855
|
+
border-left: 8px solid #fff;
|
|
2856
|
+
left: 0;
|
|
2851
2857
|
}
|
|
2852
|
-
.
|
|
2853
|
-
|
|
2858
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2859
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2854
2860
|
}
|
|
2855
|
-
|
|
2856
|
-
.
|
|
2857
|
-
color: #00122e;
|
|
2858
|
-
border-color: #ccd4e3;
|
|
2861
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2862
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2859
2863
|
}
|
|
2860
|
-
.
|
|
2861
|
-
color: #
|
|
2862
|
-
border-color: #a3b4cc;
|
|
2864
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2865
|
+
color: #005ed1;
|
|
2863
2866
|
}
|
|
2864
|
-
.
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
height: 32px;
|
|
2867
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2868
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2869
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2868
2870
|
}
|
|
2869
|
-
.
|
|
2870
|
-
|
|
2871
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2872
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2873
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2871
2874
|
}
|
|
2872
|
-
.
|
|
2873
|
-
|
|
2875
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2876
|
+
padding: 0;
|
|
2874
2877
|
}
|
|
2875
|
-
|
|
2876
|
-
|
|
2878
|
+
|
|
2879
|
+
.s34f1qb.ant-switch {
|
|
2880
|
+
min-width: 40px;
|
|
2881
|
+
height: 24px;
|
|
2882
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2883
|
+
overflow: hidden;
|
|
2877
2884
|
}
|
|
2878
|
-
.
|
|
2879
|
-
|
|
2880
|
-
opacity: 0.5;
|
|
2885
|
+
.s34f1qb.ant-switch:focus {
|
|
2886
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2881
2887
|
}
|
|
2882
|
-
.
|
|
2883
|
-
|
|
2888
|
+
.s34f1qb.ant-switch-small {
|
|
2889
|
+
min-width: 26px;
|
|
2890
|
+
height: 16px;
|
|
2884
2891
|
}
|
|
2885
|
-
.
|
|
2886
|
-
|
|
2892
|
+
.s34f1qb.ant-switch-large {
|
|
2893
|
+
min-width: 52px;
|
|
2894
|
+
height: 32px;
|
|
2887
2895
|
}
|
|
2888
|
-
.
|
|
2889
|
-
|
|
2896
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2897
|
+
height: 20px;
|
|
2898
|
+
width: 20px;
|
|
2890
2899
|
}
|
|
2891
|
-
.
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
opacity: 0.5;
|
|
2900
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2901
|
+
border-radius: 10px;
|
|
2902
|
+
transition-delay: 120ms;
|
|
2895
2903
|
}
|
|
2896
|
-
.
|
|
2897
|
-
|
|
2898
|
-
|
|
2904
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2905
|
+
height: 14px;
|
|
2906
|
+
width: 14px;
|
|
2907
|
+
top: 1px;
|
|
2908
|
+
left: 1px;
|
|
2899
2909
|
}
|
|
2900
|
-
.
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2910
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2911
|
+
height: 28px;
|
|
2912
|
+
width: 28px;
|
|
2904
2913
|
}
|
|
2905
|
-
.
|
|
2906
|
-
|
|
2907
|
-
display: inline;
|
|
2908
|
-
border: none;
|
|
2909
|
-
padding: 0;
|
|
2910
|
-
width: 36px;
|
|
2911
|
-
background: transparent;
|
|
2914
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2915
|
+
border-radius: 14px;
|
|
2912
2916
|
}
|
|
2913
|
-
.
|
|
2914
|
-
|
|
2917
|
+
.s34f1qb.ant-switch-checked {
|
|
2918
|
+
background-color: #00ba5d;
|
|
2915
2919
|
}
|
|
2916
|
-
.
|
|
2917
|
-
|
|
2918
|
-
width: initial;
|
|
2919
|
-
box-shadow: none;
|
|
2920
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2921
|
+
left: calc(100% - 20px - 2px);
|
|
2920
2922
|
}
|
|
2921
|
-
.
|
|
2922
|
-
|
|
2923
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2924
|
+
left: calc(100% - 14px - 1px);
|
|
2923
2925
|
}
|
|
2924
|
-
.
|
|
2925
|
-
|
|
2926
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2927
|
+
left: calc(100% - 28px - 2px);
|
|
2926
2928
|
}
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
margin-
|
|
2930
|
-
padding: 0;
|
|
2931
|
-
width: 36px;
|
|
2929
|
+
|
|
2930
|
+
.c1to9vb9 {
|
|
2931
|
+
margin-left: 5px;
|
|
2932
2932
|
}
|
|
2933
2933
|
|
|
2934
2934
|
.t1upn1sz {
|
|
@@ -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;
|
|
@@ -4427,6 +4427,25 @@ input.rrg1fkn.ant-input {
|
|
|
4427
4427
|
font-size: inherit;
|
|
4428
4428
|
}
|
|
4429
4429
|
|
|
4430
|
+
.feau332.ant-form-item {
|
|
4431
|
+
margin-bottom: 0;
|
|
4432
|
+
}
|
|
4433
|
+
.feau332 .ant-form-item-explain {
|
|
4434
|
+
display: none;
|
|
4435
|
+
min-height: 18px;
|
|
4436
|
+
margin-top: 5px;
|
|
4437
|
+
font-family: "Inter";
|
|
4438
|
+
font-weight: 400;
|
|
4439
|
+
font-size: 12px;
|
|
4440
|
+
line-height: 18px;
|
|
4441
|
+
}
|
|
4442
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4443
|
+
white-space: pre-wrap;
|
|
4444
|
+
}
|
|
4445
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4446
|
+
display: block;
|
|
4447
|
+
}
|
|
4448
|
+
|
|
4430
4449
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4431
4450
|
display: var(--a6dbbkm-0);
|
|
4432
4451
|
}
|
|
@@ -4456,23 +4475,4 @@ input.rrg1fkn.ant-input {
|
|
|
4456
4475
|
margin: 0;
|
|
4457
4476
|
height: auto;
|
|
4458
4477
|
font-size: inherit;
|
|
4459
|
-
}
|
|
4460
|
-
|
|
4461
|
-
.feau332.ant-form-item {
|
|
4462
|
-
margin-bottom: 0;
|
|
4463
|
-
}
|
|
4464
|
-
.feau332 .ant-form-item-explain {
|
|
4465
|
-
display: none;
|
|
4466
|
-
min-height: 18px;
|
|
4467
|
-
margin-top: 5px;
|
|
4468
|
-
font-family: "Inter";
|
|
4469
|
-
font-weight: 400;
|
|
4470
|
-
font-size: 12px;
|
|
4471
|
-
line-height: 18px;
|
|
4472
|
-
}
|
|
4473
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4474
|
-
white-space: pre-wrap;
|
|
4475
|
-
}
|
|
4476
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4477
|
-
display: block;
|
|
4478
4478
|
}
|