@cloudtower/eagle 0.17.12 → 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 (107) 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/Percent/index.d.ts +3 -0
  61. package/dist/components/Progress/index.d.ts +3 -0
  62. package/dist/components/SearchInput/SearchInput.stories.d.ts +4 -0
  63. package/dist/components/SearchInput/__test__/h5_css.test.d.ts +1 -0
  64. package/dist/components/SearchInput/index.d.ts +3 -0
  65. package/dist/components/Second/index.d.ts +3 -0
  66. package/dist/components/Select/Select.stories.d.ts +16 -0
  67. package/dist/components/Select/index.d.ts +3 -0
  68. package/dist/components/Speed/index.d.ts +3 -0
  69. package/dist/components/Steps/index.d.ts +2 -2
  70. package/dist/components/Styled/index.d.ts +11 -0
  71. package/dist/components/Table/SearchWidget.d.ts +3 -3
  72. package/dist/components/Table/TableWidget.d.ts +1 -1
  73. package/dist/components/Table/__test__/h5_css.test.d.ts +1 -0
  74. package/dist/components/TextArea/index.d.ts +4 -0
  75. package/dist/components/TimePicker/index.d.ts +6 -0
  76. package/dist/components/TowerTable/TowerTable.stories.d.ts +12 -0
  77. package/dist/components/TowerTable/WrapperComponent.d.ts +2 -2
  78. package/dist/components/antd.d.ts +0 -24
  79. package/dist/components/images/index.d.ts +15 -1123
  80. package/dist/components/index.d.ts +0 -8
  81. package/dist/esm/index.js +2674 -9017
  82. package/dist/esm/stats1.html +1 -1
  83. package/dist/hooks/useLocalStorage.d.ts +1 -1
  84. package/dist/hooks/useSearch.d.ts +1 -1
  85. package/dist/hooks/utils.d.ts +1 -1
  86. package/dist/index.d.ts +7 -5
  87. package/dist/spec/base.d.ts +50 -143
  88. package/dist/spec/react-final-form.d.ts +46 -0
  89. package/dist/store/modal.d.ts +3 -0
  90. package/dist/style.css +1373 -1437
  91. package/dist/umd/index.js +2611 -10248
  92. package/dist/umd/stats1.html +1 -1
  93. package/dist/utils/icon.d.ts +1 -2
  94. package/dist/utils/isEmpty.d.ts +2 -0
  95. package/dist/utils/router.d.ts +1 -1
  96. package/dist/utils/tower.d.ts +62 -0
  97. package/package.json +33 -13
  98. package/README.md +0 -26
  99. package/dist/components/Form/index.d.ts +0 -154
  100. package/dist/components/FormError/index.d.ts +0 -29
  101. package/dist/components/HoverableIcon/index.d.ts +0 -10
  102. package/dist/components/Modal2/Error.d.ts +0 -14
  103. package/dist/components/Modal2/InitializedModal.d.ts +0 -4
  104. package/dist/components/Modal2/Modal.d.ts +0 -9
  105. package/dist/components/Modal2/WizardModal.d.ts +0 -4
  106. package/dist/components/Modal2/index.d.ts +0 -10
  107. package/dist/components/images/images-type.d.ts +0 -1
package/dist/style.css CHANGED
@@ -1614,75 +1614,6 @@ input[type=submit] {
1614
1614
  cursor: pointer;
1615
1615
  }
1616
1616
 
