@cloudtower/eagle 0.27.52 → 0.27.53-alpha.2

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 (326) hide show
  1. package/dist/cjs/UIKitProvider/index.js +96 -0
  2. package/dist/cjs/core/AccordionCard/index.js +58 -0
  3. package/dist/cjs/core/Alert/index.js +81 -0
  4. package/dist/cjs/core/Arch/index.js +16 -0
  5. package/dist/cjs/core/Badge/index.js +50 -0
  6. package/dist/cjs/core/BaseIcon/index.js +75 -0
  7. package/dist/cjs/core/Bit/index.js +39 -0
  8. package/dist/cjs/core/BitPerSecond/index.js +39 -0
  9. package/dist/cjs/core/Bps/index.js +39 -0
  10. package/dist/cjs/core/Breadcrumb/index.js +57 -0
  11. package/dist/cjs/core/Button/HoverableElement.js +14 -0
  12. package/dist/cjs/core/Button/index.js +88 -0
  13. package/dist/cjs/core/ButtonGroup/index.js +110 -0
  14. package/dist/cjs/core/Byte/index.js +48 -0
  15. package/dist/cjs/core/Calendar/index.js +24 -0
  16. package/dist/cjs/core/Card/CardBody.js +12 -0
  17. package/dist/cjs/core/Card/CardTitle.js +12 -0
  18. package/dist/cjs/core/Card/CardWrapper.js +55 -0
  19. package/dist/cjs/core/Card/index.js +93 -0
  20. package/dist/cjs/core/Cascader/cascader.style.js +23 -0
  21. package/dist/cjs/core/Cascader/cascader.widget.js +86 -0
  22. package/dist/cjs/core/Cascader/index.js +74 -0
  23. package/dist/cjs/core/Checkbox/checkbox.style.js +5 -0
  24. package/dist/cjs/core/Checkbox/index.js +52 -0
  25. package/dist/cjs/core/DetailCard/index.js +22 -0
  26. package/dist/cjs/core/DonutChart/index.js +166 -0
  27. package/dist/cjs/core/DropdownMenu/index.js +65 -0
  28. package/dist/cjs/core/Empty/index.js +10 -0
  29. package/dist/cjs/core/ErrorBoundary/index.js +21 -0
  30. package/dist/cjs/core/ExpandableList/ExpandIcon.js +17 -0
  31. package/dist/cjs/core/ExpandableList/ExpandableContainer.js +16 -0
  32. package/dist/cjs/core/ExpandableList/ExpandableItem.js +47 -0
  33. package/dist/cjs/core/ExpandableList/RoundOrder.js +22 -0
  34. package/dist/cjs/core/FailedLoad/index.js +31 -0
  35. package/dist/cjs/core/Fields/FieldsBoolean/index.js +47 -0
  36. package/dist/cjs/core/Fields/FieldsDateTime/index.js +24 -0
  37. package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +50 -0
  38. package/dist/cjs/core/Fields/FieldsEnum/index.js +60 -0
  39. package/dist/cjs/core/Fields/FieldsFloat/index.js +60 -0
  40. package/dist/cjs/core/Fields/FieldsInt/index.js +78 -0
  41. package/dist/cjs/core/Fields/FieldsInteger/index.js +57 -0
  42. package/dist/cjs/core/Fields/FieldsString/index.js +116 -0
  43. package/dist/cjs/core/Fields/FieldsTextArea/index.js +64 -0
  44. package/dist/cjs/core/Fields/FieldsTimePicker/index.js +54 -0
  45. package/dist/cjs/core/Fields/index.js +27 -0
  46. package/dist/cjs/core/Form/index.js +9 -0
  47. package/dist/cjs/core/FormItem/index.js +38 -0
  48. package/dist/cjs/core/Frequency/index.js +39 -0
  49. package/dist/cjs/core/Icon/index.js +116 -0
  50. package/dist/cjs/core/Input/index.js +65 -0
  51. package/dist/cjs/core/InputGroup/index.js +13 -0
  52. package/dist/cjs/core/InputInteger/formatterInteger.js +15 -0
  53. package/dist/cjs/core/InputInteger/index.js +97 -0
  54. package/dist/cjs/core/InputNumber/index.js +89 -0
  55. package/dist/cjs/core/InputTagItem/index.js +11 -0
  56. package/dist/cjs/core/KitStoreProvider/index.js +22 -0
  57. package/dist/cjs/core/Link/index.js +55 -0
  58. package/dist/cjs/core/Loading/index.js +32 -0
  59. package/dist/cjs/core/Loading/style.js +11 -0
  60. package/dist/cjs/core/Metric/metric.js +22 -0
  61. package/dist/cjs/core/Modal/index.js +214 -0
  62. package/dist/cjs/core/ModalStack/index.js +46 -0
  63. package/dist/cjs/core/Overflow/index.js +121 -0
  64. package/dist/cjs/core/Pagination/index.js +119 -0
  65. package/dist/cjs/core/ParrotTrans/index.js +28 -0
  66. package/dist/cjs/core/Percent/index.js +40 -0
  67. package/dist/cjs/core/Progress/index.js +24 -0
  68. package/dist/cjs/core/Radio/index.js +144 -0
  69. package/dist/cjs/core/SearchInput/index.js +49 -0
  70. package/dist/cjs/core/Second/index.js +42 -0
  71. package/dist/cjs/core/SegmentControl/index.js +42 -0
  72. package/dist/cjs/core/Select/index.js +139 -0
  73. package/dist/cjs/core/SimplePagination/index.js +89 -0
  74. package/dist/cjs/core/Speed/index.js +39 -0
  75. package/dist/cjs/core/StatusCapsule/index.js +99 -0
  76. package/dist/cjs/core/StepProgress/index.js +44 -0
  77. package/dist/cjs/core/Steps/index.js +125 -0
  78. package/dist/cjs/core/Steps/style.js +13 -0
  79. package/dist/cjs/core/Styled/index.js +57 -0
  80. package/dist/cjs/core/Switch/index.js +60 -0
  81. package/dist/cjs/core/Table/TableWidget.js +48 -0
  82. package/dist/cjs/core/Table/common.js +46 -0
  83. package/dist/cjs/core/Table/index.js +112 -0
  84. package/dist/cjs/core/TableForm/AddRowButton.js +108 -0
  85. package/dist/cjs/core/TableForm/Columns/AffixColumn.js +48 -0
  86. package/dist/cjs/core/TableForm/Columns/CheckboxColumn.js +35 -0
  87. package/dist/cjs/core/TableForm/Columns/FormItem.js +20 -0
  88. package/dist/cjs/core/TableForm/Columns/InputColumn.js +117 -0
  89. package/dist/cjs/core/TableForm/Columns/TextColumn.js +44 -0
  90. package/dist/cjs/core/TableForm/Columns/index.js +24 -0
  91. package/dist/cjs/core/TableForm/TableFormBodyCell.js +165 -0
  92. package/dist/cjs/core/TableForm/TableFormBodyRows.js +215 -0
  93. package/dist/cjs/core/TableForm/TableFormHeaderCell.js +93 -0
  94. package/dist/cjs/core/TableForm/index.js +186 -0
  95. package/dist/cjs/core/TableForm/style.js +35 -0
  96. package/dist/cjs/core/TableForm/types.js +10 -0
  97. package/dist/cjs/core/TableForm/utils.js +36 -0
  98. package/dist/cjs/core/Tag/SplitTag.js +64 -0
  99. package/dist/cjs/core/Tag/const.js +12 -0
  100. package/dist/cjs/core/Tag/index.js +95 -0
  101. package/dist/cjs/core/Tag/style.js +14 -0
  102. package/dist/cjs/core/TextArea/index.js +71 -0
  103. package/dist/cjs/core/Time/index.js +30 -0
  104. package/dist/cjs/core/TimePicker/index.js +66 -0
  105. package/dist/cjs/core/TimeZoneSelect/index.js +164 -0
  106. package/dist/cjs/core/Token/index.js +85 -0
  107. package/dist/cjs/core/Token/style.js +5 -0
  108. package/dist/cjs/core/Tooltip/index.js +88 -0
  109. package/dist/cjs/core/Truncate/index.js +48 -0
  110. package/dist/cjs/core/Typo/index.js +130 -0
  111. package/dist/cjs/core/antd.js +208 -0
  112. package/dist/cjs/core/message/index.js +202 -0
  113. package/dist/cjs/core/message-group/index.js +147 -0
  114. package/dist/cjs/coreX/BarChart/index.js +38 -0
  115. package/dist/cjs/coreX/BatchOperation/index.js +148 -0
  116. package/dist/cjs/coreX/ChartWithTooltip/index.js +153 -0
  117. package/dist/cjs/coreX/Counting/index.js +21 -0
  118. package/dist/cjs/coreX/CronCalendar/index.js +104 -0
  119. package/dist/cjs/coreX/CronPlan/index.js +462 -0
  120. package/dist/cjs/coreX/DateRangePicker/AbsoluteDate.js +178 -0
  121. package/dist/cjs/coreX/DateRangePicker/Calendar.js +285 -0
  122. package/dist/cjs/coreX/DateRangePicker/DateRangePicker.style.js +84 -0
  123. package/dist/cjs/coreX/DateRangePicker/InputTime.js +150 -0
  124. package/dist/cjs/coreX/DateRangePicker/RelativeTime.js +52 -0
  125. package/dist/cjs/coreX/DateRangePicker/common.js +195 -0
  126. package/dist/cjs/coreX/DateRangePicker/index.js +331 -0
  127. package/dist/cjs/coreX/DeprecatedDonutChart/index.js +38 -0
  128. package/dist/cjs/coreX/DropdownTransition/index.js +72 -0
  129. package/dist/cjs/coreX/GoBackButton/index.js +44 -0
  130. package/dist/cjs/coreX/I18nNameTag/index.js +36 -0
  131. package/dist/cjs/coreX/NamesTooltip/index.js +33 -0
  132. package/dist/cjs/coreX/OverflowTooltip/index.js +91 -0
  133. package/dist/cjs/coreX/SidebarSubtitle/index.js +12 -0
  134. package/dist/cjs/coreX/SortableList/index.js +32 -0
  135. package/dist/cjs/coreX/SummaryTable/index.js +112 -0
  136. package/dist/cjs/coreX/SwitchWithText/index.js +58 -0
  137. package/dist/cjs/coreX/TabMenu/index.js +152 -0
  138. package/dist/cjs/coreX/TruncatedTextWithTooltip/index.js +68 -0
  139. package/dist/cjs/coreX/UnitWithChart/index.js +117 -0
  140. package/dist/cjs/coreX/common/getCalendarTitle.js +26 -0
  141. package/dist/cjs/hooks/useElementIntersectionRatio.js +30 -0
  142. package/dist/cjs/hooks/useElementResize.js +68 -0
  143. package/dist/cjs/hooks/useElementsSize.js +61 -0
  144. package/dist/cjs/hooks/useMemoCompare.js +17 -0
  145. package/dist/cjs/hooks/useParrotTranslation.js +13 -0
  146. package/dist/cjs/index.js +132 -0
  147. package/dist/cjs/spec/type.js +9 -0
  148. package/dist/{umd → cjs}/stats1.html +1 -1
  149. package/dist/cjs/store/chart.js +65 -0
  150. package/dist/cjs/store/index.js +48 -0
  151. package/dist/cjs/store/modal.js +67 -0
  152. package/dist/cjs/styles/token/color.js +273 -0
  153. package/dist/cjs/utils/constants.js +8 -0
  154. package/dist/cjs/utils/cron-time.js +450 -0
  155. package/dist/cjs/utils/dom.js +16 -0
  156. package/dist/cjs/utils/icon.js +22 -0
  157. package/dist/cjs/utils/isEmpty.js +12 -0
  158. package/dist/cjs/utils/time.js +87 -0
  159. package/dist/cjs/utils/tower.js +188 -0
  160. package/dist/components.css +1976 -1976
  161. package/dist/esm/UIKitProvider/index.js +90 -0
  162. package/dist/esm/core/AccordionCard/index.js +56 -0
  163. package/dist/esm/core/Alert/index.js +79 -0
  164. package/dist/esm/core/Arch/index.js +14 -0
  165. package/dist/esm/core/Badge/index.js +48 -0
  166. package/dist/esm/core/BaseIcon/index.js +73 -0
  167. package/dist/esm/core/Bit/index.js +37 -0
  168. package/dist/esm/core/BitPerSecond/index.js +37 -0
  169. package/dist/esm/core/Bps/index.js +37 -0
  170. package/dist/esm/core/Breadcrumb/index.js +52 -0
  171. package/dist/esm/core/Button/HoverableElement.js +12 -0
  172. package/dist/esm/core/Button/index.js +86 -0
  173. package/dist/esm/core/ButtonGroup/index.js +105 -0
  174. package/dist/esm/core/Byte/index.js +46 -0
  175. package/dist/esm/core/Calendar/index.js +22 -0
  176. package/dist/esm/core/Card/CardBody.js +10 -0
  177. package/dist/esm/core/Card/CardTitle.js +10 -0
  178. package/dist/esm/core/Card/CardWrapper.js +53 -0
  179. package/dist/esm/core/Card/index.js +91 -0
  180. package/dist/esm/core/Cascader/cascader.style.js +12 -0
  181. package/dist/esm/core/Cascader/cascader.widget.js +79 -0
  182. package/dist/esm/core/Cascader/index.js +72 -0
  183. package/dist/esm/core/Checkbox/checkbox.style.js +3 -0
  184. package/dist/esm/core/Checkbox/index.js +50 -0
  185. package/dist/esm/core/DetailCard/index.js +20 -0
  186. package/dist/esm/core/DonutChart/index.js +160 -0
  187. package/dist/esm/core/DropdownMenu/index.js +60 -0
  188. package/dist/esm/core/Empty/index.js +8 -0
  189. package/dist/esm/core/ErrorBoundary/index.js +19 -0
  190. package/dist/esm/core/ExpandableList/ExpandIcon.js +15 -0
  191. package/dist/esm/core/ExpandableList/ExpandableContainer.js +14 -0
  192. package/dist/esm/core/ExpandableList/ExpandableItem.js +45 -0
  193. package/dist/esm/core/ExpandableList/RoundOrder.js +20 -0
  194. package/dist/esm/core/FailedLoad/index.js +29 -0
  195. package/dist/esm/core/Fields/FieldsBoolean/index.js +45 -0
  196. package/dist/esm/core/Fields/FieldsDateTime/index.js +22 -0
  197. package/dist/esm/core/Fields/FieldsDateTimeRange/index.js +48 -0
  198. package/dist/esm/core/Fields/FieldsEnum/index.js +58 -0
  199. package/dist/esm/core/Fields/FieldsFloat/index.js +58 -0
  200. package/dist/esm/core/Fields/FieldsInt/index.js +76 -0
  201. package/dist/esm/core/Fields/FieldsInteger/index.js +55 -0
  202. package/dist/esm/core/Fields/FieldsString/index.js +114 -0
  203. package/dist/esm/core/Fields/FieldsTextArea/index.js +62 -0
  204. package/dist/esm/core/Fields/FieldsTimePicker/index.js +52 -0
  205. package/dist/esm/core/Fields/index.js +25 -0
  206. package/dist/esm/core/Form/index.js +7 -0
  207. package/dist/esm/core/FormItem/index.js +36 -0
  208. package/dist/esm/core/Frequency/index.js +37 -0
  209. package/dist/esm/core/Icon/index.js +114 -0
  210. package/dist/esm/core/Input/index.js +63 -0
  211. package/dist/esm/core/InputGroup/index.js +11 -0
  212. package/dist/esm/core/InputInteger/formatterInteger.js +13 -0
  213. package/dist/esm/core/InputInteger/index.js +92 -0
  214. package/dist/esm/core/InputNumber/index.js +84 -0
  215. package/dist/esm/core/InputTagItem/index.js +9 -0
  216. package/dist/esm/core/KitStoreProvider/index.js +16 -0
  217. package/dist/esm/core/Link/index.js +53 -0
  218. package/dist/esm/core/Loading/index.js +30 -0
  219. package/dist/esm/core/Loading/style.js +6 -0
  220. package/dist/esm/core/Metric/metric.js +20 -0
  221. package/dist/esm/core/Modal/index.js +212 -0
  222. package/dist/esm/core/ModalStack/index.js +44 -0
  223. package/dist/esm/core/Overflow/index.js +116 -0
  224. package/dist/esm/core/Pagination/index.js +114 -0
  225. package/dist/esm/core/ParrotTrans/index.js +26 -0
  226. package/dist/esm/core/Percent/index.js +38 -0
  227. package/dist/esm/core/Progress/index.js +22 -0
  228. package/dist/esm/core/Radio/index.js +138 -0
  229. package/dist/esm/core/SearchInput/index.js +47 -0
  230. package/dist/esm/core/Second/index.js +40 -0
  231. package/dist/esm/core/SegmentControl/index.js +40 -0
  232. package/dist/esm/core/Select/index.js +137 -0
  233. package/dist/esm/core/SimplePagination/index.js +87 -0
  234. package/dist/esm/core/Speed/index.js +37 -0
  235. package/dist/esm/core/StatusCapsule/index.js +93 -0
  236. package/dist/esm/core/StepProgress/index.js +42 -0
  237. package/dist/esm/core/Steps/index.js +123 -0
  238. package/dist/esm/core/Steps/style.js +7 -0
  239. package/dist/esm/core/Styled/index.js +45 -0
  240. package/dist/esm/core/Switch/index.js +58 -0
  241. package/dist/esm/core/Table/TableWidget.js +45 -0
  242. package/dist/esm/core/Table/common.js +44 -0
  243. package/dist/esm/core/Table/index.js +104 -0
  244. package/dist/esm/core/TableForm/AddRowButton.js +106 -0
  245. package/dist/esm/core/TableForm/Columns/AffixColumn.js +46 -0
  246. package/dist/esm/core/TableForm/Columns/CheckboxColumn.js +32 -0
  247. package/dist/esm/core/TableForm/Columns/FormItem.js +18 -0
  248. package/dist/esm/core/TableForm/Columns/InputColumn.js +114 -0
  249. package/dist/esm/core/TableForm/Columns/TextColumn.js +41 -0
  250. package/dist/esm/core/TableForm/Columns/index.js +21 -0
  251. package/dist/esm/core/TableForm/TableFormBodyCell.js +163 -0
  252. package/dist/esm/core/TableForm/TableFormBodyRows.js +213 -0
  253. package/dist/esm/core/TableForm/TableFormHeaderCell.js +91 -0
  254. package/dist/esm/core/TableForm/index.js +184 -0
  255. package/dist/esm/core/TableForm/style.js +27 -0
  256. package/dist/esm/core/TableForm/types.js +8 -0
  257. package/dist/esm/core/TableForm/utils.js +32 -0
  258. package/dist/esm/core/Tag/SplitTag.js +62 -0
  259. package/dist/esm/core/Tag/const.js +10 -0
  260. package/dist/esm/core/Tag/index.js +90 -0
  261. package/dist/esm/core/Tag/style.js +9 -0
  262. package/dist/esm/core/TextArea/index.js +69 -0
  263. package/dist/esm/core/Time/index.js +28 -0
  264. package/dist/esm/core/TimePicker/index.js +64 -0
  265. package/dist/esm/core/TimeZoneSelect/index.js +162 -0
  266. package/dist/esm/core/Token/index.js +80 -0
  267. package/dist/esm/core/Token/style.js +3 -0
  268. package/dist/esm/core/Tooltip/index.js +86 -0
  269. package/dist/esm/core/Truncate/index.js +46 -0
  270. package/dist/esm/core/Typo/index.js +128 -0
  271. package/dist/esm/core/antd.js +205 -0
  272. package/dist/esm/core/message/index.js +178 -0
  273. package/dist/esm/core/message-group/index.js +143 -0
  274. package/dist/esm/coreX/BarChart/index.js +33 -0
  275. package/dist/esm/coreX/BatchOperation/index.js +143 -0
  276. package/dist/esm/coreX/ChartWithTooltip/index.js +148 -0
  277. package/dist/esm/coreX/Counting/index.js +19 -0
  278. package/dist/esm/coreX/CronCalendar/index.js +102 -0
  279. package/dist/esm/coreX/CronPlan/index.js +457 -0
  280. package/dist/esm/coreX/DateRangePicker/AbsoluteDate.js +176 -0
  281. package/dist/esm/coreX/DateRangePicker/Calendar.js +283 -0
  282. package/dist/esm/coreX/DateRangePicker/DateRangePicker.style.js +77 -0
  283. package/dist/esm/coreX/DateRangePicker/InputTime.js +148 -0
  284. package/dist/esm/coreX/DateRangePicker/RelativeTime.js +50 -0
  285. package/dist/esm/coreX/DateRangePicker/common.js +183 -0
  286. package/dist/esm/coreX/DateRangePicker/index.js +325 -0
  287. package/dist/esm/coreX/DeprecatedDonutChart/index.js +36 -0
  288. package/dist/esm/coreX/DropdownTransition/index.js +70 -0
  289. package/dist/esm/coreX/GoBackButton/index.js +42 -0
  290. package/dist/esm/coreX/I18nNameTag/index.js +34 -0
  291. package/dist/esm/coreX/NamesTooltip/index.js +31 -0
  292. package/dist/esm/coreX/OverflowTooltip/index.js +89 -0
  293. package/dist/esm/coreX/SidebarSubtitle/index.js +10 -0
  294. package/dist/esm/coreX/SortableList/index.js +30 -0
  295. package/dist/esm/coreX/SummaryTable/index.js +107 -0
  296. package/dist/esm/coreX/SwitchWithText/index.js +56 -0
  297. package/dist/esm/coreX/TabMenu/index.js +150 -0
  298. package/dist/esm/coreX/TruncatedTextWithTooltip/index.js +66 -0
  299. package/dist/esm/coreX/UnitWithChart/index.js +112 -0
  300. package/dist/esm/coreX/common/getCalendarTitle.js +24 -0
  301. package/dist/esm/hooks/useElementIntersectionRatio.js +28 -0
  302. package/dist/esm/hooks/useElementResize.js +66 -0
  303. package/dist/esm/hooks/useElementsSize.js +59 -0
  304. package/dist/esm/hooks/useMemoCompare.js +15 -0
  305. package/dist/esm/hooks/useParrotTranslation.js +11 -0
  306. package/dist/esm/index.js +46 -10234
  307. package/dist/esm/spec/type.js +7 -0
  308. package/dist/esm/stats1.html +1 -1
  309. package/dist/esm/store/chart.js +62 -0
  310. package/dist/esm/store/index.js +37 -0
  311. package/dist/esm/store/modal.js +63 -0
  312. package/dist/esm/styles/token/color.js +271 -0
  313. package/dist/esm/utils/constants.js +5 -0
  314. package/dist/esm/utils/cron-time.js +448 -0
  315. package/dist/esm/utils/dom.js +14 -0
  316. package/dist/esm/utils/icon.js +20 -0
  317. package/dist/esm/utils/isEmpty.js +10 -0
  318. package/dist/esm/utils/time.js +77 -0
  319. package/dist/esm/utils/tower.js +173 -0
  320. package/dist/src/core/Cascader/index.d.ts +1 -2
  321. package/dist/src/index.d.ts +1 -0
  322. package/dist/src/spec/base.d.ts +0 -2
  323. package/dist/stories/docs/cascader/cascader.stories.d.ts +1 -1
  324. package/dist/style.css +1903 -1903
  325. package/package.json +7 -6
  326. package/dist/umd/index.js +0 -10322
