@cloudtower/eagle 0.25.1 → 0.25.2
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 +937 -933
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +274 -270
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -702,6 +702,10 @@ p {
|
|
|
702
702
|
border-color: #e75a3a;
|
|
703
703
|
}
|
|
704
704
|
|
|
705
|
+
.ant-picker-cell {
|
|
706
|
+
vertical-align: middle;
|
|
707
|
+
}
|
|
708
|
+
|
|
705
709
|
.ant-modal {
|
|
706
710
|
margin: 0 auto;
|
|
707
711
|
max-width: 100%;
|
|
@@ -1614,81 +1618,6 @@ body {
|
|
|
1614
1618
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1615
1619
|
}
|
|
1616
1620
|
}
|
|
1617
|
-
.fde5mpd {
|
|
1618
|
-
width: 100%;
|
|
1619
|
-
height: 100%;
|
|
1620
|
-
min-height: 124px;
|
|
1621
|
-
display: flex;
|
|
1622
|
-
flex-direction: column;
|
|
1623
|
-
justify-content: center;
|
|
1624
|
-
align-items: center;
|
|
1625
|
-
}
|
|
1626
|
-
.fde5mpd .error-text {
|
|
1627
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1628
|
-
margin-bottom: 16px;
|
|
1629
|
-
font-size: 18px;
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
.iap75of {
|
|
1633
|
-
height: 18px;
|
|
1634
|
-
line-height: 18px;
|
|
1635
|
-
padding: 0 4px;
|
|
1636
|
-
border-radius: 4px;
|
|
1637
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1638
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1639
|
-
display: flex;
|
|
1640
|
-
align-items: center;
|
|
1641
|
-
white-space: nowrap;
|
|
1642
|
-
margin-right: 4px;
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
.bpq0js6 {
|
|
1646
|
-
padding: 4px 11px;
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
.b15sn34c {
|
|
1650
|
-
white-space: nowrap;
|
|
1651
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1652
|
-
}
|
|
1653
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1654
|
-
--color: #0080ff;
|
|
1655
|
-
}
|
|
1656
|
-
.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] {
|
|
1657
|
-
--color: #0080ff;
|
|
1658
|
-
}
|
|
1659
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1660
|
-
margin-left: 1px;
|
|
1661
|
-
}
|
|
1662
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1663
|
-
border-top-right-radius: 0;
|
|
1664
|
-
border-bottom-right-radius: 0;
|
|
1665
|
-
}
|
|
1666
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1667
|
-
border-top-left-radius: 0;
|
|
1668
|
-
border-bottom-left-radius: 0;
|
|
1669
|
-
}
|
|
1670
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1671
|
-
border-radius: unset;
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
.i1mrf09m {
|
|
1675
|
-
display: inline-flex;
|
|
1676
|
-
align-items: center;
|
|
1677
|
-
}
|
|
1678
|
-
.i1mrf09m .icon-inner {
|
|
1679
|
-
display: inline-flex;
|
|
1680
|
-
align-items: center;
|
|
1681
|
-
justify-content: center;
|
|
1682
|
-
}
|
|
1683
|
-
.i1mrf09m .icon-inner + span,
|
|
1684
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1685
|
-
margin-left: 4px;
|
|
1686
|
-
}
|
|
1687
|
-
.i1mrf09m.is-rotate img,
|
|
1688
|
-
.i1mrf09m.is-rotate svg {
|
|
1689
|
-
animation: rotate 680ms linear infinite;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
1621
|
.buj61ew.ant-btn {
|
|
1693
1622
|
height: 32px;
|
|
1694
1623
|
border-radius: 6px;
|
|
@@ -1937,6 +1866,81 @@ body {
|
|
|
1937
1866
|
padding: 0;
|
|
1938
1867
|
}
|
|
1939
1868
|
|
|
1869
|
+
.bpq0js6 {
|
|
1870
|
+
padding: 4px 11px;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.b15sn34c {
|
|
1874
|
+
white-space: nowrap;
|
|
1875
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1876
|
+
}
|
|
1877
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1878
|
+
--color: #0080ff;
|
|
1879
|
+
}
|
|
1880
|
+
.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] {
|
|
1881
|
+
--color: #0080ff;
|
|
1882
|
+
}
|
|
1883
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1884
|
+
margin-left: 1px;
|
|
1885
|
+
}
|
|
1886
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1887
|
+
border-top-right-radius: 0;
|
|
1888
|
+
border-bottom-right-radius: 0;
|
|
1889
|
+
}
|
|
1890
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1891
|
+
border-top-left-radius: 0;
|
|
1892
|
+
border-bottom-left-radius: 0;
|
|
1893
|
+
}
|
|
1894
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1895
|
+
border-radius: unset;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
.fde5mpd {
|
|
1899
|
+
width: 100%;
|
|
1900
|
+
height: 100%;
|
|
1901
|
+
min-height: 124px;
|
|
1902
|
+
display: flex;
|
|
1903
|
+
flex-direction: column;
|
|
1904
|
+
justify-content: center;
|
|
1905
|
+
align-items: center;
|
|
1906
|
+
}
|
|
1907
|
+
.fde5mpd .error-text {
|
|
1908
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1909
|
+
margin-bottom: 16px;
|
|
1910
|
+
font-size: 18px;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
.i1mrf09m {
|
|
1914
|
+
display: inline-flex;
|
|
1915
|
+
align-items: center;
|
|
1916
|
+
}
|
|
1917
|
+
.i1mrf09m .icon-inner {
|
|
1918
|
+
display: inline-flex;
|
|
1919
|
+
align-items: center;
|
|
1920
|
+
justify-content: center;
|
|
1921
|
+
}
|
|
1922
|
+
.i1mrf09m .icon-inner + span,
|
|
1923
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1924
|
+
margin-left: 4px;
|
|
1925
|
+
}
|
|
1926
|
+
.i1mrf09m.is-rotate img,
|
|
1927
|
+
.i1mrf09m.is-rotate svg {
|
|
1928
|
+
animation: rotate 680ms linear infinite;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.iap75of {
|
|
1932
|
+
height: 18px;
|
|
1933
|
+
line-height: 18px;
|
|
1934
|
+
padding: 0 4px;
|
|
1935
|
+
border-radius: 4px;
|
|
1936
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1937
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1938
|
+
display: flex;
|
|
1939
|
+
align-items: center;
|
|
1940
|
+
white-space: nowrap;
|
|
1941
|
+
margin-right: 4px;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1940
1944
|
.obf05yr {
|
|
1941
1945
|
display: inline-block;
|
|
1942
1946
|
}
|
|
@@ -2003,6 +2007,148 @@ body {
|
|
|
2003
2007
|
line-height: 18px;
|
|
2004
2008
|
}
|
|
2005
2009
|
|
|
2010
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2011
|
+
display: inline-flex;
|
|
2012
|
+
align-items: baseline;
|
|
2013
|
+
white-space: pre-wrap;
|
|
2014
|
+
}
|
|
2015
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2016
|
+
position: relative;
|
|
2017
|
+
top: 3px;
|
|
2018
|
+
}
|
|
2019
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2020
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2021
|
+
}
|
|
2022
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2023
|
+
border-color: #0080ff;
|
|
2024
|
+
}
|
|
2025
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2026
|
+
border-color: #0080ff;
|
|
2027
|
+
background: #0080ff;
|
|
2028
|
+
}
|
|
2029
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2030
|
+
top: 4px;
|
|
2031
|
+
left: 4px;
|
|
2032
|
+
width: 6px;
|
|
2033
|
+
height: 6px;
|
|
2034
|
+
background: #fff;
|
|
2035
|
+
}
|
|
2036
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2037
|
+
opacity: 0.5;
|
|
2038
|
+
}
|
|
2039
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2040
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2041
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2042
|
+
}
|
|
2043
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2044
|
+
background: #00122e;
|
|
2045
|
+
}
|
|
2046
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2047
|
+
color: #00122e;
|
|
2048
|
+
opacity: 0.5;
|
|
2049
|
+
}
|
|
2050
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2051
|
+
color: #00122e;
|
|
2052
|
+
}
|
|
2053
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2054
|
+
display: inline-block;
|
|
2055
|
+
padding: 0;
|
|
2056
|
+
padding-left: 12px;
|
|
2057
|
+
}
|
|
2058
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2059
|
+
margin-bottom: 0;
|
|
2060
|
+
white-space: pre-wrap;
|
|
2061
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2062
|
+
}
|
|
2063
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2064
|
+
padding-left: 8px;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2068
|
+
border-radius: 5px 0 0 5px;
|
|
2069
|
+
}
|
|
2070
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2071
|
+
border-radius: 0 5px 5px 0;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.r1f0aqcc {
|
|
2075
|
+
color: #00122e;
|
|
2076
|
+
border-color: #ccd4e3;
|
|
2077
|
+
}
|
|
2078
|
+
.r1f0aqcc:first-child {
|
|
2079
|
+
color: #00122e;
|
|
2080
|
+
border-color: #a3b4cc;
|
|
2081
|
+
}
|
|
2082
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2083
|
+
padding: 0 12px;
|
|
2084
|
+
line-height: 32px;
|
|
2085
|
+
height: 32px;
|
|
2086
|
+
}
|
|
2087
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2088
|
+
white-space: nowrap;
|
|
2089
|
+
}
|
|
2090
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2091
|
+
background: #ccd4e3;
|
|
2092
|
+
}
|
|
2093
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2094
|
+
background: #0080ff;
|
|
2095
|
+
}
|
|
2096
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2097
|
+
background: #ccd4e3;
|
|
2098
|
+
opacity: 0.5;
|
|
2099
|
+
}
|
|
2100
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2101
|
+
border-right-color: #0080ff;
|
|
2102
|
+
}
|
|
2103
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2104
|
+
border-color: #0080ff;
|
|
2105
|
+
}
|
|
2106
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2107
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2108
|
+
}
|
|
2109
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2110
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2111
|
+
border-color: #ccd4e3;
|
|
2112
|
+
opacity: 0.5;
|
|
2113
|
+
}
|
|
2114
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2115
|
+
color: #00122e;
|
|
2116
|
+
border-color: #ccd4e3;
|
|
2117
|
+
}
|
|
2118
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2119
|
+
color: #00122e;
|
|
2120
|
+
border-color: #ccd4e3;
|
|
2121
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2122
|
+
}
|
|
2123
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2124
|
+
margin-right: 8px;
|
|
2125
|
+
display: inline;
|
|
2126
|
+
border: none;
|
|
2127
|
+
padding: 0;
|
|
2128
|
+
width: 36px;
|
|
2129
|
+
background: transparent;
|
|
2130
|
+
}
|
|
2131
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2132
|
+
box-shadow: none;
|
|
2133
|
+
}
|
|
2134
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2135
|
+
margin-right: 0;
|
|
2136
|
+
width: initial;
|
|
2137
|
+
box-shadow: none;
|
|
2138
|
+
}
|
|
2139
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2140
|
+
display: none;
|
|
2141
|
+
}
|
|
2142
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2143
|
+
display: inline;
|
|
2144
|
+
}
|
|
2145
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2146
|
+
display: inline;
|
|
2147
|
+
margin-right: 8px;
|
|
2148
|
+
padding: 0;
|
|
2149
|
+
width: 36px;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2006
2152
|
.cz04yix {
|
|
2007
2153
|
display: flex;
|
|
2008
2154
|
flex-direction: column;
|
|
@@ -2668,61 +2814,6 @@ input.rrg1fkn.ant-input {
|
|
|
2668
2814
|
border-bottom-left-radius: 0;
|
|
2669
2815
|
}
|
|
2670
2816
|
|
|
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
2817
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2727
2818
|
flex-direction: row;
|
|
2728
2819
|
justify-content: stretch;
|
|
@@ -2806,146 +2897,59 @@ input.rrg1fkn.ant-input {
|
|
|
2806
2897
|
padding: 0;
|
|
2807
2898
|
}
|
|
2808
2899
|
|
|
2809
|
-
.
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2815
|
-
position: relative;
|
|
2816
|
-
top: 3px;
|
|
2817
|
-
}
|
|
2818
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2819
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2820
|
-
}
|
|
2821
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2822
|
-
border-color: #0080ff;
|
|
2823
|
-
}
|
|
2824
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2825
|
-
border-color: #0080ff;
|
|
2826
|
-
background: #0080ff;
|
|
2827
|
-
}
|
|
2828
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2829
|
-
top: 4px;
|
|
2830
|
-
left: 4px;
|
|
2831
|
-
width: 6px;
|
|
2832
|
-
height: 6px;
|
|
2833
|
-
background: #fff;
|
|
2834
|
-
}
|
|
2835
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2836
|
-
opacity: 0.5;
|
|
2837
|
-
}
|
|
2838
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2839
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2840
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2841
|
-
}
|
|
2842
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2843
|
-
background: #00122e;
|
|
2844
|
-
}
|
|
2845
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2846
|
-
color: #00122e;
|
|
2847
|
-
opacity: 0.5;
|
|
2848
|
-
}
|
|
2849
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2850
|
-
color: #00122e;
|
|
2851
|
-
}
|
|
2852
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2853
|
-
display: inline-block;
|
|
2854
|
-
padding: 0;
|
|
2855
|
-
padding-left: 12px;
|
|
2856
|
-
}
|
|
2857
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2858
|
-
margin-bottom: 0;
|
|
2859
|
-
white-space: pre-wrap;
|
|
2860
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2861
|
-
}
|
|
2862
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2863
|
-
padding-left: 8px;
|
|
2864
|
-
}
|
|
2865
|
-
|
|
2866
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2867
|
-
border-radius: 5px 0 0 5px;
|
|
2868
|
-
}
|
|
2869
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2870
|
-
border-radius: 0 5px 5px 0;
|
|
2900
|
+
.s34f1qb.ant-switch {
|
|
2901
|
+
min-width: 40px;
|
|
2902
|
+
height: 24px;
|
|
2903
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2904
|
+
overflow: hidden;
|
|
2871
2905
|
}
|
|
2872
|
-
|
|
2873
|
-
.
|
|
2874
|
-
color: #00122e;
|
|
2875
|
-
border-color: #ccd4e3;
|
|
2906
|
+
.s34f1qb.ant-switch:focus {
|
|
2907
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2876
2908
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2879
|
-
|
|
2909
|
+
.s34f1qb.ant-switch-small {
|
|
2910
|
+
min-width: 26px;
|
|
2911
|
+
height: 16px;
|
|
2880
2912
|
}
|
|
2881
|
-
.
|
|
2882
|
-
|
|
2883
|
-
line-height: 32px;
|
|
2913
|
+
.s34f1qb.ant-switch-large {
|
|
2914
|
+
min-width: 52px;
|
|
2884
2915
|
height: 32px;
|
|
2885
2916
|
}
|
|
2886
|
-
.
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2890
|
-
background: #ccd4e3;
|
|
2891
|
-
}
|
|
2892
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2893
|
-
background: #0080ff;
|
|
2894
|
-
}
|
|
2895
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2896
|
-
background: #ccd4e3;
|
|
2897
|
-
opacity: 0.5;
|
|
2898
|
-
}
|
|
2899
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2900
|
-
border-right-color: #0080ff;
|
|
2901
|
-
}
|
|
2902
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2903
|
-
border-color: #0080ff;
|
|
2904
|
-
}
|
|
2905
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2906
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2917
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2918
|
+
height: 20px;
|
|
2919
|
+
width: 20px;
|
|
2907
2920
|
}
|
|
2908
|
-
.
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
opacity: 0.5;
|
|
2921
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2922
|
+
border-radius: 10px;
|
|
2923
|
+
transition-delay: 120ms;
|
|
2912
2924
|
}
|
|
2913
|
-
.
|
|
2914
|
-
|
|
2915
|
-
|
|
2925
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2926
|
+
height: 14px;
|
|
2927
|
+
width: 14px;
|
|
2928
|
+
top: 1px;
|
|
2929
|
+
left: 1px;
|
|
2916
2930
|
}
|
|
2917
|
-
.
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2931
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2932
|
+
height: 28px;
|
|
2933
|
+
width: 28px;
|
|
2921
2934
|
}
|
|
2922
|
-
.
|
|
2923
|
-
|
|
2924
|
-
display: inline;
|
|
2925
|
-
border: none;
|
|
2926
|
-
padding: 0;
|
|
2927
|
-
width: 36px;
|
|
2928
|
-
background: transparent;
|
|
2935
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2936
|
+
border-radius: 14px;
|
|
2929
2937
|
}
|
|
2930
|
-
.
|
|
2931
|
-
|
|
2938
|
+
.s34f1qb.ant-switch-checked {
|
|
2939
|
+
background-color: #00ba5d;
|
|
2932
2940
|
}
|
|
2933
|
-
.
|
|
2934
|
-
|
|
2935
|
-
width: initial;
|
|
2936
|
-
box-shadow: none;
|
|
2941
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2942
|
+
left: calc(100% - 20px - 2px);
|
|
2937
2943
|
}
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2944
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2945
|
+
left: calc(100% - 14px - 1px);
|
|
2940
2946
|
}
|
|
2941
|
-
.
|
|
2942
|
-
|
|
2947
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2948
|
+
left: calc(100% - 28px - 2px);
|
|
2943
2949
|
}
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
margin-
|
|
2947
|
-
padding: 0;
|
|
2948
|
-
width: 36px;
|
|
2950
|
+
|
|
2951
|
+
.c1to9vb9 {
|
|
2952
|
+
margin-left: 5px;
|
|
2949
2953
|
}
|
|
2950
2954
|
|
|
2951
2955
|
.t1upn1sz {
|
|
@@ -3942,20 +3946,6 @@ input.rrg1fkn.ant-input {
|
|
|
3942
3946
|
margin-left: 24px;
|
|
3943
3947
|
}
|
|
3944
3948
|
|
|
3945
|
-
.igz4le8 {
|
|
3946
|
-
height: 24px;
|
|
3947
|
-
width: 56px !important;
|
|
3948
|
-
margin-right: 4px;
|
|
3949
|
-
}
|
|
3950
|
-
|
|
3951
|
-
.c1riexje {
|
|
3952
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3953
|
-
}
|
|
3954
|
-
|
|
3955
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3956
|
-
display: flex;
|
|
3957
|
-
}
|
|
3958
|
-
|
|
3959
3949
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3960
3950
|
border-radius: 6px;
|
|
3961
3951
|
}
|
|
@@ -4011,6 +4001,20 @@ input.rrg1fkn.ant-input {
|
|
|
4011
4001
|
transform: rotate(180deg);
|
|
4012
4002
|
}
|
|
4013
4003
|
|
|
4004
|
+
.igz4le8 {
|
|
4005
|
+
height: 24px;
|
|
4006
|
+
width: 56px !important;
|
|
4007
|
+
margin-right: 4px;
|
|
4008
|
+
}
|
|
4009
|
+
|
|
4010
|
+
.c1riexje {
|
|
4011
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4012
|
+
}
|
|
4013
|
+
|
|
4014
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4015
|
+
display: flex;
|
|
4016
|
+
}
|
|
4017
|
+
|
|
4014
4018
|
.m1thnes4 {
|
|
4015
4019
|
color: rgba(44, 56, 82, 0.6);
|
|
4016
4020
|
text-align: center;
|