amis 1.5.6-beta.4 → 1.5.8-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/.husky/pre-commit +1 -1
  2. package/lib/Schema.d.ts +3 -2
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/AsideNav.d.ts +1 -1
  5. package/lib/components/AsideNav.js.map +1 -1
  6. package/lib/components/AssociatedSelection.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.js +2 -2
  8. package/lib/components/AssociatedSelection.js.map +2 -2
  9. package/lib/components/Avatar.d.ts +135 -0
  10. package/lib/components/Avatar.js +120 -0
  11. package/lib/components/Avatar.js.map +13 -0
  12. package/lib/components/BaiduMapPicker.js.map +2 -2
  13. package/lib/components/CalendarMobile.d.ts +547 -0
  14. package/lib/components/CalendarMobile.js +432 -0
  15. package/lib/components/CalendarMobile.js.map +13 -0
  16. package/lib/components/Card.d.ts +20 -20
  17. package/lib/components/Card.js +1 -1
  18. package/lib/components/Card.js.map +2 -2
  19. package/lib/components/ChainedSelection.d.ts +84 -84
  20. package/lib/components/ChainedSelection.js +15 -3
  21. package/lib/components/ChainedSelection.js.map +2 -2
  22. package/lib/components/CodeMirror.d.ts +26 -0
  23. package/lib/components/CodeMirror.js +104 -0
  24. package/lib/components/CodeMirror.js.map +13 -0
  25. package/lib/components/Collapse.d.ts +22 -21
  26. package/lib/components/Collapse.js +1 -1
  27. package/lib/components/Collapse.js.map +2 -2
  28. package/lib/components/ColorPicker.d.ts +85 -84
  29. package/lib/components/ColorPicker.js +15 -3
  30. package/lib/components/ColorPicker.js.map +2 -2
  31. package/lib/components/DatePicker.d.ts +84 -84
  32. package/lib/components/DatePicker.js +15 -5
  33. package/lib/components/DatePicker.js.map +2 -2
  34. package/lib/components/DateRangePicker.d.ts +86 -84
  35. package/lib/components/DateRangePicker.js +22 -5
  36. package/lib/components/DateRangePicker.js.map +2 -2
  37. package/lib/components/GroupedSelection.d.ts +84 -84
  38. package/lib/components/GroupedSelection.js +14 -2
  39. package/lib/components/GroupedSelection.js.map +2 -2
  40. package/lib/components/MonthRangePicker.d.ts +86 -84
  41. package/lib/components/MonthRangePicker.js +20 -5
  42. package/lib/components/MonthRangePicker.js.map +2 -2
  43. package/lib/components/Overlay.d.ts +1 -1
  44. package/lib/components/Overlay.js.map +1 -1
  45. package/lib/components/Picker.js +9 -4
  46. package/lib/components/Picker.js.map +2 -2
  47. package/lib/components/PickerColumn.js +0 -1
  48. package/lib/components/PickerColumn.js.map +2 -2
  49. package/lib/components/PickerContainer.d.ts +5 -1
  50. package/lib/components/PickerContainer.js +14 -7
  51. package/lib/components/PickerContainer.js.map +2 -2
  52. package/lib/components/PopUp.d.ts +94 -0
  53. package/lib/components/PopUp.js +58 -0
  54. package/lib/components/PopUp.js.map +13 -0
  55. package/lib/components/Rating.d.ts +203 -73
  56. package/lib/components/Rating.js +147 -31
  57. package/lib/components/Rating.js.map +2 -2
  58. package/lib/components/ResultBox.js +2 -1
  59. package/lib/components/ResultBox.js.map +2 -2
  60. package/lib/components/ResultList.d.ts +9 -2
  61. package/lib/components/ResultList.js +22 -2
  62. package/lib/components/ResultList.js.map +2 -2
  63. package/lib/components/Select.d.ts +237 -237
  64. package/lib/components/Select.js +1 -1
  65. package/lib/components/Select.js.map +1 -1
  66. package/lib/components/Selection.d.ts +94 -86
  67. package/lib/components/Selection.js +11 -2
  68. package/lib/components/Selection.js.map +2 -2
  69. package/lib/components/Steps.d.ts +1 -0
  70. package/lib/components/Steps.js +5 -3
  71. package/lib/components/Steps.js.map +2 -2
  72. package/lib/components/TableSelection.d.ts +85 -85
  73. package/lib/components/TableSelection.js +1 -9
  74. package/lib/components/TableSelection.js.map +2 -2
  75. package/lib/components/Tabs.js +31 -33
  76. package/lib/components/Tabs.js.map +2 -2
  77. package/lib/components/TabsTransfer.d.ts +87 -256
  78. package/lib/components/TabsTransfer.js +52 -9
  79. package/lib/components/TabsTransfer.js.map +2 -2
  80. package/lib/components/TabsTransferPicker.d.ts +1 -1
  81. package/lib/components/TabsTransferPicker.js +21 -19
  82. package/lib/components/TabsTransferPicker.js.map +2 -2
  83. package/lib/components/Timeline.d.ts +69 -0
  84. package/lib/components/Timeline.js +16 -0
  85. package/lib/components/Timeline.js.map +13 -0
  86. package/lib/components/TimelineItem.d.ts +516 -0
  87. package/lib/components/TimelineItem.js +41 -0
  88. package/lib/components/TimelineItem.js.map +13 -0
  89. package/lib/components/Transfer.d.ts +100 -98
  90. package/lib/components/Transfer.js +2 -3
  91. package/lib/components/Transfer.js.map +2 -2
  92. package/lib/components/TransferDropDown.d.ts +84 -84
  93. package/lib/components/TransferDropDown.js +1 -5
  94. package/lib/components/TransferDropDown.js.map +2 -2
  95. package/lib/components/TransferPicker.d.ts +1 -1
  96. package/lib/components/TransferPicker.js +21 -19
  97. package/lib/components/TransferPicker.js.map +2 -2
  98. package/lib/components/TreeSelection.d.ts +85 -85
  99. package/lib/components/TreeSelection.js +7 -1
  100. package/lib/components/TreeSelection.js.map +2 -2
  101. package/lib/components/calendar/Calendar.d.ts +5 -0
  102. package/lib/components/calendar/Calendar.js +15 -2
  103. package/lib/components/calendar/Calendar.js.map +2 -2
  104. package/lib/components/calendar/DaysView.d.ts +1 -0
  105. package/lib/components/calendar/DaysView.js +25 -13
  106. package/lib/components/calendar/DaysView.js.map +2 -2
  107. package/lib/components/calendar/MonthsView.d.ts +28 -0
  108. package/lib/components/calendar/MonthsView.js +79 -3
  109. package/lib/components/calendar/MonthsView.js.map +2 -2
  110. package/lib/components/calendar/QuartersView.d.ts +1 -0
  111. package/lib/components/calendar/QuartersView.js +2 -2
  112. package/lib/components/calendar/QuartersView.js.map +2 -2
  113. package/lib/components/calendar/TimeView.d.ts +5 -0
  114. package/lib/components/calendar/TimeView.js +8 -5
  115. package/lib/components/calendar/TimeView.js.map +2 -2
  116. package/lib/components/calendar/YearsView.js +6 -4
  117. package/lib/components/calendar/YearsView.js.map +2 -2
  118. package/lib/components/condition-builder/Field.js +1 -4
  119. package/lib/components/condition-builder/Field.js.map +2 -2
  120. package/lib/components/condition-builder/Func.js +1 -1
  121. package/lib/components/condition-builder/Func.js.map +2 -2
  122. package/lib/components/formula/Editor.d.ts +563 -0
  123. package/lib/components/formula/Editor.js +187 -0
  124. package/lib/components/formula/Editor.js.map +13 -0
  125. package/lib/components/formula/FuncList.d.ts +67 -0
  126. package/lib/components/formula/FuncList.js +36 -0
  127. package/lib/components/formula/FuncList.js.map +13 -0
  128. package/lib/components/formula/Picker.d.ts +493 -0
  129. package/lib/components/formula/Picker.js +48 -0
  130. package/lib/components/formula/Picker.js.map +13 -0
  131. package/lib/components/formula/VariableList.d.ts +9 -0
  132. package/lib/components/formula/VariableList.js +15 -0
  133. package/lib/components/formula/VariableList.js.map +13 -0
  134. package/lib/components/formula/plugin.d.ts +18 -0
  135. package/lib/components/formula/plugin.js +136 -0
  136. package/lib/components/formula/plugin.js.map +13 -0
  137. package/lib/components/icons.js +4 -0
  138. package/lib/components/icons.js.map +2 -2
  139. package/lib/components/index.d.ts +2 -1
  140. package/lib/components/index.js +4 -2
  141. package/lib/components/index.js.map +2 -2
  142. package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
  143. package/lib/components/virtual-list/index.js +1 -2
  144. package/lib/components/virtual-list/index.js.map +2 -2
  145. package/lib/factory.js +5 -0
  146. package/lib/factory.js.map +2 -2
  147. package/lib/helper.css +57 -57
  148. package/lib/helper.css.map +1 -1
  149. package/lib/icons/star.js +12 -0
  150. package/lib/icons/tree-down.js +7 -0
  151. package/lib/index.d.ts +2 -0
  152. package/lib/index.js +3 -1
  153. package/lib/index.js.map +2 -2
  154. package/lib/locale/de-DE.js +13 -2
  155. package/lib/locale/de-DE.js.map +2 -2
  156. package/lib/locale/en-US.js +13 -2
  157. package/lib/locale/en-US.js.map +2 -2
  158. package/lib/locale/zh-CN.js +12 -1
  159. package/lib/locale/zh-CN.js.map +2 -2
  160. package/lib/renderers/Avatar.d.ts +35 -26
  161. package/lib/renderers/Avatar.js +14 -19
  162. package/lib/renderers/Avatar.js.map +2 -2
  163. package/lib/renderers/CRUD.js +1 -2
  164. package/lib/renderers/CRUD.js.map +2 -2
  165. package/lib/renderers/Card.js +6 -5
  166. package/lib/renderers/Card.js.map +2 -2
  167. package/lib/renderers/Custom.js.map +2 -2
  168. package/lib/renderers/Each.js +5 -2
  169. package/lib/renderers/Each.js.map +2 -2
  170. package/lib/renderers/Flex.js +1 -5
  171. package/lib/renderers/Flex.js.map +2 -2
  172. package/lib/renderers/Form/ChartRadios.js.map +2 -2
  173. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  174. package/lib/renderers/Form/DiffEditor.js +2 -1
  175. package/lib/renderers/Form/DiffEditor.js.map +2 -2
  176. package/lib/renderers/Form/InputCity.d.ts +84 -84
  177. package/lib/renderers/Form/InputColor.d.ts +84 -84
  178. package/lib/renderers/Form/InputColor.js +1 -1
  179. package/lib/renderers/Form/InputColor.js.map +2 -2
  180. package/lib/renderers/Form/InputDate.js +6 -4
  181. package/lib/renderers/Form/InputDate.js.map +2 -2
  182. package/lib/renderers/Form/InputDateRange.js +1 -1
  183. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  184. package/lib/renderers/Form/InputFormula.d.ts +38 -0
  185. package/lib/renderers/Form/InputFormula.js +25 -0
  186. package/lib/renderers/Form/InputFormula.js.map +13 -0
  187. package/lib/renderers/Form/InputImage.d.ts +1 -0
  188. package/lib/renderers/Form/InputImage.js +8 -4
  189. package/lib/renderers/Form/InputImage.js.map +2 -2
  190. package/lib/renderers/Form/InputMonthRange.js +1 -1
  191. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  192. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  193. package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
  194. package/lib/renderers/Form/InputRating.d.ts +37 -0
  195. package/lib/renderers/Form/InputRating.js +6 -2
  196. package/lib/renderers/Form/InputRating.js.map +2 -2
  197. package/lib/renderers/Form/InputYearRange.js +1 -1
  198. package/lib/renderers/Form/InputYearRange.js.map +2 -2
  199. package/lib/renderers/Form/Item.js +11 -4
  200. package/lib/renderers/Form/Item.js.map +2 -2
  201. package/lib/renderers/Form/NestedSelect.js +1 -1
  202. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  203. package/lib/renderers/Form/Select.js +1 -1
  204. package/lib/renderers/Form/Select.js.map +2 -2
  205. package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
  206. package/lib/renderers/Form/TabsTransfer.js +20 -1
  207. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  208. package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
  209. package/lib/renderers/Form/TabsTransferPicker.js +21 -2
  210. package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
  211. package/lib/renderers/Form/Transfer.d.ts +15 -4
  212. package/lib/renderers/Form/Transfer.js +55 -18
  213. package/lib/renderers/Form/Transfer.js.map +2 -2
  214. package/lib/renderers/Form/TransferPicker.d.ts +3 -32
  215. package/lib/renderers/Form/TransferPicker.js +1 -1
  216. package/lib/renderers/Form/TransferPicker.js.map +2 -2
  217. package/lib/renderers/Form/TreeSelect.d.ts +1 -0
  218. package/lib/renderers/Form/TreeSelect.js +11 -8
  219. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  220. package/lib/renderers/Form/index.js +2 -1
  221. package/lib/renderers/Form/index.js.map +2 -2
  222. package/lib/renderers/IFrame.js +0 -2
  223. package/lib/renderers/IFrame.js.map +2 -2
  224. package/lib/renderers/Json.js +7 -0
  225. package/lib/renderers/Json.js.map +2 -2
  226. package/lib/renderers/Nav.js +4 -1
  227. package/lib/renderers/Nav.js.map +2 -2
  228. package/lib/renderers/Remark.d.ts +4 -0
  229. package/lib/renderers/Remark.js +38 -7
  230. package/lib/renderers/Remark.js.map +2 -2
  231. package/lib/renderers/Steps.js +5 -5
  232. package/lib/renderers/Steps.js.map +2 -2
  233. package/lib/renderers/Table/TableRow.js +4 -1
  234. package/lib/renderers/Table/TableRow.js.map +2 -2
  235. package/lib/renderers/Table/index.js +4 -1
  236. package/lib/renderers/Table/index.js.map +2 -2
  237. package/lib/renderers/Tabs.js +1 -1
  238. package/lib/renderers/Tabs.js.map +2 -2
  239. package/lib/renderers/Timeline.d.ts +65 -0
  240. package/lib/renderers/Timeline.js +54 -0
  241. package/lib/renderers/Timeline.js.map +13 -0
  242. package/lib/renderers/Video.js.map +2 -2
  243. package/lib/store/combo.js.map +2 -2
  244. package/lib/store/formItem.js +6 -6
  245. package/lib/store/formItem.js.map +2 -2
  246. package/lib/store/table.js +1 -1
  247. package/lib/store/table.js.map +2 -2
  248. package/lib/themes/ang-ie11.css +952 -23
  249. package/lib/themes/ang.css +952 -23
  250. package/lib/themes/ang.css.map +1 -1
  251. package/lib/themes/antd-ie11.css +987 -23
  252. package/lib/themes/antd.css +987 -23
  253. package/lib/themes/antd.css.map +1 -1
  254. package/lib/themes/cxd-ie11.css +991 -24
  255. package/lib/themes/cxd.css +991 -24
  256. package/lib/themes/cxd.css.map +1 -1
  257. package/lib/themes/dark-ie11.css +953 -23
  258. package/lib/themes/dark.css +953 -23
  259. package/lib/themes/dark.css.map +1 -1
  260. package/lib/themes/default.css +991 -24
  261. package/lib/themes/default.css.map +1 -1
  262. package/lib/utils/RootClose.js +3 -1
  263. package/lib/utils/RootClose.js.map +2 -2
  264. package/lib/utils/api.js +2 -2
  265. package/lib/utils/api.js.map +2 -2
  266. package/lib/utils/helper.d.ts +1 -1
  267. package/lib/utils/helper.js +1 -1
  268. package/lib/utils/helper.js.map +2 -2
  269. package/package.json +12 -3
  270. package/schema.json +1224 -671
  271. package/scss/_properties.scss +11 -1
  272. package/scss/_variables.scss +1 -1
  273. package/scss/components/_avatar.scss +27 -9
  274. package/scss/components/_calendar.scss +280 -0
  275. package/scss/components/_card.scss +1 -1
  276. package/scss/components/_collapse-group.scss +1 -3
  277. package/scss/components/_formula.scss +146 -0
  278. package/scss/components/_modal.scss +18 -0
  279. package/scss/components/_panel.scss +45 -0
  280. package/scss/components/_popup.scss +127 -0
  281. package/scss/components/_steps.scss +60 -0
  282. package/scss/components/_timeline.scss +198 -0
  283. package/scss/components/form/_color.scss +4 -0
  284. package/scss/components/form/_date-range.scss +4 -0
  285. package/scss/components/form/_date.scss +3 -0
  286. package/scss/components/form/_form.scss +168 -0
  287. package/scss/components/form/_rating.scss +60 -21
  288. package/scss/components/form/_result-list.scss +2 -0
  289. package/scss/components/form/_selection.scss +5 -4
  290. package/scss/components/form/_tree-select.scss +4 -0
  291. package/scss/helper/background/_background-color.scss +1 -1
  292. package/scss/helper/border/_border-color.scss +1 -1
  293. package/scss/helper/typography/_text-color.scss +1 -1
  294. package/scss/themes/_antd-variables.scss +42 -0
  295. package/scss/themes/_common.scss +3 -0
  296. package/scss/themes/_cxd-variables.scss +50 -1
  297. package/scss/themes/_dark-variables.scss +1 -0
  298. package/sdk/ang-ie11.css +1692 -19
  299. package/sdk/ang.css +1705 -24
  300. package/sdk/antd-ie11.css +1692 -19
  301. package/sdk/antd.css +1740 -24
  302. package/sdk/charts.js +17 -17
  303. package/sdk/codemirror.js +14 -0
  304. package/sdk/color-picker.js +65 -65
  305. package/sdk/cropperjs.js +3 -3
  306. package/sdk/cxd-ie11.css +1693 -20
  307. package/sdk/cxd.css +1744 -25
  308. package/sdk/dark-ie11.css +1693 -20
  309. package/sdk/dark.css +1706 -24
  310. package/sdk/exceljs.js +1 -1
  311. package/sdk/helper.css +57 -57
  312. package/sdk/helper.css.map +1 -1
  313. package/sdk/locale/de-DE.js +13 -2
  314. package/sdk/markdown.js +69 -69
  315. package/sdk/papaparse.js +1 -1
  316. package/sdk/renderers/Form/CityDB.js +1 -1
  317. package/sdk/rest.js +18 -18
  318. package/sdk/rich-text.js +62 -62
  319. package/sdk/sdk-ie11.css +1693 -20
  320. package/sdk/sdk.css +1744 -25
  321. package/sdk/sdk.js +1235 -1275
  322. package/sdk/thirds/hls.js/hls.js +18 -18
  323. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  324. package/sdk/tinymce.js +57 -57
  325. package/src/Schema.ts +4 -0
  326. package/src/components/AsideNav.tsx +1 -1
  327. package/src/components/AssociatedSelection.tsx +5 -1
  328. package/src/components/Avatar.tsx +253 -0
  329. package/src/components/BaiduMapPicker.tsx +19 -14
  330. package/src/components/CalendarMobile.tsx +563 -0
  331. package/src/components/Card.tsx +2 -2
  332. package/src/components/ChainedSelection.tsx +16 -3
  333. package/src/components/CodeMirror.tsx +99 -0
  334. package/src/components/Collapse.tsx +3 -2
  335. package/src/components/ColorPicker.tsx +43 -3
  336. package/src/components/DatePicker.tsx +44 -8
  337. package/src/components/DateRangePicker.tsx +64 -5
  338. package/src/components/GroupedSelection.tsx +14 -2
  339. package/src/components/MonthRangePicker.tsx +59 -5
  340. package/src/components/Overlay.tsx +1 -1
  341. package/src/components/Picker.tsx +41 -36
  342. package/src/components/PickerColumn.tsx +22 -25
  343. package/src/components/PickerContainer.tsx +23 -7
  344. package/src/components/PopUp.tsx +118 -0
  345. package/src/components/Rating.tsx +235 -47
  346. package/src/components/ResultBox.tsx +4 -1
  347. package/src/components/ResultList.tsx +36 -6
  348. package/src/components/Select.tsx +1 -1
  349. package/src/components/Selection.tsx +21 -3
  350. package/src/components/Steps.tsx +27 -9
  351. package/src/components/TableSelection.tsx +1 -44
  352. package/src/components/Tabs.tsx +65 -54
  353. package/src/components/TabsTransfer.tsx +78 -9
  354. package/src/components/TabsTransferPicker.tsx +25 -13
  355. package/src/components/Timeline.tsx +31 -0
  356. package/src/components/TimelineItem.tsx +107 -0
  357. package/src/components/Transfer.tsx +11 -8
  358. package/src/components/TransferDropDown.tsx +1 -7
  359. package/src/components/TransferPicker.tsx +25 -14
  360. package/src/components/TreeSelection.tsx +7 -1
  361. package/src/components/calendar/Calendar.tsx +26 -6
  362. package/src/components/calendar/DaysView.tsx +79 -31
  363. package/src/components/calendar/MonthsView.tsx +116 -2
  364. package/src/components/calendar/QuartersView.tsx +3 -2
  365. package/src/components/calendar/TimeView.tsx +26 -16
  366. package/src/components/calendar/YearsView.tsx +14 -16
  367. package/src/components/condition-builder/Field.tsx +1 -3
  368. package/src/components/condition-builder/Func.tsx +1 -1
  369. package/src/components/formula/Editor.tsx +266 -0
  370. package/src/components/formula/FuncList.tsx +84 -0
  371. package/src/components/formula/Picker.tsx +87 -0
  372. package/src/components/formula/VariableList.tsx +49 -0
  373. package/src/components/formula/plugin.ts +177 -0
  374. package/src/components/icons.tsx +4 -0
  375. package/src/components/index.tsx +2 -0
  376. package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
  377. package/src/components/virtual-list/index.tsx +4 -6
  378. package/src/factory.tsx +6 -0
  379. package/src/icons/star.svg +12 -0
  380. package/src/icons/tree-down.svg +5 -0
  381. package/src/index.tsx +2 -0
  382. package/src/locale/de-DE.ts +13 -2
  383. package/src/locale/en-US.ts +13 -2
  384. package/src/locale/zh-CN.ts +12 -1
  385. package/src/renderers/Avatar.tsx +83 -74
  386. package/src/renderers/CRUD.tsx +1 -3
  387. package/src/renderers/Card.tsx +10 -6
  388. package/src/renderers/Custom.tsx +6 -3
  389. package/src/renderers/Each.tsx +4 -4
  390. package/src/renderers/Flex.tsx +3 -7
  391. package/src/renderers/Form/ChartRadios.tsx +2 -7
  392. package/src/renderers/Form/Checkboxes.tsx +1 -1
  393. package/src/renderers/Form/DiffEditor.tsx +2 -3
  394. package/src/renderers/Form/InputColor.tsx +1 -2
  395. package/src/renderers/Form/InputDate.tsx +39 -18
  396. package/src/renderers/Form/InputDateRange.tsx +1 -0
  397. package/src/renderers/Form/InputFormula.tsx +80 -0
  398. package/src/renderers/Form/InputImage.tsx +9 -4
  399. package/src/renderers/Form/InputMonthRange.tsx +1 -0
  400. package/src/renderers/Form/InputQuarterRange.tsx +1 -0
  401. package/src/renderers/Form/InputRating.tsx +66 -3
  402. package/src/renderers/Form/InputYearRange.tsx +1 -0
  403. package/src/renderers/Form/Item.tsx +15 -4
  404. package/src/renderers/Form/NestedSelect.tsx +1 -1
  405. package/src/renderers/Form/Select.tsx +0 -1
  406. package/src/renderers/Form/TabsTransfer.tsx +28 -38
  407. package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
  408. package/src/renderers/Form/Transfer.tsx +75 -24
  409. package/src/renderers/Form/TransferPicker.tsx +6 -38
  410. package/src/renderers/Form/TreeSelect.tsx +80 -63
  411. package/src/renderers/Form/index.tsx +2 -1
  412. package/src/renderers/IFrame.tsx +0 -2
  413. package/src/renderers/Json.tsx +5 -0
  414. package/src/renderers/Nav.tsx +4 -1
  415. package/src/renderers/Remark.tsx +67 -18
  416. package/src/renderers/Steps.tsx +13 -13
  417. package/src/renderers/Table/TableRow.tsx +3 -1
  418. package/src/renderers/Table/index.tsx +7 -1
  419. package/src/renderers/Tabs.tsx +6 -2
  420. package/src/renderers/Timeline.tsx +141 -0
  421. package/src/renderers/Video.tsx +4 -20
  422. package/src/store/combo.ts +1 -3
  423. package/src/store/formItem.ts +2 -2
  424. package/src/store/table.ts +2 -1
  425. package/src/utils/RootClose.ts +5 -1
  426. package/src/utils/api.ts +5 -2
  427. package/src/utils/helper.ts +1 -1
