@cloudtower/eagle 0.25.9 → 0.25.11

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
@@ -1636,19 +1636,252 @@ html body {
1636
1636
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1637
1637
  }
1638
1638
  }
1639
- .fde5mpd {
1640
- width: 100%;
1641
- height: 100%;
1642
- min-height: 124px;
1643
- display: flex;
1644
- flex-direction: column;
1645
- justify-content: center;
1639
+ .buj61ew.ant-btn {
1640
+ height: 32px;
1641
+ border-radius: 6px;
1642
+ line-height: 22px;
1643
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1644
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1645
+ }
1646
+ .buj61ew.ant-btn.ant-btn-lg {
1647
+ height: 40px;
1648
+ line-height: 24px;
1649
+ }
1650
+ .buj61ew.ant-btn.ant-btn-sm {
1651
+ height: 24px;
1652
+ line-height: 20px;
1653
+ }
1654
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1655
+ border-radius: 50%;
1656
+ }
1657
+ .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 {
1658
+ color: var(--color, #06101f);
1659
+ font-weight: var(--font-weight);
1660
+ background: var(--background-color, #fff);
1661
+ border-width: var(--border-width, 1px);
1662
+ border-color: var(--border-color, #d9d9d9);
1663
+ }
1664
+ .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 {
1665
+ display: none;
1666
+ }
1667
+ .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 {
1668
+ color: var(--color, inherit);
1669
+ }
1670
+ .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 {
1671
+ background: var(--background-color-hover, var(--background-color));
1672
+ border-color: var(--border-color-hover, var(--border-color, transparent));
1673
+ }
1674
+ .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 {
1675
+ --scale: 1;
1676
+ --transY: 1px;
1677
+ background: var(--background-color-active, var(--background-color));
1678
+ border-color: var(--border-color-active, var(--border-color, transparent));
1679
+ }
1680
+ .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 {
1681
+ background: var(--background-color-focus, var(--background-color));
1682
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1683
+ border-color: var(--border-color-focus, var(--border-color, transparent));
1684
+ }
1685
+ .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 {
1686
+ color: var(--color-disabled, var(--color));
1687
+ background: var(--background-color-disabled, var(--background-color));
1688
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
1689
+ opacity: 0.5;
1690
+ }
1691
+ .buj61ew.ant-btn-link[disabled] {
1692
+ color: #0080ff;
1693
+ opacity: 0.5;
1694
+ }
1695
+ .buj61ew.ant-btn-primary {
1696
+ --color: #fff;
1697
+ --font-weight: bold;
1698
+ --border-width: 0;
1699
+ --background-color: #0080ff;
1700
+ --background-color-hover: #009dff;
1701
+ --background-color-active: #005ed1;
1702
+ --background-color-focus: #0080ff;
1703
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1704
+ }
1705
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
1706
+ --background-color: #f0483e;
1707
+ --background-color-hover: #ff5252;
1708
+ --background-color-active: #c73d31;
1709
+ --background-color-focus: #ff5252;
1710
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1711
+ }
1712
+ .buj61ew.ant-btn-primary.btn-primary-orange {
1713
+ --background-color: #fea008;
1714
+ --background-color-hover: #feba33;
1715
+ --background-color-active: #e07f00;
1716
+ --background-color-focus: #fea008;
1717
+ }
1718
+ .buj61ew.ant-btn-secondary {
1719
+ --color: #0080ff;
1720
+ --font-weight: bold;
1721
+ --border-width: 0;
1722
+ --background-color: rgba(0, 136, 255, 0.1);
1723
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1724
+ --background-color-active: rgba(0, 136, 255, 0.2);
1725
+ --background-color-focus: rgba(0, 136, 255, 0.1);
1726
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1727
+ }
1728
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1729
+ --color: #f0483e;
1730
+ --background-color: rgba(255, 74, 74, 0.1);
1731
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1732
+ --background-color-active: rgba(255, 74, 74, 0.2);
1733
+ --background-color-focus: rgba(255, 74, 74, 0.1);
1734
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1735
+ }
1736
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
1737
+ --color: #fea008;
1738
+ --background-color: rgba(255, 187, 0, 0.1);
1739
+ --background-color-hover: rgba(255, 187, 0, 0.16);
1740
+ --background-color-active: rgba(255, 187, 0, 0.2);
1741
+ --background-color-focus: rgba(255, 187, 0, 0.1);
1742
+ }
1743
+ .buj61ew.ant-btn-tertiary {
1744
+ --color: #0080ff;
1745
+ --font-weight: bold;
1746
+ --border-width: 0;
1747
+ --background-color: #fff;
1748
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1749
+ box-shadow: none;
1750
+ }
1751
+ .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 {
1752
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1753
+ }
1754
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1755
+ --color: #f0483e;
1756
+ --background-color: #fff;
1757
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1758
+ }
1759
+ .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 {
1760
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1761
+ }
1762
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
1763
+ --color: #fea008;
1764
+ --background-color: #fff;
1765
+ }
1766
+ .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 {
1767
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1768
+ }
1769
+ .buj61ew.ant-btn-ordinary {
1770
+ --color: #1d326c;
1771
+ --border-color: #ccd4e3;
1772
+ --background-color: #fff;
1773
+ --background-color-hover: #edf0f7;
1774
+ --background-color-active: #e4e9f2;
1775
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1776
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1777
+ }
1778
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1779
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1780
+ }
1781
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
1782
+ --color: #0080ff;
1783
+ --border-color: #0080ff;
1784
+ --background-color: #fff;
1785
+ --background-color-hover: linear-gradient(
1786
+ 0deg,
1787
+ rgba(0, 136, 255, 0.16),
1788
+ rgba(0, 136, 255, 0.16)
1789
+ ),
1790
+ #ffffff;
1791
+ --background-color-active: linear-gradient(
1792
+ 0deg,
1793
+ rgba(0, 136, 255, 0.2),
1794
+ rgba(0, 136, 255, 0.2)
1795
+ ),
1796
+ #ffffff;
1797
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1798
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1799
+ }
1800
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1801
+ --color: #f0483e;
1802
+ --border-color: #f0483e;
1803
+ --background-color: #fff;
1804
+ --background-color-hover: linear-gradient(
1805
+ 0deg,
1806
+ rgba(255, 74, 74, 0.16),
1807
+ rgba(255, 74, 74, 0.16)
1808
+ ),
1809
+ #ffffff;
1810
+ --background-color-active: linear-gradient(
1811
+ 0deg,
1812
+ rgba(255, 74, 74, 0.2),
1813
+ rgba(255, 74, 74, 0.2)
1814
+ ),
1815
+ #ffffff;
1816
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1817
+ }
1818
+ .buj61ew.ant-btn-ordinary-onTint {
1819
+ --color: #1d326c;
1820
+ --border-color: #fff;
1821
+ --background-color: #fff;
1822
+ --background-color-hover: rgba(211, 218, 235, 0.6);
1823
+ --background-color-active: rgba(192, 203, 224, 0.6);
1824
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1825
+ box-shadow: none;
1826
+ }
1827
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1828
+ --color: #0080ff;
1829
+ --border-color: #fff;
1830
+ --background-color: #fff;
1831
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1832
+ --background-color-active: rgba(0, 136, 255, 0.2);
1833
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1834
+ box-shadow: none;
1835
+ }
1836
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1837
+ --color: #f0483e;
1838
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1839
+ --background-color-active: rgba(255, 74, 74, 0.2);
1840
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1841
+ }
1842
+ .buj61ew.ant-btn-quiet {
1843
+ --color: rgba(44, 56, 82, 0.6);
1844
+ --border-width: 0;
1845
+ --background-color: transparent;
1846
+ --background-color-hover: rgba(211, 218, 235, 0.6);
1847
+ --background-color-active: rgba(192, 203, 224, 0.6);
1848
+ --background-color-focus: #fff;
1849
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1850
+ box-shadow: none;
1851
+ }
1852
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1853
+ --color: #f0483e;
1854
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1855
+ --background-color-active: rgba(255, 74, 74, 0.2);
1856
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1857
+ }
1858
+ .buj61ew.ant-btn-quiet.quiet-blue {
1859
+ --color: #0080ff;
1860
+ --background-color: transparent;
1861
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1862
+ --background-color-active: rgba(0, 136, 255, 0.2);
1863
+ --background-color-focus: #fff;
1864
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1865
+ }
1866
+ .buj61ew.has-icon {
1867
+ display: inline-flex;
1646
1868
  align-items: center;
1647
1869
  }
