amis 1.5.6-beta.5 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (435) 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/AssociatedSelection.d.ts +84 -84
  5. package/lib/components/AssociatedSelection.js +2 -2
  6. package/lib/components/AssociatedSelection.js.map +2 -2
  7. package/lib/components/Avatar.d.ts +135 -0
  8. package/lib/components/Avatar.js +120 -0
  9. package/lib/components/Avatar.js.map +13 -0
  10. package/lib/components/BaiduMapPicker.js.map +2 -2
  11. package/lib/components/CalendarMobile.d.ts +547 -0
  12. package/lib/components/CalendarMobile.js +432 -0
  13. package/lib/components/CalendarMobile.js.map +13 -0
  14. package/lib/components/Card.js +1 -1
  15. package/lib/components/Card.js.map +2 -2
  16. package/lib/components/Cascader.d.ts +123 -0
  17. package/lib/components/Cascader.js +487 -0
  18. package/lib/components/Cascader.js.map +13 -0
  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/CityArea.d.ts +527 -0
  23. package/lib/components/CityArea.js +177 -0
  24. package/lib/components/CityArea.js.map +13 -0
  25. package/lib/components/Collapse.js +1 -1
  26. package/lib/components/Collapse.js.map +2 -2
  27. package/lib/components/ColorPicker.d.ts +84 -84
  28. package/lib/components/ColorPicker.js +4 -3
  29. package/lib/components/ColorPicker.js.map +2 -2
  30. package/lib/components/DatePicker.d.ts +85 -84
  31. package/lib/components/DatePicker.js +15 -8
  32. package/lib/components/DatePicker.js.map +2 -2
  33. package/lib/components/DateRangePicker.d.ts +85 -84
  34. package/lib/components/DateRangePicker.js +18 -6
  35. package/lib/components/DateRangePicker.js.map +2 -2
  36. package/lib/components/GroupedSelection.d.ts +84 -84
  37. package/lib/components/GroupedSelection.js +14 -2
  38. package/lib/components/GroupedSelection.js.map +2 -2
  39. package/lib/components/MonthRangePicker.d.ts +85 -84
  40. package/lib/components/MonthRangePicker.js +16 -6
  41. package/lib/components/MonthRangePicker.js.map +2 -2
  42. package/lib/components/Overlay.d.ts +1 -1
  43. package/lib/components/Overlay.js.map +1 -1
  44. package/lib/components/Picker.d.ts +1 -0
  45. package/lib/components/Picker.js +16 -7
  46. package/lib/components/Picker.js.map +2 -2
  47. package/lib/components/PickerColumn.d.ts +1 -0
  48. package/lib/components/PickerColumn.js +21 -18
  49. package/lib/components/PickerColumn.js.map +2 -2
  50. package/lib/components/PickerContainer.d.ts +3 -0
  51. package/lib/components/PickerContainer.js +12 -5
  52. package/lib/components/PickerContainer.js.map +2 -2
  53. package/lib/components/PopOverContainer.d.ts +1 -0
  54. package/lib/components/PopOverContainer.js +5 -3
  55. package/lib/components/PopOverContainer.js.map +2 -2
  56. package/lib/components/PopUp.d.ts +1041 -28
  57. package/lib/components/PopUp.js +32 -8
  58. package/lib/components/PopUp.js.map +2 -2
  59. package/lib/components/Rating.d.ts +203 -73
  60. package/lib/components/Rating.js +147 -31
  61. package/lib/components/Rating.js.map +2 -2
  62. package/lib/components/ResultBox.d.ts +85 -84
  63. package/lib/components/ResultBox.js +9 -4
  64. package/lib/components/ResultBox.js.map +2 -2
  65. package/lib/components/ResultList.d.ts +9 -2
  66. package/lib/components/ResultList.js +22 -2
  67. package/lib/components/ResultList.js.map +2 -2
  68. package/lib/components/Select.d.ts +237 -237
  69. package/lib/components/Select.js +9 -6
  70. package/lib/components/Select.js.map +2 -2
  71. package/lib/components/Selection.d.ts +94 -86
  72. package/lib/components/Selection.js +11 -2
  73. package/lib/components/Selection.js.map +2 -2
  74. package/lib/components/Steps.js.map +2 -2
  75. package/lib/components/TableSelection.d.ts +85 -85
  76. package/lib/components/TableSelection.js +1 -9
  77. package/lib/components/TableSelection.js.map +2 -2
  78. package/lib/components/Tabs.js +31 -33
  79. package/lib/components/Tabs.js.map +2 -2
  80. package/lib/components/TabsTransfer.d.ts +87 -256
  81. package/lib/components/TabsTransfer.js +52 -9
  82. package/lib/components/TabsTransfer.js.map +2 -2
  83. package/lib/components/TabsTransferPicker.d.ts +1 -1
  84. package/lib/components/TabsTransferPicker.js +20 -18
  85. package/lib/components/TabsTransferPicker.js.map +2 -2
  86. package/lib/components/Timeline.d.ts +69 -0
  87. package/lib/components/Timeline.js +16 -0
  88. package/lib/components/Timeline.js.map +13 -0
  89. package/lib/components/TimelineItem.d.ts +516 -0
  90. package/lib/components/TimelineItem.js +41 -0
  91. package/lib/components/TimelineItem.js.map +13 -0
  92. package/lib/components/Transfer.d.ts +100 -98
  93. package/lib/components/Transfer.js +2 -3
  94. package/lib/components/Transfer.js.map +2 -2
  95. package/lib/components/TransferDropDown.d.ts +85 -84
  96. package/lib/components/TransferDropDown.js +9 -10
  97. package/lib/components/TransferDropDown.js.map +2 -2
  98. package/lib/components/TransferPicker.d.ts +1 -0
  99. package/lib/components/TransferPicker.js +19 -4
  100. package/lib/components/TransferPicker.js.map +2 -2
  101. package/lib/components/TreeSelection.d.ts +85 -85
  102. package/lib/components/TreeSelection.js +7 -1
  103. package/lib/components/TreeSelection.js.map +2 -2
  104. package/lib/components/calendar/Calendar.d.ts +19 -0
  105. package/lib/components/calendar/Calendar.js +71 -1
  106. package/lib/components/calendar/Calendar.js.map +2 -2
  107. package/lib/components/calendar/DaysView.d.ts +21 -0
  108. package/lib/components/calendar/DaysView.js +76 -17
  109. package/lib/components/calendar/DaysView.js.map +2 -2
  110. package/lib/components/calendar/MonthsView.d.ts +34 -0
  111. package/lib/components/calendar/MonthsView.js +68 -3
  112. package/lib/components/calendar/MonthsView.js.map +2 -2
  113. package/lib/components/calendar/QuartersView.d.ts +1 -0
  114. package/lib/components/calendar/QuartersView.js +2 -2
  115. package/lib/components/calendar/QuartersView.js.map +2 -2
  116. package/lib/components/calendar/TimeView.d.ts +30 -18
  117. package/lib/components/calendar/TimeView.js +47 -8
  118. package/lib/components/calendar/TimeView.js.map +2 -2
  119. package/lib/components/calendar/YearsView.d.ts +6 -0
  120. package/lib/components/calendar/YearsView.js +21 -10
  121. package/lib/components/calendar/YearsView.js.map +2 -2
  122. package/lib/components/condition-builder/Field.js +1 -4
  123. package/lib/components/condition-builder/Field.js.map +2 -2
  124. package/lib/components/condition-builder/Func.js +1 -1
  125. package/lib/components/condition-builder/Func.js.map +2 -2
  126. package/lib/components/formula/Editor.d.ts +3 -0
  127. package/lib/components/formula/Editor.js +3 -2
  128. package/lib/components/formula/Editor.js.map +2 -2
  129. package/lib/components/formula/FuncList.js +2 -1
  130. package/lib/components/formula/FuncList.js.map +2 -2
  131. package/lib/components/formula/Picker.js +1 -1
  132. package/lib/components/formula/Picker.js.map +2 -2
  133. package/lib/components/icons.js +4 -0
  134. package/lib/components/icons.js.map +2 -2
  135. package/lib/components/index.d.ts +2 -1
  136. package/lib/components/index.js +4 -2
  137. package/lib/components/index.js.map +2 -2
  138. package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
  139. package/lib/components/virtual-list/index.js +1 -2
  140. package/lib/components/virtual-list/index.js.map +2 -2
  141. package/lib/factory.js +5 -0
  142. package/lib/factory.js.map +2 -2
  143. package/lib/icons/star.js +12 -0
  144. package/lib/icons/tree-down.js +7 -0
  145. package/lib/index.d.ts +1 -0
  146. package/lib/index.js +2 -1
  147. package/lib/index.js.map +2 -2
  148. package/lib/locale/de-DE.js +17 -2
  149. package/lib/locale/de-DE.js.map +2 -2
  150. package/lib/locale/en-US.js +17 -2
  151. package/lib/locale/en-US.js.map +2 -2
  152. package/lib/locale/zh-CN.js +16 -1
  153. package/lib/locale/zh-CN.js.map +2 -2
  154. package/lib/renderers/Avatar.d.ts +35 -26
  155. package/lib/renderers/Avatar.js +14 -19
  156. package/lib/renderers/Avatar.js.map +2 -2
  157. package/lib/renderers/CRUD.js +1 -2
  158. package/lib/renderers/CRUD.js.map +2 -2
  159. package/lib/renderers/Card.js +6 -5
  160. package/lib/renderers/Card.js.map +2 -2
  161. package/lib/renderers/Custom.js.map +2 -2
  162. package/lib/renderers/DropDownButton.d.ts +11 -2
  163. package/lib/renderers/DropDownButton.js +30 -12
  164. package/lib/renderers/DropDownButton.js.map +2 -2
  165. package/lib/renderers/Each.js +5 -2
  166. package/lib/renderers/Each.js.map +2 -2
  167. package/lib/renderers/Flex.js +1 -5
  168. package/lib/renderers/Flex.js.map +2 -2
  169. package/lib/renderers/Form/ChartRadios.js.map +2 -2
  170. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  171. package/lib/renderers/Form/CityDB.js +526 -2
  172. package/lib/renderers/Form/CityDB.js.map +2 -2
  173. package/lib/renderers/Form/DiffEditor.js +2 -1
  174. package/lib/renderers/Form/DiffEditor.js.map +2 -2
  175. package/lib/renderers/Form/InputCity.d.ts +85 -84
  176. package/lib/renderers/Form/InputCity.js +4 -2
  177. package/lib/renderers/Form/InputCity.js.map +2 -2
  178. package/lib/renderers/Form/InputColor.d.ts +84 -84
  179. package/lib/renderers/Form/InputColor.js +6 -2
  180. package/lib/renderers/Form/InputColor.js.map +2 -2
  181. package/lib/renderers/Form/InputDate.js +10 -5
  182. package/lib/renderers/Form/InputDate.js.map +2 -2
  183. package/lib/renderers/Form/InputDateRange.js +6 -2
  184. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  185. package/lib/renderers/Form/InputFormula.d.ts +4 -1
  186. package/lib/renderers/Form/InputFormula.js +2 -2
  187. package/lib/renderers/Form/InputFormula.js.map +2 -2
  188. package/lib/renderers/Form/InputImage.d.ts +1 -0
  189. package/lib/renderers/Form/InputImage.js +8 -4
  190. package/lib/renderers/Form/InputImage.js.map +2 -2
  191. package/lib/renderers/Form/InputMonthRange.js +1 -1
  192. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  193. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  194. package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
  195. package/lib/renderers/Form/InputRating.d.ts +37 -0
  196. package/lib/renderers/Form/InputRating.js +6 -2
  197. package/lib/renderers/Form/InputRating.js.map +2 -2
  198. package/lib/renderers/Form/InputYearRange.js +1 -1
  199. package/lib/renderers/Form/InputYearRange.js.map +2 -2
  200. package/lib/renderers/Form/Item.d.ts +10 -14
  201. package/lib/renderers/Form/Item.js +18 -9
  202. package/lib/renderers/Form/Item.js.map +2 -2
  203. package/lib/renderers/Form/NestedSelect.d.ts +1 -0
  204. package/lib/renderers/Form/NestedSelect.js +8 -4
  205. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  206. package/lib/renderers/Form/Select.d.ts +2 -0
  207. package/lib/renderers/Form/Select.js +7 -4
  208. package/lib/renderers/Form/Select.js.map +2 -2
  209. package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
  210. package/lib/renderers/Form/TabsTransfer.js +20 -1
  211. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  212. package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
  213. package/lib/renderers/Form/TabsTransferPicker.js +21 -2
  214. package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
  215. package/lib/renderers/Form/Transfer.d.ts +15 -4
  216. package/lib/renderers/Form/Transfer.js +55 -18
  217. package/lib/renderers/Form/Transfer.js.map +2 -2
  218. package/lib/renderers/Form/TransferPicker.d.ts +3 -32
  219. package/lib/renderers/Form/TransferPicker.js +1 -1
  220. package/lib/renderers/Form/TransferPicker.js.map +2 -2
  221. package/lib/renderers/Form/TreeSelect.js +4 -4
  222. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  223. package/lib/renderers/Form/index.js +2 -1
  224. package/lib/renderers/Form/index.js.map +2 -2
  225. package/lib/renderers/IFrame.js +0 -2
  226. package/lib/renderers/IFrame.js.map +2 -2
  227. package/lib/renderers/Json.js +7 -0
  228. package/lib/renderers/Json.js.map +2 -2
  229. package/lib/renderers/Nav.js +4 -1
  230. package/lib/renderers/Nav.js.map +2 -2
  231. package/lib/renderers/Remark.d.ts +4 -0
  232. package/lib/renderers/Remark.js +39 -7
  233. package/lib/renderers/Remark.js.map +2 -2
  234. package/lib/renderers/Steps.js +5 -5
  235. package/lib/renderers/Steps.js.map +2 -2
  236. package/lib/renderers/Table/TableRow.js +4 -1
  237. package/lib/renderers/Table/TableRow.js.map +2 -2
  238. package/lib/renderers/Table/index.js +4 -1
  239. package/lib/renderers/Table/index.js.map +2 -2
  240. package/lib/renderers/Tabs.js +1 -1
  241. package/lib/renderers/Tabs.js.map +2 -2
  242. package/lib/renderers/Timeline.d.ts +65 -0
  243. package/lib/renderers/Timeline.js +54 -0
  244. package/lib/renderers/Timeline.js.map +13 -0
  245. package/lib/renderers/Video.js.map +2 -2
  246. package/lib/schemaExtend.js +23 -9
  247. package/lib/schemaExtend.js.map +2 -2
  248. package/lib/store/combo.js.map +2 -2
  249. package/lib/store/formItem.js +6 -6
  250. package/lib/store/formItem.js.map +2 -2
  251. package/lib/store/table.js +1 -1
  252. package/lib/store/table.js.map +2 -2
  253. package/lib/themes/ang-ie11.css +1018 -67
  254. package/lib/themes/ang.css +1018 -67
  255. package/lib/themes/ang.css.map +1 -1
  256. package/lib/themes/antd-ie11.css +1053 -67
  257. package/lib/themes/antd.css +1053 -67
  258. package/lib/themes/antd.css.map +1 -1
  259. package/lib/themes/cxd-ie11.css +1058 -78
  260. package/lib/themes/cxd.css +1058 -78
  261. package/lib/themes/cxd.css.map +1 -1
  262. package/lib/themes/dark-ie11.css +1019 -67
  263. package/lib/themes/dark.css +1019 -67
  264. package/lib/themes/dark.css.map +1 -1
  265. package/lib/themes/default.css +1058 -78
  266. package/lib/themes/default.css.map +1 -1
  267. package/lib/utils/RootClose.js +3 -1
  268. package/lib/utils/RootClose.js.map +2 -2
  269. package/lib/utils/helper.d.ts +1 -6
  270. package/lib/utils/helper.js +6 -17
  271. package/lib/utils/helper.js.map +2 -2
  272. package/package.json +12 -6
  273. package/schema.json +3696 -971
  274. package/scss/_properties.scss +21 -7
  275. package/scss/components/_avatar.scss +27 -9
  276. package/scss/components/_calendar.scss +287 -0
  277. package/scss/components/_card.scss +1 -1
  278. package/scss/components/_cascader.scss +102 -0
  279. package/scss/components/_city-area.scss +27 -0
  280. package/scss/components/_collapse-group.scss +1 -3
  281. package/scss/components/_dropdown.scss +39 -9
  282. package/scss/components/_formula.scss +30 -6
  283. package/scss/components/_modal.scss +18 -0
  284. package/scss/components/_panel.scss +45 -0
  285. package/scss/components/_picker-columns.scss +15 -5
  286. package/scss/components/_popup.scss +42 -15
  287. package/scss/components/_result-box.scss +31 -0
  288. package/scss/components/_timeline.scss +198 -0
  289. package/scss/components/form/_checks.scss +2 -0
  290. package/scss/components/form/_color.scss +2 -2
  291. package/scss/components/form/_date-range.scss +1 -1
  292. package/scss/components/form/_date.scss +46 -1
  293. package/scss/components/form/_form.scss +168 -0
  294. package/scss/components/form/_nested-select.scss +3 -0
  295. package/scss/components/form/_rating.scss +60 -21
  296. package/scss/components/form/_result-list.scss +2 -0
  297. package/scss/components/form/_select.scss +32 -3
  298. package/scss/components/form/_selection.scss +5 -4
  299. package/scss/components/form/_transfer.scss +3 -0
  300. package/scss/components/form/_tree-select.scss +1 -1
  301. package/scss/themes/_antd-variables.scss +42 -0
  302. package/scss/themes/_common.scss +3 -0
  303. package/scss/themes/_cxd-variables.scss +51 -2
  304. package/scss/themes/_dark-variables.scss +1 -0
  305. package/scss/themes/cxd.scss +0 -12
  306. package/sdk/ang-ie11.css +1278 -141
  307. package/sdk/ang.css +1296 -153
  308. package/sdk/antd-ie11.css +1278 -141
  309. package/sdk/antd.css +1331 -153
  310. package/sdk/charts.js +14 -14
  311. package/sdk/codemirror.js +7 -7
  312. package/sdk/color-picker.js +65 -65
  313. package/sdk/cropperjs.js +2 -2
  314. package/sdk/cxd-ie11.css +1258 -132
  315. package/sdk/cxd.css +1338 -168
  316. package/sdk/dark-ie11.css +1278 -141
  317. package/sdk/dark.css +1297 -153
  318. package/sdk/exceljs.js +1 -1
  319. package/sdk/locale/de-DE.js +17 -2
  320. package/sdk/markdown.js +69 -69
  321. package/sdk/papaparse.js +1 -1
  322. package/sdk/renderers/Form/CityDB.js +1 -1
  323. package/sdk/rest.js +18 -18
  324. package/sdk/rich-text.js +62 -62
  325. package/sdk/sdk-ie11.css +1258 -132
  326. package/sdk/sdk.css +1338 -168
  327. package/sdk/sdk.js +1242 -1218
  328. package/sdk/thirds/hls.js/hls.js +1 -1
  329. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  330. package/sdk/tinymce.js +57 -57
  331. package/src/Schema.ts +3 -0
  332. package/src/components/AssociatedSelection.tsx +5 -1
  333. package/src/components/Avatar.tsx +253 -0
  334. package/src/components/BaiduMapPicker.tsx +19 -14
  335. package/src/components/CalendarMobile.tsx +563 -0
  336. package/src/components/Card.tsx +2 -2
  337. package/src/components/Cascader.tsx +564 -0
  338. package/src/components/ChainedSelection.tsx +16 -3
  339. package/src/components/CityArea.tsx +315 -0
  340. package/src/components/Collapse.tsx +1 -1
  341. package/src/components/ColorPicker.tsx +41 -40
  342. package/src/components/DatePicker.tsx +54 -38
  343. package/src/components/DateRangePicker.tsx +83 -29
  344. package/src/components/GroupedSelection.tsx +14 -2
  345. package/src/components/MonthRangePicker.tsx +76 -30
  346. package/src/components/Overlay.tsx +1 -1
  347. package/src/components/Picker.tsx +55 -35
  348. package/src/components/PickerColumn.tsx +43 -36
  349. package/src/components/PickerContainer.tsx +13 -1
  350. package/src/components/PopOverContainer.tsx +31 -17
  351. package/src/components/PopUp.tsx +84 -57
  352. package/src/components/Rating.tsx +235 -47
  353. package/src/components/ResultBox.tsx +14 -2
  354. package/src/components/ResultList.tsx +36 -6
  355. package/src/components/Select.tsx +20 -23
  356. package/src/components/Selection.tsx +21 -3
  357. package/src/components/Steps.tsx +23 -10
  358. package/src/components/TableSelection.tsx +1 -44
  359. package/src/components/Tabs.tsx +65 -54
  360. package/src/components/TabsTransfer.tsx +78 -9
  361. package/src/components/TabsTransferPicker.tsx +25 -13
  362. package/src/components/Timeline.tsx +31 -0
  363. package/src/components/TimelineItem.tsx +107 -0
  364. package/src/components/Transfer.tsx +11 -8
  365. package/src/components/TransferDropDown.tsx +20 -12
  366. package/src/components/TransferPicker.tsx +25 -4
  367. package/src/components/TreeSelection.tsx +7 -1
  368. package/src/components/calendar/Calendar.tsx +101 -4
  369. package/src/components/calendar/DaysView.tsx +165 -33
  370. package/src/components/calendar/MonthsView.tsx +108 -1
  371. package/src/components/calendar/QuartersView.tsx +3 -2
  372. package/src/components/calendar/TimeView.tsx +104 -41
  373. package/src/components/calendar/YearsView.tsx +34 -17
  374. package/src/components/condition-builder/Field.tsx +1 -3
  375. package/src/components/condition-builder/Func.tsx +1 -1
  376. package/src/components/formula/Editor.tsx +16 -11
  377. package/src/components/formula/FuncList.tsx +3 -1
  378. package/src/components/formula/Picker.tsx +2 -1
  379. package/src/components/icons.tsx +4 -0
  380. package/src/components/index.tsx +2 -0
  381. package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
  382. package/src/components/virtual-list/index.tsx +4 -6
  383. package/src/factory.tsx +6 -0
  384. package/src/icons/star.svg +12 -0
  385. package/src/icons/tree-down.svg +5 -0
  386. package/src/index.tsx +1 -0
  387. package/src/locale/de-DE.ts +17 -2
  388. package/src/locale/en-US.ts +17 -2
  389. package/src/locale/zh-CN.ts +16 -1
  390. package/src/renderers/Avatar.tsx +83 -74
  391. package/src/renderers/CRUD.tsx +1 -3
  392. package/src/renderers/Card.tsx +10 -6
  393. package/src/renderers/Custom.tsx +6 -3
  394. package/src/renderers/DropDownButton.tsx +69 -35
  395. package/src/renderers/Each.tsx +4 -4
  396. package/src/renderers/Flex.tsx +3 -7
  397. package/src/renderers/Form/ChartRadios.tsx +2 -7
  398. package/src/renderers/Form/Checkboxes.tsx +1 -1
  399. package/src/renderers/Form/CityDB.ts +526 -2
  400. package/src/renderers/Form/DiffEditor.tsx +2 -3
  401. package/src/renderers/Form/InputCity.tsx +23 -3
  402. package/src/renderers/Form/InputColor.tsx +21 -2
  403. package/src/renderers/Form/InputDate.tsx +48 -20
  404. package/src/renderers/Form/InputDateRange.tsx +9 -2
  405. package/src/renderers/Form/InputFormula.tsx +9 -4
  406. package/src/renderers/Form/InputImage.tsx +9 -4
  407. package/src/renderers/Form/InputMonthRange.tsx +0 -1
  408. package/src/renderers/Form/InputQuarterRange.tsx +0 -1
  409. package/src/renderers/Form/InputRating.tsx +66 -3
  410. package/src/renderers/Form/InputYearRange.tsx +0 -1
  411. package/src/renderers/Form/Item.tsx +29 -8
  412. package/src/renderers/Form/NestedSelect.tsx +32 -4
  413. package/src/renderers/Form/Select.tsx +15 -3
  414. package/src/renderers/Form/TabsTransfer.tsx +28 -38
  415. package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
  416. package/src/renderers/Form/Transfer.tsx +75 -24
  417. package/src/renderers/Form/TransferPicker.tsx +6 -38
  418. package/src/renderers/Form/TreeSelect.tsx +18 -16
  419. package/src/renderers/Form/index.tsx +2 -1
  420. package/src/renderers/IFrame.tsx +0 -2
  421. package/src/renderers/Json.tsx +5 -0
  422. package/src/renderers/Nav.tsx +4 -1
  423. package/src/renderers/Remark.tsx +68 -18
  424. package/src/renderers/Steps.tsx +11 -13
  425. package/src/renderers/Table/TableRow.tsx +3 -1
  426. package/src/renderers/Table/index.tsx +7 -1
  427. package/src/renderers/Tabs.tsx +6 -2
  428. package/src/renderers/Timeline.tsx +141 -0
  429. package/src/renderers/Video.tsx +4 -20
  430. package/src/schemaExtend.ts +22 -10
  431. package/src/store/combo.ts +1 -3
  432. package/src/store/formItem.ts +2 -2
  433. package/src/store/table.ts +2 -1
  434. package/src/utils/RootClose.ts +5 -1
  435. package/src/utils/helper.ts +6 -16