package/sdk/cxd-ie11.css CHANGED
@@ -249,6 +249,575 @@
249
249
  cursor: default;
250
250
  }
251
251
 
252
+ /* BASICS */
253
+
254
+ .amis-scope .CodeMirror {
255
+ /* Set height, width, borders, and global font properties here */
256
+ font-family: monospace;
257
+ height: 300px;
258
+ color: black;
259
+ direction: ltr;
260
+ }
261
+
262
+ /* PADDING */
263
+
264
+ .amis-scope .CodeMirror-lines {
265
+ padding: 4px 0;
266
+ /* Vertical padding around content */
267
+ }
268
+
269
+ .amis-scope .CodeMirror pre.CodeMirror-line,
270
+ .amis-scope .CodeMirror pre.CodeMirror-line-like {
271
+ padding: 0 4px;
272
+ /* Horizontal padding of content */
273
+ }
274
+
275
+ .amis-scope .CodeMirror-scrollbar-filler,
276
+ .amis-scope .CodeMirror-gutter-filler {
277
+ background-color: white;
278
+ /* The little square between H and V scrollbars */
279
+ }
280
+
281
+ /* GUTTER */
282
+
283
+ .amis-scope .CodeMirror-gutters {
284
+ border-right: 1px solid #ddd;
285
+ background-color: #f7f7f7;
286
+ white-space: nowrap;
287
+ }
288
+
289
+
290
+
291
+ .amis-scope .CodeMirror-linenumber {
292
+ padding: 0 3px 0 5px;
293
+ min-width: 20px;
294
+ text-align: right;
295
+ color: #999;
296
+ white-space: nowrap;
297
+ }
298
+
299
+ .amis-scope .CodeMirror-guttermarker {
300
+ color: black;
301
+ }
302
+
303
+ .amis-scope .CodeMirror-guttermarker-subtle {
304
+ color: #999;
305
+ }
306
+
307
+ /* CURSOR */
308
+
309
+ .amis-scope .CodeMirror-cursor {
310
+ border-left: 1px solid black;
311
+ border-right: none;
312
+ width: 0;
313
+ }
314
+
315
+ /* Shown when moving in bi-directional text */
316
+
317
+ .amis-scope .CodeMirror div.CodeMirror-secondarycursor {
318
+ border-left: 1px solid silver;
319
+ }
320
+
321
+ .amis-scope .cm-fat-cursor .CodeMirror-cursor {
322
+ width: auto;
323
+ border: 0 !important;
324
+ background: #7e7;
325
+ }
326
+
327
+ .amis-scope .cm-fat-cursor div.CodeMirror-cursors {
328
+ z-index: 1;
329
+ }
330
+
331
+ .amis-scope .cm-fat-cursor .CodeMirror-line::selection,
332
+ .amis-scope .cm-fat-cursor .CodeMirror-line > span::selection,
333
+ .amis-scope .cm-fat-cursor .CodeMirror-line > span > span::selection {
334
+ background: transparent;
335
+ }
336
+
337
+ .amis-scope .cm-fat-cursor .CodeMirror-line::-moz-selection,
338
+ .amis-scope .cm-fat-cursor .CodeMirror-line > span::-moz-selection,
339
+ .amis-scope .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
340
+ background: transparent;
341
+ }
342
+
343
+ .amis-scope .cm-fat-cursor {
344
+ caret-color: transparent;
345
+ }
346
+
347
+ @-moz-keyframes blink {
348
+ 0% {
349
+
350
+ }
351
+
352
+ 50% {
353
+ background-color: transparent;
354
+ }
355
+
356
+ 100% {
357
+
358
+ }
359
+ }
360
+
361
+ @-webkit-keyframes blink {
362
+ 0% {
363
+
364
+ }
365
+
366
+ 50% {
367
+ background-color: transparent;
368
+ }
369
+
370
+ 100% {
371
+
372
+ }
373
+ }
374
+
375
+ @keyframes blink {
376
+ 0% {
377
+
378
+ }
379
+
380
+ 50% {
381
+ background-color: transparent;
382
+ }
383
+
384
+ 100% {
385
+
386
+ }
387
+ }
388
+
389
+ /* Can style cursor different in overwrite (non-insert) mode */
390
+
391
+
392
+
393
+ .amis-scope .cm-tab {
394
+ display: inline-block;
395
+ text-decoration: inherit;
396
+ }
397
+
398
+ .amis-scope .CodeMirror-rulers {
399
+ position: absolute;
400
+ left: 0;
401
+ right: 0;
402
+ top: -50px;
403
+ bottom: 0;
404
+ overflow: hidden;
405
+ }
406
+
407
+ .amis-scope .CodeMirror-ruler {
408
+ border-left: 1px solid #ccc;
409
+ top: 0;
410
+ bottom: 0;
411
+ position: absolute;
412
+ }
413
+
414
+ /* DEFAULT THEME */
415
+
416
+ .amis-scope .cm-s-default .cm-header {
417
+ color: blue;
418
+ }
419
+
420
+ .amis-scope .cm-s-default .cm-quote {
421
+ color: #090;
422
+ }
423
+
424
+ .amis-scope .cm-negative {
425
+ color: #d44;
426
+ }
427
+
428
+ .amis-scope .cm-positive {
429
+ color: #292;
430
+ }
431
+
432
+ .amis-scope .cm-header,
433
+ .amis-scope .cm-strong {
434
+ font-weight: bold;
435
+ }
436
+
437
+ .amis-scope .cm-em {
438
+ font-style: italic;
439
+ }
440
+
441
+ .amis-scope .cm-link {
442
+ text-decoration: underline;
443
+ }
444
+
445
+ .amis-scope .cm-strikethrough {
446
+ text-decoration: line-through;
447
+ }
448
+
449
+ .amis-scope .cm-s-default .cm-keyword {
450
+ color: #708;
451
+ }
452
+
453
+ .amis-scope .cm-s-default .cm-atom {
454
+ color: #219;
455
+ }
456
+
457
+ .amis-scope .cm-s-default .cm-number {
458
+ color: #164;
459
+ }
460
+
461
+ .amis-scope .cm-s-default .cm-def {
462
+ color: #00f;
463
+ }
464
+
465
+
466
+
467
+ .amis-scope .cm-s-default .cm-variable-2 {
468
+ color: #05a;
469
+ }
470
+
471
+ .amis-scope .cm-s-default .cm-variable-3,
472
+ .amis-scope .cm-s-default .cm-type {
473
+ color: #085;
474
+ }
475
+
476
+ .amis-scope .cm-s-default .cm-comment {
477
+ color: #a50;
478
+ }
479
+
480
+ .amis-scope .cm-s-default .cm-string {
481
+ color: #a11;
482
+ }
483
+
484
+ .amis-scope .cm-s-default .cm-string-2 {
485
+ color: #f50;
486
+ }
487
+
488
+ .amis-scope .cm-s-default .cm-meta {
489
+ color: #555;
490
+ }
491
+
492
+ .amis-scope .cm-s-default .cm-qualifier {
493
+ color: #555;
494
+ }
495
+
496
+ .amis-scope .cm-s-default .cm-builtin {
497
+ color: #30a;
498
+ }
499
+
500
+ .amis-scope .cm-s-default .cm-bracket {
501
+ color: #997;
502
+ }
503
+
504
+ .amis-scope .cm-s-default .cm-tag {
505
+ color: #170;
506
+ }
507
+
508
+ .amis-scope .cm-s-default .cm-attribute {
509
+ color: #00c;
510
+ }
511
+
512
+ .amis-scope .cm-s-default .cm-hr {
513
+ color: #999;
514
+ }
515
+
516
+ .amis-scope .cm-s-default .cm-link {
517
+ color: #00c;
518
+ }
519
+
520
+ .amis-scope .cm-s-default .cm-error {
521
+ color: #f00;
522
+ }
523
+
524
+ .amis-scope .cm-invalidchar {
525
+ color: #f00;
526
+ }
527
+
528
+ .amis-scope .CodeMirror-composing {
529
+ border-bottom: 2px solid;
530
+ }
531
+
532
+ /* Default styles for common addons */
533
+
534
+ .amis-scope div.CodeMirror span.CodeMirror-matchingbracket {
535
+ color: #0b0;
536
+ }
537
+
538
+ .amis-scope div.CodeMirror span.CodeMirror-nonmatchingbracket {
539
+ color: #a22;
540
+ }
541
+
542
+ .amis-scope .CodeMirror-matchingtag {
543
+ background: rgba(255, 150, 0, .3);
544
+ }
545
+
546
+ .amis-scope .CodeMirror-activeline-background {
547
+ background: #e8f2ff;
548
+ }
549
+
550
+ /* STOP */
551
+
552
+ /* The rest of this file contains styles related to the mechanics of
553
+ the editor. You probably shouldn't touch them. */
554
+
555
+ .amis-scope .CodeMirror {
556
+ position: relative;
557
+ overflow: hidden;
558
+ background: white;
559
+ }
560
+
561
+ .amis-scope .CodeMirror-scroll {
562
+ overflow: scroll !important;
563
+ /* Things will break if this is overridden */
564
+ /* 50px is the magic margin used to hide the element's real scrollbars */
565
+ /* See overflow: hidden in .CodeMirror */
566
+ margin-bottom: -50px;
567
+ margin-right: -50px;
568
+ padding-bottom: 50px;
569
+ height: 100%;
570
+ outline: none;
571
+ /* Prevent dragging from highlighting the element */
572
+ position: relative;
573
+ }
574
+
575
+ .amis-scope .CodeMirror-sizer {
576
+ position: relative;
577
+ border-right: 50px solid transparent;
578
+ }
579
+
580
+ /* The fake, visible scrollbars. Used to force redraw during scrolling
581
+ before actual scrolling happens, thus preventing shaking and
582
+ flickering artifacts. */
583
+
584
+ .amis-scope .CodeMirror-vscrollbar,
585
+ .amis-scope .CodeMirror-hscrollbar,
586
+ .amis-scope .CodeMirror-scrollbar-filler,
587
+ .amis-scope .CodeMirror-gutter-filler {
588
+ position: absolute;
589
+ z-index: 6;
590
+ display: none;
591
+ outline: none;
592
+ }
593
+
594
+ .amis-scope .CodeMirror-vscrollbar {
595
+ right: 0;
596
+ top: 0;
597
+ overflow-x: hidden;
598
+ overflow-y: scroll;
599
+ }
600
+
601
+ .amis-scope .CodeMirror-hscrollbar {
602
+ bottom: 0;
603
+ left: 0;
604
+ overflow-y: hidden;
605
+ overflow-x: scroll;
606
+ }
607
+
608
+ .amis-scope .CodeMirror-scrollbar-filler {
609
+ right: 0;
610
+ bottom: 0;
611
+ }
612
+
613
+ .amis-scope .CodeMirror-gutter-filler {
614
+ left: 0;
615
+ bottom: 0;
616
+ }
617
+
618
+ .amis-scope .CodeMirror-gutters {
619
+ position: absolute;
620
+ left: 0;
621
+ top: 0;
622
+ min-height: 100%;
623
+ z-index: 3;
624
+ }
625
+
626
+ .amis-scope .CodeMirror-gutter {
627
+ white-space: normal;
628
+ height: 100%;
629
+ display: inline-block;
630
+ vertical-align: top;
631
+ margin-bottom: -50px;
632
+ }
633
+
634
+ .amis-scope .CodeMirror-gutter-wrapper {
635
+ position: absolute;
636
+ z-index: 4;
637
+ background: none !important;
638
+ border: none !important;
639
+ }
640
+
641
+ .amis-scope .CodeMirror-gutter-background {
642
+ position: absolute;
643
+ top: 0;
644
+ bottom: 0;
645
+ z-index: 4;
646
+ }
647
+
648
+ .amis-scope .CodeMirror-gutter-elt {
649
+ position: absolute;
650
+ cursor: default;
651
+ z-index: 4;
652
+ }
653
+
654
+ .amis-scope .CodeMirror-gutter-wrapper ::selection {
655
+ background-color: transparent;
656
+ }
657
+
658
+ .amis-scope .CodeMirror-gutter-wrapper ::-moz-selection {
659
+ background-color: transparent;
660
+ }
661
+
662
+ .amis-scope .CodeMirror-lines {
663
+ cursor: text;
664
+ min-height: 1px;
665
+ /* prevents collapsing before first draw */
666
+ }
667
+
668
+ .amis-scope .CodeMirror pre.CodeMirror-line,
669
+ .amis-scope .CodeMirror pre.CodeMirror-line-like {
670
+ /* Reset some styles that the rest of the page might have set */
671
+ -moz-border-radius: 0;
672
+ -webkit-border-radius: 0;
673
+ border-radius: 0;
674
+ border-width: 0;
675
+ background: transparent;
676
+ font-family: inherit;
677
+ font-size: inherit;
678
+ margin: 0;
679
+ white-space: pre;
680
+ word-wrap: normal;
681
+ line-height: inherit;
682
+ color: inherit;
683
+ z-index: 2;
684
+ position: relative;
685
+ overflow: visible;
686
+ -webkit-tap-highlight-color: transparent;
687
+ -webkit-font-variant-ligatures: contextual;
688
+ font-variant-ligatures: contextual;
689
+ }
690
+
691
+ .amis-scope .CodeMirror-wrap pre.CodeMirror-line,
692
+ .amis-scope .CodeMirror-wrap pre.CodeMirror-line-like {
693
+ word-wrap: break-word;
694
+ white-space: pre-wrap;
695
+ word-break: normal;
696
+ }
697
+
698
+ .amis-scope .CodeMirror-linebackground {
699
+ position: absolute;
700
+ left: 0;
701
+ right: 0;
702
+ top: 0;
703
+ bottom: 0;
704
+ z-index: 0;
705
+ }
706
+
707
+ .amis-scope .CodeMirror-linewidget {
708
+ position: relative;
709
+ z-index: 2;
710
+ padding: 0.1px;
711
+ /* Force widget margins to stay inside of the container */
712
+ }
713
+
714
+
715
+
716
+ .amis-scope .CodeMirror-rtl pre {
717
+ direction: rtl;
718
+ }
719
+
720
+ .amis-scope .CodeMirror-code {
721
+ outline: none;
722
+ }
723
+
724
+ /* Force content-box sizing for the elements where we expect it */
725
+
726
+ .amis-scope .CodeMirror-scroll,
727
+ .amis-scope .CodeMirror-sizer,
728
+ .amis-scope .CodeMirror-gutter,
729
+ .amis-scope .CodeMirror-gutters,
730
+ .amis-scope .CodeMirror-linenumber {
731
+ -moz-box-sizing: content-box;
732
+ box-sizing: content-box;
733
+ }
734
+
735
+ .amis-scope .CodeMirror-measure {
736
+ position: absolute;
737
+ width: 100%;
738
+ height: 0;
739
+ overflow: hidden;
740
+ visibility: hidden;
741
+ }
742
+
743
+ .amis-scope .CodeMirror-cursor {
744
+ position: absolute;
745
+ pointer-events: none;
746
+ }
747
+
748
+ .amis-scope .CodeMirror-measure pre {
749
+ position: static;
750
+ }
751
+
752
+ .amis-scope div.CodeMirror-cursors {
753
+ visibility: hidden;
754
+ position: relative;
755
+ z-index: 3;
756
+ }
757
+
758
+ .amis-scope div.CodeMirror-dragcursors {
759
+ visibility: visible;
760
+ }
761
+
762
+ .amis-scope .CodeMirror-focused div.CodeMirror-cursors {
763
+ visibility: visible;
764
+ }
765
+
766
+ .amis-scope .CodeMirror-selected {
767
+ background: #d9d9d9;
768
+ }
769
+
770
+ .amis-scope .CodeMirror-focused .CodeMirror-selected {
771
+ background: #d7d4f0;
772
+ }
773
+
774
+ .amis-scope .CodeMirror-crosshair {
775
+ cursor: crosshair;
776
+ }
777
+
778
+ .amis-scope .CodeMirror-line::selection,
779
+ .amis-scope .CodeMirror-line > span::selection,
780
+ .amis-scope .CodeMirror-line > span > span::selection {
781
+ background: #d7d4f0;
782
+ }
783
+
784
+ .amis-scope .CodeMirror-line::-moz-selection,
785
+ .amis-scope .CodeMirror-line > span::-moz-selection,
786
+ .amis-scope .CodeMirror-line > span > span::-moz-selection {
787
+ background: #d7d4f0;
788
+ }
789
+
790
+ .amis-scope .cm-searching {
791
+ background-color: #ffa;
792
+ background-color: rgba(255, 255, 0, .4);
793
+ }
794
+
795
+ /* Used to force a border model for a node */
796
+
797
+ .amis-scope .cm-force-border {
798
+ padding-right: .1px;
799
+ }
800
+
801
+ @media print {
802
+ /* Hide the cursor when printing */
803
+
804
+ .amis-scope .CodeMirror div.CodeMirror-cursors {
805
+ visibility: hidden;
806
+ }
807
+ }
808
+
809
+ /* See issue #2901 */
810
+
811
+ .amis-scope .cm-tab-wrap-hack:after {
812
+ content: '';
813
+ }
814
+
815
+ /* Help users use markselection to safely style text background */
816
+
817
+ .amis-scope span.CodeMirror-selectedtext {
818
+ background: none;
819
+ }
820
+
252
821
  /*!
253
822
  * Cropper.js v1.5.12
254
823
  * https://fengyuanchen.github.io/cropperjs
@@ -21687,6 +22256,7 @@ readers do not read off random characters that represent icons */
21687
22256
  width: 2.5rem;
