@cloudtower/eagle 0.27.29 → 0.27.31

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 (308) hide show
  1. package/README.md +8 -0
  2. package/dist/components.css +2113 -2113
  3. package/dist/esm/stats1.html +1 -1
  4. package/dist/style.css +1490 -1490
  5. package/dist/umd/stats1.html +1 -1
  6. package/package.json +5 -5
  7. package/dist/parrot/src/index.d.ts +0 -4
  8. package/dist/parrot/src/locales/en-US/index.d.ts +0 -130
  9. package/dist/parrot/src/locales/index.d.ts +0 -262
  10. package/dist/parrot/src/locales/zh-CN/index.d.ts +0 -130
  11. package/dist/parrot/src/parrotI18n.d.ts +0 -8
  12. /package/dist/{eagle/src → src}/UIKitProvider/UIKitProvider.stories.d.ts +0 -0
  13. /package/dist/{eagle/src → src}/UIKitProvider/index.d.ts +0 -0
  14. /package/dist/{eagle/src → src}/components/Alert/Alert.stories.d.ts +0 -0
  15. /package/dist/{eagle/src → src}/components/Alert/index.d.ts +0 -0
  16. /package/dist/{eagle/src → src}/components/Arch/Arch.stories.d.ts +0 -0
  17. /package/dist/{eagle/src → src}/components/Arch/index.d.ts +0 -0
  18. /package/dist/{eagle/src → src}/components/Badge/index.d.ts +0 -0
  19. /package/dist/{eagle/src → src}/components/BaseIcon/BaseIcon.stories.d.ts +0 -0
  20. /package/dist/{eagle/src → src}/components/BaseIcon/index.d.ts +0 -0
  21. /package/dist/{eagle/src → src}/components/Bit/Bit.stories.d.ts +0 -0
  22. /package/dist/{eagle/src → src}/components/Bit/index.d.ts +0 -0
  23. /package/dist/{eagle/src → src}/components/BitPerSecond/BitPerSecond.stories.d.ts +0 -0
  24. /package/dist/{eagle/src → src}/components/BitPerSecond/index.d.ts +0 -0
  25. /package/dist/{eagle/src → src}/components/Bps/Bps.stories.d.ts +0 -0
  26. /package/dist/{eagle/src → src}/components/Bps/index.d.ts +0 -0
  27. /package/dist/{eagle/src → src}/components/Button/Button.stories.d.ts +0 -0
  28. /package/dist/{eagle/src → src}/components/Button/HoverableElement.d.ts +0 -0
  29. /package/dist/{eagle/src → src}/components/Button/HoverableElement.stories.d.ts +0 -0
  30. /package/dist/{eagle/src → src}/components/Button/index.d.ts +0 -0
  31. /package/dist/{eagle/src → src}/components/ButtonGroup/index.d.ts +0 -0
  32. /package/dist/{eagle/src → src}/components/Byte/Byte.stories.d.ts +0 -0
  33. /package/dist/{eagle/src → src}/components/Byte/index.d.ts +0 -0
  34. /package/dist/{eagle/src → src}/components/Calendar/index.d.ts +0 -0
  35. /package/dist/{eagle/src → src}/components/Card/Card.stories.d.ts +0 -0
  36. /package/dist/{eagle/src → src}/components/Card/CardBody.d.ts +0 -0
  37. /package/dist/{eagle/src → src}/components/Card/CardTitle.d.ts +0 -0
  38. /package/dist/{eagle/src → src}/components/Card/CardWrapper.d.ts +0 -0
  39. /package/dist/{eagle/src → src}/components/Card/__test__/Card.test.d.ts +0 -0
  40. /package/dist/{eagle/src → src}/components/Card/index.d.ts +0 -0
  41. /package/dist/{eagle/src → src}/components/Cascader/cascader.stories.d.ts +0 -0
  42. /package/dist/{eagle/src → src}/components/Cascader/index.d.ts +0 -0
  43. /package/dist/{eagle/src → src}/components/Checkbox/__test__/h5_css.test.d.ts +0 -0
  44. /package/dist/{eagle/src → src}/components/Checkbox/index.d.ts +0 -0
  45. /package/dist/{eagle/src → src}/components/Empty/index.d.ts +0 -0
  46. /package/dist/{eagle/src → src}/components/ErrorBoundary/index.d.ts +0 -0
  47. /package/dist/{eagle/src → src}/components/ExpandableList/CustomHeader.stories.d.ts +0 -0
  48. /package/dist/{eagle/src → src}/components/ExpandableList/ExpandIcon.d.ts +0 -0
  49. /package/dist/{eagle/src → src}/components/ExpandableList/ExpandableContainer.d.ts +0 -0
  50. /package/dist/{eagle/src → src}/components/ExpandableList/ExpandableItem.d.ts +0 -0
  51. /package/dist/{eagle/src → src}/components/ExpandableList/ExpandableItem.stories.d.ts +0 -0
  52. /package/dist/{eagle/src → src}/components/ExpandableList/ExpandableList.stories.d.ts +0 -0
  53. /package/dist/{eagle/src → src}/components/ExpandableList/RoundOrder.d.ts +0 -0
  54. /package/dist/{eagle/src → src}/components/ExpandableList/__test__/h5_css.test.d.ts +0 -0
  55. /package/dist/{eagle/src → src}/components/FailedLoad/index.d.ts +0 -0
  56. /package/dist/{eagle/src → src}/components/Fields/FieldsBoolean/FieldsBoolean.stories.d.ts +0 -0
  57. /package/dist/{eagle/src → src}/components/Fields/FieldsBoolean/__test__/h5_css.test.d.ts +0 -0
  58. /package/dist/{eagle/src → src}/components/Fields/FieldsBoolean/index.d.ts +0 -0
  59. /package/dist/{eagle/src → src}/components/Fields/FieldsDateTime/index.d.ts +0 -0
  60. /package/dist/{eagle/src → src}/components/Fields/FieldsDateTimeRange/FieldsDateTimeRange.stories.d.ts +0 -0
  61. /package/dist/{eagle/src → src}/components/Fields/FieldsDateTimeRange/__test__/h5_css.test.d.ts +0 -0
  62. /package/dist/{eagle/src → src}/components/Fields/FieldsDateTimeRange/index.d.ts +0 -0
  63. /package/dist/{eagle/src → src}/components/Fields/FieldsEnum/FieldsEnum.stories.d.ts +0 -0
  64. /package/dist/{eagle/src → src}/components/Fields/FieldsEnum/__test__/h5_css.test.d.ts +0 -0
  65. /package/dist/{eagle/src → src}/components/Fields/FieldsEnum/index.d.ts +0 -0
  66. /package/dist/{eagle/src → src}/components/Fields/FieldsFloat/__test__/h5_css.test.d.ts +0 -0
  67. /package/dist/{eagle/src → src}/components/Fields/FieldsFloat/index.d.ts +0 -0
  68. /package/dist/{eagle/src → src}/components/Fields/FieldsInt/__test__/h5_css.test.d.ts +0 -0
  69. /package/dist/{eagle/src → src}/components/Fields/FieldsInt/index.d.ts +0 -0
  70. /package/dist/{eagle/src → src}/components/Fields/FieldsInteger/FieldsInteger.stories.d.ts +0 -0
  71. /package/dist/{eagle/src → src}/components/Fields/FieldsInteger/__test__/h5_css.test.d.ts +0 -0
  72. /package/dist/{eagle/src → src}/components/Fields/FieldsInteger/index.d.ts +0 -0
  73. /package/dist/{eagle/src → src}/components/Fields/FieldsString/FieldsString.stories.d.ts +0 -0
  74. /package/dist/{eagle/src → src}/components/Fields/FieldsString/__test__/h5_css.test.d.ts +0 -0
  75. /package/dist/{eagle/src → src}/components/Fields/FieldsString/index.d.ts +0 -0
  76. /package/dist/{eagle/src → src}/components/Fields/FieldsTextArea/index.d.ts +0 -0
  77. /package/dist/{eagle/src → src}/components/Fields/FieldsTimePicker/FieldsTimePicker.stories.d.ts +0 -0
  78. /package/dist/{eagle/src → src}/components/Fields/FieldsTimePicker/__test__/h5_css.test.d.ts +0 -0
  79. /package/dist/{eagle/src → src}/components/Fields/FieldsTimePicker/index.d.ts +0 -0
  80. /package/dist/{eagle/src → src}/components/Fields/index.d.ts +0 -0
  81. /package/dist/{eagle/src → src}/components/Form/index.d.ts +0 -0
  82. /package/dist/{eagle/src → src}/components/FormItem/Form.stories.d.ts +0 -0
  83. /package/dist/{eagle/src → src}/components/FormItem/index.d.ts +0 -0
  84. /package/dist/{eagle/src → src}/components/Frequency/Frequency.stories.d.ts +0 -0
  85. /package/dist/{eagle/src → src}/components/Frequency/index.d.ts +0 -0
  86. /package/dist/{eagle/src → src}/components/I18nNameTag/I18nNameTag.stories.d.ts +0 -0
  87. /package/dist/{eagle/src → src}/components/I18nNameTag/__test__/index.test.d.ts +0 -0
  88. /package/dist/{eagle/src → src}/components/I18nNameTag/index.d.ts +0 -0
  89. /package/dist/{eagle/src → src}/components/Icon/Icon.stories.d.ts +0 -0
  90. /package/dist/{eagle/src → src}/components/Icon/index.d.ts +0 -0
  91. /package/dist/{eagle/src → src}/components/Input/Input.simple.stories.d.ts +0 -0
  92. /package/dist/{eagle/src → src}/components/Input/Input.stories.d.ts +0 -0
  93. /package/dist/{eagle/src → src}/components/Input/__test__/h5_css.test.d.ts +0 -0
  94. /package/dist/{eagle/src → src}/components/Input/index.d.ts +0 -0
  95. /package/dist/{eagle/src → src}/components/InputGroup/__test__/h5_css.test.d.ts +0 -0
  96. /package/dist/{eagle/src → src}/components/InputGroup/index.d.ts +0 -0
  97. /package/dist/{eagle/src → src}/components/InputGroup/inputGroup.stories.d.ts +0 -0
  98. /package/dist/{eagle/src → src}/components/InputInteger/__test__/unit.test.d.ts +0 -0
  99. /package/dist/{eagle/src → src}/components/InputInteger/formatterInteger.d.ts +0 -0
  100. /package/dist/{eagle/src → src}/components/InputInteger/index.d.ts +0 -0
  101. /package/dist/{eagle/src → src}/components/InputNumber/index.d.ts +0 -0
  102. /package/dist/{eagle/src → src}/components/InputTagItem/index.d.ts +0 -0
  103. /package/dist/{eagle/src → src}/components/KitStoreProvider/index.d.ts +0 -0
  104. /package/dist/{eagle/src → src}/components/Link/Link.stories.d.ts +0 -0
  105. /package/dist/{eagle/src → src}/components/Link/index.d.ts +0 -0
  106. /package/dist/{eagle/src → src}/components/Loading/Loading.stories.d.ts +0 -0
  107. /package/dist/{eagle/src → src}/components/Loading/index.d.ts +0 -0
  108. /package/dist/{eagle/src → src}/components/Loading/style.d.ts +0 -0
  109. /package/dist/{eagle/src → src}/components/Metric/Metric.stories.d.ts +0 -0
  110. /package/dist/{eagle/src → src}/components/Metric/MetricActions.d.ts +0 -0
  111. /package/dist/{eagle/src → src}/components/Metric/MetricLegend.d.ts +0 -0
  112. /package/dist/{eagle/src → src}/components/Metric/Pointer.d.ts +0 -0
  113. /package/dist/{eagle/src → src}/components/Metric/RenderChart.d.ts +0 -0
  114. /package/dist/{eagle/src → src}/components/Metric/TooltipFormatter.d.ts +0 -0
  115. /package/dist/{eagle/src → src}/components/Metric/index.d.ts +0 -0
  116. /package/dist/{eagle/src → src}/components/Metric/metric.d.ts +0 -0
  117. /package/dist/{eagle/src → src}/components/Metric/mockMetric.d.ts +0 -0
  118. /package/dist/{eagle/src → src}/components/Metric/mockMetric2.d.ts +0 -0
  119. /package/dist/{eagle/src → src}/components/Metric/styled.d.ts +0 -0
  120. /package/dist/{eagle/src → src}/components/Metric/type.d.ts +0 -0
  121. /package/dist/{eagle/src → src}/components/Modal/Modal.stories.d.ts +0 -0
  122. /package/dist/{eagle/src → src}/components/Modal/index.d.ts +0 -0
  123. /package/dist/{eagle/src → src}/components/ModalStack/index.d.ts +0 -0
  124. /package/dist/{eagle/src → src}/components/Overflow/index.d.ts +0 -0
  125. /package/dist/{eagle/src → src}/components/OverflowTooltip/OverflowTooltip.stories.d.ts +0 -0
  126. /package/dist/{eagle/src → src}/components/OverflowTooltip/index.d.ts +0 -0
  127. /package/dist/{eagle/src → src}/components/Pagination/Pagination.stories.d.ts +0 -0
  128. /package/dist/{eagle/src → src}/components/Pagination/index.d.ts +0 -0
  129. /package/dist/{eagle/src → src}/components/Percent/Percent.stories.d.ts +0 -0
  130. /package/dist/{eagle/src → src}/components/Percent/index.d.ts +0 -0
  131. /package/dist/{eagle/src → src}/components/Progress/index.d.ts +0 -0
  132. /package/dist/{eagle/src → src}/components/Radio/Radio.stories.d.ts +0 -0
  133. /package/dist/{eagle/src → src}/components/Radio/RadioButton.stories.d.ts +0 -0
  134. /package/dist/{eagle/src → src}/components/Radio/RadioGroup.stories.d.ts +0 -0
  135. /package/dist/{eagle/src → src}/components/Radio/__test__/h5_css.test.d.ts +0 -0
  136. /package/dist/{eagle/src → src}/components/Radio/index.d.ts +0 -0
  137. /package/dist/{eagle/src → src}/components/SearchInput/SearchInput.stories.d.ts +0 -0
  138. /package/dist/{eagle/src → src}/components/SearchInput/__test__/h5_css.test.d.ts +0 -0
  139. /package/dist/{eagle/src → src}/components/SearchInput/index.d.ts +0 -0
  140. /package/dist/{eagle/src → src}/components/Second/Second.stories.d.ts +0 -0
  141. /package/dist/{eagle/src → src}/components/Second/index.d.ts +0 -0
  142. /package/dist/{eagle/src → src}/components/Select/Select.Simple.stories.d.ts +0 -0
  143. /package/dist/{eagle/src → src}/components/Select/Select.stories.d.ts +0 -0
  144. /package/dist/{eagle/src → src}/components/Select/index.d.ts +0 -0
  145. /package/dist/{eagle/src → src}/components/SimplePagination/SimplePagination.stories.d.ts +0 -0
  146. /package/dist/{eagle/src → src}/components/SimplePagination/__test__/h5_css.test.d.ts +0 -0
  147. /package/dist/{eagle/src → src}/components/SimplePagination/index.d.ts +0 -0
  148. /package/dist/{eagle/src → src}/components/Space/Space.stories.d.ts +0 -0
  149. /package/dist/{eagle/src → src}/components/Space/index.d.ts +0 -0
  150. /package/dist/{eagle/src → src}/components/Speed/Speed.stories.d.ts +0 -0
  151. /package/dist/{eagle/src → src}/components/Speed/index.d.ts +0 -0
  152. /package/dist/{eagle/src → src}/components/StatusCapsule/StatusCapsule.stories.d.ts +0 -0
  153. /package/dist/{eagle/src → src}/components/StatusCapsule/__test__/h5_css.test.d.ts +0 -0
  154. /package/dist/{eagle/src → src}/components/StatusCapsule/index.d.ts +0 -0
  155. /package/dist/{eagle/src → src}/components/Steps/Steps.stories.d.ts +0 -0
  156. /package/dist/{eagle/src → src}/components/Steps/index.d.ts +0 -0
  157. /package/dist/{eagle/src → src}/components/Steps/style.d.ts +0 -0
  158. /package/dist/{eagle/src → src}/components/Styled/Styled.stories.d.ts +0 -0
  159. /package/dist/{eagle/src → src}/components/Styled/index.d.ts +0 -0
  160. /package/dist/{eagle/src → src}/components/Switch/Switch.stories.d.ts +0 -0
  161. /package/dist/{eagle/src → src}/components/Switch/index.d.ts +0 -0
  162. /package/dist/{eagle/src → src}/components/Table/Table.stories.d.ts +0 -0
  163. /package/dist/{eagle/src → src}/components/Table/TableWidget.d.ts +0 -0
  164. /package/dist/{eagle/src → src}/components/Table/__test__/h5_css.test.d.ts +0 -0
  165. /package/dist/{eagle/src → src}/components/Table/common.d.ts +0 -0
  166. /package/dist/{eagle/src → src}/components/Table/index.d.ts +0 -0
  167. /package/dist/{eagle/src → src}/components/TableForm/AddRowButton.d.ts +0 -0
  168. /package/dist/{eagle/src → src}/components/TableForm/Columns/AffixColumn.d.ts +0 -0
  169. /package/dist/{eagle/src → src}/components/TableForm/Columns/CheckboxColumn.d.ts +0 -0
  170. /package/dist/{eagle/src → src}/components/TableForm/Columns/FormItem.d.ts +0 -0
  171. /package/dist/{eagle/src → src}/components/TableForm/Columns/InputColumn.d.ts +0 -0
  172. /package/dist/{eagle/src → src}/components/TableForm/Columns/TextColumn.d.ts +0 -0
  173. /package/dist/{eagle/src → src}/components/TableForm/Columns/index.d.ts +0 -0
  174. /package/dist/{eagle/src → src}/components/TableForm/TableForm.stories.d.ts +0 -0
  175. /package/dist/{eagle/src → src}/components/TableForm/TableFormBodyCell.d.ts +0 -0
  176. /package/dist/{eagle/src → src}/components/TableForm/TableFormBodyRows.d.ts +0 -0
  177. /package/dist/{eagle/src → src}/components/TableForm/TableFormHeaderCell.d.ts +0 -0
  178. /package/dist/{eagle/src → src}/components/TableForm/__test__/tableForm.test.d.ts +0 -0
  179. /package/dist/{eagle/src → src}/components/TableForm/__test__/utils.test.d.ts +0 -0
  180. /package/dist/{eagle/src → src}/components/TableForm/const.d.ts +0 -0
  181. /package/dist/{eagle/src → src}/components/TableForm/index.d.ts +0 -0
  182. /package/dist/{eagle/src → src}/components/TableForm/style.d.ts +0 -0
  183. /package/dist/{eagle/src → src}/components/TableForm/types.d.ts +0 -0
  184. /package/dist/{eagle/src → src}/components/TableForm/utils.d.ts +0 -0
  185. /package/dist/{eagle/src → src}/components/Tag/SplitTag.d.ts +0 -0
  186. /package/dist/{eagle/src → src}/components/Tag/Tag.stories.d.ts +0 -0
  187. /package/dist/{eagle/src → src}/components/Tag/__test__/h5_css.test.d.ts +0 -0
  188. /package/dist/{eagle/src → src}/components/Tag/const.d.ts +0 -0
  189. /package/dist/{eagle/src → src}/components/Tag/index.d.ts +0 -0
  190. /package/dist/{eagle/src → src}/components/Tag/style.d.ts +0 -0
  191. /package/dist/{eagle/src → src}/components/TextArea/index.d.ts +0 -0
  192. /package/dist/{eagle/src → src}/components/Time/__test__/h5_css.test.d.ts +0 -0
  193. /package/dist/{eagle/src → src}/components/Time/index.d.ts +0 -0
  194. /package/dist/{eagle/src → src}/components/Time/time.stories.d.ts +0 -0
  195. /package/dist/{eagle/src → src}/components/TimePicker/index.d.ts +0 -0
  196. /package/dist/{eagle/src → src}/components/TimeZoneSelect/TimeZoneSelect.stories.d.ts +0 -0
  197. /package/dist/{eagle/src → src}/components/TimeZoneSelect/index.d.ts +0 -0
  198. /package/dist/{eagle/src → src}/components/Token/Token.stories.d.ts +0 -0
  199. /package/dist/{eagle/src → src}/components/Token/__test__/h5_css.test.d.ts +0 -0
  200. /package/dist/{eagle/src → src}/components/Token/index.d.ts +0 -0
  201. /package/dist/{eagle/src → src}/components/Token/style.d.ts +0 -0
  202. /package/dist/{eagle/src → src}/components/Tooltip/Tooltip.stories.d.ts +0 -0
  203. /package/dist/{eagle/src → src}/components/Tooltip/index.d.ts +0 -0
  204. /package/dist/{eagle/src → src}/components/Truncate/Truncate.stories.d.ts +0 -0
  205. /package/dist/{eagle/src → src}/components/Truncate/index.d.ts +0 -0
  206. /package/dist/{eagle/src → src}/components/Typo/index.d.ts +0 -0
  207. /package/dist/{eagle/src → src}/components/antd.d.ts +0 -0
  208. /package/dist/{eagle/src → src}/components/index.d.ts +0 -0
  209. /package/dist/{eagle/src → src}/components/message/__tests__/index.test.d.ts +0 -0
  210. /package/dist/{eagle/src → src}/components/message/index.d.ts +0 -0
  211. /package/dist/{eagle/src → src}/components/message/style/index.d.ts +0 -0
  212. /package/dist/{eagle/src → src}/components/message-group/__test__/message-group.test.d.ts +0 -0
  213. /package/dist/{eagle/src → src}/components/message-group/index.d.ts +0 -0
  214. /package/dist/{eagle/src → src}/components/message-group/message-group.stories.d.ts +0 -0
  215. /package/dist/{eagle/src → src}/core/AccordionCard/AccordionCard.stories.d.ts +0 -0
  216. /package/dist/{eagle/src → src}/core/AccordionCard/index.d.ts +0 -0
  217. /package/dist/{eagle/src → src}/core/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
  218. /package/dist/{eagle/src → src}/core/Breadcrumb/index.d.ts +0 -0
  219. /package/dist/{eagle/src → src}/core/DetailCard/DetailCard.stories.d.ts +0 -0
  220. /package/dist/{eagle/src → src}/core/DetailCard/index.d.ts +0 -0
  221. /package/dist/{eagle/src → src}/core/DropdownMenu/DropdownMenu.stories.d.ts +0 -0
  222. /package/dist/{eagle/src → src}/core/DropdownMenu/index.d.ts +0 -0
  223. /package/dist/{eagle/src → src}/core/ParrotTrans/index.d.ts +0 -0
  224. /package/dist/{eagle/src → src}/core/SegmentControl/SegmentControl.stories.d.ts +0 -0
  225. /package/dist/{eagle/src → src}/core/SegmentControl/index.d.ts +0 -0
  226. /package/dist/{eagle/src → src}/core/StepProgress/StepProgress.stories.d.ts +0 -0
  227. /package/dist/{eagle/src → src}/core/StepProgress/index.d.ts +0 -0
  228. /package/dist/{eagle/src → src}/coreX/BarChart/BarChart.stories.d.ts +0 -0
  229. /package/dist/{eagle/src → src}/coreX/BarChart/index.d.ts +0 -0
  230. /package/dist/{eagle/src → src}/coreX/BatchOperation/BatchOperation.stories.d.ts +0 -0
  231. /package/dist/{eagle/src → src}/coreX/BatchOperation/index.d.ts +0 -0
  232. /package/dist/{eagle/src → src}/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -0
  233. /package/dist/{eagle/src → src}/coreX/ChartWithTooltip/index.d.ts +0 -0
  234. /package/dist/{eagle/src → src}/coreX/Counting/Counting.stories.d.ts +0 -0
  235. /package/dist/{eagle/src → src}/coreX/Counting/index.d.ts +0 -0
  236. /package/dist/{eagle/src → src}/coreX/CronCalendar/CronCalendar.stories.d.ts +0 -0
  237. /package/dist/{eagle/src → src}/coreX/CronCalendar/index.d.ts +0 -0
  238. /package/dist/{eagle/src → src}/coreX/CronPlan/CronPlan.stories.d.ts +0 -0
  239. /package/dist/{eagle/src → src}/coreX/CronPlan/index.d.ts +0 -0
  240. /package/dist/{eagle/src → src}/coreX/DateRangePicker/AbsoluteDate.d.ts +0 -0
  241. /package/dist/{eagle/src → src}/coreX/DateRangePicker/Calendar.d.ts +0 -0
  242. /package/dist/{eagle/src → src}/coreX/DateRangePicker/DateRangePicker.stories.d.ts +0 -0
  243. /package/dist/{eagle/src → src}/coreX/DateRangePicker/DateRangePicker.style.d.ts +0 -0
  244. /package/dist/{eagle/src → src}/coreX/DateRangePicker/InputTime.d.ts +0 -0
  245. /package/dist/{eagle/src → src}/coreX/DateRangePicker/RelativeTime.d.ts +0 -0
  246. /package/dist/{eagle/src → src}/coreX/DateRangePicker/common.d.ts +0 -0
  247. /package/dist/{eagle/src → src}/coreX/DateRangePicker/hooks/useElementIntersectionRatio.d.ts +0 -0
  248. /package/dist/{eagle/src → src}/coreX/DateRangePicker/hooks/useMemoCompare.d.ts +0 -0
  249. /package/dist/{eagle/src → src}/coreX/DateRangePicker/index.d.ts +0 -0
  250. /package/dist/{eagle/src → src}/coreX/DonutChart/DonutChart.stories.d.ts +0 -0
  251. /package/dist/{eagle/src → src}/coreX/DonutChart/index.d.ts +0 -0
  252. /package/dist/{eagle/src → src}/coreX/DropdownTransition/index.d.ts +0 -0
  253. /package/dist/{eagle/src → src}/coreX/GoBackButton/GoBackButton.stories.d.ts +0 -0
  254. /package/dist/{eagle/src → src}/coreX/GoBackButton/index.d.ts +0 -0
  255. /package/dist/{eagle/src → src}/coreX/NamesTooltip/NamesTooltip.stories.d.ts +0 -0
  256. /package/dist/{eagle/src → src}/coreX/NamesTooltip/__test__/index.test.d.ts +0 -0
  257. /package/dist/{eagle/src → src}/coreX/NamesTooltip/index.d.ts +0 -0
  258. /package/dist/{eagle/src → src}/coreX/SidebarSubtitle/SidebarSubtitle.stories.d.ts +0 -0
  259. /package/dist/{eagle/src → src}/coreX/SidebarSubtitle/__test__/index.test.d.ts +0 -0
  260. /package/dist/{eagle/src → src}/coreX/SidebarSubtitle/index.d.ts +0 -0
  261. /package/dist/{eagle/src → src}/coreX/SortableList/SortableList.stories.d.ts +0 -0
  262. /package/dist/{eagle/src → src}/coreX/SortableList/index.d.ts +0 -0
  263. /package/dist/{eagle/src → src}/coreX/SummaryTable/SummaryTable.stories.d.ts +0 -0
  264. /package/dist/{eagle/src → src}/coreX/SummaryTable/index.d.ts +0 -0
  265. /package/dist/{eagle/src → src}/coreX/SwitchWithText/SwitchWithText.stories.d.ts +0 -0
  266. /package/dist/{eagle/src → src}/coreX/SwitchWithText/__tests__/h5_css.test.d.ts +0 -0
  267. /package/dist/{eagle/src → src}/coreX/SwitchWithText/index.d.ts +0 -0
  268. /package/dist/{eagle/src → src}/coreX/TabMenu/index.d.ts +0 -0
  269. /package/dist/{eagle/src → src}/coreX/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts +0 -0
  270. /package/dist/{eagle/src → src}/coreX/TruncatedTextWithTooltip/index.d.ts +0 -0
  271. /package/dist/{eagle/src → src}/coreX/UnitWithChart/UnitWithChart.stories.d.ts +0 -0
  272. /package/dist/{eagle/src → src}/coreX/UnitWithChart/index.d.ts +0 -0
  273. /package/dist/{eagle/src → src}/coreX/common/getCalendarTitle.d.ts +0 -0
  274. /package/dist/{eagle/src → src}/coreX/index.d.ts +0 -0
  275. /package/dist/{eagle/src → src}/hooks/index.d.ts +0 -0
  276. /package/dist/{eagle/src → src}/hooks/useElementResize.d.ts +0 -0
  277. /package/dist/{eagle/src → src}/hooks/useElementsSize.d.ts +0 -0
  278. /package/dist/{eagle/src → src}/hooks/useParrotTranslation.d.ts +0 -0
  279. /package/dist/{eagle/src → src}/index.d.ts +0 -0
  280. /package/dist/{eagle/src → src}/spec/base.d.ts +0 -0
  281. /package/dist/{eagle/src → src}/spec/index.d.ts +0 -0
  282. /package/dist/{eagle/src → src}/spec/react-final-form.d.ts +0 -0
  283. /package/dist/{eagle/src → src}/spec/type.d.ts +0 -0
  284. /package/dist/{eagle/src → src}/store/chart.d.ts +0 -0
  285. /package/dist/{eagle/src → src}/store/index.d.ts +0 -0
  286. /package/dist/{eagle/src → src}/store/modal.d.ts +0 -0
  287. /package/dist/{eagle/src → src}/utils/__test__/compute.spec.d.ts +0 -0
  288. /package/dist/{eagle/src → src}/utils/__test__/cron-time.spec.d.ts +0 -0
  289. /package/dist/{eagle/src → src}/utils/__test__/time.spec.d.ts +0 -0
  290. /package/dist/{eagle/src → src}/utils/__test__/tower.test.d.ts +0 -0
  291. /package/dist/{eagle/src → src}/utils/compute.d.ts +0 -0
  292. /package/dist/{eagle/src → src}/utils/constants.d.ts +0 -0
  293. /package/dist/{eagle/src → src}/utils/cron-time.d.ts +0 -0
  294. /package/dist/{eagle/src → src}/utils/dom.d.ts +0 -0
  295. /package/dist/{eagle/src → src}/utils/formatValue.d.ts +0 -0
  296. /package/dist/{eagle/src → src}/utils/icon.d.ts +0 -0
  297. /package/dist/{eagle/src → src}/utils/index.d.ts +0 -0
  298. /package/dist/{eagle/src → src}/utils/isEmpty.d.ts +0 -0
  299. /package/dist/{eagle/src → src}/utils/testSuit.d.ts +0 -0
  300. /package/dist/{eagle/src → src}/utils/time.d.ts +0 -0
  301. /package/dist/{eagle/src → src}/utils/tower.d.ts +0 -0
  302. /package/dist/{eagle/src → src}/utils/type.d.ts +0 -0
  303. /package/dist/{eagle/stories → stories}/changeLng.stories.d.ts +0 -0
  304. /package/dist/{eagle/stories → stories}/components/Stack.d.ts +0 -0
  305. /package/dist/{eagle/stories → stories}/components/Story.d.ts +0 -0
  306. /package/dist/{eagle/stories → stories}/components/index.d.ts +0 -0
  307. /package/dist/{eagle/stories → stories}/icons-react.stories.d.ts +0 -0
  308. /package/dist/{eagle/stories → stories}/menu.stories.d.ts +0 -0
