@cloudtower/eagle 0.26.5 → 0.26.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Token/index.d.ts +4 -0
- package/dist/components/message/index.d.ts +0 -1
- package/dist/components.css +474 -401
- package/dist/esm/index.js +962 -914
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +7 -0
- package/dist/style.css +475 -402
- package/dist/umd/index.js +961 -913
- package/dist/umd/stats1.html +1 -1
- package/package.json +20 -15
package/dist/style.css
CHANGED
|
@@ -1636,288 +1636,6 @@ html body {
|
|
|
1636
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
-
.fde5mpd {
|
|
1640
|
-
width: 100%;
|
|
1641
|
-
height: 100%;
|
|
1642
|
-
min-height: 124px;
|
|
1643
|
-
display: flex;
|
|
1644
|
-
flex-direction: column;
|
|
1645
|
-
justify-content: center;
|
|
1646
|
-
align-items: center;
|
|
1647
|
-
}
|
|
1648
|
-
.fde5mpd .error-text {
|
|
1649
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1650
|
-
margin-bottom: 16px;
|
|
1651
|
-
font-size: 18px;
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
.obf05yr {
|
|
1655
|
-
display: inline-block;
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
.hsms1n6 {
|
|
1659
|
-
visibility: hidden;
|
|
1660
|
-
position: absolute;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
.bpq0js6 {
|
|
1664
|
-
padding: 4px 11px;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
.b15sn34c {
|
|
1668
|
-
white-space: nowrap;
|
|
1669
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1670
|
-
}
|
|
1671
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1672
|
-
--color: #0080ff;
|
|
1673
|
-
}
|
|
1674
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1675
|
-
--color: #0080ff;
|
|
1676
|
-
}
|
|
1677
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1678
|
-
margin-left: 1px;
|
|
1679
|
-
}
|
|
1680
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1681
|
-
border-top-right-radius: 0;
|
|
1682
|
-
border-bottom-right-radius: 0;
|
|
1683
|
-
}
|
|
1684
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1685
|
-
border-top-left-radius: 0;
|
|
1686
|
-
border-bottom-left-radius: 0;
|
|
1687
|
-
}
|
|
1688
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1689
|
-
border-radius: unset;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
1693
|
-
display: inline-flex;
|
|
1694
|
-
align-items: baseline;
|
|
1695
|
-
white-space: pre-wrap;
|
|
1696
|
-
}
|
|
1697
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1698
|
-
position: relative;
|
|
1699
|
-
top: 3px;
|
|
1700
|
-
}
|
|
1701
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1702
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1703
|
-
}
|
|
1704
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1705
|
-
border-color: #0080ff;
|
|
1706
|
-
}
|
|
1707
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1708
|
-
border-color: #0080ff;
|
|
1709
|
-
background: #0080ff;
|
|
1710
|
-
}
|
|
1711
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1712
|
-
top: 4px;
|
|
1713
|
-
left: 4px;
|
|
1714
|
-
width: 6px;
|
|
1715
|
-
height: 6px;
|
|
1716
|
-
background: #fff;
|
|
1717
|
-
}
|
|
1718
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1719
|
-
opacity: 0.5;
|
|
1720
|
-
}
|
|
1721
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1722
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1723
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1724
|
-
}
|
|
1725
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1726
|
-
background: #00122e;
|
|
1727
|
-
}
|
|
1728
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1729
|
-
color: #00122e;
|
|
1730
|
-
opacity: 0.5;
|
|
1731
|
-
}
|
|
1732
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1733
|
-
color: #00122e;
|
|
1734
|
-
}
|
|
1735
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1736
|
-
display: inline-block;
|
|
1737
|
-
padding: 0;
|
|
1738
|
-
padding-left: 12px;
|
|
1739
|
-
}
|
|
1740
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1741
|
-
margin-bottom: 0;
|
|
1742
|
-
white-space: pre-wrap;
|
|
1743
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1744
|
-
}
|
|
1745
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1746
|
-
padding-left: 8px;
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1750
|
-
border-radius: 5px 0 0 5px;
|
|
1751
|
-
}
|
|
1752
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1753
|
-
border-radius: 0 5px 5px 0;
|
|
1754
|
-
}
|
|
1755
|
-
|
|
1756
|
-
.r1f0aqcc {
|
|
1757
|
-
color: #00122e;
|
|
1758
|
-
border-color: #ccd4e3;
|
|
1759
|
-
}
|
|
1760
|
-
.r1f0aqcc:first-child {
|
|
1761
|
-
border-color: #a3b4cc;
|
|
1762
|
-
}
|
|
1763
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1764
|
-
padding: 0 12px;
|
|
1765
|
-
line-height: 32px;
|
|
1766
|
-
height: 32px;
|
|
1767
|
-
}
|
|
1768
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1769
|
-
white-space: nowrap;
|
|
1770
|
-
}
|
|
1771
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1772
|
-
background: #ccd4e3;
|
|
1773
|
-
}
|
|
1774
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1775
|
-
background: #0080ff;
|
|
1776
|
-
}
|
|
1777
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1778
|
-
background: #ccd4e3;
|
|
1779
|
-
opacity: 0.5;
|
|
1780
|
-
}
|
|
1781
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1782
|
-
border-right-color: #0080ff;
|
|
1783
|
-
}
|
|
1784
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1785
|
-
border-color: #0080ff;
|
|
1786
|
-
}
|
|
1787
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
1788
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1789
|
-
}
|
|
1790
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
1791
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1792
|
-
border-color: #ccd4e3;
|
|
1793
|
-
opacity: 0.5;
|
|
1794
|
-
}
|
|
1795
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
1796
|
-
color: #00122e;
|
|
1797
|
-
border-color: #ccd4e3;
|
|
1798
|
-
}
|
|
1799
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
1800
|
-
color: #00122e;
|
|
1801
|
-
border-color: #ccd4e3;
|
|
1802
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1803
|
-
}
|
|
1804
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
1805
|
-
margin-right: 8px;
|
|
1806
|
-
display: inline;
|
|
1807
|
-
border: none;
|
|
1808
|
-
padding: 0;
|
|
1809
|
-
width: 36px;
|
|
1810
|
-
background: transparent;
|
|
1811
|
-
}
|
|
1812
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
1813
|
-
box-shadow: none;
|
|
1814
|
-
}
|
|
1815
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
1816
|
-
margin-right: 0;
|
|
1817
|
-
width: initial;
|
|
1818
|
-
box-shadow: none;
|
|
1819
|
-
}
|
|
1820
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
1821
|
-
display: none;
|
|
1822
|
-
}
|
|
1823
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
1824
|
-
display: inline;
|
|
1825
|
-
}
|
|
1826
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
1827
|
-
display: inline;
|
|
1828
|
-
margin-right: 8px;
|
|
1829
|
-
padding: 0;
|
|
1830
|
-
width: 36px;
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
.iap75of {
|
|
1834
|
-
height: 18px;
|
|
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;
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
.i1mrf09m {
|
|
1847
|
-
display: inline-flex;
|
|
1848
|
-
align-items: center;
|
|
1849
|
-
}
|
|
1850
|
-
.i1mrf09m .icon-inner {
|
|
1851
|
-
display: inline-flex;
|
|
1852
|
-
align-items: center;
|
|
1853
|
-
justify-content: center;
|
|
1854
|
-
}
|
|
1855
|
-
.i1mrf09m .icon-inner + span,
|
|
1856
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1857
|
-
margin-left: 4px;
|
|
1858
|
-
}
|
|
1859
|
-
.i1mrf09m.is-rotate img,
|
|
1860
|
-
.i1mrf09m.is-rotate svg {
|
|
1861
|
-
animation: rotate 680ms linear infinite;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
.p12gwtiw {
|
|
1865
|
-
display: flex;
|
|
1866
|
-
justify-content: space-between;
|
|
1867
|
-
align-items: center;
|
|
1868
|
-
padding: 10px 0;
|
|
1869
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1870
|
-
font-size: 12px;
|
|
1871
|
-
line-height: 24px;
|
|
1872
|
-
}
|
|
1873
|
-
.p12gwtiw .pagination-left {
|
|
1874
|
-
padding: 2px 8px;
|
|
1875
|
-
}
|
|
1876
|
-
.p12gwtiw .dropdown-trigger {
|
|
1877
|
-
display: flex;
|
|
1878
|
-
align-items: center;
|
|
1879
|
-
border-radius: 6px;
|
|
1880
|
-
cursor: pointer;
|
|
1881
|
-
transition: all 0.3s ease;
|
|
1882
|
-
}
|
|
1883
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1884
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1885
|
-
color: #0080ff;
|
|
1886
|
-
}
|
|
1887
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1888
|
-
margin-left: 4px;
|
|
1889
|
-
}
|
|
1890
|
-
.p12gwtiw .pagination-right {
|
|
1891
|
-
display: flex;
|
|
1892
|
-
align-items: center;
|
|
1893
|
-
color: #0080ff;
|
|
1894
|
-
font-weight: bold;
|
|
1895
|
-
}
|
|
1896
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1897
|
-
margin-left: 4px;
|
|
1898
|
-
}
|
|
1899
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1900
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1901
|
-
padding: 0 8px;
|
|
1902
|
-
}
|
|
1903
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1904
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1905
|
-
color: #0080ff;
|
|
1906
|
-
}
|
|
1907
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1908
|
-
transform: rotate(180deg);
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1912
|
-
max-height: calc(100vh - 128px);
|
|
1913
|
-
overflow-y: auto;
|
|
1914
|
-
}
|
|
1915
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1916
|
-
padding: 4px 20px;
|
|
1917
|
-
font-size: 12px;
|
|
1918
|
-
line-height: 18px;
|
|
1919
|
-
}
|
|
1920
|
-
|
|
1921
1639
|
.buj61ew.ant-btn {
|
|
1922
1640
|
height: 32px;
|
|
1923
1641
|
border-radius: 6px;
|
|
@@ -2137,33 +1855,108 @@ html body {
|
|
|
2137
1855
|
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2138
1856
|
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2139
1857
|
}
|
|
2140
|
-
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2141
|
-
--color: #0080ff;
|
|
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);
|
|
1858
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
1859
|
+
--color: #0080ff;
|
|
1860
|
+
--background-color: transparent;
|
|
1861
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1862
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1863
|
+
--background-color-focus: #fff;
|
|
1864
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1865
|
+
}
|
|
1866
|
+
.buj61ew.has-icon {
|
|
1867
|
+
display: inline-flex;
|
|
1868
|
+
align-items: center;
|
|
1869
|
+
}
|
|
1870
|
+
.buj61ew .button-prefix-icon {
|
|
1871
|
+
margin-right: 4px;
|
|
1872
|
+
display: inline-flex;
|
|
1873
|
+
}
|
|
1874
|
+
.buj61ew .button-suffix-icon {
|
|
1875
|
+
margin-left: 4px;
|
|
1876
|
+
display: inline-flex;
|
|
1877
|
+
}
|
|
1878
|
+
.buj61ew .icon-wrapper {
|
|
1879
|
+
display: inline-flex;
|
|
1880
|
+
vertical-align: bottom;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.nchllas {
|
|
1884
|
+
padding: 0;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.bpq0js6 {
|
|
1888
|
+
padding: 4px 11px;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.b15sn34c {
|
|
1892
|
+
white-space: nowrap;
|
|
1893
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1894
|
+
}
|
|
1895
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1896
|
+
--color: #0080ff;
|
|
1897
|
+
}
|
|
1898
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1899
|
+
--color: #0080ff;
|
|
1900
|
+
}
|
|
1901
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1902
|
+
margin-left: 1px;
|
|
1903
|
+
}
|
|
1904
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1905
|
+
border-top-right-radius: 0;
|
|
1906
|
+
border-bottom-right-radius: 0;
|
|
1907
|
+
}
|
|
1908
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1909
|
+
border-top-left-radius: 0;
|
|
1910
|
+
border-bottom-left-radius: 0;
|
|
1911
|
+
}
|
|
1912
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1913
|
+
border-radius: unset;
|
|
2147
1914
|
}
|
|
2148
|
-
|
|
1915
|
+
|
|
1916
|
+
.fde5mpd {
|
|
1917
|
+
width: 100%;
|
|
1918
|
+
height: 100%;
|
|
1919
|
+
min-height: 124px;
|
|
1920
|
+
display: flex;
|
|
1921
|
+
flex-direction: column;
|
|
1922
|
+
justify-content: center;
|
|
1923
|
+
align-items: center;
|
|
1924
|
+
}
|
|
1925
|
+
.fde5mpd .error-text {
|
|
1926
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1927
|
+
margin-bottom: 16px;
|
|
1928
|
+
font-size: 18px;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.i1mrf09m {
|
|
2149
1932
|
display: inline-flex;
|
|
2150
1933
|
align-items: center;
|
|
2151
1934
|
}
|
|
2152
|
-
.
|
|
2153
|
-
margin-right: 4px;
|
|
1935
|
+
.i1mrf09m .icon-inner {
|
|
2154
1936
|
display: inline-flex;
|
|
1937
|
+
align-items: center;
|
|
1938
|
+
justify-content: center;
|
|
2155
1939
|
}
|
|
2156
|
-
.
|
|
1940
|
+
.i1mrf09m .icon-inner + span,
|
|
1941
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2157
1942
|
margin-left: 4px;
|
|
2158
|
-
display: inline-flex;
|
|
2159
1943
|
}
|
|
2160
|
-
.
|
|
2161
|
-
|
|
2162
|
-
|
|
1944
|
+
.i1mrf09m.is-rotate img,
|
|
1945
|
+
.i1mrf09m.is-rotate svg {
|
|
1946
|
+
animation: rotate 680ms linear infinite;
|
|
2163
1947
|
}
|
|
2164
1948
|
|
|
2165
|
-
.
|
|
2166
|
-
|
|
1949
|
+
.iap75of {
|
|
1950
|
+
height: 18px;
|
|
1951
|
+
line-height: 18px;
|
|
1952
|
+
padding: 0 4px;
|
|
1953
|
+
border-radius: 4px;
|
|
1954
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1955
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1956
|
+
display: flex;
|
|
1957
|
+
align-items: center;
|
|
1958
|
+
white-space: nowrap;
|
|
1959
|
+
margin-right: 4px;
|
|
2167
1960
|
}
|
|
2168
1961
|
|
|
2169
1962
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2241,12 +2034,219 @@ html body {
|
|
|
2241
2034
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2242
2035
|
background-color: rgba(237, 241, 250, 0.6);
|
|
2243
2036
|
}
|
|
2244
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2245
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2246
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2037
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2038
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2039
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2040
|
+
}
|
|
2041
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2042
|
+
padding: 0;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
.obf05yr {
|
|
2046
|
+
display: inline-block;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
.hsms1n6 {
|
|
2050
|
+
visibility: hidden;
|
|
2051
|
+
position: absolute;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
.p12gwtiw {
|
|
2055
|
+
display: flex;
|
|
2056
|
+
justify-content: space-between;
|
|
2057
|
+
align-items: center;
|
|
2058
|
+
padding: 10px 0;
|
|
2059
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2060
|
+
font-size: 12px;
|
|
2061
|
+
line-height: 24px;
|
|
2062
|
+
}
|
|
2063
|
+
.p12gwtiw .pagination-left {
|
|
2064
|
+
padding: 2px 8px;
|
|
2065
|
+
}
|
|
2066
|
+
.p12gwtiw .dropdown-trigger {
|
|
2067
|
+
display: flex;
|
|
2068
|
+
align-items: center;
|
|
2069
|
+
border-radius: 6px;
|
|
2070
|
+
cursor: pointer;
|
|
2071
|
+
transition: all 0.3s ease;
|
|
2072
|
+
}
|
|
2073
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2074
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2075
|
+
color: #0080ff;
|
|
2076
|
+
}
|
|
2077
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2078
|
+
margin-left: 4px;
|
|
2079
|
+
}
|
|
2080
|
+
.p12gwtiw .pagination-right {
|
|
2081
|
+
display: flex;
|
|
2082
|
+
align-items: center;
|
|
2083
|
+
color: #0080ff;
|
|
2084
|
+
font-weight: bold;
|
|
2085
|
+
}
|
|
2086
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2087
|
+
margin-left: 4px;
|
|
2088
|
+
}
|
|
2089
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2090
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2091
|
+
padding: 0 8px;
|
|
2092
|
+
}
|
|
2093
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2094
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2095
|
+
color: #0080ff;
|
|
2096
|
+
}
|
|
2097
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2098
|
+
transform: rotate(180deg);
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2102
|
+
max-height: calc(100vh - 128px);
|
|
2103
|
+
overflow-y: auto;
|
|
2104
|
+
}
|
|
2105
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2106
|
+
padding: 4px 20px;
|
|
2107
|
+
font-size: 12px;
|
|
2108
|
+
line-height: 18px;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2112
|
+
display: inline-flex;
|
|
2113
|
+
align-items: baseline;
|
|
2114
|
+
white-space: pre-wrap;
|
|
2115
|
+
}
|
|
2116
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2117
|
+
position: relative;
|
|
2118
|
+
top: 3px;
|
|
2119
|
+
}
|
|
2120
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2121
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2122
|
+
}
|
|
2123
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2124
|
+
border-color: #0080ff;
|
|
2125
|
+
}
|
|
2126
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2127
|
+
border-color: #0080ff;
|
|
2128
|
+
background: #0080ff;
|
|
2129
|
+
}
|
|
2130
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2131
|
+
top: 4px;
|
|
2132
|
+
left: 4px;
|
|
2133
|
+
width: 6px;
|
|
2134
|
+
height: 6px;
|
|
2135
|
+
background: #fff;
|
|
2136
|
+
}
|
|
2137
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2138
|
+
opacity: 0.5;
|
|
2139
|
+
}
|
|
2140
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2141
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2142
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2143
|
+
}
|
|
2144
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2145
|
+
background: #00122e;
|
|
2146
|
+
}
|
|
2147
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2148
|
+
color: #00122e;
|
|
2149
|
+
opacity: 0.5;
|
|
2150
|
+
}
|
|
2151
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2152
|
+
color: #00122e;
|
|
2153
|
+
}
|
|
2154
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2155
|
+
display: inline-block;
|
|
2156
|
+
padding: 0;
|
|
2157
|
+
padding-left: 12px;
|
|
2158
|
+
}
|
|
2159
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2160
|
+
margin-bottom: 0;
|
|
2161
|
+
white-space: pre-wrap;
|
|
2162
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2163
|
+
}
|
|
2164
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2165
|
+
padding-left: 8px;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2169
|
+
border-radius: 5px 0 0 5px;
|
|
2170
|
+
}
|
|
2171
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2172
|
+
border-radius: 0 5px 5px 0;
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
.r1f0aqcc {
|
|
2176
|
+
color: #00122e;
|
|
2177
|
+
border-color: #ccd4e3;
|
|
2178
|
+
}
|
|
2179
|
+
.r1f0aqcc:first-child {
|
|
2180
|
+
border-color: #a3b4cc;
|
|
2181
|
+
}
|
|
2182
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2183
|
+
padding: 0 12px;
|
|
2184
|
+
line-height: 32px;
|
|
2185
|
+
height: 32px;
|
|
2186
|
+
}
|
|
2187
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2188
|
+
white-space: nowrap;
|
|
2189
|
+
}
|
|
2190
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2191
|
+
background: #ccd4e3;
|
|
2192
|
+
}
|
|
2193
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2194
|
+
background: #0080ff;
|
|
2195
|
+
}
|
|
2196
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2197
|
+
background: #ccd4e3;
|
|
2198
|
+
opacity: 0.5;
|
|
2199
|
+
}
|
|
2200
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2201
|
+
border-right-color: #0080ff;
|
|
2202
|
+
}
|
|
2203
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2204
|
+
border-color: #0080ff;
|
|
2205
|
+
}
|
|
2206
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2207
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2208
|
+
}
|
|
2209
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2210
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2211
|
+
border-color: #ccd4e3;
|
|
2212
|
+
opacity: 0.5;
|
|
2213
|
+
}
|
|
2214
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2215
|
+
color: #00122e;
|
|
2216
|
+
border-color: #ccd4e3;
|
|
2217
|
+
}
|
|
2218
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2219
|
+
color: #00122e;
|
|
2220
|
+
border-color: #ccd4e3;
|
|
2221
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2222
|
+
}
|
|
2223
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2224
|
+
margin-right: 8px;
|
|
2225
|
+
display: inline;
|
|
2226
|
+
border: none;
|
|
2227
|
+
padding: 0;
|
|
2228
|
+
width: 36px;
|
|
2229
|
+
background: transparent;
|
|
2230
|
+
}
|
|
2231
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2232
|
+
box-shadow: none;
|
|
2233
|
+
}
|
|
2234
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2235
|
+
margin-right: 0;
|
|
2236
|
+
width: initial;
|
|
2237
|
+
box-shadow: none;
|
|
2238
|
+
}
|
|
2239
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2240
|
+
display: none;
|
|
2247
2241
|
}
|
|
2248
|
-
.
|
|
2242
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2243
|
+
display: inline;
|
|
2244
|
+
}
|
|
2245
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2246
|
+
display: inline;
|
|
2247
|
+
margin-right: 8px;
|
|
2249
2248
|
padding: 0;
|
|
2249
|
+
width: 36px;
|
|
2250
2250
|
}
|
|
2251
2251
|
|
|
2252
2252
|
.s34f1qb.ant-switch {
|
|
@@ -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
|
}
|