21688
22257
  height: 2.5rem;
21689
22258
  line-height: 2.5rem;
22259
+ position: relative;
21690
22260
  display: inline-block;
21691
22261
  overflow: hidden;
21692
22262
  flex-shrink: 0;
@@ -21694,6 +22264,36 @@ readers do not read off random characters that represent icons */
21694
22264
  text-align: center;
21695
22265
  }
21696
22266
 
22267
+ .amis-scope .cxd-Avatar i {
22268
+ font-size: 1rem;
22269
+ }
22270
+
22271
+ .amis-scope .cxd-Avatar--lg {
22272
+ width: 3rem;
22273
+ height: 3rem;
22274
+ line-height: 3rem;
22275
+ }
22276
+
22277
+ .amis-scope .cxd-Avatar--lg i {
22278
+ font-size: 1.25rem;
22279
+ }
22280
+
22281
+ .amis-scope .cxd-Avatar--sm {
22282
+ width: 2rem;
22283
+ height: 2rem;
22284
+ line-height: 2rem;
22285
+ }
22286
+
22287
+ .amis-scope .cxd-Avatar--sm i {
22288
+ font-size: 0.75rem;
22289
+ }
22290
+
22291
+ .amis-scope .cxd-Avatar--text {
22292
+ position: absolute;
22293
+ left: 50%;
22294
+ transform-origin: 0 center;
22295
+ }
22296
+
21697
22297
  .amis-scope .cxd-Avatar--square {
21698
22298
  border-radius: 0%;
21699
22299
  }
