amis 2.5.2-beta.0 → 2.5.3-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (383) hide show
  1. package/esm/compat.js +1 -1
  2. package/esm/index.js +1 -1
  3. package/esm/preset.js +1 -1
  4. package/esm/renderers/Action.d.ts +8 -8
  5. package/esm/renderers/Action.js +4 -4
  6. package/esm/renderers/Alert.js +1 -1
  7. package/esm/renderers/AnchorNav.js +3 -3
  8. package/esm/renderers/App.js +1 -1
  9. package/esm/renderers/Audio.js +3 -3
  10. package/esm/renderers/Avatar.js +1 -1
  11. package/esm/renderers/BarCode.js +3 -3
  12. package/esm/renderers/Breadcrumb.js +1 -1
  13. package/esm/renderers/ButtonGroup.js +1 -1
  14. package/esm/renderers/CRUD.d.ts +2 -0
  15. package/esm/renderers/CRUD.js +6 -7
  16. package/esm/renderers/CRUD2.js +3 -3
  17. package/esm/renderers/Calendar.js +1 -1
  18. package/esm/renderers/Card.js +1 -1
  19. package/esm/renderers/Card2.js +1 -1
  20. package/esm/renderers/Cards.js +3 -3
  21. package/esm/renderers/Carousel.js +3 -3
  22. package/esm/renderers/Chart.js +1 -1
  23. package/esm/renderers/Code.js +3 -3
  24. package/esm/renderers/Collapse.js +3 -3
  25. package/esm/renderers/CollapseGroup.js +3 -3
  26. package/esm/renderers/Color.js +3 -3
  27. package/esm/renderers/Container.js +3 -3
  28. package/esm/renderers/Copyable.js +1 -1
  29. package/esm/renderers/Custom.js +3 -3
  30. package/esm/renderers/Date.js +3 -3
  31. package/esm/renderers/DateRange.js +3 -3
  32. package/esm/renderers/Dialog.d.ts +40 -40
  33. package/esm/renderers/Dialog.js +3 -3
  34. package/esm/renderers/Divider.js +3 -3
  35. package/esm/renderers/Drawer.js +3 -3
  36. package/esm/renderers/DropDownButton.js +3 -3
  37. package/esm/renderers/Each.js +3 -3
  38. package/esm/renderers/Flex.js +1 -1
  39. package/esm/renderers/Form/ButtonGroupSelect.js +3 -3
  40. package/esm/renderers/Form/ButtonToolbar.js +2 -2
  41. package/esm/renderers/Form/ChainedSelect.js +2 -2
  42. package/esm/renderers/Form/ChartRadios.js +1 -1
  43. package/esm/renderers/Form/Checkbox.js +2 -2
  44. package/esm/renderers/Form/Checkboxes.js +2 -2
  45. package/esm/renderers/Form/Combo.js +2 -2
  46. package/esm/renderers/Form/ConditionBuilder.js +2 -2
  47. package/esm/renderers/Form/Control.js +1 -1
  48. package/esm/renderers/Form/DiffEditor.d.ts +1 -0
  49. package/esm/renderers/Form/DiffEditor.js +2 -2
  50. package/esm/renderers/Form/Editor.d.ts +1 -0
  51. package/esm/renderers/Form/Editor.js +2 -2
  52. package/esm/renderers/Form/FieldSet.js +1 -1
  53. package/esm/renderers/Form/Formula.js +1 -1
  54. package/esm/renderers/Form/Group.js +3 -3
  55. package/esm/renderers/Form/Hidden.js +1 -1
  56. package/esm/renderers/Form/IconPicker.js +2 -2
  57. package/esm/renderers/Form/IconPickerIcons.js +1 -1
  58. package/esm/renderers/Form/IconSelect.js +2 -2
  59. package/esm/renderers/Form/IconSelectStore.js +1 -1
  60. package/esm/renderers/Form/InputArray.js +1 -1
  61. package/esm/renderers/Form/InputCity.d.ts +41 -40
  62. package/esm/renderers/Form/InputCity.js +2 -2
  63. package/esm/renderers/Form/InputColor.d.ts +40 -40
  64. package/esm/renderers/Form/InputColor.js +2 -2
  65. package/esm/renderers/Form/InputDate.js +2 -2
  66. package/esm/renderers/Form/InputDateRange.js +2 -2
  67. package/esm/renderers/Form/InputExcel.js +2 -2
  68. package/esm/renderers/Form/InputFile.js +2 -2
  69. package/esm/renderers/Form/InputFormula.js +2 -2
  70. package/esm/renderers/Form/InputGroup.js +2 -2
  71. package/esm/renderers/Form/InputImage.js +2 -2
  72. package/esm/renderers/Form/InputMonthRange.js +2 -2
  73. package/esm/renderers/Form/InputNumber.js +2 -2
  74. package/esm/renderers/Form/InputQuarterRange.js +2 -2
  75. package/esm/renderers/Form/InputRange.js +2 -2
  76. package/esm/renderers/Form/InputRating.js +2 -2
  77. package/esm/renderers/Form/InputRepeat.js +2 -2
  78. package/esm/renderers/Form/InputRichText.js +2 -2
  79. package/esm/renderers/Form/InputSubForm.js +2 -2
  80. package/esm/renderers/Form/InputTable.js +2 -2
  81. package/esm/renderers/Form/InputTag.js +2 -2
  82. package/esm/renderers/Form/InputText.js +4 -4
  83. package/esm/renderers/Form/InputTree.js +2 -2
  84. package/esm/renderers/Form/InputYearRange.js +2 -2
  85. package/esm/renderers/Form/JSONSchema.js +1 -1
  86. package/esm/renderers/Form/JSONSchemaEditor.js +1 -1
  87. package/esm/renderers/Form/ListSelect.js +2 -2
  88. package/esm/renderers/Form/LocationPicker.js +2 -1
  89. package/esm/renderers/Form/MatrixCheckboxes.js +2 -2
  90. package/esm/renderers/Form/NestedSelect.js +2 -2
  91. package/esm/renderers/Form/Picker.js +2 -2
  92. package/esm/renderers/Form/Radios.js +2 -2
  93. package/esm/renderers/Form/Select.js +2 -2
  94. package/esm/renderers/Form/Static.js +3 -3
  95. package/esm/renderers/Form/StaticHoc.js +1 -1
  96. package/esm/renderers/Form/Switch.js +2 -2
  97. package/esm/renderers/Form/TabsTransfer.d.ts +3 -0
  98. package/esm/renderers/Form/TabsTransfer.js +9 -5
  99. package/esm/renderers/Form/TabsTransferPicker.js +2 -2
  100. package/esm/renderers/Form/Textarea.js +1 -1
  101. package/esm/renderers/Form/Transfer.js +2 -2
  102. package/esm/renderers/Form/TransferPicker.js +2 -2
  103. package/esm/renderers/Form/TreeSelect.js +2 -2
  104. package/esm/renderers/Form/UUID.js +1 -1
  105. package/esm/renderers/Form/UserSelect.js +2 -2
  106. package/esm/renderers/Grid.js +3 -3
  107. package/esm/renderers/Grid2D.js +5 -12
  108. package/esm/renderers/GridNav.js +2 -2
  109. package/esm/renderers/HBox.js +3 -3
  110. package/esm/renderers/IFrame.js +1 -1
  111. package/esm/renderers/Icon.js +5 -5
  112. package/esm/renderers/Image.d.ts +0 -3
  113. package/esm/renderers/Image.js +6 -6
  114. package/esm/renderers/Images.js +3 -3
  115. package/esm/renderers/Json.js +3 -3
  116. package/esm/renderers/Link.js +3 -3
  117. package/esm/renderers/List.js +3 -3
  118. package/esm/renderers/Log.js +3 -3
  119. package/esm/renderers/Mapping.d.ts +24 -4
  120. package/esm/renderers/Mapping.js +59 -11
  121. package/esm/renderers/Markdown.js +3 -3
  122. package/esm/renderers/MultilineText.js +1 -1
  123. package/esm/renderers/Nav.d.ts +3 -1
  124. package/esm/renderers/Nav.js +3 -3
  125. package/esm/renderers/Operation.js +3 -3
  126. package/esm/renderers/Page.js +1 -1
  127. package/esm/renderers/Pagination.js +1 -1
  128. package/esm/renderers/PaginationWrapper.js +3 -3
  129. package/esm/renderers/Panel.js +3 -3
  130. package/esm/renderers/Password.js +3 -3
  131. package/esm/renderers/Plain.js +3 -3
  132. package/esm/renderers/PopOver.js +1 -1
  133. package/esm/renderers/Portlet.js +1 -1
  134. package/esm/renderers/Progress.js +3 -3
  135. package/esm/renderers/Property.js +1 -1
  136. package/esm/renderers/QRCode.js +3 -3
  137. package/esm/renderers/QuickEdit.js +1 -1
  138. package/esm/renderers/Remark.js +4 -4
  139. package/esm/renderers/SearchBox.js +3 -3
  140. package/esm/renderers/Service.js +3 -3
  141. package/esm/renderers/SparkLine.js +1 -1
  142. package/esm/renderers/Spinner.js +1 -1
  143. package/esm/renderers/Status.js +3 -3
  144. package/esm/renderers/Steps.js +3 -3
  145. package/esm/renderers/Table/ColumnToggler.js +1 -1
  146. package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
  147. package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
  148. package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
  149. package/esm/renderers/Table/TableBody.js +1 -1
  150. package/esm/renderers/Table/TableCell.js +1 -1
  151. package/esm/renderers/Table/TableContent.js +1 -1
  152. package/esm/renderers/Table/TableRow.js +1 -1
  153. package/esm/renderers/Table/exportExcel.js +1 -1
  154. package/esm/renderers/Table/index.js +3 -3
  155. package/esm/renderers/Table2/ColumnToggler.js +1 -1
  156. package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  157. package/esm/renderers/Table2/TableCell.js +1 -1
  158. package/esm/renderers/Table2/index.js +3 -3
  159. package/esm/renderers/TableView.js +1 -1
  160. package/esm/renderers/Tabs.js +3 -3
  161. package/esm/renderers/Tag.js +1 -1
  162. package/esm/renderers/Tasks.js +3 -3
  163. package/esm/renderers/Timeline.js +3 -3
  164. package/esm/renderers/TooltipWrapper.js +1 -1
  165. package/esm/renderers/Tpl.js +1 -1
  166. package/esm/renderers/VBox.js +3 -3
  167. package/esm/renderers/Video.d.ts +1 -0
  168. package/esm/renderers/Video.js +3 -3
  169. package/esm/renderers/WebComponent.js +3 -3
  170. package/esm/renderers/Wizard.js +3 -3
  171. package/esm/renderers/Words.js +3 -3
  172. package/esm/renderers/Wrapper.js +1 -1
  173. package/esm/schemaExtend.js +1 -1
  174. package/lib/compat.js +1 -1
  175. package/lib/index.js +1 -1
  176. package/lib/preset.js +1 -1
  177. package/lib/renderers/Action.d.ts +8 -8
  178. package/lib/renderers/Action.js +4 -4
  179. package/lib/renderers/Alert.js +1 -1
  180. package/lib/renderers/AnchorNav.js +3 -3
  181. package/lib/renderers/App.js +1 -1
  182. package/lib/renderers/Audio.js +3 -3
  183. package/lib/renderers/Avatar.js +1 -1
  184. package/lib/renderers/BarCode.js +3 -3
  185. package/lib/renderers/Breadcrumb.js +1 -1
  186. package/lib/renderers/ButtonGroup.js +1 -1
  187. package/lib/renderers/CRUD.d.ts +2 -0
  188. package/lib/renderers/CRUD.js +6 -7
  189. package/lib/renderers/CRUD2.js +3 -3
  190. package/lib/renderers/Calendar.js +1 -1
  191. package/lib/renderers/Card.js +1 -1
  192. package/lib/renderers/Card2.js +1 -1
  193. package/lib/renderers/Cards.js +3 -3
  194. package/lib/renderers/Carousel.js +3 -3
  195. package/lib/renderers/Chart.js +1 -1
  196. package/lib/renderers/Code.js +3 -3
  197. package/lib/renderers/Collapse.js +3 -3
  198. package/lib/renderers/CollapseGroup.js +3 -3
  199. package/lib/renderers/Color.js +3 -3
  200. package/lib/renderers/Container.js +3 -3
  201. package/lib/renderers/Copyable.js +1 -1
  202. package/lib/renderers/Custom.js +3 -3
  203. package/lib/renderers/Date.js +3 -3
  204. package/lib/renderers/DateRange.js +3 -3
  205. package/lib/renderers/Dialog.d.ts +40 -40
  206. package/lib/renderers/Dialog.js +3 -3
  207. package/lib/renderers/Divider.js +3 -3
  208. package/lib/renderers/Drawer.js +3 -3
  209. package/lib/renderers/DropDownButton.js +3 -3
  210. package/lib/renderers/Each.js +3 -3
  211. package/lib/renderers/Flex.js +1 -1
  212. package/lib/renderers/Form/ButtonGroupSelect.js +3 -3
  213. package/lib/renderers/Form/ButtonToolbar.js +2 -2
  214. package/lib/renderers/Form/ChainedSelect.js +2 -2
  215. package/lib/renderers/Form/ChartRadios.js +1 -1
  216. package/lib/renderers/Form/Checkbox.js +2 -2
  217. package/lib/renderers/Form/Checkboxes.js +2 -2
  218. package/lib/renderers/Form/Combo.js +2 -2
  219. package/lib/renderers/Form/ConditionBuilder.js +2 -2
  220. package/lib/renderers/Form/Control.js +1 -1
  221. package/lib/renderers/Form/DiffEditor.d.ts +11 -10
  222. package/lib/renderers/Form/DiffEditor.js +2 -2
  223. package/lib/renderers/Form/Editor.d.ts +4 -3
  224. package/lib/renderers/Form/Editor.js +2 -2
  225. package/lib/renderers/Form/FieldSet.js +1 -1
  226. package/lib/renderers/Form/Formula.js +1 -1
  227. package/lib/renderers/Form/Group.js +3 -3
  228. package/lib/renderers/Form/Hidden.js +1 -1
  229. package/lib/renderers/Form/IconPicker.js +2 -2
  230. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  231. package/lib/renderers/Form/IconSelect.js +2 -2
  232. package/lib/renderers/Form/IconSelectStore.js +1 -1
  233. package/lib/renderers/Form/InputArray.js +1 -1
  234. package/lib/renderers/Form/InputCity.d.ts +41 -40
  235. package/lib/renderers/Form/InputCity.js +2 -2
  236. package/lib/renderers/Form/InputColor.d.ts +40 -40
  237. package/lib/renderers/Form/InputColor.js +2 -2
  238. package/lib/renderers/Form/InputDate.js +2 -2
  239. package/lib/renderers/Form/InputDateRange.js +2 -2
  240. package/lib/renderers/Form/InputExcel.js +2 -2
  241. package/lib/renderers/Form/InputFile.js +2 -2
  242. package/lib/renderers/Form/InputFormula.js +2 -2
  243. package/lib/renderers/Form/InputGroup.js +2 -2
  244. package/lib/renderers/Form/InputImage.js +2 -2
  245. package/lib/renderers/Form/InputMonthRange.js +2 -2
  246. package/lib/renderers/Form/InputNumber.js +2 -2
  247. package/lib/renderers/Form/InputQuarterRange.js +2 -2
  248. package/lib/renderers/Form/InputRange.js +2 -2
  249. package/lib/renderers/Form/InputRating.js +2 -2
  250. package/lib/renderers/Form/InputRepeat.js +2 -2
  251. package/lib/renderers/Form/InputRichText.js +2 -2
  252. package/lib/renderers/Form/InputSubForm.js +2 -2
  253. package/lib/renderers/Form/InputTable.js +2 -2
  254. package/lib/renderers/Form/InputTag.js +2 -2
  255. package/lib/renderers/Form/InputText.js +4 -4
  256. package/lib/renderers/Form/InputTree.js +2 -2
  257. package/lib/renderers/Form/InputYearRange.js +2 -2
  258. package/lib/renderers/Form/JSONSchema.js +1 -1
  259. package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
  260. package/lib/renderers/Form/ListSelect.js +2 -2
  261. package/lib/renderers/Form/LocationPicker.js +2 -1
  262. package/lib/renderers/Form/MatrixCheckboxes.js +2 -2
  263. package/lib/renderers/Form/NestedSelect.js +2 -2
  264. package/lib/renderers/Form/Picker.js +2 -2
  265. package/lib/renderers/Form/Radios.js +2 -2
  266. package/lib/renderers/Form/Select.js +2 -2
  267. package/lib/renderers/Form/Static.js +3 -3
  268. package/lib/renderers/Form/StaticHoc.js +1 -1
  269. package/lib/renderers/Form/Switch.js +2 -2
  270. package/lib/renderers/Form/TabsTransfer.d.ts +3 -0
  271. package/lib/renderers/Form/TabsTransfer.js +8 -4
  272. package/lib/renderers/Form/TabsTransferPicker.js +2 -2
  273. package/lib/renderers/Form/Textarea.js +1 -1
  274. package/lib/renderers/Form/Transfer.js +2 -2
  275. package/lib/renderers/Form/TransferPicker.js +2 -2
  276. package/lib/renderers/Form/TreeSelect.js +2 -2
  277. package/lib/renderers/Form/UUID.js +1 -1
  278. package/lib/renderers/Form/UserSelect.js +2 -2
  279. package/lib/renderers/Grid.js +3 -3
  280. package/lib/renderers/Grid2D.js +4 -11
  281. package/lib/renderers/GridNav.js +2 -2
  282. package/lib/renderers/HBox.js +3 -3
  283. package/lib/renderers/IFrame.js +1 -1
  284. package/lib/renderers/Icon.js +5 -5
  285. package/lib/renderers/Image.d.ts +0 -3
  286. package/lib/renderers/Image.js +6 -6
  287. package/lib/renderers/Images.js +3 -3
  288. package/lib/renderers/Json.js +3 -3
  289. package/lib/renderers/Link.js +3 -3
  290. package/lib/renderers/List.js +3 -3
  291. package/lib/renderers/Log.js +3 -3
  292. package/lib/renderers/Mapping.d.ts +24 -4
  293. package/lib/renderers/Mapping.js +58 -10
  294. package/lib/renderers/Markdown.js +3 -3
  295. package/lib/renderers/MultilineText.js +1 -1
  296. package/lib/renderers/Nav.d.ts +13 -11
  297. package/lib/renderers/Nav.js +3 -3
  298. package/lib/renderers/Operation.js +3 -3
  299. package/lib/renderers/Page.js +1 -1
  300. package/lib/renderers/Pagination.js +1 -1
  301. package/lib/renderers/PaginationWrapper.js +3 -3
  302. package/lib/renderers/Panel.js +3 -3
  303. package/lib/renderers/Password.js +3 -3
  304. package/lib/renderers/Plain.js +3 -3
  305. package/lib/renderers/PopOver.js +1 -1
  306. package/lib/renderers/Portlet.js +1 -1
  307. package/lib/renderers/Progress.js +3 -3
  308. package/lib/renderers/Property.js +1 -1
  309. package/lib/renderers/QRCode.js +3 -3
  310. package/lib/renderers/QuickEdit.js +1 -1
  311. package/lib/renderers/Remark.d.ts +1 -1
  312. package/lib/renderers/Remark.js +4 -4
  313. package/lib/renderers/SearchBox.js +3 -3
  314. package/lib/renderers/Service.js +3 -3
  315. package/lib/renderers/SparkLine.js +1 -1
  316. package/lib/renderers/Spinner.js +1 -1
  317. package/lib/renderers/Status.js +3 -3
  318. package/lib/renderers/Steps.js +3 -3
  319. package/lib/renderers/Table/ColumnToggler.js +1 -1
  320. package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
  321. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  322. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  323. package/lib/renderers/Table/TableBody.js +1 -1
  324. package/lib/renderers/Table/TableCell.js +1 -1
  325. package/lib/renderers/Table/TableContent.js +1 -1
  326. package/lib/renderers/Table/TableRow.js +1 -1
  327. package/lib/renderers/Table/exportExcel.js +1 -1
  328. package/lib/renderers/Table/index.js +3 -3
  329. package/lib/renderers/Table2/ColumnToggler.js +1 -1
  330. package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  331. package/lib/renderers/Table2/TableCell.js +1 -1
  332. package/lib/renderers/Table2/index.js +3 -3
  333. package/lib/renderers/TableView.js +1 -1
  334. package/lib/renderers/Tabs.js +3 -3
  335. package/lib/renderers/Tag.js +1 -1
  336. package/lib/renderers/Tasks.js +3 -3
  337. package/lib/renderers/Timeline.js +3 -3
  338. package/lib/renderers/TooltipWrapper.js +1 -1
  339. package/lib/renderers/Tpl.js +1 -1
  340. package/lib/renderers/VBox.js +3 -3
  341. package/lib/renderers/Video.d.ts +1 -0
  342. package/lib/renderers/Video.js +3 -3
  343. package/lib/renderers/WebComponent.js +3 -3
  344. package/lib/renderers/Wizard.js +3 -3
  345. package/lib/renderers/Words.js +3 -3
  346. package/lib/renderers/Wrapper.js +1 -1
  347. package/lib/schemaExtend.js +1 -1
  348. package/lib/themes/ang-ie11.css +251 -247
  349. package/lib/themes/ang.css +53 -30
  350. package/lib/themes/antd-ie11.css +25 -22
  351. package/lib/themes/antd.css +22 -19
  352. package/lib/themes/cxd-ie11.css +25 -22
  353. package/lib/themes/cxd.css +22 -19
  354. package/lib/themes/dark-ie11.css +99 -96
  355. package/lib/themes/dark.css +22 -19
  356. package/lib/themes/default-ie11.css +25 -22
  357. package/lib/themes/default.css +22 -19
  358. package/package.json +4 -4
  359. package/schema.json +27 -14
  360. package/sdk/ang-ie11.css +256 -253
  361. package/sdk/ang.css +54 -31
  362. package/sdk/antd-ie11.css +25 -23
  363. package/sdk/antd.css +22 -20
  364. package/sdk/barcode.js +50 -50
  365. package/sdk/charts.js +14 -14
  366. package/sdk/codemirror.js +7 -7
  367. package/sdk/color-picker.js +65 -65
  368. package/sdk/cropperjs.js +2 -2
  369. package/sdk/cxd-ie11.css +25 -23
  370. package/sdk/cxd.css +22 -20
  371. package/sdk/dark-ie11.css +102 -100
  372. package/sdk/dark.css +22 -20
  373. package/sdk/exceljs.js +1 -1
  374. package/sdk/markdown.js +68 -68
  375. package/sdk/papaparse.js +1 -1
  376. package/sdk/rest.js +17 -17
  377. package/sdk/rich-text.js +62 -62
  378. package/sdk/sdk-ie11.css +25 -23
  379. package/sdk/sdk.css +22 -20
  380. package/sdk/sdk.js +1399 -1399
  381. package/sdk/thirds/hls.js/hls.js +1 -1
  382. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  383. package/sdk/tinymce.js +57 -53
