@cloudtower/eagle 0.25.7 → 0.25.9

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/style.css CHANGED
@@ -1625,14 +1625,14 @@ input[type=submit] {
1625
1625
  font-named-instance: "Italic";
1626
1626
  src: url("assets/ed5714f7.woff2") format("woff2");
1627
1627
  }
1628
- body {
1628
+ html body {
1629
1629
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1630
1630
  -webkit-font-smoothing: antialiased;
1631
1631
  -moz-osx-font-smoothing: grayscale;
1632
1632
  }
1633
1633
 
1634
1634
  @supports (font-variation-settings: normal) {
1635
- body {
1635
+ html body {
1636
1636
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1637
1637
  }
1638
1638
  }
@@ -1651,6 +1651,35 @@ body {
1651
1651
  font-size: 18px;
1652
1652
  }
1653
1653
 
1654
+ .bpq0js6 {
1655
+ padding: 4px 11px;
1656
+ }
1657
+
1658
+ .b15sn34c {
1659
+ white-space: nowrap;
1660
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1661
+ }
1662
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1663
+ --color: #0080ff;
1664
+ }
1665
+ .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] {
1666
+ --color: #0080ff;
1667
+ }
1668
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1669
+ margin-left: 1px;
1670
+ }
1671
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1672
+ border-top-right-radius: 0;
1673
+ border-bottom-right-radius: 0;
1674
+ }
1675
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1676
+ border-top-left-radius: 0;
1677
+ border-bottom-left-radius: 0;
1678
+ }
1679
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1680
+ border-radius: unset;
1681
+ }
1682
+
1654
1683
  .iap75of {
1655
1684
  height: 18px;
1656
1685
  line-height: 18px;
@@ -1664,343 +1693,123 @@ body {
1664
1693
  margin-right: 4px;
1665
1694
  }
1666
1695
 
1667
- .buj61ew.ant-btn {
1668
- height: 32px;
1669
- border-radius: 6px;
1670
- line-height: 22px;
1671
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1672
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1696
+ .i1mrf09m {
1697
+ display: inline-flex;
1698
+ align-items: center;
1673
1699
  }
1674
- .buj61ew.ant-btn.ant-btn-lg {
1675
- height: 40px;
1676
- line-height: 24px;
1700
+ .i1mrf09m .icon-inner {
1701
+ display: inline-flex;
1702
+ align-items: center;
1703
+ justify-content: center;
1677
1704
  }
1678
- .buj61ew.ant-btn.ant-btn-sm {
1679
- height: 24px;
1680
- line-height: 20px;
1705
+ .i1mrf09m .icon-inner + span,
1706
+ .i1mrf09m span + .icon-inner.suffix {
1707
+ margin-left: 4px;
1681
1708
  }
1682
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1683
- border-radius: 50%;
1709
+ .i1mrf09m.is-rotate img,
1710
+ .i1mrf09m.is-rotate svg {
1711
+ animation: rotate 680ms linear infinite;
1684
1712
  }
1685
- .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 {
1686
- color: var(--color, #06101f);
1687
- font-weight: var(--font-weight);
1688
- background: var(--background-color, #fff);
1689
- border-width: var(--border-width, 1px);
1690
- border-color: var(--border-color, #d9d9d9);
1713
+
1714
+ .p12gwtiw {
1715
+ display: flex;
1716
+ justify-content: space-between;
1717
+ align-items: center;
1718
+ padding: 10px 0;
1719
+ color: rgba(44, 56, 82, 0.6);
1720
+ font-size: 12px;
1721
+ line-height: 24px;
1691
1722
  }
1692
- .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 {
1693
- display: none;
1723
+ .p12gwtiw .pagination-left {
1724
+ padding: 2px 8px;
1694
1725
  }
1695
- .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 {
1696
- color: var(--color, inherit);
1726
+ .p12gwtiw .dropdown-trigger {
1727
+ display: flex;
1728
+ align-items: center;
1729
+ border-radius: 6px;
1730
+ cursor: pointer;
1731
+ transition: all 0.3s ease;
1697
1732
  }
1698
- .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 {
1699
- background: var(--background-color-hover, var(--background-color));
1700
- border-color: var(--border-color-hover, var(--border-color, transparent));
1733
+ .p12gwtiw .dropdown-trigger:hover {
1734
+ background: rgba(211, 218, 235, 0.6);
1735
+ color: #0080ff;
1701
1736
  }
1702
- .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 {
1703
- --scale: 1;
1704
- --transY: 1px;
1705
- background: var(--background-color-active, var(--background-color));
1706
- border-color: var(--border-color-active, var(--border-color, transparent));
1737
+ .p12gwtiw .dropdown-trigger .icon-inner {
1738
+ margin-left: 4px;
1707
1739
  }
1708
- .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 {
1709
- background: var(--background-color-focus, var(--background-color));
1710
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1711
- border-color: var(--border-color-focus, var(--border-color, transparent));
1740
+ .p12gwtiw .pagination-right {
1741
+ display: flex;
1742
+ align-items: center;
1743
+ color: #0080ff;
1744
+ font-weight: bold;
1712
1745
  }
1713
- .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 {
1714
- color: var(--color-disabled, var(--color));
1715
- background: var(--background-color-disabled, var(--background-color));
1716
- border-color: var(--border-color-disabled, var(--border-color, transparent));
1717
- opacity: 0.5;
1746
+ .p12gwtiw .pagination-right .icon-inner {
1747
+ margin-left: 4px;
1718
1748
  }
1719
- .buj61ew.ant-btn-link[disabled] {
1720
- color: #0080ff;
1721
- opacity: 0.5;
1749
+ .p12gwtiw .pagination-right .prev-btn,
1750
+ .p12gwtiw .pagination-right .next-btn {
1751
+ padding: 0 8px;
1722
1752
  }
1723
- .buj61ew.ant-btn-primary {
1724
- --color: #fff;
1725
- --font-weight: bold;
1726
- --border-width: 0;
1727
- --background-color: #0080ff;
1728
- --background-color-hover: #009dff;
1729
- --background-color-active: #005ed1;
1730
- --background-color-focus: #0080ff;
1731
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1753
+ .p12gwtiw .pagination-right .prev-btn > span,
1754
+ .p12gwtiw .pagination-right .next-btn > span {
1755
+ color: #0080ff;
1732
1756
  }
1733
- .buj61ew.ant-btn-primary.ant-btn-dangerous {
1734
- --background-color: #f0483e;
1735
- --background-color-hover: #ff5252;
1736
- --background-color-active: #c73d31;
1737
- --background-color-focus: #ff5252;
1738
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1757
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1758
+ transform: rotate(180deg);
1739
1759
  }
1740
- .buj61ew.ant-btn-primary.btn-primary-orange {
1741
- --background-color: #fea008;
1742
- --background-color-hover: #feba33;
1743
- --background-color-active: #e07f00;
1744
- --background-color-focus: #fea008;
1760
+
1761
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1762
+ max-height: calc(100vh - 128px);
1763
+ overflow-y: auto;
1745
1764
  }
1746
- .buj61ew.ant-btn-secondary {
1747
- --color: #0080ff;
1748
- --font-weight: bold;
1749
- --border-width: 0;
1750
- --background-color: rgba(0, 136, 255, 0.1);
1751
- --background-color-hover: rgba(0, 136, 255, 0.16);
1752
- --background-color-active: rgba(0, 136, 255, 0.2);
1753
- --background-color-focus: rgba(0, 136, 255, 0.1);
1754
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1765
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1766
+ padding: 4px 20px;
1767
+ font-size: 12px;
1768
+ line-height: 18px;
1755
1769
  }
1756
- .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1757
- --color: #f0483e;
1758
- --background-color: rgba(255, 74, 74, 0.1);
1759
- --background-color-hover: rgba(255, 74, 74, 0.16);
1760
- --background-color-active: rgba(255, 74, 74, 0.2);
1761
- --background-color-focus: rgba(255, 74, 74, 0.1);
1762
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1770
+
1771
+ .rxbeqvl.ant-radio-wrapper {
1772
+ display: inline-flex;
1773
+ align-items: baseline;
1774
+ white-space: pre-wrap;
1763
1775
  }
1764
- .buj61ew.ant-btn-secondary.btn-primary-orange {
1765
- --color: #fea008;
1766
- --background-color: rgba(255, 187, 0, 0.1);
1767
- --background-color-hover: rgba(255, 187, 0, 0.16);
1768
- --background-color-active: rgba(255, 187, 0, 0.2);
1769
- --background-color-focus: rgba(255, 187, 0, 0.1);
1776
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1777
+ position: relative;
1778
+ top: 3px;
1770
1779
  }
1771
- .buj61ew.ant-btn-tertiary {
1772
- --color: #0080ff;
1773
- --font-weight: bold;
1774
- --border-width: 0;
1775
- --background-color: #fff;
1776
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1777
- box-shadow: none;
1780
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1781
+ border-color: rgba(107, 128, 167, 0.6);
1778
1782
  }
1779
- .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 {
1780
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1783
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1784
+ border-color: #0080ff;
1781
1785
  }
1782
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1783
- --color: #f0483e;
1784
- --background-color: #fff;
1785
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1786
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1787
+ border-color: #0080ff;
1788
+ background: #0080ff;
1786
1789
  }
1787
- .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 {
1788
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1790
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1791
+ top: 4px;
1792
+ left: 4px;
1793
+ width: 6px;
1794
+ height: 6px;
1795
+ background: #fff;
1789
1796
  }
1790
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
1791
- --color: #fea008;
1792
- --background-color: #fff;
1797
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1798
+ opacity: 0.5;
1793
1799
  }
1794
- .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 {
1795
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1800
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1801
+ border-color: rgba(107, 128, 167, 0.6);
1802
+ background: rgba(211, 218, 235, 0.6);
1796
1803
  }
1797
- .buj61ew.ant-btn-ordinary {
1798
- --color: #1d326c;
1799
- --border-color: #ccd4e3;
1800
- --background-color: #fff;
1801
- --background-color-hover: #edf0f7;
1802
- --background-color-active: #e4e9f2;
1803
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1804
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1804
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1805
+ background: #00122e;
1805
1806
  }
1806
- .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1807
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1807
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1808
+ color: #00122e;
1809
+ opacity: 0.5;
1808
1810
  }
1809
- .buj61ew.ant-btn-ordinary.ordinary-blue {
1810
- --color: #0080ff;
1811
- --border-color: #0080ff;
1812
- --background-color: #fff;
1813
- --background-color-hover: linear-gradient(
1814
- 0deg,
1815
- rgba(0, 136, 255, 0.16),
1816
- rgba(0, 136, 255, 0.16)
1817
- ),
1818
- #ffffff;
1819
- --background-color-active: linear-gradient(
1820
- 0deg,
1821
- rgba(0, 136, 255, 0.2),
1822
- rgba(0, 136, 255, 0.2)
1823
- ),
1824
- #ffffff;
1825
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1826
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1827
- }
1828
- .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1829
- --color: #f0483e;
1830
- --border-color: #f0483e;
1831
- --background-color: #fff;
1832
- --background-color-hover: linear-gradient(
1833
- 0deg,
1834
- rgba(255, 74, 74, 0.16),
1835
- rgba(255, 74, 74, 0.16)
1836
- ),
1837
- #ffffff;
1838
- --background-color-active: linear-gradient(
1839
- 0deg,
1840
- rgba(255, 74, 74, 0.2),
1841
- rgba(255, 74, 74, 0.2)
1842
- ),
1843
- #ffffff;
1844
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1845
- }
1846
- .buj61ew.ant-btn-ordinary-onTint {
1847
- --color: #1d326c;
1848
- --border-color: #fff;
1849
- --background-color: #fff;
1850
- --background-color-hover: rgba(211, 218, 235, 0.6);
1851
- --background-color-active: rgba(192, 203, 224, 0.6);
1852
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1853
- box-shadow: none;
1854
- }
1855
- .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1856
- --color: #0080ff;
1857
- --border-color: #fff;
1858
- --background-color: #fff;
1859
- --background-color-hover: rgba(0, 136, 255, 0.16);
1860
- --background-color-active: rgba(0, 136, 255, 0.2);
1861
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1862
- box-shadow: none;
1863
- }
1864
- .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1865
- --color: #f0483e;
1866
- --background-color-hover: rgba(255, 74, 74, 0.16);
1867
- --background-color-active: rgba(255, 74, 74, 0.2);
1868
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1869
- }
1870
- .buj61ew.ant-btn-quiet {
1871
- --color: rgba(44, 56, 82, 0.6);
1872
- --border-width: 0;
1873
- --background-color: transparent;
1874
- --background-color-hover: rgba(211, 218, 235, 0.6);
1875
- --background-color-active: rgba(192, 203, 224, 0.6);
1876
- --background-color-focus: #fff;
1877
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1878
- box-shadow: none;
1879
- }
1880
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1881
- --color: #f0483e;
1882
- --background-color-hover: rgba(255, 74, 74, 0.16);
1883
- --background-color-active: rgba(255, 74, 74, 0.2);
1884
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1885
- }
1886
- .buj61ew.ant-btn-quiet.quiet-blue {
1887
- --color: #0080ff;
1888
- --background-color: transparent;
1889
- --background-color-hover: rgba(0, 136, 255, 0.16);
1890
- --background-color-active: rgba(0, 136, 255, 0.2);
1891
- --background-color-focus: #fff;
1892
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1893
- }
1894
- .buj61ew.has-icon {
1895
- display: inline-flex;
1896
- align-items: center;
1897
- }
1898
- .buj61ew .button-prefix-icon {
1899
- margin-right: 4px;
1900
- display: inline-flex;
1901
- }
1902
- .buj61ew .button-suffix-icon {
1903
- margin-left: 4px;
1904
- display: inline-flex;
1905
- }
1906
- .buj61ew .icon-wrapper {
1907
- display: inline-flex;
1908
- vertical-align: bottom;
1909
- }
1910
-
1911
- .nchllas {
1912
- padding: 0;
1913
- }
1914
-
1915
- .bpq0js6 {
1916
- padding: 4px 11px;
1917
- }
1918
-
1919
- .b15sn34c {
1920
- white-space: nowrap;
1921
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1922
- }
1923
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1924
- --color: #0080ff;
1925
- }
1926
- .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] {
1927
- --color: #0080ff;
1928
- }
1929
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1930
- margin-left: 1px;
1931
- }
1932
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1933
- border-top-right-radius: 0;
1934
- border-bottom-right-radius: 0;
1935
- }
1936
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1937
- border-top-left-radius: 0;
1938
- border-bottom-left-radius: 0;
1939
- }
1940
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1941
- border-radius: unset;
1942
- }
1943
-
1944
- .i1mrf09m {
1945
- display: inline-flex;
1946
- align-items: center;
1947
- }
1948
- .i1mrf09m .icon-inner {
1949
- display: inline-flex;
1950
- align-items: center;
1951
- justify-content: center;
1952
- }
1953
- .i1mrf09m .icon-inner + span,
1954
- .i1mrf09m span + .icon-inner.suffix {
1955
- margin-left: 4px;
1956
- }
1957
- .i1mrf09m.is-rotate img,
1958
- .i1mrf09m.is-rotate svg {
1959
- animation: rotate 680ms linear infinite;
1960
- }
1961
-
1962
- .rxbeqvl.ant-radio-wrapper {
1963
- display: inline-flex;
1964
- align-items: baseline;
1965
- white-space: pre-wrap;
1966
- }
1967
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1968
- position: relative;
1969
- top: 3px;
1970
- }
1971
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1972
- border-color: rgba(107, 128, 167, 0.6);
1973
- }
1974
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1975
- border-color: #0080ff;
1976
- }
1977
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1978
- border-color: #0080ff;
1979
- background: #0080ff;
1980
- }
1981
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1982
- top: 4px;
1983
- left: 4px;
1984
- width: 6px;
1985
- height: 6px;
1986
- background: #fff;
1987
- }
1988
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1989
- opacity: 0.5;
1990
- }
1991
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1992
- border-color: rgba(107, 128, 167, 0.6);
1993
- background: rgba(211, 218, 235, 0.6);
1994
- }
1995
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1996
- background: #00122e;
1997
- }
1998
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1999
- color: #00122e;
2000
- opacity: 0.5;
2001
- }
2002
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2003
- color: #00122e;
1811
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1812
+ color: #00122e;
2004
1813
  }
