@cloudtower/eagle 0.22.24 → 0.22.25

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
@@ -1889,19 +1889,6 @@ input[type=submit] {
1889
1889
  font-size: 18px;
1890
1890
  }
1891
1891
 
1892
- .iap75of {
1893
- height: 18px;
1894
- line-height: 18px;
1895
- padding: 0 4px;
1896
- border-radius: 4px;
1897
- background: rgba(235, 239, 245, 0.6);
1898
- border: 1px solid rgba(223, 228, 235, 0.6);
1899
- display: flex;
1900
- align-items: center;
1901
- white-space: nowrap;
1902
- margin-right: 4px;
1903
- }
1904
-
1905
1892
  .i1mrf09m {
1906
1893
  display: inline-flex;
1907
1894
  align-items: center;
@@ -1920,181 +1907,475 @@ input[type=submit] {
1920
1907
  animation: rotate 680ms linear infinite;
1921
1908
  }
1922
1909
 
1923
- .rxbeqvl.ant-radio-wrapper {
1924
- display: inline-flex;
1925
- align-items: baseline;
1926
- white-space: pre-wrap;
1927
- }
1928
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1929
- position: relative;
1930
- top: 3px;
1931
- }
1932
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1933
- border-color: rgba(107, 128, 167, 0.6);
1934
- }
1935
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1936
- border-color: #0080ff;
1910
+ .iap75of {
1911
+ height: 18px;
1912
+ line-height: 18px;
1913
+ padding: 0 4px;
1914
+ border-radius: 4px;
1915
+ background: rgba(235, 239, 245, 0.6);
1916
+ border: 1px solid rgba(223, 228, 235, 0.6);
1917
+ display: flex;
1918
+ align-items: center;
1919
+ white-space: nowrap;
1920
+ margin-right: 4px;
1937
1921
  }
1938
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1939
- border-color: #0080ff;
1940
- background: #0080ff;
1922
+
1923
+ .p12gwtiw {
1924
+ display: flex;
1925
+ justify-content: space-between;
1926
+ align-items: center;
1927
+ padding: 10px 0;
1928
+ color: rgba(44, 56, 82, 0.6);
1929
+ font-size: 12px;
1930
+ line-height: 24px;
1941
1931
  }
1942
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1943
- top: 4px;
1944
- left: 4px;
1945
- width: 6px;
1946
- height: 6px;
1947
- background: #fff;
1932
+ .p12gwtiw .pagination-left {
1933
+ padding: 2px 8px;
1948
1934
  }
1949
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1950
- opacity: 0.5;
1935
+ .p12gwtiw .dropdown-trigger {
1936
+ display: flex;
1937
+ align-items: center;
1938
+ border-radius: 6px;
1939
+ cursor: pointer;
1940
+ transition: all 0.3s ease;
1951
1941
  }
1952
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1953
- border-color: rgba(107, 128, 167, 0.6);
1942
+ .p12gwtiw .dropdown-trigger:hover {
1954
1943
  background: rgba(211, 218, 235, 0.6);
1944
+ color: #0080ff;
1955
1945
  }
1956
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1957
- background: #00122e;
1946
+ .p12gwtiw .dropdown-trigger .icon-inner {
1947
+ margin-left: 4px;
1958
1948
  }
1959
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1960
- color: #00122e;
1961
- opacity: 0.5;
1949
+ .p12gwtiw .pagination-right {
1950
+ display: flex;
1951
+ align-items: center;
1952
+ color: #0080ff;
1953
+ font-weight: bold;
1962
1954
  }
1963
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1964
- color: #00122e;
1955
+ .p12gwtiw .pagination-right .icon-inner {
1956
+ margin-left: 4px;
1965
1957
  }
1966
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1967
- display: inline-block;
1968
- padding: 0;
1969
- padding-left: 12px;
1958
+ .p12gwtiw .pagination-right .prev-btn,
1959
+ .p12gwtiw .pagination-right .next-btn {
1960
+ padding: 0 8px;
1970
1961
  }
1971
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1972
- margin-bottom: 0;
1973
- white-space: pre-wrap;
1974
- color: rgba(44, 56, 82, 0.6);
1962
+ .p12gwtiw .pagination-right .prev-btn > span,
1963
+ .p12gwtiw .pagination-right .next-btn > span {
1964
+ color: #0080ff;
1975
1965
  }
1976
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1977
- padding-left: 8px;
1966
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1967
+ transform: rotate(180deg);
1978
1968
  }
1979
1969
 
1980
- .r5ie79y .ant-radio-button-wrapper:first-child {
1981
- border-radius: 5px 0 0 5px;
1970
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1971
+ max-height: calc(100vh - 128px);
1972
+ overflow-y: auto;
1982
1973
  }
1983
- .r5ie79y .ant-radio-button-wrapper:last-child {
1984
- border-radius: 0 5px 5px 0;
1974
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1975
+ padding: 4px 20px;
1976
+ font-size: 12px;
1977
+ line-height: 18px;
1985
1978
  }
1986
1979
 
1987
- .r1f0aqcc {
1988
- color: #00122e;
1989
- border-color: #ccd4e3;
1990
- }
1991
- .r1f0aqcc:first-child {
1992
- color: #00122e;
1993
- border-color: #a3b4cc;
1994
- }
1995
- .r1f0aqcc.ant-radio-button-wrapper {
1996
- padding: 0 12px;
1997
- line-height: 32px;
1998
- height: 32px;
1980
+ .obf05yr {
1981
+ display: inline-block;
1999
1982
  }
2000
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2001
- white-space: nowrap;
1983
+
1984
+ .hsms1n6 {
1985
+ visibility: hidden;
1986
+ position: absolute;
2002
1987
  }
2003
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2004
- background: #ccd4e3;
1988
+
1989
+ .t1upn1sz {
1990
+ height: 100%;
2005
1991
  }
2006
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2007
- background: #0080ff;
1992
+
1993
+ .tta5kd2 {
1994
+ height: 100%;
2008
1995
  }
2009
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2010
- background: #ccd4e3;
2011
- opacity: 0.5;
1996
+ .tta5kd2.empty-table .ant-table-content {
1997
+ overflow: visible !important;
1998
+ height: 100%;
2012
1999
  }
2013
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2014
- border-right-color: #0080ff;
2000
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2001
+ height: 100%;
2015
2002
  }
