amis 2.4.0 → 2.5.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (545) hide show
  1. package/esm/Schema.d.ts +17 -17
  2. package/esm/compat.js +1 -1
  3. package/esm/index.js +1 -1
  4. package/esm/preset.js +1 -1
  5. package/esm/renderers/Action.d.ts +3 -48
  6. package/esm/renderers/Action.js +8 -4
  7. package/esm/renderers/Alert.js +1 -1
  8. package/esm/renderers/AnchorNav.d.ts +1 -1
  9. package/esm/renderers/AnchorNav.js +1 -1
  10. package/esm/renderers/App.js +15 -4
  11. package/esm/renderers/Audio.js +1 -1
  12. package/esm/renderers/Avatar.js +1 -1
  13. package/esm/renderers/BarCode.js +1 -1
  14. package/esm/renderers/Breadcrumb.d.ts +4 -4
  15. package/esm/renderers/Breadcrumb.js +1 -1
  16. package/esm/renderers/ButtonGroup.js +1 -1
  17. package/esm/renderers/CRUD.d.ts +9 -7
  18. package/esm/renderers/CRUD.js +22 -9
  19. package/esm/renderers/CRUD2.d.ts +5 -5
  20. package/esm/renderers/CRUD2.js +1 -1
  21. package/esm/renderers/Calendar.js +1 -1
  22. package/esm/renderers/Card.d.ts +1 -1
  23. package/esm/renderers/Card.js +1 -1
  24. package/esm/renderers/Card2.js +1 -1
  25. package/esm/renderers/Cards.d.ts +2 -2
  26. package/esm/renderers/Cards.js +1 -1
  27. package/esm/renderers/Carousel.js +1 -1
  28. package/esm/renderers/Chart.d.ts +17 -3
  29. package/esm/renderers/Chart.js +108 -29
  30. package/esm/renderers/Code.d.ts +3 -3
  31. package/esm/renderers/Code.js +1 -1
  32. package/esm/renderers/Collapse.js +1 -1
  33. package/esm/renderers/CollapseGroup.js +1 -1
  34. package/esm/renderers/Color.js +1 -1
  35. package/esm/renderers/Container.js +1 -1
  36. package/esm/renderers/Copyable.d.ts +1 -1
  37. package/esm/renderers/Copyable.js +1 -1
  38. package/esm/renderers/Custom.js +1 -1
  39. package/esm/renderers/Date.js +1 -1
  40. package/esm/renderers/DateRange.js +1 -1
  41. package/esm/renderers/Dialog.d.ts +9 -1201
  42. package/esm/renderers/Dialog.js +1 -1
  43. package/esm/renderers/Divider.js +1 -1
  44. package/esm/renderers/Drawer.d.ts +1 -1
  45. package/esm/renderers/Drawer.js +1 -1
  46. package/esm/renderers/DropDownButton.d.ts +1 -1
  47. package/esm/renderers/DropDownButton.js +1 -1
  48. package/esm/renderers/Each.js +1 -1
  49. package/esm/renderers/Flex.js +1 -1
  50. package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
  51. package/esm/renderers/Form/ButtonToolbar.js +1 -1
  52. package/esm/renderers/Form/ChainedSelect.js +1 -1
  53. package/esm/renderers/Form/ChartRadios.js +1 -1
  54. package/esm/renderers/Form/Checkbox.js +1 -1
  55. package/esm/renderers/Form/Checkboxes.js +1 -1
  56. package/esm/renderers/Form/Combo.d.ts +10 -5
  57. package/esm/renderers/Form/Combo.js +119 -92
  58. package/esm/renderers/Form/ConditionBuilder.js +1 -1
  59. package/esm/renderers/Form/Control.js +1 -1
  60. package/esm/renderers/Form/DiffEditor.d.ts +3 -3
  61. package/esm/renderers/Form/DiffEditor.js +1 -1
  62. package/esm/renderers/Form/Editor.d.ts +3 -3
  63. package/esm/renderers/Form/Editor.js +1 -1
  64. package/esm/renderers/Form/FieldSet.js +1 -1
  65. package/esm/renderers/Form/Formula.js +1 -1
  66. package/esm/renderers/Form/Group.d.ts +1 -1
  67. package/esm/renderers/Form/Group.js +4 -3
  68. package/esm/renderers/Form/Hidden.js +1 -1
  69. package/esm/renderers/Form/IconPicker.js +1 -1
  70. package/esm/renderers/Form/IconPickerIcons.js +1 -1
  71. package/esm/renderers/Form/IconSelect.js +1 -1
  72. package/esm/renderers/Form/IconSelectStore.d.ts +1 -1
  73. package/esm/renderers/Form/IconSelectStore.js +1 -1
  74. package/esm/renderers/Form/InputArray.d.ts +4 -0
  75. package/esm/renderers/Form/InputArray.js +11 -3
  76. package/esm/renderers/Form/InputCity.d.ts +2 -560
  77. package/esm/renderers/Form/InputCity.js +2 -9
  78. package/esm/renderers/Form/InputColor.d.ts +2 -454
  79. package/esm/renderers/Form/InputColor.js +1 -1
  80. package/esm/renderers/Form/InputDate.js +1 -1
  81. package/esm/renderers/Form/InputDateRange.js +1 -1
  82. package/esm/renderers/Form/InputExcel.d.ts +2 -2
  83. package/esm/renderers/Form/InputExcel.js +1 -1
  84. package/esm/renderers/Form/InputFile.d.ts +2 -2
  85. package/esm/renderers/Form/InputFile.js +1 -1
  86. package/esm/renderers/Form/InputFormula.js +1 -1
  87. package/esm/renderers/Form/InputGroup.js +1 -1
  88. package/esm/renderers/Form/InputImage.d.ts +2 -2
  89. package/esm/renderers/Form/InputImage.js +1 -1
  90. package/esm/renderers/Form/InputMonthRange.d.ts +0 -1
  91. package/esm/renderers/Form/InputMonthRange.js +1 -1
  92. package/esm/renderers/Form/InputNumber.d.ts +3 -3
  93. package/esm/renderers/Form/InputNumber.js +9 -7
  94. package/esm/renderers/Form/InputQuarterRange.d.ts +0 -1
  95. package/esm/renderers/Form/InputQuarterRange.js +1 -1
  96. package/esm/renderers/Form/InputRange.d.ts +7 -7
  97. package/esm/renderers/Form/InputRange.js +1 -1
  98. package/esm/renderers/Form/InputRating.js +26 -4
  99. package/esm/renderers/Form/InputRepeat.js +1 -1
  100. package/esm/renderers/Form/InputRichText.js +1 -1
  101. package/esm/renderers/Form/InputSubForm.js +1 -1
  102. package/esm/renderers/Form/InputTable.d.ts +13 -1
  103. package/esm/renderers/Form/InputTable.js +87 -46
  104. package/esm/renderers/Form/InputTag.d.ts +3 -2
  105. package/esm/renderers/Form/InputTag.js +15 -8
  106. package/esm/renderers/Form/InputText.d.ts +1 -1
  107. package/esm/renderers/Form/InputText.js +24 -18
  108. package/esm/renderers/Form/InputTree.d.ts +1 -1
  109. package/esm/renderers/Form/InputTree.js +4 -4
  110. package/esm/renderers/Form/InputYearRange.d.ts +0 -1
  111. package/esm/renderers/Form/InputYearRange.js +1 -1
  112. package/esm/renderers/Form/JSONSchema.js +1 -1
  113. package/esm/renderers/Form/JSONSchemaEditor.js +1 -1
  114. package/esm/renderers/Form/ListSelect.js +1 -1
  115. package/esm/renderers/Form/LocationPicker.js +1 -1
  116. package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
  117. package/esm/renderers/Form/NestedSelect.js +1 -1
  118. package/esm/renderers/Form/Picker.js +1 -1
  119. package/esm/renderers/Form/Radios.js +9 -7
  120. package/esm/renderers/Form/Select.d.ts +1 -1
  121. package/esm/renderers/Form/Select.js +9 -7
  122. package/esm/renderers/Form/Static.js +1 -1
  123. package/esm/renderers/Form/StaticHoc.js +1 -1
  124. package/esm/renderers/Form/Switch.d.ts +1 -1
  125. package/esm/renderers/Form/Switch.js +1 -1
  126. package/esm/renderers/Form/TabsTransfer.d.ts +1 -2
  127. package/esm/renderers/Form/TabsTransfer.js +4 -4
  128. package/esm/renderers/Form/TabsTransferPicker.d.ts +1 -2
  129. package/esm/renderers/Form/TabsTransferPicker.js +4 -4
  130. package/esm/renderers/Form/Textarea.d.ts +1 -1
  131. package/esm/renderers/Form/Textarea.js +2 -2
  132. package/esm/renderers/Form/Transfer.d.ts +12 -2
  133. package/esm/renderers/Form/Transfer.js +6 -6
  134. package/esm/renderers/Form/TransferPicker.d.ts +0 -1
  135. package/esm/renderers/Form/TransferPicker.js +4 -4
  136. package/esm/renderers/Form/TreeSelect.d.ts +9 -0
  137. package/esm/renderers/Form/TreeSelect.js +6 -6
  138. package/esm/renderers/Form/UUID.js +1 -1
  139. package/esm/renderers/Form/UserSelect.js +1 -1
  140. package/esm/renderers/Grid.d.ts +3 -3
  141. package/esm/renderers/Grid.js +1 -1
  142. package/esm/renderers/Grid2D.d.ts +2 -2
  143. package/esm/renderers/Grid2D.js +1 -1
  144. package/esm/renderers/GridNav.js +1 -1
  145. package/esm/renderers/HBox.d.ts +2 -2
  146. package/esm/renderers/HBox.js +1 -1
  147. package/esm/renderers/IFrame.d.ts +5 -2
  148. package/esm/renderers/IFrame.js +65 -24
  149. package/esm/renderers/Icon.js +2 -3
  150. package/esm/renderers/Image.d.ts +2 -263
  151. package/esm/renderers/Image.js +1 -1
  152. package/esm/renderers/Images.js +1 -1
  153. package/esm/renderers/Json.js +1 -1
  154. package/esm/renderers/Link.js +1 -1
  155. package/esm/renderers/List.d.ts +2 -2
  156. package/esm/renderers/List.js +3 -2
  157. package/esm/renderers/Log.d.ts +1 -1
  158. package/esm/renderers/Log.js +14 -14
  159. package/esm/renderers/Mapping.d.ts +2 -250
  160. package/esm/renderers/Mapping.js +1 -1
  161. package/esm/renderers/Markdown.js +1 -1
  162. package/esm/renderers/MultilineText.js +1 -1
  163. package/esm/renderers/Nav.d.ts +2 -39
  164. package/esm/renderers/Nav.js +1 -1
  165. package/esm/renderers/Operation.js +1 -1
  166. package/esm/renderers/Page.d.ts +1 -1
  167. package/esm/renderers/Page.js +30 -15
  168. package/esm/renderers/Pagination.js +1 -1
  169. package/esm/renderers/PaginationWrapper.js +1 -1
  170. package/esm/renderers/Panel.js +1 -1
  171. package/esm/renderers/Password.js +1 -1
  172. package/esm/renderers/Plain.js +1 -1
  173. package/esm/renderers/PopOver.d.ts +1 -1
  174. package/esm/renderers/PopOver.js +1 -1
  175. package/esm/renderers/Portlet.js +1 -1
  176. package/esm/renderers/Progress.js +1 -1
  177. package/esm/renderers/Property.d.ts +2 -2
  178. package/esm/renderers/Property.js +1 -1
  179. package/esm/renderers/QRCode.js +1 -1
  180. package/esm/renderers/QuickEdit.d.ts +2 -2
  181. package/esm/renderers/QuickEdit.js +1 -1
  182. package/esm/renderers/Remark.d.ts +2 -34
  183. package/esm/renderers/Remark.js +3 -3
  184. package/esm/renderers/SearchBox.d.ts +10 -4
  185. package/esm/renderers/SearchBox.js +74 -13
  186. package/esm/renderers/Service.d.ts +5 -5
  187. package/esm/renderers/Service.js +22 -5
  188. package/esm/renderers/SparkLine.js +1 -1
  189. package/esm/renderers/Spinner.js +1 -1
  190. package/esm/renderers/Status.js +1 -1
  191. package/esm/renderers/Steps.d.ts +1 -1
  192. package/esm/renderers/Steps.js +1 -1
  193. package/esm/renderers/Table/ColumnToggler.js +1 -1
  194. package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
  195. package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
  196. package/esm/renderers/Table/ItemActionsWrapper.d.ts +0 -1
  197. package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
  198. package/esm/renderers/Table/TableBody.js +1 -1
  199. package/esm/renderers/Table/TableCell.js +1 -1
  200. package/esm/renderers/Table/TableContent.d.ts +1 -1
  201. package/esm/renderers/Table/TableContent.js +7 -5
  202. package/esm/renderers/Table/TableRow.d.ts +1 -1
  203. package/esm/renderers/Table/TableRow.js +6 -4
  204. package/esm/renderers/Table/exportExcel.js +2 -2
  205. package/esm/renderers/Table/index.d.ts +6 -6
  206. package/esm/renderers/Table/index.js +25 -4
  207. package/esm/renderers/Table2/ColumnToggler.js +1 -1
  208. package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  209. package/esm/renderers/Table2/TableCell.js +1 -1
  210. package/esm/renderers/Table2/index.d.ts +2 -2
  211. package/esm/renderers/Table2/index.js +1 -1
  212. package/esm/renderers/TableView.d.ts +3 -3
  213. package/esm/renderers/TableView.js +1 -1
  214. package/esm/renderers/Tabs.d.ts +2 -2
  215. package/esm/renderers/Tabs.js +1 -1
  216. package/esm/renderers/Tag.js +1 -1
  217. package/esm/renderers/Tasks.js +1 -1
  218. package/esm/renderers/Timeline.d.ts +7 -2
  219. package/esm/renderers/Timeline.js +6 -3
  220. package/esm/renderers/TooltipWrapper.js +1 -1
  221. package/esm/renderers/Tpl.d.ts +4 -0
  222. package/esm/renderers/Tpl.js +20 -6
  223. package/esm/renderers/VBox.d.ts +1 -1
  224. package/esm/renderers/VBox.js +1 -1
  225. package/esm/renderers/Video.js +1 -1
  226. package/esm/renderers/WebComponent.js +1 -1
  227. package/esm/renderers/Wizard.d.ts +1 -1
  228. package/esm/renderers/Wizard.js +1 -1
  229. package/esm/renderers/Words.d.ts +1 -1
  230. package/esm/renderers/Words.js +1 -1
  231. package/esm/renderers/Wrapper.js +1 -1
  232. package/esm/schemaExtend.js +1 -1
  233. package/esm/types.d.ts +5 -6
  234. package/lib/Schema.d.ts +17 -17
  235. package/lib/compat.js +1 -1
  236. package/lib/helper.css +1 -1
  237. package/lib/index.js +1 -1
  238. package/lib/preset.js +1 -1
  239. package/lib/renderers/Action.d.ts +3 -48
  240. package/lib/renderers/Action.js +8 -4
  241. package/lib/renderers/Alert.js +1 -1
  242. package/lib/renderers/AnchorNav.d.ts +1 -1
  243. package/lib/renderers/AnchorNav.js +1 -1
  244. package/lib/renderers/App.js +15 -4
  245. package/lib/renderers/Audio.js +1 -1
  246. package/lib/renderers/Avatar.js +1 -1
  247. package/lib/renderers/BarCode.js +1 -1
  248. package/lib/renderers/Breadcrumb.d.ts +4 -4
  249. package/lib/renderers/Breadcrumb.js +1 -1
  250. package/lib/renderers/ButtonGroup.js +1 -1
  251. package/lib/renderers/CRUD.d.ts +9 -7
  252. package/lib/renderers/CRUD.js +22 -9
  253. package/lib/renderers/CRUD2.d.ts +5 -5
  254. package/lib/renderers/CRUD2.js +1 -1
  255. package/lib/renderers/Calendar.js +1 -1
  256. package/lib/renderers/Card.d.ts +1 -1
  257. package/lib/renderers/Card.js +1 -1
  258. package/lib/renderers/Card2.js +1 -1
  259. package/lib/renderers/Cards.d.ts +2 -2
  260. package/lib/renderers/Cards.js +1 -1
  261. package/lib/renderers/Carousel.js +1 -1
  262. package/lib/renderers/Chart.d.ts +17 -3
  263. package/lib/renderers/Chart.js +107 -27
  264. package/lib/renderers/Code.d.ts +3 -3
  265. package/lib/renderers/Code.js +1 -1
  266. package/lib/renderers/Collapse.js +1 -1
  267. package/lib/renderers/CollapseGroup.js +1 -1
  268. package/lib/renderers/Color.js +1 -1
  269. package/lib/renderers/Container.js +1 -1
  270. package/lib/renderers/Copyable.d.ts +1 -1
  271. package/lib/renderers/Copyable.js +1 -1
  272. package/lib/renderers/Custom.js +1 -1
  273. package/lib/renderers/Date.js +1 -1
  274. package/lib/renderers/DateRange.js +1 -1
  275. package/lib/renderers/Dialog.d.ts +9 -1201
  276. package/lib/renderers/Dialog.js +1 -1
  277. package/lib/renderers/Divider.js +1 -1
  278. package/lib/renderers/Drawer.d.ts +1 -1
  279. package/lib/renderers/Drawer.js +1 -1
  280. package/lib/renderers/DropDownButton.d.ts +1 -1
  281. package/lib/renderers/DropDownButton.js +1 -1
  282. package/lib/renderers/Each.js +1 -1
  283. package/lib/renderers/Flex.js +1 -1
  284. package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
  285. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  286. package/lib/renderers/Form/ChainedSelect.js +1 -1
  287. package/lib/renderers/Form/ChartRadios.js +1 -1
  288. package/lib/renderers/Form/Checkbox.js +1 -1
  289. package/lib/renderers/Form/Checkboxes.js +1 -1
  290. package/lib/renderers/Form/Combo.d.ts +10 -5
  291. package/lib/renderers/Form/Combo.js +118 -91
  292. package/lib/renderers/Form/ConditionBuilder.js +1 -1
  293. package/lib/renderers/Form/Control.js +1 -1
  294. package/lib/renderers/Form/DiffEditor.d.ts +3 -3
  295. package/lib/renderers/Form/DiffEditor.js +1 -1
  296. package/lib/renderers/Form/Editor.d.ts +3 -3
  297. package/lib/renderers/Form/Editor.js +1 -1
  298. package/lib/renderers/Form/FieldSet.js +1 -1
  299. package/lib/renderers/Form/Formula.js +1 -1
  300. package/lib/renderers/Form/Group.d.ts +1 -1
  301. package/lib/renderers/Form/Group.js +4 -3
  302. package/lib/renderers/Form/Hidden.js +1 -1
  303. package/lib/renderers/Form/IconPicker.js +1 -1
  304. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  305. package/lib/renderers/Form/IconSelect.js +1 -1
  306. package/lib/renderers/Form/IconSelectStore.d.ts +1 -1
  307. package/lib/renderers/Form/IconSelectStore.js +1 -1
  308. package/lib/renderers/Form/InputArray.d.ts +4 -0
  309. package/lib/renderers/Form/InputArray.js +11 -3
  310. package/lib/renderers/Form/InputCity.d.ts +2 -560
  311. package/lib/renderers/Form/InputCity.js +2 -9
  312. package/lib/renderers/Form/InputColor.d.ts +2 -454
  313. package/lib/renderers/Form/InputColor.js +1 -1
  314. package/lib/renderers/Form/InputDate.js +1 -1
  315. package/lib/renderers/Form/InputDateRange.js +1 -1
  316. package/lib/renderers/Form/InputExcel.d.ts +2 -2
  317. package/lib/renderers/Form/InputExcel.js +1 -1
  318. package/lib/renderers/Form/InputFile.d.ts +2 -2
  319. package/lib/renderers/Form/InputFile.js +1 -1
  320. package/lib/renderers/Form/InputFormula.js +1 -1
  321. package/lib/renderers/Form/InputGroup.js +1 -1
  322. package/lib/renderers/Form/InputImage.d.ts +2 -2
  323. package/lib/renderers/Form/InputImage.js +1 -1
  324. package/lib/renderers/Form/InputMonthRange.d.ts +0 -1
  325. package/lib/renderers/Form/InputMonthRange.js +1 -1
  326. package/lib/renderers/Form/InputNumber.d.ts +3 -3
  327. package/lib/renderers/Form/InputNumber.js +8 -6
  328. package/lib/renderers/Form/InputQuarterRange.d.ts +0 -1
  329. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  330. package/lib/renderers/Form/InputRange.d.ts +7 -7
  331. package/lib/renderers/Form/InputRange.js +1 -1
  332. package/lib/renderers/Form/InputRating.js +25 -3
  333. package/lib/renderers/Form/InputRepeat.js +1 -1
  334. package/lib/renderers/Form/InputRichText.js +1 -1
  335. package/lib/renderers/Form/InputSubForm.js +1 -1
  336. package/lib/renderers/Form/InputTable.d.ts +13 -1
  337. package/lib/renderers/Form/InputTable.js +87 -45
  338. package/lib/renderers/Form/InputTag.d.ts +3 -2
  339. package/lib/renderers/Form/InputTag.js +15 -8
  340. package/lib/renderers/Form/InputText.d.ts +1 -1
  341. package/lib/renderers/Form/InputText.js +24 -18
  342. package/lib/renderers/Form/InputTree.d.ts +1 -1
  343. package/lib/renderers/Form/InputTree.js +3 -3
  344. package/lib/renderers/Form/InputYearRange.d.ts +0 -1
  345. package/lib/renderers/Form/InputYearRange.js +1 -1
  346. package/lib/renderers/Form/JSONSchema.js +1 -1
  347. package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
  348. package/lib/renderers/Form/ListSelect.js +1 -1
  349. package/lib/renderers/Form/LocationPicker.js +1 -1
  350. package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
  351. package/lib/renderers/Form/NestedSelect.js +1 -1
  352. package/lib/renderers/Form/Picker.js +1 -1
  353. package/lib/renderers/Form/Radios.js +9 -7
  354. package/lib/renderers/Form/Select.d.ts +1 -1
  355. package/lib/renderers/Form/Select.js +9 -7
  356. package/lib/renderers/Form/Static.js +1 -1
  357. package/lib/renderers/Form/StaticHoc.js +1 -1
  358. package/lib/renderers/Form/Switch.d.ts +1 -1
  359. package/lib/renderers/Form/Switch.js +1 -1
  360. package/lib/renderers/Form/TabsTransfer.d.ts +1 -2
  361. package/lib/renderers/Form/TabsTransfer.js +3 -3
  362. package/lib/renderers/Form/TabsTransferPicker.d.ts +1 -2
  363. package/lib/renderers/Form/TabsTransferPicker.js +3 -3
  364. package/lib/renderers/Form/Textarea.d.ts +1 -1
  365. package/lib/renderers/Form/Textarea.js +2 -2
  366. package/lib/renderers/Form/Transfer.d.ts +12 -2
  367. package/lib/renderers/Form/Transfer.js +5 -5
  368. package/lib/renderers/Form/TransferPicker.d.ts +0 -1
  369. package/lib/renderers/Form/TransferPicker.js +3 -3
  370. package/lib/renderers/Form/TreeSelect.d.ts +9 -0
  371. package/lib/renderers/Form/TreeSelect.js +5 -5
  372. package/lib/renderers/Form/UUID.js +1 -1
  373. package/lib/renderers/Form/UserSelect.js +1 -1
  374. package/lib/renderers/Grid.d.ts +3 -3
  375. package/lib/renderers/Grid.js +1 -1
  376. package/lib/renderers/Grid2D.d.ts +2 -2
  377. package/lib/renderers/Grid2D.js +1 -1
  378. package/lib/renderers/GridNav.js +1 -1
  379. package/lib/renderers/HBox.d.ts +2 -2
  380. package/lib/renderers/HBox.js +1 -1
  381. package/lib/renderers/IFrame.d.ts +5 -2
  382. package/lib/renderers/IFrame.js +63 -22
  383. package/lib/renderers/Icon.js +2 -3
  384. package/lib/renderers/Image.d.ts +2 -263
  385. package/lib/renderers/Image.js +1 -1
  386. package/lib/renderers/Images.js +1 -1
  387. package/lib/renderers/Json.js +1 -1
  388. package/lib/renderers/Link.js +1 -1
  389. package/lib/renderers/List.d.ts +2 -2
  390. package/lib/renderers/List.js +3 -2
  391. package/lib/renderers/Log.d.ts +1 -1
  392. package/lib/renderers/Log.js +14 -14
  393. package/lib/renderers/Mapping.d.ts +2 -250
  394. package/lib/renderers/Mapping.js +1 -1
  395. package/lib/renderers/Markdown.js +1 -1
  396. package/lib/renderers/MultilineText.js +1 -1
  397. package/lib/renderers/Nav.d.ts +2 -39
  398. package/lib/renderers/Nav.js +1 -1
  399. package/lib/renderers/Operation.js +1 -1
  400. package/lib/renderers/Page.d.ts +1 -1
  401. package/lib/renderers/Page.js +30 -15
  402. package/lib/renderers/Pagination.js +1 -1
  403. package/lib/renderers/PaginationWrapper.js +1 -1
  404. package/lib/renderers/Panel.js +1 -1
  405. package/lib/renderers/Password.js +1 -1
  406. package/lib/renderers/Plain.js +1 -1
  407. package/lib/renderers/PopOver.d.ts +1 -1
  408. package/lib/renderers/PopOver.js +1 -1
  409. package/lib/renderers/Portlet.js +1 -1
  410. package/lib/renderers/Progress.js +1 -1
  411. package/lib/renderers/Property.d.ts +2 -2
  412. package/lib/renderers/Property.js +1 -1
  413. package/lib/renderers/QRCode.js +1 -1
  414. package/lib/renderers/QuickEdit.d.ts +2 -2
  415. package/lib/renderers/QuickEdit.js +1 -1
  416. package/lib/renderers/Remark.d.ts +2 -34
  417. package/lib/renderers/Remark.js +2 -2
  418. package/lib/renderers/SearchBox.d.ts +10 -4
  419. package/lib/renderers/SearchBox.js +72 -11
  420. package/lib/renderers/Service.d.ts +5 -5
  421. package/lib/renderers/Service.js +22 -5
  422. package/lib/renderers/SparkLine.js +1 -1
  423. package/lib/renderers/Spinner.js +1 -1
  424. package/lib/renderers/Status.js +1 -1
  425. package/lib/renderers/Steps.d.ts +1 -1
  426. package/lib/renderers/Steps.js +1 -1
  427. package/lib/renderers/Table/ColumnToggler.js +1 -1
  428. package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
  429. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  430. package/lib/renderers/Table/ItemActionsWrapper.d.ts +0 -1
  431. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  432. package/lib/renderers/Table/TableBody.js +1 -1
  433. package/lib/renderers/Table/TableCell.js +1 -1
  434. package/lib/renderers/Table/TableContent.d.ts +1 -1
  435. package/lib/renderers/Table/TableContent.js +7 -5
  436. package/lib/renderers/Table/TableRow.d.ts +1 -1
  437. package/lib/renderers/Table/TableRow.js +6 -4
  438. package/lib/renderers/Table/exportExcel.js +2 -2
  439. package/lib/renderers/Table/index.d.ts +6 -6
  440. package/lib/renderers/Table/index.js +26 -4
  441. package/lib/renderers/Table2/ColumnToggler.js +1 -1
  442. package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  443. package/lib/renderers/Table2/TableCell.js +1 -1
  444. package/lib/renderers/Table2/index.d.ts +2 -2
  445. package/lib/renderers/Table2/index.js +1 -1
  446. package/lib/renderers/TableView.d.ts +3 -3
  447. package/lib/renderers/TableView.js +1 -1
  448. package/lib/renderers/Tabs.d.ts +2 -2
  449. package/lib/renderers/Tabs.js +1 -1
  450. package/lib/renderers/Tag.js +1 -1
  451. package/lib/renderers/Tasks.js +1 -1
  452. package/lib/renderers/Timeline.d.ts +7 -2
  453. package/lib/renderers/Timeline.js +5 -2
  454. package/lib/renderers/TooltipWrapper.js +1 -1
  455. package/lib/renderers/Tpl.d.ts +4 -0
  456. package/lib/renderers/Tpl.js +20 -6
  457. package/lib/renderers/VBox.d.ts +1 -1
  458. package/lib/renderers/VBox.js +1 -1
  459. package/lib/renderers/Video.js +1 -1
  460. package/lib/renderers/WebComponent.js +1 -1
  461. package/lib/renderers/Wizard.d.ts +1 -1
  462. package/lib/renderers/Wizard.js +1 -1
  463. package/lib/renderers/Words.d.ts +1 -1
  464. package/lib/renderers/Words.js +1 -1
  465. package/lib/renderers/Wrapper.js +1 -1
  466. package/lib/schemaExtend.js +1 -1
  467. package/lib/themes/ang-ie11.css +3886 -3800
  468. package/lib/themes/ang.css +1989 -806
  469. package/lib/themes/antd-ie11.css +1856 -1790
  470. package/lib/themes/antd.css +1784 -1790
  471. package/lib/themes/cxd-ie11.css +810 -728
  472. package/lib/themes/cxd.css +1836 -2210
  473. package/lib/themes/dark-ie11.css +3926 -3841
  474. package/lib/themes/dark.css +2015 -922
  475. package/lib/themes/default-ie11.css +810 -728
  476. package/lib/themes/default.css +1836 -2210
  477. package/lib/types.d.ts +5 -6
  478. package/package.json +7 -7
  479. package/schema.json +182 -57
  480. package/sdk/ang-ie11.css +3965 -3862
  481. package/sdk/ang.css +2040 -838
  482. package/sdk/antd-ie11.css +1915 -1831
  483. package/sdk/antd.css +1836 -1824
  484. package/sdk/barcode.js +50 -50
  485. package/sdk/charts.js +16 -16
  486. package/sdk/codemirror.js +7 -7
  487. package/sdk/color-picker.js +65 -65
  488. package/sdk/cropperjs.js +6 -5
  489. package/sdk/cxd-ie11.css +866 -768
  490. package/sdk/cxd.css +1824 -2182
  491. package/sdk/dark-ie11.css +4004 -3903
  492. package/sdk/dark.css +2064 -954
  493. package/sdk/exceljs.js +1 -1
  494. package/sdk/helper.css +1 -1
  495. package/sdk/locale/de-DE.js +6 -0
  496. package/sdk/markdown.js +68 -68
  497. package/sdk/papaparse.js +1 -1
  498. package/sdk/rest.js +17 -17
  499. package/sdk/rich-text.js +62 -62
  500. package/sdk/sdk-ie11.css +866 -768
  501. package/sdk/sdk.css +1824 -2182
  502. package/sdk/sdk.js +1492 -1476
  503. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
  504. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
  505. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
  506. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
  507. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
  508. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
  509. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
  510. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
  511. package/sdk/thirds/hls.js/hls.js +1 -1
  512. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  513. package/sdk/tinymce.js +53 -53
  514. package/esm/_virtual/MiniDecimal.js +0 -8
  515. package/esm/_virtual/classCallCheck.js +0 -8
  516. package/esm/_virtual/createClass.js +0 -8
  517. package/esm/_virtual/interopRequireDefault.js +0 -8
  518. package/esm/_virtual/numberUtil.js +0 -8
  519. package/esm/_virtual/supportUtil.js +0 -8
  520. package/esm/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -24
  521. package/esm/node_modules/@babel/runtime/helpers/createClass.js +0 -36
  522. package/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -15
  523. package/esm/node_modules/rc-input-number/lib/utils/MiniDecimal.js +0 -345
  524. package/esm/node_modules/rc-input-number/lib/utils/numberUtil.js +0 -146
  525. package/esm/node_modules/rc-input-number/lib/utils/supportUtil.js +0 -25
  526. package/esm/renderers/Table-v2/ColumnToggler.d.ts +0 -19
  527. package/esm/renderers/Table-v2/ColumnToggler.js +0 -88
  528. package/esm/renderers/Table-v2/HeadCellSearchDropdown.d.ts +0 -29
  529. package/esm/renderers/Table-v2/HeadCellSearchDropdown.js +0 -206
  530. package/esm/renderers/Table-v2/TableCell.d.ts +0 -6
  531. package/esm/renderers/Table-v2/TableCell.js +0 -30
  532. package/esm/renderers/Table-v2/index.d.ts +0 -285
  533. package/esm/renderers/Table-v2/index.js +0 -833
  534. package/lib/_virtual/MiniDecimal.js +0 -12
  535. package/lib/_virtual/classCallCheck.js +0 -12
  536. package/lib/_virtual/createClass.js +0 -12
  537. package/lib/_virtual/interopRequireDefault.js +0 -12
  538. package/lib/_virtual/numberUtil.js +0 -12
  539. package/lib/_virtual/supportUtil.js +0 -12
  540. package/lib/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -28
  541. package/lib/node_modules/@babel/runtime/helpers/createClass.js +0 -40
  542. package/lib/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -17
  543. package/lib/node_modules/rc-input-number/lib/utils/MiniDecimal.js +0 -349
  544. package/lib/node_modules/rc-input-number/lib/utils/numberUtil.js +0 -150
  545. package/lib/node_modules/rc-input-number/lib/utils/supportUtil.js +0 -29
