@cloudtower/eagle 0.17.13 → 0.19.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/UIKitProvider/index.d.ts +8 -0
  2. package/dist/components/Alert/index.d.ts +3 -0
  3. package/dist/components/Arch/index.d.ts +3 -0
  4. package/dist/components/Badge/index.d.ts +3 -0
  5. package/dist/components/BaseIcon/BaseIcon.stories.d.ts +5 -0
  6. package/dist/components/Bit/index.d.ts +3 -0
  7. package/dist/components/BitPerSecond/index.d.ts +3 -0
  8. package/dist/components/Bps/index.d.ts +3 -0
  9. package/dist/components/Button/Button.stories.d.ts +18 -0
  10. package/dist/components/Button/HoverableElement.d.ts +9 -0
  11. package/dist/components/Button/HoverableElement.stories.d.ts +5 -0
  12. package/dist/components/Button/index.d.ts +6 -6
  13. package/dist/components/Byte/index.d.ts +3 -0
  14. package/dist/components/Checkbox/__test__/h5_css.test.d.ts +1 -0
  15. package/dist/components/Checkbox/index.d.ts +8 -0
  16. package/dist/components/Empty/index.d.ts +3 -0
  17. package/dist/components/Fields/FieldsBoolean/FieldsBoolean.stories.d.ts +5 -0
  18. package/dist/components/Fields/FieldsBoolean/__test__/h5_css.test.d.ts +1 -0
  19. package/dist/components/Fields/FieldsBoolean/index.d.ts +4 -0
  20. package/dist/components/Fields/FieldsDateTime/index.d.ts +4 -0
  21. package/dist/components/Fields/FieldsDateTimeRange/FieldsDateTimeRange.stories.d.ts +11 -0
  22. package/dist/components/Fields/FieldsDateTimeRange/__test__/h5_css.test.d.ts +1 -0
  23. package/dist/components/Fields/FieldsDateTimeRange/index.d.ts +5 -0
  24. package/dist/components/Fields/FieldsEnum/FieldsEnum.stories.d.ts +7 -0
  25. package/dist/components/Fields/FieldsEnum/__test__/h5_css.test.d.ts +1 -0
  26. package/dist/components/Fields/FieldsEnum/index.d.ts +4 -0
  27. package/dist/components/Fields/FieldsFloat/__test__/h5_css.test.d.ts +1 -0
  28. package/dist/components/Fields/FieldsFloat/index.d.ts +4 -0
  29. package/dist/components/Fields/FieldsInt/__test__/h5_css.test.d.ts +1 -0
  30. package/dist/components/Fields/FieldsInt/index.d.ts +4 -0
  31. package/dist/components/Fields/FieldsInteger/FieldsInteger.stories.d.ts +6 -0
  32. package/dist/components/Fields/FieldsInteger/__test__/h5_css.test.d.ts +1 -0
  33. package/dist/components/Fields/FieldsInteger/index.d.ts +4 -0
  34. package/dist/components/Fields/FieldsString/FieldsString.stories.d.ts +19 -0
  35. package/dist/components/Fields/FieldsString/__test__/h5_css.test.d.ts +1 -0
  36. package/dist/components/Fields/FieldsString/index.d.ts +4 -0
  37. package/dist/components/Fields/FieldsTextArea/index.d.ts +5 -0
  38. package/dist/components/Fields/FieldsTimePicker/FieldsTimePicker.stories.d.ts +11 -0
  39. package/dist/components/Fields/FieldsTimePicker/__test__/h5_css.test.d.ts +1 -0
  40. package/dist/components/Fields/FieldsTimePicker/index.d.ts +5 -0
  41. package/dist/components/Fields/index.d.ts +26 -0
  42. package/dist/components/Frequency/index.d.ts +3 -0
  43. package/dist/components/Icon/Icon.stories.d.ts +39 -0
  44. package/dist/components/Icon/index.d.ts +14 -15
  45. package/dist/components/Input/Input.stories.d.ts +29 -0
  46. package/dist/components/Input/__test__/h5_css.test.d.ts +1 -0
  47. package/dist/components/Input/index.d.ts +6 -0
  48. package/dist/components/InputGroup/__test__/h5_css.test.d.ts +1 -0
  49. package/dist/components/InputGroup/index.d.ts +3 -0
  50. package/dist/components/InputInteger/__test__/unit.test.d.ts +1 -0
  51. package/dist/components/InputInteger/formatterInteger.d.ts +2 -0
  52. package/dist/components/InputNumber/index.d.ts +12 -0
  53. package/dist/components/InputTagItem/index.d.ts +5 -0
  54. package/dist/components/Loading/index.d.ts +2 -2
  55. package/dist/components/Metric/Metric.stories.d.ts +6 -0
  56. package/dist/components/Metric/mockMetric.d.ts +3 -0
  57. package/dist/components/Metric/mockMetric2.d.ts +3 -0
  58. package/dist/components/Modal/ImmersiveModal.d.ts +5 -0
  59. package/dist/components/Modal/Modal.stories.d.ts +5 -0
  60. package/dist/components/Pagination/index.d.ts +0 -1
  61. package/dist/components/Percent/index.d.ts +3 -0
  62. package/dist/components/Progress/index.d.ts +3 -0
  63. package/dist/components/SearchInput/SearchInput.stories.d.ts +4 -0
  64. package/dist/components/SearchInput/__test__/h5_css.test.d.ts +1 -0
  65. package/dist/components/SearchInput/index.d.ts +3 -0
  66. package/dist/components/Second/index.d.ts +3 -0
  67. package/dist/components/Select/Select.stories.d.ts +16 -0
  68. package/dist/components/Select/index.d.ts +3 -0
  69. package/dist/components/Speed/index.d.ts +3 -0
  70. package/dist/components/Steps/index.d.ts +2 -2
  71. package/dist/components/Styled/index.d.ts +11 -0
  72. package/dist/components/Table/SearchWidget.d.ts +3 -3
  73. package/dist/components/Table/TableWidget.d.ts +1 -1
  74. package/dist/components/Table/__test__/h5_css.test.d.ts +1 -0
  75. package/dist/components/TextArea/index.d.ts +4 -0
  76. package/dist/components/TimePicker/index.d.ts +6 -0
  77. package/dist/components/TowerTable/TowerTable.stories.d.ts +12 -0
  78. package/dist/components/TowerTable/WrapperComponent.d.ts +2 -2
  79. package/dist/components/antd.d.ts +0 -24
  80. package/dist/components/images/index.d.ts +15 -1123
  81. package/dist/components/index.d.ts +0 -8
  82. package/dist/esm/index.js +2674 -9086
  83. package/dist/esm/stats1.html +1 -1
  84. package/dist/hooks/useLocalStorage.d.ts +1 -1
  85. package/dist/hooks/useSearch.d.ts +1 -1
  86. package/dist/hooks/utils.d.ts +1 -1
  87. package/dist/index.d.ts +7 -5
  88. package/dist/spec/base.d.ts +50 -151
  89. package/dist/spec/react-final-form.d.ts +46 -0
  90. package/dist/store/modal.d.ts +3 -0
  91. package/dist/style.css +1408 -1482
  92. package/dist/umd/index.js +2611 -10318
  93. package/dist/umd/stats1.html +1 -1
  94. package/dist/utils/icon.d.ts +1 -2
  95. package/dist/utils/isEmpty.d.ts +2 -0
  96. package/dist/utils/router.d.ts +1 -1
  97. package/dist/utils/tower.d.ts +62 -0
  98. package/package.json +32 -13
  99. package/README.md +0 -26
  100. package/dist/components/Form/index.d.ts +0 -154
  101. package/dist/components/FormError/index.d.ts +0 -29
  102. package/dist/components/HoverableIcon/index.d.ts +0 -10
  103. package/dist/components/Modal2/Error.d.ts +0 -14
  104. package/dist/components/Modal2/InitializedModal.d.ts +0 -4
  105. package/dist/components/Modal2/Modal.d.ts +0 -9
  106. package/dist/components/Modal2/WizardModal.d.ts +0 -4
  107. package/dist/components/Modal2/index.d.ts +0 -10
  108. package/dist/components/SimplePagination/index.d.ts +0 -4
  109. package/dist/components/images/images-type.d.ts +0 -1
package/dist/style.css CHANGED
@@ -1862,29 +1862,19 @@ input[type=submit] {
1862
1862
  padding: 0;
1863
1863
  }
1864
1864
 
