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/dark-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
@@ -21708,6 +22277,7 @@ readers do not read off random characters that represent icons */
21708
22277
  width: 2.5rem;
21709
22278
  height: 2.5rem;
21710
22279
  line-height: 2.5rem;
22280
+ position: relative;
21711
22281
  display: inline-block;
21712
22282
  overflow: hidden;
21713
22283
  flex-shrink: 0;
@@ -21715,6 +22285,36 @@ readers do not read off random characters that represent icons */
21715
22285
  text-align: center;
21716
22286
  }
21717
22287
 
22288
+ .amis-scope .dark-Avatar i {
22289
+ font-size: 1rem;
22290
+ }
22291
+
22292
+ .amis-scope .dark-Avatar--lg {
22293
+ width: 3rem;
22294
+ height: 3rem;
22295
+ line-height: 3rem;
22296
+ }
22297
+
22298
+ .amis-scope .dark-Avatar--lg i {
22299
+ font-size: 1.25rem;
22300
+ }
22301
+
22302
+ .amis-scope .dark-Avatar--sm {
22303
+ width: 2rem;
22304
+ height: 2rem;
22305
+ line-height: 2rem;
22306
+ }
22307
+
22308
+ .amis-scope .dark-Avatar--sm i {
22309
+ font-size: 0.75rem;
22310
+ }
22311
+
22312
+ .amis-scope .dark-Avatar--text {
22313
+ position: absolute;
22314
+ left: 50%;
22315
+ transform-origin: 0 center;
22316
+ }
22317
+
21718
22318
  .amis-scope .dark-Avatar--square {
21719
22319
  border-radius: 0%;
21720
22320
  }
@@ -21723,15 +22323,9 @@ readers do not read off random characters that represent icons */
21723
22323
  border-radius: 10%;
21724
22324
  }
21725
22325
 
21726
- .amis-scope .dark-Avatar i {
21727
- font-size: 1rem;
21728
- }
21729
-
21730
22326
  .amis-scope .dark-Avatar img {
21731
- color: transparent;
21732
22327
  width: 100%;
21733
22328
  height: 100%;
21734
- object-fit: cover;
21735
22329
  }
21736
22330
 
21737
22331
  .amis-scope .dark-Avatar:hover img,
@@ -22150,6 +22744,23 @@ readers do not read off random characters that represent icons */
22150
22744
  overflow: auto;
22151
22745
  }
22152
22746
 