@@ -21702,15 +22302,9 @@ readers do not read off random characters that represent icons */
21702
22302
  border-radius: 10%;
21703
22303
  }
21704
22304
 
21705
- .amis-scope .cxd-Avatar i {
21706
- font-size: 1rem;
21707
- }
21708
-
21709
22305
  .amis-scope .cxd-Avatar img {
21710
- color: transparent;
21711
22306
  width: 100%;
21712
22307
  height: 100%;
21713
- object-fit: cover;
21714
22308
  }
21715
22309
 
21716
22310
  .amis-scope .cxd-Avatar:hover img,
@@ -22124,6 +22718,23 @@ readers do not read off random characters that represent icons */
22124
22718
  overflow: auto;
22125
22719
  }
22126
22720
 
22721
+ /* 移动端样式调整 */
22722
+
22723
+ @media (max-width: 767px) {
22724
+ .amis-scope .cxd-Modal .cxd-Modal-footer {
22725
+ display: flex;
22726
+ }
22727
+
22728
+ .amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button {
22729
+ flex: 1;
22730
+ height: 2.75rem;
22731
+ }
22732
+
22733
+ .amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
22734
+ margin-left: 0;
22735
+ }
22736
+ }
22737
+
22127
22738
  .amis-scope .cxd-Drawer {
22128
22739
  position: fixed;
22129
22740
  top: 0;
@@ -22775,6 +23386,139 @@ readers do not read off random characters that represent icons */
22775
23386
  margin-top: -0.25rem;
22776
23387
  }