1617
- .f18bxw7l {
1618
- font-size: 13px;
1619
- line-height: 20px;
1620
- color: #f0483e;
1621
- margin-top: -4px;
1622
- margin-bottom: 8px;
1623
- }
1624
-
1625
- .bpq0js6 {
1626
- padding: 4px 11px;
1627
- }
1628
-
1629
- .b15sn34c {
1630
- white-space: nowrap;
1631
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1632
- }
1633
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1634
- --color: #0080ff;
1635
- }
1636
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1637
- --color: #0080ff;
1638
- }
1639
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1640
- margin-left: 1px;
1641
- }
1642
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1643
- border-top-right-radius: 0;
1644
- border-bottom-right-radius: 0;
1645
- }
1646
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1647
- border-top-left-radius: 0;
1648
- border-bottom-left-radius: 0;
1649
- }
1650
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1651
- border-radius: unset;
1652
- }
1653
-
1654
- .fde5mpd {
1655
- width: 100%;
1656
- height: 100%;
1657
- min-height: 124px;
1658
- display: flex;
1659
- flex-direction: column;
1660
- justify-content: center;
1661
- align-items: center;
1662
- }
1663
- .fde5mpd .error-text {
1664
- color: rgba(10, 37, 85, 0.6);
1665
- margin-bottom: 16px;
1666
- font-size: 18px;
1667
- }
1668
-
1669
- .i1mrf09m {
1670
- display: inline-flex;
1671
- align-items: center;
1672
- }
1673
- .i1mrf09m .icon-inner {
1674
- display: inline-flex;
1675
- align-items: center;
1676
- justify-content: center;
1677
- }
1678
- .i1mrf09m .icon-inner + span,
1679
- .i1mrf09m span + .icon-inner.suffix {
1680
- margin-left: 4px;
1681
- }
1682
- .i1mrf09m.is-rotate img {
1683
- animation: rotate 680ms linear infinite;
1684
- }
1685
-
1686
1617
  .buj61ew.ant-btn {
1687
1618
  height: 32px;
1688
1619
  border-radius: 6px;
@@ -1931,1248 +1862,1440 @@ input[type=submit] {
1931
1862
  padding: 0;
1932
1863
  }
1933
1864
 
1934
- .obf05yr {
1935
- display: inline-block;
1865
+ .fde5mpd {
1866
+ width: 100%;
1867
+ height: 100%;
1868
+ min-height: 124px;
1869
+ display: flex;
1870
+ flex-direction: column;
1871
+ justify-content: center;
1872
+ align-items: center;
1873
+ }
1874
+ .fde5mpd .error-text {
1875
+ color: rgba(10, 37, 85, 0.6);
1876
+ margin-bottom: 16px;
1877
+ font-size: 18px;
1936
1878
  }
1937
1879
 
1938
- .hsms1n6 {
1939
- visibility: hidden;
1940
- position: absolute;
1880
+ .bpq0js6 {
1881
+ padding: 4px 11px;
1941
1882
  }
1942
1883
 
1943
- .k5vyv6v input, .k5vyv6v.input-tags {
1944
- border: 1px solid rgba(213, 219, 227, 0.6);
1945
- border-radius: 4px;
1884
+ .b15sn34c {
1885
+ white-space: nowrap;
1886
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1946
1887
  }
1947
- .k5vyv6v.input-tags {
1948
- position: relative;
1949
- padding: 6px;
1950
- height: 32px;
1951
- cursor: pointer;
1952
- transition: border 150ms;
1888
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1889
+ --color: #0080ff;
1953
1890
  }
1954
- .k5vyv6v.input-tags:hover {
1955
- border-color: #0080ff;
1956
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
1891
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1892
+ --color: #0080ff;
1957
1893
  }
1958
- .k5vyv6v.input-tags.kit-input-suffix-wrapper {
1959
- padding-right: 30px;
1894
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1895
+ margin-left: 1px;
1960
1896
  }
1961
- .k5vyv6v.input-tags .input-tags-inner {
1962
- display: flex;
1897
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1898
+ border-top-right-radius: 0;
1899
+ border-bottom-right-radius: 0;
1963
1900
  }
1964
- .k5vyv6v.input-tags .input-tags-inner .tags-overflow-auto {
1965
- display: flex;
1901
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1902
+ border-top-left-radius: 0;
1903
+ border-bottom-left-radius: 0;
1966
1904
  }
1967
- .k5vyv6v.input-tags .input-tag-suffix {
1968
- position: absolute;
1969
- right: 12px;
1970
- top: 50%;
1971
- transform: translateY(-50%);
1905
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1906
+ border-radius: unset;
1972
1907
  }
1973
- .k5vyv6v.input-tags .input-tag-suffix .anticon-close-circle {
1974
- color: rgba(0, 0, 0, 0.25);
1908
+
1909
+ .i1mrf09m {
1910
+ display: inline-flex;
1911
+ align-items: center;
1912
+ }
1913
+ .i1mrf09m .icon-inner {
1914
+ display: inline-flex;
1915
+ align-items: center;
1916
+ justify-content: center;
1917
+ }
1918
+ .i1mrf09m .icon-inner + span,
1919
+ .i1mrf09m span + .icon-inner.suffix {
1920
+ margin-left: 4px;
1921
+ }
1922
+ .i1mrf09m.is-rotate img {
1923
+ animation: rotate 680ms linear infinite;
1924
+ }
1925
+
1926
+ .p12gwtiw {
1927
+ display: flex;
1928
+ justify-content: space-between;
1929
+ align-items: center;
1930
+ padding: 10px 0;
1931
+ color: rgba(44, 56, 82, 0.6);
1975
1932
  font-size: 12px;
1933
+ line-height: 24px;
1934
+ }
1935
+ .p12gwtiw .pagination-left {
1936
+ padding: 2px 8px;
1937
+ }
1938
+ .p12gwtiw .dropdown-trigger {
1939
+ display: flex;
1940
+ align-items: center;
1941
+ border-radius: 6px;
1976
1942
  cursor: pointer;
1943
+ transition: all 0.3s ease;
1977
1944
  }
1978
- .k5vyv6v.input-tags .input-tag-suffix .anticon-close-circle:hover {
1979
- color: rgba(0, 0, 0, 0.45);
1945
+ .p12gwtiw .dropdown-trigger:hover {
1946
+ background: rgba(211, 218, 235, 0.6);
1947
+ color: #0080ff;
1980
1948
  }
1981
- .k5vyv6v.has-focus-indicator {
1982
- position: relative;
1983
- overflow: hidden;
1949
+ .p12gwtiw .dropdown-trigger .icon-inner {
1950
+ margin-left: 4px;
1984
1951
  }
1985
- .k5vyv6v.has-focus-indicator .ant-input-prefix {
1986
- position: absolute;
1987
- top: 50%;
1988
- transform: translateY(-50%);
1989
- left: -16px;
1990
- transition: left 150ms ease;
1991
- opacity: 0;
1952
+ .p12gwtiw .pagination-right {
1953
+ display: flex;
1954
+ align-items: center;
1955
+ color: #0080ff;
1956
+ font-weight: bold;
1992
1957
  }
1993
- .k5vyv6v.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
1994
- left: 8px;
1995
- opacity: 1;
1958
+ .p12gwtiw .pagination-right .icon-inner {
1959
+ margin-left: 4px;
1996
1960
  }
1997
- .k5vyv6v.has-focus-indicator input {
1998
- transition: margin-left 150ms ease;
1999
- margin-left: 0px;
1961
+ .p12gwtiw .pagination-right .prev-btn,
1962
+ .p12gwtiw .pagination-right .next-btn {
1963
+ padding: 0 8px;
2000
1964
  }
2001
- .k5vyv6v.has-focus-indicator input:focus {
2002
- 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);
2003
1971
  }
2004
1972
 
2005
- .i17jpubb {
2006
- 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;
2007
1980
  line-height: 18px;
2008
- padding: 0 4px;
2009
- border-radius: 4px;
2010
- background: rgba(235, 239, 245, 0.6);
2011
- border: 1px solid rgba(223, 228, 235, 0.6);
2012
- display: flex;
2013
- align-items: center;
2014
- white-space: nowrap;
2015
- margin-right: 4px;
2016
1981
  }
2017
1982
 
2018
- .i1sx1zrx.ant-input-group.ant-input-group-compact {
1983
+ .cz04yix {
2019
1984
  display: flex;
1985
+ flex-direction: column;
2020
1986
  }
2021
1987
 
2022
- .e4bdwkb {
2023
- border: none;
2024
- vertical-align: middle;
1988
+ .m1if5j39 {
1989
+ max-width: 1120px;
1990
+ width: 100%;
1991
+ margin: 0 auto;
1992
+ height: 100%;
2025
1993
  }
2026
1994
 
2027
- .i1tep2wa.ant-input {
2028
- padding: 5px 12px;
2029
- line-height: 20px;
2030
- color: #2d3a56;
2031
- border-radius: 6px;
2032
- border-color: rgba(172, 186, 211, 0.6);
2033
- 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;
2034
2000
  }
2035
- .i1tep2wa.ant-input.ant-input-lg {
2036
- padding: 8px 16px;
2037
- line-height: 22px;
2001
+ .w1vvwdlp .left,
2002
+ .w1vvwdlp .right {
2003
+ flex-grow: 0;
2004
+ flex-shrink: 0;
2005
+ flex-basis: 21%;
2038
2006
  }
2039
- .i1tep2wa.ant-input.ant-input-sm {
2040
- padding: 2px 8px;
2041
- line-height: 18px;
2007
+ .w1vvwdlp .left {
2008
+ display: flex;
2009
+ justify-content: flex-end;
2010
+ padding-right: 44px;
2042
2011
  }
2043
- .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 {
2044
- border-color: rgba(107, 128, 167, 0.6);
2045
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2012
+ .w1vvwdlp .right {
2013
+ padding-left: 44px;
2046
2014
  }
2047
- .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 {
2048
- border-color: #0096ff;
2049
- 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%;
2050
2020
  }
2051
- .i1tep2wa.ant-input.error:not([disabled]), .i1tep2wa.ant-picker.error:not([disabled]), .i1tep2wa.ant-input-number.error:not([disabled]) {
2052
- border-color: #e75a3a;
2053
- color: #e75a3a;
2021
+ .w1vvwdlp .middle .form-base-field {
2022
+ width: 100%;
2054
2023
  }
2055
- .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 {
2056
- border-color: #e75a3a;
2057
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2024
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2025
+ width: auto;
2058
2026
  }
2059
- .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 {
2060
- border-color: #e75a3a;
2061
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2027
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2028
+ flex: initial;
2062
2029
  }
2063
- .i1tep2wa.ant-input[disabled], .i1tep2wa.ant-input.ant-input-disabled, .i1tep2wa.ant-input-number[disabled], .i1tep2wa.ant-input-number.ant-input-number-disabled {
2064
- background: rgba(211, 218, 235, 0.6);
2065
- color: rgba(0, 21, 64, 0.3);
2066
- border-color: rgba(172, 186, 211, 0.6);
2030
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2031
+ margin-top: 4px;
2067
2032
  }
2068
- .i1tep2wa.ant-input-affix-wrapper {
2069
- padding: 5px 12px;
2070
- border-radius: 6px;
2071
- border-color: rgba(172, 186, 211, 0.6);
2072
- line-height: 20px;
2073
- color: #2d3a56;
2074
- 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;
2075
2036
  }
2076
- .i1tep2wa.ant-input-affix-wrapper .ant-input-suffix,
2077
- .i1tep2wa.ant-input-affix-wrapper .ant-input-prefix {
2078
- 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;
2079
2043
  }
2080
- .i1tep2wa.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2081
- padding: 8px 16px;
2082
- line-height: 22px;
2044
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2045
+ min-height: auto;
2046
+ white-space: nowrap;
2083
2047
  }
2084
- .i1tep2wa.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2085
- padding: 2px 8px;
2086
- line-height: 18px;
2048
+ .w1vvwdlp .ant-steps-item-description {
2049
+ padding-bottom: 0px;
2087
2050
  }
2088
- .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 {
2089
- border-color: rgba(107, 128, 167, 0.6);
2090
- 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;
2091
2054
  }
2092
- .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 {
2093
- border-color: #0096ff;
2094
- 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;
2095
2060
  }
2096
- .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2097
- border-color: #e75a3a;
2061
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2062
+ background: rgba(0, 128, 255, 0.1);
2098
2063
  }
2099
- .i1tep2wa.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2100
- color: #e75a3a;
2064
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2065
+ color: #005ed1;
2101
2066
  }
2102
- .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 {
2103
- border-color: #e75a3a;
2104
- 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);
2105
2069
  }
2106
- .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 {
2107
- border-color: #e75a3a;
2108
- 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;
2109
2072
  }
2110
- .i1tep2wa.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2111
- background: rgba(211, 218, 235, 0.6);
2112
- color: rgba(0, 21, 64, 0.3);
2113
- border-color: rgba(172, 186, 211, 0.6);
2073
+ .w1vvwdlp .ant-steps-item-disabled {
2074
+ cursor: not-allowed;
2114
2075
  }
2115
- textarea.i1tep2wa.ant-input {
2116
- transition-property: height;
2117
- transition-delay: 50ms;
2076
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2077
+ background: rgba(237, 241, 250, 0.6);
2118
2078
  }
2119
- textarea.i1tep2wa.ant-input.textarea-large {
2120
- min-height: 40px;
2121
- height: 40px;
2079
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2080
+ color: #2d3a56;
2122
2081
  }
2123
- textarea.i1tep2wa.ant-input.textarea-large:focus {
2124
- height: 80px;
2082
+
2083
+ .h1cuopx7 .ant-modal-header {
2084
+ margin: 0 auto;
2085
+ width: 100%;
2086
+ max-width: 648px;
2125
2087
  }
2126
- textarea.i1tep2wa.ant-input.textarea-middle {
2127
- min-height: 32px;
2128
- height: 32px;
2088
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2089
+ margin-left: 0;
2129
2090
  }
2130
- textarea.i1tep2wa.ant-input.textarea-middle:focus {
2131
- height: 64px;
2091
+ .h1cuopx7 .ant-modal-body {
2092
+ margin: 0 auto;
2093
+ padding: 0;
2094
+ width: 100%;
2095
+ max-width: 648px;
2096
+ overflow: hidden;
2132
2097
  }
2133
- textarea.i1tep2wa.ant-input.textarea-small {
2134
- min-height: 24px;
2135
- height: 24px;
2098
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2099
+ margin-bottom: 40px;
2136
2100
  }
2137
- textarea.i1tep2wa.ant-input.textarea-small:focus {
2138
- 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;
2139
2108
  }
2140
2109
 
2141
- .a583uz8 .ant-input-number-handler-wrap {
2142
- display: var(--a583uz8-0);
2110
+ .h1p6d3y3 .ant-modal-header {
2111
+ margin: 0 auto;
2112
+ width: 100%;
2113
+ max-width: 1024px;
2143
2114
  }
2144
- .a583uz8 .ant-input-number-input-wrap {
2145
- padding: 4px 11px;
2146
- display: inline-flex;
2147
- line-height: 1.5715;
2148
- height: inherit;
2115
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2116
+ margin-left: 0;
2149
2117
  }
2150
- .a583uz8 .ant-input-number-input-wrap::after {
2151
- content: var(--a583uz8-1);
2152
- display: var(--a583uz8-2);
2153
- flex: none;
2154
- align-items: center;
2155
- 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;
2156
2124
  }
2157
- .a583uz8 .ant-input-number-input-wrap::before {
2158
- content: var(--a583uz8-3);
2159
- display: var(--a583uz8-4);
2160
- flex: none;
2161
- align-items: center;
2162
- margin-right: 4px;
2163
- cursor: auto;
2125
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2126
+ margin-bottom: 40px;
2164
2127
  }
2165
- .a583uz8 .ant-input-number-input {
2166
- padding: 0;
2167
- margin: 0;
2168
- height: auto;
2169
- font-size: inherit;
2128
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2129
+ height: calc(100vh - 225px);
2130
+ overflow-y: auto;
2170
2131
  }
2171
-
2172
- .a1ej28xa .ant-input-number-handler-wrap {
2173
- display: var(--a1ej28xa-0);
2132
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2133
+ margin: 0 auto;
2134
+ max-width: 1024px;
2174
2135
  }
2175
- .a1ej28xa .ant-input-number-input-wrap {
2176
- padding: 5px 12px;
2177
- display: inline-flex;
2178
- line-height: 1.5715;
2179
- height: 100%;
2180
- width: 100%;
2136
+
2137
+ .fxgckuk {
2138
+ flex: 1;
2181
2139
  }
2182
- .a1ej28xa .ant-input-number-input-wrap::after {
2183
- content: var(--a1ej28xa-1);
2184
- display: var(--a1ej28xa-2);
2185
- flex: none;
2186
- align-items: center;
2187
- margin-left: 4px;
2140
+ .fxgckuk label {
2141
+ font-size: 13px;
2142
+ line-height: 20px;
2188
2143
  color: rgba(44, 56, 82, 0.6);
2189
2144
  }
2190
- .a1ej28xa .ant-input-number-input-wrap::before {
2191
- content: var(--a1ej28xa-3);
2192
- display: var(--a1ej28xa-4);
2193
- flex: none;
2194
- align-items: center;
2195
- margin-right: 4px;
2196
- cursor: auto;
2197
- 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;
2198
2150
  }
2199
- .a1ej28xa.ant-input-number {
2200
- width: 100%;
2201
- border-radius: 6px;
2151
+ .fxgckuk.connect-cluster .title {
2152
+ padding-bottom: 26px;
2202
2153
  }
2203
- .a1ej28xa.ant-input-number:not([disabled]):focus, .a1ej28xa.ant-input-number:not([disabled]):active, .a1ej28xa.ant-input-number:not([disabled]).ant-input-number-focused {
2204
- border-color: #0096ff;
2205
- 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;
2206
2159
  }
2207
- .a1ej28xa.ant-input-number.error:not([disabled]):hover, .a1ej28xa.ant-input-number.error:not([disabled]).ant-input-number-focused {
2208
- border-color: #e75a3a;
2209
- 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;
2210
2165
  }
2211
- .a1ej28xa .ant-input-number-input {
2212
- padding: 0;
2213
- margin: 0;
2214
- height: auto;
2215
- font-size: inherit;
2166
+ .f4u402y > label {
2167
+ width: 216px;
2216
2168
  }
2217
-
2218
- input.lfxc594.ant-input {
2219
- border-top-right-radius: 0;
2220
- border-bottom-right-radius: 0;
2169
+ .f4u402y > label + * {
2170
+ width: 100%;
2221
2171
  }
2222
-
2223
- .lfxc594.ant-input-affix-wrapper {
2224
- border-top-right-radius: 0;
2225
- border-bottom-right-radius: 0;
2172
+ .f4u402y .ant-select {
2173
+ width: 100%;
2226
2174
  }
2227
2175
 
2228
- input.r1cwjuew.ant-input {
2229
- border-top-left-radius: 0;
2230
- border-bottom-left-radius: 0;
2176
+ .e1pldf6v {
2177
+ color: #e75a3a;
2178
+ margin-right: 10px;
2231
2179
  }
2232
2180
 
2233
- .r1cwjuew.ant-input-affix-wrapper {
2234
- border-top-left-radius: 0;
2235
- 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;
2236
2186
  }
2237
2187
 
2238
- .c1whwrkn {
2239
- color: #2d3a56;
2240
- line-height: 22px;
2241
- display: inline-flex;
2242
- }
2243
- .c1whwrkn .ant-checkbox {
2244
- height: 22px;
2188
+ .l1v7sr0n {
2245
2189
  display: flex;
2190
+ justify-content: center;
2246
2191
  align-items: center;
2247
- top: 0;
2248
- }
2249
- .c1whwrkn .ant-checkbox-checked::after {
2250
- border: none;
2251
- }
2252
- .c1whwrkn.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c1whwrkn.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
2253
- .c1whwrkn .ant-checkbox:hover .ant-checkbox-inner {
2254
- border-color: #0080ff;
2192
+ height: 100%;
2255
2193
  }
2256
- .c1whwrkn .ant-checkbox .ant-checkbox-inner {
2257
- border: 1px solid rgba(107, 128, 167, 0.6);
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;
2258
2203
  }
2259
- .c1whwrkn .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
2260
- .c1whwrkn .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
2261
- border: 1px solid #0080ff;
2204
+
2205
+ .m1jy87hk .ant-modal-header,
2206
+ .m1jy87hk .ant-modal-footer .footer-content {
2207
+ width: 648px;
2208
+ margin: 0 auto;
2262
2209
  }
2263
- .c1whwrkn .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
2264
- background: #0080ff;
2210
+ .m1jy87hk .ant-modal-header {
2211
+ padding: 35px 0 24px;
2212
+ border: none;
2265
2213
  }
2266
- .c1whwrkn .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
2267
- background-color: #fff;
2268
- height: 2px;
2269
- width: 10px;
2270
- border-radius: 2px;
2214
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2215
+ font-size: 30px;
2271
2216
  }
2272
- .c1whwrkn.ant-checkbox-wrapper-disabled {
2273
- opacity: 0.5;
2217
+ .m1jy87hk .ant-modal-body {
2218
+ padding: 4px 0 2px;
2274
2219
  }
2275
- .c1whwrkn.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
2276
- background: rgba(211, 218, 235, 0.6);
2277
- border-color: rgba(107, 128, 167, 0.6) !important;
2220
+ .m1jy87hk .ant-modal-footer {
2221
+ border: none;
2278
2222
  }
2279
- .c1whwrkn.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
2280
- border-color: #2d3a56;
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);
2281
2233
  }
2282
- .c1whwrkn.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
2283
- background: #2d3a56;
2234
+ .ti7fpyu:not(:first-child) {
2235
+ margin-left: 4px;
2284
2236
  }
2285
- .c1whwrkn .ant-checkbox + span,
2286
- .c1whwrkn .ant-checkbox-disabled + span {
2287
- padding: 0;
2237
+
2238
+ .f1rest1f {
2239
+ width: 100%;
2240
+ height: 100%;
2241
+ display: flex;
2242
+ align-items: center;
2243
+ justify-content: center;
2288
2244
  }
2289
- .c1whwrkn .ant-checkbox + span .main,
2290
- .c1whwrkn .ant-checkbox-disabled + span .main {
2291
- display: inline-block;
2292
- margin-left: 12px;
2293
- color: #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;
2294
2255
  }
2295
- .c1whwrkn .ant-checkbox + span .sub,
2296
- .c1whwrkn .ant-checkbox-disabled + span .sub {
2297
- margin-left: 28px;
2298
- color: rgba(44, 56, 82, 0.6);
2256
+
2257
+ .f1y3gta0.form-item-general {
2258
+ width: 640px;
2299
2259
  }
2300
- .c1whwrkn.compact .ant-checkbox + span .main,
2301
- .c1whwrkn.compact .ant-checkbox-disabled + span .main {
2302
- margin-left: 8px;
2260
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2261
+ margin-top: 16px;
2303
2262
  }
2304
- .c1whwrkn.compact .ant-checkbox + span .sub,
2305
- .c1whwrkn.compact .ant-checkbox-disabled + span .sub {
2306
- margin-left: 24px;
2263
+ .f1y3gta0.form-item-compact {
2264
+ width: 412px;
2307
2265
  }
2308
-
2309
- .s6j2ybb.ant-select, .s6j2ybb.ant-select .ant-select-selector {
2310
- border-radius: 6px;
2266
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2267
+ margin-top: 8px;
2268
+ }
2269
+ .f1y3gta0 .form-item {
2270
+ width: auto;
2271
+ }
2272
+ .f1y3gta0 .form-item-main {
2273
+ position: relative;
2274
+ display: flex;
2311
2275
  }
2312
- .s6j2ybb.ant-select.ant-select-single {
2276
+ .f1y3gta0 .form-item-extra {
2277
+ margin-top: 4px;
2313
2278
  width: 100%;
2314
- height: 30px;
2315
- color: #2d3a56;
2316
- border-color: rgba(211, 218, 235, 0.6);
2317
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2279
+ padding: 14px;
2280
+ background: #f2f4f6;
2318
2281
  font-size: 13px;
2282
+ line-height: 1.8;
2283
+ color: #8e9aa9;
2319
2284
  }
2320
- .s6j2ybb.ant-select.ant-select-single.ant-select-lg {
2321
- height: 38px;
2285
+ .f1y3gta0 .form-item-label {
2286
+ padding-right: 12px;
2322
2287
  font-size: 13px;
2288
+ color: rgba(44, 56, 82, 0.6);
2323
2289
  }
2324
- .s6j2ybb.ant-select.ant-select-single .ant-select-arrow,
2325
- .s6j2ybb.ant-select.ant-select-single .ant-select-arrow .anticon-down {
2326
- transition: 160ms ease;
2327
- }
2328
- .s6j2ybb.ant-select.ant-select-single .ant-select-arrow-loading {
2329
- color: #0080ff;
2330
- }
2331
- .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 {
2332
- border-color: rgba(107, 128, 167, 0.6);
2333
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2334
- }
2335
- .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 {
2336
- color: #0080ff;
2290
+ .f1y3gta0 .form-item-label.label-right {
2291
+ text-align: right;
2337
2292
  }
2338
- .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 {
2339
- border-color: #0080ff;
2340
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2293
+ .f1y3gta0 .form-item-label,
2294
+ .f1y3gta0 .form-item-control {
2295
+ line-height: 32px;
2341
2296
  }
2342
- .s6j2ybb.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
2343
- transform: rotate(180deg);
2297
+ .f1y3gta0 .form-item-control .form-item-error {
2298
+ line-height: 18px;
2344
2299
  }
2345
- .s6j2ybb.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
2346
- background: rgba(211, 218, 235, 0.6);
2347
- border-color: rgba(172, 186, 211, 0.6);
2348
- cursor: "not-allowed";
2300
+ .f1y3gta0 .form-item-children {
2301
+ width: 100%;
2349
2302
  }
2350
- .s6j2ybb.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
2351
- border-color: #f0483e !important;
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%;
2352
2305
  }
2353
- .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 {
2354
- color: #1d326c;
2306
+ .f1y3gta0 .form-item-error {
2307
+ color: #e75a3a;
2308
+ height: 0;
2309
+ overflow: hidden;
2355
2310
  }
2356
- .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 {
2357
- border-color: #0080ff;
2358
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2311
+ .f1y3gta0 .form-item-error-enter-done {
2312
+ margin-top: 4px;
2313
+ height: auto;
2314
+ overflow: auto;
2359
2315
  }
2360
- .s6j2ybb.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
2361
- transform: rotate(180deg);
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;
2362
2320
  }
2363
2321
 
2364
- .l1b31rws.ant-select, .l1b31rws.ant-select .ant-select-selector {
2365
- border-top-right-radius: 0;
2366
- border-bottom-right-radius: 0;
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;
2367
2328
  }
2368
-
2369
- .r1cpdiag.ant-select, .r1cpdiag.ant-select .ant-select-selector {
2370
- border-top-left-radius: 0;
2371
- border-bottom-left-radius: 0;
2329
+ .fujbm7g:not(:first-of-type) {
2330
+ margin-top: 16px;
2372
2331
  }
2373
2332
 
2374
- .p12gwtiw {
2333
+ .e5fsw5s {
2334
+ width: 8px;
2335
+ height: 24px;
2375
2336
  display: flex;
2376
- justify-content: space-between;
2337
+ justify-content: center;
2377
2338
  align-items: center;
2378
- padding: 10px 0;
2379
- color: rgba(44, 56, 82, 0.6);
2380
- font-size: 12px;
2381
- line-height: 24px;
2339
+ cursor: pointer;
2340
+ transition: all 200ms ease-out 40ms;
2382
2341
  }
2383
- .p12gwtiw .pagination-left {
2384
- padding: 2px 8px;
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);
2385
2351
  }
2386
- .p12gwtiw .dropdown-trigger {
2387
- display: flex;
2388
- align-items: center;
2352
+ .e5fsw5s:after {
2353
+ transform: rotate(45deg);
2354
+ left: 1px;
2355
+ }
2356
+
2357
+ .w18knsg4.ant-alert-warning {
2358
+ border: 0;
2359
+ background: rgba(255, 187, 0, 0.1);
2389
2360
  border-radius: 6px;
2390
- cursor: pointer;
2391
- transition: all 0.3s ease;
2392
2361
  }
2393
- .p12gwtiw .dropdown-trigger:hover {
2394
- background: rgba(211, 218, 235, 0.6);
2395
- color: #0080ff;
2362
+ .w18knsg4.ant-alert,
2363
+ .w18knsg4 .ant-alert-message {
2364
+ color: #e07f00;
2396
2365
  }
2397
- .p12gwtiw .dropdown-trigger .icon-inner {
2398
- margin-left: 4px;
2366
+ .w18knsg4.ant-alert .dashed-border-bottom,
2367
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2368
+ border-bottom-color: #e07f00;
2399
2369
  }
2400
- .p12gwtiw .pagination-right {
2370
+
2371
+ .ng31n2o {
2401
2372
  display: flex;
2402
- align-items: center;
2403
- color: #0080ff;
2404
- font-weight: bold;
2405
- }
2406
- .p12gwtiw .pagination-right .icon-inner {
2407
- margin-left: 4px;
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;
2408
2380
  }
2409
- .p12gwtiw .pagination-right .prev-btn,
2410
- .p12gwtiw .pagination-right .next-btn {
2411
- padding: 0 8px;
2381
+ .ng31n2o .icon-wrapper {
2382
+ margin-right: 10px;
2383
+ height: 18px;
2412
2384
  }
2413
- .p12gwtiw .pagination-right .prev-btn > span,
2414
- .p12gwtiw .pagination-right .next-btn > span {
2415
- color: #0080ff;
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;
2416
2395
  }
2417
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2418
- transform: rotate(180deg);
2396
+ .n15x5f5y .icon-wrapper {
2397
+ margin-right: 10px;
2398
+ height: 18px;
2419
2399
  }
2420
2400
 
2421
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2422
- max-height: calc(100vh - 128px);
2423
- overflow-y: auto;
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;
2424
2410
  }
2425
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2426
- padding: 4px 20px;
2411
+ .i16ozz3f .icon-wrapper {
2412
+ margin-right: 10px;
2413
+ height: 18px;
2414
+ }
2415
+
2416
+ .dszu9qr {
2417
+ color: rgba(44, 56, 82, 0.6);
2418
+ margin-top: 5px;
2427
2419
  font-size: 12px;
2428
2420
  line-height: 18px;
2429
2421
  }
2430
2422
 
2431
- .s34f1qb.ant-switch {
2432
- min-width: 40px;
2433
- height: 24px;
2434
- background: rgba(172, 186, 211, 0.6);
2435
- overflow: hidden;
2423
+ .snxzgx {
2424
+ color: #f0483e;
2425
+ font-size: 12px;
2426
+ white-space: pre-wrap;
2436
2427
  }
2437
- .s34f1qb.ant-switch:focus {
2438
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2428
+
2429
+ .o1i4orqw {
2430
+ display: flex;
2431
+ align-items: center;
2432
+ justify-content: flex-end;
2439
2433
  }
2440
- .s34f1qb.ant-switch-small {
2441
- min-width: 26px;
2442
- height: 16px;
2434
+ .o1i4orqw .icon-wrapper {
2435
+ margin-right: 16px;
2443
2436
  }
2444
- .s34f1qb.ant-switch-large {
2445
- min-width: 52px;
2446
- height: 32px;
2447
- }
2448
- .s34f1qb.ant-switch .ant-switch-handle {
2449
- height: 20px;
2450
- width: 20px;
2437
+
2438
+ .t79k8o2 {
2439
+ color: rgba(0, 21, 64, 0.3);
2451
2440
  }
2452
- .s34f1qb.ant-switch .ant-switch-handle::before {
2453
- border-radius: 10px;
2454
- transition-delay: 120ms;
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;
2455
2449
  }
2456
- .s34f1qb.ant-switch-small .ant-switch-handle {
2457
- height: 14px;
2458
- width: 14px;
2459
- top: 1px;
2460
- left: 1px;
2450
+ .ipd9bk.ant-input.ant-input-lg {
2451
+ padding: 8px 16px;
2452
+ line-height: 22px;
2461
2453
  }
2462
- .s34f1qb.ant-switch-large .ant-switch-handle {
2463
- height: 28px;
2464
- width: 28px;
2454
+ .ipd9bk.ant-input.ant-input-sm {
2455
+ padding: 2px 8px;
2456
+ line-height: 18px;
2465
2457
  }
2466
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2467
- border-radius: 14px;
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);
2468
2461
  }
2469
- .s34f1qb.ant-switch-checked {
2470
- background-color: #00ba5d;
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);
2471
2465
  }
2472
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2473
- left: calc(100% - 20px - 2px);
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;
2474
2469
  }
2475
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2476
- left: calc(100% - 14px - 1px);
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);
2477
2473
  }
2478
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2479
- left: calc(100% - 28px - 2px);
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);
2480
2477
  }
2481
-
2482
- .c1to9vb9 {
2483
- margin-left: 5px;
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);
2484
2482
  }
2485
-
2486
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2487
- flex-direction: row;
2488
- justify-content: stretch;
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;
2488
+ color: #2d3a56;
2489
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2489
2490
  }
2490
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2491
- padding: 0;
2492
- margin-right: 4px;
2493
- flex: 1;
2494
- overflow: visible;
2491
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2492
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2493
+ color: rgba(44, 56, 82, 0.6);
2495
2494
  }
2496
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2497
- display: none;
2495
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2496
+ padding: 8px 16px;
2497
+ line-height: 22px;
2498
2498
  }
2499
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2500
- width: 100%;
2501
- min-height: unset;
2499
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2500
+ padding: 2px 8px;
2501
+ line-height: 18px;
2502
2502
  }
2503
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2504
- height: 26px;
2505
- line-height: 26px;
2506
- width: 100%;
2507
- text-align: center;
2508
- padding: 0;
2509
- font-size: 12px;
2510
- font-weight: normal;
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);
2511
2506
  }
2512
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2513
- margin-right: 10px;
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);
2514
2510
  }
2515
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2516
- display: none;
2511
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2512
+ border-color: #e75a3a;
2517
2513
  }
2518
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2519
- border-radius: 4px 0 0 4px;
2514
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2515
+ color: #e75a3a;
2520
2516
  }
2521
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2522
- margin-right: 0;
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);
2523
2520
  }
2524
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2525
- border-radius: 0 4px 4px 0;
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);
2526
2524
  }
2527
- .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 {
2528
- content: "";
2529
- width: 0;
2530
- height: 0;
2531
- border: 13px solid transparent;
2532
- position: absolute;
2533
- top: 0;
2534
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2535
- right: -21px;
2536
- z-index: 2;
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);
2537
2529
  }
2538
- .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 {
2539
- content: "";
2540
- width: 0;
2541
- height: 0;
2542
- border: 13px solid transparent;
2543
- position: absolute;
2544
- top: 0;
2545
- border-left: 8px solid #fff;
2546
- left: 0;
2530
+ textarea.ipd9bk.ant-input {
2531
+ transition-property: height;
2532
+ transition-delay: 50ms;
2547
2533
  }
2548
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2549
- background-color: rgba(0, 136, 255, 0.1);
2534
+ textarea.ipd9bk.ant-input.textarea-large {
2535
+ min-height: 40px;
2536
+ height: 40px;
2550
2537
  }
2551
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2552
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2538
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2539
+ height: 80px;
2553
2540
  }
2554
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2555
- color: #005ed1;
2541
+ textarea.ipd9bk.ant-input.textarea-middle {
2542
+ min-height: 32px;
2543
+ height: 32px;
2556
2544
  }
2557
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2558
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2559
- background-color: rgba(237, 241, 250, 0.6);
2545
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2546
+ height: 64px;
2560
2547
  }
2561
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2562
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2563
- color: rgba(44, 56, 82, 0.6);
2548
+ textarea.ipd9bk.ant-input.textarea-small {
2549
+ min-height: 24px;
2550
+ height: 24px;
2564
2551
  }
2565
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2566
- padding: 0;
2552
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2553
+ height: 40px;
2567
2554
  }
2568
2555
 
2569
- .cz04yix {
2570
- display: flex;
2571
- flex-direction: column;
2556
+ .kypn5o5 input, .kypn5o5.input-tags {
2557
+ border: 1px solid rgba(213, 219, 227, 0.6);
2558
+ border-radius: 4px;
2572
2559
  }
2573
-
2574
- .m1if5j39 {
2575
- max-width: 1120px;
2576
- width: 100%;
2577
- margin: 0 auto;
2578
- height: 100%;
2560
+ .kypn5o5.input-tags {
2561
+ position: relative;
2562
+ padding: 6px;
2563
+ height: 32px;
2564
+ cursor: pointer;
2565
+ transition: border 150ms;
2579
2566
  }
2580
-
2581
- .w1vvwdlp {
2582
- max-width: 1120px;
2583
- width: 100%;
2584
- margin: 0 auto;
2585
- display: flex;
2567
+ .kypn5o5.input-tags:hover {
2568
+ border-color: #0080ff;
2569
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2586
2570
  }
2587
- .w1vvwdlp .left,
2588
- .w1vvwdlp .right {
2589
- flex-grow: 0;
2590
- flex-shrink: 0;
2591
- flex-basis: 21%;
2571
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2572
+ padding-right: 30px;
2592
2573
  }
2593
- .w1vvwdlp .left {
2574
+ .kypn5o5.input-tags .input-tags-inner {
2594
2575
  display: flex;
2595
- justify-content: flex-end;
2596
- padding-right: 44px;
2597
2576
  }
2598
- .w1vvwdlp .right {
2599
- padding-left: 44px;
2577
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2578
+ display: flex;
2600
2579
  }
2601
- .w1vvwdlp .middle {
2602
- margin-bottom: 40px;
2603
- flex-grow: 0;
2604
- flex-shrink: 0;
2605
- flex-basis: 58%;
2580
+ .kypn5o5.input-tags .input-tag-suffix {
2581
+ position: absolute;
2582
+ right: 12px;
2583
+ top: 50%;
2584
+ transform: translateY(-50%);
2606
2585
  }
2607
- .w1vvwdlp .middle .form-base-field {
2608
- width: 100%;
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;
2609
2590
  }
2610
- .w1vvwdlp .middle .form-base-field .form-base-field {
2611
- width: auto;
2591
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2592
+ color: rgba(0, 0, 0, 0.45);
2612
2593
  }
2613
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2614
- flex: initial;
2594
+ .kypn5o5.has-focus-indicator {
2595
+ position: relative;
2596
+ overflow: hidden;
2615
2597
  }
2616
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2617
- margin-top: 4px;
2598
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2599
+ position: absolute;
2600
+ top: 50%;
2601
+ transform: translateY(-50%);
2602
+ left: -16px;
2603
+ transition: left 150ms ease;
2604
+ opacity: 0;
2618
2605
  }
2619
- .w1vvwdlp .ant-steps-item-icon,
2620
- .w1vvwdlp .ant-steps-item-tail {
2621
- display: none !important;
2606
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2607
+ left: 8px;
2608
+ opacity: 1;
2622
2609
  }
2623
- .w1vvwdlp .ant-steps-item-container {
2624
- padding: 0 15px;
2625
- border-radius: 4px;
2626
- height: 32px;
2627
- display: flex;
2628
- align-items: center;
2610
+ .kypn5o5.has-focus-indicator input {
2611
+ transition: margin-left 150ms ease;
2612
+ margin-left: 0px;
2629
2613
  }
2630
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2631
- min-height: auto;
2632
- white-space: nowrap;
2614
+ .kypn5o5.has-focus-indicator input:focus {
2615
+ margin-left: 16px;
2633
2616
  }
2634
- .w1vvwdlp .ant-steps-item-description {
2635
- padding-bottom: 0px;
2617
+
2618
+ input.l1ki27se.ant-input {
2619
+ border-top-right-radius: 0;
2620
+ border-bottom-right-radius: 0;
2636
2621
  }
2637
- .w1vvwdlp .ant-steps-item-title {
2638
- font-size: 13px !important;
2639
- line-height: 20px !important;
2622
+
2623
+ .l1ki27se.ant-input-affix-wrapper {
2624
+ border-top-right-radius: 0;
2625
+ border-bottom-right-radius: 0;
2640
2626
  }
2641
- .w1vvwdlp .ant-steps-item-title .step-index {
2642
- display: inline-block;
2643
- text-align: center;
2644
- width: 13px;
2645
- margin-right: 12px;
2646
- }
2647
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2648
- background: rgba(0, 128, 255, 0.1);
2627
+
2628
+ input.rrg1fkn.ant-input {
2629
+ border-top-left-radius: 0;
2630
+ border-bottom-left-radius: 0;
2649
2631
  }
2650
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2651
- color: #005ed1;
2632
+
2633
+ .rrg1fkn.ant-input-affix-wrapper {
2634
+ border-top-left-radius: 0;
2635
+ border-bottom-left-radius: 0;
2652
2636
  }
2653
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2654
- background: rgba(237, 241, 250, 0.6);
2637
+
2638
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2639
+ border-top-right-radius: 0;
2640
+ border-bottom-right-radius: 0;
2655
2641
  }
2656
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2657
- color: rgba(10, 37, 85, 0.6) !important;
2642
+
2643
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2644
+ border-top-left-radius: 0;
2645
+ border-bottom-left-radius: 0;
2658
2646
  }
2659
- .w1vvwdlp .ant-steps-item-disabled {
2660
- cursor: not-allowed;
2647
+
2648
+ .rxbeqvl.ant-radio-wrapper {
2649
+ display: inline-flex;
2650
+ align-items: baseline;
2651
+ white-space: pre-wrap;
2661
2652
  }
2662
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2663
- background: rgba(237, 241, 250, 0.6);
2653
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2654
+ position: relative;
2655
+ top: 3px;
2664
2656
  }
2665
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2666
- color: #2d3a56;
2657
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2658
+ border-color: rgba(107, 128, 167, 0.6);
2667
2659
  }
2668
-
2669
- .h1cuopx7 .ant-modal-header {
2670
- margin: 0 auto;
2671
- width: 100%;
2672
- max-width: 648px;
2660
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2661
+ border-color: #0080ff;
2673
2662
  }
2674
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2675
- margin-left: 0;
2663
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2664
+ border-color: #0080ff;
2665
+ background: #0080ff;
2676
2666
  }
2677
- .h1cuopx7 .ant-modal-body {
2678
- margin: 0 auto;
2679
- padding: 0;
2680
- width: 100%;
2681
- max-width: 648px;
2682
- overflow: hidden;
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;
2683
2673
  }
2684
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2685
- margin-bottom: 40px;
2674
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2675
+ opacity: 0.5;
2686
2676
  }
2687
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2688
- height: calc(100vh - 225px);
2689
- overflow-y: auto;
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);
2690
2680
  }
2691
- .h1cuopx7 .ant-modal-footer .footer-content {
2692
- margin: 0 auto;
2693
- max-width: 648px;
2681
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2682
+ background: #00122e;
2694
2683
  }
2695
-
2696
- .h1p6d3y3 .ant-modal-header {
2697
- margin: 0 auto;
2698
- width: 100%;
2699
- max-width: 1024px;
2684
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2685
+ color: #00122e;
2686
+ opacity: 0.5;
2700
2687
  }
2701
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2702
- margin-left: 0;
2688
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2689
+ color: #00122e;
2703
2690
  }
2704
- .h1p6d3y3 .ant-modal-body {
2705
- margin: 0 auto;
2691
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2692
+ display: inline-block;
2706
2693
  padding: 0;
2707
- width: 100%;
2708
- max-width: 1024px;
2709
- overflow: hidden;
2710
- }
2711
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2712
- margin-bottom: 40px;
2694
+ padding-left: 12px;
2713
2695
  }
2714
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2715
- height: calc(100vh - 225px);
2716
- overflow-y: auto;
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);
2717
2700
  }
2718
- .h1p6d3y3 .ant-modal-footer .footer-content {
2719
- margin: 0 auto;
2720
- max-width: 1024px;
2701
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2702
+ padding-left: 8px;
2721
2703
  }
2722
2704
 
2723
- .fxgckuk {
2724
- flex: 1;
2705
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2706
+ border-radius: 5px 0 0 5px;
2725
2707
  }
2726
- .fxgckuk label {
2727
- font-size: 13px;
2728
- line-height: 20px;
2729
- color: rgba(44, 56, 82, 0.6);
2708
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2709
+ border-radius: 0 5px 5px 0;
2730
2710
  }
2731
- .fxgckuk .title {
2732
- font-size: 14px;
2733
- line-height: 20px;
2734
- color: #2d3a56;
2735
- margin-bottom: 12px;
2711
+
2712
+ .r1f0aqcc {
2713
+ color: #00122e;
2714
+ border-color: #ccd4e3;
2736
2715
  }
2737
- .fxgckuk.connect-cluster .title {
2738
- padding-bottom: 26px;
2716
+ .r1f0aqcc:first-child {
2717
+ color: #00122e;
2718
+ border-color: #a3b4cc;
2739
2719
  }
2740
-
2741
- .f1d0vek1 {
2742
- padding: 25px 0 15px 0;
2743
- border-bottom: 1px solid #e1e5eb;
2744
- margin-bottom: 16px;
2720
+ .r1f0aqcc.ant-radio-button-wrapper {
2721
+ padding: 0 12px;
2722
+ line-height: 32px;
2723
+ height: 32px;
2745
2724
  }
2746
-
2747
- .f4u402y {
2748
- display: flex;
2749
- align-items: center;
2750
- margin-bottom: 8px;
2725
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2726
+ white-space: nowrap;
2751
2727
  }
2752
- .f4u402y > label {
2753
- width: 216px;
2728
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2729
+ background: #ccd4e3;
2754
2730
  }
2755
- .f4u402y > label + * {
2756
- width: 100%;
2731
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2732
+ background: #0080ff;
2757
2733
  }
2758
- .f4u402y .ant-select {
2759
- width: 100%;
2734
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2735
+ background: #ccd4e3;
2736
+ opacity: 0.5;
2760
2737
  }
2761
-
2762
- .e1pldf6v {
2763
- color: #e75a3a;
2764
- margin-right: 10px;
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;
2765
2740
  }
2766
-
2767
- .dq0gblh {
2768
- width: 100%;
2769
- height: 1px;
2770
- background: rgba(213, 219, 227, 0.6);
2771
- margin: 24px 0;
2741
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2742
+ border-color: #0080ff;
2772
2743
  }
2773
-
2774
- .l1v7sr0n {
2775
- display: flex;
2776
- justify-content: center;
2777
- align-items: center;
2778
- height: 100%;
2744
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2745
+ background: rgba(0, 136, 255, 0.1);
2779
2746
  }
2780
-
2781
- .d1i4ou6o {
2782
- display: inline-block;
2783
- width: 4px;
2784
- height: 4px;
2785
- background: #8e9aa9;
2786
- opacity: 0.4;
2787
- border-radius: 50%;
2788
- margin: 0 4px;
2747
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2748
+ background: rgba(211, 218, 235, 0.6);
2749
+ border-color: #ccd4e3;
2750
+ opacity: 0.5;
2789
2751
  }
2790
-
2791
- .m1jy87hk .ant-modal-header,
2792
- .m1jy87hk .ant-modal-footer .footer-content {
2793
- width: 648px;
2794
- margin: 0 auto;
2752
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2753
+ color: #00122e;
2754
+ border-color: #ccd4e3;
2795
2755
  }
2796
- .m1jy87hk .ant-modal-header {
2797
- padding: 35px 0 24px;
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);
2760
+ }
2761
+ .r1f0aqcc .ant-radio-button-input {
2762
+ margin-right: 8px;
2763
+ display: inline;
2798
2764
  border: none;
2765
+ padding: 0;
2766
+ width: 36px;
2767
+ background: transparent;
2799
2768
  }
2800
- .m1jy87hk .ant-modal-header .ant-modal-title {
2801
- font-size: 30px;
2769
+ .r1f0aqcc .ant-radio-button-input:focus {
2770
+ box-shadow: none;
2802
2771
  }
2803
- .m1jy87hk .ant-modal-body {
2804
- padding: 4px 0 2px;
2772
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2773
+ margin-right: 0;
2774
+ width: initial;
2775
+ box-shadow: none;
2805
2776
  }
2806
- .m1jy87hk .ant-modal-footer {
2807
- border: none;
2777
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2778
+ display: none;
2808
2779
  }
2809
-
2810
- .ti7fpyu {
2811
- font-size: 12px;
2812
- line-height: 18px;
2813
- font-weight: bold;
2814
- color: #fff;
2815
- padding: 0 4px;
2816
- border-radius: 4px;
2817
- display: inline-block;
2818
- background: var(--ti7fpyu-0);
2780
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2781
+ display: inline;
2819
2782
  }
2820
- .ti7fpyu:not(:first-child) {
2821
- margin-left: 4px;
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;
2822
2788
  }
2823
2789
 
2824
- .f1rest1f {
2825
- width: 100%;
2826
- height: 100%;
2827
- display: flex;
2828
- align-items: center;
2829
- justify-content: center;
2790
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2791
+ flex-direction: row;
2792
+ justify-content: stretch;
2830
2793
  }
2831
-
2832
- .n1kbdoln {
2833
- font-size: 90%;
2834
- font-weight: bold;
2835
- background-color: rgba(240, 243, 247, 0.6);
2836
- padding: 1px 4px 1px;
2837
- margin-left: 2px;
2838
- margin-right: 2px;
2839
- border: 1px solid rgba(213, 219, 227, 0.6);
2840
- border-radius: 4px;
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;
2841
2799
  }
2842
-
2843
- .f1y3gta0.form-item-general {
2844
- width: 640px;
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;
2845
2802
  }
2846
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2847
- margin-top: 16px;
2803
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2804
+ width: 100%;
2805
+ min-height: unset;
2848
2806
  }
2849
- .f1y3gta0.form-item-compact {
2850
- width: 412px;
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;
2810
+ width: 100%;
2811
+ text-align: center;
2812
+ padding: 0;
2813
+ font-size: 12px;
2814
+ font-weight: normal;
2851
2815
  }
2852
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2853
- margin-top: 8px;
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;
2854
2818
  }
2855
- .f1y3gta0 .form-item {
2856
- width: 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;
2857
2821
  }
2858
- .f1y3gta0 .form-item-main {
2859
- position: relative;
2860
- display: flex;
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;
2861
2824
  }
2862
- .f1y3gta0 .form-item-extra {
2863
- margin-top: 4px;
2864
- width: 100%;
2865
- padding: 14px;
2866
- background: #f2f4f6;
2867
- font-size: 13px;
2868
- line-height: 1.8;
2869
- color: #8e9aa9;
2825
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2826
+ margin-right: 0;
2870
2827
  }
2871
- .f1y3gta0 .form-item-label {
2872
- padding-right: 12px;
2873
- font-size: 13px;
2874
- color: rgba(44, 56, 82, 0.6);
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;
2875
2830
  }
2876
- .f1y3gta0 .form-item-label.label-right {
2877
- text-align: right;
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;
2878
2841
  }
2879
- .f1y3gta0 .form-item-label,
2880
- .f1y3gta0 .form-item-control {
2881
- line-height: 32px;
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;
2882
2851
  }
2883
- .f1y3gta0 .form-item-control .form-item-error {
2884
- line-height: 18px;
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);
2885
2854
  }
2886
- .f1y3gta0 .form-item-children {
2887
- width: 100%;
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;
2888
2857
  }
2889
- .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 {
2890
- width: 100%;
2858
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2859
+ color: #005ed1;
2891
2860
  }
2892
- .f1y3gta0 .form-item-error {
2893
- color: #e75a3a;
2894
- height: 0;
2895
- overflow: hidden;
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);
2896
2864
  }
2897
- .f1y3gta0 .form-item-error-enter-done {
2898
- margin-top: 4px;
2899
- height: auto;
2900
- overflow: auto;
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 {
2867
+ color: rgba(44, 56, 82, 0.6);
2901
2868
  }
2902
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2903
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2904
- border: 1px solid #e75a3a;
2905
- color: #e75a3a;
2869
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2870
+ padding: 0;
2906
2871
  }
2907
2872
 
2908
- .fujbm7g {
2909
- color: #2d3a56;
2910
- font-weight: bold;
2911
- padding-bottom: 6px;
2912
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2913
- margin-bottom: 16px;
2873
+ .obf05yr {
2874
+ display: inline-block;
2914
2875
  }
2915
- .fujbm7g:not(:first-of-type) {
2916
- margin-top: 16px;
2876
+
2877
+ .hsms1n6 {
2878
+ visibility: hidden;
2879
+ position: absolute;
2917
2880
  }
2918
2881
 
2919
- .e5fsw5s {
2920
- width: 8px;
2921
- height: 24px;
2922
- display: flex;
2923
- justify-content: center;
2924
- align-items: center;
2925
- cursor: pointer;
2926
- transition: all 200ms ease-out 40ms;
2882
+ .t1upn1sz {
2883
+ height: 100%;
2927
2884
  }
2928
- .e5fsw5s:before, .e5fsw5s:after {
2929
- content: "";
2930
- width: 1px;
2931
- height: 6px;
2932
- border-radius: 1px;
2933
- background: #ccd4e3;
2934
- position: relative;
2935
- right: 2px;
2936
- transform: rotate(-45deg);
2885
+
2886
+ .tta5kd2 {
2887
+ height: 100%;
2937
2888
  }
2938
- .e5fsw5s:after {
2939
- transform: rotate(45deg);
2940
- left: 1px;
2889
+ .tta5kd2.empty-table .ant-table-content {
2890
+ overflow: visible !important;
2891
+ height: 100%;
2941
2892
  }
2942
-
2943
- .w18knsg4.ant-alert-warning {
2944
- border: 0;
2945
- background: rgba(255, 187, 0, 0.1);
2946
- border-radius: 6px;
2893
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2894
+ height: 100%;
2947
2895
  }
2948
- .w18knsg4.ant-alert,
2949
- .w18knsg4 .ant-alert-message {
2950
- color: #e07f00;
2896
+ .tta5kd2.empty-table .ant-table-content table {
2897
+ width: 100% !important;
2898
+ height: 100%;
2951
2899
  }
2952
- .w18knsg4.ant-alert .dashed-border-bottom,
2953
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2954
- border-bottom-color: #e07f00;
2900
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2901
+ padding: 15px 0;
2955
2902
  }
2956
-
2957
- .ng31n2o {
2958
- display: flex;
2959
- flex-direction: row;
2960
- padding: 7px 12px;
2961
- background: rgba(255, 187, 0, 0.1);
2962
- border-radius: 6px;
2963
- color: #e07f00;
2964
- font-size: 12px;
2965
- line-height: 18px;
2903
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2904
+ display: none;
2966
2905
  }
2967
- .ng31n2o .icon-wrapper {
2968
- margin-right: 10px;
2969
- height: 18px;
2906
+ .tta5kd2 .active-row td:nth-child(1) {
2907
+ font-weight: 700;
2970
2908
  }
2971
-
2972
- .n15x5f5y {
2973
- display: flex;
2974
- flex-direction: row;
2975
- padding: 7px 12px;
2976
- background: rgba(225, 230, 241, 0.6);
2977
- border-radius: 6px;
2978
- color: rgba(44, 56, 82, 0.6);
2979
- font-size: 12px;
2980
- line-height: 18px;
2909
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2910
+ font-weight: 700;
2981
2911
  }
2982
- .n15x5f5y .icon-wrapper {
2983
- margin-right: 10px;
2984
- height: 18px;
2912
+ .tta5kd2 .ant-spin-nested-loading {
2913
+ height: 100%;
2985
2914
  }
2986
-
2987
- .i16ozz3f {
2988
- display: flex;
2989
- flex-direction: row;
2990
- padding: 7px 12px;
2991
- background: rgba(0, 136, 255, 0.1);
2992
- border-radius: 6px;
2993
- color: #005ed1;
2994
- font-size: 12px;
2995
- line-height: 18px;
2915
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2916
+ height: 100%;
2917
+ overflow: visible;
2996
2918
  }
2997
- .i16ozz3f .icon-wrapper {
2998
- margin-right: 10px;
2999
- height: 18px;
2919
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2920
+ max-height: none;
3000
2921
  }
3001
-
3002
- .dszu9qr {
3003
- color: rgba(44, 56, 82, 0.6);
3004
- margin-top: 5px;
3005
- font-size: 12px;
3006
- line-height: 18px;
2922
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2923
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2924
+ display: none;
3007
2925
  }
3008
-
3009
- .snxzgx {
3010
- color: #f0483e;
3011
- font-size: 12px;
3012
- white-space: pre-wrap;
2926
+ .tta5kd2 td.ant-table-column-sort {
2927
+ background: transparent;
3013
2928
  }
3014
-
3015
- .o1i4orqw {
2929
+ .tta5kd2 td.ant-table-cell-fix-left,
2930
+ .tta5kd2 td.ant-table-cell-fix-right {
2931
+ background: #fff;
2932
+ padding: 0 !important;
2933
+ }
2934
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2935
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3016
2936
  display: flex;
3017
2937
  align-items: center;
3018
- justify-content: flex-end;
2938
+ height: 100%;
2939
+ padding: 8px;
3019
2940
  }
3020
- .o1i4orqw .icon-wrapper {
3021
- margin-right: 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%;
3022
2946
  }
3023
-
3024
- .t79k8o2 {
3025
- color: rgba(0, 21, 64, 0.3);
2947
+ .tta5kd2 .ant-table-container {
2948
+ height: 100%;
3026
2949
  }
3027
-
3028
- .i1e4sgug {
3029
- display: inline-block;
2950
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2951
+ box-shadow: none !important;
3030
2952
  }
3031
-
3032
- .rxbeqvl.ant-radio-wrapper {
3033
- display: inline-flex;
3034
- align-items: baseline;
3035
- white-space: pre-wrap;
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;
3036
2961
  }
3037
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2962
+ .tta5kd2 .ant-table .ant-table-header {
3038
2963
  position: relative;
3039
- top: 3px;
2964
+ z-index: 3;
2965
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2966
+ margin-bottom: -1px;
3040
2967
  }
3041
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
3042
- border-color: rgba(107, 128, 167, 0.6);
2968
+ .tta5kd2 .ant-table .time-wrapper .data,
2969
+ .tta5kd2 .ant-table .value {
2970
+ color: #2d3a56;
3043
2971
  }
3044
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
3045
- border-color: #0080ff;
2972
+ .tta5kd2 .ant-table .time-wrapper .time,
2973
+ .tta5kd2 .ant-table .unit {
2974
+ color: rgba(44, 56, 82, 0.6);
3046
2975
  }
3047
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3048
- border-color: #0080ff;
3049
- background: #0080ff;
2976
+ .tta5kd2 .ant-table .ant-table-selection {
2977
+ text-align: center;
3050
2978
  }
3051
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
3052
- top: 4px;
3053
- left: 4px;
3054
- width: 6px;
3055
- height: 6px;
2979
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3056
2980
  background: #fff;
3057
2981
  }
3058
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3059
- opacity: 0.5;
2982
+ .tta5kd2 .ant-table .anticon-setting {
2983
+ cursor: pointer;
2984
+ position: absolute;
2985
+ top: 50%;
2986
+ right: 12px;
2987
+ transform: translateY(-50%);
3060
2988
  }
3061
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
3062
- border-color: rgba(107, 128, 167, 0.6);
3063
- background: rgba(211, 218, 235, 0.6);
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);
3064
2993
  }
3065
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3066
- background: #00122e;
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);
3067
2998
  }
3068
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3069
- color: #00122e;
3070
- opacity: 0.5;
2999
+ .tta5kd2 .ant-table .ant-table-tbody {
3000
+ position: relative;
3071
3001
  }
3072
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
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;
3073
3008
  color: #00122e;
3074
3009
  }
3075
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3076
- display: inline-block;
3077
- padding: 0;
3078
- padding-left: 12px;
3010
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3011
+ background: #f2f5fa;
3012
+ border-bottom-color: #f2f5fa;
3079
3013
  }
3080
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
3081
- margin-bottom: 0;
3082
- white-space: pre-wrap;
3083
- color: rgba(44, 56, 82, 0.6);
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;
3084
3023
  }
3085
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3086
- padding-left: 8px;
3024
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3025
+ color: #0096ff;
3087
3026
  }
3088
-
3089
- .r5ie79y .ant-radio-button-wrapper:first-child {
3090
- border-radius: 5px 0 0 5px;
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;
3091
3032
  }
3092
- .r5ie79y .ant-radio-button-wrapper:last-child {
3093
- border-radius: 0 5px 5px 0;
3033
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3034
+ line-height: 0px;
3094
3035
  }
3095
-
3096
- .r1f0aqcc {
3097
- color: #00122e;
3098
- border-color: #ccd4e3;
3036
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3037
+ border-top-color: transparent;
3099
3038
  }
3100
- .r1f0aqcc:first-child {
3101
- color: #00122e;
3102
- border-color: #a3b4cc;
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;
3103
3042
  }
3104
- .r1f0aqcc.ant-radio-button-wrapper {
3105
- padding: 0 12px;
3106
- line-height: 32px;
3107
- height: 32px;
3043
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3044
+ border-radius: 8px 0 0 8px;
3108
3045
  }
3109
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
3110
- white-space: nowrap;
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;
3111
3048
  }
3112
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3113
- background: #ccd4e3;
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;
3114
3055
  }
3115
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3116
- background: #0080ff;
3056
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3057
+ border-radius: 0 8px 8px 0;
3117
3058
  }
3118
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3119
- background: #ccd4e3;
3120
- opacity: 0.5;
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;
3121
3063
  }
3122
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
3123
- border-right-color: #0080ff;
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;
3067
+ background: rgba(225, 230, 241, 0.6);
3124
3068
  }
