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.css CHANGED
@@ -13387,6 +13387,7 @@ readers do not read off random characters that represent icons */
13387
13387
  --Button--light-onHover-color: var(--Button--light-color);
13388
13388
  --Button--link-color: var(--primary);
13389
13389
  --Button--link-onDisabled-color: #4b5563;
13390
+ --Button--link-onDisabled-backgroundColor: transparent;
13390
13391
  --Button--link-onHover-color: var(--primary-onHover);
13391
13392
  --Button--link-onActive-color: var(--primary-onActive);
13392
13393
  --Button--md-fontSize: var(--Button-fontSize);
@@ -14217,7 +14218,10 @@ readers do not read off random characters that represent icons */
14217
14218
  --Pagination-onActive-backgroundColor: var(--primary);
14218
14219
  --Pagination-onActive-border: 0;
14219
14220
  --Pagination-onActive-color: var(--white);
14221
+ --Pagination-onDisabled-color: var(--text--muted-color);
14222
+ --Pagination-onDisabled-backgroundColor: #e5e7eb;
14220
14223
  --Pagination-padding: 0 0.5rem;
14224
+ --Pagination-light-color: #84868c;
14221
14225
  --Panel--default-badgeBg: #333;
14222
14226
  --Panel--default-badgeColor: #f5f5f5;
14223
14227
  --Panel--default-bg: #f6f8f8;
@@ -14371,22 +14375,46 @@ readers do not read off random characters that represent icons */
14371
14375
  --Table-searchableForm-backgroundColor: #f6f7f8;
14372
14376
  --Table-searchableForm-borderRadius: 0.25rem;
14373
14377
  --TableCell--edge-paddingX: var(--gap-md);
14378
+ --TableCell--edge-paddingX-default: var(--gap-base);
14374
14379
  --TableCell-filterBtn--onActive-color: var(--primary);
14375
14380
  --TableCell-filterBtn-width: 1rem;
14376
14381
  --TableCell-filterPopOver-dropDownItem-height: 2.125rem;
14377
14382
  --TableCell-filterPopOver-dropDownItem-padding: 0 0.75rem;
14383
+ --TableCell-line-height-large: 2.5rem;
14384
+ --TableCell-line-height-middle: 1.875rem;
14378
14385
  --TableCell-height: 2.5rem;
14386
+ --TableCell-height-default: 2.5625rem;
14387
+ --TableCell-height-large: 3.8125rem;
14388
+ --TableCell-height-small: 2.0625rem;
14379
14389
  --TableCell-paddingX: var(--gap-sm);
14390
+ --TableCell-paddingX-large: var(--gap-base);
14391
+ --TableCell-paddingX-small: var(--gap-xs);
14380
14392
  --TableCell-paddingY: calc(
14381
14393
  (var(--TableCell-height) - var(--Table-fontSize) * var(--Table-lineHeight)) /
14382
14394
  2
14383
14395
  );
14396
+ --TableCell-paddingY-default: calc(
14397
+ (var(--TableCell-height-default) - var(--Table-fontSize) * var(--Table-lineHeight)) /
14398
+ 2
14399
+ );
14400
+ --TableCell-paddingY-large: calc(
14401
+ (var(--TableCell-height-large) - var(--Table-fontSize) * var(--Table-lineHeight)) /
14402
+ 2
14403
+ );
14404
+ --TableCell-paddingY-small: calc(
14405
+ (var(--TableCell-height-small) - var(--Table-fontSize) * var(--Table-lineHeight)) /
14406
+ 2
14407
+ );
14384
14408
  --TableCell-searchBtn--onActive-color: var(--primary);
14385
14409
  --TableCell-searchBtn-width: 1rem;
14386
14410
  --TableCell-sortBtn--default-onActive-opacity: 1;
14387
14411
  --TableCell-sortBtn--default-opacity: 0;
14388
14412
  --TableCell-sortBtn--onActive-color: var(--primary);
14389
14413
  --TableCell-sortBtn-width: 0.5rem;
14414
+ --TableCell-icon-gap: var(--gap-sm);
14415
+ --Table-fixedLeftLast-boxShadow: inset 10px 0 8px -8px #00000026;
14416
+ --Table-fixedRightFirst-boxShadow: inset -10px 0 8px -8px #00000026;
14417
+ --Table-loading-padding: 30px 0px;
14390
14418
  --Tabs--card-bg: #f6f8f8;
14391
14419
  --Tabs--card-borderTopColor: var(--borderColor);
14392
14420
  --Tabs--card-linkMargin: 0 10px 0 0;
@@ -14644,6 +14672,38 @@ readers do not read off random characters that represent icons */
14644
14672
  --Timeline--info-bg: var(--info);
14645
14673
  --Timeline--warning-bg: var(--warning);
14646
14674
  --Timeline--danger-bg: var(--danger);
14675
+ --Tag-content-fontSize: var(--fontSizeSm);
14676
+ --Tag-height: 1.5rem;
14677
+ --Tag-borderRadius: 0.125rem;
14678
+ --Tag-fontColor: #151a26;
14679
+ --Tag-default-color: #f2f2f4;
14680
+ --Tag-inactive-color: #b4b6ba;
14681
+ --Tag-active-color: #2468f2;
14682
+ --Tag-processing-color: #1ac5ff;
14683
+ --Tag-success-color: #0bc286;
14684
+ --Tag-error-color: #e8684a;
14685
+ --Tag-warning-color: #ffb200;
14686
+ --Tag-checkable-bgColor: #f2f2f4;
14687
+ --Tag-checkable-bgColor-onDisable: #e6e6e8;
14688
+ --Tag-checkable-bgColor-onHover: #e6e6e8;
14689
+ --Tag-checkable-bgColor-onActive: #e6e6e8;
14690
+ --Tag-checkable-bgColor-onHover-onChecked: #4f86f4;
14691
+ --Tag-checkable-bgColor-onActive-onChecked: #1c53c1;
14692
+ --Tag-checkable-bgColor-onChecked: #2468f2;
14693
+ --Tag-checkable-fontColor-onDisable: #b4b6ba;
14694
+ --menu-background: #fff;
14695
+ --menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
14696
+ --menu-border-radius: 4px;
14697
+ --menu-font-color: #151b26;
14698
+ --menu-font-family: PingFangSC-Regular;
14699
+ --menu-border-color: #e8e9eb;
14700
+ --menu-active-color: #2468f2;
14701
+ --menu-hover-bg-color: #e6f0ff;
14702
+ --menu-disabled-color: #b8babf;
14703
+ --default-icon-color: #84868c;
14704
+ --default-padding: 4px 12px;
14705
+ --menu-min-width: 150px;
14706
+ --menu-sub-min-width: 100px;
14647
14707
  }
14648
14708
 
14649
14709
  /* BASICS */
@@ -27389,7 +27449,6 @@ readers do not read off random characters that represent icons */
27389
27449
  box-shadow: none;
27390
27450
  cursor: not-allowed;
27391
27451
  color: var(--text--muted-color);
27392
- pointer-events: auto;
27393
27452
  border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
27394
27453
  background: var(--Button-onDisabled-bg);
27395
27454
  }
@@ -27405,450 +27464,6 @@ readers do not read off random characters that represent icons */
27405
27464
  cursor: pointer;
27406
27465
  }
27407
27466
 
