@cloudtower/eagle 0.20.1 → 0.21.4

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
@@ -1614,6 +1614,91 @@ input[type=submit] {
1614
1614
  cursor: pointer;
1615
1615
  }
1616
1616
 
1617
+ .obf05yr {
1618
+ display: inline-block;
1619
+ }
1620
+
1621
+ .hsms1n6 {
1622
+ visibility: hidden;
1623
+ position: absolute;
1624
+ }
1625
+
1626
+ .p12gwtiw {
1627
+ display: flex;
1628
+ justify-content: space-between;
1629
+ align-items: center;
1630
+ padding: 10px 0;
1631
+ color: rgba(44, 56, 82, 0.6);
1632
+ font-size: 12px;
1633
+ line-height: 24px;
1634
+ }
1635
+ .p12gwtiw .pagination-left {
1636
+ padding: 2px 8px;
1637
+ }
1638
+ .p12gwtiw .dropdown-trigger {
1639
+ display: flex;
1640
+ align-items: center;
1641
+ border-radius: 6px;
1642
+ cursor: pointer;
1643
+ transition: all 0.3s ease;
1644
+ }
1645
+ .p12gwtiw .dropdown-trigger:hover {
1646
+ background: rgba(211, 218, 235, 0.6);
1647
+ color: #0080ff;
1648
+ }
1649
+ .p12gwtiw .dropdown-trigger .icon-inner {
1650
+ margin-left: 4px;
1651
+ }
1652
+ .p12gwtiw .pagination-right {
1653
+ display: flex;
1654
+ align-items: center;
1655
+ color: #0080ff;
1656
+ font-weight: bold;
1657
+ }
1658
+ .p12gwtiw .pagination-right .icon-inner {
1659
+ margin-left: 4px;
1660
+ }
1661
+ .p12gwtiw .pagination-right .prev-btn,
1662
+ .p12gwtiw .pagination-right .next-btn {
1663
+ padding: 0 8px;
1664
+ }
1665
+ .p12gwtiw .pagination-right .prev-btn > span,
1666
+ .p12gwtiw .pagination-right .next-btn > span {
1667
+ color: #0080ff;
1668
+ }
1669
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1670
+ transform: rotate(180deg);
1671
+ }
1672
+
1673
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1674
+ max-height: calc(100vh - 128px);
1675
+ overflow-y: auto;
1676
+ }
1677
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1678
+ padding: 4px 20px;
1679
+ font-size: 12px;
1680
+ line-height: 18px;
1681
+ }
1682
+
1683
+ .s1fc623g {
1684
+ width: 430px !important;
1685
+ }
1686
+
1687
+ .oa3mx0o {
1688
+ display: flex;
1689
+ flex-direction: column;
1690
+ }
1691
+
1692
+ .onr9gzt {
1693
+ display: flex;
1694
+ justify-content: space-between;
1695
+ }
1696
+
1697
+ .oiy0apc {
1698
+ display: flex;
1699
+ color: rgba(44, 56, 82, 0.6);
1700
+ }
1701
+
1617
1702
  .buj61ew.ant-btn {
1618
1703
  height: 32px;
1619
1704
  border-radius: 6px;
@@ -1862,87 +1947,59 @@ input[type=submit] {
1862
1947
  padding: 0;
1863
1948
  }
1864
1949
 
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;
1950
+ .s34f1qb.ant-switch {
1951
+ min-width: 40px;
1952
+ height: 24px;
1953
+ background: rgba(172, 186, 211, 0.6);
1954
+ overflow: hidden;
1890
1955
  }
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;
1956
+ .s34f1qb.ant-switch:focus {
1957
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1893
1958
  }
1894
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
1895
- display: none;
1959
+ .s34f1qb.ant-switch-small {
1960
+ min-width: 26px;
1961
+ height: 16px;
1896
1962
  }
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;
1963
+ .s34f1qb.ant-switch-large {
1964
+ min-width: 52px;
1965
+ height: 32px;
1899
1966
  }
1900
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
1901
- margin-right: 0;
1967
+ .s34f1qb.ant-switch .ant-switch-handle {
1968
+ height: 20px;
1969
+ width: 20px;
1902
1970
  }
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;
1971
+ .s34f1qb.ant-switch .ant-switch-handle::before {
1972
+ border-radius: 10px;
1973
+ transition-delay: 120ms;
1905
1974
  }
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;
1975
+ .s34f1qb.ant-switch-small .ant-switch-handle {
1976
+ height: 14px;
1977
+ width: 14px;
1978
+ top: 1px;
1979
+ left: 1px;
1916
1980
  }
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;
1981
+ .s34f1qb.ant-switch-large .ant-switch-handle {
1982
+ height: 28px;
1983
+ width: 28px;
1926
1984
  }
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);
1985
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
1986
+ border-radius: 14px;
1929
1987
  }
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;
1988
+ .s34f1qb.ant-switch-checked {
1989
+ background-color: #00ba5d;
1932
1990
  }
1933
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
1934
- color: #005ed1;
1991
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
1992
+ left: calc(100% - 20px - 2px);
1935
1993
  }
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);
1994
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1995
+ left: calc(100% - 14px - 1px);
1939
1996
  }
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);
1997
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1998
+ left: calc(100% - 28px - 2px);
1943
1999
  }
1944
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
1945
- padding: 0;
2000
+
2001
+ .c1to9vb9 {
2002
+ margin-left: 5px;
1946
2003
  }
1947
2004
 
1948
2005
  .rxbeqvl.ant-radio-wrapper {
@@ -2087,61 +2144,87 @@ input[type=submit] {
2087
2144
  width: 36px;
2088
2145
  }
2089
2146
 
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;
2147
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2148
+ flex-direction: row;
2149
+ justify-content: stretch;
2098
2150
  }
2099
- .p12gwtiw .pagination-left {
2100
- padding: 2px 8px;
2151
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2152
+ padding: 0;
2153
+ margin-right: 4px;
2154
+ flex: 1;
2155
+ overflow: visible;
2101
2156
  }
2102
- .p12gwtiw .dropdown-trigger {
2103
- display: flex;
2104
- align-items: center;
2105
- border-radius: 6px;
2106
- cursor: pointer;
2107
- transition: all 0.3s ease;
2157
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2158
+ display: none;
2108
2159
  }
2109
- .p12gwtiw .dropdown-trigger:hover {
2110
- background: rgba(211, 218, 235, 0.6);
2111
- color: #0080ff;
2160
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2161
+ width: 100%;
2162
+ min-height: unset;
2112
2163
  }
2113
- .p12gwtiw .dropdown-trigger .icon-inner {
2114
- margin-left: 4px;
2164
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2165
+ height: 26px;
2166
+ line-height: 26px;
2167
+ width: 100%;
2168
+ text-align: center;
2169
+ padding: 0;
2170
+ font-size: 12px;
2171
+ font-weight: normal;
2115
2172
  }
2116
- .p12gwtiw .pagination-right {
2117
- display: flex;
2118
- align-items: center;
2119
- color: #0080ff;
2120
- font-weight: bold;
2173
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2174
+ margin-right: 10px;
2121
2175
  }
2122
- .p12gwtiw .pagination-right .icon-inner {
2123
- margin-left: 4px;
2176
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2177
+ display: none;
2124
2178
  }
2125
- .p12gwtiw .pagination-right .prev-btn,
2126
- .p12gwtiw .pagination-right .next-btn {
2127
- padding: 0 8px;
2179
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2180
+ border-radius: 4px 0 0 4px;
2128
2181
  }
