amis 1.9.0-beta.12 → 1.9.0-beta.15

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 (365) hide show
  1. package/lib/Schema.d.ts +4 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/SchemaRenderer.d.ts +2 -2
  4. package/lib/SchemaRenderer.js +3 -3
  5. package/lib/SchemaRenderer.js.map +2 -2
  6. package/lib/actions/Action.d.ts +8 -6
  7. package/lib/actions/Action.js.map +2 -2
  8. package/lib/actions/AjaxAction.d.ts +10 -7
  9. package/lib/actions/AjaxAction.js +27 -21
  10. package/lib/actions/AjaxAction.js.map +2 -2
  11. package/lib/actions/BreakAction.d.ts +2 -2
  12. package/lib/actions/BreakAction.js.map +1 -1
  13. package/lib/actions/BroadcastAction.d.ts +3 -3
  14. package/lib/actions/BroadcastAction.js +3 -2
  15. package/lib/actions/BroadcastAction.js.map +2 -2
  16. package/lib/actions/CmptAction.d.ts +2 -2
  17. package/lib/actions/CmptAction.js +7 -9
  18. package/lib/actions/CmptAction.js.map +2 -2
  19. package/lib/actions/ContinueAction.d.ts +2 -2
  20. package/lib/actions/ContinueAction.js.map +1 -1
  21. package/lib/actions/CopyAction.d.ts +7 -4
  22. package/lib/actions/CopyAction.js +8 -6
  23. package/lib/actions/CopyAction.js.map +2 -2
  24. package/lib/actions/CustomAction.d.ts +2 -2
  25. package/lib/actions/CustomAction.js.map +1 -1
  26. package/lib/actions/DialogAction.d.ts +14 -8
  27. package/lib/actions/DialogAction.js +6 -6
  28. package/lib/actions/DialogAction.js.map +2 -2
  29. package/lib/actions/DrawerAction.d.ts +3 -3
  30. package/lib/actions/DrawerAction.js.map +1 -1
  31. package/lib/actions/EmailAction.d.ts +10 -7
  32. package/lib/actions/EmailAction.js +4 -5
  33. package/lib/actions/EmailAction.js.map +2 -2
  34. package/lib/actions/LinkAction.d.ts +19 -11
  35. package/lib/actions/LinkAction.js +6 -5
  36. package/lib/actions/LinkAction.js.map +2 -2
  37. package/lib/actions/LoopAction.d.ts +6 -3
  38. package/lib/actions/LoopAction.js +22 -20
  39. package/lib/actions/LoopAction.js.map +2 -2
  40. package/lib/actions/PageAction.d.ts +8 -5
  41. package/lib/actions/PageAction.js +3 -2
  42. package/lib/actions/PageAction.js.map +2 -2
  43. package/lib/actions/ParallelAction.d.ts +2 -2
  44. package/lib/actions/ParallelAction.js.map +1 -1
  45. package/lib/actions/SwitchAction.d.ts +2 -2
  46. package/lib/actions/SwitchAction.js.map +1 -1
  47. package/lib/actions/ToastAction.d.ts +2 -2
  48. package/lib/actions/ToastAction.js +6 -4
  49. package/lib/actions/ToastAction.js.map +2 -2
  50. package/lib/components/Editor.d.ts +84 -84
  51. package/lib/components/InputBox.js +1 -1
  52. package/lib/components/InputBox.js.map +2 -2
  53. package/lib/components/Pagination.d.ts +1175 -0
  54. package/lib/components/Pagination.js +274 -0
  55. package/lib/components/Pagination.js.map +13 -0
  56. package/lib/components/PickerContainer.d.ts +1 -0
  57. package/lib/components/PickerContainer.js +3 -2
  58. package/lib/components/PickerContainer.js.map +2 -2
  59. package/lib/components/Rating.js +11 -9
  60. package/lib/components/Rating.js.map +2 -2
  61. package/lib/components/Select.js +3 -3
  62. package/lib/components/Select.js.map +2 -2
  63. package/lib/components/Tag.d.ts +148 -0
  64. package/lib/components/Tag.js +96 -0
  65. package/lib/components/Tag.js.map +13 -0
  66. package/lib/components/TooltipWrapper.d.ts +25 -21
  67. package/lib/components/TooltipWrapper.js +11 -1
  68. package/lib/components/TooltipWrapper.js.map +2 -2
  69. package/lib/components/TransferDropDown.d.ts +85 -84
  70. package/lib/components/TransferDropDown.js +2 -2
  71. package/lib/components/TransferDropDown.js.map +2 -2
  72. package/lib/components/Tree.d.ts +84 -84
  73. package/lib/components/formula/VariableList.d.ts +1 -0
  74. package/lib/components/formula/VariableList.js.map +2 -2
  75. package/lib/components/icons.js +2 -0
  76. package/lib/components/icons.js.map +2 -2
  77. package/lib/components/index.d.ts +4 -1
  78. package/lib/components/index.js +7 -1
  79. package/lib/components/index.js.map +2 -2
  80. package/lib/components/schema-editor/Array.d.ts +11 -0
  81. package/lib/components/schema-editor/Array.js +66 -0
  82. package/lib/components/schema-editor/Array.js.map +13 -0
  83. package/lib/components/schema-editor/Common.d.ts +29 -0
  84. package/lib/components/schema-editor/Common.js +69 -0
  85. package/lib/components/schema-editor/Common.js.map +13 -0
  86. package/lib/components/schema-editor/Item.d.ts +9 -0
  87. package/lib/components/schema-editor/Item.js +31 -0
  88. package/lib/components/schema-editor/Item.js.map +13 -0
  89. package/lib/components/schema-editor/Object.d.ts +44 -0
  90. package/lib/components/schema-editor/Object.js +191 -0
  91. package/lib/components/schema-editor/Object.js.map +13 -0
  92. package/lib/components/schema-editor/SchemaVariableList.d.ts +316 -0
  93. package/lib/components/schema-editor/SchemaVariableList.js +74 -0
  94. package/lib/components/schema-editor/SchemaVariableList.js.map +13 -0
  95. package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +305 -0
  96. package/lib/components/schema-editor/SchemaVariableListPicker.js +32 -0
  97. package/lib/components/schema-editor/SchemaVariableListPicker.js.map +13 -0
  98. package/lib/components/schema-editor/index.d.ts +520 -0
  99. package/lib/components/schema-editor/index.js +118 -0
  100. package/lib/components/schema-editor/index.js.map +13 -0
  101. package/lib/components/table/Cell.d.ts +930 -0
  102. package/lib/components/table/Cell.js +36 -0
  103. package/lib/components/table/Cell.js.map +13 -0
  104. package/lib/components/table/HeadCellDropDown.d.ts +514 -0
  105. package/lib/components/table/HeadCellDropDown.js +52 -0
  106. package/lib/components/table/HeadCellDropDown.js.map +13 -0
  107. package/lib/components/table/HeadCellFilter.d.ts +771 -0
  108. package/lib/components/table/HeadCellFilter.js +106 -0
  109. package/lib/components/table/HeadCellFilter.js.map +13 -0
  110. package/lib/components/table/HeadCellSelect.d.ts +672 -0
  111. package/lib/components/table/HeadCellSelect.js +46 -0
  112. package/lib/components/table/HeadCellSelect.js.map +13 -0
  113. package/lib/components/table/HeadCellSort.d.ts +498 -0
  114. package/lib/components/table/HeadCellSort.js +67 -0
  115. package/lib/components/table/HeadCellSort.js.map +13 -0
  116. package/lib/components/table/index.d.ts +1355 -0
  117. package/lib/components/table/index.js +1095 -0
  118. package/lib/components/table/index.js.map +13 -0
  119. package/lib/env.d.ts +2 -4
  120. package/lib/env.js.map +2 -2
  121. package/lib/factory.js +0 -95
  122. package/lib/factory.js.map +2 -2
  123. package/lib/icons/dot.js +11 -0
  124. package/lib/index.d.ts +6 -1
  125. package/lib/index.js +9 -2
  126. package/lib/index.js.map +2 -2
  127. package/lib/locale/de-DE.js +18 -1
  128. package/lib/locale/de-DE.js.map +2 -2
  129. package/lib/locale/en-US.js +18 -1
  130. package/lib/locale/en-US.js.map +2 -2
  131. package/lib/locale/zh-CN.js +20 -1
  132. package/lib/locale/zh-CN.js.map +2 -2
  133. package/lib/renderers/Action.js +0 -2
  134. package/lib/renderers/Action.js.map +2 -2
  135. package/lib/renderers/Carousel.d.ts +5 -1
  136. package/lib/renderers/Carousel.js +18 -5
  137. package/lib/renderers/Carousel.js.map +2 -2
  138. package/lib/renderers/Form/ButtonGroupSelect.d.ts +2 -0
  139. package/lib/renderers/Form/ButtonGroupSelect.js +7 -0
  140. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  141. package/lib/renderers/Form/Checkbox.js +3 -4
  142. package/lib/renderers/Form/Checkbox.js.map +2 -2
  143. package/lib/renderers/Form/Checkboxes.d.ts +2 -1
  144. package/lib/renderers/Form/Checkboxes.js +19 -14
  145. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  146. package/lib/renderers/Form/Combo.js +23 -4
  147. package/lib/renderers/Form/Combo.js.map +2 -2
  148. package/lib/renderers/Form/DiffEditor.d.ts +126 -18
  149. package/lib/renderers/Form/Editor.d.ts +412 -112
  150. package/lib/renderers/Form/Editor.js +10 -1
  151. package/lib/renderers/Form/Editor.js.map +2 -2
  152. package/lib/renderers/Form/InputExcel.js +6 -1
  153. package/lib/renderers/Form/InputExcel.js.map +2 -2
  154. package/lib/renderers/Form/InputFile.js +1 -2
  155. package/lib/renderers/Form/InputFile.js.map +2 -2
  156. package/lib/renderers/Form/InputTree.js +1 -1
  157. package/lib/renderers/Form/InputTree.js.map +2 -2
  158. package/lib/renderers/Form/Item.d.ts +0 -6
  159. package/lib/renderers/Form/JSONSchemaEditor.d.ts +41 -0
  160. package/lib/renderers/Form/JSONSchemaEditor.js +33 -0
  161. package/lib/renderers/Form/JSONSchemaEditor.js.map +13 -0
  162. package/lib/renderers/Form/ListSelect.d.ts +2 -0
  163. package/lib/renderers/Form/ListSelect.js +7 -0
  164. package/lib/renderers/Form/ListSelect.js.map +2 -2
  165. package/lib/renderers/Form/Options.js +1 -0
  166. package/lib/renderers/Form/Options.js.map +2 -2
  167. package/lib/renderers/Form/Select.js +12 -1
  168. package/lib/renderers/Form/Select.js.map +2 -2
  169. package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
  170. package/lib/renderers/Form/TabsTransfer.js +2 -2
  171. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  172. package/lib/renderers/Form/TreeSelect.d.ts +4 -0
  173. package/lib/renderers/Form/TreeSelect.js +2 -2
  174. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  175. package/lib/renderers/Form/wrapControl.js +10 -5
  176. package/lib/renderers/Form/wrapControl.js.map +2 -2
  177. package/lib/renderers/Pagination.d.ts +49 -30
  178. package/lib/renderers/Pagination.js +3 -132
  179. package/lib/renderers/Pagination.js.map +2 -2
  180. package/lib/renderers/Table/HeadCellSearchDropdown.js +0 -1
  181. package/lib/renderers/Table/HeadCellSearchDropdown.js.map +2 -2
  182. package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +29 -0
  183. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +158 -0
  184. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +13 -0
  185. package/lib/renderers/Table-v2/TableCell.d.ts +6 -0
  186. package/lib/renderers/Table-v2/TableCell.js +28 -0
  187. package/lib/renderers/Table-v2/TableCell.js.map +13 -0
  188. package/lib/renderers/Table-v2/index.d.ts +256 -0
  189. package/lib/renderers/Table-v2/index.js +548 -0
  190. package/lib/renderers/Table-v2/index.js.map +13 -0
  191. package/lib/renderers/Tabs.js +1 -1
  192. package/lib/renderers/Tabs.js.map +2 -2
  193. package/lib/renderers/Tag.d.ts +66 -0
  194. package/lib/renderers/Tag.js +53 -0
  195. package/lib/renderers/Tag.js.map +13 -0
  196. package/lib/renderers/Wizard.js +3 -3
  197. package/lib/renderers/Wizard.js.map +2 -2
  198. package/lib/schemaExtend.js +24 -30
  199. package/lib/schemaExtend.js.map +2 -2
  200. package/lib/store/combo.d.ts +140 -20
  201. package/lib/store/form.d.ts +56 -8
  202. package/lib/store/formItem.d.ts +3 -1
  203. package/lib/store/formItem.js +3 -1
  204. package/lib/store/formItem.js.map +2 -2
  205. package/lib/store/index.js +2 -0
  206. package/lib/store/index.js.map +2 -2
  207. package/lib/store/table-v2.d.ts +308 -0
  208. package/lib/store/table-v2.js +452 -0
  209. package/lib/store/table-v2.js.map +13 -0
  210. package/lib/store/table.d.ts +112 -16
  211. package/lib/store/table.js +1 -1
  212. package/lib/store/table.js.map +2 -2
  213. package/lib/themes/ang-ie11.css +1686 -120
  214. package/lib/themes/ang.css +1807 -208
  215. package/lib/themes/ang.css.map +1 -1
  216. package/lib/themes/antd-ie11.css +1667 -101
  217. package/lib/themes/antd.css +1789 -201
  218. package/lib/themes/antd.css.map +1 -1
  219. package/lib/themes/cxd-ie11.css +1662 -97
  220. package/lib/themes/cxd.css +1983 -394
  221. package/lib/themes/cxd.css.map +1 -1
  222. package/lib/themes/dark-ie11.css +1667 -101
  223. package/lib/themes/dark.css +1789 -201
  224. package/lib/themes/dark.css.map +1 -1
  225. package/lib/themes/default-ie11.css +1662 -97
  226. package/lib/themes/default.css +1983 -394
  227. package/lib/themes/default.css.map +1 -1
  228. package/lib/utils/DataSchema.d.ts +25 -0
  229. package/lib/utils/DataSchema.js +104 -0
  230. package/lib/utils/DataSchema.js.map +13 -0
  231. package/lib/utils/DataScope.d.ts +23 -0
  232. package/lib/utils/DataScope.js +140 -0
  233. package/lib/utils/DataScope.js.map +13 -0
  234. package/lib/utils/handleAction.js +1 -1
  235. package/lib/utils/handleAction.js.map +2 -2
  236. package/lib/utils/renderer-event.d.ts +8 -2
  237. package/lib/utils/renderer-event.js +102 -1
  238. package/lib/utils/renderer-event.js.map +2 -2
  239. package/package.json +3 -2
  240. package/schema.json +1476 -469
  241. package/scss/_properties.scss +69 -0
  242. package/scss/components/_button.scss +37 -39
  243. package/scss/components/_context-menu.scss +3 -18
  244. package/scss/components/_json-schema-editor.scss +126 -0
  245. package/scss/components/_pagination.scss +104 -23
  246. package/scss/components/_result-box.scss +2 -2
  247. package/scss/components/_table-v2.scss +912 -0
  248. package/scss/components/_tag.scss +177 -0
  249. package/scss/components/form/_selection.scss +1 -14
  250. package/scss/components/form/_text.scss +1 -1
  251. package/scss/themes/_antd-variables.scss +0 -13
  252. package/scss/themes/_common.scss +3 -0
  253. package/scss/themes/_cxd-variables.scss +7 -17
  254. package/scss/themes/_dark-variables.scss +0 -13
  255. package/scss/themes/cxd.scss +1 -1
  256. package/sdk/ang-ie11.css +2240 -227
  257. package/sdk/ang.css +2905 -859
  258. package/sdk/antd-ie11.css +2233 -220
  259. package/sdk/antd.css +2905 -870
  260. package/sdk/barcode.js +51 -51
  261. package/sdk/charts.js +14 -14
  262. package/sdk/codemirror.js +7 -7
  263. package/sdk/color-picker.js +65 -65
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +2223 -211
  266. package/sdk/cxd.css +2911 -875
  267. package/sdk/dark-ie11.css +2233 -220
  268. package/sdk/dark.css +2905 -870
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/locale/de-DE.js +18 -1
  271. package/sdk/markdown.js +69 -69
  272. package/sdk/papaparse.js +1 -1
  273. package/sdk/renderers/Form/CityDB.js +1 -1
  274. package/sdk/rest.js +16 -16
  275. package/sdk/rich-text.js +62 -62
  276. package/sdk/sdk-ie11.css +2223 -211
  277. package/sdk/sdk.css +2911 -875
  278. package/sdk/sdk.js +1326 -1270
  279. package/sdk/thirds/hls.js/hls.js +1 -1
  280. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  281. package/sdk/tinymce.js +57 -57
  282. package/src/Schema.ts +7 -0
  283. package/src/SchemaRenderer.tsx +4 -5
  284. package/src/actions/Action.ts +7 -6
  285. package/src/actions/AjaxAction.ts +33 -24
  286. package/src/actions/BreakAction.ts +2 -2
  287. package/src/actions/BroadcastAction.ts +6 -5
  288. package/src/actions/CmptAction.ts +5 -6
  289. package/src/actions/ContinueAction.ts +2 -2
  290. package/src/actions/CopyAction.ts +14 -8
  291. package/src/actions/CustomAction.ts +2 -2
  292. package/src/actions/DialogAction.ts +16 -10
  293. package/src/actions/DrawerAction.ts +3 -3
  294. package/src/actions/EmailAction.ts +12 -12
  295. package/src/actions/LinkAction.ts +34 -14
  296. package/src/actions/LoopAction.ts +13 -8
  297. package/src/actions/PageAction.ts +9 -6
  298. package/src/actions/ParallelAction.ts +2 -2
  299. package/src/actions/SwitchAction.ts +2 -2
  300. package/src/actions/ToastAction.ts +9 -5
  301. package/src/components/InputBox.tsx +1 -0
  302. package/src/components/Pagination.tsx +446 -0
  303. package/src/components/PickerContainer.tsx +8 -5
  304. package/src/components/Rating.tsx +16 -9
  305. package/src/components/Select.tsx +3 -3
  306. package/src/components/Tag.tsx +179 -0
  307. package/src/components/TooltipWrapper.tsx +14 -1
  308. package/src/components/TransferDropDown.tsx +3 -0
  309. package/src/components/formula/VariableList.tsx +1 -0
  310. package/src/components/icons.tsx +2 -0
  311. package/src/components/index.tsx +7 -1
  312. package/src/components/schema-editor/Array.tsx +95 -0
  313. package/src/components/schema-editor/Common.tsx +138 -0
  314. package/src/components/schema-editor/Item.tsx +36 -0
  315. package/src/components/schema-editor/Object.tsx +299 -0
  316. package/src/components/schema-editor/SchemaVariableList.tsx +97 -0
  317. package/src/components/schema-editor/SchemaVariableListPicker.tsx +66 -0
  318. package/src/components/schema-editor/index.tsx +211 -0
  319. package/src/components/table/Cell.tsx +70 -0
  320. package/src/components/table/HeadCellDropDown.tsx +115 -0
  321. package/src/components/table/HeadCellFilter.tsx +193 -0
  322. package/src/components/table/HeadCellSelect.tsx +86 -0
  323. package/src/components/table/HeadCellSort.tsx +102 -0
  324. package/src/components/table/index.tsx +1681 -0
  325. package/src/env.tsx +7 -14
  326. package/src/factory.tsx +3 -106
  327. package/src/icons/dot.svg +11 -0
  328. package/src/index.tsx +8 -1
  329. package/src/locale/de-DE.ts +18 -1
  330. package/src/locale/en-US.ts +18 -1
  331. package/src/locale/zh-CN.ts +20 -1
  332. package/src/renderers/Action.tsx +1 -1
  333. package/src/renderers/Carousel.tsx +21 -6
  334. package/src/renderers/Form/ButtonGroupSelect.tsx +10 -1
  335. package/src/renderers/Form/Checkbox.tsx +4 -4
  336. package/src/renderers/Form/Checkboxes.tsx +31 -25
  337. package/src/renderers/Form/Combo.tsx +20 -4
  338. package/src/renderers/Form/Editor.tsx +15 -1
  339. package/src/renderers/Form/InputExcel.tsx +6 -1
  340. package/src/renderers/Form/InputFile.tsx +1 -2
  341. package/src/renderers/Form/InputTree.tsx +1 -1
  342. package/src/renderers/Form/JSONSchemaEditor.tsx +67 -0
  343. package/src/renderers/Form/ListSelect.tsx +9 -1
  344. package/src/renderers/Form/Options.tsx +1 -1
  345. package/src/renderers/Form/Select.tsx +7 -0
  346. package/src/renderers/Form/TabsTransfer.tsx +2 -2
  347. package/src/renderers/Form/TreeSelect.tsx +8 -1
  348. package/src/renderers/Form/wrapControl.tsx +11 -5
  349. package/src/renderers/Pagination.tsx +65 -253
  350. package/src/renderers/Table/HeadCellSearchDropdown.tsx +0 -1
  351. package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +244 -0
  352. package/src/renderers/Table-v2/TableCell.tsx +19 -0
  353. package/src/renderers/Table-v2/index.tsx +1140 -0
  354. package/src/renderers/Tabs.tsx +1 -1
  355. package/src/renderers/Tag.tsx +128 -0
  356. package/src/renderers/Wizard.tsx +3 -3
  357. package/src/schemaExtend.ts +24 -28
  358. package/src/store/formItem.ts +5 -1
  359. package/src/store/index.ts +2 -0
  360. package/src/store/table-v2.ts +646 -0
  361. package/src/store/table.ts +1 -1
  362. package/src/utils/DataSchema.ts +131 -0
  363. package/src/utils/DataScope.ts +190 -0
  364. package/src/utils/handleAction.ts +1 -1
  365. package/src/utils/renderer-event.ts +113 -2