package/sdk/cxd-ie11.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2022 Fonticons, Inc.
5
5
  */
@@ -1976,6 +1976,10 @@ readers do not read off random characters that represent icons */
1976
1976
  content: "\56";
1977
1977
  }
1978
1978
 
1979
+ .fa-bangladeshi-taka-sign::before {
1980
+ content: "\e2e6";
1981
+ }
1982
+
1979
1983
  .fa-bicycle::before {
1980
1984
  content: "\f206";
1981
1985
  }
@@ -5404,10 +5408,6 @@ readers do not read off random characters that represent icons */
5404
5408
  content: "\f068";
5405
5409
  }
5406
5410
 
5407
- .fa-child-rifle::before {
5408
- content: "\e4e0";
5409
- }
5410
-
5411
5411
  .fa-chess::before {
5412
5412
  content: "\f439";
5413
5413
  }
@@ -6884,6 +6884,14 @@ readers do not read off random characters that represent icons */
6884
6884
  content: "\f14d";
6885
6885
  }
6886
6886
 
6887
+ .fa-child-combatant::before {
6888
+ content: "\e4e0";
6889
+ }
6890
+
6891
+ .fa-child-rifle::before {
6892
+ content: "\e4e0";
6893
+ }
6894
+
6887
6895
  .fa-gun::before {
6888
6896
  content: "\e19b";
6889
6897
  }
@@ -7120,6 +7128,10 @@ readers do not read off random characters that represent icons */
7120
7128
  content: "\f258";
7121
7129
  }
7122
7130
 
7131
+ .fa-notdef::before {
7132
+ content: "\e1fe";
7133
+ }
7134
+
7123
7135
  .fa-disease::before {
7124
7136
  content: "\f7fa";
7125
7137
  }
@@ -10541,7 +10553,7 @@ readers do not read off random characters that represent icons */
10541
10553
  }
10542
10554
 
10543
10555
  /*!
10544
- * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
10556
+ * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
10545
10557
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
10546
10558
  * Copyright 2022 Fonticons, Inc.
10547
10559
  */
@@ -14229,7 +14241,7 @@ readers do not read off random characters that represent icons */
14229
14241
  }
14230
14242
 
14231
14243
  .amis-scope .text-xl {
14232
- font-size: 20px !important;
14244
+ font-size: 18px !important;
14233
14245
  }
14234
14246
 
14235
14247
  .amis-scope .text-lg {
@@ -14297,7 +14309,7 @@ readers do not read off random characters that represent icons */
14297
14309
 
14298
14310
  .amis-scope .text-shadow {
14299
14311
  font-size: 170px;
14300
- text-shadow: 0 1px 0 #e8e9eb, 0 2px 0 #f7f7f9, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
14312
+ text-shadow: 0 1px 0 #e8e9eb, 0 2px 0 #f7f8fa, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
14301
14313
  }
14302
14314
 
14303
14315
  .amis-scope .no-shadow {
@@ -14432,15 +14444,15 @@ readers do not read off random characters that represent icons */
14432
14444
  }
14433
14445
 
14434
14446
  .amis-scope .b-light {
14435
- border-color: #f7f7f9;
14447
+ border-color: #ffffff;
14436
14448
  }
14437
14449
 
14438
14450
  .amis-scope .b-dark {
14439
- border-color: #343a40;
14451
+ border-color: #303540;
14440
14452
  }
14441
14453
 
14442
14454
  .amis-scope .b-black {
14443
- border-color: #343a40;
14455
+ border-color: #303540;
14444
14456
  }
14445
14457
 
14446
14458
  .amis-scope .b-primary {
@@ -14472,15 +14484,15 @@ readers do not read off random characters that represent icons */
14472
14484
  }
14473
14485
 
14474
14486
  .amis-scope .b-l-light {
14475
- border-left-color: #f7f7f9;
14487
+ border-left-color: #ffffff;
14476
14488
  }
14477
14489
 
14478
14490
  .amis-scope .b-l-dark {
14479
- border-left-color: #343a40;
14491
+ border-left-color: #303540;
14480
14492
  }
14481
14493
 
14482
14494
  .amis-scope .b-l-black {
14483
- border-left-color: #343a40;
14495
+ border-left-color: #303540;
14484
14496
  }
14485
14497
 
14486
14498
  .amis-scope .b-l-primary {
@@ -14544,11 +14556,11 @@ readers do not read off random characters that represent icons */
14544
14556
  }
14545
14557
 
14546
14558
  .amis-scope .r-2x {
14547
- border-radius: 4px;
14559
+ border-radius: 6px;
14548
14560
  }
14549
14561
 
14550
14562
  .amis-scope .r-3x {
14551
- border-radius: 6px;
14563
+ border-radius: 8px;
14552
14564
  }
14553
14565
 
14554
14566
  .amis-scope .r-l {
@@ -14609,7 +14621,7 @@ readers do not read off random characters that represent icons */
14609
14621
  }
14610
14622
 
14611
14623
  .amis-scope .m-l-sm {
14612
- margin-left: 10px;
14624
+ margin-left: 10px !important;
14613
14625
  }
14614
14626
 
14615
14627
  .amis-scope .m-l {
@@ -79839,7 +79851,6 @@ title: Word Break
79839
79851
 
79840
79852
  .tox .accessibility-issue__description {
79841
79853
  align-items: stretch;
79842
- border: 1px solid #eeeeee;
79843
79854
  border-radius: 6px;
79844
79855
  display: flex;
79845
79856
  justify-content: space-between;
@@ -79855,9 +79866,8 @@ title: Word Break
79855
79866
  margin-bottom: 4px;
79856
79867
  }
79857
79868
 
79858
- .tox .accessibility-issue__description > *:last-child:not(:only-child) {
79859
- border-color: #eeeeee;
79860
- border-style: solid;
79869
+ .tox .accessibility-issue__description > div > div .tox-icon svg {
79870
+ display: block;
79861
79871
  }
79862
79872
 
79863
79873
  .tox .accessibility-issue__repair {
@@ -79865,15 +79875,10 @@ title: Word Break
79865
79875
  }
79866
79876
 
79867
79877
  .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
79868
- background-color: rgba(0, 108, 231, 0.1);
79869
- border-color: #006ce7;
79878
+ background-color: rgba(0, 101, 216, 0.1);
79870
79879
  color: #222f3e;
79871
79880
  }
79872
79881
 
79873
- .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description > *:last-child {
79874
- border-color: #006ce7;
79875
- }
79876
-
79877
79882
  .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
79878
79883
  color: #006ce7;
79879
79884
  }
@@ -79882,40 +79887,60 @@ title: Word Break
79882
79887
  fill: #006ce7;
79883
79888
  }
79884
79889
 
79885
- .tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
79886
- color: #006ce7;
79890
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
79891
+ background-color: #006ce7;
79892
+ color: #fff;
79887
79893
  }
79888
79894
 
79889
- .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
79890
- background-color: rgba(255, 165, 0, 0.1);
79891
- border-color: rgba(255, 165, 0, 0.5);
79892
- color: #222f3e;
79895
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover,
79896
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
79897
+ background-color: #0060ce;
79898
+ }
79899
+
79900
+ .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
79901
+ background-color: #0054b4;
79902
+ }
79903
+
79904
+ .tox .tox-dialog__body-content .accessibility-issue--warn {
79905
+ /* stylelint-disable-next-line no-descending-specificity */
79893
79906
  }
79894
79907
 
79895
- .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description > *:last-child {
79896
- border-color: rgba(255, 165, 0, 0.5);
79908
+ .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
79909
+ background-color: rgba(255, 165, 0, 0.08);
79910
+ color: #222f3e;
79897
79911
  }
79898
79912
 
79899
79913
  .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
79900
- color: #cc8500;
79914
+ color: #8f5d00;
79901
79915
  }
79902
79916
 
79903
79917
  .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
79904
- fill: #cc8500;
79918
+ fill: #8f5d00;
79905
79919
  }
79906
79920
 
79907
- .tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
79908
- color: #cc8500;
79921
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
79922
+ background-color: #FFE89D;
79923
+ color: #222f3e;
79909
79924
  }
79910
79925
 
79911
- .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
79912
- background-color: rgba(204, 0, 0, 0.1);
79913
- border-color: rgba(204, 0, 0, 0.4);
79926
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover,
79927
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
79928
+ background-color: #F2D574;
79929
+ color: #222f3e;
79930
+ }
79931
+
79932
+ .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
79933
+ background-color: #E8C657;
79914
79934
  color: #222f3e;
79915
79935
  }
79916
79936
 
79917
- .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description > *:last-child {
79918
- border-color: rgba(204, 0, 0, 0.4);
79937
+ .tox .tox-dialog__body-content .accessibility-issue--error {
79938
+ /* stylelint-disable-next-line no-descending-specificity */
79939
+ }
79940
+
79941
+ .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
79942
+ background-color: rgba(204, 0, 0, 0.1);
79943
+ color: #222f3e;
79919
79944
  }
79920
79945
 
79921
79946
  .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
@@ -79926,34 +79951,42 @@ title: Word Break
79926
79951
  fill: #c00;
79927
79952
  }
79928
79953
 
79929
- .tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
79930
- color: #c00;
79954
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
79955
+ background-color: #F2BFBF;
79956
+ color: #222f3e;
79957
+ }
79958
+
79959
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover,
79960
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
79961
+ background-color: #E9A4A4;
79962
+ color: #222f3e;
79963
+ }
79964
+
79965
+ .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
79966
+ background-color: #EE9494;
79967
+ color: #222f3e;
79931
79968
  }
79932
79969
 
79933
79970
  .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
79934
79971
  background-color: rgba(120, 171, 70, 0.1);
79935
- border-color: rgba(120, 171, 70, 0.4);
79936
79972
  color: #222f3e;
79937
79973
  }
79938
79974
 
79939
79975
  .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
79940
- border-color: rgba(120, 171, 70, 0.4);
79976
+ display: none;
79941
79977
  }
79942
79978
 
79943
79979
  .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
79944
- color: #78AB46;
79980
+ color: #527530;
79945
79981
  }
79946
79982
 
79947
79983
  .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
79948
- fill: #78AB46;
79984
+ fill: #527530;
79949
79985
  }
79950
79986
 
79951
- .tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
79952
- color: #78AB46;
79953
- }
79954
-
79955
- .tox .tox-dialog__body-content .accessibility-issue__header h1,
79987
+ .tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
79956
79988
  .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
79989
+ font-size: 14px;
79957
79990
  margin-top: 0;
79958
79991
  }
79959
79992
 
@@ -79969,11 +80002,6 @@ title: Word Break
79969
80002
  padding: 4px 4px 4px 8px;
79970
80003
  }
79971
80004
 
79972
- .tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description > *:last-child {
79973
- border-left-width: 1px;
79974
- padding-left: 4px;
79975
- }
79976
-
79977
80005
  .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
79978
80006
  margin-right: 4px;
79979
80007
  }
@@ -79986,11 +80014,6 @@ title: Word Break
79986
80014
  padding: 4px 8px 4px 4px;
79987
80015
  }
79988
80016
 
79989
- .tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description > *:last-child {
79990
- border-right-width: 1px;
79991
- padding-right: 4px;
79992
- }
79993
-
79994
80017
  .tox .tox-anchorbar {
79995
80018
  display: flex;
79996
80019
  flex: 0 0 auto;
@@ -80829,6 +80852,25 @@ title: Word Break
80829
80852
  background: #cce2fa;
80830
80853
  }
80831
80854
 
80855
+ .tox div.tox-swatch:not(.tox-swatch--remove) svg {
80856
+ display: none;
80857
+ fill: #222f3e;
80858
+ height: 24px;
80859
+ margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
80860
+ width: 24px;
80861
+ }
80862
+
80863
+ .tox div.tox-swatch:not(.tox-swatch--remove) svg path {
80864
+ fill: #fff;
80865
+ paint-order: stroke;
80866
+ stroke: #222f3e;
80867
+ stroke-width: 2px;
80868
+ }
80869
+
80870
+ .tox div.tox-swatch:not(.tox-swatch--remove)[aria-checked=true] svg {
80871
+ display: block;
80872
+ }
80873
+
80832
80874
  .tox:not([dir=rtl]) .tox-swatches__picker-btn {
80833
80875
  margin-left: auto;
80834
80876
  }
@@ -81577,6 +81619,13 @@ title: Word Break
81577
81619
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
81578
81620
  }
81579
81621
 
81622
+ .tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
81623
+ background: none;
81624
+ border: none;
81625
+ box-shadow: none;
81626
+ padding: 0;
81627
+ }
81628
+
81580
81629
  .tox-editor-dock-fadeout {
81581
81630
  opacity: 0;
81582
81631
  visibility: hidden;
@@ -83194,6 +83243,7 @@ title: Word Break
83194
83243
  .tox .tox-toolbar,
83195
83244
  .tox .tox-toolbar__primary,
83196
83245
  .tox .tox-toolbar__overflow {
83246
+ background-attachment: local;
83197
83247
  background-color: #fff;
83198
83248
  background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
83199
83249
  background-position: center top 40px;
@@ -83273,6 +83323,7 @@ title: Word Break
83273
83323
  border: none;
83274
83324
  border-radius: 6px;
83275
83325
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
83326
+ overscroll-behavior: none;
83276
83327
  padding: 4px 0;
83277
83328
  }
83278
83329
 
@@ -83373,6 +83424,55 @@ title: Word Break
83373
83424
  transform: translateY(-50%);
83374
83425
  }
83375
83426
 
83427
+ .tox .tox-view-wrap,
83428
+ .tox .tox-view-wrap__slot-container {
83429
+ background-color: #fff;
83430
+ display: flex;
83431
+ flex: 1;
83432
+ flex-direction: column;
83433
+ }
83434
+
83435
+ .tox .tox-view {
83436
+ display: flex;
83437
+ flex: 1;
83438
+ flex-direction: column;
83439
+ }
83440
+
83441
+ .tox .tox-view__header {
83442
+ align-items: center;
83443
+ display: flex;
83444
+ font-size: 16px;
83445
+ justify-content: space-between;
83446
+ padding: 8px 8px 0 8px;
83447
+ position: relative;
83448
+ }
83449
+
83450
+ .tox .tox-view__header-start,
83451
+ .tox .tox-view__header-end {
83452
+ display: flex;
83453
+ }
83454
+
83455
+ .tox .tox-view__pane {
83456
+ height: 100%;
83457
+ padding: 8px;
83458
+ width: 100%;
83459
+ }
83460
+
83461
+ .tox .tox-view__pane_panel {
83462
+ border: 1px solid #eeeeee;
83463
+ border-radius: 6px;
83464
+ }
83465
+
83466
+ .tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *,
83467
+ .tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
83468
+ margin-left: 8px;
83469
+ }
83470
+
83471
+ .tox[dir=rtl] .tox-view__header .tox-view__header-start > *,
83472
+ .tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
83473
+ margin-right: 8px;
83474
+ }
83475
+
83376
83476
  .tox .tox-well {
83377
83477
  border: 1px solid #eeeeee;
83378
83478
  border-radius: 6px;
@@ -84606,13 +84706,13 @@ title: Word Break
84606
84706
  }
84607
84707
 
84608
84708
  /*!
84609
- * Cropper.js v1.5.12
84709
+ * Cropper.js v1.5.13
84610
84710
  * https://fengyuanchen.github.io/cropperjs
84611
84711
  *
84612
84712
  * Copyright 2015-present Chen Fengyuan
84613
84713
  * Released under the MIT license
84614
84714
  *
84615
- * Date: 2021-06-12T08:00:11.623Z
84715
+ * Date: 2022-11-20T05:30:43.444Z
84616
84716
  */
84617
84717
 
84618
84718
  .amis-scope .cropper-container {
@@ -84629,6 +84729,8 @@ title: Word Break
84629
84729
  }
84630
84730
 
84631
84731
  .amis-scope .cropper-container img {
84732
+ -webkit-backface-visibility: hidden;
84733
+ backface-visibility: hidden;
84632
84734
  display: block;
84633
84735
  height: 100%;
84634
84736
  image-orientation: 0deg;
@@ -84670,7 +84772,7 @@ title: Word Break
84670
84772
  display: block;
84671
84773
  height: 100%;
84672
84774
  outline: 1px solid #39f;
84673
- outline-color: rgba(51, 153, 255, 0.75);
84775
+ outline-color: rgba(51, 153, 255, 75%);
84674
84776
  overflow: hidden;
84675
84777
  width: 100%;
84676
84778
  }
@@ -85687,7 +85789,7 @@ title: Word Break
85687
85789
  }
85688
85790
 
85689
85791
  .amis-scope .cxd-Layout .cxd-Layout-header {
85690
- background: #f5f5f5;
85792
+ background: #f7f8fa;
85691
85793
  box-shadow: none;
85692
85794
  height: 3.125rem;
85693
85795
  }
@@ -85704,7 +85806,7 @@ title: Word Break
85704
85806
  }
85705
85807
 
85706
85808
  .amis-scope .cxd-Layout-brandBar {
85707
- background: #0f1012;
85809
+ background: #001259;
85708
85810
  color: #a0a0a0;
85709
85811
  }
85710
85812
 
@@ -85744,7 +85846,7 @@ title: Word Break
85744
85846
  }
85745
85847
 
85746
85848
  .amis-scope .cxd-Layout-headerBar {
85747
- border-bottom: 0 none;
85849
+ border-bottom: none;
85748
85850
  min-height: 3.125rem;
85749
85851
  padding: 0 0.5rem;
85750
85852
  display: flex;
@@ -85760,7 +85862,7 @@ title: Word Break
85760
85862
 
85761
85863
  .amis-scope .cxd-Layout-aside {
85762
85864
  position: relative;
85763
- background: #1e1e28;
85865
+ background: #151b26;
85764
85866
  color: #a0a0a0;
85765
85867
  }
85766
85868
 
@@ -86748,7 +86850,7 @@ title: Word Break
86748
86850
  overflow: hidden;
86749
86851
  margin-left: calc(1rem * -1);
86750
86852
  transition: all 0s ease-in-out 0s;
86751
- background: #1e1e28;
86853
+ background: #151b26;
86752
86854
  }
86753
86855
 
86754
86856
  .amis-scope .cxd-Layout--folded .cxd-AsideNav-item > .cxd-AsideNav-subList {
@@ -86793,7 +86895,7 @@ title: Word Break
86793
86895
  }
86794
86896
 
86795
86897
  .amis-scope .cxd-AsideNav-item a:hover .cxd-AsideNav-itemIcon {
86796
- color: #528eff;
86898
+ color: (--colors-brand-6);
86797
86899
  }
86798
86900
 
86799
86901
  .amis-scope .cxd-AsideNav-item.is-active > a {
@@ -86862,7 +86964,8 @@ title: Word Break
86862
86964
  background: rgba(0, 0, 0, 0.7);
86863
86965
  border: 0 solid #e8e9eb;
86864
86966
  border-radius: 4px;
86865
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
86967
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
86968
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
86866
86969
  left: 100%;
86867
86970
  color: #ffffff;
86868
86971
  padding: 0.125rem 0.625rem;
@@ -86876,7 +86979,7 @@ title: Word Break
86876
86979
  margin: 0 0.625rem;
86877
86980
  overflow: hidden;
86878
86981
  font-size: 0;
86879
- background: #3c3c4d;
86982
+ background: #303540;
86880
86983
  }
86881
86984
 
86882
86985
  .amis-scope img.cxd-AsideNav-itemIcon {
@@ -87152,6 +87255,10 @@ title: Word Break
87152
87255
  min-width: auto;
87153
87256
  }
87154
87257
 
87258
+ .amis-scope .cxd-Button > svg.icon {
87259
+ top: 0;
87260
+ }
87261
+
87155
87262
  .amis-scope .cxd-Button--primary {
87156
87263
  color: #ffffff;
87157
87264
  background: #2468f2;
@@ -87182,17 +87289,13 @@ title: Word Break
87182
87289
  .amis-scope .cxd-Button--primary:disabled,
87183
87290
  .amis-scope .cxd-Button--primary.is-disabled {
87184
87291
  color: #b8babf;
87185
- background: #f7f7f9;
87292
+ background: #f7f8fa;
87186
87293
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
87187
87294
  border-width: 1px 1px 1px 1px;
87188
87295
  border-style: solid solid solid solid;
87189
87296
  box-shadow: 0px 0px 0px 0px transparent;
87190
87297
  }
87191
87298
 
87192
- .amis-scope .cxd-Button--primary:hover:focus {
87193
- box-shadow: var(--Button-boxShadow);
87194
- }
87195
-
87196
87299
  .amis-scope .cxd-Button--secondary {
87197
87300
  color: #ffffff;
87198
87301
  background: #b8babf;
@@ -87230,10 +87333,6 @@ title: Word Break
87230
87333
  box-shadow: 0px 0px 0px 0px transparent;
87231
87334
  }
87232
87335
 
87233
- .amis-scope .cxd-Button--secondary:hover:focus {
87234
- box-shadow: var(--Button-boxShadow);
87235
- }
87236
-
87237
87336
  .amis-scope .cxd-Button--success {
87238
87337
  color: #ffffff;
87239
87338
  background: #30bf13;
@@ -87271,13 +87370,9 @@ title: Word Break
87271
87370
  box-shadow: 0px 0px 0px 0px transparent;
87272
87371
  }
87273
87372
 
87274
- .amis-scope .cxd-Button--success:hover:focus {
87275
- box-shadow: var(--Button-boxShadow);
87276
- }
87277
-
87278
87373
  .amis-scope .cxd-Button--enhance {
87279
87374
  color: #2468f2;
87280
- background: #ffffff;
87375
+ background: transparent;
87281
87376
  border-color: #2468f2 #2468f2 #2468f2 #2468f2;
87282
87377
  border-width: 1px 1px 1px 1px;
87283
87378
  border-style: solid solid solid solid;
@@ -87286,7 +87381,7 @@ title: Word Break
87286
87381
 
87287
87382
  .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
87288
87383
  color: #528eff;
87289
- background: #ffffff;
87384
+ background: transparent;
87290
87385
  border-color: #528eff #528eff #528eff #528eff;
87291
87386
  border-width: 1px 1px 1px 1px;
87292
87387
  border-style: solid solid solid solid;
@@ -87295,7 +87390,7 @@ title: Word Break
87295
87390
 
87296
87391
  .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
87297
87392
  color: #144bcc;
87298
- background: #ffffff;
87393
+ background: transparent;
87299
87394
  border-color: #144bcc #144bcc #144bcc #144bcc;
87300
87395
  border-width: 1px 1px 1px 1px;
87301
87396
  border-style: solid solid solid solid;
@@ -87305,17 +87400,13 @@ title: Word Break
87305
87400
  .amis-scope .cxd-Button--enhance:disabled,
87306
87401
  .amis-scope .cxd-Button--enhance.is-disabled {
87307
87402
  color: #b8babf;
87308
- background: #f7f7f9;
87403
+ background: #f7f8fa;
87309
87404
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
87310
87405
  border-width: 1px 1px 1px 1px;
87311
87406
  border-style: solid solid solid solid;
87312
87407
  box-shadow: 0px 0px 0px 0px transparent;
87313
87408
  }
87314
87409
 
87315
- .amis-scope .cxd-Button--enhance:hover:focus {
87316
- box-shadow: var(--Button-boxShadow);
87317
- }
87318
-
87319
87410
  .amis-scope .cxd-Button--info {
87320
87411
  color: #ffffff;
87321
87412
  background: #2468f2;
@@ -87353,10 +87444,6 @@ title: Word Break
87353
87444
  box-shadow: 0px 0px 0px 0px transparent;
87354
87445
  }
87355
87446
 
87356
- .amis-scope .cxd-Button--info:hover:focus {
87357
- box-shadow: var(--Button-boxShadow);
87358
- }
87359
-
87360
87447
  .amis-scope .cxd-Button--warning {
87361
87448
  color: #ffffff;
87362
87449
  background: #ff9326;
@@ -87394,10 +87481,6 @@ title: Word Break
87394
87481
  box-shadow: 0px 0px 0px 0px transparent;
87395
87482
  }
87396
87483
 
87397
- .amis-scope .cxd-Button--warning:hover:focus {
87398
- box-shadow: var(--Button-boxShadow);
87399
- }
87400
-
87401
87484
  .amis-scope .cxd-Button--danger {
87402
87485
  color: #ffffff;
87403
87486
  background: #f23d3d;
@@ -87435,10 +87518,6 @@ title: Word Break
87435
87518
  box-shadow: 0px 0px 0px 0px transparent;
87436
87519
  }
87437
87520
 
87438
- .amis-scope .cxd-Button--danger:hover:focus {
87439
- box-shadow: var(--Button-boxShadow);
87440
- }
87441
-
87442
87521
  .amis-scope .cxd-Button--light {
87443
87522
  color: #151b26;
87444
87523
  background: #e6f0ff;
@@ -87459,8 +87538,8 @@ title: Word Break
87459
87538
 
87460
87539
  .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
87461
87540
  color: #151b26;
87462
- background: #a8caff;
87463
- border-color: #a8caff #a8caff #a8caff #a8caff;
87541
+ background: #7dadff;
87542
+ border-color: #7dadff #7dadff #7dadff #7dadff;
87464
87543
  border-width: 1px 1px 1px 1px;
87465
87544
  border-style: solid solid solid solid;
87466
87545
  box-shadow: 0px 0px 0px 0px transparent;
@@ -87476,10 +87555,6 @@ title: Word Break
87476
87555
  box-shadow: 0px 0px 0px 0px transparent;
87477
87556
  }
87478
87557
 
87479
- .amis-scope .cxd-Button--light:hover:focus {
87480
- box-shadow: var(--Button-boxShadow);
87481
- }
87482
-
87483
87558
  .amis-scope .cxd-Button--dark {
87484
87559
  color: #ffffff;
87485
87560
  background: #303540;
@@ -87517,10 +87592,6 @@ title: Word Break
87517
87592
  box-shadow: 0px 0px 0px 0px transparent;
87518
87593
  }
87519
87594
 
87520
- .amis-scope .cxd-Button--dark:hover:focus {
87521
- box-shadow: var(--Button-boxShadow);
87522
- }
87523
-
87524
87595
  .amis-scope .cxd-Button--default {
87525
87596
  color: #151b26;
87526
87597
  background: transparent;
@@ -87558,47 +87629,43 @@ title: Word Break
87558
87629
  box-shadow: 0px 0px 0px 0px transparent;
87559
87630
  }
87560
87631
 
87561
- .amis-scope .cxd-Button--default:hover:focus {
87562
- box-shadow: var(--Button-boxShadow);
87563
- }
87564
-
87565
87632
  .amis-scope .cxd-Button--size-default {
87566
87633
  font-size: 14px;
87567
- line-height: 1;
87634
+ line-height: 1.5;
87568
87635
  border-radius: 4px 4px 4px 4px;
87569
- height: 32px;
87570
- padding: 4px 12px 4px 12px;
87571
- margin: 0px 0px 0px 0px;
87636
+ height: 2rem;
87637
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
87638
+ margin: 0rem 0rem 0rem 0rem;
87572
87639
  }
87573
87640
 
87574
87641
  .amis-scope .cxd-Button--size-default .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
87575
87642
  .amis-scope .cxd-Button--size-default > svg.icon:not(:last-child):not(.pull-right),
87576
87643
  .amis-scope .cxd-Button--size-default > .pull-left {
87577
- margin-right: 4px;
87578
- font-size: 14px;
87644
+ margin-right: 0.25rem;
87645
+ font-size: 0.875rem;
87579
87646
  }
87580
87647
 
87581
87648
  .amis-scope .cxd-Button--size-default .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
87582
87649
  .amis-scope .cxd-Button--size-default > .pull-right {
87583
- font-size: 14px;
87584
- margin-left: 4px;
87650
+ font-size: 0.875rem;
87651
+ margin-left: 0.25rem;
87585
87652
  }
87586
87653
 
87587
87654
  .amis-scope .cxd-Button--size-default .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
87588
87655
  .amis-scope .cxd-Button--size-default > svg.icon:not(:last-child):not(.pull-right),
87589
87656
  .amis-scope .cxd-Button--size-default > .pull-left {
87590
- font-size: 14px;
87591
- margin-right: 4px;
87657
+ font-size: 0.875rem;
87658
+ margin-right: 0.25rem;
87592
87659
  }
87593
87660
 
87594
87661
  .amis-scope .cxd-Button--size-default .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
87595
87662
  .amis-scope .cxd-Button--size-default > .pull-right {
87596
- font-size: 14px;
87597
- margin-left: 4px;
87663
+ font-size: 0.875rem;
87664
+ margin-left: 0.25rem;
87598
87665
  }
87599
87666
 
87600
87667
  .amis-scope .cxd-Button--size-default img.cxd-Button-icon {
87601
- height: 14px;
87668
+ height: 0.875rem;
87602
87669
  vertical-align: middle;
87603
87670
  }
87604
87671
 
@@ -87606,39 +87673,39 @@ title: Word Break
87606
87673
  font-size: 12px;
87607
87674
  line-height: 1.5;
87608
87675
  border-radius: 4px 4px 4px 4px;
87609
- height: 22px;
87610
- padding: 2px 4px 2px 4px;
87611
- margin: 0px 0px 0px 0px;
87676
+ height: 1.375rem;
87677
+ padding: 0.125rem 0.25rem 0.125rem 0.25rem;
87678
+ margin: 0rem 0rem 0rem 0rem;
87612
87679
  }
87613
87680
 
87614
87681
  .amis-scope .cxd-Button--size-xs .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
87615
87682
  .amis-scope .cxd-Button--size-xs > svg.icon:not(:last-child):not(.pull-right),
87616
87683
  .amis-scope .cxd-Button--size-xs > .pull-left {
87617
- margin-right: 4px;
87618
- font-size: 14px;
87684
+ margin-right: 0.25rem;
87685
+ font-size: 0.875rem;
87619
87686
  }
87620
87687
 
87621
87688
  .amis-scope .cxd-Button--size-xs .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
87622
87689
  .amis-scope .cxd-Button--size-xs > .pull-right {
87623
- font-size: 14px;
87624
- margin-left: 4px;
87690
+ font-size: 0.875rem;
87691
+ margin-left: 0.25rem;
87625
87692
  }
87626
87693
 
87627
87694
  .amis-scope .cxd-Button--size-xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
87628
87695
  .amis-scope .cxd-Button--size-xs > svg.icon:not(:last-child):not(.pull-right),
87629
87696
  .amis-scope .cxd-Button--size-xs > .pull-left {
87630
- font-size: 14px;
87631
- margin-right: 4px;
87697
+ font-size: 0.875rem;
87698
+ margin-right: 0.25rem;
87632
87699
  }
87633
87700
 
87634
87701
  .amis-scope .cxd-Button--size-xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
87635
87702
  .amis-scope .cxd-Button--size-xs > .pull-right {
87636
- font-size: 14px;
87637
- margin-left: 4px;
87703
+ font-size: 0.875rem;
87704
+ margin-left: 0.25rem;
87638
87705
  }
87639
87706
 
87640
87707
  .amis-scope .cxd-Button--size-xs img.cxd-Button-icon {
87641
- height: 14px;
87708
+ height: 0.875rem;
87642
87709
  vertical-align: middle;
87643
87710
  }
87644
87711
 
@@ -87650,39 +87717,39 @@ title: Word Break
87650
87717
  font-size: 12px;
87651
87718
  line-height: 1.5;
87652
87719
  border-radius: 4px 4px 4px 4px;
87653
- height: 30px;
87654
- padding: 4px 8px 4px 8px;
87655
- margin: 0px 0px 0px 0px;
87720
+ height: 1.875rem;
87721
+ padding: 0.25rem 0.625rem 0.25rem 0.625rem;
87722
+ margin: 0rem 0rem 0rem 0rem;
87656
87723
  }