2016
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2017
- border-color: #0080ff;
2003
+ .tta5kd2.empty-table .ant-table-content table {
2004
+ width: 100% !important;
2005
+ height: 100%;
2018
2006
  }
2019
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2020
- background: rgba(0, 136, 255, 0.1);
2007
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2008
+ padding: 15px 0;
2021
2009
  }
2022
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2023
- background: rgba(211, 218, 235, 0.6);
2024
- border-color: #ccd4e3;
2025
- opacity: 0.5;
2010
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2011
+ display: none;
2026
2012
  }
2027
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2028
- color: #00122e;
2029
- border-color: #ccd4e3;
2013
+ .tta5kd2 .active-row td:nth-child(1) {
2014
+ font-weight: 700;
2030
2015
  }
2031
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2032
- color: #00122e;
2033
- border-color: #ccd4e3;
2034
- background: rgba(172, 186, 211, 0.6);
2016
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2017
+ font-weight: 700;
2035
2018
  }
2036
- .r1f0aqcc .ant-radio-button-input {
2037
- margin-right: 8px;
2038
- display: inline;
2039
- border: none;
2040
- padding: 0;
2041
- width: 36px;
2042
- background: transparent;
2019
+ .tta5kd2 .ant-spin-nested-loading {
2020
+ height: 100%;
2043
2021
  }
2044
- .r1f0aqcc .ant-radio-button-input:focus {
2045
- box-shadow: none;
2022
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2023
+ height: 100%;
2024
+ overflow: visible;
2046
2025
  }
2047
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2048
- margin-right: 0;
2049
- width: initial;
2050
- box-shadow: none;
2026
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2027
+ max-height: none;
2051
2028
  }
2052
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2029
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2030
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2053
2031
  display: none;
2054
2032
  }
2055
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2056
- display: inline;
2033
+ .tta5kd2 td.ant-table-column-sort {
2034
+ background: transparent;
2057
2035
  }
2058
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2059
- display: inline;
2060
- margin-right: 8px;
2061
- padding: 0;
2062
- width: 36px;
2036
+ .tta5kd2 td.ant-table-cell-fix-left,
2037
+ .tta5kd2 td.ant-table-cell-fix-right {
2038
+ background: #fff;
2039
+ padding: 0 !important;
2063
2040
  }
2064
-
2065
- .cz04yix {
2041
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2042
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2066
2043
  display: flex;
2067
- flex-direction: column;
2068
- }
2069
-
2070
- .m1if5j39 {
2071
- max-width: 1120px;
2072
- width: 100%;
2073
- margin: 0 auto;
2044
+ align-items: center;
2074
2045
  height: 100%;
2046
+ padding: 8px;
2075
2047
  }
2076
-
2077
- .w1vvwdlp {
2078
- max-width: 1120px;
2048
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2049
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2050
+ overflow: hidden;
2051
+ text-overflow: ellipsis;
2079
2052
  width: 100%;
2080
- margin: 0 auto;
2081
- display: flex;
2082
- }
2083
- .w1vvwdlp .left,
2084
- .w1vvwdlp .right {
2085
- flex-grow: 0;
2086
- flex-shrink: 0;
2087
- flex-basis: 21%;
2088
2053
  }
