@cloudtower/eagle 0.22.25 → 0.22.27

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
@@ -1874,6 +1874,19 @@ input[type=submit] {
1874
1874
  border-radius: unset;
1875
1875
  }
1876
1876
 
1877
+ .iap75of {
1878
+ height: 18px;
1879
+ line-height: 18px;
1880
+ padding: 0 4px;
1881
+ border-radius: 4px;
1882
+ background: rgba(235, 239, 245, 0.6);
1883
+ border: 1px solid rgba(223, 228, 235, 0.6);
1884
+ display: flex;
1885
+ align-items: center;
1886
+ white-space: nowrap;
1887
+ margin-right: 4px;
1888
+ }
1889
+
1877
1890
  .fde5mpd {
1878
1891
  width: 100%;
1879
1892
  height: 100%;
@@ -1907,1188 +1920,1234 @@ input[type=submit] {
1907
1920
  animation: rotate 680ms linear infinite;
1908
1921
  }
1909
1922
 
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);
1923
+ .cz04yix {
1917
1924
  display: flex;
1918
- align-items: center;
1919
- white-space: nowrap;
1920
- margin-right: 4px;
1925
+ flex-direction: column;
1921
1926
  }
1922
1927
 
1923
- .p12gwtiw {
1928
+ .m1if5j39 {
1929
+ max-width: 1120px;
1930
+ width: 100%;
1931
+ margin: 0 auto;
1932
+ height: 100%;
1933
+ }
1934
+
1935
+ .w1vvwdlp {
1936
+ max-width: 1120px;
1937
+ width: 100%;
1938
+ margin: 0 auto;
1924
1939
  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;
1931
1940
  }
1932
- .p12gwtiw .pagination-left {
1933
- padding: 2px 8px;
1941
+ .w1vvwdlp .left,
1942
+ .w1vvwdlp .right {
1943
+ flex-grow: 0;
1944
+ flex-shrink: 0;
1945
+ flex-basis: 21%;
1934
1946
  }
1935
- .p12gwtiw .dropdown-trigger {
1947
+ .w1vvwdlp .left {
1936
1948
  display: flex;
1937
- align-items: center;
1938
- border-radius: 6px;
1939
- cursor: pointer;
1940
- transition: all 0.3s ease;
1949
+ justify-content: flex-end;
1950
+ padding-right: 44px;
1941
1951
  }
1942
- .p12gwtiw .dropdown-trigger:hover {
1943
- background: rgba(211, 218, 235, 0.6);
1944
- color: #0080ff;
1952
+ .w1vvwdlp .right {
1953
+ padding-left: 44px;
1945
1954
  }
1946
- .p12gwtiw .dropdown-trigger .icon-inner {
1947
- margin-left: 4px;
1955
+ .w1vvwdlp .middle {
1956
+ margin-bottom: 40px;
1957
+ flex-grow: 0;
1958
+ flex-shrink: 0;
1959
+ flex-basis: 58%;
1948
1960
  }
1949
- .p12gwtiw .pagination-right {
1950
- display: flex;
1951
- align-items: center;
1952
- color: #0080ff;
1953
- font-weight: bold;
1961
+ .w1vvwdlp .middle .form-base-field {
1962
+ width: 100%;
1954
1963
  }
1955
- .p12gwtiw .pagination-right .icon-inner {
1956
- margin-left: 4px;
1964
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1965
+ width: auto;
1957
1966
  }
1958
- .p12gwtiw .pagination-right .prev-btn,
1959
- .p12gwtiw .pagination-right .next-btn {
1960
- padding: 0 8px;
1967
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1968
+ flex: initial;
1961
1969
  }
1962
- .p12gwtiw .pagination-right .prev-btn > span,
1963
- .p12gwtiw .pagination-right .next-btn > span {
1964
- color: #0080ff;
1970
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1971
+ margin-top: 4px;
1965
1972
  }
1966
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1967
- transform: rotate(180deg);
1973
+ .w1vvwdlp .ant-steps-item-icon,
1974
+ .w1vvwdlp .ant-steps-item-tail {
1975
+ display: none !important;
1968
1976
  }
1969
-
1970
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1971
- max-height: calc(100vh - 128px);
1972
- overflow-y: auto;
1977
+ .w1vvwdlp .ant-steps-item-container {
1978
+ padding: 0 15px;
1979
+ border-radius: 4px;
1980
+ height: 32px;
1981
+ display: flex;
1982
+ align-items: center;
1973
1983
  }
1974
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1975
- padding: 4px 20px;
1976
- font-size: 12px;
1977
- line-height: 18px;
1984
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1985
+ min-height: auto;
1986
+ white-space: nowrap;
1978
1987
  }
1979
-
1980
- .obf05yr {
1981
- display: inline-block;
1988
+ .w1vvwdlp .ant-steps-item-description {
1989
+ padding-bottom: 0px;
1982
1990
  }
1983
-
1984
- .hsms1n6 {
1985
- visibility: hidden;
1986
- position: absolute;
1991
+ .w1vvwdlp .ant-steps-item-title {
1992
+ font-size: 13px !important;
1993
+ line-height: 20px !important;
1987
1994
  }
1988
-
1989
- .t1upn1sz {
1990
- height: 100%;
1995
+ .w1vvwdlp .ant-steps-item-title .step-index {
1996
+ display: inline-block;
1997
+ text-align: center;
1998
+ width: 13px;
1999
+ margin-right: 12px;
1991
2000
  }
1992
-
1993
- .tta5kd2 {
1994
- height: 100%;
2001
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2002
+ background: rgba(0, 128, 255, 0.1);
1995
2003
  }
1996
- .tta5kd2.empty-table .ant-table-content {
1997
- overflow: visible !important;
1998
- height: 100%;
2004
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2005
+ color: #005ed1;
1999
2006
  }
2000
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2001
- height: 100%;
2007
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2008
+ background: rgba(237, 241, 250, 0.6);
2002
2009
  }
2003
- .tta5kd2.empty-table .ant-table-content table {
2004
- width: 100% !important;
2005
- height: 100%;
2010
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2011
+ color: rgba(10, 37, 85, 0.6) !important;
2006
2012
  }
2007
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2008
- padding: 15px 0;
2013
+ .w1vvwdlp .ant-steps-item-disabled {
2014
+ cursor: not-allowed;
2009
2015
  }
2010
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2011
- display: none;
2016
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2017
+ background: rgba(237, 241, 250, 0.6);
2012
2018
  }
2013
- .tta5kd2 .active-row td:nth-child(1) {
2014
- font-weight: 700;
2019
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2020
+ color: #2d3a56;
2015
2021
  }
2016
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2017
- font-weight: 700;
2022
+
2023
+ .h1cuopx7 .ant-modal-header {
2024
+ margin: 0 auto;
2025
+ width: 100%;
2026
+ max-width: 648px;
2018
2027
  }
2019
- .tta5kd2 .ant-spin-nested-loading {
2020
- height: 100%;
2028
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2029
+ margin-left: 0;
2021
2030
  }
2022
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2023
- height: 100%;
2024
- overflow: visible;
2031
+ .h1cuopx7 .ant-modal-body {
2032
+ margin: 0 auto;
2033
+ padding: 0;
2034
+ width: 100%;
2035
+ max-width: 648px;
2036
+ overflow: hidden;
2025
2037
  }
2026
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2027
- max-height: none;
2038
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2039
+ margin-bottom: 40px;
2028
2040
  }
2029
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2030
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2031
- display: none;
2041
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2042
+ height: calc(100vh - 225px);
2043
+ overflow-y: auto;
2032
2044
  }
2033
- .tta5kd2 td.ant-table-column-sort {
2034
- background: transparent;
2045
+ .h1cuopx7 .ant-modal-footer .footer-content {
2046
+ margin: 0 auto;
2047
+ max-width: 648px;
2035
2048
  }
2036
- .tta5kd2 td.ant-table-cell-fix-left,
2037
- .tta5kd2 td.ant-table-cell-fix-right {
2038
- background: #fff;
2039
- padding: 0 !important;
2049
+
2050
+ .h1p6d3y3 .ant-modal-header {
2051
+ margin: 0 auto;
2052
+ width: 100%;
2053
+ max-width: 1024px;
2040
2054
  }
2041
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2042
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2043
- display: flex;
2044
- align-items: center;
2045
- height: 100%;
2046
- padding: 8px;
2055
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2056
+ margin-left: 0;
2047
2057
  }
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;
2058
+ .h1p6d3y3 .ant-modal-body {
2059
+ margin: 0 auto;
2060
+ padding: 0;
2052
2061
  width: 100%;
2062
+ max-width: 1024px;
2063
+ overflow: hidden;
2053
2064
  }
2054
- .tta5kd2 .ant-table-container {
2055
- height: 100%;
2065
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2066
+ margin-bottom: 40px;
2056
2067
  }
2057
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2058
- box-shadow: none !important;
2068
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2069
+ height: calc(100vh - 225px);
2070
+ overflow-y: auto;
2059
2071
  }
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;
2072
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2073
+ margin: 0 auto;
2074
+ max-width: 1024px;
2068
2075
  }
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;
2076
+
2077
+ .fxgckuk {
2078
+ flex: 1;
2074
2079
  }
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 {
2080
+ .fxgckuk label {
2081
+ font-size: 13px;
2082
+ line-height: 20px;
2081
2083
  color: rgba(44, 56, 82, 0.6);
2082
2084
  }
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%);
2085
+ .fxgckuk .title {
2086
+ font-size: 14px;
2087
+ line-height: 20px;
2088
+ color: #2d3a56;
2089
+ margin-bottom: 12px;
2095
2090
  }
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);
2091
+ .fxgckuk.connect-cluster .title {
2092
+ padding-bottom: 26px;
2100
2093
  }
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);
2094
+
2095
+ .f1d0vek1 {
2096
+ padding: 25px 0 15px 0;
2097
+ border-bottom: 1px solid #e1e5eb;
2098
+ margin-bottom: 16px;
2105
2099
  }
2106
- .tta5kd2 .ant-table .ant-table-tbody {
2107
- position: relative;
2100
+
2101
+ .f4u402y {
2102
+ display: flex;
2103
+ align-items: center;
2104
+ margin-bottom: 8px;
2108
2105
  }
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;
2106
+ .f4u402y > label {
2107
+ width: 216px;
2116
2108
  }
2117
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2118
- background: #f2f5fa;
2119
- border-bottom-color: #f2f5fa;
2109
+ .f4u402y > label + * {
2110
+ width: 100%;
2120
2111
  }
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;
2112
+ .f4u402y .ant-select {
2113
+ width: 100%;
2130
2114
  }
2131
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2132
- color: #0096ff;
2115
+
2116
+ .e1pldf6v {
2117
+ color: #e75a3a;
2118
+ margin-right: 10px;
2133
2119
  }
2134
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2135
- overflow: hidden;
2136
- text-overflow: ellipsis;
2120
+
2121
+ .dq0gblh {
2137
2122
  width: 100%;
2138
- vertical-align: middle;
2139
- }
2140
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2141
- line-height: 0px;
2123
+ height: 1px;
2124
+ background: rgba(213, 219, 227, 0.6);
2125
+ margin: 24px 0;
2142
2126
  }
2143
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2144
- border-top-color: transparent;
2127
+
2128
+ .l1v7sr0n {
2129
+ display: flex;
2130
+ justify-content: center;
2131
+ align-items: center;
2132
+ height: 100%;
2145
2133
  }
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;
2134
+
2135
+ .d1i4ou6o {
2136
+ display: inline-block;
2137
+ width: 4px;
2138
+ height: 4px;
2139
+ background: #8e9aa9;
2140
+ opacity: 0.4;
2141
+ border-radius: 50%;
2142
+ margin: 0 4px;
2149
2143
  }
2150
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2151
- border-radius: 8px 0 0 8px;
2144
+
2145
+ .m1jy87hk .ant-modal-header,
2146
+ .m1jy87hk .ant-modal-footer .footer-content {
2147
+ width: 648px;
2148
+ margin: 0 auto;
2152
2149
  }
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;
2150
+ .m1jy87hk .ant-modal-header {
2151
+ padding: 35px 0 24px;
2152
+ border: none;
2155
2153
  }
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;
2154
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2155
+ font-size: 30px;
2162
2156
  }