87657
87724
 
87658
87725
  .amis-scope .cxd-Button--size-sm .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
87659
87726
  .amis-scope .cxd-Button--size-sm > svg.icon:not(:last-child):not(.pull-right),
87660
87727
  .amis-scope .cxd-Button--size-sm > .pull-left {
87661
- margin-right: 4px;
87662
- font-size: 14px;
87728
+ margin-right: 0.25rem;
87729
+ font-size: 0.875rem;
87663
87730
  }
87664
87731
 
87665
87732
  .amis-scope .cxd-Button--size-sm .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
87666
87733
  .amis-scope .cxd-Button--size-sm > .pull-right {
87667
- font-size: 14px;
87668
- margin-left: 4px;
87734
+ font-size: 0.875rem;
87735
+ margin-left: 0.25rem;
87669
87736
  }
87670
87737
 
87671
87738
  .amis-scope .cxd-Button--size-sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
87672
87739
  .amis-scope .cxd-Button--size-sm > svg.icon:not(:last-child):not(.pull-right),
87673
87740
  .amis-scope .cxd-Button--size-sm > .pull-left {
87674
- font-size: 14px;
87675
- margin-right: 4px;
87741
+ font-size: 0.875rem;
87742
+ margin-right: 0.25rem;
87676
87743
  }
87677
87744
 
87678
87745
  .amis-scope .cxd-Button--size-sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
87679
87746
  .amis-scope .cxd-Button--size-sm > .pull-right {
87680
- font-size: 14px;
87681
- margin-left: 4px;
87747
+ font-size: 0.875rem;
87748
+ margin-left: 0.25rem;
87682
87749
  }
87683
87750
 
87684
87751
  .amis-scope .cxd-Button--size-sm img.cxd-Button-icon {
87685
- height: 14px;
87752
+ height: 0.875rem;
87686
87753
  vertical-align: middle;
87687
87754
  }
87688
87755
 
@@ -87692,41 +87759,41 @@ title: Word Break
87692
87759
 
87693
87760
  .amis-scope .cxd-Button--size-md {
87694
87761
  font-size: 14px;
87695
- line-height: 1;
87762
+ line-height: 1.5;
87696
87763
  border-radius: 4px 4px 4px 4px;
87697
- height: 32px;
87698
- padding: 4px 12px 4px 12px;
87699
- margin: 0px 0px 0px 0px;
87764
+ height: 2rem;
87765
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
87766
+ margin: 0rem 0rem 0rem 0rem;
87700
87767
  }
87701
87768
 
87702
87769
  .amis-scope .cxd-Button--size-md .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
87703
87770
  .amis-scope .cxd-Button--size-md > svg.icon:not(:last-child):not(.pull-right),
87704
87771
  .amis-scope .cxd-Button--size-md > .pull-left {
87705
- margin-right: 4px;
87706
- font-size: 14px;
87772
+ margin-right: 0.25rem;
87773
+ font-size: 0.875rem;
87707
87774
  }
87708
87775
 
87709
87776
  .amis-scope .cxd-Button--size-md .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
87710
87777
  .amis-scope .cxd-Button--size-md > .pull-right {
87711
- font-size: 14px;
87712
- margin-left: 4px;
87778
+ font-size: 0.875rem;
87779
+ margin-left: 0.25rem;
87713
87780
  }
87714
87781
 
87715
87782
  .amis-scope .cxd-Button--size-md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
87716
87783
  .amis-scope .cxd-Button--size-md > svg.icon:not(:last-child):not(.pull-right),
87717
87784
  .amis-scope .cxd-Button--size-md > .pull-left {
87718
- font-size: 14px;
87719
- margin-right: 4px;
87785
+ font-size: 0.875rem;
87786
+ margin-right: 0.25rem;
87720
87787
  }
87721
87788
 
87722
87789
  .amis-scope .cxd-Button--size-md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
87723
87790
  .amis-scope .cxd-Button--size-md > .pull-right {
87724
- font-size: 14px;
87725
- margin-left: 4px;
87791
+ font-size: 0.875rem;
87792
+ margin-left: 0.25rem;
87726
87793
  }
87727
87794
 
87728
87795
  .amis-scope .cxd-Button--size-md img.cxd-Button-icon {
87729
- height: 14px;
87796
+ height: 0.875rem;
87730
87797
  vertical-align: middle;
87731
87798
  }
87732
87799
 
@@ -87736,41 +87803,41 @@ title: Word Break
87736
87803
 
87737
87804
  .amis-scope .cxd-Button--size-lg {
87738
87805
  font-size: 14px;
87739
- line-height: 1;
87806
+ line-height: 1.5;
87740
87807
  border-radius: 4px 4px 4px 4px;
87741
- height: 38px;
87742
- padding: 8px 16px 8px 16px;
87743
- margin: 0px 0px 0px 0px;
87808
+ height: 2.375rem;
87809
+ padding: 0.625rem 1rem 0.625rem 1rem;
87810
+ margin: 0rem 0rem 0rem 0rem;
87744
87811
  }
87745
87812
 
87746
87813
  .amis-scope .cxd-Button--size-lg .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
87747
87814
  .amis-scope .cxd-Button--size-lg > svg.icon:not(:last-child):not(.pull-right),
87748
87815
  .amis-scope .cxd-Button--size-lg > .pull-left {
87749
- margin-right: 4px;
87750
- font-size: 14px;
87816
+ margin-right: 0.25rem;
87817
+ font-size: 0.875rem;
87751
87818
  }
87752
87819
 
87753
87820
  .amis-scope .cxd-Button--size-lg .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
87754
87821
  .amis-scope .cxd-Button--size-lg > .pull-right {
87755
- font-size: 14px;
87756
- margin-left: 4px;
87822
+ font-size: 0.875rem;
87823
+ margin-left: 0.25rem;
87757
87824
  }
87758
87825
 
87759
87826
  .amis-scope .cxd-Button--size-lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
87760
87827
  .amis-scope .cxd-Button--size-lg > svg.icon:not(:last-child):not(.pull-right),
87761
87828
  .amis-scope .cxd-Button--size-lg > .pull-left {
87762
- font-size: 14px;
87763
- margin-right: 4px;
87829
+ font-size: 0.875rem;
87830
+ margin-right: 0.25rem;
87764
87831
  }
87765
87832
 
87766
87833
  .amis-scope .cxd-Button--size-lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
87767
87834
  .amis-scope .cxd-Button--size-lg > .pull-right {
87768
- font-size: 14px;
87769
- margin-left: 4px;
87835
+ font-size: 0.875rem;
87836
+ margin-left: 0.25rem;
87770
87837
  }
87771
87838
 
87772
87839
  .amis-scope .cxd-Button--size-lg img.cxd-Button-icon {
87773
- height: 14px;
87840
+ height: 0.875rem;
87774
87841
  vertical-align: middle;
87775
87842
  }
87776
87843
 
@@ -87831,10 +87898,6 @@ title: Word Break
87831
87898
  border-width: 0px 0px 0px 0px;
87832
87899
  border-style: none none none none;
87833
87900
  box-shadow: 0px 0px 0px 0px transparent;
87834
- padding: 0;
87835
- margin: 0;
87836
- height: auto;
87837
- line-height: auto;
87838
87901
  }
87839
87902
 
87840
87903
  .amis-scope .cxd-Button--link:not(:disabled):not(.is-disabled):hover {
@@ -87865,10 +87928,6 @@ title: Word Break
87865
87928
  box-shadow: 0px 0px 0px 0px transparent;
87866
87929
  }
87867
87930
 
87868
- .amis-scope .cxd-Button--link:hover:focus {
87869
- box-shadow: var(--Button-boxShadow);
87870
- }
87871
-
87872
87931
  .amis-scope .cxd-Button--block {
87873
87932
  display: block;
87874
87933
  width: 100%;
@@ -88076,7 +88135,8 @@ title: Word Break
88076
88135
  padding: 0.25rem 0;
88077
88136
  border: 0.0625rem solid #e8e9eb;
88078
88137
  border-radius: 4px;
88079
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
88138
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
88139
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
88080
88140
  min-width: 100%;
88081
88141
  text-align: left;
88082
88142
  font-size: 12px;
@@ -88287,7 +88347,7 @@ title: Word Break
88287
88347
  margin-right: auto;
88288
88348
  margin-top: 3.75rem;
88289
88349
  margin-bottom: 1rem;
88290
- padding: 1.5rem 0px;
88350
+ padding: 1.5rem 0rem;
88291
88351
  border: 0px solid #e8e9eb;
88292
88352
  border-radius: 6px;
88293
88353
  }
@@ -88328,9 +88388,10 @@ title: Word Break
88328
88388
  }
88329
88389
 
88330
88390
  .amis-scope .cxd-Modal-header {
88331
- padding: 0px 1.5rem;
88391
+ padding: 0rem 1.5rem;
88332
88392
  background: #ffffff;
88333
- border-bottom: none;
88393
+ border-bottom: none solid
88394
+ #f7f8fa;
88334
88395
  border-top-left-radius: 6px;
88335
88396
  border-top-right-radius: 6px;
88336
88397
  }
@@ -88347,7 +88408,7 @@ title: Word Break
88347
88408
 
88348
88409
  .amis-scope .cxd-Modal-title {
88349
88410
  font-size: 14px;
88350
- color: #333;
88411
+ color: #151b26;
88351
88412
  font-weight: 500;
88352
88413
  }
88353
88414
 
@@ -88396,9 +88457,10 @@ title: Word Break
88396
88457
  display: flex;
88397
88458
  align-items: center;
88398
88459
  justify-content: flex-end;
88399
- padding: 0px 1.5rem;
88400
- border-top: none;
88401
- margin: 0px 0px;
88460
+ padding: 0rem 1.5rem;
88461
+ border-top: none solid
88462
+ #f7f8fa;
88463
+ margin: 0rem 0rem;
88402
88464
  border-bottom-left-radius: 6px;
88403
88465
  border-bottom-right-radius: 6px;
88404
88466
  }
@@ -88563,7 +88625,7 @@ title: Word Break
88563
88625
  .amis-scope .cxd-Drawer-header {
88564
88626
  padding: 1rem 1.5rem;
88565
88627
  background: #ffffff;
88566
- border-bottom: 0.0625rem solid #f7f7f9;
88628
+ border-bottom: 0.0625rem solid #f7f8fa;
88567
88629
  border-top-left-radius: 0;
88568
88630
  border-top-right-radius: 0;
88569
88631
  }
@@ -88623,7 +88685,7 @@ title: Word Break
88623
88685
  align-items: flex-end;
88624
88686
  justify-content: flex-end;
88625
88687
  padding: 0.75rem;
88626
- border-top: 0.0625rem solid #f7f7f9;
88688
+ border-top: 0.0625rem solid #f7f8fa;
88627
88689
  border-bottom-left-radius: 0;
88628
88690
  border-bottom-right-radius: 0;
88629
88691
  }
@@ -89279,8 +89341,8 @@ title: Word Break
89279
89341
  font-size: 14px;
89280
89342
  color: #151b26;
89281
89343
  font-weight: 500;
89282
- border-top-left-radius: calc( 6px - 0.0625rem );
89283
- border-top-right-radius: calc( 6px - 0.0625rem );
89344
+ border-top-left-radius: calc( 8px - 0.0625rem );
89345
+ border-top-right-radius: calc( 8px - 0.0625rem );
89284
89346
  font-weight: bold;
89285
89347
  }
89286
89348
 
@@ -89379,7 +89441,8 @@ title: Word Break
89379
89441
  background: rgba(0, 0, 0, 0.7);
89380
89442
  border: 0 solid #e8e9eb;
89381
89443
  border-radius: 4px;
89382
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
89444
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
89445
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
89383
89446
  left: 100%;
89384
89447
  color: #ffffff;
89385
89448
  padding: 0.125rem 0.625rem;
@@ -89910,7 +89973,7 @@ title: Word Break
89910
89973
  }
89911
89974
 
89912
89975
  .amis-scope .cxd-Toast-close:hover {
89913
- color: #528eff;
89976
+ color: #2468f2;
89914
89977
  opacity: 1;
89915
89978
  }
89916
89979
 
@@ -89974,7 +90037,7 @@ title: Word Break
89974
90037
  .amis-scope .cxd-Toast--warning {
89975
90038
  color: #151b26;
89976
90039
  border-color: #ffffff;
89977
- background: #ffffff;
90040
+ background: ar(--colors-neutral-fill-11);
89978
90041
  }
89979
90042
 
89980
90043
  .amis-scope .cxd-Toast--info {
@@ -90189,7 +90252,7 @@ title: Word Break
90189
90252
  }
90190
90253
 
90191
90254
  .amis-scope .cxd-AppFoldBtn:hover {
90192
- color: #528eff;
90255
+ color: #2468f2;
90193
90256
  }
90194
90257
 
90195
90258
  .amis-scope .cxd-AppLogo-html {
@@ -90201,7 +90264,7 @@ title: Word Break
90201
90264
  color: #b8babf;
90202
90265
  padding-top: calc(
90203
90266
  (
90204
- 2rem - 1.4285714286 *
90267
+ 2rem - 1.5 *
90205
90268
  14px
90206
90269
  ) / 2
90207
90270
  );
@@ -90223,7 +90286,7 @@ title: Word Break
90223
90286
  1.5 * 12px
90224
90287
  ) / 2
90225
90288
  ) 0.5rem;
90226
- margin: 0px 0px 0px 0px;
90289
+ margin: 0rem 0rem 0rem 0rem;
90227
90290
  color: #ffffff;
90228
90291
  background: #2468f2;
90229
90292
  border-color: #ffffff #528eff var(--Combo-addBtn-onHover-border) #ffffff;
@@ -90240,31 +90303,31 @@ title: Word Break
90240
90303
  .amis-scope .cxd-ArrayInput-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
90241
90304
  .amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
90242
90305
  .amis-scope .cxd-ArrayInput-addBtn > .pull-left {
90243
- margin-right: 4px;
90244
- font-size: 14px;
90306
+ margin-right: 0.25rem;
90307
+ font-size: 0.875rem;
90245
90308
  }
90246
90309
 
90247
90310
  .amis-scope .cxd-ArrayInput-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
90248
90311
  .amis-scope .cxd-ArrayInput-addBtn > .pull-right {
90249
- font-size: 14px;
90250
- margin-left: 4px;
90312
+ font-size: 0.875rem;
90313
+ margin-left: 0.25rem;
90251
90314
  }
90252
90315
 
90253
90316
  .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
90254
90317
  .amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
90255
90318
  .amis-scope .cxd-ArrayInput-addBtn > .pull-left {
90256
- font-size: 14px;
90257
- margin-right: 4px;
90319
+ font-size: 0.875rem;
90320
+ margin-right: 0.25rem;
90258
90321
  }
90259
90322
 
90260
90323
  .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
90261
90324
  .amis-scope .cxd-ArrayInput-addBtn > .pull-right {
90262
- font-size: 14px;
90263
- margin-left: 4px;
90325
+ font-size: 0.875rem;
90326
+ margin-left: 0.25rem;
90264
90327
  }
90265
90328
 
90266
90329
  .amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
90267
- height: 14px;
90330
+ height: 0.875rem;
90268
90331
  vertical-align: middle;
90269
90332
  }
90270
90333
 
@@ -90296,10 +90359,6 @@ title: Word Break
90296
90359
  box-shadow: 0px 0px 0px 0px transparent;
90297
90360
  }
90298
90361
 
90299
- .amis-scope .cxd-ArrayInput-addBtn:hover:focus {
90300
- box-shadow: var(--Button-boxShadow);
90301
- }
90302
-
90303
90362
  .amis-scope .cxd-ArrayInput-addBtn.is-disabled {
90304
90363
  pointer-events: none;
90305
90364
  opacity: var(--Button-onDisabled-opacity);
@@ -90350,7 +90409,7 @@ title: Word Break
90350
90409
  display: inline-block;
90351
90410
  padding: calc(
90352
90411
  (
90353
- 2rem - 1.4285714286 *
90412
+ 2rem - 1.5 *
90354
90413
  14px
90355
90414
  ) / 2
90356
90415
  ) 0.25rem;
@@ -90364,7 +90423,7 @@ title: Word Break
90364
90423
 
90365
90424
  .amis-scope .cxd-ArrayInput-itemRemove:hover > svg,
90366
90425
  .amis-scope .cxd-ArrayInput-itemDrager:hover > svg {
90367
- color: #528eff;
90426
+ color: #2468f2;
90368
90427
  }
90369
90428
 
90370
90429
  .amis-scope .cxd-ArrayInput-itemDrager {
@@ -90439,7 +90498,7 @@ title: Word Break
90439
90498
  }
90440
90499
 
90441
90500
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow:hover {
90442
- color: #528eff;
90501
+ color: #2468f2;
90443
90502
  }
90444
90503
 
90445
90504
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--left {
@@ -90452,11 +90511,11 @@ title: Word Break
90452
90511
 
90453
90512
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--disabled .iconfont {
90454
90513
  cursor: not-allowed;
90455
- color: #999;
90514
+ color: #b8babf;
90456
90515
  }
90457
90516
 
90458
90517
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--disabled:hover {
90459
- color: #999;
90518
+ color: #b8babf;
90460
90519
  }
90461
90520
 
90462
90521
  .amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main {
@@ -90759,11 +90818,11 @@ title: Word Break
90759
90818
  }
90760
90819
 
90761
90820
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer {
90762
- background: #f7f7f9;
90821
+ background: #f7f8fa;
90763
90822
  }
90764
90823
 
90765
90824
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper {
90766
- background: #f7f7f9;
90825
+ background: #f7f8fa;
90767
90826
  }
90768
90827
 
90769
90828
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable {
@@ -90989,7 +91048,7 @@ title: Word Break
90989
91048
 
90990
91049
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper {
90991
91050
  flex-direction: column;
90992
- background: #f7f7f9;
91051
+ background: #f7f8fa;
90993
91052
  }
90994
91053
 
90995
91054
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
@@ -91021,7 +91080,7 @@ title: Word Break
91021
91080
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:hover,
91022
91081
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:focus {
91023
91082
  color: #2468f2;
91024
- background: #f7f7f9;
91083
+ background: #f7f8fa;
91025
91084
  border-color: #2468f2;
91026
91085
  }
91027
91086
 
@@ -91118,7 +91177,7 @@ title: Word Break
91118
91177
  }
91119
91178
 
91120
91179
  .amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper {
91121
- background: #f5f5f5;
91180
+ background: #f7f8fa;
91122
91181
  border-bottom: none;
91123
91182
  overflow-x: hidden;
91124
91183
  }
@@ -91188,11 +91247,11 @@ title: Word Break
91188
91247
  .amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover .chrome-tab-background {
91189
91248
  z-index: 3;
91190
91249
  display: block;
91191
- background-color: #fcfcfc;
91250
+ background-color: #f7f8fa;
91192
91251
  }
91193
91252
 
91194
91253
  .amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover .chrome-tab-background > svg {
91195
- fill: #fcfcfc;
91254
+ fill: #f7f8fa;
91196
91255
  }
91197
91256
 
91198
91257
  .amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover:after {
@@ -91573,7 +91632,7 @@ title: Word Break
91573
91632
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover,
91574
91633
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon:hover,
91575
91634
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover {
91576
- color: #528eff;
91635
+ color: #2468f2;
91577
91636
  }
91578
91637
 
91579
91638
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg,
@@ -91687,7 +91746,7 @@ title: Word Break
91687
91746
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
91688
91747
  color: #2468f2;
91689
91748
  position: relative;
91690
- background: #f6f7fb !important;
91749
+ background: #f7f8fa !important;
91691
91750
  }
91692
91751
 
91693
91752
  .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
@@ -91782,7 +91841,7 @@ title: Word Break
91782
91841
  }
91783
91842
 
91784
91843
  .amis-scope .cxd-Page-content {
91785
- padding: 0px 0px;
91844
+ padding: 0rem 0rem;
91786
91845
  position: relative;
91787
91846
  height: 100%;
91788
91847
  width: 100%;
@@ -91909,15 +91968,15 @@ title: Word Break
91909
91968
  }
91910
91969
 
91911
91970
  .amis-scope .cxd-Remark > span {
91912
- color: #999;
91971
+ color: #84878c;
91913
91972
  font-size: 12px;
91914
91973
  }
91915
91974
 
91916
91975
  .amis-scope .cxd-Remark-icon {
91917
- color: #999;
91976
+ color: #84878c;
91918
91977
  font-size: 12px;
91919
91978
  background: #ffffff;
91920
- border: 1px solid #999;
91979
+ border: 1px solid #e8e9eb;
91921
91980
  width: 1rem;
91922
91981
  height: 1rem;
91923
91982
  line-height: 1;
@@ -91945,14 +92004,14 @@ title: Word Break
91945
92004
 
91946
92005
  .amis-scope .cxd-Remark:hover > .cxd-Remark-icon {
91947
92006
  color: #ffffff;
91948
- background: #f38900;
91949
- border-color: #f38900;
92007
+ background: #ff9326;
92008
+ border-color: #ff9326;
91950
92009
  }
91951
92010
 
91952
92011
  .amis-scope .cxd-Remark > svg {
91953
92012
  width: calc(1rem - 0.125rem);
91954
92013
  height: calc(1rem - 0.125rem);
91955
- color: #999;
92014
+ color: #84878c;
91956
92015
  }
91957
92016
 
91958
92017
  .amis-scope .cxd-Remark:hover > svg {
@@ -92200,7 +92259,8 @@ title: Word Break
92200
92259
  z-index: -1;
92201
92260
  opacity: 0;
92202
92261
  bottom: 999999px;
92203
- box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
92262
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
92263
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
92204
92264
  border-top: none;
92205
92265
  }
92206
92266
 
@@ -92216,13 +92276,13 @@ title: Word Break
92216
92276
  }
92217
92277
 
92218
92278
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading {
92219
- background: #f5f5f5;
92279
+ background: #f7f8fa;
92220
92280
  color: #151b26;
92221
92281
  }
92222
92282
 
92223
92283
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading .badge {
92224
- color: #f5f5f5;
92225
- background: #333;
92284
+ color: #f7f8fa;
92285
+ background: #303540;
92226
92286
  }
92227
92287
 
92228
92288
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading {
@@ -92342,7 +92402,7 @@ title: Word Break
92342
92402
  }
92343
92403
 
92344
92404
  .amis-scope .cxd-Panel-footer {
92345
- border-color: #f7f7f9;
92405
+ border-color: #f7f8fa;
92346
92406
  border-radius: 0 0 0.125rem 0.125rem;
92347
92407
  background: transparent;
92348
92408
  padding: 0.5rem 0.75rem;
@@ -92806,7 +92866,8 @@ title: Word Break
92806
92866
  margin: 0.0625rem 0 0;
92807
92867
  border: none;
92808
92868
  border-radius: 4px;
92809
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
92869
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
92870
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
92810
92871
  min-width: 10rem;
92811
92872
  overflow-y: auto;
92812
92873
  overflow-x: hidden;
@@ -92835,13 +92896,13 @@ title: Word Break
92835
92896
 
92836
92897
  .amis-scope .cxd-DropDown-menuItem:hover,
92837
92898
  .amis-scope .cxd-DropDown-menu > li:hover {
92838
- background: #eaf6fe;
92899
+ background: #e8e9eb;
92839
92900
  color: #2468f2;
92840
92901
  }
92841
92902
 
92842
92903
  .amis-scope .cxd-DropDown-menuItem.is-active,
92843
92904
  .amis-scope .cxd-DropDown-menu > li.is-active {
92844
- background: #eaf6fe;
92905
+ background: #e8e9eb;
92845
92906
  color: #2468f2;
92846
92907
  }
92847
92908
 
@@ -92986,7 +93047,7 @@ title: Word Break
92986
93047
  }
92987
93048
 
92988
93049
  .amis-scope .cxd-ScheduleCalendar-large .rdtDay {
92989
- height: 6.25rem;
93050
+ height: 6.125rem;
92990
93051
  vertical-align: top;
92991
93052
  }
92992
93053
 
@@ -93005,7 +93066,7 @@ title: Word Break
93005
93066
  text-align: left;
93006
93067
  padding: 0 0.25rem;
93007
93068
  height: 1.25rem;
93008
- color: #ffffff;
93069
+ color: (--colors-neutral-text-11);
93009
93070
  }
93010
93071
 
93011
93072
  .amis-scope .cxd-ScheduleCalendar-large .cxd-ScheduleCalendar-action {
@@ -93168,7 +93229,7 @@ title: Word Break
93168
93229
  .amis-scope .cxd-CalendarMobile-footer .date-range-confirm {
93169
93230
  height: 2.25rem;
93170
93231
  margin: 0.4375rem 0;
93171
- border-radius: 4px;
93232
+ border-radius: 6px;
93172
93233
  display: block;
93173
93234
  }
93174
93235
 
@@ -93346,12 +93407,12 @@ title: Word Break
93346
93407
  padding: 1rem;
93347
93408
  margin: 0;
93348
93409
  cursor: pointer;
93349
- background: #f7f7f9;
93410
+ background: #f7f8fa;
93350
93411
  }