22777
23388
 
23389
+ @keyframes PopUpIn {
23390
+ from {
23391
+ height: 0;
23392
+ }
23393
+ }
23394
+
23395
+ @keyframes PopUpOut {
23396
+ to {
23397
+ height: 0;
23398
+ }
23399
+ }
23400
+
23401
+ @keyframes PopUpOpacityIn {
23402
+ from {
23403
+ opacity: 0;
23404
+ }
23405
+ }
23406
+
23407
+ @keyframes PopUpOpacityOut {
23408
+ to {
23409
+ opacity: 0;
23410
+ }
23411
+ }
23412
+
23413
+ .amis-scope .cxd-PopUp {
23414
+ width: 100%;
23415
+ position: fixed;
23416
+ background: white;
23417
+ left: 0;
23418
+ bottom: 0;
23419
+ z-index: 1300;
23420
+ padding: 0;
23421
+ margin: 0;
23422
+ font-weight: 400;
23423
+ letter-spacing: normal;
23424
+ line-height: 1.5;
23425
+ text-align: left;
23426
+ text-align: start;
23427
+ text-decoration: none;
23428
+ text-shadow: none;
23429
+ text-transform: none;
23430
+ white-space: normal;
23431
+ word-break: normal;
23432
+ word-spacing: normal;
23433
+ word-wrap: normal;
23434
+ font-size: 0.875rem;
23435
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
23436
+ border: 0.0625rem solid #eceff8;
23437
+ border-radius: 0.25rem;
23438
+ overflow: hidden;
23439
+ }
23440
+
23441
+ .amis-scope .cxd-PopUp.in,
23442
+ .amis-scope .cxd-PopUp.out {
23443
+ animation-duration: 0s;
23444
+ animation-fill-mode: both;
23445
+ }
23446
+
23447
+ .amis-scope .cxd-PopUp.in {
23448
+ animation-name: PopUpIn;
23449
+ }
23450
+
23451
+ .amis-scope .cxd-PopUp.in .cxd-PopUp-overlay {
23452
+ animation-name: PopUpOpacityIn;
23453
+ }
23454
+
23455
+ .amis-scope .cxd-PopUp.out {
23456
+ animation-name: PopUpOut;
23457
+ }
23458
+
23459
+ .amis-scope .cxd-PopUp.out .cxd-PopUp-overlay {
23460
+ animation-name: PopUpOpacityOut;
23461
+ }
23462
+
23463
+ .amis-scope .cxd-PopUp-inner {
23464
+ position: relative;
23465
+ overflow: hidden;
23466
+ height: 100%;
23467
+ box-sizing: border-box;
23468
+ background: #fff;
23469
+ padding-top: 2.25rem;
23470
+ }
23471
+
23472
+ .amis-scope .cxd-PopUp-closeWrap {
23473
+ width: 100%;
23474
+ position: absolute;
23475
+ left: 0;
23476
+ top: 0;
23477
+ text-align: center;
23478
+ height: 3rem;
23479
+ line-height: 3rem;
23480
+ }
23481
+
23482
+ .amis-scope .cxd-PopUp-closeWrap .cxd-PopUp-close {
23483
+ position: absolute;
23484
+ z-index: 1;
23485
+ color: #999;
23486
+ cursor: pointer;
23487
+ top: 0.9375rem;
23488
+ right: 0.9375rem;
23489
+ }
23490
+
23491
+ .amis-scope .cxd-PopUp-content {
23492
+ overflow-y: auto;
23493
+ height: 100%;
23494
+ }
23495
+
23496
+ .amis-scope .cxd-PopUp > * {
23497
+ position: relative;
23498
+ z-index: 2;
23499
+ }
23500
+
23501
+ .amis-scope .cxd-PopUp-overlay {
23502
+ position: fixed !important;
23503
+ top: 0;
23504
+ left: 0;
23505
+ right: 0;
23506
+ z-index: 1;
23507
+ bottom: 0;
23508
+ background: rgba(0, 0, 0, 0.3);
23509
+ opacity: 1;
23510
+ animation-duration: 0s;
23511
+ animation-fill-mode: both;
23512
+ }
23513
+
23514
+ .amis-scope .cxd-PopUp--leftBottomLeftTop {
23515
+ margin-top: 0.25rem;
23516
+ }
23517
+
23518
+ .amis-scope .cxd-PopUp--leftTopLeftBottom {
23519
+ margin-top: -0.25rem;
23520
+ }
23521
+
22778
23522
  .amis-scope .cxd-PickerColumns {
22779
23523
  position: relative;
22780
23524
  background-color: white;
@@ -24791,6 +25535,50 @@ readers do not read off random characters that represent icons */
24791
25535
  display: none;
24792
25536
  }
24793
25537
 
25538
+ /* 移动端样式调整 */
25539
+
25540
+ @media (max-width: 767px) {
25541
+ .amis-scope .cxd-Panel--form {
25542
+ border: none;
25543
+ box-shadow: none;
25544
+ margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
25545
+ }
25546
+
25547
+ .amis-scope .cxd-Panel--form .cxd-Panel-body {
25548
+ padding: 0 1rem 1rem;
25549
+ }
25550
+
25551
+ .amis-scope .cxd-Panel--form > .cxd-Panel-heading {
25552
+ background: none;
25553
+ border: none;
25554
+ border-radius: 0;
25555
+ }
25556
+
25557
+ .amis-scope .cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
25558
+ padding-left: 0.75rem;
25559
+ border-left: 0.1875rem solid #2468f2;
25560
+ font-size: 1rem;
25561
+ }
25562
+
25563
+ .amis-scope .cxd-Panel--form .cxd-Panel-footerWrap {
25564
+ padding-bottom: 0.75rem;
25565
+ }
25566
+
25567
+ .amis-scope .cxd-Panel--form .cxd-Panel-footer {
25568
+ border-top: none;
25569
+ display: flex;
25570
+ padding: 0 0.75rem;
25571
+ }
25572
+
25573
+ .amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button {
25574
+ flex: 1;
25575
+ }
25576
+
25577
+ .amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button:first-child {
25578
+ margin-left: 0;
25579
+ }
25580
+ }
25581
+
24794
25582
  .amis-scope .cxd-Service {
24795
25583
  position: relative;
24796
25584
  }
@@ -25230,6 +26018,294 @@ readers do not read off random characters that represent icons */
25230
26018
  position: relative;
25231
26019
  }
25232
26020
 
