amis 1.4.1 → 1.4.2-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/Schema.d.ts +26 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert.js +3 -1
- package/lib/components/Alert.js.map +2 -2
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.d.ts +2 -2
- package/lib/components/Badge.js +13 -7
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.d.ts +22 -21
- package/lib/components/InputBox.js +11 -3
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +84 -0
- package/lib/components/Link.js +43 -0
- package/lib/components/Link.js.map +13 -0
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.js +1 -1
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/ResultBox.js +10 -2
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/RichText.js +17 -53
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +28 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/SparkLine.d.ts +85 -84
- package/lib/components/SparkLine.js +2 -2
- package/lib/components/SparkLine.js.map +2 -2
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.js +2 -2
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +488 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +493 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/Tree.js +5 -3
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/icons.js +14 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/clock.js +10 -0
- package/lib/icons/download.js +7 -0
- package/lib/icons/status-close.js +11 -0
- package/lib/icons/status-fail.js +11 -0
- package/lib/icons/status-info.js +10 -0
- package/lib/icons/status-success.js +11 -0
- package/lib/icons/status-warning.js +10 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +4 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +5 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +8 -3
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +8 -0
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +43 -8
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.js +0 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +0 -3
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +5 -1
- package/lib/renderers/DropDownButton.js +8 -6
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -0
- package/lib/renderers/Form/Checkbox.js +4 -0
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.js +2 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.d.ts +6 -0
- package/lib/renderers/Form/InputFile.js +30 -10
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +16 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +19 -6
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Picker.js +2 -2
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +42 -4
- package/lib/renderers/Form/Select.js +37 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +18 -3
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +52 -0
- package/lib/renderers/Form/TransferPicker.js +43 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +5 -0
- package/lib/renderers/Form/index.js +5 -3
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +15 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +3 -5
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.d.ts +1 -0
- package/lib/renderers/Image.js +15 -1
- package/lib/renderers/Image.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +18 -3
- package/lib/renderers/Link.js +27 -15
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Log.d.ts +2 -2
- package/lib/renderers/Log.js +7 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +62 -36
- package/lib/renderers/Nav.js +272 -96
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
- package/lib/renderers/Table/ColumnToggler.js +216 -0
- package/lib/renderers/Table/ColumnToggler.js.map +13 -0
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
- package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
- package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
- package/lib/renderers/Table/TableBody.d.ts +4 -0
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +19 -2
- package/lib/renderers/Table/index.js +172 -57
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +260 -3
- package/lib/store/table.js +69 -11
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +888 -238
- package/lib/themes/ang.css +888 -238
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +888 -238
- package/lib/themes/antd.css +888 -238
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1446 -457
- package/lib/themes/cxd.css +1446 -457
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +888 -238
- package/lib/themes/dark.css +888 -238
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1446 -457
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +31 -15
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/handleAction.d.ts +7 -0
- package/lib/utils/handleAction.js +30 -0
- package/lib/utils/handleAction.js.map +13 -0
- package/lib/utils/helper.d.ts +3 -1
- package/lib/utils/helper.js +14 -5
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -1
- package/lib/utils/tpl-builtin.js +25 -15
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3341 -998
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +63 -4
- package/scss/_utilities.scss +4 -0
- package/scss/base/_common.scss +3 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_button.scss +4 -5
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +41 -8
- package/scss/components/_column-toggler.scss +234 -0
- package/scss/components/_dropdown.scss +2 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_link.scss +6 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +231 -223
- package/scss/components/_page.scss +5 -4
- package/scss/components/_picker-columns.scss +124 -0
- package/scss/components/_popover.scss +13 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +2 -0
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_status.scss +1 -1
- package/scss/components/_steps.scss +1 -1
- package/scss/components/_table.scss +51 -1
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_color.scss +1 -0
- package/scss/components/form/_date-range.scss +2 -0
- package/scss/components/form/_date.scss +2 -0
- package/scss/components/form/_fieldset.scss +6 -3
- package/scss/components/form/_file.scss +16 -4
- package/scss/components/form/_form.scss +48 -0
- package/scss/components/form/_image.scss +7 -2
- package/scss/components/form/_list.scss +1 -0
- package/scss/components/form/_location.scss +1 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_text.scss +13 -0
- package/scss/components/form/_textarea.scss +10 -0
- package/scss/components/form/_transfer.scss +77 -18
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-colors.scss +56 -0
- package/scss/themes/_cxd-variables.scss +217 -89
- package/scss/themes/cxd.scss +370 -0
- package/sdk/ang-ie11.css +1117 -392
- package/sdk/ang.css +1110 -342
- package/sdk/antd-ie11.css +1105 -380
- package/sdk/antd.css +1110 -342
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2086 -1062
- package/sdk/cxd.css +1643 -495
- package/sdk/dark-ie11.css +1117 -392
- package/sdk/dark.css +1110 -342
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/iconfont.svg +2513 -0
- package/sdk/iconfont.ttf +0 -0
- package/sdk/iconfont.woff +0 -0
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +4 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +2086 -1062
- package/sdk/sdk.css +1643 -495
- package/sdk/sdk.js +1219 -1165
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +32 -0
- package/src/components/Alert.tsx +3 -1
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +38 -26
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +11 -10
- package/src/components/Link.tsx +85 -0
- package/src/components/ModalManager.ts +1 -1
- package/src/components/MonthRangePicker.tsx +10 -2
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/RichText.tsx +17 -57
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +60 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +5 -5
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +120 -0
- package/src/components/TransferPicker.tsx +91 -0
- package/src/components/Tree.tsx +6 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/icons.tsx +15 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/download.svg +4 -0
- package/src/icons/status-close.svg +10 -0
- package/src/icons/status-fail.svg +10 -0
- package/src/icons/status-info.svg +8 -0
- package/src/icons/status-success.svg +10 -0
- package/src/icons/status-warning.svg +8 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +4 -0
- package/src/locale/en-US.ts +5 -0
- package/src/locale/zh-CN.ts +8 -3
- package/src/renderers/Action.tsx +33 -2
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +63 -28
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +4 -2
- package/src/renderers/Dialog.tsx +0 -4
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +18 -13
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +66 -24
- package/src/renderers/Form/InputImage.tsx +16 -5
- package/src/renderers/Form/Item.tsx +3 -2
- package/src/renderers/Form/Options.tsx +32 -7
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/Select.tsx +162 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +145 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +15 -2
- package/src/renderers/Form/wrapControl.tsx +28 -3
- package/src/renderers/IFrame.tsx +4 -5
- package/src/renderers/Image.tsx +10 -0
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +53 -14
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Log.tsx +16 -3
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +325 -122
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/SparkLine.tsx +5 -0
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +257 -80
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/service.ts +5 -4
- package/src/store/table.ts +103 -11
- package/src/types.ts +57 -0
- package/src/utils/api.ts +52 -23
- package/src/utils/dom.tsx +12 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +12 -4
- package/src/utils/icon.tsx +4 -0
- package/src/utils/tpl-builtin.ts +48 -17
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/sdk.zip +0 -0
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/ang-ie11.css
CHANGED
@@ -19493,6 +19493,8 @@ readers do not read off random characters that represent icons */
|
|
19493
19493
|
width: 1em;
|
19494
19494
|
height: 1em;
|
19495
19495
|
fill: currentColor;
|
19496
|
+
position: relative;
|
19497
|
+
top: 0.125em;
|
19496
19498
|
}
|
19497
19499
|
|
19498
19500
|
.amis-scope svg.r90 {
|
@@ -19571,6 +19573,10 @@ readers do not read off random characters that represent icons */
|
|
19571
19573
|
height: 100%;
|
19572
19574
|
}
|
19573
19575
|
|
19576
|
+
.amis-scope .has-popover {
|
19577
|
+
position: relative;
|
19578
|
+
}
|
19579
|
+
|
19574
19580
|
.amis-scope,
|
19575
19581
|
.amis-scope {
|
19576
19582
|
width: 100%;
|
@@ -19742,7 +19748,7 @@ readers do not read off random characters that represent icons */
|
|
19742
19748
|
|
19743
19749
|
@media (max-width: 767px) {
|
19744
19750
|
.amis-scope .a-Layout-content {
|
19745
|
-
transition: transform
|
19751
|
+
transition: transform 0s ease;
|
19746
19752
|
}
|
19747
19753
|
|
19748
19754
|
.amis-scope .a-Layout-aside {
|
@@ -19769,7 +19775,7 @@ readers do not read off random characters that represent icons */
|
|
19769
19775
|
.amis-scope .a-Layout--offScreen .a-Layout-body,
|
19770
19776
|
.amis-scope .a-Layout--offScreen .a-Layout-footer {
|
19771
19777
|
background: #edf1f2;
|
19772
|
-
transition: transform
|
19778
|
+
transition: transform 0s ease;
|
19773
19779
|
backface-visibility: hidden;
|
19774
19780
|
transform: translate3d(75%, 0px, 0px);
|
19775
19781
|
overflow: hidden;
|
@@ -19815,7 +19821,7 @@ readers do not read off random characters that represent icons */
|
|
19815
19821
|
.amis-scope .a-Layout-brandBar,
|
19816
19822
|
.amis-scope .a-Layout-aside {
|
19817
19823
|
width: 12.5rem;
|
19818
|
-
transition: width
|
19824
|
+
transition: width 0s ease;
|
19819
19825
|
}
|
19820
19826
|
|
19821
19827
|
.amis-scope .a-Layout-brandBar {
|
@@ -19837,7 +19843,7 @@ readers do not read off random characters that represent icons */
|
|
19837
19843
|
.amis-scope .a-Layout--withAside .a-Layout-headerBar,
|
19838
19844
|
.amis-scope .a-Layout--withAside .a-Layout-footer {
|
19839
19845
|
margin-left: 12.5rem;
|
19840
|
-
transition: margin
|
19846
|
+
transition: margin 0s ease;
|
19841
19847
|
}
|
19842
19848
|
|
19843
19849
|
.amis-scope .a-Layout .visible-folded {
|
@@ -20600,7 +20606,7 @@ readers do not read off random characters that represent icons */
|
|
20600
20606
|
content: "";
|
20601
20607
|
display: inline-block;
|
20602
20608
|
transform-origin: center;
|
20603
|
-
transition: transform
|
20609
|
+
transition: transform 0s ease;
|
20604
20610
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
|
20605
20611
|
width: 0.625rem;
|
20606
20612
|
height: 0.625rem;
|
@@ -20618,7 +20624,7 @@ readers do not read off random characters that represent icons */
|
|
20618
20624
|
width: 0.625rem;
|
20619
20625
|
height: 0.625rem;
|
20620
20626
|
transform-origin: center;
|
20621
|
-
transition: transform
|
20627
|
+
transition: transform 0s ease;
|
20622
20628
|
}
|
20623
20629
|
|
20624
20630
|
.amis-scope .a-AsideNav-item.is-open > a > .a-AsideNav-itemArrow > svg {
|
@@ -20666,7 +20672,7 @@ readers do not read off random characters that represent icons */
|
|
20666
20672
|
height: 0;
|
20667
20673
|
overflow: hidden;
|
20668
20674
|
margin-left: calc(1rem * -1);
|
20669
|
-
transition: all
|
20675
|
+
transition: all 0s ease-in-out 0s;
|
20670
20676
|
background: #242734;
|
20671
20677
|
}
|
20672
20678
|
|
@@ -20699,7 +20705,7 @@ readers do not read off random characters that represent icons */
|
|
20699
20705
|
font-size: 0.875rem;
|
20700
20706
|
padding: calc( ( 2.5rem - 1.5 * 0.875rem ) / 2 ) 0.75rem;
|
20701
20707
|
position: relative;
|
20702
|
-
transition: background-color
|
20708
|
+
transition: background-color 0s ease-in-out 0s;
|
20703
20709
|
color: #b4b6bd;
|
20704
20710
|
text-decoration: none;
|
20705
20711
|
user-select: none;
|
@@ -20786,7 +20792,7 @@ readers do not read off random characters that represent icons */
|
|
20786
20792
|
color: #fff;
|
20787
20793
|
padding: 0.125rem 0.625rem;
|
20788
20794
|
opacity: 0;
|
20789
|
-
transition: all
|
20795
|
+
transition: all 0s ease-in-out;
|
20790
20796
|
}
|
20791
20797
|
|
20792
20798
|
.amis-scope .a-AsideNav-divider {
|
@@ -21064,10 +21070,10 @@ readers do not read off random characters that represent icons */
|
|
21064
21070
|
user-select: none;
|
21065
21071
|
background: transparent;
|
21066
21072
|
border: 0.0625rem solid transparent;
|
21067
|
-
transition: color
|
21068
|
-
background-color
|
21069
|
-
border-color
|
21070
|
-
box-shadow
|
21073
|
+
transition: color 0s ease-in-out,
|
21074
|
+
background-color 0s ease-in-out,
|
21075
|
+
border-color 0s ease-in-out,
|
21076
|
+
box-shadow 0s ease-in-out;
|
21071
21077
|
white-space: nowrap;
|
21072
21078
|
min-width: auto;
|
21073
21079
|
padding: calc(
|
@@ -21138,8 +21144,8 @@ readers do not read off random characters that represent icons */
|
|
21138
21144
|
cursor: not-allowed;
|
21139
21145
|
color: #99a6ad;
|
21140
21146
|
pointer-events: auto;
|
21141
|
-
border:
|
21142
|
-
background: #
|
21147
|
+
border: 0.0625rem solid #dee2e6;
|
21148
|
+
background: #f2f3f3;
|
21143
21149
|
}
|
21144
21150
|
|
21145
21151
|
.amis-scope .a-Button:not(:disabled):not(.is-disabled) {
|
@@ -21148,6 +21154,7 @@ readers do not read off random characters that represent icons */
|
|
21148
21154
|
|
21149
21155
|
.amis-scope .a-Button.cxd-Button--link.is-disabled {
|
21150
21156
|
background: transparent;
|
21157
|
+
border: none;
|
21151
21158
|
}
|
21152
21159
|
|
21153
21160
|
.amis-scope .a-Button > .pull-left,
|
@@ -21177,14 +21184,14 @@ readers do not read off random characters that represent icons */
|
|
21177
21184
|
|
21178
21185
|
.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover {
|
21179
21186
|
color: #fff;
|
21180
|
-
background: #
|
21181
|
-
border-color: #
|
21187
|
+
background: #4f86f4;
|
21188
|
+
border-color: #4f86f4;
|
21182
21189
|
}
|
21183
21190
|
|
21184
21191
|
.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
21185
21192
|
color: #fff;
|
21186
|
-
background: #
|
21187
|
-
border-color: #
|
21193
|
+
background: #1c53c1;
|
21194
|
+
border-color: #1c53c1;
|
21188
21195
|
}
|
21189
21196
|
|
21190
21197
|
.amis-scope .a-Button--primary:hover:focus {
|
@@ -21254,15 +21261,15 @@ readers do not read off random characters that represent icons */
|
|
21254
21261
|
}
|
21255
21262
|
|
21256
21263
|
.amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
21257
|
-
color: #
|
21264
|
+
color: #4f86f4;
|
21258
21265
|
background: #fff;
|
21259
|
-
border-color: #
|
21266
|
+
border-color: #4f86f4;
|
21260
21267
|
}
|
21261
21268
|
|
21262
21269
|
.amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
21263
|
-
color: #
|
21270
|
+
color: #1c53c1;
|
21264
21271
|
background: #fff;
|
21265
|
-
border-color: #
|
21272
|
+
border-color: #1c53c1;
|
21266
21273
|
}
|
21267
21274
|
|
21268
21275
|
.amis-scope .a-Button--enhance:hover:focus {
|
@@ -21416,9 +21423,9 @@ readers do not read off random characters that represent icons */
|
|
21416
21423
|
}
|
21417
21424
|
|
21418
21425
|
.amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
21419
|
-
color: #
|
21426
|
+
color: #1c53c1;
|
21420
21427
|
background: #fff;
|
21421
|
-
border-color: #
|
21428
|
+
border-color: #1c53c1;
|
21422
21429
|
}
|
21423
21430
|
|
21424
21431
|
.amis-scope .a-Button--default:hover:focus {
|
@@ -21640,12 +21647,12 @@ readers do not read off random characters that represent icons */
|
|
21640
21647
|
}
|
21641
21648
|
|
21642
21649
|
.amis-scope .a-Button--link:hover:focus {
|
21643
|
-
color: #
|
21650
|
+
color: #4f86f4;
|
21644
21651
|
box-shadow: none;
|
21645
21652
|
}
|
21646
21653
|
|
21647
21654
|
.amis-scope .a-Button--link:hover:active {
|
21648
|
-
color: #
|
21655
|
+
color: #1c53c1;
|
21649
21656
|
box-shadow: none;
|
21650
21657
|
}
|
21651
21658
|
|
@@ -21653,7 +21660,7 @@ readers do not read off random characters that represent icons */
|
|
21653
21660
|
.amis-scope .a-Button--link.is-disabled {
|
21654
21661
|
color: #99a6ad;
|
21655
21662
|
pointer-events: none;
|
21656
|
-
background: #
|
21663
|
+
background: #f2f3f3;
|
21657
21664
|
}
|
21658
21665
|
|
21659
21666
|
.amis-scope .a-Button--block {
|
@@ -21915,7 +21922,7 @@ readers do not read off random characters that represent icons */
|
|
21915
21922
|
|
21916
21923
|
.amis-scope .a-Modal-content.in,
|
21917
21924
|
.amis-scope .a-Modal-content.out {
|
21918
|
-
animation-duration:
|
21925
|
+
animation-duration: 0s;
|
21919
21926
|
animation-fill-mode: both;
|
21920
21927
|
}
|
21921
21928
|
|
@@ -21928,7 +21935,7 @@ readers do not read off random characters that represent icons */
|
|
21928
21935
|
}
|
21929
21936
|
|
21930
21937
|
.amis-scope .a-Modal-overlay {
|
21931
|
-
transition: ease-in-out opacity
|
21938
|
+
transition: ease-in-out opacity 0s;
|
21932
21939
|
position: fixed;
|
21933
21940
|
top: 0;
|
21934
21941
|
right: 0;
|
@@ -22152,11 +22159,11 @@ readers do not read off random characters that represent icons */
|
|
22152
22159
|
z-index: 2;
|
22153
22160
|
border: 0.0625rem solid #d1d5db;
|
22154
22161
|
border-radius: 0;
|
22155
|
-
transition: transform ease-in-out
|
22162
|
+
transition: transform ease-in-out 0s;
|
22156
22163
|
}
|
22157
22164
|
|
22158
22165
|
.amis-scope .a-Drawer-overlay {
|
22159
|
-
transition: ease-out opacity
|
22166
|
+
transition: ease-out opacity 0s;
|
22160
22167
|
position: fixed;
|
22161
22168
|
top: 0;
|
22162
22169
|
right: 0;
|
@@ -22664,7 +22671,7 @@ readers do not read off random characters that represent icons */
|
|
22664
22671
|
color: #fff;
|
22665
22672
|
padding: 0.125rem 0.625rem;
|
22666
22673
|
display: none;
|
22667
|
-
animation-duration:
|
22674
|
+
animation-duration: 0s;
|
22668
22675
|
animation-fill-mode: both;
|
22669
22676
|
}
|
22670
22677
|
|
@@ -22767,6 +22774,140 @@ readers do not read off random characters that represent icons */
|
|
22767
22774
|
background: transparent;
|
22768
22775
|
}
|
22769
22776
|
|
22777
|
+
.amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
|
22778
|
+
background: rgba(0, 0, 0, 0.3);
|
22779
|
+
}
|
22780
|
+
|
22781
|
+
.amis-scope .a-PopOver--leftBottomLeftTop {
|
22782
|
+
margin-top: 0.25rem;
|
22783
|
+
}
|
22784
|
+
|
22785
|
+
.amis-scope .a-PopOver--leftTopLeftBottom {
|
22786
|
+
margin-top: -0.25rem;
|
22787
|
+
}
|
22788
|
+
|
22789
|
+
.amis-scope .a-PickerColumns {
|
22790
|
+
position: relative;
|
22791
|
+
background-color: white;
|
22792
|
+
user-select: none;
|
22793
|
+
}
|
22794
|
+
|
22795
|
+
.amis-scope .a-PickerColumns-popOver {
|
22796
|
+
position: fixed;
|
22797
|
+
bottom: 0;
|
22798
|
+
left: 0;
|
22799
|
+
width: 100%;
|
22800
|
+
padding: 0 0.5rem;
|
22801
|
+
}
|
22802
|
+
|
22803
|
+
.amis-scope .a-PickerColumns-toolbar {
|
22804
|
+
display: flex;
|
22805
|
+
align-items: center;
|
22806
|
+
justify-content: space-between;
|
22807
|
+
height: 3.125rem;
|
22808
|
+
}
|
22809
|
+
|
22810
|
+
.amis-scope .a-PickerColumns-cancel,
|
22811
|
+
.amis-scope .a-PickerColumns-confirm {
|
22812
|
+
height: 100%;
|
22813
|
+
padding: 0 0.5rem;
|
22814
|
+
font-size: 0.875rem;
|
22815
|
+
background-color: transparent;
|
22816
|
+
border: none;
|
22817
|
+
cursor: pointer;
|
22818
|
+
}
|
22819
|
+
|
22820
|
+
.amis-scope .a-PickerColumns-cancel:active,
|
22821
|
+
.amis-scope .a-PickerColumns-confirm:active {
|
22822
|
+
opacity: 0.7;
|
22823
|
+
}
|
22824
|
+
|
22825
|
+
.amis-scope .a-PickerColumns-confirm {
|
22826
|
+
color: #23b7e5;
|
22827
|
+
}
|
22828
|
+
|
22829
|
+
.amis-scope .a-PickerColumns-cancel {
|
22830
|
+
color: #edf1f2;
|
22831
|
+
}
|
22832
|
+
|
22833
|
+
.amis-scope .a-PickerColumns-title {
|
22834
|
+
max-width: 50%;
|
22835
|
+
font-weight: 500;
|
22836
|
+
font-size: 1rem;
|
22837
|
+
line-height: 1.5;
|
22838
|
+
text-align: center;
|
22839
|
+
}
|
22840
|
+
|
22841
|
+
.amis-scope .a-PickerColumns-columns {
|
22842
|
+
touch-action: none;
|
22843
|
+
position: relative;
|
22844
|
+
display: flex;
|
22845
|
+
cursor: grab;
|
22846
|
+
}
|
22847
|
+
|
22848
|
+
.amis-scope .a-PickerColumns-loading {
|
22849
|
+
position: absolute;
|
22850
|
+
top: 0;
|
22851
|
+
right: 0;
|
22852
|
+
bottom: 0;
|
22853
|
+
left: 0;
|
22854
|
+
z-index: 3;
|
22855
|
+
display: flex;
|
22856
|
+
align-items: center;
|
22857
|
+
justify-content: center;
|
22858
|
+
color: #4b5563;
|
22859
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22860
|
+
}
|
22861
|
+
|
22862
|
+
.amis-scope .a-PickerColumns-frame {
|
22863
|
+
position: absolute;
|
22864
|
+
top: 50%;
|
22865
|
+
right: 1rem;
|
22866
|
+
left: 1rem;
|
22867
|
+
z-index: 2;
|
22868
|
+
transform: translateY(-50%);
|
22869
|
+
pointer-events: none;
|
22870
|
+
}
|
22871
|
+
|
22872
|
+
.amis-scope .a-PickerColumns-mask {
|
22873
|
+
position: absolute;
|
22874
|
+
top: 0;
|
22875
|
+
left: 0;
|
22876
|
+
z-index: 1;
|
22877
|
+
width: 100%;
|
22878
|
+
height: 100%;
|
22879
|
+
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));
|
22880
|
+
background-repeat: no-repeat;
|
22881
|
+
background-position: top, bottom;
|
22882
|
+
transform: translateZ(0);
|
22883
|
+
pointer-events: none;
|
22884
|
+
}
|
22885
|
+
|
22886
|
+
.amis-scope .a-PickerColumns-column {
|
22887
|
+
flex: 1;
|
22888
|
+
overflow: hidden;
|
22889
|
+
font-size: 1rem;
|
22890
|
+
}
|
22891
|
+
|
22892
|
+
.amis-scope .a-PickerColumns-columnWrapper {
|
22893
|
+
margin: 0;
|
22894
|
+
padding: 0;
|
22895
|
+
list-style: none;
|
22896
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22897
|
+
}
|
22898
|
+
|
22899
|
+
.amis-scope .a-PickerColumns-columnItem {
|
22900
|
+
display: flex;
|
22901
|
+
align-items: center;
|
22902
|
+
justify-content: center;
|
22903
|
+
color: #58666e;
|
22904
|
+
}
|
22905
|
+
|
22906
|
+
.amis-scope .a-PickerColumns-columnItem.is-disabled {
|
22907
|
+
cursor: not-allowed;
|
22908
|
+
opacity: 0.3;
|
22909
|
+
}
|
22910
|
+
|
22770
22911
|
@keyframes bounceIn {
|
22771
22912
|
from, 20%, 40%, 60%, 80%, to {
|
22772
22913
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -22843,7 +22984,7 @@ readers do not read off random characters that represent icons */
|
|
22843
22984
|
.amis-scope .a-Toast.in,
|
22844
22985
|
.amis-scope .a-Toast.out {
|
22845
22986
|
animation-fill-mode: both;
|
22846
|
-
animation-duration:
|
22987
|
+
animation-duration: 0s;
|
22847
22988
|
opacity: 1;
|
22848
22989
|
}
|
22849
22990
|
|
@@ -23337,7 +23478,7 @@ readers do not read off random characters that represent icons */
|
|
23337
23478
|
display: none;
|
23338
23479
|
padding: 0.75rem;
|
23339
23480
|
opacity: 0;
|
23340
|
-
transition: opacity
|
23481
|
+
transition: opacity 0s linear;
|
23341
23482
|
}
|
23342
23483
|
|
23343
23484
|
.amis-scope .a-Tabs-pane.is-active {
|
@@ -23700,6 +23841,10 @@ readers do not read off random characters that represent icons */
|
|
23700
23841
|
}
|
23701
23842
|
|
23702
23843
|
.amis-scope .a-Nav {
|
23844
|
+
position: relative;
|
23845
|
+
}
|
23846
|
+
|
23847
|
+
.amis-scope .a-Nav .a-Nav-list {
|
23703
23848
|
list-style: none;
|
23704
23849
|
user-select: none;
|
23705
23850
|
margin: 0;
|
@@ -23707,26 +23852,26 @@ readers do not read off random characters that represent icons */
|
|
23707
23852
|
position: relative;
|
23708
23853
|
}
|
23709
23854
|
|
23710
|
-
.amis-scope .a-Nav .a-Nav-itemIcon {
|
23855
|
+
.amis-scope .a-Nav .a-Nav-list .a-Nav-itemIcon {
|
23711
23856
|
margin-right: 0.5rem;
|
23712
23857
|
}
|
23713
23858
|
|
23714
|
-
.amis-scope .a-Nav img.a-Nav-itemIcon {
|
23859
|
+
.amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
|
23715
23860
|
height: 0.875rem;
|
23716
23861
|
vertical-align: middle;
|
23717
23862
|
}
|
23718
23863
|
|
23719
|
-
.amis-scope .a-Nav--tabs {
|
23864
|
+
.amis-scope .a-Nav .a-Nav-list--tabs {
|
23720
23865
|
border-bottom: 0.0625rem solid #d1d5db;
|
23721
23866
|
}
|
23722
23867
|
|
23723
|
-
.amis-scope .a-Nav--tabs .a-Nav-item {
|
23868
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
|
23724
23869
|
margin-bottom: calc(0.0625rem * -1);
|
23725
23870
|
display: inline-block;
|
23726
23871
|
position: relative;
|
23727
23872
|
}
|
23728
23873
|
|
23729
|
-
.amis-scope .a-Nav--tabs .a-Nav-item > a {
|
23874
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
|
23730
23875
|
font-size: 0.875rem;
|
23731
23876
|
display: block;
|
23732
23877
|
outline: none;
|
@@ -23740,34 +23885,34 @@ readers do not read off random characters that represent icons */
|
|
23740
23885
|
cursor: pointer;
|
23741
23886
|
}
|
23742
23887
|
|
23743
|
-
.amis-scope .a-Nav--tabs .a-Nav-item:hover > a,
|
23744
|
-
.amis-scope .a-Nav--tabs .a-Nav-item > a:focus {
|
23888
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
|
23889
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
|
23745
23890
|
border-color: #e5e7eb;
|
23746
23891
|
text-decoration: none;
|
23747
23892
|
}
|
23748
23893
|
|
23749
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.disabled > a,
|
23750
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.is-disabled > a {
|
23894
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
|
23895
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
|
23751
23896
|
color: #4b5563;
|
23752
23897
|
background: transparent;
|
23753
23898
|
border-color: transparent;
|
23754
23899
|
pointer-events: none;
|
23755
23900
|
}
|
23756
23901
|
|
23757
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.active > a,
|
23758
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.is-active > a {
|
23902
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
|
23903
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
|
23759
23904
|
color: #374151;
|
23760
23905
|
background: #fff;
|
23761
23906
|
border-color: #d1d5db;
|
23762
23907
|
border-bottom-color: #fff;
|
23763
23908
|
}
|
23764
23909
|
|
23765
|
-
.amis-scope .a-Nav--stacked {
|
23910
|
+
.amis-scope .a-Nav .a-Nav-list--stacked {
|
23766
23911
|
min-height: 3.125rem;
|
23767
23912
|
}
|
23768
23913
|
|
23769
|
-
.amis-scope .a-Nav--stacked .a-Nav-item,
|
23770
|
-
.amis-scope .a-Nav--stacked .a-Badge {
|
23914
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
|
23915
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
|
23771
23916
|
position: relative;
|
23772
23917
|
display: flex;
|
23773
23918
|
flex-wrap: wrap;
|
@@ -23775,8 +23920,8 @@ readers do not read off random characters that represent icons */
|
|
23775
23920
|
width: 100%;
|
23776
23921
|
}
|
23777
23922
|
|
23778
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager,
|
23779
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager {
|
23923
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
|
23924
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
|
23780
23925
|
cursor: move;
|
23781
23926
|
position: absolute;
|
23782
23927
|
left: 0;
|
@@ -23784,28 +23929,28 @@ readers do not read off random characters that represent icons */
|
|
23784
23929
|
display: none;
|
23785
23930
|
}
|
23786
23931
|
|
23787
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager >
|
23788
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge >
|
23789
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager >
|
23790
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > .a-Badge >
|
23932
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
|
23933
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
|
23934
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
|
23935
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
|
23791
23936
|
color: #4b5563;
|
23792
23937
|
}
|
23793
23938
|
|
23794
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager >
|
23795
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge >
|
23796
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager >
|
23797
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > .a-Badge >
|
23939
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
|
23940
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
|
23941
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
|
23942
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
|
23798
23943
|
color: #111827;
|
23799
23944
|
}
|
23800
23945
|
|
23801
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager svg,
|
23802
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager svg {
|
23946
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
|
23947
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
|
23803
23948
|
width: 1rem;
|
23804
23949
|
height: 1rem;
|
23805
23950
|
}
|
23806
23951
|
|
23807
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-badgeText,
|
23808
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-badgeText {
|
23952
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
|
23953
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
|
23809
23954
|
position: absolute;
|
23810
23955
|
top: 0;
|
23811
23956
|
bottom: 0;
|
@@ -23813,8 +23958,8 @@ readers do not read off random characters that represent icons */
|
|
23813
23958
|
overflow: hidden;
|
23814
23959
|
}
|
23815
23960
|
|
23816
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
|
23817
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-badgeText > span {
|
23961
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
|
23962
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
|
23818
23963
|
position: absolute;
|
23819
23964
|
top: 0.125rem;
|
23820
23965
|
left: -0.8125rem;
|
@@ -23826,16 +23971,16 @@ readers do not read off random characters that represent icons */
|
|
23826
23971
|
background: #27c24c;
|
23827
23972
|
}
|
23828
23973
|
|
23829
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-atcions,
|
23830
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-atcions {
|
23974
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
|
23975
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
|
23831
23976
|
display: flex;
|
23832
23977
|
align-items: center;
|
23833
23978
|
}
|
23834
23979
|
|
23835
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a,
|
23836
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a,
|
23837
|
-
.amis-scope .a-Nav--stacked .a-Badge > a,
|
23838
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a {
|
23980
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
|
23981
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
|
23982
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
|
23983
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
|
23839
23984
|
display: flex;
|
23840
23985
|
align-items: center;
|
23841
23986
|
outline: none;
|
@@ -23849,147 +23994,154 @@ readers do not read off random characters that represent icons */
|
|
23849
23994
|
flex: 1;
|
23850
23995
|
}
|
23851
23996
|
|
23852
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
|
23853
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus,
|
23854
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
|
23855
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
|
23856
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover,
|
23857
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus,
|
23858
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
|
23859
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
|
23860
|
-
.amis-scope .a-Nav--stacked .a-Badge > a:hover,
|
23861
|
-
.amis-scope .a-Nav--stacked .a-Badge > a:focus,
|
23862
|
-
.amis-scope .a-Nav--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
|
23863
|
-
.amis-scope .a-Nav--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
|
23864
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover,
|
23865
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus,
|
23866
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
|
23867
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
|
23997
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
|
23998
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
|
23999
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
|
24000
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
|
24001
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
|
24002
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
|
24003
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
|
24004
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
|
24005
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
|
24006
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
|
24007
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
|
24008
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
|
24009
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
|
24010
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
|
24011
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
|
24012
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
|
23868
24013
|
border-color: #414c52;
|
23869
24014
|
text-decoration: none;
|
23870
24015
|
background: rgba(0, 0, 0, 0.05);
|
23871
|
-
z-index:
|
24016
|
+
z-index: 1;
|
23872
24017
|
}
|
23873
24018
|
|
23874
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
|
23875
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
|
23876
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
|
23877
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
|
23878
|
-
.amis-scope .a-Nav--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
|
23879
|
-
.amis-scope .a-Nav--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
|
23880
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
|
23881
|
-
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
|
24019
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
|
24020
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
|
24021
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
|
24022
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
|
24023
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
|
24024
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
|
24025
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
|
24026
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
|
23882
24027
|
display: block;
|
23883
24028
|
}
|
23884
24029
|
|
23885
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
|
23886
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a,
|
23887
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.disabled > .a-Badge > a,
|
23888
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > .a-Badge > a,
|
23889
|
-
.amis-scope .a-Nav--stacked .a-Badge.disabled > a,
|
23890
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-disabled > a,
|
23891
|
-
.amis-scope .a-Nav--stacked .a-Badge.disabled > .a-Badge > a,
|
23892
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-disabled > .a-Badge > a {
|
24030
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
|
24031
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
|
24032
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
|
24033
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
|
24034
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
|
24035
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
|
24036
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
|
24037
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
|
23893
24038
|
color: #99a6ad;
|
23894
24039
|
background: transparent;
|
23895
24040
|
pointer-events: none;
|
23896
24041
|
}
|
23897
24042
|
|
23898
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active,
|
23899
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active,
|
23900
|
-
.amis-scope .a-Nav--stacked .a-Badge.active,
|
23901
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active {
|
24043
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
|
24044
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
|
24045
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
|
24046
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
|
23902
24047
|
background: #23b7e5 !important;
|
23903
24048
|
}
|
23904
24049
|
|
23905
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active > a,
|
23906
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
|
23907
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > a,
|
23908
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active > .a-Badge > a,
|
23909
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
|
23910
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > a,
|
23911
|
-
.amis-scope .a-Nav--stacked .a-Badge.active > a,
|
23912
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Nav-item-atcions,
|
23913
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active > a,
|
23914
|
-
.amis-scope .a-Nav--stacked .a-Badge.active > .a-Badge > a,
|
23915
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
|
23916
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > a {
|
24050
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
|
24051
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
|
24052
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
|
24053
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
|
24054
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
|
24055
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
|
24056
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
|
24057
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
|
24058
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
|
24059
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
|
24060
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
|
24061
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
|
23917
24062
|
color: #fff;
|
23918
24063
|
position: relative;
|
23919
24064
|
}
|
23920
24065
|
|
23921
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
|
23922
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
|
23923
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after,
|
23924
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active > .a-Badge > a::after,
|
23925
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
23926
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > a::after,
|
23927
|
-
.amis-scope .a-Nav--stacked .a-Badge.active > a::after,
|
23928
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
|
23929
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active > a::after,
|
23930
|
-
.amis-scope .a-Nav--stacked .a-Badge.active > .a-Badge > a::after,
|
23931
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
23932
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > a::after {
|
24066
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
|
24067
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
|
24068
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after,
|
24069
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after,
|
24070
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
24071
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
|
24072
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
|
24073
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
|
24074
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
|
24075
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
|
24076
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
24077
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
|
23933
24078
|
transform: scaleY(1);
|
23934
24079
|
}
|
23935
24080
|
|
23936
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
|
23937
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
|
23938
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
|
23939
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
|
24081
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
|
24082
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
|
24083
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
|
24084
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
|
23940
24085
|
transform: rotate(180deg) scale(0.8);
|
23941
24086
|
}
|
23942
24087
|
|
23943
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
|
23944
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
|
23945
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
|
23946
|
-
.amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
|
24088
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
|
24089
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
|
24090
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
|
24091
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
|
23947
24092
|
display: block;
|
23948
24093
|
}
|
23949
24094
|
|
23950
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner,
|
23951
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-spinner {
|
24095
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
|
24096
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
|
23952
24097
|
position: absolute;
|
23953
24098
|
right: 0.625rem;
|
23954
24099
|
top: 0.5rem;
|
23955
24100
|
}
|
23956
24101
|
|
23957
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler,
|
23958
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemToggler {
|
24102
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
|
24103
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
|
23959
24104
|
float: left;
|
23960
|
-
|
24105
|
+
margin-right: 0.625rem;
|
23961
24106
|
height: 1.5rem;
|
23962
24107
|
text-align: center;
|
23963
24108
|
line-height: 1.5rem;
|
23964
24109
|
vertical-align: middle;
|
23965
24110
|
cursor: pointer;
|
23966
24111
|
transform: scale(0.8);
|
23967
|
-
transition: transform
|
24112
|
+
transition: transform 0s;
|
23968
24113
|
}
|
23969
24114
|
|
23970
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg,
|
23971
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemToggler > svg {
|
24115
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
|
24116
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
|
23972
24117
|
width: 10px;
|
23973
24118
|
height: 10px;
|
23974
24119
|
top: 0;
|
23975
24120
|
}
|
23976
24121
|
|
23977
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems,
|
23978
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-subItems {
|
24122
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
|
24123
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
|
23979
24124
|
display: none;
|
23980
24125
|
padding-left: 0;
|
23981
24126
|
list-style: none;
|
23982
24127
|
width: 100%;
|
23983
24128
|
}
|
23984
24129
|
|
23985
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item,
|
23986
|
-
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-item {
|
24130
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-item,
|
24131
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-item {
|
23987
24132
|
font-size: 0.875rem;
|
23988
24133
|
}
|
23989
24134
|
|
24135
|
+
.amis-scope .a-Nav .a-Nav-dropIndicator {
|
24136
|
+
position: absolute;
|
24137
|
+
background: #fff;
|
24138
|
+
height: 2px;
|
24139
|
+
}
|
24140
|
+
|
23990
24141
|
.amis-scope .a-Page {
|
23991
24142
|
width: 100%;
|
23992
24143
|
height: 100%;
|
24144
|
+
background: transparent;
|
23993
24145
|
}
|
23994
24146
|
|
23995
24147
|
.amis-scope .a-Page-header {
|
@@ -23997,7 +24149,6 @@ readers do not read off random characters that represent icons */
|
|
23997
24149
|
}
|
23998
24150
|
|
23999
24151
|
.amis-scope .a-Page-main {
|
24000
|
-
background: transparent;
|
24001
24152
|
height: 100%;
|
24002
24153
|
display: flex;
|
24003
24154
|
flex-direction: column;
|
@@ -24012,11 +24163,9 @@ readers do not read off random characters that represent icons */
|
|
24012
24163
|
|
24013
24164
|
.amis-scope .a-Page-main > .a-Page-header {
|
24014
24165
|
border-bottom: 0.0625rem solid #d1d5db;
|
24015
|
-
background: transparent;
|
24016
24166
|
}
|
24017
24167
|
|
24018
24168
|
.amis-scope .a-Page-headerRow {
|
24019
|
-
background: transparent;
|
24020
24169
|
border-bottom: 0.0625rem solid #d1d5db;
|
24021
24170
|
display: flex;
|
24022
24171
|
flex-direction: row;
|
@@ -24061,10 +24210,6 @@ readers do not read off random characters that represent icons */
|
|
24061
24210
|
margin-left: 0.25rem;
|
24062
24211
|
}
|
24063
24212
|
|
24064
|
-
.amis-scope .a-Page-aside {
|
24065
|
-
background: #e5eaeb;
|
24066
|
-
}
|
24067
|
-
|
24068
24213
|
@media (min-width: 768px) {
|
24069
24214
|
.amis-scope .a-Page-aside {
|
24070
24215
|
min-width: 12.5rem;
|
@@ -24179,7 +24324,7 @@ readers do not read off random characters that represent icons */
|
|
24179
24324
|
.amis-scope .a-Video-cursor {
|
24180
24325
|
position: absolute;
|
24181
24326
|
border: 2px solid #23b7e5;
|
24182
|
-
transition: all
|
24327
|
+
transition: all 0s ease-out;
|
24183
24328
|
}
|
24184
24329
|
|
24185
24330
|
.amis-scope .a-Video-frameList .a-Video-frameItem {
|
@@ -24624,7 +24769,7 @@ readers do not read off random characters that represent icons */
|
|
24624
24769
|
right: 0;
|
24625
24770
|
bottom: 0;
|
24626
24771
|
background: rgba(255, 255, 255, 0.4);
|
24627
|
-
transition: ease-out opacity
|
24772
|
+
transition: ease-out opacity 0s;
|
24628
24773
|
opacity: 0;
|
24629
24774
|
}
|
24630
24775
|
|
@@ -24639,7 +24784,7 @@ readers do not read off random characters that represent icons */
|
|
24639
24784
|
display: inline-block;
|
24640
24785
|
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");
|
24641
24786
|
background-size: 100%;
|
24642
|
-
transition: ease-out all
|
24787
|
+
transition: ease-out all 0s;
|
24643
24788
|
}
|
24644
24789
|
|
24645
24790
|
.amis-scope .a-Spinner--lg {
|
@@ -24805,7 +24950,7 @@ readers do not read off random characters that represent icons */
|
|
24805
24950
|
margin-left: 0.5rem;
|
24806
24951
|
display: inline-block;
|
24807
24952
|
vertical-align: top;
|
24808
|
-
transition: transform
|
24953
|
+
transition: transform 0s ease;
|
24809
24954
|
}
|
24810
24955
|
|
24811
24956
|
.amis-scope .a-DropDown-caret > svg {
|
@@ -24862,19 +25007,20 @@ readers do not read off random characters that represent icons */
|
|
24862
25007
|
height: 2.125rem;
|
24863
25008
|
vertical-align: middle;
|
24864
25009
|
user-select: none;
|
24865
|
-
color: #
|
25010
|
+
color: #58666e;
|
24866
25011
|
text-decoration: none;
|
24867
25012
|
}
|
24868
25013
|
|
24869
25014
|
.amis-scope .a-DropDown-menuItem:hover,
|
24870
25015
|
.amis-scope .a-DropDown-menu > li:hover {
|
24871
25016
|
background: rgba(0, 126, 255, 0.08);
|
24872
|
-
color:
|
25017
|
+
color: #7266ba;
|
24873
25018
|
}
|
24874
25019
|
|
24875
25020
|
.amis-scope .a-DropDown-menuItem.is-active,
|
24876
25021
|
.amis-scope .a-DropDown-menu > li.is-active {
|
24877
|
-
|
25022
|
+
background: rgba(0, 126, 255, 0.08);
|
25023
|
+
color: #7266ba;
|
24878
25024
|
}
|
24879
25025
|
|
24880
25026
|
.amis-scope .a-DropDown-menuItem:not(.is-disabled),
|
@@ -24931,15 +25077,30 @@ readers do not read off random characters that represent icons */
|
|
24931
25077
|
font-size: 0.875rem;
|
24932
25078
|
font-weight: 400;
|
24933
25079
|
color: #414c52;
|
24934
|
-
padding: 0.25rem 0;
|
25080
|
+
padding: 1.125rem 0 0.25rem 0;
|
25081
|
+
margin: 0;
|
24935
25082
|
border-bottom: 0.0625rem solid #dfe2e6;
|
25083
|
+
background: transparent;
|
25084
|
+
}
|
25085
|
+
|
25086
|
+
.amis-scope .a-Collapse-header-wrapper {
|
25087
|
+
display: inline-flex;
|
25088
|
+
flex-direction: row;
|
25089
|
+
}
|
25090
|
+
|
25091
|
+
.amis-scope .a-Collapse-header-tpl {
|
25092
|
+
margin-right: 0.5rem;
|
25093
|
+
}
|
25094
|
+
|
25095
|
+
.amis-scope .a-Collapse-header:hover {
|
25096
|
+
background: transparent;
|
24936
25097
|
}
|
24937
25098
|
|
24938
25099
|
.amis-scope .a-Collapse-arrow {
|
24939
25100
|
display: inline-block;
|
24940
25101
|
width: 1rem;
|
24941
25102
|
text-align: center;
|
24942
|
-
margin-
|
25103
|
+
margin-right: 0.5rem;
|
24943
25104
|
cursor: pointer;
|
24944
25105
|
}
|
24945
25106
|
|
@@ -24957,11 +25118,20 @@ readers do not read off random characters that represent icons */
|
|
24957
25118
|
transform-origin: 50% 50%;
|
24958
25119
|
}
|
24959
25120
|
|
25121
|
+
.amis-scope .a-Collapse-TplField {
|
25122
|
+
display: inline-block;
|
25123
|
+
}
|
25124
|
+
|
24960
25125
|
.amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
|
24961
25126
|
transform: rotate(45deg);
|
24962
25127
|
transform-origin: 0% 50%;
|
24963
25128
|
}
|
24964
25129
|
|
25130
|
+
.amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
|
25131
|
+
border-bottom: 0.0625rem solid
|
25132
|
+
#dfe2e6;
|
25133
|
+
}
|
25134
|
+
|
24965
25135
|
.amis-scope .a-Collapse--collapsable .a-Collapse-header {
|
24966
25136
|
cursor: pointer;
|
24967
25137
|
user-select: none;
|
@@ -24972,6 +25142,13 @@ readers do not read off random characters that represent icons */
|
|
24972
25142
|
color: #23b7e5;
|
24973
25143
|
border-left: none;
|
24974
25144
|
font-size: 0.875rem;
|
25145
|
+
border-top: none;
|
25146
|
+
border-bottom: 0.0625rem solid
|
25147
|
+
#dfe2e6;
|
25148
|
+
}
|
25149
|
+
|
25150
|
+
.amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
|
25151
|
+
border-top: none;
|
24975
25152
|
}
|
24976
25153
|
|
24977
25154
|
.amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
|
@@ -24986,16 +25163,23 @@ readers do not read off random characters that represent icons */
|
|
24986
25163
|
transform-origin: 0% 50%;
|
24987
25164
|
}
|
24988
25165
|
|
24989
|
-
.amis-scope .a-Collapse-
|
24990
|
-
transition: height
|
25166
|
+
.amis-scope .a-Collapse-contentWrapper {
|
25167
|
+
transition: height 0s ease;
|
24991
25168
|
}
|
24992
25169
|
|
24993
|
-
.amis-scope .a-Collapse-
|
24994
|
-
.amis-scope .a-Collapse-
|
25170
|
+
.amis-scope .a-Collapse-contentWrapper.in,
|
25171
|
+
.amis-scope .a-Collapse-contentWrapper.out {
|
24995
25172
|
height: 0;
|
24996
25173
|
overflow: hidden;
|
24997
25174
|
}
|
24998
25175
|
|
25176
|
+
.amis-scope .a-Collapse-content {
|
25177
|
+
padding: 1.125rem 0;
|
25178
|
+
color: #58666e;
|
25179
|
+
font-size: 0.875rem;
|
25180
|
+
font-weight: 400;
|
25181
|
+
}
|
25182
|
+
|
24999
25183
|
.amis-scope .a-ColorField {
|
25000
25184
|
display: inline-block;
|
25001
25185
|
}
|
@@ -25026,7 +25210,7 @@ readers do not read off random characters that represent icons */
|
|
25026
25210
|
}
|
25027
25211
|
|
25028
25212
|
.amis-scope .a-CBGroup-toolbar .a-Button {
|
25029
|
-
transition: padding
|
25213
|
+
transition: padding 0s;
|
25030
25214
|
min-width: unset;
|
25031
25215
|
}
|
25032
25216
|
|
@@ -25047,7 +25231,7 @@ readers do not read off random characters that represent icons */
|
|
25047
25231
|
}
|
25048
25232
|
|
25049
25233
|
.amis-scope .a-CBGroup-toolbar .a-CBGroup-toolbarConditionAdd {
|
25050
|
-
transition: opacity
|
25234
|
+
transition: opacity 0s;
|
25051
25235
|
display: flex;
|
25052
25236
|
align-items: center;
|
25053
25237
|
margin-left: 0.75rem;
|
@@ -25071,7 +25255,7 @@ readers do not read off random characters that represent icons */
|
|
25071
25255
|
|
25072
25256
|
.amis-scope .a-CBGroup-fieldCaret,
|
25073
25257
|
.amis-scope .a-CBGroup-operatorCaret {
|
25074
|
-
transition: transform
|
25258
|
+
transition: transform 0s ease-out;
|
25075
25259
|
margin: 5px;
|
25076
25260
|
display: flex;
|
25077
25261
|
color: #4b5563;
|
@@ -25136,7 +25320,7 @@ readers do not read off random characters that represent icons */
|
|
25136
25320
|
color: #4b5563;
|
25137
25321
|
cursor: pointer;
|
25138
25322
|
margin-left: auto;
|
25139
|
-
transition: opacity
|
25323
|
+
transition: opacity 0s;
|
25140
25324
|
}
|
25141
25325
|
|
25142
25326
|
.amis-scope .a-CBDelete:hover {
|
@@ -25160,7 +25344,7 @@ readers do not read off random characters that represent icons */
|
|
25160
25344
|
align-items: center;
|
25161
25345
|
position: relative;
|
25162
25346
|
background: rgba(0, 0, 0, 0.03);
|
25163
|
-
transition: all
|
25347
|
+
transition: all 0s ease-out;
|
25164
25348
|
}
|
25165
25349
|
|
25166
25350
|
.amis-scope .a-CBGroupOrItem-body > .a-CBGroup {
|
@@ -25192,7 +25376,7 @@ readers do not read off random characters that represent icons */
|
|
25192
25376
|
margin-left: -5px;
|
25193
25377
|
opacity: 0.6;
|
25194
25378
|
text-align: center;
|
25195
|
-
transition: opacity
|
25379
|
+
transition: opacity 0s ease-out;
|
25196
25380
|
color: #4b5563;
|
25197
25381
|
}
|
25198
25382
|
|
@@ -25373,13 +25557,13 @@ readers do not read off random characters that represent icons */
|
|
25373
25557
|
|
25374
25558
|
.amis-scope .a-ContextMenu-menu.in,
|
25375
25559
|
.amis-scope .a-ContextMenu-menu.out {
|
25376
|
-
animation-duration:
|
25560
|
+
animation-duration: 0s;
|
25377
25561
|
animation-fill-mode: both;
|
25378
25562
|
}
|
25379
25563
|
|
25380
25564
|
.amis-scope .a-ContextMenu-menu.in {
|
25381
25565
|
animation-name: contextMenuInSpecial;
|
25382
|
-
animation-duration:
|
25566
|
+
animation-duration: 0s;
|
25383
25567
|
}
|
25384
25568
|
|
25385
25569
|
.amis-scope .a-ContextMenu-menu.out {
|
@@ -25471,7 +25655,7 @@ readers do not read off random characters that represent icons */
|
|
25471
25655
|
|
25472
25656
|
.amis-scope .a-ContextMenu-item:hover > .a-ContextMenu-subList {
|
25473
25657
|
display: block;
|
25474
|
-
animation-duration:
|
25658
|
+
animation-duration: 0s;
|
25475
25659
|
animation-fill-mode: both;
|
25476
25660
|
animation-name: contextMenuIn;
|
25477
25661
|
display: block;
|
@@ -26037,6 +26221,20 @@ readers do not read off random characters that represent icons */
|
|
26037
26221
|
text-align: center;
|
26038
26222
|
}
|
26039
26223
|
|
26224
|
+
.amis-scope .a-Table-searchableForm {
|
26225
|
+
background: #f6f7f8;
|
26226
|
+
border-radius: 0.25rem;
|
26227
|
+
}
|
26228
|
+
|
26229
|
+
.amis-scope .a-Table-searchableForm-footer {
|
26230
|
+
padding: 0.5rem 0.75rem;
|
26231
|
+
clear: both;
|
26232
|
+
}
|
26233
|
+
|
26234
|
+
.amis-scope .a-Table-searchableForm-checkbox > div > .a-CheckboxControl {
|
26235
|
+
padding-top: 0;
|
26236
|
+
}
|
26237
|
+
|
26040
26238
|
.amis-scope .a-Table-header {
|
26041
26239
|
padding: 0.75rem 0;
|
26042
26240
|
}
|
@@ -26170,6 +26368,10 @@ readers do not read off random characters that represent icons */
|
|
26170
26368
|
border-right: 0.0625rem solid #d1d5db;
|
26171
26369
|
}
|
26172
26370
|
|
26371
|
+
.amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
|
26372
|
+
cursor: pointer;
|
26373
|
+
}
|
26374
|
+
|
26173
26375
|
.amis-scope .a-Table-table > thead > tr > th {
|
26174
26376
|
background: #f6f8f8;
|
26175
26377
|
padding: calc(
|
@@ -26213,6 +26415,7 @@ readers do not read off random characters that represent icons */
|
|
26213
26415
|
}
|
26214
26416
|
|
26215
26417
|
.amis-scope .a-Table-table > tbody > tr {
|
26418
|
+
position: relative;
|
26216
26419
|
background: transparent;
|
26217
26420
|
}
|
26218
26421
|
|
@@ -27400,7 +27603,7 @@ readers do not read off random characters that represent icons */
|
|
27400
27603
|
top: 0.0625rem;
|
27401
27604
|
bottom: 0;
|
27402
27605
|
right: 0;
|
27403
|
-
padding-left:
|
27606
|
+
padding-left: 5rem;
|
27404
27607
|
padding-right: 0.5rem;
|
27405
27608
|
display: flex;
|
27406
27609
|
align-items: center;
|
@@ -27478,7 +27681,7 @@ readers do not read off random characters that represent icons */
|
|
27478
27681
|
display: inline-block;
|
27479
27682
|
text-align: center;
|
27480
27683
|
cursor: pointer;
|
27481
|
-
transition: transform ease-in-out
|
27684
|
+
transition: transform ease-in-out 0s, top ease-in-out 0s;
|
27482
27685
|
position: relative;
|
27483
27686
|
transform-origin: 50% 50%;
|
27484
27687
|
width: 0.625rem;
|
@@ -27518,6 +27721,34 @@ readers do not read off random characters that represent icons */
|
|
27518
27721
|
position: absolute;
|
27519
27722
|
}
|
27520
27723
|
|
27724
|
+
.amis-scope .a-Table-badge {
|
27725
|
+
position: absolute;
|
27726
|
+
top: 0;
|
27727
|
+
left: 0;
|
27728
|
+
}
|
27729
|
+
|
27730
|
+
.amis-scope .a-Table--autoFillHeight {
|
27731
|
+
margin-bottom: 0;
|
27732
|
+
}
|
27733
|
+
|
27734
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
|
27735
|
+
border-top: none;
|
27736
|
+
}
|
27737
|
+
|
27738
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
|
27739
|
+
position: sticky;
|
27740
|
+
top: 0;
|
27741
|
+
z-index: 1;
|
27742
|
+
}
|
27743
|
+
|
27744
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
|
27745
|
+
display: none;
|
27746
|
+
}
|
27747
|
+
|
27748
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
|
27749
|
+
margin-bottom: 0;
|
27750
|
+
}
|
27751
|
+
|
27521
27752
|
.amis-scope .a-InputTable-toolbar {
|
27522
27753
|
display: flex;
|
27523
27754
|
flex-direction: row;
|
@@ -27547,6 +27778,250 @@ readers do not read off random characters that represent icons */
|
|
27547
27778
|
margin-right: 0.625rem;
|
27548
27779
|
}
|
27549
27780
|
|
27781
|
+
.amis-scope .a-ColumnToggler {
|
27782
|
+
position: relative;
|
27783
|
+
display: inline-block;
|
27784
|
+
}
|
27785
|
+
|
27786
|
+
.amis-scope .a-ColumnToggler-caret {
|
27787
|
+
margin-left: 0.5rem;
|
27788
|
+
display: inline-block;
|
27789
|
+
vertical-align: top;
|
27790
|
+
transition: transform 0s ease;
|
27791
|
+
}
|
27792
|
+
|
27793
|
+
.amis-scope .a-ColumnToggler-caret > svg {
|
27794
|
+
width: 0.625rem;
|
27795
|
+
height: 0.625rem;
|
27796
|
+
top: 0.125em;
|
27797
|
+
}
|
27798
|
+
|
27799
|
+
.amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
|
27800
|
+
transform: rotate(180deg);
|
27801
|
+
}
|
27802
|
+
|
27803
|
+
.amis-scope .a-ColumnToggler.is-actived > .a-Button {
|
27804
|
+
color: #23b7e5;
|
27805
|
+
}
|
27806
|
+
|
27807
|
+
.amis-scope .a-ColumnToggler--block {
|
27808
|
+
display: block;
|
27809
|
+
}
|
27810
|
+
|
27811
|
+
.amis-scope .a-ColumnToggler--block .a-Button {
|
27812
|
+
display: block;
|
27813
|
+
}
|
27814
|
+
|
27815
|
+
.amis-scope .a-ColumnToggler-menu {
|
27816
|
+
position: absolute;
|
27817
|
+
z-index: 1000;
|
27818
|
+
top: 100%;
|
27819
|
+
left: 0;
|
27820
|
+
margin: 0.0625rem 0 0;
|
27821
|
+
background: #fff;
|
27822
|
+
list-style: none;
|
27823
|
+
padding: 0.25rem 0;
|
27824
|
+
border: 0.0625rem solid #d1d5db;
|
27825
|
+
border-radius: 0.142rem;
|
27826
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
27827
|
+
min-width: 10rem;
|
27828
|
+
text-align: left;
|
27829
|
+
}
|
27830
|
+
|
27831
|
+
.amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
|
27832
|
+
left: auto;
|
27833
|
+
right: 0;
|
27834
|
+
}
|
27835
|
+
|
27836
|
+
.amis-scope .a-ColumnToggler-menuItem,
|
27837
|
+
.amis-scope .a-ColumnToggler-menu > li {
|
27838
|
+
padding: calc(
|
27839
|
+
(2.125rem - 0.875rem * 1.5) /
|
27840
|
+
2
|
27841
|
+
) 0.5rem;
|
27842
|
+
white-space: nowrap;
|
27843
|
+
box-sizing: border-box;
|
27844
|
+
height: 2.125rem;
|
27845
|
+
vertical-align: middle;
|
27846
|
+
user-select: none;
|
27847
|
+
color: #23b7e5;
|
27848
|
+
text-decoration: none;
|
27849
|
+
}
|
27850
|
+
|
27851
|
+
.amis-scope .a-ColumnToggler-menuItem:hover,
|
27852
|
+
.amis-scope .a-ColumnToggler-menu > li:hover {
|
27853
|
+
background: rgba(0, 126, 255, 0.08);
|
27854
|
+
color: #7266ba;
|
27855
|
+
}
|
27856
|
+
|
27857
|
+
.amis-scope .a-ColumnToggler-menuItem.is-active,
|
27858
|
+
.amis-scope .a-ColumnToggler-menu > li.is-active {
|
27859
|
+
color: #7266ba;
|
27860
|
+
}
|
27861
|
+
|
27862
|
+
.amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
|
27863
|
+
.amis-scope .a-ColumnToggler-menuItem:not(.disabled),
|
27864
|
+
.amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
|
27865
|
+
.amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
|
27866
|
+
cursor: pointer;
|
27867
|
+
}
|
27868
|
+
|
27869
|
+
.amis-scope .a-ColumnToggler-menuItem.is-disabled,
|
27870
|
+
.amis-scope .a-ColumnToggler-menu > li.is-disabled {
|
27871
|
+
cursor: not-allowed;
|
27872
|
+
color: #99a6ad;
|
27873
|
+
filter: grayscale(80%);
|
27874
|
+
}
|
27875
|
+
|
27876
|
+
.amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
|
27877
|
+
.amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
|
27878
|
+
height: 0.0625rem;
|
27879
|
+
margin: 0.5625rem 0;
|
27880
|
+
overflow: hidden;
|
27881
|
+
background: #d1d5db;
|
27882
|
+
padding: 0;
|
27883
|
+
}
|
27884
|
+
|
27885
|
+
.amis-scope .a-ColumnToggler-menu > li a {
|
27886
|
+
color: inherit;
|
27887
|
+
display: block;
|
27888
|
+
text-decoration: none;
|
27889
|
+
}
|
27890
|
+
|
27891
|
+
.amis-scope .a-ColumnToggler-popover {
|
27892
|
+
border: none;
|
27893
|
+
box-shadow: none;
|
27894
|
+
}
|
27895
|
+
|
27896
|
+
.amis-scope .a-ColumnToggler > .a-Button {
|
27897
|
+
min-width: unset;
|
27898
|
+
}
|
27899
|
+
|
27900
|
+
.amis-scope .a-ColumnToggler-modal {
|
27901
|
+
display: flex;
|
27902
|
+
flex-flow: column nowrap;
|
27903
|
+
justify-content: space-between;
|
27904
|
+
align-items: center;
|
27905
|
+
width: 25rem;
|
27906
|
+
padding: 1.5rem;
|
27907
|
+
margin-top: calc(50vh - 100px);
|
27908
|
+
border-radius: 0.25rem;
|
27909
|
+
background: #fff;
|
27910
|
+
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);
|
27911
|
+
}
|
27912
|
+
|
27913
|
+
.amis-scope .a-ColumnToggler-modal-header {
|
27914
|
+
width: 100%;
|
27915
|
+
display: flex;
|
27916
|
+
flex-flow: row nowrap;
|
27917
|
+
justify-content: space-between;
|
27918
|
+
align-items: center;
|
27919
|
+
}
|
27920
|
+
|
27921
|
+
.amis-scope .a-ColumnToggler-modal-header a,
|
27922
|
+
.amis-scope .a-ColumnToggler-modal-header span {
|
27923
|
+
display: inline-block;
|
27924
|
+
}
|
27925
|
+
|
27926
|
+
.amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
|
27927
|
+
opacity: 0.95;
|
27928
|
+
font-size: 0.875rem;
|
27929
|
+
color: #080e1a;
|
27930
|
+
line-height: 1.5rem;
|
27931
|
+
font-weight: bold;
|
27932
|
+
}
|
27933
|
+
|
27934
|
+
.amis-scope .a-ColumnToggler-modal-content {
|
27935
|
+
padding: 0;
|
27936
|
+
width: 100%;
|
27937
|
+
list-style: none;
|
27938
|
+
margin: 0.5rem 0;
|
27939
|
+
}
|
27940
|
+
|
27941
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
|
27942
|
+
color: #080e1a;
|
27943
|
+
background: #f6f7f8;
|
27944
|
+
border-radius: 0.125rem;
|
27945
|
+
font-size: 0.75rem;
|
27946
|
+
padding: 0.25rem 0.5rem;
|
27947
|
+
height: 1.5rem;
|
27948
|
+
width: calc((100% - 24px) / 3);
|
27949
|
+
float: left;
|
27950
|
+
margin: 0.25rem;
|
27951
|
+
text-overflow: ellipsis;
|
27952
|
+
white-space: nowrap;
|
27953
|
+
overflow: hidden;
|
27954
|
+
}
|
27955
|
+
|
27956
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
|
27957
|
+
background: rgba(36, 104, 242, 0.1);
|
27958
|
+
}
|
27959
|
+
|
27960
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
|
27961
|
+
border: 1px solid #23b7e5;
|
27962
|
+
}
|
27963
|
+
|
27964
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
|
27965
|
+
height: 1rem;
|
27966
|
+
width: 1rem;
|
27967
|
+
vertical-align: top;
|
27968
|
+
}
|
27969
|
+
|
27970
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
|
27971
|
+
margin-left: 0;
|
27972
|
+
margin-right: 0.25rem;
|
27973
|
+
cursor: move;
|
27974
|
+
color: #d8d8d8;
|
27975
|
+
}
|
27976
|
+
|
27977
|
+
.amis-scope .a-ColumnToggler-modal-footer {
|
27978
|
+
width: 100%;
|
27979
|
+
display: flex;
|
27980
|
+
flex-flow: row nowrap;
|
27981
|
+
justify-content: space-between;
|
27982
|
+
align-items: center;
|
27983
|
+
}
|
27984
|
+
|
27985
|
+
.amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
|
27986
|
+
color: #151a26;
|
27987
|
+
font-size: 0.75rem;
|
27988
|
+
}
|
27989
|
+
|
27990
|
+
.amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
|
27991
|
+
color: #23b7e5;
|
27992
|
+
}
|
27993
|
+
|
27994
|
+
.amis-scope .a-ColumnToggler-modal-footer > div {
|
27995
|
+
display: flex;
|
27996
|
+
flex-flow: row nowrap;
|
27997
|
+
justify-content: space-between;
|
27998
|
+
align-items: center;
|
27999
|
+
}
|
28000
|
+
|
28001
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:first-child {
|
28002
|
+
justify-content: flex-start;
|
28003
|
+
}
|
28004
|
+
|
28005
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
|
28006
|
+
display: inline-block;
|
28007
|
+
}
|
28008
|
+
|
28009
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:last-child {
|
28010
|
+
justify-content: flex-end;
|
28011
|
+
}
|
28012
|
+
|
28013
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
|
28014
|
+
width: 72px;
|
28015
|
+
}
|
28016
|
+
|
28017
|
+
.amis-scope .a-ColumnToggler-tooltip {
|
28018
|
+
border: none;
|
28019
|
+
}
|
28020
|
+
|
28021
|
+
.amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
|
28022
|
+
border-top-color: transparent;
|
28023
|
+
}
|
28024
|
+
|
27550
28025
|
.amis-scope .a-List {
|
27551
28026
|
position: relative;
|
27552
28027
|
}
|
@@ -28041,18 +28516,6 @@ readers do not read off random characters that represent icons */
|
|
28041
28516
|
margin-top: 0.25rem;
|
28042
28517
|
}
|
28043
28518
|
|
28044
|
-
.amis-scope .a-Card-checkBtn {
|
28045
|
-
position: absolute;
|
28046
|
-
top: 0;
|
28047
|
-
right: 0;
|
28048
|
-
margin: 0.5rem;
|
28049
|
-
z-index: 1;
|
28050
|
-
}
|
28051
|
-
|
28052
|
-
.amis-scope .a-Card-checkBtn .a-Checkbox {
|
28053
|
-
margin-right: 0;
|
28054
|
-
}
|
28055
|
-
|
28056
28519
|
.amis-scope .a-Card-dragBtn {
|
28057
28520
|
cursor: pointer;
|
28058
28521
|
float: right;
|
@@ -28060,7 +28523,8 @@ readers do not read off random characters that represent icons */
|
|
28060
28523
|
}
|
28061
28524
|
|
28062
28525
|
.amis-scope .a-Card-heading {
|
28063
|
-
|
28526
|
+
display: flex;
|
28527
|
+
flex-direction: row;
|
28064
28528
|
padding: 0.5rem 0.75rem;
|
28065
28529
|
flex: 1 0 auto;
|
28066
28530
|
}
|
@@ -28092,12 +28556,17 @@ readers do not read off random characters that represent icons */
|
|
28092
28556
|
|
28093
28557
|
.amis-scope .a-Card-meta {
|
28094
28558
|
display: block;
|
28559
|
+
flex-grow: 1;
|
28095
28560
|
height: 100%;
|
28096
|
-
overflow: hidden;
|
28097
28561
|
position: relative;
|
28098
28562
|
margin-right: 1rem;
|
28099
28563
|
}
|
28100
28564
|
|
28565
|
+
.amis-scope .a-Card-toolbar {
|
28566
|
+
margin-right: calc(-1 * 0.75rem);
|
28567
|
+
text-align: right;
|
28568
|
+
}
|
28569
|
+
|
28101
28570
|
.amis-scope .a-Card-highlight {
|
28102
28571
|
background: #27c24c;
|
28103
28572
|
width: 0.5rem;
|
@@ -28347,6 +28816,7 @@ readers do not read off random characters that represent icons */
|
|
28347
28816
|
height: 10px;
|
28348
28817
|
background: #ebebeb;
|
28349
28818
|
overflow: hidden;
|
28819
|
+
border-radius: 0.142rem;
|
28350
28820
|
}
|
28351
28821
|
|
28352
28822
|
.amis-scope .a-Progress-bar {
|
@@ -28358,7 +28828,8 @@ readers do not read off random characters that represent icons */
|
|
28358
28828
|
color: #fff;
|
28359
28829
|
text-align: center;
|
28360
28830
|
background: #7266ba;
|
28361
|
-
transition: width
|
28831
|
+
transition: width 0s ease;
|
28832
|
+
border-radius: 0.142rem;
|
28362
28833
|
}
|
28363
28834
|
|
28364
28835
|
.amis-scope .a-Progress-bar--stripe {
|
@@ -28584,7 +29055,7 @@ readers do not read off random characters that represent icons */
|
|
28584
29055
|
|
28585
29056
|
.amis-scope .a-StatusField-label {
|
28586
29057
|
font-size: 0.75rem;
|
28587
|
-
margin-left: 0.
|
29058
|
+
margin-left: 0.25rem;
|
28588
29059
|
}
|
28589
29060
|
|
28590
29061
|
@keyframes animation-rolling_red {
|
@@ -28720,7 +29191,7 @@ readers do not read off random characters that represent icons */
|
|
28720
29191
|
position: absolute;
|
28721
29192
|
left: 0;
|
28722
29193
|
top: 0;
|
28723
|
-
transition-duration:
|
29194
|
+
transition-duration: 0s;
|
28724
29195
|
transition-timing-function: ease-out;
|
28725
29196
|
transition-property: transform, opacity;
|
28726
29197
|
}
|
@@ -28803,7 +29274,7 @@ readers do not read off random characters that represent icons */
|
|
28803
29274
|
width: 0.5rem;
|
28804
29275
|
border-radius: 0.25rem;
|
28805
29276
|
margin: 0.4375rem 0.25rem;
|
28806
|
-
transition-duration:
|
29277
|
+
transition-duration: 0s;
|
28807
29278
|
opacity: 0.3;
|
28808
29279
|
}
|
28809
29280
|
|
@@ -28819,7 +29290,7 @@ readers do not read off random characters that represent icons */
|
|
28819
29290
|
top: 0;
|
28820
29291
|
bottom: 0;
|
28821
29292
|
position: absolute;
|
28822
|
-
transition-duration:
|
29293
|
+
transition-duration: 0s;
|
28823
29294
|
display: none;
|
28824
29295
|
left: 0;
|
28825
29296
|
}
|
@@ -28842,7 +29313,7 @@ readers do not read off random characters that represent icons */
|
|
28842
29313
|
top: 0;
|
28843
29314
|
bottom: 0;
|
28844
29315
|
position: absolute;
|
28845
|
-
transition-duration:
|
29316
|
+
transition-duration: 0s;
|
28846
29317
|
display: none;
|
28847
29318
|
right: 0;
|
28848
29319
|
}
|
@@ -28949,8 +29420,8 @@ readers do not read off random characters that represent icons */
|
|
28949
29420
|
color: #999;
|
28950
29421
|
text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
|
28951
29422
|
animation-name: disappear;
|
28952
|
-
animation-delay:
|
28953
|
-
animation-duration:
|
29423
|
+
animation-delay: 0s;
|
29424
|
+
animation-duration: 0s;
|
28954
29425
|
animation-fill-mode: both;
|
28955
29426
|
}
|
28956
29427
|
|
@@ -28975,7 +29446,7 @@ readers do not read off random characters that represent icons */
|
|
28975
29446
|
.amis-scope .a-ImageGallery-main:hover .a-ImageGallery-nextBtn {
|
28976
29447
|
animation-name: appear;
|
28977
29448
|
animation-delay: 0s;
|
28978
|
-
animation-duration:
|
29449
|
+
animation-duration: 0s;
|
28979
29450
|
}
|
28980
29451
|
|
28981
29452
|
.amis-scope .a-ImageGallery-prevBtn {
|
@@ -29109,6 +29580,7 @@ readers do not read off random characters that represent icons */
|
|
29109
29580
|
|
29110
29581
|
.amis-scope .a-Image-thumbWrap {
|
29111
29582
|
position: relative;
|
29583
|
+
height: 100%;
|
29112
29584
|
}
|
29113
29585
|
|
29114
29586
|
.amis-scope .a-Image-image {
|
@@ -29224,7 +29696,7 @@ readers do not read off random characters that represent icons */
|
|
29224
29696
|
}
|
29225
29697
|
|
29226
29698
|
.amis-scope .a-Image-overlay {
|
29227
|
-
background: rgba(
|
29699
|
+
background: rgba(8, 14, 26, 0.5);
|
29228
29700
|
position: absolute;
|
29229
29701
|
width: 100%;
|
29230
29702
|
height: 100%;
|
@@ -29323,6 +29795,16 @@ readers do not read off random characters that represent icons */
|
|
29323
29795
|
border-color: #23b7e5;
|
29324
29796
|
}
|
29325
29797
|
|
29798
|
+
.amis-scope .a-InputBox--borderHalf {
|
29799
|
+
border-left-color: transparent !important;
|
29800
|
+
border-right-color: transparent !important;
|
29801
|
+
border-top-color: transparent !important;
|
29802
|
+
}
|
29803
|
+
|
29804
|
+
.amis-scope .a-InputBox--borderNone {
|
29805
|
+
border-color: transparent !important;
|
29806
|
+
}
|
29807
|
+
|
29326
29808
|
.amis-scope .a-InputBox--inline {
|
29327
29809
|
display: inline-flex;
|
29328
29810
|
}
|
@@ -29429,6 +29911,16 @@ readers do not read off random characters that represent icons */
|
|
29429
29911
|
border-color: #23b7e5;
|
29430
29912
|
}
|
29431
29913
|
|
29914
|
+
.amis-scope .a-ResultBox--borderHalf {
|
29915
|
+
border-left-color: transparent !important;
|
29916
|
+
border-right-color: transparent !important;
|
29917
|
+
border-top-color: transparent !important;
|
29918
|
+
}
|
29919
|
+
|
29920
|
+
.amis-scope .a-ResultBox--borderNone {
|
29921
|
+
border-color: transparent !important;
|
29922
|
+
}
|
29923
|
+
|
29432
29924
|
.amis-scope .a-ResultBox.is-error {
|
29433
29925
|
border-color: #f05050;
|
29434
29926
|
background: #fff;
|
@@ -29578,7 +30070,7 @@ readers do not read off random characters that represent icons */
|
|
29578
30070
|
height: 30px;
|
29579
30071
|
width: 30px;
|
29580
30072
|
padding: 0 8px;
|
29581
|
-
transition: all
|
30073
|
+
transition: all 0s ease-in-out;
|
29582
30074
|
border: 0.0625rem solid transparent;
|
29583
30075
|
border-radius: 0.142rem;
|
29584
30076
|
height: 30px;
|
@@ -29867,7 +30359,7 @@ readers do not read off random characters that represent icons */
|
|
29867
30359
|
height: 1px;
|
29868
30360
|
left: 100%;
|
29869
30361
|
width: 9999px;
|
29870
|
-
padding-right:
|
30362
|
+
padding-right: 0.625rem;
|
29871
30363
|
background-color: #b4bbc5;
|
29872
30364
|
}
|
29873
30365
|
|
@@ -29948,11 +30440,54 @@ readers do not read off random characters that represent icons */
|
|
29948
30440
|
color: #f05050;
|
29949
30441
|
}
|
29950
30442
|
|
29951
|
-
.amis-scope .a-Steps .a-StepsItem.is-finish .a-StepsItem-icon,
|
29952
|
-
.amis-scope .a-Steps .a-StepsItem.is-process .a-StepsItem-icon {
|
29953
|
-
background-color: #23b7e5;
|
29954
|
-
color: #fff;
|
29955
|
-
border: 1px solid #23b7e5;
|
30443
|
+
.amis-scope .a-Steps .a-StepsItem.is-finish .a-StepsItem-icon,
|
30444
|
+
.amis-scope .a-Steps .a-StepsItem.is-process .a-StepsItem-icon {
|
30445
|
+
background-color: #23b7e5;
|
30446
|
+
color: #fff;
|
30447
|
+
border: 1px solid #23b7e5;
|
30448
|
+
}
|
30449
|
+
|
30450
|
+
.amis-scope .a-Portlet {
|
30451
|
+
border: 0.0625rem solid #d1d5db;
|
30452
|
+
border-radius: 0.142rem;
|
30453
|
+
padding: 0.75rem;
|
30454
|
+
}
|
30455
|
+
|
30456
|
+
.amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
|
30457
|
+
.amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30458
|
+
.amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30459
|
+
border: none !important;
|
30460
|
+
color: inherit !important;
|
30461
|
+
cursor: auto !important;
|
30462
|
+
}
|
30463
|
+
|
30464
|
+
.amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
|
30465
|
+
border-bottom: none;
|
30466
|
+
}
|
30467
|
+
|
30468
|
+
.amis-scope .a-Portlet .a-Tabs-pane {
|
30469
|
+
padding: unset;
|
30470
|
+
}
|
30471
|
+
|
30472
|
+
.amis-scope .a-Portlet-toolbar {
|
30473
|
+
display: inline-flex;
|
30474
|
+
float: right;
|
30475
|
+
justify-content: flex-end;
|
30476
|
+
}
|
30477
|
+
|
30478
|
+
.amis-scope .a-Portlet-toolbar .a-Button {
|
30479
|
+
margin-left: calc(0.25rem);
|
30480
|
+
}
|
30481
|
+
|
30482
|
+
.amis-scope .a-Portlet-header-desc {
|
30483
|
+
height: 100%;
|
30484
|
+
overflow: hidden;
|
30485
|
+
position: relative;
|
30486
|
+
margin-left: 0.75rem;
|
30487
|
+
}
|
30488
|
+
|
30489
|
+
.amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
|
30490
|
+
display: none;
|
29956
30491
|
}
|
29957
30492
|
|
29958
30493
|
.amis-scope fieldset.a-Collapse--lg,
|
@@ -30013,11 +30548,14 @@ readers do not read off random characters that represent icons */
|
|
30013
30548
|
margin: 0.75rem 0;
|
30014
30549
|
padding: 0 0 0 14px;
|
30015
30550
|
cursor: pointer;
|
30016
|
-
border-bottom:
|
30551
|
+
border-bottom: none !important;
|
30552
|
+
background: transparent;
|
30017
30553
|
display: flex;
|
30018
30554
|
flex-direction: row;
|
30019
|
-
|
30020
|
-
|
30555
|
+
}
|
30556
|
+
|
30557
|
+
.amis-scope fieldset.a-Collapse > legend:hover {
|
30558
|
+
background: transparent;
|
30021
30559
|
}
|
30022
30560
|
|
30023
30561
|
.amis-scope fieldset.a-Collapse--xs {
|
@@ -30483,14 +31021,14 @@ readers do not read off random characters that represent icons */
|
|
30483
31021
|
.amis-scope .a-TextControl.is-error > .a-TextControl-input {
|
30484
31022
|
border-color: #f05050;
|
30485
31023
|
background: #fff;
|
30486
|
-
transition: all
|
31024
|
+
transition: all 0s;
|
30487
31025
|
}
|
30488
31026
|
|
30489
31027
|
.amis-scope .a-TextControl.is-focused > .a-TextControl-input {
|
30490
31028
|
border-color: #23b7e5;
|
30491
31029
|
box-shadow: none;
|
30492
31030
|
background: #fff;
|
30493
|
-
transition: all
|
31031
|
+
transition: all 0s;
|
30494
31032
|
}
|
30495
31033
|
|
30496
31034
|
.amis-scope .a-TextControl.is-error.is-focused > .a-TextControl-input {
|
@@ -30501,7 +31039,7 @@ readers do not read off random characters that represent icons */
|
|
30501
31039
|
color: #99a6ad;
|
30502
31040
|
background: #e5e7eb;
|
30503
31041
|
border-color: #d1d5db;
|
30504
|
-
transition: all
|
31042
|
+
transition: all 0s;
|
30505
31043
|
}
|
30506
31044
|
|
30507
31045
|
.amis-scope .a-TextControl-spinner {
|
@@ -30776,6 +31314,14 @@ readers do not read off random characters that represent icons */
|
|
30776
31314
|
color: #f05050;
|
30777
31315
|
}
|
30778
31316
|
|
31317
|
+
.amis-scope .a-TextControl-input:hover {
|
31318
|
+
border-color: #23b7e5;
|
31319
|
+
}
|
31320
|
+
|
31321
|
+
.amis-scope .a-TextControl.is-disabled-input input {
|
31322
|
+
color: #99a6ad;
|
31323
|
+
}
|
31324
|
+
|
30779
31325
|
.amis-scope .a-TextareaControl {
|
30780
31326
|
position: relative;
|
30781
31327
|
}
|
@@ -30812,12 +31358,21 @@ readers do not read off random characters that represent icons */
|
|
30812
31358
|
color: #99a6ad;
|
30813
31359
|
}
|
30814
31360
|
|
31361
|
+
.amis-scope .a-TextareaControl > textarea:hover {
|
31362
|
+
border-color: #23b7e5;
|
31363
|
+
}
|
31364
|
+
|
30815
31365
|
.amis-scope .a-TextareaControl > textarea:focus,
|
30816
31366
|
.amis-scope .a-TextareaControl.is-focused > textarea {
|
30817
31367
|
border-color: #23b7e5;
|
30818
31368
|
box-shadow: none;
|
30819
31369
|
}
|
30820
31370
|
|
31371
|
+
.amis-scope .a-TextareaControl > textarea:focus:hover,
|
31372
|
+
.amis-scope .a-TextareaControl.is-focused > textarea:hover {
|
31373
|
+
border-color: #23b7e5;
|
31374
|
+
}
|
31375
|
+
|
30821
31376
|
.amis-scope .a-TextareaControl.is-disabled > textarea,
|
30822
31377
|
.amis-scope .a-TextareaControl > textarea[disabled] {
|
30823
31378
|
background: #e5e7eb;
|
@@ -30904,7 +31459,7 @@ readers do not read off random characters that represent icons */
|
|
30904
31459
|
width: 0px;
|
30905
31460
|
height: 0px;
|
30906
31461
|
background: transparent;
|
30907
|
-
transition: all
|
31462
|
+
transition: all 0s;
|
30908
31463
|
transform-origin: 50% 50%;
|
30909
31464
|
transform: translate(-50%, -50%);
|
30910
31465
|
}
|
@@ -30997,7 +31552,7 @@ readers do not read off random characters that represent icons */
|
|
30997
31552
|
width: 0;
|
30998
31553
|
height: 0;
|
30999
31554
|
border-color: transparent;
|
31000
|
-
transition: width
|
31555
|
+
transition: width 0s, height 0s, transform 0s;
|
31001
31556
|
border-width: 0 0 0.125rem 0.125rem;
|
31002
31557
|
transform: translate(-50%, -60%) rotate(-40deg);
|
31003
31558
|
border-style: solid;
|
@@ -31124,7 +31679,7 @@ readers do not read off random characters that represent icons */
|
|
31124
31679
|
color: #999;
|
31125
31680
|
}
|
31126
31681
|
|
31127
|
-
.amis-scope .a-
|
31682
|
+
.amis-scope .a-Selection > .a-Checkbox {
|
31128
31683
|
display: block;
|
31129
31684
|
height: 1.875rem;
|
31130
31685
|
line-height: 1.4285714286;
|
@@ -31132,43 +31687,36 @@ readers do not read off random characters that represent icons */
|
|
31132
31687
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
31133
31688
|
}
|
31134
31689
|
|
31135
|
-
.amis-scope .a-
|
31690
|
+
.amis-scope .a-Selection--inline > .a-Checkbox {
|
31136
31691
|
display: inline-block;
|
31137
31692
|
}
|
31138
31693
|
|
31139
|
-
.amis-scope .a-
|
31694
|
+
.amis-scope .a-Selection-addBtn {
|
31140
31695
|
display: block;
|
31141
31696
|
cursor: pointer;
|
31142
31697
|
}
|
31143
31698
|
|
31144
|
-
.amis-scope .a-
|
31699
|
+
.amis-scope .a-Selection-addBtn:hover {
|
31145
31700
|
text-decoration: none;
|
31146
31701
|
}
|
31147
31702
|
|
31148
|
-
.amis-scope .a-
|
31703
|
+
.amis-scope .a-Selection-addBtn > svg {
|
31149
31704
|
width: 0.875rem;
|
31150
31705
|
height: 0.875rem;
|
31151
31706
|
margin-right: 0.25rem;
|
31152
31707
|
}
|
31153
31708
|
|
31154
|
-
.amis-scope .a-
|
31155
|
-
.amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
|
31156
|
-
.amis-scope .a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
|
31157
|
-
.amis-scope .a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
|
31709
|
+
.amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
|
31158
31710
|
border-top: 0.0625rem solid #dfe2e6;
|
31159
31711
|
}
|
31160
31712
|
|
31161
|
-
.amis-scope .a-
|
31162
|
-
.amis-scope .a-ListCheckboxes-group > .a-ListRadios-itemLabel,
|
31163
|
-
.amis-scope .a-ListRadios-group > .a-ListCheckboxes-itemLabel,
|
31164
|
-
.amis-scope .a-ListRadios-group > .a-ListRadios-itemLabel {
|
31713
|
+
.amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
|
31165
31714
|
font-size: 0.75rem;
|
31166
31715
|
padding: 0.25rem 0.25rem;
|
31167
31716
|
color: #99a6ad;
|
31168
31717
|
}
|
31169
31718
|
|
31170
|
-
.amis-scope .a-
|
31171
|
-
.amis-scope .a-ListRadios-item {
|
31719
|
+
.amis-scope .a-GroupedSelection-item {
|
31172
31720
|
display: flex;
|
31173
31721
|
height: 1.875rem;
|
31174
31722
|
line-height: 1.4285714286;
|
@@ -31179,51 +31727,37 @@ readers do not read off random characters that represent icons */
|
|
31179
31727
|
user-select: none;
|
31180
31728
|
}
|
31181
31729
|
|
31182
|
-
.amis-scope .a-
|
31183
|
-
.amis-scope .a-ListRadios-item > .a-Checkbox {
|
31730
|
+
.amis-scope .a-GroupedSelection-item > .a-Checkbox {
|
31184
31731
|
margin-right: 0;
|
31185
31732
|
}
|
31186
31733
|
|
31187
|
-
.amis-scope .a-
|
31188
|
-
.amis-scope .a-ListRadios-item.is-active {
|
31734
|
+
.amis-scope .a-GroupedSelection-item.is-active {
|
31189
31735
|
color: #23b7e5;
|
31190
31736
|
background: transparent;
|
31191
31737
|
}
|
31192
31738
|
|
31193
|
-
.amis-scope .a-
|
31194
|
-
.amis-scope .a-ListRadios-item:hover {
|
31739
|
+
.amis-scope .a-GroupedSelection-item:hover {
|
31195
31740
|
background: rgba(0, 126, 255, 0.08);
|
31196
31741
|
}
|
31197
31742
|
|
31198
|
-
.amis-scope .a-
|
31199
|
-
.amis-scope .a-ListRadios-item.is-disabled {
|
31743
|
+
.amis-scope .a-GroupedSelection-item.is-disabled {
|
31200
31744
|
pointer-events: none;
|
31201
31745
|
color: #99a6ad;
|
31202
31746
|
}
|
31203
31747
|
|
31204
|
-
.amis-scope .a-
|
31205
|
-
.amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
|
31206
|
-
.amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
|
31207
|
-
.amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
|
31208
|
-
.amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
|
31209
|
-
.amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
|
31210
|
-
.amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
|
31211
|
-
.amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
|
31748
|
+
.amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
|
31212
31749
|
padding-left: 0.75rem;
|
31213
31750
|
}
|
31214
31751
|
|
31215
|
-
.amis-scope .a-
|
31216
|
-
.amis-scope .a-ListRadios-itemLabel {
|
31752
|
+
.amis-scope .a-GroupedSelection-itemLabel {
|
31217
31753
|
flex-grow: 1;
|
31218
31754
|
}
|
31219
31755
|
|
31220
|
-
.amis-scope .a-
|
31221
|
-
.amis-scope .a-ListRadios-itemLabel span {
|
31756
|
+
.amis-scope .a-GroupedSelection-itemLabel span {
|
31222
31757
|
white-space: nowrap;
|
31223
31758
|
}
|
31224
31759
|
|
31225
|
-
.amis-scope .a-
|
31226
|
-
.amis-scope .a-ListRadios-placeholder {
|
31760
|
+
.amis-scope .a-GroupedSelection-placeholder {
|
31227
31761
|
height: 1.875rem;
|
31228
31762
|
line-height: 1.4285714286;
|
31229
31763
|
font-size: 0.875rem;
|
@@ -31231,52 +31765,54 @@ readers do not read off random characters that represent icons */
|
|
31231
31765
|
color: #99a6ad;
|
31232
31766
|
}
|
31233
31767
|
|
31234
|
-
.amis-scope .a-
|
31768
|
+
.amis-scope .a-TableSelection .a-Table-content {
|
31235
31769
|
border-top: 0.0625rem solid #d1d5db;
|
31236
31770
|
}
|
31237
31771
|
|
31238
|
-
.amis-scope .a-
|
31239
|
-
.amis-scope .a-
|
31772
|
+
.amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
|
31773
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
|
31240
31774
|
font-size: 0.75rem;
|
31241
31775
|
padding-top: 0.25rem;
|
31242
31776
|
padding-bottom: 0.375rem;
|
31243
31777
|
vertical-align: middle;
|
31244
31778
|
}
|
31245
31779
|
|
31246
|
-
.amis-scope .a-
|
31780
|
+
.amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
|
31247
31781
|
padding-top: 0.375rem;
|
31248
31782
|
}
|
31249
31783
|
|
31250
|
-
.amis-scope .a-
|
31251
|
-
.amis-scope .a-
|
31784
|
+
.amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
|
31785
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
|
31252
31786
|
padding-left: 0.625rem;
|
31253
31787
|
padding-right: 0;
|
31254
31788
|
}
|
31255
31789
|
|
31256
|
-
.amis-scope .a-
|
31257
|
-
.amis-scope .a-
|
31790
|
+
.amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
|
31791
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
|
31258
31792
|
padding-right: 1rem;
|
31259
31793
|
}
|
31260
31794
|
|
31261
|
-
.amis-scope .a-
|
31795
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr {
|
31262
31796
|
cursor: pointer;
|
31263
31797
|
}
|
31264
31798
|
|
31265
|
-
.amis-scope .a-
|
31266
|
-
|
31799
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
|
31800
|
+
color: #23b7e5;
|
31801
|
+
background: transparent;
|
31802
|
+
}
|
31803
|
+
|
31804
|
+
.amis-scope .a-TreeSelection .a-Table-expandBtn {
|
31267
31805
|
color: #4b5563;
|
31268
31806
|
margin-right: 5px;
|
31269
31807
|
}
|
31270
31808
|
|
31271
|
-
.amis-scope .a-
|
31272
|
-
.amis-scope .a-TreeRadios-sublist {
|
31809
|
+
.amis-scope .a-TreeSelection-sublist {
|
31273
31810
|
position: relative;
|
31274
31811
|
margin: 0 0 0 2.1875rem;
|
31275
31812
|
display: none;
|
31276
31813
|
}
|
31277
31814
|
|
31278
|
-
.amis-scope .a-
|
31279
|
-
.amis-scope .a-TreeRadios-sublist:before {
|
31815
|
+
.amis-scope .a-TreeSelection-sublist:before {
|
31280
31816
|
width: 1px;
|
31281
31817
|
content: "";
|
31282
31818
|
display: block;
|
@@ -31287,29 +31823,19 @@ readers do not read off random characters that represent icons */
|
|
31287
31823
|
border-left: dashed 1px #4b5563;
|
31288
31824
|
}
|
31289
31825
|
|
31290
|
-
.amis-scope .a-
|
31291
|
-
.amis-scope .a-TreeRadios-item {
|
31826
|
+
.amis-scope .a-TreeSelection-item {
|
31292
31827
|
position: relative;
|
31293
31828
|
}
|
31294
31829
|
|
31295
|
-
.amis-scope .a-
|
31296
|
-
.amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
|
31297
|
-
.amis-scope .a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
|
31298
|
-
.amis-scope .a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
|
31830
|
+
.amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
|
31299
31831
|
display: block;
|
31300
31832
|
}
|
31301
31833
|
|
31302
|
-
.amis-scope .a-
|
31303
|
-
.amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
|
31304
|
-
.amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
|
31305
|
-
.amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
|
31834
|
+
.amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
|
31306
31835
|
bottom: 0;
|
31307
31836
|
}
|
31308
31837
|
|
31309
|
-
.amis-scope .a-
|
31310
|
-
.amis-scope .a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
|
31311
|
-
.amis-scope .a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
|
31312
|
-
.amis-scope .a-TreeRadios-sublist .a-TreeRadios-item:before {
|
31838
|
+
.amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
|
31313
31839
|
height: 1px;
|
31314
31840
|
content: "";
|
31315
31841
|
display: block;
|
@@ -31320,8 +31846,7 @@ readers do not read off random characters that represent icons */
|
|
31320
31846
|
border-top: dashed 1px #4b5563;
|
31321
31847
|
}
|
31322
31848
|
|
31323
|
-
.amis-scope .a-
|
31324
|
-
.amis-scope .a-TreeRadios-itemInner {
|
31849
|
+
.amis-scope .a-TreeSelection-itemInner {
|
31325
31850
|
display: flex;
|
31326
31851
|
align-items: center;
|
31327
31852
|
height: 1.875rem;
|
@@ -31334,20 +31859,17 @@ readers do not read off random characters that represent icons */
|
|
31334
31859
|
position: relative;
|
31335
31860
|
}
|
31336
31861
|
|
31337
|
-
.amis-scope .a-
|
31338
|
-
.amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
|
31862
|
+
.amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
|
31339
31863
|
margin-right: 0;
|
31340
31864
|
margin-left: 0.5rem;
|
31341
31865
|
}
|
31342
31866
|
|
31343
|
-
.amis-scope .a-
|
31344
|
-
.amis-scope .a-TreeRadios-itemInner > * {
|
31867
|
+
.amis-scope .a-TreeSelection-itemInner > * {
|
31345
31868
|
position: relative;
|
31346
31869
|
z-index: 2;
|
31347
31870
|
}
|
31348
31871
|
|
31349
|
-
.amis-scope .a-
|
31350
|
-
.amis-scope .a-TreeRadios-itemInner:hover:after {
|
31872
|
+
.amis-scope .a-TreeSelection-itemInner:hover:after {
|
31351
31873
|
position: absolute;
|
31352
31874
|
content: "";
|
31353
31875
|
z-index: 1;
|
@@ -31358,24 +31880,20 @@ readers do not read off random characters that represent icons */
|
|
31358
31880
|
background: rgba(0, 126, 255, 0.08);
|
31359
31881
|
}
|
31360
31882
|
|
31361
|
-
.amis-scope .a-
|
31362
|
-
.amis-scope .a-TreeRadios-itemInner.is-active {
|
31883
|
+
.amis-scope .a-TreeSelection-itemInner.is-active {
|
31363
31884
|
color: #23b7e5;
|
31364
31885
|
}
|
31365
31886
|
|
31366
|
-
.amis-scope .a-
|
31367
|
-
.amis-scope .a-TreeRadios-itemInner.is-disabled {
|
31887
|
+
.amis-scope .a-TreeSelection-itemInner.is-disabled {
|
31368
31888
|
pointer-events: none;
|
31369
31889
|
color: #99a6ad;
|
31370
31890
|
}
|
31371
31891
|
|
31372
|
-
.amis-scope .a-
|
31373
|
-
.amis-scope .a-TreeRadios-itemLabel {
|
31892
|
+
.amis-scope .a-TreeSelection-itemLabel {
|
31374
31893
|
flex-grow: 1;
|
31375
31894
|
}
|
31376
31895
|
|
31377
|
-
.amis-scope .a-
|
31378
|
-
.amis-scope .a-TreeRadios-placeholder {
|
31896
|
+
.amis-scope .a-TreeSelection-placeholder {
|
31379
31897
|
height: 1.875rem;
|
31380
31898
|
line-height: 1.4285714286;
|
31381
31899
|
font-size: 0.875rem;
|
@@ -31383,27 +31901,27 @@ readers do not read off random characters that represent icons */
|
|
31383
31901
|
color: #99a6ad;
|
31384
31902
|
}
|
31385
31903
|
|
31386
|
-
.amis-scope .a-
|
31904
|
+
.amis-scope .a-ChainedSelection {
|
31387
31905
|
display: flex;
|
31388
31906
|
flex-direction: row;
|
31389
31907
|
}
|
31390
31908
|
|
31391
|
-
.amis-scope .a-
|
31909
|
+
.amis-scope .a-ChainedSelection-col {
|
31392
31910
|
flex-grow: 1;
|
31393
31911
|
min-width: 150px;
|
31394
31912
|
}
|
31395
31913
|
|
31396
|
-
.amis-scope .a-
|
31914
|
+
.amis-scope .a-ChainedSelection-col:not(:last-child) {
|
31397
31915
|
border-right: 1px solid #d1d5db;
|
31398
31916
|
}
|
31399
31917
|
|
31400
|
-
.amis-scope .a-
|
31918
|
+
.amis-scope .a-ChainedSelection-subTitle {
|
31401
31919
|
font-size: 0.75rem;
|
31402
31920
|
padding: 0.25rem 0.25rem;
|
31403
31921
|
color: #99a6ad;
|
31404
31922
|
}
|
31405
31923
|
|
31406
|
-
.amis-scope .a-
|
31924
|
+
.amis-scope .a-ChainedSelection-item {
|
31407
31925
|
display: flex;
|
31408
31926
|
height: 1.875rem;
|
31409
31927
|
line-height: 1.4285714286;
|
@@ -31414,29 +31932,29 @@ readers do not read off random characters that represent icons */
|
|
31414
31932
|
user-select: none;
|
31415
31933
|
}
|
31416
31934
|
|
31417
|
-
.amis-scope .a-
|
31935
|
+
.amis-scope .a-ChainedSelection-item > .a-Checkbox {
|
31418
31936
|
margin-right: 0;
|
31419
31937
|
}
|
31420
31938
|
|
31421
|
-
.amis-scope .a-
|
31939
|
+
.amis-scope .a-ChainedSelection-item.is-active {
|
31422
31940
|
color: #23b7e5;
|
31423
31941
|
background: transparent;
|
31424
31942
|
}
|
31425
31943
|
|
31426
|
-
.amis-scope .a-
|
31944
|
+
.amis-scope .a-ChainedSelection-item:hover {
|
31427
31945
|
background: rgba(0, 126, 255, 0.08);
|
31428
31946
|
}
|
31429
31947
|
|
31430
|
-
.amis-scope .a-
|
31948
|
+
.amis-scope .a-ChainedSelection-item.is-disabled {
|
31431
31949
|
pointer-events: none;
|
31432
31950
|
color: #99a6ad;
|
31433
31951
|
}
|
31434
31952
|
|
31435
|
-
.amis-scope .a-
|
31953
|
+
.amis-scope .a-ChainedSelection-itemLabel {
|
31436
31954
|
flex-grow: 1;
|
31437
31955
|
}
|
31438
31956
|
|
31439
|
-
.amis-scope .a-
|
31957
|
+
.amis-scope .a-ChainedSelection-placeholder {
|
31440
31958
|
height: 1.875rem;
|
31441
31959
|
line-height: 1.4285714286;
|
31442
31960
|
font-size: 0.875rem;
|
@@ -31444,34 +31962,35 @@ readers do not read off random characters that represent icons */
|
|
31444
31962
|
color: #99a6ad;
|
31445
31963
|
}
|
31446
31964
|
|
31447
|
-
.amis-scope .a-
|
31965
|
+
.amis-scope .a-AssociatedSelection {
|
31448
31966
|
display: flex;
|
31449
31967
|
flex-direction: row;
|
31450
31968
|
}
|
31451
31969
|
|
31452
|
-
.amis-scope .a-
|
31453
|
-
.amis-scope .a-
|
31970
|
+
.amis-scope .a-AssociatedSelection-left,
|
31971
|
+
.amis-scope .a-AssociatedSelection-right {
|
31454
31972
|
flex-grow: 1;
|
31455
31973
|
width: 0;
|
31456
|
-
height:
|
31974
|
+
min-height: 12.5rem;
|
31975
|
+
max-height: 25rem;
|
31457
31976
|
overflow: auto;
|
31458
31977
|
}
|
31459
31978
|
|
31460
|
-
.amis-scope .a-
|
31979
|
+
.amis-scope .a-AssociatedSelection-left {
|
31461
31980
|
border-right: 1px solid #d1d5db;
|
31462
31981
|
}
|
31463
31982
|
|
31464
|
-
.amis-scope .a-
|
31983
|
+
.amis-scope .a-AssociatedSelection-reload {
|
31465
31984
|
text-align: center;
|
31466
31985
|
color: #23b7e5;
|
31467
31986
|
margin: 20px 0 0;
|
31468
31987
|
}
|
31469
31988
|
|
31470
|
-
.amis-scope .a-
|
31989
|
+
.amis-scope .a-AssociatedSelection-reload.is-clickable {
|
31471
31990
|
cursor: pointer;
|
31472
31991
|
}
|
31473
31992
|
|
31474
|
-
.amis-scope .a-
|
31993
|
+
.amis-scope .a-AssociatedSelection-box {
|
31475
31994
|
line-height: 1.4285714286;
|
31476
31995
|
font-size: 0.75rem;
|
31477
31996
|
color: #99a6ad;
|
@@ -31483,7 +32002,7 @@ readers do not read off random characters that represent icons */
|
|
31483
32002
|
height: 100%;
|
31484
32003
|
}
|
31485
32004
|
|
31486
|
-
.amis-scope .a-
|
32005
|
+
.amis-scope .a-AssociatedSelection-box > p {
|
31487
32006
|
text-align: center;
|
31488
32007
|
margin: 10px 0 20px;
|
31489
32008
|
color: #99a6ad;
|
@@ -31552,7 +32071,7 @@ readers do not read off random characters that represent icons */
|
|
31552
32071
|
line-height: 1.375rem;
|
31553
32072
|
font-style: normal;
|
31554
32073
|
font-weight: bold;
|
31555
|
-
transition: all
|
32074
|
+
transition: all 0s;
|
31556
32075
|
}
|
31557
32076
|
|
31558
32077
|
.amis-scope .a-Switch .slider:before {
|
@@ -31564,7 +32083,7 @@ readers do not read off random characters that represent icons */
|
|
31564
32083
|
bottom: 0.0625rem;
|
31565
32084
|
left: 0.0625rem;
|
31566
32085
|
border-radius: 50%;
|
31567
|
-
transition: margin-left
|
32086
|
+
transition: margin-left 0s;
|
31568
32087
|
}
|
31569
32088
|
|
31570
32089
|
.amis-scope .a-Switch.is-checked {
|
@@ -31700,7 +32219,7 @@ readers do not read off random characters that represent icons */
|
|
31700
32219
|
-moz-appearance: textfield;
|
31701
32220
|
line-height: calc(1.875rem - 0.0625rem * 2);
|
31702
32221
|
height: 100%;
|
31703
|
-
transition: all
|
32222
|
+
transition: all 0s ease;
|
31704
32223
|
border: 0;
|
31705
32224
|
border-radius: 0.142rem;
|
31706
32225
|
padding: 0 0.5rem;
|
@@ -31936,7 +32455,7 @@ readers do not read off random characters that represent icons */
|
|
31936
32455
|
}
|
31937
32456
|
|
31938
32457
|
.amis-scope .a-Select-arrow > svg {
|
31939
|
-
transition: transform
|
32458
|
+
transition: transform 0s;
|
31940
32459
|
display: inline-block;
|
31941
32460
|
color: #4b5563;
|
31942
32461
|
width: 10px;
|
@@ -32225,6 +32744,7 @@ readers do not read off random characters that represent icons */
|
|
32225
32744
|
color: #58666e;
|
32226
32745
|
transition: none;
|
32227
32746
|
max-width: calc(12.5rem + 2 * 0.75rem);
|
32747
|
+
border-radius: 0.1875rem;
|
32228
32748
|
}
|
32229
32749
|
|
32230
32750
|
.amis-scope .a-ListControl-item:not(.is-disabled) {
|
@@ -32340,7 +32860,7 @@ readers do not read off random characters that represent icons */
|
|
32340
32860
|
white-space: nowrap;
|
32341
32861
|
color: #58666e;
|
32342
32862
|
background: #fff;
|
32343
|
-
border-radius: 0.
|
32863
|
+
border-radius: 0.0625rem;
|
32344
32864
|
}
|
32345
32865
|
|
32346
32866
|
.amis-scope .a-LocationPicker:not(.is-disabled) {
|
@@ -32496,6 +33016,7 @@ readers do not read off random characters that represent icons */
|
|
32496
33016
|
) / 2 - 0.0625rem) 0.75rem;
|
32497
33017
|
background: #fff;
|
32498
33018
|
color: #58666e;
|
33019
|
+
border-radius: 0.142rem;
|
32499
33020
|
}
|
32500
33021
|
|
32501
33022
|
.amis-scope .a-ColorPicker:not(.is-disabled) {
|
@@ -32661,6 +33182,8 @@ readers do not read off random characters that represent icons */
|
|
32661
33182
|
.amis-scope .a-DatePicker-toggler {
|
32662
33183
|
cursor: pointer;
|
32663
33184
|
color: #4b5563;
|
33185
|
+
display: inline-flex;
|
33186
|
+
align-items: center;
|
32664
33187
|
}
|
32665
33188
|
|
32666
33189
|
.amis-scope .a-DatePicker-toggler:hover {
|
@@ -32887,7 +33410,7 @@ readers do not read off random characters that represent icons */
|
|
32887
33410
|
}
|
32888
33411
|
|
32889
33412
|
.amis-scope .a-CalendarCounter-btn:hover {
|
32890
|
-
color: #
|
33413
|
+
color: #1c53c1;
|
32891
33414
|
}
|
32892
33415
|
|
32893
33416
|
.amis-scope .a-CalendarCounter-btn > svg {
|
@@ -32996,9 +33519,9 @@ readers do not read off random characters that represent icons */
|
|
32996
33519
|
}
|
32997
33520
|
|
32998
33521
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
32999
|
-
color: #
|
33522
|
+
color: #1c53c1;
|
33000
33523
|
background: #fff;
|
33001
|
-
border-color: #
|
33524
|
+
border-color: #1c53c1;
|
33002
33525
|
}
|
33003
33526
|
|
33004
33527
|
.amis-scope .rdtBtnCancel:hover:focus {
|
@@ -33197,6 +33720,8 @@ readers do not read off random characters that represent icons */
|
|
33197
33720
|
.amis-scope .a-DateRangePicker-toggler {
|
33198
33721
|
cursor: pointer;
|
33199
33722
|
color: #4b5563;
|
33723
|
+
display: inline-flex;
|
33724
|
+
align-items: center;
|
33200
33725
|
}
|
33201
33726
|
|
33202
33727
|
.amis-scope .a-DateRangePicker-toggler:hover {
|
@@ -33312,9 +33837,11 @@ readers do not read off random characters that represent icons */
|
|
33312
33837
|
width: 7.5rem;
|
33313
33838
|
height: 7.5rem;
|
33314
33839
|
display: inline-flex;
|
33840
|
+
flex-direction: column;
|
33315
33841
|
justify-content: center;
|
33316
33842
|
align-items: center;
|
33317
33843
|
border: 0.0625rem solid #d1d5db;
|
33844
|
+
border-radius: 0;
|
33318
33845
|
cursor: pointer;
|
33319
33846
|
margin-right: 0.75rem;
|
33320
33847
|
color: #58666e;
|
@@ -33343,9 +33870,10 @@ readers do not read off random characters that represent icons */
|
|
33343
33870
|
}
|
33344
33871
|
|
33345
33872
|
.amis-scope .a-ImageControl-addBtn > svg {
|
33346
|
-
width:
|
33347
|
-
height:
|
33873
|
+
width: 1.5rem;
|
33874
|
+
height: 1.5rem;
|
33348
33875
|
top: 0;
|
33876
|
+
margin-bottom: 0.5rem;
|
33349
33877
|
}
|
33350
33878
|
|
33351
33879
|
.amis-scope .a-ImageControl-addBtn.is-disabled {
|
@@ -33383,6 +33911,7 @@ readers do not read off random characters that represent icons */
|
|
33383
33911
|
|
33384
33912
|
.amis-scope .a-ImageControl-item {
|
33385
33913
|
border: 0.0625rem solid #d1d5db;
|
33914
|
+
border-radius: 0;
|
33386
33915
|
vertical-align: top;
|
33387
33916
|
padding: 0.25rem;
|
33388
33917
|
display: inline-block;
|
@@ -33440,10 +33969,11 @@ readers do not read off random characters that represent icons */
|
|
33440
33969
|
|
33441
33970
|
.amis-scope .a-ImageControl-progressValue {
|
33442
33971
|
height: 5px;
|
33972
|
+
border-radius: 0;
|
33443
33973
|
display: block;
|
33444
33974
|
background: #23b7e5;
|
33445
33975
|
min-width: 10%;
|
33446
|
-
transition: ease-out width
|
33976
|
+
transition: ease-out width 0s;
|
33447
33977
|
}
|
33448
33978
|
|
33449
33979
|
.amis-scope .a-ImageControl-item.is-invalid .a-ImageControl-itemClear {
|
@@ -33544,18 +34074,34 @@ readers do not read off random characters that represent icons */
|
|
33544
34074
|
height: 100%;
|
33545
34075
|
}
|
33546
34076
|
|
34077
|
+
.amis-scope .a-FileControl-templateInfo {
|
34078
|
+
display: block;
|
34079
|
+
margin-bottom: 0.75rem;
|
34080
|
+
padding: calc(
|
34081
|
+
(
|
34082
|
+
1.875rem - 0.0625rem * 2 -
|
34083
|
+
1.4285714286 * 0.875rem
|
34084
|
+
) / 2
|
34085
|
+
) 0.75rem;
|
34086
|
+
cursor: pointer;
|
34087
|
+
}
|
34088
|
+
|
34089
|
+
.amis-scope .a-FileControl-templateInfo > svg {
|
34090
|
+
margin-right: 0.25rem;
|
34091
|
+
}
|
34092
|
+
|
33547
34093
|
.amis-scope .a-FileControl-dropzone {
|
33548
34094
|
outline: none;
|
33549
34095
|
}
|
33550
34096
|
|
33551
34097
|
.amis-scope .a-FileControl-selectBtn {
|
33552
|
-
|
34098
|
+
display: flex;
|
34099
|
+
align-items: center;
|
33553
34100
|
}
|
33554
34101
|
|
33555
34102
|
.amis-scope .a-FileControl-selectBtn > svg {
|
33556
|
-
|
33557
|
-
|
33558
|
-
height: pxrem(16px);
|
34103
|
+
width: 0.875rem;
|
34104
|
+
height: 0.875rem;
|
33559
34105
|
}
|
33560
34106
|
|
33561
34107
|
.amis-scope .a-FileControl-description {
|
@@ -33667,9 +34213,10 @@ readers do not read off random characters that represent icons */
|
|
33667
34213
|
.amis-scope .a-FileControl-progress > span {
|
33668
34214
|
display: block;
|
33669
34215
|
background: #23b7e5;
|
34216
|
+
border-radius: 0;
|
33670
34217
|
height: 100%;
|
33671
34218
|
min-width: 10%;
|
33672
|
-
transition: ease-out width
|
34219
|
+
transition: ease-out width 0s;
|
33673
34220
|
}
|
33674
34221
|
|
33675
34222
|
.amis-scope .a-FileControl-acceptTip {
|
@@ -34038,8 +34585,8 @@ readers do not read off random characters that represent icons */
|
|
34038
34585
|
position: absolute;
|
34039
34586
|
z-index: 2;
|
34040
34587
|
top: 50%;
|
34041
|
-
transition: transform
|
34042
|
-
box-shadow
|
34588
|
+
transition: transform 0s ease-out,
|
34589
|
+
box-shadow 0s ease-out;
|
34043
34590
|
}
|
34044
34591
|
|
34045
34592
|
.amis-scope .a-InputRange-slider:active {
|
@@ -34067,7 +34614,7 @@ readers do not read off random characters that represent icons */
|
|
34067
34614
|
}
|
34068
34615
|
|
34069
34616
|
.amis-scope .a-InputRange-sliderContainer {
|
34070
|
-
transition: left
|
34617
|
+
transition: left 0s
|
34071
34618
|
ease-out;
|
34072
34619
|
}
|
34073
34620
|
|
@@ -34108,8 +34655,8 @@ readers do not read off random characters that represent icons */
|
|
34108
34655
|
display: block;
|
34109
34656
|
height: 0.75rem;
|
34110
34657
|
position: relative;
|
34111
|
-
transition: left
|
34112
|
-
width
|
34658
|
+
transition: left 0s ease-out,
|
34659
|
+
width 0s ease-out;
|
34113
34660
|
}
|
34114
34661
|
|
34115
34662
|
.amis-scope .a-InputRange.is-disabled .a-InputRange-track {
|
@@ -34274,7 +34821,7 @@ readers do not read off random characters that represent icons */
|
|
34274
34821
|
|
34275
34822
|
.amis-scope .a-Tree-item-icons {
|
34276
34823
|
visibility: hidden;
|
34277
|
-
transition: visibility
|
34824
|
+
transition: visibility 0s ease;
|
34278
34825
|
display: inline-block;
|
34279
34826
|
vertical-align: top;
|
34280
34827
|
height: 1.875rem;
|
@@ -34371,7 +34918,7 @@ readers do not read off random characters that represent icons */
|
|
34371
34918
|
width: 0.75rem;
|
34372
34919
|
height: 0.75rem;
|
34373
34920
|
display: block;
|
34374
|
-
transition: transform
|
34921
|
+
transition: transform 0s;
|
34375
34922
|
top: 0;
|
34376
34923
|
transform: rotate(90deg);
|
34377
34924
|
}
|
@@ -34500,14 +35047,14 @@ readers do not read off random characters that represent icons */
|
|
34500
35047
|
.amis-scope .a-TreeSelect.is-error > .a-TreeSelect-input {
|
34501
35048
|
border-color: #f05050;
|
34502
35049
|
background: #fff;
|
34503
|
-
transition: all
|
35050
|
+
transition: all 0s;
|
34504
35051
|
}
|
34505
35052
|
|
34506
35053
|
.amis-scope .a-TreeSelect.is-focused > .a-TreeSelect-input {
|
34507
35054
|
border-color: #23b7e5;
|
34508
35055
|
box-shadow: none;
|
34509
35056
|
background: #fff;
|
34510
|
-
transition: all
|
35057
|
+
transition: all 0s;
|
34511
35058
|
}
|
34512
35059
|
|
34513
35060
|
.amis-scope .a-TreeSelect.is-error.is-focused > .a-TreeSelect-input {
|
@@ -34518,7 +35065,7 @@ readers do not read off random characters that represent icons */
|
|
34518
35065
|
color: #99a6ad;
|
34519
35066
|
background: #e5e7eb;
|
34520
35067
|
border-color: #d1d5db;
|
34521
|
-
transition: all
|
35068
|
+
transition: all 0s;
|
34522
35069
|
}
|
34523
35070
|
|
34524
35071
|
.amis-scope .a-TreeSelect-spinner {
|
@@ -35027,7 +35574,7 @@ readers do not read off random characters that represent icons */
|
|
35027
35574
|
}
|
35028
35575
|
|
35029
35576
|
.amis-scope .a-SubForm-addBtn:hover:focus {
|
35030
|
-
color: #
|
35577
|
+
color: #4f86f4;
|
35031
35578
|
text-decoration: underline;
|
35032
35579
|
box-shadow: none;
|
35033
35580
|
}
|
@@ -35117,14 +35664,14 @@ readers do not read off random characters that represent icons */
|
|
35117
35664
|
.amis-scope .a-Picker.is-error > .a-Picker-input {
|
35118
35665
|
border-color: #f05050;
|
35119
35666
|
background: #fff;
|
35120
|
-
transition: all
|
35667
|
+
transition: all 0s;
|
35121
35668
|
}
|
35122
35669
|
|
35123
35670
|
.amis-scope .a-Picker.is-focused > .a-Picker-input {
|
35124
35671
|
border-color: #23b7e5;
|
35125
35672
|
box-shadow: none;
|
35126
35673
|
background: #fff;
|
35127
|
-
transition: all
|
35674
|
+
transition: all 0s;
|
35128
35675
|
}
|
35129
35676
|
|
35130
35677
|
.amis-scope .a-Picker.is-error.is-focused > .a-Picker-input {
|
@@ -35135,7 +35682,7 @@ readers do not read off random characters that represent icons */
|
|
35135
35682
|
color: #99a6ad;
|
35136
35683
|
background: #e5e7eb;
|
35137
35684
|
border-color: #d1d5db;
|
35138
|
-
transition: all
|
35685
|
+
transition: all 0s;
|
35139
35686
|
}
|
35140
35687
|
|
35141
35688
|
.amis-scope .a-Picker-spinner {
|
@@ -35472,6 +36019,7 @@ readers do not read off random characters that represent icons */
|
|
35472
36019
|
font-size: 0.875rem;
|
35473
36020
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35474
36021
|
flex-direction: row;
|
36022
|
+
border-radius: 0.142rem 0.142rem 0 0;
|
35475
36023
|
}
|
35476
36024
|
|
35477
36025
|
.amis-scope .a-Transfer-title--light {
|
@@ -35491,21 +36039,22 @@ readers do not read off random characters that represent icons */
|
|
35491
36039
|
border: 0.0625rem solid #d1d5db;
|
35492
36040
|
display: flex;
|
35493
36041
|
flex-direction: column;
|
36042
|
+
border-radius: 0.142rem;
|
35494
36043
|
}
|
35495
36044
|
|
35496
|
-
.amis-scope .a-Transfer-select > .a-Transfer-
|
35497
|
-
.amis-scope .a-Transfer-result > .a-Transfer-
|
36045
|
+
.amis-scope .a-Transfer-select > .a-Transfer-selection,
|
36046
|
+
.amis-scope .a-Transfer-result > .a-Transfer-value {
|
35498
36047
|
flex-grow: 1;
|
35499
36048
|
max-height: 100%;
|
35500
36049
|
overflow: auto;
|
35501
36050
|
position: relative;
|
35502
36051
|
}
|
35503
36052
|
|
35504
|
-
.amis-scope .a-Transfer-search + .a-Transfer-
|
36053
|
+
.amis-scope .a-Transfer-search + .a-Transfer-selection {
|
35505
36054
|
border-top: 1px solid #d1d5db;
|
35506
36055
|
}
|
35507
36056
|
|
35508
|
-
.amis-scope .a-Transfer-
|
36057
|
+
.amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
|
35509
36058
|
height: 100%;
|
35510
36059
|
display: flex;
|
35511
36060
|
align-items: center;
|
@@ -35553,13 +36102,29 @@ readers do not read off random characters that represent icons */
|
|
35553
36102
|
color: #99a6ad;
|
35554
36103
|
}
|
35555
36104
|
|
35556
|
-
.amis-scope .a-Transfer-
|
36105
|
+
.amis-scope .a-TabsTransfer .a-Transfer-title {
|
36106
|
+
height: 40px;
|
36107
|
+
}
|
36108
|
+
|
36109
|
+
.amis-scope .a-TabsTransfer-placeholder {
|
36110
|
+
height: 1.875rem;
|
36111
|
+
line-height: 1.4285714286;
|
36112
|
+
font-size: 0.875rem;
|
36113
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36114
|
+
color: #99a6ad;
|
36115
|
+
}
|
36116
|
+
|
36117
|
+
.amis-scope .a-TabsTransfer-tab {
|
36118
|
+
padding: 0;
|
36119
|
+
}
|
36120
|
+
|
36121
|
+
.amis-scope .a-TabsTransfer-tabs {
|
35557
36122
|
display: flex;
|
35558
36123
|
flex-direction: column;
|
35559
36124
|
height: 100%;
|
35560
36125
|
}
|
35561
36126
|
|
35562
|
-
.amis-scope .a-
|
36127
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
|
35563
36128
|
border-top: 0 none;
|
35564
36129
|
padding: 5px 0 0 5px;
|
35565
36130
|
display: flex;
|
@@ -35568,59 +36133,48 @@ readers do not read off random characters that represent icons */
|
|
35568
36133
|
align-items: center;
|
35569
36134
|
}
|
35570
36135
|
|
35571
|
-
.amis-scope .a-
|
36136
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
|
35572
36137
|
font-size: 12px;
|
35573
36138
|
padding: 7px 8px;
|
35574
36139
|
}
|
35575
36140
|
|
35576
|
-
.amis-scope .a-
|
36141
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
|
35577
36142
|
flex-grow: 1;
|
35578
36143
|
}
|
35579
36144
|
|
35580
|
-
.amis-scope .a-
|
36145
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
|
35581
36146
|
margin: -5px 5px 0 10px;
|
35582
36147
|
}
|
35583
36148
|
|
35584
|
-
.amis-scope .a-
|
36149
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
|
35585
36150
|
width: 150px;
|
35586
36151
|
margin-right: 10px;
|
35587
36152
|
padding-left: 10px;
|
35588
36153
|
}
|
35589
36154
|
|
35590
|
-
.amis-scope .a-
|
36155
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
|
35591
36156
|
flex-grow: 1;
|
36157
|
+
min-height: 0;
|
35592
36158
|
position: relative;
|
35593
36159
|
padding: 5px 0 0;
|
35594
36160
|
}
|
35595
36161
|
|
35596
|
-
.amis-scope .a-
|
36162
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
|
35597
36163
|
position: relative;
|
35598
|
-
|
36164
|
+
height: 100%;
|
35599
36165
|
}
|
35600
36166
|
|
35601
|
-
.amis-scope .a-
|
36167
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
|
35602
36168
|
display: flex;
|
35603
36169
|
flex-direction: column;
|
35604
36170
|
}
|
35605
36171
|
|
35606
|
-
.amis-scope .a-
|
36172
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
|
35607
36173
|
flex-grow: 1;
|
35608
36174
|
max-height: 100%;
|
35609
36175
|
overflow: auto;
|
35610
36176
|
}
|
35611
36177
|
|
35612
|
-
.amis-scope .a-TabsTransfer .a-Transfer-title {
|
35613
|
-
height: 40px;
|
35614
|
-
}
|
35615
|
-
|
35616
|
-
.amis-scope .a-TabsTransfer-placeholder {
|
35617
|
-
height: 1.875rem;
|
35618
|
-
line-height: 1.4285714286;
|
35619
|
-
font-size: 0.875rem;
|
35620
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35621
|
-
color: #99a6ad;
|
35622
|
-
}
|
35623
|
-
|
35624
36178
|
.amis-scope .a-TransferControl {
|
35625
36179
|
position: relative;
|
35626
36180
|
}
|
@@ -35629,6 +36183,57 @@ readers do not read off random characters that represent icons */
|
|
35629
36183
|
display: inline-block;
|
35630
36184
|
}
|
35631
36185
|
|
36186
|
+
.amis-scope .a-TransferPicker-icon {
|
36187
|
+
transition: transform 0s ease-out;
|
36188
|
+
margin: 5px 5px 5px auto;
|
36189
|
+
display: flex;
|
36190
|
+
color: #4b5563;
|
36191
|
+
}
|
36192
|
+
|
36193
|
+
.amis-scope .a-TransferPicker-icon:hover {
|
36194
|
+
color: #111827;
|
36195
|
+
}
|
36196
|
+
|
36197
|
+
.amis-scope .a-TransferPicker-icon > svg {
|
36198
|
+
width: 0.75rem;
|
36199
|
+
height: 0.75rem;
|
36200
|
+
top: 0;
|
36201
|
+
}
|
36202
|
+
|
36203
|
+
.amis-scope .a-TransferDropDown-icon {
|
36204
|
+
transition: transform 0s ease-out;
|
36205
|
+
margin: 5px 5px 5px auto;
|
36206
|
+
display: flex;
|
36207
|
+
color: #4b5563;
|
36208
|
+
}
|
36209
|
+
|
36210
|
+
.amis-scope .a-TransferDropDown-icon:hover {
|
36211
|
+
color: #111827;
|
36212
|
+
}
|
36213
|
+
|
36214
|
+
.amis-scope .a-TransferDropDown-icon > svg {
|
36215
|
+
width: 0.625rem;
|
36216
|
+
height: 0.625rem;
|
36217
|
+
top: 0;
|
36218
|
+
}
|
36219
|
+
|
36220
|
+
.amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
|
36221
|
+
transform: rotate(180deg);
|
36222
|
+
}
|
36223
|
+
|
36224
|
+
.amis-scope .a-TransferDropDown-content {
|
36225
|
+
min-height: 12.5rem;
|
36226
|
+
display: flex;
|
36227
|
+
flex-direction: column;
|
36228
|
+
}
|
36229
|
+
|
36230
|
+
.amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
|
36231
|
+
flex-grow: 1;
|
36232
|
+
max-height: 100%;
|
36233
|
+
overflow: auto;
|
36234
|
+
position: relative;
|
36235
|
+
}
|
36236
|
+
|
35632
36237
|
.amis-scope .a-NestedSelectControl {
|
35633
36238
|
position: relative;
|
35634
36239
|
}
|
@@ -35783,14 +36388,14 @@ readers do not read off random characters that represent icons */
|
|
35783
36388
|
.amis-scope .a-IconPickerControl.is-error > .a-IconPickerControl-input {
|
35784
36389
|
border-color: #f05050;
|
35785
36390
|
background: #fff;
|
35786
|
-
transition: all
|
36391
|
+
transition: all 0s;
|
35787
36392
|
}
|
35788
36393
|
|
35789
36394
|
.amis-scope .a-IconPickerControl.is-focused > .a-IconPickerControl-input {
|
35790
36395
|
border-color: #23b7e5;
|
35791
36396
|
box-shadow: none;
|
35792
36397
|
background: #fff;
|
35793
|
-
transition: all
|
36398
|
+
transition: all 0s;
|
35794
36399
|
}
|
35795
36400
|
|
35796
36401
|
.amis-scope .a-IconPickerControl.is-error.is-focused > .a-IconPickerControl-input {
|
@@ -35801,7 +36406,7 @@ readers do not read off random characters that represent icons */
|
|
35801
36406
|
color: #99a6ad;
|
35802
36407
|
background: #e5e7eb;
|
35803
36408
|
border-color: #d1d5db;
|
35804
|
-
transition: all
|
36409
|
+
transition: all 0s;
|
35805
36410
|
}
|
35806
36411
|
|
35807
36412
|
.amis-scope .a-IconPickerControl-spinner {
|
@@ -36397,12 +37002,61 @@ readers do not read off random characters that represent icons */
|
|
36397
37002
|
min-width: 10rem;
|
36398
37003
|
}
|
36399
37004
|
|
37005
|
+
.amis-scope .a-Form--column {
|
37006
|
+
display: flex;
|
37007
|
+
flex-wrap: wrap;
|
37008
|
+
margin-left: calc(1rem / -2);
|
37009
|
+
margin-right: calc(1rem / -2);
|
37010
|
+
}
|
37011
|
+
|
37012
|
+
.amis-scope .a-Form--column > .a-Form-item {
|
37013
|
+
flex-grow: 1;
|
37014
|
+
padding-left: calc(1rem / 2);
|
37015
|
+
padding-right: calc(1rem / 2);
|
37016
|
+
}
|
37017
|
+
|
37018
|
+
.amis-scope .a-Form--column-2 > .a-Form-item {
|
37019
|
+
width: 50%;
|
37020
|
+
}
|
37021
|
+
|
37022
|
+
.amis-scope .a-Form--column-3 > .a-Form-item {
|
37023
|
+
width: 33%;
|
37024
|
+
}
|
37025
|
+
|
37026
|
+
.amis-scope .a-Form--column-4 > .a-Form-item {
|
37027
|
+
width: 25%;
|
37028
|
+
}
|
37029
|
+
|
37030
|
+
.amis-scope .a-Form--column-5 > .a-Form-item {
|
37031
|
+
width: 20%;
|
37032
|
+
}
|
37033
|
+
|
37034
|
+
.amis-scope .a-Form--column-6 > .a-Form-item {
|
37035
|
+
width: 16.6%;
|
37036
|
+
}
|
37037
|
+
|
37038
|
+
.amis-scope .a-Form--column-7 > .a-Form-item {
|
37039
|
+
width: 14.2%;
|
37040
|
+
}
|
37041
|
+
|
37042
|
+
.amis-scope .a-Form--column-8 > .a-Form-item {
|
37043
|
+
width: 12.5%;
|
37044
|
+
}
|
37045
|
+
|
37046
|
+
.amis-scope .a-Form-column-9 > .a-Form-item {
|
37047
|
+
width: 11.1%;
|
37048
|
+
}
|
37049
|
+
|
37050
|
+
.amis-scope .a-Form-column-10 > .a-Form-item {
|
37051
|
+
width: 10%;
|
37052
|
+
}
|
37053
|
+
|
36400
37054
|
.amis-scope .a-AnchorNav {
|
36401
37055
|
display: flex;
|
36402
37056
|
height: 25rem;
|
36403
37057
|
}
|
36404
37058
|
|
36405
|
-
.amis-scope .a-AnchorNav-link-wrap {
|
37059
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
|
36406
37060
|
margin: 0;
|
36407
37061
|
padding: 0;
|
36408
37062
|
width: 8.75rem;
|
@@ -36410,12 +37064,12 @@ readers do not read off random characters that represent icons */
|
|
36410
37064
|
padding-bottom: 3.75rem;
|
36411
37065
|
}
|
36412
37066
|
|
36413
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
37067
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
36414
37068
|
position: relative;
|
36415
37069
|
display: block;
|
36416
37070
|
}
|
36417
37071
|
|
36418
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
37072
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
36419
37073
|
display: block;
|
36420
37074
|
border: 0.0625rem solid transparent;
|
36421
37075
|
border-width: 0 0.125rem 0 0;
|
@@ -36429,14 +37083,68 @@ readers do not read off random characters that represent icons */
|
|
36429
37083
|
margin: 0;
|
36430
37084
|
}
|
36431
37085
|
|
36432
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
|
37086
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
|
36433
37087
|
color: #7266ba;
|
36434
37088
|
}
|
36435
37089
|
|
36436
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
|
36437
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
|
37090
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
|
37091
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
|
37092
|
+
color: #7266ba;
|
37093
|
+
border-color: #7266ba;
|
37094
|
+
}
|
37095
|
+
|
37096
|
+
.amis-scope .a-AnchorNav--horizontal {
|
37097
|
+
flex-direction: column;
|
37098
|
+
}
|
37099
|
+
|
37100
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
|
37101
|
+
user-select: none;
|
37102
|
+
margin: 0px;
|
37103
|
+
padding: 0px;
|
37104
|
+
border-bottom: 0.0625rem solid #d1d5db;
|
37105
|
+
list-style: none;
|
37106
|
+
}
|
37107
|
+
|
37108
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
37109
|
+
margin-bottom: calc(0.0625rem * -1);
|
37110
|
+
display: inline-block;
|
37111
|
+
position: relative;
|
37112
|
+
}
|
37113
|
+
|
37114
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
|
37115
|
+
font-size: 0.875rem;
|
37116
|
+
outline: 0;
|
37117
|
+
border: 0.0625rem solid transparent;
|
37118
|
+
border-width: 0 0 0.125rem 0;
|
37119
|
+
border-top-left-radius: 0.142rem;
|
37120
|
+
border-top-right-radius: 0.142rem;
|
37121
|
+
color: #58666e;
|
37122
|
+
margin: 0 0.1875rem 0 0;
|
37123
|
+
padding: 0.5rem 0.75rem;
|
37124
|
+
text-decoration: none;
|
37125
|
+
cursor: pointer;
|
37126
|
+
display: block;
|
37127
|
+
}
|
37128
|
+
|
37129
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
|
37130
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
|
36438
37131
|
color: #7266ba;
|
37132
|
+
background: transparent;
|
37133
|
+
border-color: transparent;
|
37134
|
+
}
|
37135
|
+
|
37136
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
|
37137
|
+
margin: 0;
|
37138
|
+
}
|
37139
|
+
|
37140
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
|
37141
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
|
37142
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
|
37143
|
+
font-size: 0.875rem;
|
37144
|
+
border-width: 0 0 0.125rem 0;
|
36439
37145
|
border-color: #7266ba;
|
37146
|
+
color: #7266ba;
|
37147
|
+
background: transparent;
|
36440
37148
|
}
|
36441
37149
|
|
36442
37150
|
.amis-scope .a-AnchorNav-section-wrap {
|
@@ -36716,6 +37424,19 @@ readers do not read off random characters that represent icons */
|
|
36716
37424
|
border-bottom-color: #eee;
|
36717
37425
|
}
|
36718
37426
|
|
37427
|
+
.amis-scope .a-Link.is-disabled {
|
37428
|
+
cursor: not-allowed;
|
37429
|
+
color: #99a6ad;
|
37430
|
+
}
|
37431
|
+
|
37432
|
+
.amis-scope .a-MappingField {
|
37433
|
+
margin-right: 0.25rem;
|
37434
|
+
}
|
37435
|
+
|
37436
|
+
.amis-scope .a-MappingField:last-child {
|
37437
|
+
margin-right: 0;
|
37438
|
+
}
|
37439
|
+
|
36719
37440
|
/*
|
36720
37441
|
* utilities
|
36721
37442
|
*/
|
@@ -37162,6 +37883,10 @@ readers do not read off random characters that represent icons */
|
|
37162
37883
|
background: none !important;
|
37163
37884
|
}
|
37164
37885
|
|
37886
|
+
.cursor-pointer {
|
37887
|
+
cursor: pointer;
|
37888
|
+
}
|
37889
|
+
|
37165
37890
|
.amis-scope a.bg-primary:hover {
|
37166
37891
|
background: #6254b2;
|
37167
37892
|
}
|
@@ -38719,7 +39444,7 @@ readers do not read off random characters that represent icons */
|
|
38719
39444
|
}
|
38720
39445
|
|
38721
39446
|
.amis-scope .hover-rotate {
|
38722
|
-
transition: all
|
39447
|
+
transition: all 0s ease-in-out 0s;
|
38723
39448
|
}
|
38724
39449
|
|
38725
39450
|
.amis-scope .hover-anchor:hover > .hover-action,
|
@@ -39053,4 +39778,4 @@ readers do not read off random characters that represent icons */
|
|
39053
39778
|
.amis-scope .no-padder-xs {
|
39054
39779
|
padding: 0 !important;
|
39055
39780
|
}
|
39056
|
-
}
|
39781
|
+
}
|