package/sdk/sdk-ie11.css CHANGED
@@ -21917,7 +21917,7 @@ readers do not read off random characters that represent icons */
21917
21917
  }
21918
21918
 
21919
21919
  .amis-scope .cxd-Button--light {
21920
- color: #fff;
21920
+ color: #151a26;
21921
21921
  background: #eaf6fe;
21922
21922
  border-color: #eaf6fe;
21923
21923
  box-shadow: none;
@@ -21925,13 +21925,13 @@ readers do not read off random characters that represent icons */
21925
21925
  }
21926
21926
 
21927
21927
  .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
21928
- color: #fff;
21928
+ color: #151a26;
21929
21929
  background: #c5e6fc;
21930
21930
  border-color: #b9e1fc;
21931
21931
  }
21932
21932
 
21933
21933
  .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
21934
- color: #fff;
21934
+ color: #151a26;
21935
21935
  background: #b9e1fc;
21936
21936
  border-color: #addcfb;
21937
21937
  }
@@ -22256,6 +22256,7 @@ readers do not read off random characters that represent icons */
22256
22256
  width: 2.5rem;
22257
22257
  height: 2.5rem;
22258
22258
  line-height: 2.5rem;
22259
+ position: relative;
22259
22260
  display: inline-block;
22260
22261
  overflow: hidden;