26021
+ .amis-scope .cxd-CalendarMobile {
26022
+ height: 100%;
26023
+ overflow: scroll;
26024
+ }
26025
+
26026
+ .amis-scope .cxd-CalendarMobile-pop {
26027
+ position: fixed;
26028
+ bottom: 0;
26029
+ left: 0;
26030
+ width: 100vw;
26031
+ height: 90vh;
26032
+ background: #fff;
26033
+ border-radius: 1rem 1rem 0 0;
26034
+ overflow: hidden;
26035
+ border-width: 0;
26036
+ }
26037
+
26038
+ .amis-scope .cxd-CalendarMobile-wrap {
26039
+ display: flex;
26040
+ flex-direction: column;
26041
+ height: 100%;
26042
+ }
26043
+
26044
+ .amis-scope .cxd-CalendarMobile-header {
26045
+ flex-shrink: 0;
26046
+ box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
26047
+ position: relative;
26048
+ }
26049
+
26050
+ .amis-scope .cxd-CalendarMobile-header .subtitle-text {
26051
+ display: inline-block;
26052
+ width: 6.875rem;
26053
+ position: relative;
26054
+ }
26055
+
26056
+ .amis-scope .cxd-CalendarMobile-header .rdtPrev {
26057
+ width: 1.25rem;
26058
+ height: 2.75rem;
26059
+ display: block;
26060
+ position: absolute;
26061
+ top: 0;
26062
+ left: -1.25rem;
26063
+ }
26064
+
26065
+ .amis-scope .cxd-CalendarMobile-header .rdtNext {
26066
+ width: 1.25rem;
26067
+ height: 2.75rem;
26068
+ display: block;
26069
+ position: absolute;
26070
+ top: 0;
26071
+ right: -1.25rem;
26072
+ }
26073
+
26074
+ .amis-scope .cxd-CalendarMobile-title,
26075
+ .amis-scope .cxd-CalendarMobile-subtitle {
26076
+ height: 2.75rem;
26077
+ font-weight: 500;
26078
+ line-height: 2.75rem;
26079
+ text-align: center;
26080
+ }
26081
+
26082
+ .amis-scope .cxd-CalendarMobile-title {
26083
+ font-size: 1rem;
26084
+ }
26085
+
26086
+ .amis-scope .cxd-CalendarMobile-weekdays {
26087
+ display: flex;
26088
+ }
26089
+
26090
+ .amis-scope .cxd-CalendarMobile-weekdays .weekday {
26091
+ flex: 1;
26092
+ line-height: 1.875rem;
26093
+ text-align: center;
26094
+ }
26095
+
26096
+ .amis-scope .cxd-CalendarMobile-close {
26097
+ position: absolute;
26098
+ z-index: 1;
26099
+ color: #c8c9cc;
26100
+ font-size: 1rem;
26101
+ cursor: pointer;
26102
+ top: 0.6875rem;
26103
+ right: 1rem;
26104
+ }
26105
+
26106
+ .amis-scope .cxd-CalendarMobile-body::-webkit-scrollbar {
26107
+ width: 0;
26108
+ }
26109
+
26110
+ .amis-scope .cxd-CalendarMobile-body {
26111
+ flex: 1;
26112
+ overflow-y: scroll;
26113
+ }
26114
+
26115
+ .amis-scope .cxd-CalendarMobile-body table {
26116
+ border-spacing: 0 0.25rem;
26117
+ }
26118
+
26119
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
26120
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
26121
+ background: transparent;
26122
+ color: #151a26;
26123
+ text-shadow: none;
26124
+ }
26125
+
26126
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
26127
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
26128
+ color: #999;
26129
+ }
26130
+
26131
+ .amis-scope .cxd-CalendarMobile-body .rdtOldNone td.rdtOld {
26132
+ display: none;
26133
+ }
26134
+
26135
+ .amis-scope .cxd-CalendarMobile-body .rdtPicker td {
26136
+ height: 3.5rem;
26137
+ position: relative;
26138
+ }
26139
+
26140
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
26141
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
26142
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
26143
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
26144
+ background: transparent;
26145
+ }
26146
+
26147
+ .amis-scope .cxd-CalendarMobile-body .calendar-wrap {
26148
+ position: relative;
26149
+ width: 3.125rem;
26150
+ height: 100%;
26151
+ text-align: center;
26152
+ display: inline-flex;
26153
+ align-items: center;
26154
+ justify-content: center;
26155
+ border-radius: 0.25rem;
26156
+ }
26157
+
26158
+ .amis-scope .cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
26159
+ width: auto;
26160
+ max-width: 3.125rem;
26161
+ }
26162
+
26163
+ .amis-scope .cxd-CalendarMobile-footer {
26164
+ flex-shrink: 0;
26165
+ }
26166
+
26167
+ .amis-scope .cxd-CalendarMobile-footer .date-range-confirm {
26168
+ height: 2.25rem;
26169
+ margin: 0.4375rem 0;
26170
+ border-radius: 0.285rem;
26171
+ display: block;
26172
+ }
26173
+
26174
+ .amis-scope .cxd-CalendarMobile-footer .is-disabled {
26175
+ opacity: 0.5;
26176
+ color: #fff;
26177
+ background: #2468f2;
26178
+ border-color: #2468f2;
26179
+ filter: none;
26180
+ }
26181
+
26182
+ .amis-scope .cxd-CalendarMobile-footer-toolbar {
26183
+ padding: 0 1rem;
26184
+ }
26185
+
26186
+ .amis-scope .cxd-CalendarMobile-footer-ranges {
26187
+ background: #fff;
26188
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
26189
+ border-radius: 24px;
26190
+ overflow-x: scroll;
26191
+ position: relative;
26192
+ height: 3rem;
26193
+ line-height: 3rem;
26194
+ }
26195
+
26196
+ .amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
26197
+ position: absolute;
26198
+ white-space: nowrap;
26199
+ }
26200
+
26201
+ .amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
26202
+ margin: 0 1.5625rem;
26203
+ }
26204
+
26205
+ .amis-scope .cxd-CalendarMobile-calendar-wrap {
26206
+ padding: 0.5rem 0;
26207
+ }
26208
+
26209
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker {
26210
+ width: 100%;
26211
+ padding: 0;
26212
+ }
26213
+
26214
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtOld {
26215
+ visibility: hidden;
26216
+ }
26217
+
26218
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtNew {
26219
+ display: none;
26220
+ }
26221
+
26222
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
26223
+ background: rgba(36, 104, 242, 0.1) !important;
26224
+ color: #2468f2;
26225
+ }
26226
+
26227
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
26228
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
26229
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
26230
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
26231
+ background: #2468f2 !important;
26232
+ color: #fff;
26233
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
26234
+ }
26235
+
26236
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
26237
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
26238
+ background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(36, 104, 242, 0.1) 51%, rgba(36, 104, 242, 0.1) 100%) !important;
26239
+ }
26240
+
26241
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
26242
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
26243
+ background: linear-gradient(to right, rgba(36, 104, 242, 0.1) 0%, rgba(36, 104, 242, 0.1) 50%, transparent 51%, transparent 100%) !important;
26244
+ }
26245
+
26246
+ .amis-scope .cxd-CalendarMobile-calendar-header {
26247
+ height: 1.875rem;
26248
+ line-height: 1.875rem;
26249
+ text-align: center;
26250
+ }
26251
+
26252
+ .amis-scope .cxd-CalendarMobile-range-text {
26253
+ position: absolute;
26254
+ right: 0;
26255
+ left: 0;
26256
+ bottom: 0;
26257
+ color: #fff;
26258
+ font-size: 0.75rem;
26259
+ white-space: nowrap;
26260
+ }
26261
+
26262
+ .amis-scope .cxd-CalendarMobile-calendar-wrap {
26263
+ position: relative;
26264
+ }
26265
+
26266
+ .amis-scope .cxd-CalendarMobile-calendar-mark {
26267
+ position: absolute;
26268
+ top: 50%;
26269
+ left: 50%;
26270
+ z-index: 0;
26271
+ color: rgba(242, 243, 245, 0.8);
26272
+ font-size: 10rem;
26273
+ transform: translate(-50%, -50%);
26274
+ pointer-events: none;
26275
+ }
26276
+
26277
+ .amis-scope .cxd-CalendarMobile-toast {
26278
+ position: fixed;
26279
+ top: 50%;
26280
+ left: 50%;
26281
+ transform: translate(-50%, -50%);
26282
+ width: 8.5rem;
26283
+ height: 2.25rem;
26284
+ background: rgba(0, 0, 0, 0.9);
26285
+ border-radius: 4px;
26286
+ color: #fff;
26287
+ display: flex;
26288
+ justify-content: center;
26289
+ align-items: center;
26290
+ }
26291
+
26292
+ .amis-scope .cxd-CalendarMobile-time {
26293
+ height: 12.5rem;
26294
+ }
26295
+
26296
+ .amis-scope .cxd-CalendarMobile-time-title {
26297
+ border: 0.0625rem solid #b4bbc5;
26298
+ border-left: none;
26299
+ border-right: none;
26300
+ text-align: center;
26301
+ height: 1.875rem;
26302
+ line-height: 1.875rem;
26303
+ }
26304
+
26305
+ .amis-scope .cxd-CalendarMobile-time .rdtPicker {
26306
+ margin: 0 auto;
26307
+ }
26308
+
25233
26309
  .amis-scope .cxd-Collapse {
25234
26310
  border: 0.0625rem solid #dadbdd;
25235
26311
  padding: 0;
@@ -26654,7 +27730,7 @@ readers do not read off random characters that represent icons */
26654
27730
  }
26655
27731
 
26656
27732
  .amis-scope .cxd-Table-table > tbody > tr.is-checked {
26657
- background: transparent;
27733
+ background: #f0faff;
26658
27734
  border-color: #eceff8;
26659
27735
  color: #333;
26660
27736
  }
@@ -29016,7 +30092,7 @@ readers do not read off random characters that represent icons */
29016
30092
 
29017
30093
  .amis-scope .cxd-Card-multiMedia-img {
29018
30094
  display: block;
29019
- width: 100%;
30095
+ width: auto;
29020
30096
  height: auto;
29021
30097
  object-fit: cover;
29022
30098
  border-radius: 0.25rem;
@@ -30899,6 +31975,42 @@ readers do not read off random characters that represent icons */
30899
31975
  border: 1px solid #2468f2;
30900
31976
  }
30901
31977
 