package/dist/style.css CHANGED
@@ -29849,64 +29849,79 @@ html body {
29849
29849
  padding: 0;
29850
29850
  }
29851
29851
 
29852
- .i1mrf09m {
29853
- display: inline-flex;
29852
+ .p12gwtiw {
29853
+ display: flex;
29854
+ justify-content: space-between;
29854
29855
  align-items: center;
29856
+ padding: 10px 0;
29857
+ color: rgba(44, 56, 82, 0.6);
29858
+ font-size: 12px;
29859
+ line-height: 24px;
29855
29860
  }
29856
- .i1mrf09m .icon-inner {
29857
- display: inline-flex;
29858
- align-items: center;
29859
- justify-content: center;
29861
+ .p12gwtiw .pagination-left {
29862
+ padding: 2px 8px;
29860
29863
  }
29861
- .i1mrf09m .icon-inner + span,
29862
- .i1mrf09m span + .icon-inner.suffix {
29863
- margin-left: 4px;
29864
+ .p12gwtiw .dropdown-trigger {
29865
+ display: flex;
29866
+ align-items: center;
29867
+ border-radius: 6px;
29868
+ cursor: pointer;
29869
+ transition: all 0.3s ease;
29864
29870
  }
29865
- .i1mrf09m.is-rotate img,
29866
- .i1mrf09m.is-rotate svg {
29867
- animation: rotate 680ms linear infinite;
29871
+ .p12gwtiw .dropdown-trigger:hover {
29872
+ background: rgba(211, 218, 235, 0.6);
29873
+ color: #0080ff;
29868
29874
  }
29869
-
29870
- .bpq0js6 {
29871
- padding: 4px 11px;
29875
+ .p12gwtiw .dropdown-trigger .icon-inner {
29876
+ margin-left: 4px;
29872
29877
  }
29873
-
29874
- .b15sn34c {
29875
- white-space: nowrap;
29876
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29878
+ .p12gwtiw .pagination-right {
29879
+ display: flex;
29880
+ align-items: center;
29881
+ color: #0080ff;
29882
+ font-weight: bold;
29877
29883
  }
29878
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29879
- --color: #0080ff;
29884
+ .p12gwtiw .pagination-right .icon-inner {
29885
+ margin-left: 4px;
29880
29886
  }
29881
- .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] {
29882
- --color: #0080ff;
29887
+ .p12gwtiw .pagination-right .prev-btn,
29888
+ .p12gwtiw .pagination-right .next-btn {
29889
+ padding: 0 8px;
29883
29890
  }
29884
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29885
- margin-left: 1px;
29891
+ .p12gwtiw .pagination-right .prev-btn > span,
29892
+ .p12gwtiw .pagination-right .next-btn > span {
29893
+ color: #0080ff;
29886
29894
  }
29887
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29888
- border-top-right-radius: 0;
29889
- border-bottom-right-radius: 0;
29895
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
29896
+ transform: rotate(180deg);
29890
29897
  }
29891
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29892
- border-top-left-radius: 0;
29893
- border-bottom-left-radius: 0;
29898
+
29899
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29900
+ max-height: calc(100vh - 128px);
29901
+ overflow-y: auto;
29894
29902
  }
29895
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29896
- border-radius: unset;
29903
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29904
+ padding: 4px 20px;
29905
+ font-size: 12px;
29906
+ line-height: 18px;
29897
29907
  }
29898
29908
 
29899
- .obf05yr {
29900
- display: inline-block;
29909
+ .i1mrf09m {
29910
+ display: inline-flex;
29911
+ align-items: center;
29901
29912
  }
29902
-
29903
- .hsms1n6 {
29904
- visibility: hidden;
29905
- position: absolute;
29913
+ .i1mrf09m .icon-inner {
29914
+ display: inline-flex;
29915
+ align-items: center;
29916
+ justify-content: center;
29906
29917
  }
29907
-
29908
- .i1e4sgug {
29909
- display: inline-block;
29918
+ .i1mrf09m .icon-inner + span,
29919
+ .i1mrf09m span + .icon-inner.suffix {
29920
+ margin-left: 4px;
29921
+ }
29922
+ .i1mrf09m.is-rotate img,
29923
+ .i1mrf09m.is-rotate svg {
29924
+ animation: rotate 680ms linear infinite;
29910
29925
  }
29911
29926
 
29912
29927
  .d6j0lbj {
@@ -30384,1448 +30399,1433 @@ html body {
30384
30399
  line-height: 12px;
30385
30400
  }
30386
30401
 
30387
- .p12gwtiw {
30388
- display: flex;
30389
- justify-content: space-between;
30390
- align-items: center;
30391
- padding: 10px 0;
30392
- color: rgba(44, 56, 82, 0.6);
30393
- font-size: 12px;
30394
- line-height: 24px;
30395
- }
30396
- .p12gwtiw .pagination-left {
30397
- padding: 2px 8px;
30398
- }
30399
- .p12gwtiw .dropdown-trigger {
30400
- display: flex;
30401
- align-items: center;
30402
- border-radius: 6px;
30403
- cursor: pointer;
30404
- transition: all 0.3s ease;
30405
- }
30406
- .p12gwtiw .dropdown-trigger:hover {
30407
- background: rgba(211, 218, 235, 0.6);
30408
- color: #0080ff;
30402
+ .obf05yr {
30403
+ display: inline-block;
30409
30404
  }
30410
- .p12gwtiw .dropdown-trigger .icon-inner {
30411
- margin-left: 4px;
30405
+
30406
+ .hsms1n6 {
30407
+ visibility: hidden;
30408
+ position: absolute;
30412
30409
  }
30413
- .p12gwtiw .pagination-right {
30414
- display: flex;
30415
- align-items: center;
30416
- color: #0080ff;
30417
- font-weight: bold;
30410
+
30411
+ .bpq0js6 {
30412
+ padding: 4px 11px;
30418
30413
  }
30419
- .p12gwtiw .pagination-right .icon-inner {
30420
- margin-left: 4px;
30414
+
30415
+ .b15sn34c {
30416
+ white-space: nowrap;
30417
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30421
30418
  }
30422
- .p12gwtiw .pagination-right .prev-btn,
30423
- .p12gwtiw .pagination-right .next-btn {
30424
- padding: 0 8px;
30419
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30420
+ --color: #0080ff;
30425
30421
  }
30426
- .p12gwtiw .pagination-right .prev-btn > span,
30427
- .p12gwtiw .pagination-right .next-btn > span {
30428
- color: #0080ff;
30422
+ .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] {
30423
+ --color: #0080ff;
30429
30424
  }
30430
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30431
- transform: rotate(180deg);
30425
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
30426
+ margin-left: 1px;
30432
30427
  }
30433
-
30434
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30435
- max-height: calc(100vh - 128px);
30436
- overflow-y: auto;
30428
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
30429
+ border-top-right-radius: 0;
30430
+ border-bottom-right-radius: 0;
30437
30431
  }
30438
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30439
- padding: 4px 20px;
30440
- font-size: 12px;
30441
- line-height: 18px;
30432
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
30433
+ border-top-left-radius: 0;
30434
+ border-bottom-left-radius: 0;
30442
30435
  }
30443
-
30444
- .t1upn1sz {
30445
- height: 100%;
30436
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30437
+ border-radius: unset;
30446
30438
  }
30447
30439
 
30448
- .tta5kd2 {
30449
- height: 100%;
30440
+ .s1ebs0ra {
30441
+ display: flex;
30442
+ align-items: center;
30443
+ justify-content: space-between;
30444
+ background: #edf0f7;
30445
+ padding: 8px 12px;
30446
+ position: sticky;
30447
+ top: 0;
30448
+ z-index: 1;
30449
+ margin-bottom: -52px;
30450
30450
  }
30451
- .tta5kd2.empty-table .ant-table-content {
30452
- overflow: visible !important;
30453
- height: 100%;
30451
+ .s1ebs0ra .select-total {
30452
+ display: flex;
30453
+ align-items: center;
30454
+ font-weight: 700;
30455
+ flex-shrink: 0;
30454
30456
  }
30455
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30456
- height: 100%;
30457
+ .s1ebs0ra .select-total .icon-wrapper {
30458
+ cursor: pointer;
30459
+ margin-left: 8px;
30460
+ width: 32px;
30461
+ height: 32px;
30462
+ border-radius: 50%;
30463
+ justify-content: center;
30457
30464
  }
30458
- .tta5kd2.empty-table .ant-table-content table {
30459
- width: 100% !important;
30460
- height: 100%;
30465
+ .s1ebs0ra .select-total .icon-wrapper:hover {
30466
+ background: rgba(225, 230, 241, 0.6);
30461
30467
  }
30462
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30463
- padding: 15px 0;
30468
+ .s1ebs0ra .action-group {
30469
+ flex: 1;
30470
+ margin-left: 88px;
30471
+ white-space: nowrap;
30472
+ text-align: right;
30473
+ position: relative;
30474
+ padding: 4px 0;
30475
+ margin-top: -4px;
30476
+ overflow: hidden;
30464
30477
  }
30465
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30466
- display: none;
30478
+ .s1ebs0ra .action-group .sub-menu-delete {
30479
+ transform: translateY(-4px);
30467
30480
  }
30468
- .tta5kd2 .active-row td:nth-child(1) {
30469
- font-weight: 700;
30481
+ .s1ebs0ra .action-group button {
30482
+ border: none;
30470
30483
  }
30471
- .tta5kd2.has-selection .active-row td:nth-child(2) {
30472
- font-weight: 700;
30484
+ .s1ebs0ra .action-group > *:not(:last-child) {
30485
+ margin-right: 8px;
30473
30486
  }
30474
- .tta5kd2 .ant-spin-nested-loading {
30475
- height: 100%;
30487
+ .s1ebs0ra .action-group > button:last-child {
30488
+ margin-right: 4px;
30476
30489
  }
30477
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30478
- height: 100%;
30479
- overflow: visible;
30490
+ .s1ebs0ra .action-group .more-btn {
30491
+ cursor: pointer;
30492
+ width: 32px;
30493
+ height: 32px;
30494
+ justify-content: center;
30495
+ border-radius: 50%;
30480
30496
  }
30481
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
30482
- max-height: none;
30497
+ .s1ebs0ra .action-group .more-btn:hover {
30498
+ background: #fff;
30483
30499
  }
30484
- .tta5kd2.table-init-loading .ant-spin-blur thead,
30485
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
30486
- display: none;
30500
+
30501
+ .s1fc623g {
30502
+ width: 430px !important;
30487
30503
  }
30488
- .tta5kd2 td.ant-table-column-sort {
30489
- background: transparent;
30490
- }
30491
- .tta5kd2 td.ant-table-cell-fix-left,
30492
- .tta5kd2 td.ant-table-cell-fix-right {
30493
- background: #fff;
30494
- padding: 0 !important;
30504
+
30505
+ .da3mx0o .ant-select-item-group {
30506
+ padding: 8px 16px;
30507
+ line-height: 18px;
30508
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30509
+ height: 34px;
30510
+ min-height: 34px;
30511
+ box-sizing: border-box;
30512
+ margin-top: 8px;
30495
30513
  }
30496
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30497
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30514
+
30515
+ .onr9gzt {
30498
30516
  display: flex;
30499
- align-items: center;
30500
- height: 100%;
30517
+ flex-direction: column;
30518
+ margin: 1px 8px;
30501
30519
  padding: 8px;
30520
+ border-radius: 4px;
30502
30521
  }
30503
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30504
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30505
- overflow: hidden;
30506
- text-overflow: ellipsis;
30507
- width: 100%;
30508
- }
30509
- .tta5kd2 .ant-table-container {
30510
- height: 100%;
30511
- }
30512
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30513
- box-shadow: none !important;
30514
- }
30515
- .tta5kd2 .ant-table {
30516
- border-radius: 0px;
30517
- border-left: none;
30518
- border-right: none;
30519
- border-bottom: none;
30520
- height: 100%;
30521
- font-size: 12px;
30522
- background: transparent;
30523
- }
30524
- .tta5kd2 .ant-table .ant-table-header {
30525
- position: relative;
30526
- z-index: 3;
30527
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30528
- margin-bottom: -1px;
30529
- }
30530
- .tta5kd2 .ant-table .time-wrapper .date,
30531
- .tta5kd2 .ant-table .value {
30532
- color: #2d3a56;
30533
- }
30534
- .tta5kd2 .ant-table .time-wrapper .time,
30535
- .tta5kd2 .ant-table .unit {
30536
- color: rgba(44, 56, 82, 0.6);
30522
+ .onr9gzt .selected-icon {
30523
+ display: none;
30537
30524
  }
30538
- .tta5kd2 .ant-table .ant-table-selection {
30539
- position: unset;
30540
- text-align: center;
30525
+ .onr9gzt.ant-select-item-option-grouped {
30526
+ padding-left: 8px;
30541
30527
  }
30542
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30543
- background: #fff;
30528
+ .onr9gzt.ant-select-item-option-selected {
30529
+ background-color: white;
30544
30530
  }
30545
- .tta5kd2 .ant-table .anticon-setting {
30546
- cursor: pointer;
30547
- position: absolute;
30548
- top: 50%;
30549
- right: 12px;
30550
- transform: translateY(-50%);
30531
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
30532
+ color: #0080ff;
30551
30533
  }
30552
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30553
- box-shadow: none;
30554
- width: 1px;
30555
- background: rgba(213, 219, 227, 0.6);
30534
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30535
+ display: block;
30556
30536
  }
30557
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30558
- box-shadow: none;
30559
- width: 1px;
30560
- background: rgba(213, 219, 227, 0.6);
30537
+ .onr9gzt.ant-select-item-option-active {
30538
+ background: rgba(0, 136, 255, 0.16);
30561
30539
  }
30562
- .tta5kd2 .ant-table .ant-table-tbody {
30563
- position: relative;
30540
+ .onr9gzt.ant-select-item-option-active .timezone-title {
30541
+ color: #0080ff;
30564
30542
  }
30565
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30566
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30567
- border-bottom: 1px solid white;
30568
- height: 40px;
30569
- vertical-align: middle;
30570
- transition: background 0ms;
30571
- color: #00122e;
30543
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30544
+ background: rgba(0, 136, 255, 0.1);
30545
+ color: #0080ff;
30572
30546
  }
30573
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30574
- background: #f2f5fa;
30575
- border-bottom-color: #f2f5fa;
30547
+
30548
+ .oiy0apc {
30549
+ display: flex;
30550
+ justify-content: space-between;
30551
+ height: 20px;
30552
+ line-height: 20px;
30576
30553
  }
30577
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30578
- height: auto;
30579
- color: #00122e;
30580
- font-size: 12px;
30581
- text-align: left;
30582
- transition: none;
30554
+ .oiy0apc .timezone-title {
30555
+ color: #2d3a56;
30583
30556
  overflow: hidden;
30584
30557
  text-overflow: ellipsis;
30585
- white-space: nowrap;
30586
30558
  }
30587
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30588
- color: #0096ff;
30559
+
30560
+ .of4y382 {
30561
+ display: flex;
30562
+ justify-content: space-between;
30563
+ color: rgba(44, 56, 82, 0.6);
30564
+ height: 18px;
30565
+ line-height: 18px;
30566
+ margin-top: 2px;
30589
30567
  }
30590
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30591
- overflow: hidden;
30592
- text-overflow: ellipsis;
30593
- width: 100%;
30594
- vertical-align: middle;
30568
+
30569
+ .t19903l9 {
30570
+ border: none;
30571
+ margin-right: 0;
30572
+ background: rgba(225, 230, 241, 0.6);
30595
30573
  }
30596
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30597
- line-height: 0px;
30574
+
30575
+ .ohwbvxu {
30576
+ pointer-events: none;
30577
+ height: 32px;
30578
+ width: 100%;
30579
+ opacity: 0;
30598
30580
  }
30599
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30600
- padding-right: 25px;
30581
+
30582
+ .i1e4sgug {
30583
+ display: inline-block;
30601
30584
  }
30602
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30603
- border-top-color: transparent;
30585
+
30586
+ .s34f1qb.ant-switch {
30587
+ min-width: 40px;
30588
+ height: 24px;
30589
+ background: rgba(172, 186, 211, 0.6);
30590
+ overflow: hidden;
30604
30591
  }
30605
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30606
- background: rgba(225, 230, 241, 0.6);
30607
- border-color: transparent transparent white;
30592
+ .s34f1qb.ant-switch:focus {
30593
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30608
30594
  }
30609
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30610
- border-radius: 8px 0 0 8px;
30595
+ .s34f1qb.ant-switch-small {
30596
+ min-width: 26px;
30597
+ height: 16px;
30611
30598
  }
30612
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30613
- border-radius: 8px 0 0 8px;
30599
+ .s34f1qb.ant-switch-large {
30600
+ min-width: 52px;
30601
+ height: 32px;
30614
30602
  }
30615
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30616
- content: "";
30617
- width: 4px;
30618
- top: -1px;
30619
- bottom: -1px;
30620
- background: white;
30603
+ .s34f1qb.ant-switch .ant-switch-handle {
30604
+ height: 20px;
30605
+ width: 20px;
30621
30606
  }
30622
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30623
- border-radius: 0 8px 8px 0;
30607
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30608
+ border-radius: 10px;
30609
+ transition-delay: 120ms;
30624
30610
  }
30625
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30626
- border-radius: 0;
30627
- background: white;
30628
- border-top: none;
30611
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30612
+ height: 14px;
30613
+ width: 14px;
30614
+ top: 1px;
30615
+ left: 1px;
30629
30616
  }
30630
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30631
- border-top: 1px solid transparent;
30632
- border-radius: 0 8px 8px 0;
30633
- background: rgba(225, 230, 241, 0.6);
30617
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30618
+ height: 28px;
30619
+ width: 28px;
30634
30620
  }
30635
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30636
- background: white;
30637
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30621
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30622
+ border-radius: 14px;
30638
30623
  }
30639
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30640
- display: flex;
30641
- align-items: center;
30642
- height: 100%;
30643
- background: rgba(225, 230, 241, 0.6);
30624
+ .s34f1qb.ant-switch-checked {
30625
+ background-color: #00ba5d;
30644
30626
  }
30645
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30646
- background: white;
30647
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30627
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30628
+ left: calc(100% - 20px - 2px);
30648
30629
  }
30649
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30650
- display: flex;
30651
- align-items: center;
30652
- height: 100%;
30653
- background: rgba(225, 230, 241, 0.6);
30630
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30631
+ left: calc(100% - 14px - 1px);
30654
30632
  }
30655
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30656
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30633
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30634
+ left: calc(100% - 28px - 2px);
30657
30635
  }
30658
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30659
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30660
- border-radius: 8px;
30636
+
30637
+ .c1to9vb9 {
30638
+ margin-left: 5px;
30661
30639
  }
30662
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30663
- border-top-color: white;
30640
+
30641
+ .rxbeqvl.ant-radio-wrapper {
30642
+ display: inline-flex;
30643
+ align-items: baseline;
30644
+ white-space: pre-wrap;
30664
30645
  }
30665
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30666
- background: rgba(0, 136, 255, 0.1);
30667
- border-bottom-color: transparent;
30668
- border-top-color: transparent;
30646
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30647
+ position: relative;
30648
+ top: 3px;
30669
30649
  }
30670
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30671
- border-radius: 8px 0 0 8px;
30650
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30651
+ border-color: rgba(107, 128, 167, 0.6);
30672
30652
  }
30673
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30674
- border-radius: 0 8px 8px 0;
30653
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30654
+ border-color: #0080ff;
30675
30655
  }
30676
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30677
- background: rgba(0, 136, 255, 0.1);
30656
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30657
+ border-color: #0080ff;
30658
+ background: #0080ff;
30678
30659
  }
30679
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
30660
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30661
+ top: 4px;
30662
+ left: 4px;
30663
+ width: 6px;
30664
+ height: 6px;
30680
30665
  background: #fff;
30681
- font-weight: 400;
30682
- position: relative;
30683
- border-bottom: none;
30684
- color: #00122e;
30685
- transition: none;
30686
- padding: 15px 8px 15px 8px;
30687
30666
  }
30688
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30689
- content: "";
30690
- width: 1px;
30691
- top: 0;
30692
- bottom: 0;
30667
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30668
+ opacity: 0.5;
30669
+ }
30670
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30671
+ border-color: rgba(107, 128, 167, 0.6);
30693
30672
  background: rgba(211, 218, 235, 0.6);
30694
- position: absolute;
30695
- right: 0;
30696
30673
  }
