amis 1.3.5-beta.6 → 1.4.2-beta.1

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 (352) hide show
  1. package/README.md +1 -1
  2. package/lib/Schema.d.ts +17 -0
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/Alert.js +3 -1
  5. package/lib/components/Alert.js.map +2 -2
  6. package/lib/components/Badge.d.ts +16 -3
  7. package/lib/components/Badge.js +53 -4
  8. package/lib/components/Badge.js.map +2 -2
  9. package/lib/components/Button.d.ts +24 -22
  10. package/lib/components/Button.js +13 -7
  11. package/lib/components/Button.js.map +2 -2
  12. package/lib/components/Checkbox.d.ts +1 -1
  13. package/lib/components/Checkbox.js +1 -1
  14. package/lib/components/Checkbox.js.map +2 -2
  15. package/lib/components/Collapse.js +1 -1
  16. package/lib/components/Collapse.js.map +2 -2
  17. package/lib/components/DatePicker.js +1 -1
  18. package/lib/components/DatePicker.js.map +2 -2
  19. package/lib/components/DateRangePicker.js +1 -1
  20. package/lib/components/DateRangePicker.js.map +2 -2
  21. package/lib/components/Drawer.js +1 -1
  22. package/lib/components/Drawer.js.map +2 -2
  23. package/lib/components/InputBox.js +1 -1
  24. package/lib/components/InputBox.js.map +2 -2
  25. package/lib/components/Link.d.ts +91 -0
  26. package/lib/components/Link.js +44 -0
  27. package/lib/components/Link.js.map +13 -0
  28. package/lib/components/Modal.js +1 -1
  29. package/lib/components/Modal.js.map +2 -2
  30. package/lib/components/MonthRangePicker.js +1 -1
  31. package/lib/components/MonthRangePicker.js.map +2 -2
  32. package/lib/components/RichText.d.ts +6 -1
  33. package/lib/components/RichText.js +207 -8
  34. package/lib/components/RichText.js.map +2 -2
  35. package/lib/components/Select.d.ts +7 -0
  36. package/lib/components/Select.js +3 -0
  37. package/lib/components/Select.js.map +2 -2
  38. package/lib/components/SparkLine.d.ts +85 -84
  39. package/lib/components/SparkLine.js +2 -2
  40. package/lib/components/SparkLine.js.map +2 -2
  41. package/lib/components/Steps.d.ts +3 -3
  42. package/lib/components/Steps.js.map +1 -1
  43. package/lib/components/Toast.js +2 -2
  44. package/lib/components/Toast.js.map +2 -2
  45. package/lib/components/Tree.js +5 -3
  46. package/lib/components/Tree.js.map +2 -2
  47. package/lib/components/WithRemoteConfig.d.ts +8 -0
  48. package/lib/components/WithRemoteConfig.js +28 -2
  49. package/lib/components/WithRemoteConfig.js.map +2 -2
  50. package/lib/components/calendar/DaysView.js +2 -2
  51. package/lib/components/calendar/DaysView.js.map +2 -2
  52. package/lib/components/condition-builder/Field.js +0 -1
  53. package/lib/components/condition-builder/Field.js.map +2 -2
  54. package/lib/components/condition-builder/Value.js +2 -1
  55. package/lib/components/condition-builder/Value.js.map +2 -2
  56. package/lib/components/condition-builder/types.d.ts +5 -0
  57. package/lib/components/condition-builder/types.js.map +1 -1
  58. package/lib/components/icons.js +14 -0
  59. package/lib/components/icons.js.map +2 -2
  60. package/lib/factory.d.ts +5 -1
  61. package/lib/factory.js +9 -4
  62. package/lib/factory.js.map +2 -2
  63. package/lib/helper.css.map +1 -1
  64. package/lib/icons/clock.js +10 -0
  65. package/lib/icons/loading-outline.js +7 -0
  66. package/lib/icons/status-close.js +11 -0
  67. package/lib/icons/status-fail.js +11 -0
  68. package/lib/icons/status-info.js +10 -0
  69. package/lib/icons/status-success.js +11 -0
  70. package/lib/icons/status-warning.js +10 -0
  71. package/lib/index.js +1 -1
  72. package/lib/locale/de-DE.js +3 -0
  73. package/lib/locale/de-DE.js.map +2 -2
  74. package/lib/locale/en-US.js +4 -1
  75. package/lib/locale/en-US.js.map +2 -2
  76. package/lib/locale/zh-CN.js +5 -2
  77. package/lib/locale/zh-CN.js.map +2 -2
  78. package/lib/renderers/Action.d.ts +16 -1
  79. package/lib/renderers/Action.js +5 -5
  80. package/lib/renderers/Action.js.map +2 -2
  81. package/lib/renderers/CRUD.d.ts +2 -2
  82. package/lib/renderers/CRUD.js +32 -26
  83. package/lib/renderers/CRUD.js.map +2 -2
  84. package/lib/renderers/Collapse.d.ts +1 -1
  85. package/lib/renderers/Collapse.js +7 -3
  86. package/lib/renderers/Collapse.js.map +2 -2
  87. package/lib/renderers/Dialog.d.ts +0 -252
  88. package/lib/renderers/Dialog.js +1 -4
  89. package/lib/renderers/Dialog.js.map +2 -2
  90. package/lib/renderers/Drawer.js +0 -3
  91. package/lib/renderers/Drawer.js.map +2 -2
  92. package/lib/renderers/DropDownButton.d.ts +13 -1
  93. package/lib/renderers/DropDownButton.js +9 -5
  94. package/lib/renderers/DropDownButton.js.map +2 -2
  95. package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
  96. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  97. package/lib/renderers/Form/Checkbox.d.ts +5 -0
  98. package/lib/renderers/Form/Checkbox.js +4 -0
  99. package/lib/renderers/Form/Checkbox.js.map +2 -2
  100. package/lib/renderers/Form/Combo.js +2 -2
  101. package/lib/renderers/Form/Combo.js.map +2 -2
  102. package/lib/renderers/Form/DiffEditor.d.ts +0 -2
  103. package/lib/renderers/Form/Editor.d.ts +0 -2
  104. package/lib/renderers/Form/Editor.js +1 -1
  105. package/lib/renderers/Form/Editor.js.map +2 -2
  106. package/lib/renderers/Form/InputExcel.d.ts +5 -0
  107. package/lib/renderers/Form/InputExcel.js +24 -3
  108. package/lib/renderers/Form/InputExcel.js.map +2 -2
  109. package/lib/renderers/Form/InputFile.js +2 -2
  110. package/lib/renderers/Form/InputFile.js.map +2 -2
  111. package/lib/renderers/Form/InputImage.d.ts +8 -0
  112. package/lib/renderers/Form/InputImage.js +7 -4
  113. package/lib/renderers/Form/InputImage.js.map +2 -2
  114. package/lib/renderers/Form/InputTable.d.ts +23 -5
  115. package/lib/renderers/Form/InputTable.js +32 -3
  116. package/lib/renderers/Form/InputTable.js.map +2 -2
  117. package/lib/renderers/Form/Options.js +6 -3
  118. package/lib/renderers/Form/Options.js.map +2 -2
  119. package/lib/renderers/Form/Picker.js +2 -2
  120. package/lib/renderers/Form/Picker.js.map +2 -2
  121. package/lib/renderers/Form/wrapControl.js +2 -2
  122. package/lib/renderers/Form/wrapControl.js.map +2 -2
  123. package/lib/renderers/IFrame.js +2 -2
  124. package/lib/renderers/IFrame.js.map +2 -2
  125. package/lib/renderers/Image.d.ts +1 -0
  126. package/lib/renderers/Image.js +15 -1
  127. package/lib/renderers/Image.js.map +2 -2
  128. package/lib/renderers/Json.js +5 -1
  129. package/lib/renderers/Json.js.map +2 -2
  130. package/lib/renderers/Link.d.ts +16 -3
  131. package/lib/renderers/Link.js +16 -13
  132. package/lib/renderers/Link.js.map +2 -2
  133. package/lib/renderers/Log.d.ts +2 -2
  134. package/lib/renderers/Log.js +7 -1
  135. package/lib/renderers/Log.js.map +2 -2
  136. package/lib/renderers/Nav.d.ts +81 -25
  137. package/lib/renderers/Nav.js +272 -29
  138. package/lib/renderers/Nav.js.map +2 -2
  139. package/lib/renderers/Page.js +4 -1
  140. package/lib/renderers/Page.js.map +2 -2
  141. package/lib/renderers/Service.d.ts +10 -1
  142. package/lib/renderers/Service.js +85 -3
  143. package/lib/renderers/Service.js.map +2 -2
  144. package/lib/renderers/SparkLine.d.ts +4 -0
  145. package/lib/renderers/SparkLine.js.map +2 -2
  146. package/lib/renderers/Steps.d.ts +4 -4
  147. package/lib/renderers/Steps.js +5 -2
  148. package/lib/renderers/Steps.js.map +2 -2
  149. package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
  150. package/lib/renderers/Table/ColumnToggler.js +216 -0
  151. package/lib/renderers/Table/ColumnToggler.js.map +13 -0
  152. package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
  153. package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
  154. package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
  155. package/lib/renderers/Table/TableBody.d.ts +5 -1
  156. package/lib/renderers/Table/TableBody.js +5 -1
  157. package/lib/renderers/Table/TableBody.js.map +2 -2
  158. package/lib/renderers/Table/TableCell.js +3 -1
  159. package/lib/renderers/Table/TableCell.js.map +2 -2
  160. package/lib/renderers/Table/TableContent.d.ts +1 -1
  161. package/lib/renderers/Table/TableContent.js +4 -0
  162. package/lib/renderers/Table/TableContent.js.map +2 -2
  163. package/lib/renderers/Table/index.d.ts +22 -4
  164. package/lib/renderers/Table/index.js +196 -81
  165. package/lib/renderers/Table/index.js.map +2 -2
  166. package/lib/store/app.d.ts +0 -1
  167. package/lib/store/combo.d.ts +0 -2
  168. package/lib/store/crud.d.ts +3 -3
  169. package/lib/store/crud.js +41 -36
  170. package/lib/store/crud.js.map +2 -2
  171. package/lib/store/form.d.ts +0 -1
  172. package/lib/store/modal.d.ts +1 -1
  173. package/lib/store/modal.js +4 -0
  174. package/lib/store/modal.js.map +2 -2
  175. package/lib/store/root.d.ts +0 -1
  176. package/lib/store/service.d.ts +0 -1
  177. package/lib/store/service.js +0 -13
  178. package/lib/store/service.js.map +2 -2
  179. package/lib/store/table.d.ts +258 -3
  180. package/lib/store/table.js +83 -7
  181. package/lib/store/table.js.map +2 -2
  182. package/lib/themes/ang-ie11.css +941 -98
  183. package/lib/themes/ang.css +941 -98
  184. package/lib/themes/ang.css.map +1 -1
  185. package/lib/themes/antd-ie11.css +941 -98
  186. package/lib/themes/antd.css +941 -98
  187. package/lib/themes/antd.css.map +1 -1
  188. package/lib/themes/cxd-ie11.css +1580 -411
  189. package/lib/themes/cxd.css +1580 -411
  190. package/lib/themes/cxd.css.map +1 -1
  191. package/lib/themes/dark-ie11.css +941 -98
  192. package/lib/themes/dark.css +941 -98
  193. package/lib/themes/dark.css.map +1 -1
  194. package/lib/themes/default.css +1580 -411
  195. package/lib/themes/default.css.map +1 -1
  196. package/lib/utils/api.js +16 -4
  197. package/lib/utils/api.js.map +2 -2
  198. package/lib/utils/attachmentAdpator.d.ts +7 -0
  199. package/lib/utils/attachmentAdpator.js +82 -0
  200. package/lib/utils/attachmentAdpator.js.map +13 -0
  201. package/lib/utils/handleAction.d.ts +7 -0
  202. package/lib/utils/handleAction.js +30 -0
  203. package/lib/utils/handleAction.js.map +13 -0
  204. package/lib/utils/helper.d.ts +1 -1
  205. package/lib/utils/helper.js +3 -3
  206. package/lib/utils/helper.js.map +2 -2
  207. package/lib/utils/tpl-builtin.d.ts +1 -1
  208. package/lib/utils/tpl-builtin.js +25 -15
  209. package/lib/utils/tpl-builtin.js.map +2 -2
  210. package/lib/utils/validations.js +62 -5
  211. package/lib/utils/validations.js.map +2 -2
  212. package/package.json +1 -2
  213. package/schema.json +633 -273
  214. package/scss/_mixins.scss +29 -0
  215. package/scss/_properties.scss +64 -13
  216. package/scss/_utilities.scss +4 -0
  217. package/scss/components/_badge.scss +67 -2
  218. package/scss/components/_button.scss +34 -3
  219. package/scss/components/_collapse.scss +26 -8
  220. package/scss/components/_column-toggler.scss +234 -0
  221. package/scss/components/_dropdown.scss +2 -1
  222. package/scss/components/_image-gallery.scss +1 -1
  223. package/scss/components/_images.scss +2 -1
  224. package/scss/components/_link.scss +6 -0
  225. package/scss/components/_markdown.scss +266 -0
  226. package/scss/components/_nav.scss +236 -154
  227. package/scss/components/_page.scss +5 -4
  228. package/scss/components/_progress.scss +2 -0
  229. package/scss/components/_spinner.scss +6 -2
  230. package/scss/components/_steps.scss +1 -1
  231. package/scss/components/_table.scss +25 -1
  232. package/scss/components/form/_color.scss +1 -0
  233. package/scss/components/form/_date-range.scss +2 -0
  234. package/scss/components/form/_date.scss +2 -0
  235. package/scss/components/form/_fieldset.scss +1 -2
  236. package/scss/components/form/_file.scss +5 -4
  237. package/scss/components/form/_group.scss +4 -0
  238. package/scss/components/form/_image.scss +7 -2
  239. package/scss/components/form/_list.scss +1 -0
  240. package/scss/components/form/_location.scss +1 -1
  241. package/scss/components/form/_text.scss +13 -0
  242. package/scss/components/form/_textarea.scss +10 -0
  243. package/scss/components/form/_transfer.scss +2 -0
  244. package/scss/themes/_common.scss +3 -0
  245. package/scss/themes/_cxd-colors.scss +56 -0
  246. package/scss/themes/_cxd-variables.scss +217 -92
  247. package/scss/themes/cxd.scss +366 -0
  248. package/sdk/ang-ie11.css +1192 -176
  249. package/sdk/ang.css +1175 -118
  250. package/sdk/antd-ie11.css +1177 -163
  251. package/sdk/antd.css +1175 -118
  252. package/sdk/charts.js +13 -13
  253. package/sdk/color-picker.js +67 -67
  254. package/sdk/cropperjs.js +2 -2
  255. package/sdk/cxd-ie11.css +2538 -1222
  256. package/sdk/cxd.css +1825 -401
  257. package/sdk/dark-ie11.css +1192 -176
  258. package/sdk/dark.css +1175 -118
  259. package/sdk/exceljs.js +1 -1
  260. package/sdk/helper.css.map +1 -1
  261. package/sdk/ie11-patch.css +1 -0
  262. package/sdk/locale/de-DE.js +3 -0
  263. package/sdk/markdown.js +69 -69
  264. package/sdk/papaparse.js +1 -1
  265. package/sdk/renderers/Form/CityDB.js +1 -1
  266. package/sdk/rest.js +22 -24
  267. package/sdk/rich-text.js +62 -64
  268. package/sdk/sdk-ie11.css +2538 -1222
  269. package/sdk/sdk.css +1825 -401
  270. package/sdk/sdk.js +1139 -1113
  271. package/sdk/thirds/hls.js/hls.js +1 -1
  272. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  273. package/sdk/tinymce.js +57 -57
  274. package/src/Schema.ts +18 -0
  275. package/src/components/Alert.tsx +3 -1
  276. package/src/components/Badge.tsx +124 -21
  277. package/src/components/Button.tsx +23 -7
  278. package/src/components/Checkbox.tsx +5 -2
  279. package/src/components/Collapse.tsx +14 -9
  280. package/src/components/DatePicker.tsx +1 -1
  281. package/src/components/DateRangePicker.tsx +23 -11
  282. package/src/components/Drawer.tsx +3 -2
  283. package/src/components/InputBox.tsx +1 -1
  284. package/src/components/Link.tsx +94 -0
  285. package/src/components/Modal.tsx +3 -2
  286. package/src/components/MonthRangePicker.tsx +10 -2
  287. package/src/components/RichText.tsx +244 -3
  288. package/src/components/Select.tsx +4 -0
  289. package/src/components/SparkLine.tsx +4 -1
  290. package/src/components/Steps.tsx +3 -3
  291. package/src/components/Toast.tsx +5 -5
  292. package/src/components/Tree.tsx +6 -8
  293. package/src/components/WithRemoteConfig.tsx +37 -2
  294. package/src/components/calendar/DaysView.tsx +2 -2
  295. package/src/components/condition-builder/Field.tsx +1 -2
  296. package/src/components/condition-builder/Value.tsx +3 -0
  297. package/src/components/condition-builder/types.ts +6 -0
  298. package/src/components/icons.tsx +15 -0
  299. package/src/factory.tsx +13 -3
  300. package/src/icons/clock.svg +1 -0
  301. package/src/icons/loading-outline.svg +4 -0
  302. package/src/icons/status-close.svg +10 -0
  303. package/src/icons/status-fail.svg +10 -0
  304. package/src/icons/status-info.svg +8 -0
  305. package/src/icons/status-success.svg +10 -0
  306. package/src/icons/status-warning.svg +8 -0
  307. package/src/locale/de-DE.ts +3 -0
  308. package/src/locale/en-US.ts +4 -1
  309. package/src/locale/zh-CN.ts +5 -2
  310. package/src/renderers/Action.tsx +71 -13
  311. package/src/renderers/CRUD.tsx +44 -59
  312. package/src/renderers/Collapse.tsx +6 -2
  313. package/src/renderers/Dialog.tsx +1 -5
  314. package/src/renderers/Drawer.tsx +0 -4
  315. package/src/renderers/DropDownButton.tsx +34 -12
  316. package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
  317. package/src/renderers/Form/Checkbox.tsx +8 -0
  318. package/src/renderers/Form/Combo.tsx +2 -3
  319. package/src/renderers/Form/Editor.tsx +19 -20
  320. package/src/renderers/Form/InputExcel.tsx +28 -3
  321. package/src/renderers/Form/InputFile.tsx +2 -1
  322. package/src/renderers/Form/InputImage.tsx +28 -10
  323. package/src/renderers/Form/InputTable.tsx +88 -9
  324. package/src/renderers/Form/Options.tsx +16 -5
  325. package/src/renderers/Form/Picker.tsx +3 -2
  326. package/src/renderers/Form/wrapControl.tsx +2 -2
  327. package/src/renderers/IFrame.tsx +2 -1
  328. package/src/renderers/Image.tsx +10 -0
  329. package/src/renderers/Json.tsx +10 -1
  330. package/src/renderers/Link.tsx +36 -11
  331. package/src/renderers/Log.tsx +16 -3
  332. package/src/renderers/Nav.tsx +340 -56
  333. package/src/renderers/Page.tsx +3 -1
  334. package/src/renderers/Service.tsx +101 -3
  335. package/src/renderers/SparkLine.tsx +5 -0
  336. package/src/renderers/Steps.tsx +12 -9
  337. package/src/renderers/Table/ColumnToggler.tsx +544 -0
  338. package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
  339. package/src/renderers/Table/TableBody.tsx +3 -2
  340. package/src/renderers/Table/TableCell.tsx +16 -1
  341. package/src/renderers/Table/TableContent.tsx +3 -1
  342. package/src/renderers/Table/index.tsx +240 -60
  343. package/src/store/crud.ts +34 -38
  344. package/src/store/modal.ts +4 -0
  345. package/src/store/service.ts +0 -19
  346. package/src/store/table.ts +103 -4
  347. package/src/utils/api.ts +24 -4
  348. package/src/utils/attachmentAdpator.ts +90 -0
  349. package/src/utils/handleAction.ts +41 -0
  350. package/src/utils/helper.ts +4 -3
  351. package/src/utils/tpl-builtin.ts +48 -17
  352. package/src/utils/validations.ts +80 -12
