@cloudtower/eagle 0.22.21 → 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/style.css CHANGED
@@ -1597,6 +1597,116 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
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;
1608
+ }
1609
+ .fde5mpd .error-text {
1610
+ color: rgba(10, 37, 85, 0.6);
1611
+ margin-bottom: 16px;
1612
+ font-size: 18px;
1613
+ }
1614
+
1615
+ .bpq0js6 {
1616
+ padding: 4px 11px;
1617
+ }
1618
+
1619
+ .b15sn34c {
1620
+ white-space: nowrap;
1621
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1622
+ }
1623
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1624
+ --color: #0080ff;
1625
+ }
1626
+ .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] {
1627
+ --color: #0080ff;
1628
+ }
1629
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1630
+ margin-left: 1px;
1631
+ }
1632
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1633
+ border-top-right-radius: 0;
1634
+ border-bottom-right-radius: 0;
1635
+ }
1636
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1637
+ border-top-left-radius: 0;
1638
+ border-bottom-left-radius: 0;
1639
+ }
1640
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1641
+ border-radius: unset;
1642
+ }
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
+
1600
1710
  .buj61ew.ant-btn {
1601
1711
  height: 32px;
1602
1712
  border-radius: 6px;
@@ -1845,15 +1955,6 @@ input[type=submit] {
1845
1955
  padding: 0;
1846
1956
  }
1847
1957
 
1848
- .obf05yr {
1849
- display: inline-block;
1850
- }
1851
-
1852
- .hsms1n6 {
1853
- visibility: hidden;
1854
- position: absolute;
1855
- }
1856
-
1857
1958
  .i1mrf09m {
1858
1959
  display: inline-flex;
1859
1960
  align-items: center;
@@ -1872,535 +1973,229 @@ input[type=submit] {
1872
1973
  animation: rotate 680ms linear infinite;
1873
1974
  }
1874
1975
 
1875
- .fde5mpd {
1876
- width: 100%;
1877
- height: 100%;
1878
- min-height: 124px;
1879
- display: flex;
1880
- flex-direction: column;
1881
- justify-content: center;
1882
- align-items: center;
1883
- }
1884
- .fde5mpd .error-text {
1885
- color: rgba(10, 37, 85, 0.6);
1886
- margin-bottom: 16px;
1887
- font-size: 18px;
1888
- }
1889
-
1890
- .s34f1qb.ant-switch {
1891
- min-width: 40px;
1892
- height: 24px;
1893
- background: rgba(172, 186, 211, 0.6);
1894
- overflow: hidden;
1976
+ .rxbeqvl.ant-radio-wrapper {
1977
+ display: inline-flex;
1978
+ align-items: baseline;
1979
+ white-space: pre-wrap;
1895
1980
  }
1896
- .s34f1qb.ant-switch:focus {
1897
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1981
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1982
+ position: relative;
1983
+ top: 3px;
1898
1984
  }
1899
- .s34f1qb.ant-switch-small {
1900
- min-width: 26px;
1901
- height: 16px;
1985
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1986
+ border-color: rgba(107, 128, 167, 0.6);
1902
1987
  }
1903
- .s34f1qb.ant-switch-large {
1904
- min-width: 52px;
1905
- height: 32px;
1988
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1989
+ border-color: #0080ff;
1906
1990
  }
1907
- .s34f1qb.ant-switch .ant-switch-handle {
1908
- height: 20px;
1909
- width: 20px;
1991
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1992
+ border-color: #0080ff;
1993
+ background: #0080ff;
1910
1994
  }
1911
- .s34f1qb.ant-switch .ant-switch-handle::before {
1912
- border-radius: 10px;
1913
- transition-delay: 120ms;
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;
1914
2001
  }
1915
- .s34f1qb.ant-switch-small .ant-switch-handle {
1916
- height: 14px;
1917
- width: 14px;
1918
- top: 1px;
1919
- left: 1px;
2002
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2003
+ opacity: 0.5;
1920
2004
  }
1921
- .s34f1qb.ant-switch-large .ant-switch-handle {
1922
- height: 28px;
1923
- width: 28px;
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);
1924
2008
  }
1925
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
1926
- border-radius: 14px;
2009
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2010
+ background: #00122e;
1927
2011
  }
1928
- .s34f1qb.ant-switch-checked {
1929
- background-color: #00ba5d;
2012
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2013
+ color: #00122e;
2014
+ opacity: 0.5;
1930
2015
  }
1931
- .s34f1qb.ant-switch-checked .ant-switch-handle {
1932
- left: calc(100% - 20px - 2px);
2016
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2017
+ color: #00122e;
1933
2018
  }
1934
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1935
- left: calc(100% - 14px - 1px);
2019
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2020
+ display: inline-block;
2021
+ padding: 0;
2022
+ padding-left: 12px;
1936
2023
  }
1937
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1938
- left: calc(100% - 28px - 2px);
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);
1939
2028
  }
1940
-
1941
- .c1to9vb9 {
1942
- margin-left: 5px;
2029
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2030
+ padding-left: 8px;
1943
2031
  }
1944
2032
 
1945
- .s1fc623g {
1946
- width: 430px !important;
2033
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2034
+ border-radius: 5px 0 0 5px;
1947
2035
  }
1948
-
1949
- .oa3mx0o {
1950
- display: flex;
1951
- flex-direction: column;
2036
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2037
+ border-radius: 0 5px 5px 0;
1952
2038
  }
1953
2039
 