27408
- .amis-scope .a-Button.cxd-Button--link.is-disabled {
27409
- background: transparent;
27410
- border: none;
27411
- }
27412
-
27413
- .amis-scope .a-Button > .pull-left,
27414
- .amis-scope .a-Button > .pull-right {
27415
- line-height: inherit;
27416
- }
27417
-
27418
- .amis-scope .a-Button > .fa,
27419
- .amis-scope .a-Button > .iconfont,
27420
- .amis-scope .a-Button > .glyphicon {
27421
- font-size: inherit;
27422
- }
27423
-
27424
- .amis-scope a.a-Button.is-disabled,
27425
- .amis-scope fieldset:disabled a.a-Button {
27426
- pointer-events: none;
27427
- }
27428
-
27429
- .amis-scope .a-Button--primary {
27430
- color: var(--Button--primary-color);
27431
- background: var(--Button--primary-bg);
27432
- border-color: var(--Button--primary-border);
27433
- box-shadow: var(--Button-boxShadow);
27434
- text-shadow: var(--Button-textShadow);
27435
- }
27436
-
27437
- .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover {
27438
- color: var(--Button--primary-onHover-color);
27439
- background: var(--Button--primary-onHover-bg);
27440
- border-color: var(--Button--primary-onHover-border);
27441
- }
27442
-
27443
- .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
27444
- color: var(--Button--primary-onActive-color);
27445
- background: var(--Button--primary-onActive-bg);
27446
- border-color: var(--Button--primary-onActive-border);
27447
- }
27448
-
27449
- .amis-scope .a-Button--primary:hover:focus {
27450
- box-shadow: var(--Button-boxShadow);
27451
- }
27452
-
27453
- .amis-scope .a-Button--secondary {
27454
- color: var(--Button--secondary-color);
27455
- background: var(--Button--secondary-bg);
27456
- border-color: var(--Button--secondary-border);
27457
- box-shadow: var(--Button-boxShadow);
27458
- text-shadow: var(--Button-textShadow);
27459
- }
27460
-
27461
- .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover {
27462
- color: var(--Button--secondary-onHover-color);
27463
- background: var(--Button--secondary-onHover-bg);
27464
- border-color: var(--Button--secondary-onHover-border);
27465
- }
27466
-
27467
- .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
27468
- color: var(--Button--secondary-onActive-color);
27469
- background: var(--Button--secondary-onActive-bg);
27470
- border-color: var(--Button--secondary-onActive-border);
27471
- }
27472
-
27473
- .amis-scope .a-Button--secondary:hover:focus {
27474
- box-shadow: var(--Button-boxShadow);
27475
- }
27476
-
27477
- .amis-scope .a-Button--success {
27478
- color: var(--Button--success-color);
27479
- background: var(--Button--success-bg);
27480
- border-color: var(--Button--success-border);
27481
- box-shadow: var(--Button-boxShadow);
27482
- text-shadow: var(--Button-textShadow);
27483
- }
27484
-
27485
- .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover {
27486
- color: var(--Button--success-onHover-color);
27487
- background: var(--Button--success-onHover-bg);
27488
- border-color: var(--Button--success-onHover-border);
27489
- }
27490
-
27491
- .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
27492
- color: var(--Button--success-onActive-color);
27493
- background: var(--Button--success-onActive-bg);
27494
- border-color: var(--Button--success-onActive-border);
27495
- }
27496
-
27497
- .amis-scope .a-Button--success:hover:focus {
27498
- box-shadow: var(--Button-boxShadow);
27499
- }
27500
-
27501
- .amis-scope .a-Button--enhance {
27502
- color: var(--Button--enhance-color);
27503
- background: var(--Button--enhance-bg);
27504
- border-color: var(--Button--enhance-border);
27505
- box-shadow: var(--Button-boxShadow);
27506
- text-shadow: var(--Button-textShadow);
27507
- }
27508
-
27509
- .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
27510
- color: var(--Button--enhance-onHover-color);
27511
- background: var(--Button--enhance-onHover-bg);
27512
- border-color: var(--Button--enhance-onHover-border);
27513
- }
27514
-
27515
- .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
27516
- color: var(--Button--enhance-onActive-color);
27517
- background: var(--Button--enhance-onActive-bg);
27518
- border-color: var(--Button--enhance-onActive-border);
27519
- }
27520
-
27521
- .amis-scope .a-Button--enhance:hover:focus {
27522
- box-shadow: var(--Button-boxShadow);
27523
- }
27524
-
27525
- .amis-scope .a-Button--info {
27526
- color: var(--Button--info-color);
27527
- background: var(--Button--info-bg);
27528
- border-color: var(--Button--info-border);
27529
- box-shadow: var(--Button-boxShadow);
27530
- text-shadow: var(--Button-textShadow);
27531
- }
27532
-
27533
- .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover {
27534
- color: var(--Button--info-onHover-color);
27535
- background: var(--Button--info-onHover-bg);
27536
- border-color: var(--Button--info-onHover-border);
27537
- }
27538
-
27539
- .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
27540
- color: var(--Button--info-onActive-color);
27541
- background: var(--Button--info-onActive-bg);
27542
- border-color: var(--Button--info-onActive-border);
27543
- }
27544
-
27545
- .amis-scope .a-Button--info:hover:focus {
27546
- box-shadow: var(--Button-boxShadow);
27547
- }
27548
-
27549
- .amis-scope .a-Button--warning {
27550
- color: var(--Button--warning-color);
27551
- background: var(--Button--warning-bg);
27552
- border-color: var(--Button--warning-border);
27553
- box-shadow: var(--Button-boxShadow);
27554
- text-shadow: var(--Button-textShadow);
27555
- }
27556
-
27557
- .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover {
27558
- color: var(--Button--warning-onHover-color);
27559
- background: var(--Button--warning-onHover-bg);
27560
- border-color: var(--Button--warning-onHover-border);
27561
- }
27562
-
27563
- .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
27564
- color: var(--Button--warning-onActive-color);
27565
- background: var(--Button--warning-onActive-bg);
27566
- border-color: var(--Button--warning-onActive-border);
27567
- }
27568
-
27569
- .amis-scope .a-Button--warning:hover:focus {
27570
- box-shadow: var(--Button-boxShadow);
27571
- }
27572
-
27573
- .amis-scope .a-Button--danger {
27574
- color: var(--Button--danger-color);
27575
- background: var(--Button--danger-bg);
27576
- border-color: var(--Button--danger-border);
27577
- box-shadow: var(--Button-boxShadow);
27578
- text-shadow: var(--Button-textShadow);
27579
- }
27580
-
27581
- .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover {
27582
- color: var(--Button--danger-onHover-color);
27583
- background: var(--Button--danger-onHover-bg);
27584
- border-color: var(--Button--danger-onHover-border);
27585
- }
27586
-
27587
- .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
27588
- color: var(--Button--danger-onActive-color);
27589
- background: var(--Button--danger-onActive-bg);
27590
- border-color: var(--Button--danger-onActive-border);
27591
- }
27592
-
27593
- .amis-scope .a-Button--danger:hover:focus {
27594
- box-shadow: var(--Button-boxShadow);
27595
- }
27596
-
27597
- .amis-scope .a-Button--light {
27598
- color: var(--Button--light-color);
27599
- background: var(--Button--light-bg);
27600
- border-color: var(--Button--light-border);
27601
- box-shadow: var(--Button-boxShadow);
27602
- text-shadow: var(--Button-textShadow);
27603
- }
27604
-
27605
- .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover {
27606
- color: var(--Button--light-onHover-color);
27607
- background: var(--Button--light-onHover-bg);
27608
- border-color: var(--Button--light-onHover-border);
27609
- }
27610
-
27611
- .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
27612
- color: var(--Button--light-onActive-color);
27613
- background: var(--Button--light-onActive-bg);
27614
- border-color: var(--Button--light-onActive-border);
27615
- }
27616
-
27617
- .amis-scope .a-Button--light:hover:focus {
27618
- box-shadow: var(--Button-boxShadow);
27619
- }
27620
-
27621
- .amis-scope .a-Button--dark {
27622
- color: var(--Button--dark-color);
27623
- background: var(--Button--dark-bg);
27624
- border-color: var(--Button--dark-border);
27625
- box-shadow: var(--Button-boxShadow);
27626
- text-shadow: var(--Button-textShadow);
27627
- }
27628
-
27629
- .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover {
27630
- color: var(--Button--dark-onHover-color);
27631
- background: var(--Button--dark-onHover-bg);
27632
- border-color: var(--Button--dark-onHover-border);
27633
- }
27634
-
27635
- .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
27636
- color: var(--Button--dark-onActive-color);
27637
- background: var(--Button--dark-onActive-bg);
27638
- border-color: var(--Button--dark-onActive-border);
27639
- }
27640
-
27641
- .amis-scope .a-Button--dark:hover:focus {
27642
- box-shadow: var(--Button-boxShadow);
27643
- }
27644
-
27645
- .amis-scope .a-Button--default {
27646
- color: var(--Button--default-color);
27647
- background: var(--Button--default-bg);
27648
- border-color: var(--Button--default-border);
27649
- box-shadow: var(--Button-boxShadow);
27650
- text-shadow: var(--Button-textShadow);
27651
- }
27652
-
27653
- .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover {
27654
- color: var(--Button--default-onHover-color);
27655
- background: var(--Button--default-onHover-bg);
27656
- border-color: var(--Button--default-onHover-border);
27657
- }
27658
-
27659
- .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
27660
- color: var(--Button--default-onActive-color);
27661
- background: var(--Button--default-onActive-bg);
27662
- border-color: var(--Button--default-onActive-border);
27663
- }
27664
-
27665
- .amis-scope .a-Button--default:hover:focus {
27666
- box-shadow: var(--Button-boxShadow);
27667
- }
27668
-
27669
- .amis-scope .a-Button--xs {
27670
- padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
27671
- font-size: var(--Button--xs-fontSize);
27672
- line-height: var(--Button--xs-lineHeight);
27673
- border-radius: var(--Button--sm-borderRadius);
27674
- height: var(--Button--xs-height);
27675
- }
27676
-
27677
- .amis-scope .a-Button--xs .a-Button-icon:first-child:not(:last-child):not(.pull-right),
27678
- .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
27679
- .amis-scope .a-Button--xs > .pull-left {
27680
- margin-right: var(--Button--xs-paddingX);
27681
- }
27682
-
27683
- .amis-scope .a-Button--xs .a-Button-icon:last-child:not(:first-child):not(.pull-left),
27684
- .amis-scope .a-Button--xs > .pull-right {
27685
- margin-left: var(--Button--xs-paddingX);
27686
- }
27687
-
27688
- .amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
27689
- .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
27690
- .amis-scope .a-Button--xs > .pull-left {
27691
- margin-right: var(--Button--xs-paddingX);
27692
- }
27693
-
27694
- .amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
27695
- .amis-scope .a-Button--xs > .pull-right {
27696
- margin-left: var(--Button--xs-paddingX);
27697
- }
27698
-
27699
- .amis-scope .a-Button--xs img.a-Button-icon {
27700
- height: var(--Button-fontSize);
27701
- vertical-align: middle;
27702
- }
27703
-
27704
- .amis-scope .a-Button--xs.a-Button--iconOnly {
27705
- min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
27706
- }
27707
-
27708
- .amis-scope .a-Button--sm {
27709
- padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
27710
- font-size: var(--Button--sm-fontSize);
27711
- line-height: var(--Button--sm-lineHeight);
27712
- border-radius: var(--Button--sm-borderRadius);
27713
- height: var(--Button--sm-height);
27714
- }
27715
-
27716
- .amis-scope .a-Button--sm .a-Button-icon:first-child:not(:last-child):not(.pull-right),
27717
- .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
27718
- .amis-scope .a-Button--sm > .pull-left {
27719
- margin-right: var(--Button--sm-paddingX);
27720
- }
27721
-
27722
- .amis-scope .a-Button--sm .a-Button-icon:last-child:not(:first-child):not(.pull-left),
27723
- .amis-scope .a-Button--sm > .pull-right {
27724
- margin-left: var(--Button--sm-paddingX);
27725
- }
27726
-
27727
- .amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
27728
- .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
27729
- .amis-scope .a-Button--sm > .pull-left {
27730
- margin-right: var(--Button--sm-paddingX);
27731
- }
27732
-
27733
- .amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
27734
- .amis-scope .a-Button--sm > .pull-right {
27735
- margin-left: var(--Button--sm-paddingX);
27736
- }
27737
-
27738
- .amis-scope .a-Button--sm img.a-Button-icon {
27739
- height: var(--Button-fontSize);
27740
- vertical-align: middle;
27741
- }
27742
-
27743
- .amis-scope .a-Button--sm.a-Button--iconOnly {
27744
- min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
27745
- }
27746
-
27747
- .amis-scope .a-Button--md {
27748
- padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
27749
- font-size: var(--Button--md-fontSize);
27750
- line-height: var(--Button--md-lineHeight);
27751
- border-radius: var(--Button-borderRadius);
27752
- height: var(--Button--md-height);
27753
- }
27754
-
27755
- .amis-scope .a-Button--md .a-Button-icon:first-child:not(:last-child):not(.pull-right),
27756
- .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
27757
- .amis-scope .a-Button--md > .pull-left {
27758
- margin-right: var(--Button--md-paddingX);
27759
- }
27760
-
27761
- .amis-scope .a-Button--md .a-Button-icon:last-child:not(:first-child):not(.pull-left),
27762
- .amis-scope .a-Button--md > .pull-right {
27763
- margin-left: var(--Button--md-paddingX);
27764
- }
27765
-
27766
- .amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
27767
- .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
27768
- .amis-scope .a-Button--md > .pull-left {
27769
- margin-right: var(--Button--md-paddingX);
27770
- }
27771
-
27772
- .amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
27773
- .amis-scope .a-Button--md > .pull-right {
27774
- margin-left: var(--Button--md-paddingX);
27775
- }
27776
-
27777
- .amis-scope .a-Button--md img.a-Button-icon {
27778
- height: var(--Button-fontSize);
27779
- vertical-align: middle;
27780
- }
27781
-
27782
- .amis-scope .a-Button--md.a-Button--iconOnly {
27783
- min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
27784
- }
27785
-
27786
- .amis-scope .a-Button--lg {
27787
- padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
27788
- font-size: var(--Button--lg-fontSize);
27789
- line-height: var(--Button--lg-lineHeight);
27790
- border-radius: var(--Button--lg-borderRadius);
27791
- height: var(--Button--lg-height);
27792
- }
27793
-
27794
- .amis-scope .a-Button--lg .a-Button-icon:first-child:not(:last-child):not(.pull-right),
27795
- .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
27796
- .amis-scope .a-Button--lg > .pull-left {
27797
- margin-right: var(--Button--lg-paddingX);
27798
- }
27799
-
27800
- .amis-scope .a-Button--lg .a-Button-icon:last-child:not(:first-child):not(.pull-left),
27801
- .amis-scope .a-Button--lg > .pull-right {
27802
- margin-left: var(--Button--lg-paddingX);
27803
- }
27804
-
27805
- .amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
27806
- .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
27807
- .amis-scope .a-Button--lg > .pull-left {
27808
- margin-right: var(--Button--lg-paddingX);
27809
- }
27810
-
27811
- .amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
27812
- .amis-scope .a-Button--lg > .pull-right {
27813
- margin-left: var(--Button--lg-paddingX);
27814
- }
27815
-
27816
- .amis-scope .a-Button--lg img.a-Button-icon {
27817
- height: var(--Button-fontSize);
27818
- vertical-align: middle;
27819
- }
27820
-
27821
- .amis-scope .a-Button--lg.a-Button--iconOnly {
27822
- min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
27823
- }
27824
-
27825
- .amis-scope .a-Button--iconOnly {
27826
- min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
27827
- }
27828
-
27829
- .amis-scope .a-Button--iconOnly:not(.a-Button--link) > svg.icon {
27830
- width: 0.875rem;
27831
- height: 0.875rem;
27832
- top: 0.125rem;
27833
- }
27834
-
27835
- .amis-scope .a-Button--iconOnly:not(.a-Button--link) > .fa,
27836
- .amis-scope .a-Button--iconOnly:not(.a-Button--link) > .iconfont {
27837
- font-size: var(--fontSizeMd);
27838
- }
27839
-
27840
- .amis-scope .a-Button--iconOnly:not(.a-Button--link) > .iconfont {
27841
- line-height: 1;
27842
- }
27843
-
27844
- .amis-scope .a-Button--loading {
27845
- transition: --Button-transition;
27846
- }
27847
-
27848
- .amis-scope .a-Button--loading svg {
27849
- animation: var(--Button-animation-spin);
27850
- }
27851
-
27852
27467
  .amis-scope .a-Button--link {
27853
27468
  width: auto;
27854
27469
  min-width: auto;
@@ -27872,8 +27487,13 @@ readers do not read off random characters that represent icons */
27872
27487
  .amis-scope .a-Button--link:disabled,
27873
27488
  .amis-scope .a-Button--link.is-disabled {
27874
27489
  color: var(--text--muted-color);
27875
- pointer-events: none;
27876
- background: var(--Button-onDisabled-bg);
27490
+ border: none;
27491
+ background: var(--Button--link-onDisabled-backgroundColor);
27492
+ }
27493
+
27494
+ .amis-scope .a-Button--link:disabled:hover:active,
27495
+ .amis-scope .a-Button--link.is-disabled:hover:active {
27496
+ color: var(--text--muted-color);
27877
27497
  }
27878
27498
 
27879
27499
  .amis-scope .a-Button--block {
@@ -27885,6 +27505,445 @@ readers do not read off random characters that represent icons */
27885
27505
  margin-top: var(--gap-base);
27886
27506
  }
27887
27507
 
27508
+ .amis-scope .a-Button > .pull-left,
27509
+ .amis-scope .a-Button > .pull-right {
27510
+ line-height: inherit;
27511
+ }
27512
+
27513
+ .amis-scope .a-Button > .fa,
27514
+ .amis-scope .a-Button > .iconfont,
27515
+ .amis-scope .a-Button > .glyphicon {
27516
+ font-size: inherit;
27517
+ }
27518
+
27519
+ .amis-scope a.a-Button.is-disabled,
27520
+ .amis-scope fieldset:disabled a.a-Button {
27521
+ pointer-events: none;
27522
+ }
27523
+
27524
+ .amis-scope .a-Button--primary {
27525
+ color: var(--Button--primary-color);
27526
+ background: var(--Button--primary-bg);
27527
+ border-color: var(--Button--primary-border);
27528
+ box-shadow: var(--Button-boxShadow);
27529
+ text-shadow: var(--Button-textShadow);
27530
+ }
27531
+
27532
+ .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover {
27533
+ color: var(--Button--primary-onHover-color);
27534
+ background: var(--Button--primary-onHover-bg);
27535
+ border-color: var(--Button--primary-onHover-border);
27536
+ }
27537
+
27538
+ .amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
27539
+ color: var(--Button--primary-onActive-color);
27540
+ background: var(--Button--primary-onActive-bg);
27541
+ border-color: var(--Button--primary-onActive-border);
27542
+ }
27543
+
27544
+ .amis-scope .a-Button--primary:hover:focus {
27545
+ box-shadow: var(--Button-boxShadow);
27546
+ }
27547
+
27548
+ .amis-scope .a-Button--secondary {
27549
+ color: var(--Button--secondary-color);
27550
+ background: var(--Button--secondary-bg);
27551
+ border-color: var(--Button--secondary-border);
27552
+ box-shadow: var(--Button-boxShadow);
27553
+ text-shadow: var(--Button-textShadow);
27554
+ }
27555
+
27556
+ .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover {
27557
+ color: var(--Button--secondary-onHover-color);
27558
+ background: var(--Button--secondary-onHover-bg);
27559
+ border-color: var(--Button--secondary-onHover-border);
27560
+ }
27561
+
27562
+ .amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
27563
+ color: var(--Button--secondary-onActive-color);
27564
+ background: var(--Button--secondary-onActive-bg);
27565
+ border-color: var(--Button--secondary-onActive-border);
27566
+ }
27567
+
27568
+ .amis-scope .a-Button--secondary:hover:focus {
27569
+ box-shadow: var(--Button-boxShadow);
27570
+ }
27571
+
27572
+ .amis-scope .a-Button--success {
27573
+ color: var(--Button--success-color);
27574
+ background: var(--Button--success-bg);
27575
+ border-color: var(--Button--success-border);
27576
+ box-shadow: var(--Button-boxShadow);
27577
+ text-shadow: var(--Button-textShadow);
27578
+ }
27579
+
27580
+ .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover {
27581
+ color: var(--Button--success-onHover-color);
27582
+ background: var(--Button--success-onHover-bg);
27583
+ border-color: var(--Button--success-onHover-border);
27584
+ }
27585
+
27586
+ .amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
27587
+ color: var(--Button--success-onActive-color);
27588
+ background: var(--Button--success-onActive-bg);
27589
+ border-color: var(--Button--success-onActive-border);
27590
+ }
27591
+
27592
+ .amis-scope .a-Button--success:hover:focus {
27593
+ box-shadow: var(--Button-boxShadow);
27594
+ }
27595
+
27596
+ .amis-scope .a-Button--enhance {
27597
+ color: var(--Button--enhance-color);
27598
+ background: var(--Button--enhance-bg);
27599
+ border-color: var(--Button--enhance-border);
27600
+ box-shadow: var(--Button-boxShadow);
27601
+ text-shadow: var(--Button-textShadow);
27602
+ }
27603
+
27604
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
27605
+ color: var(--Button--enhance-onHover-color);
27606
+ background: var(--Button--enhance-onHover-bg);
27607
+ border-color: var(--Button--enhance-onHover-border);
27608
+ }
27609
+
27610
+ .amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
27611
+ color: var(--Button--enhance-onActive-color);
27612
+ background: var(--Button--enhance-onActive-bg);
27613
+ border-color: var(--Button--enhance-onActive-border);
27614
+ }
27615
+
27616
+ .amis-scope .a-Button--enhance:hover:focus {
27617
+ box-shadow: var(--Button-boxShadow);
27618
+ }
27619
+
27620
+ .amis-scope .a-Button--info {
27621
+ color: var(--Button--info-color);
27622
+ background: var(--Button--info-bg);
27623
+ border-color: var(--Button--info-border);
27624
+ box-shadow: var(--Button-boxShadow);
27625
+ text-shadow: var(--Button-textShadow);
27626
+ }
27627
+
27628
+ .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover {
27629
+ color: var(--Button--info-onHover-color);
27630
+ background: var(--Button--info-onHover-bg);
27631
+ border-color: var(--Button--info-onHover-border);
27632
+ }
27633
+
27634
+ .amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
27635
+ color: var(--Button--info-onActive-color);
27636
+ background: var(--Button--info-onActive-bg);
27637
+ border-color: var(--Button--info-onActive-border);
27638
+ }
27639
+
27640
+ .amis-scope .a-Button--info:hover:focus {
27641
+ box-shadow: var(--Button-boxShadow);
27642
+ }
27643
+
27644
+ .amis-scope .a-Button--warning {
27645
+ color: var(--Button--warning-color);
27646
+ background: var(--Button--warning-bg);
27647
+ border-color: var(--Button--warning-border);
27648
+ box-shadow: var(--Button-boxShadow);
27649
+ text-shadow: var(--Button-textShadow);
27650
+ }
27651
+
27652
+ .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover {
27653
+ color: var(--Button--warning-onHover-color);
27654
+ background: var(--Button--warning-onHover-bg);
27655
+ border-color: var(--Button--warning-onHover-border);
27656
+ }
27657
+
27658
+ .amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
27659
+ color: var(--Button--warning-onActive-color);
27660
+ background: var(--Button--warning-onActive-bg);
27661
+ border-color: var(--Button--warning-onActive-border);
27662
+ }
27663
+
27664
+ .amis-scope .a-Button--warning:hover:focus {
27665
+ box-shadow: var(--Button-boxShadow);
27666
+ }
27667
+
27668
+ .amis-scope .a-Button--danger {
27669
+ color: var(--Button--danger-color);
27670
+ background: var(--Button--danger-bg);
27671
+ border-color: var(--Button--danger-border);
27672
+ box-shadow: var(--Button-boxShadow);
27673
+ text-shadow: var(--Button-textShadow);
27674
+ }
27675
+
27676
+ .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover {
27677
+ color: var(--Button--danger-onHover-color);
27678
+ background: var(--Button--danger-onHover-bg);
27679
+ border-color: var(--Button--danger-onHover-border);
27680
+ }
27681
+
27682
+ .amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
27683
+ color: var(--Button--danger-onActive-color);
27684
+ background: var(--Button--danger-onActive-bg);
27685
+ border-color: var(--Button--danger-onActive-border);
27686
+ }
27687
+
27688
+ .amis-scope .a-Button--danger:hover:focus {
27689
+ box-shadow: var(--Button-boxShadow);
27690
+ }
27691
+
27692
+ .amis-scope .a-Button--light {
27693
+ color: var(--Button--light-color);
27694
+ background: var(--Button--light-bg);
27695
+ border-color: var(--Button--light-border);
27696
+ box-shadow: var(--Button-boxShadow);
27697
+ text-shadow: var(--Button-textShadow);
27698
+ }
27699
+
27700
+ .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover {
27701
+ color: var(--Button--light-onHover-color);
27702
+ background: var(--Button--light-onHover-bg);
27703
+ border-color: var(--Button--light-onHover-border);
27704
+ }
27705
+
27706
+ .amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
27707
+ color: var(--Button--light-onActive-color);
27708
+ background: var(--Button--light-onActive-bg);
27709
+ border-color: var(--Button--light-onActive-border);
27710
+ }
27711
+
27712
+ .amis-scope .a-Button--light:hover:focus {
27713
+ box-shadow: var(--Button-boxShadow);
27714
+ }
27715
+
27716
+ .amis-scope .a-Button--dark {
27717
+ color: var(--Button--dark-color);
27718
+ background: var(--Button--dark-bg);
27719
+ border-color: var(--Button--dark-border);
27720
+ box-shadow: var(--Button-boxShadow);
27721
+ text-shadow: var(--Button-textShadow);
27722
+ }
27723
+
27724
+ .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover {
27725
+ color: var(--Button--dark-onHover-color);
27726
+ background: var(--Button--dark-onHover-bg);
27727
+ border-color: var(--Button--dark-onHover-border);
27728
+ }
27729
+
27730
+ .amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
27731
+ color: var(--Button--dark-onActive-color);
27732
+ background: var(--Button--dark-onActive-bg);
27733
+ border-color: var(--Button--dark-onActive-border);
27734
+ }
27735
+
27736
+ .amis-scope .a-Button--dark:hover:focus {
27737
+ box-shadow: var(--Button-boxShadow);
27738
+ }
27739
+
27740
+ .amis-scope .a-Button--default {
27741
+ color: var(--Button--default-color);
27742
+ background: var(--Button--default-bg);
27743
+ border-color: var(--Button--default-border);
27744
+ box-shadow: var(--Button-boxShadow);
27745
+ text-shadow: var(--Button-textShadow);
27746
+ }
27747
+
27748
+ .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover {
27749
+ color: var(--Button--default-onHover-color);
27750
+ background: var(--Button--default-onHover-bg);
27751
+ border-color: var(--Button--default-onHover-border);
27752
+ }
27753
+
27754
+ .amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
27755
+ color: var(--Button--default-onActive-color);
27756
+ background: var(--Button--default-onActive-bg);
27757
+ border-color: var(--Button--default-onActive-border);
27758
+ }
27759
+
27760
+ .amis-scope .a-Button--default:hover:focus {
27761
+ box-shadow: var(--Button-boxShadow);
27762
+ }
27763
+
27764
+ .amis-scope .a-Button--xs {
27765
+ padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
27766
+ font-size: var(--Button--xs-fontSize);
27767
+ line-height: var(--Button--xs-lineHeight);
27768
+ border-radius: var(--Button--sm-borderRadius);
27769
+ height: var(--Button--xs-height);
27770
+ }
27771
+
27772
+ .amis-scope .a-Button--xs .a-Button-icon:first-child:not(:last-child):not(.pull-right),
27773
+ .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
27774
+ .amis-scope .a-Button--xs > .pull-left {
27775
+ margin-right: var(--Button--xs-paddingX);
27776
+ }
27777
+
27778
+ .amis-scope .a-Button--xs .a-Button-icon:last-child:not(:first-child):not(.pull-left),
27779
+ .amis-scope .a-Button--xs > .pull-right {
27780
+ margin-left: var(--Button--xs-paddingX);
27781
+ }
27782
+
27783
+ .amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
27784
+ .amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
27785
+ .amis-scope .a-Button--xs > .pull-left {
27786
+ margin-right: var(--Button--xs-paddingX);
27787
+ }
27788
+
27789
+ .amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
27790
+ .amis-scope .a-Button--xs > .pull-right {
27791
+ margin-left: var(--Button--xs-paddingX);
27792
+ }
27793
+
27794
+ .amis-scope .a-Button--xs img.a-Button-icon {
27795
+ height: var(--Button-fontSize);
27796
+ vertical-align: middle;
27797
+ }
27798
+
27799
+ .amis-scope .a-Button--xs.a-Button--iconOnly {
27800
+ min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
27801
+ }
27802
+
27803
+ .amis-scope .a-Button--sm {
27804
+ padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
27805
+ font-size: var(--Button--sm-fontSize);
27806
+ line-height: var(--Button--sm-lineHeight);
27807
+ border-radius: var(--Button--sm-borderRadius);
27808
+ height: var(--Button--sm-height);
27809
+ }
27810
+
27811
+ .amis-scope .a-Button--sm .a-Button-icon:first-child:not(:last-child):not(.pull-right),
27812
+ .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
27813
+ .amis-scope .a-Button--sm > .pull-left {
27814
+ margin-right: var(--Button--sm-paddingX);
27815
+ }
27816
+
27817
+ .amis-scope .a-Button--sm .a-Button-icon:last-child:not(:first-child):not(.pull-left),
27818
+ .amis-scope .a-Button--sm > .pull-right {
27819
+ margin-left: var(--Button--sm-paddingX);
27820
+ }
27821
+
27822
+ .amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
27823
+ .amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
27824
+ .amis-scope .a-Button--sm > .pull-left {
27825
+ margin-right: var(--Button--sm-paddingX);
27826
+ }
27827
+
27828
+ .amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
27829
+ .amis-scope .a-Button--sm > .pull-right {
27830
+ margin-left: var(--Button--sm-paddingX);
27831
+ }
27832
+
27833
+ .amis-scope .a-Button--sm img.a-Button-icon {
27834
+ height: var(--Button-fontSize);
27835
+ vertical-align: middle;
27836
+ }
27837
+
27838
+ .amis-scope .a-Button--sm.a-Button--iconOnly {
27839
+ min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
27840
+ }
27841
+
27842
+ .amis-scope .a-Button--md {
27843
+ padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
27844
+ font-size: var(--Button--md-fontSize);
27845
+ line-height: var(--Button--md-lineHeight);
27846
+ border-radius: var(--Button-borderRadius);
27847
+ height: var(--Button--md-height);
27848
+ }
27849
+
27850
+ .amis-scope .a-Button--md .a-Button-icon:first-child:not(:last-child):not(.pull-right),
27851
+ .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
27852
+ .amis-scope .a-Button--md > .pull-left {
27853
+ margin-right: var(--Button--md-paddingX);
27854
+ }
27855
+
27856
+ .amis-scope .a-Button--md .a-Button-icon:last-child:not(:first-child):not(.pull-left),
27857
+ .amis-scope .a-Button--md > .pull-right {
27858
+ margin-left: var(--Button--md-paddingX);
27859
+ }
27860
+
27861
+ .amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
27862
+ .amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
27863
+ .amis-scope .a-Button--md > .pull-left {
27864
+ margin-right: var(--Button--md-paddingX);
27865
+ }
27866
+
27867
+ .amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
27868
+ .amis-scope .a-Button--md > .pull-right {
27869
+ margin-left: var(--Button--md-paddingX);
27870
+ }
27871
+
27872
+ .amis-scope .a-Button--md img.a-Button-icon {
27873
+ height: var(--Button-fontSize);
27874
+ vertical-align: middle;
27875
+ }
27876
+
27877
+ .amis-scope .a-Button--md.a-Button--iconOnly {
27878
+ min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
27879
+ }
27880
+
27881
+ .amis-scope .a-Button--lg {
27882
+ padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
27883
+ font-size: var(--Button--lg-fontSize);
27884
+ line-height: var(--Button--lg-lineHeight);
27885
+ border-radius: var(--Button--lg-borderRadius);
27886
+ height: var(--Button--lg-height);
27887
+ }
27888
+
27889
+ .amis-scope .a-Button--lg .a-Button-icon:first-child:not(:last-child):not(.pull-right),
27890
+ .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
27891
+ .amis-scope .a-Button--lg > .pull-left {
27892
+ margin-right: var(--Button--lg-paddingX);
27893
+ }
27894
+
27895
+ .amis-scope .a-Button--lg .a-Button-icon:last-child:not(:first-child):not(.pull-left),
27896
+ .amis-scope .a-Button--lg > .pull-right {
27897
+ margin-left: var(--Button--lg-paddingX);
27898
+ }
27899
+
27900
+ .amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
27901
+ .amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
27902
+ .amis-scope .a-Button--lg > .pull-left {
27903
+ margin-right: var(--Button--lg-paddingX);
27904
+ }
27905
+
27906
+ .amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
27907
+ .amis-scope .a-Button--lg > .pull-right {
27908
+ margin-left: var(--Button--lg-paddingX);
27909
+ }
27910
+
27911
+ .amis-scope .a-Button--lg img.a-Button-icon {
27912
+ height: var(--Button-fontSize);
27913
+ vertical-align: middle;
27914
+ }
27915
+
27916
+ .amis-scope .a-Button--lg.a-Button--iconOnly {
27917
+ min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
27918
+ }
27919
+
27920
+ .amis-scope .a-Button--iconOnly {
27921
+ min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
27922
+ }
27923
+
27924
+ .amis-scope .a-Button--iconOnly:not(.a-Button--link) > svg.icon {
27925
+ width: 0.875rem;
27926
+ height: 0.875rem;
27927
+ top: 0.125rem;
27928
+ }
27929
+
27930
+ .amis-scope .a-Button--iconOnly:not(.a-Button--link) > .fa,
27931
+ .amis-scope .a-Button--iconOnly:not(.a-Button--link) > .iconfont {
27932
+ font-size: var(--fontSizeMd);
27933
+ }
27934
+
27935
+ .amis-scope .a-Button--iconOnly:not(.a-Button--link) > .iconfont {
27936
+ line-height: 1;
27937
+ }
27938
+
27939
+ .amis-scope .a-Button--loading {
27940
+ transition: --Button-transition;
27941
+ }
27942
+
27943
+ .amis-scope .a-Button--loading svg {
27944
+ animation: var(--Button-animation-spin);
27945
+ }
27946
+
27888
27947
  .amis-scope input[type=submit].a-Button--block,