22261
22262
  flex-shrink: 0;
@@ -22263,6 +22264,36 @@ readers do not read off random characters that represent icons */
22263
22264
  text-align: center;
22264
22265
  }
22265
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
+
22266
22297
  .amis-scope .cxd-Avatar--square {
22267
22298
  border-radius: 0%;
22268
22299
  }
@@ -22271,15 +22302,9 @@ readers do not read off random characters that represent icons */
22271
22302
  border-radius: 10%;
22272
22303
  }
22273
22304
 
22274
- .amis-scope .cxd-Avatar i {
22275
- font-size: 1rem;
22276
- }
22277
-
22278
22305
  .amis-scope .cxd-Avatar img {
22279
- color: transparent;
22280
22306
  width: 100%;
22281
22307
  height: 100%;
22282
- object-fit: cover;
22283
22308
  }
22284
22309
 
22285
22310
  .amis-scope .cxd-Avatar:hover img,
@@ -22693,6 +22718,23 @@ readers do not read off random characters that represent icons */
22693
22718
  overflow: auto;
22694
22719
  }
22695
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
+
22696
22738
  .amis-scope .cxd-Drawer {
22697
22739
  position: fixed;
22698
22740
  top: 0;
@@ -23370,6 +23412,7 @@ readers do not read off random characters that represent icons */
23370
23412
 
23371
23413
  .amis-scope .cxd-PopUp {
23372
23414
  width: 100%;
23415
+ height: 25rem;
23373
23416
  position: fixed;
23374
23417
  background: white;
23375
23418
  left: 0;
@@ -23424,27 +23467,51 @@ readers do not read off random characters that represent icons */
23424
23467
  height: 100%;
23425
23468
  box-sizing: border-box;
23426
23469
  background: #fff;
23427
- padding-top: 2.25rem;
23470
+ display: flex;
23471
+ flex-direction: column;
23428
23472
  }
23429
23473
 
23430
23474
  .amis-scope .cxd-PopUp-closeWrap {
23431
- width: 100%;
23432
- position: absolute !important;
23433
- left: 0;
23434
- top: 0;
23475
+ position: relative;
23476
+ text-align: center;
23477
+ height: 3rem;
23478
+ line-height: 3rem;
23435
23479
  }
23436
23480
 
23437
- .amis-scope .cxd-PopUp-close {
23438
- width: 2.125rem !important;
23439
- height: 2.125rem !important;
23440
- padding: 0.75rem;
23481
+ .amis-scope .cxd-PopUp-closeWrap .cxd-PopUp-close {
23482
+ position: absolute;
23483
+ z-index: 1;
23484
+ color: #999;
23441
23485
  cursor: pointer;
23486
+ top: 0.9375rem;
23487
+ right: 0.9375rem;
23488
+ }
23489
+
23490
+ .amis-scope .cxd-PopUp-toolbar {
23491
+ display: flex;
23492
+ align-items: center;
23493
+ justify-content: space-between;
23494
+ height: 3.75rem;
23495
+ }
23496
+
23497
+ .amis-scope .cxd-PopUp-title {
23498
+ font-size: 0.875rem;
23499
+ }
23500
+
23501
+ .amis-scope .cxd-PopUp-cancel {
23502
+ color: #666;
23503
+ margin-left: 0.5rem;
23504
+ }
23505
+
23506
+ .amis-scope .cxd-PopUp-confirm {
23507
+ margin-right: 0.5rem;
23442
23508
  }
23443
23509
 
23444
23510
  .amis-scope .cxd-PopUp-content {
23445
23511
  overflow-y: auto;
23446
23512
  height: 100%;
23447
23513
  display: flex;
23514
+ flex: 1;
23448
23515
  }
23449
23516
 
23450
23517
  .amis-scope .cxd-PopUp > * {
@@ -23473,6 +23540,10 @@ readers do not read off random characters that represent icons */
23473
23540
  margin-top: -0.25rem;
23474
23541
  }
23475
23542
 
23543
+ .amis-scope .cxd-PopUp-safearea {
23544
+ height: 1rem;
23545
+ }
23546
+
23476
23547
  .amis-scope .cxd-PickerColumns {
23477
23548
  position: relative;
23478
23549
  background-color: white;
@@ -23482,7 +23553,11 @@ readers do not read off random characters that represent icons */
23482
23553
  font-size: 1rem;
23483
23554
  }
23484
23555
 
23485
- .amis-scope .cxd-PickerColumns-toolbar {
23556
+ .amis-scope .cxd-PickerColumns li:focus {
23557
+ outline: none;
23558
+ }
23559
+
23560
+ .amis-scope .cxd-PickerColumns-header {
23486
23561
  display: flex;
23487
23562
  align-items: center;
23488
23563
  justify-content: space-between;
@@ -23492,16 +23567,16 @@ readers do not read off random characters that represent icons */
23492
23567
  .amis-scope .cxd-PickerColumns-cancel,
23493
23568
  .amis-scope .cxd-PickerColumns-confirm {
23494
23569
  height: 100%;
23495
- padding: 0 0.5rem;
23496
- font-size: 0.875rem;
23497
- background-color: transparent;
23570
+ padding: 0 1rem;
23571
+ font-size: 1rem;
23572
+ background-color: transparent !important;
23498
23573
  border: none;
23499
23574
  cursor: pointer;
23500
23575
  }
23501
23576
 
23502
23577
  .amis-scope .cxd-PickerColumns-cancel:active,
23503
23578
  .amis-scope .cxd-PickerColumns-confirm:active {
23504
- opacity: 0.7;
23579
+ background-color: none !important;
23505
23580
  }
23506
23581
 
23507
23582
  .amis-scope .cxd-PickerColumns-cancel:hover,
@@ -23510,11 +23585,11 @@ readers do not read off random characters that represent icons */
23510
23585
  }
23511
23586
 
23512
23587
  .amis-scope .cxd-PickerColumns-confirm {
23513
- color: #425278;
23588
+ color: #2468f2 !important;
23514
23589
  }
23515
23590
 
23516
23591
  .amis-scope .cxd-PickerColumns-cancel {
23517
- color: #8191b9;
23592
+ color: #666 !important;
23518
23593
  }
23519
23594
 
23520
23595
  .amis-scope .cxd-PickerColumns-title {
@@ -23523,6 +23598,7 @@ readers do not read off random characters that represent icons */
23523
23598
  font-size: 1rem;
23524
23599
  line-height: 1.5;
23525
23600
  text-align: center;
23601
+ color: #222;
23526
23602
  }
23527
23603
 
23528
23604
  .amis-scope .cxd-PickerColumns-columns {
@@ -23601,6 +23677,11 @@ readers do not read off random characters that represent icons */
23601
23677
  opacity: 0.3;
23602
23678
  }
23603
23679
 
23680
+ .amis-scope .cxd-PickerColumns-columnItemis-selected {
23681
+ font-size: 18px;
23682
+ color: --PickerColumns-title-color;
23683
+ }
23684
+
23604
23685
  @keyframes bounceIn {
23605
23686
  from, 20%, 40%, 60%, 80%, to {
23606
23687
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -25489,6 +25570,50 @@ readers do not read off random characters that represent icons */
25489
25570
  display: none;
25490
25571
  }
25491
25572
 
25573
+ /* 移动端样式调整 */
25574
+
25575
+ @media (max-width: 767px) {
25576
+ .amis-scope .cxd-Panel--form {
25577
+ border: none;
25578
+ box-shadow: none;
25579
+ margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
25580
+ }
25581
+
25582
+ .amis-scope .cxd-Panel--form .cxd-Panel-body {
25583
+ padding: 0 1rem 1rem;
25584
+ }
25585
+
25586
+ .amis-scope .cxd-Panel--form > .cxd-Panel-heading {
25587
+ background: none;
25588
+ border: none;
25589
+ border-radius: 0;
25590
+ }
25591
+
25592
+ .amis-scope .cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
25593
+ padding-left: 0.75rem;
25594
+ border-left: 0.1875rem solid #2468f2;
25595
+ font-size: 1rem;
25596
+ }
25597
+
25598
+ .amis-scope .cxd-Panel--form .cxd-Panel-footerWrap {
25599
+ padding-bottom: 0.75rem;
25600
+ }
25601
+
25602
+ .amis-scope .cxd-Panel--form .cxd-Panel-footer {
25603
+ border-top: none;
25604
+ display: flex;
25605
+ padding: 0 0.75rem;
25606
+ }
25607
+
25608
+ .amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button {
25609
+ flex: 1;
25610
+ }
25611
+
25612
+ .amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button:first-child {
25613
+ margin-left: 0;
25614
+ }
25615
+ }
25616
+
25492
25617
  .amis-scope .cxd-Service {
25493
25618
  position: relative;
25494
25619
  }
@@ -25752,19 +25877,28 @@ readers do not read off random characters that represent icons */
25752
25877
  }
25753
25878
 
25754
25879
  .amis-scope .cxd-DropDown-menu {
25880
+ background: #fff;
25881
+ list-style: none;
25882
+ padding: 0.25rem 0;
25883
+ min-width: 10rem;
25884
+ text-align: left;
25885
+ border: none;
25886
+ user-select: none;
25887
+ }
25888
+
25889
+ .amis-scope .cxd-DropDown-menu-root {
25755
25890
  position: absolute;
25756
25891
  z-index: 1000;
25757
25892
  top: 100%;
25758
25893
  left: 0;
25759
25894
  margin: 0.0625rem 0 0;
25760
- background: #fff;
25761
- list-style: none;
25762
- padding: 0.25rem 0;
25763
- border: 0.0625rem solid #eceff8;
25895
+ border: none;
25764
25896
  border-radius: 0.25rem;
25765
25897
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
25766
25898
  min-width: 10rem;
25767
- text-align: left;
25899
+ overflow-y: auto;
25900
+ overflow-x: hidden;
25901
+ max-height: 18.75rem;
25768
25902
  }
25769
25903
 
25770
25904
  .amis-scope .cxd-DropDown--alignRight .cxd-DropDown-menu {
@@ -25822,6 +25956,32 @@ readers do not read off random characters that represent icons */
25822
25956
  padding: 0;
25823
25957
  }
25824
25958
 
25959
+ .amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle,
25960
+ .amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle {
25961
+ height: inherit;
25962
+ font-size: 0.75rem;
25963
+ padding: 0.25rem 0.25rem;
25964
+ padding-left: 0.5rem;
25965
+ color: #848b99;
25966
+ flex-grow: 1;
25967
+ cursor: default;
25968
+ }
25969
+
25970
+ .amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle:hover,
25971
+ .amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle:hover {
25972
+ background: none;
25973
+ }
25974
+
25975
+ .amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle span,
25976
+ .amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle span {
25977
+ white-space: nowrap;
25978
+ }
25979
+
25980
+ .amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button,
25981
+ .amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
25982
+ padding-left: 1.25rem;
25983
+ }
25984
+
25825
25985
  .amis-scope .cxd-DropDown-menu > li a {
25826
25986
  color: inherit;
25827
25987
  display: block;
@@ -25928,102 +26088,399 @@ readers do not read off random characters that represent icons */
25928
26088
  position: relative;
25929
26089
  }
25930
26090
 
25931
- .amis-scope .cxd-Collapse {
25932
- border: 0.0625rem solid #dadbdd;
25933
- padding: 0;
25934
- line-height: 1.25rem;
26091
+ .amis-scope .cxd-CalendarMobile {
26092
+ height: 100%;
26093
+ overflow: scroll;
25935
26094
  }
25936
26095
 
25937
- .amis-scope .cxd-Collapse-header {
25938
- font-size: 14px;
25939
- font-weight: 400;
25940
- color: #333;
25941
- padding: 1rem;
25942
- margin: 0;
25943
- cursor: pointer;
25944
- background: #f2f2f4;
26096
+ .amis-scope .cxd-CalendarMobile-pop {
26097
+ position: fixed;
26098
+ bottom: 0;
26099
+ left: 0;
26100
+ width: 100vw;
26101
+ height: 90vh;
26102
+ background: #fff;
26103
+ border-radius: 1rem 1rem 0 0;
26104
+ overflow: hidden;
26105
+ border-width: 0;
25945
26106
  }
25946
26107
 
25947
- .amis-scope .cxd-Collapse-header-wrapper {
25948
- display: inline-flex;
25949
- flex-direction: row-reverse;
26108
+ .amis-scope .cxd-CalendarMobile-wrap {
26109
+ display: flex;
26110
+ flex-direction: column;
26111
+ height: 100%;
25950
26112
  }
25951
26113
 
25952
- .amis-scope .cxd-Collapse-header-tpl {
25953
- margin-right: 0.5rem;
26114
+ .amis-scope .cxd-CalendarMobile-header {
26115
+ flex-shrink: 0;
26116
+ box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
26117
+ position: relative;
25954
26118
  }
25955
26119
 
25956
- .amis-scope .cxd-Collapse-header:hover {
25957
- background: #e6e6e8;
26120
+ .amis-scope .cxd-CalendarMobile-header .subtitle-text {
26121
+ display: inline-block;
26122
+ width: 6.875rem;
26123
+ position: relative;
25958
26124
  }
25959
26125
 
25960
- .amis-scope .cxd-Collapse-arrow {
25961
- display: inline-block;
25962
- width: 1rem;
25963
- text-align: center;
25964
- margin-right: 0.5rem;
26126
+ .amis-scope .cxd-CalendarMobile-header .rdtPrev {
26127
+ width: 1.25rem;
26128
+ height: 2.75rem;
26129
+ display: block;
26130
+ position: absolute;
26131
+ top: 0;
26132
+ left: -1.25rem;
25965
26133
  }
25966
26134
 
25967
- .amis-scope .cxd-Collapse-arrow:before {
25968
- content: "";
25969
- position: relative;
25970
- display: inline-block;
25971
- width: 0.375rem;
25972
- height: 0.375rem;
25973
- top: -0.125rem;
25974
- border-color: #151a26;
25975
- border-style: solid;
25976
- border-width: 0.0625rem 0.0625rem 0 0;
25977
- transform: rotate(45deg);
25978
- transform-origin: 50% 50%;
26135
+ .amis-scope .cxd-CalendarMobile-header .rdtNext {
26136
+ width: 1.25rem;
26137
+ height: 2.75rem;
26138
+ display: block;
26139
+ position: absolute;
26140
+ top: 0;
26141
+ right: -1.25rem;
25979
26142
  }
25980
26143
 
25981
- .amis-scope .cxd-Collapse-icon-tranform {
25982
- display: inline-block;
25983
- width: 1rem;
26144
+ .amis-scope .cxd-CalendarMobile-title,
26145
+ .amis-scope .cxd-CalendarMobile-subtitle {
26146
+ height: 2.75rem;
26147
+ font-weight: 500;
26148
+ line-height: 2.75rem;
25984
26149
  text-align: center;
25985
- margin-right: 0.25rem;
25986
26150
  }
25987
26151
 
25988
- .amis-scope .cxd-Collapse .cxd-TplField {
25989
- display: inline-block;
26152
+ .amis-scope .cxd-CalendarMobile-title {
26153
+ font-size: 1rem;
25990
26154
  }
25991
26155
 
25992
- .amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
25993
- transform: rotate(135deg);
25994
- transform-origin: 50% 30%;
26156
+ .amis-scope .cxd-CalendarMobile-weekdays {
26157
+ display: flex;
25995
26158
  }
25996
26159
 
25997
- .amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
25998
- transform: rotate(90deg);
26160
+ .amis-scope .cxd-CalendarMobile-weekdays .weekday {
26161
+ flex: 1;
26162
+ line-height: 1.875rem;
26163
+ text-align: center;
25999
26164
  }
26000
26165
 
26001
- .amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
26002
- cursor: not-allowed;
26003
- user-select: none;
26004
- color: #b4b6ba;
26166
+ .amis-scope .cxd-CalendarMobile-close {
26167
+ position: absolute;
26168
+ z-index: 1;
26169
+ color: #c8c9cc;
26170
+ font-size: 1rem;
26171
+ cursor: pointer;
26172
+ top: 0.6875rem;
26173
+ right: 1rem;
26005
26174
  }
26006
26175
 
26007
- .amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
26008
- background-color: #f2f2f4;
26176
+ .amis-scope .cxd-CalendarMobile-body::-webkit-scrollbar {
26177
+ width: 0;
26009
26178
  }
26010
26179
 
26011
- .amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
26012
- border-color: #b4b6ba;
26180
+ .amis-scope .cxd-CalendarMobile-body {
26181
+ flex: 1;
26182
+ overflow-y: scroll;
26013
26183
  }
26014
26184
 
26015
- .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
26016
- text-align: center;
26017
- font-size: 0.875rem;
26018
- border-top: none;
26019
- border-bottom: none;
26185
+ .amis-scope .cxd-CalendarMobile-body table {
26186
+ border-spacing: 0 0.25rem;
26020
26187
  }
26021
26188
 
26022
- .amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
26023
- border-top: none;
26189
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
26190
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
26191
+ background: transparent;
26192
+ color: #151a26;
26193
+ text-shadow: none;
26024
26194
  }
26025
26195
 
26026
- .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
26196
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
26197
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
26198
+ color: #999;
26199
+ }
26200
+
26201
+ .amis-scope .cxd-CalendarMobile-body .rdtOldNone td.rdtOld {
26202
+ display: none;
26203
+ }
26204
+
26205
+ .amis-scope .cxd-CalendarMobile-body .rdtPicker td {
26206
+ height: 3.5rem;
26207
+ position: relative;
26208
+ }
26209
+
26210
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
26211
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
26212
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
26213
+ .amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
26214
+ background: transparent;
26215
+ }
26216
+
26217
+ .amis-scope .cxd-CalendarMobile-body .calendar-wrap {
26218
+ position: relative;
26219
+ width: 3.125rem;
26220
+ height: 100%;
26221
+ text-align: center;
26222
+ display: inline-flex;
26223
+ align-items: center;
26224
+ justify-content: center;
26225
+ border-radius: 0.25rem;
26226
+ }
26227
+
26228
+ .amis-scope .cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
26229
+ width: auto;
26230
+ max-width: 3.125rem;
26231
+ }
26232
+
26233
+ .amis-scope .cxd-CalendarMobile-footer {
26234
+ flex-shrink: 0;
26235
+ }
26236
+
26237
+ .amis-scope .cxd-CalendarMobile-footer .date-range-confirm {
26238
+ height: 2.25rem;
26239
+ margin: 0.4375rem 0;
26240
+ border-radius: 0.285rem;
26241
+ display: block;
26242
+ }
26243
+
26244
+ .amis-scope .cxd-CalendarMobile-footer .is-disabled {
26245
+ opacity: 0.5;
26246
+ color: #fff;
26247
+ background: #2468f2;
26248
+ border-color: #2468f2;
26249
+ filter: none;
26250
+ }
26251
+
26252
+ .amis-scope .cxd-CalendarMobile-footer-toolbar {
26253
+ padding: 0 1rem;
26254
+ }
26255
+
26256
+ .amis-scope .cxd-CalendarMobile-footer-ranges {
26257
+ background: #fff;
26258
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
26259
+ border-radius: 24px;
26260
+ overflow-x: auto;
26261
+ position: relative;
26262
+ height: 3rem;
26263
+ line-height: 3rem;
26264
+ }
26265
+
26266
+ .amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
26267
+ position: absolute;
26268
+ white-space: nowrap;
26269
+ }
26270
+
26271
+ .amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
26272
+ margin: 0 1.5625rem;
26273
+ }
26274
+
26275
+ .amis-scope .cxd-CalendarMobile-calendar-wrap {
26276
+ padding: 0.5rem 0;
26277
+ }
26278
+
26279
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker {
26280
+ width: 100%;
26281
+ padding: 0;
26282
+ }
26283
+
26284
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtOld {
26285
+ visibility: hidden;
26286
+ }
26287
+
26288
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtNew {
26289
+ display: none;
26290
+ }
26291
+
26292
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
26293
+ background: rgba(36, 104, 242, 0.1) !important;
26294
+ color: #2468f2;
26295
+ }
26296
+
26297
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
26298
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
26299
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
26300
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
26301
+ background: #2468f2 !important;
26302
+ color: #fff;
26303
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
26304
+ }
26305
+
26306
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
26307
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
26308
+ background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(36, 104, 242, 0.1) 51%, rgba(36, 104, 242, 0.1) 100%) !important;
26309
+ }
26310
+
26311
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
26312
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
26313
+ background: linear-gradient(to right, rgba(36, 104, 242, 0.1) 0%, rgba(36, 104, 242, 0.1) 50%, transparent 51%, transparent 100%) !important;
26314
+ }
26315
+
26316
+ .amis-scope .cxd-CalendarMobile-calendar-header {
26317
+ height: 1.875rem;
26318
+ line-height: 1.875rem;
26319
+ text-align: center;
26320
+ }
26321
+
26322
+ .amis-scope .cxd-CalendarMobile-range-text {
26323
+ position: absolute;
26324
+ right: 0;
26325
+ left: 0;
26326
+ bottom: 0;
26327
+ color: #fff;
26328
+ font-size: 0.75rem;
26329
+ white-space: nowrap;
26330
+ }
26331
+
26332
+ .amis-scope .cxd-CalendarMobile-calendar-wrap {
26333
+ position: relative;
26334
+ }
26335
+
26336
+ .amis-scope .cxd-CalendarMobile-calendar-mark {
26337
+ position: absolute;
26338
+ top: 50%;
26339
+ left: 50%;
26340
+ z-index: 0;
26341
+ color: rgba(242, 243, 245, 0.8);
26342
+ font-size: 10rem;
26343
+ transform: translate(-50%, -50%);
26344
+ pointer-events: none;
26345
+ }
26346
+
26347
+ .amis-scope .cxd-CalendarMobile-toast {
26348
+ position: fixed;
26349
+ top: 50%;
26350
+ left: 50%;
26351
+ transform: translate(-50%, -50%);
26352
+ width: 8.5rem;
26353
+ height: 2.25rem;
26354
+ background: rgba(0, 0, 0, 0.9);
26355
+ border-radius: 4px;
26356
+ color: #fff;
26357
+ display: flex;
26358
+ justify-content: center;
26359
+ align-items: center;
26360
+ }
26361
+
26362
+ .amis-scope .cxd-CalendarMobile-time {
26363
+ height: 11.25rem;
26364
+ }
26365
+
26366
+ .amis-scope .cxd-CalendarMobile-time-title {
26367
+ border: 0.0625rem solid #b4bbc5;
26368
+ border-left: none;
26369
+ border-right: none;
26370
+ text-align: center;
26371
+ height: 1.875rem;
26372
+ line-height: 1.875rem;
26373
+ }
26374
+
26375
+ .amis-scope .cxd-CalendarMobile-time .rdtPicker {
26376
+ margin: 0 auto;
26377
+ }
26378
+
26379
+ .amis-scope .cxd-CalendarMobile .cxd-CalendarTime {
26380
+ height: 8.125rem;
26381
+ overflow: hidden;
26382
+ }
26383
+
26384
+ .amis-scope .cxd-CalendarMobile .cxd-PickerColumns-header {
26385
+ display: none;
26386
+ }
26387
+
26388
+ .amis-scope .cxd-Collapse {
26389
+ border: 0.0625rem solid #dadbdd;
26390
+ padding: 0;
26391
+ line-height: 1.25rem;
26392
+ }
26393
+
26394
+ .amis-scope .cxd-Collapse-header {
26395
+ font-size: 14px;
26396
+ font-weight: 400;
26397
+ color: #333;
26398
+ padding: 1rem;
26399
+ margin: 0;
26400
+ cursor: pointer;
26401
+ background: #f2f2f4;
26402
+ }
26403
+
26404
+ .amis-scope .cxd-Collapse-header-wrapper {
26405
+ display: inline-flex;
26406
+ flex-direction: row-reverse;
26407
+ }
26408
+
26409
+ .amis-scope .cxd-Collapse-header-tpl {
26410
+ margin-right: 0.5rem;
26411
+ }
26412
+
26413
+ .amis-scope .cxd-Collapse-header:hover {
26414
+ background: #e6e6e8;
26415
+ }
26416
+
26417
+ .amis-scope .cxd-Collapse-arrow {
26418
+ display: inline-block;
26419
+ width: 1rem;
26420
+ text-align: center;
26421
+ margin-right: 0.5rem;
26422
+ }
26423
+
26424
+ .amis-scope .cxd-Collapse-arrow:before {
26425
+ content: "";
26426
+ position: relative;
26427
+ display: inline-block;
26428
+ width: 0.375rem;
26429
+ height: 0.375rem;
26430
+ top: -0.125rem;
26431
+ border-color: #151a26;
26432
+ border-style: solid;
26433
+ border-width: 0.0625rem 0.0625rem 0 0;
26434
+ transform: rotate(45deg);
26435
+ transform-origin: 50% 50%;
26436
+ }
26437
+
26438
+ .amis-scope .cxd-Collapse-icon-tranform {
26439
+ display: inline-block;
26440
+ width: 1rem;
26441
+ text-align: center;
26442
+ margin-right: 0.25rem;
26443
+ }
26444
+
26445
+ .amis-scope .cxd-Collapse .cxd-TplField {
26446
+ display: inline-block;
26447
+ }
26448
+
26449
+ .amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
26450
+ transform: rotate(135deg);
26451
+ transform-origin: 50% 30%;
26452
+ }
26453
+
26454
+ .amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
26455
+ transform: rotate(90deg);
26456
+ }
26457
+
26458
+ .amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
26459
+ cursor: not-allowed;
26460
+ user-select: none;
26461
+ color: #b4b6ba;
26462
+ }
26463
+
26464
+ .amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
26465
+ background-color: #f2f2f4;
26466
+ }
26467
+
26468
+ .amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
26469
+ border-color: #b4b6ba;
26470
+ }
26471
+
26472
+ .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
26473
+ text-align: center;
26474
+ font-size: 0.875rem;
26475
+ border-top: none;
26476
+ border-bottom: none;
26477
+ }
26478
+
26479
+ .amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
26480
+ border-top: none;
26481
+ }
26482
+
26483
+ .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
26027
26484
  top: -0.25rem;
