@cloudtower/eagle 0.22.11 → 0.22.13

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