@cloudtower/eagle 0.17.13 → 0.20.0
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/UIKitProvider/index.d.ts +8 -0
- package/dist/components/Alert/index.d.ts +3 -0
- package/dist/components/Arch/index.d.ts +3 -0
- package/dist/components/Badge/index.d.ts +3 -0
- package/dist/components/BaseIcon/BaseIcon.stories.d.ts +5 -0
- package/dist/components/Bit/index.d.ts +3 -0
- package/dist/components/BitPerSecond/index.d.ts +3 -0
- package/dist/components/Bps/index.d.ts +3 -0
- package/dist/components/Button/Button.stories.d.ts +18 -0
- package/dist/components/Button/HoverableElement.d.ts +9 -0
- package/dist/components/Button/HoverableElement.stories.d.ts +5 -0
- package/dist/components/Button/index.d.ts +6 -6
- package/dist/components/Byte/index.d.ts +3 -0
- package/dist/components/Checkbox/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Checkbox/index.d.ts +8 -0
- package/dist/components/Empty/index.d.ts +3 -0
- package/dist/components/Fields/FieldsBoolean/FieldsBoolean.stories.d.ts +5 -0
- package/dist/components/Fields/FieldsBoolean/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Fields/FieldsBoolean/index.d.ts +4 -0
- package/dist/components/Fields/FieldsDateTime/index.d.ts +4 -0
- package/dist/components/Fields/FieldsDateTimeRange/FieldsDateTimeRange.stories.d.ts +11 -0
- package/dist/components/Fields/FieldsDateTimeRange/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Fields/FieldsDateTimeRange/index.d.ts +5 -0
- package/dist/components/Fields/FieldsEnum/FieldsEnum.stories.d.ts +7 -0
- package/dist/components/Fields/FieldsEnum/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Fields/FieldsEnum/index.d.ts +4 -0
- package/dist/components/Fields/FieldsFloat/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Fields/FieldsFloat/index.d.ts +4 -0
- package/dist/components/Fields/FieldsInt/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Fields/FieldsInt/index.d.ts +4 -0
- package/dist/components/Fields/FieldsInteger/FieldsInteger.stories.d.ts +6 -0
- package/dist/components/Fields/FieldsInteger/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Fields/FieldsInteger/index.d.ts +4 -0
- package/dist/components/Fields/FieldsString/FieldsString.stories.d.ts +19 -0
- package/dist/components/Fields/FieldsString/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Fields/FieldsString/index.d.ts +4 -0
- package/dist/components/Fields/FieldsTextArea/index.d.ts +5 -0
- package/dist/components/Fields/FieldsTimePicker/FieldsTimePicker.stories.d.ts +11 -0
- package/dist/components/Fields/FieldsTimePicker/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Fields/FieldsTimePicker/index.d.ts +5 -0
- package/dist/components/Fields/index.d.ts +26 -0
- package/dist/components/Frequency/index.d.ts +3 -0
- package/dist/components/Icon/Icon.stories.d.ts +39 -0
- package/dist/components/Icon/index.d.ts +14 -15
- package/dist/components/Input/Input.stories.d.ts +29 -0
- package/dist/components/Input/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Input/index.d.ts +6 -0
- package/dist/components/InputGroup/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/InputGroup/index.d.ts +3 -0
- package/dist/components/InputInteger/__test__/unit.test.d.ts +1 -0
- package/dist/components/InputInteger/formatterInteger.d.ts +2 -0
- package/dist/components/InputNumber/index.d.ts +12 -0
- package/dist/components/InputTagItem/index.d.ts +5 -0
- package/dist/components/Loading/index.d.ts +2 -2
- package/dist/components/Metric/Metric.stories.d.ts +6 -0
- package/dist/components/Metric/mockMetric.d.ts +3 -0
- package/dist/components/Metric/mockMetric2.d.ts +3 -0
- package/dist/components/Modal/ImmersiveModal.d.ts +5 -0
- package/dist/components/Modal/Modal.stories.d.ts +5 -0
- package/dist/components/Pagination/index.d.ts +0 -1
- package/dist/components/Percent/index.d.ts +3 -0
- package/dist/components/Progress/index.d.ts +3 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts +4 -0
- package/dist/components/SearchInput/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/SearchInput/index.d.ts +3 -0
- package/dist/components/Second/index.d.ts +3 -0
- package/dist/components/Select/Select.stories.d.ts +16 -0
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Speed/index.d.ts +3 -0
- package/dist/components/Steps/index.d.ts +2 -2
- package/dist/components/Styled/index.d.ts +11 -0
- package/dist/components/Table/SearchWidget.d.ts +3 -3
- package/dist/components/Table/TableWidget.d.ts +1 -1
- package/dist/components/Table/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/TextArea/index.d.ts +4 -0
- package/dist/components/TimePicker/index.d.ts +6 -0
- package/dist/components/TowerTable/TowerTable.stories.d.ts +12 -0
- package/dist/components/TowerTable/WrapperComponent.d.ts +2 -2
- package/dist/components/antd.d.ts +0 -24
- package/dist/components/images/index.d.ts +15 -1123
- package/dist/components/index.d.ts +0 -8
- package/dist/esm/index.js +2674 -9086
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/useLocalStorage.d.ts +1 -1
- package/dist/hooks/useSearch.d.ts +1 -1
- package/dist/hooks/utils.d.ts +1 -1
- package/dist/index.d.ts +7 -5
- package/dist/spec/base.d.ts +50 -151
- package/dist/spec/react-final-form.d.ts +46 -0
- package/dist/store/modal.d.ts +3 -0
- package/dist/style.css +774 -848
- package/dist/umd/index.js +2611 -10318
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/__test__/tower.test.d.ts +1 -0
- package/dist/utils/icon.d.ts +1 -2
- package/dist/utils/isEmpty.d.ts +2 -0
- package/dist/utils/router.d.ts +1 -1
- package/dist/utils/tower.d.ts +62 -0
- package/package.json +32 -13
- package/README.md +0 -26
- package/dist/components/Form/index.d.ts +0 -154
- package/dist/components/FormError/index.d.ts +0 -29
- package/dist/components/HoverableIcon/index.d.ts +0 -10
- package/dist/components/Modal2/Error.d.ts +0 -14
- package/dist/components/Modal2/InitializedModal.d.ts +0 -4
- package/dist/components/Modal2/Modal.d.ts +0 -9
- package/dist/components/Modal2/WizardModal.d.ts +0 -4
- package/dist/components/Modal2/index.d.ts +0 -10
- package/dist/components/SimplePagination/index.d.ts +0 -4
- package/dist/components/images/images-type.d.ts +0 -1
package/dist/style.css
CHANGED
|
@@ -1862,29 +1862,28 @@ input[type=submit] {
|
|
|
1862
1862
|
padding: 0;
|
|
1863
1863
|
}
|
|
1864
1864
|
|
|
1865
|
-
.
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
.i1mrf09m {
|
|
1874
|
-
display: inline-flex;
|
|
1865
|
+
.fde5mpd {
|
|
1866
|
+
width: 100%;
|
|
1867
|
+
height: 100%;
|
|
1868
|
+
min-height: 124px;
|
|
1869
|
+
display: flex;
|
|
1870
|
+
flex-direction: column;
|
|
1871
|
+
justify-content: center;
|
|
1875
1872
|
align-items: center;
|
|
1876
1873
|
}
|
|
1877
|
-
.
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1874
|
+
.fde5mpd .error-text {
|
|
1875
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1876
|
+
margin-bottom: 16px;
|
|
1877
|
+
font-size: 18px;
|
|
1881
1878
|
}
|
|
1882
|
-
|
|
1883
|
-
.
|
|
1884
|
-
|
|
1879
|
+
|
|
1880
|
+
.obf05yr {
|
|
1881
|
+
display: inline-block;
|
|
1885
1882
|
}
|
|
1886
|
-
|
|
1887
|
-
|
|
1883
|
+
|
|
1884
|
+
.hsms1n6 {
|
|
1885
|
+
visibility: hidden;
|
|
1886
|
+
position: absolute;
|
|
1888
1887
|
}
|
|
1889
1888
|
|
|
1890
1889
|
.bpq0js6 {
|
|
@@ -1916,450 +1915,358 @@ input[type=submit] {
|
|
|
1916
1915
|
border-radius: unset;
|
|
1917
1916
|
}
|
|
1918
1917
|
|
|
1919
|
-
.
|
|
1920
|
-
width: 100%;
|
|
1921
|
-
height: 100%;
|
|
1922
|
-
min-height: 124px;
|
|
1918
|
+
.p12gwtiw {
|
|
1923
1919
|
display: flex;
|
|
1924
|
-
|
|
1925
|
-
justify-content: center;
|
|
1920
|
+
justify-content: space-between;
|
|
1926
1921
|
align-items: center;
|
|
1922
|
+
padding: 10px 0;
|
|
1923
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1924
|
+
font-size: 12px;
|
|
1925
|
+
line-height: 24px;
|
|
1927
1926
|
}
|
|
1928
|
-
.
|
|
1929
|
-
|
|
1930
|
-
margin-bottom: 16px;
|
|
1931
|
-
font-size: 18px;
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
.k5vyv6v input, .k5vyv6v.input-tags {
|
|
1935
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
1936
|
-
border-radius: 4px;
|
|
1937
|
-
}
|
|
1938
|
-
.k5vyv6v.input-tags {
|
|
1939
|
-
position: relative;
|
|
1940
|
-
padding: 6px;
|
|
1941
|
-
height: 32px;
|
|
1942
|
-
cursor: pointer;
|
|
1943
|
-
transition: border 150ms;
|
|
1944
|
-
}
|
|
1945
|
-
.k5vyv6v.input-tags:hover {
|
|
1946
|
-
border-color: #0080ff;
|
|
1947
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
1948
|
-
}
|
|
1949
|
-
.k5vyv6v.input-tags.kit-input-suffix-wrapper {
|
|
1950
|
-
padding-right: 30px;
|
|
1951
|
-
}
|
|
1952
|
-
.k5vyv6v.input-tags .input-tags-inner {
|
|
1953
|
-
display: flex;
|
|
1927
|
+
.p12gwtiw .pagination-left {
|
|
1928
|
+
padding: 2px 8px;
|
|
1954
1929
|
}
|
|
1955
|
-
.
|
|
1930
|
+
.p12gwtiw .dropdown-trigger {
|
|
1956
1931
|
display: flex;
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
position: absolute;
|
|
1960
|
-
right: 12px;
|
|
1961
|
-
top: 50%;
|
|
1962
|
-
transform: translateY(-50%);
|
|
1963
|
-
}
|
|
1964
|
-
.k5vyv6v.input-tags .input-tag-suffix .anticon-close-circle {
|
|
1965
|
-
color: rgba(0, 0, 0, 0.25);
|
|
1966
|
-
font-size: 12px;
|
|
1932
|
+
align-items: center;
|
|
1933
|
+
border-radius: 6px;
|
|
1967
1934
|
cursor: pointer;
|
|
1935
|
+
transition: all 0.3s ease;
|
|
1968
1936
|
}
|
|
1969
|
-
.
|
|
1970
|
-
|
|
1937
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1938
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1939
|
+
color: #0080ff;
|
|
1971
1940
|
}
|
|
1972
|
-
.
|
|
1973
|
-
|
|
1974
|
-
overflow: hidden;
|
|
1941
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1942
|
+
margin-left: 4px;
|
|
1975
1943
|
}
|
|
1976
|
-
.
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
transition: left 150ms ease;
|
|
1982
|
-
opacity: 0;
|
|
1944
|
+
.p12gwtiw .pagination-right {
|
|
1945
|
+
display: flex;
|
|
1946
|
+
align-items: center;
|
|
1947
|
+
color: #0080ff;
|
|
1948
|
+
font-weight: bold;
|
|
1983
1949
|
}
|
|
1984
|
-
.
|
|
1985
|
-
left:
|
|
1986
|
-
opacity: 1;
|
|
1950
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1951
|
+
margin-left: 4px;
|
|
1987
1952
|
}
|
|
1988
|
-
.
|
|
1989
|
-
|
|
1990
|
-
|
|
1953
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1954
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1955
|
+
padding: 0 8px;
|
|
1991
1956
|
}
|
|
1992
|
-
.
|
|
1993
|
-
|
|
1957
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1958
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1959
|
+
color: #0080ff;
|
|
1994
1960
|
}
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
height: 18px;
|
|
1998
|
-
line-height: 18px;
|
|
1999
|
-
padding: 0 4px;
|
|
2000
|
-
border-radius: 4px;
|
|
2001
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2002
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2003
|
-
display: flex;
|
|
2004
|
-
align-items: center;
|
|
2005
|
-
white-space: nowrap;
|
|
2006
|
-
margin-right: 4px;
|
|
1961
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1962
|
+
transform: rotate(180deg);
|
|
2007
1963
|
}
|
|
2008
1964
|
|
|
2009
|
-
.
|
|
2010
|
-
|
|
1965
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1966
|
+
max-height: calc(100vh - 128px);
|
|
1967
|
+
overflow-y: auto;
|
|
2011
1968
|
}
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
1969
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1970
|
+
padding: 4px 20px;
|
|
1971
|
+
font-size: 12px;
|
|
1972
|
+
line-height: 18px;
|
|
2016
1973
|
}
|
|
2017
1974
|
|
|
2018
|
-
.
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
border-radius: 6px;
|
|
2023
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2024
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2025
|
-
}
|
|
2026
|
-
.i1tep2wa.ant-input.ant-input-lg {
|
|
2027
|
-
padding: 8px 16px;
|
|
2028
|
-
line-height: 22px;
|
|
1975
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1976
|
+
display: inline-flex;
|
|
1977
|
+
align-items: baseline;
|
|
1978
|
+
white-space: pre-wrap;
|
|
2029
1979
|
}
|
|
2030
|
-
.
|
|
2031
|
-
|
|
2032
|
-
|
|
1980
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1981
|
+
position: relative;
|
|
1982
|
+
top: 3px;
|
|
2033
1983
|
}
|
|
2034
|
-
.
|
|
1984
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2035
1985
|
border-color: rgba(107, 128, 167, 0.6);
|
|
2036
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2037
1986
|
}
|
|
2038
|
-
.
|
|
2039
|
-
border-color: #
|
|
2040
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
1987
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1988
|
+
border-color: #0080ff;
|
|
2041
1989
|
}
|
|
2042
|
-
.
|
|
2043
|
-
border-color: #
|
|
2044
|
-
|
|
1990
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1991
|
+
border-color: #0080ff;
|
|
1992
|
+
background: #0080ff;
|
|
2045
1993
|
}
|
|
2046
|
-
.
|
|
2047
|
-
|
|
2048
|
-
|
|
1994
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1995
|
+
top: 4px;
|
|
1996
|
+
left: 4px;
|
|
1997
|
+
width: 6px;
|
|
1998
|
+
height: 6px;
|
|
1999
|
+
background: #fff;
|
|
2049
2000
|
}
|
|
2050
|
-
.
|
|
2051
|
-
|
|
2052
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2001
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2002
|
+
opacity: 0.5;
|
|
2053
2003
|
}
|
|
2054
|
-
.
|
|
2004
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2005
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2055
2006
|
background: rgba(211, 218, 235, 0.6);
|
|
2056
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2057
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2058
2007
|
}
|
|
2059
|
-
.
|
|
2060
|
-
|
|
2061
|
-
border-radius: 6px;
|
|
2062
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2063
|
-
line-height: 20px;
|
|
2064
|
-
color: #2d3a56;
|
|
2065
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2008
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2009
|
+
background: #00122e;
|
|
2066
2010
|
}
|
|
2067
|
-
.
|
|
2068
|
-
|
|
2069
|
-
|
|
2011
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2012
|
+
color: #00122e;
|
|
2013
|
+
opacity: 0.5;
|
|
2070
2014
|
}
|
|
2071
|
-
.
|
|
2072
|
-
|
|
2073
|
-
line-height: 22px;
|
|
2015
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2016
|
+
color: #00122e;
|
|
2074
2017
|
}
|
|
2075
|
-
.
|
|
2076
|
-
|
|
2077
|
-
|
|
2018
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2019
|
+
display: inline-block;
|
|
2020
|
+
padding: 0;
|
|
2021
|
+
padding-left: 12px;
|
|
2078
2022
|
}
|
|
2079
|
-
.
|
|
2080
|
-
|
|
2081
|
-
|
|
2023
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2024
|
+
margin-bottom: 0;
|
|
2025
|
+
white-space: pre-wrap;
|
|
2026
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2082
2027
|
}
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2085
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2028
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2029
|
+
padding-left: 8px;
|
|
2086
2030
|
}
|
|
2087
|
-
|
|
2088
|
-
|
|
2031
|
+
|
|
2032
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2033
|
+
border-radius: 5px 0 0 5px;
|
|
2089
2034
|
}
|
|
2090
|
-
.
|
|
2091
|
-
|
|
2035
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2036
|
+
border-radius: 0 5px 5px 0;
|
|
2092
2037
|
}
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2038
|
+
|
|
2039
|
+
.r1f0aqcc {
|
|
2040
|
+
color: #00122e;
|
|
2041
|
+
border-color: #ccd4e3;
|
|
2096
2042
|
}
|
|
2097
|
-
.
|
|
2098
|
-
|
|
2099
|
-
|
|
2043
|
+
.r1f0aqcc:first-child {
|
|
2044
|
+
color: #00122e;
|
|
2045
|
+
border-color: #a3b4cc;
|
|
2100
2046
|
}
|
|
2101
|
-
.
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2047
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2048
|
+
padding: 0 12px;
|
|
2049
|
+
line-height: 32px;
|
|
2050
|
+
height: 32px;
|
|
2105
2051
|
}
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
transition-delay: 50ms;
|
|
2052
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2053
|
+
white-space: nowrap;
|
|
2109
2054
|
}
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
height: 40px;
|
|
2055
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2056
|
+
background: #ccd4e3;
|
|
2113
2057
|
}
|
|
2114
|
-
|
|
2115
|
-
|
|
2058
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2059
|
+
background: #0080ff;
|
|
2116
2060
|
}
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2061
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2062
|
+
background: #ccd4e3;
|
|
2063
|
+
opacity: 0.5;
|
|
2120
2064
|
}
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
}
|
|
2124
|
-
textarea.i1tep2wa.ant-input.textarea-small {
|
|
2125
|
-
min-height: 24px;
|
|
2126
|
-
height: 24px;
|
|
2065
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2066
|
+
border-right-color: #0080ff;
|
|
2127
2067
|
}
|
|
2128
|
-
|
|
2129
|
-
|
|
2068
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2069
|
+
border-color: #0080ff;
|
|
2130
2070
|
}
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
display: var(--a583uz8-0);
|
|
2071
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2072
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2134
2073
|
}
|
|
2135
|
-
.
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
height: inherit;
|
|
2074
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2075
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2076
|
+
border-color: #ccd4e3;
|
|
2077
|
+
opacity: 0.5;
|
|
2140
2078
|
}
|
|
2141
|
-
.
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
flex: none;
|
|
2145
|
-
align-items: center;
|
|
2146
|
-
margin-left: 4px;
|
|
2079
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2080
|
+
color: #00122e;
|
|
2081
|
+
border-color: #ccd4e3;
|
|
2147
2082
|
}
|
|
2148
|
-
.
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
align-items: center;
|
|
2153
|
-
margin-right: 4px;
|
|
2154
|
-
cursor: auto;
|
|
2083
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2084
|
+
color: #00122e;
|
|
2085
|
+
border-color: #ccd4e3;
|
|
2086
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2155
2087
|
}
|
|
2156
|
-
.
|
|
2088
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2089
|
+
margin-right: 8px;
|
|
2090
|
+
display: inline;
|
|
2091
|
+
border: none;
|
|
2157
2092
|
padding: 0;
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
font-size: inherit;
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
|
-
.a1ej28xa .ant-input-number-handler-wrap {
|
|
2164
|
-
display: var(--a1ej28xa-0);
|
|
2165
|
-
}
|
|
2166
|
-
.a1ej28xa .ant-input-number-input-wrap {
|
|
2167
|
-
padding: 5px 12px;
|
|
2168
|
-
display: inline-flex;
|
|
2169
|
-
line-height: 1.5715;
|
|
2170
|
-
height: 100%;
|
|
2171
|
-
width: 100%;
|
|
2172
|
-
}
|
|
2173
|
-
.a1ej28xa .ant-input-number-input-wrap::after {
|
|
2174
|
-
content: var(--a1ej28xa-1);
|
|
2175
|
-
display: var(--a1ej28xa-2);
|
|
2176
|
-
flex: none;
|
|
2177
|
-
align-items: center;
|
|
2178
|
-
margin-left: 4px;
|
|
2179
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2093
|
+
width: 36px;
|
|
2094
|
+
background: transparent;
|
|
2180
2095
|
}
|
|
2181
|
-
.
|
|
2182
|
-
|
|
2183
|
-
display: var(--a1ej28xa-4);
|
|
2184
|
-
flex: none;
|
|
2185
|
-
align-items: center;
|
|
2186
|
-
margin-right: 4px;
|
|
2187
|
-
cursor: auto;
|
|
2188
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2096
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2097
|
+
box-shadow: none;
|
|
2189
2098
|
}
|
|
2190
|
-
.
|
|
2191
|
-
|
|
2192
|
-
|
|
2099
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2100
|
+
margin-right: 0;
|
|
2101
|
+
width: initial;
|
|
2102
|
+
box-shadow: none;
|
|
2193
2103
|
}
|
|
2194
|
-
.
|
|
2195
|
-
|
|
2196
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2104
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2105
|
+
display: none;
|
|
2197
2106
|
}
|
|
2198
|
-
.
|
|
2199
|
-
|
|
2200
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2107
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2108
|
+
display: inline;
|
|
2201
2109
|
}
|
|
2202
|
-
.
|
|
2110
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2111
|
+
display: inline;
|
|
2112
|
+
margin-right: 8px;
|
|
2203
2113
|
padding: 0;
|
|
2204
|
-
|
|
2205
|
-
height: auto;
|
|
2206
|
-
font-size: inherit;
|
|
2114
|
+
width: 36px;
|
|
2207
2115
|
}
|
|
2208
2116
|
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2117
|
+
.i1mrf09m {
|
|
2118
|
+
display: inline-flex;
|
|
2119
|
+
align-items: center;
|
|
2212
2120
|
}
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2121
|
+
.i1mrf09m .icon-inner {
|
|
2122
|
+
display: inline-flex;
|
|
2123
|
+
align-items: center;
|
|
2124
|
+
justify-content: center;
|
|
2217
2125
|
}
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
border-bottom-left-radius: 0;
|
|
2126
|
+
.i1mrf09m .icon-inner + span,
|
|
2127
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2128
|
+
margin-left: 4px;
|
|
2222
2129
|
}
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
border-top-left-radius: 0;
|
|
2226
|
-
border-bottom-left-radius: 0;
|
|
2130
|
+
.i1mrf09m.is-rotate img {
|
|
2131
|
+
animation: rotate 680ms linear infinite;
|
|
2227
2132
|
}
|
|
2228
2133
|
|
|
2229
|
-
.
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2134
|
+
.s34f1qb.ant-switch {
|
|
2135
|
+
min-width: 40px;
|
|
2136
|
+
height: 24px;
|
|
2137
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2138
|
+
overflow: hidden;
|
|
2233
2139
|
}
|
|
2234
|
-
.
|
|
2235
|
-
|
|
2236
|
-
display: flex;
|
|
2237
|
-
align-items: center;
|
|
2238
|
-
top: 0;
|
|
2140
|
+
.s34f1qb.ant-switch:focus {
|
|
2141
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2239
2142
|
}
|
|
2240
|
-
.
|
|
2241
|
-
|
|
2143
|
+
.s34f1qb.ant-switch-small {
|
|
2144
|
+
min-width: 26px;
|
|
2145
|
+
height: 16px;
|
|
2242
2146
|
}
|
|
2243
|
-
.
|
|
2244
|
-
|
|
2245
|
-
|
|
2147
|
+
.s34f1qb.ant-switch-large {
|
|
2148
|
+
min-width: 52px;
|
|
2149
|
+
height: 32px;
|
|
2246
2150
|
}
|
|
2247
|
-
.
|
|
2248
|
-
|
|
2151
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2152
|
+
height: 20px;
|
|
2153
|
+
width: 20px;
|
|
2249
2154
|
}
|
|
2250
|
-
.
|
|
2251
|
-
|
|
2252
|
-
|
|
2155
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2156
|
+
border-radius: 10px;
|
|
2157
|
+
transition-delay: 120ms;
|
|
2253
2158
|
}
|
|
2254
|
-
.
|
|
2255
|
-
|
|
2159
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2160
|
+
height: 14px;
|
|
2161
|
+
width: 14px;
|
|
2162
|
+
top: 1px;
|
|
2163
|
+
left: 1px;
|
|
2256
2164
|
}
|
|
2257
|
-
.
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
width: 10px;
|
|
2261
|
-
border-radius: 2px;
|
|
2165
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2166
|
+
height: 28px;
|
|
2167
|
+
width: 28px;
|
|
2262
2168
|
}
|
|
2263
|
-
.
|
|
2264
|
-
|
|
2169
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2170
|
+
border-radius: 14px;
|
|
2265
2171
|
}
|
|
2266
|
-
.
|
|
2267
|
-
background:
|
|
2268
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
2172
|
+
.s34f1qb.ant-switch-checked {
|
|
2173
|
+
background-color: #00ba5d;
|
|
2269
2174
|
}
|
|
2270
|
-
.
|
|
2271
|
-
|
|
2175
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2176
|
+
left: calc(100% - 20px - 2px);
|
|
2272
2177
|
}
|
|
2273
|
-
.
|
|
2274
|
-
|
|
2178
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2179
|
+
left: calc(100% - 14px - 1px);
|
|
2275
2180
|
}
|
|
2276
|
-
.
|
|
2277
|
-
|
|
2278
|
-
padding: 0;
|
|
2181
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2182
|
+
left: calc(100% - 28px - 2px);
|
|
2279
2183
|
}
|
|
2280
|
-
|
|
2281
|
-
.
|
|
2282
|
-
|
|
2283
|
-
margin-left: 12px;
|
|
2284
|
-
color: #2d3a56;
|
|
2184
|
+
|
|
2185
|
+
.c1to9vb9 {
|
|
2186
|
+
margin-left: 5px;
|
|
2285
2187
|
}
|
|
2286
|
-
|
|
2287
|
-
.
|
|
2288
|
-
|
|
2289
|
-
|
|
2188
|
+
|
|
2189
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2190
|
+
flex-direction: row;
|
|
2191
|
+
justify-content: stretch;
|
|
2290
2192
|
}
|
|
2291
|
-
.
|
|
2292
|
-
|
|
2293
|
-
margin-
|
|
2193
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2194
|
+
padding: 0;
|
|
2195
|
+
margin-right: 4px;
|
|
2196
|
+
flex: 1;
|
|
2197
|
+
overflow: visible;
|
|
2294
2198
|
}
|
|
2295
|
-
.
|
|
2296
|
-
|
|
2297
|
-
margin-left: 24px;
|
|
2199
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2200
|
+
display: none;
|
|
2298
2201
|
}
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2202
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2203
|
+
width: 100%;
|
|
2204
|
+
min-height: unset;
|
|
2302
2205
|
}
|
|
2303
|
-
.
|
|
2206
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2207
|
+
height: 26px;
|
|
2208
|
+
line-height: 26px;
|
|
2304
2209
|
width: 100%;
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
font-size: 13px;
|
|
2210
|
+
text-align: center;
|
|
2211
|
+
padding: 0;
|
|
2212
|
+
font-size: 12px;
|
|
2213
|
+
font-weight: normal;
|
|
2310
2214
|
}
|
|
2311
|
-
.
|
|
2312
|
-
|
|
2313
|
-
font-size: 13px;
|
|
2215
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2216
|
+
margin-right: 10px;
|
|
2314
2217
|
}
|
|
2315
|
-
.
|
|
2316
|
-
|
|
2317
|
-
transition: 160ms ease;
|
|
2218
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2219
|
+
display: none;
|
|
2318
2220
|
}
|
|
2319
|
-
.
|
|
2320
|
-
|
|
2221
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2222
|
+
border-radius: 4px 0 0 4px;
|
|
2321
2223
|
}
|
|
2322
|
-
.
|
|
2323
|
-
|
|
2324
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2224
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2225
|
+
margin-right: 0;
|
|
2325
2226
|
}
|
|
2326
|
-
.
|
|
2327
|
-
|
|
2227
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2228
|
+
border-radius: 0 4px 4px 0;
|
|
2328
2229
|
}
|
|
2329
|
-
.
|
|
2330
|
-
|
|
2331
|
-
|
|
2230
|
+
.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 {
|
|
2231
|
+
content: "";
|
|
2232
|
+
width: 0;
|
|
2233
|
+
height: 0;
|
|
2234
|
+
border: 13px solid transparent;
|
|
2235
|
+
position: absolute;
|
|
2236
|
+
top: 0;
|
|
2237
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2238
|
+
right: -21px;
|
|
2239
|
+
z-index: 2;
|
|
2332
2240
|
}
|
|
2333
|
-
.
|
|
2334
|
-
|
|
2241
|
+
.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 {
|
|
2242
|
+
content: "";
|
|
2243
|
+
width: 0;
|
|
2244
|
+
height: 0;
|
|
2245
|
+
border: 13px solid transparent;
|
|
2246
|
+
position: absolute;
|
|
2247
|
+
top: 0;
|
|
2248
|
+
border-left: 8px solid #fff;
|
|
2249
|
+
left: 0;
|
|
2335
2250
|
}
|
|
2336
|
-
.
|
|
2337
|
-
background: rgba(
|
|
2338
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2339
|
-
cursor: "not-allowed";
|
|
2251
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2252
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2340
2253
|
}
|
|
2341
|
-
.
|
|
2342
|
-
border-color:
|
|
2254
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2255
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2343
2256
|
}
|
|
2344
|
-
.
|
|
2345
|
-
color: #
|
|
2257
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2258
|
+
color: #005ed1;
|
|
2346
2259
|
}
|
|
2347
|
-
.
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
}
|
|
2351
|
-
.s6j2ybb.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
2352
|
-
transform: rotate(180deg);
|
|
2260
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2261
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2262
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2353
2263
|
}
|
|
2354
|
-
|
|
2355
|
-
.
|
|
2356
|
-
|
|
2357
|
-
border-bottom-right-radius: 0;
|
|
2264
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2265
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2266
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2358
2267
|
}
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
border-top-left-radius: 0;
|
|
2362
|
-
border-bottom-left-radius: 0;
|
|
2268
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2269
|
+
padding: 0;
|
|
2363
2270
|
}
|
|
2364
2271
|
|
|
2365
2272
|
.t1upn1sz {
|
|
@@ -3177,267 +3084,210 @@ input.r1cwjuew.ant-input {
|
|
|
3177
3084
|
color: rgba(0, 21, 64, 0.3);
|
|
3178
3085
|
}
|
|
3179
3086
|
|
|
3180
|
-
.
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3087
|
+
.ipd9bk.ant-input {
|
|
3088
|
+
padding: 5px 12px;
|
|
3089
|
+
line-height: 20px;
|
|
3090
|
+
color: #2d3a56;
|
|
3091
|
+
border-radius: 6px;
|
|
3092
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3093
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3184
3094
|
}
|
|
3185
|
-
.
|
|
3186
|
-
|
|
3187
|
-
|
|
3095
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
3096
|
+
padding: 8px 16px;
|
|
3097
|
+
line-height: 22px;
|
|
3188
3098
|
}
|
|
3189
|
-
.
|
|
3099
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
3100
|
+
padding: 2px 8px;
|
|
3101
|
+
line-height: 18px;
|
|
3102
|
+
}
|
|
3103
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
3190
3104
|
border-color: rgba(107, 128, 167, 0.6);
|
|
3105
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3191
3106
|
}
|
|
3192
|
-
.
|
|
3193
|
-
border-color: #
|
|
3107
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
3108
|
+
border-color: #0096ff;
|
|
3109
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3194
3110
|
}
|
|
3195
|
-
.
|
|
3196
|
-
border-color: #
|
|
3197
|
-
|
|
3111
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
3112
|
+
border-color: #e75a3a;
|
|
3113
|
+
color: #e75a3a;
|
|
3198
3114
|
}
|
|
3199
|
-
.
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
width: 6px;
|
|
3203
|
-
height: 6px;
|
|
3204
|
-
background: #fff;
|
|
3115
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
3116
|
+
border-color: #e75a3a;
|
|
3117
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3205
3118
|
}
|
|
3206
|
-
.
|
|
3207
|
-
|
|
3119
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
3120
|
+
border-color: #e75a3a;
|
|
3121
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3208
3122
|
}
|
|
3209
|
-
.
|
|
3210
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3123
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
3211
3124
|
background: rgba(211, 218, 235, 0.6);
|
|
3125
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3126
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3212
3127
|
}
|
|
3213
|
-
.
|
|
3214
|
-
|
|
3128
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
3129
|
+
padding: 5px 12px;
|
|
3130
|
+
border-radius: 6px;
|
|
3131
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3132
|
+
line-height: 20px;
|
|
3133
|
+
color: #2d3a56;
|
|
3134
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3215
3135
|
}
|
|
3216
|
-
.
|
|
3217
|
-
|
|
3218
|
-
|
|
3136
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
3137
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
3138
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3219
3139
|
}
|
|
3220
|
-
.
|
|
3221
|
-
|
|
3140
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
3141
|
+
padding: 8px 16px;
|
|
3142
|
+
line-height: 22px;
|
|
3222
3143
|
}
|
|
3223
|
-
.
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
padding-left: 12px;
|
|
3144
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
3145
|
+
padding: 2px 8px;
|
|
3146
|
+
line-height: 18px;
|
|
3227
3147
|
}
|
|
3228
|
-
.
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3148
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
3149
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3150
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3232
3151
|
}
|
|
3233
|
-
.
|
|
3234
|
-
|
|
3152
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3153
|
+
border-color: #0096ff;
|
|
3154
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3235
3155
|
}
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
border-radius: 5px 0 0 5px;
|
|
3156
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
3157
|
+
border-color: #e75a3a;
|
|
3239
3158
|
}
|
|
3240
|
-
.
|
|
3241
|
-
|
|
3159
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
3160
|
+
color: #e75a3a;
|
|
3242
3161
|
}
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
border-color: #ccd4e3;
|
|
3162
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
3163
|
+
border-color: #e75a3a;
|
|
3164
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3247
3165
|
}
|
|
3248
|
-
.
|
|
3249
|
-
color: #
|
|
3250
|
-
|
|
3166
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3167
|
+
border-color: #e75a3a;
|
|
3168
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3251
3169
|
}
|
|
3252
|
-
.
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3170
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
3171
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3172
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3173
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3256
3174
|
}
|
|
3257
|
-
.
|
|
3258
|
-
|
|
3175
|
+
textarea.ipd9bk.ant-input {
|
|
3176
|
+
transition-property: height;
|
|
3177
|
+
transition-delay: 50ms;
|
|
3259
3178
|
}
|
|
3260
|
-
.
|
|
3261
|
-
|
|
3179
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
3180
|
+
min-height: 40px;
|
|
3181
|
+
height: 40px;
|
|
3262
3182
|
}
|
|
3263
|
-
.
|
|
3264
|
-
|
|
3183
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
3184
|
+
height: 80px;
|
|
3265
3185
|
}
|
|
3266
|
-
.
|
|
3267
|
-
|
|
3268
|
-
|
|
3186
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
3187
|
+
min-height: 32px;
|
|
3188
|
+
height: 32px;
|
|
3269
3189
|
}
|
|
3270
|
-
.
|
|
3271
|
-
|
|
3190
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
3191
|
+
height: 64px;
|
|
3272
3192
|
}
|
|
3273
|
-
.
|
|
3274
|
-
|
|
3193
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
3194
|
+
min-height: 24px;
|
|
3195
|
+
height: 24px;
|
|
3275
3196
|
}
|
|
3276
|
-
.
|
|
3277
|
-
|
|
3197
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
3198
|
+
height: 40px;
|
|
3278
3199
|
}
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
border
|
|
3282
|
-
|
|
3200
|
+
|
|
3201
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
3202
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
3203
|
+
border-radius: 4px;
|
|
3283
3204
|
}
|
|
3284
|
-
.
|
|
3285
|
-
|
|
3286
|
-
|
|
3205
|
+
.kypn5o5.input-tags {
|
|
3206
|
+
position: relative;
|
|
3207
|
+
padding: 6px;
|
|
3208
|
+
height: 32px;
|
|
3209
|
+
cursor: pointer;
|
|
3210
|
+
transition: border 150ms;
|
|
3287
3211
|
}
|
|
3288
|
-
.
|
|
3289
|
-
color: #
|
|
3290
|
-
|
|
3291
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3212
|
+
.kypn5o5.input-tags:hover {
|
|
3213
|
+
border-color: #0080ff;
|
|
3214
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
3292
3215
|
}
|
|
3293
|
-
.
|
|
3294
|
-
|
|
3295
|
-
display: inline;
|
|
3296
|
-
border: none;
|
|
3297
|
-
padding: 0;
|
|
3298
|
-
width: 36px;
|
|
3299
|
-
background: transparent;
|
|
3216
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
3217
|
+
padding-right: 30px;
|
|
3300
3218
|
}
|
|
3301
|
-
.
|
|
3302
|
-
|
|
3219
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
3220
|
+
display: flex;
|
|
3303
3221
|
}
|
|
3304
|
-
.
|
|
3305
|
-
|
|
3306
|
-
width: initial;
|
|
3307
|
-
box-shadow: none;
|
|
3222
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
3223
|
+
display: flex;
|
|
3308
3224
|
}
|
|
3309
|
-
.
|
|
3310
|
-
|
|
3225
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
3226
|
+
position: absolute;
|
|
3227
|
+
right: 12px;
|
|
3228
|
+
top: 50%;
|
|
3229
|
+
transform: translateY(-50%);
|
|
3311
3230
|
}
|
|
3312
|
-
.
|
|
3313
|
-
|
|
3231
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
3232
|
+
color: rgba(0, 0, 0, 0.25);
|
|
3233
|
+
font-size: 12px;
|
|
3234
|
+
cursor: pointer;
|
|
3314
3235
|
}
|
|
3315
|
-
.
|
|
3316
|
-
|
|
3317
|
-
margin-right: 8px;
|
|
3318
|
-
padding: 0;
|
|
3319
|
-
width: 36px;
|
|
3236
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
3237
|
+
color: rgba(0, 0, 0, 0.45);
|
|
3320
3238
|
}
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
min-width: 40px;
|
|
3324
|
-
height: 24px;
|
|
3325
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3239
|
+
.kypn5o5.has-focus-indicator {
|
|
3240
|
+
position: relative;
|
|
3326
3241
|
overflow: hidden;
|
|
3327
3242
|
}
|
|
3328
|
-
.
|
|
3329
|
-
|
|
3243
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
3244
|
+
position: absolute;
|
|
3245
|
+
top: 50%;
|
|
3246
|
+
transform: translateY(-50%);
|
|
3247
|
+
left: -16px;
|
|
3248
|
+
transition: left 150ms ease;
|
|
3249
|
+
opacity: 0;
|
|
3330
3250
|
}
|
|
3331
|
-
.
|
|
3332
|
-
|
|
3333
|
-
|
|
3251
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
3252
|
+
left: 8px;
|
|
3253
|
+
opacity: 1;
|
|
3334
3254
|
}
|
|
3335
|
-
.
|
|
3336
|
-
|
|
3337
|
-
|
|
3255
|
+
.kypn5o5.has-focus-indicator input {
|
|
3256
|
+
transition: margin-left 150ms ease;
|
|
3257
|
+
margin-left: 0px;
|
|
3338
3258
|
}
|
|
3339
|
-
.
|
|
3340
|
-
|
|
3341
|
-
width: 20px;
|
|
3259
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
3260
|
+
margin-left: 16px;
|
|
3342
3261
|
}
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3262
|
+
|
|
3263
|
+
input.l1ki27se.ant-input {
|
|
3264
|
+
border-top-right-radius: 0;
|
|
3265
|
+
border-bottom-right-radius: 0;
|
|
3346
3266
|
}
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
left: 1px;
|
|
3267
|
+
|
|
3268
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
3269
|
+
border-top-right-radius: 0;
|
|
3270
|
+
border-bottom-right-radius: 0;
|
|
3352
3271
|
}
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3272
|
+
|
|
3273
|
+
input.rrg1fkn.ant-input {
|
|
3274
|
+
border-top-left-radius: 0;
|
|
3275
|
+
border-bottom-left-radius: 0;
|
|
3356
3276
|
}
|
|
3357
|
-
|
|
3358
|
-
|
|
3277
|
+
|
|
3278
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
3279
|
+
border-top-left-radius: 0;
|
|
3280
|
+
border-bottom-left-radius: 0;
|
|
3359
3281
|
}
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
left: calc(100% - 20px - 2px);
|
|
3365
|
-
}
|
|
3366
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3367
|
-
left: calc(100% - 14px - 1px);
|
|
3368
|
-
}
|
|
3369
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3370
|
-
left: calc(100% - 28px - 2px);
|
|
3371
|
-
}
|
|
3372
|
-
|
|
3373
|
-
.c1to9vb9 {
|
|
3374
|
-
margin-left: 5px;
|
|
3375
|
-
}
|
|
3376
|
-
|
|
3377
|
-
.obf05yr {
|
|
3378
|
-
display: inline-block;
|
|
3379
|
-
}
|
|
3380
|
-
|
|
3381
|
-
.hsms1n6 {
|
|
3382
|
-
visibility: hidden;
|
|
3383
|
-
position: absolute;
|
|
3282
|
+
|
|
3283
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
3284
|
+
border-top-right-radius: 0;
|
|
3285
|
+
border-bottom-right-radius: 0;
|
|
3384
3286
|
}
|
|
3385
3287
|
|
|
3386
|
-
.
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
align-items: center;
|
|
3390
|
-
padding: 10px 0;
|
|
3391
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3392
|
-
font-size: 12px;
|
|
3393
|
-
line-height: 24px;
|
|
3394
|
-
}
|
|
3395
|
-
.p12gwtiw .pagination-left {
|
|
3396
|
-
padding: 2px 8px;
|
|
3397
|
-
}
|
|
3398
|
-
.p12gwtiw .dropdown-trigger {
|
|
3399
|
-
display: flex;
|
|
3400
|
-
align-items: center;
|
|
3401
|
-
border-radius: 6px;
|
|
3402
|
-
cursor: pointer;
|
|
3403
|
-
transition: all 0.3s ease;
|
|
3404
|
-
}
|
|
3405
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
3406
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3407
|
-
color: #0080ff;
|
|
3408
|
-
}
|
|
3409
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
3410
|
-
margin-left: 4px;
|
|
3411
|
-
}
|
|
3412
|
-
.p12gwtiw .pagination-right {
|
|
3413
|
-
display: flex;
|
|
3414
|
-
align-items: center;
|
|
3415
|
-
color: #0080ff;
|
|
3416
|
-
font-weight: bold;
|
|
3417
|
-
}
|
|
3418
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
3419
|
-
margin-left: 4px;
|
|
3420
|
-
}
|
|
3421
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
3422
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
3423
|
-
padding: 0 8px;
|
|
3424
|
-
}
|
|
3425
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
3426
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
3427
|
-
color: #0080ff;
|
|
3428
|
-
}
|
|
3429
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
3430
|
-
transform: rotate(180deg);
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
3434
|
-
max-height: calc(100vh - 128px);
|
|
3435
|
-
overflow-y: auto;
|
|
3436
|
-
}
|
|
3437
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
3438
|
-
padding: 4px 20px;
|
|
3439
|
-
font-size: 12px;
|
|
3440
|
-
line-height: 18px;
|
|
3288
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
3289
|
+
border-top-left-radius: 0;
|
|
3290
|
+
border-bottom-left-radius: 0;
|
|
3441
3291
|
}
|
|
3442
3292
|
|
|
3443
3293
|
.d6j0lbj {
|
|
@@ -3919,143 +3769,295 @@ input.r1cwjuew.ant-input {
|
|
|
3919
3769
|
display: inline-block;
|
|
3920
3770
|
}
|
|
3921
3771
|
|
|
3922
|
-
.
|
|
3923
|
-
|
|
3924
|
-
|
|
3772
|
+
.c198s9j3 {
|
|
3773
|
+
color: #2d3a56;
|
|
3774
|
+
line-height: 22px;
|
|
3775
|
+
display: inline-flex;
|
|
3925
3776
|
}
|
|
3926
|
-
.
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3777
|
+
.c198s9j3 .ant-checkbox {
|
|
3778
|
+
height: 22px;
|
|
3779
|
+
display: flex;
|
|
3780
|
+
align-items: center;
|
|
3781
|
+
top: 0;
|
|
3931
3782
|
}
|
|
3932
|
-
.
|
|
3933
|
-
|
|
3783
|
+
.c198s9j3 .ant-checkbox-checked::after {
|
|
3784
|
+
border: none;
|
|
3934
3785
|
}
|
|
3935
|
-
.
|
|
3936
|
-
|
|
3937
|
-
|
|
3786
|
+
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
3787
|
+
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
3788
|
+
border-color: #0080ff;
|
|
3938
3789
|
}
|
|
3939
|
-
.
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3790
|
+
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
3791
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
3792
|
+
}
|
|
3793
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
3794
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
3795
|
+
border: 1px solid #0080ff;
|
|
3796
|
+
}
|
|
3797
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
3798
|
+
background: #0080ff;
|
|
3799
|
+
}
|
|
3800
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
3801
|
+
background-color: #fff;
|
|
3802
|
+
height: 2px;
|
|
3803
|
+
width: 10px;
|
|
3804
|
+
border-radius: 2px;
|
|
3805
|
+
}
|
|
3806
|
+
.c198s9j3.ant-checkbox-wrapper-disabled {
|
|
3807
|
+
opacity: 0.5;
|
|
3808
|
+
}
|
|
3809
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
3810
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3811
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
3812
|
+
}
|
|
3813
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
3814
|
+
border-color: #2d3a56;
|
|
3815
|
+
}
|
|
3816
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
3817
|
+
background: #2d3a56;
|
|
3818
|
+
}
|
|
3819
|
+
.c198s9j3 .ant-checkbox + span,
|
|
3820
|
+
.c198s9j3 .ant-checkbox-disabled + span {
|
|
3944
3821
|
padding: 0;
|
|
3945
|
-
font-size: 12px;
|
|
3946
|
-
font-weight: normal;
|
|
3947
3822
|
}
|
|
3948
|
-
.
|
|
3949
|
-
|
|
3823
|
+
.c198s9j3 .ant-checkbox + span .main,
|
|
3824
|
+
.c198s9j3 .ant-checkbox-disabled + span .main {
|
|
3825
|
+
display: inline-block;
|
|
3826
|
+
margin-left: 12px;
|
|
3827
|
+
color: #2d3a56;
|
|
3950
3828
|
}
|
|
3951
|
-
.
|
|
3952
|
-
|
|
3829
|
+
.c198s9j3 .ant-checkbox + span .sub,
|
|
3830
|
+
.c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
3831
|
+
margin-left: 28px;
|
|
3832
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3953
3833
|
}
|
|
3954
|
-
.
|
|
3955
|
-
|
|
3834
|
+
.c198s9j3.compact .ant-checkbox + span .main,
|
|
3835
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
3836
|
+
margin-left: 8px;
|
|
3956
3837
|
}
|
|
3957
|
-
.
|
|
3958
|
-
|
|
3838
|
+
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
3839
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
3840
|
+
margin-left: 24px;
|
|
3959
3841
|
}
|
|
3960
|
-
|
|
3961
|
-
|
|
3842
|
+
|
|
3843
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3844
|
+
border-radius: 6px;
|
|
3962
3845
|
}
|
|
3963
|
-
.
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
border:
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3971
|
-
right: -21px;
|
|
3972
|
-
z-index: 2;
|
|
3846
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3847
|
+
width: 100%;
|
|
3848
|
+
height: 30px;
|
|
3849
|
+
color: #2d3a56;
|
|
3850
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3851
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3852
|
+
font-size: 13px;
|
|
3973
3853
|
}
|
|
3974
|
-
.
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
height: 0;
|
|
3978
|
-
border: 13px solid transparent;
|
|
3979
|
-
position: absolute;
|
|
3980
|
-
top: 0;
|
|
3981
|
-
border-left: 8px solid #fff;
|
|
3982
|
-
left: 0;
|
|
3854
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3855
|
+
height: 38px;
|
|
3856
|
+
font-size: 13px;
|
|
3983
3857
|
}
|
|
3984
|
-
.
|
|
3985
|
-
|
|
3858
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3859
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3860
|
+
transition: 160ms ease;
|
|
3986
3861
|
}
|
|
3987
|
-
.
|
|
3988
|
-
|
|
3862
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3863
|
+
color: #0080ff;
|
|
3989
3864
|
}
|
|
3990
|
-
.
|
|
3991
|
-
color:
|
|
3865
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3866
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3867
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3992
3868
|
}
|
|
3993
|
-
.
|
|
3994
|
-
|
|
3995
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3869
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3870
|
+
color: #0080ff;
|
|
3996
3871
|
}
|
|
3997
|
-
.
|
|
3998
|
-
|
|
3999
|
-
|
|
3872
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3873
|
+
border-color: #0080ff;
|
|
3874
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4000
3875
|
}
|
|
4001
|
-
.
|
|
4002
|
-
|
|
3876
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3877
|
+
transform: rotate(180deg);
|
|
3878
|
+
}
|
|
3879
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3880
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3881
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3882
|
+
cursor: "not-allowed";
|
|
3883
|
+
}
|
|
3884
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3885
|
+
border-color: #f0483e !important;
|
|
3886
|
+
}
|
|
3887
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3888
|
+
color: #1d326c;
|
|
3889
|
+
}
|
|
3890
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3891
|
+
border-color: #0080ff;
|
|
3892
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3893
|
+
}
|
|
3894
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3895
|
+
transform: rotate(180deg);
|
|
4003
3896
|
}
|
|
4004
3897
|
|
|
4005
|
-
.
|
|
4006
|
-
|
|
4007
|
-
width: 56px !important;
|
|
4008
|
-
margin-right: 4px;
|
|
3898
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3899
|
+
display: flex;
|
|
4009
3900
|
}
|
|
4010
3901
|
|
|
4011
|
-
.
|
|
3902
|
+
.m1thnes4 {
|
|
4012
3903
|
color: rgba(44, 56, 82, 0.6);
|
|
3904
|
+
text-align: center;
|
|
3905
|
+
display: flex;
|
|
3906
|
+
align-items: center;
|
|
3907
|
+
justify-content: center;
|
|
3908
|
+
flex-direction: column;
|
|
3909
|
+
height: 100%;
|
|
4013
3910
|
}
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
3911
|
+
.m1thnes4 .link {
|
|
3912
|
+
color: #0080ff;
|
|
3913
|
+
cursor: pointer;
|
|
4017
3914
|
}
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
line-height: 1.5715;
|
|
3915
|
+
|
|
3916
|
+
.m1bixfdy {
|
|
3917
|
+
width: 100%;
|
|
4022
3918
|
height: 100%;
|
|
3919
|
+
display: flex;
|
|
3920
|
+
flex-direction: column;
|
|
3921
|
+
}
|
|
3922
|
+
.m1bixfdy .name-toolbar {
|
|
4023
3923
|
width: 100%;
|
|
3924
|
+
display: flex;
|
|
3925
|
+
line-height: 30px;
|
|
3926
|
+
padding: 0 16px;
|
|
3927
|
+
justify-content: space-between;
|
|
4024
3928
|
}
|
|
4025
|
-
.
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
flex: none;
|
|
3929
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
3930
|
+
display: flex;
|
|
3931
|
+
font-size: 12px;
|
|
4029
3932
|
align-items: center;
|
|
4030
|
-
margin-left: 4px;
|
|
4031
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4032
3933
|
}
|
|
4033
|
-
.
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
3934
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
3935
|
+
color: #a3b4cc;
|
|
3936
|
+
}
|
|
3937
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
3938
|
+
margin-left: 10px;
|
|
3939
|
+
}
|
|
3940
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
3941
|
+
margin-left: 10px;
|
|
3942
|
+
cursor: pointer;
|
|
3943
|
+
}
|
|
3944
|
+
.m1bixfdy .content {
|
|
3945
|
+
flex: 1;
|
|
3946
|
+
width: 100%;
|
|
3947
|
+
display: flex;
|
|
3948
|
+
justify-content: center;
|
|
4037
3949
|
align-items: center;
|
|
4038
|
-
margin-right: 4px;
|
|
4039
|
-
cursor: auto;
|
|
4040
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4041
3950
|
}
|
|
4042
|
-
.
|
|
3951
|
+
.m1bixfdy .single-content {
|
|
3952
|
+
height: 65px;
|
|
3953
|
+
}
|
|
3954
|
+
|
|
3955
|
+
.lfamfcw {
|
|
3956
|
+
display: flex;
|
|
3957
|
+
align-items: center;
|
|
3958
|
+
white-space: nowrap;
|
|
3959
|
+
overflow: hidden;
|
|
4043
3960
|
width: 100%;
|
|
4044
|
-
border-radius: 6px;
|
|
4045
3961
|
}
|
|
4046
|
-
.
|
|
4047
|
-
|
|
4048
|
-
|
|
3962
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
3963
|
+
margin-left: auto;
|
|
3964
|
+
font-size: 12px;
|
|
4049
3965
|
}
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
3966
|
+
|
|
3967
|
+
.la6u9b4 {
|
|
3968
|
+
display: flex;
|
|
3969
|
+
justify-content: flex-start;
|
|
3970
|
+
align-items: center;
|
|
3971
|
+
font-size: 12px;
|
|
3972
|
+
cursor: pointer;
|
|
3973
|
+
}
|
|
3974
|
+
.la6u9b4:not(:last-child) {
|
|
3975
|
+
margin-right: 20px;
|
|
3976
|
+
}
|
|
3977
|
+
.la6u9b4.deselected {
|
|
3978
|
+
opacity: 0.4;
|
|
3979
|
+
}
|
|
3980
|
+
.la6u9b4.deselected .color-block {
|
|
3981
|
+
background: #b4beca !important;
|
|
3982
|
+
}
|
|
3983
|
+
|
|
3984
|
+
.chhvk8b {
|
|
3985
|
+
display: inline-block;
|
|
3986
|
+
height: 8px;
|
|
3987
|
+
width: 8px;
|
|
3988
|
+
margin-right: 8px;
|
|
3989
|
+
}
|
|
3990
|
+
|
|
3991
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
3992
|
+
display: flex;
|
|
3993
|
+
align-items: center;
|
|
3994
|
+
font-size: 12px;
|
|
3995
|
+
margin: 0;
|
|
3996
|
+
}
|
|
3997
|
+
|
|
3998
|
+
.m16f7gpb {
|
|
3999
|
+
position: relative;
|
|
4000
|
+
}
|
|
4001
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
4002
|
+
bottom: -12px;
|
|
4003
|
+
}
|
|
4004
|
+
.m16f7gpb .metric-toolbar {
|
|
4005
|
+
display: flex;
|
|
4006
|
+
justify-content: space-between;
|
|
4007
|
+
line-height: 30px;
|
|
4008
|
+
margin: 0 16px;
|
|
4009
|
+
}
|
|
4010
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
4011
|
+
display: flex;
|
|
4012
|
+
font-size: 12px;
|
|
4013
|
+
align-items: center;
|
|
4014
|
+
}
|
|
4015
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
4016
|
+
color: #a3b4cc;
|
|
4017
|
+
}
|
|
4018
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
4019
|
+
margin-left: 10px;
|
|
4020
|
+
}
|
|
4021
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
4022
|
+
margin-left: 10px;
|
|
4023
|
+
cursor: pointer;
|
|
4024
|
+
}
|
|
4025
|
+
.m16f7gpb .recharts-xAxis {
|
|
4026
|
+
font-size: 12px;
|
|
4027
|
+
}
|
|
4028
|
+
.m16f7gpb .pointer-wrapper {
|
|
4029
|
+
position: absolute;
|
|
4030
|
+
bottom: 10px;
|
|
4031
|
+
padding: 0 8px;
|
|
4032
|
+
border-radius: 4px;
|
|
4033
|
+
font-size: 12px;
|
|
4034
|
+
color: #fff;
|
|
4035
|
+
background: rgba(0, 0, 0, 0.75);
|
|
4036
|
+
transform: translateX(-50%);
|
|
4037
|
+
}
|
|
4038
|
+
|
|
4039
|
+
.t1ipvk51 {
|
|
4040
|
+
min-width: 200px;
|
|
4041
|
+
}
|
|
4042
|
+
|
|
4043
|
+
.t1kgldps {
|
|
4044
|
+
display: flex;
|
|
4045
|
+
align-items: center;
|
|
4046
|
+
justify-content: space-between;
|
|
4047
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
4048
|
+
color: #b4beca;
|
|
4049
|
+
font-size: 12px;
|
|
4050
|
+
padding: 3px 6px;
|
|
4051
|
+
}
|
|
4052
|
+
.t1kgldps:first-child {
|
|
4053
|
+
padding-top: 3px;
|
|
4054
|
+
}
|
|
4055
|
+
.t1kgldps:last-child {
|
|
4056
|
+
padding-bottom: 3px;
|
|
4053
4057
|
}
|
|
4054
|
-
.
|
|
4055
|
-
|
|
4056
|
-
margin:
|
|
4057
|
-
height: auto;
|
|
4058
|
-
font-size: inherit;
|
|
4058
|
+
.t1kgldps .column-value {
|
|
4059
|
+
color: #fff;
|
|
4060
|
+
margin-left: 8px;
|
|
4059
4061
|
}
|
|
4060
4062
|
|
|
4061
4063
|
.t1xo8w88 {
|
|
@@ -4108,31 +4110,6 @@ input.r1cwjuew.ant-input {
|
|
|
4108
4110
|
background: #0080ff;
|
|
4109
4111
|
}
|
|
4110
4112
|
|
|
4111
|
-
.t1cs4awq {
|
|
4112
|
-
background: white;
|
|
4113
|
-
}
|
|
4114
|
-
.t1cs4awq .insert-left-tip,
|
|
4115
|
-
.t1cs4awq .insert-right-tip {
|
|
4116
|
-
display: none;
|
|
4117
|
-
position: absolute;
|
|
4118
|
-
top: 0;
|
|
4119
|
-
bottom: 0;
|
|
4120
|
-
width: 4px;
|
|
4121
|
-
background: rgba(0, 0, 255, 0.5);
|
|
4122
|
-
}
|
|
4123
|
-
.t1cs4awq .insert-left-tip {
|
|
4124
|
-
left: 0px;
|
|
4125
|
-
}
|
|
4126
|
-
.t1cs4awq .insert-right-tip {
|
|
4127
|
-
right: 0px;
|
|
4128
|
-
}
|
|
4129
|
-
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4130
|
-
display: block;
|
|
4131
|
-
}
|
|
4132
|
-
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4133
|
-
display: block;
|
|
4134
|
-
}
|
|
4135
|
-
|
|
4136
4113
|
.d1h5z4k4.ant-dropdown {
|
|
4137
4114
|
background: #fff;
|
|
4138
4115
|
border: 1px solid #dfe4eb;
|
|
@@ -4242,176 +4219,125 @@ input.r1cwjuew.ant-input {
|
|
|
4242
4219
|
left: 4px;
|
|
4243
4220
|
}
|
|
4244
4221
|
|
|
4245
|
-
.
|
|
4246
|
-
|
|
4222
|
+
.t1cs4awq {
|
|
4223
|
+
background: white;
|
|
4247
4224
|
}
|
|
4248
|
-
|
|
4249
|
-
.
|
|
4225
|
+
.t1cs4awq .insert-left-tip,
|
|
4226
|
+
.t1cs4awq .insert-right-tip {
|
|
4250
4227
|
display: none;
|
|
4228
|
+
position: absolute;
|
|
4229
|
+
top: 0;
|
|
4230
|
+
bottom: 0;
|
|
4231
|
+
width: 4px;
|
|
4232
|
+
background: rgba(0, 0, 255, 0.5);
|
|
4251
4233
|
}
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
flex-direction: column;
|
|
4255
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4256
|
-
}
|
|
4257
|
-
|
|
4258
|
-
.m1thnes4 {
|
|
4259
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4260
|
-
text-align: center;
|
|
4261
|
-
display: flex;
|
|
4262
|
-
align-items: center;
|
|
4263
|
-
justify-content: center;
|
|
4264
|
-
flex-direction: column;
|
|
4265
|
-
height: 100%;
|
|
4266
|
-
}
|
|
4267
|
-
.m1thnes4 .link {
|
|
4268
|
-
color: #0080ff;
|
|
4269
|
-
cursor: pointer;
|
|
4270
|
-
}
|
|
4271
|
-
|
|
4272
|
-
.m1bixfdy {
|
|
4273
|
-
width: 100%;
|
|
4274
|
-
height: 100%;
|
|
4275
|
-
display: flex;
|
|
4276
|
-
flex-direction: column;
|
|
4277
|
-
}
|
|
4278
|
-
.m1bixfdy .name-toolbar {
|
|
4279
|
-
width: 100%;
|
|
4280
|
-
display: flex;
|
|
4281
|
-
line-height: 30px;
|
|
4282
|
-
padding: 0 16px;
|
|
4283
|
-
justify-content: space-between;
|
|
4284
|
-
}
|
|
4285
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
4286
|
-
display: flex;
|
|
4287
|
-
font-size: 12px;
|
|
4288
|
-
align-items: center;
|
|
4234
|
+
.t1cs4awq .insert-left-tip {
|
|
4235
|
+
left: 0px;
|
|
4289
4236
|
}
|
|
4290
|
-
.
|
|
4291
|
-
|
|
4237
|
+
.t1cs4awq .insert-right-tip {
|
|
4238
|
+
right: 0px;
|
|
4292
4239
|
}
|
|
4293
|
-
.
|
|
4294
|
-
|
|
4240
|
+
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4241
|
+
display: block;
|
|
4295
4242
|
}
|
|
4296
|
-
.
|
|
4297
|
-
|
|
4298
|
-
cursor: pointer;
|
|
4243
|
+
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4244
|
+
display: block;
|
|
4299
4245
|
}
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
display: flex;
|
|
4304
|
-
justify-content: center;
|
|
4305
|
-
align-items: center;
|
|
4246
|
+
|
|
4247
|
+
.asgcu6r {
|
|
4248
|
+
height: 32px;
|
|
4306
4249
|
}
|
|
4307
|
-
|
|
4308
|
-
|
|
4250
|
+
|
|
4251
|
+
.c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
|
|
4252
|
+
display: none;
|
|
4309
4253
|
}
|
|
4310
4254
|
|
|
4311
|
-
.
|
|
4255
|
+
.iap75of {
|
|
4256
|
+
height: 18px;
|
|
4257
|
+
line-height: 18px;
|
|
4258
|
+
padding: 0 4px;
|
|
4259
|
+
border-radius: 4px;
|
|
4260
|
+
background: rgba(235, 239, 245, 0.6);
|
|
4261
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
4312
4262
|
display: flex;
|
|
4313
4263
|
align-items: center;
|
|
4314
4264
|
white-space: nowrap;
|
|
4315
|
-
|
|
4316
|
-
width: 100%;
|
|
4317
|
-
}
|
|
4318
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
4319
|
-
margin-left: auto;
|
|
4320
|
-
font-size: 12px;
|
|
4265
|
+
margin-right: 4px;
|
|
4321
4266
|
}
|
|
4322
4267
|
|
|
4323
|
-
.
|
|
4324
|
-
display:
|
|
4325
|
-
justify-content: flex-start;
|
|
4326
|
-
align-items: center;
|
|
4327
|
-
font-size: 12px;
|
|
4328
|
-
cursor: pointer;
|
|
4329
|
-
}
|
|
4330
|
-
.la6u9b4:not(:last-child) {
|
|
4331
|
-
margin-right: 20px;
|
|
4268
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4269
|
+
display: var(--a6dbbkm-0);
|
|
4332
4270
|
}
|
|
4333
|
-
.
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4271
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
4272
|
+
padding: 4px 11px;
|
|
4273
|
+
display: inline-flex;
|
|
4274
|
+
line-height: 1.5715;
|
|
4275
|
+
height: inherit;
|
|
4338
4276
|
}
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
display:
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
margin-
|
|
4277
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4278
|
+
content: var(--a6dbbkm-1);
|
|
4279
|
+
display: var(--a6dbbkm-2);
|
|
4280
|
+
flex: none;
|
|
4281
|
+
align-items: center;
|
|
4282
|
+
margin-left: 4px;
|
|
4345
4283
|
}
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
display:
|
|
4284
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4285
|
+
content: var(--a6dbbkm-3);
|
|
4286
|
+
display: var(--a6dbbkm-4);
|
|
4287
|
+
flex: none;
|
|
4349
4288
|
align-items: center;
|
|
4350
|
-
|
|
4289
|
+
margin-right: 4px;
|
|
4290
|
+
cursor: auto;
|
|
4291
|
+
}
|
|
4292
|
+
.a6dbbkm .ant-input-number-input {
|
|
4293
|
+
padding: 0;
|
|
4351
4294
|
margin: 0;
|
|
4295
|
+
height: auto;
|
|
4296
|
+
font-size: inherit;
|
|
4352
4297
|
}
|
|
4353
4298
|
|
|
4354
|
-
.
|
|
4355
|
-
|
|
4356
|
-
}
|
|
4357
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
4358
|
-
bottom: -12px;
|
|
4299
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4300
|
+
display: var(--at4ovwe-0);
|
|
4359
4301
|
}
|
|
4360
|
-
.
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
line-height:
|
|
4364
|
-
|
|
4302
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4303
|
+
padding: 5px 12px;
|
|
4304
|
+
display: inline-flex;
|
|
4305
|
+
line-height: 1.5715;
|
|
4306
|
+
height: 100%;
|
|
4307
|
+
width: 100%;
|
|
4365
4308
|
}
|
|
4366
|
-
.
|
|
4367
|
-
|
|
4368
|
-
|
|
4309
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4310
|
+
content: var(--at4ovwe-1);
|
|
4311
|
+
display: var(--at4ovwe-2);
|
|
4312
|
+
flex: none;
|
|
4369
4313
|
align-items: center;
|
|
4314
|
+
margin-left: 4px;
|
|
4315
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4370
4316
|
}
|
|
4371
|
-
.
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
margin-left: 10px;
|
|
4376
|
-
}
|
|
4377
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
4378
|
-
margin-left: 10px;
|
|
4379
|
-
cursor: pointer;
|
|
4380
|
-
}
|
|
4381
|
-
.m16f7gpb .recharts-xAxis {
|
|
4382
|
-
font-size: 12px;
|
|
4383
|
-
}
|
|
4384
|
-
.m16f7gpb .pointer-wrapper {
|
|
4385
|
-
position: absolute;
|
|
4386
|
-
bottom: 10px;
|
|
4387
|
-
padding: 0 8px;
|
|
4388
|
-
border-radius: 4px;
|
|
4389
|
-
font-size: 12px;
|
|
4390
|
-
color: #fff;
|
|
4391
|
-
background: rgba(0, 0, 0, 0.75);
|
|
4392
|
-
transform: translateX(-50%);
|
|
4393
|
-
}
|
|
4394
|
-
|
|
4395
|
-
.t1ipvk51 {
|
|
4396
|
-
min-width: 200px;
|
|
4397
|
-
}
|
|
4398
|
-
|
|
4399
|
-
.t1kgldps {
|
|
4400
|
-
display: flex;
|
|
4317
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4318
|
+
content: var(--at4ovwe-3);
|
|
4319
|
+
display: var(--at4ovwe-4);
|
|
4320
|
+
flex: none;
|
|
4401
4321
|
align-items: center;
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
color:
|
|
4405
|
-
font-size: 12px;
|
|
4406
|
-
padding: 3px 6px;
|
|
4322
|
+
margin-right: 4px;
|
|
4323
|
+
cursor: auto;
|
|
4324
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4407
4325
|
}
|
|
4408
|
-
.
|
|
4409
|
-
|
|
4326
|
+
.at4ovwe.ant-input-number {
|
|
4327
|
+
width: 100%;
|
|
4328
|
+
border-radius: 6px;
|
|
4410
4329
|
}
|
|
4411
|
-
.
|
|
4412
|
-
|
|
4330
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4331
|
+
border-color: #0096ff;
|
|
4332
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4413
4333
|
}
|
|
4414
|
-
.
|
|
4415
|
-
color: #
|
|
4416
|
-
|
|
4334
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4335
|
+
border-color: #e75a3a;
|
|
4336
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4337
|
+
}
|
|
4338
|
+
.at4ovwe .ant-input-number-input {
|
|
4339
|
+
padding: 0;
|
|
4340
|
+
margin: 0;
|
|
4341
|
+
height: auto;
|
|
4342
|
+
font-size: inherit;
|
|
4417
4343
|
}
|