2129
- .p12gwtiw .pagination-right .prev-btn > span,
2130
- .p12gwtiw .pagination-right .next-btn > span {
2131
- color: #0080ff;
2182
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2183
+ margin-right: 0;
2132
2184
  }
2133
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2134
- transform: rotate(180deg);
2185
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2186
+ border-radius: 0 4px 4px 0;
2135
2187
  }
2136
-
2137
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2138
- max-height: calc(100vh - 128px);
2139
- overflow-y: auto;
2188
+ .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 {
2189
+ content: "";
2190
+ width: 0;
2191
+ height: 0;
2192
+ border: 13px solid transparent;
2193
+ position: absolute;
2194
+ top: 0;
2195
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2196
+ right: -21px;
2197
+ z-index: 2;
2140
2198
  }
2141
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2142
- padding: 4px 20px;
2143
- font-size: 12px;
2144
- line-height: 18px;
2199
+ .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 {
2200
+ content: "";
2201
+ width: 0;
2202
+ height: 0;
2203
+ border: 13px solid transparent;
2204
+ position: absolute;
2205
+ top: 0;
2206
+ border-left: 8px solid #fff;
2207
+ left: 0;
2208
+ }
2209
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2210
+ background-color: rgba(0, 136, 255, 0.1);
2211
+ }
2212
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2213
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2214
+ }
2215
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2216
+ color: #005ed1;
2217
+ }
2218
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2219
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2220
+ background-color: rgba(237, 241, 250, 0.6);
2221
+ }
2222
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2223
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2224
+ color: rgba(44, 56, 82, 0.6);
2225
+ }
2226
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2227
+ padding: 0;
2145
2228
  }
2146
2229
 
2147
2230
  .fde5mpd {
@@ -2159,87 +2242,6 @@ input[type=submit] {
2159
2242
  font-size: 18px;
2160
2243
  }
2161
2244
 
2162
- .obf05yr {
2163
- display: inline-block;
2164
- }
2165
-
2166
- .hsms1n6 {
2167
- visibility: hidden;
2168
- position: absolute;
2169
- }
2170
-
2171
- .i1mrf09m {
2172
- display: inline-flex;
2173
- align-items: center;
2174
- }
2175
- .i1mrf09m .icon-inner {
2176
- display: inline-flex;
2177
- align-items: center;
2178
- justify-content: center;
2179
- }
2180
- .i1mrf09m .icon-inner + span,
2181
- .i1mrf09m span + .icon-inner.suffix {
2182
- margin-left: 4px;
2183
- }
2184
- .i1mrf09m.is-rotate img {
2185
- animation: rotate 680ms linear infinite;
2186
- }
2187
-
2188
- .s34f1qb.ant-switch {
2189
- min-width: 40px;
2190
- height: 24px;
2191
- background: rgba(172, 186, 211, 0.6);
2192
- overflow: hidden;
2193
- }
2194
- .s34f1qb.ant-switch:focus {
2195
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2196
- }
2197
- .s34f1qb.ant-switch-small {
2198
- min-width: 26px;
2199
- height: 16px;
2200
- }
2201
- .s34f1qb.ant-switch-large {
2202
- min-width: 52px;
2203
- height: 32px;
2204
- }
2205
- .s34f1qb.ant-switch .ant-switch-handle {
2206
- height: 20px;
2207
- width: 20px;
2208
- }
2209
- .s34f1qb.ant-switch .ant-switch-handle::before {
2210
- border-radius: 10px;
2211
- transition-delay: 120ms;
2212
- }
2213
- .s34f1qb.ant-switch-small .ant-switch-handle {
2214
- height: 14px;
2215
- width: 14px;
2216
- top: 1px;
2217
- left: 1px;
2218
- }
2219
- .s34f1qb.ant-switch-large .ant-switch-handle {
2220
- height: 28px;
2221
- width: 28px;
2222
- }
2223
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2224
- border-radius: 14px;
2225
- }
2226
- .s34f1qb.ant-switch-checked {
2227
- background-color: #00ba5d;
2228
- }
2229
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2230
- left: calc(100% - 20px - 2px);
2231
- }
2232
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2233
- left: calc(100% - 14px - 1px);
2234
- }
2235
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2236
- left: calc(100% - 28px - 2px);
2237
- }
2238
-
2239
- .c1to9vb9 {
2240
- margin-left: 5px;
2241
- }
2242
-
2243
2245
  .bpq0js6 {
2244
2246
  padding: 4px 11px;
2245
2247
  }
@@ -2269,1025 +2271,1042 @@ input[type=submit] {
2269
2271
  border-radius: unset;
2270
2272
  }
2271
2273
 
