@cloudtower/eagle 0.20.0 → 0.20.1

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,114 +1862,87 @@ input[type=submit] {
1862
1862
  padding: 0;
1863
1863
  }
1864
1864
 
1865
- .fde5mpd {
1866
- width: 100%;
1867
- height: 100%;
1868
- min-height: 124px;
1869
- display: flex;
1870
- flex-direction: column;
1871
- justify-content: center;
1872
- align-items: center;
1873
- }
1874
- .fde5mpd .error-text {
1875
- color: rgba(10, 37, 85, 0.6);
1876
- margin-bottom: 16px;
1877
- font-size: 18px;
1878
- }
1879
-
1880
- .obf05yr {
1881
- display: inline-block;
1882
- }
1883
-
1884
- .hsms1n6 {
1885
- visibility: hidden;
1886
- position: absolute;
1887
- }
1888
-
1889
- .bpq0js6 {
1890
- padding: 4px 11px;
1891
- }
1892
-
1893
- .b15sn34c {
1894
- white-space: nowrap;
1895
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1896
- }
1897
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1898
- --color: #0080ff;
1865
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1866
+ flex-direction: row;
1867
+ justify-content: stretch;
1899
1868
  }
1900
- .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] {
1901
- --color: #0080ff;
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;
1902
1874
  }
1903
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1904
- margin-left: 1px;
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;
1905
1877
  }
1906
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1907
- border-top-right-radius: 0;
1908
- border-bottom-right-radius: 0;
1878
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1879
+ width: 100%;
1880
+ min-height: unset;
1909
1881
  }
1910
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1911
- border-top-left-radius: 0;
1912
- border-bottom-left-radius: 0;
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;
1913
1890
  }
1914
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1915
- border-radius: unset;
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;
1916
1893
  }
1917
-
1918
- .p12gwtiw {
1919
- display: flex;
1920
- justify-content: space-between;
1921
- align-items: center;
1922
- padding: 10px 0;
1923
- color: rgba(44, 56, 82, 0.6);
1924
- font-size: 12px;
1925
- line-height: 24px;
1894
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
1895
+ display: none;
1926
1896
  }
1927
- .p12gwtiw .pagination-left {
1928
- padding: 2px 8px;
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;
1929
1899
  }
1930
- .p12gwtiw .dropdown-trigger {
1931
- display: flex;
1932
- align-items: center;
1933
- border-radius: 6px;
1934
- cursor: pointer;
1935
- transition: all 0.3s ease;
1900
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
1901
+ margin-right: 0;
1936
1902
  }
1937
- .p12gwtiw .dropdown-trigger:hover {
1938
- background: rgba(211, 218, 235, 0.6);
1939
- color: #0080ff;
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;
1940
1905
  }
1941
- .p12gwtiw .dropdown-trigger .icon-inner {
1942
- margin-left: 4px;
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;
1943
1916
  }
1944
- .p12gwtiw .pagination-right {
1945
- display: flex;
1946
- align-items: center;
1947
- color: #0080ff;
1948
- font-weight: bold;
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;
1949
1926
  }
1950
- .p12gwtiw .pagination-right .icon-inner {
1951
- margin-left: 4px;
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);
1952
1929
  }
1953
- .p12gwtiw .pagination-right .prev-btn,
1954
- .p12gwtiw .pagination-right .next-btn {
1955
- padding: 0 8px;
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;
1956
1932
  }
1957
- .p12gwtiw .pagination-right .prev-btn > span,
1958
- .p12gwtiw .pagination-right .next-btn > span {
1959
- color: #0080ff;
1933
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
1934
+ color: #005ed1;
1960
1935
  }
1961
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1962
- transform: rotate(180deg);
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);
1963
1939
  }
1964
-
1965
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1966
- max-height: calc(100vh - 128px);
1967
- overflow-y: auto;
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);
1968
1943
  }
1969
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1970
- padding: 4px 20px;
1971
- font-size: 12px;
1972
- line-height: 18px;
1944
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
1945
+ padding: 0;
1973
1946
  }
1974
1947
 
1975
1948
  .rxbeqvl.ant-radio-wrapper {
@@ -2114,6 +2087,87 @@ input[type=submit] {
2114
2087
  width: 36px;
2115
2088
  }
2116
2089
 
2090
+ .p12gwtiw {
2091
+ display: flex;
2092
+ justify-content: space-between;
2093
+ align-items: center;
2094
+ padding: 10px 0;
2095
+ color: rgba(44, 56, 82, 0.6);
2096
+ font-size: 12px;
2097
+ line-height: 24px;
2098
+ }
2099
+ .p12gwtiw .pagination-left {
2100
+ padding: 2px 8px;
2101
+ }
2102
+ .p12gwtiw .dropdown-trigger {
2103
+ display: flex;
2104
+ align-items: center;
2105
+ border-radius: 6px;
2106
+ cursor: pointer;
2107
+ transition: all 0.3s ease;
2108
+ }
2109
+ .p12gwtiw .dropdown-trigger:hover {
2110
+ background: rgba(211, 218, 235, 0.6);
2111
+ color: #0080ff;
2112
+ }
2113
+ .p12gwtiw .dropdown-trigger .icon-inner {
2114
+ margin-left: 4px;
2115
+ }
2116
+ .p12gwtiw .pagination-right {
2117
+ display: flex;
2118
+ align-items: center;
2119
+ color: #0080ff;
2120
+ font-weight: bold;
2121
+ }
2122
+ .p12gwtiw .pagination-right .icon-inner {
2123
+ margin-left: 4px;
2124
+ }
2125
+ .p12gwtiw .pagination-right .prev-btn,
2126
+ .p12gwtiw .pagination-right .next-btn {
2127
+ padding: 0 8px;
2128
+ }
2129
+ .p12gwtiw .pagination-right .prev-btn > span,
2130
+ .p12gwtiw .pagination-right .next-btn > span {
2131
+ color: #0080ff;
2132
+ }
2133
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2134
+ transform: rotate(180deg);
2135
+ }
2136
+
2137
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2138
+ max-height: calc(100vh - 128px);
2139
+ overflow-y: auto;
2140
+ }
2141
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2142
+ padding: 4px 20px;
2143
+ font-size: 12px;
2144
+ line-height: 18px;
2145
+ }
2146
+
2147
+ .fde5mpd {
2148
+ width: 100%;
2149
+ 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
+ }
2161
+
2162
+ .obf05yr {
2163
+ display: inline-block;
2164
+ }
2165
+
2166
+ .hsms1n6 {
2167
+ visibility: hidden;
2168
+ position: absolute;
2169
+ }
2170
+
2117
2171
  .i1mrf09m {
2118
2172
  display: inline-flex;
2119
2173
  align-items: center;
@@ -2186,1108 +2240,1058 @@ input[type=submit] {
2186
2240
  margin-left: 5px;
2187
2241
  }
2188
2242
 
2189
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2190
- flex-direction: row;
2191
- justify-content: stretch;
2243
+ .bpq0js6 {
2244
+ padding: 4px 11px;
2192
2245
  }
2193
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2194
- padding: 0;
2195
- margin-right: 4px;
2196
- flex: 1;
2197
- overflow: visible;
2246
+
2247
+ .b15sn34c {
2248
+ white-space: nowrap;
2249
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2198
2250
  }
2199
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2200
- display: none;
2251
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2252
+ --color: #0080ff;
2201
2253
  }
2202
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2203
- width: 100%;
2204
- min-height: unset;
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;
2205
2256
  }
2206
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2207
- height: 26px;
2208
- line-height: 26px;
2209
- width: 100%;
2210
- text-align: center;
2211
- padding: 0;
2212
- font-size: 12px;
2213
- font-weight: normal;
2257
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2258
+ margin-left: 1px;
2214
2259
  }
2215
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2216
- margin-right: 10px;
2260
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
2261
+ border-top-right-radius: 0;
2262
+ border-bottom-right-radius: 0;
2217
2263
  }
2218
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2219
- display: none;
2264
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
2265
+ border-top-left-radius: 0;
2266
+ border-bottom-left-radius: 0;
2220
2267
  }
2221
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2222
- border-radius: 4px 0 0 4px;
2268
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2269
+ border-radius: unset;
2223
2270
  }
2224
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2225
- margin-right: 0;
2271
+
2272
+ .cz04yix {
2273
+ display: flex;
2274
+ flex-direction: column;
2226
2275
  }
2227
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2228
- border-radius: 0 4px 4px 0;
2276
+
2277
+ .m1if5j39 {
2278
+ max-width: 1120px;
2279
+ width: 100%;
2280
+ margin: 0 auto;
2281
+ height: 100%;
2229
2282
  }