2089
- .w1vvwdlp .left {
2090
- display: flex;
2091
- justify-content: flex-end;
2092
- padding-right: 44px;
2054
+ .tta5kd2 .ant-table-container {
2055
+ height: 100%;
2093
2056
  }
2094
- .w1vvwdlp .right {
2095
- padding-left: 44px;
2057
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2058
+ box-shadow: none !important;
2096
2059
  }
2097
- .w1vvwdlp .middle {
2060
+ .tta5kd2 .ant-table {
2061
+ border-radius: 0px;
2062
+ border-left: none;
2063
+ border-right: none;
2064
+ border-bottom: none;
2065
+ height: 100%;
2066
+ font-size: 12px;
2067
+ background: transparent;
2068
+ }
2069
+ .tta5kd2 .ant-table .ant-table-header {
2070
+ position: relative;
2071
+ z-index: 3;
2072
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2073
+ margin-bottom: -1px;
2074
+ }
2075
+ .tta5kd2 .ant-table .time-wrapper .data,
2076
+ .tta5kd2 .ant-table .value {
2077
+ color: #2d3a56;
2078
+ }
2079
+ .tta5kd2 .ant-table .time-wrapper .time,
2080
+ .tta5kd2 .ant-table .unit {
2081
+ color: rgba(44, 56, 82, 0.6);
2082
+ }
2083
+ .tta5kd2 .ant-table .ant-table-selection {
2084
+ text-align: center;
2085
+ }
2086
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2087
+ background: #fff;
2088
+ }
2089
+ .tta5kd2 .ant-table .anticon-setting {
2090
+ cursor: pointer;
2091
+ position: absolute;
2092
+ top: 50%;
2093
+ right: 12px;
2094
+ transform: translateY(-50%);
2095
+ }
2096
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2097
+ box-shadow: none;
2098
+ width: 1px;
2099
+ background: rgba(213, 219, 227, 0.6);
2100
+ }
2101
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2102
+ box-shadow: none;
2103
+ width: 1px;
2104
+ background: rgba(213, 219, 227, 0.6);
2105
+ }
2106
+ .tta5kd2 .ant-table .ant-table-tbody {
2107
+ position: relative;
2108
+ }
2109
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2110
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2111
+ border-bottom: 1px solid white;
2112
+ height: 40px;
2113
+ vertical-align: middle;
2114
+ transition: background 0ms;
2115
+ color: #00122e;
2116
+ }
2117
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2118
+ background: #f2f5fa;
2119
+ border-bottom-color: #f2f5fa;
2120
+ }
2121
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2122
+ height: auto;
2123
+ color: #00122e;
2124
+ font-size: 12px;
2125
+ text-align: left;
2126
+ transition: none;
2127
+ overflow: hidden;
2128
+ text-overflow: ellipsis;
2129
+ white-space: nowrap;
2130
+ }
2131
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2132
+ color: #0096ff;
2133
+ }
2134
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2135
+ overflow: hidden;
2136
+ text-overflow: ellipsis;
2137
+ width: 100%;
2138
+ vertical-align: middle;
2139
+ }
2140
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2141
+ line-height: 0px;
2142
+ }
2143
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2144
+ border-top-color: transparent;
2145
+ }
2146
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2147
+ background: rgba(225, 230, 241, 0.6);
2148
+ border-color: transparent transparent white;
2149
+ }
2150
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2151
+ border-radius: 8px 0 0 8px;
2152
+ }
2153
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2154
+ border-radius: 8px 0 0 8px;
2155
+ }
2156
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2157
+ content: "";
2158
+ width: 4px;
2159
+ top: -1px;
2160
+ bottom: -1px;
2161
+ background: white;
2162
+ }
2163
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2164
+ border-radius: 0 8px 8px 0;
2165
+ }
2166
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2167
+ border-radius: 0;
2168
+ background: white;
2169
+ border-top: none;
2170
+ }
2171
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2172
+ border-top: 1px solid transparent;
2173
+ border-radius: 0 8px 8px 0;
2174
+ background: rgba(225, 230, 241, 0.6);
2175
+ }
2176
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2177
+ background: white;
2178
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2179
+ }
2180
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2181
+ display: flex;
2182
+ align-items: center;
2183
+ height: 100%;
2184
+ background: rgba(225, 230, 241, 0.6);
2185
+ }
2186
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2187
+ background: white;
2188
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2189
+ }
2190
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2191
+ display: flex;
2192
+ align-items: center;
2193
+ height: 100%;
2194
+ background: rgba(225, 230, 241, 0.6);
2195
+ }
2196
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2197
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2198
+ }
2199
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2200
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2201
+ border-radius: 8px;
2202
+ }
2203
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2204
+ border-top-color: white;
2205
+ }
2206
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2207
+ background: rgba(0, 136, 255, 0.1);
2208
+ border-bottom-color: transparent;
2209
+ border-top-color: transparent;
2210
+ }
2211
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2212
+ border-radius: 8px 0 0 8px;
2213
+ }
2214
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2215
+ border-radius: 0 8px 8px 0;
2216
+ }
2217
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2218
+ background: rgba(0, 136, 255, 0.1);
2219
+ }
2220
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
2221
+ background: #fff;
2222
+ font-weight: 400;
2223
+ position: relative;
2224
+ border-bottom: none;
2225
+ color: #00122e;
2226
+ transition: none;
2227
+ padding: 15px 8px 15px 8px;
2228
+ }
2229
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2230
+ content: "";
2231
+ width: 1px;
2232
+ top: 0;
2233
+ bottom: 0;
2234
+ background: rgba(211, 218, 235, 0.6);
2235
+ position: absolute;
2236
+ right: 0;
2237
+ }
2238
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2239
+ padding: unset;
2240
+ }
2241
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2242
+ display: none;
2243
+ }
2244
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2245
+ width: 100%;
2246
+ overflow: hidden;
2247
+ white-space: nowrap;
2248
+ text-overflow: ellipsis;
2249
+ }
2250
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2251
+ overflow: hidden;
2252
+ text-overflow: ellipsis;
2253
+ flex: 1;
2254
+ }
2255
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2256
+ padding: 15px 28px 15px 8px;
2257
+ }
2258
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2259
+ padding: 0;
2260
+ }
2261
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2262
+ position: absolute;
2263
+ right: 10px;
2264
+ top: 50%;
2265
+ transform: translateY(-50%);
2266
+ height: 16px;
2267
+ display: none;
2268
+ transition: transform 320ms ease;
2269
+ }
2270
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2271
+ display: block;
2272
+ transform: translateY(-50%) rotateX(180deg);
2273
+ }
2274
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2275
+ display: block;
2276
+ }
2277
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2278
+ display: none;
2279
+ }
2280
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2281
+ transform: translateY(-50%);
2282
+ }
2283
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2284
+ transform: translateY(-50%) rotateX(180deg);
2285
+ }
2286
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2287
+ background: #f2f5fa;
2288
+ }
2289
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2290
+ display: block;
2291
+ }
2292
+ .tta5kd2 .ant-table .ant-table-selection-column {
2293
+ padding: 0 !important;
2294
+ }
2295
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2296
+ position: absolute;
2297
+ left: 50%;
2298
+ top: 50%;
2299
+ transform: translate(-50%, -50%);
2300
+ }
2301
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
2302
+ display: none;
2303
+ }
2304
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2305
+ background: #fff;
2306
+ }
2307
+ .tta5kd2 .ant-table .ant-table-placeholder {
2308
+ background: inherit;
2309
+ }
2310
+ .tta5kd2 .ant-table .ant-table-placeholder td {
2311
+ position: static;
2312
+ border: none;
2313
+ background: inherit !important;
2314
+ height: 100px;
2315
+ vertical-align: middle;
2316
+ }
2317
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2318
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2319
+ font-weight: bold;
2320
+ font-size: 20px;
2321
+ color: rgba(10, 37, 85, 0.6);
2322
+ }
2323
+ .tta5kd2 .ant-table td.cell__action_ {
2324
+ padding: 0 !important;
2325
+ position: relative;
2326
+ background: #fff;
2327
+ }
2328
+ .tta5kd2 .ant-table td.cell__action_ > * {
2329
+ height: 100%;
2330
+ display: flex;
2331
+ align-items: center;
2332
+ justify-content: flex-end;
2333
+ padding-right: 8px;
2334
+ }
2335
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
2336
+ width: 24px;
2337
+ height: 24px;
2338
+ cursor: pointer;
2339
+ justify-content: center;
2340
+ border-radius: 4px;
2341
+ }
2342
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2343
+ background: #fff;
2344
+ }
2345
+
2346
+ .cz04yix {
2347
+ display: flex;
2348
+ flex-direction: column;
2349
+ }
2350
+
2351
+ .m1if5j39 {
2352
+ max-width: 1120px;
2353
+ width: 100%;
2354
+ margin: 0 auto;
2355
+ height: 100%;
2356
+ }
2357
+
2358
+ .w1vvwdlp {
2359
+ max-width: 1120px;
2360
+ width: 100%;
2361
+ margin: 0 auto;
2362
+ display: flex;
2363
+ }
2364
+ .w1vvwdlp .left,
2365
+ .w1vvwdlp .right {
2366
+ flex-grow: 0;
2367
+ flex-shrink: 0;
2368
+ flex-basis: 21%;
2369
+ }
2370
+ .w1vvwdlp .left {
2371
+ display: flex;
2372
+ justify-content: flex-end;
2373
+ padding-right: 44px;
2374
+ }
2375
+ .w1vvwdlp .right {
2376
+ padding-left: 44px;
2377
+ }
2378
+ .w1vvwdlp .middle {
2098
2379
  margin-bottom: 40px;
2099
2380
  flex-grow: 0;
2100
2381
  flex-shrink: 0;
@@ -2689,163 +2970,42 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2689
2970
  left: 8px;
2690
2971
  opacity: 1;
2691
2972
  }