1648
- .fde5mpd .error-text {
1649
- color: rgba(10, 37, 85, 0.6);
1650
- margin-bottom: 16px;
1651
- font-size: 18px;
1870
+ .buj61ew .button-prefix-icon {
1871
+ margin-right: 4px;
1872
+ display: inline-flex;
1873
+ }
1874
+ .buj61ew .button-suffix-icon {
1875
+ margin-left: 4px;
1876
+ display: inline-flex;
1877
+ }
1878
+ .buj61ew .icon-wrapper {
1879
+ display: inline-flex;
1880
+ vertical-align: bottom;
1881
+ }
1882
+
1883
+ .nchllas {
1884
+ padding: 0;
1652
1885
  }
1653
1886
 
1654
1887
  .bpq0js6 {
@@ -1680,17 +1913,19 @@ html body {
1680
1913
  border-radius: unset;
1681
1914
  }
1682
1915
 
1683
- .iap75of {
1684
- height: 18px;
1685
- line-height: 18px;
1686
- padding: 0 4px;
1687
- border-radius: 4px;
1688
- background: rgba(235, 239, 245, 0.6);
1689
- border: 1px solid rgba(223, 228, 235, 0.6);
1916
+ .fde5mpd {
1917
+ width: 100%;
1918
+ height: 100%;
1919
+ min-height: 124px;
1690
1920
  display: flex;
1921
+ flex-direction: column;
1922
+ justify-content: center;
1691
1923
  align-items: center;
1692
- white-space: nowrap;
1693
- margin-right: 4px;
1924
+ }
1925
+ .fde5mpd .error-text {
1926
+ color: rgba(10, 37, 85, 0.6);
1927
+ margin-bottom: 16px;
1928
+ font-size: 18px;
1694
1929
  }
1695
1930
 
1696
1931
  .i1mrf09m {
@@ -1711,6 +1946,28 @@ html body {
1711
1946
  animation: rotate 680ms linear infinite;
1712
1947
  }
1713
1948
 
1949
+ .iap75of {
1950
+ height: 18px;
1951
+ line-height: 18px;
1952
+ padding: 0 4px;
1953
+ border-radius: 4px;
1954
+ background: rgba(235, 239, 245, 0.6);
1955
+ border: 1px solid rgba(223, 228, 235, 0.6);
1956
+ display: flex;
1957
+ align-items: center;
1958
+ white-space: nowrap;
1959
+ margin-right: 4px;
1960
+ }
1961
+
1962
+ .obf05yr {
1963
+ display: inline-block;
1964
+ }
1965
+
1966
+ .hsms1n6 {
1967
+ visibility: hidden;
1968
+ position: absolute;
1969
+ }
1970
+
1714
1971
  .p12gwtiw {
1715
1972
  display: flex;
1716
1973
  justify-content: space-between;
@@ -1993,6 +2250,61 @@ html body {
1993
2250
  padding: 0;
1994
2251
  }
1995
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
+
1996
2308
  .cz04yix {
1997
2309
  display: flex;
1998
2310
  flex-direction: column;
@@ -2658,317 +2970,453 @@ input.rrg1fkn.ant-input {
2658
2970
  border-bottom-left-radius: 0;
2659
2971
  }
2660
2972
 
2661
- .obf05yr {
2662
- display: inline-block;
2663
- }
2664
-
2665
- .hsms1n6 {
2666
- visibility: hidden;
2667
- position: absolute;
2973
+ .t1upn1sz {
2974
+ height: 100%;
2668
2975
  }
2669
2976
 
2670
- .s34f1qb.ant-switch {
2671
- min-width: 40px;
2672
- height: 24px;
2673
- background: rgba(172, 186, 211, 0.6);
2674
- overflow: hidden;
2977
+ .tta5kd2 {
2978
+ height: 100%;
2675
2979
  }
2676
- .s34f1qb.ant-switch:focus {
2677
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2980
+ .tta5kd2.empty-table .ant-table-content {
2981
+ overflow: visible !important;
2982
+ height: 100%;
2678
2983
  }
2679
- .s34f1qb.ant-switch-small {
2680
- min-width: 26px;
2681
- height: 16px;
2984
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2985
+ height: 100%;
2682
2986
  }
2683
- .s34f1qb.ant-switch-large {
2684
- min-width: 52px;
2685
- height: 32px;
2987
+ .tta5kd2.empty-table .ant-table-content table {
2988
+ width: 100% !important;
2989
+ height: 100%;
2686
2990
  }
2687
- .s34f1qb.ant-switch .ant-switch-handle {
2688
- height: 20px;
2689
- width: 20px;
2991
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2992
+ padding: 15px 0;
2690
2993
  }
2691
- .s34f1qb.ant-switch .ant-switch-handle::before {
2692
- border-radius: 10px;
2693
- transition-delay: 120ms;
2994
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2995
+ display: none;
2694
2996
  }
2695
- .s34f1qb.ant-switch-small .ant-switch-handle {
2696
- height: 14px;
2697
- width: 14px;
2698
- top: 1px;
2699
- left: 1px;
2997
+ .tta5kd2 .active-row td:nth-child(1) {
2998
+ font-weight: 700;
2700
2999
  }
2701
- .s34f1qb.ant-switch-large .ant-switch-handle {
2702
- height: 28px;
2703
- width: 28px;
3000
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
3001
+ font-weight: 700;
2704
3002
  }
2705
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2706
- border-radius: 14px;
3003
+ .tta5kd2 .ant-spin-nested-loading {
3004
+ height: 100%;
2707
3005
  }
2708
- .s34f1qb.ant-switch-checked {
2709
- background-color: #00ba5d;
3006
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3007
+ height: 100%;
3008
+ overflow: visible;
2710
3009
  }
2711
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2712
- left: calc(100% - 20px - 2px);
3010
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
3011
+ max-height: none;
2713
3012
  }
2714
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2715
- left: calc(100% - 14px - 1px);
3013
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
3014
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
3015
+ display: none;
2716
3016
  }
2717
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2718
- left: calc(100% - 28px - 2px);
3017
+ .tta5kd2 td.ant-table-column-sort {
3018
+ background: transparent;
2719
3019
  }
2720
-
2721
- .c1to9vb9 {
2722
- margin-left: 5px;
3020
+ .tta5kd2 td.ant-table-cell-fix-left,
3021
+ .tta5kd2 td.ant-table-cell-fix-right {
3022
+ background: #fff;
3023
+ padding: 0 !important;
2723
3024
  }
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);
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;
2731
3031
  }
2732
- .buj61ew.ant-btn.ant-btn-lg {
2733
- height: 40px;
2734
- line-height: 24px;
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%;
2735
3037
  }
2736
- .buj61ew.ant-btn.ant-btn-sm {
2737
- height: 24px;
2738
- line-height: 20px;
3038
+ .tta5kd2 .ant-table-container {
3039
+ height: 100%;
2739
3040
  }
2740
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
2741
- border-radius: 50%;
3041
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3042
+ box-shadow: none !important;
2742
3043
  }
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);
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;
2749
3052
  }
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;
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;
2752
3058
  }
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);
3059
+ .tta5kd2 .ant-table .time-wrapper .data,
3060
+ .tta5kd2 .ant-table .value {
3061
+ color: #2d3a56;
2755
3062
  }
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));
3063
+ .tta5kd2 .ant-table .time-wrapper .time,
3064
+ .tta5kd2 .ant-table .unit {
3065
+ color: rgba(44, 56, 82, 0.6);
2759
3066
  }
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));
3067
+ .tta5kd2 .ant-table .ant-table-selection {
3068
+ text-align: center;
2765
3069
  }
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));
3070
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3071
+ background: #fff;
2770
3072
  }
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;
2776
- }
2777
- .buj61ew.ant-btn-link[disabled] {
2778
- color: #0080ff;
2779
- opacity: 0.5;
2780
- }
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);
3073
+ .tta5kd2 .ant-table .anticon-setting {
3074
+ cursor: pointer;
3075
+ position: absolute;
3076
+ top: 50%;
3077
+ right: 12px;
3078
+ transform: translateY(-50%);
2790
3079
  }
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);
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);
2797
3084
  }
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;
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);
2803
3089
  }
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);
3090
+ .tta5kd2 .ant-table .ant-table-tbody {
3091
+ position: relative;
2813
3092
  }
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);
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;
2821
3100
  }
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);
3101
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3102
+ background: #f2f5fa;
3103
+ border-bottom-color: #f2f5fa;
2828
3104
  }
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;
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;
2836
3114
  }
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));
3115
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3116
+ color: #0096ff;
2839
3117
  }
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);
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;
2844
3123
  }
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));
3124
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3125
+ line-height: 0px;
2847
3126
  }