2230
- .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 {
2231
- content: "";
2232
- width: 0;
2233
- height: 0;
2234
- border: 13px solid transparent;
2235
- position: absolute;
2236
- top: 0;
2237
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2238
- right: -21px;
2239
- z-index: 2;
2283
+
2284
+ .w1vvwdlp {
2285
+ max-width: 1120px;
2286
+ width: 100%;
2287
+ margin: 0 auto;
2288
+ display: flex;
2240
2289
  }
2241
- .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 {
2242
- content: "";
2243
- width: 0;
2244
- height: 0;
2245
- border: 13px solid transparent;
2246
- position: absolute;
2247
- top: 0;
2248
- border-left: 8px solid #fff;
2249
- left: 0;
2290
+ .w1vvwdlp .left,
2291
+ .w1vvwdlp .right {
2292
+ flex-grow: 0;
2293
+ flex-shrink: 0;
2294
+ flex-basis: 21%;
2250
2295
  }
2251
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2252
- background-color: rgba(0, 136, 255, 0.1);
2296
+ .w1vvwdlp .left {
2297
+ display: flex;
2298
+ justify-content: flex-end;
2299
+ padding-right: 44px;
2253
2300
  }
2254
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2255
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2301
+ .w1vvwdlp .right {
2302
+ padding-left: 44px;
2256
2303
  }
2257
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2258
- color: #005ed1;
2304
+ .w1vvwdlp .middle {
2305
+ margin-bottom: 40px;
2306
+ flex-grow: 0;
2307
+ flex-shrink: 0;
2308
+ flex-basis: 58%;
2259
2309
  }
2260
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2261
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2262
- background-color: rgba(237, 241, 250, 0.6);
2310
+ .w1vvwdlp .middle .form-base-field {
2311
+ width: 100%;
2263
2312
  }
2264
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2265
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2266
- color: rgba(44, 56, 82, 0.6);
2313
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2314
+ width: auto;
2267
2315
  }
2268
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2269
- padding: 0;
2316
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2317
+ flex: initial;
2270
2318
  }
2271
-
2272
- .t1upn1sz {
2273
- height: 100%;
2319
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2320
+ margin-top: 4px;
2274
2321
  }
2275
-
2276
- .tta5kd2 {
2277
- height: 100%;
2322
+ .w1vvwdlp .ant-steps-item-icon,
2323
+ .w1vvwdlp .ant-steps-item-tail {
2324
+ display: none !important;
2278
2325
  }
2279
- .tta5kd2.empty-table .ant-table-content {
2280
- overflow: visible !important;
2281
- height: 100%;
2326
+ .w1vvwdlp .ant-steps-item-container {
2327
+ padding: 0 15px;
2328
+ border-radius: 4px;
2329
+ height: 32px;
2330
+ display: flex;
2331
+ align-items: center;
2282
2332
  }
2283
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2284
- height: 100%;
2333
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2334
+ min-height: auto;
2335
+ white-space: nowrap;
2285
2336
  }
2286
- .tta5kd2.empty-table .ant-table-content table {
2287
- width: 100% !important;
2288
- height: 100%;
2337
+ .w1vvwdlp .ant-steps-item-description {
2338
+ padding-bottom: 0px;
2289
2339
  }
2290
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2291
- padding: 15px 0;
2340
+ .w1vvwdlp .ant-steps-item-title {
2341
+ font-size: 13px !important;
2342
+ line-height: 20px !important;
2292
2343
  }
2293
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2294
- display: none;
2344
+ .w1vvwdlp .ant-steps-item-title .step-index {
2345
+ display: inline-block;
2346
+ text-align: center;
2347
+ width: 13px;
2348
+ margin-right: 12px;
2295
2349
  }
2296
- .tta5kd2 .active-row td:nth-child(1) {
2297
- font-weight: 700;
2350
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2351
+ background: rgba(0, 128, 255, 0.1);
2298
2352
  }
2299
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2300
- font-weight: 700;
2353
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2354
+ color: #005ed1;
2301
2355
  }
2302
- .tta5kd2 .ant-spin-nested-loading {
2303
- height: 100%;
2356
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2357
+ background: rgba(237, 241, 250, 0.6);
2304
2358
  }
2305
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2306
- height: 100%;
2307
- overflow: visible;
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;
2308
2361
  }
2309
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2310
- max-height: none;
2362
+ .w1vvwdlp .ant-steps-item-disabled {
2363
+ cursor: not-allowed;
2311
2364
  }
2312
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2313
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2314
- display: none;
2365
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2366
+ background: rgba(237, 241, 250, 0.6);
2315
2367
  }
2316
- .tta5kd2 td.ant-table-column-sort {
2317
- background: transparent;
2368
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2369
+ color: #2d3a56;
2318
2370
  }
2319
- .tta5kd2 td.ant-table-cell-fix-left,
2320
- .tta5kd2 td.ant-table-cell-fix-right {
2321
- background: #fff;
2322
- padding: 0 !important;
2371
+
2372
+ .h1cuopx7 .ant-modal-header {
2373
+ margin: 0 auto;
2374
+ width: 100%;
2375
+ max-width: 648px;
2323
2376
  }
2324
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2325
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2326
- display: flex;
2327
- align-items: center;
2328
- height: 100%;
2329
- padding: 8px;
2377
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2378
+ margin-left: 0;
2330
2379
  }
2331
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2332
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2333
- overflow: hidden;
2334
- text-overflow: ellipsis;
2380
+ .h1cuopx7 .ant-modal-body {
2381
+ margin: 0 auto;
2382
+ padding: 0;
2335
2383
  width: 100%;
2384
+ max-width: 648px;
2385
+ overflow: hidden;
2336
2386
  }
2337
- .tta5kd2 .ant-table-container {
2338
- height: 100%;
2387
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2388
+ margin-bottom: 40px;
2339
2389
  }
2340
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2341
- box-shadow: none !important;
2390
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2391
+ height: calc(100vh - 225px);
2392
+ overflow-y: auto;
2342
2393
  }
