amis 1.4.1 → 1.4.2-beta.13
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/README.md +1 -1
- package/lib/Schema.d.ts +26 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert.js +3 -1
- package/lib/components/Alert.js.map +2 -2
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.d.ts +2 -2
- package/lib/components/Badge.js +13 -7
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.d.ts +22 -21
- package/lib/components/InputBox.js +11 -3
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +84 -0
- package/lib/components/Link.js +43 -0
- package/lib/components/Link.js.map +13 -0
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.js +1 -1
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/ResultBox.js +10 -2
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/RichText.js +17 -53
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +28 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/SparkLine.d.ts +85 -84
- package/lib/components/SparkLine.js +2 -2
- package/lib/components/SparkLine.js.map +2 -2
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.js +2 -2
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +488 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +493 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/Tree.js +5 -3
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/icons.js +14 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/clock.js +10 -0
- package/lib/icons/download.js +7 -0
- package/lib/icons/status-close.js +11 -0
- package/lib/icons/status-fail.js +11 -0
- package/lib/icons/status-info.js +10 -0
- package/lib/icons/status-success.js +11 -0
- package/lib/icons/status-warning.js +10 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +4 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +5 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +8 -3
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +8 -0
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +43 -8
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.js +0 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +0 -3
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +5 -1
- package/lib/renderers/DropDownButton.js +8 -6
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -0
- package/lib/renderers/Form/Checkbox.js +4 -0
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.js +2 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.d.ts +6 -0
- package/lib/renderers/Form/InputFile.js +30 -10
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +16 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +19 -6
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Picker.js +2 -2
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +42 -4
- package/lib/renderers/Form/Select.js +37 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +18 -3
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +52 -0
- package/lib/renderers/Form/TransferPicker.js +43 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +5 -0
- package/lib/renderers/Form/index.js +5 -3
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +15 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +3 -5
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.d.ts +1 -0
- package/lib/renderers/Image.js +15 -1
- package/lib/renderers/Image.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +18 -3
- package/lib/renderers/Link.js +27 -15
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Log.d.ts +2 -2
- package/lib/renderers/Log.js +7 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +62 -36
- package/lib/renderers/Nav.js +272 -96
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
- package/lib/renderers/Table/ColumnToggler.js +216 -0
- package/lib/renderers/Table/ColumnToggler.js.map +13 -0
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
- package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
- package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
- package/lib/renderers/Table/TableBody.d.ts +4 -0
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +19 -2
- package/lib/renderers/Table/index.js +172 -57
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +260 -3
- package/lib/store/table.js +69 -11
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +888 -238
- package/lib/themes/ang.css +888 -238
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +888 -238
- package/lib/themes/antd.css +888 -238
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1446 -457
- package/lib/themes/cxd.css +1446 -457
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +888 -238
- package/lib/themes/dark.css +888 -238
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1446 -457
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +31 -15
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/handleAction.d.ts +7 -0
- package/lib/utils/handleAction.js +30 -0
- package/lib/utils/handleAction.js.map +13 -0
- package/lib/utils/helper.d.ts +3 -1
- package/lib/utils/helper.js +14 -5
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -1
- package/lib/utils/tpl-builtin.js +25 -15
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3341 -998
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +63 -4
- package/scss/_utilities.scss +4 -0
- package/scss/base/_common.scss +3 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_button.scss +4 -5
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +41 -8
- package/scss/components/_column-toggler.scss +234 -0
- package/scss/components/_dropdown.scss +2 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_link.scss +6 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +231 -223
- package/scss/components/_page.scss +5 -4
- package/scss/components/_picker-columns.scss +124 -0
- package/scss/components/_popover.scss +13 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +2 -0
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_status.scss +1 -1
- package/scss/components/_steps.scss +1 -1
- package/scss/components/_table.scss +51 -1
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_color.scss +1 -0
- package/scss/components/form/_date-range.scss +2 -0
- package/scss/components/form/_date.scss +2 -0
- package/scss/components/form/_fieldset.scss +6 -3
- package/scss/components/form/_file.scss +16 -4
- package/scss/components/form/_form.scss +48 -0
- package/scss/components/form/_image.scss +7 -2
- package/scss/components/form/_list.scss +1 -0
- package/scss/components/form/_location.scss +1 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_text.scss +13 -0
- package/scss/components/form/_textarea.scss +10 -0
- package/scss/components/form/_transfer.scss +77 -18
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-colors.scss +56 -0
- package/scss/themes/_cxd-variables.scss +217 -89
- package/scss/themes/cxd.scss +370 -0
- package/sdk/ang-ie11.css +1117 -392
- package/sdk/ang.css +1110 -342
- package/sdk/antd-ie11.css +1105 -380
- package/sdk/antd.css +1110 -342
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2086 -1062
- package/sdk/cxd.css +1643 -495
- package/sdk/dark-ie11.css +1117 -392
- package/sdk/dark.css +1110 -342
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/iconfont.svg +2513 -0
- package/sdk/iconfont.ttf +0 -0
- package/sdk/iconfont.woff +0 -0
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +4 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +2086 -1062
- package/sdk/sdk.css +1643 -495
- package/sdk/sdk.js +1219 -1165
- 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 +32 -0
- package/src/components/Alert.tsx +3 -1
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +38 -26
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +11 -10
- package/src/components/Link.tsx +85 -0
- package/src/components/ModalManager.ts +1 -1
- package/src/components/MonthRangePicker.tsx +10 -2
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/RichText.tsx +17 -57
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +60 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +5 -5
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +120 -0
- package/src/components/TransferPicker.tsx +91 -0
- package/src/components/Tree.tsx +6 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/icons.tsx +15 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/download.svg +4 -0
- package/src/icons/status-close.svg +10 -0
- package/src/icons/status-fail.svg +10 -0
- package/src/icons/status-info.svg +8 -0
- package/src/icons/status-success.svg +10 -0
- package/src/icons/status-warning.svg +8 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +4 -0
- package/src/locale/en-US.ts +5 -0
- package/src/locale/zh-CN.ts +8 -3
- package/src/renderers/Action.tsx +33 -2
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +63 -28
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +4 -2
- package/src/renderers/Dialog.tsx +0 -4
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +18 -13
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +66 -24
- package/src/renderers/Form/InputImage.tsx +16 -5
- package/src/renderers/Form/Item.tsx +3 -2
- package/src/renderers/Form/Options.tsx +32 -7
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/Select.tsx +162 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +145 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +15 -2
- package/src/renderers/Form/wrapControl.tsx +28 -3
- package/src/renderers/IFrame.tsx +4 -5
- package/src/renderers/Image.tsx +10 -0
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +53 -14
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Log.tsx +16 -3
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +325 -122
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/SparkLine.tsx +5 -0
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +257 -80
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/service.ts +5 -4
- package/src/store/table.ts +103 -11
- package/src/types.ts +57 -0
- package/src/utils/api.ts +52 -23
- package/src/utils/dom.tsx +12 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +12 -4
- package/src/utils/icon.tsx +4 -0
- package/src/utils/tpl-builtin.ts +48 -17
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/sdk.zip +0 -0
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/antd.css
CHANGED
@@ -19138,8 +19138,8 @@ readers do not read off random characters that represent icons */
|
|
19138
19138
|
--black: #000;
|
19139
19139
|
--white: #fff;
|
19140
19140
|
--primary: #1890ff;
|
19141
|
-
--primary-onHover: #
|
19142
|
-
--primary-onActive: #
|
19141
|
+
--primary-onHover: #4f86f4;
|
19142
|
+
--primary-onActive: #1c53c1;
|
19143
19143
|
--secondary: #6c757d;
|
19144
19144
|
--secondary-onHover: #5a6268;
|
19145
19145
|
--secondary-onActive: #545b62;
|
@@ -19431,6 +19431,7 @@ readers do not read off random characters that represent icons */
|
|
19431
19431
|
--Button-onActive-border: var(--primary);
|
19432
19432
|
--Button-onDisabled-borderColor: #dee2e6;
|
19433
19433
|
--Button-onDisabled-opacity: 0.65;
|
19434
|
+
--Button-onDisabled-bg: #f2f3f3;
|
19434
19435
|
--Button-onFocus-boxShadow: none;
|
19435
19436
|
--Button-paddingX: 0.75rem;
|
19436
19437
|
--Button-paddingX-right: 0.625rem;
|
@@ -19619,6 +19620,24 @@ readers do not read off random characters that represent icons */
|
|
19619
19620
|
--Combo-toolbarBtn-paddingY: 0.125rem;
|
19620
19621
|
--Copyable-iconColor: var(--icon-color);
|
19621
19622
|
--Copyable-onHover-iconColor: var(--icon-onHover-color);
|
19623
|
+
--Collapse-border: none;
|
19624
|
+
--Collapse-border-color: var(--borderColorLight);
|
19625
|
+
--Collapse-header-fontSize: var(--fontSizeMd);
|
19626
|
+
--Collapse-header-fontWeight: var(--fontWeightNormal);
|
19627
|
+
--Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
|
19628
|
+
--Collapse-header-bg: transparent;
|
19629
|
+
--Collapse-header-onHover-bg: transparent;
|
19630
|
+
--Collapse-header-collapsed-border: var(--borderWidth) solid
|
19631
|
+
var(--Collapse-border-color);
|
19632
|
+
--Collapse-header-collapsed-borderTop: none;
|
19633
|
+
--Collapse-header-collapsed-borderBottom: var(
|
19634
|
+
--Collapse-header-collapsed-border
|
19635
|
+
);
|
19636
|
+
--Collapse-header-wrapper-direction: row;
|
19637
|
+
--Collapse-content-padding: 1.125rem 0;
|
19638
|
+
--Collapse-content-color: var(--body-color);
|
19639
|
+
--Collapse-content-fontSize: var(--body-size);
|
19640
|
+
--Collapse-content-fontWeight: var(--body-weight);
|
19622
19641
|
--Crud-toolbar-gap: var(--gap-xs);
|
19623
19642
|
--Crud-toolbar-height: 1.875rem;
|
19624
19643
|
--Crud-toolbar-lineHeight: var(--lineHeightBase);
|
@@ -19644,6 +19663,7 @@ readers do not read off random characters that represent icons */
|
|
19644
19663
|
) / 2 - var(--DatePicker-borderWidth)
|
19645
19664
|
);
|
19646
19665
|
--DatePicker-placeholderColor: var(--Form-input-placeholderColor);
|
19666
|
+
--LocationPicker-borderRadius: var(--Form-input-borderWidth);
|
19647
19667
|
--Divider-borderStyle: dashed;
|
19648
19668
|
--Drawer-bg: var(--background);
|
19649
19669
|
--Drawer-body-padding: var(--gap-base);
|
@@ -19677,8 +19697,9 @@ readers do not read off random characters that represent icons */
|
|
19677
19697
|
--DropDown-menu-paddingX: 0;
|
19678
19698
|
--DropDown-menu-paddingY: var(--gap-xs);
|
19679
19699
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
19680
|
-
--DropDown-menuItem-
|
19681
|
-
--DropDown-menuItem-
|
19700
|
+
--DropDown-menuItem-color: var(--text-color);
|
19701
|
+
--DropDown-menuItem-onHover-color: var(--primary);
|
19702
|
+
--DropDown-menuItem-onActive-color: var(--primary);
|
19682
19703
|
--DropDown-menuItem-onDisabled-color: var(--text--muted-color);
|
19683
19704
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
19684
19705
|
--DropDown-menuItem-paddingY: calc(
|
@@ -19740,6 +19761,7 @@ readers do not read off random characters that represent icons */
|
|
19740
19761
|
) / 2
|
19741
19762
|
);
|
19742
19763
|
--Form-input-placeholderColor: var(--text--muted-color);
|
19764
|
+
--Form-input-onDisabled-color: var(--text--muted-color);
|
19743
19765
|
--Form-item-gap: var(--gap-base);
|
19744
19766
|
--Form-label-paddingTop: calc(
|
19745
19767
|
(
|
@@ -19798,6 +19820,7 @@ readers do not read off random characters that represent icons */
|
|
19798
19820
|
--IconPicker-tabs-bg: #f0f3f4;
|
19799
19821
|
--ImageControl-addBtn-bg: var(--Button--default-bg);
|
19800
19822
|
--ImageControl-addBtn-border: var(--Button--default-border);
|
19823
|
+
--ImageControl-addBtn-borderRadius: 0;
|
19801
19824
|
--ImageControl-addBtn-color: var(--Button--default-color);
|
19802
19825
|
--ImageControl-addBtn-onActive-bg: #e6e6e6;
|
19803
19826
|
--ImageControl-addBtn-onActive-border: #adb4bf;
|
@@ -19810,6 +19833,8 @@ readers do not read off random characters that represent icons */
|
|
19810
19833
|
--ImageControl-addBtn-onHover-bg: #ececec;
|
19811
19834
|
--ImageControl-addBtn-onHover-border: #b4bbc5;
|
19812
19835
|
--ImageControl-addBtn-onHover-color: var(--Button--default-color);
|
19836
|
+
--ImageControl-progress-borderRadius: 0;
|
19837
|
+
--FileControl-progress-borderRadius: 0;
|
19813
19838
|
--InputGroup-addOn-bg: var(--Form-input-addOnBg);
|
19814
19839
|
--InputGroup-addOn-borderColor: var(--Form-input-borderColor);
|
19815
19840
|
--InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
|
@@ -19925,6 +19950,7 @@ readers do not read off random characters that represent icons */
|
|
19925
19950
|
--ListControl-item-bg: var(--white);
|
19926
19951
|
--ListControl-item-borderColor: var(--borderColor);
|
19927
19952
|
--ListControl-item-borderWidth: var(--borderWidth);
|
19953
|
+
--ListControl-item-borderRadius: 0.1875rem;
|
19928
19954
|
--ListControl-item-color: var(--text-color);
|
19929
19955
|
--ListControl-item-onActive-after-borderColor: var(--primary);
|
19930
19956
|
--ListControl-item-onActive-before-bg: var(--white);
|
@@ -20095,11 +20121,28 @@ readers do not read off random characters that represent icons */
|
|
20095
20121
|
--Panel-titleMarginTop: 0;
|
20096
20122
|
--Picker-iconColor: var(--icon-color);
|
20097
20123
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
20124
|
+
--PickerColumns-bg: white;
|
20125
|
+
--PickerColumns-toolbar-height: 3.125rem;
|
20126
|
+
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20127
|
+
--PickerColumns-title-lineHeight: 1.5;
|
20128
|
+
--PickerColumns-action-padding: 0 var(--gap-sm);
|
20129
|
+
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
20130
|
+
--PickerColumns-confirmAction-color: var(--Button--info-bg);
|
20131
|
+
--PickerColumns-cancelAction-color: var(--Button--light-bg);
|
20132
|
+
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20133
|
+
--PickerColumns-optionText-color: var(--text-color);
|
20134
|
+
--PickerColumns-optionDisabled-opacity: 0.3;
|
20135
|
+
--PickerColumns-loadingIcon-color: var(--icon-color);
|
20136
|
+
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
20098
20137
|
--PopOver-bg: white;
|
20099
20138
|
--PopOverAble-iconColor: inherit;
|
20100
20139
|
--PopOverAble-onHover-iconColor: inherit;
|
20101
20140
|
--Property-title-bg: #f2f2f2;
|
20102
20141
|
--Property-label-bg: #f7f7f7;
|
20142
|
+
--Portlet-borderColor: var(--borderColor);
|
20143
|
+
--Portlet-borderStyle: solid;
|
20144
|
+
--Portlet-borderWidth: var(--borderWidth);
|
20145
|
+
--Portlet-borderRadius: var(--borderRadius);
|
20103
20146
|
--QuickEdit-iconColor: inherit;
|
20104
20147
|
--QuickEdit-onFocus-borderColor: var(--info);
|
20105
20148
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -20192,6 +20235,8 @@ readers do not read off random characters that represent icons */
|
|
20192
20235
|
--Table-toolbar-marginX: 0;
|
20193
20236
|
--Table-toolbar-marginY: var(--gap-base);
|
20194
20237
|
--Table-tree-borderColor: var(--Table-borderColor);
|
20238
|
+
--Table-searchableForm-backgroundColor: #f6f7f8;
|
20239
|
+
--Table-searchableForm-borderRadius: 0.25rem;
|
20195
20240
|
--TableCell--edge-paddingX: var(--gap-md);
|
20196
20241
|
--TableCell-filterBtn--onActive-color: var(--primary);
|
20197
20242
|
--TableCell-filterBtn-width: 1rem;
|
@@ -20377,6 +20422,14 @@ readers do not read off random characters that represent icons */
|
|
20377
20422
|
--Steps-sub-title-color: var(--text-color);
|
20378
20423
|
--Steps-line-bg: var(--Steps-bg);
|
20379
20424
|
--Steps-line-success-bg: var(--Steps-status-success);
|
20425
|
+
--Progress-borderRadius: var(--borderRadius);
|
20426
|
+
--ColumnToggler-backgroundColor: var(--white);
|
20427
|
+
--ColumnToggler-borderRadius: 0.25rem;
|
20428
|
+
--ColumnToggler-lineHeight: 1.5rem;
|
20429
|
+
--ColumnToggler-title-fontColor: #080e1a;
|
20430
|
+
--ColumnToggler-fontColor: #151a26;
|
20431
|
+
--ColumnToggler-item-backgroundColor: #f6f7f8;
|
20432
|
+
--ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
|
20380
20433
|
}
|
20381
20434
|
|
20382
20435
|
:root {
|
@@ -20846,6 +20899,8 @@ readers do not read off random characters that represent icons */
|
|
20846
20899
|
width: 1em;
|
20847
20900
|
height: 1em;
|
20848
20901
|
fill: currentColor;
|
20902
|
+
position: relative;
|
20903
|
+
top: 0.125em;
|
20849
20904
|
}
|
20850
20905
|
|
20851
20906
|
.amis-scope svg.r90 {
|
@@ -20920,6 +20975,10 @@ readers do not read off random characters that represent icons */
|
|
20920
20975
|
height: 100%;
|
20921
20976
|
}
|
20922
20977
|
|
20978
|
+
.amis-scope .has-popover {
|
20979
|
+
position: relative;
|
20980
|
+
}
|
20981
|
+
|
20923
20982
|
.amis-scope,
|
20924
20983
|
.amis-scope {
|
20925
20984
|
width: 100%;
|
@@ -22478,8 +22537,8 @@ readers do not read off random characters that represent icons */
|
|
22478
22537
|
cursor: not-allowed;
|
22479
22538
|
color: var(--text--muted-color);
|
22480
22539
|
pointer-events: auto;
|
22481
|
-
border:
|
22482
|
-
background:
|
22540
|
+
border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
|
22541
|
+
background: var(--Button-onDisabled-bg);
|
22483
22542
|
}
|
22484
22543
|
|
22485
22544
|
.amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
|
@@ -22488,6 +22547,7 @@ readers do not read off random characters that represent icons */
|
|
22488
22547
|
|
22489
22548
|
.amis-scope .antd-Button.cxd-Button--link.is-disabled {
|
22490
22549
|
background: transparent;
|
22550
|
+
border: none;
|
22491
22551
|
}
|
22492
22552
|
|
22493
22553
|
.amis-scope .antd-Button > .pull-left,
|
@@ -22953,7 +23013,7 @@ readers do not read off random characters that represent icons */
|
|
22953
23013
|
.amis-scope .antd-Button--link.is-disabled {
|
22954
23014
|
color: var(--text--muted-color);
|
22955
23015
|
pointer-events: none;
|
22956
|
-
background:
|
23016
|
+
background: var(--Button-onDisabled-bg);
|
22957
23017
|
}
|
22958
23018
|
|
22959
23019
|
.amis-scope .antd-Button--block {
|
@@ -24062,6 +24122,140 @@ readers do not read off random characters that represent icons */
|
|
24062
24122
|
background: transparent;
|
24063
24123
|
}
|
24064
24124
|
|
24125
|
+
.amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
|
24126
|
+
background: rgba(0, 0, 0, 0.3);
|
24127
|
+
}
|
24128
|
+
|
24129
|
+
.amis-scope .antd-PopOver--leftBottomLeftTop {
|
24130
|
+
margin-top: 0.25rem;
|
24131
|
+
}
|
24132
|
+
|
24133
|
+
.amis-scope .antd-PopOver--leftTopLeftBottom {
|
24134
|
+
margin-top: -0.25rem;
|
24135
|
+
}
|
24136
|
+
|
24137
|
+
.amis-scope .antd-PickerColumns {
|
24138
|
+
position: relative;
|
24139
|
+
background-color: var(--PickerColumns-bg);
|
24140
|
+
user-select: none;
|
24141
|
+
}
|
24142
|
+
|
24143
|
+
.amis-scope .antd-PickerColumns-popOver {
|
24144
|
+
position: fixed;
|
24145
|
+
bottom: 0;
|
24146
|
+
left: 0;
|
24147
|
+
width: 100%;
|
24148
|
+
padding: 0 var(--gap-sm);
|
24149
|
+
}
|
24150
|
+
|
24151
|
+
.amis-scope .antd-PickerColumns-toolbar {
|
24152
|
+
display: flex;
|
24153
|
+
align-items: center;
|
24154
|
+
justify-content: space-between;
|
24155
|
+
height: var(--PickerColumns-toolbar-height);
|
24156
|
+
}
|
24157
|
+
|
24158
|
+
.amis-scope .antd-PickerColumns-cancel,
|
24159
|
+
.amis-scope .antd-PickerColumns-confirm {
|
24160
|
+
height: 100%;
|
24161
|
+
padding: var(--PickerColumns-action-padding);
|
24162
|
+
font-size: var(--PickerColumns-action-fontSize);
|
24163
|
+
background-color: transparent;
|
24164
|
+
border: none;
|
24165
|
+
cursor: pointer;
|
24166
|
+
}
|
24167
|
+
|
24168
|
+
.amis-scope .antd-PickerColumns-cancel:active,
|
24169
|
+
.amis-scope .antd-PickerColumns-confirm:active {
|
24170
|
+
opacity: 0.7;
|
24171
|
+
}
|
24172
|
+
|
24173
|
+
.amis-scope .antd-PickerColumns-confirm {
|
24174
|
+
color: var(--PickerColumns-confirmAction-color);
|
24175
|
+
}
|
24176
|
+
|
24177
|
+
.amis-scope .antd-PickerColumns-cancel {
|
24178
|
+
color: var(--PickerColumns-cancelAction-color);
|
24179
|
+
}
|
24180
|
+
|
24181
|
+
.amis-scope .antd-PickerColumns-title {
|
24182
|
+
max-width: 50%;
|
24183
|
+
font-weight: 500;
|
24184
|
+
font-size: var(--PickerColumns-title-fontSize);
|
24185
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
24186
|
+
text-align: center;
|
24187
|
+
}
|
24188
|
+
|
24189
|
+
.amis-scope .antd-PickerColumns-columns {
|
24190
|
+
touch-action: none;
|
24191
|
+
position: relative;
|
24192
|
+
display: flex;
|
24193
|
+
cursor: grab;
|
24194
|
+
}
|
24195
|
+
|
24196
|
+
.amis-scope .antd-PickerColumns-loading {
|
24197
|
+
position: absolute;
|
24198
|
+
top: 0;
|
24199
|
+
right: 0;
|
24200
|
+
bottom: 0;
|
24201
|
+
left: 0;
|
24202
|
+
z-index: 3;
|
24203
|
+
display: flex;
|
24204
|
+
align-items: center;
|
24205
|
+
justify-content: center;
|
24206
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24207
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24208
|
+
}
|
24209
|
+
|
24210
|
+
.amis-scope .antd-PickerColumns-frame {
|
24211
|
+
position: absolute;
|
24212
|
+
top: 50%;
|
24213
|
+
right: var(--gap-md);
|
24214
|
+
left: var(--gap-md);
|
24215
|
+
z-index: 2;
|
24216
|
+
transform: translateY(-50%);
|
24217
|
+
pointer-events: none;
|
24218
|
+
}
|
24219
|
+
|
24220
|
+
.amis-scope .antd-PickerColumns-mask {
|
24221
|
+
position: absolute;
|
24222
|
+
top: 0;
|
24223
|
+
left: 0;
|
24224
|
+
z-index: 1;
|
24225
|
+
width: 100%;
|
24226
|
+
height: 100%;
|
24227
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
24228
|
+
background-repeat: no-repeat;
|
24229
|
+
background-position: top, bottom;
|
24230
|
+
transform: translateZ(0);
|
24231
|
+
pointer-events: none;
|
24232
|
+
}
|
24233
|
+
|
24234
|
+
.amis-scope .antd-PickerColumns-column {
|
24235
|
+
flex: 1;
|
24236
|
+
overflow: hidden;
|
24237
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24238
|
+
}
|
24239
|
+
|
24240
|
+
.amis-scope .antd-PickerColumns-columnWrapper {
|
24241
|
+
margin: 0;
|
24242
|
+
padding: 0;
|
24243
|
+
list-style: none;
|
24244
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24245
|
+
}
|
24246
|
+
|
24247
|
+
.amis-scope .antd-PickerColumns-columnItem {
|
24248
|
+
display: flex;
|
24249
|
+
align-items: center;
|
24250
|
+
justify-content: center;
|
24251
|
+
color: var(--PickerColumns-optionText-color);
|
24252
|
+
}
|
24253
|
+
|
24254
|
+
.amis-scope .antd-PickerColumns-columnItem.is-disabled {
|
24255
|
+
cursor: not-allowed;
|
24256
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24257
|
+
}
|
24258
|
+
|
24065
24259
|
@keyframes bounceIn {
|
24066
24260
|
from, 20%, 40%, 60%, 80%, to {
|
24067
24261
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -24978,6 +25172,10 @@ readers do not read off random characters that represent icons */
|
|
24978
25172
|
}
|
24979
25173
|
|
24980
25174
|
.amis-scope .antd-Nav {
|
25175
|
+
position: relative;
|
25176
|
+
}
|
25177
|
+
|
25178
|
+
.amis-scope .antd-Nav .antd-Nav-list {
|
24981
25179
|
list-style: none;
|
24982
25180
|
user-select: none;
|
24983
25181
|
margin: 0;
|
@@ -24985,26 +25183,26 @@ readers do not read off random characters that represent icons */
|
|
24985
25183
|
position: relative;
|
24986
25184
|
}
|
24987
25185
|
|
24988
|
-
.amis-scope .antd-Nav .antd-Nav-itemIcon {
|
25186
|
+
.amis-scope .antd-Nav .antd-Nav-list .antd-Nav-itemIcon {
|
24989
25187
|
margin-right: var(--gap-sm);
|
24990
25188
|
}
|
24991
25189
|
|
24992
|
-
.amis-scope .antd-Nav img.antd-Nav-itemIcon {
|
25190
|
+
.amis-scope .antd-Nav .antd-Nav-list img.antd-Nav-itemIcon {
|
24993
25191
|
height: var(--Tabs-linkFontSize);
|
24994
25192
|
vertical-align: middle;
|
24995
25193
|
}
|
24996
25194
|
|
24997
|
-
.amis-scope .antd-Nav--tabs {
|
25195
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs {
|
24998
25196
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
24999
25197
|
}
|
25000
25198
|
|
25001
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item {
|
25199
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item {
|
25002
25200
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
25003
25201
|
display: inline-block;
|
25004
25202
|
position: relative;
|
25005
25203
|
}
|
25006
25204
|
|
25007
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item > a {
|
25205
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a {
|
25008
25206
|
font-size: var(--Tabs-linkFontSize);
|
25009
25207
|
display: block;
|
25010
25208
|
outline: none;
|
@@ -25018,34 +25216,34 @@ readers do not read off random characters that represent icons */
|
|
25018
25216
|
cursor: pointer;
|
25019
25217
|
}
|
25020
25218
|
|
25021
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item:hover > a,
|
25022
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item > a:focus {
|
25219
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item:hover > a,
|
25220
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a:focus {
|
25023
25221
|
border-color: var(--Tabs-onHover-borderColor);
|
25024
25222
|
text-decoration: none;
|
25025
25223
|
}
|
25026
25224
|
|
25027
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.disabled > a,
|
25028
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.is-disabled > a {
|
25225
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.disabled > a,
|
25226
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-disabled > a {
|
25029
25227
|
color: var(--Tabs-onDisabled-color);
|
25030
25228
|
background: transparent;
|
25031
25229
|
border-color: transparent;
|
25032
25230
|
pointer-events: none;
|
25033
25231
|
}
|
25034
25232
|
|
25035
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.active > a,
|
25036
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.is-active > a {
|
25233
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.active > a,
|
25234
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-active > a {
|
25037
25235
|
color: var(--Tabs-onActive-color);
|
25038
25236
|
background: var(--Tabs-onActive-bg);
|
25039
25237
|
border-color: var(--Tabs-onActive-borderColor);
|
25040
25238
|
border-bottom-color: var(--Tabs-content-bg);
|
25041
25239
|
}
|
25042
25240
|
|
25043
|
-
.amis-scope .antd-Nav--stacked {
|
25241
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked {
|
25044
25242
|
min-height: 3.125rem;
|
25045
25243
|
}
|
25046
25244
|
|
25047
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item,
|
25048
|
-
.amis-scope .antd-Nav--stacked .antd-Badge {
|
25245
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item,
|
25246
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge {
|
25049
25247
|
position: relative;
|
25050
25248
|
display: flex;
|
25051
25249
|
flex-wrap: wrap;
|
@@ -25053,8 +25251,8 @@ readers do not read off random characters that represent icons */
|
|
25053
25251
|
width: 100%;
|
25054
25252
|
}
|
25055
25253
|
|
25056
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager,
|
25057
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager {
|
25254
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager,
|
25255
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager {
|
25058
25256
|
cursor: move;
|
25059
25257
|
position: absolute;
|
25060
25258
|
left: 0;
|
@@ -25062,28 +25260,28 @@ readers do not read off random characters that represent icons */
|
|
25062
25260
|
display: none;
|
25063
25261
|
}
|
25064
25262
|
|
25065
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager >
|
25066
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge >
|
25067
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager >
|
25068
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge >
|
25263
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
|
25264
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon,
|
25265
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon,
|
25266
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon {
|
25069
25267
|
color: var(--icon-color);
|
25070
25268
|
}
|
25071
25269
|
|
25072
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager >
|
25073
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge >
|
25074
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager >
|
25075
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge >
|
25270
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon:hover,
|
25271
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon:hover,
|
25272
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon:hover,
|
25273
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon:hover {
|
25076
25274
|
color: var(--icon-onHover-color);
|
25077
25275
|
}
|
25078
25276
|
|
25079
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
|
25080
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager svg {
|
25277
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
|
25278
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager svg {
|
25081
25279
|
width: 1rem;
|
25082
25280
|
height: 1rem;
|
25083
25281
|
}
|
25084
25282
|
|
25085
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
|
25086
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-badgeText {
|
25283
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
|
25284
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText {
|
25087
25285
|
position: absolute;
|
25088
25286
|
top: 0;
|
25089
25287
|
bottom: 0;
|
@@ -25091,8 +25289,8 @@ readers do not read off random characters that represent icons */
|
|
25091
25289
|
overflow: hidden;
|
25092
25290
|
}
|
25093
25291
|
|
25094
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
|
25095
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
|
25292
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
|
25293
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
|
25096
25294
|
position: absolute;
|
25097
25295
|
top: 0.125rem;
|
25098
25296
|
left: -0.8125rem;
|
@@ -25104,16 +25302,16 @@ readers do not read off random characters that represent icons */
|
|
25104
25302
|
background: var(--success);
|
25105
25303
|
}
|
25106
25304
|
|
25107
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-atcions,
|
25108
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-atcions {
|
25305
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-atcions,
|
25306
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-atcions {
|
25109
25307
|
display: flex;
|
25110
25308
|
align-items: center;
|
25111
25309
|
}
|
25112
25310
|
|
25113
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a,
|
25114
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a,
|
25115
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a,
|
25116
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a {
|
25311
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a,
|
25312
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a,
|
25313
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a,
|
25314
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a {
|
25117
25315
|
display: flex;
|
25118
25316
|
align-items: center;
|
25119
25317
|
outline: none;
|
@@ -25127,115 +25325,115 @@ readers do not read off random characters that represent icons */
|
|
25127
25325
|
flex: 1;
|
25128
25326
|
}
|
25129
25327
|
|
25130
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover,
|
25131
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus,
|
25132
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
|
25133
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
|
25134
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover,
|
25135
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus,
|
25136
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
25137
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
25138
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover,
|
25139
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus,
|
25140
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
25141
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
25142
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover,
|
25143
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus,
|
25144
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
25145
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
|
25328
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover,
|
25329
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus,
|
25330
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
|
25331
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
|
25332
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover,
|
25333
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus,
|
25334
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
25335
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
25336
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover,
|
25337
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus,
|
25338
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
25339
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
25340
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover,
|
25341
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus,
|
25342
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
25343
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
|
25146
25344
|
border-color: var(--Nav-item-onHover-color);
|
25147
25345
|
text-decoration: none;
|
25148
25346
|
background: var(--Nav-item-onHover-bg);
|
25149
|
-
z-index:
|
25347
|
+
z-index: 1;
|
25150
25348
|
}
|
25151
25349
|
|
25152
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
25153
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
|
25154
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
25155
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
25156
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
25157
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
25158
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
25159
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
|
25350
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
25351
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
|
25352
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
25353
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
25354
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
25355
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
25356
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
25357
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
|
25160
25358
|
display: block;
|
25161
25359
|
}
|
25162
25360
|
|
25163
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > a,
|
25164
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > a,
|
25165
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > .antd-Badge > a,
|
25166
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
|
25167
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.disabled > a,
|
25168
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-disabled > a,
|
25169
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.disabled > .antd-Badge > a,
|
25170
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-disabled > .antd-Badge > a {
|
25361
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > a,
|
25362
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > a,
|
25363
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > .antd-Badge > a,
|
25364
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
|
25365
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > a,
|
25366
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > a,
|
25367
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > .antd-Badge > a,
|
25368
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > .antd-Badge > a {
|
25171
25369
|
color: var(--Nav-item-onDisabled-color);
|
25172
25370
|
background: transparent;
|
25173
25371
|
pointer-events: none;
|
25174
25372
|
}
|
25175
25373
|
|
25176
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active,
|
25177
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active,
|
25178
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active,
|
25179
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active {
|
25374
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active,
|
25375
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active,
|
25376
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active,
|
25377
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
|
25180
25378
|
background: var(--Nav-item-onActive-bg) !important;
|
25181
25379
|
}
|
25182
25380
|
|
25183
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > a,
|
25184
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
25185
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a,
|
25186
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > .antd-Badge > a,
|
25187
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
25188
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > a,
|
25189
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active > a,
|
25190
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
|
25191
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > a,
|
25192
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active > .antd-Badge > a,
|
25193
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
25194
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > a {
|
25381
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
|
25382
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
25383
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
|
25384
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a,
|
25385
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
25386
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a,
|
25387
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a,
|
25388
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
|
25389
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a,
|
25390
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a,
|
25391
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
25392
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
|
25195
25393
|
color: var(--Nav-item-onActive-color);
|
25196
25394
|
position: relative;
|
25197
25395
|
}
|
25198
25396
|
|
25199
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > a::after,
|
25200
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
|
25201
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a::after,
|
25202
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > .antd-Badge > a::after,
|
25203
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
25204
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
|
25205
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active > a::after,
|
25206
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
|
25207
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > a::after,
|
25208
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active > .antd-Badge > a::after,
|
25209
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
25210
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > a::after {
|
25397
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
|
25398
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
|
25399
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a::after,
|
25400
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a::after,
|
25401
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
25402
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
|
25403
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a::after,
|
25404
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
|
25405
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a::after,
|
25406
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a::after,
|
25407
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
25408
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a::after {
|
25211
25409
|
transform: scaleY(1);
|
25212
25410
|
}
|
25213
25411
|
|
25214
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
|
25215
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
|
25216
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
|
25217
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
|
25412
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
|
25413
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
|
25414
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
|
25415
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
|
25218
25416
|
transform: rotate(180deg) scale(0.8);
|
25219
25417
|
}
|
25220
25418
|
|
25221
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
|
25222
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
|
25223
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
|
25224
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
|
25419
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
|
25420
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
|
25421
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
|
25422
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
|
25225
25423
|
display: block;
|
25226
25424
|
}
|
25227
25425
|
|
25228
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-spinner,
|
25229
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-spinner {
|
25426
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-spinner,
|
25427
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-spinner {
|
25230
25428
|
position: absolute;
|
25231
25429
|
right: 0.625rem;
|
25232
25430
|
top: 0.5rem;
|
25233
25431
|
}
|
25234
25432
|
|
25235
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
25236
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemToggler {
|
25433
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
25434
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
|
25237
25435
|
float: left;
|
25238
|
-
|
25436
|
+
margin-right: 0.625rem;
|
25239
25437
|
height: 1.5rem;
|
25240
25438
|
text-align: center;
|
25241
25439
|
line-height: 1.5rem;
|
@@ -25245,29 +25443,36 @@ readers do not read off random characters that represent icons */
|
|
25245
25443
|
transition: transform var(--animation-duration);
|
25246
25444
|
}
|
25247
25445
|
|
25248
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
|
25249
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemToggler > svg {
|
25446
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
|
25447
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler > svg {
|
25250
25448
|
width: 10px;
|
25251
25449
|
height: 10px;
|
25252
25450
|
top: 0;
|
25253
25451
|
}
|
25254
25452
|
|
25255
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-subItems,
|
25256
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-subItems {
|
25453
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-subItems,
|
25454
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-subItems {
|
25257
25455
|
display: none;
|
25258
25456
|
padding-left: 0;
|
25259
25457
|
list-style: none;
|
25260
25458
|
width: 100%;
|
25261
25459
|
}
|
25262
25460
|
|
25263
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-item,
|
25264
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-item {
|
25461
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-item,
|
25462
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-item {
|
25265
25463
|
font-size: var(--Nav-subItem-fontSize);
|
25266
25464
|
}
|
25267
25465
|
|
25466
|
+
.amis-scope .antd-Nav .antd-Nav-dropIndicator {
|
25467
|
+
position: absolute;
|
25468
|
+
background: var(--Nav-item-onActive-color);
|
25469
|
+
height: 2px;
|
25470
|
+
}
|
25471
|
+
|
25268
25472
|
.amis-scope .antd-Page {
|
25269
25473
|
width: 100%;
|
25270
25474
|
height: 100%;
|
25475
|
+
background: var(--Page-main-bg);
|
25271
25476
|
}
|
25272
25477
|
|
25273
25478
|
.amis-scope .antd-Page-header {
|
@@ -25275,7 +25480,6 @@ readers do not read off random characters that represent icons */
|
|
25275
25480
|
}
|
25276
25481
|
|
25277
25482
|
.amis-scope .antd-Page-main {
|
25278
|
-
background: var(--Page-main-bg);
|
25279
25483
|
height: 100%;
|
25280
25484
|
display: flex;
|
25281
25485
|
flex-direction: column;
|
@@ -25290,11 +25494,9 @@ readers do not read off random characters that represent icons */
|
|
25290
25494
|
|
25291
25495
|
.amis-scope .antd-Page-main > .antd-Page-header {
|
25292
25496
|
border-bottom: var(--borderWidth) solid var(--borderColor);
|
25293
|
-
background: var(--Page-header-bg);
|
25294
25497
|
}
|
25295
25498
|
|
25296
25499
|
.amis-scope .antd-Page-headerRow {
|
25297
|
-
background: var(--Page-header-bg);
|
25298
25500
|
border-bottom: var(--borderWidth) solid var(--borderColor);
|
25299
25501
|
display: flex;
|
25300
25502
|
flex-direction: row;
|
@@ -25339,10 +25541,6 @@ readers do not read off random characters that represent icons */
|
|
25339
25541
|
margin-left: var(--gap-xs);
|
25340
25542
|
}
|
25341
25543
|
|
25342
|
-
.amis-scope .antd-Page-aside {
|
25343
|
-
background: var(--Page-aside-bg);
|
25344
|
-
}
|
25345
|
-
|
25346
25544
|
@media (min-width: 768px) {
|
25347
25545
|
.amis-scope .antd-Page-aside {
|
25348
25546
|
min-width: var(--Page-aside-width);
|
@@ -26137,7 +26335,7 @@ readers do not read off random characters that represent icons */
|
|
26137
26335
|
height: var(--DropDown-menu-height);
|
26138
26336
|
vertical-align: middle;
|
26139
26337
|
user-select: none;
|
26140
|
-
color: var(--
|
26338
|
+
color: var(--DropDown-menuItem-color);
|
26141
26339
|
text-decoration: var(--link-decoration);
|
26142
26340
|
}
|
26143
26341
|
|
@@ -26149,6 +26347,7 @@ readers do not read off random characters that represent icons */
|
|
26149
26347
|
|
26150
26348
|
.amis-scope .antd-DropDown-menuItem.is-active,
|
26151
26349
|
.amis-scope .antd-DropDown-menu > li.is-active {
|
26350
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
26152
26351
|
color: var(--DropDown-menuItem-onActive-color);
|
26153
26352
|
}
|
26154
26353
|
|
@@ -26197,24 +26396,39 @@ readers do not read off random characters that represent icons */
|
|
26197
26396
|
}
|
26198
26397
|
|
26199
26398
|
.amis-scope .antd-Collapse {
|
26200
|
-
border:
|
26399
|
+
border: var(--Collapse-border);
|
26201
26400
|
padding: 0;
|
26202
26401
|
margin-bottom: var(--Form-item-gap);
|
26203
26402
|
}
|
26204
26403
|
|
26205
26404
|
.amis-scope .antd-Collapse-header {
|
26206
|
-
font-size: var(--
|
26207
|
-
font-weight: var(--
|
26405
|
+
font-size: var(--Collapse-header-fontSize);
|
26406
|
+
font-weight: var(--Collapse-header-fontWeight);
|
26208
26407
|
color: var(--text--loud-color);
|
26209
|
-
padding: var(--
|
26210
|
-
|
26408
|
+
padding: var(--Collapse-header-padding);
|
26409
|
+
margin: 0;
|
26410
|
+
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
26411
|
+
background: var(--Collapse-header-bg);
|
26412
|
+
}
|
26413
|
+
|
26414
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
26415
|
+
display: inline-flex;
|
26416
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26417
|
+
}
|
26418
|
+
|
26419
|
+
.amis-scope .antd-Collapse-header-tpl {
|
26420
|
+
margin-right: 0.5rem;
|
26421
|
+
}
|
26422
|
+
|
26423
|
+
.amis-scope .antd-Collapse-header:hover {
|
26424
|
+
background: var(--Collapse-header-onHover-bg);
|
26211
26425
|
}
|
26212
26426
|
|
26213
26427
|
.amis-scope .antd-Collapse-arrow {
|
26214
26428
|
display: inline-block;
|
26215
26429
|
width: 1rem;
|
26216
26430
|
text-align: center;
|
26217
|
-
margin-
|
26431
|
+
margin-right: 0.5rem;
|
26218
26432
|
cursor: pointer;
|
26219
26433
|
}
|
26220
26434
|
|
@@ -26232,11 +26446,19 @@ readers do not read off random characters that represent icons */
|
|
26232
26446
|
transform-origin: 50% 50%;
|
26233
26447
|
}
|
26234
26448
|
|
26449
|
+
.amis-scope .antd-Collapse-TplField {
|
26450
|
+
display: inline-block;
|
26451
|
+
}
|
26452
|
+
|
26235
26453
|
.amis-scope .antd-Collapse.is-collapsed .antd-Collapse-arrow:before {
|
26236
26454
|
transform: rotate(45deg);
|
26237
26455
|
transform-origin: 0% 50%;
|
26238
26456
|
}
|
26239
26457
|
|
26458
|
+
.amis-scope .antd-Collapse.is-collapsed .antd-Collapse-header {
|
26459
|
+
border-bottom: var(--Collapse-header-collapsed-border);
|
26460
|
+
}
|
26461
|
+
|
26240
26462
|
.amis-scope .antd-Collapse--collapsable .antd-Collapse-header {
|
26241
26463
|
cursor: pointer;
|
26242
26464
|
user-select: none;
|
@@ -26247,6 +26469,12 @@ readers do not read off random characters that represent icons */
|
|
26247
26469
|
color: var(--link-color);
|
26248
26470
|
border-left: none;
|
26249
26471
|
font-size: var(--fontSizeBase);
|
26472
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26473
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26474
|
+
}
|
26475
|
+
|
26476
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
26477
|
+
border-top: none;
|
26250
26478
|
}
|
26251
26479
|
|
26252
26480
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
@@ -26261,16 +26489,23 @@ readers do not read off random characters that represent icons */
|
|
26261
26489
|
transform-origin: 0% 50%;
|
26262
26490
|
}
|
26263
26491
|
|
26264
|
-
.amis-scope .antd-Collapse-
|
26492
|
+
.amis-scope .antd-Collapse-contentWrapper {
|
26265
26493
|
transition: height var(--animation-duration) ease;
|
26266
26494
|
}
|
26267
26495
|
|
26268
|
-
.amis-scope .antd-Collapse-
|
26269
|
-
.amis-scope .antd-Collapse-
|
26496
|
+
.amis-scope .antd-Collapse-contentWrapper.in,
|
26497
|
+
.amis-scope .antd-Collapse-contentWrapper.out {
|
26270
26498
|
height: 0;
|
26271
26499
|
overflow: hidden;
|
26272
26500
|
}
|
26273
26501
|
|
26502
|
+
.amis-scope .antd-Collapse-content {
|
26503
|
+
padding: var(--Collapse-content-padding);
|
26504
|
+
color: var(--body-color);
|
26505
|
+
font-size: var(--Collapse-content-fontSize);
|
26506
|
+
font-weight: var(--Collapse-content-fontWeight);
|
26507
|
+
}
|
26508
|
+
|
26274
26509
|
.amis-scope .antd-ColorField {
|
26275
26510
|
display: inline-block;
|
26276
26511
|
}
|
@@ -27312,6 +27547,20 @@ readers do not read off random characters that represent icons */
|
|
27312
27547
|
text-align: center;
|
27313
27548
|
}
|
27314
27549
|
|
27550
|
+
.amis-scope .antd-Table-searchableForm {
|
27551
|
+
background: var(--Table-searchableForm-backgroundColor);
|
27552
|
+
border-radius: var(--Table-searchableForm-borderRadius);
|
27553
|
+
}
|
27554
|
+
|
27555
|
+
.amis-scope .antd-Table-searchableForm-footer {
|
27556
|
+
padding: var(--Panel-footerPadding);
|
27557
|
+
clear: both;
|
27558
|
+
}
|
27559
|
+
|
27560
|
+
.amis-scope .antd-Table-searchableForm-checkbox > div > .antd-CheckboxControl {
|
27561
|
+
padding-top: 0;
|
27562
|
+
}
|
27563
|
+
|
27315
27564
|
.amis-scope .antd-Table-header {
|
27316
27565
|
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
27317
27566
|
}
|
@@ -27445,6 +27694,10 @@ readers do not read off random characters that represent icons */
|
|
27445
27694
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27446
27695
|
}
|
27447
27696
|
|
27697
|
+
.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
|
27698
|
+
cursor: pointer;
|
27699
|
+
}
|
27700
|
+
|
27448
27701
|
.amis-scope .antd-Table-table > thead > tr > th {
|
27449
27702
|
background: var(--Table-thead-bg);
|
27450
27703
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -27485,6 +27738,7 @@ readers do not read off random characters that represent icons */
|
|
27485
27738
|
}
|
27486
27739
|
|
27487
27740
|
.amis-scope .antd-Table-table > tbody > tr {
|
27741
|
+
position: relative;
|
27488
27742
|
background: transparent;
|
27489
27743
|
}
|
27490
27744
|
|
@@ -28669,7 +28923,7 @@ readers do not read off random characters that represent icons */
|
|
28669
28923
|
top: var(--Table-borderWidth);
|
28670
28924
|
bottom: 0;
|
28671
28925
|
right: 0;
|
28672
|
-
padding-left:
|
28926
|
+
padding-left: 5rem;
|
28673
28927
|
padding-right: var(--TableCell-paddingX);
|
28674
28928
|
display: flex;
|
28675
28929
|
align-items: center;
|
@@ -28781,6 +29035,34 @@ readers do not read off random characters that represent icons */
|
|
28781
29035
|
position: absolute;
|
28782
29036
|
}
|
28783
29037
|
|
29038
|
+
.amis-scope .antd-Table-badge {
|
29039
|
+
position: absolute;
|
29040
|
+
top: 0;
|
29041
|
+
left: 0;
|
29042
|
+
}
|
29043
|
+
|
29044
|
+
.amis-scope .antd-Table--autoFillHeight {
|
29045
|
+
margin-bottom: 0;
|
29046
|
+
}
|
29047
|
+
|
29048
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
|
29049
|
+
border-top: none;
|
29050
|
+
}
|
29051
|
+
|
29052
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
29053
|
+
position: sticky;
|
29054
|
+
top: 0;
|
29055
|
+
z-index: 1;
|
29056
|
+
}
|
29057
|
+
|
29058
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
29059
|
+
display: none;
|
29060
|
+
}
|
29061
|
+
|
29062
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
|
29063
|
+
margin-bottom: 0;
|
29064
|
+
}
|
29065
|
+
|
28784
29066
|
.amis-scope .antd-InputTable-toolbar {
|
28785
29067
|
display: flex;
|
28786
29068
|
flex-direction: row;
|
@@ -28810,70 +29092,311 @@ readers do not read off random characters that represent icons */
|
|
28810
29092
|
margin-right: 0.625rem;
|
28811
29093
|
}
|
28812
29094
|
|
28813
|
-
.amis-scope .antd-
|
29095
|
+
.amis-scope .antd-ColumnToggler {
|
28814
29096
|
position: relative;
|
29097
|
+
display: inline-block;
|
28815
29098
|
}
|
28816
29099
|
|
28817
|
-
.amis-scope .antd-
|
28818
|
-
|
28819
|
-
|
28820
|
-
|
28821
|
-
|
29100
|
+
.amis-scope .antd-ColumnToggler-caret {
|
29101
|
+
margin-left: var(--DropDown-caret-marginLeft);
|
29102
|
+
display: inline-block;
|
29103
|
+
vertical-align: top;
|
29104
|
+
transition: transform var(--animation-duration) ease;
|
28822
29105
|
}
|
28823
29106
|
|
28824
|
-
.amis-scope .antd-
|
28825
|
-
|
28826
|
-
|
28827
|
-
|
29107
|
+
.amis-scope .antd-ColumnToggler-caret > svg {
|
29108
|
+
width: 0.625rem;
|
29109
|
+
height: 0.625rem;
|
29110
|
+
top: 0.125em;
|
28828
29111
|
}
|
28829
29112
|
|
28830
|
-
.amis-scope .antd-
|
28831
|
-
|
28832
|
-
display: table;
|
28833
|
-
content: "";
|
29113
|
+
.amis-scope .antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
|
29114
|
+
transform: rotate(180deg);
|
28834
29115
|
}
|
28835
29116
|
|
28836
|
-
.amis-scope .antd-
|
28837
|
-
|
29117
|
+
.amis-scope .antd-ColumnToggler.is-actived > .antd-Button {
|
29118
|
+
color: var(--link-color);
|
28838
29119
|
}
|
28839
29120
|
|
28840
|
-
.amis-scope .antd-
|
28841
|
-
display:
|
29121
|
+
.amis-scope .antd-ColumnToggler--block {
|
29122
|
+
display: block;
|
28842
29123
|
}
|
28843
29124
|
|
28844
|
-
.amis-scope .antd-
|
28845
|
-
|
29125
|
+
.amis-scope .antd-ColumnToggler--block .antd-Button {
|
29126
|
+
display: block;
|
28846
29127
|
}
|
28847
29128
|
|
28848
|
-
.amis-scope .antd-
|
28849
|
-
|
29129
|
+
.amis-scope .antd-ColumnToggler-menu {
|
29130
|
+
position: absolute;
|
29131
|
+
z-index: 1000;
|
29132
|
+
top: 100%;
|
29133
|
+
left: 0;
|
29134
|
+
margin: 0.0625rem 0 0;
|
29135
|
+
background: var(--DropDown-menu-bg);
|
29136
|
+
list-style: none;
|
29137
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
29138
|
+
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
29139
|
+
border-radius: var(--DropDown-menu-borderRadius);
|
29140
|
+
box-shadow: var(--DropDown-menu-boxShadow);
|
29141
|
+
min-width: var(--DropDown-menu-minWidth);
|
29142
|
+
text-align: left;
|
28850
29143
|
}
|
28851
29144
|
|
28852
|
-
.amis-scope .antd-
|
28853
|
-
|
28854
|
-
|
28855
|
-
margin-left: var(--Crud-toolbar-gap);
|
29145
|
+
.amis-scope .antd-ColumnToggler--alignRight .antd-ColumnToggler-menu {
|
29146
|
+
left: auto;
|
29147
|
+
right: 0;
|
28856
29148
|
}
|
28857
29149
|
|
28858
|
-
.amis-scope .antd-
|
28859
|
-
|
29150
|
+
.amis-scope .antd-ColumnToggler-menuItem,
|
29151
|
+
.amis-scope .antd-ColumnToggler-menu > li {
|
29152
|
+
padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
|
29153
|
+
white-space: nowrap;
|
29154
|
+
box-sizing: border-box;
|
29155
|
+
height: var(--DropDown-menu-height);
|
29156
|
+
vertical-align: middle;
|
29157
|
+
user-select: none;
|
29158
|
+
color: var(--link-color);
|
29159
|
+
text-decoration: var(--link-decoration);
|
28860
29160
|
}
|
28861
29161
|
|
28862
|
-
.amis-scope .antd-
|
28863
|
-
|
29162
|
+
.amis-scope .antd-ColumnToggler-menuItem:hover,
|
29163
|
+
.amis-scope .antd-ColumnToggler-menu > li:hover {
|
29164
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
29165
|
+
color: var(--DropDown-menuItem-onHover-color);
|
28864
29166
|
}
|
28865
29167
|
|
28866
|
-
.amis-scope .antd-
|
28867
|
-
|
28868
|
-
|
28869
|
-
z-index: -1;
|
28870
|
-
opacity: 0;
|
28871
|
-
box-shadow: var(--List-fixedTop-boxShadow);
|
29168
|
+
.amis-scope .antd-ColumnToggler-menuItem.is-active,
|
29169
|
+
.amis-scope .antd-ColumnToggler-menu > li.is-active {
|
29170
|
+
color: var(--DropDown-menuItem-onActive-color);
|
28872
29171
|
}
|
28873
29172
|
|
28874
|
-
.amis-scope .antd-
|
28875
|
-
|
28876
|
-
|
29173
|
+
.amis-scope .antd-ColumnToggler-menuItem:not(.is-disabled),
|
29174
|
+
.amis-scope .antd-ColumnToggler-menuItem:not(.disabled),
|
29175
|
+
.amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
|
29176
|
+
.amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
|
29177
|
+
cursor: pointer;
|
29178
|
+
}
|
29179
|
+
|
29180
|
+
.amis-scope .antd-ColumnToggler-menuItem.is-disabled,
|
29181
|
+
.amis-scope .antd-ColumnToggler-menu > li.is-disabled {
|
29182
|
+
cursor: not-allowed;
|
29183
|
+
color: var(--DropDown-menuItem-onDisabled-color);
|
29184
|
+
filter: grayscale(80%);
|
29185
|
+
}
|
29186
|
+
|
29187
|
+
.amis-scope .antd-ColumnToggler-menuItem.antd-DropDown-divider,
|
29188
|
+
.amis-scope .antd-ColumnToggler-menu > li.antd-DropDown-divider {
|
29189
|
+
height: 0.0625rem;
|
29190
|
+
margin: 0.5625rem 0;
|
29191
|
+
overflow: hidden;
|
29192
|
+
background: var(--DropDown-menu-borderColor);
|
29193
|
+
padding: 0;
|
29194
|
+
}
|
29195
|
+
|
29196
|
+
.amis-scope .antd-ColumnToggler-menu > li a {
|
29197
|
+
color: inherit;
|
29198
|
+
display: block;
|
29199
|
+
text-decoration: none;
|
29200
|
+
}
|
29201
|
+
|
29202
|
+
.amis-scope .antd-ColumnToggler-popover {
|
29203
|
+
border: none;
|
29204
|
+
box-shadow: none;
|
29205
|
+
}
|
29206
|
+
|
29207
|
+
.amis-scope .antd-ColumnToggler > .antd-Button {
|
29208
|
+
min-width: unset;
|
29209
|
+
}
|
29210
|
+
|
29211
|
+
.amis-scope .antd-ColumnToggler-modal {
|
29212
|
+
display: flex;
|
29213
|
+
flex-flow: column nowrap;
|
29214
|
+
justify-content: space-between;
|
29215
|
+
align-items: center;
|
29216
|
+
width: 25rem;
|
29217
|
+
padding: var(--ColumnToggler-lineHeight);
|
29218
|
+
margin-top: calc(50vh - 100px);
|
29219
|
+
border-radius: var(--ColumnToggler-borderRadius);
|
29220
|
+
background: var(--ColumnToggler-backgroundColor);
|
29221
|
+
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);
|
29222
|
+
}
|
29223
|
+
|
29224
|
+
.amis-scope .antd-ColumnToggler-modal-header {
|
29225
|
+
width: 100%;
|
29226
|
+
display: flex;
|
29227
|
+
flex-flow: row nowrap;
|
29228
|
+
justify-content: space-between;
|
29229
|
+
align-items: center;
|
29230
|
+
}
|
29231
|
+
|
29232
|
+
.amis-scope .antd-ColumnToggler-modal-header a,
|
29233
|
+
.amis-scope .antd-ColumnToggler-modal-header span {
|
29234
|
+
display: inline-block;
|
29235
|
+
}
|
29236
|
+
|
29237
|
+
.amis-scope .antd-ColumnToggler-modal-header .antd-ColumnToggler-modal-title {
|
29238
|
+
opacity: 0.95;
|
29239
|
+
font-size: var(--fontSizeMd);
|
29240
|
+
color: var(--ColumnToggler-title-fontColor);
|
29241
|
+
line-height: var(--ColumnToggler-lineHeight);
|
29242
|
+
font-weight: bold;
|
29243
|
+
}
|
29244
|
+
|
29245
|
+
.amis-scope .antd-ColumnToggler-modal-content {
|
29246
|
+
padding: 0;
|
29247
|
+
width: 100%;
|
29248
|
+
list-style: none;
|
29249
|
+
margin: 0.5rem 0;
|
29250
|
+
}
|
29251
|
+
|
29252
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
|
29253
|
+
color: var(--ColumnToggler-title-fontColor);
|
29254
|
+
background: var(--ColumnToggler-item-backgroundColor);
|
29255
|
+
border-radius: 0.125rem;
|
29256
|
+
font-size: var(--fontSizeSm);
|
29257
|
+
padding: 0.25rem 0.5rem;
|
29258
|
+
height: var(--ColumnToggler-lineHeight);
|
29259
|
+
width: calc((100% - 24px) / 3);
|
29260
|
+
float: left;
|
29261
|
+
margin: 0.25rem;
|
29262
|
+
text-overflow: ellipsis;
|
29263
|
+
white-space: nowrap;
|
29264
|
+
overflow: hidden;
|
29265
|
+
}
|
29266
|
+
|
29267
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
|
29268
|
+
background: var(--ColumnToggler-item-backgroundColor-onHover);
|
29269
|
+
}
|
29270
|
+
|
29271
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem--dragging {
|
29272
|
+
border: 1px solid var(--link-color);
|
29273
|
+
}
|
29274
|
+
|
29275
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem label > i {
|
29276
|
+
height: var(--fontSizeLg);
|
29277
|
+
width: var(--fontSizeLg);
|
29278
|
+
vertical-align: top;
|
29279
|
+
}
|
29280
|
+
|
29281
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-dragBar {
|
29282
|
+
margin-left: 0;
|
29283
|
+
margin-right: var(--gap-xs);
|
29284
|
+
cursor: move;
|
29285
|
+
color: #d8d8d8;
|
29286
|
+
}
|
29287
|
+
|
29288
|
+
.amis-scope .antd-ColumnToggler-modal-footer {
|
29289
|
+
width: 100%;
|
29290
|
+
display: flex;
|
29291
|
+
flex-flow: row nowrap;
|
29292
|
+
justify-content: space-between;
|
29293
|
+
align-items: center;
|
29294
|
+
}
|
29295
|
+
|
29296
|
+
.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect {
|
29297
|
+
color: var(--ColumnToggler-fontColor);
|
29298
|
+
font-size: var(--fontSizeSm);
|
29299
|
+
}
|
29300
|
+
|
29301
|
+
.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect.is-actived {
|
29302
|
+
color: var(--link-color);
|
29303
|
+
}
|
29304
|
+
|
29305
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div {
|
29306
|
+
display: flex;
|
29307
|
+
flex-flow: row nowrap;
|
29308
|
+
justify-content: space-between;
|
29309
|
+
align-items: center;
|
29310
|
+
}
|
29311
|
+
|
29312
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child {
|
29313
|
+
justify-content: flex-start;
|
29314
|
+
}
|
29315
|
+
|
29316
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child a {
|
29317
|
+
display: inline-block;
|
29318
|
+
}
|
29319
|
+
|
29320
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child {
|
29321
|
+
justify-content: flex-end;
|
29322
|
+
}
|
29323
|
+
|
29324
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child button {
|
29325
|
+
width: 72px;
|
29326
|
+
}
|
29327
|
+
|
29328
|
+
.amis-scope .antd-ColumnToggler-tooltip {
|
29329
|
+
border: none;
|
29330
|
+
}
|
29331
|
+
|
29332
|
+
.amis-scope .antd-ColumnToggler-tooltip .antd-Tooltip-arrow::before {
|
29333
|
+
border-top-color: transparent;
|
29334
|
+
}
|
29335
|
+
|
29336
|
+
.amis-scope .antd-List {
|
29337
|
+
position: relative;
|
29338
|
+
}
|
29339
|
+
|
29340
|
+
.amis-scope .antd-List-items {
|
29341
|
+
border-radius: var(--List-borderRadius);
|
29342
|
+
border: var(--List-borderWidth) solid var(--List-borderColor);
|
29343
|
+
background: var(--List-bg);
|
29344
|
+
margin-bottom: var(--gap-sm);
|
29345
|
+
}
|
29346
|
+
|
29347
|
+
.amis-scope .antd-List-toolbar {
|
29348
|
+
display: flex;
|
29349
|
+
flex-wrap: wrap;
|
29350
|
+
margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
29351
|
+
}
|
29352
|
+
|
29353
|
+
.amis-scope .antd-List-toolbar::before,
|
29354
|
+
.amis-scope .antd-List-toolbar::after {
|
29355
|
+
display: table;
|
29356
|
+
content: "";
|
29357
|
+
}
|
29358
|
+
|
29359
|
+
.amis-scope .antd-List-toolbar::after {
|
29360
|
+
clear: both;
|
29361
|
+
}
|
29362
|
+
|
29363
|
+
.amis-scope .antd-List-actions {
|
29364
|
+
display: inline-block;
|
29365
|
+
}
|
29366
|
+
|
29367
|
+
.amis-scope .antd-List-actions > * {
|
29368
|
+
margin-right: var(--Crud-toolbar-gap);
|
29369
|
+
}
|
29370
|
+
|
29371
|
+
.amis-scope .antd-List-header {
|
29372
|
+
padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
|
29373
|
+
}
|
29374
|
+
|
29375
|
+
.amis-scope .antd-List-header > * + .antd-Button,
|
29376
|
+
.amis-scope .antd-List-header > * + .antd-ButtonGroup,
|
29377
|
+
.amis-scope .antd-List-header > * + .antd-ButtonToolbar {
|
29378
|
+
margin-left: var(--Crud-toolbar-gap);
|
29379
|
+
}
|
29380
|
+
|
29381
|
+
.amis-scope .antd-List-header + .antd-List-toolbar {
|
29382
|
+
padding-top: 0;
|
29383
|
+
}
|
29384
|
+
|
29385
|
+
.amis-scope .antd-List-heading {
|
29386
|
+
padding: var(--gap-xs) 0;
|
29387
|
+
}
|
29388
|
+
|
29389
|
+
.amis-scope .antd-List-fixedTop {
|
29390
|
+
position: absolute;
|
29391
|
+
background: var(--white);
|
29392
|
+
z-index: -1;
|
29393
|
+
opacity: 0;
|
29394
|
+
box-shadow: var(--List-fixedTop-boxShadow);
|
29395
|
+
}
|
29396
|
+
|
29397
|
+
.amis-scope .antd-List-fixedTop.in {
|
29398
|
+
position: fixed;
|
29399
|
+
opacity: 1;
|
28877
29400
|
z-index: 900;
|
28878
29401
|
}
|
28879
29402
|
|
@@ -29304,18 +29827,6 @@ readers do not read off random characters that represent icons */
|
|
29304
29827
|
margin-top: var(--gap-xs);
|
29305
29828
|
}
|
29306
29829
|
|
29307
|
-
.amis-scope .antd-Card-checkBtn {
|
29308
|
-
position: absolute;
|
29309
|
-
top: 0;
|
29310
|
-
right: 0;
|
29311
|
-
margin: var(--gap-sm);
|
29312
|
-
z-index: 1;
|
29313
|
-
}
|
29314
|
-
|
29315
|
-
.amis-scope .antd-Card-checkBtn .antd-Checkbox {
|
29316
|
-
margin-right: 0;
|
29317
|
-
}
|
29318
|
-
|
29319
29830
|
.amis-scope .antd-Card-dragBtn {
|
29320
29831
|
cursor: pointer;
|
29321
29832
|
float: right;
|
@@ -29323,7 +29834,8 @@ readers do not read off random characters that represent icons */
|
|
29323
29834
|
}
|
29324
29835
|
|
29325
29836
|
.amis-scope .antd-Card-heading {
|
29326
|
-
|
29837
|
+
display: flex;
|
29838
|
+
flex-direction: row;
|
29327
29839
|
padding: var(--gap-sm) var(--gap-base);
|
29328
29840
|
flex: 1 0 auto;
|
29329
29841
|
}
|
@@ -29355,12 +29867,17 @@ readers do not read off random characters that represent icons */
|
|
29355
29867
|
|
29356
29868
|
.amis-scope .antd-Card-meta {
|
29357
29869
|
display: block;
|
29870
|
+
flex-grow: 1;
|
29358
29871
|
height: 100%;
|
29359
|
-
overflow: hidden;
|
29360
29872
|
position: relative;
|
29361
29873
|
margin-right: var(--gap-md);
|
29362
29874
|
}
|
29363
29875
|
|
29876
|
+
.amis-scope .antd-Card-toolbar {
|
29877
|
+
margin-right: calc(-1 * var(--gap-base));
|
29878
|
+
text-align: right;
|
29879
|
+
}
|
29880
|
+
|
29364
29881
|
.amis-scope .antd-Card-highlight {
|
29365
29882
|
background: var(--success);
|
29366
29883
|
width: 0.5rem;
|
@@ -29610,6 +30127,7 @@ readers do not read off random characters that represent icons */
|
|
29610
30127
|
height: 10px;
|
29611
30128
|
background: #ebebeb;
|
29612
30129
|
overflow: hidden;
|
30130
|
+
border-radius: var(--Progress-borderRadius);
|
29613
30131
|
}
|
29614
30132
|
|
29615
30133
|
.amis-scope .antd-Progress-bar {
|
@@ -29622,6 +30140,7 @@ readers do not read off random characters that represent icons */
|
|
29622
30140
|
text-align: center;
|
29623
30141
|
background: var(--primary);
|
29624
30142
|
transition: width var(--animation-duration) ease;
|
30143
|
+
border-radius: var(--Progress-borderRadius);
|
29625
30144
|
}
|
29626
30145
|
|
29627
30146
|
.amis-scope .antd-Progress-bar--stripe {
|
@@ -29847,7 +30366,7 @@ readers do not read off random characters that represent icons */
|
|
29847
30366
|
|
29848
30367
|
.amis-scope .antd-StatusField-label {
|
29849
30368
|
font-size: var(--fontSizeSm);
|
29850
|
-
margin-left: var(--gap-
|
30369
|
+
margin-left: var(--gap-xs);
|
29851
30370
|
}
|
29852
30371
|
|
29853
30372
|
@keyframes animation-rolling_red {
|
@@ -30372,6 +30891,7 @@ readers do not read off random characters that represent icons */
|
|
30372
30891
|
|
30373
30892
|
.amis-scope .antd-Image-thumbWrap {
|
30374
30893
|
position: relative;
|
30894
|
+
height: 100%;
|
30375
30895
|
}
|
30376
30896
|
|
30377
30897
|
.amis-scope .antd-Image-image {
|
@@ -30487,7 +31007,7 @@ readers do not read off random characters that represent icons */
|
|
30487
31007
|
}
|
30488
31008
|
|
30489
31009
|
.amis-scope .antd-Image-overlay {
|
30490
|
-
background: rgba(
|
31010
|
+
background: rgba(8, 14, 26, 0.5);
|
30491
31011
|
position: absolute;
|
30492
31012
|
width: 100%;
|
30493
31013
|
height: 100%;
|
@@ -30581,6 +31101,16 @@ readers do not read off random characters that represent icons */
|
|
30581
31101
|
border-color: var(--Form-input-onFocused-borderColor);
|
30582
31102
|
}
|
30583
31103
|
|
31104
|
+
.amis-scope .antd-InputBox--borderHalf {
|
31105
|
+
border-left-color: transparent !important;
|
31106
|
+
border-right-color: transparent !important;
|
31107
|
+
border-top-color: transparent !important;
|
31108
|
+
}
|
31109
|
+
|
31110
|
+
.amis-scope .antd-InputBox--borderNone {
|
31111
|
+
border-color: transparent !important;
|
31112
|
+
}
|
31113
|
+
|
30584
31114
|
.amis-scope .antd-InputBox--inline {
|
30585
31115
|
display: inline-flex;
|
30586
31116
|
}
|
@@ -30682,6 +31212,16 @@ readers do not read off random characters that represent icons */
|
|
30682
31212
|
border-color: var(--Form-input-onFocused-borderColor);
|
30683
31213
|
}
|
30684
31214
|
|
31215
|
+
.amis-scope .antd-ResultBox--borderHalf {
|
31216
|
+
border-left-color: transparent !important;
|
31217
|
+
border-right-color: transparent !important;
|
31218
|
+
border-top-color: transparent !important;
|
31219
|
+
}
|
31220
|
+
|
31221
|
+
.amis-scope .antd-ResultBox--borderNone {
|
31222
|
+
border-color: transparent !important;
|
31223
|
+
}
|
31224
|
+
|
30685
31225
|
.amis-scope .antd-ResultBox.is-error {
|
30686
31226
|
border-color: var(--Form-input-onError-borderColor);
|
30687
31227
|
background: var(--Form-input-onError-bg);
|
@@ -31119,7 +31659,7 @@ readers do not read off random characters that represent icons */
|
|
31119
31659
|
height: 1px;
|
31120
31660
|
left: 100%;
|
31121
31661
|
width: 9999px;
|
31122
|
-
padding-right:
|
31662
|
+
padding-right: 0.625rem;
|
31123
31663
|
background-color: var(--Steps-line-bg);
|
31124
31664
|
}
|
31125
31665
|
|
@@ -31207,6 +31747,49 @@ readers do not read off random characters that represent icons */
|
|
31207
31747
|
border: 1px solid var(--Steps-status-success);
|
31208
31748
|
}
|
31209
31749
|
|
31750
|
+
.amis-scope .antd-Portlet {
|
31751
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
31752
|
+
border-radius: var(--Portlet-borderRadius);
|
31753
|
+
padding: var(--gap-base);
|
31754
|
+
}
|
31755
|
+
|
31756
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
|
31757
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
31758
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
31759
|
+
border: none !important;
|
31760
|
+
color: inherit !important;
|
31761
|
+
cursor: auto !important;
|
31762
|
+
}
|
31763
|
+
|
31764
|
+
.amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
|
31765
|
+
border-bottom: none;
|
31766
|
+
}
|
31767
|
+
|
31768
|
+
.amis-scope .antd-Portlet .antd-Tabs-pane {
|
31769
|
+
padding: unset;
|
31770
|
+
}
|
31771
|
+
|
31772
|
+
.amis-scope .antd-Portlet-toolbar {
|
31773
|
+
display: inline-flex;
|
31774
|
+
float: right;
|
31775
|
+
justify-content: flex-end;
|
31776
|
+
}
|
31777
|
+
|
31778
|
+
.amis-scope .antd-Portlet-toolbar .antd-Button {
|
31779
|
+
margin-left: calc(var(--gap-xs));
|
31780
|
+
}
|
31781
|
+
|
31782
|
+
.amis-scope .antd-Portlet-header-desc {
|
31783
|
+
height: 100%;
|
31784
|
+
overflow: hidden;
|
31785
|
+
position: relative;
|
31786
|
+
margin-left: var(--gap-base);
|
31787
|
+
}
|
31788
|
+
|
31789
|
+
.amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
|
31790
|
+
display: none;
|
31791
|
+
}
|
31792
|
+
|
31210
31793
|
.amis-scope fieldset.antd-Collapse--lg,
|
31211
31794
|
.amis-scope fieldset.antd-Collapse--md,
|
31212
31795
|
.amis-scope fieldset.antd-Collapse--base,
|
@@ -31265,11 +31848,14 @@ readers do not read off random characters that represent icons */
|
|
31265
31848
|
margin: var(--gap-base) 0;
|
31266
31849
|
padding: 0 0 0 14px;
|
31267
31850
|
cursor: pointer;
|
31268
|
-
border-bottom:
|
31851
|
+
border-bottom: none !important;
|
31852
|
+
background: transparent;
|
31269
31853
|
display: flex;
|
31270
31854
|
flex-direction: row;
|
31271
|
-
|
31272
|
-
|
31855
|
+
}
|
31856
|
+
|
31857
|
+
.amis-scope fieldset.antd-Collapse > legend:hover {
|
31858
|
+
background: transparent;
|
31273
31859
|
}
|
31274
31860
|
|
31275
31861
|
.amis-scope fieldset.antd-Collapse--xs {
|
@@ -32003,6 +32589,14 @@ readers do not read off random characters that represent icons */
|
|
32003
32589
|
color: var(--danger);
|
32004
32590
|
}
|
32005
32591
|
|
32592
|
+
.amis-scope .antd-TextControl-input:hover {
|
32593
|
+
border-color: var(--Form-input-onHover-borderColor);
|
32594
|
+
}
|
32595
|
+
|
32596
|
+
.amis-scope .antd-TextControl.is-disabled-input input {
|
32597
|
+
color: var(--Form-input-onDisabled-color);
|
32598
|
+
}
|
32599
|
+
|
32006
32600
|
.amis-scope .antd-TextareaControl {
|
32007
32601
|
position: relative;
|
32008
32602
|
}
|
@@ -32034,12 +32628,21 @@ readers do not read off random characters that represent icons */
|
|
32034
32628
|
color: var(--Form-input-placeholderColor);
|
32035
32629
|
}
|
32036
32630
|
|
32631
|
+
.amis-scope .antd-TextareaControl > textarea:hover {
|
32632
|
+
border-color: var(--Form-input-onHover-borderColor);
|
32633
|
+
}
|
32634
|
+
|
32037
32635
|
.amis-scope .antd-TextareaControl > textarea:focus,
|
32038
32636
|
.amis-scope .antd-TextareaControl.is-focused > textarea {
|
32039
32637
|
border-color: var(--Form-input-onFocused-borderColor);
|
32040
32638
|
box-shadow: var(--Form-input-boxShadow);
|
32041
32639
|
}
|
32042
32640
|
|
32641
|
+
.amis-scope .antd-TextareaControl > textarea:focus:hover,
|
32642
|
+
.amis-scope .antd-TextareaControl.is-focused > textarea:hover {
|
32643
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
32644
|
+
}
|
32645
|
+
|
32043
32646
|
.amis-scope .antd-TextareaControl.is-disabled > textarea,
|
32044
32647
|
.amis-scope .antd-TextareaControl > textarea[disabled] {
|
32045
32648
|
background: #e5e7eb;
|
@@ -32336,7 +32939,7 @@ readers do not read off random characters that represent icons */
|
|
32336
32939
|
color: #999;
|
32337
32940
|
}
|
32338
32941
|
|
32339
|
-
.amis-scope .antd-
|
32942
|
+
.amis-scope .antd-Selection > .antd-Checkbox {
|
32340
32943
|
display: block;
|
32341
32944
|
height: var(--Form-input-height);
|
32342
32945
|
line-height: var(--Form-input-lineHeight);
|
@@ -32344,43 +32947,36 @@ readers do not read off random characters that represent icons */
|
|
32344
32947
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
32345
32948
|
}
|
32346
32949
|
|
32347
|
-
.amis-scope .antd-
|
32950
|
+
.amis-scope .antd-Selection--inline > .antd-Checkbox {
|
32348
32951
|
display: inline-block;
|
32349
32952
|
}
|
32350
32953
|
|
32351
|
-
.amis-scope .antd-
|
32954
|
+
.amis-scope .antd-Selection-addBtn {
|
32352
32955
|
display: block;
|
32353
32956
|
cursor: pointer;
|
32354
32957
|
}
|
32355
32958
|
|
32356
|
-
.amis-scope .antd-
|
32959
|
+
.amis-scope .antd-Selection-addBtn:hover {
|
32357
32960
|
text-decoration: none;
|
32358
32961
|
}
|
32359
32962
|
|
32360
|
-
.amis-scope .antd-
|
32963
|
+
.amis-scope .antd-Selection-addBtn > svg {
|
32361
32964
|
width: 0.875rem;
|
32362
32965
|
height: 0.875rem;
|
32363
32966
|
margin-right: var(--Checkbox-gap);
|
32364
32967
|
}
|
32365
32968
|
|
32366
|
-
.amis-scope .antd-
|
32367
|
-
.amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
|
32368
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
|
32369
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
|
32969
|
+
.amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
|
32370
32970
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
32371
32971
|
}
|
32372
32972
|
|
32373
|
-
.amis-scope .antd-
|
32374
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
|
32375
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
|
32376
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
|
32973
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
32377
32974
|
font-size: var(--fontSizeSm);
|
32378
32975
|
padding: var(--gap-xs) var(--gap-xs);
|
32379
32976
|
color: var(--text--muted-color);
|
32380
32977
|
}
|
32381
32978
|
|
32382
|
-
.amis-scope .antd-
|
32383
|
-
.amis-scope .antd-ListRadios-item {
|
32979
|
+
.amis-scope .antd-GroupedSelection-item {
|
32384
32980
|
display: flex;
|
32385
32981
|
height: var(--Form-input-height);
|
32386
32982
|
line-height: var(--Form-input-lineHeight);
|
@@ -32391,51 +32987,37 @@ readers do not read off random characters that represent icons */
|
|
32391
32987
|
user-select: none;
|
32392
32988
|
}
|
32393
32989
|
|
32394
|
-
.amis-scope .antd-
|
32395
|
-
.amis-scope .antd-ListRadios-item > .antd-Checkbox {
|
32990
|
+
.amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
|
32396
32991
|
margin-right: 0;
|
32397
32992
|
}
|
32398
32993
|
|
32399
|
-
.amis-scope .antd-
|
32400
|
-
.amis-scope .antd-ListRadios-item.is-active {
|
32994
|
+
.amis-scope .antd-GroupedSelection-item.is-active {
|
32401
32995
|
color: var(--Form-select-menu-onActive-color);
|
32402
32996
|
background: var(--Form-select-menu-onActive-bg);
|
32403
32997
|
}
|
32404
32998
|
|
32405
|
-
.amis-scope .antd-
|
32406
|
-
.amis-scope .antd-ListRadios-item:hover {
|
32999
|
+
.amis-scope .antd-GroupedSelection-item:hover {
|
32407
33000
|
background: var(--Tree-item-onHover-bg);
|
32408
33001
|
}
|
32409
33002
|
|
32410
|
-
.amis-scope .antd-
|
32411
|
-
.amis-scope .antd-ListRadios-item.is-disabled {
|
33003
|
+
.amis-scope .antd-GroupedSelection-item.is-disabled {
|
32412
33004
|
pointer-events: none;
|
32413
33005
|
color: var(--text--muted-color);
|
32414
33006
|
}
|
32415
33007
|
|
32416
|
-
.amis-scope .antd-
|
32417
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
32418
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
32419
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
|
32420
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
|
32421
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
32422
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
32423
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
|
33008
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
|
32424
33009
|
padding-left: var(--gap-base);
|
32425
33010
|
}
|
32426
33011
|
|
32427
|
-
.amis-scope .antd-
|
32428
|
-
.amis-scope .antd-ListRadios-itemLabel {
|
33012
|
+
.amis-scope .antd-GroupedSelection-itemLabel {
|
32429
33013
|
flex-grow: 1;
|
32430
33014
|
}
|
32431
33015
|
|
32432
|
-
.amis-scope .antd-
|
32433
|
-
.amis-scope .antd-ListRadios-itemLabel span {
|
33016
|
+
.amis-scope .antd-GroupedSelection-itemLabel span {
|
32434
33017
|
white-space: nowrap;
|
32435
33018
|
}
|
32436
33019
|
|
32437
|
-
.amis-scope .antd-
|
32438
|
-
.amis-scope .antd-ListRadios-placeholder {
|
33020
|
+
.amis-scope .antd-GroupedSelection-placeholder {
|
32439
33021
|
height: var(--Form-input-height);
|
32440
33022
|
line-height: var(--Form-input-lineHeight);
|
32441
33023
|
font-size: var(--Form-input-fontSize);
|
@@ -32443,52 +33025,54 @@ readers do not read off random characters that represent icons */
|
|
32443
33025
|
color: var(--text--muted-color);
|
32444
33026
|
}
|
32445
33027
|
|
32446
|
-
.amis-scope .antd-
|
33028
|
+
.amis-scope .antd-TableSelection .antd-Table-content {
|
32447
33029
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
32448
33030
|
}
|
32449
33031
|
|
32450
|
-
.amis-scope .antd-
|
32451
|
-
.amis-scope .antd-
|
33032
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
|
33033
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
|
32452
33034
|
font-size: var(--fontSizeSm);
|
32453
33035
|
padding-top: var(--gap-xs);
|
32454
33036
|
padding-bottom: 0.375rem;
|
32455
33037
|
vertical-align: middle;
|
32456
33038
|
}
|
32457
33039
|
|
32458
|
-
.amis-scope .antd-
|
33040
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
|
32459
33041
|
padding-top: 0.375rem;
|
32460
33042
|
}
|
32461
33043
|
|
32462
|
-
.amis-scope .antd-
|
32463
|
-
.amis-scope .antd-
|
33044
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
|
33045
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
|
32464
33046
|
padding-left: 0.625rem;
|
32465
33047
|
padding-right: 0;
|
32466
33048
|
}
|
32467
33049
|
|
32468
|
-
.amis-scope .antd-
|
32469
|
-
.amis-scope .antd-
|
33050
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
|
33051
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
|
32470
33052
|
padding-right: var(--gap-md);
|
32471
33053
|
}
|
32472
33054
|
|
32473
|
-
.amis-scope .antd-
|
33055
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
|
32474
33056
|
cursor: pointer;
|
32475
33057
|
}
|
32476
33058
|
|
32477
|
-
.amis-scope .antd-
|
32478
|
-
|
33059
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
|
33060
|
+
color: var(--Form-select-menu-onActive-color);
|
33061
|
+
background: var(--Form-select-menu-onActive-bg);
|
33062
|
+
}
|
33063
|
+
|
33064
|
+
.amis-scope .antd-TreeSelection .antd-Table-expandBtn {
|
32479
33065
|
color: var(--icon-color);
|
32480
33066
|
margin-right: 5px;
|
32481
33067
|
}
|
32482
33068
|
|
32483
|
-
.amis-scope .antd-
|
32484
|
-
.amis-scope .antd-TreeRadios-sublist {
|
33069
|
+
.amis-scope .antd-TreeSelection-sublist {
|
32485
33070
|
position: relative;
|
32486
33071
|
margin: 0 0 0 2.1875rem;
|
32487
33072
|
display: none;
|
32488
33073
|
}
|
32489
33074
|
|
32490
|
-
.amis-scope .antd-
|
32491
|
-
.amis-scope .antd-TreeRadios-sublist:before {
|
33075
|
+
.amis-scope .antd-TreeSelection-sublist:before {
|
32492
33076
|
width: 1px;
|
32493
33077
|
content: "";
|
32494
33078
|
display: block;
|
@@ -32499,29 +33083,19 @@ readers do not read off random characters that represent icons */
|
|
32499
33083
|
border-left: dashed 1px var(--icon-color);
|
32500
33084
|
}
|
32501
33085
|
|
32502
|
-
.amis-scope .antd-
|
32503
|
-
.amis-scope .antd-TreeRadios-item {
|
33086
|
+
.amis-scope .antd-TreeSelection-item {
|
32504
33087
|
position: relative;
|
32505
33088
|
}
|
32506
33089
|
|
32507
|
-
.amis-scope .antd-
|
32508
|
-
.amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
|
32509
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
|
32510
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
|
33090
|
+
.amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
|
32511
33091
|
display: block;
|
32512
33092
|
}
|
32513
33093
|
|
32514
|
-
.amis-scope .antd-
|
32515
|
-
.amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
|
32516
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
|
32517
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
|
33094
|
+
.amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
|
32518
33095
|
bottom: 0;
|
32519
33096
|
}
|
32520
33097
|
|
32521
|
-
.amis-scope .antd-
|
32522
|
-
.amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
|
32523
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
|
32524
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
|
33098
|
+
.amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
|
32525
33099
|
height: 1px;
|
32526
33100
|
content: "";
|
32527
33101
|
display: block;
|
@@ -32532,8 +33106,7 @@ readers do not read off random characters that represent icons */
|
|
32532
33106
|
border-top: dashed 1px var(--icon-color);
|
32533
33107
|
}
|
32534
33108
|
|
32535
|
-
.amis-scope .antd-
|
32536
|
-
.amis-scope .antd-TreeRadios-itemInner {
|
33109
|
+
.amis-scope .antd-TreeSelection-itemInner {
|
32537
33110
|
display: flex;
|
32538
33111
|
align-items: center;
|
32539
33112
|
height: var(--Form-input-height);
|
@@ -32546,20 +33119,17 @@ readers do not read off random characters that represent icons */
|
|
32546
33119
|
position: relative;
|
32547
33120
|
}
|
32548
33121
|
|
32549
|
-
.amis-scope .antd-
|
32550
|
-
.amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
|
33122
|
+
.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
|
32551
33123
|
margin-right: 0;
|
32552
33124
|
margin-left: var(--gap-sm);
|
32553
33125
|
}
|
32554
33126
|
|
32555
|
-
.amis-scope .antd-
|
32556
|
-
.amis-scope .antd-TreeRadios-itemInner > * {
|
33127
|
+
.amis-scope .antd-TreeSelection-itemInner > * {
|
32557
33128
|
position: relative;
|
32558
33129
|
z-index: 2;
|
32559
33130
|
}
|
32560
33131
|
|
32561
|
-
.amis-scope .antd-
|
32562
|
-
.amis-scope .antd-TreeRadios-itemInner:hover:after {
|
33132
|
+
.amis-scope .antd-TreeSelection-itemInner:hover:after {
|
32563
33133
|
position: absolute;
|
32564
33134
|
content: "";
|
32565
33135
|
z-index: 1;
|
@@ -32570,24 +33140,20 @@ readers do not read off random characters that represent icons */
|
|
32570
33140
|
background: var(--Tree-item-onHover-bg);
|
32571
33141
|
}
|
32572
33142
|
|
32573
|
-
.amis-scope .antd-
|
32574
|
-
.amis-scope .antd-TreeRadios-itemInner.is-active {
|
33143
|
+
.amis-scope .antd-TreeSelection-itemInner.is-active {
|
32575
33144
|
color: var(--Form-select-menu-onActive-color);
|
32576
33145
|
}
|
32577
33146
|
|
32578
|
-
.amis-scope .antd-
|
32579
|
-
.amis-scope .antd-TreeRadios-itemInner.is-disabled {
|
33147
|
+
.amis-scope .antd-TreeSelection-itemInner.is-disabled {
|
32580
33148
|
pointer-events: none;
|
32581
33149
|
color: var(--text--muted-color);
|
32582
33150
|
}
|
32583
33151
|
|
32584
|
-
.amis-scope .antd-
|
32585
|
-
.amis-scope .antd-TreeRadios-itemLabel {
|
33152
|
+
.amis-scope .antd-TreeSelection-itemLabel {
|
32586
33153
|
flex-grow: 1;
|
32587
33154
|
}
|
32588
33155
|
|
32589
|
-
.amis-scope .antd-
|
32590
|
-
.amis-scope .antd-TreeRadios-placeholder {
|
33156
|
+
.amis-scope .antd-TreeSelection-placeholder {
|
32591
33157
|
height: var(--Form-input-height);
|
32592
33158
|
line-height: var(--Form-input-lineHeight);
|
32593
33159
|
font-size: var(--Form-input-fontSize);
|
@@ -32595,27 +33161,27 @@ readers do not read off random characters that represent icons */
|
|
32595
33161
|
color: var(--text--muted-color);
|
32596
33162
|
}
|
32597
33163
|
|
32598
|
-
.amis-scope .antd-
|
33164
|
+
.amis-scope .antd-ChainedSelection {
|
32599
33165
|
display: flex;
|
32600
33166
|
flex-direction: row;
|
32601
33167
|
}
|
32602
33168
|
|
32603
|
-
.amis-scope .antd-
|
33169
|
+
.amis-scope .antd-ChainedSelection-col {
|
32604
33170
|
flex-grow: 1;
|
32605
33171
|
min-width: 150px;
|
32606
33172
|
}
|
32607
33173
|
|
32608
|
-
.amis-scope .antd-
|
33174
|
+
.amis-scope .antd-ChainedSelection-col:not(:last-child) {
|
32609
33175
|
border-right: 1px solid var(--borderColor);
|
32610
33176
|
}
|
32611
33177
|
|
32612
|
-
.amis-scope .antd-
|
33178
|
+
.amis-scope .antd-ChainedSelection-subTitle {
|
32613
33179
|
font-size: var(--fontSizeSm);
|
32614
33180
|
padding: var(--gap-xs) var(--gap-xs);
|
32615
33181
|
color: var(--text--muted-color);
|
32616
33182
|
}
|
32617
33183
|
|
32618
|
-
.amis-scope .antd-
|
33184
|
+
.amis-scope .antd-ChainedSelection-item {
|
32619
33185
|
display: flex;
|
32620
33186
|
height: var(--Form-input-height);
|
32621
33187
|
line-height: var(--Form-input-lineHeight);
|
@@ -32626,29 +33192,29 @@ readers do not read off random characters that represent icons */
|
|
32626
33192
|
user-select: none;
|
32627
33193
|
}
|
32628
33194
|
|
32629
|
-
.amis-scope .antd-
|
33195
|
+
.amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
|
32630
33196
|
margin-right: 0;
|
32631
33197
|
}
|
32632
33198
|
|
32633
|
-
.amis-scope .antd-
|
33199
|
+
.amis-scope .antd-ChainedSelection-item.is-active {
|
32634
33200
|
color: var(--Form-select-menu-onActive-color);
|
32635
33201
|
background: var(--Form-select-menu-onActive-bg);
|
32636
33202
|
}
|
32637
33203
|
|
32638
|
-
.amis-scope .antd-
|
33204
|
+
.amis-scope .antd-ChainedSelection-item:hover {
|
32639
33205
|
background: var(--Tree-item-onHover-bg);
|
32640
33206
|
}
|
32641
33207
|
|
32642
|
-
.amis-scope .antd-
|
33208
|
+
.amis-scope .antd-ChainedSelection-item.is-disabled {
|
32643
33209
|
pointer-events: none;
|
32644
33210
|
color: var(--text--muted-color);
|
32645
33211
|
}
|
32646
33212
|
|
32647
|
-
.amis-scope .antd-
|
33213
|
+
.amis-scope .antd-ChainedSelection-itemLabel {
|
32648
33214
|
flex-grow: 1;
|
32649
33215
|
}
|
32650
33216
|
|
32651
|
-
.amis-scope .antd-
|
33217
|
+
.amis-scope .antd-ChainedSelection-placeholder {
|
32652
33218
|
height: var(--Form-input-height);
|
32653
33219
|
line-height: var(--Form-input-lineHeight);
|
32654
33220
|
font-size: var(--Form-input-fontSize);
|
@@ -32656,34 +33222,35 @@ readers do not read off random characters that represent icons */
|
|
32656
33222
|
color: var(--text--muted-color);
|
32657
33223
|
}
|
32658
33224
|
|
32659
|
-
.amis-scope .antd-
|
33225
|
+
.amis-scope .antd-AssociatedSelection {
|
32660
33226
|
display: flex;
|
32661
33227
|
flex-direction: row;
|
32662
33228
|
}
|
32663
33229
|
|
32664
|
-
.amis-scope .antd-
|
32665
|
-
.amis-scope .antd-
|
33230
|
+
.amis-scope .antd-AssociatedSelection-left,
|
33231
|
+
.amis-scope .antd-AssociatedSelection-right {
|
32666
33232
|
flex-grow: 1;
|
32667
33233
|
width: 0;
|
32668
|
-
height:
|
33234
|
+
min-height: 12.5rem;
|
33235
|
+
max-height: 25rem;
|
32669
33236
|
overflow: auto;
|
32670
33237
|
}
|
32671
33238
|
|
32672
|
-
.amis-scope .antd-
|
33239
|
+
.amis-scope .antd-AssociatedSelection-left {
|
32673
33240
|
border-right: 1px solid var(--borderColor);
|
32674
33241
|
}
|
32675
33242
|
|
32676
|
-
.amis-scope .antd-
|
33243
|
+
.amis-scope .antd-AssociatedSelection-reload {
|
32677
33244
|
text-align: center;
|
32678
33245
|
color: var(--info);
|
32679
33246
|
margin: 20px 0 0;
|
32680
33247
|
}
|
32681
33248
|
|
32682
|
-
.amis-scope .antd-
|
33249
|
+
.amis-scope .antd-AssociatedSelection-reload.is-clickable {
|
32683
33250
|
cursor: pointer;
|
32684
33251
|
}
|
32685
33252
|
|
32686
|
-
.amis-scope .antd-
|
33253
|
+
.amis-scope .antd-AssociatedSelection-box {
|
32687
33254
|
line-height: var(--Form-input-lineHeight);
|
32688
33255
|
font-size: var(--fontSizeSm);
|
32689
33256
|
color: var(--text--muted-color);
|
@@ -32695,7 +33262,7 @@ readers do not read off random characters that represent icons */
|
|
32695
33262
|
height: 100%;
|
32696
33263
|
}
|
32697
33264
|
|
32698
|
-
.amis-scope .antd-
|
33265
|
+
.amis-scope .antd-AssociatedSelection-box > p {
|
32699
33266
|
text-align: center;
|
32700
33267
|
margin: 10px 0 20px;
|
32701
33268
|
color: var(--text--muted-color);
|
@@ -33432,6 +33999,7 @@ readers do not read off random characters that represent icons */
|
|
33432
33999
|
color: var(--ListControl-item-color);
|
33433
34000
|
transition: var(--ListControl-item-transition);
|
33434
34001
|
max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
|
34002
|
+
border-radius: var(--ListControl-item-borderRadius);
|
33435
34003
|
}
|
33436
34004
|
|
33437
34005
|
.amis-scope .antd-ListControl-item:not(.is-disabled) {
|
@@ -33543,7 +34111,7 @@ readers do not read off random characters that represent icons */
|
|
33543
34111
|
white-space: nowrap;
|
33544
34112
|
color: var(--DatePicker-color);
|
33545
34113
|
background: var(--DatePicker-bg);
|
33546
|
-
border-radius: var(--
|
34114
|
+
border-radius: var(--LocationPicker-borderRadius);
|
33547
34115
|
}
|
33548
34116
|
|
33549
34117
|
.amis-scope .antd-LocationPicker:not(.is-disabled) {
|
@@ -33695,6 +34263,7 @@ readers do not read off random characters that represent icons */
|
|
33695
34263
|
padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
|
33696
34264
|
background: var(--ColorPicker-bg);
|
33697
34265
|
color: var(--ColorPicker-color);
|
34266
|
+
border-radius: var(--borderRadius);
|
33698
34267
|
}
|
33699
34268
|
|
33700
34269
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
@@ -33856,6 +34425,8 @@ readers do not read off random characters that represent icons */
|
|
33856
34425
|
.amis-scope .antd-DatePicker-toggler {
|
33857
34426
|
cursor: pointer;
|
33858
34427
|
color: var(--DatePicker-iconColor);
|
34428
|
+
display: inline-flex;
|
34429
|
+
align-items: center;
|
33859
34430
|
}
|
33860
34431
|
|
33861
34432
|
.amis-scope .antd-DatePicker-toggler:hover {
|
@@ -34374,6 +34945,8 @@ readers do not read off random characters that represent icons */
|
|
34374
34945
|
.amis-scope .antd-DateRangePicker-toggler {
|
34375
34946
|
cursor: pointer;
|
34376
34947
|
color: var(--DatePicker-iconColor);
|
34948
|
+
display: inline-flex;
|
34949
|
+
align-items: center;
|
34377
34950
|
}
|
34378
34951
|
|
34379
34952
|
.amis-scope .antd-DateRangePicker-toggler:hover {
|
@@ -34489,9 +35062,11 @@ readers do not read off random characters that represent icons */
|
|
34489
35062
|
width: 7.5rem;
|
34490
35063
|
height: 7.5rem;
|
34491
35064
|
display: inline-flex;
|
35065
|
+
flex-direction: column;
|
34492
35066
|
justify-content: center;
|
34493
35067
|
align-items: center;
|
34494
35068
|
border: var(--borderWidth) solid var(--borderColor);
|
35069
|
+
border-radius: var(--ImageControl-addBtn-borderRadius);
|
34495
35070
|
cursor: pointer;
|
34496
35071
|
margin-right: var(--gap-base);
|
34497
35072
|
color: var(--ImageControl-addBtn-color);
|
@@ -34518,9 +35093,10 @@ readers do not read off random characters that represent icons */
|
|
34518
35093
|
}
|
34519
35094
|
|
34520
35095
|
.amis-scope .antd-ImageControl-addBtn > svg {
|
34521
|
-
width:
|
34522
|
-
height:
|
35096
|
+
width: 1.5rem;
|
35097
|
+
height: 1.5rem;
|
34523
35098
|
top: 0;
|
35099
|
+
margin-bottom: 0.5rem;
|
34524
35100
|
}
|
34525
35101
|
|
34526
35102
|
.amis-scope .antd-ImageControl-addBtn.is-disabled {
|
@@ -34558,6 +35134,7 @@ readers do not read off random characters that represent icons */
|
|
34558
35134
|
|
34559
35135
|
.amis-scope .antd-ImageControl-item {
|
34560
35136
|
border: var(--borderWidth) solid var(--borderColor);
|
35137
|
+
border-radius: var(--ImageControl-addBtn-borderRadius);
|
34561
35138
|
vertical-align: top;
|
34562
35139
|
padding: var(--gap-xs);
|
34563
35140
|
display: inline-block;
|
@@ -34615,6 +35192,7 @@ readers do not read off random characters that represent icons */
|
|
34615
35192
|
|
34616
35193
|
.amis-scope .antd-ImageControl-progressValue {
|
34617
35194
|
height: 5px;
|
35195
|
+
border-radius: var(--ImageControl-progress-borderRadius);
|
34618
35196
|
display: block;
|
34619
35197
|
background: var(--info);
|
34620
35198
|
min-width: 10%;
|
@@ -34719,18 +35297,29 @@ readers do not read off random characters that represent icons */
|
|
34719
35297
|
height: 100%;
|
34720
35298
|
}
|
34721
35299
|
|
35300
|
+
.amis-scope .antd-FileControl-templateInfo {
|
35301
|
+
display: block;
|
35302
|
+
margin-bottom: var(--gap-base);
|
35303
|
+
padding: var(--Button-paddingY) var(--Button-paddingX);
|
35304
|
+
cursor: pointer;
|
35305
|
+
}
|
35306
|
+
|
35307
|
+
.amis-scope .antd-FileControl-templateInfo > svg {
|
35308
|
+
margin-right: var(--gap-xs);
|
35309
|
+
}
|
35310
|
+
|
34722
35311
|
.amis-scope .antd-FileControl-dropzone {
|
34723
35312
|
outline: none;
|
34724
35313
|
}
|
34725
35314
|
|
34726
35315
|
.amis-scope .antd-FileControl-selectBtn {
|
34727
|
-
|
35316
|
+
display: flex;
|
35317
|
+
align-items: center;
|
34728
35318
|
}
|
34729
35319
|
|
34730
35320
|
.amis-scope .antd-FileControl-selectBtn > svg {
|
34731
|
-
|
34732
|
-
|
34733
|
-
height: pxrem(16px);
|
35321
|
+
width: 0.875rem;
|
35322
|
+
height: 0.875rem;
|
34734
35323
|
}
|
34735
35324
|
|
34736
35325
|
.amis-scope .antd-FileControl-description {
|
@@ -34842,6 +35431,7 @@ readers do not read off random characters that represent icons */
|
|
34842
35431
|
.amis-scope .antd-FileControl-progress > span {
|
34843
35432
|
display: block;
|
34844
35433
|
background: var(--info);
|
35434
|
+
border-radius: var(--FileControl-progress-borderRadius);
|
34845
35435
|
height: 100%;
|
34846
35436
|
min-width: 10%;
|
34847
35437
|
transition: ease-out width var(--animation-duration);
|
@@ -36598,6 +37188,7 @@ readers do not read off random characters that represent icons */
|
|
36598
37188
|
font-size: var(--Form-input-fontSize);
|
36599
37189
|
padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
36600
37190
|
flex-direction: row;
|
37191
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
36601
37192
|
}
|
36602
37193
|
|
36603
37194
|
.amis-scope .antd-Transfer-title--light {
|
@@ -36617,21 +37208,22 @@ readers do not read off random characters that represent icons */
|
|
36617
37208
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
36618
37209
|
display: flex;
|
36619
37210
|
flex-direction: column;
|
37211
|
+
border-radius: var(--borderRadius);
|
36620
37212
|
}
|
36621
37213
|
|
36622
|
-
.amis-scope .antd-Transfer-select > .antd-Transfer-
|
36623
|
-
.amis-scope .antd-Transfer-result > .antd-Transfer-
|
37214
|
+
.amis-scope .antd-Transfer-select > .antd-Transfer-selection,
|
37215
|
+
.amis-scope .antd-Transfer-result > .antd-Transfer-value {
|
36624
37216
|
flex-grow: 1;
|
36625
37217
|
max-height: 100%;
|
36626
37218
|
overflow: auto;
|
36627
37219
|
position: relative;
|
36628
37220
|
}
|
36629
37221
|
|
36630
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-
|
37222
|
+
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
36631
37223
|
border-top: 1px solid var(--borderColor);
|
36632
37224
|
}
|
36633
37225
|
|
36634
|
-
.amis-scope .antd-Transfer-
|
37226
|
+
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
36635
37227
|
height: 100%;
|
36636
37228
|
display: flex;
|
36637
37229
|
align-items: center;
|
@@ -36679,13 +37271,29 @@ readers do not read off random characters that represent icons */
|
|
36679
37271
|
color: var(--text--muted-color);
|
36680
37272
|
}
|
36681
37273
|
|
36682
|
-
.amis-scope .antd-Transfer-
|
37274
|
+
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
37275
|
+
height: 40px;
|
37276
|
+
}
|
37277
|
+
|
37278
|
+
.amis-scope .antd-TabsTransfer-placeholder {
|
37279
|
+
height: var(--Form-input-height);
|
37280
|
+
line-height: var(--Form-input-lineHeight);
|
37281
|
+
font-size: var(--Form-input-fontSize);
|
37282
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37283
|
+
color: var(--text--muted-color);
|
37284
|
+
}
|
37285
|
+
|
37286
|
+
.amis-scope .antd-TabsTransfer-tab {
|
37287
|
+
padding: 0;
|
37288
|
+
}
|
37289
|
+
|
37290
|
+
.amis-scope .antd-TabsTransfer-tabs {
|
36683
37291
|
display: flex;
|
36684
37292
|
flex-direction: column;
|
36685
37293
|
height: 100%;
|
36686
37294
|
}
|
36687
37295
|
|
36688
|
-
.amis-scope .antd-
|
37296
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
|
36689
37297
|
border-top: 0 none;
|
36690
37298
|
padding: 5px 0 0 5px;
|
36691
37299
|
display: flex;
|
@@ -36694,59 +37302,48 @@ readers do not read off random characters that represent icons */
|
|
36694
37302
|
align-items: center;
|
36695
37303
|
}
|
36696
37304
|
|
36697
|
-
.amis-scope .antd-
|
37305
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
|
36698
37306
|
font-size: 12px;
|
36699
37307
|
padding: 7px 8px;
|
36700
37308
|
}
|
36701
37309
|
|
36702
|
-
.amis-scope .antd-
|
37310
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
|
36703
37311
|
flex-grow: 1;
|
36704
37312
|
}
|
36705
37313
|
|
36706
|
-
.amis-scope .antd-
|
37314
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
|
36707
37315
|
margin: -5px 5px 0 10px;
|
36708
37316
|
}
|
36709
37317
|
|
36710
|
-
.amis-scope .antd-
|
37318
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
|
36711
37319
|
width: 150px;
|
36712
37320
|
margin-right: 10px;
|
36713
37321
|
padding-left: 10px;
|
36714
37322
|
}
|
36715
37323
|
|
36716
|
-
.amis-scope .antd-
|
37324
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
|
36717
37325
|
flex-grow: 1;
|
37326
|
+
min-height: 0;
|
36718
37327
|
position: relative;
|
36719
37328
|
padding: 5px 0 0;
|
36720
37329
|
}
|
36721
37330
|
|
36722
|
-
.amis-scope .antd-
|
37331
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
|
36723
37332
|
position: relative;
|
36724
|
-
|
37333
|
+
height: 100%;
|
36725
37334
|
}
|
36726
37335
|
|
36727
|
-
.amis-scope .antd-
|
37336
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
|
36728
37337
|
display: flex;
|
36729
37338
|
flex-direction: column;
|
36730
37339
|
}
|
36731
37340
|
|
36732
|
-
.amis-scope .antd-
|
37341
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
|
36733
37342
|
flex-grow: 1;
|
36734
37343
|
max-height: 100%;
|
36735
37344
|
overflow: auto;
|
36736
37345
|
}
|
36737
37346
|
|
36738
|
-
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
36739
|
-
height: 40px;
|
36740
|
-
}
|
36741
|
-
|
36742
|
-
.amis-scope .antd-TabsTransfer-placeholder {
|
36743
|
-
height: var(--Form-input-height);
|
36744
|
-
line-height: var(--Form-input-lineHeight);
|
36745
|
-
font-size: var(--Form-input-fontSize);
|
36746
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
36747
|
-
color: var(--text--muted-color);
|
36748
|
-
}
|
36749
|
-
|
36750
37347
|
.amis-scope .antd-TransferControl {
|
36751
37348
|
position: relative;
|
36752
37349
|
}
|
@@ -36755,6 +37352,57 @@ readers do not read off random characters that represent icons */
|
|
36755
37352
|
display: inline-block;
|
36756
37353
|
}
|
36757
37354
|
|
37355
|
+
.amis-scope .antd-TransferPicker-icon {
|
37356
|
+
transition: transform var(--animation-duration) ease-out;
|
37357
|
+
margin: 5px 5px 5px auto;
|
37358
|
+
display: flex;
|
37359
|
+
color: var(--Form-select-caret-iconColor);
|
37360
|
+
}
|
37361
|
+
|
37362
|
+
.amis-scope .antd-TransferPicker-icon:hover {
|
37363
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37364
|
+
}
|
37365
|
+
|
37366
|
+
.amis-scope .antd-TransferPicker-icon > svg {
|
37367
|
+
width: 0.75rem;
|
37368
|
+
height: 0.75rem;
|
37369
|
+
top: 0;
|
37370
|
+
}
|
37371
|
+
|
37372
|
+
.amis-scope .antd-TransferDropDown-icon {
|
37373
|
+
transition: transform var(--animation-duration) ease-out;
|
37374
|
+
margin: 5px 5px 5px auto;
|
37375
|
+
display: flex;
|
37376
|
+
color: var(--Form-select-caret-iconColor);
|
37377
|
+
}
|
37378
|
+
|
37379
|
+
.amis-scope .antd-TransferDropDown-icon:hover {
|
37380
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37381
|
+
}
|
37382
|
+
|
37383
|
+
.amis-scope .antd-TransferDropDown-icon > svg {
|
37384
|
+
width: 0.625rem;
|
37385
|
+
height: 0.625rem;
|
37386
|
+
top: 0;
|
37387
|
+
}
|
37388
|
+
|
37389
|
+
.amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
|
37390
|
+
transform: rotate(180deg);
|
37391
|
+
}
|
37392
|
+
|
37393
|
+
.amis-scope .antd-TransferDropDown-content {
|
37394
|
+
min-height: 12.5rem;
|
37395
|
+
display: flex;
|
37396
|
+
flex-direction: column;
|
37397
|
+
}
|
37398
|
+
|
37399
|
+
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
37400
|
+
flex-grow: 1;
|
37401
|
+
max-height: 100%;
|
37402
|
+
overflow: auto;
|
37403
|
+
position: relative;
|
37404
|
+
}
|
37405
|
+
|
36758
37406
|
.amis-scope .antd-NestedSelectControl {
|
36759
37407
|
position: relative;
|
36760
37408
|
}
|
@@ -37458,12 +38106,61 @@ readers do not read off random characters that represent icons */
|
|
37458
38106
|
min-width: var(--Form-control-widthSm);
|
37459
38107
|
}
|
37460
38108
|
|
38109
|
+
.amis-scope .antd-Form--column {
|
38110
|
+
display: flex;
|
38111
|
+
flex-wrap: wrap;
|
38112
|
+
margin-left: calc(var(--Form-group-gutterWidth) / -2);
|
38113
|
+
margin-right: calc(var(--Form-group-gutterWidth) / -2);
|
38114
|
+
}
|
38115
|
+
|
38116
|
+
.amis-scope .antd-Form--column > .antd-Form-item {
|
38117
|
+
flex-grow: 1;
|
38118
|
+
padding-left: calc(var(--Form-group-gutterWidth) / 2);
|
38119
|
+
padding-right: calc(var(--Form-group-gutterWidth) / 2);
|
38120
|
+
}
|
38121
|
+
|
38122
|
+
.amis-scope .antd-Form--column-2 > .antd-Form-item {
|
38123
|
+
width: 50%;
|
38124
|
+
}
|
38125
|
+
|
38126
|
+
.amis-scope .antd-Form--column-3 > .antd-Form-item {
|
38127
|
+
width: 33%;
|
38128
|
+
}
|
38129
|
+
|
38130
|
+
.amis-scope .antd-Form--column-4 > .antd-Form-item {
|
38131
|
+
width: 25%;
|
38132
|
+
}
|
38133
|
+
|
38134
|
+
.amis-scope .antd-Form--column-5 > .antd-Form-item {
|
38135
|
+
width: 20%;
|
38136
|
+
}
|
38137
|
+
|
38138
|
+
.amis-scope .antd-Form--column-6 > .antd-Form-item {
|
38139
|
+
width: 16.6%;
|
38140
|
+
}
|
38141
|
+
|
38142
|
+
.amis-scope .antd-Form--column-7 > .antd-Form-item {
|
38143
|
+
width: 14.2%;
|
38144
|
+
}
|
38145
|
+
|
38146
|
+
.amis-scope .antd-Form--column-8 > .antd-Form-item {
|
38147
|
+
width: 12.5%;
|
38148
|
+
}
|
38149
|
+
|
38150
|
+
.amis-scope .antd-Form-column-9 > .antd-Form-item {
|
38151
|
+
width: 11.1%;
|
38152
|
+
}
|
38153
|
+
|
38154
|
+
.amis-scope .antd-Form-column-10 > .antd-Form-item {
|
38155
|
+
width: 10%;
|
38156
|
+
}
|
38157
|
+
|
37461
38158
|
.amis-scope .antd-AnchorNav {
|
37462
38159
|
display: flex;
|
37463
38160
|
height: 25rem;
|
37464
38161
|
}
|
37465
38162
|
|
37466
|
-
.amis-scope .antd-AnchorNav-link-wrap {
|
38163
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
37467
38164
|
margin: 0;
|
37468
38165
|
padding: 0;
|
37469
38166
|
width: var(--Tabs--vertical-width);
|
@@ -37471,12 +38168,12 @@ readers do not read off random characters that represent icons */
|
|
37471
38168
|
padding-bottom: 3.75rem;
|
37472
38169
|
}
|
37473
38170
|
|
37474
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
38171
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
37475
38172
|
position: relative;
|
37476
38173
|
display: block;
|
37477
38174
|
}
|
37478
38175
|
|
37479
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
38176
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
37480
38177
|
display: block;
|
37481
38178
|
border: var(--Tabs-borderWidth) solid transparent;
|
37482
38179
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -37490,16 +38187,70 @@ readers do not read off random characters that represent icons */
|
|
37490
38187
|
margin: 0;
|
37491
38188
|
}
|
37492
38189
|
|
37493
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
38190
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
37494
38191
|
color: var(--primary);
|
37495
38192
|
}
|
37496
38193
|
|
37497
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
37498
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
38194
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
38195
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
37499
38196
|
color: var(--Tabs--vertical-onActive-color);
|
37500
38197
|
border-color: var(--Tabs--vertical-onActive-border);
|
37501
38198
|
}
|
37502
38199
|
|
38200
|
+
.amis-scope .antd-AnchorNav--horizontal {
|
38201
|
+
flex-direction: column;
|
38202
|
+
}
|
38203
|
+
|
38204
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
|
38205
|
+
user-select: none;
|
38206
|
+
margin: 0px;
|
38207
|
+
padding: 0px;
|
38208
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38209
|
+
list-style: none;
|
38210
|
+
}
|
38211
|
+
|
38212
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
38213
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38214
|
+
display: inline-block;
|
38215
|
+
position: relative;
|
38216
|
+
}
|
38217
|
+
|
38218
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
|
38219
|
+
font-size: var(--Tabs-linkFontSize);
|
38220
|
+
outline: 0;
|
38221
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38222
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38223
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38224
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38225
|
+
color: var(--Tabs-color);
|
38226
|
+
margin: var(--Tabs-linkMargin);
|
38227
|
+
padding: var(--Tabs-linkPadding);
|
38228
|
+
text-decoration: none;
|
38229
|
+
cursor: pointer;
|
38230
|
+
display: block;
|
38231
|
+
}
|
38232
|
+
|
38233
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
|
38234
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
|
38235
|
+
color: var(--primary);
|
38236
|
+
background: transparent;
|
38237
|
+
border-color: transparent;
|
38238
|
+
}
|
38239
|
+
|
38240
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
|
38241
|
+
margin: 0;
|
38242
|
+
}
|
38243
|
+
|
38244
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
|
38245
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
|
38246
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
|
38247
|
+
font-size: var(--Tabs-linkFontSize);
|
38248
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38249
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
38250
|
+
color: var(--Tabs--line-onHover-color);
|
38251
|
+
background: transparent;
|
38252
|
+
}
|
38253
|
+
|
37503
38254
|
.amis-scope .antd-AnchorNav-section-wrap {
|
37504
38255
|
border: none;
|
37505
38256
|
flex-grow: 1;
|
@@ -37777,6 +38528,19 @@ readers do not read off random characters that represent icons */
|
|
37777
38528
|
border-bottom-color: #eee;
|
37778
38529
|
}
|
37779
38530
|
|
38531
|
+
.amis-scope .antd-Link.is-disabled {
|
38532
|
+
cursor: not-allowed;
|
38533
|
+
color: var(--text--muted-color);
|
38534
|
+
}
|
38535
|
+
|
38536
|
+
.amis-scope .antd-MappingField {
|
38537
|
+
margin-right: var(--gap-xs);
|
38538
|
+
}
|
38539
|
+
|
38540
|
+
.amis-scope .antd-MappingField:last-child {
|
38541
|
+
margin-right: 0;
|
38542
|
+
}
|
38543
|
+
|
37780
38544
|
/*
|
37781
38545
|
* utilities
|
37782
38546
|
*/
|
@@ -38223,6 +38987,10 @@ readers do not read off random characters that represent icons */
|
|
38223
38987
|
background: none !important;
|
38224
38988
|
}
|
38225
38989
|
|
38990
|
+
.cursor-pointer {
|
38991
|
+
cursor: pointer;
|
38992
|
+
}
|
38993
|
+
|
38226
38994
|
.amis-scope a.bg-primary:hover {
|
38227
38995
|
background: #0084fe;
|
38228
38996
|
}
|