2692
- .kypn5o5.has-focus-indicator input {
2693
- transition: margin-left 150ms ease;
2694
- margin-left: 0px;
2695
- }
2696
- .kypn5o5.has-focus-indicator input:focus {
2697
- margin-left: 16px;
2698
- }
2699
-
2700
- input.l1ki27se.ant-input {
2701
- border-top-right-radius: 0;
2702
- border-bottom-right-radius: 0;
2703
- }
2704
-
2705
- .l1ki27se.ant-input-affix-wrapper {
2706
- border-top-right-radius: 0;
2707
- border-bottom-right-radius: 0;
2708
- }
2709
-
2710
- input.rrg1fkn.ant-input {
2711
- border-top-left-radius: 0;
2712
- border-bottom-left-radius: 0;
2713
- }
2714
-
2715
- .rrg1fkn.ant-input-affix-wrapper {
2716
- border-top-left-radius: 0;
2717
- border-bottom-left-radius: 0;
2718
- }
2719
-
2720
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2721
- border-top-right-radius: 0;
2722
- border-bottom-right-radius: 0;
2723
- }
2724
-
2725
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2726
- border-top-left-radius: 0;
2727
- border-bottom-left-radius: 0;
2728
- }
2729
-
2730
- .p12gwtiw {
2731
- display: flex;
2732
- justify-content: space-between;
2733
- align-items: center;
2734
- padding: 10px 0;
2735
- color: rgba(44, 56, 82, 0.6);
2736
- font-size: 12px;
2737
- line-height: 24px;
2738
- }
2739
- .p12gwtiw .pagination-left {
2740
- padding: 2px 8px;
2741
- }
2742
- .p12gwtiw .dropdown-trigger {
2743
- display: flex;
2744
- align-items: center;
2745
- border-radius: 6px;
2746
- cursor: pointer;
2747
- transition: all 0.3s ease;
2748
- }
2749
- .p12gwtiw .dropdown-trigger:hover {
2750
- background: rgba(211, 218, 235, 0.6);
2751
- color: #0080ff;
2752
- }
2753
- .p12gwtiw .dropdown-trigger .icon-inner {
2754
- margin-left: 4px;
2755
- }
2756
- .p12gwtiw .pagination-right {
2757
- display: flex;
2758
- align-items: center;
2759
- color: #0080ff;
2760
- font-weight: bold;
2761
- }
2762
- .p12gwtiw .pagination-right .icon-inner {
2763
- margin-left: 4px;
2764
- }
2765
- .p12gwtiw .pagination-right .prev-btn,
2766
- .p12gwtiw .pagination-right .next-btn {
2767
- padding: 0 8px;
2768
- }
2769
- .p12gwtiw .pagination-right .prev-btn > span,
2770
- .p12gwtiw .pagination-right .next-btn > span {
2771
- color: #0080ff;
2772
- }
2773
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2774
- transform: rotate(180deg);
2775
- }
2776
-
2777
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2778
- max-height: calc(100vh - 128px);
2779
- overflow-y: auto;
2780
- }
2781
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2782
- padding: 4px 20px;
2783
- font-size: 12px;
2784
- line-height: 18px;
2785
- }
2786
-
2787
- .obf05yr {
2788
- display: inline-block;
2789
- }
2790
-
2791
- .hsms1n6 {
2792
- visibility: hidden;
2793
- position: absolute;
2794
- }
2795
-
2796
- .s34f1qb.ant-switch {
2797
- min-width: 40px;
2798
- height: 24px;
2799
- background: rgba(172, 186, 211, 0.6);
2800
- overflow: hidden;
2801
- }
2802
- .s34f1qb.ant-switch:focus {
2803
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2804
- }
2805
- .s34f1qb.ant-switch-small {
2806
- min-width: 26px;
2807
- height: 16px;
2808
- }
2809
- .s34f1qb.ant-switch-large {
2810
- min-width: 52px;
2811
- height: 32px;
2812
- }
2813
- .s34f1qb.ant-switch .ant-switch-handle {
2814
- height: 20px;
2815
- width: 20px;
2816
- }
2817
- .s34f1qb.ant-switch .ant-switch-handle::before {
2818
- border-radius: 10px;
2819
- transition-delay: 120ms;
2820
- }
2821
- .s34f1qb.ant-switch-small .ant-switch-handle {
2822
- height: 14px;
2823
- width: 14px;
2824
- top: 1px;
2825
- left: 1px;
2826
- }
2827
- .s34f1qb.ant-switch-large .ant-switch-handle {
2828
- height: 28px;
2829
- width: 28px;
2973
+ .kypn5o5.has-focus-indicator input {
2974
+ transition: margin-left 150ms ease;
2975
+ margin-left: 0px;
2830
2976
  }
2831
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2832
- border-radius: 14px;
2977
+ .kypn5o5.has-focus-indicator input:focus {
2978
+ margin-left: 16px;
2833
2979
  }
2834
- .s34f1qb.ant-switch-checked {
2835
- background-color: #00ba5d;
2980
+
2981
+ input.l1ki27se.ant-input {
2982
+ border-top-right-radius: 0;
2983
+ border-bottom-right-radius: 0;
2836
2984
  }
2837
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2838
- left: calc(100% - 20px - 2px);
2985
+
2986
+ .l1ki27se.ant-input-affix-wrapper {
2987
+ border-top-right-radius: 0;
2988
+ border-bottom-right-radius: 0;
2839
2989
  }
2840
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2841
- left: calc(100% - 14px - 1px);
2990
+
2991
+ input.rrg1fkn.ant-input {
2992
+ border-top-left-radius: 0;
2993
+ border-bottom-left-radius: 0;
2842
2994
  }
2843
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2844
- left: calc(100% - 28px - 2px);
2995
+
2996
+ .rrg1fkn.ant-input-affix-wrapper {
2997
+ border-top-left-radius: 0;
2998
+ border-bottom-left-radius: 0;
2845
2999
  }
2846
3000
 
2847
- .c1to9vb9 {
2848
- margin-left: 5px;
3001
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
3002
+ border-top-right-radius: 0;
3003
+ border-bottom-right-radius: 0;
3004
+ }
3005
+
3006
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
3007
+ border-top-left-radius: 0;
3008
+ border-bottom-left-radius: 0;
2849
3009
  }
2850
3010
 
2851
3011
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
@@ -2931,384 +3091,295 @@ input.rrg1fkn.ant-input {
2931
3091
  padding: 0;
2932
3092
  }
2933
3093
 
2934
- .t1upn1sz {
2935
- height: 100%;
2936
- }
2937
-
2938
- .tta5kd2 {
2939
- height: 100%;
2940
- }
2941
- .tta5kd2.empty-table .ant-table-content {
2942
- overflow: visible !important;
2943
- height: 100%;
2944
- }
2945
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2946
- height: 100%;
2947
- }
2948
- .tta5kd2.empty-table .ant-table-content table {
2949
- width: 100% !important;
2950
- height: 100%;
2951
- }
2952
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2953
- padding: 15px 0;
3094
+ .s34f1qb.ant-switch {
3095
+ min-width: 40px;
3096
+ height: 24px;
3097
+ background: rgba(172, 186, 211, 0.6);
3098
+ overflow: hidden;
2954
3099
  }