93351
93412
 
93352
93413
  .amis-scope .cxd-Collapse-header-wrapper {
93353
93414
  display: inline-flex;
93354
- flex-direction: row-reverse;
93415
+ flex-direction: var(--Collapse-header-wrapper-direction);
93355
93416
  }
93356
93417
 
93357
93418
  .amis-scope .cxd-Collapse-header-tpl {
@@ -93391,10 +93452,6 @@ title: Word Break
93391
93452
  margin-right: 0.25rem;
93392
93453
  }
93393
93454
 
93394
- .amis-scope .cxd-Collapse .cxd-TplField {
93395
- display: inline-block;
93396
- }
93397
-
93398
93455
  .amis-scope .cxd-Collapse.is-active > * > .cxd-Collapse-arrow:before {
93399
93456
  transform: rotate(135deg);
93400
93457
  transform-origin: 50% 30%;
@@ -93422,7 +93479,8 @@ title: Word Break
93422
93479
  text-align: center;
93423
93480
  font-size: 14px;
93424
93481
  border-top: none;
93425
- border-bottom: none;
93482
+ border-bottom: none
93483
+ --Collapse-header-wrapper-direction: row-reverse;
93426
93484
  }
93427
93485
 
93428
93486
  .amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
@@ -93759,7 +93817,7 @@ title: Word Break
93759
93817
  }
93760
93818
 
93761
93819
  .amis-scope .cxd-CBGroupOrItem-dragbar:hover {
93762
- color: #528eff;
93820
+ color: #2468f2;
93763
93821
  }
93764
93822
 
93765
93823
  .amis-scope .cxd-CBGroupOrItem-body {
@@ -93859,7 +93917,7 @@ title: Word Break
93859
93917
  }
93860
93918
 
93861
93919
  .amis-scope .cxd-CBInputSwitch > a:hover {
93862
- color: #528eff;
93920
+ color: #2468f2;
93863
93921
  }
93864
93922
 
93865
93923
  .amis-scope .cxd-CBInputSwitch svg {
@@ -93911,7 +93969,7 @@ title: Word Break
93911
93969
  }
93912
93970
 
93913
93971
  .amis-scope .cxd-CBFormula-label {
93914
- background: #f7f7f9;
93972
+ background: #f7f8fa;
93915
93973
  color: #b8babf;
93916
93974
  display: block;
93917
93975
  font-size: 12px;
@@ -94033,8 +94091,9 @@ title: Word Break
94033
94091
 
94034
94092
  .amis-scope .cxd-ContextMenu-item:not(.is-disabled):hover > a {
94035
94093
  text-decoration: none;
94036
- color: #2468f2;
94037
- background: #e6f0ff;
94094
+ color: #2468f2
94095
+ --menu-hover-bg-color: #e6f0ff;
94096
+ background: var(--menu-hover-bg-color);
94038
94097
  cursor: pointer;
94039
94098
  border-top: none;
94040
94099
  border-bottom: none;
@@ -94060,7 +94119,8 @@ title: Word Break
94060
94119
  }
94061
94120
 
94062
94121
  .amis-scope .cxd-ContextMenu-item.has-child:hover > a::after {
94063
- border-color: transparent transparent transparent #2468f2;
94122
+ border-color: transparent transparent transparent #2468f2
94123
+ --menu-hover-bg-color: #e6f0ff;
94064
94124
  }
94065
94125
 
94066
94126
  .amis-scope .cxd-ContextMenu-itemIcon {
@@ -94168,7 +94228,7 @@ title: Word Break
94168
94228
  height: 1.625rem;
94169
94229
  font-size: 14px;
94170
94230
  line-height: 1.625rem;
94171
- color: #999999;
94231
+ color: #b8babf;
94172
94232
  text-align: center;
94173
94233
  white-space: nowrap;
94174
94234
  vertical-align: middle;
@@ -94176,20 +94236,20 @@ title: Word Break
94176
94236
  border-radius: 50%;
94177
94237
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
94178
94238
  margin-right: 0.375rem;
94179
- border: 1px solid #999999;
94239
+ border: 1px solid #b8babf;
94180
94240
  box-sizing: content-box;
94181
94241
  }
94182
94242
 
94183
94243
  .amis-scope .cxd-Wizard .cxd-Badge.is-active,
94184
94244
  .amis-scope .cxd-Wizard-tabs .cxd-Badge.is-active {
94185
94245
  color: #ffffff;
94186
- background: #333333;
94246
+ background: #303540;
94187
94247
  }
94188
94248
 
94189
94249
  .amis-scope .cxd-Wizard .cxd-Badge.is-complete,
94190
94250
  .amis-scope .cxd-Wizard-tabs .cxd-Badge.is-complete {
94191
94251
  color: #ffffff;
94192
- background: #333333;
94252
+ background: #303540;
94193
94253
  }
94194
94254
 
94195
94255
  .amis-scope .cxd-Wizard ul li.active,
@@ -94267,7 +94327,7 @@ title: Word Break
94267
94327
 
94268
94328
  .amis-scope .cxd-Wizard > ul.nav li.is-active,
94269
94329
  .amis-scope .cxd-Wizard-tabs > ul.nav li.is-active {
94270
- color: #333333;
94330
+ color: #303540;
94271
94331
  background: #fff;
94272
94332
  }
94273
94333
 
@@ -94278,7 +94338,7 @@ title: Word Break
94278
94338
 
94279
94339
  .amis-scope .cxd-Wizard-steps {
94280
94340
  font-size: 14px;
94281
- padding: 0.625rem 0px;
94341
+ padding: 0.625rem 0rem;
94282
94342
  background: #ffffff;
94283
94343
  border-bottom: 0px solid #e8e9eb;
94284
94344
  text-align: center;
@@ -94324,10 +94384,6 @@ title: Word Break
94324
94384
  position: absolute;
94325
94385
  bottom: 0;
94326
94386
  right: -0.625rem;
94327
- border: none !important;
94328
- border-right: 0;
94329
- border-left: 0.625rem solid #e8e9eb;
94330
- border-left-color: rgba(0, 0, 0, 0.05);
94331
94387
  z-index: 2;
94332
94388
  }
94333
94389
 
@@ -94338,17 +94394,17 @@ title: Word Break
94338
94394
  }
94339
94395
 
94340
94396
  .amis-scope .cxd-Wizard-steps ul li.is-active {
94341
- color: #333333;
94342
- background: #fff;
94397
+ color: #303540;
94398
+ background: #ffffff;
94343
94399
  }
94344
94400
 
94345
94401
  .amis-scope .cxd-Wizard-steps ul li.is-active:after {
94346
- border-left-color: #fff;
94402
+ border-left-color: #ffffff;
94347
94403
  }
94348
94404
 
94349
94405
  .amis-scope .cxd-Wizard-steps ul li.is-complete,
94350
94406
  .amis-scope .cxd-Wizard-steps ul li.is-complete:hover {
94351
- color: #333333;
94407
+ color: #303540;
94352
94408
  cursor: pointer;
94353
94409
  }
94354
94410
 
@@ -94424,7 +94480,7 @@ title: Word Break
94424
94480
  cursor: pointer;
94425
94481
  vertical-align: middle;
94426
94482
  user-select: none;
94427
- line-height: calc( 1.4285714286 * 14px - 0.125rem );
94483
+ line-height: calc( 1.5 * 14px - 0.125rem );
94428
94484
  display: inline-block;
94429
94485
  font-size: 12px;
94430
94486
  color: #2468f2;
@@ -94586,7 +94642,7 @@ title: Word Break
94586
94642
  cursor: pointer;
94587
94643
  vertical-align: middle;
94588
94644
  user-select: none;
94589
- line-height: calc( 1.4285714286 * 14px - 0.125rem );
94645
+ line-height: calc( 1.5 * 14px - 0.125rem );
94590
94646
  display: inline-block;
94591
94647
  font-size: 12px;
94592
94648
  color: #2468f2;
@@ -94787,7 +94843,8 @@ title: Word Break
94787
94843
 
94788
94844
  .amis-scope .cxd-Table-fixedTop-shadow {
94789
94845
  position: absolute;
94790
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
94846
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
94847
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
94791
94848
  z-index: -1;
94792
94849
  height: 10px;
94793
94850
  margin-top: -10px;
@@ -94952,7 +95009,7 @@ title: Word Break
94952
95009
  min-width: 100%;
94953
95010
  margin-bottom: 0;
94954
95011
  font-size: 12px;
94955
- color: #333;
95012
+ color: #151b26;
94956
95013
  background: #ffffff;
94957
95014
  border-spacing: 0;
94958
95015
  border-collapse: collapse;
@@ -95011,7 +95068,7 @@ title: Word Break
95011
95068
  }
95012
95069
 
95013
95070
  .amis-scope .cxd-Table-table > thead > tr > th {
95014
- background: #f7f7f9;
95071
+ background: #f7f8fa;
95015
95072
  padding: calc(
95016
95073
  (2.5rem - 12px * 1.5) /
95017
95074
  2
@@ -95019,7 +95076,7 @@ title: Word Break
95019
95076
  text-align: left;
95020
95077
  border-bottom: 0.0625rem solid #ffffff;
95021
95078
  font-size: 14px;
95022
- color: #333;
95079
+ color: #151b26;
95023
95080
  font-weight: 400;
95024
95081
  white-space: nowrap;
95025
95082
  }
@@ -95049,6 +95106,10 @@ title: Word Break
95049
95106
  margin-left: 0.25rem;
95050
95107
  }
95051
95108
 
95109
+ .amis-scope .cxd-Table-table > thead > tr > th .cxd-TableCell--title {
95110
+ min-width: fit-content;
95111
+ }
95112
+
95052
95113
  .amis-scope .cxd-Table-table > thead > tr > th:first-child {
95053
95114
  border-top-left-radius: 4px;
95054
95115
  }
@@ -95079,8 +95140,8 @@ title: Word Break
95079
95140
  }
95080
95141
 
95081
95142
  .amis-scope .cxd-Table-table > tbody > tr > th {
95082
- background: #f7f7f9;
95083
- color: #333;
95143
+ background: #f7f8fa;
95144
+ color: #151b26;
95084
95145
  font-weight: 400;
95085
95146
  white-space: nowrap;
95086
95147
  border-right: 0.0625rem solid #ffffff;
@@ -95115,13 +95176,13 @@ title: Word Break
95115
95176
  .amis-scope .cxd-Table-table > tbody > tr:hover,
95116
95177
  .amis-scope .cxd-Table-table > tbody > tr.is-hovered {
95117
95178
  background: #e6f0ff;
95118
- border-color: #eceff8;
95179
+ border-color: #e8e9eb;
95119
95180
  color: #151b26;
95120
95181
  }
95121
95182
 
95122
95183
  .amis-scope .cxd-Table-table > tbody > tr:hover + tr,
95123
95184
  .amis-scope .cxd-Table-table > tbody > tr.is-hovered + tr {
95124
- border-color: #eceff8;
95185
+ border-color: #e8e9eb;
95125
95186
  }
95126
95187
 
95127
95188
  .amis-scope .cxd-Table-table > tbody > tr:active {
@@ -95133,13 +95194,14 @@ title: Word Break
95133
95194
  }
95134
95195
 
95135
95196
  .amis-scope .cxd-Table-table > tbody > tr.is-checked {
95136
- background: #f0faff;
95137
- border-color: #eceff8;
95138
- color: #333;
95197
+ background: #f7f8fa;
95198
+ border-color: #e8e9eb;
95199
+ color: #b8babf
95200
+ --Table-onChecked-onHover-bg: #f7f8fa;
95139
95201
  }
95140
95202
 
95141
95203
  .amis-scope .cxd-Table-table > tbody > tr.is-checked + tr {
95142
- border-color: #eceff8;
95204
+ border-color: #e8e9eb;
95143
95205
  }
95144
95206
 
95145
95207
  .amis-scope .cxd-Table-table > tbody > tr.is-moved,
@@ -95588,7 +95650,7 @@ title: Word Break
95588
95650
  bottom: 0;
95589
95651
  left: -0.5rem;
95590
95652
  height: auto;
95591
- background: gainsboro;
95653
+ background: #e8e9eb;
95592
95654
  }
95593
95655
 
95594
95656
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::after {
@@ -95598,7 +95660,7 @@ title: Word Break
95598
95660
  top: 50%;
95599
95661
  left: -0.5rem;
95600
95662
  width: 0.625rem;
95601
- background: gainsboro;
95663
+ background: #e8e9eb;
95602
95664
  }
95603
95665
 
95604
95666
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--2th.is-expandable .cxd-Table-expandCell + td {
@@ -95632,7 +95694,7 @@ title: Word Break
95632
95694
  bottom: 0;
95633
95695
  left: 0.625rem;
95634
95696
  height: auto;
95635
- background: gainsboro;
95697
+ background: #e8e9eb;
95636
95698
  }
95637
95699
 
95638
95700
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::after {
@@ -95642,7 +95704,7 @@ title: Word Break
95642
95704
  top: 50%;
95643
95705
  left: 0.625rem;
95644
95706
  width: 0.625rem;
95645
- background: gainsboro;
95707
+ background: #e8e9eb;
95646
95708
  }
95647
95709
 
95648
95710
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--3th.is-expandable .cxd-Table-expandCell + td {
@@ -95676,7 +95738,7 @@ title: Word Break
95676
95738
  bottom: 0;
95677
95739
  left: 1.75rem;
95678
95740
  height: auto;
95679
- background: gainsboro;
95741
+ background: #e8e9eb;
95680
95742
  }
95681
95743
 
95682
95744
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::after {
@@ -95686,7 +95748,7 @@ title: Word Break
95686
95748
  top: 50%;
95687
95749
  left: 1.75rem;
95688
95750
  width: 0.625rem;
95689
- background: gainsboro;
95751
+ background: #e8e9eb;
95690
95752
  }
95691
95753
 
95692
95754
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--4th.is-expandable .cxd-Table-expandCell + td {
@@ -95720,7 +95782,7 @@ title: Word Break
95720
95782
  bottom: 0;
95721
95783
  left: 2.875rem;
95722
95784
  height: auto;
95723
- background: gainsboro;
95785
+ background: #e8e9eb;
95724
95786
  }
95725
95787
 
95726
95788
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::after {
@@ -95730,7 +95792,7 @@ title: Word Break
95730
95792
  top: 50%;
95731
95793
  left: 2.875rem;
95732
95794
  width: 0.625rem;
95733
- background: gainsboro;
95795
+ background: #e8e9eb;
95734
95796
  }
95735
95797
 
95736
95798
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
@@ -95764,7 +95826,7 @@ title: Word Break
95764
95826
  bottom: 0;
95765
95827
  left: 4rem;
95766
95828
  height: auto;
95767
- background: gainsboro;
95829
+ background: #e8e9eb;
95768
95830
  }
95769
95831
 
95770
95832
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
@@ -95774,7 +95836,7 @@ title: Word Break
95774
95836
  top: 50%;
95775
95837
  left: 4rem;
95776
95838
  width: 0.625rem;
95777
- background: gainsboro;
95839
+ background: #e8e9eb;
95778
95840
  }
95779
95841
 
95780
95842
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--6th.is-expandable .cxd-Table-expandCell + td {
@@ -95808,7 +95870,7 @@ title: Word Break
95808
95870
  bottom: 0;
95809
95871
  left: 5.125rem;
95810
95872
  height: auto;
95811
- background: gainsboro;
95873
+ background: #e8e9eb;
95812
95874
  }
95813
95875
 
95814
95876
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
@@ -95818,7 +95880,7 @@ title: Word Break
95818
95880
  top: 50%;
95819
95881
  left: 5.125rem;
95820
95882
  width: 0.625rem;
95821
- background: gainsboro;
95883
+ background: #e8e9eb;
95822
95884
  }
95823
95885
 
95824
95886
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--7th.is-expandable .cxd-Table-expandCell + td {
@@ -95852,7 +95914,7 @@ title: Word Break
95852
95914
  bottom: 0;
95853
95915
  left: 6.25rem;
95854
95916
  height: auto;
95855
- background: gainsboro;
95917
+ background: #e8e9eb;
95856
95918
  }
95857
95919
 
95858
95920
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
@@ -95862,7 +95924,7 @@ title: Word Break
95862
95924
  top: 50%;
95863
95925
  left: 6.25rem;
95864
95926
  width: 0.625rem;
95865
- background: gainsboro;
95927
+ background: #e8e9eb;
95866
95928
  }
95867
95929
 
95868
95930
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--8th.is-expandable .cxd-Table-expandCell + td {
@@ -95896,7 +95958,7 @@ title: Word Break
95896
95958
  bottom: 0;
95897
95959
  left: 7.375rem;
95898
95960
  height: auto;
95899
- background: gainsboro;
95961
+ background: #e8e9eb;
95900
95962
  }
95901
95963
 
95902
95964
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
@@ -95906,7 +95968,7 @@ title: Word Break
95906
95968
  top: 50%;
95907
95969
  left: 7.375rem;
95908
95970
  width: 0.625rem;
95909
- background: gainsboro;
95971
+ background: #e8e9eb;
95910
95972
  }
95911
95973
 
95912
95974
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--9th.is-expandable .cxd-Table-expandCell + td {
@@ -95940,7 +96002,7 @@ title: Word Break
95940
96002
  bottom: 0;
95941
96003
  left: 8.5rem;
95942
96004
  height: auto;
95943
- background: gainsboro;
96005
+ background: #e8e9eb;
95944
96006
  }
95945
96007
 
95946
96008
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
@@ -95950,7 +96012,7 @@ title: Word Break
95950
96012
  top: 50%;
95951
96013
  left: 8.5rem;
95952
96014
  width: 0.625rem;
95953
- background: gainsboro;
96015
+ background: #e8e9eb;
95954
96016
  }
95955
96017
 
95956
96018
  .amis-scope .cxd-Table-table tr.cxd-Table-tr--10th.is-expandable .cxd-Table-expandCell + td {
@@ -96009,7 +96071,7 @@ title: Word Break
96009
96071
  top: 0;
96010
96072
  bottom: 0;
96011
96073
  height: 100%;
96012
- background: gainsboro;
96074
+ background: #e8e9eb;
96013
96075
  right: 0.4375rem;
96014
96076
  }
96015
96077
 
@@ -96019,7 +96081,7 @@ title: Word Break
96019
96081
  top: 0;
96020
96082
  bottom: 0;
96021
96083
  height: 100%;
96022
- background: gainsboro;
96084
+ background: #e8e9eb;
96023
96085
  right: -0.6875rem;
96024
96086
  }
96025
96087
 
@@ -96029,7 +96091,7 @@ title: Word Break
96029
96091
  top: 0;
96030
96092
  bottom: 0;
96031
96093
  height: 100%;
96032
- background: gainsboro;
96094
+ background: #e8e9eb;
96033
96095
  right: -1.8125rem;
96034
96096
  }
96035
96097
 
@@ -96039,7 +96101,7 @@ title: Word Break
96039
96101
  top: 0;
96040
96102
  bottom: 0;
96041
96103
  height: 100%;
96042
- background: gainsboro;
96104
+ background: #e8e9eb;
96043
96105
  right: -2.9375rem;
96044
96106
  }
96045
96107
 
@@ -96049,7 +96111,7 @@ title: Word Break
96049
96111
  top: 0;
96050
96112
  bottom: 0;
96051
96113
  height: 100%;
96052
- background: gainsboro;
96114
+ background: #e8e9eb;
96053
96115
  right: -4.0625rem;
96054
96116
  }
96055
96117
 
@@ -96059,7 +96121,7 @@ title: Word Break
96059
96121
  top: 0;
96060
96122
  bottom: 0;
96061
96123
  height: 100%;
96062
- background: gainsboro;
96124
+ background: #e8e9eb;
96063
96125
  right: -5.1875rem;
96064
96126
  }
96065
96127
 
@@ -96069,7 +96131,7 @@ title: Word Break
96069
96131
  top: 0;
96070
96132
  bottom: 0;
96071
96133
  height: 100%;
96072
- background: gainsboro;
96134
+ background: #e8e9eb;
96073
96135
  right: -6.3125rem;
96074
96136
  }
96075
96137
 
@@ -96081,7 +96143,7 @@ title: Word Break
96081
96143
  bottom: 0;
96082
96144
  right: 0.4375rem;
96083
96145
  height: auto;
96084
- background: gainsboro;
96146
+ background: #e8e9eb;
96085
96147
  }
96086
96148
 
96087
96149
  .amis-scope .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable > .cxd-TableCell--title,
@@ -96211,19 +96273,19 @@ title: Word Break
96211
96273
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
96212
96274
  height: 1.875rem;
96213
96275
  line-height: 1.875rem;
96214
- padding: 0px
96215
- 0.625rem;
96276
+ padding: 0rem
96277
+ 0.625rem;
96216
96278
  background: #ffffff;
96217
96279
  margin: 0;
96218
96280
  }
96219
96281
 
96220
96282
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
96221
- background: #f7f7f9;
96283
+ background: #ffffff;
96222
96284
  color: #2468f2;
96223
96285
  }
96224
96286
 
96225
96287
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
96226
- background: #f7f7f9;
96288
+ background: #ffffff;
96227
96289
  color: #2468f2;
96228
96290
  }
96229
96291
 
@@ -96240,7 +96302,8 @@ title: Word Break
96240
96302
  top: 0;
96241
96303
  min-height: 30px;
96242
96304
  pointer-events: none;
96243
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
96305
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
96306
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
96244
96307
  }
96245
96308
 
96246
96309
  .amis-scope .cxd-Table-itemActions {
@@ -96283,7 +96346,7 @@ title: Word Break
96283
96346
  }
96284
96347
 
96285
96348
  .amis-scope .cxd-Table-foot {
96286
- background: #f7f7f9;
96349
+ background: #f7f8fa;
96287
96350
  }
96288
96351
 
96289
96352
  .amis-scope .cxd-Table-footTable {
@@ -96359,7 +96422,7 @@ title: Word Break
96359
96422
 
96360
96423
  .amis-scope .cxd-Table-dragBtn:hover {
96361
96424
  text-decoration: none;
96362
- color: #528eff;
96425
+ color: #2468f2;
96363
96426
  }
96364
96427
 
96365
96428
  .amis-scope .cxd-Table-dragBtn > svg {
@@ -96472,8 +96535,8 @@ title: Word Break
96472
96535
  }
96473
96536
 
96474
96537
  .amis-scope .cxd-InputTable-toolbar .cxd-Button {
96475
- border: none;
96476
- color: var(--Button--link-color);
96538
+ border-color: transparent;
96539
+ color: #2468f2;
96477
96540
  }
96478
96541
 
96479
96542
  .amis-scope .cxd-InputTable-pager {
@@ -96654,7 +96717,7 @@ title: Word Break
96654
96717
  min-width: 100%;
96655
96718
  margin-bottom: 0;
96656
96719
  font-size: 12px;
96657
- color: #333;
96720
+ color: #151b26;
96658
96721
  background: #ffffff;
96659
96722
  border-spacing: 0;
96660
96723
  border-collapse: collapse;
@@ -96679,7 +96742,7 @@ title: Word Break
96679
96742
  }
96680
96743
 
96681
96744
  .amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th {
96682
- background: #f7f7f9;
96745
+ background: #f7f8fa;
96683
96746
  padding: calc(
96684
96747
  (
96685
96748
  2.5625rem - 12px *
@@ -96687,7 +96750,7 @@ title: Word Break
96687
96750
  ) / 2
96688
96751
  ) 0.625rem;
96689
96752
  font-size: 14px;
96690
- color: #333;
96753
+ color: #151b26;
96691
96754
  font-weight: 400;
96692
96755
  white-space: nowrap;
96693
96756
  }
@@ -96729,12 +96792,12 @@ title: Word Break
96729
96792
  }
96730
96793
 
96731
96794
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-summary-row > td {
96732
- background: #f7f7f9;
96795
+ background: #f7f8fa;
96733
96796
  }
96734
96797
 
96735
96798
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr > th {
96736
- background: #f7f7f9;
96737
- color: #333;
96799
+ background: #f7f8fa;
96800
+ color: #151b26;
96738
96801
  font-weight: 400;
96739
96802
  white-space: nowrap;
96740
96803
  border-right: 0.0625rem solid #ffffff;
@@ -96791,23 +96854,24 @@ title: Word Break
96791
96854
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr:hover,
96792
96855
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-hovered {
96793
96856
  background: #e6f0ff;
96794
- border-color: #eceff8;
96857
+ border-color: #e8e9eb;
96795
96858
  color: #151b26;
96796
96859
  }
96797
96860
 
96798
96861
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr:hover + tr,
96799
96862
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-hovered + tr {
96800
- border-color: #eceff8;
96863
+ border-color: #e8e9eb;
96801
96864
  }
96802
96865
 
96803
96866
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-checked {
96804
- background: #f0faff;
96805
- border-color: #eceff8;
96806
- color: #333;
96867
+ background: #f7f8fa;
96868
+ border-color: #e8e9eb;
96869
+ color: #b8babf
96870
+ --Table-onChecked-onHover-bg: #f7f8fa;
96807
96871
  }
96808
96872
 
96809
96873
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-checked + tr {
96810
- border-color: #eceff8;
96874
+ border-color: #e8e9eb;
96811
96875
  }
96812
96876
 
96813
96877
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-moved,
@@ -96823,8 +96887,8 @@ title: Word Break
96823
96887
  }
96824
96888
 
96825
96889
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.is-summary {
96826
- background: #f7f7f9;
96827
- color: #333;
96890
+ background: #f7f8fa;
96891
+ color: #151b26;
96828
96892
  font-weight: 400;
96829
96893
  }
96830
96894
 
@@ -97262,7 +97326,7 @@ title: Word Break
97262
97326
  bottom: 0;
97263
97327
  left: -0.5rem;
97264
97328
  height: auto;
97265
- background: gainsboro;
97329
+ background: #e8e9eb;
97266
97330
  }
97267
97331
 
97268
97332
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::after {
@@ -97272,7 +97336,7 @@ title: Word Break
97272
97336
  top: 50%;
97273
97337
  left: -0.5rem;
97274
97338
  width: 0.625rem;
97275
- background: gainsboro;
97339
+ background: #e8e9eb;
97276
97340
  }
97277
97341
 
97278
97342
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expandable .cxd-Table-expandCell + td {
@@ -97306,7 +97370,7 @@ title: Word Break
97306
97370
  bottom: 0;
97307
97371
  left: 0.625rem;
97308
97372
  height: auto;
97309
- background: gainsboro;
97373
+ background: #e8e9eb;
97310
97374
  }
97311
97375
 
97312
97376
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::after {
@@ -97316,7 +97380,7 @@ title: Word Break
97316
97380
  top: 50%;
97317
97381
  left: 0.625rem;
97318
97382
  width: 0.625rem;
97319
- background: gainsboro;
97383
+ background: #e8e9eb;
97320
97384
  }
97321
97385
 
97322
97386
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expandable .cxd-Table-expandCell + td {
@@ -97350,7 +97414,7 @@ title: Word Break
97350
97414
  bottom: 0;
97351
97415
  left: 1.75rem;
97352
97416
  height: auto;
97353
- background: gainsboro;
97417
+ background: #e8e9eb;
97354
97418
  }
97355
97419
 
97356
97420
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::after {
@@ -97360,7 +97424,7 @@ title: Word Break
97360
97424
  top: 50%;
97361
97425
  left: 1.75rem;
97362
97426
  width: 0.625rem;
97363
- background: gainsboro;
97427
+ background: #e8e9eb;
97364
97428
  }
97365
97429
 
97366
97430
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expandable .cxd-Table-expandCell + td {
@@ -97394,7 +97458,7 @@ title: Word Break
97394
97458
  bottom: 0;
97395
97459
  left: 2.875rem;
97396
97460
  height: auto;
97397
- background: gainsboro;
97461
+ background: #e8e9eb;
97398
97462
  }
97399
97463
 
97400
97464
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::after {
@@ -97404,7 +97468,7 @@ title: Word Break
97404
97468
  top: 50%;
97405
97469
  left: 2.875rem;
97406
97470
  width: 0.625rem;
97407
- background: gainsboro;
97471
+ background: #e8e9eb;
97408
97472
  }
97409
97473
 
97410
97474
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
@@ -97438,7 +97502,7 @@ title: Word Break
97438
97502
  bottom: 0;
97439
97503
  left: 4rem;
97440
97504
  height: auto;
97441
- background: gainsboro;
97505
+ background: #e8e9eb;
97442
97506
  }
97443
97507
 
97444
97508
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
@@ -97448,7 +97512,7 @@ title: Word Break
97448
97512
  top: 50%;
97449
97513
  left: 4rem;
97450
97514
  width: 0.625rem;
97451
- background: gainsboro;
97515
+ background: #e8e9eb;
97452
97516
  }
97453
97517
 
97454
97518
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expandable .cxd-Table-expandCell + td {
@@ -97482,7 +97546,7 @@ title: Word Break
97482
97546
  bottom: 0;
97483
97547
  left: 5.125rem;
97484
97548
  height: auto;
97485
- background: gainsboro;
97549
+ background: #e8e9eb;
97486
97550
  }
97487
97551
 
97488
97552
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
@@ -97492,7 +97556,7 @@ title: Word Break
97492
97556
  top: 50%;
97493
97557
  left: 5.125rem;
97494
97558
  width: 0.625rem;
97495
- background: gainsboro;
97559
+ background: #e8e9eb;
97496
97560
  }
97497
97561
 
97498
97562
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expandable .cxd-Table-expandCell + td {
@@ -97526,7 +97590,7 @@ title: Word Break
97526
97590
  bottom: 0;
97527
97591
  left: 6.25rem;
97528
97592
  height: auto;
97529
- background: gainsboro;
97593
+ background: #e8e9eb;
97530
97594
  }
97531
97595
 
97532
97596
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
@@ -97536,7 +97600,7 @@ title: Word Break
97536
97600
  top: 50%;
97537
97601
  left: 6.25rem;
97538
97602
  width: 0.625rem;
