amis 2.9.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (631) hide show
  1. package/esm/Schema.d.ts +3 -3
  2. package/esm/compat.js +1 -1
  3. package/esm/index.d.ts +9 -0
  4. package/esm/index.js +2 -2
  5. package/esm/preset.js +1 -1
  6. package/esm/renderers/Action.d.ts +4 -4
  7. package/esm/renderers/Action.js +5 -4
  8. package/esm/renderers/Alert.d.ts +1 -1
  9. package/esm/renderers/Alert.js +1 -1
  10. package/esm/renderers/AnchorNav.d.ts +2 -2
  11. package/esm/renderers/AnchorNav.js +5 -3
  12. package/esm/renderers/App.d.ts +1 -1
  13. package/esm/renderers/App.js +3 -3
  14. package/esm/renderers/Audio.d.ts +1 -1
  15. package/esm/renderers/Audio.js +4 -2
  16. package/esm/renderers/Avatar.js +1 -1
  17. package/esm/renderers/BarCode.d.ts +1 -1
  18. package/esm/renderers/BarCode.js +1 -1
  19. package/esm/renderers/Breadcrumb.d.ts +1 -1
  20. package/esm/renderers/Breadcrumb.js +1 -1
  21. package/esm/renderers/ButtonGroup.d.ts +1 -1
  22. package/esm/renderers/ButtonGroup.js +1 -1
  23. package/esm/renderers/CRUD.d.ts +15 -2
  24. package/esm/renderers/CRUD.js +39 -10
  25. package/esm/renderers/CRUD2.d.ts +4 -2
  26. package/esm/renderers/CRUD2.js +30 -12
  27. package/esm/renderers/Calendar.js +1 -1
  28. package/esm/renderers/Card.d.ts +2 -2
  29. package/esm/renderers/Card.js +1 -1
  30. package/esm/renderers/Card2.d.ts +1 -1
  31. package/esm/renderers/Card2.js +1 -1
  32. package/esm/renderers/Cards.d.ts +4 -4
  33. package/esm/renderers/Cards.js +1 -1
  34. package/esm/renderers/Carousel.d.ts +1 -1
  35. package/esm/renderers/Carousel.js +33 -19
  36. package/esm/renderers/Chart.d.ts +1 -1
  37. package/esm/renderers/Chart.js +5 -4
  38. package/esm/renderers/Code.d.ts +1 -1
  39. package/esm/renderers/Code.js +1 -1
  40. package/esm/renderers/Collapse.d.ts +1 -1
  41. package/esm/renderers/Collapse.js +1 -1
  42. package/esm/renderers/CollapseGroup.d.ts +1 -1
  43. package/esm/renderers/CollapseGroup.js +1 -1
  44. package/esm/renderers/Color.d.ts +1 -1
  45. package/esm/renderers/Color.js +1 -1
  46. package/esm/renderers/Container.d.ts +1 -1
  47. package/esm/renderers/Container.js +1 -1
  48. package/esm/renderers/Copyable.js +1 -1
  49. package/esm/renderers/Custom.js +1 -1
  50. package/esm/renderers/Date.d.ts +1 -1
  51. package/esm/renderers/Date.js +1 -1
  52. package/esm/renderers/DateRange.js +1 -1
  53. package/esm/renderers/Dialog.d.ts +43 -45
  54. package/esm/renderers/Dialog.js +89 -73
  55. package/esm/renderers/Divider.d.ts +1 -1
  56. package/esm/renderers/Divider.js +1 -1
  57. package/esm/renderers/Drawer.d.ts +1 -1
  58. package/esm/renderers/Drawer.js +77 -63
  59. package/esm/renderers/DropDownButton.d.ts +1 -1
  60. package/esm/renderers/DropDownButton.js +3 -3
  61. package/esm/renderers/Each.d.ts +1 -1
  62. package/esm/renderers/Each.js +1 -1
  63. package/esm/renderers/Flex.d.ts +1 -1
  64. package/esm/renderers/Flex.js +1 -1
  65. package/esm/renderers/Form/ButtonGroupSelect.d.ts +3 -1
  66. package/esm/renderers/Form/ButtonGroupSelect.js +14 -5
  67. package/esm/renderers/Form/ButtonToolbar.d.ts +1 -1
  68. package/esm/renderers/Form/ButtonToolbar.js +1 -1
  69. package/esm/renderers/Form/ChainedSelect.d.ts +1 -1
  70. package/esm/renderers/Form/ChainedSelect.js +3 -3
  71. package/esm/renderers/Form/ChartRadios.d.ts +1 -1
  72. package/esm/renderers/Form/ChartRadios.js +3 -2
  73. package/esm/renderers/Form/Checkbox.d.ts +1 -1
  74. package/esm/renderers/Form/Checkbox.js +2 -2
  75. package/esm/renderers/Form/Checkboxes.d.ts +1 -1
  76. package/esm/renderers/Form/Checkboxes.js +1 -1
  77. package/esm/renderers/Form/Combo.d.ts +6 -2
  78. package/esm/renderers/Form/Combo.js +7 -7
  79. package/esm/renderers/Form/ConditionBuilder.d.ts +1 -1
  80. package/esm/renderers/Form/ConditionBuilder.js +2 -2
  81. package/esm/renderers/Form/Control.d.ts +1 -1
  82. package/esm/renderers/Form/Control.js +1 -1
  83. package/esm/renderers/Form/DiffEditor.d.ts +5 -6
  84. package/esm/renderers/Form/DiffEditor.js +4 -4
  85. package/esm/renderers/Form/Editor.d.ts +10 -9
  86. package/esm/renderers/Form/Editor.js +5 -5
  87. package/esm/renderers/Form/FieldSet.d.ts +1 -1
  88. package/esm/renderers/Form/FieldSet.js +2 -2
  89. package/esm/renderers/Form/Formula.d.ts +1 -1
  90. package/esm/renderers/Form/Formula.js +1 -1
  91. package/esm/renderers/Form/Group.d.ts +5 -1
  92. package/esm/renderers/Form/Group.js +6 -3
  93. package/esm/renderers/Form/Hidden.d.ts +1 -1
  94. package/esm/renderers/Form/Hidden.js +1 -1
  95. package/esm/renderers/Form/IconPicker.d.ts +1 -1
  96. package/esm/renderers/Form/IconPicker.js +1 -1
  97. package/esm/renderers/Form/IconPickerIcons.js +1 -1
  98. package/esm/renderers/Form/IconSelect.d.ts +1 -0
  99. package/esm/renderers/Form/IconSelect.js +24 -6
  100. package/esm/renderers/Form/IconSelectStore.js +1 -1
  101. package/esm/renderers/Form/InputArray.d.ts +1 -1
  102. package/esm/renderers/Form/InputArray.js +1 -1
  103. package/esm/renderers/Form/InputCity.d.ts +14 -40
  104. package/esm/renderers/Form/InputCity.js +1 -1
  105. package/esm/renderers/Form/InputColor.d.ts +41 -41
  106. package/esm/renderers/Form/InputColor.js +1 -1
  107. package/esm/renderers/Form/InputDate.d.ts +4 -5
  108. package/esm/renderers/Form/InputDate.js +3 -4
  109. package/esm/renderers/Form/InputDateRange.d.ts +1 -2
  110. package/esm/renderers/Form/InputDateRange.js +3 -4
  111. package/esm/renderers/Form/InputExcel.d.ts +2 -1
  112. package/esm/renderers/Form/InputExcel.js +75 -57
  113. package/esm/renderers/Form/InputFile.d.ts +1 -1
  114. package/esm/renderers/Form/InputFile.js +1 -1
  115. package/esm/renderers/Form/InputFormula.js +1 -1
  116. package/esm/renderers/Form/InputGroup.d.ts +2 -2
  117. package/esm/renderers/Form/InputGroup.js +1 -1
  118. package/esm/renderers/Form/InputImage.d.ts +9 -1
  119. package/esm/renderers/Form/InputImage.js +175 -59
  120. package/esm/renderers/Form/InputMonthRange.d.ts +1 -1
  121. package/esm/renderers/Form/InputMonthRange.js +1 -1
  122. package/esm/renderers/Form/InputNumber.d.ts +1 -2
  123. package/esm/renderers/Form/InputNumber.js +18 -27
  124. package/esm/renderers/Form/InputQuarterRange.d.ts +1 -1
  125. package/esm/renderers/Form/InputQuarterRange.js +1 -1
  126. package/esm/renderers/Form/InputRange.d.ts +1 -1
  127. package/esm/renderers/Form/InputRange.js +4 -4
  128. package/esm/renderers/Form/InputRating.d.ts +1 -1
  129. package/esm/renderers/Form/InputRating.js +2 -2
  130. package/esm/renderers/Form/InputRepeat.d.ts +1 -1
  131. package/esm/renderers/Form/InputRepeat.js +1 -1
  132. package/esm/renderers/Form/InputRichText.d.ts +1 -1
  133. package/esm/renderers/Form/InputRichText.js +1 -1
  134. package/esm/renderers/Form/InputSubForm.d.ts +1 -1
  135. package/esm/renderers/Form/InputSubForm.js +1 -1
  136. package/esm/renderers/Form/InputTable.d.ts +21 -6
  137. package/esm/renderers/Form/InputTable.js +439 -138
  138. package/esm/renderers/Form/InputTag.d.ts +1 -1
  139. package/esm/renderers/Form/InputTag.js +36 -25
  140. package/esm/renderers/Form/InputText.d.ts +1 -1
  141. package/esm/renderers/Form/InputText.js +12 -12
  142. package/esm/renderers/Form/InputTree.d.ts +5 -1
  143. package/esm/renderers/Form/InputTree.js +5 -4
  144. package/esm/renderers/Form/InputYearRange.d.ts +1 -1
  145. package/esm/renderers/Form/InputYearRange.js +1 -1
  146. package/esm/renderers/Form/JSONSchema.d.ts +1 -1
  147. package/esm/renderers/Form/JSONSchema.js +1 -1
  148. package/esm/renderers/Form/JSONSchemaEditor.d.ts +2 -2
  149. package/esm/renderers/Form/JSONSchemaEditor.js +2 -3
  150. package/esm/renderers/Form/ListSelect.d.ts +1 -1
  151. package/esm/renderers/Form/ListSelect.js +6 -7
  152. package/esm/renderers/Form/LocationPicker.d.ts +1 -1
  153. package/esm/renderers/Form/LocationPicker.js +1 -1
  154. package/esm/renderers/Form/MatrixCheckboxes.d.ts +1 -1
  155. package/esm/renderers/Form/MatrixCheckboxes.js +2 -2
  156. package/esm/renderers/Form/NestedSelect.d.ts +1 -1
  157. package/esm/renderers/Form/NestedSelect.js +6 -14
  158. package/esm/renderers/Form/Picker.d.ts +1 -1
  159. package/esm/renderers/Form/Picker.js +5 -5
  160. package/esm/renderers/Form/Radios.d.ts +1 -1
  161. package/esm/renderers/Form/Radios.js +2 -2
  162. package/esm/renderers/Form/Select.d.ts +1 -1
  163. package/esm/renderers/Form/Select.js +3 -3
  164. package/esm/renderers/Form/Static.d.ts +1 -1
  165. package/esm/renderers/Form/Static.js +1 -1
  166. package/esm/renderers/Form/StaticHoc.js +1 -1
  167. package/esm/renderers/Form/Switch.d.ts +1 -1
  168. package/esm/renderers/Form/Switch.js +2 -2
  169. package/esm/renderers/Form/TabsTransfer.d.ts +1 -1
  170. package/esm/renderers/Form/TabsTransfer.js +4 -4
  171. package/esm/renderers/Form/TabsTransferPicker.d.ts +1 -1
  172. package/esm/renderers/Form/TabsTransferPicker.js +2 -2
  173. package/esm/renderers/Form/Textarea.d.ts +1 -1
  174. package/esm/renderers/Form/Textarea.js +4 -4
  175. package/esm/renderers/Form/Transfer.d.ts +1 -1
  176. package/esm/renderers/Form/Transfer.js +9 -7
  177. package/esm/renderers/Form/TransferPicker.d.ts +1 -1
  178. package/esm/renderers/Form/TransferPicker.js +2 -2
  179. package/esm/renderers/Form/TreeSelect.d.ts +1 -1
  180. package/esm/renderers/Form/TreeSelect.js +4 -4
  181. package/esm/renderers/Form/UUID.d.ts +1 -1
  182. package/esm/renderers/Form/UUID.js +1 -1
  183. package/esm/renderers/Form/UserSelect.js +2 -2
  184. package/esm/renderers/Grid.d.ts +5 -1
  185. package/esm/renderers/Grid.js +8 -6
  186. package/esm/renderers/Grid2D.d.ts +1 -1
  187. package/esm/renderers/Grid2D.js +1 -1
  188. package/esm/renderers/GridNav.d.ts +1 -1
  189. package/esm/renderers/GridNav.js +1 -1
  190. package/esm/renderers/HBox.d.ts +1 -1
  191. package/esm/renderers/HBox.js +1 -1
  192. package/esm/renderers/IFrame.d.ts +1 -1
  193. package/esm/renderers/IFrame.js +1 -1
  194. package/esm/renderers/Icon.d.ts +1 -1
  195. package/esm/renderers/Icon.js +1 -1
  196. package/esm/renderers/Image.d.ts +50 -14
  197. package/esm/renderers/Image.js +4 -3
  198. package/esm/renderers/Images.d.ts +5 -1
  199. package/esm/renderers/Images.js +3 -3
  200. package/esm/renderers/Json.d.ts +1 -1
  201. package/esm/renderers/Json.js +1 -1
  202. package/esm/renderers/Link.d.ts +1 -1
  203. package/esm/renderers/Link.js +1 -1
  204. package/esm/renderers/List.d.ts +3 -3
  205. package/esm/renderers/List.js +2 -2
  206. package/esm/renderers/Log.d.ts +3 -2
  207. package/esm/renderers/Log.js +29 -24
  208. package/esm/renderers/Mapping.d.ts +16 -6
  209. package/esm/renderers/Mapping.js +8 -15
  210. package/esm/renderers/Markdown.d.ts +1 -1
  211. package/esm/renderers/Markdown.js +1 -1
  212. package/esm/renderers/MultilineText.js +1 -1
  213. package/esm/renderers/Nav.d.ts +4 -11
  214. package/esm/renderers/Nav.js +62 -20
  215. package/esm/renderers/Number.d.ts +1 -1
  216. package/esm/renderers/Number.js +3 -4
  217. package/esm/renderers/OfficeViewer.d.ts +2 -2
  218. package/esm/renderers/OfficeViewer.js +35 -13
  219. package/esm/renderers/Operation.d.ts +1 -1
  220. package/esm/renderers/Operation.js +1 -1
  221. package/esm/renderers/Page.d.ts +1 -1
  222. package/esm/renderers/Page.js +1 -1
  223. package/esm/renderers/Pagination.js +3 -2
  224. package/esm/renderers/PaginationWrapper.d.ts +1 -1
  225. package/esm/renderers/PaginationWrapper.js +1 -1
  226. package/esm/renderers/Panel.d.ts +1 -1
  227. package/esm/renderers/Panel.js +5 -6
  228. package/esm/renderers/Password.js +1 -1
  229. package/esm/renderers/Plain.d.ts +2 -2
  230. package/esm/renderers/Plain.js +1 -1
  231. package/esm/renderers/PopOver.js +1 -1
  232. package/esm/renderers/Portlet.d.ts +1 -1
  233. package/esm/renderers/Portlet.js +1 -1
  234. package/esm/renderers/Progress.d.ts +1 -1
  235. package/esm/renderers/Progress.js +1 -1
  236. package/esm/renderers/Property.d.ts +1 -1
  237. package/esm/renderers/Property.js +1 -1
  238. package/esm/renderers/QRCode.d.ts +1 -1
  239. package/esm/renderers/QRCode.js +1 -1
  240. package/esm/renderers/QuickEdit.js +8 -8
  241. package/esm/renderers/Remark.js +1 -1
  242. package/esm/renderers/SearchBox.d.ts +1 -1
  243. package/esm/renderers/SearchBox.js +3 -3
  244. package/esm/renderers/Service.d.ts +1 -1
  245. package/esm/renderers/Service.js +1 -1
  246. package/esm/renderers/SparkLine.js +1 -1
  247. package/esm/renderers/Spinner.js +1 -1
  248. package/esm/renderers/Status.d.ts +1 -1
  249. package/esm/renderers/Status.js +1 -1
  250. package/esm/renderers/Steps.js +1 -1
  251. package/esm/renderers/Table/ColumnToggler.d.ts +2 -2
  252. package/esm/renderers/Table/ColumnToggler.js +1 -1
  253. package/esm/renderers/Table/HeadCellFilterDropdown.js +2 -1
  254. package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
  255. package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
  256. package/esm/renderers/Table/TableBody.d.ts +4 -4
  257. package/esm/renderers/Table/TableBody.js +11 -11
  258. package/esm/renderers/Table/TableCell.js +1 -1
  259. package/esm/renderers/Table/TableContent.d.ts +1 -1
  260. package/esm/renderers/Table/TableContent.js +1 -1
  261. package/esm/renderers/Table/TableRow.d.ts +3 -1
  262. package/esm/renderers/Table/TableRow.js +30 -10
  263. package/esm/renderers/Table/exportExcel.js +11 -3
  264. package/esm/renderers/Table/index.d.ts +5 -4
  265. package/esm/renderers/Table/index.js +20 -10
  266. package/esm/renderers/Table2/ColumnToggler.js +1 -1
  267. package/esm/renderers/Table2/HeadCellSearchDropdown.d.ts +1 -1
  268. package/esm/renderers/Table2/HeadCellSearchDropdown.js +2 -2
  269. package/esm/renderers/Table2/TableCell.js +1 -1
  270. package/esm/renderers/Table2/index.d.ts +6 -4
  271. package/esm/renderers/Table2/index.js +125 -43
  272. package/esm/renderers/TableView.d.ts +1 -1
  273. package/esm/renderers/TableView.js +1 -1
  274. package/esm/renderers/Tabs.d.ts +1 -1
  275. package/esm/renderers/Tabs.js +2 -2
  276. package/esm/renderers/Tag.js +1 -1
  277. package/esm/renderers/Tasks.d.ts +1 -1
  278. package/esm/renderers/Tasks.js +1 -1
  279. package/esm/renderers/Timeline.js +1 -1
  280. package/esm/renderers/TooltipWrapper.js +3 -2
  281. package/esm/renderers/Tpl.d.ts +9 -2
  282. package/esm/renderers/Tpl.js +68 -6
  283. package/esm/renderers/VBox.d.ts +1 -1
  284. package/esm/renderers/VBox.js +1 -1
  285. package/esm/renderers/Video.d.ts +1 -1
  286. package/esm/renderers/Video.js +1 -1
  287. package/esm/renderers/WebComponent.d.ts +1 -1
  288. package/esm/renderers/WebComponent.js +2 -2
  289. package/esm/renderers/Wizard.d.ts +1 -1
  290. package/esm/renderers/Wizard.js +1 -1
  291. package/esm/renderers/Words.js +1 -1
  292. package/esm/renderers/Wrapper.d.ts +1 -1
  293. package/esm/renderers/Wrapper.js +1 -1
  294. package/esm/schemaExtend.js +1 -1
  295. package/lib/Schema.d.ts +3 -3
  296. package/lib/compat.js +1 -1
  297. package/lib/helper.css +9569 -1234
  298. package/lib/index.d.ts +9 -0
  299. package/lib/index.js +3 -2
  300. package/lib/preset.js +1 -1
  301. package/lib/renderers/Action.d.ts +4 -4
  302. package/lib/renderers/Action.js +5 -4
  303. package/lib/renderers/Alert.d.ts +1 -1
  304. package/lib/renderers/Alert.js +1 -1
  305. package/lib/renderers/AnchorNav.d.ts +2 -2
  306. package/lib/renderers/AnchorNav.js +5 -3
  307. package/lib/renderers/App.d.ts +1 -1
  308. package/lib/renderers/App.js +3 -3
  309. package/lib/renderers/Audio.d.ts +1 -1
  310. package/lib/renderers/Audio.js +4 -2
  311. package/lib/renderers/Avatar.js +1 -1
  312. package/lib/renderers/BarCode.d.ts +1 -1
  313. package/lib/renderers/BarCode.js +1 -1
  314. package/lib/renderers/Breadcrumb.d.ts +1 -1
  315. package/lib/renderers/Breadcrumb.js +1 -1
  316. package/lib/renderers/ButtonGroup.d.ts +1 -1
  317. package/lib/renderers/ButtonGroup.js +1 -1
  318. package/lib/renderers/CRUD.d.ts +15 -2
  319. package/lib/renderers/CRUD.js +40 -10
  320. package/lib/renderers/CRUD2.d.ts +4 -2
  321. package/lib/renderers/CRUD2.js +31 -12
  322. package/lib/renderers/Calendar.js +1 -1
  323. package/lib/renderers/Card.d.ts +2 -2
  324. package/lib/renderers/Card.js +1 -1
  325. package/lib/renderers/Card2.d.ts +1 -1
  326. package/lib/renderers/Card2.js +1 -1
  327. package/lib/renderers/Cards.d.ts +4 -4
  328. package/lib/renderers/Cards.js +1 -1
  329. package/lib/renderers/Carousel.d.ts +1 -1
  330. package/lib/renderers/Carousel.js +33 -19
  331. package/lib/renderers/Chart.d.ts +1 -1
  332. package/lib/renderers/Chart.js +4 -3
  333. package/lib/renderers/Code.d.ts +1 -1
  334. package/lib/renderers/Code.js +1 -1
  335. package/lib/renderers/Collapse.d.ts +1 -1
  336. package/lib/renderers/Collapse.js +1 -1
  337. package/lib/renderers/CollapseGroup.d.ts +1 -1
  338. package/lib/renderers/CollapseGroup.js +1 -1
  339. package/lib/renderers/Color.d.ts +1 -1
  340. package/lib/renderers/Color.js +1 -1
  341. package/lib/renderers/Container.d.ts +2 -2
  342. package/lib/renderers/Container.js +1 -1
  343. package/lib/renderers/Copyable.js +1 -1
  344. package/lib/renderers/Custom.js +1 -1
  345. package/lib/renderers/Date.d.ts +1 -1
  346. package/lib/renderers/Date.js +1 -1
  347. package/lib/renderers/DateRange.js +1 -1
  348. package/lib/renderers/Dialog.d.ts +43 -46
  349. package/lib/renderers/Dialog.js +89 -73
  350. package/lib/renderers/Divider.d.ts +1 -1
  351. package/lib/renderers/Divider.js +1 -1
  352. package/lib/renderers/Drawer.d.ts +1 -1
  353. package/lib/renderers/Drawer.js +77 -63
  354. package/lib/renderers/DropDownButton.d.ts +1 -1
  355. package/lib/renderers/DropDownButton.js +3 -3
  356. package/lib/renderers/Each.d.ts +1 -1
  357. package/lib/renderers/Each.js +1 -1
  358. package/lib/renderers/Flex.d.ts +1 -1
  359. package/lib/renderers/Flex.js +1 -1
  360. package/lib/renderers/Form/ButtonGroupSelect.d.ts +3 -1
  361. package/lib/renderers/Form/ButtonGroupSelect.js +13 -4
  362. package/lib/renderers/Form/ButtonToolbar.d.ts +1 -1
  363. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  364. package/lib/renderers/Form/ChainedSelect.d.ts +1 -1
  365. package/lib/renderers/Form/ChainedSelect.js +3 -3
  366. package/lib/renderers/Form/ChartRadios.d.ts +1 -1
  367. package/lib/renderers/Form/ChartRadios.js +3 -2
  368. package/lib/renderers/Form/Checkbox.d.ts +1 -1
  369. package/lib/renderers/Form/Checkbox.js +2 -2
  370. package/lib/renderers/Form/Checkboxes.d.ts +1 -1
  371. package/lib/renderers/Form/Checkboxes.js +1 -1
  372. package/lib/renderers/Form/Combo.d.ts +6 -2
  373. package/lib/renderers/Form/Combo.js +7 -7
  374. package/lib/renderers/Form/ConditionBuilder.d.ts +1 -1
  375. package/lib/renderers/Form/ConditionBuilder.js +2 -2
  376. package/lib/renderers/Form/Control.d.ts +1 -1
  377. package/lib/renderers/Form/Control.js +1 -1
  378. package/lib/renderers/Form/DiffEditor.d.ts +21 -23
  379. package/lib/renderers/Form/DiffEditor.js +4 -4
  380. package/lib/renderers/Form/Editor.d.ts +14 -14
  381. package/lib/renderers/Form/Editor.js +5 -5
  382. package/lib/renderers/Form/FieldSet.d.ts +1 -1
  383. package/lib/renderers/Form/FieldSet.js +2 -2
  384. package/lib/renderers/Form/Formula.d.ts +1 -1
  385. package/lib/renderers/Form/Formula.js +1 -1
  386. package/lib/renderers/Form/Group.d.ts +5 -1
  387. package/lib/renderers/Form/Group.js +6 -3
  388. package/lib/renderers/Form/Hidden.d.ts +1 -1
  389. package/lib/renderers/Form/Hidden.js +1 -1
  390. package/lib/renderers/Form/IconPicker.d.ts +1 -1
  391. package/lib/renderers/Form/IconPicker.js +1 -1
  392. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  393. package/lib/renderers/Form/IconSelect.d.ts +1 -0
  394. package/lib/renderers/Form/IconSelect.js +24 -6
  395. package/lib/renderers/Form/IconSelectStore.js +1 -1
  396. package/lib/renderers/Form/InputArray.d.ts +1 -1
  397. package/lib/renderers/Form/InputArray.js +1 -1
  398. package/lib/renderers/Form/InputCity.d.ts +94 -120
  399. package/lib/renderers/Form/InputCity.js +1 -1
  400. package/lib/renderers/Form/InputColor.d.ts +41 -41
  401. package/lib/renderers/Form/InputColor.js +1 -1
  402. package/lib/renderers/Form/InputDate.d.ts +4 -5
  403. package/lib/renderers/Form/InputDate.js +3 -4
  404. package/lib/renderers/Form/InputDateRange.d.ts +1 -2
  405. package/lib/renderers/Form/InputDateRange.js +3 -4
  406. package/lib/renderers/Form/InputExcel.d.ts +2 -1
  407. package/lib/renderers/Form/InputExcel.js +75 -57
  408. package/lib/renderers/Form/InputFile.d.ts +1 -1
  409. package/lib/renderers/Form/InputFile.js +1 -1
  410. package/lib/renderers/Form/InputFormula.js +1 -1
  411. package/lib/renderers/Form/InputGroup.d.ts +1 -1
  412. package/lib/renderers/Form/InputGroup.js +1 -1
  413. package/lib/renderers/Form/InputImage.d.ts +9 -1
  414. package/lib/renderers/Form/InputImage.js +172 -56
  415. package/lib/renderers/Form/InputMonthRange.d.ts +1 -1
  416. package/lib/renderers/Form/InputMonthRange.js +1 -1
  417. package/lib/renderers/Form/InputNumber.d.ts +1 -2
  418. package/lib/renderers/Form/InputNumber.js +17 -26
  419. package/lib/renderers/Form/InputQuarterRange.d.ts +1 -1
  420. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  421. package/lib/renderers/Form/InputRange.d.ts +1 -1
  422. package/lib/renderers/Form/InputRange.js +4 -4
  423. package/lib/renderers/Form/InputRating.d.ts +1 -1
  424. package/lib/renderers/Form/InputRating.js +2 -2
  425. package/lib/renderers/Form/InputRepeat.d.ts +1 -1
  426. package/lib/renderers/Form/InputRepeat.js +1 -1
  427. package/lib/renderers/Form/InputRichText.d.ts +1 -1
  428. package/lib/renderers/Form/InputRichText.js +1 -1
  429. package/lib/renderers/Form/InputSubForm.d.ts +1 -1
  430. package/lib/renderers/Form/InputSubForm.js +1 -1
  431. package/lib/renderers/Form/InputTable.d.ts +21 -6
  432. package/lib/renderers/Form/InputTable.js +437 -136
  433. package/lib/renderers/Form/InputTag.d.ts +1 -1
  434. package/lib/renderers/Form/InputTag.js +36 -25
  435. package/lib/renderers/Form/InputText.d.ts +1 -1
  436. package/lib/renderers/Form/InputText.js +12 -12
  437. package/lib/renderers/Form/InputTree.d.ts +5 -1
  438. package/lib/renderers/Form/InputTree.js +5 -4
  439. package/lib/renderers/Form/InputYearRange.d.ts +1 -1
  440. package/lib/renderers/Form/InputYearRange.js +1 -1
  441. package/lib/renderers/Form/JSONSchema.d.ts +1 -1
  442. package/lib/renderers/Form/JSONSchema.js +1 -1
  443. package/lib/renderers/Form/JSONSchemaEditor.d.ts +2 -2
  444. package/lib/renderers/Form/JSONSchemaEditor.js +4 -5
  445. package/lib/renderers/Form/ListSelect.d.ts +1 -1
  446. package/lib/renderers/Form/ListSelect.js +6 -7
  447. package/lib/renderers/Form/LocationPicker.d.ts +1 -1
  448. package/lib/renderers/Form/LocationPicker.js +1 -1
  449. package/lib/renderers/Form/MatrixCheckboxes.d.ts +1 -1
  450. package/lib/renderers/Form/MatrixCheckboxes.js +2 -2
  451. package/lib/renderers/Form/NestedSelect.d.ts +1 -1
  452. package/lib/renderers/Form/NestedSelect.js +5 -13
  453. package/lib/renderers/Form/Picker.d.ts +1 -1
  454. package/lib/renderers/Form/Picker.js +5 -5
  455. package/lib/renderers/Form/Radios.d.ts +1 -1
  456. package/lib/renderers/Form/Radios.js +2 -2
  457. package/lib/renderers/Form/Select.d.ts +1 -1
  458. package/lib/renderers/Form/Select.js +3 -3
  459. package/lib/renderers/Form/Static.d.ts +1 -1
  460. package/lib/renderers/Form/Static.js +1 -1
  461. package/lib/renderers/Form/StaticHoc.js +1 -1
  462. package/lib/renderers/Form/Switch.d.ts +1 -1
  463. package/lib/renderers/Form/Switch.js +2 -2
  464. package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
  465. package/lib/renderers/Form/TabsTransfer.js +4 -4
  466. package/lib/renderers/Form/TabsTransferPicker.d.ts +1 -1
  467. package/lib/renderers/Form/TabsTransferPicker.js +2 -2
  468. package/lib/renderers/Form/Textarea.d.ts +1 -1
  469. package/lib/renderers/Form/Textarea.js +4 -4
  470. package/lib/renderers/Form/Transfer.d.ts +1 -1
  471. package/lib/renderers/Form/Transfer.js +9 -7
  472. package/lib/renderers/Form/TransferPicker.d.ts +1 -1
  473. package/lib/renderers/Form/TransferPicker.js +2 -2
  474. package/lib/renderers/Form/TreeSelect.d.ts +1 -1
  475. package/lib/renderers/Form/TreeSelect.js +4 -4
  476. package/lib/renderers/Form/UUID.d.ts +1 -1
  477. package/lib/renderers/Form/UUID.js +1 -1
  478. package/lib/renderers/Form/UserSelect.js +2 -2
  479. package/lib/renderers/Grid.d.ts +5 -1
  480. package/lib/renderers/Grid.js +7 -5
  481. package/lib/renderers/Grid2D.d.ts +1 -1
  482. package/lib/renderers/Grid2D.js +1 -1
  483. package/lib/renderers/GridNav.d.ts +1 -1
  484. package/lib/renderers/GridNav.js +1 -1
  485. package/lib/renderers/HBox.d.ts +1 -1
  486. package/lib/renderers/HBox.js +1 -1
  487. package/lib/renderers/IFrame.d.ts +1 -1
  488. package/lib/renderers/IFrame.js +1 -1
  489. package/lib/renderers/Icon.d.ts +1 -1
  490. package/lib/renderers/Icon.js +1 -1
  491. package/lib/renderers/Image.d.ts +50 -14
  492. package/lib/renderers/Image.js +4 -3
  493. package/lib/renderers/Images.d.ts +5 -1
  494. package/lib/renderers/Images.js +3 -3
  495. package/lib/renderers/Json.d.ts +1 -1
  496. package/lib/renderers/Json.js +1 -1
  497. package/lib/renderers/Link.d.ts +1 -1
  498. package/lib/renderers/Link.js +1 -1
  499. package/lib/renderers/List.d.ts +3 -3
  500. package/lib/renderers/List.js +2 -2
  501. package/lib/renderers/Log.d.ts +3 -2
  502. package/lib/renderers/Log.js +29 -24
  503. package/lib/renderers/Mapping.d.ts +16 -6
  504. package/lib/renderers/Mapping.js +8 -15
  505. package/lib/renderers/Markdown.d.ts +1 -1
  506. package/lib/renderers/Markdown.js +1 -1
  507. package/lib/renderers/MultilineText.js +1 -1
  508. package/lib/renderers/Nav.d.ts +4 -11
  509. package/lib/renderers/Nav.js +61 -19
  510. package/lib/renderers/Number.d.ts +1 -1
  511. package/lib/renderers/Number.js +3 -4
  512. package/lib/renderers/OfficeViewer.d.ts +2 -2
  513. package/lib/renderers/OfficeViewer.js +34 -12
  514. package/lib/renderers/Operation.d.ts +1 -1
  515. package/lib/renderers/Operation.js +1 -1
  516. package/lib/renderers/Page.d.ts +1 -1
  517. package/lib/renderers/Page.js +1 -1
  518. package/lib/renderers/Pagination.js +3 -2
  519. package/lib/renderers/PaginationWrapper.d.ts +1 -1
  520. package/lib/renderers/PaginationWrapper.js +1 -1
  521. package/lib/renderers/Panel.d.ts +1 -1
  522. package/lib/renderers/Panel.js +5 -5
  523. package/lib/renderers/Password.js +1 -1
  524. package/lib/renderers/Plain.d.ts +2 -2
  525. package/lib/renderers/Plain.js +1 -1
  526. package/lib/renderers/PopOver.js +1 -1
  527. package/lib/renderers/Portlet.d.ts +1 -1
  528. package/lib/renderers/Portlet.js +1 -1
  529. package/lib/renderers/Progress.d.ts +1 -1
  530. package/lib/renderers/Progress.js +1 -1
  531. package/lib/renderers/Property.d.ts +1 -1
  532. package/lib/renderers/Property.js +1 -1
  533. package/lib/renderers/QRCode.d.ts +1 -1
  534. package/lib/renderers/QRCode.js +1 -1
  535. package/lib/renderers/QuickEdit.js +8 -8
  536. package/lib/renderers/Remark.d.ts +1 -1
  537. package/lib/renderers/Remark.js +1 -1
  538. package/lib/renderers/SearchBox.d.ts +1 -1
  539. package/lib/renderers/SearchBox.js +3 -3
  540. package/lib/renderers/Service.d.ts +1 -1
  541. package/lib/renderers/Service.js +1 -1
  542. package/lib/renderers/SparkLine.js +1 -1
  543. package/lib/renderers/Spinner.js +1 -1
  544. package/lib/renderers/Status.d.ts +1 -1
  545. package/lib/renderers/Status.js +1 -1
  546. package/lib/renderers/Steps.js +1 -1
  547. package/lib/renderers/Table/ColumnToggler.d.ts +2 -2
  548. package/lib/renderers/Table/ColumnToggler.js +1 -1
  549. package/lib/renderers/Table/HeadCellFilterDropdown.js +2 -1
  550. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  551. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  552. package/lib/renderers/Table/TableBody.d.ts +4 -4
  553. package/lib/renderers/Table/TableBody.js +11 -11
  554. package/lib/renderers/Table/TableCell.js +1 -1
  555. package/lib/renderers/Table/TableContent.d.ts +1 -1
  556. package/lib/renderers/Table/TableContent.js +1 -1
  557. package/lib/renderers/Table/TableRow.d.ts +3 -1
  558. package/lib/renderers/Table/TableRow.js +29 -9
  559. package/lib/renderers/Table/exportExcel.js +11 -3
  560. package/lib/renderers/Table/index.d.ts +5 -4
  561. package/lib/renderers/Table/index.js +20 -10
  562. package/lib/renderers/Table2/ColumnToggler.js +1 -1
  563. package/lib/renderers/Table2/HeadCellSearchDropdown.d.ts +1 -1
  564. package/lib/renderers/Table2/HeadCellSearchDropdown.js +2 -2
  565. package/lib/renderers/Table2/TableCell.js +1 -1
  566. package/lib/renderers/Table2/index.d.ts +6 -4
  567. package/lib/renderers/Table2/index.js +124 -42
  568. package/lib/renderers/TableView.d.ts +1 -1
  569. package/lib/renderers/TableView.js +1 -1
  570. package/lib/renderers/Tabs.d.ts +1 -1
  571. package/lib/renderers/Tabs.js +2 -2
  572. package/lib/renderers/Tag.js +1 -1
  573. package/lib/renderers/Tasks.d.ts +1 -1
  574. package/lib/renderers/Tasks.js +1 -1
  575. package/lib/renderers/Timeline.js +1 -1
  576. package/lib/renderers/TooltipWrapper.js +3 -2
  577. package/lib/renderers/Tpl.d.ts +9 -2
  578. package/lib/renderers/Tpl.js +66 -4
  579. package/lib/renderers/VBox.d.ts +1 -1
  580. package/lib/renderers/VBox.js +1 -1
  581. package/lib/renderers/Video.d.ts +1 -1
  582. package/lib/renderers/Video.js +1 -1
  583. package/lib/renderers/WebComponent.d.ts +1 -1
  584. package/lib/renderers/WebComponent.js +2 -2
  585. package/lib/renderers/Wizard.d.ts +1 -1
  586. package/lib/renderers/Wizard.js +1 -1
  587. package/lib/renderers/Words.js +1 -1
  588. package/lib/renderers/Wrapper.d.ts +1 -1
  589. package/lib/renderers/Wrapper.js +1 -1
  590. package/lib/schemaExtend.js +1 -1
  591. package/lib/themes/ang-ie11.css +1516 -1456
  592. package/lib/themes/ang.css +2767 -1920
  593. package/lib/themes/antd-ie11.css +1524 -1464
  594. package/lib/themes/antd.css +2767 -1920
  595. package/lib/themes/cxd-ie11.css +1489 -1429
  596. package/lib/themes/cxd.css +2767 -1920
  597. package/lib/themes/dark-ie11.css +1519 -1459
  598. package/lib/themes/dark.css +2767 -1920
  599. package/lib/themes/default-ie11.css +1489 -1429
  600. package/lib/themes/default.css +2767 -1920
  601. package/package.json +8 -14
  602. package/schema.json +3168 -1919
  603. package/sdk/ang-ie11.css +1299 -1376
  604. package/sdk/ang.css +2553 -1843
  605. package/sdk/antd-ie11.css +1307 -1384
  606. package/sdk/antd.css +2553 -1843
  607. package/sdk/barcode.js +50 -50
  608. package/sdk/charts.js +14 -14
  609. package/sdk/codemirror.js +7 -7
  610. package/sdk/color-picker.js +65 -65
  611. package/sdk/cropperjs.js +2 -2
  612. package/sdk/cxd-ie11.css +1272 -1349
  613. package/sdk/cxd.css +2553 -1843
  614. package/sdk/dark-ie11.css +1302 -1379
  615. package/sdk/dark.css +2553 -1843
  616. package/sdk/exceljs.js +1 -1
  617. package/sdk/helper.css +9569 -1234
  618. package/sdk/locale/de-DE.js +3 -2
  619. package/sdk/markdown.js +68 -68
  620. package/sdk/ooxml-viewer.js +2827 -0
  621. package/sdk/papaparse.js +1 -1
  622. package/sdk/rest.js +16 -16
  623. package/sdk/rich-text.js +62 -62
  624. package/sdk/sdk-ie11.css +1272 -1349
  625. package/sdk/sdk.css +2553 -1843
  626. package/sdk/sdk.js +1570 -1556
  627. package/sdk/thirds/hls.js/hls.js +1 -1
  628. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  629. package/sdk/tinymce.js +55 -55
  630. package/sdk/xlsx.js +10 -0
  631. package/sdk/office-viewer.js +0 -2781
