@cloudtower/eagle 0.22.29 → 0.22.31

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