@cloudtower/eagle 0.22.24 → 0.22.26
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 +42 -14
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +7 -0
- package/dist/style.css +1207 -1207
- package/dist/umd/index.js +42 -14
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,254 +1597,6 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.buj61ew.ant-btn {
|
|
1601
|
-
height: 32px;
|
|
1602
|
-
border-radius: 6px;
|
|
1603
|
-
line-height: 22px;
|
|
1604
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1605
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1606
|
-
}
|
|
1607
|
-
.buj61ew.ant-btn.ant-btn-lg {
|
|
1608
|
-
height: 40px;
|
|
1609
|
-
line-height: 24px;
|
|
1610
|
-
}
|
|
1611
|
-
.buj61ew.ant-btn.ant-btn-sm {
|
|
1612
|
-
height: 24px;
|
|
1613
|
-
line-height: 20px;
|
|
1614
|
-
}
|
|
1615
|
-
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1616
|
-
border-radius: 50%;
|
|
1617
|
-
}
|
|
1618
|
-
.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 {
|
|
1619
|
-
color: var(--color, #06101f);
|
|
1620
|
-
font-weight: var(--font-weight);
|
|
1621
|
-
background: var(--background-color, #fff);
|
|
1622
|
-
border-width: var(--border-width, 1px);
|
|
1623
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1624
|
-
}
|
|
1625
|
-
.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 {
|
|
1626
|
-
display: none;
|
|
1627
|
-
}
|
|
1628
|
-
.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 {
|
|
1629
|
-
color: var(--color, inherit);
|
|
1630
|
-
}
|
|
1631
|
-
.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 {
|
|
1632
|
-
background: var(--background-color-hover, var(--background-color));
|
|
1633
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1634
|
-
}
|
|
1635
|
-
.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 {
|
|
1636
|
-
--scale: 1;
|
|
1637
|
-
--transY: 1px;
|
|
1638
|
-
background: var(--background-color-active, var(--background-color));
|
|
1639
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1640
|
-
}
|
|
1641
|
-
.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 {
|
|
1642
|
-
background: var(--background-color-focus, var(--background-color));
|
|
1643
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1644
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1645
|
-
}
|
|
1646
|
-
.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 {
|
|
1647
|
-
color: var(--color-disabled, var(--color));
|
|
1648
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
1649
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1650
|
-
opacity: 0.5;
|
|
1651
|
-
}
|
|
1652
|
-
.buj61ew.ant-btn-link[disabled] {
|
|
1653
|
-
color: #0080ff;
|
|
1654
|
-
opacity: 0.5;
|
|
1655
|
-
}
|
|
1656
|
-
.buj61ew.ant-btn-primary {
|
|
1657
|
-
--color: #fff;
|
|
1658
|
-
--font-weight: bold;
|
|
1659
|
-
--border-width: 0;
|
|
1660
|
-
--background-color: #0080ff;
|
|
1661
|
-
--background-color-hover: #009dff;
|
|
1662
|
-
--background-color-active: #005ed1;
|
|
1663
|
-
--background-color-focus: #0080ff;
|
|
1664
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1665
|
-
}
|
|
1666
|
-
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1667
|
-
--background-color: #f0483e;
|
|
1668
|
-
--background-color-hover: #ff5252;
|
|
1669
|
-
--background-color-active: #c73d31;
|
|
1670
|
-
--background-color-focus: #ff5252;
|
|
1671
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1672
|
-
}
|
|
1673
|
-
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
1674
|
-
--background-color: #fea008;
|
|
1675
|
-
--background-color-hover: #feba33;
|
|
1676
|
-
--background-color-active: #e07f00;
|
|
1677
|
-
--background-color-focus: #fea008;
|
|
1678
|
-
}
|
|
1679
|
-
.buj61ew.ant-btn-secondary {
|
|
1680
|
-
--color: #0080ff;
|
|
1681
|
-
--font-weight: bold;
|
|
1682
|
-
--border-width: 0;
|
|
1683
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
1684
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1685
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1686
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1687
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1688
|
-
}
|
|
1689
|
-
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
1690
|
-
--color: #f0483e;
|
|
1691
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
1692
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1693
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1694
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1695
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1696
|
-
}
|
|
1697
|
-
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
1698
|
-
--color: #fea008;
|
|
1699
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
1700
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1701
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1702
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1703
|
-
}
|
|
1704
|
-
.buj61ew.ant-btn-tertiary {
|
|
1705
|
-
--color: #0080ff;
|
|
1706
|
-
--font-weight: bold;
|
|
1707
|
-
--border-width: 0;
|
|
1708
|
-
--background-color: #fff;
|
|
1709
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1710
|
-
box-shadow: none;
|
|
1711
|
-
}
|
|
1712
|
-
.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 {
|
|
1713
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1714
|
-
}
|
|
1715
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
1716
|
-
--color: #f0483e;
|
|
1717
|
-
--background-color: #fff;
|
|
1718
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1719
|
-
}
|
|
1720
|
-
.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 {
|
|
1721
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
1722
|
-
}
|
|
1723
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
1724
|
-
--color: #fea008;
|
|
1725
|
-
--background-color: #fff;
|
|
1726
|
-
}
|
|
1727
|
-
.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 {
|
|
1728
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
1729
|
-
}
|
|
1730
|
-
.buj61ew.ant-btn-ordinary {
|
|
1731
|
-
--color: #1d326c;
|
|
1732
|
-
--border-color: #ccd4e3;
|
|
1733
|
-
--background-color: #fff;
|
|
1734
|
-
--background-color-hover: #edf0f7;
|
|
1735
|
-
--background-color-active: #e4e9f2;
|
|
1736
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1737
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1738
|
-
}
|
|
1739
|
-
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
1740
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1741
|
-
}
|
|
1742
|
-
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
1743
|
-
--color: #0080ff;
|
|
1744
|
-
--border-color: #0080ff;
|
|
1745
|
-
--background-color: #fff;
|
|
1746
|
-
--background-color-hover: linear-gradient(
|
|
1747
|
-
0deg,
|
|
1748
|
-
rgba(0, 136, 255, 0.16),
|
|
1749
|
-
rgba(0, 136, 255, 0.16)
|
|
1750
|
-
),
|
|
1751
|
-
#ffffff;
|
|
1752
|
-
--background-color-active: linear-gradient(
|
|
1753
|
-
0deg,
|
|
1754
|
-
rgba(0, 136, 255, 0.2),
|
|
1755
|
-
rgba(0, 136, 255, 0.2)
|
|
1756
|
-
),
|
|
1757
|
-
#ffffff;
|
|
1758
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1759
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1760
|
-
}
|
|
1761
|
-
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
1762
|
-
--color: #f0483e;
|
|
1763
|
-
--border-color: #f0483e;
|
|
1764
|
-
--background-color: #fff;
|
|
1765
|
-
--background-color-hover: linear-gradient(
|
|
1766
|
-
0deg,
|
|
1767
|
-
rgba(255, 74, 74, 0.16),
|
|
1768
|
-
rgba(255, 74, 74, 0.16)
|
|
1769
|
-
),
|
|
1770
|
-
#ffffff;
|
|
1771
|
-
--background-color-active: linear-gradient(
|
|
1772
|
-
0deg,
|
|
1773
|
-
rgba(255, 74, 74, 0.2),
|
|
1774
|
-
rgba(255, 74, 74, 0.2)
|
|
1775
|
-
),
|
|
1776
|
-
#ffffff;
|
|
1777
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1778
|
-
}
|
|
1779
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
1780
|
-
--color: #1d326c;
|
|
1781
|
-
--border-color: #fff;
|
|
1782
|
-
--background-color: #fff;
|
|
1783
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1784
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1785
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1786
|
-
box-shadow: none;
|
|
1787
|
-
}
|
|
1788
|
-
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
1789
|
-
--color: #0080ff;
|
|
1790
|
-
--border-color: #fff;
|
|
1791
|
-
--background-color: #fff;
|
|
1792
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1793
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1794
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1795
|
-
box-shadow: none;
|
|
1796
|
-
}
|
|
1797
|
-
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
1798
|
-
--color: #f0483e;
|
|
1799
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1800
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1801
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1802
|
-
}
|
|
1803
|
-
.buj61ew.ant-btn-quiet {
|
|
1804
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
1805
|
-
--border-width: 0;
|
|
1806
|
-
--background-color: transparent;
|
|
1807
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1808
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1809
|
-
--background-color-focus: #fff;
|
|
1810
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1811
|
-
box-shadow: none;
|
|
1812
|
-
}
|
|
1813
|
-
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
1814
|
-
--color: #f0483e;
|
|
1815
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1816
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1817
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1818
|
-
}
|
|
1819
|
-
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
1820
|
-
--color: #0080ff;
|
|
1821
|
-
--background-color: transparent;
|
|
1822
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1823
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1824
|
-
--background-color-focus: #fff;
|
|
1825
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1826
|
-
}
|
|
1827
|
-
.buj61ew.has-icon {
|
|
1828
|
-
display: inline-flex;
|
|
1829
|
-
align-items: center;
|
|
1830
|
-
}
|
|
1831
|
-
.buj61ew .button-prefix-icon {
|
|
1832
|
-
margin-right: 4px;
|
|
1833
|
-
display: inline-flex;
|
|
1834
|
-
}
|
|
1835
|
-
.buj61ew .button-suffix-icon {
|
|
1836
|
-
margin-left: 4px;
|
|
1837
|
-
display: inline-flex;
|
|
1838
|
-
}
|
|
1839
|
-
.buj61ew .icon-wrapper {
|
|
1840
|
-
display: inline-flex;
|
|
1841
|
-
vertical-align: bottom;
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
.nchllas {
|
|
1845
|
-
padding: 0;
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
1600
|
.bpq0js6 {
|
|
1849
1601
|
padding: 4px 11px;
|
|
1850
1602
|
}
|
|
@@ -1874,21 +1626,6 @@ input[type=submit] {
|
|
|
1874
1626
|
border-radius: unset;
|
|
1875
1627
|
}
|
|
1876
1628
|
|
|
1877
|
-
.fde5mpd {
|
|
1878
|
-
width: 100%;
|
|
1879
|
-
height: 100%;
|
|
1880
|
-
min-height: 124px;
|
|
1881
|
-
display: flex;
|
|
1882
|
-
flex-direction: column;
|
|
1883
|
-
justify-content: center;
|
|
1884
|
-
align-items: center;
|
|
1885
|
-
}
|
|
1886
|
-
.fde5mpd .error-text {
|
|
1887
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
-
margin-bottom: 16px;
|
|
1889
|
-
font-size: 18px;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
1629
|
.iap75of {
|
|
1893
1630
|
height: 18px;
|
|
1894
1631
|
line-height: 18px;
|
|
@@ -1902,6 +1639,21 @@ input[type=submit] {
|
|
|
1902
1639
|
margin-right: 4px;
|
|
1903
1640
|
}
|
|
1904
1641
|
|
|
1642
|
+
.fde5mpd {
|
|
1643
|
+
width: 100%;
|
|
1644
|
+
height: 100%;
|
|
1645
|
+
min-height: 124px;
|
|
1646
|
+
display: flex;
|
|
1647
|
+
flex-direction: column;
|
|
1648
|
+
justify-content: center;
|
|
1649
|
+
align-items: center;
|
|
1650
|
+
}
|
|
1651
|
+
.fde5mpd .error-text {
|
|
1652
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1653
|
+
margin-bottom: 16px;
|
|
1654
|
+
font-size: 18px;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1905
1657
|
.i1mrf09m {
|
|
1906
1658
|
display: inline-flex;
|
|
1907
1659
|
align-items: center;
|
|
@@ -1920,6 +1672,127 @@ input[type=submit] {
|
|
|
1920
1672
|
animation: rotate 680ms linear infinite;
|
|
1921
1673
|
}
|
|
1922
1674
|
|
|
1675
|
+
.s34f1qb.ant-switch {
|
|
1676
|
+
min-width: 40px;
|
|
1677
|
+
height: 24px;
|
|
1678
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1679
|
+
overflow: hidden;
|
|
1680
|
+
}
|
|
1681
|
+
.s34f1qb.ant-switch:focus {
|
|
1682
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1683
|
+
}
|
|
1684
|
+
.s34f1qb.ant-switch-small {
|
|
1685
|
+
min-width: 26px;
|
|
1686
|
+
height: 16px;
|
|
1687
|
+
}
|
|
1688
|
+
.s34f1qb.ant-switch-large {
|
|
1689
|
+
min-width: 52px;
|
|
1690
|
+
height: 32px;
|
|
1691
|
+
}
|
|
1692
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1693
|
+
height: 20px;
|
|
1694
|
+
width: 20px;
|
|
1695
|
+
}
|
|
1696
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1697
|
+
border-radius: 10px;
|
|
1698
|
+
transition-delay: 120ms;
|
|
1699
|
+
}
|
|
1700
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1701
|
+
height: 14px;
|
|
1702
|
+
width: 14px;
|
|
1703
|
+
top: 1px;
|
|
1704
|
+
left: 1px;
|
|
1705
|
+
}
|
|
1706
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1707
|
+
height: 28px;
|
|
1708
|
+
width: 28px;
|
|
1709
|
+
}
|
|
1710
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1711
|
+
border-radius: 14px;
|
|
1712
|
+
}
|
|
1713
|
+
.s34f1qb.ant-switch-checked {
|
|
1714
|
+
background-color: #00ba5d;
|
|
1715
|
+
}
|
|
1716
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1717
|
+
left: calc(100% - 20px - 2px);
|
|
1718
|
+
}
|
|
1719
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1720
|
+
left: calc(100% - 14px - 1px);
|
|
1721
|
+
}
|
|
1722
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1723
|
+
left: calc(100% - 28px - 2px);
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
.c1to9vb9 {
|
|
1727
|
+
margin-left: 5px;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.obf05yr {
|
|
1731
|
+
display: inline-block;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
.hsms1n6 {
|
|
1735
|
+
visibility: hidden;
|
|
1736
|
+
position: absolute;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
.p12gwtiw {
|
|
1740
|
+
display: flex;
|
|
1741
|
+
justify-content: space-between;
|
|
1742
|
+
align-items: center;
|
|
1743
|
+
padding: 10px 0;
|
|
1744
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1745
|
+
font-size: 12px;
|
|
1746
|
+
line-height: 24px;
|
|
1747
|
+
}
|
|
1748
|
+
.p12gwtiw .pagination-left {
|
|
1749
|
+
padding: 2px 8px;
|
|
1750
|
+
}
|
|
1751
|
+
.p12gwtiw .dropdown-trigger {
|
|
1752
|
+
display: flex;
|
|
1753
|
+
align-items: center;
|
|
1754
|
+
border-radius: 6px;
|
|
1755
|
+
cursor: pointer;
|
|
1756
|
+
transition: all 0.3s ease;
|
|
1757
|
+
}
|
|
1758
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1759
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1760
|
+
color: #0080ff;
|
|
1761
|
+
}
|
|
1762
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1763
|
+
margin-left: 4px;
|
|
1764
|
+
}
|
|
1765
|
+
.p12gwtiw .pagination-right {
|
|
1766
|
+
display: flex;
|
|
1767
|
+
align-items: center;
|
|
1768
|
+
color: #0080ff;
|
|
1769
|
+
font-weight: bold;
|
|
1770
|
+
}
|
|
1771
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1772
|
+
margin-left: 4px;
|
|
1773
|
+
}
|
|
1774
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1775
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1776
|
+
padding: 0 8px;
|
|
1777
|
+
}
|
|
1778
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1779
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1780
|
+
color: #0080ff;
|
|
1781
|
+
}
|
|
1782
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1783
|
+
transform: rotate(180deg);
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1787
|
+
max-height: calc(100vh - 128px);
|
|
1788
|
+
overflow-y: auto;
|
|
1789
|
+
}
|
|
1790
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1791
|
+
padding: 4px 20px;
|
|
1792
|
+
font-size: 12px;
|
|
1793
|
+
line-height: 18px;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1923
1796
|
.rxbeqvl.ant-radio-wrapper {
|
|
1924
1797
|
display: inline-flex;
|
|
1925
1798
|
align-items: baseline;
|
|
@@ -2062,1230 +1935,1357 @@ input[type=submit] {
|
|
|
2062
1935
|
width: 36px;
|
|
2063
1936
|
}
|
|
2064
1937
|
|
|
2065
|
-
.
|
|
2066
|
-
|
|
2067
|
-
flex-direction: column;
|
|
1938
|
+
.t1upn1sz {
|
|
1939
|
+
height: 100%;
|
|
2068
1940
|
}
|
|
2069
1941
|
|
|
2070
|
-
.
|
|
2071
|
-
max-width: 1120px;
|
|
2072
|
-
width: 100%;
|
|
2073
|
-
margin: 0 auto;
|
|
1942
|
+
.tta5kd2 {
|
|
2074
1943
|
height: 100%;
|
|
2075
1944
|
}
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
width: 100%;
|
|
2080
|
-
margin: 0 auto;
|
|
2081
|
-
display: flex;
|
|
1945
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
1946
|
+
overflow: visible !important;
|
|
1947
|
+
height: 100%;
|
|
2082
1948
|
}
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2085
|
-
flex-grow: 0;
|
|
2086
|
-
flex-shrink: 0;
|
|
2087
|
-
flex-basis: 21%;
|
|
1949
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
1950
|
+
height: 100%;
|
|
2088
1951
|
}
|
|
2089
|
-
.
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
padding-right: 44px;
|
|
1952
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
1953
|
+
width: 100% !important;
|
|
1954
|
+
height: 100%;
|
|
2093
1955
|
}
|
|
2094
|
-
.
|
|
2095
|
-
padding
|
|
1956
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
1957
|
+
padding: 15px 0;
|
|
2096
1958
|
}
|
|
2097
|
-
.
|
|
2098
|
-
|
|
2099
|
-
flex-grow: 0;
|
|
2100
|
-
flex-shrink: 0;
|
|
2101
|
-
flex-basis: 58%;
|
|
1959
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
1960
|
+
display: none;
|
|
2102
1961
|
}
|
|
2103
|
-
.
|
|
2104
|
-
|
|
1962
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
1963
|
+
font-weight: 700;
|
|
2105
1964
|
}
|
|
2106
|
-
.
|
|
2107
|
-
|
|
1965
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
1966
|
+
font-weight: 700;
|
|
2108
1967
|
}
|
|
2109
|
-
.
|
|
2110
|
-
|
|
1968
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
1969
|
+
height: 100%;
|
|
2111
1970
|
}
|
|
2112
|
-
.
|
|
2113
|
-
|
|
1971
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
1972
|
+
height: 100%;
|
|
1973
|
+
overflow: visible;
|
|
2114
1974
|
}
|
|
2115
|
-
.
|
|
2116
|
-
|
|
2117
|
-
display: none !important;
|
|
1975
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
1976
|
+
max-height: none;
|
|
2118
1977
|
}
|
|
2119
|
-
.
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
height: 32px;
|
|
2123
|
-
display: flex;
|
|
2124
|
-
align-items: center;
|
|
1978
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
1979
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
1980
|
+
display: none;
|
|
2125
1981
|
}
|
|
2126
|
-
.
|
|
2127
|
-
|
|
2128
|
-
white-space: nowrap;
|
|
1982
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
1983
|
+
background: transparent;
|
|
2129
1984
|
}
|
|
2130
|
-
.
|
|
2131
|
-
|
|
1985
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
1986
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
1987
|
+
background: #fff;
|
|
1988
|
+
padding: 0 !important;
|
|
2132
1989
|
}
|
|
2133
|
-
.
|
|
2134
|
-
|
|
2135
|
-
|
|
1990
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
1991
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
1992
|
+
display: flex;
|
|
1993
|
+
align-items: center;
|
|
1994
|
+
height: 100%;
|
|
1995
|
+
padding: 8px;
|
|
2136
1996
|
}
|
|
2137
|
-
.
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
1997
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
1998
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
1999
|
+
overflow: hidden;
|
|
2000
|
+
text-overflow: ellipsis;
|
|
2001
|
+
width: 100%;
|
|
2142
2002
|
}
|
|
2143
|
-
.
|
|
2144
|
-
|
|
2003
|
+
.tta5kd2 .ant-table-container {
|
|
2004
|
+
height: 100%;
|
|
2145
2005
|
}
|
|
2146
|
-
.
|
|
2147
|
-
|
|
2006
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
2007
|
+
box-shadow: none !important;
|
|
2148
2008
|
}
|
|
2149
|
-
.
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2009
|
+
.tta5kd2 .ant-table {
|
|
2010
|
+
border-radius: 0px;
|
|
2011
|
+
border-left: none;
|
|
2012
|
+
border-right: none;
|
|
2013
|
+
border-bottom: none;
|
|
2014
|
+
height: 100%;
|
|
2015
|
+
font-size: 12px;
|
|
2016
|
+
background: transparent;
|
|
2157
2017
|
}
|
|
2158
|
-
.
|
|
2159
|
-
|
|
2018
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
2019
|
+
position: relative;
|
|
2020
|
+
z-index: 3;
|
|
2021
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2022
|
+
margin-bottom: -1px;
|
|
2160
2023
|
}
|
|
2161
|
-
.
|
|
2024
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
2025
|
+
.tta5kd2 .ant-table .value {
|
|
2162
2026
|
color: #2d3a56;
|
|
2163
2027
|
}
|
|
2164
|
-
|
|
2165
|
-
.
|
|
2166
|
-
|
|
2167
|
-
width: 100%;
|
|
2168
|
-
max-width: 648px;
|
|
2028
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
2029
|
+
.tta5kd2 .ant-table .unit {
|
|
2030
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2169
2031
|
}
|
|
2170
|
-
.
|
|
2171
|
-
|
|
2032
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
2033
|
+
text-align: center;
|
|
2172
2034
|
}
|
|
2173
|
-
.
|
|
2174
|
-
|
|
2175
|
-
padding: 0;
|
|
2176
|
-
width: 100%;
|
|
2177
|
-
max-width: 648px;
|
|
2178
|
-
overflow: hidden;
|
|
2035
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
2036
|
+
background: #fff;
|
|
2179
2037
|
}
|
|
2180
|
-
.
|
|
2181
|
-
|
|
2038
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
2039
|
+
cursor: pointer;
|
|
2040
|
+
position: absolute;
|
|
2041
|
+
top: 50%;
|
|
2042
|
+
right: 12px;
|
|
2043
|
+
transform: translateY(-50%);
|
|
2182
2044
|
}
|
|
2183
|
-
.
|
|
2184
|
-
|
|
2185
|
-
|
|
2045
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
2046
|
+
box-shadow: none;
|
|
2047
|
+
width: 1px;
|
|
2048
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2186
2049
|
}
|
|
2187
|
-
.
|
|
2188
|
-
|
|
2189
|
-
|
|
2050
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
2051
|
+
box-shadow: none;
|
|
2052
|
+
width: 1px;
|
|
2053
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2190
2054
|
}
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
margin: 0 auto;
|
|
2194
|
-
width: 100%;
|
|
2195
|
-
max-width: 1024px;
|
|
2055
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
2056
|
+
position: relative;
|
|
2196
2057
|
}
|
|
2197
|
-
.
|
|
2198
|
-
|
|
2058
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
2059
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2060
|
+
border-bottom: 1px solid white;
|
|
2061
|
+
height: 40px;
|
|
2062
|
+
vertical-align: middle;
|
|
2063
|
+
transition: background 0ms;
|
|
2064
|
+
color: #00122e;
|
|
2199
2065
|
}
|
|
2200
|
-
.
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2066
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
2067
|
+
background: #f2f5fa;
|
|
2068
|
+
border-bottom-color: #f2f5fa;
|
|
2069
|
+
}
|
|
2070
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
2071
|
+
height: auto;
|
|
2072
|
+
color: #00122e;
|
|
2073
|
+
font-size: 12px;
|
|
2074
|
+
text-align: left;
|
|
2075
|
+
transition: none;
|
|
2205
2076
|
overflow: hidden;
|
|
2077
|
+
text-overflow: ellipsis;
|
|
2078
|
+
white-space: nowrap;
|
|
2206
2079
|
}
|
|
2207
|
-
.
|
|
2208
|
-
|
|
2080
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
2081
|
+
color: #0096ff;
|
|
2209
2082
|
}
|
|
2210
|
-
.
|
|
2211
|
-
|
|
2212
|
-
overflow
|
|
2083
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
2084
|
+
overflow: hidden;
|
|
2085
|
+
text-overflow: ellipsis;
|
|
2086
|
+
width: 100%;
|
|
2087
|
+
vertical-align: middle;
|
|
2213
2088
|
}
|
|
2214
|
-
.
|
|
2215
|
-
|
|
2216
|
-
max-width: 1024px;
|
|
2089
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
2090
|
+
line-height: 0px;
|
|
2217
2091
|
}
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
flex: 1;
|
|
2092
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
2093
|
+
border-top-color: transparent;
|
|
2221
2094
|
}
|
|
2222
|
-
.
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2095
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
2096
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2097
|
+
border-color: transparent transparent white;
|
|
2226
2098
|
}
|
|
2227
|
-
.
|
|
2228
|
-
|
|
2229
|
-
line-height: 20px;
|
|
2230
|
-
color: #2d3a56;
|
|
2231
|
-
margin-bottom: 12px;
|
|
2099
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
2100
|
+
border-radius: 8px 0 0 8px;
|
|
2232
2101
|
}
|
|
2233
|
-
.
|
|
2234
|
-
|
|
2102
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
2103
|
+
border-radius: 8px 0 0 8px;
|
|
2235
2104
|
}
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2105
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
2106
|
+
content: "";
|
|
2107
|
+
width: 4px;
|
|
2108
|
+
top: -1px;
|
|
2109
|
+
bottom: -1px;
|
|
2110
|
+
background: white;
|
|
2241
2111
|
}
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
display: flex;
|
|
2245
|
-
align-items: center;
|
|
2246
|
-
margin-bottom: 8px;
|
|
2112
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
2113
|
+
border-radius: 0 8px 8px 0;
|
|
2247
2114
|
}
|
|
2248
|
-
.
|
|
2249
|
-
|
|
2115
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
2116
|
+
border-radius: 0;
|
|
2117
|
+
background: white;
|
|
2118
|
+
border-top: none;
|
|
2250
2119
|
}
|
|
2251
|
-
.
|
|
2252
|
-
|
|
2120
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
2121
|
+
border-top: 1px solid transparent;
|
|
2122
|
+
border-radius: 0 8px 8px 0;
|
|
2123
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2253
2124
|
}
|
|
2254
|
-
.
|
|
2255
|
-
|
|
2125
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
2126
|
+
background: white;
|
|
2127
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2256
2128
|
}
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2129
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2130
|
+
display: flex;
|
|
2131
|
+
align-items: center;
|
|
2132
|
+
height: 100%;
|
|
2133
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2261
2134
|
}
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
height: 1px;
|
|
2266
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2267
|
-
margin: 24px 0;
|
|
2135
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
2136
|
+
background: white;
|
|
2137
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2268
2138
|
}
|
|
2269
|
-
|
|
2270
|
-
.l1v7sr0n {
|
|
2139
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
2271
2140
|
display: flex;
|
|
2272
|
-
justify-content: center;
|
|
2273
2141
|
align-items: center;
|
|
2274
2142
|
height: 100%;
|
|
2143
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2275
2144
|
}
|
|
2276
|
-
|
|
2277
|
-
.
|
|
2278
|
-
display: inline-block;
|
|
2279
|
-
width: 4px;
|
|
2280
|
-
height: 4px;
|
|
2281
|
-
background: #8e9aa9;
|
|
2282
|
-
opacity: 0.4;
|
|
2283
|
-
border-radius: 50%;
|
|
2284
|
-
margin: 0 4px;
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
.m1jy87hk .ant-modal-header,
|
|
2288
|
-
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2289
|
-
width: 648px;
|
|
2290
|
-
margin: 0 auto;
|
|
2145
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
2146
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2291
2147
|
}
|
|
2292
|
-
.
|
|
2293
|
-
|
|
2294
|
-
border:
|
|
2148
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
2149
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
2150
|
+
border-radius: 8px;
|
|
2295
2151
|
}
|
|
2296
|
-
.
|
|
2297
|
-
|
|
2152
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
2153
|
+
border-top-color: white;
|
|
2298
2154
|
}
|
|
2299
|
-
.
|
|
2300
|
-
|
|
2155
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
2156
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2157
|
+
border-bottom-color: transparent;
|
|
2158
|
+
border-top-color: transparent;
|
|
2301
2159
|
}
|
|
2302
|
-
.
|
|
2303
|
-
border:
|
|
2160
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
2161
|
+
border-radius: 8px 0 0 8px;
|
|
2304
2162
|
}
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
font-size: 12px;
|
|
2308
|
-
line-height: 18px;
|
|
2309
|
-
font-weight: bold;
|
|
2310
|
-
color: #fff;
|
|
2311
|
-
padding: 0 4px;
|
|
2312
|
-
border-radius: 4px;
|
|
2313
|
-
display: inline-block;
|
|
2314
|
-
background: var(--ti7fpyu-0);
|
|
2163
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
2164
|
+
border-radius: 0 8px 8px 0;
|
|
2315
2165
|
}
|
|
2316
|
-
.
|
|
2317
|
-
|
|
2166
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
2167
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2318
2168
|
}
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2169
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
2170
|
+
background: #fff;
|
|
2171
|
+
font-weight: 400;
|
|
2172
|
+
position: relative;
|
|
2173
|
+
border-bottom: none;
|
|
2174
|
+
color: #00122e;
|
|
2175
|
+
transition: none;
|
|
2176
|
+
padding: 15px 8px 15px 8px;
|
|
2326
2177
|
}
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2336
|
-
border-radius: 4px;
|
|
2178
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
2179
|
+
content: "";
|
|
2180
|
+
width: 1px;
|
|
2181
|
+
top: 0;
|
|
2182
|
+
bottom: 0;
|
|
2183
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2184
|
+
position: absolute;
|
|
2185
|
+
right: 0;
|
|
2337
2186
|
}
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
width: 640px;
|
|
2187
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
2188
|
+
padding: unset;
|
|
2341
2189
|
}
|
|
2342
|
-
.
|
|
2343
|
-
|
|
2190
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
2191
|
+
display: none;
|
|
2344
2192
|
}
|
|
2345
|
-
.
|
|
2346
|
-
width:
|
|
2193
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
2194
|
+
width: 100%;
|
|
2195
|
+
overflow: hidden;
|
|
2196
|
+
white-space: nowrap;
|
|
2197
|
+
text-overflow: ellipsis;
|
|
2347
2198
|
}
|
|
2348
|
-
.
|
|
2349
|
-
|
|
2199
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
2200
|
+
overflow: hidden;
|
|
2201
|
+
text-overflow: ellipsis;
|
|
2202
|
+
flex: 1;
|
|
2350
2203
|
}
|
|
2351
|
-
.
|
|
2352
|
-
|
|
2204
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
2205
|
+
padding: 15px 28px 15px 8px;
|
|
2353
2206
|
}
|
|
2354
|
-
.
|
|
2355
|
-
|
|
2356
|
-
display: flex;
|
|
2207
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
2208
|
+
padding: 0;
|
|
2357
2209
|
}
|
|
2358
|
-
.
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2210
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
2211
|
+
position: absolute;
|
|
2212
|
+
right: 10px;
|
|
2213
|
+
top: 50%;
|
|
2214
|
+
transform: translateY(-50%);
|
|
2215
|
+
height: 16px;
|
|
2216
|
+
display: none;
|
|
2217
|
+
transition: transform 320ms ease;
|
|
2366
2218
|
}
|
|
2367
|
-
.
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2219
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
2220
|
+
display: block;
|
|
2221
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2371
2222
|
}
|
|
2372
|
-
.
|
|
2373
|
-
|
|
2223
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
2224
|
+
display: block;
|
|
2374
2225
|
}
|
|
2375
|
-
.
|
|
2376
|
-
|
|
2377
|
-
line-height: 32px;
|
|
2226
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
2227
|
+
display: none;
|
|
2378
2228
|
}
|
|
2379
|
-
.
|
|
2380
|
-
|
|
2229
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
2230
|
+
transform: translateY(-50%);
|
|
2381
2231
|
}
|
|
2382
|
-
.
|
|
2383
|
-
|
|
2232
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
2233
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
2384
2234
|
}
|
|
2385
|
-
.
|
|
2386
|
-
|
|
2235
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
2236
|
+
background: #f2f5fa;
|
|
2387
2237
|
}
|
|
2388
|
-
.
|
|
2389
|
-
|
|
2390
|
-
height: 0;
|
|
2391
|
-
overflow: hidden;
|
|
2238
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
2239
|
+
display: block;
|
|
2392
2240
|
}
|
|
2393
|
-
.
|
|
2394
|
-
|
|
2395
|
-
height: auto;
|
|
2396
|
-
overflow: auto;
|
|
2241
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
2242
|
+
padding: 0 !important;
|
|
2397
2243
|
}
|
|
2398
|
-
.
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2244
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
2245
|
+
position: absolute;
|
|
2246
|
+
left: 50%;
|
|
2247
|
+
top: 50%;
|
|
2248
|
+
transform: translate(-50%, -50%);
|
|
2402
2249
|
}
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
color: #2d3a56;
|
|
2406
|
-
font-weight: bold;
|
|
2407
|
-
padding-bottom: 6px;
|
|
2408
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2409
|
-
margin-bottom: 16px;
|
|
2250
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
2251
|
+
display: none;
|
|
2410
2252
|
}
|
|
2411
|
-
.
|
|
2412
|
-
|
|
2253
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
2254
|
+
background: #fff;
|
|
2413
2255
|
}
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
width: 8px;
|
|
2417
|
-
height: 24px;
|
|
2418
|
-
display: flex;
|
|
2419
|
-
justify-content: center;
|
|
2420
|
-
align-items: center;
|
|
2421
|
-
cursor: pointer;
|
|
2422
|
-
transition: all 200ms ease-out 40ms;
|
|
2256
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
2257
|
+
background: inherit;
|
|
2423
2258
|
}
|
|
2424
|
-
.
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
position: relative;
|
|
2431
|
-
right: 2px;
|
|
2432
|
-
transform: rotate(-45deg);
|
|
2259
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
2260
|
+
position: static;
|
|
2261
|
+
border: none;
|
|
2262
|
+
background: inherit !important;
|
|
2263
|
+
height: 100px;
|
|
2264
|
+
vertical-align: middle;
|
|
2433
2265
|
}
|
|
2434
|
-
.
|
|
2435
|
-
|
|
2436
|
-
|
|
2266
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
2267
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2268
|
+
font-weight: bold;
|
|
2269
|
+
font-size: 20px;
|
|
2270
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2437
2271
|
}
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
background:
|
|
2442
|
-
border-radius: 6px;
|
|
2272
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
2273
|
+
padding: 0 !important;
|
|
2274
|
+
position: relative;
|
|
2275
|
+
background: #fff;
|
|
2443
2276
|
}
|
|
2444
|
-
.
|
|
2445
|
-
|
|
2446
|
-
|
|
2277
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
2278
|
+
height: 100%;
|
|
2279
|
+
display: flex;
|
|
2280
|
+
align-items: center;
|
|
2281
|
+
justify-content: flex-end;
|
|
2282
|
+
padding-right: 8px;
|
|
2447
2283
|
}
|
|
2448
|
-
.
|
|
2449
|
-
|
|
2450
|
-
|
|
2284
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
2285
|
+
width: 24px;
|
|
2286
|
+
height: 24px;
|
|
2287
|
+
cursor: pointer;
|
|
2288
|
+
justify-content: center;
|
|
2289
|
+
border-radius: 4px;
|
|
2290
|
+
}
|
|
2291
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
2292
|
+
background: #fff;
|
|
2451
2293
|
}
|
|
2452
2294
|
|
|
2453
|
-
.
|
|
2295
|
+
.cz04yix {
|
|
2454
2296
|
display: flex;
|
|
2455
|
-
flex-direction:
|
|
2456
|
-
padding: 7px 12px;
|
|
2457
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2458
|
-
border-radius: 6px;
|
|
2459
|
-
color: #e07f00;
|
|
2460
|
-
font-size: 12px;
|
|
2461
|
-
line-height: 18px;
|
|
2297
|
+
flex-direction: column;
|
|
2462
2298
|
}
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2299
|
+
|
|
2300
|
+
.m1if5j39 {
|
|
2301
|
+
max-width: 1120px;
|
|
2302
|
+
width: 100%;
|
|
2303
|
+
margin: 0 auto;
|
|
2304
|
+
height: 100%;
|
|
2466
2305
|
}
|
|
2467
2306
|
|
|
2468
|
-
.
|
|
2307
|
+
.w1vvwdlp {
|
|
2308
|
+
max-width: 1120px;
|
|
2309
|
+
width: 100%;
|
|
2310
|
+
margin: 0 auto;
|
|
2469
2311
|
display: flex;
|
|
2470
|
-
flex-direction: row;
|
|
2471
|
-
padding: 7px 12px;
|
|
2472
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2473
|
-
border-radius: 6px;
|
|
2474
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2475
|
-
font-size: 12px;
|
|
2476
|
-
line-height: 18px;
|
|
2477
2312
|
}
|
|
2478
|
-
.
|
|
2479
|
-
|
|
2480
|
-
|
|
2313
|
+
.w1vvwdlp .left,
|
|
2314
|
+
.w1vvwdlp .right {
|
|
2315
|
+
flex-grow: 0;
|
|
2316
|
+
flex-shrink: 0;
|
|
2317
|
+
flex-basis: 21%;
|
|
2481
2318
|
}
|
|
2482
|
-
|
|
2483
|
-
.i16ozz3f {
|
|
2319
|
+
.w1vvwdlp .left {
|
|
2484
2320
|
display: flex;
|
|
2485
|
-
|
|
2486
|
-
padding:
|
|
2487
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2488
|
-
border-radius: 6px;
|
|
2489
|
-
color: #005ed1;
|
|
2490
|
-
font-size: 12px;
|
|
2491
|
-
line-height: 18px;
|
|
2321
|
+
justify-content: flex-end;
|
|
2322
|
+
padding-right: 44px;
|
|
2492
2323
|
}
|
|
2493
|
-
.
|
|
2494
|
-
|
|
2495
|
-
height: 18px;
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
|
-
.dszu9qr {
|
|
2499
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2500
|
-
margin-top: 5px;
|
|
2501
|
-
font-size: 12px;
|
|
2502
|
-
line-height: 18px;
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
.snxzgx {
|
|
2506
|
-
color: #f0483e;
|
|
2507
|
-
font-size: 12px;
|
|
2508
|
-
white-space: pre-wrap;
|
|
2324
|
+
.w1vvwdlp .right {
|
|
2325
|
+
padding-left: 44px;
|
|
2509
2326
|
}
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2327
|
+
.w1vvwdlp .middle {
|
|
2328
|
+
margin-bottom: 40px;
|
|
2329
|
+
flex-grow: 0;
|
|
2330
|
+
flex-shrink: 0;
|
|
2331
|
+
flex-basis: 58%;
|
|
2515
2332
|
}
|
|
2516
|
-
.
|
|
2517
|
-
|
|
2333
|
+
.w1vvwdlp .middle .form-base-field {
|
|
2334
|
+
width: 100%;
|
|
2518
2335
|
}
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2336
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2337
|
+
width: auto;
|
|
2522
2338
|
}
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
padding: 5px 12px;
|
|
2526
|
-
line-height: 20px;
|
|
2527
|
-
color: #2d3a56;
|
|
2528
|
-
border-radius: 6px;
|
|
2529
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2530
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2339
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2340
|
+
flex: initial;
|
|
2531
2341
|
}
|
|
2532
|
-
.
|
|
2533
|
-
|
|
2534
|
-
line-height: 22px;
|
|
2342
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2343
|
+
margin-top: 4px;
|
|
2535
2344
|
}
|
|
2536
|
-
.
|
|
2537
|
-
|
|
2538
|
-
|
|
2345
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
2346
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
2347
|
+
display: none !important;
|
|
2539
2348
|
}
|
|
2540
|
-
.
|
|
2541
|
-
|
|
2542
|
-
|
|
2349
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
2350
|
+
padding: 0 15px;
|
|
2351
|
+
border-radius: 4px;
|
|
2352
|
+
height: 32px;
|
|
2353
|
+
display: flex;
|
|
2354
|
+
align-items: center;
|
|
2543
2355
|
}
|
|
2544
|
-
.
|
|
2545
|
-
|
|
2546
|
-
|
|
2356
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
2357
|
+
min-height: auto;
|
|
2358
|
+
white-space: nowrap;
|
|
2547
2359
|
}
|
|
2548
|
-
.
|
|
2549
|
-
|
|
2550
|
-
color: #e75a3a;
|
|
2360
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
2361
|
+
padding-bottom: 0px;
|
|
2551
2362
|
}
|
|
2552
|
-
.
|
|
2553
|
-
|
|
2554
|
-
|
|
2363
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
2364
|
+
font-size: 13px !important;
|
|
2365
|
+
line-height: 20px !important;
|
|
2555
2366
|
}
|
|
2556
|
-
.
|
|
2557
|
-
|
|
2558
|
-
|
|
2367
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2368
|
+
display: inline-block;
|
|
2369
|
+
text-align: center;
|
|
2370
|
+
width: 13px;
|
|
2371
|
+
margin-right: 12px;
|
|
2559
2372
|
}
|
|
2560
|
-
.
|
|
2561
|
-
background: rgba(
|
|
2562
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2563
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2373
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2374
|
+
background: rgba(0, 128, 255, 0.1);
|
|
2564
2375
|
}
|
|
2565
|
-
.
|
|
2566
|
-
|
|
2567
|
-
border-radius: 6px;
|
|
2568
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2569
|
-
line-height: 20px;
|
|
2570
|
-
color: #2d3a56;
|
|
2571
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2376
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2377
|
+
color: #005ed1;
|
|
2572
2378
|
}
|
|
2573
|
-
.
|
|
2574
|
-
|
|
2575
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2379
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2380
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2576
2381
|
}
|
|
2577
|
-
.
|
|
2578
|
-
|
|
2579
|
-
line-height: 22px;
|
|
2382
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2383
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
2580
2384
|
}
|
|
2581
|
-
.
|
|
2582
|
-
|
|
2583
|
-
line-height: 18px;
|
|
2385
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
2386
|
+
cursor: not-allowed;
|
|
2584
2387
|
}
|
|
2585
|
-
.
|
|
2586
|
-
|
|
2587
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2388
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
2389
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2588
2390
|
}
|
|
2589
|
-
.
|
|
2590
|
-
|
|
2591
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2391
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2392
|
+
color: #2d3a56;
|
|
2592
2393
|
}
|
|
2593
|
-
|
|
2594
|
-
|
|
2394
|
+
|
|
2395
|
+
.h1cuopx7 .ant-modal-header {
|
|
2396
|
+
margin: 0 auto;
|
|
2397
|
+
width: 100%;
|
|
2398
|
+
max-width: 648px;
|
|
2595
2399
|
}
|
|
2596
|
-
.
|
|
2597
|
-
|
|
2400
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2401
|
+
margin-left: 0;
|
|
2598
2402
|
}
|
|
2599
|
-
.
|
|
2600
|
-
|
|
2601
|
-
|
|
2403
|
+
.h1cuopx7 .ant-modal-body {
|
|
2404
|
+
margin: 0 auto;
|
|
2405
|
+
padding: 0;
|
|
2406
|
+
width: 100%;
|
|
2407
|
+
max-width: 648px;
|
|
2408
|
+
overflow: hidden;
|
|
2602
2409
|
}
|
|
2603
|
-
.
|
|
2604
|
-
|
|
2605
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2410
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
2411
|
+
margin-bottom: 40px;
|
|
2606
2412
|
}
|
|
2607
|
-
.
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2413
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
2414
|
+
height: calc(100vh - 225px);
|
|
2415
|
+
overflow-y: auto;
|
|
2611
2416
|
}
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2417
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
2418
|
+
margin: 0 auto;
|
|
2419
|
+
max-width: 648px;
|
|
2615
2420
|
}
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2421
|
+
|
|
2422
|
+
.h1p6d3y3 .ant-modal-header {
|
|
2423
|
+
margin: 0 auto;
|
|
2424
|
+
width: 100%;
|
|
2425
|
+
max-width: 1024px;
|
|
2619
2426
|
}
|
|
2620
|
-
|
|
2621
|
-
|
|
2427
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2428
|
+
margin-left: 0;
|
|
2622
2429
|
}
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2430
|
+
.h1p6d3y3 .ant-modal-body {
|
|
2431
|
+
margin: 0 auto;
|
|
2432
|
+
padding: 0;
|
|
2433
|
+
width: 100%;
|
|
2434
|
+
max-width: 1024px;
|
|
2435
|
+
overflow: hidden;
|
|
2626
2436
|
}
|
|
2627
|
-
|
|
2628
|
-
|
|
2437
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
2438
|
+
margin-bottom: 40px;
|
|
2629
2439
|
}
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2440
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
2441
|
+
height: calc(100vh - 225px);
|
|
2442
|
+
overflow-y: auto;
|
|
2633
2443
|
}
|
|
2634
|
-
|
|
2635
|
-
|
|
2444
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
2445
|
+
margin: 0 auto;
|
|
2446
|
+
max-width: 1024px;
|
|
2636
2447
|
}
|
|
2637
2448
|
|
|
2638
|
-
.
|
|
2639
|
-
|
|
2640
|
-
border-radius: 4px;
|
|
2449
|
+
.fxgckuk {
|
|
2450
|
+
flex: 1;
|
|
2641
2451
|
}
|
|
2642
|
-
.
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
cursor: pointer;
|
|
2647
|
-
transition: border 150ms;
|
|
2452
|
+
.fxgckuk label {
|
|
2453
|
+
font-size: 13px;
|
|
2454
|
+
line-height: 20px;
|
|
2455
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2648
2456
|
}
|
|
2649
|
-
.
|
|
2650
|
-
|
|
2651
|
-
|
|
2457
|
+
.fxgckuk .title {
|
|
2458
|
+
font-size: 14px;
|
|
2459
|
+
line-height: 20px;
|
|
2460
|
+
color: #2d3a56;
|
|
2461
|
+
margin-bottom: 12px;
|
|
2652
2462
|
}
|
|
2653
|
-
.
|
|
2654
|
-
padding-
|
|
2463
|
+
.fxgckuk.connect-cluster .title {
|
|
2464
|
+
padding-bottom: 26px;
|
|
2655
2465
|
}
|
|
2656
|
-
|
|
2657
|
-
|
|
2466
|
+
|
|
2467
|
+
.f1d0vek1 {
|
|
2468
|
+
padding: 25px 0 15px 0;
|
|
2469
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2470
|
+
margin-bottom: 16px;
|
|
2658
2471
|
}
|
|
2659
|
-
|
|
2472
|
+
|
|
2473
|
+
.f4u402y {
|
|
2660
2474
|
display: flex;
|
|
2475
|
+
align-items: center;
|
|
2476
|
+
margin-bottom: 8px;
|
|
2661
2477
|
}
|
|
2662
|
-
.
|
|
2663
|
-
|
|
2664
|
-
right: 12px;
|
|
2665
|
-
top: 50%;
|
|
2666
|
-
transform: translateY(-50%);
|
|
2478
|
+
.f4u402y > label {
|
|
2479
|
+
width: 216px;
|
|
2667
2480
|
}
|
|
2668
|
-
.
|
|
2669
|
-
|
|
2670
|
-
font-size: 12px;
|
|
2671
|
-
cursor: pointer;
|
|
2481
|
+
.f4u402y > label + * {
|
|
2482
|
+
width: 100%;
|
|
2672
2483
|
}
|
|
2673
|
-
.
|
|
2674
|
-
|
|
2675
|
-
}
|
|
2676
|
-
.kypn5o5.has-focus-indicator {
|
|
2677
|
-
position: relative;
|
|
2678
|
-
overflow: hidden;
|
|
2679
|
-
}
|
|
2680
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2681
|
-
position: absolute;
|
|
2682
|
-
top: 50%;
|
|
2683
|
-
transform: translateY(-50%);
|
|
2684
|
-
left: -16px;
|
|
2685
|
-
transition: left 150ms ease;
|
|
2686
|
-
opacity: 0;
|
|
2687
|
-
}
|
|
2688
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2689
|
-
left: 8px;
|
|
2690
|
-
opacity: 1;
|
|
2691
|
-
}
|
|
2692
|
-
.kypn5o5.has-focus-indicator input {
|
|
2693
|
-
transition: margin-left 150ms ease;
|
|
2694
|
-
margin-left: 0px;
|
|
2695
|
-
}
|
|
2696
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2697
|
-
margin-left: 16px;
|
|
2484
|
+
.f4u402y .ant-select {
|
|
2485
|
+
width: 100%;
|
|
2698
2486
|
}
|
|
2699
2487
|
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2488
|
+
.e1pldf6v {
|
|
2489
|
+
color: #e75a3a;
|
|
2490
|
+
margin-right: 10px;
|
|
2703
2491
|
}
|
|
2704
2492
|
|
|
2705
|
-
.
|
|
2706
|
-
|
|
2707
|
-
|
|
2493
|
+
.dq0gblh {
|
|
2494
|
+
width: 100%;
|
|
2495
|
+
height: 1px;
|
|
2496
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2497
|
+
margin: 24px 0;
|
|
2708
2498
|
}
|
|
2709
2499
|
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2500
|
+
.l1v7sr0n {
|
|
2501
|
+
display: flex;
|
|
2502
|
+
justify-content: center;
|
|
2503
|
+
align-items: center;
|
|
2504
|
+
height: 100%;
|
|
2713
2505
|
}
|
|
2714
2506
|
|
|
2715
|
-
.
|
|
2716
|
-
|
|
2717
|
-
|
|
2507
|
+
.d1i4ou6o {
|
|
2508
|
+
display: inline-block;
|
|
2509
|
+
width: 4px;
|
|
2510
|
+
height: 4px;
|
|
2511
|
+
background: #8e9aa9;
|
|
2512
|
+
opacity: 0.4;
|
|
2513
|
+
border-radius: 50%;
|
|
2514
|
+
margin: 0 4px;
|
|
2718
2515
|
}
|
|
2719
2516
|
|
|
2720
|
-
.
|
|
2721
|
-
|
|
2722
|
-
|
|
2517
|
+
.m1jy87hk .ant-modal-header,
|
|
2518
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2519
|
+
width: 648px;
|
|
2520
|
+
margin: 0 auto;
|
|
2723
2521
|
}
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
border
|
|
2727
|
-
border-bottom-left-radius: 0;
|
|
2522
|
+
.m1jy87hk .ant-modal-header {
|
|
2523
|
+
padding: 35px 0 24px;
|
|
2524
|
+
border: none;
|
|
2728
2525
|
}
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
display: flex;
|
|
2732
|
-
justify-content: space-between;
|
|
2733
|
-
align-items: center;
|
|
2734
|
-
padding: 10px 0;
|
|
2735
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2736
|
-
font-size: 12px;
|
|
2737
|
-
line-height: 24px;
|
|
2526
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2527
|
+
font-size: 30px;
|
|
2738
2528
|
}
|
|
2739
|
-
.
|
|
2740
|
-
padding: 2px
|
|
2529
|
+
.m1jy87hk .ant-modal-body {
|
|
2530
|
+
padding: 4px 0 2px;
|
|
2741
2531
|
}
|
|
2742
|
-
.
|
|
2743
|
-
|
|
2744
|
-
align-items: center;
|
|
2745
|
-
border-radius: 6px;
|
|
2746
|
-
cursor: pointer;
|
|
2747
|
-
transition: all 0.3s ease;
|
|
2532
|
+
.m1jy87hk .ant-modal-footer {
|
|
2533
|
+
border: none;
|
|
2748
2534
|
}
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2535
|
+
|
|
2536
|
+
.ti7fpyu {
|
|
2537
|
+
font-size: 12px;
|
|
2538
|
+
line-height: 18px;
|
|
2539
|
+
font-weight: bold;
|
|
2540
|
+
color: #fff;
|
|
2541
|
+
padding: 0 4px;
|
|
2542
|
+
border-radius: 4px;
|
|
2543
|
+
display: inline-block;
|
|
2544
|
+
background: var(--ti7fpyu-0);
|
|
2752
2545
|
}
|
|
2753
|
-
.
|
|
2546
|
+
.ti7fpyu:not(:first-child) {
|
|
2754
2547
|
margin-left: 4px;
|
|
2755
2548
|
}
|
|
2756
|
-
|
|
2549
|
+
|
|
2550
|
+
.f1rest1f {
|
|
2551
|
+
width: 100%;
|
|
2552
|
+
height: 100%;
|
|
2757
2553
|
display: flex;
|
|
2758
2554
|
align-items: center;
|
|
2759
|
-
|
|
2760
|
-
font-weight: bold;
|
|
2761
|
-
}
|
|
2762
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2763
|
-
margin-left: 4px;
|
|
2764
|
-
}
|
|
2765
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2766
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2767
|
-
padding: 0 8px;
|
|
2768
|
-
}
|
|
2769
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2770
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2771
|
-
color: #0080ff;
|
|
2772
|
-
}
|
|
2773
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2774
|
-
transform: rotate(180deg);
|
|
2555
|
+
justify-content: center;
|
|
2775
2556
|
}
|
|
2776
2557
|
|
|
2777
|
-
.
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2558
|
+
.n1kbdoln {
|
|
2559
|
+
font-size: 90%;
|
|
2560
|
+
font-weight: bold;
|
|
2561
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2562
|
+
padding: 1px 4px 1px;
|
|
2563
|
+
margin-left: 2px;
|
|
2564
|
+
margin-right: 2px;
|
|
2565
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2566
|
+
border-radius: 4px;
|
|
2785
2567
|
}
|
|
2786
2568
|
|
|
2787
|
-
.
|
|
2788
|
-
|
|
2569
|
+
.f1y3gta0.form-item-general {
|
|
2570
|
+
width: 640px;
|
|
2789
2571
|
}
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
visibility: hidden;
|
|
2793
|
-
position: absolute;
|
|
2572
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2573
|
+
margin-top: 16px;
|
|
2794
2574
|
}
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
min-width: 40px;
|
|
2798
|
-
height: 24px;
|
|
2799
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2800
|
-
overflow: hidden;
|
|
2575
|
+
.f1y3gta0.form-item-compact {
|
|
2576
|
+
width: 412px;
|
|
2801
2577
|
}
|
|
2802
|
-
.
|
|
2803
|
-
|
|
2578
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2579
|
+
margin-top: 8px;
|
|
2804
2580
|
}
|
|
2805
|
-
.
|
|
2806
|
-
|
|
2807
|
-
height: 16px;
|
|
2581
|
+
.f1y3gta0 .form-item {
|
|
2582
|
+
width: auto;
|
|
2808
2583
|
}
|
|
2809
|
-
.
|
|
2810
|
-
|
|
2811
|
-
|
|
2584
|
+
.f1y3gta0 .form-item-main {
|
|
2585
|
+
position: relative;
|
|
2586
|
+
display: flex;
|
|
2812
2587
|
}
|
|
2813
|
-
.
|
|
2814
|
-
|
|
2815
|
-
width:
|
|
2588
|
+
.f1y3gta0 .form-item-extra {
|
|
2589
|
+
margin-top: 4px;
|
|
2590
|
+
width: 100%;
|
|
2591
|
+
padding: 14px;
|
|
2592
|
+
background: #f2f4f6;
|
|
2593
|
+
font-size: 13px;
|
|
2594
|
+
line-height: 1.8;
|
|
2595
|
+
color: #8e9aa9;
|
|
2816
2596
|
}
|
|
2817
|
-
.
|
|
2818
|
-
|
|
2819
|
-
|
|
2597
|
+
.f1y3gta0 .form-item-label {
|
|
2598
|
+
padding-right: 12px;
|
|
2599
|
+
font-size: 13px;
|
|
2600
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2820
2601
|
}
|
|
2821
|
-
.
|
|
2822
|
-
|
|
2823
|
-
width: 14px;
|
|
2824
|
-
top: 1px;
|
|
2825
|
-
left: 1px;
|
|
2602
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2603
|
+
text-align: right;
|
|
2826
2604
|
}
|
|
2827
|
-
.
|
|
2828
|
-
|
|
2829
|
-
|
|
2605
|
+
.f1y3gta0 .form-item-label,
|
|
2606
|
+
.f1y3gta0 .form-item-control {
|
|
2607
|
+
line-height: 32px;
|
|
2830
2608
|
}
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2609
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2610
|
+
line-height: 18px;
|
|
2833
2611
|
}
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2612
|
+
.f1y3gta0 .form-item-children {
|
|
2613
|
+
width: 100%;
|
|
2836
2614
|
}
|
|
2837
|
-
.
|
|
2838
|
-
|
|
2615
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
2616
|
+
width: 100%;
|
|
2839
2617
|
}
|
|
2840
|
-
.
|
|
2841
|
-
|
|
2618
|
+
.f1y3gta0 .form-item-error {
|
|
2619
|
+
color: #e75a3a;
|
|
2620
|
+
height: 0;
|
|
2621
|
+
overflow: hidden;
|
|
2842
2622
|
}
|
|
2843
|
-
.
|
|
2844
|
-
|
|
2623
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2624
|
+
margin-top: 4px;
|
|
2625
|
+
height: auto;
|
|
2626
|
+
overflow: auto;
|
|
2845
2627
|
}
|
|
2846
|
-
|
|
2847
|
-
.
|
|
2848
|
-
|
|
2628
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2629
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2630
|
+
border: 1px solid #e75a3a;
|
|
2631
|
+
color: #e75a3a;
|
|
2849
2632
|
}
|
|
2850
2633
|
|
|
2851
|
-
.
|
|
2852
|
-
|
|
2853
|
-
|
|
2634
|
+
.fujbm7g {
|
|
2635
|
+
color: #2d3a56;
|
|
2636
|
+
font-weight: bold;
|
|
2637
|
+
padding-bottom: 6px;
|
|
2638
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2639
|
+
margin-bottom: 16px;
|
|
2854
2640
|
}
|
|
2855
|
-
.
|
|
2856
|
-
|
|
2857
|
-
margin-right: 4px;
|
|
2858
|
-
flex: 1;
|
|
2859
|
-
overflow: visible;
|
|
2860
|
-
}
|
|
2861
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2862
|
-
display: none;
|
|
2863
|
-
}
|
|
2864
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2865
|
-
width: 100%;
|
|
2866
|
-
min-height: unset;
|
|
2641
|
+
.fujbm7g:not(:first-of-type) {
|
|
2642
|
+
margin-top: 16px;
|
|
2867
2643
|
}
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2644
|
+
|
|
2645
|
+
.e5fsw5s {
|
|
2646
|
+
width: 8px;
|
|
2647
|
+
height: 24px;
|
|
2648
|
+
display: flex;
|
|
2649
|
+
justify-content: center;
|
|
2650
|
+
align-items: center;
|
|
2651
|
+
cursor: pointer;
|
|
2652
|
+
transition: all 200ms ease-out 40ms;
|
|
2876
2653
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2654
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2655
|
+
content: "";
|
|
2656
|
+
width: 1px;
|
|
2657
|
+
height: 6px;
|
|
2658
|
+
border-radius: 1px;
|
|
2659
|
+
background: #ccd4e3;
|
|
2660
|
+
position: relative;
|
|
2661
|
+
right: 2px;
|
|
2662
|
+
transform: rotate(-45deg);
|
|
2879
2663
|
}
|
|
2880
|
-
.
|
|
2881
|
-
|
|
2664
|
+
.e5fsw5s:after {
|
|
2665
|
+
transform: rotate(45deg);
|
|
2666
|
+
left: 1px;
|
|
2882
2667
|
}
|
|
2883
|
-
|
|
2884
|
-
|
|
2668
|
+
|
|
2669
|
+
.w18knsg4.ant-alert-warning {
|
|
2670
|
+
border: 0;
|
|
2671
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2672
|
+
border-radius: 6px;
|
|
2885
2673
|
}
|
|
2886
|
-
.
|
|
2887
|
-
|
|
2674
|
+
.w18knsg4.ant-alert,
|
|
2675
|
+
.w18knsg4 .ant-alert-message {
|
|
2676
|
+
color: #e07f00;
|
|
2888
2677
|
}
|
|
2889
|
-
.
|
|
2890
|
-
|
|
2678
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2679
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2680
|
+
border-bottom-color: #e07f00;
|
|
2891
2681
|
}
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2682
|
+
|
|
2683
|
+
.ng31n2o {
|
|
2684
|
+
display: flex;
|
|
2685
|
+
flex-direction: row;
|
|
2686
|
+
padding: 7px 12px;
|
|
2687
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2688
|
+
border-radius: 6px;
|
|
2689
|
+
color: #e07f00;
|
|
2690
|
+
font-size: 12px;
|
|
2691
|
+
line-height: 18px;
|
|
2902
2692
|
}
|
|
2903
|
-
.
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
height: 0;
|
|
2907
|
-
border: 13px solid transparent;
|
|
2908
|
-
position: absolute;
|
|
2909
|
-
top: 0;
|
|
2910
|
-
border-left: 8px solid #fff;
|
|
2911
|
-
left: 0;
|
|
2693
|
+
.ng31n2o .icon-wrapper {
|
|
2694
|
+
margin-right: 10px;
|
|
2695
|
+
height: 18px;
|
|
2912
2696
|
}
|
|
2913
|
-
|
|
2914
|
-
|
|
2697
|
+
|
|
2698
|
+
.n15x5f5y {
|
|
2699
|
+
display: flex;
|
|
2700
|
+
flex-direction: row;
|
|
2701
|
+
padding: 7px 12px;
|
|
2702
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2703
|
+
border-radius: 6px;
|
|
2704
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2705
|
+
font-size: 12px;
|
|
2706
|
+
line-height: 18px;
|
|
2915
2707
|
}
|
|
2916
|
-
.
|
|
2917
|
-
|
|
2708
|
+
.n15x5f5y .icon-wrapper {
|
|
2709
|
+
margin-right: 10px;
|
|
2710
|
+
height: 18px;
|
|
2918
2711
|
}
|
|
2919
|
-
|
|
2712
|
+
|
|
2713
|
+
.i16ozz3f {
|
|
2714
|
+
display: flex;
|
|
2715
|
+
flex-direction: row;
|
|
2716
|
+
padding: 7px 12px;
|
|
2717
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2718
|
+
border-radius: 6px;
|
|
2920
2719
|
color: #005ed1;
|
|
2720
|
+
font-size: 12px;
|
|
2721
|
+
line-height: 18px;
|
|
2921
2722
|
}
|
|
2922
|
-
.
|
|
2923
|
-
|
|
2924
|
-
|
|
2723
|
+
.i16ozz3f .icon-wrapper {
|
|
2724
|
+
margin-right: 10px;
|
|
2725
|
+
height: 18px;
|
|
2925
2726
|
}
|
|
2926
|
-
|
|
2927
|
-
.
|
|
2727
|
+
|
|
2728
|
+
.dszu9qr {
|
|
2928
2729
|
color: rgba(44, 56, 82, 0.6);
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2730
|
+
margin-top: 5px;
|
|
2731
|
+
font-size: 12px;
|
|
2732
|
+
line-height: 18px;
|
|
2932
2733
|
}
|
|
2933
2734
|
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2735
|
+
.snxzgx {
|
|
2736
|
+
color: #f0483e;
|
|
2737
|
+
font-size: 12px;
|
|
2738
|
+
white-space: pre-wrap;
|
|
2936
2739
|
}
|
|
2937
2740
|
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2741
|
+
.o1i4orqw {
|
|
2742
|
+
display: flex;
|
|
2743
|
+
align-items: center;
|
|
2744
|
+
justify-content: flex-end;
|
|
2940
2745
|
}
|
|
2941
|
-
.
|
|
2942
|
-
|
|
2943
|
-
height: 100%;
|
|
2746
|
+
.o1i4orqw .icon-wrapper {
|
|
2747
|
+
margin-right: 16px;
|
|
2944
2748
|
}
|
|
2945
|
-
|
|
2946
|
-
|
|
2749
|
+
|
|
2750
|
+
.t79k8o2 {
|
|
2751
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2947
2752
|
}
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2753
|
+
|
|
2754
|
+
.ipd9bk.ant-input {
|
|
2755
|
+
padding: 5px 12px;
|
|
2756
|
+
line-height: 20px;
|
|
2757
|
+
color: #2d3a56;
|
|
2758
|
+
border-radius: 6px;
|
|
2759
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2760
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2951
2761
|
}
|
|
2952
|
-
.
|
|
2953
|
-
padding:
|
|
2762
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2763
|
+
padding: 8px 16px;
|
|
2764
|
+
line-height: 22px;
|
|
2954
2765
|
}
|
|
2955
|
-
.
|
|
2956
|
-
|
|
2766
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2767
|
+
padding: 2px 8px;
|
|
2768
|
+
line-height: 18px;
|
|
2957
2769
|
}
|
|
2958
|
-
.
|
|
2959
|
-
|
|
2770
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
2771
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2772
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2960
2773
|
}
|
|
2961
|
-
.
|
|
2962
|
-
|
|
2774
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
2775
|
+
border-color: #0096ff;
|
|
2776
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2963
2777
|
}
|
|
2964
|
-
.
|
|
2965
|
-
|
|
2778
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2779
|
+
border-color: #e75a3a;
|
|
2780
|
+
color: #e75a3a;
|
|
2966
2781
|
}
|
|
2967
|
-
.
|
|
2968
|
-
|
|
2969
|
-
|
|
2782
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
2783
|
+
border-color: #e75a3a;
|
|
2784
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2970
2785
|
}
|
|
2971
|
-
.
|
|
2972
|
-
|
|
2786
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
2787
|
+
border-color: #e75a3a;
|
|
2788
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2973
2789
|
}
|
|
2974
|
-
.
|
|
2975
|
-
|
|
2976
|
-
|
|
2790
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2791
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2792
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2793
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2977
2794
|
}
|
|
2978
|
-
.
|
|
2979
|
-
|
|
2795
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2796
|
+
padding: 5px 12px;
|
|
2797
|
+
border-radius: 6px;
|
|
2798
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2799
|
+
line-height: 20px;
|
|
2800
|
+
color: #2d3a56;
|
|
2801
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2980
2802
|
}
|
|
2981
|
-
.
|
|
2982
|
-
.
|
|
2983
|
-
|
|
2984
|
-
padding: 0 !important;
|
|
2803
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2804
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2805
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2985
2806
|
}
|
|
2986
|
-
.
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
align-items: center;
|
|
2990
|
-
height: 100%;
|
|
2991
|
-
padding: 8px;
|
|
2807
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2808
|
+
padding: 8px 16px;
|
|
2809
|
+
line-height: 22px;
|
|
2992
2810
|
}
|
|
2993
|
-
.
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
text-overflow: ellipsis;
|
|
2997
|
-
width: 100%;
|
|
2811
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2812
|
+
padding: 2px 8px;
|
|
2813
|
+
line-height: 18px;
|
|
2998
2814
|
}
|
|
2999
|
-
.
|
|
3000
|
-
|
|
2815
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2816
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2817
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3001
2818
|
}
|
|
3002
|
-
.
|
|
3003
|
-
|
|
2819
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
2820
|
+
border-color: #0096ff;
|
|
2821
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3004
2822
|
}
|
|
3005
|
-
.
|
|
3006
|
-
border-
|
|
3007
|
-
border-left: none;
|
|
3008
|
-
border-right: none;
|
|
3009
|
-
border-bottom: none;
|
|
3010
|
-
height: 100%;
|
|
3011
|
-
font-size: 12px;
|
|
3012
|
-
background: transparent;
|
|
2823
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2824
|
+
border-color: #e75a3a;
|
|
3013
2825
|
}
|
|
3014
|
-
.
|
|
3015
|
-
|
|
3016
|
-
z-index: 3;
|
|
3017
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3018
|
-
margin-bottom: -1px;
|
|
2826
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2827
|
+
color: #e75a3a;
|
|
3019
2828
|
}
|
|
3020
|
-
.
|
|
3021
|
-
|
|
3022
|
-
|
|
2829
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2830
|
+
border-color: #e75a3a;
|
|
2831
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3023
2832
|
}
|
|
3024
|
-
.
|
|
3025
|
-
|
|
3026
|
-
|
|
2833
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
2834
|
+
border-color: #e75a3a;
|
|
2835
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3027
2836
|
}
|
|
3028
|
-
.
|
|
3029
|
-
|
|
2837
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2838
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2839
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2840
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3030
2841
|
}
|
|
3031
|
-
.
|
|
3032
|
-
|
|
2842
|
+
textarea.ipd9bk.ant-input {
|
|
2843
|
+
transition-property: height;
|
|
2844
|
+
transition-delay: 50ms;
|
|
3033
2845
|
}
|
|
3034
|
-
.
|
|
2846
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2847
|
+
min-height: 40px;
|
|
2848
|
+
height: 40px;
|
|
2849
|
+
}
|
|
2850
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2851
|
+
height: 80px;
|
|
2852
|
+
}
|
|
2853
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2854
|
+
min-height: 32px;
|
|
2855
|
+
height: 32px;
|
|
2856
|
+
}
|
|
2857
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2858
|
+
height: 64px;
|
|
2859
|
+
}
|
|
2860
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2861
|
+
min-height: 24px;
|
|
2862
|
+
height: 24px;
|
|
2863
|
+
}
|
|
2864
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2865
|
+
height: 40px;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2869
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2870
|
+
border-radius: 4px;
|
|
2871
|
+
}
|
|
2872
|
+
.kypn5o5.input-tags {
|
|
2873
|
+
position: relative;
|
|
2874
|
+
padding: 6px;
|
|
2875
|
+
height: 32px;
|
|
3035
2876
|
cursor: pointer;
|
|
2877
|
+
transition: border 150ms;
|
|
2878
|
+
}
|
|
2879
|
+
.kypn5o5.input-tags:hover {
|
|
2880
|
+
border-color: #0080ff;
|
|
2881
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2882
|
+
}
|
|
2883
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2884
|
+
padding-right: 30px;
|
|
2885
|
+
}
|
|
2886
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2887
|
+
display: flex;
|
|
2888
|
+
}
|
|
2889
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2890
|
+
display: flex;
|
|
2891
|
+
}
|
|
2892
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
3036
2893
|
position: absolute;
|
|
3037
|
-
top: 50%;
|
|
3038
2894
|
right: 12px;
|
|
2895
|
+
top: 50%;
|
|
3039
2896
|
transform: translateY(-50%);
|
|
3040
2897
|
}
|
|
3041
|
-
.
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
2898
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2899
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2900
|
+
font-size: 12px;
|
|
2901
|
+
cursor: pointer;
|
|
3045
2902
|
}
|
|
3046
|
-
.
|
|
3047
|
-
|
|
3048
|
-
width: 1px;
|
|
3049
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2903
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2904
|
+
color: rgba(0, 0, 0, 0.45);
|
|
3050
2905
|
}
|
|
3051
|
-
.
|
|
2906
|
+
.kypn5o5.has-focus-indicator {
|
|
3052
2907
|
position: relative;
|
|
2908
|
+
overflow: hidden;
|
|
3053
2909
|
}
|
|
3054
|
-
.
|
|
3055
|
-
|
|
3056
|
-
|
|
2910
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2911
|
+
position: absolute;
|
|
2912
|
+
top: 50%;
|
|
2913
|
+
transform: translateY(-50%);
|
|
2914
|
+
left: -16px;
|
|
2915
|
+
transition: left 150ms ease;
|
|
2916
|
+
opacity: 0;
|
|
2917
|
+
}
|
|
2918
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2919
|
+
left: 8px;
|
|
2920
|
+
opacity: 1;
|
|
2921
|
+
}
|
|
2922
|
+
.kypn5o5.has-focus-indicator input {
|
|
2923
|
+
transition: margin-left 150ms ease;
|
|
2924
|
+
margin-left: 0px;
|
|
2925
|
+
}
|
|
2926
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2927
|
+
margin-left: 16px;
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
input.l1ki27se.ant-input {
|
|
2931
|
+
border-top-right-radius: 0;
|
|
2932
|
+
border-bottom-right-radius: 0;
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2935
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2936
|
+
border-top-right-radius: 0;
|
|
2937
|
+
border-bottom-right-radius: 0;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2940
|
+
input.rrg1fkn.ant-input {
|
|
2941
|
+
border-top-left-radius: 0;
|
|
2942
|
+
border-bottom-left-radius: 0;
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2946
|
+
border-top-left-radius: 0;
|
|
2947
|
+
border-bottom-left-radius: 0;
|
|
2948
|
+
}
|
|
2949
|
+
|
|
2950
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2951
|
+
border-top-right-radius: 0;
|
|
2952
|
+
border-bottom-right-radius: 0;
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2955
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2956
|
+
border-top-left-radius: 0;
|
|
2957
|
+
border-bottom-left-radius: 0;
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
.buj61ew.ant-btn {
|
|
2961
|
+
height: 32px;
|
|
2962
|
+
border-radius: 6px;
|
|
2963
|
+
line-height: 22px;
|
|
2964
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
2965
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
2966
|
+
}
|
|
2967
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
3057
2968
|
height: 40px;
|
|
3058
|
-
|
|
3059
|
-
transition: background 0ms;
|
|
3060
|
-
color: #00122e;
|
|
2969
|
+
line-height: 24px;
|
|
3061
2970
|
}
|
|
3062
|
-
.
|
|
3063
|
-
|
|
3064
|
-
|
|
2971
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
2972
|
+
height: 24px;
|
|
2973
|
+
line-height: 20px;
|
|
3065
2974
|
}
|
|
3066
|
-
.
|
|
3067
|
-
|
|
3068
|
-
color: #00122e;
|
|
3069
|
-
font-size: 12px;
|
|
3070
|
-
text-align: left;
|
|
3071
|
-
transition: none;
|
|
3072
|
-
overflow: hidden;
|
|
3073
|
-
text-overflow: ellipsis;
|
|
3074
|
-
white-space: nowrap;
|
|
2975
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
2976
|
+
border-radius: 50%;
|
|
3075
2977
|
}
|
|
3076
|
-
.
|
|
3077
|
-
color: #
|
|
2978
|
+
.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 {
|
|
2979
|
+
color: var(--color, #06101f);
|
|
2980
|
+
font-weight: var(--font-weight);
|
|
2981
|
+
background: var(--background-color, #fff);
|
|
2982
|
+
border-width: var(--border-width, 1px);
|
|
2983
|
+
border-color: var(--border-color, #d9d9d9);
|
|
3078
2984
|
}
|
|
3079
|
-
.
|
|
3080
|
-
|
|
3081
|
-
text-overflow: ellipsis;
|
|
3082
|
-
width: 100%;
|
|
3083
|
-
vertical-align: middle;
|
|
2985
|
+
.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 {
|
|
2986
|
+
display: none;
|
|
3084
2987
|
}
|
|
3085
|
-
.
|
|
3086
|
-
|
|
2988
|
+
.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 {
|
|
2989
|
+
color: var(--color, inherit);
|
|
3087
2990
|
}
|
|
3088
|
-
.
|
|
3089
|
-
|
|
2991
|
+
.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 {
|
|
2992
|
+
background: var(--background-color-hover, var(--background-color));
|
|
2993
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
3090
2994
|
}
|
|
3091
|
-
.
|
|
3092
|
-
|
|
3093
|
-
|
|
2995
|
+
.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 {
|
|
2996
|
+
--scale: 1;
|
|
2997
|
+
--transY: 1px;
|
|
2998
|
+
background: var(--background-color-active, var(--background-color));
|
|
2999
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
3094
3000
|
}
|
|
3095
|
-
.
|
|
3096
|
-
|
|
3001
|
+
.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 {
|
|
3002
|
+
background: var(--background-color-focus, var(--background-color));
|
|
3003
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
3004
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
3097
3005
|
}
|
|
3098
|
-
.
|
|
3099
|
-
|
|
3006
|
+
.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 {
|
|
3007
|
+
color: var(--color-disabled, var(--color));
|
|
3008
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
3009
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
3010
|
+
opacity: 0.5;
|
|
3100
3011
|
}
|
|
3101
|
-
.
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
top: -1px;
|
|
3105
|
-
bottom: -1px;
|
|
3106
|
-
background: white;
|
|
3012
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
3013
|
+
color: #0080ff;
|
|
3014
|
+
opacity: 0.5;
|
|
3107
3015
|
}
|
|
3108
|
-
.
|
|
3109
|
-
|
|
3016
|
+
.buj61ew.ant-btn-primary {
|
|
3017
|
+
--color: #fff;
|
|
3018
|
+
--font-weight: bold;
|
|
3019
|
+
--border-width: 0;
|
|
3020
|
+
--background-color: #0080ff;
|
|
3021
|
+
--background-color-hover: #009dff;
|
|
3022
|
+
--background-color-active: #005ed1;
|
|
3023
|
+
--background-color-focus: #0080ff;
|
|
3024
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3110
3025
|
}
|
|
3111
|
-
.
|
|
3112
|
-
|
|
3113
|
-
background:
|
|
3114
|
-
|
|
3026
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
3027
|
+
--background-color: #f0483e;
|
|
3028
|
+
--background-color-hover: #ff5252;
|
|
3029
|
+
--background-color-active: #c73d31;
|
|
3030
|
+
--background-color-focus: #ff5252;
|
|
3031
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3115
3032
|
}
|
|
3116
|
-
.
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
background:
|
|
3033
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
3034
|
+
--background-color: #fea008;
|
|
3035
|
+
--background-color-hover: #feba33;
|
|
3036
|
+
--background-color-active: #e07f00;
|
|
3037
|
+
--background-color-focus: #fea008;
|
|
3120
3038
|
}
|
|
3121
|
-
.
|
|
3122
|
-
|
|
3123
|
-
|
|
3039
|
+
.buj61ew.ant-btn-secondary {
|
|
3040
|
+
--color: #0080ff;
|
|
3041
|
+
--font-weight: bold;
|
|
3042
|
+
--border-width: 0;
|
|
3043
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
3044
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
3045
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
3046
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
3047
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3048
|
+
}
|
|
3049
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
3050
|
+
--color: #f0483e;
|
|
3051
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
3052
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
3053
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
3054
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
3055
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3056
|
+
}
|
|
3057
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
3058
|
+
--color: #fea008;
|
|
3059
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
3060
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
3061
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
3062
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
3063
|
+
}
|
|
3064
|
+
.buj61ew.ant-btn-tertiary {
|
|
3065
|
+
--color: #0080ff;
|
|
3066
|
+
--font-weight: bold;
|
|
3067
|
+
--border-width: 0;
|
|
3068
|
+
--background-color: #fff;
|
|
3069
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3070
|
+
box-shadow: none;
|
|
3071
|
+
}
|
|
3072
|
+
.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 {
|
|
3073
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
3074
|
+
}
|
|
3075
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
3076
|
+
--color: #f0483e;
|
|
3077
|
+
--background-color: #fff;
|
|
3078
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3079
|
+
}
|
|
3080
|
+
.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 {
|
|
3081
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
3082
|
+
}
|
|
3083
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
3084
|
+
--color: #fea008;
|
|
3085
|
+
--background-color: #fff;
|
|
3086
|
+
}
|
|
3087
|
+
.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 {
|
|
3088
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
3089
|
+
}
|
|
3090
|
+
.buj61ew.ant-btn-ordinary {
|
|
3091
|
+
--color: #1d326c;
|
|
3092
|
+
--border-color: #ccd4e3;
|
|
3093
|
+
--background-color: #fff;
|
|
3094
|
+
--background-color-hover: #edf0f7;
|
|
3095
|
+
--background-color-active: #e4e9f2;
|
|
3096
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3097
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
3098
|
+
}
|
|
3099
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
3100
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
3101
|
+
}
|
|
3102
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
3103
|
+
--color: #0080ff;
|
|
3104
|
+
--border-color: #0080ff;
|
|
3105
|
+
--background-color: #fff;
|
|
3106
|
+
--background-color-hover: linear-gradient(
|
|
3107
|
+
0deg,
|
|
3108
|
+
rgba(0, 136, 255, 0.16),
|
|
3109
|
+
rgba(0, 136, 255, 0.16)
|
|
3110
|
+
),
|
|
3111
|
+
#ffffff;
|
|
3112
|
+
--background-color-active: linear-gradient(
|
|
3113
|
+
0deg,
|
|
3114
|
+
rgba(0, 136, 255, 0.2),
|
|
3115
|
+
rgba(0, 136, 255, 0.2)
|
|
3116
|
+
),
|
|
3117
|
+
#ffffff;
|
|
3118
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3119
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
3120
|
+
}
|
|
3121
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
3122
|
+
--color: #f0483e;
|
|
3123
|
+
--border-color: #f0483e;
|
|
3124
|
+
--background-color: #fff;
|
|
3125
|
+
--background-color-hover: linear-gradient(
|
|
3126
|
+
0deg,
|
|
3127
|
+
rgba(255, 74, 74, 0.16),
|
|
3128
|
+
rgba(255, 74, 74, 0.16)
|
|
3129
|
+
),
|
|
3130
|
+
#ffffff;
|
|
3131
|
+
--background-color-active: linear-gradient(
|
|
3132
|
+
0deg,
|
|
3133
|
+
rgba(255, 74, 74, 0.2),
|
|
3134
|
+
rgba(255, 74, 74, 0.2)
|
|
3135
|
+
),
|
|
3136
|
+
#ffffff;
|
|
3137
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3124
3138
|
}
|
|
3125
|
-
.
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
background: rgba(
|
|
3139
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
3140
|
+
--color: #1d326c;
|
|
3141
|
+
--border-color: #fff;
|
|
3142
|
+
--background-color: #fff;
|
|
3143
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
3144
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
3145
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3146
|
+
box-shadow: none;
|
|
3130
3147
|
}
|
|
3131
|
-
.
|
|
3132
|
-
|
|
3133
|
-
border-
|
|
3148
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
3149
|
+
--color: #0080ff;
|
|
3150
|
+
--border-color: #fff;
|
|
3151
|
+
--background-color: #fff;
|
|
3152
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
3153
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
3154
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3155
|
+
box-shadow: none;
|
|
3134
3156
|
}
|
|
3135
|
-
.
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3157
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
3158
|
+
--color: #f0483e;
|
|
3159
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
3160
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
3161
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3140
3162
|
}
|
|
3141
|
-
.
|
|
3142
|
-
|
|
3163
|
+
.buj61ew.ant-btn-quiet {
|
|
3164
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
3165
|
+
--border-width: 0;
|
|
3166
|
+
--background-color: transparent;
|
|
3167
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
3168
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
3169
|
+
--background-color-focus: #fff;
|
|
3170
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3171
|
+
box-shadow: none;
|
|
3143
3172
|
}
|
|
3144
|
-
.
|
|
3145
|
-
|
|
3146
|
-
|
|
3173
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
3174
|
+
--color: #f0483e;
|
|
3175
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
3176
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
3177
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
3147
3178
|
}
|
|
3148
|
-
.
|
|
3149
|
-
|
|
3179
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
3180
|
+
--color: #0080ff;
|
|
3181
|
+
--background-color: transparent;
|
|
3182
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
3183
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
3184
|
+
--background-color-focus: #fff;
|
|
3185
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
3150
3186
|
}
|
|
3151
|
-
.
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
border-top-color: transparent;
|
|
3187
|
+
.buj61ew.has-icon {
|
|
3188
|
+
display: inline-flex;
|
|
3189
|
+
align-items: center;
|
|
3155
3190
|
}
|
|
3156
|
-
.
|
|
3157
|
-
|
|
3191
|
+
.buj61ew .button-prefix-icon {
|
|
3192
|
+
margin-right: 4px;
|
|
3193
|
+
display: inline-flex;
|
|
3158
3194
|
}
|
|
3159
|
-
.
|
|
3160
|
-
|
|
3195
|
+
.buj61ew .button-suffix-icon {
|
|
3196
|
+
margin-left: 4px;
|
|
3197
|
+
display: inline-flex;
|
|
3161
3198
|
}
|
|
3162
|
-
.
|
|
3163
|
-
|
|
3199
|
+
.buj61ew .icon-wrapper {
|
|
3200
|
+
display: inline-flex;
|
|
3201
|
+
vertical-align: bottom;
|
|
3164
3202
|
}
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
position: relative;
|
|
3169
|
-
border-bottom: none;
|
|
3170
|
-
color: #00122e;
|
|
3171
|
-
transition: none;
|
|
3172
|
-
padding: 15px 8px 15px 8px;
|
|
3203
|
+
|
|
3204
|
+
.nchllas {
|
|
3205
|
+
padding: 0;
|
|
3173
3206
|
}
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
bottom: 0;
|
|
3179
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3180
|
-
position: absolute;
|
|
3181
|
-
right: 0;
|
|
3207
|
+
|
|
3208
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3209
|
+
flex-direction: row;
|
|
3210
|
+
justify-content: stretch;
|
|
3182
3211
|
}
|
|
3183
|
-
.
|
|
3184
|
-
padding:
|
|
3212
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3213
|
+
padding: 0;
|
|
3214
|
+
margin-right: 4px;
|
|
3215
|
+
flex: 1;
|
|
3216
|
+
overflow: visible;
|
|
3185
3217
|
}
|
|
3186
|
-
.
|
|
3218
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3187
3219
|
display: none;
|
|
3188
3220
|
}
|
|
3189
|
-
.
|
|
3221
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3190
3222
|
width: 100%;
|
|
3191
|
-
|
|
3192
|
-
white-space: nowrap;
|
|
3193
|
-
text-overflow: ellipsis;
|
|
3194
|
-
}
|
|
3195
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3196
|
-
overflow: hidden;
|
|
3197
|
-
text-overflow: ellipsis;
|
|
3198
|
-
flex: 1;
|
|
3199
|
-
}
|
|
3200
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3201
|
-
padding: 15px 28px 15px 8px;
|
|
3223
|
+
min-height: unset;
|
|
3202
3224
|
}
|
|
3203
|
-
.
|
|
3225
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3226
|
+
height: 26px;
|
|
3227
|
+
line-height: 26px;
|
|
3228
|
+
width: 100%;
|
|
3229
|
+
text-align: center;
|
|
3204
3230
|
padding: 0;
|
|
3231
|
+
font-size: 12px;
|
|
3232
|
+
font-weight: normal;
|
|
3205
3233
|
}
|
|
3206
|
-
.
|
|
3207
|
-
|
|
3208
|
-
right: 10px;
|
|
3209
|
-
top: 50%;
|
|
3210
|
-
transform: translateY(-50%);
|
|
3211
|
-
height: 16px;
|
|
3212
|
-
display: none;
|
|
3213
|
-
transition: transform 320ms ease;
|
|
3214
|
-
}
|
|
3215
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3216
|
-
display: block;
|
|
3217
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
3218
|
-
}
|
|
3219
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3220
|
-
display: block;
|
|
3234
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3235
|
+
margin-right: 10px;
|
|
3221
3236
|
}
|
|
3222
|
-
.
|
|
3237
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3223
3238
|
display: none;
|
|
3224
3239
|
}
|
|
3225
|
-
.
|
|
3226
|
-
|
|
3227
|
-
}
|
|
3228
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3229
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
3230
|
-
}
|
|
3231
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3232
|
-
background: #f2f5fa;
|
|
3240
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3241
|
+
border-radius: 4px 0 0 4px;
|
|
3233
3242
|
}
|
|
3234
|
-
.
|
|
3235
|
-
|
|
3243
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3244
|
+
margin-right: 0;
|
|
3236
3245
|
}
|
|
3237
|
-
.
|
|
3238
|
-
|
|
3246
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3247
|
+
border-radius: 0 4px 4px 0;
|
|
3239
3248
|
}
|
|
3240
|
-
.
|
|
3249
|
+
.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 {
|
|
3250
|
+
content: "";
|
|
3251
|
+
width: 0;
|
|
3252
|
+
height: 0;
|
|
3253
|
+
border: 13px solid transparent;
|
|
3241
3254
|
position: absolute;
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3247
|
-
display: none;
|
|
3248
|
-
}
|
|
3249
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3250
|
-
background: #fff;
|
|
3255
|
+
top: 0;
|
|
3256
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3257
|
+
right: -21px;
|
|
3258
|
+
z-index: 2;
|
|
3251
3259
|
}
|
|
3252
|
-
.
|
|
3253
|
-
|
|
3260
|
+
.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 {
|
|
3261
|
+
content: "";
|
|
3262
|
+
width: 0;
|
|
3263
|
+
height: 0;
|
|
3264
|
+
border: 13px solid transparent;
|
|
3265
|
+
position: absolute;
|
|
3266
|
+
top: 0;
|
|
3267
|
+
border-left: 8px solid #fff;
|
|
3268
|
+
left: 0;
|
|
3254
3269
|
}
|
|
3255
|
-
.
|
|
3256
|
-
|
|
3257
|
-
border: none;
|
|
3258
|
-
background: inherit !important;
|
|
3259
|
-
height: 100px;
|
|
3260
|
-
vertical-align: middle;
|
|
3270
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3271
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3261
3272
|
}
|
|
3262
|
-
.
|
|
3263
|
-
|
|
3264
|
-
font-weight: bold;
|
|
3265
|
-
font-size: 20px;
|
|
3266
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3273
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3274
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3267
3275
|
}
|
|
3268
|
-
.
|
|
3269
|
-
|
|
3270
|
-
position: relative;
|
|
3271
|
-
background: #fff;
|
|
3276
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3277
|
+
color: #005ed1;
|
|
3272
3278
|
}
|
|
3273
|
-
.
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
align-items: center;
|
|
3277
|
-
justify-content: flex-end;
|
|
3278
|
-
padding-right: 8px;
|
|
3279
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3280
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3281
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3279
3282
|
}
|
|
3280
|
-
.
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
cursor: pointer;
|
|
3284
|
-
justify-content: center;
|
|
3285
|
-
border-radius: 4px;
|
|
3283
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3284
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3285
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3286
3286
|
}
|
|
3287
|
-
.
|
|
3288
|
-
|
|
3287
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3288
|
+
padding: 0;
|
|
3289
3289
|
}
|
|
3290
3290
|
|
|
3291
3291
|
.s1fc623g {
|