package/sdk/cxd-ie11.css CHANGED
@@ -74358,6 +74358,8 @@ title: Word Break
74358
74358
 
74359
74359
  @charset "UTF-8";
74360
74360
 
74361
+ /* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
74362
+
74361
74363
  @media (max-width: 767px) {
74362
74364
  :root {
74363
74365
  --fontSizeBase: var(--fontSizeLg);
@@ -80144,23 +80146,45 @@ title: Word Break
80144
80146
  color: #fff;
80145
80147
  }
80146
80148
 
80147
- .tox .tox-button.tox-button--enabled,
80148
- .tox .tox-button.tox-button--enabled:hover {
80149
- background: #a6ccf7;
80150
- border-width: 1px;
80149
+ .tox .tox-button.tox-button--enabled {
80150
+ background-color: #0054b4;
80151
+ background-image: none;
80152
+ border-color: #0054b4;
80151
80153
  box-shadow: none;
80152
- color: #222f3e;
80154
+ color: #fff;
80153
80155
  }
80154
80156
 
80155
- .tox .tox-button.tox-button--enabled > *,
80156
- .tox .tox-button.tox-button--enabled:hover > * {
80157
- transform: none;
80157
+ .tox .tox-button.tox-button--enabled[disabled] {
80158
+ background-color: #0054b4;
80159
+ background-image: none;
80160
+ border-color: #0054b4;
80161
+ box-shadow: none;
80162
+ color: rgba(255, 255, 255, 0.5);
80163
+ cursor: not-allowed;
80158
80164
  }
80159
80165
 
80160
- .tox .tox-button.tox-button--enabled svg,
80161
- .tox .tox-button.tox-button--enabled:hover svg {
80162
- /* stylelint-disable-line no-descending-specificity */
80163
- fill: #222f3e;
80166
+ .tox .tox-button.tox-button--enabled:focus:not(:disabled) {
80167
+ background-color: #00489b;
80168
+ background-image: none;
80169
+ border-color: #00489b;
80170
+ box-shadow: none;
80171
+ color: #fff;
80172
+ }
80173
+
80174
+ .tox .tox-button.tox-button--enabled:hover:not(:disabled) {
80175
+ background-color: #00489b;
80176
+ background-image: none;
80177
+ border-color: #00489b;
80178
+ box-shadow: none;
80179
+ color: #fff;
80180
+ }
80181
+
80182
+ .tox .tox-button.tox-button--enabled:active:not(:disabled) {
80183
+ background-color: #003c81;
80184
+ background-image: none;
80185
+ border-color: #003c81;
80186
+ box-shadow: none;
80187
+ color: #fff;
80164
80188
  }
80165
80189
 
80166
80190
  .tox .tox-button--icon-and-text,
@@ -80230,6 +80254,46 @@ title: Word Break
80230
80254
  color: #222f3e;
80231
80255
  }
80232
80256
 
80257
+ .tox .tox-button--secondary.tox-button--enabled {
80258
+ background-color: #a8c8ed;
80259
+ background-image: none;
80260
+ border-color: #a8c8ed;
80261
+ box-shadow: none;
80262
+ color: #222f3e;
80263
+ }
80264
+
80265
+ .tox .tox-button--secondary.tox-button--enabled[disabled] {
80266
+ background-color: #a8c8ed;
80267
+ background-image: none;
80268
+ border-color: #a8c8ed;
80269
+ box-shadow: none;
80270
+ color: rgba(34, 47, 62, 0.5);
80271
+ }
80272
+
80273
+ .tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
80274
+ background-color: #93bbe9;
80275
+ background-image: none;
80276
+ border-color: #93bbe9;
80277
+ box-shadow: none;
80278
+ color: #222f3e;
80279
+ }
80280
+
80281
+ .tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
80282
+ background-color: #93bbe9;
80283
+ background-image: none;
80284
+ border-color: #93bbe9;
80285
+ box-shadow: none;
80286
+ color: #222f3e;
80287
+ }
80288
+
80289
+ .tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
80290
+ background-color: #7daee4;
80291
+ background-image: none;
80292
+ border-color: #7daee4;
80293
+ box-shadow: none;
80294
+ color: #222f3e;
80295
+ }
80296
+
80233
80297
  .tox .tox-button--icon,
80234
80298
  .tox .tox-button.tox-button--icon,
80235
80299
  .tox .tox-button.tox-button--secondary.tox-button--icon {
@@ -83678,6 +83742,7 @@ title: Word Break
83678
83742
  }
83679
83743
 
83680
83744
  .tox .tox-tree .tox-trbtn .tox-tree__label {
83745
+ cursor: default;
83681
83746
  overflow: hidden;
83682
83747
  text-overflow: ellipsis;
83683
83748
  white-space: nowrap;
@@ -86269,6 +86334,10 @@ title: Word Break
86269
86334
  position: relative;
86270
86335
  }
86271
86336
 
86337
+ .amis-scope .is-keyword {
86338
+ color: #144bcc;
86339
+ }
86340
+
86272
86341
  .amis-scope,
86273
86342
  .amis-scope {
86274
86343
  width: 100%;
@@ -89075,7 +89144,7 @@ title: Word Break
89075
89144
  margin-bottom: 1rem;
89076
89145
  padding: 1.5rem 0rem;
89077
89146
  border: 0px solid #e8e9eb;
89078
- border-radius: 6px;
89147
+ border-radius: 0.375rem;
89079
89148
  }
89080
89149
 
89081
89150
  .amis-scope .cxd-Modal-content.in,
@@ -89132,10 +89201,15 @@ title: Word Break
89132
89201
  clear: both;
89133
89202
  }
89134
89203
 
89204
+ .amis-scope .cxd-Modal-header .Dialog-close {
89205
+ content: '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-close"><g id="close" transform="translate(1.439340, 1.439340)" fill="currentColor" fill-rule="nonzero"><polygon points="12.0606602 5.80646642e-14 13.1213203 1.06066017 7.62066017 6.56066017 13.1213203 12.0606602 12.0606602 13.1213203 6.56066017 7.62066017 1.06066017 13.1213203 0 12.0606602 5.49966017 6.56066017 1.72084569e-13 1.06066017 1.06066017 0 6.56066017 5.49966017"></polygon></g></svg>';
89206
+ }
89207
+
89135
89208
  .amis-scope .cxd-Modal-title {
89136
89209
  font-size: 14px;
89137
89210
  color: #151b26;
89138
89211
  font-weight: 500;
89212
+ height: auto;
89139
89213
  }
89140
89214
 
89141
89215
  .amis-scope .cxd-Modal-close {
@@ -89151,6 +89225,7 @@ title: Word Break
89151
89225
  width: 1rem;
89152
89226
  height: 1rem;
89153
89227
  fill: #b8babf;
89228
+ color: #b8babf;
89154
89229
  }
89155
89230
 
89156
89231
  .amis-scope .cxd-Modal-close:not(.is-disabled) {
@@ -89178,9 +89253,12 @@ title: Word Break
89178
89253
  flex-grow: 1;
89179
89254
  height: auto;
89180
89255
  padding: 0 1.5rem;
89256
+ font-size: 0.875rem;
89257
+ color: #151b26;
89181
89258
  }
89182
89259
 