2343
- .tta5kd2 .ant-table {
2344
- border-radius: 0px;
2345
- border-left: none;
2346
- border-right: none;
2347
- border-bottom: none;
2348
- height: 100%;
2349
- font-size: 12px;
2350
- background: transparent;
2394
+ .h1cuopx7 .ant-modal-footer .footer-content {
2395
+ margin: 0 auto;
2396
+ max-width: 648px;
2351
2397
  }
2352
- .tta5kd2 .ant-table .ant-table-header {
2353
- position: relative;
2354
- z-index: 3;
2355
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2356
- margin-bottom: -1px;
2398
+
2399
+ .h1p6d3y3 .ant-modal-header {
2400
+ margin: 0 auto;
2401
+ width: 100%;
2402
+ max-width: 1024px;
2357
2403
  }
2358
- .tta5kd2 .ant-table .time-wrapper .data,
2359
- .tta5kd2 .ant-table .value {
2360
- color: #2d3a56;
2404
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2405
+ margin-left: 0;
2361
2406
  }
2362
- .tta5kd2 .ant-table .time-wrapper .time,
2363
- .tta5kd2 .ant-table .unit {
2364
- color: rgba(44, 56, 82, 0.6);
2407
+ .h1p6d3y3 .ant-modal-body {
2408
+ margin: 0 auto;
2409
+ padding: 0;
2410
+ width: 100%;
2411
+ max-width: 1024px;
2412
+ overflow: hidden;
2365
2413
  }
2366
- .tta5kd2 .ant-table .ant-table-selection {
2367
- text-align: center;
2414
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2415
+ margin-bottom: 40px;
2368
2416
  }
2369
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2370
- background: #fff;
2417
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2418
+ height: calc(100vh - 225px);
2419
+ overflow-y: auto;
2371
2420
  }
2372
- .tta5kd2 .ant-table .anticon-setting {
2373
- cursor: pointer;
2374
- position: absolute;
2375
- top: 50%;
2376
- right: 12px;
2377
- transform: translateY(-50%);
2421
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2422
+ margin: 0 auto;
2423
+ max-width: 1024px;
2378
2424
  }
2379
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2380
- box-shadow: none;
2381
- width: 1px;
2382
- background: rgba(213, 219, 227, 0.6);
2425
+
2426
+ .fxgckuk {
2427
+ flex: 1;
2383
2428
  }
2384
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2385
- box-shadow: none;
2386
- width: 1px;
2387
- background: rgba(213, 219, 227, 0.6);
2429
+ .fxgckuk label {
2430
+ font-size: 13px;
2431
+ line-height: 20px;
2432
+ color: rgba(44, 56, 82, 0.6);
2388
2433
  }
2389
- .tta5kd2 .ant-table .ant-table-tbody {
2390
- position: relative;
2434
+ .fxgckuk .title {
2435
+ font-size: 14px;
2436
+ line-height: 20px;
2437
+ color: #2d3a56;
2438
+ margin-bottom: 12px;
2391
2439
  }
2392
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2393
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2394
- border-bottom: 1px solid white;
2395
- height: 40px;
2396
- vertical-align: middle;
2397
- transition: background 0ms;
2398
- color: #00122e;
2440
+ .fxgckuk.connect-cluster .title {
2441
+ padding-bottom: 26px;
2399
2442
  }
2400
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2401
- background: #f2f5fa;
2402
- border-bottom-color: #f2f5fa;
2443
+
2444
+ .f1d0vek1 {
2445
+ padding: 25px 0 15px 0;
2446
+ border-bottom: 1px solid #e1e5eb;
2447
+ margin-bottom: 16px;
2403
2448
  }
2404
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2405
- height: auto;
2406
- color: #00122e;
2407
- font-size: 12px;
2408
- text-align: left;
2409
- transition: none;
2410
- overflow: hidden;
2411
- text-overflow: ellipsis;
2412
- white-space: nowrap;
2449
+
2450
+ .f4u402y {
2451
+ display: flex;
2452
+ align-items: center;
2453
+ margin-bottom: 8px;
2413
2454
  }
2414
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2415
- color: #0096ff;
2455
+ .f4u402y > label {
2456
+ width: 216px;
2416
2457
  }
2417
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2418
- overflow: hidden;
2419
- text-overflow: ellipsis;
2458
+ .f4u402y > label + * {
2420
2459
  width: 100%;
2421
- vertical-align: middle;
2422
2460
  }
2423
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2424
- line-height: 0px;
2425
- }
2426
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2427
- border-top-color: transparent;
2461
+ .f4u402y .ant-select {
2462
+ width: 100%;
2428
2463
  }
2429
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2430
- background: rgba(225, 230, 241, 0.6);
2431
- border-color: transparent transparent white;
2464
+
2465
+ .e1pldf6v {
2466
+ color: #e75a3a;
2467
+ margin-right: 10px;
2432
2468
  }
2433
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2434
- border-radius: 8px 0 0 8px;
2469
+
2470
+ .dq0gblh {
2471
+ width: 100%;
2472
+ height: 1px;
2473
+ background: rgba(213, 219, 227, 0.6);
2474
+ margin: 24px 0;
2435
2475
  }
2436
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2437
- border-radius: 8px 0 0 8px;
2476
+
2477
+ .l1v7sr0n {
2478
+ display: flex;
2479
+ justify-content: center;
2480
+ align-items: center;
2481
+ height: 100%;
2438
2482
  }
2439
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2440
- content: "";
2483
+
2484
+ .d1i4ou6o {
2485
+ display: inline-block;
2441
2486
  width: 4px;
2442
- top: -1px;
2443
- bottom: -1px;
2444
- background: white;
2487
+ height: 4px;
2488
+ background: #8e9aa9;
2489
+ opacity: 0.4;
2490
+ border-radius: 50%;
2491
+ margin: 0 4px;
2445
2492
  }
2446
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2447
- border-radius: 0 8px 8px 0;
2493
+
2494
+ .m1jy87hk .ant-modal-header,
2495
+ .m1jy87hk .ant-modal-footer .footer-content {
2496
+ width: 648px;
2497
+ margin: 0 auto;
2448
2498
  }
2449
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2450
- border-radius: 0;
2451
- background: white;
2452
- border-top: none;
2499
+ .m1jy87hk .ant-modal-header {
2500
+ padding: 35px 0 24px;
2501
+ border: none;
2453
2502
  }
2454
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2455
- border-top: 1px solid transparent;
2456
- border-radius: 0 8px 8px 0;
2457
- background: rgba(225, 230, 241, 0.6);
2503
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2504
+ font-size: 30px;
2458
2505
  }
2459
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2460
- background: white;
2461
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2506
+ .m1jy87hk .ant-modal-body {
2507
+ padding: 4px 0 2px;
2462
2508
  }
2463
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2464
- display: flex;
2465
- align-items: center;
2466
- height: 100%;
2467
- background: rgba(225, 230, 241, 0.6);
2509
+ .m1jy87hk .ant-modal-footer {
2510
+ border: none;
2468
2511
  }
2469
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2470
- background: white;
2471
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2512
+
2513
+ .ti7fpyu {
2514
+ 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);
2472
2522
  }
2473
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2523
+ .ti7fpyu:not(:first-child) {
2524
+ margin-left: 4px;
2525
+ }
2526
+
2527
+ .f1rest1f {
2528
+ width: 100%;
2529
+ height: 100%;
2474
2530
  display: flex;
2475
2531
  align-items: center;
2476
- height: 100%;
2477
- background: rgba(225, 230, 241, 0.6);
2478
- }
2479
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2480
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2532
+ justify-content: center;
2481
2533
  }
2482
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2483
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2484
- border-radius: 8px;
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;
2485
2544
  }
2486
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2487
- border-top-color: white;
2545
+
2546
+ .f1y3gta0.form-item-general {
2547
+ width: 640px;
2488
2548
  }
2489
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2490
- background: rgba(0, 136, 255, 0.1);
2491
- border-bottom-color: transparent;
2492
- border-top-color: transparent;
2549
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2550
+ margin-top: 16px;
2493
2551
  }
2494
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2495
- border-radius: 8px 0 0 8px;
2552
+ .f1y3gta0.form-item-compact {
2553
+ width: 412px;
2496
2554
  }
2497
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2498
- border-radius: 0 8px 8px 0;
2555
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2556
+ margin-top: 8px;
2499
2557
  }
2500
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2501
- background: rgba(0, 136, 255, 0.1);
2558
+ .f1y3gta0 .form-item {
2559
+ width: auto;
2502
2560
  }
2503
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
2504
- background: #fff;
2505
- font-weight: 400;
2561
+ .f1y3gta0 .form-item-main {
2506
2562
  position: relative;
2507
- border-bottom: none;
2508
- color: #00122e;
2509
- transition: none;
2510
- padding: 15px 8px 15px 8px;
2563
+ display: flex;
2511
2564
  }
2512
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2513
- content: "";
2514
- width: 1px;
2515
- top: 0;
2516
- bottom: 0;
2517
- background: rgba(211, 218, 235, 0.6);
2518
- position: absolute;
2519
- right: 0;
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;
2520
2573
  }
2521
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2522
- padding: unset;
2574
+ .f1y3gta0 .form-item-label {
2575
+ padding-right: 12px;
2576
+ font-size: 13px;
2577
+ color: rgba(44, 56, 82, 0.6);
2523
2578
  }
2524
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2525
- display: none;
2579
+ .f1y3gta0 .form-item-label.label-right {
2580
+ text-align: right;
2526
2581
  }
2527
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2528
- width: 100%;
2529
- overflow: hidden;
2530
- white-space: nowrap;
2531
- text-overflow: ellipsis;
2582
+ .f1y3gta0 .form-item-label,
2583
+ .f1y3gta0 .form-item-control {
2584
+ line-height: 32px;
2532
2585
  }
2533
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2534
- overflow: hidden;
2535
- text-overflow: ellipsis;
2586
+ .f1y3gta0 .form-item-control .form-item-error {
2587
+ line-height: 18px;
2536
2588
  }
2537
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2538
- padding: 15px 28px 15px 8px;
2539
- }
2540
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2541
- padding: 0;
2542
- }
2543
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2544
- position: absolute;
2545
- right: 10px;
2546
- top: 50%;
2547
- transform: translateY(-50%);
2548
- height: 16px;
2549
- display: none;
2550
- transition: transform 320ms ease;
2551
- }
2552
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2553
- display: block;
2554
- transform: translateY(-50%) rotateX(180deg);
2589
+ .f1y3gta0 .form-item-children {
2590
+ width: 100%;
2555
2591
  }
2556
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2557
- display: block;
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%;
2558
2594
  }
2559
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2560
- display: none;
2595
+ .f1y3gta0 .form-item-error {
2596
+ color: #e75a3a;
2597
+ height: 0;
2598
+ overflow: hidden;
2561
2599
  }
2562
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2563
- transform: translateY(-50%);
2600
+ .f1y3gta0 .form-item-error-enter-done {
2601
+ margin-top: 4px;
2602
+ height: auto;
2603
+ overflow: auto;
2564
2604
  }
2565
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2566
- transform: translateY(-50%) rotateX(180deg);
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;
2567
2609
  }
2568
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2569
- background: #f2f5fa;
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;
2570
2617
  }
2571
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2572
- display: block;
2618
+ .fujbm7g:not(:first-of-type) {
2619
+ margin-top: 16px;
2573
2620
  }