27889
27948
  .amis-scope input[type=reset].a-Button--block,
27890
27949
  .amis-scope input[type=button].a-Button--block {
@@ -33328,7 +33387,7 @@ readers do not read off random characters that represent icons */
33328
33387
  display: block;
33329
33388
  position: absolute;
33330
33389
  margin: 0;
33331
- padding: 0;
33390
+ padding: 4px 0;
33332
33391
  background: var(--menu-background);
33333
33392
  box-shadow: var(--menu-box-shadow);
33334
33393
  color: var(--menu-font-color);
@@ -33352,19 +33411,6 @@ readers do not read off random characters that represent icons */
33352
33411
  animation-name: contextMenuOut;
33353
33412
  }
33354
33413
 
33355
- .amis-scope .a-ContextMenu-menu::before {
33356
- display: block;
33357
- position: absolute;
33358
- content: "";
33359
- top: -1px;
33360
- left: -1px;
33361
- bottom: -1px;
33362
- right: -1px;
33363
- border-radius: var(--menu-border-radius);
33364
- border: 1px solid var(--menu-border-color);
33365
- z-index: -1;
33366
- }
33367
-
33368
33414
  .amis-scope .a-ContextMenu-divider {
33369
33415
  border: none;
33370
33416
  height: 1px;
@@ -33377,7 +33423,7 @@ readers do not read off random characters that represent icons */
33377
33423
  list-style: none;
33378
33424
  margin: 0;
33379
33425
  padding: 0;
33380
- min-width: 100px;
33426
+ min-width: var(--menu-min-width);
33381
33427
  }
33382
33428
 
33383
33429
  .amis-scope .a-ContextMenu-item {
@@ -33443,7 +33489,7 @@ readers do not read off random characters that represent icons */
33443
33489
  position: absolute;
33444
33490
  left: 100%;
33445
33491
  top: -3px;
33446
- min-width: 100px;
33492
+ min-width: var(--menu-sub-min-width);
33447
33493
  margin: 0;
33448
33494
  padding: 0;
33449
33495
  background: var(--menu-background);
@@ -35555,577 +35601,2181 @@ readers do not read off random characters that represent icons */
35555
35601
  margin-right: 0.625rem;
35556
35602
  }
35557
35603
 