89183
89260
  .amis-scope .cxd-Modal-footer {
89261
+ height: auto;
89184
89262
  display: flex;
89185
89263
  align-items: center;
89186
89264
  justify-content: flex-end;
@@ -89236,6 +89314,7 @@ title: Word Break
89236
89314
  @media (min-width: 576px) {
89237
89315
  .amis-scope .cxd-Modal-content {
89238
89316
  max-width: 31.25rem;
89317
+ border-width: 0rem;
89239
89318
  }
89240
89319
 
89241
89320
  .amis-scope .cxd-Modal--sm .cxd-Modal-content {
@@ -89371,6 +89450,7 @@ title: Word Break
89371
89450
  font-size: 14px;
89372
89451
  font-weight: 500;
89373
89452
  color: #151b26;
89453
+ height: auto;
89374
89454
  }
89375
89455
 
89376
89456
  .amis-scope .cxd-Drawer-close {
@@ -89385,6 +89465,11 @@ title: Word Break
89385
89465
  width: 0.75rem;
89386
89466
  height: 0.75rem;
89387
89467
  fill: #151b26;
89468
+ color: #151b26;
89469
+ }
89470
+
89471
+ .amis-scope .cxd-Drawer-close .Drawer-close {
89472
+ content: '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class=" icon-close"><g id="close" transform="translate(1.439340, 1.439340)" fill="currentColor" fill-rule="nonzero"><polygon points="12.0606602 5.80646642e-14 13.1213203 1.06066017 7.62066017 6.56066017 13.1213203 12.0606602 12.0606602 13.1213203 6.56066017 7.62066017 1.06066017 13.1213203 0 12.0606602 5.49966017 6.56066017 1.72084569e-13 1.06066017 1.06066017 0 6.56066017 5.49966017"></polygon></g></svg>';
89388
89473
  }
89389
89474
 
89390
89475
  .amis-scope .cxd-Drawer-close:not(.is-disabled) {
@@ -89401,7 +89486,7 @@ title: Word Break
89401
89486
  }
89402
89487
 
89403
89488
  .amis-scope .cxd-Drawer-body {
89404
- padding: 1.5rem;
89489
+ padding: 1.5rem 1.5rem 1.5rem 1.5rem;
89405
89490
  flex-basis: 0;
89406
89491
  flex-grow: 1;
89407
89492
  overflow: auto;
@@ -89410,6 +89495,7 @@ title: Word Break
89410
89495
  .amis-scope .cxd-Drawer-footer {
89411
89496
  display: flex;
89412
89497
  align-items: flex-end;
89498
+ height: auto;
89413
89499
  justify-content: flex-end;
89414
89500
  padding: 0.75rem;
89415
89501
  border-top: 0.0625rem solid #f7f8fa;
@@ -90652,11 +90738,11 @@ title: Word Break
90652
90738
  max-width: 25rem;
90653
90739
  pointer-events: auto;
90654
90740
  margin-bottom: 0.25rem;
90655
- padding: 0.25rem 1rem;
90741
+ padding: 0.25rem 1rem 0.25rem 1rem;
90656
90742
  box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06),
90657
90743
  0px 1px 10px 0px rgba(8, 14, 26, 0.05),
90658
90744
  0px 2px 4px -1px rgba(8, 14, 26, 0.04);
90659
- border-radius: 4px;
90745
+ border-radius: 4px 4px 4px 4px;
90660
90746
  border: 1px solid;
90661
90747
  color: #ffffff;
90662
90748
  position: relative;
@@ -90694,14 +90780,13 @@ title: Word Break
90694
90780
  height: 1.5rem;
90695
90781
  color: #84878c;
90696
90782
  margin-left: 0.5rem;
90697
- opacity: 0.8;
90698
90783
  align-items: center;
90699
90784
  cursor: pointer;
90700
90785
  }
90701
90786
 
90702
90787
  .amis-scope .cxd-Toast-close:hover {
90788
+ font-size: 16px;
90703
90789
  color: #2468f2;
90704
- opacity: 1;
90705
90790
  }
90706
90791
 
90707
90792
  .amis-scope .cxd-Toast-close > svg {
@@ -90725,7 +90810,6 @@ title: Word Break
90725
90810
  }
90726
90811
 
90727
90812
  .amis-scope .cxd-Toast-content .cxd-Toast-body {
90728
- font-size: 12px;
90729
90813
  display: inline-block;
90730
90814
  vertical-align: middle;
90731
90815
  white-space: pre-wrap;
@@ -90757,26 +90841,42 @@ title: Word Break
90757
90841
 
90758
90842
  .amis-scope .cxd-Toast--error {
90759
90843
  color: #151b26;
90760
- border-color: #ffffff;
90761
90844
  background: #ffffff;
90845
+ font-size: 12px;
90846
+ font-weight: 400;
90847
+ border-width: 1px 1px 1px 1px;
90848
+ border-style: solid solid solid solid;
90849
+ border-color: #ffffff #ffffff #ffffff #ffffff;
90762
90850
  }
90763
90851
 
90764
90852
  .amis-scope .cxd-Toast--warning {
90765
90853
  color: #151b26;
90766
- border-color: #ffffff;
90767
90854
  background: #ffffff;
90855
+ font-size: 12px;
90856
+ font-weight: 400;
90857
+ border-width: 1px 1px 1px 1px;
90858
+ border-style: solid solid solid solid;
90859
+ border-color: #ffffff #ffffff #ffffff #ffffff;
90768
90860
  }
90769
90861
 
90770
90862
  .amis-scope .cxd-Toast--info {
90771
90863
  color: #151b26;
90772
- border-color: #ffffff;
90864
+ font-size: 16px;
90865
+ font-weight: 400;
90773
90866
  background: #ffffff;
90867
+ border-width: 1px 1px 1px 1px;
90868
+ border-style: solid solid solid solid;
90869
+ border-color: #ffffff #ffffff #ffffff #ffffff;
90774
90870
  }
90775
90871
 
90776
90872
  .amis-scope .cxd-Toast--success {
90777
90873
  color: #151b26;
90778
- border-color: #ffffff;
90874
+ font-size: 12px;
90875
+ font-weight: 400;
90779
90876
  background: #ffffff;
90877
+ border-width: 1px 1px 1px 1px;
90878
+ border-style: solid solid solid solid;
90879
+ border-color: #ffffff #ffffff #ffffff #ffffff;
90780
90880
  }
90781
90881
 
90782
90882
  .amis-scope .cxd-Toast-wrap--topRight {
@@ -90858,11 +90958,15 @@ title: Word Break
90858
90958
 
90859
90959
  .amis-scope .cxd-Alert {
90860
90960
  font-size: 12px;
90861
- box-shadow: none;
90862
- padding: 0.25rem 1rem;
90961
+ font-weight: 400;
90962
+ box-shadow: 0px 0px 0px 0px transparent;
90963
+ padding: 0.25rem 1rem 0.25rem 1rem;
90863
90964
  border: 0.0625rem solid transparent;
90864
- border-radius: 4px;
90865
- margin-bottom: 1rem;
90965
+ border-radius: 4px
90966
+ 4px
90967
+ 4px
90968
+ 4px;
90969
+ margin: 0rem 0rem 1rem 0rem;
90866
90970
  position: relative;
90867
90971
  color: #5c5f66;
90868
90972
  display: flex;
@@ -90872,7 +90976,7 @@ title: Word Break
90872
90976
  }
90873
90977
 
90874
90978
  .amis-scope .cxd-Alert-has-title {
90875
- padding: 1rem;
90979
+ padding: 1rem 1rem 1rem 1rem;
90876
90980
  }
90877
90981
 
90878
90982
  .amis-scope .cxd-Alert-has-title .cxd-Alert-content .cxd-Alert-title {
@@ -90885,7 +90989,7 @@ title: Word Break
90885
90989
 
90886
90990
  .amis-scope .cxd-Alert-icon {
90887
90991
  margin-right: 0.5rem;
90888
- font-size: 16px;
90992
+ font-size: 1rem;
90889
90993
  }
90890
90994
 
90891
90995
  .amis-scope .cxd-Alert-content {
@@ -90933,24 +91037,40 @@ title: Word Break
90933
91037
  border-color: transparent;
90934
91038
  }
90935
91039
 
91040
+ .amis-scope .cxd-Alert--danger .cxd-Alert-icon .icon-alert-danger path {
91041
+ fill: #f23d3d;
91042
+ }
91043
+
90936
91044
  .amis-scope .cxd-Alert--info {
90937
91045
  color: #151b26;
90938
91046
  background: #e6f0ff;
90939
91047
  border-color: transparent;
90940
91048
  }
90941
91049
 
91050
+ .amis-scope .cxd-Alert--info .cxd-Alert-icon .icon-alert-info path {
91051
+ fill: #2468f2;
91052
+ }
91053
+
90942
91054
  .amis-scope .cxd-Alert--success {
90943
91055
  color: #151b26;
90944
91056
  background: #ecffe6;
90945
91057
  border-color: transparent;
90946
91058
  }
90947
91059
 
91060
+ .amis-scope .cxd-Alert--success .cxd-Alert-icon .icon-alert-success path {
91061
+ fill: #30bf13;
91062
+ }
91063
+
90948
91064
  .amis-scope .cxd-Alert--warning {
90949
91065
  color: #151b26;
90950
91066
  background: #fff4e6;
90951
91067
  border-color: transparent;
90952
91068
  }
90953
91069
 
91070
+ .amis-scope .cxd-Alert--warning .cxd-Alert-icon .icon-alert-warning path {
91071
+ fill: #ff9326;
91072
+ }
91073
+
90954
91074
  .amis-scope .cxd-AppBcn {
90955
91075
  height: 1.875rem;
90956
91076
  line-height: 1.875rem;
@@ -91017,8 +91137,8 @@ title: Word Break
91017
91137
  margin: 0rem 0rem 0rem 0rem;
91018
91138
  color: #ffffff;
91019
91139
  background: #2468f2;
91020
- border-color: #ffffff #528eff var(--Combo-addBtn-onHover-border) #ffffff;
91021
- border-width: #144bcc #5c5f66 #ffffff 1px;
91140
+ border-color: #ffffff #528eff #528eff #ffffff;
91141
+ border-width: #144bcc #144bcc #ffffff 1px;
91022
91142
  border-style: solid solid solid solid;
91023
91143
  box-shadow: 0px 0px 0px 0px transparent;
91024
91144
  }
@@ -92407,398 +92527,14 @@ title: Word Break
92407
92527
 
92408
92528
  .amis-scope .cxd-Nav {
92409
92529
  position: relative;
92410
- }
92411
-
92412
- .amis-scope .cxd-Nav .cxd-Nav-itemIcon {
92413
- margin-right: 0.5rem;
92414
- }
92415
-
92416
- .amis-scope .cxd-Nav .cxd-Nav-list {
92417
- list-style: none;
92418
- user-select: none;
92419
- margin: 0;
92420
- padding: 0;
92421
- position: relative;
92422
- }
92423
-
92424
- .amis-scope .cxd-Nav .cxd-Nav-list img.cxd-Nav-itemIcon {
92425
- height: 14px;
92426
- vertical-align: middle;
92427
- }
92428
-
92429
- .amis-scope .cxd-Nav .cxd-Nav-list .cxd-Nav-itemToggler {
92430
- margin-right: 0.625rem;
92431
- height: 1.5rem;
92432
- text-align: center;
92433
- line-height: 1.5rem;
92434
- vertical-align: middle;
92435
92530
  cursor: pointer;
92436
- transform: scale(0.8);
92437
- transition: transform 0s;
92438
- }
92439
-
92440
- .amis-scope .cxd-Nav .cxd-Nav-list .cxd-Nav-itemToggler > svg {
92441
- width: 10px;
92442
- height: 10px;
92443
- top: 0;
92444
- }
92445
-
92446
- .amis-scope .cxd-Nav .cxd-Nav-list-overflow {
92447
- min-height: 2.5rem !important;
92448
- max-height: calc(2.5rem * 5);
92449
- max-width: 10rem;
92450
- font-size: 12px;
92451
- overflow-x: hidden;
92452
- overflow-y: auto;
92453
- }
92454
-
92455
- .amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-subItems {
92456
- margin-block-start: 0;
92457
- margin-block-end: 0;
92458
- }
92459
-
92460
- .amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-item {
92461
- max-width: 10rem;
92462
- height: 2.5rem;
92463
- }
92464
-
92465
- .amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-item > a {
92466
- border: none !important;
92467
- display: block !important;
92468
- text-overflow: ellipsis;
92469
- overflow: hidden;
92470
- white-space: nowrap;
92471
- user-select: none;
92472
- }
92473
-
92474
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs {
92475
- border-bottom: 0.0625rem solid #e8e9eb;
92476
- }
92477
-
92478
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple {
92479
- display: flex;
92480
- }
92481
-
92482
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item {
92483
- margin-bottom: 0;
92484
- vertical-align: text-top;
92485
- }
92486
-
92487
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item > a {
92488
- border: none;
92489
- margin: 0;
92490
- padding: 1rem 0;
92491
- }
92492
-
92493
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item:hover > a,
92494
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item:hover > a:focus {
92495
- border: none;
92496
- color: #151b26;
92497
- text-decoration: none;
92498
- }
92499
-
92500
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item.active > a,
92501
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item.is-active > a {
92502
- border: none;
92503
- background: none;
92504
- }
92505
-
92506
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item.is-active {
92507
- position: relative;
92508
- }
92509
-
92510
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item.is-active:after {
92511
- position: absolute;
92512
- content: "";
92513
- bottom: 0;
92514
- width: 100%;
92515
- height: 0.125rem;
92516
- background-color: #151b26;
92517
- }
92518
-
92519
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple .cxd-Nav-item .cxd-Nav-subItems {
92520
- display: none;
92521
- }
92522
-
92523
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs.nav-simple:first-child {
92524
- margin-left: 0;
92525
- }
92526
-
92527
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item {
92528
- margin-bottom: calc(0.0625rem * -1);
92529
- display: inline-block;
92530
- position: relative;
92531
- max-width: 10rem;
92532
- }
92533
-
92534
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a {
92535
- font-size: 14px;
92536
- display: block;
92537
- outline: none;
92538
- border: 0.0625rem solid transparent;
92539
- border-top-left-radius: 4px;
92540
- border-top-right-radius: 4px;
92541
- color: #151b26;
92542
- text-decoration: none;
92543
- margin-right: 0.125rem;
92544
- padding: 0.5rem 1.5rem;
92545
- cursor: pointer;
92546
- text-overflow: ellipsis;
92547
- overflow: hidden;
92548
- white-space: nowrap;
92549
- }
92550
-
92551
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a,
92552
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a:focus {
92553
- border-color: #e8e9eb;
92554
- border-bottom: none;
92555
- color: #151b26;
92556
- text-decoration: none;
92557
- }
92558
-
92559
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.disabled > a,
92560
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-disabled > a {
92561
- color: #d4d6d9;
92562
- background: transparent;
92563
- border-color: transparent;
92564
- pointer-events: none;
92565
- }
92566
-
92567
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.active > a,
92568
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-active > a {
92569
- color: #151b26;
92570
- background: #ffffff;
92571
- border-color: #e8e9eb;
92572
- border-bottom-color: #ffffff;
92573
- }
92574
-
92575
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs > .cxd-Nav-item {
92576
- margin-left: 2.5rem;
92577
- }
92578
-
92579
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow:hover > a,
92580
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow > a:focus,
92581
- .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow.is-overflow-opened > a {
92582
- color: #2468f2;
92583
- border-color: transparent;
92584
- }
92585
-
92586
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked {
92587
- min-height: 3.125rem;
92588
- }
92589
-
92590
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item,
92591
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge {
92592
- position: relative;
92593
- display: flex;
92594
- flex-wrap: wrap;
92595
- align-items: stretch;
92596
- width: 100%;
92597
- }
92598
-
92599
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager,
92600
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager {
92601
- cursor: move;
92602
- position: absolute;
92603
- left: 0;
92604
- display: none;
92605
- line-height: 0;
92606
- }
92607
-
92608
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
92609
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon,
92610
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon,
92611
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon {
92612
- color: #84878c;
92613
- }
92614
-
92615
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon:hover,
92616
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover,
92617
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon:hover,
92618
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover {
92619
- color: #2468f2;
92620
- }
92621
-
92622
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg,
92623
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager svg {
92624
- width: 1rem;
92625
- height: 1rem;
92626
- }
92627
-
92628
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge-ribbon-out,
92629
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge-ribbon-out {
92630
- z-index: 3;
92631
- }
92632
-
92633
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-atcions,
92634
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-atcions {
92635
- display: flex;
92636
- align-items: center;
92637
- }
92638
-
92639
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a,
92640
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a,
92641
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a,
92642
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a {
92643
- display: flex;
92644
- align-items: center;
92645
- outline: none;
92646
- color: #151b26;
92647
- text-decoration: none;
92648
- padding: 0.5rem 0.5rem;
92649
- cursor: pointer;
92650
- background: transparent;
92651
- border-radius: 0px;
92652
- text-overflow: ellipsis;
92653
- flex: 1;
92654
- }
92655
-
92656
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover,
92657
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus,
92658
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover + .cxd-Nav-item-atcions,
92659
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus + .cxd-Nav-item-atcions,
92660
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover,
92661
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus,
92662
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
92663
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
92664
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover,
92665
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus,
92666
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
92667
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
92668
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover,
92669
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus,
92670
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
92671
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
92672
- border-color: #151b26;
92673
- text-decoration: none;
92674
- background: rgba(0, 0, 0, 0.05);
92675
- z-index: 1;
92676
- }
92677
-
92678
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
92679
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus > .cxd-Nav-itemDrager,
92680
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
92681
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
92682
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
92683
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
92684
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
92685
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus > .cxd-Nav-itemDrager {
92686
- display: block;
92687
- }
92688
-
92689
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > a,
92690
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > a,
92691
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > .cxd-Badge > a,
92692
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > .cxd-Badge > a,
92693
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > a,
92694
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > a,
92695
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > .cxd-Badge > a,
92696
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
92697
- color: #b8babf;
92698
- background: transparent;
92699
- pointer-events: none;
92700
- }
92701
-
92702
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a,
92703
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
92704
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a,
92705
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a,
92706
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
92707
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a,
92708
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a,
92709
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions,
92710
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a,
92711
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a,
92712
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
92713
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
92714
- color: #2468f2;
92715
- position: relative;
92716
- background: #f7f8fa !important;
92717
- }
92718
-
92719
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > a .cxd-Nav-itemToggler,
92720
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler,
92721
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > a .cxd-Nav-itemToggler,
92722
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler {
92723
- transform: rotate(180deg) scale(0.8);
92724
- }
92725
-
92726
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems,
92727
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > .cxd-Nav-subItems,
92728
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Nav-subItems,
92729
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > .cxd-Nav-subItems {
92730
- display: block;
92731
- }
92732
-
92733
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after .cxd-Nav-itemToggler,
92734
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after .cxd-Nav-itemToggler {
92735
- margin-left: auto;
92736
- }
92737
-
92738
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > a,
92739
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > .cxd-Badge > a,
92740
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > a,
92741
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > .cxd-Badge > a {
92531
+ background-color: #ffffff;
92742
92532
  font-size: 14px;
92743
- padding: 0;
92744
- height: 2.5rem;
92745
- border-radius: 0;
92746
- }
92747
-
92748
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > a:hover,
92749
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > a:focus,
92750
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > a:hover + .cxd-Nav-item-atcions,
92751
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > a:focus + .cxd-Nav-item-atcions,
92752
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > .cxd-Badge > a:hover,
92753
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > .cxd-Badge > a:focus,
92754
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
92755
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after > .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
92756
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > a:hover,
92757
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > a:focus,
92758
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > a:hover + .cxd-Nav-item-atcions,
92759
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > a:focus + .cxd-Nav-item-atcions,
92760
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > .cxd-Badge > a:hover,
92761
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > .cxd-Badge > a:focus,
92762
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
92763
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
92764
- background: none;
92765
- color: #2468f2;
92766
- }
92767
-
92768
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after.is-active > .cxd-Badge > a,
92769
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after.is-active > .cxd-Badge > a {
92770
- background-color: #eef3fe !important;
92771
- }
92772
-
92773
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-after.is-active::after,
92774
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-after.is-active::after {
92775
- position: absolute;
92776
- left: 0;
92777
- content: "";
92778
- width: 3px;
92779
- height: 100%;
92780
- background-color: #2468f2;
92781
- z-index: 2;
92782
- }
92783
-
92784
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-spinner,
92785
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-spinner {
92786
- position: absolute;
92787
- right: 0.625rem;
92788
- top: 0.5rem;
92789
- }
92790
-
92791
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-subItems,
92792
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-subItems {
92793
- display: none;
92794
- padding-left: 0;
92795
- list-style: none;
92796
- width: 100%;
92533
+ line-height: 2.5rem;
92797
92534
  }
92798
92535
 
92799
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-item,
92800
- .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-item {
92801
- font-size: 12px;
92536
+ .amis-scope .cxd-Nav-horizontal {
92537
+ line-height: 3.125rem;
92802
92538
  }
92803
92539
 
92804
92540
  .amis-scope .cxd-Nav .cxd-Nav-dropIndicator {
@@ -92807,11 +92543,6 @@ title: Word Break
92807
92543
  height: 2px;
92808
92544
  }
92809
92545
 
92810
- .amis-scope .cxd-Nav-itemIconAfter {
92811
- margin-right: 0;
92812
- margin-left: 0.5rem;
92813
- }
92814
-
92815
92546
  .amis-scope .cxd-Page {
92816
92547
  width: 100%;
92817
92548
  height: 100%;
@@ -93615,7 +93346,9 @@ title: Word Break
93615
93346
  margin: 0.75rem 0 0 0;
93616
93347
  word-break: keep-all;
93617
93348
  white-space: nowrap;
93349
+ font-size: 12px;
93618
93350
  color: #2468f2;
93351
+ font-weight: 400;
93619
93352
  }
93620
93353
 
93621
93354
  .amis-scope .cxd-Spinner.cxd-Spinner-tip--top {
@@ -93703,7 +93436,6 @@ title: Word Break
93703
93436
  .amis-scope .cxd-ButtonGroup > .cxd-Button {
93704
93437
  position: relative;
93705
93438
  flex: 0 1 auto;
93706
- max-width: 8.75rem;
93707
93439
  overflow: hidden;
93708
93440
  text-overflow: ellipsis;
93709
93441
  white-space: nowrap;
@@ -94064,6 +93796,7 @@ title: Word Break
94064
93796
  }
94065
93797
 
94066
93798
  .amis-scope .cxd-ScheduleCalendar .rdt .rdtPicker td.rdtActive > span {
93799
+ color: #151b26 !important;
94067
93800
  background: transparent !important;
94068
93801
  }
94069
93802
 
@@ -94088,8 +93821,16 @@ title: Word Break
94088
93821
  border: 1px solid #e8e9eb;
94089
93822
  }
94090
93823
 
93824
+ .amis-scope .cxd-ScheduleCalendar-large .rdtHeader {
93825
+ margin-top: 0;
93826
+ }
93827
+
93828
+ .amis-scope .cxd-ScheduleCalendar-large .rdtPicker .dow {
93829
+ height: 2.5rem;
93830
+ }
93831
+
94091
93832
  .amis-scope .cxd-ScheduleCalendar-large .rdtDay {
94092
- height: 6.125rem;
93833
+ height: 6.875rem;
94093
93834
  vertical-align: top;
94094
93835
  }
94095
93836
 
@@ -94109,6 +93850,12 @@ title: Word Break
94109
93850
  padding: 0 0.25rem;
94110
93851
  height: 1.25rem;
94111
93852
  color: #ffffff;
93853
+ text-shadow: none;
93854
+ }
93855
+
93856
+ .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap .cxd-ScheduleCalendar-large-schedule-header,
93857
+ .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-large-day-wrap .cxd-ScheduleCalendar-large-schedule-footer {
93858
+ text-shadow: none;
94112
93859
  }
94113
93860
 
94114
93861
  .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-action {
@@ -94678,11 +94425,11 @@ title: Word Break
94678
94425
 
94679
94426
  .amis-scope .cxd-CBGroup-toolbarCondition-arrow:hover {
94680
94427
  background: #2468f2;
94681
- color: #fff;
94428
+ color: #ffffff;
94682
94429
  }
94683
94430
 
94684
94431
  .amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select {
94685
- font-size: 0.75rem;
94432
+ font-size: 12px;
94686
94433
  height: 1.75rem;
94687
94434
  width: 1.75rem;
94688
94435
  background: #d4e5ff;
@@ -94690,13 +94437,26 @@ title: Word Break
94690
94437
  color: #0832a6;
94691
94438
  font-weight: 500;
94692
94439
  padding: 0;
94693
- padding-left: 0.5rem;
94440
+ text-align: center;
94694
94441
  min-height: 1.75rem;
94695
94442
  }
94696
94443
 
94444
+ .amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select.is-focused {
94445
+ color: #0832a6 !important;
94446
+ font-size: 12px;
94447
+ font-weight: 500;
94448
+ background: #d4e5ff !important;
94449
+ border: none !important;
94450
+ box-shadow: none !important;
94451
+ }
94452
+
94697
94453
  .amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select:hover {
94698
- color: #fff;
94699
- background: #2468f2;
94454
+ color: #ffffff !important;
94455
+ font-size: 12px;
94456
+ font-weight: 500;
94457
+ background: #2468f2 !important;
94458
+ border: none !important;
94459
+ box-shadow: none !important;
94700
94460
  }
94701
94461
 
94702
94462
  .amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select-arrow {
@@ -94720,7 +94480,7 @@ title: Word Break
94720
94480
  position: absolute;
94721
94481
  top: 0.3125rem;
94722
94482
  bottom: 0.3125rem;
94723
- width: 2px;
94483
+ width: 0.125rem;
94724
94484
  background-color: #d4e5ff;
94725
94485
  }
94726
94486
 
@@ -94829,9 +94589,8 @@ title: Word Break
94829
94589
  .amis-scope .cxd-CBGroup-placeholder {
94830
94590
  color: #b8babf;
94831
94591
  position: relative;
94832
- padding: 10px;
94833
- background: rgba(0, 0, 0, 0.03);
94834
- border-radius: 5px;
94592
+ padding: 0.75rem 0.75rem 0.75rem 0.625rem;
94593
+ background: #f7f8fa;
94835
94594
  }
94836
94595
 
94837
94596
  .amis-scope .cxd-CBGroup-placeholder.simple {
@@ -94908,10 +94667,9 @@ title: Word Break
94908
94667
  }
94909
94668
 
94910
94669
  .amis-scope .cxd-CBGroupOrItem-body-item {
94911
- background-color: #f7f7f9;
94670
+ background-color: #f7f8fa;
94912
94671
  width: 100%;
94913
- padding: 0.75rem;
94914
- padding-left: 1.75rem;
94672
+ padding: 0.75rem 0.75rem 0.75rem 1.75rem;
94915
94673
  display: flex;
94916
94674
  flex-direction: row;
94917
94675
  align-items: center;
@@ -95327,7 +95085,7 @@ title: Word Break
95327
95085
  float: left;
95328
95086
  padding: 0 1rem 0 1.5625rem;
95329
95087
  margin: 0;
95330
- color: #999999;
95088
+ color: #b8babf;
95331
95089
  cursor: pointer;
95332
95090
  height: 3.75rem;
95333
95091
  line-height: 3.75rem;
@@ -95378,7 +95136,7 @@ title: Word Break
95378
95136
  .amis-scope .cxd-Wizard > ul.nav li.is-active,
95379
95137
  .amis-scope .cxd-Wizard-tabs > ul.nav li.is-active {
95380
95138
  color: #303540;
95381
- background: #fff;
95139
+ background: #ffffff;
95382
95140
  }
95383
95141
 
95384
95142
  .amis-scope .cxd-Wizard > ul.nav li.is-active:after,
@@ -95388,7 +95146,9 @@ title: Word Break
95388
95146
 
95389
95147
  .amis-scope .cxd-Wizard-steps {
95390
95148
  font-size: 14px;
95391
- padding: 0.625rem 0rem;
95149
+ padding: 0.625rem
95150
+ 0rem 0.625rem
95151
+ 0rem;
95392
95152
  background: #ffffff;
95393
95153
  border-bottom: 0px solid #e8e9eb;
95394
95154
  text-align: center;
@@ -95416,7 +95176,8 @@ title: Word Break
95416
95176
  float: left;
95417
95177
  padding: 0 1rem 0 1.5625rem;
95418
95178
  margin: 0;
95419
- color: #999999;
95179
+ font-size: 14px;
95180
+ color: #b8babf;
95420
95181
  cursor: default;
95421
95182
  height: 3.75rem;
95422
95183
  line-height: 3.75rem;
@@ -95435,6 +95196,7 @@ title: Word Break
95435
95196
  bottom: 0;
95436
95197
  right: -0.625rem;
95437
95198
  z-index: 2;
95199
+ color: #ffffff;
95438
95200
  }
95439
95201
 
95440
95202
  .amis-scope .cxd-Wizard-steps ul li:after {
@@ -95448,7 +95210,11 @@ title: Word Break
95448
95210
  background: #ffffff;
95449
95211
  }
95450
95212
 
95451
- .amis-scope .cxd-Wizard-steps ul li.is-active:after {
95213
+ .amis-scope .cxd-Wizard-steps ul li.is-active:after,
95214
+ .amis-scope .cxd-Wizard-steps ul li.is-complete:after,
95215
+ .amis-scope .cxd-Wizard-steps ul li.is-active:before,
95216
+ .amis-scope .cxd-Wizard-steps ul li.is-complete:before {
95217
+ color: #ffffff;
95452
95218
  border-left-color: #ffffff;
95453
95219
  }
95454
95220
 
@@ -95459,7 +95225,10 @@ title: Word Break
95459
95225
  }
95460
95226
 
95461
95227
  .amis-scope .cxd-Wizard-stepContent {
95462
- padding: 0.75rem;
95228
+ padding: 0.75rem
95229
+ 0.75rem
95230
+ 0.75rem
95231
+ 0.75rem;
95463
95232
  }
95464
95233
 
95465
95234
  .amis-scope .cxd-Wizard-stepContent .Step-pane {
@@ -95500,7 +95269,7 @@ title: Word Break
95500
95269
  }
95501
95270
 
95502
95271
  .amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-steps ul li.is-active {
95503
- background: #fff;
95272
+ background: #ffffff;
95504
95273
  }
95505
95274
 
95506
95275
  .amis-scope .cxd-Wizard--vertical > .cxd-Wizard-step > .cxd-Wizard-stepContent {
@@ -95534,9 +95303,12 @@ title: Word Break
95534
95303
  display: inline-block;
95535
95304
  font-size: 12px;
95536
95305
  color: #2468f2;
95306
+ font-weight: 400;
95537
95307
  background: #cce5ff;
95538
- border: 0.0625rem solid #7dadff;
95539
- border-radius: 2px;
95308
+ border-width: 1px 1px 1px 1px;
95309
+ border-style: solid solid solid solid;
95310
+ border-color: #7dadff #7dadff #7dadff #7dadff;
95311
+ border-radius: 4px 4px 4px 4px;
95540
95312
  margin-right: 0.25rem;
95541
95313
  margin-top: 0.25rem;
95542
95314
  }
@@ -95551,6 +95323,7 @@ title: Word Break
95551
95323
  }
95552
95324
 
95553
95325
  .amis-scope .cxd-Crud-valueIcon {
95326
+ color: #2468f2;
95554
95327
  cursor: pointer;
95555
95328
  border-right: 0.0625rem solid #7dadff;
95556
95329
  padding: 1px 5px;
@@ -95696,9 +95469,12 @@ title: Word Break
95696
95469
  display: inline-block;
95697
95470
  font-size: 12px;
95698
95471
  color: #2468f2;
95472
+ font-weight: 400;
95699
95473
  background: #cce5ff;
95700
- border: 0.0625rem solid #7dadff;
95701
- border-radius: 2px;
95474
+ border-width: 1px 1px 1px 1px;
95475
+ border-style: solid solid solid solid;
95476
+ border-color: #7dadff #7dadff #7dadff #7dadff;
95477
+ border-radius: 4px 4px 4px 4px;
95702
95478
  margin-right: 0.25rem;
95703
95479
  margin-top: 0.25rem;
95704
95480
  }
@@ -95713,6 +95489,7 @@ title: Word Break
95713
95489
  }
95714
95490
 
95715
95491
  .amis-scope .cxd-Crud2-valueIcon {
95492
+ color: #2468f2;
95716
95493
  cursor: pointer;
95717
95494
  border-right: 0.0625rem solid #7dadff;
95718
95495
  padding: 1px 5px;
@@ -96065,7 +95842,7 @@ title: Word Break
96065
95842
  background: #ffffff;
96066
95843
  border-spacing: 0;
96067
95844
  border-collapse: collapse;
96068
- border-bottom: 0.0625rem solid #e8e9eb;
95845
+ border-bottom: 1px solid #e8e9eb;
96069
95846
  }
96070
95847
 
96071
95848
  .amis-scope .cxd-Table-table th,
@@ -96099,10 +95876,6 @@ title: Word Break
96099
95876
  padding-right: 0.625rem !important;
96100
95877
  }
96101
95878
 
96102
- .amis-scope .cxd-Table-table--withCombine > tbody > tr.cxd-Table-tr--odd {
96103
- background: transparent;
96104
- }
96105
-
96106
95879
  .amis-scope .cxd-Table-table--withCombine > tbody > tr:hover {
96107
95880
  background: transparent;
96108
95881
  }
@@ -96112,7 +95885,7 @@ title: Word Break
96112
95885
  }
96113
95886
 
96114
95887
  .amis-scope .cxd-Table-table--withCombine > tbody > tr > td:not(:last-child) {
96115
- border-right: 0.0625rem solid #e8e9eb;
95888
+ border-right: 1px solid #e8e9eb;
96116
95889
  }
96117
95890
 
96118
95891
  .amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
@@ -96126,7 +95899,7 @@ title: Word Break
96126
95899
  2
96127
95900
  ) 0.625rem;
96128
95901
  text-align: left;
96129
- border-bottom: 0.0625rem solid #ffffff;
95902
+ border-bottom: 1px solid #ffffff;
96130
95903
  font-size: 14px;
