amis 1.3.5-beta.7 → 1.4.2-beta.11
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 +16 -3
- package/lib/components/Badge.js +54 -5
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.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/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- 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/Drawer.js +1 -1
- package/lib/components/Drawer.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.js +1 -1
- 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/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- 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/RichText.d.ts +6 -1
- package/lib/components/RichText.js +207 -8
- 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 +252 -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/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- 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 +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -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.d.ts +8 -0
- package/lib/components/WithRemoteConfig.js +29 -3
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -3
- 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/condition-builder/Value.js +2 -1
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/types.d.ts +5 -0
- package/lib/components/condition-builder/types.js.map +1 -1
- 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 +9 -1
- package/lib/factory.js +13 -6
- 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/loading-outline.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 +5 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +6 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +9 -4
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +17 -1
- package/lib/renderers/Action.js +21 -8
- 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 +48 -23
- 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.d.ts +1 -1
- package/lib/renderers/Collapse.js +8 -3
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +1 -4
- 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 +13 -1
- package/lib/renderers/DropDownButton.js +9 -5
- 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 -5
- package/lib/renderers/Form/Editor.d.ts +3 -4
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/Editor.js.map +2 -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/InputExcel.d.ts +5 -0
- package/lib/renderers/Form/InputExcel.js +24 -3
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +12 -6
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +18 -8
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputTable.d.ts +23 -5
- package/lib/renderers/Form/InputTable.js +32 -3
- package/lib/renderers/Form/InputTable.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 +41 -4
- package/lib/renderers/Form/Select.js +23 -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 +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -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.js +1 -1
- 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 +7 -12
- 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 +81 -25
- package/lib/renderers/Nav.js +292 -31
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +4 -1
- package/lib/renderers/Page.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/Service.d.ts +10 -1
- package/lib/renderers/Service.js +85 -3
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.js.map +2 -2
- package/lib/renderers/Steps.d.ts +4 -4
- package/lib/renderers/Steps.js +5 -2
- package/lib/renderers/Steps.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 +5 -1
- package/lib/renderers/Table/TableBody.js.map +1 -1
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +5 -2
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +27 -5
- package/lib/renderers/Table/index.js +251 -101
- 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/app.d.ts +0 -1
- package/lib/store/combo.d.ts +2 -18
- package/lib/store/crud.d.ts +0 -1
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -2
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/modal.d.ts +1 -1
- package/lib/store/modal.js +4 -0
- package/lib/store/modal.js.map +2 -2
- package/lib/store/root.d.ts +0 -1
- package/lib/store/service.d.ts +0 -1
- package/lib/store/service.js +5 -17
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +260 -5
- package/lib/store/table.js +83 -7
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1360 -244
- package/lib/themes/ang.css +1360 -244
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1360 -244
- package/lib/themes/antd.css +1360 -244
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1960 -517
- package/lib/themes/cxd.css +1960 -517
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1360 -244
- package/lib/themes/dark.css +1360 -244
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1960 -517
- 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 +43 -15
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/attachmentAdpator.d.ts +7 -0
- package/lib/utils/attachmentAdpator.js +82 -0
- package/lib/utils/attachmentAdpator.js.map +13 -0
- 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/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +3638 -1030
- package/scss/_mixins.scss +27 -0
- package/scss/_properties.scss +88 -13
- package/scss/_utilities.scss +4 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_badge.scss +67 -2
- package/scss/components/_button.scss +34 -3
- 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/_image-gallery.scss +1 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_link.scss +6 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_nav.scss +236 -154
- package/scss/components/_page.scss +5 -4
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +2 -0
- package/scss/components/_spinner.scss +6 -2
- 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 +5 -4
- package/scss/components/form/_group.scss +4 -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 +219 -91
- package/scss/themes/cxd.scss +370 -0
- package/sdk/ang-ie11.css +1752 -431
- package/sdk/ang.css +1706 -323
- package/sdk/antd-ie11.css +1739 -420
- package/sdk/antd.css +1706 -323
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +3015 -1397
- package/sdk/cxd.css +2402 -651
- package/sdk/dark-ie11.css +1750 -429
- package/sdk/dark.css +1706 -323
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +5 -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 -30
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +3015 -1397
- package/sdk/sdk.css +2402 -651
- package/sdk/sdk.js +1278 -1220
- 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 +126 -23
- package/src/components/Button.tsx +23 -7
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/Drawer.tsx +3 -2
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +1 -1
- package/src/components/Link.tsx +85 -0
- package/src/components/Modal.tsx +3 -2
- 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/RichText.tsx +244 -3
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +61 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/Steps.tsx +3 -3
- 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 +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- package/src/components/Tree.tsx +6 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +44 -4
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/condition-builder/Field.tsx +6 -7
- 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/condition-builder/Value.tsx +3 -0
- package/src/components/condition-builder/types.ts +6 -0
- package/src/components/icons.tsx +15 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +31 -6
- 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/loading-outline.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 +5 -0
- package/src/locale/en-US.ts +6 -1
- package/src/locale/zh-CN.ts +9 -4
- package/src/renderers/Action.tsx +99 -15
- 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 +70 -56
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +9 -3
- package/src/renderers/Dialog.tsx +1 -5
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +34 -12
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputFile.tsx +30 -20
- package/src/renderers/Form/InputImage.tsx +39 -13
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +32 -7
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- 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 +19 -10
- 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 +392 -60
- package/src/renderers/Page.tsx +3 -1
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/SparkLine.tsx +5 -0
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableBody.tsx +1 -1
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +41 -3
- package/src/renderers/Table/index.tsx +318 -92
- 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/modal.ts +4 -0
- package/src/store/service.ts +5 -23
- package/src/store/table.ts +103 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +63 -23
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/dom.tsx +12 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +12 -3
- package/src/utils/icon.tsx +4 -0
- package/src/utils/tpl-builtin.ts +48 -17
- package/src/utils/validations.ts +80 -12
- 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/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 {
|
@@ -19745,7 +19747,7 @@ readers do not read off random characters that represent icons */
|
|
19745
19747
|
|
19746
19748
|
@media (max-width: 767px) {
|
19747
19749
|
.amis-scope .antd-Layout-content {
|
19748
|
-
transition: transform
|
19750
|
+
transition: transform 0s ease;
|
19749
19751
|
}
|
19750
19752
|
|
19751
19753
|
.amis-scope .antd-Layout-aside {
|
@@ -19772,7 +19774,7 @@ readers do not read off random characters that represent icons */
|
|
19772
19774
|
.amis-scope .antd-Layout--offScreen .antd-Layout-body,
|
19773
19775
|
.amis-scope .antd-Layout--offScreen .antd-Layout-footer {
|
19774
19776
|
background: #f0f2f5;
|
19775
|
-
transition: transform
|
19777
|
+
transition: transform 0s ease;
|
19776
19778
|
backface-visibility: hidden;
|
19777
19779
|
transform: translate3d(75%, 0px, 0px);
|
19778
19780
|
overflow: hidden;
|
@@ -19818,7 +19820,7 @@ readers do not read off random characters that represent icons */
|
|
19818
19820
|
.amis-scope .antd-Layout-brandBar,
|
19819
19821
|
.amis-scope .antd-Layout-aside {
|
19820
19822
|
width: 12.5rem;
|
19821
|
-
transition: width
|
19823
|
+
transition: width 0s ease;
|
19822
19824
|
}
|
19823
19825
|
|
19824
19826
|
.amis-scope .antd-Layout-brandBar {
|
@@ -19840,7 +19842,7 @@ readers do not read off random characters that represent icons */
|
|
19840
19842
|
.amis-scope .antd-Layout--withAside .antd-Layout-headerBar,
|
19841
19843
|
.amis-scope .antd-Layout--withAside .antd-Layout-footer {
|
19842
19844
|
margin-left: 12.5rem;
|
19843
|
-
transition: margin
|
19845
|
+
transition: margin 0s ease;
|
19844
19846
|
}
|
19845
19847
|
|
19846
19848
|
.amis-scope .antd-Layout .visible-folded {
|
@@ -20603,7 +20605,7 @@ readers do not read off random characters that represent icons */
|
|
20603
20605
|
content: "";
|
20604
20606
|
display: inline-block;
|
20605
20607
|
transform-origin: center;
|
20606
|
-
transition: transform
|
20608
|
+
transition: transform 0s ease;
|
20607
20609
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
|
20608
20610
|
width: 0.625rem;
|
20609
20611
|
height: 0.625rem;
|
@@ -20621,7 +20623,7 @@ readers do not read off random characters that represent icons */
|
|
20621
20623
|
width: 0.625rem;
|
20622
20624
|
height: 0.625rem;
|
20623
20625
|
transform-origin: center;
|
20624
|
-
transition: transform
|
20626
|
+
transition: transform 0s ease;
|
20625
20627
|
}
|
20626
20628
|
|
20627
20629
|
.amis-scope .antd-AsideNav-item.is-open > a > .antd-AsideNav-itemArrow > svg {
|
@@ -20669,7 +20671,7 @@ readers do not read off random characters that represent icons */
|
|
20669
20671
|
height: 0;
|
20670
20672
|
overflow: hidden;
|
20671
20673
|
margin-left: calc(1rem * -1);
|
20672
|
-
transition: all
|
20674
|
+
transition: all 0s ease-in-out 0s;
|
20673
20675
|
background: #000c17;
|
20674
20676
|
}
|
20675
20677
|
|
@@ -20702,7 +20704,7 @@ readers do not read off random characters that represent icons */
|
|
20702
20704
|
font-size: 0.875rem;
|
20703
20705
|
padding: calc( ( 2.5rem - 1.57 * 0.875rem ) / 2 ) 0.75rem;
|
20704
20706
|
position: relative;
|
20705
|
-
transition: background-color
|
20707
|
+
transition: background-color 0s ease-in-out 0s;
|
20706
20708
|
color: #b4b6bd;
|
20707
20709
|
text-decoration: none;
|
20708
20710
|
user-select: none;
|
@@ -20789,7 +20791,7 @@ readers do not read off random characters that represent icons */
|
|
20789
20791
|
color: #fff;
|
20790
20792
|
padding: 0.125rem 0.625rem;
|
20791
20793
|
opacity: 0;
|
20792
|
-
transition: all
|
20794
|
+
transition: all 0s ease-in-out;
|
20793
20795
|
}
|
20794
20796
|
|
20795
20797
|
.amis-scope .antd-AsideNav-divider {
|
@@ -21105,6 +21107,17 @@ readers do not read off random characters that represent icons */
|
|
21105
21107
|
margin-left: 0.75rem;
|
21106
21108
|
}
|
21107
21109
|
|
21110
|
+
.amis-scope .antd-Button .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21111
|
+
.amis-scope .antd-Button > svg.icon:not(:last-child):not(.pull-right),
|
21112
|
+
.amis-scope .antd-Button > .pull-left {
|
21113
|
+
margin-right: 0.75rem;
|
21114
|
+
}
|
21115
|
+
|
21116
|
+
.amis-scope .antd-Button .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21117
|
+
.amis-scope .antd-Button > .pull-right {
|
21118
|
+
margin-left: 0.75rem;
|
21119
|
+
}
|
21120
|
+
|
21108
21121
|
.amis-scope .antd-Button img.antd-Button-icon {
|
21109
21122
|
height: 0.875rem;
|
21110
21123
|
vertical-align: middle;
|
@@ -21122,16 +21135,24 @@ readers do not read off random characters that represent icons */
|
|
21122
21135
|
|
21123
21136
|
.amis-scope .antd-Button.is-disabled,
|
21124
21137
|
.amis-scope .antd-Button:disabled {
|
21125
|
-
opacity: 0.65;
|
21126
21138
|
filter: grayscale(100%);
|
21127
21139
|
box-shadow: none;
|
21128
21140
|
cursor: not-allowed;
|
21141
|
+
color: #999;
|
21142
|
+
pointer-events: auto;
|
21143
|
+
border: 0.0625rem solid #d9d9d9;
|
21144
|
+
background: #f2f3f3;
|
21129
21145
|
}
|
21130
21146
|
|
21131
21147
|
.amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
|
21132
21148
|
cursor: pointer;
|
21133
21149
|
}
|
21134
21150
|
|
21151
|
+
.amis-scope .antd-Button.cxd-Button--link.is-disabled {
|
21152
|
+
background: transparent;
|
21153
|
+
border: none;
|
21154
|
+
}
|
21155
|
+
|
21135
21156
|
.amis-scope .antd-Button > .pull-left,
|
21136
21157
|
.amis-scope .antd-Button > .pull-right {
|
21137
21158
|
line-height: inherit;
|
@@ -21162,6 +21183,12 @@ readers do not read off random characters that represent icons */
|
|
21162
21183
|
border-color: #40a9ff;
|
21163
21184
|
}
|
21164
21185
|
|
21186
|
+
.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
21187
|
+
color: #fff;
|
21188
|
+
background: #1c53c1;
|
21189
|
+
border-color: #1c53c1;
|
21190
|
+
}
|
21191
|
+
|
21165
21192
|
.amis-scope .antd-Button--primary:hover:focus {
|
21166
21193
|
box-shadow: none;
|
21167
21194
|
}
|
@@ -21180,6 +21207,12 @@ readers do not read off random characters that represent icons */
|
|
21180
21207
|
border-color: #545b62;
|
21181
21208
|
}
|
21182
21209
|
|
21210
|
+
.amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
21211
|
+
color: #fff;
|
21212
|
+
background: #545b62;
|
21213
|
+
border-color: #4e555b;
|
21214
|
+
}
|
21215
|
+
|
21183
21216
|
.amis-scope .antd-Button--secondary:hover:focus {
|
21184
21217
|
box-shadow: none;
|
21185
21218
|
}
|
@@ -21198,10 +21231,40 @@ readers do not read off random characters that represent icons */
|
|
21198
21231
|
border-color: #3f9714;
|
21199
21232
|
}
|
21200
21233
|
|
21234
|
+
.amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
21235
|
+
color: #fff;
|
21236
|
+
background: #3f9714;
|
21237
|
+
border-color: #3a8c13;
|
21238
|
+
}
|
21239
|
+
|
21201
21240
|
.amis-scope .antd-Button--success:hover:focus {
|
21202
21241
|
box-shadow: none;
|
21203
21242
|
}
|
21204
21243
|
|
21244
|
+
.amis-scope .antd-Button--enhance {
|
21245
|
+
color: #1890ff;
|
21246
|
+
background: var(--Button--enhance-bg);
|
21247
|
+
border-color: #1890ff;
|
21248
|
+
box-shadow: none;
|
21249
|
+
text-shadow: none;
|
21250
|
+
}
|
21251
|
+
|
21252
|
+
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
21253
|
+
color: #4f86f4;
|
21254
|
+
background: #fff;
|
21255
|
+
border-color: #4f86f4;
|
21256
|
+
}
|
21257
|
+
|
21258
|
+
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
21259
|
+
color: #1c53c1;
|
21260
|
+
background: #fff;
|
21261
|
+
border-color: #1c53c1;
|
21262
|
+
}
|
21263
|
+
|
21264
|
+
.amis-scope .antd-Button--enhance:hover:focus {
|
21265
|
+
box-shadow: none;
|
21266
|
+
}
|
21267
|
+
|
21205
21268
|
.amis-scope .antd-Button--info {
|
21206
21269
|
color: #fff;
|
21207
21270
|
background: #1890ff;
|
@@ -21216,6 +21279,12 @@ readers do not read off random characters that represent icons */
|
|
21216
21279
|
border-color: #0076e4;
|
21217
21280
|
}
|
21218
21281
|
|
21282
|
+
.amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover:active {
|
21283
|
+
color: #fff;
|
21284
|
+
background: #0076e4;
|
21285
|
+
border-color: #0070d7;
|
21286
|
+
}
|
21287
|
+
|
21219
21288
|
.amis-scope .antd-Button--info:hover:focus {
|
21220
21289
|
box-shadow: none;
|
21221
21290
|
}
|
@@ -21234,6 +21303,12 @@ readers do not read off random characters that represent icons */
|
|
21234
21303
|
border-color: #d69005;
|
21235
21304
|
}
|
21236
21305
|
|
21306
|
+
.amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
21307
|
+
color: #fff;
|
21308
|
+
background: #d69005;
|
21309
|
+
border-color: #ca8804;
|
21310
|
+
}
|
21311
|
+
|
21237
21312
|
.amis-scope .antd-Button--warning:hover:focus {
|
21238
21313
|
box-shadow: none;
|
21239
21314
|
}
|
@@ -21252,6 +21327,12 @@ readers do not read off random characters that represent icons */
|
|
21252
21327
|
border-color: #ff1a1d;
|
21253
21328
|
}
|
21254
21329
|
|
21330
|
+
.amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
|
21331
|
+
color: #fff;
|
21332
|
+
background: #ff1a1d;
|
21333
|
+
border-color: #ff0d10;
|
21334
|
+
}
|
21335
|
+
|
21255
21336
|
.amis-scope .antd-Button--danger:hover:focus {
|
21256
21337
|
box-shadow: none;
|
21257
21338
|
}
|
@@ -21270,6 +21351,12 @@ readers do not read off random characters that represent icons */
|
|
21270
21351
|
border-color: silver;
|
21271
21352
|
}
|
21272
21353
|
|
21354
|
+
.amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
21355
|
+
color: rgba(0, 0, 0, 0.85);
|
21356
|
+
background: silver;
|
21357
|
+
border-color: #b9b9b9;
|
21358
|
+
}
|
21359
|
+
|
21273
21360
|
.amis-scope .antd-Button--light:hover:focus {
|
21274
21361
|
box-shadow: none;
|
21275
21362
|
}
|
@@ -21288,6 +21375,12 @@ readers do not read off random characters that represent icons */
|
|
21288
21375
|
border-color: #1d2124;
|
21289
21376
|
}
|
21290
21377
|
|
21378
|
+
.amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
|
21379
|
+
color: #fff;
|
21380
|
+
background: #1d2124;
|
21381
|
+
border-color: #171a1d;
|
21382
|
+
}
|
21383
|
+
|
21291
21384
|
.amis-scope .antd-Button--dark:hover:focus {
|
21292
21385
|
box-shadow: none;
|
21293
21386
|
}
|
@@ -21306,6 +21399,12 @@ readers do not read off random characters that represent icons */
|
|
21306
21399
|
border-color: #40a9ff;
|
21307
21400
|
}
|
21308
21401
|
|
21402
|
+
.amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
21403
|
+
color: #096dd9;
|
21404
|
+
background: #fff;
|
21405
|
+
border-color: #096dd9;
|
21406
|
+
}
|
21407
|
+
|
21309
21408
|
.amis-scope .antd-Button--default:hover:focus {
|
21310
21409
|
box-shadow: none;
|
21311
21410
|
}
|
@@ -21334,6 +21433,17 @@ readers do not read off random characters that represent icons */
|
|
21334
21433
|
margin-left: 0.25rem;
|
21335
21434
|
}
|
21336
21435
|
|
21436
|
+
.amis-scope .antd-Button--xs .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21437
|
+
.amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
21438
|
+
.amis-scope .antd-Button--xs > .pull-left {
|
21439
|
+
margin-right: 0.25rem;
|
21440
|
+
}
|
21441
|
+
|
21442
|
+
.amis-scope .antd-Button--xs .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21443
|
+
.amis-scope .antd-Button--xs > .pull-right {
|
21444
|
+
margin-left: 0.25rem;
|
21445
|
+
}
|
21446
|
+
|
21337
21447
|
.amis-scope .antd-Button--xs img.antd-Button-icon {
|
21338
21448
|
height: 0.875rem;
|
21339
21449
|
vertical-align: middle;
|
@@ -21367,6 +21477,17 @@ readers do not read off random characters that represent icons */
|
|
21367
21477
|
margin-left: 0.5rem;
|
21368
21478
|
}
|
21369
21479
|
|
21480
|
+
.amis-scope .antd-Button--sm .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21481
|
+
.amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
21482
|
+
.amis-scope .antd-Button--sm > .pull-left {
|
21483
|
+
margin-right: 0.5rem;
|
21484
|
+
}
|
21485
|
+
|
21486
|
+
.amis-scope .antd-Button--sm .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21487
|
+
.amis-scope .antd-Button--sm > .pull-right {
|
21488
|
+
margin-left: 0.5rem;
|
21489
|
+
}
|
21490
|
+
|
21370
21491
|
.amis-scope .antd-Button--sm img.antd-Button-icon {
|
21371
21492
|
height: 0.875rem;
|
21372
21493
|
vertical-align: middle;
|
@@ -21400,6 +21521,17 @@ readers do not read off random characters that represent icons */
|
|
21400
21521
|
margin-left: 0.75rem;
|
21401
21522
|
}
|
21402
21523
|
|
21524
|
+
.amis-scope .antd-Button--md .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21525
|
+
.amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
21526
|
+
.amis-scope .antd-Button--md > .pull-left {
|
21527
|
+
margin-right: 0.75rem;
|
21528
|
+
}
|
21529
|
+
|
21530
|
+
.amis-scope .antd-Button--md .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21531
|
+
.amis-scope .antd-Button--md > .pull-right {
|
21532
|
+
margin-left: 0.75rem;
|
21533
|
+
}
|
21534
|
+
|
21403
21535
|
.amis-scope .antd-Button--md img.antd-Button-icon {
|
21404
21536
|
height: 0.875rem;
|
21405
21537
|
vertical-align: middle;
|
@@ -21433,6 +21565,17 @@ readers do not read off random characters that represent icons */
|
|
21433
21565
|
margin-left: 1rem;
|
21434
21566
|
}
|
21435
21567
|
|
21568
|
+
.amis-scope .antd-Button--lg .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21569
|
+
.amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
21570
|
+
.amis-scope .antd-Button--lg > .pull-left {
|
21571
|
+
margin-right: 1rem;
|
21572
|
+
}
|
21573
|
+
|
21574
|
+
.amis-scope .antd-Button--lg .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21575
|
+
.amis-scope .antd-Button--lg > .pull-right {
|
21576
|
+
margin-left: 1rem;
|
21577
|
+
}
|
21578
|
+
|
21436
21579
|
.amis-scope .antd-Button--lg img.antd-Button-icon {
|
21437
21580
|
height: 0.875rem;
|
21438
21581
|
vertical-align: middle;
|
@@ -21461,6 +21604,14 @@ readers do not read off random characters that represent icons */
|
|
21461
21604
|
line-height: 1;
|
21462
21605
|
}
|
21463
21606
|
|
21607
|
+
.amis-scope .antd-Button--loading {
|
21608
|
+
transition: --Button-transition;
|
21609
|
+
}
|
21610
|
+
|
21611
|
+
.amis-scope .antd-Button--loading svg {
|
21612
|
+
animation: spin 1s infinite linear;
|
21613
|
+
}
|
21614
|
+
|
21464
21615
|
.amis-scope .antd-Button--link {
|
21465
21616
|
width: auto;
|
21466
21617
|
min-width: auto;
|
@@ -21472,8 +21623,12 @@ readers do not read off random characters that represent icons */
|
|
21472
21623
|
}
|
21473
21624
|
|
21474
21625
|
.amis-scope .antd-Button--link:hover:focus {
|
21475
|
-
color: #
|
21476
|
-
|
21626
|
+
color: #4f86f4;
|
21627
|
+
box-shadow: none;
|
21628
|
+
}
|
21629
|
+
|
21630
|
+
.amis-scope .antd-Button--link:hover:active {
|
21631
|
+
color: #1c53c1;
|
21477
21632
|
box-shadow: none;
|
21478
21633
|
}
|
21479
21634
|
|
@@ -21481,7 +21636,7 @@ readers do not read off random characters that represent icons */
|
|
21481
21636
|
.amis-scope .antd-Button--link.is-disabled {
|
21482
21637
|
color: #999;
|
21483
21638
|
pointer-events: none;
|
21484
|
-
background:
|
21639
|
+
background: #f2f3f3;
|
21485
21640
|
}
|
21486
21641
|
|
21487
21642
|
.amis-scope .antd-Button--block {
|
@@ -21560,7 +21715,8 @@ readers do not read off random characters that represent icons */
|
|
21560
21715
|
}
|
21561
21716
|
|
21562
21717
|
.amis-scope .antd-Badge-text,
|
21563
|
-
.amis-scope .antd-Badge-dot
|
21718
|
+
.amis-scope .antd-Badge-dot,
|
21719
|
+
.amis-scope .antd-Badge-ribbon {
|
21564
21720
|
background: #ff4d4f;
|
21565
21721
|
position: absolute;
|
21566
21722
|
top: 0;
|
@@ -21569,7 +21725,6 @@ readers do not read off random characters that represent icons */
|
|
21569
21725
|
transform-origin: 100% 0;
|
21570
21726
|
z-index: auto;
|
21571
21727
|
border-radius: calc(1rem / 2);
|
21572
|
-
box-shadow: 0 0 0 1px #fff;
|
21573
21728
|
}
|
21574
21729
|
|
21575
21730
|
.amis-scope .antd-Badge--top-left {
|
@@ -21595,6 +21750,22 @@ readers do not read off random characters that represent icons */
|
|
21595
21750
|
transform: translate(50%, 50%);
|
21596
21751
|
}
|
21597
21752
|
|
21753
|
+
.amis-scope .antd-Badge--danger {
|
21754
|
+
background: #ff4d4f;
|
21755
|
+
}
|
21756
|
+
|
21757
|
+
.amis-scope .antd-Badge--info {
|
21758
|
+
background: #1890ff;
|
21759
|
+
}
|
21760
|
+
|
21761
|
+
.amis-scope .antd-Badge--success {
|
21762
|
+
background: #52c41a;
|
21763
|
+
}
|
21764
|
+
|
21765
|
+
.amis-scope .antd-Badge--warning {
|
21766
|
+
background: #faad14;
|
21767
|
+
}
|
21768
|
+
|
21598
21769
|
.amis-scope .antd-Badge-text {
|
21599
21770
|
color: #fff;
|
21600
21771
|
height: 1rem;
|
@@ -21611,6 +21782,56 @@ readers do not read off random characters that represent icons */
|
|
21611
21782
|
border-radius: 50%;
|
21612
21783
|
}
|
21613
21784
|
|
21785
|
+
.amis-scope .antd-Badge-ribbon-out {
|
21786
|
+
overflow: hidden;
|
21787
|
+
position: absolute;
|
21788
|
+
top: 0;
|
21789
|
+
bottom: 0;
|
21790
|
+
right: 0;
|
21791
|
+
}
|
21792
|
+
|
21793
|
+
.amis-scope .antd-Badge-ribbon {
|
21794
|
+
color: #fff;
|
21795
|
+
height: 1rem;
|
21796
|
+
line-height: 1rem;
|
21797
|
+
transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
|
21798
|
+
transform-origin: 50% 0;
|
21799
|
+
border-radius: 0;
|
21800
|
+
text-align: center;
|
21801
|
+
width: 62.5rem;
|
21802
|
+
top: 5px;
|
21803
|
+
}
|
21804
|
+
|
21805
|
+
.amis-scope .antd-Badge-ribbon-out--top-left,
|
21806
|
+
.amis-scope .antd-Badge-ribbon-out--bottom-left {
|
21807
|
+
left: 0;
|
21808
|
+
right: auto;
|
21809
|
+
}
|
21810
|
+
|
21811
|
+
.amis-scope .antd-Badge-ribbon--top-left {
|
21812
|
+
transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
|
21813
|
+
left: 0;
|
21814
|
+
right: auto;
|
21815
|
+
}
|
21816
|
+
|
21817
|
+
.amis-scope .antd-Badge-ribbon--bottom-left {
|
21818
|
+
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
21819
|
+
transform-origin: 50% 100%;
|
21820
|
+
left: 0;
|
21821
|
+
right: auto;
|
21822
|
+
bottom: 5px;
|
21823
|
+
top: auto;
|
21824
|
+
}
|
21825
|
+
|
21826
|
+
.amis-scope .antd-Badge-ribbon--bottom-right {
|
21827
|
+
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
21828
|
+
transform-origin: 50% 100%;
|
21829
|
+
left: auto;
|
21830
|
+
right: 0;
|
21831
|
+
bottom: 5px;
|
21832
|
+
top: auto;
|
21833
|
+
}
|
21834
|
+
|
21614
21835
|
@keyframes badgeDotAnimation {
|
21615
21836
|
0% {
|
21616
21837
|
transform: scale(0.8);
|
@@ -21677,7 +21898,7 @@ readers do not read off random characters that represent icons */
|
|
21677
21898
|
|
21678
21899
|
.amis-scope .antd-Modal-content.in,
|
21679
21900
|
.amis-scope .antd-Modal-content.out {
|
21680
|
-
animation-duration:
|
21901
|
+
animation-duration: 0s;
|
21681
21902
|
animation-fill-mode: both;
|
21682
21903
|
}
|
21683
21904
|
|
@@ -21690,7 +21911,7 @@ readers do not read off random characters that represent icons */
|
|
21690
21911
|
}
|
21691
21912
|
|
21692
21913
|
.amis-scope .antd-Modal-overlay {
|
21693
|
-
transition: ease-in-out opacity
|
21914
|
+
transition: ease-in-out opacity 0s;
|
21694
21915
|
position: fixed;
|
21695
21916
|
top: 0;
|
21696
21917
|
right: 0;
|
@@ -21914,11 +22135,11 @@ readers do not read off random characters that represent icons */
|
|
21914
22135
|
z-index: 2;
|
21915
22136
|
border: 0.0625rem solid #eceff8;
|
21916
22137
|
border-radius: 0;
|
21917
|
-
transition: transform ease-in-out
|
22138
|
+
transition: transform ease-in-out 0s;
|
21918
22139
|
}
|
21919
22140
|
|
21920
22141
|
.amis-scope .antd-Drawer-overlay {
|
21921
|
-
transition: ease-out opacity
|
22142
|
+
transition: ease-out opacity 0s;
|
21922
22143
|
position: fixed;
|
21923
22144
|
top: 0;
|
21924
22145
|
right: 0;
|
@@ -22426,7 +22647,7 @@ readers do not read off random characters that represent icons */
|
|
22426
22647
|
color: #fff;
|
22427
22648
|
padding: 0.125rem 0.625rem;
|
22428
22649
|
display: none;
|
22429
|
-
animation-duration:
|
22650
|
+
animation-duration: 0s;
|
22430
22651
|
animation-fill-mode: both;
|
22431
22652
|
}
|
22432
22653
|
|
@@ -22529,109 +22750,246 @@ readers do not read off random characters that represent icons */
|
|
22529
22750
|
background: transparent;
|
22530
22751
|
}
|
22531
22752
|
|
22532
|
-
|
22533
|
-
|
22534
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
22535
|
-
}
|
22536
|
-
|
22537
|
-
0% {
|
22538
|
-
opacity: 0;
|
22539
|
-
transform: scale3d(0.3, 0.3, 0.3);
|
22540
|
-
}
|
22541
|
-
|
22542
|
-
20% {
|
22543
|
-
transform: scale3d(1.1, 1.1, 1.1);
|
22544
|
-
}
|
22545
|
-
|
22546
|
-
40% {
|
22547
|
-
transform: scale3d(0.9, 0.9, 0.9);
|
22548
|
-
}
|
22549
|
-
|
22550
|
-
60% {
|
22551
|
-
opacity: 1;
|
22552
|
-
transform: scale3d(1.03, 1.03, 1.03);
|
22553
|
-
}
|
22554
|
-
|
22555
|
-
80% {
|
22556
|
-
transform: scale3d(0.97, 0.97, 0.97);
|
22557
|
-
}
|
22558
|
-
|
22559
|
-
to {
|
22560
|
-
opacity: 1;
|
22561
|
-
transform: scale3d(1, 1, 1);
|
22562
|
-
}
|
22753
|
+
.amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
|
22754
|
+
background: rgba(0, 0, 0, 0.3);
|
22563
22755
|
}
|
22564
22756
|
|
22565
|
-
|
22566
|
-
|
22567
|
-
|
22568
|
-
}
|
22757
|
+
.amis-scope .antd-PopOver--leftBottomLeftTop {
|
22758
|
+
margin-top: 0.25rem;
|
22759
|
+
}
|
22569
22760
|
|
22570
|
-
|
22571
|
-
|
22572
|
-
|
22573
|
-
}
|
22761
|
+
.amis-scope .antd-PopOver--leftTopLeftBottom {
|
22762
|
+
margin-top: -0.25rem;
|
22763
|
+
}
|
22574
22764
|
|
22575
|
-
|
22576
|
-
|
22577
|
-
transform: scale3d(0.3, 0.3, 0.3);
|
22578
|
-
}
|
22765
|
+
.amis-scope .has-popover {
|
22766
|
+
position: relative;
|
22579
22767
|
}
|
22580
22768
|
|
22581
|
-
.amis-scope .antd-
|
22582
|
-
display: flex;
|
22583
|
-
align-items: center;
|
22584
|
-
max-width: 18.75rem;
|
22585
|
-
pointer-events: auto;
|
22586
|
-
margin-bottom: 0.25rem;
|
22587
|
-
padding: 0.25rem 0.5rem;
|
22588
|
-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
22589
|
-
border-radius: 0.428rem;
|
22590
|
-
border: 0 solid;
|
22591
|
-
color: #fff;
|
22769
|
+
.amis-scope .antd-PickerColumns {
|
22592
22770
|
position: relative;
|
22593
|
-
|
22594
|
-
|
22595
|
-
opacity: 0;
|
22596
|
-
transform: translateZ(0);
|
22771
|
+
background-color: white;
|
22772
|
+
user-select: none;
|
22597
22773
|
}
|
22598
22774
|
|
22599
|
-
.amis-scope .antd-
|
22600
|
-
pointer-events: none;
|
22775
|
+
.amis-scope .antd-PickerColumns-popOver {
|
22601
22776
|
position: fixed;
|
22602
|
-
|
22777
|
+
bottom: 0;
|
22778
|
+
left: 0;
|
22779
|
+
width: 100%;
|
22780
|
+
padding: 0 0.5rem;
|
22603
22781
|
}
|
22604
22782
|
|
22605
|
-
.amis-scope .antd-
|
22606
|
-
|
22607
|
-
|
22608
|
-
|
22609
|
-
|
22783
|
+
.amis-scope .antd-PickerColumns-toolbar {
|
22784
|
+
display: flex;
|
22785
|
+
align-items: center;
|
22786
|
+
justify-content: space-between;
|
22787
|
+
height: 3.125rem;
|
22610
22788
|
}
|
22611
22789
|
|
22612
|
-
.amis-scope .antd-
|
22613
|
-
|
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;
|
22614
22798
|
}
|
22615
22799
|
|
22616
|
-
.amis-scope .antd-
|
22617
|
-
|
22800
|
+
.amis-scope .antd-PickerColumns-cancel:active,
|
22801
|
+
.amis-scope .antd-PickerColumns-confirm:active {
|
22802
|
+
opacity: 0.7;
|
22618
22803
|
}
|
22619
22804
|
|
22620
|
-
.amis-scope .antd-
|
22621
|
-
color: #
|
22622
|
-
display: inline-flex;
|
22623
|
-
margin-left: 0.25rem;
|
22624
|
-
opacity: 0.8;
|
22805
|
+
.amis-scope .antd-PickerColumns-confirm {
|
22806
|
+
color: #1890ff;
|
22625
22807
|
}
|
22626
22808
|
|
22627
|
-
.amis-scope .antd-
|
22628
|
-
color: #
|
22629
|
-
opacity: 1;
|
22809
|
+
.amis-scope .antd-PickerColumns-cancel {
|
22810
|
+
color: #d9d9d9;
|
22630
22811
|
}
|
22631
22812
|
|
22632
|
-
.amis-scope .antd-
|
22633
|
-
|
22634
|
-
|
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
|
+
position: relative;
|
22823
|
+
display: flex;
|
22824
|
+
cursor: grab;
|
22825
|
+
}
|
22826
|
+
|
22827
|
+
.amis-scope .antd-PickerColumns-loading {
|
22828
|
+
position: absolute;
|
22829
|
+
top: 0;
|
22830
|
+
right: 0;
|
22831
|
+
bottom: 0;
|
22832
|
+
left: 0;
|
22833
|
+
z-index: 3;
|
22834
|
+
display: flex;
|
22835
|
+
align-items: center;
|
22836
|
+
justify-content: center;
|
22837
|
+
color: inherit;
|
22838
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22839
|
+
}
|
22840
|
+
|
22841
|
+
.amis-scope .antd-PickerColumns-frame {
|
22842
|
+
position: absolute;
|
22843
|
+
top: 50%;
|
22844
|
+
right: 1rem;
|
22845
|
+
left: 1rem;
|
22846
|
+
z-index: 2;
|
22847
|
+
transform: translateY(-50%);
|
22848
|
+
pointer-events: none;
|
22849
|
+
}
|
22850
|
+
|
22851
|
+
.amis-scope .antd-PickerColumns-mask {
|
22852
|
+
position: absolute;
|
22853
|
+
top: 0;
|
22854
|
+
left: 0;
|
22855
|
+
z-index: 1;
|
22856
|
+
width: 100%;
|
22857
|
+
height: 100%;
|
22858
|
+
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));
|
22859
|
+
background-repeat: no-repeat;
|
22860
|
+
background-position: top, bottom;
|
22861
|
+
transform: translateZ(0);
|
22862
|
+
pointer-events: none;
|
22863
|
+
}
|
22864
|
+
|
22865
|
+
.amis-scope .antd-PickerColumns-column {
|
22866
|
+
flex: 1;
|
22867
|
+
overflow: hidden;
|
22868
|
+
font-size: 1rem;
|
22869
|
+
}
|
22870
|
+
|
22871
|
+
.amis-scope .antd-PickerColumns-columnWrapper {
|
22872
|
+
margin: 0;
|
22873
|
+
padding: 0;
|
22874
|
+
list-style: none;
|
22875
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22876
|
+
}
|
22877
|
+
|
22878
|
+
.amis-scope .antd-PickerColumns-columnItem {
|
22879
|
+
display: flex;
|
22880
|
+
align-items: center;
|
22881
|
+
justify-content: center;
|
22882
|
+
color: rgba(0, 0, 0, 0.85);
|
22883
|
+
}
|
22884
|
+
|
22885
|
+
.amis-scope .antd-PickerColumns-columnItem.is-disabled {
|
22886
|
+
cursor: not-allowed;
|
22887
|
+
opacity: 0.3;
|
22888
|
+
}
|
22889
|
+
|
22890
|
+
@keyframes bounceIn {
|
22891
|
+
from, 20%, 40%, 60%, 80%, to {
|
22892
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
22893
|
+
}
|
22894
|
+
|
22895
|
+
0% {
|
22896
|
+
opacity: 0;
|
22897
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
22898
|
+
}
|
22899
|
+
|
22900
|
+
20% {
|
22901
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
22902
|
+
}
|
22903
|
+
|
22904
|
+
40% {
|
22905
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
22906
|
+
}
|
22907
|
+
|
22908
|
+
60% {
|
22909
|
+
opacity: 1;
|
22910
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
22911
|
+
}
|
22912
|
+
|
22913
|
+
80% {
|
22914
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
22915
|
+
}
|
22916
|
+
|
22917
|
+
to {
|
22918
|
+
opacity: 1;
|
22919
|
+
transform: scale3d(1, 1, 1);
|
22920
|
+
}
|
22921
|
+
}
|
22922
|
+
|
22923
|
+
@keyframes bounceOut {
|
22924
|
+
20% {
|
22925
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
22926
|
+
}
|
22927
|
+
|
22928
|
+
50%, 55% {
|
22929
|
+
opacity: 1;
|
22930
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
22931
|
+
}
|
22932
|
+
|
22933
|
+
to {
|
22934
|
+
opacity: 0;
|
22935
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
22936
|
+
}
|
22937
|
+
}
|
22938
|
+
|
22939
|
+
.amis-scope .antd-Toast {
|
22940
|
+
display: flex;
|
22941
|
+
align-items: center;
|
22942
|
+
max-width: 18.75rem;
|
22943
|
+
pointer-events: auto;
|
22944
|
+
margin-bottom: 0.25rem;
|
22945
|
+
padding: 0.25rem 0.5rem;
|
22946
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
22947
|
+
border-radius: 0.428rem;
|
22948
|
+
border: 0 solid;
|
22949
|
+
color: #fff;
|
22950
|
+
position: relative;
|
22951
|
+
opacity: 0.8;
|
22952
|
+
cursor: pointer;
|
22953
|
+
opacity: 0;
|
22954
|
+
transform: translateZ(0);
|
22955
|
+
}
|
22956
|
+
|
22957
|
+
.amis-scope .antd-Toast-wrap {
|
22958
|
+
pointer-events: none;
|
22959
|
+
position: fixed;
|
22960
|
+
z-index: 2000;
|
22961
|
+
}
|
22962
|
+
|
22963
|
+
.amis-scope .antd-Toast.in,
|
22964
|
+
.amis-scope .antd-Toast.out {
|
22965
|
+
animation-fill-mode: both;
|
22966
|
+
animation-duration: 0s;
|
22967
|
+
opacity: 1;
|
22968
|
+
}
|
22969
|
+
|
22970
|
+
.amis-scope .antd-Toast.in {
|
22971
|
+
animation-name: bounceIn;
|
22972
|
+
}
|
22973
|
+
|
22974
|
+
.amis-scope .antd-Toast.out {
|
22975
|
+
animation-name: bounceOut;
|
22976
|
+
}
|
22977
|
+
|
22978
|
+
.amis-scope .antd-Toast-close {
|
22979
|
+
color: #fff;
|
22980
|
+
display: inline-flex;
|
22981
|
+
margin-left: 0.25rem;
|
22982
|
+
opacity: 0.8;
|
22983
|
+
}
|
22984
|
+
|
22985
|
+
.amis-scope .antd-Toast-close:hover {
|
22986
|
+
color: #fff;
|
22987
|
+
opacity: 1;
|
22988
|
+
}
|
22989
|
+
|
22990
|
+
.amis-scope .antd-Toast-body {
|
22991
|
+
display: inline-block;
|
22992
|
+
vertical-align: middle;
|
22635
22993
|
white-space: pre-wrap;
|
22636
22994
|
flex-grow: 1;
|
22637
22995
|
}
|
@@ -22848,6 +23206,17 @@ readers do not read off random characters that represent icons */
|
|
22848
23206
|
margin-left: 0.5rem;
|
22849
23207
|
}
|
22850
23208
|
|
23209
|
+
.amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
23210
|
+
.amis-scope .antd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
23211
|
+
.amis-scope .antd-ArrayInput-addBtn > .pull-left {
|
23212
|
+
margin-right: 0.5rem;
|
23213
|
+
}
|
23214
|
+
|
23215
|
+
.amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
23216
|
+
.amis-scope .antd-ArrayInput-addBtn > .pull-right {
|
23217
|
+
margin-left: 0.5rem;
|
23218
|
+
}
|
23219
|
+
|
22851
23220
|
.amis-scope .antd-ArrayInput-addBtn img.antd-Button-icon {
|
22852
23221
|
height: 0.875rem;
|
22853
23222
|
vertical-align: middle;
|
@@ -22859,6 +23228,12 @@ readers do not read off random characters that represent icons */
|
|
22859
23228
|
border-color: #b4bbc5;
|
22860
23229
|
}
|
22861
23230
|
|
23231
|
+
.amis-scope .antd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
23232
|
+
color: #fff;
|
23233
|
+
background: #0076e4;
|
23234
|
+
border-color: #adb4bf;
|
23235
|
+
}
|
23236
|
+
|
22862
23237
|
.amis-scope .antd-ArrayInput-addBtn:hover:focus {
|
22863
23238
|
box-shadow: none;
|
22864
23239
|
}
|
@@ -23080,7 +23455,7 @@ readers do not read off random characters that represent icons */
|
|
23080
23455
|
display: none;
|
23081
23456
|
padding: 0.75rem;
|
23082
23457
|
opacity: 0;
|
23083
|
-
transition: opacity
|
23458
|
+
transition: opacity 0s linear;
|
23084
23459
|
}
|
23085
23460
|
|
23086
23461
|
.amis-scope .antd-Tabs-pane.is-active {
|
@@ -23443,6 +23818,10 @@ readers do not read off random characters that represent icons */
|
|
23443
23818
|
}
|
23444
23819
|
|
23445
23820
|
.amis-scope .antd-Nav {
|
23821
|
+
position: relative;
|
23822
|
+
}
|
23823
|
+
|
23824
|
+
.amis-scope .antd-Nav .antd-Nav-list {
|
23446
23825
|
list-style: none;
|
23447
23826
|
user-select: none;
|
23448
23827
|
margin: 0;
|
@@ -23450,25 +23829,26 @@ readers do not read off random characters that represent icons */
|
|
23450
23829
|
position: relative;
|
23451
23830
|
}
|
23452
23831
|
|
23453
|
-
.amis-scope .antd-Nav .antd-Nav-itemIcon {
|
23832
|
+
.amis-scope .antd-Nav .antd-Nav-list .antd-Nav-itemIcon {
|
23454
23833
|
margin-right: 0.5rem;
|
23455
23834
|
}
|
23456
23835
|
|
23457
|
-
.amis-scope .antd-Nav img.antd-Nav-itemIcon {
|
23836
|
+
.amis-scope .antd-Nav .antd-Nav-list img.antd-Nav-itemIcon {
|
23458
23837
|
height: 0.875rem;
|
23459
23838
|
vertical-align: middle;
|
23460
23839
|
}
|
23461
23840
|
|
23462
|
-
.amis-scope .antd-Nav--tabs {
|
23841
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs {
|
23463
23842
|
border-bottom: 0.0625rem solid #eceff8;
|
23464
23843
|
}
|
23465
23844
|
|
23466
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item {
|
23845
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item {
|
23467
23846
|
margin-bottom: calc(0.0625rem * -1);
|
23468
23847
|
display: inline-block;
|
23848
|
+
position: relative;
|
23469
23849
|
}
|
23470
23850
|
|
23471
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item > a {
|
23851
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a {
|
23472
23852
|
font-size: 0.875rem;
|
23473
23853
|
display: block;
|
23474
23854
|
outline: none;
|
@@ -23478,142 +23858,267 @@ readers do not read off random characters that represent icons */
|
|
23478
23858
|
color: rgba(0, 0, 0, 0.85);
|
23479
23859
|
text-decoration: none;
|
23480
23860
|
margin-right: 0.125rem;
|
23481
|
-
padding: 0.5rem
|
23861
|
+
padding: 0.5rem 1.5rem;
|
23482
23862
|
cursor: pointer;
|
23483
23863
|
}
|
23484
23864
|
|
23485
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item:hover > a,
|
23486
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item > a:focus {
|
23865
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item:hover > a,
|
23866
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a:focus {
|
23487
23867
|
border-color: #e5e7eb;
|
23488
23868
|
text-decoration: none;
|
23489
23869
|
}
|
23490
23870
|
|
23491
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.disabled > a,
|
23492
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.is-disabled > a {
|
23871
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.disabled > a,
|
23872
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-disabled > a {
|
23493
23873
|
color: #4b5563;
|
23494
23874
|
background: transparent;
|
23495
23875
|
border-color: transparent;
|
23496
23876
|
pointer-events: none;
|
23497
23877
|
}
|
23498
23878
|
|
23499
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.active > a,
|
23500
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.is-active > a {
|
23879
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.active > a,
|
23880
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-active > a {
|
23501
23881
|
color: #374151;
|
23502
23882
|
background: #fff;
|
23503
23883
|
border-color: #eceff8;
|
23504
23884
|
border-bottom-color: #fff;
|
23505
23885
|
}
|
23506
23886
|
|
23507
|
-
.amis-scope .antd-Nav--stacked {
|
23887
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked {
|
23508
23888
|
min-height: 3.125rem;
|
23509
23889
|
}
|
23510
23890
|
|
23511
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item
|
23891
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item,
|
23892
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge {
|
23512
23893
|
position: relative;
|
23894
|
+
display: flex;
|
23895
|
+
flex-wrap: wrap;
|
23896
|
+
align-items: stretch;
|
23897
|
+
width: 100%;
|
23513
23898
|
}
|
23514
23899
|
|
23515
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item
|
23516
|
-
|
23900
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager,
|
23901
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager {
|
23902
|
+
cursor: move;
|
23903
|
+
position: absolute;
|
23904
|
+
left: 0;
|
23905
|
+
top: 0.6875rem;
|
23906
|
+
display: none;
|
23907
|
+
}
|
23908
|
+
|
23909
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
|
23910
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon,
|
23911
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon,
|
23912
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon {
|
23913
|
+
color: inherit;
|
23914
|
+
}
|
23915
|
+
|
23916
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon:hover,
|
23917
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon:hover,
|
23918
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon:hover,
|
23919
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon:hover {
|
23920
|
+
color: #1890ff;
|
23921
|
+
}
|
23922
|
+
|
23923
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
|
23924
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager svg {
|
23925
|
+
width: 1rem;
|
23926
|
+
height: 1rem;
|
23927
|
+
}
|
23928
|
+
|
23929
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
|
23930
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText {
|
23931
|
+
position: absolute;
|
23932
|
+
top: 0;
|
23933
|
+
bottom: 0;
|
23934
|
+
width: 2.1875rem;
|
23935
|
+
overflow: hidden;
|
23936
|
+
}
|
23937
|
+
|
23938
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
|
23939
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
|
23940
|
+
position: absolute;
|
23941
|
+
top: 0.125rem;
|
23942
|
+
left: -0.8125rem;
|
23943
|
+
transform: rotate(-45deg);
|
23944
|
+
width: 3.125rem;
|
23945
|
+
font-size: 12px;
|
23946
|
+
text-align: center;
|
23947
|
+
color: #fff;
|
23948
|
+
background: #52c41a;
|
23949
|
+
}
|
23950
|
+
|
23951
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-atcions,
|
23952
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-atcions {
|
23953
|
+
display: flex;
|
23954
|
+
align-items: center;
|
23955
|
+
}
|
23956
|
+
|
23957
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a,
|
23958
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a,
|
23959
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a,
|
23960
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a {
|
23961
|
+
display: flex;
|
23962
|
+
align-items: center;
|
23517
23963
|
outline: none;
|
23518
23964
|
color: rgba(0, 0, 0, 0.85);
|
23519
23965
|
text-decoration: none;
|
23520
|
-
padding: 0.5rem 0.
|
23966
|
+
padding: 0.5rem 0.5rem;
|
23521
23967
|
cursor: pointer;
|
23522
23968
|
background: transparent;
|
23523
23969
|
border-radius: 0;
|
23524
23970
|
text-overflow: ellipsis;
|
23971
|
+
flex: 1;
|
23525
23972
|
}
|
23526
23973
|
|
23527
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a
|
23528
|
-
|
23529
|
-
|
23530
|
-
|
23531
|
-
|
23532
|
-
|
23533
|
-
|
23534
|
-
|
23535
|
-
|
23536
|
-
|
23537
|
-
|
23538
|
-
|
23539
|
-
.amis-scope .antd-Nav
|
23540
|
-
|
23541
|
-
|
23542
|
-
|
23543
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover,
|
23544
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus {
|
23974
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover,
|
23975
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus,
|
23976
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
|
23977
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
|
23978
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover,
|
23979
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus,
|
23980
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23981
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
23982
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover,
|
23983
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus,
|
23984
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23985
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
23986
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover,
|
23987
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus,
|
23988
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23989
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
|
23545
23990
|
border-color: #333;
|
23546
23991
|
text-decoration: none;
|
23547
23992
|
background: rgba(0, 0, 0, 0.05);
|
23993
|
+
z-index: 1;
|
23994
|
+
}
|
23995
|
+
|
23996
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
23997
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
|
23998
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
23999
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
24000
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
24001
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
24002
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
24003
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
|
24004
|
+
display: block;
|
23548
24005
|
}
|
23549
24006
|
|
23550
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > a,
|
23551
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > a
|
24007
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > a,
|
24008
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > a,
|
24009
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > .antd-Badge > a,
|
24010
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
|
24011
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > a,
|
24012
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > a,
|
24013
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > .antd-Badge > a,
|
24014
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > .antd-Badge > a {
|
23552
24015
|
color: #999;
|
23553
24016
|
background: transparent;
|
23554
24017
|
pointer-events: none;
|
23555
24018
|
}
|
23556
24019
|
|
23557
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active
|
23558
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active
|
24020
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active,
|
24021
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active,
|
24022
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active,
|
24023
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
|
24024
|
+
background: #1890ff !important;
|
24025
|
+
}
|
24026
|
+
|
24027
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
|
24028
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
24029
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
|
24030
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a,
|
24031
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
24032
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a,
|
24033
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a,
|
24034
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
|
24035
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a,
|
24036
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a,
|
24037
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
24038
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
|
23559
24039
|
color: #fff;
|
23560
|
-
background: #1890ff;
|
23561
|
-
padding-left: 0.75rem;
|
23562
24040
|
position: relative;
|
23563
24041
|
}
|
23564
24042
|
|
23565
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > a::after,
|
23566
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active >
|
24043
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
|
24044
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
|
24045
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a::after,
|
24046
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a::after,
|
24047
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
24048
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
|
24049
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a::after,
|
24050
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
|
24051
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a::after,
|
24052
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a::after,
|
24053
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
24054
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a::after {
|
23567
24055
|
transform: scaleY(1);
|
23568
24056
|
}
|
23569
24057
|
|
23570
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-itemToggler
|
24058
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
|
24059
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
|
24060
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
|
24061
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
|
23571
24062
|
transform: rotate(180deg) scale(0.8);
|
23572
24063
|
}
|
23573
24064
|
|
23574
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems
|
24065
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
|
24066
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
|
24067
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
|
24068
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
|
23575
24069
|
display: block;
|
23576
24070
|
}
|
23577
24071
|
|
23578
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-spinner
|
24072
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-spinner,
|
24073
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-spinner {
|
23579
24074
|
position: absolute;
|
23580
24075
|
right: 0.625rem;
|
23581
24076
|
top: 0.5rem;
|
23582
24077
|
}
|
23583
24078
|
|
23584
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler
|
23585
|
-
|
23586
|
-
|
23587
|
-
|
23588
|
-
|
23589
|
-
height: 1.875rem;
|
24079
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
24080
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
|
24081
|
+
float: left;
|
24082
|
+
margin-right: 0.625rem;
|
24083
|
+
height: 1.5rem;
|
23590
24084
|
text-align: center;
|
23591
|
-
line-height: 1.
|
24085
|
+
line-height: 1.5rem;
|
23592
24086
|
vertical-align: middle;
|
23593
24087
|
cursor: pointer;
|
23594
24088
|
transform: scale(0.8);
|
23595
|
-
transition: transform
|
24089
|
+
transition: transform 0s;
|
23596
24090
|
}
|
23597
24091
|
|
23598
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler > svg
|
24092
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
|
24093
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler > svg {
|
23599
24094
|
width: 10px;
|
23600
24095
|
height: 10px;
|
23601
24096
|
top: 0;
|
23602
24097
|
}
|
23603
24098
|
|
23604
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-subItems
|
24099
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-subItems,
|
24100
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-subItems {
|
23605
24101
|
display: none;
|
23606
24102
|
padding-left: 0;
|
23607
24103
|
list-style: none;
|
24104
|
+
width: 100%;
|
23608
24105
|
}
|
23609
24106
|
|
23610
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-item
|
24107
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-item,
|
24108
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-item {
|
23611
24109
|
font-size: 0.875rem;
|
23612
24110
|
}
|
23613
24111
|
|
24112
|
+
.amis-scope .antd-Nav .antd-Nav-dropIndicator {
|
24113
|
+
position: absolute;
|
24114
|
+
background: #fff;
|
24115
|
+
height: 2px;
|
24116
|
+
}
|
24117
|
+
|
23614
24118
|
.amis-scope .antd-Page {
|
23615
24119
|
width: 100%;
|
23616
24120
|
height: 100%;
|
24121
|
+
background: transparent;
|
23617
24122
|
}
|
23618
24123
|
|
23619
24124
|
.amis-scope .antd-Page-header {
|
@@ -23621,7 +24126,6 @@ readers do not read off random characters that represent icons */
|
|
23621
24126
|
}
|
23622
24127
|
|
23623
24128
|
.amis-scope .antd-Page-main {
|
23624
|
-
background: transparent;
|
23625
24129
|
height: 100%;
|
23626
24130
|
display: flex;
|
23627
24131
|
flex-direction: column;
|
@@ -23636,11 +24140,9 @@ readers do not read off random characters that represent icons */
|
|
23636
24140
|
|
23637
24141
|
.amis-scope .antd-Page-main > .antd-Page-header {
|
23638
24142
|
border-bottom: 0.0625rem solid #eceff8;
|
23639
|
-
background: #fff;
|
23640
24143
|
}
|
23641
24144
|
|
23642
24145
|
.amis-scope .antd-Page-headerRow {
|
23643
|
-
background: #fff;
|
23644
24146
|
border-bottom: 0.0625rem solid #eceff8;
|
23645
24147
|
display: flex;
|
23646
24148
|
flex-direction: row;
|
@@ -23685,10 +24187,6 @@ readers do not read off random characters that represent icons */
|
|
23685
24187
|
margin-left: 0.25rem;
|
23686
24188
|
}
|
23687
24189
|
|
23688
|
-
.amis-scope .antd-Page-aside {
|
23689
|
-
background: #ffffff;
|
23690
|
-
}
|
23691
|
-
|
23692
24190
|
@media (min-width: 768px) {
|
23693
24191
|
.amis-scope .antd-Page-aside {
|
23694
24192
|
min-width: 12.5rem;
|
@@ -23803,7 +24301,7 @@ readers do not read off random characters that represent icons */
|
|
23803
24301
|
.amis-scope .antd-Video-cursor {
|
23804
24302
|
position: absolute;
|
23805
24303
|
border: 2px solid #1890ff;
|
23806
|
-
transition: all
|
24304
|
+
transition: all 0s ease-out;
|
23807
24305
|
}
|
23808
24306
|
|
23809
24307
|
.amis-scope .antd-Video-frameList .antd-Video-frameItem {
|
@@ -24248,7 +24746,7 @@ readers do not read off random characters that represent icons */
|
|
24248
24746
|
right: 0;
|
24249
24747
|
bottom: 0;
|
24250
24748
|
background: rgba(255, 255, 255, 0.4);
|
24251
|
-
transition: ease-out opacity
|
24749
|
+
transition: ease-out opacity 0s;
|
24252
24750
|
opacity: 0;
|
24253
24751
|
}
|
24254
24752
|
|
@@ -24263,7 +24761,7 @@ readers do not read off random characters that represent icons */
|
|
24263
24761
|
display: inline-block;
|
24264
24762
|
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");
|
24265
24763
|
background-size: 100%;
|
24266
|
-
transition: ease-out all
|
24764
|
+
transition: ease-out all 0s;
|
24267
24765
|
}
|
24268
24766
|
|
24269
24767
|
.amis-scope .antd-Spinner--lg {
|
@@ -24279,8 +24777,13 @@ readers do not read off random characters that represent icons */
|
|
24279
24777
|
.amis-scope .antd-Spinner--icon {
|
24280
24778
|
background: transparent;
|
24281
24779
|
animation: spin 2s linear infinite;
|
24282
|
-
width:
|
24283
|
-
height:
|
24780
|
+
width: 1rem;
|
24781
|
+
height: 1rem;
|
24782
|
+
}
|
24783
|
+
|
24784
|
+
.amis-scope .antd-Spinner--icon svg.icon {
|
24785
|
+
width: 1rem;
|
24786
|
+
height: 1rem;
|
24284
24787
|
}
|
24285
24788
|
|
24286
24789
|
.amis-scope .antd-Spinner--overlay {
|
@@ -24424,7 +24927,7 @@ readers do not read off random characters that represent icons */
|
|
24424
24927
|
margin-left: 0.5rem;
|
24425
24928
|
display: inline-block;
|
24426
24929
|
vertical-align: top;
|
24427
|
-
transition: transform
|
24930
|
+
transition: transform 0s ease;
|
24428
24931
|
}
|
24429
24932
|
|
24430
24933
|
.amis-scope .antd-DropDown-caret > svg {
|
@@ -24481,18 +24984,19 @@ readers do not read off random characters that represent icons */
|
|
24481
24984
|
height: 2.125rem;
|
24482
24985
|
vertical-align: middle;
|
24483
24986
|
user-select: none;
|
24484
|
-
color:
|
24987
|
+
color: rgba(0, 0, 0, 0.85);
|
24485
24988
|
text-decoration: none;
|
24486
24989
|
}
|
24487
24990
|
|
24488
24991
|
.amis-scope .antd-DropDown-menuItem:hover,
|
24489
24992
|
.amis-scope .antd-DropDown-menu > li:hover {
|
24490
24993
|
background: rgba(0, 126, 255, 0.08);
|
24491
|
-
color:
|
24994
|
+
color: #1890ff;
|
24492
24995
|
}
|
24493
24996
|
|
24494
24997
|
.amis-scope .antd-DropDown-menuItem.is-active,
|
24495
24998
|
.amis-scope .antd-DropDown-menu > li.is-active {
|
24999
|
+
background: rgba(0, 126, 255, 0.08);
|
24496
25000
|
color: #1890ff;
|
24497
25001
|
}
|
24498
25002
|
|
@@ -24550,15 +25054,30 @@ readers do not read off random characters that represent icons */
|
|
24550
25054
|
font-size: 0.875rem;
|
24551
25055
|
font-weight: 400;
|
24552
25056
|
color: #333;
|
24553
|
-
padding: 0.25rem 0;
|
25057
|
+
padding: 1.125rem 0 0.25rem 0;
|
25058
|
+
margin: 0;
|
24554
25059
|
border-bottom: 0.0625rem solid #dfe2e6;
|
25060
|
+
background: transparent;
|
25061
|
+
}
|
25062
|
+
|
25063
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
25064
|
+
display: inline-flex;
|
25065
|
+
flex-direction: row;
|
25066
|
+
}
|
25067
|
+
|
25068
|
+
.amis-scope .antd-Collapse-header-tpl {
|
25069
|
+
margin-right: 0.5rem;
|
25070
|
+
}
|
25071
|
+
|
25072
|
+
.amis-scope .antd-Collapse-header:hover {
|
25073
|
+
background: transparent;
|
24555
25074
|
}
|
24556
25075
|
|
24557
25076
|
.amis-scope .antd-Collapse-arrow {
|
24558
25077
|
display: inline-block;
|
24559
25078
|
width: 1rem;
|
24560
25079
|
text-align: center;
|
24561
|
-
margin-
|
25080
|
+
margin-right: 0.5rem;
|
24562
25081
|
cursor: pointer;
|
24563
25082
|
}
|
24564
25083
|
|
@@ -24576,11 +25095,20 @@ readers do not read off random characters that represent icons */
|
|
24576
25095
|
transform-origin: 50% 50%;
|
24577
25096
|
}
|
24578
25097
|
|
25098
|
+
.amis-scope .antd-Collapse-TplField {
|
25099
|
+
display: inline-block;
|
25100
|
+
}
|
25101
|
+
|
24579
25102
|
.amis-scope .antd-Collapse.is-collapsed .antd-Collapse-arrow:before {
|
24580
25103
|
transform: rotate(45deg);
|
24581
25104
|
transform-origin: 0% 50%;
|
24582
25105
|
}
|
24583
25106
|
|
25107
|
+
.amis-scope .antd-Collapse.is-collapsed .antd-Collapse-header {
|
25108
|
+
border-bottom: 0.0625rem solid
|
25109
|
+
#dfe2e6;
|
25110
|
+
}
|
25111
|
+
|
24584
25112
|
.amis-scope .antd-Collapse--collapsable .antd-Collapse-header {
|
24585
25113
|
cursor: pointer;
|
24586
25114
|
user-select: none;
|
@@ -24591,6 +25119,13 @@ readers do not read off random characters that represent icons */
|
|
24591
25119
|
color: #1890ff;
|
24592
25120
|
border-left: none;
|
24593
25121
|
font-size: 0.875rem;
|
25122
|
+
border-top: none;
|
25123
|
+
border-bottom: 0.0625rem solid
|
25124
|
+
#dfe2e6;
|
25125
|
+
}
|
25126
|
+
|
25127
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
25128
|
+
border-top: none;
|
24594
25129
|
}
|
24595
25130
|
|
24596
25131
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
@@ -24605,16 +25140,23 @@ readers do not read off random characters that represent icons */
|
|
24605
25140
|
transform-origin: 0% 50%;
|
24606
25141
|
}
|
24607
25142
|
|
24608
|
-
.amis-scope .antd-Collapse-
|
24609
|
-
transition: height
|
25143
|
+
.amis-scope .antd-Collapse-contentWrapper {
|
25144
|
+
transition: height 0s ease;
|
24610
25145
|
}
|
24611
25146
|
|
24612
|
-
.amis-scope .antd-Collapse-
|
24613
|
-
.amis-scope .antd-Collapse-
|
25147
|
+
.amis-scope .antd-Collapse-contentWrapper.in,
|
25148
|
+
.amis-scope .antd-Collapse-contentWrapper.out {
|
24614
25149
|
height: 0;
|
24615
25150
|
overflow: hidden;
|
24616
25151
|
}
|
24617
25152
|
|
25153
|
+
.amis-scope .antd-Collapse-content {
|
25154
|
+
padding: 1.125rem 0;
|
25155
|
+
color: rgba(0, 0, 0, 0.85);
|
25156
|
+
font-size: 0.875rem;
|
25157
|
+
font-weight: 400;
|
25158
|
+
}
|
25159
|
+
|
24618
25160
|
.amis-scope .antd-ColorField {
|
24619
25161
|
display: inline-block;
|
24620
25162
|
}
|
@@ -24645,7 +25187,7 @@ readers do not read off random characters that represent icons */
|
|
24645
25187
|
}
|
24646
25188
|
|
24647
25189
|
.amis-scope .antd-CBGroup-toolbar .antd-Button {
|
24648
|
-
transition: padding
|
25190
|
+
transition: padding 0s;
|
24649
25191
|
min-width: unset;
|
24650
25192
|
}
|
24651
25193
|
|
@@ -24666,7 +25208,7 @@ readers do not read off random characters that represent icons */
|
|
24666
25208
|
}
|
24667
25209
|
|
24668
25210
|
.amis-scope .antd-CBGroup-toolbar .antd-CBGroup-toolbarConditionAdd {
|
24669
|
-
transition: opacity
|
25211
|
+
transition: opacity 0s;
|
24670
25212
|
display: flex;
|
24671
25213
|
align-items: center;
|
24672
25214
|
margin-left: 0.75rem;
|
@@ -24690,7 +25232,7 @@ readers do not read off random characters that represent icons */
|
|
24690
25232
|
|
24691
25233
|
.amis-scope .antd-CBGroup-fieldCaret,
|
24692
25234
|
.amis-scope .antd-CBGroup-operatorCaret {
|
24693
|
-
transition: transform
|
25235
|
+
transition: transform 0s ease-out;
|
24694
25236
|
margin: 5px;
|
24695
25237
|
display: flex;
|
24696
25238
|
color: #999;
|
@@ -24755,7 +25297,7 @@ readers do not read off random characters that represent icons */
|
|
24755
25297
|
color: inherit;
|
24756
25298
|
cursor: pointer;
|
24757
25299
|
margin-left: auto;
|
24758
|
-
transition: opacity
|
25300
|
+
transition: opacity 0s;
|
24759
25301
|
}
|
24760
25302
|
|
24761
25303
|
.amis-scope .antd-CBDelete:hover {
|
@@ -24779,7 +25321,7 @@ readers do not read off random characters that represent icons */
|
|
24779
25321
|
align-items: center;
|
24780
25322
|
position: relative;
|
24781
25323
|
background: rgba(0, 0, 0, 0.03);
|
24782
|
-
transition: all
|
25324
|
+
transition: all 0s ease-out;
|
24783
25325
|
}
|
24784
25326
|
|
24785
25327
|
.amis-scope .antd-CBGroupOrItem-body > .antd-CBGroup {
|
@@ -24811,7 +25353,7 @@ readers do not read off random characters that represent icons */
|
|
24811
25353
|
margin-left: -5px;
|
24812
25354
|
opacity: 0.6;
|
24813
25355
|
text-align: center;
|
24814
|
-
transition: opacity
|
25356
|
+
transition: opacity 0s ease-out;
|
24815
25357
|
color: inherit;
|
24816
25358
|
}
|
24817
25359
|
|
@@ -24992,13 +25534,13 @@ readers do not read off random characters that represent icons */
|
|
24992
25534
|
|
24993
25535
|
.amis-scope .antd-ContextMenu-menu.in,
|
24994
25536
|
.amis-scope .antd-ContextMenu-menu.out {
|
24995
|
-
animation-duration:
|
25537
|
+
animation-duration: 0s;
|
24996
25538
|
animation-fill-mode: both;
|
24997
25539
|
}
|
24998
25540
|
|
24999
25541
|
.amis-scope .antd-ContextMenu-menu.in {
|
25000
25542
|
animation-name: contextMenuInSpecial;
|
25001
|
-
animation-duration:
|
25543
|
+
animation-duration: 0s;
|
25002
25544
|
}
|
25003
25545
|
|
25004
25546
|
.amis-scope .antd-ContextMenu-menu.out {
|
@@ -25090,7 +25632,7 @@ readers do not read off random characters that represent icons */
|
|
25090
25632
|
|
25091
25633
|
.amis-scope .antd-ContextMenu-item:hover > .antd-ContextMenu-subList {
|
25092
25634
|
display: block;
|
25093
|
-
animation-duration:
|
25635
|
+
animation-duration: 0s;
|
25094
25636
|
animation-fill-mode: both;
|
25095
25637
|
animation-name: contextMenuIn;
|
25096
25638
|
display: block;
|
@@ -25656,6 +26198,20 @@ readers do not read off random characters that represent icons */
|
|
25656
26198
|
text-align: center;
|
25657
26199
|
}
|
25658
26200
|
|
26201
|
+
.amis-scope .antd-Table-searchableForm {
|
26202
|
+
background: #f6f7f8;
|
26203
|
+
border-radius: 0.25rem;
|
26204
|
+
}
|
26205
|
+
|
26206
|
+
.amis-scope .antd-Table-searchableForm-footer {
|
26207
|
+
padding: 0.5rem 0.75rem;
|
26208
|
+
clear: both;
|
26209
|
+
}
|
26210
|
+
|
26211
|
+
.amis-scope .antd-Table-searchableForm-checkbox > div > .antd-CheckboxControl {
|
26212
|
+
padding-top: 0;
|
26213
|
+
}
|
26214
|
+
|
25659
26215
|
.amis-scope .antd-Table-header {
|
25660
26216
|
padding: 0.75rem 0;
|
25661
26217
|
}
|
@@ -25789,6 +26345,10 @@ readers do not read off random characters that represent icons */
|
|
25789
26345
|
border-right: 0.0625rem solid #eceff8;
|
25790
26346
|
}
|
25791
26347
|
|
26348
|
+
.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
|
26349
|
+
cursor: pointer;
|
26350
|
+
}
|
26351
|
+
|
25792
26352
|
.amis-scope .antd-Table-table > thead > tr > th {
|
25793
26353
|
background: #fafafa;
|
25794
26354
|
padding: calc(
|
@@ -25832,6 +26392,7 @@ readers do not read off random characters that represent icons */
|
|
25832
26392
|
}
|
25833
26393
|
|
25834
26394
|
.amis-scope .antd-Table-table > tbody > tr {
|
26395
|
+
position: relative;
|
25835
26396
|
background: transparent;
|
25836
26397
|
}
|
25837
26398
|
|
@@ -27019,7 +27580,7 @@ readers do not read off random characters that represent icons */
|
|
27019
27580
|
top: 0.0625rem;
|
27020
27581
|
bottom: 0;
|
27021
27582
|
right: 0;
|
27022
|
-
padding-left:
|
27583
|
+
padding-left: 5rem;
|
27023
27584
|
padding-right: 0.5rem;
|
27024
27585
|
display: flex;
|
27025
27586
|
align-items: center;
|
@@ -27097,7 +27658,7 @@ readers do not read off random characters that represent icons */
|
|
27097
27658
|
display: inline-block;
|
27098
27659
|
text-align: center;
|
27099
27660
|
cursor: pointer;
|
27100
|
-
transition: transform ease-in-out
|
27661
|
+
transition: transform ease-in-out 0s, top ease-in-out 0s;
|
27101
27662
|
position: relative;
|
27102
27663
|
transform-origin: 50% 50%;
|
27103
27664
|
width: 0.625rem;
|
@@ -27137,33 +27698,305 @@ readers do not read off random characters that represent icons */
|
|
27137
27698
|
position: absolute;
|
27138
27699
|
}
|
27139
27700
|
|
27140
|
-
.amis-scope .antd-
|
27701
|
+
.amis-scope .antd-Table-badge {
|
27702
|
+
position: absolute;
|
27703
|
+
top: 0;
|
27704
|
+
left: 0;
|
27705
|
+
}
|
27706
|
+
|
27707
|
+
.amis-scope .antd-Table--autoFillHeight {
|
27708
|
+
margin-bottom: 0;
|
27709
|
+
}
|
27710
|
+
|
27711
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
|
27712
|
+
border-top: none;
|
27713
|
+
}
|
27714
|
+
|
27715
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
27716
|
+
position: sticky;
|
27717
|
+
top: 0;
|
27718
|
+
z-index: 1;
|
27719
|
+
}
|
27720
|
+
|
27721
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
27722
|
+
display: none;
|
27723
|
+
}
|
27724
|
+
|
27725
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
|
27726
|
+
margin-bottom: 0;
|
27727
|
+
}
|
27728
|
+
|
27729
|
+
.amis-scope .antd-InputTable-toolbar {
|
27730
|
+
display: flex;
|
27731
|
+
flex-direction: row;
|
27732
|
+
flex-wrap: wrap;
|
27733
|
+
justify-content: space-between;
|
27734
|
+
}
|
27735
|
+
|
27736
|
+
.amis-scope .antd-InputTable-pager {
|
27737
|
+
margin-left: auto;
|
27738
|
+
}
|
27739
|
+
|
27740
|
+
.amis-scope .antd-OperationField {
|
27741
|
+
margin: -0.1875rem;
|
27742
|
+
}
|
27743
|
+
|
27744
|
+
.amis-scope .antd-OperationField > .antd-Button,
|
27745
|
+
.amis-scope .antd-OperationField > .antd-Button--disabled-wrap > .antd-Button {
|
27746
|
+
margin: 0.1875rem;
|
27747
|
+
}
|
27748
|
+
|
27749
|
+
.amis-scope .antd-OperationField > .antd-Button--disabled-wrap > .antd-Button--link {
|
27750
|
+
padding: 0;
|
27751
|
+
}
|
27752
|
+
|
27753
|
+
.amis-scope .antd-OperationField > .antd-Button--link {
|
27754
|
+
padding: 0;
|
27755
|
+
margin-right: 0.625rem;
|
27756
|
+
}
|
27757
|
+
|
27758
|
+
.amis-scope .antd-ColumnToggler {
|
27759
|
+
position: relative;
|
27760
|
+
display: inline-block;
|
27761
|
+
}
|
27762
|
+
|
27763
|
+
.amis-scope .antd-ColumnToggler-caret {
|
27764
|
+
margin-left: 0.5rem;
|
27765
|
+
display: inline-block;
|
27766
|
+
vertical-align: top;
|
27767
|
+
transition: transform 0s ease;
|
27768
|
+
}
|
27769
|
+
|
27770
|
+
.amis-scope .antd-ColumnToggler-caret > svg {
|
27771
|
+
width: 0.625rem;
|
27772
|
+
height: 0.625rem;
|
27773
|
+
top: 0.125em;
|
27774
|
+
}
|
27775
|
+
|
27776
|
+
.amis-scope .antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
|
27777
|
+
transform: rotate(180deg);
|
27778
|
+
}
|
27779
|
+
|
27780
|
+
.amis-scope .antd-ColumnToggler.is-actived > .antd-Button {
|
27781
|
+
color: #1890ff;
|
27782
|
+
}
|
27783
|
+
|
27784
|
+
.amis-scope .antd-ColumnToggler--block {
|
27785
|
+
display: block;
|
27786
|
+
}
|
27787
|
+
|
27788
|
+
.amis-scope .antd-ColumnToggler--block .antd-Button {
|
27789
|
+
display: block;
|
27790
|
+
}
|
27791
|
+
|
27792
|
+
.amis-scope .antd-ColumnToggler-menu {
|
27793
|
+
position: absolute;
|
27794
|
+
z-index: 1000;
|
27795
|
+
top: 100%;
|
27796
|
+
left: 0;
|
27797
|
+
margin: 0.0625rem 0 0;
|
27798
|
+
background: #fff;
|
27799
|
+
list-style: none;
|
27800
|
+
padding: 0.25rem 0;
|
27801
|
+
border: 0.0625rem solid #eceff8;
|
27802
|
+
border-radius: 2px;
|
27803
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
27804
|
+
min-width: 10rem;
|
27805
|
+
text-align: left;
|
27806
|
+
}
|
27807
|
+
|
27808
|
+
.amis-scope .antd-ColumnToggler--alignRight .antd-ColumnToggler-menu {
|
27809
|
+
left: auto;
|
27810
|
+
right: 0;
|
27811
|
+
}
|
27812
|
+
|
27813
|
+
.amis-scope .antd-ColumnToggler-menuItem,
|
27814
|
+
.amis-scope .antd-ColumnToggler-menu > li {
|
27815
|
+
padding: calc(
|
27816
|
+
(2.125rem - 0.875rem * 1.57) /
|
27817
|
+
2
|
27818
|
+
) 0.5rem;
|
27819
|
+
white-space: nowrap;
|
27820
|
+
box-sizing: border-box;
|
27821
|
+
height: 2.125rem;
|
27822
|
+
vertical-align: middle;
|
27823
|
+
user-select: none;
|
27824
|
+
color: #1890ff;
|
27825
|
+
text-decoration: none;
|
27826
|
+
}
|
27827
|
+
|
27828
|
+
.amis-scope .antd-ColumnToggler-menuItem:hover,
|
27829
|
+
.amis-scope .antd-ColumnToggler-menu > li:hover {
|
27830
|
+
background: rgba(0, 126, 255, 0.08);
|
27831
|
+
color: #1890ff;
|
27832
|
+
}
|
27833
|
+
|
27834
|
+
.amis-scope .antd-ColumnToggler-menuItem.is-active,
|
27835
|
+
.amis-scope .antd-ColumnToggler-menu > li.is-active {
|
27836
|
+
color: #1890ff;
|
27837
|
+
}
|
27838
|
+
|
27839
|
+
.amis-scope .antd-ColumnToggler-menuItem:not(.is-disabled),
|
27840
|
+
.amis-scope .antd-ColumnToggler-menuItem:not(.disabled),
|
27841
|
+
.amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
|
27842
|
+
.amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
|
27843
|
+
cursor: pointer;
|
27844
|
+
}
|
27845
|
+
|
27846
|
+
.amis-scope .antd-ColumnToggler-menuItem.is-disabled,
|
27847
|
+
.amis-scope .antd-ColumnToggler-menu > li.is-disabled {
|
27848
|
+
cursor: not-allowed;
|
27849
|
+
color: #999;
|
27850
|
+
filter: grayscale(80%);
|
27851
|
+
}
|
27852
|
+
|
27853
|
+
.amis-scope .antd-ColumnToggler-menuItem.antd-DropDown-divider,
|
27854
|
+
.amis-scope .antd-ColumnToggler-menu > li.antd-DropDown-divider {
|
27855
|
+
height: 0.0625rem;
|
27856
|
+
margin: 0.5625rem 0;
|
27857
|
+
overflow: hidden;
|
27858
|
+
background: #eceff8;
|
27859
|
+
padding: 0;
|
27860
|
+
}
|
27861
|
+
|
27862
|
+
.amis-scope .antd-ColumnToggler-menu > li a {
|
27863
|
+
color: inherit;
|
27864
|
+
display: block;
|
27865
|
+
text-decoration: none;
|
27866
|
+
}
|
27867
|
+
|
27868
|
+
.amis-scope .antd-ColumnToggler-popover {
|
27869
|
+
border: none;
|
27870
|
+
box-shadow: none;
|
27871
|
+
}
|
27872
|
+
|
27873
|
+
.amis-scope .antd-ColumnToggler > .antd-Button {
|
27874
|
+
min-width: unset;
|
27875
|
+
}
|
27876
|
+
|
27877
|
+
.amis-scope .antd-ColumnToggler-modal {
|
27878
|
+
display: flex;
|
27879
|
+
flex-flow: column nowrap;
|
27880
|
+
justify-content: space-between;
|
27881
|
+
align-items: center;
|
27882
|
+
width: 25rem;
|
27883
|
+
padding: 1.5rem;
|
27884
|
+
margin-top: calc(50vh - 100px);
|
27885
|
+
border-radius: 0.25rem;
|
27886
|
+
background: #fff;
|
27887
|
+
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);
|
27888
|
+
}
|
27889
|
+
|
27890
|
+
.amis-scope .antd-ColumnToggler-modal-header {
|
27891
|
+
width: 100%;
|
27892
|
+
display: flex;
|
27893
|
+
flex-flow: row nowrap;
|
27894
|
+
justify-content: space-between;
|
27895
|
+
align-items: center;
|
27896
|
+
}
|
27897
|
+
|
27898
|
+
.amis-scope .antd-ColumnToggler-modal-header a,
|
27899
|
+
.amis-scope .antd-ColumnToggler-modal-header span {
|
27900
|
+
display: inline-block;
|
27901
|
+
}
|
27902
|
+
|
27903
|
+
.amis-scope .antd-ColumnToggler-modal-header .antd-ColumnToggler-modal-title {
|
27904
|
+
opacity: 0.95;
|
27905
|
+
font-size: 0.875rem;
|
27906
|
+
color: #080e1a;
|
27907
|
+
line-height: 1.5rem;
|
27908
|
+
font-weight: bold;
|
27909
|
+
}
|
27910
|
+
|
27911
|
+
.amis-scope .antd-ColumnToggler-modal-content {
|
27912
|
+
padding: 0;
|
27913
|
+
width: 100%;
|
27914
|
+
list-style: none;
|
27915
|
+
margin: 0.5rem 0;
|
27916
|
+
}
|
27917
|
+
|
27918
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
|
27919
|
+
color: #080e1a;
|
27920
|
+
background: #f6f7f8;
|
27921
|
+
border-radius: 0.125rem;
|
27922
|
+
font-size: 0.75rem;
|
27923
|
+
padding: 0.25rem 0.5rem;
|
27924
|
+
height: 1.5rem;
|
27925
|
+
width: calc((100% - 24px) / 3);
|
27926
|
+
float: left;
|
27927
|
+
margin: 0.25rem;
|
27928
|
+
text-overflow: ellipsis;
|
27929
|
+
white-space: nowrap;
|
27930
|
+
overflow: hidden;
|
27931
|
+
}
|
27932
|
+
|
27933
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
|
27934
|
+
background: rgba(36, 104, 242, 0.1);
|
27935
|
+
}
|
27936
|
+
|
27937
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem--dragging {
|
27938
|
+
border: 1px solid #1890ff;
|
27939
|
+
}
|
27940
|
+
|
27941
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem label > i {
|
27942
|
+
height: 1rem;
|
27943
|
+
width: 1rem;
|
27944
|
+
vertical-align: top;
|
27945
|
+
}
|
27946
|
+
|
27947
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-dragBar {
|
27948
|
+
margin-left: 0;
|
27949
|
+
margin-right: 0.25rem;
|
27950
|
+
cursor: move;
|
27951
|
+
color: #d8d8d8;
|
27952
|
+
}
|
27953
|
+
|
27954
|
+
.amis-scope .antd-ColumnToggler-modal-footer {
|
27955
|
+
width: 100%;
|
27956
|
+
display: flex;
|
27957
|
+
flex-flow: row nowrap;
|
27958
|
+
justify-content: space-between;
|
27959
|
+
align-items: center;
|
27960
|
+
}
|
27961
|
+
|
27962
|
+
.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect {
|
27963
|
+
color: #151a26;
|
27964
|
+
font-size: 0.75rem;
|
27965
|
+
}
|
27966
|
+
|
27967
|
+
.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect.is-actived {
|
27968
|
+
color: #1890ff;
|
27969
|
+
}
|
27970
|
+
|
27971
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div {
|
27141
27972
|
display: flex;
|
27142
|
-
flex-
|
27143
|
-
flex-wrap: wrap;
|
27973
|
+
flex-flow: row nowrap;
|
27144
27974
|
justify-content: space-between;
|
27975
|
+
align-items: center;
|
27145
27976
|
}
|
27146
27977
|
|
27147
|
-
.amis-scope .antd-
|
27148
|
-
|
27978
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child {
|
27979
|
+
justify-content: flex-start;
|
27149
27980
|
}
|
27150
27981
|
|
27151
|
-
.amis-scope .antd-
|
27152
|
-
|
27982
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child a {
|
27983
|
+
display: inline-block;
|
27153
27984
|
}
|
27154
27985
|
|
27155
|
-
.amis-scope .antd-
|
27156
|
-
|
27157
|
-
margin: 0.1875rem;
|
27986
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child {
|
27987
|
+
justify-content: flex-end;
|
27158
27988
|
}
|
27159
27989
|
|
27160
|
-
.amis-scope .antd-
|
27161
|
-
|
27990
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child button {
|
27991
|
+
width: 72px;
|
27162
27992
|
}
|
27163
27993
|
|
27164
|
-
.amis-scope .antd-
|
27165
|
-
|
27166
|
-
|
27994
|
+
.amis-scope .antd-ColumnToggler-tooltip {
|
27995
|
+
border: none;
|
27996
|
+
}
|
27997
|
+
|
27998
|
+
.amis-scope .antd-ColumnToggler-tooltip .antd-Tooltip-arrow::before {
|
27999
|
+
border-top-color: transparent;
|
27167
28000
|
}
|
27168
28001
|
|
27169
28002
|
.amis-scope .antd-List {
|
@@ -27660,18 +28493,6 @@ readers do not read off random characters that represent icons */
|
|
27660
28493
|
margin-top: 0.25rem;
|
27661
28494
|
}
|
27662
28495
|
|
27663
|
-
.amis-scope .antd-Card-checkBtn {
|
27664
|
-
position: absolute;
|
27665
|
-
top: 0;
|
27666
|
-
right: 0;
|
27667
|
-
margin: 0.5rem;
|
27668
|
-
z-index: 1;
|
27669
|
-
}
|
27670
|
-
|
27671
|
-
.amis-scope .antd-Card-checkBtn .antd-Checkbox {
|
27672
|
-
margin-right: 0;
|
27673
|
-
}
|
27674
|
-
|
27675
28496
|
.amis-scope .antd-Card-dragBtn {
|
27676
28497
|
cursor: pointer;
|
27677
28498
|
float: right;
|
@@ -27679,7 +28500,8 @@ readers do not read off random characters that represent icons */
|
|
27679
28500
|
}
|
27680
28501
|
|
27681
28502
|
.amis-scope .antd-Card-heading {
|
27682
|
-
|
28503
|
+
display: flex;
|
28504
|
+
flex-direction: row;
|
27683
28505
|
padding: 0.5rem 0.75rem;
|
27684
28506
|
flex: 1 0 auto;
|
27685
28507
|
}
|
@@ -27711,12 +28533,17 @@ readers do not read off random characters that represent icons */
|
|
27711
28533
|
|
27712
28534
|
.amis-scope .antd-Card-meta {
|
27713
28535
|
display: block;
|
28536
|
+
flex-grow: 1;
|
27714
28537
|
height: 100%;
|
27715
|
-
overflow: hidden;
|
27716
28538
|
position: relative;
|
27717
28539
|
margin-right: 1rem;
|
27718
28540
|
}
|
27719
28541
|
|
28542
|
+
.amis-scope .antd-Card-toolbar {
|
28543
|
+
margin-right: calc(-1 * 0.75rem);
|
28544
|
+
text-align: right;
|
28545
|
+
}
|
28546
|
+
|
27720
28547
|
.amis-scope .antd-Card-highlight {
|
27721
28548
|
background: #52c41a;
|
27722
28549
|
width: 0.5rem;
|
@@ -27966,6 +28793,7 @@ readers do not read off random characters that represent icons */
|
|
27966
28793
|
height: 10px;
|
27967
28794
|
background: #ebebeb;
|
27968
28795
|
overflow: hidden;
|
28796
|
+
border-radius: 2px;
|
27969
28797
|
}
|
27970
28798
|
|
27971
28799
|
.amis-scope .antd-Progress-bar {
|
@@ -27977,7 +28805,8 @@ readers do not read off random characters that represent icons */
|
|
27977
28805
|
color: #fff;
|
27978
28806
|
text-align: center;
|
27979
28807
|
background: #1890ff;
|
27980
|
-
transition: width
|
28808
|
+
transition: width 0s ease;
|
28809
|
+
border-radius: 2px;
|
27981
28810
|
}
|
27982
28811
|
|
27983
28812
|
.amis-scope .antd-Progress-bar--stripe {
|
@@ -28203,7 +29032,7 @@ readers do not read off random characters that represent icons */
|
|
28203
29032
|
|
28204
29033
|
.amis-scope .antd-StatusField-label {
|
28205
29034
|
font-size: 0.75rem;
|
28206
|
-
margin-left: 0.
|
29035
|
+
margin-left: 0.25rem;
|
28207
29036
|
}
|
28208
29037
|
|
28209
29038
|
@keyframes animation-rolling_red {
|
@@ -28339,7 +29168,7 @@ readers do not read off random characters that represent icons */
|
|
28339
29168
|
position: absolute;
|
28340
29169
|
left: 0;
|
28341
29170
|
top: 0;
|
28342
|
-
transition-duration:
|
29171
|
+
transition-duration: 0s;
|
28343
29172
|
transition-timing-function: ease-out;
|
28344
29173
|
transition-property: transform, opacity;
|
28345
29174
|
}
|
@@ -28422,7 +29251,7 @@ readers do not read off random characters that represent icons */
|
|
28422
29251
|
width: 0.5rem;
|
28423
29252
|
border-radius: 0.25rem;
|
28424
29253
|
margin: 0.4375rem 0.25rem;
|
28425
|
-
transition-duration:
|
29254
|
+
transition-duration: 0s;
|
28426
29255
|
opacity: 0.3;
|
28427
29256
|
}
|
28428
29257
|
|
@@ -28438,7 +29267,7 @@ readers do not read off random characters that represent icons */
|
|
28438
29267
|
top: 0;
|
28439
29268
|
bottom: 0;
|
28440
29269
|
position: absolute;
|
28441
|
-
transition-duration:
|
29270
|
+
transition-duration: 0s;
|
28442
29271
|
display: none;
|
28443
29272
|
left: 0;
|
28444
29273
|
}
|
@@ -28461,7 +29290,7 @@ readers do not read off random characters that represent icons */
|
|
28461
29290
|
top: 0;
|
28462
29291
|
bottom: 0;
|
28463
29292
|
position: absolute;
|
28464
|
-
transition-duration:
|
29293
|
+
transition-duration: 0s;
|
28465
29294
|
display: none;
|
28466
29295
|
right: 0;
|
28467
29296
|
}
|
@@ -28568,8 +29397,8 @@ readers do not read off random characters that represent icons */
|
|
28568
29397
|
color: #999;
|
28569
29398
|
text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
|
28570
29399
|
animation-name: disappear;
|
28571
|
-
animation-delay:
|
28572
|
-
animation-duration:
|
29400
|
+
animation-delay: 0s;
|
29401
|
+
animation-duration: 0s;
|
28573
29402
|
animation-fill-mode: both;
|
28574
29403
|
}
|
28575
29404
|
|
@@ -28594,7 +29423,7 @@ readers do not read off random characters that represent icons */
|
|
28594
29423
|
.amis-scope .antd-ImageGallery-main:hover .antd-ImageGallery-nextBtn {
|
28595
29424
|
animation-name: appear;
|
28596
29425
|
animation-delay: 0s;
|
28597
|
-
animation-duration:
|
29426
|
+
animation-duration: 0s;
|
28598
29427
|
}
|
28599
29428
|
|
28600
29429
|
.amis-scope .antd-ImageGallery-prevBtn {
|
@@ -28699,7 +29528,7 @@ readers do not read off random characters that represent icons */
|
|
28699
29528
|
}
|
28700
29529
|
|
28701
29530
|
.amis-scope .antd-ImageGallery-item.is-active {
|
28702
|
-
border: 1px solid #
|
29531
|
+
border: 1px solid #1890ff;
|
28703
29532
|
}
|
28704
29533
|
|
28705
29534
|
.amis-scope .antd-ImageGallery-item.is-active:after {
|
@@ -28728,6 +29557,7 @@ readers do not read off random characters that represent icons */
|
|
28728
29557
|
|
28729
29558
|
.amis-scope .antd-Image-thumbWrap {
|
28730
29559
|
position: relative;
|
29560
|
+
height: 100%;
|
28731
29561
|
}
|
28732
29562
|
|
28733
29563
|
.amis-scope .antd-Image-image {
|
@@ -28843,7 +29673,7 @@ readers do not read off random characters that represent icons */
|
|
28843
29673
|
}
|
28844
29674
|
|
28845
29675
|
.amis-scope .antd-Image-overlay {
|
28846
|
-
background: rgba(
|
29676
|
+
background: rgba(8, 14, 26, 0.5);
|
28847
29677
|
position: absolute;
|
28848
29678
|
width: 100%;
|
28849
29679
|
height: 100%;
|
@@ -29197,7 +30027,7 @@ readers do not read off random characters that represent icons */
|
|
29197
30027
|
height: 30px;
|
29198
30028
|
width: 30px;
|
29199
30029
|
padding: 0 8px;
|
29200
|
-
transition: all
|
30030
|
+
transition: all 0s ease-in-out;
|
29201
30031
|
border: 0.0625rem solid transparent;
|
29202
30032
|
border-radius: 2px;
|
29203
30033
|
height: 30px;
|
@@ -29486,7 +30316,7 @@ readers do not read off random characters that represent icons */
|
|
29486
30316
|
height: 1px;
|
29487
30317
|
left: 100%;
|
29488
30318
|
width: 9999px;
|
29489
|
-
padding-right:
|
30319
|
+
padding-right: 0.625rem;
|
29490
30320
|
background-color: #b4bbc5;
|
29491
30321
|
}
|
29492
30322
|
|
@@ -29574,6 +30404,49 @@ readers do not read off random characters that represent icons */
|
|
29574
30404
|
border: 1px solid #1890ff;
|
29575
30405
|
}
|
29576
30406
|
|
30407
|
+
.amis-scope .antd-Portlet {
|
30408
|
+
border: 0.0625rem solid #eceff8;
|
30409
|
+
border-radius: 2px;
|
30410
|
+
padding: 0.75rem;
|
30411
|
+
}
|
30412
|
+
|
30413
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
|
30414
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30415
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30416
|
+
border: none !important;
|
30417
|
+
color: inherit !important;
|
30418
|
+
cursor: auto !important;
|
30419
|
+
}
|
30420
|
+
|
30421
|
+
.amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
|
30422
|
+
border-bottom: none;
|
30423
|
+
}
|
30424
|
+
|
30425
|
+
.amis-scope .antd-Portlet .antd-Tabs-pane {
|
30426
|
+
padding: unset;
|
30427
|
+
}
|
30428
|
+
|
30429
|
+
.amis-scope .antd-Portlet-toolbar {
|
30430
|
+
display: inline-flex;
|
30431
|
+
float: right;
|
30432
|
+
justify-content: flex-end;
|
30433
|
+
}
|
30434
|
+
|
30435
|
+
.amis-scope .antd-Portlet-toolbar .antd-Button {
|
30436
|
+
margin-left: calc(0.25rem);
|
30437
|
+
}
|
30438
|
+
|
30439
|
+
.amis-scope .antd-Portlet-header-desc {
|
30440
|
+
height: 100%;
|
30441
|
+
overflow: hidden;
|
30442
|
+
position: relative;
|
30443
|
+
margin-left: 0.75rem;
|
30444
|
+
}
|
30445
|
+
|
30446
|
+
.amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
|
30447
|
+
display: none;
|
30448
|
+
}
|
30449
|
+
|
29577
30450
|
.amis-scope fieldset.antd-Collapse--lg,
|
29578
30451
|
.amis-scope fieldset.antd-Collapse--md,
|
29579
30452
|
.amis-scope fieldset.antd-Collapse--base,
|
@@ -29632,11 +30505,14 @@ readers do not read off random characters that represent icons */
|
|
29632
30505
|
margin: 0.75rem 0;
|
29633
30506
|
padding: 0 0 0 14px;
|
29634
30507
|
cursor: pointer;
|
29635
|
-
border-bottom:
|
30508
|
+
border-bottom: none !important;
|
30509
|
+
background: transparent;
|
29636
30510
|
display: flex;
|
29637
30511
|
flex-direction: row;
|
29638
|
-
|
29639
|
-
|
30512
|
+
}
|
30513
|
+
|
30514
|
+
.amis-scope fieldset.antd-Collapse > legend:hover {
|
30515
|
+
background: transparent;
|
29640
30516
|
}
|
29641
30517
|
|
29642
30518
|
.amis-scope fieldset.antd-Collapse--xs {
|
@@ -29723,6 +30599,10 @@ readers do not read off random characters that represent icons */
|
|
29723
30599
|
margin-bottom: 0.75rem;
|
29724
30600
|
}
|
29725
30601
|
|
30602
|
+
.amis-scope .antd-Form-group:last-child {
|
30603
|
+
margin-bottom: 0;
|
30604
|
+
}
|
30605
|
+
|
29726
30606
|
.amis-scope .antd-Form-value > .antd-Form-group {
|
29727
30607
|
margin-bottom: 0.375rem;
|
29728
30608
|
}
|
@@ -30098,14 +30978,14 @@ readers do not read off random characters that represent icons */
|
|
30098
30978
|
.amis-scope .antd-TextControl.is-error > .antd-TextControl-input {
|
30099
30979
|
border-color: #ff4d4f;
|
30100
30980
|
background: #fff;
|
30101
|
-
transition: all
|
30981
|
+
transition: all 0s;
|
30102
30982
|
}
|
30103
30983
|
|
30104
30984
|
.amis-scope .antd-TextControl.is-focused > .antd-TextControl-input {
|
30105
30985
|
border-color: #40a9ff;
|
30106
30986
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
30107
30987
|
background: #fff;
|
30108
|
-
transition: all
|
30988
|
+
transition: all 0s;
|
30109
30989
|
}
|
30110
30990
|
|
30111
30991
|
.amis-scope .antd-TextControl.is-error.is-focused > .antd-TextControl-input {
|
@@ -30116,7 +30996,7 @@ readers do not read off random characters that represent icons */
|
|
30116
30996
|
color: #999;
|
30117
30997
|
background: #e5e7eb;
|
30118
30998
|
border-color: #d9d9d9;
|
30119
|
-
transition: all
|
30999
|
+
transition: all 0s;
|
30120
31000
|
}
|
30121
31001
|
|
30122
31002
|
.amis-scope .antd-TextControl-spinner {
|
@@ -30391,6 +31271,14 @@ readers do not read off random characters that represent icons */
|
|
30391
31271
|
color: #ff4d4f;
|
30392
31272
|
}
|
30393
31273
|
|
31274
|
+
.amis-scope .antd-TextControl-input:hover {
|
31275
|
+
border-color: #40a9ff;
|
31276
|
+
}
|
31277
|
+
|
31278
|
+
.amis-scope .antd-TextControl.is-disabled-input input {
|
31279
|
+
color: #999;
|
31280
|
+
}
|
31281
|
+
|
30394
31282
|
.amis-scope .antd-TextareaControl {
|
30395
31283
|
position: relative;
|
30396
31284
|
}
|
@@ -30427,12 +31315,21 @@ readers do not read off random characters that represent icons */
|
|
30427
31315
|
color: #999;
|
30428
31316
|
}
|
30429
31317
|
|
31318
|
+
.amis-scope .antd-TextareaControl > textarea:hover {
|
31319
|
+
border-color: #40a9ff;
|
31320
|
+
}
|
31321
|
+
|
30430
31322
|
.amis-scope .antd-TextareaControl > textarea:focus,
|
30431
31323
|
.amis-scope .antd-TextareaControl.is-focused > textarea {
|
30432
31324
|
border-color: #40a9ff;
|
30433
31325
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
30434
31326
|
}
|
30435
31327
|
|
31328
|
+
.amis-scope .antd-TextareaControl > textarea:focus:hover,
|
31329
|
+
.amis-scope .antd-TextareaControl.is-focused > textarea:hover {
|
31330
|
+
border-color: #40a9ff;
|
31331
|
+
}
|
31332
|
+
|
30436
31333
|
.amis-scope .antd-TextareaControl.is-disabled > textarea,
|
30437
31334
|
.amis-scope .antd-TextareaControl > textarea[disabled] {
|
30438
31335
|
background: #e5e7eb;
|
@@ -30519,7 +31416,7 @@ readers do not read off random characters that represent icons */
|
|
30519
31416
|
width: 0px;
|
30520
31417
|
height: 0px;
|
30521
31418
|
background: transparent;
|
30522
|
-
transition: all
|
31419
|
+
transition: all 0s;
|
30523
31420
|
transform-origin: 50% 50%;
|
30524
31421
|
transform: translate(-50%, -50%);
|
30525
31422
|
}
|
@@ -30612,7 +31509,7 @@ readers do not read off random characters that represent icons */
|
|
30612
31509
|
width: 0;
|
30613
31510
|
height: 0;
|
30614
31511
|
border-color: transparent;
|
30615
|
-
transition: width
|
31512
|
+
transition: width 0s, height 0s, transform 0s;
|
30616
31513
|
border-width: 0 0 0.125rem 0.125rem;
|
30617
31514
|
transform: translate(-50%, -60%) rotate(-40deg);
|
30618
31515
|
border-style: solid;
|
@@ -30739,7 +31636,7 @@ readers do not read off random characters that represent icons */
|
|
30739
31636
|
color: #999;
|
30740
31637
|
}
|
30741
31638
|
|
30742
|
-
.amis-scope .antd-
|
31639
|
+
.amis-scope .antd-Selection > .antd-Checkbox {
|
30743
31640
|
display: block;
|
30744
31641
|
height: 1.875rem;
|
30745
31642
|
line-height: 1.4285714286;
|
@@ -30747,43 +31644,36 @@ readers do not read off random characters that represent icons */
|
|
30747
31644
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
30748
31645
|
}
|
30749
31646
|
|
30750
|
-
.amis-scope .antd-
|
31647
|
+
.amis-scope .antd-Selection--inline > .antd-Checkbox {
|
30751
31648
|
display: inline-block;
|
30752
31649
|
}
|
30753
31650
|
|
30754
|
-
.amis-scope .antd-
|
31651
|
+
.amis-scope .antd-Selection-addBtn {
|
30755
31652
|
display: block;
|
30756
31653
|
cursor: pointer;
|
30757
31654
|
}
|
30758
31655
|
|
30759
|
-
.amis-scope .antd-
|
31656
|
+
.amis-scope .antd-Selection-addBtn:hover {
|
30760
31657
|
text-decoration: none;
|
30761
31658
|
}
|
30762
31659
|
|
30763
|
-
.amis-scope .antd-
|
31660
|
+
.amis-scope .antd-Selection-addBtn > svg {
|
30764
31661
|
width: 0.875rem;
|
30765
31662
|
height: 0.875rem;
|
30766
31663
|
margin-right: 0.25rem;
|
30767
31664
|
}
|
30768
31665
|
|
30769
|
-
.amis-scope .antd-
|
30770
|
-
.amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
|
30771
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
|
30772
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
|
31666
|
+
.amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
|
30773
31667
|
border-top: 0.0625rem solid #dfe2e6;
|
30774
31668
|
}
|
30775
31669
|
|
30776
|
-
.amis-scope .antd-
|
30777
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
|
30778
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
|
30779
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
|
31670
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
30780
31671
|
font-size: 0.75rem;
|
30781
31672
|
padding: 0.25rem 0.25rem;
|
30782
31673
|
color: #999;
|
30783
31674
|
}
|
30784
31675
|
|
30785
|
-
.amis-scope .antd-
|
30786
|
-
.amis-scope .antd-ListRadios-item {
|
31676
|
+
.amis-scope .antd-GroupedSelection-item {
|
30787
31677
|
display: flex;
|
30788
31678
|
height: 1.875rem;
|
30789
31679
|
line-height: 1.4285714286;
|
@@ -30794,51 +31684,37 @@ readers do not read off random characters that represent icons */
|
|
30794
31684
|
user-select: none;
|
30795
31685
|
}
|
30796
31686
|
|
30797
|
-
.amis-scope .antd-
|
30798
|
-
.amis-scope .antd-ListRadios-item > .antd-Checkbox {
|
31687
|
+
.amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
|
30799
31688
|
margin-right: 0;
|
30800
31689
|
}
|
30801
31690
|
|
30802
|
-
.amis-scope .antd-
|
30803
|
-
.amis-scope .antd-ListRadios-item.is-active {
|
31691
|
+
.amis-scope .antd-GroupedSelection-item.is-active {
|
30804
31692
|
color: #1890ff;
|
30805
31693
|
background: transparent;
|
30806
31694
|
}
|
30807
31695
|
|
30808
|
-
.amis-scope .antd-
|
30809
|
-
.amis-scope .antd-ListRadios-item:hover {
|
31696
|
+
.amis-scope .antd-GroupedSelection-item:hover {
|
30810
31697
|
background: rgba(0, 126, 255, 0.08);
|
30811
31698
|
}
|
30812
31699
|
|
30813
|
-
.amis-scope .antd-
|
30814
|
-
.amis-scope .antd-ListRadios-item.is-disabled {
|
31700
|
+
.amis-scope .antd-GroupedSelection-item.is-disabled {
|
30815
31701
|
pointer-events: none;
|
30816
31702
|
color: #999;
|
30817
31703
|
}
|
30818
31704
|
|
30819
|
-
.amis-scope .antd-
|
30820
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
30821
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
30822
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
|
30823
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
|
30824
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
30825
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
30826
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
|
31705
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
|
30827
31706
|
padding-left: 0.75rem;
|
30828
31707
|
}
|
30829
31708
|
|
30830
|
-
.amis-scope .antd-
|
30831
|
-
.amis-scope .antd-ListRadios-itemLabel {
|
31709
|
+
.amis-scope .antd-GroupedSelection-itemLabel {
|
30832
31710
|
flex-grow: 1;
|
30833
31711
|
}
|
30834
31712
|
|
30835
|
-
.amis-scope .antd-
|
30836
|
-
.amis-scope .antd-ListRadios-itemLabel span {
|
31713
|
+
.amis-scope .antd-GroupedSelection-itemLabel span {
|
30837
31714
|
white-space: nowrap;
|
30838
31715
|
}
|
30839
31716
|
|
30840
|
-
.amis-scope .antd-
|
30841
|
-
.amis-scope .antd-ListRadios-placeholder {
|
31717
|
+
.amis-scope .antd-GroupedSelection-placeholder {
|
30842
31718
|
height: 1.875rem;
|
30843
31719
|
line-height: 1.4285714286;
|
30844
31720
|
font-size: 0.875rem;
|
@@ -30846,52 +31722,54 @@ readers do not read off random characters that represent icons */
|
|
30846
31722
|
color: #999;
|
30847
31723
|
}
|
30848
31724
|
|
30849
|
-
.amis-scope .antd-
|
31725
|
+
.amis-scope .antd-TableSelection .antd-Table-content {
|
30850
31726
|
border-top: 0.0625rem solid #eceff8;
|
30851
31727
|
}
|
30852
31728
|
|
30853
|
-
.amis-scope .antd-
|
30854
|
-
.amis-scope .antd-
|
31729
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
|
31730
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
|
30855
31731
|
font-size: 0.75rem;
|
30856
31732
|
padding-top: 0.25rem;
|
30857
31733
|
padding-bottom: 0.375rem;
|
30858
31734
|
vertical-align: middle;
|
30859
31735
|
}
|
30860
31736
|
|
30861
|
-
.amis-scope .antd-
|
31737
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
|
30862
31738
|
padding-top: 0.375rem;
|
30863
31739
|
}
|
30864
31740
|
|
30865
|
-
.amis-scope .antd-
|
30866
|
-
.amis-scope .antd-
|
31741
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
|
31742
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
|
30867
31743
|
padding-left: 0.625rem;
|
30868
31744
|
padding-right: 0;
|
30869
31745
|
}
|
30870
31746
|
|
30871
|
-
.amis-scope .antd-
|
30872
|
-
.amis-scope .antd-
|
31747
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
|
31748
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
|
30873
31749
|
padding-right: 1rem;
|
30874
31750
|
}
|
30875
31751
|
|
30876
|
-
.amis-scope .antd-
|
31752
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
|
30877
31753
|
cursor: pointer;
|
30878
31754
|
}
|
30879
31755
|
|
30880
|
-
.amis-scope .antd-
|
30881
|
-
|
31756
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
|
31757
|
+
color: #1890ff;
|
31758
|
+
background: transparent;
|
31759
|
+
}
|
31760
|
+
|
31761
|
+
.amis-scope .antd-TreeSelection .antd-Table-expandBtn {
|
30882
31762
|
color: inherit;
|
30883
31763
|
margin-right: 5px;
|
30884
31764
|
}
|
30885
31765
|
|
30886
|
-
.amis-scope .antd-
|
30887
|
-
.amis-scope .antd-TreeRadios-sublist {
|
31766
|
+
.amis-scope .antd-TreeSelection-sublist {
|
30888
31767
|
position: relative;
|
30889
31768
|
margin: 0 0 0 2.1875rem;
|
30890
31769
|
display: none;
|
30891
31770
|
}
|
30892
31771
|
|
30893
|
-
.amis-scope .antd-
|
30894
|
-
.amis-scope .antd-TreeRadios-sublist:before {
|
31772
|
+
.amis-scope .antd-TreeSelection-sublist:before {
|
30895
31773
|
width: 1px;
|
30896
31774
|
content: "";
|
30897
31775
|
display: block;
|
@@ -30902,29 +31780,19 @@ readers do not read off random characters that represent icons */
|
|
30902
31780
|
border-left: dashed 1px inherit;
|
30903
31781
|
}
|
30904
31782
|
|
30905
|
-
.amis-scope .antd-
|
30906
|
-
.amis-scope .antd-TreeRadios-item {
|
31783
|
+
.amis-scope .antd-TreeSelection-item {
|
30907
31784
|
position: relative;
|
30908
31785
|
}
|
30909
31786
|
|
30910
|
-
.amis-scope .antd-
|
30911
|
-
.amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
|
30912
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
|
30913
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
|
31787
|
+
.amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
|
30914
31788
|
display: block;
|
30915
31789
|
}
|
30916
31790
|
|
30917
|
-
.amis-scope .antd-
|
30918
|
-
.amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
|
30919
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
|
30920
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
|
31791
|
+
.amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
|
30921
31792
|
bottom: 0;
|
30922
31793
|
}
|
30923
31794
|
|
30924
|
-
.amis-scope .antd-
|
30925
|
-
.amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
|
30926
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
|
30927
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
|
31795
|
+
.amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
|
30928
31796
|
height: 1px;
|
30929
31797
|
content: "";
|
30930
31798
|
display: block;
|
@@ -30935,8 +31803,7 @@ readers do not read off random characters that represent icons */
|
|
30935
31803
|
border-top: dashed 1px inherit;
|
30936
31804
|
}
|
30937
31805
|
|
30938
|
-
.amis-scope .antd-
|
30939
|
-
.amis-scope .antd-TreeRadios-itemInner {
|
31806
|
+
.amis-scope .antd-TreeSelection-itemInner {
|
30940
31807
|
display: flex;
|
30941
31808
|
align-items: center;
|
30942
31809
|
height: 1.875rem;
|
@@ -30949,20 +31816,17 @@ readers do not read off random characters that represent icons */
|
|
30949
31816
|
position: relative;
|
30950
31817
|
}
|
30951
31818
|
|
30952
|
-
.amis-scope .antd-
|
30953
|
-
.amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
|
31819
|
+
.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
|
30954
31820
|
margin-right: 0;
|
30955
31821
|
margin-left: 0.5rem;
|
30956
31822
|
}
|
30957
31823
|
|
30958
|
-
.amis-scope .antd-
|
30959
|
-
.amis-scope .antd-TreeRadios-itemInner > * {
|
31824
|
+
.amis-scope .antd-TreeSelection-itemInner > * {
|
30960
31825
|
position: relative;
|
30961
31826
|
z-index: 2;
|
30962
31827
|
}
|
30963
31828
|
|
30964
|
-
.amis-scope .antd-
|
30965
|
-
.amis-scope .antd-TreeRadios-itemInner:hover:after {
|
31829
|
+
.amis-scope .antd-TreeSelection-itemInner:hover:after {
|
30966
31830
|
position: absolute;
|
30967
31831
|
content: "";
|
30968
31832
|
z-index: 1;
|
@@ -30973,24 +31837,20 @@ readers do not read off random characters that represent icons */
|
|
30973
31837
|
background: rgba(0, 126, 255, 0.08);
|
30974
31838
|
}
|
30975
31839
|
|
30976
|
-
.amis-scope .antd-
|
30977
|
-
.amis-scope .antd-TreeRadios-itemInner.is-active {
|
31840
|
+
.amis-scope .antd-TreeSelection-itemInner.is-active {
|
30978
31841
|
color: #1890ff;
|
30979
31842
|
}
|
30980
31843
|
|
30981
|
-
.amis-scope .antd-
|
30982
|
-
.amis-scope .antd-TreeRadios-itemInner.is-disabled {
|
31844
|
+
.amis-scope .antd-TreeSelection-itemInner.is-disabled {
|
30983
31845
|
pointer-events: none;
|
30984
31846
|
color: #999;
|
30985
31847
|
}
|
30986
31848
|
|
30987
|
-
.amis-scope .antd-
|
30988
|
-
.amis-scope .antd-TreeRadios-itemLabel {
|
31849
|
+
.amis-scope .antd-TreeSelection-itemLabel {
|
30989
31850
|
flex-grow: 1;
|
30990
31851
|
}
|
30991
31852
|
|
30992
|
-
.amis-scope .antd-
|
30993
|
-
.amis-scope .antd-TreeRadios-placeholder {
|
31853
|
+
.amis-scope .antd-TreeSelection-placeholder {
|
30994
31854
|
height: 1.875rem;
|
30995
31855
|
line-height: 1.4285714286;
|
30996
31856
|
font-size: 0.875rem;
|
@@ -30998,27 +31858,27 @@ readers do not read off random characters that represent icons */
|
|
30998
31858
|
color: #999;
|
30999
31859
|
}
|
31000
31860
|
|
31001
|
-
.amis-scope .antd-
|
31861
|
+
.amis-scope .antd-ChainedSelection {
|
31002
31862
|
display: flex;
|
31003
31863
|
flex-direction: row;
|
31004
31864
|
}
|
31005
31865
|
|
31006
|
-
.amis-scope .antd-
|
31866
|
+
.amis-scope .antd-ChainedSelection-col {
|
31007
31867
|
flex-grow: 1;
|
31008
31868
|
min-width: 150px;
|
31009
31869
|
}
|
31010
31870
|
|
31011
|
-
.amis-scope .antd-
|
31871
|
+
.amis-scope .antd-ChainedSelection-col:not(:last-child) {
|
31012
31872
|
border-right: 1px solid #eceff8;
|
31013
31873
|
}
|
31014
31874
|
|
31015
|
-
.amis-scope .antd-
|
31875
|
+
.amis-scope .antd-ChainedSelection-subTitle {
|
31016
31876
|
font-size: 0.75rem;
|
31017
31877
|
padding: 0.25rem 0.25rem;
|
31018
31878
|
color: #999;
|
31019
31879
|
}
|
31020
31880
|
|
31021
|
-
.amis-scope .antd-
|
31881
|
+
.amis-scope .antd-ChainedSelection-item {
|
31022
31882
|
display: flex;
|
31023
31883
|
height: 1.875rem;
|
31024
31884
|
line-height: 1.4285714286;
|
@@ -31029,29 +31889,29 @@ readers do not read off random characters that represent icons */
|
|
31029
31889
|
user-select: none;
|
31030
31890
|
}
|
31031
31891
|
|
31032
|
-
.amis-scope .antd-
|
31892
|
+
.amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
|
31033
31893
|
margin-right: 0;
|
31034
31894
|
}
|
31035
31895
|
|
31036
|
-
.amis-scope .antd-
|
31896
|
+
.amis-scope .antd-ChainedSelection-item.is-active {
|
31037
31897
|
color: #1890ff;
|
31038
31898
|
background: transparent;
|
31039
31899
|
}
|
31040
31900
|
|
31041
|
-
.amis-scope .antd-
|
31901
|
+
.amis-scope .antd-ChainedSelection-item:hover {
|
31042
31902
|
background: rgba(0, 126, 255, 0.08);
|
31043
31903
|
}
|
31044
31904
|
|
31045
|
-
.amis-scope .antd-
|
31905
|
+
.amis-scope .antd-ChainedSelection-item.is-disabled {
|
31046
31906
|
pointer-events: none;
|
31047
31907
|
color: #999;
|
31048
31908
|
}
|
31049
31909
|
|
31050
|
-
.amis-scope .antd-
|
31910
|
+
.amis-scope .antd-ChainedSelection-itemLabel {
|
31051
31911
|
flex-grow: 1;
|
31052
31912
|
}
|
31053
31913
|
|
31054
|
-
.amis-scope .antd-
|
31914
|
+
.amis-scope .antd-ChainedSelection-placeholder {
|
31055
31915
|
height: 1.875rem;
|
31056
31916
|
line-height: 1.4285714286;
|
31057
31917
|
font-size: 0.875rem;
|
@@ -31059,34 +31919,35 @@ readers do not read off random characters that represent icons */
|
|
31059
31919
|
color: #999;
|
31060
31920
|
}
|
31061
31921
|
|
31062
|
-
.amis-scope .antd-
|
31922
|
+
.amis-scope .antd-AssociatedSelection {
|
31063
31923
|
display: flex;
|
31064
31924
|
flex-direction: row;
|
31065
31925
|
}
|
31066
31926
|
|
31067
|
-
.amis-scope .antd-
|
31068
|
-
.amis-scope .antd-
|
31927
|
+
.amis-scope .antd-AssociatedSelection-left,
|
31928
|
+
.amis-scope .antd-AssociatedSelection-right {
|
31069
31929
|
flex-grow: 1;
|
31070
31930
|
width: 0;
|
31071
|
-
height:
|
31931
|
+
min-height: 12.5rem;
|
31932
|
+
max-height: 25rem;
|
31072
31933
|
overflow: auto;
|
31073
31934
|
}
|
31074
31935
|
|
31075
|
-
.amis-scope .antd-
|
31936
|
+
.amis-scope .antd-AssociatedSelection-left {
|
31076
31937
|
border-right: 1px solid #eceff8;
|
31077
31938
|
}
|
31078
31939
|
|
31079
|
-
.amis-scope .antd-
|
31940
|
+
.amis-scope .antd-AssociatedSelection-reload {
|
31080
31941
|
text-align: center;
|
31081
31942
|
color: #1890ff;
|
31082
31943
|
margin: 20px 0 0;
|
31083
31944
|
}
|
31084
31945
|
|
31085
|
-
.amis-scope .antd-
|
31946
|
+
.amis-scope .antd-AssociatedSelection-reload.is-clickable {
|
31086
31947
|
cursor: pointer;
|
31087
31948
|
}
|
31088
31949
|
|
31089
|
-
.amis-scope .antd-
|
31950
|
+
.amis-scope .antd-AssociatedSelection-box {
|
31090
31951
|
line-height: 1.4285714286;
|
31091
31952
|
font-size: 0.75rem;
|
31092
31953
|
color: #999;
|
@@ -31098,7 +31959,7 @@ readers do not read off random characters that represent icons */
|
|
31098
31959
|
height: 100%;
|
31099
31960
|
}
|
31100
31961
|
|
31101
|
-
.amis-scope .antd-
|
31962
|
+
.amis-scope .antd-AssociatedSelection-box > p {
|
31102
31963
|
text-align: center;
|
31103
31964
|
margin: 10px 0 20px;
|
31104
31965
|
color: #999;
|
@@ -31167,7 +32028,7 @@ readers do not read off random characters that represent icons */
|
|
31167
32028
|
line-height: 1.375rem;
|
31168
32029
|
font-style: normal;
|
31169
32030
|
font-weight: bold;
|
31170
|
-
transition: all
|
32031
|
+
transition: all 0s;
|
31171
32032
|
}
|
31172
32033
|
|
31173
32034
|
.amis-scope .antd-Switch .slider:before {
|
@@ -31179,7 +32040,7 @@ readers do not read off random characters that represent icons */
|
|
31179
32040
|
bottom: 0.0625rem;
|
31180
32041
|
left: 0.0625rem;
|
31181
32042
|
border-radius: 50%;
|
31182
|
-
transition: margin-left
|
32043
|
+
transition: margin-left 0s;
|
31183
32044
|
}
|
31184
32045
|
|
31185
32046
|
.amis-scope .antd-Switch.is-checked {
|
@@ -31315,7 +32176,7 @@ readers do not read off random characters that represent icons */
|
|
31315
32176
|
-moz-appearance: textfield;
|
31316
32177
|
line-height: calc(1.875rem - 0.0625rem * 2);
|
31317
32178
|
height: 100%;
|
31318
|
-
transition: all
|
32179
|
+
transition: all 0s ease;
|
31319
32180
|
border: 0;
|
31320
32181
|
border-radius: 2px;
|
31321
32182
|
padding: 0 0.5rem;
|
@@ -31551,7 +32412,7 @@ readers do not read off random characters that represent icons */
|
|
31551
32412
|
}
|
31552
32413
|
|
31553
32414
|
.amis-scope .antd-Select-arrow > svg {
|
31554
|
-
transition: transform
|
32415
|
+
transition: transform 0s;
|
31555
32416
|
display: inline-block;
|
31556
32417
|
color: #999;
|
31557
32418
|
width: 10px;
|
@@ -31841,6 +32702,7 @@ readers do not read off random characters that represent icons */
|
|
31841
32702
|
color: rgba(0, 0, 0, 0.85);
|
31842
32703
|
transition: none;
|
31843
32704
|
max-width: calc(12.5rem + 2 * 0.75rem);
|
32705
|
+
border-radius: 0.1875rem;
|
31844
32706
|
}
|
31845
32707
|
|
31846
32708
|
.amis-scope .antd-ListControl-item:not(.is-disabled) {
|
@@ -31956,7 +32818,7 @@ readers do not read off random characters that represent icons */
|
|
31956
32818
|
white-space: nowrap;
|
31957
32819
|
color: rgba(0, 0, 0, 0.85);
|
31958
32820
|
background: #fff;
|
31959
|
-
border-radius:
|
32821
|
+
border-radius: 0.0625rem;
|
31960
32822
|
}
|
31961
32823
|
|
31962
32824
|
.amis-scope .antd-LocationPicker:not(.is-disabled) {
|
@@ -32112,6 +32974,7 @@ readers do not read off random characters that represent icons */
|
|
32112
32974
|
) / 2 - 0.0625rem) 0.75rem;
|
32113
32975
|
background: #fff;
|
32114
32976
|
color: rgba(0, 0, 0, 0.85);
|
32977
|
+
border-radius: 2px;
|
32115
32978
|
}
|
32116
32979
|
|
32117
32980
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
@@ -32277,6 +33140,8 @@ readers do not read off random characters that represent icons */
|
|
32277
33140
|
.amis-scope .antd-DatePicker-toggler {
|
32278
33141
|
cursor: pointer;
|
32279
33142
|
color: inherit;
|
33143
|
+
display: inline-flex;
|
33144
|
+
align-items: center;
|
32280
33145
|
}
|
32281
33146
|
|
32282
33147
|
.amis-scope .antd-DatePicker-toggler:hover {
|
@@ -32503,7 +33368,7 @@ readers do not read off random characters that represent icons */
|
|
32503
33368
|
}
|
32504
33369
|
|
32505
33370
|
.amis-scope .antd-CalendarCounter-btn:hover {
|
32506
|
-
color: #
|
33371
|
+
color: #1c53c1;
|
32507
33372
|
}
|
32508
33373
|
|
32509
33374
|
.amis-scope .antd-CalendarCounter-btn > svg {
|
@@ -32580,6 +33445,12 @@ readers do not read off random characters that represent icons */
|
|
32580
33445
|
border-color: #0076e4;
|
32581
33446
|
}
|
32582
33447
|
|
33448
|
+
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
33449
|
+
color: #fff;
|
33450
|
+
background: #0076e4;
|
33451
|
+
border-color: #0070d7;
|
33452
|
+
}
|
33453
|
+
|
32583
33454
|
.amis-scope .rdtBtn:hover:focus {
|
32584
33455
|
box-shadow: none;
|
32585
33456
|
}
|
@@ -32602,6 +33473,12 @@ readers do not read off random characters that represent icons */
|
|
32602
33473
|
border-color: #40a9ff;
|
32603
33474
|
}
|
32604
33475
|
|
33476
|
+
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
33477
|
+
color: #096dd9;
|
33478
|
+
background: #fff;
|
33479
|
+
border-color: #096dd9;
|
33480
|
+
}
|
33481
|
+
|
32605
33482
|
.amis-scope .rdtBtnCancel:hover:focus {
|
32606
33483
|
box-shadow: none;
|
32607
33484
|
}
|
@@ -32797,6 +33674,8 @@ readers do not read off random characters that represent icons */
|
|
32797
33674
|
.amis-scope .antd-DateRangePicker-toggler {
|
32798
33675
|
cursor: pointer;
|
32799
33676
|
color: inherit;
|
33677
|
+
display: inline-flex;
|
33678
|
+
align-items: center;
|
32800
33679
|
}
|
32801
33680
|
|
32802
33681
|
.amis-scope .antd-DateRangePicker-toggler:hover {
|
@@ -32912,9 +33791,11 @@ readers do not read off random characters that represent icons */
|
|
32912
33791
|
width: 7.5rem;
|
32913
33792
|
height: 7.5rem;
|
32914
33793
|
display: inline-flex;
|
33794
|
+
flex-direction: column;
|
32915
33795
|
justify-content: center;
|
32916
33796
|
align-items: center;
|
32917
33797
|
border: 0.0625rem solid #eceff8;
|
33798
|
+
border-radius: 0;
|
32918
33799
|
cursor: pointer;
|
32919
33800
|
margin-right: 0.75rem;
|
32920
33801
|
color: rgba(0, 0, 0, 0.85);
|
@@ -32930,14 +33811,21 @@ readers do not read off random characters that represent icons */
|
|
32930
33811
|
border-color: #b4bbc5;
|
32931
33812
|
}
|
32932
33813
|
|
33814
|
+
.amis-scope .antd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
33815
|
+
color: rgba(0, 0, 0, 0.85);
|
33816
|
+
background: #e6e6e6;
|
33817
|
+
border-color: #adb4bf;
|
33818
|
+
}
|
33819
|
+
|
32933
33820
|
.amis-scope .antd-ImageControl-addBtn:hover:focus {
|
32934
33821
|
box-shadow: none;
|
32935
33822
|
}
|
32936
33823
|
|
32937
33824
|
.amis-scope .antd-ImageControl-addBtn > svg {
|
32938
|
-
width:
|
32939
|
-
height:
|
33825
|
+
width: 1.5rem;
|
33826
|
+
height: 1.5rem;
|
32940
33827
|
top: 0;
|
33828
|
+
margin-bottom: 0.5rem;
|
32941
33829
|
}
|
32942
33830
|
|
32943
33831
|
.amis-scope .antd-ImageControl-addBtn.is-disabled {
|
@@ -32975,6 +33863,7 @@ readers do not read off random characters that represent icons */
|
|
32975
33863
|
|
32976
33864
|
.amis-scope .antd-ImageControl-item {
|
32977
33865
|
border: 0.0625rem solid #eceff8;
|
33866
|
+
border-radius: 0;
|
32978
33867
|
vertical-align: top;
|
32979
33868
|
padding: 0.25rem;
|
32980
33869
|
display: inline-block;
|
@@ -33032,10 +33921,11 @@ readers do not read off random characters that represent icons */
|
|
33032
33921
|
|
33033
33922
|
.amis-scope .antd-ImageControl-progressValue {
|
33034
33923
|
height: 5px;
|
33924
|
+
border-radius: 0;
|
33035
33925
|
display: block;
|
33036
33926
|
background: #1890ff;
|
33037
33927
|
min-width: 10%;
|
33038
|
-
transition: ease-out width
|
33928
|
+
transition: ease-out width 0s;
|
33039
33929
|
}
|
33040
33930
|
|
33041
33931
|
.amis-scope .antd-ImageControl-item.is-invalid .antd-ImageControl-itemClear {
|
@@ -33141,13 +34031,13 @@ readers do not read off random characters that represent icons */
|
|
33141
34031
|
}
|
33142
34032
|
|
33143
34033
|
.amis-scope .antd-FileControl-selectBtn {
|
33144
|
-
|
34034
|
+
display: flex;
|
34035
|
+
align-items: center;
|
33145
34036
|
}
|
33146
34037
|
|
33147
34038
|
.amis-scope .antd-FileControl-selectBtn > svg {
|
33148
|
-
|
33149
|
-
|
33150
|
-
height: pxrem(16px);
|
34039
|
+
width: 0.875rem;
|
34040
|
+
height: 0.875rem;
|
33151
34041
|
}
|
33152
34042
|
|
33153
34043
|
.amis-scope .antd-FileControl-description {
|
@@ -33259,9 +34149,10 @@ readers do not read off random characters that represent icons */
|
|
33259
34149
|
.amis-scope .antd-FileControl-progress > span {
|
33260
34150
|
display: block;
|
33261
34151
|
background: #1890ff;
|
34152
|
+
border-radius: 0;
|
33262
34153
|
height: 100%;
|
33263
34154
|
min-width: 10%;
|
33264
|
-
transition: ease-out width
|
34155
|
+
transition: ease-out width 0s;
|
33265
34156
|
}
|
33266
34157
|
|
33267
34158
|
.amis-scope .antd-FileControl-acceptTip {
|
@@ -33630,8 +34521,8 @@ readers do not read off random characters that represent icons */
|
|
33630
34521
|
position: absolute;
|
33631
34522
|
z-index: 2;
|
33632
34523
|
top: 50%;
|
33633
|
-
transition: transform
|
33634
|
-
box-shadow
|
34524
|
+
transition: transform 0s ease-out,
|
34525
|
+
box-shadow 0s ease-out;
|
33635
34526
|
}
|
33636
34527
|
|
33637
34528
|
.amis-scope .antd-InputRange-slider:active {
|
@@ -33659,7 +34550,7 @@ readers do not read off random characters that represent icons */
|
|
33659
34550
|
}
|
33660
34551
|
|
33661
34552
|
.amis-scope .antd-InputRange-sliderContainer {
|
33662
|
-
transition: left
|
34553
|
+
transition: left 0s
|
33663
34554
|
ease-out;
|
33664
34555
|
}
|
33665
34556
|
|
@@ -33700,8 +34591,8 @@ readers do not read off random characters that represent icons */
|
|
33700
34591
|
display: block;
|
33701
34592
|
height: 0.75rem;
|
33702
34593
|
position: relative;
|
33703
|
-
transition: left
|
33704
|
-
width
|
34594
|
+
transition: left 0s ease-out,
|
34595
|
+
width 0s ease-out;
|
33705
34596
|
}
|
33706
34597
|
|
33707
34598
|
.amis-scope .antd-InputRange.is-disabled .antd-InputRange-track {
|
@@ -33866,7 +34757,7 @@ readers do not read off random characters that represent icons */
|
|
33866
34757
|
|
33867
34758
|
.amis-scope .antd-Tree-item-icons {
|
33868
34759
|
visibility: hidden;
|
33869
|
-
transition: visibility
|
34760
|
+
transition: visibility 0s ease;
|
33870
34761
|
display: inline-block;
|
33871
34762
|
vertical-align: top;
|
33872
34763
|
height: 1.875rem;
|
@@ -33963,7 +34854,7 @@ readers do not read off random characters that represent icons */
|
|
33963
34854
|
width: 0.75rem;
|
33964
34855
|
height: 0.75rem;
|
33965
34856
|
display: block;
|
33966
|
-
transition: transform
|
34857
|
+
transition: transform 0s;
|
33967
34858
|
top: 0;
|
33968
34859
|
transform: rotate(90deg);
|
33969
34860
|
}
|
@@ -34092,14 +34983,14 @@ readers do not read off random characters that represent icons */
|
|
34092
34983
|
.amis-scope .antd-TreeSelect.is-error > .antd-TreeSelect-input {
|
34093
34984
|
border-color: #ff4d4f;
|
34094
34985
|
background: #fff;
|
34095
|
-
transition: all
|
34986
|
+
transition: all 0s;
|
34096
34987
|
}
|
34097
34988
|
|
34098
34989
|
.amis-scope .antd-TreeSelect.is-focused > .antd-TreeSelect-input {
|
34099
34990
|
border-color: #40a9ff;
|
34100
34991
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
34101
34992
|
background: #fff;
|
34102
|
-
transition: all
|
34993
|
+
transition: all 0s;
|
34103
34994
|
}
|
34104
34995
|
|
34105
34996
|
.amis-scope .antd-TreeSelect.is-error.is-focused > .antd-TreeSelect-input {
|
@@ -34110,7 +35001,7 @@ readers do not read off random characters that represent icons */
|
|
34110
35001
|
color: #999;
|
34111
35002
|
background: #e5e7eb;
|
34112
35003
|
border-color: #d9d9d9;
|
34113
|
-
transition: all
|
35004
|
+
transition: all 0s;
|
34114
35005
|
}
|
34115
35006
|
|
34116
35007
|
.amis-scope .antd-TreeSelect-spinner {
|
@@ -34231,6 +35122,17 @@ readers do not read off random characters that represent icons */
|
|
34231
35122
|
margin-left: 0.5rem;
|
34232
35123
|
}
|
34233
35124
|
|
35125
|
+
.amis-scope .antd-Combo-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
35126
|
+
.amis-scope .antd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
35127
|
+
.amis-scope .antd-Combo-addBtn > .pull-left {
|
35128
|
+
margin-right: 0.5rem;
|
35129
|
+
}
|
35130
|
+
|
35131
|
+
.amis-scope .antd-Combo-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
35132
|
+
.amis-scope .antd-Combo-addBtn > .pull-right {
|
35133
|
+
margin-left: 0.5rem;
|
35134
|
+
}
|
35135
|
+
|
34234
35136
|
.amis-scope .antd-Combo-addBtn img.antd-Button-icon {
|
34235
35137
|
height: 0.875rem;
|
34236
35138
|
vertical-align: middle;
|
@@ -34242,6 +35144,12 @@ readers do not read off random characters that represent icons */
|
|
34242
35144
|
border-color: #b4bbc5;
|
34243
35145
|
}
|
34244
35146
|
|
35147
|
+
.amis-scope .antd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
35148
|
+
color: #fff;
|
35149
|
+
background: #0076e4;
|
35150
|
+
border-color: #adb4bf;
|
35151
|
+
}
|
35152
|
+
|
34245
35153
|
.amis-scope .antd-Combo-addBtn:hover:focus {
|
34246
35154
|
box-shadow: none;
|
34247
35155
|
}
|
@@ -34600,7 +35508,7 @@ readers do not read off random characters that represent icons */
|
|
34600
35508
|
}
|
34601
35509
|
|
34602
35510
|
.amis-scope .antd-SubForm-addBtn:hover:focus {
|
34603
|
-
color: #
|
35511
|
+
color: #4f86f4;
|
34604
35512
|
text-decoration: none;
|
34605
35513
|
box-shadow: none;
|
34606
35514
|
}
|
@@ -34690,14 +35598,14 @@ readers do not read off random characters that represent icons */
|
|
34690
35598
|
.amis-scope .antd-Picker.is-error > .antd-Picker-input {
|
34691
35599
|
border-color: #ff4d4f;
|
34692
35600
|
background: #fff;
|
34693
|
-
transition: all
|
35601
|
+
transition: all 0s;
|
34694
35602
|
}
|
34695
35603
|
|
34696
35604
|
.amis-scope .antd-Picker.is-focused > .antd-Picker-input {
|
34697
35605
|
border-color: #40a9ff;
|
34698
35606
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
34699
35607
|
background: #fff;
|
34700
|
-
transition: all
|
35608
|
+
transition: all 0s;
|
34701
35609
|
}
|
34702
35610
|
|
34703
35611
|
.amis-scope .antd-Picker.is-error.is-focused > .antd-Picker-input {
|
@@ -34708,7 +35616,7 @@ readers do not read off random characters that represent icons */
|
|
34708
35616
|
color: #999;
|
34709
35617
|
background: #e5e7eb;
|
34710
35618
|
border-color: #d9d9d9;
|
34711
|
-
transition: all
|
35619
|
+
transition: all 0s;
|
34712
35620
|
}
|
34713
35621
|
|
34714
35622
|
.amis-scope .antd-Picker-spinner {
|
@@ -34938,6 +35846,17 @@ readers do not read off random characters that represent icons */
|
|
34938
35846
|
margin-left: 0.5rem;
|
34939
35847
|
}
|
34940
35848
|
|
35849
|
+
.amis-scope .antd-TagControl-sugItem .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
35850
|
+
.amis-scope .antd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
|
35851
|
+
.amis-scope .antd-TagControl-sugItem > .pull-left {
|
35852
|
+
margin-right: 0.5rem;
|
35853
|
+
}
|
35854
|
+
|
35855
|
+
.amis-scope .antd-TagControl-sugItem .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
35856
|
+
.amis-scope .antd-TagControl-sugItem > .pull-right {
|
35857
|
+
margin-left: 0.5rem;
|
35858
|
+
}
|
35859
|
+
|
34941
35860
|
.amis-scope .antd-TagControl-sugItem img.antd-Button-icon {
|
34942
35861
|
height: 0.875rem;
|
34943
35862
|
vertical-align: middle;
|
@@ -34949,6 +35868,12 @@ readers do not read off random characters that represent icons */
|
|
34949
35868
|
border-color: #b4bbc5;
|
34950
35869
|
}
|
34951
35870
|
|
35871
|
+
.amis-scope .antd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
35872
|
+
color: rgba(0, 0, 0, 0.85);
|
35873
|
+
background: #e6e6e6;
|
35874
|
+
border-color: #adb4bf;
|
35875
|
+
}
|
35876
|
+
|
34952
35877
|
.amis-scope .antd-TagControl-sugItem:hover:focus {
|
34953
35878
|
box-shadow: none;
|
34954
35879
|
}
|
@@ -35026,6 +35951,7 @@ readers do not read off random characters that represent icons */
|
|
35026
35951
|
font-size: 0.875rem;
|
35027
35952
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35028
35953
|
flex-direction: row;
|
35954
|
+
border-radius: 2px 2px 0 0;
|
35029
35955
|
}
|
35030
35956
|
|
35031
35957
|
.amis-scope .antd-Transfer-title--light {
|
@@ -35045,21 +35971,22 @@ readers do not read off random characters that represent icons */
|
|
35045
35971
|
border: 0.0625rem solid #d9d9d9;
|
35046
35972
|
display: flex;
|
35047
35973
|
flex-direction: column;
|
35974
|
+
border-radius: 2px;
|
35048
35975
|
}
|
35049
35976
|
|
35050
|
-
.amis-scope .antd-Transfer-select > .antd-Transfer-
|
35051
|
-
.amis-scope .antd-Transfer-result > .antd-Transfer-
|
35977
|
+
.amis-scope .antd-Transfer-select > .antd-Transfer-selection,
|
35978
|
+
.amis-scope .antd-Transfer-result > .antd-Transfer-value {
|
35052
35979
|
flex-grow: 1;
|
35053
35980
|
max-height: 100%;
|
35054
35981
|
overflow: auto;
|
35055
35982
|
position: relative;
|
35056
35983
|
}
|
35057
35984
|
|
35058
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-
|
35985
|
+
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
35059
35986
|
border-top: 1px solid #eceff8;
|
35060
35987
|
}
|
35061
35988
|
|
35062
|
-
.amis-scope .antd-Transfer-
|
35989
|
+
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
35063
35990
|
height: 100%;
|
35064
35991
|
display: flex;
|
35065
35992
|
align-items: center;
|
@@ -35107,13 +36034,29 @@ readers do not read off random characters that represent icons */
|
|
35107
36034
|
color: #999;
|
35108
36035
|
}
|
35109
36036
|
|
35110
|
-
.amis-scope .antd-Transfer-
|
36037
|
+
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
36038
|
+
height: 40px;
|
36039
|
+
}
|
36040
|
+
|
36041
|
+
.amis-scope .antd-TabsTransfer-placeholder {
|
36042
|
+
height: 1.875rem;
|
36043
|
+
line-height: 1.4285714286;
|
36044
|
+
font-size: 0.875rem;
|
36045
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36046
|
+
color: #999;
|
36047
|
+
}
|
36048
|
+
|
36049
|
+
.amis-scope .antd-TabsTransfer-tab {
|
36050
|
+
padding: 0;
|
36051
|
+
}
|
36052
|
+
|
36053
|
+
.amis-scope .antd-TabsTransfer-tabs {
|
35111
36054
|
display: flex;
|
35112
36055
|
flex-direction: column;
|
35113
36056
|
height: 100%;
|
35114
36057
|
}
|
35115
36058
|
|
35116
|
-
.amis-scope .antd-
|
36059
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
|
35117
36060
|
border-top: 0 none;
|
35118
36061
|
padding: 5px 0 0 5px;
|
35119
36062
|
display: flex;
|
@@ -35122,67 +36065,107 @@ readers do not read off random characters that represent icons */
|
|
35122
36065
|
align-items: center;
|
35123
36066
|
}
|
35124
36067
|
|
35125
|
-
.amis-scope .antd-
|
36068
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
|
35126
36069
|
font-size: 12px;
|
35127
36070
|
padding: 7px 8px;
|
35128
36071
|
}
|
35129
36072
|
|
35130
|
-
.amis-scope .antd-
|
36073
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
|
35131
36074
|
flex-grow: 1;
|
35132
36075
|
}
|
35133
36076
|
|
35134
|
-
.amis-scope .antd-
|
36077
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
|
35135
36078
|
margin: -5px 5px 0 10px;
|
35136
36079
|
}
|
35137
36080
|
|
35138
|
-
.amis-scope .antd-
|
36081
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
|
35139
36082
|
width: 150px;
|
35140
36083
|
margin-right: 10px;
|
35141
36084
|
padding-left: 10px;
|
35142
36085
|
}
|
35143
36086
|
|
35144
|
-
.amis-scope .antd-
|
35145
|
-
flex-grow: 1;
|
35146
|
-
|
35147
|
-
|
36087
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
|
36088
|
+
flex-grow: 1;
|
36089
|
+
min-height: 0;
|
36090
|
+
position: relative;
|
36091
|
+
padding: 5px 0 0;
|
36092
|
+
}
|
36093
|
+
|
36094
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
|
36095
|
+
position: relative;
|
36096
|
+
height: 100%;
|
36097
|
+
}
|
36098
|
+
|
36099
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
|
36100
|
+
display: flex;
|
36101
|
+
flex-direction: column;
|
36102
|
+
}
|
36103
|
+
|
36104
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
|
36105
|
+
flex-grow: 1;
|
36106
|
+
max-height: 100%;
|
36107
|
+
overflow: auto;
|
36108
|
+
}
|
36109
|
+
|
36110
|
+
.amis-scope .antd-TransferControl {
|
36111
|
+
position: relative;
|
36112
|
+
}
|
36113
|
+
|
36114
|
+
.amis-scope .antd-TransferControl.is-inline {
|
36115
|
+
display: inline-block;
|
36116
|
+
}
|
36117
|
+
|
36118
|
+
.amis-scope .antd-TransferPicker-icon {
|
36119
|
+
transition: transform 0s ease-out;
|
36120
|
+
margin: 5px 5px 5px auto;
|
36121
|
+
display: flex;
|
36122
|
+
color: #999;
|
36123
|
+
}
|
36124
|
+
|
36125
|
+
.amis-scope .antd-TransferPicker-icon:hover {
|
36126
|
+
color: #1890ff;
|
36127
|
+
}
|
36128
|
+
|
36129
|
+
.amis-scope .antd-TransferPicker-icon > svg {
|
36130
|
+
width: 0.75rem;
|
36131
|
+
height: 0.75rem;
|
36132
|
+
top: 0;
|
36133
|
+
}
|
36134
|
+
|
36135
|
+
.amis-scope .antd-TransferDropDown-icon {
|
36136
|
+
transition: transform 0s ease-out;
|
36137
|
+
margin: 5px 5px 5px auto;
|
36138
|
+
display: flex;
|
36139
|
+
color: #999;
|
36140
|
+
}
|
36141
|
+
|
36142
|
+
.amis-scope .antd-TransferDropDown-icon:hover {
|
36143
|
+
color: #1890ff;
|
36144
|
+
}
|
36145
|
+
|
36146
|
+
.amis-scope .antd-TransferDropDown-icon > svg {
|
36147
|
+
width: 0.625rem;
|
36148
|
+
height: 0.625rem;
|
36149
|
+
top: 0;
|
35148
36150
|
}
|
35149
36151
|
|
35150
|
-
.amis-scope .antd-
|
35151
|
-
|
35152
|
-
min-height: 100%;
|
36152
|
+
.amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
|
36153
|
+
transform: rotate(180deg);
|
35153
36154
|
}
|
35154
36155
|
|
35155
|
-
.amis-scope .antd-
|
36156
|
+
.amis-scope .antd-TransferDropDown-content {
|
36157
|
+
min-height: 12.5rem;
|
35156
36158
|
display: flex;
|
35157
36159
|
flex-direction: column;
|
35158
36160
|
}
|
35159
36161
|
|
35160
|
-
.amis-scope .antd-
|
36162
|
+
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
35161
36163
|
flex-grow: 1;
|
35162
36164
|
max-height: 100%;
|
35163
36165
|
overflow: auto;
|
35164
|
-
}
|
35165
|
-
|
35166
|
-
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
35167
|
-
height: 40px;
|
35168
|
-
}
|
35169
|
-
|
35170
|
-
.amis-scope .antd-TabsTransfer-placeholder {
|
35171
|
-
height: 1.875rem;
|
35172
|
-
line-height: 1.4285714286;
|
35173
|
-
font-size: 0.875rem;
|
35174
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35175
|
-
color: #999;
|
35176
|
-
}
|
35177
|
-
|
35178
|
-
.amis-scope .antd-TransferControl {
|
35179
36166
|
position: relative;
|
35180
36167
|
}
|
35181
36168
|
|
35182
|
-
.amis-scope .antd-TransferControl.is-inline {
|
35183
|
-
display: inline-block;
|
35184
|
-
}
|
35185
|
-
|
35186
36169
|
.amis-scope .antd-NestedSelectControl {
|
35187
36170
|
position: relative;
|
35188
36171
|
}
|
@@ -35338,14 +36321,14 @@ readers do not read off random characters that represent icons */
|
|
35338
36321
|
.amis-scope .antd-IconPickerControl.is-error > .antd-IconPickerControl-input {
|
35339
36322
|
border-color: #ff4d4f;
|
35340
36323
|
background: #fff;
|
35341
|
-
transition: all
|
36324
|
+
transition: all 0s;
|
35342
36325
|
}
|
35343
36326
|
|
35344
36327
|
.amis-scope .antd-IconPickerControl.is-focused > .antd-IconPickerControl-input {
|
35345
36328
|
border-color: #40a9ff;
|
35346
36329
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
35347
36330
|
background: #fff;
|
35348
|
-
transition: all
|
36331
|
+
transition: all 0s;
|
35349
36332
|
}
|
35350
36333
|
|
35351
36334
|
.amis-scope .antd-IconPickerControl.is-error.is-focused > .antd-IconPickerControl-input {
|
@@ -35356,7 +36339,7 @@ readers do not read off random characters that represent icons */
|
|
35356
36339
|
color: #999;
|
35357
36340
|
background: #e5e7eb;
|
35358
36341
|
border-color: #d9d9d9;
|
35359
|
-
transition: all
|
36342
|
+
transition: all 0s;
|
35360
36343
|
}
|
35361
36344
|
|
35362
36345
|
.amis-scope .antd-IconPickerControl-spinner {
|
@@ -35957,7 +36940,7 @@ readers do not read off random characters that represent icons */
|
|
35957
36940
|
height: 25rem;
|
35958
36941
|
}
|
35959
36942
|
|
35960
|
-
.amis-scope .antd-AnchorNav-link-wrap {
|
36943
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
35961
36944
|
margin: 0;
|
35962
36945
|
padding: 0;
|
35963
36946
|
width: 8.75rem;
|
@@ -35965,12 +36948,12 @@ readers do not read off random characters that represent icons */
|
|
35965
36948
|
padding-bottom: 3.75rem;
|
35966
36949
|
}
|
35967
36950
|
|
35968
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
36951
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
35969
36952
|
position: relative;
|
35970
36953
|
display: block;
|
35971
36954
|
}
|
35972
36955
|
|
35973
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
36956
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
35974
36957
|
display: block;
|
35975
36958
|
border: 0.0625rem solid transparent;
|
35976
36959
|
border-width: 0 0.125rem 0 0;
|
@@ -35984,14 +36967,68 @@ readers do not read off random characters that represent icons */
|
|
35984
36967
|
margin: 0;
|
35985
36968
|
}
|
35986
36969
|
|
35987
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
36970
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
35988
36971
|
color: #1890ff;
|
35989
36972
|
}
|
35990
36973
|
|
35991
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
35992
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
36974
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
36975
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
36976
|
+
color: #1890ff;
|
36977
|
+
border-color: #1890ff;
|
36978
|
+
}
|
36979
|
+
|
36980
|
+
.amis-scope .antd-AnchorNav--horizontal {
|
36981
|
+
flex-direction: column;
|
36982
|
+
}
|
36983
|
+
|
36984
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
|
36985
|
+
user-select: none;
|
36986
|
+
margin: 0px;
|
36987
|
+
padding: 0px;
|
36988
|
+
border-bottom: 0.0625rem solid #eceff8;
|
36989
|
+
list-style: none;
|
36990
|
+
}
|
36991
|
+
|
36992
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
36993
|
+
margin-bottom: calc(0.0625rem * -1);
|
36994
|
+
display: inline-block;
|
36995
|
+
position: relative;
|
36996
|
+
}
|
36997
|
+
|
36998
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
|
36999
|
+
font-size: 0.875rem;
|
37000
|
+
outline: 0;
|
37001
|
+
border: 0.0625rem solid transparent;
|
37002
|
+
border-width: 0 0 0.125rem 0;
|
37003
|
+
border-top-left-radius: 2px;
|
37004
|
+
border-top-right-radius: 2px;
|
37005
|
+
color: rgba(0, 0, 0, 0.85);
|
37006
|
+
margin: 0 0.1875rem 0 0;
|
37007
|
+
padding: 0.5rem 0.75rem;
|
37008
|
+
text-decoration: none;
|
37009
|
+
cursor: pointer;
|
37010
|
+
display: block;
|
37011
|
+
}
|
37012
|
+
|
37013
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
|
37014
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
|
35993
37015
|
color: #1890ff;
|
37016
|
+
background: transparent;
|
37017
|
+
border-color: transparent;
|
37018
|
+
}
|
37019
|
+
|
37020
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
|
37021
|
+
margin: 0;
|
37022
|
+
}
|
37023
|
+
|
37024
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
|
37025
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
|
37026
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
|
37027
|
+
font-size: 0.875rem;
|
37028
|
+
border-width: 0 0 0.125rem 0;
|
35994
37029
|
border-color: #1890ff;
|
37030
|
+
color: #1890ff;
|
37031
|
+
background: transparent;
|
35995
37032
|
}
|
35996
37033
|
|
35997
37034
|
.amis-scope .antd-AnchorNav-section-wrap {
|
@@ -36006,6 +37043,284 @@ readers do not read off random characters that represent icons */
|
|
36006
37043
|
padding: 0.75rem;
|
36007
37044
|
}
|
36008
37045
|
|
37046
|
+
.amis-scope .antd-Markdown strong {
|
37047
|
+
font-weight: bolder;
|
37048
|
+
}
|
37049
|
+
|
37050
|
+
.amis-scope .antd-Markdown img {
|
37051
|
+
border-style: none;
|
37052
|
+
}
|
37053
|
+
|
37054
|
+
.amis-scope .antd-Markdown svg:not(:root) {
|
37055
|
+
overflow: hidden;
|
37056
|
+
}
|
37057
|
+
|
37058
|
+
.amis-scope .antd-Markdown button:-moz-focusring,
|
37059
|
+
.amis-scope .antd-Markdown [type=button]:-moz-focusring,
|
37060
|
+
.amis-scope .antd-Markdown [type=reset]:-moz-focusring,
|
37061
|
+
.amis-scope .antd-Markdown [type=submit]:-moz-focusring {
|
37062
|
+
outline: 1px dotted ButtonText;
|
37063
|
+
}
|
37064
|
+
|
37065
|
+
.amis-scope .antd-Markdown [type=checkbox] {
|
37066
|
+
box-sizing: border-box;
|
37067
|
+
padding: 0;
|
37068
|
+
}
|
37069
|
+
|
37070
|
+
.amis-scope .antd-Markdown table {
|
37071
|
+
border-spacing: 0;
|
37072
|
+
border-collapse: collapse;
|
37073
|
+
}
|
37074
|
+
|
37075
|
+
.amis-scope .antd-Markdown table td,
|
37076
|
+
.amis-scope .antd-Markdown table th {
|
37077
|
+
padding: 0;
|
37078
|
+
}
|
37079
|
+
|
37080
|
+
.amis-scope .antd-Markdown hr {
|
37081
|
+
height: 0;
|
37082
|
+
margin: 15px 0;
|
37083
|
+
overflow: hidden;
|
37084
|
+
background: transparent;
|
37085
|
+
border: 0;
|
37086
|
+
border-bottom: 1px solid #ddd;
|
37087
|
+
}
|
37088
|
+
|
37089
|
+
.amis-scope .antd-Markdown hr::before {
|
37090
|
+
display: table;
|
37091
|
+
content: "";
|
37092
|
+
}
|
37093
|
+
|
37094
|
+
.amis-scope .antd-Markdown hr::after {
|
37095
|
+
display: table;
|
37096
|
+
clear: both;
|
37097
|
+
content: "";
|
37098
|
+
}
|
37099
|
+
|
37100
|
+
.amis-scope .antd-Markdown p {
|
37101
|
+
margin-top: 0;
|
37102
|
+
margin-bottom: 10px;
|
37103
|
+
}
|
37104
|
+
|
37105
|
+
.amis-scope .antd-Markdown blockquote {
|
37106
|
+
margin: 0;
|
37107
|
+
}
|
37108
|
+
|
37109
|
+
.amis-scope .antd-Markdown ul,
|
37110
|
+
.amis-scope .antd-Markdown ol {
|
37111
|
+
padding-left: 0;
|
37112
|
+
margin-top: 0;
|
37113
|
+
margin-bottom: 0;
|
37114
|
+
}
|
37115
|
+
|
37116
|
+
.amis-scope .antd-Markdown ol ol,
|
37117
|
+
.amis-scope .antd-Markdown ul ol {
|
37118
|
+
list-style-type: lower-roman;
|
37119
|
+
}
|
37120
|
+
|
37121
|
+
.amis-scope .antd-Markdown ul ul ol,
|
37122
|
+
.amis-scope .antd-Markdown ul ol ol,
|
37123
|
+
.amis-scope .antd-Markdown ol ul ol,
|
37124
|
+
.amis-scope .antd-Markdown ol ol ol {
|
37125
|
+
list-style-type: lower-alpha;
|
37126
|
+
}
|
37127
|
+
|
37128
|
+
.amis-scope .antd-Markdown dd {
|
37129
|
+
margin-left: 0;
|
37130
|
+
}
|
37131
|
+
|
37132
|
+
.amis-scope .antd-Markdown p,
|
37133
|
+
.amis-scope .antd-Markdown blockquote,
|
37134
|
+
.amis-scope .antd-Markdown ul,
|
37135
|
+
.amis-scope .antd-Markdown ol,
|
37136
|
+
.amis-scope .antd-Markdown dl,
|
37137
|
+
.amis-scope .antd-Markdown table,
|
37138
|
+
.amis-scope .antd-Markdown pre {
|
37139
|
+
margin-top: 0;
|
37140
|
+
margin-bottom: 16px;
|
37141
|
+
}
|
37142
|
+
|
37143
|
+
.amis-scope .antd-Markdown hr {
|
37144
|
+
height: 4px;
|
37145
|
+
padding: 0;
|
37146
|
+
margin: 16px 0;
|
37147
|
+
background-color: #e7e7e7;
|
37148
|
+
border: 0 none;
|
37149
|
+
}
|
37150
|
+
|
37151
|
+
.amis-scope .antd-Markdown ul:not(.dropdown-menu):not(.nav),
|
37152
|
+
.amis-scope .antd-Markdown ol {
|
37153
|
+
padding-left: 2em;
|
37154
|
+
}
|
37155
|
+
|
37156
|
+
.amis-scope .antd-Markdown ul ul,
|
37157
|
+
.amis-scope .antd-Markdown ul ol,
|
37158
|
+
.amis-scope .antd-Markdown ol ol,
|
37159
|
+
.amis-scope .antd-Markdown ol ul {
|
37160
|
+
margin-top: 0;
|
37161
|
+
margin-bottom: 0;
|
37162
|
+
}
|
37163
|
+
|
37164
|
+
.amis-scope .antd-Markdown li > p {
|
37165
|
+
margin-top: 16px;
|
37166
|
+
}
|
37167
|
+
|
37168
|
+
.amis-scope .antd-Markdown dl {
|
37169
|
+
padding: 0;
|
37170
|
+
}
|
37171
|
+
|
37172
|
+
.amis-scope .antd-Markdown dl dt {
|
37173
|
+
padding: 0;
|
37174
|
+
margin-top: 16px;
|
37175
|
+
font-size: 1em;
|
37176
|
+
font-style: italic;
|
37177
|
+
font-weight: bold;
|
37178
|
+
}
|
37179
|
+
|
37180
|
+
.amis-scope .antd-Markdown dl dd {
|
37181
|
+
padding: 0 16px;
|
37182
|
+
margin-bottom: 16px;
|
37183
|
+
}
|
37184
|
+
|
37185
|
+
.amis-scope .antd-Markdown blockquote {
|
37186
|
+
padding: 0 15px;
|
37187
|
+
color: #777;
|
37188
|
+
border-left: 4px solid #ddd;
|
37189
|
+
}
|
37190
|
+
|
37191
|
+
.amis-scope .antd-Markdown blockquote > :first-child {
|
37192
|
+
margin-top: 0;
|
37193
|
+
}
|
37194
|
+
|
37195
|
+
.amis-scope .antd-Markdown blockquote > :last-child {
|
37196
|
+
margin-bottom: 0;
|
37197
|
+
}
|
37198
|
+
|
37199
|
+
.amis-scope .antd-Markdown table {
|
37200
|
+
display: block;
|
37201
|
+
width: 100%;
|
37202
|
+
overflow: auto;
|
37203
|
+
word-break: normal;
|
37204
|
+
}
|
37205
|
+
|
37206
|
+
.amis-scope .antd-Markdown table th {
|
37207
|
+
font-weight: bold;
|
37208
|
+
}
|
37209
|
+
|
37210
|
+
.amis-scope .antd-Markdown table th,
|
37211
|
+
.amis-scope .antd-Markdown table td {
|
37212
|
+
padding: 6px 13px;
|
37213
|
+
border: 1px solid #ddd;
|
37214
|
+
}
|
37215
|
+
|
37216
|
+
.amis-scope .antd-Markdown table tr {
|
37217
|
+
background-color: #fff;
|
37218
|
+
border-top: 1px solid #ccc;
|
37219
|
+
}
|
37220
|
+
|
37221
|
+
.amis-scope .antd-Markdown table tr:nth-child(2n) {
|
37222
|
+
background-color: #f8f8f8;
|
37223
|
+
}
|
37224
|
+
|
37225
|
+
@media (min-width: 1200px) {
|
37226
|
+
.amis-scope .antd-Markdown img {
|
37227
|
+
max-width: 800px;
|
37228
|
+
}
|
37229
|
+
}
|
37230
|
+
|
37231
|
+
.amis-scope .antd-Markdown code {
|
37232
|
+
padding: 0;
|
37233
|
+
padding-top: 0.2em;
|
37234
|
+
padding-bottom: 0.2em;
|
37235
|
+
margin: 0;
|
37236
|
+
background-color: rgba(0, 0, 0, 0.04);
|
37237
|
+
border-radius: 3px;
|
37238
|
+
}
|
37239
|
+
|
37240
|
+
.amis-scope .antd-Markdown code:before,
|
37241
|
+
.amis-scope .antd-Markdown code:after {
|
37242
|
+
letter-spacing: -0.2em;
|
37243
|
+
content: " ";
|
37244
|
+
}
|
37245
|
+
|
37246
|
+
.amis-scope .antd-Markdown pre > code {
|
37247
|
+
padding: 0;
|
37248
|
+
margin: 0;
|
37249
|
+
word-break: normal;
|
37250
|
+
white-space: pre;
|
37251
|
+
background: transparent;
|
37252
|
+
border: 0;
|
37253
|
+
}
|
37254
|
+
|
37255
|
+
.amis-scope .antd-Markdown .highlight {
|
37256
|
+
margin-bottom: 16px;
|
37257
|
+
}
|
37258
|
+
|
37259
|
+
.amis-scope .antd-Markdown .highlight pre,
|
37260
|
+
.amis-scope .antd-Markdown pre {
|
37261
|
+
padding: 16px;
|
37262
|
+
overflow: auto;
|
37263
|
+
line-height: 1.45;
|
37264
|
+
background-color: #f7f7f7;
|
37265
|
+
border-radius: 3px;
|
37266
|
+
}
|
37267
|
+
|
37268
|
+
.amis-scope .antd-Markdown .highlight pre {
|
37269
|
+
margin-bottom: 0;
|
37270
|
+
word-break: normal;
|
37271
|
+
}
|
37272
|
+
|
37273
|
+
.amis-scope .antd-Markdown pre {
|
37274
|
+
word-wrap: normal;
|
37275
|
+
}
|
37276
|
+
|
37277
|
+
.amis-scope .antd-Markdown pre code {
|
37278
|
+
display: inline;
|
37279
|
+
max-width: initial;
|
37280
|
+
padding: 0;
|
37281
|
+
margin: 0;
|
37282
|
+
overflow: initial;
|
37283
|
+
line-height: inherit;
|
37284
|
+
word-wrap: normal;
|
37285
|
+
background-color: transparent;
|
37286
|
+
border: 0;
|
37287
|
+
}
|
37288
|
+
|
37289
|
+
.amis-scope .antd-Markdown pre code:before,
|
37290
|
+
.amis-scope .antd-Markdown pre code:after {
|
37291
|
+
content: normal;
|
37292
|
+
}
|
37293
|
+
|
37294
|
+
.amis-scope .antd-Markdown kbd {
|
37295
|
+
display: inline-block;
|
37296
|
+
padding: 3px 5px;
|
37297
|
+
line-height: 10px;
|
37298
|
+
color: #555;
|
37299
|
+
vertical-align: middle;
|
37300
|
+
background-color: #fcfcfc;
|
37301
|
+
border: solid 1px #ccc;
|
37302
|
+
border-bottom-color: #bbb;
|
37303
|
+
border-radius: 3px;
|
37304
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
37305
|
+
}
|
37306
|
+
|
37307
|
+
.amis-scope .antd-Markdown hr {
|
37308
|
+
border-bottom-color: #eee;
|
37309
|
+
}
|
37310
|
+
|
37311
|
+
.amis-scope .antd-Link.is-disabled {
|
37312
|
+
cursor: not-allowed;
|
37313
|
+
color: #999;
|
37314
|
+
}
|
37315
|
+
|
37316
|
+
.amis-scope .antd-MappingField {
|
37317
|
+
margin-right: 0.25rem;
|
37318
|
+
}
|
37319
|
+
|
37320
|
+
.amis-scope .antd-MappingField:last-child {
|
37321
|
+
margin-right: 0;
|
37322
|
+
}
|
37323
|
+
|
36009
37324
|
/*
|
36010
37325
|
* utilities
|
36011
37326
|
*/
|
@@ -36452,6 +37767,10 @@ readers do not read off random characters that represent icons */
|
|
36452
37767
|
background: none !important;
|
36453
37768
|
}
|
36454
37769
|
|
37770
|
+
.cursor-pointer {
|
37771
|
+
cursor: pointer;
|
37772
|
+
}
|
37773
|
+
|
36455
37774
|
.amis-scope a.bg-primary:hover {
|
36456
37775
|
background: #0084fe;
|
36457
37776
|
}
|
@@ -38009,7 +39328,7 @@ readers do not read off random characters that represent icons */
|
|
38009
39328
|
}
|
38010
39329
|
|
38011
39330
|
.amis-scope .hover-rotate {
|
38012
|
-
transition: all
|
39331
|
+
transition: all 0s ease-in-out 0s;
|
38013
39332
|
}
|
38014
39333
|
|
38015
39334
|
.amis-scope .hover-anchor:hover > .hover-action,
|
@@ -38343,4 +39662,4 @@ readers do not read off random characters that represent icons */
|
|
38343
39662
|
.amis-scope .no-padder-xs {
|
38344
39663
|
padding: 0 !important;
|
38345
39664
|
}
|
38346
|
-
}
|
39665
|
+
}
|