3125
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3126
- border-color: #0080ff;
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);
3127
3072
  }
3128
- .r1f0aqcc.ant-radio-button-wrapper-checked {
3129
- background: rgba(0, 136, 255, 0.1);
3073
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3074
+ display: flex;
3075
+ align-items: center;
3076
+ height: 100%;
3077
+ background: rgba(225, 230, 241, 0.6);
3130
3078
  }
3131
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
3132
- background: rgba(211, 218, 235, 0.6);
3133
- border-color: #ccd4e3;
3134
- opacity: 0.5;
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);
3135
3082
  }
3136
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3137
- color: #00122e;
3138
- border-color: #ccd4e3;
3083
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3084
+ display: flex;
3085
+ align-items: center;
3086
+ height: 100%;
3087
+ background: rgba(225, 230, 241, 0.6);
3139
3088
  }
3140
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
3141
- color: #00122e;
3142
- border-color: #ccd4e3;
3143
- background: rgba(172, 186, 211, 0.6);
3089
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3090
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3144
3091
  }
3145
- .r1f0aqcc .ant-radio-button-input {
3146
- margin-right: 8px;
3147
- display: inline;
3148
- border: none;
3149
- padding: 0;
3150
- width: 36px;
3151
- background: transparent;
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;
3152
3095
  }