1954
- .onr9gzt {
1955
- display: flex;
1956
- justify-content: space-between;
2040
+ .r1f0aqcc {
2041
+ color: #00122e;
2042
+ border-color: #ccd4e3;
1957
2043
  }
1958
-
1959
- .oiy0apc {
1960
- display: flex;
1961
- color: rgba(44, 56, 82, 0.6);
2044
+ .r1f0aqcc:first-child {
2045
+ color: #00122e;
2046
+ border-color: #a3b4cc;
1962
2047
  }
1963
-
1964
- .p12gwtiw {
1965
- display: flex;
1966
- justify-content: space-between;
1967
- align-items: center;
1968
- padding: 10px 0;
1969
- color: rgba(44, 56, 82, 0.6);
1970
- font-size: 12px;
1971
- line-height: 24px;
2048
+ .r1f0aqcc.ant-radio-button-wrapper {
2049
+ padding: 0 12px;
2050
+ line-height: 32px;
2051
+ height: 32px;
1972
2052
  }
1973
- .p12gwtiw .pagination-left {
1974
- padding: 2px 8px;
2053
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2054
+ white-space: nowrap;
1975
2055
  }
1976
- .p12gwtiw .dropdown-trigger {
1977
- display: flex;
1978
- align-items: center;
1979
- border-radius: 6px;
1980
- cursor: pointer;
1981
- transition: all 0.3s ease;
1982
- }
1983
- .p12gwtiw .dropdown-trigger:hover {
1984
- background: rgba(211, 218, 235, 0.6);
1985
- color: #0080ff;
1986
- }
1987
- .p12gwtiw .dropdown-trigger .icon-inner {
1988
- margin-left: 4px;
1989
- }
1990
- .p12gwtiw .pagination-right {
1991
- display: flex;
1992
- align-items: center;
1993
- color: #0080ff;
1994
- font-weight: bold;
1995
- }
1996
- .p12gwtiw .pagination-right .icon-inner {
1997
- margin-left: 4px;
1998
- }
1999
- .p12gwtiw .pagination-right .prev-btn,
2000
- .p12gwtiw .pagination-right .next-btn {
2001
- padding: 0 8px;
2002
- }
2003
- .p12gwtiw .pagination-right .prev-btn > span,
2004
- .p12gwtiw .pagination-right .next-btn > span {
2005
- color: #0080ff;
2006
- }
2007
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2008
- transform: rotate(180deg);
2009
- }
2010
-
2011
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2012
- max-height: calc(100vh - 128px);
2013
- overflow-y: auto;
2014
- }
2015
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2016
- padding: 4px 20px;
2017
- font-size: 12px;
2018
- line-height: 18px;
2019
- }
2020
-
2021
- .bpq0js6 {
2022
- padding: 4px 11px;
2023
- }
2024
-
2025
- .b15sn34c {
2026
- white-space: nowrap;
2027
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2028
- }
2029
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2030
- --color: #0080ff;
2031
- }
2032
- .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] {
2033
- --color: #0080ff;
2034
- }
2035
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2036
- margin-left: 1px;
2037
- }
2038
- .b15sn34c > .ant-btn:not(:only-child):first-child {
2039
- border-top-right-radius: 0;
2040
- border-bottom-right-radius: 0;
2041
- }
2042
- .b15sn34c > .ant-btn:not(:only-child):last-child {
2043
- border-top-left-radius: 0;
2044
- border-bottom-left-radius: 0;
2045
- }
2046
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2047
- border-radius: unset;
2048
- }
2049
-
2050
- .t1upn1sz {
2051
- height: 100%;
2052
- }
2053
-
2054
- .tta5kd2 {
2055
- height: 100%;
2056
- }
2057
- .tta5kd2.empty-table .ant-table-content {
2058
- overflow: visible !important;
2059
- height: 100%;
2060
- }
2061
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2062
- height: 100%;
2063
- }
2064
- .tta5kd2.empty-table .ant-table-content table {
2065
- width: 100% !important;
2066
- height: 100%;
2067
- }
2068
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2069
- padding: 15px 0;
2070
- }
2071
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2072
- display: none;
2073
- }
2074
- .tta5kd2 .active-row td:nth-child(1) {
2075
- font-weight: 700;
2076
- }
2077
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2078
- font-weight: 700;
2079
- }
2080
- .tta5kd2 .ant-spin-nested-loading {
2081
- height: 100%;
2082
- }
2083
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2084
- height: 100%;
2085
- overflow: visible;
2056
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2057
+ background: #ccd4e3;
2086
2058
  }
2087
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2088
- max-height: none;
2059
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2060
+ background: #0080ff;
2089
2061
  }
2090
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2091
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2092
- display: none;
2062
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2063
+ background: #ccd4e3;
2064
+ opacity: 0.5;
2093
2065
  }
2094
- .tta5kd2 td.ant-table-column-sort {
2095
- background: transparent;
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;
2096
2068
  }
2097
- .tta5kd2 td.ant-table-cell-fix-left,
2098
- .tta5kd2 td.ant-table-cell-fix-right {
2099
- background: #fff;
2100
- padding: 0 !important;
2069
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2070
+ border-color: #0080ff;
2101
2071
  }
2102
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2103
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2104
- display: flex;
2105
- align-items: center;
2106
- height: 100%;
2107
- padding: 8px;
2072
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2073
+ background: rgba(0, 136, 255, 0.1);
2108
2074
  }
2109
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2110
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2111
- overflow: hidden;
2112
- text-overflow: ellipsis;
2113
- width: 100%;
2075
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2076
+ background: rgba(211, 218, 235, 0.6);
2077
+ border-color: #ccd4e3;
2078
+ opacity: 0.5;
2114
2079
  }
2115
- .tta5kd2 .ant-table-container {
2116
- height: 100%;
2080
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2081
+ color: #00122e;
2082
+ border-color: #ccd4e3;
2117
2083
  }
2118
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2119
- box-shadow: none !important;
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);
2120
2088
  }
