@cloudtower/eagle 0.22.14 → 0.22.16

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