3153
- .r1f0aqcc .ant-radio-button-input:focus {
3154
- box-shadow: none;
3096
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3097
+ border-top-color: white;
3155
3098
  }
3156
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
3157
- margin-right: 0;
3158
- width: initial;
3159
- box-shadow: none;
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;
3160
3103
  }
3161
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3162
- display: none;
3104
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3105
+ border-radius: 8px 0 0 8px;
3163
3106
  }
3164
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3165
- display: inline;
3107
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3108
+ border-radius: 0 8px 8px 0;
3166
3109
  }
3167
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3168
- display: inline;
3169
- margin-right: 8px;
3170
- padding: 0;
3171
- width: 36px;
3110
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3111
+ background: rgba(0, 136, 255, 0.1);
3172
3112
  }
3173
-
3174
- .d6j0lbj {
3175
- font-family: Inter;
3113
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
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;
3121
+ }
3122
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3123
+ content: "";
3124
+ width: 1px;
3125
+ top: 0;
3126
+ bottom: 0;
3127
+ background: rgba(211, 218, 235, 0.6);
3128
+ position: absolute;
3129
+ right: 0;
3130
+ }
3131
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3132
+ padding: unset;
3133
+ }
3134
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3135
+ display: none;
3136
+ }
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;
3142
+ }
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;
3146
+ }
3147
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3148
+ padding: 15px 28px 15px 8px;
3149
+ }
3150
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3151
+ padding: 0;
3152
+ }
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;
3161
+ }
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);
3165
+ }
3166
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3167
+ display: block;
3168
+ }
3169
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3170
+ display: none;
3171
+ }
3172
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3173
+ transform: translateY(-50%);
3174
+ }
3175
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3176
+ transform: translateY(-50%) rotateX(180deg);
3177
+ }
3178
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3179
+ background: #f2f5fa;
3180
+ }
3181
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3182
+ display: block;
3183
+ }
3184
+ .tta5kd2 .ant-table .ant-table-selection-column {
3185
+ padding: 0 !important;
3186
+ }
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%);
3192
+ }
3193
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3194
+ display: none;
3195
+ }
3196
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3197
+ background: #fff;
3198
+ }
3199
+ .tta5kd2 .ant-table .ant-table-placeholder {
3200
+ background: inherit;
3201
+ }
3202
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3203
+ position: static;
3204
+ border: none;
3205
+ background: inherit !important;
3206
+ height: 100px;
3207
+ vertical-align: middle;
3208
+ }
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);
3214
+ }
3215
+ .tta5kd2 .ant-table td.cell__action_ {
3216
+ padding: 0 !important;
3217
+ position: relative;
3218
+ background: #fff;
3219
+ }
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;
3226
+ }
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;
3236
+ }
3237
+
3238
+ .s34f1qb.ant-switch {
3239
+ min-width: 40px;
3240
+ height: 24px;
3241
+ background: rgba(172, 186, 211, 0.6);
3242
+ overflow: hidden;
3243
+ }
3244
+ .s34f1qb.ant-switch:focus {
3245
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
3246
+ }
3247
+ .s34f1qb.ant-switch-small {
3248
+ min-width: 26px;
3249
+ height: 16px;
3250
+ }
3251
+ .s34f1qb.ant-switch-large {
3252
+ min-width: 52px;
3253
+ height: 32px;
3254
+ }
3255
+ .s34f1qb.ant-switch .ant-switch-handle {
3256
+ height: 20px;
3257
+ width: 20px;
3258
+ }
3259
+ .s34f1qb.ant-switch .ant-switch-handle::before {
3260
+ border-radius: 10px;
3261
+ transition-delay: 120ms;
3262
+ }
3263
+ .s34f1qb.ant-switch-small .ant-switch-handle {
3264
+ height: 14px;
3265
+ width: 14px;
3266
+ top: 1px;
3267
+ left: 1px;
3268
+ }
3269
+ .s34f1qb.ant-switch-large .ant-switch-handle {
3270
+ height: 28px;
3271
+ width: 28px;
3272
+ }
3273
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
3274
+ border-radius: 14px;
3275
+ }
3276
+ .s34f1qb.ant-switch-checked {
3277
+ background-color: #00ba5d;
3278
+ }
3279
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
3280
+ left: calc(100% - 20px - 2px);
3281
+ }
3282
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3283
+ left: calc(100% - 14px - 1px);
3284
+ }
3285
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3286
+ left: calc(100% - 28px - 2px);
3287
+ }
3288
+
3289
+ .c1to9vb9 {
3290
+ margin-left: 5px;
3291
+ }
3292
+
3293
+ .i1e4sgug {
3294
+ display: inline-block;
3295
+ }
3296
+
3297
+ .d6j0lbj {
3298
+ font-family: Inter;
3176
3299
  font-style: normal;
3177
3300
  font-weight: bold;
3178
3301
  font-size: 32px;
@@ -3646,365 +3769,79 @@ input.r1cwjuew.ant-input {
3646
3769
  line-height: 12px;
3647
3770
  }
3648
3771
 
3649
- .t1upn1sz {
3650
- height: 100%;
3651
- }
3652
-
3653
- .tta5kd2 {
3654
- height: 100%;
3655
- }
3656
- .tta5kd2.empty-table .ant-table-content {
3657
- overflow: visible !important;
3658
- height: 100%;
3659
- }
3660
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
3661
- height: 100%;
3772
+ .c198s9j3 {
3773
+ color: #2d3a56;
3774
+ line-height: 22px;
3775
+ display: inline-flex;
3662
3776
  }
3663
- .tta5kd2.empty-table .ant-table-content table {
3664
- width: 100% !important;
3665
- height: 100%;
3777
+ .c198s9j3 .ant-checkbox {
3778
+ height: 22px;
3779
+ display: flex;
3780
+ align-items: center;
3781
+ top: 0;
3666
3782
  }
3667
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
3668
- padding: 15px 0;
3783
+ .c198s9j3 .ant-checkbox-checked::after {
3784
+ border: none;
3669
3785
  }
3670
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
3671
- display: none;
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;
3672
3789
  }
3673
- .tta5kd2 .active-row td:nth-child(1) {
3674
- font-weight: 700;
3790
+ .c198s9j3 .ant-checkbox .ant-checkbox-inner {
3791
+ border: 1px solid rgba(107, 128, 167, 0.6);
3675
3792
  }
3676
- .tta5kd2.has-selection .active-row td:nth-child(2) {
3677
- font-weight: 700;
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;
3678
3796
  }
3679
- .tta5kd2 .ant-spin-nested-loading {
3680
- height: 100%;
3797
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3798
+ background: #0080ff;
3681
3799
  }
3682
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3683
- height: 100%;
3684
- overflow: visible;
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;
3685
3805
  }
3686
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
3687
- max-height: none;
3806
+ .c198s9j3.ant-checkbox-wrapper-disabled {
3807
+ opacity: 0.5;
3688
3808
  }
3689
- .tta5kd2.table-init-loading .ant-spin-blur thead,
3690
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
3691
- display: none;
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;
3692
3812
  }
