@cloudtower/eagle 0.24.18 → 0.24.19

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
@@ -1597,6 +1597,34 @@ 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
+
1600
1628
  .buj61ew.ant-btn {
1601
1629
  height: 32px;
1602
1630
  border-radius: 6px;
@@ -1874,21 +1902,6 @@ body {
1874
1902
  border-radius: unset;
1875
1903
  }
1876
1904
 
1877
- .fde5mpd {
1878
- width: 100%;
1879
- height: 100%;
1880
- min-height: 124px;
1881
- display: flex;
1882
- flex-direction: column;
1883
- justify-content: center;
1884
- align-items: center;
1885
- }
1886
- .fde5mpd .error-text {
1887
- color: rgba(10, 37, 85, 0.6);
1888
- margin-bottom: 16px;
1889
- font-size: 18px;
1890
- }
1891
-
1892
1905
  .i1mrf09m {
1893
1906
  display: inline-flex;
1894
1907
  align-items: center;
@@ -1907,28 +1920,6 @@ body {
1907
1920
  animation: rotate 680ms linear infinite;
1908
1921
  }
1909
1922
 
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1917
- display: flex;
1918
- align-items: center;
1919
- white-space: nowrap;
1920
- margin-right: 4px;
1921
- }
1922
-
1923
- .obf05yr {
1924
- display: inline-block;
1925
- }
1926
-
1927
- .hsms1n6 {
1928
- visibility: hidden;
1929
- position: absolute;
1930
- }
1931
-
1932
1923
  .s34f1qb.ant-switch {
1933
1924
  min-width: 40px;
1934
1925
  height: 24px;
@@ -1984,63 +1975,6 @@ body {
1984
1975
  margin-left: 5px;
1985
1976
  }
1986
1977
 
1987
- .p12gwtiw {
1988
- display: flex;
1989
- justify-content: space-between;
1990
- align-items: center;
1991
- padding: 10px 0;
1992
- color: rgba(44, 56, 82, 0.6);
1993
- font-size: 12px;
1994
- line-height: 24px;
1995
- }
1996
- .p12gwtiw .pagination-left {
1997
- padding: 2px 8px;
1998
- }
1999
- .p12gwtiw .dropdown-trigger {
2000
- display: flex;
2001
- align-items: center;
2002
- border-radius: 6px;
2003
- cursor: pointer;
2004
- transition: all 0.3s ease;
2005
- }
2006
- .p12gwtiw .dropdown-trigger:hover {
2007
- background: rgba(211, 218, 235, 0.6);
2008
- color: #0080ff;
2009
- }
2010
- .p12gwtiw .dropdown-trigger .icon-inner {
2011
- margin-left: 4px;
2012
- }
2013
- .p12gwtiw .pagination-right {
2014
- display: flex;
2015
- align-items: center;
2016
- color: #0080ff;
2017
- font-weight: bold;
2018
- }
2019
- .p12gwtiw .pagination-right .icon-inner {
2020
- margin-left: 4px;
2021
- }
2022
- .p12gwtiw .pagination-right .prev-btn,
2023
- .p12gwtiw .pagination-right .next-btn {
2024
- padding: 0 8px;
2025
- }
2026
- .p12gwtiw .pagination-right .prev-btn > span,
2027
- .p12gwtiw .pagination-right .next-btn > span {
2028
- color: #0080ff;
2029
- }
2030
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2031
- transform: rotate(180deg);
2032
- }
2033
-
2034
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2035
- max-height: calc(100vh - 128px);
2036
- overflow-y: auto;
2037
- }
2038
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2039
- padding: 4px 20px;
2040
- font-size: 12px;
2041
- line-height: 18px;
2042
- }
2043
-
2044
1978
  .rxbeqvl.ant-radio-wrapper {
2045
1979
  display: inline-flex;
2046
1980
  align-items: baseline;
@@ -2183,6 +2117,155 @@ body {
2183
2117
  width: 36px;
2184
2118
  }
2185
2119
 
2120
+ .p12gwtiw {
2121
+ display: flex;
2122
+ justify-content: space-between;
2123
+ align-items: center;
2124
+ padding: 10px 0;
2125
+ color: rgba(44, 56, 82, 0.6);
2126
+ font-size: 12px;
2127
+ line-height: 24px;
2128
+ }
2129
+ .p12gwtiw .pagination-left {
2130
+ padding: 2px 8px;
2131
+ }
2132
+ .p12gwtiw .dropdown-trigger {
2133
+ display: flex;
2134
+ align-items: center;
2135
+ border-radius: 6px;
2136
+ cursor: pointer;
2137
+ transition: all 0.3s ease;
2138
+ }
2139
+ .p12gwtiw .dropdown-trigger:hover {
2140
+ background: rgba(211, 218, 235, 0.6);
2141
+ color: #0080ff;
2142
+ }
2143
+ .p12gwtiw .dropdown-trigger .icon-inner {
2144
+ margin-left: 4px;
2145
+ }
2146
+ .p12gwtiw .pagination-right {
2147
+ display: flex;
2148
+ align-items: center;
2149
+ color: #0080ff;
2150
+ font-weight: bold;
2151
+ }
2152
+ .p12gwtiw .pagination-right .icon-inner {
2153
+ margin-left: 4px;
2154
+ }
2155
+ .p12gwtiw .pagination-right .prev-btn,
2156
+ .p12gwtiw .pagination-right .next-btn {
2157
+ padding: 0 8px;
2158
+ }
2159
+ .p12gwtiw .pagination-right .prev-btn > span,
2160
+ .p12gwtiw .pagination-right .next-btn > span {
2161
+ color: #0080ff;
2162
+ }
2163
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2164
+ transform: rotate(180deg);
2165
+ }
2166
+
2167
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2168
+ max-height: calc(100vh - 128px);
2169
+ overflow-y: auto;
2170
+ }
2171
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2172
+ padding: 4px 20px;
2173
+ font-size: 12px;
2174
+ line-height: 18px;
2175
+ }
2176
+
2177
+ .obf05yr {
2178
+ display: inline-block;
2179
+ }
2180
+
2181
+ .hsms1n6 {
2182
+ visibility: hidden;
2183
+ position: absolute;
2184
+ }
2185
+
2186
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2187
+ flex-direction: row;
2188
+ justify-content: stretch;
2189
+ }
2190
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2191
+ padding: 0;
2192
+ margin-right: 4px;
2193
+ flex: 1;
2194
+ overflow: visible;
2195
+ }
2196
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2197
+ display: none;
2198
+ }
2199
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2200
+ width: 100%;
2201
+ min-height: unset;
2202
+ }
2203
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2204
+ height: 26px;
2205
+ line-height: 26px;
2206
+ width: 100%;
2207
+ text-align: center;
2208
+ padding: 0;
2209
+ font-size: 12px;
2210
+ font-weight: normal;
2211
+ }
2212
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2213
+ margin-right: 10px;
2214
+ }
2215
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2216
+ display: none;
2217
+ }
2218
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2219
+ border-radius: 4px 0 0 4px;
2220
+ }
2221
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2222
+ margin-right: 0;
2223
+ }
2224
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2225
+ border-radius: 0 4px 4px 0;
2226
+ }
2227
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2228
+ content: "";
2229
+ width: 0;
2230
+ height: 0;
2231
+ border: 13px solid transparent;
2232
+ position: absolute;
2233
+ top: 0;
2234
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2235
+ right: -21px;
2236
+ z-index: 2;
2237
+ }
2238
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2239
+ content: "";
2240
+ width: 0;
2241
+ height: 0;
2242
+ border: 13px solid transparent;
2243
+ position: absolute;
2244
+ top: 0;
2245
+ border-left: 8px solid #fff;
2246
+ left: 0;
2247
+ }
2248
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2249
+ background-color: rgba(0, 136, 255, 0.1);
2250
+ }
2251
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2252
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2253
+ }
2254
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2255
+ color: #005ed1;
2256
+ }
2257
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2258
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2259
+ background-color: rgba(237, 241, 250, 0.6);
2260
+ }
2261
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2262
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2263
+ color: rgba(44, 56, 82, 0.6);
2264
+ }
2265
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2266
+ padding: 0;
2267
+ }
2268
+
2186
2269
  .cz04yix {
2187
2270
  display: flex;
2188
2271
  flex-direction: column;
@@ -2848,89 +2931,6 @@ input.rrg1fkn.ant-input {
2848
2931
  border-bottom-left-radius: 0;
2849
2932
  }
2850
2933
 
2851
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
- flex-direction: row;
2853
- justify-content: stretch;
2854
- }
2855
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2856
- padding: 0;
2857
- margin-right: 4px;
2858
- flex: 1;
2859
- overflow: visible;
2860
- }
2861
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2862
- display: none;
2863
- }
2864
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2865
- width: 100%;
2866
- min-height: unset;
2867
- }
2868
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2869
- height: 26px;
2870
- line-height: 26px;
2871
- width: 100%;
2872
- text-align: center;
2873
- padding: 0;
2874
- font-size: 12px;
2875
- font-weight: normal;
2876
- }
2877
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2878
- margin-right: 10px;
2879
- }
2880
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2881
- display: none;
2882
- }
2883
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2884
- border-radius: 4px 0 0 4px;
2885
- }
2886
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2887
- margin-right: 0;
2888
- }
2889
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2890
- border-radius: 0 4px 4px 0;
2891
- }
2892
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2893
- content: "";
2894
- width: 0;
2895
- height: 0;
2896
- border: 13px solid transparent;
2897
- position: absolute;
2898
- top: 0;
2899
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2900
- right: -21px;
2901
- z-index: 2;
2902
- }
2903
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2904
- content: "";
2905
- width: 0;
2906
- height: 0;
2907
- border: 13px solid transparent;
2908
- position: absolute;
2909
- top: 0;
2910
- border-left: 8px solid #fff;
2911
- left: 0;
2912
- }
2913
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2914
- background-color: rgba(0, 136, 255, 0.1);
2915
- }
2916
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2917
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2918
- }
2919
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2920
- color: #005ed1;
2921
- }
2922
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2923
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2924
- background-color: rgba(237, 241, 250, 0.6);
2925
- }
2926
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2927
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2928
- color: rgba(44, 56, 82, 0.6);
2929
- }
2930
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2931
- padding: 0;
2932
- }
2933
-
2934
2934
  .t1upn1sz {
2935
2935
  height: 100%;
2936
2936
  }