31978
+ .amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title::after {
31979
+ display: none !important;
31980
+ }
31981
+
31982
+ .amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
31983
+ padding-left: 0.3125rem;
31984
+ }
31985
+
31986
+ .amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon {
31987
+ position: relative;
31988
+ display: block;
31989
+ }
31990
+
31991
+ .amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon:after {
31992
+ content: "";
31993
+ position: absolute;
31994
+ right: 0;
31995
+ top: 0.9375rem;
31996
+ height: 1px;
31997
+ left: 2.5rem;
31998
+ width: 99999px;
31999
+ background-color: #b4bbc5;
32000
+ }
32001
+
32002
+ .amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon.is-success:after {
32003
+ background-color: #2468f2;
32004
+ }
32005
+
32006
+ .amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem:last-child {
32007
+ flex: 1;
32008
+ }
32009
+
32010
+ .amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
32011
+ display: none !important;
32012
+ }
32013
+
30902
32014
  .amis-scope .cxd-Portlet {
30903
32015
  border: 0.0625rem solid #eceff8;
30904
32016
  border-radius: 0.25rem;
@@ -32264,7 +33376,6 @@ readers do not read off random characters that represent icons */
32264
33376
 
32265
33377
  .amis-scope .cxd-Selection > .cxd-Checkbox {
32266
33378
  display: block;
32267
- height: 2rem;
32268
33379
  line-height: 1.4285714286;
32269
33380
  font-size: 0.875rem;
32270
33381
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
@@ -32307,7 +33418,6 @@ readers do not read off random characters that represent icons */
32307
33418
 
32308
33419
  .amis-scope .cxd-GroupedSelection-item {
32309
33420
  display: flex;
32310
- height: 2rem;
32311
33421
  line-height: 1.4285714286;
32312
33422
  font-size: 0.875rem;
32313
33423
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -32438,7 +33548,6 @@ readers do not read off random characters that represent icons */
32438
33548
  .amis-scope .cxd-TreeSelection-itemInner {
32439
33549
  display: flex;
32440
33550
  align-items: center;
32441
- height: 2rem;
32442
33551
  line-height: 1.4285714286;
32443
33552
  font-size: 0.875rem;
32444
33553
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -32493,6 +33602,7 @@ readers do not read off random characters that represent icons */
32493
33602
  .amis-scope .cxd-ChainedSelection {
32494
33603
  display: flex;
32495
33604
  flex-direction: row;
33605
+ min-height: 100%;
32496
33606
  }
32497
33607
 
32498
33608
  .amis-scope .cxd-ChainedSelection-col {
@@ -32512,7 +33622,6 @@ readers do not read off random characters that represent icons */
32512
33622
 
32513
33623
  .amis-scope .cxd-ChainedSelection-item {
32514
33624
  display: flex;
32515
- height: 2rem;
32516
33625
  line-height: 1.4285714286;
32517
33626
  font-size: 0.875rem;
32518
33627
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33283,6 +34392,7 @@ readers do not read off random characters that represent icons */
33283
34392
  height: 2rem;
33284
34393
  line-height: 1.4285714286;
33285
34394
  font-size: 0.875rem;
34395
+ align-items: center;
33286
34396
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
33287
34397
  }
33288
34398
 
@@ -33292,6 +34402,7 @@ readers do not read off random characters that represent icons */
33292
34402
  }
33293
34403
 
33294
34404
  .amis-scope .cxd-Selections-item > .cxd-Selections-dragbar {
34405
+ top: 0;
33295
34406
  width: 1.25rem;
33296
34407
  position: relative;
33297
34408
  left: calc(0.25rem * -1);
@@ -33614,6 +34725,10 @@ readers do not read off random characters that represent icons */
33614
34725
  border-radius: 0.25rem;
33615
34726
  }
33616
34727
 
34728
+ .amis-scope .cxd-ColorPicker-popup {
34729
+ height: 80vh;
34730
+ }
34731
+
33617
34732
  .amis-scope .cxd-ColorPicker:not(.is-disabled) {
33618
34733
  cursor: pointer;
33619
34734
  }
@@ -33878,6 +34993,10 @@ readers do not read off random characters that represent icons */
33878
34993
  margin: -0.125rem 0 0;
33879
34994
  }
33880
34995
 
34996
+ .amis-scope .cxd-DatePicker-popup {
34997
+ height: 80vh;
34998
+ }
34999
+
33881
35000
  .amis-scope .rdt {
33882
35001
  user-select: none;
33883
35002
  font-size: 0.875rem;
@@ -34425,6 +35544,10 @@ readers do not read off random characters that represent icons */
34425
35544
  margin: -0.125rem 0 0;
34426
35545
  }
34427
35546
 
35547
+ .amis-scope .cxd-DateRangePicker-popup {
35548
+ height: 90vh;
35549
+ }
35550
+
34428
35551
  @media (min-width: 576px) {
34429
35552
  .amis-scope .cxd-DateRangePicker-wrap {
34430
35553
  white-space: nowrap;
@@ -35767,6 +36890,10 @@ readers do not read off random characters that represent icons */
35767
36890
  background: #ffffff;
35768
36891
  }
35769
36892
 
36893
+ .amis-scope .cxd-TreeSelect-popup {
36894
+ height: 80vh;
36895
+ }
36896
+
35770
36897
  .amis-scope .cxd-TreeSelect-popover {
35771
36898
  background: transparent;
35772
36899
  border: none;
@@ -36611,25 +37738,52 @@ readers do not read off random characters that represent icons */
36611
37738
  }
36612
37739
 
36613
37740
  .amis-scope .cxd-Rating {
37741
+ display: flex;
36614
37742
  position: relative;
37743
+ align-items: center;
37744
+ justify-content: flex-start;
37745
+ flex-flow: row wrap;
37746
+ }
37747
+
37748
+ .amis-scope .cxd-Rating > ul {
37749
+ display: flex;
37750
+ padding: unset;
37751
+ margin: unset;
37752
+ align-items: center;
37753
+ justify-content: flex-start;
37754
+ flex-flow: row wrap;
37755
+ }
37756
+
37757
+ .amis-scope .cxd-Rating-star {
37758
+ position: relative;
37759
+ margin-right: 0.5rem;
36615
37760
  overflow: hidden;
36616
37761
  display: block;
36617
- float: left;
36618
37762
  font-size: 1.5rem;
36619
- color: #343a40;
37763
+ line-height: 1;
36620
37764
  cursor: pointer;
37765
+ user-select: none;
37766
+ color: #e6e6e8;
36621
37767
  }
36622
37768
 
36623
- .amis-scope .cxd-Rating.is-active {
36624
- color: #2468f2;
37769
+ .amis-scope .cxd-Rating-star-half > svg.icon,
37770
+ .amis-scope .cxd-Rating-star > svg.icon {
37771
+ display: block;
37772
+ width: 1.5rem;
37773
+ height: 1.5rem;
37774
+ top: 0;
37775
+ }
37776
+
37777
+ .amis-scope .cxd-Rating-star:last-of-type {
37778
+ margin-right: 0;
36625
37779
  }
36626
37780
 
36627
- .amis-scope .cxd-Rating.is-disabled {
37781
+ .amis-scope .cxd-Rating-star.is-disabled {
36628
37782
  cursor: not-allowed;
36629
37783
  pointer-events: none;
36630
37784
  }
36631
37785
 
36632
- .amis-scope .cxd-Rating-half:before {
37786
+ .amis-scope .cxd-Rating-star-half {
36633
37787
  position: absolute;
36634
37788
  overflow: hidden;
36635
37789
  display: block;
@@ -36637,8 +37791,20 @@ readers do not read off random characters that represent icons */
36637
37791
  top: 0;
36638
37792
  left: 0;
36639
37793
  width: 50%;
36640
- content: attr(data-forhalf);
36641
- color: #2468f2;
37794
+ }
37795
+
37796
+ .amis-scope .cxd-Rating-text {
37797
+ font-size: 0.75rem;
37798
+ color: #151a26;
37799
+ font-weight: 400;
37800
+ }
37801
+
37802
+ .amis-scope .cxd-Rating-text--left {
37803
+ margin-right: 0.5rem;
37804
+ }
37805
+
37806
+ .amis-scope .cxd-Rating-text--right {
37807
+ margin-left: 0.5rem;
36642
37808
  }
36643
37809
 
36644
37810
  .amis-scope .cxd-RatingControl {
@@ -37701,6 +38867,176 @@ readers do not read off random characters that represent icons */
37701
38867
  width: 10%;
37702
38868
  }
37703
38869
 
38870
+ /* 移动端样式调整 */
38871
+
38872
+ @media (max-width: 767px) {
38873
+ .amis-scope .cxd-Form .cxd-Form-item {
38874
+ display: flex;
38875
+ flex-wrap: wrap;
38876
+ margin-bottom: 0;
38877
+ padding: 0.75rem 0;
38878
+ position: relative;
38879
+ }
38880
+
38881
+ .amis-scope .cxd-Form .cxd-Form-item::after {
38882
+ position: absolute;
38883
+ box-sizing: border-box;
38884
+ content: " ";
38885
+ pointer-events: none;
38886
+ right: 0;
38887
+ bottom: 0;
38888
+ left: 0;
38889
+ border-bottom: 0.0625rem solid #eceff8;
38890
+ transform: scaleY(0.5);
38891
+ }
38892
+
38893
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
38894
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-addOn {
38895
+ border: none;
38896
+ }
38897
+
38898
+ .amis-scope .cxd-Form .cxd-Form-item > .cxd-Form-label {
38899
+ flex: 0 0 28%;
38900
+ max-width: 28%;
38901
+ min-height: 1px;
38902
+ text-align: left;
38903
+ padding-right: calc(1rem / 2);
38904
+ overflow-wrap: break-word;
38905
+ margin-right: 0;
38906
+ margin-bottom: 0;
38907
+ font-size: 1rem;
38908
+ }
38909
+
38910
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
38911
+ font-size: 0.875rem;
38912
+ }
38913
+
38914
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
38915
+ font-size: 1rem;
38916
+ }
38917
+
38918
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
38919
+ height: calc(1.4285714286 * 1rem);
38920
+ }
38921
+
38922
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value,
38923
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control {
38924
+ flex: 1;
38925
+ flex-wrap: wrap;
38926
+ font-size: 1rem;
38927
+ }
38928
+
38929
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
38930
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
38931
+ background: transparent;
38932
+ }
38933
+
38934
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint,
38935
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-remark,
38936
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static,
38937
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
38938
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-SwitchControl,
38939
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxControl,
38940
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-RadiosControl,
38941
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
38942
+ padding-top: 0;
38943
+ padding-bottom: 0;
38944
+ }
38945
+
38946
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
38947
+ height: 2rem;
38948
+ }
38949
+
38950
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
38951
+ font-size: 0.875rem;
38952
+ margin-left: 0;
38953
+ color: #b4b6ba;
38954
+ }
38955
+
38956
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
38957
+ top: 0;
38958
+ }
38959
+
38960
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static {
38961
+ min-height: 0;
38962
+ }
38963
+
38964
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
38965
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
38966
+ font-size: 0.875rem;
38967
+ }
38968
+
38969
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
38970
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
38971
+ border: none;
38972
+ }
38973
+
38974
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
38975
+ height: 2rem;
38976
+ }
38977
+
38978
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker {
38979
+ padding: 0;
38980
+ border: none;
38981
+ }
38982
+
38983
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
38984
+ display: none;
38985
+ }
38986
+
38987
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
38988
+ margin-bottom: 0.25rem;
38989
+ }
38990
+
38991
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea,
38992
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
38993
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
38994
+ border: none;
38995
+ padding: 0 0.625rem 0 0;
38996
+ box-shadow: none;
38997
+ }
38998
+
38999
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:hover,
39000
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:focus,
39001
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea.active,
39002
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
39003
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
39004
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
39005
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
39006
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
39007
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
39008
+ border: none;
39009
+ outline: none;
39010
+ outline-style: none;
39011
+ }
39012
+
39013
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
39014
+ padding: 0;
39015
+ min-height: 0;
39016
+ }
39017
+
39018
+ .amis-scope .cxd-Form .cxd-Form-groupColumn {
39019
+ margin-bottom: 0;
39020
+ }
39021
+
39022
+ .amis-scope .cxd-Form .cxd-Divider {
39023
+ display: none;
39024
+ }
39025
+
39026
+ .amis-scope .cxd-Form .cxd-Tabs-pane {
39027
+ padding: 0;
39028
+ }
39029
+
39030
+ .amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
39031
+ .amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
39032
+ display: none;
39033
+ }
39034
+
39035
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
39036
+ padding-bottom: 0.625rem;
39037
+ }
39038
+ }
39039
+
37704
39040
  .amis-scope .cxd-AnchorNav {
37705
39041
  display: flex;
37706
39042
  height: 25rem;
@@ -38088,6 +39424,343 @@ readers do not read off random characters that represent icons */
38088
39424
  margin-right: 0;
38089
39425
  }