2272
- .cz04yix {
2273
- display: flex;
2274
- flex-direction: column;
2274
+ .i1mrf09m {
2275
+ display: inline-flex;
2276
+ align-items: center;
2277
+ }
2278
+ .i1mrf09m .icon-inner {
2279
+ display: inline-flex;
2280
+ align-items: center;
2281
+ justify-content: center;
2282
+ }
2283
+ .i1mrf09m .icon-inner + span,
2284
+ .i1mrf09m span + .icon-inner.suffix {
2285
+ margin-left: 4px;
2286
+ }
2287
+ .i1mrf09m.is-rotate img {
2288
+ animation: rotate 680ms linear infinite;
2275
2289
  }
2276
2290
 
2277
- .m1if5j39 {
2278
- max-width: 1120px;
2279
- width: 100%;
2280
- margin: 0 auto;
2291
+ .t1upn1sz {
2281
2292
  height: 100%;
2282
2293
  }
2283
2294
 
2284
- .w1vvwdlp {
2285
- max-width: 1120px;
2286
- width: 100%;
2287
- margin: 0 auto;
2288
- display: flex;
2295
+ .tta5kd2 {
2296
+ height: 100%;
2289
2297
  }
2290
- .w1vvwdlp .left,
2291
- .w1vvwdlp .right {
2292
- flex-grow: 0;
2293
- flex-shrink: 0;
2294
- flex-basis: 21%;
2298
+ .tta5kd2.empty-table .ant-table-content {
2299
+ overflow: visible !important;
2300
+ height: 100%;
2295
2301
  }
2296
- .w1vvwdlp .left {
2297
- display: flex;
2298
- justify-content: flex-end;
2299
- padding-right: 44px;
2302
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2303
+ height: 100%;
2300
2304
  }
2301
- .w1vvwdlp .right {
2302
- padding-left: 44px;
2305
+ .tta5kd2.empty-table .ant-table-content table {
2306
+ width: 100% !important;
2307
+ height: 100%;
2303
2308
  }
2304
- .w1vvwdlp .middle {
2305
- margin-bottom: 40px;
2306
- flex-grow: 0;
2307
- flex-shrink: 0;
2308
- flex-basis: 58%;
2309
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2310
+ padding: 15px 0;
2309
2311
  }
2310
- .w1vvwdlp .middle .form-base-field {
2311
- width: 100%;
2312
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2313
+ display: none;
2312
2314
  }
2313
- .w1vvwdlp .middle .form-base-field .form-base-field {
2314
- width: auto;
2315
+ .tta5kd2 .active-row td:nth-child(1) {
2316
+ font-weight: 700;
2315
2317
  }
2316
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2317
- flex: initial;
2318
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2319
+ font-weight: 700;
2318
2320
  }
2319
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2320
- margin-top: 4px;
2321
+ .tta5kd2 .ant-spin-nested-loading {
2322
+ height: 100%;
2321
2323
  }
2322
- .w1vvwdlp .ant-steps-item-icon,
2323
- .w1vvwdlp .ant-steps-item-tail {
2324
- display: none !important;
2324
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2325
+ height: 100%;
2326
+ overflow: visible;
2325
2327
  }
2326
- .w1vvwdlp .ant-steps-item-container {
2327
- padding: 0 15px;
2328
- border-radius: 4px;
2329
- height: 32px;
2330
- display: flex;
2331
- align-items: center;
2328
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2329
+ max-height: none;
2332
2330
  }
2333
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2334
- min-height: auto;
2335
- white-space: nowrap;
2331
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2332
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2333
+ display: none;
2336
2334
  }
2337
- .w1vvwdlp .ant-steps-item-description {
2338
- padding-bottom: 0px;
2335
+ .tta5kd2 td.ant-table-column-sort {
2336
+ background: transparent;
2339
2337
  }
2340
- .w1vvwdlp .ant-steps-item-title {
2341
- font-size: 13px !important;
2342
- line-height: 20px !important;
2338
+ .tta5kd2 td.ant-table-cell-fix-left,
2339
+ .tta5kd2 td.ant-table-cell-fix-right {
2340
+ background: #fff;
2341
+ padding: 0 !important;
2343
2342
  }
2344
- .w1vvwdlp .ant-steps-item-title .step-index {
2345
- display: inline-block;
2346
- text-align: center;
2347
- width: 13px;
2348
- margin-right: 12px;
2343
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2344
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2345
+ display: flex;
2346
+ align-items: center;
2347
+ height: 100%;
2348
+ padding: 8px;
2349
2349
  }
2350
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2351
- background: rgba(0, 128, 255, 0.1);
2350
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2351
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2352
+ overflow: hidden;
2353
+ text-overflow: ellipsis;
2354
+ width: 100%;
2352
2355
  }
2353
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2354
- color: #005ed1;
2356
+ .tta5kd2 .ant-table-container {
2357
+ height: 100%;
2355
2358
  }
2356
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2357
- background: rgba(237, 241, 250, 0.6);
2359
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2360
+ box-shadow: none !important;
2358
2361
  }
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;
2361
- }
2362
- .w1vvwdlp .ant-steps-item-disabled {
2363
- cursor: not-allowed;
2362
+ .tta5kd2 .ant-table {
2363
+ border-radius: 0px;
2364
+ border-left: none;
2365
+ border-right: none;
2366
+ border-bottom: none;
2367
+ height: 100%;
2368
+ font-size: 12px;
2369
+ background: transparent;
2364
2370
  }
2365
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2366
- background: rgba(237, 241, 250, 0.6);
2371
+ .tta5kd2 .ant-table .ant-table-header {
2372
+ position: relative;
2373
+ z-index: 3;
2374
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2375
+ margin-bottom: -1px;
2367
2376
  }
2368
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2377
+ .tta5kd2 .ant-table .time-wrapper .data,
2378
+ .tta5kd2 .ant-table .value {
2369
2379
  color: #2d3a56;
2370
2380
  }
2371
-
2372
- .h1cuopx7 .ant-modal-header {
2373
- margin: 0 auto;
2374
- width: 100%;
2375
- max-width: 648px;
2381
+ .tta5kd2 .ant-table .time-wrapper .time,
2382
+ .tta5kd2 .ant-table .unit {
2383
+ color: rgba(44, 56, 82, 0.6);
2376
2384
  }
2377
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2378
- margin-left: 0;
2385
+ .tta5kd2 .ant-table .ant-table-selection {
2386
+ text-align: center;
2379
2387
  }
2380
- .h1cuopx7 .ant-modal-body {
2381
- margin: 0 auto;
2382
- padding: 0;
2383
- width: 100%;
2384
- max-width: 648px;
2385
- overflow: hidden;
2388
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2389
+ background: #fff;
2386
2390
  }
2387
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2388
- margin-bottom: 40px;
2391
+ .tta5kd2 .ant-table .anticon-setting {
2392
+ cursor: pointer;
2393
+ position: absolute;
2394
+ top: 50%;
2395
+ right: 12px;
2396
+ transform: translateY(-50%);
2389
2397
  }
2390
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2391
- height: calc(100vh - 225px);
2392
- overflow-y: auto;
2398
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2399
+ box-shadow: none;
2400
+ width: 1px;
2401
+ background: rgba(213, 219, 227, 0.6);
2393
2402
  }
2394
- .h1cuopx7 .ant-modal-footer .footer-content {
2395
- margin: 0 auto;
2396
- max-width: 648px;
2403
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2404
+ box-shadow: none;
2405
+ width: 1px;
2406
+ background: rgba(213, 219, 227, 0.6);
2397
2407
  }
2398
-
2399
- .h1p6d3y3 .ant-modal-header {
2400
- margin: 0 auto;
2401
- width: 100%;
2402
- max-width: 1024px;
2408
+ .tta5kd2 .ant-table .ant-table-tbody {
2409
+ position: relative;
2403
2410
  }
2404
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2405
- margin-left: 0;
2411
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2412
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2413
+ border-bottom: 1px solid white;
2414
+ height: 40px;
2415
+ vertical-align: middle;
2416
+ transition: background 0ms;
2417
+ color: #00122e;
2406
2418
  }
2407
- .h1p6d3y3 .ant-modal-body {
2408
- margin: 0 auto;
2409
- padding: 0;
2410
- width: 100%;
2411
- max-width: 1024px;
2419
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2420
+ background: #f2f5fa;
2421
+ border-bottom-color: #f2f5fa;
2422
+ }
2423
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2424
+ height: auto;
2425
+ color: #00122e;
2426
+ font-size: 12px;
2427
+ text-align: left;
2428
+ transition: none;
2412
2429
  overflow: hidden;
2430
+ text-overflow: ellipsis;
2431
+ white-space: nowrap;
2413
2432
  }
2414
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2415
- margin-bottom: 40px;
2433
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2434
+ color: #0096ff;
2416
2435
  }
2417
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2418
- height: calc(100vh - 225px);
2419
- overflow-y: auto;
2436
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2437
+ overflow: hidden;
2438
+ text-overflow: ellipsis;
2439
+ width: 100%;
2440
+ vertical-align: middle;
2420
2441
  }
2421
- .h1p6d3y3 .ant-modal-footer .footer-content {
2422
- margin: 0 auto;
2423
- max-width: 1024px;
2442
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2443
+ line-height: 0px;
2424
2444
  }
2425
-
2426
- .fxgckuk {
2427
- flex: 1;
2445
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2446
+ border-top-color: transparent;
2428
2447
  }
2429
- .fxgckuk label {
2430
- font-size: 13px;
2431
- line-height: 20px;
2432
- color: rgba(44, 56, 82, 0.6);
2448
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2449
+ background: rgba(225, 230, 241, 0.6);
2450
+ border-color: transparent transparent white;
2433
2451
  }
2434
- .fxgckuk .title {
2435
- font-size: 14px;
2436
- line-height: 20px;
2437
- color: #2d3a56;
2438
- margin-bottom: 12px;
2452
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2453
+ border-radius: 8px 0 0 8px;
2439
2454
  }
2440
- .fxgckuk.connect-cluster .title {
2441
- padding-bottom: 26px;
2455
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2456
+ border-radius: 8px 0 0 8px;
2442
2457
  }
2443
-
2444
- .f1d0vek1 {
2445
- padding: 25px 0 15px 0;
2446
- border-bottom: 1px solid #e1e5eb;
2447
- margin-bottom: 16px;
2458
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2459
+ content: "";
2460
+ width: 4px;
2461
+ top: -1px;
2462
+ bottom: -1px;
2463
+ background: white;
2448
2464
  }
2449
-
2450
- .f4u402y {
2451
- display: flex;
2452
- align-items: center;
2453
- margin-bottom: 8px;
2465
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2466
+ border-radius: 0 8px 8px 0;
2454
2467
  }
2455
- .f4u402y > label {
2456
- width: 216px;
2468
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2469
+ border-radius: 0;
2470
+ background: white;
2471
+ border-top: none;
2457
2472
  }
2458
- .f4u402y > label + * {
2459
- width: 100%;
2473
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2474
+ border-top: 1px solid transparent;
2475
+ border-radius: 0 8px 8px 0;
2476
+ background: rgba(225, 230, 241, 0.6);
2460
2477
  }
2461
- .f4u402y .ant-select {
2462
- width: 100%;
2478
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2479
+ background: white;
2480
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2463
2481
  }
2464
-
2465
- .e1pldf6v {
2466
- color: #e75a3a;
2467
- margin-right: 10px;
2482
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2483
+ display: flex;
2484
+ align-items: center;
2485
+ height: 100%;
2486
+ background: rgba(225, 230, 241, 0.6);
2468
2487
  }
2469
-
2470
- .dq0gblh {
2471
- width: 100%;
2472
- height: 1px;
2473
- background: rgba(213, 219, 227, 0.6);
2474
- margin: 24px 0;
2488
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2489
+ background: white;
2490
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2475
2491
  }
2476
-
2477
- .l1v7sr0n {
2492
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2478
2493
  display: flex;
2479
- justify-content: center;
2480
2494
  align-items: center;
2481
2495
  height: 100%;
2496
+ background: rgba(225, 230, 241, 0.6);
2482
2497
  }
2483
-
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;
2498
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2499
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2492
2500
  }
