@cloudtower/eagle 0.26.9 → 0.26.11
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/Tag/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Tag/index.d.ts +3 -5
- package/dist/components/Token/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Token/index.d.ts +2 -2
- package/dist/components/Token/style.d.ts +1 -0
- package/dist/components.css +24 -5
- package/dist/esm/index.js +226 -165
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/spec/base.d.ts +11 -5
- package/dist/style.css +253 -234
- package/dist/umd/index.js +225 -163
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1292,6 +1292,9 @@ td .ant-btn-link {
|
|
|
1292
1292
|
.ant-tag:hover {
|
|
1293
1293
|
opacity: unset;
|
|
1294
1294
|
}
|
|
1295
|
+
.ant-tag.ant-tag-hidden {
|
|
1296
|
+
display: none;
|
|
1297
|
+
}
|
|
1295
1298
|
.ant-tag.ant-tag-red {
|
|
1296
1299
|
color: #f0483e;
|
|
1297
1300
|
background-color: rgba(255, 74, 74, 0.1);
|
|
@@ -1889,14 +1892,43 @@ html body {
|
|
|
1889
1892
|
display: inline-flex;
|
|
1890
1893
|
}
|
|
1891
1894
|
.buj61ew .icon-wrapper {
|
|
1892
|
-
display:
|
|
1893
|
-
vertical-align:
|
|
1895
|
+
display: flex;
|
|
1896
|
+
vertical-align: middle;
|
|
1894
1897
|
}
|
|
1895
1898
|
|
|
1896
1899
|
.nchllas {
|
|
1897
1900
|
padding: 0;
|
|
1898
1901
|
}
|
|
1899
1902
|
|
|
1903
|
+
.bpq0js6 {
|
|
1904
|
+
padding: 4px 11px;
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
.b15sn34c {
|
|
1908
|
+
white-space: nowrap;
|
|
1909
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1910
|
+
}
|
|
1911
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1912
|
+
--color: #0080ff;
|
|
1913
|
+
}
|
|
1914
|
+
.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] {
|
|
1915
|
+
--color: #0080ff;
|
|
1916
|
+
}
|
|
1917
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1918
|
+
margin-left: 1px;
|
|
1919
|
+
}
|
|
1920
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1921
|
+
border-top-right-radius: 0;
|
|
1922
|
+
border-bottom-right-radius: 0;
|
|
1923
|
+
}
|
|
1924
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1925
|
+
border-top-left-radius: 0;
|
|
1926
|
+
border-bottom-left-radius: 0;
|
|
1927
|
+
}
|
|
1928
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1929
|
+
border-radius: unset;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1900
1932
|
.fde5mpd {
|
|
1901
1933
|
width: 100%;
|
|
1902
1934
|
height: 100%;
|
|
@@ -1915,6 +1947,7 @@ html body {
|
|
|
1915
1947
|
.i1mrf09m {
|
|
1916
1948
|
display: inline-flex;
|
|
1917
1949
|
align-items: center;
|
|
1950
|
+
vertical-align: middle;
|
|
1918
1951
|
}
|
|
1919
1952
|
.i1mrf09m .icon-inner {
|
|
1920
1953
|
display: inline-flex;
|
|
@@ -1930,35 +1963,6 @@ html body {
|
|
|
1930
1963
|
animation: rotate 680ms linear infinite;
|
|
1931
1964
|
}
|
|
1932
1965
|
|
|
1933
|
-
.bpq0js6 {
|
|
1934
|
-
padding: 4px 11px;
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
.b15sn34c {
|
|
1938
|
-
white-space: nowrap;
|
|
1939
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1940
|
-
}
|
|
1941
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1942
|
-
--color: #0080ff;
|
|
1943
|
-
}
|
|
1944
|
-
.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] {
|
|
1945
|
-
--color: #0080ff;
|
|
1946
|
-
}
|
|
1947
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1948
|
-
margin-left: 1px;
|
|
1949
|
-
}
|
|
1950
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1951
|
-
border-top-right-radius: 0;
|
|
1952
|
-
border-bottom-right-radius: 0;
|
|
1953
|
-
}
|
|
1954
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1955
|
-
border-top-left-radius: 0;
|
|
1956
|
-
border-bottom-left-radius: 0;
|
|
1957
|
-
}
|
|
1958
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1959
|
-
border-radius: unset;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
1966
|
.iap75of {
|
|
1963
1967
|
height: 18px;
|
|
1964
1968
|
line-height: 18px;
|
|
@@ -1972,61 +1976,6 @@ html body {
|
|
|
1972
1976
|
margin-right: 4px;
|
|
1973
1977
|
}
|
|
1974
1978
|
|
|
1975
|
-
.s34f1qb.ant-switch {
|
|
1976
|
-
min-width: 40px;
|
|
1977
|
-
height: 24px;
|
|
1978
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1979
|
-
overflow: hidden;
|
|
1980
|
-
}
|
|
1981
|
-
.s34f1qb.ant-switch:focus {
|
|
1982
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1983
|
-
}
|
|
1984
|
-
.s34f1qb.ant-switch-small {
|
|
1985
|
-
min-width: 26px;
|
|
1986
|
-
height: 16px;
|
|
1987
|
-
}
|
|
1988
|
-
.s34f1qb.ant-switch-large {
|
|
1989
|
-
min-width: 52px;
|
|
1990
|
-
height: 32px;
|
|
1991
|
-
}
|
|
1992
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1993
|
-
height: 20px;
|
|
1994
|
-
width: 20px;
|
|
1995
|
-
}
|
|
1996
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1997
|
-
border-radius: 10px;
|
|
1998
|
-
transition-delay: 120ms;
|
|
1999
|
-
}
|
|
2000
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2001
|
-
height: 14px;
|
|
2002
|
-
width: 14px;
|
|
2003
|
-
top: 1px;
|
|
2004
|
-
left: 1px;
|
|
2005
|
-
}
|
|
2006
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2007
|
-
height: 28px;
|
|
2008
|
-
width: 28px;
|
|
2009
|
-
}
|
|
2010
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2011
|
-
border-radius: 14px;
|
|
2012
|
-
}
|
|
2013
|
-
.s34f1qb.ant-switch-checked {
|
|
2014
|
-
background-color: #00ba5d;
|
|
2015
|
-
}
|
|
2016
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2017
|
-
left: calc(100% - 20px - 2px);
|
|
2018
|
-
}
|
|
2019
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2020
|
-
left: calc(100% - 14px - 1px);
|
|
2021
|
-
}
|
|
2022
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2023
|
-
left: calc(100% - 28px - 2px);
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
.c1to9vb9 {
|
|
2027
|
-
margin-left: 5px;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
1979
|
.obf05yr {
|
|
2031
1980
|
display: inline-block;
|
|
2032
1981
|
}
|
|
@@ -2172,6 +2121,11 @@ html body {
|
|
|
2172
2121
|
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2173
2122
|
white-space: nowrap;
|
|
2174
2123
|
}
|
|
2124
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
2125
|
+
height: 22px;
|
|
2126
|
+
padding: 0 7px;
|
|
2127
|
+
line-height: 20px;
|
|
2128
|
+
}
|
|
2175
2129
|
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2176
2130
|
background: #ccd4e3;
|
|
2177
2131
|
}
|
|
@@ -2234,6 +2188,89 @@ html body {
|
|
|
2234
2188
|
width: 36px;
|
|
2235
2189
|
}
|
|
2236
2190
|
|
|
2191
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2192
|
+
flex-direction: row;
|
|
2193
|
+
justify-content: stretch;
|
|
2194
|
+
}
|
|
2195
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2196
|
+
padding: 0;
|
|
2197
|
+
margin-right: 4px;
|
|
2198
|
+
flex: 1;
|
|
2199
|
+
overflow: visible;
|
|
2200
|
+
}
|
|
2201
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2202
|
+
display: none;
|
|
2203
|
+
}
|
|
2204
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2205
|
+
width: 100%;
|
|
2206
|
+
min-height: unset;
|
|
2207
|
+
}
|
|
2208
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2209
|
+
height: 26px;
|
|
2210
|
+
line-height: 26px;
|
|
2211
|
+
width: 100%;
|
|
2212
|
+
text-align: center;
|
|
2213
|
+
padding: 0;
|
|
2214
|
+
font-size: 12px;
|
|
2215
|
+
font-weight: normal;
|
|
2216
|
+
}
|
|
2217
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2218
|
+
margin-right: 10px;
|
|
2219
|
+
}
|
|
2220
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2221
|
+
display: none;
|
|
2222
|
+
}
|
|
2223
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2224
|
+
border-radius: 4px 0 0 4px;
|
|
2225
|
+
}
|
|
2226
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2227
|
+
margin-right: 0;
|
|
2228
|
+
}
|
|
2229
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2230
|
+
border-radius: 0 4px 4px 0;
|
|
2231
|
+
}
|
|
2232
|
+
.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 {
|
|
2233
|
+
content: "";
|
|
2234
|
+
width: 0;
|
|
2235
|
+
height: 0;
|
|
2236
|
+
border: 13px solid transparent;
|
|
2237
|
+
position: absolute;
|
|
2238
|
+
top: 0;
|
|
2239
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2240
|
+
right: -21px;
|
|
2241
|
+
z-index: 2;
|
|
2242
|
+
}
|
|
2243
|
+
.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 {
|
|
2244
|
+
content: "";
|
|
2245
|
+
width: 0;
|
|
2246
|
+
height: 0;
|
|
2247
|
+
border: 13px solid transparent;
|
|
2248
|
+
position: absolute;
|
|
2249
|
+
top: 0;
|
|
2250
|
+
border-left: 8px solid #fff;
|
|
2251
|
+
left: 0;
|
|
2252
|
+
}
|
|
2253
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2254
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2255
|
+
}
|
|
2256
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2257
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2258
|
+
}
|
|
2259
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2260
|
+
color: #005ed1;
|
|
2261
|
+
}
|
|
2262
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2263
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2264
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2265
|
+
}
|
|
2266
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2267
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2268
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2269
|
+
}
|
|
2270
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2271
|
+
padding: 0;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2237
2274
|
.cz04yix {
|
|
2238
2275
|
display: flex;
|
|
2239
2276
|
flex-direction: column;
|
|
@@ -2899,87 +2936,59 @@ input.rrg1fkn.ant-input {
|
|
|
2899
2936
|
border-bottom-left-radius: 0;
|
|
2900
2937
|
}
|
|
2901
2938
|
|
|
2902
|
-
.
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
padding: 0;
|
|
2908
|
-
margin-right: 4px;
|
|
2909
|
-
flex: 1;
|
|
2910
|
-
overflow: visible;
|
|
2911
|
-
}
|
|
2912
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2913
|
-
display: none;
|
|
2914
|
-
}
|
|
2915
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2916
|
-
width: 100%;
|
|
2917
|
-
min-height: unset;
|
|
2918
|
-
}
|
|
2919
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2920
|
-
height: 26px;
|
|
2921
|
-
line-height: 26px;
|
|
2922
|
-
width: 100%;
|
|
2923
|
-
text-align: center;
|
|
2924
|
-
padding: 0;
|
|
2925
|
-
font-size: 12px;
|
|
2926
|
-
font-weight: normal;
|
|
2939
|
+
.s34f1qb.ant-switch {
|
|
2940
|
+
min-width: 40px;
|
|
2941
|
+
height: 24px;
|
|
2942
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2943
|
+
overflow: hidden;
|
|
2927
2944
|
}
|
|
2928
|
-
.
|
|
2929
|
-
|
|
2945
|
+
.s34f1qb.ant-switch:focus {
|
|
2946
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2930
2947
|
}
|
|
2931
|
-
.
|
|
2932
|
-
|
|
2948
|
+
.s34f1qb.ant-switch-small {
|
|
2949
|
+
min-width: 26px;
|
|
2950
|
+
height: 16px;
|
|
2933
2951
|
}
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2952
|
+
.s34f1qb.ant-switch-large {
|
|
2953
|
+
min-width: 52px;
|
|
2954
|
+
height: 32px;
|
|
2936
2955
|
}
|
|
2937
|
-
.
|
|
2938
|
-
|
|
2956
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2957
|
+
height: 20px;
|
|
2958
|
+
width: 20px;
|
|
2939
2959
|
}
|
|
2940
|
-
.
|
|
2941
|
-
border-radius:
|
|
2960
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2961
|
+
border-radius: 10px;
|
|
2962
|
+
transition-delay: 120ms;
|
|
2942
2963
|
}
|
|
2943
|
-
.
|
|
2944
|
-
|
|
2945
|
-
width:
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
position: absolute;
|
|
2949
|
-
top: 0;
|
|
2950
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2951
|
-
right: -21px;
|
|
2952
|
-
z-index: 2;
|
|
2964
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2965
|
+
height: 14px;
|
|
2966
|
+
width: 14px;
|
|
2967
|
+
top: 1px;
|
|
2968
|
+
left: 1px;
|
|
2953
2969
|
}
|
|
2954
|
-
.
|
|
2955
|
-
|
|
2956
|
-
width:
|
|
2957
|
-
height: 0;
|
|
2958
|
-
border: 13px solid transparent;
|
|
2959
|
-
position: absolute;
|
|
2960
|
-
top: 0;
|
|
2961
|
-
border-left: 8px solid #fff;
|
|
2962
|
-
left: 0;
|
|
2970
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2971
|
+
height: 28px;
|
|
2972
|
+
width: 28px;
|
|
2963
2973
|
}
|
|
2964
|
-
.
|
|
2965
|
-
|
|
2974
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2975
|
+
border-radius: 14px;
|
|
2966
2976
|
}
|
|
2967
|
-
.
|
|
2968
|
-
|
|
2977
|
+
.s34f1qb.ant-switch-checked {
|
|
2978
|
+
background-color: #00ba5d;
|
|
2969
2979
|
}
|
|
2970
|
-
.
|
|
2971
|
-
|
|
2980
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2981
|
+
left: calc(100% - 20px - 2px);
|
|
2972
2982
|
}
|
|
2973
|
-
.
|
|
2974
|
-
|
|
2975
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2983
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2984
|
+
left: calc(100% - 14px - 1px);
|
|
2976
2985
|
}
|
|
2977
|
-
.
|
|
2978
|
-
|
|
2979
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2986
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2987
|
+
left: calc(100% - 28px - 2px);
|
|
2980
2988
|
}
|
|
2981
|
-
|
|
2982
|
-
|
|
2989
|
+
|
|
2990
|
+
.c1to9vb9 {
|
|
2991
|
+
margin-left: 5px;
|
|
2983
2992
|
}
|
|
2984
2993
|
|
|
2985
2994
|
.t1upn1sz {
|
|
@@ -3077,6 +3086,7 @@ input.rrg1fkn.ant-input {
|
|
|
3077
3086
|
color: rgba(44, 56, 82, 0.6);
|
|
3078
3087
|
}
|
|
3079
3088
|
.tta5kd2 .ant-table .ant-table-selection {
|
|
3089
|
+
position: unset;
|
|
3080
3090
|
text-align: center;
|
|
3081
3091
|
}
|
|
3082
3092
|
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
@@ -3994,12 +4004,14 @@ input.rrg1fkn.ant-input {
|
|
|
3994
4004
|
}
|
|
3995
4005
|
.shq1k1g.ant-select.ant-select-single {
|
|
3996
4006
|
width: 100%;
|
|
3997
|
-
height: 30px;
|
|
3998
4007
|
color: #2d3a56;
|
|
3999
4008
|
border-color: rgba(211, 218, 235, 0.6);
|
|
4000
4009
|
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4001
4010
|
font-size: 13px;
|
|
4002
4011
|
}
|
|
4012
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
4013
|
+
height: 30px;
|
|
4014
|
+
}
|
|
4003
4015
|
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4004
4016
|
height: 38px;
|
|
4005
4017
|
font-size: 13px;
|
|
@@ -4044,6 +4056,10 @@ input.rrg1fkn.ant-input {
|
|
|
4044
4056
|
transform: rotate(180deg);
|
|
4045
4057
|
}
|
|
4046
4058
|
|
|
4059
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4060
|
+
display: flex;
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4047
4063
|
.igz4le8 {
|
|
4048
4064
|
height: 24px;
|
|
4049
4065
|
width: 56px !important;
|
|
@@ -4054,10 +4070,6 @@ input.rrg1fkn.ant-input {
|
|
|
4054
4070
|
color: rgba(44, 56, 82, 0.6);
|
|
4055
4071
|
}
|
|
4056
4072
|
|
|
4057
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4058
|
-
display: flex;
|
|
4059
|
-
}
|
|
4060
|
-
|
|
4061
4073
|
.s1uupxds {
|
|
4062
4074
|
padding: 0 8px;
|
|
4063
4075
|
border-radius: 4px;
|
|
@@ -4078,6 +4090,7 @@ input.rrg1fkn.ant-input {
|
|
|
4078
4090
|
}
|
|
4079
4091
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
4080
4092
|
margin: 0;
|
|
4093
|
+
margin-right: 8px;
|
|
4081
4094
|
display: inline-flex;
|
|
4082
4095
|
align-items: center;
|
|
4083
4096
|
border: none;
|
|
@@ -4088,6 +4101,7 @@ input.rrg1fkn.ant-input {
|
|
|
4088
4101
|
color: inherit;
|
|
4089
4102
|
margin-left: 4px;
|
|
4090
4103
|
opacity: 0.6;
|
|
4104
|
+
display: inline-flex;
|
|
4091
4105
|
}
|
|
4092
4106
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
4093
4107
|
opacity: 1;
|
|
@@ -4101,11 +4115,11 @@ input.rrg1fkn.ant-input {
|
|
|
4101
4115
|
background-color: rgba(255, 74, 74, 0.1);
|
|
4102
4116
|
}
|
|
4103
4117
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
4104
|
-
color: #
|
|
4118
|
+
color: #e07f00;
|
|
4105
4119
|
background-color: rgba(255, 187, 0, 0.1);
|
|
4106
4120
|
}
|
|
4107
4121
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
4108
|
-
color: #
|
|
4122
|
+
color: #008f4c;
|
|
4109
4123
|
background-color: rgba(30, 201, 127, 0.1);
|
|
4110
4124
|
}
|
|
4111
4125
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
@@ -4296,36 +4310,6 @@ input.rrg1fkn.ant-input {
|
|
|
4296
4310
|
padding: 0 16px 14px 16px;
|
|
4297
4311
|
}
|
|
4298
4312
|
|
|
4299
|
-
.t1gz6wqf {
|
|
4300
|
-
height: 100%;
|
|
4301
|
-
}
|
|
4302
|
-
.t1gz6wqf .table-loading-item {
|
|
4303
|
-
padding: 12px 4px;
|
|
4304
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4305
|
-
display: flex;
|
|
4306
|
-
}
|
|
4307
|
-
.t1gz6wqf .table-loading-item > * {
|
|
4308
|
-
height: 16px;
|
|
4309
|
-
margin: 4px;
|
|
4310
|
-
background: rgba(204, 212, 227, 0.18);
|
|
4311
|
-
border-radius: 2px;
|
|
4312
|
-
}
|
|
4313
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
4314
|
-
width: 16px;
|
|
4315
|
-
}
|
|
4316
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
4317
|
-
flex: 1;
|
|
4318
|
-
}
|
|
4319
|
-
.t1gz6wqf :nth-child(1) {
|
|
4320
|
-
padding: 8px 4px;
|
|
4321
|
-
}
|
|
4322
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
4323
|
-
background: rgba(107, 125, 153, 0.18);
|
|
4324
|
-
}
|
|
4325
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
4326
|
-
background: rgba(163, 180, 204, 0.18);
|
|
4327
|
-
}
|
|
4328
|
-
|
|
4329
4313
|
.c1udgdh2 {
|
|
4330
4314
|
color: #2d3a56;
|
|
4331
4315
|
padding: 12px 16px 10px 16px;
|
|
@@ -4366,6 +4350,36 @@ input.rrg1fkn.ant-input {
|
|
|
4366
4350
|
margin-right: 2px;
|
|
4367
4351
|
}
|
|
4368
4352
|
|
|
4353
|
+
.t1gz6wqf {
|
|
4354
|
+
height: 100%;
|
|
4355
|
+
}
|
|
4356
|
+
.t1gz6wqf .table-loading-item {
|
|
4357
|
+
padding: 12px 4px;
|
|
4358
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4359
|
+
display: flex;
|
|
4360
|
+
}
|
|
4361
|
+
.t1gz6wqf .table-loading-item > * {
|
|
4362
|
+
height: 16px;
|
|
4363
|
+
margin: 4px;
|
|
4364
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4365
|
+
border-radius: 2px;
|
|
4366
|
+
}
|
|
4367
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
4368
|
+
width: 16px;
|
|
4369
|
+
}
|
|
4370
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
4371
|
+
flex: 1;
|
|
4372
|
+
}
|
|
4373
|
+
.t1gz6wqf :nth-child(1) {
|
|
4374
|
+
padding: 8px 4px;
|
|
4375
|
+
}
|
|
4376
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4377
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4378
|
+
}
|
|
4379
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4380
|
+
background: rgba(163, 180, 204, 0.18);
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4369
4383
|
.bab9xum {
|
|
4370
4384
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4371
4385
|
}
|
|
@@ -4568,6 +4582,34 @@ input.rrg1fkn.ant-input {
|
|
|
4568
4582
|
margin-right: 8px;
|
|
4569
4583
|
}
|
|
4570
4584
|
|
|
4585
|
+
.sut42l0 {
|
|
4586
|
+
padding: 0 8px;
|
|
4587
|
+
height: 18px;
|
|
4588
|
+
}
|
|
4589
|
+
|
|
4590
|
+
.mfsz1jz {
|
|
4591
|
+
padding: 2px 8px;
|
|
4592
|
+
height: 24px;
|
|
4593
|
+
}
|
|
4594
|
+
|
|
4595
|
+
.tnd6h4m {
|
|
4596
|
+
margin: 0;
|
|
4597
|
+
}
|
|
4598
|
+
|
|
4599
|
+
.i1qw4clm {
|
|
4600
|
+
margin-right: 4px;
|
|
4601
|
+
height: 16px;
|
|
4602
|
+
}
|
|
4603
|
+
|
|
4604
|
+
.w1xcixj5.outside-tag {
|
|
4605
|
+
padding-left: 0;
|
|
4606
|
+
}
|
|
4607
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
4608
|
+
border-radius: 4px 0 0 4px;
|
|
4609
|
+
padding-right: 4px;
|
|
4610
|
+
margin-right: 4px;
|
|
4611
|
+
}
|
|
4612
|
+
|
|
4571
4613
|
.f1p9ti6d {
|
|
4572
4614
|
width: 100%;
|
|
4573
4615
|
margin-bottom: 0 !important;
|
|
@@ -4599,30 +4641,7 @@ input.rrg1fkn.ant-input {
|
|
|
4599
4641
|
min-height: 0px;
|
|
4600
4642
|
}
|
|
4601
4643
|
|
|
4602
|
-
.
|
|
4603
|
-
padding-left: 0;
|
|
4604
|
-
}
|
|
4605
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
4606
|
-
border-radius: 4px 0 0 4px;
|
|
4607
|
-
padding-right: 4px;
|
|
4608
|
-
margin-right: 4px;
|
|
4609
|
-
}
|
|
4610
|
-
|
|
4611
|
-
.sut42l0 {
|
|
4612
|
-
padding: 0 8px;
|
|
4613
|
-
height: 18px;
|
|
4614
|
-
}
|
|
4615
|
-
|
|
4616
|
-
.mfsz1jz {
|
|
4617
|
-
padding: 2px 8px;
|
|
4618
|
-
height: 24px;
|
|
4619
|
-
}
|
|
4620
|
-
|
|
4621
|
-
.tnd6h4m {
|
|
4622
|
-
margin: 0;
|
|
4623
|
-
}
|
|
4624
|
-
|
|
4625
|
-
.i1qw4clm {
|
|
4644
|
+
.iwsze0q {
|
|
4626
4645
|
margin-right: 4px;
|
|
4627
4646
|
height: 16px;
|
|
4628
4647
|
}
|
|
@@ -4673,6 +4692,25 @@ input.rrg1fkn.ant-input {
|
|
|
4673
4692
|
font-size: inherit;
|
|
4674
4693
|
}
|
|
4675
4694
|
|
|
4695
|
+
.feau332.ant-form-item {
|
|
4696
|
+
margin-bottom: 0;
|
|
4697
|
+
}
|
|
4698
|
+
.feau332 .ant-form-item-explain {
|
|
4699
|
+
display: none;
|
|
4700
|
+
min-height: 18px;
|
|
4701
|
+
margin-top: 5px;
|
|
4702
|
+
font-family: "Inter";
|
|
4703
|
+
font-weight: 400;
|
|
4704
|
+
font-size: 12px;
|
|
4705
|
+
line-height: 18px;
|
|
4706
|
+
}
|
|
4707
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4708
|
+
white-space: pre-wrap;
|
|
4709
|
+
}
|
|
4710
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4711
|
+
display: block;
|
|
4712
|
+
}
|
|
4713
|
+
|
|
4676
4714
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4677
4715
|
display: var(--a6dbbkm-0);
|
|
4678
4716
|
}
|
|
@@ -4702,23 +4740,4 @@ input.rrg1fkn.ant-input {
|
|
|
4702
4740
|
margin: 0;
|
|
4703
4741
|
height: auto;
|
|
4704
4742
|
font-size: inherit;
|
|
4705
|
-
}
|
|
4706
|
-
|
|
4707
|
-
.feau332.ant-form-item {
|
|
4708
|
-
margin-bottom: 0;
|
|
4709
|
-
}
|
|
4710
|
-
.feau332 .ant-form-item-explain {
|
|
4711
|
-
display: none;
|
|
4712
|
-
min-height: 18px;
|
|
4713
|
-
margin-top: 5px;
|
|
4714
|
-
font-family: "Inter";
|
|
4715
|
-
font-weight: 400;
|
|
4716
|
-
font-size: 12px;
|
|
4717
|
-
line-height: 18px;
|
|
4718
|
-
}
|
|
4719
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4720
|
-
white-space: pre-wrap;
|
|
4721
|
-
}
|
|
4722
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4723
|
-
display: block;
|
|
4724
4743
|
}
|