2163
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2164
- border-radius: 0 8px 8px 0;
2157
+ .m1jy87hk .ant-modal-body {
2158
+ padding: 4px 0 2px;
2165
2159
  }
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;
2160
+ .m1jy87hk .ant-modal-footer {
2161
+ border: none;
2170
2162
  }
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);
2163
+
2164
+ .ti7fpyu {
2165
+ font-size: 12px;
2166
+ line-height: 18px;
2167
+ font-weight: bold;
2168
+ color: #fff;
2169
+ padding: 0 4px;
2170
+ border-radius: 4px;
2171
+ display: inline-block;
2172
+ background: var(--ti7fpyu-0);
2175
2173
  }
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);
2174
+ .ti7fpyu:not(:first-child) {
2175
+ margin-left: 4px;
2179
2176
  }
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;
2177
+
2178
+ .f1rest1f {
2179
+ width: 100%;
2183
2180
  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
2181
  display: flex;
2192
2182
  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);
2183
+ justify-content: center;
2198
2184
  }
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;
2185
+
2186
+ .n1kbdoln {
2187
+ font-size: 90%;
2188
+ font-weight: bold;
2189
+ background-color: rgba(240, 243, 247, 0.6);
2190
+ padding: 1px 4px 1px;
2191
+ margin-left: 2px;
2192
+ margin-right: 2px;
2193
+ border: 1px solid rgba(213, 219, 227, 0.6);
2194
+ border-radius: 4px;
2202
2195
  }
2203
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2204
- border-top-color: white;
2196
+
2197
+ .f1y3gta0.form-item-general {
2198
+ width: 640px;
2205
2199
  }
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;
2200
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2201
+ margin-top: 16px;
2210
2202
  }
2211
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2212
- border-radius: 8px 0 0 8px;
2203
+ .f1y3gta0.form-item-compact {
2204
+ width: 412px;
2213
2205
  }
2214
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2215
- border-radius: 0 8px 8px 0;
2206
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2207
+ margin-top: 8px;
2216
2208
  }
2217
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2218
- background: rgba(0, 136, 255, 0.1);
2209
+ .f1y3gta0 .form-item {
2210
+ width: auto;
2219
2211
  }
2220
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
2221
- background: #fff;
2222
- font-weight: 400;
2212
+ .f1y3gta0 .form-item-main {
2223
2213
  position: relative;
2224
- border-bottom: none;
2225
- color: #00122e;
2226
- transition: none;
2227
- padding: 15px 8px 15px 8px;
2214
+ display: flex;
2228
2215
  }
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;
2216
+ .f1y3gta0 .form-item-extra {
2217
+ margin-top: 4px;
2218
+ width: 100%;
2219
+ padding: 14px;
2220
+ background: #f2f4f6;
2221
+ font-size: 13px;
2222
+ line-height: 1.8;
2223
+ color: #8e9aa9;
2237
2224
  }
2238
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2239
- padding: unset;
2225
+ .f1y3gta0 .form-item-label {
2226
+ padding-right: 12px;
2227
+ font-size: 13px;
2228
+ color: rgba(44, 56, 82, 0.6);
2240
2229
  }
2241
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2242
- display: none;
2230
+ .f1y3gta0 .form-item-label.label-right {
2231
+ text-align: right;
2243
2232
  }
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;
2233
+ .f1y3gta0 .form-item-label,
2234
+ .f1y3gta0 .form-item-control {
2235
+ line-height: 32px;
2249
2236
  }
2250
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2237
+ .f1y3gta0 .form-item-control .form-item-error {
2238
+ line-height: 18px;
2239
+ }
2240
+ .f1y3gta0 .form-item-children {
2241
+ width: 100%;
2242
+ }
2243
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2244
+ width: 100%;
2245
+ }
2246
+ .f1y3gta0 .form-item-error {
2247
+ color: #e75a3a;
2248
+ height: 0;
2251
2249
  overflow: hidden;
2252
- text-overflow: ellipsis;
2253
- flex: 1;
2254
2250
  }
2255
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2256
- padding: 15px 28px 15px 8px;
2251
+ .f1y3gta0 .form-item-error-enter-done {
2252
+ margin-top: 4px;
2253
+ height: auto;
2254
+ overflow: auto;
2257
2255
  }
2258
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2259
- padding: 0;
2256
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2257
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2258
+ border: 1px solid #e75a3a;
2259
+ color: #e75a3a;
2260
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;
2261
+
2262
+ .fujbm7g {
2263
+ color: #2d3a56;
2264
+ font-weight: bold;
2265
+ padding-bottom: 6px;
2266
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2267
+ margin-bottom: 16px;
2269
2268
  }
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);
2269
+ .fujbm7g:not(:first-of-type) {
2270
+ margin-top: 16px;
2273
2271
  }
2274
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2275
- display: block;
2272
+
2273
+ .e5fsw5s {
2274
+ width: 8px;
2275
+ height: 24px;
2276
+ display: flex;
2277
+ justify-content: center;
2278
+ align-items: center;
2279
+ cursor: pointer;
2280
+ transition: all 200ms ease-out 40ms;
2276
2281
  }
2277
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2278
- display: none;
2282
+ .e5fsw5s:before, .e5fsw5s:after {
2283
+ content: "";
2284
+ width: 1px;
2285
+ height: 6px;
2286
+ border-radius: 1px;
2287
+ background: #ccd4e3;
2288
+ position: relative;
2289
+ right: 2px;
2290
+ transform: rotate(-45deg);
2279
2291
  }
2280
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2281
- transform: translateY(-50%);
2292
+ .e5fsw5s:after {
2293
+ transform: rotate(45deg);
2294
+ left: 1px;
2282
2295
  }
2283
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2284
- transform: translateY(-50%) rotateX(180deg);
2296
+
2297
+ .w18knsg4.ant-alert-warning {
2298
+ border: 0;
2299
+ background: rgba(255, 187, 0, 0.1);
2300
+ border-radius: 6px;
2285
2301
  }
2286
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2287
- background: #f2f5fa;
2302
+ .w18knsg4.ant-alert,
2303
+ .w18knsg4 .ant-alert-message {
2304
+ color: #e07f00;
2288
2305
  }