3693
- .tta5kd2 td.ant-table-column-sort {
3694
- background: transparent;
3813
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
3814
+ border-color: #2d3a56;
3695
3815
  }
3696
- .tta5kd2 td.ant-table-cell-fix-left,
3697
- .tta5kd2 td.ant-table-cell-fix-right {
3698
- background: #fff;
3699
- padding: 0 !important;
3816
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3817
+ background: #2d3a56;
3700
3818
  }
3701
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3702
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3703
- display: flex;
3704
- align-items: center;
3705
- height: 100%;
3706
- padding: 8px;
3819
+ .c198s9j3 .ant-checkbox + span,
3820
+ .c198s9j3 .ant-checkbox-disabled + span {
3821
+ padding: 0;
3707
3822
  }
3708
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3709
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3710
- overflow: hidden;
3711
- text-overflow: ellipsis;
3712
- width: 100%;
3713
- }
3714
- .tta5kd2 .ant-table-container {
3715
- height: 100%;
3716
- }
3717
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3718
- box-shadow: none !important;
3719
- }
3720
- .tta5kd2 .ant-table {
3721
- border-radius: 0px;
3722
- border-left: none;
3723
- border-right: none;
3724
- border-bottom: none;
3725
- height: 100%;
3726
- font-size: 12px;
3727
- background: transparent;
3728
- }
3729
- .tta5kd2 .ant-table .ant-table-header {
3730
- position: relative;
3731
- z-index: 3;
3732
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3733
- margin-bottom: -1px;
3734
- }
3735
- .tta5kd2 .ant-table .time-wrapper .data,
3736
- .tta5kd2 .ant-table .value {
3823
+ .c198s9j3 .ant-checkbox + span .main,
3824
+ .c198s9j3 .ant-checkbox-disabled + span .main {
3825
+ display: inline-block;
3826
+ margin-left: 12px;
3737
3827
  color: #2d3a56;
3738
3828
  }
3739
- .tta5kd2 .ant-table .time-wrapper .time,
3740
- .tta5kd2 .ant-table .unit {
3741
- color: rgba(44, 56, 82, 0.6);
3742
- }
3743
- .tta5kd2 .ant-table .ant-table-selection {
3744
- text-align: center;
3745
- }
3746
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3747
- background: #fff;
3748
- }
3749
- .tta5kd2 .ant-table .anticon-setting {
3750
- cursor: pointer;
3751
- position: absolute;
3752
- top: 50%;
3753
- right: 12px;
3754
- transform: translateY(-50%);
3755
- }
3756
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3757
- box-shadow: none;
3758
- width: 1px;
3759
- background: rgba(213, 219, 227, 0.6);
3760
- }
3761
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3762
- box-shadow: none;
3763
- width: 1px;
3764
- background: rgba(213, 219, 227, 0.6);
3765
- }
3766
- .tta5kd2 .ant-table .ant-table-tbody {
3767
- position: relative;
3768
- }
3769
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3770
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3771
- border-bottom: 1px solid white;
3772
- height: 40px;
3773
- vertical-align: middle;
3774
- transition: background 0ms;
3775
- color: #00122e;
3776
- }
3777
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3778
- background: #f2f5fa;
3779
- border-bottom-color: #f2f5fa;
3780
- }
3781
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3782
- height: auto;
3783
- color: #00122e;
3784
- font-size: 12px;
3785
- text-align: left;
3786
- transition: none;
3787
- overflow: hidden;
3788
- text-overflow: ellipsis;
3789
- white-space: nowrap;
3790
- }
3791
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3792
- color: #0096ff;
3793
- }
3794
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3795
- overflow: hidden;
3796
- text-overflow: ellipsis;
3797
- width: 100%;
3798
- vertical-align: middle;
3799
- }
3800
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3801
- line-height: 0px;
3802
- }
3803
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3804
- border-top-color: transparent;
3805
- }
3806
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3807
- background: rgba(225, 230, 241, 0.6);
3808
- border-color: transparent transparent white;
3809
- }
3810
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3811
- border-radius: 8px 0 0 8px;
3812
- }
3813
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3814
- border-radius: 8px 0 0 8px;
3815
- }
3816
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3817
- content: "";
3818
- width: 4px;
3819
- top: -1px;
3820
- bottom: -1px;
3821
- background: white;
3822
- }
3823
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3824
- border-radius: 0 8px 8px 0;
3825
- }
3826
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3827
- border-radius: 0;
3828
- background: white;
3829
- border-top: none;
3830
- }
3831
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3832
- border-top: 1px solid transparent;
3833
- border-radius: 0 8px 8px 0;
3834
- background: rgba(225, 230, 241, 0.6);
3835
- }
3836
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3837
- background: white;
3838
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3839
- }
3840
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3841
- display: flex;
3842
- align-items: center;
3843
- height: 100%;
3844
- background: rgba(225, 230, 241, 0.6);
3845
- }
3846
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3847
- background: white;
3848
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3849
- }
3850
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3851
- display: flex;
3852
- align-items: center;
3853
- height: 100%;
3854
- background: rgba(225, 230, 241, 0.6);
3855
- }
3856
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3857
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3858
- }
3859
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3860
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3861
- border-radius: 8px;
3862
- }
3863
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3864
- border-top-color: white;
3865
- }
3866
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3867
- background: rgba(0, 136, 255, 0.1);
3868
- border-bottom-color: transparent;
3869
- border-top-color: transparent;
3870
- }
3871
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3872
- border-radius: 8px 0 0 8px;
3873
- }
3874
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3875
- border-radius: 0 8px 8px 0;
3876
- }
3877
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3878
- background: rgba(0, 136, 255, 0.1);
3879
- }
3880
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3881
- background: #fff;
3882
- font-weight: 400;
3883
- position: relative;
3884
- border-bottom: none;
3885
- color: #00122e;
3886
- transition: none;
3887
- padding: 15px 8px 15px 8px;
3888
- }
3889
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3890
- content: "";
3891
- width: 1px;
3892
- top: 0;
3893
- bottom: 0;
3894
- background: rgba(211, 218, 235, 0.6);
3895
- position: absolute;
3896
- right: 0;
3897
- }
3898
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3899
- padding: unset;
3900
- }
3901
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3902
- display: none;
3903
- }
3904
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3905
- width: 100%;
3906
- overflow: hidden;
3907
- white-space: nowrap;
3908
- text-overflow: ellipsis;
3909
- }
3910
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3911
- overflow: hidden;
3912
- text-overflow: ellipsis;
3913
- }
3914
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3915
- padding: 15px 28px 15px 8px;
3916
- }
3917
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3918
- padding: 0;
3919
- }
3920
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3921
- position: absolute;
3922
- right: 10px;
3923
- top: 50%;
3924
- transform: translateY(-50%);
3925
- height: 16px;
3926
- display: none;
3927
- transition: transform 320ms ease;
3928
- }
3929
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3930
- display: block;
3931
- transform: translateY(-50%) rotateX(180deg);
3932
- }
3933
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3934
- display: block;
3935
- }
3936
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3937
- display: none;
3938
- }
3939
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3940
- transform: translateY(-50%);
3941
- }
3942
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3943
- transform: translateY(-50%) rotateX(180deg);
3944
- }
3945
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3946
- background: #f2f5fa;
3947
- }
3948
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3949
- display: block;
3950
- }
3951
- .tta5kd2 .ant-table .ant-table-selection-column {
3952
- padding: 0 !important;
3953
- }
3954
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3955
- position: absolute;
3956
- left: 50%;
3957
- top: 50%;
3958
- transform: translate(-50%, -50%);
3959
- }
3960
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3961
- display: none;
3962
- }
3963
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3964
- background: #fff;
3965
- }
3966
- .tta5kd2 .ant-table .ant-table-placeholder {
3967
- background: inherit;
3968
- }
3969
- .tta5kd2 .ant-table .ant-table-placeholder td {
3970
- position: static;
3971
- border: none;
3972
- background: inherit !important;
3973
- height: 100px;
3974
- vertical-align: middle;
3975
- }
3976
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3977
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3978
- font-weight: bold;
3979
- font-size: 20px;
3980
- color: rgba(10, 37, 85, 0.6);
3981
- }
3982
- .tta5kd2 .ant-table td.cell__action_ {
3983
- padding: 0 !important;
3984
- position: relative;
3985
- background: #fff;
3986
- }
3987
- .tta5kd2 .ant-table td.cell__action_ > * {
3988
- height: 100%;
3989
- display: flex;
3990
- align-items: center;
3991
- justify-content: flex-end;
3992
- padding-right: 8px;
3993
- }
3994
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3995
- width: 24px;
3996
- height: 24px;
3997
- cursor: pointer;
3998
- justify-content: center;
3999
- border-radius: 4px;
4000
- }
4001
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
4002
- background: #fff;
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;
4003
3841
  }