2121
- .tta5kd2 .ant-table {
2122
- border-radius: 0px;
2123
- border-left: none;
2124
- border-right: none;
2125
- border-bottom: none;
2126
- height: 100%;
2127
- font-size: 12px;
2089
+ .r1f0aqcc .ant-radio-button-input {
2090
+ margin-right: 8px;
2091
+ display: inline;
2092
+ border: none;
2093
+ padding: 0;
2094
+ width: 36px;
2128
2095
  background: transparent;
2129
2096
  }
2130
- .tta5kd2 .ant-table .ant-table-header {
2131
- position: relative;
2132
- z-index: 3;
2133
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2134
- margin-bottom: -1px;
2135
- }
2136
- .tta5kd2 .ant-table .time-wrapper .data,
2137
- .tta5kd2 .ant-table .value {
2138
- color: #2d3a56;
2139
- }
2140
- .tta5kd2 .ant-table .time-wrapper .time,
2141
- .tta5kd2 .ant-table .unit {
2142
- color: rgba(44, 56, 82, 0.6);
2143
- }
2144
- .tta5kd2 .ant-table .ant-table-selection {
2145
- text-align: center;
2146
- }
2147
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2148
- background: #fff;
2149
- }
2150
- .tta5kd2 .ant-table .anticon-setting {
2151
- cursor: pointer;
2152
- position: absolute;
2153
- top: 50%;
2154
- right: 12px;
2155
- transform: translateY(-50%);
2156
- }
2157
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2097
+ .r1f0aqcc .ant-radio-button-input:focus {
2158
2098
  box-shadow: none;
2159
- width: 1px;
2160
- background: rgba(213, 219, 227, 0.6);
2161
2099
  }
2162
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2100
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2101
+ margin-right: 0;
2102
+ width: initial;
2163
2103
  box-shadow: none;
2164
- width: 1px;
2165
- background: rgba(213, 219, 227, 0.6);
2166
- }
2167
- .tta5kd2 .ant-table .ant-table-tbody {
2168
- position: relative;
2169
- }
2170
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2171
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2172
- border-bottom: 1px solid white;
2173
- height: 40px;
2174
- vertical-align: middle;
2175
- transition: background 0ms;
2176
- color: #00122e;
2177
- }
2178
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2179
- background: #f2f5fa;
2180
- border-bottom-color: #f2f5fa;
2181
- }
2182
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2183
- height: auto;
2184
- color: #00122e;
2185
- font-size: 12px;
2186
- text-align: left;
2187
- transition: none;
2188
- overflow: hidden;
2189
- text-overflow: ellipsis;
2190
- white-space: nowrap;
2191
- }
2192
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2193
- color: #0096ff;
2194
- }
2195
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2196
- overflow: hidden;
2197
- text-overflow: ellipsis;
2198
- width: 100%;
2199
- vertical-align: middle;
2200
2104
  }
2201
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2202
- line-height: 0px;
2203
- }
2204
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2205
- border-top-color: transparent;
2206
- }
2207
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2208
- background: rgba(225, 230, 241, 0.6);
2209
- border-color: transparent transparent white;
2210
- }
2211
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2212
- border-radius: 8px 0 0 8px;
2213
- }
2214
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2215
- border-radius: 8px 0 0 8px;
2216
- }
2217
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2218
- content: "";
2219
- width: 4px;
2220
- top: -1px;
2221
- bottom: -1px;
2222
- background: white;
2223
- }
2224
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2225
- border-radius: 0 8px 8px 0;
2226
- }
2227
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2228
- border-radius: 0;
2229
- background: white;
2230
- border-top: none;
2231
- }
2232
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2233
- border-top: 1px solid transparent;
2234
- border-radius: 0 8px 8px 0;
2235
- background: rgba(225, 230, 241, 0.6);
2236
- }
2237
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2238
- background: white;
2239
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2240
- }
2241
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2242
- display: flex;
2243
- align-items: center;
2244
- height: 100%;
2245
- background: rgba(225, 230, 241, 0.6);
2246
- }
2247
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2248
- background: white;
2249
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2250
- }
2251
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2252
- display: flex;
2253
- align-items: center;
2254
- height: 100%;
2255
- background: rgba(225, 230, 241, 0.6);
2256
- }
2257
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2258
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2259
- }
2260
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2261
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2262
- border-radius: 8px;
2263
- }
2264
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2265
- border-top-color: white;
2266
- }
2267
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2268
- background: rgba(0, 136, 255, 0.1);
2269
- border-bottom-color: transparent;
2270
- border-top-color: transparent;
2271
- }
2272
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2273
- border-radius: 8px 0 0 8px;
2274
- }
2275
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2276
- border-radius: 0 8px 8px 0;
2105
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2106
+ display: none;
2277
2107
  }
2278
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2279
- background: rgba(0, 136, 255, 0.1);
2108
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2109
+ display: inline;
2280
2110
  }
2281
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
2282
- background: #fff;
2283
- font-weight: 400;
2284
- position: relative;
2285
- border-bottom: none;
2286
- color: #00122e;
2287
- transition: none;
2288
- padding: 15px 8px 15px 8px;
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;
2289
2116
  }
2290
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2291
- content: "";
2292
- width: 1px;
2293
- top: 0;
2294
- bottom: 0;
2295
- background: rgba(211, 218, 235, 0.6);
2296
- position: absolute;
2297
- right: 0;
2117
+
2118
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2119
+ flex-direction: row;
2120
+ justify-content: stretch;
2298
2121
  }
2299
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2300
- padding: unset;
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;
2301
2127
  }
2302
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
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 {
2303
2129
  display: none;
2304
2130
  }
2305
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2131
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2306
2132
  width: 100%;
