@cloudtower/eagle 0.25.4 → 0.25.5
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/Form/index.d.ts +3 -0
- package/dist/components/FormItem/index.d.ts +1 -1
- package/dist/components.css +421 -421
- package/dist/esm/index.js +0 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -2
- package/dist/style.css +163 -163
- package/dist/umd/index.js +0 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1531,118 +1531,6 @@ body {
|
|
|
1531
1531
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1532
1532
|
}
|
|
1533
1533
|
}
|
|
1534
|
-
.p12gwtiw {
|
|
1535
|
-
display: flex;
|
|
1536
|
-
justify-content: space-between;
|
|
1537
|
-
align-items: center;
|
|
1538
|
-
padding: 10px 0;
|
|
1539
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1540
|
-
font-size: 12px;
|
|
1541
|
-
line-height: 24px;
|
|
1542
|
-
}
|
|
1543
|
-
.p12gwtiw .pagination-left {
|
|
1544
|
-
padding: 2px 8px;
|
|
1545
|
-
}
|
|
1546
|
-
.p12gwtiw .dropdown-trigger {
|
|
1547
|
-
display: flex;
|
|
1548
|
-
align-items: center;
|
|
1549
|
-
border-radius: 6px;
|
|
1550
|
-
cursor: pointer;
|
|
1551
|
-
transition: all 0.3s ease;
|
|
1552
|
-
}
|
|
1553
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1554
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1555
|
-
color: #0080ff;
|
|
1556
|
-
}
|
|
1557
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1558
|
-
margin-left: 4px;
|
|
1559
|
-
}
|
|
1560
|
-
.p12gwtiw .pagination-right {
|
|
1561
|
-
display: flex;
|
|
1562
|
-
align-items: center;
|
|
1563
|
-
color: #0080ff;
|
|
1564
|
-
font-weight: bold;
|
|
1565
|
-
}
|
|
1566
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1567
|
-
margin-left: 4px;
|
|
1568
|
-
}
|
|
1569
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1570
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1571
|
-
padding: 0 8px;
|
|
1572
|
-
}
|
|
1573
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1574
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1575
|
-
color: #0080ff;
|
|
1576
|
-
}
|
|
1577
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1578
|
-
transform: rotate(180deg);
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1582
|
-
max-height: calc(100vh - 128px);
|
|
1583
|
-
overflow-y: auto;
|
|
1584
|
-
}
|
|
1585
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1586
|
-
padding: 4px 20px;
|
|
1587
|
-
font-size: 12px;
|
|
1588
|
-
line-height: 18px;
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
.i1mrf09m {
|
|
1592
|
-
display: inline-flex;
|
|
1593
|
-
align-items: center;
|
|
1594
|
-
}
|
|
1595
|
-
.i1mrf09m .icon-inner {
|
|
1596
|
-
display: inline-flex;
|
|
1597
|
-
align-items: center;
|
|
1598
|
-
justify-content: center;
|
|
1599
|
-
}
|
|
1600
|
-
.i1mrf09m .icon-inner + span,
|
|
1601
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1602
|
-
margin-left: 4px;
|
|
1603
|
-
}
|
|
1604
|
-
.i1mrf09m.is-rotate img,
|
|
1605
|
-
.i1mrf09m.is-rotate svg {
|
|
1606
|
-
animation: rotate 680ms linear infinite;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
.iap75of {
|
|
1610
|
-
height: 18px;
|
|
1611
|
-
line-height: 18px;
|
|
1612
|
-
padding: 0 4px;
|
|
1613
|
-
border-radius: 4px;
|
|
1614
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1615
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1616
|
-
display: flex;
|
|
1617
|
-
align-items: center;
|
|
1618
|
-
white-space: nowrap;
|
|
1619
|
-
margin-right: 4px;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
.obf05yr {
|
|
1623
|
-
display: inline-block;
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
.hsms1n6 {
|
|
1627
|
-
visibility: hidden;
|
|
1628
|
-
position: absolute;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
.fde5mpd {
|
|
1632
|
-
width: 100%;
|
|
1633
|
-
height: 100%;
|
|
1634
|
-
min-height: 124px;
|
|
1635
|
-
display: flex;
|
|
1636
|
-
flex-direction: column;
|
|
1637
|
-
justify-content: center;
|
|
1638
|
-
align-items: center;
|
|
1639
|
-
}
|
|
1640
|
-
.fde5mpd .error-text {
|
|
1641
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1642
|
-
margin-bottom: 16px;
|
|
1643
|
-
font-size: 18px;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
1534
|
.bpq0js6 {
|
|
1647
1535
|
padding: 4px 11px;
|
|
1648
1536
|
}
|
|
@@ -1666,235 +1554,25 @@ body {
|
|
|
1666
1554
|
}
|
|
1667
1555
|
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1668
1556
|
border-top-left-radius: 0;
|
|
1669
|
-
border-bottom-left-radius: 0;
|
|
1670
|
-
}
|
|
1671
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1672
|
-
border-radius: unset;
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
1676
|
-
display: inline-flex;
|
|
1677
|
-
align-items: baseline;
|
|
1678
|
-
white-space: pre-wrap;
|
|
1679
|
-
}
|
|
1680
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1681
|
-
position: relative;
|
|
1682
|
-
top: 3px;
|
|
1683
|
-
}
|
|
1684
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1685
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1686
|
-
}
|
|
1687
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1688
|
-
border-color: #0080ff;
|
|
1689
|
-
}
|
|
1690
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1691
|
-
border-color: #0080ff;
|
|
1692
|
-
background: #0080ff;
|
|
1693
|
-
}
|
|
1694
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1695
|
-
top: 4px;
|
|
1696
|
-
left: 4px;
|
|
1697
|
-
width: 6px;
|
|
1698
|
-
height: 6px;
|
|
1699
|
-
background: #fff;
|
|
1700
|
-
}
|
|
1701
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1702
|
-
opacity: 0.5;
|
|
1703
|
-
}
|
|
1704
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1705
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1706
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1707
|
-
}
|
|
1708
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1709
|
-
background: #00122e;
|
|
1710
|
-
}
|
|
1711
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1712
|
-
color: #00122e;
|
|
1713
|
-
opacity: 0.5;
|
|
1714
|
-
}
|
|
1715
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1716
|
-
color: #00122e;
|
|
1717
|
-
}
|
|
1718
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1719
|
-
display: inline-block;
|
|
1720
|
-
padding: 0;
|
|
1721
|
-
padding-left: 12px;
|
|
1722
|
-
}
|
|
1723
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1724
|
-
margin-bottom: 0;
|
|
1725
|
-
white-space: pre-wrap;
|
|
1726
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1727
|
-
}
|
|
1728
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1729
|
-
padding-left: 8px;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1733
|
-
border-radius: 5px 0 0 5px;
|
|
1734
|
-
}
|
|
1735
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1736
|
-
border-radius: 0 5px 5px 0;
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
.r1f0aqcc {
|
|
1740
|
-
color: #00122e;
|
|
1741
|
-
border-color: #ccd4e3;
|
|
1742
|
-
}
|
|
1743
|
-
.r1f0aqcc:first-child {
|
|
1744
|
-
color: #00122e;
|
|
1745
|
-
border-color: #a3b4cc;
|
|
1746
|
-
}
|
|
1747
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1748
|
-
padding: 0 12px;
|
|
1749
|
-
line-height: 32px;
|
|
1750
|
-
height: 32px;
|
|
1751
|
-
}
|
|
1752
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1753
|
-
white-space: nowrap;
|
|
1754
|
-
}
|
|
1755
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1756
|
-
background: #ccd4e3;
|
|
1757
|
-
}
|
|
1758
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1759
|
-
background: #0080ff;
|
|
1760
|
-
}
|
|
1761
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1762
|
-
background: #ccd4e3;
|
|
1763
|
-
opacity: 0.5;
|
|
1764
|
-
}
|
|
1765
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1766
|
-
border-right-color: #0080ff;
|
|
1767
|
-
}
|
|
1768
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1769
|
-
border-color: #0080ff;
|
|
1770
|
-
}
|
|
1771
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
1772
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1773
|
-
}
|
|
1774
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
1775
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1776
|
-
border-color: #ccd4e3;
|
|
1777
|
-
opacity: 0.5;
|
|
1778
|
-
}
|
|
1779
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
1780
|
-
color: #00122e;
|
|
1781
|
-
border-color: #ccd4e3;
|
|
1782
|
-
}
|
|
1783
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
1784
|
-
color: #00122e;
|
|
1785
|
-
border-color: #ccd4e3;
|
|
1786
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1787
|
-
}
|
|
1788
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
1789
|
-
margin-right: 8px;
|
|
1790
|
-
display: inline;
|
|
1791
|
-
border: none;
|
|
1792
|
-
padding: 0;
|
|
1793
|
-
width: 36px;
|
|
1794
|
-
background: transparent;
|
|
1795
|
-
}
|
|
1796
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
1797
|
-
box-shadow: none;
|
|
1798
|
-
}
|
|
1799
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
1800
|
-
margin-right: 0;
|
|
1801
|
-
width: initial;
|
|
1802
|
-
box-shadow: none;
|
|
1803
|
-
}
|
|
1804
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
1805
|
-
display: none;
|
|
1806
|
-
}
|
|
1807
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
1808
|
-
display: inline;
|
|
1809
|
-
}
|
|
1810
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
1811
|
-
display: inline;
|
|
1812
|
-
margin-right: 8px;
|
|
1813
|
-
padding: 0;
|
|
1814
|
-
width: 36px;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1818
|
-
flex-direction: row;
|
|
1819
|
-
justify-content: stretch;
|
|
1820
|
-
}
|
|
1821
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1822
|
-
padding: 0;
|
|
1823
|
-
margin-right: 4px;
|
|
1824
|
-
flex: 1;
|
|
1825
|
-
overflow: visible;
|
|
1826
|
-
}
|
|
1827
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1828
|
-
display: none;
|
|
1829
|
-
}
|
|
1830
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1831
|
-
width: 100%;
|
|
1832
|
-
min-height: unset;
|
|
1833
|
-
}
|
|
1834
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1835
|
-
height: 26px;
|
|
1836
|
-
line-height: 26px;
|
|
1837
|
-
width: 100%;
|
|
1838
|
-
text-align: center;
|
|
1839
|
-
padding: 0;
|
|
1840
|
-
font-size: 12px;
|
|
1841
|
-
font-weight: normal;
|
|
1842
|
-
}
|
|
1843
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1844
|
-
margin-right: 10px;
|
|
1845
|
-
}
|
|
1846
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1847
|
-
display: none;
|
|
1848
|
-
}
|
|
1849
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1850
|
-
border-radius: 4px 0 0 4px;
|
|
1851
|
-
}
|
|
1852
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1853
|
-
margin-right: 0;
|
|
1854
|
-
}
|
|
1855
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1856
|
-
border-radius: 0 4px 4px 0;
|
|
1857
|
-
}
|
|
1858
|
-
.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 {
|
|
1859
|
-
content: "";
|
|
1860
|
-
width: 0;
|
|
1861
|
-
height: 0;
|
|
1862
|
-
border: 13px solid transparent;
|
|
1863
|
-
position: absolute;
|
|
1864
|
-
top: 0;
|
|
1865
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1866
|
-
right: -21px;
|
|
1867
|
-
z-index: 2;
|
|
1868
|
-
}
|
|
1869
|
-
.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 {
|
|
1870
|
-
content: "";
|
|
1871
|
-
width: 0;
|
|
1872
|
-
height: 0;
|
|
1873
|
-
border: 13px solid transparent;
|
|
1874
|
-
position: absolute;
|
|
1875
|
-
top: 0;
|
|
1876
|
-
border-left: 8px solid #fff;
|
|
1877
|
-
left: 0;
|
|
1878
|
-
}
|
|
1879
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1880
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
1881
|
-
}
|
|
1882
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1883
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1884
|
-
}
|
|
1885
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1886
|
-
color: #005ed1;
|
|
1557
|
+
border-bottom-left-radius: 0;
|
|
1887
1558
|
}
|
|
1888
|
-
.
|
|
1889
|
-
|
|
1890
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
1559
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1560
|
+
border-radius: unset;
|
|
1891
1561
|
}
|
|
1892
|
-
|
|
1893
|
-
.
|
|
1894
|
-
|
|
1562
|
+
|
|
1563
|
+
.fde5mpd {
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
height: 100%;
|
|
1566
|
+
min-height: 124px;
|
|
1567
|
+
display: flex;
|
|
1568
|
+
flex-direction: column;
|
|
1569
|
+
justify-content: center;
|
|
1570
|
+
align-items: center;
|
|
1895
1571
|
}
|
|
1896
|
-
.
|
|
1897
|
-
|
|
1572
|
+
.fde5mpd .error-text {
|
|
1573
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1574
|
+
margin-bottom: 16px;
|
|
1575
|
+
font-size: 18px;
|
|
1898
1576
|
}
|
|
1899
1577
|
|
|
1900
1578
|
.buj61ew.ant-btn {
|
|
@@ -2145,6 +1823,72 @@ body {
|
|
|
2145
1823
|
padding: 0;
|
|
2146
1824
|
}
|
|
2147
1825
|
|
|
1826
|
+
.obf05yr {
|
|
1827
|
+
display: inline-block;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.hsms1n6 {
|
|
1831
|
+
visibility: hidden;
|
|
1832
|
+
position: absolute;
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
.p12gwtiw {
|
|
1836
|
+
display: flex;
|
|
1837
|
+
justify-content: space-between;
|
|
1838
|
+
align-items: center;
|
|
1839
|
+
padding: 10px 0;
|
|
1840
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1841
|
+
font-size: 12px;
|
|
1842
|
+
line-height: 24px;
|
|
1843
|
+
}
|
|
1844
|
+
.p12gwtiw .pagination-left {
|
|
1845
|
+
padding: 2px 8px;
|
|
1846
|
+
}
|
|
1847
|
+
.p12gwtiw .dropdown-trigger {
|
|
1848
|
+
display: flex;
|
|
1849
|
+
align-items: center;
|
|
1850
|
+
border-radius: 6px;
|
|
1851
|
+
cursor: pointer;
|
|
1852
|
+
transition: all 0.3s ease;
|
|
1853
|
+
}
|
|
1854
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1855
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1856
|
+
color: #0080ff;
|
|
1857
|
+
}
|
|
1858
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1859
|
+
margin-left: 4px;
|
|
1860
|
+
}
|
|
1861
|
+
.p12gwtiw .pagination-right {
|
|
1862
|
+
display: flex;
|
|
1863
|
+
align-items: center;
|
|
1864
|
+
color: #0080ff;
|
|
1865
|
+
font-weight: bold;
|
|
1866
|
+
}
|
|
1867
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1868
|
+
margin-left: 4px;
|
|
1869
|
+
}
|
|
1870
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1871
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1872
|
+
padding: 0 8px;
|
|
1873
|
+
}
|
|
1874
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1875
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1876
|
+
color: #0080ff;
|
|
1877
|
+
}
|
|
1878
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1879
|
+
transform: rotate(180deg);
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1883
|
+
max-height: calc(100vh - 128px);
|
|
1884
|
+
overflow-y: auto;
|
|
1885
|
+
}
|
|
1886
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1887
|
+
padding: 4px 20px;
|
|
1888
|
+
font-size: 12px;
|
|
1889
|
+
line-height: 18px;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
2148
1892
|
.cz04yix {
|
|
2149
1893
|
display: flex;
|
|
2150
1894
|
flex-direction: column;
|
|
@@ -2772,42 +2516,215 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2772
2516
|
left: 8px;
|
|
2773
2517
|
opacity: 1;
|
|
2774
2518
|
}
|
|
2775
|
-
.kypn5o5.has-focus-indicator input {
|
|
2776
|
-
transition: margin-left 150ms ease;
|
|
2777
|
-
margin-left: 0px;
|
|
2519
|
+
.kypn5o5.has-focus-indicator input {
|
|
2520
|
+
transition: margin-left 150ms ease;
|
|
2521
|
+
margin-left: 0px;
|
|
2522
|
+
}
|
|
2523
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2524
|
+
margin-left: 16px;
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
input.l1ki27se.ant-input {
|
|
2528
|
+
border-top-right-radius: 0;
|
|
2529
|
+
border-bottom-right-radius: 0;
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2533
|
+
border-top-right-radius: 0;
|
|
2534
|
+
border-bottom-right-radius: 0;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
input.rrg1fkn.ant-input {
|
|
2538
|
+
border-top-left-radius: 0;
|
|
2539
|
+
border-bottom-left-radius: 0;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2543
|
+
border-top-left-radius: 0;
|
|
2544
|
+
border-bottom-left-radius: 0;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2548
|
+
border-top-right-radius: 0;
|
|
2549
|
+
border-bottom-right-radius: 0;
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2553
|
+
border-top-left-radius: 0;
|
|
2554
|
+
border-bottom-left-radius: 0;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2558
|
+
display: inline-flex;
|
|
2559
|
+
align-items: baseline;
|
|
2560
|
+
white-space: pre-wrap;
|
|
2561
|
+
}
|
|
2562
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2563
|
+
position: relative;
|
|
2564
|
+
top: 3px;
|
|
2565
|
+
}
|
|
2566
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2567
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2568
|
+
}
|
|
2569
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2570
|
+
border-color: #0080ff;
|
|
2571
|
+
}
|
|
2572
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2573
|
+
border-color: #0080ff;
|
|
2574
|
+
background: #0080ff;
|
|
2575
|
+
}
|
|
2576
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2577
|
+
top: 4px;
|
|
2578
|
+
left: 4px;
|
|
2579
|
+
width: 6px;
|
|
2580
|
+
height: 6px;
|
|
2581
|
+
background: #fff;
|
|
2582
|
+
}
|
|
2583
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2584
|
+
opacity: 0.5;
|
|
2585
|
+
}
|
|
2586
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2587
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2588
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2589
|
+
}
|
|
2590
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2591
|
+
background: #00122e;
|
|
2592
|
+
}
|
|
2593
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2594
|
+
color: #00122e;
|
|
2595
|
+
opacity: 0.5;
|
|
2596
|
+
}
|
|
2597
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2598
|
+
color: #00122e;
|
|
2599
|
+
}
|
|
2600
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2601
|
+
display: inline-block;
|
|
2602
|
+
padding: 0;
|
|
2603
|
+
padding-left: 12px;
|
|
2604
|
+
}
|
|
2605
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2606
|
+
margin-bottom: 0;
|
|
2607
|
+
white-space: pre-wrap;
|
|
2608
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2609
|
+
}
|
|
2610
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2611
|
+
padding-left: 8px;
|
|
2612
|
+
}
|
|
2613
|
+
|
|
2614
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2615
|
+
border-radius: 5px 0 0 5px;
|
|
2616
|
+
}
|
|
2617
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2618
|
+
border-radius: 0 5px 5px 0;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
.r1f0aqcc {
|
|
2622
|
+
color: #00122e;
|
|
2623
|
+
border-color: #ccd4e3;
|
|
2624
|
+
}
|
|
2625
|
+
.r1f0aqcc:first-child {
|
|
2626
|
+
color: #00122e;
|
|
2627
|
+
border-color: #a3b4cc;
|
|
2628
|
+
}
|
|
2629
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2630
|
+
padding: 0 12px;
|
|
2631
|
+
line-height: 32px;
|
|
2632
|
+
height: 32px;
|
|
2633
|
+
}
|
|
2634
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2635
|
+
white-space: nowrap;
|
|
2636
|
+
}
|
|
2637
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2638
|
+
background: #ccd4e3;
|
|
2639
|
+
}
|
|
2640
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2641
|
+
background: #0080ff;
|
|
2642
|
+
}
|
|
2643
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2644
|
+
background: #ccd4e3;
|
|
2645
|
+
opacity: 0.5;
|
|
2646
|
+
}
|
|
2647
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2648
|
+
border-right-color: #0080ff;
|
|
2649
|
+
}
|
|
2650
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2651
|
+
border-color: #0080ff;
|
|
2652
|
+
}
|
|
2653
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2654
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2655
|
+
}
|
|
2656
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2657
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2658
|
+
border-color: #ccd4e3;
|
|
2659
|
+
opacity: 0.5;
|
|
2660
|
+
}
|
|
2661
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2662
|
+
color: #00122e;
|
|
2663
|
+
border-color: #ccd4e3;
|
|
2664
|
+
}
|
|
2665
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2666
|
+
color: #00122e;
|
|
2667
|
+
border-color: #ccd4e3;
|
|
2668
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2669
|
+
}
|
|
2670
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2671
|
+
margin-right: 8px;
|
|
2672
|
+
display: inline;
|
|
2673
|
+
border: none;
|
|
2674
|
+
padding: 0;
|
|
2675
|
+
width: 36px;
|
|
2676
|
+
background: transparent;
|
|
2677
|
+
}
|
|
2678
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2679
|
+
box-shadow: none;
|
|
2680
|
+
}
|
|
2681
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2682
|
+
margin-right: 0;
|
|
2683
|
+
width: initial;
|
|
2684
|
+
box-shadow: none;
|
|
2685
|
+
}
|
|
2686
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2687
|
+
display: none;
|
|
2778
2688
|
}
|
|
2779
|
-
.
|
|
2780
|
-
|
|
2689
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2690
|
+
display: inline;
|
|
2781
2691
|
}
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2692
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2693
|
+
display: inline;
|
|
2694
|
+
margin-right: 8px;
|
|
2695
|
+
padding: 0;
|
|
2696
|
+
width: 36px;
|
|
2786
2697
|
}
|
|
2787
2698
|
|
|
2788
|
-
.
|
|
2789
|
-
|
|
2790
|
-
|
|
2699
|
+
.i1mrf09m {
|
|
2700
|
+
display: inline-flex;
|
|
2701
|
+
align-items: center;
|
|
2791
2702
|
}
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2703
|
+
.i1mrf09m .icon-inner {
|
|
2704
|
+
display: inline-flex;
|
|
2705
|
+
align-items: center;
|
|
2706
|
+
justify-content: center;
|
|
2796
2707
|
}
|
|
2797
|
-
|
|
2798
|
-
.
|
|
2799
|
-
|
|
2800
|
-
border-bottom-left-radius: 0;
|
|
2708
|
+
.i1mrf09m .icon-inner + span,
|
|
2709
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2710
|
+
margin-left: 4px;
|
|
2801
2711
|
}
|
|
2802
|
-
|
|
2803
|
-
.
|
|
2804
|
-
|
|
2805
|
-
border-bottom-right-radius: 0;
|
|
2712
|
+
.i1mrf09m.is-rotate img,
|
|
2713
|
+
.i1mrf09m.is-rotate svg {
|
|
2714
|
+
animation: rotate 680ms linear infinite;
|
|
2806
2715
|
}
|
|
2807
2716
|
|
|
2808
|
-
.
|
|
2809
|
-
|
|
2810
|
-
|
|
2717
|
+
.iap75of {
|
|
2718
|
+
height: 18px;
|
|
2719
|
+
line-height: 18px;
|
|
2720
|
+
padding: 0 4px;
|
|
2721
|
+
border-radius: 4px;
|
|
2722
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2723
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2724
|
+
display: flex;
|
|
2725
|
+
align-items: center;
|
|
2726
|
+
white-space: nowrap;
|
|
2727
|
+
margin-right: 4px;
|
|
2811
2728
|
}
|
|
2812
2729
|
|
|
2813
2730
|
.s34f1qb.ant-switch {
|
|
@@ -2865,6 +2782,89 @@ input.rrg1fkn.ant-input {
|
|
|
2865
2782
|
margin-left: 5px;
|
|
2866
2783
|
}
|
|
2867
2784
|
|
|
2785
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2786
|
+
flex-direction: row;
|
|
2787
|
+
justify-content: stretch;
|
|
2788
|
+
}
|
|
2789
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2790
|
+
padding: 0;
|
|
2791
|
+
margin-right: 4px;
|
|
2792
|
+
flex: 1;
|
|
2793
|
+
overflow: visible;
|
|
2794
|
+
}
|
|
2795
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2796
|
+
display: none;
|
|
2797
|
+
}
|
|
2798
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2799
|
+
width: 100%;
|
|
2800
|
+
min-height: unset;
|
|
2801
|
+
}
|
|
2802
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2803
|
+
height: 26px;
|
|
2804
|
+
line-height: 26px;
|
|
2805
|
+
width: 100%;
|
|
2806
|
+
text-align: center;
|
|
2807
|
+
padding: 0;
|
|
2808
|
+
font-size: 12px;
|
|
2809
|
+
font-weight: normal;
|
|
2810
|
+
}
|
|
2811
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2812
|
+
margin-right: 10px;
|
|
2813
|
+
}
|
|
2814
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2815
|
+
display: none;
|
|
2816
|
+
}
|
|
2817
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2818
|
+
border-radius: 4px 0 0 4px;
|
|
2819
|
+
}
|
|
2820
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2821
|
+
margin-right: 0;
|
|
2822
|
+
}
|
|
2823
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2824
|
+
border-radius: 0 4px 4px 0;
|
|
2825
|
+
}
|
|
2826
|
+
.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 {
|
|
2827
|
+
content: "";
|
|
2828
|
+
width: 0;
|
|
2829
|
+
height: 0;
|
|
2830
|
+
border: 13px solid transparent;
|
|
2831
|
+
position: absolute;
|
|
2832
|
+
top: 0;
|
|
2833
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2834
|
+
right: -21px;
|
|
2835
|
+
z-index: 2;
|
|
2836
|
+
}
|
|
2837
|
+
.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 {
|
|
2838
|
+
content: "";
|
|
2839
|
+
width: 0;
|
|
2840
|
+
height: 0;
|
|
2841
|
+
border: 13px solid transparent;
|
|
2842
|
+
position: absolute;
|
|
2843
|
+
top: 0;
|
|
2844
|
+
border-left: 8px solid #fff;
|
|
2845
|
+
left: 0;
|
|
2846
|
+
}
|
|
2847
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2848
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2849
|
+
}
|
|
2850
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2851
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2852
|
+
}
|
|
2853
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2854
|
+
color: #005ed1;
|
|
2855
|
+
}
|
|
2856
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2857
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2858
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2859
|
+
}
|
|
2860
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2861
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2862
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2863
|
+
}
|
|
2864
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2865
|
+
padding: 0;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
2868
|
.t1upn1sz {
|
|
2869
2869
|
height: 100%;
|
|
2870
2870
|
}
|
|
@@ -3855,14 +3855,8 @@ input.rrg1fkn.ant-input {
|
|
|
3855
3855
|
margin-left: 24px;
|
|
3856
3856
|
}
|
|
3857
3857
|
|
|
3858
|
-
.
|
|
3859
|
-
|
|
3860
|
-
width: 56px !important;
|
|
3861
|
-
margin-right: 4px;
|
|
3862
|
-
}
|
|
3863
|
-
|
|
3864
|
-
.c1riexje {
|
|
3865
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3858
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3859
|
+
display: flex;
|
|
3866
3860
|
}
|
|
3867
3861
|
|
|
3868
3862
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -3920,8 +3914,14 @@ input.rrg1fkn.ant-input {
|
|
|
3920
3914
|
transform: rotate(180deg);
|
|
3921
3915
|
}
|
|
3922
3916
|
|
|
3923
|
-
.
|
|
3924
|
-
|
|
3917
|
+
.igz4le8 {
|
|
3918
|
+
height: 24px;
|
|
3919
|
+
width: 56px !important;
|
|
3920
|
+
margin-right: 4px;
|
|
3921
|
+
}
|
|
3922
|
+
|
|
3923
|
+
.c1riexje {
|
|
3924
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3925
3925
|
}
|
|
3926
3926
|
|
|
3927
3927
|
.m1thnes4 {
|
|
@@ -4115,6 +4115,52 @@ input.rrg1fkn.ant-input {
|
|
|
4115
4115
|
background: rgba(163, 180, 204, 0.18);
|
|
4116
4116
|
}
|
|
4117
4117
|
|
|
4118
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4119
|
+
display: var(--at4ovwe-0);
|
|
4120
|
+
}
|
|
4121
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4122
|
+
padding: 5px 12px;
|
|
4123
|
+
display: inline-flex;
|
|
4124
|
+
line-height: 1.5715;
|
|
4125
|
+
height: 100%;
|
|
4126
|
+
width: 100%;
|
|
4127
|
+
}
|
|
4128
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4129
|
+
content: var(--at4ovwe-1);
|
|
4130
|
+
display: var(--at4ovwe-2);
|
|
4131
|
+
flex: none;
|
|
4132
|
+
align-items: center;
|
|
4133
|
+
margin-left: 4px;
|
|
4134
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4135
|
+
}
|
|
4136
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4137
|
+
content: var(--at4ovwe-3);
|
|
4138
|
+
display: var(--at4ovwe-4);
|
|
4139
|
+
flex: none;
|
|
4140
|
+
align-items: center;
|
|
4141
|
+
margin-right: 4px;
|
|
4142
|
+
cursor: auto;
|
|
4143
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4144
|
+
}
|
|
4145
|
+
.at4ovwe.ant-input-number {
|
|
4146
|
+
width: 100%;
|
|
4147
|
+
border-radius: 6px;
|
|
4148
|
+
}
|
|
4149
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4150
|
+
border-color: #0096ff;
|
|
4151
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4152
|
+
}
|
|
4153
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4154
|
+
border-color: #e75a3a;
|
|
4155
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4156
|
+
}
|
|
4157
|
+
.at4ovwe .ant-input-number-input {
|
|
4158
|
+
padding: 0;
|
|
4159
|
+
margin: 0;
|
|
4160
|
+
height: auto;
|
|
4161
|
+
font-size: inherit;
|
|
4162
|
+
}
|
|
4163
|
+
|
|
4118
4164
|
.tc40oxa {
|
|
4119
4165
|
margin-bottom: 4px;
|
|
4120
4166
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4311,52 +4357,6 @@ input.rrg1fkn.ant-input {
|
|
|
4311
4357
|
margin-right: 8px;
|
|
4312
4358
|
}
|
|
4313
4359
|
|
|
4314
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4315
|
-
display: var(--at4ovwe-0);
|
|
4316
|
-
}
|
|
4317
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4318
|
-
padding: 5px 12px;
|
|
4319
|
-
display: inline-flex;
|
|
4320
|
-
line-height: 1.5715;
|
|
4321
|
-
height: 100%;
|
|
4322
|
-
width: 100%;
|
|
4323
|
-
}
|
|
4324
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4325
|
-
content: var(--at4ovwe-1);
|
|
4326
|
-
display: var(--at4ovwe-2);
|
|
4327
|
-
flex: none;
|
|
4328
|
-
align-items: center;
|
|
4329
|
-
margin-left: 4px;
|
|
4330
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4331
|
-
}
|
|
4332
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4333
|
-
content: var(--at4ovwe-3);
|
|
4334
|
-
display: var(--at4ovwe-4);
|
|
4335
|
-
flex: none;
|
|
4336
|
-
align-items: center;
|
|
4337
|
-
margin-right: 4px;
|
|
4338
|
-
cursor: auto;
|
|
4339
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4340
|
-
}
|
|
4341
|
-
.at4ovwe.ant-input-number {
|
|
4342
|
-
width: 100%;
|
|
4343
|
-
border-radius: 6px;
|
|
4344
|
-
}
|
|
4345
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4346
|
-
border-color: #0096ff;
|
|
4347
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4348
|
-
}
|
|
4349
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4350
|
-
border-color: #e75a3a;
|
|
4351
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4352
|
-
}
|
|
4353
|
-
.at4ovwe .ant-input-number-input {
|
|
4354
|
-
padding: 0;
|
|
4355
|
-
margin: 0;
|
|
4356
|
-
height: auto;
|
|
4357
|
-
font-size: inherit;
|
|
4358
|
-
}
|
|
4359
|
-
|
|
4360
4360
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4361
4361
|
display: var(--a6dbbkm-0);
|
|
4362
4362
|
}
|