@cloudtower/eagle 0.26.5 → 0.26.6
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.css +419 -346
- package/dist/esm/index.js +949 -898
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +7 -0
- package/dist/style.css +1187 -1114
- package/dist/umd/index.js +948 -897
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,6 +1636,19 @@ 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
|
+
.iap75of {
|
|
1640
|
+
height: 18px;
|
|
1641
|
+
line-height: 18px;
|
|
1642
|
+
padding: 0 4px;
|
|
1643
|
+
border-radius: 4px;
|
|
1644
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1645
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1646
|
+
display: flex;
|
|
1647
|
+
align-items: center;
|
|
1648
|
+
white-space: nowrap;
|
|
1649
|
+
margin-right: 4px;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1639
1652
|
.fde5mpd {
|
|
1640
1653
|
width: 100%;
|
|
1641
1654
|
height: 100%;
|
|
@@ -1651,13 +1664,22 @@ html body {
|
|
|
1651
1664
|
font-size: 18px;
|
|
1652
1665
|
}
|
|
1653
1666
|
|
|
1654
|
-
.
|
|
1655
|
-
display: inline-
|
|
1667
|
+
.i1mrf09m {
|
|
1668
|
+
display: inline-flex;
|
|
1669
|
+
align-items: center;
|
|
1656
1670
|
}
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1671
|
+
.i1mrf09m .icon-inner {
|
|
1672
|
+
display: inline-flex;
|
|
1673
|
+
align-items: center;
|
|
1674
|
+
justify-content: center;
|
|
1675
|
+
}
|
|
1676
|
+
.i1mrf09m .icon-inner + span,
|
|
1677
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1678
|
+
margin-left: 4px;
|
|
1679
|
+
}
|
|
1680
|
+
.i1mrf09m.is-rotate img,
|
|
1681
|
+
.i1mrf09m.is-rotate svg {
|
|
1682
|
+
animation: rotate 680ms linear infinite;
|
|
1661
1683
|
}
|
|
1662
1684
|
|
|
1663
1685
|
.bpq0js6 {
|
|
@@ -1689,1284 +1711,1262 @@ html body {
|
|
|
1689
1711
|
border-radius: unset;
|
|
1690
1712
|
}
|
|
1691
1713
|
|
|
1692
|
-
.
|
|
1693
|
-
display:
|
|
1694
|
-
|
|
1695
|
-
white-space: pre-wrap;
|
|
1714
|
+
.cz04yix {
|
|
1715
|
+
display: flex;
|
|
1716
|
+
flex-direction: column;
|
|
1696
1717
|
}
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1718
|
+
|
|
1719
|
+
.m1if5j39 {
|
|
1720
|
+
max-width: 1120px;
|
|
1721
|
+
width: 100%;
|
|
1722
|
+
margin: 0 auto;
|
|
1723
|
+
height: 100%;
|
|
1700
1724
|
}
|
|
1701
|
-
|
|
1702
|
-
|
|
1725
|
+
|
|
1726
|
+
.w1vvwdlp {
|
|
1727
|
+
max-width: 1120px;
|
|
1728
|
+
width: 100%;
|
|
1729
|
+
margin: 0 auto;
|
|
1730
|
+
display: flex;
|
|
1703
1731
|
}
|
|
1704
|
-
.
|
|
1705
|
-
|
|
1732
|
+
.w1vvwdlp .left,
|
|
1733
|
+
.w1vvwdlp .right {
|
|
1734
|
+
flex-grow: 0;
|
|
1735
|
+
flex-shrink: 0;
|
|
1736
|
+
flex-basis: 21%;
|
|
1706
1737
|
}
|
|
1707
|
-
.
|
|
1708
|
-
|
|
1709
|
-
|
|
1738
|
+
.w1vvwdlp .left {
|
|
1739
|
+
display: flex;
|
|
1740
|
+
justify-content: flex-end;
|
|
1741
|
+
padding-right: 44px;
|
|
1710
1742
|
}
|
|
1711
|
-
.
|
|
1712
|
-
|
|
1713
|
-
left: 4px;
|
|
1714
|
-
width: 6px;
|
|
1715
|
-
height: 6px;
|
|
1716
|
-
background: #fff;
|
|
1743
|
+
.w1vvwdlp .right {
|
|
1744
|
+
padding-left: 44px;
|
|
1717
1745
|
}
|
|
1718
|
-
.
|
|
1719
|
-
|
|
1746
|
+
.w1vvwdlp .middle {
|
|
1747
|
+
margin-bottom: 40px;
|
|
1748
|
+
flex-grow: 0;
|
|
1749
|
+
flex-shrink: 0;
|
|
1750
|
+
flex-basis: 58%;
|
|
1720
1751
|
}
|
|
1721
|
-
.
|
|
1722
|
-
|
|
1723
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1752
|
+
.w1vvwdlp .middle .form-base-field {
|
|
1753
|
+
width: 100%;
|
|
1724
1754
|
}
|
|
1725
|
-
.
|
|
1726
|
-
|
|
1755
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
1756
|
+
width: auto;
|
|
1727
1757
|
}
|
|
1728
|
-
.
|
|
1729
|
-
|
|
1730
|
-
opacity: 0.5;
|
|
1758
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
1759
|
+
flex: initial;
|
|
1731
1760
|
}
|
|
1732
|
-
.
|
|
1733
|
-
|
|
1761
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
1762
|
+
margin-top: 4px;
|
|
1734
1763
|
}
|
|
1735
|
-
.
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
padding-left: 12px;
|
|
1764
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
1765
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
1766
|
+
display: none !important;
|
|
1739
1767
|
}
|
|
1740
|
-
.
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1768
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
1769
|
+
padding: 0 15px;
|
|
1770
|
+
border-radius: 4px;
|
|
1771
|
+
height: 32px;
|
|
1772
|
+
display: flex;
|
|
1773
|
+
align-items: center;
|
|
1744
1774
|
}
|
|
1745
|
-
.
|
|
1746
|
-
|
|
1775
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
1776
|
+
min-height: auto;
|
|
1777
|
+
white-space: nowrap;
|
|
1747
1778
|
}
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
border-radius: 5px 0 0 5px;
|
|
1779
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
1780
|
+
padding-bottom: 0px;
|
|
1751
1781
|
}
|
|
1752
|
-
.
|
|
1753
|
-
|
|
1782
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
1783
|
+
font-size: 13px !important;
|
|
1784
|
+
line-height: 20px !important;
|
|
1754
1785
|
}
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1786
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
1787
|
+
display: inline-block;
|
|
1788
|
+
text-align: center;
|
|
1789
|
+
width: 13px;
|
|
1790
|
+
margin-right: 12px;
|
|
1759
1791
|
}
|
|
1760
|
-
.
|
|
1761
|
-
|
|
1792
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
1793
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1762
1794
|
}
|
|
1763
|
-
.
|
|
1764
|
-
|
|
1765
|
-
line-height: 32px;
|
|
1766
|
-
height: 32px;
|
|
1795
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1796
|
+
color: #005ed1;
|
|
1767
1797
|
}
|
|
1768
|
-
.
|
|
1769
|
-
|
|
1798
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
1799
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1770
1800
|
}
|
|
1771
|
-
.
|
|
1772
|
-
|
|
1801
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1802
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
1773
1803
|
}
|
|
1774
|
-
.
|
|
1775
|
-
|
|
1804
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
1805
|
+
cursor: not-allowed;
|
|
1776
1806
|
}
|
|
1777
|
-
.
|
|
1778
|
-
background:
|
|
1779
|
-
opacity: 0.5;
|
|
1807
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
1808
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1780
1809
|
}
|
|
1781
|
-
.
|
|
1782
|
-
|
|
1810
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1811
|
+
color: #2d3a56;
|
|
1783
1812
|
}
|
|
1784
|
-
|
|
1785
|
-
|
|
1813
|
+
|
|
1814
|
+
.h1cuopx7 .ant-modal-header {
|
|
1815
|
+
margin: 0 auto;
|
|
1816
|
+
width: 100%;
|
|
1817
|
+
max-width: 648px;
|
|
1786
1818
|
}
|
|
1787
|
-
.
|
|
1788
|
-
|
|
1819
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
1820
|
+
margin-left: 0;
|
|
1789
1821
|
}
|
|
1790
|
-
.
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1822
|
+
.h1cuopx7 .ant-modal-body {
|
|
1823
|
+
margin: 0 auto;
|
|
1824
|
+
padding: 0;
|
|
1825
|
+
width: 100%;
|
|
1826
|
+
max-width: 648px;
|
|
1827
|
+
overflow: hidden;
|
|
1794
1828
|
}
|
|
1795
|
-
.
|
|
1796
|
-
|
|
1797
|
-
border-color: #ccd4e3;
|
|
1829
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
1830
|
+
margin-bottom: 40px;
|
|
1798
1831
|
}
|
|
1799
|
-
.
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1832
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
1833
|
+
height: calc(100vh - 225px);
|
|
1834
|
+
overflow-y: auto;
|
|
1803
1835
|
}
|
|
1804
|
-
.
|
|
1805
|
-
margin
|
|
1806
|
-
|
|
1807
|
-
border: none;
|
|
1808
|
-
padding: 0;
|
|
1809
|
-
width: 36px;
|
|
1810
|
-
background: transparent;
|
|
1836
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
1837
|
+
margin: 0 auto;
|
|
1838
|
+
max-width: 648px;
|
|
1811
1839
|
}
|
|
1812
|
-
|
|
1813
|
-
|
|
1840
|
+
|
|
1841
|
+
.h1p6d3y3 .ant-modal-header {
|
|
1842
|
+
margin: 0 auto;
|
|
1843
|
+
width: 100%;
|
|
1844
|
+
max-width: 1024px;
|
|
1814
1845
|
}
|
|
1815
|
-
.
|
|
1816
|
-
margin-
|
|
1817
|
-
width: initial;
|
|
1818
|
-
box-shadow: none;
|
|
1846
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
1847
|
+
margin-left: 0;
|
|
1819
1848
|
}
|
|
1820
|
-
.
|
|
1821
|
-
|
|
1849
|
+
.h1p6d3y3 .ant-modal-body {
|
|
1850
|
+
margin: 0 auto;
|
|
1851
|
+
padding: 0;
|
|
1852
|
+
width: 100%;
|
|
1853
|
+
max-width: 1024px;
|
|
1854
|
+
overflow: hidden;
|
|
1822
1855
|
}
|
|
1823
|
-
.
|
|
1824
|
-
|
|
1856
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
1857
|
+
margin-bottom: 40px;
|
|
1825
1858
|
}
|
|
1826
|
-
.
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
padding: 0;
|
|
1830
|
-
width: 36px;
|
|
1859
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
1860
|
+
height: calc(100vh - 225px);
|
|
1861
|
+
overflow-y: auto;
|
|
1831
1862
|
}
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
line-height: 18px;
|
|
1836
|
-
padding: 0 4px;
|
|
1837
|
-
border-radius: 4px;
|
|
1838
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1839
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1840
|
-
display: flex;
|
|
1841
|
-
align-items: center;
|
|
1842
|
-
white-space: nowrap;
|
|
1843
|
-
margin-right: 4px;
|
|
1863
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
1864
|
+
margin: 0 auto;
|
|
1865
|
+
max-width: 1024px;
|
|
1844
1866
|
}
|
|
1845
1867
|
|
|
1846
|
-
.
|
|
1847
|
-
|
|
1848
|
-
align-items: center;
|
|
1868
|
+
.fxgckuk {
|
|
1869
|
+
flex: 1;
|
|
1849
1870
|
}
|
|
1850
|
-
.
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1871
|
+
.fxgckuk label {
|
|
1872
|
+
font-size: 13px;
|
|
1873
|
+
line-height: 20px;
|
|
1874
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1854
1875
|
}
|
|
1855
|
-
.
|
|
1856
|
-
|
|
1857
|
-
|
|
1876
|
+
.fxgckuk .title {
|
|
1877
|
+
font-size: 14px;
|
|
1878
|
+
line-height: 20px;
|
|
1879
|
+
color: #2d3a56;
|
|
1880
|
+
margin-bottom: 12px;
|
|
1858
1881
|
}
|
|
1859
|
-
.
|
|
1860
|
-
|
|
1861
|
-
animation: rotate 680ms linear infinite;
|
|
1882
|
+
.fxgckuk.connect-cluster .title {
|
|
1883
|
+
padding-bottom: 26px;
|
|
1862
1884
|
}
|
|
1863
1885
|
|
|
1864
|
-
.
|
|
1886
|
+
.f1d0vek1 {
|
|
1887
|
+
padding: 25px 0 15px 0;
|
|
1888
|
+
border-bottom: 1px solid #e1e5eb;
|
|
1889
|
+
margin-bottom: 16px;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.f4u402y {
|
|
1865
1893
|
display: flex;
|
|
1866
|
-
justify-content: space-between;
|
|
1867
1894
|
align-items: center;
|
|
1868
|
-
|
|
1869
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1870
|
-
font-size: 12px;
|
|
1871
|
-
line-height: 24px;
|
|
1895
|
+
margin-bottom: 8px;
|
|
1872
1896
|
}
|
|
1873
|
-
.
|
|
1874
|
-
|
|
1897
|
+
.f4u402y > label {
|
|
1898
|
+
width: 216px;
|
|
1875
1899
|
}
|
|
1876
|
-
.
|
|
1877
|
-
|
|
1878
|
-
align-items: center;
|
|
1879
|
-
border-radius: 6px;
|
|
1880
|
-
cursor: pointer;
|
|
1881
|
-
transition: all 0.3s ease;
|
|
1900
|
+
.f4u402y > label + * {
|
|
1901
|
+
width: 100%;
|
|
1882
1902
|
}
|
|
1883
|
-
.
|
|
1884
|
-
|
|
1885
|
-
color: #0080ff;
|
|
1903
|
+
.f4u402y .ant-select {
|
|
1904
|
+
width: 100%;
|
|
1886
1905
|
}
|
|
1887
|
-
|
|
1888
|
-
|
|
1906
|
+
|
|
1907
|
+
.e1pldf6v {
|
|
1908
|
+
color: #e75a3a;
|
|
1909
|
+
margin-right: 10px;
|
|
1889
1910
|
}
|
|
1890
|
-
|
|
1911
|
+
|
|
1912
|
+
.dq0gblh {
|
|
1913
|
+
width: 100%;
|
|
1914
|
+
height: 1px;
|
|
1915
|
+
background: rgba(213, 219, 227, 0.6);
|
|
1916
|
+
margin: 24px 0;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.l1v7sr0n {
|
|
1891
1920
|
display: flex;
|
|
1921
|
+
justify-content: center;
|
|
1892
1922
|
align-items: center;
|
|
1893
|
-
|
|
1894
|
-
font-weight: bold;
|
|
1923
|
+
height: 100%;
|
|
1895
1924
|
}
|
|
1896
|
-
|
|
1897
|
-
|
|
1925
|
+
|
|
1926
|
+
.d1i4ou6o {
|
|
1927
|
+
display: inline-block;
|
|
1928
|
+
width: 4px;
|
|
1929
|
+
height: 4px;
|
|
1930
|
+
background: #8e9aa9;
|
|
1931
|
+
opacity: 0.4;
|
|
1932
|
+
border-radius: 50%;
|
|
1933
|
+
margin: 0 4px;
|
|
1898
1934
|
}
|
|
1899
|
-
|
|
1900
|
-
.
|
|
1901
|
-
|
|
1935
|
+
|
|
1936
|
+
.m1jy87hk .ant-modal-header,
|
|
1937
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
1938
|
+
width: 648px;
|
|
1939
|
+
margin: 0 auto;
|
|
1902
1940
|
}
|
|
1903
|
-
.
|
|
1904
|
-
|
|
1905
|
-
|
|
1941
|
+
.m1jy87hk .ant-modal-header {
|
|
1942
|
+
padding: 35px 0 24px;
|
|
1943
|
+
border: none;
|
|
1906
1944
|
}
|
|
1907
|
-
.
|
|
1908
|
-
|
|
1945
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
1946
|
+
font-size: 30px;
|
|
1909
1947
|
}
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
max-height: calc(100vh - 128px);
|
|
1913
|
-
overflow-y: auto;
|
|
1948
|
+
.m1jy87hk .ant-modal-body {
|
|
1949
|
+
padding: 4px 0 2px;
|
|
1914
1950
|
}
|
|
1915
|
-
.
|
|
1916
|
-
|
|
1951
|
+
.m1jy87hk .ant-modal-footer {
|
|
1952
|
+
border: none;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.ti7fpyu {
|
|
1917
1956
|
font-size: 12px;
|
|
1918
1957
|
line-height: 18px;
|
|
1958
|
+
font-weight: bold;
|
|
1959
|
+
color: #fff;
|
|
1960
|
+
padding: 0 4px;
|
|
1961
|
+
border-radius: 4px;
|
|
1962
|
+
display: inline-block;
|
|
1963
|
+
background: var(--ti7fpyu-0);
|
|
1919
1964
|
}
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
height: 32px;
|
|
1923
|
-
border-radius: 6px;
|
|
1924
|
-
line-height: 22px;
|
|
1925
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1926
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1965
|
+
.ti7fpyu:not(:first-child) {
|
|
1966
|
+
margin-left: 4px;
|
|
1927
1967
|
}
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1968
|
+
|
|
1969
|
+
.f1rest1f {
|
|
1970
|
+
width: 100%;
|
|
1971
|
+
height: 100%;
|
|
1972
|
+
display: flex;
|
|
1973
|
+
align-items: center;
|
|
1974
|
+
justify-content: center;
|
|
1931
1975
|
}
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1976
|
+
|
|
1977
|
+
.n1kbdoln {
|
|
1978
|
+
font-size: 90%;
|
|
1979
|
+
font-weight: bold;
|
|
1980
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
1981
|
+
padding: 1px 4px 1px;
|
|
1982
|
+
margin-left: 2px;
|
|
1983
|
+
margin-right: 2px;
|
|
1984
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
1985
|
+
border-radius: 4px;
|
|
1935
1986
|
}
|
|
1936
|
-
|
|
1937
|
-
|
|
1987
|
+
|
|
1988
|
+
.f1y3gta0.form-item-general {
|
|
1989
|
+
width: 640px;
|
|
1938
1990
|
}
|
|
1939
|
-
.
|
|
1940
|
-
|
|
1941
|
-
font-weight: var(--font-weight);
|
|
1942
|
-
background: var(--background-color, #fff);
|
|
1943
|
-
border-width: var(--border-width, 1px);
|
|
1944
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1991
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
1992
|
+
margin-top: 16px;
|
|
1945
1993
|
}
|
|
1946
|
-
.
|
|
1947
|
-
|
|
1994
|
+
.f1y3gta0.form-item-compact {
|
|
1995
|
+
width: 412px;
|
|
1948
1996
|
}
|
|
1949
|
-
.
|
|
1950
|
-
|
|
1997
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
1998
|
+
margin-top: 8px;
|
|
1951
1999
|
}
|
|
1952
|
-
.
|
|
1953
|
-
|
|
1954
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
2000
|
+
.f1y3gta0 .form-item {
|
|
2001
|
+
width: auto;
|
|
1955
2002
|
}
|
|
1956
|
-
.
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
background: var(--background-color-active, var(--background-color));
|
|
1960
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
2003
|
+
.f1y3gta0 .form-item-main {
|
|
2004
|
+
position: relative;
|
|
2005
|
+
display: flex;
|
|
1961
2006
|
}
|
|
1962
|
-
.
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
2007
|
+
.f1y3gta0 .form-item-extra {
|
|
2008
|
+
margin-top: 4px;
|
|
2009
|
+
width: 100%;
|
|
2010
|
+
padding: 14px;
|
|
2011
|
+
background: #f2f4f6;
|
|
2012
|
+
font-size: 13px;
|
|
2013
|
+
line-height: 1.8;
|
|
2014
|
+
color: #8e9aa9;
|
|
1966
2015
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
opacity: 0.5;
|
|
2016
|
+
.f1y3gta0 .form-item-label {
|
|
2017
|
+
padding-right: 12px;
|
|
2018
|
+
font-size: 13px;
|
|
2019
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1972
2020
|
}
|
|
1973
|
-
.
|
|
1974
|
-
|
|
1975
|
-
opacity: 0.5;
|
|
2021
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2022
|
+
text-align: right;
|
|
1976
2023
|
}
|
|
1977
|
-
.
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
--border-width: 0;
|
|
1981
|
-
--background-color: #0080ff;
|
|
1982
|
-
--background-color-hover: #009dff;
|
|
1983
|
-
--background-color-active: #005ed1;
|
|
1984
|
-
--background-color-focus: #0080ff;
|
|
1985
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2024
|
+
.f1y3gta0 .form-item-label,
|
|
2025
|
+
.f1y3gta0 .form-item-control {
|
|
2026
|
+
line-height: 32px;
|
|
1986
2027
|
}
|
|
1987
|
-
.
|
|
1988
|
-
|
|
1989
|
-
--background-color-hover: #ff5252;
|
|
1990
|
-
--background-color-active: #c73d31;
|
|
1991
|
-
--background-color-focus: #ff5252;
|
|
1992
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2028
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2029
|
+
line-height: 18px;
|
|
1993
2030
|
}
|
|
1994
|
-
.
|
|
1995
|
-
|
|
1996
|
-
--background-color-hover: #feba33;
|
|
1997
|
-
--background-color-active: #e07f00;
|
|
1998
|
-
--background-color-focus: #fea008;
|
|
2031
|
+
.f1y3gta0 .form-item-children {
|
|
2032
|
+
width: 100%;
|
|
1999
2033
|
}
|
|
2000
|
-
.
|
|
2001
|
-
|
|
2002
|
-
--font-weight: bold;
|
|
2003
|
-
--border-width: 0;
|
|
2004
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
2005
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2006
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2007
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
2008
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2009
|
-
}
|
|
2010
|
-
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
2011
|
-
--color: #f0483e;
|
|
2012
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
2013
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2014
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2015
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
2016
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2017
|
-
}
|
|
2018
|
-
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
2019
|
-
--color: #fea008;
|
|
2020
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
2021
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2022
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2023
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
2024
|
-
}
|
|
2025
|
-
.buj61ew.ant-btn-tertiary {
|
|
2026
|
-
--color: #0080ff;
|
|
2027
|
-
--font-weight: bold;
|
|
2028
|
-
--border-width: 0;
|
|
2029
|
-
--background-color: #fff;
|
|
2030
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2031
|
-
box-shadow: none;
|
|
2032
|
-
}
|
|
2033
|
-
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
2034
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2035
|
-
}
|
|
2036
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2037
|
-
--color: #f0483e;
|
|
2038
|
-
--background-color: #fff;
|
|
2039
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2040
|
-
}
|
|
2041
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
2042
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
2043
|
-
}
|
|
2044
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2045
|
-
--color: #fea008;
|
|
2046
|
-
--background-color: #fff;
|
|
2047
|
-
}
|
|
2048
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
2049
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
2050
|
-
}
|
|
2051
|
-
.buj61ew.ant-btn-ordinary {
|
|
2052
|
-
--color: #1d326c;
|
|
2053
|
-
--border-color: #ccd4e3;
|
|
2054
|
-
--background-color: #fff;
|
|
2055
|
-
--background-color-hover: #edf0f7;
|
|
2056
|
-
--background-color-active: #e4e9f2;
|
|
2057
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2058
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2059
|
-
}
|
|
2060
|
-
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2061
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2062
|
-
}
|
|
2063
|
-
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2064
|
-
--color: #0080ff;
|
|
2065
|
-
--border-color: #0080ff;
|
|
2066
|
-
--background-color: #fff;
|
|
2067
|
-
--background-color-hover: linear-gradient(
|
|
2068
|
-
0deg,
|
|
2069
|
-
rgba(0, 136, 255, 0.16),
|
|
2070
|
-
rgba(0, 136, 255, 0.16)
|
|
2071
|
-
),
|
|
2072
|
-
#ffffff;
|
|
2073
|
-
--background-color-active: linear-gradient(
|
|
2074
|
-
0deg,
|
|
2075
|
-
rgba(0, 136, 255, 0.2),
|
|
2076
|
-
rgba(0, 136, 255, 0.2)
|
|
2077
|
-
),
|
|
2078
|
-
#ffffff;
|
|
2079
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2080
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2081
|
-
}
|
|
2082
|
-
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2083
|
-
--color: #f0483e;
|
|
2084
|
-
--border-color: #f0483e;
|
|
2085
|
-
--background-color: #fff;
|
|
2086
|
-
--background-color-hover: linear-gradient(
|
|
2087
|
-
0deg,
|
|
2088
|
-
rgba(255, 74, 74, 0.16),
|
|
2089
|
-
rgba(255, 74, 74, 0.16)
|
|
2090
|
-
),
|
|
2091
|
-
#ffffff;
|
|
2092
|
-
--background-color-active: linear-gradient(
|
|
2093
|
-
0deg,
|
|
2094
|
-
rgba(255, 74, 74, 0.2),
|
|
2095
|
-
rgba(255, 74, 74, 0.2)
|
|
2096
|
-
),
|
|
2097
|
-
#ffffff;
|
|
2098
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2099
|
-
}
|
|
2100
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
2101
|
-
--color: #1d326c;
|
|
2102
|
-
--border-color: #fff;
|
|
2103
|
-
--background-color: #fff;
|
|
2104
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2105
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2106
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2107
|
-
box-shadow: none;
|
|
2034
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
2035
|
+
width: 100%;
|
|
2108
2036
|
}
|
|
2109
|
-
.
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2114
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2115
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2116
|
-
box-shadow: none;
|
|
2037
|
+
.f1y3gta0 .form-item-error {
|
|
2038
|
+
color: #e75a3a;
|
|
2039
|
+
height: 0;
|
|
2040
|
+
overflow: hidden;
|
|
2117
2041
|
}
|
|
2118
|
-
.
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2042
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2043
|
+
margin-top: 4px;
|
|
2044
|
+
height: auto;
|
|
2045
|
+
overflow: auto;
|
|
2123
2046
|
}
|
|
2124
|
-
.
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2129
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2130
|
-
--background-color-focus: #fff;
|
|
2131
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2132
|
-
box-shadow: none;
|
|
2047
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2048
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2049
|
+
border: 1px solid #e75a3a;
|
|
2050
|
+
color: #e75a3a;
|
|
2133
2051
|
}
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2052
|
+
|
|
2053
|
+
.fujbm7g {
|
|
2054
|
+
color: #2d3a56;
|
|
2055
|
+
font-weight: bold;
|
|
2056
|
+
padding-bottom: 6px;
|
|
2057
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2058
|
+
margin-bottom: 16px;
|
|
2139
2059
|
}
|
|
2140
|
-
.
|
|
2141
|
-
|
|
2142
|
-
--background-color: transparent;
|
|
2143
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2144
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2145
|
-
--background-color-focus: #fff;
|
|
2146
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2060
|
+
.fujbm7g:not(:first-of-type) {
|
|
2061
|
+
margin-top: 16px;
|
|
2147
2062
|
}
|
|
2148
|
-
|
|
2149
|
-
|
|
2063
|
+
|
|
2064
|
+
.e5fsw5s {
|
|
2065
|
+
width: 8px;
|
|
2066
|
+
height: 24px;
|
|
2067
|
+
display: flex;
|
|
2068
|
+
justify-content: center;
|
|
2150
2069
|
align-items: center;
|
|
2070
|
+
cursor: pointer;
|
|
2071
|
+
transition: all 200ms ease-out 40ms;
|
|
2151
2072
|
}
|
|
2152
|
-
.
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
display: inline-flex;
|
|
2162
|
-
vertical-align: bottom;
|
|
2073
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2074
|
+
content: "";
|
|
2075
|
+
width: 1px;
|
|
2076
|
+
height: 6px;
|
|
2077
|
+
border-radius: 1px;
|
|
2078
|
+
background: #ccd4e3;
|
|
2079
|
+
position: relative;
|
|
2080
|
+
right: 2px;
|
|
2081
|
+
transform: rotate(-45deg);
|
|
2163
2082
|
}
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2083
|
+
.e5fsw5s:after {
|
|
2084
|
+
transform: rotate(45deg);
|
|
2085
|
+
left: 1px;
|
|
2167
2086
|
}
|
|
2168
2087
|
|
|
2169
|
-
.
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2174
|
-
padding: 0;
|
|
2175
|
-
margin-right: 4px;
|
|
2176
|
-
flex: 1;
|
|
2177
|
-
overflow: visible;
|
|
2088
|
+
.w18knsg4.ant-alert-warning {
|
|
2089
|
+
border: 0;
|
|
2090
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2091
|
+
border-radius: 6px;
|
|
2178
2092
|
}
|
|
2179
|
-
.
|
|
2180
|
-
|
|
2093
|
+
.w18knsg4.ant-alert,
|
|
2094
|
+
.w18knsg4 .ant-alert-message {
|
|
2095
|
+
color: #e07f00;
|
|
2181
2096
|
}
|
|
2182
|
-
.
|
|
2183
|
-
|
|
2184
|
-
|
|
2097
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2098
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2099
|
+
border-bottom-color: #e07f00;
|
|
2185
2100
|
}
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2101
|
+
|
|
2102
|
+
.ng31n2o {
|
|
2103
|
+
display: flex;
|
|
2104
|
+
flex-direction: row;
|
|
2105
|
+
padding: 7px 12px;
|
|
2106
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2107
|
+
border-radius: 6px;
|
|
2108
|
+
color: #e07f00;
|
|
2192
2109
|
font-size: 12px;
|
|
2193
|
-
|
|
2110
|
+
line-height: 18px;
|
|
2194
2111
|
}
|
|
2195
|
-
.
|
|
2112
|
+
.ng31n2o .icon-wrapper {
|
|
2196
2113
|
margin-right: 10px;
|
|
2114
|
+
height: 18px;
|
|
2197
2115
|
}
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
border-radius: 0 4px 4px 0;
|
|
2116
|
+
|
|
2117
|
+
.n15x5f5y {
|
|
2118
|
+
display: flex;
|
|
2119
|
+
flex-direction: row;
|
|
2120
|
+
padding: 7px 12px;
|
|
2121
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2122
|
+
border-radius: 6px;
|
|
2123
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2124
|
+
font-size: 12px;
|
|
2125
|
+
line-height: 18px;
|
|
2209
2126
|
}
|
|
2210
|
-
.
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
height: 0;
|
|
2214
|
-
border: 13px solid transparent;
|
|
2215
|
-
position: absolute;
|
|
2216
|
-
top: 0;
|
|
2217
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2218
|
-
right: -21px;
|
|
2219
|
-
z-index: 2;
|
|
2127
|
+
.n15x5f5y .icon-wrapper {
|
|
2128
|
+
margin-right: 10px;
|
|
2129
|
+
height: 18px;
|
|
2220
2130
|
}
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2131
|
+
|
|
2132
|
+
.i16ozz3f {
|
|
2133
|
+
display: flex;
|
|
2134
|
+
flex-direction: row;
|
|
2135
|
+
padding: 7px 12px;
|
|
2136
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2137
|
+
border-radius: 6px;
|
|
2138
|
+
color: #005ed1;
|
|
2139
|
+
font-size: 12px;
|
|
2140
|
+
line-height: 18px;
|
|
2230
2141
|
}
|
|
2231
|
-
.
|
|
2232
|
-
|
|
2142
|
+
.i16ozz3f .icon-wrapper {
|
|
2143
|
+
margin-right: 10px;
|
|
2144
|
+
height: 18px;
|
|
2233
2145
|
}
|
|
2234
|
-
|
|
2235
|
-
|
|
2146
|
+
|
|
2147
|
+
.dszu9qr {
|
|
2148
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2149
|
+
margin-top: 5px;
|
|
2150
|
+
font-size: 12px;
|
|
2151
|
+
line-height: 18px;
|
|
2236
2152
|
}
|
|
2237
|
-
|
|
2238
|
-
|
|
2153
|
+
|
|
2154
|
+
.snxzgx {
|
|
2155
|
+
color: #f0483e;
|
|
2156
|
+
font-size: 12px;
|
|
2157
|
+
white-space: pre-wrap;
|
|
2239
2158
|
}
|
|
2240
|
-
|
|
2241
|
-
.
|
|
2242
|
-
|
|
2159
|
+
|
|
2160
|
+
.o1i4orqw {
|
|
2161
|
+
display: flex;
|
|
2162
|
+
align-items: center;
|
|
2163
|
+
justify-content: flex-end;
|
|
2243
2164
|
}
|
|
2244
|
-
.
|
|
2245
|
-
|
|
2246
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2165
|
+
.o1i4orqw .icon-wrapper {
|
|
2166
|
+
margin-right: 16px;
|
|
2247
2167
|
}
|
|
2248
|
-
|
|
2249
|
-
|
|
2168
|
+
|
|
2169
|
+
.t79k8o2 {
|
|
2170
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2250
2171
|
}
|
|
2251
2172
|
|
|
2252
|
-
.
|
|
2253
|
-
|
|
2254
|
-
height:
|
|
2255
|
-
|
|
2256
|
-
|
|
2173
|
+
.ipd9bk.ant-input {
|
|
2174
|
+
padding: 5px 12px;
|
|
2175
|
+
line-height: 20px;
|
|
2176
|
+
color: #2d3a56;
|
|
2177
|
+
border-radius: 6px;
|
|
2178
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2179
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2257
2180
|
}
|
|
2258
|
-
.
|
|
2259
|
-
|
|
2181
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2182
|
+
padding: 8px 16px;
|
|
2183
|
+
line-height: 22px;
|
|
2260
2184
|
}
|
|
2261
|
-
.
|
|
2262
|
-
|
|
2263
|
-
height:
|
|
2185
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2186
|
+
padding: 2px 8px;
|
|
2187
|
+
line-height: 18px;
|
|
2264
2188
|
}
|
|
2265
|
-
.
|
|
2266
|
-
|
|
2267
|
-
|
|
2189
|
+
.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 {
|
|
2190
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2191
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2268
2192
|
}
|
|
2269
|
-
.
|
|
2270
|
-
|
|
2271
|
-
|
|
2193
|
+
.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 {
|
|
2194
|
+
border-color: #0096ff;
|
|
2195
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2272
2196
|
}
|
|
2273
|
-
.
|
|
2274
|
-
border-
|
|
2275
|
-
|
|
2197
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2198
|
+
border-color: #e75a3a;
|
|
2199
|
+
color: #e75a3a;
|
|
2276
2200
|
}
|
|
2277
|
-
.
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
top: 1px;
|
|
2281
|
-
left: 1px;
|
|
2201
|
+
.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 {
|
|
2202
|
+
border-color: #e75a3a;
|
|
2203
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2282
2204
|
}
|
|
2283
|
-
.
|
|
2284
|
-
|
|
2285
|
-
|
|
2205
|
+
.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 {
|
|
2206
|
+
border-color: #e75a3a;
|
|
2207
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2286
2208
|
}
|
|
2287
|
-
.
|
|
2288
|
-
|
|
2209
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2210
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2211
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2212
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2289
2213
|
}
|
|
2290
|
-
.
|
|
2291
|
-
|
|
2214
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2215
|
+
padding: 5px 12px;
|
|
2216
|
+
border-radius: 6px;
|
|
2217
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2218
|
+
line-height: 20px;
|
|
2219
|
+
color: #2d3a56;
|
|
2220
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2292
2221
|
}
|
|
2293
|
-
.
|
|
2294
|
-
|
|
2222
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2223
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2224
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2295
2225
|
}
|
|
2296
|
-
.
|
|
2297
|
-
|
|
2226
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2227
|
+
padding: 8px 16px;
|
|
2228
|
+
line-height: 22px;
|
|
2298
2229
|
}
|
|
2299
|
-
.
|
|
2300
|
-
|
|
2230
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2231
|
+
padding: 2px 8px;
|
|
2232
|
+
line-height: 18px;
|
|
2301
2233
|
}
|
|
2302
|
-
|
|
2303
|
-
.
|
|
2304
|
-
|
|
2234
|
+
.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 {
|
|
2235
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2236
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2305
2237
|
}
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
flex-direction: column;
|
|
2238
|
+
.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 {
|
|
2239
|
+
border-color: #0096ff;
|
|
2240
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2310
2241
|
}
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
max-width: 1120px;
|
|
2314
|
-
width: 100%;
|
|
2315
|
-
margin: 0 auto;
|
|
2316
|
-
height: 100%;
|
|
2242
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2243
|
+
border-color: #e75a3a;
|
|
2317
2244
|
}
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
max-width: 1120px;
|
|
2321
|
-
width: 100%;
|
|
2322
|
-
margin: 0 auto;
|
|
2323
|
-
display: flex;
|
|
2245
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2246
|
+
color: #e75a3a;
|
|
2324
2247
|
}
|
|
2325
|
-
.
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
flex-shrink: 0;
|
|
2329
|
-
flex-basis: 21%;
|
|
2248
|
+
.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 {
|
|
2249
|
+
border-color: #e75a3a;
|
|
2250
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2330
2251
|
}
|
|
2331
|
-
.
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
padding-right: 44px;
|
|
2252
|
+
.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 {
|
|
2253
|
+
border-color: #e75a3a;
|
|
2254
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2335
2255
|
}
|
|
2336
|
-
.
|
|
2337
|
-
|
|
2256
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2257
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2258
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2259
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2338
2260
|
}
|
|
2339
|
-
.
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2261
|
+
textarea.ipd9bk.ant-input {
|
|
2262
|
+
transition-property: height;
|
|
2263
|
+
transition-delay: 50ms;
|
|
2264
|
+
}
|
|
2265
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2266
|
+
min-height: 40px;
|
|
2267
|
+
height: 40px;
|
|
2344
2268
|
}
|
|
2345
|
-
.
|
|
2346
|
-
|
|
2269
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2270
|
+
height: 80px;
|
|
2347
2271
|
}
|
|
2348
|
-
.
|
|
2349
|
-
|
|
2272
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2273
|
+
min-height: 32px;
|
|
2274
|
+
height: 32px;
|
|
2350
2275
|
}
|
|
2351
|
-
.
|
|
2352
|
-
|
|
2276
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2277
|
+
height: 64px;
|
|
2353
2278
|
}
|
|
2354
|
-
.
|
|
2355
|
-
|
|
2279
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2280
|
+
min-height: 24px;
|
|
2281
|
+
height: 24px;
|
|
2356
2282
|
}
|
|
2357
|
-
.
|
|
2358
|
-
|
|
2359
|
-
display: none !important;
|
|
2283
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2284
|
+
height: 40px;
|
|
2360
2285
|
}
|
|
2361
|
-
|
|
2362
|
-
|
|
2286
|
+
|
|
2287
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2288
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2363
2289
|
border-radius: 4px;
|
|
2290
|
+
}
|
|
2291
|
+
.kypn5o5.input-tags {
|
|
2292
|
+
position: relative;
|
|
2293
|
+
padding: 6px;
|
|
2364
2294
|
height: 32px;
|
|
2365
|
-
|
|
2366
|
-
|
|
2295
|
+
cursor: pointer;
|
|
2296
|
+
transition: border 150ms;
|
|
2367
2297
|
}
|
|
2368
|
-
.
|
|
2369
|
-
|
|
2370
|
-
|
|
2298
|
+
.kypn5o5.input-tags:hover {
|
|
2299
|
+
border-color: #0080ff;
|
|
2300
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2371
2301
|
}
|
|
2372
|
-
.
|
|
2373
|
-
padding-
|
|
2302
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2303
|
+
padding-right: 30px;
|
|
2374
2304
|
}
|
|
2375
|
-
.
|
|
2376
|
-
|
|
2377
|
-
line-height: 20px !important;
|
|
2305
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2306
|
+
display: flex;
|
|
2378
2307
|
}
|
|
2379
|
-
.
|
|
2380
|
-
display:
|
|
2381
|
-
text-align: center;
|
|
2382
|
-
width: 13px;
|
|
2383
|
-
margin-right: 12px;
|
|
2308
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2309
|
+
display: flex;
|
|
2384
2310
|
}
|
|
2385
|
-
.
|
|
2386
|
-
|
|
2311
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2312
|
+
position: absolute;
|
|
2313
|
+
right: 12px;
|
|
2314
|
+
top: 50%;
|
|
2315
|
+
transform: translateY(-50%);
|
|
2387
2316
|
}
|
|
2388
|
-
.
|
|
2389
|
-
color:
|
|
2317
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2318
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2319
|
+
font-size: 12px;
|
|
2320
|
+
cursor: pointer;
|
|
2390
2321
|
}
|
|
2391
|
-
.
|
|
2392
|
-
|
|
2322
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2323
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2393
2324
|
}
|
|
2394
|
-
.
|
|
2395
|
-
|
|
2325
|
+
.kypn5o5.has-focus-indicator {
|
|
2326
|
+
position: relative;
|
|
2327
|
+
overflow: hidden;
|
|
2396
2328
|
}
|
|
2397
|
-
.
|
|
2398
|
-
|
|
2329
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2330
|
+
position: absolute;
|
|
2331
|
+
top: 50%;
|
|
2332
|
+
transform: translateY(-50%);
|
|
2333
|
+
left: -16px;
|
|
2334
|
+
transition: left 150ms ease;
|
|
2335
|
+
opacity: 0;
|
|
2399
2336
|
}
|
|
2400
|
-
.
|
|
2401
|
-
|
|
2337
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2338
|
+
left: 8px;
|
|
2339
|
+
opacity: 1;
|
|
2402
2340
|
}
|
|
2403
|
-
.
|
|
2404
|
-
|
|
2341
|
+
.kypn5o5.has-focus-indicator input {
|
|
2342
|
+
transition: margin-left 150ms ease;
|
|
2343
|
+
margin-left: 0px;
|
|
2344
|
+
}
|
|
2345
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2346
|
+
margin-left: 16px;
|
|
2405
2347
|
}
|
|
2406
2348
|
|
|
2407
|
-
.
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
max-width: 648px;
|
|
2349
|
+
input.l1ki27se.ant-input {
|
|
2350
|
+
border-top-right-radius: 0;
|
|
2351
|
+
border-bottom-right-radius: 0;
|
|
2411
2352
|
}
|
|
2412
|
-
|
|
2413
|
-
|
|
2353
|
+
|
|
2354
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2355
|
+
border-top-right-radius: 0;
|
|
2356
|
+
border-bottom-right-radius: 0;
|
|
2414
2357
|
}
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
max-width: 648px;
|
|
2420
|
-
overflow: hidden;
|
|
2358
|
+
|
|
2359
|
+
input.rrg1fkn.ant-input {
|
|
2360
|
+
border-top-left-radius: 0;
|
|
2361
|
+
border-bottom-left-radius: 0;
|
|
2421
2362
|
}
|
|
2422
|
-
|
|
2423
|
-
|
|
2363
|
+
|
|
2364
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2365
|
+
border-top-left-radius: 0;
|
|
2366
|
+
border-bottom-left-radius: 0;
|
|
2424
2367
|
}
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2368
|
+
|
|
2369
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2370
|
+
border-top-right-radius: 0;
|
|
2371
|
+
border-bottom-right-radius: 0;
|
|
2428
2372
|
}
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2373
|
+
|
|
2374
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2375
|
+
border-top-left-radius: 0;
|
|
2376
|
+
border-bottom-left-radius: 0;
|
|
2432
2377
|
}
|
|
2433
2378
|
|
|
2434
|
-
.
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2379
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2380
|
+
display: inline-flex;
|
|
2381
|
+
align-items: baseline;
|
|
2382
|
+
white-space: pre-wrap;
|
|
2438
2383
|
}
|
|
2439
|
-
.
|
|
2440
|
-
|
|
2384
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2385
|
+
position: relative;
|
|
2386
|
+
top: 3px;
|
|
2441
2387
|
}
|
|
2442
|
-
.
|
|
2443
|
-
|
|
2444
|
-
padding: 0;
|
|
2445
|
-
width: 100%;
|
|
2446
|
-
max-width: 1024px;
|
|
2447
|
-
overflow: hidden;
|
|
2388
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2389
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2448
2390
|
}
|
|
2449
|
-
.
|
|
2450
|
-
|
|
2391
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2392
|
+
border-color: #0080ff;
|
|
2451
2393
|
}
|
|
2452
|
-
.
|
|
2453
|
-
|
|
2454
|
-
|
|
2394
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2395
|
+
border-color: #0080ff;
|
|
2396
|
+
background: #0080ff;
|
|
2455
2397
|
}
|
|
2456
|
-
.
|
|
2457
|
-
|
|
2458
|
-
|
|
2398
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2399
|
+
top: 4px;
|
|
2400
|
+
left: 4px;
|
|
2401
|
+
width: 6px;
|
|
2402
|
+
height: 6px;
|
|
2403
|
+
background: #fff;
|
|
2459
2404
|
}
|
|
2460
|
-
|
|
2461
|
-
.
|
|
2462
|
-
flex: 1;
|
|
2405
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2406
|
+
opacity: 0.5;
|
|
2463
2407
|
}
|
|
2464
|
-
.
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2408
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2409
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2410
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2468
2411
|
}
|
|
2469
|
-
.
|
|
2470
|
-
|
|
2471
|
-
line-height: 20px;
|
|
2472
|
-
color: #2d3a56;
|
|
2473
|
-
margin-bottom: 12px;
|
|
2412
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2413
|
+
background: #00122e;
|
|
2474
2414
|
}
|
|
2475
|
-
.
|
|
2476
|
-
|
|
2415
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2416
|
+
color: #00122e;
|
|
2417
|
+
opacity: 0.5;
|
|
2418
|
+
}
|
|
2419
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2420
|
+
color: #00122e;
|
|
2421
|
+
}
|
|
2422
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2423
|
+
display: inline-block;
|
|
2424
|
+
padding: 0;
|
|
2425
|
+
padding-left: 12px;
|
|
2426
|
+
}
|
|
2427
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2428
|
+
margin-bottom: 0;
|
|
2429
|
+
white-space: pre-wrap;
|
|
2430
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2431
|
+
}
|
|
2432
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2433
|
+
padding-left: 8px;
|
|
2477
2434
|
}
|
|
2478
2435
|
|
|
2479
|
-
.
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2436
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2437
|
+
border-radius: 5px 0 0 5px;
|
|
2438
|
+
}
|
|
2439
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2440
|
+
border-radius: 0 5px 5px 0;
|
|
2483
2441
|
}
|
|
2484
2442
|
|
|
2485
|
-
.
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2443
|
+
.r1f0aqcc {
|
|
2444
|
+
color: #00122e;
|
|
2445
|
+
border-color: #ccd4e3;
|
|
2446
|
+
}
|
|
2447
|
+
.r1f0aqcc:first-child {
|
|
2448
|
+
border-color: #a3b4cc;
|
|
2449
|
+
}
|
|
2450
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2451
|
+
padding: 0 12px;
|
|
2452
|
+
line-height: 32px;
|
|
2453
|
+
height: 32px;
|
|
2454
|
+
}
|
|
2455
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2456
|
+
white-space: nowrap;
|
|
2457
|
+
}
|
|
2458
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2459
|
+
background: #ccd4e3;
|
|
2489
2460
|
}
|
|
2490
|
-
.
|
|
2491
|
-
|
|
2461
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2462
|
+
background: #0080ff;
|
|
2492
2463
|
}
|
|
2493
|
-
.
|
|
2494
|
-
|
|
2464
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2465
|
+
background: #ccd4e3;
|
|
2466
|
+
opacity: 0.5;
|
|
2495
2467
|
}
|
|
2496
|
-
.
|
|
2497
|
-
|
|
2468
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2469
|
+
border-right-color: #0080ff;
|
|
2498
2470
|
}
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
color: #e75a3a;
|
|
2502
|
-
margin-right: 10px;
|
|
2471
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2472
|
+
border-color: #0080ff;
|
|
2503
2473
|
}
|
|
2504
|
-
|
|
2505
|
-
.
|
|
2506
|
-
width: 100%;
|
|
2507
|
-
height: 1px;
|
|
2508
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2509
|
-
margin: 24px 0;
|
|
2474
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2475
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2510
2476
|
}
|
|
2511
|
-
|
|
2512
|
-
.
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
align-items: center;
|
|
2516
|
-
height: 100%;
|
|
2477
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2478
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2479
|
+
border-color: #ccd4e3;
|
|
2480
|
+
opacity: 0.5;
|
|
2517
2481
|
}
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
width: 4px;
|
|
2522
|
-
height: 4px;
|
|
2523
|
-
background: #8e9aa9;
|
|
2524
|
-
opacity: 0.4;
|
|
2525
|
-
border-radius: 50%;
|
|
2526
|
-
margin: 0 4px;
|
|
2482
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2483
|
+
color: #00122e;
|
|
2484
|
+
border-color: #ccd4e3;
|
|
2527
2485
|
}
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
margin: 0 auto;
|
|
2486
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2487
|
+
color: #00122e;
|
|
2488
|
+
border-color: #ccd4e3;
|
|
2489
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2533
2490
|
}
|
|
2534
|
-
.
|
|
2535
|
-
|
|
2491
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2492
|
+
margin-right: 8px;
|
|
2493
|
+
display: inline;
|
|
2536
2494
|
border: none;
|
|
2495
|
+
padding: 0;
|
|
2496
|
+
width: 36px;
|
|
2497
|
+
background: transparent;
|
|
2537
2498
|
}
|
|
2538
|
-
.
|
|
2539
|
-
|
|
2499
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2500
|
+
box-shadow: none;
|
|
2540
2501
|
}
|
|
2541
|
-
.
|
|
2542
|
-
|
|
2502
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2503
|
+
margin-right: 0;
|
|
2504
|
+
width: initial;
|
|
2505
|
+
box-shadow: none;
|
|
2543
2506
|
}
|
|
2544
|
-
.
|
|
2545
|
-
|
|
2507
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2508
|
+
display: none;
|
|
2546
2509
|
}
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
font-size: 12px;
|
|
2550
|
-
line-height: 18px;
|
|
2551
|
-
font-weight: bold;
|
|
2552
|
-
color: #fff;
|
|
2553
|
-
padding: 0 4px;
|
|
2554
|
-
border-radius: 4px;
|
|
2555
|
-
display: inline-block;
|
|
2556
|
-
background: var(--ti7fpyu-0);
|
|
2510
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2511
|
+
display: inline;
|
|
2557
2512
|
}
|
|
2558
|
-
.
|
|
2559
|
-
|
|
2513
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2514
|
+
display: inline;
|
|
2515
|
+
margin-right: 8px;
|
|
2516
|
+
padding: 0;
|
|
2517
|
+
width: 36px;
|
|
2560
2518
|
}
|
|
2561
2519
|
|
|
2562
|
-
.
|
|
2563
|
-
|
|
2564
|
-
height: 100%;
|
|
2565
|
-
display: flex;
|
|
2566
|
-
align-items: center;
|
|
2567
|
-
justify-content: center;
|
|
2520
|
+
.obf05yr {
|
|
2521
|
+
display: inline-block;
|
|
2568
2522
|
}
|
|
2569
2523
|
|
|
2570
|
-
.
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2574
|
-
padding: 1px 4px 1px;
|
|
2575
|
-
margin-left: 2px;
|
|
2576
|
-
margin-right: 2px;
|
|
2577
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2578
|
-
border-radius: 4px;
|
|
2524
|
+
.hsms1n6 {
|
|
2525
|
+
visibility: hidden;
|
|
2526
|
+
position: absolute;
|
|
2579
2527
|
}
|
|
2580
2528
|
|
|
2581
|
-
.
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2585
|
-
margin-top: 16px;
|
|
2586
|
-
}
|
|
2587
|
-
.f1y3gta0.form-item-compact {
|
|
2588
|
-
width: 412px;
|
|
2589
|
-
}
|
|
2590
|
-
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2591
|
-
margin-top: 8px;
|
|
2529
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2530
|
+
flex-direction: row;
|
|
2531
|
+
justify-content: stretch;
|
|
2592
2532
|
}
|
|
2593
|
-
.
|
|
2594
|
-
|
|
2533
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2534
|
+
padding: 0;
|
|
2535
|
+
margin-right: 4px;
|
|
2536
|
+
flex: 1;
|
|
2537
|
+
overflow: visible;
|
|
2595
2538
|
}
|
|
2596
|
-
.
|
|
2597
|
-
|
|
2598
|
-
display: flex;
|
|
2539
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2540
|
+
display: none;
|
|
2599
2541
|
}
|
|
2600
|
-
.
|
|
2601
|
-
margin-top: 4px;
|
|
2542
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2602
2543
|
width: 100%;
|
|
2603
|
-
|
|
2604
|
-
background: #f2f4f6;
|
|
2605
|
-
font-size: 13px;
|
|
2606
|
-
line-height: 1.8;
|
|
2607
|
-
color: #8e9aa9;
|
|
2544
|
+
min-height: unset;
|
|
2608
2545
|
}
|
|
2609
|
-
.
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2546
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2547
|
+
height: 26px;
|
|
2548
|
+
line-height: 26px;
|
|
2549
|
+
width: 100%;
|
|
2550
|
+
text-align: center;
|
|
2551
|
+
padding: 0;
|
|
2552
|
+
font-size: 12px;
|
|
2553
|
+
font-weight: normal;
|
|
2613
2554
|
}
|
|
2614
|
-
.
|
|
2615
|
-
|
|
2555
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2556
|
+
margin-right: 10px;
|
|
2616
2557
|
}
|
|
2617
|
-
.
|
|
2618
|
-
|
|
2619
|
-
line-height: 32px;
|
|
2558
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2559
|
+
display: none;
|
|
2620
2560
|
}
|
|
2621
|
-
.
|
|
2622
|
-
|
|
2561
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2562
|
+
border-radius: 4px 0 0 4px;
|
|
2623
2563
|
}
|
|
2624
|
-
.
|
|
2625
|
-
|
|
2564
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2565
|
+
margin-right: 0;
|
|
2626
2566
|
}
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2567
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2568
|
+
border-radius: 0 4px 4px 0;
|
|
2629
2569
|
}
|
|
2630
|
-
.
|
|
2631
|
-
|
|
2570
|
+
.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 {
|
|
2571
|
+
content: "";
|
|
2572
|
+
width: 0;
|
|
2632
2573
|
height: 0;
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
}
|
|
2640
|
-
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2641
|
-
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2642
|
-
border: 1px solid #e75a3a;
|
|
2643
|
-
color: #e75a3a;
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
|
-
.fujbm7g {
|
|
2647
|
-
color: #2d3a56;
|
|
2648
|
-
font-weight: bold;
|
|
2649
|
-
padding-bottom: 6px;
|
|
2650
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2651
|
-
margin-bottom: 16px;
|
|
2574
|
+
border: 13px solid transparent;
|
|
2575
|
+
position: absolute;
|
|
2576
|
+
top: 0;
|
|
2577
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2578
|
+
right: -21px;
|
|
2579
|
+
z-index: 2;
|
|
2652
2580
|
}
|
|
2653
|
-
.
|
|
2654
|
-
|
|
2581
|
+
.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 {
|
|
2582
|
+
content: "";
|
|
2583
|
+
width: 0;
|
|
2584
|
+
height: 0;
|
|
2585
|
+
border: 13px solid transparent;
|
|
2586
|
+
position: absolute;
|
|
2587
|
+
top: 0;
|
|
2588
|
+
border-left: 8px solid #fff;
|
|
2589
|
+
left: 0;
|
|
2655
2590
|
}
|
|
2656
|
-
|
|
2657
|
-
.
|
|
2658
|
-
width: 8px;
|
|
2659
|
-
height: 24px;
|
|
2660
|
-
display: flex;
|
|
2661
|
-
justify-content: center;
|
|
2662
|
-
align-items: center;
|
|
2663
|
-
cursor: pointer;
|
|
2664
|
-
transition: all 200ms ease-out 40ms;
|
|
2591
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2592
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2665
2593
|
}
|
|
2666
|
-
.
|
|
2667
|
-
|
|
2668
|
-
width: 1px;
|
|
2669
|
-
height: 6px;
|
|
2670
|
-
border-radius: 1px;
|
|
2671
|
-
background: #ccd4e3;
|
|
2672
|
-
position: relative;
|
|
2673
|
-
right: 2px;
|
|
2674
|
-
transform: rotate(-45deg);
|
|
2594
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2595
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2675
2596
|
}
|
|
2676
|
-
.
|
|
2677
|
-
|
|
2678
|
-
left: 1px;
|
|
2597
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2598
|
+
color: #005ed1;
|
|
2679
2599
|
}
|
|
2680
|
-
|
|
2681
|
-
.
|
|
2682
|
-
|
|
2683
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2684
|
-
border-radius: 6px;
|
|
2600
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2601
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2602
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2685
2603
|
}
|
|
2686
|
-
.
|
|
2687
|
-
.
|
|
2688
|
-
color:
|
|
2604
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2605
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2606
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2689
2607
|
}
|
|
2690
|
-
.
|
|
2691
|
-
|
|
2692
|
-
border-bottom-color: #e07f00;
|
|
2608
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2609
|
+
padding: 0;
|
|
2693
2610
|
}
|
|
2694
2611
|
|
|
2695
|
-
.
|
|
2696
|
-
|
|
2697
|
-
flex-direction: row;
|
|
2698
|
-
padding: 7px 12px;
|
|
2699
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2612
|
+
.buj61ew.ant-btn {
|
|
2613
|
+
height: 32px;
|
|
2700
2614
|
border-radius: 6px;
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2615
|
+
line-height: 22px;
|
|
2616
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
2617
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
2704
2618
|
}
|
|
2705
|
-
.
|
|
2706
|
-
|
|
2707
|
-
height:
|
|
2619
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
2620
|
+
height: 40px;
|
|
2621
|
+
line-height: 24px;
|
|
2708
2622
|
}
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
flex-direction: row;
|
|
2713
|
-
padding: 7px 12px;
|
|
2714
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2715
|
-
border-radius: 6px;
|
|
2716
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2717
|
-
font-size: 12px;
|
|
2718
|
-
line-height: 18px;
|
|
2623
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
2624
|
+
height: 24px;
|
|
2625
|
+
line-height: 20px;
|
|
2719
2626
|
}
|
|
2720
|
-
.
|
|
2721
|
-
|
|
2722
|
-
height: 18px;
|
|
2627
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
2628
|
+
border-radius: 50%;
|
|
2723
2629
|
}
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
border-radius: 6px;
|
|
2731
|
-
color: #005ed1;
|
|
2732
|
-
font-size: 12px;
|
|
2733
|
-
line-height: 18px;
|
|
2630
|
+
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
2631
|
+
color: var(--color, #06101f);
|
|
2632
|
+
font-weight: var(--font-weight);
|
|
2633
|
+
background: var(--background-color, #fff);
|
|
2634
|
+
border-width: var(--border-width, 1px);
|
|
2635
|
+
border-color: var(--border-color, #d9d9d9);
|
|
2734
2636
|
}
|
|
2735
|
-
.
|
|
2736
|
-
|
|
2737
|
-
height: 18px;
|
|
2637
|
+
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
2638
|
+
display: none;
|
|
2738
2639
|
}
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2742
|
-
margin-top: 5px;
|
|
2743
|
-
font-size: 12px;
|
|
2744
|
-
line-height: 18px;
|
|
2640
|
+
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
2641
|
+
color: var(--color, inherit);
|
|
2745
2642
|
}
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
color:
|
|
2749
|
-
font-size: 12px;
|
|
2750
|
-
white-space: pre-wrap;
|
|
2643
|
+
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
2644
|
+
background: var(--background-color-hover, var(--background-color));
|
|
2645
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
2751
2646
|
}
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2647
|
+
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
2648
|
+
--scale: 1;
|
|
2649
|
+
--transY: 1px;
|
|
2650
|
+
background: var(--background-color-active, var(--background-color));
|
|
2651
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
2757
2652
|
}
|
|
2758
|
-
.
|
|
2759
|
-
|
|
2653
|
+
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
2654
|
+
background: var(--background-color-focus, var(--background-color));
|
|
2655
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2656
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
2760
2657
|
}
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2658
|
+
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
2659
|
+
color: var(--color-disabled, var(--color));
|
|
2660
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
2661
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
2662
|
+
opacity: 0.5;
|
|
2764
2663
|
}
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
line-height: 20px;
|
|
2769
|
-
color: #2d3a56;
|
|
2770
|
-
border-radius: 6px;
|
|
2771
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2772
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2664
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
2665
|
+
color: #0080ff;
|
|
2666
|
+
opacity: 0.5;
|
|
2773
2667
|
}
|
|
2774
|
-
.
|
|
2775
|
-
|
|
2776
|
-
|
|
2668
|
+
.buj61ew.ant-btn-primary {
|
|
2669
|
+
--color: #fff;
|
|
2670
|
+
--font-weight: bold;
|
|
2671
|
+
--border-width: 0;
|
|
2672
|
+
--background-color: #0080ff;
|
|
2673
|
+
--background-color-hover: #009dff;
|
|
2674
|
+
--background-color-active: #005ed1;
|
|
2675
|
+
--background-color-focus: #0080ff;
|
|
2676
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2777
2677
|
}
|
|
2778
|
-
.
|
|
2779
|
-
|
|
2780
|
-
|
|
2678
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
2679
|
+
--background-color: #f0483e;
|
|
2680
|
+
--background-color-hover: #ff5252;
|
|
2681
|
+
--background-color-active: #c73d31;
|
|
2682
|
+
--background-color-focus: #ff5252;
|
|
2683
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2781
2684
|
}
|
|
2782
|
-
.
|
|
2783
|
-
|
|
2784
|
-
|
|
2685
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
2686
|
+
--background-color: #fea008;
|
|
2687
|
+
--background-color-hover: #feba33;
|
|
2688
|
+
--background-color-active: #e07f00;
|
|
2689
|
+
--background-color-focus: #fea008;
|
|
2785
2690
|
}
|
|
2786
|
-
.
|
|
2787
|
-
|
|
2788
|
-
|
|
2691
|
+
.buj61ew.ant-btn-secondary {
|
|
2692
|
+
--color: #0080ff;
|
|
2693
|
+
--font-weight: bold;
|
|
2694
|
+
--border-width: 0;
|
|
2695
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
2696
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2697
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2698
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
2699
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2789
2700
|
}
|
|
2790
|
-
.
|
|
2791
|
-
|
|
2792
|
-
color:
|
|
2701
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
2702
|
+
--color: #f0483e;
|
|
2703
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
2704
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2705
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2706
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
2707
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2793
2708
|
}
|
|
2794
|
-
.
|
|
2795
|
-
|
|
2796
|
-
|
|
2709
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
2710
|
+
--color: #fea008;
|
|
2711
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
2712
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2713
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2714
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
2797
2715
|
}
|
|
2798
|
-
.
|
|
2799
|
-
|
|
2800
|
-
|
|
2716
|
+
.buj61ew.ant-btn-tertiary {
|
|
2717
|
+
--color: #0080ff;
|
|
2718
|
+
--font-weight: bold;
|
|
2719
|
+
--border-width: 0;
|
|
2720
|
+
--background-color: #fff;
|
|
2721
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2722
|
+
box-shadow: none;
|
|
2801
2723
|
}
|
|
2802
|
-
.
|
|
2803
|
-
|
|
2804
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2805
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2724
|
+
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
2725
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2806
2726
|
}
|
|
2807
|
-
.
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
line-height: 20px;
|
|
2812
|
-
color: #2d3a56;
|
|
2813
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2727
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2728
|
+
--color: #f0483e;
|
|
2729
|
+
--background-color: #fff;
|
|
2730
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2814
2731
|
}
|
|
2815
|
-
.
|
|
2816
|
-
|
|
2817
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2732
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
2733
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
2818
2734
|
}
|
|
2819
|
-
.
|
|
2820
|
-
|
|
2821
|
-
|
|
2735
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2736
|
+
--color: #fea008;
|
|
2737
|
+
--background-color: #fff;
|
|
2822
2738
|
}
|
|
2823
|
-
.
|
|
2824
|
-
|
|
2825
|
-
line-height: 18px;
|
|
2739
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
2740
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
2826
2741
|
}
|
|
2827
|
-
.
|
|
2828
|
-
|
|
2829
|
-
|
|
2742
|
+
.buj61ew.ant-btn-ordinary {
|
|
2743
|
+
--color: #1d326c;
|
|
2744
|
+
--border-color: #ccd4e3;
|
|
2745
|
+
--background-color: #fff;
|
|
2746
|
+
--background-color-hover: #edf0f7;
|
|
2747
|
+
--background-color-active: #e4e9f2;
|
|
2748
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2749
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2830
2750
|
}
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2833
|
-
|
|
2751
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2752
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2753
|
+
}
|
|
2754
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2755
|
+
--color: #0080ff;
|
|
2756
|
+
--border-color: #0080ff;
|
|
2757
|
+
--background-color: #fff;
|
|
2758
|
+
--background-color-hover: linear-gradient(
|
|
2759
|
+
0deg,
|
|
2760
|
+
rgba(0, 136, 255, 0.16),
|
|
2761
|
+
rgba(0, 136, 255, 0.16)
|
|
2762
|
+
),
|
|
2763
|
+
#ffffff;
|
|
2764
|
+
--background-color-active: linear-gradient(
|
|
2765
|
+
0deg,
|
|
2766
|
+
rgba(0, 136, 255, 0.2),
|
|
2767
|
+
rgba(0, 136, 255, 0.2)
|
|
2768
|
+
),
|
|
2769
|
+
#ffffff;
|
|
2770
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2771
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2834
2772
|
}
|
|
2835
|
-
.
|
|
2836
|
-
|
|
2773
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2774
|
+
--color: #f0483e;
|
|
2775
|
+
--border-color: #f0483e;
|
|
2776
|
+
--background-color: #fff;
|
|
2777
|
+
--background-color-hover: linear-gradient(
|
|
2778
|
+
0deg,
|
|
2779
|
+
rgba(255, 74, 74, 0.16),
|
|
2780
|
+
rgba(255, 74, 74, 0.16)
|
|
2781
|
+
),
|
|
2782
|
+
#ffffff;
|
|
2783
|
+
--background-color-active: linear-gradient(
|
|
2784
|
+
0deg,
|
|
2785
|
+
rgba(255, 74, 74, 0.2),
|
|
2786
|
+
rgba(255, 74, 74, 0.2)
|
|
2787
|
+
),
|
|
2788
|
+
#ffffff;
|
|
2789
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2837
2790
|
}
|
|
2838
|
-
.
|
|
2839
|
-
color: #
|
|
2791
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2792
|
+
--color: #1d326c;
|
|
2793
|
+
--border-color: #fff;
|
|
2794
|
+
--background-color: #fff;
|
|
2795
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2796
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2797
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2798
|
+
box-shadow: none;
|
|
2840
2799
|
}
|
|
2841
|
-
.
|
|
2842
|
-
|
|
2843
|
-
|
|
2800
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2801
|
+
--color: #0080ff;
|
|
2802
|
+
--border-color: #fff;
|
|
2803
|
+
--background-color: #fff;
|
|
2804
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2805
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2806
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2807
|
+
box-shadow: none;
|
|
2844
2808
|
}
|
|
2845
|
-
.
|
|
2846
|
-
|
|
2847
|
-
|
|
2809
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
2810
|
+
--color: #f0483e;
|
|
2811
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2812
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2813
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2848
2814
|
}
|
|
2849
|
-
.
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2815
|
+
.buj61ew.ant-btn-quiet {
|
|
2816
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
2817
|
+
--border-width: 0;
|
|
2818
|
+
--background-color: transparent;
|
|
2819
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2820
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2821
|
+
--background-color-focus: #fff;
|
|
2822
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2823
|
+
box-shadow: none;
|
|
2853
2824
|
}
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2825
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
2826
|
+
--color: #f0483e;
|
|
2827
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2828
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2829
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2857
2830
|
}
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2831
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2832
|
+
--color: #0080ff;
|
|
2833
|
+
--background-color: transparent;
|
|
2834
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2835
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2836
|
+
--background-color-focus: #fff;
|
|
2837
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2861
2838
|
}
|
|
2862
|
-
|
|
2863
|
-
|
|
2839
|
+
.buj61ew.has-icon {
|
|
2840
|
+
display: inline-flex;
|
|
2841
|
+
align-items: center;
|
|
2864
2842
|
}
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2843
|
+
.buj61ew .button-prefix-icon {
|
|
2844
|
+
margin-right: 4px;
|
|
2845
|
+
display: inline-flex;
|
|
2868
2846
|
}
|
|
2869
|
-
|
|
2870
|
-
|
|
2847
|
+
.buj61ew .button-suffix-icon {
|
|
2848
|
+
margin-left: 4px;
|
|
2849
|
+
display: inline-flex;
|
|
2871
2850
|
}
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2851
|
+
.buj61ew .icon-wrapper {
|
|
2852
|
+
display: inline-flex;
|
|
2853
|
+
vertical-align: bottom;
|
|
2875
2854
|
}
|
|
2876
|
-
|
|
2877
|
-
|
|
2855
|
+
|
|
2856
|
+
.nchllas {
|
|
2857
|
+
padding: 0;
|
|
2878
2858
|
}
|
|
2879
2859
|
|
|
2880
|
-
.
|
|
2881
|
-
|
|
2882
|
-
|
|
2860
|
+
.p12gwtiw {
|
|
2861
|
+
display: flex;
|
|
2862
|
+
justify-content: space-between;
|
|
2863
|
+
align-items: center;
|
|
2864
|
+
padding: 10px 0;
|
|
2865
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2866
|
+
font-size: 12px;
|
|
2867
|
+
line-height: 24px;
|
|
2883
2868
|
}
|
|
2884
|
-
.
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2869
|
+
.p12gwtiw .pagination-left {
|
|
2870
|
+
padding: 2px 8px;
|
|
2871
|
+
}
|
|
2872
|
+
.p12gwtiw .dropdown-trigger {
|
|
2873
|
+
display: flex;
|
|
2874
|
+
align-items: center;
|
|
2875
|
+
border-radius: 6px;
|
|
2888
2876
|
cursor: pointer;
|
|
2889
|
-
transition:
|
|
2877
|
+
transition: all 0.3s ease;
|
|
2890
2878
|
}
|
|
2891
|
-
.
|
|
2892
|
-
|
|
2893
|
-
|
|
2879
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2880
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2881
|
+
color: #0080ff;
|
|
2894
2882
|
}
|
|
2895
|
-
.
|
|
2896
|
-
|
|
2883
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2884
|
+
margin-left: 4px;
|
|
2897
2885
|
}
|
|
2898
|
-
.
|
|
2886
|
+
.p12gwtiw .pagination-right {
|
|
2899
2887
|
display: flex;
|
|
2888
|
+
align-items: center;
|
|
2889
|
+
color: #0080ff;
|
|
2890
|
+
font-weight: bold;
|
|
2900
2891
|
}
|
|
2901
|
-
.
|
|
2902
|
-
|
|
2892
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2893
|
+
margin-left: 4px;
|
|
2903
2894
|
}
|
|
2904
|
-
.
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
top: 50%;
|
|
2908
|
-
transform: translateY(-50%);
|
|
2895
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2896
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2897
|
+
padding: 0 8px;
|
|
2909
2898
|
}
|
|
2910
|
-
.
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
cursor: pointer;
|
|
2899
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2900
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2901
|
+
color: #0080ff;
|
|
2914
2902
|
}
|
|
2915
|
-
.
|
|
2916
|
-
|
|
2903
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2904
|
+
transform: rotate(180deg);
|
|
2917
2905
|
}
|
|
2918
|
-
|
|
2919
|
-
|
|
2906
|
+
|
|
2907
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2908
|
+
max-height: calc(100vh - 128px);
|
|
2909
|
+
overflow-y: auto;
|
|
2910
|
+
}
|
|
2911
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2912
|
+
padding: 4px 20px;
|
|
2913
|
+
font-size: 12px;
|
|
2914
|
+
line-height: 18px;
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
.s34f1qb.ant-switch {
|
|
2918
|
+
min-width: 40px;
|
|
2919
|
+
height: 24px;
|
|
2920
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2920
2921
|
overflow: hidden;
|
|
2921
2922
|
}
|
|
2922
|
-
.
|
|
2923
|
-
|
|
2924
|
-
top: 50%;
|
|
2925
|
-
transform: translateY(-50%);
|
|
2926
|
-
left: -16px;
|
|
2927
|
-
transition: left 150ms ease;
|
|
2928
|
-
opacity: 0;
|
|
2923
|
+
.s34f1qb.ant-switch:focus {
|
|
2924
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2929
2925
|
}
|
|
2930
|
-
.
|
|
2931
|
-
|
|
2932
|
-
|
|
2926
|
+
.s34f1qb.ant-switch-small {
|
|
2927
|
+
min-width: 26px;
|
|
2928
|
+
height: 16px;
|
|
2933
2929
|
}
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2936
|
-
|
|
2930
|
+
.s34f1qb.ant-switch-large {
|
|
2931
|
+
min-width: 52px;
|
|
2932
|
+
height: 32px;
|
|
2937
2933
|
}
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2934
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2935
|
+
height: 20px;
|
|
2936
|
+
width: 20px;
|
|
2940
2937
|
}
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
border-bottom-right-radius: 0;
|
|
2938
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2939
|
+
border-radius: 10px;
|
|
2940
|
+
transition-delay: 120ms;
|
|
2945
2941
|
}
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2942
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2943
|
+
height: 14px;
|
|
2944
|
+
width: 14px;
|
|
2945
|
+
top: 1px;
|
|
2946
|
+
left: 1px;
|
|
2950
2947
|
}
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
border-bottom-left-radius: 0;
|
|
2948
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2949
|
+
height: 28px;
|
|
2950
|
+
width: 28px;
|
|
2955
2951
|
}
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2952
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2953
|
+
border-radius: 14px;
|
|
2954
|
+
}
|
|
2955
|
+
.s34f1qb.ant-switch-checked {
|
|
2956
|
+
background-color: #00ba5d;
|
|
2957
|
+
}
|
|
2958
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2959
|
+
left: calc(100% - 20px - 2px);
|
|
2960
2960
|
}
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2961
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2962
|
+
left: calc(100% - 14px - 1px);
|
|
2963
|
+
}
|
|
2964
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2965
|
+
left: calc(100% - 28px - 2px);
|
|
2965
2966
|
}
|
|
2966
2967
|
|
|
2967
|
-
.
|
|
2968
|
-
|
|
2969
|
-
border-bottom-left-radius: 0;
|
|
2968
|
+
.c1to9vb9 {
|
|
2969
|
+
margin-left: 5px;
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
2972
2972
|
.t1upn1sz {
|
|
@@ -3413,6 +3413,10 @@ input.rrg1fkn.ant-input {
|
|
|
3413
3413
|
opacity: 0;
|
|
3414
3414
|
}
|
|
3415
3415
|
|
|
3416
|
+
.i1e4sgug {
|
|
3417
|
+
display: inline-block;
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3416
3420
|
.d6j0lbj {
|
|
3417
3421
|
font-family: Inter;
|
|
3418
3422
|
font-style: normal;
|
|
@@ -3888,10 +3892,6 @@ input.rrg1fkn.ant-input {
|
|
|
3888
3892
|
line-height: 12px;
|
|
3889
3893
|
}
|
|
3890
3894
|
|
|
3891
|
-
.i1e4sgug {
|
|
3892
|
-
display: inline-block;
|
|
3893
|
-
}
|
|
3894
|
-
|
|
3895
3895
|
.c198s9j3 {
|
|
3896
3896
|
color: #2d3a56;
|
|
3897
3897
|
line-height: 22px;
|
|
@@ -3963,6 +3963,71 @@ input.rrg1fkn.ant-input {
|
|
|
3963
3963
|
margin-left: 24px;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3967
|
+
border-radius: 6px;
|
|
3968
|
+
}
|
|
3969
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3970
|
+
width: 100%;
|
|
3971
|
+
height: 30px;
|
|
3972
|
+
color: #2d3a56;
|
|
3973
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3974
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3975
|
+
font-size: 13px;
|
|
3976
|
+
}
|
|
3977
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3978
|
+
height: 38px;
|
|
3979
|
+
font-size: 13px;
|
|
3980
|
+
}
|
|
3981
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3982
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3983
|
+
transition: 160ms ease;
|
|
3984
|
+
}
|
|
3985
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3986
|
+
color: #0080ff;
|
|
3987
|
+
}
|
|
3988
|
+
.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 {
|
|
3989
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3990
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3991
|
+
}
|
|
3992
|
+
.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 {
|
|
3993
|
+
color: #0080ff;
|
|
3994
|
+
}
|
|
3995
|
+
.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 {
|
|
3996
|
+
border-color: #0080ff;
|
|
3997
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3998
|
+
}
|
|
3999
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4000
|
+
transform: rotate(180deg);
|
|
4001
|
+
}
|
|
4002
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4003
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4004
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
4005
|
+
cursor: "not-allowed";
|
|
4006
|
+
}
|
|
4007
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4008
|
+
border-color: #f0483e !important;
|
|
4009
|
+
}
|
|
4010
|
+
.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 {
|
|
4011
|
+
color: #1d326c;
|
|
4012
|
+
}
|
|
4013
|
+
.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 {
|
|
4014
|
+
border-color: #0080ff;
|
|
4015
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4016
|
+
}
|
|
4017
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4018
|
+
transform: rotate(180deg);
|
|
4019
|
+
}
|
|
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
|
+
|
|
3966
4031
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3967
4032
|
display: flex;
|
|
3968
4033
|
}
|
|
@@ -4128,69 +4193,77 @@ input.rrg1fkn.ant-input {
|
|
|
4128
4193
|
margin-left: 8px;
|
|
4129
4194
|
}
|
|
4130
4195
|
|
|
4131
|
-
.
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
margin-right: 4px;
|
|
4196
|
+
.s1uupxds {
|
|
4197
|
+
padding: 0 8px;
|
|
4198
|
+
border-radius: 4px;
|
|
4135
4199
|
}
|
|
4136
4200
|
|
|
4137
|
-
.
|
|
4138
|
-
|
|
4201
|
+
.m10sqwut {
|
|
4202
|
+
padding: 2px 8px;
|
|
4203
|
+
border-radius: 3px;
|
|
4139
4204
|
}
|
|
4140
4205
|
|
|
4141
|
-
.
|
|
4142
|
-
|
|
4206
|
+
.l1d492wb {
|
|
4207
|
+
padding: 3px 8px;
|
|
4208
|
+
border-radius: 2px;
|
|
4143
4209
|
}
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
color: #2d3a56;
|
|
4148
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
4149
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4150
|
-
font-size: 13px;
|
|
4210
|
+
|
|
4211
|
+
.t1lzavmu.ant-tag:hover {
|
|
4212
|
+
opacity: unset;
|
|
4151
4213
|
}
|
|
4152
|
-
.
|
|
4153
|
-
|
|
4154
|
-
|
|
4214
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
4215
|
+
margin: 0;
|
|
4216
|
+
display: inline-flex;
|
|
4217
|
+
align-items: center;
|
|
4218
|
+
border: none;
|
|
4155
4219
|
}
|
|
4156
|
-
.
|
|
4157
|
-
|
|
4158
|
-
|
|
4220
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
4221
|
+
width: 16px;
|
|
4222
|
+
height: 16px;
|
|
4223
|
+
color: inherit;
|
|
4224
|
+
margin-left: 4px;
|
|
4225
|
+
opacity: 0.6;
|
|
4159
4226
|
}
|
|
4160
|
-
.
|
|
4227
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
4228
|
+
opacity: 1;
|
|
4229
|
+
}
|
|
4230
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
4161
4231
|
color: #0080ff;
|
|
4232
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4162
4233
|
}
|
|
4163
|
-
.
|
|
4164
|
-
|
|
4165
|
-
|
|
4234
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
4235
|
+
color: #f0483e;
|
|
4236
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
4166
4237
|
}
|
|
4167
|
-
.
|
|
4168
|
-
color: #
|
|
4238
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
4239
|
+
color: #fea008;
|
|
4240
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
4169
4241
|
}
|
|
4170
|
-
.
|
|
4171
|
-
|
|
4172
|
-
|
|
4242
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
4243
|
+
color: #00ba5d;
|
|
4244
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
4173
4245
|
}
|
|
4174
|
-
.
|
|
4175
|
-
|
|
4246
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
4247
|
+
color: #1d326c;
|
|
4248
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4176
4249
|
}
|
|
4177
|
-
.
|
|
4178
|
-
|
|
4179
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
4180
|
-
cursor: "not-allowed";
|
|
4250
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
4251
|
+
color: #fff;
|
|
4181
4252
|
}
|
|
4182
|
-
.
|
|
4183
|
-
|
|
4253
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
4254
|
+
background-color: #f0483e;
|
|
4184
4255
|
}
|
|
4185
|
-
.
|
|
4186
|
-
color: #
|
|
4256
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
4257
|
+
background-color: #fea008;
|
|
4187
4258
|
}
|
|
4188
|
-
.
|
|
4189
|
-
|
|
4190
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4259
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
4260
|
+
background-color: #00ba5d;
|
|
4191
4261
|
}
|
|
4192
|
-
.
|
|
4193
|
-
|
|
4262
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
4263
|
+
background-color: #0080ff;
|
|
4264
|
+
}
|
|
4265
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
4266
|
+
background-color: #6b7d99;
|
|
4194
4267
|
}
|
|
4195
4268
|
|
|
4196
4269
|
.t1gz6wqf {
|
|
@@ -4223,37 +4296,6 @@ input.rrg1fkn.ant-input {
|
|
|
4223
4296
|
background: rgba(163, 180, 204, 0.18);
|
|
4224
4297
|
}
|
|
4225
4298
|
|
|
4226
|
-
.f1p9ti6d {
|
|
4227
|
-
width: 100%;
|
|
4228
|
-
margin-bottom: 0 !important;
|
|
4229
|
-
flex-flow: nowrap !important;
|
|
4230
|
-
line-break: auto;
|
|
4231
|
-
}
|
|
4232
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
4233
|
-
text-align: left !important;
|
|
4234
|
-
padding-bottom: 0 !important;
|
|
4235
|
-
}
|
|
4236
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
4237
|
-
min-height: 32px;
|
|
4238
|
-
height: auto;
|
|
4239
|
-
font-size: 13px;
|
|
4240
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4241
|
-
white-space: normal;
|
|
4242
|
-
}
|
|
4243
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4244
|
-
border-color: #ff4d4f !important;
|
|
4245
|
-
}
|
|
4246
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
4247
|
-
margin-top: 4px;
|
|
4248
|
-
font-size: 12px;
|
|
4249
|
-
min-height: 0px;
|
|
4250
|
-
}
|
|
4251
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
4252
|
-
font-size: 12px;
|
|
4253
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4254
|
-
min-height: 0px;
|
|
4255
|
-
}
|
|
4256
|
-
|
|
4257
4299
|
.tc40oxa {
|
|
4258
4300
|
margin-bottom: 4px;
|
|
4259
4301
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4450,6 +4492,37 @@ input.rrg1fkn.ant-input {
|
|
|
4450
4492
|
margin-right: 8px;
|
|
4451
4493
|
}
|
|
4452
4494
|
|
|
4495
|
+
.f1p9ti6d {
|
|
4496
|
+
width: 100%;
|
|
4497
|
+
margin-bottom: 0 !important;
|
|
4498
|
+
flex-flow: nowrap !important;
|
|
4499
|
+
line-break: auto;
|
|
4500
|
+
}
|
|
4501
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4502
|
+
text-align: left !important;
|
|
4503
|
+
padding-bottom: 0 !important;
|
|
4504
|
+
}
|
|
4505
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4506
|
+
min-height: 32px;
|
|
4507
|
+
height: auto;
|
|
4508
|
+
font-size: 13px;
|
|
4509
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4510
|
+
white-space: normal;
|
|
4511
|
+
}
|
|
4512
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4513
|
+
border-color: #ff4d4f !important;
|
|
4514
|
+
}
|
|
4515
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4516
|
+
margin-top: 4px;
|
|
4517
|
+
font-size: 12px;
|
|
4518
|
+
min-height: 0px;
|
|
4519
|
+
}
|
|
4520
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4521
|
+
font-size: 12px;
|
|
4522
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4523
|
+
min-height: 0px;
|
|
4524
|
+
}
|
|
4525
|
+
|
|
4453
4526
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4454
4527
|
display: var(--at4ovwe-0);
|
|
4455
4528
|
}
|
|
@@ -4496,6 +4569,25 @@ input.rrg1fkn.ant-input {
|
|
|
4496
4569
|
font-size: inherit;
|
|
4497
4570
|
}
|
|
4498
4571
|
|
|
4572
|
+
.feau332.ant-form-item {
|
|
4573
|
+
margin-bottom: 0;
|
|
4574
|
+
}
|
|
4575
|
+
.feau332 .ant-form-item-explain {
|
|
4576
|
+
display: none;
|
|
4577
|
+
min-height: 18px;
|
|
4578
|
+
margin-top: 5px;
|
|
4579
|
+
font-family: "Inter";
|
|
4580
|
+
font-weight: 400;
|
|
4581
|
+
font-size: 12px;
|
|
4582
|
+
line-height: 18px;
|
|
4583
|
+
}
|
|
4584
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4585
|
+
white-space: pre-wrap;
|
|
4586
|
+
}
|
|
4587
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4588
|
+
display: block;
|
|
4589
|
+
}
|
|
4590
|
+
|
|
4499
4591
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4500
4592
|
display: var(--a6dbbkm-0);
|
|
4501
4593
|
}
|
|
@@ -4525,23 +4617,4 @@ input.rrg1fkn.ant-input {
|
|
|
4525
4617
|
margin: 0;
|
|
4526
4618
|
height: auto;
|
|
4527
4619
|
font-size: inherit;
|
|
4528
|
-
}
|
|
4529
|
-
|
|
4530
|
-
.feau332.ant-form-item {
|
|
4531
|
-
margin-bottom: 0;
|
|
4532
|
-
}
|
|
4533
|
-
.feau332 .ant-form-item-explain {
|
|
4534
|
-
display: none;
|
|
4535
|
-
min-height: 18px;
|
|
4536
|
-
margin-top: 5px;
|
|
4537
|
-
font-family: "Inter";
|
|
4538
|
-
font-weight: 400;
|
|
4539
|
-
font-size: 12px;
|
|
4540
|
-
line-height: 18px;
|
|
4541
|
-
}
|
|
4542
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4543
|
-
white-space: pre-wrap;
|
|
4544
|
-
}
|
|
4545
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4546
|
-
display: block;
|
|
4547
4620
|
}
|