96131
95904
  color: #151b26;
96132
95905
  font-weight: 400;
@@ -96151,7 +95924,7 @@ title: Word Break
96151
95924
  }
96152
95925
 
96153
95926
  .amis-scope .cxd-Table-table > thead > tr > th:not(:last-child) {
96154
- border-right: 0.0625rem solid #ffffff;
95927
+ border-right: 1px solid #ffffff;
96155
95928
  }
96156
95929
 
96157
95930
  .amis-scope .cxd-Table-table > thead > tr > th .cxd-Remark {
@@ -96171,24 +95944,23 @@ title: Word Break
96171
95944
  }
96172
95945
 
96173
95946
  .amis-scope .cxd-Table-table > thead > tr + tr {
96174
- border-top: 0.0625rem solid #e8e9eb;
95947
+ border-top: 1px solid #e8e9eb;
96175
95948
  }
96176
95949
 
96177
95950
  .amis-scope .cxd-Table-table > thead > tr {
96178
- border-bottom: 0.0625rem solid #e8e9eb;
95951
+ border-bottom: 1px solid #e8e9eb;
96179
95952
  }
96180
95953
 
96181
95954
  .amis-scope .cxd-Table-table > tbody > tr {
96182
95955
  position: relative;
96183
- background: transparent;
96184
95956
  }
96185
95957
 
96186
95958
  .amis-scope .cxd-Table-table > tbody > tr + tr {
96187
- border-top: 0.0625rem solid #e8e9eb;
95959
+ border-top: 1px solid #e8e9eb;
96188
95960
  }
96189
95961
 
96190
95962
  .amis-scope .cxd-Table-table > tbody > tr + tr > th {
96191
- border-top: 0.0625rem solid #ffffff;
95963
+ border-top: 1px solid #ffffff;
96192
95964
  }
96193
95965
 
96194
95966
  .amis-scope .cxd-Table-table > tbody > tr > th {
@@ -96196,7 +95968,7 @@ title: Word Break
96196
95968
  color: #151b26;
96197
95969
  font-weight: 400;
96198
95970
  white-space: nowrap;
96199
- border-right: 0.0625rem solid #ffffff;
95971
+ border-right: 1px solid #ffffff;
96200
95972
  }
96201
95973
 
96202
95974
  .amis-scope .cxd-Table-table > tbody > tr > td,
@@ -96217,10 +95989,6 @@ title: Word Break
96217
95989
  padding-right: 1rem;
96218
95990
  }
96219
95991
 
96220
- .amis-scope .cxd-Table-table > tbody > tr.cxd-Table-tr--odd {
96221
- background: transparent;
96222
- }
96223
-
96224
95992
  .amis-scope .cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
96225
95993
  cursor: pointer;
96226
95994
  }
@@ -97361,7 +97129,7 @@ title: Word Break
97361
97129
  pointer-events: all;
97362
97130
  position: absolute;
97363
97131
  background: linear-gradient(90deg, rgba(245, 251, 255, 0) 0%, rgba(245, 251, 255, 1) 20%, rgba(245, 251, 255, 1) 100%);
97364
- top: 0.0625rem;
97132
+ top: 1px;
97365
97133
  bottom: 0;
97366
97134
  right: 0;
97367
97135
  padding-left: 5rem;
@@ -97427,7 +97195,7 @@ title: Word Break
97427
97195
  }
97428
97196
 
97429
97197
  .amis-scope .cxd-Table-footTable > tbody > tr:not(:first-child) {
97430
- border-top: 0.0625rem solid #f2f3f5;
97198
+ border-top: 1px solid #f2f3f5;
97431
97199
  }
97432
97200
 
97433
97201
  .amis-scope .cxd-Table-expandBtn {
@@ -97613,7 +97381,7 @@ title: Word Break
97613
97381
  }
97614
97382
 
97615
97383
  .amis-scope .cxd-Table2.cxd-Table-bordered {
97616
- border-width: 0.0625rem 0.0625rem 0 0.0625rem;
97384
+ border-width: 1px 1px 0 1px;
97617
97385
  border-style: solid;
97618
97386
  border-color: #e8e9eb;
97619
97387
  border-collapse: inherit;
@@ -97622,7 +97390,7 @@ title: Word Break
97622
97390
  .amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > thead > tr > th,
97623
97391
  .amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td,
97624
97392
  .amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td {
97625
- border-right: 0.0625rem solid #e8e9eb;
97393
+ border-right: 1px solid #e8e9eb;
97626
97394
  }
97627
97395
 
97628
97396
  .amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-table > thead > tr > th:last-child,
@@ -97632,39 +97400,24 @@ title: Word Break
97632
97400
  }
97633
97401
 
97634
97402
  .amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-footer {
97635
- border-bottom: 0.0625rem solid #e8e9eb;
97403
+ border-bottom: 1px solid #e8e9eb;
97636
97404
  }
97637
97405
 
97638
97406
  .amis-scope .cxd-Table2.cxd-Table-bordered .cxd-Table-title {
97639
- border-bottom: 0.0625rem solid #e8e9eb;
97407
+ border-bottom: 1px solid #e8e9eb;
97640
97408
  }
97641
97409
 
97642
97410
  .amis-scope .cxd-Table2.cxd-Table-large .cxd-Table-table > thead > tr > th {
97643
- padding: calc(
97644
- (
97645
- 3.8125rem - 12px *
97646
- 1.5
97647
- ) / 2
97648
- ) 0.75rem;
97411
+ padding: 1.25rem 0.75rem 1.25rem 0.75rem;
97649
97412
  }
97650
97413
 
97651
97414
  .amis-scope .cxd-Table2.cxd-Table-large .cxd-Table-table > tbody > tr > td,
97652
97415
  .amis-scope .cxd-Table2.cxd-Table-large .cxd-Table-table > tbody > tr > th {
97653
- padding: calc(
97654
- (
97655
- 3.8125rem - 12px *
97656
- 1.5
97657
- ) / 2
97658
- ) 0.75rem;
97416
+ padding: 1.25rem 0.75rem 1.25rem 0.75rem;
97659
97417
  }
97660
97418
 
97661
97419
  .amis-scope .cxd-Table2.cxd-Table-large .cxd-Table-table > tfoot > tr > td {
97662
- padding: calc(
97663
- (
97664
- 3.8125rem - 12px *
97665
- 1.5
97666
- ) / 2
97667
- ) 0.75rem;
97420
+ padding: 1.25rem 0.75rem 1.25rem 0.75rem;
97668
97421
  }
97669
97422
 
97670
97423
  .amis-scope .cxd-Table2.cxd-Table-large .cxd-TableCell-filterBtn {
@@ -97672,31 +97425,16 @@ title: Word Break
97672
97425
  }
97673
97426
 
97674
97427
  .amis-scope .cxd-Table2.cxd-Table-small .cxd-Table-table > thead > tr > th {
97675
- padding: calc(
97676
- (
97677
- 2.0625rem - 12px *
97678
- 1.5
97679
- ) / 2
97680
- ) 0.25rem;
97428
+ padding: 0.375rem 0.25rem 0.375rem 0.25rem;
97681
97429
  }
97682
97430
 
97683
97431
  .amis-scope .cxd-Table2.cxd-Table-small .cxd-Table-table > tbody > tr > td,
97684
97432
  .amis-scope .cxd-Table2.cxd-Table-small .cxd-Table-table > tbody > tr > th {
97685
- padding: calc(
97686
- (
97687
- 2.0625rem - 12px *
97688
- 1.5
97689
- ) / 2
97690
- ) 0.25rem;
97433
+ padding: 0.375rem 0.25rem 0.375rem 0.25rem;
97691
97434
  }
97692
97435
 
97693
97436
  .amis-scope .cxd-Table2.cxd-Table-small .cxd-Table-table > tfoot > tr > td {
97694
- padding: calc(
97695
- (
97696
- 2.0625rem - 12px *
97697
- 1.5
97698
- ) / 2
97699
- ) 0.25rem;
97437
+ padding: 0.375rem 0.25rem 0.375rem 0.25rem;
97700
97438
  }
97701
97439
 
97702
97440
  .amis-scope .cxd-Table2.cxd-Table-small .cxd-TableCell-filterBtn {
@@ -97705,8 +97443,12 @@ title: Word Break
97705
97443
 
97706
97444
  .amis-scope .cxd-Table2 .cxd-Table-title,
97707
97445
  .amis-scope .cxd-Table2 .cxd-Table-footer {
97446
+ color: #151b26;
97447
+ font-size: 14px;
97448
+ font-weight: 400;
97449
+ line-height: 1.5;
97708
97450
  background: #ffffff;
97709
- padding: calc( ( 2.5rem - 12px * 1.5 ) / 2 ) 0.5rem;
97451
+ padding: 0.625rem 0.5rem 0.625rem 0.5rem;
97710
97452
  }
97711
97453
 
97712
97454
  .amis-scope .cxd-Table2 .cxd-Table-header {
@@ -97764,6 +97506,8 @@ title: Word Break
97764
97506
  margin-bottom: 0;
97765
97507
  font-size: 12px;
97766
97508
  color: #151b26;
97509
+ font-weight: 400;
97510
+ line-height: 1.5;
97767
97511
  background: #ffffff;
97768
97512
  border-spacing: 0;
97769
97513
  border-collapse: collapse;
@@ -97789,15 +97533,11 @@ title: Word Break
97789
97533
 
97790
97534
  .amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th {
97791
97535
  background: #f7f8fa;
97792
- padding: calc(
97793
- (
97794
- 2.5625rem - 12px *
97795
- 1.5
97796
- ) / 2
97797
- ) 0.625rem;
97536
+ padding: 0.625rem 0.625rem 0.625rem 0.625rem;
97798
97537
  font-size: 14px;
97799
97538
  color: #151b26;
97800
97539
  font-weight: 400;
97540
+ line-height: 1.5;
97801
97541
  white-space: nowrap;
97802
97542
  }
97803
97543
 
@@ -97810,7 +97550,7 @@ title: Word Break
97810
97550
  }
97811
97551
 
97812
97552
  .amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th:not(.cxd-Table-cell-last) {
97813
- border-right: 0.0625rem solid #ffffff;
97553
+ border-right: 1px solid #ffffff;
97814
97554
  }
97815
97555
 
97816
97556
  .amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-row-expand-icon-cell {
@@ -97828,13 +97568,13 @@ title: Word Break
97828
97568
  }
97829
97569
 
97830
97570
  .amis-scope .cxd-Table2 .cxd-Table-table > thead > tr:not(:last-child) {
97831
- border-bottom: 0.0625rem solid #e8e9eb;
97571
+ border-bottom: 1px solid #e8e9eb;
97832
97572
  }
97833
97573
 
97834
97574
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr {
97835
97575
  position: relative;
97836
- border-bottom: 0.0625rem solid #e8e9eb;
97837
- background: transparent;
97576
+ border-bottom: 1px solid #e8e9eb;
97577
+ background: #ffffff;
97838
97578
  }
97839
97579
 
97840
97580
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-summary-row > td {
@@ -97845,18 +97585,14 @@ title: Word Break
97845
97585
  background: #f7f8fa;
97846
97586
  color: #151b26;
97847
97587
  font-weight: 400;
97588
+ line-height: 1.5;
97848
97589
  white-space: nowrap;
97849
- border-right: 0.0625rem solid #ffffff;
97590
+ border-right: 1px solid #ffffff;
97850
97591
  }
97851
97592
 
97852
97593
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td,
97853
97594
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > th {
97854
- padding: calc(
97855
- (
97856
- 2.5625rem - 12px *
97857
- 1.5
97858
- ) / 2
97859
- ) 0.625rem;
97595
+ padding: 0.625rem 0.625rem 0.625rem 0.625rem;
97860
97596
  }
97861
97597
 
97862
97598
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > td:first-child,
@@ -97935,6 +97671,7 @@ title: Word Break
97935
97671
  background: #f7f8fa;
97936
97672
  color: #151b26;
97937
97673
  font-weight: 400;
97674
+ line-height: 1.5;
97938
97675
  }
97939
97676
 
97940
97677
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light {
@@ -98928,16 +98665,11 @@ title: Word Break
98928
98665
  }
98929
98666
 
98930
98667
  .amis-scope .cxd-Table2 .cxd-Table-table > tfoot > tr {
98931
- border-bottom: 0.0625rem solid #e8e9eb;
98668
+ border-bottom: 1px solid #e8e9eb;
98932
98669
  }
98933
98670
 
98934
98671
  .amis-scope .cxd-Table2 .cxd-Table-table > tfoot > tr > td {
98935
- padding: calc(
98936
- (
98937
- 2.5625rem - 12px *
98938
- 1.5
98939
- ) / 2
98940
- ) 0.625rem;
98672
+ padding: 0.625rem 0.625rem 0.625rem 0.625rem;
98941
98673
  background: #f7f8fa;
98942
98674
  }
98943
98675
 
@@ -99012,7 +98744,8 @@ title: Word Break
99012
98744
  .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn {
99013
98745
  cursor: pointer;
99014
98746
  width: 0.875rem;
99015
- height: 1rem;
98747
+ height: 100%;
98748
+ vertical-align: middle;
99016
98749
  position: static;
99017
98750
  display: inline-block;
99018
98751
  transform: none;
@@ -99024,9 +98757,9 @@ title: Word Break
99024
98757
  color: #2468f2;
99025
98758
  }
99026
98759
 
99027
- .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--up > svg,
99028
- .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--down > svg,
99029
- .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--default > svg {
98760
+ .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--up svg,
98761
+ .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--down svg,
98762
+ .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--default svg {
99030
98763
  color: inherit;
99031
98764
  width: 13px;
99032
98765
  height: 13px;
@@ -99065,7 +98798,7 @@ title: Word Break
99065
98798
  margin-left: 0.5rem;
99066
98799
  }
99067
98800
 
99068
- .amis-scope .cxd-Table2 .cxd-TableCell-searchBtn svg.icon {
98801
+ .amis-scope .cxd-Table2 .cxd-TableCell-searchBtn svg {
99069
98802
  width: 12px;
99070
98803
  height: 12px;
99071
98804
  }
@@ -99091,6 +98824,8 @@ title: Word Break
99091
98824
  .amis-scope .cxd-Table2 .cxd-TableCell-filterBtn {
99092
98825
  cursor: pointer;
99093
98826
  width: 1rem;
98827
+ height: 100%;
98828
+ vertical-align: middle;
99094
98829
  position: static;
99095
98830
  display: inline-block;
99096
98831
  transform: none;
@@ -99098,7 +98833,7 @@ title: Word Break
99098
98833
  margin-left: 0.5rem;
99099
98834
  }
99100
98835
 
99101
- .amis-scope .cxd-Table2 .cxd-TableCell-filterBtn svg.icon {
98836
+ .amis-scope .cxd-Table2 .cxd-TableCell-filterBtn svg {
99102
98837
  width: 13px;
99103
98838
  height: 13px;
99104
98839
  }
@@ -99227,6 +98962,26 @@ title: Word Break
99227
98962
  left: 0;
99228
98963
  }
99229
98964
 
98965
+ .amis-scope .cxd-Table2 .table-sort-default {
98966
+ content: '<svg viewBox="0 0 7 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon points="3.5354 0.0004 2.8284 0.7064 0.0004 3.5344 0.7074 4.2424 3.0354 1.9134 3.0354 5.0354 4.0354 5.0354 4.0354 1.9134 6.3634 4.2424 7.0704 3.5344 4.2424 0.7064"></polygon><polygon points="3.035 7.0348 3.035 10.1558 0.708 7.8278 0 8.5348 2.828 11.3628 3.535 12.0708 4.243 11.3628 7.071 8.5348 6.363 7.8278 4.036 10.1558 4.036 7.0348"></polygon></g></svg>';
98967
+ }
98968
+
98969
+ .amis-scope .cxd-Table2 .table-sort-up {
98970
+ content: '<svg viewBox="0 0 7 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon points="3.5 0 2.8 0.703 0 3.514 0.7 4.217 3.005 1.903 3.005 10 3.995 10 3.995 1.903 6.3 4.217 7 3.514 4.2 0.703"></polygon></g></svg>';
98971
+ }
98972
+
98973
+ .amis-scope .cxd-Table2 .table-sort-down {
98974
+ content: '<svg viewBox="0 0 7 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon transform="translate(3.500000, 5.000000) scale(1, -1) translate(-3.500000, -5.000000) " points="3.5 0 2.8 0.703 0 3.514 0.7 4.217 3.005 1.903 3.005 10 3.995 10 3.995 1.903 6.3 4.217 7 3.514 4.2 0.703"></polygon></g></svg>';
98975
+ }
98976
+
98977
+ .amis-scope .cxd-Table2 .table-filter-icon {
98978
+ content: '<svg viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g fill="currentColor"><path d="M0,0 L4,4.999 L4.082,10 L8,12 L8,4.999 L12,0 L0,0 Z M5.0528196,9.05445227 L4.97933146,4.82735426 L4.97320745,4.49967969 L4.75580505,4.24311339 L2,1 L10,1 L7.24419495,4.24311339 L7.02066854,4.50640615 L7.02066854,4.84272902 L7.02066854,10 L5.0528196,9.05445227 Z" ></path></g></g></svg>';
98979
+ }
98980
+
98981
+ .amis-scope .cxd-Table2 .table-search-icon {
98982
+ content: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18" version="1.1"><path d="M2,8 C2,4.691 4.691,2 8,2 C11.309,2 14,4.691 14,8 C14,11.309 11.309,14 8,14 C4.691,14 2,11.309 2,8 L2,8 Z M18,16.586 L14.314,12.9 C15.367,11.545 16,9.849 16,8 C16,3.582 12.418,0 8,0 C3.582,0 0,3.582 0,8 C0,12.418 3.582,16 8,16 C9.849,16 11.545,15.367 12.9,14.314 L16.586,18 L18,16.586 Z" fill="currentColor"></path></svg>';
98983
+ }
98984
+
99230
98985
  .amis-scope .cxd-InputTable-toolbar {
99231
98986
  display: flex;
99232
98987
  flex-direction: row;
@@ -99314,10 +99069,7 @@ title: Word Break
99314
99069
 
99315
99070
  .amis-scope .cxd-ColumnToggler-menuItem,
99316
99071
  .amis-scope .cxd-ColumnToggler-menu > li {
99317
- padding: calc(
99318
- (2.125rem - 14px * 1.5) /
99319
- 2
99320
- ) 0.5rem;
99072
+ padding: 0.375rem 0.5rem 0.375rem 0.5rem;
99321
99073
  white-space: nowrap;
99322
99074
  box-sizing: border-box;
99323
99075
  height: 2.125rem;
@@ -99325,6 +99077,7 @@ title: Word Break
99325
99077
  user-select: none;
99326
99078
  color: #2468f2;
99327
99079
  text-decoration: none;
99080
+ background: #ffffff;
99328
99081
  }
99329
99082
 
99330
99083
  .amis-scope .cxd-ColumnToggler-menuItem:hover,
@@ -100535,7 +100288,7 @@ title: Word Break
100535
100288
 
100536
100289
  .amis-scope .cxd-Progress-line-inter {
100537
100290
  height: 100%;
100538
- background-color: #d3d9e6;
100291
+ background-color: #e8e9eb;
100539
100292
  overflow: hidden;
100540
100293
  border-radius: 4px;
100541
100294
  }
@@ -100547,6 +100300,8 @@ title: Word Break
100547
100300
  white-space: nowrap;
100548
100301
  text-align: left;
100549
100302
  word-break: normal;
100303
+ color: #151b26;
100304
+ font-size: 12px;
100550
100305
  }
100551
100306
 
100552
100307
  .amis-scope .cxd-Progress-line-text .icon {
@@ -100562,6 +100317,10 @@ title: Word Break
100562
100317
  border-radius: 4px;
100563
100318
  }
100564
100319
 
100320
+ .amis-scope .cxd-Progress-line-bar.bg-info {
100321
+ background: #2468f2;
100322
+ }
100323
+
100565
100324
  .amis-scope .cxd-Progress-line-bar--stripe {
100566
100325
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
100567
100326
  background-size: 2rem 2rem;
@@ -100604,6 +100363,8 @@ title: Word Break
100604
100363
  white-space: normal;
100605
100364
  text-align: center;
100606
100365
  transform: translate(-50%, -50%);
100366
+ color: #151b26;
100367
+ font-size: 12px;
100607
100368
  }
100608
100369
 
100609
100370
  .amis-scope .cxd-Progress-circle-text .icon {
@@ -101025,6 +100786,18 @@ title: Word Break
101025
100786
  color: #ff9326;
101026
100787
  }
101027
100788
 
100789
+ .amis-scope .cxd-StatusField .cxd-Status-icon.icon-fail {
100790
+ color: #f23d3d;
100791
+ }
100792
+
100793
+ .amis-scope .cxd-StatusField .cxd-Status-icon.icon-success {
100794
+ color: #30bf13;
100795
+ }
100796
+
100797
+ .amis-scope .cxd-StatusField .cxd-Status-icon.icon-schedule {
100798
+ color: #151b26;
100799
+ }
100800
+
101028
100801
  .amis-scope .cxd-Status-icon.rolling + .cxd-StatusField-label {
101029
100802
  color: #ff9326;
101030
100803
  }
@@ -101041,6 +100814,10 @@ title: Word Break
101041
100814
  color: #ff9326;
101042
100815
  }
101043
100816
 
100817
+ .amis-scope .cxd-Status-icon.icon-schedule + .cxd-StatusField-label {
100818
+ color: #151b26;
100819
+ }
100820
+
101044
100821
  .amis-scope .cxd-Carousel {
101045
100822
  min-width: 6.25rem;
101046
100823
  height: 12.5rem;
@@ -101324,7 +101101,7 @@ title: Word Break
101324
101101
  top: 50%;
101325
101102
  transform: translateY(-50%);
101326
101103
  cursor: pointer;
101327
- color: #999;
101104
+ color: #84878c;
101328
101105
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
101329
101106
  animation-name: disappear;
101330
101107
  animation-delay: 0s;
@@ -101470,7 +101247,7 @@ title: Word Break
101470
101247
  border-radius: 0.25rem;
101471
101248
  display: flex;
101472
101249
  align-items: flex-start;
101473
- padding: 0.25rem 1rem;
101250
+ padding: 0.25rem 1rem 0.25rem 1rem;
101474
101251
  position: absolute;
101475
101252
  bottom: 1.25rem;
101476
101253
  left: 50%;
@@ -101534,7 +101311,7 @@ title: Word Break
101534
101311
 
101535
101312
  .amis-scope .cxd-Images-item {
101536
101313
  display: flex;
101537
- margin: 0.25rem;
101314
+ margin: 0.25rem 0.25rem 0.25rem 0.25rem;
101538
101315
  }
101539
101316
 
101540
101317
  .amis-scope .cxd-Image {
@@ -101543,7 +101320,7 @@ title: Word Break
101543
101320
 
101544
101321
  .amis-scope .cxd-Image--thumb {
101545
101322
  display: inline-block;
101546
- padding: 0.25rem;
101323
+ padding: 0.25rem 0.25rem 0.25rem 0.25rem;
101547
101324
  }
101548
101325
 
101549
101326
  .amis-scope .cxd-Image-thumbWrap {
@@ -101658,11 +101435,14 @@ title: Word Break
101658
101435
 
101659
101436
  .amis-scope .cxd-Image-caption {
101660
101437
  font-size: 12px;
101438
+ color: #151b26;
101439
+ margin-top: var(--fonts-size-0);
101661
101440
  }
101662
101441
 
101663
101442
  .amis-scope .cxd-Image-title {
101664
101443
  font-size: 14px;
101665
101444
  color: #151b26;
101445
+ margin-top: 0rem;
101666
101446
  }
101667
101447
 
101668
101448
  .amis-scope .cxd-Image-overlay {
@@ -101754,7 +101534,7 @@ title: Word Break
101754
101534
  border: none;
101755
101535
  color: #151b26;
101756
101536
  width: 100%;
101757
- height: calc(1.5 * 14px);
101537
+ height: 1.5;
101758
101538
  }
101759
101539
 
101760
101540
  .amis-scope .cxd-InputBox input::placeholder {
@@ -102167,7 +101947,7 @@ title: Word Break
102167
101947
  border: none;
102168
101948
  color: #151b26;
102169
101949
  width: 100%;
102170
- height: calc(1.5 * 14px);
101950
+ height: 1.5;
102171
101951
  }
102172
101952
 
102173
101953
  .amis-scope .cxd-ResultBox input::placeholder {
@@ -102272,6 +102052,7 @@ title: Word Break
102272
102052
  max-width: 100%;
102273
102053
  overflow: hidden;
102274
102054
  text-overflow: ellipsis;
102055
+ word-break: break-all;
102275
102056
  }
102276
102057
 
102277
102058
  .amis-scope .cxd-ResultBox-pc-arrow {
@@ -102711,9 +102492,12 @@ title: Word Break
102711
102492
  align-items: center;
102712
102493
  font-size: 12px;
102713
102494
  max-width: 160px;
102714
- border-radius: 0.125rem;
102715
- background-color: #f2f2f4;
102716
- color: #151a26;
102495
+ border-radius: 0px
102496
+ 0px
102497
+ 0px
102498
+ 0px;
102499
+ background-color: #f2f3f5;
102500
+ color: var(--Tag-base-color);
102717
102501
  margin-bottom: 0.5rem;
102718
102502
  margin-right: 0.5rem;
102719
102503
  max-width: 96px;
@@ -103017,7 +102801,7 @@ title: Word Break
103017
102801
  .amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
103018
102802
  vertical-align: top;
103019
102803
  display: inline-block;
103020
- margin-right: 0.625rem;
102804
+ padding-right: 0.625rem;
103021
102805
  }
103022
102806
 
103023
102807
  .amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
@@ -103045,6 +102829,7 @@ title: Word Break
103045
102829
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
103046
102830
  font-size: 14px;
103047
102831
  color: #151b26;
102832
+ font-weight: 400;
103048
102833
  padding-right: 0.5rem;
103049
102834
  position: relative;
103050
102835
  display: inline-block;
@@ -103081,6 +102866,7 @@ title: Word Break
103081
102866
  padding-left: 0.625rem;
103082
102867
  font-size: 14px;
103083
102868
  color: #151b26;
102869
+ font-weight: 400;
103084
102870
  }
103085
102871
 
103086
102872
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
@@ -103091,8 +102877,9 @@ title: Word Break
103091
102877
  }
103092
102878
 
103093
102879
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description > span {
103094
- color: #84868c;
102880
+ color: #84878c;
103095
102881
  font-size: 12px;
102882
+ font-weight: 400;
103096
102883
  }
103097
102884
 
103098
102885
  .amis-scope .cxd-Steps .cxd-StepsItem:last-child {
@@ -103294,6 +103081,7 @@ title: Word Break
103294
103081
  margin-left: 6rem;
103295
103082
  border: 1px solid #2468f2;
103296
103083
  border-radius: 100%;
103084
+ background: #ffffff;
103297
103085
  }
103298
103086
 
103299
103087
  .amis-scope .cxd-Steps--ProgressDot .is-finish .cxd-StepsItem-containerTail:after {
@@ -103324,7 +103112,7 @@ title: Word Break
103324
103112
  .amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-title,
103325
103113
  .amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-subTitle,
103326
103114
  .amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-description {
103327
- color: #84868c;
103115
+ color: #84878c;
103328
103116
  }
103329
103117
 
103330
103118
  .amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
@@ -103333,13 +103121,46 @@ title: Word Break
103333
103121
  border: 1px solid #f23d3d;
103334
103122
  }
103335
103123
 
103336
- .amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
103124
+ .amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon {
103125
+ background-color: #2468f2;
103126
+ color: #ffffff;
103127
+ border: 1px solid #2468f2;
103128
+ }
103129
+
103337
103130
  .amis-scope .cxd-Steps .cxd-StepsItem.is-process .cxd-StepsItem-icon {
103338
103131
  background-color: #2468f2;
103339
103132
  color: #ffffff;
103340
103133
  border: 1px solid #2468f2;
103341
103134
  }
103342
103135
 
103136
+ .amis-scope .cxd-Steps--simple {
103137
+ justify-content: center;
103138
+ }
103139
+
103140
+ .amis-scope .cxd-Steps--simple .cxd-StepsItem {
103141
+ flex: none;
103142
+ }
103143
+
103144
+ .amis-scope .cxd-Steps--simple .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
103145
+ display: none;
103146
+ }
103147
+
103148
+ .amis-scope .cxd-Steps--simple .cxd-StepsItem-icon-line {
103149
+ display: inline-block;
103150
+ vertical-align: top;
103151
+ margin-left: 0.5rem;
103152
+ }
103153
+
103154
+ .amis-scope .cxd-Steps--simple .cxd-StepsItem-icon-line svg {
103155
+ width: 0.875rem;
103156
+ height: 0.875rem;
103157
+ font-size: 0.875rem;
103158
+ }
103159
+
103160
+ .amis-scope .cxd-Steps--simple .StepsItem-icon-line {
103161
+ content: "";
103162
+ }
103163
+
103343
103164
  .amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title::after {
103344
103165
  display: none !important;
103345
103166
  }
@@ -103599,14 +103420,11 @@ title: Word Break
103599
103420
  }