22747
+ /* 移动端样式调整 */
22748
+
22749
+ @media (max-width: 767px) {
22750
+ .amis-scope .dark-Modal .dark-Modal-footer {
22751
+ display: flex;
22752
+ }
22753
+
22754
+ .amis-scope .dark-Modal .dark-Modal-footer > .dark-Button {
22755
+ flex: 1;
22756
+ height: 2.75rem;
22757
+ }
22758
+
22759
+ .amis-scope .dark-Modal .dark-Modal-footer > .dark-Button:first-child {
22760
+ margin-left: 0;
22761
+ }
22762
+ }
22763
+
22153
22764
  .amis-scope .dark-Drawer {
22154
22765
  position: fixed;
22155
22766
  top: 0;
@@ -22195,7 +22806,7 @@ readers do not read off random characters that represent icons */
22195
22806
 
22196
22807
  .amis-scope .dark-Drawer-header {
22197
22808
  padding: 0.75rem;
22198
- background: #f9f9f9;
22809
+ background: #333538;
22199
22810
  border-bottom: 0.0625rem solid #dfe2e6;
22200
22811
  border-top-left-radius: 0;
22201
22812
  border-top-right-radius: 0;
@@ -22801,6 +23412,139 @@ readers do not read off random characters that represent icons */
22801
23412
  margin-top: -0.25rem;
22802
23413
  }
22803
23414
 
23415
+ @keyframes PopUpIn {
23416
+ from {
23417
+ height: 0;
23418
+ }
23419
+ }
23420
+
23421
+ @keyframes PopUpOut {
23422
+ to {
23423
+ height: 0;
23424
+ }
23425
+ }
23426
+
23427
+ @keyframes PopUpOpacityIn {
23428
+ from {
23429
+ opacity: 0;
23430
+ }
23431
+ }
23432
+
23433
+ @keyframes PopUpOpacityOut {
23434
+ to {
23435
+ opacity: 0;
23436
+ }
23437
+ }
23438
+
23439
+ .amis-scope .dark-PopUp {
23440
+ width: 100%;
23441
+ position: fixed;
23442
+ background: #333538;
23443
+ left: 0;
23444
+ bottom: 0;
23445
+ z-index: 1300;
23446
+ padding: 0;
23447
+ margin: 0;
23448
+ font-weight: 400;
23449
+ letter-spacing: normal;
23450
+ line-height: 1.5;
23451
+ text-align: left;
23452
+ text-align: start;
23453
+ text-decoration: none;
23454
+ text-shadow: none;
23455
+ text-transform: none;
23456
+ white-space: normal;
23457
+ word-break: normal;
23458
+ word-spacing: normal;
23459
+ word-wrap: normal;
23460
+ font-size: 0.875rem;
23461
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
23462
+ border: 0.0625rem solid #656565;
23463
+ border-radius: 0.142rem;
23464
+ overflow: hidden;
23465
+ }
23466
+
23467
+ .amis-scope .dark-PopUp.in,
23468
+ .amis-scope .dark-PopUp.out {
23469
+ animation-duration: 0s;
23470
+ animation-fill-mode: both;
23471
+ }
23472
+
23473
+ .amis-scope .dark-PopUp.in {
23474
+ animation-name: PopUpIn;
23475
+ }
23476
+
23477
+ .amis-scope .dark-PopUp.in .dark-PopUp-overlay {
23478
+ animation-name: PopUpOpacityIn;
23479
+ }
23480
+
23481
+ .amis-scope .dark-PopUp.out {
23482
+ animation-name: PopUpOut;
23483
+ }
23484
+
23485
+ .amis-scope .dark-PopUp.out .dark-PopUp-overlay {
23486
+ animation-name: PopUpOpacityOut;
23487
+ }
23488
+
23489
+ .amis-scope .dark-PopUp-inner {
23490
+ position: relative;
23491
+ overflow: hidden;
23492
+ height: 100%;
23493
+ box-sizing: border-box;
23494
+ background: #fff;
23495
+ padding-top: 2.25rem;
23496
+ }
23497
+
23498
+ .amis-scope .dark-PopUp-closeWrap {
23499
+ width: 100%;
23500
+ position: absolute;
23501
+ left: 0;
23502
+ top: 0;
23503
+ text-align: center;
23504
+ height: 3rem;
23505
+ line-height: 3rem;
23506
+ }
23507
+
23508
+ .amis-scope .dark-PopUp-closeWrap .dark-PopUp-close {
23509
+ position: absolute;
23510
+ z-index: 1;
23511
+ color: #4b5563;
23512
+ cursor: pointer;
23513
+ top: 0.9375rem;
23514
+ right: 0.9375rem;
23515
+ }
23516
+
23517
+ .amis-scope .dark-PopUp-content {
23518
+ overflow-y: auto;
23519
+ height: 100%;
23520
+ }
23521
+
23522
+ .amis-scope .dark-PopUp > * {
23523
+ position: relative;
23524
+ z-index: 2;
23525
+ }
23526
+
23527
+ .amis-scope .dark-PopUp-overlay {
23528
+ position: fixed !important;
23529
+ top: 0;
23530
+ left: 0;
23531
+ right: 0;
23532
+ z-index: 1;
23533
+ bottom: 0;
23534
+ background: rgba(0, 0, 0, 0.3);
23535
+ opacity: 1;
23536
+ animation-duration: 0s;
23537
+ animation-fill-mode: both;
23538
+ }
23539
+
23540
+ .amis-scope .dark-PopUp--leftBottomLeftTop {
23541
+ margin-top: 0.25rem;
23542
+ }
23543
+
23544
+ .amis-scope .dark-PopUp--leftTopLeftBottom {
23545
+ margin-top: -0.25rem;
23546
+ }
23547
+
22804
23548
  .amis-scope .dark-PickerColumns {
22805
23549
  position: relative;
22806
23550
  background-color: white;
@@ -24819,6 +25563,50 @@ readers do not read off random characters that represent icons */
24819
25563
  display: none;
24820
25564
  }
24821
25565
 
25566
+ /* 移动端样式调整 */
25567
+
25568
+ @media (max-width: 767px) {
25569
+ .amis-scope .dark-Panel--form {
25570
+ border: none;
25571
+ box-shadow: none;
25572
+ margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
25573
+ }
25574
+
25575
+ .amis-scope .dark-Panel--form .dark-Panel-body {
25576
+ padding: 0 1rem 1rem;
25577
+ }
25578
+
25579
+ .amis-scope .dark-Panel--form > .dark-Panel-heading {
25580
+ background: none;
25581
+ border: none;
25582
+ border-radius: 0;
25583
+ }
25584
+
25585
+ .amis-scope .dark-Panel--form > .dark-Panel-heading .dark-Panel-title {
25586
+ padding-left: 0.75rem;
25587
+ border-left: 0.1875rem solid #0983ff;
25588
+ font-size: 1rem;
25589
+ }
25590
+
25591
+ .amis-scope .dark-Panel--form .dark-Panel-footerWrap {
25592
+ padding-bottom: 0.75rem;
25593
+ }
25594
+
25595
+ .amis-scope .dark-Panel--form .dark-Panel-footer {
25596
+ border-top: none;
25597
+ display: flex;
25598
+ padding: 0 0.75rem;
25599
+ }
25600
+
25601
+ .amis-scope .dark-Panel--form .dark-Panel-footer > .dark-Button {
25602
+ flex: 1;
25603
+ }
25604
+
25605
+ .amis-scope .dark-Panel--form .dark-Panel-footer > .dark-Button:first-child {
25606
+ margin-left: 0;
25607
+ }
25608
+ }
25609
+
24822
25610
  .amis-scope .dark-Service {
24823
25611
  position: relative;
24824
25612
  }
@@ -25258,6 +26046,294 @@ readers do not read off random characters that represent icons */
25258
26046
  position: relative;
25259
26047
  }
25260
26048
 