97539
- background: gainsboro;
97603
+ background: #e8e9eb;
97540
97604
  }
97541
97605
 
97542
97606
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expandable .cxd-Table-expandCell + td {
@@ -97570,7 +97634,7 @@ title: Word Break
97570
97634
  bottom: 0;
97571
97635
  left: 7.375rem;
97572
97636
  height: auto;
97573
- background: gainsboro;
97637
+ background: #e8e9eb;
97574
97638
  }
97575
97639
 
97576
97640
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
@@ -97580,7 +97644,7 @@ title: Word Break
97580
97644
  top: 50%;
97581
97645
  left: 7.375rem;
97582
97646
  width: 0.625rem;
97583
- background: gainsboro;
97647
+ background: #e8e9eb;
97584
97648
  }
97585
97649
 
97586
97650
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expandable .cxd-Table-expandCell + td {
@@ -97614,7 +97678,7 @@ title: Word Break
97614
97678
  bottom: 0;
97615
97679
  left: 8.5rem;
97616
97680
  height: auto;
97617
- background: gainsboro;
97681
+ background: #e8e9eb;
97618
97682
  }
97619
97683
 
97620
97684
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
@@ -97624,7 +97688,7 @@ title: Word Break
97624
97688
  top: 50%;
97625
97689
  left: 8.5rem;
97626
97690
  width: 0.625rem;
97627
- background: gainsboro;
97691
+ background: #e8e9eb;
97628
97692
  }
97629
97693
 
97630
97694
  .amis-scope .cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expandable .cxd-Table-expandCell + td {
@@ -97677,7 +97741,7 @@ title: Word Break
97677
97741
  top: 0;
97678
97742
  bottom: 0;
97679
97743
  height: 100%;
97680
- background: gainsboro;
97744
+ background: #e8e9eb;
97681
97745
  right: 0.4375rem;
97682
97746
  }
97683
97747
 
@@ -97687,7 +97751,7 @@ title: Word Break
97687
97751
  top: 0;
97688
97752
  bottom: 0;
97689
97753
  height: 100%;
97690
- background: gainsboro;
97754
+ background: #e8e9eb;
97691
97755
  right: -0.6875rem;
97692
97756
  }
97693
97757
 
@@ -97697,7 +97761,7 @@ title: Word Break
97697
97761
  top: 0;
97698
97762
  bottom: 0;
97699
97763
  height: 100%;
97700
- background: gainsboro;
97764
+ background: #e8e9eb;
97701
97765
  right: -1.8125rem;
97702
97766
  }
97703
97767
 
@@ -97707,7 +97771,7 @@ title: Word Break
97707
97771
  top: 0;
97708
97772
  bottom: 0;
97709
97773
  height: 100%;
97710
- background: gainsboro;
97774
+ background: #e8e9eb;
97711
97775
  right: -2.9375rem;
97712
97776
  }
97713
97777
 
@@ -97717,7 +97781,7 @@ title: Word Break
97717
97781
  top: 0;
97718
97782
  bottom: 0;
97719
97783
  height: 100%;
97720
- background: gainsboro;
97784
+ background: #e8e9eb;
97721
97785
  right: -4.0625rem;
97722
97786
  }
97723
97787
 
@@ -97727,7 +97791,7 @@ title: Word Break
97727
97791
  top: 0;
97728
97792
  bottom: 0;
97729
97793
  height: 100%;
97730
- background: gainsboro;
97794
+ background: #e8e9eb;
97731
97795
  right: -5.1875rem;
97732
97796
  }
97733
97797
 
@@ -97737,7 +97801,7 @@ title: Word Break
97737
97801
  top: 0;
97738
97802
  bottom: 0;
97739
97803
  height: 100%;
97740
- background: gainsboro;
97804
+ background: #e8e9eb;
97741
97805
  right: -6.3125rem;
97742
97806
  }
97743
97807
 
@@ -97749,7 +97813,7 @@ title: Word Break
97749
97813
  bottom: 0;
97750
97814
  right: 0.4375rem;
97751
97815
  height: auto;
97752
- background: gainsboro;
97816
+ background: #e8e9eb;
97753
97817
  }
97754
97818
 
97755
97819
  .amis-scope .cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
@@ -97768,13 +97832,13 @@ title: Word Break
97768
97832
  }
97769
97833
 
97770
97834
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-row-disabled {
97771
- background: #f7f7f9;
97835
+ background: #f7f8fa;
97772
97836
  color: #b8babf;
97773
97837
  }
97774
97838
 
97775
97839
  .amis-scope .cxd-Table2 .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-row-hover {
97776
97840
  background: #e6f0ff;
97777
- border-color: #eceff8;
97841
+ border-color: #e8e9eb;
97778
97842
  color: #151b26;
97779
97843
  }
97780
97844
 
@@ -97829,7 +97893,7 @@ title: Word Break
97829
97893
  1.5
97830
97894
  ) / 2
97831
97895
  ) 0.625rem;
97832
- background: #f7f7f9;
97896
+ background: #f7f8fa;
97833
97897
  }
97834
97898
 
97835
97899
  .amis-scope .cxd-Table2 .cxd-Table-container .cxd-Table-header {
@@ -97912,7 +97976,7 @@ title: Word Break
97912
97976
  }
97913
97977
 
97914
97978
  .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn:hover {
97915
- color: #528eff;
97979
+ color: #2468f2;
97916
97980
  }
97917
97981
 
97918
97982
  .amis-scope .cxd-Table2 .cxd-TableCell-sortBtn--up > svg,
@@ -98019,19 +98083,19 @@ title: Word Break
98019
98083
  .amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
98020
98084
  height: 1.875rem;
98021
98085
  line-height: 1.875rem;
98022
- padding: 0px
98023
- 0.625rem;
98086
+ padding: 0rem
98087
+ 0.625rem;
98024
98088
  background: #ffffff;
98025
98089
  margin: 0;
98026
98090
  }
98027
98091
 
98028
98092
  .amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
98029
- background: #f7f7f9;
98093
+ background: #ffffff;
98030
98094
  color: #2468f2;
98031
98095
  }
98032
98096
 
98033
98097
  .amis-scope .cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
98034
- background: #f7f7f9;
98098
+ background: #ffffff;
98035
98099
  color: #2468f2;
98036
98100
  }
98037
98101
 
@@ -98192,7 +98256,8 @@ title: Word Break
98192
98256
  padding: 0.25rem 0;
98193
98257
  border: 0.0625rem solid #e8e9eb;
98194
98258
  border-radius: 4px;
98195
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
98259
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
98260
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
98196
98261
  min-width: 10rem;
98197
98262
  text-align: left;
98198
98263
  }
@@ -98219,7 +98284,7 @@ title: Word Break
98219
98284
 
98220
98285
  .amis-scope .cxd-ColumnToggler-menuItem:hover,
98221
98286
  .amis-scope .cxd-ColumnToggler-menu > li:hover {
98222
- background: #eaf6fe;
98287
+ background: #e8e9eb;
98223
98288
  color: #2468f2;
98224
98289
  }
98225
98290
 
@@ -98464,7 +98529,8 @@ title: Word Break
98464
98529
  background: #ffffff;
98465
98530
  z-index: -1;
98466
98531
  opacity: 0;
98467
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
98532
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
98533
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
98468
98534
  }
98469
98535
 
98470
98536
  .amis-scope .cxd-List-fixedTop.in {
@@ -98570,7 +98636,7 @@ title: Word Break
98570
98636
  }
98571
98637
 
98572
98638
  .amis-scope .cxd-ListItem:nth-child(even) {
98573
- background: #f6f6f6;
98639
+ background: #f7f8fa;
98574
98640
  }
98575
98641
 
98576
98642
  .amis-scope .cxd-ListItem-checkBtn {
@@ -98667,7 +98733,7 @@ title: Word Break
98667
98733
 
98668
98734
  .amis-scope .cxd-ListItem--hasItemAction:hover {
98669
98735
  color: #151b26;
98670
- background: #eaf6fe;
98736
+ background: #e8e9eb;
98671
98737
  }
98672
98738
 
98673
98739
  .amis-scope .cxd-Cards-toolbar {
@@ -98715,7 +98781,8 @@ title: Word Break
98715
98781
  background: #ffffff;
98716
98782
  z-index: -1;
98717
98783
  opacity: 0;
98718
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
98784
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
98785
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
98719
98786
  padding: 0.5rem;
98720
98787
  }
98721
98788
 
@@ -98935,7 +99002,7 @@ title: Word Break
98935
99002
  border-radius: 500px;
98936
99003
  float: left;
98937
99004
  margin-right: 0.75rem;
98938
- font-size: 20px;
99005
+ font-size: 18px;
98939
99006
  text-transform: uppercase();
98940
99007
  }
98941
99008
 
@@ -98994,18 +99061,19 @@ title: Word Break
98994
99061
  }
98995
99062
 
98996
99063
  .amis-scope .cxd-Card-actions {
98997
- border-top: 0.0625rem solid #f5f7fb;
99064
+ border-top: 0.0625rem solid #f7f8fa;
98998
99065
  display: flex;
98999
99066
  flex-direction: row;
99000
99067
  width: 100%;
99001
99068
  table-layout: fixed;
99002
99069
  white-space: nowrap;
99070
+ align-items: center;
99003
99071
  }
99004
99072
 
99005
99073
  .amis-scope .cxd-Card-actions > a {
99006
99074
  background: transparent;
99007
99075
  flex-grow: 1;
99008
- border-color: #f5f7fb;
99076
+ border-color: #f7f8fa;
99009
99077
  border-style: solid;
99010
99078
  border-width: 0 0.0625rem 0 0;
99011
99079
  color: #151b26;
@@ -99037,7 +99105,7 @@ title: Word Break
99037
99105
  }
99038
99106
 
99039
99107
  .amis-scope .cxd-Card-actions > a > .cxd-Button-icon:first-child:not(:last-child) {
99040
- margin-right: var(--Button-icon-rightMargin);
99108
+ margin-right: 0.25rem;
99041
99109
  }
99042
99110
 