2289
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2290
- display: block;
2306
+ .w18knsg4.ant-alert .dashed-border-bottom,
2307
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2308
+ border-bottom-color: #e07f00;
2291
2309
  }
2292
- .tta5kd2 .ant-table .ant-table-selection-column {
2293
- padding: 0 !important;
2310
+
2311
+ .ng31n2o {
2312
+ display: flex;
2313
+ flex-direction: row;
2314
+ padding: 7px 12px;
2315
+ background: rgba(255, 187, 0, 0.1);
2316
+ border-radius: 6px;
2317
+ color: #e07f00;
2318
+ font-size: 12px;
2319
+ line-height: 18px;
2294
2320
  }
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%);
2321
+ .ng31n2o .icon-wrapper {
2322
+ margin-right: 10px;
2323
+ height: 18px;
2300
2324
  }
2301
- .tta5kd2 .ant-table .ant-table-selection-column:after {
2302
- display: none;
2325
+
2326
+ .n15x5f5y {
2327
+ display: flex;
2328
+ flex-direction: row;
2329
+ padding: 7px 12px;
2330
+ background: rgba(225, 230, 241, 0.6);
2331
+ border-radius: 6px;
2332
+ color: rgba(44, 56, 82, 0.6);
2333
+ font-size: 12px;
2334
+ line-height: 18px;
2303
2335
  }
2304
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2305
- background: #fff;
2336
+ .n15x5f5y .icon-wrapper {
2337
+ margin-right: 10px;
2338
+ height: 18px;
2306
2339
  }
2307
- .tta5kd2 .ant-table .ant-table-placeholder {
2308
- background: inherit;
2340
+
2341
+ .i16ozz3f {
2342
+ display: flex;
2343
+ flex-direction: row;
2344
+ padding: 7px 12px;
2345
+ background: rgba(0, 136, 255, 0.1);
2346
+ border-radius: 6px;
2347
+ color: #005ed1;
2348
+ font-size: 12px;
2349
+ line-height: 18px;
2309
2350
  }
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;
2351
+ .i16ozz3f .icon-wrapper {
2352
+ margin-right: 10px;
2353
+ height: 18px;
2316
2354
  }
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);
2355
+
2356
+ .dszu9qr {
2357
+ color: rgba(44, 56, 82, 0.6);
2358
+ margin-top: 5px;
2359
+ font-size: 12px;
2360
+ line-height: 18px;
2322
2361
  }
2323
- .tta5kd2 .ant-table td.cell__action_ {
2324
- padding: 0 !important;
2325
- position: relative;
2326
- background: #fff;
2362
+
2363
+ .snxzgx {
2364
+ color: #f0483e;
2365
+ font-size: 12px;
2366
+ white-space: pre-wrap;
2327
2367
  }
2328
- .tta5kd2 .ant-table td.cell__action_ > * {
2329
- height: 100%;
2368
+
2369
+ .o1i4orqw {
2330
2370
  display: flex;
2331
2371
  align-items: center;
2332
2372
  justify-content: flex-end;
2333
- padding-right: 8px;
2334
2373
  }
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;
2374
+ .o1i4orqw .icon-wrapper {
2375
+ margin-right: 16px;
2344
2376
  }
2345
2377
 
2346
- .cz04yix {
2347
- display: flex;
2348
- flex-direction: column;
2378
+ .t79k8o2 {
2379
+ color: rgba(0, 21, 64, 0.3);
2349
2380
  }
2350
2381
 
2351
- .m1if5j39 {
2352
- max-width: 1120px;
2353
- width: 100%;
2354
- margin: 0 auto;
2355
- height: 100%;
2382
+ .ipd9bk.ant-input {
2383
+ padding: 5px 12px;
2384
+ line-height: 20px;
2385
+ color: #2d3a56;
2386
+ border-radius: 6px;
2387
+ border-color: rgba(172, 186, 211, 0.6);
2388
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2356
2389
  }
2357
-
2358
- .w1vvwdlp {
2359
- max-width: 1120px;
2360
- width: 100%;
2361
- margin: 0 auto;
2362
- display: flex;
2390
+ .ipd9bk.ant-input.ant-input-lg {
2391
+ padding: 8px 16px;
2392
+ line-height: 22px;
2363
2393
  }
2364
- .w1vvwdlp .left,
2365
- .w1vvwdlp .right {
2366
- flex-grow: 0;
2367
- flex-shrink: 0;
2368
- flex-basis: 21%;
2394
+ .ipd9bk.ant-input.ant-input-sm {
2395
+ padding: 2px 8px;
2396
+ line-height: 18px;
2369
2397
  }
2370
- .w1vvwdlp .left {
2371
- display: flex;
2372
- justify-content: flex-end;
2373
- padding-right: 44px;
2398
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2399
+ border-color: rgba(107, 128, 167, 0.6);
2400
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2374
2401
  }
2375
- .w1vvwdlp .right {
2376
- padding-left: 44px;
2402
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2403
+ border-color: #0096ff;
2404
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2377
2405
  }
2378
- .w1vvwdlp .middle {
2379
- margin-bottom: 40px;
2380
- flex-grow: 0;
2381
- flex-shrink: 0;
2382
- flex-basis: 58%;
2406
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2407
+ border-color: #e75a3a;
2408
+ color: #e75a3a;
2383
2409
  }
2384
- .w1vvwdlp .middle .form-base-field {
2385
- width: 100%;
2410
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2411
+ border-color: #e75a3a;
2412
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2386
2413
  }
2387
- .w1vvwdlp .middle .form-base-field .form-base-field {
2388
- width: auto;
2414
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2415
+ border-color: #e75a3a;
2416
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2389
2417
  }
2390
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2391
- flex: initial;
2418
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2419
+ background: rgba(211, 218, 235, 0.6);
2420
+ color: rgba(0, 21, 64, 0.3);
2421
+ border-color: rgba(172, 186, 211, 0.6);
2392
2422
  }
2393
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2394
- margin-top: 4px;
2423
+ .ipd9bk.ant-input-affix-wrapper {
2424
+ padding: 5px 12px;
2425
+ border-radius: 6px;
2426
+ border-color: rgba(172, 186, 211, 0.6);
2427
+ line-height: 20px;
2428
+ color: #2d3a56;
2429
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2395
2430
  }
2396
- .w1vvwdlp .ant-steps-item-icon,
2397
- .w1vvwdlp .ant-steps-item-tail {
2398
- display: none !important;
2431
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2432
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2433
+ color: rgba(44, 56, 82, 0.6);
2434
+ }
2435
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2436
+ padding: 8px 16px;
2437
+ line-height: 22px;
2438
+ }
2439
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2440
+ padding: 2px 8px;
2441
+ line-height: 18px;
2442
+ }
2443
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2444
+ border-color: rgba(107, 128, 167, 0.6);
2445
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2446
+ }
2447
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2448
+ border-color: #0096ff;
2449
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2450
+ }
2451
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2452
+ border-color: #e75a3a;
2453
+ }
2454
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2455
+ color: #e75a3a;
2456
+ }
2457
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2458
+ border-color: #e75a3a;
2459
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2460
+ }
2461
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2462
+ border-color: #e75a3a;
2463
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2464
+ }
2465
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2466
+ background: rgba(211, 218, 235, 0.6);
2467
+ color: rgba(0, 21, 64, 0.3);
2468
+ border-color: rgba(172, 186, 211, 0.6);
2469
+ }
2470
+ textarea.ipd9bk.ant-input {
2471
+ transition-property: height;
2472
+ transition-delay: 50ms;
2473
+ }
2474
+ textarea.ipd9bk.ant-input.textarea-large {
2475
+ min-height: 40px;
2476
+ height: 40px;
2399
2477
  }
2400
- .w1vvwdlp .ant-steps-item-container {
2401
- padding: 0 15px;
2402
- border-radius: 4px;
2403
- height: 32px;
2404
- display: flex;
2405
- align-items: center;
2478
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2479
+ height: 80px;
2406
2480
  }
2407
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2408
- min-height: auto;
2409
- white-space: nowrap;
2481
+ textarea.ipd9bk.ant-input.textarea-middle {
2482
+ min-height: 32px;
2483
+ height: 32px;
2410
2484
  }
2411
- .w1vvwdlp .ant-steps-item-description {
2412
- padding-bottom: 0px;
2485
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2486
+ height: 64px;
2413
2487
  }
2414
- .w1vvwdlp .ant-steps-item-title {
2415
- font-size: 13px !important;
2416
- line-height: 20px !important;
2488
+ textarea.ipd9bk.ant-input.textarea-small {
2489
+ min-height: 24px;
2490
+ height: 24px;
2417
2491
  }
2418
- .w1vvwdlp .ant-steps-item-title .step-index {
2419
- display: inline-block;
2420
- text-align: center;
2421
- width: 13px;
2422
- margin-right: 12px;
2492
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2493
+ height: 40px;
2423
2494
  }
2424
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2425
- background: rgba(0, 128, 255, 0.1);
2495
+
2496
+ .kypn5o5 input, .kypn5o5.input-tags {
2497
+ border: 1px solid rgba(213, 219, 227, 0.6);
2498
+ border-radius: 4px;
2426
2499
  }
2427
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2428
- color: #005ed1;
2500
+ .kypn5o5.input-tags {
2501
+ position: relative;
2502
+ padding: 6px;
2503
+ height: 32px;
2504
+ cursor: pointer;
2505
+ transition: border 150ms;
2429
2506
  }
2430
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2431
- background: rgba(237, 241, 250, 0.6);
2507
+ .kypn5o5.input-tags:hover {
2508
+ border-color: #0080ff;
2509
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2432
2510
  }
2433
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2434
- color: rgba(10, 37, 85, 0.6) !important;
2511
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2512
+ padding-right: 30px;
2435
2513
  }