4004
3842
 
4005
- .f1l3ttbt {
4006
- flex-direction: column;
4007
- color: rgba(44, 56, 82, 0.6);
3843
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3844
+ display: flex;
4008
3845
  }
4009
3846
 
4010
3847
  .m1thnes4 {
@@ -4168,50 +4005,109 @@ input.r1cwjuew.ant-input {
4168
4005
  margin-left: 8px;
4169
4006
  }
4170
4007
 
4171
- .at4ovwe .ant-input-number-handler-wrap {
4172
- display: var(--at4ovwe-0);
4008
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4009
+ border-radius: 6px;
4173
4010
  }
4174
- .at4ovwe .ant-input-number-input-wrap {
4175
- padding: 5px 12px;
4176
- display: inline-flex;
4177
- line-height: 1.5715;
4178
- height: 100%;
4011
+ .shq1k1g.ant-select.ant-select-single {
4179
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;
4180
4018
  }
4181
- .at4ovwe .ant-input-number-input-wrap::after {
4182
- content: var(--at4ovwe-1);
4183
- display: var(--at4ovwe-2);
4184
- flex: none;
4185
- align-items: center;
4186
- margin-left: 4px;
4187
- color: rgba(44, 56, 82, 0.6);
4019
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
4020
+ height: 38px;
4021
+ font-size: 13px;
4188
4022
  }
4189
- .at4ovwe .ant-input-number-input-wrap::before {
4190
- content: var(--at4ovwe-3);
4191
- display: var(--at4ovwe-4);
4192
- flex: none;
4193
- align-items: center;
4194
- margin-right: 4px;
4195
- cursor: auto;
4196
- 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;
4197
4026
  }
4198
- .at4ovwe.ant-input-number {
4199
- width: 100%;
4200
- border-radius: 6px;
4027
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
4028
+ color: #0080ff;
4201
4029
  }
4202
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4203
- border-color: #0096ff;
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);
4033
+ }
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;
4036
+ }
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;
4204
4039
  box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4205