package/dist/style.css CHANGED
@@ -29780,35 +29780,6 @@ html body {
29780
29780
  font-size: 14px;
29781
29781
  }
29782
29782
 
29783
- .b1nip9bk {
29784
- padding: 4px 11px;
29785
- }
29786
-
29787
- .bqamoqe {
29788
- white-space: nowrap;
29789
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29790
- }
29791
- .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29792
- --color: #0080ff;
29793
- }
29794
- .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29795
- --color: #0080ff;
29796
- }
29797
- .bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29798
- margin-left: 1px;
29799
- }
29800
- .bqamoqe > .ant-btn:not(:only-child):first-child {
29801
- border-top-right-radius: 0;
29802
- border-bottom-right-radius: 0;
29803
- }
29804
- .bqamoqe > .ant-btn:not(:only-child):last-child {
29805
- border-top-left-radius: 0;
29806
- border-bottom-left-radius: 0;
29807
- }
29808
- .bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29809
- border-radius: unset;
29810
- }
29811
-
29812
29783
  .fzh9mnb {
29813
29784
  width: 100%;
29814
29785
  height: 100%;
@@ -29824,19 +29795,6 @@ html body {
29824
29795
  font-size: 18px;
29825
29796
  }
29826
29797
 
29827
- .i1inqkme {
29828
- height: 18px;
29829
- line-height: 18px;
29830
- padding: 0 4px;
29831
- border-radius: 4px;
29832
- background: rgba(235, 239, 245, 0.6);
29833
- border: 1px solid rgba(223, 228, 235, 0.6);
29834
- display: flex;
29835
- align-items: center;
29836
- white-space: nowrap;
29837
- margin-right: 4px;
29838
- }
29839
-
29840
29798
  .iouxfgt {
29841
29799
  display: inline-flex;
29842
29800
  align-items: center;
@@ -29855,6 +29813,48 @@ html body {
29855
29813
  animation: rotate 680ms linear infinite;
29856
29814
  }
29857
29815
 
29816
+ .i1inqkme {
29817
+ height: 18px;
29818
+ line-height: 18px;
29819
+ padding: 0 4px;
29820
+ border-radius: 4px;
29821
+ background: rgba(235, 239, 245, 0.6);
29822
+ border: 1px solid rgba(223, 228, 235, 0.6);
29823
+ display: flex;
29824
+ align-items: center;
29825
+ white-space: nowrap;
29826
+ margin-right: 4px;
29827
+ }
29828
+
29829
+ .b1nip9bk {
29830
+ padding: 4px 11px;
29831
+ }
29832
+
29833
+ .bqamoqe {
29834
+ white-space: nowrap;
29835
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29836
+ }
29837
+ .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29838
+ --color: #0080ff;
29839
+ }
29840
+ .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29841
+ --color: #0080ff;
29842
+ }
29843
+ .bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29844
+ margin-left: 1px;
29845
+ }
29846
+ .bqamoqe > .ant-btn:not(:only-child):first-child {
29847
+ border-top-right-radius: 0;
29848
+ border-bottom-right-radius: 0;
29849
+ }
29850
+ .bqamoqe > .ant-btn:not(:only-child):last-child {
29851
+ border-top-left-radius: 0;
29852
+ border-bottom-left-radius: 0;
29853
+ }
29854
+ .bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29855
+ border-radius: unset;
29856
+ }
29857
+
29858
29858
  .b1wx3t3t.ant-btn-icon-only {
29859
29859
  justify-content: center;
29860
29860
  }
@@ -30173,17 +30173,12 @@ html body {
30173
30173
  margin-left: 5px;
30174
30174
  }
30175
30175
 
