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/sdk-ie11.css CHANGED
@@ -25915,7 +25915,6 @@ readers do not read off random characters that represent icons */
25915
25915
  box-shadow: none;
25916
25916
  cursor: not-allowed;
25917
25917
  color: #b8babf;
25918
- pointer-events: auto;
25919
25918
  border: 0.0625rem solid #f2f2f4;
25920
25919
  background: #f2f2f4;
25921
25920
  }
@@ -25931,9 +25930,45 @@ readers do not read off random characters that represent icons */
25931
25930
  cursor: pointer;
25932
25931
  }
25933
25932
 
25934
- .amis-scope .cxd-Button.cxd-Button--link.is-disabled {
25935
- background: transparent;
25933
+ .amis-scope .cxd-Button--link {
25934
+ width: auto;
25935
+ min-width: auto;
25936
+ font-weight: 400;
25937
+ color: #2468f2;
25938
+ text-decoration: none;
25939
+ border: none;
25940
+ height: auto;
25941
+ }
25942
+
25943
+ .amis-scope .cxd-Button--link:hover:focus {
25944
+ color: #209bfd;
25945
+ box-shadow: none;
25946
+ }
25947
+
25948
+ .amis-scope .cxd-Button--link:hover:active {
25949
+ color: #1c53c1;
25950
+ box-shadow: none;
25951
+ }
25952
+
25953
+ .amis-scope .cxd-Button--link:disabled,
25954
+ .amis-scope .cxd-Button--link.is-disabled {
25955
+ color: #b8babf;
25936
25956
  border: none;
25957
+ background: transparent;
25958
+ }
25959
+
25960
+ .amis-scope .cxd-Button--link:disabled:hover:active,
25961
+ .amis-scope .cxd-Button--link.is-disabled:hover:active {
25962
+ color: #b8babf;
25963
+ }
25964
+
25965
+ .amis-scope .cxd-Button--block {
25966
+ display: block;
25967
+ width: 100%;
25968
+ }
25969
+
25970
+ .amis-scope .cxd-Button--block + .cxd-Button--block {
25971
+ margin-top: 0.75rem;
25937
25972
  }
25938
25973
 
25939
25974
  .amis-scope .cxd-Button > .pull-left,
@@ -26395,42 +26430,6 @@ readers do not read off random characters that represent icons */
26395
26430
  animation: spin 1s infinite linear;
26396
26431
  }
26397
26432
 
26398
- .amis-scope .cxd-Button--link {
26399
- width: auto;
26400
- min-width: auto;
26401
- font-weight: 400;
26402
- color: #2468f2;
26403
- text-decoration: none;
26404
- border: none;
26405
- height: auto;
26406
- }
26407
-
26408
- .amis-scope .cxd-Button--link:hover:focus {
26409
- color: #209bfd;
26410
- box-shadow: none;
26411
- }
26412
-
26413
- .amis-scope .cxd-Button--link:hover:active {
26414
- color: #1c53c1;
26415
- box-shadow: none;
26416
- }
26417
-
26418
- .amis-scope .cxd-Button--link:disabled,
26419
- .amis-scope .cxd-Button--link.is-disabled {
26420
- color: #b8babf;
26421
- pointer-events: none;
26422
- background: #f2f2f4;
26423
- }
26424
-
26425
- .amis-scope .cxd-Button--block {
26426
- display: block;
26427
- width: 100%;
26428
- }
26429
-
26430
- .amis-scope .cxd-Button--block + .cxd-Button--block {
26431
- margin-top: 0.75rem;
26432
- }
26433
-
26434
26433
  .amis-scope input[type=submit].cxd-Button--block,
26435
26434
  .amis-scope input[type=reset].cxd-Button--block,
26436
26435
  .amis-scope input[type=button].cxd-Button--block {
@@ -28883,11 +28882,11 @@ readers do not read off random characters that represent icons */
28883
28882
  }
28884
28883
 
28885
28884
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer {
28886
- background: #f5f5f5;
28885
+ background: #f7f7f9;
28887
28886
  }
28888
28887
 
28889
28888
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper {
28890
- background: #f5f5f5;
28889
+ background: #f7f7f9;
28891
28890
  }
28892
28891
 
28893
28892
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable {
@@ -29113,7 +29112,7 @@ readers do not read off random characters that represent icons */
29113
29112
 
29114
29113
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper {
29115
29114
  flex-direction: column;
29116
- background: #f5f5f5;
29115
+ background: #f7f7f9;
29117
29116
  }
29118
29117
 
29119
29118
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
@@ -29145,7 +29144,7 @@ readers do not read off random characters that represent icons */
29145
29144
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:hover,
29146
29145
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:focus {
29147
29146
  color: #2468f2;
29148
- background: #f5f5f5;
29147
+ background: #f7f7f9;
29149
29148
  border-color: #2468f2;
29150
29149
  }
29151
29150
 
@@ -30588,7 +30587,7 @@ readers do not read off random characters that represent icons */
30588
30587
  }
30589
30588
 
30590
30589
  .amis-scope .cxd-Spinner .cxd-Spinner-icon--default {
30591
- background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIKImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTkycHgiIGhlaWdodD0iMTkycHgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQuNSA2MC41IEw5NiAyNC41IEwxNTguNSA2MC41IFYxMzIgTDk2LjUgMTY3LjUgTDM0LjUgMTMyIEwzNC41IDYwLjUgWiIgc3Ryb2tlPSIjMTA4Y2VlIgpzdHlsZT0ic3Ryb2tlLXdpZHRoOiAxNnB4OwogICAgICAgc3Ryb2tlLW9wYWNpdHk6IDE7CiAgICAgICBmaWxsLW9wYWNpdHk6IDA7CiAgICAgICBzdHJva2UtZGFzaGFycmF5OiA4MDAgODAwOwogICAgICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDgwMDsiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGlkPSJsaW5lIiBmcm9tPSI4MDAgODAwIiB0bz0iODAwIDgwMCIgYmVnaW49ImZpcnN0LmVuZCIgZHVyPSIxLjJzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBmcm9tPSI4MDAiIHRvPSItODAwIiBiZWdpbj0iZmlyc3QuZW5kIiBkdXI9IjEuMnMiIGZpbGwgPSAiZnJlZXplIi8+PC9wYXRoPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJmaXJzdCIgdG89IjM0LjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiB0bz0iNjAuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJzZWNvbmQiIGZyb209IjM0LjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjYwLjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIHRvPSIyNC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjIwIiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iMjQuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjYwLjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIxNTguNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iNjAuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjEzMiIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE1OC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxNjcuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjE2Ny41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMTAiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI5Ni41IiBjeT0iOTYuNSIgcj0iMTAiIGZpbGw9IiMxMDhjZWUiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSI5Ni41IiB0bz0iMzQuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxMzIiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIzNC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjwvc3ZnPg==");
30590
+ background: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDY0IDY0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ibG9hZGluZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDAwMDAsIDAuNTAwMDAwKSI+CiAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaIiIHN0cm9rZT0iIzk3OTc5NyIgZmlsbD0iI0Q4RDhEOCIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjMiIGhlaWdodD0iNjMiPjwvcmVjdD4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hOWkh+S7vS02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjk4MDAwMCwgMC43ODAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJmcmFtZSIgc3Ryb2tlPSIjMjQ2OEYyIiBzdHJva2Utd2lkdGg9IjMuMiIgcG9pbnRzPSIyNy41MiA1LjEyIDQ5LjY5MDI1MDMgMTcuOTIgNDkuNjkwMjUwMyA0My41MiAyNy41MiA1Ni4zMiA1LjM0OTc0OTY2IDQzLjUyIDUuMzQ5NzQ5NjYgMTcuOTIiIHN0cm9rZS1kYXNoYXJyYXk9IjE2MCAxNjAiIHN0cm9rZS1kYXNob2Zmc2V0PSIxNjAiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlIGlkPSJmcmFtZTEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBiZWdpbj0iLjQ1cztmcmFtZTIuZW5kIiBkdXI9Ii45cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIxNjAiIHRvPSItMTYwIiBmaWxsPSJmcmVlemUiICBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlIGlkPSJmcmFtZTIiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBiZWdpbj0iZnJhbWUxLmVuZCIgZHVyPSIuOXMiIHR5cGU9InRyYW5zbGF0ZSIgZnJvbT0iMTYwIiB0bz0iMTYwIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiAga2V5U3BsaW5lcz0iLjUgMCAuNSAxIi8+CiAgICAgICAgICAgICAgICA8L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGUxIiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGN4PSIyNy41MiIgY3k9IjQuOCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDI2IiB0bz0iMCAwIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiAga2V5U3BsaW5lcz0iLjUgMCAuNSAxIi8+CiAgICAgICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImNpcmNsZTF0d28iIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYmVnaW49ImNpcmNsZTFvbmUuZW5kICsgLjcycyIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209IjAgMCIgdG89IjAgMjYiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iY2lyY2xlMiIgZmlsbD0iIzI0NjhGMiIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4yNDAwMDAsIDE3LjI4MDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTUwLjI0MDAwMCwgLTE3LjI4MDAwMCkgIiBjeD0iNTAuMjQiIGN5PSIxNy4yOCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMm9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMnR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSItMjIuNSAxMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUydHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUyb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSItMjIuNSAxMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGUzIiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjI0MDAwMCwgNDMuMjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUwLjI0MDAwMCwgLTQzLjIwMDAwMCkgIiBjeD0iNTAuMjQiIGN5PSI0My4yIiByPSI0LjgiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUzb25lIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSIwcztjaXJjbGUzdHdvLmVuZCIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209Ii0yMi41IC0xMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUzdHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUzb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSItMjIuNSAtMTMiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iY2lyY2xlNCIgZmlsbD0iIzI0NjhGMiIgZmlsbC1ydWxlPSJub256ZXJvIiBjeD0iMjcuNTIiIGN5PSI1Ni42NCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIC0yNiIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUxdHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUxb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSIwIC0yNiIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGU1IiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuODAwMDAwLCA0My4yMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC00LjgwMDAwMCwgLTQzLjIwMDAwMCkgIiBjeD0iNC44IiBjeT0iNDMuMiIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlNW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlNXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIyMi41IC0xMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGU1dHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGU1b25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSIyMi41IC0xMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGU2IiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuODAwMDAwLCAxNy4yODAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNC44MDAwMDAsIC0xNy4yODAwMDApICIgY3g9IjQuOCIgY3k9IjE3LjI4IiByPSI0LjgiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGU2b25lIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSIwcztjaXJjbGU2dHdvLmVuZCIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209IjIyLjUgMTMiIHRvPSIwIDAiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlNnR3byIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iY2lyY2xlNm9uZS5lbmQgKyAuNzJzIiBkdXI9Ii41NHMiIHR5cGU9InRyYW5zbGF0ZSIgZnJvbT0iMCAwIiB0bz0iMjIuNSAxMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
30592
30591
  background-size: 100%;
30593
30592
  animation: none;
30594
30593
  }
@@ -31895,7 +31894,7 @@ readers do not read off random characters that represent icons */
31895
31894
  display: block;
31896
31895
  position: absolute;
31897
31896
  margin: 0;
31898
- padding: 0;
31897
+ padding: 4px 0;
31899
31898
  background: #fff;
31900
31899
  box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
31901
31900
  color: #151b26;
@@ -31919,19 +31918,6 @@ readers do not read off random characters that represent icons */
31919
31918
  animation-name: contextMenuOut;
31920
31919
  }
31921
31920
 
