amis 1.4.0 → 1.4.2-beta.12
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 +4 -3
- package/lib/components/Badge.js +42 -7
- 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/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.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/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 +245 -237
- package/lib/components/Select.js +28 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/SparkLine.d.ts +85 -84
- package/lib/components/SparkLine.js +2 -2
- package/lib/components/SparkLine.js.map +2 -2
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.js +2 -2
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +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.js +1 -1
- 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 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/icons.js +14 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/clock.js +10 -0
- package/lib/icons/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 +4 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +4 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +7 -3
- 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 +43 -8
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.js +0 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +0 -3
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +9 -1
- package/lib/renderers/DropDownButton.js +8 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -0
- package/lib/renderers/Form/Checkbox.js +4 -0
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.js +2 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.js +12 -6
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +16 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +19 -6
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Picker.js +2 -2
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +37 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +18 -3
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +43 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +5 -0
- package/lib/renderers/Form/index.js +5 -3
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +15 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +3 -5
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.d.ts +1 -0
- package/lib/renderers/Image.js +15 -1
- package/lib/renderers/Image.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +18 -3
- package/lib/renderers/Link.js +27 -15
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Log.d.ts +2 -2
- package/lib/renderers/Log.js +7 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +81 -25
- package/lib/renderers/Nav.js +292 -31
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +1 -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/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
- package/lib/renderers/Table/ColumnToggler.js +216 -0
- package/lib/renderers/Table/ColumnToggler.js.map +13 -0
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
- package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
- package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
- package/lib/renderers/Table/TableBody.d.ts +4 -0
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +19 -2
- package/lib/renderers/Table/index.js +172 -57
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +260 -3
- package/lib/store/table.js +64 -6
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1175 -255
- package/lib/themes/ang.css +1175 -255
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1175 -255
- package/lib/themes/antd.css +1175 -255
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1761 -514
- package/lib/themes/cxd.css +1761 -514
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1175 -255
- package/lib/themes/dark.css +1175 -255
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1761 -514
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +31 -15
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/handleAction.d.ts +7 -0
- package/lib/utils/handleAction.js +30 -0
- package/lib/utils/handleAction.js.map +13 -0
- package/lib/utils/helper.d.ts +3 -1
- package/lib/utils/helper.js +14 -5
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -1
- package/lib/utils/tpl-builtin.js +25 -15
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +3534 -1028
- package/scss/_mixins.scss +27 -0
- package/scss/_properties.scss +84 -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 +52 -1
- 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/_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/_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/_form.scss +48 -0
- package/scss/components/form/_image.scss +7 -2
- package/scss/components/form/_list.scss +1 -0
- package/scss/components/form/_location.scss +1 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_text.scss +13 -0
- package/scss/components/form/_textarea.scss +10 -0
- package/scss/components/form/_transfer.scss +77 -18
- package/scss/themes/_common.scss +6 -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 +1596 -515
- package/sdk/ang.css +1395 -256
- package/sdk/antd-ie11.css +1397 -318
- package/sdk/antd.css +1395 -256
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2739 -1361
- package/sdk/cxd.css +2095 -588
- package/sdk/dark-ie11.css +1593 -512
- package/sdk/dark.css +1395 -256
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/iconfont.svg +2513 -0
- package/sdk/iconfont.ttf +0 -0
- package/sdk/iconfont.woff +0 -0
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +4 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -32
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +2739 -1361
- package/sdk/sdk.css +2095 -588
- package/sdk/sdk.js +1189 -1133
- 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 +96 -28
- package/src/components/Button.tsx +23 -7
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +1 -1
- package/src/components/Link.tsx +85 -0
- package/src/components/ModalManager.ts +1 -1
- package/src/components/MonthRangePicker.tsx +10 -2
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/RichText.tsx +244 -3
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +60 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +5 -5
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +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 +7 -2
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/icons.tsx +15 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/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 +4 -0
- package/src/locale/en-US.ts +4 -0
- package/src/locale/zh-CN.ts +7 -3
- 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 +63 -28
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +4 -2
- package/src/renderers/Dialog.tsx +0 -4
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +26 -12
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +30 -20
- package/src/renderers/Form/InputImage.tsx +16 -5
- 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 +158 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +139 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +16 -2
- package/src/renderers/Form/wrapControl.tsx +28 -3
- package/src/renderers/IFrame.tsx +4 -5
- package/src/renderers/Image.tsx +10 -0
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +53 -14
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Log.tsx +16 -3
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +392 -60
- package/src/renderers/Page.tsx +1 -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/SparkLine.tsx +5 -0
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +257 -80
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/service.ts +5 -4
- package/src/store/table.ts +94 -6
- package/src/types.ts +57 -0
- package/src/utils/api.ts +52 -23
- package/src/utils/dom.tsx +12 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +12 -3
- package/src/utils/icon.tsx +4 -0
- package/src/utils/tpl-builtin.ts +48 -17
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/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;
|
@@ -21626,6 +21782,56 @@ readers do not read off random characters that represent icons */
|
|
21626
21782
|
border-radius: 50%;
|
21627
21783
|
}
|
21628
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
|
+
|
21629
21835
|
@keyframes badgeDotAnimation {
|
21630
21836
|
0% {
|
21631
21837
|
transform: scale(0.8);
|
@@ -21692,7 +21898,7 @@ readers do not read off random characters that represent icons */
|
|
21692
21898
|
|
21693
21899
|
.amis-scope .antd-Modal-content.in,
|
21694
21900
|
.amis-scope .antd-Modal-content.out {
|
21695
|
-
animation-duration:
|
21901
|
+
animation-duration: 0s;
|
21696
21902
|
animation-fill-mode: both;
|
21697
21903
|
}
|
21698
21904
|
|
@@ -21705,7 +21911,7 @@ readers do not read off random characters that represent icons */
|
|
21705
21911
|
}
|
21706
21912
|
|
21707
21913
|
.amis-scope .antd-Modal-overlay {
|
21708
|
-
transition: ease-in-out opacity
|
21914
|
+
transition: ease-in-out opacity 0s;
|
21709
21915
|
position: fixed;
|
21710
21916
|
top: 0;
|
21711
21917
|
right: 0;
|
@@ -21929,11 +22135,11 @@ readers do not read off random characters that represent icons */
|
|
21929
22135
|
z-index: 2;
|
21930
22136
|
border: 0.0625rem solid #eceff8;
|
21931
22137
|
border-radius: 0;
|
21932
|
-
transition: transform ease-in-out
|
22138
|
+
transition: transform ease-in-out 0s;
|
21933
22139
|
}
|
21934
22140
|
|
21935
22141
|
.amis-scope .antd-Drawer-overlay {
|
21936
|
-
transition: ease-out opacity
|
22142
|
+
transition: ease-out opacity 0s;
|
21937
22143
|
position: fixed;
|
21938
22144
|
top: 0;
|
21939
22145
|
right: 0;
|
@@ -22441,7 +22647,7 @@ readers do not read off random characters that represent icons */
|
|
22441
22647
|
color: #fff;
|
22442
22648
|
padding: 0.125rem 0.625rem;
|
22443
22649
|
display: none;
|
22444
|
-
animation-duration:
|
22650
|
+
animation-duration: 0s;
|
22445
22651
|
animation-fill-mode: both;
|
22446
22652
|
}
|
22447
22653
|
|
@@ -22544,6 +22750,143 @@ readers do not read off random characters that represent icons */
|
|
22544
22750
|
background: transparent;
|
22545
22751
|
}
|
22546
22752
|
|
22753
|
+
.amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
|
22754
|
+
background: rgba(0, 0, 0, 0.3);
|
22755
|
+
}
|
22756
|
+
|
22757
|
+
.amis-scope .antd-PopOver--leftBottomLeftTop {
|
22758
|
+
margin-top: 0.25rem;
|
22759
|
+
}
|
22760
|
+
|
22761
|
+
.amis-scope .antd-PopOver--leftTopLeftBottom {
|
22762
|
+
margin-top: -0.25rem;
|
22763
|
+
}
|
22764
|
+
|
22765
|
+
.amis-scope .has-popover {
|
22766
|
+
position: relative;
|
22767
|
+
}
|
22768
|
+
|
22769
|
+
.amis-scope .antd-PickerColumns {
|
22770
|
+
position: relative;
|
22771
|
+
background-color: white;
|
22772
|
+
user-select: none;
|
22773
|
+
}
|
22774
|
+
|
22775
|
+
.amis-scope .antd-PickerColumns-popOver {
|
22776
|
+
position: fixed;
|
22777
|
+
bottom: 0;
|
22778
|
+
left: 0;
|
22779
|
+
width: 100%;
|
22780
|
+
padding: 0 0.5rem;
|
22781
|
+
}
|
22782
|
+
|
22783
|
+
.amis-scope .antd-PickerColumns-toolbar {
|
22784
|
+
display: flex;
|
22785
|
+
align-items: center;
|
22786
|
+
justify-content: space-between;
|
22787
|
+
height: 3.125rem;
|
22788
|
+
}
|
22789
|
+
|
22790
|
+
.amis-scope .antd-PickerColumns-cancel,
|
22791
|
+
.amis-scope .antd-PickerColumns-confirm {
|
22792
|
+
height: 100%;
|
22793
|
+
padding: 0 0.5rem;
|
22794
|
+
font-size: 0.875rem;
|
22795
|
+
background-color: transparent;
|
22796
|
+
border: none;
|
22797
|
+
cursor: pointer;
|
22798
|
+
}
|
22799
|
+
|
22800
|
+
.amis-scope .antd-PickerColumns-cancel:active,
|
22801
|
+
.amis-scope .antd-PickerColumns-confirm:active {
|
22802
|
+
opacity: 0.7;
|
22803
|
+
}
|
22804
|
+
|
22805
|
+
.amis-scope .antd-PickerColumns-confirm {
|
22806
|
+
color: #1890ff;
|
22807
|
+
}
|
22808
|
+
|
22809
|
+
.amis-scope .antd-PickerColumns-cancel {
|
22810
|
+
color: #d9d9d9;
|
22811
|
+
}
|
22812
|
+
|
22813
|
+
.amis-scope .antd-PickerColumns-title {
|
22814
|
+
max-width: 50%;
|
22815
|
+
font-weight: 500;
|
22816
|
+
font-size: 1rem;
|
22817
|
+
line-height: 1.5;
|
22818
|
+
text-align: center;
|
22819
|
+
}
|
22820
|
+
|
22821
|
+
.amis-scope .antd-PickerColumns-columns {
|
22822
|
+
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
|
+
|
22547
22890
|
@keyframes bounceIn {
|
22548
22891
|
from, 20%, 40%, 60%, 80%, to {
|
22549
22892
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -22620,7 +22963,7 @@ readers do not read off random characters that represent icons */
|
|
22620
22963
|
.amis-scope .antd-Toast.in,
|
22621
22964
|
.amis-scope .antd-Toast.out {
|
22622
22965
|
animation-fill-mode: both;
|
22623
|
-
animation-duration:
|
22966
|
+
animation-duration: 0s;
|
22624
22967
|
opacity: 1;
|
22625
22968
|
}
|
22626
22969
|
|
@@ -22863,9 +23206,20 @@ readers do not read off random characters that represent icons */
|
|
22863
23206
|
margin-left: 0.5rem;
|
22864
23207
|
}
|
22865
23208
|
|
22866
|
-
.amis-scope .antd-ArrayInput-addBtn
|
22867
|
-
|
22868
|
-
|
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
|
+
|
23220
|
+
.amis-scope .antd-ArrayInput-addBtn img.antd-Button-icon {
|
23221
|
+
height: 0.875rem;
|
23222
|
+
vertical-align: middle;
|
22869
23223
|
}
|
22870
23224
|
|
22871
23225
|
.amis-scope .antd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
|
@@ -22874,6 +23228,12 @@ readers do not read off random characters that represent icons */
|
|
22874
23228
|
border-color: #b4bbc5;
|
22875
23229
|
}
|
22876
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
|
+
|
22877
23237
|
.amis-scope .antd-ArrayInput-addBtn:hover:focus {
|
22878
23238
|
box-shadow: none;
|
22879
23239
|
}
|
@@ -23095,7 +23455,7 @@ readers do not read off random characters that represent icons */
|
|
23095
23455
|
display: none;
|
23096
23456
|
padding: 0.75rem;
|
23097
23457
|
opacity: 0;
|
23098
|
-
transition: opacity
|
23458
|
+
transition: opacity 0s linear;
|
23099
23459
|
}
|
23100
23460
|
|
23101
23461
|
.amis-scope .antd-Tabs-pane.is-active {
|
@@ -23458,6 +23818,10 @@ readers do not read off random characters that represent icons */
|
|
23458
23818
|
}
|
23459
23819
|
|
23460
23820
|
.amis-scope .antd-Nav {
|
23821
|
+
position: relative;
|
23822
|
+
}
|
23823
|
+
|
23824
|
+
.amis-scope .antd-Nav .antd-Nav-list {
|
23461
23825
|
list-style: none;
|
23462
23826
|
user-select: none;
|
23463
23827
|
margin: 0;
|
@@ -23465,25 +23829,26 @@ readers do not read off random characters that represent icons */
|
|
23465
23829
|
position: relative;
|
23466
23830
|
}
|
23467
23831
|
|
23468
|
-
.amis-scope .antd-Nav .antd-Nav-itemIcon {
|
23832
|
+
.amis-scope .antd-Nav .antd-Nav-list .antd-Nav-itemIcon {
|
23469
23833
|
margin-right: 0.5rem;
|
23470
23834
|
}
|
23471
23835
|
|
23472
|
-
.amis-scope .antd-Nav img.antd-Nav-itemIcon {
|
23836
|
+
.amis-scope .antd-Nav .antd-Nav-list img.antd-Nav-itemIcon {
|
23473
23837
|
height: 0.875rem;
|
23474
23838
|
vertical-align: middle;
|
23475
23839
|
}
|
23476
23840
|
|
23477
|
-
.amis-scope .antd-Nav--tabs {
|
23841
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs {
|
23478
23842
|
border-bottom: 0.0625rem solid #eceff8;
|
23479
23843
|
}
|
23480
23844
|
|
23481
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item {
|
23845
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item {
|
23482
23846
|
margin-bottom: calc(0.0625rem * -1);
|
23483
23847
|
display: inline-block;
|
23848
|
+
position: relative;
|
23484
23849
|
}
|
23485
23850
|
|
23486
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item > a {
|
23851
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a {
|
23487
23852
|
font-size: 0.875rem;
|
23488
23853
|
display: block;
|
23489
23854
|
outline: none;
|
@@ -23493,142 +23858,267 @@ readers do not read off random characters that represent icons */
|
|
23493
23858
|
color: rgba(0, 0, 0, 0.85);
|
23494
23859
|
text-decoration: none;
|
23495
23860
|
margin-right: 0.125rem;
|
23496
|
-
padding: 0.5rem
|
23861
|
+
padding: 0.5rem 1.5rem;
|
23497
23862
|
cursor: pointer;
|
23498
23863
|
}
|
23499
23864
|
|
23500
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item:hover > a,
|
23501
|
-
.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 {
|
23502
23867
|
border-color: #e5e7eb;
|
23503
23868
|
text-decoration: none;
|
23504
23869
|
}
|
23505
23870
|
|
23506
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.disabled > a,
|
23507
|
-
.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 {
|
23508
23873
|
color: #4b5563;
|
23509
23874
|
background: transparent;
|
23510
23875
|
border-color: transparent;
|
23511
23876
|
pointer-events: none;
|
23512
23877
|
}
|
23513
23878
|
|
23514
|
-
.amis-scope .antd-Nav--tabs .antd-Nav-item.active > a,
|
23515
|
-
.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 {
|
23516
23881
|
color: #374151;
|
23517
23882
|
background: #fff;
|
23518
23883
|
border-color: #eceff8;
|
23519
23884
|
border-bottom-color: #fff;
|
23520
23885
|
}
|
23521
23886
|
|
23522
|
-
.amis-scope .antd-Nav--stacked {
|
23887
|
+
.amis-scope .antd-Nav .antd-Nav-list--stacked {
|
23523
23888
|
min-height: 3.125rem;
|
23524
23889
|
}
|
23525
23890
|
|
23526
|
-
.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 {
|
23527
23893
|
position: relative;
|
23894
|
+
display: flex;
|
23895
|
+
flex-wrap: wrap;
|
23896
|
+
align-items: stretch;
|
23897
|
+
width: 100%;
|
23528
23898
|
}
|
23529
23899
|
|
23530
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item
|
23531
|
-
|
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;
|
23532
23963
|
outline: none;
|
23533
23964
|
color: rgba(0, 0, 0, 0.85);
|
23534
23965
|
text-decoration: none;
|
23535
|
-
padding: 0.5rem 0.
|
23966
|
+
padding: 0.5rem 0.5rem;
|
23536
23967
|
cursor: pointer;
|
23537
23968
|
background: transparent;
|
23538
23969
|
border-radius: 0;
|
23539
23970
|
text-overflow: ellipsis;
|
23971
|
+
flex: 1;
|
23540
23972
|
}
|
23541
23973
|
|
23542
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a
|
23543
|
-
|
23544
|
-
|
23545
|
-
|
23546
|
-
|
23547
|
-
|
23548
|
-
|
23549
|
-
|
23550
|
-
|
23551
|
-
|
23552
|
-
|
23553
|
-
|
23554
|
-
.amis-scope .antd-Nav
|
23555
|
-
|
23556
|
-
|
23557
|
-
|
23558
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover,
|
23559
|
-
.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 {
|
23560
23990
|
border-color: #333;
|
23561
23991
|
text-decoration: none;
|
23562
23992
|
background: rgba(0, 0, 0, 0.05);
|
23993
|
+
z-index: 1;
|
23563
23994
|
}
|
23564
23995
|
|
23565
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item
|
23566
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item
|
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;
|
24005
|
+
}
|
24006
|
+
|
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 {
|
23567
24015
|
color: #999;
|
23568
24016
|
background: transparent;
|
23569
24017
|
pointer-events: none;
|
23570
24018
|
}
|
23571
24019
|
|
23572
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active
|
23573
|
-
.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 {
|
23574
24039
|
color: #fff;
|
23575
|
-
background: #1890ff;
|
23576
|
-
padding-left: 0.75rem;
|
23577
24040
|
position: relative;
|
23578
24041
|
}
|
23579
24042
|
|
23580
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > a::after,
|
23581
|
-
.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 {
|
23582
24055
|
transform: scaleY(1);
|
23583
24056
|
}
|
23584
24057
|
|
23585
|
-
.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 {
|
23586
24062
|
transform: rotate(180deg) scale(0.8);
|
23587
24063
|
}
|
23588
24064
|
|
23589
|
-
.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 {
|
23590
24069
|
display: block;
|
23591
24070
|
}
|
23592
24071
|
|
23593
|
-
.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 {
|
23594
24074
|
position: absolute;
|
23595
24075
|
right: 0.625rem;
|
23596
24076
|
top: 0.5rem;
|
23597
24077
|
}
|
23598
24078
|
|
23599
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler
|
23600
|
-
|
23601
|
-
|
23602
|
-
|
23603
|
-
|
23604
|
-
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;
|
23605
24084
|
text-align: center;
|
23606
|
-
line-height: 1.
|
24085
|
+
line-height: 1.5rem;
|
23607
24086
|
vertical-align: middle;
|
23608
24087
|
cursor: pointer;
|
23609
24088
|
transform: scale(0.8);
|
23610
|
-
transition: transform
|
24089
|
+
transition: transform 0s;
|
23611
24090
|
}
|
23612
24091
|
|
23613
|
-
.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 {
|
23614
24094
|
width: 10px;
|
23615
24095
|
height: 10px;
|
23616
24096
|
top: 0;
|
23617
24097
|
}
|
23618
24098
|
|
23619
|
-
.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 {
|
23620
24101
|
display: none;
|
23621
24102
|
padding-left: 0;
|
23622
24103
|
list-style: none;
|
24104
|
+
width: 100%;
|
23623
24105
|
}
|
23624
24106
|
|
23625
|
-
.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 {
|
23626
24109
|
font-size: 0.875rem;
|
23627
24110
|
}
|
23628
24111
|
|
24112
|
+
.amis-scope .antd-Nav .antd-Nav-dropIndicator {
|
24113
|
+
position: absolute;
|
24114
|
+
background: #fff;
|
24115
|
+
height: 2px;
|
24116
|
+
}
|
24117
|
+
|
23629
24118
|
.amis-scope .antd-Page {
|
23630
24119
|
width: 100%;
|
23631
24120
|
height: 100%;
|
24121
|
+
background: transparent;
|
23632
24122
|
}
|
23633
24123
|
|
23634
24124
|
.amis-scope .antd-Page-header {
|
@@ -23636,7 +24126,6 @@ readers do not read off random characters that represent icons */
|
|
23636
24126
|
}
|
23637
24127
|
|
23638
24128
|
.amis-scope .antd-Page-main {
|
23639
|
-
background: transparent;
|
23640
24129
|
height: 100%;
|
23641
24130
|
display: flex;
|
23642
24131
|
flex-direction: column;
|
@@ -23651,11 +24140,9 @@ readers do not read off random characters that represent icons */
|
|
23651
24140
|
|
23652
24141
|
.amis-scope .antd-Page-main > .antd-Page-header {
|
23653
24142
|
border-bottom: 0.0625rem solid #eceff8;
|
23654
|
-
background: #fff;
|
23655
24143
|
}
|
23656
24144
|
|
23657
24145
|
.amis-scope .antd-Page-headerRow {
|
23658
|
-
background: #fff;
|
23659
24146
|
border-bottom: 0.0625rem solid #eceff8;
|
23660
24147
|
display: flex;
|
23661
24148
|
flex-direction: row;
|
@@ -23700,10 +24187,6 @@ readers do not read off random characters that represent icons */
|
|
23700
24187
|
margin-left: 0.25rem;
|
23701
24188
|
}
|
23702
24189
|
|
23703
|
-
.amis-scope .antd-Page-aside {
|
23704
|
-
background: #ffffff;
|
23705
|
-
}
|
23706
|
-
|
23707
24190
|
@media (min-width: 768px) {
|
23708
24191
|
.amis-scope .antd-Page-aside {
|
23709
24192
|
min-width: 12.5rem;
|
@@ -23818,7 +24301,7 @@ readers do not read off random characters that represent icons */
|
|
23818
24301
|
.amis-scope .antd-Video-cursor {
|
23819
24302
|
position: absolute;
|
23820
24303
|
border: 2px solid #1890ff;
|
23821
|
-
transition: all
|
24304
|
+
transition: all 0s ease-out;
|
23822
24305
|
}
|
23823
24306
|
|
23824
24307
|
.amis-scope .antd-Video-frameList .antd-Video-frameItem {
|
@@ -24263,7 +24746,7 @@ readers do not read off random characters that represent icons */
|
|
24263
24746
|
right: 0;
|
24264
24747
|
bottom: 0;
|
24265
24748
|
background: rgba(255, 255, 255, 0.4);
|
24266
|
-
transition: ease-out opacity
|
24749
|
+
transition: ease-out opacity 0s;
|
24267
24750
|
opacity: 0;
|
24268
24751
|
}
|
24269
24752
|
|
@@ -24278,7 +24761,7 @@ readers do not read off random characters that represent icons */
|
|
24278
24761
|
display: inline-block;
|
24279
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");
|
24280
24763
|
background-size: 100%;
|
24281
|
-
transition: ease-out all
|
24764
|
+
transition: ease-out all 0s;
|
24282
24765
|
}
|
24283
24766
|
|
24284
24767
|
.amis-scope .antd-Spinner--lg {
|
@@ -24444,7 +24927,7 @@ readers do not read off random characters that represent icons */
|
|
24444
24927
|
margin-left: 0.5rem;
|
24445
24928
|
display: inline-block;
|
24446
24929
|
vertical-align: top;
|
24447
|
-
transition: transform
|
24930
|
+
transition: transform 0s ease;
|
24448
24931
|
}
|
24449
24932
|
|
24450
24933
|
.amis-scope .antd-DropDown-caret > svg {
|
@@ -24501,18 +24984,19 @@ readers do not read off random characters that represent icons */
|
|
24501
24984
|
height: 2.125rem;
|
24502
24985
|
vertical-align: middle;
|
24503
24986
|
user-select: none;
|
24504
|
-
color:
|
24987
|
+
color: rgba(0, 0, 0, 0.85);
|
24505
24988
|
text-decoration: none;
|
24506
24989
|
}
|
24507
24990
|
|
24508
24991
|
.amis-scope .antd-DropDown-menuItem:hover,
|
24509
24992
|
.amis-scope .antd-DropDown-menu > li:hover {
|
24510
24993
|
background: rgba(0, 126, 255, 0.08);
|
24511
|
-
color:
|
24994
|
+
color: #1890ff;
|
24512
24995
|
}
|
24513
24996
|
|
24514
24997
|
.amis-scope .antd-DropDown-menuItem.is-active,
|
24515
24998
|
.amis-scope .antd-DropDown-menu > li.is-active {
|
24999
|
+
background: rgba(0, 126, 255, 0.08);
|
24516
25000
|
color: #1890ff;
|
24517
25001
|
}
|
24518
25002
|
|
@@ -24570,15 +25054,30 @@ readers do not read off random characters that represent icons */
|
|
24570
25054
|
font-size: 0.875rem;
|
24571
25055
|
font-weight: 400;
|
24572
25056
|
color: #333;
|
24573
|
-
padding: 0.25rem 0;
|
25057
|
+
padding: 1.125rem 0 0.25rem 0;
|
25058
|
+
margin: 0;
|
24574
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;
|
24575
25074
|
}
|
24576
25075
|
|
24577
25076
|
.amis-scope .antd-Collapse-arrow {
|
24578
25077
|
display: inline-block;
|
24579
25078
|
width: 1rem;
|
24580
25079
|
text-align: center;
|
24581
|
-
margin-
|
25080
|
+
margin-right: 0.5rem;
|
24582
25081
|
cursor: pointer;
|
24583
25082
|
}
|
24584
25083
|
|
@@ -24596,11 +25095,20 @@ readers do not read off random characters that represent icons */
|
|
24596
25095
|
transform-origin: 50% 50%;
|
24597
25096
|
}
|
24598
25097
|
|
25098
|
+
.amis-scope .antd-Collapse-TplField {
|
25099
|
+
display: inline-block;
|
25100
|
+
}
|
25101
|
+
|
24599
25102
|
.amis-scope .antd-Collapse.is-collapsed .antd-Collapse-arrow:before {
|
24600
25103
|
transform: rotate(45deg);
|
24601
25104
|
transform-origin: 0% 50%;
|
24602
25105
|
}
|
24603
25106
|
|
25107
|
+
.amis-scope .antd-Collapse.is-collapsed .antd-Collapse-header {
|
25108
|
+
border-bottom: 0.0625rem solid
|
25109
|
+
#dfe2e6;
|
25110
|
+
}
|
25111
|
+
|
24604
25112
|
.amis-scope .antd-Collapse--collapsable .antd-Collapse-header {
|
24605
25113
|
cursor: pointer;
|
24606
25114
|
user-select: none;
|
@@ -24611,6 +25119,13 @@ readers do not read off random characters that represent icons */
|
|
24611
25119
|
color: #1890ff;
|
24612
25120
|
border-left: none;
|
24613
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;
|
24614
25129
|
}
|
24615
25130
|
|
24616
25131
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
@@ -24625,16 +25140,23 @@ readers do not read off random characters that represent icons */
|
|
24625
25140
|
transform-origin: 0% 50%;
|
24626
25141
|
}
|
24627
25142
|
|
24628
|
-
.amis-scope .antd-Collapse-
|
24629
|
-
transition: height
|
25143
|
+
.amis-scope .antd-Collapse-contentWrapper {
|
25144
|
+
transition: height 0s ease;
|
24630
25145
|
}
|
24631
25146
|
|
24632
|
-
.amis-scope .antd-Collapse-
|
24633
|
-
.amis-scope .antd-Collapse-
|
25147
|
+
.amis-scope .antd-Collapse-contentWrapper.in,
|
25148
|
+
.amis-scope .antd-Collapse-contentWrapper.out {
|
24634
25149
|
height: 0;
|
24635
25150
|
overflow: hidden;
|
24636
25151
|
}
|
24637
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
|
+
|
24638
25160
|
.amis-scope .antd-ColorField {
|
24639
25161
|
display: inline-block;
|
24640
25162
|
}
|
@@ -24665,7 +25187,7 @@ readers do not read off random characters that represent icons */
|
|
24665
25187
|
}
|
24666
25188
|
|
24667
25189
|
.amis-scope .antd-CBGroup-toolbar .antd-Button {
|
24668
|
-
transition: padding
|
25190
|
+
transition: padding 0s;
|
24669
25191
|
min-width: unset;
|
24670
25192
|
}
|
24671
25193
|
|
@@ -24686,7 +25208,7 @@ readers do not read off random characters that represent icons */
|
|
24686
25208
|
}
|
24687
25209
|
|
24688
25210
|
.amis-scope .antd-CBGroup-toolbar .antd-CBGroup-toolbarConditionAdd {
|
24689
|
-
transition: opacity
|
25211
|
+
transition: opacity 0s;
|
24690
25212
|
display: flex;
|
24691
25213
|
align-items: center;
|
24692
25214
|
margin-left: 0.75rem;
|
@@ -24710,7 +25232,7 @@ readers do not read off random characters that represent icons */
|
|
24710
25232
|
|
24711
25233
|
.amis-scope .antd-CBGroup-fieldCaret,
|
24712
25234
|
.amis-scope .antd-CBGroup-operatorCaret {
|
24713
|
-
transition: transform
|
25235
|
+
transition: transform 0s ease-out;
|
24714
25236
|
margin: 5px;
|
24715
25237
|
display: flex;
|
24716
25238
|
color: #999;
|
@@ -24775,7 +25297,7 @@ readers do not read off random characters that represent icons */
|
|
24775
25297
|
color: inherit;
|
24776
25298
|
cursor: pointer;
|
24777
25299
|
margin-left: auto;
|
24778
|
-
transition: opacity
|
25300
|
+
transition: opacity 0s;
|
24779
25301
|
}
|
24780
25302
|
|
24781
25303
|
.amis-scope .antd-CBDelete:hover {
|
@@ -24799,7 +25321,7 @@ readers do not read off random characters that represent icons */
|
|
24799
25321
|
align-items: center;
|
24800
25322
|
position: relative;
|
24801
25323
|
background: rgba(0, 0, 0, 0.03);
|
24802
|
-
transition: all
|
25324
|
+
transition: all 0s ease-out;
|
24803
25325
|
}
|
24804
25326
|
|
24805
25327
|
.amis-scope .antd-CBGroupOrItem-body > .antd-CBGroup {
|
@@ -24831,7 +25353,7 @@ readers do not read off random characters that represent icons */
|
|
24831
25353
|
margin-left: -5px;
|
24832
25354
|
opacity: 0.6;
|
24833
25355
|
text-align: center;
|
24834
|
-
transition: opacity
|
25356
|
+
transition: opacity 0s ease-out;
|
24835
25357
|
color: inherit;
|
24836
25358
|
}
|
24837
25359
|
|
@@ -25012,13 +25534,13 @@ readers do not read off random characters that represent icons */
|
|
25012
25534
|
|
25013
25535
|
.amis-scope .antd-ContextMenu-menu.in,
|
25014
25536
|
.amis-scope .antd-ContextMenu-menu.out {
|
25015
|
-
animation-duration:
|
25537
|
+
animation-duration: 0s;
|
25016
25538
|
animation-fill-mode: both;
|
25017
25539
|
}
|
25018
25540
|
|
25019
25541
|
.amis-scope .antd-ContextMenu-menu.in {
|
25020
25542
|
animation-name: contextMenuInSpecial;
|
25021
|
-
animation-duration:
|
25543
|
+
animation-duration: 0s;
|
25022
25544
|
}
|
25023
25545
|
|
25024
25546
|
.amis-scope .antd-ContextMenu-menu.out {
|
@@ -25110,7 +25632,7 @@ readers do not read off random characters that represent icons */
|
|
25110
25632
|
|
25111
25633
|
.amis-scope .antd-ContextMenu-item:hover > .antd-ContextMenu-subList {
|
25112
25634
|
display: block;
|
25113
|
-
animation-duration:
|
25635
|
+
animation-duration: 0s;
|
25114
25636
|
animation-fill-mode: both;
|
25115
25637
|
animation-name: contextMenuIn;
|
25116
25638
|
display: block;
|
@@ -25676,6 +26198,20 @@ readers do not read off random characters that represent icons */
|
|
25676
26198
|
text-align: center;
|
25677
26199
|
}
|
25678
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
|
+
|
25679
26215
|
.amis-scope .antd-Table-header {
|
25680
26216
|
padding: 0.75rem 0;
|
25681
26217
|
}
|
@@ -25809,6 +26345,10 @@ readers do not read off random characters that represent icons */
|
|
25809
26345
|
border-right: 0.0625rem solid #eceff8;
|
25810
26346
|
}
|
25811
26347
|
|
26348
|
+
.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
|
26349
|
+
cursor: pointer;
|
26350
|
+
}
|
26351
|
+
|
25812
26352
|
.amis-scope .antd-Table-table > thead > tr > th {
|
25813
26353
|
background: #fafafa;
|
25814
26354
|
padding: calc(
|
@@ -25852,6 +26392,7 @@ readers do not read off random characters that represent icons */
|
|
25852
26392
|
}
|
25853
26393
|
|
25854
26394
|
.amis-scope .antd-Table-table > tbody > tr {
|
26395
|
+
position: relative;
|
25855
26396
|
background: transparent;
|
25856
26397
|
}
|
25857
26398
|
|
@@ -27039,7 +27580,7 @@ readers do not read off random characters that represent icons */
|
|
27039
27580
|
top: 0.0625rem;
|
27040
27581
|
bottom: 0;
|
27041
27582
|
right: 0;
|
27042
|
-
padding-left:
|
27583
|
+
padding-left: 5rem;
|
27043
27584
|
padding-right: 0.5rem;
|
27044
27585
|
display: flex;
|
27045
27586
|
align-items: center;
|
@@ -27117,7 +27658,7 @@ readers do not read off random characters that represent icons */
|
|
27117
27658
|
display: inline-block;
|
27118
27659
|
text-align: center;
|
27119
27660
|
cursor: pointer;
|
27120
|
-
transition: transform ease-in-out
|
27661
|
+
transition: transform ease-in-out 0s, top ease-in-out 0s;
|
27121
27662
|
position: relative;
|
27122
27663
|
transform-origin: 50% 50%;
|
27123
27664
|
width: 0.625rem;
|
@@ -27157,6 +27698,34 @@ readers do not read off random characters that represent icons */
|
|
27157
27698
|
position: absolute;
|
27158
27699
|
}
|
27159
27700
|
|
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
|
+
|
27160
27729
|
.amis-scope .antd-InputTable-toolbar {
|
27161
27730
|
display: flex;
|
27162
27731
|
flex-direction: row;
|
@@ -27186,6 +27755,250 @@ readers do not read off random characters that represent icons */
|
|
27186
27755
|
margin-right: 0.625rem;
|
27187
27756
|
}
|
27188
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 {
|
27972
|
+
display: flex;
|
27973
|
+
flex-flow: row nowrap;
|
27974
|
+
justify-content: space-between;
|
27975
|
+
align-items: center;
|
27976
|
+
}
|
27977
|
+
|
27978
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child {
|
27979
|
+
justify-content: flex-start;
|
27980
|
+
}
|
27981
|
+
|
27982
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:first-child a {
|
27983
|
+
display: inline-block;
|
27984
|
+
}
|
27985
|
+
|
27986
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child {
|
27987
|
+
justify-content: flex-end;
|
27988
|
+
}
|
27989
|
+
|
27990
|
+
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child button {
|
27991
|
+
width: 72px;
|
27992
|
+
}
|
27993
|
+
|
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;
|
28000
|
+
}
|
28001
|
+
|
27189
28002
|
.amis-scope .antd-List {
|
27190
28003
|
position: relative;
|
27191
28004
|
}
|
@@ -27680,18 +28493,6 @@ readers do not read off random characters that represent icons */
|
|
27680
28493
|
margin-top: 0.25rem;
|
27681
28494
|
}
|
27682
28495
|
|
27683
|
-
.amis-scope .antd-Card-checkBtn {
|
27684
|
-
position: absolute;
|
27685
|
-
top: 0;
|
27686
|
-
right: 0;
|
27687
|
-
margin: 0.5rem;
|
27688
|
-
z-index: 1;
|
27689
|
-
}
|
27690
|
-
|
27691
|
-
.amis-scope .antd-Card-checkBtn .antd-Checkbox {
|
27692
|
-
margin-right: 0;
|
27693
|
-
}
|
27694
|
-
|
27695
28496
|
.amis-scope .antd-Card-dragBtn {
|
27696
28497
|
cursor: pointer;
|
27697
28498
|
float: right;
|
@@ -27699,7 +28500,8 @@ readers do not read off random characters that represent icons */
|
|
27699
28500
|
}
|
27700
28501
|
|
27701
28502
|
.amis-scope .antd-Card-heading {
|
27702
|
-
|
28503
|
+
display: flex;
|
28504
|
+
flex-direction: row;
|
27703
28505
|
padding: 0.5rem 0.75rem;
|
27704
28506
|
flex: 1 0 auto;
|
27705
28507
|
}
|
@@ -27731,12 +28533,17 @@ readers do not read off random characters that represent icons */
|
|
27731
28533
|
|
27732
28534
|
.amis-scope .antd-Card-meta {
|
27733
28535
|
display: block;
|
28536
|
+
flex-grow: 1;
|
27734
28537
|
height: 100%;
|
27735
|
-
overflow: hidden;
|
27736
28538
|
position: relative;
|
27737
28539
|
margin-right: 1rem;
|
27738
28540
|
}
|
27739
28541
|
|
28542
|
+
.amis-scope .antd-Card-toolbar {
|
28543
|
+
margin-right: calc(-1 * 0.75rem);
|
28544
|
+
text-align: right;
|
28545
|
+
}
|
28546
|
+
|
27740
28547
|
.amis-scope .antd-Card-highlight {
|
27741
28548
|
background: #52c41a;
|
27742
28549
|
width: 0.5rem;
|
@@ -27986,6 +28793,7 @@ readers do not read off random characters that represent icons */
|
|
27986
28793
|
height: 10px;
|
27987
28794
|
background: #ebebeb;
|
27988
28795
|
overflow: hidden;
|
28796
|
+
border-radius: 2px;
|
27989
28797
|
}
|
27990
28798
|
|
27991
28799
|
.amis-scope .antd-Progress-bar {
|
@@ -27997,7 +28805,8 @@ readers do not read off random characters that represent icons */
|
|
27997
28805
|
color: #fff;
|
27998
28806
|
text-align: center;
|
27999
28807
|
background: #1890ff;
|
28000
|
-
transition: width
|
28808
|
+
transition: width 0s ease;
|
28809
|
+
border-radius: 2px;
|
28001
28810
|
}
|
28002
28811
|
|
28003
28812
|
.amis-scope .antd-Progress-bar--stripe {
|
@@ -28223,7 +29032,7 @@ readers do not read off random characters that represent icons */
|
|
28223
29032
|
|
28224
29033
|
.amis-scope .antd-StatusField-label {
|
28225
29034
|
font-size: 0.75rem;
|
28226
|
-
margin-left: 0.
|
29035
|
+
margin-left: 0.25rem;
|
28227
29036
|
}
|
28228
29037
|
|
28229
29038
|
@keyframes animation-rolling_red {
|
@@ -28359,7 +29168,7 @@ readers do not read off random characters that represent icons */
|
|
28359
29168
|
position: absolute;
|
28360
29169
|
left: 0;
|
28361
29170
|
top: 0;
|
28362
|
-
transition-duration:
|
29171
|
+
transition-duration: 0s;
|
28363
29172
|
transition-timing-function: ease-out;
|
28364
29173
|
transition-property: transform, opacity;
|
28365
29174
|
}
|
@@ -28442,7 +29251,7 @@ readers do not read off random characters that represent icons */
|
|
28442
29251
|
width: 0.5rem;
|
28443
29252
|
border-radius: 0.25rem;
|
28444
29253
|
margin: 0.4375rem 0.25rem;
|
28445
|
-
transition-duration:
|
29254
|
+
transition-duration: 0s;
|
28446
29255
|
opacity: 0.3;
|
28447
29256
|
}
|
28448
29257
|
|
@@ -28458,7 +29267,7 @@ readers do not read off random characters that represent icons */
|
|
28458
29267
|
top: 0;
|
28459
29268
|
bottom: 0;
|
28460
29269
|
position: absolute;
|
28461
|
-
transition-duration:
|
29270
|
+
transition-duration: 0s;
|
28462
29271
|
display: none;
|
28463
29272
|
left: 0;
|
28464
29273
|
}
|
@@ -28481,7 +29290,7 @@ readers do not read off random characters that represent icons */
|
|
28481
29290
|
top: 0;
|
28482
29291
|
bottom: 0;
|
28483
29292
|
position: absolute;
|
28484
|
-
transition-duration:
|
29293
|
+
transition-duration: 0s;
|
28485
29294
|
display: none;
|
28486
29295
|
right: 0;
|
28487
29296
|
}
|
@@ -28588,8 +29397,8 @@ readers do not read off random characters that represent icons */
|
|
28588
29397
|
color: #999;
|
28589
29398
|
text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
|
28590
29399
|
animation-name: disappear;
|
28591
|
-
animation-delay:
|
28592
|
-
animation-duration:
|
29400
|
+
animation-delay: 0s;
|
29401
|
+
animation-duration: 0s;
|
28593
29402
|
animation-fill-mode: both;
|
28594
29403
|
}
|
28595
29404
|
|
@@ -28614,7 +29423,7 @@ readers do not read off random characters that represent icons */
|
|
28614
29423
|
.amis-scope .antd-ImageGallery-main:hover .antd-ImageGallery-nextBtn {
|
28615
29424
|
animation-name: appear;
|
28616
29425
|
animation-delay: 0s;
|
28617
|
-
animation-duration:
|
29426
|
+
animation-duration: 0s;
|
28618
29427
|
}
|
28619
29428
|
|
28620
29429
|
.amis-scope .antd-ImageGallery-prevBtn {
|
@@ -28719,7 +29528,7 @@ readers do not read off random characters that represent icons */
|
|
28719
29528
|
}
|
28720
29529
|
|
28721
29530
|
.amis-scope .antd-ImageGallery-item.is-active {
|
28722
|
-
border: 1px solid #
|
29531
|
+
border: 1px solid #1890ff;
|
28723
29532
|
}
|
28724
29533
|
|
28725
29534
|
.amis-scope .antd-ImageGallery-item.is-active:after {
|
@@ -28748,6 +29557,7 @@ readers do not read off random characters that represent icons */
|
|
28748
29557
|
|
28749
29558
|
.amis-scope .antd-Image-thumbWrap {
|
28750
29559
|
position: relative;
|
29560
|
+
height: 100%;
|
28751
29561
|
}
|
28752
29562
|
|
28753
29563
|
.amis-scope .antd-Image-image {
|
@@ -28863,7 +29673,7 @@ readers do not read off random characters that represent icons */
|
|
28863
29673
|
}
|
28864
29674
|
|
28865
29675
|
.amis-scope .antd-Image-overlay {
|
28866
|
-
background: rgba(
|
29676
|
+
background: rgba(8, 14, 26, 0.5);
|
28867
29677
|
position: absolute;
|
28868
29678
|
width: 100%;
|
28869
29679
|
height: 100%;
|
@@ -29217,7 +30027,7 @@ readers do not read off random characters that represent icons */
|
|
29217
30027
|
height: 30px;
|
29218
30028
|
width: 30px;
|
29219
30029
|
padding: 0 8px;
|
29220
|
-
transition: all
|
30030
|
+
transition: all 0s ease-in-out;
|
29221
30031
|
border: 0.0625rem solid transparent;
|
29222
30032
|
border-radius: 2px;
|
29223
30033
|
height: 30px;
|
@@ -29506,7 +30316,7 @@ readers do not read off random characters that represent icons */
|
|
29506
30316
|
height: 1px;
|
29507
30317
|
left: 100%;
|
29508
30318
|
width: 9999px;
|
29509
|
-
padding-right:
|
30319
|
+
padding-right: 0.625rem;
|
29510
30320
|
background-color: #b4bbc5;
|
29511
30321
|
}
|
29512
30322
|
|
@@ -29594,6 +30404,49 @@ readers do not read off random characters that represent icons */
|
|
29594
30404
|
border: 1px solid #1890ff;
|
29595
30405
|
}
|
29596
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
|
+
|
29597
30450
|
.amis-scope fieldset.antd-Collapse--lg,
|
29598
30451
|
.amis-scope fieldset.antd-Collapse--md,
|
29599
30452
|
.amis-scope fieldset.antd-Collapse--base,
|
@@ -29652,11 +30505,14 @@ readers do not read off random characters that represent icons */
|
|
29652
30505
|
margin: 0.75rem 0;
|
29653
30506
|
padding: 0 0 0 14px;
|
29654
30507
|
cursor: pointer;
|
29655
|
-
border-bottom:
|
30508
|
+
border-bottom: none !important;
|
30509
|
+
background: transparent;
|
29656
30510
|
display: flex;
|
29657
30511
|
flex-direction: row;
|
29658
|
-
|
29659
|
-
|
30512
|
+
}
|
30513
|
+
|
30514
|
+
.amis-scope fieldset.antd-Collapse > legend:hover {
|
30515
|
+
background: transparent;
|
29660
30516
|
}
|
29661
30517
|
|
29662
30518
|
.amis-scope fieldset.antd-Collapse--xs {
|
@@ -30122,14 +30978,14 @@ readers do not read off random characters that represent icons */
|
|
30122
30978
|
.amis-scope .antd-TextControl.is-error > .antd-TextControl-input {
|
30123
30979
|
border-color: #ff4d4f;
|
30124
30980
|
background: #fff;
|
30125
|
-
transition: all
|
30981
|
+
transition: all 0s;
|
30126
30982
|
}
|
30127
30983
|
|
30128
30984
|
.amis-scope .antd-TextControl.is-focused > .antd-TextControl-input {
|
30129
30985
|
border-color: #40a9ff;
|
30130
30986
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
30131
30987
|
background: #fff;
|
30132
|
-
transition: all
|
30988
|
+
transition: all 0s;
|
30133
30989
|
}
|
30134
30990
|
|
30135
30991
|
.amis-scope .antd-TextControl.is-error.is-focused > .antd-TextControl-input {
|
@@ -30140,7 +30996,7 @@ readers do not read off random characters that represent icons */
|
|
30140
30996
|
color: #999;
|
30141
30997
|
background: #e5e7eb;
|
30142
30998
|
border-color: #d9d9d9;
|
30143
|
-
transition: all
|
30999
|
+
transition: all 0s;
|
30144
31000
|
}
|
30145
31001
|
|
30146
31002
|
.amis-scope .antd-TextControl-spinner {
|
@@ -30407,14 +31263,22 @@ readers do not read off random characters that represent icons */
|
|
30407
31263
|
padding: 0 0.25rem;
|
30408
31264
|
}
|
30409
31265
|
|
30410
|
-
.amis-scope .antd-TextControl-counter {
|
31266
|
+
.amis-scope .antd-TextControl-counter {
|
31267
|
+
color: #999;
|
31268
|
+
}
|
31269
|
+
|
31270
|
+
.amis-scope .has-error--maxLength .antd-TextControl-counter {
|
31271
|
+
color: #ff4d4f;
|
31272
|
+
}
|
31273
|
+
|
31274
|
+
.amis-scope .antd-TextControl-input:hover {
|
31275
|
+
border-color: #40a9ff;
|
31276
|
+
}
|
31277
|
+
|
31278
|
+
.amis-scope .antd-TextControl.is-disabled-input input {
|
30411
31279
|
color: #999;
|
30412
31280
|
}
|
30413
31281
|
|
30414
|
-
.amis-scope .has-error--maxLength .antd-TextControl-counter {
|
30415
|
-
color: #ff4d4f;
|
30416
|
-
}
|
30417
|
-
|
30418
31282
|
.amis-scope .antd-TextareaControl {
|
30419
31283
|
position: relative;
|
30420
31284
|
}
|
@@ -30451,12 +31315,21 @@ readers do not read off random characters that represent icons */
|
|
30451
31315
|
color: #999;
|
30452
31316
|
}
|
30453
31317
|
|
31318
|
+
.amis-scope .antd-TextareaControl > textarea:hover {
|
31319
|
+
border-color: #40a9ff;
|
31320
|
+
}
|
31321
|
+
|
30454
31322
|
.amis-scope .antd-TextareaControl > textarea:focus,
|
30455
31323
|
.amis-scope .antd-TextareaControl.is-focused > textarea {
|
30456
31324
|
border-color: #40a9ff;
|
30457
31325
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
30458
31326
|
}
|
30459
31327
|
|
31328
|
+
.amis-scope .antd-TextareaControl > textarea:focus:hover,
|
31329
|
+
.amis-scope .antd-TextareaControl.is-focused > textarea:hover {
|
31330
|
+
border-color: #40a9ff;
|
31331
|
+
}
|
31332
|
+
|
30460
31333
|
.amis-scope .antd-TextareaControl.is-disabled > textarea,
|
30461
31334
|
.amis-scope .antd-TextareaControl > textarea[disabled] {
|
30462
31335
|
background: #e5e7eb;
|
@@ -30543,7 +31416,7 @@ readers do not read off random characters that represent icons */
|
|
30543
31416
|
width: 0px;
|
30544
31417
|
height: 0px;
|
30545
31418
|
background: transparent;
|
30546
|
-
transition: all
|
31419
|
+
transition: all 0s;
|
30547
31420
|
transform-origin: 50% 50%;
|
30548
31421
|
transform: translate(-50%, -50%);
|
30549
31422
|
}
|
@@ -30636,7 +31509,7 @@ readers do not read off random characters that represent icons */
|
|
30636
31509
|
width: 0;
|
30637
31510
|
height: 0;
|
30638
31511
|
border-color: transparent;
|
30639
|
-
transition: width
|
31512
|
+
transition: width 0s, height 0s, transform 0s;
|
30640
31513
|
border-width: 0 0 0.125rem 0.125rem;
|
30641
31514
|
transform: translate(-50%, -60%) rotate(-40deg);
|
30642
31515
|
border-style: solid;
|
@@ -30763,7 +31636,7 @@ readers do not read off random characters that represent icons */
|
|
30763
31636
|
color: #999;
|
30764
31637
|
}
|
30765
31638
|
|
30766
|
-
.amis-scope .antd-
|
31639
|
+
.amis-scope .antd-Selection > .antd-Checkbox {
|
30767
31640
|
display: block;
|
30768
31641
|
height: 1.875rem;
|
30769
31642
|
line-height: 1.4285714286;
|
@@ -30771,43 +31644,36 @@ readers do not read off random characters that represent icons */
|
|
30771
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);
|
30772
31645
|
}
|
30773
31646
|
|
30774
|
-
.amis-scope .antd-
|
31647
|
+
.amis-scope .antd-Selection--inline > .antd-Checkbox {
|
30775
31648
|
display: inline-block;
|
30776
31649
|
}
|
30777
31650
|
|
30778
|
-
.amis-scope .antd-
|
31651
|
+
.amis-scope .antd-Selection-addBtn {
|
30779
31652
|
display: block;
|
30780
31653
|
cursor: pointer;
|
30781
31654
|
}
|
30782
31655
|
|
30783
|
-
.amis-scope .antd-
|
31656
|
+
.amis-scope .antd-Selection-addBtn:hover {
|
30784
31657
|
text-decoration: none;
|
30785
31658
|
}
|
30786
31659
|
|
30787
|
-
.amis-scope .antd-
|
31660
|
+
.amis-scope .antd-Selection-addBtn > svg {
|
30788
31661
|
width: 0.875rem;
|
30789
31662
|
height: 0.875rem;
|
30790
31663
|
margin-right: 0.25rem;
|
30791
31664
|
}
|
30792
31665
|
|
30793
|
-
.amis-scope .antd-
|
30794
|
-
.amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
|
30795
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
|
30796
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
|
31666
|
+
.amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
|
30797
31667
|
border-top: 0.0625rem solid #dfe2e6;
|
30798
31668
|
}
|
30799
31669
|
|
30800
|
-
.amis-scope .antd-
|
30801
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
|
30802
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
|
30803
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
|
31670
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
30804
31671
|
font-size: 0.75rem;
|
30805
31672
|
padding: 0.25rem 0.25rem;
|
30806
31673
|
color: #999;
|
30807
31674
|
}
|
30808
31675
|
|
30809
|
-
.amis-scope .antd-
|
30810
|
-
.amis-scope .antd-ListRadios-item {
|
31676
|
+
.amis-scope .antd-GroupedSelection-item {
|
30811
31677
|
display: flex;
|
30812
31678
|
height: 1.875rem;
|
30813
31679
|
line-height: 1.4285714286;
|
@@ -30818,51 +31684,37 @@ readers do not read off random characters that represent icons */
|
|
30818
31684
|
user-select: none;
|
30819
31685
|
}
|
30820
31686
|
|
30821
|
-
.amis-scope .antd-
|
30822
|
-
.amis-scope .antd-ListRadios-item > .antd-Checkbox {
|
31687
|
+
.amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
|
30823
31688
|
margin-right: 0;
|
30824
31689
|
}
|
30825
31690
|
|
30826
|
-
.amis-scope .antd-
|
30827
|
-
.amis-scope .antd-ListRadios-item.is-active {
|
31691
|
+
.amis-scope .antd-GroupedSelection-item.is-active {
|
30828
31692
|
color: #1890ff;
|
30829
31693
|
background: transparent;
|
30830
31694
|
}
|
30831
31695
|
|
30832
|
-
.amis-scope .antd-
|
30833
|
-
.amis-scope .antd-ListRadios-item:hover {
|
31696
|
+
.amis-scope .antd-GroupedSelection-item:hover {
|
30834
31697
|
background: rgba(0, 126, 255, 0.08);
|
30835
31698
|
}
|
30836
31699
|
|
30837
|
-
.amis-scope .antd-
|
30838
|
-
.amis-scope .antd-ListRadios-item.is-disabled {
|
31700
|
+
.amis-scope .antd-GroupedSelection-item.is-disabled {
|
30839
31701
|
pointer-events: none;
|
30840
31702
|
color: #999;
|
30841
31703
|
}
|
30842
31704
|
|
30843
|
-
.amis-scope .antd-
|
30844
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
30845
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
30846
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
|
30847
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
|
30848
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
30849
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
30850
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
|
31705
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
|
30851
31706
|
padding-left: 0.75rem;
|
30852
31707
|
}
|
30853
31708
|
|
30854
|
-
.amis-scope .antd-
|
30855
|
-
.amis-scope .antd-ListRadios-itemLabel {
|
31709
|
+
.amis-scope .antd-GroupedSelection-itemLabel {
|
30856
31710
|
flex-grow: 1;
|
30857
31711
|
}
|
30858
31712
|
|
30859
|
-
.amis-scope .antd-
|
30860
|
-
.amis-scope .antd-ListRadios-itemLabel span {
|
31713
|
+
.amis-scope .antd-GroupedSelection-itemLabel span {
|
30861
31714
|
white-space: nowrap;
|
30862
31715
|
}
|
30863
31716
|
|
30864
|
-
.amis-scope .antd-
|
30865
|
-
.amis-scope .antd-ListRadios-placeholder {
|
31717
|
+
.amis-scope .antd-GroupedSelection-placeholder {
|
30866
31718
|
height: 1.875rem;
|
30867
31719
|
line-height: 1.4285714286;
|
30868
31720
|
font-size: 0.875rem;
|
@@ -30870,52 +31722,54 @@ readers do not read off random characters that represent icons */
|
|
30870
31722
|
color: #999;
|
30871
31723
|
}
|
30872
31724
|
|
30873
|
-
.amis-scope .antd-
|
31725
|
+
.amis-scope .antd-TableSelection .antd-Table-content {
|
30874
31726
|
border-top: 0.0625rem solid #eceff8;
|
30875
31727
|
}
|
30876
31728
|
|
30877
|
-
.amis-scope .antd-
|
30878
|
-
.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 {
|
30879
31731
|
font-size: 0.75rem;
|
30880
31732
|
padding-top: 0.25rem;
|
30881
31733
|
padding-bottom: 0.375rem;
|
30882
31734
|
vertical-align: middle;
|
30883
31735
|
}
|
30884
31736
|
|
30885
|
-
.amis-scope .antd-
|
31737
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
|
30886
31738
|
padding-top: 0.375rem;
|
30887
31739
|
}
|
30888
31740
|
|
30889
|
-
.amis-scope .antd-
|
30890
|
-
.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 {
|
30891
31743
|
padding-left: 0.625rem;
|
30892
31744
|
padding-right: 0;
|
30893
31745
|
}
|
30894
31746
|
|
30895
|
-
.amis-scope .antd-
|
30896
|
-
.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 {
|
30897
31749
|
padding-right: 1rem;
|
30898
31750
|
}
|
30899
31751
|
|
30900
|
-
.amis-scope .antd-
|
31752
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
|
30901
31753
|
cursor: pointer;
|
30902
31754
|
}
|
30903
31755
|
|
30904
|
-
.amis-scope .antd-
|
30905
|
-
|
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 {
|
30906
31762
|
color: inherit;
|
30907
31763
|
margin-right: 5px;
|
30908
31764
|
}
|
30909
31765
|
|
30910
|
-
.amis-scope .antd-
|
30911
|
-
.amis-scope .antd-TreeRadios-sublist {
|
31766
|
+
.amis-scope .antd-TreeSelection-sublist {
|
30912
31767
|
position: relative;
|
30913
31768
|
margin: 0 0 0 2.1875rem;
|
30914
31769
|
display: none;
|
30915
31770
|
}
|
30916
31771
|
|
30917
|
-
.amis-scope .antd-
|
30918
|
-
.amis-scope .antd-TreeRadios-sublist:before {
|
31772
|
+
.amis-scope .antd-TreeSelection-sublist:before {
|
30919
31773
|
width: 1px;
|
30920
31774
|
content: "";
|
30921
31775
|
display: block;
|
@@ -30926,29 +31780,19 @@ readers do not read off random characters that represent icons */
|
|
30926
31780
|
border-left: dashed 1px inherit;
|
30927
31781
|
}
|
30928
31782
|
|
30929
|
-
.amis-scope .antd-
|
30930
|
-
.amis-scope .antd-TreeRadios-item {
|
31783
|
+
.amis-scope .antd-TreeSelection-item {
|
30931
31784
|
position: relative;
|
30932
31785
|
}
|
30933
31786
|
|
30934
|
-
.amis-scope .antd-
|
30935
|
-
.amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
|
30936
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
|
30937
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
|
31787
|
+
.amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
|
30938
31788
|
display: block;
|
30939
31789
|
}
|
30940
31790
|
|
30941
|
-
.amis-scope .antd-
|
30942
|
-
.amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
|
30943
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
|
30944
|
-
.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 {
|
30945
31792
|
bottom: 0;
|
30946
31793
|
}
|
30947
31794
|
|
30948
|
-
.amis-scope .antd-
|
30949
|
-
.amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
|
30950
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
|
30951
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
|
31795
|
+
.amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
|
30952
31796
|
height: 1px;
|
30953
31797
|
content: "";
|
30954
31798
|
display: block;
|
@@ -30959,8 +31803,7 @@ readers do not read off random characters that represent icons */
|
|
30959
31803
|
border-top: dashed 1px inherit;
|
30960
31804
|
}
|
30961
31805
|
|
30962
|
-
.amis-scope .antd-
|
30963
|
-
.amis-scope .antd-TreeRadios-itemInner {
|
31806
|
+
.amis-scope .antd-TreeSelection-itemInner {
|
30964
31807
|
display: flex;
|
30965
31808
|
align-items: center;
|
30966
31809
|
height: 1.875rem;
|
@@ -30973,20 +31816,17 @@ readers do not read off random characters that represent icons */
|
|
30973
31816
|
position: relative;
|
30974
31817
|
}
|
30975
31818
|
|
30976
|
-
.amis-scope .antd-
|
30977
|
-
.amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
|
31819
|
+
.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
|
30978
31820
|
margin-right: 0;
|
30979
31821
|
margin-left: 0.5rem;
|
30980
31822
|
}
|
30981
31823
|
|
30982
|
-
.amis-scope .antd-
|
30983
|
-
.amis-scope .antd-TreeRadios-itemInner > * {
|
31824
|
+
.amis-scope .antd-TreeSelection-itemInner > * {
|
30984
31825
|
position: relative;
|
30985
31826
|
z-index: 2;
|
30986
31827
|
}
|
30987
31828
|
|
30988
|
-
.amis-scope .antd-
|
30989
|
-
.amis-scope .antd-TreeRadios-itemInner:hover:after {
|
31829
|
+
.amis-scope .antd-TreeSelection-itemInner:hover:after {
|
30990
31830
|
position: absolute;
|
30991
31831
|
content: "";
|
30992
31832
|
z-index: 1;
|
@@ -30997,24 +31837,20 @@ readers do not read off random characters that represent icons */
|
|
30997
31837
|
background: rgba(0, 126, 255, 0.08);
|
30998
31838
|
}
|
30999
31839
|
|
31000
|
-
.amis-scope .antd-
|
31001
|
-
.amis-scope .antd-TreeRadios-itemInner.is-active {
|
31840
|
+
.amis-scope .antd-TreeSelection-itemInner.is-active {
|
31002
31841
|
color: #1890ff;
|
31003
31842
|
}
|
31004
31843
|
|
31005
|
-
.amis-scope .antd-
|
31006
|
-
.amis-scope .antd-TreeRadios-itemInner.is-disabled {
|
31844
|
+
.amis-scope .antd-TreeSelection-itemInner.is-disabled {
|
31007
31845
|
pointer-events: none;
|
31008
31846
|
color: #999;
|
31009
31847
|
}
|
31010
31848
|
|
31011
|
-
.amis-scope .antd-
|
31012
|
-
.amis-scope .antd-TreeRadios-itemLabel {
|
31849
|
+
.amis-scope .antd-TreeSelection-itemLabel {
|
31013
31850
|
flex-grow: 1;
|
31014
31851
|
}
|
31015
31852
|
|
31016
|
-
.amis-scope .antd-
|
31017
|
-
.amis-scope .antd-TreeRadios-placeholder {
|
31853
|
+
.amis-scope .antd-TreeSelection-placeholder {
|
31018
31854
|
height: 1.875rem;
|
31019
31855
|
line-height: 1.4285714286;
|
31020
31856
|
font-size: 0.875rem;
|
@@ -31022,27 +31858,27 @@ readers do not read off random characters that represent icons */
|
|
31022
31858
|
color: #999;
|
31023
31859
|
}
|
31024
31860
|
|
31025
|
-
.amis-scope .antd-
|
31861
|
+
.amis-scope .antd-ChainedSelection {
|
31026
31862
|
display: flex;
|
31027
31863
|
flex-direction: row;
|
31028
31864
|
}
|
31029
31865
|
|
31030
|
-
.amis-scope .antd-
|
31866
|
+
.amis-scope .antd-ChainedSelection-col {
|
31031
31867
|
flex-grow: 1;
|
31032
31868
|
min-width: 150px;
|
31033
31869
|
}
|
31034
31870
|
|
31035
|
-
.amis-scope .antd-
|
31871
|
+
.amis-scope .antd-ChainedSelection-col:not(:last-child) {
|
31036
31872
|
border-right: 1px solid #eceff8;
|
31037
31873
|
}
|
31038
31874
|
|
31039
|
-
.amis-scope .antd-
|
31875
|
+
.amis-scope .antd-ChainedSelection-subTitle {
|
31040
31876
|
font-size: 0.75rem;
|
31041
31877
|
padding: 0.25rem 0.25rem;
|
31042
31878
|
color: #999;
|
31043
31879
|
}
|
31044
31880
|
|
31045
|
-
.amis-scope .antd-
|
31881
|
+
.amis-scope .antd-ChainedSelection-item {
|
31046
31882
|
display: flex;
|
31047
31883
|
height: 1.875rem;
|
31048
31884
|
line-height: 1.4285714286;
|
@@ -31053,29 +31889,29 @@ readers do not read off random characters that represent icons */
|
|
31053
31889
|
user-select: none;
|
31054
31890
|
}
|
31055
31891
|
|
31056
|
-
.amis-scope .antd-
|
31892
|
+
.amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
|
31057
31893
|
margin-right: 0;
|
31058
31894
|
}
|
31059
31895
|
|
31060
|
-
.amis-scope .antd-
|
31896
|
+
.amis-scope .antd-ChainedSelection-item.is-active {
|
31061
31897
|
color: #1890ff;
|
31062
31898
|
background: transparent;
|
31063
31899
|
}
|
31064
31900
|
|
31065
|
-
.amis-scope .antd-
|
31901
|
+
.amis-scope .antd-ChainedSelection-item:hover {
|
31066
31902
|
background: rgba(0, 126, 255, 0.08);
|
31067
31903
|
}
|
31068
31904
|
|
31069
|
-
.amis-scope .antd-
|
31905
|
+
.amis-scope .antd-ChainedSelection-item.is-disabled {
|
31070
31906
|
pointer-events: none;
|
31071
31907
|
color: #999;
|
31072
31908
|
}
|
31073
31909
|
|
31074
|
-
.amis-scope .antd-
|
31910
|
+
.amis-scope .antd-ChainedSelection-itemLabel {
|
31075
31911
|
flex-grow: 1;
|
31076
31912
|
}
|
31077
31913
|
|
31078
|
-
.amis-scope .antd-
|
31914
|
+
.amis-scope .antd-ChainedSelection-placeholder {
|
31079
31915
|
height: 1.875rem;
|
31080
31916
|
line-height: 1.4285714286;
|
31081
31917
|
font-size: 0.875rem;
|
@@ -31083,34 +31919,35 @@ readers do not read off random characters that represent icons */
|
|
31083
31919
|
color: #999;
|
31084
31920
|
}
|
31085
31921
|
|
31086
|
-
.amis-scope .antd-
|
31922
|
+
.amis-scope .antd-AssociatedSelection {
|
31087
31923
|
display: flex;
|
31088
31924
|
flex-direction: row;
|
31089
31925
|
}
|
31090
31926
|
|
31091
|
-
.amis-scope .antd-
|
31092
|
-
.amis-scope .antd-
|
31927
|
+
.amis-scope .antd-AssociatedSelection-left,
|
31928
|
+
.amis-scope .antd-AssociatedSelection-right {
|
31093
31929
|
flex-grow: 1;
|
31094
31930
|
width: 0;
|
31095
|
-
height:
|
31931
|
+
min-height: 12.5rem;
|
31932
|
+
max-height: 25rem;
|
31096
31933
|
overflow: auto;
|
31097
31934
|
}
|
31098
31935
|
|
31099
|
-
.amis-scope .antd-
|
31936
|
+
.amis-scope .antd-AssociatedSelection-left {
|
31100
31937
|
border-right: 1px solid #eceff8;
|
31101
31938
|
}
|
31102
31939
|
|
31103
|
-
.amis-scope .antd-
|
31940
|
+
.amis-scope .antd-AssociatedSelection-reload {
|
31104
31941
|
text-align: center;
|
31105
31942
|
color: #1890ff;
|
31106
31943
|
margin: 20px 0 0;
|
31107
31944
|
}
|
31108
31945
|
|
31109
|
-
.amis-scope .antd-
|
31946
|
+
.amis-scope .antd-AssociatedSelection-reload.is-clickable {
|
31110
31947
|
cursor: pointer;
|
31111
31948
|
}
|
31112
31949
|
|
31113
|
-
.amis-scope .antd-
|
31950
|
+
.amis-scope .antd-AssociatedSelection-box {
|
31114
31951
|
line-height: 1.4285714286;
|
31115
31952
|
font-size: 0.75rem;
|
31116
31953
|
color: #999;
|
@@ -31122,7 +31959,7 @@ readers do not read off random characters that represent icons */
|
|
31122
31959
|
height: 100%;
|
31123
31960
|
}
|
31124
31961
|
|
31125
|
-
.amis-scope .antd-
|
31962
|
+
.amis-scope .antd-AssociatedSelection-box > p {
|
31126
31963
|
text-align: center;
|
31127
31964
|
margin: 10px 0 20px;
|
31128
31965
|
color: #999;
|
@@ -31191,7 +32028,7 @@ readers do not read off random characters that represent icons */
|
|
31191
32028
|
line-height: 1.375rem;
|
31192
32029
|
font-style: normal;
|
31193
32030
|
font-weight: bold;
|
31194
|
-
transition: all
|
32031
|
+
transition: all 0s;
|
31195
32032
|
}
|
31196
32033
|
|
31197
32034
|
.amis-scope .antd-Switch .slider:before {
|
@@ -31203,7 +32040,7 @@ readers do not read off random characters that represent icons */
|
|
31203
32040
|
bottom: 0.0625rem;
|
31204
32041
|
left: 0.0625rem;
|
31205
32042
|
border-radius: 50%;
|
31206
|
-
transition: margin-left
|
32043
|
+
transition: margin-left 0s;
|
31207
32044
|
}
|
31208
32045
|
|
31209
32046
|
.amis-scope .antd-Switch.is-checked {
|
@@ -31339,7 +32176,7 @@ readers do not read off random characters that represent icons */
|
|
31339
32176
|
-moz-appearance: textfield;
|
31340
32177
|
line-height: calc(1.875rem - 0.0625rem * 2);
|
31341
32178
|
height: 100%;
|
31342
|
-
transition: all
|
32179
|
+
transition: all 0s ease;
|
31343
32180
|
border: 0;
|
31344
32181
|
border-radius: 2px;
|
31345
32182
|
padding: 0 0.5rem;
|
@@ -31575,7 +32412,7 @@ readers do not read off random characters that represent icons */
|
|
31575
32412
|
}
|
31576
32413
|
|
31577
32414
|
.amis-scope .antd-Select-arrow > svg {
|
31578
|
-
transition: transform
|
32415
|
+
transition: transform 0s;
|
31579
32416
|
display: inline-block;
|
31580
32417
|
color: #999;
|
31581
32418
|
width: 10px;
|
@@ -31865,6 +32702,7 @@ readers do not read off random characters that represent icons */
|
|
31865
32702
|
color: rgba(0, 0, 0, 0.85);
|
31866
32703
|
transition: none;
|
31867
32704
|
max-width: calc(12.5rem + 2 * 0.75rem);
|
32705
|
+
border-radius: 0.1875rem;
|
31868
32706
|
}
|
31869
32707
|
|
31870
32708
|
.amis-scope .antd-ListControl-item:not(.is-disabled) {
|
@@ -31980,7 +32818,7 @@ readers do not read off random characters that represent icons */
|
|
31980
32818
|
white-space: nowrap;
|
31981
32819
|
color: rgba(0, 0, 0, 0.85);
|
31982
32820
|
background: #fff;
|
31983
|
-
border-radius:
|
32821
|
+
border-radius: 0.0625rem;
|
31984
32822
|
}
|
31985
32823
|
|
31986
32824
|
.amis-scope .antd-LocationPicker:not(.is-disabled) {
|
@@ -32136,6 +32974,7 @@ readers do not read off random characters that represent icons */
|
|
32136
32974
|
) / 2 - 0.0625rem) 0.75rem;
|
32137
32975
|
background: #fff;
|
32138
32976
|
color: rgba(0, 0, 0, 0.85);
|
32977
|
+
border-radius: 2px;
|
32139
32978
|
}
|
32140
32979
|
|
32141
32980
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
@@ -32301,6 +33140,8 @@ readers do not read off random characters that represent icons */
|
|
32301
33140
|
.amis-scope .antd-DatePicker-toggler {
|
32302
33141
|
cursor: pointer;
|
32303
33142
|
color: inherit;
|
33143
|
+
display: inline-flex;
|
33144
|
+
align-items: center;
|
32304
33145
|
}
|
32305
33146
|
|
32306
33147
|
.amis-scope .antd-DatePicker-toggler:hover {
|
@@ -32527,7 +33368,7 @@ readers do not read off random characters that represent icons */
|
|
32527
33368
|
}
|
32528
33369
|
|
32529
33370
|
.amis-scope .antd-CalendarCounter-btn:hover {
|
32530
|
-
color: #
|
33371
|
+
color: #1c53c1;
|
32531
33372
|
}
|
32532
33373
|
|
32533
33374
|
.amis-scope .antd-CalendarCounter-btn > svg {
|
@@ -32604,6 +33445,12 @@ readers do not read off random characters that represent icons */
|
|
32604
33445
|
border-color: #0076e4;
|
32605
33446
|
}
|
32606
33447
|
|
33448
|
+
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
33449
|
+
color: #fff;
|
33450
|
+
background: #0076e4;
|
33451
|
+
border-color: #0070d7;
|
33452
|
+
}
|
33453
|
+
|
32607
33454
|
.amis-scope .rdtBtn:hover:focus {
|
32608
33455
|
box-shadow: none;
|
32609
33456
|
}
|
@@ -32626,6 +33473,12 @@ readers do not read off random characters that represent icons */
|
|
32626
33473
|
border-color: #40a9ff;
|
32627
33474
|
}
|
32628
33475
|
|
33476
|
+
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
33477
|
+
color: #096dd9;
|
33478
|
+
background: #fff;
|
33479
|
+
border-color: #096dd9;
|
33480
|
+
}
|
33481
|
+
|
32629
33482
|
.amis-scope .rdtBtnCancel:hover:focus {
|
32630
33483
|
box-shadow: none;
|
32631
33484
|
}
|
@@ -32821,6 +33674,8 @@ readers do not read off random characters that represent icons */
|
|
32821
33674
|
.amis-scope .antd-DateRangePicker-toggler {
|
32822
33675
|
cursor: pointer;
|
32823
33676
|
color: inherit;
|
33677
|
+
display: inline-flex;
|
33678
|
+
align-items: center;
|
32824
33679
|
}
|
32825
33680
|
|
32826
33681
|
.amis-scope .antd-DateRangePicker-toggler:hover {
|
@@ -32936,9 +33791,11 @@ readers do not read off random characters that represent icons */
|
|
32936
33791
|
width: 7.5rem;
|
32937
33792
|
height: 7.5rem;
|
32938
33793
|
display: inline-flex;
|
33794
|
+
flex-direction: column;
|
32939
33795
|
justify-content: center;
|
32940
33796
|
align-items: center;
|
32941
33797
|
border: 0.0625rem solid #eceff8;
|
33798
|
+
border-radius: 0;
|
32942
33799
|
cursor: pointer;
|
32943
33800
|
margin-right: 0.75rem;
|
32944
33801
|
color: rgba(0, 0, 0, 0.85);
|
@@ -32954,14 +33811,21 @@ readers do not read off random characters that represent icons */
|
|
32954
33811
|
border-color: #b4bbc5;
|
32955
33812
|
}
|
32956
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
|
+
|
32957
33820
|
.amis-scope .antd-ImageControl-addBtn:hover:focus {
|
32958
33821
|
box-shadow: none;
|
32959
33822
|
}
|
32960
33823
|
|
32961
33824
|
.amis-scope .antd-ImageControl-addBtn > svg {
|
32962
|
-
width:
|
32963
|
-
height:
|
33825
|
+
width: 1.5rem;
|
33826
|
+
height: 1.5rem;
|
32964
33827
|
top: 0;
|
33828
|
+
margin-bottom: 0.5rem;
|
32965
33829
|
}
|
32966
33830
|
|
32967
33831
|
.amis-scope .antd-ImageControl-addBtn.is-disabled {
|
@@ -32999,6 +33863,7 @@ readers do not read off random characters that represent icons */
|
|
32999
33863
|
|
33000
33864
|
.amis-scope .antd-ImageControl-item {
|
33001
33865
|
border: 0.0625rem solid #eceff8;
|
33866
|
+
border-radius: 0;
|
33002
33867
|
vertical-align: top;
|
33003
33868
|
padding: 0.25rem;
|
33004
33869
|
display: inline-block;
|
@@ -33056,10 +33921,11 @@ readers do not read off random characters that represent icons */
|
|
33056
33921
|
|
33057
33922
|
.amis-scope .antd-ImageControl-progressValue {
|
33058
33923
|
height: 5px;
|
33924
|
+
border-radius: 0;
|
33059
33925
|
display: block;
|
33060
33926
|
background: #1890ff;
|
33061
33927
|
min-width: 10%;
|
33062
|
-
transition: ease-out width
|
33928
|
+
transition: ease-out width 0s;
|
33063
33929
|
}
|
33064
33930
|
|
33065
33931
|
.amis-scope .antd-ImageControl-item.is-invalid .antd-ImageControl-itemClear {
|
@@ -33165,13 +34031,13 @@ readers do not read off random characters that represent icons */
|
|
33165
34031
|
}
|
33166
34032
|
|
33167
34033
|
.amis-scope .antd-FileControl-selectBtn {
|
33168
|
-
|
34034
|
+
display: flex;
|
34035
|
+
align-items: center;
|
33169
34036
|
}
|
33170
34037
|
|
33171
34038
|
.amis-scope .antd-FileControl-selectBtn > svg {
|
33172
|
-
|
33173
|
-
|
33174
|
-
height: pxrem(16px);
|
34039
|
+
width: 0.875rem;
|
34040
|
+
height: 0.875rem;
|
33175
34041
|
}
|
33176
34042
|
|
33177
34043
|
.amis-scope .antd-FileControl-description {
|
@@ -33283,9 +34149,10 @@ readers do not read off random characters that represent icons */
|
|
33283
34149
|
.amis-scope .antd-FileControl-progress > span {
|
33284
34150
|
display: block;
|
33285
34151
|
background: #1890ff;
|
34152
|
+
border-radius: 0;
|
33286
34153
|
height: 100%;
|
33287
34154
|
min-width: 10%;
|
33288
|
-
transition: ease-out width
|
34155
|
+
transition: ease-out width 0s;
|
33289
34156
|
}
|
33290
34157
|
|
33291
34158
|
.amis-scope .antd-FileControl-acceptTip {
|
@@ -33654,8 +34521,8 @@ readers do not read off random characters that represent icons */
|
|
33654
34521
|
position: absolute;
|
33655
34522
|
z-index: 2;
|
33656
34523
|
top: 50%;
|
33657
|
-
transition: transform
|
33658
|
-
box-shadow
|
34524
|
+
transition: transform 0s ease-out,
|
34525
|
+
box-shadow 0s ease-out;
|
33659
34526
|
}
|
33660
34527
|
|
33661
34528
|
.amis-scope .antd-InputRange-slider:active {
|
@@ -33683,7 +34550,7 @@ readers do not read off random characters that represent icons */
|
|
33683
34550
|
}
|
33684
34551
|
|
33685
34552
|
.amis-scope .antd-InputRange-sliderContainer {
|
33686
|
-
transition: left
|
34553
|
+
transition: left 0s
|
33687
34554
|
ease-out;
|
33688
34555
|
}
|
33689
34556
|
|
@@ -33724,8 +34591,8 @@ readers do not read off random characters that represent icons */
|
|
33724
34591
|
display: block;
|
33725
34592
|
height: 0.75rem;
|
33726
34593
|
position: relative;
|
33727
|
-
transition: left
|
33728
|
-
width
|
34594
|
+
transition: left 0s ease-out,
|
34595
|
+
width 0s ease-out;
|
33729
34596
|
}
|
33730
34597
|
|
33731
34598
|
.amis-scope .antd-InputRange.is-disabled .antd-InputRange-track {
|
@@ -33890,7 +34757,7 @@ readers do not read off random characters that represent icons */
|
|
33890
34757
|
|
33891
34758
|
.amis-scope .antd-Tree-item-icons {
|
33892
34759
|
visibility: hidden;
|
33893
|
-
transition: visibility
|
34760
|
+
transition: visibility 0s ease;
|
33894
34761
|
display: inline-block;
|
33895
34762
|
vertical-align: top;
|
33896
34763
|
height: 1.875rem;
|
@@ -33987,7 +34854,7 @@ readers do not read off random characters that represent icons */
|
|
33987
34854
|
width: 0.75rem;
|
33988
34855
|
height: 0.75rem;
|
33989
34856
|
display: block;
|
33990
|
-
transition: transform
|
34857
|
+
transition: transform 0s;
|
33991
34858
|
top: 0;
|
33992
34859
|
transform: rotate(90deg);
|
33993
34860
|
}
|
@@ -34116,14 +34983,14 @@ readers do not read off random characters that represent icons */
|
|
34116
34983
|
.amis-scope .antd-TreeSelect.is-error > .antd-TreeSelect-input {
|
34117
34984
|
border-color: #ff4d4f;
|
34118
34985
|
background: #fff;
|
34119
|
-
transition: all
|
34986
|
+
transition: all 0s;
|
34120
34987
|
}
|
34121
34988
|
|
34122
34989
|
.amis-scope .antd-TreeSelect.is-focused > .antd-TreeSelect-input {
|
34123
34990
|
border-color: #40a9ff;
|
34124
34991
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
34125
34992
|
background: #fff;
|
34126
|
-
transition: all
|
34993
|
+
transition: all 0s;
|
34127
34994
|
}
|
34128
34995
|
|
34129
34996
|
.amis-scope .antd-TreeSelect.is-error.is-focused > .antd-TreeSelect-input {
|
@@ -34134,7 +35001,7 @@ readers do not read off random characters that represent icons */
|
|
34134
35001
|
color: #999;
|
34135
35002
|
background: #e5e7eb;
|
34136
35003
|
border-color: #d9d9d9;
|
34137
|
-
transition: all
|
35004
|
+
transition: all 0s;
|
34138
35005
|
}
|
34139
35006
|
|
34140
35007
|
.amis-scope .antd-TreeSelect-spinner {
|
@@ -34255,6 +35122,17 @@ readers do not read off random characters that represent icons */
|
|
34255
35122
|
margin-left: 0.5rem;
|
34256
35123
|
}
|
34257
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
|
+
|
34258
35136
|
.amis-scope .antd-Combo-addBtn img.antd-Button-icon {
|
34259
35137
|
height: 0.875rem;
|
34260
35138
|
vertical-align: middle;
|
@@ -34266,6 +35144,12 @@ readers do not read off random characters that represent icons */
|
|
34266
35144
|
border-color: #b4bbc5;
|
34267
35145
|
}
|
34268
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
|
+
|
34269
35153
|
.amis-scope .antd-Combo-addBtn:hover:focus {
|
34270
35154
|
box-shadow: none;
|
34271
35155
|
}
|
@@ -34624,7 +35508,7 @@ readers do not read off random characters that represent icons */
|
|
34624
35508
|
}
|
34625
35509
|
|
34626
35510
|
.amis-scope .antd-SubForm-addBtn:hover:focus {
|
34627
|
-
color: #
|
35511
|
+
color: #4f86f4;
|
34628
35512
|
text-decoration: none;
|
34629
35513
|
box-shadow: none;
|
34630
35514
|
}
|
@@ -34714,14 +35598,14 @@ readers do not read off random characters that represent icons */
|
|
34714
35598
|
.amis-scope .antd-Picker.is-error > .antd-Picker-input {
|
34715
35599
|
border-color: #ff4d4f;
|
34716
35600
|
background: #fff;
|
34717
|
-
transition: all
|
35601
|
+
transition: all 0s;
|
34718
35602
|
}
|
34719
35603
|
|
34720
35604
|
.amis-scope .antd-Picker.is-focused > .antd-Picker-input {
|
34721
35605
|
border-color: #40a9ff;
|
34722
35606
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
34723
35607
|
background: #fff;
|
34724
|
-
transition: all
|
35608
|
+
transition: all 0s;
|
34725
35609
|
}
|
34726
35610
|
|
34727
35611
|
.amis-scope .antd-Picker.is-error.is-focused > .antd-Picker-input {
|
@@ -34732,7 +35616,7 @@ readers do not read off random characters that represent icons */
|
|
34732
35616
|
color: #999;
|
34733
35617
|
background: #e5e7eb;
|
34734
35618
|
border-color: #d9d9d9;
|
34735
|
-
transition: all
|
35619
|
+
transition: all 0s;
|
34736
35620
|
}
|
34737
35621
|
|
34738
35622
|
.amis-scope .antd-Picker-spinner {
|
@@ -34962,6 +35846,17 @@ readers do not read off random characters that represent icons */
|
|
34962
35846
|
margin-left: 0.5rem;
|
34963
35847
|
}
|
34964
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
|
+
|
34965
35860
|
.amis-scope .antd-TagControl-sugItem img.antd-Button-icon {
|
34966
35861
|
height: 0.875rem;
|
34967
35862
|
vertical-align: middle;
|
@@ -34973,6 +35868,12 @@ readers do not read off random characters that represent icons */
|
|
34973
35868
|
border-color: #b4bbc5;
|
34974
35869
|
}
|
34975
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
|
+
|
34976
35877
|
.amis-scope .antd-TagControl-sugItem:hover:focus {
|
34977
35878
|
box-shadow: none;
|
34978
35879
|
}
|
@@ -35050,6 +35951,7 @@ readers do not read off random characters that represent icons */
|
|
35050
35951
|
font-size: 0.875rem;
|
35051
35952
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35052
35953
|
flex-direction: row;
|
35954
|
+
border-radius: 2px 2px 0 0;
|
35053
35955
|
}
|
35054
35956
|
|
35055
35957
|
.amis-scope .antd-Transfer-title--light {
|
@@ -35069,21 +35971,22 @@ readers do not read off random characters that represent icons */
|
|
35069
35971
|
border: 0.0625rem solid #d9d9d9;
|
35070
35972
|
display: flex;
|
35071
35973
|
flex-direction: column;
|
35974
|
+
border-radius: 2px;
|
35072
35975
|
}
|
35073
35976
|
|
35074
|
-
.amis-scope .antd-Transfer-select > .antd-Transfer-
|
35075
|
-
.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 {
|
35076
35979
|
flex-grow: 1;
|
35077
35980
|
max-height: 100%;
|
35078
35981
|
overflow: auto;
|
35079
35982
|
position: relative;
|
35080
35983
|
}
|
35081
35984
|
|
35082
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-
|
35985
|
+
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
35083
35986
|
border-top: 1px solid #eceff8;
|
35084
35987
|
}
|
35085
35988
|
|
35086
|
-
.amis-scope .antd-Transfer-
|
35989
|
+
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
35087
35990
|
height: 100%;
|
35088
35991
|
display: flex;
|
35089
35992
|
align-items: center;
|
@@ -35131,13 +36034,29 @@ readers do not read off random characters that represent icons */
|
|
35131
36034
|
color: #999;
|
35132
36035
|
}
|
35133
36036
|
|
35134
|
-
.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 {
|
35135
36054
|
display: flex;
|
35136
36055
|
flex-direction: column;
|
35137
36056
|
height: 100%;
|
35138
36057
|
}
|
35139
36058
|
|
35140
|
-
.amis-scope .antd-
|
36059
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
|
35141
36060
|
border-top: 0 none;
|
35142
36061
|
padding: 5px 0 0 5px;
|
35143
36062
|
display: flex;
|
@@ -35146,65 +36065,105 @@ readers do not read off random characters that represent icons */
|
|
35146
36065
|
align-items: center;
|
35147
36066
|
}
|
35148
36067
|
|
35149
|
-
.amis-scope .antd-
|
36068
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
|
35150
36069
|
font-size: 12px;
|
35151
36070
|
padding: 7px 8px;
|
35152
36071
|
}
|
35153
36072
|
|
35154
|
-
.amis-scope .antd-
|
36073
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
|
35155
36074
|
flex-grow: 1;
|
35156
36075
|
}
|
35157
36076
|
|
35158
|
-
.amis-scope .antd-
|
36077
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
|
35159
36078
|
margin: -5px 5px 0 10px;
|
35160
36079
|
}
|
35161
36080
|
|
35162
|
-
.amis-scope .antd-
|
36081
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
|
35163
36082
|
width: 150px;
|
35164
36083
|
margin-right: 10px;
|
35165
36084
|
padding-left: 10px;
|
35166
36085
|
}
|
35167
36086
|
|
35168
|
-
.amis-scope .antd-
|
36087
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
|
35169
36088
|
flex-grow: 1;
|
36089
|
+
min-height: 0;
|
35170
36090
|
position: relative;
|
35171
36091
|
padding: 5px 0 0;
|
35172
36092
|
}
|
35173
36093
|
|
35174
|
-
.amis-scope .antd-
|
36094
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
|
35175
36095
|
position: relative;
|
35176
|
-
|
36096
|
+
height: 100%;
|
35177
36097
|
}
|
35178
36098
|
|
35179
|
-
.amis-scope .antd-
|
36099
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
|
35180
36100
|
display: flex;
|
35181
36101
|
flex-direction: column;
|
35182
36102
|
}
|
35183
36103
|
|
35184
|
-
.amis-scope .antd-
|
36104
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
|
35185
36105
|
flex-grow: 1;
|
35186
36106
|
max-height: 100%;
|
35187
36107
|
overflow: auto;
|
35188
36108
|
}
|
35189
36109
|
|
35190
|
-
.amis-scope .antd-
|
35191
|
-
|
36110
|
+
.amis-scope .antd-TransferControl {
|
36111
|
+
position: relative;
|
35192
36112
|
}
|
35193
36113
|
|
35194
|
-
.amis-scope .antd-
|
35195
|
-
|
35196
|
-
|
35197
|
-
|
35198
|
-
|
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;
|
35199
36122
|
color: #999;
|
35200
36123
|
}
|
35201
36124
|
|
35202
|
-
.amis-scope .antd-
|
35203
|
-
|
36125
|
+
.amis-scope .antd-TransferPicker-icon:hover {
|
36126
|
+
color: #1890ff;
|
35204
36127
|
}
|
35205
36128
|
|
35206
|
-
.amis-scope .antd-
|
35207
|
-
|
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;
|
36150
|
+
}
|
36151
|
+
|
36152
|
+
.amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
|
36153
|
+
transform: rotate(180deg);
|
36154
|
+
}
|
36155
|
+
|
36156
|
+
.amis-scope .antd-TransferDropDown-content {
|
36157
|
+
min-height: 12.5rem;
|
36158
|
+
display: flex;
|
36159
|
+
flex-direction: column;
|
36160
|
+
}
|
36161
|
+
|
36162
|
+
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
36163
|
+
flex-grow: 1;
|
36164
|
+
max-height: 100%;
|
36165
|
+
overflow: auto;
|
36166
|
+
position: relative;
|
35208
36167
|
}
|
35209
36168
|
|
35210
36169
|
.amis-scope .antd-NestedSelectControl {
|
@@ -35362,14 +36321,14 @@ readers do not read off random characters that represent icons */
|
|
35362
36321
|
.amis-scope .antd-IconPickerControl.is-error > .antd-IconPickerControl-input {
|
35363
36322
|
border-color: #ff4d4f;
|
35364
36323
|
background: #fff;
|
35365
|
-
transition: all
|
36324
|
+
transition: all 0s;
|
35366
36325
|
}
|
35367
36326
|
|
35368
36327
|
.amis-scope .antd-IconPickerControl.is-focused > .antd-IconPickerControl-input {
|
35369
36328
|
border-color: #40a9ff;
|
35370
36329
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
35371
36330
|
background: #fff;
|
35372
|
-
transition: all
|
36331
|
+
transition: all 0s;
|
35373
36332
|
}
|
35374
36333
|
|
35375
36334
|
.amis-scope .antd-IconPickerControl.is-error.is-focused > .antd-IconPickerControl-input {
|
@@ -35380,7 +36339,7 @@ readers do not read off random characters that represent icons */
|
|
35380
36339
|
color: #999;
|
35381
36340
|
background: #e5e7eb;
|
35382
36341
|
border-color: #d9d9d9;
|
35383
|
-
transition: all
|
36342
|
+
transition: all 0s;
|
35384
36343
|
}
|
35385
36344
|
|
35386
36345
|
.amis-scope .antd-IconPickerControl-spinner {
|
@@ -35976,12 +36935,61 @@ readers do not read off random characters that represent icons */
|
|
35976
36935
|
min-width: 10rem;
|
35977
36936
|
}
|
35978
36937
|
|
36938
|
+
.amis-scope .antd-Form--column {
|
36939
|
+
display: flex;
|
36940
|
+
flex-wrap: wrap;
|
36941
|
+
margin-left: calc(1rem / -2);
|
36942
|
+
margin-right: calc(1rem / -2);
|
36943
|
+
}
|
36944
|
+
|
36945
|
+
.amis-scope .antd-Form--column > .antd-Form-item {
|
36946
|
+
flex-grow: 1;
|
36947
|
+
padding-left: calc(1rem / 2);
|
36948
|
+
padding-right: calc(1rem / 2);
|
36949
|
+
}
|
36950
|
+
|
36951
|
+
.amis-scope .antd-Form--column-2 > .antd-Form-item {
|
36952
|
+
width: 50%;
|
36953
|
+
}
|
36954
|
+
|
36955
|
+
.amis-scope .antd-Form--column-3 > .antd-Form-item {
|
36956
|
+
width: 33%;
|
36957
|
+
}
|
36958
|
+
|
36959
|
+
.amis-scope .antd-Form--column-4 > .antd-Form-item {
|
36960
|
+
width: 25%;
|
36961
|
+
}
|
36962
|
+
|
36963
|
+
.amis-scope .antd-Form--column-5 > .antd-Form-item {
|
36964
|
+
width: 20%;
|
36965
|
+
}
|
36966
|
+
|
36967
|
+
.amis-scope .antd-Form--column-6 > .antd-Form-item {
|
36968
|
+
width: 16.6%;
|
36969
|
+
}
|
36970
|
+
|
36971
|
+
.amis-scope .antd-Form--column-7 > .antd-Form-item {
|
36972
|
+
width: 14.2%;
|
36973
|
+
}
|
36974
|
+
|
36975
|
+
.amis-scope .antd-Form--column-8 > .antd-Form-item {
|
36976
|
+
width: 12.5%;
|
36977
|
+
}
|
36978
|
+
|
36979
|
+
.amis-scope .antd-Form-column-9 > .antd-Form-item {
|
36980
|
+
width: 11.1%;
|
36981
|
+
}
|
36982
|
+
|
36983
|
+
.amis-scope .antd-Form-column-10 > .antd-Form-item {
|
36984
|
+
width: 10%;
|
36985
|
+
}
|
36986
|
+
|
35979
36987
|
.amis-scope .antd-AnchorNav {
|
35980
36988
|
display: flex;
|
35981
36989
|
height: 25rem;
|
35982
36990
|
}
|
35983
36991
|
|
35984
|
-
.amis-scope .antd-AnchorNav-link-wrap {
|
36992
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
35985
36993
|
margin: 0;
|
35986
36994
|
padding: 0;
|
35987
36995
|
width: 8.75rem;
|
@@ -35989,12 +36997,12 @@ readers do not read off random characters that represent icons */
|
|
35989
36997
|
padding-bottom: 3.75rem;
|
35990
36998
|
}
|
35991
36999
|
|
35992
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
37000
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
35993
37001
|
position: relative;
|
35994
37002
|
display: block;
|
35995
37003
|
}
|
35996
37004
|
|
35997
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
37005
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
35998
37006
|
display: block;
|
35999
37007
|
border: 0.0625rem solid transparent;
|
36000
37008
|
border-width: 0 0.125rem 0 0;
|
@@ -36008,14 +37016,68 @@ readers do not read off random characters that represent icons */
|
|
36008
37016
|
margin: 0;
|
36009
37017
|
}
|
36010
37018
|
|
36011
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
37019
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
36012
37020
|
color: #1890ff;
|
36013
37021
|
}
|
36014
37022
|
|
36015
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
36016
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
37023
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
37024
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
37025
|
+
color: #1890ff;
|
37026
|
+
border-color: #1890ff;
|
37027
|
+
}
|
37028
|
+
|
37029
|
+
.amis-scope .antd-AnchorNav--horizontal {
|
37030
|
+
flex-direction: column;
|
37031
|
+
}
|
37032
|
+
|
37033
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
|
37034
|
+
user-select: none;
|
37035
|
+
margin: 0px;
|
37036
|
+
padding: 0px;
|
37037
|
+
border-bottom: 0.0625rem solid #eceff8;
|
37038
|
+
list-style: none;
|
37039
|
+
}
|
37040
|
+
|
37041
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
37042
|
+
margin-bottom: calc(0.0625rem * -1);
|
37043
|
+
display: inline-block;
|
37044
|
+
position: relative;
|
37045
|
+
}
|
37046
|
+
|
37047
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
|
37048
|
+
font-size: 0.875rem;
|
37049
|
+
outline: 0;
|
37050
|
+
border: 0.0625rem solid transparent;
|
37051
|
+
border-width: 0 0 0.125rem 0;
|
37052
|
+
border-top-left-radius: 2px;
|
37053
|
+
border-top-right-radius: 2px;
|
37054
|
+
color: rgba(0, 0, 0, 0.85);
|
37055
|
+
margin: 0 0.1875rem 0 0;
|
37056
|
+
padding: 0.5rem 0.75rem;
|
37057
|
+
text-decoration: none;
|
37058
|
+
cursor: pointer;
|
37059
|
+
display: block;
|
37060
|
+
}
|
37061
|
+
|
37062
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
|
37063
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
|
36017
37064
|
color: #1890ff;
|
37065
|
+
background: transparent;
|
37066
|
+
border-color: transparent;
|
37067
|
+
}
|
37068
|
+
|
37069
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
|
37070
|
+
margin: 0;
|
37071
|
+
}
|
37072
|
+
|
37073
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
|
37074
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
|
37075
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
|
37076
|
+
font-size: 0.875rem;
|
37077
|
+
border-width: 0 0 0.125rem 0;
|
36018
37078
|
border-color: #1890ff;
|
37079
|
+
color: #1890ff;
|
37080
|
+
background: transparent;
|
36019
37081
|
}
|
36020
37082
|
|
36021
37083
|
.amis-scope .antd-AnchorNav-section-wrap {
|
@@ -36295,6 +37357,19 @@ readers do not read off random characters that represent icons */
|
|
36295
37357
|
border-bottom-color: #eee;
|
36296
37358
|
}
|
36297
37359
|
|
37360
|
+
.amis-scope .antd-Link.is-disabled {
|
37361
|
+
cursor: not-allowed;
|
37362
|
+
color: #999;
|
37363
|
+
}
|
37364
|
+
|
37365
|
+
.amis-scope .antd-MappingField {
|
37366
|
+
margin-right: 0.25rem;
|
37367
|
+
}
|
37368
|
+
|
37369
|
+
.amis-scope .antd-MappingField:last-child {
|
37370
|
+
margin-right: 0;
|
37371
|
+
}
|
37372
|
+
|
36298
37373
|
/*
|
36299
37374
|
* utilities
|
36300
37375
|
*/
|
@@ -36741,6 +37816,10 @@ readers do not read off random characters that represent icons */
|
|
36741
37816
|
background: none !important;
|
36742
37817
|
}
|
36743
37818
|
|
37819
|
+
.cursor-pointer {
|
37820
|
+
cursor: pointer;
|
37821
|
+
}
|
37822
|
+
|
36744
37823
|
.amis-scope a.bg-primary:hover {
|
36745
37824
|
background: #0084fe;
|
36746
37825
|
}
|
@@ -38298,7 +39377,7 @@ readers do not read off random characters that represent icons */
|
|
38298
39377
|
}
|
38299
39378
|
|
38300
39379
|
.amis-scope .hover-rotate {
|
38301
|
-
transition: all
|
39380
|
+
transition: all 0s ease-in-out 0s;
|
38302
39381
|
}
|
38303
39382
|
|
38304
39383
|
.amis-scope .hover-anchor:hover > .hover-action,
|
@@ -38632,4 +39711,4 @@ readers do not read off random characters that represent icons */
|
|
38632
39711
|
.amis-scope .no-padder-xs {
|
38633
39712
|
padding: 0 !important;
|
38634
39713
|
}
|
38635
|
-
}
|
39714
|
+
}
|