2307
- overflow: hidden;
2308
- white-space: nowrap;
2309
- text-overflow: ellipsis;
2310
- }
2311
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2312
- overflow: hidden;
2313
- text-overflow: ellipsis;
2314
- }
2315
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2316
- padding: 15px 28px 15px 8px;
2133
+ min-height: unset;
2317
2134
  }
2318
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
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;
2319
2140
  padding: 0;
2141
+ font-size: 12px;
2142
+ font-weight: normal;
2320
2143
  }
2321
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2322
- position: absolute;
2323
- right: 10px;
2324
- top: 50%;
2325
- transform: translateY(-50%);
2326
- height: 16px;
2327
- display: none;
2328
- transition: transform 320ms ease;
2329
- }
2330
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2331
- display: block;
2332
- transform: translateY(-50%) rotateX(180deg);
2333
- }
2334
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2335
- display: block;
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;
2336
2146
  }
2337
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2147
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2338
2148
  display: none;
2339
2149
  }
2340
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2341
- transform: translateY(-50%);
2342
- }
2343
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2344
- transform: translateY(-50%) rotateX(180deg);
2345
- }
2346
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2347
- background: #f2f5fa;
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;
2348
2152
  }
2349
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2350
- display: block;
2153
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2154
+ margin-right: 0;
2351
2155
  }
2352
- .tta5kd2 .ant-table .ant-table-selection-column {
2353
- padding: 0 !important;
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;
2354
2158
  }
2355
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
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;
2356
2164
  position: absolute;
2357
- left: 50%;
2358
- top: 50%;
2359
- transform: translate(-50%, -50%);
2360
- }
2361
- .tta5kd2 .ant-table .ant-table-selection-column:after {
2362
- display: none;
2363
- }
2364
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2365
- background: #fff;
2165
+ top: 0;
2166
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2167
+ right: -21px;
2168
+ z-index: 2;
2366
2169
  }
2367
- .tta5kd2 .ant-table .ant-table-placeholder {
2368
- background: inherit;
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;
2369
2179
  }
2370
- .tta5kd2 .ant-table .ant-table-placeholder td {
2371
- position: static;
2372
- border: none;
2373
- background: inherit !important;
2374
- height: 100px;
2375
- vertical-align: middle;
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);
2376
2182
  }
2377
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2378
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2379
- font-weight: bold;
2380
- font-size: 20px;
2381
- color: rgba(10, 37, 85, 0.6);
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;
2382
2185
  }
2383
- .tta5kd2 .ant-table td.cell__action_ {
2384
- padding: 0 !important;
2385
- position: relative;
2386
- background: #fff;
2186
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2187
+ color: #005ed1;
2387
2188
  }
2388
- .tta5kd2 .ant-table td.cell__action_ > * {
2389
- height: 100%;
2390
- display: flex;
2391
- align-items: center;
2392
- justify-content: flex-end;
2393
- padding-right: 8px;
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);
2394
2192
  }
2395
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
2396
- width: 24px;
2397
- height: 24px;
2398
- cursor: pointer;
2399
- justify-content: center;
2400
- border-radius: 4px;
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);
2401
2196
  }
2402
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2403
- background: #fff;
2197
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2198
+ padding: 0;
2404
2199
  }
2405
2200
 
2406
2201
  .cz04yix {
@@ -3068,233 +2863,435 @@ input.rrg1fkn.ant-input {
3068
2863
  border-bottom-left-radius: 0;
3069
2864
  }
3070
2865
 
3071
- .rxbeqvl.ant-radio-wrapper {
3072
- display: inline-flex;
3073
- align-items: baseline;
3074
- white-space: pre-wrap;
2866
+ .s34f1qb.ant-switch {
2867
+ min-width: 40px;
2868
+ height: 24px;
2869
+ background: rgba(172, 186, 211, 0.6);
2870
+ overflow: hidden;
3075
2871
  }
3076
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2872
+ .s34f1qb.ant-switch:focus {
2873
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2874
+ }
2875
+ .s34f1qb.ant-switch-small {
2876
+ min-width: 26px;
2877
+ height: 16px;
2878
+ }
2879
+ .s34f1qb.ant-switch-large {
2880
+ min-width: 52px;
2881
+ height: 32px;
2882
+ }
2883
+ .s34f1qb.ant-switch .ant-switch-handle {
2884
+ height: 20px;
2885
+ width: 20px;
2886
+ }
2887
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2888
+ border-radius: 10px;
2889
+ transition-delay: 120ms;
2890
+ }
2891
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2892
+ height: 14px;
2893
+ width: 14px;
2894
+ top: 1px;
2895
+ left: 1px;
2896
+ }
2897
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2898
+ height: 28px;
2899
+ width: 28px;
2900
+ }
2901
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2902
+ border-radius: 14px;
2903
+ }
2904
+ .s34f1qb.ant-switch-checked {
2905
+ background-color: #00ba5d;
2906
+ }
2907
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2908
+ left: calc(100% - 20px - 2px);
2909
+ }
2910
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2911
+ left: calc(100% - 14px - 1px);
2912
+ }
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;
2919
+ }
2920
+
2921
+ .t1upn1sz {
2922
+ height: 100%;
2923
+ }
2924
+
2925
+ .tta5kd2 {
2926
+ height: 100%;
2927
+ }
2928
+ .tta5kd2.empty-table .ant-table-content {
2929
+ overflow: visible !important;
2930
+ height: 100%;
2931
+ }
2932
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2933
+ height: 100%;
2934
+ }
2935
+ .tta5kd2.empty-table .ant-table-content table {
2936
+ width: 100% !important;
2937
+ height: 100%;
2938
+ }
2939
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2940
+ padding: 15px 0;
2941
+ }
2942
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2943
+ display: none;
2944
+ }
2945
+ .tta5kd2 .active-row td:nth-child(1) {
2946
+ font-weight: 700;
2947
+ }
2948
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2949
+ font-weight: 700;
2950
+ }
2951
+ .tta5kd2 .ant-spin-nested-loading {
2952
+ height: 100%;
2953
+ }
2954
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2955
+ height: 100%;
2956
+ overflow: visible;
2957
+ }
2958
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2959
+ max-height: none;
2960
+ }
2961
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2962
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2963
+ display: none;
2964
+ }
2965
+ .tta5kd2 td.ant-table-column-sort {
2966
+ background: transparent;
2967
+ }
2968
+ .tta5kd2 td.ant-table-cell-fix-left,
2969
+ .tta5kd2 td.ant-table-cell-fix-right {
2970
+ background: #fff;
2971
+ padding: 0 !important;
2972
+ }
2973
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2974
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2975
+ display: flex;
2976
+ align-items: center;
2977
+ height: 100%;
2978
+ padding: 8px;
2979
+ }
2980
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2981
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2982
+ overflow: hidden;
2983
+ text-overflow: ellipsis;
2984
+ width: 100%;
2985
+ }
2986
+ .tta5kd2 .ant-table-container {
2987
+ height: 100%;
2988
+ }
2989
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2990
+ box-shadow: none !important;
2991
+ }
2992
+ .tta5kd2 .ant-table {
2993
+ border-radius: 0px;
2994
+ border-left: none;
2995
+ border-right: none;
2996
+ border-bottom: none;
2997
+ height: 100%;
2998
+ font-size: 12px;
2999
+ background: transparent;
3000
+ }
3001
+ .tta5kd2 .ant-table .ant-table-header {
3077
3002
  position: relative;
3078
- top: 3px;
3003
+ z-index: 3;
3004
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3005
+ margin-bottom: -1px;
3079
3006
  }