package/sdk/antd-ie11.css CHANGED
@@ -19745,7 +19745,7 @@ readers do not read off random characters that represent icons */
19745
19745
 
19746
19746
  @media (max-width: 767px) {
19747
19747
  .amis-scope .antd-Layout-content {
19748
- transition: transform 0.2s ease;
19748
+ transition: transform 0s ease;
19749
19749
  }
19750
19750
 
19751
19751
  .amis-scope .antd-Layout-aside {
@@ -19772,7 +19772,7 @@ readers do not read off random characters that represent icons */
19772
19772
  .amis-scope .antd-Layout--offScreen .antd-Layout-body,
19773
19773
  .amis-scope .antd-Layout--offScreen .antd-Layout-footer {
19774
19774
  background: #f0f2f5;
19775
- transition: transform 0.2s ease;
19775
+ transition: transform 0s ease;
19776
19776
  backface-visibility: hidden;
19777
19777
  transform: translate3d(75%, 0px, 0px);
19778
19778
  overflow: hidden;
@@ -19818,7 +19818,7 @@ readers do not read off random characters that represent icons */
19818
19818
  .amis-scope .antd-Layout-brandBar,
19819
19819
  .amis-scope .antd-Layout-aside {
19820
19820
  width: 12.5rem;
19821
- transition: width 0.2s ease;
19821
+ transition: width 0s ease;
19822
19822
  }
19823
19823
 
19824
19824
  .amis-scope .antd-Layout-brandBar {
@@ -19840,7 +19840,7 @@ readers do not read off random characters that represent icons */
19840
19840
  .amis-scope .antd-Layout--withAside .antd-Layout-headerBar,
19841
19841
  .amis-scope .antd-Layout--withAside .antd-Layout-footer {
19842
19842
  margin-left: 12.5rem;
19843
- transition: margin 0.2s ease;
19843
+ transition: margin 0s ease;
19844
19844
  }
19845
19845
 
19846
19846
  .amis-scope .antd-Layout .visible-folded {
@@ -20603,7 +20603,7 @@ readers do not read off random characters that represent icons */
20603
20603
  content: "";
20604
20604
  display: inline-block;
20605
20605
  transform-origin: center;
20606
- transition: transform 0.2s ease;
20606
+ transition: transform 0s ease;
20607
20607
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
20608
20608
  width: 0.625rem;
20609
20609
  height: 0.625rem;
@@ -20621,7 +20621,7 @@ readers do not read off random characters that represent icons */
20621
20621
  width: 0.625rem;
20622
20622
  height: 0.625rem;
20623
20623
  transform-origin: center;
20624
- transition: transform 0.2s ease;
20624
+ transition: transform 0s ease;
20625
20625
  }
20626
20626
 
20627
20627
  .amis-scope .antd-AsideNav-item.is-open > a > .antd-AsideNav-itemArrow > svg {
@@ -20669,7 +20669,7 @@ readers do not read off random characters that represent icons */
20669
20669
  height: 0;
20670
20670
  overflow: hidden;
20671
20671
  margin-left: calc(1rem * -1);
20672
- transition: all 0.2s ease-in-out 0s;
20672
+ transition: all 0s ease-in-out 0s;
20673
20673
  background: #000c17;
20674
20674
  }
20675
20675
 
@@ -20702,7 +20702,7 @@ readers do not read off random characters that represent icons */
20702
20702
  font-size: 0.875rem;
20703
20703
  padding: calc( ( 2.5rem - 1.57 * 0.875rem ) / 2 ) 0.75rem;
20704
20704
  position: relative;
20705
- transition: background-color 0.2s ease-in-out 0s;
20705
+ transition: background-color 0s ease-in-out 0s;
20706
20706
  color: #b4b6bd;
20707
20707
  text-decoration: none;
20708
20708
  user-select: none;
@@ -20789,7 +20789,7 @@ readers do not read off random characters that represent icons */
20789
20789
  color: #fff;
20790
20790
  padding: 0.125rem 0.625rem;
20791
20791
  opacity: 0;
20792
- transition: all 0.2s ease-in-out;
20792
+ transition: all 0s ease-in-out;
20793
20793
  }
20794
20794
 
20795
20795
  .amis-scope .antd-AsideNav-divider {
@@ -21105,6 +21105,17 @@ readers do not read off random characters that represent icons */
21105
21105
  margin-left: 0.75rem;
21106
21106
  }
21107
21107
 
21108
+ .amis-scope .antd-Button .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21109
+ .amis-scope .antd-Button > svg.icon:not(:last-child):not(.pull-right),
21110
+ .amis-scope .antd-Button > .pull-left {
21111
+ margin-right: 0.75rem;
21112
+ }
21113
+
21114
+ .amis-scope .antd-Button .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21115
+ .amis-scope .antd-Button > .pull-right {
21116
+ margin-left: 0.75rem;
21117
+ }
21118
+
21108
21119
  .amis-scope .antd-Button img.antd-Button-icon {
21109
21120
  height: 0.875rem;
21110
21121
  vertical-align: middle;
@@ -21122,16 +21133,24 @@ readers do not read off random characters that represent icons */
21122
21133
 
21123
21134
  .amis-scope .antd-Button.is-disabled,
21124
21135
  .amis-scope .antd-Button:disabled {
21125
- opacity: 0.65;
21126
21136
  filter: grayscale(100%);
21127
21137
  box-shadow: none;
21128
21138
  cursor: not-allowed;
21139
+ color: #999;
21140
+ pointer-events: auto;
21141
+ border: 0.0625rem solid #d9d9d9;
21142
+ background: #f2f3f3;
21129
21143
  }
21130
21144
 
21131
21145
  .amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
21132
21146
  cursor: pointer;
21133
21147
  }
21134
21148
 
21149
+ .amis-scope .antd-Button.cxd-Button--link.is-disabled {
21150
+ background: transparent;
21151
+ border: none;
21152
+ }
21153
+
21135
21154
  .amis-scope .antd-Button > .pull-left,
21136
21155
  .amis-scope .antd-Button > .pull-right {
21137
21156
  line-height: inherit;
@@ -21162,6 +21181,12 @@ readers do not read off random characters that represent icons */
21162
21181
  border-color: #40a9ff;
21163
21182
  }
21164
21183
 
21184
+ .amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
21185
+ color: #fff;
21186
+ background: #1c53c1;
21187
+ border-color: #1c53c1;
21188
+ }
21189
+
21165
21190
  .amis-scope .antd-Button--primary:hover:focus {
21166
21191
  box-shadow: none;
21167
21192
  }
@@ -21180,6 +21205,12 @@ readers do not read off random characters that represent icons */
21180
21205
  border-color: #545b62;
21181
21206
  }
21182
21207
 
21208
+ .amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
21209
+ color: #fff;
21210
+ background: #545b62;
21211
+ border-color: #4e555b;
21212
+ }
21213
+
21183
21214
  .amis-scope .antd-Button--secondary:hover:focus {
21184
21215
  box-shadow: none;
21185
21216
  }
@@ -21198,10 +21229,40 @@ readers do not read off random characters that represent icons */
21198
21229
  border-color: #3f9714;
21199
21230
  }
21200
21231
 
21232
+ .amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover:active {
21233
+ color: #fff;
21234
+ background: #3f9714;
21235
+ border-color: #3a8c13;
21236
+ }
21237
+
21201
21238
  .amis-scope .antd-Button--success:hover:focus {
21202
21239
  box-shadow: none;
21203
21240
  }
21204
21241
 
21242
+ .amis-scope .antd-Button--enhance {
21243
+ color: #1890ff;
21244
+ background: var(--Button--enhance-bg);
21245
+ border-color: #1890ff;
21246
+ box-shadow: none;
21247
+ text-shadow: none;
21248
+ }
21249
+
21250
+ .amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover {
21251
+ color: #4f86f4;
21252
+ background: #fff;
21253
+ border-color: #4f86f4;
21254
+ }
21255
+
21256
+ .amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
21257
+ color: #1c53c1;
21258
+ background: #fff;
21259
+ border-color: #1c53c1;
21260
+ }
21261
+
21262
+ .amis-scope .antd-Button--enhance:hover:focus {
21263
+ box-shadow: none;
21264
+ }
21265
+
21205
21266
  .amis-scope .antd-Button--info {
21206
21267
  color: #fff;
21207
21268
  background: #1890ff;
@@ -21216,6 +21277,12 @@ readers do not read off random characters that represent icons */
21216
21277
  border-color: #0076e4;
21217
21278
  }
21218
21279
 
