amis 1.5.7 → 1.6.1
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/.husky/pre-commit +1 -1
- package/README.md +1 -0
- package/lib/RootRenderer.d.ts +2 -0
- package/lib/RootRenderer.js +19 -1
- package/lib/RootRenderer.js.map +2 -2
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.js +52 -1
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/Scoped.d.ts +2 -0
- package/lib/Scoped.js +27 -1
- package/lib/Scoped.js.map +2 -2
- package/lib/actions/Action.d.ts +33 -0
- package/lib/actions/Action.js +100 -0
- package/lib/actions/Action.js.map +13 -0
- package/lib/actions/AjaxAction.d.ts +14 -0
- package/lib/actions/AjaxAction.js +68 -0
- package/lib/actions/AjaxAction.js.map +13 -0
- package/lib/actions/BreakAction.d.ts +12 -0
- package/lib/actions/BreakAction.js +28 -0
- package/lib/actions/BreakAction.js.map +13 -0
- package/lib/actions/BroadcastAction.d.ts +12 -0
- package/lib/actions/BroadcastAction.js +40 -0
- package/lib/actions/BroadcastAction.js.map +13 -0
- package/lib/actions/CmptAction.d.ts +12 -0
- package/lib/actions/CmptAction.js +40 -0
- package/lib/actions/CmptAction.js.map +13 -0
- package/lib/actions/ContinueAction.d.ts +12 -0
- package/lib/actions/ContinueAction.js +28 -0
- package/lib/actions/ContinueAction.js.map +13 -0
- package/lib/actions/CopyAction.d.ts +12 -0
- package/lib/actions/CopyAction.js +35 -0
- package/lib/actions/CopyAction.js.map +13 -0
- package/lib/actions/CustomAction.d.ts +12 -0
- package/lib/actions/CustomAction.js +43 -0
- package/lib/actions/CustomAction.js.map +13 -0
- package/lib/actions/DialogAction.d.ts +12 -0
- package/lib/actions/DialogAction.js +31 -0
- package/lib/actions/DialogAction.js.map +13 -0
- package/lib/actions/DrawerAction.d.ts +12 -0
- package/lib/actions/DrawerAction.js +31 -0
- package/lib/actions/DrawerAction.js.map +13 -0
- package/lib/actions/EmailAction.d.ts +12 -0
- package/lib/actions/EmailAction.js +37 -0
- package/lib/actions/EmailAction.js.map +13 -0
- package/lib/actions/LoopAction.d.ts +12 -0
- package/lib/actions/LoopAction.js +93 -0
- package/lib/actions/LoopAction.js.map +13 -0
- package/lib/actions/OpenPageAction.d.ts +12 -0
- package/lib/actions/OpenPageAction.js +33 -0
- package/lib/actions/OpenPageAction.js.map +13 -0
- package/lib/actions/ParallelAction.d.ts +5 -0
- package/lib/actions/ParallelAction.js +33 -0
- package/lib/actions/ParallelAction.js.map +13 -0
- package/lib/actions/SwitchAction.d.ts +8 -0
- package/lib/actions/SwitchAction.js +45 -0
- package/lib/actions/SwitchAction.js.map +13 -0
- package/lib/actions/index.d.ts +18 -0
- package/lib/actions/index.js +22 -0
- package/lib/actions/index.js.map +13 -0
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/CalendarMobile.d.ts +573 -0
- package/lib/components/CalendarMobile.js +486 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +21 -8
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +19 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/InputBox.d.ts +21 -21
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ListMenu.d.ts +84 -84
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +18 -7
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +16 -7
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -18
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1041 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Radios.d.ts +21 -21
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +9 -4
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +238 -238
- package/lib/components/Select.js +13 -9
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +517 -0
- package/lib/components/TimelineItem.js +40 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -10
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +19 -0
- package/lib/components/calendar/Calendar.js +71 -1
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +21 -0
- package/lib/components/calendar/DaysView.js +76 -17
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +34 -0
- package/lib/components/calendar/MonthsView.js +68 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +30 -18
- package/lib/components/calendar/TimeView.js +47 -8
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +21 -10
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/formula/plugin.js +0 -1
- package/lib/components/formula/plugin.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/env.d.ts +4 -0
- package/lib/env.js.map +2 -2
- package/lib/factory.d.ts +2 -1
- package/lib/factory.js +83 -0
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/tree-down.js +7 -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 +17 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +17 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +16 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +1 -1
- package/lib/renderers/Action.js +26 -10
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.d.ts +1 -1
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +6 -0
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/Editor.d.ts +6 -0
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -5
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputRichText.d.ts +4 -0
- package/lib/renderers/Form/InputRichText.js +2 -1
- package/lib/renderers/Form/InputRichText.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +18 -9
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +8 -4
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +9 -7
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +9 -6
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +8 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Link.d.ts +1 -1
- package/lib/renderers/Link.js +27 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/Log.js +15 -10
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Remark.d.ts +5 -1
- package/lib/renderers/Remark.js +39 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/themes/ang-ie11.css +1149 -53
- package/lib/themes/ang.css +1149 -53
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1187 -53
- package/lib/themes/antd.css +1187 -53
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1189 -70
- package/lib/themes/cxd.css +1189 -70
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1152 -53
- package/lib/themes/dark.css +1152 -53
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1189 -70
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/api.js +14 -3
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/debug.d.ts +26 -0
- package/lib/utils/debug.js +351 -0
- package/lib/utils/debug.js.map +13 -0
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/renderer-event.d.ts +38 -0
- package/lib/utils/renderer-event.js +28 -0
- package/lib/utils/renderer-event.js.map +13 -0
- package/package.json +12 -6
- package/schema.json +3516 -839
- package/scss/_properties.scss +20 -6
- package/scss/_variables.scss +1 -0
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +291 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_debug.scss +167 -0
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +43 -16
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +34 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_form.scss +170 -0
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_selection.scss +5 -4
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_antd-variables.scss +45 -0
- package/scss/themes/_common.scss +5 -0
- package/scss/themes/_cxd-variables.scss +50 -1
- package/scss/themes/_dark-variables.scss +4 -0
- package/scss/themes/cxd.scss +0 -19
- package/sdk/ang-ie11.css +1450 -142
- package/sdk/ang.css +1473 -159
- package/sdk/antd-ie11.css +1451 -142
- package/sdk/antd.css +1511 -159
- package/sdk/charts.js +15 -15
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1448 -158
- package/sdk/cxd.css +1513 -178
- package/sdk/dark-ie11.css +1450 -142
- package/sdk/dark.css +1476 -159
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +17 -2
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1448 -158
- package/sdk/sdk.css +1513 -178
- package/sdk/sdk.js +1309 -1251
- 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/RootRenderer.tsx +27 -1
- package/src/Schema.ts +3 -0
- package/src/SchemaRenderer.tsx +70 -4
- package/src/Scoped.tsx +46 -4
- package/src/actions/Action.ts +138 -0
- package/src/actions/AjaxAction.ts +58 -0
- package/src/actions/BreakAction.ts +27 -0
- package/src/actions/BroadcastAction.ts +41 -0
- package/src/actions/CmptAction.ts +36 -0
- package/src/actions/ContinueAction.ts +27 -0
- package/src/actions/CopyAction.ts +41 -0
- package/src/actions/CustomAction.ts +46 -0
- package/src/actions/DialogAction.ts +28 -0
- package/src/actions/DrawerAction.ts +28 -0
- package/src/actions/EmailAction.ts +38 -0
- package/src/actions/LoopAction.ts +77 -0
- package/src/actions/OpenPageAction.ts +39 -0
- package/src/actions/ParallelAction.ts +26 -0
- package/src/actions/SwitchAction.ts +35 -0
- package/src/actions/index.ts +20 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +658 -0
- package/src/components/Cascader.tsx +564 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/CityArea.tsx +315 -0
- package/src/components/ColorPicker.tsx +41 -40
- package/src/components/DatePicker.tsx +80 -34
- package/src/components/DateRangePicker.tsx +85 -30
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +78 -31
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +55 -35
- package/src/components/PickerColumn.tsx +43 -36
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +84 -57
- package/src/components/ResultBox.tsx +14 -2
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +24 -26
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +36 -0
- package/src/components/TimelineItem.tsx +140 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +20 -12
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +101 -4
- package/src/components/calendar/DaysView.tsx +165 -33
- package/src/components/calendar/MonthsView.tsx +108 -1
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +104 -41
- package/src/components/calendar/YearsView.tsx +34 -17
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/formula/plugin.ts +0 -2
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/env.tsx +22 -0
- package/src/factory.tsx +93 -1
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +5 -0
- package/src/locale/de-DE.ts +17 -2
- package/src/locale/en-US.ts +17 -2
- package/src/locale/zh-CN.ts +16 -1
- package/src/renderers/Action.tsx +11 -2
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +7 -4
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +48 -20
- package/src/renderers/Form/InputDateRange.tsx +9 -2
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputRichText.tsx +11 -1
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +29 -8
- package/src/renderers/Form/NestedSelect.tsx +32 -4
- package/src/renderers/Form/Options.tsx +15 -7
- package/src/renderers/Form/Select.tsx +21 -5
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +18 -16
- package/src/renderers/Form/index.tsx +7 -1
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Link.tsx +18 -3
- package/src/renderers/Log.tsx +5 -1
- package/src/renderers/Remark.tsx +68 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/schemaExtend.ts +22 -10
- package/src/store/combo.ts +1 -3
- package/src/store/formItem.ts +1 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/api.ts +15 -2
- package/src/utils/debug.tsx +438 -0
- package/src/utils/helper.ts +6 -16
- package/src/utils/renderer-event.ts +75 -0
package/sdk/ang.css
CHANGED
@@ -19838,6 +19838,12 @@ readers do not read off random characters that represent icons */
|
|
19838
19838
|
--Audio-volumeControl-width: 6.875rem;
|
19839
19839
|
--Avatar-bg: #d1d5db;
|
19840
19840
|
--Avatar-width: 2.5rem;
|
19841
|
+
--Avatar-size-large: 3rem;
|
19842
|
+
--Avatar-size-default: var(--Avatar-width);
|
19843
|
+
--Avatar-size-small: 2rem;
|
19844
|
+
--Avatar-icon-size-large: 1.25rem;
|
19845
|
+
--Avatar-icon-size-default: var(--fontSizeLg);
|
19846
|
+
--Avatar-icon-size-small: 0.75rem;
|
19841
19847
|
--Badge-size: var(--gap-md);
|
19842
19848
|
--Badge-color: var(--white);
|
19843
19849
|
--Badge--success-bg: var(--success);
|
@@ -20273,10 +20279,11 @@ readers do not read off random characters that represent icons */
|
|
20273
20279
|
--DropDown-menu-paddingX: 0;
|
20274
20280
|
--DropDown-menu-paddingY: var(--gap-xs);
|
20275
20281
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
20276
|
-
--DropDown-
|
20282
|
+
--DropDown-group-color: #848b99;
|
20283
|
+
--DropDown-menuItem-color: #151a26;
|
20277
20284
|
--DropDown-menuItem-onHover-color: var(--primary);
|
20278
20285
|
--DropDown-menuItem-onActive-color: var(--primary);
|
20279
|
-
--DropDown-menuItem-onDisabled-color:
|
20286
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
20280
20287
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
20281
20288
|
--DropDown-menuItem-paddingY: calc(
|
20282
20289
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -20299,6 +20306,8 @@ readers do not read off random characters that represent icons */
|
|
20299
20306
|
--Form-description-color: #6f808a;
|
20300
20307
|
--Form-description-fontSize: var(--fontSizeSm);
|
20301
20308
|
--Form-fontSize: var(--fontSizeBase);
|
20309
|
+
--Form-item-fontSize: var(--Form-fontSize);
|
20310
|
+
--Form-item-fontColor: #5e626a;
|
20302
20311
|
--Form-group--lg-gutterWidth: 2.5rem;
|
20303
20312
|
--Form-group--md-gutterWidth: 1.875rem;
|
20304
20313
|
--Form-group--sm-gutterWidth: var(--gap-md);
|
@@ -20700,11 +20709,12 @@ readers do not read off random characters that represent icons */
|
|
20700
20709
|
--PickerColumns-bg: white;
|
20701
20710
|
--PickerColumns-toolbar-height: 3.125rem;
|
20702
20711
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20712
|
+
--PickerColumns-title-color: #222;
|
20703
20713
|
--PickerColumns-title-lineHeight: 1.5;
|
20704
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
20705
|
-
--PickerColumns-action-fontSize: var(--
|
20706
|
-
--PickerColumns-confirmAction-color: #
|
20707
|
-
--PickerColumns-cancelAction-color: #
|
20714
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
20715
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
20716
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
20717
|
+
--PickerColumns-cancelAction-color: #666;
|
20708
20718
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20709
20719
|
--PickerColumns-optionText-color: var(--text-color);
|
20710
20720
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -20713,6 +20723,7 @@ readers do not read off random characters that represent icons */
|
|
20713
20723
|
--PopOver-bg: white;
|
20714
20724
|
--PopOverAble-iconColor: inherit;
|
20715
20725
|
--PopOverAble-onHover-iconColor: inherit;
|
20726
|
+
--PopUp-cancelAction-color: #666;
|
20716
20727
|
--Property-title-bg: #f2f2f2;
|
20717
20728
|
--Property-label-bg: #f7f7f7;
|
20718
20729
|
--Portlet-borderColor: var(--borderColor);
|
@@ -23534,9 +23545,10 @@ readers do not read off random characters that represent icons */
|
|
23534
23545
|
|
23535
23546
|
.amis-scope .a-Avatar {
|
23536
23547
|
background: var(--Avatar-bg);
|
23537
|
-
width: var(--Avatar-
|
23538
|
-
height: var(--Avatar-
|
23539
|
-
line-height: var(--Avatar-
|
23548
|
+
width: var(--Avatar-size-default);
|
23549
|
+
height: var(--Avatar-size-default);
|
23550
|
+
line-height: var(--Avatar-size-default);
|
23551
|
+
position: relative;
|
23540
23552
|
display: inline-block;
|
23541
23553
|
overflow: hidden;
|
23542
23554
|
flex-shrink: 0;
|
@@ -23544,6 +23556,36 @@ readers do not read off random characters that represent icons */
|
|
23544
23556
|
text-align: center;
|
23545
23557
|
}
|
23546
23558
|
|
23559
|
+
.amis-scope .a-Avatar i {
|
23560
|
+
font-size: var(--Avatar-icon-size-default);
|
23561
|
+
}
|
23562
|
+
|
23563
|
+
.amis-scope .a-Avatar--lg {
|
23564
|
+
width: var(--Avatar-size-large);
|
23565
|
+
height: var(--Avatar-size-large);
|
23566
|
+
line-height: var(--Avatar-size-large);
|
23567
|
+
}
|
23568
|
+
|
23569
|
+
.amis-scope .a-Avatar--lg i {
|
23570
|
+
font-size: var(--Avatar-icon-size-large);
|
23571
|
+
}
|
23572
|
+
|
23573
|
+
.amis-scope .a-Avatar--sm {
|
23574
|
+
width: var(--Avatar-size-small);
|
23575
|
+
height: var(--Avatar-size-small);
|
23576
|
+
line-height: var(--Avatar-size-small);
|
23577
|
+
}
|
23578
|
+
|
23579
|
+
.amis-scope .a-Avatar--sm i {
|
23580
|
+
font-size: var(--Avatar-icon-size-small);
|
23581
|
+
}
|
23582
|
+
|
23583
|
+
.amis-scope .a-Avatar--text {
|
23584
|
+
position: absolute;
|
23585
|
+
left: 50%;
|
23586
|
+
transform-origin: 0 center;
|
23587
|
+
}
|
23588
|
+
|
23547
23589
|
.amis-scope .a-Avatar--square {
|
23548
23590
|
border-radius: 0%;
|
23549
23591
|
}
|
@@ -23552,15 +23594,9 @@ readers do not read off random characters that represent icons */
|
|
23552
23594
|
border-radius: 10%;
|
23553
23595
|
}
|
23554
23596
|
|
23555
|
-
.amis-scope .a-Avatar i {
|
23556
|
-
font-size: var(--fontSizeLg);
|
23557
|
-
}
|
23558
|
-
|
23559
23597
|
.amis-scope .a-Avatar img {
|
23560
|
-
color: transparent;
|
23561
23598
|
width: 100%;
|
23562
23599
|
height: 100%;
|
23563
|
-
object-fit: cover;
|
23564
23600
|
}
|
23565
23601
|
|
23566
23602
|
.amis-scope .a-Avatar:hover img,
|
@@ -23974,6 +24010,23 @@ readers do not read off random characters that represent icons */
|
|
23974
24010
|
overflow: auto;
|
23975
24011
|
}
|
23976
24012
|
|
24013
|
+
/* 移动端样式调整 */
|
24014
|
+
|
24015
|
+
@media (max-width: 767px) {
|
24016
|
+
.amis-scope .a-Modal .a-Modal-footer {
|
24017
|
+
display: flex;
|
24018
|
+
}
|
24019
|
+
|
24020
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button {
|
24021
|
+
flex: 1;
|
24022
|
+
height: 2.75rem;
|
24023
|
+
}
|
24024
|
+
|
24025
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button:first-child {
|
24026
|
+
margin-left: 0;
|
24027
|
+
}
|
24028
|
+
}
|
24029
|
+
|
23977
24030
|
.amis-scope .a-Drawer {
|
23978
24031
|
position: fixed;
|
23979
24032
|
top: 0;
|
@@ -24651,11 +24704,12 @@ readers do not read off random characters that represent icons */
|
|
24651
24704
|
|
24652
24705
|
.amis-scope .a-PopUp {
|
24653
24706
|
width: 100%;
|
24707
|
+
height: 25rem;
|
24654
24708
|
position: fixed;
|
24655
24709
|
background: var(--PopOver-bg);
|
24656
24710
|
left: 0;
|
24657
24711
|
bottom: 0;
|
24658
|
-
z-index:
|
24712
|
+
z-index: 3000;
|
24659
24713
|
padding: 0;
|
24660
24714
|
margin: 0;
|
24661
24715
|
font-weight: var(--fontWeightNormal);
|
@@ -24705,27 +24759,51 @@ readers do not read off random characters that represent icons */
|
|
24705
24759
|
height: 100%;
|
24706
24760
|
box-sizing: border-box;
|
24707
24761
|
background: #fff;
|
24708
|
-
|
24762
|
+
display: flex;
|
24763
|
+
flex-direction: column;
|
24709
24764
|
}
|
24710
24765
|
|
24711
24766
|
.amis-scope .a-PopUp-closeWrap {
|
24712
|
-
|
24713
|
-
|
24714
|
-
|
24715
|
-
|
24767
|
+
position: relative;
|
24768
|
+
text-align: center;
|
24769
|
+
height: 3rem;
|
24770
|
+
line-height: 3rem;
|
24716
24771
|
}
|
24717
24772
|
|
24718
|
-
.amis-scope .a-PopUp-close {
|
24719
|
-
|
24720
|
-
|
24721
|
-
|
24773
|
+
.amis-scope .a-PopUp-closeWrap .a-PopUp-close {
|
24774
|
+
position: absolute;
|
24775
|
+
z-index: 1;
|
24776
|
+
color: var(--icon-color);
|
24722
24777
|
cursor: pointer;
|
24778
|
+
top: 0.9375rem;
|
24779
|
+
right: 0.9375rem;
|
24780
|
+
}
|
24781
|
+
|
24782
|
+
.amis-scope .a-PopUp-toolbar {
|
24783
|
+
display: flex;
|
24784
|
+
align-items: center;
|
24785
|
+
justify-content: space-between;
|
24786
|
+
height: 3.75rem;
|
24787
|
+
}
|
24788
|
+
|
24789
|
+
.amis-scope .a-PopUp-title {
|
24790
|
+
font-size: var(--fontSizeMd);
|
24791
|
+
}
|
24792
|
+
|
24793
|
+
.amis-scope .a-PopUp-cancel {
|
24794
|
+
color: var(--PopUp-cancelAction-color);
|
24795
|
+
margin-left: var(--gap-sm);
|
24796
|
+
}
|
24797
|
+
|
24798
|
+
.amis-scope .a-PopUp-confirm {
|
24799
|
+
margin-right: var(--gap-sm);
|
24723
24800
|
}
|
24724
24801
|
|
24725
24802
|
.amis-scope .a-PopUp-content {
|
24726
24803
|
overflow-y: auto;
|
24727
24804
|
height: 100%;
|
24728
24805
|
display: flex;
|
24806
|
+
flex: 1;
|
24729
24807
|
}
|
24730
24808
|
|
24731
24809
|
.amis-scope .a-PopUp > * {
|
@@ -24754,6 +24832,10 @@ readers do not read off random characters that represent icons */
|
|
24754
24832
|
margin-top: -0.25rem;
|
24755
24833
|
}
|
24756
24834
|
|
24835
|
+
.amis-scope .a-PopUp-safearea {
|
24836
|
+
height: 1rem;
|
24837
|
+
}
|
24838
|
+
|
24757
24839
|
.amis-scope .a-PickerColumns {
|
24758
24840
|
position: relative;
|
24759
24841
|
background-color: var(--PickerColumns-bg);
|
@@ -24763,7 +24845,11 @@ readers do not read off random characters that represent icons */
|
|
24763
24845
|
font-size: var(--PickerColumns-option-fontSize);
|
24764
24846
|
}
|
24765
24847
|
|
24766
|
-
.amis-scope .a-PickerColumns
|
24848
|
+
.amis-scope .a-PickerColumns li:focus {
|
24849
|
+
outline: none;
|
24850
|
+
}
|
24851
|
+
|
24852
|
+
.amis-scope .a-PickerColumns-header {
|
24767
24853
|
display: flex;
|
24768
24854
|
align-items: center;
|
24769
24855
|
justify-content: space-between;
|
@@ -24775,14 +24861,14 @@ readers do not read off random characters that represent icons */
|
|
24775
24861
|
height: 100%;
|
24776
24862
|
padding: var(--PickerColumns-action-padding);
|
24777
24863
|
font-size: var(--PickerColumns-action-fontSize);
|
24778
|
-
background-color: transparent;
|
24864
|
+
background-color: transparent !important;
|
24779
24865
|
border: none;
|
24780
24866
|
cursor: pointer;
|
24781
24867
|
}
|
24782
24868
|
|
24783
24869
|
.amis-scope .a-PickerColumns-cancel:active,
|
24784
24870
|
.amis-scope .a-PickerColumns-confirm:active {
|
24785
|
-
|
24871
|
+
background-color: none !important;
|
24786
24872
|
}
|
24787
24873
|
|
24788
24874
|
.amis-scope .a-PickerColumns-cancel:hover,
|
@@ -24791,11 +24877,11 @@ readers do not read off random characters that represent icons */
|
|
24791
24877
|
}
|
24792
24878
|
|
24793
24879
|
.amis-scope .a-PickerColumns-confirm {
|
24794
|
-
color: var(--PickerColumns-confirmAction-color);
|
24880
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
24795
24881
|
}
|
24796
24882
|
|
24797
24883
|
.amis-scope .a-PickerColumns-cancel {
|
24798
|
-
color: var(--PickerColumns-cancelAction-color);
|
24884
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
24799
24885
|
}
|
24800
24886
|
|
24801
24887
|
.amis-scope .a-PickerColumns-title {
|
@@ -24804,6 +24890,7 @@ readers do not read off random characters that represent icons */
|
|
24804
24890
|
font-size: var(--PickerColumns-title-fontSize);
|
24805
24891
|
line-height: var(--PickerColumns-title-lineHeight);
|
24806
24892
|
text-align: center;
|
24893
|
+
color: var(--PickerColumns-title-color);
|
24807
24894
|
}
|
24808
24895
|
|
24809
24896
|
.amis-scope .a-PickerColumns-columns {
|
@@ -24882,6 +24969,11 @@ readers do not read off random characters that represent icons */
|
|
24882
24969
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24883
24970
|
}
|
24884
24971
|
|
24972
|
+
.amis-scope .a-PickerColumns-columnItemis-selected {
|
24973
|
+
font-size: 18px;
|
24974
|
+
color: --PickerColumns-title-color;
|
24975
|
+
}
|
24976
|
+
|
24885
24977
|
@keyframes bounceIn {
|
24886
24978
|
from, 20%, 40%, 60%, 80%, to {
|
24887
24979
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -26755,6 +26847,50 @@ readers do not read off random characters that represent icons */
|
|
26755
26847
|
display: none;
|
26756
26848
|
}
|
26757
26849
|
|
26850
|
+
/* 移动端样式调整 */
|
26851
|
+
|
26852
|
+
@media (max-width: 767px) {
|
26853
|
+
.amis-scope .a-Panel--form {
|
26854
|
+
border: none;
|
26855
|
+
box-shadow: none;
|
26856
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
26857
|
+
}
|
26858
|
+
|
26859
|
+
.amis-scope .a-Panel--form .a-Panel-body {
|
26860
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
26861
|
+
}
|
26862
|
+
|
26863
|
+
.amis-scope .a-Panel--form > .a-Panel-heading {
|
26864
|
+
background: none;
|
26865
|
+
border: none;
|
26866
|
+
border-radius: 0;
|
26867
|
+
}
|
26868
|
+
|
26869
|
+
.amis-scope .a-Panel--form > .a-Panel-heading .a-Panel-title {
|
26870
|
+
padding-left: var(--Panel-bodyPadding);
|
26871
|
+
border-left: 0.1875rem solid var(--primary);
|
26872
|
+
font-size: var(--fontSizeLg);
|
26873
|
+
}
|
26874
|
+
|
26875
|
+
.amis-scope .a-Panel--form .a-Panel-footerWrap {
|
26876
|
+
padding-bottom: var(--Panel-bodyPadding);
|
26877
|
+
}
|
26878
|
+
|
26879
|
+
.amis-scope .a-Panel--form .a-Panel-footer {
|
26880
|
+
border-top: none;
|
26881
|
+
display: flex;
|
26882
|
+
padding: 0 var(--Panel-bodyPadding);
|
26883
|
+
}
|
26884
|
+
|
26885
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button {
|
26886
|
+
flex: 1;
|
26887
|
+
}
|
26888
|
+
|
26889
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button:first-child {
|
26890
|
+
margin-left: 0;
|
26891
|
+
}
|
26892
|
+
}
|
26893
|
+
|
26758
26894
|
.amis-scope .a-Service {
|
26759
26895
|
position: relative;
|
26760
26896
|
}
|
@@ -27018,19 +27154,28 @@ readers do not read off random characters that represent icons */
|
|
27018
27154
|
}
|
27019
27155
|
|
27020
27156
|
.amis-scope .a-DropDown-menu {
|
27157
|
+
background: var(--DropDown-menu-bg);
|
27158
|
+
list-style: none;
|
27159
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27160
|
+
min-width: var(--DropDown-menu-minWidth);
|
27161
|
+
text-align: left;
|
27162
|
+
border: none;
|
27163
|
+
user-select: none;
|
27164
|
+
}
|
27165
|
+
|
27166
|
+
.amis-scope .a-DropDown-menu-root {
|
27021
27167
|
position: absolute;
|
27022
27168
|
z-index: 1000;
|
27023
27169
|
top: 100%;
|
27024
27170
|
left: 0;
|
27025
27171
|
margin: 0.0625rem 0 0;
|
27026
|
-
|
27027
|
-
list-style: none;
|
27028
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27029
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
27172
|
+
border: none;
|
27030
27173
|
border-radius: var(--DropDown-menu-borderRadius);
|
27031
27174
|
box-shadow: var(--DropDown-menu-boxShadow);
|
27032
27175
|
min-width: var(--DropDown-menu-minWidth);
|
27033
|
-
|
27176
|
+
overflow-y: auto;
|
27177
|
+
overflow-x: hidden;
|
27178
|
+
max-height: 18.75rem;
|
27034
27179
|
}
|
27035
27180
|
|
27036
27181
|
.amis-scope .a-DropDown--alignRight .a-DropDown-menu {
|
@@ -27085,6 +27230,32 @@ readers do not read off random characters that represent icons */
|
|
27085
27230
|
padding: 0;
|
27086
27231
|
}
|
27087
27232
|
|
27233
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle,
|
27234
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle {
|
27235
|
+
height: inherit;
|
27236
|
+
font-size: var(--fontSizeSm);
|
27237
|
+
padding: var(--gap-xs) var(--gap-xs);
|
27238
|
+
padding-left: var(--gap-sm);
|
27239
|
+
color: var(--DropDown-group-color);
|
27240
|
+
flex-grow: 1;
|
27241
|
+
cursor: default;
|
27242
|
+
}
|
27243
|
+
|
27244
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle:hover,
|
27245
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle:hover {
|
27246
|
+
background: none;
|
27247
|
+
}
|
27248
|
+
|
27249
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle span,
|
27250
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle span {
|
27251
|
+
white-space: nowrap;
|
27252
|
+
}
|
27253
|
+
|
27254
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button,
|
27255
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
|
27256
|
+
padding-left: var(--gap-lg);
|
27257
|
+
}
|
27258
|
+
|
27088
27259
|
.amis-scope .a-DropDown-menu > li a {
|
27089
27260
|
color: inherit;
|
27090
27261
|
display: block;
|
@@ -27191,127 +27362,429 @@ readers do not read off random characters that represent icons */
|
|
27191
27362
|
position: relative;
|
27192
27363
|
}
|
27193
27364
|
|
27194
|
-
.amis-scope .a-
|
27195
|
-
|
27196
|
-
|
27197
|
-
|
27365
|
+
.amis-scope .a-CalendarMobile {
|
27366
|
+
height: 100%;
|
27367
|
+
width: 100%;
|
27368
|
+
overflow: scroll;
|
27198
27369
|
}
|
27199
27370
|
|
27200
|
-
.amis-scope .a-
|
27201
|
-
|
27202
|
-
|
27203
|
-
|
27204
|
-
|
27205
|
-
|
27206
|
-
|
27207
|
-
|
27371
|
+
.amis-scope .a-CalendarMobile-pop {
|
27372
|
+
position: fixed;
|
27373
|
+
bottom: 0;
|
27374
|
+
left: 0;
|
27375
|
+
width: 100vw;
|
27376
|
+
height: 90vh;
|
27377
|
+
background: #fff;
|
27378
|
+
border-radius: 1rem 1rem 0 0;
|
27379
|
+
overflow: hidden;
|
27380
|
+
border-width: 0;
|
27208
27381
|
}
|
27209
27382
|
|
27210
|
-
.amis-scope .a-
|
27211
|
-
display:
|
27212
|
-
flex-direction:
|
27383
|
+
.amis-scope .a-CalendarMobile-wrap {
|
27384
|
+
display: flex;
|
27385
|
+
flex-direction: column;
|
27386
|
+
height: 100%;
|
27213
27387
|
}
|
27214
27388
|
|
27215
|
-
.amis-scope .a-
|
27216
|
-
|
27389
|
+
.amis-scope .a-CalendarMobile-header {
|
27390
|
+
flex-shrink: 0;
|
27391
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27392
|
+
position: relative;
|
27217
27393
|
}
|
27218
27394
|
|
27219
|
-
.amis-scope .a-
|
27220
|
-
|
27395
|
+
.amis-scope .a-CalendarMobile-header .subtitle-text {
|
27396
|
+
display: inline-block;
|
27397
|
+
width: 6.875rem;
|
27398
|
+
position: relative;
|
27221
27399
|
}
|
27222
27400
|
|
27223
|
-
.amis-scope .a-
|
27224
|
-
|
27225
|
-
|
27226
|
-
|
27227
|
-
|
27401
|
+
.amis-scope .a-CalendarMobile-header .rdtPrev {
|
27402
|
+
width: 1.25rem;
|
27403
|
+
height: 2.75rem;
|
27404
|
+
display: block;
|
27405
|
+
position: absolute;
|
27406
|
+
top: 0;
|
27407
|
+
left: -1.25rem;
|
27228
27408
|
}
|
27229
27409
|
|
27230
|
-
.amis-scope .a-
|
27231
|
-
|
27232
|
-
|
27233
|
-
display:
|
27234
|
-
|
27235
|
-
|
27236
|
-
|
27237
|
-
border-color: var(--text-color);
|
27238
|
-
border-style: solid;
|
27239
|
-
border-width: 0.0625rem 0.0625rem 0 0;
|
27240
|
-
transform: rotate(45deg);
|
27241
|
-
transform-origin: 50% 50%;
|
27410
|
+
.amis-scope .a-CalendarMobile-header .rdtNext {
|
27411
|
+
width: 1.25rem;
|
27412
|
+
height: 2.75rem;
|
27413
|
+
display: block;
|
27414
|
+
position: absolute;
|
27415
|
+
top: 0;
|
27416
|
+
right: -1.25rem;
|
27242
27417
|
}
|
27243
27418
|
|
27244
|
-
.amis-scope .a-
|
27245
|
-
|
27246
|
-
|
27419
|
+
.amis-scope .a-CalendarMobile-title,
|
27420
|
+
.amis-scope .a-CalendarMobile-subtitle {
|
27421
|
+
height: 2.75rem;
|
27422
|
+
font-weight: 500;
|
27423
|
+
line-height: 2.75rem;
|
27247
27424
|
text-align: center;
|
27248
|
-
margin-right: var(--gap-xs);
|
27249
27425
|
}
|
27250
27426
|
|
27251
|
-
.amis-scope .a-
|
27252
|
-
|
27427
|
+
.amis-scope .a-CalendarMobile-title {
|
27428
|
+
font-size: var(--fontSizeLg);
|
27253
27429
|
}
|
27254
27430
|
|
27255
|
-
.amis-scope .a-
|
27256
|
-
|
27257
|
-
transform-origin: 50% 30%;
|
27431
|
+
.amis-scope .a-CalendarMobile-weekdays {
|
27432
|
+
display: flex;
|
27258
27433
|
}
|
27259
27434
|
|
27260
|
-
.amis-scope .a-
|
27261
|
-
|
27435
|
+
.amis-scope .a-CalendarMobile-weekdays .weekday {
|
27436
|
+
flex: 1;
|
27437
|
+
line-height: 1.875rem;
|
27438
|
+
text-align: center;
|
27262
27439
|
}
|
27263
27440
|
|
27264
|
-
.amis-scope .a-
|
27265
|
-
|
27266
|
-
|
27267
|
-
color:
|
27441
|
+
.amis-scope .a-CalendarMobile-close {
|
27442
|
+
position: absolute;
|
27443
|
+
z-index: 1;
|
27444
|
+
color: #c8c9cc;
|
27445
|
+
font-size: 1rem;
|
27446
|
+
cursor: pointer;
|
27447
|
+
top: 0.6875rem;
|
27448
|
+
right: 1rem;
|
27268
27449
|
}
|
27269
27450
|
|
27270
|
-
.amis-scope .a-
|
27271
|
-
|
27451
|
+
.amis-scope .a-CalendarMobile-body::-webkit-scrollbar {
|
27452
|
+
width: 0;
|
27272
27453
|
}
|
27273
27454
|
|
27274
|
-
.amis-scope .a-
|
27275
|
-
|
27455
|
+
.amis-scope .a-CalendarMobile-body {
|
27456
|
+
flex: 1;
|
27457
|
+
overflow-y: scroll;
|
27276
27458
|
}
|
27277
27459
|
|
27278
|
-
.amis-scope .a-
|
27279
|
-
|
27280
|
-
font-size: var(--fontSizeBase);
|
27281
|
-
border-top: var(--Collapse-header-collapsed-borderTop);
|
27282
|
-
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27460
|
+
.amis-scope .a-CalendarMobile-body table {
|
27461
|
+
border-spacing: 0 0.25rem;
|
27283
27462
|
}
|
27284
27463
|
|
27285
|
-
.amis-scope .a-
|
27286
|
-
|
27464
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27465
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27466
|
+
background: transparent;
|
27467
|
+
color: var(--Calendar-color);
|
27468
|
+
text-shadow: none;
|
27287
27469
|
}
|
27288
27470
|
|
27289
|
-
.amis-scope .a-
|
27290
|
-
|
27291
|
-
|
27471
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27472
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27473
|
+
color: #999;
|
27292
27474
|
}
|
27293
27475
|
|
27294
|
-
.amis-scope .a-
|
27295
|
-
|
27296
|
-
transform: rotate(-45deg);
|
27476
|
+
.amis-scope .a-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27477
|
+
display: none;
|
27297
27478
|
}
|
27298
27479
|
|
27299
|
-
.amis-scope .a-
|
27300
|
-
|
27480
|
+
.amis-scope .a-CalendarMobile-body .rdtPicker td {
|
27481
|
+
height: 3.5rem;
|
27482
|
+
position: relative;
|
27301
27483
|
}
|
27302
27484
|
|
27303
|
-
.amis-scope .a-
|
27304
|
-
.amis-scope .a-
|
27305
|
-
|
27306
|
-
|
27485
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27486
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27487
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27488
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27489
|
+
background: transparent;
|
27307
27490
|
}
|
27308
27491
|
|
27309
|
-
.amis-scope .a-
|
27310
|
-
|
27311
|
-
|
27312
|
-
|
27313
|
-
|
27314
|
-
|
27492
|
+
.amis-scope .a-CalendarMobile-body .calendar-wrap {
|
27493
|
+
position: relative;
|
27494
|
+
width: 3.125rem;
|
27495
|
+
height: 100%;
|
27496
|
+
text-align: center;
|
27497
|
+
display: inline-flex;
|
27498
|
+
align-items: center;
|
27499
|
+
justify-content: center;
|
27500
|
+
border-radius: 0.25rem;
|
27501
|
+
}
|
27502
|
+
|
27503
|
+
.amis-scope .a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
|
27504
|
+
width: auto;
|
27505
|
+
max-width: 3.125rem;
|
27506
|
+
}
|
27507
|
+
|
27508
|
+
.amis-scope .a-CalendarMobile-footer {
|
27509
|
+
flex-shrink: 0;
|
27510
|
+
}
|
27511
|
+
|
27512
|
+
.amis-scope .a-CalendarMobile-footer .date-range-confirm {
|
27513
|
+
height: 2.25rem;
|
27514
|
+
margin: 0.4375rem 0;
|
27515
|
+
border-radius: var(--borderRadiusMd);
|
27516
|
+
display: block;
|
27517
|
+
}
|
27518
|
+
|
27519
|
+
.amis-scope .a-CalendarMobile-footer .is-disabled {
|
27520
|
+
opacity: 0.5;
|
27521
|
+
color: var(--Button--primary-color);
|
27522
|
+
background: var(--Button--primary-bg);
|
27523
|
+
border-color: var(--Button--primary-bg);
|
27524
|
+
filter: none;
|
27525
|
+
}
|
27526
|
+
|
27527
|
+
.amis-scope .a-CalendarMobile-footer-toolbar {
|
27528
|
+
padding: 0 1rem;
|
27529
|
+
}
|
27530
|
+
|
27531
|
+
.amis-scope .a-CalendarMobile-footer-ranges {
|
27532
|
+
background: #fff;
|
27533
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
27534
|
+
border-radius: 24px;
|
27535
|
+
overflow-x: auto;
|
27536
|
+
position: relative;
|
27537
|
+
height: 3rem;
|
27538
|
+
line-height: 3rem;
|
27539
|
+
}
|
27540
|
+
|
27541
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers {
|
27542
|
+
position: absolute;
|
27543
|
+
white-space: nowrap;
|
27544
|
+
}
|
27545
|
+
|
27546
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers .a-DateRangePicker-ranger {
|
27547
|
+
margin: 0 1.5625rem;
|
27548
|
+
}
|
27549
|
+
|
27550
|
+
.amis-scope .a-CalendarMobile-footer .a-DatePicker-shortcuts {
|
27551
|
+
width: auto;
|
27552
|
+
}
|
27553
|
+
|
27554
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27555
|
+
padding: var(--gap-sm) 0;
|
27556
|
+
}
|
27557
|
+
|
27558
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker {
|
27559
|
+
width: 100%;
|
27560
|
+
padding: 0;
|
27561
|
+
}
|
27562
|
+
|
27563
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtOld {
|
27564
|
+
visibility: hidden;
|
27565
|
+
}
|
27566
|
+
|
27567
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtNew {
|
27568
|
+
display: none;
|
27569
|
+
}
|
27570
|
+
|
27571
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
27572
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
27573
|
+
color: var(--Button--primary-bg);
|
27574
|
+
}
|
27575
|
+
|
27576
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
27577
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
27578
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
27579
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
27580
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
27581
|
+
color: #fff;
|
27582
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
27583
|
+
}
|
27584
|
+
|
27585
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
27586
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
27587
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
27588
|
+
}
|
27589
|
+
|
27590
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
27591
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
27592
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
27593
|
+
}
|
27594
|
+
|
27595
|
+
.amis-scope .a-CalendarMobile-calendar-header {
|
27596
|
+
height: 1.875rem;
|
27597
|
+
line-height: 1.875rem;
|
27598
|
+
text-align: center;
|
27599
|
+
}
|
27600
|
+
|
27601
|
+
.amis-scope .a-CalendarMobile-range-text {
|
27602
|
+
position: absolute;
|
27603
|
+
right: 0;
|
27604
|
+
left: 0;
|
27605
|
+
bottom: 0;
|
27606
|
+
color: #fff;
|
27607
|
+
font-size: var(--fontSizeSm);
|
27608
|
+
white-space: nowrap;
|
27609
|
+
}
|
27610
|
+
|
27611
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27612
|
+
position: relative;
|
27613
|
+
}
|
27614
|
+
|
27615
|
+
.amis-scope .a-CalendarMobile-calendar-mark {
|
27616
|
+
position: absolute;
|
27617
|
+
top: 50%;
|
27618
|
+
left: 50%;
|
27619
|
+
z-index: 0;
|
27620
|
+
color: rgba(242, 243, 245, 0.8);
|
27621
|
+
font-size: 10rem;
|
27622
|
+
transform: translate(-50%, -50%);
|
27623
|
+
pointer-events: none;
|
27624
|
+
}
|
27625
|
+
|
27626
|
+
.amis-scope .a-CalendarMobile-toast {
|
27627
|
+
position: fixed;
|
27628
|
+
top: 50%;
|
27629
|
+
left: 50%;
|
27630
|
+
transform: translate(-50%, -50%);
|
27631
|
+
width: 8.5rem;
|
27632
|
+
height: 2.25rem;
|
27633
|
+
background: rgba(0, 0, 0, 0.9);
|
27634
|
+
border-radius: 4px;
|
27635
|
+
color: #fff;
|
27636
|
+
display: flex;
|
27637
|
+
justify-content: center;
|
27638
|
+
align-items: center;
|
27639
|
+
}
|
27640
|
+
|
27641
|
+
.amis-scope .a-CalendarMobile-time {
|
27642
|
+
height: 11.25rem;
|
27643
|
+
}
|
27644
|
+
|
27645
|
+
.amis-scope .a-CalendarMobile-time-title {
|
27646
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
27647
|
+
border-left: none;
|
27648
|
+
border-right: none;
|
27649
|
+
text-align: center;
|
27650
|
+
height: 1.875rem;
|
27651
|
+
line-height: 1.875rem;
|
27652
|
+
}
|
27653
|
+
|
27654
|
+
.amis-scope .a-CalendarMobile-time .rdtPicker {
|
27655
|
+
margin: 0 auto;
|
27656
|
+
}
|
27657
|
+
|
27658
|
+
.amis-scope .a-CalendarMobile .a-CalendarTime {
|
27659
|
+
height: 8.125rem;
|
27660
|
+
overflow: hidden;
|
27661
|
+
}
|
27662
|
+
|
27663
|
+
.amis-scope .a-CalendarMobile .a-PickerColumns-header {
|
27664
|
+
display: none;
|
27665
|
+
}
|
27666
|
+
|
27667
|
+
.amis-scope .a-Collapse {
|
27668
|
+
border: var(--Collapse-border);
|
27669
|
+
padding: 0;
|
27670
|
+
line-height: 1.25rem;
|
27671
|
+
}
|
27672
|
+
|
27673
|
+
.amis-scope .a-Collapse-header {
|
27674
|
+
font-size: var(--Collapse-header-fontSize);
|
27675
|
+
font-weight: var(--Collapse-header-fontWeight);
|
27676
|
+
color: var(--text--loud-color);
|
27677
|
+
padding: var(--Collapse-header-padding);
|
27678
|
+
margin: 0;
|
27679
|
+
cursor: pointer;
|
27680
|
+
background: var(--Collapse-header-bg);
|
27681
|
+
}
|
27682
|
+
|
27683
|
+
.amis-scope .a-Collapse-header-wrapper {
|
27684
|
+
display: inline-flex;
|
27685
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
27686
|
+
}
|
27687
|
+
|
27688
|
+
.amis-scope .a-Collapse-header-tpl {
|
27689
|
+
margin-right: 0.5rem;
|
27690
|
+
}
|
27691
|
+
|
27692
|
+
.amis-scope .a-Collapse-header:hover {
|
27693
|
+
background: var(--Collapse-header-onHover-bg);
|
27694
|
+
}
|
27695
|
+
|
27696
|
+
.amis-scope .a-Collapse-arrow {
|
27697
|
+
display: inline-block;
|
27698
|
+
width: 1rem;
|
27699
|
+
text-align: center;
|
27700
|
+
margin-right: var(--gap-sm);
|
27701
|
+
}
|
27702
|
+
|
27703
|
+
.amis-scope .a-Collapse-arrow:before {
|
27704
|
+
content: "";
|
27705
|
+
position: relative;
|
27706
|
+
display: inline-block;
|
27707
|
+
width: 0.375rem;
|
27708
|
+
height: 0.375rem;
|
27709
|
+
top: -0.125rem;
|
27710
|
+
border-color: var(--text-color);
|
27711
|
+
border-style: solid;
|
27712
|
+
border-width: 0.0625rem 0.0625rem 0 0;
|
27713
|
+
transform: rotate(45deg);
|
27714
|
+
transform-origin: 50% 50%;
|
27715
|
+
}
|
27716
|
+
|
27717
|
+
.amis-scope .a-Collapse-icon-tranform {
|
27718
|
+
display: inline-block;
|
27719
|
+
width: 1rem;
|
27720
|
+
text-align: center;
|
27721
|
+
margin-right: var(--gap-xs);
|
27722
|
+
}
|
27723
|
+
|
27724
|
+
.amis-scope .a-Collapse .a-TplField {
|
27725
|
+
display: inline-block;
|
27726
|
+
}
|
27727
|
+
|
27728
|
+
.amis-scope .a-Collapse.is-active .a-Collapse-arrow:before {
|
27729
|
+
transform: rotate(135deg);
|
27730
|
+
transform-origin: 50% 30%;
|
27731
|
+
}
|
27732
|
+
|
27733
|
+
.amis-scope .a-Collapse.is-active .a-Collapse-icon-tranform {
|
27734
|
+
transform: rotate(90deg);
|
27735
|
+
}
|
27736
|
+
|
27737
|
+
.amis-scope .a-Collapse--disabled .a-Collapse-header {
|
27738
|
+
cursor: not-allowed;
|
27739
|
+
user-select: none;
|
27740
|
+
color: var(--text--muted-color);
|
27741
|
+
}
|
27742
|
+
|
27743
|
+
.amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
|
27744
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
27745
|
+
}
|
27746
|
+
|
27747
|
+
.amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
|
27748
|
+
border-color: var(--text--muted-color);
|
27749
|
+
}
|
27750
|
+
|
27751
|
+
.amis-scope .a-Collapse--title-bottom .a-Collapse-header {
|
27752
|
+
text-align: center;
|
27753
|
+
font-size: var(--fontSizeBase);
|
27754
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
27755
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27756
|
+
}
|
27757
|
+
|
27758
|
+
.amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
|
27759
|
+
border-top: none;
|
27760
|
+
}
|
27761
|
+
|
27762
|
+
.amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
|
27763
|
+
top: -0.25rem;
|
27764
|
+
transform: rotate(135deg);
|
27765
|
+
}
|
27766
|
+
|
27767
|
+
.amis-scope .a-Collapse--title-bottom.is-active .a-Collapse-arrow:before {
|
27768
|
+
top: 0;
|
27769
|
+
transform: rotate(-45deg);
|
27770
|
+
}
|
27771
|
+
|
27772
|
+
.amis-scope .a-Collapse-contentWrapper {
|
27773
|
+
transition: height var(--animation-duration) ease;
|
27774
|
+
}
|
27775
|
+
|
27776
|
+
.amis-scope .a-Collapse-contentWrapper.in,
|
27777
|
+
.amis-scope .a-Collapse-contentWrapper.out {
|
27778
|
+
height: 0;
|
27779
|
+
overflow: hidden;
|
27780
|
+
}
|
27781
|
+
|
27782
|
+
.amis-scope .a-Collapse-content {
|
27783
|
+
padding: var(--Collapse-content-padding);
|
27784
|
+
color: var(--body-color);
|
27785
|
+
font-size: var(--Collapse-content-fontSize);
|
27786
|
+
font-weight: var(--Collapse-content-fontWeight);
|
27787
|
+
}
|
27315
27788
|
|
27316
27789
|
.amis-scope .a-CollapseGroup .a-Collapse:not(:last-child) {
|
27317
27790
|
border-bottom: none;
|
@@ -30962,7 +31435,7 @@ readers do not read off random characters that represent icons */
|
|
30962
31435
|
|
30963
31436
|
.amis-scope .a-Card-multiMedia-img {
|
30964
31437
|
display: block;
|
30965
|
-
width:
|
31438
|
+
width: auto;
|
30966
31439
|
height: auto;
|
30967
31440
|
object-fit: cover;
|
30968
31441
|
border-radius: var(--Card-borderRadius);
|
@@ -32447,16 +32920,46 @@ readers do not read off random characters that represent icons */
|
|
32447
32920
|
min-height: 24px;
|
32448
32921
|
}
|
32449
32922
|
|
32450
|
-
.amis-scope .a-
|
32451
|
-
|
32452
|
-
|
32453
|
-
|
32454
|
-
font-size: var(--
|
32455
|
-
|
32456
|
-
align-items: center;
|
32923
|
+
.amis-scope .a-ResultBox.is-mobile {
|
32924
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
32925
|
+
border: none;
|
32926
|
+
padding: 0;
|
32927
|
+
font-size: var(--fontSizeLg);
|
32928
|
+
border: none;
|
32457
32929
|
justify-content: flex-end;
|
32458
|
-
|
32459
|
-
|
32930
|
+
}
|
32931
|
+
|
32932
|
+
.amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow {
|
32933
|
+
margin-right: var(--gap-xs);
|
32934
|
+
width: var(--gap-md);
|
32935
|
+
text-align: center;
|
32936
|
+
display: flex;
|
32937
|
+
align-items: center;
|
32938
|
+
justify-content: center;
|
32939
|
+
line-height: 1;
|
32940
|
+
margin-left: 4px;
|
32941
|
+
}
|
32942
|
+
|
32943
|
+
.amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow > svg {
|
32944
|
+
transition: transform var(--animation-duration);
|
32945
|
+
display: inline-block;
|
32946
|
+
color: var(--Form-select-caret-iconColor);
|
32947
|
+
width: 10px;
|
32948
|
+
height: 10px;
|
32949
|
+
top: 0;
|
32950
|
+
transform: rotate(-90deg);
|
32951
|
+
}
|
32952
|
+
|
32953
|
+
.amis-scope .a-SearchBox {
|
32954
|
+
display: inline-flex;
|
32955
|
+
flex-direction: row;
|
32956
|
+
line-height: var(--Form-input-lineHeight);
|
32957
|
+
font-size: var(--Form-input-fontSize);
|
32958
|
+
flex-wrap: nowrap;
|
32959
|
+
align-items: center;
|
32960
|
+
justify-content: flex-end;
|
32961
|
+
height: 30px;
|
32962
|
+
width: 30px;
|
32460
32963
|
padding: 0 8px;
|
32461
32964
|
transition: all var(--animation-duration) ease-in-out;
|
32462
32965
|
border: var(--Form-input-borderWidth) solid transparent;
|
@@ -33959,6 +34462,8 @@ readers do not read off random characters that represent icons */
|
|
33959
34462
|
pointer-events: all;
|
33960
34463
|
margin-left: var(--Checkbox-gap);
|
33961
34464
|
cursor: pointer;
|
34465
|
+
display: inline-block;
|
34466
|
+
vertical-align: middle;
|
33962
34467
|
}
|
33963
34468
|
|
33964
34469
|
.amis-scope .a-Checkbox > i + span > a {
|
@@ -34195,7 +34700,6 @@ readers do not read off random characters that represent icons */
|
|
34195
34700
|
|
34196
34701
|
.amis-scope .a-Selection > .a-Checkbox {
|
34197
34702
|
display: block;
|
34198
|
-
height: var(--Form-input-height);
|
34199
34703
|
line-height: var(--Form-input-lineHeight);
|
34200
34704
|
font-size: var(--Form-input-fontSize);
|
34201
34705
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
@@ -34238,7 +34742,6 @@ readers do not read off random characters that represent icons */
|
|
34238
34742
|
|
34239
34743
|
.amis-scope .a-GroupedSelection-item {
|
34240
34744
|
display: flex;
|
34241
|
-
height: var(--Form-input-height);
|
34242
34745
|
line-height: var(--Form-input-lineHeight);
|
34243
34746
|
font-size: var(--Form-input-fontSize);
|
34244
34747
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34369,7 +34872,6 @@ readers do not read off random characters that represent icons */
|
|
34369
34872
|
.amis-scope .a-TreeSelection-itemInner {
|
34370
34873
|
display: flex;
|
34371
34874
|
align-items: center;
|
34372
|
-
height: var(--Form-input-height);
|
34373
34875
|
line-height: var(--Form-input-lineHeight);
|
34374
34876
|
font-size: var(--Form-input-fontSize);
|
34375
34877
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34424,6 +34926,7 @@ readers do not read off random characters that represent icons */
|
|
34424
34926
|
.amis-scope .a-ChainedSelection {
|
34425
34927
|
display: flex;
|
34426
34928
|
flex-direction: row;
|
34929
|
+
min-height: 100%;
|
34427
34930
|
}
|
34428
34931
|
|
34429
34932
|
.amis-scope .a-ChainedSelection-col {
|
@@ -34443,7 +34946,6 @@ readers do not read off random characters that represent icons */
|
|
34443
34946
|
|
34444
34947
|
.amis-scope .a-ChainedSelection-item {
|
34445
34948
|
display: flex;
|
34446
|
-
height: var(--Form-input-height);
|
34447
34949
|
line-height: var(--Form-input-lineHeight);
|
34448
34950
|
font-size: var(--Form-input-fontSize);
|
34449
34951
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34558,6 +35060,33 @@ readers do not read off random characters that represent icons */
|
|
34558
35060
|
display: inline-block;
|
34559
35061
|
}
|
34560
35062
|
|
35063
|
+
.amis-scope .a-CityArea-popup {
|
35064
|
+
height: 17.5rem;
|
35065
|
+
}
|
35066
|
+
|
35067
|
+
.amis-scope .a-CityArea-Input {
|
35068
|
+
margin-top: var(--gap-xs);
|
35069
|
+
outline: none;
|
35070
|
+
vertical-align: top;
|
35071
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
35072
|
+
border-radius: var(--Form-input-borderRadius);
|
35073
|
+
line-height: var(--Form-input-lineHeight);
|
35074
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
35075
|
+
font-size: var(--Form-input-fontSize);
|
35076
|
+
display: inline-flex !important;
|
35077
|
+
}
|
35078
|
+
|
35079
|
+
.amis-scope .a-CityArea-Input::placeholder {
|
35080
|
+
color: var(--Form-input-placeholderColor);
|
35081
|
+
user-select: none;
|
35082
|
+
}
|
35083
|
+
|
35084
|
+
.amis-scope .a-CityArea-Input:focus {
|
35085
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
35086
|
+
box-shadow: var(--Form-input-boxShadow);
|
35087
|
+
background: var(--Form-input-onFocused-bg);
|
35088
|
+
}
|
35089
|
+
|
34561
35090
|
.amis-scope .a-Switch {
|
34562
35091
|
cursor: pointer;
|
34563
35092
|
position: relative;
|
@@ -34838,6 +35367,7 @@ readers do not read off random characters that represent icons */
|
|
34838
35367
|
display: inline-flex;
|
34839
35368
|
vertical-align: middle;
|
34840
35369
|
text-align: left;
|
35370
|
+
align-items: center;
|
34841
35371
|
outline: none;
|
34842
35372
|
position: relative;
|
34843
35373
|
font-size: var(--Form-input-fontSize);
|
@@ -34984,10 +35514,26 @@ readers do not read off random characters that represent icons */
|
|
34984
35514
|
top: 0;
|
34985
35515
|
}
|
34986
35516
|
|
34987
|
-
.amis-scope .a-Select.is-opened .a-Select-arrow > svg {
|
35517
|
+
.amis-scope .a-Select.is-opened:not(.is-mobile) .a-Select-arrow > svg {
|
34988
35518
|
transform: rotate(180deg);
|
34989
35519
|
}
|
34990
35520
|
|
35521
|
+
.amis-scope .a-Select.is-mobile {
|
35522
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
35523
|
+
border: none;
|
35524
|
+
padding: 0;
|
35525
|
+
font-size: var(--fontSizeLg);
|
35526
|
+
}
|
35527
|
+
|
35528
|
+
.amis-scope .a-Select.is-mobile .a-Select-valueWrap {
|
35529
|
+
text-align: right;
|
35530
|
+
padding-right: 4px;
|
35531
|
+
}
|
35532
|
+
|
35533
|
+
.amis-scope .a-Select.is-mobile .a-Select-arrow > svg {
|
35534
|
+
transform: rotate(-90deg);
|
35535
|
+
}
|
35536
|
+
|
34991
35537
|
.amis-scope .a-Select-menu {
|
34992
35538
|
max-height: 18.75rem;
|
34993
35539
|
overflow: auto;
|
@@ -34998,6 +35544,15 @@ readers do not read off random characters that represent icons */
|
|
34998
35544
|
margin-top: -0.1875rem;
|
34999
35545
|
}
|
35000
35546
|
|
35547
|
+
.amis-scope .a-Select-menu.is-mobile {
|
35548
|
+
width: 100%;
|
35549
|
+
text-align: center;
|
35550
|
+
}
|
35551
|
+
|
35552
|
+
.amis-scope .a-Select-menu.is-mobile .a-Select-option {
|
35553
|
+
line-height: 2.25rem;
|
35554
|
+
}
|
35555
|
+
|
35001
35556
|
.amis-scope .a-Select--longlist {
|
35002
35557
|
overflow: hidden;
|
35003
35558
|
max-height: max-content;
|
@@ -35099,8 +35654,8 @@ readers do not read off random characters that represent icons */
|
|
35099
35654
|
margin-right: var(--Checkbox-gap);
|
35100
35655
|
}
|
35101
35656
|
|
35102
|
-
.amis-scope .a-Select.is-focused,
|
35103
|
-
.amis-scope .a-Select.is-opened {
|
35657
|
+
.amis-scope .a-Select.is-focused:not(.is-mobile),
|
35658
|
+
.amis-scope .a-Select.is-opened:not(.is-mobile) {
|
35104
35659
|
border-color: var(--Form-input-onFocused-borderColor);
|
35105
35660
|
color: var(--Form-select-onFocused-color);
|
35106
35661
|
}
|
@@ -35130,6 +35685,10 @@ readers do not read off random characters that represent icons */
|
|
35130
35685
|
fill: var(--Form-input-onHover-iconColor);
|
35131
35686
|
}
|
35132
35687
|
|
35688
|
+
.amis-scope .a-Select-popup {
|
35689
|
+
height: 20rem;
|
35690
|
+
}
|
35691
|
+
|
35133
35692
|
.amis-scope .a-Select-popover {
|
35134
35693
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
35135
35694
|
background: var(--Form-select-menu-bg);
|
@@ -35209,6 +35768,7 @@ readers do not read off random characters that represent icons */
|
|
35209
35768
|
height: var(--Form-input-height);
|
35210
35769
|
line-height: var(--Form-input-lineHeight);
|
35211
35770
|
font-size: var(--Form-input-fontSize);
|
35771
|
+
align-items: center;
|
35212
35772
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
35213
35773
|
}
|
35214
35774
|
|
@@ -35218,6 +35778,7 @@ readers do not read off random characters that represent icons */
|
|
35218
35778
|
}
|
35219
35779
|
|
35220
35780
|
.amis-scope .a-Selections-item > .a-Selections-dragbar {
|
35781
|
+
top: 0;
|
35221
35782
|
width: var(--gap-lg);
|
35222
35783
|
position: relative;
|
35223
35784
|
left: calc(var(--gap-xs) * -1);
|
@@ -35533,7 +36094,7 @@ readers do not read off random characters that represent icons */
|
|
35533
36094
|
}
|
35534
36095
|
|
35535
36096
|
.amis-scope .a-ColorPicker-popup {
|
35536
|
-
height:
|
36097
|
+
height: 25rem;
|
35537
36098
|
}
|
35538
36099
|
|
35539
36100
|
.amis-scope .a-ColorPicker:not(.is-disabled) {
|
@@ -35797,7 +36358,50 @@ readers do not read off random characters that represent icons */
|
|
35797
36358
|
}
|
35798
36359
|
|
35799
36360
|
.amis-scope .a-DatePicker-popup {
|
35800
|
-
height:
|
36361
|
+
height: 18.75rem;
|
36362
|
+
}
|
36363
|
+
|
36364
|
+
.amis-scope .a-DatePicker.is-mobile {
|
36365
|
+
border: 0;
|
36366
|
+
justify-content: flex-end;
|
36367
|
+
}
|
36368
|
+
|
36369
|
+
.amis-scope .a-DatePicker.is-mobile span:focus,
|
36370
|
+
.amis-scope .a-DatePicker.is-mobile a:focus {
|
36371
|
+
outline: unset;
|
36372
|
+
}
|
36373
|
+
|
36374
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-value,
|
36375
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-clear {
|
36376
|
+
display: inline-flex;
|
36377
|
+
justify-content: flex-end;
|
36378
|
+
padding: 0 0;
|
36379
|
+
}
|
36380
|
+
|
36381
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-value {
|
36382
|
+
margin-right: var(--gap-xs);
|
36383
|
+
}
|
36384
|
+
|
36385
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-placeholder {
|
36386
|
+
flex-grow: unset;
|
36387
|
+
flex-basis: unset;
|
36388
|
+
}
|
36389
|
+
|
36390
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-toggler {
|
36391
|
+
margin-top: -3px;
|
36392
|
+
}
|
36393
|
+
|
36394
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile {
|
36395
|
+
color: red;
|
36396
|
+
}
|
36397
|
+
|
36398
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt {
|
36399
|
+
width: 100%;
|
36400
|
+
}
|
36401
|
+
|
36402
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt .rdtPicker {
|
36403
|
+
width: 100%;
|
36404
|
+
padding: unset;
|
35801
36405
|
}
|
35802
36406
|
|
35803
36407
|
.amis-scope .rdt {
|
@@ -36334,7 +36938,7 @@ readers do not read off random characters that represent icons */
|
|
36334
36938
|
}
|
36335
36939
|
|
36336
36940
|
.amis-scope .a-DateRangePicker-popup {
|
36337
|
-
height:
|
36941
|
+
height: 25rem;
|
36338
36942
|
}
|
36339
36943
|
|
36340
36944
|
@media (min-width: 576px) {
|
@@ -36355,6 +36959,36 @@ readers do not read off random characters that represent icons */
|
|
36355
36959
|
border-radius: var(--DatePicker-borderRadius);
|
36356
36960
|
}
|
36357
36961
|
|
36962
|
+
.amis-scope .a-DateRangePicker.is-mobile {
|
36963
|
+
border: 0;
|
36964
|
+
justify-content: flex-end;
|
36965
|
+
}
|
36966
|
+
|
36967
|
+
.amis-scope .a-DateRangePicker.is-mobile span:focus,
|
36968
|
+
.amis-scope .a-DateRangePicker.is-mobile a:focus {
|
36969
|
+
outline: unset;
|
36970
|
+
}
|
36971
|
+
|
36972
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-value,
|
36973
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-clear {
|
36974
|
+
display: inline-flex;
|
36975
|
+
justify-content: flex-end;
|
36976
|
+
padding: 0 0;
|
36977
|
+
}
|
36978
|
+
|
36979
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-value {
|
36980
|
+
margin-right: var(--gap-xs);
|
36981
|
+
}
|
36982
|
+
|
36983
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-placeholder {
|
36984
|
+
flex-grow: unset;
|
36985
|
+
flex-basis: unset;
|
36986
|
+
}
|
36987
|
+
|
36988
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-toggler {
|
36989
|
+
margin-top: -3px;
|
36990
|
+
}
|
36991
|
+
|
36358
36992
|
.amis-scope .a-ImageControl {
|
36359
36993
|
position: relative;
|
36360
36994
|
}
|
@@ -37666,7 +38300,7 @@ readers do not read off random characters that represent icons */
|
|
37666
38300
|
}
|
37667
38301
|
|
37668
38302
|
.amis-scope .a-TreeSelect-popup {
|
37669
|
-
height:
|
38303
|
+
height: 25rem;
|
37670
38304
|
}
|
37671
38305
|
|
37672
38306
|
.amis-scope .a-TreeSelect-popover {
|
@@ -38792,6 +39426,10 @@ readers do not read off random characters that represent icons */
|
|
38792
39426
|
flex-direction: column;
|
38793
39427
|
}
|
38794
39428
|
|
39429
|
+
.amis-scope .a-TransferDropDown-content.is-mobile {
|
39430
|
+
width: 100%;
|
39431
|
+
}
|
39432
|
+
|
38795
39433
|
.amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
|
38796
39434
|
flex-grow: 1;
|
38797
39435
|
max-height: 100%;
|
@@ -38893,6 +39531,125 @@ readers do not read off random characters that represent icons */
|
|
38893
39531
|
border-bottom: 0.0625rem solid #eceff8;
|
38894
39532
|
}
|
38895
39533
|
|
39534
|
+
.amis-scope .a-NestedSelect-popup {
|
39535
|
+
height: 28.75rem;
|
39536
|
+
}
|
39537
|
+
|
39538
|
+
.amis-scope .a-Cascader-tabs {
|
39539
|
+
display: flex;
|
39540
|
+
}
|
39541
|
+
|
39542
|
+
.amis-scope .a-Cascader-tabs.scrollable {
|
39543
|
+
display: block;
|
39544
|
+
overflow-x: auto;
|
39545
|
+
white-space: nowrap;
|
39546
|
+
}
|
39547
|
+
|
39548
|
+
.amis-scope .a-Cascader-tabs.scrollable::-webkit-scrollbar {
|
39549
|
+
display: none;
|
39550
|
+
}
|
39551
|
+
|
39552
|
+
.amis-scope .a-Cascader-tab {
|
39553
|
+
flex: 1;
|
39554
|
+
width: calc((100vw - 20px) / 3);
|
39555
|
+
height: 23.125rem;
|
39556
|
+
overflow-y: auto;
|
39557
|
+
display: inline-block;
|
39558
|
+
}
|
39559
|
+
|
39560
|
+
.amis-scope .a-Cascader-tab::-webkit-scrollbar {
|
39561
|
+
display: none;
|
39562
|
+
}
|
39563
|
+
|
39564
|
+
.amis-scope .a-Cascader {
|
39565
|
+
width: 100%;
|
39566
|
+
padding: 0 10px;
|
39567
|
+
}
|
39568
|
+
|
39569
|
+
.amis-scope .a-Cascader-Nav {
|
39570
|
+
overflow-x: auto;
|
39571
|
+
}
|
39572
|
+
|
39573
|
+
.amis-scope .a-Cascader-NavItem {
|
39574
|
+
display: inline-block;
|
39575
|
+
margin-right: 0.625rem;
|
39576
|
+
list-style: none;
|
39577
|
+
cursor: pointer;
|
39578
|
+
user-select: none;
|
39579
|
+
padding: 0 0.375rem;
|
39580
|
+
}
|
39581
|
+
|
39582
|
+
.amis-scope .a-Cascader-btnGroup {
|
39583
|
+
display: flex;
|
39584
|
+
justify-content: space-between;
|
39585
|
+
align-items: center;
|
39586
|
+
height: 3.75rem;
|
39587
|
+
}
|
39588
|
+
|
39589
|
+
.amis-scope .a-Cascader-options {
|
39590
|
+
box-sizing: border-box;
|
39591
|
+
height: var(--Cascader-option-height);
|
39592
|
+
padding-top: 0.375rem;
|
39593
|
+
overflow-y: auto;
|
39594
|
+
-webkit-overflow-scrolling: touch;
|
39595
|
+
margin: 0;
|
39596
|
+
padding: 0;
|
39597
|
+
}
|
39598
|
+
|
39599
|
+
.amis-scope .a-Cascader-option {
|
39600
|
+
display: flex;
|
39601
|
+
align-items: center;
|
39602
|
+
justify-content: space-between;
|
39603
|
+
padding: 0.375rem 0;
|
39604
|
+
font-size: var(--fontSizeMd);
|
39605
|
+
line-height: var(--Cascader-option-lineHeight);
|
39606
|
+
cursor: pointer;
|
39607
|
+
position: relative;
|
39608
|
+
}
|
39609
|
+
|
39610
|
+
.amis-scope .a-Cascader-option.selected span {
|
39611
|
+
color: var(--primary);
|
39612
|
+
}
|
39613
|
+
|
39614
|
+
.amis-scope .a-Cascader-option.disabled span {
|
39615
|
+
color: gray;
|
39616
|
+
}
|
39617
|
+
|
39618
|
+
.amis-scope .a-Cascader-option--text {
|
39619
|
+
white-space: nowrap;
|
39620
|
+
overflow: hidden;
|
39621
|
+
text-overflow: ellipsis;
|
39622
|
+
user-select: none;
|
39623
|
+
}
|
39624
|
+
|
39625
|
+
.amis-scope .a-Cascader-option-selectedNum {
|
39626
|
+
min-width: 1rem;
|
39627
|
+
height: 1rem;
|
39628
|
+
line-height: 1rem;
|
39629
|
+
border-radius: 100%;
|
39630
|
+
text-align: center;
|
39631
|
+
background: var(--Form-select-menu-onActive-color);
|
39632
|
+
color: var(--white) !important;
|
39633
|
+
font-size: var(--fontSizeSm);
|
39634
|
+
display: inline-block;
|
39635
|
+
position: absolute;
|
39636
|
+
right: 0;
|
39637
|
+
top: 50%;
|
39638
|
+
transform: translateY(-50%);
|
39639
|
+
}
|
39640
|
+
|
39641
|
+
.amis-scope .a-Cascader-icon {
|
39642
|
+
color: var(--primary);
|
39643
|
+
}
|
39644
|
+
|
39645
|
+
.amis-scope .a-Cascader-tab {
|
39646
|
+
padding: 0;
|
39647
|
+
}
|
39648
|
+
|
39649
|
+
.amis-scope .a-Cascader-btnCancel {
|
39650
|
+
color: var(--PopUp-cancelAction-color);
|
39651
|
+
}
|
39652
|
+
|
38896
39653
|
.amis-scope .a-IconPickerControl {
|
38897
39654
|
position: relative;
|
38898
39655
|
max-width: 100%;
|
@@ -39149,6 +39906,8 @@ readers do not read off random characters that represent icons */
|
|
39149
39906
|
font-weight: var(--fontWeightNormal);
|
39150
39907
|
margin-bottom: var(--gap-xs);
|
39151
39908
|
position: relative;
|
39909
|
+
font-size: var(--Form-item-fontSize);
|
39910
|
+
color: var(--Form-item-fontColor);
|
39152
39911
|
}
|
39153
39912
|
|
39154
39913
|
.amis-scope .a-Form-label > span {
|
@@ -39551,26 +40310,196 @@ readers do not read off random characters that represent icons */
|
|
39551
40310
|
width: 10%;
|
39552
40311
|
}
|
39553
40312
|
|
39554
|
-
|
39555
|
-
display: flex;
|
39556
|
-
height: 25rem;
|
39557
|
-
}
|
40313
|
+
/* 移动端样式调整 */
|
39558
40314
|
|
39559
|
-
|
39560
|
-
|
39561
|
-
|
39562
|
-
|
39563
|
-
|
39564
|
-
|
39565
|
-
|
40315
|
+
@media (max-width: 767px) {
|
40316
|
+
.amis-scope .a-Form .a-Form-item {
|
40317
|
+
display: flex;
|
40318
|
+
flex-wrap: wrap;
|
40319
|
+
margin-bottom: 0;
|
40320
|
+
padding: var(--Form-item-gap) 0;
|
40321
|
+
position: relative;
|
40322
|
+
}
|
39566
40323
|
|
39567
|
-
.amis-scope .a-
|
39568
|
-
|
39569
|
-
|
39570
|
-
|
40324
|
+
.amis-scope .a-Form .a-Form-item::after {
|
40325
|
+
position: absolute;
|
40326
|
+
box-sizing: border-box;
|
40327
|
+
content: " ";
|
40328
|
+
pointer-events: none;
|
40329
|
+
right: 0;
|
40330
|
+
bottom: 0;
|
40331
|
+
left: 0;
|
40332
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
40333
|
+
transform: scaleY(0.5);
|
40334
|
+
}
|
39571
40335
|
|
39572
|
-
.amis-scope .a-
|
39573
|
-
|
40336
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
|
40337
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-addOn {
|
40338
|
+
border: none;
|
40339
|
+
}
|
40340
|
+
|
40341
|
+
.amis-scope .a-Form .a-Form-item > .a-Form-label {
|
40342
|
+
flex: 0 0 28%;
|
40343
|
+
max-width: 28%;
|
40344
|
+
min-height: 1px;
|
40345
|
+
text-align: left;
|
40346
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
40347
|
+
overflow-wrap: break-word;
|
40348
|
+
margin-right: 0;
|
40349
|
+
margin-bottom: 0;
|
40350
|
+
font-size: var(--fontSizeLg);
|
40351
|
+
}
|
40352
|
+
|
40353
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description {
|
40354
|
+
font-size: var(--fontSizeBase);
|
40355
|
+
}
|
40356
|
+
|
40357
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input {
|
40358
|
+
font-size: var(--fontSizeLg);
|
40359
|
+
}
|
40360
|
+
|
40361
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input input {
|
40362
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
40363
|
+
}
|
40364
|
+
|
40365
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value,
|
40366
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control {
|
40367
|
+
flex: 1;
|
40368
|
+
flex-wrap: wrap;
|
40369
|
+
font-size: var(--fontSizeLg);
|
40370
|
+
}
|
40371
|
+
|
40372
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
40373
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
40374
|
+
background: transparent;
|
40375
|
+
}
|
40376
|
+
|
40377
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint,
|
40378
|
+
.amis-scope .a-Form .a-Form-item .a-Form-remark,
|
40379
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static,
|
40380
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
|
40381
|
+
.amis-scope .a-Form .a-Form-item .a-SwitchControl,
|
40382
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxControl,
|
40383
|
+
.amis-scope .a-Form .a-Form-item .a-RadiosControl,
|
40384
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxesControl {
|
40385
|
+
padding-top: 0;
|
40386
|
+
padding-bottom: 0;
|
40387
|
+
}
|
40388
|
+
|
40389
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
|
40390
|
+
height: var(--Form-input-height);
|
40391
|
+
}
|
40392
|
+
|
40393
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint {
|
40394
|
+
font-size: var(--fontSizeBase);
|
40395
|
+
margin-left: 0;
|
40396
|
+
color: var(--text--muted-color);
|
40397
|
+
}
|
40398
|
+
|
40399
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-placeholder {
|
40400
|
+
top: 0;
|
40401
|
+
}
|
40402
|
+
|
40403
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static {
|
40404
|
+
min-height: 0;
|
40405
|
+
}
|
40406
|
+
|
40407
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description,
|
40408
|
+
.amis-scope .a-Form .a-Form-item .a-Form-feedback {
|
40409
|
+
font-size: var(--fontSizeBase);
|
40410
|
+
}
|
40411
|
+
|
40412
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-Select,
|
40413
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
40414
|
+
border: none;
|
40415
|
+
}
|
40416
|
+
|
40417
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup > .a-TextControl-input input {
|
40418
|
+
height: var(--Form-input-height);
|
40419
|
+
}
|
40420
|
+
|
40421
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker {
|
40422
|
+
padding: 0;
|
40423
|
+
border: none;
|
40424
|
+
}
|
40425
|
+
|
40426
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
|
40427
|
+
display: none;
|
40428
|
+
}
|
40429
|
+
|
40430
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
|
40431
|
+
margin-bottom: var(--gap-xs);
|
40432
|
+
}
|
40433
|
+
|
40434
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea,
|
40435
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
|
40436
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
40437
|
+
border: none;
|
40438
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40439
|
+
box-shadow: none;
|
40440
|
+
}
|
40441
|
+
|
40442
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:hover,
|
40443
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:focus,
|
40444
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea.active,
|
40445
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
40446
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
40447
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
|
40448
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
40449
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
40450
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
40451
|
+
border: none;
|
40452
|
+
outline: none;
|
40453
|
+
outline-style: none;
|
40454
|
+
}
|
40455
|
+
|
40456
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input--multiple {
|
40457
|
+
padding: 0;
|
40458
|
+
min-height: 0;
|
40459
|
+
}
|
40460
|
+
|
40461
|
+
.amis-scope .a-Form .a-Form-groupColumn {
|
40462
|
+
margin-bottom: 0;
|
40463
|
+
}
|
40464
|
+
|
40465
|
+
.amis-scope .a-Form .a-Divider {
|
40466
|
+
display: none;
|
40467
|
+
}
|
40468
|
+
|
40469
|
+
.amis-scope .a-Form .a-Tabs-pane {
|
40470
|
+
padding: 0;
|
40471
|
+
}
|
40472
|
+
|
40473
|
+
.amis-scope .a-Form > .a-Form-item:last-child::after,
|
40474
|
+
.amis-scope .a-Form > .a-Form-item:last-of-type::after {
|
40475
|
+
display: none;
|
40476
|
+
}
|
40477
|
+
|
40478
|
+
.amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
|
40479
|
+
padding-bottom: var(--Form-input-paddingX);
|
40480
|
+
}
|
40481
|
+
}
|
40482
|
+
|
40483
|
+
.amis-scope .a-AnchorNav {
|
40484
|
+
display: flex;
|
40485
|
+
height: 25rem;
|
40486
|
+
}
|
40487
|
+
|
40488
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
|
40489
|
+
margin: 0;
|
40490
|
+
padding: 0;
|
40491
|
+
width: var(--Tabs--vertical-width);
|
40492
|
+
border-right: var(--AnchorNav-links-container-borderRight);
|
40493
|
+
padding-bottom: 3.75rem;
|
40494
|
+
}
|
40495
|
+
|
40496
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
40497
|
+
position: relative;
|
40498
|
+
display: block;
|
40499
|
+
}
|
40500
|
+
|
40501
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
40502
|
+
display: block;
|
39574
40503
|
border: var(--Tabs-borderWidth) solid transparent;
|
39575
40504
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
39576
40505
|
color: var(--Tabs-color);
|
@@ -39944,20 +40873,29 @@ readers do not read off random characters that represent icons */
|
|
39944
40873
|
box-sizing: content-box;
|
39945
40874
|
}
|
39946
40875
|
|
40876
|
+
.amis-scope .a-FormulaEditor-content {
|
40877
|
+
border-radius: var(--borderRadius);
|
40878
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40879
|
+
}
|
40880
|
+
|
39947
40881
|
.amis-scope .a-FormulaEditor-header {
|
39948
40882
|
width: 100%;
|
39949
|
-
height:
|
39950
|
-
line-height:
|
39951
|
-
padding
|
40883
|
+
height: 1.875rem;
|
40884
|
+
line-height: 1.875rem;
|
40885
|
+
padding: 0 0.625rem;
|
39952
40886
|
box-sizing: border-box;
|
39953
|
-
background:
|
40887
|
+
background: var(--Formula-header-bgColor);
|
40888
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
40889
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40890
|
+
font-weight: 500;
|
39954
40891
|
}
|
39955
40892
|
|
39956
40893
|
.amis-scope .a-FormulaEditor-editor {
|
39957
40894
|
min-height: 14.875rem;
|
39958
40895
|
max-height: 20rem;
|
39959
40896
|
height: auto;
|
39960
|
-
|
40897
|
+
padding: 0.625rem;
|
40898
|
+
padding-right: 0;
|
39961
40899
|
}
|
39962
40900
|
|
39963
40901
|
.amis-scope .a-FormulaEditor.is-error .a-FormulaEditor-editor {
|
@@ -40043,7 +40981,7 @@ readers do not read off random characters that represent icons */
|
|
40043
40981
|
}
|
40044
40982
|
|
40045
40983
|
.amis-scope .a-FormulaFuncList-funcItem.is-active {
|
40046
|
-
|
40984
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
40047
40985
|
}
|
40048
40986
|
|
40049
40987
|
.amis-scope .a-FormulaFuncList-groupTitle {
|
@@ -40059,8 +40997,384 @@ readers do not read off random characters that represent icons */
|
|
40059
40997
|
padding: 10px 20px;
|
40060
40998
|
}
|
40061
40999
|
|
41000
|
+
.amis-scope .a-FormulaFuncList-funcDetail pre {
|
41001
|
+
white-space: pre-wrap;
|
41002
|
+
word-wrap: break-word;
|
41003
|
+
background: var(--Formula-header-bgColor);
|
41004
|
+
padding: 0.625rem;
|
41005
|
+
border-radius: var(--borderRadius);
|
41006
|
+
margin-top: 0;
|
41007
|
+
}
|
41008
|
+
|
41009
|
+
.amis-scope .a-FormulaFuncList-funcDetail div {
|
41010
|
+
color: var(--text--loud-color);
|
41011
|
+
}
|
41012
|
+
|
40062
41013
|
.amis-scope .a-FormulaPicker-icon {
|
40063
41014
|
margin-left: auto;
|
41015
|
+
margin-right: 0.3125rem;
|
41016
|
+
}
|
41017
|
+
|
41018
|
+
.amis-scope .a-Timeline-vertical {
|
41019
|
+
display: flex;
|
41020
|
+
flex-flow: column;
|
41021
|
+
}
|
41022
|
+
|
41023
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem {
|
41024
|
+
display: flex;
|
41025
|
+
flex: 1;
|
41026
|
+
flex-direction: row;
|
41027
|
+
}
|
41028
|
+
|
41029
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
41030
|
+
display: none;
|
41031
|
+
}
|
41032
|
+
|
41033
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle {
|
41034
|
+
position: relative;
|
41035
|
+
flex: var(--TimelineItem--axle-flex);
|
41036
|
+
}
|
41037
|
+
|
41038
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line {
|
41039
|
+
position: absolute;
|
41040
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
41041
|
+
width: var(--TimelineItem--left-line-width);
|
41042
|
+
left: var(--TimelineItem--left-line-left);
|
41043
|
+
top: var(--TimelineItem--left-line-top);
|
41044
|
+
background-color: var(--TimelineItem--line-bg);
|
41045
|
+
}
|
41046
|
+
|
41047
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
|
41048
|
+
position: absolute;
|
41049
|
+
width: var(--TimelineItem--round-width);
|
41050
|
+
height: var(--TimelineItem--round-height);
|
41051
|
+
left: var(--TimelineItem--round-left);
|
41052
|
+
top: var(--TimelineItem--round-top);
|
41053
|
+
background: var(--TimelineItem-round-bg);
|
41054
|
+
border-radius: var(--TimelineItem--round-radius);
|
41055
|
+
}
|
41056
|
+
|
41057
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
41058
|
+
background: var(--Timeline--danger-bg);
|
41059
|
+
}
|
41060
|
+
|
41061
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--info {
|
41062
|
+
background: var(--Timeline--info-bg);
|
41063
|
+
}
|
41064
|
+
|
41065
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--success {
|
41066
|
+
background: var(--Timeline--success-bg);
|
41067
|
+
}
|
41068
|
+
|
41069
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
41070
|
+
background: var(--Timeline--warning-bg);
|
41071
|
+
}
|
41072
|
+
|
41073
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-icon {
|
41074
|
+
position: absolute;
|
41075
|
+
width: var(--TimelineItem--icon-width);
|
41076
|
+
height: var(--TimelineItem--icon-height);
|
41077
|
+
left: var(--TimelineItem--icon-left);
|
41078
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41079
|
+
}
|
41080
|
+
|
41081
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content {
|
41082
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
41083
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
41084
|
+
}
|
41085
|
+
|
41086
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-time {
|
41087
|
+
color: var(--TimelineItem--text-secondary-color);
|
41088
|
+
font-size: var(--Timeline--font-size);
|
41089
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
41090
|
+
}
|
41091
|
+
|
41092
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
41093
|
+
color: var(--TimelineItem--text-primary-color);
|
41094
|
+
font-size: var(--Timeline--font-size);
|
41095
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
41096
|
+
}
|
41097
|
+
|
41098
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
|
41099
|
+
display: flex;
|
41100
|
+
cursor: pointer;
|
41101
|
+
align-items: center;
|
41102
|
+
font-size: var(--Timeline--font-size);
|
41103
|
+
color: var(--TimelineItem--detail-button-color);
|
41104
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
41105
|
+
}
|
41106
|
+
|
41107
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
|
41108
|
+
width: var(--TimelineItem-detail-arrow-width);
|
41109
|
+
height: var(--TimelineItem-detail-arrow-width);
|
41110
|
+
}
|
41111
|
+
|
41112
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow-top {
|
41113
|
+
transform: rotateX(180deg);
|
41114
|
+
}
|
41115
|
+
|
41116
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
41117
|
+
display: block;
|
41118
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
41119
|
+
font-size: var(--Timeline--font-size);
|
41120
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
41121
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
41122
|
+
}
|
41123
|
+
|
41124
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
|
41125
|
+
display: none;
|
41126
|
+
}
|
41127
|
+
|
41128
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-left .a-TimelineItem {
|
41129
|
+
flex-direction: row-reverse;
|
41130
|
+
}
|
41131
|
+
|
41132
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(odd) {
|
41133
|
+
flex-direction: row-reverse;
|
41134
|
+
max-width: 50%;
|
41135
|
+
}
|
41136
|
+
|
41137
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(even) {
|
41138
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
41139
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
41140
|
+
}
|
41141
|
+
|
41142
|
+
.amis-scope .a-Timeline-horizontal {
|
41143
|
+
display: flex;
|
41144
|
+
flex-flow: row;
|
41145
|
+
margin-left: 50%;
|
41146
|
+
transform: translateX(-50%);
|
41147
|
+
}
|
41148
|
+
|
41149
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem {
|
41150
|
+
display: flex;
|
41151
|
+
width: -webkit-fill-available;
|
41152
|
+
flex-flow: column;
|
41153
|
+
}
|
41154
|
+
|
41155
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
41156
|
+
display: none;
|
41157
|
+
}
|
41158
|
+
|
41159
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle {
|
41160
|
+
position: relative;
|
41161
|
+
flex: var(--TimelineItem--axle-flex);
|
41162
|
+
}
|
41163
|
+
|
41164
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-line {
|
41165
|
+
position: absolute;
|
41166
|
+
height: var(--TimelineItem--left-line-width);
|
41167
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
41168
|
+
left: var(--TimelineItem--left-line-top);
|
41169
|
+
top: var(--TimelineItem--left-line-left);
|
41170
|
+
background-color: var(--TimelineItem--line-bg);
|
41171
|
+
}
|
41172
|
+
|
41173
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round {
|
41174
|
+
position: absolute;
|
41175
|
+
width: var(--TimelineItem--round-width);
|
41176
|
+
height: var(--TimelineItem--round-height);
|
41177
|
+
left: var(--TimelineItem--round-top);
|
41178
|
+
top: var(--TimelineItem--round-left);
|
41179
|
+
background: var(--TimelineItem-round-bg);
|
41180
|
+
border-radius: var(--TimelineItem--round-radius);
|
41181
|
+
}
|
41182
|
+
|
41183
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
41184
|
+
background: var(--Timeline--danger-bg);
|
41185
|
+
}
|
41186
|
+
|
41187
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--info {
|
41188
|
+
background: var(--Timeline--info-bg);
|
41189
|
+
}
|
41190
|
+
|
41191
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--success {
|
41192
|
+
background: var(--Timeline--success-bg);
|
41193
|
+
}
|
41194
|
+
|
41195
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
41196
|
+
background: var(--Timeline--warning-bg);
|
41197
|
+
}
|
41198
|
+
|
41199
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-icon {
|
41200
|
+
position: absolute;
|
41201
|
+
width: var(--TimelineItem--icon-width);
|
41202
|
+
height: var(--TimelineItem--icon-height);
|
41203
|
+
left: var(--TimelineItem--icon-left);
|
41204
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41205
|
+
}
|
41206
|
+
|
41207
|
+
/**
|
41208
|
+
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
41209
|
+
*/
|
41210
|
+
|
41211
|
+
.amis-scope .AMISDebug {
|
41212
|
+
position: fixed;
|
41213
|
+
z-index: 4000;
|
41214
|
+
top: 0;
|
41215
|
+
right: 0;
|
41216
|
+
height: 100vh;
|
41217
|
+
width: 24px;
|
41218
|
+
}
|
41219
|
+
|
41220
|
+
.amis-scope .AMISDebug h3 {
|
41221
|
+
color: inherit;
|
41222
|
+
}
|
41223
|
+
|
41224
|
+
.amis-scope .AMISDebug .primary {
|
41225
|
+
color: #009fff;
|
41226
|
+
}
|
41227
|
+
|
41228
|
+
.amis-scope .AMISDebug-header {
|
41229
|
+
padding: var(--Drawer-header-padding);
|
41230
|
+
background: var(--Drawer-header-bg);
|
41231
|
+
border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
|
41232
|
+
}
|
41233
|
+
|
41234
|
+
.amis-scope .AMISDebug-hoverBox {
|
41235
|
+
pointer-events: none;
|
41236
|
+
position: absolute;
|
41237
|
+
outline: 1px dashed #1c76c4;
|
41238
|
+
}
|
41239
|
+
|
41240
|
+
.amis-scope .AMISDebug-activeBox {
|
41241
|
+
pointer-events: none;
|
41242
|
+
position: absolute;
|
41243
|
+
outline: 1px #1c76c4;
|
41244
|
+
}
|
41245
|
+
|
41246
|
+
.amis-scope .AMISDebug-tab {
|
41247
|
+
overflow: hidden;
|
41248
|
+
}
|
41249
|
+
|
41250
|
+
.amis-scope .AMISDebug-tab > button {
|
41251
|
+
color: inherit;
|
41252
|
+
background: inherit;
|
41253
|
+
float: left;
|
41254
|
+
border: none;
|
41255
|
+
outline: none;
|
41256
|
+
cursor: pointer;
|
41257
|
+
padding: var(--gap-sm) var(--gap-md);
|
41258
|
+
transition: 0.3s;
|
41259
|
+
border-bottom: 1px solid transparent;
|
41260
|
+
}
|
41261
|
+
|
41262
|
+
.amis-scope .AMISDebug-tab > button:hover {
|
41263
|
+
color: #e7e7e7;
|
41264
|
+
}
|
41265
|
+
|
41266
|
+
.amis-scope .AMISDebug-tab > button.active {
|
41267
|
+
color: #e7e7e7;
|
41268
|
+
border-bottom-color: #e7e7e7;
|
41269
|
+
}
|
41270
|
+
|
41271
|
+
.amis-scope .AMISDebug-toggle {
|
41272
|
+
background: var(--body-bg);
|
41273
|
+
position: fixed;
|
41274
|
+
top: 50%;
|
41275
|
+
right: 0;
|
41276
|
+
width: 24px;
|
41277
|
+
height: 48px;
|
41278
|
+
box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
|
41279
|
+
border-top-left-radius: 12px;
|
41280
|
+
border-bottom-left-radius: 12px;
|
41281
|
+
padding-top: 14px;
|
41282
|
+
padding-left: 6px;
|
41283
|
+
cursor: pointer;
|
41284
|
+
}
|
41285
|
+
|
41286
|
+
.amis-scope .AMISDebug-toggle i {
|
41287
|
+
color: var(--text-color);
|
41288
|
+
}
|
41289
|
+
|
41290
|
+
.amis-scope .AMISDebug-toggle:hover i {
|
41291
|
+
color: var(--primary);
|
41292
|
+
}
|
41293
|
+
|
41294
|
+
.amis-scope .AMISDebug-content {
|
41295
|
+
display: none;
|
41296
|
+
}
|
41297
|
+
|
41298
|
+
.amis-scope .AMISDebug-resize {
|
41299
|
+
position: absolute;
|
41300
|
+
width: 4px;
|
41301
|
+
top: 0;
|
41302
|
+
left: 0;
|
41303
|
+
bottom: 0;
|
41304
|
+
cursor: col-resize;
|
41305
|
+
}
|
41306
|
+
|
41307
|
+
.amis-scope .AMISDebug-resize:hover {
|
41308
|
+
background: #75715e;
|
41309
|
+
}
|
41310
|
+
|
41311
|
+
.amis-scope .AMISDebug-changePosition {
|
41312
|
+
position: absolute;
|
41313
|
+
font-size: 18px;
|
41314
|
+
right: 40px;
|
41315
|
+
top: var(--gap-sm);
|
41316
|
+
cursor: pointer;
|
41317
|
+
}
|
41318
|
+
|
41319
|
+
.amis-scope .AMISDebug-close {
|
41320
|
+
position: absolute;
|
41321
|
+
font-size: 18px;
|
41322
|
+
right: var(--gap-sm);
|
41323
|
+
top: var(--gap-sm);
|
41324
|
+
cursor: pointer;
|
41325
|
+
}
|
41326
|
+
|
41327
|
+
.amis-scope .AMISDebug.is-expanded {
|
41328
|
+
width: 420px;
|
41329
|
+
overflow: auto;
|
41330
|
+
background: #272821;
|
41331
|
+
color: #cccccc;
|
41332
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
41333
|
+
}
|
41334
|
+
|
41335
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
|
41336
|
+
display: none;
|
41337
|
+
}
|
41338
|
+
|
41339
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-content {
|
41340
|
+
display: block;
|
41341
|
+
}
|
41342
|
+
|
41343
|
+
.amis-scope .AMISDebug.is-left {
|
41344
|
+
left: 0;
|
41345
|
+
}
|
41346
|
+
|
41347
|
+
.amis-scope .AMISDebug.is-left .AMISDebug-resize {
|
41348
|
+
left: unset;
|
41349
|
+
right: 0;
|
41350
|
+
}
|
41351
|
+
|
41352
|
+
.amis-scope .AMISDebug-log {
|
41353
|
+
padding: var(--gap-sm);
|
41354
|
+
}
|
41355
|
+
|
41356
|
+
.amis-scope .AMISDebug-log button {
|
41357
|
+
cursor: pointer;
|
41358
|
+
background: #0e639c;
|
41359
|
+
flex-grow: 1;
|
41360
|
+
box-sizing: border-box;
|
41361
|
+
display: inline-flex;
|
41362
|
+
justify-content: center;
|
41363
|
+
align-items: center;
|
41364
|
+
padding: 6px 11px;
|
41365
|
+
outline: none;
|
41366
|
+
text-decoration: none;
|
41367
|
+
color: inherit;
|
41368
|
+
max-width: 300px;
|
41369
|
+
border: none;
|
41370
|
+
}
|
41371
|
+
|
41372
|
+
.amis-scope .AMISDebug-log button:hover {
|
41373
|
+
background: #1177bb;
|
41374
|
+
}
|
41375
|
+
|
41376
|
+
.amis-scope .AMISDebug-inspect {
|
41377
|
+
padding: var(--gap-sm);
|
40064
41378
|
}
|
40065
41379
|
|
40066
41380
|
/*
|