2955
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2956
- display: none;
3100
+ .s34f1qb.ant-switch:focus {
3101
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2957
3102
  }
2958
- .tta5kd2 .active-row td:nth-child(1) {
2959
- font-weight: 700;
3103
+ .s34f1qb.ant-switch-small {
3104
+ min-width: 26px;
3105
+ height: 16px;
2960
3106
  }
2961
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2962
- font-weight: 700;
3107
+ .s34f1qb.ant-switch-large {
3108
+ min-width: 52px;
3109
+ height: 32px;
2963
3110
  }
2964
- .tta5kd2 .ant-spin-nested-loading {
2965
- height: 100%;
3111
+ .s34f1qb.ant-switch .ant-switch-handle {
3112
+ height: 20px;
3113
+ width: 20px;
2966
3114
  }
2967
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2968
- height: 100%;
2969
- overflow: visible;
3115
+ .s34f1qb.ant-switch .ant-switch-handle::before {
3116
+ border-radius: 10px;
3117
+ transition-delay: 120ms;
2970
3118
  }
2971
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2972
- max-height: none;
3119
+ .s34f1qb.ant-switch-small .ant-switch-handle {
3120
+ height: 14px;
3121
+ width: 14px;
3122
+ top: 1px;
3123
+ left: 1px;
2973
3124
  }
2974
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2975
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2976
- display: none;
3125
+ .s34f1qb.ant-switch-large .ant-switch-handle {
3126
+ height: 28px;
3127
+ width: 28px;
2977
3128
  }
2978
- .tta5kd2 td.ant-table-column-sort {
2979
- background: transparent;
3129
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
3130
+ border-radius: 14px;
2980
3131
  }
2981
- .tta5kd2 td.ant-table-cell-fix-left,
2982
- .tta5kd2 td.ant-table-cell-fix-right {
2983
- background: #fff;
2984
- padding: 0 !important;
3132
+ .s34f1qb.ant-switch-checked {
3133
+ background-color: #00ba5d;
2985
3134
  }
2986
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2987
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2988
- display: flex;
2989
- align-items: center;
2990
- height: 100%;
2991
- padding: 8px;
3135
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
3136
+ left: calc(100% - 20px - 2px);
2992
3137
  }
2993
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2994
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2995
- overflow: hidden;
2996
- text-overflow: ellipsis;
2997
- width: 100%;
3138
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3139
+ left: calc(100% - 14px - 1px);
2998
3140
  }
2999
- .tta5kd2 .ant-table-container {
3000
- height: 100%;
3141
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3142
+ left: calc(100% - 28px - 2px);
3001
3143
  }
3002
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3003
- box-shadow: none !important;
3144
+
3145
+ .c1to9vb9 {
3146
+ margin-left: 5px;
3004
3147
  }
3005
- .tta5kd2 .ant-table {
3006
- border-radius: 0px;
3007
- border-left: none;
3008
- border-right: none;
3009
- border-bottom: none;
3010
- height: 100%;
3011
- font-size: 12px;
3012
- background: transparent;
3148
+
3149
+ .rxbeqvl.ant-radio-wrapper {
3150
+ display: inline-flex;
3151
+ align-items: baseline;
3152
+ white-space: pre-wrap;
3013
3153
  }
3014
- .tta5kd2 .ant-table .ant-table-header {
3154
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
3015
3155
  position: relative;
3016
- z-index: 3;
3017
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3018
- margin-bottom: -1px;
3156
+ top: 3px;
3019
3157
  }
3020
- .tta5kd2 .ant-table .time-wrapper .data,
3021
- .tta5kd2 .ant-table .value {
3022
- color: #2d3a56;
3158
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
3159
+ border-color: rgba(107, 128, 167, 0.6);
3023
3160
  }
3024
- .tta5kd2 .ant-table .time-wrapper .time,
3025
- .tta5kd2 .ant-table .unit {
3026
- color: rgba(44, 56, 82, 0.6);
3161
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
3162
+ border-color: #0080ff;
3027
3163
  }
3028
- .tta5kd2 .ant-table .ant-table-selection {
3029
- text-align: center;
3164
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3165
+ border-color: #0080ff;
3166
+ background: #0080ff;
3030
3167
  }
3031
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3168
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
3169
+ top: 4px;
3170
+ left: 4px;
3171
+ width: 6px;
3172
+ height: 6px;
3032
3173
  background: #fff;
3033
3174
  }
3034
- .tta5kd2 .ant-table .anticon-setting {
3035
- cursor: pointer;
3036
- position: absolute;
3037
- top: 50%;
3038
- right: 12px;
3039
- transform: translateY(-50%);
3040
- }
3041
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3042
- box-shadow: none;
3043
- width: 1px;
3044
- background: rgba(213, 219, 227, 0.6);
3045
- }
3046
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3047
- box-shadow: none;
3048
- width: 1px;
3049
- background: rgba(213, 219, 227, 0.6);
3050
- }
3051
- .tta5kd2 .ant-table .ant-table-tbody {
3052
- position: relative;
3053
- }
3054
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3055
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3056
- border-bottom: 1px solid white;
3057
- height: 40px;
3058
- vertical-align: middle;
3059
- transition: background 0ms;
3060
- color: #00122e;
3061
- }
3062
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3063
- background: #f2f5fa;
3064
- border-bottom-color: #f2f5fa;
3065
- }
3066
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3067
- height: auto;
3068
- color: #00122e;
3069
- font-size: 12px;
3070
- text-align: left;
3071
- transition: none;
3072
- overflow: hidden;
3073
- text-overflow: ellipsis;
3074
- white-space: nowrap;
3075
- }
3076
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3077
- color: #0096ff;
3078
- }
3079
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3080
- overflow: hidden;
3081
- text-overflow: ellipsis;
3082
- width: 100%;
3083
- vertical-align: middle;
3084
- }
3085
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3086
- line-height: 0px;
3087
- }
3088
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3089
- border-top-color: transparent;
3090
- }
3091
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3092
- background: rgba(225, 230, 241, 0.6);
3093
- border-color: transparent transparent white;
3094
- }
3095
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3096
- border-radius: 8px 0 0 8px;
3097
- }
3098
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3099
- border-radius: 8px 0 0 8px;
3175
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3176
+ opacity: 0.5;
3100
3177
  }