26028
26485
  transform: rotate(135deg);
26029
26486
  }
@@ -27352,7 +27809,7 @@ readers do not read off random characters that represent icons */
27352
27809
  }
27353
27810
 
27354
27811
  .amis-scope .cxd-Table-table > tbody > tr.is-checked {
27355
- background: transparent;
27812
+ background: #f0faff;
27356
27813
  border-color: #eceff8;
27357
27814
  color: #333;
27358
27815
  }
@@ -29714,7 +30171,7 @@ readers do not read off random characters that represent icons */
29714
30171
 
29715
30172
  .amis-scope .cxd-Card-multiMedia-img {
29716
30173
  display: block;
29717
- width: 100%;
30174
+ width: auto;
29718
30175
  height: auto;
29719
30176
  object-fit: cover;
29720
30177
  border-radius: 0.25rem;
@@ -31209,6 +31666,36 @@ readers do not read off random characters that represent icons */
31209
31666
  min-height: 24px;
31210
31667
  }
31211
31668
 
31669
+ .amis-scope .cxd-ResultBox.is-mobile {
31670
+ min-height: calc(1.4285714286 * 1rem);
31671
+ border: none;
31672
+ padding: 0;
31673
+ font-size: 1rem;
31674
+ border: none;
31675
+ justify-content: flex-end;
31676
+ }
31677
+
31678
+ .amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow {
31679
+ margin-right: 0.25rem;
31680
+ width: 1rem;
31681
+ text-align: center;
31682
+ display: flex;
31683
+ align-items: center;
31684
+ justify-content: center;
31685
+ line-height: 1;
31686
+ margin-left: 4px;
31687
+ }
31688
+
31689
+ .amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
31690
+ transition: transform 0s;
31691
+ display: inline-block;
31692
+ color: #83868c;
31693
+ width: 10px;
31694
+ height: 10px;
31695
+ top: 0;
31696
+ transform: rotate(-90deg);
31697
+ }
31698
+
31212
31699
  .amis-scope .cxd-SearchBox {
31213
31700
  display: inline-flex;
31214
31701
  flex-direction: row;
@@ -32757,6 +33244,8 @@ readers do not read off random characters that represent icons */
32757
33244
  pointer-events: all;
32758
33245
  margin-left: 0.25rem;
32759
33246
  cursor: pointer;
33247
+ display: inline-block;
33248
+ vertical-align: middle;
32760
33249
  }
