amis 1.8.0-beta.1 → 1.8.0-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/lib/Schema.d.ts +9 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.js +19 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/WithRootStore.d.ts +18 -0
- package/lib/WithStore.js +2 -1
- package/lib/WithStore.js.map +2 -2
- package/lib/actions/CmptAction.js +26 -4
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +32 -0
- package/lib/actions/PageAction.js +72 -0
- package/lib/actions/PageAction.js.map +13 -0
- package/lib/actions/index.d.ts +1 -0
- package/lib/actions/index.js +1 -0
- package/lib/actions/index.js.map +2 -2
- package/lib/components/AssociatedSelection.js +9 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Cascader.d.ts +2 -0
- package/lib/components/Cascader.js +28 -12
- package/lib/components/Cascader.js.map +2 -2
- package/lib/components/Checkbox.d.ts +24 -23
- package/lib/components/Checkbox.js +5 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +8 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +285 -171
- package/lib/components/DateRangePicker.js +471 -66
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Overlay.d.ts +1 -0
- package/lib/components/Overlay.js +4 -3
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/Progress.d.ts +29 -24
- package/lib/components/Progress.js +44 -16
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/PullRefresh.d.ts +86 -0
- package/lib/components/PullRefresh.js +135 -0
- package/lib/components/PullRefresh.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -22
- package/lib/components/Radios.js +3 -5
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Range.d.ts +2 -2
- package/lib/components/Range.js +24 -11
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Spinner.d.ts +200 -107
- package/lib/components/Spinner.js +30 -26
- package/lib/components/Spinner.js.map +2 -2
- package/lib/components/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/Tooltip.d.ts +4 -0
- package/lib/components/Tooltip.js +6 -4
- package/lib/components/Tooltip.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +66 -4
- package/lib/components/TooltipWrapper.js +40 -8
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +87 -85
- package/lib/components/Tree.js +13 -5
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/Calendar.js +0 -13
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +1 -0
- package/lib/components/calendar/TimeView.js +7 -0
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +4 -4
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Field.d.ts +1 -0
- package/lib/components/condition-builder/Field.js +3 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
- 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.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +9 -8
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +5 -5
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +87 -85
- package/lib/components/formula/Editor.js +10 -6
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.js +3 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/factory.d.ts +5 -0
- package/lib/factory.js +22 -1
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +18 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +18 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +2 -0
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/App.d.ts +1 -0
- package/lib/renderers/App.js +3 -0
- package/lib/renderers/App.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +8 -0
- package/lib/renderers/CRUD.js +12 -5
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +1 -0
- package/lib/renderers/Carousel.js +13 -1
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Chart.d.ts +1 -0
- package/lib/renderers/Chart.js +3 -0
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +1 -0
- package/lib/renderers/Dialog.js +3 -0
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.d.ts +1 -0
- package/lib/renderers/Drawer.js +6 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -2
- package/lib/renderers/Form/Checkbox.js +2 -2
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +7 -2
- package/lib/renderers/Form/Checkboxes.js +101 -12
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +2 -1
- package/lib/renderers/Form/Combo.js +54 -16
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +3 -2
- package/lib/renderers/Form/Editor.d.ts +2 -2
- package/lib/renderers/Form/InputCity.d.ts +87 -84
- package/lib/renderers/Form/InputCity.js +44 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -3
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js +12 -3
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +19 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +18 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +5 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputRange.js +13 -14
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputText.d.ts +1 -1
- package/lib/renderers/Form/InputText.js +8 -10
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/InputTree.d.ts +5 -0
- package/lib/renderers/Form/InputTree.js +51 -2
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +79 -76
- package/lib/renderers/Form/Item.js +3 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +4 -0
- package/lib/renderers/Form/NestedSelect.js +14 -5
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +61 -27
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +4 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Textarea.js +2 -1
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +11 -2
- package/lib/renderers/Form/TreeSelect.js +56 -10
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +3 -0
- package/lib/renderers/Form/index.js +53 -16
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.d.ts +10 -0
- package/lib/renderers/Form/wrapControl.js +41 -19
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.d.ts +82 -67
- package/lib/renderers/Nav.js +49 -13
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +21 -0
- package/lib/renderers/Page.js +54 -14
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Progress.d.ts +3 -6
- package/lib/renderers/Progress.js +2 -2
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Service.d.ts +3 -0
- package/lib/renderers/Service.js +55 -20
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Spinner.d.ts +58 -2
- package/lib/renderers/Spinner.js +8 -1
- package/lib/renderers/Spinner.js.map +2 -2
- package/lib/renderers/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
- package/lib/renderers/Table/ColumnToggler.js +11 -6
- package/lib/renderers/Table/ColumnToggler.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +27 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +2 -0
- package/lib/renderers/Table/index.js +23 -10
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +4 -0
- package/lib/renderers/Tabs.js +22 -6
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +35 -6
- package/lib/renderers/TooltipWrapper.js +19 -8
- package/lib/renderers/TooltipWrapper.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +7 -3
- package/lib/renderers/Wizard.js +269 -152
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/combo.d.ts +2 -2
- package/lib/store/crud.d.ts +1 -0
- package/lib/store/crud.js +55 -19
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -1
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.d.ts +5 -0
- package/lib/store/index.js +14 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/store/table.js +2 -2
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +768 -199
- package/lib/themes/ang.css +723 -142
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +851 -282
- package/lib/themes/antd.css +724 -143
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +879 -310
- package/lib/themes/cxd.css +727 -146
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +769 -200
- package/lib/themes/dark.css +723 -142
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +879 -310
- package/lib/themes/default.css +727 -146
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +3 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/ColorScale.d.ts +19 -0
- package/lib/utils/ColorScale.js +104 -0
- package/lib/utils/ColorScale.js.map +13 -0
- package/lib/utils/api.js +20 -4
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/columnsSplit.d.ts +1 -0
- package/lib/utils/columnsSplit.js +40 -0
- package/lib/utils/columnsSplit.js.map +13 -0
- package/lib/utils/debug.d.ts +1 -1
- package/lib/utils/debug.js +16 -22
- package/lib/utils/debug.js.map +2 -2
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/dom.js +7 -5
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/position.js +0 -1
- package/lib/utils/position.js.map +2 -2
- package/lib/utils/scrollPosition.d.ts +6 -0
- package/lib/utils/scrollPosition.js +31 -0
- package/lib/utils/scrollPosition.js.map +13 -0
- package/package.json +3 -2
- package/schema.json +29681 -28936
- package/scss/_properties.scss +44 -13
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_column-toggler.scss +21 -11
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_formula.scss +1 -1
- package/scss/components/_nav.scss +51 -6
- package/scss/components/_progress.scss +4 -6
- package/scss/components/_pull-refresh.scss +25 -0
- package/scss/components/_spinner.scss +134 -56
- package/scss/components/_steps.scss +199 -8
- package/scss/components/_tooltip.scss +4 -9
- package/scss/components/form/_checks.scss +125 -2
- package/scss/components/form/_combo.scss +13 -1
- package/scss/components/form/_date-range.scss +27 -2
- package/scss/components/form/_date.scss +13 -1
- package/scss/components/form/_editor.scss +2 -1
- package/scss/components/form/_file.scss +4 -0
- package/scss/components/form/_form.scss +31 -8
- package/scss/components/form/_number.scss +3 -2
- package/scss/components/form/_select.scss +0 -1
- package/scss/components/form/_textarea.scss +1 -23
- package/scss/components/form/_transfer.scss +3 -2
- package/scss/themes/_antd-variables.scss +1 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +4 -4
- package/sdk/ang-ie11.css +816 -182
- package/sdk/ang.css +775 -129
- package/sdk/antd-ie11.css +896 -262
- package/sdk/antd.css +776 -130
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +907 -273
- package/sdk/cxd.css +779 -133
- package/sdk/dark-ie11.css +817 -183
- package/sdk/dark.css +775 -129
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +18 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +907 -273
- package/sdk/sdk.css +779 -133
- package/sdk/sdk.js +1317 -1273
- 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 +10 -0
- package/src/SchemaRenderer.tsx +32 -14
- package/src/WithStore.tsx +3 -1
- package/src/actions/CmptAction.ts +28 -0
- package/src/actions/PageAction.ts +62 -0
- package/src/actions/index.ts +1 -0
- package/src/components/AssociatedSelection.tsx +9 -3
- package/src/components/BarCode.tsx +2 -2
- package/src/components/Cascader.tsx +37 -11
- package/src/components/Checkbox.tsx +11 -5
- package/src/components/DatePicker.tsx +12 -4
- package/src/components/DateRangePicker.tsx +551 -88
- package/src/components/Drawer.tsx +1 -0
- package/src/components/Modal.tsx +1 -0
- package/src/components/Overlay.tsx +6 -3
- package/src/components/Progress.tsx +57 -22
- package/src/components/PullRefresh.tsx +197 -0
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Spinner.tsx +77 -42
- package/src/components/Steps.tsx +28 -27
- package/src/components/Tooltip.tsx +12 -3
- package/src/components/TooltipWrapper.tsx +137 -33
- package/src/components/Tree.tsx +19 -5
- package/src/components/calendar/Calendar.tsx +0 -14
- package/src/components/calendar/TimeView.tsx +12 -0
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/components/condition-builder/Expression.tsx +6 -1
- package/src/components/condition-builder/Field.tsx +5 -1
- package/src/components/condition-builder/Group.tsx +4 -1
- package/src/components/condition-builder/GroupOrItem.tsx +4 -1
- package/src/components/condition-builder/InputSwitch.tsx +4 -1
- package/src/components/condition-builder/Item.tsx +28 -4
- package/src/components/condition-builder/Value.tsx +7 -1
- package/src/components/condition-builder/index.tsx +4 -2
- package/src/components/formula/Editor.tsx +20 -15
- package/src/components/formula/Picker.tsx +9 -5
- package/src/factory.tsx +29 -1
- package/src/locale/de-DE.ts +18 -1
- package/src/locale/en-US.ts +18 -1
- package/src/locale/zh-CN.ts +18 -1
- package/src/renderers/Action.tsx +22 -1
- package/src/renderers/App.tsx +4 -0
- package/src/renderers/CRUD.tsx +23 -5
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Chart.tsx +4 -0
- package/src/renderers/Dialog.tsx +4 -0
- package/src/renderers/Drawer.tsx +14 -2
- package/src/renderers/Form/Checkbox.tsx +11 -2
- package/src/renderers/Form/Checkboxes.tsx +106 -23
- package/src/renderers/Form/Combo.tsx +104 -49
- package/src/renderers/Form/InputCity.tsx +33 -4
- package/src/renderers/Form/InputDate.tsx +18 -4
- package/src/renderers/Form/InputDateRange.tsx +27 -3
- package/src/renderers/Form/InputFile.tsx +23 -7
- package/src/renderers/Form/InputImage.tsx +22 -6
- package/src/renderers/Form/InputMonthRange.tsx +7 -1
- package/src/renderers/Form/InputRange.tsx +18 -16
- package/src/renderers/Form/InputText.tsx +14 -4
- package/src/renderers/Form/InputTree.tsx +40 -2
- package/src/renderers/Form/Item.tsx +7 -0
- package/src/renderers/Form/NestedSelect.tsx +23 -4
- package/src/renderers/Form/Options.tsx +26 -7
- package/src/renderers/Form/Select.tsx +5 -3
- package/src/renderers/Form/Textarea.tsx +3 -1
- package/src/renderers/Form/TreeSelect.tsx +47 -9
- package/src/renderers/Form/index.tsx +56 -25
- package/src/renderers/Form/wrapControl.tsx +23 -12
- package/src/renderers/Nav.tsx +231 -33
- package/src/renderers/Page.tsx +96 -33
- package/src/renderers/Progress.tsx +7 -9
- package/src/renderers/Service.tsx +66 -27
- package/src/renderers/Spinner.tsx +85 -3
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/ColumnToggler.tsx +36 -11
- package/src/renderers/Table/TableCell.tsx +39 -1
- package/src/renderers/Table/index.tsx +43 -19
- package/src/renderers/Tabs.tsx +75 -28
- package/src/renderers/TooltipWrapper.tsx +71 -28
- package/src/renderers/Wizard.tsx +169 -93
- package/src/store/crud.ts +50 -5
- package/src/store/form.ts +8 -3
- package/src/store/formItem.ts +1 -2
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +2 -2
- package/src/types.ts +8 -1
- package/src/utils/ColorScale.ts +138 -0
- package/src/utils/api.ts +26 -4
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
- package/src/utils/dom.tsx +7 -6
- package/src/utils/position.ts +0 -1
- package/src/utils/scrollPosition.ts +29 -0
package/sdk/ang-ie11.css
CHANGED
@@ -26306,8 +26306,8 @@ readers do not read off random characters that represent icons */
|
|
26306
26306
|
z-index: 1600;
|
26307
26307
|
word-wrap: break-word;
|
26308
26308
|
background: #fff;
|
26309
|
-
|
26310
|
-
|
26309
|
+
box-shadow: 0 4px 6px 1px rgb(8 14 26 / 6%),
|
26310
|
+
0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 4%);
|
26311
26311
|
}
|
26312
26312
|
|
26313
26313
|
.amis-scope .a-Tooltip-arrow {
|
@@ -26343,7 +26343,6 @@ readers do not read off random characters that represent icons */
|
|
26343
26343
|
|
26344
26344
|
.amis-scope .a-Tooltip--top .a-Tooltip-arrow::before {
|
26345
26345
|
bottom: 0;
|
26346
|
-
border-top-color: #d1d5db;
|
26347
26346
|
}
|
26348
26347
|
|
26349
26348
|
.amis-scope .a-Tooltip--top .a-Tooltip-arrow::after {
|
@@ -26370,7 +26369,6 @@ readers do not read off random characters that represent icons */
|
|
26370
26369
|
|
26371
26370
|
.amis-scope .a-Tooltip--right .a-Tooltip-arrow::before {
|
26372
26371
|
left: 0;
|
26373
|
-
border-right-color: #d1d5db;
|
26374
26372
|
}
|
26375
26373
|
|
26376
26374
|
.amis-scope .a-Tooltip--right .a-Tooltip-arrow::after {
|
@@ -26393,7 +26391,6 @@ readers do not read off random characters that represent icons */
|
|
26393
26391
|
|
26394
26392
|
.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::before {
|
26395
26393
|
top: 0;
|
26396
|
-
border-bottom-color: #d1d5db;
|
26397
26394
|
}
|
26398
26395
|
|
26399
26396
|
.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::after {
|
@@ -26432,7 +26429,6 @@ readers do not read off random characters that represent icons */
|
|
26432
26429
|
|
26433
26430
|
.amis-scope .a-Tooltip--left .a-Tooltip-arrow::before {
|
26434
26431
|
right: 0;
|
26435
|
-
border-left-color: #d1d5db;
|
26436
26432
|
}
|
26437
26433
|
|
26438
26434
|
.amis-scope .a-Tooltip--left .a-Tooltip-arrow::after {
|
@@ -26441,12 +26437,11 @@ readers do not read off random characters that represent icons */
|
|
26441
26437
|
}
|
26442
26438
|
|
26443
26439
|
.amis-scope .a-Tooltip-title {
|
26444
|
-
padding: 0.
|
26440
|
+
padding: 0.5rem 0.75rem 0;
|
26445
26441
|
margin-bottom: 0;
|
26446
26442
|
font-size: 0.875rem;
|
26447
26443
|
color: #414c52;
|
26448
|
-
|
26449
|
-
border-bottom: 0.0625rem solid #ebebeb;
|
26444
|
+
font-weight: 500;
|
26450
26445
|
border-top-left-radius: calc( 0.428rem - 0.0625rem );
|
26451
26446
|
border-top-right-radius: calc( 0.428rem - 0.0625rem );
|
26452
26447
|
font-weight: bold;
|
@@ -26458,7 +26453,9 @@ readers do not read off random characters that represent icons */
|
|
26458
26453
|
|
26459
26454
|
.amis-scope .a-Tooltip-body {
|
26460
26455
|
color: #58666e;
|
26461
|
-
padding: 0.5rem 0.
|
26456
|
+
padding: 0.5rem 0.75rem;
|
26457
|
+
word-break: break-all;
|
26458
|
+
text-align: left;
|
26462
26459
|
}
|
26463
26460
|
|
26464
26461
|
.amis-scope .a-Tooltip--dark {
|
@@ -28465,6 +28462,34 @@ readers do not read off random characters that represent icons */
|
|
28465
28462
|
vertical-align: middle;
|
28466
28463
|
}
|
28467
28464
|
|
28465
|
+
.amis-scope .a-Nav .a-Nav-list-overflow {
|
28466
|
+
min-height: 2.5rem !important;
|
28467
|
+
max-height: calc(2.5rem * 5);
|
28468
|
+
max-width: 10rem;
|
28469
|
+
font-size: 0.875rem;
|
28470
|
+
overflow-x: hidden;
|
28471
|
+
overflow-y: auto;
|
28472
|
+
}
|
28473
|
+
|
28474
|
+
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-subItems {
|
28475
|
+
margin-block-start: 0;
|
28476
|
+
margin-block-end: 0;
|
28477
|
+
}
|
28478
|
+
|
28479
|
+
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-item {
|
28480
|
+
max-width: 10rem;
|
28481
|
+
height: 2.5rem;
|
28482
|
+
}
|
28483
|
+
|
28484
|
+
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-item > a {
|
28485
|
+
border: none !important;
|
28486
|
+
display: block !important;
|
28487
|
+
text-overflow: ellipsis;
|
28488
|
+
overflow: hidden;
|
28489
|
+
white-space: nowrap;
|
28490
|
+
user-select: none;
|
28491
|
+
}
|
28492
|
+
|
28468
28493
|
.amis-scope .a-Nav .a-Nav-list--tabs {
|
28469
28494
|
border-bottom: 0.0625rem solid #d1d5db;
|
28470
28495
|
}
|
@@ -28473,6 +28498,7 @@ readers do not read off random characters that represent icons */
|
|
28473
28498
|
margin-bottom: calc(0.0625rem * -1);
|
28474
28499
|
display: inline-block;
|
28475
28500
|
position: relative;
|
28501
|
+
max-width: 10rem;
|
28476
28502
|
}
|
28477
28503
|
|
28478
28504
|
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
|
@@ -28487,11 +28513,15 @@ readers do not read off random characters that represent icons */
|
|
28487
28513
|
margin-right: 0.125rem;
|
28488
28514
|
padding: 0.5rem 1.5rem;
|
28489
28515
|
cursor: pointer;
|
28516
|
+
text-overflow: ellipsis;
|
28517
|
+
overflow: hidden;
|
28518
|
+
white-space: nowrap;
|
28490
28519
|
}
|
28491
28520
|
|
28492
28521
|
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
|
28493
28522
|
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
|
28494
28523
|
border-color: #e5e7eb;
|
28524
|
+
border-bottom: none;
|
28495
28525
|
text-decoration: none;
|
28496
28526
|
}
|
28497
28527
|
|
@@ -28511,6 +28541,13 @@ readers do not read off random characters that represent icons */
|
|
28511
28541
|
border-bottom-color: #fff;
|
28512
28542
|
}
|
28513
28543
|
|
28544
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow:hover > a,
|
28545
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow > a:focus,
|
28546
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow.is-overflow-opened > a {
|
28547
|
+
color: #7266ba;
|
28548
|
+
border-color: transparent;
|
28549
|
+
}
|
28550
|
+
|
28514
28551
|
.amis-scope .a-Nav .a-Nav-list--stacked {
|
28515
28552
|
min-height: 3.125rem;
|
28516
28553
|
}
|
@@ -29431,57 +29468,122 @@ readers do not read off random characters that represent icons */
|
|
29431
29468
|
}
|
29432
29469
|
}
|
29433
29470
|
|
29434
|
-
.amis-scope .
|
29435
|
-
|
29436
|
-
|
29437
|
-
|
29438
|
-
|
29439
|
-
position: absolute;
|
29440
|
-
z-index: 10;
|
29441
|
-
top: 0;
|
29442
|
-
left: 0;
|
29443
|
-
right: 0;
|
29444
|
-
bottom: 0;
|
29445
|
-
background: rgba(255, 255, 255, 0.4);
|
29446
|
-
transition: ease-out opacity 0s;
|
29471
|
+
.amis-scope .a-Spinner {
|
29472
|
+
display: inline-flex;
|
29473
|
+
flex-direction: column;
|
29474
|
+
align-items: center;
|
29475
|
+
justify-content: center;
|
29447
29476
|
opacity: 0;
|
29477
|
+
transition: ease-out opacity 0s;
|
29448
29478
|
}
|
29449
29479
|
|
29450
|
-
.amis-scope .a-Spinner
|
29480
|
+
.amis-scope .a-Spinner.in {
|
29451
29481
|
opacity: 1;
|
29452
29482
|
}
|
29453
29483
|
|
29454
|
-
.amis-scope .a-Spinner {
|
29455
|
-
width:
|
29456
|
-
height:
|
29484
|
+
.amis-scope .a-Spinner .a-Spinner-icon {
|
29485
|
+
width: 2rem;
|
29486
|
+
height: 2rem;
|
29487
|
+
position: relative;
|
29457
29488
|
transform: translateZ(0);
|
29458
|
-
|
29489
|
+
animation: spin 2s linear infinite;
|
29490
|
+
transition: ease-out all 0s;
|
29491
|
+
}
|
29492
|
+
|
29493
|
+
.amis-scope .a-Spinner .a-Spinner-icon--default {
|
29459
29494
|
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");
|
29460
29495
|
background-size: 100%;
|
29461
|
-
|
29496
|
+
animation: none;
|
29462
29497
|
}
|
29463
29498
|
|
29464
|
-
.amis-scope .a-Spinner--
|
29465
|
-
|
29466
|
-
|
29499
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple {
|
29500
|
+
background: transparent;
|
29501
|
+
display: flex;
|
29502
|
+
align-items: center;
|
29503
|
+
justify-content: center;
|
29504
|
+
}
|
29505
|
+
|
29506
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple .icon {
|
29507
|
+
width: 100%;
|
29508
|
+
height: 100%;
|
29509
|
+
color: #2468f2;
|
29510
|
+
}
|
29511
|
+
|
29512
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple svg.icon {
|
29513
|
+
top: 0;
|
29514
|
+
}
|
29515
|
+
|
29516
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple svg.icon path {
|
29517
|
+
fill: #2468f2;
|
29518
|
+
}
|
29519
|
+
|
29520
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple i.icon {
|
29521
|
+
display: flex;
|
29522
|
+
align-items: center;
|
29523
|
+
justify-content: center;
|
29524
|
+
font-size: 2rem;
|
29525
|
+
}
|
29526
|
+
|
29527
|
+
.amis-scope .a-Spinner .a-Spinner-icon--custom {
|
29528
|
+
width: auto;
|
29529
|
+
height: auto;
|
29530
|
+
}
|
29531
|
+
|
29532
|
+
.amis-scope .a-Spinner .a-Spinner-icon--lg {
|
29533
|
+
width: 3rem;
|
29534
|
+
height: 3rem;
|
29535
|
+
}
|
29536
|
+
|
29537
|
+
.amis-scope .a-Spinner .a-Spinner-icon--lg i.icon {
|
29538
|
+
font-size: 3rem;
|
29467
29539
|
}
|
29468
29540
|
|
29469
|
-
.amis-scope .a-Spinner--sm {
|
29541
|
+
.amis-scope .a-Spinner .a-Spinner-icon--sm {
|
29470
29542
|
width: 1rem;
|
29471
29543
|
height: 1rem;
|
29472
29544
|
}
|
29473
29545
|
|
29474
|
-
.amis-scope .a-Spinner--icon {
|
29475
|
-
|
29476
|
-
animation: spin 2s linear infinite;
|
29477
|
-
width: 16px;
|
29478
|
-
height: 16px;
|
29546
|
+
.amis-scope .a-Spinner .a-Spinner-icon--sm i.icon {
|
29547
|
+
font-size: 1rem;
|
29479
29548
|
}
|
29480
29549
|
|
29481
|
-
.amis-scope .a-Spinner
|
29482
|
-
|
29483
|
-
|
29484
|
-
|
29550
|
+
.amis-scope .a-Spinner .a-Spinner-tip {
|
29551
|
+
margin: 0.75rem 0 0 0;
|
29552
|
+
word-break: keep-all;
|
29553
|
+
white-space: nowrap;
|
29554
|
+
color: #2468f2;
|
29555
|
+
}
|
29556
|
+
|
29557
|
+
.amis-scope .a-Spinner.a-Spinner-tip--top {
|
29558
|
+
flex-direction: column-reverse;
|
29559
|
+
}
|
29560
|
+
|
29561
|
+
.amis-scope .a-Spinner.a-Spinner-tip--top .a-Spinner-tip {
|
29562
|
+
margin: 0 0 0.75rem 0;
|
29563
|
+
}
|
29564
|
+
|
29565
|
+
.amis-scope .a-Spinner.a-Spinner-tip--right {
|
29566
|
+
flex-direction: row;
|
29567
|
+
}
|
29568
|
+
|
29569
|
+
.amis-scope .a-Spinner.a-Spinner-tip--right .a-Spinner-tip {
|
29570
|
+
margin: 0 0 0 0.75rem;
|
29571
|
+
}
|
29572
|
+
|
29573
|
+
.amis-scope .a-Spinner.a-Spinner-tip--bottom {
|
29574
|
+
flex-direction: column;
|
29575
|
+
}
|
29576
|
+
|
29577
|
+
.amis-scope .a-Spinner.a-Spinner-tip--bottom .a-Spinner-tip {
|
29578
|
+
margin: 0.75rem 0 0 0;
|
29579
|
+
}
|
29580
|
+
|
29581
|
+
.amis-scope .a-Spinner.a-Spinner-tip--left {
|
29582
|
+
flex-direction: row-reverse;
|
29583
|
+
}
|
29584
|
+
|
29585
|
+
.amis-scope .a-Spinner.a-Spinner-tip--left .a-Spinner-tip {
|
29586
|
+
margin: 0 0.75rem 0 0;
|
29485
29587
|
}
|
29486
29588
|
|
29487
29589
|
.amis-scope .a-Spinner--overlay {
|
@@ -29492,20 +29594,34 @@ readers do not read off random characters that represent icons */
|
|
29492
29594
|
transform: translate3d(-50%, -50%, 0);
|
29493
29595
|
}
|
29494
29596
|
|
29495
|
-
.amis-scope .a-Spinner
|
29496
|
-
|
29497
|
-
|
29498
|
-
|
29597
|
+
.amis-scope .a-Spinner-overlay {
|
29598
|
+
position: absolute;
|
29599
|
+
z-index: 10;
|
29600
|
+
top: 0;
|
29601
|
+
left: 0;
|
29602
|
+
right: 0;
|
29603
|
+
bottom: 0;
|
29604
|
+
background: rgba(255, 255, 255, 0.4);
|
29605
|
+
transition: ease-out opacity 0s;
|
29606
|
+
opacity: 0;
|
29499
29607
|
}
|
29500
29608
|
|
29501
|
-
|
29502
|
-
|
29503
|
-
|
29504
|
-
}
|
29609
|
+
.amis-scope .a-Spinner-overlay.in {
|
29610
|
+
opacity: 1;
|
29611
|
+
}
|
29505
29612
|
|
29506
|
-
|
29507
|
-
|
29508
|
-
|
29613
|
+
.amis-scope .a-Spinner-wrap {
|
29614
|
+
position: relative;
|
29615
|
+
width: 100%;
|
29616
|
+
height: 100%;
|
29617
|
+
}
|
29618
|
+
|
29619
|
+
.amis-scope .a-Spinner-wrap .a-Spinner {
|
29620
|
+
position: absolute;
|
29621
|
+
z-index: 11;
|
29622
|
+
top: 50%;
|
29623
|
+
left: 50%;
|
29624
|
+
transform: translate3d(-50%, -50%, 0);
|
29509
29625
|
}
|
29510
29626
|
|
29511
29627
|
.amis-scope .a-ButtonGroup {
|
@@ -33116,12 +33232,9 @@ readers do not read off random characters that represent icons */
|
|
33116
33232
|
font-size: 0.75rem;
|
33117
33233
|
padding: 0.25rem 0.5rem;
|
33118
33234
|
height: 1.5rem;
|
33119
|
-
width: calc((100% -
|
33120
|
-
float: left;
|
33235
|
+
width: calc((100% - 0.25rem * 6) / 3);
|
33121
33236
|
margin: 0.25rem;
|
33122
|
-
|
33123
|
-
white-space: nowrap;
|
33124
|
-
overflow: hidden;
|
33237
|
+
float: left;
|
33125
33238
|
}
|
33126
33239
|
|
33127
33240
|
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
|
@@ -33132,6 +33245,20 @@ readers do not read off random characters that represent icons */
|
|
33132
33245
|
border: 1px solid #23b7e5;
|
33133
33246
|
}
|
33134
33247
|
|
33248
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label {
|
33249
|
+
display: inline-block;
|
33250
|
+
width: calc(100% - 1rem);
|
33251
|
+
}
|
33252
|
+
|
33253
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label > span {
|
33254
|
+
display: inline-block;
|
33255
|
+
max-width: 100%;
|
33256
|
+
text-overflow: ellipsis;
|
33257
|
+
white-space: nowrap;
|
33258
|
+
overflow: hidden;
|
33259
|
+
user-select: none;
|
33260
|
+
}
|
33261
|
+
|
33135
33262
|
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
|
33136
33263
|
height: 1rem;
|
33137
33264
|
width: 1rem;
|
@@ -33139,10 +33266,12 @@ readers do not read off random characters that represent icons */
|
|
33139
33266
|
}
|
33140
33267
|
|
33141
33268
|
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
|
33269
|
+
display: inline-block;
|
33142
33270
|
margin-left: 0;
|
33143
33271
|
margin-right: 0.25rem;
|
33144
|
-
|
33272
|
+
vertical-align: super;
|
33145
33273
|
color: #d8d8d8;
|
33274
|
+
cursor: move;
|
33146
33275
|
}
|
33147
33276
|
|
33148
33277
|
.amis-scope .a-ColumnToggler-modal-footer {
|
@@ -33181,10 +33310,6 @@ readers do not read off random characters that represent icons */
|
|
33181
33310
|
justify-content: flex-end;
|
33182
33311
|
}
|
33183
33312
|
|
33184
|
-
.amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
|
33185
|
-
width: 72px;
|
33186
|
-
}
|
33187
|
-
|
33188
33313
|
.amis-scope .a-ColumnToggler-tooltip {
|
33189
33314
|
border: none;
|
33190
33315
|
}
|
@@ -34143,15 +34268,18 @@ readers do not read off random characters that represent icons */
|
|
34143
34268
|
.amis-scope .a-Progress {
|
34144
34269
|
display: flex;
|
34145
34270
|
align-items: center;
|
34271
|
+
color: #58666e;
|
34272
|
+
font-size: 0.6875rem;
|
34146
34273
|
}
|
34147
34274
|
|
34148
34275
|
.amis-scope .a-Progress-line {
|
34149
34276
|
display: inline-block;
|
34150
34277
|
width: 100%;
|
34278
|
+
height: 10px;
|
34151
34279
|
}
|
34152
34280
|
|
34153
34281
|
.amis-scope .a-Progress-line-inter {
|
34154
|
-
height:
|
34282
|
+
height: 100%;
|
34155
34283
|
background-color: #d3d9e6;
|
34156
34284
|
overflow: hidden;
|
34157
34285
|
border-radius: 0.142rem;
|
@@ -34161,8 +34289,6 @@ readers do not read off random characters that represent icons */
|
|
34161
34289
|
display: inline-block;
|
34162
34290
|
flex-grow: 1;
|
34163
34291
|
margin-left: 8px;
|
34164
|
-
color: #58666e;
|
34165
|
-
font-size: 0.6875rem;
|
34166
34292
|
white-space: nowrap;
|
34167
34293
|
text-align: left;
|
34168
34294
|
word-break: normal;
|
@@ -34223,9 +34349,6 @@ readers do not read off random characters that represent icons */
|
|
34223
34349
|
width: 100%;
|
34224
34350
|
margin: 0;
|
34225
34351
|
padding: 0;
|
34226
|
-
color: #58666e;
|
34227
|
-
font-size: 1em;
|
34228
|
-
line-height: 1;
|
34229
34352
|
white-space: normal;
|
34230
34353
|
text-align: center;
|
34231
34354
|
transform: translate(-50%, -50%);
|
@@ -34700,6 +34823,7 @@ readers do not read off random characters that represent icons */
|
|
34700
34823
|
}
|
34701
34824
|
|
34702
34825
|
.amis-scope .a-Carousel-dotsControl .a-Carousel-dot {
|
34826
|
+
cursor: pointer;
|
34703
34827
|
display: inline-block;
|
34704
34828
|
height: 0.5rem;
|
34705
34829
|
width: 0.5rem;
|
@@ -35873,6 +35997,10 @@ readers do not read off random characters that represent icons */
|
|
35873
35997
|
line-height: 2rem;
|
35874
35998
|
}
|
35875
35999
|
|
36000
|
+
.amis-scope .a-Steps .a-StepsItem-container {
|
36001
|
+
position: relative;
|
36002
|
+
}
|
36003
|
+
|
35876
36004
|
.amis-scope .a-Steps .a-StepsItem-containerIcon {
|
35877
36005
|
vertical-align: top;
|
35878
36006
|
display: inline-block;
|
@@ -35922,6 +36050,13 @@ readers do not read off random characters that represent icons */
|
|
35922
36050
|
background-color: #23b7e5;
|
35923
36051
|
}
|
35924
36052
|
|
36053
|
+
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-ellText {
|
36054
|
+
max-width: 9.875rem;
|
36055
|
+
overflow: hidden;
|
36056
|
+
text-overflow: ellipsis;
|
36057
|
+
white-space: nowrap;
|
36058
|
+
}
|
36059
|
+
|
35925
36060
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-subTitle {
|
35926
36061
|
padding-left: 0.625rem;
|
35927
36062
|
font-size: 0.875rem;
|
@@ -35931,6 +36066,8 @@ readers do not read off random characters that represent icons */
|
|
35931
36066
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
35932
36067
|
max-width: 8.75rem;
|
35933
36068
|
white-space: nowrap;
|
36069
|
+
position: relative;
|
36070
|
+
bottom: 0.625rem;
|
35934
36071
|
}
|
35935
36072
|
|
35936
36073
|
.amis-scope .a-Steps .a-StepsItem:last-child {
|
@@ -35948,19 +36085,16 @@ readers do not read off random characters that represent icons */
|
|
35948
36085
|
.amis-scope .a-Steps--vertical .a-StepsItem {
|
35949
36086
|
padding: 0.3125rem 0;
|
35950
36087
|
min-height: 75px;
|
36088
|
+
overflow: visible;
|
35951
36089
|
}
|
35952
36090
|
|
35953
|
-
.amis-scope .a-Steps--vertical .a-StepsItem-containerIcon
|
35954
|
-
position: relative;
|
35955
|
-
}
|
35956
|
-
|
35957
|
-
.amis-scope .a-Steps--vertical .a-StepsItem-containerIcon > .a-StepsItem-icon:after {
|
36091
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-containerIcon:after {
|
35958
36092
|
content: "";
|
35959
36093
|
position: absolute;
|
35960
36094
|
right: 0;
|
35961
|
-
top:
|
35962
|
-
height:
|
35963
|
-
left: 0.
|
36095
|
+
top: 2rem;
|
36096
|
+
height: calc(100% - 23px);
|
36097
|
+
left: 0.6875rem;
|
35964
36098
|
width: 1px;
|
35965
36099
|
background-color: #b4bbc5;
|
35966
36100
|
}
|
@@ -35969,68 +36103,235 @@ readers do not read off random characters that represent icons */
|
|
35969
36103
|
display: none;
|
35970
36104
|
}
|
35971
36105
|
|
36106
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-containerTail:after {
|
36107
|
+
display: none !important;
|
36108
|
+
}
|
36109
|
+
|
35972
36110
|
.amis-scope .a-Steps--vertical .a-StepsItem:last-child {
|
35973
36111
|
flex: none;
|
35974
36112
|
}
|
35975
36113
|
|
35976
|
-
.amis-scope .a-Steps--vertical .a-StepsItem:last-child .a-StepsItem-
|
36114
|
+
.amis-scope .a-Steps--vertical .a-StepsItem:last-child .a-StepsItem-containerIcon:after {
|
35977
36115
|
display: none;
|
35978
36116
|
}
|
35979
36117
|
|
35980
|
-
.amis-scope .a-Steps .a-StepsItem
|
35981
|
-
|
35982
|
-
color: #b4bbc5;
|
35983
|
-
border: 1px solid #b4bbc5;
|
36118
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-container {
|
36119
|
+
flex-direction: row;
|
35984
36120
|
}
|
35985
36121
|
|
35986
|
-
.amis-scope .a-Steps .a-StepsItem
|
35987
|
-
|
35988
|
-
color: #fff;
|
35989
|
-
border: 1px solid #f05050;
|
36122
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerTail {
|
36123
|
+
display: none;
|
35990
36124
|
}
|
35991
36125
|
|
35992
|
-
.amis-scope .a-Steps .a-StepsItem
|
35993
|
-
|
35994
|
-
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-description {
|
35995
|
-
color: #f05050;
|
36126
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerWrapper {
|
36127
|
+
width: 25rem;
|
35996
36128
|
}
|
35997
36129
|
|
35998
|
-
.amis-scope .a-Steps .a-StepsItem
|
35999
|
-
|
36000
|
-
|
36001
|
-
color: #fff;
|
36002
|
-
border: 1px solid #23b7e5;
|
36130
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerProgressDot {
|
36131
|
+
margin-left: 0px;
|
36132
|
+
margin-top: 0.625rem;
|
36003
36133
|
}
|
36004
36134
|
|
36005
|
-
.amis-scope .a-Steps
|
36006
|
-
|
36135
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerProgressDot:after {
|
36136
|
+
content: "";
|
36137
|
+
position: absolute;
|
36138
|
+
display: inline-block;
|
36139
|
+
top: 1.375rem;
|
36140
|
+
width: 1px;
|
36141
|
+
left: 3px;
|
36142
|
+
height: calc(100% - 5px);
|
36143
|
+
background-color: #b4bbc5;
|
36007
36144
|
}
|
36008
36145
|
|
36009
|
-
.amis-scope .a-Steps
|
36010
|
-
|
36146
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-title > span {
|
36147
|
+
display: inline-block !important;
|
36011
36148
|
}
|
36012
36149
|
|
36013
|
-
.amis-scope .a-Steps
|
36014
|
-
|
36015
|
-
display: block;
|
36150
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-vertical-ProgressDot {
|
36151
|
+
right: 0.625rem;
|
36016
36152
|
}
|
36017
36153
|
|
36018
|
-
.amis-scope .a-Steps
|
36019
|
-
|
36020
|
-
position: absolute;
|
36021
|
-
right: 0;
|
36022
|
-
top: 0.9375rem;
|
36023
|
-
height: 1px;
|
36024
|
-
left: 2.5rem;
|
36025
|
-
width: 99999px;
|
36026
|
-
background-color: #b4bbc5;
|
36154
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-body {
|
36155
|
+
text-align: left !important;
|
36027
36156
|
}
|
36028
36157
|
|
36029
|
-
.amis-scope .a-Steps
|
36030
|
-
|
36158
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot:last-child .a-StepsItem-containerProgressDot:after {
|
36159
|
+
display: none;
|
36031
36160
|
}
|
36032
36161
|
|
36033
|
-
.amis-scope .a-Steps
|
36162
|
+
.amis-scope .a-Steps--vertical .is-finish .a-StepsItem-containerProgressDot:after {
|
36163
|
+
background: #23b7e5;
|
36164
|
+
}
|
36165
|
+
|
36166
|
+
.amis-scope .a-Steps--Placement-vertical {
|
36167
|
+
display: flex;
|
36168
|
+
list-style: none;
|
36169
|
+
padding: 0;
|
36170
|
+
}
|
36171
|
+
|
36172
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem {
|
36173
|
+
flex: 1;
|
36174
|
+
padding: 0;
|
36175
|
+
overflow: visible;
|
36176
|
+
}
|
36177
|
+
|
36178
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-container {
|
36179
|
+
display: flex;
|
36180
|
+
flex-direction: column;
|
36181
|
+
justify-content: flex-start;
|
36182
|
+
}
|
36183
|
+
|
36184
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerTail:after {
|
36185
|
+
content: "";
|
36186
|
+
position: absolute;
|
36187
|
+
display: inline-block;
|
36188
|
+
top: 1rem;
|
36189
|
+
height: 1px;
|
36190
|
+
left: 8.125rem;
|
36191
|
+
width: calc(100% - 55px);
|
36192
|
+
background-color: #b4bbc5;
|
36193
|
+
}
|
36194
|
+
|
36195
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerIcon {
|
36196
|
+
margin-left: 5.625rem;
|
36197
|
+
}
|
36198
|
+
|
36199
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper {
|
36200
|
+
width: 12.5rem;
|
36201
|
+
}
|
36202
|
+
|
36203
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body {
|
36204
|
+
text-align: center;
|
36205
|
+
}
|
36206
|
+
|
36207
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
|
36208
|
+
padding: 0 0.625rem;
|
36209
|
+
width: 100%;
|
36210
|
+
}
|
36211
|
+
|
36212
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title > span {
|
36213
|
+
display: block;
|
36214
|
+
position: relative;
|
36215
|
+
left: 0.625rem;
|
36216
|
+
}
|
36217
|
+
|
36218
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title .a-StepsItem-subTitle {
|
36219
|
+
word-break: break-all;
|
36220
|
+
padding: 0 0.625rem;
|
36221
|
+
position: relative;
|
36222
|
+
left: 0.625rem;
|
36223
|
+
}
|
36224
|
+
|
36225
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title:after {
|
36226
|
+
display: none;
|
36227
|
+
}
|
36228
|
+
|
36229
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
36230
|
+
min-width: 12.5rem;
|
36231
|
+
word-break: break-all;
|
36232
|
+
padding: 0 0.625rem;
|
36233
|
+
}
|
36234
|
+
|
36235
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
|
36236
|
+
background-color: #23b7e5;
|
36237
|
+
}
|
36238
|
+
|
36239
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem:last-child .a-StepsItem-containerTail:after {
|
36240
|
+
display: none;
|
36241
|
+
}
|
36242
|
+
|
36243
|
+
.amis-scope .a-Steps--Placement-vertical .is-finish .a-StepsItem-containerTail:after {
|
36244
|
+
background: #23b7e5;
|
36245
|
+
}
|
36246
|
+
|
36247
|
+
.amis-scope .a-Steps--ProgressDot .a-StepsItem-containerTail:after {
|
36248
|
+
left: 6.875rem;
|
36249
|
+
width: calc(100% - 20px);
|
36250
|
+
}
|
36251
|
+
|
36252
|
+
.amis-scope .a-Steps--ProgressDot .a-StepsItem-containerProgressDot {
|
36253
|
+
margin-top: 0.8125rem;
|
36254
|
+
margin-bottom: 0.3125rem;
|
36255
|
+
width: 0.5rem;
|
36256
|
+
height: 0.5rem;
|
36257
|
+
margin-left: 6rem;
|
36258
|
+
border: 1px solid #23b7e5;
|
36259
|
+
border-radius: 100%;
|
36260
|
+
}
|
36261
|
+
|
36262
|
+
.amis-scope .a-Steps--ProgressDot .is-finish .a-StepsItem-containerTail:after {
|
36263
|
+
background: #23b7e5;
|
36264
|
+
}
|
36265
|
+
|
36266
|
+
.amis-scope .a-Steps--ProgressDot .is-wait .a-StepsItem-containerProgressDot {
|
36267
|
+
background: #b4bbc5;
|
36268
|
+
border: 1px solid #b4bbc5;
|
36269
|
+
}
|
36270
|
+
|
36271
|
+
.amis-scope .a-Steps--ProgressDot .is-error .a-StepsItem-containerProgressDot {
|
36272
|
+
background: #f05050;
|
36273
|
+
border: 1px solid #f05050;
|
36274
|
+
}
|
36275
|
+
|
36276
|
+
.amis-scope .a-Steps--ProgressDot .is-process .a-StepsItem-containerProgressDot {
|
36277
|
+
border: 1px solid #23b7e5;
|
36278
|
+
background: #23b7e5;
|
36279
|
+
}
|
36280
|
+
|
36281
|
+
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-icon {
|
36282
|
+
background-color: #fff;
|
36283
|
+
color: #b4bbc5;
|
36284
|
+
border: 1px solid #b4bbc5;
|
36285
|
+
}
|
36286
|
+
|
36287
|
+
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-icon {
|
36288
|
+
background-color: #f05050;
|
36289
|
+
color: #fff;
|
36290
|
+
border: 1px solid #f05050;
|
36291
|
+
}
|
36292
|
+
|
36293
|
+
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-title,
|
36294
|
+
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-subTitle,
|
36295
|
+
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-description {
|
36296
|
+
color: #f05050;
|
36297
|
+
}
|
36298
|
+
|
36299
|
+
.amis-scope .a-Steps .a-StepsItem.is-finish .a-StepsItem-icon,
|
36300
|
+
.amis-scope .a-Steps .a-StepsItem.is-process .a-StepsItem-icon {
|
36301
|
+
background-color: #23b7e5;
|
36302
|
+
color: #fff;
|
36303
|
+
border: 1px solid #23b7e5;
|
36304
|
+
}
|
36305
|
+
|
36306
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title::after {
|
36307
|
+
display: none !important;
|
36308
|
+
}
|
36309
|
+
|
36310
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title .a-StepsItem-subTitle {
|
36311
|
+
padding-left: 0.3125rem;
|
36312
|
+
}
|
36313
|
+
|
36314
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerIcon {
|
36315
|
+
position: relative;
|
36316
|
+
display: block;
|
36317
|
+
}
|
36318
|
+
|
36319
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerIcon:after {
|
36320
|
+
content: "";
|
36321
|
+
position: absolute;
|
36322
|
+
right: 0;
|
36323
|
+
top: 0.9375rem;
|
36324
|
+
height: 1px;
|
36325
|
+
left: 2.5rem;
|
36326
|
+
width: 99999px;
|
36327
|
+
background-color: #b4bbc5;
|
36328
|
+
}
|
36329
|
+
|
36330
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerIcon.is-success:after {
|
36331
|
+
background-color: #23b7e5;
|
36332
|
+
}
|
36333
|
+
|
36334
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem:last-child {
|
36034
36335
|
flex: 1;
|
36035
36336
|
}
|
36036
36337
|
|
@@ -37050,10 +37351,127 @@ readers do not read off random characters that represent icons */
|
|
37050
37351
|
}
|
37051
37352
|
|
37052
37353
|
.amis-scope .a-TextareaControl {
|
37354
|
+
position: relative;
|
37355
|
+
max-width: 100%;
|
37053
37356
|
--Form-input-clearBtn-padding: 0.125rem;
|
37054
37357
|
position: relative;
|
37055
37358
|
}
|
37056
37359
|
|
37360
|
+
.amis-scope .a-TextareaControl.is-inline {
|
37361
|
+
display: inline-block;
|
37362
|
+
width: 12.5rem;
|
37363
|
+
}
|
37364
|
+
|
37365
|
+
.amis-scope .a-TextareaControl-input {
|
37366
|
+
display: flex;
|
37367
|
+
background: #fff;
|
37368
|
+
border: 0.0625rem solid #d1d5db;
|
37369
|
+
border-radius: 0.142rem;
|
37370
|
+
line-height: 1.4285714286;
|
37371
|
+
padding: calc(
|
37372
|
+
(
|
37373
|
+
1.875rem - 1.4285714286 *
|
37374
|
+
0.875rem - 0.125rem
|
37375
|
+
) / 2
|
37376
|
+
) 0.5rem;
|
37377
|
+
font-size: 0.875rem;
|
37378
|
+
flex-wrap: wrap;
|
37379
|
+
justify-content: flex-start;
|
37380
|
+
}
|
37381
|
+
|
37382
|
+
.amis-scope .a-TextareaControl-input input {
|
37383
|
+
flex-basis: 5rem;
|
37384
|
+
flex-grow: 1;
|
37385
|
+
outline: none;
|
37386
|
+
background: transparent;
|
37387
|
+
border: none;
|
37388
|
+
color: #58666e;
|
37389
|
+
width: 100%;
|
37390
|
+
height: calc(1.4285714286 * 0.875rem);
|
37391
|
+
}
|
37392
|
+
|
37393
|
+
.amis-scope .a-TextareaControl-input input::placeholder {
|
37394
|
+
color: #99a6ad;
|
37395
|
+
user-select: none;
|
37396
|
+
}
|
37397
|
+
|
37398
|
+
.amis-scope .a-TextareaControl-input:hover {
|
37399
|
+
border-color: #23b7e5;
|
37400
|
+
}
|
37401
|
+
|
37402
|
+
.amis-scope .a-TextareaControl-input--borderHalf {
|
37403
|
+
border-left-color: transparent !important;
|
37404
|
+
border-right-color: transparent !important;
|
37405
|
+
border-top-color: transparent !important;
|
37406
|
+
}
|
37407
|
+
|
37408
|
+
.amis-scope .a-TextareaControl-input--borderNone {
|
37409
|
+
border-color: transparent !important;
|
37410
|
+
}
|
37411
|
+
|
37412
|
+
.amis-scope .a-TextareaControl.is-error > .a-TextareaControl-input {
|
37413
|
+
border-color: #f05050;
|
37414
|
+
background: #fff;
|
37415
|
+
transition: all 0s;
|
37416
|
+
}
|
37417
|
+
|
37418
|
+
.amis-scope .a-TextareaControl.is-focused > .a-TextareaControl-input {
|
37419
|
+
border-color: #23b7e5;
|
37420
|
+
box-shadow: none;
|
37421
|
+
background: #fff;
|
37422
|
+
transition: all 0s;
|
37423
|
+
}
|
37424
|
+
|
37425
|
+
.amis-scope .a-TextareaControl.is-error.is-focused > .a-TextareaControl-input {
|
37426
|
+
border-color: #f05050;
|
37427
|
+
}
|
37428
|
+
|
37429
|
+
.amis-scope .a-TextareaControl.is-disabled > .a-TextareaControl-input {
|
37430
|
+
color: #99a6ad;
|
37431
|
+
background: #e5e7eb;
|
37432
|
+
border-color: #d1d5db;
|
37433
|
+
transition: all 0s;
|
37434
|
+
}
|
37435
|
+
|
37436
|
+
.amis-scope .a-TextareaControl-spinner {
|
37437
|
+
line-height: calc( 1.4285714286 * 0.875rem );
|
37438
|
+
}
|
37439
|
+
|
37440
|
+
.amis-scope .a-TextareaControl-clear {
|
37441
|
+
padding: 0.1875rem;
|
37442
|
+
cursor: pointer;
|
37443
|
+
display: flex;
|
37444
|
+
align-items: center;
|
37445
|
+
justify-content: center;
|
37446
|
+
margin-left: auto;
|
37447
|
+
text-decoration: none;
|
37448
|
+
}
|
37449
|
+
|
37450
|
+
.amis-scope .a-TextareaControl-clear svg {
|
37451
|
+
fill: #cecfd1;
|
37452
|
+
top: 0;
|
37453
|
+
width: 0.875rem;
|
37454
|
+
height: 0.875rem;
|
37455
|
+
}
|
37456
|
+
|
37457
|
+
.amis-scope .a-TextareaControl-clear:hover svg {
|
37458
|
+
fill: #5e626a;
|
37459
|
+
}
|
37460
|
+
|
37461
|
+
.amis-scope .a-TextareaControl-clear:active svg {
|
37462
|
+
fill: #2d323c;
|
37463
|
+
}
|
37464
|
+
|
37465
|
+
@media (min-width: 576px) {
|
37466
|
+
.amis-scope .a-TextareaControl.a-Form-control--sizeXs > .a-TextareaControl-input,
|
37467
|
+
.amis-scope .a-TextareaControl.a-Form-control--sizeSm > .a-TextareaControl-input,
|
37468
|
+
.amis-scope .a-TextareaControl.a-Form-control--sizeMd > .a-TextareaControl-input,
|
37469
|
+
.amis-scope .a-TextareaControl.a-Form-control--sizeLg > .a-TextareaControl-input {
|
37470
|
+
min-width: 100%;
|
37471
|
+
display: inline-flex;
|
37472
|
+
}
|
37473
|
+
}
|
37474
|
+
|
37057
37475
|
.amis-scope .a-TextareaControl > textarea {
|
37058
37476
|
border: 1px solid #d1d5db;
|
37059
37477
|
border-radius: 0.142rem;
|
@@ -37090,27 +37508,6 @@ readers do not read off random characters that represent icons */
|
|
37090
37508
|
border-color: #23b7e5;
|
37091
37509
|
}
|
37092
37510
|
|
37093
|
-
.amis-scope .a-TextareaControl > textarea:focus,
|
37094
|
-
.amis-scope .a-TextareaControl.is-focused > textarea {
|
37095
|
-
border-color: #23b7e5;
|
37096
|
-
box-shadow: none;
|
37097
|
-
}
|
37098
|
-
|
37099
|
-
.amis-scope .a-TextareaControl > textarea:focus:hover,
|
37100
|
-
.amis-scope .a-TextareaControl.is-focused > textarea:hover {
|
37101
|
-
border-color: #23b7e5;
|
37102
|
-
}
|
37103
|
-
|
37104
|
-
.amis-scope .a-TextareaControl.is-disabled > textarea,
|
37105
|
-
.amis-scope .a-TextareaControl > textarea[disabled] {
|
37106
|
-
background: #e5e7eb;
|
37107
|
-
color: #99a6ad;
|
37108
|
-
}
|
37109
|
-
|
37110
|
-
.amis-scope .a-TextareaControl.is-error > textarea {
|
37111
|
-
border-color: #f05050;
|
37112
|
-
}
|
37113
|
-
|
37114
37511
|
.amis-scope .a-TextareaControl-counter {
|
37115
37512
|
position: absolute;
|
37116
37513
|
right: 0.5rem;
|
@@ -37236,11 +37633,11 @@ readers do not read off random characters that represent icons */
|
|
37236
37633
|
}
|
37237
37634
|
|
37238
37635
|
.amis-scope .a-Checkbox--checkbox {
|
37239
|
-
padding-left:
|
37636
|
+
padding-left: 1rem;
|
37240
37637
|
}
|
37241
37638
|
|
37242
37639
|
.amis-scope .a-Checkbox--checkbox input {
|
37243
|
-
margin-left: calc(
|
37640
|
+
margin-left: calc(1rem * -1);
|
37244
37641
|
}
|
37245
37642
|
|
37246
37643
|
.amis-scope .a-Checkbox--checkbox input:checked + i {
|
@@ -37248,8 +37645,8 @@ readers do not read off random characters that represent icons */
|
|
37248
37645
|
}
|
37249
37646
|
|
37250
37647
|
.amis-scope .a-Checkbox--checkbox input:checked + i:before {
|
37251
|
-
width: calc(
|
37252
|
-
height: calc(
|
37648
|
+
width: calc(1rem / 2);
|
37649
|
+
height: calc(1rem / 2);
|
37253
37650
|
background: #23b7e5;
|
37254
37651
|
}
|
37255
37652
|
|
@@ -37259,8 +37656,8 @@ readers do not read off random characters that represent icons */
|
|
37259
37656
|
}
|
37260
37657
|
|
37261
37658
|
.amis-scope .a-Checkbox--checkbox input[disabled] + i:before {
|
37262
|
-
width: calc(
|
37263
|
-
height: calc(calc(
|
37659
|
+
width: calc(1rem / 2);
|
37660
|
+
height: calc(calc(1rem / 2) / 2);
|
37264
37661
|
background: #e5e7eb;
|
37265
37662
|
}
|
37266
37663
|
|
@@ -37270,11 +37667,11 @@ readers do not read off random characters that represent icons */
|
|
37270
37667
|
}
|
37271
37668
|
|
37272
37669
|
.amis-scope .a-Checkbox--checkbox > i {
|
37273
|
-
width:
|
37274
|
-
height:
|
37670
|
+
width: 1rem;
|
37671
|
+
height: 1rem;
|
37275
37672
|
border: 0.0625rem solid #d1d5db;
|
37276
|
-
border-radius: 0.
|
37277
|
-
margin-left: calc(
|
37673
|
+
border-radius: 0.125rem;
|
37674
|
+
margin-left: calc(1rem * -1);
|
37278
37675
|
}
|
37279
37676
|
|
37280
37677
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:not(:disabled) + i:hover {
|
@@ -37287,8 +37684,8 @@ readers do not read off random characters that represent icons */
|
|
37287
37684
|
}
|
37288
37685
|
|
37289
37686
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked + i:before {
|
37290
|
-
width: 0.
|
37291
|
-
height: calc(0.
|
37687
|
+
width: 0.5rem;
|
37688
|
+
height: calc(0.5rem / 2);
|
37292
37689
|
border-color: #fff;
|
37293
37690
|
}
|
37294
37691
|
|
@@ -37320,17 +37717,130 @@ readers do not read off random characters that represent icons */
|
|
37320
37717
|
height: 0;
|
37321
37718
|
border-color: transparent;
|
37322
37719
|
transition: width 0s, height 0s, transform 0s;
|
37323
|
-
border-width: 0 0 0.
|
37324
|
-
transform: translate(-50%, -
|
37720
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
37721
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
37325
37722
|
border-style: solid;
|
37326
37723
|
}
|
37327
37724
|
|
37725
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input {
|
37726
|
+
margin-left: calc(1rem * -1);
|
37727
|
+
}
|
37728
|
+
|
37729
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input + i {
|
37730
|
+
border-color: #23b7e5;
|
37731
|
+
}
|
37732
|
+
|
37733
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input + i:before {
|
37734
|
+
width: calc(1rem / 2);
|
37735
|
+
height: calc(1rem / 2);
|
37736
|
+
background: #23b7e5;
|
37737
|
+
}
|
37738
|
+
|
37739
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i {
|
37740
|
+
border-color: #99a6ad;
|
37741
|
+
}
|
37742
|
+
|
37743
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i:before {
|
37744
|
+
width: calc(1rem / 2);
|
37745
|
+
height: calc(1rem / 2);
|
37746
|
+
background: #d4d6d9;
|
37747
|
+
}
|
37748
|
+
|
37749
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input:checked[disabled] + i {
|
37750
|
+
width: calc(1rem / 2);
|
37751
|
+
height: calc(1rem / 2);
|
37752
|
+
background: #e5e7eb;
|
37753
|
+
}
|
37754
|
+
|
37755
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox {
|
37756
|
+
text-align: center;
|
37757
|
+
height: 2rem;
|
37758
|
+
line-height: 1.75rem;
|
37759
|
+
padding-left: 0.75rem;
|
37760
|
+
padding-right: 0.75rem;
|
37761
|
+
font-size: 0.75rem;
|
37762
|
+
border: 0.0625rem solid;
|
37763
|
+
cursor: pointer;
|
37764
|
+
position: relative;
|
37765
|
+
display: inline-block;
|
37766
|
+
background-color: #fff;
|
37767
|
+
border-color: #d1d5db;
|
37768
|
+
margin-right: 0;
|
37769
|
+
border-radius: calc(0.125rem * 2);
|
37770
|
+
min-width: 5rem;
|
37771
|
+
}
|
37772
|
+
|
37773
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
|
37774
|
+
color: #23b7e5;
|
37775
|
+
}
|
37776
|
+
|
37777
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked + i {
|
37778
|
+
background: transparent;
|
37779
|
+
top: 0;
|
37780
|
+
left: 0;
|
37781
|
+
width: 0;
|
37782
|
+
height: 0;
|
37783
|
+
border-width: 0.5rem;
|
37784
|
+
border-color: #23b7e5 transparent transparent #23b7e5;
|
37785
|
+
border-radius: 0;
|
37786
|
+
}
|
37787
|
+
|
37788
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked + i:before {
|
37789
|
+
position: absolute;
|
37790
|
+
top: 0;
|
37791
|
+
left: 0;
|
37792
|
+
width: 0.5rem;
|
37793
|
+
height: calc(0.5rem / 2);
|
37794
|
+
transform: translate(-80%, -160%) rotate(-50deg);
|
37795
|
+
background: transparent;
|
37796
|
+
}
|
37797
|
+
|
37798
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input[disabled] + i {
|
37799
|
+
border-color: #99a6ad;
|
37800
|
+
background: transparent;
|
37801
|
+
}
|
37802
|
+
|
37803
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input[disabled] + i:before {
|
37804
|
+
background: transparent;
|
37805
|
+
}
|
37806
|
+
|
37807
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked[disabled] + i {
|
37808
|
+
background: transparent;
|
37809
|
+
border-width: 0.5rem;
|
37810
|
+
border-color: #23b7e5 transparent transparent #23b7e5;
|
37811
|
+
}
|
37812
|
+
|
37813
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox > i {
|
37814
|
+
position: absolute;
|
37815
|
+
top: 0;
|
37816
|
+
left: 0;
|
37817
|
+
margin-left: 0;
|
37818
|
+
border: 0;
|
37819
|
+
border-style: solid;
|
37820
|
+
}
|
37821
|
+
|
37822
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox > i + span {
|
37823
|
+
max-width: 6.25rem;
|
37824
|
+
text-overflow: ellipsis;
|
37825
|
+
white-space: nowrap;
|
37826
|
+
overflow: hidden;
|
37827
|
+
}
|
37828
|
+
|
37829
|
+
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox {
|
37830
|
+
border-color: #23b7e5;
|
37831
|
+
color: #23b7e5;
|
37832
|
+
}
|
37833
|
+
|
37834
|
+
.amis-scope .a-Checkbox--button--disabled--unchecked.a-Checkbox--checkbox {
|
37835
|
+
background: #f2f3f3;
|
37836
|
+
}
|
37837
|
+
|
37328
37838
|
.amis-scope .a-Checkbox--radio {
|
37329
|
-
padding-left:
|
37839
|
+
padding-left: 1rem;
|
37330
37840
|
}
|
37331
37841
|
|
37332
37842
|
.amis-scope .a-Checkbox--radio input {
|
37333
|
-
margin-left: calc(
|
37843
|
+
margin-left: calc(1rem * -1);
|
37334
37844
|
}
|
37335
37845
|
|
37336
37846
|
.amis-scope .a-Checkbox--radio input:checked + i {
|
@@ -37338,8 +37848,8 @@ readers do not read off random characters that represent icons */
|
|
37338
37848
|
}
|
37339
37849
|
|
37340
37850
|
.amis-scope .a-Checkbox--radio input:checked + i:before {
|
37341
|
-
width: calc(
|
37342
|
-
height: calc(
|
37851
|
+
width: calc(1rem / 2);
|
37852
|
+
height: calc(1rem / 2);
|
37343
37853
|
background: #23b7e5;
|
37344
37854
|
border-radius: 50%;
|
37345
37855
|
}
|
@@ -37365,10 +37875,10 @@ readers do not read off random characters that represent icons */
|
|
37365
37875
|
|
37366
37876
|
.amis-scope .a-Checkbox--radio > i {
|
37367
37877
|
cursor: pointer;
|
37368
|
-
width:
|
37369
|
-
height:
|
37878
|
+
width: 1rem;
|
37879
|
+
height: 1rem;
|
37370
37880
|
border: 0.0625rem solid #d1d5db;
|
37371
|
-
margin-left: calc(
|
37881
|
+
margin-left: calc(1rem * -1);
|
37372
37882
|
margin-top: -0.125rem;
|
37373
37883
|
border-radius: 50%;
|
37374
37884
|
}
|
@@ -37398,8 +37908,8 @@ readers do not read off random characters that represent icons */
|
|
37398
37908
|
}
|
37399
37909
|
|
37400
37910
|
.amis-scope .a-Checkbox--sm.a-Checkbox--full input[type=checkbox]:checked + i:before {
|
37401
|
-
width: 0.
|
37402
|
-
height: calc(0.
|
37911
|
+
width: 0.5rem;
|
37912
|
+
height: calc(0.5rem / 2);
|
37403
37913
|
}
|
37404
37914
|
|
37405
37915
|
.amis-scope .a-Checkbox-desc {
|
@@ -37412,7 +37922,7 @@ readers do not read off random characters that represent icons */
|
|
37412
37922
|
.amis-scope .a-CheckboxControl,
|
37413
37923
|
.amis-scope .a-RadiosControl,
|
37414
37924
|
.amis-scope .a-CheckboxesControl {
|
37415
|
-
padding-top: calc( (1.875rem -
|
37925
|
+
padding-top: calc( (1.875rem - 1rem) / 2 - 3px );
|
37416
37926
|
}
|
37417
37927
|
|
37418
37928
|
.amis-scope .a-RadiosControl .a-Checkbox,
|
@@ -37426,12 +37936,24 @@ readers do not read off random characters that represent icons */
|
|
37426
37936
|
);
|
37427
37937
|
}
|
37428
37938
|
|
37939
|
+
.amis-scope .a-RadiosControl .a-Checkbox--button,
|
37940
|
+
.amis-scope .a-CheckboxesControl .a-Checkbox--button {
|
37941
|
+
margin-bottom: 0;
|
37942
|
+
}
|
37943
|
+
|
37429
37944
|
.amis-scope .a-RadiosControl.is-inline .a-Checkbox,
|
37430
37945
|
.amis-scope .a-CheckboxesControl.is-inline .a-Checkbox {
|
37431
37946
|
display: inline-block;
|
37432
37947
|
margin-right: 1rem;
|
37433
37948
|
}
|
37434
37949
|
|
37950
|
+
.amis-scope .a-RadiosControl.is-inline .a-Checkbox--button,
|
37951
|
+
.amis-scope .a-CheckboxesControl.is-inline .a-Checkbox--button {
|
37952
|
+
display: inline-block;
|
37953
|
+
margin-right: 0;
|
37954
|
+
margin-bottom: 0;
|
37955
|
+
}
|
37956
|
+
|
37435
37957
|
.amis-scope .a-RadiosControl-group:not(:first-child),
|
37436
37958
|
.amis-scope .a-CheckboxesControl-group:not(:first-child) {
|
37437
37959
|
margin-top: 0.625rem;
|
@@ -37455,7 +37977,7 @@ readers do not read off random characters that represent icons */
|
|
37455
37977
|
display: block;
|
37456
37978
|
line-height: 1.4285714286;
|
37457
37979
|
font-size: 0.875rem;
|
37458
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem +
|
37980
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 1rem);
|
37459
37981
|
}
|
37460
37982
|
|
37461
37983
|
.amis-scope .a-Selection--inline > .a-Checkbox {
|
@@ -38105,9 +38627,10 @@ readers do not read off random characters that represent icons */
|
|
38105
38627
|
}
|
38106
38628
|
|
38107
38629
|
.amis-scope .a-Number-disabled .a-Number-input {
|
38108
|
-
opacity: 0.72;
|
38109
38630
|
cursor: not-allowed;
|
38110
|
-
|
38631
|
+
color: #99a6ad;
|
38632
|
+
background: #e5e7eb;
|
38633
|
+
border-color: #d1d5db;
|
38111
38634
|
}
|
38112
38635
|
|
38113
38636
|
.amis-scope .a-Number-disabled .a-Number-handler {
|
@@ -38202,7 +38725,6 @@ readers do not read off random characters that represent icons */
|
|
38202
38725
|
}
|
38203
38726
|
|
38204
38727
|
.amis-scope .a-Select-placeholder {
|
38205
|
-
color: #99a6ad;
|
38206
38728
|
line-height: 1.4285714286;
|
38207
38729
|
user-select: none;
|
38208
38730
|
white-space: nowrap;
|
@@ -39043,9 +39565,12 @@ readers do not read off random characters that represent icons */
|
|
39043
39565
|
color: #58666e;
|
39044
39566
|
background: #fff;
|
39045
39567
|
border-radius: 0.142rem;
|
39568
|
+
min-width: calc(
|
39569
|
+
1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
39570
|
+
);
|
39046
39571
|
}
|
39047
39572
|
|
39048
|
-
.amis-scope .a-DatePicker
|
39573
|
+
.amis-scope .a-DatePicker-input {
|
39049
39574
|
display: inline-block;
|
39050
39575
|
width: 100%;
|
39051
39576
|
background: none;
|
@@ -39053,7 +39578,7 @@ readers do not read off random characters that represent icons */
|
|
39053
39578
|
border: 0;
|
39054
39579
|
}
|
39055
39580
|
|
39056
|
-
.amis-scope .a-DatePicker
|
39581
|
+
.amis-scope .a-DatePicker-input:focus {
|
39057
39582
|
border: none;
|
39058
39583
|
outline: none;
|
39059
39584
|
box-sizing: none;
|
@@ -39177,6 +39702,18 @@ readers do not read off random characters that represent icons */
|
|
39177
39702
|
display: flex;
|
39178
39703
|
}
|
39179
39704
|
|
39705
|
+
.amis-scope .a-DateControl.is-date > .a-DatePicker {
|
39706
|
+
min-width: calc(calc(
|
39707
|
+
1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
39708
|
+
) + 1rem * 2);
|
39709
|
+
}
|
39710
|
+
|
39711
|
+
.amis-scope .a-DateControl.is-datetime > .a-DatePicker {
|
39712
|
+
min-width: calc(calc(
|
39713
|
+
1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
39714
|
+
) + 1rem * 6);
|
39715
|
+
}
|
39716
|
+
|
39180
39717
|
.amis-scope .a-DatePicker-shortcuts {
|
39181
39718
|
margin: 0;
|
39182
39719
|
background: transparent;
|
@@ -39673,6 +40210,9 @@ readers do not read off random characters that represent icons */
|
|
39673
40210
|
border-radius: 0.142rem;
|
39674
40211
|
color: #58666e;
|
39675
40212
|
background: #fff;
|
40213
|
+
min-width: calc(
|
40214
|
+
1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
40215
|
+
);
|
39676
40216
|
}
|
39677
40217
|
|
39678
40218
|
.amis-scope .a-DateRangePicker--borderHalf {
|
@@ -39703,6 +40243,22 @@ readers do not read off random characters that represent icons */
|
|
39703
40243
|
box-shadow: none;
|
39704
40244
|
}
|
39705
40245
|
|
40246
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input {
|
40247
|
+
border: none;
|
40248
|
+
border-bottom: 1px solid transparent;
|
40249
|
+
outline: none;
|
40250
|
+
padding: 0;
|
40251
|
+
background: 0;
|
40252
|
+
}
|
40253
|
+
|
40254
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input.isActive {
|
40255
|
+
border-bottom: 1px solid #23b7e5;
|
40256
|
+
}
|
40257
|
+
|
40258
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input-separator {
|
40259
|
+
margin: 0 0.5rem;
|
40260
|
+
}
|
40261
|
+
|
39706
40262
|
.amis-scope .a-DateRangePicker.is-disabled {
|
39707
40263
|
background: #e5e7eb;
|
39708
40264
|
}
|
@@ -39834,6 +40390,18 @@ readers do not read off random characters that represent icons */
|
|
39834
40390
|
display: flex;
|
39835
40391
|
}
|
39836
40392
|
|
40393
|
+
.amis-scope .a-DateRangeControl.is-date > .a-DateRangePicker {
|
40394
|
+
min-width: calc(calc(
|
40395
|
+
1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
40396
|
+
) + 1rem * 5.5);
|
40397
|
+
}
|
40398
|
+
|
40399
|
+
.amis-scope .a-DateRangeControl.is-datetime > .a-DateRangePicker {
|
40400
|
+
min-width: calc(calc(
|
40401
|
+
1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
40402
|
+
) + 1rem * 11);
|
40403
|
+
}
|
40404
|
+
|
39837
40405
|
.amis-scope .a-DateRangePicker-popover {
|
39838
40406
|
margin: 0.125rem 0 0;
|
39839
40407
|
}
|
@@ -40362,6 +40930,10 @@ readers do not read off random characters that represent icons */
|
|
40362
40930
|
top: 0;
|
40363
40931
|
}
|
40364
40932
|
|
40933
|
+
.amis-scope .a-FileControl-dropzone.is-active .a-FileControl-acceptTip {
|
40934
|
+
border-color: #23b7e5;
|
40935
|
+
}
|
40936
|
+
|
40365
40937
|
.amis-scope .a-FileControl-sum {
|
40366
40938
|
font-size: 0.75rem;
|
40367
40939
|
}
|
@@ -40421,7 +40993,7 @@ readers do not read off random characters that represent icons */
|
|
40421
40993
|
|
40422
40994
|
.amis-scope .a-EditorControl > .a-MonacoEditor,
|
40423
40995
|
.amis-scope .a-EditorControl > .a-MonacoEditor > .monaco-diff-editor {
|
40424
|
-
min-height:
|
40996
|
+
min-height: inherit;
|
40425
40997
|
}
|
40426
40998
|
|
40427
40999
|
.amis-scope .a-EditorControl.is-error {
|
@@ -40774,7 +41346,7 @@ readers do not read off random characters that represent icons */
|
|
40774
41346
|
border-radius: 0.25rem;
|
40775
41347
|
cursor: pointer;
|
40776
41348
|
display: block;
|
40777
|
-
height: 0.
|
41349
|
+
height: 0.375rem;
|
40778
41350
|
position: relative;
|
40779
41351
|
transition: left 0s ease-out,
|
40780
41352
|
width 0s ease-out;
|
@@ -40795,7 +41367,7 @@ readers do not read off random characters that represent icons */
|
|
40795
41367
|
|
40796
41368
|
.amis-scope .a-InputRange-track--background {
|
40797
41369
|
left: 0.5rem;
|
40798
|
-
margin-top: calc(-0.5 * 0.
|
41370
|
+
margin-top: calc(-0.5 * 0.375rem);
|
40799
41371
|
position: absolute;
|
40800
41372
|
right: 0.5rem;
|
40801
41373
|
top: 50%;
|
@@ -41583,6 +42155,10 @@ readers do not read off random characters that represent icons */
|
|
41583
42155
|
opacity: 0.65;
|
41584
42156
|
}
|
41585
42157
|
|
42158
|
+
.amis-scope .a-Combo--hor .a-Combo-delController {
|
42159
|
+
margin-left: 0.25rem;
|
42160
|
+
}
|
42161
|
+
|
41586
42162
|
.amis-scope .a-Combo--hor.is-draggable .a-Combo-toolbar {
|
41587
42163
|
padding-left: 1.5rem;
|
41588
42164
|
}
|
@@ -41649,10 +42225,19 @@ readers do not read off random characters that represent icons */
|
|
41649
42225
|
}
|
41650
42226
|
|
41651
42227
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover > .a-Combo-delBtn,
|
41652
|
-
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-
|
42228
|
+
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover > .a-Combo-delController,
|
42229
|
+
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover > .a-Combo-delBtn,
|
42230
|
+
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover > .a-Combo-delController {
|
41653
42231
|
opacity: 1;
|
41654
42232
|
}
|
41655
42233
|
|
42234
|
+
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder) .a-Combo-delController {
|
42235
|
+
position: absolute;
|
42236
|
+
top: 0.25rem;
|
42237
|
+
right: 0.25rem;
|
42238
|
+
opacity: 0;
|
42239
|
+
}
|
42240
|
+
|
41656
42241
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder) > .a-Combo-items > .a-Combo-item > .a-Combo-itemDrager {
|
41657
42242
|
position: absolute;
|
41658
42243
|
top: calc(
|
@@ -42550,8 +43135,9 @@ readers do not read off random characters that represent icons */
|
|
42550
43135
|
|
42551
43136
|
.amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
|
42552
43137
|
flex-grow: 1;
|
42553
|
-
max-height:
|
42554
|
-
overflow:
|
43138
|
+
max-height: 21.875rem;
|
43139
|
+
overflow-x: hidden;
|
43140
|
+
overflow-y: auto;
|
42555
43141
|
position: relative;
|
42556
43142
|
}
|
42557
43143
|
|
@@ -43154,6 +43740,23 @@ readers do not read off random characters that represent icons */
|
|
43154
43740
|
white-space: "normal";
|
43155
43741
|
}
|
43156
43742
|
|
43743
|
+
.amis-scope .a-Form-item--horizontal-justify {
|
43744
|
+
justify-content: space-between;
|
43745
|
+
}
|
43746
|
+
|
43747
|
+
.amis-scope .a-Form-item--horizontal-justify > .a-Form-label {
|
43748
|
+
text-align: left;
|
43749
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
43750
|
+
}
|
43751
|
+
|
43752
|
+
.amis-scope .a-Form-item--horizontal-justify > .a-Form-value {
|
43753
|
+
text-align: right;
|
43754
|
+
}
|
43755
|
+
|
43756
|
+
.amis-scope .a-Form-item--horizontal-justify > .a-Form-value > * {
|
43757
|
+
text-align: initial;
|
43758
|
+
}
|
43759
|
+
|
43157
43760
|
.amis-scope .a-Form-item--normal > .a-Form-label {
|
43158
43761
|
display: block;
|
43159
43762
|
}
|
@@ -43515,6 +44118,17 @@ readers do not read off random characters that represent icons */
|
|
43515
44118
|
/* 移动端样式调整 */
|
43516
44119
|
|
43517
44120
|
@media (max-width: 767px) {
|
44121
|
+
.amis-scope .a-Form::before {
|
44122
|
+
position: absolute;
|
44123
|
+
box-sizing: border-box;
|
44124
|
+
content: " ";
|
44125
|
+
pointer-events: none;
|
44126
|
+
right: 0;
|
44127
|
+
top: 0;
|
44128
|
+
left: 0;
|
44129
|
+
border-bottom: 0.0625rem solid #d1d5db;
|
44130
|
+
}
|
44131
|
+
|
43518
44132
|
.amis-scope .a-Form .a-Form-item {
|
43519
44133
|
display: flex;
|
43520
44134
|
flex-wrap: wrap;
|
@@ -43532,7 +44146,6 @@ readers do not read off random characters that represent icons */
|
|
43532
44146
|
bottom: 0;
|
43533
44147
|
left: 0;
|
43534
44148
|
border-bottom: 0.0625rem solid #d1d5db;
|
43535
|
-
transform: scaleY(0.5);
|
43536
44149
|
}
|
43537
44150
|
|
43538
44151
|
.amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
|
@@ -43664,6 +44277,10 @@ readers do not read off random characters that represent icons */
|
|
43664
44277
|
margin-bottom: 0;
|
43665
44278
|
}
|
43666
44279
|
|
44280
|
+
.amis-scope .a-Form > .a-Form-item.is-placeholder::after {
|
44281
|
+
display: none;
|
44282
|
+
}
|
44283
|
+
|
43667
44284
|
.amis-scope .a-Form .a-Divider {
|
43668
44285
|
display: none;
|
43669
44286
|
}
|
@@ -43672,11 +44289,6 @@ readers do not read off random characters that represent icons */
|
|
43672
44289
|
padding: 0;
|
43673
44290
|
}
|
43674
44291
|
|
43675
|
-
.amis-scope .a-Form > .a-Form-item:last-child::after,
|
43676
|
-
.amis-scope .a-Form > .a-Form-item:last-of-type::after {
|
43677
|
-
display: none;
|
43678
|
-
}
|
43679
|
-
|
43680
44292
|
.amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
|
43681
44293
|
padding-bottom: 0.5rem;
|
43682
44294
|
}
|
@@ -44319,7 +44931,7 @@ readers do not read off random characters that represent icons */
|
|
44319
44931
|
|
44320
44932
|
.amis-scope .a-FormulaEditor-FuncList-item {
|
44321
44933
|
cursor: pointer;
|
44322
|
-
padding: 0 1.
|
44934
|
+
padding: 0 1.875rem;
|
44323
44935
|
height: 1.5rem;
|
44324
44936
|
line-height: 1.5rem;
|
44325
44937
|
}
|
@@ -44629,11 +45241,34 @@ readers do not read off random characters that represent icons */
|
|
44629
45241
|
border-radius: 50%;
|
44630
45242
|
}
|
44631
45243
|
|
44632
|
-
.amis-scope .a-BarCode >
|
45244
|
+
.amis-scope .a-BarCode > img {
|
44633
45245
|
display: block;
|
44634
45246
|
margin: 0 auto;
|
44635
45247
|
}
|
44636
45248
|
|
45249
|
+
.amis-scope .a-PullRefresh-wrap {
|
45250
|
+
position: relative;
|
45251
|
+
height: 100%;
|
45252
|
+
}
|
45253
|
+
|
45254
|
+
.amis-scope .a-PullRefresh-header {
|
45255
|
+
position: absolute;
|
45256
|
+
left: 0px;
|
45257
|
+
width: 100%;
|
45258
|
+
text-align: center;
|
45259
|
+
transform: translateY(-100%);
|
45260
|
+
overflow: hidden;
|
45261
|
+
padding: 0.25rem 0;
|
45262
|
+
min-height: 1.25rem;
|
45263
|
+
line-height: 1.25rem;
|
45264
|
+
color: #999;
|
45265
|
+
}
|
45266
|
+
|
45267
|
+
.amis-scope .a-PullRefresh .loading-icon {
|
45268
|
+
animation: spin 1s infinite linear;
|
45269
|
+
margin-right: 0.25rem;
|
45270
|
+
}
|
45271
|
+
|
44637
45272
|
/**
|
44638
45273
|
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
44639
45274
|
*/
|
@@ -44705,9 +45340,8 @@ readers do not read off random characters that represent icons */
|
|
44705
45340
|
right: 0;
|
44706
45341
|
width: 24px;
|
44707
45342
|
height: 48px;
|
44708
|
-
box-shadow: rgba(
|
44709
|
-
border-
|
44710
|
-
border-bottom-left-radius: 12px;
|
45343
|
+
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
45344
|
+
border-radius: 0.142rem 0 0 0.142rem;
|
44711
45345
|
padding-top: 14px;
|
44712
45346
|
padding-left: 6px;
|
44713
45347
|
cursor: pointer;
|