2574
- .tta5kd2 .ant-table .ant-table-selection-column {
2575
- padding: 0 !important;
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;
2576
2630
  }
2577
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2578
- position: absolute;
2579
- left: 50%;
2580
- top: 50%;
2581
- transform: translate(-50%, -50%);
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);
2582
2640
  }
2583
- .tta5kd2 .ant-table .ant-table-selection-column:after {
2584
- display: none;
2641
+ .e5fsw5s:after {
2642
+ transform: rotate(45deg);
2643
+ left: 1px;
2585
2644
  }
2586
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2587
- background: #fff;
2645
+
2646
+ .w18knsg4.ant-alert-warning {
2647
+ border: 0;
2648
+ background: rgba(255, 187, 0, 0.1);
2649
+ border-radius: 6px;
2588
2650
  }
2589
- .tta5kd2 .ant-table .ant-table-placeholder {
2590
- background: inherit;
2651
+ .w18knsg4.ant-alert,
2652
+ .w18knsg4 .ant-alert-message {
2653
+ color: #e07f00;
2591
2654
  }
2592
- .tta5kd2 .ant-table .ant-table-placeholder td {
2593
- position: static;
2594
- border: none;
2595
- background: inherit !important;
2596
- height: 100px;
2597
- vertical-align: middle;
2655
+ .w18knsg4.ant-alert .dashed-border-bottom,
2656
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2657
+ border-bottom-color: #e07f00;
2598
2658
  }
2599
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2600
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2601
- font-weight: bold;
2602
- font-size: 20px;
2603
- color: rgba(10, 37, 85, 0.6);
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;
2604
2669
  }
2605
- .tta5kd2 .ant-table td.cell__action_ {
2606
- padding: 0 !important;
2607
- position: relative;
2608
- background: #fff;
2670
+ .ng31n2o .icon-wrapper {
2671
+ margin-right: 10px;
2672
+ height: 18px;
2609
2673
  }
2610
- .tta5kd2 .ant-table td.cell__action_ > * {
2611
- height: 100%;
2674
+
2675
+ .n15x5f5y {
2612
2676
  display: flex;
2613
- align-items: center;
2614
- justify-content: flex-end;
2615
- padding-right: 8px;
2616
- }
2617
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
2618
- width: 24px;
2619
- height: 24px;
2620
- cursor: pointer;
2621
- justify-content: center;
2622
- border-radius: 4px;
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;
2623
2684
  }
2624
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2625
- background: #fff;
2685
+ .n15x5f5y .icon-wrapper {
2686
+ margin-right: 10px;
2687
+ height: 18px;
2626
2688
  }
2627
2689
 
2628
- .cz04yix {
2690
+ .i16ozz3f {
2629
2691
  display: flex;
2630
- flex-direction: column;
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;
2631
2699
  }
2632
-
2633
- .m1if5j39 {
2634
- max-width: 1120px;
2635
- width: 100%;
2636
- margin: 0 auto;
2637
- height: 100%;
2700
+ .i16ozz3f .icon-wrapper {
2701
+ margin-right: 10px;
2702
+ height: 18px;
2638
2703
  }
2639
2704
 
2640
- .w1vvwdlp {
2641
- max-width: 1120px;
2642
- width: 100%;
2643
- margin: 0 auto;
2644
- display: flex;
2705
+ .dszu9qr {
2706
+ color: rgba(44, 56, 82, 0.6);
2707
+ margin-top: 5px;
2708
+ font-size: 12px;
2709
+ line-height: 18px;
2645
2710
  }
2646
- .w1vvwdlp .left,
2647
- .w1vvwdlp .right {
2648
- flex-grow: 0;
2649
- flex-shrink: 0;
2650
- flex-basis: 21%;
2711
+
2712
+ .snxzgx {
2713
+ color: #f0483e;
2714
+ font-size: 12px;
2715
+ white-space: pre-wrap;
2651
2716
  }
2652
- .w1vvwdlp .left {
2717
+
2718
+ .o1i4orqw {
2653
2719
  display: flex;
2720
+ align-items: center;
2654
2721
  justify-content: flex-end;
2655
- padding-right: 44px;
2656
2722
  }
2657
- .w1vvwdlp .right {
2658
- padding-left: 44px;
2723
+ .o1i4orqw .icon-wrapper {
2724
+ margin-right: 16px;
2659
2725
  }
2660
- .w1vvwdlp .middle {
2661
- margin-bottom: 40px;
2662
- flex-grow: 0;
2663
- flex-shrink: 0;
2664
- flex-basis: 58%;
2726
+
2727
+ .t79k8o2 {
2728
+ color: rgba(0, 21, 64, 0.3);
2665
2729
  }
2666
- .w1vvwdlp .middle .form-base-field {
2667
- width: 100%;
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;
2668
2738
  }
2669
- .w1vvwdlp .middle .form-base-field .form-base-field {
2670
- width: auto;
2739
+ .ipd9bk.ant-input.ant-input-lg {
2740
+ padding: 8px 16px;
2741
+ line-height: 22px;
2671
2742
  }
2672
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2673
- flex: initial;
2743
+ .ipd9bk.ant-input.ant-input-sm {
2744
+ padding: 2px 8px;
2745
+ line-height: 18px;
2674
2746
  }
2675
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2676
- margin-top: 4px;
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);
2677
2750
  }
2678
- .w1vvwdlp .ant-steps-item-icon,
2679
- .w1vvwdlp .ant-steps-item-tail {
2680
- display: none !important;
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);
2681
2754
  }
2682
- .w1vvwdlp .ant-steps-item-container {
2683
- padding: 0 15px;
2684
- border-radius: 4px;
2685
- height: 32px;
2686
- display: flex;
2687
- align-items: center;
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;
2688
2758
  }
2689
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2690
- min-height: auto;
2691
- white-space: nowrap;
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);
2692
2762
  }
2693
- .w1vvwdlp .ant-steps-item-description {
2694
- padding-bottom: 0px;
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);
2695
2766
  }
2696
- .w1vvwdlp .ant-steps-item-title {
2697
- font-size: 13px !important;
2698
- line-height: 20px !important;
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);
2699
2771
  }
2700
- .w1vvwdlp .ant-steps-item-title .step-index {
2701
- display: inline-block;
2702
- text-align: center;
2703
- width: 13px;
2704
- margin-right: 12px;
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;
2705
2779
  }
2706
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2707
- background: rgba(0, 128, 255, 0.1);
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
2783
  }
2709
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2710
- color: #005ed1;
2784
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2785
+ padding: 8px 16px;
2786
+ line-height: 22px;
2711
2787
  }
2712
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2713
- background: rgba(237, 241, 250, 0.6);
2788
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2789
+ padding: 2px 8px;
2790
+ line-height: 18px;
2714
2791
  }
2715
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2716
- color: rgba(10, 37, 85, 0.6) !important;
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);
2717
2795
  }
2718
- .w1vvwdlp .ant-steps-item-disabled {
2719
- cursor: not-allowed;
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);
2720
2799
  }
2721
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2722
- background: rgba(237, 241, 250, 0.6);
2800
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2801
+ border-color: #e75a3a;
2723
2802
  }
2724
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2725
- color: #2d3a56;
2803
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2804
+ color: #e75a3a;
2726
2805
  }
2727
-
2728
- .h1cuopx7 .ant-modal-header {
2729
- margin: 0 auto;
2730
- width: 100%;
2731
- max-width: 648px;
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);
2732
2809
  }
2733
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2734
- margin-left: 0;
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);
2735
2813
  }
2736
- .h1cuopx7 .ant-modal-body {
2737
- margin: 0 auto;
2738
- padding: 0;
2739
- width: 100%;
2740
- max-width: 648px;
2741
- overflow: hidden;
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);
2742
2818
  }
2743
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2744
- margin-bottom: 40px;
2819
+ textarea.ipd9bk.ant-input {
2820
+ transition-property: height;
2821
+ transition-delay: 50ms;
2745
2822
  }
2746
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2747
- height: calc(100vh - 225px);
2748
- overflow-y: auto;
2823
+ textarea.ipd9bk.ant-input.textarea-large {
2824
+ min-height: 40px;
2825
+ height: 40px;
2749
2826
  }
2750
- .h1cuopx7 .ant-modal-footer .footer-content {
2751
- margin: 0 auto;
2752
- max-width: 648px;
2827
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2828
+ height: 80px;
2829
+ }
2830
+ textarea.ipd9bk.ant-input.textarea-middle {
2831
+ min-height: 32px;
2832
+ height: 32px;
2833
+ }
2834
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2835
+ height: 64px;
2836
+ }
2837
+ textarea.ipd9bk.ant-input.textarea-small {
2838
+ min-height: 24px;
2839
+ height: 24px;
2840
+ }
2841
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2842
+ height: 40px;
2753
2843
  }