4040
  }
4206
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4207
- border-color: #e75a3a;
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;
4051
+ }
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;
4054
+ }
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;
4208
4057
  box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4209
4058
  }
4210
- .at4ovwe .ant-input-number-input {
4211
- padding: 0;
4212
- margin: 0;
4213
- height: auto;
4214
- 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);
4061
+ }
4062
+
4063
+ .t1xo8w88 {
4064
+ height: 100%;
4065
+ }
4066
+ .t1xo8w88 .table-loading-item {
4067
+ padding: 12px 4px;
4068
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4069
+ display: flex;
4070
+ }
4071
+ .t1xo8w88 .table-loading-item > * {
4072
+ height: 16px;
4073
+ margin: 4px;
4074
+ background: rgba(204, 212, 227, 0.18);
4075
+ border-radius: 2px;
4076
+ }
4077
+ .t1xo8w88 .table-loading-item .checkbox-loading {
4078
+ width: 16px;
4079
+ }
4080
+ .t1xo8w88 .table-loading-item .td-loading {
4081
+ flex: 1;
4082
+ }
4083
+ .t1xo8w88 :nth-child(1) {
4084
+ padding: 8px 4px;
4085
+ }
4086
+ .t1xo8w88 :nth-child(1) > * {
4087
+ background: rgba(107, 125, 153, 0.18);
4088
+ }
4089
+ .t1xo8w88 :nth-child(1) > * {
4090
+ background: rgba(163, 180, 204, 0.18);
4091
+ }
4092
+
4093
+ .ams5nbq {
4094
+ position: absolute;
4095
+ top: 0;
4096
+ left: 0;
4097
+ bottom: 0;
4098
+ width: 1px;
4099
+ background: #0080ff;
4100
+ transform: translateX(-9999px);
4101
+ z-index: 999;
4102
+ }
4103
+ .ams5nbq::before {
4104
+ content: "";
4105
+ position: absolute;
4106
+ height: 34px;
4107
+ width: 3px;
4108
+ top: 0;
4109
+ left: -1px;
4110
+ background: #0080ff;
4215
4111
  }