2848
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
2849
- --color: #fea008;
2850
- --background-color: #fff;
3127
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3128
+ padding-right: 25px;
2851
3129
  }
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));
3130
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3131
+ border-top-color: transparent;
2854
3132
  }
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);
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;
2863
3136
  }
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);
3137
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3138
+ border-radius: 8px 0 0 8px;
2866
3139
  }
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);
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;
2885
3142
  }
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);
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;
2903
3149
  }
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;
3150
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3151
+ border-radius: 0 8px 8px 0;
2912
3152
  }
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;
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;
2921
3157
  }
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);
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);
2927
3162
  }
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;
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);
2937
3166
  }
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);
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);
2943
3172
  }
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);
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);
2951
3176
  }
2952
- .buj61ew.has-icon {
2953
- display: inline-flex;
3177
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3178
+ display: flex;
2954
3179
  align-items: center;
3180
+ height: 100%;
3181
+ background: rgba(225, 230, 241, 0.6);
2955
3182
  }
2956
- .buj61ew .button-prefix-icon {
2957
- margin-right: 4px;
2958
- display: inline-flex;
3183
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3184
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2959
3185
  }
2960
- .buj61ew .button-suffix-icon {
2961
- margin-left: 4px;
2962
- display: inline-flex;
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;
2963
3189
  }
