@cloudtower/eagle 0.25.23 → 0.25.24

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,63 +1636,6 @@ 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
- .iap75of {
1640
- height: 18px;
1641
- line-height: 18px;
1642
- padding: 0 4px;
1643
- border-radius: 4px;
1644
- background: rgba(235, 239, 245, 0.6);
1645
- border: 1px solid rgba(223, 228, 235, 0.6);
1646
- display: flex;
1647
- align-items: center;
1648
- white-space: nowrap;
1649
- margin-right: 4px;
1650
- }
1651
-
1652
- .bpq0js6 {
1653
- padding: 4px 11px;
1654
- }
1655
-
1656
- .b15sn34c {
1657
- white-space: nowrap;
1658
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1659
- }
1660
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1661
- --color: #0080ff;
1662
- }
1663
- .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] {
1664
- --color: #0080ff;
1665
- }
1666
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1667
- margin-left: 1px;
1668
- }
1669
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1670
- border-top-right-radius: 0;
1671
- border-bottom-right-radius: 0;
1672
- }
1673
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1674
- border-top-left-radius: 0;
1675
- border-bottom-left-radius: 0;
1676
- }
1677
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1678
- border-radius: unset;
1679
- }
1680
-
1681
- .fde5mpd {
1682
- width: 100%;
1683
- height: 100%;
1684
- min-height: 124px;
1685
- display: flex;
1686
- flex-direction: column;
1687
- justify-content: center;
1688
- align-items: center;
1689
- }
1690
- .fde5mpd .error-text {
1691
- color: rgba(10, 37, 85, 0.6);
1692
- margin-bottom: 16px;
1693
- font-size: 18px;
1694
- }
1695
-
1696
1639
  .buj61ew.ant-btn {
1697
1640
  height: 32px;
1698
1641
  border-radius: 6px;
@@ -1941,6 +1884,239 @@ html body {
1941
1884
  padding: 0;
1942
1885
  }
1943
1886
 
1887
+ .obf05yr {
1888
+ display: inline-block;
1889
+ }
1890
+
1891
+ .hsms1n6 {
1892
+ visibility: hidden;
1893
+ position: absolute;
1894
+ }
1895
+
1896
+ .rxbeqvl.ant-radio-wrapper {
1897
+ display: inline-flex;
1898
+ align-items: baseline;
1899
+ white-space: pre-wrap;
1900
+ }
1901
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1902
+ position: relative;
1903
+ top: 3px;
1904
+ }
1905
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1906
+ border-color: rgba(107, 128, 167, 0.6);
1907
+ }
1908
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1909
+ border-color: #0080ff;
1910
+ }
1911
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1912
+ border-color: #0080ff;
1913
+ background: #0080ff;
1914
+ }
1915
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1916
+ top: 4px;
1917
+ left: 4px;
1918
+ width: 6px;
1919
+ height: 6px;
1920
+ background: #fff;
1921
+ }
1922
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1923
+ opacity: 0.5;
1924
+ }
1925
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1926
+ border-color: rgba(107, 128, 167, 0.6);
1927
+ background: rgba(211, 218, 235, 0.6);
1928
+ }
1929
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1930
+ background: #00122e;
1931
+ }
1932
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1933
+ color: #00122e;
1934
+ opacity: 0.5;
1935
+ }
1936
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1937
+ color: #00122e;
1938
+ }
1939
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1940
+ display: inline-block;
1941
+ padding: 0;
1942
+ padding-left: 12px;
1943
+ }
1944
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1945
+ margin-bottom: 0;
1946
+ white-space: pre-wrap;
1947
+ color: rgba(44, 56, 82, 0.6);
1948
+ }
1949
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1950
+ padding-left: 8px;
1951
+ }
1952
+
1953
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1954
+ border-radius: 5px 0 0 5px;
1955
+ }
1956
+ .r5ie79y .ant-radio-button-wrapper:last-child {
1957
+ border-radius: 0 5px 5px 0;
1958
+ }
1959
+
1960
+ .r1f0aqcc {
1961
+ color: #00122e;
1962
+ border-color: #ccd4e3;
1963
+ }
1964
+ .r1f0aqcc:first-child {
1965
+ border-color: #a3b4cc;
1966
+ }
1967
+ .r1f0aqcc.ant-radio-button-wrapper {
1968
+ padding: 0 12px;
1969
+ line-height: 32px;
1970
+ height: 32px;
1971
+ }
1972
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
1973
+ white-space: nowrap;
1974
+ }
1975
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1976
+ background: #ccd4e3;
1977
+ }
1978
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1979
+ background: #0080ff;
1980
+ }
1981
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1982
+ background: #ccd4e3;
1983
+ opacity: 0.5;
1984
+ }
1985
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1986
+ border-right-color: #0080ff;
1987
+ }
1988
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1989
+ border-color: #0080ff;
1990
+ }
1991
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
1992
+ background: rgba(0, 136, 255, 0.1);
1993
+ }
1994
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
1995
+ background: rgba(211, 218, 235, 0.6);
1996
+ border-color: #ccd4e3;
1997
+ opacity: 0.5;
1998
+ }
1999
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2000
+ color: #00122e;
2001
+ border-color: #ccd4e3;
2002
+ }
2003
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2004
+ color: #00122e;
2005
+ border-color: #ccd4e3;
2006
+ background: rgba(172, 186, 211, 0.6);
2007
+ }
2008
+ .r1f0aqcc .ant-radio-button-input {
2009
+ margin-right: 8px;
2010
+ display: inline;
2011
+ border: none;
2012
+ padding: 0;
2013
+ width: 36px;
2014
+ background: transparent;
2015
+ }
2016
+ .r1f0aqcc .ant-radio-button-input:focus {
2017
+ box-shadow: none;
2018
+ }
2019
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2020
+ margin-right: 0;
2021
+ width: initial;
2022
+ box-shadow: none;
2023
+ }
2024
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2025
+ display: none;
2026
+ }
2027
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2028
+ display: inline;
2029
+ }
2030
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2031
+ display: inline;
2032
+ margin-right: 8px;
2033
+ padding: 0;
2034
+ width: 36px;
2035
+ }
2036
+
2037
+ .s34f1qb.ant-switch {
2038
+ min-width: 40px;
2039
+ height: 24px;
2040
+ background: rgba(172, 186, 211, 0.6);
2041
+ overflow: hidden;
2042
+ }
2043
+ .s34f1qb.ant-switch:focus {
2044
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2045
+ }
2046
+ .s34f1qb.ant-switch-small {
2047
+ min-width: 26px;
2048
+ height: 16px;
2049
+ }
2050
+ .s34f1qb.ant-switch-large {
2051
+ min-width: 52px;
2052
+ height: 32px;
2053
+ }
2054
+ .s34f1qb.ant-switch .ant-switch-handle {
2055
+ height: 20px;
2056
+ width: 20px;
2057
+ }
2058
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2059
+ border-radius: 10px;
2060
+ transition-delay: 120ms;
2061
+ }
2062
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2063
+ height: 14px;
2064
+ width: 14px;
2065
+ top: 1px;
2066
+ left: 1px;
2067
+ }
2068
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2069
+ height: 28px;
2070
+ width: 28px;
2071
+ }
2072
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2073
+ border-radius: 14px;
2074
+ }
2075
+ .s34f1qb.ant-switch-checked {
2076
+ background-color: #00ba5d;
2077
+ }
2078
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2079
+ left: calc(100% - 20px - 2px);
2080
+ }
2081
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2082
+ left: calc(100% - 14px - 1px);
2083
+ }
2084
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2085
+ left: calc(100% - 28px - 2px);
2086
+ }
2087
+
2088
+ .c1to9vb9 {
2089
+ margin-left: 5px;
2090
+ }
2091
+
2092
+ .fde5mpd {
2093
+ width: 100%;
2094
+ height: 100%;
2095
+ min-height: 124px;
2096
+ display: flex;
2097
+ flex-direction: column;
2098
+ justify-content: center;
2099
+ align-items: center;
2100
+ }
2101
+ .fde5mpd .error-text {
2102
+ color: rgba(10, 37, 85, 0.6);
2103
+ margin-bottom: 16px;
2104
+ font-size: 18px;
2105
+ }
2106
+
2107
+ .iap75of {
2108
+ height: 18px;
2109
+ line-height: 18px;
2110
+ padding: 0 4px;
2111
+ border-radius: 4px;
2112
+ background: rgba(235, 239, 245, 0.6);
2113
+ border: 1px solid rgba(223, 228, 235, 0.6);
2114
+ display: flex;
2115
+ align-items: center;
2116
+ white-space: nowrap;
2117
+ margin-right: 4px;
2118
+ }
2119
+
1944
2120
  .i1mrf09m {
1945
2121
  display: inline-flex;
1946
2122
  align-items: center;
@@ -1950,22 +2126,42 @@ html body {
1950
2126
  align-items: center;
1951
2127
  justify-content: center;
1952
2128
  }
1953
- .i1mrf09m .icon-inner + span,
1954
- .i1mrf09m span + .icon-inner.suffix {
1955
- margin-left: 4px;
2129
+ .i1mrf09m .icon-inner + span,
2130
+ .i1mrf09m span + .icon-inner.suffix {
2131
+ margin-left: 4px;
2132
+ }
2133
+ .i1mrf09m.is-rotate img,
2134
+ .i1mrf09m.is-rotate svg {
2135
+ animation: rotate 680ms linear infinite;
2136
+ }
2137
+
2138
+ .bpq0js6 {
2139
+ padding: 4px 11px;
2140
+ }
2141
+
2142
+ .b15sn34c {
2143
+ white-space: nowrap;
2144
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2145
+ }
2146
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2147
+ --color: #0080ff;
2148
+ }
2149
+ .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] {
2150
+ --color: #0080ff;
2151
+ }
2152
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2153
+ margin-left: 1px;
1956
2154
  }