1865
- .f18bxw7l {
1866
- font-size: 13px;
1867
- line-height: 20px;
1868
- color: #f0483e;
1869
- margin-top: -4px;
1870
- margin-bottom: 8px;
1871
- }
1872
-
1873
- .i1mrf09m {
1874
- display: inline-flex;
1875
- align-items: center;
1876
- }
1877
- .i1mrf09m .icon-inner {
1878
- display: inline-flex;
1879
- align-items: center;
1865
+ .fde5mpd {
1866
+ width: 100%;
1867
+ height: 100%;
1868
+ min-height: 124px;
1869
+ display: flex;
1870
+ flex-direction: column;
1880
1871
  justify-content: center;
1872
+ align-items: center;
1881
1873
  }
1882
- .i1mrf09m .icon-inner + span,
1883
- .i1mrf09m span + .icon-inner.suffix {
1884
- margin-left: 4px;
1885
- }
1886
- .i1mrf09m.is-rotate img {
1887
- animation: rotate 680ms linear infinite;
1874
+ .fde5mpd .error-text {
1875
+ color: rgba(10, 37, 85, 0.6);
1876
+ margin-bottom: 16px;
1877
+ font-size: 18px;
1888
1878
  }
1889
1879
 
1890
1880
  .bpq0js6 {
@@ -1916,1407 +1906,1333 @@ input[type=submit] {
1916
1906
  border-radius: unset;
1917
1907
  }
1918
1908
 
1919
- .fde5mpd {
1920
- width: 100%;
1921
- height: 100%;
1922
- min-height: 124px;
1923
- display: flex;
1924
- flex-direction: column;
1925
- justify-content: center;
1909
+ .i1mrf09m {
1910
+ display: inline-flex;
1926
1911
  align-items: center;
1927
1912
  }
1928
- .fde5mpd .error-text {
1929
- color: rgba(10, 37, 85, 0.6);
1930
- margin-bottom: 16px;
1931
- font-size: 18px;
1932
- }
1933
-
1934
- .k5vyv6v input, .k5vyv6v.input-tags {
1935
- border: 1px solid rgba(213, 219, 227, 0.6);
1936
- border-radius: 4px;
1937
- }
1938
- .k5vyv6v.input-tags {
1939
- position: relative;
1940
- padding: 6px;
1941
- height: 32px;
1942
- cursor: pointer;
1943
- transition: border 150ms;
1944
- }
1945
- .k5vyv6v.input-tags:hover {
1946
- border-color: #0080ff;
1947
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
1913
+ .i1mrf09m .icon-inner {
1914
+ display: inline-flex;
1915
+ align-items: center;
1916
+ justify-content: center;
1948
1917
  }
1949
- .k5vyv6v.input-tags.kit-input-suffix-wrapper {
1950
- padding-right: 30px;
1918
+ .i1mrf09m .icon-inner + span,
1919
+ .i1mrf09m span + .icon-inner.suffix {
1920
+ margin-left: 4px;
1951
1921
  }
1952
- .k5vyv6v.input-tags .input-tags-inner {
1953
- display: flex;
1922
+ .i1mrf09m.is-rotate img {
1923
+ animation: rotate 680ms linear infinite;
1954
1924
  }
1955
- .k5vyv6v.input-tags .input-tags-inner .tags-overflow-auto {
1925
+
1926
+ .p12gwtiw {
1956
1927
  display: flex;
1928
+ justify-content: space-between;
1929
+ align-items: center;
1930
+ padding: 10px 0;
1931
+ color: rgba(44, 56, 82, 0.6);
1932
+ font-size: 12px;
1933
+ line-height: 24px;
1957
1934
  }
1958
- .k5vyv6v.input-tags .input-tag-suffix {
1959
- position: absolute;
1960
- right: 12px;
1961
- top: 50%;
1962
- transform: translateY(-50%);
1935
+ .p12gwtiw .pagination-left {
1936
+ padding: 2px 8px;
1963
1937
  }
1964
- .k5vyv6v.input-tags .input-tag-suffix .anticon-close-circle {
1965
- color: rgba(0, 0, 0, 0.25);
1966
- font-size: 12px;
1938
+ .p12gwtiw .dropdown-trigger {
1939
+ display: flex;
1940
+ align-items: center;
1941
+ border-radius: 6px;
1967
1942
  cursor: pointer;
1943
+ transition: all 0.3s ease;
1968
1944
  }
1969
- .k5vyv6v.input-tags .input-tag-suffix .anticon-close-circle:hover {
1970
- color: rgba(0, 0, 0, 0.45);
1945
+ .p12gwtiw .dropdown-trigger:hover {
1946
+ background: rgba(211, 218, 235, 0.6);
1947
+ color: #0080ff;
1971
1948
  }
1972
- .k5vyv6v.has-focus-indicator {
1973
- position: relative;
1974
- overflow: hidden;
1949
+ .p12gwtiw .dropdown-trigger .icon-inner {
1950
+ margin-left: 4px;
1975
1951
  }
1976
- .k5vyv6v.has-focus-indicator .ant-input-prefix {
1977
- position: absolute;
1978
- top: 50%;
1979
- transform: translateY(-50%);
1980
- left: -16px;
1981
- transition: left 150ms ease;
1982
- opacity: 0;
1952
+ .p12gwtiw .pagination-right {
1953
+ display: flex;
1954
+ align-items: center;
1955
+ color: #0080ff;
1956
+ font-weight: bold;
1983
1957
  }
1984
- .k5vyv6v.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
1985
- left: 8px;
1986
- opacity: 1;
1958
+ .p12gwtiw .pagination-right .icon-inner {
1959
+ margin-left: 4px;
1987
1960
  }
1988
- .k5vyv6v.has-focus-indicator input {
1989
- transition: margin-left 150ms ease;
1990
- margin-left: 0px;
1961
+ .p12gwtiw .pagination-right .prev-btn,
1962
+ .p12gwtiw .pagination-right .next-btn {
1963
+ padding: 0 8px;
1991
1964
  }
1992
- .k5vyv6v.has-focus-indicator input:focus {
1993
- margin-left: 16px;
1965
+ .p12gwtiw .pagination-right .prev-btn > span,
1966
+ .p12gwtiw .pagination-right .next-btn > span {
1967
+ color: #0080ff;
1968
+ }
1969
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1970
+ transform: rotate(180deg);
1994
1971
  }
1995
1972
 
1996
- .i17jpubb {
1997
- height: 18px;
1973
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1974
+ max-height: calc(100vh - 128px);
1975
+ overflow-y: auto;
1976
+ }
1977
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1978
+ padding: 4px 20px;
1979
+ font-size: 12px;
1998
1980
  line-height: 18px;
1999
- padding: 0 4px;
2000
- border-radius: 4px;
2001
- background: rgba(235, 239, 245, 0.6);
2002
- border: 1px solid rgba(223, 228, 235, 0.6);
2003
- display: flex;
2004
- align-items: center;
2005
- white-space: nowrap;
2006
- margin-right: 4px;
2007
1981
  }
2008
1982
 
2009
- .i1sx1zrx.ant-input-group.ant-input-group-compact {
1983
+ .cz04yix {
2010
1984
  display: flex;
1985
+ flex-direction: column;
2011
1986
  }
2012
1987
 
2013
- .e4bdwkb {
2014
- border: none;
2015
- vertical-align: middle;
1988
+ .m1if5j39 {
1989
+ max-width: 1120px;
1990
+ width: 100%;
1991
+ margin: 0 auto;
1992
+ height: 100%;
2016
1993
  }
2017
1994
 
2018
- .i1tep2wa.ant-input {
2019
- padding: 5px 12px;
2020
- line-height: 20px;
2021
- color: #2d3a56;
2022
- border-radius: 6px;
2023
- border-color: rgba(172, 186, 211, 0.6);
2024
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
1995
+ .w1vvwdlp {
1996
+ max-width: 1120px;
1997
+ width: 100%;
1998
+ margin: 0 auto;
1999
+ display: flex;
2025
2000
  }
2026
- .i1tep2wa.ant-input.ant-input-lg {
2027
- padding: 8px 16px;
2028
- line-height: 22px;
2001
+ .w1vvwdlp .left,
2002
+ .w1vvwdlp .right {
2003
+ flex-grow: 0;
2004
+ flex-shrink: 0;
2005
+ flex-basis: 21%;
2029
2006
  }
2030
- .i1tep2wa.ant-input.ant-input-sm {
2031
- padding: 2px 8px;
2032
- line-height: 18px;
2007
+ .w1vvwdlp .left {
2008
+ display: flex;
2009
+ justify-content: flex-end;
2010
+ padding-right: 44px;
2033
2011
  }
2034
- .i1tep2wa.ant-input:not([disabled]):hover, .i1tep2wa.ant-input:not([disabled]).__pseudo-states-hover, .i1tep2wa.ant-input-number:not([disabled]):hover, .i1tep2wa.ant-input-number:not([disabled]).__pseudo-states-hover {
2035
- border-color: rgba(107, 128, 167, 0.6);
2036
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2012
+ .w1vvwdlp .right {
2013
+ padding-left: 44px;
2037
2014
  }
2038
- .i1tep2wa.ant-input:not([disabled]):active, .i1tep2wa.ant-input:not([disabled]):focus, .i1tep2wa.ant-input:not([disabled]).__pseudo-states-active, .i1tep2wa.ant-input:not([disabled]).__pseudo-states-focus, .i1tep2wa.ant-input-number:not([disabled]):active, .i1tep2wa.ant-input-number:not([disabled]):focus, .i1tep2wa.ant-input-number:not([disabled]).__pseudo-states-active, .i1tep2wa.ant-input-number:not([disabled]).__pseudo-states-focus {
2039
- border-color: #0096ff;
2040
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2015
+ .w1vvwdlp .middle {
2016
+ margin-bottom: 40px;
2017
+ flex-grow: 0;
2018
+ flex-shrink: 0;
2019
+ flex-basis: 58%;
2041
2020
  }
2042
- .i1tep2wa.ant-input.error:not([disabled]), .i1tep2wa.ant-picker.error:not([disabled]), .i1tep2wa.ant-input-number.error:not([disabled]) {
2043
- border-color: #e75a3a;
2044
- color: #e75a3a;
2021
+ .w1vvwdlp .middle .form-base-field {
2022
+ width: 100%;
2045
2023
  }
2046
- .i1tep2wa.ant-input.error:not([disabled]):hover, .i1tep2wa.ant-input.error:not([disabled]).__pseudo-states-hover, .i1tep2wa.ant-picker.error:not([disabled]):hover, .i1tep2wa.ant-picker.error:not([disabled]).__pseudo-states-hover, .i1tep2wa.ant-input-number.error:not([disabled]):hover, .i1tep2wa.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2047
- border-color: #e75a3a;
2048
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2024
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2025
+ width: auto;
2049
2026
  }
2050
- .i1tep2wa.ant-input.error:not([disabled]):active, .i1tep2wa.ant-input.error:not([disabled]):focus, .i1tep2wa.ant-input.error:not([disabled]).__pseudo-states-active, .i1tep2wa.ant-input.error:not([disabled]).__pseudo-states-focus, .i1tep2wa.ant-picker.error:not([disabled]):active, .i1tep2wa.ant-picker.error:not([disabled]):focus, .i1tep2wa.ant-picker.error:not([disabled]).__pseudo-states-active, .i1tep2wa.ant-picker.error:not([disabled]).__pseudo-states-focus, .i1tep2wa.ant-input-number.error:not([disabled]):active, .i1tep2wa.ant-input-number.error:not([disabled]):focus, .i1tep2wa.ant-input-number.error:not([disabled]).__pseudo-states-active, .i1tep2wa.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2051
- border-color: #e75a3a;
2052
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2027
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2028
+ flex: initial;
2053
2029
  }
2054
- .i1tep2wa.ant-input[disabled], .i1tep2wa.ant-input.ant-input-disabled, .i1tep2wa.ant-input-number[disabled], .i1tep2wa.ant-input-number.ant-input-number-disabled {
2055
- background: rgba(211, 218, 235, 0.6);
2056
- color: rgba(0, 21, 64, 0.3);
2057
- border-color: rgba(172, 186, 211, 0.6);
2030
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2031
+ margin-top: 4px;
2058
2032
  }
2059
- .i1tep2wa.ant-input-affix-wrapper {
2060
- padding: 5px 12px;
2061
- border-radius: 6px;
2062
- border-color: rgba(172, 186, 211, 0.6);
2063
- line-height: 20px;
2064
- color: #2d3a56;
2065
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2033
+ .w1vvwdlp .ant-steps-item-icon,
2034
+ .w1vvwdlp .ant-steps-item-tail {
2035
+ display: none !important;
2066
2036
  }
2067
- .i1tep2wa.ant-input-affix-wrapper .ant-input-suffix,
2068
- .i1tep2wa.ant-input-affix-wrapper .ant-input-prefix {
2069
- color: rgba(44, 56, 82, 0.6);
2037
+ .w1vvwdlp .ant-steps-item-container {
2038
+ padding: 0 15px;
2039
+ border-radius: 4px;
2040
+ height: 32px;
2041
+ display: flex;
2042
+ align-items: center;
2070
2043
  }
2071
- .i1tep2wa.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2072
- padding: 8px 16px;
2073
- line-height: 22px;
2044
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2045
+ min-height: auto;
2046
+ white-space: nowrap;
2074
2047
  }
2075
- .i1tep2wa.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2076
- padding: 2px 8px;
2077
- line-height: 18px;
2048
+ .w1vvwdlp .ant-steps-item-description {
2049
+ padding-bottom: 0px;
2078
2050
  }
2079
- .i1tep2wa.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .i1tep2wa.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2080
- border-color: rgba(107, 128, 167, 0.6);
2081
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2051
+ .w1vvwdlp .ant-steps-item-title {
2052
+ font-size: 13px !important;
2053
+ line-height: 20px !important;
2082
2054
  }
2083
- .i1tep2wa.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .i1tep2wa.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .i1tep2wa.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i1tep2wa.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i1tep2wa.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2084
- border-color: #0096ff;
2085
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2055
+ .w1vvwdlp .ant-steps-item-title .step-index {
2056
+ display: inline-block;
2057
+ text-align: center;
2058
+ width: 13px;
2059
+ margin-right: 12px;
2086
2060
  }
2087
- .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2088
- border-color: #e75a3a;
2061
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2062
+ background: rgba(0, 128, 255, 0.1);
2089
2063
  }
2090
- .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2091
- color: #e75a3a;
2064
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2065
+ color: #005ed1;
2092
2066
  }
2093
- .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2094
- border-color: #e75a3a;
2095
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2067
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2068
+ background: rgba(237, 241, 250, 0.6);
2096
2069
  }
2097
- .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2098
- border-color: #e75a3a;
2099
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2070
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2071
+ color: rgba(10, 37, 85, 0.6) !important;
2100
2072
  }
2101
- .i1tep2wa.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2102
- background: rgba(211, 218, 235, 0.6);
2103
- color: rgba(0, 21, 64, 0.3);
2104
- border-color: rgba(172, 186, 211, 0.6);
2073
+ .w1vvwdlp .ant-steps-item-disabled {
2074
+ cursor: not-allowed;
2105
2075
  }
2106
- textarea.i1tep2wa.ant-input {
2107
- transition-property: height;
2108
- transition-delay: 50ms;
2076
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2077
+ background: rgba(237, 241, 250, 0.6);
2109
2078
  }
2110
- textarea.i1tep2wa.ant-input.textarea-large {
2111
- min-height: 40px;
2112
- height: 40px;
2079
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2080
+ color: #2d3a56;
2113
2081
  }
2114
- textarea.i1tep2wa.ant-input.textarea-large:focus {
2115
- height: 80px;
2082
+
2083
+ .h1cuopx7 .ant-modal-header {
2084
+ margin: 0 auto;
2085
+ width: 100%;
2086
+ max-width: 648px;
2116
2087
  }
2117
- textarea.i1tep2wa.ant-input.textarea-middle {
2118
- min-height: 32px;
2119
- height: 32px;
2088
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2089
+ margin-left: 0;
2120
2090
  }
2121
- textarea.i1tep2wa.ant-input.textarea-middle:focus {
2122
- height: 64px;
2091
+ .h1cuopx7 .ant-modal-body {
2092
+ margin: 0 auto;
2093
+ padding: 0;
2094
+ width: 100%;
2095
+ max-width: 648px;
2096
+ overflow: hidden;
2123
2097
  }
2124
- textarea.i1tep2wa.ant-input.textarea-small {
2125
- min-height: 24px;
2126
- height: 24px;
2098
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2099
+ margin-bottom: 40px;
2127
2100
  }
2128
- textarea.i1tep2wa.ant-input.textarea-small:focus {
2129
- height: 40px;
2101
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2102
+ height: calc(100vh - 225px);
2103
+ overflow-y: auto;
2104
+ }
2105
+ .h1cuopx7 .ant-modal-footer .footer-content {
2106
+ margin: 0 auto;
2107
+ max-width: 648px;
2130
2108
  }
2131
2109
 
2132
- .a583uz8 .ant-input-number-handler-wrap {
2133
- display: var(--a583uz8-0);
2110
+ .h1p6d3y3 .ant-modal-header {
2111
+ margin: 0 auto;
2112
+ width: 100%;
2113
+ max-width: 1024px;
2134
2114
  }
2135
- .a583uz8 .ant-input-number-input-wrap {
2136
- padding: 4px 11px;
2137
- display: inline-flex;
2138
- line-height: 1.5715;
2139
- height: inherit;
2115
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2116
+ margin-left: 0;
2140
2117
  }
2141
- .a583uz8 .ant-input-number-input-wrap::after {
2142
- content: var(--a583uz8-1);
2143
- display: var(--a583uz8-2);
2144
- flex: none;
2145
- align-items: center;
2146
- margin-left: 4px;
2118
+ .h1p6d3y3 .ant-modal-body {
2119
+ margin: 0 auto;
2120
+ padding: 0;
2121
+ width: 100%;
2122
+ max-width: 1024px;
2123
+ overflow: hidden;
2147
2124
  }
2148
- .a583uz8 .ant-input-number-input-wrap::before {
2149
- content: var(--a583uz8-3);
2150
- display: var(--a583uz8-4);
2151
- flex: none;
2152
- align-items: center;
2153
- margin-right: 4px;
2154
- cursor: auto;
2125
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2126
+ margin-bottom: 40px;
2155
2127
  }
2156
- .a583uz8 .ant-input-number-input {
2157
- padding: 0;
2158
- margin: 0;
2159
- height: auto;
2160
- font-size: inherit;
2128
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2129
+ height: calc(100vh - 225px);
2130
+ overflow-y: auto;
2161
2131
  }
2162
-
2163
- .a1ej28xa .ant-input-number-handler-wrap {
2164
- display: var(--a1ej28xa-0);
2132
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2133
+ margin: 0 auto;
2134
+ max-width: 1024px;
2165
2135
  }
2166
- .a1ej28xa .ant-input-number-input-wrap {
2167
- padding: 5px 12px;
2168
- display: inline-flex;
2169
- line-height: 1.5715;
2170
- height: 100%;
2171
- width: 100%;
2136
+
2137
+ .fxgckuk {
2138
+ flex: 1;
2172
2139
  }
2173
- .a1ej28xa .ant-input-number-input-wrap::after {
2174
- content: var(--a1ej28xa-1);
2175
- display: var(--a1ej28xa-2);
2176
- flex: none;
2177
- align-items: center;
2178
- margin-left: 4px;
2140
+ .fxgckuk label {
2141
+ font-size: 13px;
2142
+ line-height: 20px;
2179
2143
  color: rgba(44, 56, 82, 0.6);
2180
2144
  }
2181
- .a1ej28xa .ant-input-number-input-wrap::before {
2182
- content: var(--a1ej28xa-3);
2183
- display: var(--a1ej28xa-4);
2184
- flex: none;
2185
- align-items: center;
2186
- margin-right: 4px;
2187
- cursor: auto;
2188
- color: rgba(44, 56, 82, 0.6);
2145
+ .fxgckuk .title {
2146
+ font-size: 14px;
2147
+ line-height: 20px;
2148
+ color: #2d3a56;
2149
+ margin-bottom: 12px;
2189
2150
  }
2190
- .a1ej28xa.ant-input-number {
2191
- width: 100%;
2192
- border-radius: 6px;
2151
+ .fxgckuk.connect-cluster .title {
2152
+ padding-bottom: 26px;
2193
2153
  }
2194
- .a1ej28xa.ant-input-number:not([disabled]):focus, .a1ej28xa.ant-input-number:not([disabled]):active, .a1ej28xa.ant-input-number:not([disabled]).ant-input-number-focused {
2195
- border-color: #0096ff;
2196
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2154
+
2155
+ .f1d0vek1 {
2156
+ padding: 25px 0 15px 0;
2157
+ border-bottom: 1px solid #e1e5eb;
2158
+ margin-bottom: 16px;
2197
2159
  }
2198
- .a1ej28xa.ant-input-number.error:not([disabled]):hover, .a1ej28xa.ant-input-number.error:not([disabled]).ant-input-number-focused {
2199
- border-color: #e75a3a;
2200
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2160
+
2161
+ .f4u402y {
2162
+ display: flex;
2163
+ align-items: center;
2164
+ margin-bottom: 8px;
2201
2165
  }
2202
- .a1ej28xa .ant-input-number-input {
2203
- padding: 0;
2204
- margin: 0;
2205
- height: auto;
2206
- font-size: inherit;
2166
+ .f4u402y > label {
2167
+ width: 216px;
2207
2168
  }
2208
-
2209
- input.lfxc594.ant-input {
2210
- border-top-right-radius: 0;
2211
- border-bottom-right-radius: 0;
2169
+ .f4u402y > label + * {
2170
+ width: 100%;
2212
2171
  }
2213
-
2214
- .lfxc594.ant-input-affix-wrapper {
2215
- border-top-right-radius: 0;
2216
- border-bottom-right-radius: 0;
2172
+ .f4u402y .ant-select {
2173
+ width: 100%;
2217
2174
  }
2218
2175
 
2219
- input.r1cwjuew.ant-input {
2220
- border-top-left-radius: 0;
2221
- border-bottom-left-radius: 0;
2176
+ .e1pldf6v {
2177
+ color: #e75a3a;
2178
+ margin-right: 10px;
2222
2179
  }
2223
2180
 
2224
- .r1cwjuew.ant-input-affix-wrapper {
2225
- border-top-left-radius: 0;
2226
- border-bottom-left-radius: 0;
2181
+ .dq0gblh {
2182
+ width: 100%;
2183
+ height: 1px;
2184
+ background: rgba(213, 219, 227, 0.6);
2185
+ margin: 24px 0;
2227
2186
  }
2228
2187
 
2229
- .c1whwrkn {
2230
- color: #2d3a56;
2231
- line-height: 22px;
2232
- display: inline-flex;
2233
- }
2234
- .c1whwrkn .ant-checkbox {
2235
- height: 22px;
2188
+ .l1v7sr0n {
2236
2189
  display: flex;
2190
+ justify-content: center;
2237
2191
  align-items: center;
2238
- top: 0;
2192
+ height: 100%;
2239
2193
  }
2240
- .c1whwrkn .ant-checkbox-checked::after {
2241
- border: none;
2194
+
2195
+ .d1i4ou6o {
2196
+ display: inline-block;
2197
+ width: 4px;
2198
+ height: 4px;
2199
+ background: #8e9aa9;
2200
+ opacity: 0.4;
2201
+ border-radius: 50%;
2202
+ margin: 0 4px;
2242
2203
  }
2243
- .c1whwrkn.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c1whwrkn.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
2244
- .c1whwrkn .ant-checkbox:hover .ant-checkbox-inner {
2245
- border-color: #0080ff;
2204
+
2205
+ .m1jy87hk .ant-modal-header,
2206
+ .m1jy87hk .ant-modal-footer .footer-content {
2207
+ width: 648px;
2208
+ margin: 0 auto;
2246
2209
  }
2247
- .c1whwrkn .ant-checkbox .ant-checkbox-inner {
2248
- border: 1px solid rgba(107, 128, 167, 0.6);
2210
+ .m1jy87hk .ant-modal-header {
2211
+ padding: 35px 0 24px;
2212
+ border: none;
2249
2213
  }
2250
- .c1whwrkn .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
2251
- .c1whwrkn .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
2252
- border: 1px solid #0080ff;
2214
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2215
+ font-size: 30px;
2253
2216
  }
2254
- .c1whwrkn .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
2255
- background: #0080ff;
2217
+ .m1jy87hk .ant-modal-body {
2218
+ padding: 4px 0 2px;
2256
2219
  }
2257
- .c1whwrkn .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
2258
- background-color: #fff;
2259
- height: 2px;
2260
- width: 10px;
2261
- border-radius: 2px;
2220
+ .m1jy87hk .ant-modal-footer {
2221
+ border: none;
2262
2222
  }
2263
- .c1whwrkn.ant-checkbox-wrapper-disabled {
2264
- opacity: 0.5;
2223
+
2224
+ .ti7fpyu {
2225
+ font-size: 12px;
2226
+ line-height: 18px;
2227
+ font-weight: bold;
2228
+ color: #fff;
2229
+ padding: 0 4px;
2230
+ border-radius: 4px;
2231
+ display: inline-block;
2232
+ background: var(--ti7fpyu-0);
2265
2233
  }
2266
- .c1whwrkn.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
2267
- background: rgba(211, 218, 235, 0.6);
2268
- border-color: rgba(107, 128, 167, 0.6) !important;
2234
+ .ti7fpyu:not(:first-child) {
2235
+ margin-left: 4px;
2269
2236
  }
2270
- .c1whwrkn.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
2271
- border-color: #2d3a56;
2237
+
2238
+ .f1rest1f {
2239
+ width: 100%;
2240
+ height: 100%;
2241
+ display: flex;
2242
+ align-items: center;
2243
+ justify-content: center;
2272
2244
  }
2273
- .c1whwrkn.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
2274
- background: #2d3a56;
2245
+
2246
+ .n1kbdoln {
2247
+ font-size: 90%;
2248
+ font-weight: bold;
2249
+ background-color: rgba(240, 243, 247, 0.6);
2250
+ padding: 1px 4px 1px;
2251
+ margin-left: 2px;
2252
+ margin-right: 2px;
2253
+ border: 1px solid rgba(213, 219, 227, 0.6);
2254
+ border-radius: 4px;
2275
2255
  }
2276
- .c1whwrkn .ant-checkbox + span,
2277
- .c1whwrkn .ant-checkbox-disabled + span {
2278
- padding: 0;
2256
+
2257
+ .f1y3gta0.form-item-general {
2258
+ width: 640px;
2279
2259
  }
2280
- .c1whwrkn .ant-checkbox + span .main,
2281
- .c1whwrkn .ant-checkbox-disabled + span .main {
2282
- display: inline-block;
2283
- margin-left: 12px;
2284
- color: #2d3a56;
2260
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2261
+ margin-top: 16px;
2285
2262
  }
2286
- .c1whwrkn .ant-checkbox + span .sub,
2287
- .c1whwrkn .ant-checkbox-disabled + span .sub {
2288
- margin-left: 28px;
2289
- color: rgba(44, 56, 82, 0.6);
2263
+ .f1y3gta0.form-item-compact {
2264
+ width: 412px;
2290
2265
  }
2291
- .c1whwrkn.compact .ant-checkbox + span .main,
2292
- .c1whwrkn.compact .ant-checkbox-disabled + span .main {
2293
- margin-left: 8px;
2266
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2267
+ margin-top: 8px;
2294
2268
  }
2295
- .c1whwrkn.compact .ant-checkbox + span .sub,
2296
- .c1whwrkn.compact .ant-checkbox-disabled + span .sub {
2297
- margin-left: 24px;
2269
+ .f1y3gta0 .form-item {
2270
+ width: auto;
2298
2271
  }
2299
-
2300
- .s6j2ybb.ant-select, .s6j2ybb.ant-select .ant-select-selector {
2301
- border-radius: 6px;
2272
+ .f1y3gta0 .form-item-main {
2273
+ position: relative;
2274
+ display: flex;
2302
2275
  }
2303
- .s6j2ybb.ant-select.ant-select-single {
2276
+ .f1y3gta0 .form-item-extra {
2277
+ margin-top: 4px;
2304
2278
  width: 100%;
2305
- height: 30px;
2306
- color: #2d3a56;
2307
- border-color: rgba(211, 218, 235, 0.6);
2308
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2279
+ padding: 14px;
2280
+ background: #f2f4f6;
2309
2281
  font-size: 13px;
2282
+ line-height: 1.8;
2283
+ color: #8e9aa9;
2310
2284
  }
2311
- .s6j2ybb.ant-select.ant-select-single.ant-select-lg {
2312
- height: 38px;
2285
+ .f1y3gta0 .form-item-label {
2286
+ padding-right: 12px;
2313
2287
  font-size: 13px;
2288
+ color: rgba(44, 56, 82, 0.6);
2314
2289
  }
2315
- .s6j2ybb.ant-select.ant-select-single .ant-select-arrow,
2316
- .s6j2ybb.ant-select.ant-select-single .ant-select-arrow .anticon-down {
2317
- transition: 160ms ease;
2318
- }
2319
- .s6j2ybb.ant-select.ant-select-single .ant-select-arrow-loading {
2320
- color: #0080ff;
2290
+ .f1y3gta0 .form-item-label.label-right {
2291
+ text-align: right;
2321
2292
  }
2322
- .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
2323
- border-color: rgba(107, 128, 167, 0.6);
2324
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2293
+ .f1y3gta0 .form-item-label,
2294
+ .f1y3gta0 .form-item-control {
2295
+ line-height: 32px;
2325
2296
  }
2326
- .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
2327
- color: #0080ff;
2297
+ .f1y3gta0 .form-item-control .form-item-error {
2298
+ line-height: 18px;
2328
2299
  }
2329
- .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
2330
- border-color: #0080ff;
2331
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2300
+ .f1y3gta0 .form-item-children {
2301
+ width: 100%;
2332
2302
  }
2333
- .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
2334
- transform: rotate(180deg);
2303
+ .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 {
2304
+ width: 100%;
2335
2305
  }
2336
- .s6j2ybb.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
2337
- background: rgba(211, 218, 235, 0.6);
2338
- border-color: rgba(172, 186, 211, 0.6);
2339
- cursor: "not-allowed";
2306
+ .f1y3gta0 .form-item-error {
2307
+ color: #e75a3a;
2308
+ height: 0;
2309
+ overflow: hidden;
2340
2310
  }
2341
- .s6j2ybb.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
2342
- border-color: #f0483e !important;
2311
+ .f1y3gta0 .form-item-error-enter-done {
2312
+ margin-top: 4px;
2313
+ height: auto;
2314
+ overflow: auto;
2343
2315
  }
2344
- .s6j2ybb.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .s6j2ybb.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
2345
- color: #1d326c;
2316
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2317
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2318
+ border: 1px solid #e75a3a;
2319
+ color: #e75a3a;
2346
2320
  }
2347
- .s6j2ybb.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .s6j2ybb.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .s6j2ybb.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s6j2ybb.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s6j2ybb.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .s6j2ybb.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
2348
- border-color: #0080ff;
2349
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2321
+
2322
+ .fujbm7g {
2323
+ color: #2d3a56;
2324
+ font-weight: bold;
2325
+ padding-bottom: 6px;
2326
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2327
+ margin-bottom: 16px;
2350
2328
  }
2351
- .s6j2ybb.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
2352
- transform: rotate(180deg);
2329
+ .fujbm7g:not(:first-of-type) {
2330
+ margin-top: 16px;
2353
2331
  }
2354
2332
 
2355
- .l1b31rws.ant-select, .l1b31rws.ant-select .ant-select-selector {
2356
- border-top-right-radius: 0;
2357
- border-bottom-right-radius: 0;
2333
+ .e5fsw5s {
2334
+ width: 8px;
2335
+ height: 24px;
2336
+ display: flex;
2337
+ justify-content: center;
2338
+ align-items: center;
2339
+ cursor: pointer;
2340
+ transition: all 200ms ease-out 40ms;
2358
2341
  }
2359
-
2360
- .r1cpdiag.ant-select, .r1cpdiag.ant-select .ant-select-selector {
2361
- border-top-left-radius: 0;
2362
- border-bottom-left-radius: 0;
2342
+ .e5fsw5s:before, .e5fsw5s:after {
2343
+ content: "";
2344
+ width: 1px;
2345
+ height: 6px;
2346
+ border-radius: 1px;
2347
+ background: #ccd4e3;
2348
+ position: relative;
2349
+ right: 2px;
2350
+ transform: rotate(-45deg);
2351
+ }
2352
+ .e5fsw5s:after {
2353
+ transform: rotate(45deg);
2354
+ left: 1px;
2363
2355
  }
2364
2356
 
2365
- .t1upn1sz {
2366
- height: 100%;
2357
+ .w18knsg4.ant-alert-warning {
2358
+ border: 0;
2359
+ background: rgba(255, 187, 0, 0.1);
2360
+ border-radius: 6px;
2361
+ }
2362
+ .w18knsg4.ant-alert,
2363
+ .w18knsg4 .ant-alert-message {
2364
+ color: #e07f00;
2365
+ }
2366
+ .w18knsg4.ant-alert .dashed-border-bottom,
2367
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2368
+ border-bottom-color: #e07f00;
2367
2369
  }
2368
2370
 
2369
- .tta5kd2 {
2370
- height: 100%;
2371
+ .ng31n2o {
2372
+ display: flex;
2373
+ flex-direction: row;
2374
+ padding: 7px 12px;
2375
+ background: rgba(255, 187, 0, 0.1);
2376
+ border-radius: 6px;
2377
+ color: #e07f00;
2378
+ font-size: 12px;
2379
+ line-height: 18px;
2371
2380
  }
2372
- .tta5kd2.empty-table .ant-table-content {
2373
- overflow: visible !important;
2374
- height: 100%;
2381
+ .ng31n2o .icon-wrapper {
2382
+ margin-right: 10px;
2383
+ height: 18px;
2375
2384
  }
2376
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2377
- height: 100%;
2385
+
2386
+ .n15x5f5y {
2387
+ display: flex;
2388
+ flex-direction: row;
2389
+ padding: 7px 12px;
2390
+ background: rgba(225, 230, 241, 0.6);
2391
+ border-radius: 6px;
2392
+ color: rgba(44, 56, 82, 0.6);
2393
+ font-size: 12px;
2394
+ line-height: 18px;
2378
2395
  }
2379
- .tta5kd2.empty-table .ant-table-content table {
2380
- width: 100% !important;
2381
- height: 100%;
2396
+ .n15x5f5y .icon-wrapper {
2397
+ margin-right: 10px;
2398
+ height: 18px;
2382
2399
  }
2383
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2384
- padding: 15px 0;
2400
+
2401
+ .i16ozz3f {
2402
+ display: flex;
2403
+ flex-direction: row;
2404
+ padding: 7px 12px;
2405
+ background: rgba(0, 136, 255, 0.1);
2406
+ border-radius: 6px;
2407
+ color: #005ed1;
2408
+ font-size: 12px;
2409
+ line-height: 18px;
2385
2410
  }
2386
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2387
- display: none;
2411
+ .i16ozz3f .icon-wrapper {
2412
+ margin-right: 10px;
2413
+ height: 18px;
2388
2414
  }
2389
- .tta5kd2 .active-row td:nth-child(1) {
2390
- font-weight: 700;
2415
+
2416
+ .dszu9qr {
2417
+ color: rgba(44, 56, 82, 0.6);
2418
+ margin-top: 5px;
2419
+ font-size: 12px;
2420
+ line-height: 18px;
2391
2421
  }
2392
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2393
- font-weight: 700;
2422
+
2423
+ .snxzgx {
2424
+ color: #f0483e;
2425
+ font-size: 12px;
2426
+ white-space: pre-wrap;
2394
2427
  }
2395
- .tta5kd2 .ant-spin-nested-loading {
2396
- height: 100%;
2428
+
2429
+ .o1i4orqw {
2430
+ display: flex;
2431
+ align-items: center;
2432
+ justify-content: flex-end;
2397
2433
  }
2398
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2399
- height: 100%;
2400
- overflow: visible;
2434
+ .o1i4orqw .icon-wrapper {
2435
+ margin-right: 16px;
2401
2436
  }
2402
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2403
- max-height: none;
2437
+
2438
+ .t79k8o2 {
2439
+ color: rgba(0, 21, 64, 0.3);
2404
2440
  }
2405
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2406
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2407
- display: none;
2441
+
2442
+ .ipd9bk.ant-input {
2443
+ padding: 5px 12px;
2444
+ line-height: 20px;
2445
+ color: #2d3a56;
2446
+ border-radius: 6px;
2447
+ border-color: rgba(172, 186, 211, 0.6);
2448
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2408
2449
  }
2409
- .tta5kd2 td.ant-table-column-sort {
2410
- background: transparent;
2450
+ .ipd9bk.ant-input.ant-input-lg {
2451
+ padding: 8px 16px;
2452
+ line-height: 22px;
2411
2453
  }
2412
- .tta5kd2 td.ant-table-cell-fix-left,
2413
- .tta5kd2 td.ant-table-cell-fix-right {
2414
- background: #fff;
2415
- padding: 0 !important;
2454
+ .ipd9bk.ant-input.ant-input-sm {
2455
+ padding: 2px 8px;
2456
+ line-height: 18px;
2416
2457
  }
2417
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2418
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2419
- display: flex;
2420
- align-items: center;
2421
- height: 100%;
2422
- padding: 8px;
2458
+ .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 {
2459
+ border-color: rgba(107, 128, 167, 0.6);
2460
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2423
2461
  }
2424
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2425
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2426
- overflow: hidden;
2427
- text-overflow: ellipsis;
2428
- width: 100%;
2462
+ .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 {
2463
+ border-color: #0096ff;
2464
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2429
2465
  }
2430
- .tta5kd2 .ant-table-container {
2431
- height: 100%;
2466
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2467
+ border-color: #e75a3a;
2468
+ color: #e75a3a;
2432
2469
  }
2433
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2434
- box-shadow: none !important;
2470
+ .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 {
2471
+ border-color: #e75a3a;
2472
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2435
2473
  }
2436
- .tta5kd2 .ant-table {
2437
- border-radius: 0px;
2438
- border-left: none;
2439
- border-right: none;
2440
- border-bottom: none;
2441
- height: 100%;
2442
- font-size: 12px;
2443
- background: transparent;
2474
+ .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 {
2475
+ border-color: #e75a3a;
2476
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2444
2477
  }
2445
- .tta5kd2 .ant-table .ant-table-header {
2446
- position: relative;
2447
- z-index: 3;
2448
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2449
- margin-bottom: -1px;
2478
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2479
+ background: rgba(211, 218, 235, 0.6);
2480
+ color: rgba(0, 21, 64, 0.3);
2481
+ border-color: rgba(172, 186, 211, 0.6);
2450
2482
  }
2451
- .tta5kd2 .ant-table .time-wrapper .data,
2452
- .tta5kd2 .ant-table .value {
2483
+ .ipd9bk.ant-input-affix-wrapper {
2484
+ padding: 5px 12px;
2485
+ border-radius: 6px;
2486
+ border-color: rgba(172, 186, 211, 0.6);
2487
+ line-height: 20px;
2453
2488
  color: #2d3a56;
2489
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2454
2490
  }
2455
- .tta5kd2 .ant-table .time-wrapper .time,
2456
- .tta5kd2 .ant-table .unit {
2491
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2492
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2457
2493
  color: rgba(44, 56, 82, 0.6);
2458
2494
  }
2459
- .tta5kd2 .ant-table .ant-table-selection {
2460
- text-align: center;
2495
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2496
+ padding: 8px 16px;
2497
+ line-height: 22px;
2461
2498
  }
2462
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2463
- background: #fff;
2499
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2500
+ padding: 2px 8px;
2501
+ line-height: 18px;
2464
2502
  }
2465
- .tta5kd2 .ant-table .anticon-setting {
2466
- cursor: pointer;
2467
- position: absolute;
2468
- top: 50%;
2469
- right: 12px;
2470
- transform: translateY(-50%);
2471
- }
2472
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2473
- box-shadow: none;
2474
- width: 1px;
2475
- background: rgba(213, 219, 227, 0.6);
2503
+ .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 {
2504
+ border-color: rgba(107, 128, 167, 0.6);
2505
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2476
2506
  }
2477
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2478
- box-shadow: none;
2479
- width: 1px;
2480
- background: rgba(213, 219, 227, 0.6);
2507
+ .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 {
2508
+ border-color: #0096ff;
2509
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2481
2510
  }
2482
- .tta5kd2 .ant-table .ant-table-tbody {
2483
- position: relative;
2511
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2512
+ border-color: #e75a3a;
2484
2513
  }
2485
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2486
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2487
- border-bottom: 1px solid white;
2488
- height: 40px;
2489
- vertical-align: middle;
2490
- transition: background 0ms;
2491
- color: #00122e;
2514
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2515
+ color: #e75a3a;
2492
2516
  }
2493
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2494
- background: #f2f5fa;
2495
- border-bottom-color: #f2f5fa;
2517
+ .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 {
2518
+ border-color: #e75a3a;
2519
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2496
2520
  }
2497
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2498
- height: auto;
2499
- color: #00122e;
2500
- font-size: 12px;
2501
- text-align: left;
2502
- transition: none;
2503
- overflow: hidden;
2504
- text-overflow: ellipsis;
2505
- white-space: nowrap;
2521
+ .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 {
2522
+ border-color: #e75a3a;
2523
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2506
2524
  }
2507
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2508
- color: #0096ff;
2525
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2526
+ background: rgba(211, 218, 235, 0.6);
2527
+ color: rgba(0, 21, 64, 0.3);
2528
+ border-color: rgba(172, 186, 211, 0.6);
2509
2529
  }
2510
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2511
- overflow: hidden;
2512
- text-overflow: ellipsis;
2513
- width: 100%;
2514
- vertical-align: middle;
2530
+ textarea.ipd9bk.ant-input {
2531
+ transition-property: height;
2532
+ transition-delay: 50ms;
2515
2533
  }
2516
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2517
- line-height: 0px;
2534
+ textarea.ipd9bk.ant-input.textarea-large {
2535
+ min-height: 40px;
2536
+ height: 40px;
2518
2537
  }
2519
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2520
- border-top-color: transparent;
2538
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2539
+ height: 80px;
2521
2540
  }
2522
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2523
- background: rgba(225, 230, 241, 0.6);
2524
- border-color: transparent transparent white;
2541
+ textarea.ipd9bk.ant-input.textarea-middle {
2542
+ min-height: 32px;
2543
+ height: 32px;
2525
2544
  }
2526
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2527
- border-radius: 8px 0 0 8px;
2545
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2546
+ height: 64px;
2528
2547
  }
2529
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2530
- border-radius: 8px 0 0 8px;
2548
+ textarea.ipd9bk.ant-input.textarea-small {
2549
+ min-height: 24px;
2550
+ height: 24px;
2531
2551
  }
2532
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2533
- content: "";
2534
- width: 4px;
2535
- top: -1px;
2536
- bottom: -1px;
2537
- background: white;
2552
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2553
+ height: 40px;
2538
2554
  }
2539
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2540
- border-radius: 0 8px 8px 0;
2555
+
2556
+ .kypn5o5 input, .kypn5o5.input-tags {
2557
+ border: 1px solid rgba(213, 219, 227, 0.6);
2558
+ border-radius: 4px;
2541
2559
  }
2542
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2543
- border-radius: 0;
2544
- background: white;
2545
- border-top: none;
2560
+ .kypn5o5.input-tags {
2561
+ position: relative;
2562
+ padding: 6px;
2563
+ height: 32px;
2564
+ cursor: pointer;
2565
+ transition: border 150ms;
2546
2566
  }
2547
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2548
- border-top: 1px solid transparent;
2549
- border-radius: 0 8px 8px 0;
2550
- background: rgba(225, 230, 241, 0.6);
2567
+ .kypn5o5.input-tags:hover {
2568
+ border-color: #0080ff;
2569
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2551
2570
  }
2552
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2553
- background: white;
2554
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2571
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2572
+ padding-right: 30px;
2555
2573
  }
2556
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2574
+ .kypn5o5.input-tags .input-tags-inner {
2557
2575
  display: flex;
2558
- align-items: center;
2559
- height: 100%;
2560
- background: rgba(225, 230, 241, 0.6);
2561
- }
2562
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2563
- background: white;
2564
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2565
2576
  }
2566
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2577
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2567
2578
  display: flex;
2568
- align-items: center;
2569
- height: 100%;
2570
- background: rgba(225, 230, 241, 0.6);
2571
- }
2572
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2573
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2574
- }
2575
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2576
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2577
- border-radius: 8px;
2578
- }
2579
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2580
- border-top-color: white;
2581
- }
2582
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2583
- background: rgba(0, 136, 255, 0.1);
2584
- border-bottom-color: transparent;
2585
- border-top-color: transparent;
2586
2579
  }
2587
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2588
- border-radius: 8px 0 0 8px;
2580
+ .kypn5o5.input-tags .input-tag-suffix {
2581
+ position: absolute;
2582
+ right: 12px;
2583
+ top: 50%;
2584
+ transform: translateY(-50%);
2589
2585
  }
2590
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2591
- border-radius: 0 8px 8px 0;
2586
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2587
+ color: rgba(0, 0, 0, 0.25);
2588
+ font-size: 12px;
2589
+ cursor: pointer;
2592
2590
  }
2593
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2594
- background: rgba(0, 136, 255, 0.1);
2591
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2592
+ color: rgba(0, 0, 0, 0.45);
2595
2593
  }
2596
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
2597
- background: #fff;
2598
- font-weight: 400;
2594
+ .kypn5o5.has-focus-indicator {
2599
2595
  position: relative;
2600
- border-bottom: none;
2601
- color: #00122e;
2602
- transition: none;
2603
- padding: 15px 8px 15px 8px;
2596
+ overflow: hidden;
2604
2597
  }
2605
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2606
- content: "";
2607
- width: 1px;
2608
- top: 0;
2609
- bottom: 0;
2610
- background: rgba(211, 218, 235, 0.6);
2598
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2611
2599
  position: absolute;
2612
- right: 0;
2600
+ top: 50%;
2601
+ transform: translateY(-50%);
2602
+ left: -16px;
2603
+ transition: left 150ms ease;
2604
+ opacity: 0;
2613
2605
  }
2614
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2615
- padding: unset;
2606
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2607
+ left: 8px;
2608
+ opacity: 1;
2616
2609
  }
2617
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2618
- display: none;
2610
+ .kypn5o5.has-focus-indicator input {
2611
+ transition: margin-left 150ms ease;
2612
+ margin-left: 0px;
2619
2613
  }
2620
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2621
- width: 100%;
2622
- overflow: hidden;
2623
- white-space: nowrap;
2624
- text-overflow: ellipsis;
2614
+ .kypn5o5.has-focus-indicator input:focus {
2615
+ margin-left: 16px;
2625
2616
  }
2626
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2627
- overflow: hidden;
2628
- text-overflow: ellipsis;
2617
+
2618
+ input.l1ki27se.ant-input {
2619
+ border-top-right-radius: 0;
2620
+ border-bottom-right-radius: 0;
2629
2621
  }
2630
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2631
- padding: 15px 28px 15px 8px;
2622
+
2623
+ .l1ki27se.ant-input-affix-wrapper {
2624
+ border-top-right-radius: 0;
2625
+ border-bottom-right-radius: 0;
2632
2626
  }
2633
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2634
- padding: 0;
2627
+
2628
+ input.rrg1fkn.ant-input {
2629
+ border-top-left-radius: 0;
2630
+ border-bottom-left-radius: 0;
2635
2631
  }
2636
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2637
- position: absolute;
2638
- right: 10px;
2639
- top: 50%;
2640
- transform: translateY(-50%);
2641
- height: 16px;
2642
- display: none;
2643
- transition: transform 320ms ease;
2632
+
2633
+ .rrg1fkn.ant-input-affix-wrapper {
2634
+ border-top-left-radius: 0;
2635
+ border-bottom-left-radius: 0;
2644
2636
  }
2645
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2646
- display: block;
2647
- transform: translateY(-50%) rotateX(180deg);
2637
+
2638
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2639
+ border-top-right-radius: 0;
2640
+ border-bottom-right-radius: 0;
2648
2641
  }
2649
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2650
- display: block;
2642
+
2643
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2644
+ border-top-left-radius: 0;
2645
+ border-bottom-left-radius: 0;
2651
2646
  }
2652
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2653
- display: none;
2647
+
2648
+ .rxbeqvl.ant-radio-wrapper {
2649
+ display: inline-flex;
2650
+ align-items: baseline;
2651
+ white-space: pre-wrap;
2654
2652
  }
2655
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2656
- transform: translateY(-50%);
2653
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2654
+ position: relative;
2655
+ top: 3px;
2657
2656
  }
2658
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2659
- transform: translateY(-50%) rotateX(180deg);
2657
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2658
+ border-color: rgba(107, 128, 167, 0.6);
2660
2659
  }
2661
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2662
- background: #f2f5fa;
2660
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2661
+ border-color: #0080ff;
2663
2662
  }
2664
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2665
- display: block;
2663
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2664
+ border-color: #0080ff;
2665
+ background: #0080ff;
2666
2666
  }
2667
- .tta5kd2 .ant-table .ant-table-selection-column {
2668
- padding: 0 !important;
2667
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2668
+ top: 4px;
2669
+ left: 4px;
2670
+ width: 6px;
2671
+ height: 6px;
2672
+ background: #fff;
2669
2673
  }
2670
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2671
- position: absolute;
2672
- left: 50%;
2673
- top: 50%;
2674
- transform: translate(-50%, -50%);
2674
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2675
+ opacity: 0.5;
2675
2676
  }
2676
- .tta5kd2 .ant-table .ant-table-selection-column:after {
2677
- display: none;
2678
- }
2679
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2680
- background: #fff;
2681
- }
2682
- .tta5kd2 .ant-table .ant-table-placeholder {
2683
- background: inherit;
2677
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2678
+ border-color: rgba(107, 128, 167, 0.6);
2679
+ background: rgba(211, 218, 235, 0.6);
2684
2680
  }
2685
- .tta5kd2 .ant-table .ant-table-placeholder td {
2686
- position: static;
2687
- border: none;
2688
- background: inherit !important;
2689
- height: 100px;
2690
- vertical-align: middle;
2681
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2682
+ background: #00122e;
2691
2683
  }
2692
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2693
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2694
- font-weight: bold;
2695
- font-size: 20px;
2696
- color: rgba(10, 37, 85, 0.6);
2684
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2685
+ color: #00122e;
2686
+ opacity: 0.5;
2697
2687
  }
2698
- .tta5kd2 .ant-table td.cell__action_ {
2699
- padding: 0 !important;
2700
- position: relative;
2701
- background: #fff;
2688
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2689
+ color: #00122e;
2702
2690
  }
2703
- .tta5kd2 .ant-table td.cell__action_ > * {
2704
- height: 100%;
2705
- display: flex;
2706
- align-items: center;
2707
- justify-content: flex-end;
2708
- padding-right: 8px;
2691
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2692
+ display: inline-block;
2693
+ padding: 0;
2694
+ padding-left: 12px;
2709
2695
  }
2710
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
2711
- width: 24px;
2712
- height: 24px;
2713
- cursor: pointer;
2714
- justify-content: center;
2715
- border-radius: 4px;
2696
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2697
+ margin-bottom: 0;
2698
+ white-space: pre-wrap;
2699
+ color: rgba(44, 56, 82, 0.6);
2716
2700
  }
2717
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2718
- background: #fff;
2701
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2702
+ padding-left: 8px;
2719
2703
  }
2720
2704
 
2721
- .cz04yix {
2722
- display: flex;
2723
- flex-direction: column;
2705
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2706
+ border-radius: 5px 0 0 5px;
2724
2707
  }
2725
-
2726
- .m1if5j39 {
2727
- max-width: 1120px;
2728
- width: 100%;
2729
- margin: 0 auto;
2730
- height: 100%;
2708
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2709
+ border-radius: 0 5px 5px 0;
2731
2710
  }
2732
2711
 
2733
- .w1vvwdlp {
2734
- max-width: 1120px;
2735
- width: 100%;
2736
- margin: 0 auto;
2737
- display: flex;
2712
+ .r1f0aqcc {
2713
+ color: #00122e;
2714
+ border-color: #ccd4e3;
2738
2715
  }
2739
- .w1vvwdlp .left,
2740
- .w1vvwdlp .right {
2741
- flex-grow: 0;
2742
- flex-shrink: 0;
2743
- flex-basis: 21%;
2716
+ .r1f0aqcc:first-child {
2717
+ color: #00122e;
2718
+ border-color: #a3b4cc;
2744
2719
  }
2745
- .w1vvwdlp .left {
2746
- display: flex;
2747
- justify-content: flex-end;
2748
- padding-right: 44px;
2720
+ .r1f0aqcc.ant-radio-button-wrapper {
2721
+ padding: 0 12px;
2722
+ line-height: 32px;
2723
+ height: 32px;
2749
2724
  }
2750
- .w1vvwdlp .right {
2751
- padding-left: 44px;
2725
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2726
+ white-space: nowrap;
2752
2727
  }
2753
- .w1vvwdlp .middle {
2754
- margin-bottom: 40px;
2755
- flex-grow: 0;
2756
- flex-shrink: 0;
2757
- flex-basis: 58%;
2728
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2729
+ background: #ccd4e3;
2758
2730
  }
2759
- .w1vvwdlp .middle .form-base-field {
2760
- width: 100%;
2731
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2732
+ background: #0080ff;
2761
2733
  }
2762
- .w1vvwdlp .middle .form-base-field .form-base-field {
2763
- width: auto;
2734
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2735
+ background: #ccd4e3;
2736
+ opacity: 0.5;
2764
2737
  }
2765
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2766
- flex: initial;
2738
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2739
+ border-right-color: #0080ff;
2767
2740
  }
2768
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2769
- margin-top: 4px;
2741
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2742
+ border-color: #0080ff;
2770
2743
  }
2771
- .w1vvwdlp .ant-steps-item-icon,
2772
- .w1vvwdlp .ant-steps-item-tail {
2773
- display: none !important;
2744
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2745
+ background: rgba(0, 136, 255, 0.1);
2774
2746
  }
2775
- .w1vvwdlp .ant-steps-item-container {
2776
- padding: 0 15px;
2777
- border-radius: 4px;
2778
- height: 32px;
2779
- display: flex;
2780
- align-items: center;
2747
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2748
+ background: rgba(211, 218, 235, 0.6);
2749
+ border-color: #ccd4e3;
2750
+ opacity: 0.5;
2781
2751
  }
2782
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2783
- min-height: auto;
2784
- white-space: nowrap;
2752
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2753
+ color: #00122e;
2754
+ border-color: #ccd4e3;
2785
2755
  }
2786
- .w1vvwdlp .ant-steps-item-description {
2787
- padding-bottom: 0px;
2756
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2757
+ color: #00122e;
2758
+ border-color: #ccd4e3;
2759
+ background: rgba(172, 186, 211, 0.6);
2788
2760
  }
2789
- .w1vvwdlp .ant-steps-item-title {
2790
- font-size: 13px !important;
2791
- line-height: 20px !important;
2761
+ .r1f0aqcc .ant-radio-button-input {
2762
+ margin-right: 8px;
2763
+ display: inline;
2764
+ border: none;
2765
+ padding: 0;
2766
+ width: 36px;
2767
+ background: transparent;
2792
2768
  }
2793
- .w1vvwdlp .ant-steps-item-title .step-index {
2794
- display: inline-block;
2795
- text-align: center;
2796
- width: 13px;
2797
- margin-right: 12px;
2769
+ .r1f0aqcc .ant-radio-button-input:focus {
2770
+ box-shadow: none;
2798
2771
  }
2799
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2800
- background: rgba(0, 128, 255, 0.1);
2772
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2773
+ margin-right: 0;
2774
+ width: initial;
2775
+ box-shadow: none;
2801
2776
  }
2802
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2803
- color: #005ed1;
2777
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2778
+ display: none;
2804
2779
  }
2805
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2806
- background: rgba(237, 241, 250, 0.6);
2780
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2781
+ display: inline;
2807
2782
  }
2808
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2809
- color: rgba(10, 37, 85, 0.6) !important;
2783
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2784
+ display: inline;
2785
+ margin-right: 8px;
2786
+ padding: 0;
2787
+ width: 36px;
2810
2788
  }
2811
- .w1vvwdlp .ant-steps-item-disabled {
2812
- cursor: not-allowed;
2789
+
2790
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2791
+ flex-direction: row;
2792
+ justify-content: stretch;
2813
2793
  }
2814
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2815
- background: rgba(237, 241, 250, 0.6);
2794
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2795
+ padding: 0;
2796
+ margin-right: 4px;
2797
+ flex: 1;
2798
+ overflow: visible;
2816
2799
  }
2817
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2818
- color: #2d3a56;
2800
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2801
+ display: none;
2819
2802
  }
2820
-
2821
- .h1cuopx7 .ant-modal-header {
2822
- margin: 0 auto;
2803
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2823
2804
  width: 100%;
2824
- max-width: 648px;
2825
- }
2826
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2827
- margin-left: 0;
2805
+ min-height: unset;
2828
2806
  }
2829
- .h1cuopx7 .ant-modal-body {
2830
- margin: 0 auto;
2831
- padding: 0;
2807
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2808
+ height: 26px;
2809
+ line-height: 26px;
2832
2810
  width: 100%;
2833
- max-width: 648px;
2834
- overflow: hidden;
2811
+ text-align: center;
2812
+ padding: 0;
2813
+ font-size: 12px;
2814
+ font-weight: normal;
2835
2815
  }
2836
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2837
- margin-bottom: 40px;
2816
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2817
+ margin-right: 10px;
2838
2818
  }
2839
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2840
- height: calc(100vh - 225px);
2841
- overflow-y: auto;
2819
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2820
+ display: none;
2842
2821
  }
2843
- .h1cuopx7 .ant-modal-footer .footer-content {
2844
- margin: 0 auto;
2845
- max-width: 648px;
2822
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2823
+ border-radius: 4px 0 0 4px;
2846
2824
  }
2847
-
2848
- .h1p6d3y3 .ant-modal-header {
2849
- margin: 0 auto;
2850
- width: 100%;
2851
- max-width: 1024px;
2825
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2826
+ margin-right: 0;
2852
2827
  }
2853
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2854
- margin-left: 0;
2828
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2829
+ border-radius: 0 4px 4px 0;
2855
2830
  }
2856
- .h1p6d3y3 .ant-modal-body {
2857
- margin: 0 auto;
2858
- padding: 0;
2859
- width: 100%;
2860
- max-width: 1024px;
2861
- overflow: hidden;
2831
+ .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 {
2832
+ content: "";
2833
+ width: 0;
2834
+ height: 0;
2835
+ border: 13px solid transparent;
2836
+ position: absolute;
2837
+ top: 0;
2838
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2839
+ right: -21px;
2840
+ z-index: 2;
2862
2841
  }
2863
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2864
- margin-bottom: 40px;
2842
+ .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 {
2843
+ content: "";
2844
+ width: 0;
2845
+ height: 0;
2846
+ border: 13px solid transparent;
2847
+ position: absolute;
2848
+ top: 0;
2849
+ border-left: 8px solid #fff;
2850
+ left: 0;
2865
2851
  }
2866
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2867
- height: calc(100vh - 225px);
2868
- overflow-y: auto;
2852
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2853
+ background-color: rgba(0, 136, 255, 0.1);
2869
2854
  }
2870
- .h1p6d3y3 .ant-modal-footer .footer-content {
2871
- margin: 0 auto;
2872
- max-width: 1024px;
2855
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2856
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2873
2857
  }
2874
-
2875
- .fxgckuk {
2876
- flex: 1;
2858
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2859
+ color: #005ed1;
2877
2860
  }
2878
- .fxgckuk label {
2879
- font-size: 13px;
2880
- line-height: 20px;
2861
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2862
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2863
+ background-color: rgba(237, 241, 250, 0.6);
2864
+ }
2865
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2866
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2881
2867
  color: rgba(44, 56, 82, 0.6);
2882
2868
  }
2883
- .fxgckuk .title {
2884
- font-size: 14px;
2885
- line-height: 20px;
2886
- color: #2d3a56;
2887
- margin-bottom: 12px;
2869
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2870
+ padding: 0;
2888
2871
  }
2889
- .fxgckuk.connect-cluster .title {
2890
- padding-bottom: 26px;
2872
+
2873
+ .obf05yr {
2874
+ display: inline-block;
2891
2875
  }
2892
2876
 
2893
- .f1d0vek1 {
2894
- padding: 25px 0 15px 0;
2895
- border-bottom: 1px solid #e1e5eb;
2896
- margin-bottom: 16px;
2877
+ .hsms1n6 {
2878
+ visibility: hidden;
2879
+ position: absolute;
2897
2880
  }
2898
2881
 
2899
- .f4u402y {
2900
- display: flex;
2901
- align-items: center;
2902
- margin-bottom: 8px;
2882
+ .t1upn1sz {
2883
+ height: 100%;
2903
2884
  }
2904
- .f4u402y > label {
2905
- width: 216px;
2885
+
2886
+ .tta5kd2 {
2887
+ height: 100%;
2906
2888
  }
2907
- .f4u402y > label + * {
2908
- width: 100%;
2889
+ .tta5kd2.empty-table .ant-table-content {
2890
+ overflow: visible !important;
2891
+ height: 100%;
2909
2892
  }
2910
- .f4u402y .ant-select {
2911
- width: 100%;
2893
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2894
+ height: 100%;
2912
2895
  }
2913
-
2914
- .e1pldf6v {
2915
- color: #e75a3a;
2916
- margin-right: 10px;
2896
+ .tta5kd2.empty-table .ant-table-content table {
2897
+ width: 100% !important;
2898
+ height: 100%;
2917
2899
  }
2918
-
2919
- .dq0gblh {
2920
- width: 100%;
2921
- height: 1px;
2922
- background: rgba(213, 219, 227, 0.6);
2923
- margin: 24px 0;
2900
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2901
+ padding: 15px 0;
2924
2902
  }
2925
-
2926
- .l1v7sr0n {
2927
- display: flex;
2928
- justify-content: center;
2929
- align-items: center;
2930
- height: 100%;
2903
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2904
+ display: none;
2931
2905
  }
2932
-
2933
- .d1i4ou6o {
2934
- display: inline-block;
2935
- width: 4px;
2936
- height: 4px;
2937
- background: #8e9aa9;
2938
- opacity: 0.4;
2939
- border-radius: 50%;
2940
- margin: 0 4px;
2906
+ .tta5kd2 .active-row td:nth-child(1) {
2907
+ font-weight: 700;
2941
2908
  }
2942
-
2943
- .m1jy87hk .ant-modal-header,
2944
- .m1jy87hk .ant-modal-footer .footer-content {
2945
- width: 648px;
2946
- margin: 0 auto;
2909
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2910
+ font-weight: 700;
2947
2911
  }
2948
- .m1jy87hk .ant-modal-header {
2949
- padding: 35px 0 24px;
2950
- border: none;
2912
+ .tta5kd2 .ant-spin-nested-loading {
2913
+ height: 100%;
2951
2914
  }
2952
- .m1jy87hk .ant-modal-header .ant-modal-title {
2953
- font-size: 30px;
2915
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2916
+ height: 100%;
2917
+ overflow: visible;
2954
2918
  }
2955
- .m1jy87hk .ant-modal-body {
2956
- padding: 4px 0 2px;
2919
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2920
+ max-height: none;
2957
2921
  }
2958
- .m1jy87hk .ant-modal-footer {
2959
- border: none;
2922
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2923
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2924
+ display: none;
2960
2925
  }
2961
-
2962
- .ti7fpyu {
2963
- font-size: 12px;
2964
- line-height: 18px;
2965
- font-weight: bold;
2966
- color: #fff;
2967
- padding: 0 4px;
2968
- border-radius: 4px;
2969
- display: inline-block;
2970
- background: var(--ti7fpyu-0);
2926
+ .tta5kd2 td.ant-table-column-sort {
2927
+ background: transparent;
2971
2928
  }
2972
- .ti7fpyu:not(:first-child) {
2973
- margin-left: 4px;
2929
+ .tta5kd2 td.ant-table-cell-fix-left,
2930
+ .tta5kd2 td.ant-table-cell-fix-right {
2931
+ background: #fff;
2932
+ padding: 0 !important;
2974
2933
  }
2975
-
2976
- .f1rest1f {
2977
- width: 100%;
2978
- height: 100%;
2934
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2935
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2979
2936
  display: flex;
2980
2937
  align-items: center;
2981
- justify-content: center;
2982
- }
2983
-
2984
- .n1kbdoln {
2985
- font-size: 90%;
2986
- font-weight: bold;
2987
- background-color: rgba(240, 243, 247, 0.6);
2988
- padding: 1px 4px 1px;
2989
- margin-left: 2px;
2990
- margin-right: 2px;
2991
- border: 1px solid rgba(213, 219, 227, 0.6);
2992
- border-radius: 4px;
2993
- }
2994
-
2995
- .f1y3gta0.form-item-general {
2996
- width: 640px;
2938
+ height: 100%;
2939
+ padding: 8px;
2997
2940
  }
2998
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2999
- margin-top: 16px;
2941
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2942
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2943
+ overflow: hidden;
2944
+ text-overflow: ellipsis;
2945
+ width: 100%;
3000
2946
  }
3001
- .f1y3gta0.form-item-compact {
3002
- width: 412px;
2947
+ .tta5kd2 .ant-table-container {
2948
+ height: 100%;
3003
2949
  }
3004
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
3005
- margin-top: 8px;
2950
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2951
+ box-shadow: none !important;
3006
2952
  }
3007
- .f1y3gta0 .form-item {
3008
- width: auto;
2953
+ .tta5kd2 .ant-table {
2954
+ border-radius: 0px;
2955
+ border-left: none;
2956
+ border-right: none;
2957
+ border-bottom: none;
2958
+ height: 100%;
2959
+ font-size: 12px;
2960
+ background: transparent;
3009
2961
  }
3010
- .f1y3gta0 .form-item-main {
2962
+ .tta5kd2 .ant-table .ant-table-header {
3011
2963
  position: relative;
3012
- display: flex;
2964
+ z-index: 3;
2965
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2966
+ margin-bottom: -1px;
3013
2967
  }
3014
- .f1y3gta0 .form-item-extra {
3015
- margin-top: 4px;
3016
- width: 100%;
3017
- padding: 14px;
3018
- background: #f2f4f6;
3019
- font-size: 13px;
3020
- line-height: 1.8;
3021
- color: #8e9aa9;
2968
+ .tta5kd2 .ant-table .time-wrapper .data,
2969
+ .tta5kd2 .ant-table .value {
2970
+ color: #2d3a56;
3022
2971
  }
3023
- .f1y3gta0 .form-item-label {
3024
- padding-right: 12px;
3025
- font-size: 13px;
2972
+ .tta5kd2 .ant-table .time-wrapper .time,
2973
+ .tta5kd2 .ant-table .unit {
3026
2974
  color: rgba(44, 56, 82, 0.6);
3027
2975
  }
3028
- .f1y3gta0 .form-item-label.label-right {
3029
- text-align: right;
2976
+ .tta5kd2 .ant-table .ant-table-selection {
2977
+ text-align: center;
3030
2978
  }
3031
- .f1y3gta0 .form-item-label,
3032
- .f1y3gta0 .form-item-control {
3033
- line-height: 32px;
2979
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2980
+ background: #fff;
3034
2981
  }
3035
- .f1y3gta0 .form-item-control .form-item-error {
3036
- line-height: 18px;
2982
+ .tta5kd2 .ant-table .anticon-setting {
2983
+ cursor: pointer;
2984
+ position: absolute;
2985
+ top: 50%;
2986
+ right: 12px;
2987
+ transform: translateY(-50%);
3037
2988
  }
3038
- .f1y3gta0 .form-item-children {
3039
- width: 100%;
2989
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2990
+ box-shadow: none;
2991
+ width: 1px;
2992
+ background: rgba(213, 219, 227, 0.6);
3040
2993
  }
3041
- .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 {
3042
- width: 100%;
2994
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2995
+ box-shadow: none;
2996
+ width: 1px;
2997
+ background: rgba(213, 219, 227, 0.6);
3043
2998
  }
3044
- .f1y3gta0 .form-item-error {
3045
- color: #e75a3a;
3046
- height: 0;
3047
- overflow: hidden;
2999
+ .tta5kd2 .ant-table .ant-table-tbody {
3000
+ position: relative;
3048
3001
  }
3049
- .f1y3gta0 .form-item-error-enter-done {
3050
- margin-top: 4px;
3051
- height: auto;
3052
- overflow: auto;
3002
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3003
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3004
+ border-bottom: 1px solid white;
3005
+ height: 40px;
3006
+ vertical-align: middle;
3007
+ transition: background 0ms;
3008
+ color: #00122e;
3053
3009
  }
3054
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
3055
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
3056
- border: 1px solid #e75a3a;
3057
- color: #e75a3a;
3010
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3011
+ background: #f2f5fa;
3012
+ border-bottom-color: #f2f5fa;
3058
3013
  }
3059
-
3060
- .fujbm7g {
3061
- color: #2d3a56;
3062
- font-weight: bold;
3063
- padding-bottom: 6px;
3064
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
3065
- margin-bottom: 16px;
3014
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3015
+ height: auto;
3016
+ color: #00122e;
3017
+ font-size: 12px;
3018
+ text-align: left;
3019
+ transition: none;
3020
+ overflow: hidden;
3021
+ text-overflow: ellipsis;
3022
+ white-space: nowrap;
3066
3023
  }
3067
- .fujbm7g:not(:first-of-type) {
3068
- margin-top: 16px;
3024
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3025
+ color: #0096ff;
3069
3026
  }
3070
-
3071
- .e5fsw5s {
3072
- width: 8px;
3073
- height: 24px;
3074
- display: flex;
3075
- justify-content: center;
3076
- align-items: center;
3077
- cursor: pointer;
3078
- transition: all 200ms ease-out 40ms;
3027
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3028
+ overflow: hidden;
3029
+ text-overflow: ellipsis;
3030
+ width: 100%;
3031
+ vertical-align: middle;
3079
3032
  }
3080
- .e5fsw5s:before, .e5fsw5s:after {
3081
- content: "";
3082
- width: 1px;
3083
- height: 6px;
3084
- border-radius: 1px;
3085
- background: #ccd4e3;
3086
- position: relative;
3087
- right: 2px;
3088
- transform: rotate(-45deg);
3033
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3034
+ line-height: 0px;
3089
3035
  }
3090
- .e5fsw5s:after {
3091
- transform: rotate(45deg);
3092
- left: 1px;
3036
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3037
+ border-top-color: transparent;
3093
3038
  }
3094
-
3095
- .w18knsg4.ant-alert-warning {
3096
- border: 0;
3097
- background: rgba(255, 187, 0, 0.1);
3098
- border-radius: 6px;
3039
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3040
+ background: rgba(225, 230, 241, 0.6);
3041
+ border-color: transparent transparent white;
3099
3042
  }
3100
- .w18knsg4.ant-alert,
3101
- .w18knsg4 .ant-alert-message {
3102
- color: #e07f00;
3043
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3044
+ border-radius: 8px 0 0 8px;
3103
3045
  }
3104
- .w18knsg4.ant-alert .dashed-border-bottom,
3105
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
3106
- border-bottom-color: #e07f00;
3046
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3047
+ border-radius: 8px 0 0 8px;
3107
3048
  }
3108
-
3109
- .ng31n2o {
3110
- display: flex;
3111
- flex-direction: row;
3112
- padding: 7px 12px;
3113
- background: rgba(255, 187, 0, 0.1);
3114
- border-radius: 6px;
3115
- color: #e07f00;
3116
- font-size: 12px;
3117
- line-height: 18px;
3049
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3050
+ content: "";
3051
+ width: 4px;
3052
+ top: -1px;
3053
+ bottom: -1px;
3054
+ background: white;
3118
3055
  }
3119
- .ng31n2o .icon-wrapper {
3120
- margin-right: 10px;
3121
- height: 18px;
3056
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3057
+ border-radius: 0 8px 8px 0;
3122
3058
  }
3123
-
3124
- .n15x5f5y {
3125
- display: flex;
3126
- flex-direction: row;
3127
- padding: 7px 12px;
3059
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3060
+ border-radius: 0;
3061
+ background: white;
3062
+ border-top: none;
3063
+ }
3064
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3065
+ border-top: 1px solid transparent;
3066
+ border-radius: 0 8px 8px 0;
3128
3067
  background: rgba(225, 230, 241, 0.6);
3129
- border-radius: 6px;
3130
- color: rgba(44, 56, 82, 0.6);
3131
- font-size: 12px;
3132
- line-height: 18px;
3133
3068
  }
3134
- .n15x5f5y .icon-wrapper {
3135
- margin-right: 10px;
3136
- height: 18px;
3069
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3070
+ background: white;
3071
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3137
3072
  }
3138
-
3139
- .i16ozz3f {
3073
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3140
3074
  display: flex;
3141
- flex-direction: row;
3142
- padding: 7px 12px;
3143
- background: rgba(0, 136, 255, 0.1);
3144
- border-radius: 6px;
3145
- color: #005ed1;
3146
- font-size: 12px;
3147
- line-height: 18px;
3148
- }
3149
- .i16ozz3f .icon-wrapper {
3150
- margin-right: 10px;
3151
- height: 18px;
3152
- }
3153
-
3154
- .dszu9qr {
3155
- color: rgba(44, 56, 82, 0.6);
3156
- margin-top: 5px;
3157
- font-size: 12px;
3158
- line-height: 18px;
3075
+ align-items: center;
3076
+ height: 100%;
3077
+ background: rgba(225, 230, 241, 0.6);
3159
3078
  }
3160
-
3161
- .snxzgx {
3162
- color: #f0483e;
3163
- font-size: 12px;
3164
- white-space: pre-wrap;
3079
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3080
+ background: white;
3081
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3165
3082
  }
3166
-
3167
- .o1i4orqw {
3083
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3168
3084
  display: flex;
3169
3085
  align-items: center;
3170
- justify-content: flex-end;
3086
+ height: 100%;
3087
+ background: rgba(225, 230, 241, 0.6);
3171
3088
  }
3172
- .o1i4orqw .icon-wrapper {
3173
- margin-right: 16px;
3089
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3090
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3174
3091
  }
3175
-
3176
- .t79k8o2 {
3177
- color: rgba(0, 21, 64, 0.3);
3092
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3093
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3094
+ border-radius: 8px;
3178
3095
  }
3179
-
3180
- .rxbeqvl.ant-radio-wrapper {
3181
- display: inline-flex;
3182
- align-items: baseline;
3183
- white-space: pre-wrap;
3096
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3097
+ border-top-color: white;
3184
3098
  }
3185
- .rxbeqvl.ant-radio-wrapper .ant-radio {
3186
- position: relative;
3187
- top: 3px;
3099
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3100
+ background: rgba(0, 136, 255, 0.1);
3101
+ border-bottom-color: transparent;
3102
+ border-top-color: transparent;
3188
3103
  }
3189
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
3190
- border-color: rgba(107, 128, 167, 0.6);
3104
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3105
+ border-radius: 8px 0 0 8px;
3191
3106
  }
3192
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
3193
- border-color: #0080ff;
3107
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3108
+ border-radius: 0 8px 8px 0;
3194
3109
  }
3195
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3196
- border-color: #0080ff;
3197
- background: #0080ff;
3110
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3111
+ background: rgba(0, 136, 255, 0.1);
3198
3112
  }
3199
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
3200
- top: 4px;
3201
- left: 4px;
3202
- width: 6px;
3203
- height: 6px;
3113
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3204
3114
  background: #fff;
3115
+ font-weight: 400;
3116
+ position: relative;
3117
+ border-bottom: none;
3118
+ color: #00122e;
3119
+ transition: none;
3120
+ padding: 15px 8px 15px 8px;
3205
3121
  }
3206
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3207
- opacity: 0.5;
3208
- }
3209
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
3210
- border-color: rgba(107, 128, 167, 0.6);
3122
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3123
+ content: "";
3124
+ width: 1px;
3125
+ top: 0;
3126
+ bottom: 0;
3211
3127
  background: rgba(211, 218, 235, 0.6);
3128
+ position: absolute;
3129
+ right: 0;
3212
3130
  }
3213
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3214
- background: #00122e;
3215
- }
3216
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3217
- color: #00122e;
3218
- opacity: 0.5;
3219
- }
3220
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3221
- color: #00122e;
3131
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3132
+ padding: unset;
3222
3133
  }
3223
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3224
- display: inline-block;
3225
- padding: 0;
3226
- padding-left: 12px;
3134
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3135
+ display: none;
3227
3136
  }
3228
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
3229
- margin-bottom: 0;
3230
- white-space: pre-wrap;
3231
- color: rgba(44, 56, 82, 0.6);
3137
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3138
+ width: 100%;
3139
+ overflow: hidden;
3140
+ white-space: nowrap;
3141
+ text-overflow: ellipsis;
3232
3142
  }
3233
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3234
- padding-left: 8px;
3143
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3144
+ overflow: hidden;
3145
+ text-overflow: ellipsis;
3235
3146
  }
3236
-
3237
- .r5ie79y .ant-radio-button-wrapper:first-child {
3238
- border-radius: 5px 0 0 5px;
3147
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3148
+ padding: 15px 28px 15px 8px;
3239
3149
  }
3240
- .r5ie79y .ant-radio-button-wrapper:last-child {
3241
- border-radius: 0 5px 5px 0;
3150
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3151
+ padding: 0;
3242
3152
  }
3243
-
3244
- .r1f0aqcc {
3245
- color: #00122e;
3246
- border-color: #ccd4e3;
3153
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3154
+ position: absolute;
3155
+ right: 10px;
3156
+ top: 50%;
3157
+ transform: translateY(-50%);
3158
+ height: 16px;
3159
+ display: none;
3160
+ transition: transform 320ms ease;
3247
3161
  }
3248
- .r1f0aqcc:first-child {
3249
- color: #00122e;
3250
- border-color: #a3b4cc;
3162
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3163
+ display: block;
3164
+ transform: translateY(-50%) rotateX(180deg);
3251
3165
  }
3252
- .r1f0aqcc.ant-radio-button-wrapper {
3253
- padding: 0 12px;
3254
- line-height: 32px;
3255
- height: 32px;
3166
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3167
+ display: block;
3256
3168
  }
3257
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
3258
- white-space: nowrap;
3169
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3170
+ display: none;
3259
3171
  }
3260
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3261
- background: #ccd4e3;
3172
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3173
+ transform: translateY(-50%);
3262
3174
  }
3263
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3264
- background: #0080ff;
3175
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3176
+ transform: translateY(-50%) rotateX(180deg);
3265
3177
  }
3266
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3267
- background: #ccd4e3;
3268
- opacity: 0.5;
3178
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3179
+ background: #f2f5fa;
3269
3180
  }
3270
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
3271
- border-right-color: #0080ff;
3181
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3182
+ display: block;
3272
3183
  }
3273
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3274
- border-color: #0080ff;
3184
+ .tta5kd2 .ant-table .ant-table-selection-column {
3185
+ padding: 0 !important;
3275
3186
  }
3276
- .r1f0aqcc.ant-radio-button-wrapper-checked {
3277
- background: rgba(0, 136, 255, 0.1);
3187
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3188
+ position: absolute;
3189
+ left: 50%;
3190
+ top: 50%;
3191
+ transform: translate(-50%, -50%);
3278
3192
  }
3279
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
3280
- background: rgba(211, 218, 235, 0.6);
3281
- border-color: #ccd4e3;
3282
- opacity: 0.5;
3193
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3194
+ display: none;
3283
3195
  }
3284
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3285
- color: #00122e;
3286
- border-color: #ccd4e3;
3196
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3197
+ background: #fff;
3287
3198
  }
3288
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
3289
- color: #00122e;
3290
- border-color: #ccd4e3;
3291
- background: rgba(172, 186, 211, 0.6);
3199
+ .tta5kd2 .ant-table .ant-table-placeholder {
3200
+ background: inherit;
3292
3201
  }
3293
- .r1f0aqcc .ant-radio-button-input {
3294
- margin-right: 8px;
3295
- display: inline;
3202
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3203
+ position: static;
3296
3204
  border: none;
3297
- padding: 0;
3298
- width: 36px;
3299
- background: transparent;
3300
- }
3301
- .r1f0aqcc .ant-radio-button-input:focus {
3302
- box-shadow: none;
3205
+ background: inherit !important;
3206
+ height: 100px;
3207
+ vertical-align: middle;
3303
3208
  }
3304
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
3305
- margin-right: 0;
3306
- width: initial;
3307
- box-shadow: none;
3209
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3210
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3211
+ font-weight: bold;
3212
+ font-size: 20px;
3213
+ color: rgba(10, 37, 85, 0.6);
3308
3214
  }
3309
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3310
- display: none;
3215
+ .tta5kd2 .ant-table td.cell__action_ {
3216
+ padding: 0 !important;
3217
+ position: relative;
3218
+ background: #fff;
3311
3219
  }
3312
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3313
- display: inline;
3220
+ .tta5kd2 .ant-table td.cell__action_ > * {
3221
+ height: 100%;
3222
+ display: flex;
3223
+ align-items: center;
3224
+ justify-content: flex-end;
3225
+ padding-right: 8px;
3314
3226
  }
3315
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3316
- display: inline;
3317
- margin-right: 8px;
3318
- padding: 0;
3319
- width: 36px;
3227
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3228
+ width: 24px;
3229
+ height: 24px;
3230
+ cursor: pointer;
3231
+ justify-content: center;
3232
+ border-radius: 4px;
3233
+ }
3234
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3235
+ background: #fff;
3320
3236
  }
3321
3237
 
3322
3238
  .s34f1qb.ant-switch {
@@ -3374,72 +3290,10 @@ input.r1cwjuew.ant-input {
3374
3290
  margin-left: 5px;
3375
3291
  }
3376
3292
 
3377
- .obf05yr {
3293
+ .i1e4sgug {
3378
3294
  display: inline-block;
3379
3295
  }
3380
3296
 
3381
- .hsms1n6 {
3382
- visibility: hidden;
3383
- position: absolute;
3384
- }
3385
-
3386
- .p12gwtiw {
3387
- display: flex;
3388
- justify-content: space-between;
3389
- align-items: center;
3390
- padding: 10px 0;
3391
- color: rgba(44, 56, 82, 0.6);
3392
- font-size: 12px;
3393
- line-height: 24px;
3394
- }
3395
- .p12gwtiw .pagination-left {
3396
- padding: 2px 8px;
3397
- }
3398
- .p12gwtiw .dropdown-trigger {
3399
- display: flex;
3400
- align-items: center;
3401
- border-radius: 6px;
3402
- cursor: pointer;
3403
- transition: all 0.3s ease;
3404
- }
3405
- .p12gwtiw .dropdown-trigger:hover {
3406
- background: rgba(211, 218, 235, 0.6);
3407
- color: #0080ff;
3408
- }
3409
- .p12gwtiw .dropdown-trigger .icon-inner {
3410
- margin-left: 4px;
3411
- }
3412
- .p12gwtiw .pagination-right {
3413
- display: flex;
3414
- align-items: center;
3415
- color: #0080ff;
3416
- font-weight: bold;
3417
- }
3418
- .p12gwtiw .pagination-right .icon-inner {
3419
- margin-left: 4px;
3420
- }
3421
- .p12gwtiw .pagination-right .prev-btn,
3422
- .p12gwtiw .pagination-right .next-btn {
3423
- padding: 0 8px;
3424
- }
3425
- .p12gwtiw .pagination-right .prev-btn > span,
3426
- .p12gwtiw .pagination-right .next-btn > span {
3427
- color: #0080ff;
3428
- }
3429
- .p12gwtiw .pagination-right .next-btn .icon-inner {
3430
- transform: rotate(180deg);
3431
- }
3432
-
3433
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
3434
- max-height: calc(100vh - 128px);
3435
- overflow-y: auto;
3436
- }
3437
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
3438
- padding: 4px 20px;
3439
- font-size: 12px;
3440
- line-height: 18px;
3441
- }
3442
-
3443
3297
  .d6j0lbj {
3444
3298
  font-family: Inter;
3445
3299
  font-style: normal;
@@ -3852,210 +3706,358 @@ input.r1cwjuew.ant-input {
3852
3706
  font-size: 13px;
3853
3707
  line-height: 20px;
3854
3708
  }
3855
-
3856
- .t19bge8r {
3857
- font-family: Inter;
3858
- font-style: normal;
3859
- font-weight: normal;
3860
- font-feature-settings: "zero" on;
3861
- font-size: 13px;
3862
- line-height: 20px;
3709
+
3710
+ .t19bge8r {
3711
+ font-family: Inter;
3712
+ font-style: normal;
3713
+ font-weight: normal;
3714
+ font-feature-settings: "zero" on;
3715
+ font-size: 13px;
3716
+ line-height: 20px;
3717
+ }
3718
+
3719
+ .tjrzfyl {
3720
+ font-family: Inter;
3721
+ font-style: normal;
3722
+ font-weight: normal;
3723
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3724
+ font-size: 12px;
3725
+ line-height: 18px;
3726
+ }
3727
+
3728
+ .tm6s7bo {
3729
+ font-family: Inter;
3730
+ font-style: normal;
3731
+ font-weight: 500;
3732
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3733
+ font-size: 12px;
3734
+ line-height: 18px;
3735
+ }
3736
+
3737
+ .t19zq6ic {
3738
+ font-family: Inter;
3739
+ font-style: normal;
3740
+ font-weight: normal;
3741
+ font-feature-settings: "zero" on;
3742
+ font-size: 12px;
3743
+ line-height: 18px;
3744
+ }
3745
+
3746
+ .t1gduru8 {
3747
+ font-family: Inter;
3748
+ font-style: normal;
3749
+ font-weight: 500;
3750
+ font-feature-settings: "zero" on;
3751
+ font-size: 12px;
3752
+ line-height: 18px;
3753
+ }
3754
+
3755
+ .t55raab {
3756
+ font-family: Inter;
3757
+ font-style: normal;
3758
+ font-weight: bold;
3759
+ font-feature-settings: "zero" on;
3760
+ font-size: 16px;
3761
+ line-height: 24px;
3762
+ }
3763
+
3764
+ .u1w9abfe {
3765
+ font-family: Inter;
3766
+ font-style: normal;
3767
+ font-weight: normal;
3768
+ font-size: 10px;
3769
+ line-height: 12px;
3770
+ }
3771
+
3772
+ .c198s9j3 {
3773
+ color: #2d3a56;
3774
+ line-height: 22px;
3775
+ display: inline-flex;
3776
+ }
3777
+ .c198s9j3 .ant-checkbox {
3778
+ height: 22px;
3779
+ display: flex;
3780
+ align-items: center;
3781
+ top: 0;
3782
+ }
3783
+ .c198s9j3 .ant-checkbox-checked::after {
3784
+ border: none;
3785
+ }
3786
+ .c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
3787
+ .c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
3788
+ border-color: #0080ff;
3789
+ }
3790
+ .c198s9j3 .ant-checkbox .ant-checkbox-inner {
3791
+ border: 1px solid rgba(107, 128, 167, 0.6);
3792
+ }
3793
+ .c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
3794
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3795
+ border: 1px solid #0080ff;
3796
+ }
3797
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3798
+ background: #0080ff;
3799
+ }
3800
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3801
+ background-color: #fff;
3802
+ height: 2px;
3803
+ width: 10px;
3804
+ border-radius: 2px;
3805
+ }
3806
+ .c198s9j3.ant-checkbox-wrapper-disabled {
3807
+ opacity: 0.5;
3808
+ }
3809
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
3810
+ background: rgba(211, 218, 235, 0.6);
3811
+ border-color: rgba(107, 128, 167, 0.6) !important;
3812
+ }
3813
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
3814
+ border-color: #2d3a56;
3815
+ }
3816
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3817
+ background: #2d3a56;
3818
+ }
3819
+ .c198s9j3 .ant-checkbox + span,
3820
+ .c198s9j3 .ant-checkbox-disabled + span {
3821
+ padding: 0;
3822
+ }
3823
+ .c198s9j3 .ant-checkbox + span .main,
3824
+ .c198s9j3 .ant-checkbox-disabled + span .main {
3825
+ display: inline-block;
3826
+ margin-left: 12px;
3827
+ color: #2d3a56;
3828
+ }
3829
+ .c198s9j3 .ant-checkbox + span .sub,
3830
+ .c198s9j3 .ant-checkbox-disabled + span .sub {
3831
+ margin-left: 28px;
3832
+ color: rgba(44, 56, 82, 0.6);
3833
+ }
3834
+ .c198s9j3.compact .ant-checkbox + span .main,
3835
+ .c198s9j3.compact .ant-checkbox-disabled + span .main {
3836
+ margin-left: 8px;
3837
+ }
3838
+ .c198s9j3.compact .ant-checkbox + span .sub,
3839
+ .c198s9j3.compact .ant-checkbox-disabled + span .sub {
3840
+ margin-left: 24px;
3841
+ }
3842
+
3843
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3844
+ display: flex;
3845
+ }
3846
+
3847
+ .m1thnes4 {
3848
+ color: rgba(44, 56, 82, 0.6);
3849
+ text-align: center;
3850
+ display: flex;
3851
+ align-items: center;
3852
+ justify-content: center;
3853
+ flex-direction: column;
3854
+ height: 100%;
3855
+ }
3856
+ .m1thnes4 .link {
3857
+ color: #0080ff;
3858
+ cursor: pointer;
3859
+ }
3860
+
3861
+ .m1bixfdy {
3862
+ width: 100%;
3863
+ height: 100%;
3864
+ display: flex;
3865
+ flex-direction: column;
3866
+ }
3867
+ .m1bixfdy .name-toolbar {
3868
+ width: 100%;
3869
+ display: flex;
3870
+ line-height: 30px;
3871
+ padding: 0 16px;
3872
+ justify-content: space-between;
3873
+ }
3874
+ .m1bixfdy .name-toolbar .metric-extra {
3875
+ display: flex;
3876
+ font-size: 12px;
3877
+ align-items: center;
3878
+ }
3879
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
3880
+ color: #a3b4cc;
3881
+ }
3882
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
3883
+ margin-left: 10px;
3884
+ }
3885
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
3886
+ margin-left: 10px;
3887
+ cursor: pointer;
3888
+ }
3889
+ .m1bixfdy .content {
3890
+ flex: 1;
3891
+ width: 100%;
3892
+ display: flex;
3893
+ justify-content: center;
3894
+ align-items: center;
3863
3895
  }
