@cloudtower/eagle 0.26.3 → 0.26.4
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.css +290 -290
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +179 -179
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,39 +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
|
-
.i1mrf09m {
|
|
1640
|
-
display: inline-flex;
|
|
1641
|
-
align-items: center;
|
|
1642
|
-
}
|
|
1643
|
-
.i1mrf09m .icon-inner {
|
|
1644
|
-
display: inline-flex;
|
|
1645
|
-
align-items: center;
|
|
1646
|
-
justify-content: center;
|
|
1647
|
-
}
|
|
1648
|
-
.i1mrf09m .icon-inner + span,
|
|
1649
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1650
|
-
margin-left: 4px;
|
|
1651
|
-
}
|
|
1652
|
-
.i1mrf09m.is-rotate img,
|
|
1653
|
-
.i1mrf09m.is-rotate svg {
|
|
1654
|
-
animation: rotate 680ms linear infinite;
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
.fde5mpd {
|
|
1658
|
-
width: 100%;
|
|
1659
|
-
height: 100%;
|
|
1660
|
-
min-height: 124px;
|
|
1661
|
-
display: flex;
|
|
1662
|
-
flex-direction: column;
|
|
1663
|
-
justify-content: center;
|
|
1664
|
-
align-items: center;
|
|
1665
|
-
}
|
|
1666
|
-
.fde5mpd .error-text {
|
|
1667
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1668
|
-
margin-bottom: 16px;
|
|
1669
|
-
font-size: 18px;
|
|
1670
|
-
}
|
|
1671
|
-
|
|
1672
1639
|
.buj61ew.ant-btn {
|
|
1673
1640
|
height: 32px;
|
|
1674
1641
|
border-radius: 6px;
|
|
@@ -1917,63 +1884,6 @@ html body {
|
|
|
1917
1884
|
padding: 0;
|
|
1918
1885
|
}
|
|
1919
1886
|
|
|
1920
|
-
.p12gwtiw {
|
|
1921
|
-
display: flex;
|
|
1922
|
-
justify-content: space-between;
|
|
1923
|
-
align-items: center;
|
|
1924
|
-
padding: 10px 0;
|
|
1925
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1926
|
-
font-size: 12px;
|
|
1927
|
-
line-height: 24px;
|
|
1928
|
-
}
|
|
1929
|
-
.p12gwtiw .pagination-left {
|
|
1930
|
-
padding: 2px 8px;
|
|
1931
|
-
}
|
|
1932
|
-
.p12gwtiw .dropdown-trigger {
|
|
1933
|
-
display: flex;
|
|
1934
|
-
align-items: center;
|
|
1935
|
-
border-radius: 6px;
|
|
1936
|
-
cursor: pointer;
|
|
1937
|
-
transition: all 0.3s ease;
|
|
1938
|
-
}
|
|
1939
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1940
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1941
|
-
color: #0080ff;
|
|
1942
|
-
}
|
|
1943
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1944
|
-
margin-left: 4px;
|
|
1945
|
-
}
|
|
1946
|
-
.p12gwtiw .pagination-right {
|
|
1947
|
-
display: flex;
|
|
1948
|
-
align-items: center;
|
|
1949
|
-
color: #0080ff;
|
|
1950
|
-
font-weight: bold;
|
|
1951
|
-
}
|
|
1952
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1953
|
-
margin-left: 4px;
|
|
1954
|
-
}
|
|
1955
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1956
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1957
|
-
padding: 0 8px;
|
|
1958
|
-
}
|
|
1959
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1960
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1961
|
-
color: #0080ff;
|
|
1962
|
-
}
|
|
1963
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1964
|
-
transform: rotate(180deg);
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1968
|
-
max-height: calc(100vh - 128px);
|
|
1969
|
-
overflow-y: auto;
|
|
1970
|
-
}
|
|
1971
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1972
|
-
padding: 4px 20px;
|
|
1973
|
-
font-size: 12px;
|
|
1974
|
-
line-height: 18px;
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
1887
|
.bpq0js6 {
|
|
1978
1888
|
padding: 4px 11px;
|
|
1979
1889
|
}
|
|
@@ -2003,6 +1913,39 @@ html body {
|
|
|
2003
1913
|
border-radius: unset;
|
|
2004
1914
|
}
|
|
2005
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
|
+
|
|
2006
1949
|
.iap75of {
|
|
2007
1950
|
height: 18px;
|
|
2008
1951
|
line-height: 18px;
|
|
@@ -2016,68 +1959,70 @@ html body {
|
|
|
2016
1959
|
margin-right: 4px;
|
|
2017
1960
|
}
|
|
2018
1961
|
|
|
2019
|
-
.
|
|
2020
|
-
|
|
2021
|
-
height: 24px;
|
|
2022
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2023
|
-
overflow: hidden;
|
|
2024
|
-
}
|
|
2025
|
-
.s34f1qb.ant-switch:focus {
|
|
2026
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2027
|
-
}
|
|
2028
|
-
.s34f1qb.ant-switch-small {
|
|
2029
|
-
min-width: 26px;
|
|
2030
|
-
height: 16px;
|
|
1962
|
+
.obf05yr {
|
|
1963
|
+
display: inline-block;
|
|
2031
1964
|
}
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
1965
|
+
|
|
1966
|
+
.hsms1n6 {
|
|
1967
|
+
visibility: hidden;
|
|
1968
|
+
position: absolute;
|
|
2035
1969
|
}
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
1970
|
+
|
|
1971
|
+
.p12gwtiw {
|
|
1972
|
+
display: flex;
|
|
1973
|
+
justify-content: space-between;
|
|
1974
|
+
align-items: center;
|
|
1975
|
+
padding: 10px 0;
|
|
1976
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1977
|
+
font-size: 12px;
|
|
1978
|
+
line-height: 24px;
|
|
2039
1979
|
}
|
|
2040
|
-
.
|
|
2041
|
-
|
|
2042
|
-
transition-delay: 120ms;
|
|
1980
|
+
.p12gwtiw .pagination-left {
|
|
1981
|
+
padding: 2px 8px;
|
|
2043
1982
|
}
|
|
2044
|
-
.
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
1983
|
+
.p12gwtiw .dropdown-trigger {
|
|
1984
|
+
display: flex;
|
|
1985
|
+
align-items: center;
|
|
1986
|
+
border-radius: 6px;
|
|
1987
|
+
cursor: pointer;
|
|
1988
|
+
transition: all 0.3s ease;
|
|
2049
1989
|
}
|
|
2050
|
-
.
|
|
2051
|
-
|
|
2052
|
-
|
|
1990
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1991
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1992
|
+
color: #0080ff;
|
|
2053
1993
|
}
|
|
2054
|
-
.
|
|
2055
|
-
|
|
1994
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1995
|
+
margin-left: 4px;
|
|
2056
1996
|
}
|
|
2057
|
-
.
|
|
2058
|
-
|
|
1997
|
+
.p12gwtiw .pagination-right {
|
|
1998
|
+
display: flex;
|
|
1999
|
+
align-items: center;
|
|
2000
|
+
color: #0080ff;
|
|
2001
|
+
font-weight: bold;
|
|
2059
2002
|
}
|
|
2060
|
-
.
|
|
2061
|
-
left:
|
|
2003
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2004
|
+
margin-left: 4px;
|
|
2062
2005
|
}
|
|
2063
|
-
.
|
|
2064
|
-
|
|
2006
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2007
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2008
|
+
padding: 0 8px;
|
|
2065
2009
|
}
|
|
2066
|
-
.
|
|
2067
|
-
|
|
2010
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2011
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2012
|
+
color: #0080ff;
|
|
2068
2013
|
}
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
margin-left: 5px;
|
|
2014
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2015
|
+
transform: rotate(180deg);
|
|
2072
2016
|
}
|
|
2073
2017
|
|
|
2074
|
-
.
|
|
2075
|
-
|
|
2018
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2019
|
+
max-height: calc(100vh - 128px);
|
|
2020
|
+
overflow-y: auto;
|
|
2076
2021
|
}
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2022
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2023
|
+
padding: 4px 20px;
|
|
2024
|
+
font-size: 12px;
|
|
2025
|
+
line-height: 18px;
|
|
2081
2026
|
}
|
|
2082
2027
|
|
|
2083
2028
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2969,6 +2914,61 @@ input.rrg1fkn.ant-input {
|
|
|
2969
2914
|
border-bottom-left-radius: 0;
|
|
2970
2915
|
}
|
|
2971
2916
|
|
|
2917
|
+
.s34f1qb.ant-switch {
|
|
2918
|
+
min-width: 40px;
|
|
2919
|
+
height: 24px;
|
|
2920
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2921
|
+
overflow: hidden;
|
|
2922
|
+
}
|
|
2923
|
+
.s34f1qb.ant-switch:focus {
|
|
2924
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2925
|
+
}
|
|
2926
|
+
.s34f1qb.ant-switch-small {
|
|
2927
|
+
min-width: 26px;
|
|
2928
|
+
height: 16px;
|
|
2929
|
+
}
|
|
2930
|
+
.s34f1qb.ant-switch-large {
|
|
2931
|
+
min-width: 52px;
|
|
2932
|
+
height: 32px;
|
|
2933
|
+
}
|
|
2934
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2935
|
+
height: 20px;
|
|
2936
|
+
width: 20px;
|
|
2937
|
+
}
|
|
2938
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2939
|
+
border-radius: 10px;
|
|
2940
|
+
transition-delay: 120ms;
|
|
2941
|
+
}
|
|
2942
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2943
|
+
height: 14px;
|
|
2944
|
+
width: 14px;
|
|
2945
|
+
top: 1px;
|
|
2946
|
+
left: 1px;
|
|
2947
|
+
}
|
|
2948
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2949
|
+
height: 28px;
|
|
2950
|
+
width: 28px;
|
|
2951
|
+
}
|
|
2952
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2953
|
+
border-radius: 14px;
|
|
2954
|
+
}
|
|
2955
|
+
.s34f1qb.ant-switch-checked {
|
|
2956
|
+
background-color: #00ba5d;
|
|
2957
|
+
}
|
|
2958
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2959
|
+
left: calc(100% - 20px - 2px);
|
|
2960
|
+
}
|
|
2961
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2962
|
+
left: calc(100% - 14px - 1px);
|
|
2963
|
+
}
|
|
2964
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2965
|
+
left: calc(100% - 28px - 2px);
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
.c1to9vb9 {
|
|
2969
|
+
margin-left: 5px;
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2972
2972
|
.t1upn1sz {
|
|
2973
2973
|
height: 100%;
|
|
2974
2974
|
}
|
|
@@ -3963,16 +3963,6 @@ input.rrg1fkn.ant-input {
|
|
|
3963
3963
|
margin-left: 24px;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
|
-
.igz4le8 {
|
|
3967
|
-
height: 24px;
|
|
3968
|
-
width: 56px !important;
|
|
3969
|
-
margin-right: 4px;
|
|
3970
|
-
}
|
|
3971
|
-
|
|
3972
|
-
.c1riexje {
|
|
3973
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3974
|
-
}
|
|
3975
|
-
|
|
3976
3966
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3977
3967
|
border-radius: 6px;
|
|
3978
3968
|
}
|
|
@@ -4028,6 +4018,16 @@ input.rrg1fkn.ant-input {
|
|
|
4028
4018
|
transform: rotate(180deg);
|
|
4029
4019
|
}
|
|
4030
4020
|
|
|
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
4031
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4032
4032
|
display: flex;
|
|
4033
4033
|
}
|
|
@@ -4223,37 +4223,6 @@ input.rrg1fkn.ant-input {
|
|
|
4223
4223
|
background: rgba(163, 180, 204, 0.18);
|
|
4224
4224
|
}
|
|
4225
4225
|
|
|
4226
|
-
.f1p9ti6d {
|
|
4227
|
-
width: 100%;
|
|
4228
|
-
margin-bottom: 0 !important;
|
|
4229
|
-
flex-flow: nowrap !important;
|
|
4230
|
-
line-break: auto;
|
|
4231
|
-
}
|
|
4232
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
4233
|
-
text-align: left !important;
|
|
4234
|
-
padding-bottom: 0 !important;
|
|
4235
|
-
}
|
|
4236
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
4237
|
-
min-height: 32px;
|
|
4238
|
-
height: auto;
|
|
4239
|
-
font-size: 13px;
|
|
4240
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4241
|
-
white-space: normal;
|
|
4242
|
-
}
|
|
4243
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4244
|
-
border-color: #ff4d4f !important;
|
|
4245
|
-
}
|
|
4246
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
4247
|
-
margin-top: 4px;
|
|
4248
|
-
font-size: 12px;
|
|
4249
|
-
min-height: 0px;
|
|
4250
|
-
}
|
|
4251
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
4252
|
-
font-size: 12px;
|
|
4253
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4254
|
-
min-height: 0px;
|
|
4255
|
-
}
|
|
4256
|
-
|
|
4257
4226
|
.tc40oxa {
|
|
4258
4227
|
margin-bottom: 4px;
|
|
4259
4228
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4450,6 +4419,37 @@ input.rrg1fkn.ant-input {
|
|
|
4450
4419
|
margin-right: 8px;
|
|
4451
4420
|
}
|
|
4452
4421
|
|
|
4422
|
+
.f1p9ti6d {
|
|
4423
|
+
width: 100%;
|
|
4424
|
+
margin-bottom: 0 !important;
|
|
4425
|
+
flex-flow: nowrap !important;
|
|
4426
|
+
line-break: auto;
|
|
4427
|
+
}
|
|
4428
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4429
|
+
text-align: left !important;
|
|
4430
|
+
padding-bottom: 0 !important;
|
|
4431
|
+
}
|
|
4432
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4433
|
+
min-height: 32px;
|
|
4434
|
+
height: auto;
|
|
4435
|
+
font-size: 13px;
|
|
4436
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4437
|
+
white-space: normal;
|
|
4438
|
+
}
|
|
4439
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4440
|
+
border-color: #ff4d4f !important;
|
|
4441
|
+
}
|
|
4442
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4443
|
+
margin-top: 4px;
|
|
4444
|
+
font-size: 12px;
|
|
4445
|
+
min-height: 0px;
|
|
4446
|
+
}
|
|
4447
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4448
|
+
font-size: 12px;
|
|
4449
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4450
|
+
min-height: 0px;
|
|
4451
|
+
}
|
|
4452
|
+
|
|
4453
4453
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4454
4454
|
display: var(--at4ovwe-0);
|
|
4455
4455
|
}
|