@cloudtower/eagle 0.20.1 → 0.21.2

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