99043
99111
  .amis-scope .cxd-Card.is-checked {
@@ -99058,14 +99126,14 @@ title: Word Break
99058
99126
 
99059
99127
  .amis-scope .cxd-Card.is-checked .cxd-Card-actions > a:hover {
99060
99128
  background: #ffffff;
99061
- color: #1498c1;
99129
+ color: #ffffff;
99062
99130
  }
99063
99131
 
99064
99132
  .amis-scope .cxd-Card.is-modified,
99065
99133
  .amis-scope .cxd-Card.is-moved {
99066
- background: #e8f0fe;
99134
+ background: #e8e9eb;
99067
99135
  border-color: #2468f2;
99068
- color: #4285f4;
99136
+ color: #528eff;
99069
99137
  }
99070
99138
 
99071
99139
  .amis-scope .cxd-Card.is-modified .cxd-Card-actions,
@@ -99073,7 +99141,7 @@ title: Word Break
99073
99141
  .amis-scope .cxd-Card.is-moved .cxd-Card-actions,
99074
99142
  .amis-scope .cxd-Card.is-moved .cxd-Card-actions > a {
99075
99143
  border-color: #2468f2;
99076
- color: #4285f4;
99144
+ color: #528eff;
99077
99145
  }
99078
99146
 
99079
99147
  .amis-scope .cxd-Card.is-modified .cxd-Card-fieldLabel,
@@ -99111,7 +99179,7 @@ title: Word Break
99111
99179
 
99112
99180
  .amis-scope .cxd-Card-secondary {
99113
99181
  max-width: 12.5rem;
99114
- color: #83868c;
99182
+ color: #84878c;
99115
99183
  padding: 0 1rem;
99116
99184
  font-size: 14px;
99117
99185
  font-weight: 400;
@@ -99161,7 +99229,7 @@ title: Word Break
99161
99229
  }
99162
99230
 
99163
99231
  .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-actions {
99164
- border-bottom: 0.0625rem solid #f5f7fb;
99232
+ border-bottom: 0.0625rem solid #f7f8fa;
99165
99233
  }
99166
99234
 
99167
99235
  .amis-scope .cxd-Card-multiMedia--bottom .cxd-Card-multiMedia-img {
@@ -99181,7 +99249,7 @@ title: Word Break
99181
99249
 
99182
99250
  .amis-scope .cxd-Card-multiMedia--left .cxd-Card-actions {
99183
99251
  margin-left: 1rem;
99184
- border-left: 0.0625rem solid #f5f7fb;
99252
+ border-left: 0.0625rem solid #f7f8fa;
99185
99253
  }
99186
99254
 
99187
99255
  .amis-scope .cxd-Card-multiMedia--left .cxd-Card-multiMedia-img,
@@ -99198,7 +99266,7 @@ title: Word Break
99198
99266
 
99199
99267
  .amis-scope .cxd-Card-multiMedia--right .cxd-Card-actions {
99200
99268
  margin-right: 1rem;
99201
- border-right: 0.0625rem solid #f5f7fb;
99269
+ border-right: 0.0625rem solid #f7f8fa;
99202
99270
  }
99203
99271
 
99204
99272
  .amis-scope .cxd-Card-multiMedia--right .cxd-Card-multiMedia-img,
@@ -99424,7 +99492,7 @@ title: Word Break
99424
99492
  height: 100%;
99425
99493
  background-color: #d3d9e6;
99426
99494
  overflow: hidden;
99427
- border-radius: 16px;
99495
+ border-radius: 4px;
99428
99496
  }
99429
99497
 
99430
99498
  .amis-scope .cxd-Progress-line-text {
@@ -99446,7 +99514,7 @@ title: Word Break
99446
99514
  height: 8px;
99447
99515
  background: #2468f2;
99448
99516
  transition: width 0s ease;
99449
- border-radius: 16px;
99517
+ border-radius: 4px;
99450
99518
  }
99451
99519
 
99452
99520
  .amis-scope .cxd-Progress-line-bar--stripe {
@@ -99596,7 +99664,7 @@ title: Word Break
99596
99664
  }
99597
99665
 
99598
99666
  .amis-scope .cxd-Field-copyBtn:hover {
99599
- color: #528eff;
99667
+ color: #2468f2;
99600
99668
  }
99601
99669
 
99602
99670
  .amis-scope .cxd-Divider {
@@ -99682,7 +99750,7 @@ title: Word Break
99682
99750
  background: #ffffff;
99683
99751
  color: #2468f2;
99684
99752
  border: 1px solid
99685
- #2468f2;
99753
+ #2468f2;
99686
99754
  border-radius: 4px;
99687
99755
  }
99688
99756
 
@@ -99791,7 +99859,7 @@ title: Word Break
99791
99859
  .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span:hover,
99792
99860
  .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a:focus,
99793
99861
  .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span:focus {
99794
- background-color: #f7f7f9;
99862
+ background-color: #f7f8fa;
99795
99863
  border-color: #b8babf;
99796
99864
  }
99797
99865
 
@@ -100377,15 +100445,15 @@ title: Word Break
100377
100445
 
100378
100446
  .amis-scope .cxd-ImageGallery-toolbar-action.is-disabled {
100379
100447
  cursor: not-allowed;
100380
- color: #f7f7f9;
100448
+ color: #f7f8fa;
100381
100449
  }
100382
100450
 
100383
100451
  .amis-scope .cxd-ImageGallery-toolbar-action.is-disabled .cxd-ImageGallery-toolbar-action-icon {
100384
- color: #f7f7f9;
100452
+ color: #f7f8fa;
100385
100453
  }
100386
100454
 
100387
100455
  .amis-scope .cxd-ImageGallery-toolbar-action.is-disabled .cxd-ImageGallery-toolbar-action-icon > svg {
100388
- color: #f7f7f9;
100456
+ color: #f7f8fa;
100389
100457
  }
100390
100458
 
100391
100459
  .amis-scope .cxd-ImageGallery-toolbar-action:hover {
@@ -100422,7 +100490,6 @@ title: Word Break
100422
100490
 
100423
100491
  .amis-scope .cxd-Image-thumbWrap {
100424
100492
  position: relative;
100425
- height: 100%;
100426
100493
  }
100427
100494
 
100428
100495
  .amis-scope .cxd-Image-image {
@@ -100483,7 +100550,6 @@ title: Word Break
100483
100550
 
100484
100551
  .amis-scope .cxd-Image-thumb--fixed-size .cxd-Image-thumb {
100485
100552
  width: 100%;
100486
- height: 100%;
100487
100553
  }
100488
100554
 
100489
100555
  .amis-scope .cxd-Image-thumb--fixed-size .cxd-Image-thumb > img {
@@ -100610,10 +100676,10 @@ title: Word Break
100610
100676
  background: #ffffff;
100611
100677
  border: 0.0625rem solid #e8e9eb;
100612
100678
  border-radius: 4px;
100613
- line-height: 1.4285714286;
100679
+ line-height: 1.5;
100614
100680
  padding: calc(
100615
100681
  (
100616
- 2rem - 1.4285714286 *
100682
+ 2rem - 1.5 *
100617
100683
  14px - 0.125rem
100618
100684
  ) / 2
100619
100685
  ) 0.625rem;
@@ -100630,7 +100696,7 @@ title: Word Break
100630
100696
  border: none;
100631
100697
  color: #151b26;
100632
100698
  width: 100%;
100633
- height: calc(1.4285714286 * 14px);
100699
+ height: calc(1.5 * 14px);
100634
100700
  }
100635
100701
 
100636
100702
  .amis-scope .cxd-InputBox input::placeholder {
@@ -100684,7 +100750,7 @@ title: Word Break
100684
100750
 
100685
100751
  .amis-scope .cxd-InputBox.is-disabled {
100686
100752
  color: #b8babf;
100687
- background: #f7f7f9;
100753
+ background: #f7f8fa;
100688
100754
  border-color: #e8e9eb;
100689
100755
  }
100690
100756
 
@@ -100763,10 +100829,10 @@ title: Word Break
100763
100829
  background: #ffffff;
100764
100830
  border: 0.0625rem solid #e8e9eb;
100765
100831
  border-radius: 4px;
100766
- line-height: 1.4285714286;
100832
+ line-height: 1.5;
100767
100833
  padding: calc(
100768
100834
  (
100769
- 2rem - 1.4285714286 *
100835
+ 2rem - 1.5 *
100770
100836
  14px - 0.125rem
100771
100837
  ) / 2
100772
100838
  ) 0.625rem;
@@ -101002,10 +101068,10 @@ title: Word Break
101002
101068
  background: #ffffff;
101003
101069
  border: 0.0625rem solid #e8e9eb;
101004
101070
  border-radius: 4px;
101005
- line-height: 1.4285714286;
101071
+ line-height: 1.5;
101006
101072
  padding: calc(
101007
101073
  (
101008
- 2rem - 1.4285714286 *
101074
+ 2rem - 1.5 *
101009
101075
  14px - 0.125rem
101010
101076
  ) / 2
101011
101077
  ) 0.625rem;
@@ -101028,7 +101094,7 @@ title: Word Break
101028
101094
  border: none;
101029
101095
  color: #151b26;
101030
101096
  width: 100%;
101031
- height: calc(1.4285714286 * 14px);
101097
+ height: calc(1.5 * 14px);
101032
101098
  }
101033
101099
 
101034
101100
  .amis-scope .cxd-ResultBox input::placeholder {
@@ -101080,9 +101146,10 @@ title: Word Break
101080
101146
 
101081
101147
  .amis-scope .cxd-ResultBox.is-disabled {
101082
101148
  color: #b8babf;
101083
- background: #f7f7f9;
101149
+ background: #f7f8fa;
101084
101150
  border-color: #e8e9eb;
101085
101151
  pointer-events: none;
101152
+ background: #f7f7f9;
101086
101153
  }
101087
101154
 
101088
101155
  .amis-scope .cxd-ResultBox.is-disabled div.cxd-ResultBox-value {
@@ -101195,7 +101262,7 @@ title: Word Break
101195
101262
  }
101196
101263
 
101197
101264
  .amis-scope .cxd-ResultBox-value {
101198
- background: #f7f7f9;
101265
+ background: #f7f8fa;
101199
101266
  color: #000;
101200
101267
  font-size: 14px;
101201
101268
  padding: 0 0.25rem;
@@ -101212,7 +101279,7 @@ title: Word Break
101212
101279
  .amis-scope .cxd-ResultBox-value > a {
101213
101280
  cursor: pointer;
101214
101281
  margin-left: 0.625rem;
101215
- color: #999;
101282
+ color: #b8babf;
101216
101283
  }
101217
101284
 
101218
101285
  .amis-scope .cxd-ResultBox-value > a:hover {
@@ -101269,7 +101336,7 @@ title: Word Break
101269
101336
  }
101270
101337
 
101271
101338
  .amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value {
101272
- background: #f7f7f9;
101339
+ background: #f7f8fa;
101273
101340
  }
101274
101341
 
101275
101342
  .amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value:hover {
@@ -101300,7 +101367,7 @@ title: Word Break
101300
101367
  }
101301
101368
 
101302
101369
  .amis-scope .cxd-ResultBox.is-mobile {
101303
- min-height: calc(1.4285714286 * 16px);
101370
+ min-height: calc(1.5 * 16px);
101304
101371
  border: none;
101305
101372
  padding: 0;
101306
101373
  font-size: 16px;
@@ -101367,7 +101434,7 @@ title: Word Break
101367
101434
  .amis-scope .cxd-SearchBox {
101368
101435
  display: inline-flex;
101369
101436
  flex-direction: row;
101370
- line-height: 1.4285714286;
101437
+ line-height: 1.5;
101371
101438
  font-size: 14px;
101372
101439
  flex-wrap: nowrap;
101373
101440
  align-items: center;
@@ -101424,18 +101491,18 @@ title: Word Break
101424
101491
  .amis-scope .cxd-SearchBox-activeBtn:hover,
101425
101492
  .amis-scope .cxd-SearchBox-searchBtn:hover,
101426
101493
  .amis-scope .cxd-SearchBox-cancelBtn:hover {
101427
- color: #528eff;
101494
+ color: #2468f2;
101428
101495
  }
101429
101496
 
101430
101497
  .amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-activeBtn,
101431
101498
  .amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-searchBtn,
101432
101499
  .amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-cancelBtn {
101433
- color: #f7f7f9;
101500
+ color: #f7f8fa;
101434
101501
  pointer-events: none;
101435
101502
  }
101436
101503
 
101437
101504
  .amis-scope .cxd-SearchBox.is-disabled {
101438
- background-color: #f7f7f9;
101505
+ background-color: #f7f8fa;
101439
101506
  cursor: not-allowed;
101440
101507
  }
101441
101508
 
@@ -101453,7 +101520,7 @@ title: Word Break
101453
101520
  background: transparent;
101454
101521
  color: #151b26;
101455
101522
  width: 0;
101456
- height: calc(1.4285714286 * 14px);
101523
+ height: calc(1.5 * 14px);
101457
101524
  }
101458
101525
 
101459
101526
  .amis-scope .cxd-SearchBox > input::placeholder {
@@ -101618,21 +101685,21 @@ title: Word Break
101618
101685
  .amis-scope .cxd-ListMenu-groupLabel {
101619
101686
  font-size: 12px;
101620
101687
  color: #b8babf;
101621
- padding: calc( ( 1.875rem - 1.4285714286 * 14px - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
101688
+ padding: calc( ( 1.875rem - 1.5 * 14px - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
101622
101689
  }
101623
101690
 
101624
101691
  .amis-scope .cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
101625
- border-top: 0.0625rem solid #f7f7f9;
101692
+ border-top: 0.0625rem solid #f7f8fa;
101626
101693
  }
101627
101694
 
101628
101695
  .amis-scope .cxd-ListMenu-item {
101629
101696
  display: flex;
101630
101697
  min-height: 1.875rem;
101631
- color: #333;
101632
- line-height: 1.4285714286;
101698
+ color: #151b26;
101699
+ line-height: 1.5;
101633
101700
  font-size: 14px;
101634
101701
  cursor: pointer;
101635
- padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
101702
+ padding: calc( ( 1.875rem - 1.5 * 14px ) / 2 ) 0.625rem;
101636
101703
  }
101637
101704
 
101638
101705
  .amis-scope .cxd-ListMenu-item.is-active {
@@ -101642,7 +101709,7 @@ title: Word Break
101642
101709
 
101643
101710
  .amis-scope .cxd-ListMenu-item.is-highlight {
101644
101711
  color: #151b26;
101645
- background: #eaf6fe;
101712
+ background: #e8e9eb;
101646
101713
  }
101647
101714
 
101648
101715
  .amis-scope .cxd-ListMenu-item.is-disabled {
@@ -101654,10 +101721,10 @@ title: Word Break
101654
101721
  display: block;
101655
101722
  min-height: 1.875rem;
101656
101723
  color: #b8babf;
101657
- line-height: 1.4285714286;
101724
+ line-height: 1.5;
101658
101725
  font-size: 14px;
101659
101726
  cursor: pointer;
101660
- padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
101727
+ padding: calc( ( 1.875rem - 1.5 * 14px ) / 2 ) 0.625rem;
101661
101728
  }
101662
101729
 
101663
101730
  .amis-scope .cxd-PopOver > .cxd-ListMenu {
@@ -101712,7 +101779,7 @@ title: Word Break
101712
101779
  .amis-scope .cxd-Log-operation > a {
101713
101780
  display: inline-flex;
101714
101781
  flex-direction: row;
101715
- line-height: 1.4285714286;
101782
+ line-height: 1.5;
101716
101783
  font-size: 14px;
101717
101784
  flex-wrap: nowrap;
101718
101785
  align-items: center;
@@ -102157,8 +102224,8 @@ title: Word Break
102157
102224
  }
102158
102225
 
102159
102226
  .amis-scope .cxd-Steps--ProgressDot .is-error .cxd-StepsItem-containerProgressDot {
102160
- background: #f33e3e;
102161
- border: 1px solid #f33e3e;
102227
+ background: #f23d3d;
102228
+ border: 1px solid #f23d3d;
102162
102229
  }
102163
102230
 
102164
102231
  .amis-scope .cxd-Steps--ProgressDot .is-process .cxd-StepsItem-containerProgressDot {
@@ -102179,9 +102246,9 @@ title: Word Break
102179
102246
  }
102180
102247
 
102181
102248
  .amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
102182
- background-color: #f33e3e;
102249
+ background-color: #f23d3d;
102183
102250
  color: #ffffff;
102184
- border: 1px solid #f33e3e;
102251
+ border: 1px solid #f23d3d;
102185
102252
  }
102186
102253
 
102187
102254
  .amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
@@ -102279,7 +102346,7 @@ title: Word Break
102279
102346
  right: -50%;
102280
102347
  bottom: -50%;
102281
102348
  left: -50%;
102282
- border: 0 solid #f7f7f9;
102349
+ border: 0 solid #f7f8fa;
102283
102350
  z-index: 1;
102284
102351
  transform: scale(0.5);
102285
102352
  }
@@ -102766,7 +102833,7 @@ title: Word Break
102766
102833
  border: 0.0625rem solid #e8e9eb;
102767
102834
  line-height: calc( 2rem - calc(
102768
102835
  (
102769
- 2rem - 1.4285714286 *
102836
+ 2rem - 1.5 *
102770
102837
  14px - 0.125rem
102771
102838
  ) / 2
102772
102839
  ) * 2 - 0.0625rem * 2 );
@@ -102774,7 +102841,7 @@ title: Word Break
102774
102841
  box-sizing: border-box;
102775
102842
  padding: calc(
102776
102843
  (
102777
- 2rem - 1.4285714286 *
102844
+ 2rem - 1.5 *
102778
102845
  14px - 0.125rem
102779
102846
  ) / 2
102780
102847
  ) 0.625rem;
@@ -102838,7 +102905,7 @@ title: Word Break
102838
102905
  .amis-scope .cxd-InputGroup .cxd-SelectControl .cxd-Select {
102839
102906
  background: #ffffff;
102840
102907
  border: 1px solid #e8e9eb;
102841
- color: #333;
102908
+ color: #151b26;
102842
102909
  }
102843
102910
 
102844
102911
  .amis-scope .cxd-InputGroup .cxd-SelectControl:not(:last-child) .cxd-Select {
@@ -102867,7 +102934,7 @@ title: Word Break
102867
102934
  }
102868
102935
 
102869
102936
  .amis-scope .cxd-InputGroup .cxd-Select-arrow {
102870
- color: #999;
102937
+ color: #84878c;
102871
102938
  }
102872
102939
 
102873
102940
  .amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-addOn,
@@ -102878,7 +102945,7 @@ title: Word Break
102878
102945
  }
102879
102946
 
102880
102947
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select {
102881
- background: #eaf6fe;
102948
+ background: #e6f0ff;
102882
102949
  }
102883
102950
 
102884
102951
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select {
@@ -102916,10 +102983,10 @@ title: Word Break
102916
102983
  background: #ffffff;
102917
102984
  border: 0.0625rem solid #e8e9eb;
102918
102985
  border-radius: 4px;
102919
- line-height: 1.4285714286;
102986
+ line-height: 1.5;
102920
102987
  padding: calc(
102921
102988
  (
102922
- 2rem - 1.4285714286 *
102989
+ 2rem - 1.5 *
102923
102990
  14px - 0.125rem
102924
102991
  ) / 2
102925
102992
  ) 0.625rem;
@@ -102936,7 +103003,7 @@ title: Word Break
102936
103003
  border: none;
102937
103004
  color: #151b26;
102938
103005
  width: 100%;
102939
- height: calc(1.4285714286 * 14px);
103006
+ height: calc(1.5 * 14px);
102940
103007
  }
102941
103008
 
102942
103009
  .amis-scope .cxd-TextControl-input input::placeholder {
@@ -102977,7 +103044,7 @@ title: Word Break
102977
103044
 
102978
103045
  .amis-scope .cxd-TextControl.is-disabled > .cxd-TextControl-input {
102979
103046
  color: #b8babf;
102980
- background: #f7f7f9;
103047
+ background: #f7f8fa;
102981
103048
  border-color: #e8e9eb;
102982
103049
  transition: all 0s;
102983
103050
  }
@@ -102987,7 +103054,7 @@ title: Word Break
102987
103054
  }
102988
103055
 
102989
103056
  .amis-scope .cxd-TextControl-spinner {
102990
- line-height: calc( 1.4285714286 * 14px );
103057
+ line-height: calc( 1.5 * 14px );
102991
103058
  }
102992
103059
 
102993
103060
  .amis-scope .cxd-TextControl-clear {
@@ -103043,12 +103110,12 @@ title: Word Break
103043
103110
  left: 0.625rem;
103044
103111
  top: calc(
103045
103112
  (
103046
- 2rem - 1.4285714286 *
103113
+ 2rem - 1.5 *
103047
103114
  14px - 0.125rem
103048
103115
  ) / 2
103049
103116
  );
103050
103117
  margin-top: calc(2 * 0.0625rem);
103051
- line-height: 1.4285714286;
103118
+ line-height: 1.5;
103052
103119
  }
103053
103120
 
103054
103121
  .amis-scope .cxd-TextControl--withAddOn {
@@ -103096,7 +103163,7 @@ title: Word Break
103096
103163
  padding-left: 0.625rem;
103097
103164
  padding-right: 0.625rem;
103098
103165
  background: #ffffff;
103099
- color: #666;
103166
+ color: #151b26;
103100
103167
  border-color: #e8e9eb;
103101
103168
  border-style: solid;
103102
103169
  border-width: 0.0625rem 0;
@@ -103188,7 +103255,7 @@ title: Word Break
103188
103255
  }
103189
103256
 
103190
103257
  .amis-scope .cxd-TextControl-sugItem {
103191
- padding: calc( ( 2rem - 1.4285714286 * 14px - 0.125rem ) / 2 ) 0.75rem;
103258
+ padding: calc( ( 2rem - 1.5 * 14px - 0.125rem ) / 2 ) 0.75rem;
103192
103259
  }
103193
103260
 
103194
103261
  .amis-scope .cxd-TextControl-sugItem svg {
@@ -103213,7 +103280,7 @@ title: Word Break
103213
103280
 
103214
103281
  .amis-scope .cxd-TextControl-value {
103215
103282
  user-select: none;
103216
- line-height: calc( 1.4285714286 * 14px );
103283
+ line-height: calc( 1.5 * 14px );
103217
103284
  vertical-align: middle;
103218
103285
  display: inline-block;
103219
103286
  }
@@ -103223,7 +103290,7 @@ title: Word Break
103223
103290
  min-height: 2rem;
103224
103291
  padding: calc(calc(
103225
103292
  (
103226
- 2rem - 1.4285714286 *
103293
+ 2rem - 1.5 *
103227
103294
  14px - 0.125rem
103228
103295
  ) / 2
103229
103296
  ) - 0.125rem) calc(0.625rem - 0.1875rem);
@@ -103248,9 +103315,9 @@ title: Word Break
103248
103315
 
103249
103316
  .amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-value {
103250
103317
  white-space: nowrap;
103251
- line-height: calc( 1.4285714286 * 14px - 0.125rem );
103318
+ line-height: calc( 1.5 * 14px - 0.125rem );
103252
103319
  font-size: 12px;
103253
- background: #f7f7f9;
103320
+ background: #f7f8fa;
103254
103321
  border-radius: 0.125rem;
103255
103322
  margin: 2px 3px;
103256
103323
  display: flex;
@@ -103324,10 +103391,10 @@ title: Word Break
103324
103391
  background: #ffffff;
103325
103392
  border: 0.0625rem solid #e8e9eb;
103326
103393
  border-radius: 4px;
103327
- line-height: 1.4285714286;
103394
+ line-height: 1.5;
103328
103395
  padding: calc(
103329
103396
  (
103330
- 2rem - 1.4285714286 *
103397
+ 2rem - 1.5 *
103331
103398
  14px - 0.125rem
103332
103399
  ) / 2
103333
103400
  ) 0.625rem;
@@ -103344,7 +103411,7 @@ title: Word Break
103344
103411
  border: none;
103345
103412
  color: #151b26;
103346
103413
  width: 100%;
103347
- height: calc(1.4285714286 * 14px);
103414
+ height: calc(1.5 * 14px);
103348
103415
  }
103349
103416
 
103350
103417
  .amis-scope .cxd-TextareaControl-input input::placeholder {
@@ -103385,7 +103452,7 @@ title: Word Break
103385
103452
 
103386
103453
  .amis-scope .cxd-TextareaControl.is-disabled > .cxd-TextareaControl-input {
103387
103454
  color: #b8babf;
103388
- background: #f7f7f9;
103455
+ background: #f7f8fa;
103389
103456
  border-color: #e8e9eb;
103390
103457
  transition: all 0s;
103391
103458
  }
@@ -103395,7 +103462,7 @@ title: Word Break
103395
103462
  }
103396
103463
 
103397
103464
  .amis-scope .cxd-TextareaControl-spinner {
103398
- line-height: calc( 1.4285714286 * 14px );
103465
+ line-height: calc( 1.5 * 14px );
103399
103466
  }
103400
103467
 
103401
103468
  .amis-scope .cxd-TextareaControl-clear {
@@ -103448,7 +103515,7 @@ title: Word Break
103448
103515
  background: #ffffff;
103449
103516
  padding: calc(
103450
103517
  (
103451
- 2rem - 1.4285714286 *
103518
+ 2rem - 1.5 *
103452
103519
  14px - 0.125rem
103453
103520
  ) / 2
103454
103521
  ) 0.625rem;
@@ -103457,7 +103524,7 @@ title: Word Break
103457
103524
  font-size: 14px;
103458
103525
  display: block;
103459
103526
  width: 100%;
103460
- line-height: 1.4285714286;
103527
+ line-height: 1.5;
103461
103528
  outline: none;
103462
103529
  resize: vertical;
103463
103530
  }
@@ -103487,7 +103554,7 @@ title: Word Break
103487
103554
  right: 1.0625rem;
103488
103555
  padding-bottom: calc(
103489
103556
  (
103490
- 2rem - 1.4285714286 *
103557
+ 2rem - 1.5 *
103491
103558
  14px - 0.125rem
103492
103559
  ) / 2
103493
103560
  );
@@ -103517,13 +103584,13 @@ title: Word Break
103517
103584
  position: absolute;
103518
103585
  right: calc(
103519
103586
  (
103520
- 2rem - 1.4285714286 *
103587
+ 2rem - 1.5 *
103521
103588
  14px - 0.125rem
103522
103589
  ) / 2
103523
103590
  );
103524
103591
  top: calc(
103525
103592
  (
103526
- 2rem - 1.4285714286 *
103593
+ 2rem - 1.5 *
103527
103594
  14px - 0.125rem
103528
103595
  ) / 2
103529
103596
  );
@@ -103703,17 +103770,17 @@ title: Word Break
103703
103770
 
103704
103771
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled] + i {
103705
103772
  border-color: #e8e9eb;
103706
- background: #f7f7f9;
103773
+ background: #f7f8fa;
103707
103774
  }
103708
103775
 
103709
103776
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled]:checked + i:before {
103710
103777
  border-color: #b8babf;
103711
- background: #f7f7f9;
103778
+ background: #f7f8fa;
103712
103779
  }
103713
103780
 
103714
103781
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
103715
103782
  border-color: #e8e9eb;
103716
- background: #f7f7f9;
103783
+ background: #f7f8fa;
103717
103784
  }
103718
103785
 
103719
103786
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox > i {
@@ -103762,7 +103829,7 @@ title: Word Break
103762
103829
  .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
103763
103830
  width: 0.5rem;
103764
103831
  height: 0.5rem;
103765
- background: #f7f7f9;
103832
+ background: #f7f8fa;
103766
103833
  }
103767
103834
 
103768
103835
  .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox {
@@ -103872,9 +103939,12 @@ title: Word Break
103872
103939
  }
103873
103940
 
103874
103941
  .amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:hover {
103875
- border-color: #2468f2;
103876
- color: #2468f2;
103877
- box-shadow: -1px 0 0 0 #2468f2;
103942
+ border-color: #2468f2
103943
+ --menu-hover-bg-color: #e6f0ff;
103944
+ color: #2468f2
103945
+ --menu-hover-bg-color: #e6f0ff;
103946
+ box-shadow: -1px 0 0 0 #2468f2
103947
+ --menu-hover-bg-color: #e6f0ff;
103878
103948
  }
103879
103949
 
103880
103950
  .amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:active {
@@ -103893,7 +103963,7 @@ title: Word Break
103893
103963
  }
103894
103964
 
103895
103965
  .amis-scope .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox {
103896
- background: #f7f7f9;
103966
+ background: #f7f8fa;
103897
103967
  border-color: #e8e9eb !important;
103898
103968
  }
103899
103969
 
@@ -103954,7 +104024,7 @@ title: Word Break
103954
104024
  }
103955
104025
 
103956
104026
  .amis-scope .cxd-Checkbox--radio.cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--full i {
103957
- background: #f7f7f9;
104027
+ background: #f7f8fa;
103958
104028
  border: 1px solid #e8e9eb;
103959
104029
  }
103960
104030
 
@@ -104018,7 +104088,7 @@ title: Word Break
104018
104088
  display: block;
104019
104089
  margin-bottom: calc(
104020
104090
  (
104021
- 2rem - 1.4285714286 *
104091
+ 2rem - 1.5 *
104022
104092
  14px
104023
104093
  ) / 2
104024
104094
  );
@@ -104031,7 +104101,7 @@ title: Word Break
104031
104101
 
104032
104102
  .amis-scope .cxd-RadiosControl .cxd-Checkbox--button--disabled--unchecked,
104033
104103
  .amis-scope .cxd-CheckboxesControl .cxd-Checkbox--button--disabled--unchecked {
104034
- background: #f7f7f9;
104104
+ background: #f7f8fa;
104035
104105
  }
104036
104106
 
104037
104107
  .amis-scope .cxd-RadiosControl .cxd-Checkbox--button-checked:active,
@@ -104073,9 +104143,9 @@ title: Word Break
104073
104143
 
104074
104144
  .amis-scope .cxd-Selection > .cxd-Checkbox {
104075
104145
  display: block;
104076
- line-height: 1.4285714286;
104146
+ line-height: 1.5;
104077
104147
  font-size: 14px;
104078
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) calc(0.5rem + 1rem);
104148
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem calc( ( 2rem - 1.5 * 14px ) / 2 ) calc(0.5rem + 1rem);
104079
104149
  }
104080
104150
 
104081
104151
  .amis-scope .cxd-Selection--inline > .cxd-Checkbox {
@@ -104099,6 +104169,7 @@ title: Word Break
104099
104169
 
104100
104170
  .amis-scope .cxd-GroupedSelection {
104101
104171
  max-height: 18.75rem;
104172
+ height: 100%;
104102
104173
  overflow: auto;
104103
104174
  user-select: none;
104104
104175
  padding: 0.25rem 0;
@@ -104112,9 +104183,9 @@ title: Word Break
104112
104183
 
104113
104184
  .amis-scope .cxd-GroupedSelection-item {
104114
104185
  display: flex;
104115
- line-height: 1.4285714286;
104186
+ line-height: 1.5;
104116
104187
  font-size: 14px;
104117
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
104188
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
104118
104189
  flex-direction: row;
104119
104190
  cursor: pointer;
104120
104191
  user-select: none;
@@ -104129,11 +104200,12 @@ title: Word Break
104129
104200
  }
104130
104201
 
104131
104202
  .amis-scope .cxd-GroupedSelection-item:hover {
104132
- background: #f7f7f9;
104203
+ background: #f7f8fa;
104133
104204
  }
104134
104205
 
104135
104206
  .amis-scope .cxd-GroupedSelection-item:hover i {
104136
- border: 1px solid #2468f2;
104207
+ border: 1px solid #2468f2
104208
+ --menu-hover-bg-color: #e6f0ff;
104137
104209
  }
104138
104210
 
104139
104211
  .amis-scope .cxd-GroupedSelection-item.is-disabled {
@@ -104154,11 +104226,15 @@ title: Word Break
104154
104226
  white-space: nowrap;
104155
104227
  }
104156
104228
 
104229
+ .amis-scope .cxd-GroupedSelection-itemLabel span.is-invalid {
104230
+ color: #f23d3d;
104231
+ }
104232
+
104157
104233
  .amis-scope .cxd-GroupedSelection-placeholder {
104158
104234
  height: 2rem;
104159
- line-height: 1.4285714286;
104235
+ line-height: 1.5;
104160
104236
  font-size: 14px;
104161
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
104237
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
104162
104238
  color: #b8babf;
104163
104239
  height: 100%;
104164
104240
  display: flex;
@@ -104166,10 +104242,26 @@ title: Word Break
104166
104242
  justify-content: center;
104167
104243
  }
104168
104244
 
104245
+ .amis-scope .cxd-TableSelection {
104246
+ position: relative;
104247
+ height: 100%;
104248
+ }
104249
+
104169
104250
  .amis-scope .cxd-TableSelection .cxd-Table-content {
104170
104251
  border-top: 0.0625rem solid #e8e9eb;
104171
104252
  }
104172
104253
 
104254
+ .amis-scope .cxd-TableSelection .cxd-Table-content.is-virtual {
104255
+ height: 100%;
104256
+ display: flex;
104257
+ flex-direction: column;
104258
+ }
104259
+
104260
+ .amis-scope .cxd-TableSelection .cxd-Table-content.is-virtual .cxd-Table-content-virtual {
104261
+ flex: 1;
104262
+ position: relative;
104263
+ }
104264
+
104173
104265
  .amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
104174
104266
  cursor: pointer;
104175
104267
  }
@@ -104251,7 +104343,7 @@ title: Word Break
104251
104343
  }
104252
104344
 
104253
104345
  .amis-scope .cxd-TreeSelection-itemInner:hover {
104254
- background: #f7f7f9;
104346
+ background: #f7f8fa;
104255
104347
  }
104256
104348
 
104257
104349
  .amis-scope .cxd-TreeSelection-itemInner.is-active {
@@ -104277,9 +104369,9 @@ title: Word Break
104277
104369
 
104278
104370
  .amis-scope .cxd-TreeSelection-placeholder {
104279
104371
  height: 2rem;
104280
- line-height: 1.4285714286;
104372
+ line-height: 1.5;
104281
104373
  font-size: 14px;
104282
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
104374
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
104283
104375
  color: #b8babf;
104284
104376
  }
104285
104377
 
@@ -104290,6 +104382,7 @@ title: Word Break
104290
104382
  }
104291
104383
 
104292
104384
  .amis-scope .cxd-ChainedSelection-col {
104385
+ position: relative;
104293
104386
  flex-grow: 1;
104294
104387
  min-width: 150px;
104295
104388
  }
@@ -104306,9 +104399,9 @@ title: Word Break
104306
104399
 
104307
104400
  .amis-scope .cxd-ChainedSelection-item {
104308
104401
  display: flex;
104309
- line-height: 1.4285714286;
104402
+ line-height: 1.5;
104310
104403
  font-size: 14px;
104311
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
104404
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
104312
104405
  flex-direction: row;
104313
104406
  cursor: pointer;
104314
104407
  user-select: none;
@@ -104324,7 +104417,7 @@ title: Word Break
104324
104417
  }
104325
104418
 
104326
104419
  .amis-scope .cxd-ChainedSelection-item:hover {
104327
- background: #f7f7f9;
104420
+ background: #f7f8fa;
104328
104421
  }
104329
104422
 
104330
104423
  .amis-scope .cxd-ChainedSelection-item.is-disabled {
@@ -104341,11 +104434,15 @@ title: Word Break
104341
104434
  vertical-align: middle;
104342
104435
  }
104343
104436
 
104437
+ .amis-scope .cxd-ChainedSelection-itemLabel span.is-invalid {
104438
+ color: #f23d3d;
104439
+ }
104440
+
104344
104441
  .amis-scope .cxd-ChainedSelection-placeholder {
104345
104442
  height: 2rem;
104346
- line-height: 1.4285714286;
104443
+ line-height: 1.5;
104347
104444
  font-size: 14px;
104348
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
104445
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
104349
104446
  color: #b8babf;
104350
104447
  }
104351
104448
 
@@ -104356,6 +104453,7 @@ title: Word Break
104356
104453
 
104357
104454
  .amis-scope .cxd-AssociatedSelection-left,
104358
104455
  .amis-scope .cxd-AssociatedSelection-right {
104456
+ position: relative;
104359
104457
  flex-grow: 1;
104360
104458
  width: 0;
104361
104459
  min-height: 12.5rem;
@@ -104363,6 +104461,12 @@ title: Word Break
104363
104461
  overflow: auto;
104364
104462
  }
104365
104463
 
104464
+ .amis-scope .cxd-AssociatedSelection-left > .cxd-GroupedSelection,
104465
+ .amis-scope .cxd-AssociatedSelection-right > .cxd-GroupedSelection {
104466
+ padding: 0;
104467
+ max-height: 100%;
104468
+ }
104469
+
104366
104470
  .amis-scope .cxd-AssociatedSelection-left {
104367
104471
  border-right: 1px solid #e8e9eb;
104368
104472
  }
@@ -104378,7 +104482,7 @@ title: Word Break
104378
104482
  }
104379
104483
 
104380
104484
  .amis-scope .cxd-AssociatedSelection-box {
104381
- line-height: 1.4285714286;
104485
+ line-height: 1.5;
104382
104486
  font-size: 12px;
104383
104487
  color: #b8babf;
104384
104488
  flex-grow: 1;
@@ -104420,10 +104524,10 @@ title: Word Break
104420
104524
  vertical-align: top;
104421
104525
  border: 0.0625rem solid #e8e9eb;
104422
104526
  border-radius: 4px;
104423
- line-height: 1.4285714286;
104527
+ line-height: 1.5;
104424
104528
  padding: calc(
104425
104529
  (
104426
- 2rem - 1.4285714286 *
104530
+ 2rem - 1.5 *
104427
104531
  14px - 0.125rem
104428
104532
  ) / 2
104429
104533
  ) 0.625rem;
@@ -104459,10 +104563,10 @@ title: Word Break
104459
104563
  vertical-align: top;
104460
104564
  border: 0.0625rem solid #e8e9eb;
104461
104565
  border-radius: 4px;
104462
- line-height: 1.4285714286;
104566
+ line-height: 1.5;
104463
104567
  padding: calc(
104464
104568
  (
104465
- 2rem - 1.4285714286 *
104569
+ 2rem - 1.5 *
104466
104570
  14px - 0.125rem
104467
104571
  ) / 2
104468
104572
  ) 0.625rem;
@@ -104681,7 +104785,7 @@ title: Word Break
104681
104785
  display: inline-block;
104682
104786
  vertical-align: middle;
104683
104787
  background: #ffffff;
104684
- border: 1px solid #d4d6d9;
104788
+ border: 1px solid #e8e9eb;
104685
104789
  border-radius: 4px;
104686
104790
  overflow: hidden;
104687
104791
  }
@@ -104696,10 +104800,6 @@ title: Word Break
104696
104800
  border-color: transparent !important;
104697
104801
  }
104698
104802
 
104699
- .amis-scope .cxd-Number.no-steps > .cxd-Number-handler-wrap {
104700
- display: none;
104701
- }
104702
-
104703
104803
  .amis-scope .cxd-Number-focused {
104704
104804
  border-color: #144bcc;
104705
104805
  box-shadow: none;
@@ -104731,6 +104831,10 @@ title: Word Break
104731
104831
  display: block;
104732
104832
  }
104733
104833
 
104834
+ .amis-scope .cxd-Number.no-steps > .cxd-Number-handler-wrap {
104835
+ display: none;
104836
+ }
104837
+
104734
104838
  .amis-scope .cxd-Number-disabled:hover {
104735
104839
  border-color: #e8e9eb;
104736
104840
  }
@@ -104756,9 +104860,14 @@ title: Word Break
104756
104860
  padding: 0 0.75rem;
104757
104861
  }
104758
104862
 
104863
+ .amis-scope .cxd-Number-input::placeholder {
104864
+ color: #b8babf;
104865
+ user-select: none;
104866
+ }
104867
+
104759
104868
  .amis-scope .cxd-Number-handler {
104760
104869
  background: #ffffff;
104761
- color: #666;
104870
+ color: #151b26;
104762
104871
  font-family: "iconfont";
104763
104872
  font-size: 12px;
104764
104873
  }
@@ -104770,7 +104879,7 @@ title: Word Break
104770
104879
  }
104771
104880
 
104772
104881
  .amis-scope .cxd-Number-handler:hover:active {
104773
- background: #f3f9fe;
104882
+ background: #ffffff;
104774
104883
  }
104775
104884
 
104776
104885
  .amis-scope .cxd-Number-handler-up-inner {
@@ -104799,15 +104908,16 @@ title: Word Break
104799
104908
  }
104800
104909
 
104801
104910
  .amis-scope .cxd-Number-handler-up {
104802
- border-bottom: 0px;
104911
+ border-bottom: 0px solid
104912
+ #e8e9eb;
104803
104913
  padding-top: 0.0625rem;
104804
104914
  }
104805
104915
 
104806
104916
  .amis-scope .cxd-Number-handler-down-disabled,
104807
104917
  .amis-scope .cxd-Number-handler-up-disabled {
104808
- background: #f5f5f5;
104918
+ background: #f7f8fa;
104809
104919
  pointer-events: none;
104810
- color: #999;
104920
+ color: #b8babf;
104811
104921
  }
104812
104922
 
104813
104923
  .amis-scope .cxd-Number-disabled {
@@ -104820,7 +104930,7 @@ title: Word Break
104820
104930
  border-top-right-radius: 0px;
104821
104931
  border-bottom-right-radius: 0px;
104822
104932
  color: #b8babf;
104823
- background: #f7f7f9;
104933
+ background: #f7f8fa;
104824
104934
  border-color: #e8e9eb;
104825
104935
  }
104826
104936
 
@@ -104831,7 +104941,7 @@ title: Word Break
104831
104941
  .amis-scope .cxd-Number-disabled .cxd-Number-handler {
104832
104942
  cursor: not-allowed;
104833
104943
  color: #b8babf;
104834
- background: #f7f7f9;
104944
+ background: #f7f8fa;
104835
104945
  border-color: #e8e9eb;
104836
104946
  opacity: 0.72;
104837
104947
  }
@@ -104842,7 +104952,7 @@ title: Word Break
104842
104952
  }
104843
104953
 
104844
104954
  .amis-scope .cxd-Number-disabled .cxd-Number-handler:hover:active {
104845
- background: #f7f7f9;
104955
+ background: #f7f8fa;
104846
104956
  }
104847
104957
 
104848
104958
  .amis-scope .cxd-NumberControl:not(.is-inline) > .cxd-Number {
@@ -104936,26 +105046,26 @@ title: Word Break
104936
105046
 
104937
105047
  .amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-min,
104938
105048
  .amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-max {
104939
- background: #f5f5f5;
105049
+ background: #f7f8fa;
104940
105050
  pointer-events: none;
104941
- color: #999;
105051
+ color: #b8babf;
104942
105052
  }
104943
105053
 
104944
105054
  .amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-min:hover,
104945
105055
  .amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-max:hover {
104946
- background: #f5f5f5;
104947
- color: #999;
105056
+ background: #f7f8fa;
105057
+ color: #b8babf;
104948
105058
  }
104949
105059
 
104950
105060
  .amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-disabled {
104951
- background: #f7f7f9;
105061
+ background: #f7f8fa;
104952
105062
  color: #b4b6ba;
104953
105063
  cursor: not-allowed;
104954
105064
  }
104955
105065
 
104956
105066
  .amis-scope .cxd-Number--enhance .cxd-Number--enhance-border-disabled:hover {
104957
105067
  cursor: not-allowed;
104958
- background: #f7f7f9;
105068
+ background: #f7f8fa;
104959
105069
  color: #b4b6ba;
104960
105070
  }
104961
105071
 
@@ -105004,7 +105114,7 @@ title: Word Break
105004
105114
  background: #ffffff;
105005
105115
  border-radius: 4px;
105006
105116
  min-height: 2rem;
105007
- padding: calc( ( 2rem - 1.4285714286 * 14px - 1px * 2 ) / 2 ) 0 calc( ( 2rem - 1.4285714286 * 14px - 1px * 2 ) / 2 ) 0.625rem;
105117
+ padding: calc( ( 2rem - 1.5 * 14px - 1px * 2 ) / 2 ) 0 calc( ( 2rem - 1.5 * 14px - 1px * 2 ) / 2 ) 0.625rem;
105008
105118
  cursor: pointer;
105009
105119
  color: #151b26;
105010
105120
  }
@@ -105014,7 +105124,7 @@ title: Word Break
105014
105124
  }
105015
105125
 
105016
105126
  .amis-scope .cxd-Select:hover {
105017
- background: #ffffff;
105127
+ background: (--colors-neutral-fill-11);
105018
105128
  border-color: #2468f2;
105019
105129
  }
105020
105130
 
@@ -105028,7 +105138,7 @@ title: Word Break
105028
105138
 
105029
105139
  .amis-scope .cxd-Select.is-disabled {
105030
105140
  color: #b8babf;
105031
- background: #f7f7f9;
105141
+ background: #f7f8fa;
105032
105142
  border-color: #e8e9eb;
105033
105143
  }
105034
105144
 
@@ -105078,14 +105188,14 @@ title: Word Break
105078
105188
  }
105079
105189
 
105080
105190
  .amis-scope .cxd-Select-placeholder {
105081
- color: #999;
105082
- line-height: 1.4285714286;
105191
+ color: #b8babf;
105192
+ line-height: 1.5;
105083
105193
  user-select: none;
105084
105194
  white-space: nowrap;
105085
105195
  }
105086
105196
 
105087
105197
  .amis-scope .cxd-Select-value {
105088
- line-height: calc( 1.4285714286 * 14px );
105198
+ line-height: calc( 1.5 * 14px );
105089
105199
  white-space: nowrap;
105090
105200
  max-width: 100%;
105091
105201
  overflow: hidden;
@@ -105124,11 +105234,11 @@ title: Word Break
105124
105234
  position: static;
105125
105235
  white-space: normal;
105126
105236
  user-select: none;
105127
- line-height: calc( 1.4285714286 * 14px - 0.125rem );
105237
+ line-height: calc( 1.5 * 14px - 0.125rem );
105128
105238
  display: inline-block;
105129
105239
  vertical-align: middle;
105130
105240
  font-size: 12px;
105131
- background: #f7f7f9;
105241
+ background: #f7f8fa;
105132
105242
  border: 0.0625rem solid #f2f3f5;
105133
105243
  border-radius: 0.125rem;
105134
105244
  margin-right: 0.25rem;
@@ -105196,7 +105306,7 @@ title: Word Break
105196
105306
  }
105197
105307
 
105198
105308
  .amis-scope .cxd-Select.is-mobile {
105199
- min-height: calc(1.4285714286 * 16px);
105309
+ min-height: calc(1.5 * 16px);
105200
105310
  border: none;
105201
105311
  padding: 0;
105202
105312
  font-size: 16px;
@@ -105270,7 +105380,7 @@ title: Word Break
105270
105380
 
105271
105381
  .amis-scope .cxd-Select-option {
105272
105382
  cursor: pointer;
105273
- padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
105383
+ padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
105274
105384
  display: flex;
105275
105385
  }
105276
105386
 
@@ -105343,11 +105453,11 @@ title: Word Break
105343
105453
  }
105344
105454
 
105345
105455
  .amis-scope .cxd-Select-noResult {
105346
- color: #999;
105347
- line-height: 1.4285714286;
105456
+ color: #b8babf;
105457
+ line-height: 1.5;
105348
105458
  font-size: 12px;
105349
105459
  user-select: none;
105350
- padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
105460
+ padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
105351
105461
  }
105352
105462
 