30697
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30698
- padding: unset;
30674
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30675
+ background: #00122e;
30699
30676
  }
30700
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30701
- display: none;
30677
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30678
+ color: #00122e;
30679
+ opacity: 0.5;
30702
30680
  }
30703
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30704
- width: 100%;
30705
- overflow: hidden;
30706
- white-space: nowrap;
30707
- text-overflow: ellipsis;
30681
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30682
+ color: #00122e;
30708
30683
  }
30709
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30710
- overflow: hidden;
30711
- text-overflow: ellipsis;
30712
- flex: 1;
30684
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30685
+ display: inline-block;
30686
+ padding: 0;
30687
+ padding-left: 12px;
30713
30688
  }
30714
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30715
- padding: 15px 25px 15px 8px;
30689
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30690
+ margin-bottom: 0;
30691
+ white-space: pre-wrap;
30692
+ color: rgba(44, 56, 82, 0.6);
30716
30693
  }
30717
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30718
- padding: 0;
30694
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30695
+ padding-left: 8px;
30719
30696
  }
30720
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30721
- position: absolute;
30722
- right: 6px;
30723
- top: 50%;
30724
- transform: translateY(-50%);
30725
- height: 16px;
30726
- display: none;
30727
- transition: transform 320ms ease;
30697
+
30698
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30699
+ border-radius: 5px 0 0 5px;
30728
30700
  }
30729
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30730
- display: block;
30731
- transform: translateY(-50%) rotateX(180deg);
30701
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30702
+ border-radius: 0 5px 5px 0;
30732
30703
  }
30733
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30734
- display: block;
30704
+
30705
+ .r1f0aqcc {
30706
+ color: #00122e;
30707
+ border-color: #ccd4e3;
30735
30708
  }
30736
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30737
- display: none;
30709
+ .r1f0aqcc:first-child {
30710
+ border-color: #a3b4cc;
30738
30711
  }
30739
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30740
- transform: translateY(-50%);
30712
+ .r1f0aqcc.ant-radio-button-wrapper {
30713
+ padding: 0 12px;
30714
+ line-height: 32px;
30715
+ height: 32px;
30741
30716
  }
30742
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30743
- transform: translateY(-50%) rotateX(180deg);
30717
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30718
+ white-space: nowrap;
30744
30719
  }
30745
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30746
- background: #f2f5fa;
30720
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30721
+ height: 22px;
30722
+ padding: 0 7px;
30723
+ line-height: 20px;
30747
30724
  }
30748
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30749
- display: block;
30725
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30726
+ background: #ccd4e3;
30750
30727
  }