3080
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
3081
- border-color: rgba(107, 128, 167, 0.6);
3007
+ .tta5kd2 .ant-table .time-wrapper .data,
3008
+ .tta5kd2 .ant-table .value {
3009
+ color: #2d3a56;
3082
3010
  }
3083
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
3084
- border-color: #0080ff;
3011
+ .tta5kd2 .ant-table .time-wrapper .time,
3012
+ .tta5kd2 .ant-table .unit {
3013
+ color: rgba(44, 56, 82, 0.6);
3014
+ }
3015
+ .tta5kd2 .ant-table .ant-table-selection {
3016
+ text-align: center;
3017
+ }
3018
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3019
+ background: #fff;
3020
+ }
3021
+ .tta5kd2 .ant-table .anticon-setting {
3022
+ cursor: pointer;
3023
+ position: absolute;
3024
+ top: 50%;
3025
+ right: 12px;
3026
+ transform: translateY(-50%);
3027
+ }
3028
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3029
+ box-shadow: none;
3030
+ width: 1px;
3031
+ background: rgba(213, 219, 227, 0.6);
3032
+ }
3033
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3034
+ box-shadow: none;
3035
+ width: 1px;
3036
+ background: rgba(213, 219, 227, 0.6);
3037
+ }
3038
+ .tta5kd2 .ant-table .ant-table-tbody {
3039
+ position: relative;
3040
+ }
3041
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3042
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3043
+ border-bottom: 1px solid white;
3044
+ height: 40px;
3045
+ vertical-align: middle;
3046
+ transition: background 0ms;
3047
+ color: #00122e;
3048
+ }
3049
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3050
+ background: #f2f5fa;
3051
+ border-bottom-color: #f2f5fa;
3052
+ }
3053
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3054
+ height: auto;
3055
+ color: #00122e;
3056
+ font-size: 12px;
3057
+ text-align: left;
3058
+ transition: none;
3059
+ overflow: hidden;
3060
+ text-overflow: ellipsis;
3061
+ white-space: nowrap;
3085
3062
  }
3086
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3087
- border-color: #0080ff;
3088
- background: #0080ff;
3063
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3064
+ color: #0096ff;
3089
3065
  }
3090
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
3091
- top: 4px;
3092
- left: 4px;
3093
- width: 6px;
3094
- height: 6px;
3095
- background: #fff;
3066
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3067
+ overflow: hidden;
3068
+ text-overflow: ellipsis;
3069
+ width: 100%;
3070
+ vertical-align: middle;
3096
3071
  }
3097
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3098
- opacity: 0.5;
3072
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3073
+ line-height: 0px;
3099
3074
  }
3100
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
3101
- border-color: rgba(107, 128, 167, 0.6);
3102
- background: rgba(211, 218, 235, 0.6);
3075
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3076
+ border-top-color: transparent;
3103
3077
  }
3104
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3105
- background: #00122e;
3078
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3079
+ background: rgba(225, 230, 241, 0.6);
3080
+ border-color: transparent transparent white;
3106
3081
  }
3107
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3108
- color: #00122e;
3109
- opacity: 0.5;
3082
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3083
+ border-radius: 8px 0 0 8px;
3110
3084
  }
3111
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3112
- color: #00122e;
3085
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3086
+ border-radius: 8px 0 0 8px;
3113
3087
  }
3114
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3115
- display: inline-block;
3116
- padding: 0;
3117
- padding-left: 12px;
3088
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3089
+ content: "";
3090
+ width: 4px;
3091
+ top: -1px;
3092
+ bottom: -1px;
3093
+ background: white;
3118
3094
  }
3119
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
3120
- margin-bottom: 0;
3121
- white-space: pre-wrap;
3122
- color: rgba(44, 56, 82, 0.6);
3095
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3096
+ border-radius: 0 8px 8px 0;
3123
3097
  }
3124
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3125
- padding-left: 8px;
3098
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3099
+ border-radius: 0;
3100
+ background: white;
3101
+ border-top: none;
3126
3102
  }