31922
- .amis-scope .cxd-ContextMenu-menu::before {
31923
- display: block;
31924
- position: absolute;
31925
- content: "";
31926
- top: -1px;
31927
- left: -1px;
31928
- bottom: -1px;
31929
- right: -1px;
31930
- border-radius: 4px;
31931
- border: 1px solid #e8e9eb;
31932
- z-index: -1;
31933
- }
31934
-
31935
31921
  .amis-scope .cxd-ContextMenu-divider {
31936
31922
  border: none;
31937
31923
  height: 1px;
@@ -31944,7 +31930,7 @@ readers do not read off random characters that represent icons */
31944
31930
  list-style: none;
31945
31931
  margin: 0;
31946
31932
  padding: 0;
31947
- min-width: 100px;
31933
+ min-width: 150px;
31948
31934
  }
31949
31935
 
31950
31936
  .amis-scope .cxd-ContextMenu-item {
@@ -32675,7 +32661,7 @@ readers do not read off random characters that represent icons */
32675
32661
  background: #fff;
32676
32662
  border-spacing: 0;
32677
32663
  border-collapse: collapse;
32678
- border: 0.0625rem solid #f5f5f5;
32664
+ border: 0.0625rem solid #e8e9eb;
32679
32665
  }
32680
32666
 
32681
32667
  .amis-scope .cxd-Table-table th,
@@ -32718,7 +32704,7 @@ readers do not read off random characters that represent icons */
32718
32704
  }
32719
32705
 
32720
32706
  .amis-scope .cxd-Table-table--withCombine > tbody > tr > td:not(:last-child) {
32721
- border-right: 0.0625rem solid #f5f5f5;
32707
+ border-right: 0.0625rem solid #e8e9eb;
32722
32708
  }
32723
32709
 
32724
32710
  .amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
@@ -32726,7 +32712,7 @@ readers do not read off random characters that represent icons */
32726
32712
  }
32727
32713
 