30751
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30752
- padding-right: 25px;
30728
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30729
+ background: #0080ff;
30753
30730
  }
30754
- .tta5kd2 .ant-table .ant-table-selection-column {
30755
- padding: 0 !important;
30731
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30732
+ background: #ccd4e3;
30733
+ opacity: 0.5;
30756
30734
  }
30757
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30758
- position: absolute;
30759
- left: 50%;
30760
- top: 50%;
30761
- transform: translate(-50%, -50%);
30735
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30736
+ border-right-color: #0080ff;
30762
30737
  }
30763
- .tta5kd2 .ant-table .ant-table-selection-column:after {
30764
- display: none;
30738
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30739
+ border-color: #0080ff;
30765
30740
  }
30766
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
30767
- background: #fff;
30741
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30742
+ background: rgba(0, 136, 255, 0.1);
30768
30743
  }
30769
- .tta5kd2 .ant-table .ant-table-placeholder {
30770
- background: inherit;
30744
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30745
+ background: rgba(211, 218, 235, 0.6);
30746
+ border-color: #ccd4e3;
30747
+ opacity: 0.5;
30771
30748
  }
30772
- .tta5kd2 .ant-table .ant-table-placeholder td {
30773
- position: static;
30774
- border: none;
30775
- background: inherit !important;
30776
- height: 100px;
30777
- vertical-align: middle;
30749
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30750
+ color: #00122e;
30751
+ border-color: #ccd4e3;
30778
30752
  }
30779
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30780
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30781
- font-weight: bold;
30782
- font-size: 20px;
30783
- color: rgba(10, 37, 85, 0.6);
30753
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30754
+ color: #00122e;
30755
+ border-color: #ccd4e3;
30756
+ background: rgba(172, 186, 211, 0.6);
30784
30757
  }
30785
- .tta5kd2 .ant-table td.cell__action_ {
30786
- padding: 0 !important;
30787
- position: relative;
30788
- background: #fff;
30758
+ .r1f0aqcc .ant-radio-button-input {
30759
+ margin-right: 8px;
30760
+ display: inline;
30761
+ border: none;
30762
+ padding: 0;
30763
+ width: 36px;
30764
+ background: transparent;
30789
30765
  }
30790
- .tta5kd2 .ant-table td.cell__action_ > * {
30791
- height: 100%;
30792
- display: flex;
30793
- align-items: center;
30794
- justify-content: flex-end;
30795
- padding-right: 8px;
30766
+ .r1f0aqcc .ant-radio-button-input:focus {
30767
+ box-shadow: none;
30796
30768
  }
30797
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
30798
- width: 24px;
30799
- height: 24px;
30800
- cursor: pointer;
30801
- justify-content: center;
30802
- border-radius: 4px;
30769
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30770
+ margin-right: 0;
30771
+ width: initial;
30772
+ box-shadow: none;
30803
30773
  }
30804
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30805
- background: #fff;
30774
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30775
+ display: none;
30806
30776
  }
30807
-
30808
- .s1fc623g {
30809
- width: 430px !important;
30777
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30778
+ display: inline;
30779
+ }
30780
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30781
+ display: inline;
30782
+ margin-right: 8px;
30783
+ padding: 0;
30784
+ width: 36px;
30810
30785
  }
30811
30786
 
30812
- .da3mx0o .ant-select-item-group {
30813
- padding: 8px 16px;
30814
- line-height: 18px;
30815
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30816
- height: 34px;
30817
- min-height: 34px;
30818
- box-sizing: border-box;
30819
- margin-top: 8px;
30787
+ .t1upn1sz {
30788
+ height: 100%;
30820
30789
  }
30821
30790
 
30822
- .onr9gzt {
30823
- display: flex;
30824
- flex-direction: column;
30825
- margin: 1px 8px;
30826
- padding: 8px;
30827
- border-radius: 4px;
30791
+ .tta5kd2 {
30792
+ height: 100%;
30828
30793
  }
30829
- .onr9gzt .selected-icon {
30830
- display: none;
30794
+ .tta5kd2.empty-table .ant-table-content {
30795
+ overflow: visible !important;
30796
+ height: 100%;
30831
30797
  }
30832
- .onr9gzt.ant-select-item-option-grouped {
30833
- padding-left: 8px;
30798
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30799
+ height: 100%;
30834
30800
  }
30835
- .onr9gzt.ant-select-item-option-selected {
30836
- background-color: white;
30801
+ .tta5kd2.empty-table .ant-table-content table {
30802
+ width: 100% !important;
30803
+ height: 100%;
30837
30804
  }
30838
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30839
- color: #0080ff;
30805
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30806
+ padding: 15px 0;
30840
30807
  }
30841
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30842
- display: block;
30808
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30809
+ display: none;
30843
30810
  }
30844
- .onr9gzt.ant-select-item-option-active {
30845
- background: rgba(0, 136, 255, 0.16);
30811
+ .tta5kd2 .active-row td:nth-child(1) {
30812
+ font-weight: 700;
30846
30813
  }
30847
- .onr9gzt.ant-select-item-option-active .timezone-title {
30848
- color: #0080ff;
30814
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30815
+ font-weight: 700;
30849
30816
  }
30850
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30851
- background: rgba(0, 136, 255, 0.1);
30852
- color: #0080ff;
30817
+ .tta5kd2 .ant-spin-nested-loading {
30818
+ height: 100%;
30853
30819
  }
30854
-
30855
- .oiy0apc {
30856
- display: flex;
30857
- justify-content: space-between;
30858
- height: 20px;
30859
- line-height: 20px;
30820
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30821
+ height: 100%;
30822
+ overflow: visible;
30860
30823
  }
30861
- .oiy0apc .timezone-title {
30862
- color: #2d3a56;
30863
- overflow: hidden;
30864
- text-overflow: ellipsis;
30824
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30825
+ max-height: none;
30865
30826
  }
30866
-
30867
- .of4y382 {
30868
- display: flex;
30869
- justify-content: space-between;
30870
- color: rgba(44, 56, 82, 0.6);
30871
- height: 18px;
30872
- line-height: 18px;
30873
- margin-top: 2px;
30827
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30828
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30829
+ display: none;
30874
30830
  }
30875
-
30876
- .t19903l9 {
30877
- border: none;
30878
- margin-right: 0;
30879
- background: rgba(225, 230, 241, 0.6);
30831
+ .tta5kd2 td.ant-table-column-sort {
30832
+ background: transparent;
30880
30833
  }
30881
-
30882
- .ohwbvxu {
30883
- pointer-events: none;
30884
- height: 32px;
30885
- width: 100%;
30886
- opacity: 0;
30834
+ .tta5kd2 td.ant-table-cell-fix-left,
30835
+ .tta5kd2 td.ant-table-cell-fix-right {
30836
+ background: #fff;
30837
+ padding: 0 !important;
30887
30838
  }
30888
-
30889
- .cz04yix {
30839
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30840
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30890
30841
  display: flex;
30891
- flex-direction: column;
30892
- }
30893
-
30894
- .m1if5j39 {
30895
- max-width: 1120px;
30896
- width: 100%;
30897
- margin: 0 auto;
30842
+ align-items: center;
30898
30843
  height: 100%;
30844
+ padding: 8px;
30899
30845
  }
30900
-
30901
- .w1vvwdlp {
30902
- max-width: 1120px;
30846
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30847
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30848
+ overflow: hidden;
30849
+ text-overflow: ellipsis;
30903
30850
  width: 100%;
30904
- margin: 0 auto;
30905
- display: flex;
30906
30851
  }
30907
- .w1vvwdlp .left,
30908
- .w1vvwdlp .right {
30909
- flex-grow: 0;
30910
- flex-shrink: 0;
30911
- flex-basis: 21%;
30852
+ .tta5kd2 .ant-table-container {
30853
+ height: 100%;
30912
30854
  }
30913
- .w1vvwdlp .left {
30914
- display: flex;
30915
- justify-content: flex-end;
30916
- padding-right: 44px;
30855
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30856
+ box-shadow: none !important;
30917
30857
  }
30918
- .w1vvwdlp .right {
30919
- padding-left: 44px;
30858
+ .tta5kd2 .ant-table {
30859
+ border-radius: 0px;
30860
+ border-left: none;
30861
+ border-right: none;
30862
+ border-bottom: none;
30863
+ height: 100%;
30864
+ font-size: 12px;
30865
+ background: transparent;
30920
30866
  }
30921
- .w1vvwdlp .middle {
30922
- margin-bottom: 40px;
30923
- flex-grow: 0;
30924
- flex-shrink: 0;
30925
- flex-basis: 58%;
30867
+ .tta5kd2 .ant-table .ant-table-header {
30868
+ position: relative;
30869
+ z-index: 3;
30870
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30871
+ margin-bottom: -1px;
30926
30872
  }
30927
- .w1vvwdlp .middle .form-base-field {
30928
- width: 100%;
30873
+ .tta5kd2 .ant-table .time-wrapper .date,
30874
+ .tta5kd2 .ant-table .value {
30875
+ color: #2d3a56;
30929
30876
  }
30930
- .w1vvwdlp .middle .form-base-field .form-base-field {
30931
- width: auto;
30877
+ .tta5kd2 .ant-table .time-wrapper .time,
30878
+ .tta5kd2 .ant-table .unit {
30879
+ color: rgba(44, 56, 82, 0.6);
30932
30880
  }
30933
-
30934
- .h1cuopx7 .ant-modal-header {
30935
- margin: 0 auto;
30936
- width: 100%;
30937
- max-width: 648px;
30881
+ .tta5kd2 .ant-table .ant-table-selection {
30882
+ position: unset;
30883
+ text-align: center;
30938
30884
  }
30939
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30940
- margin-left: 0;
30885
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30886
+ background: #fff;
30941
30887
  }
30942
- .h1cuopx7 .ant-modal-body {
30943
- margin: 0 auto;
30944
- padding: 0;
30945
- width: 100%;
30946
- max-width: 648px;
30947
- overflow: hidden;
30888
+ .tta5kd2 .ant-table .anticon-setting {
30889
+ cursor: pointer;
30890
+ position: absolute;
30891
+ top: 50%;
30892
+ right: 12px;
30893
+ transform: translateY(-50%);
30948
30894
  }
30949
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30950
- margin-bottom: 40px;
30895
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30896
+ box-shadow: none;
30897
+ width: 1px;
30898
+ background: rgba(213, 219, 227, 0.6);
30951
30899
  }
30952
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30953
- height: calc(100vh - 225px);
30954
- overflow-y: auto;
30900
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30901
+ box-shadow: none;
30902
+ width: 1px;
30903
+ background: rgba(213, 219, 227, 0.6);
30955
30904
  }
30956
- .h1cuopx7 .ant-modal-footer .footer-content {
30957
- margin: 0 auto;
30958
- max-width: 648px;
30905
+ .tta5kd2 .ant-table .ant-table-tbody {
30906
+ position: relative;
30959
30907
  }
30960
-
30961
- .h1p6d3y3 .ant-modal-header {
30962
- margin: 0 auto;
30963
- width: 100%;
30964
- max-width: 1024px;
30908
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30909
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30910
+ border-bottom: 1px solid white;
30911
+ height: 40px;
30912
+ vertical-align: middle;
30913
+ transition: background 0ms;
30914
+ color: #00122e;
30965
30915
  }
30966
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30967
- margin-left: 0;
30916
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30917
+ background: #f2f5fa;
30918
+ border-bottom-color: #f2f5fa;
30968
30919
  }
30969
- .h1p6d3y3 .ant-modal-body {
30970
- margin: 0 auto;
30971
- padding: 0;
30972
- width: 100%;
30973
- max-width: 1024px;
30920
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30921
+ height: auto;
30922
+ color: #00122e;
30923
+ font-size: 12px;
30924
+ text-align: left;
30925
+ transition: none;
30974
30926
  overflow: hidden;
30927
+ text-overflow: ellipsis;
30928
+ white-space: nowrap;
30975
30929
  }
30976
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30977
- margin-bottom: 40px;
30930
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30931
+ color: #0096ff;
30978
30932
  }
30979
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30980
- height: calc(100vh - 225px);
30981
- overflow-y: auto;
30933
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30934
+ overflow: hidden;
30935
+ text-overflow: ellipsis;
30936
+ width: 100%;
30937
+ vertical-align: middle;
30982
30938
  }
30983
- .h1p6d3y3 .ant-modal-footer .footer-content {
30984
- margin: 0 auto;
30985
- max-width: 1024px;
30939
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30940
+ line-height: 0px;
30986
30941
  }
30987
-
30988
- .fxgckuk {
30989
- flex: 1;
30942
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30943
+ padding-right: 25px;
30990
30944
  }
30991
- .fxgckuk label {
30992
- font-size: 13px;
30993
- line-height: 20px;
30994
- color: rgba(44, 56, 82, 0.6);
30945
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30946
+ border-top-color: transparent;
30995
30947
  }
30996
- .fxgckuk .title {
30997
- font-size: 14px;
30998
- line-height: 20px;
30999
- color: #2d3a56;
31000
- margin-bottom: 12px;
30948
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30949
+ background: rgba(225, 230, 241, 0.6);
30950
+ border-color: transparent transparent white;
31001
30951
  }
31002
- .fxgckuk.connect-cluster .title {
31003
- padding-bottom: 26px;
30952
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30953
+ border-radius: 8px 0 0 8px;
31004
30954
  }
31005
-
31006
- .f1d0vek1 {
31007
- padding: 25px 0 15px 0;
31008
- border-bottom: 1px solid #e1e5eb;
31009
- margin-bottom: 16px;
30955
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30956
+ border-radius: 8px 0 0 8px;
31010
30957
  }
31011
-
31012
- .f4u402y {
31013
- display: flex;
31014
- align-items: center;
31015
- margin-bottom: 8px;
30958
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30959
+ content: "";
30960
+ width: 4px;
30961
+ top: -1px;
30962
+ bottom: -1px;
30963
+ background: white;
31016
30964
  }
31017
- .f4u402y > label {
31018
- width: 216px;
30965
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30966
+ border-radius: 0 8px 8px 0;
31019
30967
  }
31020
- .f4u402y > label + * {
31021
- width: 100%;
30968
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30969
+ border-radius: 0;
30970
+ background: white;
30971
+ border-top: none;
31022
30972
  }
31023
- .f4u402y .ant-select {
31024
- width: 100%;
30973
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30974
+ border-top: 1px solid transparent;
30975
+ border-radius: 0 8px 8px 0;
30976
+ background: rgba(225, 230, 241, 0.6);
31025
30977
  }
31026
-
31027
- .e1pldf6v {
31028
- color: #e75a3a;
31029
- margin-right: 10px;
30978
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30979
+ background: white;
30980
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31030
30981
  }
31031
-
31032
- .dq0gblh {
31033
- width: 100%;
31034
- height: 1px;
31035
- background: rgba(213, 219, 227, 0.6);
31036
- margin: 24px 0;
30982
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30983
+ display: flex;
30984
+ align-items: center;
30985
+ height: 100%;
30986
+ background: rgba(225, 230, 241, 0.6);
31037
30987
  }
31038
-
31039
- .l1v7sr0n {
30988
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30989
+ background: white;
30990
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30991
+ }
30992
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31040
30993
  display: flex;
31041
- justify-content: center;
31042
30994
  align-items: center;
31043
30995
  height: 100%;
30996
+ background: rgba(225, 230, 241, 0.6);
31044
30997
  }
31045
-
31046
- .d1i4ou6o {
31047
- display: inline-block;
31048
- width: 4px;
31049
- height: 4px;
31050
- background: #8e9aa9;
31051
- opacity: 0.4;
31052
- border-radius: 50%;
31053
- margin: 0 4px;
30998
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30999
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31054
31000
  }
31055
-
31056
- .m1jy87hk .ant-modal-header,
31057
- .m1jy87hk .ant-modal-footer .footer-content {
31058
- width: 648px;
31059
- margin: 0 auto;
31001
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31002
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31003
+ border-radius: 8px;
31060
31004
  }
31061
- .m1jy87hk .ant-modal-header {
31062
- padding: 35px 0 24px;
31063
- border: none;
31005
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31006
+ border-top-color: white;
31064
31007
  }
31065
- .m1jy87hk .ant-modal-header .ant-modal-title {
31066
- font-size: 30px;
31008
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31009
+ background: rgba(0, 136, 255, 0.1);
31010
+ border-bottom-color: transparent;
31011
+ border-top-color: transparent;
31067
31012
  }
31068
- .m1jy87hk .ant-modal-body {
31069
- padding: 4px 0 2px;
31013
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31014
+ border-radius: 8px 0 0 8px;
31070
31015
  }
31071
- .m1jy87hk .ant-modal-footer {
31072
- border: none;
31016
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31017
+ border-radius: 0 8px 8px 0;
31073
31018
  }
31074
-
31075
- .ti7fpyu {
31076
- font-size: 12px;
31077
- line-height: 18px;
31078
- font-weight: bold;
31079
- color: #fff;
31080
- padding: 0 4px;
31081
- border-radius: 4px;
31082
- display: inline-block;
31083
- background: var(--ti7fpyu-0);
31019
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31020
+ background: rgba(0, 136, 255, 0.1);
31084
31021
  }
31085
- .ti7fpyu:not(:first-child) {
31086
- margin-left: 4px;
31022
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31023
+ background: #fff;
31024
+ font-weight: 400;
31025
+ position: relative;
31026
+ border-bottom: none;
31027
+ color: #00122e;
31028
+ transition: none;
31029
+ padding: 15px 8px 15px 8px;
31087
31030
  }
31088
-
31089
- .f1rest1f {
31031
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31032
+ content: "";
31033
+ width: 1px;
31034
+ top: 0;
31035
+ bottom: 0;
31036
+ background: rgba(211, 218, 235, 0.6);
31037
+ position: absolute;
31038
+ right: 0;
31039
+ }
31040
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31041
+ padding: unset;
31042
+ }
31043
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31044
+ display: none;
31045
+ }
31046
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31090
31047
  width: 100%;
31091
- height: 100%;
31092
- display: flex;
31093
- align-items: center;
31094
- justify-content: center;
31048
+ overflow: hidden;
31049
+ white-space: nowrap;
31050
+ text-overflow: ellipsis;
31095
31051
  }
31096
-
31097
- .n1kbdoln {
31098
- font-size: 90%;
31099
- font-weight: bold;
31100
- background-color: rgba(240, 243, 247, 0.6);
31101
- padding: 1px 4px 1px;
31102
- margin-left: 2px;
31103
- margin-right: 2px;
31104
- border: 1px solid rgba(213, 219, 227, 0.6);
31105
- border-radius: 4px;
31052
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31053
+ overflow: hidden;
31054
+ text-overflow: ellipsis;
31055
+ flex: 1;
31106
31056
  }
31107
-
31108
- .f1y3gta0.form-item-general {
31109
- width: 640px;
31057
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31058
+ padding: 15px 25px 15px 8px;
31110
31059
  }
31111
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
31112
- margin-top: 16px;
31060
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31061
+ padding: 0;
31113
31062
  }
31114
- .f1y3gta0.form-item-compact {
31115
- width: 412px;
31063
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31064
+ position: absolute;
31065
+ right: 6px;
31066
+ top: 50%;
31067
+ transform: translateY(-50%);
31068
+ height: 16px;
31069
+ display: none;
31070
+ transition: transform 320ms ease;
31116
31071
  }
31117
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
31118
- margin-top: 8px;
31072
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31073
+ display: block;
31074
+ transform: translateY(-50%) rotateX(180deg);
31119
31075
  }
31120
- .f1y3gta0 .form-item {
31121
- width: auto;
31076
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31077
+ display: block;
31122
31078
  }
31123
- .f1y3gta0 .form-item-main {
31124
- position: relative;
31125
- display: flex;
31079
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31080
+ display: none;
31081
+ }
31082
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31083
+ transform: translateY(-50%);
31126
31084
  }