2436
- .w1vvwdlp .ant-steps-item-disabled {
2437
- cursor: not-allowed;
2514
+ .kypn5o5.input-tags .input-tags-inner {
2515
+ display: flex;
2438
2516
  }
2439
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2440
- background: rgba(237, 241, 250, 0.6);
2517
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2518
+ display: flex;
2441
2519
  }
2442
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2443
- color: #2d3a56;
2520
+ .kypn5o5.input-tags .input-tag-suffix {
2521
+ position: absolute;
2522
+ right: 12px;
2523
+ top: 50%;
2524
+ transform: translateY(-50%);
2444
2525
  }
2445
-
2446
- .h1cuopx7 .ant-modal-header {
2447
- margin: 0 auto;
2448
- width: 100%;
2449
- max-width: 648px;
2526
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2527
+ color: rgba(0, 0, 0, 0.25);
2528
+ font-size: 12px;
2529
+ cursor: pointer;
2450
2530
  }
2451
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2452
- margin-left: 0;
2531
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2532
+ color: rgba(0, 0, 0, 0.45);
2453
2533
  }
2454
- .h1cuopx7 .ant-modal-body {
2455
- margin: 0 auto;
2456
- padding: 0;
2457
- width: 100%;
2458
- max-width: 648px;
2534
+ .kypn5o5.has-focus-indicator {
2535
+ position: relative;
2459
2536
  overflow: hidden;
2460
2537
  }
2461
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2462
- margin-bottom: 40px;
2538
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2539
+ position: absolute;
2540
+ top: 50%;
2541
+ transform: translateY(-50%);
2542
+ left: -16px;
2543
+ transition: left 150ms ease;
2544
+ opacity: 0;
2463
2545
  }
2464
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2465
- height: calc(100vh - 225px);
2466
- overflow-y: auto;
2546
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2547
+ left: 8px;
2548
+ opacity: 1;
2467
2549
  }