2493
-
2494
- .m1jy87hk .ant-modal-header,
2495
- .m1jy87hk .ant-modal-footer .footer-content {
2496
- width: 648px;
2497
- margin: 0 auto;
2501
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2502
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2503
+ border-radius: 8px;
2498
2504
  }
2499
- .m1jy87hk .ant-modal-header {
2500
- padding: 35px 0 24px;
2501
- border: none;
2505
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2506
+ border-top-color: white;
2502
2507
  }
2503
- .m1jy87hk .ant-modal-header .ant-modal-title {
2504
- font-size: 30px;
2508
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2509
+ background: rgba(0, 136, 255, 0.1);
2510
+ border-bottom-color: transparent;
2511
+ border-top-color: transparent;
2505
2512
  }
2506
- .m1jy87hk .ant-modal-body {
2507
- padding: 4px 0 2px;
2513
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2514
+ border-radius: 8px 0 0 8px;
2508
2515
  }
2509
- .m1jy87hk .ant-modal-footer {
2510
- border: none;
2516
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2517
+ border-radius: 0 8px 8px 0;
2511
2518
  }
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);
2519
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2520
+ background: rgba(0, 136, 255, 0.1);
2522
2521
  }
2523
- .ti7fpyu:not(:first-child) {
2524
- margin-left: 4px;
2522
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
2523
+ background: #fff;
2524
+ font-weight: 400;
2525
+ position: relative;
2526
+ border-bottom: none;
2527
+ color: #00122e;
2528
+ transition: none;
2529
+ padding: 15px 8px 15px 8px;
2525
2530
  }
2526
-
2527
- .f1rest1f {
2531
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2532
+ content: "";
2533
+ width: 1px;
2534
+ top: 0;
2535
+ bottom: 0;
2536
+ background: rgba(211, 218, 235, 0.6);
2537
+ position: absolute;
2538
+ right: 0;
2539
+ }
2540
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2541
+ padding: unset;
2542
+ }
2543
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2544
+ display: none;
2545
+ }
2546
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2528
2547
  width: 100%;
2529
- height: 100%;
2530
- display: flex;
2531
- align-items: center;
2532
- justify-content: center;
2548
+ overflow: hidden;
2549
+ white-space: nowrap;
2550
+ text-overflow: ellipsis;
2533
2551
  }
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;
2552
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2553
+ overflow: hidden;
2554
+ text-overflow: ellipsis;
2544
2555
  }
2545
-
2546
- .f1y3gta0.form-item-general {
2547
- width: 640px;
2556
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2557
+ padding: 15px 28px 15px 8px;
2548
2558
  }
2549
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2550
- margin-top: 16px;
2559
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2560
+ padding: 0;
2551
2561
  }
2552
- .f1y3gta0.form-item-compact {
2553
- width: 412px;
2562
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2563
+ position: absolute;
2564
+ right: 10px;
2565
+ top: 50%;
2566
+ transform: translateY(-50%);
2567
+ height: 16px;
2568
+ display: none;
2569
+ transition: transform 320ms ease;
2554
2570
  }
2555
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2556
- margin-top: 8px;
2571
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2572
+ display: block;
2573
+ transform: translateY(-50%) rotateX(180deg);
2557
2574
  }
2558
- .f1y3gta0 .form-item {
2559
- width: auto;
2575
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2576
+ display: block;
2560
2577
  }
2561
- .f1y3gta0 .form-item-main {
2562
- position: relative;
2563
- display: flex;
2578
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2579
+ display: none;
2564
2580
  }
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;
2581
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2582
+ transform: translateY(-50%);
2573
2583
  }
2574
- .f1y3gta0 .form-item-label {
2575
- padding-right: 12px;
2576
- font-size: 13px;
2577
- color: rgba(44, 56, 82, 0.6);
2584
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2585
+ transform: translateY(-50%) rotateX(180deg);
2578
2586
  }
2579
- .f1y3gta0 .form-item-label.label-right {
2580
- text-align: right;
2587
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2588
+ background: #f2f5fa;
2581
2589
  }
2582
- .f1y3gta0 .form-item-label,
2583
- .f1y3gta0 .form-item-control {
2584
- line-height: 32px;
2590
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2591
+ display: block;
2585
2592
  }
2586
- .f1y3gta0 .form-item-control .form-item-error {
2587
- line-height: 18px;
2593
+ .tta5kd2 .ant-table .ant-table-selection-column {
2594
+ padding: 0 !important;
2588
2595
  }
2589
- .f1y3gta0 .form-item-children {
2590
- width: 100%;
2596
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2597
+ position: absolute;
2598
+ left: 50%;
2599
+ top: 50%;
2600
+ transform: translate(-50%, -50%);
2591
2601
  }
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%;
2602
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
2603
+ display: none;
2594
2604
  }
2595
- .f1y3gta0 .form-item-error {
2596
- color: #e75a3a;
2597
- height: 0;
2598
- overflow: hidden;
2605
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2606
+ background: #fff;
2599
2607
  }