103600
103421
 
103601
103422
  .amis-scope fieldset.cxd-Collapse > legend {
103602
- font-weight: 400;
103603
- padding: 0.25rem 0;
103604
- font-size: 14px;
103605
- color: #151b26;
103606
103423
  border-left: #2468f2 0.25rem solid;
103607
- line-height: 1.2;
103608
- margin: 0.75rem 0;
103609
- padding: 0 0 0 14px;
103424
+ height: 1rem;
103425
+ line-height: 1rem;
103426
+ margin: 0.75rem 0rem 0.75rem 0rem;
103427
+ padding: 0rem 0rem 0rem 0.875rem;
103610
103428
  cursor: pointer;
103611
103429
  border-bottom: none !important;
103612
103430
  background: transparent;
@@ -103615,103 +103433,124 @@ title: Word Break
103615
103433
  justify-content: flex-end;
103616
103434
  }
103617
103435
 
103436
+ .amis-scope fieldset.cxd-Collapse > legend .cxd-TplField {
103437
+ font-weight: 400;
103438
+ font-size: 14px;
103439
+ color: #151b26;
103440
+ }
103441
+
103618
103442
  .amis-scope fieldset.cxd-Collapse > legend:hover {
103619
103443
  background: transparent;
103620
103444
  }
103621
103445
 
103622
103446
  .amis-scope fieldset.cxd-Collapse--xs {
103623
- padding: 20px 5px 5px 5px;
103447
+ padding: 1.25rem 0.25rem 0.25rem 0.25rem;
103624
103448
  }
103625
103449
 
103626
103450
  .amis-scope fieldset.cxd-Collapse--xs > legend {
103627
- left: 5px;
103628
- font-size: 12px;
103451
+ left: 0.25rem;
103629
103452
  padding: 0 3px;
103630
103453
  margin: 0 0 0 -3px;
103631
103454
  }
103632
103455
 
103456
+ .amis-scope fieldset.cxd-Collapse--xs > legend .cxd-TplField {
103457
+ font-size: 12px;
103458
+ }
103459
+
103633
103460
  .amis-scope fieldset.cxd-Collapse--xs > legend:hover {
103634
103461
  background-color: #ffffff;
103635
103462
  }
103636
103463
 
103637
103464
  .amis-scope fieldset.cxd-Collapse--xs:after {
103638
- top: 6px;
103465
+ top: calc(12px / 2);
103639
103466
  }
103640
103467
 
103641
103468
  .amis-scope fieldset.cxd-Collapse--sm {
103642
- padding: 25px 10px 10px 10px;
103469
+ padding: 1.5rem 0.625rem 0.625rem 0.625rem;
103643
103470
  }
103644
103471
 
103645
103472
  .amis-scope fieldset.cxd-Collapse--sm > legend {
103646
- left: 10px;
103647
- font-size: 12px;
103473
+ left: 0.625rem;
103648
103474
  padding: 0 5px;
103649
103475
  margin: 0 0 0 -5px;
103650
103476
  }
103651
103477
 
103478
+ .amis-scope fieldset.cxd-Collapse--sm > legend .cxd-TplField {
103479
+ font-size: 12px;
103480
+ }
103481
+
103652
103482
  .amis-scope fieldset.cxd-Collapse--sm > legend:hover {
103653
103483
  background-color: #ffffff;
103654
103484
  }
103655
103485
 
103656
103486
  .amis-scope fieldset.cxd-Collapse--sm:after {
103657
- top: 6px;
103487
+ top: calc(12px / 2);
103658
103488
  }
103659
103489
 
103660
103490
  .amis-scope fieldset.cxd-Collapse--base {
103661
- padding: 30px 1rem 1rem 1rem;
103491
+ padding: 1.875rem 1rem 1rem 1rem;
103662
103492
  }
103663
103493
 
103664
103494
  .amis-scope fieldset.cxd-Collapse--base > legend {
103665
103495
  left: 1rem;
103666
- font-size: 14px;
103667
103496
  padding: 0 8px;
103668
103497
  margin: 0 0 0 -8px;
103669
103498
  }
103670
103499
 
103500
+ .amis-scope fieldset.cxd-Collapse--base > legend .cxd-TplField {
103501
+ font-size: 14px;
103502
+ }
103503
+
103671
103504
  .amis-scope fieldset.cxd-Collapse--base > legend:hover {
103672
103505
  background-color: #ffffff;
103673
103506
  }
103674
103507
 
103675
103508
  .amis-scope fieldset.cxd-Collapse--base:after {
103676
- top: 7px;
103509
+ top: calc(14px / 2);
103677
103510
  }
103678
103511
 
103679
103512
  .amis-scope fieldset.cxd-Collapse--md {
103680
- padding: 30px 20px 20px 20px;
103513
+ padding: 1.875rem 1.25rem 1.25rem 1.25rem;
103681
103514
  }
103682
103515
 
103683
103516
  .amis-scope fieldset.cxd-Collapse--md > legend {
103684
- left: 20px;
103685
- font-size: 14px;
103517
+ left: 1.25rem;
103686
103518
  padding: 0 10px;
103687
103519
  margin: 0 0 0 -10px;
103688
103520
  }
103689
103521
 
103522
+ .amis-scope fieldset.cxd-Collapse--md > legend .cxd-TplField {
103523
+ font-size: 14px;
103524
+ }
103525
+
103690
103526
  .amis-scope fieldset.cxd-Collapse--md > legend:hover {
103691
103527
  background-color: #ffffff;
103692
103528
  }
103693
103529
 
103694
103530
  .amis-scope fieldset.cxd-Collapse--md:after {
103695
- top: 7px;
103531
+ top: calc(14px / 2);
103696
103532
  }
103697
103533
 
103698
103534
  .amis-scope fieldset.cxd-Collapse--lg {
103699
- padding: 40px 30px 30px 30px;
103535
+ padding: 2.5rem 1.875rem 1.875rem 1.875rem;
103700
103536
  }
103701
103537
 
103702
103538
  .amis-scope fieldset.cxd-Collapse--lg > legend {
103703
- left: 30px;
103704
- font-size: 16px;
103539
+ left: 1.875rem;
103705
103540
  padding: 0 1rem;
103706
103541
  margin: 0 0 0 calc(1rem * -1);
103707
103542
  }
103708
103543
 
103544
+ .amis-scope fieldset.cxd-Collapse--lg > legend .cxd-TplField {
103545
+ font-size: 16px;
103546
+ }
103547
+
103709
103548
  .amis-scope fieldset.cxd-Collapse--lg > legend:hover {
103710
103549
  background-color: #ffffff;
103711
103550
  }
103712
103551
 
103713
103552
  .amis-scope fieldset.cxd-Collapse--lg:after {
103714
- top: 9px;
103553
+ top: calc(16px / 2);
103715
103554
  }
103716
103555
 
103717
103556
  .amis-scope .cxd-Form-groupColumn {
@@ -104096,7 +103935,7 @@ title: Word Break
104096
103935
  border: none;
104097
103936
  color: #151b26;
104098
103937
  width: 100%;
104099
- height: calc(1.5 * 14px);
103938
+ height: 1.5;
104100
103939
  }
104101
103940
 
104102
103941
  .amis-scope .cxd-TextControl-input input::placeholder {
@@ -104221,6 +104060,14 @@ title: Word Break
104221
104060
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
104222
104061
  background: #ffffff;
104223
104062
  height: 2rem;
104063
+ align-items: center;
104064
+ }
104065
+
104066
+ .amis-scope .cxd-TextControl-input input {
104067
+ color: #151b26;
104068
+ font-size: 14px;
104069
+ font-weight: 400;
104070
+ line-height: 1.5;
104224
104071
  }
104225
104072
 
104226
104073
  .amis-scope .cxd-TextControl-input:hover,
@@ -104628,7 +104475,7 @@ title: Word Break
104628
104475
  border: none;
104629
104476
  color: #151b26;
104630
104477
  width: 100%;
104631
- height: calc(1.5 * 14px);
104478
+ height: 1.5;
104632
104479
  }
104633
104480
 
104634
104481
  .amis-scope .cxd-TextareaControl-input input::placeholder {
@@ -104863,7 +104710,8 @@ title: Word Break
104863
104710
  margin-left: 0.5rem;
104864
104711
  cursor: pointer;
104865
104712
  display: inline-block;
104866
- vertical-align: baseline;
104713
+ vertical-align: top;
104714
+ line-height: 1.5;
104867
104715
  }
104868
104716
 
104869
104717
  .amis-scope .cxd-Checkbox > i + span > a {
@@ -104894,10 +104742,19 @@ title: Word Break
104894
104742
 
104895
104743
  .amis-scope .cxd-Checkbox--checkbox {
104896
104744
  padding-left: 1rem;
104745
+ font-weight: 400;
104897
104746
  font-size: 0.875rem;
104898
104747
  color: #151b26;
104899
104748
  }
104900
104749
 
104750
+ .amis-scope .cxd-Checkbox--checkbox:hover {
104751
+ color: #151b26;
104752
+ }
104753
+
104754
+ .amis-scope .cxd-Checkbox--checkbox:active {
104755
+ color: #151b26;
104756
+ }
104757
+
104901
104758
  .amis-scope .cxd-Checkbox--checkbox input {
104902
104759
  margin-left: calc(1rem * -1);
104903
104760
  }
@@ -105199,11 +105056,17 @@ title: Word Break
105199
105056
 
105200
105057
  .amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox:hover {
105201
105058
  border-color: #e8e9eb !important;
105059
+ box-shadow: -1px 0 0 0 #e8e9eb !important;
105060
+ }
105061
+
105062
+ .amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox:hover:first-child {
105063
+ box-shadow: none !important;
105202
105064
  }
105203
105065
 
105204
105066
  .amis-scope .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox {
105205
105067
  background: #f7f8fa;
105206
105068
  border-color: #e8e9eb !important;
105069
+ box-shadow: none !important;
105207
105070
  }
105208
105071
 
105209
105072
  .amis-scope .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox:hover {
@@ -105545,7 +105408,7 @@ title: Word Break
105545
105408
  }
105546
105409
 
105547
105410
  .amis-scope .cxd-TableSelection .cxd-Table-content {
105548
- border-top: 0.0625rem solid #e8e9eb;
105411
+ border-top: 1px solid #e8e9eb;
105549
105412
  }
105550
105413
 
105551
105414
  .amis-scope .cxd-TableSelection .cxd-Table-content.is-virtual {
@@ -106235,6 +106098,11 @@ title: Word Break
106235
106098
  color: #b8babf;
106236
106099
  }
106237
106100
 
106101
+ .amis-scope .is-error > .cxd-Number {
106102
+ border-color: #f23d3d;
106103
+ background: #ffffff;
106104
+ }
106105
+
106238
106106
  .amis-scope .cxd-Number-disabled {
106239
106107
  border-color: #e8e9eb;
106240
106108
  }
@@ -106318,13 +106186,14 @@ title: Word Break
106318
106186
  .amis-scope .cxd-NumberControl--withUnit .cxd-NumberControl-unit {
106319
106187
  border-top-left-radius: 0 !important;
106320
106188
  border-bottom-left-radius: 0 !important;
106189
+ background-color: #f7f8fa;
106321
106190
  min-width: 3.5rem;
106322
106191
  padding: calc(
106323
106192
  (
106324
106193
  2rem - 1.5 *
106325
106194
  14px - 0.0625rem * 2
106326
106195
  ) / 2
106327
- ) 0 calc(
106196
+ ) 0.625rem calc(
106328
106197
  (
106329
106198
  2rem - 1.5 *
106330
106199
  14px - 0.0625rem * 2
@@ -106334,6 +106203,9 @@ title: Word Break
106334
106203
 
106335
106204
  .amis-scope .cxd-NumberControl--withUnit .cxd-NumberControl-single-unit {
106336
106205
  cursor: default;
106206
+ text-align: center;
106207
+ min-width: unset;
106208
+ padding: 0 0.625rem;
106337
106209
  }
106338
106210
 
106339
106211
  .amis-scope .cxd-Number--enhance {
@@ -107606,6 +107478,11 @@ title: Word Break
107606
107478
  box-shadow: none;
107607
107479
  }
107608
107480
 
107481
+ .amis-scope .is-error > .cxd-ColorPicker {
107482
+ border-color: #f23d3d;
107483
+ background: #ffffff;
107484
+ }
107485
+
107609
107486
  .amis-scope .cxd-ColorPicker.is-disabled {
107610
107487
  background: #e8e9eb;
107611
107488
  color: #b8babf;
@@ -107806,6 +107683,11 @@ title: Word Break
107806
107683
  color: #151b26;
107807
107684
  }
107808
107685
 
107686
+ .amis-scope .is-error > .cxd-DatePicker {
107687
+ border-color: #f23d3d;
107688
+ background: #ffffff;
107689
+ }
107690
+
107809
107691
  .amis-scope .cxd-DatePicker.is-disabled {
107810
107692
  background: #f7f8fa;
107811
107693
  border-width: 1px 1px 1px 1px;
@@ -108614,10 +108496,15 @@ title: Word Break
108614
108496
 
108615
108497
  .amis-scope .cxd-DateCalendar {
108616
108498
  display: inline-block;
108617
- border: 1px
108499
+ border-width: 1px
108618
108500
  1px
108619
108501
  1px
108620
- 1px solid #e8e9eb
108502
+ 1px;
108503
+ border-style: solid
108504
+ solid
108505
+ solid
108506
+ solid;
108507
+ border-color: #e8e9eb
108621
108508
  #e8e9eb
108622
108509
  #e8e9eb
108623
108510
  #e8e9eb;
@@ -108707,6 +108594,11 @@ title: Word Break
108707
108594
  color: #151b26;
108708
108595
  }
108709
108596
 
108597
+ .amis-scope .is-error > .cxd-DateRangePicker {
108598
+ border-color: #f23d3d;
108599
+ background: #ffffff;
108600
+ }
108601
+
108710
108602
  .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
108711
108603
  border: none;
108712
108604
  border-bottom: 2px solid transparent;
@@ -108991,7 +108883,13 @@ title: Word Break
108991
108883
  outline: none;
108992
108884
  }
108993
108885
 
108886
+ .amis-scope .cxd-ImageControl .ImageControl-addBtn-icon {
108887
+ z-index: 1;
108888
+ content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g><rect fill="currentColor" opacity="0" x="0" y="0" width="16" height="16"></rect><path d="M8.5,2 L8.5,7.5 L14,7.5 L14,8.5 L8.5,8.5 L8.5,14 L7.5,14 L7.5,8.5 L2,8.5 L2,7.5 L7.5,7.5 L7.5,2 L8.5,2 Z" fill="currentColor" fill-rule="nonzero"></path></g></g></svg>';
108889
+ }
108890
+
108994
108891
  .amis-scope .cxd-ImageControl-addBtn {
108892
+ position: relative;
108995
108893
  margin: 0;
108996
108894
  width: 7.5rem;
108997
108895
  height: 7.5rem;
@@ -109010,6 +108908,20 @@ title: Word Break
109010
108908
  box-shadow: 0px 0px 0px 0px transparent;
109011
108909
  }
109012
108910
 
108911
+ .amis-scope .cxd-ImageControl-addBtn-bg {
108912
+ position: absolute;
108913
+ z-index: 0;
108914
+ overflow: hidden;
108915
+ left: 0;
108916
+ right: 0;
108917
+ top: 0;
108918
+ bottom: 0;
108919
+ }
108920
+
108921
+ .amis-scope .cxd-ImageControl-addBtn-bg .cxd-Image {
108922
+ border: 0;
108923
+ }
108924
+
109013
108925
  .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
109014
108926
  color: #84878c;
109015
108927
  background: #ffffff;
@@ -109056,31 +108968,42 @@ title: Word Break
109056
108968
  box-shadow: 0px 0px 0px 0px transparent;
109057
108969
  }
109058
108970
 
109059
- .amis-scope .cxd-ImageControl-addBtn > svg {
108971
+ .amis-scope .cxd-ImageControl-addBtn svg {
109060
108972
  top: 0;
109061
108973
  margin-bottom: 0.5rem;
109062
108974
  font-size: 1.5rem;
109063
108975
  color: #84878c;
108976
+ width: 1.5rem;
108977
+ height: 1.5rem;
109064
108978
  }
109065
108979
 
109066
108980
  .amis-scope .cxd-ImageControl-addBtn-text {
108981
+ z-index: 1;
109067
108982
  font-size: 14px;
109068
108983
  font-weight: 400;
109069
108984
  }
109070
108985
 
109071
- .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover > svg {
108986
+ .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).is-invalid:hover {
108987
+ border-color: #f23d3d;
108988
+ }
108989
+
108990
+ .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover svg {
109072
108991
  color: #84878c;
109073
108992
  }
109074
108993
 
109075
- .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active > svg {
108994
+ .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active svg {
109076
108995
  color: #84878c;
109077
108996
  }
109078
108997
 
108998
+ .amis-scope .cxd-ImageControl-addBtn.is-invalid {
108999
+ border-color: #f23d3d;
109000
+ }
109001
+
109079
109002
  .amis-scope .cxd-ImageControl-addBtn.is-disabled {
109080
109003
  pointer-events: none;
109081
109004
  }
109082
109005
 
109083
- .amis-scope .cxd-ImageControl-addBtn.is-disabled > svg {
109006
+ .amis-scope .cxd-ImageControl-addBtn.is-disabled svg {
109084
109007
  color: #b8babf;
109085
109008
  }
109086
109009
 
@@ -109105,27 +109028,28 @@ title: Word Break
109105
109028
  margin: 30px 0 0 0.5rem;
109106
109029
  }
109107
109030
 
109108
- .amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn {
109031
+ .amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn:not(.is-invalid) {
109109
109032
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
109110
109033
  background: #ffffff;
109111
109034
  color: #84878c;
109112
109035
  }
109113
109036
 
109114
- .amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn > svg {
109037
+ .amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn:not(.is-invalid) > svg {
109115
109038
  color: #84878c;
109116
109039
  }
109117
109040
 
109118
- .amis-scope .cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled) {
109041
+ .amis-scope .cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled):not(.is-invalid) {
109119
109042
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
109120
109043
  background: #ffffff;
109121
109044
  color: #84878c;
109122
109045
  }
109123
109046
 
109124
- .amis-scope .cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled) .cxd-ImageControl-addBtn-text {
109047
+ .amis-scope .cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled):not(.is-invalid) .cxd-ImageControl-addBtn-text {
109125
109048
  color: #84878c;
109126
109049
  }
109127
109050
 
109128
109051
  .amis-scope .cxd-ImageControl-item {
109052
+ border: 0.0625rem solid #e8e9eb;
109129
109053
  border-radius: 4px;
109130
109054
  vertical-align: top;
109131
109055
  padding: 0.25rem;
@@ -109141,6 +109065,10 @@ title: Word Break
109141
109065
  border-color: #f23d3d;
109142
109066
  }
109143
109067
 
109068
+ .amis-scope .cxd-ImageControl-item-errorTip {
109069
+ color: #f23d3d;
109070
+ }
109071
+
109144
109072
  .amis-scope .cxd-ImageControl-item svg.icon-refresh {
109145
109073
  transform: rotate(180deg);
109146
109074
  }
@@ -109725,7 +109653,10 @@ title: Word Break
109725
109653
  .amis-scope .cxd-RichTextControl {
109726
109654
  min-height: 12.5rem;
109727
109655
  height: auto;
109728
- border: 0.0625rem solid #e8e9eb;
109656
+ border-width: 1px 1px 1px 1px;
109657
+ border-style: solid solid solid solid;
109658
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
109659
+ border-radius: 0px 0px 0px 0px;
109729
109660
  width: 100%;
109730
109661
  }
109731
109662
 
@@ -109765,34 +109696,18 @@ title: Word Break
109765
109696
  border: none;
109766
109697
  }
109767
109698
 
109768
- .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn,
109769
- .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn {
109770
- color: var(--Button--default-color);
109771
- }
109772
-
109773
- .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
109774
- .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
109775
- color: #2468f2;
109776
- background: #ffffff;
109777
- }
109778
-
109779
- .amis-scope .cxd-RichTextControl .fr-desktop .fr-command:hover,
109780
- .amis-scope .cxd-RichTextControl .fr-desktop .fr-command:focus {
109781
- background: #ffffff;
109782
- }
109783
-
109784
- .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
109785
- .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
109786
- background: #ffffff;
109787
- }
109788
-
109789
- .amis-scope .cxd-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
109790
- background: #2468f2;
109791
- color: #fff;
109699
+ .amis-scope .cxd-RichTextControl:hover {
109700
+ border-width: 1px 1px 1px 1px;
109701
+ border-style: solid solid solid solid;
109702
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
109703
+ border-radius: 0px 0px 0px 0px;
109792
109704
  }
109793
109705
 
109794
109706
  .amis-scope .cxd-RichTextControl.is-focused {
109795
- border: 0.0625rem solid #2468f2;
109707
+ border-width: 1px 1px 1px 1px;
109708
+ border-style: solid solid solid solid;
109709
+ border-color: #2468f2 #2468f2 #2468f2 #2468f2;
109710
+ border-radius: 0px 0px 0px 0px;
109796
109711
  }
109797
109712
 
109798
109713
  .amis-scope .cxd-RichTextControl .fr-box.fr-basic .fr-element {
@@ -109804,13 +109719,19 @@ title: Word Break
109804
109719
  }
109805
109720
 
109806
109721
  .amis-scope .cxd-RichTextControl.is-disabled {
109807
- border-color: #e8e9eb;
109722
+ border-width: 1px 1px 1px 1px;
109723
+ border-style: solid solid solid solid;
109724
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
109725
+ border-radius: 0px 0px 0px 0px;
109808
109726
  pointer-events: none;
109809
109727
  opacity: 0.6;
109810
109728
  }
109811
109729
 
109812
109730
  .amis-scope .cxd-RichTextControl.is-disabled .fr-box.fr-basic.fr-top .fr-wrapper {
109813
- border-color: #e8e9eb;
109731
+ border-width: 1px 1px 1px 1px;
109732
+ border-style: solid solid solid solid;
109733
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
109734
+ border-radius: 0px 0px 0px 0px;
109814
109735
  }
109815
109736
 
109816
109737
  .tox-tinymce-aux {
@@ -110115,12 +110036,17 @@ title: Word Break
110115
110036
  .amis-scope .cxd-InputRange-marks div {
110116
110037
  position: absolute;
110117
110038
  top: 0;
110039
+ transform: translateX(-50%);
110118
110040
  }
110119
110041
 
110120
110042
  .amis-scope .cxd-InputRange-marks div span {
110121
110043
  position: absolute;
110122
110044
  left: 50%;
110123
110045
  transform: translateX(-50%);
110046
+ white-space: nowrap;
110047
+ max-width: 100%;
110048
+ overflow: hidden;
110049
+ text-overflow: ellipsis;
110124
110050
  }
110125
110051
 
110126
110052
  .amis-scope .cxd-RepeatControl .repeat-btn {
@@ -110149,13 +110075,6 @@ title: Word Break
110149
110075
  border: 1px solid #e8e9eb;
110150
110076
  padding: 6px 12px;
110151
110077
  border-radius: 2px;
110152
- max-height: 300px;
110153
- overflow: auto;
110154
- }
110155
-
110156
- .amis-scope .cxd-TreeControl.h-full {
110157
- max-height: none;
110158
- overflow: visible;
110159
110078
  }
110160
110079
 
110161
110080
  .amis-scope .cxd-TreeControl.no-border {
@@ -110181,6 +110100,11 @@ title: Word Break
110181
110100
  overflow: auto;
110182
110101
  }
110183
110102
 
110103
+ .amis-scope .cxd-TreeControl.h-auto > .cxd-Tree {
110104
+ max-height: none;
110105
+ overflow: visible;
110106
+ }
110107
+
110184
110108
  .amis-scope .cxd-Tree-list,
110185
110109
  .amis-scope .cxd-Tree-sublist {
110186
110110
  list-style: none;
@@ -110201,6 +110125,18 @@ title: Word Break
110201
110125
  position: relative;
110202
110126
  }
110203
110127
 
110128
+ .amis-scope .cxd-Tree-item > div {
110129
+ color: #151b26;
110130
+ }
110131
+
110132
+ .amis-scope .cxd-Tree-item > div:hover {
110133
+ color: #151b26;
110134
+ }
110135
+
110136
+ .amis-scope .cxd-Tree-item > div:active {
110137
+ color: #151b26;
110138
+ }
110139
+
110204
110140
  .amis-scope .cxd-Tree-item > div:hover {
110205
110141
  text-decoration: none;
110206
110142
  }
@@ -110223,6 +110159,14 @@ title: Word Break
110223
110159
  pointer-events: none;
110224
110160
  }
110225
110161
 
110162
+ .amis-scope .cxd-Tree.is-disabled .cxd-Tree-itemLabel.is-disabled {
110163
+ color: #b8babf;
110164
+ }
110165
+
110166
+ .amis-scope .cxd-Tree.is-disabled .cxd-Tree-itemLabel.is-disabled .cxd-Tree-itemArrow > svg {
110167
+ color: #84868c;
110168
+ }
110169
+
110226
110170
  .amis-scope .cxd-Tree.is-draggable {
110227
110171
  position: relative;
110228
110172
  }
@@ -110282,6 +110226,10 @@ title: Word Break
110282
110226
  visibility: visible;
110283
110227
  }
110284
110228
 
110229
+ .amis-scope .cxd-Tree-itemLabel .cxd-Checkbox {
110230
+ margin-right: 0.5rem;
110231
+ }
110232
+
110285
110233
  .amis-scope .cxd-Tree-item .is-checked {
110286
110234
  border-radius: 2px;
110287
110235
  }
@@ -110411,6 +110359,14 @@ title: Word Break
110411
110359
  color: #84868c;
110412
110360
  }
