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-ie11.css
CHANGED
@@ -19497,6 +19497,8 @@ readers do not read off random characters that represent icons */
|
|
19497
19497
|
width: 1em;
|
19498
19498
|
height: 1em;
|
19499
19499
|
fill: currentColor;
|
19500
|
+
position: relative;
|
19501
|
+
top: 0.125em;
|
19500
19502
|
}
|
19501
19503
|
|
19502
19504
|
.amis-scope svg.r90 {
|
@@ -19574,6 +19576,10 @@ readers do not read off random characters that represent icons */
|
|
19574
19576
|
height: 100%;
|
19575
19577
|
}
|
19576
19578
|
|
19579
|
+
.amis-scope .has-popover {
|
19580
|
+
position: relative;
|
19581
|
+
}
|
19582
|
+
|
19577
19583
|
.amis-scope,
|
19578
19584
|
.amis-scope {
|
19579
19585
|
width: 100%;
|
@@ -19745,7 +19751,7 @@ readers do not read off random characters that represent icons */
|
|
19745
19751
|
|
19746
19752
|
@media (max-width: 767px) {
|
19747
19753
|
.amis-scope .antd-Layout-content {
|
19748
|
-
transition: transform
|
19754
|
+
transition: transform 0s ease;
|
19749
19755
|
}
|
19750
19756
|
|
19751
19757
|
.amis-scope .antd-Layout-aside {
|
@@ -19772,7 +19778,7 @@ readers do not read off random characters that represent icons */
|
|
19772
19778
|
.amis-scope .antd-Layout--offScreen .antd-Layout-body,
|
19773
19779
|
.amis-scope .antd-Layout--offScreen .antd-Layout-footer {
|
19774
19780
|
background: #f0f2f5;
|
19775
|
-
transition: transform
|
19781
|
+
transition: transform 0s ease;
|
19776
19782
|
backface-visibility: hidden;
|
19777
19783
|
transform: translate3d(75%, 0px, 0px);
|
19778
19784
|
overflow: hidden;
|
@@ -19818,7 +19824,7 @@ readers do not read off random characters that represent icons */
|
|
19818
19824
|
.amis-scope .antd-Layout-brandBar,
|
19819
19825
|
.amis-scope .antd-Layout-aside {
|
19820
19826
|
width: 12.5rem;
|
19821
|
-
transition: width
|
19827
|
+
transition: width 0s ease;
|
19822
19828
|
}
|
19823
19829
|
|
19824
19830
|
.amis-scope .antd-Layout-brandBar {
|
@@ -19840,7 +19846,7 @@ readers do not read off random characters that represent icons */
|
|
19840
19846
|
.amis-scope .antd-Layout--withAside .antd-Layout-headerBar,
|
19841
19847
|
.amis-scope .antd-Layout--withAside .antd-Layout-footer {
|
19842
19848
|
margin-left: 12.5rem;
|
19843
|
-
transition: margin
|
19849
|
+
transition: margin 0s ease;
|
19844
19850
|
}
|
19845
19851
|
|
19846
19852
|
.amis-scope .antd-Layout .visible-folded {
|
@@ -20603,7 +20609,7 @@ readers do not read off random characters that represent icons */
|
|
20603
20609
|
content: "";
|
20604
20610
|
display: inline-block;
|
20605
20611
|
transform-origin: center;
|
20606
|
-
transition: transform
|
20612
|
+
transition: transform 0s ease;
|
20607
20613
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
|
20608
20614
|
width: 0.625rem;
|
20609
20615
|
height: 0.625rem;
|
@@ -20621,7 +20627,7 @@ readers do not read off random characters that represent icons */
|
|
20621
20627
|
width: 0.625rem;
|
20622
20628
|
height: 0.625rem;
|
20623
20629
|
transform-origin: center;
|
20624
|
-
transition: transform
|
20630
|
+
transition: transform 0s ease;
|
20625
20631
|
}
|
20626
20632
|
|
20627
20633
|
.amis-scope .antd-AsideNav-item.is-open > a > .antd-AsideNav-itemArrow > svg {
|
@@ -20669,7 +20675,7 @@ readers do not read off random characters that represent icons */
|
|
20669
20675
|
height: 0;
|
20670
20676
|
overflow: hidden;
|
20671
20677
|
margin-left: calc(1rem * -1);
|
20672
|
-
transition: all
|
20678
|
+
transition: all 0s ease-in-out 0s;
|
20673
20679
|
background: #000c17;
|
20674
20680
|
}
|
20675
20681
|
|
@@ -20702,7 +20708,7 @@ readers do not read off random characters that represent icons */
|
|
20702
20708
|
font-size: 0.875rem;
|
20703
20709
|
padding: calc( ( 2.5rem - 1.57 * 0.875rem ) / 2 ) 0.75rem;
|
20704
20710
|
position: relative;
|
20705
|
-
transition: background-color
|
20711
|
+
transition: background-color 0s ease-in-out 0s;
|
20706
20712
|
color: #b4b6bd;
|
20707
20713
|
text-decoration: none;
|
20708
20714
|
user-select: none;
|
@@ -20789,7 +20795,7 @@ readers do not read off random characters that represent icons */
|
|
20789
20795
|
color: #fff;
|
20790
20796
|
padding: 0.125rem 0.625rem;
|
20791
20797
|
opacity: 0;
|
20792
|
-
transition: all
|
20798
|
+
transition: all 0s ease-in-out;
|
20793
20799
|
}
|
20794
20800
|
|
20795
20801
|
.amis-scope .antd-AsideNav-divider {
|
@@ -21138,8 +21144,8 @@ readers do not read off random characters that represent icons */
|
|
21138
21144
|
cursor: not-allowed;
|
21139
21145
|
color: #999;
|
21140
21146
|
pointer-events: auto;
|
21141
|
-
border:
|
21142
|
-
background: #
|
21147
|
+
border: 0.0625rem solid #d9d9d9;
|
21148
|
+
background: #f2f3f3;
|
21143
21149
|
}
|
21144
21150
|
|
21145
21151
|
.amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
|
@@ -21148,6 +21154,7 @@ readers do not read off random characters that represent icons */
|
|
21148
21154
|
|
21149
21155
|
.amis-scope .antd-Button.cxd-Button--link.is-disabled {
|
21150
21156
|
background: transparent;
|
21157
|
+
border: none;
|
21151
21158
|
}
|
21152
21159
|
|
21153
21160
|
.amis-scope .antd-Button > .pull-left,
|
@@ -21182,8 +21189,8 @@ readers do not read off random characters that represent icons */
|
|
21182
21189
|
|
21183
21190
|
.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
21184
21191
|
color: #fff;
|
21185
|
-
background: #
|
21186
|
-
border-color: #
|
21192
|
+
background: #1c53c1;
|
21193
|
+
border-color: #1c53c1;
|
21187
21194
|
}
|
21188
21195
|
|
21189
21196
|
.amis-scope .antd-Button--primary:hover:focus {
|
@@ -21247,15 +21254,15 @@ readers do not read off random characters that represent icons */
|
|
21247
21254
|
}
|
21248
21255
|
|
21249
21256
|
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
21250
|
-
color: #
|
21257
|
+
color: #4f86f4;
|
21251
21258
|
background: #fff;
|
21252
|
-
border-color: #
|
21259
|
+
border-color: #4f86f4;
|
21253
21260
|
}
|
21254
21261
|
|
21255
21262
|
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
21256
|
-
color: #
|
21263
|
+
color: #1c53c1;
|
21257
21264
|
background: #fff;
|
21258
|
-
border-color: #
|
21265
|
+
border-color: #1c53c1;
|
21259
21266
|
}
|
21260
21267
|
|
21261
21268
|
.amis-scope .antd-Button--enhance:hover:focus {
|
@@ -21620,12 +21627,12 @@ readers do not read off random characters that represent icons */
|
|
21620
21627
|
}
|
21621
21628
|
|
21622
21629
|
.amis-scope .antd-Button--link:hover:focus {
|
21623
|
-
color: #
|
21630
|
+
color: #4f86f4;
|
21624
21631
|
box-shadow: none;
|
21625
21632
|
}
|
21626
21633
|
|
21627
21634
|
.amis-scope .antd-Button--link:hover:active {
|
21628
|
-
color: #
|
21635
|
+
color: #1c53c1;
|
21629
21636
|
box-shadow: none;
|
21630
21637
|
}
|
21631
21638
|
|
@@ -21633,7 +21640,7 @@ readers do not read off random characters that represent icons */
|
|
21633
21640
|
.amis-scope .antd-Button--link.is-disabled {
|
21634
21641
|
color: #999;
|
21635
21642
|
pointer-events: none;
|
21636
|
-
background: #
|
21643
|
+
background: #f2f3f3;
|
21637
21644
|
}
|
21638
21645
|
|
21639
21646
|
.amis-scope .antd-Button--block {
|
@@ -21895,7 +21902,7 @@ readers do not read off random characters that represent icons */
|
|
21895
21902
|
|
21896
21903
|
.amis-scope .antd-Modal-content.in,
|
21897
21904
|
.amis-scope .antd-Modal-content.out {
|
21898
|
-
animation-duration:
|
21905
|
+
animation-duration: 0s;
|
21899
21906
|
animation-fill-mode: both;
|
21900
21907
|
}
|
21901
21908
|
|
@@ -21908,7 +21915,7 @@ readers do not read off random characters that represent icons */
|
|
21908
21915
|
}
|
21909
21916
|
|
21910
21917
|
.amis-scope .antd-Modal-overlay {
|
21911
|
-
transition: ease-in-out opacity
|
21918
|
+
transition: ease-in-out opacity 0s;
|
21912
21919
|
position: fixed;
|
21913
21920
|
top: 0;
|
21914
21921
|
right: 0;
|
@@ -22132,11 +22139,11 @@ readers do not read off random characters that represent icons */
|
|
22132
22139
|
z-index: 2;
|
22133
22140
|
border: 0.0625rem solid #eceff8;
|
22134
22141
|
border-radius: 0;
|
22135
|
-
transition: transform ease-in-out
|
22142
|
+
transition: transform ease-in-out 0s;
|
22136
22143
|
}
|
22137
22144
|
|
22138
22145
|
.amis-scope .antd-Drawer-overlay {
|
22139
|
-
transition: ease-out opacity
|
22146
|
+
transition: ease-out opacity 0s;
|
22140
22147
|
position: fixed;
|
22141
22148
|
top: 0;
|
22142
22149
|
right: 0;
|
@@ -22644,7 +22651,7 @@ readers do not read off random characters that represent icons */
|
|
22644
22651
|
color: #fff;
|
22645
22652
|
padding: 0.125rem 0.625rem;
|
22646
22653
|
display: none;
|
22647
|
-
animation-duration:
|
22654
|
+
animation-duration: 0s;
|
22648
22655
|
animation-fill-mode: both;
|
22649
22656
|
}
|
22650
22657
|
|
@@ -22747,6 +22754,140 @@ readers do not read off random characters that represent icons */
|
|
22747
22754
|
background: transparent;
|
22748
22755
|
}
|
22749
22756
|
|
22757
|
+
.amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
|
22758
|
+
background: rgba(0, 0, 0, 0.3);
|
22759
|
+
}
|
22760
|
+
|
22761
|
+
.amis-scope .antd-PopOver--leftBottomLeftTop {
|
22762
|
+
margin-top: 0.25rem;
|
22763
|
+
}
|
22764
|
+
|
22765
|
+
.amis-scope .antd-PopOver--leftTopLeftBottom {
|
22766
|
+
margin-top: -0.25rem;
|
22767
|
+
}
|
22768
|
+
|
22769
|
+
.amis-scope .antd-PickerColumns {
|
22770
|
+
position: relative;
|
22771
|
+
background-color: white;
|
22772
|
+
user-select: none;
|
22773
|
+
}
|
22774
|
+
|
22775
|
+
.amis-scope .antd-PickerColumns-popOver {
|
22776
|
+
position: fixed;
|
22777
|
+
bottom: 0;
|
22778
|
+
left: 0;
|
22779
|
+
width: 100%;
|
22780
|
+
padding: 0 0.5rem;
|
22781
|
+
}
|
22782
|
+
|
22783
|
+
.amis-scope .antd-PickerColumns-toolbar {
|
22784
|
+
display: flex;
|
22785
|
+
align-items: center;
|
22786
|
+
justify-content: space-between;
|
22787
|
+
height: 3.125rem;
|
22788
|
+
}
|
22789
|
+
|
22790
|
+
.amis-scope .antd-PickerColumns-cancel,
|
22791
|
+
.amis-scope .antd-PickerColumns-confirm {
|
22792
|
+
height: 100%;
|
22793
|
+
padding: 0 0.5rem;
|
22794
|
+
font-size: 0.875rem;
|
22795
|
+
background-color: transparent;
|
22796
|
+
border: none;
|
22797
|
+
cursor: pointer;
|
22798
|
+
}
|
22799
|
+
|
22800
|
+
.amis-scope .antd-PickerColumns-cancel:active,
|
22801
|
+
.amis-scope .antd-PickerColumns-confirm:active {
|
22802
|
+
opacity: 0.7;
|
22803
|
+
}
|
22804
|
+
|
22805
|
+
.amis-scope .antd-PickerColumns-confirm {
|
22806
|
+
color: #1890ff;
|
22807
|
+
}
|
22808
|
+
|
22809
|
+
.amis-scope .antd-PickerColumns-cancel {
|
22810
|
+
color: #d9d9d9;
|
22811
|
+
}
|
22812
|
+
|
22813
|
+
.amis-scope .antd-PickerColumns-title {
|
22814
|
+
max-width: 50%;
|
22815
|
+
font-weight: 500;
|
22816
|
+
font-size: 1rem;
|
22817
|
+
line-height: 1.5;
|
22818
|
+
text-align: center;
|
22819
|
+
}
|
22820
|
+
|
22821
|
+
.amis-scope .antd-PickerColumns-columns {
|
22822
|
+
touch-action: none;
|
22823
|
+
position: relative;
|
22824
|
+
display: flex;
|
22825
|
+
cursor: grab;
|
22826
|
+
}
|
22827
|
+
|
22828
|
+
.amis-scope .antd-PickerColumns-loading {
|
22829
|
+
position: absolute;
|
22830
|
+
top: 0;
|
22831
|
+
right: 0;
|
22832
|
+
bottom: 0;
|
22833
|
+
left: 0;
|
22834
|
+
z-index: 3;
|
22835
|
+
display: flex;
|
22836
|
+
align-items: center;
|
22837
|
+
justify-content: center;
|
22838
|
+
color: inherit;
|
22839
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22840
|
+
}
|
22841
|
+
|
22842
|
+
.amis-scope .antd-PickerColumns-frame {
|
22843
|
+
position: absolute;
|
22844
|
+
top: 50%;
|
22845
|
+
right: 1rem;
|
22846
|
+
left: 1rem;
|
22847
|
+
z-index: 2;
|
22848
|
+
transform: translateY(-50%);
|
22849
|
+
pointer-events: none;
|
22850
|
+
}
|
22851
|
+
|
22852
|
+
.amis-scope .antd-PickerColumns-mask {
|
22853
|
+
position: absolute;
|
22854
|
+
top: 0;
|
22855
|
+
left: 0;
|
22856
|
+
z-index: 1;
|
22857
|
+
width: 100%;
|
22858
|
+
height: 100%;
|
22859
|
+
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));
|
22860
|
+
background-repeat: no-repeat;
|
22861
|
+
background-position: top, bottom;
|
22862
|
+
transform: translateZ(0);
|
22863
|
+
pointer-events: none;
|
22864
|
+
}
|
22865
|
+
|
22866
|
+
.amis-scope .antd-PickerColumns-column {
|
22867
|
+
flex: 1;
|
22868
|
+
overflow: hidden;
|
22869
|
+
font-size: 1rem;
|
22870
|
+
}
|
22871
|
+
|
22872
|
+
.amis-scope .antd-PickerColumns-columnWrapper {
|
22873
|
+
margin: 0;
|
22874
|
+
padding: 0;
|
22875
|
+
list-style: none;
|
22876
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22877
|
+
}
|
22878
|
+
|
22879
|
+
.amis-scope .antd-PickerColumns-columnItem {
|
22880
|
+
display: flex;
|
22881
|
+
align-items: center;
|
22882
|
+
justify-content: center;
|
22883
|
+
color: rgba(0, 0, 0, 0.85);
|
22884
|
+
}
|
22885
|
+
|
22886
|
+
.amis-scope .antd-PickerColumns-columnItem.is-disabled {
|
22887
|
+
cursor: not-allowed;
|
22888
|
+
opacity: 0.3;
|
22889
|
+
}
|
22890
|
+
|
22750
22891
|
@keyframes bounceIn {
|
22751
22892
|
from, 20%, 40%, 60%, 80%, to {
|
22752
22893
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -22823,7 +22964,7 @@ readers do not read off random characters that represent icons */
|
|
22823
22964
|
.amis-scope .antd-Toast.in,
|
22824
22965
|
.amis-scope .antd-Toast.out {
|
22825
22966
|
animation-fill-mode: both;
|
22826
|
-
animation-duration:
|
22967
|
+
animation-duration: 0s;
|
22827
22968
|
opacity: 1;
|
22828
22969
|
}
|
22829
22970
|
|
@@ -23315,7 +23456,7 @@ readers do not read off random characters that represent icons */
|
|
23315
23456
|
display: none;
|
23316
23457
|
padding: 0.75rem;
|
23317
23458
|
opacity: 0;
|
23318
|
-
transition: opacity
|
23459
|
+
transition: opacity 0s linear;
|
23319
23460
|
}
|
23320
23461
|
|
23321
23462
|
.amis-scope .antd-Tabs-pane.is-active {
|
@@ -23678,6 +23819,10 @@ readers do not read off random characters that represent icons */
|
|
23678
23819
|
}
|
23679
23820
|
|
23680
23821
|
.amis-scope .antd-Nav {
|
23822
|
+
position: relative;
|
23823
|
+
}
|
23824
|
+
|
23825
|
+
.amis-scope .antd-Nav .antd-Nav-list {
|
23681
23826
|
list-style: none;
|
23682
23827
|
user-select: none;
|
23683
23828
|
margin: 0;
|
@@ -23685,26 +23830,26 @@ readers do not read off random characters that represent icons */
|
|
23685
23830
|
position: relative;
|
23686
23831
|
}
|
23687
23832
|
|
23688
|
-
.amis-scope .antd-Nav .antd-Nav-itemIcon {
|
23833
|
+
.amis-scope .antd-Nav .antd-Nav-list .antd-Nav-itemIcon {
|
23689
23834
|
margin-right: 0.5rem;
|
23690
23835
|
}
|
23691
23836
|
|
23692
|
-
.amis-scope .antd-Nav img.antd-Nav-itemIcon {
|
23837
|
+
.amis-scope .antd-Nav .antd-Nav-list img.antd-Nav-itemIcon {
|
23693
23838
|
height: 0.875rem;
|
23694
23839
|
vertical-align: middle;
|
23695
23840
|
}
|
23696
23841
|
|
23697
|
-
.amis-scope .antd-Nav--tabs {
|
23842
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs {
|
23698
23843
|
border-bottom: 0.0625rem solid #eceff8;
|
23699
23844
|
}
|
23700
23845
|
|
23701
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item {
|
23846
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item {
|
23702
23847
|
margin-bottom: calc(0.0625rem * -1);
|
23703
23848
|
display: inline-block;
|
23704
23849
|
position: relative;
|
23705
23850
|
}
|
23706
23851
|
|
23707
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item > a {
|
23852
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a {
|
23708
23853
|
font-size: 0.875rem;
|
23709
23854
|
display: block;
|
23710
23855
|
outline: none;
|
@@ -23718,34 +23863,34 @@ readers do not read off random characters that represent icons */
|
|
23718
23863
|
cursor: pointer;
|
23719
23864
|
}
|
23720
23865
|
|
23721
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item:hover > a,
|
23722
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item > a:focus {
|
23866
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item:hover > a,
|
23867
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a:focus {
|
23723
23868
|
border-color: #e5e7eb;
|
23724
23869
|
text-decoration: none;
|
23725
23870
|
}
|
23726
23871
|
|
23727
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.disabled > a,
|
23728
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.is-disabled > a {
|
23872
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.disabled > a,
|
23873
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-disabled > a {
|
23729
23874
|
color: #4b5563;
|
23730
23875
|
background: transparent;
|
23731
23876
|
border-color: transparent;
|
23732
23877
|
pointer-events: none;
|
23733
23878
|
}
|
23734
23879
|
|
23735
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.active > a,
|
23736
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.is-active > a {
|
23880
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.active > a,
|
23881
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-active > a {
|
23737
23882
|
color: #374151;
|
23738
23883
|
background: #fff;
|
23739
23884
|
border-color: #eceff8;
|
23740
23885
|
border-bottom-color: #fff;
|
23741
23886
|
}
|
23742
23887
|
|
23743
|
-
.amis-scope .antd-Nav--stacked {
|
23888
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked {
|
23744
23889
|
min-height: 3.125rem;
|
23745
23890
|
}
|
23746
23891
|
|
23747
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item,
|
23748
|
-
.amis-scope .antd-Nav--stacked .antd-Badge {
|
23892
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item,
|
23893
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge {
|
23749
23894
|
position: relative;
|
23750
23895
|
display: flex;
|
23751
23896
|
flex-wrap: wrap;
|
@@ -23753,8 +23898,8 @@ readers do not read off random characters that represent icons */
|
|
23753
23898
|
width: 100%;
|
23754
23899
|
}
|
23755
23900
|
|
23756
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager,
|
23757
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager {
|
23901
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager,
|
23902
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager {
|
23758
23903
|
cursor: move;
|
23759
23904
|
position: absolute;
|
23760
23905
|
left: 0;
|
@@ -23762,28 +23907,28 @@ readers do not read off random characters that represent icons */
|
|
23762
23907
|
display: none;
|
23763
23908
|
}
|
23764
23909
|
|
23765
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager >
|
23766
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge >
|
23767
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager >
|
23768
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge >
|
23910
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
|
23911
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon,
|
23912
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon,
|
23913
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon {
|
23769
23914
|
color: inherit;
|
23770
23915
|
}
|
23771
23916
|
|
23772
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager >
|
23773
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge >
|
23774
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager >
|
23775
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge >
|
23917
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon:hover,
|
23918
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon:hover,
|
23919
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon:hover,
|
23920
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon:hover {
|
23776
23921
|
color: #1890ff;
|
23777
23922
|
}
|
23778
23923
|
|
23779
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
|
23780
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager svg {
|
23924
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
|
23925
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager svg {
|
23781
23926
|
width: 1rem;
|
23782
23927
|
height: 1rem;
|
23783
23928
|
}
|
23784
23929
|
|
23785
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
|
23786
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-badgeText {
|
23930
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
|
23931
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText {
|
23787
23932
|
position: absolute;
|
23788
23933
|
top: 0;
|
23789
23934
|
bottom: 0;
|
@@ -23791,8 +23936,8 @@ readers do not read off random characters that represent icons */
|
|
23791
23936
|
overflow: hidden;
|
23792
23937
|
}
|
23793
23938
|
|
23794
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
|
23795
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
|
23939
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
|
23940
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
|
23796
23941
|
position: absolute;
|
23797
23942
|
top: 0.125rem;
|
23798
23943
|
left: -0.8125rem;
|
@@ -23804,16 +23949,16 @@ readers do not read off random characters that represent icons */
|
|
23804
23949
|
background: #52c41a;
|
23805
23950
|
}
|
23806
23951
|
|
23807
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-atcions,
|
23808
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-atcions {
|
23952
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-atcions,
|
23953
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-atcions {
|
23809
23954
|
display: flex;
|
23810
23955
|
align-items: center;
|
23811
23956
|
}
|
23812
23957
|
|
23813
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a,
|
23814
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a,
|
23815
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a,
|
23816
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a {
|
23958
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a,
|
23959
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a,
|
23960
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a,
|
23961
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a {
|
23817
23962
|
display: flex;
|
23818
23963
|
align-items: center;
|
23819
23964
|
outline: none;
|
@@ -23827,147 +23972,154 @@ readers do not read off random characters that represent icons */
|
|
23827
23972
|
flex: 1;
|
23828
23973
|
}
|
23829
23974
|
|
23830
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover,
|
23831
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus,
|
23832
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
|
23833
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
|
23834
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover,
|
23835
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus,
|
23836
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23837
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
23838
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover,
|
23839
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus,
|
23840
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23841
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
23842
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover,
|
23843
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus,
|
23844
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23845
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
|
23975
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover,
|
23976
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus,
|
23977
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
|
23978
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
|
23979
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover,
|
23980
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus,
|
23981
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23982
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
23983
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover,
|
23984
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus,
|
23985
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23986
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
23987
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover,
|
23988
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus,
|
23989
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23990
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
|
23846
23991
|
border-color: #333;
|
23847
23992
|
text-decoration: none;
|
23848
23993
|
background: rgba(0, 0, 0, 0.05);
|
23849
|
-
z-index:
|
23994
|
+
z-index: 1;
|
23850
23995
|
}
|
23851
23996
|
|
23852
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
23853
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
|
23854
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
23855
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
23856
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
23857
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
23858
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
23859
|
-
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
|
23997
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
23998
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
|
23999
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
24000
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
24001
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
24002
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
24003
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
24004
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
|
23860
24005
|
display: block;
|
23861
24006
|
}
|
23862
24007
|
|
23863
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > a,
|
23864
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > a,
|
23865
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > .antd-Badge > a,
|
23866
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
|
23867
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.disabled > a,
|
23868
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-disabled > a,
|
23869
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.disabled > .antd-Badge > a,
|
23870
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-disabled > .antd-Badge > a {
|
24008
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > a,
|
24009
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > a,
|
24010
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > .antd-Badge > a,
|
24011
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
|
24012
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > a,
|
24013
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > a,
|
24014
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > .antd-Badge > a,
|
24015
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > .antd-Badge > a {
|
23871
24016
|
color: #999;
|
23872
24017
|
background: transparent;
|
23873
24018
|
pointer-events: none;
|
23874
24019
|
}
|
23875
24020
|
|
23876
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active,
|
23877
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active,
|
23878
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active,
|
23879
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active {
|
24021
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active,
|
24022
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active,
|
24023
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active,
|
24024
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
|
23880
24025
|
background: #1890ff !important;
|
23881
24026
|
}
|
23882
24027
|
|
23883
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > a,
|
23884
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
23885
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a,
|
23886
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > .antd-Badge > a,
|
23887
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
23888
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > a,
|
23889
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active > a,
|
23890
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
|
23891
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > a,
|
23892
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active > .antd-Badge > a,
|
23893
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
23894
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > a {
|
24028
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
|
24029
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
24030
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
|
24031
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a,
|
24032
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
24033
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a,
|
24034
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a,
|
24035
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
|
24036
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a,
|
24037
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a,
|
24038
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
24039
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
|
23895
24040
|
color: #fff;
|
23896
24041
|
position: relative;
|
23897
24042
|
}
|
23898
24043
|
|
23899
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > a::after,
|
23900
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
|
23901
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a::after,
|
23902
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > .antd-Badge > a::after,
|
23903
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
23904
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
|
23905
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active > a::after,
|
23906
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
|
23907
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > a::after,
|
23908
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.active > .antd-Badge > a::after,
|
23909
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
23910
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > a::after {
|
24044
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
|
24045
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
|
24046
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a::after,
|
24047
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a::after,
|
24048
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
24049
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
|
24050
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a::after,
|
24051
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
|
24052
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a::after,
|
24053
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a::after,
|
24054
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
24055
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a::after {
|
23911
24056
|
transform: scaleY(1);
|
23912
24057
|
}
|
23913
24058
|
|
23914
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
|
23915
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
|
23916
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
|
23917
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
|
24059
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
|
24060
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
|
24061
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
|
24062
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
|
23918
24063
|
transform: rotate(180deg) scale(0.8);
|
23919
24064
|
}
|
23920
24065
|
|
23921
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
|
23922
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
|
23923
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
|
23924
|
-
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
|
24066
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
|
24067
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
|
24068
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
|
24069
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
|
23925
24070
|
display: block;
|
23926
24071
|
}
|
23927
24072
|
|
23928
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-spinner,
|
23929
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-spinner {
|
24073
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-spinner,
|
24074
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-spinner {
|
23930
24075
|
position: absolute;
|
23931
24076
|
right: 0.625rem;
|
23932
24077
|
top: 0.5rem;
|
23933
24078
|
}
|
23934
24079
|
|
23935
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
23936
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemToggler {
|
24080
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
24081
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
|
23937
24082
|
float: left;
|
23938
|
-
|
24083
|
+
margin-right: 0.625rem;
|
23939
24084
|
height: 1.5rem;
|
23940
24085
|
text-align: center;
|
23941
24086
|
line-height: 1.5rem;
|
23942
24087
|
vertical-align: middle;
|
23943
24088
|
cursor: pointer;
|
23944
24089
|
transform: scale(0.8);
|
23945
|
-
transition: transform
|
24090
|
+
transition: transform 0s;
|
23946
24091
|
}
|
23947
24092
|
|
23948
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
|
23949
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemToggler > svg {
|
24093
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
|
24094
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler > svg {
|
23950
24095
|
width: 10px;
|
23951
24096
|
height: 10px;
|
23952
24097
|
top: 0;
|
23953
24098
|
}
|
23954
24099
|
|
23955
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-subItems,
|
23956
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-subItems {
|
24100
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-subItems,
|
24101
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-subItems {
|
23957
24102
|
display: none;
|
23958
24103
|
padding-left: 0;
|
23959
24104
|
list-style: none;
|
23960
24105
|
width: 100%;
|
23961
24106
|
}
|
23962
24107
|
|
23963
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-item,
|
23964
|
-
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-item {
|
24108
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-item,
|
24109
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-item {
|
23965
24110
|
font-size: 0.875rem;
|
23966
24111
|
}
|
23967
24112
|
|
24113
|
+
.amis-scope .antd-Nav .antd-Nav-dropIndicator {
|
24114
|
+
position: absolute;
|
24115
|
+
background: #fff;
|
24116
|
+
height: 2px;
|
24117
|
+
}
|
24118
|
+
|
23968
24119
|
.amis-scope .antd-Page {
|
23969
24120
|
width: 100%;
|
23970
24121
|
height: 100%;
|
24122
|
+
background: transparent;
|
23971
24123
|
}
|
23972
24124
|
|
23973
24125
|
.amis-scope .antd-Page-header {
|
@@ -23975,7 +24127,6 @@ readers do not read off random characters that represent icons */
|
|
23975
24127
|
}
|
23976
24128
|
|
23977
24129
|
.amis-scope .antd-Page-main {
|
23978
|
-
background: transparent;
|
23979
24130
|
height: 100%;
|
23980
24131
|
display: flex;
|
23981
24132
|
flex-direction: column;
|
@@ -23990,11 +24141,9 @@ readers do not read off random characters that represent icons */
|
|
23990
24141
|
|
23991
24142
|
.amis-scope .antd-Page-main > .antd-Page-header {
|
23992
24143
|
border-bottom: 0.0625rem solid #eceff8;
|
23993
|
-
background: #fff;
|
23994
24144
|
}
|
23995
24145
|
|
23996
24146
|
.amis-scope .antd-Page-headerRow {
|
23997
|
-
background: #fff;
|
23998
24147
|
border-bottom: 0.0625rem solid #eceff8;
|
23999
24148
|
display: flex;
|
24000
24149
|
flex-direction: row;
|
@@ -24039,10 +24188,6 @@ readers do not read off random characters that represent icons */
|
|
24039
24188
|
margin-left: 0.25rem;
|
24040
24189
|
}
|
24041
24190
|
|
24042
|
-
.amis-scope .antd-Page-aside {
|
24043
|
-
background: #ffffff;
|
24044
|
-
}
|
24045
|
-
|
24046
24191
|
@media (min-width: 768px) {
|
24047
24192
|
.amis-scope .antd-Page-aside {
|
24048
24193
|
min-width: 12.5rem;
|
@@ -24157,7 +24302,7 @@ readers do not read off random characters that represent icons */
|
|
24157
24302
|
.amis-scope .antd-Video-cursor {
|
24158
24303
|
position: absolute;
|
24159
24304
|
border: 2px solid #1890ff;
|
24160
|
-
transition: all
|
24305
|
+
transition: all 0s ease-out;
|
24161
24306
|
}
|
24162
24307
|
|
24163
24308
|
.amis-scope .antd-Video-frameList .antd-Video-frameItem {
|
@@ -24602,7 +24747,7 @@ readers do not read off random characters that represent icons */
|
|
24602
24747
|
right: 0;
|
24603
24748
|
bottom: 0;
|
24604
24749
|
background: rgba(255, 255, 255, 0.4);
|
24605
|
-
transition: ease-out opacity
|
24750
|
+
transition: ease-out opacity 0s;
|
24606
24751
|
opacity: 0;
|
24607
24752
|
}
|
24608
24753
|
|
@@ -24617,7 +24762,7 @@ readers do not read off random characters that represent icons */
|
|
24617
24762
|
display: inline-block;
|
24618
24763
|
background: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
24619
24764
|
background-size: 100%;
|
24620
|
-
transition: ease-out all
|
24765
|
+
transition: ease-out all 0s;
|
24621
24766
|
}
|
24622
24767
|
|
24623
24768
|
.amis-scope .antd-Spinner--lg {
|
@@ -24783,7 +24928,7 @@ readers do not read off random characters that represent icons */
|
|
24783
24928
|
margin-left: 0.5rem;
|
24784
24929
|
display: inline-block;
|
24785
24930
|
vertical-align: top;
|
24786
|
-
transition: transform
|
24931
|
+
transition: transform 0s ease;
|
24787
24932
|
}
|
24788
24933
|
|
24789
24934
|
.amis-scope .antd-DropDown-caret > svg {
|
@@ -24840,18 +24985,19 @@ readers do not read off random characters that represent icons */
|
|
24840
24985
|
height: 2.125rem;
|
24841
24986
|
vertical-align: middle;
|
24842
24987
|
user-select: none;
|
24843
|
-
color:
|
24988
|
+
color: rgba(0, 0, 0, 0.85);
|
24844
24989
|
text-decoration: none;
|
24845
24990
|
}
|
24846
24991
|
|
24847
24992
|
.amis-scope .antd-DropDown-menuItem:hover,
|
24848
24993
|
.amis-scope .antd-DropDown-menu > li:hover {
|
24849
24994
|
background: rgba(0, 126, 255, 0.08);
|
24850
|
-
color:
|
24995
|
+
color: #1890ff;
|
24851
24996
|
}
|
24852
24997
|
|
24853
24998
|
.amis-scope .antd-DropDown-menuItem.is-active,
|
24854
24999
|
.amis-scope .antd-DropDown-menu > li.is-active {
|
25000
|
+
background: rgba(0, 126, 255, 0.08);
|
24855
25001
|
color: #1890ff;
|
24856
25002
|
}
|
24857
25003
|
|
@@ -24909,15 +25055,30 @@ readers do not read off random characters that represent icons */
|
|
24909
25055
|
font-size: 0.875rem;
|
24910
25056
|
font-weight: 400;
|
24911
25057
|
color: #333;
|
24912
|
-
padding: 0.25rem 0;
|
25058
|
+
padding: 1.125rem 0 0.25rem 0;
|
25059
|
+
margin: 0;
|
24913
25060
|
border-bottom: 0.0625rem solid #dfe2e6;
|
25061
|
+
background: transparent;
|
25062
|
+
}
|
25063
|
+
|
25064
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
25065
|
+
display: inline-flex;
|
25066
|
+
flex-direction: row;
|
25067
|
+
}
|
25068
|
+
|
25069
|
+
.amis-scope .antd-Collapse-header-tpl {
|
25070
|
+
margin-right: 0.5rem;
|
25071
|
+
}
|
25072
|
+
|
25073
|
+
.amis-scope .antd-Collapse-header:hover {
|
25074
|
+
background: transparent;
|
24914
25075
|
}
|
24915
25076
|
|
24916
25077
|
.amis-scope .antd-Collapse-arrow {
|
24917
25078
|
display: inline-block;
|
24918
25079
|
width: 1rem;
|
24919
25080
|
text-align: center;
|
24920
|
-
margin-
|
25081
|
+
margin-right: 0.5rem;
|
24921
25082
|
cursor: pointer;
|
24922
25083
|
}
|
24923
25084
|
|
@@ -24935,11 +25096,20 @@ readers do not read off random characters that represent icons */
|
|
24935
25096
|
transform-origin: 50% 50%;
|
24936
25097
|
}
|
24937
25098
|
|
25099
|
+
.amis-scope .antd-Collapse-TplField {
|
25100
|
+
display: inline-block;
|
25101
|
+
}
|
25102
|
+
|
24938
25103
|
.amis-scope .antd-Collapse.is-collapsed .antd-Collapse-arrow:before {
|
24939
25104
|
transform: rotate(45deg);
|
24940
25105
|
transform-origin: 0% 50%;
|
24941
25106
|
}
|
24942
25107
|
|
25108
|
+
.amis-scope .antd-Collapse.is-collapsed .antd-Collapse-header {
|
25109
|
+
border-bottom: 0.0625rem solid
|
25110
|
+
#dfe2e6;
|
25111
|
+
}
|
25112
|
+
|
24943
25113
|
.amis-scope .antd-Collapse--collapsable .antd-Collapse-header {
|
24944
25114
|
cursor: pointer;
|
24945
25115
|
user-select: none;
|
@@ -24950,6 +25120,13 @@ readers do not read off random characters that represent icons */
|
|
24950
25120
|
color: #1890ff;
|
24951
25121
|
border-left: none;
|
24952
25122
|
font-size: 0.875rem;
|
25123
|
+
border-top: none;
|
25124
|
+
border-bottom: 0.0625rem solid
|
25125
|
+
#dfe2e6;
|
25126
|
+
}
|
25127
|
+
|
25128
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
25129
|
+
border-top: none;
|
24953
25130
|
}
|
24954
25131
|
|
24955
25132
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
@@ -24964,16 +25141,23 @@ readers do not read off random characters that represent icons */
|
|
24964
25141
|
transform-origin: 0% 50%;
|
24965
25142
|
}
|
24966
25143
|
|
24967
|
-
.amis-scope .antd-Collapse-
|
24968
|
-
transition: height
|
25144
|
+
.amis-scope .antd-Collapse-contentWrapper {
|
25145
|
+
transition: height 0s ease;
|
24969
25146
|
}
|
24970
25147
|
|
24971
|
-
.amis-scope .antd-Collapse-
|
24972
|
-
.amis-scope .antd-Collapse-
|
25148
|
+
.amis-scope .antd-Collapse-contentWrapper.in,
|
25149
|
+
.amis-scope .antd-Collapse-contentWrapper.out {
|
24973
25150
|
height: 0;
|
24974
25151
|
overflow: hidden;
|
24975
25152
|
}
|
24976
25153
|
|
25154
|
+
.amis-scope .antd-Collapse-content {
|
25155
|
+
padding: 1.125rem 0;
|
25156
|
+
color: rgba(0, 0, 0, 0.85);
|
25157
|
+
font-size: 0.875rem;
|
25158
|
+
font-weight: 400;
|
25159
|
+
}
|
25160
|
+
|
24977
25161
|
.amis-scope .antd-ColorField {
|
24978
25162
|
display: inline-block;
|
24979
25163
|
}
|
@@ -25004,7 +25188,7 @@ readers do not read off random characters that represent icons */
|
|
25004
25188
|
}
|
25005
25189
|
|
25006
25190
|
.amis-scope .antd-CBGroup-toolbar .antd-Button {
|
25007
|
-
transition: padding
|
25191
|
+
transition: padding 0s;
|
25008
25192
|
min-width: unset;
|
25009
25193
|
}
|
25010
25194
|
|
@@ -25025,7 +25209,7 @@ readers do not read off random characters that represent icons */
|
|
25025
25209
|
}
|
25026
25210
|
|
25027
25211
|
.amis-scope .antd-CBGroup-toolbar .antd-CBGroup-toolbarConditionAdd {
|
25028
|
-
transition: opacity
|
25212
|
+
transition: opacity 0s;
|
25029
25213
|
display: flex;
|
25030
25214
|
align-items: center;
|
25031
25215
|
margin-left: 0.75rem;
|
@@ -25049,7 +25233,7 @@ readers do not read off random characters that represent icons */
|
|
25049
25233
|
|
25050
25234
|
.amis-scope .antd-CBGroup-fieldCaret,
|
25051
25235
|
.amis-scope .antd-CBGroup-operatorCaret {
|
25052
|
-
transition: transform
|
25236
|
+
transition: transform 0s ease-out;
|
25053
25237
|
margin: 5px;
|
25054
25238
|
display: flex;
|
25055
25239
|
color: #999;
|
@@ -25114,7 +25298,7 @@ readers do not read off random characters that represent icons */
|
|
25114
25298
|
color: inherit;
|
25115
25299
|
cursor: pointer;
|
25116
25300
|
margin-left: auto;
|
25117
|
-
transition: opacity
|
25301
|
+
transition: opacity 0s;
|
25118
25302
|
}
|
25119
25303
|
|
25120
25304
|
.amis-scope .antd-CBDelete:hover {
|
@@ -25138,7 +25322,7 @@ readers do not read off random characters that represent icons */
|
|
25138
25322
|
align-items: center;
|
25139
25323
|
position: relative;
|
25140
25324
|
background: rgba(0, 0, 0, 0.03);
|
25141
|
-
transition: all
|
25325
|
+
transition: all 0s ease-out;
|
25142
25326
|
}
|
25143
25327
|
|
25144
25328
|
.amis-scope .antd-CBGroupOrItem-body > .antd-CBGroup {
|
@@ -25170,7 +25354,7 @@ readers do not read off random characters that represent icons */
|
|
25170
25354
|
margin-left: -5px;
|
25171
25355
|
opacity: 0.6;
|
25172
25356
|
text-align: center;
|
25173
|
-
transition: opacity
|
25357
|
+
transition: opacity 0s ease-out;
|
25174
25358
|
color: inherit;
|
25175
25359
|
}
|
25176
25360
|
|
@@ -25351,13 +25535,13 @@ readers do not read off random characters that represent icons */
|
|
25351
25535
|
|
25352
25536
|
.amis-scope .antd-ContextMenu-menu.in,
|
25353
25537
|
.amis-scope .antd-ContextMenu-menu.out {
|
25354
|
-
animation-duration:
|
25538
|
+
animation-duration: 0s;
|
25355
25539
|
animation-fill-mode: both;
|
25356
25540
|
}
|
25357
25541
|
|
25358
25542
|
.amis-scope .antd-ContextMenu-menu.in {
|
25359
25543
|
animation-name: contextMenuInSpecial;
|
25360
|
-
animation-duration:
|
25544
|
+
animation-duration: 0s;
|
25361
25545
|
}
|
25362
25546
|
|
25363
25547
|
.amis-scope .antd-ContextMenu-menu.out {
|
@@ -25449,7 +25633,7 @@ readers do not read off random characters that represent icons */
|
|
25449
25633
|
|
25450
25634
|
.amis-scope .antd-ContextMenu-item:hover > .antd-ContextMenu-subList {
|
25451
25635
|
display: block;
|
25452
|
-
animation-duration:
|
25636
|
+
animation-duration: 0s;
|
25453
25637
|
animation-fill-mode: both;
|
25454
25638
|
animation-name: contextMenuIn;
|
25455
25639
|
display: block;
|
@@ -26015,6 +26199,20 @@ readers do not read off random characters that represent icons */
|
|
26015
26199
|
text-align: center;
|
26016
26200
|
}
|
26017
26201
|
|
26202
|
+
.amis-scope .antd-Table-searchableForm {
|
26203
|
+
background: #f6f7f8;
|
26204
|
+
border-radius: 0.25rem;
|
26205
|
+
}
|
26206
|
+
|
26207
|
+
.amis-scope .antd-Table-searchableForm-footer {
|
26208
|
+
padding: 0.5rem 0.75rem;
|
26209
|
+
clear: both;
|
26210
|
+
}
|
26211
|
+
|
26212
|
+
.amis-scope .antd-Table-searchableForm-checkbox > div > .antd-CheckboxControl {
|
26213
|
+
padding-top: 0;
|
26214
|
+
}
|
26215
|
+
|
26018
26216
|
.amis-scope .antd-Table-header {
|
26019
26217
|
padding: 0.75rem 0;
|
26020
26218
|
}
|
@@ -26148,6 +26346,10 @@ readers do not read off random characters that represent icons */
|
|
26148
26346
|
border-right: 0.0625rem solid #eceff8;
|
26149
26347
|
}
|
26150
26348
|
|
26349
|
+
.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
|
26350
|
+
cursor: pointer;
|
26351
|
+
}
|
26352
|
+
|
26151
26353
|
.amis-scope .antd-Table-table > thead > tr > th {
|
26152
26354
|
background: #fafafa;
|
26153
26355
|
padding: calc(
|
@@ -26191,6 +26393,7 @@ readers do not read off random characters that represent icons */
|
|
26191
26393
|
}
|
26192
26394
|
|
26193
26395
|
.amis-scope .antd-Table-table > tbody > tr {
|
26396
|
+
position: relative;
|
26194
26397
|
background: transparent;
|
26195
26398
|
}
|
26196
26399
|
|
@@ -27378,7 +27581,7 @@ readers do not read off random characters that represent icons */
|
|
27378
27581
|
top: 0.0625rem;
|
27379
27582
|
bottom: 0;
|
27380
27583
|
right: 0;
|
27381
|
-
padding-left:
|
27584
|
+
padding-left: 5rem;
|
27382
27585
|
padding-right: 0.5rem;
|
27383
27586
|
display: flex;
|
27384
27587
|
align-items: center;
|
@@ -27456,7 +27659,7 @@ readers do not read off random characters that represent icons */
|
|
27456
27659
|
display: inline-block;
|
27457
27660
|
text-align: center;
|
27458
27661
|
cursor: pointer;
|
27459
|
-
transition: transform ease-in-out
|
27662
|
+
transition: transform ease-in-out 0s, top ease-in-out 0s;
|
27460
27663
|
position: relative;
|
27461
27664
|
transform-origin: 50% 50%;
|
27462
27665
|
width: 0.625rem;
|
@@ -27496,6 +27699,34 @@ readers do not read off random characters that represent icons */
|
|
27496
27699
|
position: absolute;
|
27497
27700
|
}
|
27498
27701
|
|
27702
|
+
.amis-scope .antd-Table-badge {
|
27703
|
+
position: absolute;
|
27704
|
+
top: 0;
|
27705
|
+
left: 0;
|
27706
|
+
}
|
27707
|
+
|
27708
|
+
.amis-scope .antd-Table--autoFillHeight {
|
27709
|
+
margin-bottom: 0;
|
27710
|
+
}
|
27711
|
+
|
27712
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
|
27713
|
+
border-top: none;
|
27714
|
+
}
|
27715
|
+
|
27716
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
27717
|
+
position: sticky;
|
27718
|
+
top: 0;
|
27719
|
+
z-index: 1;
|
27720
|
+
}
|
27721
|
+
|
27722
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
27723
|
+
display: none;
|
27724
|
+
}
|
27725
|
+
|
27726
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
|
27727
|
+
margin-bottom: 0;
|
27728
|
+
}
|
27729
|
+
|
27499
27730
|
.amis-scope .antd-InputTable-toolbar {
|
27500
27731
|
display: flex;
|
27501
27732
|
flex-direction: row;
|
@@ -27525,6 +27756,250 @@ readers do not read off random characters that represent icons */
|
|
27525
27756
|
margin-right: 0.625rem;
|
27526
27757
|
}
|
27527
27758
|
|
27759
|
+
.amis-scope .antd-ColumnToggler {
|
27760
|
+
position: relative;
|
27761
|
+
display: inline-block;
|
27762
|
+
}
|
27763
|
+
|
27764
|
+
.amis-scope .antd-ColumnToggler-caret {
|
27765
|
+
margin-left: 0.5rem;
|
27766
|
+
display: inline-block;
|
27767
|
+
vertical-align: top;
|
27768
|
+
transition: transform 0s ease;
|
27769
|
+
}
|
27770
|
+
|
27771
|
+
.amis-scope .antd-ColumnToggler-caret > svg {
|
27772
|
+
width: 0.625rem;
|
27773
|
+
height: 0.625rem;
|
27774
|
+
top: 0.125em;
|
27775
|
+
}
|
27776
|
+
|
27777
|
+
.amis-scope .antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
|
27778
|
+
transform: rotate(180deg);
|
27779
|
+
}
|
27780
|
+
|
27781
|
+
.amis-scope .antd-ColumnToggler.is-actived > .antd-Button {
|
27782
|
+
color: #1890ff;
|
27783
|
+
}
|
27784
|
+
|
27785
|
+
.amis-scope .antd-ColumnToggler--block {
|
27786
|
+
display: block;
|
27787
|
+
}
|
27788
|
+
|
27789
|
+
.amis-scope .antd-ColumnToggler--block .antd-Button {
|
27790
|
+
display: block;
|
27791
|
+
}
|
27792
|
+
|
27793
|
+
.amis-scope .antd-ColumnToggler-menu {
|
27794
|
+
position: absolute;
|
27795
|
+
z-index: 1000;
|
27796
|
+
top: 100%;
|
27797
|
+
left: 0;
|
27798
|
+
margin: 0.0625rem 0 0;
|
27799
|
+
background: #fff;
|
27800
|
+
list-style: none;
|
27801
|
+
padding: 0.25rem 0;
|
27802
|
+
border: 0.0625rem solid #eceff8;
|
27803
|
+
border-radius: 2px;
|
27804
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
27805
|
+
min-width: 10rem;
|
27806
|
+
text-align: left;
|
27807
|
+
}
|
27808
|
+
|
27809
|
+
.amis-scope .antd-ColumnToggler--alignRight .antd-ColumnToggler-menu {
|
27810
|
+
left: auto;
|
27811
|
+
right: 0;
|
27812
|
+
}
|
27813
|
+
|
27814
|
+
.amis-scope .antd-ColumnToggler-menuItem,
|
27815
|
+
.amis-scope .antd-ColumnToggler-menu > li {
|
27816
|
+
padding: calc(
|
27817
|
+
(2.125rem - 0.875rem * 1.57) /
|
27818
|
+
2
|
27819
|
+
) 0.5rem;
|
27820
|
+
white-space: nowrap;
|
27821
|
+
box-sizing: border-box;
|
27822
|
+
height: 2.125rem;
|
27823
|
+
vertical-align: middle;
|
27824
|
+
user-select: none;
|
27825
|
+
color: #1890ff;
|
27826
|
+
text-decoration: none;
|
27827
|
+
}
|
27828
|
+
|
27829
|
+
.amis-scope .antd-ColumnToggler-menuItem:hover,
|
27830
|
+
.amis-scope .antd-ColumnToggler-menu > li:hover {
|
27831
|
+
background: rgba(0, 126, 255, 0.08);
|
27832
|
+
color: #1890ff;
|
27833
|
+
}
|
27834
|
+
|
27835
|
+
.amis-scope .antd-ColumnToggler-menuItem.is-active,
|
27836
|
+
.amis-scope .antd-ColumnToggler-menu > li.is-active {
|
27837
|
+
color: #1890ff;
|
27838
|
+
}
|
27839
|
+
|
27840
|
+
.amis-scope .antd-ColumnToggler-menuItem:not(.is-disabled),
|
27841
|
+
.amis-scope .antd-ColumnToggler-menuItem:not(.disabled),
|
27842
|
+
.amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
|
27843
|
+
.amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
|
27844
|
+
cursor: pointer;
|
27845
|
+
}
|
27846
|
+
|
27847
|
+
.amis-scope .antd-ColumnToggler-menuItem.is-disabled,
|
27848
|
+
.amis-scope .antd-ColumnToggler-menu > li.is-disabled {
|
27849
|
+
cursor: not-allowed;
|
27850
|
+
color: #999;
|
27851
|
+
filter: grayscale(80%);
|
27852
|
+
}
|
27853
|
+
|
27854
|
+
.amis-scope .antd-ColumnToggler-menuItem.antd-DropDown-divider,
|
27855
|
+
.amis-scope .antd-ColumnToggler-menu > li.antd-DropDown-divider {
|
27856
|
+
height: 0.0625rem;
|
27857
|
+
margin: 0.5625rem 0;
|
27858
|
+
overflow: hidden;
|
27859
|
+
background: #eceff8;
|
27860
|
+
padding: 0;
|
27861
|
+
}
|
27862
|
+
|
27863
|
+
.amis-scope .antd-ColumnToggler-menu > li a {
|
27864
|
+
color: inherit;
|
27865
|
+
display: block;
|
27866
|
+
text-decoration: none;
|
27867
|
+
}
|
27868
|
+
|
27869
|
+
.amis-scope .antd-ColumnToggler-popover {
|
27870
|
+
border: none;
|
27871
|
+
box-shadow: none;
|
27872
|
+
}
|
27873
|
+
|
27874
|
+
.amis-scope .antd-ColumnToggler > .antd-Button {
|
27875
|
+
min-width: unset;
|
27876
|
+
}
|
27877
|
+
|
27878
|
+
.amis-scope .antd-ColumnToggler-modal {
|
27879
|
+
display: flex;
|
27880
|
+
flex-flow: column nowrap;
|
27881
|
+
justify-content: space-between;
|
27882
|
+
align-items: center;
|
27883
|
+
width: 25rem;
|
27884
|
+
padding: 1.5rem;
|
27885
|
+
margin-top: calc(50vh - 100px);
|
27886
|
+
border-radius: 0.25rem;
|
27887
|
+
background: #fff;
|
27888
|
+
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);
|
27889
|
+
}
|
27890
|
+
|
27891
|
+
.amis-scope .antd-ColumnToggler-modal-header {
|
27892
|
+
width: 100%;
|
27893
|
+
display: flex;
|
27894
|
+
flex-flow: row nowrap;
|
27895
|
+
justify-content: space-between;
|
27896
|
+
align-items: center;
|
27897
|
+
}
|
27898
|
+
|
27899
|
+
.amis-scope .antd-ColumnToggler-modal-header a,
|
27900
|
+
.amis-scope .antd-ColumnToggler-modal-header span {
|
27901
|
+
display: inline-block;
|
27902
|
+
}
|
27903
|
+
|
27904
|
+
.amis-scope .antd-ColumnToggler-modal-header .antd-ColumnToggler-modal-title {
|
27905
|
+
opacity: 0.95;
|
27906
|
+
font-size: 0.875rem;
|
27907
|
+
color: #080e1a;
|
27908
|
+
line-height: 1.5rem;
|
27909
|
+
font-weight: bold;
|
27910
|
+
}
|
27911
|
+
|
27912
|
+
.amis-scope .antd-ColumnToggler-modal-content {
|
27913
|
+
padding: 0;
|
27914
|
+
width: 100%;
|
27915
|
+
list-style: none;
|
27916
|
+
margin: 0.5rem 0;
|
27917
|
+
}
|
27918
|
+
|
27919
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
|
27920
|
+
color: #080e1a;
|
27921
|
+
background: #f6f7f8;
|
27922
|
+
border-radius: 0.125rem;
|
27923
|
+
font-size: 0.75rem;
|
27924
|
+
padding: 0.25rem 0.5rem;
|
27925
|
+
height: 1.5rem;
|
27926
|
+
width: calc((100% - 24px) / 3);
|
27927
|
+
float: left;
|
27928
|
+
margin: 0.25rem;
|
27929
|
+
text-overflow: ellipsis;
|
27930
|
+
white-space: nowrap;
|
27931
|
+
overflow: hidden;
|
27932
|
+
}
|
27933
|
+
|
27934
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
|
27935
|
+
background: rgba(36, 104, 242, 0.1);
|
27936
|
+
}
|
27937
|
+
|
27938
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem--dragging {
|
27939
|
+
border: 1px solid #1890ff;
|
27940
|
+
}
|
27941
|
+
|
27942
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem label > i {
|
27943
|
+
height: 1rem;
|
27944
|
+
width: 1rem;
|
27945
|
+
vertical-align: top;
|
27946
|
+
}
|
27947
|
+
|
27948
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-dragBar {
|
27949
|
+
margin-left: 0;
|
27950
|
+
margin-right: 0.25rem;
|
27951
|
+
cursor: move;
|
27952
|
+
color: #d8d8d8;
|
27953
|
+
}
|
27954
|
+
|
27955
|
+
.amis-scope .antd-ColumnToggler-modal-footer {
|
27956
|
+
width: 100%;
|
27957
|
+
display: flex;
|
27958
|
+
flex-flow: row nowrap;
|
27959
|
+
justify-content: space-between;
|
27960
|
+
align-items: center;
|
27961
|
+
}
|
27962
|
+
|
27963
|
+
.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect {
|
27964
|
+
color: #151a26;
|
27965
|
+
font-size: 0.75rem;
|
27966
|
+
}
|
27967
|
+
|
27968
|
+
.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect.is-actived {
|
27969
|
+
color: #1890ff;
|
27970
|
+
}
|
27971
|
+
|
27972
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div {
|
27973
|
+
display: flex;
|
27974
|
+
flex-flow: row nowrap;
|
27975
|
+
justify-content: space-between;
|
27976
|
+
align-items: center;
|
27977
|
+
}
|
27978
|
+
|
27979
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child {
|
27980
|
+
justify-content: flex-start;
|
27981
|
+
}
|
27982
|
+
|
27983
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child a {
|
27984
|
+
display: inline-block;
|
27985
|
+
}
|
27986
|
+
|
27987
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child {
|
27988
|
+
justify-content: flex-end;
|
27989
|
+
}
|
27990
|
+
|
27991
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child button {
|
27992
|
+
width: 72px;
|
27993
|
+
}
|
27994
|
+
|
27995
|
+
.amis-scope .antd-ColumnToggler-tooltip {
|
27996
|
+
border: none;
|
27997
|
+
}
|
27998
|
+
|
27999
|
+
.amis-scope .antd-ColumnToggler-tooltip .antd-Tooltip-arrow::before {
|
28000
|
+
border-top-color: transparent;
|
28001
|
+
}
|
28002
|
+
|
27528
28003
|
.amis-scope .antd-List {
|
27529
28004
|
position: relative;
|
27530
28005
|
}
|
@@ -28019,18 +28494,6 @@ readers do not read off random characters that represent icons */
|
|
28019
28494
|
margin-top: 0.25rem;
|
28020
28495
|
}
|
28021
28496
|
|
28022
|
-
.amis-scope .antd-Card-checkBtn {
|
28023
|
-
position: absolute;
|
28024
|
-
top: 0;
|
28025
|
-
right: 0;
|
28026
|
-
margin: 0.5rem;
|
28027
|
-
z-index: 1;
|
28028
|
-
}
|
28029
|
-
|
28030
|
-
.amis-scope .antd-Card-checkBtn .antd-Checkbox {
|
28031
|
-
margin-right: 0;
|
28032
|
-
}
|
28033
|
-
|
28034
28497
|
.amis-scope .antd-Card-dragBtn {
|
28035
28498
|
cursor: pointer;
|
28036
28499
|
float: right;
|
@@ -28038,7 +28501,8 @@ readers do not read off random characters that represent icons */
|
|
28038
28501
|
}
|
28039
28502
|
|
28040
28503
|
.amis-scope .antd-Card-heading {
|
28041
|
-
|
28504
|
+
display: flex;
|
28505
|
+
flex-direction: row;
|
28042
28506
|
padding: 0.5rem 0.75rem;
|
28043
28507
|
flex: 1 0 auto;
|
28044
28508
|
}
|
@@ -28070,12 +28534,17 @@ readers do not read off random characters that represent icons */
|
|
28070
28534
|
|
28071
28535
|
.amis-scope .antd-Card-meta {
|
28072
28536
|
display: block;
|
28537
|
+
flex-grow: 1;
|
28073
28538
|
height: 100%;
|
28074
|
-
overflow: hidden;
|
28075
28539
|
position: relative;
|
28076
28540
|
margin-right: 1rem;
|
28077
28541
|
}
|
28078
28542
|
|
28543
|
+
.amis-scope .antd-Card-toolbar {
|
28544
|
+
margin-right: calc(-1 * 0.75rem);
|
28545
|
+
text-align: right;
|
28546
|
+
}
|
28547
|
+
|
28079
28548
|
.amis-scope .antd-Card-highlight {
|
28080
28549
|
background: #52c41a;
|
28081
28550
|
width: 0.5rem;
|
@@ -28325,6 +28794,7 @@ readers do not read off random characters that represent icons */
|
|
28325
28794
|
height: 10px;
|
28326
28795
|
background: #ebebeb;
|
28327
28796
|
overflow: hidden;
|
28797
|
+
border-radius: 2px;
|
28328
28798
|
}
|
28329
28799
|
|
28330
28800
|
.amis-scope .antd-Progress-bar {
|
@@ -28336,7 +28806,8 @@ readers do not read off random characters that represent icons */
|
|
28336
28806
|
color: #fff;
|
28337
28807
|
text-align: center;
|
28338
28808
|
background: #1890ff;
|
28339
|
-
transition: width
|
28809
|
+
transition: width 0s ease;
|
28810
|
+
border-radius: 2px;
|
28340
28811
|
}
|
28341
28812
|
|
28342
28813
|
.amis-scope .antd-Progress-bar--stripe {
|
@@ -28562,7 +29033,7 @@ readers do not read off random characters that represent icons */
|
|
28562
29033
|
|
28563
29034
|
.amis-scope .antd-StatusField-label {
|
28564
29035
|
font-size: 0.75rem;
|
28565
|
-
margin-left: 0.
|
29036
|
+
margin-left: 0.25rem;
|
28566
29037
|
}
|
28567
29038
|
|
28568
29039
|
@keyframes animation-rolling_red {
|
@@ -28698,7 +29169,7 @@ readers do not read off random characters that represent icons */
|
|
28698
29169
|
position: absolute;
|
28699
29170
|
left: 0;
|
28700
29171
|
top: 0;
|
28701
|
-
transition-duration:
|
29172
|
+
transition-duration: 0s;
|
28702
29173
|
transition-timing-function: ease-out;
|
28703
29174
|
transition-property: transform, opacity;
|
28704
29175
|
}
|
@@ -28781,7 +29252,7 @@ readers do not read off random characters that represent icons */
|
|
28781
29252
|
width: 0.5rem;
|
28782
29253
|
border-radius: 0.25rem;
|
28783
29254
|
margin: 0.4375rem 0.25rem;
|
28784
|
-
transition-duration:
|
29255
|
+
transition-duration: 0s;
|
28785
29256
|
opacity: 0.3;
|
28786
29257
|
}
|
28787
29258
|
|
@@ -28797,7 +29268,7 @@ readers do not read off random characters that represent icons */
|
|
28797
29268
|
top: 0;
|
28798
29269
|
bottom: 0;
|
28799
29270
|
position: absolute;
|
28800
|
-
transition-duration:
|
29271
|
+
transition-duration: 0s;
|
28801
29272
|
display: none;
|
28802
29273
|
left: 0;
|
28803
29274
|
}
|
@@ -28820,7 +29291,7 @@ readers do not read off random characters that represent icons */
|
|
28820
29291
|
top: 0;
|
28821
29292
|
bottom: 0;
|
28822
29293
|
position: absolute;
|
28823
|
-
transition-duration:
|
29294
|
+
transition-duration: 0s;
|
28824
29295
|
display: none;
|
28825
29296
|
right: 0;
|
28826
29297
|
}
|
@@ -28927,8 +29398,8 @@ readers do not read off random characters that represent icons */
|
|
28927
29398
|
color: #999;
|
28928
29399
|
text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
|
28929
29400
|
animation-name: disappear;
|
28930
|
-
animation-delay:
|
28931
|
-
animation-duration:
|
29401
|
+
animation-delay: 0s;
|
29402
|
+
animation-duration: 0s;
|
28932
29403
|
animation-fill-mode: both;
|
28933
29404
|
}
|
28934
29405
|
|
@@ -28953,7 +29424,7 @@ readers do not read off random characters that represent icons */
|
|
28953
29424
|
.amis-scope .antd-ImageGallery-main:hover .antd-ImageGallery-nextBtn {
|
28954
29425
|
animation-name: appear;
|
28955
29426
|
animation-delay: 0s;
|
28956
|
-
animation-duration:
|
29427
|
+
animation-duration: 0s;
|
28957
29428
|
}
|
28958
29429
|
|
28959
29430
|
.amis-scope .antd-ImageGallery-prevBtn {
|
@@ -29087,6 +29558,7 @@ readers do not read off random characters that represent icons */
|
|
29087
29558
|
|
29088
29559
|
.amis-scope .antd-Image-thumbWrap {
|
29089
29560
|
position: relative;
|
29561
|
+
height: 100%;
|
29090
29562
|
}
|
29091
29563
|
|
29092
29564
|
.amis-scope .antd-Image-image {
|
@@ -29202,7 +29674,7 @@ readers do not read off random characters that represent icons */
|
|
29202
29674
|
}
|
29203
29675
|
|
29204
29676
|
.amis-scope .antd-Image-overlay {
|
29205
|
-
background: rgba(
|
29677
|
+
background: rgba(8, 14, 26, 0.5);
|
29206
29678
|
position: absolute;
|
29207
29679
|
width: 100%;
|
29208
29680
|
height: 100%;
|
@@ -29301,6 +29773,16 @@ readers do not read off random characters that represent icons */
|
|
29301
29773
|
border-color: #40a9ff;
|
29302
29774
|
}
|
29303
29775
|
|
29776
|
+
.amis-scope .antd-InputBox--borderHalf {
|
29777
|
+
border-left-color: transparent !important;
|
29778
|
+
border-right-color: transparent !important;
|
29779
|
+
border-top-color: transparent !important;
|
29780
|
+
}
|
29781
|
+
|
29782
|
+
.amis-scope .antd-InputBox--borderNone {
|
29783
|
+
border-color: transparent !important;
|
29784
|
+
}
|
29785
|
+
|
29304
29786
|
.amis-scope .antd-InputBox--inline {
|
29305
29787
|
display: inline-flex;
|
29306
29788
|
}
|
@@ -29407,6 +29889,16 @@ readers do not read off random characters that represent icons */
|
|
29407
29889
|
border-color: #40a9ff;
|
29408
29890
|
}
|
29409
29891
|
|
29892
|
+
.amis-scope .antd-ResultBox--borderHalf {
|
29893
|
+
border-left-color: transparent !important;
|
29894
|
+
border-right-color: transparent !important;
|
29895
|
+
border-top-color: transparent !important;
|
29896
|
+
}
|
29897
|
+
|
29898
|
+
.amis-scope .antd-ResultBox--borderNone {
|
29899
|
+
border-color: transparent !important;
|
29900
|
+
}
|
29901
|
+
|
29410
29902
|
.amis-scope .antd-ResultBox.is-error {
|
29411
29903
|
border-color: #ff4d4f;
|
29412
29904
|
background: #fff;
|
@@ -29556,7 +30048,7 @@ readers do not read off random characters that represent icons */
|
|
29556
30048
|
height: 30px;
|
29557
30049
|
width: 30px;
|
29558
30050
|
padding: 0 8px;
|
29559
|
-
transition: all
|
30051
|
+
transition: all 0s ease-in-out;
|
29560
30052
|
border: 0.0625rem solid transparent;
|
29561
30053
|
border-radius: 2px;
|
29562
30054
|
height: 30px;
|
@@ -29845,7 +30337,7 @@ readers do not read off random characters that represent icons */
|
|
29845
30337
|
height: 1px;
|
29846
30338
|
left: 100%;
|
29847
30339
|
width: 9999px;
|
29848
|
-
padding-right:
|
30340
|
+
padding-right: 0.625rem;
|
29849
30341
|
background-color: #b4bbc5;
|
29850
30342
|
}
|
29851
30343
|
|
@@ -29926,11 +30418,54 @@ readers do not read off random characters that represent icons */
|
|
29926
30418
|
color: #ff4d4f;
|
29927
30419
|
}
|
29928
30420
|
|
29929
|
-
.amis-scope .antd-Steps .antd-StepsItem.is-finish .antd-StepsItem-icon,
|
29930
|
-
.amis-scope .antd-Steps .antd-StepsItem.is-process .antd-StepsItem-icon {
|
29931
|
-
background-color: #1890ff;
|
29932
|
-
color: #fff;
|
29933
|
-
border: 1px solid #1890ff;
|
30421
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-finish .antd-StepsItem-icon,
|
30422
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-process .antd-StepsItem-icon {
|
30423
|
+
background-color: #1890ff;
|
30424
|
+
color: #fff;
|
30425
|
+
border: 1px solid #1890ff;
|
30426
|
+
}
|
30427
|
+
|
30428
|
+
.amis-scope .antd-Portlet {
|
30429
|
+
border: 0.0625rem solid #eceff8;
|
30430
|
+
border-radius: 2px;
|
30431
|
+
padding: 0.75rem;
|
30432
|
+
}
|
30433
|
+
|
30434
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
|
30435
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30436
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30437
|
+
border: none !important;
|
30438
|
+
color: inherit !important;
|
30439
|
+
cursor: auto !important;
|
30440
|
+
}
|
30441
|
+
|
30442
|
+
.amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
|
30443
|
+
border-bottom: none;
|
30444
|
+
}
|
30445
|
+
|
30446
|
+
.amis-scope .antd-Portlet .antd-Tabs-pane {
|
30447
|
+
padding: unset;
|
30448
|
+
}
|
30449
|
+
|
30450
|
+
.amis-scope .antd-Portlet-toolbar {
|
30451
|
+
display: inline-flex;
|
30452
|
+
float: right;
|
30453
|
+
justify-content: flex-end;
|
30454
|
+
}
|
30455
|
+
|
30456
|
+
.amis-scope .antd-Portlet-toolbar .antd-Button {
|
30457
|
+
margin-left: calc(0.25rem);
|
30458
|
+
}
|
30459
|
+
|
30460
|
+
.amis-scope .antd-Portlet-header-desc {
|
30461
|
+
height: 100%;
|
30462
|
+
overflow: hidden;
|
30463
|
+
position: relative;
|
30464
|
+
margin-left: 0.75rem;
|
30465
|
+
}
|
30466
|
+
|
30467
|
+
.amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
|
30468
|
+
display: none;
|
29934
30469
|
}
|
29935
30470
|
|
29936
30471
|
.amis-scope fieldset.antd-Collapse--lg,
|
@@ -29991,11 +30526,14 @@ readers do not read off random characters that represent icons */
|
|
29991
30526
|
margin: 0.75rem 0;
|
29992
30527
|
padding: 0 0 0 14px;
|
29993
30528
|
cursor: pointer;
|
29994
|
-
border-bottom:
|
30529
|
+
border-bottom: none !important;
|
30530
|
+
background: transparent;
|
29995
30531
|
display: flex;
|
29996
30532
|
flex-direction: row;
|
29997
|
-
|
29998
|
-
|
30533
|
+
}
|
30534
|
+
|
30535
|
+
.amis-scope fieldset.antd-Collapse > legend:hover {
|
30536
|
+
background: transparent;
|
29999
30537
|
}
|
30000
30538
|
|
30001
30539
|
.amis-scope fieldset.antd-Collapse--xs {
|
@@ -30461,14 +30999,14 @@ readers do not read off random characters that represent icons */
|
|
30461
30999
|
.amis-scope .antd-TextControl.is-error > .antd-TextControl-input {
|
30462
31000
|
border-color: #ff4d4f;
|
30463
31001
|
background: #fff;
|
30464
|
-
transition: all
|
31002
|
+
transition: all 0s;
|
30465
31003
|
}
|
30466
31004
|
|
30467
31005
|
.amis-scope .antd-TextControl.is-focused > .antd-TextControl-input {
|
30468
31006
|
border-color: #40a9ff;
|
30469
31007
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
30470
31008
|
background: #fff;
|
30471
|
-
transition: all
|
31009
|
+
transition: all 0s;
|
30472
31010
|
}
|
30473
31011
|
|
30474
31012
|
.amis-scope .antd-TextControl.is-error.is-focused > .antd-TextControl-input {
|
@@ -30479,7 +31017,7 @@ readers do not read off random characters that represent icons */
|
|
30479
31017
|
color: #999;
|
30480
31018
|
background: #e5e7eb;
|
30481
31019
|
border-color: #d9d9d9;
|
30482
|
-
transition: all
|
31020
|
+
transition: all 0s;
|
30483
31021
|
}
|
30484
31022
|
|
30485
31023
|
.amis-scope .antd-TextControl-spinner {
|
@@ -30754,6 +31292,14 @@ readers do not read off random characters that represent icons */
|
|
30754
31292
|
color: #ff4d4f;
|
30755
31293
|
}
|
30756
31294
|
|
31295
|
+
.amis-scope .antd-TextControl-input:hover {
|
31296
|
+
border-color: #40a9ff;
|
31297
|
+
}
|
31298
|
+
|
31299
|
+
.amis-scope .antd-TextControl.is-disabled-input input {
|
31300
|
+
color: #999;
|
31301
|
+
}
|
31302
|
+
|
30757
31303
|
.amis-scope .antd-TextareaControl {
|
30758
31304
|
position: relative;
|
30759
31305
|
}
|
@@ -30790,12 +31336,21 @@ readers do not read off random characters that represent icons */
|
|
30790
31336
|
color: #999;
|
30791
31337
|
}
|
30792
31338
|
|
31339
|
+
.amis-scope .antd-TextareaControl > textarea:hover {
|
31340
|
+
border-color: #40a9ff;
|
31341
|
+
}
|
31342
|
+
|
30793
31343
|
.amis-scope .antd-TextareaControl > textarea:focus,
|
30794
31344
|
.amis-scope .antd-TextareaControl.is-focused > textarea {
|
30795
31345
|
border-color: #40a9ff;
|
30796
31346
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
30797
31347
|
}
|
30798
31348
|
|
31349
|
+
.amis-scope .antd-TextareaControl > textarea:focus:hover,
|
31350
|
+
.amis-scope .antd-TextareaControl.is-focused > textarea:hover {
|
31351
|
+
border-color: #40a9ff;
|
31352
|
+
}
|
31353
|
+
|
30799
31354
|
.amis-scope .antd-TextareaControl.is-disabled > textarea,
|
30800
31355
|
.amis-scope .antd-TextareaControl > textarea[disabled] {
|
30801
31356
|
background: #e5e7eb;
|
@@ -30882,7 +31437,7 @@ readers do not read off random characters that represent icons */
|
|
30882
31437
|
width: 0px;
|
30883
31438
|
height: 0px;
|
30884
31439
|
background: transparent;
|
30885
|
-
transition: all
|
31440
|
+
transition: all 0s;
|
30886
31441
|
transform-origin: 50% 50%;
|
30887
31442
|
transform: translate(-50%, -50%);
|
30888
31443
|
}
|
@@ -30975,7 +31530,7 @@ readers do not read off random characters that represent icons */
|
|
30975
31530
|
width: 0;
|
30976
31531
|
height: 0;
|
30977
31532
|
border-color: transparent;
|
30978
|
-
transition: width
|
31533
|
+
transition: width 0s, height 0s, transform 0s;
|
30979
31534
|
border-width: 0 0 0.125rem 0.125rem;
|
30980
31535
|
transform: translate(-50%, -60%) rotate(-40deg);
|
30981
31536
|
border-style: solid;
|
@@ -31102,7 +31657,7 @@ readers do not read off random characters that represent icons */
|
|
31102
31657
|
color: #999;
|
31103
31658
|
}
|
31104
31659
|
|
31105
|
-
.amis-scope .antd-
|
31660
|
+
.amis-scope .antd-Selection > .antd-Checkbox {
|
31106
31661
|
display: block;
|
31107
31662
|
height: 1.875rem;
|
31108
31663
|
line-height: 1.4285714286;
|
@@ -31110,43 +31665,36 @@ readers do not read off random characters that represent icons */
|
|
31110
31665
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
31111
31666
|
}
|
31112
31667
|
|
31113
|
-
.amis-scope .antd-
|
31668
|
+
.amis-scope .antd-Selection--inline > .antd-Checkbox {
|
31114
31669
|
display: inline-block;
|
31115
31670
|
}
|
31116
31671
|
|
31117
|
-
.amis-scope .antd-
|
31672
|
+
.amis-scope .antd-Selection-addBtn {
|
31118
31673
|
display: block;
|
31119
31674
|
cursor: pointer;
|
31120
31675
|
}
|
31121
31676
|
|
31122
|
-
.amis-scope .antd-
|
31677
|
+
.amis-scope .antd-Selection-addBtn:hover {
|
31123
31678
|
text-decoration: none;
|
31124
31679
|
}
|
31125
31680
|
|
31126
|
-
.amis-scope .antd-
|
31681
|
+
.amis-scope .antd-Selection-addBtn > svg {
|
31127
31682
|
width: 0.875rem;
|
31128
31683
|
height: 0.875rem;
|
31129
31684
|
margin-right: 0.25rem;
|
31130
31685
|
}
|
31131
31686
|
|
31132
|
-
.amis-scope .antd-
|
31133
|
-
.amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
|
31134
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
|
31135
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
|
31687
|
+
.amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
|
31136
31688
|
border-top: 0.0625rem solid #dfe2e6;
|
31137
31689
|
}
|
31138
31690
|
|
31139
|
-
.amis-scope .antd-
|
31140
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
|
31141
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
|
31142
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
|
31691
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
31143
31692
|
font-size: 0.75rem;
|
31144
31693
|
padding: 0.25rem 0.25rem;
|
31145
31694
|
color: #999;
|
31146
31695
|
}
|
31147
31696
|
|
31148
|
-
.amis-scope .antd-
|
31149
|
-
.amis-scope .antd-ListRadios-item {
|
31697
|
+
.amis-scope .antd-GroupedSelection-item {
|
31150
31698
|
display: flex;
|
31151
31699
|
height: 1.875rem;
|
31152
31700
|
line-height: 1.4285714286;
|
@@ -31157,51 +31705,37 @@ readers do not read off random characters that represent icons */
|
|
31157
31705
|
user-select: none;
|
31158
31706
|
}
|
31159
31707
|
|
31160
|
-
.amis-scope .antd-
|
31161
|
-
.amis-scope .antd-ListRadios-item > .antd-Checkbox {
|
31708
|
+
.amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
|
31162
31709
|
margin-right: 0;
|
31163
31710
|
}
|
31164
31711
|
|
31165
|
-
.amis-scope .antd-
|
31166
|
-
.amis-scope .antd-ListRadios-item.is-active {
|
31712
|
+
.amis-scope .antd-GroupedSelection-item.is-active {
|
31167
31713
|
color: #1890ff;
|
31168
31714
|
background: transparent;
|
31169
31715
|
}
|
31170
31716
|
|
31171
|
-
.amis-scope .antd-
|
31172
|
-
.amis-scope .antd-ListRadios-item:hover {
|
31717
|
+
.amis-scope .antd-GroupedSelection-item:hover {
|
31173
31718
|
background: rgba(0, 126, 255, 0.08);
|
31174
31719
|
}
|
31175
31720
|
|
31176
|
-
.amis-scope .antd-
|
31177
|
-
.amis-scope .antd-ListRadios-item.is-disabled {
|
31721
|
+
.amis-scope .antd-GroupedSelection-item.is-disabled {
|
31178
31722
|
pointer-events: none;
|
31179
31723
|
color: #999;
|
31180
31724
|
}
|
31181
31725
|
|
31182
|
-
.amis-scope .antd-
|
31183
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
31184
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
31185
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
|
31186
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
|
31187
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
31188
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
31189
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
|
31726
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
|
31190
31727
|
padding-left: 0.75rem;
|
31191
31728
|
}
|
31192
31729
|
|
31193
|
-
.amis-scope .antd-
|
31194
|
-
.amis-scope .antd-ListRadios-itemLabel {
|
31730
|
+
.amis-scope .antd-GroupedSelection-itemLabel {
|
31195
31731
|
flex-grow: 1;
|
31196
31732
|
}
|
31197
31733
|
|
31198
|
-
.amis-scope .antd-
|
31199
|
-
.amis-scope .antd-ListRadios-itemLabel span {
|
31734
|
+
.amis-scope .antd-GroupedSelection-itemLabel span {
|
31200
31735
|
white-space: nowrap;
|
31201
31736
|
}
|
31202
31737
|
|
31203
|
-
.amis-scope .antd-
|
31204
|
-
.amis-scope .antd-ListRadios-placeholder {
|
31738
|
+
.amis-scope .antd-GroupedSelection-placeholder {
|
31205
31739
|
height: 1.875rem;
|
31206
31740
|
line-height: 1.4285714286;
|
31207
31741
|
font-size: 0.875rem;
|
@@ -31209,52 +31743,54 @@ readers do not read off random characters that represent icons */
|
|
31209
31743
|
color: #999;
|
31210
31744
|
}
|
31211
31745
|
|
31212
|
-
.amis-scope .antd-
|
31746
|
+
.amis-scope .antd-TableSelection .antd-Table-content {
|
31213
31747
|
border-top: 0.0625rem solid #eceff8;
|
31214
31748
|
}
|
31215
31749
|
|
31216
|
-
.amis-scope .antd-
|
31217
|
-
.amis-scope .antd-
|
31750
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
|
31751
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
|
31218
31752
|
font-size: 0.75rem;
|
31219
31753
|
padding-top: 0.25rem;
|
31220
31754
|
padding-bottom: 0.375rem;
|
31221
31755
|
vertical-align: middle;
|
31222
31756
|
}
|
31223
31757
|
|
31224
|
-
.amis-scope .antd-
|
31758
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
|
31225
31759
|
padding-top: 0.375rem;
|
31226
31760
|
}
|
31227
31761
|
|
31228
|
-
.amis-scope .antd-
|
31229
|
-
.amis-scope .antd-
|
31762
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
|
31763
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
|
31230
31764
|
padding-left: 0.625rem;
|
31231
31765
|
padding-right: 0;
|
31232
31766
|
}
|
31233
31767
|
|
31234
|
-
.amis-scope .antd-
|
31235
|
-
.amis-scope .antd-
|
31768
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
|
31769
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
|
31236
31770
|
padding-right: 1rem;
|
31237
31771
|
}
|
31238
31772
|
|
31239
|
-
.amis-scope .antd-
|
31773
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
|
31240
31774
|
cursor: pointer;
|
31241
31775
|
}
|
31242
31776
|
|
31243
|
-
.amis-scope .antd-
|
31244
|
-
|
31777
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
|
31778
|
+
color: #1890ff;
|
31779
|
+
background: transparent;
|
31780
|
+
}
|
31781
|
+
|
31782
|
+
.amis-scope .antd-TreeSelection .antd-Table-expandBtn {
|
31245
31783
|
color: inherit;
|
31246
31784
|
margin-right: 5px;
|
31247
31785
|
}
|
31248
31786
|
|
31249
|
-
.amis-scope .antd-
|
31250
|
-
.amis-scope .antd-TreeRadios-sublist {
|
31787
|
+
.amis-scope .antd-TreeSelection-sublist {
|
31251
31788
|
position: relative;
|
31252
31789
|
margin: 0 0 0 2.1875rem;
|
31253
31790
|
display: none;
|
31254
31791
|
}
|
31255
31792
|
|
31256
|
-
.amis-scope .antd-
|
31257
|
-
.amis-scope .antd-TreeRadios-sublist:before {
|
31793
|
+
.amis-scope .antd-TreeSelection-sublist:before {
|
31258
31794
|
width: 1px;
|
31259
31795
|
content: "";
|
31260
31796
|
display: block;
|
@@ -31265,29 +31801,19 @@ readers do not read off random characters that represent icons */
|
|
31265
31801
|
border-left: dashed 1px inherit;
|
31266
31802
|
}
|
31267
31803
|
|
31268
|
-
.amis-scope .antd-
|
31269
|
-
.amis-scope .antd-TreeRadios-item {
|
31804
|
+
.amis-scope .antd-TreeSelection-item {
|
31270
31805
|
position: relative;
|
31271
31806
|
}
|
31272
31807
|
|
31273
|
-
.amis-scope .antd-
|
31274
|
-
.amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
|
31275
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
|
31276
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
|
31808
|
+
.amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
|
31277
31809
|
display: block;
|
31278
31810
|
}
|
31279
31811
|
|
31280
|
-
.amis-scope .antd-
|
31281
|
-
.amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
|
31282
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
|
31283
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
|
31812
|
+
.amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
|
31284
31813
|
bottom: 0;
|
31285
31814
|
}
|
31286
31815
|
|
31287
|
-
.amis-scope .antd-
|
31288
|
-
.amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
|
31289
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
|
31290
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
|
31816
|
+
.amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
|
31291
31817
|
height: 1px;
|
31292
31818
|
content: "";
|
31293
31819
|
display: block;
|
@@ -31298,8 +31824,7 @@ readers do not read off random characters that represent icons */
|
|
31298
31824
|
border-top: dashed 1px inherit;
|
31299
31825
|
}
|
31300
31826
|
|
31301
|
-
.amis-scope .antd-
|
31302
|
-
.amis-scope .antd-TreeRadios-itemInner {
|
31827
|
+
.amis-scope .antd-TreeSelection-itemInner {
|
31303
31828
|
display: flex;
|
31304
31829
|
align-items: center;
|
31305
31830
|
height: 1.875rem;
|
@@ -31312,20 +31837,17 @@ readers do not read off random characters that represent icons */
|
|
31312
31837
|
position: relative;
|
31313
31838
|
}
|
31314
31839
|
|
31315
|
-
.amis-scope .antd-
|
31316
|
-
.amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
|
31840
|
+
.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
|
31317
31841
|
margin-right: 0;
|
31318
31842
|
margin-left: 0.5rem;
|
31319
31843
|
}
|
31320
31844
|
|
31321
|
-
.amis-scope .antd-
|
31322
|
-
.amis-scope .antd-TreeRadios-itemInner > * {
|
31845
|
+
.amis-scope .antd-TreeSelection-itemInner > * {
|
31323
31846
|
position: relative;
|
31324
31847
|
z-index: 2;
|
31325
31848
|
}
|
31326
31849
|
|
31327
|
-
.amis-scope .antd-
|
31328
|
-
.amis-scope .antd-TreeRadios-itemInner:hover:after {
|
31850
|
+
.amis-scope .antd-TreeSelection-itemInner:hover:after {
|
31329
31851
|
position: absolute;
|
31330
31852
|
content: "";
|
31331
31853
|
z-index: 1;
|
@@ -31336,24 +31858,20 @@ readers do not read off random characters that represent icons */
|
|
31336
31858
|
background: rgba(0, 126, 255, 0.08);
|
31337
31859
|
}
|
31338
31860
|
|
31339
|
-
.amis-scope .antd-
|
31340
|
-
.amis-scope .antd-TreeRadios-itemInner.is-active {
|
31861
|
+
.amis-scope .antd-TreeSelection-itemInner.is-active {
|
31341
31862
|
color: #1890ff;
|
31342
31863
|
}
|
31343
31864
|
|
31344
|
-
.amis-scope .antd-
|
31345
|
-
.amis-scope .antd-TreeRadios-itemInner.is-disabled {
|
31865
|
+
.amis-scope .antd-TreeSelection-itemInner.is-disabled {
|
31346
31866
|
pointer-events: none;
|
31347
31867
|
color: #999;
|
31348
31868
|
}
|
31349
31869
|
|
31350
|
-
.amis-scope .antd-
|
31351
|
-
.amis-scope .antd-TreeRadios-itemLabel {
|
31870
|
+
.amis-scope .antd-TreeSelection-itemLabel {
|
31352
31871
|
flex-grow: 1;
|
31353
31872
|
}
|
31354
31873
|
|
31355
|
-
.amis-scope .antd-
|
31356
|
-
.amis-scope .antd-TreeRadios-placeholder {
|
31874
|
+
.amis-scope .antd-TreeSelection-placeholder {
|
31357
31875
|
height: 1.875rem;
|
31358
31876
|
line-height: 1.4285714286;
|
31359
31877
|
font-size: 0.875rem;
|
@@ -31361,27 +31879,27 @@ readers do not read off random characters that represent icons */
|
|
31361
31879
|
color: #999;
|
31362
31880
|
}
|
31363
31881
|
|
31364
|
-
.amis-scope .antd-
|
31882
|
+
.amis-scope .antd-ChainedSelection {
|
31365
31883
|
display: flex;
|
31366
31884
|
flex-direction: row;
|
31367
31885
|
}
|
31368
31886
|
|
31369
|
-
.amis-scope .antd-
|
31887
|
+
.amis-scope .antd-ChainedSelection-col {
|
31370
31888
|
flex-grow: 1;
|
31371
31889
|
min-width: 150px;
|
31372
31890
|
}
|
31373
31891
|
|
31374
|
-
.amis-scope .antd-
|
31892
|
+
.amis-scope .antd-ChainedSelection-col:not(:last-child) {
|
31375
31893
|
border-right: 1px solid #eceff8;
|
31376
31894
|
}
|
31377
31895
|
|
31378
|
-
.amis-scope .antd-
|
31896
|
+
.amis-scope .antd-ChainedSelection-subTitle {
|
31379
31897
|
font-size: 0.75rem;
|
31380
31898
|
padding: 0.25rem 0.25rem;
|
31381
31899
|
color: #999;
|
31382
31900
|
}
|
31383
31901
|
|
31384
|
-
.amis-scope .antd-
|
31902
|
+
.amis-scope .antd-ChainedSelection-item {
|
31385
31903
|
display: flex;
|
31386
31904
|
height: 1.875rem;
|
31387
31905
|
line-height: 1.4285714286;
|
@@ -31392,29 +31910,29 @@ readers do not read off random characters that represent icons */
|
|
31392
31910
|
user-select: none;
|
31393
31911
|
}
|
31394
31912
|
|
31395
|
-
.amis-scope .antd-
|
31913
|
+
.amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
|
31396
31914
|
margin-right: 0;
|
31397
31915
|
}
|
31398
31916
|
|
31399
|
-
.amis-scope .antd-
|
31917
|
+
.amis-scope .antd-ChainedSelection-item.is-active {
|
31400
31918
|
color: #1890ff;
|
31401
31919
|
background: transparent;
|
31402
31920
|
}
|
31403
31921
|
|
31404
|
-
.amis-scope .antd-
|
31922
|
+
.amis-scope .antd-ChainedSelection-item:hover {
|
31405
31923
|
background: rgba(0, 126, 255, 0.08);
|
31406
31924
|
}
|
31407
31925
|
|
31408
|
-
.amis-scope .antd-
|
31926
|
+
.amis-scope .antd-ChainedSelection-item.is-disabled {
|
31409
31927
|
pointer-events: none;
|
31410
31928
|
color: #999;
|
31411
31929
|
}
|
31412
31930
|
|
31413
|
-
.amis-scope .antd-
|
31931
|
+
.amis-scope .antd-ChainedSelection-itemLabel {
|
31414
31932
|
flex-grow: 1;
|
31415
31933
|
}
|
31416
31934
|
|
31417
|
-
.amis-scope .antd-
|
31935
|
+
.amis-scope .antd-ChainedSelection-placeholder {
|
31418
31936
|
height: 1.875rem;
|
31419
31937
|
line-height: 1.4285714286;
|
31420
31938
|
font-size: 0.875rem;
|
@@ -31422,34 +31940,35 @@ readers do not read off random characters that represent icons */
|
|
31422
31940
|
color: #999;
|
31423
31941
|
}
|
31424
31942
|
|
31425
|
-
.amis-scope .antd-
|
31943
|
+
.amis-scope .antd-AssociatedSelection {
|
31426
31944
|
display: flex;
|
31427
31945
|
flex-direction: row;
|
31428
31946
|
}
|
31429
31947
|
|
31430
|
-
.amis-scope .antd-
|
31431
|
-
.amis-scope .antd-
|
31948
|
+
.amis-scope .antd-AssociatedSelection-left,
|
31949
|
+
.amis-scope .antd-AssociatedSelection-right {
|
31432
31950
|
flex-grow: 1;
|
31433
31951
|
width: 0;
|
31434
|
-
height:
|
31952
|
+
min-height: 12.5rem;
|
31953
|
+
max-height: 25rem;
|
31435
31954
|
overflow: auto;
|
31436
31955
|
}
|
31437
31956
|
|
31438
|
-
.amis-scope .antd-
|
31957
|
+
.amis-scope .antd-AssociatedSelection-left {
|
31439
31958
|
border-right: 1px solid #eceff8;
|
31440
31959
|
}
|
31441
31960
|
|
31442
|
-
.amis-scope .antd-
|
31961
|
+
.amis-scope .antd-AssociatedSelection-reload {
|
31443
31962
|
text-align: center;
|
31444
31963
|
color: #1890ff;
|
31445
31964
|
margin: 20px 0 0;
|
31446
31965
|
}
|
31447
31966
|
|
31448
|
-
.amis-scope .antd-
|
31967
|
+
.amis-scope .antd-AssociatedSelection-reload.is-clickable {
|
31449
31968
|
cursor: pointer;
|
31450
31969
|
}
|
31451
31970
|
|
31452
|
-
.amis-scope .antd-
|
31971
|
+
.amis-scope .antd-AssociatedSelection-box {
|
31453
31972
|
line-height: 1.4285714286;
|
31454
31973
|
font-size: 0.75rem;
|
31455
31974
|
color: #999;
|
@@ -31461,7 +31980,7 @@ readers do not read off random characters that represent icons */
|
|
31461
31980
|
height: 100%;
|
31462
31981
|
}
|
31463
31982
|
|
31464
|
-
.amis-scope .antd-
|
31983
|
+
.amis-scope .antd-AssociatedSelection-box > p {
|
31465
31984
|
text-align: center;
|
31466
31985
|
margin: 10px 0 20px;
|
31467
31986
|
color: #999;
|
@@ -31530,7 +32049,7 @@ readers do not read off random characters that represent icons */
|
|
31530
32049
|
line-height: 1.375rem;
|
31531
32050
|
font-style: normal;
|
31532
32051
|
font-weight: bold;
|
31533
|
-
transition: all
|
32052
|
+
transition: all 0s;
|
31534
32053
|
}
|
31535
32054
|
|
31536
32055
|
.amis-scope .antd-Switch .slider:before {
|
@@ -31542,7 +32061,7 @@ readers do not read off random characters that represent icons */
|
|
31542
32061
|
bottom: 0.0625rem;
|
31543
32062
|
left: 0.0625rem;
|
31544
32063
|
border-radius: 50%;
|
31545
|
-
transition: margin-left
|
32064
|
+
transition: margin-left 0s;
|
31546
32065
|
}
|
31547
32066
|
|
31548
32067
|
.amis-scope .antd-Switch.is-checked {
|
@@ -31678,7 +32197,7 @@ readers do not read off random characters that represent icons */
|
|
31678
32197
|
-moz-appearance: textfield;
|
31679
32198
|
line-height: calc(1.875rem - 0.0625rem * 2);
|
31680
32199
|
height: 100%;
|
31681
|
-
transition: all
|
32200
|
+
transition: all 0s ease;
|
31682
32201
|
border: 0;
|
31683
32202
|
border-radius: 2px;
|
31684
32203
|
padding: 0 0.5rem;
|
@@ -31914,7 +32433,7 @@ readers do not read off random characters that represent icons */
|
|
31914
32433
|
}
|
31915
32434
|
|
31916
32435
|
.amis-scope .antd-Select-arrow > svg {
|
31917
|
-
transition: transform
|
32436
|
+
transition: transform 0s;
|
31918
32437
|
display: inline-block;
|
31919
32438
|
color: #999;
|
31920
32439
|
width: 10px;
|
@@ -32204,6 +32723,7 @@ readers do not read off random characters that represent icons */
|
|
32204
32723
|
color: rgba(0, 0, 0, 0.85);
|
32205
32724
|
transition: none;
|
32206
32725
|
max-width: calc(12.5rem + 2 * 0.75rem);
|
32726
|
+
border-radius: 0.1875rem;
|
32207
32727
|
}
|
32208
32728
|
|
32209
32729
|
.amis-scope .antd-ListControl-item:not(.is-disabled) {
|
@@ -32319,7 +32839,7 @@ readers do not read off random characters that represent icons */
|
|
32319
32839
|
white-space: nowrap;
|
32320
32840
|
color: rgba(0, 0, 0, 0.85);
|
32321
32841
|
background: #fff;
|
32322
|
-
border-radius:
|
32842
|
+
border-radius: 0.0625rem;
|
32323
32843
|
}
|
32324
32844
|
|
32325
32845
|
.amis-scope .antd-LocationPicker:not(.is-disabled) {
|
@@ -32475,6 +32995,7 @@ readers do not read off random characters that represent icons */
|
|
32475
32995
|
) / 2 - 0.0625rem) 0.75rem;
|
32476
32996
|
background: #fff;
|
32477
32997
|
color: rgba(0, 0, 0, 0.85);
|
32998
|
+
border-radius: 2px;
|
32478
32999
|
}
|
32479
33000
|
|
32480
33001
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
@@ -32640,6 +33161,8 @@ readers do not read off random characters that represent icons */
|
|
32640
33161
|
.amis-scope .antd-DatePicker-toggler {
|
32641
33162
|
cursor: pointer;
|
32642
33163
|
color: inherit;
|
33164
|
+
display: inline-flex;
|
33165
|
+
align-items: center;
|
32643
33166
|
}
|
32644
33167
|
|
32645
33168
|
.amis-scope .antd-DatePicker-toggler:hover {
|
@@ -32866,7 +33389,7 @@ readers do not read off random characters that represent icons */
|
|
32866
33389
|
}
|
32867
33390
|
|
32868
33391
|
.amis-scope .antd-CalendarCounter-btn:hover {
|
32869
|
-
color: #
|
33392
|
+
color: #1c53c1;
|
32870
33393
|
}
|
32871
33394
|
|
32872
33395
|
.amis-scope .antd-CalendarCounter-btn > svg {
|
@@ -33172,6 +33695,8 @@ readers do not read off random characters that represent icons */
|
|
33172
33695
|
.amis-scope .antd-DateRangePicker-toggler {
|
33173
33696
|
cursor: pointer;
|
33174
33697
|
color: inherit;
|
33698
|
+
display: inline-flex;
|
33699
|
+
align-items: center;
|
33175
33700
|
}
|
33176
33701
|
|
33177
33702
|
.amis-scope .antd-DateRangePicker-toggler:hover {
|
@@ -33287,9 +33812,11 @@ readers do not read off random characters that represent icons */
|
|
33287
33812
|
width: 7.5rem;
|
33288
33813
|
height: 7.5rem;
|
33289
33814
|
display: inline-flex;
|
33815
|
+
flex-direction: column;
|
33290
33816
|
justify-content: center;
|
33291
33817
|
align-items: center;
|
33292
33818
|
border: 0.0625rem solid #eceff8;
|
33819
|
+
border-radius: 0;
|
33293
33820
|
cursor: pointer;
|
33294
33821
|
margin-right: 0.75rem;
|
33295
33822
|
color: rgba(0, 0, 0, 0.85);
|
@@ -33316,9 +33843,10 @@ readers do not read off random characters that represent icons */
|
|
33316
33843
|
}
|
33317
33844
|
|
33318
33845
|
.amis-scope .antd-ImageControl-addBtn > svg {
|
33319
|
-
width:
|
33320
|
-
height:
|
33846
|
+
width: 1.5rem;
|
33847
|
+
height: 1.5rem;
|
33321
33848
|
top: 0;
|
33849
|
+
margin-bottom: 0.5rem;
|
33322
33850
|
}
|
33323
33851
|
|
33324
33852
|
.amis-scope .antd-ImageControl-addBtn.is-disabled {
|
@@ -33356,6 +33884,7 @@ readers do not read off random characters that represent icons */
|
|
33356
33884
|
|
33357
33885
|
.amis-scope .antd-ImageControl-item {
|
33358
33886
|
border: 0.0625rem solid #eceff8;
|
33887
|
+
border-radius: 0;
|
33359
33888
|
vertical-align: top;
|
33360
33889
|
padding: 0.25rem;
|
33361
33890
|
display: inline-block;
|
@@ -33413,10 +33942,11 @@ readers do not read off random characters that represent icons */
|
|
33413
33942
|
|
33414
33943
|
.amis-scope .antd-ImageControl-progressValue {
|
33415
33944
|
height: 5px;
|
33945
|
+
border-radius: 0;
|
33416
33946
|
display: block;
|
33417
33947
|
background: #1890ff;
|
33418
33948
|
min-width: 10%;
|
33419
|
-
transition: ease-out width
|
33949
|
+
transition: ease-out width 0s;
|
33420
33950
|
}
|
33421
33951
|
|
33422
33952
|
.amis-scope .antd-ImageControl-item.is-invalid .antd-ImageControl-itemClear {
|
@@ -33517,18 +34047,34 @@ readers do not read off random characters that represent icons */
|
|
33517
34047
|
height: 100%;
|
33518
34048
|
}
|
33519
34049
|
|
34050
|
+
.amis-scope .antd-FileControl-templateInfo {
|
34051
|
+
display: block;
|
34052
|
+
margin-bottom: 0.75rem;
|
34053
|
+
padding: calc(
|
34054
|
+
(
|
34055
|
+
1.875rem - 0.0625rem * 2 -
|
34056
|
+
1.4285714286 * 0.875rem
|
34057
|
+
) / 2
|
34058
|
+
) 0.75rem;
|
34059
|
+
cursor: pointer;
|
34060
|
+
}
|
34061
|
+
|
34062
|
+
.amis-scope .antd-FileControl-templateInfo > svg {
|
34063
|
+
margin-right: 0.25rem;
|
34064
|
+
}
|
34065
|
+
|
33520
34066
|
.amis-scope .antd-FileControl-dropzone {
|
33521
34067
|
outline: none;
|
33522
34068
|
}
|
33523
34069
|
|
33524
34070
|
.amis-scope .antd-FileControl-selectBtn {
|
33525
|
-
|
34071
|
+
display: flex;
|
34072
|
+
align-items: center;
|
33526
34073
|
}
|
33527
34074
|
|
33528
34075
|
.amis-scope .antd-FileControl-selectBtn > svg {
|
33529
|
-
|
33530
|
-
|
33531
|
-
height: pxrem(16px);
|
34076
|
+
width: 0.875rem;
|
34077
|
+
height: 0.875rem;
|
33532
34078
|
}
|
33533
34079
|
|
33534
34080
|
.amis-scope .antd-FileControl-description {
|
@@ -33640,9 +34186,10 @@ readers do not read off random characters that represent icons */
|
|
33640
34186
|
.amis-scope .antd-FileControl-progress > span {
|
33641
34187
|
display: block;
|
33642
34188
|
background: #1890ff;
|
34189
|
+
border-radius: 0;
|
33643
34190
|
height: 100%;
|
33644
34191
|
min-width: 10%;
|
33645
|
-
transition: ease-out width
|
34192
|
+
transition: ease-out width 0s;
|
33646
34193
|
}
|
33647
34194
|
|
33648
34195
|
.amis-scope .antd-FileControl-acceptTip {
|
@@ -34011,8 +34558,8 @@ readers do not read off random characters that represent icons */
|
|
34011
34558
|
position: absolute;
|
34012
34559
|
z-index: 2;
|
34013
34560
|
top: 50%;
|
34014
|
-
transition: transform
|
34015
|
-
box-shadow
|
34561
|
+
transition: transform 0s ease-out,
|
34562
|
+
box-shadow 0s ease-out;
|
34016
34563
|
}
|
34017
34564
|
|
34018
34565
|
.amis-scope .antd-InputRange-slider:active {
|
@@ -34040,7 +34587,7 @@ readers do not read off random characters that represent icons */
|
|
34040
34587
|
}
|
34041
34588
|
|
34042
34589
|
.amis-scope .antd-InputRange-sliderContainer {
|
34043
|
-
transition: left
|
34590
|
+
transition: left 0s
|
34044
34591
|
ease-out;
|
34045
34592
|
}
|
34046
34593
|
|
@@ -34081,8 +34628,8 @@ readers do not read off random characters that represent icons */
|
|
34081
34628
|
display: block;
|
34082
34629
|
height: 0.75rem;
|
34083
34630
|
position: relative;
|
34084
|
-
transition: left
|
34085
|
-
width
|
34631
|
+
transition: left 0s ease-out,
|
34632
|
+
width 0s ease-out;
|
34086
34633
|
}
|
34087
34634
|
|
34088
34635
|
.amis-scope .antd-InputRange.is-disabled .antd-InputRange-track {
|
@@ -34247,7 +34794,7 @@ readers do not read off random characters that represent icons */
|
|
34247
34794
|
|
34248
34795
|
.amis-scope .antd-Tree-item-icons {
|
34249
34796
|
visibility: hidden;
|
34250
|
-
transition: visibility
|
34797
|
+
transition: visibility 0s ease;
|
34251
34798
|
display: inline-block;
|
34252
34799
|
vertical-align: top;
|
34253
34800
|
height: 1.875rem;
|
@@ -34344,7 +34891,7 @@ readers do not read off random characters that represent icons */
|
|
34344
34891
|
width: 0.75rem;
|
34345
34892
|
height: 0.75rem;
|
34346
34893
|
display: block;
|
34347
|
-
transition: transform
|
34894
|
+
transition: transform 0s;
|
34348
34895
|
top: 0;
|
34349
34896
|
transform: rotate(90deg);
|
34350
34897
|
}
|
@@ -34473,14 +35020,14 @@ readers do not read off random characters that represent icons */
|
|
34473
35020
|
.amis-scope .antd-TreeSelect.is-error > .antd-TreeSelect-input {
|
34474
35021
|
border-color: #ff4d4f;
|
34475
35022
|
background: #fff;
|
34476
|
-
transition: all
|
35023
|
+
transition: all 0s;
|
34477
35024
|
}
|
34478
35025
|
|
34479
35026
|
.amis-scope .antd-TreeSelect.is-focused > .antd-TreeSelect-input {
|
34480
35027
|
border-color: #40a9ff;
|
34481
35028
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
34482
35029
|
background: #fff;
|
34483
|
-
transition: all
|
35030
|
+
transition: all 0s;
|
34484
35031
|
}
|
34485
35032
|
|
34486
35033
|
.amis-scope .antd-TreeSelect.is-error.is-focused > .antd-TreeSelect-input {
|
@@ -34491,7 +35038,7 @@ readers do not read off random characters that represent icons */
|
|
34491
35038
|
color: #999;
|
34492
35039
|
background: #e5e7eb;
|
34493
35040
|
border-color: #d9d9d9;
|
34494
|
-
transition: all
|
35041
|
+
transition: all 0s;
|
34495
35042
|
}
|
34496
35043
|
|
34497
35044
|
.amis-scope .antd-TreeSelect-spinner {
|
@@ -34998,7 +35545,7 @@ readers do not read off random characters that represent icons */
|
|
34998
35545
|
}
|
34999
35546
|
|
35000
35547
|
.amis-scope .antd-SubForm-addBtn:hover:focus {
|
35001
|
-
color: #
|
35548
|
+
color: #4f86f4;
|
35002
35549
|
text-decoration: none;
|
35003
35550
|
box-shadow: none;
|
35004
35551
|
}
|
@@ -35088,14 +35635,14 @@ readers do not read off random characters that represent icons */
|
|
35088
35635
|
.amis-scope .antd-Picker.is-error > .antd-Picker-input {
|
35089
35636
|
border-color: #ff4d4f;
|
35090
35637
|
background: #fff;
|
35091
|
-
transition: all
|
35638
|
+
transition: all 0s;
|
35092
35639
|
}
|
35093
35640
|
|
35094
35641
|
.amis-scope .antd-Picker.is-focused > .antd-Picker-input {
|
35095
35642
|
border-color: #40a9ff;
|
35096
35643
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
35097
35644
|
background: #fff;
|
35098
|
-
transition: all
|
35645
|
+
transition: all 0s;
|
35099
35646
|
}
|
35100
35647
|
|
35101
35648
|
.amis-scope .antd-Picker.is-error.is-focused > .antd-Picker-input {
|
@@ -35106,7 +35653,7 @@ readers do not read off random characters that represent icons */
|
|
35106
35653
|
color: #999;
|
35107
35654
|
background: #e5e7eb;
|
35108
35655
|
border-color: #d9d9d9;
|
35109
|
-
transition: all
|
35656
|
+
transition: all 0s;
|
35110
35657
|
}
|
35111
35658
|
|
35112
35659
|
.amis-scope .antd-Picker-spinner {
|
@@ -35441,6 +35988,7 @@ readers do not read off random characters that represent icons */
|
|
35441
35988
|
font-size: 0.875rem;
|
35442
35989
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35443
35990
|
flex-direction: row;
|
35991
|
+
border-radius: 2px 2px 0 0;
|
35444
35992
|
}
|
35445
35993
|
|
35446
35994
|
.amis-scope .antd-Transfer-title--light {
|
@@ -35460,21 +36008,22 @@ readers do not read off random characters that represent icons */
|
|
35460
36008
|
border: 0.0625rem solid #d9d9d9;
|
35461
36009
|
display: flex;
|
35462
36010
|
flex-direction: column;
|
36011
|
+
border-radius: 2px;
|
35463
36012
|
}
|
35464
36013
|
|
35465
|
-
.amis-scope .antd-Transfer-select > .antd-Transfer-
|
35466
|
-
.amis-scope .antd-Transfer-result > .antd-Transfer-
|
36014
|
+
.amis-scope .antd-Transfer-select > .antd-Transfer-selection,
|
36015
|
+
.amis-scope .antd-Transfer-result > .antd-Transfer-value {
|
35467
36016
|
flex-grow: 1;
|
35468
36017
|
max-height: 100%;
|
35469
36018
|
overflow: auto;
|
35470
36019
|
position: relative;
|
35471
36020
|
}
|
35472
36021
|
|
35473
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-
|
36022
|
+
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
35474
36023
|
border-top: 1px solid #eceff8;
|
35475
36024
|
}
|
35476
36025
|
|
35477
|
-
.amis-scope .antd-Transfer-
|
36026
|
+
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
35478
36027
|
height: 100%;
|
35479
36028
|
display: flex;
|
35480
36029
|
align-items: center;
|
@@ -35522,13 +36071,29 @@ readers do not read off random characters that represent icons */
|
|
35522
36071
|
color: #999;
|
35523
36072
|
}
|
35524
36073
|
|
35525
|
-
.amis-scope .antd-Transfer-
|
36074
|
+
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
36075
|
+
height: 40px;
|
36076
|
+
}
|
36077
|
+
|
36078
|
+
.amis-scope .antd-TabsTransfer-placeholder {
|
36079
|
+
height: 1.875rem;
|
36080
|
+
line-height: 1.4285714286;
|
36081
|
+
font-size: 0.875rem;
|
36082
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36083
|
+
color: #999;
|
36084
|
+
}
|
36085
|
+
|
36086
|
+
.amis-scope .antd-TabsTransfer-tab {
|
36087
|
+
padding: 0;
|
36088
|
+
}
|
36089
|
+
|
36090
|
+
.amis-scope .antd-TabsTransfer-tabs {
|
35526
36091
|
display: flex;
|
35527
36092
|
flex-direction: column;
|
35528
36093
|
height: 100%;
|
35529
36094
|
}
|
35530
36095
|
|
35531
|
-
.amis-scope .antd-
|
36096
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
|
35532
36097
|
border-top: 0 none;
|
35533
36098
|
padding: 5px 0 0 5px;
|
35534
36099
|
display: flex;
|
@@ -35537,65 +36102,105 @@ readers do not read off random characters that represent icons */
|
|
35537
36102
|
align-items: center;
|
35538
36103
|
}
|
35539
36104
|
|
35540
|
-
.amis-scope .antd-
|
36105
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
|
35541
36106
|
font-size: 12px;
|
35542
36107
|
padding: 7px 8px;
|
35543
36108
|
}
|
35544
36109
|
|
35545
|
-
.amis-scope .antd-
|
36110
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
|
35546
36111
|
flex-grow: 1;
|
35547
36112
|
}
|
35548
36113
|
|
35549
|
-
.amis-scope .antd-
|
36114
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
|
35550
36115
|
margin: -5px 5px 0 10px;
|
35551
36116
|
}
|
35552
36117
|
|
35553
|
-
.amis-scope .antd-
|
36118
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
|
35554
36119
|
width: 150px;
|
35555
36120
|
margin-right: 10px;
|
35556
36121
|
padding-left: 10px;
|
35557
36122
|
}
|
35558
36123
|
|
35559
|
-
.amis-scope .antd-
|
36124
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
|
35560
36125
|
flex-grow: 1;
|
36126
|
+
min-height: 0;
|
35561
36127
|
position: relative;
|
35562
36128
|
padding: 5px 0 0;
|
35563
36129
|
}
|
35564
36130
|
|
35565
|
-
.amis-scope .antd-
|
36131
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
|
35566
36132
|
position: relative;
|
35567
|
-
|
36133
|
+
height: 100%;
|
35568
36134
|
}
|
35569
36135
|
|
35570
|
-
.amis-scope .antd-
|
36136
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
|
35571
36137
|
display: flex;
|
35572
36138
|
flex-direction: column;
|
35573
36139
|
}
|
35574
36140
|
|
35575
|
-
.amis-scope .antd-
|
36141
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
|
35576
36142
|
flex-grow: 1;
|
35577
36143
|
max-height: 100%;
|
35578
36144
|
overflow: auto;
|
35579
36145
|
}
|
35580
36146
|
|
35581
|
-
.amis-scope .antd-
|
35582
|
-
|
36147
|
+
.amis-scope .antd-TransferControl {
|
36148
|
+
position: relative;
|
35583
36149
|
}
|
35584
36150
|
|
35585
|
-
.amis-scope .antd-
|
35586
|
-
|
35587
|
-
|
35588
|
-
|
35589
|
-
|
36151
|
+
.amis-scope .antd-TransferControl.is-inline {
|
36152
|
+
display: inline-block;
|
36153
|
+
}
|
36154
|
+
|
36155
|
+
.amis-scope .antd-TransferPicker-icon {
|
36156
|
+
transition: transform 0s ease-out;
|
36157
|
+
margin: 5px 5px 5px auto;
|
36158
|
+
display: flex;
|
35590
36159
|
color: #999;
|
35591
36160
|
}
|
35592
36161
|
|
35593
|
-
.amis-scope .antd-
|
35594
|
-
|
36162
|
+
.amis-scope .antd-TransferPicker-icon:hover {
|
36163
|
+
color: #1890ff;
|
35595
36164
|
}
|
35596
36165
|
|
35597
|
-
.amis-scope .antd-
|
35598
|
-
|
36166
|
+
.amis-scope .antd-TransferPicker-icon > svg {
|
36167
|
+
width: 0.75rem;
|
36168
|
+
height: 0.75rem;
|
36169
|
+
top: 0;
|
36170
|
+
}
|
36171
|
+
|
36172
|
+
.amis-scope .antd-TransferDropDown-icon {
|
36173
|
+
transition: transform 0s ease-out;
|
36174
|
+
margin: 5px 5px 5px auto;
|
36175
|
+
display: flex;
|
36176
|
+
color: #999;
|
36177
|
+
}
|
36178
|
+
|
36179
|
+
.amis-scope .antd-TransferDropDown-icon:hover {
|
36180
|
+
color: #1890ff;
|
36181
|
+
}
|
36182
|
+
|
36183
|
+
.amis-scope .antd-TransferDropDown-icon > svg {
|
36184
|
+
width: 0.625rem;
|
36185
|
+
height: 0.625rem;
|
36186
|
+
top: 0;
|
36187
|
+
}
|
36188
|
+
|
36189
|
+
.amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
|
36190
|
+
transform: rotate(180deg);
|
36191
|
+
}
|
36192
|
+
|
36193
|
+
.amis-scope .antd-TransferDropDown-content {
|
36194
|
+
min-height: 12.5rem;
|
36195
|
+
display: flex;
|
36196
|
+
flex-direction: column;
|
36197
|
+
}
|
36198
|
+
|
36199
|
+
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
36200
|
+
flex-grow: 1;
|
36201
|
+
max-height: 100%;
|
36202
|
+
overflow: auto;
|
36203
|
+
position: relative;
|
35599
36204
|
}
|
35600
36205
|
|
35601
36206
|
.amis-scope .antd-NestedSelectControl {
|
@@ -35753,14 +36358,14 @@ readers do not read off random characters that represent icons */
|
|
35753
36358
|
.amis-scope .antd-IconPickerControl.is-error > .antd-IconPickerControl-input {
|
35754
36359
|
border-color: #ff4d4f;
|
35755
36360
|
background: #fff;
|
35756
|
-
transition: all
|
36361
|
+
transition: all 0s;
|
35757
36362
|
}
|
35758
36363
|
|
35759
36364
|
.amis-scope .antd-IconPickerControl.is-focused > .antd-IconPickerControl-input {
|
35760
36365
|
border-color: #40a9ff;
|
35761
36366
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
35762
36367
|
background: #fff;
|
35763
|
-
transition: all
|
36368
|
+
transition: all 0s;
|
35764
36369
|
}
|
35765
36370
|
|
35766
36371
|
.amis-scope .antd-IconPickerControl.is-error.is-focused > .antd-IconPickerControl-input {
|
@@ -35771,7 +36376,7 @@ readers do not read off random characters that represent icons */
|
|
35771
36376
|
color: #999;
|
35772
36377
|
background: #e5e7eb;
|
35773
36378
|
border-color: #d9d9d9;
|
35774
|
-
transition: all
|
36379
|
+
transition: all 0s;
|
35775
36380
|
}
|
35776
36381
|
|
35777
36382
|
.amis-scope .antd-IconPickerControl-spinner {
|
@@ -36367,12 +36972,61 @@ readers do not read off random characters that represent icons */
|
|
36367
36972
|
min-width: 10rem;
|
36368
36973
|
}
|
36369
36974
|
|
36975
|
+
.amis-scope .antd-Form--column {
|
36976
|
+
display: flex;
|
36977
|
+
flex-wrap: wrap;
|
36978
|
+
margin-left: calc(1rem / -2);
|
36979
|
+
margin-right: calc(1rem / -2);
|
36980
|
+
}
|
36981
|
+
|
36982
|
+
.amis-scope .antd-Form--column > .antd-Form-item {
|
36983
|
+
flex-grow: 1;
|
36984
|
+
padding-left: calc(1rem / 2);
|
36985
|
+
padding-right: calc(1rem / 2);
|
36986
|
+
}
|
36987
|
+
|
36988
|
+
.amis-scope .antd-Form--column-2 > .antd-Form-item {
|
36989
|
+
width: 50%;
|
36990
|
+
}
|
36991
|
+
|
36992
|
+
.amis-scope .antd-Form--column-3 > .antd-Form-item {
|
36993
|
+
width: 33%;
|
36994
|
+
}
|
36995
|
+
|
36996
|
+
.amis-scope .antd-Form--column-4 > .antd-Form-item {
|
36997
|
+
width: 25%;
|
36998
|
+
}
|
36999
|
+
|
37000
|
+
.amis-scope .antd-Form--column-5 > .antd-Form-item {
|
37001
|
+
width: 20%;
|
37002
|
+
}
|
37003
|
+
|
37004
|
+
.amis-scope .antd-Form--column-6 > .antd-Form-item {
|
37005
|
+
width: 16.6%;
|
37006
|
+
}
|
37007
|
+
|
37008
|
+
.amis-scope .antd-Form--column-7 > .antd-Form-item {
|
37009
|
+
width: 14.2%;
|
37010
|
+
}
|
37011
|
+
|
37012
|
+
.amis-scope .antd-Form--column-8 > .antd-Form-item {
|
37013
|
+
width: 12.5%;
|
37014
|
+
}
|
37015
|
+
|
37016
|
+
.amis-scope .antd-Form-column-9 > .antd-Form-item {
|
37017
|
+
width: 11.1%;
|
37018
|
+
}
|
37019
|
+
|
37020
|
+
.amis-scope .antd-Form-column-10 > .antd-Form-item {
|
37021
|
+
width: 10%;
|
37022
|
+
}
|
37023
|
+
|
36370
37024
|
.amis-scope .antd-AnchorNav {
|
36371
37025
|
display: flex;
|
36372
37026
|
height: 25rem;
|
36373
37027
|
}
|
36374
37028
|
|
36375
|
-
.amis-scope .antd-AnchorNav-link-wrap {
|
37029
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
36376
37030
|
margin: 0;
|
36377
37031
|
padding: 0;
|
36378
37032
|
width: 8.75rem;
|
@@ -36380,12 +37034,12 @@ readers do not read off random characters that represent icons */
|
|
36380
37034
|
padding-bottom: 3.75rem;
|
36381
37035
|
}
|
36382
37036
|
|
36383
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
37037
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
36384
37038
|
position: relative;
|
36385
37039
|
display: block;
|
36386
37040
|
}
|
36387
37041
|
|
36388
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
37042
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
36389
37043
|
display: block;
|
36390
37044
|
border: 0.0625rem solid transparent;
|
36391
37045
|
border-width: 0 0.125rem 0 0;
|
@@ -36399,14 +37053,68 @@ readers do not read off random characters that represent icons */
|
|
36399
37053
|
margin: 0;
|
36400
37054
|
}
|
36401
37055
|
|
36402
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
37056
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
36403
37057
|
color: #1890ff;
|
36404
37058
|
}
|
36405
37059
|
|
36406
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
36407
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
37060
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
37061
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
37062
|
+
color: #1890ff;
|
37063
|
+
border-color: #1890ff;
|
37064
|
+
}
|
37065
|
+
|
37066
|
+
.amis-scope .antd-AnchorNav--horizontal {
|
37067
|
+
flex-direction: column;
|
37068
|
+
}
|
37069
|
+
|
37070
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
|
37071
|
+
user-select: none;
|
37072
|
+
margin: 0px;
|
37073
|
+
padding: 0px;
|
37074
|
+
border-bottom: 0.0625rem solid #eceff8;
|
37075
|
+
list-style: none;
|
37076
|
+
}
|
37077
|
+
|
37078
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
37079
|
+
margin-bottom: calc(0.0625rem * -1);
|
37080
|
+
display: inline-block;
|
37081
|
+
position: relative;
|
37082
|
+
}
|
37083
|
+
|
37084
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
|
37085
|
+
font-size: 0.875rem;
|
37086
|
+
outline: 0;
|
37087
|
+
border: 0.0625rem solid transparent;
|
37088
|
+
border-width: 0 0 0.125rem 0;
|
37089
|
+
border-top-left-radius: 2px;
|
37090
|
+
border-top-right-radius: 2px;
|
37091
|
+
color: rgba(0, 0, 0, 0.85);
|
37092
|
+
margin: 0 0.1875rem 0 0;
|
37093
|
+
padding: 0.5rem 0.75rem;
|
37094
|
+
text-decoration: none;
|
37095
|
+
cursor: pointer;
|
37096
|
+
display: block;
|
37097
|
+
}
|
37098
|
+
|
37099
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
|
37100
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
|
36408
37101
|
color: #1890ff;
|
37102
|
+
background: transparent;
|
37103
|
+
border-color: transparent;
|
37104
|
+
}
|
37105
|
+
|
37106
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
|
37107
|
+
margin: 0;
|
37108
|
+
}
|
37109
|
+
|
37110
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
|
37111
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
|
37112
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
|
37113
|
+
font-size: 0.875rem;
|
37114
|
+
border-width: 0 0 0.125rem 0;
|
36409
37115
|
border-color: #1890ff;
|
37116
|
+
color: #1890ff;
|
37117
|
+
background: transparent;
|
36410
37118
|
}
|
36411
37119
|
|
36412
37120
|
.amis-scope .antd-AnchorNav-section-wrap {
|
@@ -36686,6 +37394,19 @@ readers do not read off random characters that represent icons */
|
|
36686
37394
|
border-bottom-color: #eee;
|
36687
37395
|
}
|
36688
37396
|
|
37397
|
+
.amis-scope .antd-Link.is-disabled {
|
37398
|
+
cursor: not-allowed;
|
37399
|
+
color: #999;
|
37400
|
+
}
|
37401
|
+
|
37402
|
+
.amis-scope .antd-MappingField {
|
37403
|
+
margin-right: 0.25rem;
|
37404
|
+
}
|
37405
|
+
|
37406
|
+
.amis-scope .antd-MappingField:last-child {
|
37407
|
+
margin-right: 0;
|
37408
|
+
}
|
37409
|
+
|
36689
37410
|
/*
|
36690
37411
|
* utilities
|
36691
37412
|
*/
|
@@ -37132,6 +37853,10 @@ readers do not read off random characters that represent icons */
|
|
37132
37853
|
background: none !important;
|
37133
37854
|
}
|
37134
37855
|
|
37856
|
+
.cursor-pointer {
|
37857
|
+
cursor: pointer;
|
37858
|
+
}
|
37859
|
+
|
37135
37860
|
.amis-scope a.bg-primary:hover {
|
37136
37861
|
background: #0084fe;
|
37137
37862
|
}
|
@@ -38689,7 +39414,7 @@ readers do not read off random characters that represent icons */
|
|
38689
39414
|
}
|
38690
39415
|
|
38691
39416
|
.amis-scope .hover-rotate {
|
38692
|
-
transition: all
|
39417
|
+
transition: all 0s ease-in-out 0s;
|
38693
39418
|
}
|
38694
39419
|
|
38695
39420
|
.amis-scope .hover-anchor:hover > .hover-action,
|
@@ -39023,4 +39748,4 @@ readers do not read off random characters that represent icons */
|
|
39023
39748
|
.amis-scope .no-padder-xs {
|
39024
39749
|
padding: 0 !important;
|
39025
39750
|
}
|
39026
|
-
}
|
39751
|
+
}
|