30176
- .skwah65 {
30177
- height: 8px;
30178
- box-sizing: border-box;
30179
- border-radius: 2px;
30180
- background: #f5f7fa;
30181
- display: flex;
30182
- width: 100%;
30183
- overflow: hidden;
30176
+ .t1m2x205 .ant-tooltip-arrow {
30177
+ display: none;
30184
30178
  }
30185
- .skwah65 .stack-bar-item + .stack-bar-item {
30186
- margin-left: 1px;
30179
+ .t1m2x205 .ant-tooltip-inner {
30180
+ background: rgba(23, 38, 64, 0.8);
30181
+ border-radius: 4px;
30187
30182
  }
30188
30183
 
30189
30184
  .s1dni7lo {
@@ -30267,1255 +30262,1550 @@ html body {
30267
30262
  opacity: 0;
30268
30263
  }
30269
30264
 
30270
- .phljevk {
30271
- display: flex;
30272
- justify-content: space-between;
30273
- align-items: center;
30274
- padding: 10px 0;
30275
- color: rgba(44, 56, 82, 0.6);
30276
- font-size: 12px;
30277
- line-height: 24px;
30265
+ .tc97u5y {
30266
+ height: 100%;
30278
30267
  }
30279
- .phljevk .pagination-left {
30280
- padding: 2px 8px;
30268
+
30269
+ .tfzf37v {
30270
+ height: 100%;
30281
30271
  }
30282
- .phljevk .dropdown-trigger {
30283
- display: flex;
30284
- align-items: center;
30285
- border-radius: 6px;
30286
- cursor: pointer;
30287
- transition: all 0.3s ease;
30272
+ .tfzf37v.empty-table .ant-table-content {
30273
+ overflow: visible !important;
30274
+ height: 100%;
30288
30275
  }
30289
- .phljevk .dropdown-trigger:hover {
30290
- background: rgba(211, 218, 235, 0.6);
30291
- color: #0080ff;
30276
+ .tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30277
+ height: 100%;
30292
30278
  }
30293
- .phljevk .dropdown-trigger .icon-inner {
30294
- margin-left: 4px;
30279
+ .tfzf37v.empty-table .ant-table-content table {
30280
+ width: 100% !important;
30281
+ height: 100%;
30295
30282
  }
30296
- .phljevk .pagination-right {
30297
- display: flex;
30298
- align-items: center;
30299
- color: #0080ff;
30300
- font-weight: bold;
30283
+ .tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30284
+ padding: 15px 0;
30301
30285
  }
30302
- .phljevk .pagination-right .icon-inner {
30303
- margin-left: 4px;
30286
+ .tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
30287
+ display: none;
30304
30288
  }
30305
- .phljevk .pagination-right .prev-btn,
30306
- .phljevk .pagination-right .next-btn {
30307
- padding: 0 8px;
30289
+ .tfzf37v .active-row td:nth-child(1) {
30290
+ font-weight: 700;
30308
30291
  }
30309
- .phljevk .pagination-right .prev-btn > span,
30310
- .phljevk .pagination-right .next-btn > span {
30311
- color: #0080ff;
30292
+ .tfzf37v.has-selection .active-row td:nth-child(2) {
30293
+ font-weight: 700;
30312
30294
  }
30313
- .phljevk .pagination-right .next-btn .icon-inner {
30314
- transform: rotate(180deg);
30295
+ .tfzf37v .ant-spin-nested-loading {
30296
+ height: 100%;
30315
30297
  }
30316
-
30317
- .d12rtyeg.ant-dropdown .ant-dropdown-menu {
30318
- max-height: calc(100vh - 128px);
30319
- overflow-y: auto;
30298
+ .tfzf37v .ant-spin-nested-loading .ant-spin-container {
30299
+ height: 100%;
30300
+ overflow: visible;
30320
30301
  }
30321
- .d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30322
- padding: 4px 20px;
30323
- font-size: 12px;
30324
- line-height: 18px;
30302
+ .tfzf37v .ant-spin-nested-loading .ant-spin {
30303
+ max-height: none;
30325
30304
  }
30326
-
30327
- .s1ebs0ra {
30328
- display: flex;
30329
- align-items: center;
30330
- justify-content: space-between;
30331
- background: #edf0f7;
30332
- padding: 8px 12px;
30333
- position: sticky;
30334
- top: 0;
30335
- z-index: 1;
30336
- margin-bottom: -52px;
30305
+ .tfzf37v.table-init-loading .ant-spin-blur thead,
30306
+ .tfzf37v.table-init-loading .ant-spin-blur tbody {
30307
+ display: none;
30337
30308
  }
30338
- .s1ebs0ra .select-total {
30309
+ .tfzf37v td.ant-table-column-sort {
30310
+ background: transparent;
30311
+ }
30312
+ .tfzf37v td.ant-table-cell-fix-left,
30313
+ .tfzf37v td.ant-table-cell-fix-right {
30314
+ background: #fff;
30315
+ padding: 0 !important;
30316
+ }
30317
+ .tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
30318
+ .tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
30339
30319
  display: flex;
30340
30320
  align-items: center;
30341
- font-weight: 700;
30342
- flex-shrink: 0;
30321
+ height: 100%;
30322
+ padding: 8px;
30343
30323
  }
30344
- .s1ebs0ra .select-total .icon-wrapper {
30345
- cursor: pointer;
30346
- margin-left: 8px;
30347
- width: 32px;
30348
- height: 32px;
30349
- border-radius: 50%;
30350
- justify-content: center;
30324
+ .tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
30325
+ .tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
30326
+ overflow: hidden;
30327
+ text-overflow: ellipsis;
30328
+ width: 100%;
30351
30329
  }
30352
- .s1ebs0ra .select-total .icon-wrapper:hover {
30353
- background: rgba(225, 230, 241, 0.6);
30330
+ .tfzf37v .ant-table-container {
30331
+ height: 100%;
30354
30332
  }
30355
- .s1ebs0ra .action-group {
30356
- flex: 1;
30357
- margin-left: 88px;
30358
- white-space: nowrap;
30359
- text-align: right;
30360
- position: relative;
30361
- padding: 4px 0;
30362
- margin-top: -4px;
30363
- overflow: hidden;
30333
+ .tfzf37v .ant-table-container::before, .tfzf37v .ant-table-container::after {
30334
+ box-shadow: none !important;
30364
30335
  }
30365
- .s1ebs0ra .action-group .sub-menu-delete {
30366
- transform: translateY(-4px);
30336
+ .tfzf37v .ant-table {
30337
+ border-radius: 0px;
30338
+ border-left: none;
30339
+ border-right: none;
30340
+ border-bottom: none;
30341
+ height: 100%;
30342
+ font-size: 12px;
30343
+ background: transparent;
30367
30344
  }
30368
- .s1ebs0ra .action-group button {
30369
- border: none;
30345
+ .tfzf37v .ant-table .ant-table-header {
30346
+ position: relative;
30347
+ z-index: 3;
30348
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30349
+ margin-bottom: -1px;
30370
30350
  }
30371
- .s1ebs0ra .action-group > *:not(:last-child) {
30372
- margin-right: 8px;
30351
+ .tfzf37v .ant-table .time-wrapper .date,
30352
+ .tfzf37v .ant-table .value {
30353
+ color: #2d3a56;
30373
30354
  }
30374
- .s1ebs0ra .action-group > button:last-child {
30375
- margin-right: 4px;
30355
+ .tfzf37v .ant-table .time-wrapper .time,
30356
+ .tfzf37v .ant-table .unit {
30357
+ color: rgba(44, 56, 82, 0.6);
30376
30358
  }
30377
- .s1ebs0ra .action-group .more-btn {
30378
- cursor: pointer;
30379
- width: 32px;
30380
- height: 32px;
30381
- justify-content: center;
30382
- border-radius: 50%;
30359
+ .tfzf37v .ant-table .ant-table-selection {
30360
+ position: unset;
30361
+ text-align: center;
30383
30362
  }
30384
- .s1ebs0ra .action-group .more-btn:hover {
30363
+ .tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30385
30364
  background: #fff;
30386
30365
  }
30387
-
30388
- .cnujxq2 {
30389
- display: flex;
30390
- flex-direction: column;
30391
- }
30392
-
30393
- .m7s48ia {
30394
- max-width: 1120px;
30395
- width: 100%;
30396
- margin: 0 auto;
30397
- height: 100%;
30398
- }
30399
-
30400
- .wt5zbg6 {
30401
- max-width: 1120px;
30402
- width: 100%;
30403
- margin: 0 auto;
30404
- display: flex;
30405
- }
30406
- .wt5zbg6 .left,
30407
- .wt5zbg6 .right {
30408
- flex-grow: 0;
30409
- flex-shrink: 0;
30410
- flex-basis: 21%;
30411
- }
30412
- .wt5zbg6 .left {
30413
- display: flex;
30414
- justify-content: flex-end;
30415
- padding-right: 44px;
30416
- }
30417
- .wt5zbg6 .right {
30418
- padding-left: 44px;
30366
+ .tfzf37v .ant-table .anticon-setting {
30367
+ cursor: pointer;
30368
+ position: absolute;
30369
+ top: 50%;
30370
+ right: 12px;
30371
+ transform: translateY(-50%);
30419
30372
  }
30420
- .wt5zbg6 .middle {
30421
- margin-bottom: 40px;
30422
- flex-grow: 0;
30423
- flex-shrink: 0;
30424
- flex-basis: 58%;
30373
+ .tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30374
+ box-shadow: none;
30375
+ width: 1px;
30376
+ background: rgba(213, 219, 227, 0.6);
30425
30377
  }
30426
- .wt5zbg6 .middle .form-base-field {
30427
- width: 100%;
30378
+ .tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30379
+ box-shadow: none;
30380
+ width: 1px;
30381
+ background: rgba(213, 219, 227, 0.6);
30428
30382
  }
30429
- .wt5zbg6 .middle .form-base-field .form-base-field {
30430
- width: auto;
30383
+ .tfzf37v .ant-table .ant-table-tbody {
30384
+ position: relative;
30431
30385
  }
30432
-
30433
- .h18jprzg .ant-modal-header {
30434
- margin: 0 auto;
30435
- width: 100%;
30436
- max-width: 648px;
30386
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
30387
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30388
+ border-bottom: 1px solid white;
30389
+ height: 40px;
30390
+ vertical-align: middle;
30391
+ transition: background 0ms;
30392
+ color: #00122e;
30437
30393
  }
30438
- .h18jprzg .ant-modal-header .ant-modal-title {
30439
- margin-left: 0;
30394
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30395
+ background: #f2f5fa;
30396
+ border-bottom-color: #f2f5fa;
30440
30397
  }
30441
- .h18jprzg .ant-modal-body {
30442
- margin: 0 auto;
30443
- padding: 0;
30444
- width: 100%;
30445
- max-width: 648px;
30398
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30399
+ height: auto;
30400
+ color: #00122e;
30401
+ font-size: 12px;
30402
+ text-align: left;
30403
+ transition: none;
30446
30404
  overflow: hidden;
30405
+ text-overflow: ellipsis;
30406
+ white-space: nowrap;
30447
30407
  }
30448
- .h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30449
- margin-bottom: 40px;
30450
- }
30451
- .h18jprzg .ant-modal-body .horizontal-content-wrapper {
30452
- height: calc(100vh - 225px);
30453
- overflow-y: auto;
30454
- }
30455
- .h18jprzg .ant-modal-footer .footer-content {
30456
- margin: 0 auto;
30457
- max-width: 648px;
30408
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30409
+ color: #0096ff;
30458
30410
  }
30459
-
30460
- .h16z9xgz .ant-modal-header {
30461
- margin: 0 auto;
30411
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30412
+ overflow: hidden;
30413
+ text-overflow: ellipsis;
30462
30414
  width: 100%;
30463
- max-width: 1024px;
30415
+ vertical-align: middle;
30464
30416
  }
30465
- .h16z9xgz .ant-modal-header .ant-modal-title {
30466
- margin-left: 0;
30417
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30418
+ line-height: 0px;
30467
30419
  }
30468
- .h16z9xgz .ant-modal-body {
30469
- margin: 0 auto;
30470
- padding: 0;
30471
- width: 100%;
30472
- max-width: 1024px;
30473
- overflow: hidden;
30420
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
30421
+ padding-right: 25px;
30474
30422
  }
30475
- .h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30476
- margin-bottom: 40px;
30423
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30424
+ border-top-color: transparent;
30477
30425
  }
30478
- .h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30479
- height: calc(100vh - 225px);
30480
- overflow-y: auto;
30426
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
30427
+ background: rgba(225, 230, 241, 0.6);
30428
+ border-color: transparent transparent white;
30481
30429
  }
30482
- .h16z9xgz .ant-modal-footer .footer-content {
30483
- margin: 0 auto;
30484
- max-width: 1024px;
30430
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30431
+ border-radius: 8px 0 0 8px;
30485
30432
  }
30486
-
30487
- .f1lrhghm {
30488
- flex: 1;
30433
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30434
+ border-radius: 8px 0 0 8px;
30489
30435
  }
30490
- .f1lrhghm label {
30491
- font-size: 13px;
30492
- line-height: 20px;
30493
- color: rgba(44, 56, 82, 0.6);
30436
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30437
+ content: "";
30438
+ width: 4px;
30439
+ top: -1px;
30440
+ bottom: -1px;
30441
+ background: white;
30494
30442
  }
30495
- .f1lrhghm .title {
30496
- font-size: 14px;
30497
- line-height: 20px;
30498
- color: #2d3a56;
30499
- margin-bottom: 12px;
30443
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30444
+ border-radius: 0 8px 8px 0;
30500
30445
  }
30501
- .f1lrhghm.connect-cluster .title {
30502
- padding-bottom: 26px;
30446
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30447
+ border-radius: 0;
30448
+ background: white;
30449
+ border-top: none;
30503
30450
  }
30504
-
30505
- .f18ot8em {
30506
- padding: 25px 0 15px 0;
30507
- border-bottom: 1px solid #e1e5eb;
30508
- margin-bottom: 16px;
30451
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30452
+ border-top: 1px solid transparent;
30453
+ border-radius: 0 8px 8px 0;
30454
+ background: rgba(225, 230, 241, 0.6);
30509
30455
  }
30510
-
30511
- .f1l1g2k0 {
30456
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30457
+ background: white;
30458
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30459
+ }
30460
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30512
30461
  display: flex;
30513
30462
  align-items: center;
30514
- margin-bottom: 8px;
30515
- }
30516
- .f1l1g2k0 > label {
30517
- width: 216px;
30518
- }
30519
- .f1l1g2k0 > label + * {
30520
- width: 100%;
30521
- }
30522
- .f1l1g2k0 .ant-select {
30523
- width: 100%;
30524
- }
30525
-
30526
- .e1k89cwg {
30527
- color: #e75a3a;
30528
- margin-right: 10px;
30463
+ height: 100%;
30464
+ background: rgba(225, 230, 241, 0.6);
30529
30465
  }
30530
-
30531
- .d1oui1gf {
30532
- width: 100%;
30533
- height: 1px;
30534
- background: rgba(213, 219, 227, 0.6);
30535
- margin: 24px 0;
30466
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30467
+ background: white;
30468
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30536
30469
  }
30537
-
30538
- .l15itdbb {
30470
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30539
30471
  display: flex;
30540
- justify-content: center;
30541
30472
  align-items: center;
30542
30473
  height: 100%;
30474
+ background: rgba(225, 230, 241, 0.6);
30543
30475
  }
30544
-
30545
- .d1y3z4w {
30546
- display: inline-block;
30547
- width: 4px;
30548
- height: 4px;
30549
- background: #8e9aa9;
30550
- opacity: 0.4;
30551
- border-radius: 50%;
30552
- margin: 0 4px;
30476
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
30477
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30553
30478
  }
30554
-
30555
- .m177r7a3 .ant-modal-header,
30556
- .m177r7a3 .ant-modal-footer .footer-content {
30557
- width: 648px;
30558
- margin: 0 auto;
30479
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
30480
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30481
+ border-radius: 8px;
30559
30482
  }
30560
- .m177r7a3 .ant-modal-header {
30561
- padding: 35px 0 24px;
30562
- border: none;
30483
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30484
+ border-top-color: white;
30563
30485
  }
30564
- .m177r7a3 .ant-modal-header .ant-modal-title {
30565
- font-size: 30px;
30486
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
30487
+ background: rgba(0, 136, 255, 0.1);
30488
+ border-bottom-color: transparent;
30489
+ border-top-color: transparent;
30566
30490
  }
30567
- .m177r7a3 .ant-modal-body {
30568
- padding: 4px 0 2px;
30491
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30492
+ border-radius: 8px 0 0 8px;
30569
30493
  }
30570
- .m177r7a3 .ant-modal-footer {
30571
- border: none;
30494
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30495
+ border-radius: 0 8px 8px 0;
30572
30496
  }
30573
-
30574
- .t1wwio3v {
30575
- font-size: 12px;
30576
- line-height: 18px;
30577
- font-weight: bold;
30578
- color: #fff;
30579
- padding: 0 4px;
30580
- border-radius: 4px;
30581
- display: inline-block;
30582
- background: var(--t1wwio3v-0);
30497
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30498
+ background: rgba(0, 136, 255, 0.1);
30583
30499
  }
30584
- .t1wwio3v:not(:first-child) {
30585
- margin-left: 4px;
30500
+ .tfzf37v .ant-table .ant-table-thead > tr > th {
30501
+ background: #fff;
30502
+ font-weight: 400;
30503
+ position: relative;
30504
+ border-bottom: none;
30505
+ color: #00122e;
30506
+ transition: none;
30507
+ padding: 15px 8px 15px 8px;
30586
30508
  }
30587
-
30588
- .f17jvtfk {
30509
+ .tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30510
+ content: "";
30511
+ width: 1px;
30512
+ top: 0;
30513
+ bottom: 0;
30514
+ background: rgba(211, 218, 235, 0.6);
30515
+ position: absolute;
30516
+ right: 0;
30517
+ }
30518
+ .tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
30519
+ padding: unset;
30520
+ }
30521
+ .tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
30522
+ display: none;
30523
+ }
30524
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30589
30525
  width: 100%;
30590
- height: 100%;
30591
- display: flex;
30592
- align-items: center;
30593
- justify-content: center;
30526
+ overflow: hidden;
30527
+ white-space: nowrap;
30528
+ text-overflow: ellipsis;
30594
30529
  }
30595
-
30596
- .nzppkea {
30597
- font-size: 90%;
30598
- font-weight: bold;
30599
- background-color: rgba(240, 243, 247, 0.6);
30600
- padding: 1px 4px 1px;
30601
- margin-left: 2px;
30602
- margin-right: 2px;
30603
- border: 1px solid rgba(213, 219, 227, 0.6);
30604
- border-radius: 4px;
30530
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30531
+ overflow: hidden;
30532
+ text-overflow: ellipsis;
30533
+ flex: 1;
30605
30534
  }
30606
-
30607
- .f4mi9eq.form-item-general {
30608
- width: 640px;
30535
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30536
+ padding: 15px 25px 15px 8px;
30609
30537
  }
30610
- .f4mi9eq.form-item-general.form-item + .f4mi9eq.form-item-general.form-item {
30611
- margin-top: 16px;
30538
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30539
+ padding: 0;
30612
30540
  }
30613
- .f4mi9eq.form-item-compact {
30614
- width: 412px;
30541
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30542
+ position: absolute;
30543
+ right: 6px;
30544
+ top: 50%;
30545
+ transform: translateY(-50%);
30546
+ height: 16px;
30547
+ display: none;
30548
+ transition: transform 320ms ease;
30615
30549
  }
30616
- .f4mi9eq.form-item-compact.form-item + .f4mi9eq.form-item-compact.form-item {
30617
- margin-top: 8px;
30550
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30551
+ display: block;
30552
+ transform: translateY(-50%) rotateX(180deg);
30618
30553
  }
30619
- .f4mi9eq .form-item {
30620
- width: auto;
30554
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30555
+ display: block;
30621
30556
  }
30622
- .f4mi9eq .form-item-main {
30623
- position: relative;
30624
- display: flex;
30557
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30558
+ display: none;
30625
30559
  }
30626
- .f4mi9eq .form-item-extra {
30627
- margin-top: 4px;
30628
- width: 100%;
30629
- padding: 14px;
30630
- background: #f2f4f6;
30631
- font-size: 13px;
30632
- line-height: 1.8;
30633
- color: #8e9aa9;
30560
+ .tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30561
+ transform: translateY(-50%);
30634
30562
  }
30635
- .f4mi9eq .form-item-label {
30636
- padding-right: 12px;
30637
- font-size: 13px;
30638
- color: rgba(44, 56, 82, 0.6);
30563
+ .tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30564
+ transform: translateY(-50%) rotateX(180deg);
30639
30565
  }
30640
- .f4mi9eq .form-item-label.label-right {
30641
- text-align: right;
30566
+ .tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30567
+ background: #f2f5fa;
30642
30568
  }
30643
- .f4mi9eq .form-item-label,
30644
- .f4mi9eq .form-item-control {
30645
- line-height: 32px;
30569
+ .tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30570
+ display: block;
30646
30571
  }
30647
- .f4mi9eq .form-item-control .form-item-error {
30648
- line-height: 18px;
30572
+ .tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
30573
+ padding-right: 25px;
30649
30574
  }
30650
- .f4mi9eq .form-item-children {
30651
- width: 100%;
30575
+ .tfzf37v .ant-table .ant-table-selection-column {
30576
+ padding: 0 !important;
30652
30577
  }
30653
- .f4mi9eq .form-item-children > *:only-child.ant-select, .f4mi9eq .form-item-children > *:only-child.ant-radio-group, .f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30654
- width: 100%;
30578
+ .tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30579
+ position: absolute;
30580
+ left: 50%;
30581
+ top: 50%;
30582
+ transform: translate(-50%, -50%);
30655
30583
  }
30656
- .f4mi9eq .form-item-error {
30657
- color: #e75a3a;
30658
- height: 0;
30659
- overflow: hidden;
30584
+ .tfzf37v .ant-table .ant-table-selection-column:after {
30585
+ display: none;
30660
30586
  }
30661
- .f4mi9eq .form-item-error-enter-done {
30662
- margin-top: 4px;
30663
- height: auto;
30664
- overflow: auto;
30587
+ .tfzf37v .ant-table .ant-table-hide-scrollbar {
30588
+ background: #fff;
30665
30589
  }
30666
- .f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30667
- .f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30668
- border: 1px solid #e75a3a;
30669
- color: #e75a3a;
30590
+ .tfzf37v .ant-table .ant-table-placeholder {
30591
+ background: inherit;
30670
30592
  }
30671
-
30672
- .fh0ewl8 {
30673
- color: #2d3a56;
30593
+ .tfzf37v .ant-table .ant-table-placeholder td {
30594
+ position: static;
30595
+ border: none;
30596
+ background: inherit !important;
30597
+ height: 100px;
30598
+ vertical-align: middle;
30599
+ }
30600
+ .tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
30601
+ .tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30674
30602
  font-weight: bold;
30675
- padding-bottom: 6px;
30676
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30677
- margin-bottom: 16px;
30603
+ font-size: 20px;
30604
+ color: rgba(10, 37, 85, 0.6);
30678
30605
  }
30679
- .fh0ewl8:not(:first-of-type) {
30680
- margin-top: 16px;
30606
+ .tfzf37v .ant-table td.cell__action_ {
30607
+ padding: 0 !important;
30608
+ position: relative;
30609
+ background: #fff;
30681
30610
  }
30682
-
30683
- .e1qrlvot {
30684
- width: 8px;
30685
- height: 24px;
30611
+ .tfzf37v .ant-table td.cell__action_ > * {
30612
+ height: 100%;
30686
30613
  display: flex;
30687
- justify-content: center;
30688
30614
  align-items: center;
30689
- cursor: pointer;
30690
- transition: all 200ms ease-out 40ms;
30691
- }
30692
- .e1qrlvot:before, .e1qrlvot:after {
30693
- content: "";
30694
- width: 1px;
30695
- height: 6px;
30696
- border-radius: 1px;
30697
- background: #ccd4e3;
30698
- position: relative;
30699
- right: 2px;
30700
- transform: rotate(-45deg);
30701
- }
30702
- .e1qrlvot:after {
30703
- transform: rotate(45deg);
30704
- left: 1px;
30705
- }
30706
-
30707
- .w9ic984.ant-alert-warning {
30708
- border: 0;
30709
- background: rgba(255, 187, 0, 0.1);
30710
- border-radius: 6px;
30615
+ justify-content: flex-end;
30616
+ padding-right: 8px;
30711
30617
  }
30712
- .w9ic984.ant-alert,
30713
- .w9ic984 .ant-alert-message {
30714
- color: #e07f00;
30618
+ .tfzf37v .ant-table td.cell__action_ .menu-button {
30619
+ width: 24px;
30620
+ height: 24px;
30621
+ cursor: pointer;
30622
+ justify-content: center;
30623
+ border-radius: 4px;
30715
30624
  }
30716
- .w9ic984.ant-alert .dashed-border-bottom,
30717
- .w9ic984 .ant-alert-message .dashed-border-bottom {
30718
- border-bottom-color: #e07f00;
30625
+ .tfzf37v .ant-table td.cell__action_ .menu-button:hover {
30626
+ background: #fff;
30719
30627
  }
30720
30628
 
30721
- .n1k9qi4r {
30629
+ .phljevk {
30722
30630
  display: flex;
30723
- flex-direction: row;
30724
- padding: 7px 12px;
30725
- background: rgba(255, 187, 0, 0.1);
30726
- border-radius: 6px;
30727
- color: #e07f00;
30631
+ justify-content: space-between;
30632
+ align-items: center;
30633
+ padding: 10px 0;
30634
+ color: rgba(44, 56, 82, 0.6);
30728
30635
  font-size: 12px;
30729
- line-height: 18px;
30636
+ line-height: 24px;
30730
30637
  }
30731
- .n1k9qi4r .icon-wrapper {
30732
- margin-right: 10px;
30733
- height: 18px;
30638
+ .phljevk .pagination-left {
30639
+ padding: 2px 8px;
30734
30640
  }
30735
-
30736
- .n16fsg9x {
30641
+ .phljevk .dropdown-trigger {
30737
30642
  display: flex;
30738
- flex-direction: row;
30739
- padding: 7px 12px;
30740
- background: rgba(225, 230, 241, 0.6);
30643
+ align-items: center;
30741
30644
  border-radius: 6px;
30742
- color: rgba(44, 56, 82, 0.6);
30743
- font-size: 12px;
30744
- line-height: 18px;
30645
+ cursor: pointer;
30646
+ transition: all 0.3s ease;
30745
30647
  }
30746
- .n16fsg9x .icon-wrapper {
30747
- margin-right: 10px;
30748
- height: 18px;
30648
+ .phljevk .dropdown-trigger:hover {
30649
+ background: rgba(211, 218, 235, 0.6);
30650
+ color: #0080ff;
30749
30651
  }
30750
-
30751
- .i173wxzw {
30652
+ .phljevk .dropdown-trigger .icon-inner {
30653
+ margin-left: 4px;
30654
+ }
30655
+ .phljevk .pagination-right {
30752
30656
  display: flex;
30753
- flex-direction: row;
30754
- padding: 7px 12px;
30755
- background: rgba(0, 136, 255, 0.1);
30756
- border-radius: 6px;
30757
- color: #005ed1;
30758
- font-size: 12px;
30759
- line-height: 18px;
30657
+ align-items: center;
30658
+ color: #0080ff;
30659
+ font-weight: bold;
30760
30660
  }
30761
- .i173wxzw .icon-wrapper {
30762
- margin-right: 10px;
30763
- height: 18px;
30661
+ .phljevk .pagination-right .icon-inner {
30662
+ margin-left: 4px;
30764
30663
  }
30765
-
30766
- .dld369h {
30767
- color: rgba(44, 56, 82, 0.6);
30768
- margin-top: 5px;
30769
- font-size: 12px;
30770
- line-height: 18px;
30664
+ .phljevk .pagination-right .prev-btn,
30665
+ .phljevk .pagination-right .next-btn {
30666
+ padding: 0 8px;
30667
+ }
30668
+ .phljevk .pagination-right .prev-btn > span,
30669
+ .phljevk .pagination-right .next-btn > span {
30670
+ color: #0080ff;
30671
+ }
30672
+ .phljevk .pagination-right .next-btn .icon-inner {
30673
+ transform: rotate(180deg);
30771
30674
  }
30772
30675
 
30773
- .s1epv22q {
30774
- color: #f0483e;
30676
+ .d12rtyeg.ant-dropdown .ant-dropdown-menu {
30677
+ max-height: calc(100vh - 128px);
30678
+ overflow-y: auto;
30679
+ }
30680
+ .d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30681
+ padding: 4px 20px;
30775
30682
  font-size: 12px;
30776
- white-space: pre-wrap;
30683
+ line-height: 18px;
30777
30684
  }
30778
30685
 
30779
- .okus5hk {
30686
+ .cnujxq2 {
30780
30687
  display: flex;
30781
- align-items: center;
30782
- justify-content: flex-end;
30783
- }
30784
- .okus5hk .icon-wrapper {
30785
- margin-right: 16px;
30688
+ flex-direction: column;
30786
30689
  }
30787
30690
 
30788
- .t1auuzri {
30789
- color: rgba(0, 21, 64, 0.3);
30691
+ .m7s48ia {
30692
+ max-width: 1120px;
30693
+ width: 100%;
30694
+ margin: 0 auto;
30695
+ height: 100%;
30790
30696
  }
30791
30697
 
30792
- .i74cfyt.ant-input {
30793
- padding: 5px 12px;
30794
- line-height: 20px;
30795
- color: #2d3a56;
30796
- border-radius: 6px;
30797
- border-color: rgba(172, 186, 211, 0.6);
30798
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30698
+ .wt5zbg6 {
30699
+ max-width: 1120px;
30700
+ width: 100%;
30701
+ margin: 0 auto;
30702
+ display: flex;
30799
30703
  }
30800
- .i74cfyt.ant-input.ant-input-lg {
30801
- padding: 8px 16px;
30802
- line-height: 22px;
30704
+ .wt5zbg6 .left,
30705
+ .wt5zbg6 .right {
30706
+ flex-grow: 0;
30707
+ flex-shrink: 0;
30708
+ flex-basis: 21%;
30803
30709
  }
30804
- .i74cfyt.ant-input.ant-input-sm {
30805
- padding: 2px 8px;
30806
- line-height: 18px;
30710
+ .wt5zbg6 .left {
30711
+ display: flex;
30712
+ justify-content: flex-end;
30713
+ padding-right: 44px;
30807
30714
  }
30808
- .i74cfyt.ant-input:not([disabled]):hover, .i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number:not([disabled]):hover, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
30809
- border-color: rgba(107, 128, 167, 0.6);
30810
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30811
- z-index: 1;
30715
+ .wt5zbg6 .right {
30716
+ padding-left: 44px;
30812
30717
  }
30813
- .i74cfyt.ant-input:not([disabled]):active, .i74cfyt.ant-input:not([disabled]):focus, .i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number:not([disabled]):active, .i74cfyt.ant-input-number:not([disabled]):focus, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
30814
- border-color: #0096ff;
30815
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30816
- z-index: 1;
30718
+ .wt5zbg6 .middle {
30719
+ margin-bottom: 40px;
30720
+ flex-grow: 0;
30721
+ flex-shrink: 0;
30722
+ flex-basis: 58%;
30817
30723
  }
30818
- .i74cfyt.ant-input.error:not([disabled]), .i74cfyt.ant-picker.error:not([disabled]), .i74cfyt.ant-input-number.error:not([disabled]) {
30819
- border-color: #e75a3a;
30820
- color: #e75a3a;
30724
+ .wt5zbg6 .middle .form-base-field {
30725
+ width: 100%;
30821
30726
  }
30822
- .i74cfyt.ant-input.error:not([disabled]):hover, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-picker.error:not([disabled]):hover, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number.error:not([disabled]):hover, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30823
- border-color: #e75a3a;
30824
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30727
+ .wt5zbg6 .middle .form-base-field .form-base-field {
30728
+ width: auto;
30825
30729
  }
30826
- .i74cfyt.ant-input.error:not([disabled]):active, .i74cfyt.ant-input.error:not([disabled]):focus, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-picker.error:not([disabled]):active, .i74cfyt.ant-picker.error:not([disabled]):focus, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number.error:not([disabled]):active, .i74cfyt.ant-input-number.error:not([disabled]):focus, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30827
- border-color: #e75a3a;
30828
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30730
+
30731
+ .h18jprzg .ant-modal-header {
30732
+ margin: 0 auto;
30733
+ width: 100%;
30734
+ max-width: 648px;
30829
30735
  }
30830
- .i74cfyt.ant-input[disabled], .i74cfyt.ant-input.ant-input-disabled, .i74cfyt.ant-input-number[disabled], .i74cfyt.ant-input-number.ant-input-number-disabled {
30831
- background: rgba(211, 218, 235, 0.6);
30832
- color: rgba(0, 21, 64, 0.3);
30833
- border-color: rgba(172, 186, 211, 0.6);
30736
+ .h18jprzg .ant-modal-header .ant-modal-title {
30737
+ margin-left: 0;
30834
30738
  }
30835
- .i74cfyt.ant-input-affix-wrapper {
30836
- padding: 5px 12px;
30837
- border-radius: 6px;
30838
- border-color: rgba(172, 186, 211, 0.6);
30839
- line-height: 20px;
30840
- color: #2d3a56;
30841
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30739
+ .h18jprzg .ant-modal-body {
30740
+ margin: 0 auto;
30741
+ padding: 0;
30742
+ width: 100%;
30743
+ max-width: 648px;
30744
+ overflow: hidden;
30842
30745
  }
30843
- .i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
30844
- .i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
30845
- color: rgba(44, 56, 82, 0.6);
30746
+ .h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30747
+ margin-bottom: 40px;
30846
30748
  }
30847
- .i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30848
- padding: 8px 16px;
30849
- line-height: 22px;
30749
+ .h18jprzg .ant-modal-body .horizontal-content-wrapper {
30750
+ height: calc(100vh - 225px);
30751
+ overflow-y: auto;
30850
30752
  }
30851
- .i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30852
- padding: 2px 8px;
30853
- line-height: 18px;
30753
+ .h18jprzg .ant-modal-footer .footer-content {
30754
+ margin: 0 auto;
30755
+ max-width: 648px;
30854
30756
  }
30855
- .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30856
- border-color: rgba(107, 128, 167, 0.6);
30857
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30757
+
30758
+ .h16z9xgz .ant-modal-header {
30759
+ margin: 0 auto;
30760
+ width: 100%;
30761
+ max-width: 1024px;
30858
30762
  }
30859
- .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30860
- border-color: #0096ff;
30861
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30763
+ .h16z9xgz .ant-modal-header .ant-modal-title {
30764
+ margin-left: 0;
30862
30765
  }
30863
- .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30864
- border-color: #e75a3a;
30766
+ .h16z9xgz .ant-modal-body {
30767
+ margin: 0 auto;
30768
+ padding: 0;
30769
+ width: 100%;
30770
+ max-width: 1024px;
30771
+ overflow: hidden;
30865
30772
  }
30866
- .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30867
- color: #e75a3a;
30773
+ .h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30774
+ margin-bottom: 40px;
30868
30775
  }
30869
- .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30870
- border-color: #e75a3a;
30871
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30776
+ .h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30777
+ height: calc(100vh - 225px);
30778
+ overflow-y: auto;
30872
30779
  }
30873
- .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30874
- border-color: #e75a3a;
30875
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30780
+ .h16z9xgz .ant-modal-footer .footer-content {
30781
+ margin: 0 auto;
30782
+ max-width: 1024px;
30876
30783
  }
30877
- .i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30878
- background: rgba(211, 218, 235, 0.6);
30879
- color: rgba(0, 21, 64, 0.3);
30880
- border-color: rgba(172, 186, 211, 0.6);
30784
+
30785
+ .f1lrhghm {
30786
+ flex: 1;
30881
30787
  }
30882
- textarea.i74cfyt.ant-input {
30883
- transition-property: height;
30884
- transition-delay: 50ms;
30788
+ .f1lrhghm label {
30789
+ font-size: 13px;
30790
+ line-height: 20px;
30791
+ color: rgba(44, 56, 82, 0.6);
30885
30792
  }
30886
- textarea.i74cfyt.ant-input.textarea-large {
30887
- min-height: 40px;
30888
- height: 40px;
30793
+ .f1lrhghm .title {
30794
+ font-size: 14px;
30795
+ line-height: 20px;
30796
+ color: #2d3a56;
30797
+ margin-bottom: 12px;
30889
30798
  }
30890
- textarea.i74cfyt.ant-input.textarea-large:focus {
30891
- height: 80px;
30799
+ .f1lrhghm.connect-cluster .title {
30800
+ padding-bottom: 26px;
30892
30801
  }
30893
- textarea.i74cfyt.ant-input.textarea-middle {
30894
- min-height: 32px;
30895
- height: 32px;
30802
+
30803
+ .f18ot8em {
30804
+ padding: 25px 0 15px 0;
30805
+ border-bottom: 1px solid #e1e5eb;
30806
+ margin-bottom: 16px;
30896
30807
  }
30897
- textarea.i74cfyt.ant-input.textarea-middle:focus {
30898
- height: 64px;
30808
+
30809
+ .f1l1g2k0 {
30810
+ display: flex;
30811
+ align-items: center;
30812
+ margin-bottom: 8px;
30899
30813
  }
30900
- textarea.i74cfyt.ant-input.textarea-small {
30901
- min-height: 24px;
30902
- height: 24px;
30814
+ .f1l1g2k0 > label {
30815
+ width: 216px;
30903
30816
  }
30904
- textarea.i74cfyt.ant-input.textarea-small:focus {
30905
- height: 40px;
30817
+ .f1l1g2k0 > label + * {
30818
+ width: 100%;
30819
+ }
30820
+ .f1l1g2k0 .ant-select {
30821
+ width: 100%;
30906
30822
  }
30907
30823
 
30908
- .k1ci6977 input, .k1ci6977.input-tags {
30909
- border: 1px solid rgba(213, 219, 227, 0.6);
30910
- border-radius: 4px;
30824
+ .e1k89cwg {
30825
+ color: #e75a3a;
30826
+ margin-right: 10px;
30911
30827
  }
30912
- .k1ci6977.input-tags {
30913
- position: relative;
30914
- padding: 6px;
30915
- height: 32px;
30916
- cursor: pointer;
30917
- transition: border 150ms;
30918
- }
30919
- .k1ci6977.input-tags:hover {
30920
- border-color: #0080ff;
30921
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30922
- }
30923
- .k1ci6977.input-tags.kit-input-suffix-wrapper {
30924
- padding-right: 30px;
30925
- }
30926
- .k1ci6977.input-tags .input-tags-inner {
30927
- display: flex;
30828
+
30829
+ .d1oui1gf {
30830
+ width: 100%;
30831
+ height: 1px;
30832
+ background: rgba(213, 219, 227, 0.6);
30833
+ margin: 24px 0;
30928
30834
  }
30929
- .k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
30835
+
30836
+ .l15itdbb {
30930
30837
  display: flex;
30838
+ justify-content: center;
30839
+ align-items: center;
30840
+ height: 100%;
30931
30841
  }
30932
- .k1ci6977.input-tags .input-tag-suffix {
30933
- position: absolute;
30934
- right: 12px;
30935
- top: 50%;
30936
- transform: translateY(-50%);
30842
+
30843
+ .d1y3z4w {
30844
+ display: inline-block;
30845
+ width: 4px;
30846
+ height: 4px;
30847
+ background: #8e9aa9;
30848
+ opacity: 0.4;
30849
+ border-radius: 50%;
30850
+ margin: 0 4px;
30937
30851
  }
30938
- .k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
30939
- color: rgba(0, 0, 0, 0.25);
30940
- font-size: 12px;
30941
- cursor: pointer;
30852
+
30853
+ .m177r7a3 .ant-modal-header,
30854
+ .m177r7a3 .ant-modal-footer .footer-content {
30855
+ width: 648px;
30856
+ margin: 0 auto;
30942
30857
  }
30943
- .k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
30944
- color: rgba(0, 0, 0, 0.45);
30858
+ .m177r7a3 .ant-modal-header {
30859
+ padding: 35px 0 24px;
30860
+ border: none;
30945
30861
  }
30946
- .k1ci6977.has-focus-indicator {
30947
- position: relative;
30948
- overflow: hidden;
30862
+ .m177r7a3 .ant-modal-header .ant-modal-title {
30863
+ font-size: 30px;
30949
30864
  }
30950
- .k1ci6977.has-focus-indicator .ant-input-prefix {
30951
- position: absolute;
30952
- top: 50%;
30953
- transform: translateY(-50%);
30954
- left: -16px;
30955
- transition: left 150ms ease;
30956
- opacity: 0;
30865
+ .m177r7a3 .ant-modal-body {
30866
+ padding: 4px 0 2px;
30957
30867
  }
30958
- .k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30959
- left: 8px;
30960
- opacity: 1;
30868
+ .m177r7a3 .ant-modal-footer {
30869
+ border: none;
30961
30870
  }
30962
- .k1ci6977.has-focus-indicator input {
30963
- transition: margin-left 150ms ease;
30964
- margin-left: 0px;
30871
+
30872
+ .t1wwio3v {
30873
+ font-size: 12px;
30874
+ line-height: 18px;
30875
+ font-weight: bold;
30876
+ color: #fff;
30877
+ padding: 0 4px;
30878
+ border-radius: 4px;
30879
+ display: inline-block;
30880
+ background: var(--t1wwio3v-0);
30965
30881
  }
30966
- .k1ci6977.has-focus-indicator input:focus {
30967
- margin-left: 16px;
30882
+ .t1wwio3v:not(:first-child) {
30883
+ margin-left: 4px;
30968
30884
  }
30969
30885
 
30970
- input.l1f7td1d.ant-input {
30971
- border-top-right-radius: 0;
30972
- border-bottom-right-radius: 0;
30886
+ .f17jvtfk {
30887
+ width: 100%;
30888
+ height: 100%;
30889
+ display: flex;
30890
+ align-items: center;
30891
+ justify-content: center;
30973
30892
  }
30974
30893
 
30975
- .l1f7td1d.ant-input-affix-wrapper {
30976
- border-top-right-radius: 0;
30977
- border-bottom-right-radius: 0;
30894
+ .nzppkea {
30895
+ font-size: 90%;
30896
+ font-weight: bold;
30897
+ background-color: rgba(240, 243, 247, 0.6);
30898
+ padding: 1px 4px 1px;
30899
+ margin-left: 2px;
30900
+ margin-right: 2px;
30901
+ border: 1px solid rgba(213, 219, 227, 0.6);
30902
+ border-radius: 4px;
30978
30903
  }
30979
30904
 
30980
- input.rf8rlle.ant-input {
30981
- border-top-left-radius: 0;
30982
- border-bottom-left-radius: 0;
30905
+ .f4mi9eq.form-item-general {
30906
+ width: 640px;
30983
30907
  }
30984
-
30985
- .rf8rlle.ant-input-affix-wrapper {
30986
- border-top-left-radius: 0;
30987
- border-bottom-left-radius: 0;
30908
+ .f4mi9eq.form-item-general.form-item + .f4mi9eq.form-item-general.form-item {
30909
+ margin-top: 16px;
30988
30910
  }
30989
-
30990
- .llt2k48.ant-select, .llt2k48.ant-select .ant-select-selector {
30991
- border-top-right-radius: 0;
30992
- border-bottom-right-radius: 0;
30911
+ .f4mi9eq.form-item-compact {
30912
+ width: 412px;
30993
30913
  }
30994
-
30995
- .rdwz7eh.ant-select, .rdwz7eh.ant-select .ant-select-selector {
30996
- border-top-left-radius: 0;
30997
- border-bottom-left-radius: 0;
30914
+ .f4mi9eq.form-item-compact.form-item + .f4mi9eq.form-item-compact.form-item {
30915
+ margin-top: 8px;
30998
30916
  }
30999
-
31000
- .c3ni091 {
31001
- display: flex;
31002
- flex-direction: column;
30917
+ .f4mi9eq .form-item {
30918
+ width: auto;
31003
30919
  }
31004
- .c3ni091 .select-wrapper {
31005
- margin-top: 12px;
30920
+ .f4mi9eq .form-item-main {
30921
+ position: relative;
30922
+ display: flex;
31006
30923
  }
31007
- .c3ni091 .select-wrapper .select {
30924
+ .f4mi9eq .form-item-extra {
30925
+ margin-top: 4px;
31008
30926
  width: 100%;
30927
+ padding: 14px;
30928
+ background: #f2f4f6;
30929
+ font-size: 13px;
30930
+ line-height: 1.8;
30931
+ color: #8e9aa9;
31009
30932
  }
31010
- .c3ni091 .radio-wrapper {
31011
- margin-top: 24px;
30933
+ .f4mi9eq .form-item-label {
30934
+ padding-right: 12px;
30935
+ font-size: 13px;
30936
+ color: rgba(44, 56, 82, 0.6);
31012
30937
  }
31013
- .c3ni091 div.form-item {
31014
- width: 100%;
30938
+ .f4mi9eq .form-item-label.label-right {
30939
+ text-align: right;
31015
30940
  }
31016
-
31017
- .d105ju2d {
31018
- font-size: 14px;
31019
- font-weight: 500;
31020
- color: #3e4652;
31021
- line-height: 18px;
30941
+ .f4mi9eq .form-item-label,
30942
+ .f4mi9eq .form-item-control {
30943
+ line-height: 32px;
31022
30944
  }
31023
- .d105ju2d + .d105ju2d {
31024
- margin-top: 16px;
30945
+ .f4mi9eq .form-item-control .form-item-error {
30946
+ line-height: 18px;
31025
30947
  }
31026
- .d105ju2d + * {
31027
- margin-top: 16px;
30948
+ .f4mi9eq .form-item-children {
30949
+ width: 100%;
31028
30950
  }
31029
-
31030
- .lh0l62z.d105ju2d {
31031
- font-size: 12px;
31032
- color: rgba(44, 56, 82, 0.6);
31033
- margin-top: 12px;
30951
+ .f4mi9eq .form-item-children > *:only-child.ant-select, .f4mi9eq .form-item-children > *:only-child.ant-radio-group, .f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30952
+ width: 100%;
31034
30953
  }
31035
-
31036
- .r1o4v2oc.lh0l62z.d105ju2d {
31037
- line-height: 18px;
31038
- font-weight: 500;
31039
- margin-top: 0;
31040
- white-space: initial;
30954
+ .f4mi9eq .form-item-error {
30955
+ color: #e75a3a;
30956
+ height: 0;
30957
+ overflow: hidden;
31041
30958
  }
31042
-
31043
- .r1skkc3l {
31044
- display: block;
30959
+ .f4mi9eq .form-item-error-enter-done {
30960
+ margin-top: 4px;
30961
+ height: auto;
30962
+ overflow: auto;
31045
30963
  }
31046
- .r1skkc3l span {
31047
- font-size: 14px;
31048
- font-weight: 500;
31049
- line-height: 32px;
31050
- color: #3e4652;
30964
+ .f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30965
+ .f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30966
+ border: 1px solid #e75a3a;
30967
+ color: #e75a3a;
31051
30968
  }
31052
30969
 
31053
- .c3cobmo {
30970
+ .fh0ewl8 {
30971
+ color: #2d3a56;
30972
+ font-weight: bold;
30973
+ padding-bottom: 6px;
30974
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30975
+ margin-bottom: 16px;
30976
+ }
30977
+ .fh0ewl8:not(:first-of-type) {
31054
30978
  margin-top: 16px;
31055
- padding: 8px;
31056
- border-radius: 6px;
31057
- background: rgba(225, 230, 241, 0.6);
31058
- color: rgba(44, 56, 82, 0.6);
31059
- font-size: 12px;
31060
30979
  }
31061
- .c3cobmo div {
31062
- line-height: 20px;
30980
+
30981
+ .e1qrlvot {
30982
+ width: 8px;
30983
+ height: 24px;
31063
30984
  display: flex;
30985
+ justify-content: center;
31064
30986
  align-items: center;
31065
- word-break: break-all;
30987
+ cursor: pointer;
30988
+ transition: all 200ms ease-out 40ms;
31066
30989
  }
31067
- .c3cobmo .title {
31068
- font-weight: 700;
31069
- line-height: 18px;
31070
- margin: 4px 0;
30990
+ .e1qrlvot:before, .e1qrlvot:after {
30991
+ content: "";
30992
+ width: 1px;
30993
+ height: 6px;
30994
+ border-radius: 1px;
30995
+ background: #ccd4e3;
30996
+ position: relative;
30997
+ right: 2px;
30998
+ transform: rotate(-45deg);
30999
+ }
31000
+ .e1qrlvot:after {
31001
+ transform: rotate(45deg);
31002
+ left: 1px;
31071
31003
  }
31072
31004
 
31073
- .rapgekc.ant-radio-wrapper {
31074
- display: inline-flex;
31075
- align-items: baseline;
31076
- white-space: pre-wrap;
31077
- }
31078
- .rapgekc.ant-radio-wrapper .ant-radio {
31079
- position: relative;
31080
- top: 3px;
31081
- }
31082
- .rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31083
- border-color: rgba(107, 128, 167, 0.6);
31084
- }
31085
- .rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31086
- border-color: #0080ff;
31005
+ .w9ic984.ant-alert-warning {
31006
+ border: 0;
31007
+ background: rgba(255, 187, 0, 0.1);
31008
+ border-radius: 6px;
31087
31009
  }
31088
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31089
- border-color: #0080ff;
31090
- background: #0080ff;
31010
+ .w9ic984.ant-alert,
31011
+ .w9ic984 .ant-alert-message {
31012
+ color: #e07f00;
31091
31013
  }
31092
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31093
- top: 4px;
31094
- left: 4px;
31095
- width: 6px;
31096
- height: 6px;
31097
- background: #fff;
31014
+ .w9ic984.ant-alert .dashed-border-bottom,
31015
+ .w9ic984 .ant-alert-message .dashed-border-bottom {
31016
+ border-bottom-color: #e07f00;
31098
31017
  }
31099
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31100
- opacity: 0.5;
31018
+
31019
+ .n1k9qi4r {
31020
+ display: flex;
31021
+ flex-direction: row;
31022
+ padding: 7px 12px;
31023
+ background: rgba(255, 187, 0, 0.1);
31024
+ border-radius: 6px;
31025
+ color: #e07f00;
31026
+ font-size: 12px;
31027
+ line-height: 18px;
31101
31028
  }
31102
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31103
- border-color: rgba(107, 128, 167, 0.6);
31104
- background: rgba(211, 218, 235, 0.6);
31029
+ .n1k9qi4r .icon-wrapper {
31030
+ margin-right: 10px;
31031
+ height: 18px;
31105
31032
  }
31106
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31107
- background: #00122e;
31033
+
31034
+ .n16fsg9x {
31035
+ display: flex;
31036
+ flex-direction: row;
31037
+ padding: 7px 12px;
31038
+ background: rgba(225, 230, 241, 0.6);
31039
+ border-radius: 6px;
31040
+ color: rgba(44, 56, 82, 0.6);
31041
+ font-size: 12px;
31042
+ line-height: 18px;
31108
31043
  }
31109
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31110
- color: #00122e;
31111
- opacity: 0.5;
31044
+ .n16fsg9x .icon-wrapper {
31045
+ margin-right: 10px;
31046
+ height: 18px;
31112
31047
  }
31113
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31114
- color: #00122e;
31048
+
31049
+ .i173wxzw {
31050
+ display: flex;
31051
+ flex-direction: row;
31052
+ padding: 7px 12px;
31053
+ background: rgba(0, 136, 255, 0.1);
31054
+ border-radius: 6px;
31055
+ color: #005ed1;
31056
+ font-size: 12px;
31057
+ line-height: 18px;
31115
31058
  }
31116
- .rapgekc.ant-radio-wrapper .ant-radio + span {
31117
- display: inline-block;
31118
- padding: 0;
31119
- padding-left: 12px;
31059
+ .i173wxzw .icon-wrapper {
31060
+ margin-right: 10px;
31061
+ height: 18px;
31120
31062
  }
31121
- .rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31122
- margin-bottom: 0;
31123
- white-space: pre-wrap;
31063
+
31064
+ .dld369h {
31124
31065
  color: rgba(44, 56, 82, 0.6);
31066
+ margin-top: 5px;
31067
+ font-size: 12px;
31068
+ line-height: 18px;
31125
31069
  }
31126
- .rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31127
- padding-left: 8px;
31070
+
31071
+ .s1epv22q {
31072
+ color: #f0483e;
31073
+ font-size: 12px;
31074
+ white-space: pre-wrap;
31128
31075
  }
31129
31076
 
31130
- .rp906go .ant-radio-button-wrapper:first-child {
31131
- border-radius: 5px 0 0 5px;
31077
+ .okus5hk {
31078
+ display: flex;
31079
+ align-items: center;
31080
+ justify-content: flex-end;
31132
31081
  }
31133
- .rp906go .ant-radio-button-wrapper:last-child {
31134
- border-radius: 0 5px 5px 0;
31082
+ .okus5hk .icon-wrapper {
31083
+ margin-right: 16px;
31135
31084
  }
31136
31085
 
31137
- .rcc63c8 {
31138
- color: #00122e;
31139
- border-color: #ccd4e3;
31086
+ .t1auuzri {
31087
+ color: rgba(0, 21, 64, 0.3);
31140
31088
  }
31141
- .rcc63c8:first-child {
31142
- border-color: #a3b4cc;
31089
+
31090
+ .i74cfyt.ant-input {
31091
+ padding: 5px 12px;
31092
+ line-height: 20px;
31093
+ color: #2d3a56;
31094
+ border-radius: 6px;
31095
+ border-color: rgba(172, 186, 211, 0.6);
31096
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31143
31097
  }
31144
- .rcc63c8.ant-radio-button-wrapper {
31145
- padding: 0 12px;
31146
- line-height: 32px;
31147
- height: 32px;
31098
+ .i74cfyt.ant-input.ant-input-lg {
31099
+ padding: 8px 16px;
31100
+ line-height: 22px;
31148
31101
  }
31149
- .rcc63c8.ant-radio-button-wrapper > span + span {
31150
- white-space: nowrap;
31102
+ .i74cfyt.ant-input.ant-input-sm {
31103
+ padding: 2px 8px;
31104
+ line-height: 18px;
31151
31105
  }
31152
- .ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
31153
- height: 22px;
31154
- padding: 0 7px;
31155
- line-height: 20px;
31106
+ .i74cfyt.ant-input:not([disabled]):hover, .i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number:not([disabled]):hover, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31107
+ border-color: rgba(107, 128, 167, 0.6);
31108
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31109
+ z-index: 1;
31156
31110
  }
31157
- .rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
31158
- background: #ccd4e3;
31111
+ .i74cfyt.ant-input:not([disabled]):active, .i74cfyt.ant-input:not([disabled]):focus, .i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number:not([disabled]):active, .i74cfyt.ant-input-number:not([disabled]):focus, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31112
+ border-color: #0096ff;
31113
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31114
+ z-index: 1;
31159
31115
  }
31160
- .rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
31161
- background: #0080ff;
31116
+ .i74cfyt.ant-input.error:not([disabled]), .i74cfyt.ant-picker.error:not([disabled]), .i74cfyt.ant-input-number.error:not([disabled]) {
31117
+ border-color: #e75a3a;
31118
+ color: #e75a3a;
31162
31119
  }
31163
- .rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31164
- background: #ccd4e3;
31165
- opacity: 0.5;
31120
+ .i74cfyt.ant-input.error:not([disabled]):hover, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-picker.error:not([disabled]):hover, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number.error:not([disabled]):hover, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31121
+ border-color: #e75a3a;
31122
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31166
31123
  }
31167
- .rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31168
- border-right-color: #0080ff;
31124
+ .i74cfyt.ant-input.error:not([disabled]):active, .i74cfyt.ant-input.error:not([disabled]):focus, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-picker.error:not([disabled]):active, .i74cfyt.ant-picker.error:not([disabled]):focus, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number.error:not([disabled]):active, .i74cfyt.ant-input-number.error:not([disabled]):focus, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31125
+ border-color: #e75a3a;
31126
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31169
31127
  }
31170
- .rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31171
- border-color: #0080ff;
31128
+ .i74cfyt.ant-input[disabled], .i74cfyt.ant-input.ant-input-disabled, .i74cfyt.ant-input-number[disabled], .i74cfyt.ant-input-number.ant-input-number-disabled {
31129
+ background: rgba(211, 218, 235, 0.6);
31130
+ color: rgba(0, 21, 64, 0.3);
31131
+ border-color: rgba(172, 186, 211, 0.6);
31172
31132
  }
31173
- .rcc63c8.ant-radio-button-wrapper-checked {
31174
- background: rgba(0, 136, 255, 0.1);
31133
+ .i74cfyt.ant-input-affix-wrapper {
31134
+ padding: 5px 12px;
31135
+ border-radius: 6px;
31136
+ border-color: rgba(172, 186, 211, 0.6);
31137
+ line-height: 20px;
31138
+ color: #2d3a56;
31139
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31175
31140
  }
31176
- .rcc63c8.ant-radio-button-wrapper-disabled {
31177
- background: rgba(211, 218, 235, 0.6);
31178
- border-color: #ccd4e3;
31179
- opacity: 0.5;
31141
+ .i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31142
+ .i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31143
+ color: rgba(44, 56, 82, 0.6);
31180
31144
  }
31181
- .rcc63c8.ant-radio-button-wrapper-disabled:hover {
31182
- color: #00122e;
31183
- border-color: #ccd4e3;
31145
+ .i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31146
+ padding: 8px 16px;
31147
+ line-height: 22px;
31184
31148
  }
31185
- .rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31186
- color: #00122e;
31187
- border-color: #ccd4e3;
31188
- background: rgba(172, 186, 211, 0.6);
31149
+ .i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31150
+ padding: 2px 8px;
31151
+ line-height: 18px;
31189
31152
  }
31190
- .rcc63c8 .ant-radio-button-input {
31191
- margin-right: 8px;
31192
- display: inline;
31193
- border: none;
31194
- padding: 0;
31195
- width: 36px;
31196
- background: transparent;
31153
+ .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31154
+ border-color: rgba(107, 128, 167, 0.6);
31155
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31197
31156
  }
31198
- .rcc63c8 .ant-radio-button-input:focus {
31199
- box-shadow: none;
31157
+ .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31158
+ border-color: #0096ff;
31159
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31200
31160
  }
31201
- .rcc63c8 .ant-radio-button-input.ant-input-number {
31202
- margin-right: 0;
31203
- width: initial;
31204
- box-shadow: none;
31161
+ .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31162
+ border-color: #e75a3a;
31205
31163
  }
31206
- .rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31207
- display: none;
31164
+ .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31165
+ color: #e75a3a;
31208
31166
  }
31209
- .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31210
- display: inline;
31167
+ .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31168
+ border-color: #e75a3a;
31169
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31211
31170
  }
31212
- .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31213
- display: inline;
31214
- margin-right: 8px;
31215
- padding: 0;
31216
- width: 36px;
31171
+ .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31172
+ border-color: #e75a3a;
31173
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31217
31174
  }
31218
-
31219
- .t1m2x205 .ant-tooltip-arrow {
31220
- display: none;
31175
+ .i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31176
+ background: rgba(211, 218, 235, 0.6);
31177
+ color: rgba(0, 21, 64, 0.3);
31178
+ border-color: rgba(172, 186, 211, 0.6);
31221
31179
  }
31222
- .t1m2x205 .ant-tooltip-inner {
31223
- background: rgba(23, 38, 64, 0.8);
31224
- border-radius: 4px;
31180
+ textarea.i74cfyt.ant-input {
31181
+ transition-property: height;
31182
+ transition-delay: 50ms;
31225
31183
  }
31226
-
31227
- .dsnbhzf {
31228
- font-family: Inter;
31229
- font-style: normal;
31230
- font-weight: bold;
31231
- font-size: 32px;
31232
- line-height: 40px;
31184
+ textarea.i74cfyt.ant-input.textarea-large {
31185
+ min-height: 40px;
31186
+ height: 40px;
31233
31187
  }
31234
-
31235
- .d1mvo22k {
31236
- font-family: Inter;
31237
- font-style: normal;
31238
- font-weight: bold;
31239
- font-size: 24px;
31240
- line-height: 32px;
31188
+ textarea.i74cfyt.ant-input.textarea-large:focus {
31189
+ height: 80px;
31190
+ }
31191
+ textarea.i74cfyt.ant-input.textarea-middle {
31192
+ min-height: 32px;
31193
+ height: 32px;
31194
+ }
31195
+ textarea.i74cfyt.ant-input.textarea-middle:focus {
31196
+ height: 64px;
31197
+ }
31198
+ textarea.i74cfyt.ant-input.textarea-small {
31199
+ min-height: 24px;
31200
+ height: 24px;
31201
+ }
31202
+ textarea.i74cfyt.ant-input.textarea-small:focus {
31203
+ height: 40px;
31241
31204
  }
31242
31205
 
31243
- .d1b444tr {
31244
- font-family: Inter;
31245
- font-style: normal;
31246
- font-weight: normal;
31247
- font-size: 32px;
31248
- line-height: 40px;
31206
+ .k1ci6977 input, .k1ci6977.input-tags {
31207
+ border: 1px solid rgba(213, 219, 227, 0.6);
31208
+ border-radius: 4px;
31209
+ }
31210
+ .k1ci6977.input-tags {
31211
+ position: relative;
31212
+ padding: 6px;
31213
+ height: 32px;
31214
+ cursor: pointer;
31215
+ transition: border 150ms;
31216
+ }
31217
+ .k1ci6977.input-tags:hover {
31218
+ border-color: #0080ff;
31219
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31220
+ }
31221
+ .k1ci6977.input-tags.kit-input-suffix-wrapper {
31222
+ padding-right: 30px;
31223
+ }
31224
+ .k1ci6977.input-tags .input-tags-inner {
31225
+ display: flex;
31226
+ }
31227
+ .k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31228
+ display: flex;
31229
+ }
31230
+ .k1ci6977.input-tags .input-tag-suffix {
31231
+ position: absolute;
31232
+ right: 12px;
31233
+ top: 50%;
31234
+ transform: translateY(-50%);
31235
+ }
31236
+ .k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31237
+ color: rgba(0, 0, 0, 0.25);
31238
+ font-size: 12px;
31239
+ cursor: pointer;
31240
+ }
31241
+ .k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31242
+ color: rgba(0, 0, 0, 0.45);
31243
+ }
31244
+ .k1ci6977.has-focus-indicator {
31245
+ position: relative;
31246
+ overflow: hidden;
31247
+ }
31248
+ .k1ci6977.has-focus-indicator .ant-input-prefix {
31249
+ position: absolute;
31250
+ top: 50%;
31251
+ transform: translateY(-50%);
31252
+ left: -16px;
31253
+ transition: left 150ms ease;
31254
+ opacity: 0;
31255
+ }
31256
+ .k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31257
+ left: 8px;
31258
+ opacity: 1;
31259
+ }
31260
+ .k1ci6977.has-focus-indicator input {
31261
+ transition: margin-left 150ms ease;
31262
+ margin-left: 0px;
31263
+ }
31264
+ .k1ci6977.has-focus-indicator input:focus {
31265
+ margin-left: 16px;
31249
31266
  }
31250
31267
 
31251
- .dvs0kue {
31252
- font-family: Inter;
31253
- font-style: normal;
31254
- font-weight: bold;
31255
- font-size: 20px;
31256
- line-height: 24px;
31268
+ input.l1f7td1d.ant-input {
31269
+ border-top-right-radius: 0;
31270
+ border-bottom-right-radius: 0;
31257
31271
  }
31258
31272
 
31259
- .d1hcbfcq {
31260
- font-family: Inter;
31261
- font-style: normal;
31262
- font-weight: normal;
31263
- font-size: 20px;
31264
- line-height: 24px;
31273
+ .l1f7td1d.ant-input-affix-wrapper {
31274
+ border-top-right-radius: 0;
31275
+ border-bottom-right-radius: 0;
31265
31276
  }
31266
31277
 
31267
- .d1cz922v {
31268
- font-family: Inter;
31269
- font-style: normal;
31270
- font-weight: bold;
31271
- font-size: 18px;
31272
- line-height: 22px;
31278
+ input.rf8rlle.ant-input {
31279
+ border-top-left-radius: 0;
31280
+ border-bottom-left-radius: 0;
31273
31281
  }
31274
31282
 
31275
- .d3nzbrm {
31276
- font-family: Inter;
31277
- font-style: normal;
31278
- font-weight: normal;
31279
- font-size: 18px;
31280
- line-height: 22px;
31283
+ .rf8rlle.ant-input-affix-wrapper {
31284
+ border-top-left-radius: 0;
31285
+ border-bottom-left-radius: 0;
31281
31286
  }
31282
31287
 
31283
- .h1g0p5ob {
31284
- font-family: Inter;
31285
- font-style: normal;
31286
- font-weight: bold;
31287
- font-size: 16px;
31288
- line-height: 22px;
31288
+ .llt2k48.ant-select, .llt2k48.ant-select .ant-select-selector {
31289
+ border-top-right-radius: 0;
31290
+ border-bottom-right-radius: 0;
31289
31291
  }
31290
31292
 
31291
- .hydo2ej {
31292
- font-family: Inter;
31293
- font-style: normal;
31294
- font-weight: normal;
31295
- font-size: 16px;
31296
- line-height: 22px;
31293
+ .rdwz7eh.ant-select, .rdwz7eh.ant-select .ant-select-selector {
31294
+ border-top-left-radius: 0;
31295
+ border-bottom-left-radius: 0;
31297
31296
  }
31298
31297
 
31299
- .h1hbuq0r {
31300
- font-family: Inter;
31301
- font-style: normal;
31302
- font-weight: bold;
31303
- font-size: 14px;
31304
- line-height: 20px;
31298
+ .c3ni091 {
31299
+ display: flex;
31300
+ flex-direction: column;
31301
+ }
31302
+ .c3ni091 .select-wrapper {
31303
+ margin-top: 12px;
31304
+ }
31305
+ .c3ni091 .select-wrapper .select {
31306
+ width: 100%;
31307
+ }
31308
+ .c3ni091 .radio-wrapper {
31309
+ margin-top: 24px;
31310
+ }
31311
+ .c3ni091 div.form-item {
31312
+ width: 100%;
31305
31313
  }
31306
31314
 
31307
- .h13bondg {
31308
- font-family: Inter;
31309
- font-style: normal;
31310
- font-weight: normal;
31315
+ .d105ju2d {
31311
31316
  font-size: 14px;
31312
- line-height: 20px;
31317
+ font-weight: 500;
31318
+ color: #3e4652;
31319
+ line-height: 18px;
31320
+ }
31321
+ .d105ju2d + .d105ju2d {
31322
+ margin-top: 16px;
31323
+ }
31324
+ .d105ju2d + * {
31325
+ margin-top: 16px;
31313
31326
  }
31314
31327
 
31315
- .h1mhvdlx {
31316
- font-family: Inter;
31317
- font-style: normal;
31318
- font-weight: bold;
31328
+ .lh0l62z.d105ju2d {
31319
31329
  font-size: 12px;
31320
- line-height: 18px;
31330
+ color: rgba(44, 56, 82, 0.6);
31331
+ margin-top: 12px;
31321
31332
  }
31322
31333
 
31323
- .h1inmfq6 {
31324
- font-family: Inter;
31325
- font-style: normal;
31326
- font-weight: normal;
31327
- font-size: 12px;
31334
+ .r1o4v2oc.lh0l62z.d105ju2d {
31328
31335
  line-height: 18px;
31336
+ font-weight: 500;
31337
+ margin-top: 0;
31338
+ white-space: initial;
31329
31339
  }
31330
31340
 
31331
- .h1kfc0la {
31332
- font-family: Inter;
31333
- font-style: normal;
31334
- font-weight: bold;
31335
- text-transform: uppercase;
31336
- font-feature-settings: "cpsp" on;
31337
- font-size: 12px;
31338
- line-height: 18px;
31341
+ .r1skkc3l {
31342
+ display: block;
31343
+ }
31344
+ .r1skkc3l span {
31345
+ font-size: 14px;
31346
+ font-weight: 500;
31347
+ line-height: 32px;
31348
+ color: #3e4652;
31339
31349
  }
31340
31350
 
31341
- .h10xnyuu {
31342
- font-family: Inter;
31343
- font-style: normal;
31344
- font-weight: normal;
31345
- text-transform: uppercase;
31346
- font-feature-settings: "cpsp" on;
31351
+ .c3cobmo {
31352
+ margin-top: 16px;
31353
+ padding: 8px;
31354
+ border-radius: 6px;
31355
+ background: rgba(225, 230, 241, 0.6);
31356
+ color: rgba(44, 56, 82, 0.6);
31347
31357
  font-size: 12px;
31348
- line-height: 18px;
31349
31358
  }
31350
-
31351
- .lrcmi0v {
31352
- font-family: Inter;
31353
- font-style: normal;
31354
- font-weight: normal;
31355
- font-size: 16px;
31356
- line-height: 24px;
31359
+ .c3cobmo div {
31360
+ line-height: 20px;
31361
+ display: flex;
31362
+ align-items: center;
31363
+ word-break: break-all;
31357
31364
  }
31358
-
31359
- .lzt43lp {
31360
- font-family: Inter;
31361
- font-style: normal;
31362
- font-weight: bold;
31363
- font-size: 16px;
31364
- line-height: 24px;
31365
+ .c3cobmo .title {
31366
+ font-weight: 700;
31367
+ line-height: 18px;
31368
+ margin: 4px 0;
31365
31369
  }
31366
31370
 
31367
- .l5yc9nt {
31371
+ .rapgekc.ant-radio-wrapper {
31372
+ display: inline-flex;
31373
+ align-items: baseline;
31374
+ white-space: pre-wrap;
31375
+ }
31376
+ .rapgekc.ant-radio-wrapper .ant-radio {
31377
+ position: relative;
31378
+ top: 3px;
31379
+ }
31380
+ .rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31381
+ border-color: rgba(107, 128, 167, 0.6);
31382
+ }
31383
+ .rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31384
+ border-color: #0080ff;
31385
+ }
31386
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31387
+ border-color: #0080ff;
31388
+ background: #0080ff;
31389
+ }
31390
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31391
+ top: 4px;
31392
+ left: 4px;
31393
+ width: 6px;
31394
+ height: 6px;
31395
+ background: #fff;
31396
+ }
31397
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31398
+ opacity: 0.5;
31399
+ }
31400
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31401
+ border-color: rgba(107, 128, 167, 0.6);
31402
+ background: rgba(211, 218, 235, 0.6);
31403
+ }
31404
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31405
+ background: #00122e;
31406
+ }
31407
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31408
+ color: #00122e;
31409
+ opacity: 0.5;
31410
+ }
31411
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31412
+ color: #00122e;
31413
+ }
31414
+ .rapgekc.ant-radio-wrapper .ant-radio + span {
31415
+ display: inline-block;
31416
+ padding: 0;
31417
+ padding-left: 12px;
31418
+ }
31419
+ .rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31420
+ margin-bottom: 0;
31421
+ white-space: pre-wrap;
31422
+ color: rgba(44, 56, 82, 0.6);
31423
+ }
31424
+ .rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31425
+ padding-left: 8px;
31426
+ }
31427
+
31428
+ .rp906go .ant-radio-button-wrapper:first-child {
31429
+ border-radius: 5px 0 0 5px;
31430
+ }
31431
+ .rp906go .ant-radio-button-wrapper:last-child {
31432
+ border-radius: 0 5px 5px 0;
31433
+ }
31434
+
31435
+ .rcc63c8 {
31436
+ color: #00122e;
31437
+ border-color: #ccd4e3;
31438
+ }
31439
+ .rcc63c8:first-child {
31440
+ border-color: #a3b4cc;
31441
+ }
31442
+ .rcc63c8.ant-radio-button-wrapper {
31443
+ padding: 0 12px;
31444
+ line-height: 32px;
31445
+ height: 32px;
31446
+ }
31447
+ .rcc63c8.ant-radio-button-wrapper > span + span {
31448
+ white-space: nowrap;
31449
+ }
31450
+ .ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
31451
+ height: 22px;
31452
+ padding: 0 7px;
31453
+ line-height: 20px;
31454
+ }
31455
+ .rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
31456
+ background: #ccd4e3;
31457
+ }
31458
+ .rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
31459
+ background: #0080ff;
31460
+ }
31461
+ .rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31462
+ background: #ccd4e3;
31463
+ opacity: 0.5;
31464
+ }
31465
+ .rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31466
+ border-right-color: #0080ff;
31467
+ }
31468
+ .rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31469
+ border-color: #0080ff;
31470
+ }
31471
+ .rcc63c8.ant-radio-button-wrapper-checked {
31472
+ background: rgba(0, 136, 255, 0.1);
31473
+ }
31474
+ .rcc63c8.ant-radio-button-wrapper-disabled {
31475
+ background: rgba(211, 218, 235, 0.6);
31476
+ border-color: #ccd4e3;
31477
+ opacity: 0.5;
31478
+ }
31479
+ .rcc63c8.ant-radio-button-wrapper-disabled:hover {
31480
+ color: #00122e;
31481
+ border-color: #ccd4e3;
31482
+ }
31483
+ .rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31484
+ color: #00122e;
31485
+ border-color: #ccd4e3;
31486
+ background: rgba(172, 186, 211, 0.6);
31487
+ }
31488
+ .rcc63c8 .ant-radio-button-input {
31489
+ margin-right: 8px;
31490
+ display: inline;
31491
+ border: none;
31492
+ padding: 0;
31493
+ width: 36px;
31494
+ background: transparent;
31495
+ }
31496
+ .rcc63c8 .ant-radio-button-input:focus {
31497
+ box-shadow: none;
31498
+ }
31499
+ .rcc63c8 .ant-radio-button-input.ant-input-number {
31500
+ margin-right: 0;
31501
+ width: initial;
31502
+ box-shadow: none;
31503
+ }
31504
+ .rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31505
+ display: none;
31506
+ }
31507
+ .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31508
+ display: inline;
31509
+ }
31510
+ .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31511
+ display: inline;
31512
+ margin-right: 8px;
31513
+ padding: 0;
31514
+ width: 36px;
31515
+ }
31516
+
31517
+ .dsnbhzf {
31368
31518
  font-family: Inter;
31369
31519
  font-style: normal;
31370
- font-weight: normal;
31371
- font-size: 16px;
31372
- line-height: 24px;
31520
+ font-weight: bold;
31521
+ font-size: 32px;
31522
+ line-height: 40px;
31373
31523
  }
31374
31524
 
31375
- .l1fbkbzo {
31525
+ .d1mvo22k {
31376
31526
  font-family: Inter;
31377
31527
  font-style: normal;
31378
31528
  font-weight: bold;
31379
- font-size: 16px;
31380
- line-height: 24px;
31529
+ font-size: 24px;
31530
+ line-height: 32px;
31381
31531
  }
31382
31532
 
31383
- .lahvcax {
31533
+ .d1b444tr {
31384
31534
  font-family: Inter;
31385
31535
  font-style: normal;
31386
31536
  font-weight: normal;
31387
- text-transform: uppercase;
31388
- font-feature-settings: "cpsp" on;
31389
- font-size: 16px;
31390
- line-height: 24px;
31537
+ font-size: 32px;
31538
+ line-height: 40px;
31391
31539
  }
31392
31540
 
31393
- .l11q3pxd {
31541
+ .dvs0kue {
31394
31542
  font-family: Inter;
31395
31543
  font-style: normal;
31396
31544
  font-weight: bold;
31397
- text-transform: uppercase;
31398
- font-feature-settings: "cpsp" on;
31399
- font-size: 16px;
31545
+ font-size: 20px;
31400
31546
  line-height: 24px;
31401
31547
  }
31402
31548
 
31403
- .lfuc2qu {
31549
+ .d1hcbfcq {
31404
31550
  font-family: Inter;
31405
31551
  font-style: normal;
31406
31552
  font-weight: normal;
31407
- font-size: 14px;
31408
- line-height: 22px;
31409
- }
31410
-
31411
- .l1jmp8r0 {
31412
- font-family: Inter;
31413
- font-style: normal;
31414
- font-weight: 500;
31415
- font-size: 14px;
31416
- line-height: 22px;
31553
+ font-size: 20px;
31554
+ line-height: 24px;
31417
31555
  }
31418
31556
 
31419
- .lcnm221 {
31557
+ .d1cz922v {
31420
31558
  font-family: Inter;
31421
31559
  font-style: normal;
31422
31560
  font-weight: bold;
31423
- font-size: 14px;
31561
+ font-size: 18px;
31424
31562
  line-height: 22px;
31425
31563
  }
31426
31564
 
31427
- .lu1z2n5 {
31565
+ .d3nzbrm {
31428
31566
  font-family: Inter;
31429
31567
  font-style: normal;
31430
31568
  font-weight: normal;
31431
- font-size: 14px;
31569
+ font-size: 18px;
31432
31570
  line-height: 22px;
31433
31571
  }
31434
31572
 
31435
- .l1r59djn {
31573
+ .h1g0p5ob {
31436
31574
  font-family: Inter;
31437
31575
  font-style: normal;
31438
31576
  font-weight: bold;
31439
- font-size: 14px;
31577
+ font-size: 16px;
31440
31578
  line-height: 22px;
31441
31579
  }
31442
31580
 
31443
- .ljm2911 {
31581
+ .hydo2ej {
31444
31582
  font-family: Inter;
31445
31583
  font-style: normal;
31446
31584
  font-weight: normal;
31447
- text-transform: uppercase;
31448
- font-feature-settings: "cpsp" on;
31449
- font-size: 14px;
31585
+ font-size: 16px;
31450
31586
  line-height: 22px;
31451
31587
  }
31452
31588
 
31453
- .l124mzmr {
31589
+ .h1hbuq0r {
31454
31590
  font-family: Inter;
31455
31591
  font-style: normal;
31456
31592
  font-weight: bold;
31457
- text-transform: uppercase;
31458
- font-feature-settings: "cpsp" on;
31459
31593
  font-size: 14px;
31460
- line-height: 22px;
31461
- }
31462
-
31463
- .lb3chel {
31464
- font-family: Inter;
31465
- font-style: normal;
31466
- font-weight: normal;
31467
- font-size: 13px;
31468
31594
  line-height: 20px;
31469
31595
  }
31470
31596
 
31471
- .lv9jstu {
31597
+ .h13bondg {
31472
31598
  font-family: Inter;
31473
31599
  font-style: normal;
31474
- font-weight: 600;
31475
- font-size: 13px;
31600
+ font-weight: normal;
31601
+ font-size: 14px;
31476
31602
  line-height: 20px;
31477
31603
  }
31478
31604
 
31479
- .lwqlh3x {
31605
+ .h1mhvdlx {
31480
31606
  font-family: Inter;
31481
31607
  font-style: normal;
31482
31608
  font-weight: bold;
31483
- font-size: 13px;
31484
- line-height: 20px;
31609
+ font-size: 12px;
31610
+ line-height: 18px;
31485
31611
  }
31486
31612
 
31487
- .lalum9y {
31613
+ .h1inmfq6 {
31488
31614
  font-family: Inter;
31489
31615
  font-style: normal;
31490
31616
  font-weight: normal;
31491
- font-size: 13px;
31492
- line-height: 20px;
31493
- }
31494
-
31495
- .l1t6dj5o {
31496
- font-family: Inter;
31497
- font-style: normal;
31498
- font-weight: 600;
31499
- font-size: 13px;
31500
- line-height: 20px;
31617
+ font-size: 12px;
31618
+ line-height: 18px;
31501
31619
  }
31502
31620
 
31503
- .l12f6ic {
31621
+ .h1kfc0la {
31504
31622
  font-family: Inter;
31505
31623
  font-style: normal;
31506
31624
  font-weight: bold;
31507
- font-size: 13px;
31508
- line-height: 20px;
31625
+ text-transform: uppercase;
31626
+ font-feature-settings: "cpsp" on;
31627
+ font-size: 12px;
31628
+ line-height: 18px;
31509
31629
  }
31510
31630
 
31511
- .l7gmukq {
31631
+ .h10xnyuu {
31512
31632
  font-family: Inter;
31513
31633
  font-style: normal;
31514
31634
  font-weight: normal;
31515
31635
  text-transform: uppercase;
31516
31636
  font-feature-settings: "cpsp" on;
31517
- font-size: 13px;
31518
- line-height: 20px;
31637
+ font-size: 12px;
31638
+ line-height: 18px;
31639
+ }
31640
+
31641
+ .lrcmi0v {
31642
+ font-family: Inter;
31643
+ font-style: normal;
31644
+ font-weight: normal;
31645
+ font-size: 16px;
31646
+ line-height: 24px;
31647
+ }
31648
+
31649
+ .lzt43lp {
31650
+ font-family: Inter;
31651
+ font-style: normal;
31652
+ font-weight: bold;
31653
+ font-size: 16px;
31654
+ line-height: 24px;
31655
+ }
31656
+
31657
+ .l5yc9nt {
31658
+ font-family: Inter;
31659
+ font-style: normal;
31660
+ font-weight: normal;
31661
+ font-size: 16px;
31662
+ line-height: 24px;
31663
+ }
31664
+
31665
+ .l1fbkbzo {
31666
+ font-family: Inter;
31667
+ font-style: normal;
31668
+ font-weight: bold;
31669
+ font-size: 16px;
31670
+ line-height: 24px;
31671
+ }
31672
+
31673
+ .lahvcax {
31674
+ font-family: Inter;
31675
+ font-style: normal;
31676
+ font-weight: normal;
31677
+ text-transform: uppercase;
31678
+ font-feature-settings: "cpsp" on;
31679
+ font-size: 16px;
31680
+ line-height: 24px;
31681
+ }
31682
+
31683
+ .l11q3pxd {
31684
+ font-family: Inter;
31685
+ font-style: normal;
31686
+ font-weight: bold;
31687
+ text-transform: uppercase;
31688
+ font-feature-settings: "cpsp" on;
31689
+ font-size: 16px;
31690
+ line-height: 24px;
31691
+ }
31692
+
31693
+ .lfuc2qu {
31694
+ font-family: Inter;
31695
+ font-style: normal;
31696
+ font-weight: normal;
31697
+ font-size: 14px;
31698
+ line-height: 22px;
31699
+ }
31700
+
31701
+ .l1jmp8r0 {
31702
+ font-family: Inter;
31703
+ font-style: normal;
31704
+ font-weight: 500;
31705
+ font-size: 14px;
31706
+ line-height: 22px;
31707
+ }
31708
+
31709
+ .lcnm221 {
31710
+ font-family: Inter;
31711
+ font-style: normal;
31712
+ font-weight: bold;
31713
+ font-size: 14px;
31714
+ line-height: 22px;
31715
+ }
31716
+
31717
+ .lu1z2n5 {
31718
+ font-family: Inter;
31719
+ font-style: normal;
31720
+ font-weight: normal;
31721
+ font-size: 14px;
31722
+ line-height: 22px;
31723
+ }
31724
+
31725
+ .l1r59djn {
31726
+ font-family: Inter;
31727
+ font-style: normal;
31728
+ font-weight: bold;
31729
+ font-size: 14px;
31730
+ line-height: 22px;
31731
+ }
31732
+
31733
+ .ljm2911 {
31734
+ font-family: Inter;
31735
+ font-style: normal;
31736
+ font-weight: normal;
31737
+ text-transform: uppercase;
31738
+ font-feature-settings: "cpsp" on;
31739
+ font-size: 14px;
31740
+ line-height: 22px;
31741
+ }
31742
+
31743
+ .l124mzmr {
31744
+ font-family: Inter;
31745
+ font-style: normal;
31746
+ font-weight: bold;
31747
+ text-transform: uppercase;
31748
+ font-feature-settings: "cpsp" on;
31749
+ font-size: 14px;
31750
+ line-height: 22px;
31751
+ }
31752
+
31753
+ .lb3chel {
31754
+ font-family: Inter;
31755
+ font-style: normal;
31756
+ font-weight: normal;
31757
+ font-size: 13px;
31758
+ line-height: 20px;
31759
+ }
31760
+
31761
+ .lv9jstu {
31762
+ font-family: Inter;
31763
+ font-style: normal;
31764
+ font-weight: 600;
31765
+ font-size: 13px;
31766
+ line-height: 20px;
31767
+ }
31768
+
31769
+ .lwqlh3x {
31770
+ font-family: Inter;
31771
+ font-style: normal;
31772
+ font-weight: bold;
31773
+ font-size: 13px;
31774
+ line-height: 20px;
31775
+ }
31776
+
31777
+ .lalum9y {
31778
+ font-family: Inter;
31779
+ font-style: normal;
31780
+ font-weight: normal;
31781
+ font-size: 13px;
31782
+ line-height: 20px;
31783
+ }
31784
+
31785
+ .l1t6dj5o {
31786
+ font-family: Inter;
31787
+ font-style: normal;
31788
+ font-weight: 600;
31789
+ font-size: 13px;
31790
+ line-height: 20px;
31791
+ }
31792
+
31793
+ .l12f6ic {
31794
+ font-family: Inter;
31795
+ font-style: normal;
31796
+ font-weight: bold;
31797
+ font-size: 13px;
31798
+ line-height: 20px;
31799
+ }
31800
+
31801
+ .l7gmukq {
31802
+ font-family: Inter;
31803
+ font-style: normal;
31804
+ font-weight: normal;
31805
+ text-transform: uppercase;
31806
+ font-feature-settings: "cpsp" on;
31807
+ font-size: 13px;
31808
+ line-height: 20px;
31519
31809
  }
31520
31810
 
31521
31811
  .lkwl0yp {
@@ -31699,367 +31989,77 @@ input.rf8rlle.ant-input {
31699
31989
  line-height: 12px;
31700
31990
  }
31701
31991
 
31702
- .tc97u5y {
31703
- height: 100%;
31704
- }
31705
-
31706
- .tfzf37v {
31707
- height: 100%;
31708
- }
31709
- .tfzf37v.empty-table .ant-table-content {
31710
- overflow: visible !important;
31711
- height: 100%;
31712
- }
31713
- .tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31714
- height: 100%;
31715
- }
31716
- .tfzf37v.empty-table .ant-table-content table {
31717
- width: 100% !important;
31718
- height: 100%;
31719
- }
31720
- .tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31721
- padding: 15px 0;
31722
- }
31723
- .tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
31724
- display: none;
31725
- }
31726
- .tfzf37v .active-row td:nth-child(1) {
31727
- font-weight: 700;
31728
- }
31729
- .tfzf37v.has-selection .active-row td:nth-child(2) {
31730
- font-weight: 700;
31731
- }
31732
- .tfzf37v .ant-spin-nested-loading {
31733
- height: 100%;
31734
- }
31735
- .tfzf37v .ant-spin-nested-loading .ant-spin-container {
31736
- height: 100%;
31737
- overflow: visible;
31738
- }
31739
- .tfzf37v .ant-spin-nested-loading .ant-spin {
31740
- max-height: none;
31741
- }
31742
- .tfzf37v.table-init-loading .ant-spin-blur thead,
31743
- .tfzf37v.table-init-loading .ant-spin-blur tbody {
31744
- display: none;
31745
- }
31746
- .tfzf37v td.ant-table-column-sort {
31747
- background: transparent;
31748
- }
31749
- .tfzf37v td.ant-table-cell-fix-left,
31750
- .tfzf37v td.ant-table-cell-fix-right {
31751
- background: #fff;
31752
- padding: 0 !important;
31753
- }
31754
- .tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
31755
- .tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
31756
- display: flex;
31757
- align-items: center;
31758
- height: 100%;
31759
- padding: 8px;
31760
- }
31761
- .tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
31762
- .tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
31763
- overflow: hidden;
31764
- text-overflow: ellipsis;
31765
- width: 100%;
31766
- }
31767
- .tfzf37v .ant-table-container {
31768
- height: 100%;
31769
- }
31770
- .tfzf37v .ant-table-container::before, .tfzf37v .ant-table-container::after {
31771
- box-shadow: none !important;
31772
- }
31773
- .tfzf37v .ant-table {
31774
- border-radius: 0px;
31775
- border-left: none;
31776
- border-right: none;
31777
- border-bottom: none;
31778
- height: 100%;
31779
- font-size: 12px;
31780
- background: transparent;
31781
- }
31782
- .tfzf37v .ant-table .ant-table-header {
31783
- position: relative;
31784
- z-index: 3;
31785
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31786
- margin-bottom: -1px;
31787
- }
31788
- .tfzf37v .ant-table .time-wrapper .date,
31789
- .tfzf37v .ant-table .value {
31790
- color: #2d3a56;
31791
- }
31792
- .tfzf37v .ant-table .time-wrapper .time,
31793
- .tfzf37v .ant-table .unit {
31794
- color: rgba(44, 56, 82, 0.6);
31795
- }
31796
- .tfzf37v .ant-table .ant-table-selection {
31797
- position: unset;
31798
- text-align: center;
31799
- }
31800
- .tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31801
- background: #fff;
31802
- }
31803
- .tfzf37v .ant-table .anticon-setting {
31804
- cursor: pointer;
31805
- position: absolute;
31806
- top: 50%;
31807
- right: 12px;
31808
- transform: translateY(-50%);
31809
- }
31810
- .tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31811
- box-shadow: none;
31812
- width: 1px;
31813
- background: rgba(213, 219, 227, 0.6);
31814
- }
31815
- .tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31816
- box-shadow: none;
31817
- width: 1px;
31818
- background: rgba(213, 219, 227, 0.6);
31819
- }
31820
- .tfzf37v .ant-table .ant-table-tbody {
31821
- position: relative;
31822
- }
31823
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
31824
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31825
- border-bottom: 1px solid white;
31826
- height: 40px;
31827
- vertical-align: middle;
31828
- transition: background 0ms;
31829
- color: #00122e;
31830
- }
31831
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31832
- background: #f2f5fa;
31833
- border-bottom-color: #f2f5fa;
31834
- }
31835
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31836
- height: auto;
31837
- color: #00122e;
31838
- font-size: 12px;
31839
- text-align: left;
31840
- transition: none;
31841
- overflow: hidden;
31842
- text-overflow: ellipsis;
31843
- white-space: nowrap;
31844
- }
31845
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31846
- color: #0096ff;
31847
- }
31848
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31849
- overflow: hidden;
31850
- text-overflow: ellipsis;
31851
- width: 100%;
31852
- vertical-align: middle;
31853
- }
31854
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31855
- line-height: 0px;
31856
- }
31857
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
31858
- padding-right: 25px;
31859
- }
31860
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31861
- border-top-color: transparent;
31862
- }
31863
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
31864
- background: rgba(225, 230, 241, 0.6);
31865
- border-color: transparent transparent white;
31866
- }
31867
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31868
- border-radius: 8px 0 0 8px;
31869
- }
31870
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31871
- border-radius: 8px 0 0 8px;
31872
- }
31873
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31874
- content: "";
31875
- width: 4px;
31876
- top: -1px;
31877
- bottom: -1px;
31878
- background: white;
31879
- }
31880
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31881
- border-radius: 0 8px 8px 0;
31882
- }
31883
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31884
- border-radius: 0;
31885
- background: white;
31886
- border-top: none;
31887
- }
31888
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31889
- border-top: 1px solid transparent;
31890
- border-radius: 0 8px 8px 0;
31891
- background: rgba(225, 230, 241, 0.6);
31892
- }
31893
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31894
- background: white;
31895
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31896
- }
31897
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31898
- display: flex;
31899
- align-items: center;
31900
- height: 100%;
31901
- background: rgba(225, 230, 241, 0.6);
31902
- }
31903
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31904
- background: white;
31905
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31906
- }
31907
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31908
- display: flex;
31909
- align-items: center;
31910
- height: 100%;
31911
- background: rgba(225, 230, 241, 0.6);
31912
- }
31913
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
31914
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31915
- }
31916
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
31917
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31918
- border-radius: 8px;
31919
- }
31920
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31921
- border-top-color: white;
31922
- }
31923
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
31924
- background: rgba(0, 136, 255, 0.1);
31925
- border-bottom-color: transparent;
31926
- border-top-color: transparent;
31927
- }
31928
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31929
- border-radius: 8px 0 0 8px;
31930
- }
31931
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31932
- border-radius: 0 8px 8px 0;
31933
- }
31934
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31935
- background: rgba(0, 136, 255, 0.1);
31936
- }
31937
- .tfzf37v .ant-table .ant-table-thead > tr > th {
31938
- background: #fff;
31939
- font-weight: 400;
31940
- position: relative;
31941
- border-bottom: none;
31942
- color: #00122e;
31943
- transition: none;
31944
- padding: 15px 8px 15px 8px;
31945
- }
31946
- .tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31947
- content: "";
31948
- width: 1px;
31949
- top: 0;
31950
- bottom: 0;
31951
- background: rgba(211, 218, 235, 0.6);
31952
- position: absolute;
31953
- right: 0;
31954
- }
31955
- .tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
31956
- padding: unset;
31957
- }
31958
- .tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
31959
- display: none;
31960
- }
31961
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31962
- width: 100%;
31963
- overflow: hidden;
31964
- white-space: nowrap;
31965
- text-overflow: ellipsis;
31966
- }
31967
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31968
- overflow: hidden;
31969
- text-overflow: ellipsis;
31970
- flex: 1;
31971
- }
31972
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31973
- padding: 15px 25px 15px 8px;
31974
- }
31975
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31976
- padding: 0;
31977
- }
31978
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31979
- position: absolute;
31980
- right: 6px;
31981
- top: 50%;
31982
- transform: translateY(-50%);
31983
- height: 16px;
31984
- display: none;
31985
- transition: transform 320ms ease;
31986
- }
31987
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31988
- display: block;
31989
- transform: translateY(-50%) rotateX(180deg);
31990
- }
31991
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31992
- display: block;
31993
- }
31994
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31995
- display: none;
31996
- }
31997
- .tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31998
- transform: translateY(-50%);
31999
- }
32000
- .tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
32001
- transform: translateY(-50%) rotateX(180deg);
32002
- }
32003
- .tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
32004
- background: #f2f5fa;
31992
+ .skwah65 {
31993
+ height: 8px;
31994
+ box-sizing: border-box;
31995
+ border-radius: 2px;
31996
+ background: #f5f7fa;
31997
+ display: flex;
31998
+ width: 100%;
31999
+ overflow: hidden;
32005
32000
  }
32006
- .tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
32007
- display: block;
32001
+ .skwah65 .stack-bar-item + .stack-bar-item {
32002
+ margin-left: 1px;
32008
32003
  }
32009
- .tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
32010
- padding-right: 25px;
32004
+
32005
+ .s1ebs0ra {
32006
+ display: flex;
32007
+ align-items: center;
32008
+ justify-content: space-between;
32009
+ background: #edf0f7;
32010
+ padding: 8px 12px;
32011
+ position: sticky;
32012
+ top: 0;
32013
+ z-index: 1;
32014
+ margin-bottom: -52px;
32011
32015
  }
32012
- .tfzf37v .ant-table .ant-table-selection-column {
32013
- padding: 0 !important;
32016
+ .s1ebs0ra .select-total {
32017
+ display: flex;
32018
+ align-items: center;
32019
+ font-weight: 700;
32020
+ flex-shrink: 0;
32014
32021
  }
32015
- .tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
32016
- position: absolute;
32017
- left: 50%;
32018
- top: 50%;
32019
- transform: translate(-50%, -50%);
32022
+ .s1ebs0ra .select-total .icon-wrapper {
32023
+ cursor: pointer;
32024
+ margin-left: 8px;
32025
+ width: 32px;
32026
+ height: 32px;
32027
+ border-radius: 50%;
32028
+ justify-content: center;
32020
32029
  }
32021
- .tfzf37v .ant-table .ant-table-selection-column:after {
32022
- display: none;
32030
+ .s1ebs0ra .select-total .icon-wrapper:hover {
32031
+ background: rgba(225, 230, 241, 0.6);
32023
32032
  }
32024
- .tfzf37v .ant-table .ant-table-hide-scrollbar {
32025
- background: #fff;
32033
+ .s1ebs0ra .action-group {
32034
+ flex: 1;
32035
+ margin-left: 88px;
32036
+ white-space: nowrap;
32037
+ text-align: right;
32038
+ position: relative;
32039
+ padding: 4px 0;
32040
+ margin-top: -4px;
32041
+ overflow: hidden;
32026
32042
  }
32027
- .tfzf37v .ant-table .ant-table-placeholder {
32028
- background: inherit;
32043
+ .s1ebs0ra .action-group .sub-menu-delete {
32044
+ transform: translateY(-4px);
32029
32045
  }
32030
- .tfzf37v .ant-table .ant-table-placeholder td {
32031
- position: static;
32046
+ .s1ebs0ra .action-group button {
32032
32047
  border: none;
32033
- background: inherit !important;
32034
- height: 100px;
32035
- vertical-align: middle;
32036
- }
32037
- .tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
32038
- .tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
32039
- font-weight: bold;
32040
- font-size: 20px;
32041
- color: rgba(10, 37, 85, 0.6);
32042
32048
  }
32043
- .tfzf37v .ant-table td.cell__action_ {
32044
- padding: 0 !important;
32045
- position: relative;
32046
- background: #fff;
32049
+ .s1ebs0ra .action-group > *:not(:last-child) {
32050
+ margin-right: 8px;
32047
32051
  }
32048
- .tfzf37v .ant-table td.cell__action_ > * {
32049
- height: 100%;
32050
- display: flex;
32051
- align-items: center;
32052
- justify-content: flex-end;
32053
- padding-right: 8px;
32052
+ .s1ebs0ra .action-group > button:last-child {
32053
+ margin-right: 4px;
32054
32054
  }
32055
- .tfzf37v .ant-table td.cell__action_ .menu-button {
32056
- width: 24px;
32057
- height: 24px;
32055
+ .s1ebs0ra .action-group .more-btn {
32058
32056
  cursor: pointer;
32057
+ width: 32px;
32058
+ height: 32px;
32059
32059
  justify-content: center;
32060
- border-radius: 4px;
32060
+ border-radius: 50%;
32061
32061
  }
32062
- .tfzf37v .ant-table td.cell__action_ .menu-button:hover {
32062
+ .s1ebs0ra .action-group .more-btn:hover {
32063
32063
  background: #fff;
32064
32064
  }
32065
32065
 
@@ -32194,219 +32194,71 @@ input.rf8rlle.ant-input {
32194
32194
  }
32195
32195
  .wpbf4pq .month-day-option {
32196
32196
  width: 32px;
32197
- padding: 0;
32198
- margin-bottom: 8px;
32199
- }
32200
- .wpbf4pq .month-day-option.active {
32201
- background-color: #0096ff;
32202
- border-color: #0096ff;
32203
- color: #fff;
32204
- }
32205
-
32206
- .berrcjl {
32207
- color: rgba(10, 37, 85, 0.6);
32208
- margin-bottom: 4px;
32209
- }
32210
- .berrcjl .breadcrumb-link {
32211
- color: rgba(10, 37, 85, 0.6);
32212
- cursor: pointer;
32213
- transition: color 160ms ease;
32214
- }
32215
- .berrcjl .breadcrumb-link:hover {
32216
- color: #0080ff;
32217
- }
32218
- .berrcjl .breadcrumb-link:active {
32219
- color: #005ed1;
32220
- }
32221
-
32222
- .c18gxmrl {
32223
- border: 1px solid #d8deeb;
32224
- border-radius: 4px;
32225
- }
32226
- .c18gxmrl + .c18gxmrl {
32227
- margin-top: 8px;
32228
- }
32229
- .c18gxmrl:hover {
32230
- border-color: #0080ff;
32231
- }
32232
- .c18gxmrl:hover > header {
32233
- background: rgba(0, 128, 255, 0.1);
32234
- }
32235
- .c18gxmrl.active header {
32236
- border-bottom: 1px solid #d8deeb;
32237
- }
32238
- .c18gxmrl > header {
32239
- padding: 8px 12px;
32240
- }
32241
-
32242
- .n12mqh7z {
32243
- display: flex;
32244
- align-items: center;
32245
- font-size: 12px;
32246
- line-height: 18px;
32247
- }
32248
- .n12mqh7z:not(:last-child) {
32249
- margin-bottom: 4px;
32250
- }
32251
-
32252
- .tf5bynu {
32253
- margin: 0 3px;
32254
- }
32255
-
32256
- .tcckoz1 {
32257
- max-height: 400px;
32258
- overflow: "auto";
32259
- }
32260
-
32261
- .c1uzzomf {
32262
- margin-bottom: 16px;
32263
- }
32264
- .c1uzzomf .card-title {
32265
- font-size: 16px;
32266
- color: rgba(44, 56, 82, 0.6);
32267
- font-weight: 700;
32268
- line-height: 32px;
32269
- }
32270
- .c1uzzomf .card-body {
32271
- padding: 24px;
32272
- border-radius: 8px;
32273
- background: #fff;
32274
- }
32275
- .c1uzzomf .empty {
32276
- font-weight: 700;
32277
- font-size: 14px;
32278
- line-height: 22px;
32279
- color: rgba(0, 21, 64, 0.3);
32280
- text-align: center;
32281
- }
32282
-
32283
- .gmyahx3 {
32284
- cursor: pointer;
32285
- }
32286
- .gmyahx3 .link-text {
32287
- color: rgba(0, 21, 64, 0.3);
32288
- }
32289
- .gmyahx3:hover .link-text {
32290
- color: #0080ff;
32291
- }
32292
-
32293
- .d1bw7c5z {
32294
- position: relative;
32295
- max-width: 388px;
32296
- min-width: 245px;
32297
- }
32298
- .d1bw7c5z .center {
32299
- position: absolute;
32300
- font-size: 12px;
32301
- width: 80px;
32302
- height: 92px;
32303
- top: 12px;
32304
- left: 39px;
32305
- display: flex;
32306
- flex-direction: column;
32307
- justify-content: center;
32308
- align-items: center;
32309
- color: #00122e;
32310
- }
32311
- .d1bw7c5z .center .number {
32312
- font-size: 24px;
32313
- font-weight: 700;
32314
- }
32315
- .d1bw7c5z .center .text {
32316
- padding: 0 5px;
32317
- font-size: 12px;
32318
- width: inherit;
32319
- }
32320
- .d1bw7c5z .recharts-wrapper {
32321
- display: flex;
32322
- }
32323
- .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32324
- position: relative !important;
32325
- width: calc(100% - 148px) !important;
32326
- left: 0 !important;
32327
- bottom: 0 !important;
32328
- display: flex;
32329
- align-items: center;
32330
- }
32331
- .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32332
- width: 100%;
32333
- }
32334
- .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32335
- width: 100%;
32336
- margin-right: 0 !important;
32337
- line-height: 18px;
32338
- }
32339
- .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32340
- border-radius: 2px;
32341
- }
32342
- .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32343
- min-width: 75px;
32344
- width: calc(100% - 20px);
32345
- margin-left: 2px;
32346
- color: #00122e !important;
32347
- display: inline-flex;
32348
- justify-content: space-between;
32349
- }
32350
- .d1bw7c5z .tooltip-text {
32351
- maxwidth: calc(100% - 12px);
32352
- cursor: pointer;
32353
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32354
- overflow: hidden;
32355
- text-overflow: ellipsis;
32356
- white-space: nowrap;
32197
+ padding: 0;
32198
+ margin-bottom: 8px;
32357
32199
  }
32358
- .d1bw7c5z .value {
32359
- color: rgba(44, 56, 82, 0.75);
32200
+ .wpbf4pq .month-day-option.active {
32201
+ background-color: #0096ff;
32202
+ border-color: #0096ff;
32203
+ color: #fff;
32360
32204
  }
32361
32205
 
32362
- .t10pqbtc {
32363
- width: 140px;
32206
+ .c1uzzomf {
32207
+ margin-bottom: 16px;
32364
32208
  }
32365
- .t10pqbtc .item {
32366
- margin: 6px auto;
32367
- display: flex;
32368
- justify-content: space-between;
32209
+ .c1uzzomf .card-title {
32210
+ font-size: 16px;
32211
+ color: rgba(44, 56, 82, 0.6);
32212
+ font-weight: 700;
32213
+ line-height: 32px;
32369
32214
  }
32370
- .t10pqbtc .item .name {
32371
- width: 102px;
32215
+ .c1uzzomf .card-body {
32216
+ padding: 24px;
32217
+ border-radius: 8px;
32218
+ background: #fff;
32372
32219
  }
32373
-
32374
- .s11wux3h .ant-segmented-item:not(:last-child) {
32375
- margin-right: 2px;
32220
+ .c1uzzomf .empty {
32221
+ font-weight: 700;
32222
+ font-size: 14px;
32223
+ line-height: 22px;
32224
+ color: rgba(0, 21, 64, 0.3);
32225
+ text-align: center;
32376
32226
  }
32377
32227
 
32378
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32379
- padding-left: 8px;
32380
- padding-right: 8px;
32381
- }
32382
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32383
- border-radius: 4px;
32384
- }
32385
- .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32228
+ .c18gxmrl {
32229
+ border: 1px solid #d8deeb;
32386
32230
  border-radius: 4px;
32387
32231
  }
32388
-
32389
- .ma64lna .ant-segmented-item-label {
32390
- padding-left: 12px;
32391
- padding-right: 12px;
32232
+ .c18gxmrl + .c18gxmrl {
32233
+ margin-top: 8px;
32392
32234
  }
32393
-
32394
- .ckld275 {
32395
- background-color: rgba(225, 230, 241, 0.6);
32235
+ .c18gxmrl:hover {
32236
+ border-color: #0080ff;
32396
32237
  }
32397
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32398
- background-color: rgba(255, 255, 255, 0.6);
32399
- color: rgba(44, 56, 82, 0.75);
32238
+ .c18gxmrl:hover > header {
32239
+ background: rgba(0, 128, 255, 0.1);
32400
32240
  }
32401
- .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32402
- background-color: transparent;
32241
+ .c18gxmrl.active header {
32242
+ border-bottom: 1px solid #d8deeb;
32403
32243
  }
32404
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32405
- background-color: transparent;
32244
+ .c18gxmrl > header {
32245
+ padding: 8px 12px;
32406
32246
  }
32407
32247
 
32408
- .tqjc4ui {
32409
- margin: 0 2px;
32248
+ .berrcjl {
32249
+ color: rgba(10, 37, 85, 0.6);
32250
+ margin-bottom: 4px;
32251
+ }
32252
+ .berrcjl .breadcrumb-link {
32253
+ color: rgba(10, 37, 85, 0.6);
32254
+ cursor: pointer;
32255
+ transition: color 160ms ease;
32256
+ }
32257
+ .berrcjl .breadcrumb-link:hover {
32258
+ color: #0080ff;
32259
+ }
32260
+ .berrcjl .breadcrumb-link:active {
32261
+ color: #005ed1;
32410
32262
  }
32411
32263
 
32412
32264
  .c1bus5hc {
@@ -32449,20 +32301,14 @@ input.rf8rlle.ant-input {
32449
32301
  transform: rotate(0deg);
32450
32302
  }
32451
32303
 
32452
- .ou7iq30 {
32453
- overflow: hidden;
32454
- text-overflow: ellipsis;
32304
+ .gmyahx3 {
32305
+ cursor: pointer;
32455
32306
  }
32456
-
32457
- .s1tui002 {
32458
- white-space: nowrap;
32307
+ .gmyahx3 .link-text {
32308
+ color: rgba(0, 21, 64, 0.3);
32459
32309
  }
32460
-
32461
- .mxrc2zg {
32462
- display: -webkit-box;
32463
- -webkit-line-clamp: var(--mxrc2zg-0);
32464
- -webkit-box-orient: vertical;
32465
- word-break: break-all;
32310
+ .gmyahx3:hover .link-text {
32311
+ color: #0080ff;
32466
32312
  }
32467
32313
 
32468
32314
  .c18bcrac {
@@ -32512,6 +32358,40 @@ input.rf8rlle.ant-input {
32512
32358
  margin-right: 4px;
32513
32359
  }
32514
32360
 
32361
+ .s11wux3h .ant-segmented-item:not(:last-child) {
32362
+ margin-right: 2px;
32363
+ }
32364
+
32365
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32366
+ padding-left: 8px;
32367
+ padding-right: 8px;
32368
+ }
32369
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32370
+ border-radius: 4px;
32371
+ }
32372
+ .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32373
+ border-radius: 4px;
32374
+ }
32375
+
32376
+ .ma64lna .ant-segmented-item-label {
32377
+ padding-left: 12px;
32378
+ padding-right: 12px;
32379
+ }
32380
+
32381
+ .ckld275 {
32382
+ background-color: rgba(225, 230, 241, 0.6);
32383
+ }
32384
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32385
+ background-color: rgba(255, 255, 255, 0.6);
32386
+ color: rgba(44, 56, 82, 0.75);
32387
+ }
32388
+ .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32389
+ background-color: transparent;
32390
+ }
32391
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32392
+ background-color: transparent;
32393
+ }
32394
+
32515
32395
  .clm1wy1 {
32516
32396
  width: 192px;
32517
32397
  height: 246px;
@@ -32541,68 +32421,195 @@ input.rf8rlle.ant-input {
32541
32421
  .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32542
32422
  width: 22px;
32543
32423
  }
32544
- .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32545
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32546
- padding: 0;
32424
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32425
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32426
+ padding: 0;
32427
+ }
32428
+ .clm1wy1 .ant-picker-cell {
32429
+ color: rgba(62, 70, 82, 0.6);
32430
+ opacity: 0.4;
32431
+ }
32432
+ .clm1wy1 .ant-picker-cell-in-view {
32433
+ color: rgba(62, 70, 82, 0.6);
32434
+ opacity: 1;
32435
+ }
32436
+ .clm1wy1 .ant-picker-cell-in-view > .active {
32437
+ color: #3e4652;
32438
+ }
32439
+ .clm1wy1 .ant-picker-cell::before {
32440
+ pointer-events: none;
32441
+ }
32442
+
32443
+ .t1tsm00v {
32444
+ color: rgba(129, 138, 153, 0.6);
32445
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32446
+ backdrop-filter: blur(10px);
32447
+ padding: 7px 10px;
32448
+ }
32449
+
32450
+ .c167wnad {
32451
+ color: rgba(62, 70, 82, 0.6);
32452
+ display: flex;
32453
+ justify-content: space-between;
32454
+ align-items: center;
32455
+ padding: 8px 16px;
32456
+ }
32457
+ .c167wnad .anticon {
32458
+ cursor: pointer;
32459
+ }
32460
+ .c167wnad .anticon:hover {
32461
+ color: #0096ff;
32462
+ }
32463
+
32464
+ .cxhf7dh {
32465
+ text-align: center;
32466
+ }
32467
+ .cxhf7dh .dots {
32468
+ display: flex;
32469
+ justify-content: center;
32470
+ }
32471
+ .cxhf7dh .dot {
32472
+ display: inline-block;
32473
+ width: 2px;
32474
+ height: 2px;
32475
+ border-radius: 1px;
32476
+ background: #0096ff;
32477
+ }
32478
+ .cxhf7dh .dot:not(:last-child) {
32479
+ margin-right: 2px;
32480
+ }
32481
+ .cxhf7dh .bar {
32482
+ width: 9px;
32483
+ height: 2px;
32484
+ background: #0096ff;
32485
+ border-radius: 2px;
32486
+ }
32487
+
32488
+ .d1bw7c5z {
32489
+ position: relative;
32490
+ max-width: 388px;
32491
+ min-width: 245px;
32492
+ }
32493
+ .d1bw7c5z .center {
32494
+ position: absolute;
32495
+ font-size: 12px;
32496
+ width: 80px;
32497
+ height: 92px;
32498
+ top: 12px;
32499
+ left: 39px;
32500
+ display: flex;
32501
+ flex-direction: column;
32502
+ justify-content: center;
32503
+ align-items: center;
32504
+ color: #00122e;
32505
+ }
32506
+ .d1bw7c5z .center .number {
32507
+ font-size: 24px;
32508
+ font-weight: 700;
32509
+ }
32510
+ .d1bw7c5z .center .text {
32511
+ padding: 0 5px;
32512
+ font-size: 12px;
32513
+ width: inherit;
32514
+ }
32515
+ .d1bw7c5z .recharts-wrapper {
32516
+ display: flex;
32517
+ }
32518
+ .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32519
+ position: relative !important;
32520
+ width: calc(100% - 148px) !important;
32521
+ left: 0 !important;
32522
+ bottom: 0 !important;
32523
+ display: flex;
32524
+ align-items: center;
32525
+ }
32526
+ .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32527
+ width: 100%;
32528
+ }
32529
+ .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32530
+ width: 100%;
32531
+ margin-right: 0 !important;
32532
+ line-height: 18px;
32533
+ }
32534
+ .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32535
+ border-radius: 2px;
32536
+ }
32537
+ .d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32538
+ min-width: 75px;
32539
+ width: calc(100% - 20px);
32540
+ margin-left: 2px;
32541
+ color: #00122e !important;
32542
+ display: inline-flex;
32543
+ justify-content: space-between;
32544
+ }
32545
+ .d1bw7c5z .tooltip-text {
32546
+ maxwidth: calc(100% - 12px);
32547
+ cursor: pointer;
32548
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32549
+ overflow: hidden;
32550
+ text-overflow: ellipsis;
32551
+ white-space: nowrap;
32547
32552
  }
32548
- .clm1wy1 .ant-picker-cell {
32549
- color: rgba(62, 70, 82, 0.6);
32550
- opacity: 0.4;
32553
+ .d1bw7c5z .value {
32554
+ color: rgba(44, 56, 82, 0.75);
32551
32555
  }
32552
- .clm1wy1 .ant-picker-cell-in-view {
32553
- color: rgba(62, 70, 82, 0.6);
32554
- opacity: 1;
32556
+
32557
+ .t10pqbtc {
32558
+ width: 140px;
32555
32559
  }
32556
- .clm1wy1 .ant-picker-cell-in-view > .active {
32557
- color: #3e4652;
32560
+ .t10pqbtc .item {
32561
+ margin: 6px auto;
32562
+ display: flex;
32563
+ justify-content: space-between;
32558
32564
  }
32559
- .clm1wy1 .ant-picker-cell::before {
32560
- pointer-events: none;
32565
+ .t10pqbtc .item .name {
32566
+ width: 102px;
32561
32567
  }
32562
32568
 
32563
- .t1tsm00v {
32564
- color: rgba(129, 138, 153, 0.6);
32565
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32566
- backdrop-filter: blur(10px);
32567
- padding: 7px 10px;
32569
+ .tqjc4ui {
32570
+ margin: 0 2px;
32568
32571
  }
32569
32572
 
32570
- .c167wnad {
32571
- color: rgba(62, 70, 82, 0.6);
32573
+ .n12mqh7z {
32572
32574
  display: flex;
32573
- justify-content: space-between;
32574
32575
  align-items: center;
32575
- padding: 8px 16px;
32576
+ font-size: 12px;
32577
+ line-height: 18px;
32576
32578
  }
32577
- .c167wnad .anticon {
32578
- cursor: pointer;
32579
+ .n12mqh7z:not(:last-child) {
32580
+ margin-bottom: 4px;
32579
32581
  }
32580
- .c167wnad .anticon:hover {
32581
- color: #0096ff;
32582
+
32583
+ .tf5bynu {
32584
+ margin: 0 3px;
32582
32585
  }
32583
32586
 
32584
- .cxhf7dh {
32585
- text-align: center;
32587
+ .tcckoz1 {
32588
+ max-height: 400px;
32589
+ overflow: "auto";
32586
32590
  }
32587
- .cxhf7dh .dots {
32588
- display: flex;
32589
- justify-content: center;
32591
+
32592
+ .ou7iq30 {
32593
+ overflow: hidden;
32594
+ text-overflow: ellipsis;
32590
32595
  }
32591
- .cxhf7dh .dot {
32592
- display: inline-block;
32593
- width: 2px;
32594
- height: 2px;
32595
- border-radius: 1px;
32596
- background: #0096ff;
32596
+
32597
+ .s1tui002 {
32598
+ white-space: nowrap;
32597
32599
  }
32598
- .cxhf7dh .dot:not(:last-child) {
32599
- margin-right: 2px;
32600
+
32601
+ .mxrc2zg {
32602
+ display: -webkit-box;
32603
+ -webkit-line-clamp: var(--mxrc2zg-0);
32604
+ -webkit-box-orient: vertical;
32605
+ word-break: break-all;
32600
32606
  }
32601
- .cxhf7dh .bar {
32602
- width: 9px;
32603
- height: 2px;
32604
- background: #0096ff;
32605
- border-radius: 2px;
32607
+
32608
+ .c1yyuluq {
32609
+ border-radius: 8px;
32610
+ }
32611
+ .c1yyuluq .ant-card-body {
32612
+ padding: 20px 24px 24px 24px;
32606
32613
  }
32607
32614
 
32608
32615
  .t1sqg15u {
@@ -32695,6 +32702,27 @@ input.rf8rlle.ant-input {
32695
32702
  padding-right: 12px;
32696
32703
  }
32697
32704
 
32705
+ .s1iv0tp1 .enabled-switch {
32706
+ display: flex;
32707
+ align-items: center;
32708
+ }
32709
+ .s1iv0tp1 .enabled-text {
32710
+ margin-right: 8px;
32711
+ }
32712
+
32713
+ .m74vjol {
32714
+ display: flex;
32715
+ justify-content: space-between;
32716
+ width: 100%;
32717
+ }
32718
+ .m74vjol .action {
32719
+ margin-left: 16px;
32720
+ }
32721
+
32722
+ .a1o35uvh .ant-alert-message {
32723
+ width: 100%;
32724
+ }
32725
+
32698
32726
  .wg1tsps {
32699
32727
  display: flex;
32700
32728
  align-items: center;
@@ -32718,26 +32746,6 @@ input.rf8rlle.ant-input {
32718
32746
  color: #00122e !important;
32719
32747
  }
32720
32748
 
32721
- .m74vjol {
32722
- display: flex;
32723
- justify-content: space-between;
32724
- width: 100%;
32725
- }
32726
- .m74vjol .action {
32727
- margin-left: 16px;
32728
- }
32729
-
32730
- .a1o35uvh .ant-alert-message {
32731
- width: 100%;
32732
- }
32733
-
32734
- .c1yyuluq {
32735
- border-radius: 8px;
32736
- }
32737
- .c1yyuluq .ant-card-body {
32738
- padding: 20px 24px 24px 24px;
32739
- }
32740
-
32741
32749
  button.l48ei06 {
32742
32750
  color: #0080FF;
32743
32751
  height: unset;
@@ -32777,12 +32785,8 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32777
32785
  text-overflow: ellipsis;
32778
32786
  }
32779
32787
 
32780
- .s1iv0tp1 .enabled-switch {
32788
+ .itxley7.ant-input-group.ant-input-group-compact {
32781
32789
  display: flex;
32782
- align-items: center;
32783
- }
32784
- .s1iv0tp1 .enabled-text {
32785
- margin-right: 8px;
32786
32790
  }
32787
32791
 
32788
32792
  .ccrbeuz .ant-collapse-item {
@@ -32807,10 +32811,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32807
32811
  cursor: default;
32808
32812
  }
32809
32813
 
32810
- .itxley7.ant-input-group.ant-input-group-compact {
32811
- display: flex;
32812
- }
32813
-
32814
32814
  .t13ef470 {
32815
32815
  height: 100%;
32816
32816
  }
@@ -32929,63 +32929,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32929
32929
  display: inline-block;
32930
32930
  }
32931
32931
 
32932
- .s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
32933
- border-radius: 6px;
32934
- }
32935
- .s177mls5.ant-select.ant-select-single {
32936
- width: 100%;
32937
- color: #2d3a56;
32938
- border-color: rgba(211, 218, 235, 0.6);
32939
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32940
- font-size: 13px;
32941
- }
32942
- .s177mls5.ant-select.ant-select-single[data-size=middle] {
32943
- height: 30px;
32944
- }
32945
- .s177mls5.ant-select.ant-select-single.ant-select-lg {
32946
- height: 38px;
32947
- font-size: 13px;
32948
- }
32949
- .s177mls5.ant-select.ant-select-single .ant-select-arrow,
32950
- .s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32951
- transition: 160ms ease;
32952
- }
32953
- .s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
32954
- color: #0080ff;
32955
- }
32956
- .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32957
- border-color: rgba(107, 128, 167, 0.6);
32958
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32959
- }
32960
- .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32961
- color: #0080ff;
32962
- }
32963
- .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32964
- border-color: #0080ff;
32965
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32966
- }
32967
- .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32968
- transform: rotate(180deg);
32969
- }
32970
- .s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32971
- background: rgba(211, 218, 235, 0.6);
32972
- border-color: rgba(172, 186, 211, 0.6);
32973
- cursor: "not-allowed";
32974
- }
32975
- .s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32976
- border-color: #f0483e !important;
32977
- }
32978
- .s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32979
- color: #1d326c;
32980
- }
32981
- .s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32982
- border-color: #0080ff;
32983
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32984
- }
32985
- .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32986
- transform: rotate(180deg);
32987
- }
32988
-
32989
32932
  .s1sck0th {
32990
32933
  padding: 0 8px;
32991
32934
  border-radius: 4px;
@@ -33042,30 +32985,87 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33042
32985
  color: #1d326c;
33043
32986
  background-color: rgba(225, 230, 241, 0.6);
33044
32987
  }
33045
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33046
- color: #7E41FF;
33047
- background-color: rgba(126, 65, 255, 0.1);
32988
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32989
+ color: #7E41FF;
32990
+ background-color: rgba(126, 65, 255, 0.1);
32991
+ }
32992
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32993
+ color: #fff;
32994
+ }
32995
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32996
+ background-color: #f0483e;
32997
+ }
32998
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32999
+ background-color: #fea008;
33000
+ }
33001
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33002
+ background-color: #00ba5d;
33003
+ }
33004
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33005
+ background-color: #0080ff;
33006
+ }
33007
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33008
+ background-color: #6b7d99;
33009
+ }
33010
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33011
+ background-color: #7E41FF;
33012
+ }
33013
+
33014
+ .s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
33015
+ border-radius: 6px;
33016
+ }
33017
+ .s177mls5.ant-select.ant-select-single {
33018
+ width: 100%;
33019
+ color: #2d3a56;
33020
+ border-color: rgba(211, 218, 235, 0.6);
33021
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
33022
+ font-size: 13px;
33023
+ }
33024
+ .s177mls5.ant-select.ant-select-single[data-size=middle] {
33025
+ height: 30px;
33026
+ }
33027
+ .s177mls5.ant-select.ant-select-single.ant-select-lg {
33028
+ height: 38px;
33029
+ font-size: 13px;
33030
+ }
33031
+ .s177mls5.ant-select.ant-select-single .ant-select-arrow,
33032
+ .s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
33033
+ transition: 160ms ease;
33034
+ }
33035
+ .s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
33036
+ color: #0080ff;
33037
+ }
33038
+ .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
33039
+ border-color: rgba(107, 128, 167, 0.6);
33040
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
33041
+ }
33042
+ .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
33043
+ color: #0080ff;
33048
33044
  }
33049
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33050
- color: #fff;
33045
+ .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
33046
+ border-color: #0080ff;
33047
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33051
33048
  }
33052
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33053
- background-color: #f0483e;
33049
+ .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33050
+ transform: rotate(180deg);
33054
33051
  }
33055
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33056
- background-color: #fea008;
33052
+ .s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
33053
+ background: rgba(211, 218, 235, 0.6);
33054
+ border-color: rgba(172, 186, 211, 0.6);
33055
+ cursor: "not-allowed";
33057
33056
  }
33058
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33059
- background-color: #00ba5d;
33057
+ .s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
33058
+ border-color: #f0483e !important;
33060
33059
  }
33061
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33062
- background-color: #0080ff;
33060
+ .s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
33061
+ color: #1d326c;
33063
33062
  }
33064
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33065
- background-color: #6b7d99;
33063
+ .s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
33064
+ border-color: #0080ff;
33065
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33066
33066
  }
33067
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33068
- background-color: #7E41FF;
33067
+ .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33068
+ transform: rotate(180deg);
33069
33069
  }
33070
33070
 
33071
33071
  .h1ol2wl7 {
@@ -33956,6 +33956,19 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33956
33956
  padding: 0;
33957
33957
  }
33958
33958
 
33959
+ .suhck3k {
33960
+ height: 24px;
33961
+ width: 24px;
33962
+ border-radius: 6px;
33963
+ padding: 4px;
33964
+ }
33965
+ .suhck3k:hover {
33966
+ background-color: rgba(0, 136, 255, 0.1);
33967
+ }
33968
+ .suhck3k:hover svg path {
33969
+ fill: blue;
33970
+ }
33971
+
33959
33972
  .ryby9ds {
33960
33973
  display: flex;
33961
33974
  align-items: center;
@@ -33972,19 +33985,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33972
33985
  margin-right: 6px;
33973
33986
  }
33974
33987
 
33975
- .suhck3k {
33976
- height: 24px;
33977
- width: 24px;
33978
- border-radius: 6px;
33979
- padding: 4px;
33980
- }
33981
- .suhck3k:hover {
33982
- background-color: rgba(0, 136, 255, 0.1);
33983
- }
33984
- .suhck3k:hover svg path {
33985
- fill: blue;
33986
- }
33987
-
33988
33988
  .ckui4s7 {
33989
33989
  color: #2d3a56;
33990
33990
  line-height: 22px;
@@ -34049,6 +34049,23 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34049
34049
  margin-left: 24px;
34050
34050
  }
34051
34051
 
34052
+ .b14q2gmw {
34053
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
34054
+ }
34055
+
34056
+ .c1eym6el {
34057
+ border-radius: 8px;
34058
+ background-color: white;
34059
+ }
34060
+ .c1eym6el.hoverable {
34061
+ cursor: pointer;
34062
+ }
34063
+ .c1eym6el.hoverable:hover {
34064
+ transition: all 200ms ease;
34065
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34066
+ transform: translateY(-4px);
34067
+ }
34068
+
34052
34069
  .c1yd35n {
34053
34070
  padding: 0 12px 14px 12px;
34054
34071
  }
@@ -34088,26 +34105,212 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34088
34105
  color: #2d3a56;
34089
34106
  font-weight: 700;
34090
34107
  }
34091
- .c1kghdax .collapse-arrow {
34092
- transition: all 50ms ease-out 0ms;
34093
- margin-right: 2px;
34108
+ .c1kghdax .collapse-arrow {
34109
+ transition: all 50ms ease-out 0ms;
34110
+ margin-right: 2px;
34111
+ }
34112
+
34113
+ .t160l1cm {
34114
+ display: flex;
34115
+ flex-direction: column;
34116
+ flex: 1;
34117
+ /* FIXME:(yanzhen) do this better */
34118
+ }
34119
+ .t160l1cm .tab-bar {
34120
+ flex-shrink: 0;
34121
+ display: flex;
34122
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
34123
+ }
34124
+ .t160l1cm .tab-content {
34125
+ height: 100%;
34126
+ }
34127
+ .t160l1cm .tab-menu-item {
34128
+ margin-right: 2px;
34129
+ padding: 1px 12px;
34130
+ line-height: 24px;
34131
+ height: 24px;
34132
+ color: rgba(44, 56, 82, 0.6);
34133
+ border-radius: 4px 4px 0 0;
34134
+ cursor: pointer;
34135
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
34136
+ }
34137
+ .t160l1cm .tab-menu-item:first-child {
34138
+ padding-left: 0;
34139
+ }
34140
+ .t160l1cm .tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
34141
+ padding-left: 12px;
34142
+ }
34143
+ .t160l1cm .tab-menu-item:hover {
34144
+ color: #0080ff;
34145
+ background: rgba(211, 218, 235, 0.6);
34146
+ }
34147
+ .t160l1cm .tab-menu-item:hover .expand-arrow path {
34148
+ fill: #0080ff;
34149
+ }
34150
+ .t160l1cm .tab-menu-item:active {
34151
+ background: rgba(192, 203, 224, 0.6);
34152
+ }
34153
+ .t160l1cm .tab-menu-item.ant-dropdown-open {
34154
+ color: #0080ff;
34155
+ background: rgba(211, 218, 235, 0.6);
34156
+ }
34157
+ .t160l1cm .tab-menu-item.ant-dropdown-open:active {
34158
+ background: rgba(192, 203, 224, 0.6);
34159
+ }
34160
+ .t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
34161
+ background: rgba(0, 128, 255, 0.16);
34162
+ }
34163
+ .t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
34164
+ fill: #0080ff;
34165
+ }
34166
+ .t160l1cm .tab-menu-item.tab-menu-item-selected {
34167
+ color: #0080ff;
34168
+ background: rgba(0, 128, 255, 0.1);
34169
+ }
34170
+ .t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
34171
+ background: rgba(0, 128, 255, 0.16);
34172
+ }
34173
+ .t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
34174
+ fill: #1d326c;
34175
+ }
34176
+ .t160l1cm .tab-menu-item .expand-arrow {
34177
+ margin-left: 8px;
34178
+ height: 22px;
34179
+ }
34180
+ .t160l1cm .tab-menu-item .expand-arrow path {
34181
+ fill: rgba(44, 56, 82, 0.6);
34182
+ }
34183
+ .t160l1cm .tab-menu-item-group {
34184
+ padding: 0;
34185
+ display: flex;
34186
+ align-items: center;
34187
+ overflow: hidden;
34188
+ }
34189
+ .t160l1cm .tab-menu-item-group .main-title {
34190
+ opacity: 0;
34191
+ max-width: 0;
34192
+ transition: max-width 320ms ease, opacity 240ms ease;
34193
+ }
34194
+ .t160l1cm .tab-menu-item-group .sub-title {
34195
+ padding: 1px 12px;
34196
+ position: relative;
34197
+ display: flex;
34198
+ }
34199
+ .t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
34200
+ opacity: 0;
34201
+ position: absolute;
34202
+ top: 50%;
34203
+ left: 0;
34204
+ transform: translate(-50%, -50%);
34205
+ transition: opacity 100ms linear;
34206
+ fill: rgba(0, 128, 255, 0.2);
34207
+ }
34208
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected {
34209
+ color: #0080ff;
34210
+ }
34211
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
34212
+ padding: 1px 12px;
34213
+ display: inline-block;
34214
+ opacity: 1;
34215
+ max-width: 160px;
34216
+ }
34217
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
34218
+ padding: 1px 12px;
34219
+ color: #005ed1;
34220
+ }
34221
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34222
+ opacity: 1;
34223
+ }
34224
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
34225
+ background: rgba(0, 128, 255, 0.16);
34226
+ }
34227
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
34228
+ opacity: 0;
34229
+ }
34230
+ .t160l1cm .tab-menu-item-medium.tab-menu-item {
34231
+ padding: 4px 16px;
34232
+ height: 32px;
34233
+ border-radius: 6px 6px 0 0;
34234
+ }
34235
+ .t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
34236
+ padding-left: 0;
34237
+ }
34238
+ .t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
34239
+ padding-left: 16px;
34240
+ }
34241
+ .t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
34242
+ margin-left: 11px;
34243
+ height: 24px;
34244
+ }
34245
+ .t160l1cm .tab-menu-item-medium.tab-menu-item-group {
34246
+ padding: 0;
34247
+ }
34248
+ .t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
34249
+ padding: 4px 16px;
34250
+ }
34251
+ .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
34252
+ padding: 4px 16px;
34253
+ }
34254
+ .t160l1cm .tab-menu-item-light:hover, .t160l1cm .tab-menu-item-light:active {
34255
+ background: #fff;
34256
+ }
34257
+ .t160l1cm .tab-menu-item-light:active {
34258
+ color: #005ed1;
34259
+ }
34260
+ .t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
34261
+ background: #fff;
34262
+ color: #1d326c;
34263
+ }
34264
+ .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
34265
+ color: rgba(45, 58, 86, 0.6);
34266
+ }
34267
+ .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
34268
+ color: #1d326c;
34269
+ }
34270
+ .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34271
+ fill: #d8deeb;
34272
+ }
34273
+ .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
34274
+ fill: #1d326c;
34275
+ }
34276
+ .t160l1cm .tab-content {
34277
+ flex: 1;
34278
+ display: flex;
34279
+ flex-direction: column;
34280
+ }
34281
+ .t160l1cm.is-overview .tab-content {
34282
+ overflow: visible;
34094
34283
  }