110413
110361
 
110362
+ .amis-scope .cxd-Tree-itemArrow > svg:hover {
110363
+ color: #84868c;
110364
+ }
110365
+
110366
+ .amis-scope .cxd-Tree-itemArrow > svg:active {
110367
+ color: #84868c;
110368
+ }
110369
+
110414
110370
  .amis-scope .cxd-Tree-itemArrow.is-folded > svg {
110415
110371
  transform: rotate(-90deg);
110416
110372
  }
@@ -110454,6 +110410,14 @@ title: Word Break
110454
110410
  white-space: nowrap;
110455
110411
  }
110456
110412
 
110413
+ .amis-scope .cxd-Tree-itemText:hover {
110414
+ color: #151b26;
110415
+ }
110416
+
110417
+ .amis-scope .cxd-Tree-itemText:active {
110418
+ color: #151b26;
110419
+ }
110420
+
110457
110421
  .amis-scope .is-disabled .cxd-Tree-itemText {
110458
110422
  color: #b8babf;
110459
110423
  }
@@ -110544,7 +110508,7 @@ title: Word Break
110544
110508
  border: none;
110545
110509
  color: #151b26;
110546
110510
  width: 100%;
110547
- height: calc(1.5 * 14px);
110511
+ height: 1.5;
110548
110512
  }
110549
110513
 
110550
110514
  .amis-scope .cxd-TreeSelect-input input::placeholder {
@@ -110697,17 +110661,7 @@ title: Word Break
110697
110661
  line-height: 1.5;
110698
110662
  border-radius: 4px 4px 4px 4px;
110699
110663
  height: 1.625rem;
110700
- padding: calc(
110701
- (
110702
- 1.625rem - 1px * 2 -
110703
- 1.5 * 12px
110704
- ) / 2
110705
- ) 0.5rem calc(
110706
- (
110707
- 1.625rem - 1px * 2 -
110708
- 1.5 * 12px
110709
- ) / 2
110710
- ) 0.5rem;
110664
+ padding: 0.25rem 0.5rem 0.25rem 0.5rem;
110711
110665
  margin: 0rem 0rem 0rem 0rem;
110712
110666
  color: #ffffff;
110713
110667
  background: #2468f2;
@@ -110757,7 +110711,7 @@ title: Word Break
110757
110711
  .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover {
110758
110712
  color: #ffffff;
110759
110713
  background: #528eff;
110760
- border-color: var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border);
110714
+ border-color: #528eff #528eff #528eff #528eff;
110761
110715
  border-width: 1px 1px 1px 1px;
110762
110716
  border-style: solid solid solid solid;
110763
110717
  box-shadow: 0px 0px 0px 0px transparent;
@@ -110766,7 +110720,7 @@ title: Word Break
110766
110720
  .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled).hover {
110767
110721
  color: #ffffff;
110768
110722
  background: #528eff;
110769
- border-color: var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border) var(--Combo-addBtn-onHover-border);
110723
+ border-color: #528eff #528eff #528eff #528eff;
110770
110724
  border-width: 1px 1px 1px 1px;
110771
110725
  border-style: solid solid solid solid;
110772
110726
  box-shadow: 0px 0px 0px 0px transparent;
@@ -110775,7 +110729,7 @@ title: Word Break
110775
110729
  .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
110776
110730
  color: #ffffff;
110777
110731
  background: #144bcc;
110778
- border-color: #5c5f66 #5c5f66 #5c5f66 #5c5f66;
110732
+ border-color: #144bcc #144bcc #144bcc #144bcc;
110779
110733
  border-width: 1px 1px 1px 1px;
110780
110734
  border-style: solid solid solid solid;
110781
110735
  box-shadow: 0px 0px 0px 0px transparent;
@@ -110784,7 +110738,7 @@ title: Word Break
110784
110738
  .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled).active {
110785
110739
  color: #ffffff;
110786
110740
  background: #144bcc;
110787
- border-color: #5c5f66 #5c5f66 #5c5f66 #5c5f66;
110741
+ border-color: #144bcc #144bcc #144bcc #144bcc;
110788
110742
  border-width: 1px 1px 1px 1px;
110789
110743
  border-style: solid solid solid solid;
110790
110744
  box-shadow: 0px 0px 0px 0px transparent;
@@ -110811,7 +110765,7 @@ title: Word Break
110811
110765
  }
110812
110766
 
110813
110767
  .amis-scope .cxd-Combo-delBtn:hover {
110814
- color: #2468f2;
110768
+ color: #151b26;
110815
110769
  }
110816
110770
 
110817
110771
  .amis-scope .cxd-Combo-tab-delBtn {
@@ -110827,7 +110781,7 @@ title: Word Break
110827
110781
  }
110828
110782
 
110829
110783
  .amis-scope .cxd-Combo-tab-delBtn:hover {
110830
- color: #2468f2;
110784
+ color: #151b26;
110831
110785
  }
110832
110786
 
110833
110787
  .amis-scope .cxd-Combo-items {
@@ -110947,8 +110901,23 @@ title: Word Break
110947
110901
 
110948
110902
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item,
110949
110903
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
110950
- border: 0.0625rem dashed #e8e9eb;
110951
- padding: 0.625rem 0.625rem;
110904
+ border-color: #e8e9eb
110905
+ #e8e9eb
110906
+ #e8e9eb
110907
+ #e8e9eb;
110908
+ border-width: 1px
110909
+ 1px
110910
+ 1px
110911
+ 1px;
110912
+ border-style: dashed
110913
+ dashed
110914
+ dashed
110915
+ dashed;
110916
+ border-radius: 0px
110917
+ 0px
110918
+ 0px
110919
+ 0px;
110920
+ padding: 0.625rem 0.625rem 0.625rem 0.625rem;
110952
110921
  position: relative;
110953
110922
  }
110954
110923
 
@@ -110965,7 +110934,12 @@ title: Word Break
110965
110934
 
110966
110935
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover,
110967
110936
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover {
110968
- border-color: #2468f2;
110937
+ border-color: #2468f2
110938
+ #2468f2
110939
+ #2468f2
110940
+ #2468f2;
110941
+ border-width: 1px 1px 1px 1px;
110942
+ border-style: dashed dashed dashed dashed;
110969
110943
  }
110970
110944
 
110971
110945
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
@@ -111231,7 +111205,7 @@ title: Word Break
111231
111205
  border: none;
111232
111206
  color: #151b26;
111233
111207
  width: 100%;
111234
- height: calc(1.5 * 14px);
111208
+ height: 1.5;
111235
111209
  }
111236
111210
 
111237
111211
  .amis-scope .cxd-Picker-input input::placeholder {
@@ -111325,10 +111299,19 @@ title: Word Break
111325
111299
  }
111326
111300
  }
111327
111301
 
111328
- .amis-scope .cxd-Picker.is-focus > .cxd-Picker-input {
111329
- border-color: #2468f2;
111330
- box-shadow: none;
111302
+ .amis-scope .cxd-Picker-input:hover {
111331
111303
  background: #ffffff;
111304
+ border-width: 1px 1px 1px 1px;
111305
+ border-style: solid solid solid solid;
111306
+ border-color: #2468f2 #2468f2 #2468f2 #2468f2;
111307
+ }
111308
+
111309
+ .amis-scope .cxd-Picker.is-focused > .cxd-Picker-input {
111310
+ box-shadow: none;
111311
+ background-color: #ffffff;
111312
+ border-width: 1px 1px 1px 1px;
111313
+ border-style: solid solid solid solid;
111314
+ border-color: #7dadff #7dadff #7dadff #7dadff;
111332
111315
  }
111333
111316
 
111334
111317
  .amis-scope .cxd-Picker.is-disabled {
@@ -111336,17 +111319,30 @@ title: Word Break
111336
111319
  opacity: var(--Button-onDisabled-opacity);
111337
111320
  }
111338
111321
 
111322
+ .amis-scope .cxd-Picker.is-disabled .cxd-Picker-placeholder {
111323
+ color: #b8babf;
111324
+ font-size: 14px;
111325
+ font-weight: 400;
111326
+ }
111327
+
111328
+ .amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input {
111329
+ color: #b8babf;
111330
+ font-size: 14px;
111331
+ font-weight: 400;
111332
+ background-color: #f7f8fa;
111333
+ border-width: 1px 1px 1px 1px;
111334
+ border-style: solid solid solid solid;
111335
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
111336
+ }
111337
+
111339
111338
  .amis-scope .cxd-Picker-placeholder {
111340
111339
  color: #b8babf;
111340
+ font-size: 14px;
111341
+ font-weight: 400;
111341
111342
  user-select: none;
111342
111343
  position: absolute;
111343
111344
  line-height: 1.5;
111344
- padding: calc(
111345
- (
111346
- 2rem - 1.5 *
111347
- 14px - 0.125rem
111348
- ) / 2
111349
- ) 0.625rem;
111345
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
111350
111346
  }
111351
111347
 
111352
111348
  .amis-scope .cxd-Picker-input {
@@ -111354,6 +111350,10 @@ title: Word Break
111354
111350
  height: auto;
111355
111351
  padding: 0;
111356
111352
  flex-wrap: nowrap;
111353
+ background-color: #ffffff;
111354
+ border-width: 1px 1px 1px 1px;
111355
+ border-style: solid solid solid solid;
111356
+ border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
111357
111357
  }
111358
111358
 
111359
111359
  .amis-scope .cxd-Picker .cxd-Picker-values {
@@ -111390,14 +111390,18 @@ title: Word Break
111390
111390
  display: inline-block;
111391
111391
  font-size: 12px;
111392
111392
  color: #2468f2;
111393
+ font-weight: 400;
111393
111394
  background: #cce5ff;
111394
- border: 0.0625rem solid #7dadff;
111395
- border-radius: 2px;
111395
+ border-width: 1px 1px 1px 1px;
111396
+ border-style: solid solid solid solid;
111397
+ border-color: #7dadff #7dadff #7dadff #7dadff;
111398
+ border-radius: 4px 4px 4px 4px;
111396
111399
  margin-right: 0.25rem;
111397
111400
  margin-bottom: 0.25rem;
111398
111401
  }
111399
111402
 
111400
111403
  .amis-scope .cxd-Picker .cxd-Picker-valueIcon {
111404
+ color: #2468f2;
111401
111405
  cursor: pointer;
111402
111406
  border-right: 0.0625rem solid #7dadff;
111403
111407
  padding: 1px 5px;
@@ -111424,10 +111428,21 @@ title: Word Break
111424
111428
  top: 0;
111425
111429
  }
111426
111430
 
111431
+ .amis-scope .cxd-Picker-btn svg {
111432
+ width: 1rem;
111433
+ height: 1rem;
111434
+ }
111435
+
111427
111436
  .amis-scope .cxd-Picker-btn:hover {
111428
111437
  color: #2468f2;
111429
111438
  }
111430
111439
 
111440
+ .amis-scope .cxd-Picker .Picker-icon {
111441
+ width: 1rem;
111442
+ height: 1rem;
111443
+ content: '<svg viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor" fill-rule="nonzero"><path d="M181.25,0 L56.25,0 C45.8984375,0 37.5,8.3984375 37.5,18.75 L37.5,37.5 L18.75,37.5 C8.3984375,37.5 0,45.8984375 0,56.25 L0,181.25 C0,191.601562 8.3984375,200 18.75,200 L143.75,200 C154.101562,200 162.5,191.601562 162.5,181.25 L162.5,162.5 L181.25,162.5 C191.601562,162.5 200,154.101562 200,143.75 L200,18.75 C200,8.3984375 191.601562,0 181.25,0 Z M143.75,181.25 L18.75,181.25 L18.75,100 L143.75,100 L143.75,181.25 Z M181.25,143.75 L162.5,143.75 L162.5,56.25 C162.5,45.8984375 154.101562,37.5 143.75,37.5 L56.25,37.5 L56.25,18.75 L181.25,18.75 L181.25,143.75 Z" ></path></g></svg>';
111444
+ }
111445
+
111431
111446
  .amis-scope .cxd-Picker-clear {
111432
111447
  padding: 0.1875rem;
111433
111448
  cursor: pointer;
@@ -111485,7 +111500,7 @@ title: Word Break
111485
111500
  padding: 0;
111486
111501
  border: none;
111487
111502
  width: 100%;
111488
- margin-top: calc( 4px - 0px );
111503
+ margin-top: 0.25rem;
111489
111504
  }
111490
111505
 
111491
111506
  .amis-scope .cxd-TagControl > .cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop {
@@ -111532,12 +111547,12 @@ title: Word Break
111532
111547
  ) / 2
111533
111548
  ) 0.625rem;
111534
111549
  margin: 0rem 0rem 0rem 0rem;
111535
- color: #d4d6d9;
111550
+ color: #151b26;
111536
111551
  background: transparent;
111537
- border-color: #151b26 #e8e9eb #b8babf #151b26;
111538
- border-width: #e8e9eb #84878c #151b26 1px;
111552
+ border-color: #d4d6d9 #d4d6d9 #d4d6d9 #d4d6d9;
111553
+ border-width: 1px 1px 1px 1px;
111539
111554
  border-style: solid solid solid solid;
111540
- box-shadow: 0px 0px 0px 0px transparent;
111555
+ box-shadow: none;
111541
111556
  }
111542
111557
 
111543
111558
  .amis-scope .cxd-TagControl-sugItem .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
@@ -111572,36 +111587,36 @@ title: Word Break
111572
111587
  }
111573
111588
 
111574
111589
  .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
111575
- color: #2468f2;
111576
- background: #ffffff;
111577
- border-color: #2468f2 #2468f2 #2468f2 #2468f2;
111590
+ color: #151b26;
111591
+ background: #e8e9eb;
111592
+ border-color: #b8babf #b8babf #b8babf #b8babf;
111578
111593
  border-width: 1px 1px 1px 1px;
111579
111594
  border-style: solid solid solid solid;
111580
- box-shadow: 0px 0px 0px 0px transparent;
111595
+ box-shadow: none;
111581
111596
  }
111582
111597
 
111583
111598
  .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).hover {
111584
- color: #2468f2;
111585
- background: #ffffff;
111586
- border-color: #2468f2 #2468f2 #2468f2 #2468f2;
111599
+ color: #151b26;
111600
+ background: #e8e9eb;
111601
+ border-color: #b8babf #b8babf #b8babf #b8babf;
111587
111602
  border-width: 1px 1px 1px 1px;
111588
111603
  border-style: solid solid solid solid;
111589
- box-shadow: 0px 0px 0px 0px transparent;
111604
+ box-shadow: none;
111590
111605
  }
111591
111606
 
111592
111607
  .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
111593
- color: #144bcc;
111594
- background: #ffffff;
111595
- border-color: #144bcc #144bcc #144bcc #144bcc;
111608
+ color: #151b26;
111609
+ background: #e8e9eb;
111610
+ border-color: #84878c #84878c #84878c #84878c;
111596
111611
  border-width: 1px 1px 1px 1px;
111597
111612
  border-style: solid solid solid solid;
111598
111613
  box-shadow: 0px 0px 0px 0px transparent;
111599
111614
  }
111600
111615
 
111601
111616
  .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).active {
111602
- color: #144bcc;
111603
- background: #ffffff;
111604
- border-color: #144bcc #144bcc #144bcc #144bcc;
111617
+ color: #151b26;
111618
+ background: #e8e9eb;
111619
+ border-color: #84878c #84878c #84878c #84878c;
111605
111620
  border-width: 1px 1px 1px 1px;
111606
111621
  border-style: solid solid solid solid;
111607
111622
  box-shadow: 0px 0px 0px 0px transparent;
@@ -111622,6 +111637,11 @@ title: Word Break
111622
111637
  opacity: var(--Button-onDisabled-opacity);
111623
111638
  }
111624
111639
 
111640
+ .amis-scope .cxd-TagControl.is-error > .cxd-ResultBox {
111641
+ border-color: #f23d3d;
111642
+ background: #ffffff;
111643
+ }
111644
+
111625
111645
  .amis-scope .cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop > .cxd-ListMenu {
111626
111646
  border-top-left-radius: 0;
111627
111647
  border-top-right-radius: 0;
@@ -111632,6 +111652,25 @@ title: Word Break
111632
111652
  border-bottom-right-radius: 0;
111633
111653
  }
111634
111654
 
111655
+ .amis-scope .cxd-TagControl-popover .cxd-ListMenu {
111656
+ padding: 0.25rem 0;
111657
+ }
111658
+
111659
+ .amis-scope .cxd-TagControl-popover .cxd-ListMenu-item {
111660
+ height: 2rem;
111661
+ color: #151b26;
111662
+ font-size: 14px;
111663
+ line-height: 1.5;
111664
+ font-weight: 400;
111665
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
111666
+ background: #ffffff;
111667
+ }
111668
+
111669
+ .amis-scope .cxd-TagControl-popover .cxd-ListMenu-item:hover {
111670
+ color: #2468f2;
111671
+ background: #e6f0ff;
111672
+ }
111673
+
111635
111674
  .amis-scope .cxd-Rating {
111636
111675
  display: flex;
111637
111676
  position: relative;
@@ -111740,7 +111779,6 @@ title: Word Break
111740
111779
  font-weight: 400;
111741
111780
  font-family: var(--transfer-base-title-font-family);
111742
111781
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
111743
- margin: auto auto auto auto;
111744
111782
  flex-direction: row;
111745
111783
  width: 100%;
111746
111784
  }
@@ -111774,15 +111812,14 @@ title: Word Break
111774
111812
  max-height: 100%;
111775
111813
  overflow: auto;
111776
111814
  position: relative;
111777
- padding: auto auto auto auto;
111778
- margin: auto auto auto auto;
111815
+ padding: 0rem 0rem 0rem 0rem;
111779
111816
  width: 100%;
111780
111817
  }
111781
111818
 
111782
111819
  .amis-scope .cxd-Transfer .cxd-GroupedSelection-item,
111783
111820
  .amis-scope .cxd-Transfer .cxd-Selections-item {
111784
111821
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
111785
- margin: auto auto auto auto;
111822
+ margin: 0rem 0rem 0rem 0rem;
111786
111823
  line-height: 1.5;
111787
111824
  font-size: 14px;
111788
111825
  font-weight: 400;
@@ -111791,7 +111828,7 @@ title: Word Break
111791
111828
 
111792
111829
  .amis-scope .cxd-Transfer .cxd-ChainedSelection-item {
111793
111830
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
111794
- margin: auto auto auto auto;
111831
+ margin: 0rem 0rem 0rem 0rem;
111795
111832
  line-height: 1.5;
111796
111833
  font-size: 14px;
111797
111834
  font-weight: 400;
@@ -111799,10 +111836,9 @@ title: Word Break
111799
111836
  }
111800
111837
 
111801
111838
  .amis-scope .cxd-Transfer .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
111802
- font-size: var(--transfer-group-font-size);
111803
- font-weight: var(--transfer-group-font-weight);
111804
- line-height: var(--transfer-group-font-lineHeight);
111805
- font-family: var(--transfer-group-font-family);
111839
+ font-size: 14px;
111840
+ font-weight: 400;
111841
+ line-height: 1.5;
111806
111842
  color: #84878c;
111807
111843
  }
111808
111844
 
@@ -111877,7 +111913,6 @@ title: Word Break
111877
111913
 
111878
111914
  .amis-scope .cxd-Transfer-search {
111879
111915
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
111880
- margin: auto auto auto auto;
111881
111916
  width: 100%;
111882
111917
  }
111883
111918
 
@@ -111892,7 +111927,6 @@ title: Word Break
111892
111927
  border-radius: 4px 4px 4px 4px;
111893
111928
  box-shadow: 0px 0px 0px 0px transparent;
111894
111929
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
111895
- margin: auto auto auto auto;
111896
111930
  }
111897
111931
 
111898
111932
  .amis-scope .cxd-Transfer-search .cxd-InputBox:hover {
@@ -111953,7 +111987,7 @@ title: Word Break
111953
111987
 
111954
111988
  .amis-scope .cxd-Transfer .cxd-Tree {
111955
111989
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
111956
- margin: auto auto 0.125rem auto;
111990
+ margin: 0rem 0rem 0.125rem 0rem;
111957
111991
  }
111958
111992
 
111959
111993
  .amis-scope .cxd-Transfer .cxd-Tree-itemLabel:hover::after {
@@ -111961,19 +111995,28 @@ title: Word Break
111961
111995
  }
111962
111996
 
111963
111997
  .amis-scope .cxd-Transfer .cxd-Tree-itemLabel {
111964
- padding: auto auto auto 0.625rem;
111965
- margin: auto auto 0.375rem auto;
111998
+ padding: 0rem 0rem 0rem 0.625rem;
111999
+ margin: 0rem 0rem 0.375rem 0rem;
111966
112000
  border-radius: 2px 2px 2px 2px;
112001
+ overflow: hidden;
111967
112002
  }
111968
112003
 
111969
112004
  .amis-scope .cxd-Transfer .cxd-Tree-itemLabel:hover {
111970
112005
  background: #f7f8fa;
111971
112006
  }
111972
112007
 
112008
+ .amis-scope .cxd-Transfer .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
112009
+ background: #f7f8fa;
112010
+ }
112011
+
111973
112012
  .amis-scope .cxd-Transfer .cxd-Tree-itemLabel.is-checked {
111974
112013
  background: #e6f0ff;
111975
112014
  }
111976
112015
 
112016
+ .amis-scope .cxd-Transfer .cxd-Tree-itemLabel.is-checked .cxd-Tree-itemLabel-item {
112017
+ background: #e6f0ff;
112018
+ }
112019
+
111977
112020
  .amis-scope .cxd-Transfer .cxd-Tree-itemText {
111978
112021
  line-height: 1.5;
111979
112022
  font-size: 14px;
@@ -112458,7 +112501,7 @@ title: Word Break
112458
112501
  border: none;
112459
112502
  color: #151b26;
112460
112503
  width: 100%;
112461
- height: calc(1.5 * 14px);
112504
+ height: 1.5;
112462
112505
  }
112463
112506
 
112464
112507
  .amis-scope .cxd-IconPickerControl-input input::placeholder {
@@ -112694,7 +112737,7 @@ title: Word Break
112694
112737
  border: none;
112695
112738
  color: #151b26;
112696
112739
  width: 100%;
112697
- height: calc(1.5 * 14px);
112740
+ height: 1.5;
112698
112741
  }
112699
112742
 
112700
112743
  .amis-scope .cxd-IconSelectControl-input input::placeholder {
@@ -112803,6 +112846,11 @@ title: Word Break
112803
112846
  margin-left: 0.75rem;
112804
112847
  }
112805
112848
 
112849
+ .amis-scope .cxd-IconSelectControl-Modal-func {
112850
+ display: inline-block;
112851
+ margin-left: 12px;
112852
+ }
112853
+
112806
112854
  .amis-scope .cxd-IconSelectControl-Modal-content {
112807
112855
  display: flex;
112808
112856
  position: relative;
@@ -112836,6 +112884,20 @@ title: Word Break
112836
112884
  overflow: hidden;
112837
112885
  }
112838
112886
 
112887
+ .amis-scope .cxd-IconSelectControl-input-area img.icon {
112888
+ height: 0.75rem;
112889
+ margin-right: 0.375rem;
112890
+ }
112891
+
112892
+ .amis-scope .cxd-IconSelectControl-input-area-str-svg {
112893
+ height: 14px;
112894
+ }
112895
+
112896
+ .amis-scope .cxd-IconSelectControl-input-area-str-svg svg {
112897
+ width: 100%;
112898
+ height: 100%;
112899
+ }
112900
+
112839
112901
  .amis-scope .cxd-IconSelectControl-input-wrapper {
112840
112902
  width: 100%;
112841
112903
  }
@@ -113499,6 +113561,21 @@ title: Word Break
113499
113561
  padding-right: calc(1rem / 2);
113500
113562
  }
113501
113563
 
113564
+ .amis-scope .cxd-Form--column > .cxd-Form-item.cxd-Form-item--inline {
113565
+ /* 设置columnCount之后,margin-right自动计算,如果设置了会导致flex自动wrap */
113566
+ margin-right: unset;
113567
+ display: inline-flex;
113568
+ }
113569
+
113570
+ .amis-scope .cxd-Form--column > .cxd-Form-item.cxd-Form-item--inline > .cxd-Form-value {
113571
+ flex: 1;
113572
+ /* 如果size设置了full就占满剩余空间 */
113573
+ }
113574
+
113575
+ .amis-scope .cxd-Form--column > .cxd-Form-item.cxd-Form-item--inline > .cxd-Form-value .cxd-Form-control:first-child.is-full {
113576
+ width: -webkit-fill-available;
113577
+ }
113578
+
113502
113579
  .amis-scope .cxd-Form--column-2 > .cxd-Form-item {
113503
113580
  width: 50%;
113504
113581
  }
@@ -115359,15 +115436,17 @@ title: Word Break
115359
115436
  }
115360
115437
 
115361
115438
  .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
115362
- color: #83868c;
115363
- font-size: var(--Timeline--font-size);
115439
+ color: #84878c;
115440
+ font-size: 14px;
115441
+ font-weight: 400;
115364
115442
  margin-bottom: 0.25rem;
115365
115443
  }
115366
115444
 
115367
115445
  .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
115368
115446
  display: flex;
115369
- color: #151a26;
115370
- font-size: var(--Timeline--font-size);
115447
+ color: #151b26;
115448
+ font-size: 14px;
115449
+ font-weight: 400;
115371
115450
  margin-bottom: 0.25rem;
115372
115451
  }
115373
115452
 
@@ -115383,12 +115462,14 @@ title: Word Break
115383
115462
  display: flex;
115384
115463
  cursor: pointer;
115385
115464
  align-items: center;
115386
- font-size: var(--Timeline--font-size);
115465
+ font-size: 14px;
115387
115466
  color: #2468f2;
115467
+ font-weight: 400;
115388
115468
  margin-bottom: 0.75rem;
115389
115469
  }
115390
115470
 
115391
115471
  .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
115472
+ color: #2468f2;
115392
115473
  width: 1rem;
115393
115474
  height: 1rem;
115394
115475
  }
@@ -115399,12 +115480,19 @@ title: Word Break
115399
115480
 
115400
115481
  .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
115401
115482
  display: block;
115402
- border-radius: 0.25rem;
115483
+ border-radius: 4px
115484
+ 4px
115485
+ 4px
115486
+ 4px;
115403
115487
  max-width: 18.75rem;
115404
- font-size: var(--Timeline--font-size);
115405
- padding: 0.625rem;
115406
- box-shadow: 0 0.0625rem 0.625rem 0
115407
- rgba(0 0 0 / 10%);
115488
+ font-size: 14px;
115489
+ font-weight: 400;
115490
+ color: #151b26;
115491
+ padding: 0.625rem
115492
+ 0.625rem 0.625rem
115493
+ 0.625rem;
115494
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
115495
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
115408
115496
  }
115409
115497
 
115410
115498
  .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
