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