@cloudtower/eagle 0.26.5 → 0.26.7
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/Token/index.d.ts +4 -0
- package/dist/components/message/index.d.ts +0 -1
- package/dist/components.css +474 -401
- package/dist/esm/index.js +962 -914
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +7 -0
- package/dist/style.css +475 -402
- package/dist/umd/index.js +961 -913
- package/dist/umd/stats1.html +1 -1
- package/package.json +20 -15
package/dist/components.css
CHANGED
|
@@ -1549,50 +1549,6 @@ html body {
|
|
|
1549
1549
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
1552
|
-
.fde5mpd {
|
|
1553
|
-
width: 100%;
|
|
1554
|
-
height: 100%;
|
|
1555
|
-
min-height: 124px;
|
|
1556
|
-
display: flex;
|
|
1557
|
-
flex-direction: column;
|
|
1558
|
-
justify-content: center;
|
|
1559
|
-
align-items: center;
|
|
1560
|
-
}
|
|
1561
|
-
.fde5mpd .error-text {
|
|
1562
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1563
|
-
margin-bottom: 16px;
|
|
1564
|
-
font-size: 18px;
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
.bpq0js6 {
|
|
1568
|
-
padding: 4px 11px;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
.b15sn34c {
|
|
1572
|
-
white-space: nowrap;
|
|
1573
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1574
|
-
}
|
|
1575
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1576
|
-
--color: #0080ff;
|
|
1577
|
-
}
|
|
1578
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1579
|
-
--color: #0080ff;
|
|
1580
|
-
}
|
|
1581
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1582
|
-
margin-left: 1px;
|
|
1583
|
-
}
|
|
1584
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1585
|
-
border-top-right-radius: 0;
|
|
1586
|
-
border-bottom-right-radius: 0;
|
|
1587
|
-
}
|
|
1588
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1589
|
-
border-top-left-radius: 0;
|
|
1590
|
-
border-bottom-left-radius: 0;
|
|
1591
|
-
}
|
|
1592
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1593
|
-
border-radius: unset;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
1552
|
.buj61ew.ant-btn {
|
|
1597
1553
|
height: 32px;
|
|
1598
1554
|
border-radius: 6px;
|
|
@@ -1841,17 +1797,48 @@ html body {
|
|
|
1841
1797
|
padding: 0;
|
|
1842
1798
|
}
|
|
1843
1799
|
|
|
1844
|
-
.
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1800
|
+
.bpq0js6 {
|
|
1801
|
+
padding: 4px 11px;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.b15sn34c {
|
|
1805
|
+
white-space: nowrap;
|
|
1806
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1807
|
+
}
|
|
1808
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1809
|
+
--color: #0080ff;
|
|
1810
|
+
}
|
|
1811
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1812
|
+
--color: #0080ff;
|
|
1813
|
+
}
|
|
1814
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1815
|
+
margin-left: 1px;
|
|
1816
|
+
}
|
|
1817
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1818
|
+
border-top-right-radius: 0;
|
|
1819
|
+
border-bottom-right-radius: 0;
|
|
1820
|
+
}
|
|
1821
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1822
|
+
border-top-left-radius: 0;
|
|
1823
|
+
border-bottom-left-radius: 0;
|
|
1824
|
+
}
|
|
1825
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1826
|
+
border-radius: unset;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.fde5mpd {
|
|
1830
|
+
width: 100%;
|
|
1831
|
+
height: 100%;
|
|
1832
|
+
min-height: 124px;
|
|
1851
1833
|
display: flex;
|
|
1834
|
+
flex-direction: column;
|
|
1835
|
+
justify-content: center;
|
|
1852
1836
|
align-items: center;
|
|
1853
|
-
|
|
1854
|
-
|
|
1837
|
+
}
|
|
1838
|
+
.fde5mpd .error-text {
|
|
1839
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1840
|
+
margin-bottom: 16px;
|
|
1841
|
+
font-size: 18px;
|
|
1855
1842
|
}
|
|
1856
1843
|
|
|
1857
1844
|
.i1mrf09m {
|
|
@@ -1872,6 +1859,19 @@ html body {
|
|
|
1872
1859
|
animation: rotate 680ms linear infinite;
|
|
1873
1860
|
}
|
|
1874
1861
|
|
|
1862
|
+
.iap75of {
|
|
1863
|
+
height: 18px;
|
|
1864
|
+
line-height: 18px;
|
|
1865
|
+
padding: 0 4px;
|
|
1866
|
+
border-radius: 4px;
|
|
1867
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1868
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1869
|
+
display: flex;
|
|
1870
|
+
align-items: center;
|
|
1871
|
+
white-space: nowrap;
|
|
1872
|
+
margin-right: 4px;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
1875
|
.obf05yr {
|
|
1876
1876
|
display: inline-block;
|
|
1877
1877
|
}
|
|
@@ -1916,26 +1916,250 @@ html body {
|
|
|
1916
1916
|
.p12gwtiw .pagination-right .icon-inner {
|
|
1917
1917
|
margin-left: 4px;
|
|
1918
1918
|
}
|
|
1919
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1920
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1921
|
-
padding: 0 8px;
|
|
1919
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1920
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1921
|
+
padding: 0 8px;
|
|
1922
|
+
}
|
|
1923
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1924
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1925
|
+
color: #0080ff;
|
|
1926
|
+
}
|
|
1927
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1928
|
+
transform: rotate(180deg);
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1932
|
+
max-height: calc(100vh - 128px);
|
|
1933
|
+
overflow-y: auto;
|
|
1934
|
+
}
|
|
1935
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1936
|
+
padding: 4px 20px;
|
|
1937
|
+
font-size: 12px;
|
|
1938
|
+
line-height: 18px;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1942
|
+
display: inline-flex;
|
|
1943
|
+
align-items: baseline;
|
|
1944
|
+
white-space: pre-wrap;
|
|
1945
|
+
}
|
|
1946
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1947
|
+
position: relative;
|
|
1948
|
+
top: 3px;
|
|
1949
|
+
}
|
|
1950
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1951
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1952
|
+
}
|
|
1953
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1954
|
+
border-color: #0080ff;
|
|
1955
|
+
}
|
|
1956
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1957
|
+
border-color: #0080ff;
|
|
1958
|
+
background: #0080ff;
|
|
1959
|
+
}
|
|
1960
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1961
|
+
top: 4px;
|
|
1962
|
+
left: 4px;
|
|
1963
|
+
width: 6px;
|
|
1964
|
+
height: 6px;
|
|
1965
|
+
background: #fff;
|
|
1966
|
+
}
|
|
1967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1968
|
+
opacity: 0.5;
|
|
1969
|
+
}
|
|
1970
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1971
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1972
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1973
|
+
}
|
|
1974
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1975
|
+
background: #00122e;
|
|
1976
|
+
}
|
|
1977
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1978
|
+
color: #00122e;
|
|
1979
|
+
opacity: 0.5;
|
|
1980
|
+
}
|
|
1981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1982
|
+
color: #00122e;
|
|
1983
|
+
}
|
|
1984
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1985
|
+
display: inline-block;
|
|
1986
|
+
padding: 0;
|
|
1987
|
+
padding-left: 12px;
|
|
1988
|
+
}
|
|
1989
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1990
|
+
margin-bottom: 0;
|
|
1991
|
+
white-space: pre-wrap;
|
|
1992
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1993
|
+
}
|
|
1994
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1995
|
+
padding-left: 8px;
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1999
|
+
border-radius: 5px 0 0 5px;
|
|
2000
|
+
}
|
|
2001
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2002
|
+
border-radius: 0 5px 5px 0;
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
.r1f0aqcc {
|
|
2006
|
+
color: #00122e;
|
|
2007
|
+
border-color: #ccd4e3;
|
|
2008
|
+
}
|
|
2009
|
+
.r1f0aqcc:first-child {
|
|
2010
|
+
border-color: #a3b4cc;
|
|
2011
|
+
}
|
|
2012
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2013
|
+
padding: 0 12px;
|
|
2014
|
+
line-height: 32px;
|
|
2015
|
+
height: 32px;
|
|
2016
|
+
}
|
|
2017
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2018
|
+
white-space: nowrap;
|
|
2019
|
+
}
|
|
2020
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2021
|
+
background: #ccd4e3;
|
|
2022
|
+
}
|
|
2023
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2024
|
+
background: #0080ff;
|
|
2025
|
+
}
|
|
2026
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2027
|
+
background: #ccd4e3;
|
|
2028
|
+
opacity: 0.5;
|
|
2029
|
+
}
|
|
2030
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2031
|
+
border-right-color: #0080ff;
|
|
2032
|
+
}
|
|
2033
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2034
|
+
border-color: #0080ff;
|
|
2035
|
+
}
|
|
2036
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2037
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2038
|
+
}
|
|
2039
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2040
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2041
|
+
border-color: #ccd4e3;
|
|
2042
|
+
opacity: 0.5;
|
|
2043
|
+
}
|
|
2044
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2045
|
+
color: #00122e;
|
|
2046
|
+
border-color: #ccd4e3;
|
|
2047
|
+
}
|
|
2048
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2049
|
+
color: #00122e;
|
|
2050
|
+
border-color: #ccd4e3;
|
|
2051
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2052
|
+
}
|
|
2053
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2054
|
+
margin-right: 8px;
|
|
2055
|
+
display: inline;
|
|
2056
|
+
border: none;
|
|
2057
|
+
padding: 0;
|
|
2058
|
+
width: 36px;
|
|
2059
|
+
background: transparent;
|
|
2060
|
+
}
|
|
2061
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2062
|
+
box-shadow: none;
|
|
2063
|
+
}
|
|
2064
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2065
|
+
margin-right: 0;
|
|
2066
|
+
width: initial;
|
|
2067
|
+
box-shadow: none;
|
|
2068
|
+
}
|
|
2069
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2070
|
+
display: none;
|
|
2071
|
+
}
|
|
2072
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2073
|
+
display: inline;
|
|
2074
|
+
}
|
|
2075
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2076
|
+
display: inline;
|
|
2077
|
+
margin-right: 8px;
|
|
2078
|
+
padding: 0;
|
|
2079
|
+
width: 36px;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2083
|
+
flex-direction: row;
|
|
2084
|
+
justify-content: stretch;
|
|
2085
|
+
}
|
|
2086
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2087
|
+
padding: 0;
|
|
2088
|
+
margin-right: 4px;
|
|
2089
|
+
flex: 1;
|
|
2090
|
+
overflow: visible;
|
|
2091
|
+
}
|
|
2092
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2093
|
+
display: none;
|
|
2094
|
+
}
|
|
2095
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2096
|
+
width: 100%;
|
|
2097
|
+
min-height: unset;
|
|
2098
|
+
}
|
|
2099
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2100
|
+
height: 26px;
|
|
2101
|
+
line-height: 26px;
|
|
2102
|
+
width: 100%;
|
|
2103
|
+
text-align: center;
|
|
2104
|
+
padding: 0;
|
|
2105
|
+
font-size: 12px;
|
|
2106
|
+
font-weight: normal;
|
|
2107
|
+
}
|
|
2108
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2109
|
+
margin-right: 10px;
|
|
2110
|
+
}
|
|
2111
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2112
|
+
display: none;
|
|
2113
|
+
}
|
|
2114
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2115
|
+
border-radius: 4px 0 0 4px;
|
|
2116
|
+
}
|
|
2117
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2118
|
+
margin-right: 0;
|
|
2119
|
+
}
|
|
2120
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2121
|
+
border-radius: 0 4px 4px 0;
|
|
2122
|
+
}
|
|
2123
|
+
.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 {
|
|
2124
|
+
content: "";
|
|
2125
|
+
width: 0;
|
|
2126
|
+
height: 0;
|
|
2127
|
+
border: 13px solid transparent;
|
|
2128
|
+
position: absolute;
|
|
2129
|
+
top: 0;
|
|
2130
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2131
|
+
right: -21px;
|
|
2132
|
+
z-index: 2;
|
|
2133
|
+
}
|
|
2134
|
+
.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 {
|
|
2135
|
+
content: "";
|
|
2136
|
+
width: 0;
|
|
2137
|
+
height: 0;
|
|
2138
|
+
border: 13px solid transparent;
|
|
2139
|
+
position: absolute;
|
|
2140
|
+
top: 0;
|
|
2141
|
+
border-left: 8px solid #fff;
|
|
2142
|
+
left: 0;
|
|
2143
|
+
}
|
|
2144
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2145
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2146
|
+
}
|
|
2147
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2148
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1922
2149
|
}
|
|
1923
|
-
.
|
|
1924
|
-
|
|
1925
|
-
color: #0080ff;
|
|
2150
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2151
|
+
color: #005ed1;
|
|
1926
2152
|
}
|
|
1927
|
-
.
|
|
1928
|
-
|
|
2153
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2154
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2155
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1929
2156
|
}
|
|
1930
|
-
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1933
|
-
overflow-y: auto;
|
|
2157
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2158
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2159
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1934
2160
|
}
|
|
1935
|
-
.
|
|
1936
|
-
padding:
|
|
1937
|
-
font-size: 12px;
|
|
1938
|
-
line-height: 18px;
|
|
2161
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2162
|
+
padding: 0;
|
|
1939
2163
|
}
|
|
1940
2164
|
|
|
1941
2165
|
.cz04yix {
|
|
@@ -2603,147 +2827,6 @@ input.rrg1fkn.ant-input {
|
|
|
2603
2827
|
border-bottom-left-radius: 0;
|
|
2604
2828
|
}
|
|
2605
2829
|
|
|
2606
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2607
|
-
display: inline-flex;
|
|
2608
|
-
align-items: baseline;
|
|
2609
|
-
white-space: pre-wrap;
|
|
2610
|
-
}
|
|
2611
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2612
|
-
position: relative;
|
|
2613
|
-
top: 3px;
|
|
2614
|
-
}
|
|
2615
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2616
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2617
|
-
}
|
|
2618
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2619
|
-
border-color: #0080ff;
|
|
2620
|
-
}
|
|
2621
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2622
|
-
border-color: #0080ff;
|
|
2623
|
-
background: #0080ff;
|
|
2624
|
-
}
|
|
2625
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2626
|
-
top: 4px;
|
|
2627
|
-
left: 4px;
|
|
2628
|
-
width: 6px;
|
|
2629
|
-
height: 6px;
|
|
2630
|
-
background: #fff;
|
|
2631
|
-
}
|
|
2632
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2633
|
-
opacity: 0.5;
|
|
2634
|
-
}
|
|
2635
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2636
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2637
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2638
|
-
}
|
|
2639
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2640
|
-
background: #00122e;
|
|
2641
|
-
}
|
|
2642
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2643
|
-
color: #00122e;
|
|
2644
|
-
opacity: 0.5;
|
|
2645
|
-
}
|
|
2646
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2647
|
-
color: #00122e;
|
|
2648
|
-
}
|
|
2649
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2650
|
-
display: inline-block;
|
|
2651
|
-
padding: 0;
|
|
2652
|
-
padding-left: 12px;
|
|
2653
|
-
}
|
|
2654
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2655
|
-
margin-bottom: 0;
|
|
2656
|
-
white-space: pre-wrap;
|
|
2657
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2658
|
-
}
|
|
2659
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2660
|
-
padding-left: 8px;
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2664
|
-
border-radius: 5px 0 0 5px;
|
|
2665
|
-
}
|
|
2666
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2667
|
-
border-radius: 0 5px 5px 0;
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
|
-
.r1f0aqcc {
|
|
2671
|
-
color: #00122e;
|
|
2672
|
-
border-color: #ccd4e3;
|
|
2673
|
-
}
|
|
2674
|
-
.r1f0aqcc:first-child {
|
|
2675
|
-
border-color: #a3b4cc;
|
|
2676
|
-
}
|
|
2677
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2678
|
-
padding: 0 12px;
|
|
2679
|
-
line-height: 32px;
|
|
2680
|
-
height: 32px;
|
|
2681
|
-
}
|
|
2682
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2683
|
-
white-space: nowrap;
|
|
2684
|
-
}
|
|
2685
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2686
|
-
background: #ccd4e3;
|
|
2687
|
-
}
|
|
2688
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2689
|
-
background: #0080ff;
|
|
2690
|
-
}
|
|
2691
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2692
|
-
background: #ccd4e3;
|
|
2693
|
-
opacity: 0.5;
|
|
2694
|
-
}
|
|
2695
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2696
|
-
border-right-color: #0080ff;
|
|
2697
|
-
}
|
|
2698
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2699
|
-
border-color: #0080ff;
|
|
2700
|
-
}
|
|
2701
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2702
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2703
|
-
}
|
|
2704
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2705
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2706
|
-
border-color: #ccd4e3;
|
|
2707
|
-
opacity: 0.5;
|
|
2708
|
-
}
|
|
2709
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2710
|
-
color: #00122e;
|
|
2711
|
-
border-color: #ccd4e3;
|
|
2712
|
-
}
|
|
2713
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2714
|
-
color: #00122e;
|
|
2715
|
-
border-color: #ccd4e3;
|
|
2716
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2717
|
-
}
|
|
2718
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2719
|
-
margin-right: 8px;
|
|
2720
|
-
display: inline;
|
|
2721
|
-
border: none;
|
|
2722
|
-
padding: 0;
|
|
2723
|
-
width: 36px;
|
|
2724
|
-
background: transparent;
|
|
2725
|
-
}
|
|
2726
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2727
|
-
box-shadow: none;
|
|
2728
|
-
}
|
|
2729
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2730
|
-
margin-right: 0;
|
|
2731
|
-
width: initial;
|
|
2732
|
-
box-shadow: none;
|
|
2733
|
-
}
|
|
2734
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2735
|
-
display: none;
|
|
2736
|
-
}
|
|
2737
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2738
|
-
display: inline;
|
|
2739
|
-
}
|
|
2740
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2741
|
-
display: inline;
|
|
2742
|
-
margin-right: 8px;
|
|
2743
|
-
padding: 0;
|
|
2744
|
-
width: 36px;
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
2830
|
.s34f1qb.ant-switch {
|
|
2748
2831
|
min-width: 40px;
|
|
2749
2832
|
height: 24px;
|
|
@@ -2763,123 +2846,40 @@ input.rrg1fkn.ant-input {
|
|
|
2763
2846
|
}
|
|
2764
2847
|
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2765
2848
|
height: 20px;
|
|
2766
|
-
width: 20px;
|
|
2767
|
-
}
|
|
2768
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2769
|
-
border-radius: 10px;
|
|
2770
|
-
transition-delay: 120ms;
|
|
2771
|
-
}
|
|
2772
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2773
|
-
height: 14px;
|
|
2774
|
-
width: 14px;
|
|
2775
|
-
top: 1px;
|
|
2776
|
-
left: 1px;
|
|
2777
|
-
}
|
|
2778
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2779
|
-
height: 28px;
|
|
2780
|
-
width: 28px;
|
|
2781
|
-
}
|
|
2782
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2783
|
-
border-radius: 14px;
|
|
2784
|
-
}
|
|
2785
|
-
.s34f1qb.ant-switch-checked {
|
|
2786
|
-
background-color: #00ba5d;
|
|
2787
|
-
}
|
|
2788
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2789
|
-
left: calc(100% - 20px - 2px);
|
|
2790
|
-
}
|
|
2791
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2792
|
-
left: calc(100% - 14px - 1px);
|
|
2793
|
-
}
|
|
2794
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2795
|
-
left: calc(100% - 28px - 2px);
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2798
|
-
.c1to9vb9 {
|
|
2799
|
-
margin-left: 5px;
|
|
2800
|
-
}
|
|
2801
|
-
|
|
2802
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2803
|
-
flex-direction: row;
|
|
2804
|
-
justify-content: stretch;
|
|
2805
|
-
}
|
|
2806
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2807
|
-
padding: 0;
|
|
2808
|
-
margin-right: 4px;
|
|
2809
|
-
flex: 1;
|
|
2810
|
-
overflow: visible;
|
|
2811
|
-
}
|
|
2812
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2813
|
-
display: none;
|
|
2814
|
-
}
|
|
2815
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2816
|
-
width: 100%;
|
|
2817
|
-
min-height: unset;
|
|
2818
|
-
}
|
|
2819
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2820
|
-
height: 26px;
|
|
2821
|
-
line-height: 26px;
|
|
2822
|
-
width: 100%;
|
|
2823
|
-
text-align: center;
|
|
2824
|
-
padding: 0;
|
|
2825
|
-
font-size: 12px;
|
|
2826
|
-
font-weight: normal;
|
|
2827
|
-
}
|
|
2828
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2829
|
-
margin-right: 10px;
|
|
2830
|
-
}
|
|
2831
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2832
|
-
display: none;
|
|
2833
|
-
}
|
|
2834
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2835
|
-
border-radius: 4px 0 0 4px;
|
|
2836
|
-
}
|
|
2837
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2838
|
-
margin-right: 0;
|
|
2839
|
-
}
|
|
2840
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2841
|
-
border-radius: 0 4px 4px 0;
|
|
2842
|
-
}
|
|
2843
|
-
.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 {
|
|
2844
|
-
content: "";
|
|
2845
|
-
width: 0;
|
|
2846
|
-
height: 0;
|
|
2847
|
-
border: 13px solid transparent;
|
|
2848
|
-
position: absolute;
|
|
2849
|
-
top: 0;
|
|
2850
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2851
|
-
right: -21px;
|
|
2852
|
-
z-index: 2;
|
|
2849
|
+
width: 20px;
|
|
2853
2850
|
}
|
|
2854
|
-
.
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
height: 0;
|
|
2858
|
-
border: 13px solid transparent;
|
|
2859
|
-
position: absolute;
|
|
2860
|
-
top: 0;
|
|
2861
|
-
border-left: 8px solid #fff;
|
|
2862
|
-
left: 0;
|
|
2851
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2852
|
+
border-radius: 10px;
|
|
2853
|
+
transition-delay: 120ms;
|
|
2863
2854
|
}
|
|
2864
|
-
.
|
|
2865
|
-
|
|
2855
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2856
|
+
height: 14px;
|
|
2857
|
+
width: 14px;
|
|
2858
|
+
top: 1px;
|
|
2859
|
+
left: 1px;
|
|
2866
2860
|
}
|
|
2867
|
-
.
|
|
2868
|
-
|
|
2861
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2862
|
+
height: 28px;
|
|
2863
|
+
width: 28px;
|
|
2869
2864
|
}
|
|
2870
|
-
.
|
|
2871
|
-
|
|
2865
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2866
|
+
border-radius: 14px;
|
|
2872
2867
|
}
|
|
2873
|
-
.
|
|
2874
|
-
|
|
2875
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2868
|
+
.s34f1qb.ant-switch-checked {
|
|
2869
|
+
background-color: #00ba5d;
|
|
2876
2870
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2879
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2871
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2872
|
+
left: calc(100% - 20px - 2px);
|
|
2880
2873
|
}
|
|
2881
|
-
.
|
|
2882
|
-
|
|
2874
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2875
|
+
left: calc(100% - 14px - 1px);
|
|
2876
|
+
}
|
|
2877
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2878
|
+
left: calc(100% - 28px - 2px);
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
.c1to9vb9 {
|
|
2882
|
+
margin-left: 5px;
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
2885
|
.t1upn1sz {
|
|
@@ -3245,85 +3245,8 @@ input.rrg1fkn.ant-input {
|
|
|
3245
3245
|
background: #fff;
|
|
3246
3246
|
}
|
|
3247
3247
|
|
|
3248
|
-
.
|
|
3249
|
-
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
.da3mx0o .ant-select-item-group {
|
|
3253
|
-
padding: 8px 16px;
|
|
3254
|
-
line-height: 18px;
|
|
3255
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3256
|
-
height: 34px;
|
|
3257
|
-
min-height: 34px;
|
|
3258
|
-
box-sizing: border-box;
|
|
3259
|
-
margin-top: 8px;
|
|
3260
|
-
}
|
|
3261
|
-
|
|
3262
|
-
.onr9gzt {
|
|
3263
|
-
display: flex;
|
|
3264
|
-
flex-direction: column;
|
|
3265
|
-
margin: 1px 8px;
|
|
3266
|
-
padding: 8px;
|
|
3267
|
-
border-radius: 4px;
|
|
3268
|
-
}
|
|
3269
|
-
.onr9gzt .selected-icon {
|
|
3270
|
-
display: none;
|
|
3271
|
-
}
|
|
3272
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3273
|
-
padding-left: 8px;
|
|
3274
|
-
}
|
|
3275
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3276
|
-
background-color: white;
|
|
3277
|
-
}
|
|
3278
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3279
|
-
color: #0080ff;
|
|
3280
|
-
}
|
|
3281
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3282
|
-
display: block;
|
|
3283
|
-
}
|
|
3284
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3285
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3286
|
-
}
|
|
3287
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3288
|
-
color: #0080ff;
|
|
3289
|
-
}
|
|
3290
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3291
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3292
|
-
color: #0080ff;
|
|
3293
|
-
}
|
|
3294
|
-
|
|
3295
|
-
.oiy0apc {
|
|
3296
|
-
display: flex;
|
|
3297
|
-
justify-content: space-between;
|
|
3298
|
-
height: 20px;
|
|
3299
|
-
line-height: 20px;
|
|
3300
|
-
}
|
|
3301
|
-
.oiy0apc .timezone-title {
|
|
3302
|
-
color: #2d3a56;
|
|
3303
|
-
overflow: hidden;
|
|
3304
|
-
text-overflow: ellipsis;
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
|
-
.of4y382 {
|
|
3308
|
-
display: flex;
|
|
3309
|
-
justify-content: space-between;
|
|
3310
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3311
|
-
height: 18px;
|
|
3312
|
-
line-height: 18px;
|
|
3313
|
-
margin-top: 2px;
|
|
3314
|
-
}
|
|
3315
|
-
|
|
3316
|
-
.t19903l9 {
|
|
3317
|
-
border: none;
|
|
3318
|
-
margin-right: 0;
|
|
3319
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3320
|
-
}
|
|
3321
|
-
|
|
3322
|
-
.ohwbvxu {
|
|
3323
|
-
pointer-events: none;
|
|
3324
|
-
height: 32px;
|
|
3325
|
-
width: 100%;
|
|
3326
|
-
opacity: 0;
|
|
3248
|
+
.i1e4sgug {
|
|
3249
|
+
display: inline-block;
|
|
3327
3250
|
}
|
|
3328
3251
|
|
|
3329
3252
|
.d6j0lbj {
|
|
@@ -3801,8 +3724,85 @@ input.rrg1fkn.ant-input {
|
|
|
3801
3724
|
line-height: 12px;
|
|
3802
3725
|
}
|
|
3803
3726
|
|
|
3804
|
-
.
|
|
3805
|
-
|
|
3727
|
+
.s1fc623g {
|
|
3728
|
+
width: 430px !important;
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
.da3mx0o .ant-select-item-group {
|
|
3732
|
+
padding: 8px 16px;
|
|
3733
|
+
line-height: 18px;
|
|
3734
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3735
|
+
height: 34px;
|
|
3736
|
+
min-height: 34px;
|
|
3737
|
+
box-sizing: border-box;
|
|
3738
|
+
margin-top: 8px;
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3741
|
+
.onr9gzt {
|
|
3742
|
+
display: flex;
|
|
3743
|
+
flex-direction: column;
|
|
3744
|
+
margin: 1px 8px;
|
|
3745
|
+
padding: 8px;
|
|
3746
|
+
border-radius: 4px;
|
|
3747
|
+
}
|
|
3748
|
+
.onr9gzt .selected-icon {
|
|
3749
|
+
display: none;
|
|
3750
|
+
}
|
|
3751
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3752
|
+
padding-left: 8px;
|
|
3753
|
+
}
|
|
3754
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3755
|
+
background-color: white;
|
|
3756
|
+
}
|
|
3757
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3758
|
+
color: #0080ff;
|
|
3759
|
+
}
|
|
3760
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3761
|
+
display: block;
|
|
3762
|
+
}
|
|
3763
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3764
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3765
|
+
}
|
|
3766
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3767
|
+
color: #0080ff;
|
|
3768
|
+
}
|
|
3769
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3770
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3771
|
+
color: #0080ff;
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
.oiy0apc {
|
|
3775
|
+
display: flex;
|
|
3776
|
+
justify-content: space-between;
|
|
3777
|
+
height: 20px;
|
|
3778
|
+
line-height: 20px;
|
|
3779
|
+
}
|
|
3780
|
+
.oiy0apc .timezone-title {
|
|
3781
|
+
color: #2d3a56;
|
|
3782
|
+
overflow: hidden;
|
|
3783
|
+
text-overflow: ellipsis;
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
.of4y382 {
|
|
3787
|
+
display: flex;
|
|
3788
|
+
justify-content: space-between;
|
|
3789
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3790
|
+
height: 18px;
|
|
3791
|
+
line-height: 18px;
|
|
3792
|
+
margin-top: 2px;
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3795
|
+
.t19903l9 {
|
|
3796
|
+
border: none;
|
|
3797
|
+
margin-right: 0;
|
|
3798
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3799
|
+
}
|
|
3800
|
+
|
|
3801
|
+
.ohwbvxu {
|
|
3802
|
+
pointer-events: none;
|
|
3803
|
+
height: 32px;
|
|
3804
|
+
width: 100%;
|
|
3805
|
+
opacity: 0;
|
|
3806
3806
|
}
|
|
3807
3807
|
|
|
3808
3808
|
.c198s9j3 {
|
|
@@ -3945,6 +3945,79 @@ input.rrg1fkn.ant-input {
|
|
|
3945
3945
|
display: flex;
|
|
3946
3946
|
}
|
|
3947
3947
|
|
|
3948
|
+
.s1uupxds {
|
|
3949
|
+
padding: 0 8px;
|
|
3950
|
+
border-radius: 4px;
|
|
3951
|
+
}
|
|
3952
|
+
|
|
3953
|
+
.m10sqwut {
|
|
3954
|
+
padding: 2px 8px;
|
|
3955
|
+
border-radius: 3px;
|
|
3956
|
+
}
|
|
3957
|
+
|
|
3958
|
+
.l1d492wb {
|
|
3959
|
+
padding: 3px 8px;
|
|
3960
|
+
border-radius: 2px;
|
|
3961
|
+
}
|
|
3962
|
+
|
|
3963
|
+
.t1lzavmu.ant-tag:hover {
|
|
3964
|
+
opacity: unset;
|
|
3965
|
+
}
|
|
3966
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
3967
|
+
margin: 0;
|
|
3968
|
+
display: inline-flex;
|
|
3969
|
+
align-items: center;
|
|
3970
|
+
border: none;
|
|
3971
|
+
}
|
|
3972
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
3973
|
+
width: 16px;
|
|
3974
|
+
height: 16px;
|
|
3975
|
+
color: inherit;
|
|
3976
|
+
margin-left: 4px;
|
|
3977
|
+
opacity: 0.6;
|
|
3978
|
+
}
|
|
3979
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
3980
|
+
opacity: 1;
|
|
3981
|
+
}
|
|
3982
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
3983
|
+
color: #0080ff;
|
|
3984
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3985
|
+
}
|
|
3986
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
3987
|
+
color: #f0483e;
|
|
3988
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
3989
|
+
}
|
|
3990
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
3991
|
+
color: #fea008;
|
|
3992
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
3993
|
+
}
|
|
3994
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
3995
|
+
color: #00ba5d;
|
|
3996
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
3997
|
+
}
|
|
3998
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
3999
|
+
color: #1d326c;
|
|
4000
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4001
|
+
}
|
|
4002
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
4003
|
+
color: #fff;
|
|
4004
|
+
}
|
|
4005
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
4006
|
+
background-color: #f0483e;
|
|
4007
|
+
}
|
|
4008
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
4009
|
+
background-color: #fea008;
|
|
4010
|
+
}
|
|
4011
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
4012
|
+
background-color: #00ba5d;
|
|
4013
|
+
}
|
|
4014
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
4015
|
+
background-color: #0080ff;
|
|
4016
|
+
}
|
|
4017
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
4018
|
+
background-color: #6b7d99;
|
|
4019
|
+
}
|
|
4020
|
+
|
|
3948
4021
|
.m1thnes4 {
|
|
3949
4022
|
color: rgba(44, 56, 82, 0.6);
|
|
3950
4023
|
text-align: center;
|