2964
- .buj61ew .icon-wrapper {
2965
- display: inline-flex;
2966
- vertical-align: bottom;
3190
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3191
+ border-top-color: white;
2967
3192
  }
2968
-
2969
- .nchllas {
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 {
2970
3246
  padding: 0;
2971
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);
3312
+ }
3313
+ .tta5kd2 .ant-table td.cell__action_ {
3314
+ padding: 0 !important;
3315
+ position: relative;
3316
+ background: #fff;
3317
+ }
3318
+ .tta5kd2 .ant-table td.cell__action_ > * {
3319
+ height: 100%;
3320
+ display: flex;
3321
+ 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
+
3350
+ .onr9gzt {
3351
+ display: flex;
3352
+ flex-direction: column;
3353
+ margin: 1px 8px;
3354
+ padding: 8px;
3355
+ border-radius: 4px;
3356
+ }
3357
+ .onr9gzt .selected-icon {
3358
+ display: none;
3359
+ }
3360
+ .onr9gzt.ant-select-item-option-grouped {
3361
+ padding-left: 8px;
3362
+ }
3363
+ .onr9gzt.ant-select-item-option-selected {
3364
+ background-color: white;
3365
+ }
3366
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3367
+ color: #0080ff;
3368
+ }
3369
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3370
+ display: block;
3371
+ }
3372
+ .onr9gzt.ant-select-item-option-active {
3373
+ background: rgba(0, 136, 255, 0.16);
3374
+ }
3375
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3376
+ color: #0080ff;
3377
+ }
3378
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3379
+ background: rgba(0, 136, 255, 0.1);
3380
+ color: #0080ff;
3381
+ }
3382
+
3383
+ .oiy0apc {
3384
+ display: flex;
3385
+ justify-content: space-between;
3386
+ height: 20px;
3387
+ line-height: 20px;
3388
+ }
3389
+ .oiy0apc .timezone-title {
3390
+ color: #2d3a56;
3391
+ overflow: hidden;
3392
+ text-overflow: ellipsis;
3393
+ }
3394
+
3395
+ .of4y382 {
3396
+ display: flex;
3397
+ justify-content: space-between;
3398
+ color: rgba(44, 56, 82, 0.6);
3399
+ height: 18px;
3400
+ line-height: 18px;
3401
+ margin-top: 2px;
3402
+ }
3403
+
3404
+ .t19903l9 {
3405
+ border: none;
3406
+ margin-right: 0;
3407
+ background: rgba(225, 230, 241, 0.6);
3408
+ }
3409
+
3410
+ .ohwbvxu {
3411
+ pointer-events: none;
3412
+ height: 32px;
3413
+ width: 100%;
3414
+ opacity: 0;
3415
+ }
3416
+
3417
+ .i1e4sgug {
3418
+ display: inline-block;
3419
+ }
2972
3420
 