3127
-
3128
- .r5ie79y .ant-radio-button-wrapper:first-child {
3129
- border-radius: 5px 0 0 5px;
3103
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3104
+ border-top: 1px solid transparent;
3105
+ border-radius: 0 8px 8px 0;
3106
+ background: rgba(225, 230, 241, 0.6);
3130
3107
  }
3131
- .r5ie79y .ant-radio-button-wrapper:last-child {
3132
- border-radius: 0 5px 5px 0;
3108
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3109
+ background: white;
3110
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3133
3111
  }
3134
-
3135
- .r1f0aqcc {
3136
- color: #00122e;
3137
- border-color: #ccd4e3;
3112
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3113
+ display: flex;
3114
+ align-items: center;
3115
+ height: 100%;
3116
+ background: rgba(225, 230, 241, 0.6);
3138
3117
  }
3139
- .r1f0aqcc:first-child {
3140
- color: #00122e;
3141
- border-color: #a3b4cc;
3118
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3119
+ background: white;
3120
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3142
3121
  }
3143
- .r1f0aqcc.ant-radio-button-wrapper {
3144
- padding: 0 12px;
3145
- line-height: 32px;
3146
- height: 32px;
3122
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3123
+ display: flex;
3124
+ align-items: center;
3125
+ height: 100%;
3126
+ background: rgba(225, 230, 241, 0.6);
3147
3127
  }
3148
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
3149
- white-space: nowrap;
3128
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3129
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3150
3130
  }
3151
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3152
- background: #ccd4e3;
3131
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3132
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3133
+ border-radius: 8px;
3153
3134
  }
3154
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3155
- background: #0080ff;
3135
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3136
+ border-top-color: white;
3156
3137
  }
3157
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3158
- background: #ccd4e3;
3159
- opacity: 0.5;
3138
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3139
+ background: rgba(0, 136, 255, 0.1);
3140
+ border-bottom-color: transparent;
3141
+ border-top-color: transparent;
3160
3142
  }
3161
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
3162
- border-right-color: #0080ff;
3143
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3144
+ border-radius: 8px 0 0 8px;
3163
3145
  }
3164
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3165
- border-color: #0080ff;
3146
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3147
+ border-radius: 0 8px 8px 0;
3166
3148
  }
3167
- .r1f0aqcc.ant-radio-button-wrapper-checked {
3149
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3168
3150
  background: rgba(0, 136, 255, 0.1);
3169
3151
  }
3170
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
3171
- background: rgba(211, 218, 235, 0.6);
3172
- border-color: #ccd4e3;
3173
- opacity: 0.5;
3174
- }
3175
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3152
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3153
+ background: #fff;
3154
+ font-weight: 400;
3155
+ position: relative;
3156
+ border-bottom: none;
3176
3157
  color: #00122e;
3177
- border-color: #ccd4e3;
3158
+ transition: none;
3159
+ padding: 15px 8px 15px 8px;
3178
3160
  }
3179
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
3180
- color: #00122e;
3181
- border-color: #ccd4e3;
3182
- background: rgba(172, 186, 211, 0.6);
3161
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3162
+ content: "";
3163
+ width: 1px;
3164
+ top: 0;
3165
+ bottom: 0;
3166
+ background: rgba(211, 218, 235, 0.6);
3167
+ position: absolute;
3168
+ right: 0;
3183
3169
  }
3184
- .r1f0aqcc .ant-radio-button-input {
3185
- margin-right: 8px;
3186
- display: inline;
3187
- border: none;
3188
- padding: 0;
3189
- width: 36px;
3190
- background: transparent;
3170
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3171
+ padding: unset;
3191
3172
  }
3192
- .r1f0aqcc .ant-radio-button-input:focus {
3193
- box-shadow: none;
3173
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3174
+ display: none;
3194
3175
  }
3195
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
3196
- margin-right: 0;
3197
- width: initial;
3198
- box-shadow: none;
3176
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3177
+ width: 100%;
3178
+ overflow: hidden;
3179
+ white-space: nowrap;
3180
+ text-overflow: ellipsis;
3199
3181
  }
3200
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3201
- display: none;
3182
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3183
+ overflow: hidden;
3184
+ text-overflow: ellipsis;
3185
+ flex: 1;
3202
3186
  }
3203
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3204
- display: inline;
3187
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3188
+ padding: 15px 28px 15px 8px;
3205
3189
  }
3206
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3207
- display: inline;
3208
- margin-right: 8px;
3190
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3209
3191
  padding: 0;
3210
- width: 36px;
3211
3192
  }
3212
-
3213
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3214
- flex-direction: row;
3215
- justify-content: stretch;
3193
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3194
+ position: absolute;
3195
+ right: 10px;
3196
+ top: 50%;
3197
+ transform: translateY(-50%);
3198
+ height: 16px;
3199
+ display: none;
3200
+ transition: transform 320ms ease;
3216
3201
  }
3217
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3218
- padding: 0;
3219
- margin-right: 4px;
3220
- flex: 1;
3221
- overflow: visible;
3202
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3203
+ display: block;
3204
+ transform: translateY(-50%) rotateX(180deg);
3222
3205
  }
3223
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3206
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3207
+ display: block;
3208
+ }
3209
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3224
3210
  display: none;
3225
3211
  }
3226
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3227
- width: 100%;
3228
- min-height: unset;
3212
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3213
+ transform: translateY(-50%);
3229
3214
  }
3230
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3231
- height: 26px;
3232
- line-height: 26px;
3233
- width: 100%;
3234
- text-align: center;
3235
- padding: 0;
3236
- font-size: 12px;
3237
- font-weight: normal;
3215
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3216
+ transform: translateY(-50%) rotateX(180deg);
3238
3217
  }