3101
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3102
- content: "";
3103
- width: 4px;
3104
- top: -1px;
3105
- bottom: -1px;
3106
- background: white;
3178
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
3179
+ border-color: rgba(107, 128, 167, 0.6);
3180
+ background: rgba(211, 218, 235, 0.6);
3107
3181
  }
3108
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3109
- border-radius: 0 8px 8px 0;
3182
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3183
+ background: #00122e;
3110
3184
  }
3111
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3112
- border-radius: 0;
3113
- background: white;
3114
- border-top: none;
3185
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3186
+ color: #00122e;
3187
+ opacity: 0.5;
3115
3188
  }
3116
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3117
- border-top: 1px solid transparent;
3118
- border-radius: 0 8px 8px 0;
3119
- background: rgba(225, 230, 241, 0.6);
3189
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3190
+ color: #00122e;
3120
3191
  }
3121
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3122
- background: white;
3123
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3192
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3193
+ display: inline-block;
3194
+ padding: 0;
3195
+ padding-left: 12px;
3124
3196
  }
3125
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3126
- display: flex;
3127
- align-items: center;
3128
- height: 100%;
3129
- background: rgba(225, 230, 241, 0.6);
3197
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
3198
+ margin-bottom: 0;
3199
+ white-space: pre-wrap;
3200
+ color: rgba(44, 56, 82, 0.6);
3130
3201
  }
3131
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3132
- background: white;
3133
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3202
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3203
+ padding-left: 8px;
3134
3204
  }
3135
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3136
- display: flex;
3137
- align-items: center;
3138
- height: 100%;
3139
- background: rgba(225, 230, 241, 0.6);
3205
+
3206
+ .r5ie79y .ant-radio-button-wrapper:first-child {
3207
+ border-radius: 5px 0 0 5px;
3140
3208
  }
3141
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3142
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3209
+ .r5ie79y .ant-radio-button-wrapper:last-child {
3210
+ border-radius: 0 5px 5px 0;
3143
3211
  }
3144
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3145
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3146
- border-radius: 8px;
3212
+
3213
+ .r1f0aqcc {
3214
+ color: #00122e;
3215
+ border-color: #ccd4e3;
3147
3216
  }
3148
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3149
- border-top-color: white;
3217
+ .r1f0aqcc:first-child {
3218
+ color: #00122e;
3219
+ border-color: #a3b4cc;
3150
3220
  }
3151
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3152
- background: rgba(0, 136, 255, 0.1);
3153
- border-bottom-color: transparent;
3154
- border-top-color: transparent;
3221
+ .r1f0aqcc.ant-radio-button-wrapper {
3222
+ padding: 0 12px;
3223
+ line-height: 32px;
3224
+ height: 32px;
3155
3225
  }
3156
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3157
- border-radius: 8px 0 0 8px;
3226
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
3227
+ white-space: nowrap;
3158
3228
  }
3159
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3160
- border-radius: 0 8px 8px 0;
3229
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3230
+ background: #ccd4e3;
3161
3231
  }
3162
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3163
- background: rgba(0, 136, 255, 0.1);
3232
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3233
+ background: #0080ff;
3164
3234
  }
3165
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3166
- background: #fff;
3167
- font-weight: 400;
3168
- position: relative;
3169
- border-bottom: none;
3170
- color: #00122e;
3171
- transition: none;
3172
- padding: 15px 8px 15px 8px;
3235
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3236
+ background: #ccd4e3;
3237
+ opacity: 0.5;
3173
3238
  }
3174
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3175
- content: "";
3176
- width: 1px;
3177
- top: 0;
3178
- bottom: 0;
3179
- background: rgba(211, 218, 235, 0.6);
3180
- position: absolute;
3181
- right: 0;
3239
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
3240
+ border-right-color: #0080ff;
3182
3241
  }
3183
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3184
- padding: unset;
3242
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3243
+ border-color: #0080ff;
3185
3244
  }
3186
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3187
- display: none;
3245
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
3246
+ background: rgba(0, 136, 255, 0.1);
3188
3247
  }
3189
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3190
- width: 100%;
3191
- overflow: hidden;
3192
- white-space: nowrap;
3193
- text-overflow: ellipsis;
3248
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
3249
+ background: rgba(211, 218, 235, 0.6);
3250
+ border-color: #ccd4e3;
3251
+ opacity: 0.5;
3194
3252
  }
3195
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3196
- overflow: hidden;
3197
- text-overflow: ellipsis;
3198
- flex: 1;
3253
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3254
+ color: #00122e;
3255
+ border-color: #ccd4e3;
3199
3256
  }
3200
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3201
- padding: 15px 28px 15px 8px;
3257
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
3258
+ color: #00122e;
3259
+ border-color: #ccd4e3;
3260
+ background: rgba(172, 186, 211, 0.6);
3202
3261
  }
3203
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3262
+ .r1f0aqcc .ant-radio-button-input {
3263
+ margin-right: 8px;
3264
+ display: inline;
3265
+ border: none;
3204
3266
  padding: 0;
3267
+ width: 36px;
3268
+ background: transparent;
3205
3269
  }
