@cloudtower/eagle 0.24.7 → 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 +847 -934
- 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 +313 -313
- 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,6 +1597,21 @@ 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
|
+
|
|
1600
1615
|
.buj61ew.ant-btn {
|
|
1601
1616
|
height: 32px;
|
|
1602
1617
|
border-radius: 6px;
|
|
@@ -1845,6 +1860,19 @@ body {
|
|
|
1845
1860
|
padding: 0;
|
|
1846
1861
|
}
|
|
1847
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
|
+
|
|
1848
1876
|
.bpq0js6 {
|
|
1849
1877
|
padding: 4px 11px;
|
|
1850
1878
|
}
|
|
@@ -1874,21 +1902,6 @@ body {
|
|
|
1874
1902
|
border-radius: unset;
|
|
1875
1903
|
}
|
|
1876
1904
|
|
|
1877
|
-
.fde5mpd {
|
|
1878
|
-
width: 100%;
|
|
1879
|
-
height: 100%;
|
|
1880
|
-
min-height: 124px;
|
|
1881
|
-
display: flex;
|
|
1882
|
-
flex-direction: column;
|
|
1883
|
-
justify-content: center;
|
|
1884
|
-
align-items: center;
|
|
1885
|
-
}
|
|
1886
|
-
.fde5mpd .error-text {
|
|
1887
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
-
margin-bottom: 16px;
|
|
1889
|
-
font-size: 18px;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
1905
|
.i1mrf09m {
|
|
1893
1906
|
display: inline-flex;
|
|
1894
1907
|
align-items: center;
|
|
@@ -1907,19 +1920,6 @@ body {
|
|
|
1907
1920
|
animation: rotate 680ms linear infinite;
|
|
1908
1921
|
}
|
|
1909
1922
|
|
|
1910
|
-
.iap75of {
|
|
1911
|
-
height: 18px;
|
|
1912
|
-
line-height: 18px;
|
|
1913
|
-
padding: 0 4px;
|
|
1914
|
-
border-radius: 4px;
|
|
1915
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1916
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1917
|
-
display: flex;
|
|
1918
|
-
align-items: center;
|
|
1919
|
-
white-space: nowrap;
|
|
1920
|
-
margin-right: 4px;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
1923
|
.obf05yr {
|
|
1924
1924
|
display: inline-block;
|
|
1925
1925
|
}
|
|
@@ -1986,59 +1986,146 @@ body {
|
|
|
1986
1986
|
line-height: 18px;
|
|
1987
1987
|
}
|
|
1988
1988
|
|
|
1989
|
-
.
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
overflow: hidden;
|
|
1989
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1990
|
+
display: inline-flex;
|
|
1991
|
+
align-items: baseline;
|
|
1992
|
+
white-space: pre-wrap;
|
|
1994
1993
|
}
|
|
1995
|
-
.
|
|
1996
|
-
|
|
1994
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1995
|
+
position: relative;
|
|
1996
|
+
top: 3px;
|
|
1997
1997
|
}
|
|
1998
|
-
.
|
|
1999
|
-
|
|
2000
|
-
height: 16px;
|
|
1998
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1999
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2001
2000
|
}
|
|
2002
|
-
.
|
|
2003
|
-
|
|
2004
|
-
height: 32px;
|
|
2001
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2002
|
+
border-color: #0080ff;
|
|
2005
2003
|
}
|
|
2006
|
-
.
|
|
2007
|
-
|
|
2008
|
-
|
|
2004
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2005
|
+
border-color: #0080ff;
|
|
2006
|
+
background: #0080ff;
|
|
2009
2007
|
}
|
|
2010
|
-
.
|
|
2011
|
-
|
|
2012
|
-
|
|
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;
|
|
2013
2014
|
}
|
|
2014
|
-
.
|
|
2015
|
-
|
|
2016
|
-
width: 14px;
|
|
2017
|
-
top: 1px;
|
|
2018
|
-
left: 1px;
|
|
2015
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2016
|
+
opacity: 0.5;
|
|
2019
2017
|
}
|
|
2020
|
-
.
|
|
2021
|
-
|
|
2022
|
-
|
|
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);
|
|
2023
2021
|
}
|
|
2024
|
-
.
|
|
2025
|
-
|
|
2022
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2023
|
+
background: #00122e;
|
|
2026
2024
|
}
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2025
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2026
|
+
color: #00122e;
|
|
2027
|
+
opacity: 0.5;
|
|
2029
2028
|
}
|
|
2030
|
-
.
|
|
2031
|
-
|
|
2029
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2030
|
+
color: #00122e;
|
|
2032
2031
|
}
|
|
2033
|
-
.
|
|
2034
|
-
|
|
2032
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2033
|
+
display: inline-block;
|
|
2034
|
+
padding: 0;
|
|
2035
|
+
padding-left: 12px;
|
|
2035
2036
|
}
|
|
2036
|
-
.
|
|
2037
|
-
|
|
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;
|
|
2038
2044
|
}
|
|
2039
2045
|
|
|
2040
|
-
.
|
|
2041
|
-
|
|
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;
|
|
2042
2129
|
}
|
|
2043
2130
|
|
|
2044
2131
|
.cz04yix {
|
|
@@ -2646,206 +2733,64 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2646
2733
|
}
|
|
2647
2734
|
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2648
2735
|
color: rgba(0, 0, 0, 0.25);
|
|
2649
|
-
font-size: 12px;
|
|
2650
|
-
cursor: pointer;
|
|
2651
|
-
}
|
|
2652
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2653
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2654
|
-
}
|
|
2655
|
-
.kypn5o5.has-focus-indicator {
|
|
2656
|
-
position: relative;
|
|
2657
|
-
overflow: hidden;
|
|
2658
|
-
}
|
|
2659
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2660
|
-
position: absolute;
|
|
2661
|
-
top: 50%;
|
|
2662
|
-
transform: translateY(-50%);
|
|
2663
|
-
left: -16px;
|
|
2664
|
-
transition: left 150ms ease;
|
|
2665
|
-
opacity: 0;
|
|
2666
|
-
}
|
|
2667
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2668
|
-
left: 8px;
|
|
2669
|
-
opacity: 1;
|
|
2670
|
-
}
|
|
2671
|
-
.kypn5o5.has-focus-indicator input {
|
|
2672
|
-
transition: margin-left 150ms ease;
|
|
2673
|
-
margin-left: 0px;
|
|
2674
|
-
}
|
|
2675
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2676
|
-
margin-left: 16px;
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
input.l1ki27se.ant-input {
|
|
2680
|
-
border-top-right-radius: 0;
|
|
2681
|
-
border-bottom-right-radius: 0;
|
|
2682
|
-
}
|
|
2683
|
-
|
|
2684
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2685
|
-
border-top-right-radius: 0;
|
|
2686
|
-
border-bottom-right-radius: 0;
|
|
2687
|
-
}
|
|
2688
|
-
|
|
2689
|
-
input.rrg1fkn.ant-input {
|
|
2690
|
-
border-top-left-radius: 0;
|
|
2691
|
-
border-bottom-left-radius: 0;
|
|
2692
|
-
}
|
|
2693
|
-
|
|
2694
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2695
|
-
border-top-left-radius: 0;
|
|
2696
|
-
border-bottom-left-radius: 0;
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2700
|
-
border-top-right-radius: 0;
|
|
2701
|
-
border-bottom-right-radius: 0;
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2705
|
-
border-top-left-radius: 0;
|
|
2706
|
-
border-bottom-left-radius: 0;
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2710
|
-
display: inline-flex;
|
|
2711
|
-
align-items: baseline;
|
|
2712
|
-
white-space: pre-wrap;
|
|
2713
|
-
}
|
|
2714
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2715
|
-
position: relative;
|
|
2716
|
-
top: 3px;
|
|
2717
|
-
}
|
|
2718
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2719
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2720
|
-
}
|
|
2721
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2722
|
-
border-color: #0080ff;
|
|
2723
|
-
}
|
|
2724
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2725
|
-
border-color: #0080ff;
|
|
2726
|
-
background: #0080ff;
|
|
2727
|
-
}
|
|
2728
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2729
|
-
top: 4px;
|
|
2730
|
-
left: 4px;
|
|
2731
|
-
width: 6px;
|
|
2732
|
-
height: 6px;
|
|
2733
|
-
background: #fff;
|
|
2734
|
-
}
|
|
2735
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2736
|
-
opacity: 0.5;
|
|
2737
|
-
}
|
|
2738
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2739
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2740
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2741
|
-
}
|
|
2742
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2743
|
-
background: #00122e;
|
|
2744
|
-
}
|
|
2745
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2746
|
-
color: #00122e;
|
|
2747
|
-
opacity: 0.5;
|
|
2748
|
-
}
|
|
2749
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2750
|
-
color: #00122e;
|
|
2751
|
-
}
|
|
2752
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2753
|
-
display: inline-block;
|
|
2754
|
-
padding: 0;
|
|
2755
|
-
padding-left: 12px;
|
|
2756
|
-
}
|
|
2757
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2758
|
-
margin-bottom: 0;
|
|
2759
|
-
white-space: pre-wrap;
|
|
2760
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2761
|
-
}
|
|
2762
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2763
|
-
padding-left: 8px;
|
|
2764
|
-
}
|
|
2765
|
-
|
|
2766
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2767
|
-
border-radius: 5px 0 0 5px;
|
|
2768
|
-
}
|
|
2769
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2770
|
-
border-radius: 0 5px 5px 0;
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2773
|
-
.r1f0aqcc {
|
|
2774
|
-
color: #00122e;
|
|
2775
|
-
border-color: #ccd4e3;
|
|
2776
|
-
}
|
|
2777
|
-
.r1f0aqcc:first-child {
|
|
2778
|
-
color: #00122e;
|
|
2779
|
-
border-color: #a3b4cc;
|
|
2780
|
-
}
|
|
2781
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2782
|
-
padding: 0 12px;
|
|
2783
|
-
line-height: 32px;
|
|
2784
|
-
height: 32px;
|
|
2785
|
-
}
|
|
2786
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2787
|
-
white-space: nowrap;
|
|
2788
|
-
}
|
|
2789
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2790
|
-
background: #ccd4e3;
|
|
2791
|
-
}
|
|
2792
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2793
|
-
background: #0080ff;
|
|
2794
|
-
}
|
|
2795
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2796
|
-
background: #ccd4e3;
|
|
2797
|
-
opacity: 0.5;
|
|
2736
|
+
font-size: 12px;
|
|
2737
|
+
cursor: pointer;
|
|
2798
2738
|
}
|
|
2799
|
-
.
|
|
2800
|
-
|
|
2739
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2740
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2801
2741
|
}
|
|
2802
|
-
.
|
|
2803
|
-
|
|
2742
|
+
.kypn5o5.has-focus-indicator {
|
|
2743
|
+
position: relative;
|
|
2744
|
+
overflow: hidden;
|
|
2804
2745
|
}
|
|
2805
|
-
.
|
|
2806
|
-
|
|
2746
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2747
|
+
position: absolute;
|
|
2748
|
+
top: 50%;
|
|
2749
|
+
transform: translateY(-50%);
|
|
2750
|
+
left: -16px;
|
|
2751
|
+
transition: left 150ms ease;
|
|
2752
|
+
opacity: 0;
|
|
2807
2753
|
}
|
|
2808
|
-
.
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
opacity: 0.5;
|
|
2754
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2755
|
+
left: 8px;
|
|
2756
|
+
opacity: 1;
|
|
2812
2757
|
}
|
|
2813
|
-
.
|
|
2814
|
-
|
|
2815
|
-
|
|
2758
|
+
.kypn5o5.has-focus-indicator input {
|
|
2759
|
+
transition: margin-left 150ms ease;
|
|
2760
|
+
margin-left: 0px;
|
|
2816
2761
|
}
|
|
2817
|
-
.
|
|
2818
|
-
|
|
2819
|
-
border-color: #ccd4e3;
|
|
2820
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2762
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2763
|
+
margin-left: 16px;
|
|
2821
2764
|
}
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
border:
|
|
2826
|
-
padding: 0;
|
|
2827
|
-
width: 36px;
|
|
2828
|
-
background: transparent;
|
|
2765
|
+
|
|
2766
|
+
input.l1ki27se.ant-input {
|
|
2767
|
+
border-top-right-radius: 0;
|
|
2768
|
+
border-bottom-right-radius: 0;
|
|
2829
2769
|
}
|
|
2830
|
-
|
|
2831
|
-
|
|
2770
|
+
|
|
2771
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2772
|
+
border-top-right-radius: 0;
|
|
2773
|
+
border-bottom-right-radius: 0;
|
|
2832
2774
|
}
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2775
|
+
|
|
2776
|
+
input.rrg1fkn.ant-input {
|
|
2777
|
+
border-top-left-radius: 0;
|
|
2778
|
+
border-bottom-left-radius: 0;
|
|
2837
2779
|
}
|
|
2838
|
-
|
|
2839
|
-
|
|
2780
|
+
|
|
2781
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2782
|
+
border-top-left-radius: 0;
|
|
2783
|
+
border-bottom-left-radius: 0;
|
|
2840
2784
|
}
|
|
2841
|
-
|
|
2842
|
-
|
|
2785
|
+
|
|
2786
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2787
|
+
border-top-right-radius: 0;
|
|
2788
|
+
border-bottom-right-radius: 0;
|
|
2843
2789
|
}
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
width: 36px;
|
|
2790
|
+
|
|
2791
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2792
|
+
border-top-left-radius: 0;
|
|
2793
|
+
border-bottom-left-radius: 0;
|
|
2849
2794
|
}
|
|
2850
2795
|
|
|
2851
2796
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2931,6 +2876,61 @@ input.rrg1fkn.ant-input {
|
|
|
2931
2876
|
padding: 0;
|
|
2932
2877
|
}
|
|
2933
2878
|
|
|
2879
|
+
.s34f1qb.ant-switch {
|
|
2880
|
+
min-width: 40px;
|
|
2881
|
+
height: 24px;
|
|
2882
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2883
|
+
overflow: hidden;
|
|
2884
|
+
}
|
|
2885
|
+
.s34f1qb.ant-switch:focus {
|
|
2886
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2887
|
+
}
|
|
2888
|
+
.s34f1qb.ant-switch-small {
|
|
2889
|
+
min-width: 26px;
|
|
2890
|
+
height: 16px;
|
|
2891
|
+
}
|
|
2892
|
+
.s34f1qb.ant-switch-large {
|
|
2893
|
+
min-width: 52px;
|
|
2894
|
+
height: 32px;
|
|
2895
|
+
}
|
|
2896
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2897
|
+
height: 20px;
|
|
2898
|
+
width: 20px;
|
|
2899
|
+
}
|
|
2900
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2901
|
+
border-radius: 10px;
|
|
2902
|
+
transition-delay: 120ms;
|
|
2903
|
+
}
|
|
2904
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2905
|
+
height: 14px;
|
|
2906
|
+
width: 14px;
|
|
2907
|
+
top: 1px;
|
|
2908
|
+
left: 1px;
|
|
2909
|
+
}
|
|
2910
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2911
|
+
height: 28px;
|
|
2912
|
+
width: 28px;
|
|
2913
|
+
}
|
|
2914
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2915
|
+
border-radius: 14px;
|
|
2916
|
+
}
|
|
2917
|
+
.s34f1qb.ant-switch-checked {
|
|
2918
|
+
background-color: #00ba5d;
|
|
2919
|
+
}
|
|
2920
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2921
|
+
left: calc(100% - 20px - 2px);
|
|
2922
|
+
}
|
|
2923
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2924
|
+
left: calc(100% - 14px - 1px);
|
|
2925
|
+
}
|
|
2926
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2927
|
+
left: calc(100% - 28px - 2px);
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
.c1to9vb9 {
|
|
2931
|
+
margin-left: 5px;
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2934
2934
|
.t1upn1sz {
|
|
2935
2935
|
height: 100%;
|
|
2936
2936
|
}
|
|
@@ -4185,52 +4185,6 @@ 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
|
-
|
|
4234
4188
|
.tc40oxa {
|
|
4235
4189
|
margin-bottom: 4px;
|
|
4236
4190
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4427,31 +4381,46 @@ input.rrg1fkn.ant-input {
|
|
|
4427
4381
|
margin-right: 8px;
|
|
4428
4382
|
}
|
|
4429
4383
|
|
|
4430
|
-
.
|
|
4431
|
-
display: var(--
|
|
4384
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4385
|
+
display: var(--at4ovwe-0);
|
|
4432
4386
|
}
|
|
4433
|
-
.
|
|
4434
|
-
padding:
|
|
4387
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4388
|
+
padding: 5px 12px;
|
|
4435
4389
|
display: inline-flex;
|
|
4436
4390
|
line-height: 1.5715;
|
|
4437
|
-
height:
|
|
4391
|
+
height: 100%;
|
|
4392
|
+
width: 100%;
|
|
4438
4393
|
}
|
|
4439
|
-
.
|
|
4440
|
-
content: var(--
|
|
4441
|
-
display: var(--
|
|
4394
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4395
|
+
content: var(--at4ovwe-1);
|
|
4396
|
+
display: var(--at4ovwe-2);
|
|
4442
4397
|
flex: none;
|
|
4443
4398
|
align-items: center;
|
|
4444
4399
|
margin-left: 4px;
|
|
4400
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4445
4401
|
}
|
|
4446
|
-
.
|
|
4447
|
-
content: var(--
|
|
4448
|
-
display: var(--
|
|
4402
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4403
|
+
content: var(--at4ovwe-3);
|
|
4404
|
+
display: var(--at4ovwe-4);
|
|
4449
4405
|
flex: none;
|
|
4450
4406
|
align-items: center;
|
|
4451
4407
|
margin-right: 4px;
|
|
4452
4408
|
cursor: auto;
|
|
4409
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4453
4410
|
}
|
|
4454
|
-
.
|
|
4411
|
+
.at4ovwe.ant-input-number {
|
|
4412
|
+
width: 100%;
|
|
4413
|
+
border-radius: 6px;
|
|
4414
|
+
}
|
|
4415
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4416
|
+
border-color: #0096ff;
|
|
4417
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4418
|
+
}
|
|
4419
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4420
|
+
border-color: #e75a3a;
|
|
4421
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4422
|
+
}
|
|
4423
|
+
.at4ovwe .ant-input-number-input {
|
|
4455
4424
|
padding: 0;
|
|
4456
4425
|
margin: 0;
|
|
4457
4426
|
height: auto;
|
|
@@ -4475,4 +4444,35 @@ input.rrg1fkn.ant-input {
|
|
|
4475
4444
|
}
|
|
4476
4445
|
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4477
4446
|
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
|
}
|