@cloudtower/eagle 0.24.19 → 0.24.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +145 -145
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +826 -826
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1510,6 +1510,35 @@ body {
|
|
|
1510
1510
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1511
1511
|
}
|
|
1512
1512
|
}
|
|
1513
|
+
.bpq0js6 {
|
|
1514
|
+
padding: 4px 11px;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.b15sn34c {
|
|
1518
|
+
white-space: nowrap;
|
|
1519
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1520
|
+
}
|
|
1521
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1522
|
+
--color: #0080ff;
|
|
1523
|
+
}
|
|
1524
|
+
.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] {
|
|
1525
|
+
--color: #0080ff;
|
|
1526
|
+
}
|
|
1527
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1528
|
+
margin-left: 1px;
|
|
1529
|
+
}
|
|
1530
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1531
|
+
border-top-right-radius: 0;
|
|
1532
|
+
border-bottom-right-radius: 0;
|
|
1533
|
+
}
|
|
1534
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1535
|
+
border-top-left-radius: 0;
|
|
1536
|
+
border-bottom-left-radius: 0;
|
|
1537
|
+
}
|
|
1538
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1539
|
+
border-radius: unset;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1513
1542
|
.buj61ew.ant-btn {
|
|
1514
1543
|
height: 32px;
|
|
1515
1544
|
border-radius: 6px;
|
|
@@ -1758,147 +1787,6 @@ body {
|
|
|
1758
1787
|
padding: 0;
|
|
1759
1788
|
}
|
|
1760
1789
|
|
|
1761
|
-
.bpq0js6 {
|
|
1762
|
-
padding: 4px 11px;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
.b15sn34c {
|
|
1766
|
-
white-space: nowrap;
|
|
1767
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1768
|
-
}
|
|
1769
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1770
|
-
--color: #0080ff;
|
|
1771
|
-
}
|
|
1772
|
-
.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] {
|
|
1773
|
-
--color: #0080ff;
|
|
1774
|
-
}
|
|
1775
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1776
|
-
margin-left: 1px;
|
|
1777
|
-
}
|
|
1778
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1779
|
-
border-top-right-radius: 0;
|
|
1780
|
-
border-bottom-right-radius: 0;
|
|
1781
|
-
}
|
|
1782
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1783
|
-
border-top-left-radius: 0;
|
|
1784
|
-
border-bottom-left-radius: 0;
|
|
1785
|
-
}
|
|
1786
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1787
|
-
border-radius: unset;
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
.fde5mpd {
|
|
1791
|
-
width: 100%;
|
|
1792
|
-
height: 100%;
|
|
1793
|
-
min-height: 124px;
|
|
1794
|
-
display: flex;
|
|
1795
|
-
flex-direction: column;
|
|
1796
|
-
justify-content: center;
|
|
1797
|
-
align-items: center;
|
|
1798
|
-
}
|
|
1799
|
-
.fde5mpd .error-text {
|
|
1800
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1801
|
-
margin-bottom: 16px;
|
|
1802
|
-
font-size: 18px;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
.i1mrf09m {
|
|
1806
|
-
display: inline-flex;
|
|
1807
|
-
align-items: center;
|
|
1808
|
-
}
|
|
1809
|
-
.i1mrf09m .icon-inner {
|
|
1810
|
-
display: inline-flex;
|
|
1811
|
-
align-items: center;
|
|
1812
|
-
justify-content: center;
|
|
1813
|
-
}
|
|
1814
|
-
.i1mrf09m .icon-inner + span,
|
|
1815
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1816
|
-
margin-left: 4px;
|
|
1817
|
-
}
|
|
1818
|
-
.i1mrf09m.is-rotate img,
|
|
1819
|
-
.i1mrf09m.is-rotate svg {
|
|
1820
|
-
animation: rotate 680ms linear infinite;
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
.iap75of {
|
|
1824
|
-
height: 18px;
|
|
1825
|
-
line-height: 18px;
|
|
1826
|
-
padding: 0 4px;
|
|
1827
|
-
border-radius: 4px;
|
|
1828
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1829
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1830
|
-
display: flex;
|
|
1831
|
-
align-items: center;
|
|
1832
|
-
white-space: nowrap;
|
|
1833
|
-
margin-right: 4px;
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
.obf05yr {
|
|
1837
|
-
display: inline-block;
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
.hsms1n6 {
|
|
1841
|
-
visibility: hidden;
|
|
1842
|
-
position: absolute;
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
.p12gwtiw {
|
|
1846
|
-
display: flex;
|
|
1847
|
-
justify-content: space-between;
|
|
1848
|
-
align-items: center;
|
|
1849
|
-
padding: 10px 0;
|
|
1850
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1851
|
-
font-size: 12px;
|
|
1852
|
-
line-height: 24px;
|
|
1853
|
-
}
|
|
1854
|
-
.p12gwtiw .pagination-left {
|
|
1855
|
-
padding: 2px 8px;
|
|
1856
|
-
}
|
|
1857
|
-
.p12gwtiw .dropdown-trigger {
|
|
1858
|
-
display: flex;
|
|
1859
|
-
align-items: center;
|
|
1860
|
-
border-radius: 6px;
|
|
1861
|
-
cursor: pointer;
|
|
1862
|
-
transition: all 0.3s ease;
|
|
1863
|
-
}
|
|
1864
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1865
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1866
|
-
color: #0080ff;
|
|
1867
|
-
}
|
|
1868
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1869
|
-
margin-left: 4px;
|
|
1870
|
-
}
|
|
1871
|
-
.p12gwtiw .pagination-right {
|
|
1872
|
-
display: flex;
|
|
1873
|
-
align-items: center;
|
|
1874
|
-
color: #0080ff;
|
|
1875
|
-
font-weight: bold;
|
|
1876
|
-
}
|
|
1877
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1878
|
-
margin-left: 4px;
|
|
1879
|
-
}
|
|
1880
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1881
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1882
|
-
padding: 0 8px;
|
|
1883
|
-
}
|
|
1884
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1885
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1886
|
-
color: #0080ff;
|
|
1887
|
-
}
|
|
1888
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1889
|
-
transform: rotate(180deg);
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1893
|
-
max-height: calc(100vh - 128px);
|
|
1894
|
-
overflow-y: auto;
|
|
1895
|
-
}
|
|
1896
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1897
|
-
padding: 4px 20px;
|
|
1898
|
-
font-size: 12px;
|
|
1899
|
-
line-height: 18px;
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
1790
|
.cz04yix {
|
|
1903
1791
|
display: flex;
|
|
1904
1792
|
flex-direction: column;
|
|
@@ -2564,6 +2452,21 @@ input.rrg1fkn.ant-input {
|
|
|
2564
2452
|
border-bottom-left-radius: 0;
|
|
2565
2453
|
}
|
|
2566
2454
|
|
|
2455
|
+
.fde5mpd {
|
|
2456
|
+
width: 100%;
|
|
2457
|
+
height: 100%;
|
|
2458
|
+
min-height: 124px;
|
|
2459
|
+
display: flex;
|
|
2460
|
+
flex-direction: column;
|
|
2461
|
+
justify-content: center;
|
|
2462
|
+
align-items: center;
|
|
2463
|
+
}
|
|
2464
|
+
.fde5mpd .error-text {
|
|
2465
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2466
|
+
margin-bottom: 16px;
|
|
2467
|
+
font-size: 18px;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2567
2470
|
.rxbeqvl.ant-radio-wrapper {
|
|
2568
2471
|
display: inline-flex;
|
|
2569
2472
|
align-items: baseline;
|
|
@@ -2789,6 +2692,37 @@ input.rrg1fkn.ant-input {
|
|
|
2789
2692
|
padding: 0;
|
|
2790
2693
|
}
|
|
2791
2694
|
|
|
2695
|
+
.i1mrf09m {
|
|
2696
|
+
display: inline-flex;
|
|
2697
|
+
align-items: center;
|
|
2698
|
+
}
|
|
2699
|
+
.i1mrf09m .icon-inner {
|
|
2700
|
+
display: inline-flex;
|
|
2701
|
+
align-items: center;
|
|
2702
|
+
justify-content: center;
|
|
2703
|
+
}
|
|
2704
|
+
.i1mrf09m .icon-inner + span,
|
|
2705
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2706
|
+
margin-left: 4px;
|
|
2707
|
+
}
|
|
2708
|
+
.i1mrf09m.is-rotate img,
|
|
2709
|
+
.i1mrf09m.is-rotate svg {
|
|
2710
|
+
animation: rotate 680ms linear infinite;
|
|
2711
|
+
}
|
|
2712
|
+
|
|
2713
|
+
.iap75of {
|
|
2714
|
+
height: 18px;
|
|
2715
|
+
line-height: 18px;
|
|
2716
|
+
padding: 0 4px;
|
|
2717
|
+
border-radius: 4px;
|
|
2718
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2719
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2720
|
+
display: flex;
|
|
2721
|
+
align-items: center;
|
|
2722
|
+
white-space: nowrap;
|
|
2723
|
+
margin-right: 4px;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2792
2726
|
.s34f1qb.ant-switch {
|
|
2793
2727
|
min-width: 40px;
|
|
2794
2728
|
height: 24px;
|
|
@@ -2844,6 +2778,72 @@ input.rrg1fkn.ant-input {
|
|
|
2844
2778
|
margin-left: 5px;
|
|
2845
2779
|
}
|
|
2846
2780
|
|
|
2781
|
+
.p12gwtiw {
|
|
2782
|
+
display: flex;
|
|
2783
|
+
justify-content: space-between;
|
|
2784
|
+
align-items: center;
|
|
2785
|
+
padding: 10px 0;
|
|
2786
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2787
|
+
font-size: 12px;
|
|
2788
|
+
line-height: 24px;
|
|
2789
|
+
}
|
|
2790
|
+
.p12gwtiw .pagination-left {
|
|
2791
|
+
padding: 2px 8px;
|
|
2792
|
+
}
|
|
2793
|
+
.p12gwtiw .dropdown-trigger {
|
|
2794
|
+
display: flex;
|
|
2795
|
+
align-items: center;
|
|
2796
|
+
border-radius: 6px;
|
|
2797
|
+
cursor: pointer;
|
|
2798
|
+
transition: all 0.3s ease;
|
|
2799
|
+
}
|
|
2800
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2801
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2802
|
+
color: #0080ff;
|
|
2803
|
+
}
|
|
2804
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2805
|
+
margin-left: 4px;
|
|
2806
|
+
}
|
|
2807
|
+
.p12gwtiw .pagination-right {
|
|
2808
|
+
display: flex;
|
|
2809
|
+
align-items: center;
|
|
2810
|
+
color: #0080ff;
|
|
2811
|
+
font-weight: bold;
|
|
2812
|
+
}
|
|
2813
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2814
|
+
margin-left: 4px;
|
|
2815
|
+
}
|
|
2816
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2817
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2818
|
+
padding: 0 8px;
|
|
2819
|
+
}
|
|
2820
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2821
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2822
|
+
color: #0080ff;
|
|
2823
|
+
}
|
|
2824
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2825
|
+
transform: rotate(180deg);
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2829
|
+
max-height: calc(100vh - 128px);
|
|
2830
|
+
overflow-y: auto;
|
|
2831
|
+
}
|
|
2832
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2833
|
+
padding: 4px 20px;
|
|
2834
|
+
font-size: 12px;
|
|
2835
|
+
line-height: 18px;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
.obf05yr {
|
|
2839
|
+
display: inline-block;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.hsms1n6 {
|
|
2843
|
+
visibility: hidden;
|
|
2844
|
+
position: absolute;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
2847
|
.t1upn1sz {
|
|
2848
2848
|
height: 100%;
|
|
2849
2849
|
}
|
|
@@ -3207,10 +3207,6 @@ input.rrg1fkn.ant-input {
|
|
|
3207
3207
|
background: #fff;
|
|
3208
3208
|
}
|
|
3209
3209
|
|
|
3210
|
-
.i1e4sgug {
|
|
3211
|
-
display: inline-block;
|
|
3212
|
-
}
|
|
3213
|
-
|
|
3214
3210
|
.s1fc623g {
|
|
3215
3211
|
width: 430px !important;
|
|
3216
3212
|
}
|
|
@@ -3292,6 +3288,10 @@ input.rrg1fkn.ant-input {
|
|
|
3292
3288
|
opacity: 0;
|
|
3293
3289
|
}
|
|
3294
3290
|
|
|
3291
|
+
.i1e4sgug {
|
|
3292
|
+
display: inline-block;
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
3295
|
.d6j0lbj {
|
|
3296
3296
|
font-family: Inter;
|
|
3297
3297
|
font-style: normal;
|