3239
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3240
- margin-right: 10px;
3218
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3219
+ background: #f2f5fa;
3241
3220
  }
3242
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3243
- display: none;
3221
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3222
+ display: block;
3244
3223
  }
3245
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3246
- border-radius: 4px 0 0 4px;
3224
+ .tta5kd2 .ant-table .ant-table-selection-column {
3225
+ padding: 0 !important;
3247
3226
  }
3248
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3249
- margin-right: 0;
3227
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3228
+ position: absolute;
3229
+ left: 50%;
3230
+ top: 50%;
3231
+ transform: translate(-50%, -50%);
3232
+ }
3233
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3234
+ display: none;
3235
+ }
3236
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3237
+ background: #fff;
3250
3238
  }
3251
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3252
- border-radius: 0 4px 4px 0;
3239
+ .tta5kd2 .ant-table .ant-table-placeholder {
3240
+ background: inherit;
3253
3241
  }
3254
- .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 {
3255
- content: "";
3256
- width: 0;
3257
- height: 0;
3258
- border: 13px solid transparent;
3259
- position: absolute;
3260
- top: 0;
3261
- border-left: 8px solid rgba(237, 241, 250, 0.6);
3262
- right: -21px;
3263
- z-index: 2;
3242
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3243
+ position: static;
3244
+ border: none;
3245
+ background: inherit !important;
3246
+ height: 100px;
3247
+ vertical-align: middle;
3264
3248
  }
3265
- .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 {
3266
- content: "";
3267
- width: 0;
3268
- height: 0;
3269
- border: 13px solid transparent;
3270
- position: absolute;
3271
- top: 0;
3272
- border-left: 8px solid #fff;
3273
- left: 0;
3249
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3250
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3251
+ font-weight: bold;
3252
+ font-size: 20px;
3253
+ color: rgba(10, 37, 85, 0.6);
3274
3254
  }
3275
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3276
- background-color: rgba(0, 136, 255, 0.1);
3255
+ .tta5kd2 .ant-table td.cell__action_ {
3256
+ padding: 0 !important;
3257
+ position: relative;
3258
+ background: #fff;
3277
3259
  }
3278
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3279
- border-left-color: rgba(0, 136, 255, 0.1) !important;
3260
+ .tta5kd2 .ant-table td.cell__action_ > * {
3261
+ height: 100%;
3262
+ display: flex;
3263
+ align-items: center;
3264
+ justify-content: flex-end;
3265
+ padding-right: 8px;
3280
3266
  }
3281
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3282
- color: #005ed1;
3267
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3268
+ width: 24px;
3269
+ height: 24px;
3270
+ cursor: pointer;
3271
+ justify-content: center;
3272
+ border-radius: 4px;
3283
3273
  }
3284
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3285
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3286
- background-color: rgba(237, 241, 250, 0.6);
3274
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3275
+ background: #fff;
3287
3276
  }
3288
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3289
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3290
- color: rgba(44, 56, 82, 0.6);
3277
+
3278
+ .s1fc623g {
3279
+ width: 430px !important;
3291
3280
  }
3292
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
3293
- padding: 0;
3281
+
3282
+ .oa3mx0o {
3283
+ display: flex;
3284
+ flex-direction: column;
3294
3285
  }
3295
3286
 
