@cloudtower/eagle 0.25.19 → 0.25.22
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/Percent/index.d.ts +2 -2
- package/dist/components.css +152 -152
- package/dist/esm/index.js +11 -5
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +4 -0
- package/dist/style.css +434 -434
- package/dist/umd/index.js +11 -5
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,299 +1636,6 @@ html body {
|
|
|
1636
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
-
.obf05yr {
|
|
1640
|
-
display: inline-block;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
.hsms1n6 {
|
|
1644
|
-
visibility: hidden;
|
|
1645
|
-
position: absolute;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
.p12gwtiw {
|
|
1649
|
-
display: flex;
|
|
1650
|
-
justify-content: space-between;
|
|
1651
|
-
align-items: center;
|
|
1652
|
-
padding: 10px 0;
|
|
1653
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1654
|
-
font-size: 12px;
|
|
1655
|
-
line-height: 24px;
|
|
1656
|
-
}
|
|
1657
|
-
.p12gwtiw .pagination-left {
|
|
1658
|
-
padding: 2px 8px;
|
|
1659
|
-
}
|
|
1660
|
-
.p12gwtiw .dropdown-trigger {
|
|
1661
|
-
display: flex;
|
|
1662
|
-
align-items: center;
|
|
1663
|
-
border-radius: 6px;
|
|
1664
|
-
cursor: pointer;
|
|
1665
|
-
transition: all 0.3s ease;
|
|
1666
|
-
}
|
|
1667
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1668
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1669
|
-
color: #0080ff;
|
|
1670
|
-
}
|
|
1671
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1672
|
-
margin-left: 4px;
|
|
1673
|
-
}
|
|
1674
|
-
.p12gwtiw .pagination-right {
|
|
1675
|
-
display: flex;
|
|
1676
|
-
align-items: center;
|
|
1677
|
-
color: #0080ff;
|
|
1678
|
-
font-weight: bold;
|
|
1679
|
-
}
|
|
1680
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1681
|
-
margin-left: 4px;
|
|
1682
|
-
}
|
|
1683
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1684
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1685
|
-
padding: 0 8px;
|
|
1686
|
-
}
|
|
1687
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1688
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1689
|
-
color: #0080ff;
|
|
1690
|
-
}
|
|
1691
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1692
|
-
transform: rotate(180deg);
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1696
|
-
max-height: calc(100vh - 128px);
|
|
1697
|
-
overflow-y: auto;
|
|
1698
|
-
}
|
|
1699
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1700
|
-
padding: 4px 20px;
|
|
1701
|
-
font-size: 12px;
|
|
1702
|
-
line-height: 18px;
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
.iap75of {
|
|
1706
|
-
height: 18px;
|
|
1707
|
-
line-height: 18px;
|
|
1708
|
-
padding: 0 4px;
|
|
1709
|
-
border-radius: 4px;
|
|
1710
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1711
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1712
|
-
display: flex;
|
|
1713
|
-
align-items: center;
|
|
1714
|
-
white-space: nowrap;
|
|
1715
|
-
margin-right: 4px;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
.i1mrf09m {
|
|
1719
|
-
display: inline-flex;
|
|
1720
|
-
align-items: center;
|
|
1721
|
-
}
|
|
1722
|
-
.i1mrf09m .icon-inner {
|
|
1723
|
-
display: inline-flex;
|
|
1724
|
-
align-items: center;
|
|
1725
|
-
justify-content: center;
|
|
1726
|
-
}
|
|
1727
|
-
.i1mrf09m .icon-inner + span,
|
|
1728
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1729
|
-
margin-left: 4px;
|
|
1730
|
-
}
|
|
1731
|
-
.i1mrf09m.is-rotate img,
|
|
1732
|
-
.i1mrf09m.is-rotate svg {
|
|
1733
|
-
animation: rotate 680ms linear infinite;
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
1737
|
-
display: inline-flex;
|
|
1738
|
-
align-items: baseline;
|
|
1739
|
-
white-space: pre-wrap;
|
|
1740
|
-
}
|
|
1741
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1742
|
-
position: relative;
|
|
1743
|
-
top: 3px;
|
|
1744
|
-
}
|
|
1745
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1746
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1747
|
-
}
|
|
1748
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1749
|
-
border-color: #0080ff;
|
|
1750
|
-
}
|
|
1751
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1752
|
-
border-color: #0080ff;
|
|
1753
|
-
background: #0080ff;
|
|
1754
|
-
}
|
|
1755
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1756
|
-
top: 4px;
|
|
1757
|
-
left: 4px;
|
|
1758
|
-
width: 6px;
|
|
1759
|
-
height: 6px;
|
|
1760
|
-
background: #fff;
|
|
1761
|
-
}
|
|
1762
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1763
|
-
opacity: 0.5;
|
|
1764
|
-
}
|
|
1765
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1766
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1767
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1768
|
-
}
|
|
1769
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1770
|
-
background: #00122e;
|
|
1771
|
-
}
|
|
1772
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1773
|
-
color: #00122e;
|
|
1774
|
-
opacity: 0.5;
|
|
1775
|
-
}
|
|
1776
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1777
|
-
color: #00122e;
|
|
1778
|
-
}
|
|
1779
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1780
|
-
display: inline-block;
|
|
1781
|
-
padding: 0;
|
|
1782
|
-
padding-left: 12px;
|
|
1783
|
-
}
|
|
1784
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1785
|
-
margin-bottom: 0;
|
|
1786
|
-
white-space: pre-wrap;
|
|
1787
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1788
|
-
}
|
|
1789
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1790
|
-
padding-left: 8px;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1794
|
-
border-radius: 5px 0 0 5px;
|
|
1795
|
-
}
|
|
1796
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1797
|
-
border-radius: 0 5px 5px 0;
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
.r1f0aqcc {
|
|
1801
|
-
color: #00122e;
|
|
1802
|
-
border-color: #ccd4e3;
|
|
1803
|
-
}
|
|
1804
|
-
.r1f0aqcc:first-child {
|
|
1805
|
-
border-color: #a3b4cc;
|
|
1806
|
-
}
|
|
1807
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1808
|
-
padding: 0 12px;
|
|
1809
|
-
line-height: 32px;
|
|
1810
|
-
height: 32px;
|
|
1811
|
-
}
|
|
1812
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1813
|
-
white-space: nowrap;
|
|
1814
|
-
}
|
|
1815
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1816
|
-
background: #ccd4e3;
|
|
1817
|
-
}
|
|
1818
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1819
|
-
background: #0080ff;
|
|
1820
|
-
}
|
|
1821
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1822
|
-
background: #ccd4e3;
|
|
1823
|
-
opacity: 0.5;
|
|
1824
|
-
}
|
|
1825
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1826
|
-
border-right-color: #0080ff;
|
|
1827
|
-
}
|
|
1828
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1829
|
-
border-color: #0080ff;
|
|
1830
|
-
}
|
|
1831
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
1832
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1833
|
-
}
|
|
1834
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
1835
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1836
|
-
border-color: #ccd4e3;
|
|
1837
|
-
opacity: 0.5;
|
|
1838
|
-
}
|
|
1839
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
1840
|
-
color: #00122e;
|
|
1841
|
-
border-color: #ccd4e3;
|
|
1842
|
-
}
|
|
1843
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
1844
|
-
color: #00122e;
|
|
1845
|
-
border-color: #ccd4e3;
|
|
1846
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1847
|
-
}
|
|
1848
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
1849
|
-
margin-right: 8px;
|
|
1850
|
-
display: inline;
|
|
1851
|
-
border: none;
|
|
1852
|
-
padding: 0;
|
|
1853
|
-
width: 36px;
|
|
1854
|
-
background: transparent;
|
|
1855
|
-
}
|
|
1856
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
1857
|
-
box-shadow: none;
|
|
1858
|
-
}
|
|
1859
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
1860
|
-
margin-right: 0;
|
|
1861
|
-
width: initial;
|
|
1862
|
-
box-shadow: none;
|
|
1863
|
-
}
|
|
1864
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
1865
|
-
display: none;
|
|
1866
|
-
}
|
|
1867
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
1868
|
-
display: inline;
|
|
1869
|
-
}
|
|
1870
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
1871
|
-
display: inline;
|
|
1872
|
-
margin-right: 8px;
|
|
1873
|
-
padding: 0;
|
|
1874
|
-
width: 36px;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
.s34f1qb.ant-switch {
|
|
1878
|
-
min-width: 40px;
|
|
1879
|
-
height: 24px;
|
|
1880
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1881
|
-
overflow: hidden;
|
|
1882
|
-
}
|
|
1883
|
-
.s34f1qb.ant-switch:focus {
|
|
1884
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1885
|
-
}
|
|
1886
|
-
.s34f1qb.ant-switch-small {
|
|
1887
|
-
min-width: 26px;
|
|
1888
|
-
height: 16px;
|
|
1889
|
-
}
|
|
1890
|
-
.s34f1qb.ant-switch-large {
|
|
1891
|
-
min-width: 52px;
|
|
1892
|
-
height: 32px;
|
|
1893
|
-
}
|
|
1894
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1895
|
-
height: 20px;
|
|
1896
|
-
width: 20px;
|
|
1897
|
-
}
|
|
1898
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1899
|
-
border-radius: 10px;
|
|
1900
|
-
transition-delay: 120ms;
|
|
1901
|
-
}
|
|
1902
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1903
|
-
height: 14px;
|
|
1904
|
-
width: 14px;
|
|
1905
|
-
top: 1px;
|
|
1906
|
-
left: 1px;
|
|
1907
|
-
}
|
|
1908
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1909
|
-
height: 28px;
|
|
1910
|
-
width: 28px;
|
|
1911
|
-
}
|
|
1912
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1913
|
-
border-radius: 14px;
|
|
1914
|
-
}
|
|
1915
|
-
.s34f1qb.ant-switch-checked {
|
|
1916
|
-
background-color: #00ba5d;
|
|
1917
|
-
}
|
|
1918
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1919
|
-
left: calc(100% - 20px - 2px);
|
|
1920
|
-
}
|
|
1921
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1922
|
-
left: calc(100% - 14px - 1px);
|
|
1923
|
-
}
|
|
1924
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1925
|
-
left: calc(100% - 28px - 2px);
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
.c1to9vb9 {
|
|
1929
|
-
margin-left: 5px;
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
1639
|
.buj61ew.ant-btn {
|
|
1933
1640
|
height: 32px;
|
|
1934
1641
|
border-radius: 6px;
|
|
@@ -2164,17 +1871,101 @@ html body {
|
|
|
2164
1871
|
margin-right: 4px;
|
|
2165
1872
|
display: inline-flex;
|
|
2166
1873
|
}
|
|
2167
|
-
.buj61ew .button-suffix-icon {
|
|
1874
|
+
.buj61ew .button-suffix-icon {
|
|
1875
|
+
margin-left: 4px;
|
|
1876
|
+
display: inline-flex;
|
|
1877
|
+
}
|
|
1878
|
+
.buj61ew .icon-wrapper {
|
|
1879
|
+
display: inline-flex;
|
|
1880
|
+
vertical-align: bottom;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.nchllas {
|
|
1884
|
+
padding: 0;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.bpq0js6 {
|
|
1888
|
+
padding: 4px 11px;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.b15sn34c {
|
|
1892
|
+
white-space: nowrap;
|
|
1893
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1894
|
+
}
|
|
1895
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1896
|
+
--color: #0080ff;
|
|
1897
|
+
}
|
|
1898
|
+
.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] {
|
|
1899
|
+
--color: #0080ff;
|
|
1900
|
+
}
|
|
1901
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1902
|
+
margin-left: 1px;
|
|
1903
|
+
}
|
|
1904
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1905
|
+
border-top-right-radius: 0;
|
|
1906
|
+
border-bottom-right-radius: 0;
|
|
1907
|
+
}
|
|
1908
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1909
|
+
border-top-left-radius: 0;
|
|
1910
|
+
border-bottom-left-radius: 0;
|
|
1911
|
+
}
|
|
1912
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1913
|
+
border-radius: unset;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.fde5mpd {
|
|
1917
|
+
width: 100%;
|
|
1918
|
+
height: 100%;
|
|
1919
|
+
min-height: 124px;
|
|
1920
|
+
display: flex;
|
|
1921
|
+
flex-direction: column;
|
|
1922
|
+
justify-content: center;
|
|
1923
|
+
align-items: center;
|
|
1924
|
+
}
|
|
1925
|
+
.fde5mpd .error-text {
|
|
1926
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1927
|
+
margin-bottom: 16px;
|
|
1928
|
+
font-size: 18px;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.i1mrf09m {
|
|
1932
|
+
display: inline-flex;
|
|
1933
|
+
align-items: center;
|
|
1934
|
+
}
|
|
1935
|
+
.i1mrf09m .icon-inner {
|
|
1936
|
+
display: inline-flex;
|
|
1937
|
+
align-items: center;
|
|
1938
|
+
justify-content: center;
|
|
1939
|
+
}
|
|
1940
|
+
.i1mrf09m .icon-inner + span,
|
|
1941
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2168
1942
|
margin-left: 4px;
|
|
2169
|
-
display: inline-flex;
|
|
2170
1943
|
}
|
|
2171
|
-
.
|
|
2172
|
-
|
|
2173
|
-
|
|
1944
|
+
.i1mrf09m.is-rotate img,
|
|
1945
|
+
.i1mrf09m.is-rotate svg {
|
|
1946
|
+
animation: rotate 680ms linear infinite;
|
|
2174
1947
|
}
|
|
2175
1948
|
|
|
2176
|
-
.
|
|
2177
|
-
|
|
1949
|
+
.iap75of {
|
|
1950
|
+
height: 18px;
|
|
1951
|
+
line-height: 18px;
|
|
1952
|
+
padding: 0 4px;
|
|
1953
|
+
border-radius: 4px;
|
|
1954
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1955
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1956
|
+
display: flex;
|
|
1957
|
+
align-items: center;
|
|
1958
|
+
white-space: nowrap;
|
|
1959
|
+
margin-right: 4px;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
.obf05yr {
|
|
1963
|
+
display: inline-block;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
.hsms1n6 {
|
|
1967
|
+
visibility: hidden;
|
|
1968
|
+
position: absolute;
|
|
2178
1969
|
}
|
|
2179
1970
|
|
|
2180
1971
|
.cz04yix {
|
|
@@ -2826,49 +2617,273 @@ input.rrg1fkn.ant-input {
|
|
|
2826
2617
|
border-top-left-radius: 0;
|
|
2827
2618
|
border-bottom-left-radius: 0;
|
|
2828
2619
|
}
|
|
2829
|
-
|
|
2830
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2831
|
-
border-top-left-radius: 0;
|
|
2832
|
-
border-bottom-left-radius: 0;
|
|
2620
|
+
|
|
2621
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2622
|
+
border-top-left-radius: 0;
|
|
2623
|
+
border-bottom-left-radius: 0;
|
|
2624
|
+
}
|
|
2625
|
+
|
|
2626
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2627
|
+
border-top-right-radius: 0;
|
|
2628
|
+
border-bottom-right-radius: 0;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2632
|
+
border-top-left-radius: 0;
|
|
2633
|
+
border-bottom-left-radius: 0;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
.p12gwtiw {
|
|
2637
|
+
display: flex;
|
|
2638
|
+
justify-content: space-between;
|
|
2639
|
+
align-items: center;
|
|
2640
|
+
padding: 10px 0;
|
|
2641
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2642
|
+
font-size: 12px;
|
|
2643
|
+
line-height: 24px;
|
|
2644
|
+
}
|
|
2645
|
+
.p12gwtiw .pagination-left {
|
|
2646
|
+
padding: 2px 8px;
|
|
2647
|
+
}
|
|
2648
|
+
.p12gwtiw .dropdown-trigger {
|
|
2649
|
+
display: flex;
|
|
2650
|
+
align-items: center;
|
|
2651
|
+
border-radius: 6px;
|
|
2652
|
+
cursor: pointer;
|
|
2653
|
+
transition: all 0.3s ease;
|
|
2654
|
+
}
|
|
2655
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2656
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2657
|
+
color: #0080ff;
|
|
2658
|
+
}
|
|
2659
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2660
|
+
margin-left: 4px;
|
|
2661
|
+
}
|
|
2662
|
+
.p12gwtiw .pagination-right {
|
|
2663
|
+
display: flex;
|
|
2664
|
+
align-items: center;
|
|
2665
|
+
color: #0080ff;
|
|
2666
|
+
font-weight: bold;
|
|
2667
|
+
}
|
|
2668
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2669
|
+
margin-left: 4px;
|
|
2670
|
+
}
|
|
2671
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2672
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2673
|
+
padding: 0 8px;
|
|
2674
|
+
}
|
|
2675
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2676
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2677
|
+
color: #0080ff;
|
|
2678
|
+
}
|
|
2679
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2680
|
+
transform: rotate(180deg);
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2684
|
+
max-height: calc(100vh - 128px);
|
|
2685
|
+
overflow-y: auto;
|
|
2686
|
+
}
|
|
2687
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2688
|
+
padding: 4px 20px;
|
|
2689
|
+
font-size: 12px;
|
|
2690
|
+
line-height: 18px;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2694
|
+
display: inline-flex;
|
|
2695
|
+
align-items: baseline;
|
|
2696
|
+
white-space: pre-wrap;
|
|
2697
|
+
}
|
|
2698
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2699
|
+
position: relative;
|
|
2700
|
+
top: 3px;
|
|
2701
|
+
}
|
|
2702
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2703
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2704
|
+
}
|
|
2705
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2706
|
+
border-color: #0080ff;
|
|
2707
|
+
}
|
|
2708
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2709
|
+
border-color: #0080ff;
|
|
2710
|
+
background: #0080ff;
|
|
2711
|
+
}
|
|
2712
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2713
|
+
top: 4px;
|
|
2714
|
+
left: 4px;
|
|
2715
|
+
width: 6px;
|
|
2716
|
+
height: 6px;
|
|
2717
|
+
background: #fff;
|
|
2718
|
+
}
|
|
2719
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2720
|
+
opacity: 0.5;
|
|
2721
|
+
}
|
|
2722
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2723
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2724
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2725
|
+
}
|
|
2726
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2727
|
+
background: #00122e;
|
|
2728
|
+
}
|
|
2729
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2730
|
+
color: #00122e;
|
|
2731
|
+
opacity: 0.5;
|
|
2732
|
+
}
|
|
2733
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2734
|
+
color: #00122e;
|
|
2735
|
+
}
|
|
2736
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2737
|
+
display: inline-block;
|
|
2738
|
+
padding: 0;
|
|
2739
|
+
padding-left: 12px;
|
|
2740
|
+
}
|
|
2741
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2742
|
+
margin-bottom: 0;
|
|
2743
|
+
white-space: pre-wrap;
|
|
2744
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2745
|
+
}
|
|
2746
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2747
|
+
padding-left: 8px;
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2750
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2751
|
+
border-radius: 5px 0 0 5px;
|
|
2752
|
+
}
|
|
2753
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2754
|
+
border-radius: 0 5px 5px 0;
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
.r1f0aqcc {
|
|
2758
|
+
color: #00122e;
|
|
2759
|
+
border-color: #ccd4e3;
|
|
2760
|
+
}
|
|
2761
|
+
.r1f0aqcc:first-child {
|
|
2762
|
+
border-color: #a3b4cc;
|
|
2763
|
+
}
|
|
2764
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2765
|
+
padding: 0 12px;
|
|
2766
|
+
line-height: 32px;
|
|
2767
|
+
height: 32px;
|
|
2768
|
+
}
|
|
2769
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2770
|
+
white-space: nowrap;
|
|
2771
|
+
}
|
|
2772
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2773
|
+
background: #ccd4e3;
|
|
2774
|
+
}
|
|
2775
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2776
|
+
background: #0080ff;
|
|
2777
|
+
}
|
|
2778
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2779
|
+
background: #ccd4e3;
|
|
2780
|
+
opacity: 0.5;
|
|
2781
|
+
}
|
|
2782
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2783
|
+
border-right-color: #0080ff;
|
|
2784
|
+
}
|
|
2785
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2786
|
+
border-color: #0080ff;
|
|
2787
|
+
}
|
|
2788
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2789
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2790
|
+
}
|
|
2791
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2792
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2793
|
+
border-color: #ccd4e3;
|
|
2794
|
+
opacity: 0.5;
|
|
2795
|
+
}
|
|
2796
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2797
|
+
color: #00122e;
|
|
2798
|
+
border-color: #ccd4e3;
|
|
2799
|
+
}
|
|
2800
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2801
|
+
color: #00122e;
|
|
2802
|
+
border-color: #ccd4e3;
|
|
2803
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2804
|
+
}
|
|
2805
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2806
|
+
margin-right: 8px;
|
|
2807
|
+
display: inline;
|
|
2808
|
+
border: none;
|
|
2809
|
+
padding: 0;
|
|
2810
|
+
width: 36px;
|
|
2811
|
+
background: transparent;
|
|
2812
|
+
}
|
|
2813
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2814
|
+
box-shadow: none;
|
|
2815
|
+
}
|
|
2816
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2817
|
+
margin-right: 0;
|
|
2818
|
+
width: initial;
|
|
2819
|
+
box-shadow: none;
|
|
2820
|
+
}
|
|
2821
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2822
|
+
display: none;
|
|
2823
|
+
}
|
|
2824
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2825
|
+
display: inline;
|
|
2826
|
+
}
|
|
2827
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2828
|
+
display: inline;
|
|
2829
|
+
margin-right: 8px;
|
|
2830
|
+
padding: 0;
|
|
2831
|
+
width: 36px;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
.s34f1qb.ant-switch {
|
|
2835
|
+
min-width: 40px;
|
|
2836
|
+
height: 24px;
|
|
2837
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2838
|
+
overflow: hidden;
|
|
2839
|
+
}
|
|
2840
|
+
.s34f1qb.ant-switch:focus {
|
|
2841
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2842
|
+
}
|
|
2843
|
+
.s34f1qb.ant-switch-small {
|
|
2844
|
+
min-width: 26px;
|
|
2845
|
+
height: 16px;
|
|
2833
2846
|
}
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
border-bottom-right-radius: 0;
|
|
2847
|
+
.s34f1qb.ant-switch-large {
|
|
2848
|
+
min-width: 52px;
|
|
2849
|
+
height: 32px;
|
|
2838
2850
|
}
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
border-bottom-left-radius: 0;
|
|
2851
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2852
|
+
height: 20px;
|
|
2853
|
+
width: 20px;
|
|
2843
2854
|
}
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2855
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2856
|
+
border-radius: 10px;
|
|
2857
|
+
transition-delay: 120ms;
|
|
2847
2858
|
}
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2859
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2860
|
+
height: 14px;
|
|
2861
|
+
width: 14px;
|
|
2862
|
+
top: 1px;
|
|
2863
|
+
left: 1px;
|
|
2852
2864
|
}
|
|
2853
|
-
.
|
|
2854
|
-
|
|
2865
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2866
|
+
height: 28px;
|
|
2867
|
+
width: 28px;
|
|
2855
2868
|
}
|
|
2856
|
-
.
|
|
2857
|
-
|
|
2869
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2870
|
+
border-radius: 14px;
|
|
2858
2871
|
}
|
|
2859
|
-
.
|
|
2860
|
-
|
|
2872
|
+
.s34f1qb.ant-switch-checked {
|
|
2873
|
+
background-color: #00ba5d;
|
|
2861
2874
|
}
|
|
2862
|
-
.
|
|
2863
|
-
|
|
2864
|
-
border-bottom-right-radius: 0;
|
|
2875
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2876
|
+
left: calc(100% - 20px - 2px);
|
|
2865
2877
|
}
|
|
2866
|
-
.
|
|
2867
|
-
|
|
2868
|
-
border-bottom-left-radius: 0;
|
|
2878
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2879
|
+
left: calc(100% - 14px - 1px);
|
|
2869
2880
|
}
|
|
2870
|
-
.
|
|
2871
|
-
|
|
2881
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2882
|
+
left: calc(100% - 28px - 2px);
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
.c1to9vb9 {
|
|
2886
|
+
margin-left: 5px;
|
|
2872
2887
|
}
|
|
2873
2888
|
|
|
2874
2889
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2954,19 +2969,85 @@ input.rrg1fkn.ant-input {
|
|
|
2954
2969
|
padding: 0;
|
|
2955
2970
|
}
|
|
2956
2971
|
|
|
2957
|
-
.
|
|
2958
|
-
width:
|
|
2959
|
-
|
|
2960
|
-
|
|
2972
|
+
.s1fc623g {
|
|
2973
|
+
width: 430px !important;
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
.da3mx0o .ant-select-item-group {
|
|
2977
|
+
padding: 8px 16px;
|
|
2978
|
+
line-height: 18px;
|
|
2979
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2980
|
+
height: 34px;
|
|
2981
|
+
min-height: 34px;
|
|
2982
|
+
box-sizing: border-box;
|
|
2983
|
+
margin-top: 8px;
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2986
|
+
.onr9gzt {
|
|
2961
2987
|
display: flex;
|
|
2962
2988
|
flex-direction: column;
|
|
2963
|
-
|
|
2964
|
-
|
|
2989
|
+
margin: 1px 8px;
|
|
2990
|
+
padding: 8px;
|
|
2991
|
+
border-radius: 4px;
|
|
2965
2992
|
}
|
|
2966
|
-
.
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2993
|
+
.onr9gzt .selected-icon {
|
|
2994
|
+
display: none;
|
|
2995
|
+
}
|
|
2996
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2997
|
+
padding-left: 8px;
|
|
2998
|
+
}
|
|
2999
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3000
|
+
background-color: white;
|
|
3001
|
+
}
|
|
3002
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3003
|
+
color: #0080ff;
|
|
3004
|
+
}
|
|
3005
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3006
|
+
display: block;
|
|
3007
|
+
}
|
|
3008
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3009
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3010
|
+
}
|
|
3011
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3012
|
+
color: #0080ff;
|
|
3013
|
+
}
|
|
3014
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3015
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3016
|
+
color: #0080ff;
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
.oiy0apc {
|
|
3020
|
+
display: flex;
|
|
3021
|
+
justify-content: space-between;
|
|
3022
|
+
height: 20px;
|
|
3023
|
+
line-height: 20px;
|
|
3024
|
+
}
|
|
3025
|
+
.oiy0apc .timezone-title {
|
|
3026
|
+
color: #2d3a56;
|
|
3027
|
+
overflow: hidden;
|
|
3028
|
+
text-overflow: ellipsis;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.of4y382 {
|
|
3032
|
+
display: flex;
|
|
3033
|
+
justify-content: space-between;
|
|
3034
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3035
|
+
height: 18px;
|
|
3036
|
+
line-height: 18px;
|
|
3037
|
+
margin-top: 2px;
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3040
|
+
.t19903l9 {
|
|
3041
|
+
border: none;
|
|
3042
|
+
margin-right: 0;
|
|
3043
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
.ohwbvxu {
|
|
3047
|
+
pointer-events: none;
|
|
3048
|
+
height: 32px;
|
|
3049
|
+
width: 100%;
|
|
3050
|
+
opacity: 0;
|
|
2970
3051
|
}
|
|
2971
3052
|
|
|
2972
3053
|
.t1upn1sz {
|
|
@@ -3332,87 +3413,6 @@ input.rrg1fkn.ant-input {
|
|
|
3332
3413
|
background: #fff;
|
|
3333
3414
|
}
|
|
3334
3415
|
|
|
3335
|
-
.s1fc623g {
|
|
3336
|
-
width: 430px !important;
|
|
3337
|
-
}
|
|
3338
|
-
|
|
3339
|
-
.da3mx0o .ant-select-item-group {
|
|
3340
|
-
padding: 8px 16px;
|
|
3341
|
-
line-height: 18px;
|
|
3342
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3343
|
-
height: 34px;
|
|
3344
|
-
min-height: 34px;
|
|
3345
|
-
box-sizing: border-box;
|
|
3346
|
-
margin-top: 8px;
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
|
-
.onr9gzt {
|
|
3350
|
-
display: flex;
|
|
3351
|
-
flex-direction: column;
|
|
3352
|
-
margin: 1px 8px;
|
|
3353
|
-
padding: 8px;
|
|
3354
|
-
border-radius: 4px;
|
|
3355
|
-
}
|
|
3356
|
-
.onr9gzt .selected-icon {
|
|
3357
|
-
display: none;
|
|
3358
|
-
}
|
|
3359
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3360
|
-
padding-left: 8px;
|
|
3361
|
-
}
|
|
3362
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3363
|
-
background-color: white;
|
|
3364
|
-
}
|
|
3365
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3366
|
-
color: #0080ff;
|
|
3367
|
-
}
|
|
3368
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3369
|
-
display: block;
|
|
3370
|
-
}
|
|
3371
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3372
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3373
|
-
}
|
|
3374
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3375
|
-
color: #0080ff;
|
|
3376
|
-
}
|
|
3377
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3378
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3379
|
-
color: #0080ff;
|
|
3380
|
-
}
|
|
3381
|
-
|
|
3382
|
-
.oiy0apc {
|
|
3383
|
-
display: flex;
|
|
3384
|
-
justify-content: space-between;
|
|
3385
|
-
height: 20px;
|
|
3386
|
-
line-height: 20px;
|
|
3387
|
-
}
|
|
3388
|
-
.oiy0apc .timezone-title {
|
|
3389
|
-
color: #2d3a56;
|
|
3390
|
-
overflow: hidden;
|
|
3391
|
-
text-overflow: ellipsis;
|
|
3392
|
-
}
|
|
3393
|
-
|
|
3394
|
-
.of4y382 {
|
|
3395
|
-
display: flex;
|
|
3396
|
-
justify-content: space-between;
|
|
3397
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3398
|
-
height: 18px;
|
|
3399
|
-
line-height: 18px;
|
|
3400
|
-
margin-top: 2px;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
.t19903l9 {
|
|
3404
|
-
border: none;
|
|
3405
|
-
margin-right: 0;
|
|
3406
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3407
|
-
}
|
|
3408
|
-
|
|
3409
|
-
.ohwbvxu {
|
|
3410
|
-
pointer-events: none;
|
|
3411
|
-
height: 32px;
|
|
3412
|
-
width: 100%;
|
|
3413
|
-
opacity: 0;
|
|
3414
|
-
}
|
|
3415
|
-
|
|
3416
3416
|
.i1e4sgug {
|
|
3417
3417
|
display: inline-block;
|
|
3418
3418
|
}
|
|
@@ -4018,16 +4018,6 @@ input.rrg1fkn.ant-input {
|
|
|
4018
4018
|
transform: rotate(180deg);
|
|
4019
4019
|
}
|
|
4020
4020
|
|
|
4021
|
-
.igz4le8 {
|
|
4022
|
-
height: 24px;
|
|
4023
|
-
width: 56px !important;
|
|
4024
|
-
margin-right: 4px;
|
|
4025
|
-
}
|
|
4026
|
-
|
|
4027
|
-
.c1riexje {
|
|
4028
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4029
|
-
}
|
|
4030
|
-
|
|
4031
4021
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4032
4022
|
display: flex;
|
|
4033
4023
|
}
|
|
@@ -4193,6 +4183,16 @@ input.rrg1fkn.ant-input {
|
|
|
4193
4183
|
margin-left: 8px;
|
|
4194
4184
|
}
|
|
4195
4185
|
|
|
4186
|
+
.igz4le8 {
|
|
4187
|
+
height: 24px;
|
|
4188
|
+
width: 56px !important;
|
|
4189
|
+
margin-right: 4px;
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
.c1riexje {
|
|
4193
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4194
|
+
}
|
|
4195
|
+
|
|
4196
4196
|
.t1gz6wqf {
|
|
4197
4197
|
height: 100%;
|
|
4198
4198
|
}
|