2468
- .h1cuopx7 .ant-modal-footer .footer-content {
2469
- margin: 0 auto;
2470
- max-width: 648px;
2550
+ .kypn5o5.has-focus-indicator input {
2551
+ transition: margin-left 150ms ease;
2552
+ margin-left: 0px;
2471
2553
  }
2472
-
2473
- .h1p6d3y3 .ant-modal-header {
2474
- margin: 0 auto;
2475
- width: 100%;
2476
- max-width: 1024px;
2554
+ .kypn5o5.has-focus-indicator input:focus {
2555
+ margin-left: 16px;
2477
2556
  }
2478
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2479
- margin-left: 0;
2557
+
2558
+ input.l1ki27se.ant-input {
2559
+ border-top-right-radius: 0;
2560
+ border-bottom-right-radius: 0;
2480
2561
  }
2481
- .h1p6d3y3 .ant-modal-body {
2482
- margin: 0 auto;
2483
- padding: 0;
2484
- width: 100%;
2485
- max-width: 1024px;
2486
- overflow: hidden;
2562
+
2563
+ .l1ki27se.ant-input-affix-wrapper {
2564
+ border-top-right-radius: 0;
2565
+ border-bottom-right-radius: 0;
2487
2566
  }
2488
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2489
- margin-bottom: 40px;
2567
+
2568
+ input.rrg1fkn.ant-input {
2569
+ border-top-left-radius: 0;
2570
+ border-bottom-left-radius: 0;
2490
2571
  }
2491
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2492
- height: calc(100vh - 225px);
2493
- overflow-y: auto;
2572
+
2573
+ .rrg1fkn.ant-input-affix-wrapper {
2574
+ border-top-left-radius: 0;
2575
+ border-bottom-left-radius: 0;
2494
2576
  }
2495
- .h1p6d3y3 .ant-modal-footer .footer-content {
2496
- margin: 0 auto;
2497
- max-width: 1024px;
2577
+
2578
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2579
+ border-top-right-radius: 0;
2580
+ border-bottom-right-radius: 0;
2498
2581
  }
2499
2582
 
2500
- .fxgckuk {
2501
- flex: 1;
2583
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2584
+ border-top-left-radius: 0;
2585
+ border-bottom-left-radius: 0;
2502
2586
  }
2503
- .fxgckuk label {
2504
- font-size: 13px;
2505
- line-height: 20px;
2587
+
2588
+ .p12gwtiw {
2589
+ display: flex;
2590
+ justify-content: space-between;
2591
+ align-items: center;
2592
+ padding: 10px 0;
2506
2593
  color: rgba(44, 56, 82, 0.6);
2594
+ font-size: 12px;
2595
+ line-height: 24px;
2507
2596
  }
2508
- .fxgckuk .title {
2509
- font-size: 14px;
2510
- line-height: 20px;
2511
- color: #2d3a56;
2512
- margin-bottom: 12px;
2597
+ .p12gwtiw .pagination-left {
2598
+ padding: 2px 8px;
2513
2599
  }
2514
- .fxgckuk.connect-cluster .title {
2515
- padding-bottom: 26px;
2600
+ .p12gwtiw .dropdown-trigger {
2601
+ display: flex;
2602
+ align-items: center;
2603
+ border-radius: 6px;
2604
+ cursor: pointer;
2605
+ transition: all 0.3s ease;
2516
2606
  }
2517
-
2518
- .f1d0vek1 {
2519
- padding: 25px 0 15px 0;
2520
- border-bottom: 1px solid #e1e5eb;
2521
- margin-bottom: 16px;
2607
+ .p12gwtiw .dropdown-trigger:hover {
2608
+ background: rgba(211, 218, 235, 0.6);
2609
+ color: #0080ff;
2522
2610
  }
2523
-
2524
- .f4u402y {
2611
+ .p12gwtiw .dropdown-trigger .icon-inner {
2612
+ margin-left: 4px;
2613
+ }
2614
+ .p12gwtiw .pagination-right {
2525
2615
  display: flex;
2526
2616
  align-items: center;
2527
- margin-bottom: 8px;
2617
+ color: #0080ff;
2618
+ font-weight: bold;
2528
2619
  }
2529
- .f4u402y > label {
2530
- width: 216px;
2620
+ .p12gwtiw .pagination-right .icon-inner {
2621
+ margin-left: 4px;
2531
2622
  }
2532
- .f4u402y > label + * {
2533
- width: 100%;
2623
+ .p12gwtiw .pagination-right .prev-btn,
2624
+ .p12gwtiw .pagination-right .next-btn {
2625
+ padding: 0 8px;
2534
2626
  }
2535
- .f4u402y .ant-select {
2536
- width: 100%;
2627
+ .p12gwtiw .pagination-right .prev-btn > span,
2628
+ .p12gwtiw .pagination-right .next-btn > span {
2629
+ color: #0080ff;
2537
2630
  }
2538
-
2539
- .e1pldf6v {
2540
- color: #e75a3a;
2541
- margin-right: 10px;
2631
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2632
+ transform: rotate(180deg);
2542
2633
  }
2543
2634
 
2544
- .dq0gblh {
2545
- width: 100%;
2546
- height: 1px;
2547
- background: rgba(213, 219, 227, 0.6);
2548
- margin: 24px 0;
2635
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2636
+ max-height: calc(100vh - 128px);
2637
+ overflow-y: auto;
2638
+ }
2639
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2640
+ padding: 4px 20px;
2641
+ font-size: 12px;
2642
+ line-height: 18px;
2549
2643
  }
2550
2644
 
2551
- .l1v7sr0n {
2552
- display: flex;
2553
- justify-content: center;
2554
- align-items: center;
2555
- height: 100%;
2645
+ .rxbeqvl.ant-radio-wrapper {
2646
+ display: inline-flex;
2647
+ align-items: baseline;
2648
+ white-space: pre-wrap;
2649
+ }
2650
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2651
+ position: relative;
2652
+ top: 3px;
2653
+ }
2654
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2655
+ border-color: rgba(107, 128, 167, 0.6);
2656
+ }
2657
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2658
+ border-color: #0080ff;
2659
+ }
2660
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2661
+ border-color: #0080ff;
2662
+ background: #0080ff;
2556
2663
  }
2557
-
2558
- .d1i4ou6o {
2559
- display: inline-block;
2560
- width: 4px;
2561
- height: 4px;
2562
- background: #8e9aa9;
2563
- opacity: 0.4;
2564
- border-radius: 50%;
2565
- margin: 0 4px;
2664
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2665
+ top: 4px;
2666
+ left: 4px;
2667
+ width: 6px;
2668
+ height: 6px;
2669
+ background: #fff;
2566
2670
  }
2567
-
2568
- .m1jy87hk .ant-modal-header,
2569
- .m1jy87hk .ant-modal-footer .footer-content {
2570
- width: 648px;
2571
- margin: 0 auto;
2671
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2672
+ opacity: 0.5;
2572
2673
  }
2573
- .m1jy87hk .ant-modal-header {
2574
- padding: 35px 0 24px;
2575
- border: none;
2674
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2675
+ border-color: rgba(107, 128, 167, 0.6);
2676
+ background: rgba(211, 218, 235, 0.6);
2576
2677
  }
2577
- .m1jy87hk .ant-modal-header .ant-modal-title {
2578
- font-size: 30px;
2678
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2679
+ background: #00122e;
2579
2680
  }
2580
- .m1jy87hk .ant-modal-body {
2581
- padding: 4px 0 2px;
2681
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2682
+ color: #00122e;
2683
+ opacity: 0.5;
2582
2684
  }
2583
- .m1jy87hk .ant-modal-footer {
2584
- border: none;
2685
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2686
+ color: #00122e;
2585
2687
  }
2586
-
2587
- .ti7fpyu {
2588
- font-size: 12px;
2589
- line-height: 18px;
2590
- font-weight: bold;
2591
- color: #fff;
2592
- padding: 0 4px;
2593
- border-radius: 4px;
2688
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2594
2689
  display: inline-block;
2595
- background: var(--ti7fpyu-0);
2690
+ padding: 0;
2691
+ padding-left: 12px;
2596
2692
  }
2597
- .ti7fpyu:not(:first-child) {
2598
- margin-left: 4px;
2693
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2694
+ margin-bottom: 0;
2695
+ white-space: pre-wrap;
2696
+ color: rgba(44, 56, 82, 0.6);
2599
2697
  }
2600
-
2601
- .f1rest1f {
2602
- width: 100%;
2603
- height: 100%;
2604
- display: flex;
2605
- align-items: center;
2606
- justify-content: center;
2698
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2699
+ padding-left: 8px;
2607
2700
  }
2608
2701
 
2609
- .n1kbdoln {
2610
- font-size: 90%;
2611
- font-weight: bold;
2612
- background-color: rgba(240, 243, 247, 0.6);
2613
- padding: 1px 4px 1px;
2614
- margin-left: 2px;
2615
- margin-right: 2px;
2616
- border: 1px solid rgba(213, 219, 227, 0.6);
2617
- border-radius: 4px;
2702
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2703
+ border-radius: 5px 0 0 5px;
2618
2704
  }
2619
-
2620
- .f1y3gta0.form-item-general {
2621
- width: 640px;
2705
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2706
+ border-radius: 0 5px 5px 0;
2622
2707
  }
2623
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2624
- margin-top: 16px;
2708
+
2709
+ .r1f0aqcc {
2710
+ color: #00122e;
2711
+ border-color: #ccd4e3;
2625
2712
  }
2626
- .f1y3gta0.form-item-compact {
2627
- width: 412px;
2713
+ .r1f0aqcc:first-child {
2714
+ color: #00122e;
2715
+ border-color: #a3b4cc;
2628
2716
  }
2629
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2630
- margin-top: 8px;
2717
+ .r1f0aqcc.ant-radio-button-wrapper {
2718
+ padding: 0 12px;
2719
+ line-height: 32px;
2720
+ height: 32px;
2631
2721
  }
2632
- .f1y3gta0 .form-item {
2633
- width: auto;
2722
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2723
+ white-space: nowrap;
2634
2724
  }
2635
- .f1y3gta0 .form-item-main {
2636
- position: relative;
2637
- display: flex;
2725
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2726
+ background: #ccd4e3;
2638
2727
  }
2639
- .f1y3gta0 .form-item-extra {
2640
- margin-top: 4px;
2641
- width: 100%;
2642
- padding: 14px;
2643
- background: #f2f4f6;
2644
- font-size: 13px;
2645
- line-height: 1.8;
2646
- color: #8e9aa9;
2728
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2729
+ background: #0080ff;
2647
2730
  }
2648
- .f1y3gta0 .form-item-label {
2649
- padding-right: 12px;
2650
- font-size: 13px;
2651
- color: rgba(44, 56, 82, 0.6);
2731
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2732
+ background: #ccd4e3;
2733
+ opacity: 0.5;
2652
2734
  }
2653
- .f1y3gta0 .form-item-label.label-right {
2654
- text-align: right;
2735
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2736
+ border-right-color: #0080ff;
2655
2737
  }
2656
- .f1y3gta0 .form-item-label,
2657
- .f1y3gta0 .form-item-control {
2658
- line-height: 32px;
2738
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2739
+ border-color: #0080ff;
2659
2740
  }
2660
- .f1y3gta0 .form-item-control .form-item-error {
2661
- line-height: 18px;
2741
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2742
+ background: rgba(0, 136, 255, 0.1);
2662
2743
  }
2663
- .f1y3gta0 .form-item-children {
2664
- width: 100%;
2744
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2745
+ background: rgba(211, 218, 235, 0.6);
2746
+ border-color: #ccd4e3;
2747
+ opacity: 0.5;
2665
2748
  }
2666
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2667
- width: 100%;
2749
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2750
+ color: #00122e;
2751
+ border-color: #ccd4e3;
2668
2752
  }
2669
- .f1y3gta0 .form-item-error {
2670
- color: #e75a3a;
2671
- height: 0;
2672
- overflow: hidden;
2753
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2754
+ color: #00122e;
2755
+ border-color: #ccd4e3;
2756
+ background: rgba(172, 186, 211, 0.6);
2673
2757
  }
2674
- .f1y3gta0 .form-item-error-enter-done {
2675
- margin-top: 4px;
2676
- height: auto;
2677
- overflow: auto;
2758
+ .r1f0aqcc .ant-radio-button-input {
2759
+ margin-right: 8px;
2760
+ display: inline;
2761
+ border: none;
2762
+ padding: 0;
2763
+ width: 36px;
2764
+ background: transparent;
2678
2765
  }
2679
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2680
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2681
- border: 1px solid #e75a3a;
2682
- color: #e75a3a;
2766
+ .r1f0aqcc .ant-radio-button-input:focus {
2767
+ box-shadow: none;
2683
2768
  }
2684
-
2685
- .fujbm7g {
2686
- color: #2d3a56;
2687
- font-weight: bold;
2688
- padding-bottom: 6px;
2689
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2690
- margin-bottom: 16px;
2769
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2770
+ margin-right: 0;
2771
+ width: initial;
2772
+ box-shadow: none;
2691
2773
  }
2692
- .fujbm7g:not(:first-of-type) {
2693
- margin-top: 16px;
2774
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2775
+ display: none;
2694
2776
  }
2695
-
2696
- .e5fsw5s {
2697
- width: 8px;
2698
- height: 24px;
2699
- display: flex;
2700
- justify-content: center;
2701
- align-items: center;
2702
- cursor: pointer;
2703
- transition: all 200ms ease-out 40ms;
2777
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2778
+ display: inline;
2704
2779
  }
2705
- .e5fsw5s:before, .e5fsw5s:after {
2706
- content: "";
2707
- width: 1px;
2708
- height: 6px;
2709
- border-radius: 1px;
2710
- background: #ccd4e3;
2711
- position: relative;
2712
- right: 2px;
2713
- transform: rotate(-45deg);
2780
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2781
+ display: inline;
2782
+ margin-right: 8px;
2783
+ padding: 0;
2784
+ width: 36px;
2714
2785
  }
2715
- .e5fsw5s:after {
2716
- transform: rotate(45deg);
2717
- left: 1px;
2786
+
2787
+ .t1upn1sz {
2788
+ height: 100%;
2718
2789
  }
2719
2790
 
2720
- .w18knsg4.ant-alert-warning {
2721
- border: 0;
2722
- background: rgba(255, 187, 0, 0.1);
2723
- border-radius: 6px;
2791
+ .tta5kd2 {
2792
+ height: 100%;
2724
2793
  }
2725
- .w18knsg4.ant-alert,
2726
- .w18knsg4 .ant-alert-message {
2727
- color: #e07f00;
2794
+ .tta5kd2.empty-table .ant-table-content {
2795
+ overflow: visible !important;
2796
+ height: 100%;
2728
2797
  }
2729
- .w18knsg4.ant-alert .dashed-border-bottom,
2730
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2731
- border-bottom-color: #e07f00;
2798
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2799
+ height: 100%;
2732
2800
  }
2733
-
2734
- .ng31n2o {
2735
- display: flex;
2736
- flex-direction: row;
2737
- padding: 7px 12px;
2738
- background: rgba(255, 187, 0, 0.1);
2739
- border-radius: 6px;
2740
- color: #e07f00;
2741
- font-size: 12px;
2742
- line-height: 18px;
2801
+ .tta5kd2.empty-table .ant-table-content table {
2802
+ width: 100% !important;
2803
+ height: 100%;
2804
+ }
2805
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2806
+ padding: 15px 0;
2743
2807
  }
2744
- .ng31n2o .icon-wrapper {
2745
- margin-right: 10px;
2746
- height: 18px;
2808
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2809
+ display: none;
2747
2810
  }
2748
-
2749
- .n15x5f5y {
2750
- display: flex;
2751
- flex-direction: row;
2752
- padding: 7px 12px;
2753
- background: rgba(225, 230, 241, 0.6);
2754
- border-radius: 6px;
2755
- color: rgba(44, 56, 82, 0.6);
2756
- font-size: 12px;
2757
- line-height: 18px;
2811
+ .tta5kd2 .active-row td:nth-child(1) {
2812
+ font-weight: 700;
2758
2813
  }
2759
- .n15x5f5y .icon-wrapper {
2760
- margin-right: 10px;
2761
- height: 18px;
2814
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2815
+ font-weight: 700;
2762
2816
  }
2763
-
2764
- .i16ozz3f {
2765
- display: flex;
2766
- flex-direction: row;
2767
- padding: 7px 12px;
2768
- background: rgba(0, 136, 255, 0.1);
2769
- border-radius: 6px;
2770
- color: #005ed1;
2771
- font-size: 12px;
2772
- line-height: 18px;
2817
+ .tta5kd2 .ant-spin-nested-loading {
2818
+ height: 100%;
2773
2819
  }
2774
- .i16ozz3f .icon-wrapper {
2775
- margin-right: 10px;
2776
- height: 18px;
2820
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2821
+ height: 100%;
2822
+ overflow: visible;
2777
2823
  }
2778
-
2779
- .dszu9qr {
2780
- color: rgba(44, 56, 82, 0.6);
2781
- margin-top: 5px;
2782
- font-size: 12px;
2783
- line-height: 18px;
2824
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2825
+ max-height: none;
2784
2826
  }
2785
-
2786
- .snxzgx {
2787
- color: #f0483e;
2788
- font-size: 12px;
2789
- white-space: pre-wrap;
2827
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2828
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2829
+ display: none;
2790
2830
  }
2791
-
2792
- .o1i4orqw {
2831
+ .tta5kd2 td.ant-table-column-sort {
2832
+ background: transparent;
2833
+ }
2834
+ .tta5kd2 td.ant-table-cell-fix-left,
2835
+ .tta5kd2 td.ant-table-cell-fix-right {
2836
+ background: #fff;
2837
+ padding: 0 !important;
2838
+ }
2839
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2840
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2793
2841
  display: flex;
2794
2842
  align-items: center;
2795
- justify-content: flex-end;
2843
+ height: 100%;
2844
+ padding: 8px;
2796
2845
  }
2797
- .o1i4orqw .icon-wrapper {
2798
- margin-right: 16px;
2846
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2847
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2848
+ overflow: hidden;
2849
+ text-overflow: ellipsis;
2850
+ width: 100%;
2799
2851
  }
2800
-
2801
- .t79k8o2 {
2802
- color: rgba(0, 21, 64, 0.3);
2852
+ .tta5kd2 .ant-table-container {
2853
+ height: 100%;
2803
2854
  }
2804
-
2805
- .ipd9bk.ant-input {
2806
- padding: 5px 12px;
2807
- line-height: 20px;
2808
- color: #2d3a56;
2809
- border-radius: 6px;
2810
- border-color: rgba(172, 186, 211, 0.6);
2811
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2855
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2856
+ box-shadow: none !important;
2812
2857
  }
2813
- .ipd9bk.ant-input.ant-input-lg {
2814
- padding: 8px 16px;
2815
- line-height: 22px;
2858
+ .tta5kd2 .ant-table {
2859
+ border-radius: 0px;
2860
+ border-left: none;
2861
+ border-right: none;
2862
+ border-bottom: none;
2863
+ height: 100%;
2864
+ font-size: 12px;
2865
+ background: transparent;
2816
2866
  }
2817
- .ipd9bk.ant-input.ant-input-sm {
2818
- padding: 2px 8px;
2819
- line-height: 18px;
2867
+ .tta5kd2 .ant-table .ant-table-header {
2868
+ position: relative;
2869
+ z-index: 3;
2870
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2871
+ margin-bottom: -1px;
2820
2872
  }
2821
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2822
- border-color: rgba(107, 128, 167, 0.6);
2823
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2873
+ .tta5kd2 .ant-table .time-wrapper .data,
2874
+ .tta5kd2 .ant-table .value {
2875
+ color: #2d3a56;
2824
2876
  }
2825
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2826
- border-color: #0096ff;
2827
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2877
+ .tta5kd2 .ant-table .time-wrapper .time,
2878
+ .tta5kd2 .ant-table .unit {
2879
+ color: rgba(44, 56, 82, 0.6);
2828
2880
  }
2829
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2830
- border-color: #e75a3a;
2831
- color: #e75a3a;
2881
+ .tta5kd2 .ant-table .ant-table-selection {
2882
+ text-align: center;
2832
2883
  }
2833
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2834
- border-color: #e75a3a;
2835
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2884
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2885
+ background: #fff;
2836
2886
  }
2837
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2838
- border-color: #e75a3a;
2839
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2887
+ .tta5kd2 .ant-table .anticon-setting {
2888
+ cursor: pointer;
2889
+ position: absolute;
2890
+ top: 50%;
2891
+ right: 12px;
2892
+ transform: translateY(-50%);
2840
2893
  }
2841
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2842
- background: rgba(211, 218, 235, 0.6);
2843
- color: rgba(0, 21, 64, 0.3);
2844
- border-color: rgba(172, 186, 211, 0.6);
2894
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2895
+ box-shadow: none;
2896
+ width: 1px;
2897
+ background: rgba(213, 219, 227, 0.6);
2845
2898
  }
2846
- .ipd9bk.ant-input-affix-wrapper {
2847
- padding: 5px 12px;
2848
- border-radius: 6px;
2849
- border-color: rgba(172, 186, 211, 0.6);
2850
- line-height: 20px;
2851
- color: #2d3a56;
2852
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2899
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2900
+ box-shadow: none;
2901
+ width: 1px;
2902
+ background: rgba(213, 219, 227, 0.6);
2853
2903
  }
2854
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2855
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2856
- color: rgba(44, 56, 82, 0.6);
2904
+ .tta5kd2 .ant-table .ant-table-tbody {
2905
+ position: relative;
2857
2906
  }
2858
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2859
- padding: 8px 16px;
2860
- line-height: 22px;
2907
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2908
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2909
+ border-bottom: 1px solid white;
2910
+ height: 40px;
2911
+ vertical-align: middle;
2912
+ transition: background 0ms;
2913
+ color: #00122e;
2861
2914
  }
2862
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2863
- padding: 2px 8px;
2864
- line-height: 18px;
2915
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2916
+ background: #f2f5fa;
2917
+ border-bottom-color: #f2f5fa;
2865
2918
  }
2866
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2867
- border-color: rgba(107, 128, 167, 0.6);
2868
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2919
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2920
+ height: auto;
2921
+ color: #00122e;
2922
+ font-size: 12px;
2923
+ text-align: left;
2924
+ transition: none;
2925
+ overflow: hidden;
2926
+ text-overflow: ellipsis;
2927
+ white-space: nowrap;
2869
2928
  }
2870
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2871
- border-color: #0096ff;
2872
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2929
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2930
+ color: #0096ff;
2873
2931
  }
2874
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2875
- border-color: #e75a3a;
2932
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2933
+ overflow: hidden;
2934
+ text-overflow: ellipsis;
2935
+ width: 100%;
2936
+ vertical-align: middle;
2876
2937
  }
2877
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2878
- color: #e75a3a;
2938
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2939
+ line-height: 0px;
2879
2940
  }
2880
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2881
- border-color: #e75a3a;
2882
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2941
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2942
+ border-top-color: transparent;
2883
2943
  }
2884
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2885
- border-color: #e75a3a;
2886
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2944
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2945
+ background: rgba(225, 230, 241, 0.6);
2946
+ border-color: transparent transparent white;
2887
2947
  }
2888
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2889
- background: rgba(211, 218, 235, 0.6);
2890
- color: rgba(0, 21, 64, 0.3);
2891
- border-color: rgba(172, 186, 211, 0.6);
2948
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2949
+ border-radius: 8px 0 0 8px;
2892
2950
  }
2893
- textarea.ipd9bk.ant-input {
2894
- transition-property: height;
2895
- transition-delay: 50ms;
2951
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2952
+ border-radius: 8px 0 0 8px;
2896
2953
  }
2897
- textarea.ipd9bk.ant-input.textarea-large {
2898
- min-height: 40px;
2899
- height: 40px;
2954
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2955
+ content: "";
2956
+ width: 4px;
2957
+ top: -1px;
2958
+ bottom: -1px;
2959
+ background: white;
2900
2960
  }
2901
- textarea.ipd9bk.ant-input.textarea-large:focus {
2902
- height: 80px;
2961
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2962
+ border-radius: 0 8px 8px 0;
2903
2963
  }
2904
- textarea.ipd9bk.ant-input.textarea-middle {
2905
- min-height: 32px;
2906
- height: 32px;
2964
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2965
+ border-radius: 0;
2966
+ background: white;
2967
+ border-top: none;
2907
2968
  }
2908
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2909
- height: 64px;
2969
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2970
+ border-top: 1px solid transparent;
2971
+ border-radius: 0 8px 8px 0;
2972
+ background: rgba(225, 230, 241, 0.6);
2910
2973
  }
2911
- textarea.ipd9bk.ant-input.textarea-small {
2912
- min-height: 24px;
2913
- height: 24px;
2974
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2975
+ background: white;
2976
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2914
2977
  }
2915
- textarea.ipd9bk.ant-input.textarea-small:focus {
2916
- height: 40px;
2978
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2979
+ display: flex;
2980
+ align-items: center;
2981
+ height: 100%;
2982
+ background: rgba(225, 230, 241, 0.6);
2917
2983
  }
2918
-
2919
- .kypn5o5 input, .kypn5o5.input-tags {
2920
- border: 1px solid rgba(213, 219, 227, 0.6);
2921
- border-radius: 4px;
2984
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2985
+ background: white;
2986
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2922
2987
  }
2923
- .kypn5o5.input-tags {
2924
- position: relative;
2925
- padding: 6px;
2926
- height: 32px;
2927
- cursor: pointer;
2928
- transition: border 150ms;
2988
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2989
+ display: flex;
2990
+ align-items: center;
2991
+ height: 100%;
2992
+ background: rgba(225, 230, 241, 0.6);
2929
2993
  }
2930
- .kypn5o5.input-tags:hover {
2931
- border-color: #0080ff;
2932
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2994
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2995
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2933
2996
  }
2934
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2935
- padding-right: 30px;
2997
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2998
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2999
+ border-radius: 8px;
2936
3000
  }
2937
- .kypn5o5.input-tags .input-tags-inner {
2938
- display: flex;
3001
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3002
+ border-top-color: white;
2939
3003
  }
2940
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2941
- display: flex;
3004
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3005
+ background: rgba(0, 136, 255, 0.1);
3006
+ border-bottom-color: transparent;
3007
+ border-top-color: transparent;
2942
3008
  }
2943
- .kypn5o5.input-tags .input-tag-suffix {
2944
- position: absolute;
2945
- right: 12px;
2946
- top: 50%;
2947
- transform: translateY(-50%);
3009
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3010
+ border-radius: 8px 0 0 8px;
2948
3011
  }
2949
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2950
- color: rgba(0, 0, 0, 0.25);
2951
- font-size: 12px;
2952
- cursor: pointer;
3012
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3013
+ border-radius: 0 8px 8px 0;
2953
3014
  }