2005
1814
  .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2006
1815
  display: inline-block;
@@ -2184,180 +1993,59 @@ body {
2184
1993
  padding: 0;
2185
1994
  }
2186
1995
 
2187
- .obf05yr {
2188
- display: inline-block;
1996
+ .cz04yix {
1997
+ display: flex;
1998
+ flex-direction: column;
2189
1999
  }
2190
2000
 
2191
- .hsms1n6 {
2192
- visibility: hidden;
2193
- position: absolute;
2001
+ .m1if5j39 {
2002
+ max-width: 1120px;
2003
+ width: 100%;
2004
+ margin: 0 auto;
2005
+ height: 100%;
2194
2006
  }
2195
2007
 
2196
- .p12gwtiw {
2008
+ .w1vvwdlp {
2009
+ max-width: 1120px;
2010
+ width: 100%;
2011
+ margin: 0 auto;
2197
2012
  display: flex;
2198
- justify-content: space-between;
2199
- align-items: center;
2200
- padding: 10px 0;
2201
- color: rgba(44, 56, 82, 0.6);
2202
- font-size: 12px;
2203
- line-height: 24px;
2204
2013
  }
2205
- .p12gwtiw .pagination-left {
2206
- padding: 2px 8px;
2014
+ .w1vvwdlp .left,
2015
+ .w1vvwdlp .right {
2016
+ flex-grow: 0;
2017
+ flex-shrink: 0;
2018
+ flex-basis: 21%;
2207
2019
  }
2208
- .p12gwtiw .dropdown-trigger {
2020
+ .w1vvwdlp .left {
2209
2021
  display: flex;
2210
- align-items: center;
2211
- border-radius: 6px;
2212
- cursor: pointer;
2213
- transition: all 0.3s ease;
2022
+ justify-content: flex-end;
2023
+ padding-right: 44px;
2214
2024
  }
2215
- .p12gwtiw .dropdown-trigger:hover {
2216
- background: rgba(211, 218, 235, 0.6);
2217
- color: #0080ff;
2025
+ .w1vvwdlp .right {
2026
+ padding-left: 44px;
2218
2027
  }
2219
- .p12gwtiw .dropdown-trigger .icon-inner {
2220
- margin-left: 4px;
2028
+ .w1vvwdlp .middle {
2029
+ margin-bottom: 40px;
2030
+ flex-grow: 0;
2031
+ flex-shrink: 0;
2032
+ flex-basis: 58%;
2221
2033
  }
2222
- .p12gwtiw .pagination-right {
2223
- display: flex;
2224
- align-items: center;
2225
- color: #0080ff;
2226
- font-weight: bold;
2034
+ .w1vvwdlp .middle .form-base-field {
2035
+ width: 100%;
2227
2036
  }
2228
- .p12gwtiw .pagination-right .icon-inner {
2229
- margin-left: 4px;
2037
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2038
+ width: auto;
2230
2039
  }
2231
- .p12gwtiw .pagination-right .prev-btn,
2232
- .p12gwtiw .pagination-right .next-btn {
2233
- padding: 0 8px;
2040
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2041
+ flex: initial;
2234
2042
  }
2235
- .p12gwtiw .pagination-right .prev-btn > span,
2236
- .p12gwtiw .pagination-right .next-btn > span {
2237
- color: #0080ff;
2043
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2044
+ margin-top: 4px;
2238
2045
  }
2239
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2240
- transform: rotate(180deg);
2241
- }
2242
-
2243
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2244
- max-height: calc(100vh - 128px);
2245
- overflow-y: auto;
2246
- }
2247
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2248
- padding: 4px 20px;
2249
- font-size: 12px;
2250
- line-height: 18px;
2251
- }
2252
-
2253
- .s34f1qb.ant-switch {
2254
- min-width: 40px;
2255
- height: 24px;
2256
- background: rgba(172, 186, 211, 0.6);
2257
- overflow: hidden;
2258
- }
2259
- .s34f1qb.ant-switch:focus {
2260
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2261
- }
2262
- .s34f1qb.ant-switch-small {
2263
- min-width: 26px;
2264
- height: 16px;
2265
- }
2266
- .s34f1qb.ant-switch-large {
2267
- min-width: 52px;
2268
- height: 32px;
2269
- }
2270
- .s34f1qb.ant-switch .ant-switch-handle {
2271
- height: 20px;
2272
- width: 20px;
2273
- }
2274
- .s34f1qb.ant-switch .ant-switch-handle::before {
2275
- border-radius: 10px;
2276
- transition-delay: 120ms;
2277
- }
2278
- .s34f1qb.ant-switch-small .ant-switch-handle {
2279
- height: 14px;
2280
- width: 14px;
2281
- top: 1px;
2282
- left: 1px;
2283
- }
2284
- .s34f1qb.ant-switch-large .ant-switch-handle {
2285
- height: 28px;
2286
- width: 28px;
2287
- }
2288
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2289
- border-radius: 14px;
2290
- }
2291
- .s34f1qb.ant-switch-checked {
2292
- background-color: #00ba5d;
2293
- }
2294
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2295
- left: calc(100% - 20px - 2px);
2296
- }
2297
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2298
- left: calc(100% - 14px - 1px);
2299
- }
2300
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2301
- left: calc(100% - 28px - 2px);
2302
- }
2303
-
2304
- .c1to9vb9 {
2305
- margin-left: 5px;
2306
- }
2307
-
2308
- .cz04yix {
2309
- display: flex;
2310
- flex-direction: column;
2311
- }
2312
-
2313
- .m1if5j39 {
2314
- max-width: 1120px;
2315
- width: 100%;
2316
- margin: 0 auto;
2317
- height: 100%;
2318
- }
2319
-
2320
- .w1vvwdlp {
2321
- max-width: 1120px;
2322
- width: 100%;
2323
- margin: 0 auto;
2324
- display: flex;
2325
- }
2326
- .w1vvwdlp .left,
2327
- .w1vvwdlp .right {
2328
- flex-grow: 0;
2329
- flex-shrink: 0;
2330
- flex-basis: 21%;
2331
- }
2332
- .w1vvwdlp .left {
2333
- display: flex;
2334
- justify-content: flex-end;
2335
- padding-right: 44px;
2336
- }
2337
- .w1vvwdlp .right {
2338
- padding-left: 44px;
2339
- }
2340
- .w1vvwdlp .middle {
2341
- margin-bottom: 40px;
2342
- flex-grow: 0;
2343
- flex-shrink: 0;
2344
- flex-basis: 58%;
2345
- }
2346
- .w1vvwdlp .middle .form-base-field {
2347
- width: 100%;
2348
- }
2349
- .w1vvwdlp .middle .form-base-field .form-base-field {
2350
- width: auto;
2351
- }
2352
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2353
- flex: initial;
2354
- }
2355
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2356
- margin-top: 4px;
2357
- }
2358
- .w1vvwdlp .ant-steps-item-icon,
2359
- .w1vvwdlp .ant-steps-item-tail {
2360
- display: none !important;
2046
+ .w1vvwdlp .ant-steps-item-icon,
2047
+ .w1vvwdlp .ant-steps-item-tail {
2048
+ display: none !important;
2361
2049
  }
2362
2050
  .w1vvwdlp .ant-steps-item-container {
2363
2051
  padding: 0 15px;
@@ -2970,448 +2658,316 @@ input.rrg1fkn.ant-input {
2970
2658
  border-bottom-left-radius: 0;
2971
2659
  }
2972
2660
 
2973
- .t1upn1sz {
2974
- height: 100%;
2661
+ .obf05yr {
2662
+ display: inline-block;
2975
2663
  }
2976
2664
 
2977
- .tta5kd2 {
2978
- height: 100%;
2665
+ .hsms1n6 {
2666
+ visibility: hidden;
2667
+ position: absolute;
2979
2668
  }
2980
- .tta5kd2.empty-table .ant-table-content {
2981
- overflow: visible !important;
2982
- height: 100%;
2669
+
2670
+ .s34f1qb.ant-switch {
2671
+ min-width: 40px;
2672
+ height: 24px;
2673
+ background: rgba(172, 186, 211, 0.6);
2674
+ overflow: hidden;
2983
2675
  }
2984
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2985
- height: 100%;
2676
+ .s34f1qb.ant-switch:focus {
2677
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2986
2678
  }
2987
- .tta5kd2.empty-table .ant-table-content table {
2988
- width: 100% !important;
2989
- height: 100%;
2679
+ .s34f1qb.ant-switch-small {
2680
+ min-width: 26px;
2681
+ height: 16px;
2990
2682
  }
2991
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2992
- padding: 15px 0;
2683
+ .s34f1qb.ant-switch-large {
2684
+ min-width: 52px;
2685
+ height: 32px;
2993
2686
  }
2994
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2995
- display: none;
2687
+ .s34f1qb.ant-switch .ant-switch-handle {
2688
+ height: 20px;
2689
+ width: 20px;
2996
2690
  }
2997
- .tta5kd2 .active-row td:nth-child(1) {
2998
- font-weight: 700;
2691
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2692
+ border-radius: 10px;
2693
+ transition-delay: 120ms;
2999
2694
  }
3000
- .tta5kd2.has-selection .active-row td:nth-child(2) {
3001
- font-weight: 700;
2695
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2696
+ height: 14px;
2697
+ width: 14px;
2698
+ top: 1px;
2699
+ left: 1px;
3002
2700
  }
3003
- .tta5kd2 .ant-spin-nested-loading {
3004
- height: 100%;
2701
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2702
+ height: 28px;
2703
+ width: 28px;
3005
2704
  }
3006
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3007
- height: 100%;
3008
- overflow: visible;
2705
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2706
+ border-radius: 14px;
3009
2707
  }
3010
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
3011
- max-height: none;
2708
+ .s34f1qb.ant-switch-checked {
2709
+ background-color: #00ba5d;
3012
2710
  }
3013
- .tta5kd2.table-init-loading .ant-spin-blur thead,
3014
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
3015
- display: none;
2711
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2712
+ left: calc(100% - 20px - 2px);
3016
2713
  }
3017
- .tta5kd2 td.ant-table-column-sort {
3018
- background: transparent;
2714
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2715
+ left: calc(100% - 14px - 1px);
3019
2716
  }
3020
- .tta5kd2 td.ant-table-cell-fix-left,
3021
- .tta5kd2 td.ant-table-cell-fix-right {
3022
- background: #fff;
3023
- padding: 0 !important;
2717
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2718
+ left: calc(100% - 28px - 2px);
3024
2719
  }
3025
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3026
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3027
- display: flex;
3028
- align-items: center;
3029
- height: 100%;
3030
- padding: 8px;
2720
+
2721
+ .c1to9vb9 {
2722
+ margin-left: 5px;
3031
2723
  }
3032
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3033
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3034
- overflow: hidden;
3035
- text-overflow: ellipsis;
3036
- width: 100%;
2724
+
2725
+ .buj61ew.ant-btn {
2726
+ height: 32px;
2727
+ border-radius: 6px;
2728
+ line-height: 22px;
2729
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
2730
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
3037
2731
  }
3038
- .tta5kd2 .ant-table-container {
3039
- height: 100%;
2732
+ .buj61ew.ant-btn.ant-btn-lg {
2733
+ height: 40px;
2734
+ line-height: 24px;
3040
2735
  }
3041
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3042
- box-shadow: none !important;
2736
+ .buj61ew.ant-btn.ant-btn-sm {
2737
+ height: 24px;
2738
+ line-height: 20px;
3043
2739
  }
3044
- .tta5kd2 .ant-table {
3045
- border-radius: 0px;
3046
- border-left: none;
3047
- border-right: none;
3048
- border-bottom: none;
3049
- height: 100%;
3050
- font-size: 12px;
3051
- background: transparent;
2740
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
2741
+ border-radius: 50%;
3052
2742
  }
3053
- .tta5kd2 .ant-table .ant-table-header {
3054
- position: relative;
3055
- z-index: 3;
3056
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3057
- margin-bottom: -1px;
2743
+ .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 {
2744
+ color: var(--color, #06101f);
2745
+ font-weight: var(--font-weight);
2746
+ background: var(--background-color, #fff);
2747
+ border-width: var(--border-width, 1px);
2748
+ border-color: var(--border-color, #d9d9d9);
3058
2749
  }
3059
- .tta5kd2 .ant-table .time-wrapper .data,
3060
- .tta5kd2 .ant-table .value {
3061
- color: #2d3a56;
2750
+ .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 {
2751
+ display: none;
3062
2752
  }
3063
- .tta5kd2 .ant-table .time-wrapper .time,
3064
- .tta5kd2 .ant-table .unit {
3065
- color: rgba(44, 56, 82, 0.6);
3066
- }
3067
- .tta5kd2 .ant-table .ant-table-selection {
3068
- text-align: center;
2753
+ .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 {
2754
+ color: var(--color, inherit);
3069
2755
  }
3070
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3071
- background: #fff;
2756
+ .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 {
2757
+ background: var(--background-color-hover, var(--background-color));
2758
+ border-color: var(--border-color-hover, var(--border-color, transparent));
3072
2759
  }
3073
- .tta5kd2 .ant-table .anticon-setting {
3074
- cursor: pointer;
3075
- position: absolute;
3076
- top: 50%;
3077
- right: 12px;
3078
- transform: translateY(-50%);
2760
+ .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 {
2761
+ --scale: 1;
2762
+ --transY: 1px;
2763
+ background: var(--background-color-active, var(--background-color));
2764
+ border-color: var(--border-color-active, var(--border-color, transparent));
3079
2765
  }
3080
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3081
- box-shadow: none;
3082
- width: 1px;
3083
- background: rgba(213, 219, 227, 0.6);
2766
+ .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 {
2767
+ background: var(--background-color-focus, var(--background-color));
2768
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
2769
+ border-color: var(--border-color-focus, var(--border-color, transparent));
3084
2770
  }
3085
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3086
- box-shadow: none;
3087
- width: 1px;
3088
- background: rgba(213, 219, 227, 0.6);
2771
+ .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 {
2772
+ color: var(--color-disabled, var(--color));
2773
+ background: var(--background-color-disabled, var(--background-color));
2774
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
2775
+ opacity: 0.5;
3089
2776
  }
3090
- .tta5kd2 .ant-table .ant-table-tbody {
3091
- position: relative;
2777
+ .buj61ew.ant-btn-link[disabled] {
2778
+ color: #0080ff;
2779
+ opacity: 0.5;
3092
2780
  }
3093
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3094
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3095
- border-bottom: 1px solid white;
3096
- height: 40px;
3097
- vertical-align: middle;
3098
- transition: background 0ms;
3099
- color: #00122e;
2781
+ .buj61ew.ant-btn-primary {
2782
+ --color: #fff;
2783
+ --font-weight: bold;
2784
+ --border-width: 0;
2785
+ --background-color: #0080ff;
2786
+ --background-color-hover: #009dff;
2787
+ --background-color-active: #005ed1;
2788
+ --background-color-focus: #0080ff;
2789
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3100
2790
  }
3101
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3102
- background: #f2f5fa;
3103
- border-bottom-color: #f2f5fa;
2791
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
2792
+ --background-color: #f0483e;
2793
+ --background-color-hover: #ff5252;
2794
+ --background-color-active: #c73d31;
2795
+ --background-color-focus: #ff5252;
2796
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3104
2797
  }
3105
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3106
- height: auto;
3107
- color: #00122e;
3108
- font-size: 12px;
3109
- text-align: left;
3110
- transition: none;
3111
- overflow: hidden;
3112
- text-overflow: ellipsis;
3113
- white-space: nowrap;
2798
+ .buj61ew.ant-btn-primary.btn-primary-orange {
2799
+ --background-color: #fea008;
2800
+ --background-color-hover: #feba33;
2801
+ --background-color-active: #e07f00;
2802
+ --background-color-focus: #fea008;
3114
2803
  }
3115
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3116
- color: #0096ff;
2804
+ .buj61ew.ant-btn-secondary {
2805
+ --color: #0080ff;
2806
+ --font-weight: bold;
2807
+ --border-width: 0;
2808
+ --background-color: rgba(0, 136, 255, 0.1);
2809
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2810
+ --background-color-active: rgba(0, 136, 255, 0.2);
2811
+ --background-color-focus: rgba(0, 136, 255, 0.1);
2812
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3117
2813
  }
3118
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3119
- overflow: hidden;
3120
- text-overflow: ellipsis;
3121
- width: 100%;
3122
- vertical-align: middle;
2814
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
2815
+ --color: #f0483e;
2816
+ --background-color: rgba(255, 74, 74, 0.1);
2817
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2818
+ --background-color-active: rgba(255, 74, 74, 0.2);
2819
+ --background-color-focus: rgba(255, 74, 74, 0.1);
2820
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3123
2821
  }
3124
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3125
- line-height: 0px;
2822
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
2823
+ --color: #fea008;
2824
+ --background-color: rgba(255, 187, 0, 0.1);
2825
+ --background-color-hover: rgba(255, 187, 0, 0.16);
2826
+ --background-color-active: rgba(255, 187, 0, 0.2);
2827
+ --background-color-focus: rgba(255, 187, 0, 0.1);
3126
2828
  }
3127
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3128
- padding-right: 25px;
2829
+ .buj61ew.ant-btn-tertiary {
2830
+ --color: #0080ff;
2831
+ --font-weight: bold;
2832
+ --border-width: 0;
2833
+ --background-color: #fff;
2834
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2835
+ box-shadow: none;
3129
2836
  }
3130
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3131
- border-top-color: transparent;
2837
+ .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 {
2838
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
3132
2839
  }
3133
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3134
- background: rgba(225, 230, 241, 0.6);
3135
- border-color: transparent transparent white;
2840
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
2841
+ --color: #f0483e;
2842
+ --background-color: #fff;
2843
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3136
2844
  }
3137
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3138
- border-radius: 8px 0 0 8px;
2845
+ .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 {
2846
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
3139
2847
  }
3140
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3141
- border-radius: 8px 0 0 8px;
2848
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
2849
+ --color: #fea008;
2850
+ --background-color: #fff;
3142
2851
  }
3143
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3144
- content: "";
3145
- width: 4px;
3146
- top: -1px;
3147
- bottom: -1px;
3148
- background: white;
2852
+ .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 {
2853
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
3149
2854
  }
3150
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3151
- border-radius: 0 8px 8px 0;
2855
+ .buj61ew.ant-btn-ordinary {
2856
+ --color: #1d326c;
2857
+ --border-color: #ccd4e3;
2858
+ --background-color: #fff;
2859
+ --background-color-hover: #edf0f7;
2860
+ --background-color-active: #e4e9f2;
2861
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2862
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
3152
2863
  }
3153
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3154
- border-radius: 0;
3155
- background: white;
3156
- border-top: none;
2864
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
2865
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
3157
2866
  }
3158
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3159
- border-top: 1px solid transparent;
3160
- border-radius: 0 8px 8px 0;
3161
- background: rgba(225, 230, 241, 0.6);
2867
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
2868
+ --color: #0080ff;
2869
+ --border-color: #0080ff;
2870
+ --background-color: #fff;
2871
+ --background-color-hover: linear-gradient(
2872
+ 0deg,
2873
+ rgba(0, 136, 255, 0.16),
2874
+ rgba(0, 136, 255, 0.16)
2875
+ ),
2876
+ #ffffff;
2877
+ --background-color-active: linear-gradient(
2878
+ 0deg,
2879
+ rgba(0, 136, 255, 0.2),
2880
+ rgba(0, 136, 255, 0.2)
2881
+ ),
2882
+ #ffffff;
2883
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2884
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
3162
2885
  }
3163
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3164
- background: white;
3165
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2886
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
2887
+ --color: #f0483e;
2888
+ --border-color: #f0483e;
2889
+ --background-color: #fff;
2890
+ --background-color-hover: linear-gradient(
2891
+ 0deg,
2892
+ rgba(255, 74, 74, 0.16),
2893
+ rgba(255, 74, 74, 0.16)
2894
+ ),
2895
+ #ffffff;
2896
+ --background-color-active: linear-gradient(
2897
+ 0deg,
2898
+ rgba(255, 74, 74, 0.2),
2899
+ rgba(255, 74, 74, 0.2)
2900
+ ),
2901
+ #ffffff;
2902
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3166
2903
  }
3167
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3168
- display: flex;
3169
- align-items: center;
3170
- height: 100%;
3171
- background: rgba(225, 230, 241, 0.6);
2904
+ .buj61ew.ant-btn-ordinary-onTint {
2905
+ --color: #1d326c;
2906
+ --border-color: #fff;
2907
+ --background-color: #fff;
2908
+ --background-color-hover: rgba(211, 218, 235, 0.6);
2909
+ --background-color-active: rgba(192, 203, 224, 0.6);
2910
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2911
+ box-shadow: none;
3172
2912
  }
3173
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3174
- background: white;
3175
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2913
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
2914
+ --color: #0080ff;
2915
+ --border-color: #fff;
2916
+ --background-color: #fff;
2917
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2918
+ --background-color-active: rgba(0, 136, 255, 0.2);
2919
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2920
+ box-shadow: none;
3176
2921
  }
3177
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3178
- display: flex;
3179
- align-items: center;
3180
- height: 100%;
3181
- background: rgba(225, 230, 241, 0.6);
2922
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
2923
+ --color: #f0483e;
2924
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2925
+ --background-color-active: rgba(255, 74, 74, 0.2);
2926
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3182
2927
  }
3183
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3184
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2928
+ .buj61ew.ant-btn-quiet {
2929
+ --color: rgba(44, 56, 82, 0.6);
2930
+ --border-width: 0;
2931
+ --background-color: transparent;
2932
+ --background-color-hover: rgba(211, 218, 235, 0.6);
2933
+ --background-color-active: rgba(192, 203, 224, 0.6);
2934
+ --background-color-focus: #fff;
2935
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2936
+ box-shadow: none;
3185
2937
  }
3186
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3187
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3188
- border-radius: 8px;
3189
- }
3190
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3191
- border-top-color: white;
3192
- }
3193
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3194
- background: rgba(0, 136, 255, 0.1);
3195
- border-bottom-color: transparent;
3196
- border-top-color: transparent;
3197
- }
3198
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3199
- border-radius: 8px 0 0 8px;
3200
- }
3201
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3202
- border-radius: 0 8px 8px 0;
3203
- }
3204
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3205
- background: rgba(0, 136, 255, 0.1);
3206
- }
3207
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3208
- background: #fff;
3209
- font-weight: 400;
3210
- position: relative;
3211
- border-bottom: none;
3212
- color: #00122e;
3213
- transition: none;
3214
- padding: 15px 8px 15px 8px;
3215
- }
3216
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3217
- content: "";
3218
- width: 1px;
3219
- top: 0;
3220
- bottom: 0;
3221
- background: rgba(211, 218, 235, 0.6);
3222
- position: absolute;
3223
- right: 0;
3224
- }
3225
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3226
- padding: unset;
3227
- }
3228
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3229
- display: none;
3230
- }
3231
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3232
- width: 100%;
3233
- overflow: hidden;
3234
- white-space: nowrap;
3235
- text-overflow: ellipsis;
3236
- }
3237
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3238
- overflow: hidden;
3239
- text-overflow: ellipsis;
3240
- flex: 1;
3241
- }
3242
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3243
- padding: 15px 25px 15px 8px;
3244
- }
3245
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3246
- padding: 0;
3247
- }
3248
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3249
- position: absolute;
3250
- right: 6px;
3251
- top: 50%;
3252
- transform: translateY(-50%);
3253
- height: 16px;
3254
- display: none;
3255
- transition: transform 320ms ease;
3256
- }
3257
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3258
- display: block;
3259
- transform: translateY(-50%) rotateX(180deg);
3260
- }
3261
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3262
- display: block;
3263
- }
3264
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3265
- display: none;
3266
- }
3267
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3268
- transform: translateY(-50%);
3269
- }
3270
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3271
- transform: translateY(-50%) rotateX(180deg);
3272
- }
3273
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3274
- background: #f2f5fa;
3275
- }
3276
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3277
- display: block;
3278
- }
3279
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3280
- padding-right: 25px;
3281
- }
3282
- .tta5kd2 .ant-table .ant-table-selection-column {
3283
- padding: 0 !important;
3284
- }
3285
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3286
- position: absolute;
3287
- left: 50%;
3288
- top: 50%;
3289
- transform: translate(-50%, -50%);
3290
- }
3291
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3292
- display: none;
3293
- }
3294
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3295
- background: #fff;
3296
- }
3297
- .tta5kd2 .ant-table .ant-table-placeholder {
3298
- background: inherit;
3299
- }
3300
- .tta5kd2 .ant-table .ant-table-placeholder td {
3301
- position: static;
3302
- border: none;
3303
- background: inherit !important;
3304
- height: 100px;
3305
- vertical-align: middle;
3306
- }
3307
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3308
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3309
- font-weight: bold;
3310
- font-size: 20px;
3311
- color: rgba(10, 37, 85, 0.6);
2938
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
2939
+ --color: #f0483e;
2940
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2941
+ --background-color-active: rgba(255, 74, 74, 0.2);
2942
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3312
2943
  }