package/sdk/ang-ie11.css CHANGED
@@ -14444,7 +14444,7 @@ readers do not read off random characters that represent icons */
14444
14444
  }
14445
14445
 
14446
14446
  .amis-scope .b-light {
14447
- border-color: #ffffff;
14447
+ border-color: #edf1f2;
14448
14448
  }
14449
14449
 
14450
14450
  .amis-scope .b-dark {
@@ -14464,7 +14464,7 @@ readers do not read off random characters that represent icons */
14464
14464
  }
14465
14465
 
14466
14466
  .amis-scope .b-info {
14467
- border-color: #7266ba;
14467
+ border-color: #23b7e5;
14468
14468
  }
14469
14469
 
14470
14470
  .amis-scope .b-warning {
@@ -14484,7 +14484,7 @@ readers do not read off random characters that represent icons */
14484
14484
  }
14485
14485
 
14486
14486
  .amis-scope .b-l-light {
14487
- border-left-color: #ffffff;
14487
+ border-left-color: #edf1f2;
14488
14488
  }
14489
14489
 
14490
14490
  .amis-scope .b-l-dark {
@@ -14504,7 +14504,7 @@ readers do not read off random characters that represent icons */
14504
14504
  }
14505
14505
 
14506
14506
  .amis-scope .b-l-info {
14507
- border-left-color: #7266ba;
14507
+ border-left-color: #23b7e5;
14508
14508
  }
14509
14509
 
14510
14510
  .amis-scope .b-l-warning {
@@ -15557,7 +15557,7 @@ readers do not read off random characters that represent icons */
15557
15557
  }
15558
15558
 
15559
15559
  .amis-scope .label-info {
15560
- background: #7266ba;
15560
+ background: #23b7e5;
15561
15561
  }
15562
15562
 
15563
15563
  .amis-scope .label-warning {
@@ -85054,6 +85054,7 @@ title: Word Break
85054
85054
  margin: 0;
85055
85055
  padding: 0 12px;
85056
85056
  border-spacing: 0 8px;
85057
+ border-collapse: inherit;
85057
85058
  }
85058
85059
 
85059
85060
  .amis-scope .rdtMonths table,
@@ -85694,7 +85695,7 @@ title: Word Break
85694
85695
 
85695
85696
  .amis-scope {
85696
85697
  color: #181526;
85697
- background: #ffffff;
85698
+ background: #edf1f2;
85698
85699
  font-size: 14px;
85699
85700
  font-weight: 400;
85700
85701
  font-family: -apple-system, BlinkMacSystemFont, SF Pro SC, SF Pro Text,
@@ -85706,7 +85707,7 @@ title: Word Break
85706
85707
  }
85707
85708
 
85708
85709
  .amis-scope a {
85709
- color: #7266ba;
85710
+ color: #23b7e5;
85710
85711
  text-decoration: none;
85711
85712
  }
85712
85713
 
@@ -85778,7 +85779,7 @@ title: Word Break
85778
85779
  top: 0;
85779
85780
  bottom: 0;
85780
85781
  z-index: -1;
85781
- background: #ffffff;
85782
+ background: #edf1f2;
85782
85783
  border: inherit;
85783
85784
  display: block;
85784
85785
  }
@@ -85789,8 +85790,9 @@ title: Word Break
85789
85790
  }
85790
85791
 
85791
85792
  .amis-scope .a-Layout .a-Layout-header {
85792
- background: #f8f7fa;
85793
- box-shadow: none;
85793
+ background: #ffffff;
85794
+ box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05),
85795
+ 0 1px 0 rgba(0, 0, 0, 0.05);
85794
85796
  height: 3.125rem;
85795
85797
  }
85796
85798
 
@@ -85806,7 +85808,7 @@ title: Word Break
85806
85808
  }
85807
85809
 
85808
85810
  .amis-scope .a-Layout-brandBar {
85809
- background: #120c21;
85811
+ background: #3a3f51;
85810
85812
  color: #a0a0a0;
85811
85813
  }
85812
85814
 
@@ -85862,8 +85864,8 @@ title: Word Break
85862
85864
 
85863
85865
  .amis-scope .a-Layout-aside {
85864
85866
  position: relative;
85865
- background: #181526;
85866
- color: #a0a0a0;
85867
+ background: #3a3f51;
85868
+ color: #a6a8b1;
85867
85869
  }