32761
33250
 
32762
33251
  .amis-scope .cxd-Checkbox > i + span > a {
@@ -32998,7 +33487,6 @@ readers do not read off random characters that represent icons */
32998
33487
 
32999
33488
  .amis-scope .cxd-Selection > .cxd-Checkbox {
33000
33489
  display: block;
33001
- height: 2rem;
33002
33490
  line-height: 1.4285714286;
33003
33491
  font-size: 0.875rem;
33004
33492
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
@@ -33041,7 +33529,6 @@ readers do not read off random characters that represent icons */
33041
33529
 
33042
33530
  .amis-scope .cxd-GroupedSelection-item {
33043
33531
  display: flex;
33044
- height: 2rem;
33045
33532
  line-height: 1.4285714286;
33046
33533
  font-size: 0.875rem;
33047
33534
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33172,7 +33659,6 @@ readers do not read off random characters that represent icons */
33172
33659
  .amis-scope .cxd-TreeSelection-itemInner {
33173
33660
  display: flex;
33174
33661
  align-items: center;
33175
- height: 2rem;
33176
33662
  line-height: 1.4285714286;
33177
33663
  font-size: 0.875rem;
33178
33664
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33227,6 +33713,7 @@ readers do not read off random characters that represent icons */
33227
33713
  .amis-scope .cxd-ChainedSelection {
33228
33714
  display: flex;
33229
33715
  flex-direction: row;
33716
+ min-height: 100%;
33230
33717
  }
33231
33718
 
33232
33719
  .amis-scope .cxd-ChainedSelection-col {
@@ -33246,7 +33733,6 @@ readers do not read off random characters that represent icons */
33246
33733
 
33247
33734
  .amis-scope .cxd-ChainedSelection-item {
33248
33735
  display: flex;
33249
- height: 2rem;
33250
33736
  line-height: 1.4285714286;
33251
33737
  font-size: 0.875rem;
33252
33738
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
@@ -33366,6 +33852,38 @@ readers do not read off random characters that represent icons */
33366
33852
  display: inline-block;
33367
33853
  }
33368
33854
 
33855
+ .amis-scope .cxd-CityArea-popup {
33856
+ height: 17.5rem;
33857
+ }
33858
+
33859
+ .amis-scope .cxd-CityArea-Input {
33860
+ margin-top: 0.25rem;
33861
+ outline: none;
33862
+ vertical-align: top;
33863
+ border: 0.0625rem solid #dadbdd;
33864
+ border-radius: 0.25rem;
33865
+ line-height: 1.4285714286;
33866
+ padding: calc(
33867
+ (
33868
+ 2rem - 1.4285714286 *
33869
+ 0.875rem - 0.125rem
33870
+ ) / 2
33871
+ ) 0.625rem;
33872
+ font-size: 0.875rem;
33873
+ display: inline-flex !important;
33874
+ }
33875
+
33876
+ .amis-scope .cxd-CityArea-Input::placeholder {
33877
+ color: #b4b6ba;
33878
+ user-select: none;
33879
+ }
33880
+
33881
+ .amis-scope .cxd-CityArea-Input:focus {
33882
+ border-color: #1c53c1;
33883
+ box-shadow: none;
33884
+ background: #ffffff;
33885
+ }
33886
+
33369
33887
  .amis-scope .cxd-Switch {
33370
33888
  cursor: pointer;
33371
33889
  position: relative;
@@ -33646,6 +34164,7 @@ readers do not read off random characters that represent icons */
33646
34164
  display: inline-flex;
33647
34165
  vertical-align: middle;
33648
34166
  text-align: left;
34167
+ align-items: center;
33649
34168
  outline: none;
33650
34169
  position: relative;
33651
34170
  font-size: 0.875rem;
@@ -33792,10 +34311,26 @@ readers do not read off random characters that represent icons */
33792
34311
  top: 0;
33793
34312
  }
33794
34313
 
33795
- .amis-scope .cxd-Select.is-opened .cxd-Select-arrow > svg {
34314
+ .amis-scope .cxd-Select.is-opened:not(.is-mobile) .cxd-Select-arrow > svg {
33796
34315
  transform: rotate(180deg);
33797
34316
  }
33798
34317
 
34318
+ .amis-scope .cxd-Select.is-mobile {
34319
+ min-height: calc(1.4285714286 * 1rem);
34320
+ border: none;
34321
+ padding: 0;
34322
+ font-size: 1rem;
34323
+ }
34324
+
34325
+ .amis-scope .cxd-Select.is-mobile .cxd-Select-valueWrap {
34326
+ text-align: right;
34327
+ padding-right: 4px;
34328
+ }
34329
+
34330
+ .amis-scope .cxd-Select.is-mobile .cxd-Select-arrow > svg {
34331
+ transform: rotate(-90deg);
34332
+ }
34333
+
33799
34334
  .amis-scope .cxd-Select-menu {
33800
34335
  max-height: 18.75rem;
33801
34336
  overflow: auto;
@@ -33806,6 +34341,15 @@ readers do not read off random characters that represent icons */
33806
34341
  margin-top: -0.1875rem;
33807
34342
  }
33808
34343
 
34344
+ .amis-scope .cxd-Select-menu.is-mobile {
34345
+ width: 100%;
34346
+ text-align: center;
34347
+ }
34348
+
34349
+ .amis-scope .cxd-Select-menu.is-mobile .cxd-Select-option {
34350
+ line-height: 2.25rem;
34351
+ }
34352
+
33809
34353
  .amis-scope .cxd-Select--longlist {
33810
34354
  overflow: hidden;
33811
34355
  max-height: max-content;
@@ -33907,8 +34451,8 @@ readers do not read off random characters that represent icons */
33907
34451
  margin-right: 0.25rem;
33908
34452
  }
33909
34453
 
33910
- .amis-scope .cxd-Select.is-focused,
33911
- .amis-scope .cxd-Select.is-opened {
34454
+ .amis-scope .cxd-Select.is-focused:not(.is-mobile),
34455
+ .amis-scope .cxd-Select.is-opened:not(.is-mobile) {
33912
34456
  border-color: #1c53c1;
33913
34457
  color: #000;
33914
34458
  }
@@ -33938,6 +34482,10 @@ readers do not read off random characters that represent icons */
33938
34482
  fill: #1f2329;
33939
34483
  }
33940
34484
 
34485
+ .amis-scope .cxd-Select-popup {
34486
+ height: 20rem;
34487
+ }
34488
+
33941
34489
  .amis-scope .cxd-Select-popover {
33942
34490
  margin-top: calc(0 * -1);
33943
34491
  background: #fff;
@@ -34017,6 +34565,7 @@ readers do not read off random characters that represent icons */
34017
34565
  height: 2rem;
34018
34566
  line-height: 1.4285714286;
34019
34567
  font-size: 0.875rem;
34568
+ align-items: center;
34020
34569
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
34021
34570
  }
34022
34571
 
@@ -34026,6 +34575,7 @@ readers do not read off random characters that represent icons */
34026
34575
  }
34027
34576
 
34028
34577
  .amis-scope .cxd-Selections-item > .cxd-Selections-dragbar {
34578
+ top: 0;
34029
34579
  width: 1.25rem;
34030
34580
  position: relative;
34031
34581
  left: calc(0.25rem * -1);
@@ -34349,7 +34899,7 @@ readers do not read off random characters that represent icons */
34349
34899
  }
34350
34900
 
34351
34901
  .amis-scope .cxd-ColorPicker-popup {
34352
- height: 80vh;
34902
+ height: 25rem;
34353
34903
  }
34354
34904
 
34355
34905
  .amis-scope .cxd-ColorPicker:not(.is-disabled) {
@@ -34617,7 +35167,50 @@ readers do not read off random characters that represent icons */
34617
35167
  }
34618
35168
 
34619
35169
  .amis-scope .cxd-DatePicker-popup {
34620
- height: 80vh;
35170
+ height: 18.75rem;
35171
+ }
35172
+
35173
+ .amis-scope .cxd-DatePicker.is-mobile {
35174
+ border: 0;
35175
+ justify-content: flex-end;
35176
+ }
35177
+
35178
+ .amis-scope .cxd-DatePicker.is-mobile span:focus,
35179
+ .amis-scope .cxd-DatePicker.is-mobile a:focus {
35180
+ outline: unset;
35181
+ }
35182
+
35183
+ .amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value,
35184
+ .amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-clear {
35185
+ display: inline-flex;
35186
+ justify-content: flex-end;
35187
+ padding: 0 0;
35188
+ }
35189
+
35190
+ .amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value {
35191
+ margin-right: 0.25rem;
35192
+ }
35193
+
35194
+ .amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-placeholder {
35195
+ flex-grow: unset;
35196
+ flex-basis: unset;
35197
+ }
35198
+
35199
+ .amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
35200
+ margin-top: -3px;
35201
+ }
35202
+
35203
+ .amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile {
35204
+ color: red;
35205
+ }
35206
+
35207
+ .amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
35208
+ width: 100%;
35209
+ }
35210
+
35211
+ .amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt .rdtPicker {
35212
+ width: 100%;
35213
+ padding: unset;
34621
35214
  }
34622
35215
 
34623
35216
  .amis-scope .rdt {
@@ -35168,7 +35761,7 @@ readers do not read off random characters that represent icons */
35168
35761
  }
35169
35762
 
35170
35763
  .amis-scope .cxd-DateRangePicker-popup {
35171
- height: 90vh;
35764
+ height: 25rem;
35172
35765
  }
35173
35766
 
35174
35767
  @media (min-width: 576px) {
@@ -36514,7 +37107,7 @@ readers do not read off random characters that represent icons */
36514
37107
  }
36515
37108
 
36516
37109
  .amis-scope .cxd-TreeSelect-popup {
36517
- height: 80vh;
37110
+ height: 25rem;
36518
37111
  }
36519
37112
 
36520
37113
  .amis-scope .cxd-TreeSelect-popover {
@@ -37361,25 +37954,52 @@ readers do not read off random characters that represent icons */
37361
37954
  }
37362
37955
 
37363
37956
  .amis-scope .cxd-Rating {
37957
+ display: flex;
37364
37958
  position: relative;
37959
+ align-items: center;
37960
+ justify-content: flex-start;
37961
+ flex-flow: row wrap;
37962
+ }
37963
+
37964
+ .amis-scope .cxd-Rating > ul {
37965
+ display: flex;
37966
+ padding: unset;
37967
+ margin: unset;
37968
+ align-items: center;
37969
+ justify-content: flex-start;
37970
+ flex-flow: row wrap;
37971
+ }
37972
+
37973
+ .amis-scope .cxd-Rating-star {
37974
+ position: relative;
37975
+ margin-right: 0.5rem;
37365
37976
  overflow: hidden;
37366
37977
  display: block;
37367
- float: left;
37368
37978
  font-size: 1.5rem;
37369
- color: #343a40;
37979
+ line-height: 1;
37370
37980
  cursor: pointer;
37981
+ user-select: none;
37982
+ color: #e6e6e8;
37371
37983
  }
37372
37984
 
37373
- .amis-scope .cxd-Rating.is-active {
37374
- color: #2468f2;
37985
+ .amis-scope .cxd-Rating-star-half > svg.icon,
37986
+ .amis-scope .cxd-Rating-star > svg.icon {
37987
+ display: block;
37988
+ width: 1.5rem;
37989
+ height: 1.5rem;
37990
+ top: 0;
37375
37991
  }
37376
37992
 
37377
- .amis-scope .cxd-Rating.is-disabled {
37993
+ .amis-scope .cxd-Rating-star:last-of-type {
37994
+ margin-right: 0;
37995
+ }
37996
+
37997
+ .amis-scope .cxd-Rating-star.is-disabled {
37378
37998
  cursor: not-allowed;
37379
37999
  pointer-events: none;
37380
38000
  }
37381
38001
 
37382
- .amis-scope .cxd-Rating-half:before {
38002
+ .amis-scope .cxd-Rating-star-half {
37383
38003
  position: absolute;
37384
38004
  overflow: hidden;
37385
38005
  display: block;
@@ -37387,8 +38007,20 @@ readers do not read off random characters that represent icons */
37387
38007
  top: 0;
37388
38008
  left: 0;
37389
38009
  width: 50%;
37390
- content: attr(data-forhalf);
37391
- color: #2468f2;
38010
+ }
38011
+
38012
+ .amis-scope .cxd-Rating-text {
38013
+ font-size: 0.75rem;
38014
+ color: #151a26;
38015
+ font-weight: 400;
38016
+ }
38017
+
38018
+ .amis-scope .cxd-Rating-text--left {
38019
+ margin-right: 0.5rem;
38020
+ }
38021
+
38022
+ .amis-scope .cxd-Rating-text--right {
38023
+ margin-left: 0.5rem;
37392
38024
  }
37393
38025
 
37394
38026
  .amis-scope .cxd-RatingControl {
@@ -37627,6 +38259,10 @@ readers do not read off random characters that represent icons */
37627
38259
  flex-direction: column;
37628
38260
  }
37629
38261
 
38262
+ .amis-scope .cxd-TransferDropDown-content.is-mobile {
38263
+ width: 100%;
38264
+ }
38265
+
37630
38266
  .amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
37631
38267
  flex-grow: 1;
37632
38268
  max-height: 100%;
@@ -37728,6 +38364,125 @@ readers do not read off random characters that represent icons */
37728
38364
  border-bottom: 0.0625rem solid #eceff8;
37729
38365
  }
37730
38366
 
38367
+ .amis-scope .cxd-NestedSelect-popup {
38368
+ height: 28.75rem;
38369
+ }
38370
+
38371
+ .amis-scope .cxd-Cascader-tabs {
38372
+ display: flex;
38373
+ }
38374
+
38375
+ .amis-scope .cxd-Cascader-tabs.scrollable {
38376
+ display: block;
38377
+ overflow-x: auto;
38378
+ white-space: nowrap;
38379
+ }
38380
+
38381
+ .amis-scope .cxd-Cascader-tabs.scrollable::-webkit-scrollbar {
38382
+ display: none;
38383
+ }
38384
+
38385
+ .amis-scope .cxd-Cascader-tab {
38386
+ flex: 1;
38387
+ width: calc((100vw - 20px) / 3);
38388
+ height: 23.125rem;
38389
+ overflow-y: auto;
38390
+ display: inline-block;
38391
+ }
38392
+
38393
+ .amis-scope .cxd-Cascader-tab::-webkit-scrollbar {
38394
+ display: none;
38395
+ }
38396
+
38397
+ .amis-scope .cxd-Cascader {
38398
+ width: 100%;
38399
+ padding: 0 10px;
38400
+ }
38401
+
38402
+ .amis-scope .cxd-Cascader-Nav {
38403
+ overflow-x: auto;
38404
+ }
38405
+
38406
+ .amis-scope .cxd-Cascader-NavItem {
38407
+ display: inline-block;
38408
+ margin-right: 0.625rem;
38409
+ list-style: none;
38410
+ cursor: pointer;
38411
+ user-select: none;
38412
+ padding: 0 0.375rem;
38413
+ }
38414
+
38415
+ .amis-scope .cxd-Cascader-btnGroup {
38416
+ display: flex;
38417
+ justify-content: space-between;
38418
+ align-items: center;
38419
+ height: 3.75rem;
38420
+ }
38421
+
38422
+ .amis-scope .cxd-Cascader-options {
38423
+ box-sizing: border-box;
38424
+ height: var(--Cascader-option-height);
38425
+ padding-top: 0.375rem;
38426
+ overflow-y: auto;
38427
+ -webkit-overflow-scrolling: touch;
38428
+ margin: 0;
38429
+ padding: 0;
38430
+ }
38431
+
38432
+ .amis-scope .cxd-Cascader-option {
38433
+ display: flex;
38434
+ align-items: center;
38435
+ justify-content: space-between;
38436
+ padding: 0.375rem 0;
38437
+ font-size: 0.875rem;
38438
+ line-height: var(--Cascader-option-lineHeight);
38439
+ cursor: pointer;
38440
+ position: relative;
38441
+ }
38442
+
38443
+ .amis-scope .cxd-Cascader-option.selected span {
38444
+ color: #2468f2;
38445
+ }
38446
+
38447
+ .amis-scope .cxd-Cascader-option.disabled span {
38448
+ color: gray;
38449
+ }
38450
+
38451
+ .amis-scope .cxd-Cascader-option--text {
38452
+ white-space: nowrap;
38453
+ overflow: hidden;
38454
+ text-overflow: ellipsis;
38455
+ user-select: none;
38456
+ }
38457
+
38458
+ .amis-scope .cxd-Cascader-option-selectedNum {
38459
+ min-width: 1rem;
38460
+ height: 1rem;
38461
+ line-height: 1rem;
38462
+ border-radius: 100%;
38463
+ text-align: center;
38464
+ background: #2468f2;
38465
+ color: #fff !important;
38466
+ font-size: 0.75rem;
38467
+ display: inline-block;
38468
+ position: absolute;
38469
+ right: 0;
38470
+ top: 50%;
38471
+ transform: translateY(-50%);
38472
+ }
38473
+
38474
+ .amis-scope .cxd-Cascader-icon {
38475
+ color: #2468f2;
38476
+ }
38477
+
38478
+ .amis-scope .cxd-Cascader-tab {
38479
+ padding: 0;
38480
+ }
38481
+
38482
+ .amis-scope .cxd-Cascader-btnCancel {
38483
+ color: #666;
38484
+ }
38485
+
37731
38486
  .amis-scope .cxd-IconPickerControl {
37732
38487
  position: relative;
37733
38488
  max-width: 100%;
@@ -38451,6 +39206,176 @@ readers do not read off random characters that represent icons */
38451
39206
  width: 10%;
38452
39207
  }
38453
39208
 
39209
+ /* 移动端样式调整 */
39210
+
39211
+ @media (max-width: 767px) {
39212
+ .amis-scope .cxd-Form .cxd-Form-item {
39213
+ display: flex;
39214
+ flex-wrap: wrap;
39215
+ margin-bottom: 0;
39216
+ padding: 0.75rem 0;
39217
+ position: relative;
39218
+ }
39219
+
39220
+ .amis-scope .cxd-Form .cxd-Form-item::after {
39221
+ position: absolute;
39222
+ box-sizing: border-box;
39223
+ content: " ";
39224
+ pointer-events: none;
39225
+ right: 0;
39226
+ bottom: 0;
39227
+ left: 0;
39228
+ border-bottom: 0.0625rem solid #eceff8;
39229
+ transform: scaleY(0.5);
39230
+ }
39231
+
39232
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
39233
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-addOn {
39234
+ border: none;
39235
+ }
39236
+
39237
+ .amis-scope .cxd-Form .cxd-Form-item > .cxd-Form-label {
39238
+ flex: 0 0 28%;
39239
+ max-width: 28%;
39240
+ min-height: 1px;
39241
+ text-align: left;
39242
+ padding-right: calc(1rem / 2);
39243
+ overflow-wrap: break-word;
39244
+ margin-right: 0;
39245
+ margin-bottom: 0;
39246
+ font-size: 1rem;
39247
+ }
39248
+
39249
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
39250
+ font-size: 0.875rem;
39251
+ }
39252
+
39253
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
39254
+ font-size: 1rem;
39255
+ }
39256
+
39257
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
39258
+ height: calc(1.4285714286 * 1rem);
39259
+ }
39260
+
39261
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value,
39262
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control {
39263
+ flex: 1;
39264
+ flex-wrap: wrap;
39265
+ font-size: 1rem;
39266
+ }
39267
+
39268
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
39269
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
39270
+ background: transparent;
39271
+ }
39272
+
39273
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint,
39274
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-remark,
39275
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static,
39276
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
39277
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-SwitchControl,
39278
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxControl,
39279
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-RadiosControl,
39280
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
39281
+ padding-top: 0;
39282
+ padding-bottom: 0;
39283
+ }
39284
+
39285
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
39286
+ height: 2rem;
39287
+ }
39288
+
39289
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
39290
+ font-size: 0.875rem;
39291
+ margin-left: 0;
39292
+ color: #b4b6ba;
39293
+ }
39294
+
39295
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
39296
+ top: 0;
39297
+ }
39298
+
39299
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static {
39300
+ min-height: 0;
39301
+ }
39302
+
39303
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
39304
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
39305
+ font-size: 0.875rem;
39306
+ }
39307
+
39308
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
39309
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
39310
+ border: none;
39311
+ }
39312
+
39313
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
39314
+ height: 2rem;
39315
+ }
39316
+
39317
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker {
39318
+ padding: 0;
39319
+ border: none;
39320
+ }
39321
+
39322
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
39323
+ display: none;
39324
+ }
39325
+
39326
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
39327
+ margin-bottom: 0.25rem;
39328
+ }
39329
+
39330
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea,
39331
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
39332
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
39333
+ border: none;
39334
+ padding: 0 0.625rem 0 0;
39335
+ box-shadow: none;
39336
+ }
39337
+
39338
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:hover,
39339
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:focus,
39340
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea.active,
39341
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
39342
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
39343
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
39344
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
39345
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
39346
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
39347
+ border: none;
39348
+ outline: none;
39349
+ outline-style: none;
39350
+ }
39351
+
39352
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
39353
+ padding: 0;
39354
+ min-height: 0;
39355
+ }
39356
+
39357
+ .amis-scope .cxd-Form .cxd-Form-groupColumn {
39358
+ margin-bottom: 0;
39359
+ }
39360
+
39361
+ .amis-scope .cxd-Form .cxd-Divider {
39362
+ display: none;
39363
+ }
39364
+
39365
+ .amis-scope .cxd-Form .cxd-Tabs-pane {
39366
+ padding: 0;
39367
+ }
39368
+
39369
+ .amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
39370
+ .amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
39371
+ display: none;
39372
+ }
39373
+
39374
+ .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
39375
+ padding-bottom: 0.625rem;
39376
+ }
39377
+ }
39378
+
38454
39379
  .amis-scope .cxd-AnchorNav {
38455
39380
  display: flex;
38456
39381
  height: 25rem;
@@ -38844,20 +39769,29 @@ readers do not read off random characters that represent icons */
38844
39769
  box-sizing: content-box;
38845
39770
  }