105353
105463
  .amis-scope .cxd-Select-option-hl {
@@ -105357,7 +105467,7 @@ title: Word Break
105357
105467
  .amis-scope .cxd-Select-addBtn {
105358
105468
  display: block;
105359
105469
  cursor: pointer;
105360
- padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
105470
+ padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
105361
105471
  }
105362
105472
 
105363
105473
  .amis-scope .cxd-Select-addBtn:hover {
@@ -105377,7 +105487,7 @@ title: Word Break
105377
105487
  }
105378
105488
 
105379
105489
  .amis-scope .cxd-Select-spinner {
105380
- line-height: calc( 1.4285714286 * 14px );
105490
+ line-height: calc( 1.5 * 14px );
105381
105491
  }
105382
105492
 
105383
105493
  .amis-scope .cxd-Select-clear {
@@ -105412,18 +105522,18 @@ title: Word Break
105412
105522
  align-items: center;
105413
105523
  overflow-x: hidden;
105414
105524
  overflow-y: auto;
105415
- max-height: calc( ( 1.4285714286 * 14px - 0.125rem + 0.25rem ) * 5 );
105525
+ max-height: calc( ( 1.5 * 14px - 0.125rem + 0.25rem ) * 5 );
105416
105526
  }
105417
105527
 
105418
105528
  .amis-scope .cxd-Select-overflow-wrapper .cxd-Select-value {
105419
105529
  position: static;
105420
105530
  white-space: normal;
105421
105531
  user-select: none;
105422
- line-height: calc( 1.4285714286 * 14px - 0.125rem );
105532
+ line-height: calc( 1.5 * 14px - 0.125rem );
105423
105533
  display: inline-block;
105424
105534
  vertical-align: middle;
105425
105535
  font-size: 12px;
105426
- background: #f7f7f9;
105536
+ background: #f7f8fa;
105427
105537
  border: 0.0625rem solid #f2f3f5;
105428
105538
  border-radius: 0.125rem;
105429
105539
  margin-right: 0.25rem;
@@ -105462,7 +105572,8 @@ title: Word Break
105462
105572
  background: #ffffff;
105463
105573
  color: #151b26;
105464
105574
  border: 0px solid #144bcc;
105465
- box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
105575
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
105576
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
105466
105577
  border-top-left-radius: 0;
105467
105578
  border-top-right-radius: 0;
105468
105579
  }
@@ -105491,7 +105602,7 @@ title: Word Break
105491
105602
 
105492
105603
  .amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:hover .cxd-Tree-itemText,
105493
105604
  .amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:hover .cxd-Tree-itemText {
105494
- background: #f7f7f9;
105605
+ background: #f7f8fa;
105495
105606
  }
105496
105607
 
105497
105608
  .amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:active,
@@ -105542,9 +105653,9 @@ title: Word Break
105542
105653
 
105543
105654
  .amis-scope .cxd-Selections-title {
105544
105655
  height: 2rem;
105545
- background: #f7f7f9;
105656
+ background: #f7f8fa;
105546
105657
  font-size: 14px;
105547
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
105658
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
105548
105659
  }
105549
105660
 
105550
105661
  .amis-scope .cxd-Selections-placeholder {
@@ -105568,10 +105679,10 @@ title: Word Break
105568
105679
  display: flex;
105569
105680
  flex-direction: row;
105570
105681
  height: 2rem;
105571
- line-height: 1.4285714286;
105682
+ line-height: 1.5;
105572
105683
  font-size: 14px;
105573
105684
  align-items: center;
105574
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
105685
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
105575
105686
  }
105576
105687
 
105577
105688
  .amis-scope .cxd-Selections-item > label {
@@ -105579,6 +105690,10 @@ title: Word Break
105579
105690
  flex-grow: 1;
105580
105691
  }
105581
105692
 
105693
+ .amis-scope .cxd-Selections-item > label.is-invalid {
105694
+ color: #f23d3d;
105695
+ }
105696
+
105582
105697
  .amis-scope .cxd-Selections-item > .cxd-Selections-dragbar {
105583
105698
  top: 0;
105584
105699
  width: 1.25rem;
@@ -105598,7 +105713,7 @@ title: Word Break
105598
105713
  }
105599
105714
 
105600
105715
  .amis-scope .cxd-Selections-delBtn:hover {
105601
- color: #528eff;
105716
+ color: #2468f2;
105602
105717
  }
105603
105718
 
105604
105719
  .amis-scope .cxd-Selections-delBtn > svg {
@@ -105626,9 +105741,9 @@ title: Word Break
105626
105741
  vertical-align: middle;
105627
105742
  margin: calc(0.625rem / 2);
105628
105743
  border: 1px solid #e8e9eb;
105629
- background: var(--Button--default-bg);
105744
+ background: #ffffff;
105630
105745
  padding: 0.375rem 0.625rem;
105631
- color: var(--Button--default-color);
105746
+ color: #151b26;
105632
105747
  transition: none;
105633
105748
  max-width: calc(12.5rem + 2 * 0.625rem);
105634
105749
  border-radius: 4px;
@@ -105636,7 +105751,7 @@ title: Word Break
105636
105751
 
105637
105752
  .amis-scope .cxd-ListControl-item .b-inherit,
105638
105753
  .amis-scope .cxd-ListControl-static-item .b-inherit {
105639
- border-color: var(--Button--default-color);
105754
+ border-color: #151b26;
105640
105755
  }
105641
105756
 
105642
105757
  .amis-scope .cxd-ListControl-itemImage,
@@ -105672,7 +105787,7 @@ title: Word Break
105672
105787
  }
105673
105788
 
105674
105789
  .amis-scope .cxd-ListControl-item:hover {
105675
- background: var(--Button--default-onHover-bg);
105790
+ background: #ffffff;
105676
105791
  border-color: #2468f2;
105677
105792
  color: #2468f2;
105678
105793
  }
@@ -105747,7 +105862,7 @@ title: Word Break
105747
105862
  font-size: 12px;
105748
105863
  padding: calc(
105749
105864
  (
105750
- 2rem - 1.4285714286 *
105865
+ 2rem - 1.5 *
105751
105866
  12px
105752
105867
  ) / 2 - 1px
105753
105868
  ) 0.75rem;
@@ -105787,7 +105902,7 @@ title: Word Break
105787
105902
  }
105788
105903
 
105789
105904
  .amis-scope .cxd-LocationPicker-placeholder {
105790
- color: #999;
105905
+ color: #b8babf;
105791
105906
  user-select: none;
105792
105907
  margin-right: 0.75rem;
105793
105908
  flex-basis: 0;
@@ -105802,7 +105917,7 @@ title: Word Break
105802
105917
 
105803
105918
  .amis-scope .cxd-LocationPicker-toggler {
105804
105919
  cursor: pointer;
105805
- color: #666;
105920
+ color: #84878c;
105806
105921
  }
105807
105922
 
105808
105923
  .amis-scope .cxd-LocationPicker-toggler:hover {
@@ -105891,7 +106006,7 @@ title: Word Break
105891
106006
 
105892
106007
  .amis-scope .cxd-MapPicker-sugItem {
105893
106008
  cursor: pointer;
105894
- padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
106009
+ padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
105895
106010
  }
105896
106011
 
105897
106012
  .amis-scope .cxd-MapPicker-sugItem:hover {
@@ -105916,7 +106031,7 @@ title: Word Break
105916
106031
  font-size: 14px;
105917
106032
  padding: calc(
105918
106033
  (
105919
- 2rem - 1.4285714286 *
106034
+ 2rem - 1.5 *
105920
106035
  14px
105921
106036
  ) / 2 - 1px
105922
106037
  ) 0.75rem;
@@ -105947,11 +106062,11 @@ title: Word Break
105947
106062
  flex-grow: 1;
105948
106063
  padding: 0;
105949
106064
  margin: 0;
105950
- height: calc(14px * 1.4285714286);
106065
+ height: calc(14px * 1.5);
105951
106066
  }
105952
106067
 
105953
106068
  .amis-scope .cxd-ColorPicker-input::placeholder {
105954
- color: #999;
106069
+ color: #b8babf;
105955
106070
  }
105956
106071
 
105957
106072
  .amis-scope .cxd-ColorPicker.is-focused {
@@ -105960,17 +106075,17 @@ title: Word Break
105960
106075
  }
105961
106076
 
105962
106077
  .amis-scope .cxd-ColorPicker.is-disabled {
105963
- background: #f5f5f5;
105964
- color: #999;
106078
+ background: #e8e9eb;
106079
+ color: #b8babf;
105965
106080
  pointer-events: none;
105966
106081
  }
105967
106082
 
105968
106083
  .amis-scope .cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input {
105969
- color: #999;
106084
+ color: #b8babf;
105970
106085
  }
105971
106086
 
105972
106087
  .amis-scope .cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input::placeholder {
105973
- color: #999;
106088
+ color: #b8babf;
105974
106089
  }
105975
106090
 
105976
106091
  .amis-scope .cxd-ColorPicker-preview {
@@ -106047,7 +106162,8 @@ title: Word Break
106047
106162
  .amis-scope .sketch-picker {
106048
106163
  border: none !important;
106049
106164
  border-radius: 4px !important;
106050
- 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) !important;
106165
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
106166
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06) !important;
106051
106167
  }
106052
106168
 
106053
106169
  .amis-scope .cxd-DatePicker {
@@ -106058,7 +106174,7 @@ title: Word Break
106058
106174
  font-size: 12px;
106059
106175
  padding: calc(
106060
106176
  (
106061
- 2rem - 1.4285714286 *
106177
+ 2rem - 1.5 *
106062
106178
  12px
106063
106179
  ) / 2 - 1px
106064
106180
  ) 0.75rem;
@@ -106128,6 +106244,10 @@ title: Word Break
106128
106244
  box-shadow: none;
106129
106245
  }
106130
106246
 
106247
+ .amis-scope .cxd-DatePicker .cxd-DatePicker-input {
106248
+ font-size: 14px;
106249
+ }
106250
+
106131
106251
  .amis-scope .cxd-DatePicker.is-disabled {
106132
106252
  background: #e5e7eb;
106133
106253
  }
@@ -106137,7 +106257,7 @@ title: Word Break
106137
106257
  }
106138
106258
 
106139
106259
  .amis-scope .cxd-DatePicker-placeholder {
106140
- color: #999;
106260
+ color: #b8babf;
106141
106261
  user-select: none;
106142
106262
  margin-right: 0.75rem;
106143
106263
  min-width: 3.125rem;
@@ -106659,19 +106779,15 @@ title: Word Break
106659
106779
  box-shadow: 0px 0px 0px 0px transparent;
106660
106780
  }
106661
106781
 
106662
- .amis-scope .rdtBtn:hover:focus {
106663
- box-shadow: var(--Button-boxShadow);
106664
- }
106665
-
106666
106782
  .amis-scope .rdtBtn + .rdtBtn {
106667
106783
  margin-left: 0.25rem;
106668
106784
  }
106669
106785
 
106670
106786
  .amis-scope .rdtBtnCancel {
106671
- color: var(--Button--default-border);
106672
- background: #f7f7f9;
106673
- border-color: #151b26 var(--Button--default-onHover-bg) var(--Button--default-onHover-border) var(--Button--default-onHover-color);
106674
- border-width: var(--Button--default-onActive-bg) var(--Button--default-onActive-border) var(--Button--default-onActive-color) 1px;
106787
+ color: #d4d6d9;
106788
+ background: #ffffff;
106789
+ border-color: #151b26 #ffffff #528eff #528eff;
106790
+ border-width: #ffffff #144bcc #144bcc 1px;
106675
106791
  border-style: solid solid solid solid;
106676
106792
  box-shadow: 0px 0px 0px 0px transparent;
106677
106793
  }
@@ -106704,10 +106820,6 @@ title: Word Break
106704
106820
  box-shadow: 0px 0px 0px 0px transparent;
106705
106821
  }
106706
106822
 
106707
- .amis-scope .rdtBtnCancel:hover:focus {
106708
- box-shadow: var(--Button-boxShadow);
106709
- }
106710
-
106711
106823
  .amis-scope .rdtBtnPrev:before,
106712
106824
  .amis-scope .rdtBtnNext:before {
106713
106825
  display: inline-block;
@@ -106722,7 +106834,7 @@ title: Word Break
106722
106834
  width: 1rem;
106723
106835
  padding: 0;
106724
106836
  color: #84868c;
106725
- font-size: 20px;
106837
+ font-size: 18px;
106726
106838
  text-decoration: none;
106727
106839
  font-family: auto;
106728
106840
  font-weight: normal;
@@ -106931,6 +107043,7 @@ title: Word Break
106931
107043
  flex: 1;
106932
107044
  width: 50%;
106933
107045
  line-height: 1.875rem;
107046
+ font-size: 14px;
106934
107047
  }
106935
107048
 
106936
107049
  .amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input::placeholder {
@@ -106962,7 +107075,7 @@ title: Word Break
106962
107075
  }
106963
107076
 
106964
107077
  .amis-scope .cxd-DateRangePicker-placeholder {
106965
- color: #999;
107078
+ color: #b8babf;
106966
107079
  user-select: none;
106967
107080
  margin-right: 0.75rem;
106968
107081
  flex-basis: 0;
@@ -107180,9 +107293,9 @@ title: Word Break
107180
107293
  border-radius: 4px;
107181
107294
  cursor: pointer;
107182
107295
  margin-right: 0.75rem;
107183
- color: #84868c;
107296
+ color: #84878c;
107184
107297
  background: #ffffff;
107185
- border-color: #dbdbdb #dbdbdb #dbdbdb #dbdbdb;
107298
+ border-color: #d4d6d9 #d4d6d9 #d4d6d9 #d4d6d9;
107186
107299
  border-width: 1px 1px 1px 1px;
107187
107300
  border-style: solid solid solid solid;
107188
107301
  box-shadow: 0px 0px 0px 0px transparent;
@@ -107199,7 +107312,7 @@ title: Word Break
107199
107312
 
107200
107313
  .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
107201
107314
  color: #2468f2 #2468f2;
107202
- background: #f3f9fe;
107315
+ background: #e8e9eb;
107203
107316
  border-color: 1px 1px 1px 1px;
107204
107317
  border-width: solid solid solid solid;
107205
107318
  border-style: 0px 0px 0px 0px transparent solid solid solid;
@@ -107216,10 +107329,6 @@ title: Word Break
107216
107329
  box-shadow: 0px 0px 0px 0px transparent;
107217
107330
  }
107218
107331
 
107219
- .amis-scope .cxd-ImageControl-addBtn:hover:focus {
107220
- box-shadow: var(--Button-boxShadow);
107221
- }
107222
-
107223
107332
  .amis-scope .cxd-ImageControl-addBtn > svg {
107224
107333
  width: 1.5rem;
107225
107334
  height: 1.5rem;
@@ -107228,14 +107337,14 @@ title: Word Break
107228
107337
  }
107229
107338
 
107230
107339
  .amis-scope .cxd-ImageControl-addBtn-text {
107231
- color: var(--Button--default-color);
107340
+ color: #303540;
107232
107341
  }
107233
107342
 
107234
107343
  .amis-scope .cxd-ImageControl-addBtn.is-disabled {
107235
107344
  pointer-events: none;
107236
- border: 0.0625rem solid #ebebeb;
107237
- background: #f5f5f5;
107238
- color: #ccc;
107345
+ border: 0.0625rem solid #e8e9eb;
107346
+ background: #f7f8fa;
107347
+ color: #b8babf;
107239
107348
  }
107240
107349
 
107241
107350
  .amis-scope .cxd-ImageControl-pasteTip {
@@ -107251,7 +107360,8 @@ title: Word Break
107251
107360
  background: rgba(0, 0, 0, 0.7);
107252
107361
  border: 0 solid #e8e9eb;
107253
107362
  border-radius: 4px;
107254
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
107363
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
107364
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
107255
107365
  left: 100%;
107256
107366
  color: #ffffff;
107257
107367
  padding: 0.125rem 0.625rem;
@@ -107467,6 +107577,7 @@ title: Word Break
107467
107577
  margin-right: 4px !important;
107468
107578
  width: 1rem;
107469
107579
  height: 1rem;
107580
+ top: 0;
107470
107581
  }
107471
107582
 
107472
107583
  .amis-scope .cxd-FileControl-selectBtn > span {
@@ -107608,7 +107719,7 @@ title: Word Break
107608
107719
  cursor: not-allowed;
107609
107720
  color: #b8babf;
107610
107721
  pointer-events: auto;
107611
- background: #f7f7f9;
107722
+ background: #f7f8fa;
107612
107723
  }
107613
107724
 
107614
107725
  .amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip:hover {
@@ -107891,17 +108002,17 @@ title: Word Break
107891
108002
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
107892
108003
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
107893
108004
  color: #2468f2;
107894
- background: #ffffff;
108005
+ background: (--colors-neutral-fill-11);
107895
108006
  }
107896
108007
 
107897
108008
  .amis-scope .cxd-RichTextControl .fr-desktop .fr-command:hover,
107898
108009
  .amis-scope .cxd-RichTextControl .fr-desktop .fr-command:focus {
107899
- background: #ffffff;
108010
+ background: (--colors-neutral-fill-11);
107900
108011
  }
107901
108012
 
107902
108013
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
107903
108014
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
107904
- background: #ffffff;
108015
+ background: (--colors-neutral-fill-11);
107905
108016
  }
107906
108017
 
107907
108018
  .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 {
@@ -107963,7 +108074,7 @@ title: Word Break
107963
108074
 
107964
108075
  .amis-scope .cxd-InputRange-input .cxd-Number-handler {
107965
108076
  transition: 0.3s opacity;
107966
- color: #666;
108077
+ color: #151b26;
107967
108078
  }
107968
108079
 
107969
108080
  .amis-scope .cxd-InputRange-input .cxd-Number-handler-up-inner,
@@ -108297,7 +108408,7 @@ title: Word Break
108297
108408
  top: 2px;
108298
108409
  width: 1rem;
108299
108410
  height: 1rem;
108300
- margin-left: 0.5rem;
108411
+ margin-left: vvar(--sizes-size-5);
108301
108412
  }
108302
108413
 
108303
108414
  .amis-scope .cxd-Tree.is-disabled {
@@ -108308,7 +108419,7 @@ title: Word Break
108308
108419
  position: relative;
108309
108420
  }
108310
108421
 
108311
- .amis-scope .cxd-Tree--outline .cxd-Tree-sublist .cxd-Tree-item--isLeaf:before {
108422
+ .amis-scope .cxd-Tree--outline .cxd-Tree-item--isLeaf:before {
108312
108423
  position: absolute;
108313
108424
  top: -8px;
108314
108425
  left: calc((1rem - 5px) * -1);
@@ -108333,7 +108444,7 @@ title: Word Break
108333
108444
  position: relative;
108334
108445
  user-select: none;
108335
108446
  margin-bottom: 0.25rem;
108336
- padding-left: 0.5rem;
108447
+ padding-left: vvar(--sizes-size-5);
108337
108448
  }
108338
108449
 
108339
108450
  .amis-scope .cxd-Tree-itemLabel > * {
@@ -108356,7 +108467,7 @@ title: Word Break
108356
108467
  }
108357
108468
 
108358
108469
  .amis-scope .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
108359
- background-color: #f7f7f9;
108470
+ background-color: #f7f8fa;
108360
108471
  }
108361
108472
 
108362
108473
  .amis-scope .cxd-Tree-itemLabel:hover .cxd-Tree-item-icons {
@@ -108395,13 +108506,13 @@ title: Word Break
108395
108506
  vertical-align: top;
108396
108507
  height: 1.5rem;
108397
108508
  line-height: 1.5rem;
108398
- padding-right: 0.5rem;
108509
+ padding-right: vvar(--sizes-size-5);
108399
108510
  }
108400
108511
 
108401
108512
  .amis-scope .cxd-Tree-item-icons > a {
108402
108513
  display: inline-block;
108403
108514
  vertical-align: middle;
108404
- margin-left: 0.5rem;
108515
+ margin-left: vvar(--sizes-size-5);
108405
108516
  cursor: pointer;
108406
108517
  }
108407
108518
 
@@ -108421,12 +108532,12 @@ title: Word Break
108421
108532
  .amis-scope .cxd-Tree-itemInput > a {
108422
108533
  display: inline-block;
108423
108534
  cursor: pointer;
108424
- margin-left: 0.5rem;
108535
+ margin-left: vvar(--sizes-size-5);
108425
108536
  color: #84878c;
108426
108537
  }
108427
108538
 
108428
108539
  .amis-scope .cxd-Tree-itemInput > a:hover {
108429
- color: #528eff;
108540
+ color: #2468f2;
108430
108541
  text-decoration: none;
108431
108542
  }
108432
108543
 
@@ -108437,8 +108548,8 @@ title: Word Break
108437
108548
  background: #ffffff;
108438
108549
  border: 0.0625rem solid #e8e9eb;
108439
108550
  border-radius: 4px;
108440
- line-height: 1.4285714286;
108441
- padding: calc( ( calc(2rem * 0.85) - 1.4285714286 * 14px - 0.125rem ) / 2 ) 0.625rem;
108551
+ line-height: 1.5;
108552
+ padding: calc( ( calc(2rem * 0.85) - 1.5 * 14px - 0.125rem ) / 2 ) 0.625rem;
108442
108553
  font-size: 14px;
108443
108554
  }
108444
108555
 
@@ -108473,7 +108584,7 @@ title: Word Break
108473
108584
  width: 0.875rem;
108474
108585
  height: 0.875rem;
108475
108586
  top: 0.109375rem;
108476
- margin-right: 0.5rem;
108587
+ margin-right: vvar(--sizes-size-5);
108477
108588
  }
108478
108589
 
108479
108590
  .amis-scope .cxd-Tree-itemArrow {
@@ -108498,7 +108609,7 @@ title: Word Break
108498
108609
 
108499
108610
  .amis-scope .cxd-Tree-itemArrowPlaceholder {
108500
108611
  display: inline-block;
108501
- width: calc(1rem + 0.5rem);
108612
+ width: calc(1rem + vvar(--sizes-size-5));
108502
108613
  }
108503
108614
 
108504
108615
  .amis-scope .cxd-Tree-itemDrager {
@@ -108507,7 +108618,7 @@ title: Word Break
108507
108618
  }
108508
108619
 
108509
108620
  .amis-scope .cxd-Tree-spinner {
108510
- margin-right: 0.5rem;
108621
+ margin-right: vvar(--sizes-size-5);
108511
108622
  }
108512
108623
 
108513
108624
  .amis-scope .cxd-Tree-itemIcon {
@@ -108564,7 +108675,7 @@ title: Word Break
108564
108675
 
108565
108676
  .amis-scope .cxd-Tree-dropIndicator--hover {
108566
108677
  border-radius: 0;
108567
- background-color: #f7f7f9;
108678
+ background-color: #f7f8fa;
108568
108679
  }
108569
108680
 
108570
108681
  .amis-scope .cxd-Tree-dropIndicator--hover::after {
@@ -108604,10 +108715,10 @@ title: Word Break
108604
108715
  background: #ffffff;
108605
108716
  border: 0.0625rem solid #e8e9eb;
108606
108717
  border-radius: 4px;
108607
- line-height: 1.4285714286;
108718
+ line-height: 1.5;
108608
108719
  padding: calc(
108609
108720
  (
108610
- 2rem - 1.4285714286 *
108721
+ 2rem - 1.5 *
108611
108722
  14px - 0.125rem
108612
108723
  ) / 2
108613
108724
  ) 0.625rem;
@@ -108624,7 +108735,7 @@ title: Word Break
108624
108735
  border: none;
108625
108736
  color: #151b26;
108626
108737
  width: 100%;
108627
- height: calc(1.4285714286 * 14px);
108738
+ height: calc(1.5 * 14px);
108628
108739
  }
108629
108740
 
108630
108741
  .amis-scope .cxd-TreeSelect-input input::placeholder {
@@ -108665,7 +108776,7 @@ title: Word Break
108665
108776
 
108666
108777
  .amis-scope .cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input {
108667
108778
  color: #b8babf;
108668
- background: #f7f7f9;
108779
+ background: #f7f8fa;
108669
108780
  border-color: #e8e9eb;
108670
108781
  transition: all 0s;
108671
108782
  }
@@ -108675,7 +108786,7 @@ title: Word Break
108675
108786
  }
108676
108787
 
108677
108788
  .amis-scope .cxd-TreeSelect-spinner {
108678
- line-height: calc( 1.4285714286 * 14px );
108789
+ line-height: calc( 1.5 * 14px );
108679
108790
  }
108680
108791
 
108681
108792
  .amis-scope .cxd-TreeSelect-clear {
@@ -108735,7 +108846,7 @@ title: Word Break
108735
108846
  }
108736
108847
 
108737
108848
  .amis-scope .cxd-TreeSelect-popover > .cxd-Tree {
108738
- background: #fff;
108849
+ background: #ffffff;
108739
108850
  border: 0.0625rem solid #144bcc;
108740
108851
  padding: 0.25rem 0.625rem;
108741
108852
  border-radius: 0;
@@ -108748,7 +108859,7 @@ title: Word Break
108748
108859
  color: #b8babf;
108749
108860
  padding-top: calc(
108750
108861
  (
108751
- 2rem - 1.4285714286 *
108862
+ 2rem - 1.5 *
108752
108863
  14px
108753
108864
  ) / 2
108754
108865
  );
@@ -108787,7 +108898,7 @@ title: Word Break
108787
108898
  1.5 * 12px
108788
108899
  ) / 2
108789
108900
  ) 0.5rem;
108790
- margin: 0px 0px 0px 0px;
108901
+ margin: 0rem 0rem 0rem 0rem;
108791
108902
  color: #ffffff;
108792
108903
  background: #2468f2;
108793
108904
  border-color: #ffffff #ffffff #ffffff #ffffff;
@@ -108799,36 +108910,37 @@ title: Word Break
108799
108910
  .amis-scope .cxd-Combo-addBtn > svg {
108800
108911
  width: 12px;
108801
108912
  height: 12px;
108913
+ top: 0;
108802
108914
  }
108803
108915
 
108804
108916
  .amis-scope .cxd-Combo-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
108805
108917
  .amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
108806
108918
  .amis-scope .cxd-Combo-addBtn > .pull-left {
108807
- margin-right: 4px;
108808
- font-size: 14px;
108919
+ margin-right: 0.25rem;
108920
+ font-size: 0.875rem;
108809
108921
  }
108810
108922
 
108811
108923
  .amis-scope .cxd-Combo-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
108812
108924
  .amis-scope .cxd-Combo-addBtn > .pull-right {
108813
- font-size: 14px;
108814
- margin-left: 4px;
108925
+ font-size: 0.875rem;
108926
+ margin-left: 0.25rem;
108815
108927
  }
108816
108928
 
108817
108929
  .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
108818
108930
  .amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
108819
108931
  .amis-scope .cxd-Combo-addBtn > .pull-left {
108820
- font-size: 14px;
108821
- margin-right: 4px;
108932
+ font-size: 0.875rem;
108933
+ margin-right: 0.25rem;
108822
108934
  }
108823
108935
 
108824
108936
  .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
108825
108937
  .amis-scope .cxd-Combo-addBtn > .pull-right {
108826
- font-size: 14px;
108827
- margin-left: 4px;
108938
+ font-size: 0.875rem;
108939
+ margin-left: 0.25rem;
108828
108940
  }
108829
108941
 
108830
108942
  .amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
108831
- height: 14px;
108943
+ height: 0.875rem;
108832
108944
  vertical-align: middle;
108833
108945
  }
108834
108946
 
@@ -108860,10 +108972,6 @@ title: Word Break
108860
108972
  box-shadow: 0px 0px 0px 0px transparent;
108861
108973
  }
108862
108974
 
108863
- .amis-scope .cxd-Combo-addBtn:hover:focus {
108864
- box-shadow: var(--Button-boxShadow);
108865
- }
108866
-
108867
108975
  .amis-scope .cxd-Combo-addBtn.is-disabled {
108868
108976
  pointer-events: none;
108869
108977
  opacity: var(--Button-onDisabled-opacity);
@@ -108875,7 +108983,7 @@ title: Word Break
108875
108983
  }
108876
108984
 
108877
108985
  .amis-scope .cxd-Combo-delBtn:hover {
108878
- color: #528eff;
108986
+ color: #2468f2;
108879
108987
  }
108880
108988
 
108881
108989
  .amis-scope .cxd-Combo-tab-delBtn {
@@ -108891,7 +108999,7 @@ title: Word Break
108891
108999
  }
108892
109000
 
108893
109001
  .amis-scope .cxd-Combo-tab-delBtn:hover {
108894
- color: #528eff;
109002
+ color: #2468f2;
108895
109003
  }
108896
109004
 
108897
109005
  .amis-scope .cxd-Combo-items {
@@ -108919,7 +109027,7 @@ title: Word Break
108919
109027
  }
108920
109028
 
108921
109029
  .amis-scope .cxd-Combo-itemDrager > a:hover {
108922
- color: #528eff;
109030
+ color: #2468f2;
108923
109031
  }
108924
109032
 
108925
109033
  .amis-scope .cxd-Combo-itemDrager svg {
@@ -108957,7 +109065,7 @@ title: Word Break
108957
109065
  align-items: flex-start;
108958
109066
  padding-top: calc(
108959
109067
  (
108960
- 2rem - 1.4285714286 *
109068
+ 2rem - 1.5 *
108961
109069
  14px
108962
109070
  ) / 2
108963
109071
  );
@@ -109137,7 +109245,7 @@ title: Word Break
109137
109245
  }
109138
109246
 
109139
109247
  .amis-scope .cxd-SubForm-value {
109140
- background: #f7f7f9;
109248
+ background: #f7f8fa;
109141
109249
  color: #000;
109142
109250
  font-size: 14px;
109143
109251
  padding: 0 0.25rem;
@@ -109158,7 +109266,7 @@ title: Word Break
109158
109266
  .amis-scope .cxd-SubForm-valueDragBar {
109159
109267
  cursor: pointer;
109160
109268
  margin-left: 0.25rem;
109161
- color: #999;
109269
+ color: #b8babf;
109162
109270
  }
109163
109271
 
109164
109272
  .amis-scope .cxd-SubForm-valueDel:hover,
@@ -109215,7 +109323,7 @@ title: Word Break
109215
109323
  width: auto;
109216
109324
  min-width: auto;
109217
109325
  font-weight: 400;
109218
- color: var(--Button--link-color);
109326
+ color: #2468f2;
109219
109327
  text-decoration: none;
109220
109328
  border: none;
109221
109329
  height: auto;
@@ -109270,10 +109378,10 @@ title: Word Break
109270
109378
  background: #ffffff;
109271
109379
  border: 0.0625rem solid #e8e9eb;
109272
109380
  border-radius: 4px;
109273
- line-height: 1.4285714286;
109381
+ line-height: 1.5;
109274
109382
  padding: calc(
109275
109383
  (
109276
- 2rem - 1.4285714286 *
109384
+ 2rem - 1.5 *
109277
109385
  14px - 0.125rem
109278
109386
  ) / 2
109279
109387
  ) 0.625rem;
@@ -109290,7 +109398,7 @@ title: Word Break
109290
109398
  border: none;
109291
109399
  color: #151b26;
109292
109400
  width: 100%;
109293
- height: calc(1.4285714286 * 14px);
109401
+ height: calc(1.5 * 14px);
109294
109402
  }
109295
109403
 
109296
109404
  .amis-scope .cxd-Picker-input input::placeholder {
@@ -109331,7 +109439,7 @@ title: Word Break
109331
109439
 
109332
109440
  .amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input {
109333
109441
  color: #b8babf;
109334
- background: #f7f7f9;
109442
+ background: #f7f8fa;
109335
109443
  border-color: #e8e9eb;
109336
109444
  transition: all 0s;
109337
109445
  }
@@ -109341,7 +109449,7 @@ title: Word Break
109341
109449
  }
109342
109450
 
109343
109451
  .amis-scope .cxd-Picker-spinner {
109344
- line-height: calc( 1.4285714286 * 14px );
109452
+ line-height: calc( 1.5 * 14px );
109345
109453
  }
109346
109454
 