2954
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2955
- color: rgba(0, 0, 0, 0.45);
3015
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3016
+ background: rgba(0, 136, 255, 0.1);
2956
3017
  }
2957
- .kypn5o5.has-focus-indicator {
3018
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3019
+ background: #fff;
3020
+ font-weight: 400;
2958
3021
  position: relative;
2959
- overflow: hidden;
3022
+ border-bottom: none;
3023
+ color: #00122e;
3024
+ transition: none;
3025
+ padding: 15px 8px 15px 8px;
2960
3026
  }
2961
- .kypn5o5.has-focus-indicator .ant-input-prefix {
3027
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3028
+ content: "";
3029
+ width: 1px;
3030
+ top: 0;
3031
+ bottom: 0;
3032
+ background: rgba(211, 218, 235, 0.6);
2962
3033
  position: absolute;
2963
- top: 50%;
2964
- transform: translateY(-50%);
2965
- left: -16px;
2966
- transition: left 150ms ease;
2967
- opacity: 0;
3034
+ right: 0;
2968
3035
  }
2969
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2970
- left: 8px;
2971
- opacity: 1;
3036
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3037
+ padding: unset;
2972
3038
  }
2973
- .kypn5o5.has-focus-indicator input {
2974
- transition: margin-left 150ms ease;
2975
- margin-left: 0px;
3039
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3040
+ display: none;
2976
3041
  }
