@cloudtower/eagle 0.26.0 → 0.26.1
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/Modal/ImmersiveModal.d.ts +3 -2
- package/dist/components/Percent/index.d.ts +2 -2
- package/dist/components/message/index.d.ts +1 -0
- package/dist/components.css +140 -140
- package/dist/esm/index.js +474 -448
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +6 -3
- package/dist/store/modal.d.ts +0 -2
- package/dist/style.css +202 -202
- package/dist/umd/index.js +474 -448
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1884,6 +1884,90 @@ html body {
|
|
|
1884
1884
|
padding: 0;
|
|
1885
1885
|
}
|
|
1886
1886
|
|
|
1887
|
+
.bpq0js6 {
|
|
1888
|
+
padding: 4px 11px;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.b15sn34c {
|
|
1892
|
+
white-space: nowrap;
|
|
1893
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1894
|
+
}
|
|
1895
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1896
|
+
--color: #0080ff;
|
|
1897
|
+
}
|
|
1898
|
+
.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] {
|
|
1899
|
+
--color: #0080ff;
|
|
1900
|
+
}
|
|
1901
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1902
|
+
margin-left: 1px;
|
|
1903
|
+
}
|
|
1904
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1905
|
+
border-top-right-radius: 0;
|
|
1906
|
+
border-bottom-right-radius: 0;
|
|
1907
|
+
}
|
|
1908
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1909
|
+
border-top-left-radius: 0;
|
|
1910
|
+
border-bottom-left-radius: 0;
|
|
1911
|
+
}
|
|
1912
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1913
|
+
border-radius: unset;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.fde5mpd {
|
|
1917
|
+
width: 100%;
|
|
1918
|
+
height: 100%;
|
|
1919
|
+
min-height: 124px;
|
|
1920
|
+
display: flex;
|
|
1921
|
+
flex-direction: column;
|
|
1922
|
+
justify-content: center;
|
|
1923
|
+
align-items: center;
|
|
1924
|
+
}
|
|
1925
|
+
.fde5mpd .error-text {
|
|
1926
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1927
|
+
margin-bottom: 16px;
|
|
1928
|
+
font-size: 18px;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.i1mrf09m {
|
|
1932
|
+
display: inline-flex;
|
|
1933
|
+
align-items: center;
|
|
1934
|
+
}
|
|
1935
|
+
.i1mrf09m .icon-inner {
|
|
1936
|
+
display: inline-flex;
|
|
1937
|
+
align-items: center;
|
|
1938
|
+
justify-content: center;
|
|
1939
|
+
}
|
|
1940
|
+
.i1mrf09m .icon-inner + span,
|
|
1941
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1942
|
+
margin-left: 4px;
|
|
1943
|
+
}
|
|
1944
|
+
.i1mrf09m.is-rotate img,
|
|
1945
|
+
.i1mrf09m.is-rotate svg {
|
|
1946
|
+
animation: rotate 680ms linear infinite;
|
|
1947
|
+
}
|
|
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
|
+
|
|
1887
1971
|
.p12gwtiw {
|
|
1888
1972
|
display: flex;
|
|
1889
1973
|
justify-content: space-between;
|
|
@@ -1941,61 +2025,6 @@ html body {
|
|
|
1941
2025
|
line-height: 18px;
|
|
1942
2026
|
}
|
|
1943
2027
|
|
|
1944
|
-
.s34f1qb.ant-switch {
|
|
1945
|
-
min-width: 40px;
|
|
1946
|
-
height: 24px;
|
|
1947
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1948
|
-
overflow: hidden;
|
|
1949
|
-
}
|
|
1950
|
-
.s34f1qb.ant-switch:focus {
|
|
1951
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1952
|
-
}
|
|
1953
|
-
.s34f1qb.ant-switch-small {
|
|
1954
|
-
min-width: 26px;
|
|
1955
|
-
height: 16px;
|
|
1956
|
-
}
|
|
1957
|
-
.s34f1qb.ant-switch-large {
|
|
1958
|
-
min-width: 52px;
|
|
1959
|
-
height: 32px;
|
|
1960
|
-
}
|
|
1961
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1962
|
-
height: 20px;
|
|
1963
|
-
width: 20px;
|
|
1964
|
-
}
|
|
1965
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1966
|
-
border-radius: 10px;
|
|
1967
|
-
transition-delay: 120ms;
|
|
1968
|
-
}
|
|
1969
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1970
|
-
height: 14px;
|
|
1971
|
-
width: 14px;
|
|
1972
|
-
top: 1px;
|
|
1973
|
-
left: 1px;
|
|
1974
|
-
}
|
|
1975
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1976
|
-
height: 28px;
|
|
1977
|
-
width: 28px;
|
|
1978
|
-
}
|
|
1979
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1980
|
-
border-radius: 14px;
|
|
1981
|
-
}
|
|
1982
|
-
.s34f1qb.ant-switch-checked {
|
|
1983
|
-
background-color: #00ba5d;
|
|
1984
|
-
}
|
|
1985
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1986
|
-
left: calc(100% - 20px - 2px);
|
|
1987
|
-
}
|
|
1988
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1989
|
-
left: calc(100% - 14px - 1px);
|
|
1990
|
-
}
|
|
1991
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1992
|
-
left: calc(100% - 28px - 2px);
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
.c1to9vb9 {
|
|
1996
|
-
margin-left: 5px;
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
2028
|
.rxbeqvl.ant-radio-wrapper {
|
|
2000
2029
|
display: inline-flex;
|
|
2001
2030
|
align-items: baseline;
|
|
@@ -2137,19 +2166,87 @@ html body {
|
|
|
2137
2166
|
width: 36px;
|
|
2138
2167
|
}
|
|
2139
2168
|
|
|
2140
|
-
.
|
|
2169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2170
|
+
flex-direction: row;
|
|
2171
|
+
justify-content: stretch;
|
|
2172
|
+
}
|
|
2173
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2174
|
+
padding: 0;
|
|
2175
|
+
margin-right: 4px;
|
|
2176
|
+
flex: 1;
|
|
2177
|
+
overflow: visible;
|
|
2178
|
+
}
|
|
2179
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2180
|
+
display: none;
|
|
2181
|
+
}
|
|
2182
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2141
2183
|
width: 100%;
|
|
2142
|
-
height:
|
|
2143
|
-
min-height: 124px;
|
|
2144
|
-
display: flex;
|
|
2145
|
-
flex-direction: column;
|
|
2146
|
-
justify-content: center;
|
|
2147
|
-
align-items: center;
|
|
2184
|
+
min-height: unset;
|
|
2148
2185
|
}
|
|
2149
|
-
.
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2186
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2187
|
+
height: 26px;
|
|
2188
|
+
line-height: 26px;
|
|
2189
|
+
width: 100%;
|
|
2190
|
+
text-align: center;
|
|
2191
|
+
padding: 0;
|
|
2192
|
+
font-size: 12px;
|
|
2193
|
+
font-weight: normal;
|
|
2194
|
+
}
|
|
2195
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2196
|
+
margin-right: 10px;
|
|
2197
|
+
}
|
|
2198
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2199
|
+
display: none;
|
|
2200
|
+
}
|
|
2201
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2202
|
+
border-radius: 4px 0 0 4px;
|
|
2203
|
+
}
|
|
2204
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2205
|
+
margin-right: 0;
|
|
2206
|
+
}
|
|
2207
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2208
|
+
border-radius: 0 4px 4px 0;
|
|
2209
|
+
}
|
|
2210
|
+
.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 {
|
|
2211
|
+
content: "";
|
|
2212
|
+
width: 0;
|
|
2213
|
+
height: 0;
|
|
2214
|
+
border: 13px solid transparent;
|
|
2215
|
+
position: absolute;
|
|
2216
|
+
top: 0;
|
|
2217
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2218
|
+
right: -21px;
|
|
2219
|
+
z-index: 2;
|
|
2220
|
+
}
|
|
2221
|
+
.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 {
|
|
2222
|
+
content: "";
|
|
2223
|
+
width: 0;
|
|
2224
|
+
height: 0;
|
|
2225
|
+
border: 13px solid transparent;
|
|
2226
|
+
position: absolute;
|
|
2227
|
+
top: 0;
|
|
2228
|
+
border-left: 8px solid #fff;
|
|
2229
|
+
left: 0;
|
|
2230
|
+
}
|
|
2231
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2232
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2233
|
+
}
|
|
2234
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2235
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2236
|
+
}
|
|
2237
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2238
|
+
color: #005ed1;
|
|
2239
|
+
}
|
|
2240
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2241
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2242
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2243
|
+
}
|
|
2244
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2245
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2246
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2247
|
+
}
|
|
2248
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2249
|
+
padding: 0;
|
|
2153
2250
|
}
|
|
2154
2251
|
|
|
2155
2252
|
.cz04yix {
|
|
@@ -2817,156 +2914,59 @@ input.rrg1fkn.ant-input {
|
|
|
2817
2914
|
border-bottom-left-radius: 0;
|
|
2818
2915
|
}
|
|
2819
2916
|
|
|
2820
|
-
.
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2826
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2827
|
-
display: flex;
|
|
2828
|
-
align-items: center;
|
|
2829
|
-
white-space: nowrap;
|
|
2830
|
-
margin-right: 4px;
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
|
-
.obf05yr {
|
|
2834
|
-
display: inline-block;
|
|
2835
|
-
}
|
|
2836
|
-
|
|
2837
|
-
.hsms1n6 {
|
|
2838
|
-
visibility: hidden;
|
|
2839
|
-
position: absolute;
|
|
2840
|
-
}
|
|
2841
|
-
|
|
2842
|
-
.i1mrf09m {
|
|
2843
|
-
display: inline-flex;
|
|
2844
|
-
align-items: center;
|
|
2845
|
-
}
|
|
2846
|
-
.i1mrf09m .icon-inner {
|
|
2847
|
-
display: inline-flex;
|
|
2848
|
-
align-items: center;
|
|
2849
|
-
justify-content: center;
|
|
2850
|
-
}
|
|
2851
|
-
.i1mrf09m .icon-inner + span,
|
|
2852
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
2853
|
-
margin-left: 4px;
|
|
2854
|
-
}
|
|
2855
|
-
.i1mrf09m.is-rotate img,
|
|
2856
|
-
.i1mrf09m.is-rotate svg {
|
|
2857
|
-
animation: rotate 680ms linear infinite;
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2861
|
-
flex-direction: row;
|
|
2862
|
-
justify-content: stretch;
|
|
2863
|
-
}
|
|
2864
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2865
|
-
padding: 0;
|
|
2866
|
-
margin-right: 4px;
|
|
2867
|
-
flex: 1;
|
|
2868
|
-
overflow: visible;
|
|
2869
|
-
}
|
|
2870
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2871
|
-
display: none;
|
|
2872
|
-
}
|
|
2873
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2874
|
-
width: 100%;
|
|
2875
|
-
min-height: unset;
|
|
2876
|
-
}
|
|
2877
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2878
|
-
height: 26px;
|
|
2879
|
-
line-height: 26px;
|
|
2880
|
-
width: 100%;
|
|
2881
|
-
text-align: center;
|
|
2882
|
-
padding: 0;
|
|
2883
|
-
font-size: 12px;
|
|
2884
|
-
font-weight: normal;
|
|
2885
|
-
}
|
|
2886
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2887
|
-
margin-right: 10px;
|
|
2888
|
-
}
|
|
2889
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2890
|
-
display: none;
|
|
2917
|
+
.s34f1qb.ant-switch {
|
|
2918
|
+
min-width: 40px;
|
|
2919
|
+
height: 24px;
|
|
2920
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2921
|
+
overflow: hidden;
|
|
2891
2922
|
}
|
|
2892
|
-
.
|
|
2893
|
-
|
|
2923
|
+
.s34f1qb.ant-switch:focus {
|
|
2924
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2894
2925
|
}
|
|
2895
|
-
.
|
|
2896
|
-
|
|
2926
|
+
.s34f1qb.ant-switch-small {
|
|
2927
|
+
min-width: 26px;
|
|
2928
|
+
height: 16px;
|
|
2897
2929
|
}
|
|
2898
|
-
.
|
|
2899
|
-
|
|
2930
|
+
.s34f1qb.ant-switch-large {
|
|
2931
|
+
min-width: 52px;
|
|
2932
|
+
height: 32px;
|
|
2900
2933
|
}
|
|
2901
|
-
.
|
|
2902
|
-
|
|
2903
|
-
width:
|
|
2904
|
-
height: 0;
|
|
2905
|
-
border: 13px solid transparent;
|
|
2906
|
-
position: absolute;
|
|
2907
|
-
top: 0;
|
|
2908
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2909
|
-
right: -21px;
|
|
2910
|
-
z-index: 2;
|
|
2934
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2935
|
+
height: 20px;
|
|
2936
|
+
width: 20px;
|
|
2911
2937
|
}
|
|
2912
|
-
.
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
height: 0;
|
|
2916
|
-
border: 13px solid transparent;
|
|
2917
|
-
position: absolute;
|
|
2918
|
-
top: 0;
|
|
2919
|
-
border-left: 8px solid #fff;
|
|
2920
|
-
left: 0;
|
|
2938
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2939
|
+
border-radius: 10px;
|
|
2940
|
+
transition-delay: 120ms;
|
|
2921
2941
|
}
|
|
2922
|
-
.
|
|
2923
|
-
|
|
2942
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2943
|
+
height: 14px;
|
|
2944
|
+
width: 14px;
|
|
2945
|
+
top: 1px;
|
|
2946
|
+
left: 1px;
|
|
2924
2947
|
}
|
|
2925
|
-
.
|
|
2926
|
-
|
|
2948
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2949
|
+
height: 28px;
|
|
2950
|
+
width: 28px;
|
|
2927
2951
|
}
|
|
2928
|
-
.
|
|
2929
|
-
|
|
2952
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2953
|
+
border-radius: 14px;
|
|
2930
2954
|
}
|
|
2931
|
-
.
|
|
2932
|
-
|
|
2933
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2955
|
+
.s34f1qb.ant-switch-checked {
|
|
2956
|
+
background-color: #00ba5d;
|
|
2934
2957
|
}
|
|
2935
|
-
.
|
|
2936
|
-
|
|
2937
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2958
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2959
|
+
left: calc(100% - 20px - 2px);
|
|
2938
2960
|
}
|
|
2939
|
-
.
|
|
2940
|
-
|
|
2961
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2962
|
+
left: calc(100% - 14px - 1px);
|
|
2941
2963
|
}
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
padding: 4px 11px;
|
|
2964
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2965
|
+
left: calc(100% - 28px - 2px);
|
|
2945
2966
|
}
|
|
2946
2967
|
|
|
2947
|
-
.
|
|
2948
|
-
|
|
2949
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2950
|
-
}
|
|
2951
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2952
|
-
--color: #0080ff;
|
|
2953
|
-
}
|
|
2954
|
-
.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] {
|
|
2955
|
-
--color: #0080ff;
|
|
2956
|
-
}
|
|
2957
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2958
|
-
margin-left: 1px;
|
|
2959
|
-
}
|
|
2960
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2961
|
-
border-top-right-radius: 0;
|
|
2962
|
-
border-bottom-right-radius: 0;
|
|
2963
|
-
}
|
|
2964
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2965
|
-
border-top-left-radius: 0;
|
|
2966
|
-
border-bottom-left-radius: 0;
|
|
2967
|
-
}
|
|
2968
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2969
|
-
border-radius: unset;
|
|
2968
|
+
.c1to9vb9 {
|
|
2969
|
+
margin-left: 5px;
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
2972
2972
|
.t1upn1sz {
|