21280
+ .amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover:active {
21281
+ color: #fff;
21282
+ background: #0076e4;
21283
+ border-color: #0070d7;
21284
+ }
21285
+
21219
21286
  .amis-scope .antd-Button--info:hover:focus {
21220
21287
  box-shadow: none;
21221
21288
  }
@@ -21234,6 +21301,12 @@ readers do not read off random characters that represent icons */
21234
21301
  border-color: #d69005;
21235
21302
  }
21236
21303
 
21304
+ .amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
21305
+ color: #fff;
21306
+ background: #d69005;
21307
+ border-color: #ca8804;
21308
+ }
21309
+
21237
21310
  .amis-scope .antd-Button--warning:hover:focus {
21238
21311
  box-shadow: none;
21239
21312
  }
@@ -21252,6 +21325,12 @@ readers do not read off random characters that represent icons */
21252
21325
  border-color: #ff1a1d;
21253
21326
  }
21254
21327
 
21328
+ .amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
21329
+ color: #fff;
21330
+ background: #ff1a1d;
21331
+ border-color: #ff0d10;
21332
+ }
21333
+
21255
21334
  .amis-scope .antd-Button--danger:hover:focus {
21256
21335
  box-shadow: none;
21257
21336
  }
@@ -21270,6 +21349,12 @@ readers do not read off random characters that represent icons */
21270
21349
  border-color: silver;
21271
21350
  }
21272
21351
 
21352
+ .amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover:active {
21353
+ color: rgba(0, 0, 0, 0.85);
21354
+ background: silver;
21355
+ border-color: #b9b9b9;
21356
+ }
21357
+
21273
21358
  .amis-scope .antd-Button--light:hover:focus {
21274
21359
  box-shadow: none;
21275
21360
  }
@@ -21288,6 +21373,12 @@ readers do not read off random characters that represent icons */
21288
21373
  border-color: #1d2124;
21289
21374
  }
21290
21375
 
21376
+ .amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
21377
+ color: #fff;
21378
+ background: #1d2124;
21379
+ border-color: #171a1d;
21380
+ }
21381
+
21291
21382
  .amis-scope .antd-Button--dark:hover:focus {
21292
21383
  box-shadow: none;
21293
21384
  }
@@ -21306,6 +21397,12 @@ readers do not read off random characters that represent icons */
21306
21397
  border-color: #40a9ff;
21307
21398
  }
21308
21399
 
21400
+ .amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover:active {
21401
+ color: #096dd9;
21402
+ background: #fff;
21403
+ border-color: #096dd9;
21404
+ }
21405
+
21309
21406
  .amis-scope .antd-Button--default:hover:focus {
21310
21407
  box-shadow: none;
21311
21408
  }
@@ -21334,6 +21431,17 @@ readers do not read off random characters that represent icons */
21334
21431
  margin-left: 0.25rem;
21335
21432
  }
21336
21433
 
21434
+ .amis-scope .antd-Button--xs .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21435
+ .amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
21436
+ .amis-scope .antd-Button--xs > .pull-left {
21437
+ margin-right: 0.25rem;
21438
+ }
21439
+
21440
+ .amis-scope .antd-Button--xs .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21441
+ .amis-scope .antd-Button--xs > .pull-right {
21442
+ margin-left: 0.25rem;
21443
+ }
21444
+
21337
21445
  .amis-scope .antd-Button--xs img.antd-Button-icon {
21338
21446
  height: 0.875rem;
21339
21447
  vertical-align: middle;
@@ -21367,6 +21475,17 @@ readers do not read off random characters that represent icons */
21367
21475
  margin-left: 0.5rem;
21368
21476
  }
21369
21477
 
21478
+ .amis-scope .antd-Button--sm .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21479
+ .amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
21480
+ .amis-scope .antd-Button--sm > .pull-left {
21481
+ margin-right: 0.5rem;
21482
+ }
21483
+
21484
+ .amis-scope .antd-Button--sm .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21485
+ .amis-scope .antd-Button--sm > .pull-right {
21486
+ margin-left: 0.5rem;
21487
+ }
21488
+
21370
21489
  .amis-scope .antd-Button--sm img.antd-Button-icon {
21371
21490
  height: 0.875rem;
21372
21491
  vertical-align: middle;
@@ -21400,6 +21519,17 @@ readers do not read off random characters that represent icons */
21400
21519
  margin-left: 0.75rem;
21401
21520
  }
21402
21521
 
21522
+ .amis-scope .antd-Button--md .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21523
+ .amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
21524
+ .amis-scope .antd-Button--md > .pull-left {
21525
+ margin-right: 0.75rem;
21526
+ }
21527
+
21528
+ .amis-scope .antd-Button--md .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21529
+ .amis-scope .antd-Button--md > .pull-right {
21530
+ margin-left: 0.75rem;
21531
+ }
21532
+
21403
21533
  .amis-scope .antd-Button--md img.antd-Button-icon {
21404
21534
  height: 0.875rem;
21405
21535
  vertical-align: middle;
@@ -21433,6 +21563,17 @@ readers do not read off random characters that represent icons */
21433
21563
  margin-left: 1rem;
21434
21564
  }
21435
21565
 
21566
+ .amis-scope .antd-Button--lg .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
21567
+ .amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
21568
+ .amis-scope .antd-Button--lg > .pull-left {
21569
+ margin-right: 1rem;
21570
+ }
21571
+
21572
+ .amis-scope .antd-Button--lg .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
21573
+ .amis-scope .antd-Button--lg > .pull-right {
21574
+ margin-left: 1rem;
21575
+ }
21576
+
21436
21577
  .amis-scope .antd-Button--lg img.antd-Button-icon {
21437
21578
  height: 0.875rem;
21438
21579
  vertical-align: middle;
@@ -21461,6 +21602,14 @@ readers do not read off random characters that represent icons */
21461
21602
  line-height: 1;
21462
21603
  }
21463
21604
 
21605
+ .amis-scope .antd-Button--loading {
21606
+ transition: --Button-transition;
21607
+ }
21608
+
21609
+ .amis-scope .antd-Button--loading svg {
21610
+ animation: spin 1s infinite linear;
21611
+ }
21612
+
21464
21613
  .amis-scope .antd-Button--link {
21465
21614
  width: auto;
21466
21615
  min-width: auto;
@@ -21472,8 +21621,12 @@ readers do not read off random characters that represent icons */
21472
21621
  }
21473
21622
 
21474
21623
  .amis-scope .antd-Button--link:hover:focus {
21475
- color: #333;
21476
- text-decoration: none;
21624
+ color: #4f86f4;
21625
+ box-shadow: none;
21626
+ }
21627
+
21628
+ .amis-scope .antd-Button--link:hover:active {
21629
+ color: #1c53c1;
21477
21630
  box-shadow: none;
21478
21631
  }
21479
21632
 
@@ -21481,7 +21634,7 @@ readers do not read off random characters that represent icons */
21481
21634
  .amis-scope .antd-Button--link.is-disabled {
21482
21635
  color: #999;
21483
21636
  pointer-events: none;
21484
- background: transparent;
21637
+ background: #f2f3f3;
21485
21638
  }
21486
21639
 
21487
21640
  .amis-scope .antd-Button--block {
@@ -21560,7 +21713,8 @@ readers do not read off random characters that represent icons */
21560
21713
  }
21561
21714
 
21562
21715
  .amis-scope .antd-Badge-text,
21563
- .amis-scope .antd-Badge-dot {
21716
+ .amis-scope .antd-Badge-dot,
21717
+ .amis-scope .antd-Badge-ribbon {
21564
21718
  background: #ff4d4f;
21565
21719
  position: absolute;
21566
21720
  top: 0;
@@ -21569,7 +21723,6 @@ readers do not read off random characters that represent icons */
21569
21723
  transform-origin: 100% 0;
21570
21724
  z-index: auto;
21571
21725
  border-radius: calc(1rem / 2);
21572
- box-shadow: 0 0 0 1px #fff;
21573
21726
  }
21574
21727
 
21575
21728
  .amis-scope .antd-Badge--top-left {
@@ -21595,6 +21748,22 @@ readers do not read off random characters that represent icons */
21595
21748
  transform: translate(50%, 50%);
21596
21749
  }
21597
21750
 
21751
+ .amis-scope .antd-Badge--danger {
21752
+ background: #ff4d4f;
21753
+ }
21754
+
21755
+ .amis-scope .antd-Badge--info {
21756
+ background: #1890ff;
21757
+ }
21758
+
21759
+ .amis-scope .antd-Badge--success {
21760
+ background: #52c41a;
21761
+ }
21762
+
21763
+ .amis-scope .antd-Badge--warning {
21764
+ background: #faad14;
21765
+ }
21766
+
21598
21767
  .amis-scope .antd-Badge-text {
21599
21768
  color: #fff;
21600
21769
  height: 1rem;
@@ -21611,6 +21780,56 @@ readers do not read off random characters that represent icons */
21611
21780
  border-radius: 50%;
21612
21781
  }
21613
21782
 
21783
+ .amis-scope .antd-Badge-ribbon-out {
21784
+ overflow: hidden;
21785
+ position: absolute;
21786
+ top: 0;
21787
+ bottom: 0;
21788
+ right: 0;
21789
+ }
21790
+
21791
+ .amis-scope .antd-Badge-ribbon {
21792
+ color: #fff;
21793
+ height: 1rem;
21794
+ line-height: 1rem;
21795
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
21796
+ transform-origin: 50% 0;
21797
+ border-radius: 0;
21798
+ text-align: center;
21799
+ width: 62.5rem;
21800
+ top: 5px;
21801
+ }
21802
+
21803
+ .amis-scope .antd-Badge-ribbon-out--top-left,
21804
+ .amis-scope .antd-Badge-ribbon-out--bottom-left {
21805
+ left: 0;
21806
+ right: auto;
21807
+ }
21808
+
21809
+ .amis-scope .antd-Badge-ribbon--top-left {
21810
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
21811
+ left: 0;
21812
+ right: auto;
21813
+ }
21814
+
21815
+ .amis-scope .antd-Badge-ribbon--bottom-left {
21816
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
21817
+ transform-origin: 50% 100%;
21818
+ left: 0;
21819
+ right: auto;
21820
+ bottom: 5px;
21821
+ top: auto;
21822
+ }
21823
+
21824
+ .amis-scope .antd-Badge-ribbon--bottom-right {
21825
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
21826
+ transform-origin: 50% 100%;
21827
+ left: auto;
21828
+ right: 0;
21829
+ bottom: 5px;
21830
+ top: auto;
21831
+ }
21832
+
21614
21833
  @keyframes badgeDotAnimation {
21615
21834
  0% {
21616
21835
  transform: scale(0.8);
@@ -21677,7 +21896,7 @@ readers do not read off random characters that represent icons */
21677
21896
 
21678
21897
  .amis-scope .antd-Modal-content.in,
21679
21898
  .amis-scope .antd-Modal-content.out {
21680
- animation-duration: 0.2s;
21899
+ animation-duration: 0s;
21681
21900
  animation-fill-mode: both;
21682
21901
  }
21683
21902
 
@@ -21690,7 +21909,7 @@ readers do not read off random characters that represent icons */
21690
21909
  }
21691
21910
 
21692
21911
  .amis-scope .antd-Modal-overlay {
21693
- transition: ease-in-out opacity 0.2s;
21912
+ transition: ease-in-out opacity 0s;
21694
21913
  position: fixed;
21695
21914
  top: 0;
21696
21915
  right: 0;
@@ -21914,11 +22133,11 @@ readers do not read off random characters that represent icons */
21914
22133
  z-index: 2;
21915
22134
  border: 0.0625rem solid #eceff8;
21916
22135
  border-radius: 0;
21917
- transition: transform ease-in-out 0.2s;
22136
+ transition: transform ease-in-out 0s;
21918
22137
  }
21919
22138
 
21920
22139
  .amis-scope .antd-Drawer-overlay {
21921
- transition: ease-out opacity 0.2s;
22140
+ transition: ease-out opacity 0s;
21922
22141
  position: fixed;
21923
22142
  top: 0;
21924
22143
  right: 0;
@@ -22426,7 +22645,7 @@ readers do not read off random characters that represent icons */
22426
22645
  color: #fff;
22427
22646
  padding: 0.125rem 0.625rem;
22428
22647
  display: none;
22429
- animation-duration: 0.2s;
22648
+ animation-duration: 0s;
22430
22649
  animation-fill-mode: both;
22431
22650
  }
22432
22651
 
@@ -22605,7 +22824,7 @@ readers do not read off random characters that represent icons */
22605
22824
  .amis-scope .antd-Toast.in,
22606
22825
  .amis-scope .antd-Toast.out {
22607
22826
  animation-fill-mode: both;
22608
- animation-duration: 0.2s;
22827
+ animation-duration: 0s;
22609
22828
  opacity: 1;
22610
22829
  }
22611
22830
 
@@ -22848,6 +23067,17 @@ readers do not read off random characters that represent icons */
22848
23067
  margin-left: 0.5rem;
22849
23068
  }
22850
23069
 
23070
+ .amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
23071
+ .amis-scope .antd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
23072
+ .amis-scope .antd-ArrayInput-addBtn > .pull-left {
23073
+ margin-right: 0.5rem;
23074
+ }
23075
+
23076
+ .amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
23077
+ .amis-scope .antd-ArrayInput-addBtn > .pull-right {
23078
+ margin-left: 0.5rem;
23079
+ }
23080
+
22851
23081
  .amis-scope .antd-ArrayInput-addBtn img.antd-Button-icon {
22852
23082
  height: 0.875rem;
22853
23083
  vertical-align: middle;
@@ -22859,6 +23089,12 @@ readers do not read off random characters that represent icons */
22859
23089
  border-color: #b4bbc5;
22860
23090
  }
22861
23091
 
23092
+ .amis-scope .antd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
23093
+ color: #fff;
23094
+ background: #0076e4;
23095
+ border-color: #adb4bf;
23096
+ }
23097
+
22862
23098
  .amis-scope .antd-ArrayInput-addBtn:hover:focus {
22863
23099
  box-shadow: none;
22864
23100
  }
@@ -23080,7 +23316,7 @@ readers do not read off random characters that represent icons */
23080
23316
  display: none;
23081
23317
  padding: 0.75rem;
23082
23318
  opacity: 0;
23083
- transition: opacity 0.2s linear;
23319
+ transition: opacity 0s linear;
23084
23320
  }
23085
23321
 
23086
23322
  .amis-scope .antd-Tabs-pane.is-active {
@@ -23443,6 +23679,10 @@ readers do not read off random characters that represent icons */
23443
23679
  }