3206
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3207
- position: absolute;
3208
- right: 10px;
3209
- top: 50%;
3210
- transform: translateY(-50%);
3211
- height: 16px;
3212
- display: none;
3213
- transition: transform 320ms ease;
3214
- }
3215
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3216
- display: block;
3217
- transform: translateY(-50%) rotateX(180deg);
3270
+ .r1f0aqcc .ant-radio-button-input:focus {
3271
+ box-shadow: none;
3218
3272
  }
3219
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3220
- display: block;
3273
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
3274
+ margin-right: 0;
3275
+ width: initial;
3276
+ box-shadow: none;
3221
3277
  }
3222
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3278
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3223
3279
  display: none;
3224
3280
  }
3225
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3226
- transform: translateY(-50%);
3281
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3282
+ display: inline;
3227
3283
  }
3228
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3229
- transform: translateY(-50%) rotateX(180deg);
3284
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3285
+ display: inline;
3286
+ margin-right: 8px;
3287
+ padding: 0;
3288
+ width: 36px;
3230
3289
  }
3231
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3232
- background: #f2f5fa;
3290
+
3291
+ .s1fc623g {
3292
+ width: 430px !important;
3233
3293
  }
3234
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3235
- display: block;
3294
+
3295
+ .oa3mx0o {
3296
+ display: flex;
3297
+ flex-direction: column;
3236
3298
  }
3237
- .tta5kd2 .ant-table .ant-table-selection-column {
3238
- padding: 0 !important;
3299
+
3300
+ .onr9gzt {
3301
+ display: flex;
3302
+ justify-content: space-between;
3239
3303
  }
3240
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3241
- position: absolute;
3242
- left: 50%;
3243
- top: 50%;
3244
- transform: translate(-50%, -50%);
3304
+
3305
+ .oiy0apc {
3306
+ display: flex;
3307
+ color: rgba(44, 56, 82, 0.6);
3245
3308
  }
3246
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3247
- display: none;
3309
+
3310
+ .i1e4sgug {
3311
+ display: inline-block;
3248
3312
  }
3249
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3250
- background: #fff;
3313
+
3314
+ .c198s9j3 {
3315
+ color: #2d3a56;
3316
+ line-height: 22px;
3317
+ display: inline-flex;
3251
3318
  }
3252
- .tta5kd2 .ant-table .ant-table-placeholder {
3253
- background: inherit;
3319
+ .c198s9j3 .ant-checkbox {
3320
+ height: 22px;
3321
+ display: flex;
3322
+ align-items: center;
3323
+ top: 0;
3254
3324
  }
3255
- .tta5kd2 .ant-table .ant-table-placeholder td {
3256
- position: static;
3325
+ .c198s9j3 .ant-checkbox-checked::after {
3257
3326
  border: none;
3258
- background: inherit !important;
3259
- height: 100px;
3260
- vertical-align: middle;
3261
3327
  }
3262
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3263
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3264
- font-weight: bold;
3265
- font-size: 20px;
3266
- color: rgba(10, 37, 85, 0.6);
3328
+ .c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
3329
+ .c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
3330
+ border-color: #0080ff;
3267
3331
  }
3268
- .tta5kd2 .ant-table td.cell__action_ {
3269
- padding: 0 !important;
3270
- position: relative;
3271
- background: #fff;
3332
+ .c198s9j3 .ant-checkbox .ant-checkbox-inner {
3333
+ border: 1px solid rgba(107, 128, 167, 0.6);
3272
3334
  }
3273
- .tta5kd2 .ant-table td.cell__action_ > * {
3274
- height: 100%;
3275
- display: flex;
3276
- align-items: center;
3277
- justify-content: flex-end;
3278
- padding-right: 8px;
3335
+ .c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
3336
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3337
+ border: 1px solid #0080ff;
3338
+ }
3339
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3340
+ background: #0080ff;
3341
+ }
3342
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3343
+ background-color: #fff;
3344
+ height: 2px;
3345
+ width: 10px;
3346
+ border-radius: 2px;
3279
3347
  }
3280
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3281
- width: 24px;
3282
- height: 24px;
3283
- cursor: pointer;
3284
- justify-content: center;
3285
- border-radius: 4px;
3348
+ .c198s9j3.ant-checkbox-wrapper-disabled {
3349
+ opacity: 0.5;
3286
3350
  }
3287
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3288
- background: #fff;
3351
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
3352
+ background: rgba(211, 218, 235, 0.6);
3353
+ border-color: rgba(107, 128, 167, 0.6) !important;
3289
3354
  }
3290
-
3291
- .s1fc623g {
3292
- width: 430px !important;
3355
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
3356
+ border-color: #2d3a56;
3293
3357
  }
3294
-
3295
- .oa3mx0o {
3296
- display: flex;
3297
- flex-direction: column;
3358
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3359
+ background: #2d3a56;
3298
3360
  }