3864
-
3865
- .tjrzfyl {
3866
- font-family: Inter;
3867
- font-style: normal;
3868
- font-weight: normal;
3869
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3870
- font-size: 12px;
3871
- line-height: 18px;
3896
+ .m1bixfdy .single-content {
3897
+ height: 65px;
3872
3898
  }
3873
3899
 
3874
- .tm6s7bo {
3875
- font-family: Inter;
3876
- font-style: normal;
3877
- font-weight: 500;
3878
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3879
- font-size: 12px;
3880
- line-height: 18px;
3900
+ .lfamfcw {
3901
+ display: flex;
3902
+ align-items: center;
3903
+ white-space: nowrap;
3904
+ overflow: hidden;
3905
+ width: 100%;
3881
3906
  }
3882
-
3883
- .t19zq6ic {
3884
- font-family: Inter;
3885
- font-style: normal;
3886
- font-weight: normal;
3887
- font-feature-settings: "zero" on;
3907
+ .lfamfcw .ant-dropdown-trigger {
3908
+ margin-left: auto;
3888
3909
  font-size: 12px;
3889
- line-height: 18px;
3890
3910
  }
3891
3911
 
3892
- .t1gduru8 {
3893
- font-family: Inter;
3894
- font-style: normal;
3895
- font-weight: 500;
3896
- font-feature-settings: "zero" on;
3912
+ .la6u9b4 {
3913
+ display: flex;
3914
+ justify-content: flex-start;
3915
+ align-items: center;
3897
3916
  font-size: 12px;
3898
- line-height: 18px;
3917
+ cursor: pointer;
3899
3918
  }
3900
-
3901
- .t55raab {
3902
- font-family: Inter;
3903
- font-style: normal;
3904
- font-weight: bold;
3905
- font-feature-settings: "zero" on;
3906
- font-size: 16px;
3907
- line-height: 24px;
3919
+ .la6u9b4:not(:last-child) {
3920
+ margin-right: 20px;
3908
3921
  }
3909
-
3910
- .u1w9abfe {
3911
- font-family: Inter;
3912
- font-style: normal;
3913
- font-weight: normal;
3914
- font-size: 10px;
3915
- line-height: 12px;
3922
+ .la6u9b4.deselected {
3923
+ opacity: 0.4;
3924
+ }
3925
+ .la6u9b4.deselected .color-block {
3926
+ background: #b4beca !important;
3916
3927
  }
3917
3928
 
3918
- .i1e4sgug {
3929
+ .chhvk8b {
3919
3930
  display: inline-block;
3931
+ height: 8px;
3932
+ width: 8px;
3933
+ margin-right: 8px;
3920
3934
  }
3921
3935
 
3922
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3923
- flex-direction: row;
3924
- justify-content: stretch;
3936
+ .e1sdlxq1 .ant-dropdown-menu-item {
3937
+ display: flex;
3938
+ align-items: center;
3939
+ font-size: 12px;
3940
+ margin: 0;
3925
3941
  }
3926
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3927
- padding: 0;
3928
- margin-right: 4px;
3929
- flex: 1;
3930
- overflow: visible;
3942
+
3943
+ .m16f7gpb {
3944
+ position: relative;
3931
3945
  }
3932
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3933
- display: none;
3946
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
3947
+ bottom: -12px;
3934
3948
  }
3935
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3936
- width: 100%;
3937
- min-height: unset;
3949
+ .m16f7gpb .metric-toolbar {
3950
+ display: flex;
3951
+ justify-content: space-between;
3952
+ line-height: 30px;
3953
+ margin: 0 16px;
3938
3954
  }
3939
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3940
- height: 26px;
3941
- line-height: 26px;
3942
- width: 100%;
3943
- text-align: center;
3944
- padding: 0;
3955
+ .m16f7gpb .metric-toolbar .metric-extra {
3956
+ display: flex;
3945
3957
  font-size: 12px;
3946
- font-weight: normal;
3947
- }
3948
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3949
- margin-right: 10px;
3958
+ align-items: center;
3950
3959
  }
3951
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3952
- display: none;
3960
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
3961
+ color: #a3b4cc;
3953
3962
  }
3954
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3955
- border-radius: 4px 0 0 4px;
3963
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
3964
+ margin-left: 10px;
3956
3965
  }
3957
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3958
- margin-right: 0;
3966
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
3967
+ margin-left: 10px;
3968
+ cursor: pointer;
3959
3969
  }
3960
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3961
- border-radius: 0 4px 4px 0;
3970
+ .m16f7gpb .recharts-xAxis {
3971
+ font-size: 12px;
3962
3972
  }
3963
- .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 {
3964
- content: "";
3965
- width: 0;
3966
- height: 0;
3967
- border: 13px solid transparent;
3973
+ .m16f7gpb .pointer-wrapper {
3968
3974
  position: absolute;
3969
- top: 0;
3970
- border-left: 8px solid rgba(237, 241, 250, 0.6);
3971
- right: -21px;
3972
- z-index: 2;
3975
+ bottom: 10px;
3976
+ padding: 0 8px;
3977
+ border-radius: 4px;
3978
+ font-size: 12px;
3979
+ color: #fff;
3980
+ background: rgba(0, 0, 0, 0.75);
3981
+ transform: translateX(-50%);
3973
3982
  }
3974
- .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 {
3975
- content: "";
3976
- width: 0;
3977
- height: 0;
3978
- border: 13px solid transparent;
3979
- position: absolute;
3980
- top: 0;
3981
- border-left: 8px solid #fff;
3982
- left: 0;
3983
+
3984
+ .t1ipvk51 {
3985
+ min-width: 200px;
3983
3986
  }
3984
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3985
- background-color: rgba(0, 136, 255, 0.1);
3987
+
3988
+ .t1kgldps {
3989
+ display: flex;
3990
+ align-items: center;
3991
+ justify-content: space-between;
3992
+ background-color: rgba(0, 0, 0, 0.75);
3993
+ color: #b4beca;
3994
+ font-size: 12px;
3995
+ padding: 3px 6px;
3986
3996
  }
3987
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3988
- border-left-color: rgba(0, 136, 255, 0.1) !important;
3997
+ .t1kgldps:first-child {
3998
+ padding-top: 3px;
3989
3999
  }
3990
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3991
- color: #005ed1;
4000
+ .t1kgldps:last-child {
4001
+ padding-bottom: 3px;
3992
4002
  }
3993
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3994
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3995
- background-color: rgba(237, 241, 250, 0.6);
4003
+ .t1kgldps .column-value {
4004
+ color: #fff;
4005
+ margin-left: 8px;
3996
4006
  }
3997
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3998
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3999
- color: rgba(44, 56, 82, 0.6);
4007
+
4008
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4009
+ border-radius: 6px;
4000
4010
  }
4001
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
4002
- padding: 0;
4011
+ .shq1k1g.ant-select.ant-select-single {
4012
+ width: 100%;
4013
+ height: 30px;
4014
+ color: #2d3a56;
4015
+ border-color: rgba(211, 218, 235, 0.6);
4016
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
4017
+ font-size: 13px;
4003
4018
  }
4004
-
4005
- .igz4le8 {
4006
- height: 24px;
4007
- width: 56px !important;
4008
- margin-right: 4px;
4019
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
4020
+ height: 38px;
4021
+ font-size: 13px;
4009
4022
  }
4010
-
4011
- .c1riexje {
4012
- color: rgba(44, 56, 82, 0.6);
4023
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
4024
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
4025
+ transition: 160ms ease;
4013
4026
  }
4014
-
4015
- .at4ovwe .ant-input-number-handler-wrap {
4016
- display: var(--at4ovwe-0);
4027
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
4028
+ color: #0080ff;
4017
4029
  }
4018
- .at4ovwe .ant-input-number-input-wrap {
4019
- padding: 5px 12px;
4020
- display: inline-flex;
4021
- line-height: 1.5715;
4022
- height: 100%;
4023
- width: 100%;
4030
+ .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 {
4031
+ border-color: rgba(107, 128, 167, 0.6);
4032
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
4024
4033
  }
4025
- .at4ovwe .ant-input-number-input-wrap::after {
4026
- content: var(--at4ovwe-1);
4027
- display: var(--at4ovwe-2);
4028
- flex: none;
4029
- align-items: center;
4030
- margin-left: 4px;
4031
- color: rgba(44, 56, 82, 0.6);
4034
+ .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 {
4035
+ color: #0080ff;
4032
4036
  }
4033
- .at4ovwe .ant-input-number-input-wrap::before {
4034
- content: var(--at4ovwe-3);
4035
- display: var(--at4ovwe-4);
4036
- flex: none;
4037
- align-items: center;
4038
- margin-right: 4px;
4039
- cursor: auto;
4040
- color: rgba(44, 56, 82, 0.6);
4037
+ .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 {
4038
+ border-color: #0080ff;
4039
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4041
4040
  }
4042
- .at4ovwe.ant-input-number {
4043
- width: 100%;
4044
- border-radius: 6px;
4041
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4042
+ transform: rotate(180deg);
4043
+ }
4044
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4045
+ background: rgba(211, 218, 235, 0.6);
4046
+ border-color: rgba(172, 186, 211, 0.6);
4047
+ cursor: "not-allowed";
4048
+ }
4049
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4050
+ border-color: #f0483e !important;
4045
4051
  }
4046
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4047
- border-color: #0096ff;
4048
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4052
+ .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 {
4053
+ color: #1d326c;
4049
4054
  }
4050
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4051
- border-color: #e75a3a;
4055
+ .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 {
4056
+ border-color: #0080ff;
4052
4057
  box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4053
4058
  }
4054
- .at4ovwe .ant-input-number-input {
4055
- padding: 0;
4056
- margin: 0;
4057
- height: auto;
4058
- font-size: inherit;
4059
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4060
+ transform: rotate(180deg);
4059
4061
  }
4060
4062
 
4061
4063
  .t1xo8w88 {
@@ -4108,31 +4110,6 @@ input.r1cwjuew.ant-input {
4108
4110
  background: #0080ff;
4109
4111
  }
4110
4112
 
4111
- .t1cs4awq {
4112
- background: white;
4113
- }
4114
- .t1cs4awq .insert-left-tip,
4115
- .t1cs4awq .insert-right-tip {
4116
- display: none;
4117
- position: absolute;
4118
- top: 0;
4119
- bottom: 0;
4120
- width: 4px;
4121
- background: rgba(0, 0, 255, 0.5);
4122
- }
4123
- .t1cs4awq .insert-left-tip {
4124
- left: 0px;
4125
- }
4126
- .t1cs4awq .insert-right-tip {
4127
- right: 0px;
4128
- }
4129
- .t1cs4awq.on-dragenter-left .insert-left-tip {
4130
- display: block;
4131
- }
4132
- .t1cs4awq.on-dragenter-right .insert-right-tip {
4133
- display: block;
4134
- }
4135
-
4136
4113
  .d1h5z4k4.ant-dropdown {
4137
4114
  background: #fff;
4138
4115
  border: 1px solid #dfe4eb;
@@ -4242,176 +4219,125 @@ input.r1cwjuew.ant-input {
4242
4219
  left: 4px;
4243
4220
  }
4244
4221
 
4245
- .asgcu6r {
4246
- height: 32px;
4247
- }
4248
-
4249
4222
  .c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
4250
4223
  display: none;
4251
4224
  }
4252
4225
 
4253
- .f1l3ttbt {
4254
- flex-direction: column;
4255
- color: rgba(44, 56, 82, 0.6);
4256
- }
4257
-
4258
- .m1thnes4 {
4259
- color: rgba(44, 56, 82, 0.6);
4260
- text-align: center;
4261
- display: flex;
4262
- align-items: center;
4263
- justify-content: center;
4264
- flex-direction: column;
4265
- height: 100%;
4266
- }
4267
- .m1thnes4 .link {
4268
- color: #0080ff;
4269
- cursor: pointer;
4226
+ .asgcu6r {
4227
+ height: 32px;
4270
4228
  }
4271
4229
 
4272
- .m1bixfdy {
4273
- width: 100%;
4274
- height: 100%;
4275
- display: flex;
4276
- flex-direction: column;
4277
- }
4278
- .m1bixfdy .name-toolbar {
4279
- width: 100%;
4280
- display: flex;
4281
- line-height: 30px;
4282
- padding: 0 16px;
4283
- justify-content: space-between;
4284
- }
4285
- .m1bixfdy .name-toolbar .metric-extra {
4286
- display: flex;
4287
- font-size: 12px;
4288
- align-items: center;
4230
+ .t1cs4awq {
4231
+ background: white;
4289
4232
  }
4290
- .m1bixfdy .name-toolbar .metric-extra .info-item {
4291
- color: #a3b4cc;
4233
+ .t1cs4awq .insert-left-tip,
4234
+ .t1cs4awq .insert-right-tip {
4235
+ display: none;
4236
+ position: absolute;
4237
+ top: 0;
4238
+ bottom: 0;
4239
+ width: 4px;
4240
+ background: rgba(0, 0, 255, 0.5);
4292
4241
  }
4293
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
4294
- margin-left: 10px;
4242
+ .t1cs4awq .insert-left-tip {
4243
+ left: 0px;
4295
4244
  }
4296
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
4297
- margin-left: 10px;
4298
- cursor: pointer;
4245
+ .t1cs4awq .insert-right-tip {
4246
+ right: 0px;
4299
4247
  }
4300
- .m1bixfdy .content {
4301
- flex: 1;
4302
- width: 100%;
4303
- display: flex;
4304
- justify-content: center;
4305
- align-items: center;
4248
+ .t1cs4awq.on-dragenter-left .insert-left-tip {
4249
+ display: block;
4306
4250
  }
4307
- .m1bixfdy .single-content {
4308
- height: 65px;
4251
+ .t1cs4awq.on-dragenter-right .insert-right-tip {
4252
+ display: block;
4309
4253
  }
4310
4254
 
4311
- .lfamfcw {
4312
- display: flex;
4313
- align-items: center;
4314
- white-space: nowrap;
4315
- overflow: hidden;
4316
- width: 100%;
4255
+ .a6dbbkm .ant-input-number-handler-wrap {
4256
+ display: var(--a6dbbkm-0);
4317
4257
  }
4318
- .lfamfcw .ant-dropdown-trigger {
4319
- margin-left: auto;
4320
- font-size: 12px;
4258
+ .a6dbbkm .ant-input-number-input-wrap {
4259
+ padding: 4px 11px;
4260
+ display: inline-flex;
4261
+ line-height: 1.5715;
4262
+ height: inherit;
4321
4263
  }
4322
-
4323
- .la6u9b4 {
4324
- display: flex;
4325
- justify-content: flex-start;
4264
+ .a6dbbkm .ant-input-number-input-wrap::after {
4265
+ content: var(--a6dbbkm-1);
4266
+ display: var(--a6dbbkm-2);
4267
+ flex: none;
4326
4268
  align-items: center;
4327
- font-size: 12px;
4328
- cursor: pointer;
4329
- }
4330
- .la6u9b4:not(:last-child) {
4331
- margin-right: 20px;
4332
- }
4333
- .la6u9b4.deselected {
4334
- opacity: 0.4;
4269
+ margin-left: 4px;
4335
4270
  }
4336
- .la6u9b4.deselected .color-block {
4337
- background: #b4beca !important;
4271
+ .a6dbbkm .ant-input-number-input-wrap::before {
4272
+ content: var(--a6dbbkm-3);
4273
+ display: var(--a6dbbkm-4);
4274
+ flex: none;
4275
+ align-items: center;
4276
+ margin-right: 4px;
4277
+ cursor: auto;
4338
4278
  }
4339
-
4340
- .chhvk8b {
4341
- display: inline-block;
4342
- height: 8px;
4343
- width: 8px;
4344
- margin-right: 8px;
4279
+ .a6dbbkm .ant-input-number-input {
4280
+ padding: 0;
4281
+ margin: 0;
4282
+ height: auto;
4283
+ font-size: inherit;
4345
4284
  }
4346
4285
 
4347
- .e1sdlxq1 .ant-dropdown-menu-item {
4286
+ .iap75of {
4287
+ height: 18px;
4288
+ line-height: 18px;
4289
+ padding: 0 4px;
4290
+ border-radius: 4px;
4291
+ background: rgba(235, 239, 245, 0.6);
4292
+ border: 1px solid rgba(223, 228, 235, 0.6);
4348
4293
  display: flex;
4349
4294
  align-items: center;
4350
- font-size: 12px;
4351
- margin: 0;
4295
+ white-space: nowrap;
4296
+ margin-right: 4px;
4352
4297
  }
4353
4298
 
4354
- .m16f7gpb {
4355
- position: relative;
4356
- }
4357
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
4358
- bottom: -12px;
4299
+ .at4ovwe .ant-input-number-handler-wrap {
4300
+ display: var(--at4ovwe-0);
4359
4301
  }
4360
- .m16f7gpb .metric-toolbar {
4361
- display: flex;
4362
- justify-content: space-between;
4363
- line-height: 30px;
4364
- margin: 0 16px;
4302
+ .at4ovwe .ant-input-number-input-wrap {
4303
+ padding: 5px 12px;
4304
+ display: inline-flex;
4305
+ line-height: 1.5715;
4306
+ height: 100%;
4307
+ width: 100%;
4365
4308
  }
4366
- .m16f7gpb .metric-toolbar .metric-extra {
4367
- display: flex;
4368
- font-size: 12px;
4309
+ .at4ovwe .ant-input-number-input-wrap::after {
4310
+ content: var(--at4ovwe-1);
4311
+ display: var(--at4ovwe-2);
4312
+ flex: none;
4369
4313
  align-items: center;
4314
+ margin-left: 4px;
4315
+ color: rgba(44, 56, 82, 0.6);
4370
4316
  }
4371
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
4372
- color: #a3b4cc;
4373
- }
4374
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
4375
- margin-left: 10px;
4376
- }
4377
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
4378
- margin-left: 10px;
4379
- cursor: pointer;
4380
- }
4381
- .m16f7gpb .recharts-xAxis {
4382
- font-size: 12px;
4383
- }
4384
- .m16f7gpb .pointer-wrapper {
4385
- position: absolute;
4386
- bottom: 10px;
4387
- padding: 0 8px;
4388
- border-radius: 4px;
4389
- font-size: 12px;
4390
- color: #fff;
4391
- background: rgba(0, 0, 0, 0.75);
4392
- transform: translateX(-50%);
4393
- }
4394
-
4395
- .t1ipvk51 {
4396
- min-width: 200px;
4397
- }
4398
-
4399
- .t1kgldps {
4400
- display: flex;
4317
+ .at4ovwe .ant-input-number-input-wrap::before {
4318
+ content: var(--at4ovwe-3);
4319
+ display: var(--at4ovwe-4);
4320
+ flex: none;
4401
4321
  align-items: center;
4402
- justify-content: space-between;
4403
- background-color: rgba(0, 0, 0, 0.75);
4404
- color: #b4beca;
4405
- font-size: 12px;
4406
- padding: 3px 6px;
4322
+ margin-right: 4px;
4323
+ cursor: auto;
4324
+ color: rgba(44, 56, 82, 0.6);
4407
4325
  }
4408
- .t1kgldps:first-child {
4409
- padding-top: 3px;
4326
+ .at4ovwe.ant-input-number {
4327
+ width: 100%;
4328
+ border-radius: 6px;
4410
4329
  }
4411
- .t1kgldps:last-child {
4412
- padding-bottom: 3px;
4330
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4331
+ border-color: #0096ff;
4332
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4413
4333
  }
4414
- .t1kgldps .column-value {
4415
- color: #fff;
4416
- margin-left: 8px;
4334
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4335
+ border-color: #e75a3a;
4336
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4337
+ }
4338
+ .at4ovwe .ant-input-number-input {
4339
+ padding: 0;
4340
+ margin: 0;
4341
+ height: auto;
4342
+ font-size: inherit;
4417
4343
  }