23444
23680
 
23445
23681
  .amis-scope .antd-Nav {
23682
+ position: relative;
23683
+ }
23684
+
23685
+ .amis-scope .antd-Nav .antd-Nav-list {
23446
23686
  list-style: none;
23447
23687
  user-select: none;
23448
23688
  margin: 0;
@@ -23450,25 +23690,26 @@ readers do not read off random characters that represent icons */
23450
23690
  position: relative;
23451
23691
  }
23452
23692
 
23453
- .amis-scope .antd-Nav .antd-Nav-itemIcon {
23693
+ .amis-scope .antd-Nav .antd-Nav-list .antd-Nav-itemIcon {
23454
23694
  margin-right: 0.5rem;
23455
23695
  }
23456
23696
 
23457
- .amis-scope .antd-Nav img.antd-Nav-itemIcon {
23697
+ .amis-scope .antd-Nav .antd-Nav-list img.antd-Nav-itemIcon {
23458
23698
  height: 0.875rem;
23459
23699
  vertical-align: middle;
23460
23700
  }
23461
23701
 
23462
- .amis-scope .antd-Nav--tabs {
23702
+ .amis-scope .antd-Nav .antd-Nav-list--tabs {
23463
23703
  border-bottom: 0.0625rem solid #eceff8;
23464
23704
  }
23465
23705
 
23466
- .amis-scope .antd-Nav--tabs .antd-Nav-item {
23706
+ .amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item {
23467
23707
  margin-bottom: calc(0.0625rem * -1);
23468
23708
  display: inline-block;
23709
+ position: relative;
23469
23710
  }
23470
23711
 
23471
- .amis-scope .antd-Nav--tabs .antd-Nav-item > a {
23712
+ .amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a {
23472
23713
  font-size: 0.875rem;
23473
23714
  display: block;
23474
23715
  outline: none;
@@ -23478,142 +23719,267 @@ readers do not read off random characters that represent icons */
23478
23719
  color: rgba(0, 0, 0, 0.85);
23479
23720
  text-decoration: none;
23480
23721
  margin-right: 0.125rem;
23481
- padding: 0.5rem 0.75rem;
23722
+ padding: 0.5rem 1.5rem;
23482
23723
  cursor: pointer;
23483
23724
  }
23484
23725
 
23485
- .amis-scope .antd-Nav--tabs .antd-Nav-item:hover > a,
23486
- .amis-scope .antd-Nav--tabs .antd-Nav-item > a:focus {
23726
+ .amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item:hover > a,
23727
+ .amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a:focus {
23487
23728
  border-color: #e5e7eb;
23488
23729
  text-decoration: none;
23489
23730
  }
23490
23731
 
23491
- .amis-scope .antd-Nav--tabs .antd-Nav-item.disabled > a,
23492
- .amis-scope .antd-Nav--tabs .antd-Nav-item.is-disabled > a {
23732
+ .amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.disabled > a,
23733
+ .amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-disabled > a {
23493
23734
  color: #4b5563;
23494
23735
  background: transparent;
23495
23736
  border-color: transparent;
23496
23737
  pointer-events: none;
23497
23738
  }
23498
23739
 
23499
- .amis-scope .antd-Nav--tabs .antd-Nav-item.active > a,
23500
- .amis-scope .antd-Nav--tabs .antd-Nav-item.is-active > a {
23740
+ .amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.active > a,
23741
+ .amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-active > a {
23501
23742
  color: #374151;
23502
23743
  background: #fff;
23503
23744
  border-color: #eceff8;
23504
23745
  border-bottom-color: #fff;
23505
23746
  }
23506
23747
 
23507
- .amis-scope .antd-Nav--stacked {
23748
+ .amis-scope .antd-Nav .antd-Nav-list--stacked {
23508
23749
  min-height: 3.125rem;
23509
23750
  }
23510
23751
 
23511
- .amis-scope .antd-Nav--stacked .antd-Nav-item {
23752
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item,
23753
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge {
23512
23754
  position: relative;
23755
+ display: flex;
23756
+ flex-wrap: wrap;
23757
+ align-items: stretch;
23758
+ width: 100%;
23513
23759
  }
23514
23760
 
23515
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a {
23516
- display: block;
23761
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager,
23762
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager {
23763
+ cursor: move;
23764
+ position: absolute;
23765
+ left: 0;
23766
+ top: 0.6875rem;
23767
+ display: none;
23768
+ }
23769
+
23770
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
23771
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon,
23772
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon,
23773
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon {
23774
+ color: inherit;
23775
+ }
23776
+
23777
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon:hover,
23778
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon:hover,
23779
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon:hover,
23780
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon:hover {
23781
+ color: #1890ff;
23782
+ }
23783
+
23784
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
23785
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager svg {
23786
+ width: 1rem;
23787
+ height: 1rem;
23788
+ }
23789
+
23790
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
23791
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText {
23792
+ position: absolute;
23793
+ top: 0;
23794
+ bottom: 0;
23795
+ width: 2.1875rem;
23796
+ overflow: hidden;
23797
+ }
23798
+
23799
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
23800
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
23801
+ position: absolute;
23802
+ top: 0.125rem;
23803
+ left: -0.8125rem;
23804
+ transform: rotate(-45deg);
23805
+ width: 3.125rem;
23806
+ font-size: 12px;
23807
+ text-align: center;
23808
+ color: #fff;
23809
+ background: #52c41a;
23810
+ }
23811
+
23812
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-atcions,
23813
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-atcions {
23814
+ display: flex;
23815
+ align-items: center;
23816
+ }
23817
+
23818
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a,
23819
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a,
23820
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a,
23821
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a {
23822
+ display: flex;
23823
+ align-items: center;
23517
23824
  outline: none;
23518
23825
  color: rgba(0, 0, 0, 0.85);
23519
23826
  text-decoration: none;
23520
- padding: 0.5rem 0.75rem;
23827
+ padding: 0.5rem 0.5rem;
23521
23828
  cursor: pointer;
23522
23829
  background: transparent;
23523
23830
  border-radius: 0;
23524
23831
  text-overflow: ellipsis;
23832
+ flex: 1;
23525
23833
  }
23526
23834
 
23527
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a::after {
23528
- border-left: 0;
23529
- position: absolute;
23530
- left: 0;
23531
- top: 0;
23532
- content: "";
23533
- width: 1px;
23534
- height: 100%;
23535
- transform: scaleY(0.0001);
23536
- transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
23537
- }
23538
-
23539
- .amis-scope .antd-Nav--stacked .antd-Nav-item.has-sub > a {
23540
- padding-right: calc(0.75rem + 0.5rem);
23541
- }
23542
-
23543
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover,
23544
- .amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus {
23835
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover,
23836
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus,
23837
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
23838
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
23839
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover,
23840
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus,
23841
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
23842
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
23843
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover,
23844
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus,
23845
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
23846
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
23847
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover,
23848
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus,
23849
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
23850
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
23545
23851
  border-color: #333;
23546
23852
  text-decoration: none;
23547
23853
  background: rgba(0, 0, 0, 0.05);
23854
+ z-index: 9999;
23548
23855
  }
23549
23856
 
23550
- .amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > a,
23551
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > a {
23857
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
23858
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
23859
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
23860
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
23861
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
23862
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
23863
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
23864
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
23865
+ display: block;
23866
+ }
23867
+
23868
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > a,
23869
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > a,
23870
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > .antd-Badge > a,
23871
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
23872
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > a,
23873
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > a,
23874
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > .antd-Badge > a,
23875
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > .antd-Badge > a {
23552
23876
  color: #999;
23553
23877
  background: transparent;
23554
23878
  pointer-events: none;
23555
23879
  }
23556
23880
 
23557
- .amis-scope .antd-Nav--stacked .antd-Nav-item.active > a,
23558
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a {
23881
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active,
23882
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active,
23883
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active,
23884
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
23885
+ background: #1890ff !important;
23886
+ }
23887
+
23888
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
23889
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
23890
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
23891
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a,
23892
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
23893
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a,
23894
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a,
23895
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
23896
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a,
23897
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a,
23898
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
23899
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
23559
23900
  color: #fff;
23560
- background: #1890ff;
23561
- padding-left: 0.75rem;
23562
23901
  position: relative;
23563
23902
  }
23564
23903
 
23565
- .amis-scope .antd-Nav--stacked .antd-Nav-item.active > a::after,
23566
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a::after {
23904
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
23905
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
23906
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a::after,
23907
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a::after,
23908
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
23909
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
23910
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a::after,
23911
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
23912
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a::after,
23913
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a::after,
23914
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
23915
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a::after {
23567
23916
  transform: scaleY(1);
23568
23917
  }
23569
23918
 
23570
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-itemToggler {
23919
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
23920
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
23921
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
23922
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
23571
23923
  transform: rotate(180deg) scale(0.8);
23572
23924
  }
23573
23925
 
23574
- .amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems {
23926
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
23927
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
23928
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
23929
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
23575
23930
  display: block;
23576
23931
  }
23577
23932
 
23578
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-spinner {
23933
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-spinner,
23934
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-spinner {
23579
23935
  position: absolute;
23580
23936
  right: 0.625rem;
23581
23937
  top: 0.5rem;
23582
23938
  }
23583
23939
 
23584
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler {
23585
- position: absolute;
23586
- right: 0;
23587
- top: 0.1875rem;
23588
- width: 1.875rem;
23589
- height: 1.875rem;
23940
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
23941
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
23942
+ float: left;
23943
+ margin-right: 0.625rem;
23944
+ height: 1.5rem;
23590
23945
  text-align: center;
23591
- line-height: 1.875rem;
23946
+ line-height: 1.5rem;
23592
23947
  vertical-align: middle;
23593
23948
  cursor: pointer;
23594
23949
  transform: scale(0.8);
23595
- transition: transform 0.2s;
23950
+ transition: transform 0s;
23596
23951
  }
23597
23952
 
23598
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler > svg {
23953
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
23954
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler > svg {
23599
23955
  width: 10px;
23600
23956
  height: 10px;
23601
23957
  top: 0;
23602
23958
  }
23603
23959
 
23604
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-subItems {
23960
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-subItems,
23961
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-subItems {
23605
23962
  display: none;
23606
23963
  padding-left: 0;
23607
23964
  list-style: none;
23965
+ width: 100%;
23608
23966
  }
23609
23967
 
23610
- .amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-item {
23968
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-item,
23969
+ .amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-item {
23611
23970
  font-size: 0.875rem;
23612
23971
  }
23613
23972
 
23973
+ .amis-scope .antd-Nav .antd-Nav-dropIndicator {
23974
+ position: absolute;
23975
+ background: #fff;
23976
+ height: 2px;
23977
+ }
23978
+
23614
23979
  .amis-scope .antd-Page {
23615
23980
  width: 100%;
23616
23981
  height: 100%;
23982
+ background: transparent;
23617
23983
  }
23618
23984
 
23619
23985
  .amis-scope .antd-Page-header {
@@ -23621,7 +23987,6 @@ readers do not read off random characters that represent icons */
23621
23987
  }
23622
23988
 
23623
23989
  .amis-scope .antd-Page-main {
23624
- background: transparent;
23625
23990
  height: 100%;
23626
23991
  display: flex;
23627
23992
  flex-direction: column;
@@ -23636,11 +24001,9 @@ readers do not read off random characters that represent icons */
23636
24001
 
23637
24002
  .amis-scope .antd-Page-main > .antd-Page-header {
23638
24003
  border-bottom: 0.0625rem solid #eceff8;
23639
- background: #fff;
23640
24004
  }
23641
24005
 
23642
24006
  .amis-scope .antd-Page-headerRow {
23643
- background: #fff;
23644
24007
  border-bottom: 0.0625rem solid #eceff8;
23645
24008
  display: flex;
23646
24009
  flex-direction: row;
@@ -23685,10 +24048,6 @@ readers do not read off random characters that represent icons */
23685
24048
  margin-left: 0.25rem;
23686
24049
  }
23687
24050
 
23688
- .amis-scope .antd-Page-aside {
23689
- background: #ffffff;
23690
- }
23691
-
23692
24051
  @media (min-width: 768px) {
23693
24052
  .amis-scope .antd-Page-aside {
23694
24053
  min-width: 12.5rem;
@@ -23803,7 +24162,7 @@ readers do not read off random characters that represent icons */
23803
24162
  .amis-scope .antd-Video-cursor {
23804
24163
  position: absolute;
23805
24164
  border: 2px solid #1890ff;
23806
- transition: all 0.2s ease-out;
24165
+ transition: all 0s ease-out;
23807
24166
  }
23808
24167
 
23809
24168
  .amis-scope .antd-Video-frameList .antd-Video-frameItem {
@@ -24248,7 +24607,7 @@ readers do not read off random characters that represent icons */
24248
24607
  right: 0;
24249
24608
  bottom: 0;
24250
24609
  background: rgba(255, 255, 255, 0.4);
24251
- transition: ease-out opacity 0.2s;
24610
+ transition: ease-out opacity 0s;
24252
24611
  opacity: 0;
24253
24612
  }
24254
24613
 
@@ -24263,7 +24622,7 @@ readers do not read off random characters that represent icons */
24263
24622
  display: inline-block;
24264
24623
  background: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
24265
24624
  background-size: 100%;
24266
- transition: ease-out all 0.2s;
24625
+ transition: ease-out all 0s;
24267
24626
  }
24268
24627
 
24269
24628
  .amis-scope .antd-Spinner--lg {
@@ -24279,8 +24638,13 @@ readers do not read off random characters that represent icons */
24279
24638
  .amis-scope .antd-Spinner--icon {
24280
24639
  background: transparent;
24281
24640
  animation: spin 2s linear infinite;
24282
- width: auto;
24283
- height: auto;
24641
+ width: 1rem;
24642
+ height: 1rem;
24643
+ }
24644
+
24645
+ .amis-scope .antd-Spinner--icon svg.icon {
24646
+ width: 1rem;
24647
+ height: 1rem;
24284
24648
  }
24285
24649
 
24286
24650
  .amis-scope .antd-Spinner--overlay {
@@ -24424,7 +24788,7 @@ readers do not read off random characters that represent icons */
24424
24788
  margin-left: 0.5rem;
24425
24789
  display: inline-block;
24426
24790
  vertical-align: top;
24427
- transition: transform 0.2s ease;
24791
+ transition: transform 0s ease;
24428
24792
  }
24429
24793
 
24430
24794
  .amis-scope .antd-DropDown-caret > svg {
@@ -24481,18 +24845,19 @@ readers do not read off random characters that represent icons */
24481
24845
  height: 2.125rem;
24482
24846
  vertical-align: middle;
24483
24847
  user-select: none;
24484
- color: #1890ff;
24848
+ color: rgba(0, 0, 0, 0.85);
24485
24849
  text-decoration: none;
24486
24850
  }
24487
24851
 
24488
24852
  .amis-scope .antd-DropDown-menuItem:hover,
24489
24853
  .amis-scope .antd-DropDown-menu > li:hover {
24490
24854
  background: rgba(0, 126, 255, 0.08);
24491
- color: inherit;
24855
+ color: #1890ff;
24492
24856
  }
24493
24857
 
24494
24858
  .amis-scope .antd-DropDown-menuItem.is-active,
24495
24859
  .amis-scope .antd-DropDown-menu > li.is-active {
24860
+ background: rgba(0, 126, 255, 0.08);
24496
24861
  color: #1890ff;
24497
24862
  }
24498
24863
 
@@ -24550,15 +24915,21 @@ readers do not read off random characters that represent icons */
24550
24915
  font-size: 0.875rem;
24551
24916
  font-weight: 400;
24552
24917
  color: #333;
24553
- padding: 0.25rem 0;
24918
+ padding: 1.125rem 0 0.25rem 0;
24919
+ margin: 0;
24554
24920
  border-bottom: 0.0625rem solid #dfe2e6;
24921
+ background: transparent;
24922
+ }
24923
+
24924
+ .amis-scope .antd-Collapse-header:hover {
24925
+ background: transparent;
24555
24926
  }
24556
24927
 
24557
24928
  .amis-scope .antd-Collapse-arrow {
24558
24929
  display: inline-block;
24559
24930
  width: 1rem;
24560
24931
  text-align: center;
24561
- margin-left: 0.25rem;
24932
+ margin-right: 0.5rem;
24562
24933
  cursor: pointer;
24563
24934
  }
24564
24935
 
@@ -24576,11 +24947,20 @@ readers do not read off random characters that represent icons */
24576
24947
  transform-origin: 50% 50%;
24577
24948
  }
24578
24949
 
24950
+ .amis-scope .antd-Collapse-TplField {
24951
+ display: inline-block;
24952
+ }
24953
+
24579
24954
  .amis-scope .antd-Collapse.is-collapsed .antd-Collapse-arrow:before {
24580
24955
  transform: rotate(45deg);
24581
24956
  transform-origin: 0% 50%;
24582
24957
  }
24583
24958
 
24959
+ .amis-scope .antd-Collapse.is-collapsed .antd-Collapse-header {
24960
+ border-bottom: 0.0625rem solid
24961
+ #dfe2e6;
24962
+ }
24963
+
24584
24964
  .amis-scope .antd-Collapse--collapsable .antd-Collapse-header {
24585
24965
  cursor: pointer;
24586
24966
  user-select: none;
@@ -24605,16 +24985,23 @@ readers do not read off random characters that represent icons */
24605
24985
  transform-origin: 0% 50%;
24606
24986
  }
24607
24987
 
24608
- .amis-scope .antd-Collapse-content {
24609
- transition: height 0.2s ease;
24988
+ .amis-scope .antd-Collapse-contentWrapper {
24989
+ transition: height 0s ease;
24610
24990
  }
24611
24991
 
24612
- .amis-scope .antd-Collapse-content.in,
24613
- .amis-scope .antd-Collapse-content.out {
24992
+ .amis-scope .antd-Collapse-contentWrapper.in,
24993
+ .amis-scope .antd-Collapse-contentWrapper.out {
24614
24994
  height: 0;
24615
24995
  overflow: hidden;
24616
24996
  }
24617
24997
 
24998
+ .amis-scope .antd-Collapse-content {
24999
+ padding: 1.125rem 0;
25000
+ color: rgba(0, 0, 0, 0.85);
25001
+ font-size: 0.875rem;
25002
+ font-weight: 400;
25003
+ }
25004
+
24618
25005
  .amis-scope .antd-ColorField {
24619
25006
  display: inline-block;
24620
25007
  }
@@ -24645,7 +25032,7 @@ readers do not read off random characters that represent icons */
24645
25032
  }
24646
25033
 
24647
25034
  .amis-scope .antd-CBGroup-toolbar .antd-Button {
24648
- transition: padding 0.2s;
25035
+ transition: padding 0s;
24649
25036
  min-width: unset;
24650
25037
  }
24651
25038
 
@@ -24666,7 +25053,7 @@ readers do not read off random characters that represent icons */
24666
25053
  }
24667
25054
 
24668
25055
  .amis-scope .antd-CBGroup-toolbar .antd-CBGroup-toolbarConditionAdd {
24669
- transition: opacity 0.2s;
25056
+ transition: opacity 0s;
24670
25057
  display: flex;
24671
25058
  align-items: center;
24672
25059
  margin-left: 0.75rem;
@@ -24690,7 +25077,7 @@ readers do not read off random characters that represent icons */
24690
25077
 
24691
25078
  .amis-scope .antd-CBGroup-fieldCaret,
24692
25079
  .amis-scope .antd-CBGroup-operatorCaret {
24693
- transition: transform 0.2s ease-out;
25080
+ transition: transform 0s ease-out;
24694
25081
  margin: 5px;
24695
25082
  display: flex;
24696
25083
  color: #999;
@@ -24755,7 +25142,7 @@ readers do not read off random characters that represent icons */
24755
25142
  color: inherit;
24756
25143
  cursor: pointer;
24757
25144
  margin-left: auto;
24758
- transition: opacity 0.2s;
25145
+ transition: opacity 0s;
24759
25146
  }
24760
25147
 
24761
25148
  .amis-scope .antd-CBDelete:hover {
@@ -24779,7 +25166,7 @@ readers do not read off random characters that represent icons */
24779
25166
  align-items: center;
24780
25167
  position: relative;
24781
25168
  background: rgba(0, 0, 0, 0.03);
24782
- transition: all 0.2s ease-out;
25169
+ transition: all 0s ease-out;
24783
25170
  }
24784
25171
 
24785
25172
  .amis-scope .antd-CBGroupOrItem-body > .antd-CBGroup {
@@ -24811,7 +25198,7 @@ readers do not read off random characters that represent icons */
24811
25198
  margin-left: -5px;
24812
25199
  opacity: 0.6;
24813
25200
  text-align: center;
24814
- transition: opacity 0.2s ease-out;
25201
+ transition: opacity 0s ease-out;
24815
25202
  color: inherit;
24816
25203
  }
24817
25204
 
@@ -24992,13 +25379,13 @@ readers do not read off random characters that represent icons */
24992
25379
 
24993
25380
  .amis-scope .antd-ContextMenu-menu.in,
24994
25381
  .amis-scope .antd-ContextMenu-menu.out {
24995
- animation-duration: 0.2s;
25382
+ animation-duration: 0s;
24996
25383
  animation-fill-mode: both;
24997
25384
  }
24998
25385
 
24999
25386
  .amis-scope .antd-ContextMenu-menu.in {
25000
25387
  animation-name: contextMenuInSpecial;
25001
- animation-duration: 0.2s;
25388
+ animation-duration: 0s;
25002
25389
  }
25003
25390
 
25004
25391
  .amis-scope .antd-ContextMenu-menu.out {
@@ -25090,7 +25477,7 @@ readers do not read off random characters that represent icons */
25090
25477
 
25091
25478
  .amis-scope .antd-ContextMenu-item:hover > .antd-ContextMenu-subList {
25092
25479
  display: block;
25093
- animation-duration: 0.2s;
25480
+ animation-duration: 0s;
25094
25481
  animation-fill-mode: both;
25095
25482
  animation-name: contextMenuIn;
25096
25483
  display: block;
@@ -25656,6 +26043,20 @@ readers do not read off random characters that represent icons */
25656
26043
  text-align: center;
25657
26044
  }
25658
26045
 
26046
+ .amis-scope .antd-Table-searchableForm {
26047
+ background: #f6f7f8;
26048
+ border-radius: 0.25rem;
26049
+ }
26050
+
26051
+ .amis-scope .antd-Table-searchableForm-footer {
26052
+ padding: 0.5rem 0.75rem;
26053
+ clear: both;
26054
+ }
26055
+
26056
+ .amis-scope .antd-Table-searchableForm-checkbox > div > .antd-CheckboxControl {
26057
+ padding-top: 0;
26058
+ }
26059
+
25659
26060
  .amis-scope .antd-Table-header {
25660
26061
  padding: 0.75rem 0;
25661
26062
  }
@@ -25832,6 +26233,7 @@ readers do not read off random characters that represent icons */
25832
26233
  }
25833
26234
 
25834
26235
  .amis-scope .antd-Table-table > tbody > tr {
26236
+ position: relative;
25835
26237
  background: transparent;
25836
26238
  }
25837
26239
 
@@ -27019,7 +27421,7 @@ readers do not read off random characters that represent icons */
27019
27421
  top: 0.0625rem;
27020
27422
  bottom: 0;
27021
27423
  right: 0;
27022
- padding-left: 3.125rem;
27424
+ padding-left: 5rem;
27023
27425
  padding-right: 0.5rem;
27024
27426
  display: flex;
27025
27427
  align-items: center;
@@ -27097,7 +27499,7 @@ readers do not read off random characters that represent icons */
27097
27499
  display: inline-block;
27098
27500
  text-align: center;
27099
27501
  cursor: pointer;
27100
- transition: transform ease-in-out 0.2s, top ease-in-out 0.2s;
27502
+ transition: transform ease-in-out 0s, top ease-in-out 0s;
27101
27503
  position: relative;
27102
27504
  transform-origin: 50% 50%;
27103
27505
  width: 0.625rem;
@@ -27137,6 +27539,12 @@ readers do not read off random characters that represent icons */
27137
27539
  position: absolute;
27138
27540
  }
27139
27541
 
27542
+ .amis-scope .antd-Table-badge {
27543
+ position: absolute;
27544
+ top: 0;
27545
+ left: 0;
27546
+ }
27547
+
27140
27548
  .amis-scope .antd-InputTable-toolbar {
27141
27549
  display: flex;
27142
27550
  flex-direction: row;
@@ -27166,6 +27574,250 @@ readers do not read off random characters that represent icons */
27166
27574
  margin-right: 0.625rem;
27167
27575
  }
27168
27576
 
27577
+ .amis-scope .antd-ColumnToggler {
27578
+ position: relative;
27579
+ display: inline-block;
27580
+ }
27581
+
27582
+ .amis-scope .antd-ColumnToggler-caret {
27583
+ margin-left: 0.5rem;
27584
+ display: inline-block;
27585
+ vertical-align: top;
27586
+ transition: transform 0s ease;
27587
+ }
27588
+
27589
+ .amis-scope .antd-ColumnToggler-caret > svg {
27590
+ width: 0.625rem;
27591
+ height: 0.625rem;
27592
+ top: 0.125em;
27593
+ }
27594
+
27595
+ .amis-scope .antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
27596
+ transform: rotate(180deg);
27597
+ }
27598
+
27599
+ .amis-scope .antd-ColumnToggler.is-actived > .antd-Button {
27600
+ color: #1890ff;
27601
+ }
27602
+
27603
+ .amis-scope .antd-ColumnToggler--block {
27604
+ display: block;
27605
+ }
27606
+
27607
+ .amis-scope .antd-ColumnToggler--block .antd-Button {
27608
+ display: block;
27609
+ }
27610
+
27611
+ .amis-scope .antd-ColumnToggler-menu {
27612
+ position: absolute;
27613
+ z-index: 1000;
27614
+ top: 100%;
27615
+ left: 0;
27616
+ margin: 0.0625rem 0 0;
27617
+ background: #fff;
27618
+ list-style: none;
27619
+ padding: 0.25rem 0;
27620
+ border: 0.0625rem solid #eceff8;
27621
+ border-radius: 2px;
27622
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
27623
+ min-width: 10rem;
27624
+ text-align: left;
27625
+ }
27626
+
27627
+ .amis-scope .antd-ColumnToggler--alignRight .antd-ColumnToggler-menu {
27628
+ left: auto;
27629
+ right: 0;
27630
+ }
27631
+
27632
+ .amis-scope .antd-ColumnToggler-menuItem,
27633
+ .amis-scope .antd-ColumnToggler-menu > li {
27634
+ padding: calc(
27635
+ (2.125rem - 0.875rem * 1.57) /
27636
+ 2
27637
+ ) 0.5rem;
27638
+ white-space: nowrap;
27639
+ box-sizing: border-box;
27640
+ height: 2.125rem;
27641
+ vertical-align: middle;
27642
+ user-select: none;
27643
+ color: #1890ff;
27644
+ text-decoration: none;
27645
+ }
27646
+
27647
+ .amis-scope .antd-ColumnToggler-menuItem:hover,
27648
+ .amis-scope .antd-ColumnToggler-menu > li:hover {
27649
+ background: rgba(0, 126, 255, 0.08);
27650
+ color: #1890ff;
27651
+ }
27652
+
27653
+ .amis-scope .antd-ColumnToggler-menuItem.is-active,
27654
+ .amis-scope .antd-ColumnToggler-menu > li.is-active {
27655
+ color: #1890ff;
27656
+ }
27657
+
27658
+ .amis-scope .antd-ColumnToggler-menuItem:not(.is-disabled),
27659
+ .amis-scope .antd-ColumnToggler-menuItem:not(.disabled),
27660
+ .amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
27661
+ .amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
27662
+ cursor: pointer;
27663
+ }
27664
+
27665
+ .amis-scope .antd-ColumnToggler-menuItem.is-disabled,
27666
+ .amis-scope .antd-ColumnToggler-menu > li.is-disabled {
27667
+ cursor: not-allowed;
27668
+ color: #999;
27669
+ filter: grayscale(80%);
27670
+ }
27671
+
27672
+ .amis-scope .antd-ColumnToggler-menuItem.antd-DropDown-divider,
27673
+ .amis-scope .antd-ColumnToggler-menu > li.antd-DropDown-divider {
27674
+ height: 0.0625rem;
27675
+ margin: 0.5625rem 0;
27676
+ overflow: hidden;
27677
+ background: #eceff8;
27678
+ padding: 0;
27679
+ }
27680
+
27681
+ .amis-scope .antd-ColumnToggler-menu > li a {
27682
+ color: inherit;
27683
+ display: block;
27684
+ text-decoration: none;
27685
+ }
27686
+
27687
+ .amis-scope .antd-ColumnToggler-popover {
27688
+ border: none;
27689
+ box-shadow: none;
27690
+ }
27691
+
27692
+ .amis-scope .antd-ColumnToggler > .antd-Button {
27693
+ min-width: unset;
27694
+ }
27695
+
27696
+ .amis-scope .antd-ColumnToggler-modal {
27697
+ display: flex;
27698
+ flex-flow: column nowrap;
27699
+ justify-content: space-between;
27700
+ align-items: center;
27701
+ width: 25rem;
27702
+ padding: 1.5rem;
27703
+ margin-top: calc(50vh - 100px);
27704
+ border-radius: 0.25rem;
27705
+ background: #fff;
27706
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
27707
+ }
27708
+
27709
+ .amis-scope .antd-ColumnToggler-modal-header {
27710
+ width: 100%;
27711
+ display: flex;
27712
+ flex-flow: row nowrap;
27713
+ justify-content: space-between;
27714
+ align-items: center;
27715
+ }
27716
+
27717
+ .amis-scope .antd-ColumnToggler-modal-header a,
27718
+ .amis-scope .antd-ColumnToggler-modal-header span {
27719
+ display: inline-block;
27720
+ }
27721
+
27722
+ .amis-scope .antd-ColumnToggler-modal-header .antd-ColumnToggler-modal-title {
27723
+ opacity: 0.95;
27724
+ font-size: 0.875rem;
27725
+ color: #080e1a;
27726
+ line-height: 1.5rem;
27727
+ font-weight: bold;
27728
+ }
27729
+
27730
+ .amis-scope .antd-ColumnToggler-modal-content {
27731
+ padding: 0;
27732
+ width: 100%;
27733
+ list-style: none;
27734
+ margin: 0.5rem 0;
27735
+ }
27736
+
27737
+ .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
27738
+ color: #080e1a;
27739
+ background: #f6f7f8;
27740
+ border-radius: 0.125rem;
27741
+ font-size: 0.75rem;
27742
+ padding: 0.25rem 0.5rem;
27743
+ height: 1.5rem;
27744
+ width: calc((100% - 24px) / 3);
27745
+ float: left;
27746
+ margin: 0.25rem;
27747
+ text-overflow: ellipsis;
27748
+ white-space: nowrap;
27749
+ overflow: hidden;
27750
+ }
27751
+
27752
+ .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
27753
+ background: rgba(36, 104, 242, 0.1);
27754
+ }
27755
+
27756
+ .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem--dragging {
27757
+ border: 1px solid #1890ff;
27758
+ }
27759
+
27760
+ .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem label > i {
27761
+ height: 1rem;
27762
+ width: 1rem;
27763
+ vertical-align: top;
27764
+ }
27765
+
27766
+ .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-dragBar {
27767
+ margin-left: 0;
27768
+ margin-right: 0.25rem;
27769
+ cursor: move;
27770
+ color: #d8d8d8;
27771
+ }
27772
+
27773
+ .amis-scope .antd-ColumnToggler-modal-footer {
27774
+ width: 100%;
27775
+ display: flex;
27776
+ flex-flow: row nowrap;
27777
+ justify-content: space-between;
27778
+ align-items: center;
27779
+ }
27780
+
27781
+ .amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect {
27782
+ color: #151a26;
27783
+ font-size: 0.75rem;
27784
+ }
27785
+
27786
+ .amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect.is-actived {
27787
+ color: #1890ff;
27788
+ }
27789
+
27790
+ .amis-scope .antd-ColumnToggler-modal-footer > div {
27791
+ display: flex;
27792
+ flex-flow: row nowrap;
27793
+ justify-content: space-between;
27794
+ align-items: center;
27795
+ }
27796
+
27797
+ .amis-scope .antd-ColumnToggler-modal-footer > div:first-child {
27798
+ justify-content: flex-start;
27799
+ }
27800
+
27801
+ .amis-scope .antd-ColumnToggler-modal-footer > div:first-child a {
27802
+ display: inline-block;
27803
+ }
27804
+
27805
+ .amis-scope .antd-ColumnToggler-modal-footer > div:last-child {
27806
+ justify-content: flex-end;
27807
+ }
27808
+
27809
+ .amis-scope .antd-ColumnToggler-modal-footer > div:last-child button {
27810
+ width: 72px;
27811
+ }
27812
+
27813
+ .amis-scope .antd-ColumnToggler-tooltip {
27814
+ border: none;
27815
+ }
27816
+
27817
+ .amis-scope .antd-ColumnToggler-tooltip .antd-Tooltip-arrow::before {
27818
+ border-top-color: transparent;
27819
+ }
27820
+
27169
27821
  .amis-scope .antd-List {
27170
27822
  position: relative;
27171
27823
  }
@@ -27966,6 +28618,7 @@ readers do not read off random characters that represent icons */
27966
28618
  height: 10px;
27967
28619
  background: #ebebeb;
27968
28620
  overflow: hidden;
28621
+ border-radius: 2px;
27969
28622
  }
27970
28623
 
27971
28624
  .amis-scope .antd-Progress-bar {
@@ -27977,7 +28630,8 @@ readers do not read off random characters that represent icons */
27977
28630
  color: #fff;
27978
28631
  text-align: center;
27979
28632
  background: #1890ff;
27980
- transition: width 0.2s ease;
28633
+ transition: width 0s ease;
28634
+ border-radius: 2px;
27981
28635
  }
27982
28636
 
27983
28637
  .amis-scope .antd-Progress-bar--stripe {
@@ -28339,7 +28993,7 @@ readers do not read off random characters that represent icons */
28339
28993
  position: absolute;
28340
28994
  left: 0;
28341
28995
  top: 0;
28342
- transition-duration: 0.2s;
28996
+ transition-duration: 0s;
28343
28997
  transition-timing-function: ease-out;
28344
28998
  transition-property: transform, opacity;
28345
28999
  }
@@ -28422,7 +29076,7 @@ readers do not read off random characters that represent icons */
28422
29076
  width: 0.5rem;
28423
29077
  border-radius: 0.25rem;
28424
29078
  margin: 0.4375rem 0.25rem;
28425
- transition-duration: 0.2s;
29079
+ transition-duration: 0s;
28426
29080
  opacity: 0.3;
28427
29081
  }
28428
29082
 
@@ -28438,7 +29092,7 @@ readers do not read off random characters that represent icons */
28438
29092
  top: 0;
28439
29093
  bottom: 0;
28440
29094
  position: absolute;
28441
- transition-duration: 0.2s;
29095
+ transition-duration: 0s;
28442
29096
  display: none;
28443
29097
  left: 0;
28444
29098
  }
@@ -28461,7 +29115,7 @@ readers do not read off random characters that represent icons */
28461
29115
  top: 0;
28462
29116
  bottom: 0;
28463
29117
  position: absolute;
28464
- transition-duration: 0.2s;
29118
+ transition-duration: 0s;
28465
29119
  display: none;
28466
29120
  right: 0;
28467
29121
  }
@@ -28568,8 +29222,8 @@ readers do not read off random characters that represent icons */
28568
29222
  color: #999;
28569
29223
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
28570
29224
  animation-name: disappear;
28571
- animation-delay: 0.2s;
28572
- animation-duration: 0.2s;
29225
+ animation-delay: 0s;
29226
+ animation-duration: 0s;
28573
29227
  animation-fill-mode: both;
28574
29228
  }
28575
29229
 
@@ -28594,7 +29248,7 @@ readers do not read off random characters that represent icons */
28594
29248
  .amis-scope .antd-ImageGallery-main:hover .antd-ImageGallery-nextBtn {
28595
29249
  animation-name: appear;
28596
29250
  animation-delay: 0s;
28597
- animation-duration: 0.2s;
29251
+ animation-duration: 0s;
28598
29252
  }
28599
29253
 
28600
29254
  .amis-scope .antd-ImageGallery-prevBtn {
@@ -28699,7 +29353,7 @@ readers do not read off random characters that represent icons */
28699
29353
  }
28700
29354
 
28701
29355
  .amis-scope .antd-ImageGallery-item.is-active {
28702
- border: 1px solid #108cee;
29356
+ border: 1px solid #1890ff;
28703
29357
  }
28704
29358
 
28705
29359
  .amis-scope .antd-ImageGallery-item.is-active:after {
@@ -28728,6 +29382,7 @@ readers do not read off random characters that represent icons */
28728
29382
 
28729
29383
  .amis-scope .antd-Image-thumbWrap {
28730
29384
  position: relative;
29385
+ height: 100%;
28731
29386
  }
28732
29387
 
28733
29388
  .amis-scope .antd-Image-image {
@@ -28843,7 +29498,7 @@ readers do not read off random characters that represent icons */
28843
29498
  }
28844
29499
 
28845
29500
  .amis-scope .antd-Image-overlay {
28846
- background: rgba(0, 0, 0, 0.6);
29501
+ background: rgba(8, 14, 26, 0.5);
28847
29502
  position: absolute;
28848
29503
  width: 100%;
28849
29504
  height: 100%;
@@ -29197,7 +29852,7 @@ readers do not read off random characters that represent icons */
29197
29852
  height: 30px;
29198
29853
  width: 30px;
29199
29854
  padding: 0 8px;
29200
- transition: all 0.2s ease-in-out;
29855
+ transition: all 0s ease-in-out;
29201
29856
  border: 0.0625rem solid transparent;
29202
29857
  border-radius: 2px;
29203
29858
  height: 30px;
@@ -29486,7 +30141,7 @@ readers do not read off random characters that represent icons */
29486
30141
  height: 1px;
29487
30142
  left: 100%;
29488
30143
  width: 9999px;
29489
- padding-right: 10px;
30144
+ padding-right: 0.625rem;
29490
30145
  background-color: #b4bbc5;
29491
30146
  }
29492
30147
 
@@ -29635,8 +30290,6 @@ readers do not read off random characters that represent icons */
29635
30290
  border-bottom: 0;
29636
30291
  display: flex;
29637
30292
  flex-direction: row;
29638
- justify-content: space-between;
29639
- width: 100%;
29640
30293
  }
29641
30294
 
29642
30295
  .amis-scope fieldset.antd-Collapse--xs {
@@ -29723,6 +30376,10 @@ readers do not read off random characters that represent icons */
29723
30376
  margin-bottom: 0.75rem;
29724
30377
  }
29725
30378
 
30379
+ .amis-scope .antd-Form-group:last-child {
30380
+ margin-bottom: 0;
30381
+ }
30382
+
29726
30383
  .amis-scope .antd-Form-value > .antd-Form-group {
29727
30384
  margin-bottom: 0.375rem;
29728
30385
  }
@@ -30098,14 +30755,14 @@ readers do not read off random characters that represent icons */
30098
30755
  .amis-scope .antd-TextControl.is-error > .antd-TextControl-input {
30099
30756
  border-color: #ff4d4f;
30100
30757
  background: #fff;
30101
- transition: all 0.2s;
30758
+ transition: all 0s;
30102
30759
  }
30103
30760
 
30104
30761
  .amis-scope .antd-TextControl.is-focused > .antd-TextControl-input {
30105
30762
  border-color: #40a9ff;
30106
30763
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
30107
30764
  background: #fff;
30108
- transition: all 0.2s;
30765
+ transition: all 0s;
30109
30766
  }
30110
30767
 
30111
30768
  .amis-scope .antd-TextControl.is-error.is-focused > .antd-TextControl-input {
@@ -30116,7 +30773,7 @@ readers do not read off random characters that represent icons */
30116
30773
  color: #999;
30117
30774
  background: #e5e7eb;
30118
30775
  border-color: #d9d9d9;
30119
- transition: all 0.2s;
30776
+ transition: all 0s;
30120
30777
  }
30121
30778
 
30122
30779
  .amis-scope .antd-TextControl-spinner {
@@ -30391,6 +31048,14 @@ readers do not read off random characters that represent icons */
30391
31048
  color: #ff4d4f;
30392
31049
  }
30393
31050
 
31051
+ .amis-scope .antd-TextControl-input:hover {
31052
+ border-color: #40a9ff;
31053
+ }
31054
+
31055
+ .amis-scope .antd-TextControl.is-disabled-input input {
31056
+ color: #999;
31057
+ }
31058
+
30394
31059
  .amis-scope .antd-TextareaControl {
30395
31060
  position: relative;
30396
31061
  }
@@ -30427,12 +31092,21 @@ readers do not read off random characters that represent icons */
30427
31092
  color: #999;
30428
31093
  }
30429
31094
 
31095
+ .amis-scope .antd-TextareaControl > textarea:hover {
31096
+ border-color: #40a9ff;
31097
+ }
31098
+
30430
31099
  .amis-scope .antd-TextareaControl > textarea:focus,
30431
31100
  .amis-scope .antd-TextareaControl.is-focused > textarea {
30432
31101
  border-color: #40a9ff;
30433
31102
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
30434
31103
  }
30435
31104
 
31105
+ .amis-scope .antd-TextareaControl > textarea:focus:hover,
31106
+ .amis-scope .antd-TextareaControl.is-focused > textarea:hover {
31107
+ border-color: #40a9ff;
31108
+ }
31109
+
30436
31110
  .amis-scope .antd-TextareaControl.is-disabled > textarea,
30437
31111
  .amis-scope .antd-TextareaControl > textarea[disabled] {
30438
31112
  background: #e5e7eb;
@@ -30519,7 +31193,7 @@ readers do not read off random characters that represent icons */
30519
31193
  width: 0px;
30520
31194
  height: 0px;
30521
31195
  background: transparent;
30522
- transition: all 0.2s;
31196
+ transition: all 0s;
30523
31197
  transform-origin: 50% 50%;
30524
31198
  transform: translate(-50%, -50%);
30525
31199
  }
@@ -30612,7 +31286,7 @@ readers do not read off random characters that represent icons */
30612
31286
  width: 0;
30613
31287
  height: 0;
30614
31288
  border-color: transparent;
30615
- transition: width 0.2s, height 0.2s, transform 0.2s;
31289
+ transition: width 0s, height 0s, transform 0s;
30616
31290
  border-width: 0 0 0.125rem 0.125rem;
30617
31291
  transform: translate(-50%, -60%) rotate(-40deg);
30618
31292
  border-style: solid;
@@ -31167,7 +31841,7 @@ readers do not read off random characters that represent icons */
31167
31841
  line-height: 1.375rem;
31168
31842
  font-style: normal;
31169
31843
  font-weight: bold;
31170
- transition: all 0.2s;
31844
+ transition: all 0s;
31171
31845
  }
31172
31846
 
31173
31847
  .amis-scope .antd-Switch .slider:before {
@@ -31179,7 +31853,7 @@ readers do not read off random characters that represent icons */
31179
31853
  bottom: 0.0625rem;
31180
31854
  left: 0.0625rem;
31181
31855
  border-radius: 50%;
31182
- transition: margin-left 0.2s;
31856
+ transition: margin-left 0s;
31183
31857
  }
31184
31858
 
31185
31859
  .amis-scope .antd-Switch.is-checked {
@@ -31315,7 +31989,7 @@ readers do not read off random characters that represent icons */
31315
31989
  -moz-appearance: textfield;
31316
31990
  line-height: calc(1.875rem - 0.0625rem * 2);
31317
31991
  height: 100%;
31318
- transition: all 0.2s ease;
31992
+ transition: all 0s ease;
31319
31993
  border: 0;
31320
31994
  border-radius: 2px;
31321
31995
  padding: 0 0.5rem;
@@ -31551,7 +32225,7 @@ readers do not read off random characters that represent icons */
31551
32225
  }
31552
32226
 
31553
32227
  .amis-scope .antd-Select-arrow > svg {
31554
- transition: transform 0.2s;
32228
+ transition: transform 0s;
31555
32229
  display: inline-block;
31556
32230
  color: #999;
31557
32231
  width: 10px;
@@ -31841,6 +32515,7 @@ readers do not read off random characters that represent icons */
31841
32515
  color: rgba(0, 0, 0, 0.85);
31842
32516
  transition: none;
31843
32517
  max-width: calc(12.5rem + 2 * 0.75rem);
32518
+ border-radius: 0.1875rem;
31844
32519
  }
31845
32520
 
31846
32521
  .amis-scope .antd-ListControl-item:not(.is-disabled) {
@@ -31956,7 +32631,7 @@ readers do not read off random characters that represent icons */
31956
32631
  white-space: nowrap;
31957
32632
  color: rgba(0, 0, 0, 0.85);
31958
32633
  background: #fff;
31959
- border-radius: 2px;
32634
+ border-radius: 0.0625rem;
31960
32635
  }
31961
32636
 
31962
32637
  .amis-scope .antd-LocationPicker:not(.is-disabled) {
@@ -32112,6 +32787,7 @@ readers do not read off random characters that represent icons */
32112
32787
  ) / 2 - 0.0625rem) 0.75rem;
32113
32788
  background: #fff;
32114
32789
  color: rgba(0, 0, 0, 0.85);
32790
+ border-radius: 2px;
32115
32791
  }
32116
32792
 
32117
32793
  .amis-scope .antd-ColorPicker:not(.is-disabled) {
@@ -32277,6 +32953,8 @@ readers do not read off random characters that represent icons */
32277
32953
  .amis-scope .antd-DatePicker-toggler {
32278
32954
  cursor: pointer;
32279
32955
  color: inherit;
32956
+ display: inline-flex;
32957
+ align-items: center;
32280
32958
  }
32281
32959
 
32282
32960
  .amis-scope .antd-DatePicker-toggler:hover {
@@ -32503,7 +33181,7 @@ readers do not read off random characters that represent icons */
32503
33181
  }
32504
33182
 
32505
33183
  .amis-scope .antd-CalendarCounter-btn:hover {
32506
- color: #0076e4;
33184
+ color: #1c53c1;
32507
33185
  }
32508
33186
 
32509
33187
  .amis-scope .antd-CalendarCounter-btn > svg {
@@ -32580,6 +33258,12 @@ readers do not read off random characters that represent icons */
32580
33258
  border-color: #0076e4;
32581
33259
  }
32582
33260
 
33261
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
33262
+ color: #fff;
33263
+ background: #0076e4;
33264
+ border-color: #0070d7;
33265
+ }
33266
+
32583
33267
  .amis-scope .rdtBtn:hover:focus {
32584
33268
  box-shadow: none;
32585
33269
  }
@@ -32602,6 +33286,12 @@ readers do not read off random characters that represent icons */
32602
33286
  border-color: #40a9ff;
32603
33287
  }
32604
33288
 
33289
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
33290
+ color: #096dd9;
33291
+ background: #fff;
33292
+ border-color: #096dd9;
33293
+ }
33294
+
32605
33295
  .amis-scope .rdtBtnCancel:hover:focus {
32606
33296
  box-shadow: none;
32607
33297
  }