2754
2844
 
2755
- .h1p6d3y3 .ant-modal-header {
2756
- margin: 0 auto;
2757
- width: 100%;
2758
- max-width: 1024px;
2845
+ .kypn5o5 input, .kypn5o5.input-tags {
2846
+ border: 1px solid rgba(213, 219, 227, 0.6);
2847
+ border-radius: 4px;
2759
2848
  }
2760
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2761
- margin-left: 0;
2849
+ .kypn5o5.input-tags {
2850
+ position: relative;
2851
+ padding: 6px;
2852
+ height: 32px;
2853
+ cursor: pointer;
2854
+ transition: border 150ms;
2762
2855
  }
2763
- .h1p6d3y3 .ant-modal-body {
2764
- margin: 0 auto;
2765
- padding: 0;
2766
- width: 100%;
2767
- max-width: 1024px;
2768
- overflow: hidden;
2856
+ .kypn5o5.input-tags:hover {
2857
+ border-color: #0080ff;
2858
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2769
2859
  }
2770
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2771
- margin-bottom: 40px;
2860
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2861
+ padding-right: 30px;
2772
2862
  }
2773
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2774
- height: calc(100vh - 225px);
2775
- overflow-y: auto;
2863
+ .kypn5o5.input-tags .input-tags-inner {
2864
+ display: flex;
2776
2865
  }
2777
- .h1p6d3y3 .ant-modal-footer .footer-content {
2778
- margin: 0 auto;
2779
- max-width: 1024px;
2866
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2867
+ display: flex;
2780
2868
  }
2781
-
2782
- .fxgckuk {
2783
- flex: 1;
2869
+ .kypn5o5.input-tags .input-tag-suffix {
2870
+ position: absolute;
2871
+ right: 12px;
2872
+ top: 50%;
2873
+ transform: translateY(-50%);
2784
2874
  }
2785
- .fxgckuk label {
2786
- font-size: 13px;
2787
- line-height: 20px;
2788
- color: rgba(44, 56, 82, 0.6);
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;
2789
2879
  }
2790
- .fxgckuk .title {
2791
- font-size: 14px;
2792
- line-height: 20px;
2793
- color: #2d3a56;
2794
- margin-bottom: 12px;
2880
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2881
+ color: rgba(0, 0, 0, 0.45);
2795
2882
  }
2796
- .fxgckuk.connect-cluster .title {
2797
- padding-bottom: 26px;
2883
+ .kypn5o5.has-focus-indicator {
2884
+ position: relative;
2885
+ overflow: hidden;
2798
2886
  }
2799
-
2800
- .f1d0vek1 {
2801
- padding: 25px 0 15px 0;
2802
- border-bottom: 1px solid #e1e5eb;
2803
- margin-bottom: 16px;
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;
2804
2894
  }
2805
-
2806
- .f4u402y {
2807
- display: flex;
2808
- align-items: center;
2809
- margin-bottom: 8px;
2895
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2896
+ left: 8px;
2897
+ opacity: 1;
2810
2898
  }
2811
- .f4u402y > label {
2812
- width: 216px;
2899
+ .kypn5o5.has-focus-indicator input {
2900
+ transition: margin-left 150ms ease;
2901
+ margin-left: 0px;
2813
2902
  }
2814
- .f4u402y > label + * {
2815
- width: 100%;
2903
+ .kypn5o5.has-focus-indicator input:focus {
2904
+ margin-left: 16px;
2816
2905
  }
2817
- .f4u402y .ant-select {
2818
- width: 100%;
2906
+
2907
+ input.l1ki27se.ant-input {
2908
+ border-top-right-radius: 0;
2909
+ border-bottom-right-radius: 0;
2819
2910
  }
2820
2911
 
2821
- .e1pldf6v {
2822
- color: #e75a3a;
2823
- margin-right: 10px;
2912
+ .l1ki27se.ant-input-affix-wrapper {
2913
+ border-top-right-radius: 0;
2914
+ border-bottom-right-radius: 0;
2824
2915
  }
2825
2916
 
2826
- .dq0gblh {
2827
- width: 100%;
2828
- height: 1px;
2829
- background: rgba(213, 219, 227, 0.6);
2830
- margin: 24px 0;
2917
+ input.rrg1fkn.ant-input {
2918
+ border-top-left-radius: 0;
2919
+ border-bottom-left-radius: 0;
2831
2920
  }
2832
2921
 
2833
- .l1v7sr0n {
2834
- display: flex;
2835
- justify-content: center;
2836
- align-items: center;
2837
- height: 100%;
2922
+ .rrg1fkn.ant-input-affix-wrapper {
2923
+ border-top-left-radius: 0;
2924
+ border-bottom-left-radius: 0;
2838
2925
  }
2839
2926
 
2840
- .d1i4ou6o {
2841
- display: inline-block;
2842
- width: 4px;
2843
- height: 4px;
2844
- background: #8e9aa9;
2845
- opacity: 0.4;
2846
- border-radius: 50%;
2847
- margin: 0 4px;
2927
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2928
+ border-top-right-radius: 0;
2929
+ border-bottom-right-radius: 0;
2848
2930
  }
2849
2931
 
2850
- .m1jy87hk .ant-modal-header,
2851
- .m1jy87hk .ant-modal-footer .footer-content {
2852
- width: 648px;
2853
- margin: 0 auto;
2932
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2933
+ border-top-left-radius: 0;
2934
+ border-bottom-left-radius: 0;
2854
2935
  }
2855
- .m1jy87hk .ant-modal-header {
2856
- padding: 35px 0 24px;
2857
- border: none;
2858
- }
2859
- .m1jy87hk .ant-modal-header .ant-modal-title {
2860
- font-size: 30px;
2861
- }
2862
- .m1jy87hk .ant-modal-body {
2863
- padding: 4px 0 2px;
2864
- }
2865
- .m1jy87hk .ant-modal-footer {
2866
- border: none;
2867
- }
2868
-
2869
- .ti7fpyu {
2870
- font-size: 12px;
2871
- line-height: 18px;
2872
- font-weight: bold;
2873
- color: #fff;
2874
- padding: 0 4px;
2875
- border-radius: 4px;
2876
- display: inline-block;
2877
- background: var(--ti7fpyu-0);
2878
- }
2879
- .ti7fpyu:not(:first-child) {
2880
- margin-left: 4px;
2936
+
2937
+ .t1upn1sz {
2938
+ height: 100%;
2881
2939
  }
2882
2940
 
2883
- .f1rest1f {
2884
- width: 100%;
2941
+ .tta5kd2 {
2885
2942
  height: 100%;
2886
- display: flex;
2887
- align-items: center;
2888
- justify-content: center;
2889
2943
  }
2890
-
2891
- .n1kbdoln {
2892
- font-size: 90%;
2893
- font-weight: bold;
2894
- background-color: rgba(240, 243, 247, 0.6);
2895
- padding: 1px 4px 1px;
2896
- margin-left: 2px;
2897
- margin-right: 2px;
2898
- border: 1px solid rgba(213, 219, 227, 0.6);
2899
- border-radius: 4px;
2900
- }
2901
-
2902
- .f1y3gta0.form-item-general {
2903
- width: 640px;
2904
- }
2905
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2906
- margin-top: 16px;
2907
- }
2908
- .f1y3gta0.form-item-compact {
2909
- width: 412px;
2910
- }
2911
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2912
- margin-top: 8px;
2913
- }
2914
- .f1y3gta0 .form-item {
2915
- width: auto;
2916
- }
2917
- .f1y3gta0 .form-item-main {
2918
- position: relative;
2919
- display: flex;
2944
+ .tta5kd2.empty-table .ant-table-content {
2945
+ overflow: visible !important;
2946
+ height: 100%;
2920
2947
  }
2921
- .f1y3gta0 .form-item-extra {
2922
- margin-top: 4px;
2923
- width: 100%;
2924
- padding: 14px;
2925
- background: #f2f4f6;
2926
- font-size: 13px;
2927
- line-height: 1.8;
2928
- color: #8e9aa9;
2948
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2949
+ height: 100%;
2929
2950
  }
2930
- .f1y3gta0 .form-item-label {
2931
- padding-right: 12px;
2932
- font-size: 13px;
2933
- color: rgba(44, 56, 82, 0.6);
2951
+ .tta5kd2.empty-table .ant-table-content table {
2952
+ width: 100% !important;
2953
+ height: 100%;
2934
2954
  }
2935
- .f1y3gta0 .form-item-label.label-right {
2936
- text-align: right;
2955
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2956
+ padding: 15px 0;
2937
2957
  }
2938
- .f1y3gta0 .form-item-label,
2939
- .f1y3gta0 .form-item-control {
2940
- line-height: 32px;
2958
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2959
+ display: none;
2941
2960
  }
2942
- .f1y3gta0 .form-item-control .form-item-error {
2943
- line-height: 18px;
2961
+ .tta5kd2 .active-row td:nth-child(1) {
2962
+ font-weight: 700;
2944
2963
  }
2945
- .f1y3gta0 .form-item-children {
2946
- width: 100%;
2964
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2965
+ font-weight: 700;
2947
2966
  }
2948
- .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 {
2949
- width: 100%;
2967
+ .tta5kd2 .ant-spin-nested-loading {
2968
+ height: 100%;
2950
2969
  }
2951
- .f1y3gta0 .form-item-error {
2952
- color: #e75a3a;
2953
- height: 0;
2954
- overflow: hidden;
2970
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2971
+ height: 100%;
2972
+ overflow: visible;
2955
2973
  }
2956
- .f1y3gta0 .form-item-error-enter-done {
2957
- margin-top: 4px;
2958
- height: auto;
2959
- overflow: auto;
2974
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2975
+ max-height: none;
2960
2976
  }
2961
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2962
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2963
- border: 1px solid #e75a3a;
2964
- color: #e75a3a;
2977
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2978
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2979
+ display: none;
2965
2980
  }
2966
-
2967
- .fujbm7g {
2968
- color: #2d3a56;
2969
- font-weight: bold;
2970
- padding-bottom: 6px;
2971
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2972
- margin-bottom: 16px;
2981
+ .tta5kd2 td.ant-table-column-sort {
2982
+ background: transparent;
2973
2983
  }
2974
- .fujbm7g:not(:first-of-type) {
2975
- margin-top: 16px;
2984
+ .tta5kd2 td.ant-table-cell-fix-left,
2985
+ .tta5kd2 td.ant-table-cell-fix-right {
2986
+ background: #fff;
2987
+ padding: 0 !important;
2976
2988
  }
2977
-
2978
- .e5fsw5s {
2979
- width: 8px;
2980
- height: 24px;
2989
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2990
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2981
2991
  display: flex;
2982
- justify-content: center;
2983
2992
  align-items: center;
2984
- cursor: pointer;
2985
- transition: all 200ms ease-out 40ms;
2986
- }
2987
- .e5fsw5s:before, .e5fsw5s:after {
2988
- content: "";
2989
- width: 1px;
2990
- height: 6px;
2991
- border-radius: 1px;
2992
- background: #ccd4e3;
2993
- position: relative;
2994
- right: 2px;
2995
- transform: rotate(-45deg);
2996
- }
2997
- .e5fsw5s:after {
2998
- transform: rotate(45deg);
2999
- left: 1px;
3000
- }
3001
-
3002
- .w18knsg4.ant-alert-warning {
3003
- border: 0;
3004
- background: rgba(255, 187, 0, 0.1);
3005
- border-radius: 6px;
3006
- }
3007
- .w18knsg4.ant-alert,
3008
- .w18knsg4 .ant-alert-message {
3009
- color: #e07f00;
2993
+ height: 100%;
2994
+ padding: 8px;
3010
2995
  }
3011
- .w18knsg4.ant-alert .dashed-border-bottom,
3012
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
3013
- border-bottom-color: #e07f00;
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 {
2998
+ overflow: hidden;
2999
+ text-overflow: ellipsis;
3000
+ width: 100%;
3014
3001
  }
3015
-
3016
- .ng31n2o {
3017
- display: flex;
3018
- flex-direction: row;
3019
- padding: 7px 12px;
3020
- background: rgba(255, 187, 0, 0.1);
3021
- border-radius: 6px;
3022
- color: #e07f00;
3023
- font-size: 12px;
3024
- line-height: 18px;
3002
+ .tta5kd2 .ant-table-container {
3003
+ height: 100%;
3025
3004
  }
3026
- .ng31n2o .icon-wrapper {
3027
- margin-right: 10px;
3028
- height: 18px;
3005
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3006
+ box-shadow: none !important;
3029
3007
  }
3030
-
3031
- .n15x5f5y {
3032
- display: flex;
3033
- flex-direction: row;
3034
- padding: 7px 12px;
3035
- background: rgba(225, 230, 241, 0.6);
3036
- border-radius: 6px;
3037
- color: rgba(44, 56, 82, 0.6);
3008
+ .tta5kd2 .ant-table {
3009
+ border-radius: 0px;
3010
+ border-left: none;
3011
+ border-right: none;
3012
+ border-bottom: none;
3013
+ height: 100%;
3038
3014
  font-size: 12px;
3039
- line-height: 18px;
3040
- }
3041
- .n15x5f5y .icon-wrapper {
3042
- margin-right: 10px;
3043
- height: 18px;
3015
+ background: transparent;
3044
3016
  }
3045
-
3046
- .i16ozz3f {
3047
- display: flex;
3048
- flex-direction: row;
3049
- padding: 7px 12px;
3050
- background: rgba(0, 136, 255, 0.1);
3051
- border-radius: 6px;
3052
- color: #005ed1;
3053
- font-size: 12px;
3054
- line-height: 18px;
3017
+ .tta5kd2 .ant-table .ant-table-header {
3018
+ position: relative;
3019
+ z-index: 3;
3020
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3021
+ margin-bottom: -1px;
3055
3022
  }
3056
- .i16ozz3f .icon-wrapper {
3057
- margin-right: 10px;
3058
- height: 18px;
3023
+ .tta5kd2 .ant-table .time-wrapper .data,
3024
+ .tta5kd2 .ant-table .value {
3025
+ color: #2d3a56;
3059
3026
  }
3060
-
3061
- .dszu9qr {
3027
+ .tta5kd2 .ant-table .time-wrapper .time,
3028
+ .tta5kd2 .ant-table .unit {
3062
3029
  color: rgba(44, 56, 82, 0.6);
3063
- margin-top: 5px;
3064
- font-size: 12px;
3065
- line-height: 18px;
3066
- }
3067
-
3068
- .snxzgx {
3069
- color: #f0483e;
3070
- font-size: 12px;
3071
- white-space: pre-wrap;
3072
3030
  }
3073
-
3074
- .o1i4orqw {
3075
- display: flex;
3076
- align-items: center;
3077
- justify-content: flex-end;
3031
+ .tta5kd2 .ant-table .ant-table-selection {
3032
+ text-align: center;
3078
3033
  }
3079
- .o1i4orqw .icon-wrapper {
3080
- margin-right: 16px;
3034
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3035
+ background: #fff;
3081
3036
  }
3082
-
3083
- .t79k8o2 {
3084
- color: rgba(0, 21, 64, 0.3);
3037
+ .tta5kd2 .ant-table .anticon-setting {
3038
+ cursor: pointer;
3039
+ position: absolute;
3040
+ top: 50%;
3041
+ right: 12px;
3042
+ transform: translateY(-50%);
3085
3043
  }
3086
-
3087
- .ipd9bk.ant-input {
3088
- padding: 5px 12px;
3089
- line-height: 20px;
3090
- color: #2d3a56;
3091
- border-radius: 6px;
3092
- border-color: rgba(172, 186, 211, 0.6);
3093
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
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);
3094
3048
  }
3095
- .ipd9bk.ant-input.ant-input-lg {
3096
- padding: 8px 16px;
3097
- line-height: 22px;
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);
3098
3053
  }
3099
- .ipd9bk.ant-input.ant-input-sm {
3100
- padding: 2px 8px;
3101
- line-height: 18px;
3054
+ .tta5kd2 .ant-table .ant-table-tbody {
3055
+ position: relative;
3102
3056
  }
3103
- .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 {
3104
- border-color: rgba(107, 128, 167, 0.6);
3105
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
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;
3106
3064
  }
3107
- .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 {
3108
- border-color: #0096ff;
3109
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3065
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3066
+ background: #f2f5fa;
3067
+ border-bottom-color: #f2f5fa;
3110
3068
  }
3111
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
3112
- border-color: #e75a3a;
3113
- color: #e75a3a;
3069
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3070
+ height: auto;
3071
+ color: #00122e;
3072
+ font-size: 12px;
3073
+ text-align: left;
3074
+ transition: none;
3075
+ overflow: hidden;
3076
+ text-overflow: ellipsis;
3077
+ white-space: nowrap;
3114
3078
  }
3115
- .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 {
3116
- border-color: #e75a3a;
3117
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3079
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3080
+ color: #0096ff;
3118
3081
  }
3119
- .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 {
3120
- border-color: #e75a3a;
3121
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
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;
3122
3087
  }
3123
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
3124
- background: rgba(211, 218, 235, 0.6);
3125
- color: rgba(0, 21, 64, 0.3);
3126
- border-color: rgba(172, 186, 211, 0.6);
3088
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3089
+ line-height: 0px;
3127
3090
  }
3128
- .ipd9bk.ant-input-affix-wrapper {
3129
- padding: 5px 12px;
3130
- border-radius: 6px;
3131
- border-color: rgba(172, 186, 211, 0.6);
3132
- line-height: 20px;
3133
- color: #2d3a56;
3134
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3091
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3092
+ border-top-color: transparent;
3135
3093
  }
3136
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
3137
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
3138
- color: rgba(44, 56, 82, 0.6);
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;
3139
3097
  }
3140
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
3141
- padding: 8px 16px;
3142
- line-height: 22px;
3098
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3099
+ border-radius: 8px 0 0 8px;
3143
3100
  }
3144
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
3145
- padding: 2px 8px;
3146
- line-height: 18px;
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;
3147
3103
  }
3148
- .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 {
3149
- border-color: rgba(107, 128, 167, 0.6);
3150
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
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;
3151
3110
  }
3152
- .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 {
3153
- border-color: #0096ff;
3154
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3111
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3112
+ border-radius: 0 8px 8px 0;
3155
3113
  }
3156
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
3157
- border-color: #e75a3a;
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;
3158
3118
  }
3159
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
3160
- color: #e75a3a;
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);
3161
3123
  }
3162
- .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 {
3163
- border-color: #e75a3a;
3164
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
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);
3165
3127
  }
3166
- .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 {
3167
- border-color: #e75a3a;
3168
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
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);
3169
3133
  }
3170
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
3171
- background: rgba(211, 218, 235, 0.6);
3172
- color: rgba(0, 21, 64, 0.3);
3173
- border-color: rgba(172, 186, 211, 0.6);
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);
3174
3137
  }
3175
- textarea.ipd9bk.ant-input {
3176
- transition-property: height;
3177
- transition-delay: 50ms;
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);
3178
3143
  }
3179
- textarea.ipd9bk.ant-input.textarea-large {
3180
- min-height: 40px;
3181
- height: 40px;
3144
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3145
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3182
3146
  }
3183
- textarea.ipd9bk.ant-input.textarea-large:focus {
3184
- height: 80px;
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;
3185
3150
  }
3186
- textarea.ipd9bk.ant-input.textarea-middle {
3187
- min-height: 32px;
3188
- height: 32px;
3151
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3152
+ border-top-color: white;
3189
3153
  }
3190
- textarea.ipd9bk.ant-input.textarea-middle:focus {
3191
- height: 64px;
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;
3192
3158
  }
3193
- textarea.ipd9bk.ant-input.textarea-small {
3194
- min-height: 24px;
3195
- height: 24px;
3159
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3160
+ border-radius: 8px 0 0 8px;
3196
3161
  }
3197
- textarea.ipd9bk.ant-input.textarea-small:focus {
3198
- height: 40px;
3162
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3163
+ border-radius: 0 8px 8px 0;
3199
3164
  }
3200
-
3201
- .kypn5o5 input, .kypn5o5.input-tags {
3202
- border: 1px solid rgba(213, 219, 227, 0.6);
3203
- border-radius: 4px;
3165
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3166
+ background: rgba(0, 136, 255, 0.1);
3204
3167
  }
3205
- .kypn5o5.input-tags {
3168
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3169
+ background: #fff;
3170
+ font-weight: 400;
3206
3171
  position: relative;
3207
- padding: 6px;
3208
- height: 32px;
3209
- cursor: pointer;
3210
- transition: border 150ms;
3172
+ border-bottom: none;
3173
+ color: #00122e;
3174
+ transition: none;
3175
+ padding: 15px 8px 15px 8px;
3211
3176
  }
3212
- .kypn5o5.input-tags:hover {
3213
- border-color: #0080ff;
3214
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
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;
3215
3185
  }
3216
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
3217
- padding-right: 30px;
3186
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3187
+ padding: unset;
3218
3188
  }
3219
- .kypn5o5.input-tags .input-tags-inner {
3220
- display: flex;
3189
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3190
+ display: none;
3221
3191
  }
3222
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
3223
- display: flex;
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;
3224
3197
  }
3225
- .kypn5o5.input-tags .input-tag-suffix {
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;
3201
+ }
3202
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3203
+ padding: 15px 28px 15px 8px;
3204
+ }
3205
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3206
+ padding: 0;
3207
+ }
3208
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3226
3209
  position: absolute;
3227
- right: 12px;
3210
+ right: 10px;
3228
3211
  top: 50%;
3229
3212
  transform: translateY(-50%);
3213
+ height: 16px;
3214
+ display: none;
3215
+ transition: transform 320ms ease;
3230
3216
  }
3231
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
3232
- color: rgba(0, 0, 0, 0.25);
3233
- font-size: 12px;
3234
- cursor: pointer;
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
3220
  }
3236
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
3237
- color: rgba(0, 0, 0, 0.45);
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
3223
  }