32728
32714
  .amis-scope .cxd-Table-table > thead > tr > th {
32729
- background: #f5f5f5;
32715
+ background: #f7f7f9;
32730
32716
  padding: calc(
32731
32717
  (2.5rem - 0.75rem * 20 / 12) /
32732
32718
  2
@@ -32760,11 +32746,11 @@ readers do not read off random characters that represent icons */
32760
32746
  }
32761
32747
 
32762
32748
  .amis-scope .cxd-Table-table > thead > tr + tr {
32763
- border-top: 0.0625rem solid #f5f5f5;
32749
+ border-top: 0.0625rem solid #e8e9eb;
32764
32750
  }
32765
32751
 
32766
32752
  .amis-scope .cxd-Table-table > thead > tr {
32767
- border-bottom: 0.0625rem solid #f5f5f5;
32753
+ border-bottom: 0.0625rem solid #e8e9eb;
32768
32754
  }
32769
32755
 
32770
32756
  .amis-scope .cxd-Table-table > tbody > tr {
@@ -32773,7 +32759,7 @@ readers do not read off random characters that represent icons */
32773
32759
  }
32774
32760
 
32775
32761
  .amis-scope .cxd-Table-table > tbody > tr + tr {
32776
- border-top: 0.0625rem solid #f5f5f5;
32762
+ border-top: 0.0625rem solid #e8e9eb;
32777
32763
  }
32778
32764
 
32779
32765
  .amis-scope .cxd-Table-table > tbody > tr + tr > th {
@@ -32781,7 +32767,7 @@ readers do not read off random characters that represent icons */
32781
32767
  }
32782
32768
 
32783
32769
  .amis-scope .cxd-Table-table > tbody > tr > th {
32784
- background: #f5f5f5;
32770
+ background: #f7f7f9;
32785
32771
  color: #333;
32786
32772
  font-weight: 400;
32787
32773
  white-space: nowrap;
@@ -32816,7 +32802,7 @@ readers do not read off random characters that represent icons */
32816
32802
 
32817
32803
  .amis-scope .cxd-Table-table > tbody > tr:hover,
32818
32804
  .amis-scope .cxd-Table-table > tbody > tr.is-hovered {
32819
- background: #f5f5f5;
32805
+ background: #e6f0ff;
32820
32806
  border-color: #eceff8;
32821
32807
  color: #151a26;
32822
32808
  }
@@ -34134,157 +34120,1788 @@ readers do not read off random characters that represent icons */
34134
34120
  margin-right: 0.625rem;
34135
34121
  }
34136
34122
 
34137
- .amis-scope .cxd-ColumnToggler {
34123
+ .amis-scope .cxd-Table-v2 {
34138
34124
  position: relative;
34139
- display: inline-block;
34125
+ border-radius: 0.25rem;
34126
+ margin-bottom: 1rem;
34140
34127
  }
34141
34128
 
34142
- .amis-scope .cxd-ColumnToggler-caret {
34143
- margin-left: 0.5rem;
34144
- display: inline-block;
34145
- vertical-align: top;
34146
- transition: transform 0s ease;
34129
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered {
34130
+ border-width: 0.0625rem 0.0625rem 0 0.0625rem;
34131
+ border-style: solid;
34132
+ border-color: #e8e9eb;
34133
+ border-collapse: inherit;
34147
34134
  }
34148
34135
 
34149
- .amis-scope .cxd-ColumnToggler-caret > svg {
34150
- width: 0.625rem;
34151
- height: 0.625rem;
34152
- top: 0.125em;
34136
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > thead > tr > th,
34137
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td,
34138
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td {
34139
+ border-right: 0.0625rem solid #e8e9eb;
34153
34140
  }
34154
34141
 
34155
- .amis-scope .cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
34156
- transform: rotate(180deg);
34142
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > thead > tr > th:last-child,
34143
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td:last-child,
34144
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td:last-child {
34145
+ border-right: none;
34157
34146
  }
34158
34147
 
34159
- .amis-scope .cxd-ColumnToggler.is-actived > .cxd-Button {
34160
- color: #2468f2;
34148
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-footer {
34149
+ border-bottom: 0.0625rem solid #e8e9eb;
34161
34150
  }
34162
34151
 
34163
- .amis-scope .cxd-ColumnToggler--block {
34164
- display: block;
34152
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-title {
34153
+ border-bottom: 0.0625rem solid #e8e9eb;
34165
34154
  }
34166
34155
 
34167
- .amis-scope .cxd-ColumnToggler--block .cxd-Button {
34168
- display: block;
34156
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > thead > tr > th {
34157
+ padding: calc(
34158
+ (3.8125rem - 0.75rem * 20 / 12) /
34159
+ 2
34160
+ ) 0.75rem;
34169
34161
  }
34170
34162
 
34171
- .amis-scope .cxd-ColumnToggler-menu {
34172
- position: absolute;
34173
- z-index: 1000;
34174
- top: 100%;
34175
- left: 0;
34176
- margin: 0.0625rem 0 0;
34177
- background: #fff;
34178
- list-style: none;
34179
- padding: 0.25rem 0;
34180
- border: 0.0625rem solid #e8e9eb;
34181
- border-radius: 0.25rem;
34182
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
34183
- min-width: 10rem;
34184
- text-align: left;
34163
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tbody > tr > td,
34164
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tbody > tr > th {
34165
+ padding: calc(
34166
+ (3.8125rem - 0.75rem * 20 / 12) /
34167
+ 2
34168
+ ) 0.75rem;
34185
34169
  }
34186
34170
 
34187
- .amis-scope .cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
34188
- left: auto;
34189
- right: 0;
34171
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tfoot > tr > td {
34172
+ padding: calc(
34173
+ (3.8125rem - 0.75rem * 20 / 12) /
34174
+ 2
34175
+ ) 0.75rem;
34190
34176
  }
34191
34177
 
34192
- .amis-scope .cxd-ColumnToggler-menuItem,
34193
- .amis-scope .cxd-ColumnToggler-menu > li {
34178
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-TableCell-filterBtn {
34179
+ right: calc( 0.75rem - 1rem / 2 );
34180
+ }
34181
+
34182
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > thead > tr > th {
34194
34183
  padding: calc(
34195
- (2.125rem - 0.875rem * 1.5) /
34184
+ (2.0625rem - 0.75rem * 20 / 12) /
34196
34185
  2
34197
- ) 0.5rem;
34198
- white-space: nowrap;
34199
- box-sizing: border-box;
34200
- height: 2.125rem;
34201
- vertical-align: middle;
34202
- user-select: none;
34203
- color: #2468f2;
34204
- text-decoration: none;
34186
+ ) 0.25rem;
34205
34187
  }
34206
34188
 
34207
- .amis-scope .cxd-ColumnToggler-menuItem:hover,
34208
- .amis-scope .cxd-ColumnToggler-menu > li:hover {
34209
- background: #eaf6fe;
34210
- color: #2468f2;
34189
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tbody > tr > td,
34190
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tbody > tr > th {
34191
+ padding: calc(
34192
+ (2.0625rem - 0.75rem * 20 / 12) /
34193
+ 2
34194
+ ) 0.25rem;
34211
34195
  }
34212
34196
 
34213
- .amis-scope .cxd-ColumnToggler-menuItem.is-active,
34214
- .amis-scope .cxd-ColumnToggler-menu > li.is-active {
34215
- color: #2468f2;
34197
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tfoot > tr > td {
34198
+ padding: calc(
34199
+ (2.0625rem - 0.75rem * 20 / 12) /
34200
+ 2
34201
+ ) 0.25rem;
34216
34202
  }
34217
34203
 
34218
- .amis-scope .cxd-ColumnToggler-menuItem:not(.is-disabled),
34219
- .amis-scope .cxd-ColumnToggler-menuItem:not(.disabled),
34220
- .amis-scope .cxd-ColumnToggler-menu > li:not(.is-disabled),
34221
- .amis-scope .cxd-ColumnToggler-menu > li:not(.disabled) {
34222
- cursor: pointer;
34204
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-TableCell-filterBtn {
34205
+ right: calc( 0.25rem - 1rem / 2 );
34223
34206
  }
34224
34207
 
34225
- .amis-scope .cxd-ColumnToggler-menuItem.is-disabled,
34226
- .amis-scope .cxd-ColumnToggler-menu > li.is-disabled {
34227
- cursor: not-allowed;
34228
- color: #b4b6ba;
34229
- filter: grayscale(80%);
34208
+ .amis-scope .cxd-Table-v2 .cxd-Table-title,
34209
+ .amis-scope .cxd-Table-v2 .cxd-Table-footer {
34210
+ background: #fff;
34211
+ padding: calc( ( 2.5rem - 0.75rem * 1.5 ) / 2 ) 0.5rem;
34230
34212
  }
34231
34213
 
34232
- .amis-scope .cxd-ColumnToggler-menuItem.cxd-DropDown-divider,
34233
- .amis-scope .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
34234
- height: 0.0625rem;
34235
- margin: 0.5625rem 0;
34236
- overflow: hidden;
34237
- background: #e8e9eb;
34238
- padding: 0;
34214
+ .amis-scope .cxd-Table-v2 .cxd-Table-header {
34215
+ padding: 0.75rem 0;
34239
34216
  }
34240
34217
 
34241
- .amis-scope .cxd-ColumnToggler-menu > li a {
34242
- color: inherit;
34243
- display: block;
34244
- text-decoration: none;
34218
+ .amis-scope .cxd-Table-v2 .cxd-Table-header.cxd-Table-sticky-holder {
34219
+ position: sticky;
34220
+ z-index: 3;
34221
+ background: #fff;
34245
34222
  }
34246
34223
 
34247
- .amis-scope .cxd-ColumnToggler-popover {
34248
- border: none;
34249
- box-shadow: none;
34224
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar {
34225
+ display: flex;
34226
+ margin: 0 0 0.75rem;
34227
+ flex-wrap: wrap;
34250
34228
  }
34251
34229
 
34252
- .amis-scope .cxd-ColumnToggler > .cxd-Button {
34253
- min-width: unset;
34230
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar::before,
34231
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar::after {
34232
+ display: table;
34233
+ content: "";
34254
34234
  }
34255
34235
 
34256
- .amis-scope .cxd-ColumnToggler-modal {
34257
- display: flex;
34258
- flex-flow: column nowrap;
34259
- justify-content: space-between;
34260
- align-items: center;
34261
- width: 25rem;
34262
- padding: 1.5rem;
34263
- margin-top: calc(50vh - 100px);
34264
- border-radius: 0.25rem;
34265
- background: #fff;
34266
- 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);
34236
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar::after {
34237
+ clear: both;
34267
34238
  }
34268
34239
 
34269
- .amis-scope .cxd-ColumnToggler-modal-header {
34270
- width: 100%;
34240
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar .cxd-DropDown-menuItem {
34241
+ height: auto;
34242
+ }
34243
+
34244
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar .cxd-DropDown-menuItem .cxd-Checkbox {
34271
34245
  display: flex;
34272
- flex-flow: row nowrap;
34273
- justify-content: space-between;
34274
34246
  align-items: center;
34275
34247
  }
34276
34248
 
34277
- .amis-scope .cxd-ColumnToggler-modal-header a,
34278
- .amis-scope .cxd-ColumnToggler-modal-header span {
34279
- display: inline-block;
34249
+ .amis-scope .cxd-Table-v2 .cxd-Table-header + .cxd-Table-toolbar {
34250
+ padding-top: 0;
34280
34251
  }
34281
34252
 
34282
- .amis-scope .cxd-ColumnToggler-modal-header .cxd-ColumnToggler-modal-title {
34283
- opacity: 0.95;
34284
- font-size: 0.875rem;
34285
- color: #080e1a;
34286
- line-height: 1.5rem;
34287
- font-weight: bold;
34253
+ .amis-scope .cxd-Table-v2 .cxd-Table-content {
34254
+ min-height: 0.01%;
34255
+ overflow-x: auto;
34256
+ transform: translateZ(0);
34257
+ }
34258
+
34259
+ .amis-scope .cxd-Table-v2 .cxd-Table-content th {
34260
+ position: relative;
34261
+ }
34262
+
34263
+ .amis-scope .cxd-Table-v2 .cxd-Table-table {
34264
+ width: 100%;
34265
+ min-width: 100%;
34266
+ margin-bottom: 0;
34267
+ font-size: 0.75rem;
34268
+ color: #333;
34269
+ background: #fff;
34270
+ border-spacing: 0;
34271
+ border-collapse: collapse;
34272
+ border: none;
34273
+ }
34274
+
34275
+ .amis-scope .cxd-Table-v2 .cxd-Table-table th,
34276
+ .amis-scope .cxd-Table-v2 .cxd-Table-table td {
34277
+ text-align: left;
34278
+ }
34279
+
34280
+ .amis-scope .cxd-Table-v2 .cxd-Table-table th.text-center,
34281
+ .amis-scope .cxd-Table-v2 .cxd-Table-table td.text-center,
34282
+ .amis-scope .cxd-Table-v2 .cxd-Table-table th[colspan],
34283
+ .amis-scope .cxd-Table-v2 .cxd-Table-table td[colspan] {
34284
+ text-align: center;
34285
+ }
34286
+
34287
+ .amis-scope .cxd-Table-v2 .cxd-Table-table th.text-right,
34288
+ .amis-scope .cxd-Table-v2 .cxd-Table-table td.text-right {
34289
+ text-align: right;
34290
+ }
34291
+
34292
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th {
34293
+ background: #f7f7f9;
34294
+ padding: calc(
34295
+ (2.5625rem - 0.75rem * 20 / 12) /
34296
+ 2
34297
+ ) 0.625rem;
34298
+ font-size: 0.875rem;
34299
+ color: #333;
34300
+ font-weight: 400;
34301
+ white-space: nowrap;
34302
+ }
34303
+
34304
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th:first-child {
34305
+ padding-left: 0.75rem;
34306
+ }
34307
+
34308
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-last {
34309
+ padding-right: 0.75rem;
34310
+ }
34311
+
34312
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th:not(.cxd-Table-cell-last) {
34313
+ border-right: 0.0625rem solid #fff;
34314
+ }
34315
+
34316
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-row-expand-icon-cell {
34317
+ border-right: 0;
34318
+ }
34319
+
34320
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th .cxd-Remark {
34321
+ margin-left: 0.25rem;
34322
+ position: relative;
34323
+ top: 2px;
34324
+ }
34325
+
34326
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th .cxd-Table-head-cell-wrapper {
34327
+ display: flex;
34328
+ }
34329
+
34330
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr:not(:last-child) {
34331
+ border-bottom: 0.0625rem solid #e8e9eb;
34332
+ }
34333
+
34334
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr {
34335
+ position: relative;
34336
+ border-bottom: 0.0625rem solid #e8e9eb;
34337
+ background: transparent;
34338
+ }
34339
+
34340
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-summary-row > td {
34341
+ background: #f7f7f9;
34342
+ }
34343
+
34344
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th {
34345
+ background: #f7f7f9;
34346
+ color: #333;
34347
+ font-weight: 400;
34348
+ white-space: nowrap;
34349
+ border-right: 0.0625rem solid #fff;
34350
+ }
34351
+
34352
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td,
34353
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th {
34354
+ padding: calc(
34355
+ (2.5625rem - 0.75rem * 20 / 12) /
34356
+ 2
34357
+ ) 0.625rem;
34358
+ }
34359
+
34360
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td:first-child,
34361
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th:first-child {
34362
+ padding-left: 0.75rem;
34363
+ }
34364
+
34365
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td:last-child,
34366
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th:last-child {
34367
+ padding-right: 0.75rem;
34368
+ }
34369
+
34370
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr .cxd-Table-cell-wrapper-prefix {
34371
+ display: flex;
34372
+ }
34373
+
34374
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr .cxd-Table-cell-wrapper-prefix .cxd-Table-expandBtn {
34375
+ margin-right: 5px;
34376
+ }
34377
+
34378
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr .cxd-Table-cell-height-large {
34379
+ height: 2.5rem;
34380
+ line-height: 2.5rem;
34381
+ overflow: hidden;
34382
+ }
34383
+
34384
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr .cxd-Table-cell-height-middle {
34385
+ height: 1.875rem;
34386
+ line-height: 1.875rem;
34387
+ overflow: hidden;
34388
+ }
34389
+
34390
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-tr--odd {
34391
+ background: transparent;
34392
+ }
34393
+
34394
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
34395
+ cursor: pointer;
34396
+ }
34397
+
34398
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:hover,
34399
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-hovered {
34400
+ background: #e6f0ff;
34401
+ border-color: #eceff8;
34402
+ color: #151a26;
34403
+ }
34404
+
34405
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:hover + tr,
34406
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-hovered + tr {
34407
+ border-color: #eceff8;
34408
+ }
34409
+
34410
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-checked {
34411
+ background: #f0faff;
34412
+ border-color: #eceff8;
34413
+ color: #333;
34414
+ }
34415
+
34416
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-checked + tr {
34417
+ border-color: #eceff8;
34418
+ }
34419
+
34420
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-moved,
34421
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-modified {
34422
+ background: #e8f0fe;
34423
+ border-color: #d0e0fd;
34424
+ color: #4285f4;
34425
+ }
34426
+
34427
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-moved + tr,
34428
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-modified + tr {
34429
+ border-color: #d0e0fd;
34430
+ }
34431
+
34432
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-summary {
34433
+ background: #f7f7f9;
34434
+ color: #333;
34435
+ font-weight: 400;
34436
+ }
34437
+
34438
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light {
34439
+ background-color: #eaf6fe;
34440
+ color: #151a26;
34441
+ }
34442
+
34443
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.lt,
34444
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .lt {
34445
+ background: #f4fafe;
34446
+ }
34447
+
34448
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.lter,
34449
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .lter {
34450
+ background: #f9fcff;
34451
+ }
34452
+
34453
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.dk,
34454
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .dk {
34455
+ background: #dbf0fe;
34456
+ }
34457
+
34458
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.dker,
34459
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .dker {
34460
+ background: #d0ecfe;
34461
+ }
34462
+
34463
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.bg,
34464
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .bg {
34465
+ background-color: #eaf6fe;
34466
+ }
34467
+
34468
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark {
34469
+ background-color: #343a40;
34470
+ color: #a0a0a0;
34471
+ }
34472
+
34473
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.lt,
34474
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .lt {
34475
+ background: #41474c;
34476
+ }
34477
+
34478
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.lter,
34479
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .lter {
34480
+ background: #4f5458;
34481
+ }
34482
+
34483
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.dk,
34484
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .dk {
34485
+ background: #272d33;
34486
+ }
34487
+
34488
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.dker,
34489
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .dker {
34490
+ background: #1c2125;
34491
+ }
34492
+
34493
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.bg,
34494
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .bg {
34495
+ background-color: #343a40;
34496
+ }
34497
+
34498
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark a,
34499
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link {
34500
+ color: #b9baba;
34501
+ }
34502
+
34503
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark a:hover,
34504
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link:hover {
34505
+ color: #fff;
34506
+ }
34507
+
34508
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .open > a,
34509
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .open > a:hover,
34510
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .open > a:focus {
34511
+ color: #fff;
34512
+ }
34513
+
34514
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .text-muted {
34515
+ color: #030405 !important;
34516
+ }
34517
+
34518
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .text-lt {
34519
+ color: #425278 !important;
34520
+ }
34521
+
34522
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black {
34523
+ background-color: #000;
34524
+ color: #666666;
34525
+ }
34526
+
34527
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.lt,
34528
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .lt {
34529
+ background: #0d0d0d;
34530
+ }
34531
+
34532
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.lter,
34533
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .lter {
34534
+ background: #1a1a1a;
34535
+ }
34536
+
34537
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.dk,
34538
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .dk {
34539
+ background: black;
34540
+ }
34541
+
34542
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.dker,
34543
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .dker {
34544
+ background: black;
34545
+ }
34546
+
34547
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.bg,
34548
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .bg {
34549
+ background-color: #000;
34550
+ }
34551
+
34552
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black a,
34553
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link {
34554
+ color: gray;
34555
+ }
34556
+
34557
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black a:hover,
34558
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link:hover {
34559
+ color: #fff;
34560
+ }
34561
+
34562
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .open > a,
34563
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .open > a:hover,
34564
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .open > a:focus {
34565
+ color: #fff;
34566
+ }
34567
+
34568
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .text-muted {
34569
+ color: #030405 !important;
34570
+ }
34571
+
34572
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .text-lt {
34573
+ color: #425278 !important;
34574
+ }
34575
+
34576
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary {
34577
+ background-color: #2468f2;
34578
+ color: #e6edfc;
34579
+ }
34580
+
34581
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.lt,
34582
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .lt {
34583
+ background: #3f79f1;
34584
+ }
34585
+
34586
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.lter,
34587
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .lter {
34588
+ background: #598bf0;
34589
+ }
34590
+
34591
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.dk,
34592
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .dk {
34593
+ background: #0b57f2;
34594
+ }
34595
+
34596
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.dker,
34597
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .dker {
34598
+ background: #074ddc;
34599
+ }
34600
+
34601
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.bg,
34602
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .bg {
34603
+ background-color: #2468f2;
34604
+ }
34605
+
34606
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary a,
34607
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
34608
+ color: white;
34609
+ }
34610
+
34611
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary a:hover,
34612
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link:hover {
34613
+ color: #fff;
34614
+ }
34615
+
34616
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .open > a,
34617
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .open > a:hover,
34618
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .open > a:focus {
34619
+ color: #fff;
34620
+ }
34621
+
34622
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .text-muted {
34623
+ color: #030405 !important;
34624
+ }
34625
+
34626
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .text-lt {
34627
+ color: #425278 !important;
34628
+ }
34629
+
34630
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success {
34631
+ background-color: #30bf13;
34632
+ color: #b8f2ac;
34633
+ }
34634
+
34635
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.lt,
34636
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .lt {
34637
+ background: #38d318;
34638
+ }
34639
+
34640
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.lter,
34641
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .lter {
34642
+ background: #43e223;
34643
+ }
34644
+
34645
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.dk,
34646
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .dk {
34647
+ background: #29aa0e;
34648
+ }
34649
+
34650
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.dker,
34651
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .dker {
34652
+ background: #22950a;
34653
+ }
34654
+
34655
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.bg,
34656
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .bg {
34657
+ background-color: #30bf13;
34658
+ }
34659
+
34660
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success a,
34661
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
34662
+ color: #def9d8;
34663
+ }
34664
+
34665
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success a:hover,
34666
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link:hover {
34667
+ color: #fff;
34668
+ }
34669
+
34670
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .open > a,
34671
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .open > a:hover,
34672
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .open > a:focus {
34673
+ color: #fff;
34674
+ }
34675
+
34676
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .text-muted {
34677
+ color: #030405 !important;
34678
+ }
34679
+
34680
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .text-lt {
34681
+ color: #425278 !important;
34682
+ }
34683
+
34684
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info {
34685
+ background-color: #2468f2;
34686
+ color: #e6edfc;
34687
+ }
34688
+
34689
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.lt,
34690
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .lt {
34691
+ background: #3f79f1;
34692
+ }
34693
+
34694
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.lter,
34695
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .lter {
34696
+ background: #598bf0;
34697
+ }
34698
+
34699
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.dk,
34700
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .dk {
34701
+ background: #0b57f2;
34702
+ }
34703
+
34704
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.dker,
34705
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .dker {
34706
+ background: #074ddc;
34707
+ }
34708
+
34709
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.bg,
34710
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .bg {
34711
+ background-color: #2468f2;
34712
+ }
34713
+
34714
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info a,
34715
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
34716
+ color: white;
34717
+ }
34718
+
34719
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info a:hover,
34720
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link:hover {
34721
+ color: #fff;
34722
+ }
34723
+
34724
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .open > a,
34725
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .open > a:hover,
34726
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .open > a:focus {
34727
+ color: #fff;
34728
+ }
34729
+
34730
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .text-muted {
34731
+ color: #030405 !important;
34732
+ }
34733
+
34734
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .text-lt {
34735
+ color: #425278 !important;
34736
+ }
34737
+
34738
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning {
34739
+ background-color: #ff9326;
34740
+ color: #fef9f3;
34741
+ }
34742
+
34743
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.lt,
34744
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .lt {
34745
+ background: #fda042;
34746
+ }
34747
+
34748
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.lter,
34749
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .lter {
34750
+ background: #fbac5d;
34751
+ }
34752
+
34753
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.dk,
34754
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .dk {
34755
+ background: #ff860d;
34756
+ }
34757
+
34758
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.dker,
34759
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .dker {
34760
+ background: #f27a00;
34761
+ }
34762
+
34763
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.bg,
34764
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .bg {
34765
+ background-color: #ff9326;
34766
+ }
34767
+
34768
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning a,
34769
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
34770
+ color: white;
34771
+ }
34772
+
34773
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning a:hover,
34774
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link:hover {
34775
+ color: #fff;
34776
+ }
34777
+
34778
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .open > a,
34779
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .open > a:hover,
34780
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .open > a:focus {
34781
+ color: #fff;
34782
+ }
34783
+
34784
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .text-muted {
34785
+ color: #030405 !important;
34786
+ }
34787
+
34788
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .text-lt {
34789
+ color: #425278 !important;
34790
+ }
34791
+
34792
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger {
34793
+ background-color: #f33e3e;
34794
+ color: #fffefe;
34795
+ }
34796
+
34797
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.lt,
34798
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .lt {
34799
+ background: #f25858;
34800
+ }
34801
+
34802
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.lter,
34803
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .lter {
34804
+ background: #f27272;
34805
+ }
34806
+
34807
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.dk,
34808
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .dk {
34809
+ background: #f42323;
34810
+ }
34811
+
34812
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.dker,
34813
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .dker {
34814
+ background: #f50909;
34815
+ }
34816
+
34817
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.bg,
34818
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .bg {
34819
+ background-color: #f33e3e;
34820
+ }
34821
+
34822
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger a,
34823
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link {
34824
+ color: white;
34825
+ }
34826
+
34827
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger a:hover,
34828
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link:hover {
34829
+ color: #fff;
34830
+ }
34831
+
34832
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .open > a,
34833
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .open > a:hover,
34834
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .open > a:focus {
34835
+ color: #fff;
34836
+ }
34837
+
34838
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .text-muted {
34839
+ color: #030405 !important;
34840
+ }
34841
+
34842
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .text-lt {
34843
+ color: #425278 !important;
34844
+ }
34845
+
34846
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-dragging {
34847
+ opacity: 0.1;
34848
+ }
34849
+
34850
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expanded .cxd-Table-expandCell:before {
34851
+ right: -0.6875rem;
34852
+ }
34853
+
34854
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandBtn {
34855
+ position: relative;
34856
+ right: -1.125rem;
34857
+ }
34858
+
34859
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td {
34860
+ position: relative;
34861
+ padding-left: 1.125rem;
34862
+ }
34863
+
34864
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::before {
34865
+ content: "";
34866
+ position: absolute;
34867
+ width: 0.0625rem;
34868
+ top: 0;
34869
+ bottom: 0;
34870
+ left: -0.5rem;
34871
+ height: auto;
34872
+ background: gainsboro;
34873
+ }
34874
+
34875
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::after {
34876
+ content: "";
34877
+ position: absolute;
34878
+ height: 0.0625rem;
34879
+ top: 50%;
34880
+ left: -0.5rem;
34881
+ width: 0.625rem;
34882
+ background: gainsboro;
34883
+ }
34884
+
34885
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expandable .cxd-Table-expandCell + td {
34886
+ padding-left: 1.125rem;
34887
+ }
34888
+
34889
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
34890
+ height: 50%;
34891
+ bottom: auto;
34892
+ }
34893
+
34894
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expanded .cxd-Table-expandCell:before {
34895
+ right: -1.8125rem;
34896
+ }
34897
+
34898
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandBtn {
34899
+ position: relative;
34900
+ right: -2.25rem;
34901
+ }
34902
+
34903
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td {
34904
+ position: relative;
34905
+ padding-left: 2.25rem;
34906
+ }
34907
+
34908
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::before {
34909
+ content: "";
34910
+ position: absolute;
34911
+ width: 0.0625rem;
34912
+ top: 0;
34913
+ bottom: 0;
34914
+ left: 0.625rem;
34915
+ height: auto;
34916
+ background: gainsboro;
34917
+ }
34918
+
34919
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::after {
34920
+ content: "";
34921
+ position: absolute;
34922
+ height: 0.0625rem;
34923
+ top: 50%;
34924
+ left: 0.625rem;
34925
+ width: 0.625rem;
34926
+ background: gainsboro;
34927
+ }
34928
+
34929
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expandable .cxd-Table-expandCell + td {
34930
+ padding-left: 2.25rem;
34931
+ }
34932
+
34933
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
34934
+ height: 50%;
34935
+ bottom: auto;
34936
+ }
34937
+
34938
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expanded .cxd-Table-expandCell:before {
34939
+ right: -2.9375rem;
34940
+ }
34941
+
34942
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandBtn {
34943
+ position: relative;
34944
+ right: -3.375rem;
34945
+ }
34946
+
34947
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td {
34948
+ position: relative;
34949
+ padding-left: 3.375rem;
34950
+ }
34951
+
34952
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::before {
34953
+ content: "";
34954
+ position: absolute;
34955
+ width: 0.0625rem;
34956
+ top: 0;
34957
+ bottom: 0;
34958
+ left: 1.75rem;
34959
+ height: auto;
34960
+ background: gainsboro;
34961
+ }
34962
+
34963
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::after {
34964
+ content: "";
34965
+ position: absolute;
34966
+ height: 0.0625rem;
34967
+ top: 50%;
34968
+ left: 1.75rem;
34969
+ width: 0.625rem;
34970
+ background: gainsboro;
34971
+ }
34972
+
34973
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expandable .cxd-Table-expandCell + td {
34974
+ padding-left: 3.375rem;
34975
+ }
34976
+
34977
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
34978
+ height: 50%;
34979
+ bottom: auto;
34980
+ }
34981
+
34982
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expanded .cxd-Table-expandCell:before {
34983
+ right: -4.0625rem;
34984
+ }
34985
+
34986
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandBtn {
34987
+ position: relative;
34988
+ right: -4.5rem;
34989
+ }
34990
+
34991
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td {
34992
+ position: relative;
34993
+ padding-left: 4.5rem;
34994
+ }
34995
+
34996
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::before {
34997
+ content: "";
34998
+ position: absolute;
34999
+ width: 0.0625rem;
35000
+ top: 0;
35001
+ bottom: 0;
35002
+ left: 2.875rem;
35003
+ height: auto;
35004
+ background: gainsboro;
35005
+ }
35006
+
35007
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::after {
35008
+ content: "";
35009
+ position: absolute;
35010
+ height: 0.0625rem;
35011
+ top: 50%;
35012
+ left: 2.875rem;
35013
+ width: 0.625rem;
35014
+ background: gainsboro;
35015
+ }
35016
+
35017
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
35018
+ padding-left: 4.5rem;
35019
+ }
35020
+
35021
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
35022
+ height: 50%;
35023
+ bottom: auto;
35024
+ }
35025
+
35026
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expanded .cxd-Table-expandCell:before {
35027
+ right: -5.1875rem;
35028
+ }
35029
+
35030
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandBtn {
35031
+ position: relative;
35032
+ right: -5.625rem;
35033
+ }
35034
+
35035
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td {
35036
+ position: relative;
35037
+ padding-left: 5.625rem;
35038
+ }
35039
+
35040
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::before {
35041
+ content: "";
35042
+ position: absolute;
35043
+ width: 0.0625rem;
35044
+ top: 0;
35045
+ bottom: 0;
35046
+ left: 4rem;
35047
+ height: auto;
35048
+ background: gainsboro;
35049
+ }
35050
+
35051
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
35052
+ content: "";
35053
+ position: absolute;
35054
+ height: 0.0625rem;
35055
+ top: 50%;
35056
+ left: 4rem;
35057
+ width: 0.625rem;
35058
+ background: gainsboro;
35059
+ }
35060
+
35061
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expandable .cxd-Table-expandCell + td {
35062
+ padding-left: 5.625rem;
35063
+ }
35064
+
35065
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
35066
+ height: 50%;
35067
+ bottom: auto;
35068
+ }
35069
+
35070
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expanded .cxd-Table-expandCell:before {
35071
+ right: -6.3125rem;
35072
+ }
35073
+
35074
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandBtn {
35075
+ position: relative;
35076
+ right: -6.75rem;
35077
+ }
35078
+
35079
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td {
35080
+ position: relative;
35081
+ padding-left: 6.75rem;
35082
+ }
35083
+
35084
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::before {
35085
+ content: "";
35086
+ position: absolute;
35087
+ width: 0.0625rem;
35088
+ top: 0;
35089
+ bottom: 0;
35090
+ left: 5.125rem;
35091
+ height: auto;
35092
+ background: gainsboro;
35093
+ }
35094
+
35095
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
35096
+ content: "";
35097
+ position: absolute;
35098
+ height: 0.0625rem;
35099
+ top: 50%;
35100
+ left: 5.125rem;
35101
+ width: 0.625rem;
35102
+ background: gainsboro;
35103
+ }
35104
+
35105
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expandable .cxd-Table-expandCell + td {
35106
+ padding-left: 6.75rem;
35107
+ }
35108
+
35109
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
35110
+ height: 50%;
35111
+ bottom: auto;
35112
+ }
35113
+
35114
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expanded .cxd-Table-expandCell:before {
35115
+ right: -7.4375rem;
35116
+ }
35117
+
35118
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandBtn {
35119
+ position: relative;
35120
+ right: -7.875rem;
35121
+ }
35122
+
35123
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td {
35124
+ position: relative;
35125
+ padding-left: 7.875rem;
35126
+ }
35127
+
35128
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::before {
35129
+ content: "";
35130
+ position: absolute;
35131
+ width: 0.0625rem;
35132
+ top: 0;
35133
+ bottom: 0;
35134
+ left: 6.25rem;
35135
+ height: auto;
35136
+ background: gainsboro;
35137
+ }
35138
+
35139
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
35140
+ content: "";
35141
+ position: absolute;
35142
+ height: 0.0625rem;
35143
+ top: 50%;
35144
+ left: 6.25rem;
35145
+ width: 0.625rem;
35146
+ background: gainsboro;
35147
+ }
35148
+
35149
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expandable .cxd-Table-expandCell + td {
35150
+ padding-left: 7.875rem;
35151
+ }
35152
+
35153
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
35154
+ height: 50%;
35155
+ bottom: auto;
35156
+ }
35157
+
35158
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expanded .cxd-Table-expandCell:before {
35159
+ right: -8.5625rem;
35160
+ }
35161
+
35162
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandBtn {
35163
+ position: relative;
35164
+ right: -9rem;
35165
+ }
35166
+
35167
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td {
35168
+ position: relative;
35169
+ padding-left: 9rem;
35170
+ }
35171
+
35172
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::before {
35173
+ content: "";
35174
+ position: absolute;
35175
+ width: 0.0625rem;
35176
+ top: 0;
35177
+ bottom: 0;
35178
+ left: 7.375rem;
35179
+ height: auto;
35180
+ background: gainsboro;
35181
+ }
35182
+
35183
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
35184
+ content: "";
35185
+ position: absolute;
35186
+ height: 0.0625rem;
35187
+ top: 50%;
35188
+ left: 7.375rem;
35189
+ width: 0.625rem;
35190
+ background: gainsboro;
35191
+ }
35192
+
35193
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expandable .cxd-Table-expandCell + td {
35194
+ padding-left: 9rem;
35195
+ }
35196
+
35197
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
35198
+ height: 50%;
35199
+ bottom: auto;
35200
+ }
35201
+
35202
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expanded .cxd-Table-expandCell:before {
35203
+ right: -9.6875rem;
35204
+ }
35205
+
35206
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandBtn {
35207
+ position: relative;
35208
+ right: -10.125rem;
35209
+ }
35210
+
35211
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td {
35212
+ position: relative;
35213
+ padding-left: 10.125rem;
35214
+ }
35215
+
35216
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::before {
35217
+ content: "";
35218
+ position: absolute;
35219
+ width: 0.0625rem;
35220
+ top: 0;
35221
+ bottom: 0;
35222
+ left: 8.5rem;
35223
+ height: auto;
35224
+ background: gainsboro;
35225
+ }
35226
+
35227
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
35228
+ content: "";
35229
+ position: absolute;
35230
+ height: 0.0625rem;
35231
+ top: 50%;
35232
+ left: 8.5rem;
35233
+ width: 0.625rem;
35234
+ background: gainsboro;
35235
+ }
35236
+
35237
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expandable .cxd-Table-expandCell + td {
35238
+ padding-left: 10.125rem;
35239
+ }
35240
+
35241
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
35242
+ height: 50%;
35243
+ bottom: auto;
35244
+ }
35245
+
35246
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
35247
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
35248
+ border-right: 0;
35249
+ white-space: nowrap;
35250
+ }
35251
+
35252
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-checkCell .cxd-Checkbox,
35253
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell .cxd-Checkbox {
35254
+ margin: 0;
35255
+ }
35256
+
35257
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
35258
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
35259
+ border-right: 0;
35260
+ width: 0.0625rem;
35261
+ padding-right: 0;
35262
+ }
35263
+
35264
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-dragCell,
35265
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell {
35266
+ border-right: 0;
35267
+ width: 0.0625rem;
35268
+ padding-right: 0;
35269
+ cursor: move;
35270
+ }
35271
+
35272
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
35273
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
35274
+ vertical-align: middle;
35275
+ }
35276
+
35277
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
35278
+ position: relative;
35279
+ }
35280
+
35281
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-1 {
35282
+ position: absolute;
35283
+ width: 0.0625rem;
35284
+ top: 0;
35285
+ bottom: 0;
35286
+ height: 100%;
35287
+ background: gainsboro;
35288
+ right: 0.4375rem;
35289
+ }
35290
+
35291
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-2 {
35292
+ position: absolute;
35293
+ width: 0.0625rem;
35294
+ top: 0;
35295
+ bottom: 0;
35296
+ height: 100%;
35297
+ background: gainsboro;
35298
+ right: -0.6875rem;
35299
+ }
35300
+
35301
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-3 {
35302
+ position: absolute;
35303
+ width: 0.0625rem;
35304
+ top: 0;
35305
+ bottom: 0;
35306
+ height: 100%;
35307
+ background: gainsboro;
35308
+ right: -1.8125rem;
35309
+ }
35310
+
35311
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-4 {
35312
+ position: absolute;
35313
+ width: 0.0625rem;
35314
+ top: 0;
35315
+ bottom: 0;
35316
+ height: 100%;
35317
+ background: gainsboro;
35318
+ right: -2.9375rem;
35319
+ }
35320
+
35321
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-5 {
35322
+ position: absolute;
35323
+ width: 0.0625rem;
35324
+ top: 0;
35325
+ bottom: 0;
35326
+ height: 100%;
35327
+ background: gainsboro;
35328
+ right: -4.0625rem;
35329
+ }
35330
+
35331
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-6 {
35332
+ position: absolute;
35333
+ width: 0.0625rem;
35334
+ top: 0;
35335
+ bottom: 0;
35336
+ height: 100%;
35337
+ background: gainsboro;
35338
+ right: -5.1875rem;
35339
+ }
35340
+
35341
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-7 {
35342
+ position: absolute;
35343
+ width: 0.0625rem;
35344
+ top: 0;
35345
+ bottom: 0;
35346
+ height: 100%;
35347
+ background: gainsboro;
35348
+ right: -6.3125rem;
35349
+ }
35350
+
35351
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-expanded > td.cxd-Table-expandCell::before {
35352
+ content: "";
35353
+ position: absolute;
35354
+ width: 0.0625rem;
35355
+ top: 50%;
35356
+ bottom: 0;
35357
+ right: 0.4375rem;
35358
+ height: auto;
35359
+ background: gainsboro;
35360
+ }
35361
+
35362
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
35363
+ padding-right: calc( 0.625rem + 0.875rem );
35364
+ position: relative;
35365
+ }
35366
+
35367
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-TableCell--searchable {
35368
+ padding-right: calc( 0.625rem + 1rem );
35369
+ position: relative;
35370
+ }
35371
+
35372
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-TableCell--filterable {
35373
+ padding-right: calc( 0.625rem + 1rem );
35374
+ position: relative;
35375
+ }
35376
+
35377
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-row-disabled {
35378
+ background: #f7f7f9;
35379
+ color: #b8babf;
35380
+ }
35381
+
35382
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-row-hover {
35383
+ background: #e6f0ff;
35384
+ border-color: #eceff8;
35385
+ color: #151a26;
35386
+ }
35387
+
35388
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
35389
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
35390
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
35391
+ position: absolute;
35392
+ top: 0;
35393
+ right: 0;
35394
+ bottom: -1px;
35395
+ width: 30px;
35396
+ transform: translate(100%);
35397
+ transition: box-shadow 0.3s;
35398
+ content: "";
35399
+ pointer-events: none;
35400
+ }
35401
+
35402
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
35403
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
35404
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-last:after {
35405
+ position: absolute;
35406
+ top: 0;
35407
+ bottom: -1px;
35408
+ left: 0;
35409
+ width: 30px;
35410
+ transform: translate(-100%);
35411
+ transition: box-shadow 0.3s;
35412
+ content: "";
35413
+ pointer-events: none;
35414
+ }
35415
+
35416
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-expand-icon-cell {
35417
+ text-align: center;
35418
+ }
35419
+
35420
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-expand-icon-cell .cxd-Table-row-indent {
35421
+ height: 1px;
35422
+ }
35423
+
35424
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-expanded-row > td {
35425
+ background: #e6f0ff;
35426
+ }
35427
+
35428
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr {
35429
+ border-bottom: 0.0625rem solid #e8e9eb;
35430
+ }
35431
+
35432
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr > td {
35433
+ padding: calc(
35434
+ (2.5625rem - 0.75rem * 20 / 12) /
35435
+ 2
35436
+ ) 0.625rem;
35437
+ background: #f7f7f9;
35438
+ }
35439
+
35440
+ .amis-scope .cxd-Table-v2 .cxd-Table-container .cxd-Table-header {
35441
+ padding: 0;
35442
+ }
35443
+
35444
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
35445
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
35446
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
35447
+ box-shadow: inset 10px 0 8px -8px #00000026;
35448
+ }
35449
+
35450
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left {
35451
+ border-right: none;
35452
+ }
35453
+
35454
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left:not(.cxd-Table-cell-row-hover) {
35455
+ background: #FFF;
35456
+ }
35457
+
35458
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td:not(:last-child).cxd-Table-cell-fix-left-last {
35459
+ border-right: none;
35460
+ }
35461
+
35462
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th:not(:last-child):not(:first-child).cxd-Table-cell-fix-left-last {
35463
+ border-right: none;
35464
+ }
35465
+
35466
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
35467
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
35468
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-first:after {
35469
+ box-shadow: inset -10px 0 8px -8px #00000026;
35470
+ }
35471
+
35472
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right {
35473
+ border-right: none;
35474
+ }
35475
+
35476
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right:not(.cxd-Table-cell-row-hover) {
35477
+ background: #FFF;
35478
+ }
35479
+
35480
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first-prev {
35481
+ border-right: none;
35482
+ }
35483
+
35484
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th:not(:last-child).cxd-Table-cell-fix-right-first {
35485
+ border-right: none;
35486
+ }
35487
+
35488
+ .amis-scope .cxd-Table-v2.cxd-Table-resizable .cxd-Table-table > thead > tr > th {
35489
+ position: relative;
35490
+ }
35491
+
35492
+ .amis-scope .cxd-Table-v2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable {
35493
+ position: absolute;
35494
+ width: 1px;
35495
+ right: 0;
35496
+ top: 0;
35497
+ bottom: 0;
35498
+ cursor: col-resize;
35499
+ }
35500
+
35501
+ .amis-scope .cxd-Table-v2 .cxd-Table-loading {
35502
+ padding: 30px 0px;
35503
+ text-align: center;
35504
+ }
35505
+
35506
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn {
35507
+ cursor: pointer;
35508
+ width: 0.875rem;
35509
+ height: 1rem;
35510
+ position: static;
35511
+ display: inline-block;
35512
+ transform: none;
35513
+ color: #999;
35514
+ margin-left: 0.5rem;
35515
+ }
35516
+
35517
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn:hover {
35518
+ color: #2468f2;
35519
+ }
35520
+
35521
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up > svg,
35522
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--down > svg,
35523
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default > svg {
35524
+ color: inherit;
35525
+ width: 13px;
35526
+ height: 13px;
35527
+ }
35528
+
35529
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up,
35530
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--down,
35531
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default {
35532
+ display: none;
35533
+ z-index: 2;
35534
+ font-style: normal;
35535
+ }
35536
+
35537
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up.is-active,
35538
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--down.is-active,
35539
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default.is-active {
35540
+ display: inline-block;
35541
+ }
35542
+
35543
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default.is-active {
35544
+ color: #b8babf;
35545
+ }
35546
+
35547
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default.is-active:hover {
35548
+ color: #151a26;
35549
+ }
35550
+
35551
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up.is-active,
35552
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--down.is-active {
35553
+ color: #2468f2;
35554
+ }
35555
+
35556
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn {
35557
+ cursor: pointer;
35558
+ position: static;
35559
+ transform: translateY(-50%);
35560
+ color: #b8babf;
35561
+ margin-left: 0.5rem;
35562
+ }
35563
+
35564
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn svg.icon {
35565
+ width: 12px;
35566
+ height: 12px;
35567
+ }
35568
+
35569
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn:hover {
35570
+ color: #151a26;
35571
+ }
35572
+
35573
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn.is-active {
35574
+ color: #2468f2;
35575
+ }
35576
+
35577
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchPopOver {
35578
+ border: none;
35579
+ min-width: 20rem;
35580
+ max-width: 40rem;
35581
+ }
35582
+
35583
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchPopOver .cxd-Panel {
35584
+ margin: 0;
35585
+ }
35586
+
35587
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn {
35588
+ cursor: pointer;
35589
+ width: 1rem;
35590
+ position: static;
35591
+ display: inline-block;
35592
+ transform: none;
35593
+ color: #b8babf;
35594
+ margin-left: 0.5rem;
35595
+ }
35596
+
35597
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn svg.icon {
35598
+ width: 13px;
35599
+ height: 13px;
35600
+ }
35601
+
35602
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn:hover {
35603
+ color: #151a26;
35604
+ }
35605
+
35606
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn.is-active {
35607
+ color: #2468f2;
35608
+ }
35609
+
35610
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn .cxd-Remark {
35611
+ display: inline;
35612
+ }
35613
+
35614
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver {
35615
+ border: none;
35616
+ width: 10rem;
35617
+ }
35618
+
35619
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu {
35620
+ margin: 0;
35621
+ padding: 0;
35622
+ }
35623
+
35624
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
35625
+ height: 1.875rem;
35626
+ line-height: 1.875rem;
35627
+ padding: 0 0.625rem;
35628
+ background: #fff;
35629
+ margin: 0;
35630
+ }
35631
+
35632
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
35633
+ background: #eaf6fe;
35634
+ color: #2468f2;
35635
+ }
35636
+
35637
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
35638
+ background: #eaf6fe;
35639
+ color: #2468f2;
35640
+ }
35641
+
35642
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
35643
+ width: 100%;
35644
+ margin: 0;
35645
+ }
35646
+
35647
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu {
35648
+ text-align: center;
35649
+ border-top: 1px solid #e8e9eb;
35650
+ }
35651
+
35652
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu .cxd-Button {
35653
+ margin: 0 5px;
35654
+ padding: 0 10px;
35655
+ }
35656
+
35657
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu:hover {
35658
+ background: none;
35659
+ }
35660
+
35661
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-selectionBtn {
35662
+ cursor: pointer;
35663
+ margin-left: 4px;
35664
+ }
35665
+
35666
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-selectionBtn svg.icon {
35667
+ transform: rotate(270deg);
35668
+ font-size: 12px;
35669
+ }
35670
+
35671
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-selectionPopOver .cxd-DropDown-menu {
35672
+ margin: 0;
35673
+ padding: 0;
35674
+ }
35675
+
35676
+ .amis-scope .cxd-Table-v2.cxd-Table-expandBtn {
35677
+ position: relative;
35678
+ z-index: 1;
35679
+ color: #2468f2;
35680
+ display: inline-flex;
35681
+ justify-content: center;
35682
+ align-items: center;
35683
+ width: 0.875rem;
35684
+ line-height: 1;
35685
+ height: 16px;
35686
+ }
35687
+
35688
+ .amis-scope .cxd-Table-v2.cxd-Table-expandBtn > svg {
35689
+ display: inline-block;
35690
+ text-align: center;
35691
+ cursor: pointer;
35692
+ transition: transform ease-in-out 0s, top ease-in-out 0s;
35693
+ position: relative;
35694
+ transform-origin: 50% 50%;
35695
+ width: 0.625rem;
35696
+ height: 0.625rem;
35697
+ top: 0;
35698
+ }
35699
+
35700
+ .amis-scope .cxd-Table-v2.cxd-Table-expandBtn.is-active > svg {
35701
+ transform: rotate(90deg);
35702
+ }
35703
+
35704
+ .amis-scope .cxd-Table-v2.cxd-Table-expandBtn:hover {
35705
+ text-decoration: none;
35706
+ }
35707
+
35708
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
35709
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
35710
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
35711
+ visibility: visible;
35712
+ }
35713
+
35714
+ .amis-scope .cxd-Table-v2 .fake-hide {
35715
+ visibility: hidden;
35716
+ position: absolute;
35717
+ }
35718
+
35719
+ .amis-scope .cxd-Table-v2 .cxd-Table-badge {
35720
+ position: absolute;
35721
+ top: 0;
35722
+ left: 0;
35723
+ }
35724
+
35725
+ .amis-scope .cxd-InputTable-toolbar {
35726
+ display: flex;
35727
+ flex-direction: row;
35728
+ flex-wrap: wrap;
35729
+ justify-content: space-between;
35730
+ }
35731
+
35732
+ .amis-scope .cxd-InputTable-pager {
35733
+ margin-left: auto;
35734
+ }
35735
+
35736
+ .amis-scope .cxd-OperationField {
35737
+ margin: -0.1875rem;
35738
+ }
35739
+
35740
+ .amis-scope .cxd-OperationField > .cxd-Button,
35741
+ .amis-scope .cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button {
35742
+ margin: 0.1875rem;
35743
+ }
35744
+
35745
+ .amis-scope .cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button--link {
35746
+ padding: 0;
35747
+ }
35748
+
35749
+ .amis-scope .cxd-OperationField > .cxd-Button--link {
35750
+ padding: 0;
35751
+ margin-right: 0.625rem;
35752
+ }
35753
+
35754
+ .amis-scope .cxd-ColumnToggler {
35755
+ position: relative;
35756
+ display: inline-block;
35757
+ }
35758
+
35759
+ .amis-scope .cxd-ColumnToggler-caret {
35760
+ margin-left: 0.5rem;
35761
+ display: inline-block;
35762
+ vertical-align: top;
35763
+ transition: transform 0s ease;
35764
+ }
35765
+
35766
+ .amis-scope .cxd-ColumnToggler-caret > svg {
35767
+ width: 0.625rem;
35768
+ height: 0.625rem;
35769
+ top: 0.125em;
35770
+ }
35771
+
35772
+ .amis-scope .cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
35773
+ transform: rotate(180deg);
35774
+ }
35775
+
35776
+ .amis-scope .cxd-ColumnToggler.is-actived > .cxd-Button {
35777
+ color: #2468f2;
35778
+ }
35779
+
35780
+ .amis-scope .cxd-ColumnToggler--block {
35781
+ display: block;
35782
+ }
35783
+
35784
+ .amis-scope .cxd-ColumnToggler--block .cxd-Button {
35785
+ display: block;
35786
+ }
35787
+
35788
+ .amis-scope .cxd-ColumnToggler-menu {
35789
+ position: absolute;
35790
+ z-index: 1000;
35791
+ top: 100%;
35792
+ left: 0;
35793
+ margin: 0.0625rem 0 0;
35794
+ background: #fff;
35795
+ list-style: none;
35796
+ padding: 0.25rem 0;
35797
+ border: 0.0625rem solid #e8e9eb;
35798
+ border-radius: 0.25rem;
35799
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
35800
+ min-width: 10rem;
35801
+ text-align: left;
35802
+ }
35803
+
35804
+ .amis-scope .cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
35805
+ left: auto;
35806
+ right: 0;
35807
+ }
35808
+
35809
+ .amis-scope .cxd-ColumnToggler-menuItem,
35810
+ .amis-scope .cxd-ColumnToggler-menu > li {
35811
+ padding: calc(
35812
+ (2.125rem - 0.875rem * 1.5) /
35813
+ 2
35814
+ ) 0.5rem;
35815
+ white-space: nowrap;
35816
+ box-sizing: border-box;
35817
+ height: 2.125rem;
35818
+ vertical-align: middle;
35819
+ user-select: none;
35820
+ color: #2468f2;
35821
+ text-decoration: none;
35822
+ }
35823
+
35824
+ .amis-scope .cxd-ColumnToggler-menuItem:hover,
35825
+ .amis-scope .cxd-ColumnToggler-menu > li:hover {
35826
+ background: #eaf6fe;
35827
+ color: #2468f2;
35828
+ }
35829
+
35830
+ .amis-scope .cxd-ColumnToggler-menuItem.is-active,
35831
+ .amis-scope .cxd-ColumnToggler-menu > li.is-active {
35832
+ color: #2468f2;
35833
+ }
35834
+
35835
+ .amis-scope .cxd-ColumnToggler-menuItem:not(.is-disabled),
35836
+ .amis-scope .cxd-ColumnToggler-menuItem:not(.disabled),
35837
+ .amis-scope .cxd-ColumnToggler-menu > li:not(.is-disabled),
35838
+ .amis-scope .cxd-ColumnToggler-menu > li:not(.disabled) {
35839
+ cursor: pointer;
35840
+ }
35841
+
35842
+ .amis-scope .cxd-ColumnToggler-menuItem.is-disabled,
35843
+ .amis-scope .cxd-ColumnToggler-menu > li.is-disabled {
35844
+ cursor: not-allowed;
35845
+ color: #b4b6ba;
35846
+ filter: grayscale(80%);
35847
+ }
35848
+
35849
+ .amis-scope .cxd-ColumnToggler-menuItem.cxd-DropDown-divider,
35850
+ .amis-scope .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
35851
+ height: 0.0625rem;
35852
+ margin: 0.5625rem 0;
35853
+ overflow: hidden;
35854
+ background: #e8e9eb;
35855
+ padding: 0;
35856
+ }
35857
+
35858
+ .amis-scope .cxd-ColumnToggler-menu > li a {
35859
+ color: inherit;
35860
+ display: block;
35861
+ text-decoration: none;
35862
+ }
35863
+
35864
+ .amis-scope .cxd-ColumnToggler-popover {
35865
+ border: none;
35866
+ box-shadow: none;
35867
+ }
35868
+
35869
+ .amis-scope .cxd-ColumnToggler > .cxd-Button {
35870
+ min-width: unset;
35871
+ }
35872
+
35873
+ .amis-scope .cxd-ColumnToggler-modal {
35874
+ display: flex;
35875
+ flex-flow: column nowrap;
35876
+ justify-content: space-between;
35877
+ align-items: center;
35878
+ width: 25rem;
35879
+ padding: 1.5rem;
35880
+ margin-top: calc(50vh - 100px);
35881
+ border-radius: 0.25rem;
35882
+ background: #fff;
35883
+ 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);
35884
+ }
35885
+
35886
+ .amis-scope .cxd-ColumnToggler-modal-header {
35887
+ width: 100%;
35888
+ display: flex;
35889
+ flex-flow: row nowrap;
35890
+ justify-content: space-between;
35891
+ align-items: center;
35892
+ }
35893
+
35894
+ .amis-scope .cxd-ColumnToggler-modal-header a,
35895
+ .amis-scope .cxd-ColumnToggler-modal-header span {
35896
+ display: inline-block;
35897
+ }
35898
+
35899
+ .amis-scope .cxd-ColumnToggler-modal-header .cxd-ColumnToggler-modal-title {
35900
+ opacity: 0.95;
35901
+ font-size: 0.875rem;
35902
+ color: #080e1a;
35903
+ line-height: 1.5rem;
35904
+ font-weight: bold;
34288
35905
  }