3299
-
3300
- .onr9gzt {
3301
- display: flex;
3302
- justify-content: space-between;
3361
+ .c198s9j3 .ant-checkbox + span,
3362
+ .c198s9j3 .ant-checkbox-disabled + span {
3363
+ padding: 0;
3303
3364
  }
3304
-
3305
- .oiy0apc {
3306
- display: flex;
3365
+ .c198s9j3 .ant-checkbox + span .main,
3366
+ .c198s9j3 .ant-checkbox-disabled + span .main {
3367
+ display: inline-block;
3368
+ margin-left: 12px;
3369
+ color: #2d3a56;
3370
+ }
3371
+ .c198s9j3 .ant-checkbox + span .sub,
3372
+ .c198s9j3 .ant-checkbox-disabled + span .sub {
3373
+ margin-left: 28px;
3307
3374
  color: rgba(44, 56, 82, 0.6);
3308
3375
  }
3309
-
3310
- .i1e4sgug {
3311
- display: inline-block;
3376
+ .c198s9j3.compact .ant-checkbox + span .main,
3377
+ .c198s9j3.compact .ant-checkbox-disabled + span .main {
3378
+ margin-left: 8px;
3379
+ }
3380
+ .c198s9j3.compact .ant-checkbox + span .sub,
3381
+ .c198s9j3.compact .ant-checkbox-disabled + span .sub {
3382
+ margin-left: 24px;
3312
3383
  }
3313
3384
 
3314
3385
  .d6j0lbj {
@@ -3786,142 +3857,6 @@ input.rrg1fkn.ant-input {
3786
3857
  line-height: 12px;
3787
3858
  }
3788
3859
 
3789
- .c198s9j3 {
3790
- color: #2d3a56;
3791
- line-height: 22px;
3792
- display: inline-flex;
3793
- }
3794
- .c198s9j3 .ant-checkbox {
3795
- height: 22px;
3796
- display: flex;
3797
- align-items: center;
3798
- top: 0;
3799
- }
3800
- .c198s9j3 .ant-checkbox-checked::after {
3801
- border: none;
3802
- }
3803
- .c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
3804
- .c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
3805
- border-color: #0080ff;
3806
- }
3807
- .c198s9j3 .ant-checkbox .ant-checkbox-inner {
3808
- border: 1px solid rgba(107, 128, 167, 0.6);
3809
- }
3810
- .c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
3811
- .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3812
- border: 1px solid #0080ff;
3813
- }
3814
- .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3815
- background: #0080ff;
3816
- }
3817
- .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3818
- background-color: #fff;
3819
- height: 2px;
3820
- width: 10px;
3821
- border-radius: 2px;
3822
- }
3823
- .c198s9j3.ant-checkbox-wrapper-disabled {
3824
- opacity: 0.5;
3825
- }
3826
- .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
3827
- background: rgba(211, 218, 235, 0.6);
3828
- border-color: rgba(107, 128, 167, 0.6) !important;
3829
- }
3830
- .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
3831
- border-color: #2d3a56;
3832
- }
3833
- .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3834
- background: #2d3a56;
3835
- }
3836
- .c198s9j3 .ant-checkbox + span,
3837
- .c198s9j3 .ant-checkbox-disabled + span {
3838
- padding: 0;
3839
- }
3840
- .c198s9j3 .ant-checkbox + span .main,
3841
- .c198s9j3 .ant-checkbox-disabled + span .main {
3842
- display: inline-block;
3843
- margin-left: 12px;
3844
- color: #2d3a56;
3845
- }
3846
- .c198s9j3 .ant-checkbox + span .sub,
3847
- .c198s9j3 .ant-checkbox-disabled + span .sub {
3848
- margin-left: 28px;
3849
- color: rgba(44, 56, 82, 0.6);
3850
- }
3851
- .c198s9j3.compact .ant-checkbox + span .main,
3852
- .c198s9j3.compact .ant-checkbox-disabled + span .main {
3853
- margin-left: 8px;
3854
- }
3855
- .c198s9j3.compact .ant-checkbox + span .sub,
3856
- .c198s9j3.compact .ant-checkbox-disabled + span .sub {
3857
- margin-left: 24px;
3858
- }
3859
-
3860
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3861
- border-radius: 6px;
3862
- }
3863
- .shq1k1g.ant-select.ant-select-single {
3864
- width: 100%;
3865
- height: 30px;
3866
- color: #2d3a56;
3867
- border-color: rgba(211, 218, 235, 0.6);
3868
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3869
- font-size: 13px;
3870
- }
3871
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3872
- height: 38px;
3873
- font-size: 13px;
3874
- }
3875
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3876
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3877
- transition: 160ms ease;
3878
- }
3879
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3880
- color: #0080ff;
3881
- }
3882
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3883
- border-color: rgba(107, 128, 167, 0.6);
3884
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3885
- }
3886
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3887
- color: #0080ff;
3888
- }
3889
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3890
- border-color: #0080ff;
3891
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3892
- }
3893
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3894
- transform: rotate(180deg);
3895
- }
3896
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3897
- background: rgba(211, 218, 235, 0.6);
3898
- border-color: rgba(172, 186, 211, 0.6);
3899
- cursor: "not-allowed";
3900
- }
3901
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3902
- border-color: #f0483e !important;
3903
- }
3904
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3905
- color: #1d326c;
3906
- }
3907
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
3908
- border-color: #0080ff;
3909
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3910
- }
3911
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3912
- transform: rotate(180deg);
3913
- }
3914
-
3915
- .igz4le8 {
3916
- height: 24px;
3917
- width: 56px !important;
3918
- margin-right: 4px;
3919
- }
3920
-
3921
- .c1riexje {
3922
- color: rgba(44, 56, 82, 0.6);
3923
- }
3924
-
3925
3860
  .iiqau4c.ant-input-group.ant-input-group-compact {
3926
3861
  display: flex;
3927
3862
  }
@@ -4087,6 +4022,71 @@ input.rrg1fkn.ant-input {
4087
4022
  margin-left: 8px;
4088
4023
  }
4089
4024
 
4025
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4026
+ border-radius: 6px;
4027
+ }
4028
+ .shq1k1g.ant-select.ant-select-single {
4029
+ width: 100%;
4030
+ height: 30px;
4031
+ color: #2d3a56;
4032
+ border-color: rgba(211, 218, 235, 0.6);
4033
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
4034
+ font-size: 13px;
4035
+ }
4036
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
4037
+ height: 38px;
4038
+ font-size: 13px;
4039
+ }
4040
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
4041
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
4042
+ transition: 160ms ease;
4043
+ }
4044
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
4045
+ color: #0080ff;
4046
+ }
4047
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
4048
+ border-color: rgba(107, 128, 167, 0.6);
4049
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
4050
+ }
4051
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4052
+ color: #0080ff;
4053
+ }
4054
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
4055
+ border-color: #0080ff;
4056
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4057
+ }
4058
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4059
+ transform: rotate(180deg);
4060
+ }
4061
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4062
+ background: rgba(211, 218, 235, 0.6);
4063
+ border-color: rgba(172, 186, 211, 0.6);
4064
+ cursor: "not-allowed";
4065
+ }
4066
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4067
+ border-color: #f0483e !important;
4068
+ }
4069
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4070
+ color: #1d326c;
4071
+ }
4072
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
4073
+ border-color: #0080ff;
4074
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4075
+ }
4076
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4077
+ transform: rotate(180deg);
4078
+ }
4079
+
4080
+ .igz4le8 {
4081
+ height: 24px;
4082
+ width: 56px !important;
4083
+ margin-right: 4px;
4084
+ }
4085
+
4086
+ .c1riexje {
4087
+ color: rgba(44, 56, 82, 0.6);
4088
+ }
4089
+
4090
4090
  .t1gz6wqf {
4091
4091
  height: 100%;
4092
4092
  }