3239
- .kypn5o5.has-focus-indicator {
3240
- position: relative;
3241
- overflow: hidden;
3224
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3225
+ display: none;
3242
3226
  }
3243
- .kypn5o5.has-focus-indicator .ant-input-prefix {
3227
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3228
+ transform: translateY(-50%);
3229
+ }
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;
3235
+ }
3236
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3237
+ display: block;
3238
+ }
3239
+ .tta5kd2 .ant-table .ant-table-selection-column {
3240
+ padding: 0 !important;
3241
+ }
3242
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3244
3243
  position: absolute;
3244
+ left: 50%;
3245
3245
  top: 50%;
3246
- transform: translateY(-50%);
3247
- left: -16px;
3248
- transition: left 150ms ease;
3249
- opacity: 0;
3246
+ transform: translate(-50%, -50%);
3250
3247
  }
3251
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
3252
- left: 8px;
3253
- opacity: 1;
3248
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3249
+ display: none;
3254
3250
  }
3255
- .kypn5o5.has-focus-indicator input {
3256
- transition: margin-left 150ms ease;
3257
- margin-left: 0px;
3251
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3252
+ background: #fff;
3258
3253
  }
3259
- .kypn5o5.has-focus-indicator input:focus {
3260
- margin-left: 16px;
3254
+ .tta5kd2 .ant-table .ant-table-placeholder {
3255
+ background: inherit;
3261
3256
  }
3262
-
3263
- input.l1ki27se.ant-input {
3264
- border-top-right-radius: 0;
3265
- border-bottom-right-radius: 0;
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;
3266
3263
  }
3267
-
3268
- .l1ki27se.ant-input-affix-wrapper {
3269
- border-top-right-radius: 0;
3270
- border-bottom-right-radius: 0;
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);
3269
+ }
3270
+ .tta5kd2 .ant-table td.cell__action_ {
3271
+ padding: 0 !important;
3272
+ position: relative;
3273
+ background: #fff;
3271
3274
  }
