@cloudtower/eagle 0.22.20 → 0.22.23
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/Styled/index.d.ts +0 -5
- package/dist/components/Table/common.d.ts +1 -32
- package/dist/components/Table/index.d.ts +0 -9
- package/dist/esm/index.js +837 -661
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/index.d.ts +0 -2
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +13 -5
- package/dist/store/index.d.ts +0 -1
- package/dist/style.css +337 -474
- package/dist/umd/index.js +838 -665
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/components/Table/CustomizeColumn.d.ts +0 -13
- package/dist/components/Table/HeaderCell.d.ts +0 -25
- package/dist/components/Table/PendingTable.d.ts +0 -3
- package/dist/components/Table/SearchWidget.d.ts +0 -20
- package/dist/components/Table/customize-column.d.ts +0 -3
- package/dist/hooks/useLocalStorage.d.ts +0 -61
- package/dist/store/table.d.ts +0 -54
package/dist/style.css
CHANGED
|
@@ -1597,13 +1597,19 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.
|
|
1601
|
-
|
|
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;
|
|
1602
1608
|
}
|
|
1603
|
-
|
|
1604
|
-
.
|
|
1605
|
-
|
|
1606
|
-
|
|
1609
|
+
.fde5mpd .error-text {
|
|
1610
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
+
margin-bottom: 16px;
|
|
1612
|
+
font-size: 18px;
|
|
1607
1613
|
}
|
|
1608
1614
|
|
|
1609
1615
|
.bpq0js6 {
|
|
@@ -1635,6 +1641,72 @@ input[type=submit] {
|
|
|
1635
1641
|
border-radius: unset;
|
|
1636
1642
|
}
|
|
1637
1643
|
|
|
1644
|
+
.obf05yr {
|
|
1645
|
+
display: inline-block;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.hsms1n6 {
|
|
1649
|
+
visibility: hidden;
|
|
1650
|
+
position: absolute;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
.p12gwtiw {
|
|
1654
|
+
display: flex;
|
|
1655
|
+
justify-content: space-between;
|
|
1656
|
+
align-items: center;
|
|
1657
|
+
padding: 10px 0;
|
|
1658
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1659
|
+
font-size: 12px;
|
|
1660
|
+
line-height: 24px;
|
|
1661
|
+
}
|
|
1662
|
+
.p12gwtiw .pagination-left {
|
|
1663
|
+
padding: 2px 8px;
|
|
1664
|
+
}
|
|
1665
|
+
.p12gwtiw .dropdown-trigger {
|
|
1666
|
+
display: flex;
|
|
1667
|
+
align-items: center;
|
|
1668
|
+
border-radius: 6px;
|
|
1669
|
+
cursor: pointer;
|
|
1670
|
+
transition: all 0.3s ease;
|
|
1671
|
+
}
|
|
1672
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1673
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1674
|
+
color: #0080ff;
|
|
1675
|
+
}
|
|
1676
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1677
|
+
margin-left: 4px;
|
|
1678
|
+
}
|
|
1679
|
+
.p12gwtiw .pagination-right {
|
|
1680
|
+
display: flex;
|
|
1681
|
+
align-items: center;
|
|
1682
|
+
color: #0080ff;
|
|
1683
|
+
font-weight: bold;
|
|
1684
|
+
}
|
|
1685
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1686
|
+
margin-left: 4px;
|
|
1687
|
+
}
|
|
1688
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1689
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1690
|
+
padding: 0 8px;
|
|
1691
|
+
}
|
|
1692
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1693
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1694
|
+
color: #0080ff;
|
|
1695
|
+
}
|
|
1696
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1697
|
+
transform: rotate(180deg);
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1701
|
+
max-height: calc(100vh - 128px);
|
|
1702
|
+
overflow-y: auto;
|
|
1703
|
+
}
|
|
1704
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1705
|
+
padding: 4px 20px;
|
|
1706
|
+
font-size: 12px;
|
|
1707
|
+
line-height: 18px;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1638
1710
|
.buj61ew.ant-btn {
|
|
1639
1711
|
height: 32px;
|
|
1640
1712
|
border-radius: 6px;
|
|
@@ -1883,21 +1955,6 @@ input[type=submit] {
|
|
|
1883
1955
|
padding: 0;
|
|
1884
1956
|
}
|
|
1885
1957
|
|
|
1886
|
-
.fde5mpd {
|
|
1887
|
-
width: 100%;
|
|
1888
|
-
height: 100%;
|
|
1889
|
-
min-height: 124px;
|
|
1890
|
-
display: flex;
|
|
1891
|
-
flex-direction: column;
|
|
1892
|
-
justify-content: center;
|
|
1893
|
-
align-items: center;
|
|
1894
|
-
}
|
|
1895
|
-
.fde5mpd .error-text {
|
|
1896
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1897
|
-
margin-bottom: 16px;
|
|
1898
|
-
font-size: 18px;
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
1958
|
.i1mrf09m {
|
|
1902
1959
|
display: inline-flex;
|
|
1903
1960
|
align-items: center;
|
|
@@ -1916,59 +1973,229 @@ input[type=submit] {
|
|
|
1916
1973
|
animation: rotate 680ms linear infinite;
|
|
1917
1974
|
}
|
|
1918
1975
|
|
|
1919
|
-
.
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
overflow: hidden;
|
|
1976
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1977
|
+
display: inline-flex;
|
|
1978
|
+
align-items: baseline;
|
|
1979
|
+
white-space: pre-wrap;
|
|
1924
1980
|
}
|
|
1925
|
-
.
|
|
1926
|
-
|
|
1981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1982
|
+
position: relative;
|
|
1983
|
+
top: 3px;
|
|
1927
1984
|
}
|
|
1928
|
-
.
|
|
1929
|
-
|
|
1930
|
-
height: 16px;
|
|
1985
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1986
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1931
1987
|
}
|
|
1932
|
-
.
|
|
1933
|
-
|
|
1988
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1989
|
+
border-color: #0080ff;
|
|
1990
|
+
}
|
|
1991
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1992
|
+
border-color: #0080ff;
|
|
1993
|
+
background: #0080ff;
|
|
1994
|
+
}
|
|
1995
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1996
|
+
top: 4px;
|
|
1997
|
+
left: 4px;
|
|
1998
|
+
width: 6px;
|
|
1999
|
+
height: 6px;
|
|
2000
|
+
background: #fff;
|
|
2001
|
+
}
|
|
2002
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2003
|
+
opacity: 0.5;
|
|
2004
|
+
}
|
|
2005
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2006
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2007
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2008
|
+
}
|
|
2009
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2010
|
+
background: #00122e;
|
|
2011
|
+
}
|
|
2012
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2013
|
+
color: #00122e;
|
|
2014
|
+
opacity: 0.5;
|
|
2015
|
+
}
|
|
2016
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2017
|
+
color: #00122e;
|
|
2018
|
+
}
|
|
2019
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2020
|
+
display: inline-block;
|
|
2021
|
+
padding: 0;
|
|
2022
|
+
padding-left: 12px;
|
|
2023
|
+
}
|
|
2024
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2025
|
+
margin-bottom: 0;
|
|
2026
|
+
white-space: pre-wrap;
|
|
2027
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2028
|
+
}
|
|
2029
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2030
|
+
padding-left: 8px;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2034
|
+
border-radius: 5px 0 0 5px;
|
|
2035
|
+
}
|
|
2036
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2037
|
+
border-radius: 0 5px 5px 0;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
.r1f0aqcc {
|
|
2041
|
+
color: #00122e;
|
|
2042
|
+
border-color: #ccd4e3;
|
|
2043
|
+
}
|
|
2044
|
+
.r1f0aqcc:first-child {
|
|
2045
|
+
color: #00122e;
|
|
2046
|
+
border-color: #a3b4cc;
|
|
2047
|
+
}
|
|
2048
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2049
|
+
padding: 0 12px;
|
|
2050
|
+
line-height: 32px;
|
|
1934
2051
|
height: 32px;
|
|
1935
2052
|
}
|
|
1936
|
-
.
|
|
1937
|
-
|
|
1938
|
-
width: 20px;
|
|
2053
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2054
|
+
white-space: nowrap;
|
|
1939
2055
|
}
|
|
1940
|
-
.
|
|
1941
|
-
|
|
1942
|
-
transition-delay: 120ms;
|
|
2056
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2057
|
+
background: #ccd4e3;
|
|
1943
2058
|
}
|
|
1944
|
-
.
|
|
1945
|
-
|
|
1946
|
-
width: 14px;
|
|
1947
|
-
top: 1px;
|
|
1948
|
-
left: 1px;
|
|
2059
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2060
|
+
background: #0080ff;
|
|
1949
2061
|
}
|
|
1950
|
-
.
|
|
1951
|
-
|
|
1952
|
-
|
|
2062
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2063
|
+
background: #ccd4e3;
|
|
2064
|
+
opacity: 0.5;
|
|
1953
2065
|
}
|
|
1954
|
-
.
|
|
1955
|
-
border-
|
|
2066
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2067
|
+
border-right-color: #0080ff;
|
|
1956
2068
|
}
|
|
1957
|
-
.
|
|
1958
|
-
|
|
2069
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2070
|
+
border-color: #0080ff;
|
|
1959
2071
|
}
|
|
1960
|
-
.
|
|
1961
|
-
|
|
2072
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2073
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1962
2074
|
}
|
|
1963
|
-
.
|
|
1964
|
-
|
|
2075
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2076
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2077
|
+
border-color: #ccd4e3;
|
|
2078
|
+
opacity: 0.5;
|
|
1965
2079
|
}
|
|
1966
|
-
.
|
|
1967
|
-
|
|
2080
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2081
|
+
color: #00122e;
|
|
2082
|
+
border-color: #ccd4e3;
|
|
2083
|
+
}
|
|
2084
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2085
|
+
color: #00122e;
|
|
2086
|
+
border-color: #ccd4e3;
|
|
2087
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2088
|
+
}
|
|
2089
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2090
|
+
margin-right: 8px;
|
|
2091
|
+
display: inline;
|
|
2092
|
+
border: none;
|
|
2093
|
+
padding: 0;
|
|
2094
|
+
width: 36px;
|
|
2095
|
+
background: transparent;
|
|
2096
|
+
}
|
|
2097
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2098
|
+
box-shadow: none;
|
|
2099
|
+
}
|
|
2100
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2101
|
+
margin-right: 0;
|
|
2102
|
+
width: initial;
|
|
2103
|
+
box-shadow: none;
|
|
2104
|
+
}
|
|
2105
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2106
|
+
display: none;
|
|
2107
|
+
}
|
|
2108
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2109
|
+
display: inline;
|
|
2110
|
+
}
|
|
2111
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2112
|
+
display: inline;
|
|
2113
|
+
margin-right: 8px;
|
|
2114
|
+
padding: 0;
|
|
2115
|
+
width: 36px;
|
|
1968
2116
|
}
|
|
1969
2117
|
|
|
1970
|
-
.
|
|
1971
|
-
|
|
2118
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2119
|
+
flex-direction: row;
|
|
2120
|
+
justify-content: stretch;
|
|
2121
|
+
}
|
|
2122
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2123
|
+
padding: 0;
|
|
2124
|
+
margin-right: 4px;
|
|
2125
|
+
flex: 1;
|
|
2126
|
+
overflow: visible;
|
|
2127
|
+
}
|
|
2128
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2129
|
+
display: none;
|
|
2130
|
+
}
|
|
2131
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2132
|
+
width: 100%;
|
|
2133
|
+
min-height: unset;
|
|
2134
|
+
}
|
|
2135
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2136
|
+
height: 26px;
|
|
2137
|
+
line-height: 26px;
|
|
2138
|
+
width: 100%;
|
|
2139
|
+
text-align: center;
|
|
2140
|
+
padding: 0;
|
|
2141
|
+
font-size: 12px;
|
|
2142
|
+
font-weight: normal;
|
|
2143
|
+
}
|
|
2144
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2145
|
+
margin-right: 10px;
|
|
2146
|
+
}
|
|
2147
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2148
|
+
display: none;
|
|
2149
|
+
}
|
|
2150
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2151
|
+
border-radius: 4px 0 0 4px;
|
|
2152
|
+
}
|
|
2153
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2154
|
+
margin-right: 0;
|
|
2155
|
+
}
|
|
2156
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2157
|
+
border-radius: 0 4px 4px 0;
|
|
2158
|
+
}
|
|
2159
|
+
.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 {
|
|
2160
|
+
content: "";
|
|
2161
|
+
width: 0;
|
|
2162
|
+
height: 0;
|
|
2163
|
+
border: 13px solid transparent;
|
|
2164
|
+
position: absolute;
|
|
2165
|
+
top: 0;
|
|
2166
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2167
|
+
right: -21px;
|
|
2168
|
+
z-index: 2;
|
|
2169
|
+
}
|
|
2170
|
+
.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 {
|
|
2171
|
+
content: "";
|
|
2172
|
+
width: 0;
|
|
2173
|
+
height: 0;
|
|
2174
|
+
border: 13px solid transparent;
|
|
2175
|
+
position: absolute;
|
|
2176
|
+
top: 0;
|
|
2177
|
+
border-left: 8px solid #fff;
|
|
2178
|
+
left: 0;
|
|
2179
|
+
}
|
|
2180
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2181
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2182
|
+
}
|
|
2183
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2184
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2185
|
+
}
|
|
2186
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2187
|
+
color: #005ed1;
|
|
2188
|
+
}
|
|
2189
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2190
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2191
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2192
|
+
}
|
|
2193
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2194
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2195
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2196
|
+
}
|
|
2197
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2198
|
+
padding: 0;
|
|
1972
2199
|
}
|
|
1973
2200
|
|
|
1974
2201
|
.cz04yix {
|
|
@@ -2636,146 +2863,59 @@ input.rrg1fkn.ant-input {
|
|
|
2636
2863
|
border-bottom-left-radius: 0;
|
|
2637
2864
|
}
|
|
2638
2865
|
|
|
2639
|
-
.
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2645
|
-
position: relative;
|
|
2646
|
-
top: 3px;
|
|
2647
|
-
}
|
|
2648
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2649
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2650
|
-
}
|
|
2651
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2652
|
-
border-color: #0080ff;
|
|
2653
|
-
}
|
|
2654
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2655
|
-
border-color: #0080ff;
|
|
2656
|
-
background: #0080ff;
|
|
2657
|
-
}
|
|
2658
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2659
|
-
top: 4px;
|
|
2660
|
-
left: 4px;
|
|
2661
|
-
width: 6px;
|
|
2662
|
-
height: 6px;
|
|
2663
|
-
background: #fff;
|
|
2664
|
-
}
|
|
2665
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2666
|
-
opacity: 0.5;
|
|
2667
|
-
}
|
|
2668
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2669
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2670
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2671
|
-
}
|
|
2672
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2673
|
-
background: #00122e;
|
|
2674
|
-
}
|
|
2675
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2676
|
-
color: #00122e;
|
|
2677
|
-
opacity: 0.5;
|
|
2678
|
-
}
|
|
2679
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2680
|
-
color: #00122e;
|
|
2681
|
-
}
|
|
2682
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2683
|
-
display: inline-block;
|
|
2684
|
-
padding: 0;
|
|
2685
|
-
padding-left: 12px;
|
|
2686
|
-
}
|
|
2687
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2688
|
-
margin-bottom: 0;
|
|
2689
|
-
white-space: pre-wrap;
|
|
2690
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2691
|
-
}
|
|
2692
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2693
|
-
padding-left: 8px;
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2697
|
-
border-radius: 5px 0 0 5px;
|
|
2698
|
-
}
|
|
2699
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2700
|
-
border-radius: 0 5px 5px 0;
|
|
2866
|
+
.s34f1qb.ant-switch {
|
|
2867
|
+
min-width: 40px;
|
|
2868
|
+
height: 24px;
|
|
2869
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2870
|
+
overflow: hidden;
|
|
2701
2871
|
}
|
|
2702
|
-
|
|
2703
|
-
.
|
|
2704
|
-
color: #00122e;
|
|
2705
|
-
border-color: #ccd4e3;
|
|
2872
|
+
.s34f1qb.ant-switch:focus {
|
|
2873
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2706
2874
|
}
|
|
2707
|
-
.
|
|
2708
|
-
|
|
2709
|
-
|
|
2875
|
+
.s34f1qb.ant-switch-small {
|
|
2876
|
+
min-width: 26px;
|
|
2877
|
+
height: 16px;
|
|
2710
2878
|
}
|
|
2711
|
-
.
|
|
2712
|
-
|
|
2713
|
-
line-height: 32px;
|
|
2879
|
+
.s34f1qb.ant-switch-large {
|
|
2880
|
+
min-width: 52px;
|
|
2714
2881
|
height: 32px;
|
|
2715
2882
|
}
|
|
2716
|
-
.
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2720
|
-
background: #ccd4e3;
|
|
2721
|
-
}
|
|
2722
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2723
|
-
background: #0080ff;
|
|
2724
|
-
}
|
|
2725
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2726
|
-
background: #ccd4e3;
|
|
2727
|
-
opacity: 0.5;
|
|
2728
|
-
}
|
|
2729
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2730
|
-
border-right-color: #0080ff;
|
|
2731
|
-
}
|
|
2732
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2733
|
-
border-color: #0080ff;
|
|
2734
|
-
}
|
|
2735
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2736
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2737
|
-
}
|
|
2738
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2739
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2740
|
-
border-color: #ccd4e3;
|
|
2741
|
-
opacity: 0.5;
|
|
2883
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2884
|
+
height: 20px;
|
|
2885
|
+
width: 20px;
|
|
2742
2886
|
}
|
|
2743
|
-
.
|
|
2744
|
-
|
|
2745
|
-
|
|
2887
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2888
|
+
border-radius: 10px;
|
|
2889
|
+
transition-delay: 120ms;
|
|
2746
2890
|
}
|
|
2747
|
-
.
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2891
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2892
|
+
height: 14px;
|
|
2893
|
+
width: 14px;
|
|
2894
|
+
top: 1px;
|
|
2895
|
+
left: 1px;
|
|
2751
2896
|
}
|
|
2752
|
-
.
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
border: none;
|
|
2756
|
-
padding: 0;
|
|
2757
|
-
width: 36px;
|
|
2758
|
-
background: transparent;
|
|
2897
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2898
|
+
height: 28px;
|
|
2899
|
+
width: 28px;
|
|
2759
2900
|
}
|
|
2760
|
-
.
|
|
2761
|
-
|
|
2901
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2902
|
+
border-radius: 14px;
|
|
2762
2903
|
}
|
|
2763
|
-
.
|
|
2764
|
-
|
|
2765
|
-
width: initial;
|
|
2766
|
-
box-shadow: none;
|
|
2904
|
+
.s34f1qb.ant-switch-checked {
|
|
2905
|
+
background-color: #00ba5d;
|
|
2767
2906
|
}
|
|
2768
|
-
.
|
|
2769
|
-
|
|
2907
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2908
|
+
left: calc(100% - 20px - 2px);
|
|
2770
2909
|
}
|
|
2771
|
-
.
|
|
2772
|
-
|
|
2910
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2911
|
+
left: calc(100% - 14px - 1px);
|
|
2773
2912
|
}
|
|
2774
|
-
.
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2913
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2914
|
+
left: calc(100% - 28px - 2px);
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
.c1to9vb9 {
|
|
2918
|
+
margin-left: 5px;
|
|
2779
2919
|
}
|
|
2780
2920
|
|
|
2781
2921
|
.t1upn1sz {
|
|
@@ -3042,6 +3182,7 @@ input.rrg1fkn.ant-input {
|
|
|
3042
3182
|
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3043
3183
|
overflow: hidden;
|
|
3044
3184
|
text-overflow: ellipsis;
|
|
3185
|
+
flex: 1;
|
|
3045
3186
|
}
|
|
3046
3187
|
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3047
3188
|
padding: 15px 28px 15px 8px;
|
|
@@ -3134,146 +3275,6 @@ input.rrg1fkn.ant-input {
|
|
|
3134
3275
|
background: #fff;
|
|
3135
3276
|
}
|
|
3136
3277
|
|
|
3137
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3138
|
-
flex-direction: row;
|
|
3139
|
-
justify-content: stretch;
|
|
3140
|
-
}
|
|
3141
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3142
|
-
padding: 0;
|
|
3143
|
-
margin-right: 4px;
|
|
3144
|
-
flex: 1;
|
|
3145
|
-
overflow: visible;
|
|
3146
|
-
}
|
|
3147
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3148
|
-
display: none;
|
|
3149
|
-
}
|
|
3150
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3151
|
-
width: 100%;
|
|
3152
|
-
min-height: unset;
|
|
3153
|
-
}
|
|
3154
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3155
|
-
height: 26px;
|
|
3156
|
-
line-height: 26px;
|
|
3157
|
-
width: 100%;
|
|
3158
|
-
text-align: center;
|
|
3159
|
-
padding: 0;
|
|
3160
|
-
font-size: 12px;
|
|
3161
|
-
font-weight: normal;
|
|
3162
|
-
}
|
|
3163
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3164
|
-
margin-right: 10px;
|
|
3165
|
-
}
|
|
3166
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3167
|
-
display: none;
|
|
3168
|
-
}
|
|
3169
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3170
|
-
border-radius: 4px 0 0 4px;
|
|
3171
|
-
}
|
|
3172
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3173
|
-
margin-right: 0;
|
|
3174
|
-
}
|
|
3175
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3176
|
-
border-radius: 0 4px 4px 0;
|
|
3177
|
-
}
|
|
3178
|
-
.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 {
|
|
3179
|
-
content: "";
|
|
3180
|
-
width: 0;
|
|
3181
|
-
height: 0;
|
|
3182
|
-
border: 13px solid transparent;
|
|
3183
|
-
position: absolute;
|
|
3184
|
-
top: 0;
|
|
3185
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3186
|
-
right: -21px;
|
|
3187
|
-
z-index: 2;
|
|
3188
|
-
}
|
|
3189
|
-
.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 {
|
|
3190
|
-
content: "";
|
|
3191
|
-
width: 0;
|
|
3192
|
-
height: 0;
|
|
3193
|
-
border: 13px solid transparent;
|
|
3194
|
-
position: absolute;
|
|
3195
|
-
top: 0;
|
|
3196
|
-
border-left: 8px solid #fff;
|
|
3197
|
-
left: 0;
|
|
3198
|
-
}
|
|
3199
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3200
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
3201
|
-
}
|
|
3202
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3203
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3204
|
-
}
|
|
3205
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3206
|
-
color: #005ed1;
|
|
3207
|
-
}
|
|
3208
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3209
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3210
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3211
|
-
}
|
|
3212
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3213
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3214
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3215
|
-
}
|
|
3216
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3217
|
-
padding: 0;
|
|
3218
|
-
}
|
|
3219
|
-
|
|
3220
|
-
.p12gwtiw {
|
|
3221
|
-
display: flex;
|
|
3222
|
-
justify-content: space-between;
|
|
3223
|
-
align-items: center;
|
|
3224
|
-
padding: 10px 0;
|
|
3225
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3226
|
-
font-size: 12px;
|
|
3227
|
-
line-height: 24px;
|
|
3228
|
-
}
|
|
3229
|
-
.p12gwtiw .pagination-left {
|
|
3230
|
-
padding: 2px 8px;
|
|
3231
|
-
}
|
|
3232
|
-
.p12gwtiw .dropdown-trigger {
|
|
3233
|
-
display: flex;
|
|
3234
|
-
align-items: center;
|
|
3235
|
-
border-radius: 6px;
|
|
3236
|
-
cursor: pointer;
|
|
3237
|
-
transition: all 0.3s ease;
|
|
3238
|
-
}
|
|
3239
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
3240
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3241
|
-
color: #0080ff;
|
|
3242
|
-
}
|
|
3243
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
3244
|
-
margin-left: 4px;
|
|
3245
|
-
}
|
|
3246
|
-
.p12gwtiw .pagination-right {
|
|
3247
|
-
display: flex;
|
|
3248
|
-
align-items: center;
|
|
3249
|
-
color: #0080ff;
|
|
3250
|
-
font-weight: bold;
|
|
3251
|
-
}
|
|
3252
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
3253
|
-
margin-left: 4px;
|
|
3254
|
-
}
|
|
3255
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
3256
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
3257
|
-
padding: 0 8px;
|
|
3258
|
-
}
|
|
3259
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
3260
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
3261
|
-
color: #0080ff;
|
|
3262
|
-
}
|
|
3263
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
3264
|
-
transform: rotate(180deg);
|
|
3265
|
-
}
|
|
3266
|
-
|
|
3267
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
3268
|
-
max-height: calc(100vh - 128px);
|
|
3269
|
-
overflow-y: auto;
|
|
3270
|
-
}
|
|
3271
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
3272
|
-
padding: 4px 20px;
|
|
3273
|
-
font-size: 12px;
|
|
3274
|
-
line-height: 18px;
|
|
3275
|
-
}
|
|
3276
|
-
|
|
3277
3278
|
.s1fc623g {
|
|
3278
3279
|
width: 430px !important;
|
|
3279
3280
|
}
|
|
@@ -3843,6 +3844,16 @@ input.rrg1fkn.ant-input {
|
|
|
3843
3844
|
margin-left: 24px;
|
|
3844
3845
|
}
|
|
3845
3846
|
|
|
3847
|
+
.igz4le8 {
|
|
3848
|
+
height: 24px;
|
|
3849
|
+
width: 56px !important;
|
|
3850
|
+
margin-right: 4px;
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3853
|
+
.c1riexje {
|
|
3854
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3846
3857
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3847
3858
|
display: flex;
|
|
3848
3859
|
}
|
|
@@ -3902,16 +3913,6 @@ input.rrg1fkn.ant-input {
|
|
|
3902
3913
|
transform: rotate(180deg);
|
|
3903
3914
|
}
|
|
3904
3915
|
|
|
3905
|
-
.igz4le8 {
|
|
3906
|
-
height: 24px;
|
|
3907
|
-
width: 56px !important;
|
|
3908
|
-
margin-right: 4px;
|
|
3909
|
-
}
|
|
3910
|
-
|
|
3911
|
-
.c1riexje {
|
|
3912
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3913
|
-
}
|
|
3914
|
-
|
|
3915
3916
|
.m1thnes4 {
|
|
3916
3917
|
color: rgba(44, 56, 82, 0.6);
|
|
3917
3918
|
text-align: center;
|
|
@@ -4103,144 +4104,6 @@ input.rrg1fkn.ant-input {
|
|
|
4103
4104
|
background: rgba(163, 180, 204, 0.18);
|
|
4104
4105
|
}
|
|
4105
4106
|
|
|
4106
|
-
.d1h5z4k4.ant-dropdown {
|
|
4107
|
-
background: #fff;
|
|
4108
|
-
border: 1px solid #dfe4eb;
|
|
4109
|
-
box-shadow: 0px 8px 16px rgba(129, 138, 153, 0.18), 0px 0px 4px rgba(235, 239, 245, 0.6);
|
|
4110
|
-
border-radius: 3px;
|
|
4111
|
-
max-height: 400px;
|
|
4112
|
-
overflow: auto;
|
|
4113
|
-
}
|
|
4114
|
-
.d1h5z4k4.ant-dropdown::-webkit-scrollbar {
|
|
4115
|
-
width: 0px;
|
|
4116
|
-
background: transparent;
|
|
4117
|
-
}
|
|
4118
|
-
.d1h5z4k4.ant-dropdown .ant-checkbox-wrapper {
|
|
4119
|
-
margin-right: 20px;
|
|
4120
|
-
}
|
|
4121
|
-
|
|
4122
|
-
.t1g3macx {
|
|
4123
|
-
font-size: 12px;
|
|
4124
|
-
line-height: 18px;
|
|
4125
|
-
color: rgba(129, 138, 153, 0.6);
|
|
4126
|
-
margin: 8px 0 10px 12px;
|
|
4127
|
-
}
|
|
4128
|
-
|
|
4129
|
-
.cvabzd6 {
|
|
4130
|
-
width: 100%;
|
|
4131
|
-
}
|
|
4132
|
-
.cvabzd6 .column-checkbox-item {
|
|
4133
|
-
display: flex;
|
|
4134
|
-
align-items: center;
|
|
4135
|
-
justify-content: space-between;
|
|
4136
|
-
position: relative;
|
|
4137
|
-
}
|
|
4138
|
-
.cvabzd6 .column-checkbox-item:hover {
|
|
4139
|
-
background: rgba(0, 128, 255, 0.1);
|
|
4140
|
-
}
|
|
4141
|
-
.cvabzd6 .column-checkbox-item.on-dragenter-top:before, .cvabzd6 .column-checkbox-item.on-dragenter-bottom:before {
|
|
4142
|
-
content: " ";
|
|
4143
|
-
position: absolute;
|
|
4144
|
-
left: 0;
|
|
4145
|
-
right: 0;
|
|
4146
|
-
height: 4px;
|
|
4147
|
-
background: rgba(0, 128, 255, 0.6);
|
|
4148
|
-
}
|
|
4149
|
-
.cvabzd6 .column-checkbox-item.on-dragenter-top:before {
|
|
4150
|
-
top: 0;
|
|
4151
|
-
}
|
|
4152
|
-
.cvabzd6 .column-checkbox-item.on-dragenter-bottom:before {
|
|
4153
|
-
bottom: 0;
|
|
4154
|
-
}
|
|
4155
|
-
.cvabzd6 .column-checkbox-item .ant-checkbox-wrapper {
|
|
4156
|
-
padding: 6px 0px 6px 12px;
|
|
4157
|
-
flex: 1;
|
|
4158
|
-
}
|
|
4159
|
-
.cvabzd6 .column-checkbox-item .ant-checkbox-wrapper .ant-checkbox + span {
|
|
4160
|
-
color: #2d3a56;
|
|
4161
|
-
}
|
|
4162
|
-
.cvabzd6 .column-checkbox-item .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox + span {
|
|
4163
|
-
opacity: 0.4;
|
|
4164
|
-
}
|
|
4165
|
-
.cvabzd6 .column-checkbox-item .point-group {
|
|
4166
|
-
position: relative;
|
|
4167
|
-
width: 6px;
|
|
4168
|
-
height: 14px;
|
|
4169
|
-
padding-right: 15px;
|
|
4170
|
-
cursor: pointer;
|
|
4171
|
-
}
|
|
4172
|
-
.cvabzd6 .column-checkbox-item .point-group:hover i {
|
|
4173
|
-
background: #0080ff;
|
|
4174
|
-
}
|
|
4175
|
-
.cvabzd6 .column-checkbox-item .point-group i {
|
|
4176
|
-
position: absolute;
|
|
4177
|
-
width: 2px;
|
|
4178
|
-
height: 2px;
|
|
4179
|
-
border-radius: 1px;
|
|
4180
|
-
background: #6b7d99;
|
|
4181
|
-
}
|
|
4182
|
-
.cvabzd6 .column-checkbox-item .point-group i:nth-child(1) {
|
|
4183
|
-
top: 0;
|
|
4184
|
-
left: 0;
|
|
4185
|
-
}
|
|
4186
|
-
.cvabzd6 .column-checkbox-item .point-group i:nth-child(2) {
|
|
4187
|
-
top: 0px;
|
|
4188
|
-
left: 4px;
|
|
4189
|
-
}
|
|
4190
|
-
.cvabzd6 .column-checkbox-item .point-group i:nth-child(3) {
|
|
4191
|
-
top: 4px;
|
|
4192
|
-
left: 0;
|
|
4193
|
-
}
|
|
4194
|
-
.cvabzd6 .column-checkbox-item .point-group i:nth-child(4) {
|
|
4195
|
-
top: 4px;
|
|
4196
|
-
left: 4px;
|
|
4197
|
-
}
|
|
4198
|
-
.cvabzd6 .column-checkbox-item .point-group i:nth-child(5) {
|
|
4199
|
-
top: 8px;
|
|
4200
|
-
left: 0px;
|
|
4201
|
-
}
|
|
4202
|
-
.cvabzd6 .column-checkbox-item .point-group i:nth-child(6) {
|
|
4203
|
-
top: 8px;
|
|
4204
|
-
left: 4px;
|
|
4205
|
-
}
|
|
4206
|
-
.cvabzd6 .column-checkbox-item .point-group i:nth-child(7) {
|
|
4207
|
-
top: 12px;
|
|
4208
|
-
left: 0px;
|
|
4209
|
-
}
|
|
4210
|
-
.cvabzd6 .column-checkbox-item .point-group i:nth-child(8) {
|
|
4211
|
-
top: 12px;
|
|
4212
|
-
left: 4px;
|
|
4213
|
-
}
|
|
4214
|
-
|
|
4215
|
-
.t1cs4awq {
|
|
4216
|
-
background: white;
|
|
4217
|
-
}
|
|
4218
|
-
.t1cs4awq .insert-left-tip,
|
|
4219
|
-
.t1cs4awq .insert-right-tip {
|
|
4220
|
-
display: none;
|
|
4221
|
-
position: absolute;
|
|
4222
|
-
top: 0;
|
|
4223
|
-
bottom: 0;
|
|
4224
|
-
width: 4px;
|
|
4225
|
-
background: rgba(0, 0, 255, 0.5);
|
|
4226
|
-
}
|
|
4227
|
-
.t1cs4awq .insert-left-tip {
|
|
4228
|
-
left: 0px;
|
|
4229
|
-
}
|
|
4230
|
-
.t1cs4awq .insert-right-tip {
|
|
4231
|
-
right: 0px;
|
|
4232
|
-
}
|
|
4233
|
-
.t1cs4awq.on-dragenter-left .insert-left-tip {
|
|
4234
|
-
display: block;
|
|
4235
|
-
}
|
|
4236
|
-
.t1cs4awq.on-dragenter-right .insert-right-tip {
|
|
4237
|
-
display: block;
|
|
4238
|
-
}
|
|
4239
|
-
|
|
4240
|
-
.asgcu6r {
|
|
4241
|
-
height: 32px;
|
|
4242
|
-
}
|
|
4243
|
-
|
|
4244
4107
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4245
4108
|
display: var(--at4ovwe-0);
|
|
4246
4109
|
}
|