31127
- .f1y3gta0 .form-item-extra {
31128
- margin-top: 4px;
31129
- width: 100%;
31130
- padding: 14px;
31131
- background: #f2f4f6;
31132
- font-size: 13px;
31133
- line-height: 1.8;
31134
- color: #8e9aa9;
31085
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31086
+ transform: translateY(-50%) rotateX(180deg);
31135
31087
  }
31136
- .f1y3gta0 .form-item-label {
31137
- padding-right: 12px;
31138
- font-size: 13px;
31139
- color: rgba(44, 56, 82, 0.6);
31088
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31089
+ background: #f2f5fa;
31140
31090
  }
31141
- .f1y3gta0 .form-item-label.label-right {
31142
- text-align: right;
31091
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31092
+ display: block;
31143
31093
  }
31144
- .f1y3gta0 .form-item-label,
31145
- .f1y3gta0 .form-item-control {
31146
- line-height: 32px;
31094
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31095
+ padding-right: 25px;
31147
31096
  }
31148
- .f1y3gta0 .form-item-control .form-item-error {
31149
- line-height: 18px;
31097
+ .tta5kd2 .ant-table .ant-table-selection-column {
31098
+ padding: 0 !important;
31150
31099
  }
31151
- .f1y3gta0 .form-item-children {
31152
- width: 100%;
31100
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31101
+ position: absolute;
31102
+ left: 50%;
31103
+ top: 50%;
31104
+ transform: translate(-50%, -50%);
31153
31105
  }
31154
- .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 {
31155
- width: 100%;
31106
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31107
+ display: none;
31156
31108
  }
31157
- .f1y3gta0 .form-item-error {
31158
- color: #e75a3a;
31159
- height: 0;
31160
- overflow: hidden;
31109
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31110
+ background: #fff;
31161
31111
  }
31162
- .f1y3gta0 .form-item-error-enter-done {
31163
- margin-top: 4px;
31164
- height: auto;
31165
- overflow: auto;
31112
+ .tta5kd2 .ant-table .ant-table-placeholder {
31113
+ background: inherit;
31166
31114
  }
31167
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31168
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31169
- border: 1px solid #e75a3a;
31170
- color: #e75a3a;
31115
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31116
+ position: static;
31117
+ border: none;
31118
+ background: inherit !important;
31119
+ height: 100px;
31120
+ vertical-align: middle;
31171
31121
  }
31172
-
31173
- .fujbm7g {
31174
- color: #2d3a56;
31122
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31123
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31175
31124
  font-weight: bold;
31176
- padding-bottom: 6px;
31177
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31178
- margin-bottom: 16px;
31125
+ font-size: 20px;
31126
+ color: rgba(10, 37, 85, 0.6);
31179
31127
  }
31180
- .fujbm7g:not(:first-of-type) {
31181
- margin-top: 16px;
31128
+ .tta5kd2 .ant-table td.cell__action_ {
31129
+ padding: 0 !important;
31130
+ position: relative;
31131
+ background: #fff;
31182
31132
  }
31183
-
31184
- .e5fsw5s {
31185
- width: 8px;
31186
- height: 24px;
31133
+ .tta5kd2 .ant-table td.cell__action_ > * {
31134
+ height: 100%;
31187
31135
  display: flex;
31188
- justify-content: center;
31189
31136
  align-items: center;
31190
- cursor: pointer;
31191
- transition: all 200ms ease-out 40ms;
31137
+ justify-content: flex-end;
31138
+ padding-right: 8px;
31192
31139
  }
31193
- .e5fsw5s:before, .e5fsw5s:after {
31194
- content: "";
31195
- width: 1px;
31196
- height: 6px;
31197
- border-radius: 1px;
31198
- background: #ccd4e3;
31199
- position: relative;
31200
- right: 2px;
31201
- transform: rotate(-45deg);
31140
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31141
+ width: 24px;
31142
+ height: 24px;
31143
+ cursor: pointer;
31144
+ justify-content: center;
31145
+ border-radius: 4px;
31202
31146
  }
31203
- .e5fsw5s:after {
31204
- transform: rotate(45deg);
31205
- left: 1px;
31147
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31148
+ background: #fff;
31206
31149
  }
31207
31150
 
31208
- .w18knsg4.ant-alert-warning {
31209
- border: 0;
31210
- background: rgba(255, 187, 0, 0.1);
31211
- border-radius: 6px;
31212
- }
31213
- .w18knsg4.ant-alert,
31214
- .w18knsg4 .ant-alert-message {
31215
- color: #e07f00;
31151
+ .cz04yix {
31152
+ display: flex;
31153
+ flex-direction: column;
31216
31154
  }
31217
- .w18knsg4.ant-alert .dashed-border-bottom,
31218
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
31219
- border-bottom-color: #e07f00;
31155
+
31156
+ .m1if5j39 {
31157
+ max-width: 1120px;
31158
+ width: 100%;
31159
+ margin: 0 auto;
31160
+ height: 100%;
31220
31161
  }
31221
31162
 
31222
- .ng31n2o {
31163
+ .w1vvwdlp {
31164
+ max-width: 1120px;
31165
+ width: 100%;
31166
+ margin: 0 auto;
31223
31167
  display: flex;
31224
- flex-direction: row;
31225
- padding: 7px 12px;
31226
- background: rgba(255, 187, 0, 0.1);
31227
- border-radius: 6px;
31228
- color: #e07f00;
31229
- font-size: 12px;
31230
- line-height: 18px;
31231
31168
  }
31232
- .ng31n2o .icon-wrapper {
31233
- margin-right: 10px;
31234
- height: 18px;
31169
+ .w1vvwdlp .left,
31170
+ .w1vvwdlp .right {
31171
+ flex-grow: 0;
31172
+ flex-shrink: 0;
31173
+ flex-basis: 21%;
31235
31174
  }
31236
-
31237
- .n15x5f5y {
31175
+ .w1vvwdlp .left {
31238
31176
  display: flex;
31239
- flex-direction: row;
31240
- padding: 7px 12px;
31241
- background: rgba(225, 230, 241, 0.6);
31242
- border-radius: 6px;
31243
- color: rgba(44, 56, 82, 0.6);
31244
- font-size: 12px;
31245
- line-height: 18px;
31177
+ justify-content: flex-end;
31178
+ padding-right: 44px;
31246
31179
  }
31247
- .n15x5f5y .icon-wrapper {
31248
- margin-right: 10px;
31249
- height: 18px;
31180
+ .w1vvwdlp .right {
31181
+ padding-left: 44px;
31250
31182
  }
31251
-
31252
- .i16ozz3f {
31253
- display: flex;
31254
- flex-direction: row;
31255
- padding: 7px 12px;
31256
- background: rgba(0, 136, 255, 0.1);
31257
- border-radius: 6px;
31258
- color: #005ed1;
31259
- font-size: 12px;
31260
- line-height: 18px;
31183
+ .w1vvwdlp .middle {
31184
+ margin-bottom: 40px;
31185
+ flex-grow: 0;
31186
+ flex-shrink: 0;
31187
+ flex-basis: 58%;
31261
31188
  }
31262
- .i16ozz3f .icon-wrapper {
31263
- margin-right: 10px;
31264
- height: 18px;
31189
+ .w1vvwdlp .middle .form-base-field {
31190
+ width: 100%;
31265
31191
  }
31266
-
31267
- .dszu9qr {
31268
- color: rgba(44, 56, 82, 0.6);
31269
- margin-top: 5px;
31270
- font-size: 12px;
31271
- line-height: 18px;
31192
+ .w1vvwdlp .middle .form-base-field .form-base-field {
31193
+ width: auto;
31272
31194
  }
31273
31195
 
31274
- .snxzgx {
31275
- color: #f0483e;
31276
- font-size: 12px;
31277
- white-space: pre-wrap;
31196
+ .h1cuopx7 .ant-modal-header {
31197
+ margin: 0 auto;
31198
+ width: 100%;
31199
+ max-width: 648px;
31278
31200
  }
31279
-
31280
- .o1i4orqw {
31281
- display: flex;
31282
- align-items: center;
31283
- justify-content: flex-end;
31201
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
31202
+ margin-left: 0;
31284
31203
  }
31285
- .o1i4orqw .icon-wrapper {
31286
- margin-right: 16px;
31204
+ .h1cuopx7 .ant-modal-body {
31205
+ margin: 0 auto;
31206
+ padding: 0;
31207
+ width: 100%;
31208
+ max-width: 648px;
31209
+ overflow: hidden;
31287
31210
  }
31288
-
31289
- .t79k8o2 {
31290
- color: rgba(0, 21, 64, 0.3);
31211
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
31212
+ margin-bottom: 40px;
31291
31213
  }
31292
-
31293
- .ipd9bk.ant-input {
31294
- padding: 5px 12px;
31295
- line-height: 20px;
31296
- color: #2d3a56;
31297
- border-radius: 6px;
31298
- border-color: rgba(172, 186, 211, 0.6);
31299
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31214
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
31215
+ height: calc(100vh - 225px);
31216
+ overflow-y: auto;
31300
31217
  }
31301
- .ipd9bk.ant-input.ant-input-lg {
31302
- padding: 8px 16px;
31303
- line-height: 22px;
31218
+ .h1cuopx7 .ant-modal-footer .footer-content {
31219
+ margin: 0 auto;
31220
+ max-width: 648px;
31304
31221
  }
31305
- .ipd9bk.ant-input.ant-input-sm {
31306
- padding: 2px 8px;
31307
- line-height: 18px;
31222
+
31223
+ .h1p6d3y3 .ant-modal-header {
31224
+ margin: 0 auto;
31225
+ width: 100%;
31226
+ max-width: 1024px;
31308
31227
  }
31309
- .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 {
31310
- border-color: rgba(107, 128, 167, 0.6);
31311
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31312
- z-index: 1;
31228
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
31229
+ margin-left: 0;
31230
+ }
31231
+ .h1p6d3y3 .ant-modal-body {
31232
+ margin: 0 auto;
31233
+ padding: 0;
31234
+ width: 100%;
31235
+ max-width: 1024px;
31236
+ overflow: hidden;
31313
31237
  }
31314
- .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 {
31315
- border-color: #0096ff;
31316
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31317
- z-index: 1;
31238
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
31239
+ margin-bottom: 40px;
31318
31240
  }
31319
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
31320
- border-color: #e75a3a;
31321
- color: #e75a3a;
31241
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
31242
+ height: calc(100vh - 225px);
31243
+ overflow-y: auto;
31322
31244
  }
31323
- .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 {
31324
- border-color: #e75a3a;
31325
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31245
+ .h1p6d3y3 .ant-modal-footer .footer-content {
31246
+ margin: 0 auto;
31247
+ max-width: 1024px;
31326
31248
  }
31327
- .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 {
31328
- border-color: #e75a3a;
31329
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31249
+
31250
+ .fxgckuk {
31251
+ flex: 1;
31330
31252
  }
31331
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
31332
- background: rgba(211, 218, 235, 0.6);
31333
- color: rgba(0, 21, 64, 0.3);
31334
- border-color: rgba(172, 186, 211, 0.6);
31253
+ .fxgckuk label {
31254
+ font-size: 13px;
31255
+ line-height: 20px;
31256
+ color: rgba(44, 56, 82, 0.6);
31335
31257
  }
31336
- .ipd9bk.ant-input-affix-wrapper {
31337
- padding: 5px 12px;
31338
- border-radius: 6px;
31339
- border-color: rgba(172, 186, 211, 0.6);
31258
+ .fxgckuk .title {
31259
+ font-size: 14px;
31340
31260
  line-height: 20px;
31341
31261
  color: #2d3a56;
31342
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31262
+ margin-bottom: 12px;
31343
31263
  }
31344
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31345
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31346
- color: rgba(44, 56, 82, 0.6);
31264
+ .fxgckuk.connect-cluster .title {
31265
+ padding-bottom: 26px;
31347
31266
  }
31348
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31349
- padding: 8px 16px;
31350
- line-height: 22px;
31267
+
31268
+ .f1d0vek1 {
31269
+ padding: 25px 0 15px 0;
31270
+ border-bottom: 1px solid #e1e5eb;
31271
+ margin-bottom: 16px;
31351
31272
  }
31352
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31353
- padding: 2px 8px;
31354
- line-height: 18px;
31273
+
31274
+ .f4u402y {
31275
+ display: flex;
31276
+ align-items: center;
31277
+ margin-bottom: 8px;
31355
31278
  }
31356
- .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 {
31357
- border-color: rgba(107, 128, 167, 0.6);
31358
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31279
+ .f4u402y > label {
31280
+ width: 216px;
31359
31281
  }
31360
- .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 {
31361
- border-color: #0096ff;
31362
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31282
+ .f4u402y > label + * {
31283
+ width: 100%;
31363
31284
  }
31364
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31365
- border-color: #e75a3a;
31285
+ .f4u402y .ant-select {
31286
+ width: 100%;
31366
31287
  }
31367
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31288
+
31289
+ .e1pldf6v {
31368
31290
  color: #e75a3a;
31291
+ margin-right: 10px;
31369
31292
  }
31370
- .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 {
31371
- border-color: #e75a3a;
31372
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31293
+
31294
+ .dq0gblh {
31295
+ width: 100%;
31296
+ height: 1px;
31297
+ background: rgba(213, 219, 227, 0.6);
31298
+ margin: 24px 0;
31373
31299
  }
31374
- .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 {
31375
- border-color: #e75a3a;
31376
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31300
+
31301
+ .l1v7sr0n {
31302
+ display: flex;
31303
+ justify-content: center;
31304
+ align-items: center;
31305
+ height: 100%;
31377
31306
  }
31378
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31379
- background: rgba(211, 218, 235, 0.6);
31380
- color: rgba(0, 21, 64, 0.3);
31381
- border-color: rgba(172, 186, 211, 0.6);
31307
+
31308
+ .d1i4ou6o {
31309
+ display: inline-block;
31310
+ width: 4px;
31311
+ height: 4px;
31312
+ background: #8e9aa9;
31313
+ opacity: 0.4;
31314
+ border-radius: 50%;
31315
+ margin: 0 4px;
31382
31316
  }
31383
- textarea.ipd9bk.ant-input {
31384
- transition-property: height;
31385
- transition-delay: 50ms;
31317
+
31318
+ .m1jy87hk .ant-modal-header,
31319
+ .m1jy87hk .ant-modal-footer .footer-content {
31320
+ width: 648px;
31321
+ margin: 0 auto;
31386
31322
  }
31387
- textarea.ipd9bk.ant-input.textarea-large {
31388
- min-height: 40px;
31389
- height: 40px;
31323
+ .m1jy87hk .ant-modal-header {
31324
+ padding: 35px 0 24px;
31325
+ border: none;
31390
31326
  }
31391
- textarea.ipd9bk.ant-input.textarea-large:focus {
31392
- height: 80px;
31327
+ .m1jy87hk .ant-modal-header .ant-modal-title {
31328
+ font-size: 30px;
31393
31329
  }
31394
- textarea.ipd9bk.ant-input.textarea-middle {
31395
- min-height: 32px;
31396
- height: 32px;
31330
+ .m1jy87hk .ant-modal-body {
31331
+ padding: 4px 0 2px;
31397
31332
  }
31398
- textarea.ipd9bk.ant-input.textarea-middle:focus {
31399
- height: 64px;
31333
+ .m1jy87hk .ant-modal-footer {
31334
+ border: none;
31400
31335
  }
31401
- textarea.ipd9bk.ant-input.textarea-small {
31402
- min-height: 24px;
31403
- height: 24px;
31336
+
31337
+ .ti7fpyu {
31338
+ font-size: 12px;
31339
+ line-height: 18px;
31340
+ font-weight: bold;
31341
+ color: #fff;
31342
+ padding: 0 4px;
31343
+ border-radius: 4px;
31344
+ display: inline-block;
31345
+ background: var(--ti7fpyu-0);
31404
31346
  }
31405
- textarea.ipd9bk.ant-input.textarea-small:focus {
31406
- height: 40px;
31347
+ .ti7fpyu:not(:first-child) {
31348
+ margin-left: 4px;
31407
31349
  }
31408
31350
 
31409
- .kypn5o5 input, .kypn5o5.input-tags {
31351
+ .f1rest1f {
31352
+ width: 100%;
31353
+ height: 100%;
31354
+ display: flex;
31355
+ align-items: center;
31356
+ justify-content: center;
31357
+ }
31358
+
31359
+ .n1kbdoln {
31360
+ font-size: 90%;
31361
+ font-weight: bold;
31362
+ background-color: rgba(240, 243, 247, 0.6);
31363
+ padding: 1px 4px 1px;
31364
+ margin-left: 2px;
31365
+ margin-right: 2px;
31410
31366
  border: 1px solid rgba(213, 219, 227, 0.6);
31411
31367
  border-radius: 4px;
31412
31368
  }
31413
- .kypn5o5.input-tags {
31414
- position: relative;
31415
- padding: 6px;
31416
- height: 32px;
31417
- cursor: pointer;
31418
- transition: border 150ms;
31419
- }
31420
- .kypn5o5.input-tags:hover {
31421
- border-color: #0080ff;
31422
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31369
+
31370
+ .f1y3gta0.form-item-general {
31371
+ width: 640px;
31423
31372
  }
31424
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
31425
- padding-right: 30px;
31373
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
31374
+ margin-top: 16px;
31426
31375
  }
31427
- .kypn5o5.input-tags .input-tags-inner {
31428
- display: flex;
31376
+ .f1y3gta0.form-item-compact {
31377
+ width: 412px;
31429
31378
  }
31430
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31431
- display: flex;
31379
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
31380
+ margin-top: 8px;
31432
31381
  }
31433
- .kypn5o5.input-tags .input-tag-suffix {
31434
- position: absolute;
31435
- right: 12px;
31436
- top: 50%;
31437
- transform: translateY(-50%);
31382
+ .f1y3gta0 .form-item {
31383
+ width: auto;
31438
31384
  }
31439
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31440
- color: rgba(0, 0, 0, 0.25);
31441
- font-size: 12px;
31442
- cursor: pointer;
31385
+ .f1y3gta0 .form-item-main {
31386
+ position: relative;
31387
+ display: flex;
31443
31388
  }
31444
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31445
- color: rgba(0, 0, 0, 0.45);
31389
+ .f1y3gta0 .form-item-extra {
31390
+ margin-top: 4px;
31391
+ width: 100%;
31392
+ padding: 14px;
31393
+ background: #f2f4f6;
31394
+ font-size: 13px;
31395
+ line-height: 1.8;
31396
+ color: #8e9aa9;
31446
31397
  }
31447
- .kypn5o5.has-focus-indicator {
31448
- position: relative;
31449
- overflow: hidden;
31398
+ .f1y3gta0 .form-item-label {
31399
+ padding-right: 12px;
31400
+ font-size: 13px;
31401
+ color: rgba(44, 56, 82, 0.6);
31450
31402
  }
31451
- .kypn5o5.has-focus-indicator .ant-input-prefix {
31452
- position: absolute;
31453
- top: 50%;
31454
- transform: translateY(-50%);
31455
- left: -16px;
31456
- transition: left 150ms ease;
31457
- opacity: 0;
31403
+ .f1y3gta0 .form-item-label.label-right {
31404
+ text-align: right;
31458
31405
  }
31459
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31460
- left: 8px;
31461
- opacity: 1;
31406
+ .f1y3gta0 .form-item-label,
31407
+ .f1y3gta0 .form-item-control {
31408
+ line-height: 32px;
31462
31409
  }
31463
- .kypn5o5.has-focus-indicator input {
31464
- transition: margin-left 150ms ease;
31465
- margin-left: 0px;
31410
+ .f1y3gta0 .form-item-control .form-item-error {
31411
+ line-height: 18px;
31466
31412
  }
31467
- .kypn5o5.has-focus-indicator input:focus {
31468
- margin-left: 16px;
31413
+ .f1y3gta0 .form-item-children {
31414
+ width: 100%;
31469
31415
  }
31470
-
31471
- input.l1ki27se.ant-input {
31472
- border-top-right-radius: 0;
31473
- border-bottom-right-radius: 0;
31416
+ .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 {
31417
+ width: 100%;
31474
31418
  }
31475
-
31476
- .l1ki27se.ant-input-affix-wrapper {
31477
- border-top-right-radius: 0;
31478
- border-bottom-right-radius: 0;
31419
+ .f1y3gta0 .form-item-error {
31420
+ color: #e75a3a;
31421
+ height: 0;
31422
+ overflow: hidden;
31479
31423
  }
31480
-
31481
- input.rrg1fkn.ant-input {
31482
- border-top-left-radius: 0;
31483
- border-bottom-left-radius: 0;
31424
+ .f1y3gta0 .form-item-error-enter-done {
31425
+ margin-top: 4px;
31426
+ height: auto;
31427
+ overflow: auto;
31484
31428
  }
31485
-
31486
- .rrg1fkn.ant-input-affix-wrapper {
31487
- border-top-left-radius: 0;
31488
- border-bottom-left-radius: 0;
31429
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31430
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31431
+ border: 1px solid #e75a3a;
31432
+ color: #e75a3a;
31489
31433
  }
31490
31434
 
31491
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31492
- border-top-right-radius: 0;
31493
- border-bottom-right-radius: 0;
31435
+ .fujbm7g {
31436
+ color: #2d3a56;
31437
+ font-weight: bold;
31438
+ padding-bottom: 6px;
31439
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31440
+ margin-bottom: 16px;
31494
31441
  }
31495
-
31496
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31497
- border-top-left-radius: 0;
31498
- border-bottom-left-radius: 0;
31442
+ .fujbm7g:not(:first-of-type) {
31443
+ margin-top: 16px;
31499
31444
  }
31500
31445
 
31501
- .c1t6wbwv {
31446
+ .e5fsw5s {
31447
+ width: 8px;
31448
+ height: 24px;
31502
31449
  display: flex;
31503
- flex-direction: column;
31504
- }
31505
- .c1t6wbwv .select-wrapper {
31506
- margin-top: 12px;
31507
- }
31508
- .c1t6wbwv .select-wrapper .select {
31509
- width: 100%;
31450
+ justify-content: center;
31451
+ align-items: center;
31452
+ cursor: pointer;
31453
+ transition: all 200ms ease-out 40ms;
31510
31454
  }
31511
- .c1t6wbwv .radio-wrapper {
31512
- margin-top: 24px;
31455
+ .e5fsw5s:before, .e5fsw5s:after {
31456
+ content: "";
31457
+ width: 1px;
31458
+ height: 6px;
31459
+ border-radius: 1px;
31460
+ background: #ccd4e3;
31461
+ position: relative;
31462
+ right: 2px;
31463
+ transform: rotate(-45deg);
31513
31464
  }
31514
- .c1t6wbwv div.form-item {
31515
- width: 100%;
31465
+ .e5fsw5s:after {
31466
+ transform: rotate(45deg);
31467
+ left: 1px;
31516
31468
  }
31517
31469
 
31518
- .d1k7vv5v {
31519
- font-size: 14px;
31520
- font-weight: 500;
31521
- color: #3e4652;
31522
- line-height: 18px;
31470
+ .w18knsg4.ant-alert-warning {
31471
+ border: 0;
31472
+ background: rgba(255, 187, 0, 0.1);
31473
+ border-radius: 6px;
31523
31474
  }
31524
- .d1k7vv5v + .d1k7vv5v {
31525
- margin-top: 16px;
31475
+ .w18knsg4.ant-alert,
31476
+ .w18knsg4 .ant-alert-message {
31477
+ color: #e07f00;
31526
31478
  }
31527
- .d1k7vv5v + * {
31528
- margin-top: 16px;
31479
+ .w18knsg4.ant-alert .dashed-border-bottom,
31480
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
31481
+ border-bottom-color: #e07f00;
31529
31482
  }
31530
31483
 
31531
- .le7b9r4.d1k7vv5v {
31484
+ .ng31n2o {
31485
+ display: flex;
31486
+ flex-direction: row;
31487
+ padding: 7px 12px;
31488
+ background: rgba(255, 187, 0, 0.1);
31489
+ border-radius: 6px;
31490
+ color: #e07f00;
31532
31491
  font-size: 12px;
31533
- color: rgba(44, 56, 82, 0.6);
31534
- margin-top: 12px;
31492
+ line-height: 18px;
31493
+ }
31494
+ .ng31n2o .icon-wrapper {
31495
+ margin-right: 10px;
31496
+ height: 18px;
31535
31497
  }
31536
31498
 
31537
- .r1dnygxx.le7b9r4.d1k7vv5v {
31499
+ .n15x5f5y {
31500
+ display: flex;
31501
+ flex-direction: row;
31502
+ padding: 7px 12px;
31503
+ background: rgba(225, 230, 241, 0.6);
31504
+ border-radius: 6px;
31505
+ color: rgba(44, 56, 82, 0.6);
31506
+ font-size: 12px;
31538
31507
  line-height: 18px;
31539
- font-weight: 500;
31540
- margin-top: 0;
31541
- white-space: initial;
31508
+ }
31509
+ .n15x5f5y .icon-wrapper {
31510
+ margin-right: 10px;
31511
+ height: 18px;
31542
31512
  }
31543
31513
 
31544
- .r12ddqmh {
31545
- display: block;
31514
+ .i16ozz3f {
31515
+ display: flex;
31516
+ flex-direction: row;
31517
+ padding: 7px 12px;
31518
+ background: rgba(0, 136, 255, 0.1);
31519
+ border-radius: 6px;
31520
+ color: #005ed1;
31521
+ font-size: 12px;
31522
+ line-height: 18px;
31546
31523
  }
31547
- .r12ddqmh span {
31548
- font-size: 14px;
31549
- font-weight: 500;
31550
- line-height: 32px;
31551
- color: #3e4652;
31524
+ .i16ozz3f .icon-wrapper {
31525
+ margin-right: 10px;
31526
+ height: 18px;
31552
31527
  }
31553
31528
 
31554
- .ctcr26a {
31555
- margin-top: 8px;
31556
- padding: 8px;
31557
- border-radius: 6px;
31558
- background: rgba(225, 230, 241, 0.6);
31529
+ .dszu9qr {
31559
31530
  color: rgba(44, 56, 82, 0.6);
31531
+ margin-top: 5px;
31560
31532
  font-size: 12px;
31561
- }
31562
- .ctcr26a div {
31563
- line-height: 20px;
31564
- display: flex;
31565
- align-items: center;
31566
- word-break: break-all;
31533
+ line-height: 18px;
31567
31534
  }
31568
31535
 
31569
- .rxbeqvl.ant-radio-wrapper {
31570
- display: inline-flex;
31571
- align-items: baseline;
31536
+ .snxzgx {
31537
+ color: #f0483e;
31538
+ font-size: 12px;
31572
31539
  white-space: pre-wrap;
31573
31540
  }
31574
- .rxbeqvl.ant-radio-wrapper .ant-radio {
31575
- position: relative;
31576
- top: 3px;
31541
+
31542
+ .o1i4orqw {
31543
+ display: flex;
31544
+ align-items: center;
31545
+ justify-content: flex-end;
31577
31546
  }
31578
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31579
- border-color: rgba(107, 128, 167, 0.6);
31547
+ .o1i4orqw .icon-wrapper {
31548
+ margin-right: 16px;
31580
31549
  }
31581
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31582
- border-color: #0080ff;
31550
+
31551
+ .t79k8o2 {
31552
+ color: rgba(0, 21, 64, 0.3);
31583
31553
  }
31584
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31585
- border-color: #0080ff;
31586
- background: #0080ff;
31554
+
31555
+ .ipd9bk.ant-input {
31556
+ padding: 5px 12px;
31557
+ line-height: 20px;
31558
+ color: #2d3a56;
31559
+ border-radius: 6px;
31560
+ border-color: rgba(172, 186, 211, 0.6);
31561
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31587
31562
  }
31588
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31589
- top: 4px;
31590
- left: 4px;
31591
- width: 6px;
31592
- height: 6px;
31593
- background: #fff;
31563
+ .ipd9bk.ant-input.ant-input-lg {
31564
+ padding: 8px 16px;
31565
+ line-height: 22px;
31594
31566
  }
31595
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31596
- opacity: 0.5;
31567
+ .ipd9bk.ant-input.ant-input-sm {
31568
+ padding: 2px 8px;
31569
+ line-height: 18px;
31597
31570
  }
31598
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31571
+ .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 {
31599
31572
  border-color: rgba(107, 128, 167, 0.6);
31600
- background: rgba(211, 218, 235, 0.6);
31573
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31574
+ z-index: 1;
31601
31575
  }
31602
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31603
- background: #00122e;
31576
+ .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 {
31577
+ border-color: #0096ff;
31578
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31579
+ z-index: 1;
31604
31580
  }
31605
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31606
- color: #00122e;
31607
- opacity: 0.5;
31581
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
31582
+ border-color: #e75a3a;
31583
+ color: #e75a3a;
31608
31584
  }
31609
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31610
- color: #00122e;
31585
+ .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 {
31586
+ border-color: #e75a3a;
31587
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31611
31588
  }
31612
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31613
- display: inline-block;
31614
- padding: 0;
31615
- padding-left: 12px;
31589
+ .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 {
31590
+ border-color: #e75a3a;
31591
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31616
31592
  }
31617
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31618
- margin-bottom: 0;
31619
- white-space: pre-wrap;
31620
- color: rgba(44, 56, 82, 0.6);
31593
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
31594
+ background: rgba(211, 218, 235, 0.6);
31595
+ color: rgba(0, 21, 64, 0.3);
31596
+ border-color: rgba(172, 186, 211, 0.6);
31621
31597
  }
31622
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31623
- padding-left: 8px;
31598
+ .ipd9bk.ant-input-affix-wrapper {
31599
+ padding: 5px 12px;
31600
+ border-radius: 6px;
31601
+ border-color: rgba(172, 186, 211, 0.6);
31602
+ line-height: 20px;
31603
+ color: #2d3a56;
31604
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31605
+ }
31606
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31607
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31608
+ color: rgba(44, 56, 82, 0.6);
31624
31609
  }
31625
-
31626
- .r5ie79y .ant-radio-button-wrapper:first-child {
31627
- border-radius: 5px 0 0 5px;
31610
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31611
+ padding: 8px 16px;
31612
+ line-height: 22px;
31628
31613
  }
31629
- .r5ie79y .ant-radio-button-wrapper:last-child {
31630
- border-radius: 0 5px 5px 0;
31614
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31615
+ padding: 2px 8px;
31616
+ line-height: 18px;
31631
31617
  }
31632
-
31633
- .r1f0aqcc {
31634
- color: #00122e;
31635
- border-color: #ccd4e3;
31618
+ .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 {
31619
+ border-color: rgba(107, 128, 167, 0.6);
31620
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31636
31621
  }
31637
- .r1f0aqcc:first-child {
31638
- border-color: #a3b4cc;
31622
+ .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 {
31623
+ border-color: #0096ff;
31624
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31639
31625
  }
31640
- .r1f0aqcc.ant-radio-button-wrapper {
31641
- padding: 0 12px;
31642
- line-height: 32px;
31643
- height: 32px;
31626
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31627
+ border-color: #e75a3a;
31644
31628
  }
31645
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31646
- white-space: nowrap;
31629
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31630
+ color: #e75a3a;
31647
31631
  }
31648
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31649
- height: 22px;
31650
- padding: 0 7px;
31651
- line-height: 20px;
31632
+ .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 {
31633
+ border-color: #e75a3a;
31634
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31652
31635
  }
31653
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31654
- background: #ccd4e3;
31636
+ .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 {
31637
+ border-color: #e75a3a;
31638
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31655
31639
  }
31656
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31657
- background: #0080ff;
31640
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31641
+ background: rgba(211, 218, 235, 0.6);
31642
+ color: rgba(0, 21, 64, 0.3);
31643
+ border-color: rgba(172, 186, 211, 0.6);
31658
31644
  }
31659
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31660
- background: #ccd4e3;
31661
- opacity: 0.5;
31645
+ textarea.ipd9bk.ant-input {
31646
+ transition-property: height;
31647
+ transition-delay: 50ms;
31662
31648
  }
31663
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31664
- border-right-color: #0080ff;
31649
+ textarea.ipd9bk.ant-input.textarea-large {
31650
+ min-height: 40px;
31651
+ height: 40px;
31665
31652
  }
31666
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31667
- border-color: #0080ff;
31653
+ textarea.ipd9bk.ant-input.textarea-large:focus {
31654
+ height: 80px;
31668
31655
  }
31669
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31670
- background: rgba(0, 136, 255, 0.1);
31656
+ textarea.ipd9bk.ant-input.textarea-middle {
31657
+ min-height: 32px;
31658
+ height: 32px;
31671
31659
  }
31672
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31673
- background: rgba(211, 218, 235, 0.6);
31674
- border-color: #ccd4e3;
31675
- opacity: 0.5;
31660
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
31661
+ height: 64px;
31676
31662
  }
31677
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31678
- color: #00122e;
31679
- border-color: #ccd4e3;
31663
+ textarea.ipd9bk.ant-input.textarea-small {
31664
+ min-height: 24px;
31665
+ height: 24px;
31680
31666
  }
31681
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31682
- color: #00122e;
31683
- border-color: #ccd4e3;
31684
- background: rgba(172, 186, 211, 0.6);
31667
+ textarea.ipd9bk.ant-input.textarea-small:focus {
31668
+ height: 40px;
31685
31669
  }
31686
- .r1f0aqcc .ant-radio-button-input {
31687
- margin-right: 8px;
31688
- display: inline;
31689
- border: none;
31690
- padding: 0;
31691
- width: 36px;
31692
- background: transparent;
31670
+
31671
+ .kypn5o5 input, .kypn5o5.input-tags {
31672
+ border: 1px solid rgba(213, 219, 227, 0.6);
31673
+ border-radius: 4px;
31693
31674
  }
31694
- .r1f0aqcc .ant-radio-button-input:focus {
31695
- box-shadow: none;
31675
+ .kypn5o5.input-tags {
31676
+ position: relative;
31677
+ padding: 6px;
31678
+ height: 32px;
31679
+ cursor: pointer;
31680
+ transition: border 150ms;
31696
31681
  }
31697
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31698
- margin-right: 0;
31699
- width: initial;
31700
- box-shadow: none;
31682
+ .kypn5o5.input-tags:hover {
31683
+ border-color: #0080ff;
31684
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31701
31685
  }
31702
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31703
- display: none;
31686
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31687
+ padding-right: 30px;
31704
31688
  }
31705
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31706
- display: inline;
31689
+ .kypn5o5.input-tags .input-tags-inner {
31690
+ display: flex;
31707
31691
  }
31708
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31709
- display: inline;
31710
- margin-right: 8px;
31711
- padding: 0;
31712
- width: 36px;
31692
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31693
+ display: flex;
31713
31694
  }
31714
-
31715
- .s34f1qb.ant-switch {
31716
- min-width: 40px;
31717
- height: 24px;
31718
- background: rgba(172, 186, 211, 0.6);
31719
- overflow: hidden;
31695
+ .kypn5o5.input-tags .input-tag-suffix {
31696
+ position: absolute;
31697
+ right: 12px;
31698
+ top: 50%;
31699
+ transform: translateY(-50%);
31720
31700
  }
31721
- .s34f1qb.ant-switch:focus {
31722
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31701
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31702
+ color: rgba(0, 0, 0, 0.25);
31703
+ font-size: 12px;
31704
+ cursor: pointer;
31723
31705
  }
31724
- .s34f1qb.ant-switch-small {
31725
- min-width: 26px;
31726
- height: 16px;
31706
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31707
+ color: rgba(0, 0, 0, 0.45);
31727
31708
  }
31728
- .s34f1qb.ant-switch-large {
31729
- min-width: 52px;
31730
- height: 32px;
31709
+ .kypn5o5.has-focus-indicator {
31710
+ position: relative;
31711
+ overflow: hidden;
31731
31712
  }
31732
- .s34f1qb.ant-switch .ant-switch-handle {
31733
- height: 20px;
31734
- width: 20px;
31713
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31714
+ position: absolute;
31715
+ top: 50%;
31716
+ transform: translateY(-50%);
31717
+ left: -16px;
31718
+ transition: left 150ms ease;
31719
+ opacity: 0;
31735
31720
  }
31736
- .s34f1qb.ant-switch .ant-switch-handle::before {
31737
- border-radius: 10px;
31738
- transition-delay: 120ms;
31721
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31722
+ left: 8px;
31723
+ opacity: 1;
31739
31724
  }
31740
- .s34f1qb.ant-switch-small .ant-switch-handle {
31741
- height: 14px;
31742
- width: 14px;
31743
- top: 1px;
31744
- left: 1px;
31725
+ .kypn5o5.has-focus-indicator input {
31726
+ transition: margin-left 150ms ease;
31727
+ margin-left: 0px;
31745
31728
  }
31746
- .s34f1qb.ant-switch-large .ant-switch-handle {
31747
- height: 28px;
31748
- width: 28px;
31729
+ .kypn5o5.has-focus-indicator input:focus {
31730
+ margin-left: 16px;
31749
31731
  }
31750
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31751
- border-radius: 14px;
31732
+
31733
+ input.l1ki27se.ant-input {
31734
+ border-top-right-radius: 0;
31735
+ border-bottom-right-radius: 0;
31752
31736
  }
31753
- .s34f1qb.ant-switch-checked {
31754
- background-color: #00ba5d;
31737
+
31738
+ .l1ki27se.ant-input-affix-wrapper {
31739
+ border-top-right-radius: 0;
31740
+ border-bottom-right-radius: 0;
31755
31741
  }
31756
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31757
- left: calc(100% - 20px - 2px);
31742
+
31743
+ input.rrg1fkn.ant-input {
31744
+ border-top-left-radius: 0;
31745
+ border-bottom-left-radius: 0;
31758
31746
  }
31759
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31760
- left: calc(100% - 14px - 1px);
31747
+
31748
+ .rrg1fkn.ant-input-affix-wrapper {
31749
+ border-top-left-radius: 0;
31750
+ border-bottom-left-radius: 0;
31761
31751
  }
31762
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31763
- left: calc(100% - 28px - 2px);
31752
+
31753
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31754
+ border-top-right-radius: 0;
31755
+ border-bottom-right-radius: 0;
31764
31756
  }
31765
31757
 
31766
- .c1to9vb9 {
31767
- margin-left: 5px;
31758
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31759
+ border-top-left-radius: 0;
31760
+ border-bottom-left-radius: 0;
31768
31761
  }
31769
31762
 
31770
- .s1ebs0ra {
31763
+ .c1t6wbwv {
31771
31764
  display: flex;
31772
- align-items: center;
31773
- justify-content: space-between;
31774
- background: #edf0f7;
31775
- padding: 8px 12px;
31776
- position: sticky;
31777
- top: 0;
31778
- z-index: 1;
31779
- margin-bottom: -52px;
31765
+ flex-direction: column;
31780
31766
  }
31781
- .s1ebs0ra .select-total {
31782
- display: flex;
31783
- align-items: center;
31784
- font-weight: 700;
31785
- flex-shrink: 0;
31767
+ .c1t6wbwv .select-wrapper {
31768
+ margin-top: 12px;
31786
31769
  }
31787
- .s1ebs0ra .select-total .icon-wrapper {
31788
- cursor: pointer;
31789
- margin-left: 8px;
31790
- width: 32px;
31791
- height: 32px;
31792
- border-radius: 50%;
31793
- justify-content: center;
31770
+ .c1t6wbwv .select-wrapper .select {
31771
+ width: 100%;
31772
+ }
31773
+ .c1t6wbwv .radio-wrapper {
31774
+ margin-top: 24px;
31775
+ }
31776
+ .c1t6wbwv div.form-item {
31777
+ width: 100%;
31794
31778
  }
31795
- .s1ebs0ra .select-total .icon-wrapper:hover {
31796
- background: rgba(225, 230, 241, 0.6);
31779
+
31780
+ .d1k7vv5v {
31781
+ font-size: 14px;
31782
+ font-weight: 500;
31783
+ color: #3e4652;
31784
+ line-height: 18px;
31797
31785
  }
31798
- .s1ebs0ra .action-group {
31799
- flex: 1;
31800
- margin-left: 88px;
31801
- white-space: nowrap;
31802
- text-align: right;
31803
- position: relative;
31804
- padding: 4px 0;
31805
- margin-top: -4px;
31806
- overflow: hidden;
31786
+ .d1k7vv5v + .d1k7vv5v {
31787
+ margin-top: 16px;
31807
31788
  }
31808
- .s1ebs0ra .action-group .sub-menu-delete {
31809
- transform: translateY(-4px);
31789
+ .d1k7vv5v + * {
31790
+ margin-top: 16px;
31810
31791
  }
31811
- .s1ebs0ra .action-group button {
31812
- border: none;
31792
+
31793
+ .le7b9r4.d1k7vv5v {
31794
+ font-size: 12px;
31795
+ color: rgba(44, 56, 82, 0.6);
31796
+ margin-top: 12px;
31813
31797
  }
31814
- .s1ebs0ra .action-group > *:not(:last-child) {
31815
- margin-right: 8px;
31798
+
31799
+ .r1dnygxx.le7b9r4.d1k7vv5v {
31800
+ line-height: 18px;
31801
+ font-weight: 500;
31802
+ margin-top: 0;
31803
+ white-space: initial;
31816
31804
  }
31817
- .s1ebs0ra .action-group > button:last-child {
31818
- margin-right: 4px;
31805
+
31806
+ .r12ddqmh {
31807
+ display: block;
31819
31808
  }
31820
- .s1ebs0ra .action-group .more-btn {
31821
- cursor: pointer;
31822
- width: 32px;
31823
- height: 32px;
31824
- justify-content: center;
31825
- border-radius: 50%;
31809
+ .r12ddqmh span {
31810
+ font-size: 14px;
31811
+ font-weight: 500;
31812
+ line-height: 32px;
31813
+ color: #3e4652;
31826
31814
  }
31827
- .s1ebs0ra .action-group .more-btn:hover {
31828
- background: #fff;
31815
+
31816
+ .ctcr26a {
31817
+ margin-top: 8px;
31818
+ padding: 8px;
31819
+ border-radius: 6px;
31820
+ background: rgba(225, 230, 241, 0.6);
31821
+ color: rgba(44, 56, 82, 0.6);
31822
+ font-size: 12px;
31823
+ }
31824
+ .ctcr26a div {
31825
+ line-height: 20px;
31826
+ display: flex;
31827
+ align-items: center;
31828
+ word-break: break-all;
31829
31829
  }
31830
31830
 
31831
31831
  .c1up1pdz {
@@ -31968,6 +31968,56 @@ input.rrg1fkn.ant-input {
31968
31968
  color: #fff;
31969
31969
  }
31970
31970
 
31971
+ .s11wux3h .ant-segmented-item:not(:last-child) {
31972
+ margin-right: 2px;
31973
+ }
31974
+
31975
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
31976
+ padding-left: 8px;
31977
+ padding-right: 8px;
31978
+ }
31979
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
31980
+ border-radius: 4px;
31981
+ }
31982
+ .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31983
+ border-radius: 4px;
31984
+ }
31985
+
31986
+ .ma64lna .ant-segmented-item-label {
31987
+ padding-left: 12px;
31988
+ padding-right: 12px;
31989
+ }
31990
+
31991
+ .ckld275 {
31992
+ background-color: rgba(225, 230, 241, 0.6);
31993
+ }
31994
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31995
+ background-color: rgba(255, 255, 255, 0.6);
31996
+ color: rgba(44, 56, 82, 0.75);
31997
+ }
31998
+ .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31999
+ background-color: transparent;
32000
+ }
32001
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32002
+ background-color: transparent;
32003
+ }
32004
+
32005
+ .berrcjl {
32006
+ color: rgba(10, 37, 85, 0.6);
32007
+ margin-bottom: 4px;
32008
+ }
32009
+ .berrcjl .breadcrumb-link {
32010
+ color: rgba(10, 37, 85, 0.6);
32011
+ cursor: pointer;
32012
+ transition: color 160ms ease;
32013
+ }
32014
+ .berrcjl .breadcrumb-link:hover {
32015
+ color: #0080ff;
32016
+ }
32017
+ .berrcjl .breadcrumb-link:active {
32018
+ color: #005ed1;
32019
+ }
32020
+
31971
32021
  .c1uzzomf {
31972
32022
  margin-bottom: 16px;
31973
32023
  }
@@ -32034,185 +32084,67 @@ input.rrg1fkn.ant-input {
32034
32084
  border: 1px solid #d8deeb;
32035
32085
  border-radius: 4px;
32036
32086
  }
32037
- .c18gxmrl + .c18gxmrl {
32038
- margin-top: 8px;
32039
- }
32040
- .c18gxmrl:hover {
32041
- border-color: #0080ff;
32042
- }
32043
- .c18gxmrl:hover > header {
32044
- background: rgba(0, 128, 255, 0.1);
32045
- }
32046
- .c18gxmrl.active header {
32047
- border-bottom: 1px solid #d8deeb;
32048
- }
32049
- .c18gxmrl > header {
32050
- padding: 8px 12px;
32051
- }
32052
-
32053
- .t1sqg15u {
32054
- background: white;
32055
- }
32056
- .t1sqg15u.inline .table-row {
32057
- flex-direction: column;
32058
- }
32059
- .t1sqg15u.inline .table-row > label {
32060
- padding: 0 16px 7px 0;
32061
- }
32062
- .t1sqg15u.has-border .table-header {
32063
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32064
- }
32065
- .t1sqg15u.has-border .hiddenBorder {
32066
- border-top: none !important;
32067
- }
32068
- .t1sqg15u.has-border .table-row + .table-row {
32069
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32070
- }
32071
- .t1sqg15u.has-border .table-row:last-of-type {
32072
- padding-bottom: 0;
32073
- }
32074
- .t1sqg15u.align-right .content {
32075
- text-align: right;
32076
- }
32077
- .t1sqg15u .uuid-row {
32078
- display: flex;
32079
- justify-content: space-between;
32080
- }
32081
- .t1sqg15u .uuid-row .id-text {
32082
- white-space: nowrap;
32083
- overflow: hidden;
32084
- text-overflow: ellipsis;
32085
- }
32086
-
32087
- .t4zczcp {
32088
- display: flex;
32089
- justify-content: space-between;
32090
- align-items: center;
32091
- padding: 8px;
32092
- min-height: 32px;
32093
- }
32094
- .t4zczcp .table-title {
32095
- color: rgba(44, 56, 82, 0.6);
32096
- font-weight: 600;
32097
- font-size: 12px;
32098
- line-height: 8px;
32099
- }
32100
- .t4zczcp .edit-icon {
32101
- font-size: 16px;
32102
- color: rgba(10, 37, 85, 0.6);
32103
- cursor: pointer;
32104
- }
32105
-
32106
- .t1s7goww {
32107
- font-size: 12px;
32108
- line-height: 18px;
32109
- }
32110
-
32111
- .t93e4cf {
32112
- display: flex;
32113
- padding: 8px 0;
32114
- color: #2d3a56;
32115
- }
32116
- .t93e4cf .hidden {
32117
- display: none;
32118
- }
32119
- .t93e4cf .ant-btn-link {
32120
- height: auto;
32121
- }
32122
- .t93e4cf .content {
32123
- overflow: hidden;
32124
- overflow-x: auto;
32125
- width: 100%;
32126
- white-space: pre-wrap;
32127
- }
32128
- .t93e4cf .content .ant-btn {
32129
- white-space: pre-wrap;
32130
- text-align: left;
32131
- }
32132
- .t93e4cf .content .unit-chart {
32133
- justify-content: flex-start;
32134
- }
32135
-
32136
- .rhz2uv5 {
32137
- width: var(--rhz2uv5-0);
32138
- flex-shrink: 0;
32139
- color: rgba(44, 56, 82, 0.6);
32140
- padding-right: 12px;
32141
- }
32142
-
32143
- .s11wux3h .ant-segmented-item:not(:last-child) {
32144
- margin-right: 2px;
32145
- }
32146
-
32147
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32148
- padding-left: 8px;
32149
- padding-right: 8px;
32150
- }
32151
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32152
- border-radius: 4px;
32153
- }
32154
- .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32155
- border-radius: 4px;
32156
- }
32157
-
32158
- .ma64lna .ant-segmented-item-label {
32159
- padding-left: 12px;
32160
- padding-right: 12px;
32161
- }
32162
-
32163
- .ckld275 {
32164
- background-color: rgba(225, 230, 241, 0.6);
32165
- }
32166
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32167
- background-color: rgba(255, 255, 255, 0.6);
32168
- color: rgba(44, 56, 82, 0.75);
32169
- }
32170
- .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32171
- background-color: transparent;
32172
- }
32173
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32174
- background-color: transparent;
32087
+ .c18gxmrl + .c18gxmrl {
32088
+ margin-top: 8px;
32175
32089
  }
32176
-
32177
- .berrcjl {
32178
- color: rgba(10, 37, 85, 0.6);
32179
- margin-bottom: 4px;
32090
+ .c18gxmrl:hover {
32091
+ border-color: #0080ff;
32180
32092
  }
32181
- .berrcjl .breadcrumb-link {
32182
- color: rgba(10, 37, 85, 0.6);
32183
- cursor: pointer;
32184
- transition: color 160ms ease;
32093
+ .c18gxmrl:hover > header {
32094
+ background: rgba(0, 128, 255, 0.1);
32185
32095
  }
32186
- .berrcjl .breadcrumb-link:hover {
32187
- color: #0080ff;
32096
+ .c18gxmrl.active header {
32097
+ border-bottom: 1px solid #d8deeb;
32188
32098
  }
32189
- .berrcjl .breadcrumb-link:active {
32190
- color: #005ed1;
32099
+ .c18gxmrl > header {
32100
+ padding: 8px 12px;
32191
32101
  }
32192
32102
 
32193
- .gmyahx3 {
32194
- cursor: pointer;
32195
- }
32196
- .gmyahx3 .link-text {
32197
- color: rgba(0, 21, 64, 0.3);
32103
+ .c18bcrac {
32104
+ display: inline-block;
32105
+ width: 100%;
32198
32106
  }
32199
- .gmyahx3:hover .link-text {
32200
- color: #0080ff;
32107
+ .c18bcrac .recharts-wrapper {
32108
+ margin-left: 4px;
32201
32109
  }
32202
32110
 
32203
- .tje3huy {
32204
- width: 100%;
32205
- overflow: inherit;
32206
- white-space: inherit;
32207
- text-overflow: ellipsis;
32111
+ .cro7kg2 {
32112
+ padding: 4px;
32208
32113
  }
32209
32114
 
32210
- .s1iv0tp1 .enabled-switch {
32115
+ .c14wcxf0 {
32211
32116
  display: flex;
32117
+ justify-content: space-between;
32212
32118
  align-items: center;
32119
+ font-size: 13px;
32120
+ line-height: 24px;
32121
+ color: #cccccc;
32122
+ white-space: nowrap;
32213
32123
  }
32214
- .s1iv0tp1 .enabled-text {
32215
- margin-right: 8px;
32124
+ .c14wcxf0 label {
32125
+ margin-right: 32px;
32126
+ }
32127
+
32128
+ .coy29mj.c14wcxf0 {
32129
+ font-weight: bold;
32130
+ color: white;
32131
+ }
32132
+
32133
+ .s11212zy {
32134
+ width: 8px;
32135
+ height: 8px;
32136
+ border-radius: 2px;
32137
+ display: inline-block;
32138
+ background: var(--s11212zy-0);
32139
+ border: 1px solid #fff;
32140
+ box-sizing: content-box;
32141
+ margin-right: 6px;
32142
+ }
32143
+
32144
+ .p1lyky6c > :first-child {
32145
+ font-weight: bold;
32146
+ color: white;
32147
+ margin-right: 4px;
32216
32148
  }
32217
32149
 
32218
32150
  .clm1wy1 {
@@ -32308,6 +32240,36 @@ input.rrg1fkn.ant-input {
32308
32240
  border-radius: 2px;
32309
32241
  }
32310
32242
 
32243
+ .wg1tsps {
32244
+ display: flex;
32245
+ align-items: center;
32246
+ justify-content: flex-end;
32247
+ }
32248
+
32249
+ .b1ctd5xy {
32250
+ display: flex;
32251
+ align-items: center;
32252
+ width: calc(100% - 40px);
32253
+ }
32254
+ .b1ctd5xy .chart {
32255
+ display: inline-block;
32256
+ width: 100%;
32257
+ }
32258
+
32259
+ .u1p8acpn {
32260
+ min-width: 40px;
32261
+ }
32262
+ .u1p8acpn .unit {
32263
+ color: #00122e !important;
32264
+ }
32265
+
32266
+ .tje3huy {
32267
+ width: 100%;
32268
+ overflow: inherit;
32269
+ white-space: inherit;
32270
+ text-overflow: ellipsis;
32271
+ }
32272
+
32311
32273
  .n12mqh7z {
32312
32274
  display: flex;
32313
32275
  align-items: center;
@@ -32327,119 +32289,132 @@ input.rrg1fkn.ant-input {
32327
32289
  overflow: "auto";
32328
32290
  }
32329
32291
 
32330
- .c18bcrac {
32331
- display: inline-block;
32332
- width: 100%;
32292
+ .gmyahx3 {
32293
+ cursor: pointer;
32333
32294
  }
32334
- .c18bcrac .recharts-wrapper {
32335
- margin-left: 4px;
32295
+ .gmyahx3 .link-text {
32296
+ color: rgba(0, 21, 64, 0.3);
32336
32297
  }
32337
-
32338
- .cro7kg2 {
32339
- padding: 4px;
32298
+ .gmyahx3:hover .link-text {
32299
+ color: #0080ff;
32340
32300
  }
32341
32301
 
32342
- .c14wcxf0 {
32302
+ .s1iv0tp1 .enabled-switch {
32343
32303
  display: flex;
32344
- justify-content: space-between;
32345
32304
  align-items: center;
32346
- font-size: 13px;
32347
- line-height: 24px;
32348
- color: #cccccc;
32349
- white-space: nowrap;
32350
32305
  }
32351
- .c14wcxf0 label {
32352
- margin-right: 32px;
32306
+ .s1iv0tp1 .enabled-text {
32307
+ margin-right: 8px;
32353
32308
  }
32354
32309
 
32355
- .coy29mj.c14wcxf0 {
32356
- font-weight: bold;
32357
- color: white;
32310
+ .t1sqg15u {
32311
+ background: white;
32358
32312
  }
32359
-
32360
- .s11212zy {
32361
- width: 8px;
32362
- height: 8px;
32363
- border-radius: 2px;
32364
- display: inline-block;
32365
- background: var(--s11212zy-0);
32366
- border: 1px solid #fff;
32367
- box-sizing: content-box;
32368
- margin-right: 6px;
32313
+ .t1sqg15u.inline .table-row {
32314
+ flex-direction: column;
32369
32315
  }
32370
-
32371
- .p1lyky6c > :first-child {
32372
- font-weight: bold;
32373
- color: white;
32374
- margin-right: 4px;
32316
+ .t1sqg15u.inline .table-row > label {
32317
+ padding: 0 16px 7px 0;
32375
32318
  }
32376
-
32377
- .wg1tsps {
32378
- display: flex;
32379
- align-items: center;
32380
- justify-content: flex-end;
32319
+ .t1sqg15u.has-border .table-header {
32320
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32381
32321
  }
32382
-
32383
- .b1ctd5xy {
32384
- display: flex;
32385
- align-items: center;
32386
- width: calc(100% - 40px);
32322
+ .t1sqg15u.has-border .hiddenBorder {
32323
+ border-top: none !important;
32387
32324
  }
32388
- .b1ctd5xy .chart {
32389
- display: inline-block;
32390
- width: 100%;
32325
+ .t1sqg15u.has-border .table-row + .table-row {
32326
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
32391
32327
  }
32392
-
32393
- .u1p8acpn {
32394
- min-width: 40px;
32328
+ .t1sqg15u.has-border .table-row:last-of-type {
32329
+ padding-bottom: 0;
32395
32330
  }
32396
- .u1p8acpn .unit {
32397
- color: #00122e !important;
32331
+ .t1sqg15u.align-right .content {
32332
+ text-align: right;
32333
+ }
32334
+ .t1sqg15u .uuid-row {
32335
+ display: flex;
32336
+ justify-content: space-between;
32337
+ }
32338
+ .t1sqg15u .uuid-row .id-text {
32339
+ white-space: nowrap;
32340
+ overflow: hidden;
32341
+ text-overflow: ellipsis;
32398
32342
  }
32399
32343
 
32400
- .m15dvk92 {
32344
+ .t4zczcp {
32401
32345
  display: flex;
32402
32346
  justify-content: space-between;
32403
- width: 100%;
32347
+ align-items: center;
32348
+ padding: 8px;
32349
+ min-height: 32px;
32404
32350
  }
32405
- .m15dvk92 .action {
32406
- margin-left: 16px;
32351
+ .t4zczcp .table-title {
32352
+ color: rgba(44, 56, 82, 0.6);
32353
+ font-weight: 600;
32354
+ font-size: 12px;
32355
+ line-height: 8px;
32356
+ }
32357
+ .t4zczcp .edit-icon {
32358
+ font-size: 16px;
32359
+ color: rgba(10, 37, 85, 0.6);
32360
+ cursor: pointer;
32407
32361
  }
32408
32362
 
32409
- .aql8iqz .ant-alert-message {
32410
- width: 100%;
32363
+ .t1s7goww {
32364
+ font-size: 12px;
32365
+ line-height: 18px;
32411
32366
  }
32412
32367
 
32413
- button.lujuy3j {
32414
- color: #0080FF;
32415
- height: unset;
32368
+ .t93e4cf {
32369
+ display: flex;
32370
+ padding: 8px 0;
32371
+ color: #2d3a56;
32416
32372
  }
32417
- button.lujuy3j .button-prefix-icon {
32418
- margin-right: 4px;
32373
+ .t93e4cf .hidden {
32374
+ display: none;
32419
32375
  }
32420
- button.lujuy3j .button-suffix-icon {
32421
- margin-left: 4px;
32376
+ .t93e4cf .ant-btn-link {
32377
+ height: auto;
32422
32378
  }
32423
- button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
32424
- color: #009dff;
32379
+ .t93e4cf .content {
32380
+ overflow: hidden;
32381
+ overflow-x: auto;
32382
+ width: 100%;
32383
+ white-space: pre-wrap;
32425
32384
  }
32426
- button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
32427
- color: #005ed1;
32385
+ .t93e4cf .content .ant-btn {
32386
+ white-space: pre-wrap;
32387
+ text-align: left;
32428
32388
  }
32429
- button.lujuy3j.ui-kit-link-disabled {
32430
- color: #0080FF;
32389
+ .t93e4cf .content .unit-chart {
32390
+ justify-content: flex-start;
32391
+ }
32392
+
32393
+ .rhz2uv5 {
32394
+ width: var(--rhz2uv5-0);
32395
+ flex-shrink: 0;
32396
+ color: rgba(44, 56, 82, 0.6);
32397
+ padding-right: 12px;
32398
+ }
32399
+
32400
+ .m15dvk92 {
32401
+ display: flex;
32402
+ justify-content: space-between;
32403
+ width: 100%;
32431
32404
  }
32432
- button.lujuy3j.ui-kit-link-subtle {
32433
- color: #00122e;
32405
+ .m15dvk92 .action {
32406
+ margin-left: 16px;
32434
32407
  }
32435
- button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
32436
- color: #0080FF;
32408
+
32409
+ .aql8iqz .ant-alert-message {
32410
+ width: 100%;
32437
32411
  }
32438
- button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
32439
- color: #005ed1;
32412
+
32413
+ .c10crapj {
32414
+ border-radius: 8px;
32440
32415
  }
32441
- button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32442
- color: #00122e;
32416
+ .c10crapj .ant-card-body {
32417
+ padding: 20px 24px 24px 24px;
32443
32418
  }
32444
32419
 
32445
32420
  .c198s9j3 {
@@ -32535,15 +32510,36 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32535
32510
  cursor: default;
32536
32511
  }
32537
32512
 
32538
- .c10crapj {
32539
- border-radius: 8px;
32513
+ button.lujuy3j {
32514
+ color: #0080FF;
32515
+ height: unset;
32540
32516
  }
32541
- .c10crapj .ant-card-body {
32542
- padding: 20px 24px 24px 24px;
32517
+ button.lujuy3j .button-prefix-icon {
32518
+ margin-right: 4px;
32543
32519
  }
32544
-
32545
- .t3qomhu {
32546
- margin: 0 2px;
32520
+ button.lujuy3j .button-suffix-icon {
32521
+ margin-left: 4px;
32522
+ }
32523
+ button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
32524
+ color: #009dff;
32525
+ }
32526
+ button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
32527
+ color: #005ed1;
32528
+ }
32529
+ button.lujuy3j.ui-kit-link-disabled {
32530
+ color: #0080FF;
32531
+ }
32532
+ button.lujuy3j.ui-kit-link-subtle {
32533
+ color: #00122e;
32534
+ }
32535
+ button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
32536
+ color: #0080FF;
32537
+ }
32538
+ button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
32539
+ color: #005ed1;
32540
+ }
32541
+ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32542
+ color: #00122e;
32547
32543
  }
32548
32544
 
32549
32545
  .o8ocss1 {
@@ -32565,6 +32561,10 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32565
32561
  color: rgba(44, 56, 82, 0.6);
32566
32562
  }
32567
32563
 
32564
+ .t3qomhu {
32565
+ margin: 0 2px;
32566
+ }
32567
+
32568
32568
  .iiqau4c.ant-input-group.ant-input-group-compact {
32569
32569
  display: flex;
32570
32570
  }
@@ -32836,10 +32836,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32836
32836
  margin-left: 8px;
32837
32837
  }
32838
32838
 
32839
- .t19ustft .date {
32840
- margin-right: 4px;
32841
- }
32842
-
32843
32839
  .s1uupxds {
32844
32840
  padding: 0 8px;
32845
32841
  border-radius: 4px;
@@ -32996,34 +32992,8 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32996
32992
  display: inline-block;
32997
32993
  }
32998
32994
 
32999
- .t1gz6wqf {
33000
- height: 100%;
33001
- }
33002
- .t1gz6wqf .table-loading-item {
33003
- padding: 12px 4px;
33004
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33005
- display: flex;
33006
- }
33007
- .t1gz6wqf .table-loading-item > * {
33008
- height: 16px;
33009
- margin: 4px;
33010
- background: rgba(204, 212, 227, 0.18);
33011
- border-radius: 2px;
33012
- }
33013
- .t1gz6wqf .table-loading-item .checkbox-loading {
33014
- width: 16px;
33015
- }
33016
- .t1gz6wqf .table-loading-item .td-loading {
33017
- flex: 1;
33018
- }
33019
- .t1gz6wqf :nth-child(1) {
33020
- padding: 8px 4px;
33021
- }
33022
- .t1gz6wqf :nth-child(1) > * {
33023
- background: rgba(107, 125, 153, 0.18);
33024
- }
33025
- .t1gz6wqf :nth-child(1) > * {
33026
- background: rgba(163, 180, 204, 0.18);
32995
+ .t19ustft .date {
32996
+ margin-right: 4px;
33027
32997
  }
33028
32998
 
33029
32999
  .sq6vos1 {
@@ -33221,6 +33191,89 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33221
33191
  justify-content: center;
33222
33192
  }
33223
33193
 
33194
+ .rrwcpby {
33195
+ display: flex;
33196
+ align-items: center;
33197
+ }
33198
+ .rrwcpby .order {
33199
+ height: 24px;
33200
+ width: 24px;
33201
+ border-radius: 20px;
33202
+ color: #0080ff;
33203
+ background: rgba(0, 136, 255, 0.1);
33204
+ display: flex;
33205
+ align-items: center;
33206
+ justify-content: center;
33207
+ margin-right: 6px;
33208
+ }
33209
+
33210
+ .t1gz6wqf {
33211
+ height: 100%;
33212
+ }
33213
+ .t1gz6wqf .table-loading-item {
33214
+ padding: 12px 4px;
33215
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33216
+ display: flex;
33217
+ }
33218
+ .t1gz6wqf .table-loading-item > * {
33219
+ height: 16px;
33220
+ margin: 4px;
33221
+ background: rgba(204, 212, 227, 0.18);
33222
+ border-radius: 2px;
33223
+ }
33224
+ .t1gz6wqf .table-loading-item .checkbox-loading {
33225
+ width: 16px;
33226
+ }
33227
+ .t1gz6wqf .table-loading-item .td-loading {
33228
+ flex: 1;
33229
+ }
33230
+ .t1gz6wqf :nth-child(1) {
33231
+ padding: 8px 4px;
33232
+ }
33233
+ .t1gz6wqf :nth-child(1) > * {
33234
+ background: rgba(107, 125, 153, 0.18);
33235
+ }
33236
+ .t1gz6wqf :nth-child(1) > * {
33237
+ background: rgba(163, 180, 204, 0.18);
33238
+ }
33239
+
33240
+ .h1ol2wl7 {
33241
+ font-weight: bold;
33242
+ background-color: unset;
33243
+ padding: unset;
33244
+ }
33245
+
33246
+ .f1p9ti6d {
33247
+ width: 100%;
33248
+ margin-bottom: 0 !important;
33249
+ flex-flow: nowrap !important;
33250
+ line-break: auto;
33251
+ }
33252
+ .f1p9ti6d > .ant-form-item-label {
33253
+ text-align: left !important;
33254
+ padding-bottom: 0 !important;
33255
+ }
33256
+ .f1p9ti6d > .ant-form-item-label > label {
33257
+ min-height: 32px;
33258
+ height: auto;
33259
+ font-size: 13px;
33260
+ color: rgba(44, 56, 82, 0.6);
33261
+ white-space: normal;
33262
+ }
33263
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33264
+ border-color: #ff4d4f !important;
33265
+ }
33266
+ .f1p9ti6d .ant-form-item-explain {
33267
+ margin-top: 4px;
33268
+ font-size: 12px;
33269
+ min-height: 0px;
33270
+ }
33271
+ .f1p9ti6d .ant-form-item-extra {
33272
+ font-size: 12px;
33273
+ color: rgba(44, 56, 82, 0.6);
33274
+ min-height: 0px;
33275
+ }
33276
+
33224
33277
  .c1kchka8 {
33225
33278
  height: 100%;
33226
33279
  width: 100%;
@@ -33698,28 +33751,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33698
33751
  padding: 0;
33699
33752
  }
33700
33753
 
33701
- .h1ol2wl7 {
33702
- font-weight: bold;
33703
- background-color: unset;
33704
- padding: unset;
33705
- }
33706
-
33707
- .rrwcpby {
33708
- display: flex;
33709
- align-items: center;
33710
- }
33711
- .rrwcpby .order {
33712
- height: 24px;
33713
- width: 24px;
33714
- border-radius: 20px;
33715
- color: #0080ff;
33716
- background: rgba(0, 136, 255, 0.1);
33717
- display: flex;
33718
- align-items: center;
33719
- justify-content: center;
33720
- margin-right: 6px;
33721
- }
33722
-
33723
33754
  .skwah65 {
33724
33755
  height: 8px;
33725
33756
  box-sizing: border-box;
@@ -33733,37 +33764,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33733
33764
  margin-left: 1px;
33734
33765
  }
33735
33766
 
33736
- .f1p9ti6d {
33737
- width: 100%;
33738
- margin-bottom: 0 !important;
33739
- flex-flow: nowrap !important;
33740
- line-break: auto;
33741
- }
33742
- .f1p9ti6d > .ant-form-item-label {
33743
- text-align: left !important;
33744
- padding-bottom: 0 !important;
33745
- }
33746
- .f1p9ti6d > .ant-form-item-label > label {
33747
- min-height: 32px;
33748
- height: auto;
33749
- font-size: 13px;
33750
- color: rgba(44, 56, 82, 0.6);
33751
- white-space: normal;
33752
- }
33753
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33754
- border-color: #ff4d4f !important;
33755
- }
33756
- .f1p9ti6d .ant-form-item-explain {
33757
- margin-top: 4px;
33758
- font-size: 12px;
33759
- min-height: 0px;
33760
- }
33761
- .f1p9ti6d .ant-form-item-extra {
33762
- font-size: 12px;
33763
- color: rgba(44, 56, 82, 0.6);
33764
- min-height: 0px;
33765
- }
33766
-
33767
33767
  .t160l1cm {
33768
33768
  display: flex;
33769
33769
  flex-direction: column;
@@ -33967,10 +33967,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33967
33967
  background: transparent;
33968
33968
  }
33969
33969
 
33970
- .c1k4vanq {
33971
- padding: 0 12px 14px 12px;
33972
- }
33973
-
33974
33970
  .c1udgdh2 {
33975
33971
  color: #2d3a56;
33976
33972
  padding: 7px 12px;
@@ -34011,6 +34007,10 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34011
34007
  margin-right: 2px;
34012
34008
  }
34013
34009
 
34010
+ .c1k4vanq {
34011
+ padding: 0 12px 14px 12px;
34012
+ }
34013
+
34014
34014
  .tc40oxa {
34015
34015
  margin-bottom: 4px;
34016
34016
  color: rgba(44, 56, 82, 0.6);
@@ -34276,6 +34276,15 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34276
34276
  font-size: inherit;
34277
34277
  }
34278
34278
 
34279
+ .w1xcixj5.outside-tag {
34280
+ padding-left: 0;
34281
+ }
34282
+ .w1xcixj5.outside-tag .inside-tag {
34283
+ border-radius: 4px 0 0 4px;
34284
+ padding-right: 4px;
34285
+ margin-right: 4px;
34286
+ }
34287
+
34279
34288
  .sut42l0 {
34280
34289
  padding: 0 8px;
34281
34290
  height: 18px;
@@ -34321,15 +34330,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34321
34330
  display: block;
34322
34331
  }
34323
34332
 
34324
- .w1xcixj5.outside-tag {
34325
- padding-left: 0;
34326
- }
34327
- .w1xcixj5.outside-tag .inside-tag {
34328
- border-radius: 4px 0 0 4px;
34329
- padding-right: 4px;
34330
- margin-right: 4px;
34331
- }
34332
-
34333
34333
  .a6dbbkm .ant-input-number-handler-wrap {
34334
34334
  display: var(--a6dbbkm-0);
34335
34335
  }