109347
109455
  .amis-scope .cxd-Picker-clear {
@@ -109399,10 +109507,10 @@ title: Word Break
109399
109507
  color: #b8babf;
109400
109508
  user-select: none;
109401
109509
  position: absolute;
109402
- line-height: 1.4285714286;
109510
+ line-height: 1.5;
109403
109511
  padding: calc(
109404
109512
  (
109405
- 2rem - 1.4285714286 *
109513
+ 2rem - 1.5 *
109406
109514
  14px - 0.125rem
109407
109515
  ) / 2
109408
109516
  ) 0.625rem;
@@ -109424,7 +109532,7 @@ title: Word Break
109424
109532
  position: relative;
109425
109533
  padding: calc(
109426
109534
  (
109427
- 2rem - 1.4285714286 *
109535
+ 2rem - 1.5 *
109428
109536
  14px - 0.125rem
109429
109537
  ) / 2
109430
109538
  ) 0.625rem;
@@ -109445,7 +109553,7 @@ title: Word Break
109445
109553
  user-select: none;
109446
109554
  white-space: nowrap;
109447
109555
  vertical-align: middle;
109448
- line-height: calc( 1.4285714286 * 14px - 0.125rem );
109556
+ line-height: calc( 1.5 * 14px - 0.125rem );
109449
109557
  display: inline-block;
109450
109558
  font-size: 12px;
109451
109559
  color: #2468f2;
@@ -109480,7 +109588,7 @@ title: Word Break
109480
109588
  }
109481
109589
 
109482
109590
  .amis-scope .cxd-Picker-btn:hover {
109483
- color: #528eff;
109591
+ color: #2468f2;
109484
109592
  }
109485
109593
 
109486
109594
  .amis-scope .cxd-Picker-clear {
@@ -109571,26 +109679,26 @@ title: Word Break
109571
109679
  user-select: none;
109572
109680
  border: 1px solid transparent;
109573
109681
  line-height: 1.5;
109574
- border-radius: var(--Button-borderRadius) var(--Button-borderRadius) var(--Button-borderRadius) var(--Button-borderRadius);
109575
- height: var(--Button--sm-height);
109682
+ border-radius: 2px 2px 2px 2px;
109683
+ height: 1.875rem;
109576
109684
  padding: calc(
109577
109685
  (
109578
- var(--Button--sm-height) - 1px * 2 -
109686
+ 1.875rem - 1px * 2 -
109579
109687
  1.5 *
109580
109688
  12px
109581
109689
  ) / 2
109582
- ) 0.5rem calc(
109690
+ ) 0.625rem calc(
109583
109691
  (
109584
- var(--Button--sm-height) - 1px * 2 -
109692
+ 1.875rem - 1px * 2 -
109585
109693
  1.5 *
109586
109694
  12px
109587
109695
  ) / 2
109588
- ) 0.5rem;
109589
- margin: 0px 0px 0px 0px;
109590
- color: var(--Button--default-border);
109591
- background: var(--Button--default-bg);
109592
- border-color: var(--Button--default-color) #e8e9eb #b8babf var(--Button--default-color);
109593
- border-width: #e8e9eb #84878c var(--Button--default-color) 1px;
109696
+ ) 0.625rem;
109697
+ margin: 0rem 0rem 0rem 0rem;
109698
+ color: #d4d6d9;
109699
+ background: transparent;
109700
+ border-color: #151b26 #e8e9eb #b8babf #151b26;
109701
+ border-width: #e8e9eb #84878c #151b26 1px;
109594
109702
  border-style: solid solid solid solid;
109595
109703
  box-shadow: 0px 0px 0px 0px transparent;
109596
109704
  }
@@ -109598,31 +109706,31 @@ title: Word Break
109598
109706
  .amis-scope .cxd-TagControl-sugItem .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
109599
109707
  .amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
109600
109708
  .amis-scope .cxd-TagControl-sugItem > .pull-left {
109601
- margin-right: 4px;
109602
- font-size: 14px;
109709
+ margin-right: 0.25rem;
109710
+ font-size: 0.875rem;
109603
109711
  }
109604
109712
 
109605
109713
  .amis-scope .cxd-TagControl-sugItem .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
109606
109714
  .amis-scope .cxd-TagControl-sugItem > .pull-right {
109607
- font-size: 14px;
109608
- margin-left: 4px;
109715
+ font-size: 0.875rem;
109716
+ margin-left: 0.25rem;
109609
109717
  }
109610
109718
 
109611
109719
  .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
109612
109720
  .amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
109613
109721
  .amis-scope .cxd-TagControl-sugItem > .pull-left {
109614
- font-size: 14px;
109615
- margin-right: 4px;
109722
+ font-size: 0.875rem;
109723
+ margin-right: 0.25rem;
109616
109724
  }
109617
109725
 
109618
109726
  .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
109619
109727
  .amis-scope .cxd-TagControl-sugItem > .pull-right {
109620
- font-size: 14px;
109621
- margin-left: 4px;
109728
+ font-size: 0.875rem;
109729
+ margin-left: 0.25rem;
109622
109730
  }
109623
109731
 
109624
109732
  .amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
109625
- height: 14px;
109733
+ height: 0.875rem;
109626
109734
  vertical-align: middle;
109627
109735
  }
109628
109736
 
@@ -109654,10 +109762,6 @@ title: Word Break
109654
109762
  box-shadow: 0px 0px 0px 0px transparent;
109655
109763
  }
109656
109764
 
109657
- .amis-scope .cxd-TagControl-sugItem:hover:focus {
109658
- box-shadow: var(--Button-boxShadow);
109659
- }
109660
-
109661
109765
  .amis-scope .cxd-TagControl-sugItem.is-disabled {
109662
109766
  pointer-events: none;
109663
109767
  opacity: var(--Button-onDisabled-opacity);
@@ -109773,13 +109877,11 @@ title: Word Break
109773
109877
  line-height: 1.5;
109774
109878
  font-size: 14px;
109775
109879
  font-weight: 400;
109776
- font-family: -apple-system, BlinkMacSystemFont,
109777
- SF Pro SC, SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI,
109778
- Roboto, Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
109779
- sans-serif;
109780
- padding: 6px 12px 6px 12px;
109781
- margin: 0px 0px 0px 0px;
109880
+ font-family: var(--transfer-base-title-font-family);
109881
+ padding: 0.5rem 0.875rem 0.5rem 0.875rem;
109882
+ margin: auto auto auto auto;
109782
109883
  flex-direction: row;
109884
+ width: 100%;
109783
109885
  }
109784
109886
 
109785
109887
  .amis-scope .cxd-Transfer-title--light {
@@ -109811,39 +109913,35 @@ title: Word Break
109811
109913
  max-height: 100%;
109812
109914
  overflow: auto;
109813
109915
  position: relative;
109814
- padding: 0px 0px 0px 0px;
109815
- margin: 0px 0px 0px 0px;
109916
+ padding: auto auto auto auto;
109917
+ margin: auto auto auto auto;
109918
+ width: 100%;
109816
109919
  }
109817
109920
 
109818
109921
  .amis-scope .cxd-Transfer .cxd-GroupedSelection-item,
109819
109922
  .amis-scope .cxd-Transfer .cxd-Selections-item {
109820
- padding: 6px 12px 6px 12px;
109821
- margin: 0px 0px 0px 0px;
109923
+ padding: 0.5rem 0.875rem 0.5rem 0.875rem;
109924
+ margin: auto auto auto auto;
109822
109925
  line-height: 1.5;
109823
109926
  font-size: 14px;
109824
109927
  font-weight: 400;
109825
- font-family: inherit;
109826
109928
  color: #151b26;
109827
109929
  }
109828
109930
 
109829
109931
  .amis-scope .cxd-Transfer .cxd-ChainedSelection-item {
109830
- padding: 6px 8px 6px 8px;
109831
- margin: 0px 0px 0px 0px;
109932
+ padding: 0.5rem 0.625rem 0.5rem 0.625rem;
109933
+ margin: auto auto auto auto;
109832
109934
  line-height: 1.5;
109833
109935
  font-size: 14px;
109834
109936
  font-weight: 400;
109835
- font-family: inherit;
109836
109937
  color: #151b26;
109837
109938
  }
109838
109939
 
109839
109940
  .amis-scope .cxd-Transfer .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
109840
- font-size: 14px;
109841
- font-weight: 400;
109842
- line-height: 1.5;
109843
- font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
109844
- SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
109845
- Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
109846
- sans-serif;
109941
+ font-size: var(--transfer-group-font-size);
109942
+ font-weight: var(--transfer-group-font-weight);
109943
+ line-height: var(--transfer-group-font-lineHeight);
109944
+ font-family: var(--transfer-group-font-family);
109847
109945
  color: #84878c;
109848
109946
  }
109849
109947
 
@@ -109911,27 +110009,29 @@ title: Word Break
109911
110009
  top: unset;
109912
110010
  }
109913
110011
 
110012
+ .amis-scope .cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel-item > .cxd-Tree-itemText > span.is-invalid,
110013
+ .amis-scope .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel-item > .cxd-Tree-itemText > span.is-invalid {
110014
+ color: #f23d3d;
110015
+ }
110016
+
109914
110017
  .amis-scope .cxd-Transfer-search {
109915
- padding: 8px 8px 8px 8px;
109916
- margin: 0px 0px 0px 0px;
110018
+ padding: 0.625rem 0.625rem 0.625rem 0.625rem;
110019
+ margin: auto auto auto auto;
110020
+ width: 100%;
109917
110021
  }
109918
110022
 
109919
110023
  .amis-scope .cxd-Transfer-search .cxd-InputBox {
109920
110024
  font-size: 14px;
109921
110025
  font-weight: 400;
109922
110026
  line-height: 1.5;
109923
- font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
109924
- SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
109925
- Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
109926
- sans-serif;
109927
110027
  color: #151b26;
109928
110028
  border-width: 1px 1px 1px 1px;
109929
110029
  border-style: solid solid solid solid;
109930
110030
  border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
109931
110031
  border-radius: 4px 4px 4px 4px;
109932
110032
  box-shadow: 0px 0px 0px 0px transparent;
109933
- padding: 4px 10px 4px 10px;
109934
- margin: 0px 0px 0px 0px;
110033
+ padding: 0.375rem 0.75rem 0.375rem 0.75rem;
110034
+ margin: auto auto auto auto;
109935
110035
  }
109936
110036
 
109937
110037
  .amis-scope .cxd-Transfer-search .cxd-InputBox:hover {
@@ -109947,10 +110047,6 @@ title: Word Break
109947
110047
  font-size: 14px;
109948
110048
  font-weight: 400;
109949
110049
  line-height: 1.5;
109950
- font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
109951
- SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
109952
- Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
109953
- sans-serif;
109954
110050
  height: 1.5;
109955
110051
  }
109956
110052
 
@@ -109995,8 +110091,8 @@ title: Word Break
109995
110091
  }
109996
110092
 
109997
110093
  .amis-scope .cxd-Transfer .cxd-Tree {
109998
- padding: 2px 10px 2px 10px;
109999
- margin: 0px 0px auto 0px;
110094
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
110095
+ margin: auto auto 0.125rem auto;
110000
110096
  }
110001
110097
 
110002
110098
  .amis-scope .cxd-Transfer .cxd-Tree-itemLabel:hover::after {
@@ -110004,8 +110100,8 @@ title: Word Break
110004
110100
  }
110005
110101
 
110006
110102
  .amis-scope .cxd-Transfer .cxd-Tree-itemLabel {
110007
- padding: 0px 0px 0px 8px;
110008
- margin: 0px 0px 4px 0px;
110103
+ padding: auto auto auto 0.625rem;
110104
+ margin: auto auto 0.375rem auto;
110009
110105
  border-radius: 2px 2px 2px 2px;
110010
110106
  }
110011
110107
 
@@ -110021,37 +110117,34 @@ title: Word Break
110021
110117
  line-height: 1.5;
110022
110118
  font-size: 14px;
110023
110119
  font-weight: 400;
110024
- font-family: inherit;
110025
110120
  color: #151b26;
110026
110121
  }
110027
110122
 
110028
110123
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > thead > tr > th {
110029
- padding: 6px 10px 6px 10px;
110124
+ padding: 0.5rem 0.75rem 0.5rem 0.75rem;
110030
110125
  background: #f7f8fa;
110031
110126
  color: #151b26;
110032
110127
  line-height: 1.5;
110033
110128
  font-size: 14px;
110034
- font-weight: 400;
110035
- font-family: -apple-system, BlinkMacSystemFont,
110036
- SF Pro SC, SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI,
110037
- Roboto, Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
110038
- sans-serif;
110039
110129
  }
110040
110130
 
110041
110131
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > thead > tr > th:last-child {
110042
- padding-right: 16px;
110132
+ padding-right: var(--sizes-size-10);
110043
110133
  }
110044
110134
 
110045
110135
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td {
110046
- padding: 4px 10px 6px 10px;
110136
+ padding: 0.375rem 0.75rem 0.5rem 0.75rem;
110047
110137
  line-height: 1.5;
110048
110138
  font-size: 14px;
110049
110139
  font-weight: 400;
110050
- font-family: inherit;
110140
+ }
110141
+
110142
+ .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td > span.is-invalid {
110143
+ color: #f23d3d;
110051
110144
  }
110052
110145
 
110053
110146
  .amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td:last-child {
110054
- padding-right: 16px;
110147
+ padding-right: var(--sizes-size-10);
110055
110148
  }
110056
110149
 
110057
110150
  .amis-scope .cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > thead > tr,
@@ -110069,6 +110162,10 @@ title: Word Break
110069
110162
  background-color: #f7f7f9;
110070
110163
  }
110071
110164
 
110165
+ .amis-scope .cxd-TabsTransfer .cxd-Tree.cxd-Transfer-checkboxes {
110166
+ width: 100%;
110167
+ }
110168
+
110072
110169
  .amis-scope .cxd-TabsTransfer-search {
110073
110170
  margin: 0.5rem 0.5rem;
110074
110171
  }
@@ -110084,9 +110181,9 @@ title: Word Break
110084
110181
 
110085
110182
  .amis-scope .cxd-TabsTransfer-placeholder {
110086
110183
  height: 2rem;
110087
- line-height: 1.4285714286;
110184
+ line-height: 1.5;
110088
110185
  font-size: 14px;
110089
- padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
110186
+ padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
110090
110187
  color: #b8babf;
110091
110188
  }
110092
110189
 
@@ -110267,11 +110364,11 @@ title: Word Break
110267
110364
  .amis-scope .cxd-NestedSelect-noResult {
110268
110365
  width: 10rem;
110269
110366
  padding: 0 0.25rem;
110270
- color: #999;
110271
- line-height: 1.4285714286;
110367
+ color: #b8babf;
110368
+ line-height: 1.5;
110272
110369
  font-size: 12px;
110273
110370
  user-select: none;
110274
- padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
110371
+ padding: calc( ( 1.5rem - 1.5 * 14px ) / 2 ) 0.625rem;
110275
110372
  }
110276
110373
 
110277
110374
  .amis-scope .cxd-NestedSelect-menu {
@@ -110281,7 +110378,8 @@ title: Word Break
110281
110378
  background: #ffffff;
110282
110379
  color: #151b26;
110283
110380
  border: 0px solid #144bcc;
110284
- box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
110381
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
110382
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
110285
110383
  overflow-y: auto;
110286
110384
  overflow-x: hidden;
110287
110385
  }
@@ -110332,7 +110430,7 @@ title: Word Break
110332
110430
  .amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.no-result {
110333
110431
  justify-content: center;
110334
110432
  cursor: default;
110335
- color: #999;
110433
+ color: #b8babf;
110336
110434
  }
110337
110435
 
110338
110436
  .amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.no-result:hover {
@@ -110474,10 +110572,10 @@ title: Word Break
110474
110572
  background: #ffffff;
110475
110573
  border: 0.0625rem solid #e8e9eb;
110476
110574
  border-radius: 4px;
110477
- line-height: 1.4285714286;
110575
+ line-height: 1.5;
110478
110576
  padding: calc(
110479
110577
  (
110480
- 2rem - 1.4285714286 *
110578
+ 2rem - 1.5 *
110481
110579
  14px - 0.125rem
110482
110580
  ) / 2
110483
110581
  ) 0.625rem;
@@ -110494,7 +110592,7 @@ title: Word Break
110494
110592
  border: none;
110495
110593
  color: #151b26;
110496
110594
  width: 100%;
110497
- height: calc(1.4285714286 * 14px);
110595
+ height: calc(1.5 * 14px);
110498
110596
  }
110499
110597
 
110500
110598
  .amis-scope .cxd-IconPickerControl-input input::placeholder {
@@ -110535,7 +110633,7 @@ title: Word Break
110535
110633
 
110536
110634
  .amis-scope .cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input {
110537
110635
  color: #b8babf;
110538
- background: #f7f7f9;
110636
+ background: #f7f8fa;
110539
110637
  border-color: #e8e9eb;
110540
110638
  transition: all 0s;
110541
110639
  }
@@ -110545,7 +110643,7 @@ title: Word Break
110545
110643
  }
110546
110644
 
110547
110645
  .amis-scope .cxd-IconPickerControl-spinner {
110548
- line-height: calc( 1.4285714286 * 14px );
110646
+ line-height: calc( 1.5 * 14px );
110549
110647
  }
110550
110648
 
110551
110649
  .amis-scope .cxd-IconPickerControl-clear {
@@ -110591,7 +110689,7 @@ title: Word Break
110591
110689
  .amis-scope .cxd-IconPickerControl-placeholder {
110592
110690
  color: #b8babf;
110593
110691
  user-select: none;
110594
- line-height: 1.4285714286;
110692
+ line-height: 1.5;
110595
110693
  position: absolute;
110596
110694
  left: 2px;
110597
110695
  overflow: hidden;
@@ -110681,7 +110779,7 @@ title: Word Break
110681
110779
 
110682
110780
  .amis-scope .cxd-IconPickerControl-value {
110683
110781
  user-select: none;
110684
- line-height: calc( 1.4285714286 * 14px );
110782
+ line-height: calc( 1.5 * 14px );
110685
110783
  vertical-align: middle;
110686
110784
  display: inline-block;
110687
110785
  overflow: hidden;
@@ -110709,10 +110807,10 @@ title: Word Break
110709
110807
  background: #ffffff;
110710
110808
  border: 0.0625rem solid #e8e9eb;
110711
110809
  border-radius: 4px;
110712
- line-height: 1.4285714286;
110810
+ line-height: 1.5;
110713
110811
  padding: calc(
110714
110812
  (
110715
- 2rem - 1.4285714286 *
110813
+ 2rem - 1.5 *
110716
110814
  14px - 0.125rem
110717
110815
  ) / 2
110718
110816
  ) 0.625rem;
@@ -110729,7 +110827,7 @@ title: Word Break
110729
110827
  border: none;
110730
110828
  color: #151b26;
110731
110829
  width: 100%;
110732
- height: calc(1.4285714286 * 14px);
110830
+ height: calc(1.5 * 14px);
110733
110831
  }
110734
110832
 
110735
110833
  .amis-scope .cxd-IconSelectControl-input input::placeholder {
@@ -110770,7 +110868,7 @@ title: Word Break
110770
110868
 
110771
110869
  .amis-scope .cxd-IconSelectControl.is-disabled > .cxd-IconSelectControl-input {
110772
110870
  color: #b8babf;
110773
- background: #f7f7f9;
110871
+ background: #f7f8fa;
110774
110872
  border-color: #e8e9eb;
110775
110873
  transition: all 0s;
110776
110874
  }
@@ -110780,7 +110878,7 @@ title: Word Break
110780
110878
  }
110781
110879
 
110782
110880
  .amis-scope .cxd-IconSelectControl-spinner {
110783
- line-height: calc( 1.4285714286 * 14px );
110881
+ line-height: calc( 1.5 * 14px );
110784
110882
  }
110785
110883
 
110786
110884
  .amis-scope .cxd-IconSelectControl-clear {
@@ -110845,7 +110943,7 @@ title: Word Break
110845
110943
  height: 50vh;
110846
110944
  align-items: stretch;
110847
110945
  border: 1px solid #e8e9eb;
110848
- border-radius: 4px;
110946
+ border-radius: 6px;
110849
110947
  }
110850
110948
 
110851
110949
  .amis-scope .cxd-IconSelectControl-Modal-content-aside {
@@ -110961,7 +111059,7 @@ title: Word Break
110961
111059
  flex-direction: row;
110962
111060
  align-items: center;
110963
111061
  border: 1px solid #e8e9eb;
110964
- border-radius: 4px;
111062
+ border-radius: 6px;
110965
111063
  cursor: pointer;
110966
111064
  }
110967
111065
 
@@ -110978,7 +111076,7 @@ title: Word Break
110978
111076
  top: 0;
110979
111077
  width: 12px;
110980
111078
  height: 12px;
110981
- border-bottom-left-radius: 4px;
111079
+ border-bottom-left-radius: 6px;
110982
111080
  background-color: #2468f2;
110983
111081
  }
110984
111082
 
@@ -111045,7 +111143,7 @@ title: Word Break
111045
111143
  display: inline-block;
111046
111144
  padding-top: calc(
111047
111145
  (
111048
- 2rem - 1.4285714286 *
111146
+ 2rem - 1.5 *
111049
111147
  14px - 0.125rem
111050
111148
  ) / 2
111051
111149
  );
@@ -111060,13 +111158,13 @@ title: Word Break
111060
111158
  .amis-scope .cxd-Form-static:not(.is-noPaddingY-static) {
111061
111159
  padding-top: calc(
111062
111160
  (
111063
- 2rem - 1.4285714286 *
111161
+ 2rem - 1.5 *
111064
111162
  14px
111065
111163
  ) / 2
111066
111164
  );
111067
111165
  padding-bottom: calc(
111068
111166
  (
111069
- 2rem - 1.4285714286 *
111167
+ 2rem - 1.5 *
111070
111168
  14px
111071
111169
  ) / 2
111072
111170
  );
@@ -111082,7 +111180,7 @@ title: Word Break
111082
111180
  border-radius: 4px;
111083
111181
  padding: calc(
111084
111182
  (
111085
- 2rem - 1.4285714286 *
111183
+ 2rem - 1.5 *
111086
111184
  14px - 0.125rem
111087
111185
  ) / 2
111088
111186
  ) 0.625rem;
@@ -111093,7 +111191,7 @@ title: Word Break
111093
111191
  border-radius: 4px;
111094
111192
  padding: calc(
111095
111193
  (
111096
- 2rem - 1.4285714286 *
111194
+ 2rem - 1.5 *
111097
111195
  14px - 0.125rem
111098
111196
  ) / 2
111099
111197
  ) 0.625rem;
@@ -111104,7 +111202,7 @@ title: Word Break
111104
111202
  margin-bottom: 0.5rem;
111105
111203
  position: relative;
111106
111204
  font-size: 14px;
111107
- color: #5c5f66;
111205
+ color: (--colors-neutral-text-4);
111108
111206
  }
111109
111207
 
111110
111208
  .amis-scope .cxd-Form-label > span {
@@ -111128,7 +111226,7 @@ title: Word Break
111128
111226
  .amis-scope .cxd-Form-description {
111129
111227
  display: block;
111130
111228
  word-break: break-word;
111131
- color: #999;
111229
+ color: #303540;
111132
111230
  margin: 0.25rem 0 0;
111133
111231
  font-size: 12px;
111134
111232
  }
@@ -111138,7 +111236,7 @@ title: Word Break
111138
111236
  margin-left: 0.5rem;
111139
111237
  padding-top: calc(
111140
111238
  (
111141
- 2rem - 1.4285714286 *
111239
+ 2rem - 1.5 *
111142
111240
  14px - 0.125rem
111143
111241
  ) / 2
111144
111242
  );
@@ -111169,7 +111267,7 @@ title: Word Break
111169
111267
  .amis-scope .cxd-Form-item .cxd-Form-remark {
111170
111268
  padding-top: calc(
111171
111269
  (
111172
- 2rem - 1.4285714286 *
111270
+ 2rem - 1.5 *
111173
111271
  14px
111174
111272
  ) / 2
111175
111273
  );
@@ -111314,7 +111412,7 @@ title: Word Break
111314
111412
  .amis-scope .cxd-Form-item--horizontal > .cxd-Form-label {
111315
111413
  padding-top: calc(
111316
111414
  (
111317
- 2rem - 1.4285714286 *
111415
+ 2rem - 1.5 *
111318
111416
  14px
111319
111417
  ) / 2
111320
111418
  );
@@ -111337,7 +111435,7 @@ title: Word Break
111337
111435
  }
111338
111436
 
111339
111437
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--normal {
111340
- width: 6.25rem;
111438
+ width: 6.125rem;
111341
111439
  }
111342
111440
 
111343
111441
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--md {
@@ -111345,7 +111443,7 @@ title: Word Break
111345
111443
  }
111346
111444
 
111347
111445
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
111348
- width: 11.875rem;
111446
+ width: 12.5rem;
111349
111447
  }
111350
111448
 
111351
111449
  .amis-scope .cxd-Form-item--horizontal .cxd-Form-itemColumn--auto {
@@ -111440,7 +111538,7 @@ title: Word Break
111440
111538
  .amis-scope .cxd-Form-item--inline > .cxd-Form-label {
111441
111539
  padding-top: calc(
111442
111540
  (
111443
- 2rem - 1.4285714286 *
111541
+ 2rem - 1.5 *
111444
111542
  14px
111445
111543
  ) / 2
111446
111544
  );
@@ -111462,7 +111560,7 @@ title: Word Break
111462
111560
  .amis-scope .cxd-Form-item--inline > .cxd-Form-value > .cxd-Button--link {
111463
111561
  padding-top: calc(
111464
111562
  (
111465
- 2rem - 1.4285714286 *
111563
+ 2rem - 1.5 *
111466
111564
  14px
111467
111565
  ) / 2
111468
111566
  );
@@ -111510,7 +111608,7 @@ title: Word Break
111510
111608
  vertical-align: top;
111511
111609
  padding-top: calc(
111512
111610
  (
111513
- 2rem - 1.4285714286 *
111611
+ 2rem - 1.5 *
111514
111612
  14px
111515
111613
  ) / 2
111516
111614
  );
@@ -111640,7 +111738,7 @@ title: Word Break
111640
111738
  }
111641
111739
 
111642
111740
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
111643
- height: calc(1.4285714286 * 16px);
111741
+ height: calc(1.5 * 16px);
111644
111742
  }
111645
111743
 
111646
111744
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value,
@@ -112946,7 +113044,7 @@ title: Word Break
112946
113044
 
112947
113045
  .amis-scope .cxd-FormulaEditor-FuncList-collapseGroup .cxd-FormulaEditor-FuncList-collapse .cxd-FormulaEditor-FuncList-expandIcon {
112948
113046
  font-size: 12px;
112949
- line-height: 20px;
113047
+ line-height: 18px;
112950
113048
  transform-origin: 0.4375rem 0.5625rem;
112951
113049
  transition: transform 0.2s;
112952
113050
  }
@@ -112974,7 +113072,7 @@ title: Word Break
112974
113072
  }
112975
113073
 
112976
113074
  .amis-scope .cxd-FormulaEditor-FuncList-item.is-active {
112977
- background: #f7f7f9;
113075
+ background: #f7f8fa;
112978
113076
  }
112979
113077
 
112980
113078
  .amis-scope .cxd-FormulaEditor-FuncList-doc {
@@ -112987,7 +113085,7 @@ title: Word Break
112987
113085
  .amis-scope .cxd-FormulaEditor-FuncList-doc pre {
112988
113086
  white-space: pre-wrap;
112989
113087
  word-wrap: break-word;
112990
- background: #f7f7f9;
113088
+ background: #f7f8fa;
112991
113089
  padding: 0.3125rem 0.625rem;
112992
113090
  border-radius: 4px;
112993
113091
  margin-top: 0;
@@ -113101,7 +113199,7 @@ title: Word Break
113101
113199
  border: 0.0625rem solid #e8e9eb;
113102
113200
  padding: calc(
113103
113201
  (
113104
- 2rem - 1.4285714286 *
113202
+ 2rem - 1.5 *
113105
113203
  14px - 0.125rem
113106
113204
  ) / 2
113107
113205
  ) 0.625rem;
@@ -113448,7 +113546,7 @@ title: Word Break
113448
113546
  }
113449
113547
 
113450
113548
  .amis-scope .cxd-Tag--normal--error {
113451
- background: #f33e3e;
113549
+ background: #f23d3d;
113452
113550
  }
113453
113551
 
113454
113552
  .amis-scope .cxd-Tag--normal--warning {
@@ -113484,8 +113582,8 @@ title: Word Break
113484
113582
  }
113485
113583
 
113486
113584
  .amis-scope .cxd-Tag--rounded--error {
113487
- border-color: #f33e3e;
113488
- color: #f33e3e;
113585
+ border-color: #f23d3d;
113586
+ color: #f23d3d;
113489
113587
  }
113490
113588
 
113491
113589
  .amis-scope .cxd-Tag--rounded--warning {
@@ -113514,7 +113612,7 @@ title: Word Break
113514
113612
  }
113515
113613
 
113516
113614
  .amis-scope .cxd-Tag--status--error .cxd-Tag--prev {
113517
- color: #f33e3e;
113615
+ color: #f23d3d;
113518
113616
  }
113519
113617
 
113520
113618
  .amis-scope .cxd-Tag--status--warning .cxd-Tag--prev {
@@ -113599,11 +113697,11 @@ title: Word Break
113599
113697
  }
113600
113698
 
113601
113699
  .amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled):hover {
113602
- background-color: #4f86f4;
113700
+ background-color: #528eff;
113603
113701
  }
113604
113702
 
113605
113703
  .amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled):active {
113606
- background-color: #1c53c1;
113704
+ background-color: #144bcc;
113607
113705
  }
113608
113706
 
113609
113707
  .amis-scope .cxd-PullRefresh-wrap {
@@ -113676,7 +113774,7 @@ title: Word Break
113676
113774
  .AMISDebug-header {
113677
113775
  padding: 1rem 1.5rem;
113678
113776
  background: #ffffff;
113679
- border-bottom: 0.0625rem solid #f7f7f9;
113777
+ border-bottom: 0.0625rem solid #f7f8fa;
113680
113778
  }
113681
113779
 
113682
113780
  .AMISDebug-hoverBox {