2600
- .f1y3gta0 .form-item-error-enter-done {
2601
- margin-top: 4px;
2602
- height: auto;
2603
- overflow: auto;
2608
+ .tta5kd2 .ant-table .ant-table-placeholder {
2609
+ background: inherit;
2604
2610
  }
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;
2611
+ .tta5kd2 .ant-table .ant-table-placeholder td {
2612
+ position: static;
2613
+ border: none;
2614
+ background: inherit !important;
2615
+ height: 100px;
2616
+ vertical-align: middle;
2609
2617
  }
2610
-
2611
- .fujbm7g {
2612
- color: #2d3a56;
2618
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2619
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2613
2620
  font-weight: bold;
2614
- padding-bottom: 6px;
2615
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2616
- margin-bottom: 16px;
2621
+ font-size: 20px;
2622
+ color: rgba(10, 37, 85, 0.6);
2617
2623
  }
2618
- .fujbm7g:not(:first-of-type) {
2619
- margin-top: 16px;
2624
+ .tta5kd2 .ant-table td.cell__action_ {
2625
+ padding: 0 !important;
2626
+ position: relative;
2627
+ background: #fff;
2620
2628
  }
2621
-
2622
- .e5fsw5s {
2623
- width: 8px;
2624
- height: 24px;
2629
+ .tta5kd2 .ant-table td.cell__action_ > * {
2630
+ height: 100%;
2625
2631
  display: flex;
2626
- justify-content: center;
2627
2632
  align-items: center;
2628
- cursor: pointer;
2629
- transition: all 200ms ease-out 40ms;
2630
- }
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);
2640
- }
2641
- .e5fsw5s:after {
2642
- transform: rotate(45deg);
2643
- left: 1px;
2644
- }
2645
-
2646
- .w18knsg4.ant-alert-warning {
2647
- border: 0;
2648
- background: rgba(255, 187, 0, 0.1);
2649
- border-radius: 6px;
2633
+ justify-content: flex-end;
2634
+ padding-right: 8px;
2650
2635
  }
2651
- .w18knsg4.ant-alert,
2652
- .w18knsg4 .ant-alert-message {
2653
- color: #e07f00;
2636
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
2637
+ width: 24px;
2638
+ height: 24px;
2639
+ cursor: pointer;
2640
+ justify-content: center;
2641
+ border-radius: 4px;
2654
2642
  }
2655
- .w18knsg4.ant-alert .dashed-border-bottom,
2656
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2657
- border-bottom-color: #e07f00;
2643
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2644
+ background: #fff;
2658
2645
  }
2659
2646
 
2660
- .ng31n2o {
2647
+ .cz04yix {
2661
2648
  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;
2649
+ flex-direction: column;
2669
2650
  }
2670
- .ng31n2o .icon-wrapper {
2671
- margin-right: 10px;
2672
- height: 18px;
2651
+
2652
+ .m1if5j39 {
2653
+ max-width: 1120px;
2654
+ width: 100%;
2655
+ margin: 0 auto;
2656
+ height: 100%;
2673
2657
  }
2674
2658
 
2675
- .n15x5f5y {
2659
+ .w1vvwdlp {
2660
+ max-width: 1120px;
2661
+ width: 100%;
2662
+ margin: 0 auto;
2676
2663
  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;
2684
2664
  }
2685
- .n15x5f5y .icon-wrapper {
2686
- margin-right: 10px;
2687
- height: 18px;
2665
+ .w1vvwdlp .left,
2666
+ .w1vvwdlp .right {
2667
+ flex-grow: 0;
2668
+ flex-shrink: 0;
2669
+ flex-basis: 21%;
2688
2670
  }
2689
-
2690
- .i16ozz3f {
2671
+ .w1vvwdlp .left {
2691
2672
  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;
2673
+ justify-content: flex-end;
2674
+ padding-right: 44px;
2699
2675
  }
2700
- .i16ozz3f .icon-wrapper {
2701
- margin-right: 10px;
2702
- height: 18px;
2676
+ .w1vvwdlp .right {
2677
+ padding-left: 44px;
2703
2678
  }
2704
-
2705
- .dszu9qr {
2706
- color: rgba(44, 56, 82, 0.6);
2707
- margin-top: 5px;
2708
- font-size: 12px;
2709
- line-height: 18px;
2679
+ .w1vvwdlp .middle {
2680
+ margin-bottom: 40px;
2681
+ flex-grow: 0;
2682
+ flex-shrink: 0;
2683
+ flex-basis: 58%;
2710
2684
  }
2711
-
2712
- .snxzgx {
2713
- color: #f0483e;
2714
- font-size: 12px;
2715
- white-space: pre-wrap;
2685
+ .w1vvwdlp .middle .form-base-field {
2686
+ width: 100%;
2716
2687
  }
2717
-
2718
- .o1i4orqw {
2688
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2689
+ width: auto;
2690
+ }
2691
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2692
+ flex: initial;
2693
+ }
2694
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2695
+ margin-top: 4px;
2696
+ }
2697
+ .w1vvwdlp .ant-steps-item-icon,
2698
+ .w1vvwdlp .ant-steps-item-tail {
2699
+ display: none !important;
2700
+ }
2701
+ .w1vvwdlp .ant-steps-item-container {
2702
+ padding: 0 15px;
2703
+ border-radius: 4px;
2704
+ height: 32px;
2719
2705
  display: flex;
2720
2706
  align-items: center;
2721
- justify-content: flex-end;
2722
2707
  }
2723
- .o1i4orqw .icon-wrapper {
2724
- margin-right: 16px;
2725
- }
2726
-
2727
- .t79k8o2 {
2728
- color: rgba(0, 21, 64, 0.3);
2708
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2709
+ min-height: auto;
2710
+ white-space: nowrap;
2729
2711
  }
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;
2712
+ .w1vvwdlp .ant-steps-item-description {
2713
+ padding-bottom: 0px;
2738
2714
  }
2739
- .ipd9bk.ant-input.ant-input-lg {
2740
- padding: 8px 16px;
2741
- line-height: 22px;
2715
+ .w1vvwdlp .ant-steps-item-title {
2716
+ font-size: 13px !important;
2717
+ line-height: 20px !important;
2742
2718
  }
2743
- .ipd9bk.ant-input.ant-input-sm {
2744
- padding: 2px 8px;
2745
- line-height: 18px;
2719
+ .w1vvwdlp .ant-steps-item-title .step-index {
2720
+ display: inline-block;
2721
+ text-align: center;
2722
+ width: 13px;
2723
+ margin-right: 12px;
2746
2724
  }
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);
2725
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2726
+ background: rgba(0, 128, 255, 0.1);
2750
2727
  }
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);
2728
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2729
+ color: #005ed1;
2754
2730
  }
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;
2731
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2732
+ background: rgba(237, 241, 250, 0.6);
2758
2733
  }
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);
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;
2762
2736
  }
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);
2737
+ .w1vvwdlp .ant-steps-item-disabled {
2738
+ cursor: not-allowed;
2766
2739
  }
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);
2740
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2741
+ background: rgba(237, 241, 250, 0.6);
2771
2742
  }
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;
2743
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2777
2744
  color: #2d3a56;
2778
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2779
2745
  }
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);
2746
+
2747
+ .h1cuopx7 .ant-modal-header {
2748
+ margin: 0 auto;
2749
+ width: 100%;
2750
+ max-width: 648px;
2783
2751
  }
2784
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2785
- padding: 8px 16px;
2786
- line-height: 22px;
2752
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2753
+ margin-left: 0;
2787
2754
  }