1957
- .i1mrf09m.is-rotate img,
1958
- .i1mrf09m.is-rotate svg {
1959
- animation: rotate 680ms linear infinite;
2155
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
2156
+ border-top-right-radius: 0;
2157
+ border-bottom-right-radius: 0;
1960
2158
  }
1961
-
1962
- .obf05yr {
1963
- display: inline-block;
2159
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
2160
+ border-top-left-radius: 0;
2161
+ border-bottom-left-radius: 0;
1964
2162
  }
1965
-
1966
- .hsms1n6 {
1967
- visibility: hidden;
1968
- position: absolute;
2163
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2164
+ border-radius: unset;
1969
2165
  }
1970
2166
 
1971
2167
  .p12gwtiw {
@@ -2690,202 +2886,6 @@ input.rrg1fkn.ant-input {
2690
2886
  border-bottom-left-radius: 0;
2691
2887
  }
2692
2888
 
2693
- .s34f1qb.ant-switch {
2694
- min-width: 40px;
2695
- height: 24px;
2696
- background: rgba(172, 186, 211, 0.6);
2697
- overflow: hidden;
2698
- }
2699
- .s34f1qb.ant-switch:focus {
2700
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2701
- }
2702
- .s34f1qb.ant-switch-small {
2703
- min-width: 26px;
2704
- height: 16px;
2705
- }
2706
- .s34f1qb.ant-switch-large {
2707
- min-width: 52px;
2708
- height: 32px;
2709
- }
2710
- .s34f1qb.ant-switch .ant-switch-handle {
2711
- height: 20px;
2712
- width: 20px;
2713
- }
2714
- .s34f1qb.ant-switch .ant-switch-handle::before {
2715
- border-radius: 10px;
2716
- transition-delay: 120ms;
2717
- }
2718
- .s34f1qb.ant-switch-small .ant-switch-handle {
2719
- height: 14px;
2720
- width: 14px;
2721
- top: 1px;
2722
- left: 1px;
2723
- }
2724
- .s34f1qb.ant-switch-large .ant-switch-handle {
2725
- height: 28px;
2726
- width: 28px;
2727
- }
2728
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2729
- border-radius: 14px;
2730
- }
2731
- .s34f1qb.ant-switch-checked {
2732
- background-color: #00ba5d;
2733
- }
2734
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2735
- left: calc(100% - 20px - 2px);
2736
- }
2737
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2738
- left: calc(100% - 14px - 1px);
2739
- }
2740
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2741
- left: calc(100% - 28px - 2px);
2742
- }
2743
-
2744
- .c1to9vb9 {
2745
- margin-left: 5px;
2746
- }
2747
-
2748
- .rxbeqvl.ant-radio-wrapper {
2749
- display: inline-flex;
2750
- align-items: baseline;
2751
- white-space: pre-wrap;
2752
- }
2753
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2754
- position: relative;
2755
- top: 3px;
2756
- }
2757
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2758
- border-color: rgba(107, 128, 167, 0.6);
2759
- }
2760
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2761
- border-color: #0080ff;
2762
- }
2763
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2764
- border-color: #0080ff;
2765
- background: #0080ff;
2766
- }
2767
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2768
- top: 4px;
2769
- left: 4px;
2770
- width: 6px;
2771
- height: 6px;
2772
- background: #fff;
2773
- }
2774
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2775
- opacity: 0.5;
2776
- }
2777
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2778
- border-color: rgba(107, 128, 167, 0.6);
2779
- background: rgba(211, 218, 235, 0.6);
2780
- }
2781
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2782
- background: #00122e;
2783
- }
2784
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2785
- color: #00122e;
2786
- opacity: 0.5;
2787
- }
2788
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2789
- color: #00122e;
2790
- }
2791
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2792
- display: inline-block;
2793
- padding: 0;
2794
- padding-left: 12px;
2795
- }
2796
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2797
- margin-bottom: 0;
2798
- white-space: pre-wrap;
2799
- color: rgba(44, 56, 82, 0.6);
2800
- }
2801
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2802
- padding-left: 8px;
2803
- }
2804
-
2805
- .r5ie79y .ant-radio-button-wrapper:first-child {
2806
- border-radius: 5px 0 0 5px;
2807
- }
2808
- .r5ie79y .ant-radio-button-wrapper:last-child {
2809
- border-radius: 0 5px 5px 0;
2810
- }
2811
-
2812
- .r1f0aqcc {
2813
- color: #00122e;
2814
- border-color: #ccd4e3;
2815
- }
2816
- .r1f0aqcc:first-child {
2817
- border-color: #a3b4cc;
2818
- }
2819
- .r1f0aqcc.ant-radio-button-wrapper {
2820
- padding: 0 12px;
2821
- line-height: 32px;
2822
- height: 32px;
2823
- }
2824
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2825
- white-space: nowrap;
2826
- }
2827
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2828
- background: #ccd4e3;
2829
- }
2830
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2831
- background: #0080ff;
2832
- }
2833
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2834
- background: #ccd4e3;
2835
- opacity: 0.5;
2836
- }
2837
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2838
- border-right-color: #0080ff;
2839
- }
2840
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2841
- border-color: #0080ff;
2842
- }
2843
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2844
- background: rgba(0, 136, 255, 0.1);
2845
- }
2846
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2847
- background: rgba(211, 218, 235, 0.6);
2848
- border-color: #ccd4e3;
2849
- opacity: 0.5;
2850
- }
2851
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2852
- color: #00122e;
2853
- border-color: #ccd4e3;
2854
- }
2855
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2856
- color: #00122e;
2857
- border-color: #ccd4e3;
2858
- background: rgba(172, 186, 211, 0.6);
2859
- }
2860
- .r1f0aqcc .ant-radio-button-input {
2861
- margin-right: 8px;
2862
- display: inline;
2863
- border: none;
2864
- padding: 0;
2865
- width: 36px;
2866
- background: transparent;
2867
- }
2868
- .r1f0aqcc .ant-radio-button-input:focus {
2869
- box-shadow: none;
2870
- }
2871
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2872
- margin-right: 0;
2873
- width: initial;
2874
- box-shadow: none;
2875
- }
2876
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2877
- display: none;
2878
- }
2879
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2880
- display: inline;
2881
- }
2882
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2883
- display: inline;
2884
- margin-right: 8px;
2885
- padding: 0;
2886
- width: 36px;
2887
- }
2888
-
2889
2889
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2890
2890
  flex-direction: row;
