@cloudtower/eagle 0.22.18 → 0.22.19

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