@@ -115491,20 +115579,22 @@ title: Word Break
115491
115579
  }
115492
115580
 
115493
115581
  .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content {
115494
- margin-top: -0.1875rem;
115582
+ margin-top: 0rem;
115495
115583
  padding-bottom: 1rem;
115496
115584
  margin-left: 0.125rem;
115497
115585
  }
115498
115586
 
115499
115587
  .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-time {
115500
- color: #83868c;
115501
- font-size: var(--Timeline--font-size);
115588
+ color: #84878c;
115589
+ font-size: 14px;
115590
+ font-weight: 400;
115502
115591
  margin-bottom: 0.25rem;
115503
115592
  }
115504
115593
 
115505
115594
  .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-title {
115506
- color: #151a26;
115507
- font-size: var(--Timeline--font-size);
115595
+ color: #151b26;
115596
+ font-size: 14px;
115597
+ font-weight: 400;
115508
115598
  margin-bottom: 0.25rem;
115509
115599
  }
115510
115600
 
@@ -115512,12 +115602,14 @@ title: Word Break
115512
115602
  display: flex;
115513
115603
  cursor: pointer;
115514
115604
  align-items: center;
115515
- font-size: var(--Timeline--font-size);
115605
+ font-size: 14px;
115516
115606
  color: #2468f2;
115607
+ font-weight: 400;
115517
115608
  margin-bottom: 0.75rem;
115518
115609
  }
115519
115610
 
115520
115611
  .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
115612
+ color: #2468f2;
115521
115613
  width: 1rem;
115522
115614
  height: 1rem;
115523
115615
  }
@@ -115528,12 +115620,19 @@ title: Word Break
115528
115620
 
115529
115621
  .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
115530
115622
  display: block;
115531
- border-radius: 0.25rem;
115623
+ border-radius: 4px
115624
+ 4px
115625
+ 4px
115626
+ 4px;
115532
115627
  max-width: 18.75rem;
115533
- font-size: var(--Timeline--font-size);
115534
- padding: 0.625rem;
115535
- box-shadow: 0 0.0625rem 0.625rem 0
115536
- rgba(0 0 0 / 10%);
115628
+ font-size: 14px;
115629
+ font-weight: 400;
115630
+ color: #151b26;
115631
+ padding: 0.625rem
115632
+ 0.625rem 0.625rem
115633
+ 0.625rem;
115634
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
115635
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
115537
115636
  }
115538
115637
 
115539
115638
  .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
@@ -115548,16 +115647,21 @@ title: Word Break
115548
115647
  .amis-scope .cxd-Tag {
115549
115648
  display: inline-flex;
115550
115649
  height: 1.5rem;
115551
- padding: 0 0.5rem;
115650
+ padding: 0rem 0.5rem
115651
+ 0rem 0.5rem;
115552
115652
  flex-flow: row nowrap;
115553
115653
  justify-content: center;
115554
115654
  align-items: center;
115555
115655
  font-size: 12px;
115656
+ font-weight: 400;
115556
115657
  max-width: 160px;
115557
115658
  transition: all 0.3;
115558
- border-radius: 0.125rem;
115559
- background-color: #f2f2f4;
115560
- color: #151a26;
115659
+ border-radius: 0px
115660
+ 0px
115661
+ 0px
115662
+ 0px;
115663
+ background-color: #f2f3f5;
115664
+ color: var(--Tag-base-color);
115561
115665
  }
115562
115666
 
115563
115667
  .amis-scope .cxd-Tag-text {
@@ -115573,7 +115677,18 @@ title: Word Break
115573
115677
  }
115574
115678
 
115575
115679
  .amis-scope .cxd-Tag--normal {
115576
- border-radius: 0.125rem;
115680
+ border-width: 1px
115681
+ 1px
115682
+ 1px
115683
+ 1px;
115684
+ border-radius: 0px
115685
+ 0px
115686
+ 0px
115687
+ 0px;
115688
+ border-color: #b8babf
115689
+ #b8babf
115690
+ #b8babf
115691
+ #b8babf;
115577
115692
  }
115578
115693
 
115579
115694
  .amis-scope .cxd-Tag--normal--hasColor {
@@ -115581,64 +115696,78 @@ title: Word Break
115581
115696
  }
115582
115697
 
115583
115698
  .amis-scope .cxd-Tag--normal--inactive {
115699
+ color: #ffffff;
115584
115700
  background: #b8babf;
115585
115701
  }
115586
115702
 
115587
115703
  .amis-scope .cxd-Tag--normal--active {
115704
+ color: #ffffff;
115588
115705
  background: #2468f2;
115589
115706
  }
115590
115707
 
115591
115708
  .amis-scope .cxd-Tag--normal--processing {
115709
+ color: #ffffff;
115592
115710
  background: #528eff;
115593
115711
  }
115594
115712
 
115595
115713
  .amis-scope .cxd-Tag--normal--success {
115714
+ color: #ffffff;
115596
115715
  background: #30bf13;
115597
115716
  }
115598
115717
 
115599
115718
  .amis-scope .cxd-Tag--normal--error {
115719
+ color: #ffffff;
115600
115720
  background: #f23d3d;
115601
115721
  }
115602
115722
 
115603
115723
  .amis-scope .cxd-Tag--normal--warning {
115724
+ color: #ffffff;
115604
115725
  background: #ff9326;
115605
115726
  }
115606
115727
 
115607
115728
  .amis-scope .cxd-Tag--rounded {
115608
115729
  background-color: #ffffff;
115609
- border-radius: calc((1.5rem + 2px) / 2);
115610
- border: 1px solid #f2f2f4;
115611
- color: #f2f2f4;
115730
+ border-style: solid
115731
+ solid
115732
+ solid
115733
+ solid;
115734
+ border-width: 1px
115735
+ 1px
115736
+ 1px
115737
+ 1px;
115738
+ border-radius: 12px
115739
+ 12px
115740
+ 12px
115741
+ 12px;
115742
+ border-color: #b8babf
115743
+ #b8babf
115744
+ #b8babf
115745
+ #b8babf;
115746
+ color: #f2f3f5;
115612
115747
  line-height: 22px;
115613
115748
  }
115614
115749
 
115615
115750
  .amis-scope .cxd-Tag--rounded--inactive {
115616
- border-color: #b8babf;
115617
115751
  color: #b8babf;
115618
115752
  }
115619
115753
 
115620
115754
  .amis-scope .cxd-Tag--rounded--active {
115621
- border-color: #2468f2;
115622
115755
  color: #2468f2;
115623
115756
  }
115624
115757
 
115625
115758
  .amis-scope .cxd-Tag--rounded--processing {
115626
- border-color: #528eff;
115627
115759
  color: #528eff;
115628
115760
  }
115629
115761
 
115630
115762
  .amis-scope .cxd-Tag--rounded--success {
115631
- border-color: #30bf13;
115632
115763
  color: #30bf13;
115633
115764
  }
115634
115765
 
115635
115766
  .amis-scope .cxd-Tag--rounded--error {
115636
- border-color: #f23d3d;
115637
115767
  color: #f23d3d;
115638
115768
  }
115639
115769
 
115640
115770
  .amis-scope .cxd-Tag--rounded--warning {
115641
- border-color: #ff9326;
115642
115771
  color: #ff9326;
115643
115772
  }
115644
115773
 
@@ -115675,7 +115804,7 @@ title: Word Break
115675
115804
  }
115676
115805
 
115677
115806
  .amis-scope .cxd-Tag--prev {
115678
- color: #f2f2f4;
115807
+ color: #f2f3f5;
115679
115808
  margin-right: 0.5rem;
115680
115809
  }
115681
115810
 
@@ -115683,7 +115812,7 @@ title: Word Break
115683
115812
  font-size: 0.5rem;
115684
115813
  }
115685
115814
 
115686
- .amis-scope .cxd-Tag--prev .icon {
115815
+ .amis-scope .cxd-Tag--prev .cxd-Tag-default-icon {
115687
115816
  width: 0.5rem;
115688
115817
  height: 0.5rem;
115689
115818
  top: 0;
@@ -115691,7 +115820,6 @@ title: Word Break
115691
115820
 
115692
115821
  .amis-scope .cxd-Tag--close {
115693
115822
  margin-left: 0.5rem;
115694
- margin-right: 0.25rem;
115695
115823
  cursor: pointer;
115696
115824
  }
115697
115825
 
@@ -115982,16 +116110,11 @@ title: Word Break
115982
116110
  .amis-scope .cxd-Nav-Menu {
115983
116111
  --Menu-width: var(--Layout-aside-width);
115984
116112
  --Menu-width--collapsed: var(--Layout-aside-width-collapsed);
115985
- --Menu-fontSize: var(--Nav-item-fontSize);
115986
116113
  --Menu-fontSize--collapsed: var(--Nav-item-collapsed-fontSize);
115987
- --Menu-fontWeight: var(--Nav-item-fontWeight);
115988
116114
  --Menu-fontColor-onDisabled: var(--Nav-item-fontColor-onDisabled);
115989
- --Menu-item-height--vertical: 2.5rem;
115990
- --Menu-item-height--horizontal: var(--Nav-Item-height--horizontal);
115991
- --Menu-Submenu-title-paddingX: var(--Layout-paddingX);
115992
116115
  --Menu-Submenu-item-paddingX: var(--Nav-Item-Badge-paddingRight);
115993
- --Menu-icon-size: var(--Layout-icon-size);
115994
116116
  --Menu-light-backgroundColor: var(--Layout-light-backgroundColor);
116117
+ --Menu-light-active-backgroundColor: var(--colors-neutral-fill-12);
115995
116118
  --Menu-light-backgroundColor-onHover: var(--Layout-light-bgColor-onHover);
115996
116119
  --Menu-light-fontColor: var(--Layout-light-fontColor);
115997
116120
  --Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
@@ -116003,32 +116126,21 @@ title: Word Break
116003
116126
  --Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
116004
116127
  --Menu-dark-fontColor: var(--Layout-dark-fontColor);
116005
116128
  --Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
116006
- --Menu-dark-ancestor-fontColor-onActive: var(--Layout-fontColor--onActive);
116007
116129
  --Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
116008
116130
  --Menu-dark-groupTitle-fontColor: #84868c;
116009
116131
  --Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
116010
116132
  outline: none;
116011
- margin-bottom: 0;
116012
- margin-top: 0;
116013
- padding-left: 0;
116014
- padding-right: 0;
116133
+ margin: 0;
116134
+ padding: 0;
116015
116135
  list-style: none;
116016
- color: var(--Menu-light-fontColor);
116017
- background-color: var(--Menu-light-backgroundColor);
116018
116136
  transition: all 0.3s;
116019
116137
  width: 100%;
116020
116138
  }
116021
116139
 
116022
- .amis-scope .cxd-Nav-Menu.cxd-Nav-Menu-dark {
116023
- color: var(--Menu-dark-fontColor);
116140
+ .amis-scope .cxd-Nav-Menu-dark {
116024
116141
  background-color: var(--Menu-dark-backgroundColor);
116025
116142
  }
116026
116143
 
116027
- .amis-scope .cxd-Nav-Menu.cxd-Nav-Menu-light {
116028
- color: var(--Menu-light-fontColor);
116029
- background-color: var(--Menu-light-backgroundColor);
116030
- }
116031
-
116032
116144
  .amis-scope .cxd-Nav-Menu-horizontal {
116033
116145
  display: flex;
116034
116146
  flex-wrap: nowrap;
@@ -116042,10 +116154,6 @@ title: Word Break
116042
116154
  flex: none;
116043
116155
  }
116044
116156
 
116045
- .amis-scope .cxd-Nav-Menu-rtl {
116046
- direction: rtl;
116047
- }
116048
-
116049
116157
  .amis-scope .cxd-Nav-Menu-hidden {
116050
116158
  display: none;
116051
116159
  }
@@ -116059,10 +116167,6 @@ title: Word Break
116059
116167
  width: var(--Menu-width--collapsed);
116060
116168
  }
116061
116169
 
116062
- .amis-scope .cxd-Nav-Menu-disabled {
116063
- cursor: not-allowed;
116064
- }
116065
-
116066
116170
  .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item,
116067
116171
  .amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-title {
116068
116172
  padding: 0;
@@ -116070,11 +116174,20 @@ title: Word Break
116070
116174
  }
116071
116175
 
116072
116176
  .amis-scope .cxd-Nav-Menu-item-link {
116073
- display: flex;
116074
- align-items: center;
116075
- height: 2.5rem;
116076
- flex-grow: 1;
116177
+ max-width: var(--Menu-width);
116178
+ white-space: nowrap;
116077
116179
  overflow: hidden;
116180
+ text-overflow: ellipsis;
116181
+ color: inherit;
116182
+ font-size: inherit;
116183
+ flex: 1;
116184
+ cursor: inherit;
116185
+ font-weight: inherit;
116186
+ }
116187
+
116188
+ .amis-scope .cxd-Nav-Menu-item-link:hover,
116189
+ .amis-scope .cxd-Nav-Menu-item-link:active {
116190
+ font-size: inherit;
116078
116191
  }
116079
116192
 
116080
116193
  .amis-scope .cxd-Nav-Menu-item-divider {
@@ -116085,15 +116198,18 @@ title: Word Break
116085
116198
  border-bottom: 1px solid #3a3e47;
116086
116199
  }
116087
116200
 
116088
- .amis-scope .cxd-Nav-Menu-item-icon {
116089
- margin-right: 0.5rem;
116090
- font-size: var(--Menu-icon-size);
116091
- color: var(--Menu-light-fontColor);
116092
- }
116093
-
116094
- .amis-scope .cxd-Nav-Menu-item-icon img {
116201
+ .amis-scope .cxd-Nav-Menu-item-icon img,
116202
+ .amis-scope .cxd-Nav-Menu-item-icon svg,
116203
+ .amis-scope .cxd-Nav-Menu-item-icon-after img,
116204
+ .amis-scope .cxd-Nav-Menu-item-icon-after svg {
116205
+ width: 14px;
116095
116206
  height: 14px;
116096
116207
  vertical-align: middle;
116208
+ fill: currentColor;
116209
+ }
116210
+
116211
+ .amis-scope .cxd-Nav-Menu-item-icon {
116212
+ margin-right: 0.5rem;
116097
116213
  }
116098
116214
 
116099
116215
  .amis-scope .cxd-Nav-Menu-item-icon-collapsed {
@@ -116104,29 +116220,14 @@ title: Word Break
116104
116220
  .amis-scope .cxd-Nav-Menu-item-icon-svg-collapsed {
116105
116221
  font-size: var(--Menu-fontSize--collapsed);
116106
116222
  margin: 0 auto;
116107
- height: var(--Menu-item-height--vertical);
116108
116223
  }
116109
116224
 
116110
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-icon {
116111
- color: var(--Menu-dark-fontColor);
116112
- }
116113
-
116114
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item-icon {
116115
- color: var(--Menu-light-fontColor);
116225
+ .amis-scope .cxd-Nav-Menu-item-icon-after {
116226
+ margin-right: 0;
116227
+ margin-left: 0.5rem;
116116
116228
  }
116117
116229
 
116118
116230
  .amis-scope .cxd-Nav-Menu-item-label {
116119
- opacity: 0.95;
116120
- font-size: var(--Menu-fontSize);
116121
- color: var(--Menu-light-fontColor);
116122
- font-weight: var(--Menu-fontWeight);
116123
- padding: 0;
116124
- text-align: left;
116125
- display: inline-block;
116126
- max-width: var(--Menu-width);
116127
- white-space: nowrap;
116128
- overflow: hidden;
116129
- text-overflow: ellipsis;
116130
116231
  user-select: none;
116131
116232
  }
116132
116233
 
@@ -116136,14 +116237,6 @@ title: Word Break
116136
116237
  font-weight: 600;
116137
116238
  }
116138
116239
 
116139
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-label {
116140
- color: var(--Menu-dark-fontColor);
116141
- }
116142
-
116143
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item-label {
116144
- color: var(--Menu-light-fontColor);
116145
- }
116146
-
116147
116240
  .amis-scope .cxd-Nav-Menu-item-dragBar {
116148
116241
  color: #84878c;
116149
116242
  position: absolute;
@@ -116154,6 +116247,7 @@ title: Word Break
116154
116247
  .amis-scope .cxd-Nav-Menu-item-group-list {
116155
116248
  margin: 0;
116156
116249
  padding: 0;
116250
+ list-style: none;
116157
116251
  }
116158
116252
 
116159
116253
  .amis-scope .cxd-Nav-Menu-item-group-title {
@@ -116168,62 +116262,12 @@ title: Word Break
116168
116262
  color: var(--Menu-dark-groupTitle-fontColor);
116169
116263
  }
116170
116264
 
116171
- .amis-scope .cxd-Nav-Menu-item-group-title.cxd-Nav-Menu-light {
116172
- color: var(--Menu-light-groupTitle-fontColor);
116173
- }
116174
-
116175
- .amis-scope .cxd-Nav-Menu-item-active,
116176
- .amis-scope .cxd-Nav-Menu-submenu-active {
116177
- background-color: var(--Menu-light-backgroundColor);
116178
- color: var(--Menu-light-fontColor-onActive);
116179
- }
116180
-
116181
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active,
116182
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active {
116183
- background-color: var(--Menu-dark-backgroundColor);
116184
- color: var(--Menu-dark-fontColor-onActive);
116185
- }
116186
-
116187
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item-active,
116188
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-active {
116189
- background-color: var(--Menu-light-backgroundColor);
116190
- color: var(--Menu-light-fontColor-onActive);
116191
- }
116192
-
116193
- .amis-scope .cxd-Nav-Menu-item-selected {
116194
- background-color: var(--Menu-light-backgroundColor);
116195
- transform: translateZ(0);
116196
- }
116197
-
116198
- .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116199
- .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
116200
- color: var(--Menu-light-fontColor-onActive) !important;
116201
- }
116202
-
116203
- .amis-scope .cxd-Nav-Menu-item-selected.cxd-Nav-Menu-dark {
116204
- background-color: var(--Menu-dark-backgroundColor-onHover);
116205
- }
116206
-
116207
- .amis-scope .cxd-Nav-Menu-item-selected.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-icon,
116208
- .amis-scope .cxd-Nav-Menu-item-selected.cxd-Nav-Menu-dark .cxd-Menu-item-label {
116209
- color: var(--Menu-dark-fontColor-onActive) !important;
116210
- }
116211
-
116212
- .amis-scope .cxd-Nav-Menu-item-selected.cxd-Nav-Menu-light {
116213
- background-color: var(--Menu-light-backgroundColor-onHover);
116214
- }
116215
-
116216
- .amis-scope .cxd-Nav-Menu-item-selected.cxd-Nav-Menu-light .cxd-Nav-Menu-item-icon,
116217
- .amis-scope .cxd-Nav-Menu-item-selected.cxd-Nav-Menu-light .cxd-Nav-Menu-item-label {
116218
- color: var(--Menu-light-fontColor-onActive) !important;
116219
- }
116220
-
116221
116265
  .amis-scope .cxd-Nav-Menu-item .cxd-Badge,
116222
116266
  .amis-scope .cxd-Nav-Menu-submenu .cxd-Badge {
116223
116267
  position: static;
116224
- flex: 1;
116225
- width: 0;
116268
+ overflow: hidden;
116226
116269
  display: flex;
116270
+ flex: 1;
116227
116271
  }
116228
116272
 
116229
116273
  .amis-scope .cxd-Nav-Menu-item .cxd-Nav-Menu-item-wrap,
@@ -116238,6 +116282,7 @@ title: Word Break
116238
116282
 
116239
116283
  .amis-scope .cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button {
116240
116284
  padding: 0;
116285
+ color: inherit;
116241
116286
  }
116242
116287
 
116243
116288
  .amis-scope .cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button > i {
@@ -116245,7 +116290,22 @@ title: Word Break
116245
116290
  }
116246
116291
 
116247
116292
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected {
116248
- background-color: var(--Menu-light-backgroundColor-onHover);
116293
+ background-color: var(--Menu-light-active-backgroundColor);
116294
+ color: var(--Menu-light-fontColor-onHover);
116295
+ }
116296
+
116297
+ .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
116298
+ .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116299
+ .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
116300
+ .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
116301
+ color: var(--Menu-light-fontColor-onHover);
116302
+ }
116303
+
116304
+ .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
116305
+ .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
116306
+ .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
116307
+ .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
116308
+ fill: currentColor;
116249
116309
  }
116250
116310
 
116251
116311
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected::before {
@@ -116260,13 +116320,23 @@ title: Word Break
116260
116320
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
116261
116321
  }
116262
116322
 
116263
- .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116264
- .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
116265
- color: var(--Menu-light-fontColor-onActive) !important;
116266
- }
116267
-
116268
116323
  .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected {
116269
116324
  background-color: var(--Menu-dark-backgroundColor-onHover);
116325
+ color: var(--Menu-dark-fontColor-onActive);
116326
+ }
116327
+
116328
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116329
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
116330
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
116331
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
116332
+ color: var(--Menu-dark-fontColor-onActive);
116333
+ }
116334
+
116335
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
116336
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
116337
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
116338
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
116339
+ fill: var(--Menu-dark-fontColor-onActive);
116270
116340
  }
116271
116341
 
116272
116342
  .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected::before {
@@ -116281,143 +116351,241 @@ title: Word Break
116281
116351
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
116282
116352
  }
116283
116353
 
116284
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116285
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
116286
- color: var(--Menu-dark-fontColor-onActive) !important;
116354
+ .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
116355
+ min-width: 160px;
116356
+ border-radius: 2px;
116357
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
116287
116358
  }
116288
116359
 
116289
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected {
116290
- background-color: var(--Menu-light-backgroundColor-onHover);
116360
+ .amis-scope .cxd-Nav-Menu-item,
116361
+ .amis-scope .cxd-Nav-Menu-submenu-title {
116362
+ margin: 0;
116363
+ position: relative;
116364
+ padding: 0 1rem;
116365
+ display: block;
116366
+ white-space: nowrap;
116367
+ overflow: hidden;
116368
+ text-overflow: ellipsis;
116291
116369
  }
116292
116370
 
116293
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected::before {
116294
- content: "";
116295
- position: absolute;
116296
- top: 0;
116297
- left: 0;
116298
- bottom: 0;
116299
- border-right: 3px solid var(--Menu-light-selectedIndicator-color);
116300
- transform: scaleY(1);
116301
- opacity: 1;
116302
- transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
116371
+ .amis-scope .cxd-Nav-Menu-item:active,
116372
+ .amis-scope .cxd-Nav-Menu-submenu-title:active {
116373
+ color: var(--Menu-light-fontColor-onActive);
116303
116374
  }
116304
116375
 
116305
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116306
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
116307
- color: var(--Menu-light-fontColor-onActive) !important;
116376
+ .amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-label,
116377
+ .amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-icon,
116378
+ .amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-icon-after,
116379
+ .amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-submenu-arrow,
116380
+ .amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-label,
116381
+ .amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-icon,
116382
+ .amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-icon-after,
116383
+ .amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-submenu-arrow {
116384
+ color: var(--Menu-light-fontColor-onActive);
116308
116385
  }
116309
116386
 
116310
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116311
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116312
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116313
- color: var(--Menu-light-fontColor-onActive) !important;
116387
+ .amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-label svg,
116388
+ .amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-icon svg,
116389
+ .amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-item-icon-after svg,
116390
+ .amis-scope .cxd-Nav-Menu-item:active .cxd-Nav-Menu-submenu-arrow svg,
116391
+ .amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-label svg,
116392
+ .amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-icon svg,
116393
+ .amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-item-icon-after svg,
116394
+ .amis-scope .cxd-Nav-Menu-submenu-title:active .cxd-Nav-Menu-submenu-arrow svg {
116395
+ fill: currentColor;
116314
116396
  }
116315
116397
 
116316
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected {
116317
- background-color: transparent;
116398
+ .amis-scope .cxd-Nav-Menu-submenu-title {
116399
+ display: flex;
116400
+ justify-content: space-between;
116318
116401
  }
116319
116402
 
116320
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
116321
- color: var(--Menu-dark-ancestor-fontColor-onActive);
116403
+ .amis-scope .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
116404
+ flex: 1;
116405
+ overflow: hidden;
116322
116406
  }
116323
116407
 
116324
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label,
116325
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon {
116326
- color: var(--Menu-dark-ancestor-fontColor-onActive);
116408
+ .amis-scope .cxd-Nav-Menu-item-active {
116409
+ color: var(--Menu-light-fontColor-onHover);
116327
116410
  }
116328
116411
 
116329
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116330
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon {
116331
- color: var(--Menu-dark-ancestor-fontColor-onActive);
116412
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label,
116413
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
116414
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after,
116415
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow {
116416
+ color: var(--Menu-light-fontColor-onHover);
116332
116417
  }
116333
116418
 
116334
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
116335
- color: var(--Menu-light-ancestor-fontColor-onActive);
116419
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label svg,
116420
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon svg,
116421
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after svg,
116422
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow svg {
116423
+ fill: currentColor;
116336
116424
  }
116337
116425
 
116338
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116339
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon {
116340
- color: var(--Menu-light-ancestor-fontColor-onActive);
116426
+ .amis-scope .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-dragBar {
116427
+ visibility: visible;
116341
116428
  }
116342
116429
 
116343
- .amis-scope .cxd-Nav-Menu > li.cxd-Nav-Menu-submenu {
116344
- padding: 0;
116430
+ .amis-scope .cxd-Nav-Menu-item-selected {
116431
+ color: var(--Menu-light-fontColor-onHover);
116345
116432
  }
116346
116433
 
116347
- .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
116348
- min-width: 160px;
116349
- margin-top: 0;
116350
- border-radius: 2px;
116351
- box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
116434
+ .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
116435
+ .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116436
+ .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
116437
+ .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
116438
+ color: var(--Menu-light-fontColor-onHover);
116352
116439
  }
116353
116440
 
116354
- .amis-scope .cxd-Nav-Menu-item,
116355
- .amis-scope .cxd-Nav-Menu-submenu-title {
116356
- margin: 0;
116357
- position: relative;
116358
- padding: 0 1rem;
116359
- line-height: 2.5rem;
116360
- display: block;
116361
- white-space: nowrap;
116362
- overflow: hidden;
116363
- text-overflow: ellipsis;
116364
- color: var(--Menu-light-fontColor);
116441
+ .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
116442
+ .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
116443
+ .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
116444
+ .amis-scope .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
116445
+ fill: currentColor;
116365
116446
  }
116366
116447
 
116367
- .amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
116368
- .amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
116369
- .amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
116370
- .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
116371
- .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
116372
- .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
116448
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title {
116373
116449
  color: var(--Menu-light-fontColor-onHover);
116374
116450
  }
116375
116451
 
116376
- .amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-dragBar,
116377
- .amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-dragBar {
116452
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116453
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116454
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
116455
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116456
+ color: var(--Menu-light-fontColor-onHover);
116457
+ }
116458
+
116459
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
116460
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
116461
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
116462
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
116463
+ fill: currentColor;
116464
+ }
116465
+
116466
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-dragBar {
116378
116467
  visibility: visible;
116379
116468
  }
116380
116469
 
116470
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
116471
+ color: var(--Menu-light-fontColor-onHover);
116472
+ }
116473
+
116474
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116475
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116476
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
116477
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116478
+ color: var(--Menu-light-fontColor-onHover);
116479
+ }
116480
+
116481
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
116482
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
116483
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
116484
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
116485
+ fill: currentColor;
116486
+ }
116487
+
116381
116488
  .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item,
116382
116489
  .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title {
116383
116490
  color: var(--Menu-dark-fontColor);
116491
+ }
116492
+
116493
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon,
116494
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon-after,
116495
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label,
116496
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-submenu-arrow,
116497
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116498
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
116499
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116500
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116501
+ color: var(--Menu-dark-fontColor);
116502
+ }
116503
+
116504
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon svg,
116505
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon-after svg,
116506
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label svg,
116507
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item .cxd-Nav-Menu-submenu-arrow svg,
116508
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
116509
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
116510
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
116511
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
116512
+ fill: var(--Menu-dark-fontColor);
116513
+ }
116514
+
116515
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active {
116384
116516
  background-color: var(--Menu-dark-backgroundColor);
116517
+ color: var(--Menu-dark-fontColor-onHover);
116385
116518
  }