2891
2891
  justify-content: stretch;
@@ -3332,10 +3332,6 @@ input.rrg1fkn.ant-input {
3332
3332
  background: #fff;
3333
3333
  }
3334
3334
 
3335
- .i1e4sgug {
3336
- display: inline-block;
3337
- }
3338
-
3339
3335
  .s1fc623g {
3340
3336
  width: 430px !important;
3341
3337
  }
@@ -3417,6 +3413,10 @@ input.rrg1fkn.ant-input {
3417
3413
  opacity: 0;
3418
3414
  }
3419
3415
 
3416
+ .i1e4sgug {
3417
+ display: inline-block;
3418
+ }
3419
+
3420
3420
  .d6j0lbj {
3421
3421
  font-family: Inter;
3422
3422
  font-style: normal;
@@ -3963,6 +3963,20 @@ input.rrg1fkn.ant-input {
3963
3963
  margin-left: 24px;
3964
3964
  }
3965
3965
 
3966
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3967
+ display: flex;
3968
+ }
3969
+
3970
+ .igz4le8 {
3971
+ height: 24px;
3972
+ width: 56px !important;
3973
+ margin-right: 4px;
3974
+ }
3975
+
3976
+ .c1riexje {
3977
+ color: rgba(44, 56, 82, 0.6);
3978
+ }
3979
+
3966
3980
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3967
3981
  border-radius: 6px;
3968
3982
  }
@@ -4018,20 +4032,6 @@ input.rrg1fkn.ant-input {
4018
4032
  transform: rotate(180deg);
4019
4033
  }
4020
4034
 
4021
- .igz4le8 {
4022
- height: 24px;
4023
- width: 56px !important;
4024
- margin-right: 4px;
4025
- }
4026
-
4027
- .c1riexje {
4028
- color: rgba(44, 56, 82, 0.6);
4029
- }
4030
-
4031
- .iiqau4c.ant-input-group.ant-input-group-compact {
4032
- display: flex;
4033
- }
4034
-
4035
4035
  .m1thnes4 {
4036
4036
  color: rgba(44, 56, 82, 0.6);
4037
4037
  text-align: center;