38090
39426
 
39427
+ .amis-scope .cxd-FormulaEditor {
39428
+ overflow: visible;
39429
+ max-width: 100%;
39430
+ box-sizing: content-box;
39431
+ }
39432
+
39433
+ .amis-scope .cxd-FormulaEditor-content {
39434
+ border-radius: 0.25rem;
39435
+ border: 0.0625rem solid #dadbdd;
39436
+ }
39437
+
39438
+ .amis-scope .cxd-FormulaEditor-header {
39439
+ width: 100%;
39440
+ height: 1.875rem;
39441
+ line-height: 1.875rem;
39442
+ padding: 0 0.625rem;
39443
+ box-sizing: border-box;
39444
+ background: #f2f2f4;
39445
+ border-radius: 0.25rem 0.25rem 0 0;
39446
+ border-bottom: 0.0625rem solid #dadbdd;
39447
+ font-weight: 500;
39448
+ }
39449
+
39450
+ .amis-scope .cxd-FormulaEditor-editor {
39451
+ min-height: 14.875rem;
39452
+ max-height: 20rem;
39453
+ height: auto;
39454
+ padding: 0.625rem;
39455
+ padding-right: 0;
39456
+ }
39457
+
39458
+ .amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
39459
+ border-color: #e8684a;
39460
+ }
39461
+
39462
+ .amis-scope .cxd-FormulaEditor.is-focused .cxd-FormulaEditor-editor {
39463
+ border-color: #1c53c1;
39464
+ }
39465
+
39466
+ .amis-scope .cxd-FormulaEditor-settings {
39467
+ display: flex;
39468
+ flex-direction: row;
39469
+ align-items: stretch;
39470
+ justify-content: space-between;
39471
+ max-height: 21.875rem;
39472
+ margin: 0 -5px;
39473
+ }
39474
+
39475
+ .amis-scope .cxd-FormulaEditor-settings > div {
39476
+ flex: 1;
39477
+ padding: 0 5px;
39478
+ display: flex;
39479
+ flex-direction: column;
39480
+ }
39481
+
39482
+ .amis-scope .cxd-FormulaEditor-settings > div > h3 {
39483
+ padding: 10px 0;
39484
+ margin: 0;
39485
+ flex-shrink: 0;
39486
+ }
39487
+
39488
+ .amis-scope .cxd-FormulaEditor-settings > div > div {
39489
+ flex: 1;
39490
+ min-height: 0;
39491
+ }
39492
+
39493
+ .amis-scope .cxd-FormulaEditor .cm-field,
39494
+ .amis-scope .cxd-FormulaEditor .cm-func {
39495
+ border-radius: 2px;
39496
+ color: #fff;
39497
+ margin: 0 1px;
39498
+ padding: 0 2px;
39499
+ }
39500
+
39501
+ .amis-scope .cxd-FormulaEditor .cm-field {
39502
+ background: #007bff;
39503
+ }
39504
+
39505
+ .amis-scope .cxd-FormulaEditor .cm-func {
39506
+ background: #17a2b8;
39507
+ }
39508
+
39509
+ .amis-scope .cxd-FormulaFuncList {
39510
+ display: flex;
39511
+ flex-direction: column;
39512
+ }
39513
+
39514
+ .amis-scope .cxd-FormulaFuncList > .cxd-FormulaFuncList-searchBox {
39515
+ display: flex;
39516
+ width: auto;
39517
+ flex-shrink: 0;
39518
+ margin-bottom: 0.5rem;
39519
+ }
39520
+
39521
+ .amis-scope .cxd-FormulaFuncList-columns {
39522
+ flex: 1;
39523
+ min-height: 0;
39524
+ overflow: auto;
39525
+ display: flex;
39526
+ flex-direction: row;
39527
+ justify-content: flex-start;
39528
+ }
39529
+
39530
+ .amis-scope .cxd-FormulaFuncList-columns > div:first-child {
39531
+ min-width: 200px;
39532
+ flex-shrink: 0;
39533
+ }
39534
+
39535
+ .amis-scope .cxd-FormulaFuncList-funcItem {
39536
+ padding: 0 10px;
39537
+ cursor: pointer;
39538
+ }
39539
+
39540
+ .amis-scope .cxd-FormulaFuncList-funcItem.is-active {
39541
+ background: #eaf6fe;
39542
+ }
39543
+
39544
+ .amis-scope .cxd-FormulaFuncList-groupTitle {
39545
+ padding: 5px 0;
39546
+ background: transparent;
39547
+ }
39548
+
39549
+ .amis-scope .cxd-FormulaFuncList-groupBody > div {
39550
+ padding: 5px 0;
39551
+ }
39552
+
39553
+ .amis-scope .cxd-FormulaFuncList-funcDetail {
39554
+ padding: 10px 20px;
39555
+ }
39556
+
39557
+ .amis-scope .cxd-FormulaFuncList-funcDetail pre {
39558
+ white-space: pre-wrap;
39559
+ word-wrap: break-word;
39560
+ background: #f2f2f4;
39561
+ padding: 0.625rem;
39562
+ border-radius: 0.25rem;
39563
+ margin-top: 0;
39564
+ }
39565
+
39566
+ .amis-scope .cxd-FormulaFuncList-funcDetail div {
39567
+ color: #333;
39568
+ }
39569
+
39570
+ .amis-scope .cxd-FormulaPicker-icon {
39571
+ margin-left: auto;
39572
+ margin-right: 0.3125rem;
39573
+ }
39574
+
39575
+ .amis-scope .cxd-Timeline-vertical {
39576
+ display: flex;
39577
+ flex-flow: column;
39578
+ }
39579
+
39580
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem {
39581
+ display: flex;
39582
+ flex: 1;
39583
+ flex-direction: row;
39584
+ }
39585
+
39586
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
39587
+ display: none;
39588
+ }
39589
+
39590
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle {
39591
+ position: relative;
39592
+ flex: 0 0 1.5rem;
39593
+ }
39594
+
39595
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
39596
+ position: absolute;
39597
+ height: calc(100% - 1.25rem);
39598
+ width: 0.125rem;
39599
+ left: 0.8125rem;
39600
+ top: 1.25rem;
39601
+ background-color: #e6e6e8;
39602
+ }
39603
+
39604
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
39605
+ position: absolute;
39606
+ width: 0.5rem;
39607
+ height: 0.5rem;
39608
+ left: 0.625rem;
39609
+ top: 0.5rem;
39610
+ background: #dadbdd;
39611
+ border-radius: 50%;
39612
+ }
39613
+
39614
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
39615
+ background: #e8684a;
39616
+ }
39617
+
39618
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
39619
+ background: #2468f2;
39620
+ }
39621
+
39622
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
39623
+ background: #0bc286;
39624
+ }
39625
+
39626
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
39627
+ background: #ffb200;
39628
+ }
39629
+
39630
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
39631
+ position: absolute;
39632
+ width: 1rem;
39633
+ height: 1rem;
39634
+ left: 0.375rem;
39635
+ border-radius: 50%;
39636
+ }
39637
+
39638
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content {
39639
+ padding-bottom: 1rem;
39640
+ margin-left: 0.5rem;
39641
+ }
39642
+
39643
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
39644
+ color: #83868c;
39645
+ font-size: var(--Timeline--font-size);
39646
+ margin-bottom: 0.25rem;
39647
+ }
39648
+
39649
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
39650
+ color: #151a26;
39651
+ font-size: var(--Timeline--font-size);
39652
+ margin-bottom: 0.25rem;
39653
+ }
39654
+
39655
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
39656
+ display: flex;
39657
+ cursor: pointer;
39658
+ align-items: center;
39659
+ font-size: var(--Timeline--font-size);
39660
+ color: #2468f2;
39661
+ margin-bottom: 0.5rem;
39662
+ }
39663
+
39664
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
39665
+ width: 1rem;
39666
+ height: 1rem;
39667
+ }
39668
+
39669
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
39670
+ transform: rotateX(180deg);
39671
+ }
39672
+
39673
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
39674
+ display: block;
39675
+ max-width: 18.75rem;
39676
+ font-size: var(--Timeline--font-size);
39677
+ padding: 0.625rem;
39678
+ box-shadow: 0 0.0625rem 0.625rem 0 rgba(0 0 0 / 10%);
39679
+ }
39680
+
39681
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
39682
+ display: none;
39683
+ }
39684
+
39685
+ .amis-scope .cxd-Timeline-vertical.cxd-Timeline-left .cxd-TimelineItem {
39686
+ flex-direction: row-reverse;
39687
+ }
39688
+
39689
+ .amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
39690
+ flex-direction: row-reverse;
39691
+ max-width: 50%;
39692
+ }
39693
+
39694
+ .amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
39695
+ margin-left: calc(50% - 1.5rem);
39696
+ max-width: calc(50% + 1.5rem);
39697
+ }
39698
+
39699
+ .amis-scope .cxd-Timeline-horizontal {
39700
+ display: flex;
39701
+ flex-flow: row;
39702
+ margin-left: 50%;
39703
+ transform: translateX(-50%);
39704
+ }
39705
+
39706
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem {
39707
+ display: flex;
39708
+ width: -webkit-fill-available;
39709
+ flex-flow: column;
39710
+ }
39711
+
39712
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
39713
+ display: none;
39714
+ }
39715
+
39716
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle {
39717
+ position: relative;
39718
+ flex: 0 0 1.5rem;
39719
+ }
39720
+
39721
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
39722
+ position: absolute;
39723
+ height: 0.125rem;
39724
+ width: calc(100% - 0.8125rem);
39725
+ left: 1.25rem;
39726
+ top: 0.8125rem;
39727
+ background-color: #e6e6e8;
39728
+ }
39729
+
39730
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
39731
+ position: absolute;
39732
+ width: 0.5rem;
39733
+ height: 0.5rem;
39734
+ left: 0.5rem;
39735
+ top: 0.625rem;
39736
+ background: #dadbdd;
39737
+ border-radius: 50%;
39738
+ }
39739
+
39740
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
39741
+ background: #e8684a;
39742
+ }
39743
+
39744
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
39745
+ background: #2468f2;
39746
+ }
39747
+
39748
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
39749
+ background: #0bc286;
39750
+ }
39751
+
39752
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
39753
+ background: #ffb200;
39754
+ }
39755
+
39756
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
39757
+ position: absolute;
39758
+ width: 1rem;
39759
+ height: 1rem;
39760
+ left: 0.375rem;
39761
+ border-radius: 50%;
39762
+ }
39763
+
38091
39764
  /*
38092
39765
  * utilities
38093
39766
  */