116386
116519
 
116387
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
116388
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
116389
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
116390
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
116391
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
116392
- .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
116520
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
116521
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after,
116522
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label,
116523
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow {
116393
116524
  color: var(--Menu-dark-fontColor-onHover);
116394
116525
  }
116395
116526
 
116396
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item,
116397
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title {
116398
- color: var(--Menu-light-fontColor);
116399
- background-color: var(--Menu-light-backgroundColor);
116527
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon svg,
116528
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after svg,
116529
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label svg,
116530
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow svg {
116531
+ fill: currentColor;
116400
116532
  }
116401
116533
 
116402
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
116403
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
116404
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
116405
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
116406
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
116407
- .amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
116408
- color: var(--Menu-light-fontColor-onHover);
116534
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected {
116535
+ background-color: var(--Menu-dark-backgroundColor);
116536
+ color: var(--Menu-dark-fontColor-onHover);
116409
116537
  }
116410
116538
 
116411
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-item,
116412
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-title {
116413
- padding: 7px 16px 7px 7px;
116539
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116540
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
116541
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
116542
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
116543
+ color: var(--Menu-dark-fontColor-onHover);
116414
116544
  }
116415
116545
 
116416
- .amis-scope .cxd-Nav-Menu-item.cxd-Nav-Menu-item-disabled,
116417
- .amis-scope .cxd-Nav-Menu-item.cxd-Nav-Menu-submenu-disabled,
116418
- .amis-scope .cxd-Nav-Menu-submenu-title.cxd-Nav-Menu-item-disabled,
116419
- .amis-scope .cxd-Nav-Menu-submenu-title.cxd-Nav-Menu-submenu-disabled {
116420
- color: #777 !important;
116546
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
116547
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
116548
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
116549
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
116550
+ fill: currentColor;
116551
+ }
116552
+
116553
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title {
116554
+ background-color: var(--Menu-dark-backgroundColor);
116555
+ color: var(--Menu-dark-fontColor-onHover);
116556
+ }
116557
+
116558
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116559
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
116560
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116561
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116562
+ color: var(--Menu-dark-fontColor-onHover);
116563
+ }
116564
+
116565
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
116566
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
116567
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
116568
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
116569
+ fill: currentColor;
116570
+ }
116571
+
116572
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
116573
+ background-color: var(--Menu-dark-backgroundColor);
116574
+ color: var(--Menu-dark-fontColor-onHover);
116575
+ }
116576
+
116577
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116578
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
116579
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116580
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116581
+ color: var(--Menu-dark-fontColor-onHover);
116582
+ }
116583
+
116584
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
116585
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
116586
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
116587
+ .amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
116588
+ fill: currentColor;
116421
116589
  }
116422
116590
 
116423
116591
  .amis-scope .cxd-Nav-Menu-item-tooltip-wrap {
@@ -116435,21 +116603,19 @@ title: Word Break
116435
116603
  margin: 0 16px 4px 16px;
116436
116604
  overflow: hidden;
116437
116605
  padding: 0;
116438
- line-height: 0;
116439
116606
  background-color: #ebebeb;
116440
116607
  }
116441
116608
 
116442
116609
  .amis-scope .cxd-Nav-Menu-submenu-popup {
116443
- position: absolute;
116610
+ position: absolute !important;
116444
116611
  z-index: 1500;
116612
+ background-color: #ffffff;
116613
+ line-height: 2.5rem;
116614
+ cursor: pointer;
116445
116615
  }
116446
116616
 
116447
- .amis-scope .cxd-Nav-Menu-submenu > .cxd-Nav-Menu {
116448
- background-color: var(--Menu-light-backgroundColor);
116449
- }
116450
-
116451
- .amis-scope .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark > .cxd-Nav-Menu {
116452
- background-color: var(--Menu-dark-backgroundColor);
116617
+ .amis-scope .cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-link .cxd-Nav-Menu-submenu-arrow {
116618
+ display: none;
116453
116619
  }
116454
116620
 
116455
116621
  .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu {
@@ -116461,98 +116627,98 @@ title: Word Break
116461
116627
  }
116462
116628
 
116463
116629
  .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon,
116464
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label {
116630
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon-after,
116631
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label,
116632
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-submenu-arrow {
116465
116633
  color: var(--Menu-dark-fontColor);
116466
116634
  }
116467
116635
 
116468
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active {
116469
- background-color: var(--Menu-dark-backgroundColor);
116470
- color: var(--Menu-dark-fontColor-onHover);
116471
- }
116472
-
116473
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
116474
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label {
116475
- color: var(--Menu-dark-fontColor-onHover);
116636
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon svg,
116637
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon-after svg,
116638
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label svg,
116639
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-submenu-arrow svg {
116640
+ fill: var(--Menu-dark-fontColor);
116476
116641
  }
116477
116642
 
116643
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active,
116478
116644
  .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected {
116479
116645
  background-color: var(--Menu-dark-backgroundColor);
116480
- color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
116646
+ color: var(--Menu-dark-fontColor-onHover);
116481
116647
  }
116482
116648
 
116649
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
116650
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after,
116651
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label,
116652
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow,
116483
116653
  .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116484
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
116485
- color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
116654
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after,
116655
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
116656
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
116657
+ color: var(--Menu-dark-fontColor-onHover);
116486
116658
  }
116487
116659
 
116488
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title {
116489
- color: var(--Menu-dark-fontColor);
116660
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon svg,
116661
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon-after svg,
116662
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label svg,
116663
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-submenu-arrow svg,
116664
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon svg,
116665
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon-after svg,
116666
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label svg,
116667
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow svg {
116668
+ fill: currentColor;
116490
116669
  }
116491
116670
 
116492
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116493
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116494
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116671
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title {
116495
116672
  color: var(--Menu-dark-fontColor);
116496
116673
  }
116497
116674
 
116498
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
116499
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
116500
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
116501
- color: var(--Menu-dark-fontColor-onHover);
116502
- }
116503
-
116504
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
116505
- background-color: var(--Menu-dark-backgroundColor);
116506
- color: var(--Menu-dark-fontColor-onActive);
116675
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116676
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
116677
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116678
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116679
+ color: var(--Menu-dark-fontColor);
116507
116680
  }
116508
116681
 
116509
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116510
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
116511
- color: var(--Menu-dark-fontColor-onActive);
116682
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
116683
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
116684
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
116685
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
116686
+ fill: var(--Menu-dark-fontColor);
116512
116687
  }
116513
116688
 
116514
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title {
116689
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title,
116690
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
116515
116691
  background-color: var(--Menu-dark-backgroundColor);
116516
- color: var(--Menu-dark-ancestor-fontColor-onActive);
116517
- }
116518
-
116519
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116520
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116521
- .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116522
- color: var(--Menu-dark-ancestor-fontColor-onActive);
116523
- }
116524
-
116525
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title,
116526
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item {
116527
- cursor: pointer;
116692
+ color: var(--Menu-dark-fontColor-onHover);
116528
116693
  }
116529
116694
 
116530
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .anticon,
116531
- .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item .anticon {
116532
- width: 14px;
116533
- height: 14px;
116534
- margin-right: 8px;
116535
- top: -1px;
116695
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116696
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
116697
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116698
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow,
116699
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116700
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after,
116701
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116702
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116703
+ color: var(--Menu-dark-fontColor-onHover);
116536
116704
  }
116537
116705
 
116538
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title .anticon,
116539
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu .cxd-Nav-Menu-item .anticon {
116540
- margin-right: 0;
116541
- margin-left: 8px;
116706
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
116707
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
116708
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
116709
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg,
116710
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon svg,
116711
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon-after svg,
116712
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label svg,
116713
+ .amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow svg {
116714
+ fill: currentColor;
116542
116715
  }
116543
116716
 
116544
116717
  .amis-scope .cxd-Nav-Menu-overflow-item-rest .cxd-Nav-Menu-submenu-title {
116545
116718
  margin: 0;
116546
116719
  }
116547
116720
 
116548
- .amis-scope .cxd-Nav-Menu-overflow-item-rest .cxd-Nav-Menu-item-icon {
116549
- display: initial;
116550
- position: static;
116551
- }
116552
-
116553
116721
  .amis-scope .cxd-Nav-Menu-horizontal {
116554
- height: var(--Menu-item-height--horizontal);
116555
- background-color: var(--Menu-light-backgroundColor);
116556
116722
  border: none;
116557
116723
  white-space: nowrap;
116558
116724
  overflow: hidden;
@@ -116567,153 +116733,59 @@ title: Word Break
116567
116733
 
116568
116734
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-overflow-item.cxd-Nav-Menu-overflow-item-rest > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-overflowedIcon {
116569
116735
  margin-right: 0;
116736
+ line-height: inherit;
116570
116737
  }
116571
116738
 
116572
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark {
116573
- background-color: var(--Menu-dark-backgroundColor);
116574
- }
116575
-
116576
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light {
116577
- background-color: var(--Menu-light-backgroundColor);
116578
- }
116579
-
116580
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item,
116581
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
116582
- padding: 0 1rem;
116583
- height: var(--Menu-item-height--horizontal);
116584
- }
116585
-
116586
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item .cxd-Nav-Menu-item-link,
116587
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-link {
116588
- height: var(--Menu-item-height--horizontal);
116589
- }
116590
-
116591
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon,
116592
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label,
116593
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116594
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
116595
- line-height: var(--Menu-item-height--horizontal);
116739
+ .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected {
116740
+ background: none;
116596
116741
  }
116597
116742
 
116598
116743
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:after {
116599
116744
  content: " ";
116600
116745
  width: 100%;
116601
116746
  height: 2px;
116602
- background: var(--Menu-dark-ancestor-fontColor-onActive);
116747
+ background: var(--Menu-light-fontColor-onHover);
116603
116748
  position: absolute;
116604
116749
  left: 0;
116605
116750
  bottom: 0;
116606
116751
  }
116607
116752
 
116753
+ .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:before {
116754
+ display: none;
116755
+ }
116756
+
116757
+ .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:active:after {
116758
+ background: var(--Menu-light-fontColor-onActive);
116759
+ }
116760
+
116608
116761
  .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu,
116609
116762
  .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item {
116610
116763
  margin: 0;
116611
- border-bottom: 2px solid transparent;
116612
116764
  display: inline-block;
116613
116765
  vertical-align: bottom;
116614
116766
  }
116615
116767
 
116616
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu-active,
116617
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-active {
116618
- background-color: var(--Menu-light-backgroundColor);
116619
- color: var(--Menu-light-fontColor-onActive);
116620
- }
116621
-
116622
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu-selected,
116623
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-selected {
116624
- border-bottom: 2px solid var(--Menu-light-fontColor-onActive);
116625
- background-color: transparent;
116626
- }
116627
-
116628
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
116629
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
116630
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116631
- .amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
116632
- color: var(--Menu-light-fontColor-onActive);
116633
- }
116634
-
116635
- .amis-scope .cxd-Nav-Menu-horizontal:after {
116636
- content: " ";
116637
- display: block;
116638
- height: 0;
116639
- clear: both;
116640
- }
116641
-
116642
116768
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
116643
116769
  display: inline-block;
116644
116770
  font-size: 0.5625rem;
116645
- text-align: center;
116646
116771
  vertical-align: middle;
116647
116772
  text-transform: none;
116648
116773
  text-rendering: auto;
116649
116774
  line-height: 1.25rem;
116650
116775
  margin-left: 5px;
116651
- color: var(--Menu-light-fontColor);
116652
116776
  }
116653
116777
 
116654
116778
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow > svg {
116655
116779
  top: auto;
116656
116780
  }
116657
116781
 
116658
- .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item-label {
116659
- vertical-align: middle;
116660
- }
116661
-
116662
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-active,
116663
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-active {
116664
- background-color: var(--Menu-dark-backgroundColor);
116665
- color: var(--Menu-dark-fontColor-onActive);
116666
- }
116667
-
116668
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected,
116669
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected {
116670
- border-bottom: 2px solid var(--Menu-dark-selectedIndicator-color);
116671
- }
116672
-
116673
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
116674
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
116675
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116676
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
116677
- color: var(--Menu-dark-fontColor-onActive);
116678
- }
116679
-
116680
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-arrow {
116681
- color: var(--Menu-dark-fontColor);
116682
- }
116683
-
116684
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-active,
116685
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-active {
116686
- background-color: var(--Menu-light-backgroundColor);
116687
- color: var(--Menu-light-fontColor-onActive);
116688
- }
116689
-
116690
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected,
116691
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected {
116692
- border-bottom: 2px solid var(--Menu-light-selectedIndicator-color);
116693
- }
116694
-
116695
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
116696
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
116697
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow,
116698
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
116699
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
116700
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
116701
- color: var(--Menu-light-fontColor-onActive);
116702
- }
116703
-
116704
- .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow {
116705
- color: var(--Menu-light-fontColor);
116782
+ .amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
116783
+ margin-left: 0;
116784
+ margin-right: 5px;
116706
116785
  }
116707
116786
 
116708
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item,
116709
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title,
116710
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical-left > .cxd-Nav-Menu-item,
116711
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical-left > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title,
116712
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical-right > .cxd-Nav-Menu-item,
116713
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical-right > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title,
116714
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-inline > .cxd-Nav-Menu-item,
116715
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
116716
- padding: 12px 24px 12px 8px;
116787
+ .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item-label {
116788
+ vertical-align: middle;
116717
116789
  }
116718
116790
 
116719
116791
  .amis-scope .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow,
@@ -116721,15 +116793,11 @@ title: Word Break
116721
116793
  .amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow,
116722
116794
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow {
116723
116795
  display: inline-block;
116724
- font-size: 0.5625rem;
116796
+ font-size: 0.625rem;
116725
116797
  vertical-align: baseline;
116726
- text-align: center;
116727
116798
  text-transform: none;
116728
116799
  text-rendering: auto;
116729
- position: absolute;
116730
- right: var(--Menu-Submenu-item-paddingX);
116731
- top: 0;
116732
- line-height: var(--Menu-item-height--vertical);
116800
+ margin: 0 0 0 0.625rem;
116733
116801
  }
116734
116802
 
116735
116803
  .amis-scope .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow > svg,
@@ -116739,18 +116807,6 @@ title: Word Break
116739
116807
  top: auto;
116740
116808
  }
116741
116809
 
116742
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow,
116743
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow,
116744
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow,
116745
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow,
116746
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow,
116747
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow,
116748
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow,
116749
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow {
116750
- right: auto;
116751
- left: 16px;
116752
- }
116753
-
116754
116810
  .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
116755
116811
  .amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
116756
116812
  .amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
@@ -116764,29 +116820,36 @@ title: Word Break
116764
116820
  .amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow,
116765
116821
  .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow {
116766
116822
  right: auto;
116823
+ position: absolute;
116824
+ margin: 0;
116767
116825
  }
116768
116826
 
116769
- .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-arrow,
116770
- .amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-arrow,
116771
- .amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-arrow,
116772
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-arrow {
116773
- color: var(--Menu-dark-fontColor);
116827
+ .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
116828
+ .amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
116829
+ .amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
116830
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
116831
+ padding-right: 1rem;
116832
+ padding-left: 0;
116774
116833
  }
116775
116834
 
116776
- .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow,
116777
- .amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow,
116778
- .amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow,
116779
- .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow {
116780
- color: var(--Menu-light-fontColor);
116835
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
116836
+ margin: 0 0.625rem 0 0;
116781
116837
  }
116782
116838
 
116783
- .amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow {
116784
- right: 0.625rem;
116839
+ .amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-rtl.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow {
116840
+ margin: 0 0 0 0.625rem;
116841
+ }
116842
+
116843
+ .amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
116844
+ margin: 0 0 0 0.625rem;
116845
+ }
116846
+
116847
+ .amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
116848
+ margin: 0 0.625rem 0 0;
116785
116849
  }
116786
116850
 
116787
116851
  .amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow,
116788
116852
  .amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
116789
- cursor: pointer;
116790
116853
  transition: transform 0.3s;
116791
116854
  transform: rotate(90deg);
116792
116855
  }
@@ -116797,7 +116860,7 @@ title: Word Break
116797
116860
  }
116798
116861
 
116799
116862
  .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-wrap {
116800
- overflow: hidden;
116863
+ justify-content: center;
116801
116864
  }
116802
116865
 
116803
116866
  .amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-arrow {
@@ -116814,229 +116877,94 @@ title: Word Break
116814
116877
  margin: 0 auto;
116815
116878
  }
116816
116879
 
116817
- .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu,
116818
- .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu,
116819
- .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
116820
- padding: 0;
116821
- }
116822
-
116823
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu,
116824
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu,
116825
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
116826
- direction: rtl;
116827
- }
116828
-
116829
- .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title,
116830
- .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title,
116831
- .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
116832
- color: var(--Menu-light-fontColor-onActive);
116833
- }
116834
-
116835
- .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
116836
- .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
116837
- .amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow,
116838
- .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
116839
- .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
116840
- .amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow,
116841
- .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
116842
- .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
116843
- .amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow {
116844
- color: var(--Menu-light-fontColor-onActive);
116845
- }
116846
-
116847
- .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline {
116848
- padding: 0;
116849
- border: none;
116850
- border-radius: 0;
116851
- box-shadow: none;
116852
- }
116853
-
116854
- .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-item,
116855
- .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
116856
- padding-top: 0;
116857
- padding-bottom: 0;
116858
- display: block;
116859
- white-space: nowrap;
116860
- overflow: hidden;
116861
- text-overflow: ellipsis;
116862
- }
116863
-
116864
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-item,
116865
- .amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
116866
- padding-left: 0;
116867
- }
116868
-
116869
- .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
116870
- color: var(--Menu-dark-ancestor-fontColor-onActive);
116871
- }
116872
-
116873
- .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
116874
- .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
116875
- .amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
116876
- color: var(--Menu-dark-ancestor-fontColor-onActive);
116877
- }
116878
-
116879
116880
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled,
116880
116881
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled {
116881
116882
  cursor: not-allowed;
116882
116883
  color: var(--Menu-fontColor-onDisabled) !important;
116883
116884
  }
116884
116885
 
116886
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled svg,
116887
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled svg {
116888
+ fill: currentColor !important;
116889
+ }
116890
+
116885
116891
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item,
116886
116892
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item {
116887
116893
  cursor: not-allowed;
116888
116894
  color: var(--Menu-fontColor-onDisabled) !important;
116889
116895
  }
116890
116896
 
116897
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item svg,
116898
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item svg {
116899
+ fill: currentColor !important;
116900
+ }
116901
+
116891
116902
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link,
116892
116903
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link {
116893
116904
  cursor: not-allowed;
116894
116905
  color: var(--Menu-fontColor-onDisabled) !important;
116895
116906
  }
116896
116907
 
116908
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link svg,
116909
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled.cxd-Nav-Menu-item .cxd-Nav-Menu-item-link svg {
116910
+ fill: currentColor !important;
116911
+ }
116912
+
116897
116913
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title,
116898
116914
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title {
116899
116915
  cursor: not-allowed;
116900
116916
  color: var(--Menu-fontColor-onDisabled) !important;
116901
116917
  }
116902
116918
 
116919
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title svg,
116920
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title svg {
116921
+ fill: currentColor !important;
116922
+ }
116923
+
116903
116924
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon,
116925
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon-after,
116904
116926
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label,
116905
116927
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow,
116906
116928
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon,
116929
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon-after,
116907
116930
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label,
116908
116931
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow {
116909
116932
  cursor: not-allowed;
116910
116933
  color: var(--Menu-fontColor-onDisabled) !important;
116911
116934
  }
116912
116935
 
116936
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon svg,
116937
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon-after svg,
116938
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label svg,
116939
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow svg,
116940
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon svg,
116941
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon-after svg,
116942
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label svg,
116943
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-submenu-arrow svg {
116944
+ fill: currentColor !important;
116945
+ }
116946
+
116913
116947
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon,
116948
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon-after,
116914
116949
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-label,
116915
116950
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-arrow,
116916
116951
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-icon,
116952
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-icon-after,
116917
116953
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-label,
116918
116954
  .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-arrow {
116919
116955
  cursor: not-allowed;
116920
116956
  color: var(--Menu-fontColor-onDisabled) !important;
116921
116957
  }
116922
116958
 
116923
- .amis-scope .cxd-Nav-Menu-open-slide-up-enter,
116924
- .amis-scope .cxd-Nav-Menu-open-slide-up-appear {
116925
- animation-duration: 0.3s;
116926
- animation-fill-mode: both;
116927
- transform-origin: 0 0;
116928
- opacity: 0;
116929
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
116930
- animation-play-state: paused;
116931
- }
116932
-
116933
- .amis-scope .cxd-Nav-Menu-open-slide-up-leave {
116934
- animation-duration: 0.3s;
116935
- animation-fill-mode: both;
116936
- transform-origin: 0 0;
116937
- opacity: 1;
116938
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
116939
- animation-play-state: paused;
116940
- }
116941
-
116942
- .amis-scope .cxd-Nav-Menu-open-slide-up-enter .cxd-Nav-Menu-open-slide-up-enter-active,
116943
- .amis-scope .cxd-Nav-Menu-open-slide-up-appear .cxd-Nav-Menu-open-slide-up-appear-active {
116944
- animation-name: rcMenuOpenSlideUpIn;
116945
- animation-play-state: running;
116946
- }
116947
-
116948
- .amis-scope .cxd-Nav-Menu-open-slide-up-leave .cxd-Nav-Menu-open-slide-up-leave-active {
116949
- animation-name: rcMenuOpenSlideUpOut;
116950
- animation-play-state: running;
116951
- }
116952
-
116953
- @keyframes rcMenuOpenSlideUpIn {
116954
- 0% {
116955
- opacity: 0;
116956
- transform-origin: 0% 0%;
116957
- transform: scaleY(0);
116958
- }
116959
-
116960
- 100% {
116961
- opacity: 1;
116962
- transform-origin: 0% 0%;
116963
- transform: scaleY(1);
116964
- }
116965
- }
116966
-
116967
- @keyframes rcMenuOpenSlideUpOut {
116968
- 0% {
116969
- opacity: 1;
116970
- transform-origin: 0% 0%;
116971
- transform: scaleY(1);
116972
- }
116973
-
116974
- 100% {
116975
- opacity: 0;
116976
- transform-origin: 0% 0%;
116977
- transform: scaleY(0);
116978
- }
116979
- }
116980
-
116981
- .amis-scope .cxd-Nav-Menu-open-zoom-enter,
116982
- .amis-scope .cxd-Nav-Menu-open-zoom-appear {
116983
- opacity: 0;
116984
- animation-duration: 0.3s;
116985
- animation-fill-mode: both;
116986
- transform-origin: 0 0;
116987
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
116988
- animation-play-state: paused;
116989
- }
116990
-
116991
- .amis-scope .cxd-Nav-Menu-open-zoom-leave {
116992
- animation-duration: 0.3s;
116993
- animation-fill-mode: both;
116994
- transform-origin: 0 0;
116995
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
116996
- animation-play-state: paused;
116997
- }
116998
-
116999
- .amis-scope .cxd-Nav-Menu-open-zoom-enter .cxd-Nav-Menu-open-zoom-enter-active,
117000
- .amis-scope .cxd-Nav-Menu-open-zoom-appear .cxd-Nav-Menu-open-zoom-appear-active {
117001
- animation-name: rcMenuOpenZoomIn;
117002
- animation-play-state: running;
117003
- }
117004
-
117005
- .amis-scope .cxd-Nav-Menu-open-zoom-leave .cxd-Nav-Menu-open-zoom-leave-active {
117006
- animation-name: rcMenuOpenZoomOut;
117007
- animation-play-state: running;
117008
- }
117009
-
117010
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-open-zoom-enter,
117011
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-open-zoom-enter,
117012
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-open-zoom-appear,
117013
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-open-zoom-appear,
117014
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-open-zoom-leave,
117015
- .amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-open-zoom-leave {
117016
- transform-origin: top right !important;
117017
- }
117018
-
117019
- @keyframes rcMenuOpenZoomIn {
117020
- 0% {
117021
- opacity: 0;
117022
- transform: scale(0, 0);
117023
- }
117024
-
117025
- 100% {
117026
- opacity: 1;
117027
- transform: scale(1, 1);
117028
- }
117029
- }
117030
-
117031
- @keyframes rcMenuOpenZoomOut {
117032
- 0% {
117033
- transform: scale(1, 1);
117034
- }
117035
-
117036
- 100% {
117037
- opacity: 0;
117038
- transform: scale(0, 0);
117039
- }
116959
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon svg,
116960
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-icon-after svg,
116961
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-item-label svg,
116962
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item-disabled .cxd-Nav-Menu-submenu-arrow svg,
116963
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-icon svg,
116964
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-icon-after svg,
116965
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-item-label svg,
116966
+ .amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-disabled .cxd-Nav-Menu-submenu-arrow svg {
116967
+ fill: currentColor !important;
117040
116968
  }
117041
116969
 
117042
116970
  .amis-scope .cxd-Nav-Menu-item-tooltip {
@@ -117048,15 +116976,6 @@ title: Word Break
117048
116976
  box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
117049
116977
  }
117050
116978
 
117051
- .amis-scope .cxd-Nav-Menu-item-tooltip .cxd-Tooltip-body,
117052
- .amis-scope .cxd-Nav-Menu-item-tooltip .cxd-Tooltip-body span {
117053
- color: #070c14;
117054
- }
117055
-
117056
- .amis-scope .cxd-Nav-Menu-item-tooltip .cxd-Tooltip-arrow:after {
117057
- left: 0.25rem;
117058
- }
117059
-
117060
116979
  .amis-scope .cxd-Nav-Menu-item-tooltip .cxd-Tooltip-arrow:before {
117061
116980
  display: none;
117062
116981
  }
@@ -117065,6 +116984,10 @@ title: Word Break
117065
116984
  background: #001259;
117066
116985
  }
117067
116986
 
116987
+ .amis-scope .cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark .cxd-Tooltip-arrow:after {
116988
+ border-right-color: #001259;
116989
+ }
116990
+
117068
116991
  .amis-scope .cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark .cxd-Tooltip-body,
117069
116992
  .amis-scope .cxd-Nav-Menu-item-tooltip.cxd-Nav-Menu-item-tooltip-dark .cxd-Tooltip-body span {
117070
116993
  color: #ffffff;