3296
- .i1e4sgug {
3297
- display: inline-block;
3287
+ .onr9gzt {
3288
+ display: flex;
3289
+ justify-content: space-between;
3290
+ }
3291
+
3292
+ .oiy0apc {
3293
+ display: flex;
3294
+ color: rgba(44, 56, 82, 0.6);
3298
3295
  }
3299
3296
 
3300
3297
  .d6j0lbj {
@@ -3772,6 +3769,10 @@ input.rrg1fkn.ant-input {
3772
3769
  line-height: 12px;
3773
3770
  }
3774
3771
 
3772
+ .i1e4sgug {
3773
+ display: inline-block;
3774
+ }
3775
+
3775
3776
  .c198s9j3 {
3776
3777
  color: #2d3a56;
3777
3778
  line-height: 22px;
@@ -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,184 +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
- .t1gz6wqf {
3916
- height: 100%;
3917
- }
3918
- .t1gz6wqf .table-loading-item {
3919
- padding: 12px 4px;
3920
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
3921
- display: flex;
3922
- }
3923
- .t1gz6wqf .table-loading-item > * {
3924
- height: 16px;
3925
- margin: 4px;
3926
- background: rgba(204, 212, 227, 0.18);
3927
- border-radius: 2px;
3928
- }
3929
- .t1gz6wqf .table-loading-item .checkbox-loading {
3930
- width: 16px;
3931
- }
3932
- .t1gz6wqf .table-loading-item .td-loading {
3933
- flex: 1;
3934
- }
3935
- .t1gz6wqf :nth-child(1) {
3936
- padding: 8px 4px;
3937
- }
3938
- .t1gz6wqf :nth-child(1) > * {
3939
- background: rgba(107, 125, 153, 0.18);
3940
- }
3941
- .t1gz6wqf :nth-child(1) > * {
3942
- background: rgba(163, 180, 204, 0.18);
3943
- }
3944
-
3945
- .d1h5z4k4.ant-dropdown {
3946
- background: #fff;
3947
- border: 1px solid #dfe4eb;
3948
- box-shadow: 0px 8px 16px rgba(129, 138, 153, 0.18), 0px 0px 4px rgba(235, 239, 245, 0.6);
3949
- border-radius: 3px;
3950
- max-height: 400px;
3951
- overflow: auto;
3952
- }
3953
- .d1h5z4k4.ant-dropdown::-webkit-scrollbar {
3954
- width: 0px;
3955
- background: transparent;
3956
- }
3957
- .d1h5z4k4.ant-dropdown .ant-checkbox-wrapper {
3958
- margin-right: 20px;
3959
- }
3960
-
3961
- .t1g3macx {
3962
- font-size: 12px;
3963
- line-height: 18px;
3964
- color: rgba(129, 138, 153, 0.6);
3965
- margin: 8px 0 10px 12px;
3966
- }
3967
-
3968
- .cvabzd6 {
3969
- width: 100%;
3970
- }
3971
- .cvabzd6 .column-checkbox-item {
3972
- display: flex;
3973
- align-items: center;
3974
- justify-content: space-between;
3975
- position: relative;
3976
- }
3977
- .cvabzd6 .column-checkbox-item:hover {
3978
- background: rgba(0, 128, 255, 0.1);
3979
- }
3980
- .cvabzd6 .column-checkbox-item.on-dragenter-top:before, .cvabzd6 .column-checkbox-item.on-dragenter-bottom:before {
3981
- content: " ";
3982
- position: absolute;
3983
- left: 0;
3984
- right: 0;
3985
- height: 4px;
3986
- background: rgba(0, 128, 255, 0.6);
3987
- }
3988
- .cvabzd6 .column-checkbox-item.on-dragenter-top:before {
3989
- top: 0;
3990
- }
3991
- .cvabzd6 .column-checkbox-item.on-dragenter-bottom:before {
3992
- bottom: 0;
3993
- }
3994
- .cvabzd6 .column-checkbox-item .ant-checkbox-wrapper {
3995
- padding: 6px 0px 6px 12px;
3996
- flex: 1;
3997
- }
3998
- .cvabzd6 .column-checkbox-item .ant-checkbox-wrapper .ant-checkbox + span {
3999
- color: #2d3a56;
4000
- }
4001
- .cvabzd6 .column-checkbox-item .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox + span {
4002
- opacity: 0.4;
4003
- }
4004
- .cvabzd6 .column-checkbox-item .point-group {
4005
- position: relative;
4006
- width: 6px;
4007
- height: 14px;
4008
- padding-right: 15px;
4009
- cursor: pointer;
4010
- }
4011
- .cvabzd6 .column-checkbox-item .point-group:hover i {
4012
- background: #0080ff;
4013
- }
4014
- .cvabzd6 .column-checkbox-item .point-group i {
4015
- position: absolute;
4016
- width: 2px;
4017
- height: 2px;
4018
- border-radius: 1px;
4019
- background: #6b7d99;
4020
- }
4021
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(1) {
4022
- top: 0;
4023
- left: 0;
4024
- }
4025
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(2) {
4026
- top: 0px;
4027
- left: 4px;
4028
- }
4029
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(3) {
4030
- top: 4px;
4031
- left: 0;
4032
- }
4033
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(4) {
4034
- top: 4px;
4035
- left: 4px;
4036
- }
4037
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(5) {
4038
- top: 8px;
4039
- left: 0px;
4040
- }
4041
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(6) {
4042
- top: 8px;
4043
- left: 4px;
4044
- }
4045
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(7) {
4046
- top: 12px;
4047
- left: 0px;
4048
- }
4049
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(8) {
4050
- top: 12px;
4051
- left: 4px;
4052
- }
4053
-
4054
- .t1cs4awq {
4055
- background: white;
4056
- }
4057
- .t1cs4awq .insert-left-tip,
4058
- .t1cs4awq .insert-right-tip {
4059
- display: none;
4060
- position: absolute;
4061
- top: 0;
4062
- bottom: 0;
4063
- width: 4px;
4064
- background: rgba(0, 0, 255, 0.5);
4065
- }
4066
- .t1cs4awq .insert-left-tip {
4067
- left: 0px;
4068
- }
4069
- .t1cs4awq .insert-right-tip {
4070
- right: 0px;
4071
- }
4072
- .t1cs4awq.on-dragenter-left .insert-left-tip {
4073
- display: block;
4074
- }
4075
- .t1cs4awq.on-dragenter-right .insert-right-tip {
4076
- display: block;
4077
- }
4078
-
4079
- .asgcu6r {
4080
- height: 32px;
4081
- }
4082
-
4083
3916
  .m1thnes4 {
4084
3917
  color: rgba(44, 56, 82, 0.6);
4085
3918
  text-align: center;
@@ -4241,6 +4074,36 @@ input.rrg1fkn.ant-input {
4241
4074
  margin-left: 8px;
4242
4075
  }
4243
4076
 
4077
+ .t1gz6wqf {
4078
+ height: 100%;
4079
+ }
4080
+ .t1gz6wqf .table-loading-item {
4081
+ padding: 12px 4px;
4082
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4083
+ display: flex;
4084
+ }
4085
+ .t1gz6wqf .table-loading-item > * {
4086
+ height: 16px;
4087
+ margin: 4px;
4088
+ background: rgba(204, 212, 227, 0.18);
4089
+ border-radius: 2px;
4090
+ }
4091
+ .t1gz6wqf .table-loading-item .checkbox-loading {
4092
+ width: 16px;
4093
+ }
4094
+ .t1gz6wqf .table-loading-item .td-loading {
4095
+ flex: 1;
4096
+ }
4097
+ .t1gz6wqf :nth-child(1) {
4098
+ padding: 8px 4px;
4099
+ }
4100
+ .t1gz6wqf :nth-child(1) > * {
4101
+ background: rgba(107, 125, 153, 0.18);
4102
+ }
4103
+ .t1gz6wqf :nth-child(1) > * {
4104
+ background: rgba(163, 180, 204, 0.18);
4105
+ }
4106
+
4244
4107
  .at4ovwe .ant-input-number-handler-wrap {
4245
4108
  display: var(--at4ovwe-0);
4246
4109
  }