@@ -32797,6 +33487,8 @@ readers do not read off random characters that represent icons */
32797
33487
  .amis-scope .antd-DateRangePicker-toggler {
32798
33488
  cursor: pointer;
32799
33489
  color: inherit;
33490
+ display: inline-flex;
33491
+ align-items: center;
32800
33492
  }
32801
33493
 
32802
33494
  .amis-scope .antd-DateRangePicker-toggler:hover {
@@ -32912,9 +33604,11 @@ readers do not read off random characters that represent icons */
32912
33604
  width: 7.5rem;
32913
33605
  height: 7.5rem;
32914
33606
  display: inline-flex;
33607
+ flex-direction: column;
32915
33608
  justify-content: center;
32916
33609
  align-items: center;
32917
33610
  border: 0.0625rem solid #eceff8;
33611
+ border-radius: 0;
32918
33612
  cursor: pointer;
32919
33613
  margin-right: 0.75rem;
32920
33614
  color: rgba(0, 0, 0, 0.85);
@@ -32930,14 +33624,21 @@ readers do not read off random characters that represent icons */
32930
33624
  border-color: #b4bbc5;
32931
33625
  }
32932
33626
 
33627
+ .amis-scope .antd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
33628
+ color: rgba(0, 0, 0, 0.85);
33629
+ background: #e6e6e6;
33630
+ border-color: #adb4bf;
33631
+ }
33632
+
32933
33633
  .amis-scope .antd-ImageControl-addBtn:hover:focus {
32934
33634
  box-shadow: none;
32935
33635
  }