2973
3421
  .d6j0lbj {
2974
3422
  font-family: Inter;
@@ -3321,576 +3769,128 @@ input.rrg1fkn.ant-input {
3321
3769
  font-size: 12px;
3322
3770
  line-height: 18px;
3323
3771
  }
3324
-
3325
- .lemnjy2 {
3326
- font-family: Inter;
3327
- font-style: normal;
3328
- font-weight: normal;
3329
- text-transform: uppercase;
3330
- font-feature-settings: "cpsp" on;
3331
- font-size: 12px;
3332
- line-height: 18px;
3333
- }
3334
-
3335
- .lrc42gb {
3336
- font-family: Inter;
3337
- font-style: normal;
3338
- font-weight: bold;
3339
- text-transform: uppercase;
3340
- font-feature-settings: "cpsp" on;
3341
- font-size: 12px;
3342
- line-height: 18px;
3343
- }
3344
-
3345
- .fqaz4mb {
3346
- font-family: Inter;
3347
- font-style: normal;
3348
- font-weight: normal;
3349
- font-size: 13px;
3350
- line-height: 20px;
3351
- }
3352
-
3353
- .f13we5o {
3354
- font-family: Inter;
3355
- font-style: normal;
3356
- font-weight: normal;
3357
- font-size: 13px;
3358
- line-height: 20px;
3359
- }
3360
-
3361
- .ffmjua2 {
3362
- font-family: Inter;
3363
- font-style: normal;
3364
- font-weight: normal;
3365
- font-size: 12px;
3366
- line-height: 18px;
3367
- }
3368
-
3369
- .fz2mxw0 {
3370
- font-family: Inter;
3371
- font-style: normal;
3372
- font-weight: normal;
3373
- font-size: 12px;
3374
- line-height: 18px;
3375
- }
3376
-
3377
- .t1ertzoh {
3378
- font-family: Inter;
3379
- font-style: normal;
3380
- font-weight: normal;
3381
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3382
- font-size: 13px;
3383
- line-height: 20px;
3384
- }
3385
-
3386
- .t19bge8r {
3387
- font-family: Inter;
3388
- font-style: normal;
3389
- font-weight: normal;
3390
- font-feature-settings: "zero" on;
3391
- font-size: 13px;
3392
- line-height: 20px;
3393
- }
3394
-
3395
- .tjrzfyl {
3396
- font-family: Inter;
3397
- font-style: normal;
3398
- font-weight: normal;
3399
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3400
- font-size: 12px;
3401
- line-height: 18px;
3402
- }
3403
-
3404
- .tm6s7bo {
3405
- font-family: Inter;
3406
- font-style: normal;
3407
- font-weight: 500;
3408
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3409
- font-size: 12px;
3410
- line-height: 18px;
3411
- }
3412
-
3413
- .t19zq6ic {
3414
- font-family: Inter;
3415
- font-style: normal;
3416
- font-weight: normal;
3417
- font-feature-settings: "zero" on;
3418
- font-size: 12px;
3419
- line-height: 18px;
3420
- }
3421
-
3422
- .t1gduru8 {
3423
- font-family: Inter;
3424
- font-style: normal;
3425
- font-weight: 500;
3426
- font-feature-settings: "zero" on;
3427
- font-size: 12px;
3428
- line-height: 18px;
3429
- }
3430
-
3431
- .t55raab {
3432
- font-family: Inter;
3433
- font-style: normal;
3434
- font-weight: bold;
3435
- font-feature-settings: "zero" on;
3436
- font-size: 16px;
3437
- line-height: 24px;
3438
- }
3439
-
3440
- .u1w9abfe {
3441
- font-family: Inter;
3442
- font-style: normal;
3443
- font-weight: normal;
3444
- font-size: 10px;
3445
- line-height: 12px;
3446
- }
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;
3772
+
3773
+ .lemnjy2 {
3774
+ font-family: Inter;
3775
+ font-style: normal;
3776
+ font-weight: normal;
3777
+ text-transform: uppercase;
3778
+ font-feature-settings: "cpsp" on;
3779
+ font-size: 12px;
3780
+ line-height: 18px;
3826
3781
  }
3827
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3828
- transform: translateY(-50%);
3782
+
3783
+ .lrc42gb {
3784
+ font-family: Inter;
3785
+ font-style: normal;
3786
+ font-weight: bold;
3787
+ text-transform: uppercase;
3788
+ font-feature-settings: "cpsp" on;
3789
+ font-size: 12px;
3790
+ line-height: 18px;
3829
3791
  }
3830
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3831
- transform: translateY(-50%) rotateX(180deg);
3792
+
3793
+ .fqaz4mb {
3794
+ font-family: Inter;
3795
+ font-style: normal;
3796
+ font-weight: normal;
3797
+ font-size: 13px;
3798
+ line-height: 20px;
3832
3799
  }
3833
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3834
- background: #f2f5fa;
3800
+
3801
+ .f13we5o {
3802
+ font-family: Inter;
3803
+ font-style: normal;
3804
+ font-weight: normal;
3805
+ font-size: 13px;
3806
+ line-height: 20px;
3835
3807
  }
3836
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3837
- display: block;
3808
+
3809
+ .ffmjua2 {
3810
+ font-family: Inter;
3811
+ font-style: normal;
3812
+ font-weight: normal;
3813
+ font-size: 12px;
3814
+ line-height: 18px;
3838
3815
  }
3839
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3840
- padding-right: 25px;
3816
+
3817
+ .fz2mxw0 {
3818
+ font-family: Inter;
3819
+ font-style: normal;
3820
+ font-weight: normal;
3821
+ font-size: 12px;
3822
+ line-height: 18px;
3841
3823
  }
3842
- .tta5kd2 .ant-table .ant-table-selection-column {
3843
- padding: 0 !important;
3824
+
3825
+ .t1ertzoh {
3826
+ font-family: Inter;
3827
+ font-style: normal;
3828
+ font-weight: normal;
3829
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3830
+ font-size: 13px;
3831
+ line-height: 20px;
3844
3832
  }
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%);
3833
+
3834
+ .t19bge8r {
3835
+ font-family: Inter;
3836
+ font-style: normal;
3837
+ font-weight: normal;
3838
+ font-feature-settings: "zero" on;
3839
+ font-size: 13px;
3840
+ line-height: 20px;
3850
3841
  }
3851
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3852
- display: none;
3842
+
3843
+ .tjrzfyl {
3844
+ font-family: Inter;
3845
+ font-style: normal;
3846
+ font-weight: normal;
3847
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3848
+ font-size: 12px;
3849
+ line-height: 18px;
3853
3850
  }
3854
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3855
- background: #fff;
3851
+
3852
+ .tm6s7bo {
3853
+ font-family: Inter;
3854
+ font-style: normal;
3855
+ font-weight: 500;
3856
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3857
+ font-size: 12px;
3858
+ line-height: 18px;
3856
3859
  }
3857
- .tta5kd2 .ant-table .ant-table-placeholder {
3858
- background: inherit;
3860
+
3861
+ .t19zq6ic {
3862
+ font-family: Inter;
3863
+ font-style: normal;
3864
+ font-weight: normal;
3865
+ font-feature-settings: "zero" on;
3866
+ font-size: 12px;
3867
+ line-height: 18px;
3859
3868
  }
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;
3869
+
3870
+ .t1gduru8 {
3871
+ font-family: Inter;
3872
+ font-style: normal;
3873
+ font-weight: 500;
3874
+ font-feature-settings: "zero" on;
3875
+ font-size: 12px;
3876
+ line-height: 18px;
3866
3877
  }
3867
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3868
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3878
+
3879
+ .t55raab {
3880
+ font-family: Inter;
3881
+ font-style: normal;
3869
3882
  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;
3883
+ font-feature-settings: "zero" on;
3884
+ font-size: 16px;
3885
+ line-height: 24px;
3891
3886
  }
3892
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3893
- background: #fff;
3887
+
3888
+ .u1w9abfe {
3889
+ font-family: Inter;
3890
+ font-style: normal;
3891
+ font-weight: normal;
3892
+ font-size: 10px;
3893
+ line-height: 12px;
3894
3894
  }
3895
3895
 
3896
3896
  .c198s9j3 {
@@ -4224,52 +4224,6 @@ input.rrg1fkn.ant-input {
4224
4224
  background: rgba(163, 180, 204, 0.18);
4225
4225
  }
4226
4226
 
4227
- .at4ovwe .ant-input-number-handler-wrap {
4228
- display: var(--at4ovwe-0);
4229
- }
4230
- .at4ovwe .ant-input-number-input-wrap {
4231
- padding: 5px 12px;
4232
- display: inline-flex;
4233
- line-height: 1.5715;
4234
- height: 100%;
4235
- width: 100%;
4236
- }
4237
- .at4ovwe .ant-input-number-input-wrap::after {
4238
- content: var(--at4ovwe-1);
4239
- display: var(--at4ovwe-2);
4240
- flex: none;
4241
- align-items: center;
4242
- margin-left: 4px;
4243
- color: rgba(44, 56, 82, 0.6);
4244
- }
4245
- .at4ovwe .ant-input-number-input-wrap::before {
4246
- content: var(--at4ovwe-3);
4247
- display: var(--at4ovwe-4);
4248
- flex: none;
4249
- align-items: center;
4250
- margin-right: 4px;
4251
- cursor: auto;
4252
- color: rgba(44, 56, 82, 0.6);
4253
- }
4254
- .at4ovwe.ant-input-number {
4255
- width: 100%;
4256
- border-radius: 6px;
4257
- }
4258
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4259
- border-color: #0096ff;
4260
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4261
- }
4262
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4263
- border-color: #e75a3a;
4264
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4265
- }
4266
- .at4ovwe .ant-input-number-input {
4267
- padding: 0;
4268
- margin: 0;
4269
- height: auto;
4270
- font-size: inherit;
4271
- }
4272
-
4273
4227
  .tc40oxa {
4274
4228
  margin-bottom: 4px;
4275
4229
  color: rgba(44, 56, 82, 0.6);
@@ -4497,6 +4451,52 @@ input.rrg1fkn.ant-input {
4497
4451
  min-height: 0px;
4498
4452
  }
4499
4453
 
4454
+ .at4ovwe .ant-input-number-handler-wrap {
4455
+ display: var(--at4ovwe-0);
4456
+ }
4457
+ .at4ovwe .ant-input-number-input-wrap {
4458
+ padding: 5px 12px;
4459
+ display: inline-flex;
4460
+ line-height: 1.5715;
4461
+ height: 100%;
4462
+ width: 100%;
4463
+ }
4464
+ .at4ovwe .ant-input-number-input-wrap::after {
4465
+ content: var(--at4ovwe-1);
4466
+ display: var(--at4ovwe-2);
4467
+ flex: none;
4468
+ align-items: center;
4469
+ margin-left: 4px;
4470
+ color: rgba(44, 56, 82, 0.6);
4471
+ }
4472
+ .at4ovwe .ant-input-number-input-wrap::before {
4473
+ content: var(--at4ovwe-3);
4474
+ display: var(--at4ovwe-4);
4475
+ flex: none;
4476
+ align-items: center;
4477
+ margin-right: 4px;
4478
+ cursor: auto;
4479
+ color: rgba(44, 56, 82, 0.6);
4480
+ }
4481
+ .at4ovwe.ant-input-number {
4482
+ width: 100%;
4483
+ border-radius: 6px;
4484
+ }
4485
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4486
+ border-color: #0096ff;
4487
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4488
+ }
4489
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4490
+ border-color: #e75a3a;
4491
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4492
+ }
4493
+ .at4ovwe .ant-input-number-input {
4494
+ padding: 0;
4495
+ margin: 0;
4496
+ height: auto;
4497
+ font-size: inherit;
4498
+ }
4499
+
4500
4500
  .a6dbbkm .ant-input-number-handler-wrap {
4501
4501
  display: var(--a6dbbkm-0);
4502
4502
  }