34095
34284
 
34096
- .b14q2gmw {
34097
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
34285
+ .t14npdqr {
34286
+ max-width: 240px;
34287
+ animation: none;
34098
34288
  }
34099
-
34100
- .c1eym6el {
34101
- border-radius: 8px;
34102
- background-color: white;
34289
+ .t14npdqr.ant-dropdown .ant-dropdown-menu {
34290
+ border: 1px solid #0080ff;
34291
+ padding: 0;
34103
34292
  }
34104
- .c1eym6el.hoverable {
34105
- cursor: pointer;
34293
+ .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
34294
+ margin: 0;
34295
+ height: 32px;
34296
+ line-height: 32px;
34297
+ font-size: 13px;
34298
+ padding: 0 10px;
34299
+ display: block;
34300
+ overflow: hidden;
34301
+ text-overflow: ellipsis;
34302
+ white-space: nowrap;
34106
34303
  }
34107
- .c1eym6el.hoverable:hover {
34108
- transition: all 200ms ease;
34109
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34110
- transform: translateY(-4px);
34304
+ .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
34305
+ content: " ";
34306
+ height: 1px;
34307
+ width: calc(100% + 10px);
34308
+ background: rgba(172, 186, 211, 0.6);
34309
+ display: block;
34310
+ }
34311
+ .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
34312
+ color: #0080ff;
34313
+ background: transparent;
34111
34314
  }
34112
34315
 
34113
34316
  .w7ob4th.outside-tag {
@@ -34119,6 +34322,11 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34119
34322
  margin-right: 4px;
34120
34323
  }
34121
34324
 
34325
+ .i1g85yz3 {
34326
+ margin-right: 4px;
34327
+ height: 16px;
34328
+ }
34329
+
34122
34330
  .slr2ynn {
34123
34331
  padding: 0 8px;
34124
34332
  height: 18px;
@@ -34148,11 +34356,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34148
34356
  white-space: normal;
34149
34357
  }
34150
34358
 
34151
- .i1g85yz3 {
34152
- margin-right: 4px;
34153
- height: 16px;
34154
- }
34155
-
34156
34359
  .t1dtlqs1 {
34157
34360
  margin-bottom: 4px;
34158
34361
  color: rgba(44, 56, 82, 0.6);
@@ -34346,209 +34549,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34346
34549
  margin-right: 8px;
34347
34550
  }
34348
34551
 
34349
- .t160l1cm {
34350
- display: flex;
34351
- flex-direction: column;
34352
- flex: 1;
34353
- /* FIXME:(yanzhen) do this better */
34354
- }
34355
- .t160l1cm .tab-bar {
34356
- flex-shrink: 0;
34357
- display: flex;
34358
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
34359
- }
34360
- .t160l1cm .tab-content {
34361
- height: 100%;
34362
- }
34363
- .t160l1cm .tab-menu-item {
34364
- margin-right: 2px;
34365
- padding: 1px 12px;
34366
- line-height: 24px;
34367
- height: 24px;
34368
- color: rgba(44, 56, 82, 0.6);
34369
- border-radius: 4px 4px 0 0;
34370
- cursor: pointer;
34371
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
34372
- }
34373
- .t160l1cm .tab-menu-item:first-child {
34374
- padding-left: 0;
34375
- }
34376
- .t160l1cm .tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
34377
- padding-left: 12px;
34378
- }
34379
- .t160l1cm .tab-menu-item:hover {
34380
- color: #0080ff;
34381
- background: rgba(211, 218, 235, 0.6);
34382
- }
34383
- .t160l1cm .tab-menu-item:hover .expand-arrow path {
34384
- fill: #0080ff;
34385
- }
34386
- .t160l1cm .tab-menu-item:active {
34387
- background: rgba(192, 203, 224, 0.6);
34388
- }
34389
- .t160l1cm .tab-menu-item.ant-dropdown-open {
34390
- color: #0080ff;
34391
- background: rgba(211, 218, 235, 0.6);
34392
- }
34393
- .t160l1cm .tab-menu-item.ant-dropdown-open:active {
34394
- background: rgba(192, 203, 224, 0.6);
34395
- }
34396
- .t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
34397
- background: rgba(0, 128, 255, 0.16);
34398
- }
34399
- .t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
34400
- fill: #0080ff;
34401
- }
34402
- .t160l1cm .tab-menu-item.tab-menu-item-selected {
34403
- color: #0080ff;
34404
- background: rgba(0, 128, 255, 0.1);
34405
- }
34406
- .t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
34407
- background: rgba(0, 128, 255, 0.16);
34408
- }
34409
- .t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
34410
- fill: #1d326c;
34411
- }
34412
- .t160l1cm .tab-menu-item .expand-arrow {
34413
- margin-left: 8px;
34414
- height: 22px;
34415
- }
34416
- .t160l1cm .tab-menu-item .expand-arrow path {
34417
- fill: rgba(44, 56, 82, 0.6);
34418
- }
34419
- .t160l1cm .tab-menu-item-group {
34420
- padding: 0;
34421
- display: flex;
34422
- align-items: center;
34423
- overflow: hidden;
34424
- }
34425
- .t160l1cm .tab-menu-item-group .main-title {
34426
- opacity: 0;
34427
- max-width: 0;
34428
- transition: max-width 320ms ease, opacity 240ms ease;
34429
- }
34430
- .t160l1cm .tab-menu-item-group .sub-title {
34431
- padding: 1px 12px;
34432
- position: relative;
34433
- display: flex;
34434
- }
34435
- .t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
34436
- opacity: 0;
34437
- position: absolute;
34438
- top: 50%;
34439
- left: 0;
34440
- transform: translate(-50%, -50%);
34441
- transition: opacity 100ms linear;
34442
- fill: rgba(0, 128, 255, 0.2);
34443
- }
34444
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected {
34445
- color: #0080ff;
34446
- }
34447
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
34448
- padding: 1px 12px;
34449
- display: inline-block;
34450
- opacity: 1;
34451
- max-width: 160px;
34452
- }
34453
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
34454
- padding: 1px 12px;
34455
- color: #005ed1;
34456
- }
34457
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34458
- opacity: 1;
34459
- }
34460
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
34461
- background: rgba(0, 128, 255, 0.16);
34462
- }
34463
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
34464
- opacity: 0;
34465
- }
34466
- .t160l1cm .tab-menu-item-medium.tab-menu-item {
34467
- padding: 4px 16px;
34468
- height: 32px;
34469
- border-radius: 6px 6px 0 0;
34470
- }
34471
- .t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
34472
- padding-left: 0;
34473
- }
34474
- .t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
34475
- padding-left: 16px;
34476
- }
34477
- .t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
34478
- margin-left: 11px;
34479
- height: 24px;
34480
- }
34481
- .t160l1cm .tab-menu-item-medium.tab-menu-item-group {
34482
- padding: 0;
34483
- }
34484
- .t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
34485
- padding: 4px 16px;
34486
- }
34487
- .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
34488
- padding: 4px 16px;
34489
- }
34490
- .t160l1cm .tab-menu-item-light:hover, .t160l1cm .tab-menu-item-light:active {
34491
- background: #fff;
34492
- }
34493
- .t160l1cm .tab-menu-item-light:active {
34494
- color: #005ed1;
34495
- }
34496
- .t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
34497
- background: #fff;
34498
- color: #1d326c;
34499
- }
34500
- .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
34501
- color: rgba(45, 58, 86, 0.6);
34502
- }
34503
- .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
34504
- color: #1d326c;
34505
- }
34506
- .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34507
- fill: #d8deeb;
34508
- }
34509
- .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
34510
- fill: #1d326c;
34511
- }
34512
- .t160l1cm .tab-content {
34513
- flex: 1;
34514
- display: flex;
34515
- flex-direction: column;
34516
- }
34517
- .t160l1cm.is-overview .tab-content {
34518
- overflow: visible;
34519
- }
34520
-
34521
- .t14npdqr {
34522
- max-width: 240px;
34523
- animation: none;
34524
- }
34525
- .t14npdqr.ant-dropdown .ant-dropdown-menu {
34526
- border: 1px solid #0080ff;
34527
- padding: 0;
34528
- }
34529
- .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
34530
- margin: 0;
34531
- height: 32px;
34532
- line-height: 32px;
34533
- font-size: 13px;
34534
- padding: 0 10px;
34535
- display: block;
34536
- overflow: hidden;
34537
- text-overflow: ellipsis;
34538
- white-space: nowrap;
34539
- }
34540
- .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
34541
- content: " ";
34542
- height: 1px;
34543
- width: calc(100% + 10px);
34544
- background: rgba(172, 186, 211, 0.6);
34545
- display: block;
34546
- }
34547
- .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
34548
- color: #0080ff;
34549
- background: transparent;
34550
- }
34551
-
34552
34552
  .f7pxqmh {
34553
34553
  width: 100%;
34554
34554
  margin-bottom: 0 !important;