32936
33636
 
32937
33637
  .amis-scope .antd-ImageControl-addBtn > svg {
32938
- width: 2.5rem;
32939
- height: 2.5rem;
33638
+ width: 1.5rem;
33639
+ height: 1.5rem;
32940
33640
  top: 0;
33641
+ margin-bottom: 0.5rem;
32941
33642
  }
32942
33643
 
32943
33644
  .amis-scope .antd-ImageControl-addBtn.is-disabled {
@@ -32975,6 +33676,7 @@ readers do not read off random characters that represent icons */
32975
33676
 
32976
33677
  .amis-scope .antd-ImageControl-item {
32977
33678
  border: 0.0625rem solid #eceff8;
33679
+ border-radius: 0;
32978
33680
  vertical-align: top;
32979
33681
  padding: 0.25rem;
32980
33682
  display: inline-block;
@@ -33032,10 +33734,11 @@ readers do not read off random characters that represent icons */
33032
33734
 
33033
33735
  .amis-scope .antd-ImageControl-progressValue {
33034
33736
  height: 5px;
33737
+ border-radius: 0;
33035
33738
  display: block;
33036
33739
  background: #1890ff;
33037
33740
  min-width: 10%;
33038
- transition: ease-out width 0.2s;
33741
+ transition: ease-out width 0s;
33039
33742
  }
33040
33743
 
33041
33744
  .amis-scope .antd-ImageControl-item.is-invalid .antd-ImageControl-itemClear {
@@ -33141,13 +33844,13 @@ readers do not read off random characters that represent icons */
33141
33844
  }
33142
33845
 
33143
33846
  .amis-scope .antd-FileControl-selectBtn {
33144
- width: 7.5rem;
33847
+ display: flex;
33848
+ align-items: center;
33145
33849
  }
33146
33850
 
33147
33851
  .amis-scope .antd-FileControl-selectBtn > svg {
33148
- margin-right: 10px;
33149
- width: pxrem(16px);
33150
- height: pxrem(16px);
33852
+ width: 0.875rem;
33853
+ height: 0.875rem;
33151
33854
  }
33152
33855
 
33153
33856
  .amis-scope .antd-FileControl-description {
@@ -33259,9 +33962,10 @@ readers do not read off random characters that represent icons */
33259
33962
  .amis-scope .antd-FileControl-progress > span {
33260
33963
  display: block;
33261
33964
  background: #1890ff;
33965
+ border-radius: 0;
33262
33966
  height: 100%;
33263
33967
  min-width: 10%;
33264
- transition: ease-out width 0.2s;
33968
+ transition: ease-out width 0s;
33265
33969
  }
33266
33970
 
33267
33971
  .amis-scope .antd-FileControl-acceptTip {
@@ -33630,8 +34334,8 @@ readers do not read off random characters that represent icons */
33630
34334
  position: absolute;
33631
34335
  z-index: 2;
33632
34336
  top: 50%;
33633
- transition: transform 0.2s ease-out,
33634
- box-shadow 0.2s ease-out;
34337
+ transition: transform 0s ease-out,
34338
+ box-shadow 0s ease-out;
33635
34339
  }
33636
34340
 
33637
34341
  .amis-scope .antd-InputRange-slider:active {
@@ -33659,7 +34363,7 @@ readers do not read off random characters that represent icons */
33659
34363
  }
33660
34364
 
33661
34365
  .amis-scope .antd-InputRange-sliderContainer {
33662
- transition: left 0.2s
34366
+ transition: left 0s
33663
34367
  ease-out;
33664
34368
  }
33665
34369
 
@@ -33700,8 +34404,8 @@ readers do not read off random characters that represent icons */
33700
34404
  display: block;
33701
34405
  height: 0.75rem;
33702
34406
  position: relative;
33703
- transition: left 0.2s ease-out,
33704
- width 0.2s ease-out;
34407
+ transition: left 0s ease-out,
34408
+ width 0s ease-out;
33705
34409
  }
33706
34410
 
33707
34411
  .amis-scope .antd-InputRange.is-disabled .antd-InputRange-track {
@@ -33866,7 +34570,7 @@ readers do not read off random characters that represent icons */
33866
34570
 
33867
34571
  .amis-scope .antd-Tree-item-icons {
33868
34572
  visibility: hidden;
33869
- transition: visibility 0.2s ease;
34573
+ transition: visibility 0s ease;
33870
34574
  display: inline-block;
33871
34575
  vertical-align: top;
33872
34576
  height: 1.875rem;
@@ -33963,7 +34667,7 @@ readers do not read off random characters that represent icons */
33963
34667
  width: 0.75rem;
33964
34668
  height: 0.75rem;
33965
34669
  display: block;
33966
- transition: transform 0.2s;
34670
+ transition: transform 0s;
33967
34671
  top: 0;
33968
34672
  transform: rotate(90deg);
33969
34673
  }
@@ -34092,14 +34796,14 @@ readers do not read off random characters that represent icons */
34092
34796
  .amis-scope .antd-TreeSelect.is-error > .antd-TreeSelect-input {
34093
34797
  border-color: #ff4d4f;
34094
34798
  background: #fff;
34095
- transition: all 0.2s;
34799
+ transition: all 0s;
34096
34800
  }
34097
34801
 
34098
34802
  .amis-scope .antd-TreeSelect.is-focused > .antd-TreeSelect-input {
34099
34803
  border-color: #40a9ff;
34100
34804
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
34101
34805
  background: #fff;
34102
- transition: all 0.2s;
34806
+ transition: all 0s;
34103
34807
  }
34104
34808
 
34105
34809
  .amis-scope .antd-TreeSelect.is-error.is-focused > .antd-TreeSelect-input {
@@ -34110,7 +34814,7 @@ readers do not read off random characters that represent icons */
34110
34814
  color: #999;
34111
34815
  background: #e5e7eb;
34112
34816
  border-color: #d9d9d9;
34113
- transition: all 0.2s;
34817
+ transition: all 0s;
34114
34818
  }
34115
34819
 
34116
34820
  .amis-scope .antd-TreeSelect-spinner {
@@ -34231,6 +34935,17 @@ readers do not read off random characters that represent icons */
34231
34935
  margin-left: 0.5rem;
34232
34936
  }
34233
34937
 
34938
+ .amis-scope .antd-Combo-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
34939
+ .amis-scope .antd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
34940
+ .amis-scope .antd-Combo-addBtn > .pull-left {
34941
+ margin-right: 0.5rem;
34942
+ }
34943
+
34944
+ .amis-scope .antd-Combo-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
34945
+ .amis-scope .antd-Combo-addBtn > .pull-right {
34946
+ margin-left: 0.5rem;
34947
+ }
34948
+
34234
34949
  .amis-scope .antd-Combo-addBtn img.antd-Button-icon {
34235
34950
  height: 0.875rem;
34236
34951
  vertical-align: middle;
@@ -34242,6 +34957,12 @@ readers do not read off random characters that represent icons */
34242
34957
  border-color: #b4bbc5;
34243
34958
  }
34244
34959
 
34960
+ .amis-scope .antd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
34961
+ color: #fff;
34962
+ background: #0076e4;
34963
+ border-color: #adb4bf;
34964
+ }
34965
+
34245
34966
  .amis-scope .antd-Combo-addBtn:hover:focus {
34246
34967
  box-shadow: none;
34247
34968
  }
@@ -34600,7 +35321,7 @@ readers do not read off random characters that represent icons */
34600
35321
  }
34601
35322
 
34602
35323
  .amis-scope .antd-SubForm-addBtn:hover:focus {
34603
- color: #333;
35324
+ color: #4f86f4;
34604
35325
  text-decoration: none;
34605
35326
  box-shadow: none;
34606
35327
  }
@@ -34690,14 +35411,14 @@ readers do not read off random characters that represent icons */
34690
35411
  .amis-scope .antd-Picker.is-error > .antd-Picker-input {
34691
35412
  border-color: #ff4d4f;
34692
35413
  background: #fff;
34693
- transition: all 0.2s;
35414
+ transition: all 0s;
34694
35415
  }
34695
35416
 
34696
35417
  .amis-scope .antd-Picker.is-focused > .antd-Picker-input {
34697
35418
  border-color: #40a9ff;
34698
35419
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
34699
35420
  background: #fff;
34700
- transition: all 0.2s;
35421
+ transition: all 0s;
34701
35422
  }
34702
35423
 
34703
35424
  .amis-scope .antd-Picker.is-error.is-focused > .antd-Picker-input {
@@ -34708,7 +35429,7 @@ readers do not read off random characters that represent icons */
34708
35429
  color: #999;
34709
35430
  background: #e5e7eb;
34710
35431
  border-color: #d9d9d9;
34711
- transition: all 0.2s;
35432
+ transition: all 0s;
34712
35433
  }
34713
35434
 
34714
35435
  .amis-scope .antd-Picker-spinner {
@@ -34938,6 +35659,17 @@ readers do not read off random characters that represent icons */
34938
35659
  margin-left: 0.5rem;
34939
35660
  }
34940
35661
 
35662
+ .amis-scope .antd-TagControl-sugItem .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
35663
+ .amis-scope .antd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
35664
+ .amis-scope .antd-TagControl-sugItem > .pull-left {
35665
+ margin-right: 0.5rem;
35666
+ }
35667
+
35668
+ .amis-scope .antd-TagControl-sugItem .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
35669
+ .amis-scope .antd-TagControl-sugItem > .pull-right {
35670
+ margin-left: 0.5rem;
35671
+ }
35672
+
34941
35673
  .amis-scope .antd-TagControl-sugItem img.antd-Button-icon {
34942
35674
  height: 0.875rem;
34943
35675
  vertical-align: middle;
@@ -34949,6 +35681,12 @@ readers do not read off random characters that represent icons */
34949
35681
  border-color: #b4bbc5;
34950
35682
  }
34951
35683
 
35684
+ .amis-scope .antd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
35685
+ color: rgba(0, 0, 0, 0.85);
35686
+ background: #e6e6e6;
35687
+ border-color: #adb4bf;
35688
+ }
35689
+
34952
35690
  .amis-scope .antd-TagControl-sugItem:hover:focus {
34953
35691
  box-shadow: none;
34954
35692
  }