85868
85870
 
85869
85871
  .amis-scope .a-Layout-aside:before {
@@ -85951,7 +85953,7 @@ title: Word Break
85951
85953
 
85952
85954
  .amis-scope .a-Layout--offScreen .a-Layout-body,
85953
85955
  .amis-scope .a-Layout--offScreen .a-Layout-footer {
85954
- background: #ffffff;
85956
+ background: #edf1f2;
85955
85957
  transition: transform 0s ease;
85956
85958
  backface-visibility: hidden;
85957
85959
  transform: translate3d(75%, 0px, 0px);
@@ -86793,11 +86795,11 @@ title: Word Break
86793
86795
 
86794
86796
  .amis-scope .a-AsideNav-item.is-open > a > .a-AsideNav-itemArrow:empty:before {
86795
86797
  transform: rotate(90deg);
86796
- color: #584a94;
86798
+ color: #fff;
86797
86799
  }
86798
86800
 
86799
86801
  .amis-scope .a-AsideNav-itemArrow > svg {
86800
- color: #ffffff;
86802
+ color: #b4b6bd;
86801
86803
  width: 0.625rem;
86802
86804
  height: 0.625rem;
86803
86805
  transform-origin: center;
@@ -86833,7 +86835,7 @@ title: Word Break
86833
86835
  text-align: center;
86834
86836
  position: relative;
86835
86837
  overflow: hidden;
86836
- color: rgba(255, 255, 255, 0.6);
86838
+ color: inherit;
86837
86839
  font-size: 1rem;
86838
86840
  }
86839
86841
 
@@ -86850,7 +86852,7 @@ title: Word Break
86850
86852
  overflow: hidden;
86851
86853
  margin-left: calc(1rem * -1);
86852
86854
  transition: all 0s ease-in-out 0s;
86853
- background: #181526;
86855
+ background: #242734;
86854
86856
  }
86855
86857
 
86856
86858
  .amis-scope .a-Layout--folded .a-AsideNav-item > .a-AsideNav-subList {
@@ -86883,28 +86885,28 @@ title: Word Break
86883
86885
  padding: calc( ( 2.5rem - 1.5 * 12px ) / 2 ) 0.75rem;
86884
86886
  position: relative;
86885
86887
  transition: background-color 0s ease-in-out 0s;
86886
- color: #ffffff;
86888
+ color: #b4b6bd;
86887
86889
  text-decoration: none;
86888
86890
  user-select: none;
86889
86891
  }
86890
86892
 
86891
86893
  .amis-scope .a-AsideNav-item a:hover {
86892
- color: #897fc7;
86894
+ color: #fff;
86893
86895
  text-decoration: none;
86894
- background: #2c3239;
86896
+ background: #32374a;
86895
86897
  }
86896
86898
 
86897
86899
  .amis-scope .a-AsideNav-item a:hover .a-AsideNav-itemIcon {
86898
- color: (--colors-brand-6);
86900
+ color: #fff;
86899
86901
  }
86900
86902
 
86901
86903
  .amis-scope .a-AsideNav-item.is-active > a {
86902
- background: #272d33;
86903
- color: #584a94;
86904
+ background: #2e3344;
86905
+ color: #fff;
86904
86906
  }
86905
86907
 
86906
86908
  .amis-scope .a-AsideNav-item.is-active > a:hover {
86907
- background: #272d33;
86909
+ background: #2e3344;
86908
86910
  }
86909
86911
 
86910
86912
  .amis-scope .a-AsideNav-item.is-lg > a {
@@ -86942,12 +86944,12 @@ title: Word Break
86942
86944
  .amis-scope .a-AsideNav-subHeader a {
86943
86945
  cursor: default;
86944
86946
  background: transparent;
86945
- color: #ffffff;
86947
+ color: #b4b6bd;
86946
86948
  padding: calc( ( 2.5rem - 1.5 * 12px ) / 2 ) 1rem;
86947
86949
  }
86948
86950
 
86949
86951
  .amis-scope .a-AsideNav-subHeader a:hover {
86950
- color: #897fc7;
86952
+ color: #fff;
86951
86953
  background: transparent;
86952
86954
  }
86953
86955
 
@@ -87289,7 +87291,7 @@ title: Word Break
87289
87291
  .amis-scope .a-Button--primary:disabled,
87290
87292
  .amis-scope .a-Button--primary.is-disabled {
87291
87293
  color: #b9b8bf;
87292
- background: #f8f7fa;
87294
+ background: #ffffff;
87293
87295
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87294
87296
  border-width: 1px 1px 1px 1px;
87295
87297
  border-style: solid solid solid solid;
@@ -87326,7 +87328,7 @@ title: Word Break
87326
87328
  .amis-scope .a-Button--secondary:disabled,
87327
87329
  .amis-scope .a-Button--secondary.is-disabled {
87328
87330
  color: #b9b8bf;
87329
- background: #f8f7fa;
87331
+ background: #ffffff;
87330
87332
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87331
87333
  border-width: 1px 1px 1px 1px;
87332
87334
  border-style: solid solid solid solid;
@@ -87363,7 +87365,7 @@ title: Word Break
87363
87365
  .amis-scope .a-Button--success:disabled,
87364
87366
  .amis-scope .a-Button--success.is-disabled {
87365
87367
  color: #b9b8bf;
87366
- background: #f8f7fa;
87368
+ background: #ffffff;
87367
87369
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87368
87370
  border-width: 1px 1px 1px 1px;
87369
87371
  border-style: solid solid solid solid;
@@ -87400,7 +87402,7 @@ title: Word Break
87400
87402
  .amis-scope .a-Button--enhance:disabled,
87401
87403
  .amis-scope .a-Button--enhance.is-disabled {
87402
87404
  color: #b9b8bf;
87403
- background: #f8f7fa;
87405
+ background: #ffffff;
87404
87406
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87405
87407
  border-width: 1px 1px 1px 1px;
87406
87408
  border-style: solid solid solid solid;
@@ -87409,8 +87411,8 @@ title: Word Break
87409
87411
 
87410
87412
  .amis-scope .a-Button--info {
87411
87413
  color: #ffffff;
87412
- background: #1890ff;
87413
- border-color: #1890ff #1890ff #1890ff #1890ff;
87414
+ background: #23b7e5;
87415
+ border-color: #23b7e5 #23b7e5 #23b7e5 #23b7e5;
87414
87416
  border-width: 1px 1px 1px 1px;
87415
87417
  border-style: solid solid solid solid;
87416
87418
  box-shadow: 0px 0px 0px 0px transparent;
@@ -87418,8 +87420,8 @@ title: Word Break
87418
87420
 
87419
87421
  .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover {
87420
87422
  color: #ffffff;
87421
- background: #45a8ff;
87422
- border-color: #45a8ff #45a8ff #45a8ff #45a8ff;
87423
+ background: #18a0ca;
87424
+ border-color: #18a0ca #18a0ca #18a0ca #18a0ca;
87423
87425
  border-width: 1px 1px 1px 1px;
87424
87426
  border-style: solid solid solid solid;
87425
87427
  box-shadow: 0px 0px 0px 0px transparent;
@@ -87427,8 +87429,8 @@ title: Word Break
87427
87429
 
87428
87430
  .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
87429
87431
  color: #ffffff;
87430
- background: #096dd9;
87431
- border-color: #096dd9 #096dd9 #096dd9 #096dd9;
87432
+ background: #1797be;
87433
+ border-color: #1797be #1797be #1797be #1797be;
87432
87434
  border-width: 1px 1px 1px 1px;
87433
87435
  border-style: solid solid solid solid;
87434
87436
  box-shadow: 0px 0px 0px 0px transparent;
@@ -87437,7 +87439,7 @@ title: Word Break
87437
87439
  .amis-scope .a-Button--info:disabled,
87438
87440
  .amis-scope .a-Button--info.is-disabled {
87439
87441
  color: #b9b8bf;
87440
- background: #f8f7fa;
87442
+ background: #ffffff;
87441
87443
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87442
87444
  border-width: 1px 1px 1px 1px;
87443
87445
  border-style: solid solid solid solid;
@@ -87474,7 +87476,7 @@ title: Word Break
87474
87476
  .amis-scope .a-Button--warning:disabled,
87475
87477
  .amis-scope .a-Button--warning.is-disabled {
87476
87478
  color: #b9b8bf;
87477
- background: #f8f7fa;
87479
+ background: #ffffff;
87478
87480
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87479
87481
  border-width: 1px 1px 1px 1px;
87480
87482
  border-style: solid solid solid solid;
@@ -87511,7 +87513,7 @@ title: Word Break
87511
87513
  .amis-scope .a-Button--danger:disabled,
87512
87514
  .amis-scope .a-Button--danger.is-disabled {
87513
87515
  color: #b9b8bf;
87514
- background: #f8f7fa;
87516
+ background: #ffffff;
87515
87517
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87516
87518
  border-width: 1px 1px 1px 1px;
87517
87519
  border-style: solid solid solid solid;
@@ -87520,8 +87522,8 @@ title: Word Break
87520
87522
 
87521
87523
  .amis-scope .a-Button--light {
87522
87524
  color: #181526;
87523
- background: #e3e1fa;
87524
- border-color: #e3e1fa #e3e1fa #e3e1fa #e3e1fa;
87525
+ background: rgba(0, 126, 255, 0.08);
87526
+ border-color: rgba(0, 126, 255, 0.08) rgba(0, 126, 255, 0.08) rgba(0, 126, 255, 0.08) rgba(0, 126, 255, 0.08);
87525
87527
  border-width: 1px 1px 1px 1px;
87526
87528
  border-style: solid solid solid solid;
87527
87529
  box-shadow: 0px 0px 0px 0px transparent;
@@ -87548,7 +87550,7 @@ title: Word Break
87548
87550
  .amis-scope .a-Button--light:disabled,
87549
87551
  .amis-scope .a-Button--light.is-disabled {
87550
87552
  color: #b9b8bf;
87551
- background: #f8f7fa;
87553
+ background: #ffffff;
87552
87554
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87553
87555
  border-width: 1px 1px 1px 1px;
87554
87556
  border-style: solid solid solid solid;
@@ -87585,7 +87587,7 @@ title: Word Break
87585
87587
  .amis-scope .a-Button--dark:disabled,
87586
87588
  .amis-scope .a-Button--dark.is-disabled {
87587
87589
  color: #b9b8bf;
87588
- background: #f8f7fa;
87590
+ background: #ffffff;
87589
87591
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87590
87592
  border-width: 1px 1px 1px 1px;
87591
87593
  border-style: solid solid solid solid;
@@ -87594,7 +87596,7 @@ title: Word Break
87594
87596
 
87595
87597
  .amis-scope .a-Button--default {
87596
87598
  color: #181526;
87597
- background: transparent;
87599
+ background: #fff;
87598
87600
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87599
87601
  border-width: 1px 1px 1px 1px;
87600
87602
  border-style: solid solid solid solid;
@@ -87603,7 +87605,7 @@ title: Word Break
87603
87605
 
87604
87606
  .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover {
87605
87607
  color: #7266ba;
87606
- background: transparent;
87608
+ background: #fff;
87607
87609
  border-color: #7266ba #7266ba #7266ba #7266ba;
87608
87610
  border-width: 1px 1px 1px 1px;
87609
87611
  border-style: solid solid solid solid;
@@ -87612,7 +87614,7 @@ title: Word Break
87612
87614
 
87613
87615
  .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
87614
87616
  color: #584a94;
87615
- background: transparent;
87617
+ background: #fff;
87616
87618
  border-color: #584a94 #584a94 #584a94 #584a94;
87617
87619
  border-width: 1px 1px 1px 1px;
87618
87620
  border-style: solid solid solid solid;
@@ -87622,7 +87624,7 @@ title: Word Break
87622
87624
  .amis-scope .a-Button--default:disabled,
87623
87625
  .amis-scope .a-Button--default.is-disabled {
87624
87626
  color: #b9b8bf;
87625
- background: #f8f7fa;
87627
+ background: #ffffff;
87626
87628
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
87627
87629
  border-width: 1px 1px 1px 1px;
87628
87630
  border-style: solid solid solid solid;
@@ -87892,7 +87894,7 @@ title: Word Break
87892
87894
  }
87893
87895
 
87894
87896
  .amis-scope .a-Button--link {
87895
- color: #1890ff;
87897
+ color: #7266ba;
87896
87898
  background: transparent;
87897
87899
  border-color: transparent transparent transparent transparent;
87898
87900
  border-width: 0px 0px 0px 0px;
@@ -87901,7 +87903,7 @@ title: Word Break
87901
87903
  }
87902
87904
 
87903
87905
  .amis-scope .a-Button--link:not(:disabled):not(.is-disabled):hover {
87904
- color: #45a8ff;
87906
+ color: #4f86f4;
87905
87907
  background: transparent;
87906
87908
  border-color: transparent transparent transparent transparent;
87907
87909
  border-width: 0px 0px 0px 0px;
@@ -88156,7 +88158,7 @@ title: Word Break
88156
88158
  }
88157
88159
 
88158
88160
  .amis-scope .a-Breadcrumb-dropdown > li:hover {
88159
- background: #e3e1fa;
88161
+ background: rgba(0, 126, 255, 0.08);
88160
88162
  }
88161
88163
 
88162
88164
  .amis-scope .a-Breadcrumb-dropdown > li:hover a {
@@ -88209,7 +88211,7 @@ title: Word Break
88209
88211
  }
88210
88212
 
88211
88213
  .amis-scope .a-Badge--info {
88212
- background: #7266ba;
88214
+ background: #23b7e5;
88213
88215
  }
88214
88216
 
88215
88217
  .amis-scope .a-Badge--success {
@@ -90333,7 +90335,7 @@ title: Word Break
90333
90335
 
90334
90336
  .amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
90335
90337
  color: #7266ba;
90336
- background: transparent;
90338
+ background: #fff;
90337
90339
  border-color: #7266ba #7266ba #7266ba #7266ba;
90338
90340
  border-width: 1px 1px 1px 1px;
90339
90341
  border-style: solid solid solid solid;
@@ -90342,7 +90344,7 @@ title: Word Break
90342
90344
 
90343
90345
  .amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
90344
90346
  color: #584a94;
90345
- background: transparent;
90347
+ background: #fff;
90346
90348
  border-color: #584a94 #584a94 #584a94 #584a94;
90347
90349
  border-width: 1px 1px 1px 1px;
90348
90350
  border-style: solid solid solid solid;
@@ -90352,7 +90354,7 @@ title: Word Break
90352
90354
  .amis-scope .a-ArrayInput-addBtn:disabled,
90353
90355
  .amis-scope .a-ArrayInput-addBtn.is-disabled {
90354
90356
  color: #b9b8bf;
90355
- background: #f8f7fa;
90357
+ background: #ffffff;
90356
90358
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
90357
90359
  border-width: 1px 1px 1px 1px;
90358
90360
  border-style: solid solid solid solid;
@@ -90818,11 +90820,11 @@ title: Word Break
90818
90820
  }
90819
90821
 
90820
90822
  .amis-scope .a-Tabs--card > .a-Tabs-linksContainer {
90821
- background: #f8f7fa;
90823
+ background: #ffffff;
90822
90824
  }
90823
90825
 
90824
90826
  .amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper {
90825
- background: #f8f7fa;
90827
+ background: #ffffff;
90826
90828
  }
90827
90829
 
90828
90830
  .amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-addable {
@@ -91048,7 +91050,7 @@ title: Word Break
91048
91050
 
91049
91051
  .amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper {
91050
91052
  flex-direction: column;
91051
- background: #f8f7fa;
91053
+ background: #ffffff;
91052
91054
  }
91053
91055
 
91054
91056
  .amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links {
@@ -91080,7 +91082,7 @@ title: Word Break
91080
91082
  .amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:hover,
91081
91083
  .amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:focus {
91082
91084
  color: #7266ba;
91083
- background: #f8f7fa;
91085
+ background: #ffffff;
91084
91086
  border-color: #7266ba;
91085
91087
  }
91086
91088
 
@@ -91177,7 +91179,7 @@ title: Word Break
91177
91179
  }
91178
91180
 
91179
91181
  .amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper {
91180
- background: #f8f7fa;
91182
+ background: #ffffff;
91181
91183
  border-bottom: none;
91182
91184
  overflow-x: hidden;
91183
91185
  }
@@ -91247,11 +91249,11 @@ title: Word Break
91247
91249
  .amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .chrome-tab-background {
91248
91250
  z-index: 3;
91249
91251
  display: block;
91250
- background-color: #f8f7fa;
91252
+ background-color: #ffffff;
91251
91253
  }
91252
91254
 
91253
91255
  .amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .chrome-tab-background > svg {
91254
- fill: #f8f7fa;
91256
+ fill: #ffffff;
91255
91257
  }
91256
91258
 
91257
91259
  .amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover:after {
@@ -91746,7 +91748,7 @@ title: Word Break
91746
91748
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
91747
91749
  color: #7266ba;
91748
91750
  position: relative;
91749
- background: #f8f7fa !important;
91751
+ background: #ffffff !important;
91750
91752
  }
91751
91753
 
91752
91754
  .amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
@@ -91827,7 +91829,7 @@ title: Word Break
91827
91829
  .amis-scope .a-Page {
91828
91830
  width: 100%;
91829
91831
  height: 100%;
91830
- background: #ffffff;
91832
+ background: #edf1f2;
91831
91833
  }
91832
91834
 
91833
91835
  .amis-scope .a-Page-header {
@@ -92045,7 +92047,7 @@ title: Word Break
92045
92047
 
92046
92048
  .amis-scope .a-Video-cursor {
92047
92049
  position: absolute;
92048
- border: 2px solid #7266ba;
92050
+ border: 2px solid #23b7e5;
92049
92051
  transition: all 0s ease-out;
92050
92052
  }
92051
92053
 
@@ -92276,12 +92278,12 @@ title: Word Break
92276
92278
  }
92277
92279
 
92278
92280
  .amis-scope .a-Panel--default > .a-Panel-heading {
92279
- background: #f8f7fa;
92281
+ background: #f6f8f8;
92280
92282
  color: #181526;
92281
92283
  }
92282
92284
 
92283
92285
  .amis-scope .a-Panel--default > .a-Panel-heading .badge {
92284
- color: #f8f7fa;
92286
+ color: #ffffff;
92285
92287
  background: #323040;
92286
92288
  }
92287
92289
 
@@ -92328,22 +92330,22 @@ title: Word Break
92328
92330
  }
92329
92331
 
92330
92332
  .amis-scope .a-Panel--info {
92331
- border-color: #7266ba;
92333
+ border-color: #23b7e5;
92332
92334
  }
92333
92335
 
92334
92336
  .amis-scope .a-Panel--info > .a-Panel-heading {
92335
- background: #7266ba;
92337
+ background: #23b7e5;
92336
92338
  color: #ffffff;
92337
92339
  }
92338
92340
 
92339
92341
  .amis-scope .a-Panel--info > .a-Panel-heading .badge {
92340
- color: #7266ba;
92342
+ color: #23b7e5;
92341
92343
  background: #ffffff;
92342
92344
  }
92343
92345
 
92344
92346
  .amis-scope .a-Panel--info > .a-Panel-heading,
92345
92347
  .amis-scope .a-Panel--info > .a-Panel-footer {
92346
- border-color: #7266ba;
92348
+ border-color: #23b7e5;
92347
92349
  }
92348
92350
 
92349
92351
  .amis-scope .a-Panel--warning {
@@ -92492,7 +92494,7 @@ title: Word Break
92492
92494
  }
92493
92495
 
92494
92496
  .amis-scope .a-Sparkline-line {
92495
- stroke: #7266ba;
92497
+ stroke: #23b7e5;
92496
92498
  stroke-width: 1px;
92497
92499
  }
92498
92500
 
@@ -92836,7 +92838,7 @@ title: Word Break
92836
92838
  }
92837
92839
 
92838
92840
  .amis-scope .a-DropDown.is-actived .a-Button {
92839
- color: #7266ba;
92841
+ color: #23b7e5;
92840
92842
  }
92841
92843
 
92842
92844
  .amis-scope .a-DropDown--block {
@@ -93298,7 +93300,7 @@ title: Word Break
93298
93300
  .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
93299
93301
  .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
93300
93302
  .amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
93301
- background: #7266ba !important;
93303
+ background: #23b7e5 !important;
93302
93304
  color: #fff;
93303
93305
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
93304
93306
  }
@@ -93407,7 +93409,7 @@ title: Word Break
93407
93409
  padding: 1rem;
93408
93410
  margin: 0;
93409
93411
  cursor: pointer;
93410
- background: #f8f7fa;
93412
+ background: #ffffff;
93411
93413
  }
93412
93414
 
93413
93415
  .amis-scope .a-Collapse-header-wrapper {
@@ -93946,7 +93948,7 @@ title: Word Break
93946
93948
  .amis-scope .a-CBFunc-args > span {
93947
93949
  display: inline-block;
93948
93950
  padding: 0 5px;
93949
- color: #7266ba;
93951
+ color: #23b7e5;
93950
93952
  }
93951
93953
 
93952
93954
  .amis-scope .a-CBFunc-args > div {
@@ -93968,7 +93970,7 @@ title: Word Break
93968
93970
  }
93969
93971
 
93970
93972
  .amis-scope .a-CBFormula-label {
93971
- background: #f8f7fa;
93973
+ background: #ffffff;
93972
93974
  color: #b9b8bf;
93973
93975
  display: block;
93974
93976
  font-size: 12px;
@@ -94252,7 +94254,7 @@ title: Word Break
94252
94254
 
94253
94255
  .amis-scope .a-Wizard ul li.active,
94254
94256
  .amis-scope .a-Wizard-tabs ul li.active {
94255
- color: #7266ba;
94257
+ color: #23b7e5;
94256
94258
  }
94257
94259
 
94258
94260
  .amis-scope .a-Wizard .a-Panel-footer > .a-Form-group,
@@ -95066,7 +95068,7 @@ title: Word Break
95066
95068
  }
95067
95069
 
95068
95070
  .amis-scope .a-Table-table > thead > tr > th {
95069
- background: #f8f7fa;
95071
+ background: #ffffff;
95070
95072
  padding: calc(
95071
95073
  (2.5rem - 12px * 1.5) /
95072
95074
  2
@@ -95138,7 +95140,7 @@ title: Word Break
95138
95140
  }
95139
95141
 
95140
95142
  .amis-scope .a-Table-table > tbody > tr > th {
95141
- background: #f8f7fa;
95143
+ background: #ffffff;
95142
95144
  color: #181526;
95143
95145
  font-weight: 400;
95144
95146
  white-space: nowrap;
@@ -95173,7 +95175,7 @@ title: Word Break
95173
95175
 
95174
95176
  .amis-scope .a-Table-table > tbody > tr:hover,
95175
95177
  .amis-scope .a-Table-table > tbody > tr.is-hovered {
95176
- background: #e3e1fa;
95178
+ background: #f3f6f6;
95177
95179
  border-color: #e9e8eb;
95178
95180
  color: #181526;
95179
95181
  }
@@ -95192,7 +95194,7 @@ title: Word Break
95192
95194
  }
95193
95195
 
95194
95196
  .amis-scope .a-Table-table > tbody > tr.is-checked {
95195
- background: #f8f7fa;
95197
+ background: #ffffff;
95196
95198
  border-color: #e9e8eb;
95197
95199
  color: #b9b8bf;
95198
95200
  }
@@ -96277,12 +96279,12 @@ title: Word Break
96277
96279
  }
96278
96280
 
96279
96281
  .amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider:hover {
96280
- background: #ffffff;
96282
+ background: #edf1f2;
96281
96283
  color: #7266ba;
96282
96284
  }
96283
96285
 
96284
96286
  .amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider.is-selected {
96285
- background: #ffffff;
96287
+ background: #edf1f2;
96286
96288
  color: #7266ba;
96287
96289
  }
96288
96290
 
@@ -96319,7 +96321,7 @@ title: Word Break
96319
96321
  .amis-scope .a-Table-itemActions a {
96320
96322
  cursor: pointer;
96321
96323
  padding: 0.25rem 0.5rem;
96322
- color: #7266ba;
96324
+ color: #23b7e5;
96323
96325
  text-decoration: none;
96324
96326
  }
96325
96327
 
@@ -96339,11 +96341,11 @@ title: Word Break
96339
96341
  clear: both;
96340
96342
  margin-top: 0.25rem;
96341
96343
  width: 100%;
96342
- color: #7266ba;
96344
+ color: #23b7e5;
96343
96345
  }
96344
96346
 
96345
96347
  .amis-scope .a-Table-foot {
96346
- background: #f8f7fa;
96348
+ background: #ffffff;
96347
96349
  }
96348
96350
 
96349
96351
  .amis-scope .a-Table-footTable {
@@ -96533,7 +96535,7 @@ title: Word Break
96533
96535
 
96534
96536
  .amis-scope .a-InputTable-toolbar .a-Button {
96535
96537
  border-color: transparent;
96536
- color: #1890ff;
96538
+ color: #7266ba;
96537
96539
  }
96538
96540
 
96539
96541
  .amis-scope .a-InputTable-pager {
@@ -96739,7 +96741,7 @@ title: Word Break
96739
96741
  }
96740
96742
 
96741
96743
  .amis-scope .a-Table2 .a-Table-table > thead > tr > th {
96742
- background: #f8f7fa;
96744
+ background: #ffffff;
96743
96745
  padding: calc(
96744
96746
  (
96745
96747
  2.5625rem - 12px *
@@ -96789,11 +96791,11 @@ title: Word Break
96789
96791
  }
96790
96792
 
96791
96793
  .amis-scope .a-Table2 .a-Table-table > tbody > tr.a-Table-summary-row > td {
96792
- background: #f8f7fa;
96794
+ background: #ffffff;
96793
96795
  }
96794
96796
 
96795
96797
  .amis-scope .a-Table2 .a-Table-table > tbody > tr > th {
96796
- background: #f8f7fa;
96798
+ background: #ffffff;
96797
96799
  color: #181526;
96798
96800
  font-weight: 400;
96799
96801
  white-space: nowrap;
@@ -96850,7 +96852,7 @@ title: Word Break
96850
96852
 
96851
96853
  .amis-scope .a-Table2 .a-Table-table > tbody > tr:hover,
96852
96854
  .amis-scope .a-Table2 .a-Table-table > tbody > tr.is-hovered {
96853
- background: #e3e1fa;
96855
+ background: #f3f6f6;
96854
96856
  border-color: #e9e8eb;
96855
96857
  color: #181526;
96856
96858
  }
@@ -96861,7 +96863,7 @@ title: Word Break
96861
96863
  }
96862
96864
 
96863
96865
  .amis-scope .a-Table2 .a-Table-table > tbody > tr.is-checked {
96864
- background: #f8f7fa;
96866
+ background: #ffffff;
96865
96867
  border-color: #e9e8eb;
96866
96868
  color: #b9b8bf;
96867
96869
  }
@@ -96883,7 +96885,7 @@ title: Word Break
96883
96885
  }
96884
96886
 
96885
96887
  .amis-scope .a-Table2 .a-Table-table > tbody > tr.is-summary {
96886
- background: #f8f7fa;
96888
+ background: #ffffff;
96887
96889
  color: #181526;
96888
96890
  font-weight: 400;
96889
96891
  }
@@ -97828,12 +97830,12 @@ title: Word Break
97828
97830
  }
97829
97831
 
97830
97832
  .amis-scope .a-Table2 .a-Table-table > tbody > tr.a-Table-row-disabled {
97831
- background: #f8f7fa;
97833
+ background: #ffffff;
97832
97834
  color: #b9b8bf;
97833
97835
  }
97834
97836
 
97835
97837
  .amis-scope .a-Table2 .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-row-hover {
97836
- background: #e3e1fa;
97838
+ background: #f3f6f6;
97837
97839
  border-color: #e9e8eb;
97838
97840
  color: #181526;
97839
97841
  }
@@ -97875,7 +97877,7 @@ title: Word Break
97875
97877
  }
97876
97878
 
97877
97879
  .amis-scope .a-Table2 .a-Table-table > tbody > tr.a-Table-expanded-row > td {
97878
- background: #e3e1fa;
97880
+ background: #f3f6f6;
97879
97881
  }
97880
97882
 
97881
97883
  .amis-scope .a-Table2 .a-Table-table > tfoot > tr {
@@ -97889,7 +97891,7 @@ title: Word Break
97889
97891
  1.5
97890
97892
  ) / 2
97891
97893
  ) 0.625rem;
97892
- background: #f8f7fa;
97894
+ background: #ffffff;
97893
97895
  }
97894
97896
 
97895
97897
  .amis-scope .a-Table2 .a-Table-container .a-Table-header {
@@ -98086,12 +98088,12 @@ title: Word Break
98086
98088
  }
98087
98089
 
98088
98090
  .amis-scope .a-Table2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider:hover {
98089
- background: #ffffff;
98091
+ background: #edf1f2;
98090
98092
  color: #7266ba;
98091
98093
  }
98092
98094
 
98093
98095
  .amis-scope .a-Table2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider.is-selected {
98094
- background: #ffffff;
98096
+ background: #edf1f2;
98095
98097
  color: #7266ba;
98096
98098
  }
98097
98099
 
@@ -98230,7 +98232,7 @@ title: Word Break
98230
98232
  }
98231
98233
 
98232
98234
  .amis-scope .a-ColumnToggler.is-actived > .a-Button {
98233
- color: #7266ba;
98235
+ color: #23b7e5;
98234
98236
  }
98235
98237
 
98236
98238
  .amis-scope .a-ColumnToggler--block {
@@ -98274,7 +98276,7 @@ title: Word Break
98274
98276
  height: 2.125rem;
98275
98277
  vertical-align: middle;
98276
98278
  user-select: none;
98277
- color: #7266ba;
98279
+ color: #23b7e5;
98278
98280
  text-decoration: none;
98279
98281
  }
98280
98282
 
@@ -98386,7 +98388,7 @@ title: Word Break
98386
98388
  }
98387
98389
 
98388
98390
  .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
98389
- border: 1px solid #7266ba;
98391
+ border: 1px solid #23b7e5;
98390
98392
  }
98391
98393
 
98392
98394
  .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label {
@@ -98433,7 +98435,7 @@ title: Word Break
98433
98435
  }
98434
98436
 
98435
98437
  .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
98436
- color: #7266ba;
98438
+ color: #23b7e5;
98437
98439
  }
98438
98440
 
98439
98441
  .amis-scope .a-ColumnToggler-modal-footer > div {
@@ -98552,7 +98554,7 @@ title: Word Break
98552
98554
 
98553
98555
  .amis-scope .a-List-dragTip {
98554
98556
  width: 100%;
98555
- color: #7266ba;
98557
+ color: #23b7e5;
98556
98558
  clear: both;
98557
98559
  margin-top: 0.25rem;
98558
98560
  }
@@ -98632,7 +98634,7 @@ title: Word Break
98632
98634
  }
98633
98635
 
98634
98636
  .amis-scope .a-ListItem:nth-child(even) {
98635
- background: #f8f7fa;
98637
+ background: #ffffff;
98636
98638
  }
98637
98639
 
98638
98640
  .amis-scope .a-ListItem-checkBtn {
@@ -98689,7 +98691,7 @@ title: Word Break
98689
98691
  }
98690
98692
 
98691
98693
  .amis-scope .a-ListItem.is-checked {
98692
- background: #e3e1fa;
98694
+ background: rgba(0, 126, 255, 0.08);
98693
98695
  border-color: #584a94;
98694
98696
  color: #584a94;
98695
98697
  }
@@ -98805,7 +98807,7 @@ title: Word Break
98805
98807
 
98806
98808
  .amis-scope .a-Cards-dragTip {
98807
98809
  width: 100%;
98808
- color: #7266ba;
98810
+ color: #23b7e5;
98809
98811
  clear: both;
98810
98812
  margin-top: 0.25rem;
98811
98813
  }
@@ -99377,7 +99379,7 @@ title: Word Break
99377
99379
  position: absolute;
99378
99380
  pointer-events: none;
99379
99381
  z-index: 1;
99380
- border: 0.0625rem dashed #7266ba;
99382
+ border: 0.0625rem dashed #23b7e5;
99381
99383
  }
99382
99384
 
99383
99385
  .amis-scope .a-Field--quickEditable:hover .a-Field-quickEditBtn {
@@ -99570,7 +99572,7 @@ title: Word Break
99570
99572
  }
99571
99573
 
99572
99574
  .amis-scope .a-Progress-circle .bg-info-circle-path {
99573
- stroke: #7266ba;
99575
+ stroke: #23b7e5;
99574
99576
  }
99575
99577
 
99576
99578
  .amis-scope .a-Progress-circle .bg-success-circle-path {
@@ -99855,7 +99857,7 @@ title: Word Break
99855
99857
  .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > span:hover,
99856
99858
  .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > a:focus,
99857
99859
  .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > span:focus {
99858
- background-color: #f8f7fa;
99860
+ background-color: #ffffff;
99859
99861
  border-color: #b9b8bf;
99860
99862
  }
99861
99863
 
@@ -99867,23 +99869,28 @@ title: Word Break
99867
99869
  margin-bottom: 0.5rem;
99868
99870
  }
99869
99871
 
99870
- .amis-scope .a-Wrapper--xs {
99872
+ .amis-scope .a-Wrapper--xs,
99873
+ .amis-scope .a-Container--xs {
99871
99874
  padding: 0.25rem;
99872
99875
  }
99873
99876
 
99874
- .amis-scope .a-Wrapper--sm {
99877
+ .amis-scope .a-Wrapper--sm,
99878
+ .amis-scope .a-Container--sm {
99875
99879
  padding: 0.5rem;
99876
99880
  }
99877
99881
 
99878
- .amis-scope .a-Wrapper--md {
99882
+ .amis-scope .a-Wrapper--md,
99883
+ .amis-scope .a-Container--md {
99879
99884
  padding: 1rem;
99880
99885
  }
99881
99886
 
99882
- .amis-scope .a-Wrapper--lg {
99887
+ .amis-scope .a-Wrapper--lg,
99888
+ .amis-scope .a-Container--lg {
99883
99889
  padding: 1.25rem;
99884
99890
  }
99885
99891
 
99886
- .amis-scope .a-Wrapper--xl {
99892
+ .amis-scope .a-Wrapper--xl,
99893
+ .amis-scope .a-Container--xl {
99887
99894
  padding: 1.5rem;
99888
99895
  }
99889
99896
 
@@ -100746,7 +100753,7 @@ title: Word Break
100746
100753
 
100747
100754
  .amis-scope .a-InputBox.is-disabled {
100748
100755
  color: #b9b8bf;
100749
- background: #f8f7fa;
100756
+ background: #ffffff;
100750
100757
  border-color: #e9e8eb;
100751
100758
  }
100752
100759
 
@@ -101142,7 +101149,7 @@ title: Word Break
101142
101149
 
101143
101150
  .amis-scope .a-ResultBox.is-disabled {
101144
101151
  color: #b9b8bf;
101145
- background: #f8f7fa;
101152
+ background: #ffffff;
101146
101153
  border-color: #e9e8eb;
101147
101154
  pointer-events: none;
101148
101155
  background: #f7f7f9;
@@ -101258,7 +101265,7 @@ title: Word Break
101258
101265
  }
101259
101266
 
101260
101267
  .amis-scope .a-ResultBox-value {
101261
- background: #f8f7fa;
101268
+ background: #ffffff;
101262
101269
  color: #000;
101263
101270
  font-size: 14px;
101264
101271
  padding: 0 0.25rem;
@@ -101319,10 +101326,6 @@ title: Word Break
101319
101326
  padding: 0 0.75rem;
101320
101327
  }
101321
101328
 
101322
- .amis-scope .a-ResultBox.a-TransferDropDown.is-group {
101323
- padding: 0.25rem;
101324
- }
101325
-
101326
101329
  .amis-scope .a-ResultBox.a-TransferDropDown.is-group > .a-TransferDropDown-icon {
101327
101330
  margin-right: 0.5rem;
101328
101331
  }
@@ -101332,7 +101335,7 @@ title: Word Break
101332
101335
  }
101333
101336
 
101334
101337
  .amis-scope .a-ResultBox.a-TransferDropDown > .a-ResultBox-value {
101335
- background: #f8f7fa;
101338
+ background: #ffffff;
101336
101339
  }
101337
101340
 
101338
101341
  .amis-scope .a-ResultBox.a-TransferDropDown > .a-ResultBox-value:hover {
@@ -101699,7 +101702,7 @@ title: Word Break
101699
101702
  }
101700
101703
 
101701
101704
  .amis-scope .a-ListMenu-item.is-active {
101702
- color: #7266ba;
101705
+ color: #23b7e5;
101703
101706
  background: transparent;
101704
101707
  }
101705
101708
 
@@ -101724,7 +101727,7 @@ title: Word Break
101724
101727
  }
101725
101728
 
101726
101729
  .amis-scope .a-PopOver > .a-ListMenu {
101727
- border-color: #7266ba;
101730
+ border-color: #23b7e5;
101728
101731
  }
101729
101732
 
101730
101733
  .amis-scope .a-Log {
@@ -101797,7 +101800,7 @@ title: Word Break
101797
101800
 
101798
101801
  .amis-scope .a-Log-operation > a:hover {
101799
101802
  background: rgba(255, 255, 255, 0.6);
101800
- color: #7266ba;
101803
+ color: #23b7e5;
101801
101804
  }
101802
101805
 
101803
101806
  .amis-scope .a-Log-operation > a > svg {
@@ -101986,7 +101989,7 @@ title: Word Break
101986
101989
  }
101987
101990
 
101988
101991
  .amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
101989
- background-color: #7266ba;
101992
+ background-color: #23b7e5;
101990
101993
  }
101991
101994
 
101992
101995
  .amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-ellText {
@@ -102108,7 +102111,7 @@ title: Word Break
102108
102111
  }
102109
102112
 
102110
102113
  .amis-scope .a-Steps--vertical .is-finish .a-StepsItem-containerProgressDot:after {
102111
- background: #7266ba;
102114
+ background: #23b7e5;
102112
102115
  }
102113
102116
 
102114
102117
  .amis-scope .a-Steps--Placement-vertical {
@@ -102184,7 +102187,7 @@ title: Word Break
102184
102187
  }
102185
102188
 
102186
102189
  .amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
102187
- background-color: #7266ba;
102190
+ background-color: #23b7e5;
102188
102191
  }
102189
102192
 
102190
102193
  .amis-scope .a-Steps--Placement-vertical .a-StepsItem:last-child .a-StepsItem-containerTail:after {
@@ -102192,7 +102195,7 @@ title: Word Break
102192
102195
  }
102193
102196
 
102194
102197
  .amis-scope .a-Steps--Placement-vertical .is-finish .a-StepsItem-containerTail:after {
102195
- background: #7266ba;
102198
+ background: #23b7e5;
102196
102199
  }
102197
102200
 
102198
102201
  .amis-scope .a-Steps--ProgressDot .a-StepsItem-containerTail:after {
@@ -102206,12 +102209,12 @@ title: Word Break
102206
102209
  width: 0.5rem;
102207
102210
  height: 0.5rem;
102208
102211
  margin-left: 6rem;
102209
- border: 1px solid #7266ba;
102212
+ border: 1px solid #23b7e5;
102210
102213
  border-radius: 100%;
102211
102214
  }
102212
102215
 
102213
102216
  .amis-scope .a-Steps--ProgressDot .is-finish .a-StepsItem-containerTail:after {
102214
- background: #7266ba;
102217
+ background: #23b7e5;
102215
102218
  }
102216
102219
 
102217
102220
  .amis-scope .a-Steps--ProgressDot .is-wait .a-StepsItem-containerProgressDot {
@@ -102225,8 +102228,8 @@ title: Word Break
102225
102228
  }
102226
102229
 
102227
102230
  .amis-scope .a-Steps--ProgressDot .is-process .a-StepsItem-containerProgressDot {
102228
- border: 1px solid #7266ba;
102229
- background: #7266ba;
102231
+ border: 1px solid #23b7e5;
102232
+ background: #23b7e5;
102230
102233
  }
102231
102234
 
102232
102235
  .amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-icon {
@@ -102249,9 +102252,9 @@ title: Word Break
102249
102252
 
102250
102253
  .amis-scope .a-Steps .a-StepsItem.is-finish .a-StepsItem-icon,
102251
102254
  .amis-scope .a-Steps .a-StepsItem.is-process .a-StepsItem-icon {
102252
- background-color: #7266ba;
102255
+ background-color: #23b7e5;
102253
102256
  color: #ffffff;
102254
- border: 1px solid #7266ba;
102257
+ border: 1px solid #23b7e5;
102255
102258
  }
102256
102259
 
102257
102260
  .amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title::after {
@@ -102279,7 +102282,7 @@ title: Word Break
102279
102282
  }
102280
102283
 
102281
102284
  .amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerIcon.is-success:after {
102282
- background-color: #7266ba;
102285
+ background-color: #23b7e5;
102283
102286
  }
102284
102287
 
102285
102288
  .amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem:last-child {
@@ -102941,7 +102944,7 @@ title: Word Break
102941
102944
  }
102942
102945
 
102943
102946
  .amis-scope .a-InputGroup.is-focused .a-Select {
102944
- background: #e3e1fa;
102947
+ background: rgba(0, 126, 255, 0.08);
102945
102948
  }
102946
102949
 
102947
102950
  .amis-scope .a-InputGroup.is-focused .a-Select {
@@ -103040,7 +103043,7 @@ title: Word Break
103040
103043
 
103041
103044
  .amis-scope .a-TextControl.is-disabled > .a-TextControl-input {
103042
103045
  color: #b9b8bf;
103043
- background: #f8f7fa;
103046
+ background: #ffffff;
103044
103047
  border-color: #e9e8eb;
103045
103048
  transition: all 0s;
103046
103049
  }
@@ -103267,7 +103270,7 @@ title: Word Break
103267
103270
 
103268
103271
  .amis-scope .a-TextControl-sugItem.is-highlight {
103269
103272
  color: #181526;
103270
- background: #e3e1fa;
103273
+ background: rgba(0, 126, 255, 0.08);
103271
103274
  }
103272
103275
 
103273
103276
  .amis-scope .a-TextControl-sugItem .is-matched {
@@ -103313,7 +103316,7 @@ title: Word Break
103313
103316
  white-space: nowrap;
103314
103317
  line-height: calc( 1.5 * 14px - 0.125rem );
103315
103318
  font-size: 12px;
103316
- background: #f8f7fa;
103319
+ background: #ffffff;
103317
103320
  border-radius: 0.125rem;
103318
103321
  margin: 2px 3px;
103319
103322
  display: flex;
@@ -103448,7 +103451,7 @@ title: Word Break
103448
103451
 
103449
103452
  .amis-scope .a-TextareaControl.is-disabled > .a-TextareaControl-input {
103450
103453
  color: #b9b8bf;
103451
- background: #f8f7fa;
103454
+ background: #ffffff;
103452
103455
  border-color: #e9e8eb;
103453
103456
  transition: all 0s;
103454
103457
  }
@@ -103628,7 +103631,7 @@ title: Word Break
103628
103631
  }
103629
103632
 
103630
103633
  .amis-scope .a-Checkbox:hover input:not(:disabled) + i {
103631
- border-color: #7266ba;
103634
+ border-color: #23b7e5;
103632
103635
  }
103633
103636
 
103634
103637
  .amis-scope .a-Checkbox.a-Checkbox--checkbox.a-Checkbox--button > i + span {
@@ -103688,13 +103691,13 @@ title: Word Break
103688
103691
  }
103689
103692
 
103690
103693
  .amis-scope .a-Checkbox--checkbox input:checked + i {
103691
- border-color: #7266ba;
103694
+ border-color: #23b7e5;
103692
103695
  }
103693
103696
 
103694
103697
  .amis-scope .a-Checkbox--checkbox input:checked + i:before {
103695
103698
  width: 0.5rem;
103696
103699
  height: 0.5rem;
103697
- background: #7266ba;
103700
+ background: #23b7e5;
103698
103701
  }
103699
103702
 
103700
103703
  .amis-scope .a-Checkbox--checkbox input[disabled] + i {
@@ -103754,8 +103757,8 @@ title: Word Break
103754
103757
  }
103755
103758
 
103756
103759
  .amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked + i {
103757
- border-color: #7266ba;
103758
- background: #7266ba;
103760
+ border-color: #23b7e5;
103761
+ background: #23b7e5;
103759
103762
  }
103760
103763
 
103761
103764
  .amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked + i:before {
@@ -103766,17 +103769,17 @@ title: Word Break
103766
103769
 
103767
103770
  .amis-scope .a-Checkbox--full.a-Checkbox--checkbox input[disabled] + i {
103768
103771
  border-color: #e9e8eb;
103769
- background: #f8f7fa;
103772
+ background: #ffffff;
103770
103773
  }
103771
103774
 
103772
103775
  .amis-scope .a-Checkbox--full.a-Checkbox--checkbox input[disabled]:checked + i:before {
103773
103776
  border-color: #b9b8bf;
103774
- background: #f8f7fa;
103777
+ background: #ffffff;
103775
103778
  }
103776
103779
 
103777
103780
  .amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked[disabled] + i {
103778
103781
  border-color: #e9e8eb;
103779
- background: #f8f7fa;
103782
+ background: #ffffff;
103780
103783
  }
103781
103784
 
103782
103785
  .amis-scope .a-Checkbox--full.a-Checkbox--checkbox > i {
@@ -103803,13 +103806,13 @@ title: Word Break
103803
103806
  }
103804
103807
 
103805
103808
  .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input + i {
103806
- border-color: #7266ba;
103809
+ border-color: #23b7e5;
103807
103810
  }
103808
103811
 
103809
103812
  .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input + i:before {
103810
103813
  width: 0.5rem;
103811
103814
  height: 0.5rem;
103812
- background: #7266ba;
103815
+ background: #23b7e5;
103813
103816
  }
103814
103817
 
103815
103818
  .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i {
@@ -103825,7 +103828,7 @@ title: Word Break
103825
103828
  .amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input:checked[disabled] + i {
103826
103829
  width: 0.5rem;
103827
103830
  height: 0.5rem;
103828
- background: #f8f7fa;
103831
+ background: #ffffff;
103829
103832
  }
103830
103833
 
103831
103834
  .amis-scope .a-Checkbox--button.a-Checkbox--checkbox {
@@ -103847,9 +103850,9 @@ title: Word Break
103847
103850
  }
103848
103851
 
103849
103852
  .amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
103850
- color: #7266ba;
103851
- border-color: #7266ba;
103852
- box-shadow: -1px 0 0 0 #7266ba;
103853
+ color: #23b7e5;
103854
+ border-color: #23b7e5;
103855
+ box-shadow: -1px 0 0 0 #23b7e5;
103853
103856
  }
103854
103857
 
103855
103858
  .amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled):first-child {
@@ -103873,7 +103876,7 @@ title: Word Break
103873
103876
  width: 0;
103874
103877
  height: 0;
103875
103878
  border-width: 0.5rem;
103876
- border-color: #7266ba transparent transparent #7266ba;
103879
+ border-color: #23b7e5 transparent transparent #23b7e5;
103877
103880
  border-radius: 0;
103878
103881
  }
103879
103882
 
@@ -103925,9 +103928,9 @@ title: Word Break
103925
103928
  }
103926
103929
 
103927
103930
  .amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button {
103928
- border-color: #7266ba;
103929
- color: #7266ba;
103930
- box-shadow: -1px 0 0 0 #7266ba;
103931
+ border-color: #23b7e5;
103932
+ color: #23b7e5;
103933
+ box-shadow: -1px 0 0 0 #23b7e5;
103931
103934
  }
103932
103935
 
103933
103936
  .amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button:first-child {
@@ -103956,7 +103959,7 @@ title: Word Break
103956
103959
  }
103957
103960
 
103958
103961
  .amis-scope .a-Checkbox--button--disabled--checked.a-Checkbox--checkbox {
103959
- background: #f8f7fa;
103962
+ background: #ffffff;
103960
103963
  border-color: #e9e8eb !important;
103961
103964
  }
103962
103965
 
@@ -103973,13 +103976,13 @@ title: Word Break
103973
103976
  }
103974
103977
 
103975
103978
  .amis-scope .a-Checkbox--radio input:checked + i {
103976
- border-color: #7266ba;
103979
+ border-color: #23b7e5;
103977
103980
  }
103978
103981
 
103979
103982
  .amis-scope .a-Checkbox--radio input:checked + i:before {
103980
103983
  width: 0.5rem;
103981
103984
  height: 0.5rem;
103982
- background: #7266ba;
103985
+ background: #23b7e5;
103983
103986
  border-radius: 50%;
103984
103987
  }
103985
103988
 
@@ -104017,7 +104020,7 @@ title: Word Break
104017
104020
  }
104018
104021
 
104019
104022
  .amis-scope .a-Checkbox--radio.a-Checkbox--button--disabled--unchecked.a-Checkbox--full i {
104020
- background: #f8f7fa;
104023
+ background: #ffffff;
104021
104024
  border: 1px solid #e8e9eb;
104022
104025
  }
104023
104026
 
@@ -104094,7 +104097,7 @@ title: Word Break
104094
104097
 
104095
104098
  .amis-scope .a-RadiosControl .a-Checkbox--button--disabled--unchecked,
104096
104099
  .amis-scope .a-CheckboxesControl .a-Checkbox--button--disabled--unchecked {
104097
- background: #f8f7fa;
104100
+ background: #ffffff;
104098
104101
  }
104099
104102
 
104100
104103
  .amis-scope .a-RadiosControl .a-Checkbox--button-checked:active,
@@ -104193,7 +104196,7 @@ title: Word Break
104193
104196
  }
104194
104197
 
104195
104198
  .amis-scope .a-GroupedSelection-item:hover {
104196
- background: #f8f7fa;
104199
+ background: #ffffff;
104197
104200
  }
104198
104201
 
104199
104202
  .amis-scope .a-GroupedSelection-item:hover i {
@@ -104273,7 +104276,6 @@ title: Word Break
104273
104276
  .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
104274
104277
  .amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
104275
104278
  padding-left: 0.625rem;
104276
- padding-right: 0;
104277
104279
  }
104278
104280
 
104279
104281
  .amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
@@ -104335,7 +104337,7 @@ title: Word Break
104335
104337
  }
104336
104338
 
104337
104339
  .amis-scope .a-TreeSelection-itemInner:hover {
104338
- background: #f8f7fa;
104340
+ background: #ffffff;
104339
104341
  }
104340
104342
 
104341
104343
  .amis-scope .a-TreeSelection-itemInner.is-active {
@@ -104409,7 +104411,7 @@ title: Word Break
104409
104411
  }
104410
104412
 
104411
104413
  .amis-scope .a-ChainedSelection-item:hover {
104412
- background: #f8f7fa;
104414
+ background: #ffffff;
104413
104415
  }
104414
104416
 
104415
104417
  .amis-scope .a-ChainedSelection-item.is-disabled {
@@ -104465,7 +104467,7 @@ title: Word Break
104465
104467
 
104466
104468
  .amis-scope .a-AssociatedSelection-reload {
104467
104469
  text-align: center;
104468
- color: #7266ba;
104470
+ color: #23b7e5;
104469
104471
  margin: 20px 0 0;
104470
104472
  }
104471
104473
 
@@ -104907,7 +104909,7 @@ title: Word Break
104907
104909
 
104908
104910
  .amis-scope .a-Number-handler-down-disabled,
104909
104911
  .amis-scope .a-Number-handler-up-disabled {
104910
- background: #f8f7fa;
104912
+ background: #ffffff;
104911
104913
  pointer-events: none;
104912
104914
  color: #b9b8bf;
104913
104915
  }
@@ -104922,7 +104924,7 @@ title: Word Break
104922
104924
  border-top-right-radius: 0px;
104923
104925
  border-bottom-right-radius: 0px;
104924
104926
  color: #b9b8bf;
104925
- background: #f8f7fa;
104927
+ background: #ffffff;
104926
104928
  border-color: #e9e8eb;
104927
104929
  }
104928
104930
 
@@ -104933,7 +104935,7 @@ title: Word Break
104933
104935
  .amis-scope .a-Number-disabled .a-Number-handler {
104934
104936
  cursor: not-allowed;
104935
104937
  color: #b9b8bf;
104936
- background: #f8f7fa;
104938
+ background: #ffffff;
104937
104939
  border-color: #e9e8eb;
104938
104940
  opacity: 0.72;
104939
104941
  }
@@ -104944,7 +104946,7 @@ title: Word Break
104944
104946
  }
104945
104947
 
104946
104948
  .amis-scope .a-Number-disabled .a-Number-handler:hover:active {
104947
- background: #f8f7fa;
104949
+ background: #ffffff;
104948
104950
  }
104949
104951
 
104950
104952
  .amis-scope .a-NumberControl:not(.is-inline) > .a-Number {
@@ -105038,26 +105040,26 @@ title: Word Break
105038
105040
 
105039
105041
  .amis-scope .a-Number--enhance .a-Number--enhance-border-min,
105040
105042
  .amis-scope .a-Number--enhance .a-Number--enhance-border-max {
105041
- background: #f8f7fa;
105043
+ background: #ffffff;
105042
105044
  pointer-events: none;
105043
105045
  color: #b9b8bf;
105044
105046
  }
105045
105047
 
105046
105048
  .amis-scope .a-Number--enhance .a-Number--enhance-border-min:hover,
105047
105049
  .amis-scope .a-Number--enhance .a-Number--enhance-border-max:hover {
105048
- background: #f8f7fa;
105050
+ background: #ffffff;
105049
105051
  color: #b9b8bf;
105050
105052
  }
105051
105053
 
105052
105054
  .amis-scope .a-Number--enhance .a-Number--enhance-border-disabled {
105053
- background: #f8f7fa;
105055
+ background: #ffffff;
105054
105056
  color: #b4b6ba;
105055
105057
  cursor: not-allowed;
105056
105058
  }
105057
105059
 
105058
105060
  .amis-scope .a-Number--enhance .a-Number--enhance-border-disabled:hover {
105059
105061
  cursor: not-allowed;
105060
- background: #f8f7fa;
105062
+ background: #ffffff;
105061
105063
  color: #b4b6ba;
105062
105064
  }
105063
105065
 
@@ -105130,7 +105132,7 @@ title: Word Break
105130
105132
 
105131
105133
  .amis-scope .a-Select.is-disabled {
105132
105134
  color: #b9b8bf;
105133
- background: #f8f7fa;
105135
+ background: #ffffff;
105134
105136
  border-color: #e9e8eb;
105135
105137
  }
105136
105138
 
@@ -105230,7 +105232,7 @@ title: Word Break
105230
105232
  display: inline-block;
105231
105233
  vertical-align: middle;
105232
105234
  font-size: 12px;
105233
- background: #f8f7fa;
105235
+ background: #ffffff;
105234
105236
  border: 0.0625rem solid #f3f2f5;
105235
105237
  border-radius: 0.125rem;
105236
105238
  margin-right: 0.25rem;
@@ -105412,7 +105414,7 @@ title: Word Break
105412
105414
 
105413
105415
  .amis-scope .a-Select-option.is-highlight {
105414
105416
  color: #181526;
105415
- background: #e3e1fa;
105417
+ background: rgba(0, 126, 255, 0.08);
105416
105418
  }
105417
105419
 
105418
105420
  .amis-scope .a-Select-option.is-disabled {
@@ -105453,7 +105455,7 @@ title: Word Break
105453
105455
  }
105454
105456
 
105455
105457
  .amis-scope .a-Select-option-hl {
105456
- color: #7266ba;
105458
+ color: #23b7e5;
105457
105459
  }
105458
105460
 
105459
105461
  .amis-scope .a-Select-addBtn {
@@ -105493,9 +105495,10 @@ title: Word Break
105493
105495
  }
105494
105496
 
105495
105497
  .amis-scope .a-Select-clear svg {
105496
- fill: #85848c;
105497
- width: 0.875rem;
105498
- height: 0.875rem;
105498
+ fill: #d5d4d9;
105499
+ color: #d5d4d9;
105500
+ width: 14px;
105501
+ height: 14px;
105499
105502
  top: 0;
105500
105503
  }
105501
105504
 
@@ -105525,7 +105528,7 @@ title: Word Break
105525
105528
  display: inline-block;
105526
105529
  vertical-align: middle;
105527
105530
  font-size: 12px;
105528
- background: #f8f7fa;
105531
+ background: #ffffff;
105529
105532
  border: 0.0625rem solid #f3f2f5;
105530
105533
  border-radius: 0.125rem;
105531
105534
  margin-right: 0.25rem;
@@ -105594,7 +105597,7 @@ title: Word Break
105594
105597
 
105595
105598
  .amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel:hover .a-Tree-itemText,
105596
105599
  .amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-item--isLeaf:hover .a-Tree-itemText {
105597
- background: #f8f7fa;
105600
+ background: #ffffff;
105598
105601
  }
105599
105602
 
105600
105603
  .amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel:active,
@@ -105604,7 +105607,7 @@ title: Word Break
105604
105607
 
105605
105608
  .amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel:active .a-Tree-itemText,
105606
105609
  .amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-item--isLeaf:active .a-Tree-itemText {
105607
- background: #e3e1fa;
105610
+ background: rgba(0, 126, 255, 0.08);
105608
105611
  }
105609
105612
 
105610
105613
  .amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel.is-checked,
@@ -105645,7 +105648,7 @@ title: Word Break
105645
105648
 
105646
105649
  .amis-scope .a-Selections-title {
105647
105650
  height: 2rem;
105648
- background: #f8f7fa;
105651
+ background: #ffffff;
105649
105652
  font-size: 14px;
105650
105653
  padding: calc( ( 2rem - 1.5 * 14px ) / 2 ) 0.5rem;
105651
105654
  }
@@ -106489,7 +106492,7 @@ title: Word Break
106489
106492
  }
106490
106493
 
106491
106494
  .amis-scope .rdt .rdtPicker td.rdtToday:before {
106492
- border-bottom-color: #7266ba;
106495
+ border-bottom-color: #23b7e5;
106493
106496
  }
106494
106497
 
106495
106498
  .amis-scope .rdt .rdtPicker td.rdtActive.rdtToday:before {
@@ -106504,7 +106507,7 @@ title: Word Break
106504
106507
 
106505
106508
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
106506
106509
  .amis-scope .rdt .rdtPicker td.rdtActive:hover > span {
106507
- background: #7266ba;
106510
+ background: #23b7e5;
106508
106511
  }
106509
106512
 
106510
106513
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday {
@@ -106596,7 +106599,7 @@ title: Word Break
106596
106599
 
106597
106600
  .amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem.is-highlight {
106598
106601
  color: #181526;
106599
- background: #e3e1fa;
106602
+ background: rgba(0, 126, 255, 0.08);
106600
106603
  }
106601
106604
 
106602
106605
  .amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem:hover {
@@ -106635,7 +106638,7 @@ title: Word Break
106635
106638
  outline: none;
106636
106639
  width: 3.5rem;
106637
106640
  font-size: 14px;
106638
- color: #7266ba;
106641
+ color: #23b7e5;
106639
106642
  border: 1px solid #e9e8eb;
106640
106643
  border-radius: 2px;
106641
106644
  height: 2.5rem;
@@ -106650,7 +106653,7 @@ title: Word Break
106650
106653
  }
106651
106654
 
106652
106655
  .amis-scope .a-CalendarInput:focus {
106653
- border-color: #7266ba;
106656
+ border-color: #23b7e5;
106654
106657
  box-shadow: none;
106655
106658
  }
106656
106659
 
@@ -106718,9 +106721,9 @@ title: Word Break
106718
106721
  cursor: pointer;
106719
106722
  text-decoration: none;
106720
106723
  font-size: 12px;
106721
- border: 1px solid #7266ba;
106722
- color: #7266ba;
106723
- background: #7266ba;
106724
+ border: 1px solid #23b7e5;
106725
+ color: #23b7e5;
106726
+ background: #23b7e5;
106724
106727
  border-color: #ffffff #584a94 #3e316e #ffffff;
106725
106728
  border-width: #584a94 #3e316e #ffffff 1px;
106726
106729
  border-style: solid solid solid solid;
@@ -106745,7 +106748,7 @@ title: Word Break
106745
106748
 
106746
106749
  .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover {
106747
106750
  color: #7266ba;
106748
- background: transparent;
106751
+ background: #fff;
106749
106752
  border-color: #7266ba #7266ba #7266ba #7266ba;
106750
106753
  border-width: 1px 1px 1px 1px;
106751
106754
  border-style: solid solid solid solid;
@@ -106754,7 +106757,7 @@ title: Word Break
106754
106757
 
106755
106758
  .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
106756
106759
  color: #584a94;
106757
- background: transparent;
106760
+ background: #fff;
106758
106761
  border-color: #584a94 #584a94 #584a94 #584a94;
106759
106762
  border-width: 1px 1px 1px 1px;
106760
106763
  border-style: solid solid solid solid;
@@ -106764,7 +106767,7 @@ title: Word Break
106764
106767
  .amis-scope .rdtBtn:disabled,
106765
106768
  .amis-scope .rdtBtn.is-disabled {
106766
106769
  color: #b9b8bf;
106767
- background: #f8f7fa;
106770
+ background: #ffffff;
106768
106771
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
106769
106772
  border-width: 1px 1px 1px 1px;
106770
106773
  border-style: solid solid solid solid;
@@ -106777,7 +106780,7 @@ title: Word Break
106777
106780
 
106778
106781
  .amis-scope .rdtBtnCancel {
106779
106782
  color: #d5d4d9;
106780
- background: #ffffff;
106783
+ background: #edf1f2;
106781
106784
  border-color: #181526 #ffffff #897fc7 #897fc7;
106782
106785
  border-width: #ffffff #584a94 #584a94 1px;
106783
106786
  border-style: solid solid solid solid;
@@ -106786,7 +106789,7 @@ title: Word Break
106786
106789
 
106787
106790
  .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
106788
106791
  color: #7266ba;
106789
- background: transparent;
106792
+ background: #fff;
106790
106793
  border-color: #7266ba #7266ba #7266ba #7266ba;
106791
106794
  border-width: 1px 1px 1px 1px;
106792
106795
  border-style: solid solid solid solid;
@@ -106795,7 +106798,7 @@ title: Word Break
106795
106798
 
106796
106799
  .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
106797
106800
  color: #584a94;
106798
- background: transparent;
106801
+ background: #fff;
106799
106802
  border-color: #584a94 #584a94 #584a94 #584a94;
106800
106803
  border-width: 1px 1px 1px 1px;
106801
106804
  border-style: solid solid solid solid;
@@ -106805,7 +106808,7 @@ title: Word Break
106805
106808
  .amis-scope .rdtBtnCancel:disabled,
106806
106809
  .amis-scope .rdtBtnCancel.is-disabled {
106807
106810
  color: #b9b8bf;
106808
- background: #f8f7fa;
106811
+ background: #ffffff;
106809
106812
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
106810
106813
  border-width: 1px 1px 1px 1px;
106811
106814
  border-style: solid solid solid solid;
@@ -106935,7 +106938,7 @@ title: Word Break
106935
106938
  .amis-scope td.rdtYear.rdtActive:hover > span,
106936
106939
  .amis-scope td.rdtQuarter.rdtActive > span,
106937
106940
  .amis-scope td.rdtQuarter.rdtActive:hover > span {
106938
- background: #7266ba !important;
106941
+ background: #23b7e5 !important;
106939
106942
  color: #ffffff;
106940
106943
  }
106941
106944
 
@@ -107314,7 +107317,7 @@ title: Word Break
107314
107317
  .amis-scope .a-ImageControl-addBtn:disabled,
107315
107318
  .amis-scope .a-ImageControl-addBtn.is-disabled {
107316
107319
  color: #b9b8bf;
107317
- background: #f8f7fa;
107320
+ background: #ffffff;
107318
107321
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
107319
107322
  border-width: 1px 1px 1px 1px;
107320
107323
  border-style: solid solid solid solid;
@@ -107335,7 +107338,7 @@ title: Word Break
107335
107338
  .amis-scope .a-ImageControl-addBtn.is-disabled {
107336
107339
  pointer-events: none;
107337
107340
  border: 0.0625rem solid #e9e8eb;
107338
- background: #f8f7fa;
107341
+ background: #ffffff;
107339
107342
  color: #b9b8bf;
107340
107343
  }
107341
107344
 
@@ -107467,7 +107470,7 @@ title: Word Break
107467
107470
  height: 5px;
107468
107471
  border-radius: 1px;
107469
107472
  display: block;
107470
- background: #7266ba;
107473
+ background: #23b7e5;
107471
107474
  min-width: 10%;
107472
107475
  transition: ease-out width 0s;
107473
107476
  }
@@ -107527,7 +107530,7 @@ title: Word Break
107527
107530
  height: 120px;
107528
107531
  color: #999;
107529
107532
  border: 2px dashed #e9e8eb;
107530
- border-color: #7266ba;
107533
+ border-color: #23b7e5;
107531
107534
  background: #f3f9fe;
107532
107535
  border-radius: 2px;
107533
107536
  line-height: 120px;
@@ -107699,7 +107702,7 @@ title: Word Break
107699
107702
 
107700
107703
  .amis-scope .a-FileControl-progress > span {
107701
107704
  display: block;
107702
- background: #7266ba;
107705
+ background: #23b7e5;
107703
107706
  border-radius: 1px;
107704
107707
  height: 100%;
107705
107708
  transition: ease-out width 0s;
@@ -107711,7 +107714,7 @@ title: Word Break
107711
107714
  cursor: not-allowed;
107712
107715
  color: #b9b8bf;
107713
107716
  pointer-events: auto;
107714
- background: #f8f7fa;
107717
+ background: #ffffff;
107715
107718
  }
107716
107719
 
107717
107720
  .amis-scope .a-FileControl-dropzone.disabled > .a-FileControl-acceptTip:hover {
@@ -107746,7 +107749,7 @@ title: Word Break
107746
107749
  }
107747
107750
 
107748
107751
  .amis-scope .a-FileControl-acceptTip:hover {
107749
- border-color: #7266ba;
107752
+ border-color: #23b7e5;
107750
107753
  }
107751
107754
 
107752
107755
  .amis-scope .a-FileControl-acceptTip > span {
@@ -107763,7 +107766,7 @@ title: Word Break
107763
107766
  }
107764
107767
 
107765
107768
  .amis-scope .a-FileControl-dropzone.is-active .a-FileControl-acceptTip {
107766
- border-color: #7266ba;
107769
+ border-color: #23b7e5;
107767
107770
  }
107768
107771
 
107769
107772
  .amis-scope .a-FileControl-sum {
@@ -107993,7 +107996,7 @@ title: Word Break
107993
107996
 
107994
107997
  .amis-scope .a-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
107995
107998
  .amis-scope .a-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
107996
- color: #7266ba;
107999
+ color: #23b7e5;
107997
108000
  background: (--colors-neutral-fill-11);
107998
108001
  }
107999
108002
 
@@ -108008,7 +108011,7 @@ title: Word Break
108008
108011
  }
108009
108012
 
108010
108013
  .amis-scope .a-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
108011
- background: #7266ba;
108014
+ background: #23b7e5;
108012
108015
  color: #fff;
108013
108016
  }
108014
108017
 
@@ -108400,7 +108403,7 @@ title: Word Break
108400
108403
  top: 2px;
108401
108404
  width: 1rem;
108402
108405
  height: 1rem;
108403
- margin-left: vvar(--sizes-size-5);
108406
+ margin-left: 0.5rem;
108404
108407
  }
108405
108408
 
108406
108409
  .amis-scope .a-Tree.is-disabled {
@@ -108436,7 +108439,7 @@ title: Word Break
108436
108439
  position: relative;
108437
108440
  user-select: none;
108438
108441
  margin-bottom: 0.25rem;
108439
- padding-left: vvar(--sizes-size-5);
108442
+ padding-left: 0.5rem;
108440
108443
  }
108441
108444
 
108442
108445
  .amis-scope .a-Tree-itemLabel > * {
@@ -108459,7 +108462,7 @@ title: Word Break
108459
108462
  }
108460
108463
 
108461
108464
  .amis-scope .a-Tree-itemLabel:hover .a-Tree-itemLabel-item {
108462
- background-color: #f8f7fa;
108465
+ background-color: #ffffff;
108463
108466
  }
108464
108467
 
108465
108468
  .amis-scope .a-Tree-itemLabel:hover .a-Tree-item-icons {
@@ -108471,7 +108474,7 @@ title: Word Break
108471
108474
  }
108472
108475
 
108473
108476
  .amis-scope .a-Tree-item .is-checked .a-Tree-itemLabel-item {
108474
- background-color: #e3e1fa;
108477
+ background-color: rgba(0, 126, 255, 0.08);
108475
108478
  }
108476
108479
 
108477
108480
  .amis-scope .a-Tree-item .is-checked .a-Tree-item-icons {
@@ -108498,13 +108501,13 @@ title: Word Break
108498
108501
  vertical-align: top;
108499
108502
  height: 1.5rem;
108500
108503
  line-height: 1.5rem;
108501
- padding-right: vvar(--sizes-size-5);
108504
+ padding-right: 0.5rem;
108502
108505
  }
108503
108506
 
108504
108507
  .amis-scope .a-Tree-item-icons > a {
108505
108508
  display: inline-block;
108506
108509
  vertical-align: middle;
108507
- margin-left: vvar(--sizes-size-5);
108510
+ margin-left: 0.5rem;
108508
108511
  cursor: pointer;
108509
108512
  }
108510
108513
 
@@ -108524,7 +108527,7 @@ title: Word Break
108524
108527
  .amis-scope .a-Tree-itemInput > a {
108525
108528
  display: inline-block;
108526
108529
  cursor: pointer;
108527
- margin-left: vvar(--sizes-size-5);
108530
+ margin-left: 0.5rem;
108528
108531
  color: #85848c;
108529
108532
  }
108530
108533
 
@@ -108576,7 +108579,7 @@ title: Word Break
108576
108579
  width: 0.875rem;
108577
108580
  height: 0.875rem;
108578
108581
  top: 0.109375rem;
108579
- margin-right: vvar(--sizes-size-5);
108582
+ margin-right: 0.5rem;
108580
108583
  }
108581
108584
 
108582
108585
  .amis-scope .a-Tree-itemArrow {
@@ -108601,7 +108604,7 @@ title: Word Break
108601
108604
 
108602
108605
  .amis-scope .a-Tree-itemArrowPlaceholder {
108603
108606
  display: inline-block;
108604
- width: calc(1rem + vvar(--sizes-size-5));
108607
+ width: calc(1rem + 0.5rem);
108605
108608
  }
108606
108609
 
108607
108610
  .amis-scope .a-Tree-itemDrager {
@@ -108610,7 +108613,7 @@ title: Word Break
108610
108613
  }
108611
108614
 
108612
108615
  .amis-scope .a-Tree-spinner {
108613
- margin-right: vvar(--sizes-size-5);
108616
+ margin-right: 0.5rem;
108614
108617
  }
108615
108618
 
108616
108619
  .amis-scope .a-Tree-itemIcon {
@@ -108667,7 +108670,7 @@ title: Word Break
108667
108670
 
108668
108671
  .amis-scope .a-Tree-dropIndicator--hover {
108669
108672
  border-radius: 0;
108670
- background-color: #f8f7fa;
108673
+ background-color: #ffffff;
108671
108674
  }
108672
108675
 
108673
108676
  .amis-scope .a-Tree-dropIndicator--hover::after {
@@ -108768,7 +108771,7 @@ title: Word Break
108768
108771
 
108769
108772
  .amis-scope .a-TreeSelect.is-disabled > .a-TreeSelect-input {
108770
108773
  color: #b9b8bf;
108771
- background: #f8f7fa;
108774
+ background: #ffffff;
108772
108775
  border-color: #e9e8eb;
108773
108776
  transition: all 0s;
108774
108777
  }
@@ -108957,7 +108960,7 @@ title: Word Break
108957
108960
  .amis-scope .a-Combo-addBtn:disabled,
108958
108961
  .amis-scope .a-Combo-addBtn.is-disabled {
108959
108962
  color: #b9b8bf;
108960
- background: #f8f7fa;
108963
+ background: #ffffff;
108961
108964
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
108962
108965
  border-width: 1px 1px 1px 1px;
108963
108966
  border-style: solid solid solid solid;
@@ -109007,7 +109010,7 @@ title: Word Break
109007
109010
  }
109008
109011
 
109009
109012
  .amis-scope .a-Combo-item {
109010
- background: #ffffff;
109013
+ background: #edf1f2;
109011
109014
  }
109012
109015
 
109013
109016
  .amis-scope .a-Combo-itemDrager {
@@ -109046,7 +109049,7 @@ title: Word Break
109046
109049
  }
109047
109050
 
109048
109051
  .amis-scope .a-Combo--hor .a-Combo-itemTag label {
109049
- color: #7266ba;
109052
+ color: #23b7e5;
109050
109053
  margin-right: 0.5rem;
109051
109054
  }
109052
109055
 
@@ -109105,7 +109108,7 @@ title: Word Break
109105
109108
  }
109106
109109
 
109107
109110
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder) .a-Combo-itemTag label {
109108
- color: #7266ba;
109111
+ color: #23b7e5;
109109
109112
  margin-right: 0.5rem;
109110
109113
  }
109111
109114
 
@@ -109129,7 +109132,7 @@ title: Word Break
109129
109132
 
109130
109133
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover,
109131
109134
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover {
109132
- border-color: #7266ba;
109135
+ border-color: #23b7e5;
109133
109136
  }
109134
109137
 
109135
109138
  .amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover > .a-Combo-delBtn,
@@ -109237,7 +109240,7 @@ title: Word Break
109237
109240
  }
109238
109241
 
109239
109242
  .amis-scope .a-SubForm-value {
109240
- background: #f8f7fa;
109243
+ background: #ffffff;
109241
109244
  color: #000;
109242
109245
  font-size: 14px;
109243
109246
  padding: 0 0.25rem;
@@ -109315,7 +109318,7 @@ title: Word Break
109315
109318
  width: auto;
109316
109319
  min-width: auto;
109317
109320
  font-weight: 400;
109318
- color: #1890ff;
109321
+ color: #7266ba;
109319
109322
  text-decoration: none;
109320
109323
  border: none;
109321
109324
  height: auto;
@@ -109431,7 +109434,7 @@ title: Word Break
109431
109434
 
109432
109435
  .amis-scope .a-Picker.is-disabled > .a-Picker-input {
109433
109436
  color: #b9b8bf;
109434
- background: #f8f7fa;
109437
+ background: #ffffff;
109435
109438
  border-color: #e9e8eb;
109436
109439
  transition: all 0s;
109437
109440
  }
@@ -109728,7 +109731,7 @@ title: Word Break
109728
109731
 
109729
109732
  .amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
109730
109733
  color: #7266ba;
109731
- background: transparent;
109734
+ background: #fff;
109732
109735
  border-color: #7266ba #7266ba #7266ba #7266ba;
109733
109736
  border-width: 1px 1px 1px 1px;
109734
109737
  border-style: solid solid solid solid;
@@ -109737,7 +109740,7 @@ title: Word Break
109737
109740
 
109738
109741
  .amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
109739
109742
  color: #584a94;
109740
- background: transparent;
109743
+ background: #fff;
109741
109744
  border-color: #584a94 #584a94 #584a94 #584a94;
109742
109745
  border-width: 1px 1px 1px 1px;
109743
109746
  border-style: solid solid solid solid;
@@ -109747,7 +109750,7 @@ title: Word Break
109747
109750
  .amis-scope .a-TagControl-sugItem:disabled,
109748
109751
  .amis-scope .a-TagControl-sugItem.is-disabled {
109749
109752
  color: #b9b8bf;
109750
- background: #f8f7fa;
109753
+ background: #ffffff;
109751
109754
  border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
109752
109755
  border-width: 1px 1px 1px 1px;
109753
109756
  border-style: solid solid solid solid;
@@ -109864,7 +109867,7 @@ title: Word Break
109864
109867
  .amis-scope .a-Transfer-title {
109865
109868
  display: flex;
109866
109869
  align-items: center;
109867
- background: #f8f7fa;
109870
+ background: #ffffff;
109868
109871
  color: #181526;
109869
109872
  line-height: 1.5;
109870
109873
  font-size: 14px;
@@ -110098,11 +110101,11 @@ title: Word Break
110098
110101
  }
110099
110102
 
110100
110103
  .amis-scope .a-Transfer .a-Tree-itemLabel:hover {
110101
- background: #f8f7fa;
110104
+ background: #ffffff;
110102
110105
  }
110103
110106
 
110104
110107
  .amis-scope .a-Transfer .a-Tree-itemLabel.is-checked {
110105
- background: #e3e1fa;
110108
+ background: rgba(0, 126, 255, 0.08);
110106
110109
  }
110107
110110
 
110108
110111
  .amis-scope .a-Transfer .a-Tree-itemText {
@@ -110114,7 +110117,7 @@ title: Word Break
110114
110117
 
110115
110118
  .amis-scope .a-Transfer .a-Table-content .a-Table-table > thead > tr > th {
110116
110119
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
110117
- background: #f8f7fa;
110120
+ background: #ffffff;
110118
110121
  color: #181526;
110119
110122
  line-height: 1.5;
110120
110123
  font-size: 14px;
@@ -110412,7 +110415,7 @@ title: Word Break
110412
110415
 
110413
110416
  .amis-scope .a-NestedSelect-menu .a-NestedSelect-option:hover {
110414
110417
  color: #181526;
110415
- background: #e3e1fa;
110418
+ background: rgba(0, 126, 255, 0.08);
110416
110419
  }
110417
110420
 
110418
110421
  .amis-scope .a-NestedSelect-menu .a-NestedSelect-option:hover > .a-NestedSelect-childrenOuter {
@@ -110625,7 +110628,7 @@ title: Word Break
110625
110628
 
110626
110629
  .amis-scope .a-IconPickerControl.is-disabled > .a-IconPickerControl-input {
110627
110630
  color: #b9b8bf;
110628
- background: #f8f7fa;
110631
+ background: #ffffff;
110629
110632
  border-color: #e9e8eb;
110630
110633
  transition: all 0s;
110631
110634
  }
@@ -110761,7 +110764,7 @@ title: Word Break
110761
110764
  }
110762
110765
 
110763
110766
  .amis-scope .a-IconPickerControl-sugItem:hover {
110764
- background: #e3e1fa;
110767
+ background: rgba(0, 126, 255, 0.08);
110765
110768
  }
110766
110769
 
110767
110770
  .amis-scope .a-IconPickerControl-sugItem.is-active {
@@ -110860,7 +110863,7 @@ title: Word Break
110860
110863
 
110861
110864
  .amis-scope .a-IconSelectControl.is-disabled > .a-IconSelectControl-input {
110862
110865
  color: #b9b8bf;
110863
- background: #f8f7fa;
110866
+ background: #ffffff;
110864
110867
  border-color: #e9e8eb;
110865
110868
  transition: all 0s;
110866
110869
  }
@@ -113064,7 +113067,7 @@ title: Word Break
113064
113067
  }
113065
113068
 
113066
113069
  .amis-scope .a-FormulaEditor-FuncList-item.is-active {
113067
- background: #f8f7fa;
113070
+ background: #ffffff;
113068
113071
  }
113069
113072
 
113070
113073
  .amis-scope .a-FormulaEditor-FuncList-doc {
@@ -113077,7 +113080,7 @@ title: Word Break
113077
113080
  .amis-scope .a-FormulaEditor-FuncList-doc pre {
113078
113081
  white-space: pre-wrap;
113079
113082
  word-wrap: break-word;
113080
- background: #f8f7fa;
113083
+ background: #ffffff;
113081
113084
  padding: 0.3125rem 0.625rem;
113082
113085
  border-radius: 2px;
113083
113086
  margin-top: 0;
@@ -113275,7 +113278,7 @@ title: Word Break
113275
113278
  }
113276
113279
 
113277
113280
  .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--info {
113278
- background: #7266ba;
113281
+ background: #23b7e5;
113279
113282
  }
113280
113283
 
113281
113284
  .amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--success {
@@ -113412,7 +113415,7 @@ title: Word Break
113412
113415
  }
113413
113416
 
113414
113417
  .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--info {
113415
- background: #7266ba;
113418
+ background: #23b7e5;
113416
113419
  }
113417
113420
 
113418
113421
  .amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--success {
@@ -113689,7 +113692,7 @@ title: Word Break
113689
113692
  }
113690
113693
 
113691
113694
  .amis-scope .a-Tag--checkable--checked:not(.a-Tag--checkable--disabled):hover {
113692
- background-color: #45a8ff;
113695
+ background-color: #4f86f4;
113693
113696
  }
113694
113697
 
113695
113698
  .amis-scope .a-Tag--checkable--checked:not(.a-Tag--checkable--disabled):active {
@@ -113808,7 +113811,7 @@ title: Word Break
113808
113811
 
113809
113812
  .AMISDebug-toggle {
113810
113813
  pointer-events: all;
113811
- background: #ffffff;
113814
+ background: #edf1f2;
113812
113815
  position: fixed;
113813
113816
  top: 50%;
113814
113817
  right: 0;