3272
-
3273
- input.rrg1fkn.ant-input {
3274
- border-top-left-radius: 0;
3275
- border-bottom-left-radius: 0;
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;
3276
3281
  }
3277
-
3278
- .rrg1fkn.ant-input-affix-wrapper {
3279
- border-top-left-radius: 0;
3280
- border-bottom-left-radius: 0;
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;
3281
3288
  }
3282
-
3283
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
3284
- border-top-right-radius: 0;
3285
- border-bottom-right-radius: 0;
3289
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3290
+ background: #fff;
3286
3291
  }
3287
3292
 
3288
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
3289
- border-top-left-radius: 0;
3290
- border-bottom-left-radius: 0;
3293
+ .i1e4sgug {
3294
+ display: inline-block;
3291
3295
  }
3292
3296
 
3293
3297
  .d6j0lbj {
@@ -3765,10 +3769,6 @@ input.rrg1fkn.ant-input {
3765
3769
  line-height: 12px;
3766
3770
  }
3767
3771
 
3768
- .i1e4sgug {
3769
- display: inline-block;
3770
- }
3771
-
3772
3772
  .c198s9j3 {
3773
3773
  color: #2d3a56;
3774
3774
  line-height: 22px;
@@ -3840,6 +3840,10 @@ input.rrg1fkn.ant-input {
3840
3840
  margin-left: 24px;
3841
3841
  }
3842
3842
 
3843
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3844
+ display: flex;
3845
+ }
3846
+
3843
3847
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3844
3848
  border-radius: 6px;
3845
3849
  }
@@ -3895,8 +3899,14 @@ input.rrg1fkn.ant-input {
3895
3899
  transform: rotate(180deg);
3896
3900
  }
3897
3901
 