2788
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2789
- padding: 2px 8px;
2790
- line-height: 18px;
2755
+ .h1cuopx7 .ant-modal-body {
2756
+ margin: 0 auto;
2757
+ padding: 0;
2758
+ width: 100%;
2759
+ max-width: 648px;
2760
+ overflow: hidden;
2791
2761
  }
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);
2762
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2763
+ margin-bottom: 40px;
2795
2764
  }
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);
2765
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2766
+ height: calc(100vh - 225px);
2767
+ overflow-y: auto;
2799
2768
  }
2800
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2801
- border-color: #e75a3a;
2769
+ .h1cuopx7 .ant-modal-footer .footer-content {
2770
+ margin: 0 auto;
2771
+ max-width: 648px;
2802
2772
  }
2803
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2804
- color: #e75a3a;
2773
+
2774
+ .h1p6d3y3 .ant-modal-header {
2775
+ margin: 0 auto;
2776
+ width: 100%;
2777
+ max-width: 1024px;
2805
2778
  }
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);
2779
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2780
+ margin-left: 0;
2809
2781
  }
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);
2782
+ .h1p6d3y3 .ant-modal-body {
2783
+ margin: 0 auto;
2784
+ padding: 0;
2785
+ width: 100%;
2786
+ max-width: 1024px;
2787
+ overflow: hidden;
2813
2788
  }
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);
2789
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2790
+ margin-bottom: 40px;
2818
2791
  }
2819
- textarea.ipd9bk.ant-input {
2820
- transition-property: height;
2821
- transition-delay: 50ms;
2792
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2793
+ height: calc(100vh - 225px);
2794
+ overflow-y: auto;
2822
2795
  }
2823
- textarea.ipd9bk.ant-input.textarea-large {
2824
- min-height: 40px;
2825
- height: 40px;
2796
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2797
+ margin: 0 auto;
2798
+ max-width: 1024px;
2826
2799
  }