@@ -35026,6 +35764,7 @@ readers do not read off random characters that represent icons */
35026
35764
  font-size: 0.875rem;
35027
35765
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
35028
35766
  flex-direction: row;
35767
+ border-radius: 2px 2px 0 0;
35029
35768
  }
35030
35769
 
35031
35770
  .amis-scope .antd-Transfer-title--light {
@@ -35045,6 +35784,7 @@ readers do not read off random characters that represent icons */
35045
35784
  border: 0.0625rem solid #d9d9d9;
35046
35785
  display: flex;
35047
35786
  flex-direction: column;
35787
+ border-radius: 2px;
35048
35788
  }
35049
35789
 
35050
35790
  .amis-scope .antd-Transfer-select > .antd-Transfer-checkboxes,
@@ -35338,14 +36078,14 @@ readers do not read off random characters that represent icons */
35338
36078
  .amis-scope .antd-IconPickerControl.is-error > .antd-IconPickerControl-input {
35339
36079
  border-color: #ff4d4f;
35340
36080
  background: #fff;
35341
- transition: all 0.2s;
36081
+ transition: all 0s;
35342
36082
  }
35343
36083
 
35344
36084
  .amis-scope .antd-IconPickerControl.is-focused > .antd-IconPickerControl-input {
35345
36085
  border-color: #40a9ff;
35346
36086
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
35347
36087
  background: #fff;
35348
- transition: all 0.2s;
36088
+ transition: all 0s;
35349
36089
  }