34289
35906
 
34290
35907
  .amis-scope .cxd-ColumnToggler-modal-content {
@@ -35572,7 +37189,8 @@ readers do not read off random characters that represent icons */
35572
37189
  }
35573
37190
 
35574
37191
  .amis-scope .cxd-Pagination > li {
35575
- display: inline;
37192
+ display: inline-flex;
37193
+ cursor: pointer;
35576
37194
  }
35577
37195
 
35578
37196
  .amis-scope .cxd-Pagination > li > a,
@@ -35602,6 +37220,16 @@ readers do not read off random characters that represent icons */
35602
37220
  color: #2468f2;
35603
37221
  }
35604
37222
 
37223
+ .amis-scope .cxd-Pagination .ellipsis {
37224
+ cursor: unset;
37225
+ }
37226
+
37227
+ .amis-scope .cxd-Pagination .ellipsis > a {
37228
+ cursor: unset;
37229
+ position: relative;
37230
+ top: -0.25rem;
37231
+ }
37232
+
35605
37233
  .amis-scope .cxd-Pagination > li.is-disabled > span,
35606
37234
  .amis-scope .cxd-Pagination > li.is-disabled > a {
35607
37235
  cursor: not-allowed;
@@ -35628,43 +37256,112 @@ readers do not read off random characters that represent icons */
35628
37256
  border-radius: 0.25rem;
35629
37257
  }