35558
- .amis-scope .a-ColumnToggler {
35604
+ .amis-scope .a-Table-v2 {
35559
35605
  position: relative;
35560
- display: inline-block;
35606
+ border-radius: var(--Table-borderRadius);
35607
+ margin-bottom: var(--gap-md);
35561
35608
  }
35562
35609
 
35563
- .amis-scope .a-ColumnToggler-caret {
35564
- margin-left: var(--DropDown-caret-marginLeft);
35565
- display: inline-block;
35566
- vertical-align: top;
35567
- transition: transform var(--animation-duration) ease;
35610
+ .amis-scope .a-Table-v2.a-Table-bordered {
35611
+ border-width: var(--Table-borderWidth) var(--Table-borderWidth) 0 var(--Table-borderWidth);
35612
+ border-style: solid;
35613
+ border-color: var(--Table-borderColor);
35614
+ border-collapse: inherit;
35568
35615
  }
35569
35616
 
35570
- .amis-scope .a-ColumnToggler-caret > svg {
35571
- width: 0.625rem;
35572
- height: 0.625rem;
35573
- top: 0.125em;
35617
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > thead > tr > th,
35618
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > tbody > tr > td,
35619
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > tfoot > tr > td {
35620
+ border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
35574
35621
  }
35575
35622
 
35576
- .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
35577
- transform: rotate(180deg);
35623
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > thead > tr > th:last-child,
35624
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > tbody > tr > td:last-child,
35625
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-table > tfoot > tr > td:last-child {
35626
+ border-right: none;
35578
35627
  }
35579
35628
 
35580
- .amis-scope .a-ColumnToggler.is-actived > .a-Button {
35581
- color: var(--link-color);
35629
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-footer {
35630
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
35582
35631
  }
35583
35632
 
35584
- .amis-scope .a-ColumnToggler--block {
35585
- display: block;
35633
+ .amis-scope .a-Table-v2.a-Table-bordered .a-Table-title {
35634
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
35586
35635
  }
35587
35636
 
35588
- .amis-scope .a-ColumnToggler--block .a-Button {
35589
- display: block;
35637
+ .amis-scope .a-Table-v2.a-Table-large .a-Table-table > thead > tr > th {
35638
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
35590
35639
  }
35591
35640
 
35592
- .amis-scope .a-ColumnToggler-menu {
35593
- position: absolute;
35594
- z-index: 1000;
35595
- top: 100%;
35596
- left: 0;
35597
- margin: 0.0625rem 0 0;
35598
- background: var(--DropDown-menu-bg);
35599
- list-style: none;
35600
- padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
35601
- border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
35602
- border-radius: var(--DropDown-menu-borderRadius);
35603
- box-shadow: var(--DropDown-menu-boxShadow);
35604
- min-width: var(--DropDown-menu-minWidth);
35605
- text-align: left;
35641
+ .amis-scope .a-Table-v2.a-Table-large .a-Table-table > tbody > tr > td,
35642
+ .amis-scope .a-Table-v2.a-Table-large .a-Table-table > tbody > tr > th {
35643
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
35606
35644
  }
35607
35645
 
35608
- .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
35609
- left: auto;
35610
- right: 0;
35646
+ .amis-scope .a-Table-v2.a-Table-large .a-Table-table > tfoot > tr > td {
35647
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
35611
35648
  }
35612
35649
 
35613
- .amis-scope .a-ColumnToggler-menuItem,
35614
- .amis-scope .a-ColumnToggler-menu > li {
35615
- padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
35616
- white-space: nowrap;
35617
- box-sizing: border-box;
35618
- height: var(--DropDown-menu-height);
35619
- vertical-align: middle;
35620
- user-select: none;
35621
- color: var(--link-color);
35622
- text-decoration: var(--link-decoration);
35650
+ .amis-scope .a-Table-v2.a-Table-large .a-TableCell-filterBtn {
35651
+ right: calc( var(--TableCell-paddingX-large) - var(--TableCell-filterBtn-width) / 2 );
35623
35652
  }
35624
35653
 
35625
- .amis-scope .a-ColumnToggler-menuItem:hover,
35626
- .amis-scope .a-ColumnToggler-menu > li:hover {
35627
- background: var(--DropDown-menuItem-onHover-bg);
35628
- color: var(--DropDown-menuItem-onHover-color);
35654
+ .amis-scope .a-Table-v2.a-Table-small .a-Table-table > thead > tr > th {
35655
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
35629
35656
  }
35630
35657
 
35631
- .amis-scope .a-ColumnToggler-menuItem.is-active,
35632
- .amis-scope .a-ColumnToggler-menu > li.is-active {
35633
- color: var(--DropDown-menuItem-onActive-color);
35658
+ .amis-scope .a-Table-v2.a-Table-small .a-Table-table > tbody > tr > td,
35659
+ .amis-scope .a-Table-v2.a-Table-small .a-Table-table > tbody > tr > th {
35660
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
35634
35661
  }
35635
35662
 
35636
- .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
35637
- .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
35638
- .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
35639
- .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
35640
- cursor: pointer;
35663
+ .amis-scope .a-Table-v2.a-Table-small .a-Table-table > tfoot > tr > td {
35664
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
35641
35665
  }
35642
35666
 
35643
- .amis-scope .a-ColumnToggler-menuItem.is-disabled,
35644
- .amis-scope .a-ColumnToggler-menu > li.is-disabled {
35645
- cursor: not-allowed;
35646
- color: var(--DropDown-menuItem-onDisabled-color);
35647
- filter: grayscale(80%);
35667
+ .amis-scope .a-Table-v2.a-Table-small .a-TableCell-filterBtn {
35668
+ right: calc( var(--TableCell-paddingX-small) - var(--TableCell-filterBtn-width) / 2 );
35648
35669
  }
35649
35670
 
35650
- .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
35651
- .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
35652
- height: 0.0625rem;
35653
- margin: 0.5625rem 0;
35654
- overflow: hidden;
35655
- background: var(--DropDown-menu-borderColor);
35656
- padding: 0;
35671
+ .amis-scope .a-Table-v2 .a-Table-title,
35672
+ .amis-scope .a-Table-v2 .a-Table-footer {
35673
+ background: var(--Table-heading-bg);
35674
+ padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
35657
35675
  }
35658
35676
 
35659
- .amis-scope .a-ColumnToggler-menu > li a {
35660
- color: inherit;
35661
- display: block;
35662
- text-decoration: none;
35677
+ .amis-scope .a-Table-v2 .a-Table-header {
35678
+ padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
35663
35679
  }
35664
35680
 
35665
- .amis-scope .a-ColumnToggler-popover {
35666
- border: none;
35667
- box-shadow: none;
35681
+ .amis-scope .a-Table-v2 .a-Table-header.a-Table-sticky-holder {
35682
+ position: sticky;
35683
+ z-index: 3;
35684
+ background: var(--Table-bg);
35668
35685
  }
35669
35686
 
35670
- .amis-scope .a-ColumnToggler > .a-Button {
35671
- min-width: unset;
35687
+ .amis-scope .a-Table-v2 .a-Table-toolbar {
35688
+ display: flex;
35689
+ margin: 0 var(--Table-toolbar-marginX) var(--Table-toolbar-marginY);
35690
+ flex-wrap: wrap;
35672
35691
  }
35673
35692
 
35674
- .amis-scope .a-ColumnToggler-modal {
35675
- display: flex;
35676
- flex-flow: column nowrap;
35677
- justify-content: space-between;
35678
- align-items: center;
35679
- width: 25rem;
35680
- padding: var(--ColumnToggler-lineHeight);
35681
- margin-top: calc(50vh - 100px);
35682
- border-radius: var(--ColumnToggler-borderRadius);
35683
- background: var(--ColumnToggler-backgroundColor);
35684
- 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);
35693
+ .amis-scope .a-Table-v2 .a-Table-toolbar::before,
35694
+ .amis-scope .a-Table-v2 .a-Table-toolbar::after {
35695
+ display: table;
35696
+ content: "";
35685
35697
  }
35686
35698
 
35687
- .amis-scope .a-ColumnToggler-modal-header {
35688
- width: 100%;
35699
+ .amis-scope .a-Table-v2 .a-Table-toolbar::after {
35700
+ clear: both;
35701
+ }
35702
+
35703
+ .amis-scope .a-Table-v2 .a-Table-toolbar .a-DropDown-menuItem {
35704
+ height: auto;
35705
+ }
35706
+
35707
+ .amis-scope .a-Table-v2 .a-Table-toolbar .a-DropDown-menuItem .a-Checkbox {
35689
35708
  display: flex;
35690
- flex-flow: row nowrap;
35691
- justify-content: space-between;
35692
35709
  align-items: center;
35693
35710
  }
35694
35711
 
35695
- .amis-scope .a-ColumnToggler-modal-header a,
35696
- .amis-scope .a-ColumnToggler-modal-header span {
35697
- display: inline-block;
35712
+ .amis-scope .a-Table-v2 .a-Table-header + .a-Table-toolbar {
35713
+ padding-top: 0;
35698
35714
  }
35699
35715
 
35700
- .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
35701
- opacity: 0.95;
35702
- font-size: var(--fontSizeMd);
35703
- color: var(--ColumnToggler-title-fontColor);
35704
- line-height: var(--ColumnToggler-lineHeight);
35705
- font-weight: bold;
35716
+ .amis-scope .a-Table-v2 .a-Table-content {
35717
+ min-height: 0.01%;
35718
+ overflow-x: auto;
35719
+ transform: translateZ(0);
35706
35720
  }
35707
35721
 
35708
- .amis-scope .a-ColumnToggler-modal-content {
35709
- padding: 0;
35710
- width: 100%;
35711
- list-style: none;
35712
- margin: 0.5rem 0;
35722
+ .amis-scope .a-Table-v2 .a-Table-content th {
35723
+ position: relative;
35713
35724
  }
35714
35725
 
35715
- .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
35716
- color: var(--ColumnToggler-title-fontColor);
35717
- background: var(--ColumnToggler-item-backgroundColor);
35718
- border-radius: 0.125rem;
35719
- font-size: var(--fontSizeSm);
35720
- padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
35721
- height: var(--ColumnToggler-lineHeight);
35722
- width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
35723
- margin: var(--ColumnToggler-item-margin);
35724
- float: left;
35726
+ .amis-scope .a-Table-v2 .a-Table-table {
35727
+ width: 100%;
35728
+ min-width: 100%;
35729
+ margin-bottom: 0;
35730
+ font-size: var(--Table-fontSize);
35731
+ color: var(--Table-color);
35732
+ background: var(--Table-bg);
35733
+ border-spacing: 0;
35734
+ border-collapse: collapse;
35735
+ border: none;
35725
35736
  }
35726
35737
 
35727
- .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
35728
- background: var(--ColumnToggler-item-backgroundColor-onHover);
35738
+ .amis-scope .a-Table-v2 .a-Table-table th,
35739
+ .amis-scope .a-Table-v2 .a-Table-table td {
35740
+ text-align: left;
35729
35741
  }
35730
35742
 
35731
- .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
35732
- border: 1px solid var(--link-color);
35743
+ .amis-scope .a-Table-v2 .a-Table-table th.text-center,
35744
+ .amis-scope .a-Table-v2 .a-Table-table td.text-center,
35745
+ .amis-scope .a-Table-v2 .a-Table-table th[colspan],
35746
+ .amis-scope .a-Table-v2 .a-Table-table td[colspan] {
35747
+ text-align: center;
35733
35748
  }
35734
35749
 
35735
- .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label {
35736
- display: inline-block;
35737
- width: calc(100% - var(--Checkbox--sm-size));
35750
+ .amis-scope .a-Table-v2 .a-Table-table th.text-right,
35751
+ .amis-scope .a-Table-v2 .a-Table-table td.text-right {
35752
+ text-align: right;
35738
35753
  }
35739
35754
 
35740
- .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label > span {
35741
- display: inline-block;
35742
- max-width: 100%;
35743
- text-overflow: ellipsis;
35755
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th {
35756
+ background: var(--Table-thead-bg);
35757
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
35758
+ font-size: var(--Table-thead-fontSize);
35759
+ color: var(--Table-thead-color);
35760
+ font-weight: var(--fontWeightNormal);
35744
35761
  white-space: nowrap;
35745
- overflow: hidden;
35746
- user-select: none;
35747
35762
  }
35748
35763
 
35749
- .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
35750
- height: var(--fontSizeLg);
35751
- width: var(--fontSizeLg);
35752
- vertical-align: top;
35764
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th:first-child {
35765
+ padding-left: var(--TableCell--edge-paddingX-default);
35753
35766
  }
35754
35767
 
35755
- .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
35756
- display: inline-block;
35757
- margin-left: 0;
35758
- margin-right: var(--gap-xs);
35759
- vertical-align: super;
35760
- color: var(--ColumnToggler-item-dragBar-color);
35761
- cursor: move;
35768
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-cell-last {
35769
+ padding-right: var(--TableCell--edge-paddingX-default);
35762
35770
  }
35763
35771
 
35764
- .amis-scope .a-ColumnToggler-modal-footer {
35765
- width: 100%;
35766
- display: flex;
35767
- flex-flow: row nowrap;
35768
- justify-content: space-between;
35769
- align-items: center;
35772
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th:not(.a-Table-cell-last) {
35773
+ border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
35770
35774
  }
35771
35775
 
35772
- .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
35773
- color: var(--ColumnToggler-fontColor);
35774
- font-size: var(--fontSizeSm);
35776
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-row-expand-icon-cell {
35777
+ border-right: 0;
35775
35778
  }
35776
35779
 
35777
- .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
35778
- color: var(--link-color);
35780
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th .a-Remark {
35781
+ margin-left: var(--gap-xs);
35782
+ position: relative;
35783
+ top: 2px;
35779
35784
  }
35780
35785
 
35781
- .amis-scope .a-ColumnToggler-modal-footer > div {
35786
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th .a-Table-head-cell-wrapper {
35782
35787
  display: flex;
35783
- flex-flow: row nowrap;
35784
- justify-content: space-between;
35785
- align-items: center;
35786
35788
  }
35787
35789
 
35788
- .amis-scope .a-ColumnToggler-modal-footer > div:first-child {
35789
- justify-content: flex-start;
35790
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr:not(:last-child) {
35791
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
35790
35792
  }
35791
35793
 
35792
- .amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
35793
- display: inline-block;
35794
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr {
35795
+ position: relative;
35796
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
35797
+ background: transparent;
35794
35798
  }
35795
35799
 
35796
- .amis-scope .a-ColumnToggler-modal-footer > div:last-child {
35797
- justify-content: flex-end;
35800
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-summary-row > td {
35801
+ background: var(--Table-thead-bg);
35798
35802
  }
35799
35803
 
35800
- .amis-scope .a-ColumnToggler-tooltip {
35801
- border: none;
35804
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > th {
35805
+ background: var(--Table-thead-bg);
35806
+ color: var(--Table-thead-color);
35807
+ font-weight: var(--fontWeightNormal);
35808
+ white-space: nowrap;
35809
+ border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
35802
35810
  }
35803
35811
 
35804
- .amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
35805
- border-top-color: transparent;
35812
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td,
35813
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > th {
35814
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
35806
35815
  }
35807
35816
 
35808
- .amis-scope .a-List {
35809
- position: relative;
35817
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td:first-child,
35818
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > th:first-child {
35819
+ padding-left: var(--TableCell--edge-paddingX-default);
35810
35820
  }
35811
35821
 
35812
- .amis-scope .a-List-items {
35813
- border-radius: var(--List-borderRadius);
35814
- border: var(--List-borderWidth) solid var(--List-borderColor);
35815
- background: var(--List-bg);
35816
- margin-bottom: var(--gap-sm);
35822
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td:last-child,
35823
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > th:last-child {
35824
+ padding-right: var(--TableCell--edge-paddingX-default);
35817
35825
  }
35818
35826
 
35819
- .amis-scope .a-List-toolbar {
35827
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr .a-Table-cell-wrapper-prefix {
35820
35828
  display: flex;
35821
- flex-wrap: wrap;
35822
- margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
35823
35829
  }
35824
35830
 
35825
- .amis-scope .a-List-toolbar::before,
35826
- .amis-scope .a-List-toolbar::after {
35827
- display: table;
35828
- content: "";
35831
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr .a-Table-cell-wrapper-prefix .a-Table-expandBtn {
35832
+ margin-right: 5px;
35829
35833
  }
35830
35834
 
35831
- .amis-scope .a-List-toolbar::after {
35832
- clear: both;
35835
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr .a-Table-cell-height-large {
35836
+ height: var(--TableCell-line-height-large);
35837
+ line-height: var(--TableCell-line-height-large);
35838
+ overflow: hidden;
35833
35839
  }
35834
35840
 
35835
- .amis-scope .a-List-actions {
35836
- display: inline-block;
35841
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr .a-Table-cell-height-middle {
35842
+ height: var(--TableCell-line-height-middle);
35843
+ line-height: var(--TableCell-line-height-middle);
35844
+ overflow: hidden;
35837
35845
  }
35838
35846
 
35839
- .amis-scope .a-List-actions > * {
35840
- margin-right: var(--Crud-toolbar-gap);
35847
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-tr--odd {
35848
+ background: var(--Table-strip-bg);
35841
35849
  }
35842
35850
 
35843
- .amis-scope .a-List-header {
35844
- padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
35851
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-tr--hasItemAction:hover {
35852
+ cursor: pointer;
35845
35853
  }
35846
35854
 
35847
- .amis-scope .a-List-header > * + .a-Button,
35848
- .amis-scope .a-List-header > * + .a-ButtonGroup,
35849
- .amis-scope .a-List-header > * + .a-ButtonToolbar {
35850
- margin-left: var(--Crud-toolbar-gap);
35855
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr:hover,
35856
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-hovered {
35857
+ background: var(--Table-onHover-bg);
35858
+ border-color: var(--Table-onHover-borderColor);
35859
+ color: var(--Table-onHover-color);
35851
35860
  }
35852
35861
 
35853
- .amis-scope .a-List-header + .a-List-toolbar {
35854
- padding-top: 0;
35862
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr:hover + tr,
35863
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-hovered + tr {
35864
+ border-color: var(--Table-onHover-borderColor);
35855
35865
  }
35856
35866
 
35857
- .amis-scope .a-List-heading {
35858
- padding: var(--gap-xs) 0;
35867
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-checked {
35868
+ background: var(--Table-onChecked-bg);
35869
+ border-color: var(--Table-onChecked-borderColor);
35870
+ color: var(--Table-onChecked-color);
35859
35871
  }
35860
35872
 
35861
- .amis-scope .a-List-fixedTop {
35862
- position: absolute;
35863
- background: var(--white);
35864
- z-index: -1;
35865
- opacity: 0;
35866
- box-shadow: var(--List-fixedTop-boxShadow);
35873
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-checked + tr {
35874
+ border-color: var(--Table-onChecked-borderColor);
35867
35875
  }
35868
35876
 
35869
- .amis-scope .a-List-fixedTop.in {
35870
- position: fixed;
35871
- opacity: 1;
35872
- z-index: 900;
35877
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-moved,
35878
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-modified {
35879
+ background: var(--Table-onModified-bg);
35880
+ border-color: var(--Table-onModified-borderColor);
35881
+ color: var(--Table-onModified-color);
35873
35882
  }
35874
35883
 
35875
- .amis-scope .a-List-fixedTop .a-Cards-toolbar {
35876
- margin-bottom: 0;
35884
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-moved + tr,
35885
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-modified + tr {
35886
+ border-color: var(--Table-onModified-borderColor);
35877
35887
  }
35878
35888
 
35879
- .amis-scope .a-List-fixedTop:empty {
35880
- display: none;
35889
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-summary {
35890
+ background: var(--Table-thead-bg);
35891
+ color: var(--Table-thead-color);
35892
+ font-weight: var(--fontWeightNormal);
35881
35893
  }
35882
35894
 
35883
- .amis-scope .a-List--unsaved .a-List-heading {
35884
- background: var(--List--unsaved-heading-bg);
35885
- color: var(--List--unsaved-heading-color);
35886
- padding: var(--gap-xs) var(--gap-sm);
35887
- margin-bottom: var(--gap-sm);
35895
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light {
35896
+ background-color: #edf1f2;
35897
+ color: #58666e;
35888
35898
  }
35889
35899
 
35890
- .amis-scope .a-List-dragTip {
35891
- width: 100%;
35892
- color: var(--info);
35893
- clear: both;
35894
- margin-top: var(--gap-xs);
35900
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.lt,
35901
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .lt {
35902
+ background: #f3f5f6;
35895
35903
  }
35896
35904
 
35897
- .amis-scope .a-List-placeholder {
35898
- color: var(--text--muted-color);
35899
- text-align: center;
35900
- min-height: var(--List-placeholder-height);
35901
- line-height: var(--List-placeholder-height);
35905
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.lter,
35906
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .lter {
35907
+ background: #f6f8f8;
35902
35908
  }
35903
35909
 
35904
- .amis-scope .a-ListGroup {
35905
- max-width: 25rem;
35906
- display: flex;
35907
- flex-direction: column;
35910
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.dk,
35911
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .dk {
35912
+ background: #e4eaec;
35908
35913
  }
35909
35914
 
35910
- .amis-scope .a-ListGroup-item {
35911
- position: relative;
35912
- display: block;
35913
- padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
35914
- margin-bottom: -0.0625rem;
35915
- background: var(--white);
35916
- border: var(--ListItem-borderWidth) solid var(--List-borderColor);
35915
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.dker,
35916
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .dker {
35917
+ background: #dde6e9;
35917
35918
  }
35918
35919
 
35919
- .amis-scope .a-ListGroup-item:first-child {
35920
- border-top-left-radius: var(--borderRadius);
35921
- border-top-right-radius: var(--borderRadius);
35920
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light.bg,
35921
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-light .bg {
35922
+ background-color: #edf1f2;
35922
35923
  }
35923
35924
 
35924
- .amis-scope .a-ListGroup-item:last-child {
35925
- border-bottom-left-radius: var(--borderRadius);
35926
- border-bottom-right-radius: var(--borderRadius);
35927
- margin-bottom: 0;
35925
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark {
35926
+ background-color: #3a3f51;
35927
+ color: #a6a8b1;
35928
35928
  }
35929
35929
 
35930
- .amis-scope .a-ListGroup-item:hover {
35931
- z-index: 1;
35930
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.lt,
35931
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .lt {
35932
+ background: #474c5e;
35932
35933
  }
35933
35934
 
35934
- .amis-scope .a-ListGroup-item.is-active {
35935
- z-index: 2;
35935
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.lter,
35936
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .lter {
35937
+ background: #54596a;
35936
35938
  }
35937
35939
 
35938
- .amis-scope .a-ListGroup-item.is-disabled {
35939
- color: var(--text--muted-color);
35940
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.dk,
35941
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .dk {
35942
+ background: #2e3344;
35940
35943
  }
35941
35944
 
35942
- .amis-scope .a-ListGroup--expanded .a-ListGroup-item {
35943
- border-radius: var(--borderRadius);
35944
- margin-bottom: var(--gap-sm);
35945
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.dker,
35946
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .dker {
35947
+ background: #232735;
35945
35948
  }
35946
35949
 
35947
- .amis-scope .a-ListGroup--expanded .a-ListGroup-item:last-child {
35948
- margin-bottom: 0;
35950
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark.bg,
35951
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .bg {
35952
+ background-color: #3a3f51;
35949
35953
  }
35950
35954
 
35951
- .amis-scope .a-ListItem {
35952
- position: relative;
35953
- display: block;
35954
- padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
35955
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark a,
35956
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .a-Button--link {
35957
+ color: #c1c3c9;
35955
35958
  }
35956
35959
 
35957
- .amis-scope .a-ListItem::before,
35958
- .amis-scope .a-ListItem::after {
35959
- display: table;
35960
- content: "";
35960
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark a:hover,
35961
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .a-Button--link:hover {
35962
+ color: #fff;
35961
35963
  }
35962
35964
 
35963
- .amis-scope .a-ListItem::after {
35964
- clear: both;
35965
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .open > a,
35966
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .open > a:hover,
35967
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .open > a:focus {
35968
+ color: #fff;
35965
35969
  }
35966
35970
 
35967
- .amis-scope .a-ListItem + .a-ListItem {
35968
- border-top: var(--ListItem-borderWidth) solid var(--ListItem-borderColor);
35971
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .text-muted {
35972
+ color: #414c52 !important;
35969
35973
  }
35970
35974
 
35971
- .amis-scope .a-ListItem:nth-child(even) {
35972
- background: var(--ListItem--strip-bg);
35975
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-dark .text-lt {
35976
+ color: #99a6ad !important;
35973
35977
  }
35974
35978
 
35975
- .amis-scope .a-ListItem-checkBtn {
35976
- float: left;
35977
- margin-right: var(--gap-sm);
35979
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black {
35980
+ background-color: #1c2b36;
35981
+ color: #7793a7;
35978
35982
  }
35979
35983
 
35980
- .amis-scope .a-ListItem-dragBtn {
35981
- cursor: move;
35982
- float: left;
35983
- margin-right: var(--gap-sm);
35984
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.lt,
35985
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .lt {
35986
+ background: #263845;
35984
35987
  }
35985
35988
 
35986
- .amis-scope .a-ListItem-actions {
35987
- float: right;
35989
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.lter,
35990
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .lter {
35991
+ background: #314554;
35988
35992
  }
35989
35993
 
35990
- .amis-scope .a-ListItem--actions-at-left .a-ListItem-actions {
35991
- float: left;
35992
- margin-right: var(--gap-base);
35994
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.dk,
35995
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .dk {
35996
+ background: #131e26;
35993
35997
  }
35994
35998
 
35995
- .amis-scope .a-ListItem-title {
35996
- margin: 0;
35997
- padding: 0;
35998
- font-size: var(--fontSizeBase);
35999
- color: var(--text--loud-color);
36000
- font-weight: var(--fontWeightNormal);
35999
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.dker,
36000
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .dker {
36001
+ background: #0a1015;
36001
36002
  }
36002
36003
 
36003
- .amis-scope .a-ListItem-content {
36004
- overflow: hidden;
36004
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black.bg,
36005
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .bg {
36006
+ background-color: #1c2b36;
36005
36007
  }
36006
36008
 
36007
- .amis-scope .a-ListItem-field {
36008
- position: relative;
36009
- display: flex;
36010
- flex-wrap: nowrap;
36009
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black a,
36010
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .a-Button--link {
36011
+ color: #96abbb;
36011
36012
  }
36012
36013
 
36013
- .amis-scope .a-ListItem-fieldValue {
36014
- position: relative;
36015
- flex-basis: 0;
36016
- flex-grow: 1;
36017
- max-width: 100%;
36018
- width: 0;
36019
- overflow: hidden;
36020
- text-overflow: ellipsis;
36014
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black a:hover,
36015
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .a-Button--link:hover {
36016
+ color: #fff;
36021
36017
  }
36022
36018
 
36023
- .amis-scope .a-ListItem-fieldLabel {
36024
- width: 9.375rem;
36025
- color: var(--text--muted-color);
36019
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .open > a,
36020
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .open > a:hover,
36021
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .open > a:focus {
36022
+ color: #fff;
36026
36023
  }
36027
36024
 
36028
- .amis-scope .a-ListItem.is-checked {
36029
- background: var(--ListItem-onChecked-bg);
36030
- border-color: var(--ListItem-onChecked-borderColor);
36031
- color: var(--ListItem-onChecked-color);
36025
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .text-muted {
36026
+ color: #414c52 !important;
36032
36027
  }
36033
36028
 
36034
- .amis-scope .a-ListItem.is-checked + .a-ListItem {
36035
- border-color: var(--ListItem-onChecked-borderColor);
36029
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-black .text-lt {
36030
+ color: #99a6ad !important;
36036
36031
  }
36037
36032
 
36038
- .amis-scope .a-ListItem.is-checked .a-ListItem-fieldLabel {
36039
- color: var(--ListItem-onChecked-fieldLabel-color);
36033
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary {
36034
+ background-color: #7266ba;
36035
+ color: #f4f3f9;
36040
36036
  }
36041
36037
 
36042
- .amis-scope .a-ListItem.is-modified,
36043
- .amis-scope .a-ListItem.is-moved {
36044
- background: var(--ListItem-onModified-bg);
36045
- border-color: var(--ListItem-onModified-borderColor);
36046
- color: var(--ListItem-onModified-color);
36038
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.lt,
36039
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .lt {
36040
+ background: #847abf;
36047
36041
  }
36048
36042
 
36049
- .amis-scope .a-ListItem.is-modified + .a-ListItem,
36050
- .amis-scope .a-ListItem.is-moved + .a-ListItem {
36051
- border-color: var(--ListItem-onModified-borderColor);
36043
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.lter,
36044
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .lter {
36045
+ background: #958dc6;
36052
36046
  }
36053
36047
 
36054
- .amis-scope .a-ListItem.is-modified .a-ListItem-fieldLabel,
36055
- .amis-scope .a-ListItem.is-moved .a-ListItem-fieldLabel {
36056
- color: var(--ListItem-onModified-fieldLabel-color);
36048
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.dk,
36049
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .dk {
36050
+ background: #6051b5;
36057
36051
  }
36058
36052
 
36059
- .amis-scope .a-ListItem.is-dragging {
36060
- opacity: var(--ListItem-onDragging-opacity);
36053
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.dker,
36054
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .dker {
36055
+ background: #5244a9;
36061
36056
  }
36062
36057
 
36063
- .amis-scope .a-ListItem--hasItemAction {
36064
- cursor: pointer;
36058
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary.bg,
36059
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .bg {
36060
+ background-color: #7266ba;
36065
36061
  }
36066
36062
 
36067
- .amis-scope .a-ListItem--hasItemAction:hover {
36068
- color: var(--ListMenu-item--onHover-color);
36069
- background: var(--ListMenu-item--onHover-bg);
36063
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary a,
36064
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .a-Button--link {
36065
+ color: white;
36070
36066
  }
36071
36067
 
36072
- .amis-scope .a-Cards-toolbar {
36073
- margin: 0 var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
36068
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary a:hover,
36069
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .a-Button--link:hover {
36070
+ color: #fff;
36074
36071
  }
36075
36072
 
36076
- .amis-scope .a-Cards-toolbar::before,
36077
- .amis-scope .a-Cards-toolbar::after {
36078
- display: table;
36079
- content: "";
36073
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .open > a,
36074
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .open > a:hover,
36075
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .open > a:focus {
36076
+ color: #fff;
36080
36077
  }
36081
36078
 
36082
- .amis-scope .a-Cards-toolbar::after {
36083
- clear: both;
36079
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .text-muted {
36080
+ color: #414c52 !important;
36084
36081
  }
36085
36082
 
36086
- .amis-scope .a-Cards-actions {
36087
- display: inline-block;
36083
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-primary .text-lt {
36084
+ color: #99a6ad !important;
36088
36085
  }
36089
36086
 
36090
- .amis-scope .a-Cards-actions > * {
36091
- margin-right: var(--Crud-toolbar-gap);
36087
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success {
36088
+ background-color: #27c24c;
36089
+ color: #c6efd0;
36092
36090
  }
36093
36091
 
36094
- .amis-scope .a-Cards-heading {
36095
- padding: var(--gap-xs) 0;
36092
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.lt,
36093
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .lt {
36094
+ background: #31d257;
36096
36095
  }
36097
36096
 
36098
- .amis-scope .a-Cards-header {
36099
- padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
36097
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.lter,
36098
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .lter {
36099
+ background: #48d46a;
36100
36100
  }
36101
36101
 
36102
- .amis-scope .a-Cards-header > * + .a-Button,
36103
- .amis-scope .a-Cards-header > * + .a-ButtonGroup,
36104
- .amis-scope .a-Cards-header > * + .a-ButtonToolbar {
36105
- margin-left: var(--Crud-toolbar-gap);
36102
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.dk,
36103
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .dk {
36104
+ background: #20af42;
36106
36105
  }
36107
36106
 
36108
- .amis-scope .a-Cards-header + .a-Cards-toolbar {
36109
- padding-top: 0;
36107
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.dker,
36108
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .dker {
36109
+ background: #1a9c39;
36110
36110
  }
36111
36111
 
36112
- .amis-scope .a-Cards-fixedTop {
36113
- position: absolute;
36114
- background: var(--white);
36115
- z-index: -1;
36116
- opacity: 0;
36117
- box-shadow: var(--Cards-fixedTop-boxShadow);
36118
- padding: var(--gap-sm);
36112
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success.bg,
36113
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .bg {
36114
+ background-color: #27c24c;
36119
36115
  }
36120
36116
 
36121
- .amis-scope .a-Cards-fixedTop.in {
36122
- position: fixed;
36123
- opacity: 1;
36124
- z-index: 900;
36117
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success a,
36118
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .a-Button--link {
36119
+ color: #eefaf1;
36125
36120
  }
36126
36121
 
36127
- .amis-scope .a-Cards-fixedTop .a-Cards-toolbar {
36128
- margin-bottom: 0;
36122
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success a:hover,
36123
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .a-Button--link:hover {
36124
+ color: #fff;
36125
+ }
36126
+
36127
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .open > a,
36128
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .open > a:hover,
36129
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .open > a:focus {
36130
+ color: #fff;
36131
+ }
36132
+
36133
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .text-muted {
36134
+ color: #414c52 !important;
36135
+ }
36136
+
36137
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-success .text-lt {
36138
+ color: #99a6ad !important;
36139
+ }
36140
+
36141
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info {
36142
+ background-color: #23b7e5;
36143
+ color: #dcf2f8;
36144
+ }
36145
+
36146
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.lt,
36147
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .lt {
36148
+ background: #3dbde5;
36149
+ }
36150
+
36151
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.lter,
36152
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .lter {
36153
+ background: #55c3e6;
36154
+ }
36155
+
36156
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.dk,
36157
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .dk {
36158
+ background: #16aad8;
36159
+ }
36160
+
36161
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.dker,
36162
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .dker {
36163
+ background: #1199c4;
36164
+ }
36165
+
36166
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info.bg,
36167
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .bg {
36168
+ background-color: #23b7e5;
36169
+ }
36170
+
36171
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info a,
36172
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .a-Button--link {
36173
+ color: white;
36174
+ }
36175
+
36176
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info a:hover,
36177
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .a-Button--link:hover {
36178
+ color: #fff;
36179
+ }
36180
+
36181
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .open > a,
36182
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .open > a:hover,
36183
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .open > a:focus {
36184
+ color: #fff;
36185
+ }
36186
+
36187
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .text-muted {
36188
+ color: #414c52 !important;
36189
+ }
36190
+
36191
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-info .text-lt {
36192
+ color: #99a6ad !important;
36193
+ }
36194
+
36195
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning {
36196
+ background-color: #fad733;
36197
+ color: #fffefa;
36198
+ }
36199
+
36200
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.lt,
36201
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .lt {
36202
+ background: #f8da4e;
36203
+ }
36204
+
36205
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.lter,
36206
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .lter {
36207
+ background: #f7de69;
36208
+ }
36209
+
36210
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.dk,
36211
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .dk {
36212
+ background: #fcd417;
36213
+ }
36214
+
36215
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.dker,
36216
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .dker {
36217
+ background: #face00;
36218
+ }
36219
+
36220
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning.bg,
36221
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .bg {
36222
+ background-color: #fad733;
36223
+ }
36224
+
36225
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning a,
36226
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .a-Button--link {
36227
+ color: white;
36228
+ }
36229
+
36230
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning a:hover,
36231
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .a-Button--link:hover {
36232
+ color: #fff;
36233
+ }
36234
+
36235
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .open > a,
36236
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .open > a:hover,
36237
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .open > a:focus {
36238
+ color: #fff;
36239
+ }
36240
+
36241
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .text-muted {
36242
+ color: #414c52 !important;
36243
+ }
36244
+
36245
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-warning .text-lt {
36246
+ color: #99a6ad !important;
36247
+ }
36248
+
36249
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger {
36250
+ background-color: #f05050;
36251
+ color: white;
36252
+ }
36253
+
36254
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.lt,
36255
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .lt {
36256
+ background: #f06a6a;
36257
+ }
36258
+
36259
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.lter,
36260
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .lter {
36261
+ background: #f18282;
36262
+ }
36263
+
36264
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.dk,
36265
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .dk {
36266
+ background: #f13636;
36267
+ }
36268
+
36269
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.dker,
36270
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .dker {
36271
+ background: #f21b1b;
36272
+ }
36273
+
36274
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger.bg,
36275
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .bg {
36276
+ background-color: #f05050;
36277
+ }
36278
+
36279
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger a,
36280
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .a-Button--link {
36281
+ color: white;
36282
+ }
36283
+
36284
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger a:hover,
36285
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .a-Button--link:hover {
36286
+ color: #fff;
36287
+ }
36288
+
36289
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .open > a,
36290
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .open > a:hover,
36291
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .open > a:focus {
36292
+ color: #fff;
36293
+ }
36294
+
36295
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .text-muted {
36296
+ color: #414c52 !important;
36297
+ }
36298
+
36299
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.bg-danger .text-lt {
36300
+ color: #99a6ad !important;
36301
+ }
36302
+
36303
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-dragging {
36304
+ opacity: var(--Table-onDragging-opacity);
36305
+ }
36306
+
36307
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th.is-expanded .a-Table-expandCell:before {
36308
+ right: -0.6875rem;
36309
+ }
36310
+
36311
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandBtn {
36312
+ position: relative;
36313
+ right: -1.125rem;
36314
+ }
36315
+
36316
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td {
36317
+ position: relative;
36318
+ padding-left: 1.125rem;
36319
+ }
36320
+
36321
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td::before {
36322
+ content: "";
36323
+ position: absolute;
36324
+ width: 0.0625rem;
36325
+ top: 0;
36326
+ bottom: 0;
36327
+ left: -0.5rem;
36328
+ height: auto;
36329
+ background: var(--Table-tree-borderColor);
36330
+ }
36331
+
36332
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td::after {
36333
+ content: "";
36334
+ position: absolute;
36335
+ height: 0.0625rem;
36336
+ top: 50%;
36337
+ left: -0.5rem;
36338
+ width: 0.625rem;
36339
+ background: var(--Table-tree-borderColor);
36340
+ }
36341
+
36342
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th.is-expandable .a-Table-expandCell + td {
36343
+ padding-left: 1.125rem;
36344
+ }
36345
+
36346
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--2th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36347
+ height: 50%;
36348
+ bottom: auto;
36349
+ }
36350
+
36351
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th.is-expanded .a-Table-expandCell:before {
36352
+ right: -1.8125rem;
36353
+ }
36354
+
36355
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandBtn {
36356
+ position: relative;
36357
+ right: -2.25rem;
36358
+ }
36359
+
36360
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td {
36361
+ position: relative;
36362
+ padding-left: 2.25rem;
36363
+ }
36364
+
36365
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td::before {
36366
+ content: "";
36367
+ position: absolute;
36368
+ width: 0.0625rem;
36369
+ top: 0;
36370
+ bottom: 0;
36371
+ left: 0.625rem;
36372
+ height: auto;
36373
+ background: var(--Table-tree-borderColor);
36374
+ }
36375
+
36376
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td::after {
36377
+ content: "";
36378
+ position: absolute;
36379
+ height: 0.0625rem;
36380
+ top: 50%;
36381
+ left: 0.625rem;
36382
+ width: 0.625rem;
36383
+ background: var(--Table-tree-borderColor);
36384
+ }
36385
+
36386
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th.is-expandable .a-Table-expandCell + td {
36387
+ padding-left: 2.25rem;
36388
+ }
36389
+
36390
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--3th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36391
+ height: 50%;
36392
+ bottom: auto;
36393
+ }
36394
+
36395
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th.is-expanded .a-Table-expandCell:before {
36396
+ right: -2.9375rem;
36397
+ }
36398
+
36399
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandBtn {
36400
+ position: relative;
36401
+ right: -3.375rem;
36402
+ }
36403
+
36404
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td {
36405
+ position: relative;
36406
+ padding-left: 3.375rem;
36407
+ }
36408
+
36409
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td::before {
36410
+ content: "";
36411
+ position: absolute;
36412
+ width: 0.0625rem;
36413
+ top: 0;
36414
+ bottom: 0;
36415
+ left: 1.75rem;
36416
+ height: auto;
36417
+ background: var(--Table-tree-borderColor);
36418
+ }
36419
+
36420
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td::after {
36421
+ content: "";
36422
+ position: absolute;
36423
+ height: 0.0625rem;
36424
+ top: 50%;
36425
+ left: 1.75rem;
36426
+ width: 0.625rem;
36427
+ background: var(--Table-tree-borderColor);
36428
+ }
36429
+
36430
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th.is-expandable .a-Table-expandCell + td {
36431
+ padding-left: 3.375rem;
36432
+ }
36433
+
36434
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--4th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36435
+ height: 50%;
36436
+ bottom: auto;
36437
+ }
36438
+
36439
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th.is-expanded .a-Table-expandCell:before {
36440
+ right: -4.0625rem;
36441
+ }
36442
+
36443
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandBtn {
36444
+ position: relative;
36445
+ right: -4.5rem;
36446
+ }
36447
+
36448
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td {
36449
+ position: relative;
36450
+ padding-left: 4.5rem;
36451
+ }
36452
+
36453
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td::before {
36454
+ content: "";
36455
+ position: absolute;
36456
+ width: 0.0625rem;
36457
+ top: 0;
36458
+ bottom: 0;
36459
+ left: 2.875rem;
36460
+ height: auto;
36461
+ background: var(--Table-tree-borderColor);
36462
+ }
36463
+
36464
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td::after {
36465
+ content: "";
36466
+ position: absolute;
36467
+ height: 0.0625rem;
36468
+ top: 50%;
36469
+ left: 2.875rem;
36470
+ width: 0.625rem;
36471
+ background: var(--Table-tree-borderColor);
36472
+ }
36473
+
36474
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th.is-expandable .a-Table-expandCell + td {
36475
+ padding-left: 4.5rem;
36476
+ }
36477
+
36478
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--5th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36479
+ height: 50%;
36480
+ bottom: auto;
36481
+ }
36482
+
36483
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th.is-expanded .a-Table-expandCell:before {
36484
+ right: -5.1875rem;
36485
+ }
36486
+
36487
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandBtn {
36488
+ position: relative;
36489
+ right: -5.625rem;
36490
+ }
36491
+
36492
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td {
36493
+ position: relative;
36494
+ padding-left: 5.625rem;
36495
+ }
36496
+
36497
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td::before {
36498
+ content: "";
36499
+ position: absolute;
36500
+ width: 0.0625rem;
36501
+ top: 0;
36502
+ bottom: 0;
36503
+ left: 4rem;
36504
+ height: auto;
36505
+ background: var(--Table-tree-borderColor);
36506
+ }
36507
+
36508
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td::after {
36509
+ content: "";
36510
+ position: absolute;
36511
+ height: 0.0625rem;
36512
+ top: 50%;
36513
+ left: 4rem;
36514
+ width: 0.625rem;
36515
+ background: var(--Table-tree-borderColor);
36516
+ }
36517
+
36518
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th.is-expandable .a-Table-expandCell + td {
36519
+ padding-left: 5.625rem;
36520
+ }
36521
+
36522
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--6th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36523
+ height: 50%;
36524
+ bottom: auto;
36525
+ }
36526
+
36527
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th.is-expanded .a-Table-expandCell:before {
36528
+ right: -6.3125rem;
36529
+ }
36530
+
36531
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandBtn {
36532
+ position: relative;
36533
+ right: -6.75rem;
36534
+ }
36535
+
36536
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td {
36537
+ position: relative;
36538
+ padding-left: 6.75rem;
36539
+ }
36540
+
36541
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td::before {
36542
+ content: "";
36543
+ position: absolute;
36544
+ width: 0.0625rem;
36545
+ top: 0;
36546
+ bottom: 0;
36547
+ left: 5.125rem;
36548
+ height: auto;
36549
+ background: var(--Table-tree-borderColor);
36550
+ }
36551
+
36552
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td::after {
36553
+ content: "";
36554
+ position: absolute;
36555
+ height: 0.0625rem;
36556
+ top: 50%;
36557
+ left: 5.125rem;
36558
+ width: 0.625rem;
36559
+ background: var(--Table-tree-borderColor);
36560
+ }
36561
+
36562
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th.is-expandable .a-Table-expandCell + td {
36563
+ padding-left: 6.75rem;
36564
+ }
36565
+
36566
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--7th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36567
+ height: 50%;
36568
+ bottom: auto;
36569
+ }
36570
+
36571
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th.is-expanded .a-Table-expandCell:before {
36572
+ right: -7.4375rem;
36573
+ }
36574
+
36575
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandBtn {
36576
+ position: relative;
36577
+ right: -7.875rem;
36578
+ }
36579
+
36580
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td {
36581
+ position: relative;
36582
+ padding-left: 7.875rem;
36583
+ }
36584
+
36585
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td::before {
36586
+ content: "";
36587
+ position: absolute;
36588
+ width: 0.0625rem;
36589
+ top: 0;
36590
+ bottom: 0;
36591
+ left: 6.25rem;
36592
+ height: auto;
36593
+ background: var(--Table-tree-borderColor);
36594
+ }
36595
+
36596
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td::after {
36597
+ content: "";
36598
+ position: absolute;
36599
+ height: 0.0625rem;
36600
+ top: 50%;
36601
+ left: 6.25rem;
36602
+ width: 0.625rem;
36603
+ background: var(--Table-tree-borderColor);
36604
+ }
36605
+
36606
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th.is-expandable .a-Table-expandCell + td {
36607
+ padding-left: 7.875rem;
36608
+ }
36609
+
36610
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--8th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36611
+ height: 50%;
36612
+ bottom: auto;
36613
+ }
36614
+
36615
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th.is-expanded .a-Table-expandCell:before {
36616
+ right: -8.5625rem;
36617
+ }
36618
+
36619
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandBtn {
36620
+ position: relative;
36621
+ right: -9rem;
36622
+ }
36623
+
36624
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td {
36625
+ position: relative;
36626
+ padding-left: 9rem;
36627
+ }
36628
+
36629
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td::before {
36630
+ content: "";
36631
+ position: absolute;
36632
+ width: 0.0625rem;
36633
+ top: 0;
36634
+ bottom: 0;
36635
+ left: 7.375rem;
36636
+ height: auto;
36637
+ background: var(--Table-tree-borderColor);
36638
+ }
36639
+
36640
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td::after {
36641
+ content: "";
36642
+ position: absolute;
36643
+ height: 0.0625rem;
36644
+ top: 50%;
36645
+ left: 7.375rem;
36646
+ width: 0.625rem;
36647
+ background: var(--Table-tree-borderColor);
36648
+ }
36649
+
36650
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th.is-expandable .a-Table-expandCell + td {
36651
+ padding-left: 9rem;
36652
+ }
36653
+
36654
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--9th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36655
+ height: 50%;
36656
+ bottom: auto;
36657
+ }
36658
+
36659
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th.is-expanded .a-Table-expandCell:before {
36660
+ right: -9.6875rem;
36661
+ }
36662
+
36663
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandBtn {
36664
+ position: relative;
36665
+ right: -10.125rem;
36666
+ }
36667
+
36668
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td {
36669
+ position: relative;
36670
+ padding-left: 10.125rem;
36671
+ }
36672
+
36673
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td::before {
36674
+ content: "";
36675
+ position: absolute;
36676
+ width: 0.0625rem;
36677
+ top: 0;
36678
+ bottom: 0;
36679
+ left: 8.5rem;
36680
+ height: auto;
36681
+ background: var(--Table-tree-borderColor);
36682
+ }
36683
+
36684
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td::after {
36685
+ content: "";
36686
+ position: absolute;
36687
+ height: 0.0625rem;
36688
+ top: 50%;
36689
+ left: 8.5rem;
36690
+ width: 0.625rem;
36691
+ background: var(--Table-tree-borderColor);
36692
+ }
36693
+
36694
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th.is-expandable .a-Table-expandCell + td {
36695
+ padding-left: 10.125rem;
36696
+ }
36697
+
36698
+ .amis-scope .a-Table-v2 .a-Table-table tr.a-Table-tr--10th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
36699
+ height: 50%;
36700
+ bottom: auto;
36701
+ }
36702
+
36703
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-checkCell,
36704
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-checkCell {
36705
+ border-right: 0;
36706
+ white-space: nowrap;
36707
+ }
36708
+
36709
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-checkCell .a-Checkbox,
36710
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-checkCell .a-Checkbox {
36711
+ margin: 0;
36712
+ }
36713
+
36714
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-expandCell,
36715
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell {
36716
+ border-right: 0;
36717
+ width: 0.0625rem;
36718
+ padding-right: 0;
36719
+ }
36720
+
36721
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-dragCell,
36722
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-dragCell {
36723
+ border-right: 0;
36724
+ width: 0.0625rem;
36725
+ padding-right: 0;
36726
+ cursor: move;
36727
+ }
36728
+
36729
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-dragCell > svg,
36730
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-dragCell > svg {
36731
+ vertical-align: middle;
36732
+ }
36733
+
36734
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell {
36735
+ position: relative;
36736
+ }
36737
+
36738
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-1 {
36739
+ position: absolute;
36740
+ width: 0.0625rem;
36741
+ top: 0;
36742
+ bottom: 0;
36743
+ height: 100%;
36744
+ background: var(--Table-tree-borderColor);
36745
+ right: 0.4375rem;
36746
+ }
36747
+
36748
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-2 {
36749
+ position: absolute;
36750
+ width: 0.0625rem;
36751
+ top: 0;
36752
+ bottom: 0;
36753
+ height: 100%;
36754
+ background: var(--Table-tree-borderColor);
36755
+ right: -0.6875rem;
36756
+ }
36757
+
36758
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-3 {
36759
+ position: absolute;
36760
+ width: 0.0625rem;
36761
+ top: 0;
36762
+ bottom: 0;
36763
+ height: 100%;
36764
+ background: var(--Table-tree-borderColor);
36765
+ right: -1.8125rem;
36766
+ }
36767
+
36768
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-4 {
36769
+ position: absolute;
36770
+ width: 0.0625rem;
36771
+ top: 0;
36772
+ bottom: 0;
36773
+ height: 100%;
36774
+ background: var(--Table-tree-borderColor);
36775
+ right: -2.9375rem;
36776
+ }
36777
+
36778
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-5 {
36779
+ position: absolute;
36780
+ width: 0.0625rem;
36781
+ top: 0;
36782
+ bottom: 0;
36783
+ height: 100%;
36784
+ background: var(--Table-tree-borderColor);
36785
+ right: -4.0625rem;
36786
+ }
36787
+
36788
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-6 {
36789
+ position: absolute;
36790
+ width: 0.0625rem;
36791
+ top: 0;
36792
+ bottom: 0;
36793
+ height: 100%;
36794
+ background: var(--Table-tree-borderColor);
36795
+ right: -5.1875rem;
36796
+ }
36797
+
36798
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-7 {
36799
+ position: absolute;
36800
+ width: 0.0625rem;
36801
+ top: 0;
36802
+ bottom: 0;
36803
+ height: 100%;
36804
+ background: var(--Table-tree-borderColor);
36805
+ right: -6.3125rem;
36806
+ }
36807
+
36808
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-expanded > td.a-Table-expandCell::before {
36809
+ content: "";
36810
+ position: absolute;
36811
+ width: 0.0625rem;
36812
+ top: 50%;
36813
+ bottom: 0;
36814
+ right: 0.4375rem;
36815
+ height: auto;
36816
+ background: var(--Table-tree-borderColor);
36817
+ }
36818
+
36819
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-TableCell--sortable {
36820
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
36821
+ position: relative;
36822
+ }
36823
+
36824
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-TableCell--searchable {
36825
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
36826
+ position: relative;
36827
+ }
36828
+
36829
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-TableCell--filterable {
36830
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
36831
+ position: relative;
36832
+ }
36833
+
36834
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-row-disabled {
36835
+ background: var(--TableRow-onDisabled-bg);
36836
+ color: var(--TableRow-onDisabled-color);
36837
+ }
36838
+
36839
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-row-hover {
36840
+ background: var(--Table-onHover-bg);
36841
+ border-color: var(--Table-onHover-borderColor);
36842
+ color: var(--Table-onHover-color);
36843
+ }
36844
+
36845
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-cell-fix-left-last:after,
36846
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-left-last:after,
36847
+ .amis-scope .a-Table-v2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-left-last:after {
36848
+ position: absolute;
36849
+ top: 0;
36850
+ right: 0;
36851
+ bottom: -1px;
36852
+ width: 30px;
36853
+ transform: translate(100%);
36854
+ transition: box-shadow 0.3s;
36855
+ content: "";
36856
+ pointer-events: none;
36857
+ }
36858
+
36859
+ .amis-scope .a-Table-v2 .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first:after,
36860
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-right-first:after,
36861
+ .amis-scope .a-Table-v2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-last:after {
36862
+ position: absolute;
36863
+ top: 0;
36864
+ bottom: -1px;
36865
+ left: 0;
36866
+ width: 30px;
36867
+ transform: translate(-100%);
36868
+ transition: box-shadow 0.3s;
36869
+ content: "";
36870
+ pointer-events: none;
36871
+ }
36872
+
36873
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-cell-expand-icon-cell {
36874
+ text-align: center;
36875
+ }
36876
+
36877
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr > td.a-Table-cell-expand-icon-cell .a-Table-row-indent {
36878
+ height: 1px;
36879
+ }
36880
+
36881
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-expanded-row > td {
36882
+ background: var(--Table-onHover-bg);
36883
+ }
36884
+
36885
+ .amis-scope .a-Table-v2 .a-Table-table > tfoot > tr {
36886
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
36887
+ }
36888
+
36889
+ .amis-scope .a-Table-v2 .a-Table-table > tfoot > tr > td {
36890
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
36891
+ background: var(--Table-thead-bg);
36892
+ }
36893
+
36894
+ .amis-scope .a-Table-v2 .a-Table-container .a-Table-header {
36895
+ padding: 0;
36896
+ }
36897
+
36898
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > thead > tr > th.a-Table-cell-fix-left-last:after,
36899
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > tbody > tr > td.a-Table-cell-fix-left-last:after,
36900
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > tfoot > tr > td.a-Table-cell-fix-left-last:after {
36901
+ box-shadow: var(--Table-fixedLeftLast-boxShadow);
36902
+ }
36903
+
36904
+ .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 {
36905
+ border-right: none;
36906
+ }
36907
+
36908
+ .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) {
36909
+ background: #FFF;
36910
+ }
36911
+
36912
+ .amis-scope .a-Table-v2.a-Table-ping-left .a-Table-table > tfoot > tr > td:not(:last-child).a-Table-cell-fix-left-last {
36913
+ border-right: none;
36914
+ }
36915
+
36916
+ .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 {
36917
+ border-right: none;
36918
+ }
36919
+
36920
+ .amis-scope .a-Table-v2.a-Table-ping-right .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first:after,
36921
+ .amis-scope .a-Table-v2.a-Table-ping-right .a-Table-table > tbody > tr > td.a-Table-cell-fix-right-first:after,
36922
+ .amis-scope .a-Table-v2.a-Table-ping-right .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-first:after {
36923
+ box-shadow: var(--Table-fixedRightFirst-boxShadow);
36924
+ }
36925
+
36926
+ .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 {
36927
+ border-right: none;
36928
+ }
36929
+
36930
+ .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) {
36931
+ background: #FFF;
36932
+ }
36933
+
36934
+ .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 {
36935
+ border-right: none;
36936
+ }
36937
+
36938
+ .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 {
36939
+ border-right: none;
36940
+ }
36941
+
36942
+ .amis-scope .a-Table-v2.a-Table-resizable .a-Table-table > thead > tr > th {
36943
+ position: relative;
36944
+ }
36945
+
36946
+ .amis-scope .a-Table-v2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable {
36947
+ position: absolute;
36948
+ width: 1px;
36949
+ right: 0;
36950
+ top: 0;
36951
+ bottom: 0;
36952
+ cursor: col-resize;
36953
+ }
36954
+
36955
+ .amis-scope .a-Table-v2 .a-Table-loading {
36956
+ padding: var(--Table-loading-padding);
36957
+ text-align: center;
36958
+ }
36959
+
36960
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn {
36961
+ cursor: pointer;
36962
+ width: var(--TableCell-sortBtn-width);
36963
+ height: var(--gap-md);
36964
+ position: static;
36965
+ display: inline-block;
36966
+ transform: none;
36967
+ color: var(--icon-color);
36968
+ margin-left: var(--TableCell-icon-gap);
36969
+ }
36970
+
36971
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn:hover {
36972
+ color: var(--icon-onHover-color);
36973
+ }
36974
+
36975
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--up > svg,
36976
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--down > svg,
36977
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default > svg {
36978
+ color: inherit;
36979
+ width: 13px;
36980
+ height: 13px;
36981
+ }
36982
+
36983
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--up,
36984
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--down,
36985
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default {
36986
+ display: none;
36987
+ z-index: 2;
36988
+ font-style: normal;
36989
+ }
36990
+
36991
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--up.is-active,
36992
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--down.is-active,
36993
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default.is-active {
36994
+ display: inline-block;
36995
+ }
36996
+
36997
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default.is-active {
36998
+ color: var(--text--muted-color);
36999
+ }
37000
+
37001
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--default.is-active:hover {
37002
+ color: var(--text-color);
37003
+ }
37004
+
37005
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--up.is-active,
37006
+ .amis-scope .a-Table-v2 .a-TableCell-sortBtn--down.is-active {
37007
+ color: var(--TableCell-sortBtn--onActive-color);
37008
+ }
37009
+
37010
+ .amis-scope .a-Table-v2 .a-TableCell-searchBtn {
37011
+ cursor: pointer;
37012
+ position: static;
37013
+ transform: translateY(-50%);
37014
+ color: var(--text--muted-color);
37015
+ margin-left: var(--TableCell-icon-gap);
37016
+ }
37017
+
37018
+ .amis-scope .a-Table-v2 .a-TableCell-searchBtn svg.icon {
37019
+ width: 12px;
37020
+ height: 12px;
37021
+ }
37022
+
37023
+ .amis-scope .a-Table-v2 .a-TableCell-searchBtn:hover {
37024
+ color: var(--text-color);
37025
+ }
37026
+
37027
+ .amis-scope .a-Table-v2 .a-TableCell-searchBtn.is-active {
37028
+ color: var(--TableCell-searchBtn--onActive-color);
37029
+ }
37030
+
37031
+ .amis-scope .a-Table-v2 .a-TableCell-searchPopOver {
37032
+ border: none;
37033
+ min-width: 20rem;
37034
+ max-width: 40rem;
37035
+ }
37036
+
37037
+ .amis-scope .a-Table-v2 .a-TableCell-searchPopOver .a-Panel {
37038
+ margin: 0;
37039
+ }
37040
+
37041
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn {
37042
+ cursor: pointer;
37043
+ width: var(--TableCell-filterBtn-width);
37044
+ position: static;
37045
+ display: inline-block;
37046
+ transform: none;
37047
+ color: var(--text--muted-color);
37048
+ margin-left: var(--TableCell-icon-gap);
37049
+ }
37050
+
37051
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn svg.icon {
37052
+ width: 13px;
37053
+ height: 13px;
37054
+ }
37055
+
37056
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn:hover {
37057
+ color: var(--text-color);
37058
+ }
37059
+
37060
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn.is-active {
37061
+ color: var(--TableCell-filterBtn--onActive-color);
37062
+ }
37063
+
37064
+ .amis-scope .a-Table-v2 .a-TableCell-filterBtn .a-Remark {
37065
+ display: inline;
37066
+ }
37067
+
37068
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver {
37069
+ border: none;
37070
+ width: 10rem;
37071
+ }
37072
+
37073
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu {
37074
+ margin: 0;
37075
+ padding: 0;
37076
+ }
37077
+
37078
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider {
37079
+ height: var(--TableCell-filterPopOver-dropDownItem-height);
37080
+ line-height: var(--TableCell-filterPopOver-dropDownItem-height);
37081
+ padding: var(--TableCell-filterPopOver-dropDownItem-padding);
37082
+ background: var(--white);
37083
+ margin: 0;
37084
+ }
37085
+
37086
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider:hover {
37087
+ background: var(--light);
37088
+ color: var(--primary);
37089
+ }
37090
+
37091
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider.is-selected {
37092
+ background: var(--light);
37093
+ color: var(--primary);
37094
+ }
37095
+
37096
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider .a-Checkbox {
37097
+ width: 100%;
37098
+ margin: 0;
37099
+ }
37100
+
37101
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu {
37102
+ text-align: center;
37103
+ border-top: 1px solid var(--Table-borderColor);
37104
+ }
37105
+
37106
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu .a-Button {
37107
+ margin: 0 5px;
37108
+ padding: 0 10px;
37109
+ }
37110
+
37111
+ .amis-scope .a-Table-v2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu:hover {
37112
+ background: none;
37113
+ }
37114
+
37115
+ .amis-scope .a-Table-v2 .a-TableCell-selectionBtn {
37116
+ cursor: pointer;
37117
+ margin-left: 4px;
37118
+ }
37119
+
37120
+ .amis-scope .a-Table-v2 .a-TableCell-selectionBtn svg.icon {
37121
+ transform: rotate(270deg);
37122
+ font-size: 12px;
37123
+ }
37124
+
37125
+ .amis-scope .a-Table-v2 .a-TableCell-selectionPopOver .a-DropDown-menu {
37126
+ margin: 0;
37127
+ padding: 0;
37128
+ }
37129
+
37130
+ .amis-scope .a-Table-v2.a-Table-expandBtn {
37131
+ position: relative;
37132
+ z-index: 1;
37133
+ color: var(--Table-expandBtn-color);
37134
+ display: inline-flex;
37135
+ justify-content: center;
37136
+ align-items: center;
37137
+ width: 0.875rem;
37138
+ line-height: 1;
37139
+ height: 16px;
37140
+ }
37141
+
37142
+ .amis-scope .a-Table-v2.a-Table-expandBtn > svg {
37143
+ display: inline-block;
37144
+ text-align: center;
37145
+ cursor: pointer;
37146
+ transition: transform ease-in-out var(--animation-duration), top ease-in-out var(--animation-duration);
37147
+ position: relative;
37148
+ transform-origin: 50% 50%;
37149
+ width: 0.625rem;
37150
+ height: 0.625rem;
37151
+ top: 0;
37152
+ }
37153
+
37154
+ .amis-scope .a-Table-v2.a-Table-expandBtn.is-active > svg {
37155
+ transform: rotate(90deg);
37156
+ }
37157
+
37158
+ .amis-scope .a-Table-v2.a-Table-expandBtn:hover {
37159
+ text-decoration: none;
37160
+ }
37161
+
37162
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr:hover .a-Table-dragBtn,
37163
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-dragging .a-Table-dragBtn,
37164
+ .amis-scope .a-Table-v2 .a-Table-table > tbody > tr.is-drop-allowed .a-Table-dragBtn {
37165
+ visibility: visible;
37166
+ }
37167
+
37168
+ .amis-scope .a-Table-v2 .fake-hide {
37169
+ visibility: hidden;
37170
+ position: absolute;
37171
+ }
37172
+
37173
+ .amis-scope .a-Table-v2 .a-Table-badge {
37174
+ position: absolute;
37175
+ top: 0;
37176
+ left: 0;
37177
+ }
37178
+
37179
+ .amis-scope .a-InputTable-toolbar {
37180
+ display: flex;
37181
+ flex-direction: row;
37182
+ flex-wrap: wrap;
37183
+ justify-content: space-between;
37184
+ }
37185
+
37186
+ .amis-scope .a-InputTable-pager {
37187
+ margin-left: auto;
37188
+ }
37189
+
37190
+ .amis-scope .a-OperationField {
37191
+ margin: -0.1875rem;
37192
+ }
37193
+
37194
+ .amis-scope .a-OperationField > .a-Button,
37195
+ .amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button {
37196
+ margin: 0.1875rem;
37197
+ }
37198
+
37199
+ .amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button--link {
37200
+ padding: 0;
37201
+ }
37202
+
37203
+ .amis-scope .a-OperationField > .a-Button--link {
37204
+ padding: 0;
37205
+ margin-right: 0.625rem;
37206
+ }
37207
+
37208
+ .amis-scope .a-ColumnToggler {
37209
+ position: relative;
37210
+ display: inline-block;
37211
+ }
37212
+
37213
+ .amis-scope .a-ColumnToggler-caret {
37214
+ margin-left: var(--DropDown-caret-marginLeft);
37215
+ display: inline-block;
37216
+ vertical-align: top;
37217
+ transition: transform var(--animation-duration) ease;
37218
+ }
37219
+
37220
+ .amis-scope .a-ColumnToggler-caret > svg {
37221
+ width: 0.625rem;
37222
+ height: 0.625rem;
37223
+ top: 0.125em;
37224
+ }
37225
+
37226
+ .amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
37227
+ transform: rotate(180deg);
37228
+ }
37229
+
37230
+ .amis-scope .a-ColumnToggler.is-actived > .a-Button {
37231
+ color: var(--link-color);
37232
+ }
37233
+
37234
+ .amis-scope .a-ColumnToggler--block {
37235
+ display: block;
37236
+ }
37237
+
37238
+ .amis-scope .a-ColumnToggler--block .a-Button {
37239
+ display: block;
37240
+ }
37241
+
37242
+ .amis-scope .a-ColumnToggler-menu {
37243
+ position: absolute;
37244
+ z-index: 1000;
37245
+ top: 100%;
37246
+ left: 0;
37247
+ margin: 0.0625rem 0 0;
37248
+ background: var(--DropDown-menu-bg);
37249
+ list-style: none;
37250
+ padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
37251
+ border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
37252
+ border-radius: var(--DropDown-menu-borderRadius);
37253
+ box-shadow: var(--DropDown-menu-boxShadow);
37254
+ min-width: var(--DropDown-menu-minWidth);
37255
+ text-align: left;
37256
+ }
37257
+
37258
+ .amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
37259
+ left: auto;
37260
+ right: 0;
37261
+ }
37262
+
37263
+ .amis-scope .a-ColumnToggler-menuItem,
37264
+ .amis-scope .a-ColumnToggler-menu > li {
37265
+ padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
37266
+ white-space: nowrap;
37267
+ box-sizing: border-box;
37268
+ height: var(--DropDown-menu-height);
37269
+ vertical-align: middle;
37270
+ user-select: none;
37271
+ color: var(--link-color);
37272
+ text-decoration: var(--link-decoration);
37273
+ }
37274
+
37275
+ .amis-scope .a-ColumnToggler-menuItem:hover,
37276
+ .amis-scope .a-ColumnToggler-menu > li:hover {
37277
+ background: var(--DropDown-menuItem-onHover-bg);
37278
+ color: var(--DropDown-menuItem-onHover-color);
37279
+ }
37280
+
37281
+ .amis-scope .a-ColumnToggler-menuItem.is-active,
37282
+ .amis-scope .a-ColumnToggler-menu > li.is-active {
37283
+ color: var(--DropDown-menuItem-onActive-color);
37284
+ }
37285
+
37286
+ .amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
37287
+ .amis-scope .a-ColumnToggler-menuItem:not(.disabled),
37288
+ .amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
37289
+ .amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
37290
+ cursor: pointer;
37291
+ }
37292
+
37293
+ .amis-scope .a-ColumnToggler-menuItem.is-disabled,
37294
+ .amis-scope .a-ColumnToggler-menu > li.is-disabled {
37295
+ cursor: not-allowed;
37296
+ color: var(--DropDown-menuItem-onDisabled-color);
37297
+ filter: grayscale(80%);
37298
+ }
37299
+
37300
+ .amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
37301
+ .amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
37302
+ height: 0.0625rem;
37303
+ margin: 0.5625rem 0;
37304
+ overflow: hidden;
37305
+ background: var(--DropDown-menu-borderColor);
37306
+ padding: 0;
37307
+ }
37308
+
37309
+ .amis-scope .a-ColumnToggler-menu > li a {
37310
+ color: inherit;
37311
+ display: block;
37312
+ text-decoration: none;
37313
+ }
37314
+
37315
+ .amis-scope .a-ColumnToggler-popover {
37316
+ border: none;
37317
+ box-shadow: none;
37318
+ }
37319
+
37320
+ .amis-scope .a-ColumnToggler > .a-Button {
37321
+ min-width: unset;
37322
+ }
37323
+
37324
+ .amis-scope .a-ColumnToggler-modal {
37325
+ display: flex;
37326
+ flex-flow: column nowrap;
37327
+ justify-content: space-between;
37328
+ align-items: center;
37329
+ width: 25rem;
37330
+ padding: var(--ColumnToggler-lineHeight);
37331
+ margin-top: calc(50vh - 100px);
37332
+ border-radius: var(--ColumnToggler-borderRadius);
37333
+ background: var(--ColumnToggler-backgroundColor);
37334
+ 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);
37335
+ }
37336
+
37337
+ .amis-scope .a-ColumnToggler-modal-header {
37338
+ width: 100%;
37339
+ display: flex;
37340
+ flex-flow: row nowrap;
37341
+ justify-content: space-between;
37342
+ align-items: center;
37343
+ }
37344
+
37345
+ .amis-scope .a-ColumnToggler-modal-header a,
37346
+ .amis-scope .a-ColumnToggler-modal-header span {
37347
+ display: inline-block;
37348
+ }
37349
+
37350
+ .amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
37351
+ opacity: 0.95;
37352
+ font-size: var(--fontSizeMd);
37353
+ color: var(--ColumnToggler-title-fontColor);
37354
+ line-height: var(--ColumnToggler-lineHeight);
37355
+ font-weight: bold;
37356
+ }
37357
+
37358
+ .amis-scope .a-ColumnToggler-modal-content {
37359
+ padding: 0;
37360
+ width: 100%;
37361
+ list-style: none;
37362
+ margin: 0.5rem 0;
37363
+ }
37364
+
37365
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
37366
+ color: var(--ColumnToggler-title-fontColor);
37367
+ background: var(--ColumnToggler-item-backgroundColor);
37368
+ border-radius: 0.125rem;
37369
+ font-size: var(--fontSizeSm);
37370
+ padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
37371
+ height: var(--ColumnToggler-lineHeight);
37372
+ width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
37373
+ margin: var(--ColumnToggler-item-margin);
37374
+ float: left;
37375
+ }
37376
+
37377
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
37378
+ background: var(--ColumnToggler-item-backgroundColor-onHover);
37379
+ }
37380
+
37381
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
37382
+ border: 1px solid var(--link-color);
37383
+ }
37384
+
37385
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label {
37386
+ display: inline-block;
37387
+ width: calc(100% - var(--Checkbox--sm-size));
37388
+ }
37389
+
37390
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label > span {
37391
+ display: inline-block;
37392
+ max-width: 100%;
37393
+ text-overflow: ellipsis;
37394
+ white-space: nowrap;
37395
+ overflow: hidden;
37396
+ user-select: none;
37397
+ }
37398
+
37399
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
37400
+ height: var(--fontSizeLg);
37401
+ width: var(--fontSizeLg);
37402
+ vertical-align: top;
37403
+ }
37404
+
37405
+ .amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
37406
+ display: inline-block;
37407
+ margin-left: 0;
37408
+ margin-right: var(--gap-xs);
37409
+ vertical-align: super;
37410
+ color: var(--ColumnToggler-item-dragBar-color);
37411
+ cursor: move;
37412
+ }
37413
+
37414
+ .amis-scope .a-ColumnToggler-modal-footer {
37415
+ width: 100%;
37416
+ display: flex;
37417
+ flex-flow: row nowrap;
37418
+ justify-content: space-between;
37419
+ align-items: center;
37420
+ }
37421
+
37422
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
37423
+ color: var(--ColumnToggler-fontColor);
37424
+ font-size: var(--fontSizeSm);
37425
+ }
37426
+
37427
+ .amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
37428
+ color: var(--link-color);
37429
+ }
37430
+
37431
+ .amis-scope .a-ColumnToggler-modal-footer > div {
37432
+ display: flex;
37433
+ flex-flow: row nowrap;
37434
+ justify-content: space-between;
37435
+ align-items: center;
37436
+ }
37437
+
37438
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child {
37439
+ justify-content: flex-start;
37440
+ }
37441
+
37442
+ .amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
37443
+ display: inline-block;
37444
+ }
37445
+
37446
+ .amis-scope .a-ColumnToggler-modal-footer > div:last-child {
37447
+ justify-content: flex-end;
37448
+ }
37449
+
37450
+ .amis-scope .a-ColumnToggler-tooltip {
37451
+ border: none;
37452
+ }
37453
+
37454
+ .amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
37455
+ border-top-color: transparent;
37456
+ }
37457
+
37458
+ .amis-scope .a-List {
37459
+ position: relative;
37460
+ }
37461
+
37462
+ .amis-scope .a-List-items {
37463
+ border-radius: var(--List-borderRadius);
37464
+ border: var(--List-borderWidth) solid var(--List-borderColor);
37465
+ background: var(--List-bg);
37466
+ margin-bottom: var(--gap-sm);
37467
+ }
37468
+
37469
+ .amis-scope .a-List-toolbar {
37470
+ display: flex;
37471
+ flex-wrap: wrap;
37472
+ margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
37473
+ }
37474
+
37475
+ .amis-scope .a-List-toolbar::before,
37476
+ .amis-scope .a-List-toolbar::after {
37477
+ display: table;
37478
+ content: "";
37479
+ }
37480
+
37481
+ .amis-scope .a-List-toolbar::after {
37482
+ clear: both;
37483
+ }
37484
+
37485
+ .amis-scope .a-List-actions {
37486
+ display: inline-block;
37487
+ }
37488
+
37489
+ .amis-scope .a-List-actions > * {
37490
+ margin-right: var(--Crud-toolbar-gap);
37491
+ }
37492
+
37493
+ .amis-scope .a-List-header {
37494
+ padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
37495
+ }
37496
+
37497
+ .amis-scope .a-List-header > * + .a-Button,
37498
+ .amis-scope .a-List-header > * + .a-ButtonGroup,
37499
+ .amis-scope .a-List-header > * + .a-ButtonToolbar {
37500
+ margin-left: var(--Crud-toolbar-gap);
37501
+ }
37502
+
37503
+ .amis-scope .a-List-header + .a-List-toolbar {
37504
+ padding-top: 0;
37505
+ }
37506
+
37507
+ .amis-scope .a-List-heading {
37508
+ padding: var(--gap-xs) 0;
37509
+ }
37510
+
37511
+ .amis-scope .a-List-fixedTop {
37512
+ position: absolute;
37513
+ background: var(--white);
37514
+ z-index: -1;
37515
+ opacity: 0;
37516
+ box-shadow: var(--List-fixedTop-boxShadow);
37517
+ }
37518
+
37519
+ .amis-scope .a-List-fixedTop.in {
37520
+ position: fixed;
37521
+ opacity: 1;
37522
+ z-index: 900;
37523
+ }
37524
+
37525
+ .amis-scope .a-List-fixedTop .a-Cards-toolbar {
37526
+ margin-bottom: 0;
37527
+ }
37528
+
37529
+ .amis-scope .a-List-fixedTop:empty {
37530
+ display: none;
37531
+ }
37532
+
37533
+ .amis-scope .a-List--unsaved .a-List-heading {
37534
+ background: var(--List--unsaved-heading-bg);
37535
+ color: var(--List--unsaved-heading-color);
37536
+ padding: var(--gap-xs) var(--gap-sm);
37537
+ margin-bottom: var(--gap-sm);
37538
+ }
37539
+
37540
+ .amis-scope .a-List-dragTip {
37541
+ width: 100%;
37542
+ color: var(--info);
37543
+ clear: both;
37544
+ margin-top: var(--gap-xs);
37545
+ }
37546
+
37547
+ .amis-scope .a-List-placeholder {
37548
+ color: var(--text--muted-color);
37549
+ text-align: center;
37550
+ min-height: var(--List-placeholder-height);
37551
+ line-height: var(--List-placeholder-height);
37552
+ }
37553
+
37554
+ .amis-scope .a-ListGroup {
37555
+ max-width: 25rem;
37556
+ display: flex;
37557
+ flex-direction: column;
37558
+ }
37559
+
37560
+ .amis-scope .a-ListGroup-item {
37561
+ position: relative;
37562
+ display: block;
37563
+ padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
37564
+ margin-bottom: -0.0625rem;
37565
+ background: var(--white);
37566
+ border: var(--ListItem-borderWidth) solid var(--List-borderColor);
37567
+ }
37568
+
37569
+ .amis-scope .a-ListGroup-item:first-child {
37570
+ border-top-left-radius: var(--borderRadius);
37571
+ border-top-right-radius: var(--borderRadius);
37572
+ }
37573
+
37574
+ .amis-scope .a-ListGroup-item:last-child {
37575
+ border-bottom-left-radius: var(--borderRadius);
37576
+ border-bottom-right-radius: var(--borderRadius);
37577
+ margin-bottom: 0;
37578
+ }
37579
+
37580
+ .amis-scope .a-ListGroup-item:hover {
37581
+ z-index: 1;
37582
+ }
37583
+
37584
+ .amis-scope .a-ListGroup-item.is-active {
37585
+ z-index: 2;
37586
+ }
37587
+
37588
+ .amis-scope .a-ListGroup-item.is-disabled {
37589
+ color: var(--text--muted-color);
37590
+ }
37591
+
37592
+ .amis-scope .a-ListGroup--expanded .a-ListGroup-item {
37593
+ border-radius: var(--borderRadius);
37594
+ margin-bottom: var(--gap-sm);
37595
+ }
37596
+
37597
+ .amis-scope .a-ListGroup--expanded .a-ListGroup-item:last-child {
37598
+ margin-bottom: 0;
37599
+ }
37600
+
37601
+ .amis-scope .a-ListItem {
37602
+ position: relative;
37603
+ display: block;
37604
+ padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
37605
+ }
37606
+
37607
+ .amis-scope .a-ListItem::before,
37608
+ .amis-scope .a-ListItem::after {
37609
+ display: table;
37610
+ content: "";
37611
+ }
37612
+
37613
+ .amis-scope .a-ListItem::after {
37614
+ clear: both;
37615
+ }
37616
+
37617
+ .amis-scope .a-ListItem + .a-ListItem {
37618
+ border-top: var(--ListItem-borderWidth) solid var(--ListItem-borderColor);
37619
+ }
37620
+
37621
+ .amis-scope .a-ListItem:nth-child(even) {
37622
+ background: var(--ListItem--strip-bg);
37623
+ }
37624
+
37625
+ .amis-scope .a-ListItem-checkBtn {
37626
+ float: left;
37627
+ margin-right: var(--gap-sm);
37628
+ }
37629
+
37630
+ .amis-scope .a-ListItem-dragBtn {
37631
+ cursor: move;
37632
+ float: left;
37633
+ margin-right: var(--gap-sm);
37634
+ }
37635
+
37636
+ .amis-scope .a-ListItem-actions {
37637
+ float: right;
37638
+ }
37639
+
37640
+ .amis-scope .a-ListItem--actions-at-left .a-ListItem-actions {
37641
+ float: left;
37642
+ margin-right: var(--gap-base);
37643
+ }
37644
+
37645
+ .amis-scope .a-ListItem-title {
37646
+ margin: 0;
37647
+ padding: 0;
37648
+ font-size: var(--fontSizeBase);
37649
+ color: var(--text--loud-color);
37650
+ font-weight: var(--fontWeightNormal);
37651
+ }
37652
+
37653
+ .amis-scope .a-ListItem-content {
37654
+ overflow: hidden;
37655
+ }
37656
+
37657
+ .amis-scope .a-ListItem-field {
37658
+ position: relative;
37659
+ display: flex;
37660
+ flex-wrap: nowrap;
37661
+ }
37662
+
37663
+ .amis-scope .a-ListItem-fieldValue {
37664
+ position: relative;
37665
+ flex-basis: 0;
37666
+ flex-grow: 1;
37667
+ max-width: 100%;
37668
+ width: 0;
37669
+ overflow: hidden;
37670
+ text-overflow: ellipsis;
37671
+ }
37672
+
37673
+ .amis-scope .a-ListItem-fieldLabel {
37674
+ width: 9.375rem;
37675
+ color: var(--text--muted-color);
37676
+ }
37677
+
37678
+ .amis-scope .a-ListItem.is-checked {
37679
+ background: var(--ListItem-onChecked-bg);
37680
+ border-color: var(--ListItem-onChecked-borderColor);
37681
+ color: var(--ListItem-onChecked-color);
37682
+ }
37683
+
37684
+ .amis-scope .a-ListItem.is-checked + .a-ListItem {
37685
+ border-color: var(--ListItem-onChecked-borderColor);
37686
+ }
37687
+
37688
+ .amis-scope .a-ListItem.is-checked .a-ListItem-fieldLabel {
37689
+ color: var(--ListItem-onChecked-fieldLabel-color);
37690
+ }
37691
+
37692
+ .amis-scope .a-ListItem.is-modified,
37693
+ .amis-scope .a-ListItem.is-moved {
37694
+ background: var(--ListItem-onModified-bg);
37695
+ border-color: var(--ListItem-onModified-borderColor);
37696
+ color: var(--ListItem-onModified-color);
37697
+ }
37698
+
37699
+ .amis-scope .a-ListItem.is-modified + .a-ListItem,
37700
+ .amis-scope .a-ListItem.is-moved + .a-ListItem {
37701
+ border-color: var(--ListItem-onModified-borderColor);
37702
+ }
37703
+
37704
+ .amis-scope .a-ListItem.is-modified .a-ListItem-fieldLabel,
37705
+ .amis-scope .a-ListItem.is-moved .a-ListItem-fieldLabel {
37706
+ color: var(--ListItem-onModified-fieldLabel-color);
37707
+ }
37708
+
37709
+ .amis-scope .a-ListItem.is-dragging {
37710
+ opacity: var(--ListItem-onDragging-opacity);
37711
+ }
37712
+
37713
+ .amis-scope .a-ListItem--hasItemAction {
37714
+ cursor: pointer;
37715
+ }
37716
+
37717
+ .amis-scope .a-ListItem--hasItemAction:hover {
37718
+ color: var(--ListMenu-item--onHover-color);
37719
+ background: var(--ListMenu-item--onHover-bg);
37720
+ }
37721
+
37722
+ .amis-scope .a-Cards-toolbar {
37723
+ margin: 0 var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
37724
+ }
37725
+
37726
+ .amis-scope .a-Cards-toolbar::before,
37727
+ .amis-scope .a-Cards-toolbar::after {
37728
+ display: table;
37729
+ content: "";
37730
+ }
37731
+
37732
+ .amis-scope .a-Cards-toolbar::after {
37733
+ clear: both;
37734
+ }
37735
+
37736
+ .amis-scope .a-Cards-actions {
37737
+ display: inline-block;
37738
+ }
37739
+
37740
+ .amis-scope .a-Cards-actions > * {
37741
+ margin-right: var(--Crud-toolbar-gap);
37742
+ }
37743
+
37744
+ .amis-scope .a-Cards-heading {
37745
+ padding: var(--gap-xs) 0;
37746
+ }
37747
+
37748
+ .amis-scope .a-Cards-header {
37749
+ padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
37750
+ }
37751
+
37752
+ .amis-scope .a-Cards-header > * + .a-Button,
37753
+ .amis-scope .a-Cards-header > * + .a-ButtonGroup,
37754
+ .amis-scope .a-Cards-header > * + .a-ButtonToolbar {
37755
+ margin-left: var(--Crud-toolbar-gap);
37756
+ }
37757
+
37758
+ .amis-scope .a-Cards-header + .a-Cards-toolbar {
37759
+ padding-top: 0;
37760
+ }
37761
+
37762
+ .amis-scope .a-Cards-fixedTop {
37763
+ position: absolute;
37764
+ background: var(--white);
37765
+ z-index: -1;
37766
+ opacity: 0;
37767
+ box-shadow: var(--Cards-fixedTop-boxShadow);
37768
+ padding: var(--gap-sm);
37769
+ }
37770
+
37771
+ .amis-scope .a-Cards-fixedTop.in {
37772
+ position: fixed;
37773
+ opacity: 1;
37774
+ z-index: 900;
37775
+ }
37776
+
37777
+ .amis-scope .a-Cards-fixedTop .a-Cards-toolbar {
37778
+ margin-bottom: 0;
36129
37779
  }
36130
37780
 
36131
37781
  .amis-scope .a-Cards-fixedTop:empty {
@@ -36990,7 +38640,8 @@ readers do not read off random characters that represent icons */
36990
38640
  }
36991
38641
 
36992
38642
  .amis-scope .a-Pagination > li {
36993
- display: inline;
38643
+ display: inline-flex;
38644
+ cursor: pointer;
36994
38645
  }
36995
38646
 
36996
38647
  .amis-scope .a-Pagination > li > a,
@@ -37020,6 +38671,16 @@ readers do not read off random characters that represent icons */
37020
38671
  color: var(--primary);
37021
38672
  }
37022
38673
 
38674
+ .amis-scope .a-Pagination .ellipsis {
38675
+ cursor: unset;
38676
+ }
38677
+
38678
+ .amis-scope .a-Pagination .ellipsis > a {
38679
+ cursor: unset;
38680
+ position: relative;
38681
+ top: -0.25rem;
38682
+ }
38683
+
37023
38684
  .amis-scope .a-Pagination > li.is-disabled > span,
37024
38685
  .amis-scope .a-Pagination > li.is-disabled > a {
37025
38686
  cursor: not-allowed;
@@ -37046,43 +38707,112 @@ readers do not read off random characters that represent icons */
37046
38707
  border-radius: var(--borderRadius);
37047
38708
  }
37048
38709
 
37049
- .amis-scope .a-Pagination-prev > span {
37050
- cursor: pointer;
38710
+ .amis-scope .a-Pagination-simple > ul > li:hover,
38711
+ .amis-scope .a-Pagination-simple > ul > li:focus {
38712
+ outline: none;
37051
38713
  }
37052
38714
 
37053
- .amis-scope .a-Pagination-ellipsis > a > span {
37054
- position: relative;
37055
- top: -0.25rem;
38715
+ .amis-scope .a-Pagination-simple > ul > li.is-active > a {
38716
+ border: none;
38717
+ }
38718
+
38719
+ .amis-scope .a-Pagination-simple > ul > li.is-active > a:hover,
38720
+ .amis-scope .a-Pagination-simple > ul > li.is-active > a:focus {
38721
+ border: none;
38722
+ }
38723
+
38724
+ .amis-scope .a-Pagination-prev > span {
38725
+ cursor: pointer;
37056
38726
  }
37057
38727
 
37058
38728
  .amis-scope .a-Pagination-next > span {
37059
38729
  cursor: pointer;
37060
38730
  }
37061
38731
 
38732
+ .amis-scope .a-Pagination-total {
38733
+ display: inline-block;
38734
+ color: var(--Pagination-light-color);
38735
+ }
38736
+
37062
38737
  .amis-scope .a-Pagination-inputGroup {
37063
38738
  display: inline-flex;
37064
38739
  flex-wrap: nowrap;
37065
38740
  align-items: center;
38741
+ height: var(--Pagination-height);
38742
+ }
38743
+
38744
+ .amis-scope .a-Pagination-inputGroup-left {
38745
+ color: var(--Pagination-light-color);
37066
38746
  }
37067
38747
 
37068
38748
  .amis-scope .a-Pagination-inputGroup input {
37069
- width: 3.5rem;
38749
+ min-width: 3.125rem;
38750
+ width: 3.125rem;
37070
38751
  height: var(--Pagination-height);
38752
+ line-height: var(--Pagination-height);
38753
+ border: none;
37071
38754
  border: var(--borderWidth) solid var(--borderColor);
37072
- border-radius: var(--borderRadius);
37073
- padding: var(--gap-xs) 0.625rem;
37074
- margin: 0 0.625rem;
38755
+ border-radius: var(--borderRadius) 0 0 var(--borderRadius);
38756
+ padding: var(--Pagination-padding);
38757
+ margin-left: 0.625rem;
37075
38758
  text-align: center;
37076
38759
  }
37077
38760
 
37078
- .amis-scope .a-Pagination-inputGroup input:focus {
37079
- width: auto;
37080
- }
37081
-
37082
38761
  .amis-scope .a-Pagination-inputGroup input:focus,
37083
38762
  .amis-scope .a-Pagination-inputGroup input:hover {
37084
38763
  outline: none;
37085
- border: var(--borderWidth) solid var(--primary);
38764
+ border-color: var(--primary);
38765
+ }
38766
+
38767
+ .amis-scope .a-Pagination-inputGroup-right {
38768
+ display: inline-block;
38769
+ width: 2rem;
38770
+ cursor: pointer;
38771
+ text-align: center;
38772
+ height: var(--Pagination-height);
38773
+ line-height: var(--Pagination-height);
38774
+ border: var(--borderWidth) solid var(--borderColor);
38775
+ border-left: none;
38776
+ border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
38777
+ font-size: var(--fontSizeSm);
38778
+ }
38779
+
38780
+ .amis-scope .a-Pagination-inputGroup-right:hover {
38781
+ color: var(--primary);
38782
+ border-color: var(--primary);
38783
+ border-left: var(--borderWidth) solid var(--primary);
38784
+ }
38785
+
38786
+ .amis-scope .a-Pagination-wrap {
38787
+ line-height: 1.875rem;
38788
+ }
38789
+
38790
+ .amis-scope .a-Pagination-wrap .a-Pagination-item {
38791
+ margin-left: 0.625rem;
38792
+ }
38793
+
38794
+ .amis-scope .a-Pagination-wrap .a-Pagination-item:nth-child(1) {
38795
+ margin-left: 0;
38796
+ }
38797
+
38798
+ .amis-scope .a-Pagination-wrap.disabled {
38799
+ background-color: #fff;
38800
+ }
38801
+
38802
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li > a,
38803
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li > span {
38804
+ color: var(--Pagination-onDisabled-color);
38805
+ cursor: not-allowed;
38806
+ }
38807
+
38808
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > a,
38809
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > span,
38810
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > a:hover,
38811
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > span:hover,
38812
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > a:focus,
38813
+ .amis-scope .a-Pagination-wrap.disabled .a-Pagination > li.is-active > span:focus {
38814
+ background-color: var(--Pagination-onDisabled-backgroundColor);
38815
+ border-color: var(--Pagination-onDisabled-color);
37086
38816
  }
37087
38817
 
37088
38818
  .amis-scope .a-PaginationWrapper-pager {
@@ -37941,6 +39671,132 @@ readers do not read off random characters that represent icons */
37941
39671
  cursor: pointer;
37942
39672
  }
37943
39673
 
39674
+ .amis-scope .a-SchemaEditorProps {
39675
+ width: 100%;
39676
+ }
39677
+
39678
+ .amis-scope .a-SchemaEditorProps > button {
39679
+ margin-top: 7px;
39680
+ }
39681
+
39682
+ .amis-scope .a-SchemaEditorProps-placeholder {
39683
+ color: var(--text--muted-color);
39684
+ }
39685
+
39686
+ .amis-scope .a-SchemaEditorProps--depth {
39687
+ position: relative;
39688
+ margin-left: 2.5rem;
39689
+ }
39690
+
39691
+ .amis-scope .a-SchemaEditorProps--depth:before {
39692
+ width: 1px;
39693
+ content: "";
39694
+ display: block;
39695
+ position: absolute;
39696
+ top: -10px;
39697
+ bottom: 10px;
39698
+ left: -35px;
39699
+ border-left: dashed 1px var(--icon-color);
39700
+ }
39701
+
39702
+ .amis-scope .a-SchemaEditorProps--depth .a-SchemaEditorItem:before {
39703
+ height: 1px;
39704
+ content: "";
39705
+ display: block;
39706
+ position: absolute;
39707
+ top: 17px;
39708
+ width: 25px;
39709
+ left: -35px;
39710
+ border-top: dashed 1px var(--icon-color);
39711
+ }
39712
+
39713
+ .amis-scope .a-SchemaEditorProps--depth > button {
39714
+ position: relative;
39715
+ }
39716
+
39717
+ .amis-scope .a-SchemaEditorProps--depth > button:before {
39718
+ height: 1px;
39719
+ content: "";
39720
+ display: block;
39721
+ position: absolute;
39722
+ top: 10px;
39723
+ width: 25px;
39724
+ left: -35px;
39725
+ border-top: dashed 1px var(--icon-color);
39726
+ }
39727
+
39728
+ .amis-scope .a-SchemaEditorArrayProps:before {
39729
+ bottom: 15px;
39730
+ }
39731
+
39732
+ .amis-scope .a-SchemaEditorItem {
39733
+ display: flex;
39734
+ flex-direction: row;
39735
+ flex-wrap: wrap;
39736
+ gap: var(--gap-sm);
39737
+ align-items: flex-start;
39738
+ position: relative;
39739
+ }
39740
+
39741
+ .amis-scope .a-SchemaEditorItem + .a-SchemaEditorItem {
39742
+ margin-top: var(--gap-sm);
39743
+ }
39744
+
39745
+ .amis-scope .a-SchemaEditorObject,
39746
+ .amis-scope .a-SchemaEditorArray {
39747
+ display: flex;
39748
+ flex-direction: row;
39749
+ flex-wrap: wrap;
39750
+ gap: var(--gap-sm);
39751
+ align-items: flex-start;
39752
+ width: 100%;
39753
+ }
39754
+
39755
+ .amis-scope .a-SchemaEditor-itemsLabel {
39756
+ margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
39757
+ }
39758
+
39759
+ .amis-scope .a-SchemaEditor-caret {
39760
+ display: inline-block;
39761
+ height: 1.5rem;
39762
+ text-align: center;
39763
+ line-height: 1.5rem;
39764
+ vertical-align: middle;
39765
+ cursor: pointer;
39766
+ transform: rotate(0deg);
39767
+ transition: transform var(--animation-duration);
39768
+ color: var(--icon-color);
39769
+ margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
39770
+ }
39771
+
39772
+ .amis-scope .a-SchemaEditor-caret > svg {
39773
+ width: 10px;
39774
+ height: 10px;
39775
+ top: 0;
39776
+ }
39777
+
39778
+ .amis-scope .a-SchemaEditor-caret.is-collapsed {
39779
+ transform: rotate(-90deg);
39780
+ }
39781
+
39782
+ .amis-scope .a-SchemaEditor-required {
39783
+ padding-top: 4px;
39784
+ }
39785
+
39786
+ .amis-scope .a-SchemaEditor-key,
39787
+ .amis-scope .a-SchemaEditor-title,
39788
+ .amis-scope .a-SchemaEditor-description {
39789
+ flex: 1;
39790
+ max-width: 300px;
39791
+ min-width: 80px;
39792
+ }
39793
+
39794
+ .amis-scope .a-SchemaEditor-key > input,
39795
+ .amis-scope .a-SchemaEditor-title > input,
39796
+ .amis-scope .a-SchemaEditor-description > input {
39797
+ flex-basis: 0;
39798
+ }
39799
+
37944
39800
  .amis-scope .a-ResultBox {
37945
39801
  display: flex;
37946
39802
  background: var(--Form-input-bg);
@@ -37952,7 +39808,7 @@ readers do not read off random characters that represent icons */
37952
39808
  flex-wrap: wrap;
37953
39809
  justify-content: flex-start;
37954
39810
  flex-wrap: wrap;
37955
- padding: 0 1.625rem 0 0.1875rem;
39811
+ padding: 0 0.3125rem;
37956
39812
  min-height: var(--Form-input-height);
37957
39813
  align-items: center;
37958
39814
  border-radius: 3px;
@@ -39741,7 +41597,7 @@ readers do not read off random characters that represent icons */
39741
41597
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
39742
41598
  left: -0.0625rem;
39743
41599
  right: -0.0625rem;
39744
- top: 100%;
41600
+ top: calc(100% + 0.25rem);
39745
41601
  z-index: 10;
39746
41602
  max-height: 18.75rem;
39747
41603
  overflow: auto;
@@ -40621,7 +42477,6 @@ readers do not read off random characters that represent icons */
40621
42477
  flex-direction: row;
40622
42478
  cursor: pointer;
40623
42479
  user-select: none;
40624
- position: relative;
40625
42480
  }
40626
42481
 
40627
42482
  .amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
@@ -40629,19 +42484,7 @@ readers do not read off random characters that represent icons */
40629
42484
  margin-left: var(--gap-sm);
40630
42485
  }
40631
42486
 
40632
- .amis-scope .a-TreeSelection-itemInner > * {
40633
- position: relative;
40634
- z-index: 2;
40635
- }
40636
-
40637
- .amis-scope .a-TreeSelection-itemInner:hover:after {
40638
- position: absolute;
40639
- content: "";
40640
- z-index: 1;
40641
- top: 0;
40642
- right: 0;
40643
- bottom: 0;
40644
- left: -99999px;
42487
+ .amis-scope .a-TreeSelection-itemInner:hover {
40645
42488
  background: var(--Tree-item-onHover-bg);
40646
42489
  }
40647
42490
 
@@ -47713,6 +49556,209 @@ readers do not read off random characters that represent icons */
47713
49556
  margin: 0 auto;
47714
49557
  }
47715
49558
 
49559
+ .amis-scope .a-Tag {
49560
+ display: inline-flex;
49561
+ height: var(--Tag-height);
49562
+ padding: 0 var(--gap-sm);
49563
+ justify-content: center;
49564
+ align-items: center;
49565
+ font-size: var(--Tag-content-fontSize);
49566
+ max-width: 160px;
49567
+ text-overflow: ellipsis;
49568
+ overflow: hidden;
49569
+ white-space: nowrap;
49570
+ transition: all 0.3;
49571
+ border-radius: var(--Tag-borderRadius);
49572
+ background-color: var(--Tag-default-color);
49573
+ color: var(--Tag-fontColor);
49574
+ }
49575
+
49576
+ .amis-scope .a-Tag:not(:last-child) {
49577
+ margin-right: var(--gap-sm);
49578
+ }
49579
+
49580
+ .amis-scope .a-Tag--normal {
49581
+ border-radius: var(--Tag-borderRadius);
49582
+ }
49583
+
49584
+ .amis-scope .a-Tag--normal--hasColor {
49585
+ color: var(--white);
49586
+ }
49587
+
49588
+ .amis-scope .a-Tag--normal--inactive {
49589
+ background: var(--Tag-inactive-color);
49590
+ }
49591
+
49592
+ .amis-scope .a-Tag--normal--active {
49593
+ background: var(--Tag-active-color);
49594
+ }
49595
+
49596
+ .amis-scope .a-Tag--normal--processing {
49597
+ background: var(--Tag-processing-color);
49598
+ }
49599
+
49600
+ .amis-scope .a-Tag--normal--success {
49601
+ background: var(--Tag-success-color);
49602
+ }
49603
+
49604
+ .amis-scope .a-Tag--normal--error {
49605
+ background: var(--Tag-error-color);
49606
+ }
49607
+
49608
+ .amis-scope .a-Tag--normal--warning {
49609
+ background: var(--Tag-warning-color);
49610
+ }
49611
+
49612
+ .amis-scope .a-Tag--rounded {
49613
+ background-color: var(--white);
49614
+ border-radius: calc((var(--Tag-height) + 2px) / 2);
49615
+ border: 1px solid var(--Tag-default-color);
49616
+ color: var(--Tag-default-color);
49617
+ }
49618
+
49619
+ .amis-scope .a-Tag--rounded--inactive {
49620
+ border-color: var(--Tag-inactive-color);
49621
+ color: var(--Tag-inactive-color);
49622
+ }
49623
+
49624
+ .amis-scope .a-Tag--rounded--active {
49625
+ border-color: var(--Tag-active-color);
49626
+ color: var(--Tag-active-color);
49627
+ }
49628
+
49629
+ .amis-scope .a-Tag--rounded--processing {
49630
+ border-color: var(--Tag-processing-color);
49631
+ color: var(--Tag-processing-color);
49632
+ }
49633
+
49634
+ .amis-scope .a-Tag--rounded--success {
49635
+ border-color: var(--Tag-success-color);
49636
+ color: var(--Tag-success-color);
49637
+ }
49638
+
49639
+ .amis-scope .a-Tag--rounded--error {
49640
+ border-color: var(--Tag-error-color);
49641
+ color: var(--Tag-error-color);
49642
+ }
49643
+
49644
+ .amis-scope .a-Tag--rounded--warning {
49645
+ border-color: var(--Tag-warning-color);
49646
+ color: var(--Tag-warning-color);
49647
+ }
49648
+
49649
+ .amis-scope .a-Tag--status {
49650
+ background-color: var(--white);
49651
+ }
49652
+
49653
+ .amis-scope .a-Tag--status--inactive .a-Tag--prev {
49654
+ color: var(--Tag-inactive-color);
49655
+ }
49656
+
49657
+ .amis-scope .a-Tag--status--active .a-Tag--prev {
49658
+ color: var(--Tag-active-color);
49659
+ }
49660
+
49661
+ .amis-scope .a-Tag--status--processing .a-Tag--prev {
49662
+ color: var(--Tag-processing-color);
49663
+ }
49664
+
49665
+ .amis-scope .a-Tag--status--success .a-Tag--prev {
49666
+ color: var(--Tag-success-color);
49667
+ }
49668
+
49669
+ .amis-scope .a-Tag--status--error .a-Tag--prev {
49670
+ color: var(--Tag-error-color);
49671
+ }
49672
+
49673
+ .amis-scope .a-Tag--status--warning .a-Tag--prev {
49674
+ color: var(--Tag-warning-color);
49675
+ }
49676
+
49677
+ .amis-scope .a-Tag--status:not(.a-Tag--status--processing):not(.a-Tag--status--active) .icon-dot #dotWave {
49678
+ display: none;
49679
+ }
49680
+
49681
+ .amis-scope .a-Tag--prev {
49682
+ color: var(--Tag-default-color);
49683
+ margin-right: var(--gap-sm);
49684
+ }
49685
+
49686
+ .amis-scope .a-Tag--prev i {
49687
+ font-size: 0.5rem;
49688
+ }
49689
+
49690
+ .amis-scope .a-Tag--prev .icon {
49691
+ width: 0.5rem;
49692
+ height: 0.5rem;
49693
+ top: 0;
49694
+ }
49695
+
49696
+ .amis-scope .a-Tag--close {
49697
+ margin-left: var(--gap-sm);
49698
+ margin-right: var(--gap-xs);
49699
+ cursor: pointer;
49700
+ }
49701
+
49702
+ .amis-scope .a-Tag--close i {
49703
+ font-size: 0.5rem;
49704
+ }
49705
+
49706
+ .amis-scope .a-Tag--close .icon {
49707
+ width: 0.5rem;
49708
+ height: 0.5rem;
49709
+ position: inherit;
49710
+ }
49711
+
49712
+ .amis-scope .a-Tag--close:hover {
49713
+ opacity: 0.7;
49714
+ }
49715
+
49716
+ .amis-scope .a-Tag--close:active {
49717
+ opacity: 0.3;
49718
+ }
49719
+
49720
+ .amis-scope .a-Tag--disabled {
49721
+ opacity: 0.3;
49722
+ cursor: not-allowed;
49723
+ }
49724
+
49725
+ .amis-scope .a-Tag--disabled .a-Tag--close {
49726
+ cursor: not-allowed;
49727
+ opacity: 0.7;
49728
+ }
49729
+
49730
+ .amis-scope .a-Tag--checkable {
49731
+ background-color: var(--Tag-checkable-bgColor);
49732
+ cursor: pointer;
49733
+ }
49734
+
49735
+ .amis-scope .a-Tag--checkable:hover {
49736
+ background-color: var(--Tag-checkable-bgColor-onHover);
49737
+ }
49738
+
49739
+ .amis-scope .a-Tag--checkable:active {
49740
+ background-color: var(--Tag-checkable-bgColor-onActive);
49741
+ }
49742
+
49743
+ .amis-scope .a-Tag--checkable--disabled {
49744
+ cursor: not-allowed;
49745
+ background-color: var(--Tag-checkable-bgColor-onDisable);
49746
+ color: var(--Tag-checkable-fontColor-onDisable);
49747
+ }
49748
+
49749
+ .amis-scope .a-Tag--checkable--checked:not(.a-Tag--checkable--disabled) {
49750
+ color: var(--white);
49751
+ background-color: var(--Tag-checkable-bgColor-onChecked);
49752
+ }
49753
+
49754
+ .amis-scope .a-Tag--checkable--checked:not(.a-Tag--checkable--disabled):hover {
49755
+ background-color: var(--Tag-checkable-bgColor-onHover-onChecked);
49756
+ }
49757
+
49758
+ .amis-scope .a-Tag--checkable--checked:not(.a-Tag--checkable--disabled):active {
49759
+ background-color: var(--Tag-checkable-bgColor-onActive-onChecked);
49760
+ }
49761
+
47716
49762
  .amis-scope .a-PullRefresh-wrap {
47717
49763
  position: relative;
47718
49764
  height: 100%;