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/ang-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: #99a6ad;
25919
- pointer-events: auto;
25920
25919
  border: 0.0625rem solid #dee2e6;
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 .a-Button.cxd-Button--link.is-disabled {
25936
- background: transparent;
25934
+ .amis-scope .a-Button--link {
25935
+ width: auto;
25936
+ min-width: auto;
25937
+ font-weight: 400;
25938
+ color: #7266ba;
25939
+ text-decoration: none;
25940
+ border: none;
25941
+ height: auto;
25942
+ }
25943
+
25944
+ .amis-scope .a-Button--link:hover:focus {
25945
+ color: #4f86f4;
25946
+ box-shadow: none;
25947
+ }
25948
+
25949
+ .amis-scope .a-Button--link:hover:active {
25950
+ color: #1c53c1;
25951
+ box-shadow: none;
25952
+ }
25953
+
25954
+ .amis-scope .a-Button--link:disabled,
25955
+ .amis-scope .a-Button--link.is-disabled {
25956
+ color: #99a6ad;
25937
25957
  border: none;
25958
+ background: transparent;
25959
+ }
25960
+
25961
+ .amis-scope .a-Button--link:disabled:hover:active,
25962
+ .amis-scope .a-Button--link.is-disabled:hover:active {
25963
+ color: #99a6ad;
25964
+ }
25965
+
25966
+ .amis-scope .a-Button--block {
25967
+ display: block;
25968
+ width: 100%;
25969
+ }
25970
+
25971
+ .amis-scope .a-Button--block + .a-Button--block {
25972
+ margin-top: 0.75rem;
25938
25973
  }
25939
25974
 
25940
25975
  .amis-scope .a-Button > .pull-left,
@@ -26416,42 +26451,6 @@ readers do not read off random characters that represent icons */
26416
26451
  animation: spin 1s infinite linear;
26417
26452
  }
26418
26453
 
26419
- .amis-scope .a-Button--link {
26420
- width: auto;
26421
- min-width: auto;
26422
- font-weight: 400;
26423
- color: #7266ba;
26424
- text-decoration: none;
26425
- border: none;
26426
- height: auto;
26427
- }
26428
-
26429
- .amis-scope .a-Button--link:hover:focus {
26430
- color: #4f86f4;
26431
- box-shadow: none;
26432
- }
26433
-
26434
- .amis-scope .a-Button--link:hover:active {
26435
- color: #1c53c1;
26436
- box-shadow: none;
26437
- }
26438
-
26439
- .amis-scope .a-Button--link:disabled,
26440
- .amis-scope .a-Button--link.is-disabled {
26441
- color: #99a6ad;
26442
- pointer-events: none;
26443
- background: #f2f3f3;
26444
- }
26445
-
26446
- .amis-scope .a-Button--block {
26447
- display: block;
26448
- width: 100%;
26449
- }
26450
-
26451
- .amis-scope .a-Button--block + .a-Button--block {
26452
- margin-top: 0.75rem;
26453
- }
26454
-
26455
26454
  .amis-scope input[type=submit].a-Button--block,
26456
26455
  .amis-scope input[type=reset].a-Button--block,
26457
26456
  .amis-scope input[type=button].a-Button--block {
@@ -31924,11 +31923,11 @@ readers do not read off random characters that represent icons */
31924
31923
  display: block;
31925
31924
  position: absolute;
31926
31925
  margin: 0;
31927
- padding: 0;
31928
- background: var(--menu-background);
31929
- box-shadow: var(--menu-box-shadow);
31930
- color: var(--menu-font-color);
31931
- font-family: var(--menu-font-family);
31926
+ padding: 4px 0;
31927
+ background: #fff;
31928
+ box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
31929
+ color: #151b26;
31930
+ font-family: PingFangSC-Regular;
31932
31931
  font-size: 12px;
31933
31932
  line-height: 20px;
31934
31933
  }
@@ -31948,23 +31947,10 @@ readers do not read off random characters that represent icons */
31948
31947
  animation-name: contextMenuOut;
31949
31948
  }
31950
31949
 
31951
- .amis-scope .a-ContextMenu-menu::before {
31952
- display: block;
31953
- position: absolute;
31954
- content: "";
31955
- top: -1px;
31956
- left: -1px;
31957
- bottom: -1px;
31958
- right: -1px;
31959
- border-radius: var(--menu-border-radius);
31960
- border: 1px solid var(--menu-border-color);
31961
- z-index: -1;
31962
- }
31963
-
31964
31950
  .amis-scope .a-ContextMenu-divider {
31965
31951
  border: none;
31966
31952
  height: 1px;
31967
- background: var(--menu-border-color);
31953
+ background: #e8e9eb;
31968
31954
  margin: 4px 1px;
31969
31955
  padding: 0;
31970
31956
  }
@@ -31973,7 +31959,7 @@ readers do not read off random characters that represent icons */
31973
31959
  list-style: none;
31974
31960
  margin: 0;
31975
31961
  padding: 0;
31976
- min-width: 100px;
31962
+ min-width: 150px;
31977
31963
  }
31978
31964
 
31979
31965
  .amis-scope .a-ContextMenu-item {
@@ -31983,7 +31969,7 @@ readers do not read off random characters that represent icons */
31983
31969
  .amis-scope .a-ContextMenu-item > a {
31984
31970
  white-space: nowrap;
31985
31971
  display: block;
31986
- padding: var(--default-padding);
31972
+ padding: 4px 12px;
31987
31973
  color: inherit;
31988
31974
  border-top: none;
31989
31975
  border-bottom: none;
@@ -31991,15 +31977,15 @@ readers do not read off random characters that represent icons */
31991
31977
 
31992
31978
  .amis-scope .a-ContextMenu-item:not(.is-disabled):hover > a {
31993
31979
  text-decoration: none;
31994
- color: var(--menu-active-color);
31995
- background: var(--menu-hover-bg-color);
31980
+ color: #2468f2;
31981
+ background: #e6f0ff;
31996
31982
  cursor: pointer;
31997
31983
  border-top: none;
31998
31984
  border-bottom: none;
31999
31985
  }
32000
31986
 
32001
31987
  .amis-scope .a-ContextMenu-item.is-disabled > a {
32002
- color: var(--menu-disabled-color);
31988
+ color: #b8babf;
32003
31989
  pointer-events: none;
32004
31990
  }
32005
31991
 
@@ -32009,8 +31995,8 @@ readers do not read off random characters that represent icons */
32009
31995
  height: 0;
32010
31996
  border-width: 4px 7px;
32011
31997
  border-style: solid;
32012
- border-color: transparent transparent transparent var(--default-icon-color);
32013
- text-shadow: var(--menu-box-shadow);
31998
+ border-color: transparent transparent transparent #84868c;
31999
+ text-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
32014
32000
  position: absolute;
32015
32001
  top: 50%;
32016
32002
  right: 0;
@@ -32018,7 +32004,7 @@ readers do not read off random characters that represent icons */
32018
32004
  }
32019
32005
 
32020
32006
  .amis-scope .a-ContextMenu-item.has-child:hover > a::after {
32021
- border-color: transparent transparent transparent var(--menu-active-color);
32007
+ border-color: transparent transparent transparent #2468f2;
32022
32008
  }
32023
32009
 
32024
32010
  .amis-scope .a-ContextMenu-itemIcon {
@@ -32042,11 +32028,11 @@ readers do not read off random characters that represent icons */
32042
32028
  min-width: 100px;
32043
32029
  margin: 0;
32044
32030
  padding: 0;
32045
- background: var(--menu-background);
32046
- box-shadow: var(--menu-box-shadow);
32047
- border-radius: var(--menu-border-radius);
32048
- color: var(--menu-font-color);
32049
- font-family: var(--menu-font-family);
32031
+ background: #fff;
32032
+ box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
32033
+ border-radius: 4px;
32034
+ color: #151b26;
32035
+ font-family: PingFangSC-Regular;
32050
32036
  font-size: 12px;
32051
32037
  line-height: 20px;
32052
32038
  }
@@ -32063,8 +32049,8 @@ readers do not read off random characters that represent icons */
32063
32049
  left: -1px;
32064
32050
  bottom: -1px;
32065
32051
  right: -1px;
32066
- border-radius: var(--menu-border-radius);
32067
- border: 1px solid var(--menu-border-color);
32052
+ border-radius: 4px;
32053
+ border: 1px solid #e8e9eb;
32068
32054
  z-index: -1;
32069
32055
  }
32070
32056
 
@@ -34163,169 +34149,1800 @@ readers do not read off random characters that represent icons */
34163
34149
  margin-right: 0.625rem;
34164
34150
  }
34165
34151
 