3898
- .iiqau4c.ant-input-group.ant-input-group-compact {
3899
- display: flex;
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);
3900
3910
  }
3901
3911
 
3902
3912
  .m1thnes4 {
@@ -4060,54 +4070,29 @@ input.rrg1fkn.ant-input {
4060
4070
  margin-left: 8px;
4061
4071
  }
4062
4072
 
4063
- .t1xo8w88 {
4064
- height: 100%;
4065
- }
4066
- .t1xo8w88 .table-loading-item {
4067
- padding: 12px 4px;
4068
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4069
- display: flex;
4070
- }
4071
- .t1xo8w88 .table-loading-item > * {
4072
- height: 16px;
4073
- margin: 4px;
4074
- background: rgba(204, 212, 227, 0.18);
4075
- border-radius: 2px;
4076
- }
4077
- .t1xo8w88 .table-loading-item .checkbox-loading {
4078
- width: 16px;
4079
- }
4080
- .t1xo8w88 .table-loading-item .td-loading {
4081
- flex: 1;
4082
- }
4083
- .t1xo8w88 :nth-child(1) {
4084
- padding: 8px 4px;
4085
- }
4086
- .t1xo8w88 :nth-child(1) > * {
4087
- background: rgba(107, 125, 153, 0.18);
4088
- }
4089
- .t1xo8w88 :nth-child(1) > * {
4090
- background: rgba(163, 180, 204, 0.18);
4073
+ .t1cs4awq {
4074
+ background: white;
4091
4075
  }
4092
-
4093
- .ams5nbq {
4076
+ .t1cs4awq .insert-left-tip,
4077
+ .t1cs4awq .insert-right-tip {
4078
+ display: none;
4094
4079
  position: absolute;
4095
4080
  top: 0;
4096
- left: 0;
4097
4081
  bottom: 0;
4098
- width: 1px;
4099
- background: #0080ff;
4100
- transform: translateX(-9999px);
4101
- z-index: 999;
4082
+ width: 4px;
4083
+ background: rgba(0, 0, 255, 0.5);
4102
4084
  }
4103
- .ams5nbq::before {
4104
- content: "";
4105
- position: absolute;
4106
- height: 34px;
4107
- width: 3px;
4108
- top: 0;
4109
- left: -1px;
4110
- background: #0080ff;
4085
+ .t1cs4awq .insert-left-tip {
4086
+ left: 0px;
4087
+ }
4088
+ .t1cs4awq .insert-right-tip {
4089
+ right: 0px;
4090
+ }
4091
+ .t1cs4awq.on-dragenter-left .insert-left-tip {
4092
+ display: block;
4093
+ }
4094
+ .t1cs4awq.on-dragenter-right .insert-right-tip {
4095
+ display: block;
4111
4096
  }
4112
4097
 
4113
4098
  .d1h5z4k4.ant-dropdown {
@@ -4219,81 +4204,62 @@ input.rrg1fkn.ant-input {
4219
4204
  left: 4px;
4220
4205
  }
4221
4206
 
4222
- .t1cs4awq {
4223
- background: white;
4207
+ .t1xo8w88 {
4208
+ height: 100%;
4224
4209
  }
4225
- .t1cs4awq .insert-left-tip,
4226
- .t1cs4awq .insert-right-tip {
4227
- display: none;
4228
- position: absolute;
4229
- top: 0;
4230
- bottom: 0;
4231
- width: 4px;
4232
- background: rgba(0, 0, 255, 0.5);
4210
+ .t1xo8w88 .table-loading-item {
4211
+ padding: 12px 4px;
4212
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4213
+ display: flex;
4233
4214
  }
4234
- .t1cs4awq .insert-left-tip {
4235
- left: 0px;
4215
+ .t1xo8w88 .table-loading-item > * {
4216
+ height: 16px;
4217
+ margin: 4px;
4218
+ background: rgba(204, 212, 227, 0.18);
4219
+ border-radius: 2px;
4236
4220
  }
4237
- .t1cs4awq .insert-right-tip {
4238
- right: 0px;
4221
+ .t1xo8w88 .table-loading-item .checkbox-loading {
4222
+ width: 16px;
4239
4223
  }
4240
- .t1cs4awq.on-dragenter-left .insert-left-tip {
4241
- display: block;
4224
+ .t1xo8w88 .table-loading-item .td-loading {
4225
+ flex: 1;
4242
4226
  }
4243
- .t1cs4awq.on-dragenter-right .insert-right-tip {
4244
- display: block;
4227
+ .t1xo8w88 :nth-child(1) {
4228
+ padding: 8px 4px;
4229
+ }
4230
+ .t1xo8w88 :nth-child(1) > * {
4231
+ background: rgba(107, 125, 153, 0.18);
4232
+ }
4233
+ .t1xo8w88 :nth-child(1) > * {
4234
+ background: rgba(163, 180, 204, 0.18);
4245
4235
  }
4246
4236
 
4247
- .asgcu6r {
4248
- height: 32px;
4237
+ .ams5nbq {
4238
+ position: absolute;
4239
+ top: 0;
4240
+ left: 0;
4241
+ bottom: 0;
4242
+ width: 1px;
4243
+ background: #0080ff;
4244
+ transform: translateX(-9999px);
4245
+ z-index: 999;
4246
+ }
4247
+ .ams5nbq::before {
4248
+ content: "";
4249
+ position: absolute;
4250
+ height: 34px;
4251
+ width: 3px;
4252
+ top: 0;
4253
+ left: -1px;
4254
+ background: #0080ff;
4249
4255
  }
4250
4256
 
4251
4257
  .c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
4252
4258
  display: none;
4253
4259
  }
4254
4260
 
4255
- .iap75of {
4256
- height: 18px;
4257
- line-height: 18px;
4258
- padding: 0 4px;
4259
- border-radius: 4px;
4260
- background: rgba(235, 239, 245, 0.6);
4261
- border: 1px solid rgba(223, 228, 235, 0.6);
4262
- display: flex;
4263
- align-items: center;
4264
- white-space: nowrap;
4265
- margin-right: 4px;
4266
- }
4267
-
4268
- .a6dbbkm .ant-input-number-handler-wrap {
4269
- display: var(--a6dbbkm-0);
4270
- }
4271
- .a6dbbkm .ant-input-number-input-wrap {
4272
- padding: 4px 11px;
4273
- display: inline-flex;
4274
- line-height: 1.5715;
4275
- height: inherit;
4276
- }
4277
- .a6dbbkm .ant-input-number-input-wrap::after {
4278
- content: var(--a6dbbkm-1);
4279
- display: var(--a6dbbkm-2);
4280
- flex: none;
4281
- align-items: center;
4282
- margin-left: 4px;
4283
- }
4284
- .a6dbbkm .ant-input-number-input-wrap::before {
4285
- content: var(--a6dbbkm-3);
4286
- display: var(--a6dbbkm-4);
4287
- flex: none;
4288
- align-items: center;
4289
- margin-right: 4px;
4290
- cursor: auto;
4291
- }
4292
- .a6dbbkm .ant-input-number-input {
4293
- padding: 0;
4294
- margin: 0;
4295
- height: auto;
4296
- font-size: inherit;
4261
+ .asgcu6r {
4262
+ height: 32px;
4297
4263
  }
4298
4264
 
4299
4265
  .at4ovwe .ant-input-number-handler-wrap {
@@ -4340,4 +4306,48 @@ input.rrg1fkn.ant-input {
4340
4306
  margin: 0;
4341
4307
  height: auto;
4342
4308
  font-size: inherit;
4309
+ }
4310
+
4311
+ .a6dbbkm .ant-input-number-handler-wrap {
4312
+ display: var(--a6dbbkm-0);
4313
+ }
4314
+ .a6dbbkm .ant-input-number-input-wrap {
4315
+ padding: 4px 11px;
4316
+ display: inline-flex;
4317
+ line-height: 1.5715;
4318
+ height: inherit;
4319
+ }
4320
+ .a6dbbkm .ant-input-number-input-wrap::after {
4321
+ content: var(--a6dbbkm-1);
4322
+ display: var(--a6dbbkm-2);
4323
+ flex: none;
4324
+ align-items: center;
4325
+ margin-left: 4px;
4326
+ }
4327
+ .a6dbbkm .ant-input-number-input-wrap::before {
4328
+ content: var(--a6dbbkm-3);
4329
+ display: var(--a6dbbkm-4);
4330
+ flex: none;
4331
+ align-items: center;
4332
+ margin-right: 4px;
4333
+ cursor: auto;
4334
+ }
4335
+ .a6dbbkm .ant-input-number-input {
4336
+ padding: 0;
4337
+ margin: 0;
4338
+ height: auto;
4339
+ 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;
4343
4353
  }