@cloudtower/eagle 0.22.5 → 0.22.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/esm/index.js +336 -203
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +6 -1
- package/dist/style.css +962 -979
- package/dist/umd/index.js +334 -200
- package/dist/umd/stats1.html +1 -1
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -723,23 +723,6 @@ body {
|
|
|
723
723
|
display: none;
|
|
724
724
|
}
|
|
725
725
|
|
|
726
|
-
body {
|
|
727
|
-
font-feature-settings: normal;
|
|
728
|
-
-webkit-font-feature-settings: normal;
|
|
729
|
-
font-variant: normal;
|
|
730
|
-
min-width: 1280px;
|
|
731
|
-
overflow: hidden;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
p {
|
|
735
|
-
margin: 0;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
#root {
|
|
739
|
-
width: 100vw;
|
|
740
|
-
overflow-x: auto;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
726
|
.disable-select {
|
|
744
727
|
-webkit-touch-callout: none;
|
|
745
728
|
-webkit-user-select: none;
|
|
@@ -1614,6 +1597,21 @@ input[type=submit] {
|
|
|
1614
1597
|
cursor: pointer;
|
|
1615
1598
|
}
|
|
1616
1599
|
|
|
1600
|
+
.fde5mpd {
|
|
1601
|
+
width: 100%;
|
|
1602
|
+
height: 100%;
|
|
1603
|
+
min-height: 124px;
|
|
1604
|
+
display: flex;
|
|
1605
|
+
flex-direction: column;
|
|
1606
|
+
justify-content: center;
|
|
1607
|
+
align-items: center;
|
|
1608
|
+
}
|
|
1609
|
+
.fde5mpd .error-text {
|
|
1610
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
+
margin-bottom: 16px;
|
|
1612
|
+
font-size: 18px;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1617
1615
|
.i1mrf09m {
|
|
1618
1616
|
display: inline-flex;
|
|
1619
1617
|
align-items: center;
|
|
@@ -1640,521 +1638,360 @@ input[type=submit] {
|
|
|
1640
1638
|
position: absolute;
|
|
1641
1639
|
}
|
|
1642
1640
|
|
|
1643
|
-
.
|
|
1644
|
-
height:
|
|
1645
|
-
border-radius: 6px;
|
|
1646
|
-
line-height: 22px;
|
|
1647
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1648
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1641
|
+
.t1upn1sz {
|
|
1642
|
+
height: 100%;
|
|
1649
1643
|
}
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1644
|
+
|
|
1645
|
+
.tta5kd2 {
|
|
1646
|
+
height: 100%;
|
|
1653
1647
|
}
|
|
1654
|
-
.
|
|
1655
|
-
|
|
1656
|
-
|
|
1648
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
1649
|
+
overflow: visible !important;
|
|
1650
|
+
height: 100%;
|
|
1657
1651
|
}
|
|
1658
|
-
.
|
|
1659
|
-
|
|
1652
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
1653
|
+
height: 100%;
|
|
1660
1654
|
}
|
|
1661
|
-
.
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
background: var(--background-color, #fff);
|
|
1665
|
-
border-width: var(--border-width, 1px);
|
|
1666
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1655
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
1656
|
+
width: 100% !important;
|
|
1657
|
+
height: 100%;
|
|
1667
1658
|
}
|
|
1668
|
-
.
|
|
1659
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
1660
|
+
padding: 15px 0;
|
|
1661
|
+
}
|
|
1662
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
1669
1663
|
display: none;
|
|
1670
1664
|
}
|
|
1671
|
-
.
|
|
1672
|
-
|
|
1665
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
1666
|
+
font-weight: 700;
|
|
1673
1667
|
}
|
|
1674
|
-
.
|
|
1675
|
-
|
|
1676
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1668
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
1669
|
+
font-weight: 700;
|
|
1677
1670
|
}
|
|
1678
|
-
.
|
|
1679
|
-
|
|
1680
|
-
--transY: 1px;
|
|
1681
|
-
background: var(--background-color-active, var(--background-color));
|
|
1682
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1671
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
1672
|
+
height: 100%;
|
|
1683
1673
|
}
|
|
1684
|
-
.
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1674
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
1675
|
+
height: 100%;
|
|
1676
|
+
overflow: visible;
|
|
1688
1677
|
}
|
|
1689
|
-
.
|
|
1690
|
-
|
|
1691
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
1692
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1693
|
-
opacity: 0.5;
|
|
1678
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
1679
|
+
max-height: none;
|
|
1694
1680
|
}
|
|
1695
|
-
.
|
|
1696
|
-
|
|
1697
|
-
|
|
1681
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
1682
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
1683
|
+
display: none;
|
|
1698
1684
|
}
|
|
1699
|
-
.
|
|
1700
|
-
|
|
1701
|
-
--font-weight: bold;
|
|
1702
|
-
--border-width: 0;
|
|
1703
|
-
--background-color: #0080ff;
|
|
1704
|
-
--background-color-hover: #009dff;
|
|
1705
|
-
--background-color-active: #005ed1;
|
|
1706
|
-
--background-color-focus: #0080ff;
|
|
1707
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1685
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
1686
|
+
background: transparent;
|
|
1708
1687
|
}
|
|
1709
|
-
.
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
--background-color-focus: #ff5252;
|
|
1714
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1688
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
1689
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
1690
|
+
background: #fff;
|
|
1691
|
+
padding: 0 !important;
|
|
1715
1692
|
}
|
|
1716
|
-
.
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1693
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
1694
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
1695
|
+
display: flex;
|
|
1696
|
+
align-items: center;
|
|
1697
|
+
height: 100%;
|
|
1698
|
+
padding: 8px;
|
|
1721
1699
|
}
|
|
1722
|
-
.
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1728
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1729
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1730
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1700
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
1701
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
1702
|
+
overflow: hidden;
|
|
1703
|
+
text-overflow: ellipsis;
|
|
1704
|
+
width: 100%;
|
|
1731
1705
|
}
|
|
1732
|
-
.
|
|
1733
|
-
|
|
1734
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
1735
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1736
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1737
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1738
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1706
|
+
.tta5kd2 .ant-table-container {
|
|
1707
|
+
height: 100%;
|
|
1739
1708
|
}
|
|
1740
|
-
.
|
|
1741
|
-
|
|
1742
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
1743
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1744
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1745
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1709
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
1710
|
+
box-shadow: none !important;
|
|
1746
1711
|
}
|
|
1747
|
-
.
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1712
|
+
.tta5kd2 .ant-table {
|
|
1713
|
+
border-radius: 0px;
|
|
1714
|
+
border-left: none;
|
|
1715
|
+
border-right: none;
|
|
1716
|
+
border-bottom: none;
|
|
1717
|
+
height: 100%;
|
|
1718
|
+
font-size: 12px;
|
|
1719
|
+
background: transparent;
|
|
1754
1720
|
}
|
|
1755
|
-
.
|
|
1756
|
-
|
|
1721
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
1722
|
+
position: relative;
|
|
1723
|
+
z-index: 3;
|
|
1724
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
1725
|
+
margin-bottom: -1px;
|
|
1757
1726
|
}
|
|
1758
|
-
.
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1727
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
1728
|
+
.tta5kd2 .ant-table .value {
|
|
1729
|
+
color: #2d3a56;
|
|
1762
1730
|
}
|
|
1763
|
-
.
|
|
1764
|
-
|
|
1731
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
1732
|
+
.tta5kd2 .ant-table .unit {
|
|
1733
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1765
1734
|
}
|
|
1766
|
-
.
|
|
1767
|
-
|
|
1768
|
-
--background-color: #fff;
|
|
1735
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
1736
|
+
text-align: center;
|
|
1769
1737
|
}
|
|
1770
|
-
.
|
|
1771
|
-
|
|
1738
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
1739
|
+
background: #fff;
|
|
1772
1740
|
}
|
|
1773
|
-
.
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1780
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1741
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
1742
|
+
cursor: pointer;
|
|
1743
|
+
position: absolute;
|
|
1744
|
+
top: 50%;
|
|
1745
|
+
right: 12px;
|
|
1746
|
+
transform: translateY(-50%);
|
|
1781
1747
|
}
|
|
1782
|
-
.
|
|
1783
|
-
box-shadow:
|
|
1748
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
1749
|
+
box-shadow: none;
|
|
1750
|
+
width: 1px;
|
|
1751
|
+
background: rgba(213, 219, 227, 0.6);
|
|
1784
1752
|
}
|
|
1785
|
-
.
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
--background-color-hover: linear-gradient(
|
|
1790
|
-
0deg,
|
|
1791
|
-
rgba(0, 136, 255, 0.16),
|
|
1792
|
-
rgba(0, 136, 255, 0.16)
|
|
1793
|
-
),
|
|
1794
|
-
#ffffff;
|
|
1795
|
-
--background-color-active: linear-gradient(
|
|
1796
|
-
0deg,
|
|
1797
|
-
rgba(0, 136, 255, 0.2),
|
|
1798
|
-
rgba(0, 136, 255, 0.2)
|
|
1799
|
-
),
|
|
1800
|
-
#ffffff;
|
|
1801
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1802
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1753
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
1754
|
+
box-shadow: none;
|
|
1755
|
+
width: 1px;
|
|
1756
|
+
background: rgba(213, 219, 227, 0.6);
|
|
1803
1757
|
}
|
|
1804
|
-
.
|
|
1805
|
-
|
|
1806
|
-
--border-color: #f0483e;
|
|
1807
|
-
--background-color: #fff;
|
|
1808
|
-
--background-color-hover: linear-gradient(
|
|
1809
|
-
0deg,
|
|
1810
|
-
rgba(255, 74, 74, 0.16),
|
|
1811
|
-
rgba(255, 74, 74, 0.16)
|
|
1812
|
-
),
|
|
1813
|
-
#ffffff;
|
|
1814
|
-
--background-color-active: linear-gradient(
|
|
1815
|
-
0deg,
|
|
1816
|
-
rgba(255, 74, 74, 0.2),
|
|
1817
|
-
rgba(255, 74, 74, 0.2)
|
|
1818
|
-
),
|
|
1819
|
-
#ffffff;
|
|
1820
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1821
|
-
}
|
|
1822
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
1823
|
-
--color: #1d326c;
|
|
1824
|
-
--border-color: #fff;
|
|
1825
|
-
--background-color: #fff;
|
|
1826
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1827
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1828
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1829
|
-
box-shadow: none;
|
|
1758
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
1759
|
+
position: relative;
|
|
1830
1760
|
}
|
|
1831
|
-
.
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
box-shadow: none;
|
|
1761
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
1762
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1763
|
+
border-bottom: 1px solid white;
|
|
1764
|
+
height: 40px;
|
|
1765
|
+
vertical-align: middle;
|
|
1766
|
+
transition: background 0ms;
|
|
1767
|
+
color: #00122e;
|
|
1839
1768
|
}
|
|
1840
|
-
.
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1844
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1769
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
1770
|
+
background: #f2f5fa;
|
|
1771
|
+
border-bottom-color: #f2f5fa;
|
|
1845
1772
|
}
|
|
1846
|
-
.
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1773
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
1774
|
+
height: auto;
|
|
1775
|
+
color: #00122e;
|
|
1776
|
+
font-size: 12px;
|
|
1777
|
+
text-align: left;
|
|
1778
|
+
transition: none;
|
|
1779
|
+
overflow: hidden;
|
|
1780
|
+
text-overflow: ellipsis;
|
|
1781
|
+
white-space: nowrap;
|
|
1855
1782
|
}
|
|
1856
|
-
.
|
|
1857
|
-
|
|
1858
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1859
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1860
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1783
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
1784
|
+
color: #0096ff;
|
|
1861
1785
|
}
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
--background-color-focus: #fff;
|
|
1868
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1786
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
1787
|
+
overflow: hidden;
|
|
1788
|
+
text-overflow: ellipsis;
|
|
1789
|
+
width: 100%;
|
|
1790
|
+
vertical-align: middle;
|
|
1869
1791
|
}
|
|
1870
|
-
.
|
|
1871
|
-
|
|
1872
|
-
align-items: center;
|
|
1792
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
1793
|
+
line-height: 0px;
|
|
1873
1794
|
}
|
|
1874
|
-
.
|
|
1875
|
-
|
|
1876
|
-
display: inline-flex;
|
|
1795
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
1796
|
+
border-top-color: transparent;
|
|
1877
1797
|
}
|
|
1878
|
-
.
|
|
1879
|
-
|
|
1880
|
-
|
|
1798
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
1799
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1800
|
+
border-color: transparent transparent white;
|
|
1881
1801
|
}
|
|
1882
|
-
.
|
|
1883
|
-
|
|
1884
|
-
vertical-align: bottom;
|
|
1802
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
1803
|
+
border-radius: 8px 0 0 8px;
|
|
1885
1804
|
}
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
padding: 0;
|
|
1805
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
1806
|
+
border-radius: 8px 0 0 8px;
|
|
1889
1807
|
}
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1808
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
1809
|
+
content: "";
|
|
1810
|
+
width: 4px;
|
|
1811
|
+
top: -1px;
|
|
1812
|
+
bottom: -1px;
|
|
1813
|
+
background: white;
|
|
1894
1814
|
}
|
|
1895
|
-
.
|
|
1896
|
-
|
|
1897
|
-
margin-right: 4px;
|
|
1898
|
-
flex: 1;
|
|
1899
|
-
overflow: visible;
|
|
1815
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
1816
|
+
border-radius: 0 8px 8px 0;
|
|
1900
1817
|
}
|
|
1901
|
-
.
|
|
1902
|
-
|
|
1818
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
1819
|
+
border-radius: 0;
|
|
1820
|
+
background: white;
|
|
1821
|
+
border-top: none;
|
|
1903
1822
|
}
|
|
1904
|
-
.
|
|
1905
|
-
|
|
1906
|
-
|
|
1823
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
1824
|
+
border-top: 1px solid transparent;
|
|
1825
|
+
border-radius: 0 8px 8px 0;
|
|
1826
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1907
1827
|
}
|
|
1908
|
-
.
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
width: 100%;
|
|
1912
|
-
text-align: center;
|
|
1913
|
-
padding: 0;
|
|
1914
|
-
font-size: 12px;
|
|
1915
|
-
font-weight: normal;
|
|
1828
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
1829
|
+
background: white;
|
|
1830
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1916
1831
|
}
|
|
1917
|
-
.
|
|
1918
|
-
|
|
1832
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
1833
|
+
display: flex;
|
|
1834
|
+
align-items: center;
|
|
1835
|
+
height: 100%;
|
|
1836
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1919
1837
|
}
|
|
1920
|
-
.
|
|
1921
|
-
|
|
1838
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
1839
|
+
background: white;
|
|
1840
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1922
1841
|
}
|
|
1923
|
-
.
|
|
1924
|
-
|
|
1842
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
1843
|
+
display: flex;
|
|
1844
|
+
align-items: center;
|
|
1845
|
+
height: 100%;
|
|
1846
|
+
background: rgba(225, 230, 241, 0.6);
|
|
1925
1847
|
}
|
|
1926
|
-
.
|
|
1927
|
-
|
|
1848
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
1849
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
1928
1850
|
}
|
|
1929
|
-
.
|
|
1930
|
-
|
|
1851
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
1852
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
1853
|
+
border-radius: 8px;
|
|
1931
1854
|
}
|
|
1932
|
-
.
|
|
1933
|
-
|
|
1934
|
-
width: 0;
|
|
1935
|
-
height: 0;
|
|
1936
|
-
border: 13px solid transparent;
|
|
1937
|
-
position: absolute;
|
|
1938
|
-
top: 0;
|
|
1939
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1940
|
-
right: -21px;
|
|
1941
|
-
z-index: 2;
|
|
1855
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
1856
|
+
border-top-color: white;
|
|
1942
1857
|
}
|
|
1943
|
-
.
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
border: 13px solid transparent;
|
|
1948
|
-
position: absolute;
|
|
1949
|
-
top: 0;
|
|
1950
|
-
border-left: 8px solid #fff;
|
|
1951
|
-
left: 0;
|
|
1858
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
1859
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1860
|
+
border-bottom-color: transparent;
|
|
1861
|
+
border-top-color: transparent;
|
|
1952
1862
|
}
|
|
1953
|
-
.
|
|
1954
|
-
|
|
1863
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
1864
|
+
border-radius: 8px 0 0 8px;
|
|
1955
1865
|
}
|
|
1956
|
-
.
|
|
1957
|
-
border-
|
|
1866
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
1867
|
+
border-radius: 0 8px 8px 0;
|
|
1958
1868
|
}
|
|
1959
|
-
.
|
|
1960
|
-
|
|
1869
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
1870
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1961
1871
|
}
|
|
1962
|
-
.
|
|
1963
|
-
|
|
1964
|
-
|
|
1872
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
1873
|
+
background: #fff;
|
|
1874
|
+
font-weight: 400;
|
|
1875
|
+
position: relative;
|
|
1876
|
+
border-bottom: none;
|
|
1877
|
+
color: #00122e;
|
|
1878
|
+
transition: none;
|
|
1879
|
+
padding: 15px 8px 15px 8px;
|
|
1965
1880
|
}
|
|
1966
|
-
.
|
|
1967
|
-
|
|
1968
|
-
|
|
1881
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
1882
|
+
content: "";
|
|
1883
|
+
width: 1px;
|
|
1884
|
+
top: 0;
|
|
1885
|
+
bottom: 0;
|
|
1886
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1887
|
+
position: absolute;
|
|
1888
|
+
right: 0;
|
|
1969
1889
|
}
|
|
1970
|
-
.
|
|
1971
|
-
padding:
|
|
1890
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
1891
|
+
padding: unset;
|
|
1972
1892
|
}
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
padding: 4px 11px;
|
|
1893
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
1894
|
+
display: none;
|
|
1976
1895
|
}
|
|
1977
|
-
|
|
1978
|
-
|
|
1896
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
1897
|
+
width: 100%;
|
|
1898
|
+
overflow: hidden;
|
|
1979
1899
|
white-space: nowrap;
|
|
1980
|
-
|
|
1981
|
-
}
|
|
1982
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1983
|
-
--color: #0080ff;
|
|
1900
|
+
text-overflow: ellipsis;
|
|
1984
1901
|
}
|
|
1985
|
-
.
|
|
1986
|
-
|
|
1902
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
1903
|
+
overflow: hidden;
|
|
1904
|
+
text-overflow: ellipsis;
|
|
1987
1905
|
}
|
|
1988
|
-
.
|
|
1989
|
-
|
|
1990
|
-
}
|
|
1991
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1992
|
-
border-top-right-radius: 0;
|
|
1993
|
-
border-bottom-right-radius: 0;
|
|
1994
|
-
}
|
|
1995
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1996
|
-
border-top-left-radius: 0;
|
|
1997
|
-
border-bottom-left-radius: 0;
|
|
1998
|
-
}
|
|
1999
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2000
|
-
border-radius: unset;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
.fde5mpd {
|
|
2004
|
-
width: 100%;
|
|
2005
|
-
height: 100%;
|
|
2006
|
-
min-height: 124px;
|
|
2007
|
-
display: flex;
|
|
2008
|
-
flex-direction: column;
|
|
2009
|
-
justify-content: center;
|
|
2010
|
-
align-items: center;
|
|
2011
|
-
}
|
|
2012
|
-
.fde5mpd .error-text {
|
|
2013
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2014
|
-
margin-bottom: 16px;
|
|
2015
|
-
font-size: 18px;
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2019
|
-
display: inline-flex;
|
|
2020
|
-
align-items: baseline;
|
|
2021
|
-
white-space: pre-wrap;
|
|
2022
|
-
}
|
|
2023
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2024
|
-
position: relative;
|
|
2025
|
-
top: 3px;
|
|
2026
|
-
}
|
|
2027
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2028
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2029
|
-
}
|
|
2030
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2031
|
-
border-color: #0080ff;
|
|
2032
|
-
}
|
|
2033
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2034
|
-
border-color: #0080ff;
|
|
2035
|
-
background: #0080ff;
|
|
2036
|
-
}
|
|
2037
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2038
|
-
top: 4px;
|
|
2039
|
-
left: 4px;
|
|
2040
|
-
width: 6px;
|
|
2041
|
-
height: 6px;
|
|
2042
|
-
background: #fff;
|
|
2043
|
-
}
|
|
2044
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2045
|
-
opacity: 0.5;
|
|
2046
|
-
}
|
|
2047
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2048
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2049
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2050
|
-
}
|
|
2051
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2052
|
-
background: #00122e;
|
|
2053
|
-
}
|
|
2054
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2055
|
-
color: #00122e;
|
|
2056
|
-
opacity: 0.5;
|
|
2057
|
-
}
|
|
2058
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2059
|
-
color: #00122e;
|
|
1906
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
1907
|
+
padding: 15px 28px 15px 8px;
|
|
2060
1908
|
}
|
|
2061
|
-
.
|
|
2062
|
-
display: inline-block;
|
|
1909
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
2063
1910
|
padding: 0;
|
|
2064
|
-
padding-left: 12px;
|
|
2065
|
-
}
|
|
2066
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2067
|
-
margin-bottom: 0;
|
|
2068
|
-
white-space: pre-wrap;
|
|
2069
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2070
|
-
}
|
|
2071
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2072
|
-
padding-left: 8px;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2076
|
-
border-radius: 5px 0 0 5px;
|
|
2077
|
-
}
|
|
2078
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2079
|
-
border-radius: 0 5px 5px 0;
|
|
2080
1911
|
}
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
1912
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
1913
|
+
position: absolute;
|
|
1914
|
+
right: 10px;
|
|
1915
|
+
top: 50%;
|
|
1916
|
+
transform: translateY(-50%);
|
|
1917
|
+
height: 16px;
|
|
1918
|
+
display: none;
|
|
1919
|
+
transition: transform 320ms ease;
|
|
2085
1920
|
}
|
|
2086
|
-
.
|
|
2087
|
-
|
|
2088
|
-
|
|
1921
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
1922
|
+
display: block;
|
|
1923
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2089
1924
|
}
|
|
2090
|
-
.
|
|
2091
|
-
|
|
2092
|
-
line-height: 32px;
|
|
2093
|
-
height: 32px;
|
|
1925
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
1926
|
+
display: block;
|
|
2094
1927
|
}
|
|
2095
|
-
.
|
|
2096
|
-
|
|
1928
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
1929
|
+
display: none;
|
|
2097
1930
|
}
|
|
2098
|
-
.
|
|
2099
|
-
|
|
1931
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
1932
|
+
transform: translateY(-50%);
|
|
2100
1933
|
}
|
|
2101
|
-
.
|
|
2102
|
-
|
|
1934
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
1935
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2103
1936
|
}
|
|
2104
|
-
.
|
|
2105
|
-
background: #
|
|
2106
|
-
opacity: 0.5;
|
|
1937
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
1938
|
+
background: #f2f5fa;
|
|
2107
1939
|
}
|
|
2108
|
-
.
|
|
2109
|
-
|
|
1940
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
1941
|
+
display: block;
|
|
2110
1942
|
}
|
|
2111
|
-
.
|
|
2112
|
-
|
|
1943
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
1944
|
+
padding: 0 !important;
|
|
2113
1945
|
}
|
|
2114
|
-
.
|
|
2115
|
-
|
|
1946
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
1947
|
+
position: absolute;
|
|
1948
|
+
left: 50%;
|
|
1949
|
+
top: 50%;
|
|
1950
|
+
transform: translate(-50%, -50%);
|
|
2116
1951
|
}
|
|
2117
|
-
.
|
|
2118
|
-
|
|
2119
|
-
border-color: #ccd4e3;
|
|
2120
|
-
opacity: 0.5;
|
|
1952
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
1953
|
+
display: none;
|
|
2121
1954
|
}
|
|
2122
|
-
.
|
|
2123
|
-
|
|
2124
|
-
border-color: #ccd4e3;
|
|
1955
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
1956
|
+
background: #fff;
|
|
2125
1957
|
}
|
|
2126
|
-
.
|
|
2127
|
-
|
|
2128
|
-
border-color: #ccd4e3;
|
|
2129
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1958
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
1959
|
+
background: inherit;
|
|
2130
1960
|
}
|
|
2131
|
-
.
|
|
2132
|
-
|
|
2133
|
-
display: inline;
|
|
1961
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
1962
|
+
position: static;
|
|
2134
1963
|
border: none;
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
1964
|
+
background: inherit !important;
|
|
1965
|
+
height: 100px;
|
|
1966
|
+
vertical-align: middle;
|
|
2138
1967
|
}
|
|
2139
|
-
.
|
|
2140
|
-
|
|
1968
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
1969
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
1970
|
+
font-weight: bold;
|
|
1971
|
+
font-size: 20px;
|
|
1972
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2141
1973
|
}
|
|
2142
|
-
.
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
1974
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
1975
|
+
padding: 0 !important;
|
|
1976
|
+
position: relative;
|
|
1977
|
+
background: #fff;
|
|
2146
1978
|
}
|
|
2147
|
-
.
|
|
2148
|
-
|
|
1979
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
1980
|
+
height: 100%;
|
|
1981
|
+
display: flex;
|
|
1982
|
+
align-items: center;
|
|
1983
|
+
justify-content: flex-end;
|
|
1984
|
+
padding-right: 8px;
|
|
2149
1985
|
}
|
|
2150
|
-
.
|
|
2151
|
-
|
|
1986
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
1987
|
+
width: 24px;
|
|
1988
|
+
height: 24px;
|
|
1989
|
+
cursor: pointer;
|
|
1990
|
+
justify-content: center;
|
|
1991
|
+
border-radius: 4px;
|
|
2152
1992
|
}
|
|
2153
|
-
.
|
|
2154
|
-
|
|
2155
|
-
margin-right: 8px;
|
|
2156
|
-
padding: 0;
|
|
2157
|
-
width: 36px;
|
|
1993
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
1994
|
+
background: #fff;
|
|
2158
1995
|
}
|
|
2159
1996
|
|
|
2160
1997
|
.cz04yix {
|
|
@@ -2822,491 +2659,637 @@ input.rrg1fkn.ant-input {
|
|
|
2822
2659
|
border-bottom-left-radius: 0;
|
|
2823
2660
|
}
|
|
2824
2661
|
|
|
2825
|
-
.
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
.oa3mx0o {
|
|
2830
|
-
display: flex;
|
|
2831
|
-
flex-direction: column;
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
.onr9gzt {
|
|
2835
|
-
display: flex;
|
|
2836
|
-
justify-content: space-between;
|
|
2662
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2663
|
+
display: inline-flex;
|
|
2664
|
+
align-items: baseline;
|
|
2665
|
+
white-space: pre-wrap;
|
|
2837
2666
|
}
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2667
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2668
|
+
position: relative;
|
|
2669
|
+
top: 3px;
|
|
2842
2670
|
}
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
min-width: 40px;
|
|
2846
|
-
height: 24px;
|
|
2847
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2848
|
-
overflow: hidden;
|
|
2671
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2672
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2849
2673
|
}
|
|
2850
|
-
.
|
|
2851
|
-
|
|
2674
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2675
|
+
border-color: #0080ff;
|
|
2852
2676
|
}
|
|
2853
|
-
.
|
|
2854
|
-
|
|
2855
|
-
|
|
2677
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2678
|
+
border-color: #0080ff;
|
|
2679
|
+
background: #0080ff;
|
|
2856
2680
|
}
|
|
2857
|
-
.
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
width: 20px;
|
|
2681
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2682
|
+
top: 4px;
|
|
2683
|
+
left: 4px;
|
|
2684
|
+
width: 6px;
|
|
2685
|
+
height: 6px;
|
|
2686
|
+
background: #fff;
|
|
2864
2687
|
}
|
|
2865
|
-
.
|
|
2866
|
-
|
|
2867
|
-
transition-delay: 120ms;
|
|
2688
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2689
|
+
opacity: 0.5;
|
|
2868
2690
|
}
|
|
2869
|
-
.
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
top: 1px;
|
|
2873
|
-
left: 1px;
|
|
2691
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2692
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2693
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2874
2694
|
}
|
|
2875
|
-
.
|
|
2876
|
-
|
|
2877
|
-
width: 28px;
|
|
2695
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2696
|
+
background: #00122e;
|
|
2878
2697
|
}
|
|
2879
|
-
.
|
|
2880
|
-
|
|
2698
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2699
|
+
color: #00122e;
|
|
2700
|
+
opacity: 0.5;
|
|
2881
2701
|
}
|
|
2882
|
-
.
|
|
2883
|
-
|
|
2702
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2703
|
+
color: #00122e;
|
|
2884
2704
|
}
|
|
2885
|
-
.
|
|
2886
|
-
|
|
2705
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2706
|
+
display: inline-block;
|
|
2707
|
+
padding: 0;
|
|
2708
|
+
padding-left: 12px;
|
|
2887
2709
|
}
|
|
2888
|
-
.
|
|
2889
|
-
|
|
2710
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2711
|
+
margin-bottom: 0;
|
|
2712
|
+
white-space: pre-wrap;
|
|
2713
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2890
2714
|
}
|
|
2891
|
-
.
|
|
2892
|
-
left:
|
|
2715
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2716
|
+
padding-left: 8px;
|
|
2893
2717
|
}
|
|
2894
2718
|
|
|
2895
|
-
.
|
|
2896
|
-
|
|
2719
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2720
|
+
border-radius: 5px 0 0 5px;
|
|
2721
|
+
}
|
|
2722
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2723
|
+
border-radius: 0 5px 5px 0;
|
|
2897
2724
|
}
|
|
2898
2725
|
|
|
2899
|
-
.
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
align-items: center;
|
|
2903
|
-
padding: 10px 0;
|
|
2904
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2905
|
-
font-size: 12px;
|
|
2906
|
-
line-height: 24px;
|
|
2726
|
+
.r1f0aqcc {
|
|
2727
|
+
color: #00122e;
|
|
2728
|
+
border-color: #ccd4e3;
|
|
2907
2729
|
}
|
|
2908
|
-
.
|
|
2909
|
-
|
|
2730
|
+
.r1f0aqcc:first-child {
|
|
2731
|
+
color: #00122e;
|
|
2732
|
+
border-color: #a3b4cc;
|
|
2910
2733
|
}
|
|
2911
|
-
.
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
cursor: pointer;
|
|
2916
|
-
transition: all 0.3s ease;
|
|
2734
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2735
|
+
padding: 0 12px;
|
|
2736
|
+
line-height: 32px;
|
|
2737
|
+
height: 32px;
|
|
2917
2738
|
}
|
|
2918
|
-
.
|
|
2919
|
-
|
|
2920
|
-
color: #0080ff;
|
|
2739
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2740
|
+
white-space: nowrap;
|
|
2921
2741
|
}
|
|
2922
|
-
.
|
|
2923
|
-
|
|
2742
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2743
|
+
background: #ccd4e3;
|
|
2924
2744
|
}
|
|
2925
|
-
.
|
|
2926
|
-
|
|
2927
|
-
align-items: center;
|
|
2928
|
-
color: #0080ff;
|
|
2929
|
-
font-weight: bold;
|
|
2745
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2746
|
+
background: #0080ff;
|
|
2930
2747
|
}
|
|
2931
|
-
.
|
|
2932
|
-
|
|
2748
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2749
|
+
background: #ccd4e3;
|
|
2750
|
+
opacity: 0.5;
|
|
2933
2751
|
}
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2936
|
-
padding: 0 8px;
|
|
2752
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2753
|
+
border-right-color: #0080ff;
|
|
2937
2754
|
}
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2940
|
-
color: #0080ff;
|
|
2755
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2756
|
+
border-color: #0080ff;
|
|
2941
2757
|
}
|
|
2942
|
-
.
|
|
2943
|
-
|
|
2758
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2759
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2944
2760
|
}
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2761
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2762
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2763
|
+
border-color: #ccd4e3;
|
|
2764
|
+
opacity: 0.5;
|
|
2949
2765
|
}
|
|
2950
|
-
.
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
line-height: 18px;
|
|
2766
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2767
|
+
color: #00122e;
|
|
2768
|
+
border-color: #ccd4e3;
|
|
2954
2769
|
}
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2770
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2771
|
+
color: #00122e;
|
|
2772
|
+
border-color: #ccd4e3;
|
|
2773
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2774
|
+
}
|
|
2775
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2776
|
+
margin-right: 8px;
|
|
2777
|
+
display: inline;
|
|
2778
|
+
border: none;
|
|
2779
|
+
padding: 0;
|
|
2780
|
+
width: 36px;
|
|
2781
|
+
background: transparent;
|
|
2782
|
+
}
|
|
2783
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2784
|
+
box-shadow: none;
|
|
2785
|
+
}
|
|
2786
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2787
|
+
margin-right: 0;
|
|
2788
|
+
width: initial;
|
|
2789
|
+
box-shadow: none;
|
|
2790
|
+
}
|
|
2791
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2792
|
+
display: none;
|
|
2793
|
+
}
|
|
2794
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2795
|
+
display: inline;
|
|
2796
|
+
}
|
|
2797
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2798
|
+
display: inline;
|
|
2799
|
+
margin-right: 8px;
|
|
2800
|
+
padding: 0;
|
|
2801
|
+
width: 36px;
|
|
2958
2802
|
}
|
|
2959
2803
|
|
|
2960
|
-
.
|
|
2961
|
-
height:
|
|
2804
|
+
.buj61ew.ant-btn {
|
|
2805
|
+
height: 32px;
|
|
2806
|
+
border-radius: 6px;
|
|
2807
|
+
line-height: 22px;
|
|
2808
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
2809
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
2962
2810
|
}
|
|
2963
|
-
.
|
|
2964
|
-
|
|
2965
|
-
height:
|
|
2811
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
2812
|
+
height: 40px;
|
|
2813
|
+
line-height: 24px;
|
|
2966
2814
|
}
|
|
2967
|
-
.
|
|
2968
|
-
height:
|
|
2815
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
2816
|
+
height: 24px;
|
|
2817
|
+
line-height: 20px;
|
|
2969
2818
|
}
|
|
2970
|
-
.
|
|
2971
|
-
|
|
2972
|
-
height: 100%;
|
|
2819
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
2820
|
+
border-radius: 50%;
|
|
2973
2821
|
}
|
|
2974
|
-
.
|
|
2975
|
-
|
|
2822
|
+
.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 {
|
|
2823
|
+
color: var(--color, #06101f);
|
|
2824
|
+
font-weight: var(--font-weight);
|
|
2825
|
+
background: var(--background-color, #fff);
|
|
2826
|
+
border-width: var(--border-width, 1px);
|
|
2827
|
+
border-color: var(--border-color, #d9d9d9);
|
|
2976
2828
|
}
|
|
2977
|
-
.
|
|
2829
|
+
.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 {
|
|
2978
2830
|
display: none;
|
|
2979
2831
|
}
|
|
2980
|
-
.
|
|
2981
|
-
|
|
2832
|
+
.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 {
|
|
2833
|
+
color: var(--color, inherit);
|
|
2982
2834
|
}
|
|
2983
|
-
.
|
|
2984
|
-
|
|
2835
|
+
.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 {
|
|
2836
|
+
background: var(--background-color-hover, var(--background-color));
|
|
2837
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
2985
2838
|
}
|
|
2986
|
-
.
|
|
2987
|
-
|
|
2839
|
+
.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 {
|
|
2840
|
+
--scale: 1;
|
|
2841
|
+
--transY: 1px;
|
|
2842
|
+
background: var(--background-color-active, var(--background-color));
|
|
2843
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
2988
2844
|
}
|
|
2989
|
-
.
|
|
2990
|
-
|
|
2991
|
-
|
|
2845
|
+
.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 {
|
|
2846
|
+
background: var(--background-color-focus, var(--background-color));
|
|
2847
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2848
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
2992
2849
|
}
|
|
2993
|
-
.
|
|
2994
|
-
|
|
2850
|
+
.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 {
|
|
2851
|
+
color: var(--color-disabled, var(--color));
|
|
2852
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
2853
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
2854
|
+
opacity: 0.5;
|
|
2995
2855
|
}
|
|
2996
|
-
.
|
|
2997
|
-
|
|
2998
|
-
|
|
2856
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
2857
|
+
color: #0080ff;
|
|
2858
|
+
opacity: 0.5;
|
|
2999
2859
|
}
|
|
3000
|
-
.
|
|
3001
|
-
|
|
2860
|
+
.buj61ew.ant-btn-primary {
|
|
2861
|
+
--color: #fff;
|
|
2862
|
+
--font-weight: bold;
|
|
2863
|
+
--border-width: 0;
|
|
2864
|
+
--background-color: #0080ff;
|
|
2865
|
+
--background-color-hover: #009dff;
|
|
2866
|
+
--background-color-active: #005ed1;
|
|
2867
|
+
--background-color-focus: #0080ff;
|
|
2868
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3002
2869
|
}
|
|
3003
|
-
.
|
|
3004
|
-
|
|
3005
|
-
background: #
|
|
3006
|
-
|
|
2870
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
2871
|
+
--background-color: #f0483e;
|
|
2872
|
+
--background-color-hover: #ff5252;
|
|
2873
|
+
--background-color-active: #c73d31;
|
|
2874
|
+
--background-color-focus: #ff5252;
|
|
2875
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3007
2876
|
}
|
|
3008
|
-
.
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
padding: 8px;
|
|
2877
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
2878
|
+
--background-color: #fea008;
|
|
2879
|
+
--background-color-hover: #feba33;
|
|
2880
|
+
--background-color-active: #e07f00;
|
|
2881
|
+
--background-color-focus: #fea008;
|
|
3014
2882
|
}
|
|
3015
|
-
.
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
2883
|
+
.buj61ew.ant-btn-secondary {
|
|
2884
|
+
--color: #0080ff;
|
|
2885
|
+
--font-weight: bold;
|
|
2886
|
+
--border-width: 0;
|
|
2887
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
2888
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2889
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2890
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
2891
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3020
2892
|
}
|
|
3021
|
-
.
|
|
3022
|
-
|
|
2893
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
2894
|
+
--color: #f0483e;
|
|
2895
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
2896
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2897
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2898
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
2899
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3023
2900
|
}
|
|
3024
|
-
.
|
|
3025
|
-
|
|
2901
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
2902
|
+
--color: #fea008;
|
|
2903
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
2904
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2905
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2906
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
3026
2907
|
}
|
|
3027
|
-
.
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
border-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
background: transparent;
|
|
2908
|
+
.buj61ew.ant-btn-tertiary {
|
|
2909
|
+
--color: #0080ff;
|
|
2910
|
+
--font-weight: bold;
|
|
2911
|
+
--border-width: 0;
|
|
2912
|
+
--background-color: #fff;
|
|
2913
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2914
|
+
box-shadow: none;
|
|
3035
2915
|
}
|
|
3036
|
-
.
|
|
3037
|
-
|
|
3038
|
-
z-index: 3;
|
|
3039
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3040
|
-
margin-bottom: -1px;
|
|
2916
|
+
.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 {
|
|
2917
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
3041
2918
|
}
|
|
3042
|
-
.
|
|
3043
|
-
|
|
3044
|
-
color: #
|
|
2919
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2920
|
+
--color: #f0483e;
|
|
2921
|
+
--background-color: #fff;
|
|
2922
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3045
2923
|
}
|
|
3046
|
-
.
|
|
3047
|
-
|
|
3048
|
-
|
|
2924
|
+
.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 {
|
|
2925
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
2926
|
+
}
|
|
2927
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2928
|
+
--color: #fea008;
|
|
2929
|
+
--background-color: #fff;
|
|
2930
|
+
}
|
|
2931
|
+
.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 {
|
|
2932
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
2933
|
+
}
|
|
2934
|
+
.buj61ew.ant-btn-ordinary {
|
|
2935
|
+
--color: #1d326c;
|
|
2936
|
+
--border-color: #ccd4e3;
|
|
2937
|
+
--background-color: #fff;
|
|
2938
|
+
--background-color-hover: #edf0f7;
|
|
2939
|
+
--background-color-active: #e4e9f2;
|
|
2940
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2941
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2942
|
+
}
|
|
2943
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2944
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2945
|
+
}
|
|
2946
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2947
|
+
--color: #0080ff;
|
|
2948
|
+
--border-color: #0080ff;
|
|
2949
|
+
--background-color: #fff;
|
|
2950
|
+
--background-color-hover: linear-gradient(
|
|
2951
|
+
0deg,
|
|
2952
|
+
rgba(0, 136, 255, 0.16),
|
|
2953
|
+
rgba(0, 136, 255, 0.16)
|
|
2954
|
+
),
|
|
2955
|
+
#ffffff;
|
|
2956
|
+
--background-color-active: linear-gradient(
|
|
2957
|
+
0deg,
|
|
2958
|
+
rgba(0, 136, 255, 0.2),
|
|
2959
|
+
rgba(0, 136, 255, 0.2)
|
|
2960
|
+
),
|
|
2961
|
+
#ffffff;
|
|
2962
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2963
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2964
|
+
}
|
|
2965
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2966
|
+
--color: #f0483e;
|
|
2967
|
+
--border-color: #f0483e;
|
|
2968
|
+
--background-color: #fff;
|
|
2969
|
+
--background-color-hover: linear-gradient(
|
|
2970
|
+
0deg,
|
|
2971
|
+
rgba(255, 74, 74, 0.16),
|
|
2972
|
+
rgba(255, 74, 74, 0.16)
|
|
2973
|
+
),
|
|
2974
|
+
#ffffff;
|
|
2975
|
+
--background-color-active: linear-gradient(
|
|
2976
|
+
0deg,
|
|
2977
|
+
rgba(255, 74, 74, 0.2),
|
|
2978
|
+
rgba(255, 74, 74, 0.2)
|
|
2979
|
+
),
|
|
2980
|
+
#ffffff;
|
|
2981
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3049
2982
|
}
|
|
3050
|
-
.
|
|
3051
|
-
|
|
2983
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2984
|
+
--color: #1d326c;
|
|
2985
|
+
--border-color: #fff;
|
|
2986
|
+
--background-color: #fff;
|
|
2987
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2988
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2989
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2990
|
+
box-shadow: none;
|
|
3052
2991
|
}
|
|
3053
|
-
.
|
|
3054
|
-
|
|
2992
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2993
|
+
--color: #0080ff;
|
|
2994
|
+
--border-color: #fff;
|
|
2995
|
+
--background-color: #fff;
|
|
2996
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2997
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2998
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2999
|
+
box-shadow: none;
|
|
3055
3000
|
}
|
|
3056
|
-
.
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
transform: translateY(-50%);
|
|
3001
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
3002
|
+
--color: #f0483e;
|
|
3003
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
3004
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
3005
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3062
3006
|
}
|
|
3063
|
-
.
|
|
3007
|
+
.buj61ew.ant-btn-quiet {
|
|
3008
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
3009
|
+
--border-width: 0;
|
|
3010
|
+
--background-color: transparent;
|
|
3011
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
3012
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
3013
|
+
--background-color-focus: #fff;
|
|
3014
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3064
3015
|
box-shadow: none;
|
|
3065
|
-
width: 1px;
|
|
3066
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3067
3016
|
}
|
|
3068
|
-
.
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
background: rgba(
|
|
3017
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
3018
|
+
--color: #f0483e;
|
|
3019
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
3020
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
3021
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3072
3022
|
}
|
|
3073
|
-
.
|
|
3074
|
-
|
|
3023
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
3024
|
+
--color: #0080ff;
|
|
3025
|
+
--background-color: transparent;
|
|
3026
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
3027
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
3028
|
+
--background-color-focus: #fff;
|
|
3029
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3075
3030
|
}
|
|
3076
|
-
.
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
height: 40px;
|
|
3080
|
-
vertical-align: middle;
|
|
3081
|
-
transition: background 0ms;
|
|
3082
|
-
color: #00122e;
|
|
3031
|
+
.buj61ew.has-icon {
|
|
3032
|
+
display: inline-flex;
|
|
3033
|
+
align-items: center;
|
|
3083
3034
|
}
|
|
3084
|
-
.
|
|
3085
|
-
|
|
3086
|
-
|
|
3035
|
+
.buj61ew .button-prefix-icon {
|
|
3036
|
+
margin-right: 4px;
|
|
3037
|
+
display: inline-flex;
|
|
3087
3038
|
}
|
|
3088
|
-
.
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
font-size: 12px;
|
|
3092
|
-
text-align: left;
|
|
3093
|
-
transition: none;
|
|
3094
|
-
overflow: hidden;
|
|
3095
|
-
text-overflow: ellipsis;
|
|
3096
|
-
white-space: nowrap;
|
|
3039
|
+
.buj61ew .button-suffix-icon {
|
|
3040
|
+
margin-left: 4px;
|
|
3041
|
+
display: inline-flex;
|
|
3097
3042
|
}
|
|
3098
|
-
.
|
|
3099
|
-
|
|
3043
|
+
.buj61ew .icon-wrapper {
|
|
3044
|
+
display: inline-flex;
|
|
3045
|
+
vertical-align: bottom;
|
|
3100
3046
|
}
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
width: 100%;
|
|
3105
|
-
vertical-align: middle;
|
|
3047
|
+
|
|
3048
|
+
.nchllas {
|
|
3049
|
+
padding: 0;
|
|
3106
3050
|
}
|
|
3107
|
-
|
|
3108
|
-
|
|
3051
|
+
|
|
3052
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3053
|
+
flex-direction: row;
|
|
3054
|
+
justify-content: stretch;
|
|
3109
3055
|
}
|
|
3110
|
-
.
|
|
3111
|
-
|
|
3056
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3057
|
+
padding: 0;
|
|
3058
|
+
margin-right: 4px;
|
|
3059
|
+
flex: 1;
|
|
3060
|
+
overflow: visible;
|
|
3112
3061
|
}
|
|
3113
|
-
.
|
|
3114
|
-
|
|
3115
|
-
border-color: transparent transparent white;
|
|
3062
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3063
|
+
display: none;
|
|
3116
3064
|
}
|
|
3117
|
-
.
|
|
3118
|
-
|
|
3065
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3066
|
+
width: 100%;
|
|
3067
|
+
min-height: unset;
|
|
3119
3068
|
}
|
|
3120
|
-
.
|
|
3121
|
-
|
|
3069
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3070
|
+
height: 26px;
|
|
3071
|
+
line-height: 26px;
|
|
3072
|
+
width: 100%;
|
|
3073
|
+
text-align: center;
|
|
3074
|
+
padding: 0;
|
|
3075
|
+
font-size: 12px;
|
|
3076
|
+
font-weight: normal;
|
|
3122
3077
|
}
|
|
3123
|
-
.
|
|
3124
|
-
|
|
3125
|
-
width: 4px;
|
|
3126
|
-
top: -1px;
|
|
3127
|
-
bottom: -1px;
|
|
3128
|
-
background: white;
|
|
3078
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3079
|
+
margin-right: 10px;
|
|
3129
3080
|
}
|
|
3130
|
-
.
|
|
3131
|
-
|
|
3081
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3082
|
+
display: none;
|
|
3132
3083
|
}
|
|
3133
|
-
.
|
|
3134
|
-
border-radius: 0;
|
|
3135
|
-
background: white;
|
|
3136
|
-
border-top: none;
|
|
3084
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3085
|
+
border-radius: 4px 0 0 4px;
|
|
3137
3086
|
}
|
|
3138
|
-
.
|
|
3139
|
-
|
|
3140
|
-
border-radius: 0 8px 8px 0;
|
|
3141
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3087
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3088
|
+
margin-right: 0;
|
|
3142
3089
|
}
|
|
3143
|
-
.
|
|
3144
|
-
|
|
3145
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3090
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3091
|
+
border-radius: 0 4px 4px 0;
|
|
3146
3092
|
}
|
|
3147
|
-
.
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
height:
|
|
3151
|
-
|
|
3093
|
+
.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 {
|
|
3094
|
+
content: "";
|
|
3095
|
+
width: 0;
|
|
3096
|
+
height: 0;
|
|
3097
|
+
border: 13px solid transparent;
|
|
3098
|
+
position: absolute;
|
|
3099
|
+
top: 0;
|
|
3100
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3101
|
+
right: -21px;
|
|
3102
|
+
z-index: 2;
|
|
3152
3103
|
}
|
|
3153
|
-
.
|
|
3154
|
-
|
|
3155
|
-
|
|
3104
|
+
.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 {
|
|
3105
|
+
content: "";
|
|
3106
|
+
width: 0;
|
|
3107
|
+
height: 0;
|
|
3108
|
+
border: 13px solid transparent;
|
|
3109
|
+
position: absolute;
|
|
3110
|
+
top: 0;
|
|
3111
|
+
border-left: 8px solid #fff;
|
|
3112
|
+
left: 0;
|
|
3156
3113
|
}
|
|
3157
|
-
.
|
|
3158
|
-
|
|
3159
|
-
align-items: center;
|
|
3160
|
-
height: 100%;
|
|
3161
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3114
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3115
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3162
3116
|
}
|
|
3163
|
-
.
|
|
3164
|
-
border-
|
|
3117
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3118
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3165
3119
|
}
|
|
3166
|
-
.
|
|
3167
|
-
|
|
3168
|
-
border-radius: 8px;
|
|
3120
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3121
|
+
color: #005ed1;
|
|
3169
3122
|
}
|
|
3170
|
-
.
|
|
3171
|
-
|
|
3123
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3124
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3125
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3172
3126
|
}
|
|
3173
|
-
.
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
border-top-color: transparent;
|
|
3127
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3128
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3129
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3177
3130
|
}
|
|
3178
|
-
.
|
|
3179
|
-
|
|
3131
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3132
|
+
padding: 0;
|
|
3180
3133
|
}
|
|
3181
|
-
|
|
3182
|
-
|
|
3134
|
+
|
|
3135
|
+
.bpq0js6 {
|
|
3136
|
+
padding: 4px 11px;
|
|
3183
3137
|
}
|
|
3184
|
-
|
|
3185
|
-
|
|
3138
|
+
|
|
3139
|
+
.b15sn34c {
|
|
3140
|
+
white-space: nowrap;
|
|
3141
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
3186
3142
|
}
|
|
3187
|
-
.
|
|
3188
|
-
|
|
3189
|
-
font-weight: 400;
|
|
3190
|
-
position: relative;
|
|
3191
|
-
border-bottom: none;
|
|
3192
|
-
color: #00122e;
|
|
3193
|
-
transition: none;
|
|
3194
|
-
padding: 15px 8px 15px 8px;
|
|
3143
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
3144
|
+
--color: #0080ff;
|
|
3195
3145
|
}
|
|
3196
|
-
.
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3202
|
-
position: absolute;
|
|
3203
|
-
right: 0;
|
|
3146
|
+
.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] {
|
|
3147
|
+
--color: #0080ff;
|
|
3148
|
+
}
|
|
3149
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
3150
|
+
margin-left: 1px;
|
|
3204
3151
|
}
|
|
3205
|
-
.
|
|
3206
|
-
|
|
3152
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
3153
|
+
border-top-right-radius: 0;
|
|
3154
|
+
border-bottom-right-radius: 0;
|
|
3207
3155
|
}
|
|
3208
|
-
.
|
|
3209
|
-
|
|
3156
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
3157
|
+
border-top-left-radius: 0;
|
|
3158
|
+
border-bottom-left-radius: 0;
|
|
3210
3159
|
}
|
|
3211
|
-
.
|
|
3212
|
-
|
|
3213
|
-
overflow: hidden;
|
|
3214
|
-
white-space: nowrap;
|
|
3215
|
-
text-overflow: ellipsis;
|
|
3160
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
3161
|
+
border-radius: unset;
|
|
3216
3162
|
}
|
|
3217
|
-
|
|
3163
|
+
|
|
3164
|
+
.s34f1qb.ant-switch {
|
|
3165
|
+
min-width: 40px;
|
|
3166
|
+
height: 24px;
|
|
3167
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3218
3168
|
overflow: hidden;
|
|
3219
|
-
text-overflow: ellipsis;
|
|
3220
3169
|
}
|
|
3221
|
-
.
|
|
3222
|
-
|
|
3223
|
-
}
|
|
3224
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3225
|
-
padding: 0;
|
|
3170
|
+
.s34f1qb.ant-switch:focus {
|
|
3171
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
3226
3172
|
}
|
|
3227
|
-
.
|
|
3228
|
-
|
|
3229
|
-
right: 10px;
|
|
3230
|
-
top: 50%;
|
|
3231
|
-
transform: translateY(-50%);
|
|
3173
|
+
.s34f1qb.ant-switch-small {
|
|
3174
|
+
min-width: 26px;
|
|
3232
3175
|
height: 16px;
|
|
3233
|
-
display: none;
|
|
3234
|
-
transition: transform 320ms ease;
|
|
3235
3176
|
}
|
|
3236
|
-
.
|
|
3237
|
-
|
|
3238
|
-
|
|
3177
|
+
.s34f1qb.ant-switch-large {
|
|
3178
|
+
min-width: 52px;
|
|
3179
|
+
height: 32px;
|
|
3239
3180
|
}
|
|
3240
|
-
.
|
|
3241
|
-
|
|
3181
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
3182
|
+
height: 20px;
|
|
3183
|
+
width: 20px;
|
|
3242
3184
|
}
|
|
3243
|
-
.
|
|
3244
|
-
|
|
3185
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
3186
|
+
border-radius: 10px;
|
|
3187
|
+
transition-delay: 120ms;
|
|
3245
3188
|
}
|
|
3246
|
-
.
|
|
3247
|
-
|
|
3189
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
3190
|
+
height: 14px;
|
|
3191
|
+
width: 14px;
|
|
3192
|
+
top: 1px;
|
|
3193
|
+
left: 1px;
|
|
3248
3194
|
}
|
|
3249
|
-
.
|
|
3250
|
-
|
|
3195
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
3196
|
+
height: 28px;
|
|
3197
|
+
width: 28px;
|
|
3251
3198
|
}
|
|
3252
|
-
.
|
|
3253
|
-
|
|
3199
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
3200
|
+
border-radius: 14px;
|
|
3254
3201
|
}
|
|
3255
|
-
.
|
|
3256
|
-
|
|
3202
|
+
.s34f1qb.ant-switch-checked {
|
|
3203
|
+
background-color: #00ba5d;
|
|
3257
3204
|
}
|
|
3258
|
-
.
|
|
3259
|
-
|
|
3205
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
3206
|
+
left: calc(100% - 20px - 2px);
|
|
3260
3207
|
}
|
|
3261
|
-
.
|
|
3262
|
-
|
|
3263
|
-
left: 50%;
|
|
3264
|
-
top: 50%;
|
|
3265
|
-
transform: translate(-50%, -50%);
|
|
3208
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3209
|
+
left: calc(100% - 14px - 1px);
|
|
3266
3210
|
}
|
|
3267
|
-
.
|
|
3268
|
-
|
|
3211
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3212
|
+
left: calc(100% - 28px - 2px);
|
|
3269
3213
|
}
|
|
3270
|
-
|
|
3271
|
-
|
|
3214
|
+
|
|
3215
|
+
.c1to9vb9 {
|
|
3216
|
+
margin-left: 5px;
|
|
3272
3217
|
}
|
|
3273
|
-
|
|
3274
|
-
|
|
3218
|
+
|
|
3219
|
+
.s1fc623g {
|
|
3220
|
+
width: 430px !important;
|
|
3275
3221
|
}
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
height: 100px;
|
|
3281
|
-
vertical-align: middle;
|
|
3222
|
+
|
|
3223
|
+
.oa3mx0o {
|
|
3224
|
+
display: flex;
|
|
3225
|
+
flex-direction: column;
|
|
3282
3226
|
}
|
|
3283
|
-
|
|
3284
|
-
.
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3227
|
+
|
|
3228
|
+
.onr9gzt {
|
|
3229
|
+
display: flex;
|
|
3230
|
+
justify-content: space-between;
|
|
3288
3231
|
}
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3232
|
+
|
|
3233
|
+
.oiy0apc {
|
|
3234
|
+
display: flex;
|
|
3235
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3293
3236
|
}
|
|
3294
|
-
|
|
3295
|
-
|
|
3237
|
+
|
|
3238
|
+
.p12gwtiw {
|
|
3296
3239
|
display: flex;
|
|
3240
|
+
justify-content: space-between;
|
|
3297
3241
|
align-items: center;
|
|
3298
|
-
|
|
3299
|
-
|
|
3242
|
+
padding: 10px 0;
|
|
3243
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3244
|
+
font-size: 12px;
|
|
3245
|
+
line-height: 24px;
|
|
3300
3246
|
}
|
|
3301
|
-
.
|
|
3302
|
-
|
|
3303
|
-
|
|
3247
|
+
.p12gwtiw .pagination-left {
|
|
3248
|
+
padding: 2px 8px;
|
|
3249
|
+
}
|
|
3250
|
+
.p12gwtiw .dropdown-trigger {
|
|
3251
|
+
display: flex;
|
|
3252
|
+
align-items: center;
|
|
3253
|
+
border-radius: 6px;
|
|
3304
3254
|
cursor: pointer;
|
|
3305
|
-
|
|
3306
|
-
border-radius: 4px;
|
|
3255
|
+
transition: all 0.3s ease;
|
|
3307
3256
|
}
|
|
3308
|
-
.
|
|
3309
|
-
background:
|
|
3257
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
3258
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3259
|
+
color: #0080ff;
|
|
3260
|
+
}
|
|
3261
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
3262
|
+
margin-left: 4px;
|
|
3263
|
+
}
|
|
3264
|
+
.p12gwtiw .pagination-right {
|
|
3265
|
+
display: flex;
|
|
3266
|
+
align-items: center;
|
|
3267
|
+
color: #0080ff;
|
|
3268
|
+
font-weight: bold;
|
|
3269
|
+
}
|
|
3270
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
3271
|
+
margin-left: 4px;
|
|
3272
|
+
}
|
|
3273
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
3274
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
3275
|
+
padding: 0 8px;
|
|
3276
|
+
}
|
|
3277
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
3278
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
3279
|
+
color: #0080ff;
|
|
3280
|
+
}
|
|
3281
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
3282
|
+
transform: rotate(180deg);
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3285
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
3286
|
+
max-height: calc(100vh - 128px);
|
|
3287
|
+
overflow-y: auto;
|
|
3288
|
+
}
|
|
3289
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
3290
|
+
padding: 4px 20px;
|
|
3291
|
+
font-size: 12px;
|
|
3292
|
+
line-height: 18px;
|
|
3310
3293
|
}
|
|
3311
3294
|
|
|
3312
3295
|
.i1e4sgug {
|
|
@@ -3761,31 +3744,86 @@ input.rrg1fkn.ant-input {
|
|
|
3761
3744
|
font-size: 12px;
|
|
3762
3745
|
line-height: 18px;
|
|
3763
3746
|
}
|
|
3764
|
-
|
|
3765
|
-
.t1gduru8 {
|
|
3766
|
-
font-family: Inter;
|
|
3767
|
-
font-style: normal;
|
|
3768
|
-
font-weight: 500;
|
|
3769
|
-
font-feature-settings: "zero" on;
|
|
3770
|
-
font-size: 12px;
|
|
3771
|
-
line-height: 18px;
|
|
3747
|
+
|
|
3748
|
+
.t1gduru8 {
|
|
3749
|
+
font-family: Inter;
|
|
3750
|
+
font-style: normal;
|
|
3751
|
+
font-weight: 500;
|
|
3752
|
+
font-feature-settings: "zero" on;
|
|
3753
|
+
font-size: 12px;
|
|
3754
|
+
line-height: 18px;
|
|
3755
|
+
}
|
|
3756
|
+
|
|
3757
|
+
.t55raab {
|
|
3758
|
+
font-family: Inter;
|
|
3759
|
+
font-style: normal;
|
|
3760
|
+
font-weight: bold;
|
|
3761
|
+
font-feature-settings: "zero" on;
|
|
3762
|
+
font-size: 16px;
|
|
3763
|
+
line-height: 24px;
|
|
3764
|
+
}
|
|
3765
|
+
|
|
3766
|
+
.u1w9abfe {
|
|
3767
|
+
font-family: Inter;
|
|
3768
|
+
font-style: normal;
|
|
3769
|
+
font-weight: normal;
|
|
3770
|
+
font-size: 10px;
|
|
3771
|
+
line-height: 12px;
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3775
|
+
border-radius: 6px;
|
|
3776
|
+
}
|
|
3777
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3778
|
+
width: 100%;
|
|
3779
|
+
height: 30px;
|
|
3780
|
+
color: #2d3a56;
|
|
3781
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3782
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3783
|
+
font-size: 13px;
|
|
3784
|
+
}
|
|
3785
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3786
|
+
height: 38px;
|
|
3787
|
+
font-size: 13px;
|
|
3788
|
+
}
|
|
3789
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3790
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3791
|
+
transition: 160ms ease;
|
|
3792
|
+
}
|
|
3793
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3794
|
+
color: #0080ff;
|
|
3795
|
+
}
|
|
3796
|
+
.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 {
|
|
3797
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3798
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3799
|
+
}
|
|
3800
|
+
.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 {
|
|
3801
|
+
color: #0080ff;
|
|
3802
|
+
}
|
|
3803
|
+
.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 {
|
|
3804
|
+
border-color: #0080ff;
|
|
3805
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3806
|
+
}
|
|
3807
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3808
|
+
transform: rotate(180deg);
|
|
3809
|
+
}
|
|
3810
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3811
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3812
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3813
|
+
cursor: "not-allowed";
|
|
3814
|
+
}
|
|
3815
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3816
|
+
border-color: #f0483e !important;
|
|
3772
3817
|
}
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
font-family: Inter;
|
|
3776
|
-
font-style: normal;
|
|
3777
|
-
font-weight: bold;
|
|
3778
|
-
font-feature-settings: "zero" on;
|
|
3779
|
-
font-size: 16px;
|
|
3780
|
-
line-height: 24px;
|
|
3818
|
+
.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 {
|
|
3819
|
+
color: #1d326c;
|
|
3781
3820
|
}
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
line-height: 12px;
|
|
3821
|
+
.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 {
|
|
3822
|
+
border-color: #0080ff;
|
|
3823
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3824
|
+
}
|
|
3825
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3826
|
+
transform: rotate(180deg);
|
|
3789
3827
|
}
|
|
3790
3828
|
|
|
3791
3829
|
.c198s9j3 {
|
|
@@ -3859,61 +3897,6 @@ input.rrg1fkn.ant-input {
|
|
|
3859
3897
|
margin-left: 24px;
|
|
3860
3898
|
}
|
|
3861
3899
|
|
|
3862
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3863
|
-
border-radius: 6px;
|
|
3864
|
-
}
|
|
3865
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
3866
|
-
width: 100%;
|
|
3867
|
-
height: 30px;
|
|
3868
|
-
color: #2d3a56;
|
|
3869
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3870
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3871
|
-
font-size: 13px;
|
|
3872
|
-
}
|
|
3873
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3874
|
-
height: 38px;
|
|
3875
|
-
font-size: 13px;
|
|
3876
|
-
}
|
|
3877
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3878
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3879
|
-
transition: 160ms ease;
|
|
3880
|
-
}
|
|
3881
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3882
|
-
color: #0080ff;
|
|
3883
|
-
}
|
|
3884
|
-
.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 {
|
|
3885
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3886
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3887
|
-
}
|
|
3888
|
-
.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 {
|
|
3889
|
-
color: #0080ff;
|
|
3890
|
-
}
|
|
3891
|
-
.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 {
|
|
3892
|
-
border-color: #0080ff;
|
|
3893
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3894
|
-
}
|
|
3895
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3896
|
-
transform: rotate(180deg);
|
|
3897
|
-
}
|
|
3898
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3899
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3900
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3901
|
-
cursor: "not-allowed";
|
|
3902
|
-
}
|
|
3903
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3904
|
-
border-color: #f0483e !important;
|
|
3905
|
-
}
|
|
3906
|
-
.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 {
|
|
3907
|
-
color: #1d326c;
|
|
3908
|
-
}
|
|
3909
|
-
.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 {
|
|
3910
|
-
border-color: #0080ff;
|
|
3911
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3912
|
-
}
|
|
3913
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3914
|
-
transform: rotate(180deg);
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
3900
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3918
3901
|
display: flex;
|
|
3919
3902
|
}
|
|
@@ -4089,6 +4072,89 @@ input.rrg1fkn.ant-input {
|
|
|
4089
4072
|
color: rgba(44, 56, 82, 0.6);
|
|
4090
4073
|
}
|
|
4091
4074
|
|
|
4075
|
+
.t1xo8w88 {
|
|
4076
|
+
height: 100%;
|
|
4077
|
+
}
|
|
4078
|
+
.t1xo8w88 .table-loading-item {
|
|
4079
|
+
padding: 12px 4px;
|
|
4080
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4081
|
+
display: flex;
|
|
4082
|
+
}
|
|
4083
|
+
.t1xo8w88 .table-loading-item > * {
|
|
4084
|
+
height: 16px;
|
|
4085
|
+
margin: 4px;
|
|
4086
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4087
|
+
border-radius: 2px;
|
|
4088
|
+
}
|
|
4089
|
+
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4090
|
+
width: 16px;
|
|
4091
|
+
}
|
|
4092
|
+
.t1xo8w88 .table-loading-item .td-loading {
|
|
4093
|
+
flex: 1;
|
|
4094
|
+
}
|
|
4095
|
+
.t1xo8w88 :nth-child(1) {
|
|
4096
|
+
padding: 8px 4px;
|
|
4097
|
+
}
|
|
4098
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4099
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4100
|
+
}
|
|
4101
|
+
.t1xo8w88 :nth-child(1) > * {
|
|
4102
|
+
background: rgba(163, 180, 204, 0.18);
|
|
4103
|
+
}
|
|
4104
|
+
|
|
4105
|
+
.ams5nbq {
|
|
4106
|
+
position: absolute;
|
|
4107
|
+
top: 0;
|
|
4108
|
+
left: 0;
|
|
4109
|
+
bottom: 0;
|
|
4110
|
+
width: 1px;
|
|
4111
|
+
background: #0080ff;
|
|
4112
|
+
transform: translateX(-9999px);
|
|
4113
|
+
z-index: 999;
|
|
4114
|
+
}
|
|
4115
|
+
.ams5nbq::before {
|
|
4116
|
+
content: "";
|
|
4117
|
+
position: absolute;
|
|
4118
|
+
height: 34px;
|
|
4119
|
+
width: 3px;
|
|
4120
|
+
top: 0;
|
|
4121
|
+
left: -1px;
|
|
4122
|
+
background: #0080ff;
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
.t1cs4awq {
|
|
4126
|
+
background: white;
|
|
4127
|
+
}
|
|
4128
|
+
.t1cs4awq .insert-left-tip,
|
|
4129
|
+
.t1cs4awq .insert-right-tip {
|
|
4130
|
+
display: none;
|
|
4131
|
+
position: absolute;
|
|
4132
|
+
top: 0;
|
|
4133
|
+
bottom: 0;
|
|
4134
|
+
width: 4px;
|
|
4135
|
+
background: rgba(0, 0, 255, 0.5);
|
|
4136
|
+
}
|
|
4137
|
+
.t1cs4awq .insert-left-tip {
|
|
4138
|
+
left: 0px;
|
|
4139
|
+
}
|
|
4140
|
+
.t1cs4awq .insert-right-tip {
|
|
4141
|
+
right: 0px;
|
|
4142
|
+
}
|
|
4143
|
+
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4144
|
+
display: block;
|
|
4145
|
+
}
|
|
4146
|
+
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4147
|
+
display: block;
|
|
4148
|
+
}
|
|
4149
|
+
|
|
4150
|
+
.asgcu6r {
|
|
4151
|
+
height: 32px;
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4154
|
+
.c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
|
|
4155
|
+
display: none;
|
|
4156
|
+
}
|
|
4157
|
+
|
|
4092
4158
|
.d1h5z4k4.ant-dropdown {
|
|
4093
4159
|
background: #fff;
|
|
4094
4160
|
border: 1px solid #dfe4eb;
|
|
@@ -4198,89 +4264,6 @@ input.rrg1fkn.ant-input {
|
|
|
4198
4264
|
left: 4px;
|
|
4199
4265
|
}
|
|
4200
4266
|
|
|
4201
|
-
.t1cs4awq {
|
|
4202
|
-
background: white;
|
|
4203
|
-
}
|
|
4204
|
-
.t1cs4awq .insert-left-tip,
|
|
4205
|
-
.t1cs4awq .insert-right-tip {
|
|
4206
|
-
display: none;
|
|
4207
|
-
position: absolute;
|
|
4208
|
-
top: 0;
|
|
4209
|
-
bottom: 0;
|
|
4210
|
-
width: 4px;
|
|
4211
|
-
background: rgba(0, 0, 255, 0.5);
|
|
4212
|
-
}
|
|
4213
|
-
.t1cs4awq .insert-left-tip {
|
|
4214
|
-
left: 0px;
|
|
4215
|
-
}
|
|
4216
|
-
.t1cs4awq .insert-right-tip {
|
|
4217
|
-
right: 0px;
|
|
4218
|
-
}
|
|
4219
|
-
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4220
|
-
display: block;
|
|
4221
|
-
}
|
|
4222
|
-
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4223
|
-
display: block;
|
|
4224
|
-
}
|
|
4225
|
-
|
|
4226
|
-
.t1xo8w88 {
|
|
4227
|
-
height: 100%;
|
|
4228
|
-
}
|
|
4229
|
-
.t1xo8w88 .table-loading-item {
|
|
4230
|
-
padding: 12px 4px;
|
|
4231
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4232
|
-
display: flex;
|
|
4233
|
-
}
|
|
4234
|
-
.t1xo8w88 .table-loading-item > * {
|
|
4235
|
-
height: 16px;
|
|
4236
|
-
margin: 4px;
|
|
4237
|
-
background: rgba(204, 212, 227, 0.18);
|
|
4238
|
-
border-radius: 2px;
|
|
4239
|
-
}
|
|
4240
|
-
.t1xo8w88 .table-loading-item .checkbox-loading {
|
|
4241
|
-
width: 16px;
|
|
4242
|
-
}
|
|
4243
|
-
.t1xo8w88 .table-loading-item .td-loading {
|
|
4244
|
-
flex: 1;
|
|
4245
|
-
}
|
|
4246
|
-
.t1xo8w88 :nth-child(1) {
|
|
4247
|
-
padding: 8px 4px;
|
|
4248
|
-
}
|
|
4249
|
-
.t1xo8w88 :nth-child(1) > * {
|
|
4250
|
-
background: rgba(107, 125, 153, 0.18);
|
|
4251
|
-
}
|
|
4252
|
-
.t1xo8w88 :nth-child(1) > * {
|
|
4253
|
-
background: rgba(163, 180, 204, 0.18);
|
|
4254
|
-
}
|
|
4255
|
-
|
|
4256
|
-
.ams5nbq {
|
|
4257
|
-
position: absolute;
|
|
4258
|
-
top: 0;
|
|
4259
|
-
left: 0;
|
|
4260
|
-
bottom: 0;
|
|
4261
|
-
width: 1px;
|
|
4262
|
-
background: #0080ff;
|
|
4263
|
-
transform: translateX(-9999px);
|
|
4264
|
-
z-index: 999;
|
|
4265
|
-
}
|
|
4266
|
-
.ams5nbq::before {
|
|
4267
|
-
content: "";
|
|
4268
|
-
position: absolute;
|
|
4269
|
-
height: 34px;
|
|
4270
|
-
width: 3px;
|
|
4271
|
-
top: 0;
|
|
4272
|
-
left: -1px;
|
|
4273
|
-
background: #0080ff;
|
|
4274
|
-
}
|
|
4275
|
-
|
|
4276
|
-
.asgcu6r {
|
|
4277
|
-
height: 32px;
|
|
4278
|
-
}
|
|
4279
|
-
|
|
4280
|
-
.c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
|
|
4281
|
-
display: none;
|
|
4282
|
-
}
|
|
4283
|
-
|
|
4284
4267
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4285
4268
|
display: var(--at4ovwe-0);
|
|
4286
4269
|
}
|