35350
36090
 
35351
36091
  .amis-scope .antd-IconPickerControl.is-error.is-focused > .antd-IconPickerControl-input {
@@ -35356,7 +36096,7 @@ readers do not read off random characters that represent icons */
35356
36096
  color: #999;
35357
36097
  background: #e5e7eb;
35358
36098
  border-color: #d9d9d9;
35359
- transition: all 0.2s;
36099
+ transition: all 0s;
35360
36100
  }
35361
36101
 
35362
36102
  .amis-scope .antd-IconPickerControl-spinner {
@@ -36006,6 +36746,276 @@ readers do not read off random characters that represent icons */
36006
36746
  padding: 0.75rem;
36007
36747
  }
36008
36748
 
36749
+ .amis-scope .antd-Markdown strong {
36750
+ font-weight: bolder;
36751
+ }
36752
+
36753
+ .amis-scope .antd-Markdown img {
36754
+ border-style: none;
36755
+ }
36756
+
36757
+ .amis-scope .antd-Markdown svg:not(:root) {
36758
+ overflow: hidden;
36759
+ }
36760
+
36761
+ .amis-scope .antd-Markdown button:-moz-focusring,
36762
+ .amis-scope .antd-Markdown [type=button]:-moz-focusring,
36763
+ .amis-scope .antd-Markdown [type=reset]:-moz-focusring,
36764
+ .amis-scope .antd-Markdown [type=submit]:-moz-focusring {
36765
+ outline: 1px dotted ButtonText;
36766
+ }
36767
+
36768
+ .amis-scope .antd-Markdown [type=checkbox] {
36769
+ box-sizing: border-box;
36770
+ padding: 0;
36771
+ }
36772
+
36773
+ .amis-scope .antd-Markdown table {
36774
+ border-spacing: 0;
36775
+ border-collapse: collapse;
36776
+ }
36777
+
36778
+ .amis-scope .antd-Markdown table td,
36779
+ .amis-scope .antd-Markdown table th {
36780
+ padding: 0;
36781
+ }
36782
+
36783
+ .amis-scope .antd-Markdown hr {
36784
+ height: 0;
36785
+ margin: 15px 0;
36786
+ overflow: hidden;
36787
+ background: transparent;
36788
+ border: 0;
36789
+ border-bottom: 1px solid #ddd;
36790
+ }
36791
+
36792
+ .amis-scope .antd-Markdown hr::before {
36793
+ display: table;
36794
+ content: "";
36795
+ }
36796
+
36797
+ .amis-scope .antd-Markdown hr::after {
36798
+ display: table;
36799
+ clear: both;
36800
+ content: "";
36801
+ }
36802
+
36803
+ .amis-scope .antd-Markdown p {
36804
+ margin-top: 0;
36805
+ margin-bottom: 10px;
36806
+ }
36807
+
36808
+ .amis-scope .antd-Markdown blockquote {
36809
+ margin: 0;
36810
+ }
36811
+
36812
+ .amis-scope .antd-Markdown ul,
36813
+ .amis-scope .antd-Markdown ol {
36814
+ padding-left: 0;
36815
+ margin-top: 0;
36816
+ margin-bottom: 0;
36817
+ }
36818
+
36819
+ .amis-scope .antd-Markdown ol ol,
36820
+ .amis-scope .antd-Markdown ul ol {
36821
+ list-style-type: lower-roman;
36822
+ }
36823
+
36824
+ .amis-scope .antd-Markdown ul ul ol,
36825
+ .amis-scope .antd-Markdown ul ol ol,
36826
+ .amis-scope .antd-Markdown ol ul ol,
36827
+ .amis-scope .antd-Markdown ol ol ol {
36828
+ list-style-type: lower-alpha;
36829
+ }
36830
+
36831
+ .amis-scope .antd-Markdown dd {
36832
+ margin-left: 0;
36833
+ }
36834
+
36835
+ .amis-scope .antd-Markdown p,
36836
+ .amis-scope .antd-Markdown blockquote,
36837
+ .amis-scope .antd-Markdown ul,
36838
+ .amis-scope .antd-Markdown ol,
36839
+ .amis-scope .antd-Markdown dl,
36840
+ .amis-scope .antd-Markdown table,
36841
+ .amis-scope .antd-Markdown pre {
36842
+ margin-top: 0;
36843
+ margin-bottom: 16px;
36844
+ }
36845
+
36846
+ .amis-scope .antd-Markdown hr {
36847
+ height: 4px;
36848
+ padding: 0;
36849
+ margin: 16px 0;
36850
+ background-color: #e7e7e7;
36851
+ border: 0 none;
36852
+ }
36853
+
36854
+ .amis-scope .antd-Markdown ul:not(.dropdown-menu):not(.nav),
36855
+ .amis-scope .antd-Markdown ol {
36856
+ padding-left: 2em;
36857
+ }
36858
+
36859
+ .amis-scope .antd-Markdown ul ul,
36860
+ .amis-scope .antd-Markdown ul ol,
36861
+ .amis-scope .antd-Markdown ol ol,
36862
+ .amis-scope .antd-Markdown ol ul {
36863
+ margin-top: 0;
36864
+ margin-bottom: 0;
36865
+ }
36866
+
36867
+ .amis-scope .antd-Markdown li > p {
36868
+ margin-top: 16px;
36869
+ }
36870
+
36871
+ .amis-scope .antd-Markdown dl {
36872
+ padding: 0;
36873
+ }
36874
+
36875
+ .amis-scope .antd-Markdown dl dt {
36876
+ padding: 0;
36877
+ margin-top: 16px;
36878
+ font-size: 1em;
36879
+ font-style: italic;
36880
+ font-weight: bold;
36881
+ }
36882
+
36883
+ .amis-scope .antd-Markdown dl dd {
36884
+ padding: 0 16px;
36885
+ margin-bottom: 16px;
36886
+ }
36887
+
36888
+ .amis-scope .antd-Markdown blockquote {
36889
+ padding: 0 15px;
36890
+ color: #777;
36891
+ border-left: 4px solid #ddd;
36892
+ }
36893
+
36894
+ .amis-scope .antd-Markdown blockquote > :first-child {
36895
+ margin-top: 0;
36896
+ }
36897
+
36898
+ .amis-scope .antd-Markdown blockquote > :last-child {
36899
+ margin-bottom: 0;
36900
+ }
36901
+
36902
+ .amis-scope .antd-Markdown table {
36903
+ display: block;
36904
+ width: 100%;
36905
+ overflow: auto;
36906
+ word-break: normal;
36907
+ }
36908
+
36909
+ .amis-scope .antd-Markdown table th {
36910
+ font-weight: bold;
36911
+ }
36912
+
36913
+ .amis-scope .antd-Markdown table th,
36914
+ .amis-scope .antd-Markdown table td {
36915
+ padding: 6px 13px;
36916
+ border: 1px solid #ddd;
36917
+ }
36918
+
36919
+ .amis-scope .antd-Markdown table tr {
36920
+ background-color: #fff;
36921
+ border-top: 1px solid #ccc;
36922
+ }
36923
+
36924
+ .amis-scope .antd-Markdown table tr:nth-child(2n) {
36925
+ background-color: #f8f8f8;
36926
+ }
36927
+
36928
+ @media (min-width: 1200px) {
36929
+ .amis-scope .antd-Markdown img {
36930
+ max-width: 800px;
36931
+ }
36932
+ }
36933
+
36934
+ .amis-scope .antd-Markdown code {
36935
+ padding: 0;
36936
+ padding-top: 0.2em;
36937
+ padding-bottom: 0.2em;
36938
+ margin: 0;
36939
+ background-color: rgba(0, 0, 0, 0.04);
36940
+ border-radius: 3px;
36941
+ }
36942
+
36943
+ .amis-scope .antd-Markdown code:before,
36944
+ .amis-scope .antd-Markdown code:after {
36945
+ letter-spacing: -0.2em;
36946
+ content: " ";
36947
+ }
36948
+
36949
+ .amis-scope .antd-Markdown pre > code {
36950
+ padding: 0;
36951
+ margin: 0;
36952
+ word-break: normal;
36953
+ white-space: pre;
36954
+ background: transparent;
36955
+ border: 0;
36956
+ }
36957
+
36958
+ .amis-scope .antd-Markdown .highlight {
36959
+ margin-bottom: 16px;
36960
+ }
36961
+
36962
+ .amis-scope .antd-Markdown .highlight pre,
36963
+ .amis-scope .antd-Markdown pre {
36964
+ padding: 16px;
36965
+ overflow: auto;
36966
+ line-height: 1.45;
36967
+ background-color: #f7f7f7;
36968
+ border-radius: 3px;
36969
+ }
36970
+
36971
+ .amis-scope .antd-Markdown .highlight pre {
36972
+ margin-bottom: 0;
36973
+ word-break: normal;
36974
+ }
36975
+
36976
+ .amis-scope .antd-Markdown pre {
36977
+ word-wrap: normal;
36978
+ }
36979
+
36980
+ .amis-scope .antd-Markdown pre code {
36981
+ display: inline;
36982
+ max-width: initial;
36983
+ padding: 0;
36984
+ margin: 0;
36985
+ overflow: initial;
36986
+ line-height: inherit;
36987
+ word-wrap: normal;
36988
+ background-color: transparent;
36989
+ border: 0;
36990
+ }
36991
+
36992
+ .amis-scope .antd-Markdown pre code:before,
36993
+ .amis-scope .antd-Markdown pre code:after {
36994
+ content: normal;
36995
+ }
36996
+
36997
+ .amis-scope .antd-Markdown kbd {
36998
+ display: inline-block;
36999
+ padding: 3px 5px;
37000
+ line-height: 10px;
37001
+ color: #555;
37002
+ vertical-align: middle;
37003
+ background-color: #fcfcfc;
37004
+ border: solid 1px #ccc;
37005
+ border-bottom-color: #bbb;
37006
+ border-radius: 3px;
37007
+ box-shadow: inset 0 -1px 0 #bbb;
37008
+ }
37009
+
37010
+ .amis-scope .antd-Markdown hr {
37011
+ border-bottom-color: #eee;
37012
+ }
37013
+
37014
+ .amis-scope .antd-Link.is-disabled {
37015
+ cursor: not-allowed;
37016
+ color: #999;
37017
+ }
37018
+
36009
37019
  /*
36010
37020
  * utilities
36011
37021
  */
@@ -36452,6 +37462,10 @@ readers do not read off random characters that represent icons */
36452
37462
  background: none !important;
36453
37463
  }
36454
37464
 
37465
+ .cursor-pointer {
37466
+ cursor: pointer;
37467
+ }
37468
+
36455
37469
  .amis-scope a.bg-primary:hover {
36456
37470
  background: #0084fe;
36457
37471
  }
@@ -38009,7 +39023,7 @@ readers do not read off random characters that represent icons */
38009
39023
  }
38010
39024
 
38011
39025
  .amis-scope .hover-rotate {
38012
- transition: all 0.2s ease-in-out 0.2s;
39026
+ transition: all 0s ease-in-out 0s;
38013
39027
  }
38014
39028
 
38015
39029
  .amis-scope .hover-anchor:hover > .hover-action,
@@ -38343,4 +39357,4 @@ readers do not read off random characters that represent icons */
38343
39357
  .amis-scope .no-padder-xs {
38344
39358
  padding: 0 !important;
38345
39359
  }
38346
- }
39360
+ }