@cloudtower/eagle 0.22.8 → 0.22.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/Table/TableWidget.d.ts +0 -40
- package/dist/components/Table/index.d.ts +1 -3
- package/dist/components/index.d.ts +0 -2
- package/dist/esm/index.js +864 -1039
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/index.d.ts +0 -5
- package/dist/index.d.ts +4 -4
- package/dist/spec/base.d.ts +13 -0
- package/dist/store/index.d.ts +3 -8
- package/dist/style.css +168 -192
- package/dist/umd/index.js +869 -1040
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/index.d.ts +0 -2
- package/package.json +4 -6
- package/dist/components/Table/SidebarTable.d.ts +0 -7
- package/dist/components/Table/TableSelection.d.ts +0 -27
- package/dist/components/TowerTable/TableEmpty.d.ts +0 -7
- package/dist/components/TowerTable/TablePagination.d.ts +0 -9
- package/dist/components/TowerTable/WrapperComponent.d.ts +0 -7
- package/dist/components/TowerTable/index.d.ts +0 -42
- package/dist/hooks/useHistory.d.ts +0 -2
- package/dist/hooks/useMatchMediaQueries.d.ts +0 -10
- package/dist/hooks/useSearch.d.ts +0 -12
- package/dist/utils/history.d.ts +0 -1
- package/dist/utils/router.d.ts +0 -34
package/dist/style.css
CHANGED
|
@@ -1597,48 +1597,21 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
.b15sn34c {
|
|
1605
|
-
white-space: nowrap;
|
|
1606
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1607
|
-
}
|
|
1608
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1609
|
-
--color: #0080ff;
|
|
1610
|
-
}
|
|
1611
|
-
.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] {
|
|
1612
|
-
--color: #0080ff;
|
|
1613
|
-
}
|
|
1614
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1615
|
-
margin-left: 1px;
|
|
1616
|
-
}
|
|
1617
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1618
|
-
border-top-right-radius: 0;
|
|
1619
|
-
border-bottom-right-radius: 0;
|
|
1620
|
-
}
|
|
1621
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1622
|
-
border-top-left-radius: 0;
|
|
1623
|
-
border-bottom-left-radius: 0;
|
|
1624
|
-
}
|
|
1625
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1626
|
-
border-radius: unset;
|
|
1600
|
+
.i1mrf09m {
|
|
1601
|
+
display: inline-flex;
|
|
1602
|
+
align-items: center;
|
|
1627
1603
|
}
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
width: 100%;
|
|
1631
|
-
height: 100%;
|
|
1632
|
-
min-height: 124px;
|
|
1633
|
-
display: flex;
|
|
1634
|
-
flex-direction: column;
|
|
1635
|
-
justify-content: center;
|
|
1604
|
+
.i1mrf09m .icon-inner {
|
|
1605
|
+
display: inline-flex;
|
|
1636
1606
|
align-items: center;
|
|
1607
|
+
justify-content: center;
|
|
1637
1608
|
}
|
|
1638
|
-
.
|
|
1639
|
-
|
|
1640
|
-
margin-
|
|
1641
|
-
|
|
1609
|
+
.i1mrf09m .icon-inner + span,
|
|
1610
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1611
|
+
margin-left: 4px;
|
|
1612
|
+
}
|
|
1613
|
+
.i1mrf09m.is-rotate img {
|
|
1614
|
+
animation: rotate 680ms linear infinite;
|
|
1642
1615
|
}
|
|
1643
1616
|
|
|
1644
1617
|
.buj61ew.ant-btn {
|
|
@@ -1889,40 +1862,48 @@ input[type=submit] {
|
|
|
1889
1862
|
padding: 0;
|
|
1890
1863
|
}
|
|
1891
1864
|
|
|
1892
|
-
.
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
align-items: center;
|
|
1865
|
+
.fde5mpd {
|
|
1866
|
+
width: 100%;
|
|
1867
|
+
height: 100%;
|
|
1868
|
+
min-height: 124px;
|
|
1869
|
+
display: flex;
|
|
1870
|
+
flex-direction: column;
|
|
1899
1871
|
justify-content: center;
|
|
1872
|
+
align-items: center;
|
|
1900
1873
|
}
|
|
1901
|
-
.
|
|
1902
|
-
|
|
1903
|
-
margin-
|
|
1904
|
-
|
|
1905
|
-
.i1mrf09m.is-rotate img {
|
|
1906
|
-
animation: rotate 680ms linear infinite;
|
|
1874
|
+
.fde5mpd .error-text {
|
|
1875
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1876
|
+
margin-bottom: 16px;
|
|
1877
|
+
font-size: 18px;
|
|
1907
1878
|
}
|
|
1908
1879
|
|
|
1909
|
-
.
|
|
1910
|
-
|
|
1880
|
+
.bpq0js6 {
|
|
1881
|
+
padding: 4px 11px;
|
|
1911
1882
|
}
|
|
1912
1883
|
|
|
1913
|
-
.
|
|
1914
|
-
|
|
1915
|
-
|
|
1884
|
+
.b15sn34c {
|
|
1885
|
+
white-space: nowrap;
|
|
1886
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1916
1887
|
}
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
display: flex;
|
|
1920
|
-
justify-content: space-between;
|
|
1888
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1889
|
+
--color: #0080ff;
|
|
1921
1890
|
}
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1891
|
+
.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] {
|
|
1892
|
+
--color: #0080ff;
|
|
1893
|
+
}
|
|
1894
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1895
|
+
margin-left: 1px;
|
|
1896
|
+
}
|
|
1897
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1898
|
+
border-top-right-radius: 0;
|
|
1899
|
+
border-bottom-right-radius: 0;
|
|
1900
|
+
}
|
|
1901
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1902
|
+
border-top-left-radius: 0;
|
|
1903
|
+
border-bottom-left-radius: 0;
|
|
1904
|
+
}
|
|
1905
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1906
|
+
border-radius: unset;
|
|
1926
1907
|
}
|
|
1927
1908
|
|
|
1928
1909
|
.obf05yr {
|
|
@@ -1991,6 +1972,25 @@ input[type=submit] {
|
|
|
1991
1972
|
line-height: 18px;
|
|
1992
1973
|
}
|
|
1993
1974
|
|
|
1975
|
+
.s1fc623g {
|
|
1976
|
+
width: 430px !important;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
.oa3mx0o {
|
|
1980
|
+
display: flex;
|
|
1981
|
+
flex-direction: column;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
.onr9gzt {
|
|
1985
|
+
display: flex;
|
|
1986
|
+
justify-content: space-between;
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
.oiy0apc {
|
|
1990
|
+
display: flex;
|
|
1991
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
1994
|
.rxbeqvl.ant-radio-wrapper {
|
|
1995
1995
|
display: inline-flex;
|
|
1996
1996
|
align-items: baseline;
|
|
@@ -2133,89 +2133,6 @@ input[type=submit] {
|
|
|
2133
2133
|
width: 36px;
|
|
2134
2134
|
}
|
|
2135
2135
|
|
|
2136
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2137
|
-
flex-direction: row;
|
|
2138
|
-
justify-content: stretch;
|
|
2139
|
-
}
|
|
2140
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2141
|
-
padding: 0;
|
|
2142
|
-
margin-right: 4px;
|
|
2143
|
-
flex: 1;
|
|
2144
|
-
overflow: visible;
|
|
2145
|
-
}
|
|
2146
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2147
|
-
display: none;
|
|
2148
|
-
}
|
|
2149
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2150
|
-
width: 100%;
|
|
2151
|
-
min-height: unset;
|
|
2152
|
-
}
|
|
2153
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2154
|
-
height: 26px;
|
|
2155
|
-
line-height: 26px;
|
|
2156
|
-
width: 100%;
|
|
2157
|
-
text-align: center;
|
|
2158
|
-
padding: 0;
|
|
2159
|
-
font-size: 12px;
|
|
2160
|
-
font-weight: normal;
|
|
2161
|
-
}
|
|
2162
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2163
|
-
margin-right: 10px;
|
|
2164
|
-
}
|
|
2165
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2166
|
-
display: none;
|
|
2167
|
-
}
|
|
2168
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2169
|
-
border-radius: 4px 0 0 4px;
|
|
2170
|
-
}
|
|
2171
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2172
|
-
margin-right: 0;
|
|
2173
|
-
}
|
|
2174
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2175
|
-
border-radius: 0 4px 4px 0;
|
|
2176
|
-
}
|
|
2177
|
-
.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 {
|
|
2178
|
-
content: "";
|
|
2179
|
-
width: 0;
|
|
2180
|
-
height: 0;
|
|
2181
|
-
border: 13px solid transparent;
|
|
2182
|
-
position: absolute;
|
|
2183
|
-
top: 0;
|
|
2184
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2185
|
-
right: -21px;
|
|
2186
|
-
z-index: 2;
|
|
2187
|
-
}
|
|
2188
|
-
.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 {
|
|
2189
|
-
content: "";
|
|
2190
|
-
width: 0;
|
|
2191
|
-
height: 0;
|
|
2192
|
-
border: 13px solid transparent;
|
|
2193
|
-
position: absolute;
|
|
2194
|
-
top: 0;
|
|
2195
|
-
border-left: 8px solid #fff;
|
|
2196
|
-
left: 0;
|
|
2197
|
-
}
|
|
2198
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2199
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2200
|
-
}
|
|
2201
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2202
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2203
|
-
}
|
|
2204
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2205
|
-
color: #005ed1;
|
|
2206
|
-
}
|
|
2207
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2208
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2209
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2210
|
-
}
|
|
2211
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2212
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2213
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2214
|
-
}
|
|
2215
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2216
|
-
padding: 0;
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
2136
|
.cz04yix {
|
|
2220
2137
|
display: flex;
|
|
2221
2138
|
flex-direction: column;
|
|
@@ -2881,6 +2798,89 @@ input.rrg1fkn.ant-input {
|
|
|
2881
2798
|
border-bottom-left-radius: 0;
|
|
2882
2799
|
}
|
|
2883
2800
|
|
|
2801
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2802
|
+
flex-direction: row;
|
|
2803
|
+
justify-content: stretch;
|
|
2804
|
+
}
|
|
2805
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2806
|
+
padding: 0;
|
|
2807
|
+
margin-right: 4px;
|
|
2808
|
+
flex: 1;
|
|
2809
|
+
overflow: visible;
|
|
2810
|
+
}
|
|
2811
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2812
|
+
display: none;
|
|
2813
|
+
}
|
|
2814
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2815
|
+
width: 100%;
|
|
2816
|
+
min-height: unset;
|
|
2817
|
+
}
|
|
2818
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2819
|
+
height: 26px;
|
|
2820
|
+
line-height: 26px;
|
|
2821
|
+
width: 100%;
|
|
2822
|
+
text-align: center;
|
|
2823
|
+
padding: 0;
|
|
2824
|
+
font-size: 12px;
|
|
2825
|
+
font-weight: normal;
|
|
2826
|
+
}
|
|
2827
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2828
|
+
margin-right: 10px;
|
|
2829
|
+
}
|
|
2830
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2831
|
+
display: none;
|
|
2832
|
+
}
|
|
2833
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2834
|
+
border-radius: 4px 0 0 4px;
|
|
2835
|
+
}
|
|
2836
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2837
|
+
margin-right: 0;
|
|
2838
|
+
}
|
|
2839
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2840
|
+
border-radius: 0 4px 4px 0;
|
|
2841
|
+
}
|
|
2842
|
+
.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 {
|
|
2843
|
+
content: "";
|
|
2844
|
+
width: 0;
|
|
2845
|
+
height: 0;
|
|
2846
|
+
border: 13px solid transparent;
|
|
2847
|
+
position: absolute;
|
|
2848
|
+
top: 0;
|
|
2849
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2850
|
+
right: -21px;
|
|
2851
|
+
z-index: 2;
|
|
2852
|
+
}
|
|
2853
|
+
.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 {
|
|
2854
|
+
content: "";
|
|
2855
|
+
width: 0;
|
|
2856
|
+
height: 0;
|
|
2857
|
+
border: 13px solid transparent;
|
|
2858
|
+
position: absolute;
|
|
2859
|
+
top: 0;
|
|
2860
|
+
border-left: 8px solid #fff;
|
|
2861
|
+
left: 0;
|
|
2862
|
+
}
|
|
2863
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2864
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2865
|
+
}
|
|
2866
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2867
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2868
|
+
}
|
|
2869
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2870
|
+
color: #005ed1;
|
|
2871
|
+
}
|
|
2872
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2873
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2874
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2875
|
+
}
|
|
2876
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2877
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2878
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2879
|
+
}
|
|
2880
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2881
|
+
padding: 0;
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2884
2884
|
.s34f1qb.ant-switch {
|
|
2885
2885
|
min-width: 40px;
|
|
2886
2886
|
height: 24px;
|
|
@@ -3897,8 +3897,14 @@ input.rrg1fkn.ant-input {
|
|
|
3897
3897
|
transform: rotate(180deg);
|
|
3898
3898
|
}
|
|
3899
3899
|
|
|
3900
|
-
.
|
|
3901
|
-
|
|
3900
|
+
.igz4le8 {
|
|
3901
|
+
height: 24px;
|
|
3902
|
+
width: 56px !important;
|
|
3903
|
+
margin-right: 4px;
|
|
3904
|
+
}
|
|
3905
|
+
|
|
3906
|
+
.c1riexje {
|
|
3907
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3902
3908
|
}
|
|
3903
3909
|
|
|
3904
3910
|
.m1thnes4 {
|
|
@@ -4062,66 +4068,44 @@ input.rrg1fkn.ant-input {
|
|
|
4062
4068
|
margin-left: 8px;
|
|
4063
4069
|
}
|
|
4064
4070
|
|
|
4065
|
-
.
|
|
4066
|
-
|
|
4067
|
-
width: 56px !important;
|
|
4068
|
-
margin-right: 4px;
|
|
4071
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4072
|
+
display: flex;
|
|
4069
4073
|
}
|
|
4070
4074
|
|
|
4071
|
-
.
|
|
4072
|
-
|
|
4075
|
+
.asgcu6r {
|
|
4076
|
+
height: 32px;
|
|
4073
4077
|
}
|
|
4074
4078
|
|
|
4075
|
-
.
|
|
4079
|
+
.t1gz6wqf {
|
|
4076
4080
|
height: 100%;
|
|
4077
4081
|
}
|
|
4078
|
-
.
|
|
4082
|
+
.t1gz6wqf .table-loading-item {
|
|
4079
4083
|
padding: 12px 4px;
|
|
4080
4084
|
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4081
4085
|
display: flex;
|
|
4082
4086
|
}
|
|
4083
|
-
.
|
|
4087
|
+
.t1gz6wqf .table-loading-item > * {
|
|
4084
4088
|
height: 16px;
|
|
4085
4089
|
margin: 4px;
|
|
4086
4090
|
background: rgba(204, 212, 227, 0.18);
|
|
4087
4091
|
border-radius: 2px;
|
|
4088
4092
|
}
|
|
4089
|
-
.
|
|
4093
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
4090
4094
|
width: 16px;
|
|
4091
4095
|
}
|
|
4092
|
-
.
|
|
4096
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
4093
4097
|
flex: 1;
|
|
4094
4098
|
}
|
|
4095
|
-
.
|
|
4099
|
+
.t1gz6wqf :nth-child(1) {
|
|
4096
4100
|
padding: 8px 4px;
|
|
4097
4101
|
}
|
|
4098
|
-
.
|
|
4102
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4099
4103
|
background: rgba(107, 125, 153, 0.18);
|
|
4100
4104
|
}
|
|
4101
|
-
.
|
|
4105
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4102
4106
|
background: rgba(163, 180, 204, 0.18);
|
|
4103
4107
|
}
|
|
4104
4108
|
|
|
4105
|
-
.ams5nbq {
|
|
4106
|
-
position: absolute;
|
|
4107
|
-
top: 0;
|
|
4108
|
-
left: 0;
|
|
4109
|
-
bottom: 0;
|
|
4110
|
-
width: 1px;
|
|
4111
|
-
background: #0080ff;
|
|
4112
|
-
transform: translateX(-9999px);
|
|
4113
|
-
z-index: 999;
|
|
4114
|
-
}
|
|
4115
|
-
.ams5nbq::before {
|
|
4116
|
-
content: "";
|
|
4117
|
-
position: absolute;
|
|
4118
|
-
height: 34px;
|
|
4119
|
-
width: 3px;
|
|
4120
|
-
top: 0;
|
|
4121
|
-
left: -1px;
|
|
4122
|
-
background: #0080ff;
|
|
4123
|
-
}
|
|
4124
|
-
|
|
4125
4109
|
.d1h5z4k4.ant-dropdown {
|
|
4126
4110
|
background: #fff;
|
|
4127
4111
|
border: 1px solid #dfe4eb;
|
|
@@ -4256,14 +4240,6 @@ input.rrg1fkn.ant-input {
|
|
|
4256
4240
|
display: block;
|
|
4257
4241
|
}
|
|
4258
4242
|
|
|
4259
|
-
.asgcu6r {
|
|
4260
|
-
height: 32px;
|
|
4261
|
-
}
|
|
4262
|
-
|
|
4263
|
-
.c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
|
|
4264
|
-
display: none;
|
|
4265
|
-
}
|
|
4266
|
-
|
|
4267
4243
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4268
4244
|
display: var(--at4ovwe-0);
|
|
4269
4245
|
}
|