38846
39771
 
39772
+ .amis-scope .cxd-FormulaEditor-content {
39773
+ border-radius: 0.25rem;
39774
+ border: 0.0625rem solid #dadbdd;
39775
+ }
39776
+
38847
39777
  .amis-scope .cxd-FormulaEditor-header {
38848
39778
  width: 100%;
38849
- height: 2.5rem;
38850
- line-height: 2.5rem;
38851
- padding-left: 0.625rem;
39779
+ height: 1.875rem;
39780
+ line-height: 1.875rem;
39781
+ padding: 0 0.625rem;
38852
39782
  box-sizing: border-box;
38853
- background: #f3f8fb;
39783
+ background: #f2f2f4;
39784
+ border-radius: 0.25rem 0.25rem 0 0;
39785
+ border-bottom: 0.0625rem solid #dadbdd;
39786
+ font-weight: 500;
38854
39787
  }
38855
39788
 
38856
39789
  .amis-scope .cxd-FormulaEditor-editor {
38857
39790
  min-height: 14.875rem;
38858
39791
  max-height: 20rem;
38859
39792
  height: auto;
38860
- border: 0.0625rem solid #dadbdd;
39793
+ padding: 0.625rem;
39794
+ padding-right: 0;
38861
39795
  }
38862
39796
 
