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.
- package/lib/Schema.d.ts +4 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.d.ts +2 -2
- package/lib/SchemaRenderer.js +3 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/actions/Action.d.ts +8 -6
- package/lib/actions/Action.js.map +2 -2
- package/lib/actions/AjaxAction.d.ts +10 -7
- package/lib/actions/AjaxAction.js +27 -21
- package/lib/actions/AjaxAction.js.map +2 -2
- package/lib/actions/BreakAction.d.ts +2 -2
- package/lib/actions/BreakAction.js.map +1 -1
- package/lib/actions/BroadcastAction.d.ts +3 -3
- package/lib/actions/BroadcastAction.js +3 -2
- package/lib/actions/BroadcastAction.js.map +2 -2
- package/lib/actions/CmptAction.d.ts +2 -2
- package/lib/actions/CmptAction.js +7 -9
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/ContinueAction.d.ts +2 -2
- package/lib/actions/ContinueAction.js.map +1 -1
- package/lib/actions/CopyAction.d.ts +7 -4
- package/lib/actions/CopyAction.js +8 -6
- package/lib/actions/CopyAction.js.map +2 -2
- package/lib/actions/CustomAction.d.ts +2 -2
- package/lib/actions/CustomAction.js.map +1 -1
- package/lib/actions/DialogAction.d.ts +14 -8
- package/lib/actions/DialogAction.js +6 -6
- package/lib/actions/DialogAction.js.map +2 -2
- package/lib/actions/DrawerAction.d.ts +3 -3
- package/lib/actions/DrawerAction.js.map +1 -1
- package/lib/actions/EmailAction.d.ts +10 -7
- package/lib/actions/EmailAction.js +4 -5
- package/lib/actions/EmailAction.js.map +2 -2
- package/lib/actions/LinkAction.d.ts +19 -11
- package/lib/actions/LinkAction.js +6 -5
- package/lib/actions/LinkAction.js.map +2 -2
- package/lib/actions/LoopAction.d.ts +6 -3
- package/lib/actions/LoopAction.js +22 -20
- package/lib/actions/LoopAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +8 -5
- package/lib/actions/PageAction.js +3 -2
- package/lib/actions/PageAction.js.map +2 -2
- package/lib/actions/ParallelAction.d.ts +2 -2
- package/lib/actions/ParallelAction.js.map +1 -1
- package/lib/actions/SwitchAction.d.ts +2 -2
- package/lib/actions/SwitchAction.js.map +1 -1
- package/lib/actions/ToastAction.d.ts +2 -2
- package/lib/actions/ToastAction.js +6 -4
- package/lib/actions/ToastAction.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Pagination.d.ts +1175 -0
- package/lib/components/Pagination.js +274 -0
- package/lib/components/Pagination.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +3 -2
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/Rating.js +11 -9
- package/lib/components/Rating.js.map +2 -2
- package/lib/components/Select.js +3 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Tag.d.ts +148 -0
- package/lib/components/Tag.js +96 -0
- package/lib/components/Tag.js.map +13 -0
- package/lib/components/TooltipWrapper.d.ts +25 -21
- package/lib/components/TooltipWrapper.js +11 -1
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +2 -2
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/formula/VariableList.d.ts +1 -0
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +4 -1
- package/lib/components/index.js +7 -1
- package/lib/components/index.js.map +2 -2
- package/lib/components/schema-editor/Array.d.ts +11 -0
- package/lib/components/schema-editor/Array.js +66 -0
- package/lib/components/schema-editor/Array.js.map +13 -0
- package/lib/components/schema-editor/Common.d.ts +29 -0
- package/lib/components/schema-editor/Common.js +69 -0
- package/lib/components/schema-editor/Common.js.map +13 -0
- package/lib/components/schema-editor/Item.d.ts +9 -0
- package/lib/components/schema-editor/Item.js +31 -0
- package/lib/components/schema-editor/Item.js.map +13 -0
- package/lib/components/schema-editor/Object.d.ts +44 -0
- package/lib/components/schema-editor/Object.js +191 -0
- package/lib/components/schema-editor/Object.js.map +13 -0
- package/lib/components/schema-editor/SchemaVariableList.d.ts +316 -0
- package/lib/components/schema-editor/SchemaVariableList.js +74 -0
- package/lib/components/schema-editor/SchemaVariableList.js.map +13 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +305 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.js +32 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.js.map +13 -0
- package/lib/components/schema-editor/index.d.ts +520 -0
- package/lib/components/schema-editor/index.js +118 -0
- package/lib/components/schema-editor/index.js.map +13 -0
- package/lib/components/table/Cell.d.ts +930 -0
- package/lib/components/table/Cell.js +36 -0
- package/lib/components/table/Cell.js.map +13 -0
- package/lib/components/table/HeadCellDropDown.d.ts +514 -0
- package/lib/components/table/HeadCellDropDown.js +52 -0
- package/lib/components/table/HeadCellDropDown.js.map +13 -0
- package/lib/components/table/HeadCellFilter.d.ts +771 -0
- package/lib/components/table/HeadCellFilter.js +106 -0
- package/lib/components/table/HeadCellFilter.js.map +13 -0
- package/lib/components/table/HeadCellSelect.d.ts +672 -0
- package/lib/components/table/HeadCellSelect.js +46 -0
- package/lib/components/table/HeadCellSelect.js.map +13 -0
- package/lib/components/table/HeadCellSort.d.ts +498 -0
- package/lib/components/table/HeadCellSort.js +67 -0
- package/lib/components/table/HeadCellSort.js.map +13 -0
- package/lib/components/table/index.d.ts +1355 -0
- package/lib/components/table/index.js +1095 -0
- package/lib/components/table/index.js.map +13 -0
- package/lib/env.d.ts +2 -4
- package/lib/env.js.map +2 -2
- package/lib/factory.js +0 -95
- package/lib/factory.js.map +2 -2
- package/lib/icons/dot.js +11 -0
- package/lib/index.d.ts +6 -1
- package/lib/index.js +9 -2
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +18 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +20 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.js +0 -2
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +5 -1
- package/lib/renderers/Carousel.js +18 -5
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Form/ButtonGroupSelect.d.ts +2 -0
- package/lib/renderers/Form/ButtonGroupSelect.js +7 -0
- package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
- package/lib/renderers/Form/Checkbox.js +3 -4
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +2 -1
- package/lib/renderers/Form/Checkboxes.js +19 -14
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.js +23 -4
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +126 -18
- package/lib/renderers/Form/Editor.d.ts +412 -112
- package/lib/renderers/Form/Editor.js +10 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputExcel.js +6 -1
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +1 -2
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputTree.js +1 -1
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +0 -6
- package/lib/renderers/Form/JSONSchemaEditor.d.ts +41 -0
- package/lib/renderers/Form/JSONSchemaEditor.js +33 -0
- package/lib/renderers/Form/JSONSchemaEditor.js.map +13 -0
- package/lib/renderers/Form/ListSelect.d.ts +2 -0
- package/lib/renderers/Form/ListSelect.js +7 -0
- package/lib/renderers/Form/ListSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +1 -0
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +12 -1
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
- package/lib/renderers/Form/TabsTransfer.js +2 -2
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +4 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +10 -5
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Pagination.d.ts +49 -30
- package/lib/renderers/Pagination.js +3 -132
- package/lib/renderers/Pagination.js.map +2 -2
- package/lib/renderers/Table/HeadCellSearchDropdown.js +0 -1
- package/lib/renderers/Table/HeadCellSearchDropdown.js.map +2 -2
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +29 -0
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +158 -0
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +13 -0
- package/lib/renderers/Table-v2/TableCell.d.ts +6 -0
- package/lib/renderers/Table-v2/TableCell.js +28 -0
- package/lib/renderers/Table-v2/TableCell.js.map +13 -0
- package/lib/renderers/Table-v2/index.d.ts +256 -0
- package/lib/renderers/Table-v2/index.js +548 -0
- package/lib/renderers/Table-v2/index.js.map +13 -0
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Tag.d.ts +66 -0
- package/lib/renderers/Tag.js +53 -0
- package/lib/renderers/Tag.js.map +13 -0
- package/lib/renderers/Wizard.js +3 -3
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/schemaExtend.js +24 -30
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.d.ts +140 -20
- package/lib/store/form.d.ts +56 -8
- package/lib/store/formItem.d.ts +3 -1
- package/lib/store/formItem.js +3 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.js +2 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table-v2.d.ts +308 -0
- package/lib/store/table-v2.js +452 -0
- package/lib/store/table-v2.js.map +13 -0
- package/lib/store/table.d.ts +112 -16
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1686 -120
- package/lib/themes/ang.css +1807 -208
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1667 -101
- package/lib/themes/antd.css +1789 -201
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1662 -97
- package/lib/themes/cxd.css +1983 -394
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1667 -101
- package/lib/themes/dark.css +1789 -201
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1662 -97
- package/lib/themes/default.css +1983 -394
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/DataSchema.d.ts +25 -0
- package/lib/utils/DataSchema.js +104 -0
- package/lib/utils/DataSchema.js.map +13 -0
- package/lib/utils/DataScope.d.ts +23 -0
- package/lib/utils/DataScope.js +140 -0
- package/lib/utils/DataScope.js.map +13 -0
- package/lib/utils/handleAction.js +1 -1
- package/lib/utils/handleAction.js.map +2 -2
- package/lib/utils/renderer-event.d.ts +8 -2
- package/lib/utils/renderer-event.js +102 -1
- package/lib/utils/renderer-event.js.map +2 -2
- package/package.json +3 -2
- package/schema.json +1476 -469
- package/scss/_properties.scss +69 -0
- package/scss/components/_button.scss +37 -39
- package/scss/components/_context-menu.scss +3 -18
- package/scss/components/_json-schema-editor.scss +126 -0
- package/scss/components/_pagination.scss +104 -23
- package/scss/components/_result-box.scss +2 -2
- package/scss/components/_table-v2.scss +912 -0
- package/scss/components/_tag.scss +177 -0
- package/scss/components/form/_selection.scss +1 -14
- package/scss/components/form/_text.scss +1 -1
- package/scss/themes/_antd-variables.scss +0 -13
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +7 -17
- package/scss/themes/_dark-variables.scss +0 -13
- package/scss/themes/cxd.scss +1 -1
- package/sdk/ang-ie11.css +2240 -227
- package/sdk/ang.css +2905 -859
- package/sdk/antd-ie11.css +2233 -220
- package/sdk/antd.css +2905 -870
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2223 -211
- package/sdk/cxd.css +2911 -875
- package/sdk/dark-ie11.css +2233 -220
- package/sdk/dark.css +2905 -870
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +18 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +2223 -211
- package/sdk/sdk.css +2911 -875
- package/sdk/sdk.js +1326 -1270
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +7 -0
- package/src/SchemaRenderer.tsx +4 -5
- package/src/actions/Action.ts +7 -6
- package/src/actions/AjaxAction.ts +33 -24
- package/src/actions/BreakAction.ts +2 -2
- package/src/actions/BroadcastAction.ts +6 -5
- package/src/actions/CmptAction.ts +5 -6
- package/src/actions/ContinueAction.ts +2 -2
- package/src/actions/CopyAction.ts +14 -8
- package/src/actions/CustomAction.ts +2 -2
- package/src/actions/DialogAction.ts +16 -10
- package/src/actions/DrawerAction.ts +3 -3
- package/src/actions/EmailAction.ts +12 -12
- package/src/actions/LinkAction.ts +34 -14
- package/src/actions/LoopAction.ts +13 -8
- package/src/actions/PageAction.ts +9 -6
- package/src/actions/ParallelAction.ts +2 -2
- package/src/actions/SwitchAction.ts +2 -2
- package/src/actions/ToastAction.ts +9 -5
- package/src/components/InputBox.tsx +1 -0
- package/src/components/Pagination.tsx +446 -0
- package/src/components/PickerContainer.tsx +8 -5
- package/src/components/Rating.tsx +16 -9
- package/src/components/Select.tsx +3 -3
- package/src/components/Tag.tsx +179 -0
- package/src/components/TooltipWrapper.tsx +14 -1
- package/src/components/TransferDropDown.tsx +3 -0
- package/src/components/formula/VariableList.tsx +1 -0
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +7 -1
- package/src/components/schema-editor/Array.tsx +95 -0
- package/src/components/schema-editor/Common.tsx +138 -0
- package/src/components/schema-editor/Item.tsx +36 -0
- package/src/components/schema-editor/Object.tsx +299 -0
- package/src/components/schema-editor/SchemaVariableList.tsx +97 -0
- package/src/components/schema-editor/SchemaVariableListPicker.tsx +66 -0
- package/src/components/schema-editor/index.tsx +211 -0
- package/src/components/table/Cell.tsx +70 -0
- package/src/components/table/HeadCellDropDown.tsx +115 -0
- package/src/components/table/HeadCellFilter.tsx +193 -0
- package/src/components/table/HeadCellSelect.tsx +86 -0
- package/src/components/table/HeadCellSort.tsx +102 -0
- package/src/components/table/index.tsx +1681 -0
- package/src/env.tsx +7 -14
- package/src/factory.tsx +3 -106
- package/src/icons/dot.svg +11 -0
- package/src/index.tsx +8 -1
- package/src/locale/de-DE.ts +18 -1
- package/src/locale/en-US.ts +18 -1
- package/src/locale/zh-CN.ts +20 -1
- package/src/renderers/Action.tsx +1 -1
- package/src/renderers/Carousel.tsx +21 -6
- package/src/renderers/Form/ButtonGroupSelect.tsx +10 -1
- package/src/renderers/Form/Checkbox.tsx +4 -4
- package/src/renderers/Form/Checkboxes.tsx +31 -25
- package/src/renderers/Form/Combo.tsx +20 -4
- package/src/renderers/Form/Editor.tsx +15 -1
- package/src/renderers/Form/InputExcel.tsx +6 -1
- package/src/renderers/Form/InputFile.tsx +1 -2
- package/src/renderers/Form/InputTree.tsx +1 -1
- package/src/renderers/Form/JSONSchemaEditor.tsx +67 -0
- package/src/renderers/Form/ListSelect.tsx +9 -1
- package/src/renderers/Form/Options.tsx +1 -1
- package/src/renderers/Form/Select.tsx +7 -0
- package/src/renderers/Form/TabsTransfer.tsx +2 -2
- package/src/renderers/Form/TreeSelect.tsx +8 -1
- package/src/renderers/Form/wrapControl.tsx +11 -5
- package/src/renderers/Pagination.tsx +65 -253
- package/src/renderers/Table/HeadCellSearchDropdown.tsx +0 -1
- package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +244 -0
- package/src/renderers/Table-v2/TableCell.tsx +19 -0
- package/src/renderers/Table-v2/index.tsx +1140 -0
- package/src/renderers/Tabs.tsx +1 -1
- package/src/renderers/Tag.tsx +128 -0
- package/src/renderers/Wizard.tsx +3 -3
- package/src/schemaExtend.ts +24 -28
- package/src/store/formItem.ts +5 -1
- package/src/store/index.ts +2 -0
- package/src/store/table-v2.ts +646 -0
- package/src/store/table.ts +1 -1
- package/src/utils/DataSchema.ts +131 -0
- package/src/utils/DataScope.ts +190 -0
- package/src/utils/handleAction.ts +1 -1
- package/src/utils/renderer-event.ts +113 -2
package/sdk/antd.css
CHANGED
@@ -13391,6 +13391,7 @@ readers do not read off random characters that represent icons */
|
|
13391
13391
|
--Button--light-onHover-color: var(--Button--light-color);
|
13392
13392
|
--Button--link-color: var(--primary);
|
13393
13393
|
--Button--link-onDisabled-color: #4b5563;
|
13394
|
+
--Button--link-onDisabled-backgroundColor: transparent;
|
13394
13395
|
--Button--link-onHover-color: var(--primary-onHover);
|
13395
13396
|
--Button--link-onActive-color: var(--primary-onActive);
|
13396
13397
|
--Button--md-fontSize: var(--Button-fontSize);
|
@@ -14221,7 +14222,10 @@ readers do not read off random characters that represent icons */
|
|
14221
14222
|
--Pagination-onActive-backgroundColor: var(--primary);
|
14222
14223
|
--Pagination-onActive-border: 0;
|
14223
14224
|
--Pagination-onActive-color: var(--white);
|
14225
|
+
--Pagination-onDisabled-color: var(--text--muted-color);
|
14226
|
+
--Pagination-onDisabled-backgroundColor: #e5e7eb;
|
14224
14227
|
--Pagination-padding: 0 0.5rem;
|
14228
|
+
--Pagination-light-color: #84868c;
|
14225
14229
|
--Panel--default-badgeBg: #333;
|
14226
14230
|
--Panel--default-badgeColor: #f5f5f5;
|
14227
14231
|
--Panel--default-bg: #f6f8f8;
|
@@ -14375,22 +14379,46 @@ readers do not read off random characters that represent icons */
|
|
14375
14379
|
--Table-searchableForm-backgroundColor: #f6f7f8;
|
14376
14380
|
--Table-searchableForm-borderRadius: 0.25rem;
|
14377
14381
|
--TableCell--edge-paddingX: var(--gap-md);
|
14382
|
+
--TableCell--edge-paddingX-default: var(--gap-base);
|
14378
14383
|
--TableCell-filterBtn--onActive-color: var(--primary);
|
14379
14384
|
--TableCell-filterBtn-width: 1rem;
|
14380
14385
|
--TableCell-filterPopOver-dropDownItem-height: 2.125rem;
|
14381
14386
|
--TableCell-filterPopOver-dropDownItem-padding: 0 0.75rem;
|
14387
|
+
--TableCell-line-height-large: 2.5rem;
|
14388
|
+
--TableCell-line-height-middle: 1.875rem;
|
14382
14389
|
--TableCell-height: 2.5rem;
|
14390
|
+
--TableCell-height-default: 2.5625rem;
|
14391
|
+
--TableCell-height-large: 3.8125rem;
|
14392
|
+
--TableCell-height-small: 2.0625rem;
|
14383
14393
|
--TableCell-paddingX: var(--gap-sm);
|
14394
|
+
--TableCell-paddingX-large: var(--gap-base);
|
14395
|
+
--TableCell-paddingX-small: var(--gap-xs);
|
14384
14396
|
--TableCell-paddingY: calc(
|
14385
14397
|
(var(--TableCell-height) - var(--Table-fontSize) * var(--Table-lineHeight)) /
|
14386
14398
|
2
|
14387
14399
|
);
|
14400
|
+
--TableCell-paddingY-default: calc(
|
14401
|
+
(var(--TableCell-height-default) - var(--Table-fontSize) * var(--Table-lineHeight)) /
|
14402
|
+
2
|
14403
|
+
);
|
14404
|
+
--TableCell-paddingY-large: calc(
|
14405
|
+
(var(--TableCell-height-large) - var(--Table-fontSize) * var(--Table-lineHeight)) /
|
14406
|
+
2
|
14407
|
+
);
|
14408
|
+
--TableCell-paddingY-small: calc(
|
14409
|
+
(var(--TableCell-height-small) - var(--Table-fontSize) * var(--Table-lineHeight)) /
|
14410
|
+
2
|
14411
|
+
);
|
14388
14412
|
--TableCell-searchBtn--onActive-color: var(--primary);
|
14389
14413
|
--TableCell-searchBtn-width: 1rem;
|
14390
14414
|
--TableCell-sortBtn--default-onActive-opacity: 1;
|
14391
14415
|
--TableCell-sortBtn--default-opacity: 0;
|
14392
14416
|
--TableCell-sortBtn--onActive-color: var(--primary);
|
14393
14417
|
--TableCell-sortBtn-width: 0.5rem;
|
14418
|
+
--TableCell-icon-gap: var(--gap-sm);
|
14419
|
+
--Table-fixedLeftLast-boxShadow: inset 10px 0 8px -8px #00000026;
|
14420
|
+
--Table-fixedRightFirst-boxShadow: inset -10px 0 8px -8px #00000026;
|
14421
|
+
--Table-loading-padding: 30px 0px;
|
14394
14422
|
--Tabs--card-bg: #f6f8f8;
|
14395
14423
|
--Tabs--card-borderTopColor: var(--borderColor);
|
14396
14424
|
--Tabs--card-linkMargin: 0 10px 0 0;
|
@@ -14648,6 +14676,38 @@ readers do not read off random characters that represent icons */
|
|
14648
14676
|
--Timeline--info-bg: var(--info);
|
14649
14677
|
--Timeline--warning-bg: var(--warning);
|
14650
14678
|
--Timeline--danger-bg: var(--danger);
|
14679
|
+
--Tag-content-fontSize: var(--fontSizeSm);
|
14680
|
+
--Tag-height: 1.5rem;
|
14681
|
+
--Tag-borderRadius: 0.125rem;
|
14682
|
+
--Tag-fontColor: #151a26;
|
14683
|
+
--Tag-default-color: #f2f2f4;
|
14684
|
+
--Tag-inactive-color: #b4b6ba;
|
14685
|
+
--Tag-active-color: #2468f2;
|
14686
|
+
--Tag-processing-color: #1ac5ff;
|
14687
|
+
--Tag-success-color: #0bc286;
|
14688
|
+
--Tag-error-color: #e8684a;
|
14689
|
+
--Tag-warning-color: #ffb200;
|
14690
|
+
--Tag-checkable-bgColor: #f2f2f4;
|
14691
|
+
--Tag-checkable-bgColor-onDisable: #e6e6e8;
|
14692
|
+
--Tag-checkable-bgColor-onHover: #e6e6e8;
|
14693
|
+
--Tag-checkable-bgColor-onActive: #e6e6e8;
|
14694
|
+
--Tag-checkable-bgColor-onHover-onChecked: #4f86f4;
|
14695
|
+
--Tag-checkable-bgColor-onActive-onChecked: #1c53c1;
|
14696
|
+
--Tag-checkable-bgColor-onChecked: #2468f2;
|
14697
|
+
--Tag-checkable-fontColor-onDisable: #b4b6ba;
|
14698
|
+
--menu-background: #fff;
|
14699
|
+
--menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
14700
|
+
--menu-border-radius: 4px;
|
14701
|
+
--menu-font-color: #151b26;
|
14702
|
+
--menu-font-family: PingFangSC-Regular;
|
14703
|
+
--menu-border-color: #e8e9eb;
|
14704
|
+
--menu-active-color: #2468f2;
|
14705
|
+
--menu-hover-bg-color: #e6f0ff;
|
14706
|
+
--menu-disabled-color: #b8babf;
|
14707
|
+
--default-icon-color: #84868c;
|
14708
|
+
--default-padding: 4px 12px;
|
14709
|
+
--menu-min-width: 150px;
|
14710
|
+
--menu-sub-min-width: 100px;
|
14651
14711
|
}
|
14652
14712
|
|
14653
14713
|
:root {
|
@@ -14753,17 +14813,6 @@ readers do not read off random characters that represent icons */
|
|
14753
14813
|
--Table-onChecked-color: var(--Table-color);
|
14754
14814
|
--Table-onChecked-borderColor: var(--Table-borderColor);
|
14755
14815
|
--Switch-bgColor: #bfbfbf;
|
14756
|
-
--menu-background: #fff;
|
14757
|
-
--menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
14758
|
-
--menu-border-radius: 4px;
|
14759
|
-
--menu-font-color: #151b26;
|
14760
|
-
--menu-font-family: PingFangSC-Regular;
|
14761
|
-
--menu-border-color: #e8e9eb;
|
14762
|
-
--menu-active-color: #2468f2;
|
14763
|
-
--menu-hover-bg-color: #e6f0ff;
|
14764
|
-
--menu-disabled-color: #b8babf;
|
14765
|
-
--default-icon-color: #84868c;
|
14766
|
-
--default-padding: 4px 12px;
|
14767
14816
|
}
|
14768
14817
|
|
14769
14818
|
/* BASICS */
|
@@ -27509,7 +27558,6 @@ readers do not read off random characters that represent icons */
|
|
27509
27558
|
box-shadow: none;
|
27510
27559
|
cursor: not-allowed;
|
27511
27560
|
color: var(--text--muted-color);
|
27512
|
-
pointer-events: auto;
|
27513
27561
|
border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
|
27514
27562
|
background: var(--Button-onDisabled-bg);
|
27515
27563
|
}
|
@@ -27525,450 +27573,6 @@ readers do not read off random characters that represent icons */
|
|
27525
27573
|
cursor: pointer;
|
27526
27574
|
}
|
27527
27575
|
|
27528
|
-
.amis-scope .antd-Button.cxd-Button--link.is-disabled {
|
27529
|
-
background: transparent;
|
27530
|
-
border: none;
|
27531
|
-
}
|
27532
|
-
|
27533
|
-
.amis-scope .antd-Button > .pull-left,
|
27534
|
-
.amis-scope .antd-Button > .pull-right {
|
27535
|
-
line-height: inherit;
|
27536
|
-
}
|
27537
|
-
|
27538
|
-
.amis-scope .antd-Button > .fa,
|
27539
|
-
.amis-scope .antd-Button > .iconfont,
|
27540
|
-
.amis-scope .antd-Button > .glyphicon {
|
27541
|
-
font-size: inherit;
|
27542
|
-
}
|
27543
|
-
|
27544
|
-
.amis-scope a.antd-Button.is-disabled,
|
27545
|
-
.amis-scope fieldset:disabled a.antd-Button {
|
27546
|
-
pointer-events: none;
|
27547
|
-
}
|
27548
|
-
|
27549
|
-
.amis-scope .antd-Button--primary {
|
27550
|
-
color: var(--Button--primary-color);
|
27551
|
-
background: var(--Button--primary-bg);
|
27552
|
-
border-color: var(--Button--primary-border);
|
27553
|
-
box-shadow: var(--Button-boxShadow);
|
27554
|
-
text-shadow: var(--Button-textShadow);
|
27555
|
-
}
|
27556
|
-
|
27557
|
-
.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover {
|
27558
|
-
color: var(--Button--primary-onHover-color);
|
27559
|
-
background: var(--Button--primary-onHover-bg);
|
27560
|
-
border-color: var(--Button--primary-onHover-border);
|
27561
|
-
}
|
27562
|
-
|
27563
|
-
.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
27564
|
-
color: var(--Button--primary-onActive-color);
|
27565
|
-
background: var(--Button--primary-onActive-bg);
|
27566
|
-
border-color: var(--Button--primary-onActive-border);
|
27567
|
-
}
|
27568
|
-
|
27569
|
-
.amis-scope .antd-Button--primary:hover:focus {
|
27570
|
-
box-shadow: var(--Button-boxShadow);
|
27571
|
-
}
|
27572
|
-
|
27573
|
-
.amis-scope .antd-Button--secondary {
|
27574
|
-
color: var(--Button--secondary-color);
|
27575
|
-
background: var(--Button--secondary-bg);
|
27576
|
-
border-color: var(--Button--secondary-border);
|
27577
|
-
box-shadow: var(--Button-boxShadow);
|
27578
|
-
text-shadow: var(--Button-textShadow);
|
27579
|
-
}
|
27580
|
-
|
27581
|
-
.amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover {
|
27582
|
-
color: var(--Button--secondary-onHover-color);
|
27583
|
-
background: var(--Button--secondary-onHover-bg);
|
27584
|
-
border-color: var(--Button--secondary-onHover-border);
|
27585
|
-
}
|
27586
|
-
|
27587
|
-
.amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
27588
|
-
color: var(--Button--secondary-onActive-color);
|
27589
|
-
background: var(--Button--secondary-onActive-bg);
|
27590
|
-
border-color: var(--Button--secondary-onActive-border);
|
27591
|
-
}
|
27592
|
-
|
27593
|
-
.amis-scope .antd-Button--secondary:hover:focus {
|
27594
|
-
box-shadow: var(--Button-boxShadow);
|
27595
|
-
}
|
27596
|
-
|
27597
|
-
.amis-scope .antd-Button--success {
|
27598
|
-
color: var(--Button--success-color);
|
27599
|
-
background: var(--Button--success-bg);
|
27600
|
-
border-color: var(--Button--success-border);
|
27601
|
-
box-shadow: var(--Button-boxShadow);
|
27602
|
-
text-shadow: var(--Button-textShadow);
|
27603
|
-
}
|
27604
|
-
|
27605
|
-
.amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover {
|
27606
|
-
color: var(--Button--success-onHover-color);
|
27607
|
-
background: var(--Button--success-onHover-bg);
|
27608
|
-
border-color: var(--Button--success-onHover-border);
|
27609
|
-
}
|
27610
|
-
|
27611
|
-
.amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
27612
|
-
color: var(--Button--success-onActive-color);
|
27613
|
-
background: var(--Button--success-onActive-bg);
|
27614
|
-
border-color: var(--Button--success-onActive-border);
|
27615
|
-
}
|
27616
|
-
|
27617
|
-
.amis-scope .antd-Button--success:hover:focus {
|
27618
|
-
box-shadow: var(--Button-boxShadow);
|
27619
|
-
}
|
27620
|
-
|
27621
|
-
.amis-scope .antd-Button--enhance {
|
27622
|
-
color: var(--Button--enhance-color);
|
27623
|
-
background: var(--Button--enhance-bg);
|
27624
|
-
border-color: var(--Button--enhance-border);
|
27625
|
-
box-shadow: var(--Button-boxShadow);
|
27626
|
-
text-shadow: var(--Button-textShadow);
|
27627
|
-
}
|
27628
|
-
|
27629
|
-
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
27630
|
-
color: var(--Button--enhance-onHover-color);
|
27631
|
-
background: var(--Button--enhance-onHover-bg);
|
27632
|
-
border-color: var(--Button--enhance-onHover-border);
|
27633
|
-
}
|
27634
|
-
|
27635
|
-
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
27636
|
-
color: var(--Button--enhance-onActive-color);
|
27637
|
-
background: var(--Button--enhance-onActive-bg);
|
27638
|
-
border-color: var(--Button--enhance-onActive-border);
|
27639
|
-
}
|
27640
|
-
|
27641
|
-
.amis-scope .antd-Button--enhance:hover:focus {
|
27642
|
-
box-shadow: var(--Button-boxShadow);
|
27643
|
-
}
|
27644
|
-
|
27645
|
-
.amis-scope .antd-Button--info {
|
27646
|
-
color: var(--Button--info-color);
|
27647
|
-
background: var(--Button--info-bg);
|
27648
|
-
border-color: var(--Button--info-border);
|
27649
|
-
box-shadow: var(--Button-boxShadow);
|
27650
|
-
text-shadow: var(--Button-textShadow);
|
27651
|
-
}
|
27652
|
-
|
27653
|
-
.amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover {
|
27654
|
-
color: var(--Button--info-onHover-color);
|
27655
|
-
background: var(--Button--info-onHover-bg);
|
27656
|
-
border-color: var(--Button--info-onHover-border);
|
27657
|
-
}
|
27658
|
-
|
27659
|
-
.amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover:active {
|
27660
|
-
color: var(--Button--info-onActive-color);
|
27661
|
-
background: var(--Button--info-onActive-bg);
|
27662
|
-
border-color: var(--Button--info-onActive-border);
|
27663
|
-
}
|
27664
|
-
|
27665
|
-
.amis-scope .antd-Button--info:hover:focus {
|
27666
|
-
box-shadow: var(--Button-boxShadow);
|
27667
|
-
}
|
27668
|
-
|
27669
|
-
.amis-scope .antd-Button--warning {
|
27670
|
-
color: var(--Button--warning-color);
|
27671
|
-
background: var(--Button--warning-bg);
|
27672
|
-
border-color: var(--Button--warning-border);
|
27673
|
-
box-shadow: var(--Button-boxShadow);
|
27674
|
-
text-shadow: var(--Button-textShadow);
|
27675
|
-
}
|
27676
|
-
|
27677
|
-
.amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover {
|
27678
|
-
color: var(--Button--warning-onHover-color);
|
27679
|
-
background: var(--Button--warning-onHover-bg);
|
27680
|
-
border-color: var(--Button--warning-onHover-border);
|
27681
|
-
}
|
27682
|
-
|
27683
|
-
.amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
27684
|
-
color: var(--Button--warning-onActive-color);
|
27685
|
-
background: var(--Button--warning-onActive-bg);
|
27686
|
-
border-color: var(--Button--warning-onActive-border);
|
27687
|
-
}
|
27688
|
-
|
27689
|
-
.amis-scope .antd-Button--warning:hover:focus {
|
27690
|
-
box-shadow: var(--Button-boxShadow);
|
27691
|
-
}
|
27692
|
-
|
27693
|
-
.amis-scope .antd-Button--danger {
|
27694
|
-
color: var(--Button--danger-color);
|
27695
|
-
background: var(--Button--danger-bg);
|
27696
|
-
border-color: var(--Button--danger-border);
|
27697
|
-
box-shadow: var(--Button-boxShadow);
|
27698
|
-
text-shadow: var(--Button-textShadow);
|
27699
|
-
}
|
27700
|
-
|
27701
|
-
.amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover {
|
27702
|
-
color: var(--Button--danger-onHover-color);
|
27703
|
-
background: var(--Button--danger-onHover-bg);
|
27704
|
-
border-color: var(--Button--danger-onHover-border);
|
27705
|
-
}
|
27706
|
-
|
27707
|
-
.amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
|
27708
|
-
color: var(--Button--danger-onActive-color);
|
27709
|
-
background: var(--Button--danger-onActive-bg);
|
27710
|
-
border-color: var(--Button--danger-onActive-border);
|
27711
|
-
}
|
27712
|
-
|
27713
|
-
.amis-scope .antd-Button--danger:hover:focus {
|
27714
|
-
box-shadow: var(--Button-boxShadow);
|
27715
|
-
}
|
27716
|
-
|
27717
|
-
.amis-scope .antd-Button--light {
|
27718
|
-
color: var(--Button--light-color);
|
27719
|
-
background: var(--Button--light-bg);
|
27720
|
-
border-color: var(--Button--light-border);
|
27721
|
-
box-shadow: var(--Button-boxShadow);
|
27722
|
-
text-shadow: var(--Button-textShadow);
|
27723
|
-
}
|
27724
|
-
|
27725
|
-
.amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover {
|
27726
|
-
color: var(--Button--light-onHover-color);
|
27727
|
-
background: var(--Button--light-onHover-bg);
|
27728
|
-
border-color: var(--Button--light-onHover-border);
|
27729
|
-
}
|
27730
|
-
|
27731
|
-
.amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
27732
|
-
color: var(--Button--light-onActive-color);
|
27733
|
-
background: var(--Button--light-onActive-bg);
|
27734
|
-
border-color: var(--Button--light-onActive-border);
|
27735
|
-
}
|
27736
|
-
|
27737
|
-
.amis-scope .antd-Button--light:hover:focus {
|
27738
|
-
box-shadow: var(--Button-boxShadow);
|
27739
|
-
}
|
27740
|
-
|
27741
|
-
.amis-scope .antd-Button--dark {
|
27742
|
-
color: var(--Button--dark-color);
|
27743
|
-
background: var(--Button--dark-bg);
|
27744
|
-
border-color: var(--Button--dark-border);
|
27745
|
-
box-shadow: var(--Button-boxShadow);
|
27746
|
-
text-shadow: var(--Button-textShadow);
|
27747
|
-
}
|
27748
|
-
|
27749
|
-
.amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover {
|
27750
|
-
color: var(--Button--dark-onHover-color);
|
27751
|
-
background: var(--Button--dark-onHover-bg);
|
27752
|
-
border-color: var(--Button--dark-onHover-border);
|
27753
|
-
}
|
27754
|
-
|
27755
|
-
.amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
|
27756
|
-
color: var(--Button--dark-onActive-color);
|
27757
|
-
background: var(--Button--dark-onActive-bg);
|
27758
|
-
border-color: var(--Button--dark-onActive-border);
|
27759
|
-
}
|
27760
|
-
|
27761
|
-
.amis-scope .antd-Button--dark:hover:focus {
|
27762
|
-
box-shadow: var(--Button-boxShadow);
|
27763
|
-
}
|
27764
|
-
|
27765
|
-
.amis-scope .antd-Button--default {
|
27766
|
-
color: var(--Button--default-color);
|
27767
|
-
background: var(--Button--default-bg);
|
27768
|
-
border-color: var(--Button--default-border);
|
27769
|
-
box-shadow: var(--Button-boxShadow);
|
27770
|
-
text-shadow: var(--Button-textShadow);
|
27771
|
-
}
|
27772
|
-
|
27773
|
-
.amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover {
|
27774
|
-
color: var(--Button--default-onHover-color);
|
27775
|
-
background: var(--Button--default-onHover-bg);
|
27776
|
-
border-color: var(--Button--default-onHover-border);
|
27777
|
-
}
|
27778
|
-
|
27779
|
-
.amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
27780
|
-
color: var(--Button--default-onActive-color);
|
27781
|
-
background: var(--Button--default-onActive-bg);
|
27782
|
-
border-color: var(--Button--default-onActive-border);
|
27783
|
-
}
|
27784
|
-
|
27785
|
-
.amis-scope .antd-Button--default:hover:focus {
|
27786
|
-
box-shadow: var(--Button-boxShadow);
|
27787
|
-
}
|
27788
|
-
|
27789
|
-
.amis-scope .antd-Button--xs {
|
27790
|
-
padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
|
27791
|
-
font-size: var(--Button--xs-fontSize);
|
27792
|
-
line-height: var(--Button--xs-lineHeight);
|
27793
|
-
border-radius: var(--Button--sm-borderRadius);
|
27794
|
-
height: var(--Button--xs-height);
|
27795
|
-
}
|
27796
|
-
|
27797
|
-
.amis-scope .antd-Button--xs .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
|
27798
|
-
.amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
27799
|
-
.amis-scope .antd-Button--xs > .pull-left {
|
27800
|
-
margin-right: var(--Button--xs-paddingX);
|
27801
|
-
}
|
27802
|
-
|
27803
|
-
.amis-scope .antd-Button--xs .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
|
27804
|
-
.amis-scope .antd-Button--xs > .pull-right {
|
27805
|
-
margin-left: var(--Button--xs-paddingX);
|
27806
|
-
}
|
27807
|
-
|
27808
|
-
.amis-scope .antd-Button--xs .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
27809
|
-
.amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
27810
|
-
.amis-scope .antd-Button--xs > .pull-left {
|
27811
|
-
margin-right: var(--Button--xs-paddingX);
|
27812
|
-
}
|
27813
|
-
|
27814
|
-
.amis-scope .antd-Button--xs .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
27815
|
-
.amis-scope .antd-Button--xs > .pull-right {
|
27816
|
-
margin-left: var(--Button--xs-paddingX);
|
27817
|
-
}
|
27818
|
-
|
27819
|
-
.amis-scope .antd-Button--xs img.antd-Button-icon {
|
27820
|
-
height: var(--Button-fontSize);
|
27821
|
-
vertical-align: middle;
|
27822
|
-
}
|
27823
|
-
|
27824
|
-
.amis-scope .antd-Button--xs.antd-Button--iconOnly {
|
27825
|
-
min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
|
27826
|
-
}
|
27827
|
-
|
27828
|
-
.amis-scope .antd-Button--sm {
|
27829
|
-
padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
|
27830
|
-
font-size: var(--Button--sm-fontSize);
|
27831
|
-
line-height: var(--Button--sm-lineHeight);
|
27832
|
-
border-radius: var(--Button--sm-borderRadius);
|
27833
|
-
height: var(--Button--sm-height);
|
27834
|
-
}
|
27835
|
-
|
27836
|
-
.amis-scope .antd-Button--sm .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
|
27837
|
-
.amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
27838
|
-
.amis-scope .antd-Button--sm > .pull-left {
|
27839
|
-
margin-right: var(--Button--sm-paddingX);
|
27840
|
-
}
|
27841
|
-
|
27842
|
-
.amis-scope .antd-Button--sm .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
|
27843
|
-
.amis-scope .antd-Button--sm > .pull-right {
|
27844
|
-
margin-left: var(--Button--sm-paddingX);
|
27845
|
-
}
|
27846
|
-
|
27847
|
-
.amis-scope .antd-Button--sm .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
27848
|
-
.amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
27849
|
-
.amis-scope .antd-Button--sm > .pull-left {
|
27850
|
-
margin-right: var(--Button--sm-paddingX);
|
27851
|
-
}
|
27852
|
-
|
27853
|
-
.amis-scope .antd-Button--sm .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
27854
|
-
.amis-scope .antd-Button--sm > .pull-right {
|
27855
|
-
margin-left: var(--Button--sm-paddingX);
|
27856
|
-
}
|
27857
|
-
|
27858
|
-
.amis-scope .antd-Button--sm img.antd-Button-icon {
|
27859
|
-
height: var(--Button-fontSize);
|
27860
|
-
vertical-align: middle;
|
27861
|
-
}
|
27862
|
-
|
27863
|
-
.amis-scope .antd-Button--sm.antd-Button--iconOnly {
|
27864
|
-
min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
|
27865
|
-
}
|
27866
|
-
|
27867
|
-
.amis-scope .antd-Button--md {
|
27868
|
-
padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
|
27869
|
-
font-size: var(--Button--md-fontSize);
|
27870
|
-
line-height: var(--Button--md-lineHeight);
|
27871
|
-
border-radius: var(--Button-borderRadius);
|
27872
|
-
height: var(--Button--md-height);
|
27873
|
-
}
|
27874
|
-
|
27875
|
-
.amis-scope .antd-Button--md .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
|
27876
|
-
.amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
27877
|
-
.amis-scope .antd-Button--md > .pull-left {
|
27878
|
-
margin-right: var(--Button--md-paddingX);
|
27879
|
-
}
|
27880
|
-
|
27881
|
-
.amis-scope .antd-Button--md .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
|
27882
|
-
.amis-scope .antd-Button--md > .pull-right {
|
27883
|
-
margin-left: var(--Button--md-paddingX);
|
27884
|
-
}
|
27885
|
-
|
27886
|
-
.amis-scope .antd-Button--md .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
27887
|
-
.amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
27888
|
-
.amis-scope .antd-Button--md > .pull-left {
|
27889
|
-
margin-right: var(--Button--md-paddingX);
|
27890
|
-
}
|
27891
|
-
|
27892
|
-
.amis-scope .antd-Button--md .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
27893
|
-
.amis-scope .antd-Button--md > .pull-right {
|
27894
|
-
margin-left: var(--Button--md-paddingX);
|
27895
|
-
}
|
27896
|
-
|
27897
|
-
.amis-scope .antd-Button--md img.antd-Button-icon {
|
27898
|
-
height: var(--Button-fontSize);
|
27899
|
-
vertical-align: middle;
|
27900
|
-
}
|
27901
|
-
|
27902
|
-
.amis-scope .antd-Button--md.antd-Button--iconOnly {
|
27903
|
-
min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
|
27904
|
-
}
|
27905
|
-
|
27906
|
-
.amis-scope .antd-Button--lg {
|
27907
|
-
padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
|
27908
|
-
font-size: var(--Button--lg-fontSize);
|
27909
|
-
line-height: var(--Button--lg-lineHeight);
|
27910
|
-
border-radius: var(--Button--lg-borderRadius);
|
27911
|
-
height: var(--Button--lg-height);
|
27912
|
-
}
|
27913
|
-
|
27914
|
-
.amis-scope .antd-Button--lg .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
|
27915
|
-
.amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
27916
|
-
.amis-scope .antd-Button--lg > .pull-left {
|
27917
|
-
margin-right: var(--Button--lg-paddingX);
|
27918
|
-
}
|
27919
|
-
|
27920
|
-
.amis-scope .antd-Button--lg .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
|
27921
|
-
.amis-scope .antd-Button--lg > .pull-right {
|
27922
|
-
margin-left: var(--Button--lg-paddingX);
|
27923
|
-
}
|
27924
|
-
|
27925
|
-
.amis-scope .antd-Button--lg .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
27926
|
-
.amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
27927
|
-
.amis-scope .antd-Button--lg > .pull-left {
|
27928
|
-
margin-right: var(--Button--lg-paddingX);
|
27929
|
-
}
|
27930
|
-
|
27931
|
-
.amis-scope .antd-Button--lg .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
27932
|
-
.amis-scope .antd-Button--lg > .pull-right {
|
27933
|
-
margin-left: var(--Button--lg-paddingX);
|
27934
|
-
}
|
27935
|
-
|
27936
|
-
.amis-scope .antd-Button--lg img.antd-Button-icon {
|
27937
|
-
height: var(--Button-fontSize);
|
27938
|
-
vertical-align: middle;
|
27939
|
-
}
|
27940
|
-
|
27941
|
-
.amis-scope .antd-Button--lg.antd-Button--iconOnly {
|
27942
|
-
min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
|
27943
|
-
}
|
27944
|
-
|
27945
|
-
.amis-scope .antd-Button--iconOnly {
|
27946
|
-
min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
|
27947
|
-
}
|
27948
|
-
|
27949
|
-
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > svg.icon {
|
27950
|
-
width: 0.875rem;
|
27951
|
-
height: 0.875rem;
|
27952
|
-
top: 0.125rem;
|
27953
|
-
}
|
27954
|
-
|
27955
|
-
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .fa,
|
27956
|
-
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .iconfont {
|
27957
|
-
font-size: var(--fontSizeMd);
|
27958
|
-
}
|
27959
|
-
|
27960
|
-
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .iconfont {
|
27961
|
-
line-height: 1;
|
27962
|
-
}
|
27963
|
-
|
27964
|
-
.amis-scope .antd-Button--loading {
|
27965
|
-
transition: --Button-transition;
|
27966
|
-
}
|
27967
|
-
|
27968
|
-
.amis-scope .antd-Button--loading svg {
|
27969
|
-
animation: var(--Button-animation-spin);
|
27970
|
-
}
|
27971
|
-
|
27972
27576
|
.amis-scope .antd-Button--link {
|
27973
27577
|
width: auto;
|
27974
27578
|
min-width: auto;
|
@@ -27992,8 +27596,13 @@ readers do not read off random characters that represent icons */
|
|
27992
27596
|
.amis-scope .antd-Button--link:disabled,
|
27993
27597
|
.amis-scope .antd-Button--link.is-disabled {
|
27994
27598
|
color: var(--text--muted-color);
|
27995
|
-
|
27996
|
-
background: var(--Button-onDisabled-
|
27599
|
+
border: none;
|
27600
|
+
background: var(--Button--link-onDisabled-backgroundColor);
|
27601
|
+
}
|
27602
|
+
|
27603
|
+
.amis-scope .antd-Button--link:disabled:hover:active,
|
27604
|
+
.amis-scope .antd-Button--link.is-disabled:hover:active {
|
27605
|
+
color: var(--text--muted-color);
|
27997
27606
|
}
|
27998
27607
|
|
27999
27608
|
.amis-scope .antd-Button--block {
|
@@ -28005,6 +27614,445 @@ readers do not read off random characters that represent icons */
|
|
28005
27614
|
margin-top: var(--gap-base);
|
28006
27615
|
}
|
28007
27616
|
|
27617
|
+
.amis-scope .antd-Button > .pull-left,
|
27618
|
+
.amis-scope .antd-Button > .pull-right {
|
27619
|
+
line-height: inherit;
|
27620
|
+
}
|
27621
|
+
|
27622
|
+
.amis-scope .antd-Button > .fa,
|
27623
|
+
.amis-scope .antd-Button > .iconfont,
|
27624
|
+
.amis-scope .antd-Button > .glyphicon {
|
27625
|
+
font-size: inherit;
|
27626
|
+
}
|
27627
|
+
|
27628
|
+
.amis-scope a.antd-Button.is-disabled,
|
27629
|
+
.amis-scope fieldset:disabled a.antd-Button {
|
27630
|
+
pointer-events: none;
|
27631
|
+
}
|
27632
|
+
|
27633
|
+
.amis-scope .antd-Button--primary {
|
27634
|
+
color: var(--Button--primary-color);
|
27635
|
+
background: var(--Button--primary-bg);
|
27636
|
+
border-color: var(--Button--primary-border);
|
27637
|
+
box-shadow: var(--Button-boxShadow);
|
27638
|
+
text-shadow: var(--Button-textShadow);
|
27639
|
+
}
|
27640
|
+
|
27641
|
+
.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover {
|
27642
|
+
color: var(--Button--primary-onHover-color);
|
27643
|
+
background: var(--Button--primary-onHover-bg);
|
27644
|
+
border-color: var(--Button--primary-onHover-border);
|
27645
|
+
}
|
27646
|
+
|
27647
|
+
.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
27648
|
+
color: var(--Button--primary-onActive-color);
|
27649
|
+
background: var(--Button--primary-onActive-bg);
|
27650
|
+
border-color: var(--Button--primary-onActive-border);
|
27651
|
+
}
|
27652
|
+
|
27653
|
+
.amis-scope .antd-Button--primary:hover:focus {
|
27654
|
+
box-shadow: var(--Button-boxShadow);
|
27655
|
+
}
|
27656
|
+
|
27657
|
+
.amis-scope .antd-Button--secondary {
|
27658
|
+
color: var(--Button--secondary-color);
|
27659
|
+
background: var(--Button--secondary-bg);
|
27660
|
+
border-color: var(--Button--secondary-border);
|
27661
|
+
box-shadow: var(--Button-boxShadow);
|
27662
|
+
text-shadow: var(--Button-textShadow);
|
27663
|
+
}
|
27664
|
+
|
27665
|
+
.amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover {
|
27666
|
+
color: var(--Button--secondary-onHover-color);
|
27667
|
+
background: var(--Button--secondary-onHover-bg);
|
27668
|
+
border-color: var(--Button--secondary-onHover-border);
|
27669
|
+
}
|
27670
|
+
|
27671
|
+
.amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
27672
|
+
color: var(--Button--secondary-onActive-color);
|
27673
|
+
background: var(--Button--secondary-onActive-bg);
|
27674
|
+
border-color: var(--Button--secondary-onActive-border);
|
27675
|
+
}
|
27676
|
+
|
27677
|
+
.amis-scope .antd-Button--secondary:hover:focus {
|
27678
|
+
box-shadow: var(--Button-boxShadow);
|
27679
|
+
}
|
27680
|
+
|
27681
|
+
.amis-scope .antd-Button--success {
|
27682
|
+
color: var(--Button--success-color);
|
27683
|
+
background: var(--Button--success-bg);
|
27684
|
+
border-color: var(--Button--success-border);
|
27685
|
+
box-shadow: var(--Button-boxShadow);
|
27686
|
+
text-shadow: var(--Button-textShadow);
|
27687
|
+
}
|
27688
|
+
|
27689
|
+
.amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover {
|
27690
|
+
color: var(--Button--success-onHover-color);
|
27691
|
+
background: var(--Button--success-onHover-bg);
|
27692
|
+
border-color: var(--Button--success-onHover-border);
|
27693
|
+
}
|
27694
|
+
|
27695
|
+
.amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
27696
|
+
color: var(--Button--success-onActive-color);
|
27697
|
+
background: var(--Button--success-onActive-bg);
|
27698
|
+
border-color: var(--Button--success-onActive-border);
|
27699
|
+
}
|
27700
|
+
|
27701
|
+
.amis-scope .antd-Button--success:hover:focus {
|
27702
|
+
box-shadow: var(--Button-boxShadow);
|
27703
|
+
}
|
27704
|
+
|
27705
|
+
.amis-scope .antd-Button--enhance {
|
27706
|
+
color: var(--Button--enhance-color);
|
27707
|
+
background: var(--Button--enhance-bg);
|
27708
|
+
border-color: var(--Button--enhance-border);
|
27709
|
+
box-shadow: var(--Button-boxShadow);
|
27710
|
+
text-shadow: var(--Button-textShadow);
|
27711
|
+
}
|
27712
|
+
|
27713
|
+
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
27714
|
+
color: var(--Button--enhance-onHover-color);
|
27715
|
+
background: var(--Button--enhance-onHover-bg);
|
27716
|
+
border-color: var(--Button--enhance-onHover-border);
|
27717
|
+
}
|
27718
|
+
|
27719
|
+
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
27720
|
+
color: var(--Button--enhance-onActive-color);
|
27721
|
+
background: var(--Button--enhance-onActive-bg);
|
27722
|
+
border-color: var(--Button--enhance-onActive-border);
|
27723
|
+
}
|
27724
|
+
|
27725
|
+
.amis-scope .antd-Button--enhance:hover:focus {
|
27726
|
+
box-shadow: var(--Button-boxShadow);
|
27727
|
+
}
|
27728
|
+
|
27729
|
+
.amis-scope .antd-Button--info {
|
27730
|
+
color: var(--Button--info-color);
|
27731
|
+
background: var(--Button--info-bg);
|
27732
|
+
border-color: var(--Button--info-border);
|
27733
|
+
box-shadow: var(--Button-boxShadow);
|
27734
|
+
text-shadow: var(--Button-textShadow);
|
27735
|
+
}
|
27736
|
+
|
27737
|
+
.amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover {
|
27738
|
+
color: var(--Button--info-onHover-color);
|
27739
|
+
background: var(--Button--info-onHover-bg);
|
27740
|
+
border-color: var(--Button--info-onHover-border);
|
27741
|
+
}
|
27742
|
+
|
27743
|
+
.amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover:active {
|
27744
|
+
color: var(--Button--info-onActive-color);
|
27745
|
+
background: var(--Button--info-onActive-bg);
|
27746
|
+
border-color: var(--Button--info-onActive-border);
|
27747
|
+
}
|
27748
|
+
|
27749
|
+
.amis-scope .antd-Button--info:hover:focus {
|
27750
|
+
box-shadow: var(--Button-boxShadow);
|
27751
|
+
}
|
27752
|
+
|
27753
|
+
.amis-scope .antd-Button--warning {
|
27754
|
+
color: var(--Button--warning-color);
|
27755
|
+
background: var(--Button--warning-bg);
|
27756
|
+
border-color: var(--Button--warning-border);
|
27757
|
+
box-shadow: var(--Button-boxShadow);
|
27758
|
+
text-shadow: var(--Button-textShadow);
|
27759
|
+
}
|
27760
|
+
|
27761
|
+
.amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover {
|
27762
|
+
color: var(--Button--warning-onHover-color);
|
27763
|
+
background: var(--Button--warning-onHover-bg);
|
27764
|
+
border-color: var(--Button--warning-onHover-border);
|
27765
|
+
}
|
27766
|
+
|
27767
|
+
.amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
27768
|
+
color: var(--Button--warning-onActive-color);
|
27769
|
+
background: var(--Button--warning-onActive-bg);
|
27770
|
+
border-color: var(--Button--warning-onActive-border);
|
27771
|
+
}
|
27772
|
+
|
27773
|
+
.amis-scope .antd-Button--warning:hover:focus {
|
27774
|
+
box-shadow: var(--Button-boxShadow);
|
27775
|
+
}
|
27776
|
+
|
27777
|
+
.amis-scope .antd-Button--danger {
|
27778
|
+
color: var(--Button--danger-color);
|
27779
|
+
background: var(--Button--danger-bg);
|
27780
|
+
border-color: var(--Button--danger-border);
|
27781
|
+
box-shadow: var(--Button-boxShadow);
|
27782
|
+
text-shadow: var(--Button-textShadow);
|
27783
|
+
}
|
27784
|
+
|
27785
|
+
.amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover {
|
27786
|
+
color: var(--Button--danger-onHover-color);
|
27787
|
+
background: var(--Button--danger-onHover-bg);
|
27788
|
+
border-color: var(--Button--danger-onHover-border);
|
27789
|
+
}
|
27790
|
+
|
27791
|
+
.amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
|
27792
|
+
color: var(--Button--danger-onActive-color);
|
27793
|
+
background: var(--Button--danger-onActive-bg);
|
27794
|
+
border-color: var(--Button--danger-onActive-border);
|
27795
|
+
}
|
27796
|
+
|
27797
|
+
.amis-scope .antd-Button--danger:hover:focus {
|
27798
|
+
box-shadow: var(--Button-boxShadow);
|
27799
|
+
}
|
27800
|
+
|
27801
|
+
.amis-scope .antd-Button--light {
|
27802
|
+
color: var(--Button--light-color);
|
27803
|
+
background: var(--Button--light-bg);
|
27804
|
+
border-color: var(--Button--light-border);
|
27805
|
+
box-shadow: var(--Button-boxShadow);
|
27806
|
+
text-shadow: var(--Button-textShadow);
|
27807
|
+
}
|
27808
|
+
|
27809
|
+
.amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover {
|
27810
|
+
color: var(--Button--light-onHover-color);
|
27811
|
+
background: var(--Button--light-onHover-bg);
|
27812
|
+
border-color: var(--Button--light-onHover-border);
|
27813
|
+
}
|
27814
|
+
|
27815
|
+
.amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
27816
|
+
color: var(--Button--light-onActive-color);
|
27817
|
+
background: var(--Button--light-onActive-bg);
|
27818
|
+
border-color: var(--Button--light-onActive-border);
|
27819
|
+
}
|
27820
|
+
|
27821
|
+
.amis-scope .antd-Button--light:hover:focus {
|
27822
|
+
box-shadow: var(--Button-boxShadow);
|
27823
|
+
}
|
27824
|
+
|
27825
|
+
.amis-scope .antd-Button--dark {
|
27826
|
+
color: var(--Button--dark-color);
|
27827
|
+
background: var(--Button--dark-bg);
|
27828
|
+
border-color: var(--Button--dark-border);
|
27829
|
+
box-shadow: var(--Button-boxShadow);
|
27830
|
+
text-shadow: var(--Button-textShadow);
|
27831
|
+
}
|
27832
|
+
|
27833
|
+
.amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover {
|
27834
|
+
color: var(--Button--dark-onHover-color);
|
27835
|
+
background: var(--Button--dark-onHover-bg);
|
27836
|
+
border-color: var(--Button--dark-onHover-border);
|
27837
|
+
}
|
27838
|
+
|
27839
|
+
.amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
|
27840
|
+
color: var(--Button--dark-onActive-color);
|
27841
|
+
background: var(--Button--dark-onActive-bg);
|
27842
|
+
border-color: var(--Button--dark-onActive-border);
|
27843
|
+
}
|
27844
|
+
|
27845
|
+
.amis-scope .antd-Button--dark:hover:focus {
|
27846
|
+
box-shadow: var(--Button-boxShadow);
|
27847
|
+
}
|
27848
|
+
|
27849
|
+
.amis-scope .antd-Button--default {
|
27850
|
+
color: var(--Button--default-color);
|
27851
|
+
background: var(--Button--default-bg);
|
27852
|
+
border-color: var(--Button--default-border);
|
27853
|
+
box-shadow: var(--Button-boxShadow);
|
27854
|
+
text-shadow: var(--Button-textShadow);
|
27855
|
+
}
|
27856
|
+
|
27857
|
+
.amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover {
|
27858
|
+
color: var(--Button--default-onHover-color);
|
27859
|
+
background: var(--Button--default-onHover-bg);
|
27860
|
+
border-color: var(--Button--default-onHover-border);
|
27861
|
+
}
|
27862
|
+
|
27863
|
+
.amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
27864
|
+
color: var(--Button--default-onActive-color);
|
27865
|
+
background: var(--Button--default-onActive-bg);
|
27866
|
+
border-color: var(--Button--default-onActive-border);
|
27867
|
+
}
|
27868
|
+
|
27869
|
+
.amis-scope .antd-Button--default:hover:focus {
|
27870
|
+
box-shadow: var(--Button-boxShadow);
|
27871
|
+
}
|
27872
|
+
|
27873
|
+
.amis-scope .antd-Button--xs {
|
27874
|
+
padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
|
27875
|
+
font-size: var(--Button--xs-fontSize);
|
27876
|
+
line-height: var(--Button--xs-lineHeight);
|
27877
|
+
border-radius: var(--Button--sm-borderRadius);
|
27878
|
+
height: var(--Button--xs-height);
|
27879
|
+
}
|
27880
|
+
|
27881
|
+
.amis-scope .antd-Button--xs .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
|
27882
|
+
.amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
27883
|
+
.amis-scope .antd-Button--xs > .pull-left {
|
27884
|
+
margin-right: var(--Button--xs-paddingX);
|
27885
|
+
}
|
27886
|
+
|
27887
|
+
.amis-scope .antd-Button--xs .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
|
27888
|
+
.amis-scope .antd-Button--xs > .pull-right {
|
27889
|
+
margin-left: var(--Button--xs-paddingX);
|
27890
|
+
}
|
27891
|
+
|
27892
|
+
.amis-scope .antd-Button--xs .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
27893
|
+
.amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
27894
|
+
.amis-scope .antd-Button--xs > .pull-left {
|
27895
|
+
margin-right: var(--Button--xs-paddingX);
|
27896
|
+
}
|
27897
|
+
|
27898
|
+
.amis-scope .antd-Button--xs .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
27899
|
+
.amis-scope .antd-Button--xs > .pull-right {
|
27900
|
+
margin-left: var(--Button--xs-paddingX);
|
27901
|
+
}
|
27902
|
+
|
27903
|
+
.amis-scope .antd-Button--xs img.antd-Button-icon {
|
27904
|
+
height: var(--Button-fontSize);
|
27905
|
+
vertical-align: middle;
|
27906
|
+
}
|
27907
|
+
|
27908
|
+
.amis-scope .antd-Button--xs.antd-Button--iconOnly {
|
27909
|
+
min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
|
27910
|
+
}
|
27911
|
+
|
27912
|
+
.amis-scope .antd-Button--sm {
|
27913
|
+
padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
|
27914
|
+
font-size: var(--Button--sm-fontSize);
|
27915
|
+
line-height: var(--Button--sm-lineHeight);
|
27916
|
+
border-radius: var(--Button--sm-borderRadius);
|
27917
|
+
height: var(--Button--sm-height);
|
27918
|
+
}
|
27919
|
+
|
27920
|
+
.amis-scope .antd-Button--sm .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
|
27921
|
+
.amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
27922
|
+
.amis-scope .antd-Button--sm > .pull-left {
|
27923
|
+
margin-right: var(--Button--sm-paddingX);
|
27924
|
+
}
|
27925
|
+
|
27926
|
+
.amis-scope .antd-Button--sm .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
|
27927
|
+
.amis-scope .antd-Button--sm > .pull-right {
|
27928
|
+
margin-left: var(--Button--sm-paddingX);
|
27929
|
+
}
|
27930
|
+
|
27931
|
+
.amis-scope .antd-Button--sm .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
27932
|
+
.amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
27933
|
+
.amis-scope .antd-Button--sm > .pull-left {
|
27934
|
+
margin-right: var(--Button--sm-paddingX);
|
27935
|
+
}
|
27936
|
+
|
27937
|
+
.amis-scope .antd-Button--sm .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
27938
|
+
.amis-scope .antd-Button--sm > .pull-right {
|
27939
|
+
margin-left: var(--Button--sm-paddingX);
|
27940
|
+
}
|
27941
|
+
|
27942
|
+
.amis-scope .antd-Button--sm img.antd-Button-icon {
|
27943
|
+
height: var(--Button-fontSize);
|
27944
|
+
vertical-align: middle;
|
27945
|
+
}
|
27946
|
+
|
27947
|
+
.amis-scope .antd-Button--sm.antd-Button--iconOnly {
|
27948
|
+
min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
|
27949
|
+
}
|
27950
|
+
|
27951
|
+
.amis-scope .antd-Button--md {
|
27952
|
+
padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
|
27953
|
+
font-size: var(--Button--md-fontSize);
|
27954
|
+
line-height: var(--Button--md-lineHeight);
|
27955
|
+
border-radius: var(--Button-borderRadius);
|
27956
|
+
height: var(--Button--md-height);
|
27957
|
+
}
|
27958
|
+
|
27959
|
+
.amis-scope .antd-Button--md .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
|
27960
|
+
.amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
27961
|
+
.amis-scope .antd-Button--md > .pull-left {
|
27962
|
+
margin-right: var(--Button--md-paddingX);
|
27963
|
+
}
|
27964
|
+
|
27965
|
+
.amis-scope .antd-Button--md .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
|
27966
|
+
.amis-scope .antd-Button--md > .pull-right {
|
27967
|
+
margin-left: var(--Button--md-paddingX);
|
27968
|
+
}
|
27969
|
+
|
27970
|
+
.amis-scope .antd-Button--md .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
27971
|
+
.amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
27972
|
+
.amis-scope .antd-Button--md > .pull-left {
|
27973
|
+
margin-right: var(--Button--md-paddingX);
|
27974
|
+
}
|
27975
|
+
|
27976
|
+
.amis-scope .antd-Button--md .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
27977
|
+
.amis-scope .antd-Button--md > .pull-right {
|
27978
|
+
margin-left: var(--Button--md-paddingX);
|
27979
|
+
}
|
27980
|
+
|
27981
|
+
.amis-scope .antd-Button--md img.antd-Button-icon {
|
27982
|
+
height: var(--Button-fontSize);
|
27983
|
+
vertical-align: middle;
|
27984
|
+
}
|
27985
|
+
|
27986
|
+
.amis-scope .antd-Button--md.antd-Button--iconOnly {
|
27987
|
+
min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
|
27988
|
+
}
|
27989
|
+
|
27990
|
+
.amis-scope .antd-Button--lg {
|
27991
|
+
padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
|
27992
|
+
font-size: var(--Button--lg-fontSize);
|
27993
|
+
line-height: var(--Button--lg-lineHeight);
|
27994
|
+
border-radius: var(--Button--lg-borderRadius);
|
27995
|
+
height: var(--Button--lg-height);
|
27996
|
+
}
|
27997
|
+
|
27998
|
+
.amis-scope .antd-Button--lg .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
|
27999
|
+
.amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
28000
|
+
.amis-scope .antd-Button--lg > .pull-left {
|
28001
|
+
margin-right: var(--Button--lg-paddingX);
|
28002
|
+
}
|
28003
|
+
|
28004
|
+
.amis-scope .antd-Button--lg .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
|
28005
|
+
.amis-scope .antd-Button--lg > .pull-right {
|
28006
|
+
margin-left: var(--Button--lg-paddingX);
|
28007
|
+
}
|
28008
|
+
|
28009
|
+
.amis-scope .antd-Button--lg .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
28010
|
+
.amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
28011
|
+
.amis-scope .antd-Button--lg > .pull-left {
|
28012
|
+
margin-right: var(--Button--lg-paddingX);
|
28013
|
+
}
|
28014
|
+
|
28015
|
+
.amis-scope .antd-Button--lg .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
28016
|
+
.amis-scope .antd-Button--lg > .pull-right {
|
28017
|
+
margin-left: var(--Button--lg-paddingX);
|
28018
|
+
}
|
28019
|
+
|
28020
|
+
.amis-scope .antd-Button--lg img.antd-Button-icon {
|
28021
|
+
height: var(--Button-fontSize);
|
28022
|
+
vertical-align: middle;
|
28023
|
+
}
|
28024
|
+
|
28025
|
+
.amis-scope .antd-Button--lg.antd-Button--iconOnly {
|
28026
|
+
min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
|
28027
|
+
}
|
28028
|
+
|
28029
|
+
.amis-scope .antd-Button--iconOnly {
|
28030
|
+
min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
|
28031
|
+
}
|
28032
|
+
|
28033
|
+
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > svg.icon {
|
28034
|
+
width: 0.875rem;
|
28035
|
+
height: 0.875rem;
|
28036
|
+
top: 0.125rem;
|
28037
|
+
}
|
28038
|
+
|
28039
|
+
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .fa,
|
28040
|
+
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .iconfont {
|
28041
|
+
font-size: var(--fontSizeMd);
|
28042
|
+
}
|
28043
|
+
|
28044
|
+
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .iconfont {
|
28045
|
+
line-height: 1;
|
28046
|
+
}
|
28047
|
+
|
28048
|
+
.amis-scope .antd-Button--loading {
|
28049
|
+
transition: --Button-transition;
|
28050
|
+
}
|
28051
|
+
|
28052
|
+
.amis-scope .antd-Button--loading svg {
|
28053
|
+
animation: var(--Button-animation-spin);
|
28054
|
+
}
|
28055
|
+
|
28008
28056
|
.amis-scope input[type=submit].antd-Button--block,
|
28009
28057
|
.amis-scope input[type=reset].antd-Button--block,
|
28010
28058
|
.amis-scope input[type=button].antd-Button--block {
|
@@ -33448,7 +33496,7 @@ readers do not read off random characters that represent icons */
|
|
33448
33496
|
display: block;
|
33449
33497
|
position: absolute;
|
33450
33498
|
margin: 0;
|
33451
|
-
padding: 0;
|
33499
|
+
padding: 4px 0;
|
33452
33500
|
background: var(--menu-background);
|
33453
33501
|
box-shadow: var(--menu-box-shadow);
|
33454
33502
|
color: var(--menu-font-color);
|
@@ -33472,19 +33520,6 @@ readers do not read off random characters that represent icons */
|
|
33472
33520
|
animation-name: contextMenuOut;
|
33473
33521
|
}
|
33474
33522
|
|
33475
|
-
.amis-scope .antd-ContextMenu-menu::before {
|
33476
|
-
display: block;
|
33477
|
-
position: absolute;
|
33478
|
-
content: "";
|
33479
|
-
top: -1px;
|
33480
|
-
left: -1px;
|
33481
|
-
bottom: -1px;
|
33482
|
-
right: -1px;
|
33483
|
-
border-radius: var(--menu-border-radius);
|
33484
|
-
border: 1px solid var(--menu-border-color);
|
33485
|
-
z-index: -1;
|
33486
|
-
}
|
33487
|
-
|
33488
33523
|
.amis-scope .antd-ContextMenu-divider {
|
33489
33524
|
border: none;
|
33490
33525
|
height: 1px;
|
@@ -33497,7 +33532,7 @@ readers do not read off random characters that represent icons */
|
|
33497
33532
|
list-style: none;
|
33498
33533
|
margin: 0;
|
33499
33534
|
padding: 0;
|
33500
|
-
min-width:
|
33535
|
+
min-width: var(--menu-min-width);
|
33501
33536
|
}
|
33502
33537
|
|
33503
33538
|
.amis-scope .antd-ContextMenu-item {
|
@@ -33563,7 +33598,7 @@ readers do not read off random characters that represent icons */
|
|
33563
33598
|
position: absolute;
|
33564
33599
|
left: 100%;
|
33565
33600
|
top: -3px;
|
33566
|
-
min-width:
|
33601
|
+
min-width: var(--menu-sub-min-width);
|
33567
33602
|
margin: 0;
|
33568
33603
|
padding: 0;
|
33569
33604
|
background: var(--menu-background);
|
@@ -35675,577 +35710,2181 @@ readers do not read off random characters that represent icons */
|
|
35675
35710
|
margin-right: 0.625rem;
|
35676
35711
|
}
|
35677
35712
|
|
35678
|
-
.amis-scope .antd-
|
35713
|
+
.amis-scope .antd-Table-v2 {
|
35679
35714
|
position: relative;
|
35680
|
-
|
35715
|
+
border-radius: var(--Table-borderRadius);
|
35716
|
+
margin-bottom: var(--gap-md);
|
35681
35717
|
}
|
35682
35718
|
|
35683
|
-
.amis-scope .antd-
|
35684
|
-
|
35685
|
-
|
35686
|
-
|
35687
|
-
|
35719
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered {
|
35720
|
+
border-width: var(--Table-borderWidth) var(--Table-borderWidth) 0 var(--Table-borderWidth);
|
35721
|
+
border-style: solid;
|
35722
|
+
border-color: var(--Table-borderColor);
|
35723
|
+
border-collapse: inherit;
|
35688
35724
|
}
|
35689
35725
|
|
35690
|
-
.amis-scope .antd-
|
35691
|
-
|
35692
|
-
|
35693
|
-
|
35726
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > thead > tr > th,
|
35727
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > tbody > tr > td,
|
35728
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > tfoot > tr > td {
|
35729
|
+
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
35694
35730
|
}
|
35695
35731
|
|
35696
|
-
.amis-scope .antd-
|
35697
|
-
|
35732
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > thead > tr > th:last-child,
|
35733
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > tbody > tr > td:last-child,
|
35734
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-table > tfoot > tr > td:last-child {
|
35735
|
+
border-right: none;
|
35698
35736
|
}
|
35699
35737
|
|
35700
|
-
.amis-scope .antd-
|
35701
|
-
|
35738
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-footer {
|
35739
|
+
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
35702
35740
|
}
|
35703
35741
|
|
35704
|
-
.amis-scope .antd-
|
35705
|
-
|
35742
|
+
.amis-scope .antd-Table-v2.antd-Table-bordered .antd-Table-title {
|
35743
|
+
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
35706
35744
|
}
|
35707
35745
|
|
35708
|
-
.amis-scope .antd-
|
35709
|
-
|
35746
|
+
.amis-scope .antd-Table-v2.antd-Table-large .antd-Table-table > thead > tr > th {
|
35747
|
+
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
35710
35748
|
}
|
35711
35749
|
|
35712
|
-
.amis-scope .antd-
|
35713
|
-
|
35714
|
-
|
35715
|
-
top: 100%;
|
35716
|
-
left: 0;
|
35717
|
-
margin: 0.0625rem 0 0;
|
35718
|
-
background: var(--DropDown-menu-bg);
|
35719
|
-
list-style: none;
|
35720
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
35721
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
35722
|
-
border-radius: var(--DropDown-menu-borderRadius);
|
35723
|
-
box-shadow: var(--DropDown-menu-boxShadow);
|
35724
|
-
min-width: var(--DropDown-menu-minWidth);
|
35725
|
-
text-align: left;
|
35750
|
+
.amis-scope .antd-Table-v2.antd-Table-large .antd-Table-table > tbody > tr > td,
|
35751
|
+
.amis-scope .antd-Table-v2.antd-Table-large .antd-Table-table > tbody > tr > th {
|
35752
|
+
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
35726
35753
|
}
|
35727
35754
|
|
35728
|
-
.amis-scope .antd-
|
35729
|
-
|
35730
|
-
right: 0;
|
35755
|
+
.amis-scope .antd-Table-v2.antd-Table-large .antd-Table-table > tfoot > tr > td {
|
35756
|
+
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
35731
35757
|
}
|
35732
35758
|
|
35733
|
-
.amis-scope .antd-
|
35734
|
-
|
35735
|
-
padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
|
35736
|
-
white-space: nowrap;
|
35737
|
-
box-sizing: border-box;
|
35738
|
-
height: var(--DropDown-menu-height);
|
35739
|
-
vertical-align: middle;
|
35740
|
-
user-select: none;
|
35741
|
-
color: var(--link-color);
|
35742
|
-
text-decoration: var(--link-decoration);
|
35759
|
+
.amis-scope .antd-Table-v2.antd-Table-large .antd-TableCell-filterBtn {
|
35760
|
+
right: calc( var(--TableCell-paddingX-large) - var(--TableCell-filterBtn-width) / 2 );
|
35743
35761
|
}
|
35744
35762
|
|
35745
|
-
.amis-scope .antd-
|
35746
|
-
|
35747
|
-
background: var(--DropDown-menuItem-onHover-bg);
|
35748
|
-
color: var(--DropDown-menuItem-onHover-color);
|
35763
|
+
.amis-scope .antd-Table-v2.antd-Table-small .antd-Table-table > thead > tr > th {
|
35764
|
+
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
35749
35765
|
}
|
35750
35766
|
|
35751
|
-
.amis-scope .antd-
|
35752
|
-
.amis-scope .antd-
|
35753
|
-
|
35767
|
+
.amis-scope .antd-Table-v2.antd-Table-small .antd-Table-table > tbody > tr > td,
|
35768
|
+
.amis-scope .antd-Table-v2.antd-Table-small .antd-Table-table > tbody > tr > th {
|
35769
|
+
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
35754
35770
|
}
|
35755
35771
|
|
35756
|
-
.amis-scope .antd-
|
35757
|
-
|
35758
|
-
.amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
|
35759
|
-
.amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
|
35760
|
-
cursor: pointer;
|
35772
|
+
.amis-scope .antd-Table-v2.antd-Table-small .antd-Table-table > tfoot > tr > td {
|
35773
|
+
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
35761
35774
|
}
|
35762
35775
|
|
35763
|
-
.amis-scope .antd-
|
35764
|
-
|
35765
|
-
cursor: not-allowed;
|
35766
|
-
color: var(--DropDown-menuItem-onDisabled-color);
|
35767
|
-
filter: grayscale(80%);
|
35776
|
+
.amis-scope .antd-Table-v2.antd-Table-small .antd-TableCell-filterBtn {
|
35777
|
+
right: calc( var(--TableCell-paddingX-small) - var(--TableCell-filterBtn-width) / 2 );
|
35768
35778
|
}
|
35769
35779
|
|
35770
|
-
.amis-scope .antd-
|
35771
|
-
.amis-scope .antd-
|
35772
|
-
|
35773
|
-
|
35774
|
-
overflow: hidden;
|
35775
|
-
background: var(--DropDown-menu-borderColor);
|
35776
|
-
padding: 0;
|
35780
|
+
.amis-scope .antd-Table-v2 .antd-Table-title,
|
35781
|
+
.amis-scope .antd-Table-v2 .antd-Table-footer {
|
35782
|
+
background: var(--Table-heading-bg);
|
35783
|
+
padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
|
35777
35784
|
}
|
35778
35785
|
|
35779
|
-
.amis-scope .antd-
|
35780
|
-
|
35781
|
-
display: block;
|
35782
|
-
text-decoration: none;
|
35786
|
+
.amis-scope .antd-Table-v2 .antd-Table-header {
|
35787
|
+
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
35783
35788
|
}
|
35784
35789
|
|
35785
|
-
.amis-scope .antd-
|
35786
|
-
|
35787
|
-
|
35790
|
+
.amis-scope .antd-Table-v2 .antd-Table-header.antd-Table-sticky-holder {
|
35791
|
+
position: sticky;
|
35792
|
+
z-index: 3;
|
35793
|
+
background: var(--Table-bg);
|
35788
35794
|
}
|
35789
35795
|
|
35790
|
-
.amis-scope .antd-
|
35791
|
-
|
35796
|
+
.amis-scope .antd-Table-v2 .antd-Table-toolbar {
|
35797
|
+
display: flex;
|
35798
|
+
margin: 0 var(--Table-toolbar-marginX) var(--Table-toolbar-marginY);
|
35799
|
+
flex-wrap: wrap;
|
35792
35800
|
}
|
35793
35801
|
|
35794
|
-
.amis-scope .antd-
|
35795
|
-
|
35796
|
-
|
35797
|
-
|
35798
|
-
align-items: center;
|
35799
|
-
width: 25rem;
|
35800
|
-
padding: var(--ColumnToggler-lineHeight);
|
35801
|
-
margin-top: calc(50vh - 100px);
|
35802
|
-
border-radius: var(--ColumnToggler-borderRadius);
|
35803
|
-
background: var(--ColumnToggler-backgroundColor);
|
35804
|
-
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);
|
35802
|
+
.amis-scope .antd-Table-v2 .antd-Table-toolbar::before,
|
35803
|
+
.amis-scope .antd-Table-v2 .antd-Table-toolbar::after {
|
35804
|
+
display: table;
|
35805
|
+
content: "";
|
35805
35806
|
}
|
35806
35807
|
|
35807
|
-
.amis-scope .antd-
|
35808
|
-
|
35808
|
+
.amis-scope .antd-Table-v2 .antd-Table-toolbar::after {
|
35809
|
+
clear: both;
|
35810
|
+
}
|
35811
|
+
|
35812
|
+
.amis-scope .antd-Table-v2 .antd-Table-toolbar .antd-DropDown-menuItem {
|
35813
|
+
height: auto;
|
35814
|
+
}
|
35815
|
+
|
35816
|
+
.amis-scope .antd-Table-v2 .antd-Table-toolbar .antd-DropDown-menuItem .antd-Checkbox {
|
35809
35817
|
display: flex;
|
35810
|
-
flex-flow: row nowrap;
|
35811
|
-
justify-content: space-between;
|
35812
35818
|
align-items: center;
|
35813
35819
|
}
|
35814
35820
|
|
35815
|
-
.amis-scope .antd-
|
35816
|
-
|
35817
|
-
display: inline-block;
|
35821
|
+
.amis-scope .antd-Table-v2 .antd-Table-header + .antd-Table-toolbar {
|
35822
|
+
padding-top: 0;
|
35818
35823
|
}
|
35819
35824
|
|
35820
|
-
.amis-scope .antd-
|
35821
|
-
|
35822
|
-
|
35823
|
-
|
35824
|
-
line-height: var(--ColumnToggler-lineHeight);
|
35825
|
-
font-weight: bold;
|
35825
|
+
.amis-scope .antd-Table-v2 .antd-Table-content {
|
35826
|
+
min-height: 0.01%;
|
35827
|
+
overflow-x: auto;
|
35828
|
+
transform: translateZ(0);
|
35826
35829
|
}
|
35827
35830
|
|
35828
|
-
.amis-scope .antd-
|
35829
|
-
|
35830
|
-
width: 100%;
|
35831
|
-
list-style: none;
|
35832
|
-
margin: 0.5rem 0;
|
35831
|
+
.amis-scope .antd-Table-v2 .antd-Table-content th {
|
35832
|
+
position: relative;
|
35833
35833
|
}
|
35834
35834
|
|
35835
|
-
.amis-scope .antd-
|
35836
|
-
|
35837
|
-
|
35838
|
-
|
35839
|
-
font-size: var(--
|
35840
|
-
|
35841
|
-
|
35842
|
-
|
35843
|
-
|
35844
|
-
|
35835
|
+
.amis-scope .antd-Table-v2 .antd-Table-table {
|
35836
|
+
width: 100%;
|
35837
|
+
min-width: 100%;
|
35838
|
+
margin-bottom: 0;
|
35839
|
+
font-size: var(--Table-fontSize);
|
35840
|
+
color: var(--Table-color);
|
35841
|
+
background: var(--Table-bg);
|
35842
|
+
border-spacing: 0;
|
35843
|
+
border-collapse: collapse;
|
35844
|
+
border: none;
|
35845
35845
|
}
|
35846
35846
|
|
35847
|
-
.amis-scope .antd-
|
35848
|
-
|
35847
|
+
.amis-scope .antd-Table-v2 .antd-Table-table th,
|
35848
|
+
.amis-scope .antd-Table-v2 .antd-Table-table td {
|
35849
|
+
text-align: left;
|
35849
35850
|
}
|
35850
35851
|
|
35851
|
-
.amis-scope .antd-
|
35852
|
-
|
35852
|
+
.amis-scope .antd-Table-v2 .antd-Table-table th.text-center,
|
35853
|
+
.amis-scope .antd-Table-v2 .antd-Table-table td.text-center,
|
35854
|
+
.amis-scope .antd-Table-v2 .antd-Table-table th[colspan],
|
35855
|
+
.amis-scope .antd-Table-v2 .antd-Table-table td[colspan] {
|
35856
|
+
text-align: center;
|
35853
35857
|
}
|
35854
35858
|
|
35855
|
-
.amis-scope .antd-
|
35856
|
-
|
35857
|
-
|
35859
|
+
.amis-scope .antd-Table-v2 .antd-Table-table th.text-right,
|
35860
|
+
.amis-scope .antd-Table-v2 .antd-Table-table td.text-right {
|
35861
|
+
text-align: right;
|
35858
35862
|
}
|
35859
35863
|
|
35860
|
-
.amis-scope .antd-
|
35861
|
-
|
35862
|
-
|
35863
|
-
|
35864
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th {
|
35865
|
+
background: var(--Table-thead-bg);
|
35866
|
+
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
35867
|
+
font-size: var(--Table-thead-fontSize);
|
35868
|
+
color: var(--Table-thead-color);
|
35869
|
+
font-weight: var(--fontWeightNormal);
|
35864
35870
|
white-space: nowrap;
|
35865
|
-
overflow: hidden;
|
35866
|
-
user-select: none;
|
35867
35871
|
}
|
35868
35872
|
|
35869
|
-
.amis-scope .antd-
|
35870
|
-
|
35871
|
-
width: var(--fontSizeLg);
|
35872
|
-
vertical-align: top;
|
35873
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th:first-child {
|
35874
|
+
padding-left: var(--TableCell--edge-paddingX-default);
|
35873
35875
|
}
|
35874
35876
|
|
35875
|
-
.amis-scope .antd-
|
35876
|
-
|
35877
|
-
margin-left: 0;
|
35878
|
-
margin-right: var(--gap-xs);
|
35879
|
-
vertical-align: super;
|
35880
|
-
color: var(--ColumnToggler-item-dragBar-color);
|
35881
|
-
cursor: move;
|
35877
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-cell-last {
|
35878
|
+
padding-right: var(--TableCell--edge-paddingX-default);
|
35882
35879
|
}
|
35883
35880
|
|
35884
|
-
.amis-scope .antd-
|
35885
|
-
|
35886
|
-
display: flex;
|
35887
|
-
flex-flow: row nowrap;
|
35888
|
-
justify-content: space-between;
|
35889
|
-
align-items: center;
|
35881
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th:not(.antd-Table-cell-last) {
|
35882
|
+
border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
35890
35883
|
}
|
35891
35884
|
|
35892
|
-
.amis-scope .antd-
|
35893
|
-
|
35894
|
-
font-size: var(--fontSizeSm);
|
35885
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-row-expand-icon-cell {
|
35886
|
+
border-right: 0;
|
35895
35887
|
}
|
35896
35888
|
|
35897
|
-
.amis-scope .antd-
|
35898
|
-
|
35889
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th .antd-Remark {
|
35890
|
+
margin-left: var(--gap-xs);
|
35891
|
+
position: relative;
|
35892
|
+
top: 2px;
|
35899
35893
|
}
|
35900
35894
|
|
35901
|
-
.amis-scope .antd-
|
35895
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th .antd-Table-head-cell-wrapper {
|
35902
35896
|
display: flex;
|
35903
|
-
flex-flow: row nowrap;
|
35904
|
-
justify-content: space-between;
|
35905
|
-
align-items: center;
|
35906
35897
|
}
|
35907
35898
|
|
35908
|
-
.amis-scope .antd-
|
35909
|
-
|
35899
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr:not(:last-child) {
|
35900
|
+
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
35910
35901
|
}
|
35911
35902
|
|
35912
|
-
.amis-scope .antd-
|
35913
|
-
|
35903
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr {
|
35904
|
+
position: relative;
|
35905
|
+
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
35906
|
+
background: transparent;
|
35914
35907
|
}
|
35915
35908
|
|
35916
|
-
.amis-scope .antd-
|
35917
|
-
|
35909
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-summary-row > td {
|
35910
|
+
background: var(--Table-thead-bg);
|
35918
35911
|
}
|
35919
35912
|
|
35920
|
-
.amis-scope .antd-
|
35921
|
-
|
35913
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > th {
|
35914
|
+
background: var(--Table-thead-bg);
|
35915
|
+
color: var(--Table-thead-color);
|
35916
|
+
font-weight: var(--fontWeightNormal);
|
35917
|
+
white-space: nowrap;
|
35918
|
+
border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
35922
35919
|
}
|
35923
35920
|
|
35924
|
-
.amis-scope .antd-
|
35925
|
-
|
35921
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td,
|
35922
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > th {
|
35923
|
+
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
35926
35924
|
}
|
35927
35925
|
|
35928
|
-
.amis-scope .antd-
|
35929
|
-
|
35926
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td:first-child,
|
35927
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > th:first-child {
|
35928
|
+
padding-left: var(--TableCell--edge-paddingX-default);
|
35930
35929
|
}
|
35931
35930
|
|
35932
|
-
.amis-scope .antd-
|
35933
|
-
|
35934
|
-
|
35935
|
-
background: var(--List-bg);
|
35936
|
-
margin-bottom: var(--gap-sm);
|
35931
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td:last-child,
|
35932
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > th:last-child {
|
35933
|
+
padding-right: var(--TableCell--edge-paddingX-default);
|
35937
35934
|
}
|
35938
35935
|
|
35939
|
-
.amis-scope .antd-
|
35936
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr .antd-Table-cell-wrapper-prefix {
|
35940
35937
|
display: flex;
|
35941
|
-
flex-wrap: wrap;
|
35942
|
-
margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
35943
35938
|
}
|
35944
35939
|
|
35945
|
-
.amis-scope .antd-
|
35946
|
-
|
35947
|
-
display: table;
|
35948
|
-
content: "";
|
35940
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr .antd-Table-cell-wrapper-prefix .antd-Table-expandBtn {
|
35941
|
+
margin-right: 5px;
|
35949
35942
|
}
|
35950
35943
|
|
35951
|
-
.amis-scope .antd-
|
35952
|
-
|
35944
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr .antd-Table-cell-height-large {
|
35945
|
+
height: var(--TableCell-line-height-large);
|
35946
|
+
line-height: var(--TableCell-line-height-large);
|
35947
|
+
overflow: hidden;
|
35953
35948
|
}
|
35954
35949
|
|
35955
|
-
.amis-scope .antd-
|
35956
|
-
|
35950
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr .antd-Table-cell-height-middle {
|
35951
|
+
height: var(--TableCell-line-height-middle);
|
35952
|
+
line-height: var(--TableCell-line-height-middle);
|
35953
|
+
overflow: hidden;
|
35957
35954
|
}
|
35958
35955
|
|
35959
|
-
.amis-scope .antd-
|
35960
|
-
|
35956
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-tr--odd {
|
35957
|
+
background: var(--Table-strip-bg);
|
35961
35958
|
}
|
35962
35959
|
|
35963
|
-
.amis-scope .antd-
|
35964
|
-
|
35960
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-tr--hasItemAction:hover {
|
35961
|
+
cursor: pointer;
|
35965
35962
|
}
|
35966
35963
|
|
35967
|
-
.amis-scope .antd-
|
35968
|
-
.amis-scope .antd-
|
35969
|
-
|
35970
|
-
|
35964
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:hover,
|
35965
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-hovered {
|
35966
|
+
background: var(--Table-onHover-bg);
|
35967
|
+
border-color: var(--Table-onHover-borderColor);
|
35968
|
+
color: var(--Table-onHover-color);
|
35971
35969
|
}
|
35972
35970
|
|
35973
|
-
.amis-scope .antd-
|
35974
|
-
|
35971
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:hover + tr,
|
35972
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-hovered + tr {
|
35973
|
+
border-color: var(--Table-onHover-borderColor);
|
35975
35974
|
}
|
35976
35975
|
|
35977
|
-
.amis-scope .antd-
|
35978
|
-
|
35976
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-checked {
|
35977
|
+
background: var(--Table-onChecked-bg);
|
35978
|
+
border-color: var(--Table-onChecked-borderColor);
|
35979
|
+
color: var(--Table-onChecked-color);
|
35979
35980
|
}
|
35980
35981
|
|
35981
|
-
.amis-scope .antd-
|
35982
|
-
|
35983
|
-
background: var(--white);
|
35984
|
-
z-index: -1;
|
35985
|
-
opacity: 0;
|
35986
|
-
box-shadow: var(--List-fixedTop-boxShadow);
|
35982
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-checked + tr {
|
35983
|
+
border-color: var(--Table-onChecked-borderColor);
|
35987
35984
|
}
|
35988
35985
|
|
35989
|
-
.amis-scope .antd-
|
35990
|
-
|
35991
|
-
|
35992
|
-
|
35986
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-moved,
|
35987
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-modified {
|
35988
|
+
background: var(--Table-onModified-bg);
|
35989
|
+
border-color: var(--Table-onModified-borderColor);
|
35990
|
+
color: var(--Table-onModified-color);
|
35993
35991
|
}
|
35994
35992
|
|
35995
|
-
.amis-scope .antd-
|
35996
|
-
|
35993
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-moved + tr,
|
35994
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-modified + tr {
|
35995
|
+
border-color: var(--Table-onModified-borderColor);
|
35997
35996
|
}
|
35998
35997
|
|
35999
|
-
.amis-scope .antd-
|
36000
|
-
|
35998
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-summary {
|
35999
|
+
background: var(--Table-thead-bg);
|
36000
|
+
color: var(--Table-thead-color);
|
36001
|
+
font-weight: var(--fontWeightNormal);
|
36001
36002
|
}
|
36002
36003
|
|
36003
|
-
.amis-scope .antd-
|
36004
|
-
background:
|
36005
|
-
color:
|
36006
|
-
padding: var(--gap-xs) var(--gap-sm);
|
36007
|
-
margin-bottom: var(--gap-sm);
|
36004
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light {
|
36005
|
+
background-color: #d9d9d9;
|
36006
|
+
color: rgba(0, 0, 0, 0.85);
|
36008
36007
|
}
|
36009
36008
|
|
36010
|
-
.amis-scope .antd-
|
36011
|
-
|
36012
|
-
|
36013
|
-
clear: both;
|
36014
|
-
margin-top: var(--gap-xs);
|
36009
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.lt,
|
36010
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .lt {
|
36011
|
+
background: #dedede;
|
36015
36012
|
}
|
36016
36013
|
|
36017
|
-
.amis-scope .antd-
|
36018
|
-
|
36019
|
-
|
36020
|
-
min-height: var(--List-placeholder-height);
|
36021
|
-
line-height: var(--List-placeholder-height);
|
36014
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.lter,
|
36015
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .lter {
|
36016
|
+
background: #e1e1e1;
|
36022
36017
|
}
|
36023
36018
|
|
36024
|
-
.amis-scope .antd-
|
36025
|
-
|
36026
|
-
|
36027
|
-
flex-direction: column;
|
36019
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.dk,
|
36020
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .dk {
|
36021
|
+
background: #d2d0d0;
|
36028
36022
|
}
|
36029
36023
|
|
36030
|
-
.amis-scope .antd-
|
36031
|
-
|
36032
|
-
|
36033
|
-
padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
|
36034
|
-
margin-bottom: -0.0625rem;
|
36035
|
-
background: var(--white);
|
36036
|
-
border: var(--ListItem-borderWidth) solid var(--List-borderColor);
|
36024
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.dker,
|
36025
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .dker {
|
36026
|
+
background: #cfcaca;
|
36037
36027
|
}
|
36038
36028
|
|
36039
|
-
.amis-scope .antd-
|
36040
|
-
|
36041
|
-
|
36029
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light.bg,
|
36030
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-light .bg {
|
36031
|
+
background-color: #d9d9d9;
|
36042
36032
|
}
|
36043
36033
|
|
36044
|
-
.amis-scope .antd-
|
36045
|
-
|
36046
|
-
|
36047
|
-
margin-bottom: 0;
|
36034
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark {
|
36035
|
+
background-color: #343a40;
|
36036
|
+
color: #a0a0a0;
|
36048
36037
|
}
|
36049
36038
|
|
36050
|
-
.amis-scope .antd-
|
36051
|
-
|
36039
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.lt,
|
36040
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .lt {
|
36041
|
+
background: #41474c;
|
36052
36042
|
}
|
36053
36043
|
|
36054
|
-
.amis-scope .antd-
|
36055
|
-
|
36044
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.lter,
|
36045
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .lter {
|
36046
|
+
background: #4f5458;
|
36056
36047
|
}
|
36057
36048
|
|
36058
|
-
.amis-scope .antd-
|
36059
|
-
|
36049
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.dk,
|
36050
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .dk {
|
36051
|
+
background: #272d33;
|
36060
36052
|
}
|
36061
36053
|
|
36062
|
-
.amis-scope .antd-
|
36063
|
-
|
36064
|
-
|
36054
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.dker,
|
36055
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .dker {
|
36056
|
+
background: #1c2125;
|
36065
36057
|
}
|
36066
36058
|
|
36067
|
-
.amis-scope .antd-
|
36068
|
-
|
36059
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark.bg,
|
36060
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .bg {
|
36061
|
+
background-color: #343a40;
|
36069
36062
|
}
|
36070
36063
|
|
36071
|
-
.amis-scope .antd-
|
36072
|
-
|
36073
|
-
|
36074
|
-
padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
|
36064
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark a,
|
36065
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .antd-Button--link {
|
36066
|
+
color: #b9baba;
|
36075
36067
|
}
|
36076
36068
|
|
36077
|
-
.amis-scope .antd-
|
36078
|
-
.amis-scope .antd-
|
36079
|
-
|
36080
|
-
content: "";
|
36069
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark a:hover,
|
36070
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .antd-Button--link:hover {
|
36071
|
+
color: #fff;
|
36081
36072
|
}
|
36082
36073
|
|
36083
|
-
.amis-scope .antd-
|
36084
|
-
|
36074
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .open > a,
|
36075
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .open > a:hover,
|
36076
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .open > a:focus {
|
36077
|
+
color: #fff;
|
36085
36078
|
}
|
36086
36079
|
|
36087
|
-
.amis-scope .antd-
|
36088
|
-
|
36080
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .text-muted {
|
36081
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
36089
36082
|
}
|
36090
36083
|
|
36091
|
-
.amis-scope .antd-
|
36092
|
-
|
36084
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-dark .text-lt {
|
36085
|
+
color: rgba(64, 64, 64, 0.85) !important;
|
36093
36086
|
}
|
36094
36087
|
|
36095
|
-
.amis-scope .antd-
|
36096
|
-
|
36097
|
-
|
36088
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black {
|
36089
|
+
background-color: #000;
|
36090
|
+
color: #666666;
|
36098
36091
|
}
|
36099
36092
|
|
36100
|
-
.amis-scope .antd-
|
36101
|
-
|
36102
|
-
|
36103
|
-
margin-right: var(--gap-sm);
|
36093
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.lt,
|
36094
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .lt {
|
36095
|
+
background: #0d0d0d;
|
36104
36096
|
}
|
36105
36097
|
|
36106
|
-
.amis-scope .antd-
|
36107
|
-
|
36098
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.lter,
|
36099
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .lter {
|
36100
|
+
background: #1a1a1a;
|
36108
36101
|
}
|
36109
36102
|
|
36110
|
-
.amis-scope .antd-
|
36111
|
-
|
36112
|
-
|
36103
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.dk,
|
36104
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .dk {
|
36105
|
+
background: black;
|
36113
36106
|
}
|
36114
36107
|
|
36115
|
-
.amis-scope .antd-
|
36116
|
-
|
36117
|
-
|
36118
|
-
font-size: var(--fontSizeBase);
|
36119
|
-
color: var(--text--loud-color);
|
36120
|
-
font-weight: var(--fontWeightNormal);
|
36108
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.dker,
|
36109
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .dker {
|
36110
|
+
background: black;
|
36121
36111
|
}
|
36122
36112
|
|
36123
|
-
.amis-scope .antd-
|
36124
|
-
|
36113
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black.bg,
|
36114
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .bg {
|
36115
|
+
background-color: #000;
|
36125
36116
|
}
|
36126
36117
|
|
36127
|
-
.amis-scope .antd-
|
36128
|
-
|
36129
|
-
|
36130
|
-
flex-wrap: nowrap;
|
36118
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black a,
|
36119
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .antd-Button--link {
|
36120
|
+
color: gray;
|
36131
36121
|
}
|
36132
36122
|
|
36133
|
-
.amis-scope .antd-
|
36134
|
-
|
36135
|
-
|
36136
|
-
flex-grow: 1;
|
36137
|
-
max-width: 100%;
|
36138
|
-
width: 0;
|
36139
|
-
overflow: hidden;
|
36140
|
-
text-overflow: ellipsis;
|
36123
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black a:hover,
|
36124
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .antd-Button--link:hover {
|
36125
|
+
color: #fff;
|
36141
36126
|
}
|
36142
36127
|
|
36143
|
-
.amis-scope .antd-
|
36144
|
-
|
36145
|
-
|
36128
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .open > a,
|
36129
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .open > a:hover,
|
36130
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .open > a:focus {
|
36131
|
+
color: #fff;
|
36146
36132
|
}
|
36147
36133
|
|
36148
|
-
.amis-scope .antd-
|
36149
|
-
|
36150
|
-
border-color: var(--ListItem-onChecked-borderColor);
|
36151
|
-
color: var(--ListItem-onChecked-color);
|
36134
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .text-muted {
|
36135
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
36152
36136
|
}
|
36153
36137
|
|
36154
|
-
.amis-scope .antd-
|
36155
|
-
|
36138
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-black .text-lt {
|
36139
|
+
color: rgba(64, 64, 64, 0.85) !important;
|
36156
36140
|
}
|
36157
36141
|
|
36158
|
-
.amis-scope .antd-
|
36159
|
-
color:
|
36142
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary {
|
36143
|
+
background-color: #1890ff;
|
36144
|
+
color: #e5f2fe;
|
36160
36145
|
}
|
36161
36146
|
|
36162
|
-
.amis-scope .antd-
|
36163
|
-
.amis-scope .antd-
|
36164
|
-
background:
|
36165
|
-
border-color: var(--ListItem-onModified-borderColor);
|
36166
|
-
color: var(--ListItem-onModified-color);
|
36147
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.lt,
|
36148
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .lt {
|
36149
|
+
background: #349cfc;
|
36167
36150
|
}
|
36168
36151
|
|
36169
|
-
.amis-scope .antd-
|
36170
|
-
.amis-scope .antd-
|
36171
|
-
|
36152
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.lter,
|
36153
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .lter {
|
36154
|
+
background: #50a8fb;
|
36172
36155
|
}
|
36173
36156
|
|
36174
|
-
.amis-scope .antd-
|
36175
|
-
.amis-scope .antd-
|
36176
|
-
|
36157
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.dk,
|
36158
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .dk {
|
36159
|
+
background: #0084fe;
|
36177
36160
|
}
|
36178
36161
|
|
36179
|
-
.amis-scope .antd-
|
36180
|
-
|
36162
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.dker,
|
36163
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .dker {
|
36164
|
+
background: #0076e4;
|
36181
36165
|
}
|
36182
36166
|
|
36183
|
-
.amis-scope .antd-
|
36184
|
-
|
36167
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary.bg,
|
36168
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .bg {
|
36169
|
+
background-color: #1890ff;
|
36185
36170
|
}
|
36186
36171
|
|
36187
|
-
.amis-scope .antd-
|
36188
|
-
|
36189
|
-
|
36172
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary a,
|
36173
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .antd-Button--link {
|
36174
|
+
color: white;
|
36190
36175
|
}
|
36191
36176
|
|
36192
|
-
.amis-scope .antd-
|
36193
|
-
|
36177
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary a:hover,
|
36178
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .antd-Button--link:hover {
|
36179
|
+
color: #fff;
|
36194
36180
|
}
|
36195
36181
|
|
36196
|
-
.amis-scope .antd-
|
36197
|
-
.amis-scope .antd-
|
36198
|
-
|
36199
|
-
|
36182
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .open > a,
|
36183
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .open > a:hover,
|
36184
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .open > a:focus {
|
36185
|
+
color: #fff;
|
36200
36186
|
}
|
36201
36187
|
|
36202
|
-
.amis-scope .antd-
|
36203
|
-
|
36188
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .text-muted {
|
36189
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
36204
36190
|
}
|
36205
36191
|
|
36206
|
-
.amis-scope .antd-
|
36207
|
-
|
36192
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-primary .text-lt {
|
36193
|
+
color: rgba(64, 64, 64, 0.85) !important;
|
36208
36194
|
}
|
36209
36195
|
|
36210
|
-
.amis-scope .antd-
|
36211
|
-
|
36196
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success {
|
36197
|
+
background-color: #52c41a;
|
36198
|
+
color: #cbf1b9;
|
36212
36199
|
}
|
36213
36200
|
|
36214
|
-
.amis-scope .antd-
|
36215
|
-
|
36201
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.lt,
|
36202
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .lt {
|
36203
|
+
background: #5cd720;
|
36216
36204
|
}
|
36217
36205
|
|
36218
|
-
.amis-scope .antd-
|
36219
|
-
|
36206
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.lter,
|
36207
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .lter {
|
36208
|
+
background: #6cdd34;
|
36220
36209
|
}
|
36221
36210
|
|
36222
|
-
.amis-scope .antd-
|
36223
|
-
.amis-scope .antd-
|
36224
|
-
|
36225
|
-
margin-left: var(--Crud-toolbar-gap);
|
36211
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.dk,
|
36212
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .dk {
|
36213
|
+
background: #48b015;
|
36226
36214
|
}
|
36227
36215
|
|
36228
|
-
.amis-scope .antd-
|
36229
|
-
|
36216
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.dker,
|
36217
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .dker {
|
36218
|
+
background: #3e9b10;
|
36230
36219
|
}
|
36231
36220
|
|
36232
|
-
.amis-scope .antd-
|
36233
|
-
|
36234
|
-
background:
|
36235
|
-
z-index: -1;
|
36236
|
-
opacity: 0;
|
36237
|
-
box-shadow: var(--Cards-fixedTop-boxShadow);
|
36238
|
-
padding: var(--gap-sm);
|
36221
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success.bg,
|
36222
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .bg {
|
36223
|
+
background-color: #52c41a;
|
36239
36224
|
}
|
36240
36225
|
|
36241
|
-
.amis-scope .antd-
|
36242
|
-
|
36243
|
-
|
36244
|
-
z-index: 900;
|
36226
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success a,
|
36227
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .antd-Button--link {
|
36228
|
+
color: #ebf9e4;
|
36245
36229
|
}
|
36246
36230
|
|
36247
|
-
.amis-scope .antd-
|
36248
|
-
|
36231
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success a:hover,
|
36232
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .antd-Button--link:hover {
|
36233
|
+
color: #fff;
|
36234
|
+
}
|
36235
|
+
|
36236
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .open > a,
|
36237
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .open > a:hover,
|
36238
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .open > a:focus {
|
36239
|
+
color: #fff;
|
36240
|
+
}
|
36241
|
+
|
36242
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .text-muted {
|
36243
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
36244
|
+
}
|
36245
|
+
|
36246
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-success .text-lt {
|
36247
|
+
color: rgba(64, 64, 64, 0.85) !important;
|
36248
|
+
}
|
36249
|
+
|
36250
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info {
|
36251
|
+
background-color: #1890ff;
|
36252
|
+
color: #e5f2fe;
|
36253
|
+
}
|
36254
|
+
|
36255
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.lt,
|
36256
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .lt {
|
36257
|
+
background: #349cfc;
|
36258
|
+
}
|
36259
|
+
|
36260
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.lter,
|
36261
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .lter {
|
36262
|
+
background: #50a8fb;
|
36263
|
+
}
|
36264
|
+
|
36265
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.dk,
|
36266
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .dk {
|
36267
|
+
background: #0084fe;
|
36268
|
+
}
|
36269
|
+
|
36270
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.dker,
|
36271
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .dker {
|
36272
|
+
background: #0076e4;
|
36273
|
+
}
|
36274
|
+
|
36275
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info.bg,
|
36276
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .bg {
|
36277
|
+
background-color: #1890ff;
|
36278
|
+
}
|
36279
|
+
|
36280
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info a,
|
36281
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .antd-Button--link {
|
36282
|
+
color: white;
|
36283
|
+
}
|
36284
|
+
|
36285
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info a:hover,
|
36286
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .antd-Button--link:hover {
|
36287
|
+
color: #fff;
|
36288
|
+
}
|
36289
|
+
|
36290
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .open > a,
|
36291
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .open > a:hover,
|
36292
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .open > a:focus {
|
36293
|
+
color: #fff;
|
36294
|
+
}
|
36295
|
+
|
36296
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .text-muted {
|
36297
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
36298
|
+
}
|
36299
|
+
|
36300
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-info .text-lt {
|
36301
|
+
color: rgba(64, 64, 64, 0.85) !important;
|
36302
|
+
}
|
36303
|
+
|
36304
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning {
|
36305
|
+
background-color: #faad14;
|
36306
|
+
color: #fcf2de;
|
36307
|
+
}
|
36308
|
+
|
36309
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.lt,
|
36310
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .lt {
|
36311
|
+
background: #f8b530;
|
36312
|
+
}
|
36313
|
+
|
36314
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.lter,
|
36315
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .lter {
|
36316
|
+
background: #f6bd4b;
|
36317
|
+
}
|
36318
|
+
|
36319
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.dk,
|
36320
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .dk {
|
36321
|
+
background: #f2a202;
|
36322
|
+
}
|
36323
|
+
|
36324
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.dker,
|
36325
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .dker {
|
36326
|
+
background: #db9200;
|
36327
|
+
}
|
36328
|
+
|
36329
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning.bg,
|
36330
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .bg {
|
36331
|
+
background-color: #faad14;
|
36332
|
+
}
|
36333
|
+
|
36334
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning a,
|
36335
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .antd-Button--link {
|
36336
|
+
color: white;
|
36337
|
+
}
|
36338
|
+
|
36339
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning a:hover,
|
36340
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .antd-Button--link:hover {
|
36341
|
+
color: #fff;
|
36342
|
+
}
|
36343
|
+
|
36344
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .open > a,
|
36345
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .open > a:hover,
|
36346
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .open > a:focus {
|
36347
|
+
color: #fff;
|
36348
|
+
}
|
36349
|
+
|
36350
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .text-muted {
|
36351
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
36352
|
+
}
|
36353
|
+
|
36354
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-warning .text-lt {
|
36355
|
+
color: rgba(64, 64, 64, 0.85) !important;
|
36356
|
+
}
|
36357
|
+
|
36358
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger {
|
36359
|
+
background-color: #ff4d4f;
|
36360
|
+
color: white;
|
36361
|
+
}
|
36362
|
+
|
36363
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.lt,
|
36364
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .lt {
|
36365
|
+
background: #fd686a;
|
36366
|
+
}
|
36367
|
+
|
36368
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.lter,
|
36369
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .lter {
|
36370
|
+
background: #fc8385;
|
36371
|
+
}
|
36372
|
+
|
36373
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.dk,
|
36374
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .dk {
|
36375
|
+
background: #ff3436;
|
36376
|
+
}
|
36377
|
+
|
36378
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.dker,
|
36379
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .dker {
|
36380
|
+
background: #ff1a1d;
|
36381
|
+
}
|
36382
|
+
|
36383
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger.bg,
|
36384
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .bg {
|
36385
|
+
background-color: #ff4d4f;
|
36386
|
+
}
|
36387
|
+
|
36388
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger a,
|
36389
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .antd-Button--link {
|
36390
|
+
color: white;
|
36391
|
+
}
|
36392
|
+
|
36393
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger a:hover,
|
36394
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .antd-Button--link:hover {
|
36395
|
+
color: #fff;
|
36396
|
+
}
|
36397
|
+
|
36398
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .open > a,
|
36399
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .open > a:hover,
|
36400
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .open > a:focus {
|
36401
|
+
color: #fff;
|
36402
|
+
}
|
36403
|
+
|
36404
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .text-muted {
|
36405
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
36406
|
+
}
|
36407
|
+
|
36408
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.bg-danger .text-lt {
|
36409
|
+
color: rgba(64, 64, 64, 0.85) !important;
|
36410
|
+
}
|
36411
|
+
|
36412
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-dragging {
|
36413
|
+
opacity: var(--Table-onDragging-opacity);
|
36414
|
+
}
|
36415
|
+
|
36416
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th.is-expanded .antd-Table-expandCell:before {
|
36417
|
+
right: -0.6875rem;
|
36418
|
+
}
|
36419
|
+
|
36420
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandBtn {
|
36421
|
+
position: relative;
|
36422
|
+
right: -1.125rem;
|
36423
|
+
}
|
36424
|
+
|
36425
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td {
|
36426
|
+
position: relative;
|
36427
|
+
padding-left: 1.125rem;
|
36428
|
+
}
|
36429
|
+
|
36430
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td::before {
|
36431
|
+
content: "";
|
36432
|
+
position: absolute;
|
36433
|
+
width: 0.0625rem;
|
36434
|
+
top: 0;
|
36435
|
+
bottom: 0;
|
36436
|
+
left: -0.5rem;
|
36437
|
+
height: auto;
|
36438
|
+
background: var(--Table-tree-borderColor);
|
36439
|
+
}
|
36440
|
+
|
36441
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td::after {
|
36442
|
+
content: "";
|
36443
|
+
position: absolute;
|
36444
|
+
height: 0.0625rem;
|
36445
|
+
top: 50%;
|
36446
|
+
left: -0.5rem;
|
36447
|
+
width: 0.625rem;
|
36448
|
+
background: var(--Table-tree-borderColor);
|
36449
|
+
}
|
36450
|
+
|
36451
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th.is-expandable .antd-Table-expandCell + td {
|
36452
|
+
padding-left: 1.125rem;
|
36453
|
+
}
|
36454
|
+
|
36455
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--2th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36456
|
+
height: 50%;
|
36457
|
+
bottom: auto;
|
36458
|
+
}
|
36459
|
+
|
36460
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th.is-expanded .antd-Table-expandCell:before {
|
36461
|
+
right: -1.8125rem;
|
36462
|
+
}
|
36463
|
+
|
36464
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandBtn {
|
36465
|
+
position: relative;
|
36466
|
+
right: -2.25rem;
|
36467
|
+
}
|
36468
|
+
|
36469
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td {
|
36470
|
+
position: relative;
|
36471
|
+
padding-left: 2.25rem;
|
36472
|
+
}
|
36473
|
+
|
36474
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td::before {
|
36475
|
+
content: "";
|
36476
|
+
position: absolute;
|
36477
|
+
width: 0.0625rem;
|
36478
|
+
top: 0;
|
36479
|
+
bottom: 0;
|
36480
|
+
left: 0.625rem;
|
36481
|
+
height: auto;
|
36482
|
+
background: var(--Table-tree-borderColor);
|
36483
|
+
}
|
36484
|
+
|
36485
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td::after {
|
36486
|
+
content: "";
|
36487
|
+
position: absolute;
|
36488
|
+
height: 0.0625rem;
|
36489
|
+
top: 50%;
|
36490
|
+
left: 0.625rem;
|
36491
|
+
width: 0.625rem;
|
36492
|
+
background: var(--Table-tree-borderColor);
|
36493
|
+
}
|
36494
|
+
|
36495
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th.is-expandable .antd-Table-expandCell + td {
|
36496
|
+
padding-left: 2.25rem;
|
36497
|
+
}
|
36498
|
+
|
36499
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--3th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36500
|
+
height: 50%;
|
36501
|
+
bottom: auto;
|
36502
|
+
}
|
36503
|
+
|
36504
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th.is-expanded .antd-Table-expandCell:before {
|
36505
|
+
right: -2.9375rem;
|
36506
|
+
}
|
36507
|
+
|
36508
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandBtn {
|
36509
|
+
position: relative;
|
36510
|
+
right: -3.375rem;
|
36511
|
+
}
|
36512
|
+
|
36513
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td {
|
36514
|
+
position: relative;
|
36515
|
+
padding-left: 3.375rem;
|
36516
|
+
}
|
36517
|
+
|
36518
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td::before {
|
36519
|
+
content: "";
|
36520
|
+
position: absolute;
|
36521
|
+
width: 0.0625rem;
|
36522
|
+
top: 0;
|
36523
|
+
bottom: 0;
|
36524
|
+
left: 1.75rem;
|
36525
|
+
height: auto;
|
36526
|
+
background: var(--Table-tree-borderColor);
|
36527
|
+
}
|
36528
|
+
|
36529
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td::after {
|
36530
|
+
content: "";
|
36531
|
+
position: absolute;
|
36532
|
+
height: 0.0625rem;
|
36533
|
+
top: 50%;
|
36534
|
+
left: 1.75rem;
|
36535
|
+
width: 0.625rem;
|
36536
|
+
background: var(--Table-tree-borderColor);
|
36537
|
+
}
|
36538
|
+
|
36539
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th.is-expandable .antd-Table-expandCell + td {
|
36540
|
+
padding-left: 3.375rem;
|
36541
|
+
}
|
36542
|
+
|
36543
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--4th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36544
|
+
height: 50%;
|
36545
|
+
bottom: auto;
|
36546
|
+
}
|
36547
|
+
|
36548
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th.is-expanded .antd-Table-expandCell:before {
|
36549
|
+
right: -4.0625rem;
|
36550
|
+
}
|
36551
|
+
|
36552
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandBtn {
|
36553
|
+
position: relative;
|
36554
|
+
right: -4.5rem;
|
36555
|
+
}
|
36556
|
+
|
36557
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td {
|
36558
|
+
position: relative;
|
36559
|
+
padding-left: 4.5rem;
|
36560
|
+
}
|
36561
|
+
|
36562
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td::before {
|
36563
|
+
content: "";
|
36564
|
+
position: absolute;
|
36565
|
+
width: 0.0625rem;
|
36566
|
+
top: 0;
|
36567
|
+
bottom: 0;
|
36568
|
+
left: 2.875rem;
|
36569
|
+
height: auto;
|
36570
|
+
background: var(--Table-tree-borderColor);
|
36571
|
+
}
|
36572
|
+
|
36573
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td::after {
|
36574
|
+
content: "";
|
36575
|
+
position: absolute;
|
36576
|
+
height: 0.0625rem;
|
36577
|
+
top: 50%;
|
36578
|
+
left: 2.875rem;
|
36579
|
+
width: 0.625rem;
|
36580
|
+
background: var(--Table-tree-borderColor);
|
36581
|
+
}
|
36582
|
+
|
36583
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th.is-expandable .antd-Table-expandCell + td {
|
36584
|
+
padding-left: 4.5rem;
|
36585
|
+
}
|
36586
|
+
|
36587
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--5th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36588
|
+
height: 50%;
|
36589
|
+
bottom: auto;
|
36590
|
+
}
|
36591
|
+
|
36592
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th.is-expanded .antd-Table-expandCell:before {
|
36593
|
+
right: -5.1875rem;
|
36594
|
+
}
|
36595
|
+
|
36596
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandBtn {
|
36597
|
+
position: relative;
|
36598
|
+
right: -5.625rem;
|
36599
|
+
}
|
36600
|
+
|
36601
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td {
|
36602
|
+
position: relative;
|
36603
|
+
padding-left: 5.625rem;
|
36604
|
+
}
|
36605
|
+
|
36606
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td::before {
|
36607
|
+
content: "";
|
36608
|
+
position: absolute;
|
36609
|
+
width: 0.0625rem;
|
36610
|
+
top: 0;
|
36611
|
+
bottom: 0;
|
36612
|
+
left: 4rem;
|
36613
|
+
height: auto;
|
36614
|
+
background: var(--Table-tree-borderColor);
|
36615
|
+
}
|
36616
|
+
|
36617
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td::after {
|
36618
|
+
content: "";
|
36619
|
+
position: absolute;
|
36620
|
+
height: 0.0625rem;
|
36621
|
+
top: 50%;
|
36622
|
+
left: 4rem;
|
36623
|
+
width: 0.625rem;
|
36624
|
+
background: var(--Table-tree-borderColor);
|
36625
|
+
}
|
36626
|
+
|
36627
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th.is-expandable .antd-Table-expandCell + td {
|
36628
|
+
padding-left: 5.625rem;
|
36629
|
+
}
|
36630
|
+
|
36631
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--6th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36632
|
+
height: 50%;
|
36633
|
+
bottom: auto;
|
36634
|
+
}
|
36635
|
+
|
36636
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th.is-expanded .antd-Table-expandCell:before {
|
36637
|
+
right: -6.3125rem;
|
36638
|
+
}
|
36639
|
+
|
36640
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandBtn {
|
36641
|
+
position: relative;
|
36642
|
+
right: -6.75rem;
|
36643
|
+
}
|
36644
|
+
|
36645
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td {
|
36646
|
+
position: relative;
|
36647
|
+
padding-left: 6.75rem;
|
36648
|
+
}
|
36649
|
+
|
36650
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td::before {
|
36651
|
+
content: "";
|
36652
|
+
position: absolute;
|
36653
|
+
width: 0.0625rem;
|
36654
|
+
top: 0;
|
36655
|
+
bottom: 0;
|
36656
|
+
left: 5.125rem;
|
36657
|
+
height: auto;
|
36658
|
+
background: var(--Table-tree-borderColor);
|
36659
|
+
}
|
36660
|
+
|
36661
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td::after {
|
36662
|
+
content: "";
|
36663
|
+
position: absolute;
|
36664
|
+
height: 0.0625rem;
|
36665
|
+
top: 50%;
|
36666
|
+
left: 5.125rem;
|
36667
|
+
width: 0.625rem;
|
36668
|
+
background: var(--Table-tree-borderColor);
|
36669
|
+
}
|
36670
|
+
|
36671
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th.is-expandable .antd-Table-expandCell + td {
|
36672
|
+
padding-left: 6.75rem;
|
36673
|
+
}
|
36674
|
+
|
36675
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--7th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36676
|
+
height: 50%;
|
36677
|
+
bottom: auto;
|
36678
|
+
}
|
36679
|
+
|
36680
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th.is-expanded .antd-Table-expandCell:before {
|
36681
|
+
right: -7.4375rem;
|
36682
|
+
}
|
36683
|
+
|
36684
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandBtn {
|
36685
|
+
position: relative;
|
36686
|
+
right: -7.875rem;
|
36687
|
+
}
|
36688
|
+
|
36689
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td {
|
36690
|
+
position: relative;
|
36691
|
+
padding-left: 7.875rem;
|
36692
|
+
}
|
36693
|
+
|
36694
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td::before {
|
36695
|
+
content: "";
|
36696
|
+
position: absolute;
|
36697
|
+
width: 0.0625rem;
|
36698
|
+
top: 0;
|
36699
|
+
bottom: 0;
|
36700
|
+
left: 6.25rem;
|
36701
|
+
height: auto;
|
36702
|
+
background: var(--Table-tree-borderColor);
|
36703
|
+
}
|
36704
|
+
|
36705
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td::after {
|
36706
|
+
content: "";
|
36707
|
+
position: absolute;
|
36708
|
+
height: 0.0625rem;
|
36709
|
+
top: 50%;
|
36710
|
+
left: 6.25rem;
|
36711
|
+
width: 0.625rem;
|
36712
|
+
background: var(--Table-tree-borderColor);
|
36713
|
+
}
|
36714
|
+
|
36715
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th.is-expandable .antd-Table-expandCell + td {
|
36716
|
+
padding-left: 7.875rem;
|
36717
|
+
}
|
36718
|
+
|
36719
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--8th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36720
|
+
height: 50%;
|
36721
|
+
bottom: auto;
|
36722
|
+
}
|
36723
|
+
|
36724
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th.is-expanded .antd-Table-expandCell:before {
|
36725
|
+
right: -8.5625rem;
|
36726
|
+
}
|
36727
|
+
|
36728
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandBtn {
|
36729
|
+
position: relative;
|
36730
|
+
right: -9rem;
|
36731
|
+
}
|
36732
|
+
|
36733
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td {
|
36734
|
+
position: relative;
|
36735
|
+
padding-left: 9rem;
|
36736
|
+
}
|
36737
|
+
|
36738
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td::before {
|
36739
|
+
content: "";
|
36740
|
+
position: absolute;
|
36741
|
+
width: 0.0625rem;
|
36742
|
+
top: 0;
|
36743
|
+
bottom: 0;
|
36744
|
+
left: 7.375rem;
|
36745
|
+
height: auto;
|
36746
|
+
background: var(--Table-tree-borderColor);
|
36747
|
+
}
|
36748
|
+
|
36749
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td::after {
|
36750
|
+
content: "";
|
36751
|
+
position: absolute;
|
36752
|
+
height: 0.0625rem;
|
36753
|
+
top: 50%;
|
36754
|
+
left: 7.375rem;
|
36755
|
+
width: 0.625rem;
|
36756
|
+
background: var(--Table-tree-borderColor);
|
36757
|
+
}
|
36758
|
+
|
36759
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th.is-expandable .antd-Table-expandCell + td {
|
36760
|
+
padding-left: 9rem;
|
36761
|
+
}
|
36762
|
+
|
36763
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--9th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36764
|
+
height: 50%;
|
36765
|
+
bottom: auto;
|
36766
|
+
}
|
36767
|
+
|
36768
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th.is-expanded .antd-Table-expandCell:before {
|
36769
|
+
right: -9.6875rem;
|
36770
|
+
}
|
36771
|
+
|
36772
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandBtn {
|
36773
|
+
position: relative;
|
36774
|
+
right: -10.125rem;
|
36775
|
+
}
|
36776
|
+
|
36777
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td {
|
36778
|
+
position: relative;
|
36779
|
+
padding-left: 10.125rem;
|
36780
|
+
}
|
36781
|
+
|
36782
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td::before {
|
36783
|
+
content: "";
|
36784
|
+
position: absolute;
|
36785
|
+
width: 0.0625rem;
|
36786
|
+
top: 0;
|
36787
|
+
bottom: 0;
|
36788
|
+
left: 8.5rem;
|
36789
|
+
height: auto;
|
36790
|
+
background: var(--Table-tree-borderColor);
|
36791
|
+
}
|
36792
|
+
|
36793
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td::after {
|
36794
|
+
content: "";
|
36795
|
+
position: absolute;
|
36796
|
+
height: 0.0625rem;
|
36797
|
+
top: 50%;
|
36798
|
+
left: 8.5rem;
|
36799
|
+
width: 0.625rem;
|
36800
|
+
background: var(--Table-tree-borderColor);
|
36801
|
+
}
|
36802
|
+
|
36803
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th.is-expandable .antd-Table-expandCell + td {
|
36804
|
+
padding-left: 10.125rem;
|
36805
|
+
}
|
36806
|
+
|
36807
|
+
.amis-scope .antd-Table-v2 .antd-Table-table tr.antd-Table-tr--10th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
36808
|
+
height: 50%;
|
36809
|
+
bottom: auto;
|
36810
|
+
}
|
36811
|
+
|
36812
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-checkCell,
|
36813
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-checkCell {
|
36814
|
+
border-right: 0;
|
36815
|
+
white-space: nowrap;
|
36816
|
+
}
|
36817
|
+
|
36818
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-checkCell .antd-Checkbox,
|
36819
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-checkCell .antd-Checkbox {
|
36820
|
+
margin: 0;
|
36821
|
+
}
|
36822
|
+
|
36823
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-expandCell,
|
36824
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
|
36825
|
+
border-right: 0;
|
36826
|
+
width: 0.0625rem;
|
36827
|
+
padding-right: 0;
|
36828
|
+
}
|
36829
|
+
|
36830
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-dragCell,
|
36831
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-dragCell {
|
36832
|
+
border-right: 0;
|
36833
|
+
width: 0.0625rem;
|
36834
|
+
padding-right: 0;
|
36835
|
+
cursor: move;
|
36836
|
+
}
|
36837
|
+
|
36838
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-dragCell > svg,
|
36839
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-dragCell > svg {
|
36840
|
+
vertical-align: middle;
|
36841
|
+
}
|
36842
|
+
|
36843
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
|
36844
|
+
position: relative;
|
36845
|
+
}
|
36846
|
+
|
36847
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-1 {
|
36848
|
+
position: absolute;
|
36849
|
+
width: 0.0625rem;
|
36850
|
+
top: 0;
|
36851
|
+
bottom: 0;
|
36852
|
+
height: 100%;
|
36853
|
+
background: var(--Table-tree-borderColor);
|
36854
|
+
right: 0.4375rem;
|
36855
|
+
}
|
36856
|
+
|
36857
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-2 {
|
36858
|
+
position: absolute;
|
36859
|
+
width: 0.0625rem;
|
36860
|
+
top: 0;
|
36861
|
+
bottom: 0;
|
36862
|
+
height: 100%;
|
36863
|
+
background: var(--Table-tree-borderColor);
|
36864
|
+
right: -0.6875rem;
|
36865
|
+
}
|
36866
|
+
|
36867
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-3 {
|
36868
|
+
position: absolute;
|
36869
|
+
width: 0.0625rem;
|
36870
|
+
top: 0;
|
36871
|
+
bottom: 0;
|
36872
|
+
height: 100%;
|
36873
|
+
background: var(--Table-tree-borderColor);
|
36874
|
+
right: -1.8125rem;
|
36875
|
+
}
|
36876
|
+
|
36877
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-4 {
|
36878
|
+
position: absolute;
|
36879
|
+
width: 0.0625rem;
|
36880
|
+
top: 0;
|
36881
|
+
bottom: 0;
|
36882
|
+
height: 100%;
|
36883
|
+
background: var(--Table-tree-borderColor);
|
36884
|
+
right: -2.9375rem;
|
36885
|
+
}
|
36886
|
+
|
36887
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-5 {
|
36888
|
+
position: absolute;
|
36889
|
+
width: 0.0625rem;
|
36890
|
+
top: 0;
|
36891
|
+
bottom: 0;
|
36892
|
+
height: 100%;
|
36893
|
+
background: var(--Table-tree-borderColor);
|
36894
|
+
right: -4.0625rem;
|
36895
|
+
}
|
36896
|
+
|
36897
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-6 {
|
36898
|
+
position: absolute;
|
36899
|
+
width: 0.0625rem;
|
36900
|
+
top: 0;
|
36901
|
+
bottom: 0;
|
36902
|
+
height: 100%;
|
36903
|
+
background: var(--Table-tree-borderColor);
|
36904
|
+
right: -5.1875rem;
|
36905
|
+
}
|
36906
|
+
|
36907
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-7 {
|
36908
|
+
position: absolute;
|
36909
|
+
width: 0.0625rem;
|
36910
|
+
top: 0;
|
36911
|
+
bottom: 0;
|
36912
|
+
height: 100%;
|
36913
|
+
background: var(--Table-tree-borderColor);
|
36914
|
+
right: -6.3125rem;
|
36915
|
+
}
|
36916
|
+
|
36917
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-expanded > td.antd-Table-expandCell::before {
|
36918
|
+
content: "";
|
36919
|
+
position: absolute;
|
36920
|
+
width: 0.0625rem;
|
36921
|
+
top: 50%;
|
36922
|
+
bottom: 0;
|
36923
|
+
right: 0.4375rem;
|
36924
|
+
height: auto;
|
36925
|
+
background: var(--Table-tree-borderColor);
|
36926
|
+
}
|
36927
|
+
|
36928
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-TableCell--sortable {
|
36929
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
|
36930
|
+
position: relative;
|
36931
|
+
}
|
36932
|
+
|
36933
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-TableCell--searchable {
|
36934
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
|
36935
|
+
position: relative;
|
36936
|
+
}
|
36937
|
+
|
36938
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-TableCell--filterable {
|
36939
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
|
36940
|
+
position: relative;
|
36941
|
+
}
|
36942
|
+
|
36943
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-row-disabled {
|
36944
|
+
background: var(--TableRow-onDisabled-bg);
|
36945
|
+
color: var(--TableRow-onDisabled-color);
|
36946
|
+
}
|
36947
|
+
|
36948
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-row-hover {
|
36949
|
+
background: var(--Table-onHover-bg);
|
36950
|
+
border-color: var(--Table-onHover-borderColor);
|
36951
|
+
color: var(--Table-onHover-color);
|
36952
|
+
}
|
36953
|
+
|
36954
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-left-last:after,
|
36955
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left-last:after,
|
36956
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-left-last:after {
|
36957
|
+
position: absolute;
|
36958
|
+
top: 0;
|
36959
|
+
right: 0;
|
36960
|
+
bottom: -1px;
|
36961
|
+
width: 30px;
|
36962
|
+
transform: translate(100%);
|
36963
|
+
transition: box-shadow 0.3s;
|
36964
|
+
content: "";
|
36965
|
+
pointer-events: none;
|
36966
|
+
}
|
36967
|
+
|
36968
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first:after,
|
36969
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-right-first:after,
|
36970
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-right-last:after {
|
36971
|
+
position: absolute;
|
36972
|
+
top: 0;
|
36973
|
+
bottom: -1px;
|
36974
|
+
left: 0;
|
36975
|
+
width: 30px;
|
36976
|
+
transform: translate(-100%);
|
36977
|
+
transition: box-shadow 0.3s;
|
36978
|
+
content: "";
|
36979
|
+
pointer-events: none;
|
36980
|
+
}
|
36981
|
+
|
36982
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-cell-expand-icon-cell {
|
36983
|
+
text-align: center;
|
36984
|
+
}
|
36985
|
+
|
36986
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr > td.antd-Table-cell-expand-icon-cell .antd-Table-row-indent {
|
36987
|
+
height: 1px;
|
36988
|
+
}
|
36989
|
+
|
36990
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-expanded-row > td {
|
36991
|
+
background: var(--Table-onHover-bg);
|
36992
|
+
}
|
36993
|
+
|
36994
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tfoot > tr {
|
36995
|
+
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
36996
|
+
}
|
36997
|
+
|
36998
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tfoot > tr > td {
|
36999
|
+
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
37000
|
+
background: var(--Table-thead-bg);
|
37001
|
+
}
|
37002
|
+
|
37003
|
+
.amis-scope .antd-Table-v2 .antd-Table-container .antd-Table-header {
|
37004
|
+
padding: 0;
|
37005
|
+
}
|
37006
|
+
|
37007
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > thead > tr > th.antd-Table-cell-fix-left-last:after,
|
37008
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left-last:after,
|
37009
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-left-last:after {
|
37010
|
+
box-shadow: var(--Table-fixedLeftLast-boxShadow);
|
37011
|
+
}
|
37012
|
+
|
37013
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-left {
|
37014
|
+
border-right: none;
|
37015
|
+
}
|
37016
|
+
|
37017
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-left:not(.antd-Table-cell-row-hover) {
|
37018
|
+
background: #FFF;
|
37019
|
+
}
|
37020
|
+
|
37021
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > tfoot > tr > td:not(:last-child).antd-Table-cell-fix-left-last {
|
37022
|
+
border-right: none;
|
37023
|
+
}
|
37024
|
+
|
37025
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-left .antd-Table-table > thead > tr > th:not(:last-child):not(:first-child).antd-Table-cell-fix-left-last {
|
37026
|
+
border-right: none;
|
37027
|
+
}
|
37028
|
+
|
37029
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first:after,
|
37030
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-right-first:after,
|
37031
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-right-first:after {
|
37032
|
+
box-shadow: var(--Table-fixedRightFirst-boxShadow);
|
37033
|
+
}
|
37034
|
+
|
37035
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-right {
|
37036
|
+
border-right: none;
|
37037
|
+
}
|
37038
|
+
|
37039
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-right .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-right:not(.antd-Table-cell-row-hover) {
|
37040
|
+
background: #FFF;
|
37041
|
+
}
|
37042
|
+
|
37043
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-right:not(.antd-Table-bordered) .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first-prev {
|
37044
|
+
border-right: none;
|
37045
|
+
}
|
37046
|
+
|
37047
|
+
.amis-scope .antd-Table-v2.antd-Table-ping-right:not(.antd-Table-bordered) .antd-Table-table > thead > tr > th:not(:last-child).antd-Table-cell-fix-right-first {
|
37048
|
+
border-right: none;
|
37049
|
+
}
|
37050
|
+
|
37051
|
+
.amis-scope .antd-Table-v2.antd-Table-resizable .antd-Table-table > thead > tr > th {
|
37052
|
+
position: relative;
|
37053
|
+
}
|
37054
|
+
|
37055
|
+
.amis-scope .antd-Table-v2.antd-Table-resizable .antd-Table-table > thead > tr > th .antd-Table-thead-resizable {
|
37056
|
+
position: absolute;
|
37057
|
+
width: 1px;
|
37058
|
+
right: 0;
|
37059
|
+
top: 0;
|
37060
|
+
bottom: 0;
|
37061
|
+
cursor: col-resize;
|
37062
|
+
}
|
37063
|
+
|
37064
|
+
.amis-scope .antd-Table-v2 .antd-Table-loading {
|
37065
|
+
padding: var(--Table-loading-padding);
|
37066
|
+
text-align: center;
|
37067
|
+
}
|
37068
|
+
|
37069
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn {
|
37070
|
+
cursor: pointer;
|
37071
|
+
width: var(--TableCell-sortBtn-width);
|
37072
|
+
height: var(--gap-md);
|
37073
|
+
position: static;
|
37074
|
+
display: inline-block;
|
37075
|
+
transform: none;
|
37076
|
+
color: var(--icon-color);
|
37077
|
+
margin-left: var(--TableCell-icon-gap);
|
37078
|
+
}
|
37079
|
+
|
37080
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn:hover {
|
37081
|
+
color: var(--icon-onHover-color);
|
37082
|
+
}
|
37083
|
+
|
37084
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--up > svg,
|
37085
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--down > svg,
|
37086
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default > svg {
|
37087
|
+
color: inherit;
|
37088
|
+
width: 13px;
|
37089
|
+
height: 13px;
|
37090
|
+
}
|
37091
|
+
|
37092
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--up,
|
37093
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--down,
|
37094
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default {
|
37095
|
+
display: none;
|
37096
|
+
z-index: 2;
|
37097
|
+
font-style: normal;
|
37098
|
+
}
|
37099
|
+
|
37100
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--up.is-active,
|
37101
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--down.is-active,
|
37102
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default.is-active {
|
37103
|
+
display: inline-block;
|
37104
|
+
}
|
37105
|
+
|
37106
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default.is-active {
|
37107
|
+
color: var(--text--muted-color);
|
37108
|
+
}
|
37109
|
+
|
37110
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--default.is-active:hover {
|
37111
|
+
color: var(--text-color);
|
37112
|
+
}
|
37113
|
+
|
37114
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--up.is-active,
|
37115
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-sortBtn--down.is-active {
|
37116
|
+
color: var(--TableCell-sortBtn--onActive-color);
|
37117
|
+
}
|
37118
|
+
|
37119
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-searchBtn {
|
37120
|
+
cursor: pointer;
|
37121
|
+
position: static;
|
37122
|
+
transform: translateY(-50%);
|
37123
|
+
color: var(--text--muted-color);
|
37124
|
+
margin-left: var(--TableCell-icon-gap);
|
37125
|
+
}
|
37126
|
+
|
37127
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-searchBtn svg.icon {
|
37128
|
+
width: 12px;
|
37129
|
+
height: 12px;
|
37130
|
+
}
|
37131
|
+
|
37132
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-searchBtn:hover {
|
37133
|
+
color: var(--text-color);
|
37134
|
+
}
|
37135
|
+
|
37136
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-searchBtn.is-active {
|
37137
|
+
color: var(--TableCell-searchBtn--onActive-color);
|
37138
|
+
}
|
37139
|
+
|
37140
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-searchPopOver {
|
37141
|
+
border: none;
|
37142
|
+
min-width: 20rem;
|
37143
|
+
max-width: 40rem;
|
37144
|
+
}
|
37145
|
+
|
37146
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-searchPopOver .antd-Panel {
|
37147
|
+
margin: 0;
|
37148
|
+
}
|
37149
|
+
|
37150
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterBtn {
|
37151
|
+
cursor: pointer;
|
37152
|
+
width: var(--TableCell-filterBtn-width);
|
37153
|
+
position: static;
|
37154
|
+
display: inline-block;
|
37155
|
+
transform: none;
|
37156
|
+
color: var(--text--muted-color);
|
37157
|
+
margin-left: var(--TableCell-icon-gap);
|
37158
|
+
}
|
37159
|
+
|
37160
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterBtn svg.icon {
|
37161
|
+
width: 13px;
|
37162
|
+
height: 13px;
|
37163
|
+
}
|
37164
|
+
|
37165
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterBtn:hover {
|
37166
|
+
color: var(--text-color);
|
37167
|
+
}
|
37168
|
+
|
37169
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterBtn.is-active {
|
37170
|
+
color: var(--TableCell-filterBtn--onActive-color);
|
37171
|
+
}
|
37172
|
+
|
37173
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterBtn .antd-Remark {
|
37174
|
+
display: inline;
|
37175
|
+
}
|
37176
|
+
|
37177
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver {
|
37178
|
+
border: none;
|
37179
|
+
width: 10rem;
|
37180
|
+
}
|
37181
|
+
|
37182
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu {
|
37183
|
+
margin: 0;
|
37184
|
+
padding: 0;
|
37185
|
+
}
|
37186
|
+
|
37187
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider {
|
37188
|
+
height: var(--TableCell-filterPopOver-dropDownItem-height);
|
37189
|
+
line-height: var(--TableCell-filterPopOver-dropDownItem-height);
|
37190
|
+
padding: var(--TableCell-filterPopOver-dropDownItem-padding);
|
37191
|
+
background: var(--white);
|
37192
|
+
margin: 0;
|
37193
|
+
}
|
37194
|
+
|
37195
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider:hover {
|
37196
|
+
background: var(--light);
|
37197
|
+
color: var(--primary);
|
37198
|
+
}
|
37199
|
+
|
37200
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider.is-selected {
|
37201
|
+
background: var(--light);
|
37202
|
+
color: var(--primary);
|
37203
|
+
}
|
37204
|
+
|
37205
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider .antd-Checkbox {
|
37206
|
+
width: 100%;
|
37207
|
+
margin: 0;
|
37208
|
+
}
|
37209
|
+
|
37210
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-multiple-menu {
|
37211
|
+
text-align: center;
|
37212
|
+
border-top: 1px solid var(--Table-borderColor);
|
37213
|
+
}
|
37214
|
+
|
37215
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-multiple-menu .antd-Button {
|
37216
|
+
margin: 0 5px;
|
37217
|
+
padding: 0 10px;
|
37218
|
+
}
|
37219
|
+
|
37220
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-filterPopOver .antd-DropDown-multiple-menu:hover {
|
37221
|
+
background: none;
|
37222
|
+
}
|
37223
|
+
|
37224
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-selectionBtn {
|
37225
|
+
cursor: pointer;
|
37226
|
+
margin-left: 4px;
|
37227
|
+
}
|
37228
|
+
|
37229
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-selectionBtn svg.icon {
|
37230
|
+
transform: rotate(270deg);
|
37231
|
+
font-size: 12px;
|
37232
|
+
}
|
37233
|
+
|
37234
|
+
.amis-scope .antd-Table-v2 .antd-TableCell-selectionPopOver .antd-DropDown-menu {
|
37235
|
+
margin: 0;
|
37236
|
+
padding: 0;
|
37237
|
+
}
|
37238
|
+
|
37239
|
+
.amis-scope .antd-Table-v2.antd-Table-expandBtn {
|
37240
|
+
position: relative;
|
37241
|
+
z-index: 1;
|
37242
|
+
color: var(--Table-expandBtn-color);
|
37243
|
+
display: inline-flex;
|
37244
|
+
justify-content: center;
|
37245
|
+
align-items: center;
|
37246
|
+
width: 0.875rem;
|
37247
|
+
line-height: 1;
|
37248
|
+
height: 16px;
|
37249
|
+
}
|
37250
|
+
|
37251
|
+
.amis-scope .antd-Table-v2.antd-Table-expandBtn > svg {
|
37252
|
+
display: inline-block;
|
37253
|
+
text-align: center;
|
37254
|
+
cursor: pointer;
|
37255
|
+
transition: transform ease-in-out var(--animation-duration), top ease-in-out var(--animation-duration);
|
37256
|
+
position: relative;
|
37257
|
+
transform-origin: 50% 50%;
|
37258
|
+
width: 0.625rem;
|
37259
|
+
height: 0.625rem;
|
37260
|
+
top: 0;
|
37261
|
+
}
|
37262
|
+
|
37263
|
+
.amis-scope .antd-Table-v2.antd-Table-expandBtn.is-active > svg {
|
37264
|
+
transform: rotate(90deg);
|
37265
|
+
}
|
37266
|
+
|
37267
|
+
.amis-scope .antd-Table-v2.antd-Table-expandBtn:hover {
|
37268
|
+
text-decoration: none;
|
37269
|
+
}
|
37270
|
+
|
37271
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:hover .antd-Table-dragBtn,
|
37272
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-dragging .antd-Table-dragBtn,
|
37273
|
+
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.is-drop-allowed .antd-Table-dragBtn {
|
37274
|
+
visibility: visible;
|
37275
|
+
}
|
37276
|
+
|
37277
|
+
.amis-scope .antd-Table-v2 .fake-hide {
|
37278
|
+
visibility: hidden;
|
37279
|
+
position: absolute;
|
37280
|
+
}
|
37281
|
+
|
37282
|
+
.amis-scope .antd-Table-v2 .antd-Table-badge {
|
37283
|
+
position: absolute;
|
37284
|
+
top: 0;
|
37285
|
+
left: 0;
|
37286
|
+
}
|
37287
|
+
|
37288
|
+
.amis-scope .antd-InputTable-toolbar {
|
37289
|
+
display: flex;
|
37290
|
+
flex-direction: row;
|
37291
|
+
flex-wrap: wrap;
|
37292
|
+
justify-content: space-between;
|
37293
|
+
}
|
37294
|
+
|
37295
|
+
.amis-scope .antd-InputTable-pager {
|
37296
|
+
margin-left: auto;
|
37297
|
+
}
|
37298
|
+
|
37299
|
+
.amis-scope .antd-OperationField {
|
37300
|
+
margin: -0.1875rem;
|
37301
|
+
}
|
37302
|
+
|
37303
|
+
.amis-scope .antd-OperationField > .antd-Button,
|
37304
|
+
.amis-scope .antd-OperationField > .antd-Button--disabled-wrap > .antd-Button {
|
37305
|
+
margin: 0.1875rem;
|
37306
|
+
}
|
37307
|
+
|
37308
|
+
.amis-scope .antd-OperationField > .antd-Button--disabled-wrap > .antd-Button--link {
|
37309
|
+
padding: 0;
|
37310
|
+
}
|
37311
|
+
|
37312
|
+
.amis-scope .antd-OperationField > .antd-Button--link {
|
37313
|
+
padding: 0;
|
37314
|
+
margin-right: 0.625rem;
|
37315
|
+
}
|
37316
|
+
|
37317
|
+
.amis-scope .antd-ColumnToggler {
|
37318
|
+
position: relative;
|
37319
|
+
display: inline-block;
|
37320
|
+
}
|
37321
|
+
|
37322
|
+
.amis-scope .antd-ColumnToggler-caret {
|
37323
|
+
margin-left: var(--DropDown-caret-marginLeft);
|
37324
|
+
display: inline-block;
|
37325
|
+
vertical-align: top;
|
37326
|
+
transition: transform var(--animation-duration) ease;
|
37327
|
+
}
|
37328
|
+
|
37329
|
+
.amis-scope .antd-ColumnToggler-caret > svg {
|
37330
|
+
width: 0.625rem;
|
37331
|
+
height: 0.625rem;
|
37332
|
+
top: 0.125em;
|
37333
|
+
}
|
37334
|
+
|
37335
|
+
.amis-scope .antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
|
37336
|
+
transform: rotate(180deg);
|
37337
|
+
}
|
37338
|
+
|
37339
|
+
.amis-scope .antd-ColumnToggler.is-actived > .antd-Button {
|
37340
|
+
color: var(--link-color);
|
37341
|
+
}
|
37342
|
+
|
37343
|
+
.amis-scope .antd-ColumnToggler--block {
|
37344
|
+
display: block;
|
37345
|
+
}
|
37346
|
+
|
37347
|
+
.amis-scope .antd-ColumnToggler--block .antd-Button {
|
37348
|
+
display: block;
|
37349
|
+
}
|
37350
|
+
|
37351
|
+
.amis-scope .antd-ColumnToggler-menu {
|
37352
|
+
position: absolute;
|
37353
|
+
z-index: 1000;
|
37354
|
+
top: 100%;
|
37355
|
+
left: 0;
|
37356
|
+
margin: 0.0625rem 0 0;
|
37357
|
+
background: var(--DropDown-menu-bg);
|
37358
|
+
list-style: none;
|
37359
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
37360
|
+
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
37361
|
+
border-radius: var(--DropDown-menu-borderRadius);
|
37362
|
+
box-shadow: var(--DropDown-menu-boxShadow);
|
37363
|
+
min-width: var(--DropDown-menu-minWidth);
|
37364
|
+
text-align: left;
|
37365
|
+
}
|
37366
|
+
|
37367
|
+
.amis-scope .antd-ColumnToggler--alignRight .antd-ColumnToggler-menu {
|
37368
|
+
left: auto;
|
37369
|
+
right: 0;
|
37370
|
+
}
|
37371
|
+
|
37372
|
+
.amis-scope .antd-ColumnToggler-menuItem,
|
37373
|
+
.amis-scope .antd-ColumnToggler-menu > li {
|
37374
|
+
padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
|
37375
|
+
white-space: nowrap;
|
37376
|
+
box-sizing: border-box;
|
37377
|
+
height: var(--DropDown-menu-height);
|
37378
|
+
vertical-align: middle;
|
37379
|
+
user-select: none;
|
37380
|
+
color: var(--link-color);
|
37381
|
+
text-decoration: var(--link-decoration);
|
37382
|
+
}
|
37383
|
+
|
37384
|
+
.amis-scope .antd-ColumnToggler-menuItem:hover,
|
37385
|
+
.amis-scope .antd-ColumnToggler-menu > li:hover {
|
37386
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
37387
|
+
color: var(--DropDown-menuItem-onHover-color);
|
37388
|
+
}
|
37389
|
+
|
37390
|
+
.amis-scope .antd-ColumnToggler-menuItem.is-active,
|
37391
|
+
.amis-scope .antd-ColumnToggler-menu > li.is-active {
|
37392
|
+
color: var(--DropDown-menuItem-onActive-color);
|
37393
|
+
}
|
37394
|
+
|
37395
|
+
.amis-scope .antd-ColumnToggler-menuItem:not(.is-disabled),
|
37396
|
+
.amis-scope .antd-ColumnToggler-menuItem:not(.disabled),
|
37397
|
+
.amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
|
37398
|
+
.amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
|
37399
|
+
cursor: pointer;
|
37400
|
+
}
|
37401
|
+
|
37402
|
+
.amis-scope .antd-ColumnToggler-menuItem.is-disabled,
|
37403
|
+
.amis-scope .antd-ColumnToggler-menu > li.is-disabled {
|
37404
|
+
cursor: not-allowed;
|
37405
|
+
color: var(--DropDown-menuItem-onDisabled-color);
|
37406
|
+
filter: grayscale(80%);
|
37407
|
+
}
|
37408
|
+
|
37409
|
+
.amis-scope .antd-ColumnToggler-menuItem.antd-DropDown-divider,
|
37410
|
+
.amis-scope .antd-ColumnToggler-menu > li.antd-DropDown-divider {
|
37411
|
+
height: 0.0625rem;
|
37412
|
+
margin: 0.5625rem 0;
|
37413
|
+
overflow: hidden;
|
37414
|
+
background: var(--DropDown-menu-borderColor);
|
37415
|
+
padding: 0;
|
37416
|
+
}
|
37417
|
+
|
37418
|
+
.amis-scope .antd-ColumnToggler-menu > li a {
|
37419
|
+
color: inherit;
|
37420
|
+
display: block;
|
37421
|
+
text-decoration: none;
|
37422
|
+
}
|
37423
|
+
|
37424
|
+
.amis-scope .antd-ColumnToggler-popover {
|
37425
|
+
border: none;
|
37426
|
+
box-shadow: none;
|
37427
|
+
}
|
37428
|
+
|
37429
|
+
.amis-scope .antd-ColumnToggler > .antd-Button {
|
37430
|
+
min-width: unset;
|
37431
|
+
}
|
37432
|
+
|
37433
|
+
.amis-scope .antd-ColumnToggler-modal {
|
37434
|
+
display: flex;
|
37435
|
+
flex-flow: column nowrap;
|
37436
|
+
justify-content: space-between;
|
37437
|
+
align-items: center;
|
37438
|
+
width: 25rem;
|
37439
|
+
padding: var(--ColumnToggler-lineHeight);
|
37440
|
+
margin-top: calc(50vh - 100px);
|
37441
|
+
border-radius: var(--ColumnToggler-borderRadius);
|
37442
|
+
background: var(--ColumnToggler-backgroundColor);
|
37443
|
+
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);
|
37444
|
+
}
|
37445
|
+
|
37446
|
+
.amis-scope .antd-ColumnToggler-modal-header {
|
37447
|
+
width: 100%;
|
37448
|
+
display: flex;
|
37449
|
+
flex-flow: row nowrap;
|
37450
|
+
justify-content: space-between;
|
37451
|
+
align-items: center;
|
37452
|
+
}
|
37453
|
+
|
37454
|
+
.amis-scope .antd-ColumnToggler-modal-header a,
|
37455
|
+
.amis-scope .antd-ColumnToggler-modal-header span {
|
37456
|
+
display: inline-block;
|
37457
|
+
}
|
37458
|
+
|
37459
|
+
.amis-scope .antd-ColumnToggler-modal-header .antd-ColumnToggler-modal-title {
|
37460
|
+
opacity: 0.95;
|
37461
|
+
font-size: var(--fontSizeMd);
|
37462
|
+
color: var(--ColumnToggler-title-fontColor);
|
37463
|
+
line-height: var(--ColumnToggler-lineHeight);
|
37464
|
+
font-weight: bold;
|
37465
|
+
}
|
37466
|
+
|
37467
|
+
.amis-scope .antd-ColumnToggler-modal-content {
|
37468
|
+
padding: 0;
|
37469
|
+
width: 100%;
|
37470
|
+
list-style: none;
|
37471
|
+
margin: 0.5rem 0;
|
37472
|
+
}
|
37473
|
+
|
37474
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
|
37475
|
+
color: var(--ColumnToggler-title-fontColor);
|
37476
|
+
background: var(--ColumnToggler-item-backgroundColor);
|
37477
|
+
border-radius: 0.125rem;
|
37478
|
+
font-size: var(--fontSizeSm);
|
37479
|
+
padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
|
37480
|
+
height: var(--ColumnToggler-lineHeight);
|
37481
|
+
width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
|
37482
|
+
margin: var(--ColumnToggler-item-margin);
|
37483
|
+
float: left;
|
37484
|
+
}
|
37485
|
+
|
37486
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
|
37487
|
+
background: var(--ColumnToggler-item-backgroundColor-onHover);
|
37488
|
+
}
|
37489
|
+
|
37490
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem--dragging {
|
37491
|
+
border: 1px solid var(--link-color);
|
37492
|
+
}
|
37493
|
+
|
37494
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-label {
|
37495
|
+
display: inline-block;
|
37496
|
+
width: calc(100% - var(--Checkbox--sm-size));
|
37497
|
+
}
|
37498
|
+
|
37499
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-label > span {
|
37500
|
+
display: inline-block;
|
37501
|
+
max-width: 100%;
|
37502
|
+
text-overflow: ellipsis;
|
37503
|
+
white-space: nowrap;
|
37504
|
+
overflow: hidden;
|
37505
|
+
user-select: none;
|
37506
|
+
}
|
37507
|
+
|
37508
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem label > i {
|
37509
|
+
height: var(--fontSizeLg);
|
37510
|
+
width: var(--fontSizeLg);
|
37511
|
+
vertical-align: top;
|
37512
|
+
}
|
37513
|
+
|
37514
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-dragBar {
|
37515
|
+
display: inline-block;
|
37516
|
+
margin-left: 0;
|
37517
|
+
margin-right: var(--gap-xs);
|
37518
|
+
vertical-align: super;
|
37519
|
+
color: var(--ColumnToggler-item-dragBar-color);
|
37520
|
+
cursor: move;
|
37521
|
+
}
|
37522
|
+
|
37523
|
+
.amis-scope .antd-ColumnToggler-modal-footer {
|
37524
|
+
width: 100%;
|
37525
|
+
display: flex;
|
37526
|
+
flex-flow: row nowrap;
|
37527
|
+
justify-content: space-between;
|
37528
|
+
align-items: center;
|
37529
|
+
}
|
37530
|
+
|
37531
|
+
.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect {
|
37532
|
+
color: var(--ColumnToggler-fontColor);
|
37533
|
+
font-size: var(--fontSizeSm);
|
37534
|
+
}
|
37535
|
+
|
37536
|
+
.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect.is-actived {
|
37537
|
+
color: var(--link-color);
|
37538
|
+
}
|
37539
|
+
|
37540
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div {
|
37541
|
+
display: flex;
|
37542
|
+
flex-flow: row nowrap;
|
37543
|
+
justify-content: space-between;
|
37544
|
+
align-items: center;
|
37545
|
+
}
|
37546
|
+
|
37547
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child {
|
37548
|
+
justify-content: flex-start;
|
37549
|
+
}
|
37550
|
+
|
37551
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child a {
|
37552
|
+
display: inline-block;
|
37553
|
+
}
|
37554
|
+
|
37555
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child {
|
37556
|
+
justify-content: flex-end;
|
37557
|
+
}
|
37558
|
+
|
37559
|
+
.amis-scope .antd-ColumnToggler-tooltip {
|
37560
|
+
border: none;
|
37561
|
+
}
|
37562
|
+
|
37563
|
+
.amis-scope .antd-ColumnToggler-tooltip .antd-Tooltip-arrow::before {
|
37564
|
+
border-top-color: transparent;
|
37565
|
+
}
|
37566
|
+
|
37567
|
+
.amis-scope .antd-List {
|
37568
|
+
position: relative;
|
37569
|
+
}
|
37570
|
+
|
37571
|
+
.amis-scope .antd-List-items {
|
37572
|
+
border-radius: var(--List-borderRadius);
|
37573
|
+
border: var(--List-borderWidth) solid var(--List-borderColor);
|
37574
|
+
background: var(--List-bg);
|
37575
|
+
margin-bottom: var(--gap-sm);
|
37576
|
+
}
|
37577
|
+
|
37578
|
+
.amis-scope .antd-List-toolbar {
|
37579
|
+
display: flex;
|
37580
|
+
flex-wrap: wrap;
|
37581
|
+
margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
37582
|
+
}
|
37583
|
+
|
37584
|
+
.amis-scope .antd-List-toolbar::before,
|
37585
|
+
.amis-scope .antd-List-toolbar::after {
|
37586
|
+
display: table;
|
37587
|
+
content: "";
|
37588
|
+
}
|
37589
|
+
|
37590
|
+
.amis-scope .antd-List-toolbar::after {
|
37591
|
+
clear: both;
|
37592
|
+
}
|
37593
|
+
|
37594
|
+
.amis-scope .antd-List-actions {
|
37595
|
+
display: inline-block;
|
37596
|
+
}
|
37597
|
+
|
37598
|
+
.amis-scope .antd-List-actions > * {
|
37599
|
+
margin-right: var(--Crud-toolbar-gap);
|
37600
|
+
}
|
37601
|
+
|
37602
|
+
.amis-scope .antd-List-header {
|
37603
|
+
padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
|
37604
|
+
}
|
37605
|
+
|
37606
|
+
.amis-scope .antd-List-header > * + .antd-Button,
|
37607
|
+
.amis-scope .antd-List-header > * + .antd-ButtonGroup,
|
37608
|
+
.amis-scope .antd-List-header > * + .antd-ButtonToolbar {
|
37609
|
+
margin-left: var(--Crud-toolbar-gap);
|
37610
|
+
}
|
37611
|
+
|
37612
|
+
.amis-scope .antd-List-header + .antd-List-toolbar {
|
37613
|
+
padding-top: 0;
|
37614
|
+
}
|
37615
|
+
|
37616
|
+
.amis-scope .antd-List-heading {
|
37617
|
+
padding: var(--gap-xs) 0;
|
37618
|
+
}
|
37619
|
+
|
37620
|
+
.amis-scope .antd-List-fixedTop {
|
37621
|
+
position: absolute;
|
37622
|
+
background: var(--white);
|
37623
|
+
z-index: -1;
|
37624
|
+
opacity: 0;
|
37625
|
+
box-shadow: var(--List-fixedTop-boxShadow);
|
37626
|
+
}
|
37627
|
+
|
37628
|
+
.amis-scope .antd-List-fixedTop.in {
|
37629
|
+
position: fixed;
|
37630
|
+
opacity: 1;
|
37631
|
+
z-index: 900;
|
37632
|
+
}
|
37633
|
+
|
37634
|
+
.amis-scope .antd-List-fixedTop .antd-Cards-toolbar {
|
37635
|
+
margin-bottom: 0;
|
37636
|
+
}
|
37637
|
+
|
37638
|
+
.amis-scope .antd-List-fixedTop:empty {
|
37639
|
+
display: none;
|
37640
|
+
}
|
37641
|
+
|
37642
|
+
.amis-scope .antd-List--unsaved .antd-List-heading {
|
37643
|
+
background: var(--List--unsaved-heading-bg);
|
37644
|
+
color: var(--List--unsaved-heading-color);
|
37645
|
+
padding: var(--gap-xs) var(--gap-sm);
|
37646
|
+
margin-bottom: var(--gap-sm);
|
37647
|
+
}
|
37648
|
+
|
37649
|
+
.amis-scope .antd-List-dragTip {
|
37650
|
+
width: 100%;
|
37651
|
+
color: var(--info);
|
37652
|
+
clear: both;
|
37653
|
+
margin-top: var(--gap-xs);
|
37654
|
+
}
|
37655
|
+
|
37656
|
+
.amis-scope .antd-List-placeholder {
|
37657
|
+
color: var(--text--muted-color);
|
37658
|
+
text-align: center;
|
37659
|
+
min-height: var(--List-placeholder-height);
|
37660
|
+
line-height: var(--List-placeholder-height);
|
37661
|
+
}
|
37662
|
+
|
37663
|
+
.amis-scope .antd-ListGroup {
|
37664
|
+
max-width: 25rem;
|
37665
|
+
display: flex;
|
37666
|
+
flex-direction: column;
|
37667
|
+
}
|
37668
|
+
|
37669
|
+
.amis-scope .antd-ListGroup-item {
|
37670
|
+
position: relative;
|
37671
|
+
display: block;
|
37672
|
+
padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
|
37673
|
+
margin-bottom: -0.0625rem;
|
37674
|
+
background: var(--white);
|
37675
|
+
border: var(--ListItem-borderWidth) solid var(--List-borderColor);
|
37676
|
+
}
|
37677
|
+
|
37678
|
+
.amis-scope .antd-ListGroup-item:first-child {
|
37679
|
+
border-top-left-radius: var(--borderRadius);
|
37680
|
+
border-top-right-radius: var(--borderRadius);
|
37681
|
+
}
|
37682
|
+
|
37683
|
+
.amis-scope .antd-ListGroup-item:last-child {
|
37684
|
+
border-bottom-left-radius: var(--borderRadius);
|
37685
|
+
border-bottom-right-radius: var(--borderRadius);
|
37686
|
+
margin-bottom: 0;
|
37687
|
+
}
|
37688
|
+
|
37689
|
+
.amis-scope .antd-ListGroup-item:hover {
|
37690
|
+
z-index: 1;
|
37691
|
+
}
|
37692
|
+
|
37693
|
+
.amis-scope .antd-ListGroup-item.is-active {
|
37694
|
+
z-index: 2;
|
37695
|
+
}
|
37696
|
+
|
37697
|
+
.amis-scope .antd-ListGroup-item.is-disabled {
|
37698
|
+
color: var(--text--muted-color);
|
37699
|
+
}
|
37700
|
+
|
37701
|
+
.amis-scope .antd-ListGroup--expanded .antd-ListGroup-item {
|
37702
|
+
border-radius: var(--borderRadius);
|
37703
|
+
margin-bottom: var(--gap-sm);
|
37704
|
+
}
|
37705
|
+
|
37706
|
+
.amis-scope .antd-ListGroup--expanded .antd-ListGroup-item:last-child {
|
37707
|
+
margin-bottom: 0;
|
37708
|
+
}
|
37709
|
+
|
37710
|
+
.amis-scope .antd-ListItem {
|
37711
|
+
position: relative;
|
37712
|
+
display: block;
|
37713
|
+
padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
|
37714
|
+
}
|
37715
|
+
|
37716
|
+
.amis-scope .antd-ListItem::before,
|
37717
|
+
.amis-scope .antd-ListItem::after {
|
37718
|
+
display: table;
|
37719
|
+
content: "";
|
37720
|
+
}
|
37721
|
+
|
37722
|
+
.amis-scope .antd-ListItem::after {
|
37723
|
+
clear: both;
|
37724
|
+
}
|
37725
|
+
|
37726
|
+
.amis-scope .antd-ListItem + .antd-ListItem {
|
37727
|
+
border-top: var(--ListItem-borderWidth) solid var(--ListItem-borderColor);
|
37728
|
+
}
|
37729
|
+
|
37730
|
+
.amis-scope .antd-ListItem:nth-child(even) {
|
37731
|
+
background: var(--ListItem--strip-bg);
|
37732
|
+
}
|
37733
|
+
|
37734
|
+
.amis-scope .antd-ListItem-checkBtn {
|
37735
|
+
float: left;
|
37736
|
+
margin-right: var(--gap-sm);
|
37737
|
+
}
|
37738
|
+
|
37739
|
+
.amis-scope .antd-ListItem-dragBtn {
|
37740
|
+
cursor: move;
|
37741
|
+
float: left;
|
37742
|
+
margin-right: var(--gap-sm);
|
37743
|
+
}
|
37744
|
+
|
37745
|
+
.amis-scope .antd-ListItem-actions {
|
37746
|
+
float: right;
|
37747
|
+
}
|
37748
|
+
|
37749
|
+
.amis-scope .antd-ListItem--actions-at-left .antd-ListItem-actions {
|
37750
|
+
float: left;
|
37751
|
+
margin-right: var(--gap-base);
|
37752
|
+
}
|
37753
|
+
|
37754
|
+
.amis-scope .antd-ListItem-title {
|
37755
|
+
margin: 0;
|
37756
|
+
padding: 0;
|
37757
|
+
font-size: var(--fontSizeBase);
|
37758
|
+
color: var(--text--loud-color);
|
37759
|
+
font-weight: var(--fontWeightNormal);
|
37760
|
+
}
|
37761
|
+
|
37762
|
+
.amis-scope .antd-ListItem-content {
|
37763
|
+
overflow: hidden;
|
37764
|
+
}
|
37765
|
+
|
37766
|
+
.amis-scope .antd-ListItem-field {
|
37767
|
+
position: relative;
|
37768
|
+
display: flex;
|
37769
|
+
flex-wrap: nowrap;
|
37770
|
+
}
|
37771
|
+
|
37772
|
+
.amis-scope .antd-ListItem-fieldValue {
|
37773
|
+
position: relative;
|
37774
|
+
flex-basis: 0;
|
37775
|
+
flex-grow: 1;
|
37776
|
+
max-width: 100%;
|
37777
|
+
width: 0;
|
37778
|
+
overflow: hidden;
|
37779
|
+
text-overflow: ellipsis;
|
37780
|
+
}
|
37781
|
+
|
37782
|
+
.amis-scope .antd-ListItem-fieldLabel {
|
37783
|
+
width: 9.375rem;
|
37784
|
+
color: var(--text--muted-color);
|
37785
|
+
}
|
37786
|
+
|
37787
|
+
.amis-scope .antd-ListItem.is-checked {
|
37788
|
+
background: var(--ListItem-onChecked-bg);
|
37789
|
+
border-color: var(--ListItem-onChecked-borderColor);
|
37790
|
+
color: var(--ListItem-onChecked-color);
|
37791
|
+
}
|
37792
|
+
|
37793
|
+
.amis-scope .antd-ListItem.is-checked + .antd-ListItem {
|
37794
|
+
border-color: var(--ListItem-onChecked-borderColor);
|
37795
|
+
}
|
37796
|
+
|
37797
|
+
.amis-scope .antd-ListItem.is-checked .antd-ListItem-fieldLabel {
|
37798
|
+
color: var(--ListItem-onChecked-fieldLabel-color);
|
37799
|
+
}
|
37800
|
+
|
37801
|
+
.amis-scope .antd-ListItem.is-modified,
|
37802
|
+
.amis-scope .antd-ListItem.is-moved {
|
37803
|
+
background: var(--ListItem-onModified-bg);
|
37804
|
+
border-color: var(--ListItem-onModified-borderColor);
|
37805
|
+
color: var(--ListItem-onModified-color);
|
37806
|
+
}
|
37807
|
+
|
37808
|
+
.amis-scope .antd-ListItem.is-modified + .antd-ListItem,
|
37809
|
+
.amis-scope .antd-ListItem.is-moved + .antd-ListItem {
|
37810
|
+
border-color: var(--ListItem-onModified-borderColor);
|
37811
|
+
}
|
37812
|
+
|
37813
|
+
.amis-scope .antd-ListItem.is-modified .antd-ListItem-fieldLabel,
|
37814
|
+
.amis-scope .antd-ListItem.is-moved .antd-ListItem-fieldLabel {
|
37815
|
+
color: var(--ListItem-onModified-fieldLabel-color);
|
37816
|
+
}
|
37817
|
+
|
37818
|
+
.amis-scope .antd-ListItem.is-dragging {
|
37819
|
+
opacity: var(--ListItem-onDragging-opacity);
|
37820
|
+
}
|
37821
|
+
|
37822
|
+
.amis-scope .antd-ListItem--hasItemAction {
|
37823
|
+
cursor: pointer;
|
37824
|
+
}
|
37825
|
+
|
37826
|
+
.amis-scope .antd-ListItem--hasItemAction:hover {
|
37827
|
+
color: var(--ListMenu-item--onHover-color);
|
37828
|
+
background: var(--ListMenu-item--onHover-bg);
|
37829
|
+
}
|
37830
|
+
|
37831
|
+
.amis-scope .antd-Cards-toolbar {
|
37832
|
+
margin: 0 var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
|
37833
|
+
}
|
37834
|
+
|
37835
|
+
.amis-scope .antd-Cards-toolbar::before,
|
37836
|
+
.amis-scope .antd-Cards-toolbar::after {
|
37837
|
+
display: table;
|
37838
|
+
content: "";
|
37839
|
+
}
|
37840
|
+
|
37841
|
+
.amis-scope .antd-Cards-toolbar::after {
|
37842
|
+
clear: both;
|
37843
|
+
}
|
37844
|
+
|
37845
|
+
.amis-scope .antd-Cards-actions {
|
37846
|
+
display: inline-block;
|
37847
|
+
}
|
37848
|
+
|
37849
|
+
.amis-scope .antd-Cards-actions > * {
|
37850
|
+
margin-right: var(--Crud-toolbar-gap);
|
37851
|
+
}
|
37852
|
+
|
37853
|
+
.amis-scope .antd-Cards-heading {
|
37854
|
+
padding: var(--gap-xs) 0;
|
37855
|
+
}
|
37856
|
+
|
37857
|
+
.amis-scope .antd-Cards-header {
|
37858
|
+
padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
|
37859
|
+
}
|
37860
|
+
|
37861
|
+
.amis-scope .antd-Cards-header > * + .antd-Button,
|
37862
|
+
.amis-scope .antd-Cards-header > * + .antd-ButtonGroup,
|
37863
|
+
.amis-scope .antd-Cards-header > * + .antd-ButtonToolbar {
|
37864
|
+
margin-left: var(--Crud-toolbar-gap);
|
37865
|
+
}
|
37866
|
+
|
37867
|
+
.amis-scope .antd-Cards-header + .antd-Cards-toolbar {
|
37868
|
+
padding-top: 0;
|
37869
|
+
}
|
37870
|
+
|
37871
|
+
.amis-scope .antd-Cards-fixedTop {
|
37872
|
+
position: absolute;
|
37873
|
+
background: var(--white);
|
37874
|
+
z-index: -1;
|
37875
|
+
opacity: 0;
|
37876
|
+
box-shadow: var(--Cards-fixedTop-boxShadow);
|
37877
|
+
padding: var(--gap-sm);
|
37878
|
+
}
|
37879
|
+
|
37880
|
+
.amis-scope .antd-Cards-fixedTop.in {
|
37881
|
+
position: fixed;
|
37882
|
+
opacity: 1;
|
37883
|
+
z-index: 900;
|
37884
|
+
}
|
37885
|
+
|
37886
|
+
.amis-scope .antd-Cards-fixedTop .antd-Cards-toolbar {
|
37887
|
+
margin-bottom: 0;
|
36249
37888
|
}
|
36250
37889
|
|
36251
37890
|
.amis-scope .antd-Cards-fixedTop:empty {
|
@@ -37110,7 +38749,8 @@ readers do not read off random characters that represent icons */
|
|
37110
38749
|
}
|
37111
38750
|
|
37112
38751
|
.amis-scope .antd-Pagination > li {
|
37113
|
-
display: inline;
|
38752
|
+
display: inline-flex;
|
38753
|
+
cursor: pointer;
|
37114
38754
|
}
|
37115
38755
|
|
37116
38756
|
.amis-scope .antd-Pagination > li > a,
|
@@ -37140,6 +38780,16 @@ readers do not read off random characters that represent icons */
|
|
37140
38780
|
color: var(--primary);
|
37141
38781
|
}
|
37142
38782
|
|
38783
|
+
.amis-scope .antd-Pagination .ellipsis {
|
38784
|
+
cursor: unset;
|
38785
|
+
}
|
38786
|
+
|
38787
|
+
.amis-scope .antd-Pagination .ellipsis > a {
|
38788
|
+
cursor: unset;
|
38789
|
+
position: relative;
|
38790
|
+
top: -0.25rem;
|
38791
|
+
}
|
38792
|
+
|
37143
38793
|
.amis-scope .antd-Pagination > li.is-disabled > span,
|
37144
38794
|
.amis-scope .antd-Pagination > li.is-disabled > a {
|
37145
38795
|
cursor: not-allowed;
|
@@ -37166,43 +38816,112 @@ readers do not read off random characters that represent icons */
|
|
37166
38816
|
border-radius: var(--borderRadius);
|
37167
38817
|
}
|
37168
38818
|
|
37169
|
-
.amis-scope .antd-Pagination-
|
37170
|
-
|
38819
|
+
.amis-scope .antd-Pagination-simple > ul > li:hover,
|
38820
|
+
.amis-scope .antd-Pagination-simple > ul > li:focus {
|
38821
|
+
outline: none;
|
37171
38822
|
}
|
37172
38823
|
|
37173
|
-
.amis-scope .antd-Pagination-
|
37174
|
-
|
37175
|
-
|
38824
|
+
.amis-scope .antd-Pagination-simple > ul > li.is-active > a {
|
38825
|
+
border: none;
|
38826
|
+
}
|
38827
|
+
|
38828
|
+
.amis-scope .antd-Pagination-simple > ul > li.is-active > a:hover,
|
38829
|
+
.amis-scope .antd-Pagination-simple > ul > li.is-active > a:focus {
|
38830
|
+
border: none;
|
38831
|
+
}
|
38832
|
+
|
38833
|
+
.amis-scope .antd-Pagination-prev > span {
|
38834
|
+
cursor: pointer;
|
37176
38835
|
}
|
37177
38836
|
|
37178
38837
|
.amis-scope .antd-Pagination-next > span {
|
37179
38838
|
cursor: pointer;
|
37180
38839
|
}
|
37181
38840
|
|
38841
|
+
.amis-scope .antd-Pagination-total {
|
38842
|
+
display: inline-block;
|
38843
|
+
color: var(--Pagination-light-color);
|
38844
|
+
}
|
38845
|
+
|
37182
38846
|
.amis-scope .antd-Pagination-inputGroup {
|
37183
38847
|
display: inline-flex;
|
37184
38848
|
flex-wrap: nowrap;
|
37185
38849
|
align-items: center;
|
38850
|
+
height: var(--Pagination-height);
|
38851
|
+
}
|
38852
|
+
|
38853
|
+
.amis-scope .antd-Pagination-inputGroup-left {
|
38854
|
+
color: var(--Pagination-light-color);
|
37186
38855
|
}
|
37187
38856
|
|
37188
38857
|
.amis-scope .antd-Pagination-inputGroup input {
|
37189
|
-
width: 3.
|
38858
|
+
min-width: 3.125rem;
|
38859
|
+
width: 3.125rem;
|
37190
38860
|
height: var(--Pagination-height);
|
38861
|
+
line-height: var(--Pagination-height);
|
38862
|
+
border: none;
|
37191
38863
|
border: var(--borderWidth) solid var(--borderColor);
|
37192
|
-
border-radius: var(--borderRadius);
|
37193
|
-
padding: var(--
|
37194
|
-
margin: 0
|
38864
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
38865
|
+
padding: var(--Pagination-padding);
|
38866
|
+
margin-left: 0.625rem;
|
37195
38867
|
text-align: center;
|
37196
38868
|
}
|
37197
38869
|
|
37198
|
-
.amis-scope .antd-Pagination-inputGroup input:focus {
|
37199
|
-
width: auto;
|
37200
|
-
}
|
37201
|
-
|
37202
38870
|
.amis-scope .antd-Pagination-inputGroup input:focus,
|
37203
38871
|
.amis-scope .antd-Pagination-inputGroup input:hover {
|
37204
38872
|
outline: none;
|
37205
|
-
border: var(--
|
38873
|
+
border-color: var(--primary);
|
38874
|
+
}
|
38875
|
+
|
38876
|
+
.amis-scope .antd-Pagination-inputGroup-right {
|
38877
|
+
display: inline-block;
|
38878
|
+
width: 2rem;
|
38879
|
+
cursor: pointer;
|
38880
|
+
text-align: center;
|
38881
|
+
height: var(--Pagination-height);
|
38882
|
+
line-height: var(--Pagination-height);
|
38883
|
+
border: var(--borderWidth) solid var(--borderColor);
|
38884
|
+
border-left: none;
|
38885
|
+
border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
|
38886
|
+
font-size: var(--fontSizeSm);
|
38887
|
+
}
|
38888
|
+
|
38889
|
+
.amis-scope .antd-Pagination-inputGroup-right:hover {
|
38890
|
+
color: var(--primary);
|
38891
|
+
border-color: var(--primary);
|
38892
|
+
border-left: var(--borderWidth) solid var(--primary);
|
38893
|
+
}
|
38894
|
+
|
38895
|
+
.amis-scope .antd-Pagination-wrap {
|
38896
|
+
line-height: 1.875rem;
|
38897
|
+
}
|
38898
|
+
|
38899
|
+
.amis-scope .antd-Pagination-wrap .antd-Pagination-item {
|
38900
|
+
margin-left: 0.625rem;
|
38901
|
+
}
|
38902
|
+
|
38903
|
+
.amis-scope .antd-Pagination-wrap .antd-Pagination-item:nth-child(1) {
|
38904
|
+
margin-left: 0;
|
38905
|
+
}
|
38906
|
+
|
38907
|
+
.amis-scope .antd-Pagination-wrap.disabled {
|
38908
|
+
background-color: #fff;
|
38909
|
+
}
|
38910
|
+
|
38911
|
+
.amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li > a,
|
38912
|
+
.amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li > span {
|
38913
|
+
color: var(--Pagination-onDisabled-color);
|
38914
|
+
cursor: not-allowed;
|
38915
|
+
}
|
38916
|
+
|
38917
|
+
.amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > a,
|
38918
|
+
.amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > span,
|
38919
|
+
.amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > a:hover,
|
38920
|
+
.amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > span:hover,
|
38921
|
+
.amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > a:focus,
|
38922
|
+
.amis-scope .antd-Pagination-wrap.disabled .antd-Pagination > li.is-active > span:focus {
|
38923
|
+
background-color: var(--Pagination-onDisabled-backgroundColor);
|
38924
|
+
border-color: var(--Pagination-onDisabled-color);
|
37206
38925
|
}
|
37207
38926
|
|
37208
38927
|
.amis-scope .antd-PaginationWrapper-pager {
|
@@ -38061,6 +39780,132 @@ readers do not read off random characters that represent icons */
|
|
38061
39780
|
cursor: pointer;
|
38062
39781
|
}
|
38063
39782
|
|
39783
|
+
.amis-scope .antd-SchemaEditorProps {
|
39784
|
+
width: 100%;
|
39785
|
+
}
|
39786
|
+
|
39787
|
+
.amis-scope .antd-SchemaEditorProps > button {
|
39788
|
+
margin-top: 7px;
|
39789
|
+
}
|
39790
|
+
|
39791
|
+
.amis-scope .antd-SchemaEditorProps-placeholder {
|
39792
|
+
color: var(--text--muted-color);
|
39793
|
+
}
|
39794
|
+
|
39795
|
+
.amis-scope .antd-SchemaEditorProps--depth {
|
39796
|
+
position: relative;
|
39797
|
+
margin-left: 2.5rem;
|
39798
|
+
}
|
39799
|
+
|
39800
|
+
.amis-scope .antd-SchemaEditorProps--depth:before {
|
39801
|
+
width: 1px;
|
39802
|
+
content: "";
|
39803
|
+
display: block;
|
39804
|
+
position: absolute;
|
39805
|
+
top: -10px;
|
39806
|
+
bottom: 10px;
|
39807
|
+
left: -35px;
|
39808
|
+
border-left: dashed 1px var(--icon-color);
|
39809
|
+
}
|
39810
|
+
|
39811
|
+
.amis-scope .antd-SchemaEditorProps--depth .antd-SchemaEditorItem:before {
|
39812
|
+
height: 1px;
|
39813
|
+
content: "";
|
39814
|
+
display: block;
|
39815
|
+
position: absolute;
|
39816
|
+
top: 17px;
|
39817
|
+
width: 25px;
|
39818
|
+
left: -35px;
|
39819
|
+
border-top: dashed 1px var(--icon-color);
|
39820
|
+
}
|
39821
|
+
|
39822
|
+
.amis-scope .antd-SchemaEditorProps--depth > button {
|
39823
|
+
position: relative;
|
39824
|
+
}
|
39825
|
+
|
39826
|
+
.amis-scope .antd-SchemaEditorProps--depth > button:before {
|
39827
|
+
height: 1px;
|
39828
|
+
content: "";
|
39829
|
+
display: block;
|
39830
|
+
position: absolute;
|
39831
|
+
top: 10px;
|
39832
|
+
width: 25px;
|
39833
|
+
left: -35px;
|
39834
|
+
border-top: dashed 1px var(--icon-color);
|
39835
|
+
}
|
39836
|
+
|
39837
|
+
.amis-scope .antd-SchemaEditorArrayProps:before {
|
39838
|
+
bottom: 15px;
|
39839
|
+
}
|
39840
|
+
|
39841
|
+
.amis-scope .antd-SchemaEditorItem {
|
39842
|
+
display: flex;
|
39843
|
+
flex-direction: row;
|
39844
|
+
flex-wrap: wrap;
|
39845
|
+
gap: var(--gap-sm);
|
39846
|
+
align-items: flex-start;
|
39847
|
+
position: relative;
|
39848
|
+
}
|
39849
|
+
|
39850
|
+
.amis-scope .antd-SchemaEditorItem + .antd-SchemaEditorItem {
|
39851
|
+
margin-top: var(--gap-sm);
|
39852
|
+
}
|
39853
|
+
|
39854
|
+
.amis-scope .antd-SchemaEditorObject,
|
39855
|
+
.amis-scope .antd-SchemaEditorArray {
|
39856
|
+
display: flex;
|
39857
|
+
flex-direction: row;
|
39858
|
+
flex-wrap: wrap;
|
39859
|
+
gap: var(--gap-sm);
|
39860
|
+
align-items: flex-start;
|
39861
|
+
width: 100%;
|
39862
|
+
}
|
39863
|
+
|
39864
|
+
.amis-scope .antd-SchemaEditor-itemsLabel {
|
39865
|
+
margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
|
39866
|
+
}
|
39867
|
+
|
39868
|
+
.amis-scope .antd-SchemaEditor-caret {
|
39869
|
+
display: inline-block;
|
39870
|
+
height: 1.5rem;
|
39871
|
+
text-align: center;
|
39872
|
+
line-height: 1.5rem;
|
39873
|
+
vertical-align: middle;
|
39874
|
+
cursor: pointer;
|
39875
|
+
transform: rotate(0deg);
|
39876
|
+
transition: transform var(--animation-duration);
|
39877
|
+
color: var(--icon-color);
|
39878
|
+
margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
|
39879
|
+
}
|
39880
|
+
|
39881
|
+
.amis-scope .antd-SchemaEditor-caret > svg {
|
39882
|
+
width: 10px;
|
39883
|
+
height: 10px;
|
39884
|
+
top: 0;
|
39885
|
+
}
|
39886
|
+
|
39887
|
+
.amis-scope .antd-SchemaEditor-caret.is-collapsed {
|
39888
|
+
transform: rotate(-90deg);
|
39889
|
+
}
|
39890
|
+
|
39891
|
+
.amis-scope .antd-SchemaEditor-required {
|
39892
|
+
padding-top: 4px;
|
39893
|
+
}
|
39894
|
+
|
39895
|
+
.amis-scope .antd-SchemaEditor-key,
|
39896
|
+
.amis-scope .antd-SchemaEditor-title,
|
39897
|
+
.amis-scope .antd-SchemaEditor-description {
|
39898
|
+
flex: 1;
|
39899
|
+
max-width: 300px;
|
39900
|
+
min-width: 80px;
|
39901
|
+
}
|
39902
|
+
|
39903
|
+
.amis-scope .antd-SchemaEditor-key > input,
|
39904
|
+
.amis-scope .antd-SchemaEditor-title > input,
|
39905
|
+
.amis-scope .antd-SchemaEditor-description > input {
|
39906
|
+
flex-basis: 0;
|
39907
|
+
}
|
39908
|
+
|
38064
39909
|
.amis-scope .antd-ResultBox {
|
38065
39910
|
display: flex;
|
38066
39911
|
background: var(--Form-input-bg);
|
@@ -38072,7 +39917,7 @@ readers do not read off random characters that represent icons */
|
|
38072
39917
|
flex-wrap: wrap;
|
38073
39918
|
justify-content: flex-start;
|
38074
39919
|
flex-wrap: wrap;
|
38075
|
-
padding: 0
|
39920
|
+
padding: 0 0.3125rem;
|
38076
39921
|
min-height: var(--Form-input-height);
|
38077
39922
|
align-items: center;
|
38078
39923
|
border-radius: 3px;
|
@@ -39861,7 +41706,7 @@ readers do not read off random characters that represent icons */
|
|
39861
41706
|
border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
39862
41707
|
left: -0.0625rem;
|
39863
41708
|
right: -0.0625rem;
|
39864
|
-
top: 100
|
41709
|
+
top: calc(100% + 0.25rem);
|
39865
41710
|
z-index: 10;
|
39866
41711
|
max-height: 18.75rem;
|
39867
41712
|
overflow: auto;
|
@@ -40741,7 +42586,6 @@ readers do not read off random characters that represent icons */
|
|
40741
42586
|
flex-direction: row;
|
40742
42587
|
cursor: pointer;
|
40743
42588
|
user-select: none;
|
40744
|
-
position: relative;
|
40745
42589
|
}
|
40746
42590
|
|
40747
42591
|
.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
|
@@ -40749,19 +42593,7 @@ readers do not read off random characters that represent icons */
|
|
40749
42593
|
margin-left: var(--gap-sm);
|
40750
42594
|
}
|
40751
42595
|
|
40752
|
-
.amis-scope .antd-TreeSelection-itemInner
|
40753
|
-
position: relative;
|
40754
|
-
z-index: 2;
|
40755
|
-
}
|
40756
|
-
|
40757
|
-
.amis-scope .antd-TreeSelection-itemInner:hover:after {
|
40758
|
-
position: absolute;
|
40759
|
-
content: "";
|
40760
|
-
z-index: 1;
|
40761
|
-
top: 0;
|
40762
|
-
right: 0;
|
40763
|
-
bottom: 0;
|
40764
|
-
left: -99999px;
|
42596
|
+
.amis-scope .antd-TreeSelection-itemInner:hover {
|
40765
42597
|
background: var(--Tree-item-onHover-bg);
|
40766
42598
|
}
|
40767
42599
|
|
@@ -47833,6 +49665,209 @@ readers do not read off random characters that represent icons */
|
|
47833
49665
|
margin: 0 auto;
|
47834
49666
|
}
|
47835
49667
|
|
49668
|
+
.amis-scope .antd-Tag {
|
49669
|
+
display: inline-flex;
|
49670
|
+
height: var(--Tag-height);
|
49671
|
+
padding: 0 var(--gap-sm);
|
49672
|
+
justify-content: center;
|
49673
|
+
align-items: center;
|
49674
|
+
font-size: var(--Tag-content-fontSize);
|
49675
|
+
max-width: 160px;
|
49676
|
+
text-overflow: ellipsis;
|
49677
|
+
overflow: hidden;
|
49678
|
+
white-space: nowrap;
|
49679
|
+
transition: all 0.3;
|
49680
|
+
border-radius: var(--Tag-borderRadius);
|
49681
|
+
background-color: var(--Tag-default-color);
|
49682
|
+
color: var(--Tag-fontColor);
|
49683
|
+
}
|
49684
|
+
|
49685
|
+
.amis-scope .antd-Tag:not(:last-child) {
|
49686
|
+
margin-right: var(--gap-sm);
|
49687
|
+
}
|
49688
|
+
|
49689
|
+
.amis-scope .antd-Tag--normal {
|
49690
|
+
border-radius: var(--Tag-borderRadius);
|
49691
|
+
}
|
49692
|
+
|
49693
|
+
.amis-scope .antd-Tag--normal--hasColor {
|
49694
|
+
color: var(--white);
|
49695
|
+
}
|
49696
|
+
|
49697
|
+
.amis-scope .antd-Tag--normal--inactive {
|
49698
|
+
background: var(--Tag-inactive-color);
|
49699
|
+
}
|
49700
|
+
|
49701
|
+
.amis-scope .antd-Tag--normal--active {
|
49702
|
+
background: var(--Tag-active-color);
|
49703
|
+
}
|
49704
|
+
|
49705
|
+
.amis-scope .antd-Tag--normal--processing {
|
49706
|
+
background: var(--Tag-processing-color);
|
49707
|
+
}
|
49708
|
+
|
49709
|
+
.amis-scope .antd-Tag--normal--success {
|
49710
|
+
background: var(--Tag-success-color);
|
49711
|
+
}
|
49712
|
+
|
49713
|
+
.amis-scope .antd-Tag--normal--error {
|
49714
|
+
background: var(--Tag-error-color);
|
49715
|
+
}
|
49716
|
+
|
49717
|
+
.amis-scope .antd-Tag--normal--warning {
|
49718
|
+
background: var(--Tag-warning-color);
|
49719
|
+
}
|
49720
|
+
|
49721
|
+
.amis-scope .antd-Tag--rounded {
|
49722
|
+
background-color: var(--white);
|
49723
|
+
border-radius: calc((var(--Tag-height) + 2px) / 2);
|
49724
|
+
border: 1px solid var(--Tag-default-color);
|
49725
|
+
color: var(--Tag-default-color);
|
49726
|
+
}
|
49727
|
+
|
49728
|
+
.amis-scope .antd-Tag--rounded--inactive {
|
49729
|
+
border-color: var(--Tag-inactive-color);
|
49730
|
+
color: var(--Tag-inactive-color);
|
49731
|
+
}
|
49732
|
+
|
49733
|
+
.amis-scope .antd-Tag--rounded--active {
|
49734
|
+
border-color: var(--Tag-active-color);
|
49735
|
+
color: var(--Tag-active-color);
|
49736
|
+
}
|
49737
|
+
|
49738
|
+
.amis-scope .antd-Tag--rounded--processing {
|
49739
|
+
border-color: var(--Tag-processing-color);
|
49740
|
+
color: var(--Tag-processing-color);
|
49741
|
+
}
|
49742
|
+
|
49743
|
+
.amis-scope .antd-Tag--rounded--success {
|
49744
|
+
border-color: var(--Tag-success-color);
|
49745
|
+
color: var(--Tag-success-color);
|
49746
|
+
}
|
49747
|
+
|
49748
|
+
.amis-scope .antd-Tag--rounded--error {
|
49749
|
+
border-color: var(--Tag-error-color);
|
49750
|
+
color: var(--Tag-error-color);
|
49751
|
+
}
|
49752
|
+
|
49753
|
+
.amis-scope .antd-Tag--rounded--warning {
|
49754
|
+
border-color: var(--Tag-warning-color);
|
49755
|
+
color: var(--Tag-warning-color);
|
49756
|
+
}
|
49757
|
+
|
49758
|
+
.amis-scope .antd-Tag--status {
|
49759
|
+
background-color: var(--white);
|
49760
|
+
}
|
49761
|
+
|
49762
|
+
.amis-scope .antd-Tag--status--inactive .antd-Tag--prev {
|
49763
|
+
color: var(--Tag-inactive-color);
|
49764
|
+
}
|
49765
|
+
|
49766
|
+
.amis-scope .antd-Tag--status--active .antd-Tag--prev {
|
49767
|
+
color: var(--Tag-active-color);
|
49768
|
+
}
|
49769
|
+
|
49770
|
+
.amis-scope .antd-Tag--status--processing .antd-Tag--prev {
|
49771
|
+
color: var(--Tag-processing-color);
|
49772
|
+
}
|
49773
|
+
|
49774
|
+
.amis-scope .antd-Tag--status--success .antd-Tag--prev {
|
49775
|
+
color: var(--Tag-success-color);
|
49776
|
+
}
|
49777
|
+
|
49778
|
+
.amis-scope .antd-Tag--status--error .antd-Tag--prev {
|
49779
|
+
color: var(--Tag-error-color);
|
49780
|
+
}
|
49781
|
+
|
49782
|
+
.amis-scope .antd-Tag--status--warning .antd-Tag--prev {
|
49783
|
+
color: var(--Tag-warning-color);
|
49784
|
+
}
|
49785
|
+
|
49786
|
+
.amis-scope .antd-Tag--status:not(.antd-Tag--status--processing):not(.antd-Tag--status--active) .icon-dot #dotWave {
|
49787
|
+
display: none;
|
49788
|
+
}
|
49789
|
+
|
49790
|
+
.amis-scope .antd-Tag--prev {
|
49791
|
+
color: var(--Tag-default-color);
|
49792
|
+
margin-right: var(--gap-sm);
|
49793
|
+
}
|
49794
|
+
|
49795
|
+
.amis-scope .antd-Tag--prev i {
|
49796
|
+
font-size: 0.5rem;
|
49797
|
+
}
|
49798
|
+
|
49799
|
+
.amis-scope .antd-Tag--prev .icon {
|
49800
|
+
width: 0.5rem;
|
49801
|
+
height: 0.5rem;
|
49802
|
+
top: 0;
|
49803
|
+
}
|
49804
|
+
|
49805
|
+
.amis-scope .antd-Tag--close {
|
49806
|
+
margin-left: var(--gap-sm);
|
49807
|
+
margin-right: var(--gap-xs);
|
49808
|
+
cursor: pointer;
|
49809
|
+
}
|
49810
|
+
|
49811
|
+
.amis-scope .antd-Tag--close i {
|
49812
|
+
font-size: 0.5rem;
|
49813
|
+
}
|
49814
|
+
|
49815
|
+
.amis-scope .antd-Tag--close .icon {
|
49816
|
+
width: 0.5rem;
|
49817
|
+
height: 0.5rem;
|
49818
|
+
position: inherit;
|
49819
|
+
}
|
49820
|
+
|
49821
|
+
.amis-scope .antd-Tag--close:hover {
|
49822
|
+
opacity: 0.7;
|
49823
|
+
}
|
49824
|
+
|
49825
|
+
.amis-scope .antd-Tag--close:active {
|
49826
|
+
opacity: 0.3;
|
49827
|
+
}
|
49828
|
+
|
49829
|
+
.amis-scope .antd-Tag--disabled {
|
49830
|
+
opacity: 0.3;
|
49831
|
+
cursor: not-allowed;
|
49832
|
+
}
|
49833
|
+
|
49834
|
+
.amis-scope .antd-Tag--disabled .antd-Tag--close {
|
49835
|
+
cursor: not-allowed;
|
49836
|
+
opacity: 0.7;
|
49837
|
+
}
|
49838
|
+
|
49839
|
+
.amis-scope .antd-Tag--checkable {
|
49840
|
+
background-color: var(--Tag-checkable-bgColor);
|
49841
|
+
cursor: pointer;
|
49842
|
+
}
|
49843
|
+
|
49844
|
+
.amis-scope .antd-Tag--checkable:hover {
|
49845
|
+
background-color: var(--Tag-checkable-bgColor-onHover);
|
49846
|
+
}
|
49847
|
+
|
49848
|
+
.amis-scope .antd-Tag--checkable:active {
|
49849
|
+
background-color: var(--Tag-checkable-bgColor-onActive);
|
49850
|
+
}
|
49851
|
+
|
49852
|
+
.amis-scope .antd-Tag--checkable--disabled {
|
49853
|
+
cursor: not-allowed;
|
49854
|
+
background-color: var(--Tag-checkable-bgColor-onDisable);
|
49855
|
+
color: var(--Tag-checkable-fontColor-onDisable);
|
49856
|
+
}
|
49857
|
+
|
49858
|
+
.amis-scope .antd-Tag--checkable--checked:not(.antd-Tag--checkable--disabled) {
|
49859
|
+
color: var(--white);
|
49860
|
+
background-color: var(--Tag-checkable-bgColor-onChecked);
|
49861
|
+
}
|
49862
|
+
|
49863
|
+
.amis-scope .antd-Tag--checkable--checked:not(.antd-Tag--checkable--disabled):hover {
|
49864
|
+
background-color: var(--Tag-checkable-bgColor-onHover-onChecked);
|
49865
|
+
}
|
49866
|
+
|
49867
|
+
.amis-scope .antd-Tag--checkable--checked:not(.antd-Tag--checkable--disabled):active {
|
49868
|
+
background-color: var(--Tag-checkable-bgColor-onActive-onChecked);
|
49869
|
+
}
|
49870
|
+
|
47836
49871
|
.amis-scope .antd-PullRefresh-wrap {
|
47837
49872
|
position: relative;
|
47838
49873
|
height: 100%;
|