34166
- .amis-scope .a-ColumnToggler {
34152
+ .amis-scope .a-Table-v2 {
34167
34153
  position: relative;
34168
- display: inline-block;
34154
+ border-radius: 0.142rem;
34155
+ margin-bottom: 1rem;
34169
34156
  }
34170
34157
 
34171
- .amis-scope .a-ColumnToggler-caret {
34172
- margin-left: 0.5rem;
34173
- display: inline-block;
34174
- vertical-align: top;
34175
- transition: transform 0s ease;
34158
+ .amis-scope .a-Table-v2.a-Table-bordered {
34159
+ border-width: 0.0625rem 0.0625rem 0 0.0625rem;
34160
+ border-style: solid;
34161
+ border-color: #d1d5db;
34162
+ border-collapse: inherit;
34176
34163
  }
34177
34164
 
34178
- .amis-scope .a-ColumnToggler-caret > svg {
34179
- width: 0.625rem;
34180
- height: 0.625rem;
34181
- top: 0.125em;
34165
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > thead > tr > th,
34166
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > tbody > tr > td,
34167
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > tfoot > tr > td {
34168
+ border-right: 0.0625rem solid #d1d5db;
34182
34169
  }
34183
34170
 
34184
- .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
34185
- transform: rotate(180deg);
34171
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > thead > tr > th:last-child,
34172
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > tbody > tr > td:last-child,
34173
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > tfoot > tr > td:last-child {
34174
+ border-right: none;
34186
34175
  }
34187
34176
 
34188
- .amis-scope .a-ColumnToggler.is-actived > .a-Button {
34189
- color: #23b7e5;
34177
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-footer {
34178
+ border-bottom: 0.0625rem solid #d1d5db;
34190
34179
  }
34191
34180
 
34192
- .amis-scope .a-ColumnToggler--block {
34193
- display: block;
34181
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-title {
34182
+ border-bottom: 0.0625rem solid #d1d5db;
34194
34183
  }
34195
34184
 
34196
- .amis-scope .a-ColumnToggler--block .a-Button {
34197
- display: block;
34185
+ .amis-scope .a-Table-v2.a-Table-large .a-Table-table > thead > tr > th {
34186
+ padding: calc(
34187
+ (3.8125rem - 0.875rem * 1.5) /
34188
+ 2
34189
+ ) 0.75rem;
34198
34190
  }
34199
34191
 
34200
- .amis-scope .a-ColumnToggler-menu {
34201
- position: absolute;
34202
- z-index: 1000;
34203
- top: 100%;
34204
- left: 0;
34205
- margin: 0.0625rem 0 0;
34206
- background: #fff;
34207
- list-style: none;
34208
- padding: 0.25rem 0;
34209
- border: 0.0625rem solid #d1d5db;
34210
- border-radius: 0.142rem;
34211
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
34212
- min-width: 10rem;
34213
- text-align: left;
34192
+ .amis-scope .a-Table-v2.a-Table-large .a-Table-table > tbody > tr > td,
34193
+ .amis-scope .a-Table-v2.a-Table-large .a-Table-table > tbody > tr > th {
34194
+ padding: calc(
34195
+ (3.8125rem - 0.875rem * 1.5) /
34196
+ 2
34197
+ ) 0.75rem;
34214
34198
  }
34215
34199
 
34216
- .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
34217
- left: auto;
34218
- right: 0;
34200
+ .amis-scope .a-Table-v2.a-Table-large .a-Table-table > tfoot > tr > td {
34201
+ padding: calc(
34202
+ (3.8125rem - 0.875rem * 1.5) /
34203
+ 2
34204
+ ) 0.75rem;
34219
34205
  }
34220
34206
 
34221
- .amis-scope .a-ColumnToggler-menuItem,
34222
- .amis-scope .a-ColumnToggler-menu > li {
34207
+ .amis-scope .a-Table-v2.a-Table-large .a-TableCell-filterBtn {
34208
+ right: calc( 0.75rem - 1rem / 2 );
34209
+ }
34210
+
34211
+ .amis-scope .a-Table-v2.a-Table-small .a-Table-table > thead > tr > th {
34223
34212
  padding: calc(
34224
- (2.125rem - 0.875rem * 1.5) /
34213
+ (2.0625rem - 0.875rem * 1.5) /
34225
34214
  2
34226
- ) 0.5rem;
34227
- white-space: nowrap;
34228
- box-sizing: border-box;
34229
- height: 2.125rem;
34230
- vertical-align: middle;
34231
- user-select: none;
34232
- color: #23b7e5;
34233
- text-decoration: none;
34215
+ ) 0.25rem;
34234
34216
  }
34235
34217
 
34236
- .amis-scope .a-ColumnToggler-menuItem:hover,
34237
- .amis-scope .a-ColumnToggler-menu > li:hover {
34238
- background: rgba(0, 126, 255, 0.08);
34239
- color: #7266ba;
34218
+ .amis-scope .a-Table-v2.a-Table-small .a-Table-table > tbody > tr > td,
34219
+ .amis-scope .a-Table-v2.a-Table-small .a-Table-table > tbody > tr > th {
34220
+ padding: calc(
34221
+ (2.0625rem - 0.875rem * 1.5) /
34222
+ 2
34223
+ ) 0.25rem;
34240
34224
  }
34241
34225
 
34242
- .amis-scope .a-ColumnToggler-menuItem.is-active,
34243
- .amis-scope .a-ColumnToggler-menu > li.is-active {
34244
- color: #7266ba;
34226
+ .amis-scope .a-Table-v2.a-Table-small .a-Table-table > tfoot > tr > td {
34227
+ padding: calc(
34228
+ (2.0625rem - 0.875rem * 1.5) /
34229
+ 2
34230
+ ) 0.25rem;
34245
34231
  }
34246
34232
 
34247
- .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
34248
- .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
34249
- .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
34250
- .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
34251
- cursor: pointer;
34233
+ .amis-scope .a-Table-v2.a-Table-small .a-TableCell-filterBtn {
34234
+ right: calc( 0.25rem - 1rem / 2 );
34252
34235
  }
34253
34236
 
34254
- .amis-scope .a-ColumnToggler-menuItem.is-disabled,
34255
- .amis-scope .a-ColumnToggler-menu > li.is-disabled {
34256
- cursor: not-allowed;
34257
- color: #b4b6ba;
34258
- filter: grayscale(80%);
34237
+ .amis-scope .a-Table-v2 .a-Table-title,
34238
+ .amis-scope .a-Table-v2 .a-Table-footer {
34239
+ background: #fff;
34240
+ padding: calc( ( 2.5rem - 0.875rem * 1.5 ) / 2 ) 0.5rem;
34259
34241
  }
34260
34242
 
34261
- .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
34262
- .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
34263
- height: 0.0625rem;
34264
- margin: 0.5625rem 0;
34265
- overflow: hidden;
34266
- background: #d1d5db;
34267
- padding: 0;
34243
+ .amis-scope .a-Table-v2 .a-Table-header {
34244
+ padding: 0.75rem 0;
34268
34245
  }
34269
34246
 
34270
- .amis-scope .a-ColumnToggler-menu > li a {
34271
- color: inherit;
34272
- display: block;
34273
- text-decoration: none;
34247
+ .amis-scope .a-Table-v2 .a-Table-header.a-Table-sticky-holder {
34248
+ position: sticky;
34249
+ z-index: 3;
34250
+ background: #fff;
34274
34251
  }
34275
34252
 
34276
- .amis-scope .a-ColumnToggler-popover {
34277
- border: none;
34278
- box-shadow: none;
34253
+ .amis-scope .a-Table-v2 .a-Table-toolbar {
34254
+ display: flex;
34255
+ margin: 0 0 0.75rem;
34256
+ flex-wrap: wrap;
34279
34257
  }
34280
34258
 
34281
- .amis-scope .a-ColumnToggler > .a-Button {
34282
- min-width: unset;
34259
+ .amis-scope .a-Table-v2 .a-Table-toolbar::before,
34260
+ .amis-scope .a-Table-v2 .a-Table-toolbar::after {
34261
+ display: table;
34262
+ content: "";
34283
34263
  }
34284
34264
 
34285
- .amis-scope .a-ColumnToggler-modal {
34286
- display: flex;
34287
- flex-flow: column nowrap;
34288
- justify-content: space-between;
34289
- align-items: center;
34290
- width: 25rem;
34291
- padding: 1.5rem;
34292
- margin-top: calc(50vh - 100px);
34293
- border-radius: 0.25rem;
34294
- background: #fff;
34295
- 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);
34265
+ .amis-scope .a-Table-v2 .a-Table-toolbar::after {
34266
+ clear: both;
34296
34267
  }
34297
34268
 
34298
- .amis-scope .a-ColumnToggler-modal-header {
34299
- width: 100%;
34269
+ .amis-scope .a-Table-v2 .a-Table-toolbar .a-DropDown-menuItem {
34270
+ height: auto;
34271
+ }
34272
+
34273
+ .amis-scope .a-Table-v2 .a-Table-toolbar .a-DropDown-menuItem .a-Checkbox {
34300
34274
  display: flex;
34301
- flex-flow: row nowrap;
34302
- justify-content: space-between;
34303
34275
  align-items: center;
34304
34276
  }
34305
34277
 
34306
- .amis-scope .a-ColumnToggler-modal-header a,
34307
- .amis-scope .a-ColumnToggler-modal-header span {
34308
- display: inline-block;
34278
+ .amis-scope .a-Table-v2 .a-Table-header + .a-Table-toolbar {
34279
+ padding-top: 0;
34309
34280
  }
34310
34281
 
34311
- .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
34312
- opacity: 0.95;
34313
- font-size: 0.875rem;
34314
- color: #080e1a;
34315
- line-height: 1.5rem;
34316
- font-weight: bold;
34282
+ .amis-scope .a-Table-v2 .a-Table-content {
34283
+ min-height: 0.01%;
34284
+ overflow-x: auto;
34285
+ transform: translateZ(0);
34317
34286
  }
34318
34287
 
34319
- .amis-scope .a-ColumnToggler-modal-content {
34320
- padding: 0;
34321
- width: 100%;
34322
- list-style: none;
34323
- margin: 0.5rem 0;
34288
+ .amis-scope .a-Table-v2 .a-Table-content th {
34289
+ position: relative;
34324
34290
  }
34325
34291
 
34326
- .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
34327
- color: #080e1a;
34328
- background: #f6f7f8;
34292
+ .amis-scope .a-Table-v2 .a-Table-table {
34293
+ width: 100%;
34294
+ min-width: 100%;
34295
+ margin-bottom: 0;
34296
+ font-size: 0.875rem;
34297
+ color: #58666e;
34298
+ background: #fff;
34299
+ border-spacing: 0;
34300
+ border-collapse: collapse;
34301
+ border: none;
34302
+ }
34303
+
34304
+ .amis-scope .a-Table-v2 .a-Table-table th,
34305
+ .amis-scope .a-Table-v2 .a-Table-table td {
34306
+ text-align: left;
34307
+ }
34308
+
34309
+ .amis-scope .a-Table-v2 .a-Table-table th.text-center,
34310
+ .amis-scope .a-Table-v2 .a-Table-table td.text-center,
34311
+ .amis-scope .a-Table-v2 .a-Table-table th[colspan],
34312
+ .amis-scope .a-Table-v2 .a-Table-table td[colspan] {
34313
+ text-align: center;
34314
+ }
34315
+
34316
+ .amis-scope .a-Table-v2 .a-Table-table th.text-right,
34317
+ .amis-scope .a-Table-v2 .a-Table-table td.text-right {
34318
+ text-align: right;
34319
+ }
34320
+
34321
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th {
34322
+ background: #f6f8f8;
34323
+ padding: calc(
34324
+ (2.5625rem - 0.875rem * 1.5) /
34325
+ 2
34326
+ ) 0.5rem;
34327
+ font-size: 0.875rem;
34328
+ color: #414c52;
34329
+ font-weight: 400;
34330
+ white-space: nowrap;
34331
+ }
34332
+
34333
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th:first-child {
34334
+ padding-left: 0.75rem;
34335
+ }
34336
+
34337
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-cell-last {
34338
+ padding-right: 0.75rem;
34339
+ }
34340
+
34341
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th:not(.a-Table-cell-last) {
34342
+ border-right: 0.0625rem solid #d1d5db;
34343
+ }
34344
+
34345
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-row-expand-icon-cell {
34346
+ border-right: 0;
34347
+ }
34348
+
34349
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th .a-Remark {
34350
+ margin-left: 0.25rem;
34351
+ position: relative;
34352
+ top: 2px;
34353
+ }
34354
+
34355
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th .a-Table-head-cell-wrapper {
34356
+ display: flex;
34357
+ }
34358
+
34359
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr:not(:last-child) {
34360
+ border-bottom: 0.0625rem solid #d1d5db;
34361
+ }
34362
+
34363
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr {
34364
+ position: relative;
34365
+ border-bottom: 0.0625rem solid #d1d5db;
34366
+ background: transparent;
34367
+ }
34368
+
34369
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-summary-row > td {
34370
+ background: #f6f8f8;
34371
+ }
34372
+
34373
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > th {
34374
+ background: #f6f8f8;
34375
+ color: #414c52;
34376
+ font-weight: 400;
34377
+ white-space: nowrap;
34378
+ border-right: 0.0625rem solid #d1d5db;
34379
+ }
34380
+
34381
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td,
34382
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > th {
34383
+ padding: calc(
34384
+ (2.5625rem - 0.875rem * 1.5) /
34385
+ 2
34386
+ ) 0.5rem;
34387
+ }
34388
+
34389
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td:first-child,
34390
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > th:first-child {
34391
+ padding-left: 0.75rem;
34392
+ }
34393
+
34394
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td:last-child,
34395
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > th:last-child {
34396
+ padding-right: 0.75rem;
34397
+ }
34398
+
34399
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr .a-Table-cell-wrapper-prefix {
34400
+ display: flex;
34401
+ }
34402
+
34403
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr .a-Table-cell-wrapper-prefix .a-Table-expandBtn {
34404
+ margin-right: 5px;
34405
+ }
34406
+
34407
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr .a-Table-cell-height-large {
34408
+ height: 2.5rem;
34409
+ line-height: 2.5rem;
34410
+ overflow: hidden;
34411
+ }
34412
+
34413
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr .a-Table-cell-height-middle {
34414
+ height: 1.875rem;
34415
+ line-height: 1.875rem;
34416
+ overflow: hidden;
34417
+ }
34418
+
34419
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-tr--odd {
34420
+ background: #f9fafa;
34421
+ }
34422
+
34423
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-tr--hasItemAction:hover {
34424
+ cursor: pointer;
34425
+ }
34426
+
34427
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr:hover,
34428
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-hovered {
34429
+ background: #f3f6f6;
34430
+ border-color: #d6dfdf;
34431
+ color: #58666e;
34432
+ }
34433
+
34434
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr:hover + tr,
34435
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-hovered + tr {
34436
+ border-color: #d6dfdf;
34437
+ }
34438
+
34439
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-checked {
34440
+ background: #d9f3fb;
34441
+ border-color: #abe4f6;
34442
+ color: #20b9e8;
34443
+ }
34444
+
34445
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-checked + tr {
34446
+ border-color: #abe4f6;
34447
+ }
34448
+
34449
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-moved,
34450
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-modified {
34451
+ background: #e8f0fe;
34452
+ border-color: #d0e0fd;
34453
+ color: #4285f4;
34454
+ }
34455
+
34456
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-moved + tr,
34457
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-modified + tr {
34458
+ border-color: #d0e0fd;
34459
+ }
34460
+
34461
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-summary {
34462
+ background: #f6f8f8;
34463
+ color: #414c52;
34464
+ font-weight: 400;
34465
+ }
34466
+
34467
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light {
34468
+ background-color: #edf1f2;
34469
+ color: #58666e;
34470
+ }
34471
+
34472
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.lt,
34473
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .lt {
34474
+ background: #f3f5f6;
34475
+ }
34476
+
34477
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.lter,
34478
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .lter {
34479
+ background: #f6f8f8;
34480
+ }
34481
+
34482
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.dk,
34483
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .dk {
34484
+ background: #e4eaec;
34485
+ }
34486
+
34487
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.dker,
34488
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .dker {
34489
+ background: #dde6e9;
34490
+ }
34491
+
34492
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.bg,
34493
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .bg {
34494
+ background-color: #edf1f2;
34495
+ }
34496
+
34497
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark {
34498
+ background-color: #3a3f51;
34499
+ color: #a6a8b1;
34500
+ }
34501
+
34502
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.lt,
34503
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .lt {
34504
+ background: #474c5e;
34505
+ }
34506
+
34507
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.lter,
34508
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .lter {
34509
+ background: #54596a;
34510
+ }
34511
+
34512
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.dk,
34513
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .dk {
34514
+ background: #2e3344;
34515
+ }
34516
+
34517
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.dker,
34518
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .dker {
34519
+ background: #232735;
34520
+ }
34521
+
34522
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.bg,
34523
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .bg {
34524
+ background-color: #3a3f51;
34525
+ }
34526
+
34527
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark a,
34528
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .a-Button--link {
34529
+ color: #c1c3c9;
34530
+ }
34531
+
34532
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark a:hover,
34533
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .a-Button--link:hover {
34534
+ color: #fff;
34535
+ }
34536
+
34537
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .open > a,
34538
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .open > a:hover,
34539
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .open > a:focus {
34540
+ color: #fff;
34541
+ }
34542
+
34543
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .text-muted {
34544
+ color: #414c52 !important;
34545
+ }
34546
+
34547
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .text-lt {
34548
+ color: #99a6ad !important;
34549
+ }
34550
+
34551
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black {
34552
+ background-color: #1c2b36;
34553
+ color: #7793a7;
34554
+ }
34555
+
34556
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.lt,
34557
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .lt {
34558
+ background: #263845;
34559
+ }
34560
+
34561
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.lter,
34562
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .lter {
34563
+ background: #314554;
34564
+ }
34565
+
34566
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.dk,
34567
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .dk {
34568
+ background: #131e26;
34569
+ }
34570
+
34571
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.dker,
34572
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .dker {
34573
+ background: #0a1015;
34574
+ }
34575
+
34576
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.bg,
34577
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .bg {
34578
+ background-color: #1c2b36;
34579
+ }
34580
+
34581
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black a,
34582
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .a-Button--link {
34583
+ color: #96abbb;
34584
+ }
34585
+
34586
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black a:hover,
34587
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .a-Button--link:hover {
34588
+ color: #fff;
34589
+ }
34590
+
34591
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .open > a,
34592
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .open > a:hover,
34593
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .open > a:focus {
34594
+ color: #fff;
34595
+ }
34596
+
34597
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .text-muted {
34598
+ color: #414c52 !important;
34599
+ }
34600
+
34601
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .text-lt {
34602
+ color: #99a6ad !important;
34603
+ }
34604
+
34605
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary {
34606
+ background-color: #7266ba;
34607
+ color: #f4f3f9;
34608
+ }
34609
+
34610
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.lt,
34611
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .lt {
34612
+ background: #847abf;
34613
+ }
34614
+
34615
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.lter,
34616
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .lter {
34617
+ background: #958dc6;
34618
+ }
34619
+
34620
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.dk,
34621
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .dk {
34622
+ background: #6051b5;
34623
+ }
34624
+
34625
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.dker,
34626
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .dker {
34627
+ background: #5244a9;
34628
+ }
34629
+
34630
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.bg,
34631
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .bg {
34632
+ background-color: #7266ba;
34633
+ }
34634
+
34635
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary a,
34636
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .a-Button--link {
34637
+ color: white;
34638
+ }
34639
+
34640
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary a:hover,
34641
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .a-Button--link:hover {
34642
+ color: #fff;
34643
+ }
34644
+
34645
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .open > a,
34646
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .open > a:hover,
34647
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .open > a:focus {
34648
+ color: #fff;
34649
+ }
34650
+
34651
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .text-muted {
34652
+ color: #414c52 !important;
34653
+ }
34654
+
34655
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .text-lt {
34656
+ color: #99a6ad !important;
34657
+ }
34658
+
34659
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success {
34660
+ background-color: #27c24c;
34661
+ color: #c6efd0;
34662
+ }
34663
+
34664
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.lt,
34665
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .lt {
34666
+ background: #31d257;
34667
+ }
34668
+
34669
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.lter,
34670
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .lter {
34671
+ background: #48d46a;
34672
+ }
34673
+
34674
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.dk,
34675
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .dk {
34676
+ background: #20af42;
34677
+ }
34678
+
34679
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.dker,
34680
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .dker {
34681
+ background: #1a9c39;
34682
+ }
34683
+
34684
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.bg,
34685
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .bg {
34686
+ background-color: #27c24c;
34687
+ }
34688
+
34689
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success a,
34690
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .a-Button--link {
34691
+ color: #eefaf1;
34692
+ }
34693
+
34694
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success a:hover,
34695
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .a-Button--link:hover {
34696
+ color: #fff;
34697
+ }
34698
+
34699
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .open > a,
34700
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .open > a:hover,
34701
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .open > a:focus {
34702
+ color: #fff;
34703
+ }
34704
+
34705
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .text-muted {
34706
+ color: #414c52 !important;
34707
+ }
34708
+
34709
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .text-lt {
34710
+ color: #99a6ad !important;
34711
+ }
34712
+
34713
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info {
34714
+ background-color: #23b7e5;
34715
+ color: #dcf2f8;
34716
+ }
34717
+
34718
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.lt,
34719
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .lt {
34720
+ background: #3dbde5;
34721
+ }
34722
+
34723
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.lter,
34724
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .lter {
34725
+ background: #55c3e6;
34726
+ }
34727
+
34728
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.dk,
34729
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .dk {
34730
+ background: #16aad8;
34731
+ }
34732
+
34733
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.dker,
34734
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .dker {
34735
+ background: #1199c4;
34736
+ }
34737
+
34738
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.bg,
34739
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .bg {
34740
+ background-color: #23b7e5;
34741
+ }
34742
+
34743
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info a,
34744
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .a-Button--link {
34745
+ color: white;
34746
+ }
34747
+
34748
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info a:hover,
34749
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .a-Button--link:hover {
34750
+ color: #fff;
34751
+ }
34752
+
34753
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .open > a,
34754
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .open > a:hover,
34755
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .open > a:focus {
34756
+ color: #fff;
34757
+ }
34758
+
34759
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .text-muted {
34760
+ color: #414c52 !important;
34761
+ }
34762
+
34763
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .text-lt {
34764
+ color: #99a6ad !important;
34765
+ }
34766
+
34767
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning {
34768
+ background-color: #fad733;
34769
+ color: #fffefa;
34770
+ }
34771
+
34772
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.lt,
34773
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .lt {
34774
+ background: #f8da4e;
34775
+ }
34776
+
34777
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.lter,
34778
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .lter {
34779
+ background: #f7de69;
34780
+ }
34781
+
34782
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.dk,
34783
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .dk {
34784
+ background: #fcd417;
34785
+ }
34786
+
34787
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.dker,
34788
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .dker {
34789
+ background: #face00;
34790
+ }
34791
+
34792
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.bg,
34793
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .bg {
34794
+ background-color: #fad733;
34795
+ }
34796
+
34797
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning a,
34798
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .a-Button--link {
34799
+ color: white;
34800
+ }
34801
+
34802
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning a:hover,
34803
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .a-Button--link:hover {
34804
+ color: #fff;
34805
+ }
34806
+
34807
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .open > a,
34808
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .open > a:hover,
34809
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .open > a:focus {
34810
+ color: #fff;
34811
+ }
34812
+
34813
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .text-muted {
34814
+ color: #414c52 !important;
34815
+ }
34816
+
34817
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .text-lt {
34818
+ color: #99a6ad !important;
34819
+ }
34820
+
34821
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger {
34822
+ background-color: #f05050;
34823
+ color: white;
34824
+ }
34825
+
34826
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.lt,
34827
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .lt {
34828
+ background: #f06a6a;
34829
+ }
34830
+
34831
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.lter,
34832
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .lter {
34833
+ background: #f18282;
34834
+ }
34835
+
34836
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.dk,
34837
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .dk {
34838
+ background: #f13636;
34839
+ }
34840
+
34841
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.dker,
34842
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .dker {
34843
+ background: #f21b1b;
34844
+ }
34845
+
34846
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.bg,
34847
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .bg {
34848
+ background-color: #f05050;
34849
+ }
34850
+
34851
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger a,
34852
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .a-Button--link {
34853
+ color: white;
34854
+ }
34855
+
34856
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger a:hover,
34857
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .a-Button--link:hover {
34858
+ color: #fff;
34859
+ }
34860
+
34861
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .open > a,
34862
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .open > a:hover,
34863
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .open > a:focus {
34864
+ color: #fff;
34865
+ }
34866
+
34867
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .text-muted {
34868
+ color: #414c52 !important;
34869
+ }
34870
+
34871
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .text-lt {
34872
+ color: #99a6ad !important;
34873
+ }
34874
+
34875
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-dragging {
34876
+ opacity: 0.1;
34877
+ }
34878
+
34879
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th.is-expanded .a-Table-expandCell:before {
34880
+ right: -0.6875rem;
34881
+ }
34882
+
34883
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandBtn {
34884
+ position: relative;
34885
+ right: -1.125rem;
34886
+ }
34887
+
34888
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td {
34889
+ position: relative;
34890
+ padding-left: 1.125rem;
34891
+ }
34892
+
34893
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td::before {
34894
+ content: "";
34895
+ position: absolute;
34896
+ width: 0.0625rem;
34897
+ top: 0;
34898
+ bottom: 0;
34899
+ left: -0.5rem;
34900
+ height: auto;
34901
+ background: #d1d5db;
34902
+ }
34903
+
34904
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td::after {
34905
+ content: "";
34906
+ position: absolute;
34907
+ height: 0.0625rem;
34908
+ top: 50%;
34909
+ left: -0.5rem;
34910
+ width: 0.625rem;
34911
+ background: #d1d5db;
34912
+ }
34913
+
34914
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th.is-expandable .a-Table-expandCell + td {
34915
+ padding-left: 1.125rem;
34916
+ }
34917
+
34918
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
34919
+ height: 50%;
34920
+ bottom: auto;
34921
+ }
34922
+
34923
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th.is-expanded .a-Table-expandCell:before {
34924
+ right: -1.8125rem;
34925
+ }
34926
+
34927
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandBtn {
34928
+ position: relative;
34929
+ right: -2.25rem;
34930
+ }
34931
+
34932
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td {
34933
+ position: relative;
34934
+ padding-left: 2.25rem;
34935
+ }
34936
+
34937
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td::before {
34938
+ content: "";
34939
+ position: absolute;
34940
+ width: 0.0625rem;
34941
+ top: 0;
34942
+ bottom: 0;
34943
+ left: 0.625rem;
34944
+ height: auto;
34945
+ background: #d1d5db;
34946
+ }
34947
+
34948
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td::after {
34949
+ content: "";
34950
+ position: absolute;
34951
+ height: 0.0625rem;
34952
+ top: 50%;
34953
+ left: 0.625rem;
34954
+ width: 0.625rem;
34955
+ background: #d1d5db;
34956
+ }
34957
+
34958
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th.is-expandable .a-Table-expandCell + td {
34959
+ padding-left: 2.25rem;
34960
+ }
34961
+
34962
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
34963
+ height: 50%;
34964
+ bottom: auto;
34965
+ }
34966
+
34967
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th.is-expanded .a-Table-expandCell:before {
34968
+ right: -2.9375rem;
34969
+ }
34970
+
34971
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandBtn {
34972
+ position: relative;
34973
+ right: -3.375rem;
34974
+ }
34975
+
34976
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td {
34977
+ position: relative;
34978
+ padding-left: 3.375rem;
34979
+ }
34980
+
34981
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td::before {
34982
+ content: "";
34983
+ position: absolute;
34984
+ width: 0.0625rem;
34985
+ top: 0;
34986
+ bottom: 0;
34987
+ left: 1.75rem;
34988
+ height: auto;
34989
+ background: #d1d5db;
34990
+ }
34991
+
34992
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td::after {
34993
+ content: "";
34994
+ position: absolute;
34995
+ height: 0.0625rem;
34996
+ top: 50%;
34997
+ left: 1.75rem;
34998
+ width: 0.625rem;
34999
+ background: #d1d5db;
35000
+ }
35001
+
35002
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th.is-expandable .a-Table-expandCell + td {
35003
+ padding-left: 3.375rem;
35004
+ }
35005
+
35006
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
35007
+ height: 50%;
35008
+ bottom: auto;
35009
+ }
35010
+
35011
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th.is-expanded .a-Table-expandCell:before {
35012
+ right: -4.0625rem;
35013
+ }
35014
+
35015
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandBtn {
35016
+ position: relative;
35017
+ right: -4.5rem;
35018
+ }
35019
+
35020
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td {
35021
+ position: relative;
35022
+ padding-left: 4.5rem;
35023
+ }
35024
+
35025
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td::before {
35026
+ content: "";
35027
+ position: absolute;
35028
+ width: 0.0625rem;
35029
+ top: 0;
35030
+ bottom: 0;
35031
+ left: 2.875rem;
35032
+ height: auto;
35033
+ background: #d1d5db;
35034
+ }
35035
+
35036
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td::after {
35037
+ content: "";
35038
+ position: absolute;
35039
+ height: 0.0625rem;
35040
+ top: 50%;
35041
+ left: 2.875rem;
35042
+ width: 0.625rem;
35043
+ background: #d1d5db;
35044
+ }
35045
+
35046
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th.is-expandable .a-Table-expandCell + td {
35047
+ padding-left: 4.5rem;
35048
+ }
35049
+
35050
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
35051
+ height: 50%;
35052
+ bottom: auto;
35053
+ }
35054
+
35055
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th.is-expanded .a-Table-expandCell:before {
35056
+ right: -5.1875rem;
35057
+ }
35058
+
35059
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandBtn {
35060
+ position: relative;
35061
+ right: -5.625rem;
35062
+ }
35063
+
35064
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td {
35065
+ position: relative;
35066
+ padding-left: 5.625rem;
35067
+ }
35068
+
35069
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td::before {
35070
+ content: "";
35071
+ position: absolute;
35072
+ width: 0.0625rem;
35073
+ top: 0;
35074
+ bottom: 0;
35075
+ left: 4rem;
35076
+ height: auto;
35077
+ background: #d1d5db;
35078
+ }
35079
+
35080
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td::after {
35081
+ content: "";
35082
+ position: absolute;
35083
+ height: 0.0625rem;
35084
+ top: 50%;
35085
+ left: 4rem;
35086
+ width: 0.625rem;
35087
+ background: #d1d5db;
35088
+ }
35089
+
35090
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th.is-expandable .a-Table-expandCell + td {
35091
+ padding-left: 5.625rem;
35092
+ }
35093
+
35094
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
35095
+ height: 50%;
35096
+ bottom: auto;
35097
+ }
35098
+
35099
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th.is-expanded .a-Table-expandCell:before {
35100
+ right: -6.3125rem;
35101
+ }
35102
+
35103
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandBtn {
35104
+ position: relative;
35105
+ right: -6.75rem;
35106
+ }
35107
+
35108
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td {
35109
+ position: relative;
35110
+ padding-left: 6.75rem;
35111
+ }
35112
+
35113
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td::before {
35114
+ content: "";
35115
+ position: absolute;
35116
+ width: 0.0625rem;
35117
+ top: 0;
35118
+ bottom: 0;
35119
+ left: 5.125rem;
35120
+ height: auto;
35121
+ background: #d1d5db;
35122
+ }
35123
+
35124
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td::after {
35125
+ content: "";
35126
+ position: absolute;
35127
+ height: 0.0625rem;
35128
+ top: 50%;
35129
+ left: 5.125rem;
35130
+ width: 0.625rem;
35131
+ background: #d1d5db;
35132
+ }
35133
+
35134
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th.is-expandable .a-Table-expandCell + td {
35135
+ padding-left: 6.75rem;
35136
+ }
35137
+
35138
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
35139
+ height: 50%;
35140
+ bottom: auto;
35141
+ }
35142
+
35143
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th.is-expanded .a-Table-expandCell:before {
35144
+ right: -7.4375rem;
35145
+ }
35146
+
35147
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandBtn {
35148
+ position: relative;
35149
+ right: -7.875rem;
35150
+ }
35151
+
35152
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td {
35153
+ position: relative;
35154
+ padding-left: 7.875rem;
35155
+ }
35156
+
35157
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td::before {
35158
+ content: "";
35159
+ position: absolute;
35160
+ width: 0.0625rem;
35161
+ top: 0;
35162
+ bottom: 0;
35163
+ left: 6.25rem;
35164
+ height: auto;
35165
+ background: #d1d5db;
35166
+ }
35167
+
35168
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td::after {
35169
+ content: "";
35170
+ position: absolute;
35171
+ height: 0.0625rem;
35172
+ top: 50%;
35173
+ left: 6.25rem;
35174
+ width: 0.625rem;
35175
+ background: #d1d5db;
35176
+ }
35177
+
35178
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th.is-expandable .a-Table-expandCell + td {
35179
+ padding-left: 7.875rem;
35180
+ }
35181
+
35182
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
35183
+ height: 50%;
35184
+ bottom: auto;
35185
+ }
35186
+
35187
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th.is-expanded .a-Table-expandCell:before {
35188
+ right: -8.5625rem;
35189
+ }
35190
+
35191
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandBtn {
35192
+ position: relative;
35193
+ right: -9rem;
35194
+ }
35195
+
35196
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td {
35197
+ position: relative;
35198
+ padding-left: 9rem;
35199
+ }
35200
+
35201
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td::before {
35202
+ content: "";
35203
+ position: absolute;
35204
+ width: 0.0625rem;
35205
+ top: 0;
35206
+ bottom: 0;
35207
+ left: 7.375rem;
35208
+ height: auto;
35209
+ background: #d1d5db;
35210
+ }
35211
+
35212
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td::after {
35213
+ content: "";
35214
+ position: absolute;
35215
+ height: 0.0625rem;
35216
+ top: 50%;
35217
+ left: 7.375rem;
35218
+ width: 0.625rem;
35219
+ background: #d1d5db;
35220
+ }
35221
+
35222
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th.is-expandable .a-Table-expandCell + td {
35223
+ padding-left: 9rem;
35224
+ }
35225
+
35226
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
35227
+ height: 50%;
35228
+ bottom: auto;
35229
+ }
35230
+
35231
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th.is-expanded .a-Table-expandCell:before {
35232
+ right: -9.6875rem;
35233
+ }
35234
+
35235
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandBtn {
35236
+ position: relative;
35237
+ right: -10.125rem;
35238
+ }
35239
+
35240
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td {
35241
+ position: relative;
35242
+ padding-left: 10.125rem;
35243
+ }
35244
+
35245
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td::before {
35246
+ content: "";
35247
+ position: absolute;
35248
+ width: 0.0625rem;
35249
+ top: 0;
35250
+ bottom: 0;
35251
+ left: 8.5rem;
35252
+ height: auto;
35253
+ background: #d1d5db;
35254
+ }
35255
+
35256
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td::after {
35257
+ content: "";
35258
+ position: absolute;
35259
+ height: 0.0625rem;
35260
+ top: 50%;
35261
+ left: 8.5rem;
35262
+ width: 0.625rem;
35263
+ background: #d1d5db;
35264
+ }
35265
+
35266
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th.is-expandable .a-Table-expandCell + td {
35267
+ padding-left: 10.125rem;
35268
+ }
35269
+
35270
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
35271
+ height: 50%;
35272
+ bottom: auto;
35273
+ }
35274
+
35275
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-checkCell,
35276
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-checkCell {
35277
+ border-right: 0;
35278
+ white-space: nowrap;
35279
+ }
35280
+
35281
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-checkCell .a-Checkbox,
35282
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-checkCell .a-Checkbox {
35283
+ margin: 0;
35284
+ }
35285
+
35286
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-expandCell,
35287
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell {
35288
+ border-right: 0;
35289
+ width: 0.0625rem;
35290
+ padding-right: 0;
35291
+ }
35292
+
35293
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-dragCell,
35294
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-dragCell {
35295
+ border-right: 0;
35296
+ width: 0.0625rem;
35297
+ padding-right: 0;
35298
+ cursor: move;
35299
+ }
35300
+
35301
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-dragCell > svg,
35302
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-dragCell > svg {
35303
+ vertical-align: middle;
35304
+ }
35305
+
35306
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell {
35307
+ position: relative;
35308
+ }
35309
+
35310
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-1 {
35311
+ position: absolute;
35312
+ width: 0.0625rem;
35313
+ top: 0;
35314
+ bottom: 0;
35315
+ height: 100%;
35316
+ background: #d1d5db;
35317
+ right: 0.4375rem;
35318
+ }
35319
+
35320
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-2 {
35321
+ position: absolute;
35322
+ width: 0.0625rem;
35323
+ top: 0;
35324
+ bottom: 0;
35325
+ height: 100%;
35326
+ background: #d1d5db;
35327
+ right: -0.6875rem;
35328
+ }
35329
+
35330
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-3 {
35331
+ position: absolute;
35332
+ width: 0.0625rem;
35333
+ top: 0;
35334
+ bottom: 0;
35335
+ height: 100%;
35336
+ background: #d1d5db;
35337
+ right: -1.8125rem;
35338
+ }
35339
+
35340
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-4 {
35341
+ position: absolute;
35342
+ width: 0.0625rem;
35343
+ top: 0;
35344
+ bottom: 0;
35345
+ height: 100%;
35346
+ background: #d1d5db;
35347
+ right: -2.9375rem;
35348
+ }
35349
+
35350
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-5 {
35351
+ position: absolute;
35352
+ width: 0.0625rem;
35353
+ top: 0;
35354
+ bottom: 0;
35355
+ height: 100%;
35356
+ background: #d1d5db;
35357
+ right: -4.0625rem;
35358
+ }
35359
+
35360
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-6 {
35361
+ position: absolute;
35362
+ width: 0.0625rem;
35363
+ top: 0;
35364
+ bottom: 0;
35365
+ height: 100%;
35366
+ background: #d1d5db;
35367
+ right: -5.1875rem;
35368
+ }
35369
+
35370
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-7 {
35371
+ position: absolute;
35372
+ width: 0.0625rem;
35373
+ top: 0;
35374
+ bottom: 0;
35375
+ height: 100%;
35376
+ background: #d1d5db;
35377
+ right: -6.3125rem;
35378
+ }
35379
+
35380
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-expanded > td.a-Table-expandCell::before {
35381
+ content: "";
35382
+ position: absolute;
35383
+ width: 0.0625rem;
35384
+ top: 50%;
35385
+ bottom: 0;
35386
+ right: 0.4375rem;
35387
+ height: auto;
35388
+ background: #d1d5db;
35389
+ }
35390
+
35391
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-TableCell--sortable {
35392
+ padding-right: calc( 0.5rem + 0.5rem );
35393
+ position: relative;
35394
+ }
35395
+
35396
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-TableCell--searchable {
35397
+ padding-right: calc( 0.5rem + 1rem );
35398
+ position: relative;
35399
+ }
35400
+
35401
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-TableCell--filterable {
35402
+ padding-right: calc( 0.5rem + 1rem );
35403
+ position: relative;
35404
+ }
35405
+
35406
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-row-disabled {
35407
+ background: var(--TableRow-onDisabled-bg);
35408
+ color: var(--TableRow-onDisabled-color);
35409
+ }
35410
+
35411
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-row-hover {
35412
+ background: #f3f6f6;
35413
+ border-color: #d6dfdf;
35414
+ color: #58666e;
35415
+ }
35416
+
35417
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-cell-fix-left-last:after,
35418
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-left-last:after,
35419
+ .amis-scope .a-Table-v2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-left-last:after {
35420
+ position: absolute;
35421
+ top: 0;
35422
+ right: 0;
35423
+ bottom: -1px;
35424
+ width: 30px;
35425
+ transform: translate(100%);
35426
+ transition: box-shadow 0.3s;
35427
+ content: "";
35428
+ pointer-events: none;
35429
+ }
35430
+
35431
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first:after,
35432
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-right-first:after,
35433
+ .amis-scope .a-Table-v2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-last:after {
35434
+ position: absolute;
35435
+ top: 0;
35436
+ bottom: -1px;
35437
+ left: 0;
35438
+ width: 30px;
35439
+ transform: translate(-100%);
35440
+ transition: box-shadow 0.3s;
35441
+ content: "";
35442
+ pointer-events: none;
35443
+ }
35444
+
35445
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-cell-expand-icon-cell {
35446
+ text-align: center;
35447
+ }
35448
+
35449
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-cell-expand-icon-cell .a-Table-row-indent {
35450
+ height: 1px;
35451
+ }
35452
+
35453
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-expanded-row > td {
35454
+ background: #f3f6f6;
35455
+ }
35456
+
35457
+ .amis-scope .a-Table-v2 .a-Table-table > tfoot > tr {
35458
+ border-bottom: 0.0625rem solid #d1d5db;
35459
+ }
35460
+
35461
+ .amis-scope .a-Table-v2 .a-Table-table > tfoot > tr > td {
35462
+ padding: calc(
35463
+ (2.5625rem - 0.875rem * 1.5) /
35464
+ 2
35465
+ ) 0.5rem;
35466
+ background: #f6f8f8;
35467
+ }
35468
+
35469
+ .amis-scope .a-Table-v2 .a-Table-container .a-Table-header {
35470
+ padding: 0;
35471
+ }
35472
+
35473
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > thead > tr > th.a-Table-cell-fix-left-last:after,
35474
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > tbody > tr > td.a-Table-cell-fix-left-last:after,
35475
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > tfoot > tr > td.a-Table-cell-fix-left-last:after {
35476
+ box-shadow: inset 10px 0 8px -8px #00000026;
35477
+ }
35478
+
35479
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-left {
35480
+ border-right: none;
35481
+ }
35482
+
35483
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-left:not(.a-Table-cell-row-hover) {
35484
+ background: #FFF;
35485
+ }
35486
+
35487
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > tfoot > tr > td:not(:last-child).a-Table-cell-fix-left-last {
35488
+ border-right: none;
35489
+ }
35490
+
35491
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > thead > tr > th:not(:last-child):not(:first-child).a-Table-cell-fix-left-last {
35492
+ border-right: none;
35493
+ }
35494
+
35495
+ .amis-scope .a-Table-v2.a-Table-ping-right .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first:after,
35496
+ .amis-scope .a-Table-v2.a-Table-ping-right .a-Table-table > tbody > tr > td.a-Table-cell-fix-right-first:after,
35497
+ .amis-scope .a-Table-v2.a-Table-ping-right .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-first:after {
35498
+ box-shadow: inset -10px 0 8px -8px #00000026;
35499
+ }
35500
+
35501
+ .amis-scope .a-Table-v2.a-Table-ping-right .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-right {
35502
+ border-right: none;
35503
+ }
35504
+
35505
+ .amis-scope .a-Table-v2.a-Table-ping-right .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-right:not(.a-Table-cell-row-hover) {
35506
+ background: #FFF;
35507
+ }
35508
+
35509
+ .amis-scope .a-Table-v2.a-Table-ping-right:not(.a-Table-bordered) .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first-prev {
35510
+ border-right: none;
35511
+ }
35512
+
35513
+ .amis-scope .a-Table-v2.a-Table-ping-right:not(.a-Table-bordered) .a-Table-table > thead > tr > th:not(:last-child).a-Table-cell-fix-right-first {
35514
+ border-right: none;
35515
+ }
35516
+
35517
+ .amis-scope .a-Table-v2.a-Table-resizable .a-Table-table > thead > tr > th {
35518
+ position: relative;
35519
+ }
35520
+
35521
+ .amis-scope .a-Table-v2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable {
35522
+ position: absolute;
35523
+ width: 1px;
35524
+ right: 0;
35525
+ top: 0;
35526
+ bottom: 0;
35527
+ cursor: col-resize;
35528
+ }
35529
+
35530
+ .amis-scope .a-Table-v2 .a-Table-loading {
35531
+ padding: 30px 0px;
35532
+ text-align: center;
35533
+ }
35534
+
35535
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn {
35536
+ cursor: pointer;
35537
+ width: 0.5rem;
35538
+ height: 1rem;
35539
+ position: static;
35540
+ display: inline-block;
35541
+ transform: none;
35542
+ color: #4b5563;
35543
+ margin-left: 0.5rem;
35544
+ }
35545
+
35546
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn:hover {
35547
+ color: #111827;
35548
+ }
35549
+
35550
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--up > svg,
35551
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--down > svg,
35552
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default > svg {
35553
+ color: inherit;
35554
+ width: 13px;
35555
+ height: 13px;
35556
+ }
35557
+
35558
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--up,
35559
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--down,
35560
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default {
35561
+ display: none;
35562
+ z-index: 2;
35563
+ font-style: normal;
35564
+ }
35565
+
35566
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--up.is-active,
35567
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--down.is-active,
35568
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default.is-active {
35569
+ display: inline-block;
35570
+ }
35571
+
35572
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default.is-active {
35573
+ color: #99a6ad;
35574
+ }
35575
+
35576
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default.is-active:hover {
35577
+ color: #58666e;
35578
+ }
35579
+
35580
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--up.is-active,
35581
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--down.is-active {
35582
+ color: #7266ba;
35583
+ }
35584
+
35585
+ .amis-scope .a-Table-v2 .a-TableCell-searchBtn {
35586
+ cursor: pointer;
35587
+ position: static;
35588
+ transform: translateY(-50%);
35589
+ color: #99a6ad;
35590
+ margin-left: 0.5rem;
35591
+ }
35592
+
35593
+ .amis-scope .a-Table-v2 .a-TableCell-searchBtn svg.icon {
35594
+ width: 12px;
35595
+ height: 12px;
35596
+ }
35597
+
35598
+ .amis-scope .a-Table-v2 .a-TableCell-searchBtn:hover {
35599
+ color: #58666e;
35600
+ }
35601
+
35602
+ .amis-scope .a-Table-v2 .a-TableCell-searchBtn.is-active {
35603
+ color: #7266ba;
35604
+ }
35605
+
35606
+ .amis-scope .a-Table-v2 .a-TableCell-searchPopOver {
35607
+ border: none;
35608
+ min-width: 20rem;
35609
+ max-width: 40rem;
35610
+ }
35611
+
35612
+ .amis-scope .a-Table-v2 .a-TableCell-searchPopOver .a-Panel {
35613
+ margin: 0;
35614
+ }
35615
+
35616
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn {
35617
+ cursor: pointer;
35618
+ width: 1rem;
35619
+ position: static;
35620
+ display: inline-block;
35621
+ transform: none;
35622
+ color: #99a6ad;
35623
+ margin-left: 0.5rem;
35624
+ }
35625
+
35626
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn svg.icon {
35627
+ width: 13px;
35628
+ height: 13px;
35629
+ }
35630
+
35631
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn:hover {
35632
+ color: #58666e;
35633
+ }
35634
+
35635
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn.is-active {
35636
+ color: #7266ba;
35637
+ }
35638
+
35639
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn .a-Remark {
35640
+ display: inline;
35641
+ }
35642
+
35643
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver {
35644
+ border: none;
35645
+ width: 10rem;
35646
+ }
35647
+
35648
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu {
35649
+ margin: 0;
35650
+ padding: 0;
35651
+ }
35652
+
35653
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider {
35654
+ height: 2.125rem;
35655
+ line-height: 2.125rem;
35656
+ padding: 0 0.75rem;
35657
+ background: #fff;
35658
+ margin: 0;
35659
+ }
35660
+
35661
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider:hover {
35662
+ background: #edf1f2;
35663
+ color: #7266ba;
35664
+ }
35665
+
35666
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider.is-selected {
35667
+ background: #edf1f2;
35668
+ color: #7266ba;
35669
+ }
35670
+
35671
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider .a-Checkbox {
35672
+ width: 100%;
35673
+ margin: 0;
35674
+ }
35675
+
35676
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu {
35677
+ text-align: center;
35678
+ border-top: 1px solid #d1d5db;
35679
+ }
35680
+
35681
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu .a-Button {
35682
+ margin: 0 5px;
35683
+ padding: 0 10px;
35684
+ }
35685
+
35686
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu:hover {
35687
+ background: none;
35688
+ }
35689
+
35690
+ .amis-scope .a-Table-v2 .a-TableCell-selectionBtn {
35691
+ cursor: pointer;
35692
+ margin-left: 4px;
35693
+ }
35694
+
35695
+ .amis-scope .a-Table-v2 .a-TableCell-selectionBtn svg.icon {
35696
+ transform: rotate(270deg);
35697
+ font-size: 12px;
35698
+ }
35699
+
35700
+ .amis-scope .a-Table-v2 .a-TableCell-selectionPopOver .a-DropDown-menu {
35701
+ margin: 0;
35702
+ padding: 0;
35703
+ }
35704
+
35705
+ .amis-scope .a-Table-v2.a-Table-expandBtn {
35706
+ position: relative;
35707
+ z-index: 1;
35708
+ color: #23b7e5;
35709
+ display: inline-flex;
35710
+ justify-content: center;
35711
+ align-items: center;
35712
+ width: 0.875rem;
35713
+ line-height: 1;
35714
+ height: 16px;
35715
+ }
35716
+
35717
+ .amis-scope .a-Table-v2.a-Table-expandBtn > svg {
35718
+ display: inline-block;
35719
+ text-align: center;
35720
+ cursor: pointer;
35721
+ transition: transform ease-in-out 0s, top ease-in-out 0s;
35722
+ position: relative;
35723
+ transform-origin: 50% 50%;
35724
+ width: 0.625rem;
35725
+ height: 0.625rem;
35726
+ top: 0;
35727
+ }
35728
+
35729
+ .amis-scope .a-Table-v2.a-Table-expandBtn.is-active > svg {
35730
+ transform: rotate(90deg);
35731
+ }
35732
+
35733
+ .amis-scope .a-Table-v2.a-Table-expandBtn:hover {
35734
+ text-decoration: none;
35735
+ }
35736
+
35737
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr:hover .a-Table-dragBtn,
35738
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-dragging .a-Table-dragBtn,
35739
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-drop-allowed .a-Table-dragBtn {
35740
+ visibility: visible;
35741
+ }
35742
+
35743
+ .amis-scope .a-Table-v2 .fake-hide {
35744
+ visibility: hidden;
35745
+ position: absolute;
35746
+ }
35747
+
35748
+ .amis-scope .a-Table-v2 .a-Table-badge {
35749
+ position: absolute;
35750
+ top: 0;
35751
+ left: 0;
35752
+ }
35753
+
35754
+ .amis-scope .a-InputTable-toolbar {
35755
+ display: flex;
35756
+ flex-direction: row;
35757
+ flex-wrap: wrap;
35758
+ justify-content: space-between;
35759
+ }
35760
+
35761
+ .amis-scope .a-InputTable-pager {
35762
+ margin-left: auto;
35763
+ }
35764
+
35765
+ .amis-scope .a-OperationField {
35766
+ margin: -0.1875rem;
35767
+ }
35768
+
35769
+ .amis-scope .a-OperationField > .a-Button,
35770
+ .amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button {
35771
+ margin: 0.1875rem;
35772
+ }
35773
+
35774
+ .amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button--link {
35775
+ padding: 0;
35776
+ }
35777
+
35778
+ .amis-scope .a-OperationField > .a-Button--link {
35779
+ padding: 0;
35780
+ margin-right: 0.625rem;
35781
+ }
35782
+
35783
+ .amis-scope .a-ColumnToggler {
35784
+ position: relative;
35785
+ display: inline-block;
35786
+ }
35787
+
35788
+ .amis-scope .a-ColumnToggler-caret {
35789
+ margin-left: 0.5rem;
35790
+ display: inline-block;
35791
+ vertical-align: top;
35792
+ transition: transform 0s ease;
35793
+ }
35794
+
35795
+ .amis-scope .a-ColumnToggler-caret > svg {
35796
+ width: 0.625rem;
35797
+ height: 0.625rem;
35798
+ top: 0.125em;
35799
+ }
35800
+
35801
+ .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
35802
+ transform: rotate(180deg);
35803
+ }
35804
+
35805
+ .amis-scope .a-ColumnToggler.is-actived > .a-Button {
35806
+ color: #23b7e5;
35807
+ }
35808
+
35809
+ .amis-scope .a-ColumnToggler--block {
35810
+ display: block;
35811
+ }
35812
+
35813
+ .amis-scope .a-ColumnToggler--block .a-Button {
35814
+ display: block;
35815
+ }
35816
+
35817
+ .amis-scope .a-ColumnToggler-menu {
35818
+ position: absolute;
35819
+ z-index: 1000;
35820
+ top: 100%;
35821
+ left: 0;
35822
+ margin: 0.0625rem 0 0;
35823
+ background: #fff;
35824
+ list-style: none;
35825
+ padding: 0.25rem 0;
35826
+ border: 0.0625rem solid #d1d5db;
35827
+ border-radius: 0.142rem;
35828
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
35829
+ min-width: 10rem;
35830
+ text-align: left;
35831
+ }
35832
+
35833
+ .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
35834
+ left: auto;
35835
+ right: 0;
35836
+ }
35837
+
35838
+ .amis-scope .a-ColumnToggler-menuItem,
35839
+ .amis-scope .a-ColumnToggler-menu > li {
35840
+ padding: calc(
35841
+ (2.125rem - 0.875rem * 1.5) /
35842
+ 2
35843
+ ) 0.5rem;
35844
+ white-space: nowrap;
35845
+ box-sizing: border-box;
35846
+ height: 2.125rem;
35847
+ vertical-align: middle;
35848
+ user-select: none;
35849
+ color: #23b7e5;
35850
+ text-decoration: none;
35851
+ }
35852
+
35853
+ .amis-scope .a-ColumnToggler-menuItem:hover,
35854
+ .amis-scope .a-ColumnToggler-menu > li:hover {
35855
+ background: rgba(0, 126, 255, 0.08);
35856
+ color: #7266ba;
35857
+ }
35858
+
35859
+ .amis-scope .a-ColumnToggler-menuItem.is-active,
35860
+ .amis-scope .a-ColumnToggler-menu > li.is-active {
35861
+ color: #7266ba;
35862
+ }
35863
+
35864
+ .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
35865
+ .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
35866
+ .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
35867
+ .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
35868
+ cursor: pointer;
35869
+ }
35870
+
35871
+ .amis-scope .a-ColumnToggler-menuItem.is-disabled,
35872
+ .amis-scope .a-ColumnToggler-menu > li.is-disabled {
35873
+ cursor: not-allowed;
35874
+ color: #b4b6ba;
35875
+ filter: grayscale(80%);
35876
+ }
35877
+
35878
+ .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
35879
+ .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
35880
+ height: 0.0625rem;
35881
+ margin: 0.5625rem 0;
35882
+ overflow: hidden;
35883
+ background: #d1d5db;
35884
+ padding: 0;
35885
+ }
35886
+
35887
+ .amis-scope .a-ColumnToggler-menu > li a {
35888
+ color: inherit;
35889
+ display: block;
35890
+ text-decoration: none;
35891
+ }
35892
+
35893
+ .amis-scope .a-ColumnToggler-popover {
35894
+ border: none;
35895
+ box-shadow: none;
35896
+ }
35897
+
35898
+ .amis-scope .a-ColumnToggler > .a-Button {
35899
+ min-width: unset;
35900
+ }
35901
+
35902
+ .amis-scope .a-ColumnToggler-modal {
35903
+ display: flex;
35904
+ flex-flow: column nowrap;
35905
+ justify-content: space-between;
35906
+ align-items: center;
35907
+ width: 25rem;
35908
+ padding: 1.5rem;
35909
+ margin-top: calc(50vh - 100px);
35910
+ border-radius: 0.25rem;
35911
+ background: #fff;
35912
+ 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);
35913
+ }
35914
+
35915
+ .amis-scope .a-ColumnToggler-modal-header {
35916
+ width: 100%;
35917
+ display: flex;
35918
+ flex-flow: row nowrap;
35919
+ justify-content: space-between;
35920
+ align-items: center;
35921
+ }
35922
+
35923
+ .amis-scope .a-ColumnToggler-modal-header a,
35924
+ .amis-scope .a-ColumnToggler-modal-header span {
35925
+ display: inline-block;
35926
+ }
35927
+
35928
+ .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
35929
+ opacity: 0.95;
35930
+ font-size: 0.875rem;
35931
+ color: #080e1a;
35932
+ line-height: 1.5rem;
35933
+ font-weight: bold;
35934
+ }
35935
+
35936
+ .amis-scope .a-ColumnToggler-modal-content {
35937
+ padding: 0;
35938
+ width: 100%;
35939
+ list-style: none;
35940
+ margin: 0.5rem 0;
35941
+ }
35942
+
35943
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
35944
+ color: #080e1a;
35945
+ background: #f6f7f8;
34329
35946
  border-radius: 0.125rem;
34330
35947
  font-size: 0.75rem;
34331
35948
  padding: 0.25rem 0.5rem;
@@ -35601,7 +37218,8 @@ readers do not read off random characters that represent icons */
35601
37218
  }
