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