@cloudtower/eagle 0.24.22 → 0.25.0
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/Fields/index.d.ts +2 -2
- package/dist/components.css +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +20 -21
- package/dist/spec/base.d.ts +4 -4
- package/dist/style.css +300 -300
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/types.d.ts +0 -15
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -998,10 +998,10 @@
|
|
|
998
998
|
}
|
|
999
999
|
.ant-modal.fullscreen.fullscreen-modal-enter, .ant-modal.fullscreen.fullscreen-modal-appear {
|
|
1000
1000
|
transform: translateY(100vh);
|
|
1001
|
-
transition: transform 600ms cubic-bezier(0, 1, 0, 1);
|
|
1002
1001
|
}
|
|
1003
1002
|
.ant-modal.fullscreen.fullscreen-modal-enter-active, .ant-modal.fullscreen.fullscreen-modal-appear-active {
|
|
1004
1003
|
transform: translateY(-50%);
|
|
1004
|
+
transition: transform 600ms cubic-bezier(0, 1, 0, 1);
|
|
1005
1005
|
}
|
|
1006
1006
|
.ant-modal.fullscreen.fullscreen-modal-leave {
|
|
1007
1007
|
transition: none;
|
|
@@ -1597,6 +1597,63 @@ body {
|
|
|
1597
1597
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
|
+
.fde5mpd {
|
|
1601
|
+
width: 100%;
|
|
1602
|
+
height: 100%;
|
|
1603
|
+
min-height: 124px;
|
|
1604
|
+
display: flex;
|
|
1605
|
+
flex-direction: column;
|
|
1606
|
+
justify-content: center;
|
|
1607
|
+
align-items: center;
|
|
1608
|
+
}
|
|
1609
|
+
.fde5mpd .error-text {
|
|
1610
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
+
margin-bottom: 16px;
|
|
1612
|
+
font-size: 18px;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.iap75of {
|
|
1616
|
+
height: 18px;
|
|
1617
|
+
line-height: 18px;
|
|
1618
|
+
padding: 0 4px;
|
|
1619
|
+
border-radius: 4px;
|
|
1620
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1621
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1622
|
+
display: flex;
|
|
1623
|
+
align-items: center;
|
|
1624
|
+
white-space: nowrap;
|
|
1625
|
+
margin-right: 4px;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.bpq0js6 {
|
|
1629
|
+
padding: 4px 11px;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
.b15sn34c {
|
|
1633
|
+
white-space: nowrap;
|
|
1634
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1635
|
+
}
|
|
1636
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1637
|
+
--color: #0080ff;
|
|
1638
|
+
}
|
|
1639
|
+
.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] {
|
|
1640
|
+
--color: #0080ff;
|
|
1641
|
+
}
|
|
1642
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1643
|
+
margin-left: 1px;
|
|
1644
|
+
}
|
|
1645
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1646
|
+
border-top-right-radius: 0;
|
|
1647
|
+
border-bottom-right-radius: 0;
|
|
1648
|
+
}
|
|
1649
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1650
|
+
border-top-left-radius: 0;
|
|
1651
|
+
border-bottom-left-radius: 0;
|
|
1652
|
+
}
|
|
1653
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1654
|
+
border-radius: unset;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1600
1657
|
.buj61ew.ant-btn {
|
|
1601
1658
|
height: 32px;
|
|
1602
1659
|
border-radius: 6px;
|
|
@@ -1845,79 +1902,79 @@ body {
|
|
|
1845
1902
|
padding: 0;
|
|
1846
1903
|
}
|
|
1847
1904
|
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
.b15sn34c {
|
|
1853
|
-
white-space: nowrap;
|
|
1854
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1855
|
-
}
|
|
1856
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1857
|
-
--color: #0080ff;
|
|
1858
|
-
}
|
|
1859
|
-
.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] {
|
|
1860
|
-
--color: #0080ff;
|
|
1861
|
-
}
|
|
1862
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1863
|
-
margin-left: 1px;
|
|
1905
|
+
.i1mrf09m {
|
|
1906
|
+
display: inline-flex;
|
|
1907
|
+
align-items: center;
|
|
1864
1908
|
}
|
|
1865
|
-
.
|
|
1866
|
-
|
|
1867
|
-
|
|
1909
|
+
.i1mrf09m .icon-inner {
|
|
1910
|
+
display: inline-flex;
|
|
1911
|
+
align-items: center;
|
|
1912
|
+
justify-content: center;
|
|
1868
1913
|
}
|
|
1869
|
-
.
|
|
1870
|
-
|
|
1871
|
-
|
|
1914
|
+
.i1mrf09m .icon-inner + span,
|
|
1915
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1916
|
+
margin-left: 4px;
|
|
1872
1917
|
}
|
|
1873
|
-
.
|
|
1874
|
-
|
|
1918
|
+
.i1mrf09m.is-rotate img,
|
|
1919
|
+
.i1mrf09m.is-rotate svg {
|
|
1920
|
+
animation: rotate 680ms linear infinite;
|
|
1875
1921
|
}
|
|
1876
1922
|
|
|
1877
|
-
.
|
|
1878
|
-
width: 100%;
|
|
1879
|
-
height: 100%;
|
|
1880
|
-
min-height: 124px;
|
|
1923
|
+
.p12gwtiw {
|
|
1881
1924
|
display: flex;
|
|
1882
|
-
|
|
1883
|
-
justify-content: center;
|
|
1925
|
+
justify-content: space-between;
|
|
1884
1926
|
align-items: center;
|
|
1927
|
+
padding: 10px 0;
|
|
1928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1929
|
+
font-size: 12px;
|
|
1930
|
+
line-height: 24px;
|
|
1885
1931
|
}
|
|
1886
|
-
.
|
|
1887
|
-
|
|
1888
|
-
margin-bottom: 16px;
|
|
1889
|
-
font-size: 18px;
|
|
1932
|
+
.p12gwtiw .pagination-left {
|
|
1933
|
+
padding: 2px 8px;
|
|
1890
1934
|
}
|
|
1891
|
-
|
|
1892
|
-
.iap75of {
|
|
1893
|
-
height: 18px;
|
|
1894
|
-
line-height: 18px;
|
|
1895
|
-
padding: 0 4px;
|
|
1896
|
-
border-radius: 4px;
|
|
1897
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1898
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1935
|
+
.p12gwtiw .dropdown-trigger {
|
|
1899
1936
|
display: flex;
|
|
1900
1937
|
align-items: center;
|
|
1901
|
-
|
|
1902
|
-
|
|
1938
|
+
border-radius: 6px;
|
|
1939
|
+
cursor: pointer;
|
|
1940
|
+
transition: all 0.3s ease;
|
|
1903
1941
|
}
|
|
1904
|
-
|
|
1905
|
-
.
|
|
1906
|
-
|
|
1907
|
-
align-items: center;
|
|
1942
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1943
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1944
|
+
color: #0080ff;
|
|
1908
1945
|
}
|
|
1909
|
-
.
|
|
1910
|
-
|
|
1946
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1947
|
+
margin-left: 4px;
|
|
1948
|
+
}
|
|
1949
|
+
.p12gwtiw .pagination-right {
|
|
1950
|
+
display: flex;
|
|
1911
1951
|
align-items: center;
|
|
1912
|
-
|
|
1952
|
+
color: #0080ff;
|
|
1953
|
+
font-weight: bold;
|
|
1913
1954
|
}
|
|
1914
|
-
.
|
|
1915
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1955
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1916
1956
|
margin-left: 4px;
|
|
1917
1957
|
}
|
|
1918
|
-
.
|
|
1919
|
-
.
|
|
1920
|
-
|
|
1958
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1959
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1960
|
+
padding: 0 8px;
|
|
1961
|
+
}
|
|
1962
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1963
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1964
|
+
color: #0080ff;
|
|
1965
|
+
}
|
|
1966
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1967
|
+
transform: rotate(180deg);
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1971
|
+
max-height: calc(100vh - 128px);
|
|
1972
|
+
overflow-y: auto;
|
|
1973
|
+
}
|
|
1974
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1975
|
+
padding: 4px 20px;
|
|
1976
|
+
font-size: 12px;
|
|
1977
|
+
line-height: 18px;
|
|
1921
1978
|
}
|
|
1922
1979
|
|
|
1923
1980
|
.cz04yix {
|
|
@@ -2668,6 +2725,70 @@ input.rrg1fkn.ant-input {
|
|
|
2668
2725
|
padding: 0;
|
|
2669
2726
|
}
|
|
2670
2727
|
|
|
2728
|
+
.obf05yr {
|
|
2729
|
+
display: inline-block;
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
.hsms1n6 {
|
|
2733
|
+
visibility: hidden;
|
|
2734
|
+
position: absolute;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
.s34f1qb.ant-switch {
|
|
2738
|
+
min-width: 40px;
|
|
2739
|
+
height: 24px;
|
|
2740
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2741
|
+
overflow: hidden;
|
|
2742
|
+
}
|
|
2743
|
+
.s34f1qb.ant-switch:focus {
|
|
2744
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2745
|
+
}
|
|
2746
|
+
.s34f1qb.ant-switch-small {
|
|
2747
|
+
min-width: 26px;
|
|
2748
|
+
height: 16px;
|
|
2749
|
+
}
|
|
2750
|
+
.s34f1qb.ant-switch-large {
|
|
2751
|
+
min-width: 52px;
|
|
2752
|
+
height: 32px;
|
|
2753
|
+
}
|
|
2754
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2755
|
+
height: 20px;
|
|
2756
|
+
width: 20px;
|
|
2757
|
+
}
|
|
2758
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2759
|
+
border-radius: 10px;
|
|
2760
|
+
transition-delay: 120ms;
|
|
2761
|
+
}
|
|
2762
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2763
|
+
height: 14px;
|
|
2764
|
+
width: 14px;
|
|
2765
|
+
top: 1px;
|
|
2766
|
+
left: 1px;
|
|
2767
|
+
}
|
|
2768
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2769
|
+
height: 28px;
|
|
2770
|
+
width: 28px;
|
|
2771
|
+
}
|
|
2772
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2773
|
+
border-radius: 14px;
|
|
2774
|
+
}
|
|
2775
|
+
.s34f1qb.ant-switch-checked {
|
|
2776
|
+
background-color: #00ba5d;
|
|
2777
|
+
}
|
|
2778
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2779
|
+
left: calc(100% - 20px - 2px);
|
|
2780
|
+
}
|
|
2781
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2782
|
+
left: calc(100% - 14px - 1px);
|
|
2783
|
+
}
|
|
2784
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2785
|
+
left: calc(100% - 28px - 2px);
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
.c1to9vb9 {
|
|
2789
|
+
margin-left: 5px;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2671
2792
|
.rxbeqvl.ant-radio-wrapper {
|
|
2672
2793
|
display: inline-flex;
|
|
2673
2794
|
align-items: baseline;
|
|
@@ -2810,137 +2931,16 @@ input.rrg1fkn.ant-input {
|
|
|
2810
2931
|
width: 36px;
|
|
2811
2932
|
}
|
|
2812
2933
|
|
|
2813
|
-
.
|
|
2814
|
-
|
|
2934
|
+
.t1upn1sz {
|
|
2935
|
+
height: 100%;
|
|
2815
2936
|
}
|
|
2816
2937
|
|
|
2817
|
-
.
|
|
2818
|
-
|
|
2819
|
-
position: absolute;
|
|
2938
|
+
.tta5kd2 {
|
|
2939
|
+
height: 100%;
|
|
2820
2940
|
}
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
justify-content: space-between;
|
|
2825
|
-
align-items: center;
|
|
2826
|
-
padding: 10px 0;
|
|
2827
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2828
|
-
font-size: 12px;
|
|
2829
|
-
line-height: 24px;
|
|
2830
|
-
}
|
|
2831
|
-
.p12gwtiw .pagination-left {
|
|
2832
|
-
padding: 2px 8px;
|
|
2833
|
-
}
|
|
2834
|
-
.p12gwtiw .dropdown-trigger {
|
|
2835
|
-
display: flex;
|
|
2836
|
-
align-items: center;
|
|
2837
|
-
border-radius: 6px;
|
|
2838
|
-
cursor: pointer;
|
|
2839
|
-
transition: all 0.3s ease;
|
|
2840
|
-
}
|
|
2841
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2842
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2843
|
-
color: #0080ff;
|
|
2844
|
-
}
|
|
2845
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2846
|
-
margin-left: 4px;
|
|
2847
|
-
}
|
|
2848
|
-
.p12gwtiw .pagination-right {
|
|
2849
|
-
display: flex;
|
|
2850
|
-
align-items: center;
|
|
2851
|
-
color: #0080ff;
|
|
2852
|
-
font-weight: bold;
|
|
2853
|
-
}
|
|
2854
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2855
|
-
margin-left: 4px;
|
|
2856
|
-
}
|
|
2857
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2858
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2859
|
-
padding: 0 8px;
|
|
2860
|
-
}
|
|
2861
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2862
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2863
|
-
color: #0080ff;
|
|
2864
|
-
}
|
|
2865
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2866
|
-
transform: rotate(180deg);
|
|
2867
|
-
}
|
|
2868
|
-
|
|
2869
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2870
|
-
max-height: calc(100vh - 128px);
|
|
2871
|
-
overflow-y: auto;
|
|
2872
|
-
}
|
|
2873
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2874
|
-
padding: 4px 20px;
|
|
2875
|
-
font-size: 12px;
|
|
2876
|
-
line-height: 18px;
|
|
2877
|
-
}
|
|
2878
|
-
|
|
2879
|
-
.s34f1qb.ant-switch {
|
|
2880
|
-
min-width: 40px;
|
|
2881
|
-
height: 24px;
|
|
2882
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2883
|
-
overflow: hidden;
|
|
2884
|
-
}
|
|
2885
|
-
.s34f1qb.ant-switch:focus {
|
|
2886
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2887
|
-
}
|
|
2888
|
-
.s34f1qb.ant-switch-small {
|
|
2889
|
-
min-width: 26px;
|
|
2890
|
-
height: 16px;
|
|
2891
|
-
}
|
|
2892
|
-
.s34f1qb.ant-switch-large {
|
|
2893
|
-
min-width: 52px;
|
|
2894
|
-
height: 32px;
|
|
2895
|
-
}
|
|
2896
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2897
|
-
height: 20px;
|
|
2898
|
-
width: 20px;
|
|
2899
|
-
}
|
|
2900
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2901
|
-
border-radius: 10px;
|
|
2902
|
-
transition-delay: 120ms;
|
|
2903
|
-
}
|
|
2904
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2905
|
-
height: 14px;
|
|
2906
|
-
width: 14px;
|
|
2907
|
-
top: 1px;
|
|
2908
|
-
left: 1px;
|
|
2909
|
-
}
|
|
2910
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2911
|
-
height: 28px;
|
|
2912
|
-
width: 28px;
|
|
2913
|
-
}
|
|
2914
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2915
|
-
border-radius: 14px;
|
|
2916
|
-
}
|
|
2917
|
-
.s34f1qb.ant-switch-checked {
|
|
2918
|
-
background-color: #00ba5d;
|
|
2919
|
-
}
|
|
2920
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2921
|
-
left: calc(100% - 20px - 2px);
|
|
2922
|
-
}
|
|
2923
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2924
|
-
left: calc(100% - 14px - 1px);
|
|
2925
|
-
}
|
|
2926
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2927
|
-
left: calc(100% - 28px - 2px);
|
|
2928
|
-
}
|
|
2929
|
-
|
|
2930
|
-
.c1to9vb9 {
|
|
2931
|
-
margin-left: 5px;
|
|
2932
|
-
}
|
|
2933
|
-
|
|
2934
|
-
.t1upn1sz {
|
|
2935
|
-
height: 100%;
|
|
2936
|
-
}
|
|
2937
|
-
|
|
2938
|
-
.tta5kd2 {
|
|
2939
|
-
height: 100%;
|
|
2940
|
-
}
|
|
2941
|
-
.tta5kd2.empty-table .ant-table-content {
|
|
2942
|
-
overflow: visible !important;
|
|
2943
|
-
height: 100%;
|
|
2941
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
2942
|
+
overflow: visible !important;
|
|
2943
|
+
height: 100%;
|
|
2944
2944
|
}
|
|
2945
2945
|
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2946
2946
|
height: 100%;
|
|
@@ -3925,6 +3925,75 @@ input.rrg1fkn.ant-input {
|
|
|
3925
3925
|
margin-left: 24px;
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3929
|
+
border-radius: 6px;
|
|
3930
|
+
}
|
|
3931
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3932
|
+
width: 100%;
|
|
3933
|
+
height: 30px;
|
|
3934
|
+
color: #2d3a56;
|
|
3935
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3936
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3937
|
+
font-size: 13px;
|
|
3938
|
+
}
|
|
3939
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3940
|
+
height: 38px;
|
|
3941
|
+
font-size: 13px;
|
|
3942
|
+
}
|
|
3943
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3944
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3945
|
+
transition: 160ms ease;
|
|
3946
|
+
}
|
|
3947
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3948
|
+
color: #0080ff;
|
|
3949
|
+
}
|
|
3950
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3951
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3952
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3953
|
+
}
|
|
3954
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3955
|
+
color: #0080ff;
|
|
3956
|
+
}
|
|
3957
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3958
|
+
border-color: #0080ff;
|
|
3959
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3960
|
+
}
|
|
3961
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3962
|
+
transform: rotate(180deg);
|
|
3963
|
+
}
|
|
3964
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3965
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3966
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3967
|
+
cursor: "not-allowed";
|
|
3968
|
+
}
|
|
3969
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3970
|
+
border-color: #f0483e !important;
|
|
3971
|
+
}
|
|
3972
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3973
|
+
color: #1d326c;
|
|
3974
|
+
}
|
|
3975
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3976
|
+
border-color: #0080ff;
|
|
3977
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3978
|
+
}
|
|
3979
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3980
|
+
transform: rotate(180deg);
|
|
3981
|
+
}
|
|
3982
|
+
|
|
3983
|
+
.igz4le8 {
|
|
3984
|
+
height: 24px;
|
|
3985
|
+
width: 56px !important;
|
|
3986
|
+
margin-right: 4px;
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
.c1riexje {
|
|
3990
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3994
|
+
display: flex;
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3928
3997
|
.m1thnes4 {
|
|
3929
3998
|
color: rgba(44, 56, 82, 0.6);
|
|
3930
3999
|
text-align: center;
|
|
@@ -4086,75 +4155,6 @@ input.rrg1fkn.ant-input {
|
|
|
4086
4155
|
margin-left: 8px;
|
|
4087
4156
|
}
|
|
4088
4157
|
|
|
4089
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4090
|
-
display: flex;
|
|
4091
|
-
}
|
|
4092
|
-
|
|
4093
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4094
|
-
border-radius: 6px;
|
|
4095
|
-
}
|
|
4096
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
4097
|
-
width: 100%;
|
|
4098
|
-
height: 30px;
|
|
4099
|
-
color: #2d3a56;
|
|
4100
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
4101
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4102
|
-
font-size: 13px;
|
|
4103
|
-
}
|
|
4104
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4105
|
-
height: 38px;
|
|
4106
|
-
font-size: 13px;
|
|
4107
|
-
}
|
|
4108
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4109
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4110
|
-
transition: 160ms ease;
|
|
4111
|
-
}
|
|
4112
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4113
|
-
color: #0080ff;
|
|
4114
|
-
}
|
|
4115
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
4116
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
4117
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4118
|
-
}
|
|
4119
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4120
|
-
color: #0080ff;
|
|
4121
|
-
}
|
|
4122
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
4123
|
-
border-color: #0080ff;
|
|
4124
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4125
|
-
}
|
|
4126
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4127
|
-
transform: rotate(180deg);
|
|
4128
|
-
}
|
|
4129
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4130
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4131
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
4132
|
-
cursor: "not-allowed";
|
|
4133
|
-
}
|
|
4134
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4135
|
-
border-color: #f0483e !important;
|
|
4136
|
-
}
|
|
4137
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4138
|
-
color: #1d326c;
|
|
4139
|
-
}
|
|
4140
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
4141
|
-
border-color: #0080ff;
|
|
4142
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4143
|
-
}
|
|
4144
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4145
|
-
transform: rotate(180deg);
|
|
4146
|
-
}
|
|
4147
|
-
|
|
4148
|
-
.igz4le8 {
|
|
4149
|
-
height: 24px;
|
|
4150
|
-
width: 56px !important;
|
|
4151
|
-
margin-right: 4px;
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
|
-
.c1riexje {
|
|
4155
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4156
|
-
}
|
|
4157
|
-
|
|
4158
4158
|
.t1gz6wqf {
|
|
4159
4159
|
height: 100%;
|
|
4160
4160
|
}
|
|
@@ -4185,6 +4185,52 @@ input.rrg1fkn.ant-input {
|
|
|
4185
4185
|
background: rgba(163, 180, 204, 0.18);
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4189
|
+
display: var(--at4ovwe-0);
|
|
4190
|
+
}
|
|
4191
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4192
|
+
padding: 5px 12px;
|
|
4193
|
+
display: inline-flex;
|
|
4194
|
+
line-height: 1.5715;
|
|
4195
|
+
height: 100%;
|
|
4196
|
+
width: 100%;
|
|
4197
|
+
}
|
|
4198
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4199
|
+
content: var(--at4ovwe-1);
|
|
4200
|
+
display: var(--at4ovwe-2);
|
|
4201
|
+
flex: none;
|
|
4202
|
+
align-items: center;
|
|
4203
|
+
margin-left: 4px;
|
|
4204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4205
|
+
}
|
|
4206
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4207
|
+
content: var(--at4ovwe-3);
|
|
4208
|
+
display: var(--at4ovwe-4);
|
|
4209
|
+
flex: none;
|
|
4210
|
+
align-items: center;
|
|
4211
|
+
margin-right: 4px;
|
|
4212
|
+
cursor: auto;
|
|
4213
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4214
|
+
}
|
|
4215
|
+
.at4ovwe.ant-input-number {
|
|
4216
|
+
width: 100%;
|
|
4217
|
+
border-radius: 6px;
|
|
4218
|
+
}
|
|
4219
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4220
|
+
border-color: #0096ff;
|
|
4221
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4222
|
+
}
|
|
4223
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4224
|
+
border-color: #e75a3a;
|
|
4225
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4226
|
+
}
|
|
4227
|
+
.at4ovwe .ant-input-number-input {
|
|
4228
|
+
padding: 0;
|
|
4229
|
+
margin: 0;
|
|
4230
|
+
height: auto;
|
|
4231
|
+
font-size: inherit;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4188
4234
|
.tc40oxa {
|
|
4189
4235
|
margin-bottom: 4px;
|
|
4190
4236
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4381,52 +4427,6 @@ input.rrg1fkn.ant-input {
|
|
|
4381
4427
|
margin-right: 8px;
|
|
4382
4428
|
}
|
|
4383
4429
|
|
|
4384
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4385
|
-
display: var(--at4ovwe-0);
|
|
4386
|
-
}
|
|
4387
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4388
|
-
padding: 5px 12px;
|
|
4389
|
-
display: inline-flex;
|
|
4390
|
-
line-height: 1.5715;
|
|
4391
|
-
height: 100%;
|
|
4392
|
-
width: 100%;
|
|
4393
|
-
}
|
|
4394
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4395
|
-
content: var(--at4ovwe-1);
|
|
4396
|
-
display: var(--at4ovwe-2);
|
|
4397
|
-
flex: none;
|
|
4398
|
-
align-items: center;
|
|
4399
|
-
margin-left: 4px;
|
|
4400
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4401
|
-
}
|
|
4402
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4403
|
-
content: var(--at4ovwe-3);
|
|
4404
|
-
display: var(--at4ovwe-4);
|
|
4405
|
-
flex: none;
|
|
4406
|
-
align-items: center;
|
|
4407
|
-
margin-right: 4px;
|
|
4408
|
-
cursor: auto;
|
|
4409
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
-
}
|
|
4411
|
-
.at4ovwe.ant-input-number {
|
|
4412
|
-
width: 100%;
|
|
4413
|
-
border-radius: 6px;
|
|
4414
|
-
}
|
|
4415
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4416
|
-
border-color: #0096ff;
|
|
4417
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4418
|
-
}
|
|
4419
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4420
|
-
border-color: #e75a3a;
|
|
4421
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4422
|
-
}
|
|
4423
|
-
.at4ovwe .ant-input-number-input {
|
|
4424
|
-
padding: 0;
|
|
4425
|
-
margin: 0;
|
|
4426
|
-
height: auto;
|
|
4427
|
-
font-size: inherit;
|
|
4428
|
-
}
|
|
4429
|
-
|
|
4430
4430
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4431
4431
|
display: var(--a6dbbkm-0);
|
|
4432
4432
|
}
|