2977
- .kypn5o5.has-focus-indicator input:focus {
2978
- margin-left: 16px;
3042
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3043
+ width: 100%;
3044
+ overflow: hidden;
3045
+ white-space: nowrap;
3046
+ text-overflow: ellipsis;
2979
3047
  }
2980
-
2981
- input.l1ki27se.ant-input {
2982
- border-top-right-radius: 0;
2983
- border-bottom-right-radius: 0;
3048
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3049
+ overflow: hidden;
3050
+ text-overflow: ellipsis;
3051
+ flex: 1;
2984
3052
  }
2985
-
2986
- .l1ki27se.ant-input-affix-wrapper {
2987
- border-top-right-radius: 0;
2988
- border-bottom-right-radius: 0;
3053
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3054
+ padding: 15px 28px 15px 8px;
2989
3055
  }
2990
-
2991
- input.rrg1fkn.ant-input {
2992
- border-top-left-radius: 0;
2993
- border-bottom-left-radius: 0;
3056
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3057
+ padding: 0;
2994
3058
  }
2995
-
2996
- .rrg1fkn.ant-input-affix-wrapper {
2997
- border-top-left-radius: 0;
2998
- border-bottom-left-radius: 0;
3059
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3060
+ position: absolute;
3061
+ right: 10px;
3062
+ top: 50%;
3063
+ transform: translateY(-50%);
3064
+ height: 16px;
3065
+ display: none;
3066
+ transition: transform 320ms ease;
2999
3067
  }
3000
-
3001
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
3002
- border-top-right-radius: 0;
3003
- border-bottom-right-radius: 0;
3068
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3069
+ display: block;
3070
+ transform: translateY(-50%) rotateX(180deg);
3004
3071
  }
3005
-
3006
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
3007
- border-top-left-radius: 0;
3008
- border-bottom-left-radius: 0;
3072
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3073
+ display: block;
3009
3074
  }
3010
-
3011
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3012
- flex-direction: row;
3013
- justify-content: stretch;
3075
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3076
+ display: none;
3014
3077
  }
3015
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3016
- padding: 0;
3017
- margin-right: 4px;
3018
- flex: 1;
3019
- overflow: visible;
3078
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3079
+ transform: translateY(-50%);
3020
3080
  }
3021
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3022
- display: none;
3081
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3082
+ transform: translateY(-50%) rotateX(180deg);
3023
3083
  }
3024
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3025
- width: 100%;
3026
- min-height: unset;
3084
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3085
+ background: #f2f5fa;
3027
3086
  }
3028
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3029
- height: 26px;
3030
- line-height: 26px;
3031
- width: 100%;
3032
- text-align: center;
3033
- padding: 0;
3034
- font-size: 12px;
3035
- font-weight: normal;
3087
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3088
+ display: block;
3036
3089
  }
3037
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3038
- margin-right: 10px;
3090
+ .tta5kd2 .ant-table .ant-table-selection-column {
3091
+ padding: 0 !important;
3039
3092
  }
3040
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3041
- display: none;
3093
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3094
+ position: absolute;
3095
+ left: 50%;
3096
+ top: 50%;
3097
+ transform: translate(-50%, -50%);
3042
3098
  }
3043
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3044
- border-radius: 4px 0 0 4px;
3099
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3100
+ display: none;
3045
3101
  }
3046
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3047
- margin-right: 0;
3102
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3103
+ background: #fff;
3048
3104
  }
3049
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3050
- border-radius: 0 4px 4px 0;
3105
+ .tta5kd2 .ant-table .ant-table-placeholder {
3106
+ background: inherit;
3051
3107
  }
3052
- .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 {
3053
- content: "";
3054
- width: 0;
3055
- height: 0;
3056
- border: 13px solid transparent;
3057
- position: absolute;
3058
- top: 0;
3059
- border-left: 8px solid rgba(237, 241, 250, 0.6);
3060
- right: -21px;
3061
- z-index: 2;
3108
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3109
+ position: static;
3110
+ border: none;
3111
+ background: inherit !important;
3112
+ height: 100px;
3113
+ vertical-align: middle;
3062
3114
  }
3063
- .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 {
3064
- content: "";
3065
- width: 0;
3066
- height: 0;
3067
- border: 13px solid transparent;
3068
- position: absolute;
3069
- top: 0;
3070
- border-left: 8px solid #fff;
3071
- left: 0;
3115
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3116
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3117
+ font-weight: bold;
3118
+ font-size: 20px;
3119
+ color: rgba(10, 37, 85, 0.6);
3072
3120
  }
3073
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3074
- background-color: rgba(0, 136, 255, 0.1);
3121
+ .tta5kd2 .ant-table td.cell__action_ {
3122
+ padding: 0 !important;
3123
+ position: relative;
3124
+ background: #fff;
3075
3125
  }
3076
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3077
- border-left-color: rgba(0, 136, 255, 0.1) !important;
3126
+ .tta5kd2 .ant-table td.cell__action_ > * {
3127
+ height: 100%;
3128
+ display: flex;
3129
+ align-items: center;
3130
+ justify-content: flex-end;
3131
+ padding-right: 8px;
3078
3132
  }
3079
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3080
- color: #005ed1;
3133
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3134
+ width: 24px;
3135
+ height: 24px;
3136
+ cursor: pointer;
3137
+ justify-content: center;
3138
+ border-radius: 4px;
3081
3139
  }
3082
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3083
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3084
- background-color: rgba(237, 241, 250, 0.6);
3140
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3141
+ background: #fff;
3085
3142
  }
3086
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3087
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3088
- color: rgba(44, 56, 82, 0.6);
3143
+
3144
+ .obf05yr {
3145
+ display: inline-block;
3089
3146
  }
3090
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
3091
- padding: 0;
3147
+
3148
+ .hsms1n6 {
3149
+ visibility: hidden;
3150
+ position: absolute;
3092
3151
  }
3093
3152
 