4216
4112
 
4217
4113
  .d1h5z4k4.ant-dropdown {
@@ -4323,64 +4219,14 @@ input.r1cwjuew.ant-input {
4323
4219
  left: 4px;
4324
4220
  }
4325
4221
 
4326
- .t1xo8w88 {
4327
- height: 100%;
4328
- }
4329
- .t1xo8w88 .table-loading-item {
4330
- padding: 12px 4px;
4331
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4332
- display: flex;
4333
- }
4334
- .t1xo8w88 .table-loading-item > * {
4335
- height: 16px;
4336
- margin: 4px;
4337
- background: rgba(204, 212, 227, 0.18);
4338
- border-radius: 2px;
4339
- }
4340
- .t1xo8w88 .table-loading-item .checkbox-loading {
4341
- width: 16px;
4342
- }
4343
- .t1xo8w88 .table-loading-item .td-loading {
4344
- flex: 1;
4345
- }
4346
- .t1xo8w88 :nth-child(1) {
4347
- padding: 8px 4px;
4348
- }
4349
- .t1xo8w88 :nth-child(1) > * {
4350
- background: rgba(107, 125, 153, 0.18);
4351
- }
4352
- .t1xo8w88 :nth-child(1) > * {
4353
- background: rgba(163, 180, 204, 0.18);
4354
- }
4355
-
4356
- .ams5nbq {
4357
- position: absolute;
4358
- top: 0;
4359
- left: 0;
4360
- bottom: 0;
4361
- width: 1px;
4362
- background: #0080ff;
4363
- transform: translateX(-9999px);
4364
- z-index: 999;
4365
- }
4366
- .ams5nbq::before {
4367
- content: "";
4368
- position: absolute;
4369
- height: 34px;
4370
- width: 3px;
4371
- top: 0;
4372
- left: -1px;
4373
- background: #0080ff;
4222
+ .c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
4223
+ display: none;
4374
4224
  }
4375
4225
 
4376
4226
  .asgcu6r {
4377
4227
  height: 32px;
4378
4228
  }
4379
4229
 
4380
- .c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
4381
- display: none;
4382
- }
4383
-
4384
4230
  .t1cs4awq {
4385
4231
  background: white;
4386
4232
  }
@@ -4404,4 +4250,94 @@ input.r1cwjuew.ant-input {
4404
4250
  }
4405
4251
  .t1cs4awq.on-dragenter-right .insert-right-tip {
4406
4252
  display: block;
4253
+ }
4254
+
4255
+ .a6dbbkm .ant-input-number-handler-wrap {
4256
+ display: var(--a6dbbkm-0);
4257
+ }
4258
+ .a6dbbkm .ant-input-number-input-wrap {
4259
+ padding: 4px 11px;
4260
+ display: inline-flex;
4261
+ line-height: 1.5715;
4262
+ height: inherit;
4263
+ }
4264
+ .a6dbbkm .ant-input-number-input-wrap::after {
4265
+ content: var(--a6dbbkm-1);
4266
+ display: var(--a6dbbkm-2);
4267
+ flex: none;
4268
+ align-items: center;
4269
+ margin-left: 4px;
4270
+ }
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;
4278
+ }
4279
+ .a6dbbkm .ant-input-number-input {
4280
+ padding: 0;
4281
+ margin: 0;
4282
+ height: auto;
4283
+ font-size: inherit;
4284
+ }
4285
+
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);
4293
+ display: flex;
4294
+ align-items: center;
4295
+ white-space: nowrap;
4296
+ margin-right: 4px;
4297
+ }
4298
+
4299
+ .at4ovwe .ant-input-number-handler-wrap {
4300
+ display: var(--at4ovwe-0);
4301
+ }
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%;
4308
+ }
4309
+ .at4ovwe .ant-input-number-input-wrap::after {
4310
+ content: var(--at4ovwe-1);
4311
+ display: var(--at4ovwe-2);
4312
+ flex: none;
4313
+ align-items: center;
4314
+ margin-left: 4px;
4315
+ color: rgba(44, 56, 82, 0.6);
4316
+ }
4317
+ .at4ovwe .ant-input-number-input-wrap::before {
4318
+ content: var(--at4ovwe-3);
4319
+ display: var(--at4ovwe-4);
4320
+ flex: none;
4321
+ align-items: center;
4322
+ margin-right: 4px;
4323
+ cursor: auto;
4324
+ color: rgba(44, 56, 82, 0.6);
4325
+ }
4326
+ .at4ovwe.ant-input-number {
4327
+ width: 100%;
4328
+ border-radius: 6px;
4329
+ }
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);
4333
+ }
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;
4407
4343
  }