2827
- textarea.ipd9bk.ant-input.textarea-large:focus {
2828
- height: 80px;
2800
+
2801
+ .fxgckuk {
2802
+ flex: 1;
2829
2803
  }
2830
- textarea.ipd9bk.ant-input.textarea-middle {
2831
- min-height: 32px;
2832
- height: 32px;
2804
+ .fxgckuk label {
2805
+ font-size: 13px;
2806
+ line-height: 20px;
2807
+ color: rgba(44, 56, 82, 0.6);
2833
2808
  }
2834
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2835
- height: 64px;
2809
+ .fxgckuk .title {
2810
+ font-size: 14px;
2811
+ line-height: 20px;
2812
+ color: #2d3a56;
2813
+ margin-bottom: 12px;
2836
2814
  }
2837
- textarea.ipd9bk.ant-input.textarea-small {
2838
- min-height: 24px;
2839
- height: 24px;
2815
+ .fxgckuk.connect-cluster .title {
2816
+ padding-bottom: 26px;
2840
2817
  }
2841
- textarea.ipd9bk.ant-input.textarea-small:focus {
2842
- height: 40px;
2818
+
2819
+ .f1d0vek1 {
2820
+ padding: 25px 0 15px 0;
2821
+ border-bottom: 1px solid #e1e5eb;
2822
+ margin-bottom: 16px;
2843
2823
  }
2844
2824
 
2845
- .kypn5o5 input, .kypn5o5.input-tags {
2846
- border: 1px solid rgba(213, 219, 227, 0.6);
2847
- border-radius: 4px;
2825
+ .f4u402y {
2826
+ display: flex;
2827
+ align-items: center;
2828
+ margin-bottom: 8px;
2848
2829
  }
2849
- .kypn5o5.input-tags {
2850
- position: relative;
2851
- padding: 6px;
2852
- height: 32px;
2853
- cursor: pointer;
2854
- transition: border 150ms;
2830
+ .f4u402y > label {
2831
+ width: 216px;
2855
2832
  }
2856
- .kypn5o5.input-tags:hover {
2857
- border-color: #0080ff;
2858
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2833
+ .f4u402y > label + * {
2834
+ width: 100%;
2859
2835
  }
2860
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2861
- padding-right: 30px;
2836
+ .f4u402y .ant-select {
2837
+ width: 100%;
2862
2838
  }
2863
- .kypn5o5.input-tags .input-tags-inner {
2864
- display: flex;
2839
+
2840
+ .e1pldf6v {
2841
+ color: #e75a3a;
2842
+ margin-right: 10px;
2865
2843
  }
2866
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2844
+
2845
+ .dq0gblh {
2846
+ width: 100%;
2847
+ height: 1px;
2848
+ background: rgba(213, 219, 227, 0.6);
2849
+ margin: 24px 0;
2850
+ }
2851
+
2852
+ .l1v7sr0n {
2867
2853
  display: flex;
2854
+ justify-content: center;
2855
+ align-items: center;
2856
+ height: 100%;
2868
2857
  }
2869
- .kypn5o5.input-tags .input-tag-suffix {
2870
- position: absolute;
2871
- right: 12px;
2872
- top: 50%;
2873
- transform: translateY(-50%);
2874
- }
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;
2879
- }
2880
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2881
- color: rgba(0, 0, 0, 0.45);
2858
+
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;
2882
2867
  }
2883
- .kypn5o5.has-focus-indicator {
2884
- position: relative;
2885
- overflow: hidden;
2868
+
2869
+ .m1jy87hk .ant-modal-header,
2870
+ .m1jy87hk .ant-modal-footer .footer-content {
2871
+ width: 648px;
2872
+ margin: 0 auto;
2886
2873
  }
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;
2874
+ .m1jy87hk .ant-modal-header {
2875
+ padding: 35px 0 24px;
2876
+ border: none;
2894
2877
  }
2895
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2896
- left: 8px;
2897
- opacity: 1;
2878
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2879
+ font-size: 30px;
2898
2880
  }
2899
- .kypn5o5.has-focus-indicator input {
2900
- transition: margin-left 150ms ease;
2901
- margin-left: 0px;
2881
+ .m1jy87hk .ant-modal-body {
2882
+ padding: 4px 0 2px;
2902
2883
  }
2903
- .kypn5o5.has-focus-indicator input:focus {
2904
- margin-left: 16px;
2884
+ .m1jy87hk .ant-modal-footer {
2885
+ border: none;
2905
2886
  }
2906
2887
 
2907
- input.l1ki27se.ant-input {
2908
- border-top-right-radius: 0;
2909
- border-bottom-right-radius: 0;
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);
2910
2897
  }
2911
-
2912
- .l1ki27se.ant-input-affix-wrapper {
2913
- border-top-right-radius: 0;
2914
- border-bottom-right-radius: 0;
2898
+ .ti7fpyu:not(:first-child) {
2899
+ margin-left: 4px;
2915
2900
  }
2916
2901
 
2917
- input.rrg1fkn.ant-input {
2918
- border-top-left-radius: 0;
2919
- border-bottom-left-radius: 0;
2902
+ .f1rest1f {
2903
+ width: 100%;
2904
+ height: 100%;
2905
+ display: flex;
2906
+ align-items: center;
2907
+ justify-content: center;
2920
2908
  }
2921
2909
 
2922
- .rrg1fkn.ant-input-affix-wrapper {
2923
- border-top-left-radius: 0;
2924
- border-bottom-left-radius: 0;
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;
2925
2919
  }
2926
2920
 
2927
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2928
- border-top-right-radius: 0;
2929
- border-bottom-right-radius: 0;
2921
+ .f1y3gta0.form-item-general {
2922
+ width: 640px;
2930
2923
  }
2931
-
2932
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2933
- border-top-left-radius: 0;
2934
- border-bottom-left-radius: 0;
2924
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2925
+ margin-top: 16px;
2935
2926
  }
2936
-
2937
- .t1upn1sz {
2938
- height: 100%;
2927
+ .f1y3gta0.form-item-compact {
2928
+ width: 412px;
2939
2929
  }
2940
-
2941
- .tta5kd2 {
2942
- height: 100%;
2930
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2931
+ margin-top: 8px;
2943
2932
  }
2944
- .tta5kd2.empty-table .ant-table-content {
2945
- overflow: visible !important;
2946
- height: 100%;
2933
+ .f1y3gta0 .form-item {
2934
+ width: auto;
2947
2935
  }
2948
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2949
- height: 100%;
2936
+ .f1y3gta0 .form-item-main {
2937
+ position: relative;
2938
+ display: flex;
2950
2939
  }
2951
- .tta5kd2.empty-table .ant-table-content table {
2952
- width: 100% !important;
2953
- 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;
2954
2948
  }
2955
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2956
- padding: 15px 0;
2949
+ .f1y3gta0 .form-item-label {
2950
+ padding-right: 12px;
2951
+ font-size: 13px;
2952
+ color: rgba(44, 56, 82, 0.6);
2957
2953
  }
2958
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2959
- display: none;
2954
+ .f1y3gta0 .form-item-label.label-right {
2955
+ text-align: right;
2960
2956
  }
2961
- .tta5kd2 .active-row td:nth-child(1) {
2962
- font-weight: 700;
2957
+ .f1y3gta0 .form-item-label,
2958
+ .f1y3gta0 .form-item-control {
2959
+ line-height: 32px;
2963
2960
  }
2964
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2965
- font-weight: 700;
2961
+ .f1y3gta0 .form-item-control .form-item-error {
2962
+ line-height: 18px;
2966
2963
  }
2967
- .tta5kd2 .ant-spin-nested-loading {
2968
- height: 100%;
2964
+ .f1y3gta0 .form-item-children {
2965
+ width: 100%;
2969
2966
  }
2970
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2971
- height: 100%;
2972
- overflow: visible;
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%;
2973
2969
  }
2974
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2975
- max-height: none;
2970
+ .f1y3gta0 .form-item-error {
2971
+ color: #e75a3a;
2972
+ height: 0;
2973
+ overflow: hidden;
2976
2974
  }
2977
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2978
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2979
- display: none;
2975
+ .f1y3gta0 .form-item-error-enter-done {
2976
+ margin-top: 4px;
2977
+ height: auto;
2978
+ overflow: auto;
2980
2979
  }
2981
- .tta5kd2 td.ant-table-column-sort {
2982
- background: transparent;
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;
2983
2984
  }
2984
- .tta5kd2 td.ant-table-cell-fix-left,
2985
- .tta5kd2 td.ant-table-cell-fix-right {
2986
- background: #fff;
2987
- padding: 0 !important;
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;
2988
2992
  }
2989
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2990
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2993
+ .fujbm7g:not(:first-of-type) {
2994
+ margin-top: 16px;
2995
+ }
2996
+
2997
+ .e5fsw5s {
2998
+ width: 8px;
2999
+ height: 24px;
2991
3000
  display: flex;
3001
+ justify-content: center;
2992
3002
  align-items: center;
2993
- height: 100%;
2994
- padding: 8px;
2995
- }
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%;
3003
+ cursor: pointer;
3004
+ transition: all 200ms ease-out 40ms;
3001
3005
  }
3002
- .tta5kd2 .ant-table-container {
3003
- height: 100%;
3006
+ .e5fsw5s:before, .e5fsw5s:after {
3007
+ content: "";
3008
+ width: 1px;
3009
+ height: 6px;
3010
+ border-radius: 1px;
3011
+ background: #ccd4e3;
3012
+ position: relative;
3013
+ right: 2px;
3014
+ transform: rotate(-45deg);
3004
3015
  }
3005
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3006
- box-shadow: none !important;
3016
+ .e5fsw5s:after {
3017
+ transform: rotate(45deg);
3018
+ left: 1px;
3007
3019
  }
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;
3020
+
3021
+ .w18knsg4.ant-alert-warning {
3022
+ border: 0;
3023
+ background: rgba(255, 187, 0, 0.1);
3024
+ border-radius: 6px;
3016
3025
  }
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;
3026
+ .w18knsg4.ant-alert,
3027
+ .w18knsg4 .ant-alert-message {
3028
+ color: #e07f00;
3022
3029
  }
3023
- .tta5kd2 .ant-table .time-wrapper .data,
3024
- .tta5kd2 .ant-table .value {
3025
- color: #2d3a56;
3030
+ .w18knsg4.ant-alert .dashed-border-bottom,
3031
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
3032
+ border-bottom-color: #e07f00;
3026
3033
  }
3027
- .tta5kd2 .ant-table .time-wrapper .time,
3028
- .tta5kd2 .ant-table .unit {
3029
- color: rgba(44, 56, 82, 0.6);
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;
3030
3044
  }
3031
- .tta5kd2 .ant-table .ant-table-selection {
3032
- text-align: center;
3045
+ .ng31n2o .icon-wrapper {
3046
+ margin-right: 10px;
3047
+ height: 18px;
3033
3048
  }
3034
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3035
- background: #fff;
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;
3036
3059
  }
3037
- .tta5kd2 .ant-table .anticon-setting {
3038
- cursor: pointer;
3039
- position: absolute;
3040
- top: 50%;
3041
- right: 12px;
3042
- transform: translateY(-50%);
3060
+ .n15x5f5y .icon-wrapper {
3061
+ margin-right: 10px;
3062
+ height: 18px;
3043
3063
  }
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);
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;
3048
3074
  }
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);
3075
+ .i16ozz3f .icon-wrapper {
3076
+ margin-right: 10px;
3077
+ height: 18px;
3053
3078
  }
3054
- .tta5kd2 .ant-table .ant-table-tbody {
3055
- position: relative;
3079
+
3080
+ .dszu9qr {
3081
+ color: rgba(44, 56, 82, 0.6);
3082
+ margin-top: 5px;
3083
+ font-size: 12px;
3084
+ line-height: 18px;
3056
3085
  }
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;
3086
+
3087
+ .snxzgx {
3088
+ color: #f0483e;
3089
+ font-size: 12px;
3090
+ white-space: pre-wrap;
3064
3091
  }
3065
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3066
- background: #f2f5fa;
3067
- border-bottom-color: #f2f5fa;
3092
+
3093
+ .o1i4orqw {
3094
+ display: flex;
3095
+ align-items: center;
3096
+ justify-content: flex-end;
3068
3097
  }
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;
3098
+ .o1i4orqw .icon-wrapper {
3099
+ margin-right: 16px;
3078
3100
  }
3079
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3080
- color: #0096ff;
3101
+
3102
+ .t79k8o2 {
3103
+ color: rgba(0, 21, 64, 0.3);
3081
3104
  }
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;
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;
3087
3113
  }
3088
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3089
- line-height: 0px;
3114
+ .ipd9bk.ant-input.ant-input-lg {
3115
+ padding: 8px 16px;
3116
+ line-height: 22px;
3090
3117
  }
3091
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3092
- border-top-color: transparent;
3118
+ .ipd9bk.ant-input.ant-input-sm {
3119
+ padding: 2px 8px;
3120
+ line-height: 18px;
3093
3121
  }
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;
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);
3097
3125
  }
3098
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3099
- border-radius: 8px 0 0 8px;
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);
3100
3129
  }
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;
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;
3103
3133
  }
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;
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);
3110
3137
  }
3111
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3112
- border-radius: 0 8px 8px 0;
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);
3113
3141
  }
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;
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);
3118
3146
  }
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);
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;
3123
3154
  }
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);
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);
3127
3158
  }
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);
3159
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
3160
+ padding: 8px 16px;
3161
+ line-height: 22px;
3133
3162
  }
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);
3163
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
3164
+ padding: 2px 8px;
3165
+ line-height: 18px;
3137
3166
  }
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);
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);
3143
3170
  }