3094
3153
  .s34f1qb.ant-switch {
@@ -3146,240 +3205,106 @@ input.rrg1fkn.ant-input {
3146
3205
  margin-left: 5px;
3147
3206
  }
3148
3207
 
3149
- .rxbeqvl.ant-radio-wrapper {
3150
- display: inline-flex;
3151
- align-items: baseline;
3152
- white-space: pre-wrap;
3153
- }
3154
- .rxbeqvl.ant-radio-wrapper .ant-radio {
3155
- position: relative;
3156
- top: 3px;
3157
- }
3158
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
3159
- border-color: rgba(107, 128, 167, 0.6);
3160
- }
3161
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
3162
- border-color: #0080ff;
3163
- }
3164
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3165
- border-color: #0080ff;
3166
- background: #0080ff;
3167
- }
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;
3173
- background: #fff;
3174
- }
3175
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3176
- opacity: 0.5;
3177
- }
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);
3181
- }
3182
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3183
- background: #00122e;
3184
- }
3185
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3186
- color: #00122e;
3187
- opacity: 0.5;
3188
- }
3189
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3190
- color: #00122e;
3191
- }
3192
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3193
- display: inline-block;
3194
- padding: 0;
3195
- padding-left: 12px;
3196
- }
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);
3201
- }
3202
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3203
- padding-left: 8px;
3204
- }
3205
-
3206
- .r5ie79y .ant-radio-button-wrapper:first-child {
3207
- border-radius: 5px 0 0 5px;
3208
- }
3209
- .r5ie79y .ant-radio-button-wrapper:last-child {
3210
- border-radius: 0 5px 5px 0;
3211
- }
3212
-
3213
- .r1f0aqcc {
3214
- color: #00122e;
3215
- border-color: #ccd4e3;
3216
- }
3217
- .r1f0aqcc:first-child {
3218
- color: #00122e;
3219
- border-color: #a3b4cc;
3220
- }
3221
- .r1f0aqcc.ant-radio-button-wrapper {
3222
- padding: 0 12px;
3223
- line-height: 32px;
3224
- height: 32px;
3225
- }
3226
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
3227
- white-space: nowrap;
3228
- }
3229
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3230
- background: #ccd4e3;
3231
- }
3232
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3233
- background: #0080ff;
3234
- }
3235
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3236
- background: #ccd4e3;
3237
- opacity: 0.5;
3238
- }
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;
3241
- }
3242
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3243
- border-color: #0080ff;
3244
- }
3245
- .r1f0aqcc.ant-radio-button-wrapper-checked {
3246
- background: rgba(0, 136, 255, 0.1);
3247
- }
3248
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
3249
- background: rgba(211, 218, 235, 0.6);
3250
- border-color: #ccd4e3;
3251
- opacity: 0.5;
3252
- }
3253
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3254
- color: #00122e;
3255
- border-color: #ccd4e3;
3256
- }
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);
3208
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3209
+ flex-direction: row;
3210
+ justify-content: stretch;
3261
3211
  }
3262
- .r1f0aqcc .ant-radio-button-input {
3263
- margin-right: 8px;
3264
- display: inline;
3265
- border: none;
3212
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3266
3213
  padding: 0;
3267
- width: 36px;
3268
- background: transparent;
3269
- }
3270
- .r1f0aqcc .ant-radio-button-input:focus {
3271
- box-shadow: none;
3272
- }
3273
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
3274
- margin-right: 0;
3275
- width: initial;
3276
- box-shadow: none;
3214
+ margin-right: 4px;
3215
+ flex: 1;
3216
+ overflow: visible;
3277
3217
  }
3278
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3218
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3279
3219
  display: none;
3280
3220
  }
3281
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3282
- display: inline;
3221
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3222
+ width: 100%;
3223
+ min-height: unset;
3283
3224
  }
3284
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3285
- display: inline;
3286
- margin-right: 8px;
3225
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3226
+ height: 26px;
3227
+ line-height: 26px;
3228
+ width: 100%;
3229
+ text-align: center;
3287
3230
  padding: 0;
3288
- width: 36px;
3289
- }
3290
-
3291
- .s1fc623g {
3292
- width: 430px !important;
3231
+ font-size: 12px;
3232
+ font-weight: normal;
3293
3233
  }
3294
-
3295
- .oa3mx0o {
3296
- display: flex;
3297
- flex-direction: column;
3234
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3235
+ margin-right: 10px;
3298
3236
  }
3299
-
3300
- .onr9gzt {
3301
- display: flex;
3302
- justify-content: space-between;
3237
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3238
+ display: none;
3303
3239
  }
3304
-
3305
- .oiy0apc {
3306
- display: flex;
3307
- color: rgba(44, 56, 82, 0.6);
3240
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3241
+ border-radius: 4px 0 0 4px;
3308
3242
  }
3309
-
3310
- .i1e4sgug {
3311
- display: inline-block;
3243
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3244
+ margin-right: 0;
3312
3245
  }
3313
-
3314
- .c198s9j3 {
3315
- color: #2d3a56;
3316
- line-height: 22px;
3317
- display: inline-flex;
3246
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3247
+ border-radius: 0 4px 4px 0;
3318
3248
  }
3319
- .c198s9j3 .ant-checkbox {
3320
- height: 22px;
3321
- display: flex;
3322
- align-items: center;
3249
+ .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 {
3250
+ content: "";
3251
+ width: 0;
3252
+ height: 0;
3253
+ border: 13px solid transparent;
3254
+ position: absolute;
3323
3255
  top: 0;
3256
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
3257
+ right: -21px;
3258
+ z-index: 2;
3324
3259
  }
3325
- .c198s9j3 .ant-checkbox-checked::after {
3326
- border: none;
3327
- }
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;
3331
- }
3332
- .c198s9j3 .ant-checkbox .ant-checkbox-inner {
3333
- border: 1px solid rgba(107, 128, 167, 0.6);
3334
- }
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;
3260
+ .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 {
3261
+ content: "";
3262
+ width: 0;
3263
+ height: 0;
3264
+ border: 13px solid transparent;
3265
+ position: absolute;
3266
+ top: 0;
3267
+ border-left: 8px solid #fff;
3268
+ left: 0;
3347
3269
  }
3348
- .c198s9j3.ant-checkbox-wrapper-disabled {
3349
- opacity: 0.5;
3270
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3271
+ background-color: rgba(0, 136, 255, 0.1);
3350
3272
  }
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;
3273
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3274
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
3354
3275
  }
3355
- .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
3356
- border-color: #2d3a56;
3276
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3277
+ color: #005ed1;
3357
3278
  }
3358
- .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3359
- background: #2d3a56;
3279
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3280
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3281
+ background-color: rgba(237, 241, 250, 0.6);
3360
3282
  }
3361
- .c198s9j3 .ant-checkbox + span,
3362
- .c198s9j3 .ant-checkbox-disabled + span {
3283
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3284
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3285
+ color: rgba(44, 56, 82, 0.6);
3286
+ }
3287
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
3363
3288
  padding: 0;
3364
3289
  }
3365
- .c198s9j3 .ant-checkbox + span .main,
3366
- .c198s9j3 .ant-checkbox-disabled + span .main {
3367
- display: inline-block;
3368
- margin-left: 12px;
3369
- color: #2d3a56;
3290
+
3291
+ .s1fc623g {
3292
+ width: 430px !important;
3370
3293
  }
3371
- .c198s9j3 .ant-checkbox + span .sub,
3372
- .c198s9j3 .ant-checkbox-disabled + span .sub {
3373
- margin-left: 28px;
3374
- color: rgba(44, 56, 82, 0.6);
3294
+
3295
+ .oa3mx0o {
3296
+ display: flex;
3297
+ flex-direction: column;
3375
3298
  }
3376
- .c198s9j3.compact .ant-checkbox + span .main,
3377
- .c198s9j3.compact .ant-checkbox-disabled + span .main {
3378
- margin-left: 8px;
3299
+
3300
+ .onr9gzt {
3301
+ display: flex;
3302
+ justify-content: space-between;
3379
3303
  }
3380
- .c198s9j3.compact .ant-checkbox + span .sub,
3381
- .c198s9j3.compact .ant-checkbox-disabled + span .sub {
3382
- margin-left: 24px;
3304
+
3305
+ .oiy0apc {
3306
+ display: flex;
3307
+ color: rgba(44, 56, 82, 0.6);
3383
3308
  }
3384
3309
 
3385
3310
  .d6j0lbj {
@@ -3857,10 +3782,150 @@ input.rrg1fkn.ant-input {
3857
3782
  line-height: 12px;
3858
3783
  }
3859
3784
 
3785
+ .i1e4sgug {
3786
+ display: inline-block;
3787
+ }
3788
+
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
+
3860
3915
  .iiqau4c.ant-input-group.ant-input-group-compact {
3861
3916
  display: flex;
3862
3917
  }
3863
3918
 
3919
+ .igz4le8 {
3920
+ height: 24px;
3921
+ width: 56px !important;
3922
+ margin-right: 4px;
3923
+ }
3924
+
3925
+ .c1riexje {
3926
+ color: rgba(44, 56, 82, 0.6);
3927
+ }
3928
+
3864
3929
  .m1thnes4 {
3865
3930
  color: rgba(44, 56, 82, 0.6);
3866
3931
  text-align: center;
@@ -4022,71 +4087,6 @@ input.rrg1fkn.ant-input {
4022
4087
  margin-left: 8px;
4023
4088
  }
4024
4089
 
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
  }