35630
37258
 
35631
- .amis-scope .cxd-Pagination-prev > span {
35632
- cursor: pointer;
37259
+ .amis-scope .cxd-Pagination-simple > ul > li:hover,
37260
+ .amis-scope .cxd-Pagination-simple > ul > li:focus {
37261
+ outline: none;
35633
37262
  }
35634
37263
 
35635
- .amis-scope .cxd-Pagination-ellipsis > a > span {
35636
- position: relative;
35637
- top: -0.25rem;
37264
+ .amis-scope .cxd-Pagination-simple > ul > li.is-active > a {
37265
+ border: none;
37266
+ }
37267
+
37268
+ .amis-scope .cxd-Pagination-simple > ul > li.is-active > a:hover,
37269
+ .amis-scope .cxd-Pagination-simple > ul > li.is-active > a:focus {
37270
+ border: none;
37271
+ }
37272
+
37273
+ .amis-scope .cxd-Pagination-prev > span {
37274
+ cursor: pointer;
35638
37275
  }
35639
37276
 
35640
37277
  .amis-scope .cxd-Pagination-next > span {
35641
37278
  cursor: pointer;
35642
37279
  }
35643
37280
 
37281
+ .amis-scope .cxd-Pagination-total {
37282
+ display: inline-block;
37283
+ color: #84868c;
37284
+ }
37285
+
35644
37286
  .amis-scope .cxd-Pagination-inputGroup {
35645
37287
  display: inline-flex;
35646
37288
  flex-wrap: nowrap;
35647
37289
  align-items: center;
37290
+ height: 1.875rem;
37291
+ }
37292
+
37293
+ .amis-scope .cxd-Pagination-inputGroup-left {
37294
+ color: #84868c;
37295
+ }
37296
+
37297
+ .amis-scope .cxd-Pagination-inputGroup input {
37298
+ min-width: 3.125rem;
37299
+ width: 3.125rem;
37300
+ height: 1.875rem;
37301
+ line-height: 1.875rem;
37302
+ border: none;
37303
+ border: 0.0625rem solid #e8e9eb;
37304
+ border-radius: 0.25rem 0 0 0.25rem;
37305
+ padding: 0 0.5rem;
37306
+ margin-left: 0.625rem;
37307
+ text-align: center;
37308
+ }
37309
+
37310
+ .amis-scope .cxd-Pagination-inputGroup input:focus,
37311
+ .amis-scope .cxd-Pagination-inputGroup input:hover {
37312
+ outline: none;
37313
+ border-color: #2468f2;
37314
+ }
37315
+
37316
+ .amis-scope .cxd-Pagination-inputGroup-right {
37317
+ display: inline-block;
37318
+ width: 2rem;
37319
+ cursor: pointer;
37320
+ text-align: center;
37321
+ height: 1.875rem;
37322
+ line-height: 1.875rem;
37323
+ border: 0.0625rem solid #e8e9eb;
37324
+ border-left: none;
37325
+ border-radius: 0 0.25rem 0.25rem 0;
37326
+ font-size: 0.75rem;
37327
+ }
37328
+
37329
+ .amis-scope .cxd-Pagination-inputGroup-right:hover {
37330
+ color: #2468f2;
37331
+ border-color: #2468f2;
37332
+ border-left: 0.0625rem solid #2468f2;
37333
+ }
37334
+
37335
+ .amis-scope .cxd-Pagination-wrap {
37336
+ line-height: 1.875rem;
37337
+ }
37338
+
37339
+ .amis-scope .cxd-Pagination-wrap .cxd-Pagination-item {
37340
+ margin-left: 0.625rem;
37341
+ }
37342
+
37343
+ .amis-scope .cxd-Pagination-wrap .cxd-Pagination-item:nth-child(1) {
37344
+ margin-left: 0;
35648
37345
  }
35649
37346
 
35650
- .amis-scope .cxd-Pagination-inputGroup input {
35651
- width: 3.5rem;
35652
- height: 1.875rem;
35653
- border: 0.0625rem solid #e8e9eb;
35654
- border-radius: 0.25rem;
35655
- padding: 0.25rem 0.625rem;
35656
- margin: 0 0.625rem;
35657
- text-align: center;
37347
+ .amis-scope .cxd-Pagination-wrap.disabled {
37348
+ background-color: #fff;
35658
37349
  }
35659
37350
 
35660
- .amis-scope .cxd-Pagination-inputGroup input:focus {
35661
- width: auto;
37351
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li > a,
37352
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li > span {
37353
+ color: #b8babf;
37354
+ cursor: not-allowed;
35662
37355
  }
35663
37356
 
35664
- .amis-scope .cxd-Pagination-inputGroup input:focus,
35665
- .amis-scope .cxd-Pagination-inputGroup input:hover {
35666
- outline: none;
35667
- border: 0.0625rem solid #2468f2;
37357
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a,
37358
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span,
37359
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a:hover,
37360
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span:hover,
37361
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a:focus,
37362
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span:focus {
37363
+ background-color: #e5e7eb;
37364
+ border-color: #b8babf;
35668
37365
  }
35669
37366
 
35670
37367
  .amis-scope .cxd-PaginationWrapper-pager {
@@ -36528,6 +38225,132 @@ readers do not read off random characters that represent icons */
36528
38225
  cursor: pointer;
36529
38226
  }
36530
38227
 
38228
+ .amis-scope .cxd-SchemaEditorProps {
38229
+ width: 100%;
38230
+ }
38231
+
38232
+ .amis-scope .cxd-SchemaEditorProps > button {
38233
+ margin-top: 7px;
38234
+ }
38235
+
38236
+ .amis-scope .cxd-SchemaEditorProps-placeholder {
38237
+ color: #b8babf;
38238
+ }
38239
+
38240
+ .amis-scope .cxd-SchemaEditorProps--depth {
38241
+ position: relative;
38242
+ margin-left: 2.5rem;
38243
+ }
38244
+
38245
+ .amis-scope .cxd-SchemaEditorProps--depth:before {
38246
+ width: 1px;
38247
+ content: "";
38248
+ display: block;
38249
+ position: absolute;
38250
+ top: -10px;
38251
+ bottom: 10px;
38252
+ left: -35px;
38253
+ border-left: dashed 1px #999;
38254
+ }
38255
+
38256
+ .amis-scope .cxd-SchemaEditorProps--depth .cxd-SchemaEditorItem:before {
38257
+ height: 1px;
38258
+ content: "";
38259
+ display: block;
38260
+ position: absolute;
38261
+ top: 17px;
38262
+ width: 25px;
38263
+ left: -35px;
38264
+ border-top: dashed 1px #999;
38265
+ }
38266
+
38267
+ .amis-scope .cxd-SchemaEditorProps--depth > button {
38268
+ position: relative;
38269
+ }
38270
+
38271
+ .amis-scope .cxd-SchemaEditorProps--depth > button:before {
38272
+ height: 1px;
38273
+ content: "";
38274
+ display: block;
38275
+ position: absolute;
38276
+ top: 10px;
38277
+ width: 25px;
38278
+ left: -35px;
38279
+ border-top: dashed 1px #999;
38280
+ }
38281
+
38282
+ .amis-scope .cxd-SchemaEditorArrayProps:before {
38283
+ bottom: 15px;
38284
+ }
38285
+
38286
+ .amis-scope .cxd-SchemaEditorItem {
38287
+ display: flex;
38288
+ flex-direction: row;
38289
+ flex-wrap: wrap;
38290
+ gap: 0.5rem;
38291
+ align-items: flex-start;
38292
+ position: relative;
38293
+ }
38294
+
38295
+ .amis-scope .cxd-SchemaEditorItem + .cxd-SchemaEditorItem {
38296
+ margin-top: 0.5rem;
38297
+ }
38298
+
38299
+ .amis-scope .cxd-SchemaEditorObject,
38300
+ .amis-scope .cxd-SchemaEditorArray {
38301
+ display: flex;
38302
+ flex-direction: row;
38303
+ flex-wrap: wrap;
38304
+ gap: 0.5rem;
38305
+ align-items: flex-start;
38306
+ width: 100%;
38307
+ }
38308
+
38309
+ .amis-scope .cxd-SchemaEditor-itemsLabel {
38310
+ margin-top: calc((2rem - 1.25rem) / 2);
38311
+ }
38312
+
38313
+ .amis-scope .cxd-SchemaEditor-caret {
38314
+ display: inline-block;
38315
+ height: 1.5rem;
38316
+ text-align: center;
38317
+ line-height: 1.5rem;
38318
+ vertical-align: middle;
38319
+ cursor: pointer;
38320
+ transform: rotate(0deg);
38321
+ transition: transform 0s;
38322
+ color: #999;
38323
+ margin-top: calc((2rem - 1.25rem) / 2);
38324
+ }
38325
+
38326
+ .amis-scope .cxd-SchemaEditor-caret > svg {
38327
+ width: 10px;
38328
+ height: 10px;
38329
+ top: 0;
38330
+ }
38331
+
38332
+ .amis-scope .cxd-SchemaEditor-caret.is-collapsed {
38333
+ transform: rotate(-90deg);
38334
+ }
38335
+
38336
+ .amis-scope .cxd-SchemaEditor-required {
38337
+ padding-top: 4px;
38338
+ }
38339
+
38340
+ .amis-scope .cxd-SchemaEditor-key,
38341
+ .amis-scope .cxd-SchemaEditor-title,
38342
+ .amis-scope .cxd-SchemaEditor-description {
38343
+ flex: 1;
38344
+ max-width: 300px;
38345
+ min-width: 80px;
38346
+ }
38347
+
38348
+ .amis-scope .cxd-SchemaEditor-key > input,
38349
+ .amis-scope .cxd-SchemaEditor-title > input,
38350
+ .amis-scope .cxd-SchemaEditor-description > input {
38351
+ flex-basis: 0;
38352
+ }
38353
+
36531
38354
  .amis-scope .cxd-ResultBox {
36532
38355
  display: flex;
36533
38356
  background: #ffffff;
@@ -36544,7 +38367,7 @@ readers do not read off random characters that represent icons */
36544
38367
  flex-wrap: wrap;
36545
38368
  justify-content: flex-start;
36546
38369
  flex-wrap: wrap;
36547
- padding: 0 1.625rem 0 0.1875rem;
38370
+ padding: 0 0.3125rem;
36548
38371
  min-height: 2rem;
36549
38372
  align-items: center;
36550
38373
  border-radius: 3px;
@@ -38354,7 +40177,7 @@ readers do not read off random characters that represent icons */
38354
40177
  border: 0.0625rem solid #144bcc;
38355
40178
  left: -0.0625rem;
38356
40179
  right: -0.0625rem;
38357
- top: 100%;
40180
+ top: calc(100% + 0.25rem);
38358
40181
  z-index: 10;
38359
40182
  max-height: 18.75rem;
38360
40183
  overflow: auto;
@@ -39175,7 +40998,7 @@ readers do not read off random characters that represent icons */
39175
40998
  }
39176
40999
 
39177
41000
  .amis-scope .cxd-TableSelection .cxd-Table-content {
39178
- border-top: 0.0625rem solid #f5f5f5;
41001
+ border-top: 0.0625rem solid #e8e9eb;
39179
41002
  }
39180
41003
 
39181
41004
  .amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
@@ -39264,7 +41087,6 @@ readers do not read off random characters that represent icons */
39264
41087
  flex-direction: row;
39265
41088
  cursor: pointer;
39266
41089
  user-select: none;
39267
- position: relative;
39268
41090
  }
39269
41091
 
39270
41092
  .amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
@@ -39272,19 +41094,7 @@ readers do not read off random characters that represent icons */
39272
41094
  margin-left: 0.5rem;
39273
41095
  }
39274
41096
 
39275
- .amis-scope .cxd-TreeSelection-itemInner > * {
39276
- position: relative;
39277
- z-index: 2;
39278
- }
39279
-
39280
- .amis-scope .cxd-TreeSelection-itemInner:hover:after {
39281
- position: absolute;
39282
- content: "";
39283
- z-index: 1;
39284
- top: 0;
39285
- right: 0;
39286
- bottom: 0;
39287
- left: -99999px;
41097
+ .amis-scope .cxd-TreeSelection-itemInner:hover {
39288
41098
  background: rgba(0, 126, 255, 0.08);
39289
41099
  }
39290
41100
 
@@ -40166,7 +41976,7 @@ readers do not read off random characters that represent icons */
40166
41976
 
40167
41977
  .amis-scope .cxd-Selections-title {
40168
41978
  height: 2rem;
40169
- background: #f5f5f5;
41979
+ background: #f7f7f9;
40170
41980
  font-size: 0.875rem;
40171
41981
  padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
40172
41982
  }
@@ -44080,7 +45890,7 @@ readers do not read off random characters that represent icons */
44080
45890
  .amis-scope .cxd-Transfer-title {
44081
45891
  display: flex;
44082
45892
  align-items: center;
44083
- background: #f5f5f5;
45893
+ background: #f7f7f9;
44084
45894
  height: 1.875rem;
44085
45895
  line-height: 1.4285714286;
44086
45896
  font-size: 0.875rem;
@@ -46518,6 +48328,209 @@ readers do not read off random characters that represent icons */
46518
48328
  margin: 0 auto;
46519
48329
  }
46520
48330
 
48331
+ .amis-scope .cxd-Tag {
48332
+ display: inline-flex;
48333
+ height: 1.5rem;
48334
+ padding: 0 0.5rem;
48335
+ justify-content: center;
48336
+ align-items: center;
48337
+ font-size: 0.75rem;
48338
+ max-width: 160px;
48339
+ text-overflow: ellipsis;
48340
+ overflow: hidden;
48341
+ white-space: nowrap;
48342
+ transition: all 0.3;
48343
+ border-radius: 0.125rem;
48344
+ background-color: #f2f2f4;
48345
+ color: #151a26;
48346
+ }
48347
+
48348
+ .amis-scope .cxd-Tag:not(:last-child) {
48349
+ margin-right: 0.5rem;
48350
+ }
48351
+
48352
+ .amis-scope .cxd-Tag--normal {
48353
+ border-radius: 0.125rem;
48354
+ }
48355
+
48356
+ .amis-scope .cxd-Tag--normal--hasColor {
48357
+ color: #fff;
48358
+ }
48359
+
48360
+ .amis-scope .cxd-Tag--normal--inactive {
48361
+ background: #b4b6ba;
48362
+ }
48363
+
48364
+ .amis-scope .cxd-Tag--normal--active {
48365
+ background: #2468f2;
48366
+ }
48367
+
48368
+ .amis-scope .cxd-Tag--normal--processing {
48369
+ background: #1ac5ff;
48370
+ }
48371
+
48372
+ .amis-scope .cxd-Tag--normal--success {
48373
+ background: #0bc286;
48374
+ }
48375
+
48376
+ .amis-scope .cxd-Tag--normal--error {
48377
+ background: #e8684a;
48378
+ }
48379
+
48380
+ .amis-scope .cxd-Tag--normal--warning {
48381
+ background: #ffb200;
48382
+ }
48383
+
48384
+ .amis-scope .cxd-Tag--rounded {
48385
+ background-color: #fff;
48386
+ border-radius: calc((1.5rem + 2px) / 2);
48387
+ border: 1px solid #f2f2f4;
48388
+ color: #f2f2f4;
48389
+ }
48390
+
48391
+ .amis-scope .cxd-Tag--rounded--inactive {
48392
+ border-color: #b4b6ba;
48393
+ color: #b4b6ba;
48394
+ }
48395
+
48396
+ .amis-scope .cxd-Tag--rounded--active {
48397
+ border-color: #2468f2;
48398
+ color: #2468f2;
48399
+ }
48400
+
48401
+ .amis-scope .cxd-Tag--rounded--processing {
48402
+ border-color: #1ac5ff;
48403
+ color: #1ac5ff;
48404
+ }
48405
+
48406
+ .amis-scope .cxd-Tag--rounded--success {
48407
+ border-color: #0bc286;
48408
+ color: #0bc286;
48409
+ }
48410
+
48411
+ .amis-scope .cxd-Tag--rounded--error {
48412
+ border-color: #e8684a;
48413
+ color: #e8684a;
48414
+ }
48415
+
48416
+ .amis-scope .cxd-Tag--rounded--warning {
48417
+ border-color: #ffb200;
48418
+ color: #ffb200;
48419
+ }
48420
+
48421
+ .amis-scope .cxd-Tag--status {
48422
+ background-color: #fff;
48423
+ }
48424
+
48425
+ .amis-scope .cxd-Tag--status--inactive .cxd-Tag--prev {
48426
+ color: #b4b6ba;
48427
+ }
48428
+
48429
+ .amis-scope .cxd-Tag--status--active .cxd-Tag--prev {
48430
+ color: #2468f2;
48431
+ }
48432
+
48433
+ .amis-scope .cxd-Tag--status--processing .cxd-Tag--prev {
48434
+ color: #1ac5ff;
48435
+ }
48436
+
48437
+ .amis-scope .cxd-Tag--status--success .cxd-Tag--prev {
48438
+ color: #0bc286;
48439
+ }
48440
+
48441
+ .amis-scope .cxd-Tag--status--error .cxd-Tag--prev {
48442
+ color: #e8684a;
48443
+ }
48444
+
48445
+ .amis-scope .cxd-Tag--status--warning .cxd-Tag--prev {
48446
+ color: #ffb200;
48447
+ }
48448
+
48449
+ .amis-scope .cxd-Tag--status:not(.cxd-Tag--status--processing):not(.cxd-Tag--status--active) .icon-dot #dotWave {
48450
+ display: none;
48451
+ }
48452
+
48453
+ .amis-scope .cxd-Tag--prev {
48454
+ color: #f2f2f4;
48455
+ margin-right: 0.5rem;
48456
+ }
48457
+
48458
+ .amis-scope .cxd-Tag--prev i {
48459
+ font-size: 0.5rem;
48460
+ }
48461
+
48462
+ .amis-scope .cxd-Tag--prev .icon {
48463
+ width: 0.5rem;
48464
+ height: 0.5rem;
48465
+ top: 0;
48466
+ }
48467
+
48468
+ .amis-scope .cxd-Tag--close {
48469
+ margin-left: 0.5rem;
48470
+ margin-right: 0.25rem;
48471
+ cursor: pointer;
48472
+ }
48473
+
48474
+ .amis-scope .cxd-Tag--close i {
48475
+ font-size: 0.5rem;
48476
+ }
48477
+
48478
+ .amis-scope .cxd-Tag--close .icon {
48479
+ width: 0.5rem;
48480
+ height: 0.5rem;
48481
+ position: inherit;
48482
+ }
48483
+
48484
+ .amis-scope .cxd-Tag--close:hover {
48485
+ opacity: 0.7;
48486
+ }
48487
+
48488
+ .amis-scope .cxd-Tag--close:active {
48489
+ opacity: 0.3;
48490
+ }
48491
+
48492
+ .amis-scope .cxd-Tag--disabled {
48493
+ opacity: 0.3;
48494
+ cursor: not-allowed;
48495
+ }
48496
+
48497
+ .amis-scope .cxd-Tag--disabled .cxd-Tag--close {
48498
+ cursor: not-allowed;
48499
+ opacity: 0.7;
48500
+ }
48501
+
48502
+ .amis-scope .cxd-Tag--checkable {
48503
+ background-color: #f2f2f4;
48504
+ cursor: pointer;
48505
+ }
48506
+
48507
+ .amis-scope .cxd-Tag--checkable:hover {
48508
+ background-color: #e6e6e8;
48509
+ }
48510
+
48511
+ .amis-scope .cxd-Tag--checkable:active {
48512
+ background-color: #e6e6e8;
48513
+ }
48514
+
48515
+ .amis-scope .cxd-Tag--checkable--disabled {
48516
+ cursor: not-allowed;
48517
+ background-color: #e6e6e8;
48518
+ color: #b4b6ba;
48519
+ }
48520
+
48521
+ .amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled) {
48522
+ color: #fff;
48523
+ background-color: #2468f2;
48524
+ }
48525
+
48526
+ .amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled):hover {
48527
+ background-color: #4f86f4;
48528
+ }
48529
+
48530
+ .amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled):active {
48531
+ background-color: #1c53c1;
48532
+ }
48533
+
46521
48534
  .amis-scope .cxd-PullRefresh-wrap {
46522
48535
  position: relative;
46523
48536
  height: 100%;
@@ -49098,7 +51111,6 @@ readers do not read off random characters that represent icons */
49098
51111
 
49099
51112
  .amis-scope .cxd-TextControl-sugs {
49100
51113
  border-radius: 0.1875rem;
49101
- top: calc(2rem + 0.25rem);
49102
51114
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
49103
51115
  border: none;
49104
51116
  }