@cloudtower/eagle 0.24.9 → 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 +746 -746
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +3 -8
- package/dist/style.css +380 -380
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,21 +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
|
-
.fde5mpd {
|
|
1601
|
-
width: 100%;
|
|
1602
|
-
height: 100%;
|
|
1603
|
-
min-height: 124px;
|
|
1604
|
-
display: flex;
|
|
1605
|
-
flex-direction: column;
|
|
1606
|
-
justify-content: center;
|
|
1607
|
-
align-items: center;
|
|
1608
|
-
}
|
|
1609
|
-
.fde5mpd .error-text {
|
|
1610
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
-
margin-bottom: 16px;
|
|
1612
|
-
font-size: 18px;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
1600
|
.buj61ew.ant-btn {
|
|
1616
1601
|
height: 32px;
|
|
1617
1602
|
border-radius: 6px;
|
|
@@ -1860,6 +1845,21 @@ body {
|
|
|
1860
1845
|
padding: 0;
|
|
1861
1846
|
}
|
|
1862
1847
|
|
|
1848
|
+
.fde5mpd {
|
|
1849
|
+
width: 100%;
|
|
1850
|
+
height: 100%;
|
|
1851
|
+
min-height: 124px;
|
|
1852
|
+
display: flex;
|
|
1853
|
+
flex-direction: column;
|
|
1854
|
+
justify-content: center;
|
|
1855
|
+
align-items: center;
|
|
1856
|
+
}
|
|
1857
|
+
.fde5mpd .error-text {
|
|
1858
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1859
|
+
margin-bottom: 16px;
|
|
1860
|
+
font-size: 18px;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
1863
|
.iap75of {
|
|
1864
1864
|
height: 18px;
|
|
1865
1865
|
line-height: 18px;
|
|
@@ -1873,261 +1873,6 @@ body {
|
|
|
1873
1873
|
margin-right: 4px;
|
|
1874
1874
|
}
|
|
1875
1875
|
|
|
1876
|
-
.bpq0js6 {
|
|
1877
|
-
padding: 4px 11px;
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
.b15sn34c {
|
|
1881
|
-
white-space: nowrap;
|
|
1882
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1883
|
-
}
|
|
1884
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1885
|
-
--color: #0080ff;
|
|
1886
|
-
}
|
|
1887
|
-
.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] {
|
|
1888
|
-
--color: #0080ff;
|
|
1889
|
-
}
|
|
1890
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1891
|
-
margin-left: 1px;
|
|
1892
|
-
}
|
|
1893
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1894
|
-
border-top-right-radius: 0;
|
|
1895
|
-
border-bottom-right-radius: 0;
|
|
1896
|
-
}
|
|
1897
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1898
|
-
border-top-left-radius: 0;
|
|
1899
|
-
border-bottom-left-radius: 0;
|
|
1900
|
-
}
|
|
1901
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1902
|
-
border-radius: unset;
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
.i1mrf09m {
|
|
1906
|
-
display: inline-flex;
|
|
1907
|
-
align-items: center;
|
|
1908
|
-
}
|
|
1909
|
-
.i1mrf09m .icon-inner {
|
|
1910
|
-
display: inline-flex;
|
|
1911
|
-
align-items: center;
|
|
1912
|
-
justify-content: center;
|
|
1913
|
-
}
|
|
1914
|
-
.i1mrf09m .icon-inner + span,
|
|
1915
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1916
|
-
margin-left: 4px;
|
|
1917
|
-
}
|
|
1918
|
-
.i1mrf09m.is-rotate img,
|
|
1919
|
-
.i1mrf09m.is-rotate svg {
|
|
1920
|
-
animation: rotate 680ms linear infinite;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.obf05yr {
|
|
1924
|
-
display: inline-block;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.hsms1n6 {
|
|
1928
|
-
visibility: hidden;
|
|
1929
|
-
position: absolute;
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
|
-
.p12gwtiw {
|
|
1933
|
-
display: flex;
|
|
1934
|
-
justify-content: space-between;
|
|
1935
|
-
align-items: center;
|
|
1936
|
-
padding: 10px 0;
|
|
1937
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1938
|
-
font-size: 12px;
|
|
1939
|
-
line-height: 24px;
|
|
1940
|
-
}
|
|
1941
|
-
.p12gwtiw .pagination-left {
|
|
1942
|
-
padding: 2px 8px;
|
|
1943
|
-
}
|
|
1944
|
-
.p12gwtiw .dropdown-trigger {
|
|
1945
|
-
display: flex;
|
|
1946
|
-
align-items: center;
|
|
1947
|
-
border-radius: 6px;
|
|
1948
|
-
cursor: pointer;
|
|
1949
|
-
transition: all 0.3s ease;
|
|
1950
|
-
}
|
|
1951
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1952
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1953
|
-
color: #0080ff;
|
|
1954
|
-
}
|
|
1955
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1956
|
-
margin-left: 4px;
|
|
1957
|
-
}
|
|
1958
|
-
.p12gwtiw .pagination-right {
|
|
1959
|
-
display: flex;
|
|
1960
|
-
align-items: center;
|
|
1961
|
-
color: #0080ff;
|
|
1962
|
-
font-weight: bold;
|
|
1963
|
-
}
|
|
1964
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1965
|
-
margin-left: 4px;
|
|
1966
|
-
}
|
|
1967
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1968
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1969
|
-
padding: 0 8px;
|
|
1970
|
-
}
|
|
1971
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1972
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1973
|
-
color: #0080ff;
|
|
1974
|
-
}
|
|
1975
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1976
|
-
transform: rotate(180deg);
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1980
|
-
max-height: calc(100vh - 128px);
|
|
1981
|
-
overflow-y: auto;
|
|
1982
|
-
}
|
|
1983
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1984
|
-
padding: 4px 20px;
|
|
1985
|
-
font-size: 12px;
|
|
1986
|
-
line-height: 18px;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
1990
|
-
display: inline-flex;
|
|
1991
|
-
align-items: baseline;
|
|
1992
|
-
white-space: pre-wrap;
|
|
1993
|
-
}
|
|
1994
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1995
|
-
position: relative;
|
|
1996
|
-
top: 3px;
|
|
1997
|
-
}
|
|
1998
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1999
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2000
|
-
}
|
|
2001
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2002
|
-
border-color: #0080ff;
|
|
2003
|
-
}
|
|
2004
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2005
|
-
border-color: #0080ff;
|
|
2006
|
-
background: #0080ff;
|
|
2007
|
-
}
|
|
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;
|
|
2014
|
-
}
|
|
2015
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2016
|
-
opacity: 0.5;
|
|
2017
|
-
}
|
|
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);
|
|
2021
|
-
}
|
|
2022
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2023
|
-
background: #00122e;
|
|
2024
|
-
}
|
|
2025
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2026
|
-
color: #00122e;
|
|
2027
|
-
opacity: 0.5;
|
|
2028
|
-
}
|
|
2029
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2030
|
-
color: #00122e;
|
|
2031
|
-
}
|
|
2032
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2033
|
-
display: inline-block;
|
|
2034
|
-
padding: 0;
|
|
2035
|
-
padding-left: 12px;
|
|
2036
|
-
}
|
|
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;
|
|
2044
|
-
}
|
|
2045
|
-
|
|
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;
|
|
2129
|
-
}
|
|
2130
|
-
|
|
2131
1876
|
.cz04yix {
|
|
2132
1877
|
display: flex;
|
|
2133
1878
|
flex-direction: column;
|
|
@@ -2855,80 +2600,335 @@ input.rrg1fkn.ant-input {
|
|
|
2855
2600
|
border-left: 8px solid #fff;
|
|
2856
2601
|
left: 0;
|
|
2857
2602
|
}
|
|
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);
|
|
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;
|
|
2708
|
+
}
|
|
2709
|
+
.s34f1qb.ant-switch-checked {
|
|
2710
|
+
background-color: #00ba5d;
|
|
2711
|
+
}
|
|
2712
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2713
|
+
left: calc(100% - 20px - 2px);
|
|
2714
|
+
}
|
|
2715
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2716
|
+
left: calc(100% - 14px - 1px);
|
|
2717
|
+
}
|
|
2718
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2719
|
+
left: calc(100% - 28px - 2px);
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
.c1to9vb9 {
|
|
2723
|
+
margin-left: 5px;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
.obf05yr {
|
|
2727
|
+
display: inline-block;
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2730
|
+
.hsms1n6 {
|
|
2731
|
+
visibility: hidden;
|
|
2732
|
+
position: absolute;
|
|
2733
|
+
}
|
|
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);
|
|
2741
|
+
font-size: 12px;
|
|
2742
|
+
line-height: 24px;
|
|
2743
|
+
}
|
|
2744
|
+
.p12gwtiw .pagination-left {
|
|
2745
|
+
padding: 2px 8px;
|
|
2746
|
+
}
|
|
2747
|
+
.p12gwtiw .dropdown-trigger {
|
|
2748
|
+
display: flex;
|
|
2749
|
+
align-items: center;
|
|
2750
|
+
border-radius: 6px;
|
|
2751
|
+
cursor: pointer;
|
|
2752
|
+
transition: all 0.3s ease;
|
|
2753
|
+
}
|
|
2754
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2755
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2756
|
+
color: #0080ff;
|
|
2757
|
+
}
|
|
2758
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2759
|
+
margin-left: 4px;
|
|
2760
|
+
}
|
|
2761
|
+
.p12gwtiw .pagination-right {
|
|
2762
|
+
display: flex;
|
|
2763
|
+
align-items: center;
|
|
2764
|
+
color: #0080ff;
|
|
2765
|
+
font-weight: bold;
|
|
2766
|
+
}
|
|
2767
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2768
|
+
margin-left: 4px;
|
|
2769
|
+
}
|
|
2770
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2771
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2772
|
+
padding: 0 8px;
|
|
2773
|
+
}
|
|
2774
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2775
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2776
|
+
color: #0080ff;
|
|
2777
|
+
}
|
|
2778
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2779
|
+
transform: rotate(180deg);
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2782
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2783
|
+
max-height: calc(100vh - 128px);
|
|
2784
|
+
overflow-y: auto;
|
|
2785
|
+
}
|
|
2786
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2787
|
+
padding: 4px 20px;
|
|
2788
|
+
font-size: 12px;
|
|
2789
|
+
line-height: 18px;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2793
|
+
display: inline-flex;
|
|
2794
|
+
align-items: baseline;
|
|
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;
|
|
2806
|
+
}
|
|
2807
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2808
|
+
border-color: #0080ff;
|
|
2809
|
+
background: #0080ff;
|
|
2810
|
+
}
|
|
2811
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2812
|
+
top: 4px;
|
|
2813
|
+
left: 4px;
|
|
2814
|
+
width: 6px;
|
|
2815
|
+
height: 6px;
|
|
2816
|
+
background: #fff;
|
|
2817
|
+
}
|
|
2818
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2819
|
+
opacity: 0.5;
|
|
2820
|
+
}
|
|
2821
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2822
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2823
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2824
|
+
}
|
|
2825
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2826
|
+
background: #00122e;
|
|
2860
2827
|
}
|
|
2861
|
-
.
|
|
2862
|
-
|
|
2828
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2829
|
+
color: #00122e;
|
|
2830
|
+
opacity: 0.5;
|
|
2863
2831
|
}
|
|
2864
|
-
.
|
|
2865
|
-
color: #
|
|
2832
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2833
|
+
color: #00122e;
|
|
2866
2834
|
}
|
|
2867
|
-
.
|
|
2868
|
-
|
|
2869
|
-
|
|
2835
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2836
|
+
display: inline-block;
|
|
2837
|
+
padding: 0;
|
|
2838
|
+
padding-left: 12px;
|
|
2870
2839
|
}
|
|
2871
|
-
.
|
|
2872
|
-
|
|
2840
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2841
|
+
margin-bottom: 0;
|
|
2842
|
+
white-space: pre-wrap;
|
|
2873
2843
|
color: rgba(44, 56, 82, 0.6);
|
|
2874
2844
|
}
|
|
2875
|
-
.
|
|
2876
|
-
padding:
|
|
2845
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2846
|
+
padding-left: 8px;
|
|
2877
2847
|
}
|
|
2878
2848
|
|
|
2879
|
-
.
|
|
2880
|
-
|
|
2881
|
-
height: 24px;
|
|
2882
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2883
|
-
overflow: hidden;
|
|
2849
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2850
|
+
border-radius: 5px 0 0 5px;
|
|
2884
2851
|
}
|
|
2885
|
-
.
|
|
2886
|
-
|
|
2852
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2853
|
+
border-radius: 0 5px 5px 0;
|
|
2887
2854
|
}
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2855
|
+
|
|
2856
|
+
.r1f0aqcc {
|
|
2857
|
+
color: #00122e;
|
|
2858
|
+
border-color: #ccd4e3;
|
|
2891
2859
|
}
|
|
2892
|
-
.
|
|
2893
|
-
|
|
2860
|
+
.r1f0aqcc:first-child {
|
|
2861
|
+
color: #00122e;
|
|
2862
|
+
border-color: #a3b4cc;
|
|
2863
|
+
}
|
|
2864
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2865
|
+
padding: 0 12px;
|
|
2866
|
+
line-height: 32px;
|
|
2894
2867
|
height: 32px;
|
|
2895
2868
|
}
|
|
2896
|
-
.
|
|
2897
|
-
|
|
2898
|
-
width: 20px;
|
|
2869
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2870
|
+
white-space: nowrap;
|
|
2899
2871
|
}
|
|
2900
|
-
.
|
|
2901
|
-
|
|
2902
|
-
transition-delay: 120ms;
|
|
2872
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2873
|
+
background: #ccd4e3;
|
|
2903
2874
|
}
|
|
2904
|
-
.
|
|
2905
|
-
|
|
2906
|
-
width: 14px;
|
|
2907
|
-
top: 1px;
|
|
2908
|
-
left: 1px;
|
|
2875
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2876
|
+
background: #0080ff;
|
|
2909
2877
|
}
|
|
2910
|
-
.
|
|
2911
|
-
|
|
2912
|
-
|
|
2878
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2879
|
+
background: #ccd4e3;
|
|
2880
|
+
opacity: 0.5;
|
|
2913
2881
|
}
|
|
2914
|
-
.
|
|
2915
|
-
border-
|
|
2882
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2883
|
+
border-right-color: #0080ff;
|
|
2916
2884
|
}
|
|
2917
|
-
.
|
|
2918
|
-
|
|
2885
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2886
|
+
border-color: #0080ff;
|
|
2919
2887
|
}
|
|
2920
|
-
.
|
|
2921
|
-
|
|
2888
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2889
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2922
2890
|
}
|
|
2923
|
-
.
|
|
2924
|
-
|
|
2891
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2892
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2893
|
+
border-color: #ccd4e3;
|
|
2894
|
+
opacity: 0.5;
|
|
2925
2895
|
}
|
|
2926
|
-
.
|
|
2927
|
-
|
|
2896
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2897
|
+
color: #00122e;
|
|
2898
|
+
border-color: #ccd4e3;
|
|
2928
2899
|
}
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2900
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2901
|
+
color: #00122e;
|
|
2902
|
+
border-color: #ccd4e3;
|
|
2903
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2904
|
+
}
|
|
2905
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2906
|
+
margin-right: 8px;
|
|
2907
|
+
display: inline;
|
|
2908
|
+
border: none;
|
|
2909
|
+
padding: 0;
|
|
2910
|
+
width: 36px;
|
|
2911
|
+
background: transparent;
|
|
2912
|
+
}
|
|
2913
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2914
|
+
box-shadow: none;
|
|
2915
|
+
}
|
|
2916
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2917
|
+
margin-right: 0;
|
|
2918
|
+
width: initial;
|
|
2919
|
+
box-shadow: none;
|
|
2920
|
+
}
|
|
2921
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2922
|
+
display: none;
|
|
2923
|
+
}
|
|
2924
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2925
|
+
display: inline;
|
|
2926
|
+
}
|
|
2927
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2928
|
+
display: inline;
|
|
2929
|
+
margin-right: 8px;
|
|
2930
|
+
padding: 0;
|
|
2931
|
+
width: 36px;
|
|
2932
2932
|
}
|
|
2933
2933
|
|
|
2934
2934
|
.t1upn1sz {
|
|
@@ -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,46 +4427,31 @@ input.rrg1fkn.ant-input {
|
|
|
4381
4427
|
margin-right: 8px;
|
|
4382
4428
|
}
|
|
4383
4429
|
|
|
4384
|
-
.
|
|
4385
|
-
display: var(--
|
|
4430
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4431
|
+
display: var(--a6dbbkm-0);
|
|
4386
4432
|
}
|
|
4387
|
-
.
|
|
4388
|
-
padding:
|
|
4433
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
4434
|
+
padding: 4px 11px;
|
|
4389
4435
|
display: inline-flex;
|
|
4390
4436
|
line-height: 1.5715;
|
|
4391
|
-
height:
|
|
4392
|
-
width: 100%;
|
|
4437
|
+
height: inherit;
|
|
4393
4438
|
}
|
|
4394
|
-
.
|
|
4395
|
-
content: var(--
|
|
4396
|
-
display: var(--
|
|
4439
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4440
|
+
content: var(--a6dbbkm-1);
|
|
4441
|
+
display: var(--a6dbbkm-2);
|
|
4397
4442
|
flex: none;
|
|
4398
4443
|
align-items: center;
|
|
4399
4444
|
margin-left: 4px;
|
|
4400
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4401
4445
|
}
|
|
4402
|
-
.
|
|
4403
|
-
content: var(--
|
|
4404
|
-
display: var(--
|
|
4446
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4447
|
+
content: var(--a6dbbkm-3);
|
|
4448
|
+
display: var(--a6dbbkm-4);
|
|
4405
4449
|
flex: none;
|
|
4406
4450
|
align-items: center;
|
|
4407
4451
|
margin-right: 4px;
|
|
4408
4452
|
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
4453
|
}
|
|
4423
|
-
.
|
|
4454
|
+
.a6dbbkm .ant-input-number-input {
|
|
4424
4455
|
padding: 0;
|
|
4425
4456
|
margin: 0;
|
|
4426
4457
|
height: auto;
|
|
@@ -4444,35 +4475,4 @@ input.rrg1fkn.ant-input {
|
|
|
4444
4475
|
}
|
|
4445
4476
|
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4446
4477
|
display: block;
|
|
4447
|
-
}
|
|
4448
|
-
|
|
4449
|
-
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4450
|
-
display: var(--a6dbbkm-0);
|
|
4451
|
-
}
|
|
4452
|
-
.a6dbbkm .ant-input-number-input-wrap {
|
|
4453
|
-
padding: 4px 11px;
|
|
4454
|
-
display: inline-flex;
|
|
4455
|
-
line-height: 1.5715;
|
|
4456
|
-
height: inherit;
|
|
4457
|
-
}
|
|
4458
|
-
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4459
|
-
content: var(--a6dbbkm-1);
|
|
4460
|
-
display: var(--a6dbbkm-2);
|
|
4461
|
-
flex: none;
|
|
4462
|
-
align-items: center;
|
|
4463
|
-
margin-left: 4px;
|
|
4464
|
-
}
|
|
4465
|
-
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4466
|
-
content: var(--a6dbbkm-3);
|
|
4467
|
-
display: var(--a6dbbkm-4);
|
|
4468
|
-
flex: none;
|
|
4469
|
-
align-items: center;
|
|
4470
|
-
margin-right: 4px;
|
|
4471
|
-
cursor: auto;
|
|
4472
|
-
}
|
|
4473
|
-
.a6dbbkm .ant-input-number-input {
|
|
4474
|
-
padding: 0;
|
|
4475
|
-
margin: 0;
|
|
4476
|
-
height: auto;
|
|
4477
|
-
font-size: inherit;
|
|
4478
4478
|
}
|