3313
- .tta5kd2 .ant-table td.cell__action_ {
3314
- padding: 0 !important;
3315
- position: relative;
3316
- background: #fff;
2944
+ .buj61ew.ant-btn-quiet.quiet-blue {
2945
+ --color: #0080ff;
2946
+ --background-color: transparent;
2947
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2948
+ --background-color-active: rgba(0, 136, 255, 0.2);
2949
+ --background-color-focus: #fff;
2950
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3317
2951
  }
3318
- .tta5kd2 .ant-table td.cell__action_ > * {
3319
- height: 100%;
3320
- display: flex;
2952
+ .buj61ew.has-icon {
2953
+ display: inline-flex;
3321
2954
  align-items: center;
3322
- justify-content: flex-end;
3323
- padding-right: 8px;
3324
- }
3325
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3326
- width: 24px;
3327
- height: 24px;
3328
- cursor: pointer;
3329
- justify-content: center;
3330
- border-radius: 4px;
3331
- }
3332
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3333
- background: #fff;
3334
- }
3335
-
3336
- .s1fc623g {
3337
- width: 430px !important;
3338
- }
3339
-
3340
- .da3mx0o .ant-select-item-group {
3341
- padding: 8px 16px;
3342
- line-height: 18px;
3343
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3344
- height: 34px;
3345
- min-height: 34px;
3346
- box-sizing: border-box;
3347
- margin-top: 8px;
3348
- }
3349
- .da3mx0o .rc-virtual-list-holder-inner {
3350
- top: -20px !important;
3351
- }
3352
-
3353
- .onr9gzt {
3354
- display: flex;
3355
- flex-direction: column;
3356
- margin: 1px 8px;
3357
- padding: 8px;
3358
- border-radius: 4px;
3359
- }
3360
- .onr9gzt .selected-icon {
3361
- display: none;
3362
- }
3363
- .onr9gzt.ant-select-item-option-grouped {
3364
- padding-left: 8px;
3365
- }
3366
- .onr9gzt.ant-select-item-option-selected {
3367
- background-color: white;
3368
- }
3369
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3370
- color: #0080ff;
3371
- }
3372
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3373
- display: block;
3374
- }
3375
- .onr9gzt.ant-select-item-option-active {
3376
- background: rgba(0, 136, 255, 0.16);
3377
- }
3378
- .onr9gzt.ant-select-item-option-active .timezone-title {
3379
- color: #0080ff;
3380
- }
3381
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3382
- background: rgba(0, 136, 255, 0.1);
3383
- color: #0080ff;
3384
- }
3385
-
3386
- .oiy0apc {
3387
- display: flex;
3388
- justify-content: space-between;
3389
- height: 20px;
3390
- line-height: 20px;
3391
2955
  }
