@cloudtower/eagle 0.25.3 → 0.25.4
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/FormItem/index.d.ts +4 -0
- package/dist/components.css +1101 -1105
- package/dist/esm/index.js +1 -5
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +357 -361
- package/dist/umd/index.js +1 -5
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1531,1338 +1531,1338 @@ body {
|
|
|
1531
1531
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1532
1532
|
}
|
|
1533
1533
|
}
|
|
1534
|
-
.
|
|
1535
|
-
|
|
1534
|
+
.p12gwtiw {
|
|
1535
|
+
display: flex;
|
|
1536
|
+
justify-content: space-between;
|
|
1537
|
+
align-items: center;
|
|
1538
|
+
padding: 10px 0;
|
|
1539
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1540
|
+
font-size: 12px;
|
|
1541
|
+
line-height: 24px;
|
|
1542
|
+
}
|
|
1543
|
+
.p12gwtiw .pagination-left {
|
|
1544
|
+
padding: 2px 8px;
|
|
1545
|
+
}
|
|
1546
|
+
.p12gwtiw .dropdown-trigger {
|
|
1547
|
+
display: flex;
|
|
1548
|
+
align-items: center;
|
|
1536
1549
|
border-radius: 6px;
|
|
1537
|
-
|
|
1538
|
-
transition:
|
|
1539
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1550
|
+
cursor: pointer;
|
|
1551
|
+
transition: all 0.3s ease;
|
|
1540
1552
|
}
|
|
1541
|
-
.
|
|
1542
|
-
|
|
1543
|
-
|
|
1553
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1554
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1555
|
+
color: #0080ff;
|
|
1544
1556
|
}
|
|
1545
|
-
.
|
|
1546
|
-
|
|
1547
|
-
line-height: 20px;
|
|
1557
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1558
|
+
margin-left: 4px;
|
|
1548
1559
|
}
|
|
1549
|
-
.
|
|
1550
|
-
|
|
1560
|
+
.p12gwtiw .pagination-right {
|
|
1561
|
+
display: flex;
|
|
1562
|
+
align-items: center;
|
|
1563
|
+
color: #0080ff;
|
|
1564
|
+
font-weight: bold;
|
|
1551
1565
|
}
|
|
1552
|
-
.
|
|
1553
|
-
|
|
1554
|
-
font-weight: var(--font-weight);
|
|
1555
|
-
background: var(--background-color, #fff);
|
|
1556
|
-
border-width: var(--border-width, 1px);
|
|
1557
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1566
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1567
|
+
margin-left: 4px;
|
|
1558
1568
|
}
|
|
1559
|
-
.
|
|
1560
|
-
|
|
1569
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1570
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1571
|
+
padding: 0 8px;
|
|
1561
1572
|
}
|
|
1562
|
-
.
|
|
1563
|
-
|
|
1573
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1574
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1575
|
+
color: #0080ff;
|
|
1564
1576
|
}
|
|
1565
|
-
.
|
|
1566
|
-
|
|
1567
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1577
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1578
|
+
transform: rotate(180deg);
|
|
1568
1579
|
}
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1580
|
+
|
|
1581
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1582
|
+
max-height: calc(100vh - 128px);
|
|
1583
|
+
overflow-y: auto;
|
|
1574
1584
|
}
|
|
1575
|
-
.
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1585
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1586
|
+
padding: 4px 20px;
|
|
1587
|
+
font-size: 12px;
|
|
1588
|
+
line-height: 18px;
|
|
1579
1589
|
}
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
opacity: 0.5;
|
|
1590
|
+
|
|
1591
|
+
.i1mrf09m {
|
|
1592
|
+
display: inline-flex;
|
|
1593
|
+
align-items: center;
|
|
1585
1594
|
}
|
|
1586
|
-
.
|
|
1587
|
-
|
|
1588
|
-
|
|
1595
|
+
.i1mrf09m .icon-inner {
|
|
1596
|
+
display: inline-flex;
|
|
1597
|
+
align-items: center;
|
|
1598
|
+
justify-content: center;
|
|
1589
1599
|
}
|
|
1590
|
-
.
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
--border-width: 0;
|
|
1594
|
-
--background-color: #0080ff;
|
|
1595
|
-
--background-color-hover: #009dff;
|
|
1596
|
-
--background-color-active: #005ed1;
|
|
1597
|
-
--background-color-focus: #0080ff;
|
|
1598
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1600
|
+
.i1mrf09m .icon-inner + span,
|
|
1601
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1602
|
+
margin-left: 4px;
|
|
1599
1603
|
}
|
|
1600
|
-
.
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
--background-color-active: #c73d31;
|
|
1604
|
-
--background-color-focus: #ff5252;
|
|
1605
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1604
|
+
.i1mrf09m.is-rotate img,
|
|
1605
|
+
.i1mrf09m.is-rotate svg {
|
|
1606
|
+
animation: rotate 680ms linear infinite;
|
|
1606
1607
|
}
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1608
|
+
|
|
1609
|
+
.iap75of {
|
|
1610
|
+
height: 18px;
|
|
1611
|
+
line-height: 18px;
|
|
1612
|
+
padding: 0 4px;
|
|
1613
|
+
border-radius: 4px;
|
|
1614
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1615
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1616
|
+
display: flex;
|
|
1617
|
+
align-items: center;
|
|
1618
|
+
white-space: nowrap;
|
|
1619
|
+
margin-right: 4px;
|
|
1612
1620
|
}
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
--border-width: 0;
|
|
1617
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
1618
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1619
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1620
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1621
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1621
|
+
|
|
1622
|
+
.obf05yr {
|
|
1623
|
+
display: inline-block;
|
|
1622
1624
|
}
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1628
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1629
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1625
|
+
|
|
1626
|
+
.hsms1n6 {
|
|
1627
|
+
visibility: hidden;
|
|
1628
|
+
position: absolute;
|
|
1630
1629
|
}
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1630
|
+
|
|
1631
|
+
.fde5mpd {
|
|
1632
|
+
width: 100%;
|
|
1633
|
+
height: 100%;
|
|
1634
|
+
min-height: 124px;
|
|
1635
|
+
display: flex;
|
|
1636
|
+
flex-direction: column;
|
|
1637
|
+
justify-content: center;
|
|
1638
|
+
align-items: center;
|
|
1637
1639
|
}
|
|
1638
|
-
.
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
--background-color: #fff;
|
|
1643
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1644
|
-
box-shadow: none;
|
|
1640
|
+
.fde5mpd .error-text {
|
|
1641
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1642
|
+
margin-bottom: 16px;
|
|
1643
|
+
font-size: 18px;
|
|
1645
1644
|
}
|
|
1646
|
-
|
|
1645
|
+
|
|
1646
|
+
.bpq0js6 {
|
|
1647
|
+
padding: 4px 11px;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.b15sn34c {
|
|
1651
|
+
white-space: nowrap;
|
|
1647
1652
|
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1648
1653
|
}
|
|
1649
|
-
.
|
|
1650
|
-
--color: #
|
|
1651
|
-
--background-color: #fff;
|
|
1652
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1654
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1655
|
+
--color: #0080ff;
|
|
1653
1656
|
}
|
|
1654
|
-
.
|
|
1655
|
-
|
|
1657
|
+
.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] {
|
|
1658
|
+
--color: #0080ff;
|
|
1656
1659
|
}
|
|
1657
|
-
.
|
|
1658
|
-
|
|
1659
|
-
--background-color: #fff;
|
|
1660
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1661
|
+
margin-left: 1px;
|
|
1660
1662
|
}
|
|
1661
|
-
.
|
|
1662
|
-
|
|
1663
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1664
|
+
border-top-right-radius: 0;
|
|
1665
|
+
border-bottom-right-radius: 0;
|
|
1663
1666
|
}
|
|
1664
|
-
.
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
--background-color: #fff;
|
|
1668
|
-
--background-color-hover: #edf0f7;
|
|
1669
|
-
--background-color-active: #e4e9f2;
|
|
1670
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1671
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1667
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1668
|
+
border-top-left-radius: 0;
|
|
1669
|
+
border-bottom-left-radius: 0;
|
|
1672
1670
|
}
|
|
1673
|
-
.
|
|
1674
|
-
|
|
1671
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1672
|
+
border-radius: unset;
|
|
1675
1673
|
}
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
0deg,
|
|
1682
|
-
rgba(0, 136, 255, 0.16),
|
|
1683
|
-
rgba(0, 136, 255, 0.16)
|
|
1684
|
-
),
|
|
1685
|
-
#ffffff;
|
|
1686
|
-
--background-color-active: linear-gradient(
|
|
1687
|
-
0deg,
|
|
1688
|
-
rgba(0, 136, 255, 0.2),
|
|
1689
|
-
rgba(0, 136, 255, 0.2)
|
|
1690
|
-
),
|
|
1691
|
-
#ffffff;
|
|
1692
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1693
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1674
|
+
|
|
1675
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1676
|
+
display: inline-flex;
|
|
1677
|
+
align-items: baseline;
|
|
1678
|
+
white-space: pre-wrap;
|
|
1694
1679
|
}
|
|
1695
|
-
.
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
--background-color: #fff;
|
|
1699
|
-
--background-color-hover: linear-gradient(
|
|
1700
|
-
0deg,
|
|
1701
|
-
rgba(255, 74, 74, 0.16),
|
|
1702
|
-
rgba(255, 74, 74, 0.16)
|
|
1703
|
-
),
|
|
1704
|
-
#ffffff;
|
|
1705
|
-
--background-color-active: linear-gradient(
|
|
1706
|
-
0deg,
|
|
1707
|
-
rgba(255, 74, 74, 0.2),
|
|
1708
|
-
rgba(255, 74, 74, 0.2)
|
|
1709
|
-
),
|
|
1710
|
-
#ffffff;
|
|
1711
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1712
|
-
}
|
|
1713
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
1714
|
-
--color: #1d326c;
|
|
1715
|
-
--border-color: #fff;
|
|
1716
|
-
--background-color: #fff;
|
|
1717
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1718
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1719
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1720
|
-
box-shadow: none;
|
|
1680
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1681
|
+
position: relative;
|
|
1682
|
+
top: 3px;
|
|
1721
1683
|
}
|
|
1722
|
-
.
|
|
1723
|
-
|
|
1724
|
-
--border-color: #fff;
|
|
1725
|
-
--background-color: #fff;
|
|
1726
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1727
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1728
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1729
|
-
box-shadow: none;
|
|
1684
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1685
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1730
1686
|
}
|
|
1731
|
-
.
|
|
1732
|
-
|
|
1733
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1734
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1735
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1687
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1688
|
+
border-color: #0080ff;
|
|
1736
1689
|
}
|
|
1737
|
-
.
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
--background-color: transparent;
|
|
1741
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1742
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1743
|
-
--background-color-focus: #fff;
|
|
1744
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1745
|
-
box-shadow: none;
|
|
1690
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1691
|
+
border-color: #0080ff;
|
|
1692
|
+
background: #0080ff;
|
|
1746
1693
|
}
|
|
1747
|
-
.
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1694
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1695
|
+
top: 4px;
|
|
1696
|
+
left: 4px;
|
|
1697
|
+
width: 6px;
|
|
1698
|
+
height: 6px;
|
|
1699
|
+
background: #fff;
|
|
1752
1700
|
}
|
|
1753
|
-
.
|
|
1754
|
-
|
|
1755
|
-
--background-color: transparent;
|
|
1756
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1757
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1758
|
-
--background-color-focus: #fff;
|
|
1759
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1701
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1702
|
+
opacity: 0.5;
|
|
1760
1703
|
}
|
|
1761
|
-
.
|
|
1762
|
-
|
|
1763
|
-
|
|
1704
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1705
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1706
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1764
1707
|
}
|
|
1765
|
-
.
|
|
1766
|
-
|
|
1767
|
-
display: inline-flex;
|
|
1708
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1709
|
+
background: #00122e;
|
|
1768
1710
|
}
|
|
1769
|
-
.
|
|
1770
|
-
|
|
1771
|
-
|
|
1711
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1712
|
+
color: #00122e;
|
|
1713
|
+
opacity: 0.5;
|
|
1772
1714
|
}
|
|
1773
|
-
.
|
|
1774
|
-
|
|
1775
|
-
vertical-align: bottom;
|
|
1715
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1716
|
+
color: #00122e;
|
|
1776
1717
|
}
|
|
1777
|
-
|
|
1778
|
-
|
|
1718
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1719
|
+
display: inline-block;
|
|
1779
1720
|
padding: 0;
|
|
1721
|
+
padding-left: 12px;
|
|
1780
1722
|
}
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1723
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1724
|
+
margin-bottom: 0;
|
|
1725
|
+
white-space: pre-wrap;
|
|
1726
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1727
|
+
}
|
|
1728
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1729
|
+
padding-left: 8px;
|
|
1784
1730
|
}
|
|
1785
1731
|
|
|
1786
|
-
.
|
|
1787
|
-
|
|
1788
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1732
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1733
|
+
border-radius: 5px 0 0 5px;
|
|
1789
1734
|
}
|
|
1790
|
-
.
|
|
1791
|
-
|
|
1735
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1736
|
+
border-radius: 0 5px 5px 0;
|
|
1792
1737
|
}
|
|
1793
|
-
|
|
1794
|
-
|
|
1738
|
+
|
|
1739
|
+
.r1f0aqcc {
|
|
1740
|
+
color: #00122e;
|
|
1741
|
+
border-color: #ccd4e3;
|
|
1795
1742
|
}
|
|
1796
|
-
.
|
|
1797
|
-
|
|
1743
|
+
.r1f0aqcc:first-child {
|
|
1744
|
+
color: #00122e;
|
|
1745
|
+
border-color: #a3b4cc;
|
|
1798
1746
|
}
|
|
1799
|
-
.
|
|
1800
|
-
|
|
1801
|
-
|
|
1747
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1748
|
+
padding: 0 12px;
|
|
1749
|
+
line-height: 32px;
|
|
1750
|
+
height: 32px;
|
|
1802
1751
|
}
|
|
1803
|
-
.
|
|
1804
|
-
|
|
1805
|
-
border-bottom-left-radius: 0;
|
|
1752
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1753
|
+
white-space: nowrap;
|
|
1806
1754
|
}
|
|
1807
|
-
.
|
|
1808
|
-
|
|
1755
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1756
|
+
background: #ccd4e3;
|
|
1809
1757
|
}
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
width: 100%;
|
|
1813
|
-
height: 100%;
|
|
1814
|
-
min-height: 124px;
|
|
1815
|
-
display: flex;
|
|
1816
|
-
flex-direction: column;
|
|
1817
|
-
justify-content: center;
|
|
1818
|
-
align-items: center;
|
|
1758
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1759
|
+
background: #0080ff;
|
|
1819
1760
|
}
|
|
1820
|
-
.
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
font-size: 18px;
|
|
1761
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1762
|
+
background: #ccd4e3;
|
|
1763
|
+
opacity: 0.5;
|
|
1824
1764
|
}
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
display: inline-flex;
|
|
1828
|
-
align-items: center;
|
|
1765
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1766
|
+
border-right-color: #0080ff;
|
|
1829
1767
|
}
|
|
1830
|
-
.
|
|
1831
|
-
|
|
1832
|
-
align-items: center;
|
|
1833
|
-
justify-content: center;
|
|
1768
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1769
|
+
border-color: #0080ff;
|
|
1834
1770
|
}
|
|
1835
|
-
.
|
|
1836
|
-
|
|
1837
|
-
margin-left: 4px;
|
|
1771
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
1772
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1838
1773
|
}
|
|
1839
|
-
.
|
|
1840
|
-
|
|
1841
|
-
|
|
1774
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
1775
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1776
|
+
border-color: #ccd4e3;
|
|
1777
|
+
opacity: 0.5;
|
|
1842
1778
|
}
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
flex-direction: column;
|
|
1779
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
1780
|
+
color: #00122e;
|
|
1781
|
+
border-color: #ccd4e3;
|
|
1847
1782
|
}
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
margin: 0 auto;
|
|
1853
|
-
height: 100%;
|
|
1783
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
1784
|
+
color: #00122e;
|
|
1785
|
+
border-color: #ccd4e3;
|
|
1786
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1854
1787
|
}
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1788
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
1789
|
+
margin-right: 8px;
|
|
1790
|
+
display: inline;
|
|
1791
|
+
border: none;
|
|
1792
|
+
padding: 0;
|
|
1793
|
+
width: 36px;
|
|
1794
|
+
background: transparent;
|
|
1861
1795
|
}
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1864
|
-
flex-grow: 0;
|
|
1865
|
-
flex-shrink: 0;
|
|
1866
|
-
flex-basis: 21%;
|
|
1796
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
1797
|
+
box-shadow: none;
|
|
1867
1798
|
}
|
|
1868
|
-
.
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1799
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
1800
|
+
margin-right: 0;
|
|
1801
|
+
width: initial;
|
|
1802
|
+
box-shadow: none;
|
|
1872
1803
|
}
|
|
1873
|
-
.
|
|
1874
|
-
|
|
1804
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
1805
|
+
display: none;
|
|
1875
1806
|
}
|
|
1876
|
-
.
|
|
1877
|
-
|
|
1878
|
-
flex-grow: 0;
|
|
1879
|
-
flex-shrink: 0;
|
|
1880
|
-
flex-basis: 58%;
|
|
1807
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
1808
|
+
display: inline;
|
|
1881
1809
|
}
|
|
1882
|
-
.
|
|
1883
|
-
|
|
1810
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
1811
|
+
display: inline;
|
|
1812
|
+
margin-right: 8px;
|
|
1813
|
+
padding: 0;
|
|
1814
|
+
width: 36px;
|
|
1884
1815
|
}
|
|
1885
|
-
|
|
1886
|
-
|
|
1816
|
+
|
|
1817
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1818
|
+
flex-direction: row;
|
|
1819
|
+
justify-content: stretch;
|
|
1887
1820
|
}
|
|
1888
|
-
.
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
}
|
|
1894
|
-
.w1vvwdlp .ant-steps-item-icon,
|
|
1895
|
-
.w1vvwdlp .ant-steps-item-tail {
|
|
1896
|
-
display: none !important;
|
|
1897
|
-
}
|
|
1898
|
-
.w1vvwdlp .ant-steps-item-container {
|
|
1899
|
-
padding: 0 15px;
|
|
1900
|
-
border-radius: 4px;
|
|
1901
|
-
height: 32px;
|
|
1902
|
-
display: flex;
|
|
1903
|
-
align-items: center;
|
|
1904
|
-
}
|
|
1905
|
-
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
1906
|
-
min-height: auto;
|
|
1907
|
-
white-space: nowrap;
|
|
1821
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1822
|
+
padding: 0;
|
|
1823
|
+
margin-right: 4px;
|
|
1824
|
+
flex: 1;
|
|
1825
|
+
overflow: visible;
|
|
1908
1826
|
}
|
|
1909
|
-
.
|
|
1910
|
-
|
|
1827
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1828
|
+
display: none;
|
|
1911
1829
|
}
|
|
1912
|
-
.
|
|
1913
|
-
|
|
1914
|
-
|
|
1830
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1831
|
+
width: 100%;
|
|
1832
|
+
min-height: unset;
|
|
1915
1833
|
}
|
|
1916
|
-
.
|
|
1917
|
-
|
|
1834
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1835
|
+
height: 26px;
|
|
1836
|
+
line-height: 26px;
|
|
1837
|
+
width: 100%;
|
|
1918
1838
|
text-align: center;
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
1923
|
-
background: rgba(0, 128, 255, 0.1);
|
|
1924
|
-
}
|
|
1925
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1926
|
-
color: #005ed1;
|
|
1927
|
-
}
|
|
1928
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
1929
|
-
background: rgba(237, 241, 250, 0.6);
|
|
1839
|
+
padding: 0;
|
|
1840
|
+
font-size: 12px;
|
|
1841
|
+
font-weight: normal;
|
|
1930
1842
|
}
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1843
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1844
|
+
margin-right: 10px;
|
|
1933
1845
|
}
|
|
1934
|
-
.
|
|
1935
|
-
|
|
1846
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1847
|
+
display: none;
|
|
1936
1848
|
}
|
|
1937
|
-
.
|
|
1938
|
-
|
|
1849
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1850
|
+
border-radius: 4px 0 0 4px;
|
|
1939
1851
|
}
|
|
1940
|
-
.
|
|
1941
|
-
|
|
1852
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1853
|
+
margin-right: 0;
|
|
1942
1854
|
}
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
margin: 0 auto;
|
|
1946
|
-
width: 100%;
|
|
1947
|
-
max-width: 648px;
|
|
1855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1856
|
+
border-radius: 0 4px 4px 0;
|
|
1948
1857
|
}
|
|
1949
|
-
.
|
|
1950
|
-
|
|
1858
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
1859
|
+
content: "";
|
|
1860
|
+
width: 0;
|
|
1861
|
+
height: 0;
|
|
1862
|
+
border: 13px solid transparent;
|
|
1863
|
+
position: absolute;
|
|
1864
|
+
top: 0;
|
|
1865
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1866
|
+
right: -21px;
|
|
1867
|
+
z-index: 2;
|
|
1951
1868
|
}
|
|
1952
|
-
.
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1869
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
1870
|
+
content: "";
|
|
1871
|
+
width: 0;
|
|
1872
|
+
height: 0;
|
|
1873
|
+
border: 13px solid transparent;
|
|
1874
|
+
position: absolute;
|
|
1875
|
+
top: 0;
|
|
1876
|
+
border-left: 8px solid #fff;
|
|
1877
|
+
left: 0;
|
|
1958
1878
|
}
|
|
1959
|
-
.
|
|
1960
|
-
|
|
1879
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1880
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1961
1881
|
}
|
|
1962
|
-
.
|
|
1963
|
-
|
|
1964
|
-
overflow-y: auto;
|
|
1882
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1883
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1965
1884
|
}
|
|
1966
|
-
.
|
|
1967
|
-
|
|
1968
|
-
max-width: 648px;
|
|
1885
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1886
|
+
color: #005ed1;
|
|
1969
1887
|
}
|
|
1970
|
-
|
|
1971
|
-
.
|
|
1972
|
-
|
|
1973
|
-
width: 100%;
|
|
1974
|
-
max-width: 1024px;
|
|
1888
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1889
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1890
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1975
1891
|
}
|
|
1976
|
-
.
|
|
1977
|
-
|
|
1892
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1893
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1894
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1978
1895
|
}
|
|
1979
|
-
.
|
|
1980
|
-
margin: 0 auto;
|
|
1896
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1981
1897
|
padding: 0;
|
|
1982
|
-
width: 100%;
|
|
1983
|
-
max-width: 1024px;
|
|
1984
|
-
overflow: hidden;
|
|
1985
|
-
}
|
|
1986
|
-
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
1987
|
-
margin-bottom: 40px;
|
|
1988
|
-
}
|
|
1989
|
-
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
1990
|
-
height: calc(100vh - 225px);
|
|
1991
|
-
overflow-y: auto;
|
|
1992
|
-
}
|
|
1993
|
-
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
1994
|
-
margin: 0 auto;
|
|
1995
|
-
max-width: 1024px;
|
|
1996
1898
|
}
|
|
1997
1899
|
|
|
1998
|
-
.
|
|
1999
|
-
|
|
1900
|
+
.buj61ew.ant-btn {
|
|
1901
|
+
height: 32px;
|
|
1902
|
+
border-radius: 6px;
|
|
1903
|
+
line-height: 22px;
|
|
1904
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1905
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
2000
1906
|
}
|
|
2001
|
-
.
|
|
2002
|
-
|
|
2003
|
-
line-height:
|
|
2004
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1907
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
1908
|
+
height: 40px;
|
|
1909
|
+
line-height: 24px;
|
|
2005
1910
|
}
|
|
2006
|
-
.
|
|
2007
|
-
|
|
1911
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
1912
|
+
height: 24px;
|
|
2008
1913
|
line-height: 20px;
|
|
2009
|
-
color: #2d3a56;
|
|
2010
|
-
margin-bottom: 12px;
|
|
2011
|
-
}
|
|
2012
|
-
.fxgckuk.connect-cluster .title {
|
|
2013
|
-
padding-bottom: 26px;
|
|
2014
1914
|
}
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
padding: 25px 0 15px 0;
|
|
2018
|
-
border-bottom: 1px solid #e1e5eb;
|
|
2019
|
-
margin-bottom: 16px;
|
|
1915
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1916
|
+
border-radius: 50%;
|
|
2020
1917
|
}
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
1918
|
+
.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 {
|
|
1919
|
+
color: var(--color, #06101f);
|
|
1920
|
+
font-weight: var(--font-weight);
|
|
1921
|
+
background: var(--background-color, #fff);
|
|
1922
|
+
border-width: var(--border-width, 1px);
|
|
1923
|
+
border-color: var(--border-color, #d9d9d9);
|
|
2026
1924
|
}
|
|
2027
|
-
.
|
|
2028
|
-
|
|
1925
|
+
.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 {
|
|
1926
|
+
display: none;
|
|
2029
1927
|
}
|
|
2030
|
-
.
|
|
2031
|
-
|
|
1928
|
+
.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 {
|
|
1929
|
+
color: var(--color, inherit);
|
|
2032
1930
|
}
|
|
2033
|
-
.
|
|
2034
|
-
|
|
1931
|
+
.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 {
|
|
1932
|
+
background: var(--background-color-hover, var(--background-color));
|
|
1933
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
2035
1934
|
}
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
1935
|
+
.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 {
|
|
1936
|
+
--scale: 1;
|
|
1937
|
+
--transY: 1px;
|
|
1938
|
+
background: var(--background-color-active, var(--background-color));
|
|
1939
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
2040
1940
|
}
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2046
|
-
margin: 24px 0;
|
|
1941
|
+
.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 {
|
|
1942
|
+
background: var(--background-color-focus, var(--background-color));
|
|
1943
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1944
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
2047
1945
|
}
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
height: 100%;
|
|
1946
|
+
.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 {
|
|
1947
|
+
color: var(--color-disabled, var(--color));
|
|
1948
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
1949
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1950
|
+
opacity: 0.5;
|
|
2054
1951
|
}
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
width: 4px;
|
|
2059
|
-
height: 4px;
|
|
2060
|
-
background: #8e9aa9;
|
|
2061
|
-
opacity: 0.4;
|
|
2062
|
-
border-radius: 50%;
|
|
2063
|
-
margin: 0 4px;
|
|
1952
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
1953
|
+
color: #0080ff;
|
|
1954
|
+
opacity: 0.5;
|
|
2064
1955
|
}
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
width:
|
|
2069
|
-
|
|
1956
|
+
.buj61ew.ant-btn-primary {
|
|
1957
|
+
--color: #fff;
|
|
1958
|
+
--font-weight: bold;
|
|
1959
|
+
--border-width: 0;
|
|
1960
|
+
--background-color: #0080ff;
|
|
1961
|
+
--background-color-hover: #009dff;
|
|
1962
|
+
--background-color-active: #005ed1;
|
|
1963
|
+
--background-color-focus: #0080ff;
|
|
1964
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2070
1965
|
}
|
|
2071
|
-
.
|
|
2072
|
-
|
|
2073
|
-
|
|
1966
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1967
|
+
--background-color: #f0483e;
|
|
1968
|
+
--background-color-hover: #ff5252;
|
|
1969
|
+
--background-color-active: #c73d31;
|
|
1970
|
+
--background-color-focus: #ff5252;
|
|
1971
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2074
1972
|
}
|
|
2075
|
-
.
|
|
2076
|
-
|
|
1973
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
1974
|
+
--background-color: #fea008;
|
|
1975
|
+
--background-color-hover: #feba33;
|
|
1976
|
+
--background-color-active: #e07f00;
|
|
1977
|
+
--background-color-focus: #fea008;
|
|
2077
1978
|
}
|
|
2078
|
-
.
|
|
2079
|
-
|
|
1979
|
+
.buj61ew.ant-btn-secondary {
|
|
1980
|
+
--color: #0080ff;
|
|
1981
|
+
--font-weight: bold;
|
|
1982
|
+
--border-width: 0;
|
|
1983
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
1984
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1985
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1986
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1987
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2080
1988
|
}
|
|
2081
|
-
.
|
|
2082
|
-
|
|
1989
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
1990
|
+
--color: #f0483e;
|
|
1991
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
1992
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1993
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1994
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1995
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2083
1996
|
}
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
color:
|
|
2090
|
-
padding: 0 4px;
|
|
2091
|
-
border-radius: 4px;
|
|
2092
|
-
display: inline-block;
|
|
2093
|
-
background: var(--ti7fpyu-0);
|
|
1997
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
1998
|
+
--color: #fea008;
|
|
1999
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
2000
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2001
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2002
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
2094
2003
|
}
|
|
2095
|
-
.
|
|
2096
|
-
|
|
2004
|
+
.buj61ew.ant-btn-tertiary {
|
|
2005
|
+
--color: #0080ff;
|
|
2006
|
+
--font-weight: bold;
|
|
2007
|
+
--border-width: 0;
|
|
2008
|
+
--background-color: #fff;
|
|
2009
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2010
|
+
box-shadow: none;
|
|
2097
2011
|
}
|
|
2098
|
-
|
|
2099
|
-
.
|
|
2100
|
-
width: 100%;
|
|
2101
|
-
height: 100%;
|
|
2102
|
-
display: flex;
|
|
2103
|
-
align-items: center;
|
|
2104
|
-
justify-content: center;
|
|
2012
|
+
.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 {
|
|
2013
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2105
2014
|
}
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2111
|
-
padding: 1px 4px 1px;
|
|
2112
|
-
margin-left: 2px;
|
|
2113
|
-
margin-right: 2px;
|
|
2114
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2115
|
-
border-radius: 4px;
|
|
2015
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2016
|
+
--color: #f0483e;
|
|
2017
|
+
--background-color: #fff;
|
|
2018
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2116
2019
|
}
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
width: 640px;
|
|
2020
|
+
.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 {
|
|
2021
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
2120
2022
|
}
|
|
2121
|
-
.
|
|
2122
|
-
|
|
2023
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2024
|
+
--color: #fea008;
|
|
2025
|
+
--background-color: #fff;
|
|
2123
2026
|
}
|
|
2124
|
-
.
|
|
2125
|
-
|
|
2027
|
+
.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 {
|
|
2028
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
2126
2029
|
}
|
|
2127
|
-
.
|
|
2128
|
-
|
|
2030
|
+
.buj61ew.ant-btn-ordinary {
|
|
2031
|
+
--color: #1d326c;
|
|
2032
|
+
--border-color: #ccd4e3;
|
|
2033
|
+
--background-color: #fff;
|
|
2034
|
+
--background-color-hover: #edf0f7;
|
|
2035
|
+
--background-color-active: #e4e9f2;
|
|
2036
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2037
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2129
2038
|
}
|
|
2130
|
-
.
|
|
2131
|
-
|
|
2039
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2040
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2132
2041
|
}
|
|
2133
|
-
.
|
|
2134
|
-
|
|
2135
|
-
|
|
2042
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2043
|
+
--color: #0080ff;
|
|
2044
|
+
--border-color: #0080ff;
|
|
2045
|
+
--background-color: #fff;
|
|
2046
|
+
--background-color-hover: linear-gradient(
|
|
2047
|
+
0deg,
|
|
2048
|
+
rgba(0, 136, 255, 0.16),
|
|
2049
|
+
rgba(0, 136, 255, 0.16)
|
|
2050
|
+
),
|
|
2051
|
+
#ffffff;
|
|
2052
|
+
--background-color-active: linear-gradient(
|
|
2053
|
+
0deg,
|
|
2054
|
+
rgba(0, 136, 255, 0.2),
|
|
2055
|
+
rgba(0, 136, 255, 0.2)
|
|
2056
|
+
),
|
|
2057
|
+
#ffffff;
|
|
2058
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2059
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2136
2060
|
}
|
|
2137
|
-
.
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
background:
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2061
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2062
|
+
--color: #f0483e;
|
|
2063
|
+
--border-color: #f0483e;
|
|
2064
|
+
--background-color: #fff;
|
|
2065
|
+
--background-color-hover: linear-gradient(
|
|
2066
|
+
0deg,
|
|
2067
|
+
rgba(255, 74, 74, 0.16),
|
|
2068
|
+
rgba(255, 74, 74, 0.16)
|
|
2069
|
+
),
|
|
2070
|
+
#ffffff;
|
|
2071
|
+
--background-color-active: linear-gradient(
|
|
2072
|
+
0deg,
|
|
2073
|
+
rgba(255, 74, 74, 0.2),
|
|
2074
|
+
rgba(255, 74, 74, 0.2)
|
|
2075
|
+
),
|
|
2076
|
+
#ffffff;
|
|
2077
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2145
2078
|
}
|
|
2146
|
-
.
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
color:
|
|
2079
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2080
|
+
--color: #1d326c;
|
|
2081
|
+
--border-color: #fff;
|
|
2082
|
+
--background-color: #fff;
|
|
2083
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2084
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2085
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2086
|
+
box-shadow: none;
|
|
2150
2087
|
}
|
|
2151
|
-
.
|
|
2152
|
-
|
|
2088
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2089
|
+
--color: #0080ff;
|
|
2090
|
+
--border-color: #fff;
|
|
2091
|
+
--background-color: #fff;
|
|
2092
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2093
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2094
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2095
|
+
box-shadow: none;
|
|
2153
2096
|
}
|
|
2154
|
-
.
|
|
2155
|
-
|
|
2156
|
-
|
|
2097
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
2098
|
+
--color: #f0483e;
|
|
2099
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2100
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2101
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2157
2102
|
}
|
|
2158
|
-
.
|
|
2159
|
-
|
|
2103
|
+
.buj61ew.ant-btn-quiet {
|
|
2104
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
2105
|
+
--border-width: 0;
|
|
2106
|
+
--background-color: transparent;
|
|
2107
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2108
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2109
|
+
--background-color-focus: #fff;
|
|
2110
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2111
|
+
box-shadow: none;
|
|
2160
2112
|
}
|
|
2161
|
-
.
|
|
2162
|
-
|
|
2113
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
2114
|
+
--color: #f0483e;
|
|
2115
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2116
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2117
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2163
2118
|
}
|
|
2164
|
-
.
|
|
2165
|
-
|
|
2119
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2120
|
+
--color: #0080ff;
|
|
2121
|
+
--background-color: transparent;
|
|
2122
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2123
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2124
|
+
--background-color-focus: #fff;
|
|
2125
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2166
2126
|
}
|
|
2167
|
-
.
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
overflow: hidden;
|
|
2127
|
+
.buj61ew.has-icon {
|
|
2128
|
+
display: inline-flex;
|
|
2129
|
+
align-items: center;
|
|
2171
2130
|
}
|
|
2172
|
-
.
|
|
2173
|
-
margin-
|
|
2174
|
-
|
|
2175
|
-
overflow: auto;
|
|
2131
|
+
.buj61ew .button-prefix-icon {
|
|
2132
|
+
margin-right: 4px;
|
|
2133
|
+
display: inline-flex;
|
|
2176
2134
|
}
|
|
2177
|
-
.
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
color: #e75a3a;
|
|
2135
|
+
.buj61ew .button-suffix-icon {
|
|
2136
|
+
margin-left: 4px;
|
|
2137
|
+
display: inline-flex;
|
|
2181
2138
|
}
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
font-weight: bold;
|
|
2186
|
-
padding-bottom: 6px;
|
|
2187
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2188
|
-
margin-bottom: 16px;
|
|
2139
|
+
.buj61ew .icon-wrapper {
|
|
2140
|
+
display: inline-flex;
|
|
2141
|
+
vertical-align: bottom;
|
|
2189
2142
|
}
|
|
2190
|
-
|
|
2191
|
-
|
|
2143
|
+
|
|
2144
|
+
.nchllas {
|
|
2145
|
+
padding: 0;
|
|
2192
2146
|
}
|
|
2193
2147
|
|
|
2194
|
-
.
|
|
2195
|
-
width: 8px;
|
|
2196
|
-
height: 24px;
|
|
2148
|
+
.cz04yix {
|
|
2197
2149
|
display: flex;
|
|
2198
|
-
|
|
2199
|
-
align-items: center;
|
|
2200
|
-
cursor: pointer;
|
|
2201
|
-
transition: all 200ms ease-out 40ms;
|
|
2202
|
-
}
|
|
2203
|
-
.e5fsw5s:before, .e5fsw5s:after {
|
|
2204
|
-
content: "";
|
|
2205
|
-
width: 1px;
|
|
2206
|
-
height: 6px;
|
|
2207
|
-
border-radius: 1px;
|
|
2208
|
-
background: #ccd4e3;
|
|
2209
|
-
position: relative;
|
|
2210
|
-
right: 2px;
|
|
2211
|
-
transform: rotate(-45deg);
|
|
2212
|
-
}
|
|
2213
|
-
.e5fsw5s:after {
|
|
2214
|
-
transform: rotate(45deg);
|
|
2215
|
-
left: 1px;
|
|
2150
|
+
flex-direction: column;
|
|
2216
2151
|
}
|
|
2217
2152
|
|
|
2218
|
-
.
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
.w18knsg4.ant-alert,
|
|
2224
|
-
.w18knsg4 .ant-alert-message {
|
|
2225
|
-
color: #e07f00;
|
|
2226
|
-
}
|
|
2227
|
-
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2228
|
-
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2229
|
-
border-bottom-color: #e07f00;
|
|
2153
|
+
.m1if5j39 {
|
|
2154
|
+
max-width: 1120px;
|
|
2155
|
+
width: 100%;
|
|
2156
|
+
margin: 0 auto;
|
|
2157
|
+
height: 100%;
|
|
2230
2158
|
}
|
|
2231
2159
|
|
|
2232
|
-
.
|
|
2160
|
+
.w1vvwdlp {
|
|
2161
|
+
max-width: 1120px;
|
|
2162
|
+
width: 100%;
|
|
2163
|
+
margin: 0 auto;
|
|
2233
2164
|
display: flex;
|
|
2234
|
-
flex-direction: row;
|
|
2235
|
-
padding: 7px 12px;
|
|
2236
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2237
|
-
border-radius: 6px;
|
|
2238
|
-
color: #e07f00;
|
|
2239
|
-
font-size: 12px;
|
|
2240
|
-
line-height: 18px;
|
|
2241
2165
|
}
|
|
2242
|
-
.
|
|
2243
|
-
|
|
2244
|
-
|
|
2166
|
+
.w1vvwdlp .left,
|
|
2167
|
+
.w1vvwdlp .right {
|
|
2168
|
+
flex-grow: 0;
|
|
2169
|
+
flex-shrink: 0;
|
|
2170
|
+
flex-basis: 21%;
|
|
2245
2171
|
}
|
|
2246
|
-
|
|
2247
|
-
.n15x5f5y {
|
|
2172
|
+
.w1vvwdlp .left {
|
|
2248
2173
|
display: flex;
|
|
2249
|
-
|
|
2250
|
-
padding:
|
|
2251
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2252
|
-
border-radius: 6px;
|
|
2253
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2254
|
-
font-size: 12px;
|
|
2255
|
-
line-height: 18px;
|
|
2174
|
+
justify-content: flex-end;
|
|
2175
|
+
padding-right: 44px;
|
|
2256
2176
|
}
|
|
2257
|
-
.
|
|
2258
|
-
|
|
2259
|
-
height: 18px;
|
|
2177
|
+
.w1vvwdlp .right {
|
|
2178
|
+
padding-left: 44px;
|
|
2260
2179
|
}
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
flex-
|
|
2265
|
-
|
|
2266
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2267
|
-
border-radius: 6px;
|
|
2268
|
-
color: #005ed1;
|
|
2269
|
-
font-size: 12px;
|
|
2270
|
-
line-height: 18px;
|
|
2180
|
+
.w1vvwdlp .middle {
|
|
2181
|
+
margin-bottom: 40px;
|
|
2182
|
+
flex-grow: 0;
|
|
2183
|
+
flex-shrink: 0;
|
|
2184
|
+
flex-basis: 58%;
|
|
2271
2185
|
}
|
|
2272
|
-
.
|
|
2273
|
-
|
|
2274
|
-
height: 18px;
|
|
2186
|
+
.w1vvwdlp .middle .form-base-field {
|
|
2187
|
+
width: 100%;
|
|
2275
2188
|
}
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2279
|
-
margin-top: 5px;
|
|
2280
|
-
font-size: 12px;
|
|
2281
|
-
line-height: 18px;
|
|
2189
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2190
|
+
width: auto;
|
|
2282
2191
|
}
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
color: #f0483e;
|
|
2286
|
-
font-size: 12px;
|
|
2287
|
-
white-space: pre-wrap;
|
|
2192
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2193
|
+
flex: initial;
|
|
2288
2194
|
}
|
|
2289
|
-
|
|
2290
|
-
|
|
2195
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2196
|
+
margin-top: 4px;
|
|
2197
|
+
}
|
|
2198
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
2199
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
2200
|
+
display: none !important;
|
|
2201
|
+
}
|
|
2202
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
2203
|
+
padding: 0 15px;
|
|
2204
|
+
border-radius: 4px;
|
|
2205
|
+
height: 32px;
|
|
2291
2206
|
display: flex;
|
|
2292
2207
|
align-items: center;
|
|
2293
|
-
justify-content: flex-end;
|
|
2294
|
-
}
|
|
2295
|
-
.o1i4orqw .icon-wrapper {
|
|
2296
|
-
margin-right: 16px;
|
|
2297
2208
|
}
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2209
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
2210
|
+
min-height: auto;
|
|
2211
|
+
white-space: nowrap;
|
|
2301
2212
|
}
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
padding: 5px 12px;
|
|
2305
|
-
line-height: 20px;
|
|
2306
|
-
color: #2d3a56;
|
|
2307
|
-
border-radius: 6px;
|
|
2308
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2309
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2213
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
2214
|
+
padding-bottom: 0px;
|
|
2310
2215
|
}
|
|
2311
|
-
.
|
|
2312
|
-
|
|
2313
|
-
line-height:
|
|
2216
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
2217
|
+
font-size: 13px !important;
|
|
2218
|
+
line-height: 20px !important;
|
|
2314
2219
|
}
|
|
2315
|
-
.
|
|
2316
|
-
|
|
2317
|
-
|
|
2220
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2221
|
+
display: inline-block;
|
|
2222
|
+
text-align: center;
|
|
2223
|
+
width: 13px;
|
|
2224
|
+
margin-right: 12px;
|
|
2318
2225
|
}
|
|
2319
|
-
.
|
|
2320
|
-
|
|
2321
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2226
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2227
|
+
background: rgba(0, 128, 255, 0.1);
|
|
2322
2228
|
}
|
|
2323
|
-
.
|
|
2324
|
-
|
|
2325
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2229
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2230
|
+
color: #005ed1;
|
|
2326
2231
|
}
|
|
2327
|
-
.
|
|
2328
|
-
|
|
2329
|
-
color: #e75a3a;
|
|
2232
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2233
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2330
2234
|
}
|
|
2331
|
-
.
|
|
2332
|
-
|
|
2333
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2235
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2236
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
2334
2237
|
}
|
|
2335
|
-
.
|
|
2336
|
-
|
|
2337
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2238
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
2239
|
+
cursor: not-allowed;
|
|
2338
2240
|
}
|
|
2339
|
-
.
|
|
2340
|
-
background: rgba(
|
|
2341
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2342
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2241
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
2242
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2343
2243
|
}
|
|
2344
|
-
.
|
|
2345
|
-
padding: 5px 12px;
|
|
2346
|
-
border-radius: 6px;
|
|
2347
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2348
|
-
line-height: 20px;
|
|
2244
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2349
2245
|
color: #2d3a56;
|
|
2350
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2351
2246
|
}
|
|
2352
|
-
|
|
2353
|
-
.
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
padding: 8px 16px;
|
|
2358
|
-
line-height: 22px;
|
|
2247
|
+
|
|
2248
|
+
.h1cuopx7 .ant-modal-header {
|
|
2249
|
+
margin: 0 auto;
|
|
2250
|
+
width: 100%;
|
|
2251
|
+
max-width: 648px;
|
|
2359
2252
|
}
|
|
2360
|
-
.
|
|
2361
|
-
|
|
2362
|
-
line-height: 18px;
|
|
2253
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2254
|
+
margin-left: 0;
|
|
2363
2255
|
}
|
|
2364
|
-
.
|
|
2365
|
-
|
|
2366
|
-
|
|
2256
|
+
.h1cuopx7 .ant-modal-body {
|
|
2257
|
+
margin: 0 auto;
|
|
2258
|
+
padding: 0;
|
|
2259
|
+
width: 100%;
|
|
2260
|
+
max-width: 648px;
|
|
2261
|
+
overflow: hidden;
|
|
2367
2262
|
}
|
|
2368
|
-
.
|
|
2369
|
-
|
|
2370
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2263
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
2264
|
+
margin-bottom: 40px;
|
|
2371
2265
|
}
|
|
2372
|
-
.
|
|
2373
|
-
|
|
2266
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
2267
|
+
height: calc(100vh - 225px);
|
|
2268
|
+
overflow-y: auto;
|
|
2374
2269
|
}
|
|
2375
|
-
.
|
|
2376
|
-
|
|
2270
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
2271
|
+
margin: 0 auto;
|
|
2272
|
+
max-width: 648px;
|
|
2377
2273
|
}
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2274
|
+
|
|
2275
|
+
.h1p6d3y3 .ant-modal-header {
|
|
2276
|
+
margin: 0 auto;
|
|
2277
|
+
width: 100%;
|
|
2278
|
+
max-width: 1024px;
|
|
2381
2279
|
}
|
|
2382
|
-
.
|
|
2383
|
-
|
|
2384
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2280
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2281
|
+
margin-left: 0;
|
|
2385
2282
|
}
|
|
2386
|
-
.
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2283
|
+
.h1p6d3y3 .ant-modal-body {
|
|
2284
|
+
margin: 0 auto;
|
|
2285
|
+
padding: 0;
|
|
2286
|
+
width: 100%;
|
|
2287
|
+
max-width: 1024px;
|
|
2288
|
+
overflow: hidden;
|
|
2390
2289
|
}
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
transition-delay: 50ms;
|
|
2290
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
2291
|
+
margin-bottom: 40px;
|
|
2394
2292
|
}
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2293
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
2294
|
+
height: calc(100vh - 225px);
|
|
2295
|
+
overflow-y: auto;
|
|
2398
2296
|
}
|
|
2399
|
-
|
|
2400
|
-
|
|
2297
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
2298
|
+
margin: 0 auto;
|
|
2299
|
+
max-width: 1024px;
|
|
2401
2300
|
}
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2301
|
+
|
|
2302
|
+
.fxgckuk {
|
|
2303
|
+
flex: 1;
|
|
2405
2304
|
}
|
|
2406
|
-
|
|
2407
|
-
|
|
2305
|
+
.fxgckuk label {
|
|
2306
|
+
font-size: 13px;
|
|
2307
|
+
line-height: 20px;
|
|
2308
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2408
2309
|
}
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
height:
|
|
2310
|
+
.fxgckuk .title {
|
|
2311
|
+
font-size: 14px;
|
|
2312
|
+
line-height: 20px;
|
|
2313
|
+
color: #2d3a56;
|
|
2314
|
+
margin-bottom: 12px;
|
|
2412
2315
|
}
|
|
2413
|
-
|
|
2414
|
-
|
|
2316
|
+
.fxgckuk.connect-cluster .title {
|
|
2317
|
+
padding-bottom: 26px;
|
|
2415
2318
|
}
|
|
2416
2319
|
|
|
2417
|
-
.
|
|
2418
|
-
|
|
2419
|
-
border-
|
|
2320
|
+
.f1d0vek1 {
|
|
2321
|
+
padding: 25px 0 15px 0;
|
|
2322
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2323
|
+
margin-bottom: 16px;
|
|
2420
2324
|
}
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
transition: border 150ms;
|
|
2325
|
+
|
|
2326
|
+
.f4u402y {
|
|
2327
|
+
display: flex;
|
|
2328
|
+
align-items: center;
|
|
2329
|
+
margin-bottom: 8px;
|
|
2427
2330
|
}
|
|
2428
|
-
.
|
|
2429
|
-
|
|
2430
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2331
|
+
.f4u402y > label {
|
|
2332
|
+
width: 216px;
|
|
2431
2333
|
}
|
|
2432
|
-
.
|
|
2433
|
-
|
|
2334
|
+
.f4u402y > label + * {
|
|
2335
|
+
width: 100%;
|
|
2434
2336
|
}
|
|
2435
|
-
.
|
|
2436
|
-
|
|
2337
|
+
.f4u402y .ant-select {
|
|
2338
|
+
width: 100%;
|
|
2437
2339
|
}
|
|
2438
|
-
|
|
2439
|
-
|
|
2340
|
+
|
|
2341
|
+
.e1pldf6v {
|
|
2342
|
+
color: #e75a3a;
|
|
2343
|
+
margin-right: 10px;
|
|
2440
2344
|
}
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2345
|
+
|
|
2346
|
+
.dq0gblh {
|
|
2347
|
+
width: 100%;
|
|
2348
|
+
height: 1px;
|
|
2349
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2350
|
+
margin: 24px 0;
|
|
2446
2351
|
}
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2352
|
+
|
|
2353
|
+
.l1v7sr0n {
|
|
2354
|
+
display: flex;
|
|
2355
|
+
justify-content: center;
|
|
2356
|
+
align-items: center;
|
|
2357
|
+
height: 100%;
|
|
2451
2358
|
}
|
|
2452
|
-
|
|
2453
|
-
|
|
2359
|
+
|
|
2360
|
+
.d1i4ou6o {
|
|
2361
|
+
display: inline-block;
|
|
2362
|
+
width: 4px;
|
|
2363
|
+
height: 4px;
|
|
2364
|
+
background: #8e9aa9;
|
|
2365
|
+
opacity: 0.4;
|
|
2366
|
+
border-radius: 50%;
|
|
2367
|
+
margin: 0 4px;
|
|
2454
2368
|
}
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2369
|
+
|
|
2370
|
+
.m1jy87hk .ant-modal-header,
|
|
2371
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2372
|
+
width: 648px;
|
|
2373
|
+
margin: 0 auto;
|
|
2458
2374
|
}
|
|
2459
|
-
.
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
transform: translateY(-50%);
|
|
2463
|
-
left: -16px;
|
|
2464
|
-
transition: left 150ms ease;
|
|
2465
|
-
opacity: 0;
|
|
2375
|
+
.m1jy87hk .ant-modal-header {
|
|
2376
|
+
padding: 35px 0 24px;
|
|
2377
|
+
border: none;
|
|
2466
2378
|
}
|
|
2467
|
-
.
|
|
2468
|
-
|
|
2469
|
-
opacity: 1;
|
|
2379
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2380
|
+
font-size: 30px;
|
|
2470
2381
|
}
|
|
2471
|
-
.
|
|
2472
|
-
|
|
2473
|
-
margin-left: 0px;
|
|
2382
|
+
.m1jy87hk .ant-modal-body {
|
|
2383
|
+
padding: 4px 0 2px;
|
|
2474
2384
|
}
|
|
2475
|
-
.
|
|
2476
|
-
|
|
2385
|
+
.m1jy87hk .ant-modal-footer {
|
|
2386
|
+
border: none;
|
|
2477
2387
|
}
|
|
2478
2388
|
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2389
|
+
.ti7fpyu {
|
|
2390
|
+
font-size: 12px;
|
|
2391
|
+
line-height: 18px;
|
|
2392
|
+
font-weight: bold;
|
|
2393
|
+
color: #fff;
|
|
2394
|
+
padding: 0 4px;
|
|
2395
|
+
border-radius: 4px;
|
|
2396
|
+
display: inline-block;
|
|
2397
|
+
background: var(--ti7fpyu-0);
|
|
2482
2398
|
}
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
border-top-right-radius: 0;
|
|
2486
|
-
border-bottom-right-radius: 0;
|
|
2399
|
+
.ti7fpyu:not(:first-child) {
|
|
2400
|
+
margin-left: 4px;
|
|
2487
2401
|
}
|
|
2488
2402
|
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2403
|
+
.f1rest1f {
|
|
2404
|
+
width: 100%;
|
|
2405
|
+
height: 100%;
|
|
2406
|
+
display: flex;
|
|
2407
|
+
align-items: center;
|
|
2408
|
+
justify-content: center;
|
|
2492
2409
|
}
|
|
2493
2410
|
|
|
2494
|
-
.
|
|
2495
|
-
|
|
2496
|
-
|
|
2411
|
+
.n1kbdoln {
|
|
2412
|
+
font-size: 90%;
|
|
2413
|
+
font-weight: bold;
|
|
2414
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2415
|
+
padding: 1px 4px 1px;
|
|
2416
|
+
margin-left: 2px;
|
|
2417
|
+
margin-right: 2px;
|
|
2418
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2419
|
+
border-radius: 4px;
|
|
2497
2420
|
}
|
|
2498
2421
|
|
|
2499
|
-
.
|
|
2500
|
-
|
|
2501
|
-
border-bottom-right-radius: 0;
|
|
2422
|
+
.f1y3gta0.form-item-general {
|
|
2423
|
+
width: 640px;
|
|
2502
2424
|
}
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
border-top-left-radius: 0;
|
|
2506
|
-
border-bottom-left-radius: 0;
|
|
2425
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2426
|
+
margin-top: 16px;
|
|
2507
2427
|
}
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
min-width: 40px;
|
|
2511
|
-
height: 24px;
|
|
2512
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2513
|
-
overflow: hidden;
|
|
2428
|
+
.f1y3gta0.form-item-compact {
|
|
2429
|
+
width: 412px;
|
|
2514
2430
|
}
|
|
2515
|
-
.
|
|
2516
|
-
|
|
2431
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2432
|
+
margin-top: 8px;
|
|
2517
2433
|
}
|
|
2518
|
-
.
|
|
2519
|
-
|
|
2520
|
-
height: 16px;
|
|
2434
|
+
.f1y3gta0 .form-item {
|
|
2435
|
+
width: auto;
|
|
2521
2436
|
}
|
|
2522
|
-
.
|
|
2523
|
-
|
|
2524
|
-
|
|
2437
|
+
.f1y3gta0 .form-item-main {
|
|
2438
|
+
position: relative;
|
|
2439
|
+
display: flex;
|
|
2525
2440
|
}
|
|
2526
|
-
.
|
|
2527
|
-
|
|
2528
|
-
width:
|
|
2441
|
+
.f1y3gta0 .form-item-extra {
|
|
2442
|
+
margin-top: 4px;
|
|
2443
|
+
width: 100%;
|
|
2444
|
+
padding: 14px;
|
|
2445
|
+
background: #f2f4f6;
|
|
2446
|
+
font-size: 13px;
|
|
2447
|
+
line-height: 1.8;
|
|
2448
|
+
color: #8e9aa9;
|
|
2529
2449
|
}
|
|
2530
|
-
.
|
|
2531
|
-
|
|
2532
|
-
|
|
2450
|
+
.f1y3gta0 .form-item-label {
|
|
2451
|
+
padding-right: 12px;
|
|
2452
|
+
font-size: 13px;
|
|
2453
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2533
2454
|
}
|
|
2534
|
-
.
|
|
2535
|
-
|
|
2536
|
-
width: 14px;
|
|
2537
|
-
top: 1px;
|
|
2538
|
-
left: 1px;
|
|
2455
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2456
|
+
text-align: right;
|
|
2539
2457
|
}
|
|
2540
|
-
.
|
|
2541
|
-
|
|
2542
|
-
|
|
2458
|
+
.f1y3gta0 .form-item-label,
|
|
2459
|
+
.f1y3gta0 .form-item-control {
|
|
2460
|
+
line-height: 32px;
|
|
2543
2461
|
}
|
|
2544
|
-
.
|
|
2545
|
-
|
|
2462
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2463
|
+
line-height: 18px;
|
|
2546
2464
|
}
|
|
2547
|
-
.
|
|
2548
|
-
|
|
2465
|
+
.f1y3gta0 .form-item-children {
|
|
2466
|
+
width: 100%;
|
|
2549
2467
|
}
|
|
2550
|
-
.
|
|
2551
|
-
|
|
2468
|
+
.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 {
|
|
2469
|
+
width: 100%;
|
|
2552
2470
|
}
|
|
2553
|
-
.
|
|
2554
|
-
|
|
2471
|
+
.f1y3gta0 .form-item-error {
|
|
2472
|
+
color: #e75a3a;
|
|
2473
|
+
height: 0;
|
|
2474
|
+
overflow: hidden;
|
|
2555
2475
|
}
|
|
2556
|
-
.
|
|
2557
|
-
|
|
2476
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2477
|
+
margin-top: 4px;
|
|
2478
|
+
height: auto;
|
|
2479
|
+
overflow: auto;
|
|
2480
|
+
}
|
|
2481
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2482
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2483
|
+
border: 1px solid #e75a3a;
|
|
2484
|
+
color: #e75a3a;
|
|
2558
2485
|
}
|
|
2559
2486
|
|
|
2560
|
-
.
|
|
2561
|
-
|
|
2487
|
+
.fujbm7g {
|
|
2488
|
+
color: #2d3a56;
|
|
2489
|
+
font-weight: bold;
|
|
2490
|
+
padding-bottom: 6px;
|
|
2491
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2492
|
+
margin-bottom: 16px;
|
|
2493
|
+
}
|
|
2494
|
+
.fujbm7g:not(:first-of-type) {
|
|
2495
|
+
margin-top: 16px;
|
|
2562
2496
|
}
|
|
2563
2497
|
|
|
2564
|
-
.
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
padding: 0 4px;
|
|
2568
|
-
border-radius: 4px;
|
|
2569
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2570
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2498
|
+
.e5fsw5s {
|
|
2499
|
+
width: 8px;
|
|
2500
|
+
height: 24px;
|
|
2571
2501
|
display: flex;
|
|
2502
|
+
justify-content: center;
|
|
2572
2503
|
align-items: center;
|
|
2573
|
-
|
|
2574
|
-
|
|
2504
|
+
cursor: pointer;
|
|
2505
|
+
transition: all 200ms ease-out 40ms;
|
|
2575
2506
|
}
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2507
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2508
|
+
content: "";
|
|
2509
|
+
width: 1px;
|
|
2510
|
+
height: 6px;
|
|
2511
|
+
border-radius: 1px;
|
|
2512
|
+
background: #ccd4e3;
|
|
2513
|
+
position: relative;
|
|
2514
|
+
right: 2px;
|
|
2515
|
+
transform: rotate(-45deg);
|
|
2516
|
+
}
|
|
2517
|
+
.e5fsw5s:after {
|
|
2518
|
+
transform: rotate(45deg);
|
|
2519
|
+
left: 1px;
|
|
2579
2520
|
}
|
|
2580
2521
|
|
|
2581
|
-
.
|
|
2582
|
-
|
|
2583
|
-
|
|
2522
|
+
.w18knsg4.ant-alert-warning {
|
|
2523
|
+
border: 0;
|
|
2524
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2525
|
+
border-radius: 6px;
|
|
2526
|
+
}
|
|
2527
|
+
.w18knsg4.ant-alert,
|
|
2528
|
+
.w18knsg4 .ant-alert-message {
|
|
2529
|
+
color: #e07f00;
|
|
2530
|
+
}
|
|
2531
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2532
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2533
|
+
border-bottom-color: #e07f00;
|
|
2584
2534
|
}
|
|
2585
2535
|
|
|
2586
|
-
.
|
|
2536
|
+
.ng31n2o {
|
|
2537
|
+
display: flex;
|
|
2587
2538
|
flex-direction: row;
|
|
2588
|
-
|
|
2539
|
+
padding: 7px 12px;
|
|
2540
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2541
|
+
border-radius: 6px;
|
|
2542
|
+
color: #e07f00;
|
|
2543
|
+
font-size: 12px;
|
|
2544
|
+
line-height: 18px;
|
|
2589
2545
|
}
|
|
2590
|
-
.
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
flex: 1;
|
|
2594
|
-
overflow: visible;
|
|
2546
|
+
.ng31n2o .icon-wrapper {
|
|
2547
|
+
margin-right: 10px;
|
|
2548
|
+
height: 18px;
|
|
2595
2549
|
}
|
|
2596
|
-
|
|
2597
|
-
|
|
2550
|
+
|
|
2551
|
+
.n15x5f5y {
|
|
2552
|
+
display: flex;
|
|
2553
|
+
flex-direction: row;
|
|
2554
|
+
padding: 7px 12px;
|
|
2555
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2556
|
+
border-radius: 6px;
|
|
2557
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2558
|
+
font-size: 12px;
|
|
2559
|
+
line-height: 18px;
|
|
2598
2560
|
}
|
|
2599
|
-
.
|
|
2600
|
-
|
|
2601
|
-
|
|
2561
|
+
.n15x5f5y .icon-wrapper {
|
|
2562
|
+
margin-right: 10px;
|
|
2563
|
+
height: 18px;
|
|
2602
2564
|
}
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2565
|
+
|
|
2566
|
+
.i16ozz3f {
|
|
2567
|
+
display: flex;
|
|
2568
|
+
flex-direction: row;
|
|
2569
|
+
padding: 7px 12px;
|
|
2570
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2571
|
+
border-radius: 6px;
|
|
2572
|
+
color: #005ed1;
|
|
2609
2573
|
font-size: 12px;
|
|
2610
|
-
|
|
2574
|
+
line-height: 18px;
|
|
2611
2575
|
}
|
|
2612
|
-
.
|
|
2576
|
+
.i16ozz3f .icon-wrapper {
|
|
2613
2577
|
margin-right: 10px;
|
|
2578
|
+
height: 18px;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
.dszu9qr {
|
|
2582
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2583
|
+
margin-top: 5px;
|
|
2584
|
+
font-size: 12px;
|
|
2585
|
+
line-height: 18px;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
.snxzgx {
|
|
2589
|
+
color: #f0483e;
|
|
2590
|
+
font-size: 12px;
|
|
2591
|
+
white-space: pre-wrap;
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
.o1i4orqw {
|
|
2595
|
+
display: flex;
|
|
2596
|
+
align-items: center;
|
|
2597
|
+
justify-content: flex-end;
|
|
2598
|
+
}
|
|
2599
|
+
.o1i4orqw .icon-wrapper {
|
|
2600
|
+
margin-right: 16px;
|
|
2614
2601
|
}
|
|
2615
|
-
|
|
2616
|
-
|
|
2602
|
+
|
|
2603
|
+
.t79k8o2 {
|
|
2604
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2617
2605
|
}
|
|
2618
|
-
|
|
2619
|
-
|
|
2606
|
+
|
|
2607
|
+
.ipd9bk.ant-input {
|
|
2608
|
+
padding: 5px 12px;
|
|
2609
|
+
line-height: 20px;
|
|
2610
|
+
color: #2d3a56;
|
|
2611
|
+
border-radius: 6px;
|
|
2612
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2613
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2620
2614
|
}
|
|
2621
|
-
.
|
|
2622
|
-
|
|
2615
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2616
|
+
padding: 8px 16px;
|
|
2617
|
+
line-height: 22px;
|
|
2623
2618
|
}
|
|
2624
|
-
.
|
|
2625
|
-
|
|
2619
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2620
|
+
padding: 2px 8px;
|
|
2621
|
+
line-height: 18px;
|
|
2626
2622
|
}
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
height: 0;
|
|
2631
|
-
border: 13px solid transparent;
|
|
2632
|
-
position: absolute;
|
|
2633
|
-
top: 0;
|
|
2634
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2635
|
-
right: -21px;
|
|
2636
|
-
z-index: 2;
|
|
2623
|
+
.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 {
|
|
2624
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2625
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2637
2626
|
}
|
|
2638
|
-
.
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
height: 0;
|
|
2642
|
-
border: 13px solid transparent;
|
|
2643
|
-
position: absolute;
|
|
2644
|
-
top: 0;
|
|
2645
|
-
border-left: 8px solid #fff;
|
|
2646
|
-
left: 0;
|
|
2627
|
+
.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 {
|
|
2628
|
+
border-color: #0096ff;
|
|
2629
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2647
2630
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2631
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2632
|
+
border-color: #e75a3a;
|
|
2633
|
+
color: #e75a3a;
|
|
2650
2634
|
}
|
|
2651
|
-
.
|
|
2652
|
-
border-
|
|
2635
|
+
.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 {
|
|
2636
|
+
border-color: #e75a3a;
|
|
2637
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2653
2638
|
}
|
|
2654
|
-
.
|
|
2655
|
-
color: #
|
|
2639
|
+
.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 {
|
|
2640
|
+
border-color: #e75a3a;
|
|
2641
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2656
2642
|
}
|
|
2657
|
-
.
|
|
2658
|
-
|
|
2659
|
-
|
|
2643
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2644
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2645
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2646
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2660
2647
|
}
|
|
2661
|
-
.
|
|
2662
|
-
|
|
2663
|
-
|
|
2648
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2649
|
+
padding: 5px 12px;
|
|
2650
|
+
border-radius: 6px;
|
|
2651
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2652
|
+
line-height: 20px;
|
|
2653
|
+
color: #2d3a56;
|
|
2654
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2664
2655
|
}
|
|
2665
|
-
.
|
|
2666
|
-
|
|
2656
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2657
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2658
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2667
2659
|
}
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
align-items: baseline;
|
|
2672
|
-
white-space: pre-wrap;
|
|
2660
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2661
|
+
padding: 8px 16px;
|
|
2662
|
+
line-height: 22px;
|
|
2673
2663
|
}
|
|
2674
|
-
.
|
|
2675
|
-
|
|
2676
|
-
|
|
2664
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2665
|
+
padding: 2px 8px;
|
|
2666
|
+
line-height: 18px;
|
|
2677
2667
|
}
|
|
2678
|
-
.
|
|
2668
|
+
.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 {
|
|
2679
2669
|
border-color: rgba(107, 128, 167, 0.6);
|
|
2670
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2680
2671
|
}
|
|
2681
|
-
.
|
|
2682
|
-
border-color: #
|
|
2672
|
+
.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 {
|
|
2673
|
+
border-color: #0096ff;
|
|
2674
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2683
2675
|
}
|
|
2684
|
-
.
|
|
2685
|
-
border-color: #
|
|
2686
|
-
background: #0080ff;
|
|
2676
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2677
|
+
border-color: #e75a3a;
|
|
2687
2678
|
}
|
|
2688
|
-
.
|
|
2689
|
-
|
|
2690
|
-
left: 4px;
|
|
2691
|
-
width: 6px;
|
|
2692
|
-
height: 6px;
|
|
2693
|
-
background: #fff;
|
|
2679
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2680
|
+
color: #e75a3a;
|
|
2694
2681
|
}
|
|
2695
|
-
.
|
|
2696
|
-
|
|
2682
|
+
.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 {
|
|
2683
|
+
border-color: #e75a3a;
|
|
2684
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2697
2685
|
}
|
|
2698
|
-
.
|
|
2699
|
-
border-color:
|
|
2686
|
+
.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 {
|
|
2687
|
+
border-color: #e75a3a;
|
|
2688
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2689
|
+
}
|
|
2690
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2700
2691
|
background: rgba(211, 218, 235, 0.6);
|
|
2692
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2693
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2701
2694
|
}
|
|
2702
|
-
.
|
|
2703
|
-
|
|
2695
|
+
textarea.ipd9bk.ant-input {
|
|
2696
|
+
transition-property: height;
|
|
2697
|
+
transition-delay: 50ms;
|
|
2704
2698
|
}
|
|
2705
|
-
.
|
|
2706
|
-
|
|
2707
|
-
|
|
2699
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2700
|
+
min-height: 40px;
|
|
2701
|
+
height: 40px;
|
|
2708
2702
|
}
|
|
2709
|
-
.
|
|
2710
|
-
|
|
2703
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2704
|
+
height: 80px;
|
|
2711
2705
|
}
|
|
2712
|
-
.
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
padding-left: 12px;
|
|
2706
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2707
|
+
min-height: 32px;
|
|
2708
|
+
height: 32px;
|
|
2716
2709
|
}
|
|
2717
|
-
.
|
|
2718
|
-
|
|
2719
|
-
white-space: pre-wrap;
|
|
2720
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2710
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2711
|
+
height: 64px;
|
|
2721
2712
|
}
|
|
2722
|
-
.
|
|
2723
|
-
|
|
2713
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2714
|
+
min-height: 24px;
|
|
2715
|
+
height: 24px;
|
|
2716
|
+
}
|
|
2717
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2718
|
+
height: 40px;
|
|
2724
2719
|
}
|
|
2725
2720
|
|
|
2726
|
-
.
|
|
2727
|
-
border
|
|
2721
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2722
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2723
|
+
border-radius: 4px;
|
|
2728
2724
|
}
|
|
2729
|
-
.
|
|
2730
|
-
|
|
2725
|
+
.kypn5o5.input-tags {
|
|
2726
|
+
position: relative;
|
|
2727
|
+
padding: 6px;
|
|
2728
|
+
height: 32px;
|
|
2729
|
+
cursor: pointer;
|
|
2730
|
+
transition: border 150ms;
|
|
2731
2731
|
}
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
border-color: #ccd4e3;
|
|
2732
|
+
.kypn5o5.input-tags:hover {
|
|
2733
|
+
border-color: #0080ff;
|
|
2734
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2736
2735
|
}
|
|
2737
|
-
.
|
|
2738
|
-
|
|
2739
|
-
border-color: #a3b4cc;
|
|
2736
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2737
|
+
padding-right: 30px;
|
|
2740
2738
|
}
|
|
2741
|
-
.
|
|
2742
|
-
|
|
2743
|
-
line-height: 32px;
|
|
2744
|
-
height: 32px;
|
|
2739
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2740
|
+
display: flex;
|
|
2745
2741
|
}
|
|
2746
|
-
.
|
|
2747
|
-
|
|
2742
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2743
|
+
display: flex;
|
|
2748
2744
|
}
|
|
2749
|
-
.
|
|
2750
|
-
|
|
2745
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2746
|
+
position: absolute;
|
|
2747
|
+
right: 12px;
|
|
2748
|
+
top: 50%;
|
|
2749
|
+
transform: translateY(-50%);
|
|
2751
2750
|
}
|
|
2752
|
-
.
|
|
2753
|
-
|
|
2751
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2752
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2753
|
+
font-size: 12px;
|
|
2754
|
+
cursor: pointer;
|
|
2754
2755
|
}
|
|
2755
|
-
.
|
|
2756
|
-
|
|
2757
|
-
opacity: 0.5;
|
|
2756
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2757
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2758
2758
|
}
|
|
2759
|
-
.
|
|
2760
|
-
|
|
2759
|
+
.kypn5o5.has-focus-indicator {
|
|
2760
|
+
position: relative;
|
|
2761
|
+
overflow: hidden;
|
|
2761
2762
|
}
|
|
2762
|
-
.
|
|
2763
|
-
|
|
2763
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2764
|
+
position: absolute;
|
|
2765
|
+
top: 50%;
|
|
2766
|
+
transform: translateY(-50%);
|
|
2767
|
+
left: -16px;
|
|
2768
|
+
transition: left 150ms ease;
|
|
2769
|
+
opacity: 0;
|
|
2764
2770
|
}
|
|
2765
|
-
.
|
|
2766
|
-
|
|
2771
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2772
|
+
left: 8px;
|
|
2773
|
+
opacity: 1;
|
|
2767
2774
|
}
|
|
2768
|
-
.
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2775
|
+
.kypn5o5.has-focus-indicator input {
|
|
2776
|
+
transition: margin-left 150ms ease;
|
|
2777
|
+
margin-left: 0px;
|
|
2778
|
+
}
|
|
2779
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2780
|
+
margin-left: 16px;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
input.l1ki27se.ant-input {
|
|
2784
|
+
border-top-right-radius: 0;
|
|
2785
|
+
border-bottom-right-radius: 0;
|
|
2772
2786
|
}
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
border-
|
|
2787
|
+
|
|
2788
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2789
|
+
border-top-right-radius: 0;
|
|
2790
|
+
border-bottom-right-radius: 0;
|
|
2776
2791
|
}
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
border-
|
|
2780
|
-
|
|
2792
|
+
|
|
2793
|
+
input.rrg1fkn.ant-input {
|
|
2794
|
+
border-top-left-radius: 0;
|
|
2795
|
+
border-bottom-left-radius: 0;
|
|
2781
2796
|
}
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
border:
|
|
2786
|
-
padding: 0;
|
|
2787
|
-
width: 36px;
|
|
2788
|
-
background: transparent;
|
|
2797
|
+
|
|
2798
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2799
|
+
border-top-left-radius: 0;
|
|
2800
|
+
border-bottom-left-radius: 0;
|
|
2789
2801
|
}
|
|
2790
|
-
|
|
2791
|
-
|
|
2802
|
+
|
|
2803
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2804
|
+
border-top-right-radius: 0;
|
|
2805
|
+
border-bottom-right-radius: 0;
|
|
2792
2806
|
}
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2807
|
+
|
|
2808
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2809
|
+
border-top-left-radius: 0;
|
|
2810
|
+
border-bottom-left-radius: 0;
|
|
2797
2811
|
}
|
|
2798
|
-
|
|
2799
|
-
|
|
2812
|
+
|
|
2813
|
+
.s34f1qb.ant-switch {
|
|
2814
|
+
min-width: 40px;
|
|
2815
|
+
height: 24px;
|
|
2816
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2817
|
+
overflow: hidden;
|
|
2800
2818
|
}
|
|
2801
|
-
.
|
|
2802
|
-
|
|
2819
|
+
.s34f1qb.ant-switch:focus {
|
|
2820
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2803
2821
|
}
|
|
2804
|
-
.
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
padding: 0;
|
|
2808
|
-
width: 36px;
|
|
2822
|
+
.s34f1qb.ant-switch-small {
|
|
2823
|
+
min-width: 26px;
|
|
2824
|
+
height: 16px;
|
|
2809
2825
|
}
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
justify-content: space-between;
|
|
2814
|
-
align-items: center;
|
|
2815
|
-
padding: 10px 0;
|
|
2816
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2817
|
-
font-size: 12px;
|
|
2818
|
-
line-height: 24px;
|
|
2826
|
+
.s34f1qb.ant-switch-large {
|
|
2827
|
+
min-width: 52px;
|
|
2828
|
+
height: 32px;
|
|
2819
2829
|
}
|
|
2820
|
-
.
|
|
2821
|
-
|
|
2830
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2831
|
+
height: 20px;
|
|
2832
|
+
width: 20px;
|
|
2822
2833
|
}
|
|
2823
|
-
.
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
border-radius: 6px;
|
|
2827
|
-
cursor: pointer;
|
|
2828
|
-
transition: all 0.3s ease;
|
|
2834
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2835
|
+
border-radius: 10px;
|
|
2836
|
+
transition-delay: 120ms;
|
|
2829
2837
|
}
|
|
2830
|
-
.
|
|
2831
|
-
|
|
2832
|
-
|
|
2838
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2839
|
+
height: 14px;
|
|
2840
|
+
width: 14px;
|
|
2841
|
+
top: 1px;
|
|
2842
|
+
left: 1px;
|
|
2833
2843
|
}
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2844
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2845
|
+
height: 28px;
|
|
2846
|
+
width: 28px;
|
|
2836
2847
|
}
|
|
2837
|
-
.
|
|
2838
|
-
|
|
2839
|
-
align-items: center;
|
|
2840
|
-
color: #0080ff;
|
|
2841
|
-
font-weight: bold;
|
|
2848
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2849
|
+
border-radius: 14px;
|
|
2842
2850
|
}
|
|
2843
|
-
.
|
|
2844
|
-
|
|
2851
|
+
.s34f1qb.ant-switch-checked {
|
|
2852
|
+
background-color: #00ba5d;
|
|
2845
2853
|
}
|
|
2846
|
-
.
|
|
2847
|
-
|
|
2848
|
-
padding: 0 8px;
|
|
2854
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2855
|
+
left: calc(100% - 20px - 2px);
|
|
2849
2856
|
}
|
|
2850
|
-
.
|
|
2851
|
-
|
|
2852
|
-
color: #0080ff;
|
|
2857
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2858
|
+
left: calc(100% - 14px - 1px);
|
|
2853
2859
|
}
|
|
2854
|
-
.
|
|
2855
|
-
|
|
2860
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2861
|
+
left: calc(100% - 28px - 2px);
|
|
2856
2862
|
}
|
|
2857
2863
|
|
|
2858
|
-
.
|
|
2859
|
-
|
|
2860
|
-
overflow-y: auto;
|
|
2861
|
-
}
|
|
2862
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2863
|
-
padding: 4px 20px;
|
|
2864
|
-
font-size: 12px;
|
|
2865
|
-
line-height: 18px;
|
|
2864
|
+
.c1to9vb9 {
|
|
2865
|
+
margin-left: 5px;
|
|
2866
2866
|
}
|
|
2867
2867
|
|
|
2868
2868
|
.t1upn1sz {
|
|
@@ -3241,6 +3241,9 @@ input.rrg1fkn.ant-input {
|
|
|
3241
3241
|
box-sizing: border-box;
|
|
3242
3242
|
margin-top: 8px;
|
|
3243
3243
|
}
|
|
3244
|
+
.da3mx0o .rc-virtual-list-holder-inner {
|
|
3245
|
+
top: -20px !important;
|
|
3246
|
+
}
|
|
3244
3247
|
|
|
3245
3248
|
.onr9gzt {
|
|
3246
3249
|
display: flex;
|
|
@@ -3302,13 +3305,6 @@ input.rrg1fkn.ant-input {
|
|
|
3302
3305
|
background: rgba(225, 230, 241, 0.6);
|
|
3303
3306
|
}
|
|
3304
3307
|
|
|
3305
|
-
.ohwbvxu {
|
|
3306
|
-
pointer-events: none;
|
|
3307
|
-
height: 32px;
|
|
3308
|
-
width: 100%;
|
|
3309
|
-
opacity: 0;
|
|
3310
|
-
}
|
|
3311
|
-
|
|
3312
3308
|
.i1e4sgug {
|
|
3313
3309
|
display: inline-block;
|
|
3314
3310
|
}
|
|
@@ -3859,8 +3855,14 @@ input.rrg1fkn.ant-input {
|
|
|
3859
3855
|
margin-left: 24px;
|
|
3860
3856
|
}
|
|
3861
3857
|
|
|
3862
|
-
.
|
|
3863
|
-
|
|
3858
|
+
.igz4le8 {
|
|
3859
|
+
height: 24px;
|
|
3860
|
+
width: 56px !important;
|
|
3861
|
+
margin-right: 4px;
|
|
3862
|
+
}
|
|
3863
|
+
|
|
3864
|
+
.c1riexje {
|
|
3865
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3864
3866
|
}
|
|
3865
3867
|
|
|
3866
3868
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -3918,14 +3920,8 @@ input.rrg1fkn.ant-input {
|
|
|
3918
3920
|
transform: rotate(180deg);
|
|
3919
3921
|
}
|
|
3920
3922
|
|
|
3921
|
-
.
|
|
3922
|
-
|
|
3923
|
-
width: 56px !important;
|
|
3924
|
-
margin-right: 4px;
|
|
3925
|
-
}
|
|
3926
|
-
|
|
3927
|
-
.c1riexje {
|
|
3928
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3923
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3924
|
+
display: flex;
|
|
3929
3925
|
}
|
|
3930
3926
|
|
|
3931
3927
|
.m1thnes4 {
|
|
@@ -4119,52 +4115,6 @@ input.rrg1fkn.ant-input {
|
|
|
4119
4115
|
background: rgba(163, 180, 204, 0.18);
|
|
4120
4116
|
}
|
|
4121
4117
|
|
|
4122
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4123
|
-
display: var(--at4ovwe-0);
|
|
4124
|
-
}
|
|
4125
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4126
|
-
padding: 5px 12px;
|
|
4127
|
-
display: inline-flex;
|
|
4128
|
-
line-height: 1.5715;
|
|
4129
|
-
height: 100%;
|
|
4130
|
-
width: 100%;
|
|
4131
|
-
}
|
|
4132
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4133
|
-
content: var(--at4ovwe-1);
|
|
4134
|
-
display: var(--at4ovwe-2);
|
|
4135
|
-
flex: none;
|
|
4136
|
-
align-items: center;
|
|
4137
|
-
margin-left: 4px;
|
|
4138
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4139
|
-
}
|
|
4140
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4141
|
-
content: var(--at4ovwe-3);
|
|
4142
|
-
display: var(--at4ovwe-4);
|
|
4143
|
-
flex: none;
|
|
4144
|
-
align-items: center;
|
|
4145
|
-
margin-right: 4px;
|
|
4146
|
-
cursor: auto;
|
|
4147
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4148
|
-
}
|
|
4149
|
-
.at4ovwe.ant-input-number {
|
|
4150
|
-
width: 100%;
|
|
4151
|
-
border-radius: 6px;
|
|
4152
|
-
}
|
|
4153
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4154
|
-
border-color: #0096ff;
|
|
4155
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4156
|
-
}
|
|
4157
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4158
|
-
border-color: #e75a3a;
|
|
4159
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4160
|
-
}
|
|
4161
|
-
.at4ovwe .ant-input-number-input {
|
|
4162
|
-
padding: 0;
|
|
4163
|
-
margin: 0;
|
|
4164
|
-
height: auto;
|
|
4165
|
-
font-size: inherit;
|
|
4166
|
-
}
|
|
4167
|
-
|
|
4168
4118
|
.tc40oxa {
|
|
4169
4119
|
margin-bottom: 4px;
|
|
4170
4120
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4361,6 +4311,52 @@ input.rrg1fkn.ant-input {
|
|
|
4361
4311
|
margin-right: 8px;
|
|
4362
4312
|
}
|
|
4363
4313
|
|
|
4314
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4315
|
+
display: var(--at4ovwe-0);
|
|
4316
|
+
}
|
|
4317
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4318
|
+
padding: 5px 12px;
|
|
4319
|
+
display: inline-flex;
|
|
4320
|
+
line-height: 1.5715;
|
|
4321
|
+
height: 100%;
|
|
4322
|
+
width: 100%;
|
|
4323
|
+
}
|
|
4324
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4325
|
+
content: var(--at4ovwe-1);
|
|
4326
|
+
display: var(--at4ovwe-2);
|
|
4327
|
+
flex: none;
|
|
4328
|
+
align-items: center;
|
|
4329
|
+
margin-left: 4px;
|
|
4330
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4331
|
+
}
|
|
4332
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4333
|
+
content: var(--at4ovwe-3);
|
|
4334
|
+
display: var(--at4ovwe-4);
|
|
4335
|
+
flex: none;
|
|
4336
|
+
align-items: center;
|
|
4337
|
+
margin-right: 4px;
|
|
4338
|
+
cursor: auto;
|
|
4339
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4340
|
+
}
|
|
4341
|
+
.at4ovwe.ant-input-number {
|
|
4342
|
+
width: 100%;
|
|
4343
|
+
border-radius: 6px;
|
|
4344
|
+
}
|
|
4345
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4346
|
+
border-color: #0096ff;
|
|
4347
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4348
|
+
}
|
|
4349
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4350
|
+
border-color: #e75a3a;
|
|
4351
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4352
|
+
}
|
|
4353
|
+
.at4ovwe .ant-input-number-input {
|
|
4354
|
+
padding: 0;
|
|
4355
|
+
margin: 0;
|
|
4356
|
+
height: auto;
|
|
4357
|
+
font-size: inherit;
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4364
4360
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4365
4361
|
display: var(--a6dbbkm-0);
|
|
4366
4362
|
}
|