package/sdk/antd-ie11.css CHANGED
@@ -25916,7 +25916,6 @@ readers do not read off random characters that represent icons */
25916
25916
  box-shadow: none;
25917
25917
  cursor: not-allowed;
25918
25918
  color: #999;
25919
- pointer-events: auto;
25920
25919
  border: 0.0625rem solid #d9d9d9;
25921
25920
  background: #f2f3f3;
25922
25921
  }
@@ -25932,9 +25931,45 @@ readers do not read off random characters that represent icons */
25932
25931
  cursor: pointer;
25933
25932
  }
25934
25933
 
25935
- .amis-scope .antd-Button.cxd-Button--link.is-disabled {
25936
- background: transparent;
25934
+ .amis-scope .antd-Button--link {
25935
+ width: auto;
25936
+ min-width: auto;
25937
+ font-weight: 400;
25938
+ color: #1890ff;
25939
+ text-decoration: none;
25940
+ border: none;
25941
+ height: auto;
25942
+ }
25943
+
25944
+ .amis-scope .antd-Button--link:hover:focus {
25945
+ color: #4f86f4;
25946
+ box-shadow: none;
25947
+ }
25948
+
25949
+ .amis-scope .antd-Button--link:hover:active {
25950
+ color: #1c53c1;
25951
+ box-shadow: none;
25952
+ }
25953
+
25954
+ .amis-scope .antd-Button--link:disabled,
25955
+ .amis-scope .antd-Button--link.is-disabled {
25956
+ color: #999;
25937
25957
  border: none;
25958
+ background: transparent;
25959
+ }
25960
+
25961
+ .amis-scope .antd-Button--link:disabled:hover:active,
25962
+ .amis-scope .antd-Button--link.is-disabled:hover:active {
25963
+ color: #999;
25964
+ }
25965
+
25966
+ .amis-scope .antd-Button--block {
25967
+ display: block;
25968
+ width: 100%;
25969
+ }
25970
+
25971
+ .amis-scope .antd-Button--block + .antd-Button--block {
25972
+ margin-top: 0.75rem;
25938
25973
  }
25939
25974
 
25940
25975
  .amis-scope .antd-Button > .pull-left,
@@ -26396,42 +26431,6 @@ readers do not read off random characters that represent icons */
26396
26431
  animation: spin 1s infinite linear;
26397
26432
  }
26398
26433
 
26399
- .amis-scope .antd-Button--link {
26400
- width: auto;
26401
- min-width: auto;
26402
- font-weight: 400;
26403
- color: #1890ff;
26404
- text-decoration: none;
26405
- border: none;
26406
- height: auto;
26407
- }
26408
-
26409
- .amis-scope .antd-Button--link:hover:focus {
26410
- color: #4f86f4;
26411
- box-shadow: none;
26412
- }
26413
-
26414
- .amis-scope .antd-Button--link:hover:active {
26415
- color: #1c53c1;
26416
- box-shadow: none;
26417
- }
26418
-
26419
- .amis-scope .antd-Button--link:disabled,
26420
- .amis-scope .antd-Button--link.is-disabled {
26421
- color: #999;
26422
- pointer-events: none;
26423
- background: #f2f3f3;
26424
- }
26425
-
26426
- .amis-scope .antd-Button--block {
26427
- display: block;
26428
- width: 100%;
26429
- }
26430
-
26431
- .amis-scope .antd-Button--block + .antd-Button--block {
26432
- margin-top: 0.75rem;
26433
- }
26434
-
26435
26434
  .amis-scope input[type=submit].antd-Button--block,
26436
26435
  .amis-scope input[type=reset].antd-Button--block,
26437
26436
  .amis-scope input[type=button].antd-Button--block {
@@ -31902,7 +31901,7 @@ readers do not read off random characters that represent icons */
31902
31901
  display: block;
31903
31902
  position: absolute;
31904
31903
  margin: 0;
31905
- padding: 0;
31904
+ padding: 4px 0;
31906
31905
  background: #fff;
31907
31906
  box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
31908
31907
  color: #151b26;
@@ -31926,19 +31925,6 @@ readers do not read off random characters that represent icons */
31926
31925
  animation-name: contextMenuOut;
31927
31926
  }
31928
31927
 
31929
- .amis-scope .antd-ContextMenu-menu::before {
31930
- display: block;
31931
- position: absolute;
31932
- content: "";
31933
- top: -1px;
31934
- left: -1px;
31935
- bottom: -1px;
31936
- right: -1px;
31937
- border-radius: 4px;
31938
- border: 1px solid #e8e9eb;
31939
- z-index: -1;
31940
- }
31941
-
31942
31928
  .amis-scope .antd-ContextMenu-divider {
31943
31929
  border: none;
31944
31930
  height: 1px;
@@ -31951,7 +31937,7 @@ readers do not read off random characters that represent icons */
31951
31937
  list-style: none;
31952
31938
  margin: 0;
31953
31939
  padding: 0;
31954
- min-width: 100px;
31940
+ min-width: 150px;
31955
31941
  }
31956
31942
 
31957
31943
  .amis-scope .antd-ContextMenu-item {
@@ -34141,180 +34127,1811 @@ readers do not read off random characters that represent icons */
34141
34127
  margin-right: 0.625rem;
34142
34128
  }