26049
+ .amis-scope .dark-CalendarMobile {
26050
+ height: 100%;
26051
+ overflow: scroll;
26052
+ }
26053
+
26054
+ .amis-scope .dark-CalendarMobile-pop {
26055
+ position: fixed;
26056
+ bottom: 0;
26057
+ left: 0;
26058
+ width: 100vw;
26059
+ height: 90vh;
26060
+ background: #fff;
26061
+ border-radius: 1rem 1rem 0 0;
26062
+ overflow: hidden;
26063
+ border-width: 0;
26064
+ }
26065
+
26066
+ .amis-scope .dark-CalendarMobile-wrap {
26067
+ display: flex;
26068
+ flex-direction: column;
26069
+ height: 100%;
26070
+ }
26071
+
26072
+ .amis-scope .dark-CalendarMobile-header {
26073
+ flex-shrink: 0;
26074
+ box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
26075
+ position: relative;
26076
+ }
26077
+
26078
+ .amis-scope .dark-CalendarMobile-header .subtitle-text {
26079
+ display: inline-block;
26080
+ width: 6.875rem;
26081
+ position: relative;
26082
+ }
26083
+
26084
+ .amis-scope .dark-CalendarMobile-header .rdtPrev {
26085
+ width: 1.25rem;
26086
+ height: 2.75rem;
26087
+ display: block;
26088
+ position: absolute;
26089
+ top: 0;
26090
+ left: -1.25rem;
26091
+ }
26092
+
26093
+ .amis-scope .dark-CalendarMobile-header .rdtNext {
26094
+ width: 1.25rem;
26095
+ height: 2.75rem;
26096
+ display: block;
26097
+ position: absolute;
26098
+ top: 0;
26099
+ right: -1.25rem;
26100
+ }
26101
+
26102
+ .amis-scope .dark-CalendarMobile-title,
26103
+ .amis-scope .dark-CalendarMobile-subtitle {
26104
+ height: 2.75rem;
26105
+ font-weight: 500;
26106
+ line-height: 2.75rem;
26107
+ text-align: center;
26108
+ }
26109
+
26110
+ .amis-scope .dark-CalendarMobile-title {
26111
+ font-size: 1rem;
26112
+ }
26113
+
26114
+ .amis-scope .dark-CalendarMobile-weekdays {
26115
+ display: flex;
26116
+ }
26117
+
26118
+ .amis-scope .dark-CalendarMobile-weekdays .weekday {
26119
+ flex: 1;
26120
+ line-height: 1.875rem;
26121
+ text-align: center;
26122
+ }
26123
+
26124
+ .amis-scope .dark-CalendarMobile-close {
26125
+ position: absolute;
26126
+ z-index: 1;
26127
+ color: #c8c9cc;
26128
+ font-size: 1rem;
26129
+ cursor: pointer;
26130
+ top: 0.6875rem;
26131
+ right: 1rem;
26132
+ }
26133
+
26134
+ .amis-scope .dark-CalendarMobile-body::-webkit-scrollbar {
26135
+ width: 0;
26136
+ }
26137
+
26138
+ .amis-scope .dark-CalendarMobile-body {
26139
+ flex: 1;
26140
+ overflow-y: scroll;
26141
+ }
26142
+
26143
+ .amis-scope .dark-CalendarMobile-body table {
26144
+ border-spacing: 0 0.25rem;
26145
+ }
26146
+
26147
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
26148
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
26149
+ background: transparent;
26150
+ color: #f3f1f1;
26151
+ text-shadow: none;
26152
+ }
26153
+
26154
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
26155
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
26156
+ color: #999;
26157
+ }
26158
+
26159
+ .amis-scope .dark-CalendarMobile-body .rdtOldNone td.rdtOld {
26160
+ display: none;
26161
+ }
26162
+
26163
+ .amis-scope .dark-CalendarMobile-body .rdtPicker td {
26164
+ height: 3.5rem;
26165
+ position: relative;
26166
+ }
26167
+
26168
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
26169
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
26170
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
26171
+ .amis-scope .dark-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
26172
+ background: transparent;
26173
+ }
26174
+
26175
+ .amis-scope .dark-CalendarMobile-body .calendar-wrap {
26176
+ position: relative;
26177
+ width: 3.125rem;
26178
+ height: 100%;
26179
+ text-align: center;
26180
+ display: inline-flex;
26181
+ align-items: center;
26182
+ justify-content: center;
26183
+ border-radius: 0.25rem;
26184
+ }
26185
+
26186
+ .amis-scope .dark-CalendarMobile-embed .dark-CalendarMobile-body .calendar-wrap {
26187
+ width: auto;
26188
+ max-width: 3.125rem;
26189
+ }
26190
+
26191
+ .amis-scope .dark-CalendarMobile-footer {
26192
+ flex-shrink: 0;
26193
+ }
26194
+
26195
+ .amis-scope .dark-CalendarMobile-footer .date-range-confirm {
26196
+ height: 2.25rem;
26197
+ margin: 0.4375rem 0;
26198
+ border-radius: 0.285rem;
26199
+ display: block;
26200
+ }
26201
+
26202
+ .amis-scope .dark-CalendarMobile-footer .is-disabled {
26203
+ opacity: 0.5;
26204
+ color: #fff;
26205
+ background: #0983ff;
26206
+ border-color: #0983ff;
26207
+ filter: none;
26208
+ }
26209
+
26210
+ .amis-scope .dark-CalendarMobile-footer-toolbar {
26211
+ padding: 0 1rem;
26212
+ }
26213
+
26214
+ .amis-scope .dark-CalendarMobile-footer-ranges {
26215
+ background: #fff;
26216
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
26217
+ border-radius: 24px;
26218
+ overflow-x: scroll;
26219
+ position: relative;
26220
+ height: 3rem;
26221
+ line-height: 3rem;
26222
+ }
26223
+
26224
+ .amis-scope .dark-CalendarMobile-footer .dark-DateRangePicker-rangers {
26225
+ position: absolute;
26226
+ white-space: nowrap;
26227
+ }
26228
+
26229
+ .amis-scope .dark-CalendarMobile-footer .dark-DateRangePicker-rangers .dark-DateRangePicker-ranger {
26230
+ margin: 0 1.5625rem;
26231
+ }
26232
+
26233
+ .amis-scope .dark-CalendarMobile-calendar-wrap {
26234
+ padding: 0.5rem 0;
26235
+ }
26236
+
26237
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker {
26238
+ width: 100%;
26239
+ padding: 0;
26240
+ }
26241
+
26242
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtOld {
26243
+ visibility: hidden;
26244
+ }
26245
+
26246
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtNew {
26247
+ display: none;
26248
+ }
26249
+
26250
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtBetween {
26251
+ background: rgba(34, 150, 243, 0.1) !important;
26252
+ color: #0983ff;
26253
+ }
26254
+
26255
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
26256
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
26257
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
26258
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
26259
+ background: #2296f3 !important;
26260
+ color: #fff;
26261
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
26262
+ }
26263
+
26264
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
26265
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
26266
+ background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(34, 150, 243, 0.1) 51%, rgba(34, 150, 243, 0.1) 100%) !important;
26267
+ }
26268
+
26269
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
26270
+ .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
26271
+ background: linear-gradient(to right, rgba(34, 150, 243, 0.1) 0%, rgba(34, 150, 243, 0.1) 50%, transparent 51%, transparent 100%) !important;
26272
+ }
26273
+
26274
+ .amis-scope .dark-CalendarMobile-calendar-header {
26275
+ height: 1.875rem;
26276
+ line-height: 1.875rem;
26277
+ text-align: center;
26278
+ }
26279
+
26280
+ .amis-scope .dark-CalendarMobile-range-text {
26281
+ position: absolute;
26282
+ right: 0;
26283
+ left: 0;
26284
+ bottom: 0;
26285
+ color: #fff;
26286
+ font-size: 0.75rem;
26287
+ white-space: nowrap;
26288
+ }
26289
+
26290
+ .amis-scope .dark-CalendarMobile-calendar-wrap {
26291
+ position: relative;
26292
+ }
26293
+
26294
+ .amis-scope .dark-CalendarMobile-calendar-mark {
26295
+ position: absolute;
26296
+ top: 50%;
26297
+ left: 50%;
26298
+ z-index: 0;
26299
+ color: rgba(242, 243, 245, 0.8);
26300
+ font-size: 10rem;
26301
+ transform: translate(-50%, -50%);
26302
+ pointer-events: none;
26303
+ }
26304
+
26305
+ .amis-scope .dark-CalendarMobile-toast {
26306
+ position: fixed;
26307
+ top: 50%;
26308
+ left: 50%;
26309
+ transform: translate(-50%, -50%);
26310
+ width: 8.5rem;
26311
+ height: 2.25rem;
26312
+ background: rgba(0, 0, 0, 0.9);
26313
+ border-radius: 4px;
26314
+ color: #fff;
26315
+ display: flex;
26316
+ justify-content: center;
26317
+ align-items: center;
26318
+ }
26319
+
26320
+ .amis-scope .dark-CalendarMobile-time {
26321
+ height: 12.5rem;
26322
+ }
26323
+
26324
+ .amis-scope .dark-CalendarMobile-time-title {
26325
+ border: 0.0625rem solid #b4bbc5;
26326
+ border-left: none;
26327
+ border-right: none;
26328
+ text-align: center;
26329
+ height: 1.875rem;
26330
+ line-height: 1.875rem;
26331
+ }
26332
+
26333
+ .amis-scope .dark-CalendarMobile-time .rdtPicker {
26334
+ margin: 0 auto;
26335
+ }
26336
+
25261
26337
  .amis-scope .dark-Collapse {
25262
26338
  border: none;
25263
26339
  padding: 0;
@@ -29045,7 +30121,7 @@ readers do not read off random characters that represent icons */
29045
30121
 
29046
30122
  .amis-scope .dark-Card-multiMedia-img {
29047
30123
  display: block;
29048
- width: 100%;
30124
+ width: auto;
29049
30125
  height: auto;
29050
30126
  object-fit: cover;
29051
30127
  border-radius: 0.142rem;
@@ -30928,6 +32004,42 @@ readers do not read off random characters that represent icons */
30928
32004
  border: 1px solid #2296f3;
30929
32005
  }
30930
32006
 
32007
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title::after {
32008
+ display: none !important;
32009
+ }
32010
+
32011
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title .dark-StepsItem-subTitle {
32012
+ padding-left: 0.3125rem;
32013
+ }
32014
+
32015
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon {
32016
+ position: relative;
32017
+ display: block;
32018
+ }
32019
+
32020
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon:after {
32021
+ content: "";
32022
+ position: absolute;
32023
+ right: 0;
32024
+ top: 0.9375rem;
32025
+ height: 1px;
32026
+ left: 2.5rem;
32027
+ width: 99999px;
32028
+ background-color: #b4bbc5;
32029
+ }
32030
+
32031
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon.is-success:after {
32032
+ background-color: #2296f3;
32033
+ }
32034
+
32035
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem:last-child {
32036
+ flex: 1;
32037
+ }
32038
+
32039
+ .amis-scope .dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem:last-child .dark-StepsItem-containerIcon:after {
32040
+ display: none !important;
32041
+ }
32042
+
30931
32043
  .amis-scope .dark-Portlet {
30932
32044
  border: 0.0625rem solid #656565;
30933
32045
  border-radius: 0.142rem;
@@ -32293,7 +33405,6 @@ readers do not read off random characters that represent icons */
32293
33405
 
32294
33406
  .amis-scope .dark-Selection > .dark-Checkbox {
32295
33407
  display: block;
32296
- height: 1.875rem;
32297
33408
  line-height: 1.4285714286;
32298
33409
  font-size: 0.875rem;
32299
33410
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
@@ -32336,7 +33447,6 @@ readers do not read off random characters that represent icons */
32336
33447
 
32337
33448
  .amis-scope .dark-GroupedSelection-item {
32338
33449
  display: flex;
32339
- height: 1.875rem;
32340
33450
  line-height: 1.4285714286;
32341
33451
  font-size: 0.875rem;
32342
33452
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -32467,7 +33577,6 @@ readers do not read off random characters that represent icons */
32467
33577
  .amis-scope .dark-TreeSelection-itemInner {
32468
33578
  display: flex;
32469
33579
  align-items: center;
32470
- height: 1.875rem;
32471
33580
  line-height: 1.4285714286;
32472
33581
  font-size: 0.875rem;
32473
33582
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -32522,6 +33631,7 @@ readers do not read off random characters that represent icons */
32522
33631
  .amis-scope .dark-ChainedSelection {
32523
33632
  display: flex;
32524
33633
  flex-direction: row;
33634
+ min-height: 100%;
32525
33635
  }
32526
33636
 
32527
33637
  .amis-scope .dark-ChainedSelection-col {
@@ -32541,7 +33651,6 @@ readers do not read off random characters that represent icons */
32541
33651
 
32542
33652
  .amis-scope .dark-ChainedSelection-item {
32543
33653
  display: flex;
32544
- height: 1.875rem;
32545
33654
  line-height: 1.4285714286;
32546
33655
  font-size: 0.875rem;
32547
33656
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33312,6 +34421,7 @@ readers do not read off random characters that represent icons */
33312
34421
  height: 1.875rem;
33313
34422
  line-height: 1.4285714286;
33314
34423
  font-size: 0.875rem;
34424
+ align-items: center;
33315
34425
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
33316
34426
  }
33317
34427
 
@@ -33321,6 +34431,7 @@ readers do not read off random characters that represent icons */
33321
34431
  }
33322
34432
 
33323
34433
  .amis-scope .dark-Selections-item > .dark-Selections-dragbar {
34434
+ top: 0;
33324
34435
  width: 1.25rem;
33325
34436
  position: relative;
33326
34437
  left: calc(0.25rem * -1);
@@ -33643,6 +34754,10 @@ readers do not read off random characters that represent icons */
33643
34754
  border-radius: 0.142rem;
33644
34755
  }
33645
34756
 
34757
+ .amis-scope .dark-ColorPicker-popup {
34758
+ height: 80vh;
34759
+ }
34760
+
33646
34761
  .amis-scope .dark-ColorPicker:not(.is-disabled) {
33647
34762
  cursor: pointer;
33648
34763
  }
@@ -33907,6 +35022,10 @@ readers do not read off random characters that represent icons */
33907
35022
  margin: -0.125rem 0 0;
33908
35023
  }
33909
35024
 
35025
+ .amis-scope .dark-DatePicker-popup {
35026
+ height: 80vh;
35027
+ }
35028
+
33910
35029
  .amis-scope .rdt {
33911
35030
  user-select: none;
33912
35031
  font-size: 0.875rem;
@@ -34458,6 +35577,10 @@ readers do not read off random characters that represent icons */
34458
35577
  margin: -0.125rem 0 0;
34459
35578
  }
34460
35579
 
35580
+ .amis-scope .dark-DateRangePicker-popup {
35581
+ height: 90vh;
35582
+ }
35583
+
34461
35584
  @media (min-width: 576px) {
34462
35585
  .amis-scope .dark-DateRangePicker-wrap {
34463
35586
  white-space: nowrap;
@@ -35802,6 +36925,10 @@ readers do not read off random characters that represent icons */
35802
36925
  background: #3c3c3c;
35803
36926
  }
35804
36927
 
36928
+ .amis-scope .dark-TreeSelect-popup {
36929
+ height: 80vh;
36930
+ }
36931
+
35805
36932
  .amis-scope .dark-TreeSelect-popover {
35806
36933
  background: transparent;
35807
36934
  border: none;
@@ -36660,25 +37787,52 @@ readers do not read off random characters that represent icons */
36660
37787
  }
36661
37788
 
36662
37789
  .amis-scope .dark-Rating {
37790
+ display: flex;
36663
37791
  position: relative;
37792
+ align-items: center;
37793
+ justify-content: flex-start;
37794
+ flex-flow: row wrap;
37795
+ }
37796
+
37797
+ .amis-scope .dark-Rating > ul {
37798
+ display: flex;
37799
+ padding: unset;
37800
+ margin: unset;
37801
+ align-items: center;
37802
+ justify-content: flex-start;
37803
+ flex-flow: row wrap;
37804
+ }
37805
+
37806
+ .amis-scope .dark-Rating-star {
37807
+ position: relative;
37808
+ margin-right: 0.5rem;
36664
37809
  overflow: hidden;
36665
37810
  display: block;
36666
- float: left;
36667
37811
  font-size: 1.5rem;
36668
- color: #1e1f22;
37812
+ line-height: 1;
36669
37813
  cursor: pointer;
37814
+ user-select: none;
37815
+ color: #e6e6e8;
36670
37816
  }
36671
37817
 
36672
- .amis-scope .dark-Rating.is-active {
36673
- color: #2296f3;
37818
+ .amis-scope .dark-Rating-star-half > svg.icon,
37819
+ .amis-scope .dark-Rating-star > svg.icon {
37820
+ display: block;
37821
+ width: 1.5rem;
37822
+ height: 1.5rem;
37823
+ top: 0;
37824
+ }
37825
+
37826
+ .amis-scope .dark-Rating-star:last-of-type {
37827
+ margin-right: 0;
36674
37828
  }
36675
37829
 
36676
- .amis-scope .dark-Rating.is-disabled {
37830
+ .amis-scope .dark-Rating-star.is-disabled {
36677
37831
  cursor: not-allowed;
36678
37832
  pointer-events: none;
36679
37833
  }
36680
37834
 
36681
- .amis-scope .dark-Rating-half:before {
37835
+ .amis-scope .dark-Rating-star-half {
36682
37836
  position: absolute;
36683
37837
  overflow: hidden;
36684
37838
  display: block;
@@ -36686,8 +37840,20 @@ readers do not read off random characters that represent icons */
36686
37840
  top: 0;
36687
37841
  left: 0;
36688
37842
  width: 50%;
36689
- content: attr(data-forhalf);
36690
- color: #2296f3;
37843
+ }
37844
+
37845
+ .amis-scope .dark-Rating-text {
37846
+ font-size: 0.75rem;
37847
+ color: #f3f1f1;
37848
+ font-weight: 400;
37849
+ }
37850
+
37851
+ .amis-scope .dark-Rating-text--left {
37852
+ margin-right: 0.5rem;
37853
+ }
37854
+
37855
+ .amis-scope .dark-Rating-text--right {
37856
+ margin-left: 0.5rem;
36691
37857
  }
36692
37858
 
36693
37859
  .amis-scope .dark-RatingControl {
@@ -37750,6 +38916,176 @@ readers do not read off random characters that represent icons */
37750
38916
  width: 10%;
37751
38917
  }
37752
38918
 
38919
+ /* 移动端样式调整 */
38920
+
38921
+ @media (max-width: 767px) {
38922
+ .amis-scope .dark-Form .dark-Form-item {
38923
+ display: flex;
38924
+ flex-wrap: wrap;
38925
+ margin-bottom: 0;
38926
+ padding: 0.75rem 0;
38927
+ position: relative;
38928
+ }
38929
+
38930
+ .amis-scope .dark-Form .dark-Form-item::after {
38931
+ position: absolute;
38932
+ box-sizing: border-box;
38933
+ content: " ";
38934
+ pointer-events: none;
38935
+ right: 0;
38936
+ bottom: 0;
38937
+ left: 0;
38938
+ border-bottom: 0.0625rem solid #656565;
38939
+ transform: scaleY(0.5);
38940
+ }
38941
+
38942
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup-addOn,
38943
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-addOn {
38944
+ border: none;
38945
+ }
38946
+
38947
+ .amis-scope .dark-Form .dark-Form-item > .dark-Form-label {
38948
+ flex: 0 0 28%;
38949
+ max-width: 28%;
38950
+ min-height: 1px;
38951
+ text-align: left;
38952
+ padding-right: calc(1rem / 2);
38953
+ overflow-wrap: break-word;
38954
+ margin-right: 0;
38955
+ margin-bottom: 0;
38956
+ font-size: 1rem;
38957
+ }
38958
+
38959
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-description {
38960
+ font-size: 0.875rem;
38961
+ }
38962
+
38963
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-input {
38964
+ font-size: 1rem;
38965
+ }
38966
+
38967
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-input input {
38968
+ height: calc(1.4285714286 * 1rem);
38969
+ }
38970
+
38971
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-value,
38972
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control {
38973
+ flex: 1;
38974
+ flex-wrap: wrap;
38975
+ font-size: 1rem;
38976
+ }
38977
+
38978
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-value.is-disabled > .dark-TextControl-input,
38979
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control.is-disabled > .dark-TextControl-input {
38980
+ background: transparent;
38981
+ }
38982
+
38983
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-hint,
38984
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-remark,
38985
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-static,
38986
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--hor .dark-Form-item,
38987
+ .amis-scope .dark-Form .dark-Form-item .dark-SwitchControl,
38988
+ .amis-scope .dark-Form .dark-Form-item .dark-CheckboxControl,
38989
+ .amis-scope .dark-Form .dark-Form-item .dark-RadiosControl,
38990
+ .amis-scope .dark-Form .dark-Form-item .dark-CheckboxesControl {
38991
+ padding-top: 0;
38992
+ padding-bottom: 0;
38993
+ }
38994
+
38995
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--horizontal .dark-TextControl-input input {
38996
+ height: 1.875rem;
38997
+ }
38998
+
38999
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-hint {
39000
+ font-size: 0.875rem;
39001
+ margin-left: 0;
39002
+ color: white;
39003
+ }
39004
+
39005
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl-placeholder {
39006
+ top: 0;
39007
+ }
39008
+
39009
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-static {
39010
+ min-height: 0;
39011
+ }
39012
+
39013
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-description,
39014
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-feedback {
39015
+ font-size: 0.875rem;
39016
+ }
39017
+
39018
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup .dark-Select,
39019
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup .dark-InputGroup-btn .dark-Button {
39020
+ border: none;
39021
+ }
39022
+
39023
+ .amis-scope .dark-Form .dark-Form-item .dark-InputGroup > .dark-TextControl-input input {
39024
+ height: 1.875rem;
39025
+ }
39026
+
39027
+ .amis-scope .dark-Form .dark-Form-item .dark-ColorPicker {
39028
+ padding: 0;
39029
+ border: none;
39030
+ }
39031
+
39032
+ .amis-scope .dark-Form .dark-Form-item .dark-ColorPicker .dark-ColorPicker-arrow {
39033
+ display: none;
39034
+ }
39035
+
39036
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-group--hor .dark-Form-item .dark-Button {
39037
+ margin-bottom: 0.25rem;
39038
+ }
39039
+
39040
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea,
39041
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input,
39042
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input {
39043
+ border: none;
39044
+ padding: 0 0.5rem 0 0;
39045
+ box-shadow: none;
39046
+ }
39047
+
39048
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea:hover,
39049
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea:focus,
39050
+ .amis-scope .dark-Form .dark-Form-item .dark-TextareaControl > textarea.active,
39051
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input:hover,
39052
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input:focus,
39053
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input.active,
39054
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input:hover,
39055
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input:focus,
39056
+ .amis-scope .dark-Form .dark-Form-item .dark-TextControl.is-focused > .dark-TextControl-input.active {
39057
+ border: none;
39058
+ outline: none;
39059
+ outline-style: none;
39060
+ }
39061
+
39062
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-control > .dark-TextControl-input--multiple {
39063
+ padding: 0;
39064
+ min-height: 0;
39065
+ }
39066
+
39067
+ .amis-scope .dark-Form .dark-Form-groupColumn {
39068
+ margin-bottom: 0;
39069
+ }
39070
+
39071
+ .amis-scope .dark-Form .dark-Divider {
39072
+ display: none;
39073
+ }
39074
+
39075
+ .amis-scope .dark-Form .dark-Tabs-pane {
39076
+ padding: 0;
39077
+ }
39078
+
39079
+ .amis-scope .dark-Form > .dark-Form-item:last-child::after,
39080
+ .amis-scope .dark-Form > .dark-Form-item:last-of-type::after {
39081
+ display: none;
39082
+ }
39083
+
39084
+ .amis-scope .dark-Form .dark-Form-item .dark-Form-groupColumn > .dark-Form-item {
39085
+ padding-bottom: 0.5rem;
39086
+ }
39087
+ }
39088
+
37753
39089
  .amis-scope .dark-AnchorNav {
37754
39090
  display: flex;
37755
39091
  height: 25rem;
@@ -38137,6 +39473,343 @@ readers do not read off random characters that represent icons */
38137
39473
  margin-right: 0;
38138
39474
  }
38139
39475
 
39476
+ .amis-scope .dark-FormulaEditor {
39477
+ overflow: visible;
39478
+ max-width: 100%;
39479
+ box-sizing: content-box;
39480
+ }
39481
+
39482
+ .amis-scope .dark-FormulaEditor-content {
39483
+ border-radius: 0.142rem;
39484
+ border: 0.0625rem solid #656565;
39485
+ }
39486
+
39487
+ .amis-scope .dark-FormulaEditor-header {
39488
+ width: 100%;
39489
+ height: 1.875rem;
39490
+ line-height: 1.875rem;
39491
+ padding: 0 0.625rem;
39492
+ box-sizing: border-box;
39493
+ background: var(--Formula-header-bgColor);
39494
+ border-radius: 0.142rem 0.142rem 0 0;
39495
+ border-bottom: 0.0625rem solid #656565;
39496
+ font-weight: 500;
39497
+ }
39498
+
39499
+ .amis-scope .dark-FormulaEditor-editor {
39500
+ min-height: 14.875rem;
39501
+ max-height: 20rem;
39502
+ height: auto;
39503
+ padding: 0.625rem;
39504
+ padding-right: 0;
39505
+ }
39506
+
39507
+ .amis-scope .dark-FormulaEditor.is-error .dark-FormulaEditor-editor {
39508
+ border-color: #dc3545;
39509
+ }
39510
+
39511
+ .amis-scope .dark-FormulaEditor.is-focused .dark-FormulaEditor-editor {
39512
+ border-color: #2296f3;
39513
+ }
39514
+
39515
+ .amis-scope .dark-FormulaEditor-settings {
39516
+ display: flex;
39517
+ flex-direction: row;
39518
+ align-items: stretch;
39519
+ justify-content: space-between;
39520
+ max-height: 21.875rem;
39521
+ margin: 0 -5px;
39522
+ }
39523
+
39524
+ .amis-scope .dark-FormulaEditor-settings > div {
39525
+ flex: 1;
39526
+ padding: 0 5px;
39527
+ display: flex;
39528
+ flex-direction: column;
39529
+ }
39530
+
39531
+ .amis-scope .dark-FormulaEditor-settings > div > h3 {
39532
+ padding: 10px 0;
39533
+ margin: 0;
39534
+ flex-shrink: 0;
39535
+ }
39536
+
39537
+ .amis-scope .dark-FormulaEditor-settings > div > div {
39538
+ flex: 1;
39539
+ min-height: 0;
39540
+ }
39541
+
39542
+ .amis-scope .dark-FormulaEditor .cm-field,
39543
+ .amis-scope .dark-FormulaEditor .cm-func {
39544
+ border-radius: 2px;
39545
+ color: #fff;
39546
+ margin: 0 1px;
39547
+ padding: 0 2px;
39548
+ }
39549
+
39550
+ .amis-scope .dark-FormulaEditor .cm-field {
39551
+ background: #007bff;
39552
+ }
39553
+
39554
+ .amis-scope .dark-FormulaEditor .cm-func {
39555
+ background: #17a2b8;
39556
+ }
39557
+
39558
+ .amis-scope .dark-FormulaFuncList {
39559
+ display: flex;
39560
+ flex-direction: column;
39561
+ }
39562
+
39563
+ .amis-scope .dark-FormulaFuncList > .dark-FormulaFuncList-searchBox {
39564
+ display: flex;
39565
+ width: auto;
39566
+ flex-shrink: 0;
39567
+ margin-bottom: 0.5rem;
39568
+ }
39569
+
39570
+ .amis-scope .dark-FormulaFuncList-columns {
39571
+ flex: 1;
39572
+ min-height: 0;
39573
+ overflow: auto;
39574
+ display: flex;
39575
+ flex-direction: row;
39576
+ justify-content: flex-start;
39577
+ }
39578
+
39579
+ .amis-scope .dark-FormulaFuncList-columns > div:first-child {
39580
+ min-width: 200px;
39581
+ flex-shrink: 0;
39582
+ }
39583
+
39584
+ .amis-scope .dark-FormulaFuncList-funcItem {
39585
+ padding: 0 10px;
39586
+ cursor: pointer;
39587
+ }
39588
+
39589
+ .amis-scope .dark-FormulaFuncList-funcItem.is-active {
39590
+ background: var(--Formula-funcItem-bgColor-onActive);
39591
+ }
39592
+
39593
+ .amis-scope .dark-FormulaFuncList-groupTitle {
39594
+ padding: 5px 0;
39595
+ background: transparent;
39596
+ }
39597
+
39598
+ .amis-scope .dark-FormulaFuncList-groupBody > div {
39599
+ padding: 5px 0;
39600
+ }
39601
+
39602
+ .amis-scope .dark-FormulaFuncList-funcDetail {
39603
+ padding: 10px 20px;
39604
+ }
39605
+
39606
+ .amis-scope .dark-FormulaFuncList-funcDetail pre {
39607
+ white-space: pre-wrap;
39608
+ word-wrap: break-word;
39609
+ background: var(--Formula-header-bgColor);
39610
+ padding: 0.625rem;
39611
+ border-radius: 0.142rem;
39612
+ margin-top: 0;
39613
+ }
39614
+
39615
+ .amis-scope .dark-FormulaFuncList-funcDetail div {
39616
+ color: #dbd6d6;
39617
+ }
39618
+
39619
+ .amis-scope .dark-FormulaPicker-icon {
39620
+ margin-left: auto;
39621
+ margin-right: 0.3125rem;
39622
+ }
39623
+
39624
+ .amis-scope .dark-Timeline-vertical {
39625
+ display: flex;
39626
+ flex-flow: column;
39627
+ }
39628
+
39629
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem {
39630
+ display: flex;
39631
+ flex: 1;
39632
+ flex-direction: row;
39633
+ }
39634
+
39635
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem:last-of-type .dark-TimelineItem-axle .dark-TimelineItem-line {
39636
+ display: none;
39637
+ }
39638
+
39639
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle {
39640
+ position: relative;
39641
+ flex: var(--TimelineItem--axle-flex);
39642
+ }
39643
+
39644
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-line {
39645
+ position: absolute;
39646
+ height: calc(100% - var(--TimelineItem--left-line-top));
39647
+ width: var(--TimelineItem--left-line-width);
39648
+ left: var(--TimelineItem--left-line-left);
39649
+ top: var(--TimelineItem--left-line-top);
39650
+ background-color: var(--TimelineItem--line-bg);
39651
+ }
39652
+
39653
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round {
39654
+ position: absolute;
39655
+ width: var(--TimelineItem--round-width);
39656
+ height: var(--TimelineItem--round-height);
39657
+ left: var(--TimelineItem--round-left);
39658
+ top: var(--TimelineItem--round-top);
39659
+ background: var(--TimelineItem-round-bg);
39660
+ border-radius: var(--TimelineItem--round-radius);
39661
+ }
39662
+
39663
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--danger {
39664
+ background: var(--Timeline--danger-bg);
39665
+ }
39666
+
39667
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--info {
39668
+ background: var(--Timeline--info-bg);
39669
+ }
39670
+
39671
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--success {
39672
+ background: var(--Timeline--success-bg);
39673
+ }
39674
+
39675
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-round--warning {
39676
+ background: var(--Timeline--warning-bg);
39677
+ }
39678
+
39679
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-axle .dark-TimelineItem-icon {
39680
+ position: absolute;
39681
+ width: var(--TimelineItem--icon-width);
39682
+ height: var(--TimelineItem--icon-height);
39683
+ left: var(--TimelineItem--icon-left);
39684
+ border-radius: var(--TimelineItem--icon-radius);
39685
+ }
39686
+
39687
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content {
39688
+ padding-bottom: var(--TimelineItem--content-padding-bottom);
39689
+ margin-left: var(--TimelineItem--content-margin-left);
39690
+ }
39691
+
39692
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-time {
39693
+ color: var(--TimelineItem--text-secondary-color);
39694
+ font-size: var(--Timeline--font-size);
39695
+ margin-bottom: var(--TimelineItem--content-time-margin-bottom);
39696
+ }
39697
+
39698
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-title {
39699
+ color: var(--TimelineItem--text-primary-color);
39700
+ font-size: var(--Timeline--font-size);
39701
+ margin-bottom: var(--TimelineItem--content-title-margin-bottom);
39702
+ }
39703
+
39704
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-button {
39705
+ display: flex;
39706
+ cursor: pointer;
39707
+ align-items: center;
39708
+ font-size: var(--Timeline--font-size);
39709
+ color: var(--TimelineItem--detail-button-color);
39710
+ margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
39711
+ }
39712
+
39713
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-arrow {
39714
+ width: var(--TimelineItem-detail-arrow-width);
39715
+ height: var(--TimelineItem-detail-arrow-width);
39716
+ }
39717
+
39718
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-arrow-top {
39719
+ transform: rotateX(180deg);
39720
+ }
39721
+
39722
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-visible {
39723
+ display: block;
39724
+ max-width: var(--TimelineItem-detail-visible-max-width);
39725
+ font-size: var(--Timeline--font-size);
39726
+ padding: var(--TimelineItem-detail-visible-padding);
39727
+ box-shadow: var(--TimelineItem-detail-visible-shadow);
39728
+ }
39729
+
39730
+ .amis-scope .dark-Timeline-vertical .dark-TimelineItem-content .dark-TimelineItem-detail .dark-TimelineItem-detail-invisible {
39731
+ display: none;
39732
+ }
39733
+
39734
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-left .dark-TimelineItem {
39735
+ flex-direction: row-reverse;
39736
+ }
39737
+
39738
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-alternate .dark-TimelineItem:nth-child(odd) {
39739
+ flex-direction: row-reverse;
39740
+ max-width: 50%;
39741
+ }
39742
+
39743
+ .amis-scope .dark-Timeline-vertical.dark-Timeline-alternate .dark-TimelineItem:nth-child(even) {
39744
+ margin-left: calc(50% - var(--Timeline-alternate-margin-left));
39745
+ max-width: calc(50% + var(--Timeline-alternate-margin-left));
39746
+ }
39747
+
39748
+ .amis-scope .dark-Timeline-horizontal {
39749
+ display: flex;
39750
+ flex-flow: row;
39751
+ margin-left: 50%;
39752
+ transform: translateX(-50%);
39753
+ }
39754
+
39755
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem {
39756
+ display: flex;
39757
+ width: -webkit-fill-available;
39758
+ flex-flow: column;
39759
+ }
39760
+
39761
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem:last-of-type .dark-TimelineItem-axle .dark-TimelineItem-line {
39762
+ display: none;
39763
+ }
39764
+
39765
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle {
39766
+ position: relative;
39767
+ flex: var(--TimelineItem--axle-flex);
39768
+ }
39769
+
39770
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-line {
39771
+ position: absolute;
39772
+ height: var(--TimelineItem--left-line-width);
39773
+ width: calc(100% - var(--TimelineItem--left-line-left));
39774
+ left: var(--TimelineItem--left-line-top);
39775
+ top: var(--TimelineItem--left-line-left);
39776
+ background-color: var(--TimelineItem--line-bg);
39777
+ }
39778
+
39779
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round {
39780
+ position: absolute;
39781
+ width: var(--TimelineItem--round-width);
39782
+ height: var(--TimelineItem--round-height);
39783
+ left: var(--TimelineItem--round-top);
39784
+ top: var(--TimelineItem--round-left);
39785
+ background: var(--TimelineItem-round-bg);
39786
+ border-radius: var(--TimelineItem--round-radius);
39787
+ }
39788
+
39789
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--danger {
39790
+ background: var(--Timeline--danger-bg);
39791
+ }
39792
+
39793
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--info {
39794
+ background: var(--Timeline--info-bg);
39795
+ }
39796
+
39797
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--success {
39798
+ background: var(--Timeline--success-bg);
39799
+ }
39800
+
39801
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-round--warning {
39802
+ background: var(--Timeline--warning-bg);
39803
+ }
39804
+
39805
+ .amis-scope .dark-Timeline-horizontal .dark-TimelineItem-axle .dark-TimelineItem-icon {
39806
+ position: absolute;
39807
+ width: var(--TimelineItem--icon-width);
39808
+ height: var(--TimelineItem--icon-height);
39809
+ left: var(--TimelineItem--icon-left);
39810
+ border-radius: var(--TimelineItem--icon-radius);
39811
+ }
39812
+
38140
39813
  /*
38141
39814
  * utilities
38142
39815
  */