3392
- .oiy0apc .timezone-title {
3393
- color: #2d3a56;
3394
- overflow: hidden;
3395
- text-overflow: ellipsis;
2956
+ .buj61ew .button-prefix-icon {
2957
+ margin-right: 4px;
2958
+ display: inline-flex;
3396
2959
  }
3397
-
3398
- .of4y382 {
3399
- display: flex;
3400
- justify-content: space-between;
3401
- color: rgba(44, 56, 82, 0.6);
3402
- height: 18px;
3403
- line-height: 18px;
3404
- margin-top: 2px;
2960
+ .buj61ew .button-suffix-icon {
2961
+ margin-left: 4px;
2962
+ display: inline-flex;
3405
2963
  }
3406
-
3407
- .t19903l9 {
3408
- border: none;
3409
- margin-right: 0;
3410
- background: rgba(225, 230, 241, 0.6);
2964
+ .buj61ew .icon-wrapper {
2965
+ display: inline-flex;
2966
+ vertical-align: bottom;
3411
2967
  }
3412
2968
 
3413
- .i1e4sgug {
3414
- display: inline-block;
2969
+ .nchllas {
2970
+ padding: 0;
3415
2971
  }
3416
2972
 
3417
2973
  .d6j0lbj {
@@ -3889,6 +3445,454 @@ input.rrg1fkn.ant-input {
3889
3445
  line-height: 12px;
3890
3446
  }
3891
3447
 
3448
+ .i1e4sgug {
3449
+ display: inline-block;
3450
+ }
3451
+
3452
+ .s1fc623g {
3453
+ width: 430px !important;
3454
+ }
3455
+
3456
+ .da3mx0o .ant-select-item-group {
3457
+ padding: 8px 16px;
3458
+ line-height: 18px;
3459
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3460
+ height: 34px;
3461
+ min-height: 34px;
3462
+ box-sizing: border-box;
3463
+ margin-top: 8px;
3464
+ }
3465
+
3466
+ .onr9gzt {
3467
+ display: flex;
3468
+ flex-direction: column;
3469
+ margin: 1px 8px;
3470
+ padding: 8px;
3471
+ border-radius: 4px;
3472
+ }
3473
+ .onr9gzt .selected-icon {
3474
+ display: none;
3475
+ }
3476
+ .onr9gzt.ant-select-item-option-grouped {
3477
+ padding-left: 8px;
3478
+ }
3479
+ .onr9gzt.ant-select-item-option-selected {
3480
+ background-color: white;
3481
+ }
3482
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3483
+ color: #0080ff;
3484
+ }
3485
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3486
+ display: block;
3487
+ }
3488
+ .onr9gzt.ant-select-item-option-active {
3489
+ background: rgba(0, 136, 255, 0.16);
3490
+ }
3491
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3492
+ color: #0080ff;
3493
+ }
3494
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3495
+ background: rgba(0, 136, 255, 0.1);
3496
+ color: #0080ff;
3497
+ }
3498
+
3499
+ .oiy0apc {
3500
+ display: flex;
3501
+ justify-content: space-between;
3502
+ height: 20px;
3503
+ line-height: 20px;
3504
+ }
3505
+ .oiy0apc .timezone-title {
3506
+ color: #2d3a56;
3507
+ overflow: hidden;
3508
+ text-overflow: ellipsis;
3509
+ }
3510
+
3511
+ .of4y382 {
3512
+ display: flex;
3513
+ justify-content: space-between;
3514
+ color: rgba(44, 56, 82, 0.6);
3515
+ height: 18px;
3516
+ line-height: 18px;
3517
+ margin-top: 2px;
3518
+ }
3519
+
3520
+ .t19903l9 {
3521
+ border: none;
3522
+ margin-right: 0;
3523
+ background: rgba(225, 230, 241, 0.6);
3524
+ }
3525
+
3526
+ .ohwbvxu {
3527
+ pointer-events: none;
3528
+ height: 32px;
3529
+ width: 100%;
3530
+ opacity: 0;
3531
+ }
3532
+
3533
+ .t1upn1sz {
3534
+ height: 100%;
3535
+ }
3536
+
3537
+ .tta5kd2 {
3538
+ height: 100%;
3539
+ }
3540
+ .tta5kd2.empty-table .ant-table-content {
3541
+ overflow: visible !important;
3542
+ height: 100%;
3543
+ }
3544
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
3545
+ height: 100%;
3546
+ }
3547
+ .tta5kd2.empty-table .ant-table-content table {
3548
+ width: 100% !important;
3549
+ height: 100%;
3550
+ }
3551
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
3552
+ padding: 15px 0;
3553
+ }
3554
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
3555
+ display: none;
3556
+ }
3557
+ .tta5kd2 .active-row td:nth-child(1) {
3558
+ font-weight: 700;
3559
+ }
3560
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
3561
+ font-weight: 700;
3562
+ }
3563
+ .tta5kd2 .ant-spin-nested-loading {
3564
+ height: 100%;
3565
+ }
3566
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3567
+ height: 100%;
3568
+ overflow: visible;
3569
+ }
3570
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
3571
+ max-height: none;
3572
+ }
3573
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
3574
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
3575
+ display: none;
3576
+ }
3577
+ .tta5kd2 td.ant-table-column-sort {
3578
+ background: transparent;
3579
+ }
3580
+ .tta5kd2 td.ant-table-cell-fix-left,
3581
+ .tta5kd2 td.ant-table-cell-fix-right {
3582
+ background: #fff;
3583
+ padding: 0 !important;
3584
+ }
3585
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3586
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3587
+ display: flex;
3588
+ align-items: center;
3589
+ height: 100%;
3590
+ padding: 8px;
3591
+ }
3592
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3593
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3594
+ overflow: hidden;
3595
+ text-overflow: ellipsis;
3596
+ width: 100%;
3597
+ }
3598
+ .tta5kd2 .ant-table-container {
3599
+ height: 100%;
3600
+ }
3601
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3602
+ box-shadow: none !important;
3603
+ }
3604
+ .tta5kd2 .ant-table {
3605
+ border-radius: 0px;
3606
+ border-left: none;
3607
+ border-right: none;
3608
+ border-bottom: none;
3609
+ height: 100%;
3610
+ font-size: 12px;
3611
+ background: transparent;
3612
+ }
3613
+ .tta5kd2 .ant-table .ant-table-header {
3614
+ position: relative;
3615
+ z-index: 3;
3616
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3617
+ margin-bottom: -1px;
3618
+ }
3619
+ .tta5kd2 .ant-table .time-wrapper .data,
3620
+ .tta5kd2 .ant-table .value {
3621
+ color: #2d3a56;
3622
+ }
3623
+ .tta5kd2 .ant-table .time-wrapper .time,
3624
+ .tta5kd2 .ant-table .unit {
3625
+ color: rgba(44, 56, 82, 0.6);
3626
+ }
3627
+ .tta5kd2 .ant-table .ant-table-selection {
3628
+ text-align: center;
3629
+ }
3630
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3631
+ background: #fff;
3632
+ }
3633
+ .tta5kd2 .ant-table .anticon-setting {
3634
+ cursor: pointer;
3635
+ position: absolute;
3636
+ top: 50%;
3637
+ right: 12px;
3638
+ transform: translateY(-50%);
3639
+ }
3640
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3641
+ box-shadow: none;
3642
+ width: 1px;
3643
+ background: rgba(213, 219, 227, 0.6);
3644
+ }
3645
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3646
+ box-shadow: none;
3647
+ width: 1px;
3648
+ background: rgba(213, 219, 227, 0.6);
3649
+ }
3650
+ .tta5kd2 .ant-table .ant-table-tbody {
3651
+ position: relative;
3652
+ }
3653
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3654
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3655
+ border-bottom: 1px solid white;
3656
+ height: 40px;
3657
+ vertical-align: middle;
3658
+ transition: background 0ms;
3659
+ color: #00122e;
3660
+ }
3661
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3662
+ background: #f2f5fa;
3663
+ border-bottom-color: #f2f5fa;
3664
+ }
3665
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3666
+ height: auto;
3667
+ color: #00122e;
3668
+ font-size: 12px;
3669
+ text-align: left;
3670
+ transition: none;
3671
+ overflow: hidden;
3672
+ text-overflow: ellipsis;
3673
+ white-space: nowrap;
3674
+ }
3675
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3676
+ color: #0096ff;
3677
+ }
3678
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3679
+ overflow: hidden;
3680
+ text-overflow: ellipsis;
3681
+ width: 100%;
3682
+ vertical-align: middle;
3683
+ }
3684
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3685
+ line-height: 0px;
3686
+ }
3687
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3688
+ padding-right: 25px;
3689
+ }
3690
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3691
+ border-top-color: transparent;
3692
+ }
3693
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3694
+ background: rgba(225, 230, 241, 0.6);
3695
+ border-color: transparent transparent white;
3696
+ }
3697
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3698
+ border-radius: 8px 0 0 8px;
3699
+ }
3700
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3701
+ border-radius: 8px 0 0 8px;
3702
+ }
3703
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3704
+ content: "";
3705
+ width: 4px;
3706
+ top: -1px;
3707
+ bottom: -1px;
3708
+ background: white;
3709
+ }
3710
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3711
+ border-radius: 0 8px 8px 0;
3712
+ }
3713
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3714
+ border-radius: 0;
3715
+ background: white;
3716
+ border-top: none;
3717
+ }
3718
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3719
+ border-top: 1px solid transparent;
3720
+ border-radius: 0 8px 8px 0;
3721
+ background: rgba(225, 230, 241, 0.6);
3722
+ }
3723
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3724
+ background: white;
3725
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3726
+ }
3727
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3728
+ display: flex;
3729
+ align-items: center;
3730
+ height: 100%;
3731
+ background: rgba(225, 230, 241, 0.6);
3732
+ }
3733
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3734
+ background: white;
3735
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3736
+ }
3737
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3738
+ display: flex;
3739
+ align-items: center;
3740
+ height: 100%;
3741
+ background: rgba(225, 230, 241, 0.6);
3742
+ }
3743
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3744
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3745
+ }
3746
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3747
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3748
+ border-radius: 8px;
3749
+ }
3750
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3751
+ border-top-color: white;
3752
+ }
3753
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3754
+ background: rgba(0, 136, 255, 0.1);
3755
+ border-bottom-color: transparent;
3756
+ border-top-color: transparent;
3757
+ }
3758
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3759
+ border-radius: 8px 0 0 8px;
3760
+ }
3761
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3762
+ border-radius: 0 8px 8px 0;
3763
+ }
3764
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3765
+ background: rgba(0, 136, 255, 0.1);
3766
+ }
3767
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3768
+ background: #fff;
3769
+ font-weight: 400;
3770
+ position: relative;
3771
+ border-bottom: none;
3772
+ color: #00122e;
3773
+ transition: none;
3774
+ padding: 15px 8px 15px 8px;
3775
+ }
3776
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3777
+ content: "";
3778
+ width: 1px;
3779
+ top: 0;
3780
+ bottom: 0;
3781
+ background: rgba(211, 218, 235, 0.6);
3782
+ position: absolute;
3783
+ right: 0;
3784
+ }
3785
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3786
+ padding: unset;
3787
+ }
3788
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3789
+ display: none;
3790
+ }
3791
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3792
+ width: 100%;
3793
+ overflow: hidden;
3794
+ white-space: nowrap;
3795
+ text-overflow: ellipsis;
3796
+ }
3797
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3798
+ overflow: hidden;
3799
+ text-overflow: ellipsis;
3800
+ flex: 1;
3801
+ }
3802
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3803
+ padding: 15px 25px 15px 8px;
3804
+ }
3805
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3806
+ padding: 0;
3807
+ }
3808
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3809
+ position: absolute;
3810
+ right: 6px;
3811
+ top: 50%;
3812
+ transform: translateY(-50%);
3813
+ height: 16px;
3814
+ display: none;
3815
+ transition: transform 320ms ease;
3816
+ }
3817
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3818
+ display: block;
3819
+ transform: translateY(-50%) rotateX(180deg);
3820
+ }
3821
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3822
+ display: block;
3823
+ }
3824
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3825
+ display: none;
3826
+ }
3827
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3828
+ transform: translateY(-50%);
3829
+ }
3830
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3831
+ transform: translateY(-50%) rotateX(180deg);
3832
+ }
3833
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3834
+ background: #f2f5fa;
3835
+ }
3836
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3837
+ display: block;
3838
+ }
3839
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3840
+ padding-right: 25px;
3841
+ }
3842
+ .tta5kd2 .ant-table .ant-table-selection-column {
3843
+ padding: 0 !important;
3844
+ }
3845
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3846
+ position: absolute;
3847
+ left: 50%;
3848
+ top: 50%;
3849
+ transform: translate(-50%, -50%);
3850
+ }
3851
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3852
+ display: none;
3853
+ }
3854
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3855
+ background: #fff;
3856
+ }
3857
+ .tta5kd2 .ant-table .ant-table-placeholder {
3858
+ background: inherit;
3859
+ }
3860
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3861
+ position: static;
3862
+ border: none;
3863
+ background: inherit !important;
3864
+ height: 100px;
3865
+ vertical-align: middle;
3866
+ }
3867
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3868
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3869
+ font-weight: bold;
3870
+ font-size: 20px;
3871
+ color: rgba(10, 37, 85, 0.6);
3872
+ }
3873
+ .tta5kd2 .ant-table td.cell__action_ {
3874
+ padding: 0 !important;
3875
+ position: relative;
3876
+ background: #fff;
3877
+ }
3878
+ .tta5kd2 .ant-table td.cell__action_ > * {
3879
+ height: 100%;
3880
+ display: flex;
3881
+ align-items: center;
3882
+ justify-content: flex-end;
3883
+ padding-right: 8px;
3884
+ }
3885
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3886
+ width: 24px;
3887
+ height: 24px;
3888
+ cursor: pointer;
3889
+ justify-content: center;
3890
+ border-radius: 4px;
3891
+ }
3892
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3893
+ background: #fff;
3894
+ }
3895
+
3892
3896
  .c198s9j3 {
3893
3897
  color: #2d3a56;
3894
3898
  line-height: 22px;
@@ -4485,10 +4489,12 @@ input.rrg1fkn.ant-input {
4485
4489
  .f1p9ti6d .ant-form-item-explain {
4486
4490
  margin-top: 4px;
4487
4491
  font-size: 12px;
4492
+ min-height: 0px;
4488
4493
  }
4489
4494
  .f1p9ti6d .ant-form-item-extra {
4490
4495
  font-size: 12px;
4491
4496
  color: rgba(44, 56, 82, 0.6);
4497
+ min-height: 0px;
4492
4498
  }
4493
4499
 
4494
4500
  .a6dbbkm .ant-input-number-handler-wrap {