34143
34129
 
34144
- .amis-scope .antd-ColumnToggler {
34130
+ .amis-scope .antd-Table-v2 {
34145
34131
  position: relative;
34146
- display: inline-block;
34147
- }
34148
-
34149
- .amis-scope .antd-ColumnToggler-caret {
34150
- margin-left: 0.5rem;
34151
- display: inline-block;
34152
- vertical-align: top;
34153
- transition: transform 0s ease;
34132
+ border-radius: 2px;
34133
+ margin-bottom: 1rem;
34154
34134
  }
34155
34135
 
34156
- .amis-scope .antd-ColumnToggler-caret > svg {
34157
- width: 0.625rem;
34158
- height: 0.625rem;
34159
- top: 0.125em;
34136
+ .amis-scope .antd-Table-v2.antd-Table-bordered {
34137
+ border-width: 0.0625rem 0.0625rem 0 0.0625rem;
34138
+ border-style: solid;
34139
+ border-color: #d9d9d9;
34140
+ border-collapse: inherit;
34160
34141
  }
34161
34142
 
34162
- .amis-scope .antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
34163
- transform: rotate(180deg);
34143
+ .amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > thead > tr > th,
34144
+ .amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > tbody > tr > td,
34145
+ .amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > tfoot > tr > td {
34146
+ border-right: 0.0625rem solid #d9d9d9;
34164
34147
  }
34165
34148
 
34166
- .amis-scope .antd-ColumnToggler.is-actived > .antd-Button {
34167
- color: #1890ff;
34149
+ .amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > thead > tr > th:last-child,
34150
+ .amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > tbody > tr > td:last-child,
34151
+ .amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > tfoot > tr > td:last-child {
34152
+ border-right: none;
34168
34153
  }
34169
34154
 
34170
- .amis-scope .antd-ColumnToggler--block {
34171
- display: block;
34155
+ .amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-footer {
34156
+ border-bottom: 0.0625rem solid #d9d9d9;
34172
34157
  }
34173
34158
 
34174
- .amis-scope .antd-ColumnToggler--block .antd-Button {
34175
- display: block;
34159
+ .amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-title {
34160
+ border-bottom: 0.0625rem solid #d9d9d9;
34176
34161
  }
34177
34162
 
34178
- .amis-scope .antd-ColumnToggler-menu {
34179
- position: absolute;
34180
- z-index: 1000;
34181
- top: 100%;
34182
- left: 0;
34183
- margin: 0.0625rem 0 0;
34184
- background: #fff;
34185
- list-style: none;
34186
- padding: 0.25rem 0;
34187
- border: 0.0625rem solid #d9d9d9;
34188
- border-radius: 2px;
34189
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
34190
- min-width: 10rem;
34191
- text-align: left;
34163
+ .amis-scope .antd-Table-v2.antd-Table-large .antd-Table-table > thead > tr > th {
34164
+ padding: calc(
34165
+ (3.8125rem - 0.875rem * 1.57) /
34166
+ 2
34167
+ ) 0.75rem;
34192
34168
  }
34193
34169
 
34194
- .amis-scope .antd-ColumnToggler--alignRight .antd-ColumnToggler-menu {
34195
- left: auto;
34196
- right: 0;
34170
+ .amis-scope .antd-Table-v2.antd-Table-large .antd-Table-table > tbody > tr > td,
34171
+ .amis-scope .antd-Table-v2.antd-Table-large .antd-Table-table > tbody > tr > th {
34172
+ padding: calc(
34173
+ (3.8125rem - 0.875rem * 1.57) /
34174
+ 2
34175
+ ) 0.75rem;
34197
34176
  }
34198
34177
 
34199
- .amis-scope .antd-ColumnToggler-menuItem,
34200
- .amis-scope .antd-ColumnToggler-menu > li {
34178
+ .amis-scope .antd-Table-v2.antd-Table-large .antd-Table-table > tfoot > tr > td {
34201
34179
  padding: calc(
34202
- (2.125rem - 0.875rem * 1.57) /
34180
+ (3.8125rem - 0.875rem * 1.57) /
34203
34181
  2
34204
- ) 0.5rem;
34205
- white-space: nowrap;
34206
- box-sizing: border-box;
34207
- height: 2.125rem;
34208
- vertical-align: middle;
34209
- user-select: none;
34210
- color: #1890ff;
34211
- text-decoration: none;
34182
+ ) 0.75rem;
34212
34183
  }
34213
34184
 
34214
- .amis-scope .antd-ColumnToggler-menuItem:hover,
34215
- .amis-scope .antd-ColumnToggler-menu > li:hover {
34216
- background: rgba(0, 126, 255, 0.08);
34217
- color: #1890ff;
34185
+ .amis-scope .antd-Table-v2.antd-Table-large .antd-TableCell-filterBtn {
34186
+ right: calc( 0.75rem - 1rem / 2 );
34218
34187
  }
34219
34188
 
34220
- .amis-scope .antd-ColumnToggler-menuItem.is-active,
34221
- .amis-scope .antd-ColumnToggler-menu > li.is-active {
34222
- color: #1890ff;
34189
+ .amis-scope .antd-Table-v2.antd-Table-small .antd-Table-table > thead > tr > th {
34190
+ padding: calc(
34191
+ (2.0625rem - 0.875rem * 1.57) /
34192
+ 2
34193
+ ) 0.25rem;
34223
34194
  }
34224
34195
 
34225
- .amis-scope .antd-ColumnToggler-menuItem:not(.is-disabled),
34226
- .amis-scope .antd-ColumnToggler-menuItem:not(.disabled),
34227
- .amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
34228
- .amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
34229
- cursor: pointer;
34196
+ .amis-scope .antd-Table-v2.antd-Table-small .antd-Table-table > tbody > tr > td,
34197
+ .amis-scope .antd-Table-v2.antd-Table-small .antd-Table-table > tbody > tr > th {
34198
+ padding: calc(
34199
+ (2.0625rem - 0.875rem * 1.57) /
34200
+ 2
34201
+ ) 0.25rem;
34230
34202
  }
34231
34203
 
34232
- .amis-scope .antd-ColumnToggler-menuItem.is-disabled,
34233
- .amis-scope .antd-ColumnToggler-menu > li.is-disabled {
34234
- cursor: not-allowed;
34235
- color: #b4b6ba;
34236
- filter: grayscale(80%);
34204
+ .amis-scope .antd-Table-v2.antd-Table-small .antd-Table-table > tfoot > tr > td {
34205
+ padding: calc(
34206
+ (2.0625rem - 0.875rem * 1.57) /
34207
+ 2
34208
+ ) 0.25rem;
34237
34209
  }
34238
34210
 
34239
- .amis-scope .antd-ColumnToggler-menuItem.antd-DropDown-divider,
34240
- .amis-scope .antd-ColumnToggler-menu > li.antd-DropDown-divider {
34241
- height: 0.0625rem;
34242
- margin: 0.5625rem 0;
34243
- overflow: hidden;
34244
- background: #d9d9d9;
34245
- padding: 0;
34211
+ .amis-scope .antd-Table-v2.antd-Table-small .antd-TableCell-filterBtn {
34212
+ right: calc( 0.25rem - 1rem / 2 );
34246
34213
  }
34247
34214
 
34248
- .amis-scope .antd-ColumnToggler-menu > li a {
34249
- color: inherit;
34250
- display: block;
34251
- text-decoration: none;
34215
+ .amis-scope .antd-Table-v2 .antd-Table-title,
34216
+ .amis-scope .antd-Table-v2 .antd-Table-footer {
34217
+ background: #fff;
34218
+ padding: calc( ( 2.5rem - 0.875rem * 1.57 ) / 2 ) 0.5rem;
34252
34219
  }
34253
34220
 
34254
- .amis-scope .antd-ColumnToggler-popover {
34255
- border: none;
34256
- box-shadow: none;
34221
+ .amis-scope .antd-Table-v2 .antd-Table-header {
34222
+ padding: 0.75rem 0;
34257
34223
  }
34258
34224
 
34259
- .amis-scope .antd-ColumnToggler > .antd-Button {
34260
- min-width: unset;
34225
+ .amis-scope .antd-Table-v2 .antd-Table-header.antd-Table-sticky-holder {
34226
+ position: sticky;
34227
+ z-index: 3;
34228
+ background: #fff;
34261
34229
  }
34262
34230
 
34263
- .amis-scope .antd-ColumnToggler-modal {
34231
+ .amis-scope .antd-Table-v2 .antd-Table-toolbar {
34264
34232
  display: flex;
34265
- flex-flow: column nowrap;
34266
- justify-content: space-between;
34267
- align-items: center;
34268
- width: 25rem;
34269
- padding: 1.5rem;
34270
- margin-top: calc(50vh - 100px);
34271
- border-radius: 0.25rem;
34272
- background: #fff;
34273
- 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);
34233
+ margin: 0 0 0.75rem;
34234
+ flex-wrap: wrap;
34274
34235
  }
34275
34236
 
34276
- .amis-scope .antd-ColumnToggler-modal-header {
34277
- width: 100%;
34278
- display: flex;
34279
- flex-flow: row nowrap;
34280
- justify-content: space-between;
34281
- align-items: center;
34237
+ .amis-scope .antd-Table-v2 .antd-Table-toolbar::before,
34238
+ .amis-scope .antd-Table-v2 .antd-Table-toolbar::after {
34239
+ display: table;
34240
+ content: "";
34282
34241
  }
34283
34242
 
34284
- .amis-scope .antd-ColumnToggler-modal-header a,
34285
- .amis-scope .antd-ColumnToggler-modal-header span {
34286
- display: inline-block;
34243
+ .amis-scope .antd-Table-v2 .antd-Table-toolbar::after {
34244
+ clear: both;
34287
34245
  }
34288
34246
 
34289
- .amis-scope .antd-ColumnToggler-modal-header .antd-ColumnToggler-modal-title {
34290
- opacity: 0.95;
34291
- font-size: 0.875rem;
34292
- color: #080e1a;
34293
- line-height: 1.5rem;
34294
- font-weight: bold;
34247
+ .amis-scope .antd-Table-v2 .antd-Table-toolbar .antd-DropDown-menuItem {
34248
+ height: auto;
34295
34249
  }
34296
34250
 
34297
- .amis-scope .antd-ColumnToggler-modal-content {
34298
- padding: 0;
34299
- width: 100%;
34300
- list-style: none;
34301
- margin: 0.5rem 0;
34251
+ .amis-scope .antd-Table-v2 .antd-Table-toolbar .antd-DropDown-menuItem .antd-Checkbox {
34252
+ display: flex;
34253
+ align-items: center;
34302
34254
  }
34303
34255
 
34304
- .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
34305
- color: #080e1a;
34306
- background: #f6f7f8;
34307
- border-radius: 0.125rem;
34308
- font-size: 0.75rem;
34309
- padding: 0.25rem 0.5rem;
34310
- height: 1.5rem;
34311
- width: calc((100% - 0.25rem * 6) / 3);
34312
- margin: 0.25rem;
34313
- float: left;
34256
+ .amis-scope .antd-Table-v2 .antd-Table-header + .antd-Table-toolbar {
34257
+ padding-top: 0;
34314
34258
  }
34315
34259
 
34316
- .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
34317
- background: rgba(36, 104, 242, 0.1);
34260
+ .amis-scope .antd-Table-v2 .antd-Table-content {
34261
+ min-height: 0.01%;
34262
+ overflow-x: auto;
34263
+ transform: translateZ(0);
34264
+ }
34265
+
34266
+ .amis-scope .antd-Table-v2 .antd-Table-content th {
34267
+ position: relative;
34268
+ }
34269
+
34270
+ .amis-scope .antd-Table-v2 .antd-Table-table {
34271
+ width: 100%;
34272
+ min-width: 100%;
34273
+ margin-bottom: 0;
34274
+ font-size: 0.875rem;
34275
+ color: rgba(0, 0, 0, 0.85);
34276
+ background: #fff;
34277
+ border-spacing: 0;
34278
+ border-collapse: collapse;
34279
+ border: none;
34280
+ }
34281
+
34282
+ .amis-scope .antd-Table-v2 .antd-Table-table th,
34283
+ .amis-scope .antd-Table-v2 .antd-Table-table td {
34284
+ text-align: left;
34285
+ }
34286
+
34287
+ .amis-scope .antd-Table-v2 .antd-Table-table th.text-center,
34288
+ .amis-scope .antd-Table-v2 .antd-Table-table td.text-center,
34289
+ .amis-scope .antd-Table-v2 .antd-Table-table th[colspan],
34290
+ .amis-scope .antd-Table-v2 .antd-Table-table td[colspan] {
34291
+ text-align: center;
34292
+ }
34293
+
34294
+ .amis-scope .antd-Table-v2 .antd-Table-table th.text-right,
34295
+ .amis-scope .antd-Table-v2 .antd-Table-table td.text-right {
34296
+ text-align: right;
34297
+ }
34298
+
34299
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th {
34300
+ background: #fafafa;
34301
+ padding: calc(
34302
+ (2.5625rem - 0.875rem * 1.57) /
34303
+ 2
34304
+ ) 0.5rem;
34305
+ font-size: 0.875rem;
34306
+ color: #333;
34307
+ font-weight: 400;
34308
+ white-space: nowrap;
34309
+ }
34310
+
34311
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th:first-child {
34312
+ padding-left: 0.75rem;
34313
+ }
34314
+
34315
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-cell-last {
34316
+ padding-right: 0.75rem;
34317
+ }
34318
+
34319
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th:not(.antd-Table-cell-last) {
34320
+ border-right: 0.0625rem solid #d9d9d9;
34321
+ }
34322
+
34323
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-row-expand-icon-cell {
34324
+ border-right: 0;
34325
+ }
34326
+
34327
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th .antd-Remark {
34328
+ margin-left: 0.25rem;
34329
+ position: relative;
34330
+ top: 2px;
34331
+ }
34332
+
34333
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th .antd-Table-head-cell-wrapper {
34334
+ display: flex;
34335
+ }
34336
+
34337
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr:not(:last-child) {
34338
+ border-bottom: 0.0625rem solid #d9d9d9;
34339
+ }
34340
+
34341
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr {
34342
+ position: relative;
34343
+ border-bottom: 0.0625rem solid #d9d9d9;
34344
+ background: transparent;
34345
+ }
34346
+
34347
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-summary-row > td {
34348
+ background: #fafafa;
34349
+ }
34350
+
34351
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > th {
34352
+ background: #fafafa;
34353
+ color: #333;
34354
+ font-weight: 400;
34355
+ white-space: nowrap;
34356
+ border-right: 0.0625rem solid #d9d9d9;
34357
+ }
34358
+
34359
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td,
34360
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > th {
34361
+ padding: calc(
34362
+ (2.5625rem - 0.875rem * 1.57) /
34363
+ 2
34364
+ ) 0.5rem;
34365
+ }
34366
+
34367
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td:first-child,
34368
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > th:first-child {
34369
+ padding-left: 0.75rem;
34370
+ }
34371
+
34372
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td:last-child,
34373
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > th:last-child {
34374
+ padding-right: 0.75rem;
34375
+ }
34376
+
34377
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr .antd-Table-cell-wrapper-prefix {
34378
+ display: flex;
34379
+ }
34380
+
34381
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr .antd-Table-cell-wrapper-prefix .antd-Table-expandBtn {
34382
+ margin-right: 5px;
34383
+ }
34384
+
34385
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr .antd-Table-cell-height-large {
34386
+ height: 2.5rem;
34387
+ line-height: 2.5rem;
34388
+ overflow: hidden;
34389
+ }
34390
+
34391
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr .antd-Table-cell-height-middle {
34392
+ height: 1.875rem;
34393
+ line-height: 1.875rem;
34394
+ overflow: hidden;
34395
+ }
34396
+
34397
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-tr--odd {
34398
+ background: transparent;
34399
+ }
34400
+
34401
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-tr--hasItemAction:hover {
34402
+ cursor: pointer;
34403
+ }
34404
+
34405
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:hover,
34406
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-hovered {
34407
+ background: rgb(250, 250, 250);
34408
+ border-color: #d9d9d9;
34409
+ color: rgba(0, 0, 0, 0.85);
34410
+ }
34411
+
34412
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:hover + tr,
34413
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-hovered + tr {
34414
+ border-color: #d9d9d9;
34415
+ }
34416
+
34417
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-checked {
34418
+ background: #e6f7ff;
34419
+ border-color: #d9d9d9;
34420
+ color: rgba(0, 0, 0, 0.85);
34421
+ }
34422
+
34423
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-checked + tr {
34424
+ border-color: #d9d9d9;
34425
+ }
34426
+
34427
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-moved,
34428
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-modified {
34429
+ background: #e8f0fe;
34430
+ border-color: #d0e0fd;
34431
+ color: #4285f4;
34432
+ }
34433
+
34434
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-moved + tr,
34435
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-modified + tr {
34436
+ border-color: #d0e0fd;
34437
+ }
34438
+
34439
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-summary {
34440
+ background: #fafafa;
34441
+ color: #333;
34442
+ font-weight: 400;
34443
+ }
34444
+
34445
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light {
34446
+ background-color: #d9d9d9;
34447
+ color: rgba(0, 0, 0, 0.85);
34448
+ }
34449
+
34450
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.lt,
34451
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .lt {
34452
+ background: #dedede;
34453
+ }
34454
+
34455
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.lter,
34456
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .lter {
34457
+ background: #e1e1e1;
34458
+ }
34459
+
34460
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.dk,
34461
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .dk {
34462
+ background: #d2d0d0;
34463
+ }
34464
+
34465
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.dker,
34466
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .dker {
34467
+ background: #cfcaca;
34468
+ }
34469
+
34470
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.bg,
34471
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .bg {
34472
+ background-color: #d9d9d9;
34473
+ }
34474
+
34475
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark {
34476
+ background-color: #343a40;
34477
+ color: #a0a0a0;
34478
+ }
34479
+
34480
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.lt,
34481
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .lt {
34482
+ background: #41474c;
34483
+ }
34484
+
34485
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.lter,
34486
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .lter {
34487
+ background: #4f5458;
34488
+ }
34489
+
34490
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.dk,
34491
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .dk {
34492
+ background: #272d33;
34493
+ }
34494
+
34495
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.dker,
34496
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .dker {
34497
+ background: #1c2125;
34498
+ }
34499
+
34500
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.bg,
34501
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .bg {
34502
+ background-color: #343a40;
34503
+ }
34504
+
34505
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark a,
34506
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .antd-Button--link {
34507
+ color: #b9baba;
34508
+ }
34509
+
34510
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark a:hover,
34511
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .antd-Button--link:hover {
34512
+ color: #fff;
34513
+ }
34514
+
34515
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .open > a,
34516
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .open > a:hover,
34517
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .open > a:focus {
34518
+ color: #fff;
34519
+ }
34520
+
34521
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .text-muted {
34522
+ color: rgba(0, 0, 0, 0.85) !important;
34523
+ }
34524
+
34525
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .text-lt {
34526
+ color: rgba(64, 64, 64, 0.85) !important;
34527
+ }
34528
+
34529
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black {
34530
+ background-color: #000;
34531
+ color: #666666;
34532
+ }
34533
+
34534
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.lt,
34535
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .lt {
34536
+ background: #0d0d0d;
34537
+ }
34538
+
34539
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.lter,
34540
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .lter {
34541
+ background: #1a1a1a;
34542
+ }
34543
+
34544
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.dk,
34545
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .dk {
34546
+ background: black;
34547
+ }
34548
+
34549
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.dker,
34550
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .dker {
34551
+ background: black;
34552
+ }
34553
+
34554
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.bg,
34555
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .bg {
34556
+ background-color: #000;
34557
+ }
34558
+
34559
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black a,
34560
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .antd-Button--link {
34561
+ color: gray;
34562
+ }
34563
+
34564
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black a:hover,
34565
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .antd-Button--link:hover {
34566
+ color: #fff;
34567
+ }
34568
+
34569
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .open > a,
34570
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .open > a:hover,
34571
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .open > a:focus {
34572
+ color: #fff;
34573
+ }
34574
+
34575
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .text-muted {
34576
+ color: rgba(0, 0, 0, 0.85) !important;
34577
+ }
34578
+
34579
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .text-lt {
34580
+ color: rgba(64, 64, 64, 0.85) !important;
34581
+ }
34582
+
34583
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary {
34584
+ background-color: #1890ff;
34585
+ color: #e5f2fe;
34586
+ }
34587
+
34588
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.lt,
34589
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .lt {
34590
+ background: #349cfc;
34591
+ }
34592
+
34593
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.lter,
34594
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .lter {
34595
+ background: #50a8fb;
34596
+ }
34597
+
34598
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.dk,
34599
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .dk {
34600
+ background: #0084fe;
34601
+ }
34602
+
34603
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.dker,
34604
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .dker {
34605
+ background: #0076e4;
34606
+ }
34607
+
34608
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.bg,
34609
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .bg {
34610
+ background-color: #1890ff;
34611
+ }
34612
+
34613
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary a,
34614
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .antd-Button--link {
34615
+ color: white;
34616
+ }
34617
+
34618
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary a:hover,
34619
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .antd-Button--link:hover {
34620
+ color: #fff;
34621
+ }
34622
+
34623
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .open > a,
34624
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .open > a:hover,
34625
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .open > a:focus {
34626
+ color: #fff;
34627
+ }
34628
+
34629
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .text-muted {
34630
+ color: rgba(0, 0, 0, 0.85) !important;
34631
+ }
34632
+
34633
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .text-lt {
34634
+ color: rgba(64, 64, 64, 0.85) !important;
34635
+ }
34636
+
34637
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success {
34638
+ background-color: #52c41a;
34639
+ color: #cbf1b9;
34640
+ }
34641
+
34642
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.lt,
34643
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .lt {
34644
+ background: #5cd720;
34645
+ }
34646
+
34647
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.lter,
34648
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .lter {
34649
+ background: #6cdd34;
34650
+ }
34651
+
34652
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.dk,
34653
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .dk {
34654
+ background: #48b015;
34655
+ }
34656
+
34657
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.dker,
34658
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .dker {
34659
+ background: #3e9b10;
34660
+ }
34661
+
34662
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.bg,
34663
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .bg {
34664
+ background-color: #52c41a;
34665
+ }
34666
+
34667
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success a,
34668
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .antd-Button--link {
34669
+ color: #ebf9e4;
34670
+ }
34671
+
34672
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success a:hover,
34673
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .antd-Button--link:hover {
34674
+ color: #fff;
34675
+ }
34676
+
34677
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .open > a,
34678
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .open > a:hover,
34679
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .open > a:focus {
34680
+ color: #fff;
34681
+ }
34682
+
34683
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .text-muted {
34684
+ color: rgba(0, 0, 0, 0.85) !important;
34685
+ }
34686
+
34687
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .text-lt {
34688
+ color: rgba(64, 64, 64, 0.85) !important;
34689
+ }
34690
+
34691
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info {
34692
+ background-color: #1890ff;
34693
+ color: #e5f2fe;
34694
+ }
34695
+
34696
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.lt,
34697
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .lt {
34698
+ background: #349cfc;
34699
+ }
34700
+
34701
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.lter,
34702
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .lter {
34703
+ background: #50a8fb;
34704
+ }
34705
+
34706
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.dk,
34707
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .dk {
34708
+ background: #0084fe;
34709
+ }
34710
+
34711
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.dker,
34712
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .dker {
34713
+ background: #0076e4;
34714
+ }
34715
+
34716
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.bg,
34717
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .bg {
34718
+ background-color: #1890ff;
34719
+ }
34720
+
34721
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info a,
34722
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .antd-Button--link {
34723
+ color: white;
34724
+ }
34725
+
34726
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info a:hover,
34727
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .antd-Button--link:hover {
34728
+ color: #fff;
34729
+ }
34730
+
34731
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .open > a,
34732
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .open > a:hover,
34733
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .open > a:focus {
34734
+ color: #fff;
34735
+ }
34736
+
34737
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .text-muted {
34738
+ color: rgba(0, 0, 0, 0.85) !important;
34739
+ }
34740
+
34741
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .text-lt {
34742
+ color: rgba(64, 64, 64, 0.85) !important;
34743
+ }
34744
+
34745
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning {
34746
+ background-color: #faad14;
34747
+ color: #fcf2de;
34748
+ }
34749
+
34750
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.lt,
34751
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .lt {
34752
+ background: #f8b530;
34753
+ }
34754
+
34755
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.lter,
34756
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .lter {
34757
+ background: #f6bd4b;
34758
+ }
34759
+
34760
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.dk,
34761
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .dk {
34762
+ background: #f2a202;
34763
+ }
34764
+
34765
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.dker,
34766
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .dker {
34767
+ background: #db9200;
34768
+ }
34769
+
34770
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.bg,
34771
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .bg {
34772
+ background-color: #faad14;
34773
+ }
34774
+
34775
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning a,
34776
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .antd-Button--link {
34777
+ color: white;
34778
+ }
34779
+
34780
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning a:hover,
34781
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .antd-Button--link:hover {
34782
+ color: #fff;
34783
+ }
34784
+
34785
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .open > a,
34786
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .open > a:hover,
34787
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .open > a:focus {
34788
+ color: #fff;
34789
+ }
34790
+
34791
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .text-muted {
34792
+ color: rgba(0, 0, 0, 0.85) !important;
34793
+ }
34794
+
34795
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .text-lt {
34796
+ color: rgba(64, 64, 64, 0.85) !important;
34797
+ }
34798
+
34799
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger {
34800
+ background-color: #ff4d4f;
34801
+ color: white;
34802
+ }
34803
+
34804
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.lt,
34805
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .lt {
34806
+ background: #fd686a;
34807
+ }
34808
+
34809
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.lter,
34810
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .lter {
34811
+ background: #fc8385;
34812
+ }
34813
+
34814
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.dk,
34815
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .dk {
34816
+ background: #ff3436;
34817
+ }
34818
+
34819
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.dker,
34820
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .dker {
34821
+ background: #ff1a1d;
34822
+ }
34823
+
34824
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.bg,
34825
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .bg {
34826
+ background-color: #ff4d4f;
34827
+ }
34828
+
34829
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger a,
34830
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .antd-Button--link {
34831
+ color: white;
34832
+ }
34833
+
34834
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger a:hover,
34835
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .antd-Button--link:hover {
34836
+ color: #fff;
34837
+ }
34838
+
34839
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .open > a,
34840
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .open > a:hover,
34841
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .open > a:focus {
34842
+ color: #fff;
34843
+ }
34844
+
34845
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .text-muted {
34846
+ color: rgba(0, 0, 0, 0.85) !important;
34847
+ }
34848
+
34849
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .text-lt {
34850
+ color: rgba(64, 64, 64, 0.85) !important;
34851
+ }
34852
+
34853
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-dragging {
34854
+ opacity: 0.1;
34855
+ }
34856
+
34857
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th.is-expanded .antd-Table-expandCell:before {
34858
+ right: -0.6875rem;
34859
+ }
34860
+
34861
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandBtn {
34862
+ position: relative;
34863
+ right: -1.125rem;
34864
+ }
34865
+
34866
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td {
34867
+ position: relative;
34868
+ padding-left: 1.125rem;
34869
+ }
34870
+
34871
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td::before {
34872
+ content: "";
34873
+ position: absolute;
34874
+ width: 0.0625rem;
34875
+ top: 0;
34876
+ bottom: 0;
34877
+ left: -0.5rem;
34878
+ height: auto;
34879
+ background: #d9d9d9;
34880
+ }
34881
+
34882
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td::after {
34883
+ content: "";
34884
+ position: absolute;
34885
+ height: 0.0625rem;
34886
+ top: 50%;
34887
+ left: -0.5rem;
34888
+ width: 0.625rem;
34889
+ background: #d9d9d9;
34890
+ }
34891
+
34892
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th.is-expandable .antd-Table-expandCell + td {
34893
+ padding-left: 1.125rem;
34894
+ }
34895
+
34896
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
34897
+ height: 50%;
34898
+ bottom: auto;
34899
+ }
34900
+
34901
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th.is-expanded .antd-Table-expandCell:before {
34902
+ right: -1.8125rem;
34903
+ }
34904
+
34905
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandBtn {
34906
+ position: relative;
34907
+ right: -2.25rem;
34908
+ }
34909
+
34910
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td {
34911
+ position: relative;
34912
+ padding-left: 2.25rem;
34913
+ }
34914
+
34915
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td::before {
34916
+ content: "";
34917
+ position: absolute;
34918
+ width: 0.0625rem;
34919
+ top: 0;
34920
+ bottom: 0;
34921
+ left: 0.625rem;
34922
+ height: auto;
34923
+ background: #d9d9d9;
34924
+ }
34925
+
34926
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td::after {
34927
+ content: "";
34928
+ position: absolute;
34929
+ height: 0.0625rem;
34930
+ top: 50%;
34931
+ left: 0.625rem;
34932
+ width: 0.625rem;
34933
+ background: #d9d9d9;
34934
+ }
34935
+
34936
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th.is-expandable .antd-Table-expandCell + td {
34937
+ padding-left: 2.25rem;
34938
+ }
34939
+
34940
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
34941
+ height: 50%;
34942
+ bottom: auto;
34943
+ }
34944
+
34945
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th.is-expanded .antd-Table-expandCell:before {
34946
+ right: -2.9375rem;
34947
+ }
34948
+
34949
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandBtn {
34950
+ position: relative;
34951
+ right: -3.375rem;
34952
+ }
34953
+
34954
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td {
34955
+ position: relative;
34956
+ padding-left: 3.375rem;
34957
+ }
34958
+
34959
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td::before {
34960
+ content: "";
34961
+ position: absolute;
34962
+ width: 0.0625rem;
34963
+ top: 0;
34964
+ bottom: 0;
34965
+ left: 1.75rem;
34966
+ height: auto;
34967
+ background: #d9d9d9;
34968
+ }
34969
+
34970
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td::after {
34971
+ content: "";
34972
+ position: absolute;
34973
+ height: 0.0625rem;
34974
+ top: 50%;
34975
+ left: 1.75rem;
34976
+ width: 0.625rem;
34977
+ background: #d9d9d9;
34978
+ }
34979
+
34980
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th.is-expandable .antd-Table-expandCell + td {
34981
+ padding-left: 3.375rem;
34982
+ }
34983
+
34984
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
34985
+ height: 50%;
34986
+ bottom: auto;
34987
+ }
34988
+
34989
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th.is-expanded .antd-Table-expandCell:before {
34990
+ right: -4.0625rem;
34991
+ }
34992
+
34993
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandBtn {
34994
+ position: relative;
34995
+ right: -4.5rem;
34996
+ }
34997
+
34998
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td {
34999
+ position: relative;
35000
+ padding-left: 4.5rem;
35001
+ }
35002
+
35003
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td::before {
35004
+ content: "";
35005
+ position: absolute;
35006
+ width: 0.0625rem;
35007
+ top: 0;
35008
+ bottom: 0;
35009
+ left: 2.875rem;
35010
+ height: auto;
35011
+ background: #d9d9d9;
35012
+ }
35013
+
35014
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td::after {
35015
+ content: "";
35016
+ position: absolute;
35017
+ height: 0.0625rem;
35018
+ top: 50%;
35019
+ left: 2.875rem;
35020
+ width: 0.625rem;
35021
+ background: #d9d9d9;
35022
+ }
35023
+
35024
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th.is-expandable .antd-Table-expandCell + td {
35025
+ padding-left: 4.5rem;
35026
+ }
35027
+
35028
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
35029
+ height: 50%;
35030
+ bottom: auto;
35031
+ }
35032
+
35033
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th.is-expanded .antd-Table-expandCell:before {
35034
+ right: -5.1875rem;
35035
+ }
35036
+
35037
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandBtn {
35038
+ position: relative;
35039
+ right: -5.625rem;
35040
+ }
35041
+
35042
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td {
35043
+ position: relative;
35044
+ padding-left: 5.625rem;
35045
+ }
35046
+
35047
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td::before {
35048
+ content: "";
35049
+ position: absolute;
35050
+ width: 0.0625rem;
35051
+ top: 0;
35052
+ bottom: 0;
35053
+ left: 4rem;
35054
+ height: auto;
35055
+ background: #d9d9d9;
35056
+ }
35057
+
35058
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td::after {
35059
+ content: "";
35060
+ position: absolute;
35061
+ height: 0.0625rem;
35062
+ top: 50%;
35063
+ left: 4rem;
35064
+ width: 0.625rem;
35065
+ background: #d9d9d9;
35066
+ }
35067
+
35068
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th.is-expandable .antd-Table-expandCell + td {
35069
+ padding-left: 5.625rem;
35070
+ }
35071
+
35072
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
35073
+ height: 50%;
35074
+ bottom: auto;
35075
+ }
35076
+
35077
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th.is-expanded .antd-Table-expandCell:before {
35078
+ right: -6.3125rem;
35079
+ }
35080
+
35081
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandBtn {
35082
+ position: relative;
35083
+ right: -6.75rem;
35084
+ }
35085
+
35086
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td {
35087
+ position: relative;
35088
+ padding-left: 6.75rem;
35089
+ }
35090
+
35091
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td::before {
35092
+ content: "";
35093
+ position: absolute;
35094
+ width: 0.0625rem;
35095
+ top: 0;
35096
+ bottom: 0;
35097
+ left: 5.125rem;
35098
+ height: auto;
35099
+ background: #d9d9d9;
35100
+ }
35101
+
35102
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td::after {
35103
+ content: "";
35104
+ position: absolute;
35105
+ height: 0.0625rem;
35106
+ top: 50%;
35107
+ left: 5.125rem;
35108
+ width: 0.625rem;
35109
+ background: #d9d9d9;
35110
+ }
35111
+
35112
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th.is-expandable .antd-Table-expandCell + td {
35113
+ padding-left: 6.75rem;
35114
+ }
35115
+
35116
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
35117
+ height: 50%;
35118
+ bottom: auto;
35119
+ }
35120
+
35121
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th.is-expanded .antd-Table-expandCell:before {
35122
+ right: -7.4375rem;
35123
+ }
35124
+
35125
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandBtn {
35126
+ position: relative;
35127
+ right: -7.875rem;
35128
+ }
35129
+
35130
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td {
35131
+ position: relative;
35132
+ padding-left: 7.875rem;
35133
+ }
35134
+
35135
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td::before {
35136
+ content: "";
35137
+ position: absolute;
35138
+ width: 0.0625rem;
35139
+ top: 0;
35140
+ bottom: 0;
35141
+ left: 6.25rem;
35142
+ height: auto;
35143
+ background: #d9d9d9;
35144
+ }
35145
+
35146
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td::after {
35147
+ content: "";
35148
+ position: absolute;
35149
+ height: 0.0625rem;
35150
+ top: 50%;
35151
+ left: 6.25rem;
35152
+ width: 0.625rem;
35153
+ background: #d9d9d9;
35154
+ }
35155
+
35156
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th.is-expandable .antd-Table-expandCell + td {
35157
+ padding-left: 7.875rem;
35158
+ }
35159
+
35160
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
35161
+ height: 50%;
35162
+ bottom: auto;
35163
+ }
35164
+
35165
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th.is-expanded .antd-Table-expandCell:before {
35166
+ right: -8.5625rem;
35167
+ }
35168
+
35169
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandBtn {
35170
+ position: relative;
35171
+ right: -9rem;
35172
+ }
35173
+
35174
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td {
35175
+ position: relative;
35176
+ padding-left: 9rem;
35177
+ }
35178
+
35179
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td::before {
35180
+ content: "";
35181
+ position: absolute;
35182
+ width: 0.0625rem;
35183
+ top: 0;
35184
+ bottom: 0;
35185
+ left: 7.375rem;
35186
+ height: auto;
35187
+ background: #d9d9d9;
35188
+ }
35189
+
35190
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td::after {
35191
+ content: "";
35192
+ position: absolute;
35193
+ height: 0.0625rem;
35194
+ top: 50%;
35195
+ left: 7.375rem;
35196
+ width: 0.625rem;
35197
+ background: #d9d9d9;
35198
+ }
35199
+
35200
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th.is-expandable .antd-Table-expandCell + td {
35201
+ padding-left: 9rem;
35202
+ }
35203
+
35204
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
35205
+ height: 50%;
35206
+ bottom: auto;
35207
+ }
35208
+
35209
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th.is-expanded .antd-Table-expandCell:before {
35210
+ right: -9.6875rem;
35211
+ }
35212
+
35213
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandBtn {
35214
+ position: relative;
35215
+ right: -10.125rem;
35216
+ }
35217
+
35218
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td {
35219
+ position: relative;
35220
+ padding-left: 10.125rem;
35221
+ }
35222
+
35223
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td::before {
35224
+ content: "";
35225
+ position: absolute;
35226
+ width: 0.0625rem;
35227
+ top: 0;
35228
+ bottom: 0;
35229
+ left: 8.5rem;
35230
+ height: auto;
35231
+ background: #d9d9d9;
35232
+ }
35233
+
35234
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td::after {
35235
+ content: "";
35236
+ position: absolute;
35237
+ height: 0.0625rem;
35238
+ top: 50%;
35239
+ left: 8.5rem;
35240
+ width: 0.625rem;
35241
+ background: #d9d9d9;
35242
+ }
35243
+
35244
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th.is-expandable .antd-Table-expandCell + td {
35245
+ padding-left: 10.125rem;
35246
+ }
35247
+
35248
+ .amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
35249
+ height: 50%;
35250
+ bottom: auto;
35251
+ }
35252
+
35253
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-checkCell,
35254
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-checkCell {
35255
+ border-right: 0;
35256
+ white-space: nowrap;
35257
+ }
35258
+
35259
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-checkCell .antd-Checkbox,
35260
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-checkCell .antd-Checkbox {
35261
+ margin: 0;
35262
+ }
35263
+
35264
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-expandCell,
35265
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
35266
+ border-right: 0;
35267
+ width: 0.0625rem;
35268
+ padding-right: 0;
35269
+ }
35270
+
35271
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-dragCell,
35272
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-dragCell {
35273
+ border-right: 0;
35274
+ width: 0.0625rem;
35275
+ padding-right: 0;
35276
+ cursor: move;
35277
+ }
35278
+
35279
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-dragCell > svg,
35280
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-dragCell > svg {
35281
+ vertical-align: middle;
35282
+ }
35283
+
35284
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
35285
+ position: relative;
35286
+ }
35287
+
35288
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-1 {
35289
+ position: absolute;
35290
+ width: 0.0625rem;
35291
+ top: 0;
35292
+ bottom: 0;
35293
+ height: 100%;
35294
+ background: #d9d9d9;
35295
+ right: 0.4375rem;
35296
+ }
35297
+
35298
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-2 {
35299
+ position: absolute;
35300
+ width: 0.0625rem;
35301
+ top: 0;
35302
+ bottom: 0;
35303
+ height: 100%;
35304
+ background: #d9d9d9;
35305
+ right: -0.6875rem;
35306
+ }
35307
+
35308
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-3 {
35309
+ position: absolute;
35310
+ width: 0.0625rem;
35311
+ top: 0;
35312
+ bottom: 0;
35313
+ height: 100%;
35314
+ background: #d9d9d9;
35315
+ right: -1.8125rem;
35316
+ }
35317
+
35318
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-4 {
35319
+ position: absolute;
35320
+ width: 0.0625rem;
35321
+ top: 0;
35322
+ bottom: 0;
35323
+ height: 100%;
35324
+ background: #d9d9d9;
35325
+ right: -2.9375rem;
35326
+ }
35327
+
35328
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-5 {
35329
+ position: absolute;
35330
+ width: 0.0625rem;
35331
+ top: 0;
35332
+ bottom: 0;
35333
+ height: 100%;
35334
+ background: #d9d9d9;
35335
+ right: -4.0625rem;
35336
+ }
35337
+
35338
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-6 {
35339
+ position: absolute;
35340
+ width: 0.0625rem;
35341
+ top: 0;
35342
+ bottom: 0;
35343
+ height: 100%;
35344
+ background: #d9d9d9;
35345
+ right: -5.1875rem;
35346
+ }
35347
+
35348
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-7 {
35349
+ position: absolute;
35350
+ width: 0.0625rem;
35351
+ top: 0;
35352
+ bottom: 0;
35353
+ height: 100%;
35354
+ background: #d9d9d9;
35355
+ right: -6.3125rem;
35356
+ }
35357
+
35358
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-expanded > td.antd-Table-expandCell::before {
35359
+ content: "";
35360
+ position: absolute;
35361
+ width: 0.0625rem;
35362
+ top: 50%;
35363
+ bottom: 0;
35364
+ right: 0.4375rem;
35365
+ height: auto;
35366
+ background: #d9d9d9;
35367
+ }
35368
+
35369
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-TableCell--sortable {
35370
+ padding-right: calc( 0.5rem + 0.5rem );
35371
+ position: relative;
35372
+ }
35373
+
35374
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-TableCell--searchable {
35375
+ padding-right: calc( 0.5rem + 1rem );
35376
+ position: relative;
35377
+ }
35378
+
35379
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-TableCell--filterable {
35380
+ padding-right: calc( 0.5rem + 1rem );
35381
+ position: relative;
35382
+ }
35383
+
35384
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-row-disabled {
35385
+ background: var(--TableRow-onDisabled-bg);
35386
+ color: var(--TableRow-onDisabled-color);
35387
+ }
35388
+
35389
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-row-hover {
35390
+ background: rgb(250, 250, 250);
35391
+ border-color: #d9d9d9;
35392
+ color: rgba(0, 0, 0, 0.85);
35393
+ }
35394
+
35395
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-left-last:after,
35396
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left-last:after,
35397
+ .amis-scope .antd-Table-v2 .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-left-last:after {
35398
+ position: absolute;
35399
+ top: 0;
35400
+ right: 0;
35401
+ bottom: -1px;
35402
+ width: 30px;
35403
+ transform: translate(100%);
35404
+ transition: box-shadow 0.3s;
35405
+ content: "";
35406
+ pointer-events: none;
35407
+ }
35408
+
35409
+ .amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first:after,
35410
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-right-first:after,
35411
+ .amis-scope .antd-Table-v2 .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-right-last:after {
35412
+ position: absolute;
35413
+ top: 0;
35414
+ bottom: -1px;
35415
+ left: 0;
35416
+ width: 30px;
35417
+ transform: translate(-100%);
35418
+ transition: box-shadow 0.3s;
35419
+ content: "";
35420
+ pointer-events: none;
35421
+ }
35422
+
35423
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-cell-expand-icon-cell {
35424
+ text-align: center;
35425
+ }
35426
+
35427
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-cell-expand-icon-cell .antd-Table-row-indent {
35428
+ height: 1px;
35429
+ }
35430
+
35431
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-expanded-row > td {
35432
+ background: rgb(250, 250, 250);
35433
+ }
35434
+
35435
+ .amis-scope .antd-Table-v2 .antd-Table-table > tfoot > tr {
35436
+ border-bottom: 0.0625rem solid #d9d9d9;
35437
+ }
35438
+
35439
+ .amis-scope .antd-Table-v2 .antd-Table-table > tfoot > tr > td {
35440
+ padding: calc(
35441
+ (2.5625rem - 0.875rem * 1.57) /
35442
+ 2
35443
+ ) 0.5rem;
35444
+ background: #fafafa;
35445
+ }
35446
+
35447
+ .amis-scope .antd-Table-v2 .antd-Table-container .antd-Table-header {
35448
+ padding: 0;
35449
+ }
35450
+
35451
+ .amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > thead > tr > th.antd-Table-cell-fix-left-last:after,
35452
+ .amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left-last:after,
35453
+ .amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-left-last:after {
35454
+ box-shadow: inset 10px 0 8px -8px #00000026;
35455
+ }
35456
+
35457
+ .amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-left {
35458
+ border-right: none;
35459
+ }
35460
+
35461
+ .amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-left:not(.antd-Table-cell-row-hover) {
35462
+ background: #FFF;
35463
+ }
35464
+
35465
+ .amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tfoot > tr > td:not(:last-child).antd-Table-cell-fix-left-last {
35466
+ border-right: none;
35467
+ }
35468
+
35469
+ .amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > thead > tr > th:not(:last-child):not(:first-child).antd-Table-cell-fix-left-last {
35470
+ border-right: none;
35471
+ }
35472
+
35473
+ .amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first:after,
35474
+ .amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-right-first:after,
35475
+ .amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-right-first:after {
35476
+ box-shadow: inset -10px 0 8px -8px #00000026;
35477
+ }
35478
+
35479
+ .amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-right {
35480
+ border-right: none;
35481
+ }
35482
+
35483
+ .amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-right:not(.antd-Table-cell-row-hover) {
35484
+ background: #FFF;
35485
+ }
35486
+
35487
+ .amis-scope .antd-Table-v2.antd-Table-ping-right:not(.antd-Table-bordered) .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first-prev {
35488
+ border-right: none;
35489
+ }
35490
+
35491
+ .amis-scope .antd-Table-v2.antd-Table-ping-right:not(.antd-Table-bordered) .antd-Table-table > thead > tr > th:not(:last-child).antd-Table-cell-fix-right-first {
35492
+ border-right: none;
35493
+ }
35494
+
35495
+ .amis-scope .antd-Table-v2.antd-Table-resizable .antd-Table-table > thead > tr > th {
35496
+ position: relative;
35497
+ }
35498
+
35499
+ .amis-scope .antd-Table-v2.antd-Table-resizable .antd-Table-table > thead > tr > th .antd-Table-thead-resizable {
35500
+ position: absolute;
35501
+ width: 1px;
35502
+ right: 0;
35503
+ top: 0;
35504
+ bottom: 0;
35505
+ cursor: col-resize;
35506
+ }
35507
+
35508
+ .amis-scope .antd-Table-v2 .antd-Table-loading {
35509
+ padding: 30px 0px;
35510
+ text-align: center;
35511
+ }
35512
+
35513
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn {
35514
+ cursor: pointer;
35515
+ width: 0.5rem;
35516
+ height: 1rem;
35517
+ position: static;
35518
+ display: inline-block;
35519
+ transform: none;
35520
+ color: inherit;
35521
+ margin-left: 0.5rem;
35522
+ }
35523
+
35524
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn:hover {
35525
+ color: #1890ff;
35526
+ }
35527
+
35528
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--up > svg,
35529
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--down > svg,
35530
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default > svg {
35531
+ color: inherit;
35532
+ width: 13px;
35533
+ height: 13px;
35534
+ }
35535
+
35536
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--up,
35537
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--down,
35538
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default {
35539
+ display: none;
35540
+ z-index: 2;
35541
+ font-style: normal;
35542
+ }
35543
+
35544
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--up.is-active,
35545
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--down.is-active,
35546
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default.is-active {
35547
+ display: inline-block;
35548
+ }
35549
+
35550
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default.is-active {
35551
+ color: #999;
35552
+ }
35553
+
35554
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default.is-active:hover {
35555
+ color: rgba(0, 0, 0, 0.85);
35556
+ }
35557
+
35558
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--up.is-active,
35559
+ .amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--down.is-active {
35560
+ color: #1890ff;
35561
+ }
35562
+
35563
+ .amis-scope .antd-Table-v2 .antd-TableCell-searchBtn {
35564
+ cursor: pointer;
35565
+ position: static;
35566
+ transform: translateY(-50%);
35567
+ color: #999;
35568
+ margin-left: 0.5rem;
35569
+ }
35570
+
35571
+ .amis-scope .antd-Table-v2 .antd-TableCell-searchBtn svg.icon {
35572
+ width: 12px;
35573
+ height: 12px;
35574
+ }
35575
+
35576
+ .amis-scope .antd-Table-v2 .antd-TableCell-searchBtn:hover {
35577
+ color: rgba(0, 0, 0, 0.85);
35578
+ }
35579
+
35580
+ .amis-scope .antd-Table-v2 .antd-TableCell-searchBtn.is-active {
35581
+ color: #1890ff;
35582
+ }
35583
+
35584
+ .amis-scope .antd-Table-v2 .antd-TableCell-searchPopOver {
35585
+ border: none;
35586
+ min-width: 20rem;
35587
+ max-width: 40rem;
35588
+ }
35589
+
35590
+ .amis-scope .antd-Table-v2 .antd-TableCell-searchPopOver .antd-Panel {
35591
+ margin: 0;
35592
+ }
35593
+
35594
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterBtn {
35595
+ cursor: pointer;
35596
+ width: 1rem;
35597
+ position: static;
35598
+ display: inline-block;
35599
+ transform: none;
35600
+ color: #999;
35601
+ margin-left: 0.5rem;
35602
+ }
35603
+
35604
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterBtn svg.icon {
35605
+ width: 13px;
35606
+ height: 13px;
35607
+ }
35608
+
35609
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterBtn:hover {
35610
+ color: rgba(0, 0, 0, 0.85);
35611
+ }
35612
+
35613
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterBtn.is-active {
35614
+ color: #1890ff;
35615
+ }
35616
+
35617
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterBtn .antd-Remark {
35618
+ display: inline;
35619
+ }
35620
+
35621
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver {
35622
+ border: none;
35623
+ width: 10rem;
35624
+ }
35625
+
35626
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu {
35627
+ margin: 0;
35628
+ padding: 0;
35629
+ }
35630
+
35631
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider {
35632
+ height: 2.125rem;
35633
+ line-height: 2.125rem;
35634
+ padding: 0 0.75rem;
35635
+ background: #fff;
35636
+ margin: 0;
35637
+ }
35638
+
35639
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider:hover {
35640
+ background: #d9d9d9;
35641
+ color: #1890ff;
35642
+ }
35643
+
35644
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider.is-selected {
35645
+ background: #d9d9d9;
35646
+ color: #1890ff;
35647
+ }
35648
+
35649
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider .antd-Checkbox {
35650
+ width: 100%;
35651
+ margin: 0;
35652
+ }
35653
+
35654
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-multiple-menu {
35655
+ text-align: center;
35656
+ border-top: 1px solid #d9d9d9;
35657
+ }
35658
+
35659
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-multiple-menu .antd-Button {
35660
+ margin: 0 5px;
35661
+ padding: 0 10px;
35662
+ }
35663
+
35664
+ .amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-multiple-menu:hover {
35665
+ background: none;
35666
+ }
35667
+
35668
+ .amis-scope .antd-Table-v2 .antd-TableCell-selectionBtn {
35669
+ cursor: pointer;
35670
+ margin-left: 4px;
35671
+ }
35672
+
35673
+ .amis-scope .antd-Table-v2 .antd-TableCell-selectionBtn svg.icon {
35674
+ transform: rotate(270deg);
35675
+ font-size: 12px;
35676
+ }
35677
+
35678
+ .amis-scope .antd-Table-v2 .antd-TableCell-selectionPopOver .antd-DropDown-menu {
35679
+ margin: 0;
35680
+ padding: 0;
35681
+ }
35682
+
35683
+ .amis-scope .antd-Table-v2.antd-Table-expandBtn {
35684
+ position: relative;
35685
+ z-index: 1;
35686
+ color: #1890ff;
35687
+ display: inline-flex;
35688
+ justify-content: center;
35689
+ align-items: center;
35690
+ width: 0.875rem;
35691
+ line-height: 1;
35692
+ height: 16px;
35693
+ }
35694
+
35695
+ .amis-scope .antd-Table-v2.antd-Table-expandBtn > svg {
35696
+ display: inline-block;
35697
+ text-align: center;
35698
+ cursor: pointer;
35699
+ transition: transform ease-in-out 0s, top ease-in-out 0s;
35700
+ position: relative;
35701
+ transform-origin: 50% 50%;
35702
+ width: 0.625rem;
35703
+ height: 0.625rem;
35704
+ top: 0;
35705
+ }
35706
+
35707
+ .amis-scope .antd-Table-v2.antd-Table-expandBtn.is-active > svg {
35708
+ transform: rotate(90deg);
35709
+ }
35710
+
35711
+ .amis-scope .antd-Table-v2.antd-Table-expandBtn:hover {
35712
+ text-decoration: none;
35713
+ }
35714
+
35715
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:hover .antd-Table-dragBtn,
35716
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-dragging .antd-Table-dragBtn,
35717
+ .amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-drop-allowed .antd-Table-dragBtn {
35718
+ visibility: visible;
35719
+ }
35720
+
35721
+ .amis-scope .antd-Table-v2 .fake-hide {
35722
+ visibility: hidden;
35723
+ position: absolute;
35724
+ }
35725
+
35726
+ .amis-scope .antd-Table-v2 .antd-Table-badge {
35727
+ position: absolute;
35728
+ top: 0;
35729
+ left: 0;
35730
+ }
35731
+
35732
+ .amis-scope .antd-InputTable-toolbar {
35733
+ display: flex;
35734
+ flex-direction: row;
35735
+ flex-wrap: wrap;
35736
+ justify-content: space-between;
35737
+ }
35738
+
35739
+ .amis-scope .antd-InputTable-pager {
35740
+ margin-left: auto;
35741
+ }
35742
+
35743
+ .amis-scope .antd-OperationField {
35744
+ margin: -0.1875rem;
35745
+ }
35746
+
35747
+ .amis-scope .antd-OperationField > .antd-Button,
35748
+ .amis-scope .antd-OperationField > .antd-Button--disabled-wrap > .antd-Button {
35749
+ margin: 0.1875rem;
35750
+ }
35751
+
35752
+ .amis-scope .antd-OperationField > .antd-Button--disabled-wrap > .antd-Button--link {
35753
+ padding: 0;
35754
+ }
35755
+
35756
+ .amis-scope .antd-OperationField > .antd-Button--link {
35757
+ padding: 0;
35758
+ margin-right: 0.625rem;
35759
+ }
35760
+
35761
+ .amis-scope .antd-ColumnToggler {
35762
+ position: relative;
35763
+ display: inline-block;
35764
+ }
35765
+
35766
+ .amis-scope .antd-ColumnToggler-caret {
35767
+ margin-left: 0.5rem;
35768
+ display: inline-block;
35769
+ vertical-align: top;
35770
+ transition: transform 0s ease;
35771
+ }
35772
+
35773
+ .amis-scope .antd-ColumnToggler-caret > svg {
35774
+ width: 0.625rem;
35775
+ height: 0.625rem;
35776
+ top: 0.125em;
35777
+ }
35778
+
35779
+ .amis-scope .antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
35780
+ transform: rotate(180deg);
35781
+ }
35782
+
35783
+ .amis-scope .antd-ColumnToggler.is-actived > .antd-Button {
35784
+ color: #1890ff;
35785
+ }
35786
+
35787
+ .amis-scope .antd-ColumnToggler--block {
35788
+ display: block;
35789
+ }
35790
+
35791
+ .amis-scope .antd-ColumnToggler--block .antd-Button {
35792
+ display: block;
35793
+ }
35794
+
35795
+ .amis-scope .antd-ColumnToggler-menu {
35796
+ position: absolute;
35797
+ z-index: 1000;
35798
+ top: 100%;
35799
+ left: 0;
35800
+ margin: 0.0625rem 0 0;
35801
+ background: #fff;
35802
+ list-style: none;
35803
+ padding: 0.25rem 0;
35804
+ border: 0.0625rem solid #d9d9d9;
35805
+ border-radius: 2px;
35806
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
35807
+ min-width: 10rem;
35808
+ text-align: left;
35809
+ }
35810
+
35811
+ .amis-scope .antd-ColumnToggler--alignRight .antd-ColumnToggler-menu {
35812
+ left: auto;
35813
+ right: 0;
35814
+ }
35815
+
35816
+ .amis-scope .antd-ColumnToggler-menuItem,
35817
+ .amis-scope .antd-ColumnToggler-menu > li {
35818
+ padding: calc(
35819
+ (2.125rem - 0.875rem * 1.57) /
35820
+ 2
35821
+ ) 0.5rem;
35822
+ white-space: nowrap;
35823
+ box-sizing: border-box;
35824
+ height: 2.125rem;
35825
+ vertical-align: middle;
35826
+ user-select: none;
35827
+ color: #1890ff;
35828
+ text-decoration: none;
35829
+ }
35830
+
35831
+ .amis-scope .antd-ColumnToggler-menuItem:hover,
35832
+ .amis-scope .antd-ColumnToggler-menu > li:hover {
35833
+ background: rgba(0, 126, 255, 0.08);
35834
+ color: #1890ff;
35835
+ }
35836
+
35837
+ .amis-scope .antd-ColumnToggler-menuItem.is-active,
35838
+ .amis-scope .antd-ColumnToggler-menu > li.is-active {
35839
+ color: #1890ff;
35840
+ }
35841
+
35842
+ .amis-scope .antd-ColumnToggler-menuItem:not(.is-disabled),
35843
+ .amis-scope .antd-ColumnToggler-menuItem:not(.disabled),
35844
+ .amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
35845
+ .amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
35846
+ cursor: pointer;
35847
+ }
35848
+
35849
+ .amis-scope .antd-ColumnToggler-menuItem.is-disabled,
35850
+ .amis-scope .antd-ColumnToggler-menu > li.is-disabled {
35851
+ cursor: not-allowed;
35852
+ color: #b4b6ba;
35853
+ filter: grayscale(80%);
35854
+ }
35855
+
35856
+ .amis-scope .antd-ColumnToggler-menuItem.antd-DropDown-divider,
35857
+ .amis-scope .antd-ColumnToggler-menu > li.antd-DropDown-divider {
35858
+ height: 0.0625rem;
35859
+ margin: 0.5625rem 0;
35860
+ overflow: hidden;
35861
+ background: #d9d9d9;
35862
+ padding: 0;
35863
+ }
35864
+
35865
+ .amis-scope .antd-ColumnToggler-menu > li a {
35866
+ color: inherit;
35867
+ display: block;
35868
+ text-decoration: none;
35869
+ }
35870
+
35871
+ .amis-scope .antd-ColumnToggler-popover {
35872
+ border: none;
35873
+ box-shadow: none;
35874
+ }
35875
+
35876
+ .amis-scope .antd-ColumnToggler > .antd-Button {
35877
+ min-width: unset;
35878
+ }
35879
+
35880
+ .amis-scope .antd-ColumnToggler-modal {
35881
+ display: flex;
35882
+ flex-flow: column nowrap;
35883
+ justify-content: space-between;
35884
+ align-items: center;
35885
+ width: 25rem;
35886
+ padding: 1.5rem;
35887
+ margin-top: calc(50vh - 100px);
35888
+ border-radius: 0.25rem;
35889
+ background: #fff;
35890
+ 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);
35891
+ }
35892
+
35893
+ .amis-scope .antd-ColumnToggler-modal-header {
35894
+ width: 100%;
35895
+ display: flex;
35896
+ flex-flow: row nowrap;
35897
+ justify-content: space-between;
35898
+ align-items: center;
35899
+ }
35900
+
35901
+ .amis-scope .antd-ColumnToggler-modal-header a,
35902
+ .amis-scope .antd-ColumnToggler-modal-header span {
35903
+ display: inline-block;
35904
+ }
35905
+
35906
+ .amis-scope .antd-ColumnToggler-modal-header .antd-ColumnToggler-modal-title {
35907
+ opacity: 0.95;
35908
+ font-size: 0.875rem;
35909
+ color: #080e1a;
35910
+ line-height: 1.5rem;
35911
+ font-weight: bold;
35912
+ }
35913
+
35914
+ .amis-scope .antd-ColumnToggler-modal-content {
35915
+ padding: 0;
35916
+ width: 100%;
35917
+ list-style: none;
35918
+ margin: 0.5rem 0;
35919
+ }
35920
+
35921
+ .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
35922
+ color: #080e1a;
35923
+ background: #f6f7f8;
35924
+ border-radius: 0.125rem;
35925
+ font-size: 0.75rem;
35926
+ padding: 0.25rem 0.5rem;
35927
+ height: 1.5rem;
35928
+ width: calc((100% - 0.25rem * 6) / 3);
35929
+ margin: 0.25rem;
35930
+ float: left;
35931
+ }
35932
+
35933
+ .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
35934
+ background: rgba(36, 104, 242, 0.1);
34318
35935
  }
34319
35936
 
34320
35937
  .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem--dragging {
@@ -35579,7 +37196,8 @@ readers do not read off random characters that represent icons */
35579
37196
  }
35580
37197
 
35581
37198
  .amis-scope .antd-Pagination > li {
35582
- display: inline;
37199
+ display: inline-flex;
37200
+ cursor: pointer;
35583
37201
  }
35584
37202
 
35585
37203
  .amis-scope .antd-Pagination > li > a,
@@ -35609,6 +37227,16 @@ readers do not read off random characters that represent icons */
35609
37227
  color: #1890ff;
35610
37228
  }
35611
37229
 
37230
+ .amis-scope .antd-Pagination .ellipsis {
37231
+ cursor: unset;
37232
+ }
37233
+
37234
+ .amis-scope .antd-Pagination .ellipsis > a {
37235
+ cursor: unset;
37236
+ position: relative;
37237
+ top: -0.25rem;
37238
+ }
37239
+
35612
37240
  .amis-scope .antd-Pagination > li.is-disabled > span,
35613
37241
  .amis-scope .antd-Pagination > li.is-disabled > a {
35614
37242
  cursor: not-allowed;
@@ -35635,43 +37263,112 @@ readers do not read off random characters that represent icons */
35635
37263
  border-radius: 2px;
35636
37264
  }
35637
37265
 
35638
- .amis-scope .antd-Pagination-prev > span {
35639
- cursor: pointer;
37266
+ .amis-scope .antd-Pagination-simple > ul > li:hover,
37267
+ .amis-scope .antd-Pagination-simple > ul > li:focus {
37268
+ outline: none;
37269
+ }
37270
+
37271
+ .amis-scope .antd-Pagination-simple > ul > li.is-active > a {
37272
+ border: none;
37273
+ }
37274
+
37275
+ .amis-scope .antd-Pagination-simple > ul > li.is-active > a:hover,
37276
+ .amis-scope .antd-Pagination-simple > ul > li.is-active > a:focus {
37277
+ border: none;
37278
+ }
37279
+
37280
+ .amis-scope .antd-Pagination-prev > span {
37281
+ cursor: pointer;
37282
+ }
37283
+
37284
+ .amis-scope .antd-Pagination-next > span {
37285
+ cursor: pointer;
37286
+ }
37287
+
37288
+ .amis-scope .antd-Pagination-total {
37289
+ display: inline-block;
37290
+ color: #84868c;
37291
+ }
37292
+
37293
+ .amis-scope .antd-Pagination-inputGroup {
37294
+ display: inline-flex;
37295
+ flex-wrap: nowrap;
37296
+ align-items: center;
37297
+ height: 1.875rem;
37298
+ }
37299
+
37300
+ .amis-scope .antd-Pagination-inputGroup-left {
37301
+ color: #84868c;
37302
+ }
37303
+
37304
+ .amis-scope .antd-Pagination-inputGroup input {
37305
+ min-width: 3.125rem;
37306
+ width: 3.125rem;
37307
+ height: 1.875rem;
37308
+ line-height: 1.875rem;
37309
+ border: none;
37310
+ border: 0.0625rem solid #d9d9d9;
37311
+ border-radius: 2px 0 0 2px;
37312
+ padding: 0 0.5rem;
37313
+ margin-left: 0.625rem;
37314
+ text-align: center;
37315
+ }
37316
+
37317
+ .amis-scope .antd-Pagination-inputGroup input:focus,
37318
+ .amis-scope .antd-Pagination-inputGroup input:hover {
37319
+ outline: none;
37320
+ border-color: #1890ff;
37321
+ }
37322
+
37323
+ .amis-scope .antd-Pagination-inputGroup-right {
37324
+ display: inline-block;
37325
+ width: 2rem;
37326
+ cursor: pointer;
37327
+ text-align: center;
37328
+ height: 1.875rem;
37329
+ line-height: 1.875rem;
37330
+ border: 0.0625rem solid #d9d9d9;
37331
+ border-left: none;
37332
+ border-radius: 0 2px 2px 0;
37333
+ font-size: 0.75rem;
37334
+ }
37335
+
37336
+ .amis-scope .antd-Pagination-inputGroup-right:hover {
37337
+ color: #1890ff;
37338
+ border-color: #1890ff;
37339
+ border-left: 0.0625rem solid #1890ff;
35640
37340
  }
35641
37341
 
35642
- .amis-scope .antd-Pagination-ellipsis > a > span {
35643
- position: relative;
35644
- top: -0.25rem;
37342
+ .amis-scope .antd-Pagination-wrap {
37343
+ line-height: 1.875rem;
35645
37344
  }
35646
37345
 
35647
- .amis-scope .antd-Pagination-next > span {
35648
- cursor: pointer;
37346
+ .amis-scope .antd-Pagination-wrap .antd-Pagination-item {
37347
+ margin-left: 0.625rem;
35649
37348
  }
35650
37349
 
35651
- .amis-scope .antd-Pagination-inputGroup {
35652
- display: inline-flex;
35653
- flex-wrap: nowrap;
35654
- align-items: center;
37350
+ .amis-scope .antd-Pagination-wrap .antd-Pagination-item:nth-child(1) {
37351
+ margin-left: 0;
35655
37352
  }
35656
37353
 
35657
- .amis-scope .antd-Pagination-inputGroup input {
35658
- width: 3.5rem;
35659
- height: 1.875rem;
35660
- border: 0.0625rem solid #d9d9d9;
35661
- border-radius: 2px;
35662
- padding: 0.25rem 0.625rem;
35663
- margin: 0 0.625rem;
35664
- text-align: center;
37354
+ .amis-scope .antd-Pagination-wrap.disabled {
37355
+ background-color: #fff;
35665
37356
  }
35666
37357
 
35667
- .amis-scope .antd-Pagination-inputGroup input:focus {
35668
- width: auto;
37358
+ .amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li > a,
37359
+ .amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li > span {
37360
+ color: #999;
37361
+ cursor: not-allowed;
35669
37362
  }
35670
37363
 
35671
- .amis-scope .antd-Pagination-inputGroup input:focus,
35672
- .amis-scope .antd-Pagination-inputGroup input:hover {
35673
- outline: none;
35674
- border: 0.0625rem solid #1890ff;
37364
+ .amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > a,
37365
+ .amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > span,
37366
+ .amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > a:hover,
37367
+ .amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > span:hover,
37368
+ .amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > a:focus,
37369
+ .amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > span:focus {
37370
+ background-color: #e5e7eb;
37371
+ border-color: #999;
35675
37372
  }
35676
37373
 
35677
37374
  .amis-scope .antd-PaginationWrapper-pager {
@@ -36535,6 +38232,132 @@ readers do not read off random characters that represent icons */
36535
38232
  cursor: pointer;
36536
38233
  }
36537
38234
 
38235
+ .amis-scope .antd-SchemaEditorProps {
38236
+ width: 100%;
38237
+ }
38238
+
38239
+ .amis-scope .antd-SchemaEditorProps > button {
38240
+ margin-top: 7px;
38241
+ }
38242
+
38243
+ .amis-scope .antd-SchemaEditorProps-placeholder {
38244
+ color: #999;
38245
+ }
38246
+
38247
+ .amis-scope .antd-SchemaEditorProps--depth {
38248
+ position: relative;
38249
+ margin-left: 2.5rem;
38250
+ }
38251
+
38252
+ .amis-scope .antd-SchemaEditorProps--depth:before {
38253
+ width: 1px;
38254
+ content: "";
38255
+ display: block;
38256
+ position: absolute;
38257
+ top: -10px;
38258
+ bottom: 10px;
38259
+ left: -35px;
38260
+ border-left: dashed 1px inherit;
38261
+ }
38262
+
38263
+ .amis-scope .antd-SchemaEditorProps--depth .antd-SchemaEditorItem:before {
38264
+ height: 1px;
38265
+ content: "";
38266
+ display: block;
38267
+ position: absolute;
38268
+ top: 17px;
38269
+ width: 25px;
38270
+ left: -35px;
38271
+ border-top: dashed 1px inherit;
38272
+ }
38273
+
38274
+ .amis-scope .antd-SchemaEditorProps--depth > button {
38275
+ position: relative;
38276
+ }
38277
+
38278
+ .amis-scope .antd-SchemaEditorProps--depth > button:before {
38279
+ height: 1px;
38280
+ content: "";
38281
+ display: block;
38282
+ position: absolute;
38283
+ top: 10px;
38284
+ width: 25px;
38285
+ left: -35px;
38286
+ border-top: dashed 1px inherit;
38287
+ }
38288
+
38289
+ .amis-scope .antd-SchemaEditorArrayProps:before {
38290
+ bottom: 15px;
38291
+ }
38292
+
38293
+ .amis-scope .antd-SchemaEditorItem {
38294
+ display: flex;
38295
+ flex-direction: row;
38296
+ flex-wrap: wrap;
38297
+ gap: 0.5rem;
38298
+ align-items: flex-start;
38299
+ position: relative;
38300
+ }
38301
+
38302
+ .amis-scope .antd-SchemaEditorItem + .antd-SchemaEditorItem {
38303
+ margin-top: 0.5rem;
38304
+ }
38305
+
38306
+ .amis-scope .antd-SchemaEditorObject,
38307
+ .amis-scope .antd-SchemaEditorArray {
38308
+ display: flex;
38309
+ flex-direction: row;
38310
+ flex-wrap: wrap;
38311
+ gap: 0.5rem;
38312
+ align-items: flex-start;
38313
+ width: 100%;
38314
+ }
38315
+
38316
+ .amis-scope .antd-SchemaEditor-itemsLabel {
38317
+ margin-top: calc((1.875rem - 1.375rem) / 2);
38318
+ }
38319
+
38320
+ .amis-scope .antd-SchemaEditor-caret {
38321
+ display: inline-block;
38322
+ height: 1.5rem;
38323
+ text-align: center;
38324
+ line-height: 1.5rem;
38325
+ vertical-align: middle;
38326
+ cursor: pointer;
38327
+ transform: rotate(0deg);
38328
+ transition: transform 0s;
38329
+ color: inherit;
38330
+ margin-top: calc((1.875rem - 1.375rem) / 2);
38331
+ }
38332
+
38333
+ .amis-scope .antd-SchemaEditor-caret > svg {
38334
+ width: 10px;
38335
+ height: 10px;
38336
+ top: 0;
38337
+ }
38338
+
38339
+ .amis-scope .antd-SchemaEditor-caret.is-collapsed {
38340
+ transform: rotate(-90deg);
38341
+ }
38342
+
38343
+ .amis-scope .antd-SchemaEditor-required {
38344
+ padding-top: 4px;
38345
+ }
38346
+
38347
+ .amis-scope .antd-SchemaEditor-key,
38348
+ .amis-scope .antd-SchemaEditor-title,
38349
+ .amis-scope .antd-SchemaEditor-description {
38350
+ flex: 1;
38351
+ max-width: 300px;
38352
+ min-width: 80px;
38353
+ }
38354
+
38355
+ .amis-scope .antd-SchemaEditor-key > input,
38356
+ .amis-scope .antd-SchemaEditor-title > input,
38357
+ .amis-scope .antd-SchemaEditor-description > input {
38358
+ flex-basis: 0;
38359
+ }
38360
+
36538
38361
  .amis-scope .antd-ResultBox {
36539
38362
  display: flex;
36540
38363
  background: #fff;
@@ -36551,7 +38374,7 @@ readers do not read off random characters that represent icons */
36551
38374
  flex-wrap: wrap;
36552
38375
  justify-content: flex-start;
36553
38376
  flex-wrap: wrap;
36554
- padding: 0 1.625rem 0 0.1875rem;
38377
+ padding: 0 0.3125rem;
36555
38378
  min-height: 1.875rem;
36556
38379
  align-items: center;
36557
38380
  border-radius: 3px;
@@ -38361,7 +40184,7 @@ readers do not read off random characters that represent icons */
38361
40184
  border: 0.0625rem solid #40a9ff;
38362
40185
  left: -0.0625rem;
38363
40186
  right: -0.0625rem;
38364
- top: 100%;
40187
+ top: calc(100% + 0.25rem);
38365
40188
  z-index: 10;
38366
40189
  max-height: 18.75rem;
38367
40190
  overflow: auto;
@@ -39271,7 +41094,6 @@ readers do not read off random characters that represent icons */
39271
41094
  flex-direction: row;
39272
41095
  cursor: pointer;
39273
41096
  user-select: none;
39274
- position: relative;
39275
41097
  }
39276
41098
 
39277
41099
  .amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
@@ -39279,19 +41101,7 @@ readers do not read off random characters that represent icons */
39279
41101
  margin-left: 0.5rem;
39280
41102
  }
39281
41103
 
39282
- .amis-scope .antd-TreeSelection-itemInner > * {
39283
- position: relative;
39284
- z-index: 2;
39285
- }
39286
-
39287
- .amis-scope .antd-TreeSelection-itemInner:hover:after {
39288
- position: absolute;
39289
- content: "";
39290
- z-index: 1;
39291
- top: 0;
39292
- right: 0;
39293
- bottom: 0;
39294
- left: -99999px;
41104
+ .amis-scope .antd-TreeSelection-itemInner:hover {
39295
41105
  background: rgba(0, 126, 255, 0.08);
39296
41106
  }
39297
41107
 
@@ -46537,6 +48347,209 @@ readers do not read off random characters that represent icons */
46537
48347
  margin: 0 auto;
46538
48348
  }
46539
48349
 
48350
+ .amis-scope .antd-Tag {
48351
+ display: inline-flex;
48352
+ height: 1.5rem;
48353
+ padding: 0 0.5rem;
48354
+ justify-content: center;
48355
+ align-items: center;
48356
+ font-size: 0.75rem;
48357
+ max-width: 160px;
48358
+ text-overflow: ellipsis;
48359
+ overflow: hidden;
48360
+ white-space: nowrap;
48361
+ transition: all 0.3;
48362
+ border-radius: 0.125rem;
48363
+ background-color: #f2f2f4;
48364
+ color: #151a26;
48365
+ }
48366
+
48367
+ .amis-scope .antd-Tag:not(:last-child) {
48368
+ margin-right: 0.5rem;
48369
+ }
48370
+
48371
+ .amis-scope .antd-Tag--normal {
48372
+ border-radius: 0.125rem;
48373
+ }
48374
+
48375
+ .amis-scope .antd-Tag--normal--hasColor {
48376
+ color: #fff;
48377
+ }
48378
+
48379
+ .amis-scope .antd-Tag--normal--inactive {
48380
+ background: #b4b6ba;
48381
+ }
48382
+
48383
+ .amis-scope .antd-Tag--normal--active {
48384
+ background: #2468f2;
48385
+ }
48386
+
48387
+ .amis-scope .antd-Tag--normal--processing {
48388
+ background: #1ac5ff;
48389
+ }
48390
+
48391
+ .amis-scope .antd-Tag--normal--success {
48392
+ background: #0bc286;
48393
+ }
48394
+
48395
+ .amis-scope .antd-Tag--normal--error {
48396
+ background: #e8684a;
48397
+ }
48398
+
48399
+ .amis-scope .antd-Tag--normal--warning {
48400
+ background: #ffb200;
48401
+ }
48402
+
48403
+ .amis-scope .antd-Tag--rounded {
48404
+ background-color: #fff;
48405
+ border-radius: calc((1.5rem + 2px) / 2);
48406
+ border: 1px solid #f2f2f4;
48407
+ color: #f2f2f4;
48408
+ }
48409
+
48410
+ .amis-scope .antd-Tag--rounded--inactive {
48411
+ border-color: #b4b6ba;
48412
+ color: #b4b6ba;
48413
+ }
48414
+
48415
+ .amis-scope .antd-Tag--rounded--active {
48416
+ border-color: #2468f2;
48417
+ color: #2468f2;
48418
+ }
48419
+
48420
+ .amis-scope .antd-Tag--rounded--processing {
48421
+ border-color: #1ac5ff;
48422
+ color: #1ac5ff;
48423
+ }
48424
+
48425
+ .amis-scope .antd-Tag--rounded--success {
48426
+ border-color: #0bc286;
48427
+ color: #0bc286;
48428
+ }
48429
+
48430
+ .amis-scope .antd-Tag--rounded--error {
48431
+ border-color: #e8684a;
48432
+ color: #e8684a;
48433
+ }
48434
+
48435
+ .amis-scope .antd-Tag--rounded--warning {
48436
+ border-color: #ffb200;
48437
+ color: #ffb200;
48438
+ }
48439
+
48440
+ .amis-scope .antd-Tag--status {
48441
+ background-color: #fff;
48442
+ }
48443
+
48444
+ .amis-scope .antd-Tag--status--inactive .antd-Tag--prev {
48445
+ color: #b4b6ba;
48446
+ }
48447
+
48448
+ .amis-scope .antd-Tag--status--active .antd-Tag--prev {
48449
+ color: #2468f2;
48450
+ }
48451
+
48452
+ .amis-scope .antd-Tag--status--processing .antd-Tag--prev {
48453
+ color: #1ac5ff;
48454
+ }
48455
+
48456
+ .amis-scope .antd-Tag--status--success .antd-Tag--prev {
48457
+ color: #0bc286;
48458
+ }
48459
+
48460
+ .amis-scope .antd-Tag--status--error .antd-Tag--prev {
48461
+ color: #e8684a;
48462
+ }
48463
+
48464
+ .amis-scope .antd-Tag--status--warning .antd-Tag--prev {
48465
+ color: #ffb200;
48466
+ }
48467
+
48468
+ .amis-scope .antd-Tag--status:not(.antd-Tag--status--processing):not(.antd-Tag--status--active) .icon-dot #dotWave {
48469
+ display: none;
48470
+ }
48471
+
48472
+ .amis-scope .antd-Tag--prev {
48473
+ color: #f2f2f4;
48474
+ margin-right: 0.5rem;
48475
+ }
48476
+
48477
+ .amis-scope .antd-Tag--prev i {
48478
+ font-size: 0.5rem;
48479
+ }
48480
+
48481
+ .amis-scope .antd-Tag--prev .icon {
48482
+ width: 0.5rem;
48483
+ height: 0.5rem;
48484
+ top: 0;
48485
+ }
48486
+
48487
+ .amis-scope .antd-Tag--close {
48488
+ margin-left: 0.5rem;
48489
+ margin-right: 0.25rem;
48490
+ cursor: pointer;
48491
+ }
48492
+
48493
+ .amis-scope .antd-Tag--close i {
48494
+ font-size: 0.5rem;
48495
+ }
48496
+
48497
+ .amis-scope .antd-Tag--close .icon {
48498
+ width: 0.5rem;
48499
+ height: 0.5rem;
48500
+ position: inherit;
48501
+ }
48502
+
48503
+ .amis-scope .antd-Tag--close:hover {
48504
+ opacity: 0.7;
48505
+ }
48506
+
48507
+ .amis-scope .antd-Tag--close:active {
48508
+ opacity: 0.3;
48509
+ }
48510
+
48511
+ .amis-scope .antd-Tag--disabled {
48512
+ opacity: 0.3;
48513
+ cursor: not-allowed;
48514
+ }
48515
+
48516
+ .amis-scope .antd-Tag--disabled .antd-Tag--close {
48517
+ cursor: not-allowed;
48518
+ opacity: 0.7;
48519
+ }
48520
+
48521
+ .amis-scope .antd-Tag--checkable {
48522
+ background-color: #f2f2f4;
48523
+ cursor: pointer;
48524
+ }
48525
+
48526
+ .amis-scope .antd-Tag--checkable:hover {
48527
+ background-color: #e6e6e8;
48528
+ }
48529
+
48530
+ .amis-scope .antd-Tag--checkable:active {
48531
+ background-color: #e6e6e8;
48532
+ }
48533
+
48534
+ .amis-scope .antd-Tag--checkable--disabled {
48535
+ cursor: not-allowed;
48536
+ background-color: #e6e6e8;
48537
+ color: #b4b6ba;
48538
+ }
48539
+
48540
+ .amis-scope .antd-Tag--checkable--checked:not(.antd-Tag--checkable--disabled) {
48541
+ color: #fff;
48542
+ background-color: #2468f2;
48543
+ }
48544
+
48545
+ .amis-scope .antd-Tag--checkable--checked:not(.antd-Tag--checkable--disabled):hover {
48546
+ background-color: #4f86f4;
48547
+ }
48548
+
48549
+ .amis-scope .antd-Tag--checkable--checked:not(.antd-Tag--checkable--disabled):active {
48550
+ background-color: #1c53c1;
48551
+ }
48552
+
46540
48553
  .amis-scope .antd-PullRefresh-wrap {
46541
48554
  position: relative;
46542
48555
  height: 100%;