38863
39797
  .amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
@@ -38943,7 +39877,7 @@ readers do not read off random characters that represent icons */
38943
39877
  }
38944
39878
 
38945
39879
  .amis-scope .cxd-FormulaFuncList-funcItem.is-active {
38946
- color: #2468f2;
39880
+ background: #eaf6fe;
38947
39881
  }
38948
39882
 
38949
39883
  .amis-scope .cxd-FormulaFuncList-groupTitle {
@@ -38959,8 +39893,212 @@ readers do not read off random characters that represent icons */
38959
39893
  padding: 10px 20px;
38960
39894
  }
38961
39895
 
39896
+ .amis-scope .cxd-FormulaFuncList-funcDetail pre {
39897
+ white-space: pre-wrap;
39898
+ word-wrap: break-word;
39899
+ background: #f2f2f4;
39900
+ padding: 0.625rem;
39901
+ border-radius: 0.25rem;
39902
+ margin-top: 0;
39903
+ }
39904
+
39905
+ .amis-scope .cxd-FormulaFuncList-funcDetail div {
39906
+ color: #333;
39907
+ }
39908
+
38962
39909
  .amis-scope .cxd-FormulaPicker-icon {
38963
39910
  margin-left: auto;
39911
+ margin-right: 0.3125rem;
39912
+ }
39913
+
39914
+ .amis-scope .cxd-Timeline-vertical {
39915
+ display: flex;
39916
+ flex-flow: column;
39917
+ }
39918
+
39919
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem {
39920
+ display: flex;
39921
+ flex: 1;
39922
+ flex-direction: row;
39923
+ }
39924
+
39925
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
39926
+ display: none;
39927
+ }
39928
+
39929
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle {
39930
+ position: relative;
39931
+ flex: 0 0 1.5rem;
39932
+ }
39933
+
39934
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
39935
+ position: absolute;
39936
+ height: calc(100% - 1.25rem);
39937
+ width: 0.125rem;
39938
+ left: 0.8125rem;
39939
+ top: 1.25rem;
39940
+ background-color: #e6e6e8;
39941
+ }
39942
+
39943
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
39944
+ position: absolute;
39945
+ width: 0.5rem;
39946
+ height: 0.5rem;
39947
+ left: 0.625rem;
39948
+ top: 0.5rem;
39949
+ background: #dadbdd;
39950
+ border-radius: 50%;
39951
+ }
39952
+
39953
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
39954
+ background: #e8684a;
39955
+ }
39956
+
39957
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
39958
+ background: #2468f2;
39959
+ }
39960
+
39961
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
39962
+ background: #0bc286;
39963
+ }
39964
+
39965
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
39966
+ background: #ffb200;
39967
+ }
39968
+
39969
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
39970
+ position: absolute;
39971
+ width: 1rem;
39972
+ height: 1rem;
39973
+ left: 0.375rem;
39974
+ border-radius: 50%;
39975
+ }
39976
+
39977
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content {
39978
+ padding-bottom: 1rem;
39979
+ margin-left: 0.5rem;
39980
+ }
39981
+
39982
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
39983
+ color: #83868c;
39984
+ font-size: var(--Timeline--font-size);
39985
+ margin-bottom: 0.25rem;
39986
+ }
39987
+
39988
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
39989
+ color: #151a26;
39990
+ font-size: var(--Timeline--font-size);
39991
+ margin-bottom: 0.25rem;
39992
+ }
39993
+
39994
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
39995
+ display: flex;
39996
+ cursor: pointer;
39997
+ align-items: center;
39998
+ font-size: var(--Timeline--font-size);
39999
+ color: #2468f2;
40000
+ margin-bottom: 0.5rem;
40001
+ }
40002
+
40003
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
40004
+ width: 1rem;
40005
+ height: 1rem;
40006
+ }
40007
+
40008
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
40009
+ transform: rotateX(180deg);
40010
+ }
40011
+
40012
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
40013
+ display: block;
40014
+ max-width: 18.75rem;
40015
+ font-size: var(--Timeline--font-size);
40016
+ padding: 0.625rem;
40017
+ box-shadow: 0 0.0625rem 0.625rem 0
40018
+ rgba(0 0 0 / 10%);
40019
+ }
40020
+
40021
+ .amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
40022
+ display: none;
40023
+ }
40024
+
40025
+ .amis-scope .cxd-Timeline-vertical.cxd-Timeline-left .cxd-TimelineItem {
40026
+ flex-direction: row-reverse;
40027
+ }
40028
+
40029
+ .amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
40030
+ flex-direction: row-reverse;
40031
+ max-width: 50%;
40032
+ }
40033
+
40034
+ .amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
40035
+ margin-left: calc(50% - 1.5rem);
40036
+ max-width: calc(50% + 1.5rem);
40037
+ }
40038
+
40039
+ .amis-scope .cxd-Timeline-horizontal {
40040
+ display: flex;
40041
+ flex-flow: row;
40042
+ margin-left: 50%;
40043
+ transform: translateX(-50%);
40044
+ }
40045
+
40046
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem {
40047
+ display: flex;
40048
+ width: -webkit-fill-available;
40049
+ flex-flow: column;
40050
+ }
40051
+
40052
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
40053
+ display: none;
40054
+ }
40055
+
40056
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle {
40057
+ position: relative;
40058
+ flex: 0 0 1.5rem;
40059
+ }
40060
+
40061
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
40062
+ position: absolute;
40063
+ height: 0.125rem;
40064
+ width: calc(100% - 0.8125rem);
40065
+ left: 1.25rem;
40066
+ top: 0.8125rem;
40067
+ background-color: #e6e6e8;
40068
+ }
40069
+
40070
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
40071
+ position: absolute;
40072
+ width: 0.5rem;
40073
+ height: 0.5rem;
40074
+ left: 0.5rem;
40075
+ top: 0.625rem;
40076
+ background: #dadbdd;
40077
+ border-radius: 50%;
40078
+ }
40079
+
40080
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
40081
+ background: #e8684a;
40082
+ }
40083
+
40084
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
40085
+ background: #2468f2;
40086
+ }
40087
+
40088
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
40089
+ background: #0bc286;
40090
+ }
40091
+
40092
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
40093
+ background: #ffb200;
40094
+ }
40095
+
40096
+ .amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
40097
+ position: absolute;
40098
+ width: 1rem;
40099
+ height: 1rem;
40100
+ left: 0.375rem;
40101
+ border-radius: 50%;
38964
40102
  }
38965
40103
 
38966
40104
  /*
@@ -41388,18 +42526,6 @@ readers do not read off random characters that represent icons */
41388
42526
  border: none;
41389
42527
  }
41390
42528
 
41391
- .amis-scope .cxd-DropDown .cxd-DropDown-menu {
41392
- border: none;
41393
- }
41394
-
41395
- .amis-scope .cxd-DropDown .cxd-DropDown-menu > li {
41396
- color: #151a26;
41397
- }
41398
-
41399
- .amis-scope .cxd-DropDown .cxd-DropDown-menu > li.is-disabled {
41400
- color: #b4b6ba;
41401
- }
41402
-
41403
42529
  .amis-scope .cxd-Toast .cxd-Toast-icon {
41404
42530
  margin-right: 0.5rem;
41405
42531
  }