3144
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3145
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
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);
3146
3174
  }
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;
3175
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
3176
+ border-color: #e75a3a;
3150
3177
  }
3151
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3152
- border-top-color: white;
3178
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
3179
+ color: #e75a3a;
3153
3180
  }
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;
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%);
3265
+ transform: translateY(-50%);
3266
+ left: -16px;
3267
+ transition: left 150ms ease;
3268
+ opacity: 0;
3247
3269
  }
3248
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3249
- display: none;
3270
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
3271
+ left: 8px;
3272
+ opacity: 1;
3250
3273
  }
3251
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3252
- background: #fff;
3274
+ .kypn5o5.has-focus-indicator input {
3275
+ transition: margin-left 150ms ease;
3276
+ margin-left: 0px;
3253
3277
  }
3254
- .tta5kd2 .ant-table .ant-table-placeholder {
3255
- background: inherit;
3278
+ .kypn5o5.has-focus-indicator input:focus {
3279
+ margin-left: 16px;
3256
3280
  }
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;
3281
+
3282
+ input.l1ki27se.ant-input {
3283
+ border-top-right-radius: 0;
3284
+ border-bottom-right-radius: 0;
3263
3285
  }
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);
3286
+
3287
+ .l1ki27se.ant-input-affix-wrapper {
3288
+ border-top-right-radius: 0;
3289
+ border-bottom-right-radius: 0;
3269
3290
  }
3270
- .tta5kd2 .ant-table td.cell__action_ {
3271
- padding: 0 !important;
3272
- position: relative;
3273
- background: #fff;
3291
+
3292
+ input.rrg1fkn.ant-input {
3293
+ border-top-left-radius: 0;
3294
+ border-bottom-left-radius: 0;
3274
3295
  }
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;
3296
+
3297
+ .rrg1fkn.ant-input-affix-wrapper {
3298
+ border-top-left-radius: 0;
3299
+ border-bottom-left-radius: 0;
3281
3300
  }
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;
3301
+
3302
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
3303
+ border-top-right-radius: 0;
3304
+ border-bottom-right-radius: 0;
3288
3305
  }
3289
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3290
- background: #fff;
3306
+
3307
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
3308
+ border-top-left-radius: 0;
3309
+ border-bottom-left-radius: 0;
3291
3310
  }
3292
3311
 
3293
3312
  .i1e4sgug {
@@ -3840,8 +3859,14 @@ input.rrg1fkn.ant-input {
3840
3859
  margin-left: 24px;
3841
3860
  }
3842
3861
 
3843
- .iiqau4c.ant-input-group.ant-input-group-compact {
3844
- display: flex;
3862
+ .igz4le8 {
3863
+ height: 24px;
3864
+ width: 56px !important;
3865
+ margin-right: 4px;
3866
+ }
3867
+
3868
+ .c1riexje {
3869
+ color: rgba(44, 56, 82, 0.6);
3845
3870
  }
3846
3871
 
3847
3872
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
@@ -3899,14 +3924,8 @@ input.rrg1fkn.ant-input {
3899
3924
  transform: rotate(180deg);
3900
3925
  }
3901
3926
 
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);
3927
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3928
+ display: flex;
3910
3929
  }
3911
3930
 
3912
3931
  .m1thnes4 {
@@ -4070,6 +4089,56 @@ input.rrg1fkn.ant-input {
4070
4089
  margin-left: 8px;
4071
4090
  }
4072
4091
 
4092
+ .t1xo8w88 {
4093
+ height: 100%;
4094
+ }
4095
+ .t1xo8w88 .table-loading-item {
4096
+ padding: 12px 4px;
4097
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4098
+ display: flex;
4099
+ }
4100
+ .t1xo8w88 .table-loading-item > * {
4101
+ height: 16px;
4102
+ margin: 4px;
4103
+ background: rgba(204, 212, 227, 0.18);
4104
+ border-radius: 2px;
4105
+ }
4106
+ .t1xo8w88 .table-loading-item .checkbox-loading {
4107
+ width: 16px;
4108
+ }
4109
+ .t1xo8w88 .table-loading-item .td-loading {
4110
+ flex: 1;
4111
+ }
4112
+ .t1xo8w88 :nth-child(1) {
4113
+ padding: 8px 4px;
4114
+ }
4115
+ .t1xo8w88 :nth-child(1) > * {
4116
+ background: rgba(107, 125, 153, 0.18);
4117
+ }
4118
+ .t1xo8w88 :nth-child(1) > * {
4119
+ background: rgba(163, 180, 204, 0.18);
4120
+ }
4121
+
4122
+ .ams5nbq {
4123
+ position: absolute;
4124
+ top: 0;
4125
+ left: 0;
4126
+ bottom: 0;
4127
+ width: 1px;
4128
+ background: #0080ff;
4129
+ transform: translateX(-9999px);
4130
+ z-index: 999;
4131
+ }
4132
+ .ams5nbq::before {
4133
+ content: "";
4134
+ position: absolute;
4135
+ height: 34px;
4136
+ width: 3px;
4137
+ top: 0;
4138
+ left: -1px;
4139
+ background: #0080ff;
4140
+ }
4141
+
4073
4142
  .t1cs4awq {
4074
4143
  background: white;
4075
4144
  }
@@ -4204,64 +4273,14 @@ input.rrg1fkn.ant-input {
4204
4273
  left: 4px;
4205
4274
  }
4206
4275
 
4207
- .t1xo8w88 {
4208
- height: 100%;
4209
- }
4210
- .t1xo8w88 .table-loading-item {
4211
- padding: 12px 4px;
4212
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4213
- display: flex;
4214
- }
4215
- .t1xo8w88 .table-loading-item > * {
4216
- height: 16px;
4217
- margin: 4px;
4218
- background: rgba(204, 212, 227, 0.18);
4219
- border-radius: 2px;
4220
- }
4221
- .t1xo8w88 .table-loading-item .checkbox-loading {
4222
- width: 16px;
4223
- }
4224
- .t1xo8w88 .table-loading-item .td-loading {
4225
- flex: 1;
4226
- }
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);
4235
- }
4236
-
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;
4276
+ .asgcu6r {
4277
+ height: 32px;
4255
4278
  }
4256
4279
 
4257
4280
  .c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
4258
4281
  display: none;
4259
4282
  }
4260
4283
 
4261
- .asgcu6r {
4262
- height: 32px;
4263
- }
4264
-
4265
4284
  .at4ovwe .ant-input-number-handler-wrap {
4266
4285
  display: var(--at4ovwe-0);
4267
4286
  }