35602
37219
 
35603
37220
  .amis-scope .a-Pagination > li {
35604
- display: inline;
37221
+ display: inline-flex;
37222
+ cursor: pointer;
35605
37223
  }
35606
37224
 
35607
37225
  .amis-scope .a-Pagination > li > a,
@@ -35631,6 +37249,16 @@ readers do not read off random characters that represent icons */
35631
37249
  color: #7266ba;
35632
37250
  }
35633
37251
 
37252
+ .amis-scope .a-Pagination .ellipsis {
37253
+ cursor: unset;
37254
+ }
37255
+
37256
+ .amis-scope .a-Pagination .ellipsis > a {
37257
+ cursor: unset;
37258
+ position: relative;
37259
+ top: -0.25rem;
37260
+ }
37261
+
35634
37262
  .amis-scope .a-Pagination > li.is-disabled > span,
35635
37263
  .amis-scope .a-Pagination > li.is-disabled > a {
35636
37264
  cursor: not-allowed;
@@ -35657,43 +37285,112 @@ readers do not read off random characters that represent icons */
35657
37285
  border-radius: 0.142rem;
35658
37286
  }
35659
37287
 
35660
- .amis-scope .a-Pagination-prev > span {
35661
- cursor: pointer;
37288
+ .amis-scope .a-Pagination-simple > ul > li:hover,
37289
+ .amis-scope .a-Pagination-simple > ul > li:focus {
37290
+ outline: none;
37291
+ }
37292
+
37293
+ .amis-scope .a-Pagination-simple > ul > li.is-active > a {
37294
+ border: none;
37295
+ }
37296
+
37297
+ .amis-scope .a-Pagination-simple > ul > li.is-active > a:hover,
37298
+ .amis-scope .a-Pagination-simple > ul > li.is-active > a:focus {
37299
+ border: none;
37300
+ }
37301
+
37302
+ .amis-scope .a-Pagination-prev > span {
37303
+ cursor: pointer;
37304
+ }
37305
+
37306
+ .amis-scope .a-Pagination-next > span {
37307
+ cursor: pointer;
37308
+ }
37309
+
37310
+ .amis-scope .a-Pagination-total {
37311
+ display: inline-block;
37312
+ color: #84868c;
37313
+ }
37314
+
37315
+ .amis-scope .a-Pagination-inputGroup {
37316
+ display: inline-flex;
37317
+ flex-wrap: nowrap;
37318
+ align-items: center;
37319
+ height: 1.875rem;
37320
+ }
37321
+
37322
+ .amis-scope .a-Pagination-inputGroup-left {
37323
+ color: #84868c;
37324
+ }
37325
+
37326
+ .amis-scope .a-Pagination-inputGroup input {
37327
+ min-width: 3.125rem;
37328
+ width: 3.125rem;
37329
+ height: 1.875rem;
37330
+ line-height: 1.875rem;
37331
+ border: none;
37332
+ border: 0.0625rem solid #d1d5db;
37333
+ border-radius: 0.142rem 0 0 0.142rem;
37334
+ padding: 0 0.5rem;
37335
+ margin-left: 0.625rem;
37336
+ text-align: center;
37337
+ }
37338
+
37339
+ .amis-scope .a-Pagination-inputGroup input:focus,
37340
+ .amis-scope .a-Pagination-inputGroup input:hover {
37341
+ outline: none;
37342
+ border-color: #7266ba;
37343
+ }
37344
+
37345
+ .amis-scope .a-Pagination-inputGroup-right {
37346
+ display: inline-block;
37347
+ width: 2rem;
37348
+ cursor: pointer;
37349
+ text-align: center;
37350
+ height: 1.875rem;
37351
+ line-height: 1.875rem;
37352
+ border: 0.0625rem solid #d1d5db;
37353
+ border-left: none;
37354
+ border-radius: 0 0.142rem 0.142rem 0;
37355
+ font-size: 0.75rem;
37356
+ }
37357
+
37358
+ .amis-scope .a-Pagination-inputGroup-right:hover {
37359
+ color: #7266ba;
37360
+ border-color: #7266ba;
37361
+ border-left: 0.0625rem solid #7266ba;
35662
37362
  }
35663
37363
 
35664
- .amis-scope .a-Pagination-ellipsis > a > span {
35665
- position: relative;
35666
- top: -0.25rem;
37364
+ .amis-scope .a-Pagination-wrap {
37365
+ line-height: 1.875rem;
35667
37366
  }
35668
37367
 
35669
- .amis-scope .a-Pagination-next > span {
35670
- cursor: pointer;
37368
+ .amis-scope .a-Pagination-wrap .a-Pagination-item {
37369
+ margin-left: 0.625rem;
35671
37370
  }
35672
37371
 
35673
- .amis-scope .a-Pagination-inputGroup {
35674
- display: inline-flex;
35675
- flex-wrap: nowrap;
35676
- align-items: center;
37372
+ .amis-scope .a-Pagination-wrap .a-Pagination-item:nth-child(1) {
37373
+ margin-left: 0;
35677
37374
  }
35678
37375
 
35679
- .amis-scope .a-Pagination-inputGroup input {
35680
- width: 3.5rem;
35681
- height: 1.875rem;
35682
- border: 0.0625rem solid #d1d5db;
35683
- border-radius: 0.142rem;
35684
- padding: 0.25rem 0.625rem;
35685
- margin: 0 0.625rem;
35686
- text-align: center;
37376
+ .amis-scope .a-Pagination-wrap.disabled {
37377
+ background-color: #fff;
35687
37378
  }
35688
37379
 
35689
- .amis-scope .a-Pagination-inputGroup input:focus {
35690
- width: auto;
37380
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li > a,
37381
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li > span {
37382
+ color: #99a6ad;
37383
+ cursor: not-allowed;
35691
37384
  }
35692
37385
 
35693
- .amis-scope .a-Pagination-inputGroup input:focus,
35694
- .amis-scope .a-Pagination-inputGroup input:hover {
35695
- outline: none;
35696
- border: 0.0625rem solid #7266ba;
37386
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > a,
37387
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > span,
37388
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > a:hover,
37389
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > span:hover,
37390
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > a:focus,
37391
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > span:focus {
37392
+ background-color: #e5e7eb;
37393
+ border-color: #99a6ad;
35697
37394
  }
35698
37395
 
35699
37396
  .amis-scope .a-PaginationWrapper-pager {
@@ -36557,6 +38254,132 @@ readers do not read off random characters that represent icons */
36557
38254
  cursor: pointer;
36558
38255
  }
36559
38256
 
38257
+ .amis-scope .a-SchemaEditorProps {
38258
+ width: 100%;
38259
+ }
38260
+
38261
+ .amis-scope .a-SchemaEditorProps > button {
38262
+ margin-top: 7px;
38263
+ }
38264
+
38265
+ .amis-scope .a-SchemaEditorProps-placeholder {
38266
+ color: #99a6ad;
38267
+ }
38268
+
38269
+ .amis-scope .a-SchemaEditorProps--depth {
38270
+ position: relative;
38271
+ margin-left: 2.5rem;
38272
+ }
38273
+
38274
+ .amis-scope .a-SchemaEditorProps--depth:before {
38275
+ width: 1px;
38276
+ content: "";
38277
+ display: block;
38278
+ position: absolute;
38279
+ top: -10px;
38280
+ bottom: 10px;
38281
+ left: -35px;
38282
+ border-left: dashed 1px #4b5563;
38283
+ }
38284
+
38285
+ .amis-scope .a-SchemaEditorProps--depth .a-SchemaEditorItem:before {
38286
+ height: 1px;
38287
+ content: "";
38288
+ display: block;
38289
+ position: absolute;
38290
+ top: 17px;
38291
+ width: 25px;
38292
+ left: -35px;
38293
+ border-top: dashed 1px #4b5563;
38294
+ }
38295
+
38296
+ .amis-scope .a-SchemaEditorProps--depth > button {
38297
+ position: relative;
38298
+ }
38299
+
38300
+ .amis-scope .a-SchemaEditorProps--depth > button:before {
38301
+ height: 1px;
38302
+ content: "";
38303
+ display: block;
38304
+ position: absolute;
38305
+ top: 10px;
38306
+ width: 25px;
38307
+ left: -35px;
38308
+ border-top: dashed 1px #4b5563;
38309
+ }
38310
+
38311
+ .amis-scope .a-SchemaEditorArrayProps:before {
38312
+ bottom: 15px;
38313
+ }
38314
+
38315
+ .amis-scope .a-SchemaEditorItem {
38316
+ display: flex;
38317
+ flex-direction: row;
38318
+ flex-wrap: wrap;
38319
+ gap: 0.5rem;
38320
+ align-items: flex-start;
38321
+ position: relative;
38322
+ }
38323
+
38324
+ .amis-scope .a-SchemaEditorItem + .a-SchemaEditorItem {
38325
+ margin-top: 0.5rem;
38326
+ }
38327
+
38328
+ .amis-scope .a-SchemaEditorObject,
38329
+ .amis-scope .a-SchemaEditorArray {
38330
+ display: flex;
38331
+ flex-direction: row;
38332
+ flex-wrap: wrap;
38333
+ gap: 0.5rem;
38334
+ align-items: flex-start;
38335
+ width: 100%;
38336
+ }
38337
+
38338
+ .amis-scope .a-SchemaEditor-itemsLabel {
38339
+ margin-top: calc((1.875rem - 1.375rem) / 2);
38340
+ }
38341
+
38342
+ .amis-scope .a-SchemaEditor-caret {
38343
+ display: inline-block;
38344
+ height: 1.5rem;
38345
+ text-align: center;
38346
+ line-height: 1.5rem;
38347
+ vertical-align: middle;
38348
+ cursor: pointer;
38349
+ transform: rotate(0deg);
38350
+ transition: transform 0s;
38351
+ color: #4b5563;
38352
+ margin-top: calc((1.875rem - 1.375rem) / 2);
38353
+ }
38354
+
38355
+ .amis-scope .a-SchemaEditor-caret > svg {
38356
+ width: 10px;
38357
+ height: 10px;
38358
+ top: 0;
38359
+ }
38360
+
38361
+ .amis-scope .a-SchemaEditor-caret.is-collapsed {
38362
+ transform: rotate(-90deg);
38363
+ }
38364
+
38365
+ .amis-scope .a-SchemaEditor-required {
38366
+ padding-top: 4px;
38367
+ }
38368
+
38369
+ .amis-scope .a-SchemaEditor-key,
38370
+ .amis-scope .a-SchemaEditor-title,
38371
+ .amis-scope .a-SchemaEditor-description {
38372
+ flex: 1;
38373
+ max-width: 300px;
38374
+ min-width: 80px;
38375
+ }
38376
+
38377
+ .amis-scope .a-SchemaEditor-key > input,
38378
+ .amis-scope .a-SchemaEditor-title > input,
38379
+ .amis-scope .a-SchemaEditor-description > input {
38380
+ flex-basis: 0;
38381
+ }
38382
+
36560
38383
  .amis-scope .a-ResultBox {
36561
38384
  display: flex;
36562
38385
  background: #fff;
@@ -36573,7 +38396,7 @@ readers do not read off random characters that represent icons */
36573
38396
  flex-wrap: wrap;
36574
38397
  justify-content: flex-start;
36575
38398
  flex-wrap: wrap;
36576
- padding: 0 1.625rem 0 0.1875rem;
38399
+ padding: 0 0.3125rem;
36577
38400
  min-height: 1.875rem;
36578
38401
  align-items: center;
36579
38402
  border-radius: 3px;
@@ -38383,7 +40206,7 @@ readers do not read off random characters that represent icons */
38383
40206
  border: 0.0625rem solid #23b7e5;
38384
40207
  left: -0.0625rem;
38385
40208
  right: -0.0625rem;
38386
- top: 100%;
40209
+ top: calc(100% + 0.25rem);
38387
40210
  z-index: 10;
38388
40211
  max-height: 18.75rem;
38389
40212
  overflow: auto;
@@ -39293,7 +41116,6 @@ readers do not read off random characters that represent icons */
39293
41116
  flex-direction: row;
39294
41117
  cursor: pointer;
39295
41118
  user-select: none;
39296
- position: relative;
39297
41119
  }
39298
41120
 
39299
41121
  .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
@@ -39301,19 +41123,7 @@ readers do not read off random characters that represent icons */
39301
41123
  margin-left: 0.5rem;
39302
41124
  }
39303
41125
 
39304
- .amis-scope .a-TreeSelection-itemInner > * {
39305
- position: relative;
39306
- z-index: 2;
39307
- }
39308
-
39309
- .amis-scope .a-TreeSelection-itemInner:hover:after {
39310
- position: absolute;
39311
- content: "";
39312
- z-index: 1;
39313
- top: 0;
39314
- right: 0;
39315
- bottom: 0;
39316
- left: -99999px;
41126
+ .amis-scope .a-TreeSelection-itemInner:hover {
39317
41127
  background: rgba(0, 126, 255, 0.08);
39318
41128
  }
39319
41129
 
@@ -46567,6 +48377,209 @@ readers do not read off random characters that represent icons */
46567
48377
  margin: 0 auto;
46568
48378
  }
46569
48379
 
48380
+ .amis-scope .a-Tag {
48381
+ display: inline-flex;
48382
+ height: 1.5rem;
48383
+ padding: 0 0.5rem;
48384
+ justify-content: center;
48385
+ align-items: center;
48386
+ font-size: 0.75rem;
48387
+ max-width: 160px;
48388
+ text-overflow: ellipsis;
48389
+ overflow: hidden;
48390
+ white-space: nowrap;
48391
+ transition: all 0.3;
48392
+ border-radius: 0.125rem;
48393
+ background-color: #f2f2f4;
48394
+ color: #151a26;
48395
+ }
48396
+
48397
+ .amis-scope .a-Tag:not(:last-child) {
48398
+ margin-right: 0.5rem;
48399
+ }
48400
+
48401
+ .amis-scope .a-Tag--normal {
48402
+ border-radius: 0.125rem;
48403
+ }
48404
+
48405
+ .amis-scope .a-Tag--normal--hasColor {
48406
+ color: #fff;
48407
+ }
48408
+
48409
+ .amis-scope .a-Tag--normal--inactive {
48410
+ background: #b4b6ba;
48411
+ }
48412
+
48413
+ .amis-scope .a-Tag--normal--active {
48414
+ background: #2468f2;
48415
+ }
48416
+
48417
+ .amis-scope .a-Tag--normal--processing {
48418
+ background: #1ac5ff;
48419
+ }
48420
+
48421
+ .amis-scope .a-Tag--normal--success {
48422
+ background: #0bc286;
48423
+ }
48424
+
48425
+ .amis-scope .a-Tag--normal--error {
48426
+ background: #e8684a;
48427
+ }
48428
+
48429
+ .amis-scope .a-Tag--normal--warning {
48430
+ background: #ffb200;
48431
+ }
48432
+
48433
+ .amis-scope .a-Tag--rounded {
48434
+ background-color: #fff;
48435
+ border-radius: calc((1.5rem + 2px) / 2);
48436
+ border: 1px solid #f2f2f4;
48437
+ color: #f2f2f4;
48438
+ }
48439
+
48440
+ .amis-scope .a-Tag--rounded--inactive {
48441
+ border-color: #b4b6ba;
48442
+ color: #b4b6ba;
48443
+ }
48444
+
48445
+ .amis-scope .a-Tag--rounded--active {
48446
+ border-color: #2468f2;
48447
+ color: #2468f2;
48448
+ }
48449
+
48450
+ .amis-scope .a-Tag--rounded--processing {
48451
+ border-color: #1ac5ff;
48452
+ color: #1ac5ff;
48453
+ }
48454
+
48455
+ .amis-scope .a-Tag--rounded--success {
48456
+ border-color: #0bc286;
48457
+ color: #0bc286;
48458
+ }
48459
+
48460
+ .amis-scope .a-Tag--rounded--error {
48461
+ border-color: #e8684a;
48462
+ color: #e8684a;
48463
+ }
48464
+
48465
+ .amis-scope .a-Tag--rounded--warning {
48466
+ border-color: #ffb200;
48467
+ color: #ffb200;
48468
+ }
48469
+
48470
+ .amis-scope .a-Tag--status {
48471
+ background-color: #fff;
48472
+ }
48473
+
48474
+ .amis-scope .a-Tag--status--inactive .a-Tag--prev {
48475
+ color: #b4b6ba;
48476
+ }
48477
+
48478
+ .amis-scope .a-Tag--status--active .a-Tag--prev {
48479
+ color: #2468f2;
48480
+ }
48481
+
48482
+ .amis-scope .a-Tag--status--processing .a-Tag--prev {
48483
+ color: #1ac5ff;
48484
+ }
48485
+
48486
+ .amis-scope .a-Tag--status--success .a-Tag--prev {
48487
+ color: #0bc286;
48488
+ }
48489
+
48490
+ .amis-scope .a-Tag--status--error .a-Tag--prev {
48491
+ color: #e8684a;
48492
+ }
48493
+
48494
+ .amis-scope .a-Tag--status--warning .a-Tag--prev {
48495
+ color: #ffb200;
48496
+ }
48497
+
48498
+ .amis-scope .a-Tag--status:not(.a-Tag--status--processing):not(.a-Tag--status--active) .icon-dot #dotWave {
48499
+ display: none;
48500
+ }
48501
+
48502
+ .amis-scope .a-Tag--prev {
48503
+ color: #f2f2f4;
48504
+ margin-right: 0.5rem;
48505
+ }
48506
+
48507
+ .amis-scope .a-Tag--prev i {
48508
+ font-size: 0.5rem;
48509
+ }
48510
+
48511
+ .amis-scope .a-Tag--prev .icon {
48512
+ width: 0.5rem;
48513
+ height: 0.5rem;
48514
+ top: 0;
48515
+ }
48516
+
48517
+ .amis-scope .a-Tag--close {
48518
+ margin-left: 0.5rem;
48519
+ margin-right: 0.25rem;
48520
+ cursor: pointer;
48521
+ }
48522
+
48523
+ .amis-scope .a-Tag--close i {
48524
+ font-size: 0.5rem;
48525
+ }
48526
+
48527
+ .amis-scope .a-Tag--close .icon {
48528
+ width: 0.5rem;
48529
+ height: 0.5rem;
48530
+ position: inherit;
48531
+ }
48532
+
48533
+ .amis-scope .a-Tag--close:hover {
48534
+ opacity: 0.7;
48535
+ }
48536
+
48537
+ .amis-scope .a-Tag--close:active {
48538
+ opacity: 0.3;
48539
+ }
48540
+
48541
+ .amis-scope .a-Tag--disabled {
48542
+ opacity: 0.3;
48543
+ cursor: not-allowed;
48544
+ }
48545
+
48546
+ .amis-scope .a-Tag--disabled .a-Tag--close {
48547
+ cursor: not-allowed;
48548
+ opacity: 0.7;
48549
+ }
48550
+
48551
+ .amis-scope .a-Tag--checkable {
48552
+ background-color: #f2f2f4;
48553
+ cursor: pointer;
48554
+ }
48555
+
48556
+ .amis-scope .a-Tag--checkable:hover {
48557
+ background-color: #e6e6e8;
48558
+ }
48559
+
48560
+ .amis-scope .a-Tag--checkable:active {
48561
+ background-color: #e6e6e8;
48562
+ }
48563
+
48564
+ .amis-scope .a-Tag--checkable--disabled {
48565
+ cursor: not-allowed;
48566
+ background-color: #e6e6e8;
48567
+ color: #b4b6ba;
48568
+ }
48569
+
48570
+ .amis-scope .a-Tag--checkable--checked:not(.a-Tag--checkable--disabled) {
48571
+ color: #fff;
48572
+ background-color: #2468f2;
48573
+ }
48574
+
48575
+ .amis-scope .a-Tag--checkable--checked:not(.a-Tag--checkable--disabled):hover {
48576
+ background-color: #4f86f4;
48577
+ }
48578
+
48579
+ .amis-scope .a-Tag--checkable--checked:not(.a-Tag--checkable--disabled):active {
48580
+ background-color: #1c53c1;
48581
+ }
48582
+
46570
48583
  .amis-scope .a-PullRefresh-wrap {
46571
48584
  position: relative;
46572
48585
  height: 100%;