amis 1.5.6-beta.4 → 1.5.8-beta.2
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/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AsideNav.d.ts +1 -1
- package/lib/components/AsideNav.js.map +1 -1
- 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/CalendarMobile.d.ts +547 -0
- package/lib/components/CalendarMobile.js +432 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Card.js +1 -1
- package/lib/components/Card.js.map +2 -2
- 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/CodeMirror.d.ts +26 -0
- package/lib/components/CodeMirror.js +104 -0
- package/lib/components/CodeMirror.js.map +13 -0
- package/lib/components/Collapse.d.ts +22 -21
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +85 -84
- package/lib/components/ColorPicker.js +15 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +15 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +86 -84
- package/lib/components/DateRangePicker.js +22 -5
- 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/MonthRangePicker.d.ts +86 -84
- package/lib/components/MonthRangePicker.js +20 -5
- 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.js +9 -4
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.js +0 -1
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +5 -1
- package/lib/components/PickerContainer.js +14 -7
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +94 -0
- package/lib/components/PopUp.js +58 -0
- package/lib/components/PopUp.js.map +13 -0
- package/lib/components/Rating.d.ts +203 -73
- package/lib/components/Rating.js +147 -31
- package/lib/components/Rating.js.map +2 -2
- package/lib/components/ResultBox.js +2 -1
- 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 +237 -237
- package/lib/components/Select.js +1 -1
- package/lib/components/Select.js.map +1 -1
- 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.d.ts +1 -0
- package/lib/components/Steps.js +5 -3
- 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 +21 -19
- 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 +516 -0
- package/lib/components/TimelineItem.js +41 -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 +84 -84
- package/lib/components/TransferDropDown.js +1 -5
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -1
- package/lib/components/TransferPicker.js +21 -19
- package/lib/components/TransferPicker.js.map +2 -2
- 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 +5 -0
- package/lib/components/calendar/Calendar.js +15 -2
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +1 -0
- package/lib/components/calendar/DaysView.js +25 -13
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +28 -0
- package/lib/components/calendar/MonthsView.js +79 -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 +5 -0
- package/lib/components/calendar/TimeView.js +8 -5
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +6 -4
- 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 +563 -0
- package/lib/components/formula/Editor.js +187 -0
- package/lib/components/formula/Editor.js.map +13 -0
- package/lib/components/formula/FuncList.d.ts +67 -0
- package/lib/components/formula/FuncList.js +36 -0
- package/lib/components/formula/FuncList.js.map +13 -0
- package/lib/components/formula/Picker.d.ts +493 -0
- package/lib/components/formula/Picker.js +48 -0
- package/lib/components/formula/Picker.js.map +13 -0
- package/lib/components/formula/VariableList.d.ts +9 -0
- package/lib/components/formula/VariableList.js +15 -0
- package/lib/components/formula/VariableList.js.map +13 -0
- package/lib/components/formula/plugin.d.ts +18 -0
- package/lib/components/formula/plugin.js +136 -0
- package/lib/components/formula/plugin.js.map +13 -0
- package/lib/components/icons.js +4 -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/factory.js +5 -0
- package/lib/factory.js.map +2 -2
- package/lib/helper.css +57 -57
- package/lib/helper.css.map +1 -1
- package/lib/icons/star.js +12 -0
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +13 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +13 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +12 -1
- package/lib/locale/zh-CN.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/CRUD.js +1 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.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/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +6 -4
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +38 -0
- package/lib/renderers/Form/InputFormula.js +25 -0
- package/lib/renderers/Form/InputFormula.js.map +13 -0
- 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/InputRating.d.ts +37 -0
- package/lib/renderers/Form/InputRating.js +6 -2
- package/lib/renderers/Form/InputRating.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.js +11 -4
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.js +1 -1
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.js +1 -1
- 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.d.ts +1 -0
- package/lib/renderers/Form/TreeSelect.js +11 -8
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +2 -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/Json.js +7 -0
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Nav.js +4 -1
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Remark.d.ts +4 -0
- package/lib/renderers/Remark.js +38 -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/TableRow.js +4 -1
- package/lib/renderers/Table/TableRow.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/store/combo.js.map +2 -2
- package/lib/store/formItem.js +6 -6
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +952 -23
- package/lib/themes/ang.css +952 -23
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +987 -23
- package/lib/themes/antd.css +987 -23
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +991 -24
- package/lib/themes/cxd.css +991 -24
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +953 -23
- package/lib/themes/dark.css +953 -23
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +991 -24
- 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 +2 -2
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -1
- package/lib/utils/helper.js +1 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +12 -3
- package/schema.json +1224 -671
- package/scss/_properties.scss +11 -1
- package/scss/_variables.scss +1 -1
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +280 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_formula.scss +146 -0
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_popup.scss +127 -0
- package/scss/components/_steps.scss +60 -0
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_color.scss +4 -0
- package/scss/components/form/_date-range.scss +4 -0
- package/scss/components/form/_date.scss +3 -0
- package/scss/components/form/_form.scss +168 -0
- package/scss/components/form/_rating.scss +60 -21
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_selection.scss +5 -4
- package/scss/components/form/_tree-select.scss +4 -0
- package/scss/helper/background/_background-color.scss +1 -1
- package/scss/helper/border/_border-color.scss +1 -1
- package/scss/helper/typography/_text-color.scss +1 -1
- package/scss/themes/_antd-variables.scss +42 -0
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +50 -1
- package/scss/themes/_dark-variables.scss +1 -0
- package/sdk/ang-ie11.css +1692 -19
- package/sdk/ang.css +1705 -24
- package/sdk/antd-ie11.css +1692 -19
- package/sdk/antd.css +1740 -24
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +14 -0
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +1693 -20
- package/sdk/cxd.css +1744 -25
- package/sdk/dark-ie11.css +1693 -20
- package/sdk/dark.css +1706 -24
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css +57 -57
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +13 -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 +1693 -20
- package/sdk/sdk.css +1744 -25
- package/sdk/sdk.js +1235 -1275
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +4 -0
- package/src/components/AsideNav.tsx +1 -1
- 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 +563 -0
- package/src/components/Card.tsx +2 -2
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/CodeMirror.tsx +99 -0
- package/src/components/Collapse.tsx +3 -2
- package/src/components/ColorPicker.tsx +43 -3
- package/src/components/DatePicker.tsx +44 -8
- package/src/components/DateRangePicker.tsx +64 -5
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +59 -5
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +41 -36
- package/src/components/PickerColumn.tsx +22 -25
- package/src/components/PickerContainer.tsx +23 -7
- package/src/components/PopUp.tsx +118 -0
- package/src/components/Rating.tsx +235 -47
- package/src/components/ResultBox.tsx +4 -1
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +1 -1
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +27 -9
- 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 +31 -0
- package/src/components/TimelineItem.tsx +107 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +1 -7
- package/src/components/TransferPicker.tsx +25 -14
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +26 -6
- package/src/components/calendar/DaysView.tsx +79 -31
- package/src/components/calendar/MonthsView.tsx +116 -2
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +26 -16
- package/src/components/calendar/YearsView.tsx +14 -16
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +266 -0
- package/src/components/formula/FuncList.tsx +84 -0
- package/src/components/formula/Picker.tsx +87 -0
- package/src/components/formula/VariableList.tsx +49 -0
- package/src/components/formula/plugin.ts +177 -0
- package/src/components/icons.tsx +4 -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/factory.tsx +6 -0
- package/src/icons/star.svg +12 -0
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +2 -0
- package/src/locale/de-DE.ts +13 -2
- package/src/locale/en-US.ts +13 -2
- package/src/locale/zh-CN.ts +12 -1
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/CRUD.tsx +1 -3
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +6 -3
- 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/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputColor.tsx +1 -2
- package/src/renderers/Form/InputDate.tsx +39 -18
- package/src/renderers/Form/InputDateRange.tsx +1 -0
- package/src/renderers/Form/InputFormula.tsx +80 -0
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +1 -0
- package/src/renderers/Form/InputQuarterRange.tsx +1 -0
- package/src/renderers/Form/InputRating.tsx +66 -3
- package/src/renderers/Form/InputYearRange.tsx +1 -0
- package/src/renderers/Form/Item.tsx +15 -4
- package/src/renderers/Form/NestedSelect.tsx +1 -1
- package/src/renderers/Form/Select.tsx +0 -1
- 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 +80 -63
- package/src/renderers/Form/index.tsx +2 -1
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Json.tsx +5 -0
- package/src/renderers/Nav.tsx +4 -1
- package/src/renderers/Remark.tsx +67 -18
- package/src/renderers/Steps.tsx +13 -13
- package/src/renderers/Table/TableRow.tsx +3 -1
- 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/store/combo.ts +1 -3
- package/src/store/formItem.ts +2 -2
- package/src/store/table.ts +2 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/api.ts +5 -2
- package/src/utils/helper.ts +1 -1
package/sdk/ang.css
CHANGED
@@ -249,6 +249,575 @@
|
|
249
249
|
cursor: default;
|
250
250
|
}
|
251
251
|
|
252
|
+
/* BASICS */
|
253
|
+
|
254
|
+
.amis-scope .CodeMirror {
|
255
|
+
/* Set height, width, borders, and global font properties here */
|
256
|
+
font-family: monospace;
|
257
|
+
height: 300px;
|
258
|
+
color: black;
|
259
|
+
direction: ltr;
|
260
|
+
}
|
261
|
+
|
262
|
+
/* PADDING */
|
263
|
+
|
264
|
+
.amis-scope .CodeMirror-lines {
|
265
|
+
padding: 4px 0;
|
266
|
+
/* Vertical padding around content */
|
267
|
+
}
|
268
|
+
|
269
|
+
.amis-scope .CodeMirror pre.CodeMirror-line,
|
270
|
+
.amis-scope .CodeMirror pre.CodeMirror-line-like {
|
271
|
+
padding: 0 4px;
|
272
|
+
/* Horizontal padding of content */
|
273
|
+
}
|
274
|
+
|
275
|
+
.amis-scope .CodeMirror-scrollbar-filler,
|
276
|
+
.amis-scope .CodeMirror-gutter-filler {
|
277
|
+
background-color: white;
|
278
|
+
/* The little square between H and V scrollbars */
|
279
|
+
}
|
280
|
+
|
281
|
+
/* GUTTER */
|
282
|
+
|
283
|
+
.amis-scope .CodeMirror-gutters {
|
284
|
+
border-right: 1px solid #ddd;
|
285
|
+
background-color: #f7f7f7;
|
286
|
+
white-space: nowrap;
|
287
|
+
}
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
.amis-scope .CodeMirror-linenumber {
|
292
|
+
padding: 0 3px 0 5px;
|
293
|
+
min-width: 20px;
|
294
|
+
text-align: right;
|
295
|
+
color: #999;
|
296
|
+
white-space: nowrap;
|
297
|
+
}
|
298
|
+
|
299
|
+
.amis-scope .CodeMirror-guttermarker {
|
300
|
+
color: black;
|
301
|
+
}
|
302
|
+
|
303
|
+
.amis-scope .CodeMirror-guttermarker-subtle {
|
304
|
+
color: #999;
|
305
|
+
}
|
306
|
+
|
307
|
+
/* CURSOR */
|
308
|
+
|
309
|
+
.amis-scope .CodeMirror-cursor {
|
310
|
+
border-left: 1px solid black;
|
311
|
+
border-right: none;
|
312
|
+
width: 0;
|
313
|
+
}
|
314
|
+
|
315
|
+
/* Shown when moving in bi-directional text */
|
316
|
+
|
317
|
+
.amis-scope .CodeMirror div.CodeMirror-secondarycursor {
|
318
|
+
border-left: 1px solid silver;
|
319
|
+
}
|
320
|
+
|
321
|
+
.amis-scope .cm-fat-cursor .CodeMirror-cursor {
|
322
|
+
width: auto;
|
323
|
+
border: 0 !important;
|
324
|
+
background: #7e7;
|
325
|
+
}
|
326
|
+
|
327
|
+
.amis-scope .cm-fat-cursor div.CodeMirror-cursors {
|
328
|
+
z-index: 1;
|
329
|
+
}
|
330
|
+
|
331
|
+
.amis-scope .cm-fat-cursor .CodeMirror-line::selection,
|
332
|
+
.amis-scope .cm-fat-cursor .CodeMirror-line > span::selection,
|
333
|
+
.amis-scope .cm-fat-cursor .CodeMirror-line > span > span::selection {
|
334
|
+
background: transparent;
|
335
|
+
}
|
336
|
+
|
337
|
+
.amis-scope .cm-fat-cursor .CodeMirror-line::-moz-selection,
|
338
|
+
.amis-scope .cm-fat-cursor .CodeMirror-line > span::-moz-selection,
|
339
|
+
.amis-scope .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
|
340
|
+
background: transparent;
|
341
|
+
}
|
342
|
+
|
343
|
+
.amis-scope .cm-fat-cursor {
|
344
|
+
caret-color: transparent;
|
345
|
+
}
|
346
|
+
|
347
|
+
@-moz-keyframes blink {
|
348
|
+
0% {
|
349
|
+
|
350
|
+
}
|
351
|
+
|
352
|
+
50% {
|
353
|
+
background-color: transparent;
|
354
|
+
}
|
355
|
+
|
356
|
+
100% {
|
357
|
+
|
358
|
+
}
|
359
|
+
}
|
360
|
+
|
361
|
+
@-webkit-keyframes blink {
|
362
|
+
0% {
|
363
|
+
|
364
|
+
}
|
365
|
+
|
366
|
+
50% {
|
367
|
+
background-color: transparent;
|
368
|
+
}
|
369
|
+
|
370
|
+
100% {
|
371
|
+
|
372
|
+
}
|
373
|
+
}
|
374
|
+
|
375
|
+
@keyframes blink {
|
376
|
+
0% {
|
377
|
+
|
378
|
+
}
|
379
|
+
|
380
|
+
50% {
|
381
|
+
background-color: transparent;
|
382
|
+
}
|
383
|
+
|
384
|
+
100% {
|
385
|
+
|
386
|
+
}
|
387
|
+
}
|
388
|
+
|
389
|
+
/* Can style cursor different in overwrite (non-insert) mode */
|
390
|
+
|
391
|
+
|
392
|
+
|
393
|
+
.amis-scope .cm-tab {
|
394
|
+
display: inline-block;
|
395
|
+
text-decoration: inherit;
|
396
|
+
}
|
397
|
+
|
398
|
+
.amis-scope .CodeMirror-rulers {
|
399
|
+
position: absolute;
|
400
|
+
left: 0;
|
401
|
+
right: 0;
|
402
|
+
top: -50px;
|
403
|
+
bottom: 0;
|
404
|
+
overflow: hidden;
|
405
|
+
}
|
406
|
+
|
407
|
+
.amis-scope .CodeMirror-ruler {
|
408
|
+
border-left: 1px solid #ccc;
|
409
|
+
top: 0;
|
410
|
+
bottom: 0;
|
411
|
+
position: absolute;
|
412
|
+
}
|
413
|
+
|
414
|
+
/* DEFAULT THEME */
|
415
|
+
|
416
|
+
.amis-scope .cm-s-default .cm-header {
|
417
|
+
color: blue;
|
418
|
+
}
|
419
|
+
|
420
|
+
.amis-scope .cm-s-default .cm-quote {
|
421
|
+
color: #090;
|
422
|
+
}
|
423
|
+
|
424
|
+
.amis-scope .cm-negative {
|
425
|
+
color: #d44;
|
426
|
+
}
|
427
|
+
|
428
|
+
.amis-scope .cm-positive {
|
429
|
+
color: #292;
|
430
|
+
}
|
431
|
+
|
432
|
+
.amis-scope .cm-header,
|
433
|
+
.amis-scope .cm-strong {
|
434
|
+
font-weight: bold;
|
435
|
+
}
|
436
|
+
|
437
|
+
.amis-scope .cm-em {
|
438
|
+
font-style: italic;
|
439
|
+
}
|
440
|
+
|
441
|
+
.amis-scope .cm-link {
|
442
|
+
text-decoration: underline;
|
443
|
+
}
|
444
|
+
|
445
|
+
.amis-scope .cm-strikethrough {
|
446
|
+
text-decoration: line-through;
|
447
|
+
}
|
448
|
+
|
449
|
+
.amis-scope .cm-s-default .cm-keyword {
|
450
|
+
color: #708;
|
451
|
+
}
|
452
|
+
|
453
|
+
.amis-scope .cm-s-default .cm-atom {
|
454
|
+
color: #219;
|
455
|
+
}
|
456
|
+
|
457
|
+
.amis-scope .cm-s-default .cm-number {
|
458
|
+
color: #164;
|
459
|
+
}
|
460
|
+
|
461
|
+
.amis-scope .cm-s-default .cm-def {
|
462
|
+
color: #00f;
|
463
|
+
}
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
.amis-scope .cm-s-default .cm-variable-2 {
|
468
|
+
color: #05a;
|
469
|
+
}
|
470
|
+
|
471
|
+
.amis-scope .cm-s-default .cm-variable-3,
|
472
|
+
.amis-scope .cm-s-default .cm-type {
|
473
|
+
color: #085;
|
474
|
+
}
|
475
|
+
|
476
|
+
.amis-scope .cm-s-default .cm-comment {
|
477
|
+
color: #a50;
|
478
|
+
}
|
479
|
+
|
480
|
+
.amis-scope .cm-s-default .cm-string {
|
481
|
+
color: #a11;
|
482
|
+
}
|
483
|
+
|
484
|
+
.amis-scope .cm-s-default .cm-string-2 {
|
485
|
+
color: #f50;
|
486
|
+
}
|
487
|
+
|
488
|
+
.amis-scope .cm-s-default .cm-meta {
|
489
|
+
color: #555;
|
490
|
+
}
|
491
|
+
|
492
|
+
.amis-scope .cm-s-default .cm-qualifier {
|
493
|
+
color: #555;
|
494
|
+
}
|
495
|
+
|
496
|
+
.amis-scope .cm-s-default .cm-builtin {
|
497
|
+
color: #30a;
|
498
|
+
}
|
499
|
+
|
500
|
+
.amis-scope .cm-s-default .cm-bracket {
|
501
|
+
color: #997;
|
502
|
+
}
|
503
|
+
|
504
|
+
.amis-scope .cm-s-default .cm-tag {
|
505
|
+
color: #170;
|
506
|
+
}
|
507
|
+
|
508
|
+
.amis-scope .cm-s-default .cm-attribute {
|
509
|
+
color: #00c;
|
510
|
+
}
|
511
|
+
|
512
|
+
.amis-scope .cm-s-default .cm-hr {
|
513
|
+
color: #999;
|
514
|
+
}
|
515
|
+
|
516
|
+
.amis-scope .cm-s-default .cm-link {
|
517
|
+
color: #00c;
|
518
|
+
}
|
519
|
+
|
520
|
+
.amis-scope .cm-s-default .cm-error {
|
521
|
+
color: #f00;
|
522
|
+
}
|
523
|
+
|
524
|
+
.amis-scope .cm-invalidchar {
|
525
|
+
color: #f00;
|
526
|
+
}
|
527
|
+
|
528
|
+
.amis-scope .CodeMirror-composing {
|
529
|
+
border-bottom: 2px solid;
|
530
|
+
}
|
531
|
+
|
532
|
+
/* Default styles for common addons */
|
533
|
+
|
534
|
+
.amis-scope div.CodeMirror span.CodeMirror-matchingbracket {
|
535
|
+
color: #0b0;
|
536
|
+
}
|
537
|
+
|
538
|
+
.amis-scope div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
539
|
+
color: #a22;
|
540
|
+
}
|
541
|
+
|
542
|
+
.amis-scope .CodeMirror-matchingtag {
|
543
|
+
background: rgba(255, 150, 0, .3);
|
544
|
+
}
|
545
|
+
|
546
|
+
.amis-scope .CodeMirror-activeline-background {
|
547
|
+
background: #e8f2ff;
|
548
|
+
}
|
549
|
+
|
550
|
+
/* STOP */
|
551
|
+
|
552
|
+
/* The rest of this file contains styles related to the mechanics of
|
553
|
+
the editor. You probably shouldn't touch them. */
|
554
|
+
|
555
|
+
.amis-scope .CodeMirror {
|
556
|
+
position: relative;
|
557
|
+
overflow: hidden;
|
558
|
+
background: white;
|
559
|
+
}
|
560
|
+
|
561
|
+
.amis-scope .CodeMirror-scroll {
|
562
|
+
overflow: scroll !important;
|
563
|
+
/* Things will break if this is overridden */
|
564
|
+
/* 50px is the magic margin used to hide the element's real scrollbars */
|
565
|
+
/* See overflow: hidden in .CodeMirror */
|
566
|
+
margin-bottom: -50px;
|
567
|
+
margin-right: -50px;
|
568
|
+
padding-bottom: 50px;
|
569
|
+
height: 100%;
|
570
|
+
outline: none;
|
571
|
+
/* Prevent dragging from highlighting the element */
|
572
|
+
position: relative;
|
573
|
+
}
|
574
|
+
|
575
|
+
.amis-scope .CodeMirror-sizer {
|
576
|
+
position: relative;
|
577
|
+
border-right: 50px solid transparent;
|
578
|
+
}
|
579
|
+
|
580
|
+
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
581
|
+
before actual scrolling happens, thus preventing shaking and
|
582
|
+
flickering artifacts. */
|
583
|
+
|
584
|
+
.amis-scope .CodeMirror-vscrollbar,
|
585
|
+
.amis-scope .CodeMirror-hscrollbar,
|
586
|
+
.amis-scope .CodeMirror-scrollbar-filler,
|
587
|
+
.amis-scope .CodeMirror-gutter-filler {
|
588
|
+
position: absolute;
|
589
|
+
z-index: 6;
|
590
|
+
display: none;
|
591
|
+
outline: none;
|
592
|
+
}
|
593
|
+
|
594
|
+
.amis-scope .CodeMirror-vscrollbar {
|
595
|
+
right: 0;
|
596
|
+
top: 0;
|
597
|
+
overflow-x: hidden;
|
598
|
+
overflow-y: scroll;
|
599
|
+
}
|
600
|
+
|
601
|
+
.amis-scope .CodeMirror-hscrollbar {
|
602
|
+
bottom: 0;
|
603
|
+
left: 0;
|
604
|
+
overflow-y: hidden;
|
605
|
+
overflow-x: scroll;
|
606
|
+
}
|
607
|
+
|
608
|
+
.amis-scope .CodeMirror-scrollbar-filler {
|
609
|
+
right: 0;
|
610
|
+
bottom: 0;
|
611
|
+
}
|
612
|
+
|
613
|
+
.amis-scope .CodeMirror-gutter-filler {
|
614
|
+
left: 0;
|
615
|
+
bottom: 0;
|
616
|
+
}
|
617
|
+
|
618
|
+
.amis-scope .CodeMirror-gutters {
|
619
|
+
position: absolute;
|
620
|
+
left: 0;
|
621
|
+
top: 0;
|
622
|
+
min-height: 100%;
|
623
|
+
z-index: 3;
|
624
|
+
}
|
625
|
+
|
626
|
+
.amis-scope .CodeMirror-gutter {
|
627
|
+
white-space: normal;
|
628
|
+
height: 100%;
|
629
|
+
display: inline-block;
|
630
|
+
vertical-align: top;
|
631
|
+
margin-bottom: -50px;
|
632
|
+
}
|
633
|
+
|
634
|
+
.amis-scope .CodeMirror-gutter-wrapper {
|
635
|
+
position: absolute;
|
636
|
+
z-index: 4;
|
637
|
+
background: none !important;
|
638
|
+
border: none !important;
|
639
|
+
}
|
640
|
+
|
641
|
+
.amis-scope .CodeMirror-gutter-background {
|
642
|
+
position: absolute;
|
643
|
+
top: 0;
|
644
|
+
bottom: 0;
|
645
|
+
z-index: 4;
|
646
|
+
}
|
647
|
+
|
648
|
+
.amis-scope .CodeMirror-gutter-elt {
|
649
|
+
position: absolute;
|
650
|
+
cursor: default;
|
651
|
+
z-index: 4;
|
652
|
+
}
|
653
|
+
|
654
|
+
.amis-scope .CodeMirror-gutter-wrapper ::selection {
|
655
|
+
background-color: transparent;
|
656
|
+
}
|
657
|
+
|
658
|
+
.amis-scope .CodeMirror-gutter-wrapper ::-moz-selection {
|
659
|
+
background-color: transparent;
|
660
|
+
}
|
661
|
+
|
662
|
+
.amis-scope .CodeMirror-lines {
|
663
|
+
cursor: text;
|
664
|
+
min-height: 1px;
|
665
|
+
/* prevents collapsing before first draw */
|
666
|
+
}
|
667
|
+
|
668
|
+
.amis-scope .CodeMirror pre.CodeMirror-line,
|
669
|
+
.amis-scope .CodeMirror pre.CodeMirror-line-like {
|
670
|
+
/* Reset some styles that the rest of the page might have set */
|
671
|
+
-moz-border-radius: 0;
|
672
|
+
-webkit-border-radius: 0;
|
673
|
+
border-radius: 0;
|
674
|
+
border-width: 0;
|
675
|
+
background: transparent;
|
676
|
+
font-family: inherit;
|
677
|
+
font-size: inherit;
|
678
|
+
margin: 0;
|
679
|
+
white-space: pre;
|
680
|
+
word-wrap: normal;
|
681
|
+
line-height: inherit;
|
682
|
+
color: inherit;
|
683
|
+
z-index: 2;
|
684
|
+
position: relative;
|
685
|
+
overflow: visible;
|
686
|
+
-webkit-tap-highlight-color: transparent;
|
687
|
+
-webkit-font-variant-ligatures: contextual;
|
688
|
+
font-variant-ligatures: contextual;
|
689
|
+
}
|
690
|
+
|
691
|
+
.amis-scope .CodeMirror-wrap pre.CodeMirror-line,
|
692
|
+
.amis-scope .CodeMirror-wrap pre.CodeMirror-line-like {
|
693
|
+
word-wrap: break-word;
|
694
|
+
white-space: pre-wrap;
|
695
|
+
word-break: normal;
|
696
|
+
}
|
697
|
+
|
698
|
+
.amis-scope .CodeMirror-linebackground {
|
699
|
+
position: absolute;
|
700
|
+
left: 0;
|
701
|
+
right: 0;
|
702
|
+
top: 0;
|
703
|
+
bottom: 0;
|
704
|
+
z-index: 0;
|
705
|
+
}
|
706
|
+
|
707
|
+
.amis-scope .CodeMirror-linewidget {
|
708
|
+
position: relative;
|
709
|
+
z-index: 2;
|
710
|
+
padding: 0.1px;
|
711
|
+
/* Force widget margins to stay inside of the container */
|
712
|
+
}
|
713
|
+
|
714
|
+
|
715
|
+
|
716
|
+
.amis-scope .CodeMirror-rtl pre {
|
717
|
+
direction: rtl;
|
718
|
+
}
|
719
|
+
|
720
|
+
.amis-scope .CodeMirror-code {
|
721
|
+
outline: none;
|
722
|
+
}
|
723
|
+
|
724
|
+
/* Force content-box sizing for the elements where we expect it */
|
725
|
+
|
726
|
+
.amis-scope .CodeMirror-scroll,
|
727
|
+
.amis-scope .CodeMirror-sizer,
|
728
|
+
.amis-scope .CodeMirror-gutter,
|
729
|
+
.amis-scope .CodeMirror-gutters,
|
730
|
+
.amis-scope .CodeMirror-linenumber {
|
731
|
+
-moz-box-sizing: content-box;
|
732
|
+
box-sizing: content-box;
|
733
|
+
}
|
734
|
+
|
735
|
+
.amis-scope .CodeMirror-measure {
|
736
|
+
position: absolute;
|
737
|
+
width: 100%;
|
738
|
+
height: 0;
|
739
|
+
overflow: hidden;
|
740
|
+
visibility: hidden;
|
741
|
+
}
|
742
|
+
|
743
|
+
.amis-scope .CodeMirror-cursor {
|
744
|
+
position: absolute;
|
745
|
+
pointer-events: none;
|
746
|
+
}
|
747
|
+
|
748
|
+
.amis-scope .CodeMirror-measure pre {
|
749
|
+
position: static;
|
750
|
+
}
|
751
|
+
|
752
|
+
.amis-scope div.CodeMirror-cursors {
|
753
|
+
visibility: hidden;
|
754
|
+
position: relative;
|
755
|
+
z-index: 3;
|
756
|
+
}
|
757
|
+
|
758
|
+
.amis-scope div.CodeMirror-dragcursors {
|
759
|
+
visibility: visible;
|
760
|
+
}
|
761
|
+
|
762
|
+
.amis-scope .CodeMirror-focused div.CodeMirror-cursors {
|
763
|
+
visibility: visible;
|
764
|
+
}
|
765
|
+
|
766
|
+
.amis-scope .CodeMirror-selected {
|
767
|
+
background: #d9d9d9;
|
768
|
+
}
|
769
|
+
|
770
|
+
.amis-scope .CodeMirror-focused .CodeMirror-selected {
|
771
|
+
background: #d7d4f0;
|
772
|
+
}
|
773
|
+
|
774
|
+
.amis-scope .CodeMirror-crosshair {
|
775
|
+
cursor: crosshair;
|
776
|
+
}
|
777
|
+
|
778
|
+
.amis-scope .CodeMirror-line::selection,
|
779
|
+
.amis-scope .CodeMirror-line > span::selection,
|
780
|
+
.amis-scope .CodeMirror-line > span > span::selection {
|
781
|
+
background: #d7d4f0;
|
782
|
+
}
|
783
|
+
|
784
|
+
.amis-scope .CodeMirror-line::-moz-selection,
|
785
|
+
.amis-scope .CodeMirror-line > span::-moz-selection,
|
786
|
+
.amis-scope .CodeMirror-line > span > span::-moz-selection {
|
787
|
+
background: #d7d4f0;
|
788
|
+
}
|
789
|
+
|
790
|
+
.amis-scope .cm-searching {
|
791
|
+
background-color: #ffa;
|
792
|
+
background-color: rgba(255, 255, 0, .4);
|
793
|
+
}
|
794
|
+
|
795
|
+
/* Used to force a border model for a node */
|
796
|
+
|
797
|
+
.amis-scope .cm-force-border {
|
798
|
+
padding-right: .1px;
|
799
|
+
}
|
800
|
+
|
801
|
+
@media print {
|
802
|
+
/* Hide the cursor when printing */
|
803
|
+
|
804
|
+
.amis-scope .CodeMirror div.CodeMirror-cursors {
|
805
|
+
visibility: hidden;
|
806
|
+
}
|
807
|
+
}
|
808
|
+
|
809
|
+
/* See issue #2901 */
|
810
|
+
|
811
|
+
.amis-scope .cm-tab-wrap-hack:after {
|
812
|
+
content: '';
|
813
|
+
}
|
814
|
+
|
815
|
+
/* Help users use markselection to safely style text background */
|
816
|
+
|
817
|
+
.amis-scope span.CodeMirror-selectedtext {
|
818
|
+
background: none;
|
819
|
+
}
|
820
|
+
|
252
821
|
/*!
|
253
822
|
* Cropper.js v1.5.12
|
254
823
|
* https://fengyuanchen.github.io/cropperjs
|
@@ -19269,6 +19838,12 @@ readers do not read off random characters that represent icons */
|
|
19269
19838
|
--Audio-volumeControl-width: 6.875rem;
|
19270
19839
|
--Avatar-bg: #d1d5db;
|
19271
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;
|
19272
19847
|
--Badge-size: var(--gap-md);
|
19273
19848
|
--Badge-color: var(--white);
|
19274
19849
|
--Badge--success-bg: var(--success);
|
@@ -20179,7 +20754,9 @@ readers do not read off random characters that represent icons */
|
|
20179
20754
|
--ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
|
20180
20755
|
--ResultBox-value-bg: #f5f5f5;
|
20181
20756
|
--ResultBox-value-color: #000;
|
20182
|
-
--Rating-
|
20757
|
+
--Rating-inactive-color: #e6e6e8;
|
20758
|
+
--Rating-star-margin: 0.5rem;
|
20759
|
+
--Rating-star-size: 1.5rem;
|
20183
20760
|
--Satus-icon-width: var(--gap-lg);
|
20184
20761
|
--Satus-icon-height: var(--Satus-icon-width);
|
20185
20762
|
--Sparkline-line-color: var(--info);
|
@@ -22963,9 +23540,10 @@ readers do not read off random characters that represent icons */
|
|
22963
23540
|
|
22964
23541
|
.amis-scope .a-Avatar {
|
22965
23542
|
background: var(--Avatar-bg);
|
22966
|
-
width: var(--Avatar-
|
22967
|
-
height: var(--Avatar-
|
22968
|
-
line-height: var(--Avatar-
|
23543
|
+
width: var(--Avatar-size-default);
|
23544
|
+
height: var(--Avatar-size-default);
|
23545
|
+
line-height: var(--Avatar-size-default);
|
23546
|
+
position: relative;
|
22969
23547
|
display: inline-block;
|
22970
23548
|
overflow: hidden;
|
22971
23549
|
flex-shrink: 0;
|
@@ -22973,6 +23551,36 @@ readers do not read off random characters that represent icons */
|
|
22973
23551
|
text-align: center;
|
22974
23552
|
}
|
22975
23553
|
|
23554
|
+
.amis-scope .a-Avatar i {
|
23555
|
+
font-size: var(--Avatar-icon-size-default);
|
23556
|
+
}
|
23557
|
+
|
23558
|
+
.amis-scope .a-Avatar--lg {
|
23559
|
+
width: var(--Avatar-size-large);
|
23560
|
+
height: var(--Avatar-size-large);
|
23561
|
+
line-height: var(--Avatar-size-large);
|
23562
|
+
}
|
23563
|
+
|
23564
|
+
.amis-scope .a-Avatar--lg i {
|
23565
|
+
font-size: var(--Avatar-icon-size-large);
|
23566
|
+
}
|
23567
|
+
|
23568
|
+
.amis-scope .a-Avatar--sm {
|
23569
|
+
width: var(--Avatar-size-small);
|
23570
|
+
height: var(--Avatar-size-small);
|
23571
|
+
line-height: var(--Avatar-size-small);
|
23572
|
+
}
|
23573
|
+
|
23574
|
+
.amis-scope .a-Avatar--sm i {
|
23575
|
+
font-size: var(--Avatar-icon-size-small);
|
23576
|
+
}
|
23577
|
+
|
23578
|
+
.amis-scope .a-Avatar--text {
|
23579
|
+
position: absolute;
|
23580
|
+
left: 50%;
|
23581
|
+
transform-origin: 0 center;
|
23582
|
+
}
|
23583
|
+
|
22976
23584
|
.amis-scope .a-Avatar--square {
|
22977
23585
|
border-radius: 0%;
|
22978
23586
|
}
|
@@ -22981,15 +23589,9 @@ readers do not read off random characters that represent icons */
|
|
22981
23589
|
border-radius: 10%;
|
22982
23590
|
}
|
22983
23591
|
|
22984
|
-
.amis-scope .a-Avatar i {
|
22985
|
-
font-size: var(--fontSizeLg);
|
22986
|
-
}
|
22987
|
-
|
22988
23592
|
.amis-scope .a-Avatar img {
|
22989
|
-
color: transparent;
|
22990
23593
|
width: 100%;
|
22991
23594
|
height: 100%;
|
22992
|
-
object-fit: cover;
|
22993
23595
|
}
|
22994
23596
|
|
22995
23597
|
.amis-scope .a-Avatar:hover img,
|
@@ -23403,6 +24005,23 @@ readers do not read off random characters that represent icons */
|
|
23403
24005
|
overflow: auto;
|
23404
24006
|
}
|
23405
24007
|
|
24008
|
+
/* 移动端样式调整 */
|
24009
|
+
|
24010
|
+
@media (max-width: 767px) {
|
24011
|
+
.amis-scope .a-Modal .a-Modal-footer {
|
24012
|
+
display: flex;
|
24013
|
+
}
|
24014
|
+
|
24015
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button {
|
24016
|
+
flex: 1;
|
24017
|
+
height: 2.75rem;
|
24018
|
+
}
|
24019
|
+
|
24020
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button:first-child {
|
24021
|
+
margin-left: 0;
|
24022
|
+
}
|
24023
|
+
}
|
24024
|
+
|
23406
24025
|
.amis-scope .a-Drawer {
|
23407
24026
|
position: fixed;
|
23408
24027
|
top: 0;
|
@@ -24054,6 +24673,139 @@ readers do not read off random characters that represent icons */
|
|
24054
24673
|
margin-top: -0.25rem;
|
24055
24674
|
}
|
24056
24675
|
|
24676
|
+
@keyframes PopUpIn {
|
24677
|
+
from {
|
24678
|
+
height: 0;
|
24679
|
+
}
|
24680
|
+
}
|
24681
|
+
|
24682
|
+
@keyframes PopUpOut {
|
24683
|
+
to {
|
24684
|
+
height: 0;
|
24685
|
+
}
|
24686
|
+
}
|
24687
|
+
|
24688
|
+
@keyframes PopUpOpacityIn {
|
24689
|
+
from {
|
24690
|
+
opacity: 0;
|
24691
|
+
}
|
24692
|
+
}
|
24693
|
+
|
24694
|
+
@keyframes PopUpOpacityOut {
|
24695
|
+
to {
|
24696
|
+
opacity: 0;
|
24697
|
+
}
|
24698
|
+
}
|
24699
|
+
|
24700
|
+
.amis-scope .a-PopUp {
|
24701
|
+
width: 100%;
|
24702
|
+
position: fixed;
|
24703
|
+
background: var(--PopOver-bg);
|
24704
|
+
left: 0;
|
24705
|
+
bottom: 0;
|
24706
|
+
z-index: 1300;
|
24707
|
+
padding: 0;
|
24708
|
+
margin: 0;
|
24709
|
+
font-weight: var(--fontWeightNormal);
|
24710
|
+
letter-spacing: normal;
|
24711
|
+
line-height: var(--lineHeightBase);
|
24712
|
+
text-align: left;
|
24713
|
+
text-align: start;
|
24714
|
+
text-decoration: none;
|
24715
|
+
text-shadow: none;
|
24716
|
+
text-transform: none;
|
24717
|
+
white-space: normal;
|
24718
|
+
word-break: normal;
|
24719
|
+
word-spacing: normal;
|
24720
|
+
word-wrap: normal;
|
24721
|
+
font-size: var(--fontSizeBase);
|
24722
|
+
box-shadow: var(--boxShadow);
|
24723
|
+
border: var(--borderWidth) solid var(--borderColor);
|
24724
|
+
border-radius: var(--borderRadius);
|
24725
|
+
overflow: hidden;
|
24726
|
+
}
|
24727
|
+
|
24728
|
+
.amis-scope .a-PopUp.in,
|
24729
|
+
.amis-scope .a-PopUp.out {
|
24730
|
+
animation-duration: var(--animation-duration);
|
24731
|
+
animation-fill-mode: both;
|
24732
|
+
}
|
24733
|
+
|
24734
|
+
.amis-scope .a-PopUp.in {
|
24735
|
+
animation-name: PopUpIn;
|
24736
|
+
}
|
24737
|
+
|
24738
|
+
.amis-scope .a-PopUp.in .a-PopUp-overlay {
|
24739
|
+
animation-name: PopUpOpacityIn;
|
24740
|
+
}
|
24741
|
+
|
24742
|
+
.amis-scope .a-PopUp.out {
|
24743
|
+
animation-name: PopUpOut;
|
24744
|
+
}
|
24745
|
+
|
24746
|
+
.amis-scope .a-PopUp.out .a-PopUp-overlay {
|
24747
|
+
animation-name: PopUpOpacityOut;
|
24748
|
+
}
|
24749
|
+
|
24750
|
+
.amis-scope .a-PopUp-inner {
|
24751
|
+
position: relative;
|
24752
|
+
overflow: hidden;
|
24753
|
+
height: 100%;
|
24754
|
+
box-sizing: border-box;
|
24755
|
+
background: #fff;
|
24756
|
+
padding-top: 2.25rem;
|
24757
|
+
}
|
24758
|
+
|
24759
|
+
.amis-scope .a-PopUp-closeWrap {
|
24760
|
+
width: 100%;
|
24761
|
+
position: absolute;
|
24762
|
+
left: 0;
|
24763
|
+
top: 0;
|
24764
|
+
text-align: center;
|
24765
|
+
height: 3rem;
|
24766
|
+
line-height: 3rem;
|
24767
|
+
}
|
24768
|
+
|
24769
|
+
.amis-scope .a-PopUp-closeWrap .a-PopUp-close {
|
24770
|
+
position: absolute;
|
24771
|
+
z-index: 1;
|
24772
|
+
color: var(--icon-color);
|
24773
|
+
cursor: pointer;
|
24774
|
+
top: 0.9375rem;
|
24775
|
+
right: 0.9375rem;
|
24776
|
+
}
|
24777
|
+
|
24778
|
+
.amis-scope .a-PopUp-content {
|
24779
|
+
overflow-y: auto;
|
24780
|
+
height: 100%;
|
24781
|
+
}
|
24782
|
+
|
24783
|
+
.amis-scope .a-PopUp > * {
|
24784
|
+
position: relative;
|
24785
|
+
z-index: 2;
|
24786
|
+
}
|
24787
|
+
|
24788
|
+
.amis-scope .a-PopUp-overlay {
|
24789
|
+
position: fixed !important;
|
24790
|
+
top: 0;
|
24791
|
+
left: 0;
|
24792
|
+
right: 0;
|
24793
|
+
z-index: 1;
|
24794
|
+
bottom: 0;
|
24795
|
+
background: rgba(0, 0, 0, 0.3);
|
24796
|
+
opacity: 1;
|
24797
|
+
animation-duration: var(--animation-duration);
|
24798
|
+
animation-fill-mode: both;
|
24799
|
+
}
|
24800
|
+
|
24801
|
+
.amis-scope .a-PopUp--leftBottomLeftTop {
|
24802
|
+
margin-top: 0.25rem;
|
24803
|
+
}
|
24804
|
+
|
24805
|
+
.amis-scope .a-PopUp--leftTopLeftBottom {
|
24806
|
+
margin-top: -0.25rem;
|
24807
|
+
}
|
24808
|
+
|
24057
24809
|
.amis-scope .a-PickerColumns {
|
24058
24810
|
position: relative;
|
24059
24811
|
background-color: var(--PickerColumns-bg);
|
@@ -26055,6 +26807,50 @@ readers do not read off random characters that represent icons */
|
|
26055
26807
|
display: none;
|
26056
26808
|
}
|
26057
26809
|
|
26810
|
+
/* 移动端样式调整 */
|
26811
|
+
|
26812
|
+
@media (max-width: 767px) {
|
26813
|
+
.amis-scope .a-Panel--form {
|
26814
|
+
border: none;
|
26815
|
+
box-shadow: none;
|
26816
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
26817
|
+
}
|
26818
|
+
|
26819
|
+
.amis-scope .a-Panel--form .a-Panel-body {
|
26820
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
26821
|
+
}
|
26822
|
+
|
26823
|
+
.amis-scope .a-Panel--form > .a-Panel-heading {
|
26824
|
+
background: none;
|
26825
|
+
border: none;
|
26826
|
+
border-radius: 0;
|
26827
|
+
}
|
26828
|
+
|
26829
|
+
.amis-scope .a-Panel--form > .a-Panel-heading .a-Panel-title {
|
26830
|
+
padding-left: var(--Panel-bodyPadding);
|
26831
|
+
border-left: 0.1875rem solid var(--primary);
|
26832
|
+
font-size: var(--fontSizeLg);
|
26833
|
+
}
|
26834
|
+
|
26835
|
+
.amis-scope .a-Panel--form .a-Panel-footerWrap {
|
26836
|
+
padding-bottom: var(--Panel-bodyPadding);
|
26837
|
+
}
|
26838
|
+
|
26839
|
+
.amis-scope .a-Panel--form .a-Panel-footer {
|
26840
|
+
border-top: none;
|
26841
|
+
display: flex;
|
26842
|
+
padding: 0 var(--Panel-bodyPadding);
|
26843
|
+
}
|
26844
|
+
|
26845
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button {
|
26846
|
+
flex: 1;
|
26847
|
+
}
|
26848
|
+
|
26849
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button:first-child {
|
26850
|
+
margin-left: 0;
|
26851
|
+
}
|
26852
|
+
}
|
26853
|
+
|
26058
26854
|
.amis-scope .a-Service {
|
26059
26855
|
position: relative;
|
26060
26856
|
}
|
@@ -26491,6 +27287,294 @@ readers do not read off random characters that represent icons */
|
|
26491
27287
|
position: relative;
|
26492
27288
|
}
|
26493
27289
|
|
27290
|
+
.amis-scope .a-CalendarMobile {
|
27291
|
+
height: 100%;
|
27292
|
+
overflow: scroll;
|
27293
|
+
}
|
27294
|
+
|
27295
|
+
.amis-scope .a-CalendarMobile-pop {
|
27296
|
+
position: fixed;
|
27297
|
+
bottom: 0;
|
27298
|
+
left: 0;
|
27299
|
+
width: 100vw;
|
27300
|
+
height: 90vh;
|
27301
|
+
background: #fff;
|
27302
|
+
border-radius: 1rem 1rem 0 0;
|
27303
|
+
overflow: hidden;
|
27304
|
+
border-width: 0;
|
27305
|
+
}
|
27306
|
+
|
27307
|
+
.amis-scope .a-CalendarMobile-wrap {
|
27308
|
+
display: flex;
|
27309
|
+
flex-direction: column;
|
27310
|
+
height: 100%;
|
27311
|
+
}
|
27312
|
+
|
27313
|
+
.amis-scope .a-CalendarMobile-header {
|
27314
|
+
flex-shrink: 0;
|
27315
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27316
|
+
position: relative;
|
27317
|
+
}
|
27318
|
+
|
27319
|
+
.amis-scope .a-CalendarMobile-header .subtitle-text {
|
27320
|
+
display: inline-block;
|
27321
|
+
width: 6.875rem;
|
27322
|
+
position: relative;
|
27323
|
+
}
|
27324
|
+
|
27325
|
+
.amis-scope .a-CalendarMobile-header .rdtPrev {
|
27326
|
+
width: 1.25rem;
|
27327
|
+
height: 2.75rem;
|
27328
|
+
display: block;
|
27329
|
+
position: absolute;
|
27330
|
+
top: 0;
|
27331
|
+
left: -1.25rem;
|
27332
|
+
}
|
27333
|
+
|
27334
|
+
.amis-scope .a-CalendarMobile-header .rdtNext {
|
27335
|
+
width: 1.25rem;
|
27336
|
+
height: 2.75rem;
|
27337
|
+
display: block;
|
27338
|
+
position: absolute;
|
27339
|
+
top: 0;
|
27340
|
+
right: -1.25rem;
|
27341
|
+
}
|
27342
|
+
|
27343
|
+
.amis-scope .a-CalendarMobile-title,
|
27344
|
+
.amis-scope .a-CalendarMobile-subtitle {
|
27345
|
+
height: 2.75rem;
|
27346
|
+
font-weight: 500;
|
27347
|
+
line-height: 2.75rem;
|
27348
|
+
text-align: center;
|
27349
|
+
}
|
27350
|
+
|
27351
|
+
.amis-scope .a-CalendarMobile-title {
|
27352
|
+
font-size: var(--fontSizeLg);
|
27353
|
+
}
|
27354
|
+
|
27355
|
+
.amis-scope .a-CalendarMobile-weekdays {
|
27356
|
+
display: flex;
|
27357
|
+
}
|
27358
|
+
|
27359
|
+
.amis-scope .a-CalendarMobile-weekdays .weekday {
|
27360
|
+
flex: 1;
|
27361
|
+
line-height: 1.875rem;
|
27362
|
+
text-align: center;
|
27363
|
+
}
|
27364
|
+
|
27365
|
+
.amis-scope .a-CalendarMobile-close {
|
27366
|
+
position: absolute;
|
27367
|
+
z-index: 1;
|
27368
|
+
color: #c8c9cc;
|
27369
|
+
font-size: 1rem;
|
27370
|
+
cursor: pointer;
|
27371
|
+
top: 0.6875rem;
|
27372
|
+
right: 1rem;
|
27373
|
+
}
|
27374
|
+
|
27375
|
+
.amis-scope .a-CalendarMobile-body::-webkit-scrollbar {
|
27376
|
+
width: 0;
|
27377
|
+
}
|
27378
|
+
|
27379
|
+
.amis-scope .a-CalendarMobile-body {
|
27380
|
+
flex: 1;
|
27381
|
+
overflow-y: scroll;
|
27382
|
+
}
|
27383
|
+
|
27384
|
+
.amis-scope .a-CalendarMobile-body table {
|
27385
|
+
border-spacing: 0 0.25rem;
|
27386
|
+
}
|
27387
|
+
|
27388
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27389
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27390
|
+
background: transparent;
|
27391
|
+
color: var(--Calendar-color);
|
27392
|
+
text-shadow: none;
|
27393
|
+
}
|
27394
|
+
|
27395
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27396
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27397
|
+
color: #999;
|
27398
|
+
}
|
27399
|
+
|
27400
|
+
.amis-scope .a-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27401
|
+
display: none;
|
27402
|
+
}
|
27403
|
+
|
27404
|
+
.amis-scope .a-CalendarMobile-body .rdtPicker td {
|
27405
|
+
height: 3.5rem;
|
27406
|
+
position: relative;
|
27407
|
+
}
|
27408
|
+
|
27409
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27410
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27411
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27412
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27413
|
+
background: transparent;
|
27414
|
+
}
|
27415
|
+
|
27416
|
+
.amis-scope .a-CalendarMobile-body .calendar-wrap {
|
27417
|
+
position: relative;
|
27418
|
+
width: 3.125rem;
|
27419
|
+
height: 100%;
|
27420
|
+
text-align: center;
|
27421
|
+
display: inline-flex;
|
27422
|
+
align-items: center;
|
27423
|
+
justify-content: center;
|
27424
|
+
border-radius: 0.25rem;
|
27425
|
+
}
|
27426
|
+
|
27427
|
+
.amis-scope .a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
|
27428
|
+
width: auto;
|
27429
|
+
max-width: 3.125rem;
|
27430
|
+
}
|
27431
|
+
|
27432
|
+
.amis-scope .a-CalendarMobile-footer {
|
27433
|
+
flex-shrink: 0;
|
27434
|
+
}
|
27435
|
+
|
27436
|
+
.amis-scope .a-CalendarMobile-footer .date-range-confirm {
|
27437
|
+
height: 2.25rem;
|
27438
|
+
margin: 0.4375rem 0;
|
27439
|
+
border-radius: var(--borderRadiusMd);
|
27440
|
+
display: block;
|
27441
|
+
}
|
27442
|
+
|
27443
|
+
.amis-scope .a-CalendarMobile-footer .is-disabled {
|
27444
|
+
opacity: 0.5;
|
27445
|
+
color: var(--Button--primary-color);
|
27446
|
+
background: var(--Button--primary-bg);
|
27447
|
+
border-color: var(--Button--primary-bg);
|
27448
|
+
filter: none;
|
27449
|
+
}
|
27450
|
+
|
27451
|
+
.amis-scope .a-CalendarMobile-footer-toolbar {
|
27452
|
+
padding: 0 1rem;
|
27453
|
+
}
|
27454
|
+
|
27455
|
+
.amis-scope .a-CalendarMobile-footer-ranges {
|
27456
|
+
background: #fff;
|
27457
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
27458
|
+
border-radius: 24px;
|
27459
|
+
overflow-x: scroll;
|
27460
|
+
position: relative;
|
27461
|
+
height: 3rem;
|
27462
|
+
line-height: 3rem;
|
27463
|
+
}
|
27464
|
+
|
27465
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers {
|
27466
|
+
position: absolute;
|
27467
|
+
white-space: nowrap;
|
27468
|
+
}
|
27469
|
+
|
27470
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers .a-DateRangePicker-ranger {
|
27471
|
+
margin: 0 1.5625rem;
|
27472
|
+
}
|
27473
|
+
|
27474
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27475
|
+
padding: var(--gap-sm) 0;
|
27476
|
+
}
|
27477
|
+
|
27478
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker {
|
27479
|
+
width: 100%;
|
27480
|
+
padding: 0;
|
27481
|
+
}
|
27482
|
+
|
27483
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtOld {
|
27484
|
+
visibility: hidden;
|
27485
|
+
}
|
27486
|
+
|
27487
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtNew {
|
27488
|
+
display: none;
|
27489
|
+
}
|
27490
|
+
|
27491
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
27492
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
27493
|
+
color: var(--Button--primary-bg);
|
27494
|
+
}
|
27495
|
+
|
27496
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
27497
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
27498
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
27499
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
27500
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
27501
|
+
color: #fff;
|
27502
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
27503
|
+
}
|
27504
|
+
|
27505
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
27506
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
27507
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
27508
|
+
}
|
27509
|
+
|
27510
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
27511
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
27512
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
27513
|
+
}
|
27514
|
+
|
27515
|
+
.amis-scope .a-CalendarMobile-calendar-header {
|
27516
|
+
height: 1.875rem;
|
27517
|
+
line-height: 1.875rem;
|
27518
|
+
text-align: center;
|
27519
|
+
}
|
27520
|
+
|
27521
|
+
.amis-scope .a-CalendarMobile-range-text {
|
27522
|
+
position: absolute;
|
27523
|
+
right: 0;
|
27524
|
+
left: 0;
|
27525
|
+
bottom: 0;
|
27526
|
+
color: #fff;
|
27527
|
+
font-size: var(--fontSizeSm);
|
27528
|
+
white-space: nowrap;
|
27529
|
+
}
|
27530
|
+
|
27531
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27532
|
+
position: relative;
|
27533
|
+
}
|
27534
|
+
|
27535
|
+
.amis-scope .a-CalendarMobile-calendar-mark {
|
27536
|
+
position: absolute;
|
27537
|
+
top: 50%;
|
27538
|
+
left: 50%;
|
27539
|
+
z-index: 0;
|
27540
|
+
color: rgba(242, 243, 245, 0.8);
|
27541
|
+
font-size: 10rem;
|
27542
|
+
transform: translate(-50%, -50%);
|
27543
|
+
pointer-events: none;
|
27544
|
+
}
|
27545
|
+
|
27546
|
+
.amis-scope .a-CalendarMobile-toast {
|
27547
|
+
position: fixed;
|
27548
|
+
top: 50%;
|
27549
|
+
left: 50%;
|
27550
|
+
transform: translate(-50%, -50%);
|
27551
|
+
width: 8.5rem;
|
27552
|
+
height: 2.25rem;
|
27553
|
+
background: rgba(0, 0, 0, 0.9);
|
27554
|
+
border-radius: 4px;
|
27555
|
+
color: #fff;
|
27556
|
+
display: flex;
|
27557
|
+
justify-content: center;
|
27558
|
+
align-items: center;
|
27559
|
+
}
|
27560
|
+
|
27561
|
+
.amis-scope .a-CalendarMobile-time {
|
27562
|
+
height: 12.5rem;
|
27563
|
+
}
|
27564
|
+
|
27565
|
+
.amis-scope .a-CalendarMobile-time-title {
|
27566
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
27567
|
+
border-left: none;
|
27568
|
+
border-right: none;
|
27569
|
+
text-align: center;
|
27570
|
+
height: 1.875rem;
|
27571
|
+
line-height: 1.875rem;
|
27572
|
+
}
|
27573
|
+
|
27574
|
+
.amis-scope .a-CalendarMobile-time .rdtPicker {
|
27575
|
+
margin: 0 auto;
|
27576
|
+
}
|
27577
|
+
|
26494
27578
|
.amis-scope .a-Collapse {
|
26495
27579
|
border: var(--Collapse-border);
|
26496
27580
|
padding: 0;
|
@@ -30262,7 +31346,7 @@ readers do not read off random characters that represent icons */
|
|
30262
31346
|
|
30263
31347
|
.amis-scope .a-Card-multiMedia-img {
|
30264
31348
|
display: block;
|
30265
|
-
width:
|
31349
|
+
width: auto;
|
30266
31350
|
height: auto;
|
30267
31351
|
object-fit: cover;
|
30268
31352
|
border-radius: var(--Card-borderRadius);
|
@@ -32134,6 +33218,42 @@ readers do not read off random characters that represent icons */
|
|
32134
33218
|
border: 1px solid var(--Steps-status-success);
|
32135
33219
|
}
|
32136
33220
|
|
33221
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title::after {
|
33222
|
+
display: none !important;
|
33223
|
+
}
|
33224
|
+
|
33225
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title .a-StepsItem-subTitle {
|
33226
|
+
padding-left: 0.3125rem;
|
33227
|
+
}
|
33228
|
+
|
33229
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerIcon {
|
33230
|
+
position: relative;
|
33231
|
+
display: block;
|
33232
|
+
}
|
33233
|
+
|
33234
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerIcon:after {
|
33235
|
+
content: "";
|
33236
|
+
position: absolute;
|
33237
|
+
right: 0;
|
33238
|
+
top: 0.9375rem;
|
33239
|
+
height: 1px;
|
33240
|
+
left: 2.5rem;
|
33241
|
+
width: 99999px;
|
33242
|
+
background-color: var(--Steps-line-bg);
|
33243
|
+
}
|
33244
|
+
|
33245
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerIcon.is-success:after {
|
33246
|
+
background-color: var(--Steps-line-success-bg);
|
33247
|
+
}
|
33248
|
+
|
33249
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem:last-child {
|
33250
|
+
flex: 1;
|
33251
|
+
}
|
33252
|
+
|
33253
|
+
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem:last-child .a-StepsItem-containerIcon:after {
|
33254
|
+
display: none !important;
|
33255
|
+
}
|
33256
|
+
|
32137
33257
|
.amis-scope .a-Portlet {
|
32138
33258
|
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
32139
33259
|
border-radius: var(--Portlet-borderRadius);
|
@@ -33459,7 +34579,6 @@ readers do not read off random characters that represent icons */
|
|
33459
34579
|
|
33460
34580
|
.amis-scope .a-Selection > .a-Checkbox {
|
33461
34581
|
display: block;
|
33462
|
-
height: var(--Form-input-height);
|
33463
34582
|
line-height: var(--Form-input-lineHeight);
|
33464
34583
|
font-size: var(--Form-input-fontSize);
|
33465
34584
|
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));
|
@@ -33502,7 +34621,6 @@ readers do not read off random characters that represent icons */
|
|
33502
34621
|
|
33503
34622
|
.amis-scope .a-GroupedSelection-item {
|
33504
34623
|
display: flex;
|
33505
|
-
height: var(--Form-input-height);
|
33506
34624
|
line-height: var(--Form-input-lineHeight);
|
33507
34625
|
font-size: var(--Form-input-fontSize);
|
33508
34626
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -33633,7 +34751,6 @@ readers do not read off random characters that represent icons */
|
|
33633
34751
|
.amis-scope .a-TreeSelection-itemInner {
|
33634
34752
|
display: flex;
|
33635
34753
|
align-items: center;
|
33636
|
-
height: var(--Form-input-height);
|
33637
34754
|
line-height: var(--Form-input-lineHeight);
|
33638
34755
|
font-size: var(--Form-input-fontSize);
|
33639
34756
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -33688,6 +34805,7 @@ readers do not read off random characters that represent icons */
|
|
33688
34805
|
.amis-scope .a-ChainedSelection {
|
33689
34806
|
display: flex;
|
33690
34807
|
flex-direction: row;
|
34808
|
+
min-height: 100%;
|
33691
34809
|
}
|
33692
34810
|
|
33693
34811
|
.amis-scope .a-ChainedSelection-col {
|
@@ -33707,7 +34825,6 @@ readers do not read off random characters that represent icons */
|
|
33707
34825
|
|
33708
34826
|
.amis-scope .a-ChainedSelection-item {
|
33709
34827
|
display: flex;
|
33710
|
-
height: var(--Form-input-height);
|
33711
34828
|
line-height: var(--Form-input-lineHeight);
|
33712
34829
|
font-size: var(--Form-input-fontSize);
|
33713
34830
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34473,6 +35590,7 @@ readers do not read off random characters that represent icons */
|
|
34473
35590
|
height: var(--Form-input-height);
|
34474
35591
|
line-height: var(--Form-input-lineHeight);
|
34475
35592
|
font-size: var(--Form-input-fontSize);
|
35593
|
+
align-items: center;
|
34476
35594
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
34477
35595
|
}
|
34478
35596
|
|
@@ -34482,6 +35600,7 @@ readers do not read off random characters that represent icons */
|
|
34482
35600
|
}
|
34483
35601
|
|
34484
35602
|
.amis-scope .a-Selections-item > .a-Selections-dragbar {
|
35603
|
+
top: 0;
|
34485
35604
|
width: var(--gap-lg);
|
34486
35605
|
position: relative;
|
34487
35606
|
left: calc(var(--gap-xs) * -1);
|
@@ -34796,6 +35915,10 @@ readers do not read off random characters that represent icons */
|
|
34796
35915
|
border-radius: var(--borderRadius);
|
34797
35916
|
}
|
34798
35917
|
|
35918
|
+
.amis-scope .a-ColorPicker-popup {
|
35919
|
+
height: 80vh;
|
35920
|
+
}
|
35921
|
+
|
34799
35922
|
.amis-scope .a-ColorPicker:not(.is-disabled) {
|
34800
35923
|
cursor: pointer;
|
34801
35924
|
}
|
@@ -35056,6 +36179,10 @@ readers do not read off random characters that represent icons */
|
|
35056
36179
|
margin: -0.125rem 0 0;
|
35057
36180
|
}
|
35058
36181
|
|
36182
|
+
.amis-scope .a-DatePicker-popup {
|
36183
|
+
height: 80vh;
|
36184
|
+
}
|
36185
|
+
|
35059
36186
|
.amis-scope .rdt {
|
35060
36187
|
user-select: none;
|
35061
36188
|
font-size: var(--Calendar-fontSize);
|
@@ -35589,6 +36716,10 @@ readers do not read off random characters that represent icons */
|
|
35589
36716
|
margin: -0.125rem 0 0;
|
35590
36717
|
}
|
35591
36718
|
|
36719
|
+
.amis-scope .a-DateRangePicker-popup {
|
36720
|
+
height: 90vh;
|
36721
|
+
}
|
36722
|
+
|
35592
36723
|
@media (min-width: 576px) {
|
35593
36724
|
.amis-scope .a-DateRangePicker-wrap {
|
35594
36725
|
white-space: nowrap;
|
@@ -36917,6 +38048,10 @@ readers do not read off random characters that represent icons */
|
|
36917
38048
|
background: var(--Form-input-onFocused-bg);
|
36918
38049
|
}
|
36919
38050
|
|
38051
|
+
.amis-scope .a-TreeSelect-popup {
|
38052
|
+
height: 80vh;
|
38053
|
+
}
|
38054
|
+
|
36920
38055
|
.amis-scope .a-TreeSelect-popover {
|
36921
38056
|
background: transparent;
|
36922
38057
|
border: none;
|
@@ -37735,25 +38870,52 @@ readers do not read off random characters that represent icons */
|
|
37735
38870
|
}
|
37736
38871
|
|
37737
38872
|
.amis-scope .a-Rating {
|
38873
|
+
display: flex;
|
37738
38874
|
position: relative;
|
38875
|
+
align-items: center;
|
38876
|
+
justify-content: flex-start;
|
38877
|
+
flex-flow: row wrap;
|
38878
|
+
}
|
38879
|
+
|
38880
|
+
.amis-scope .a-Rating > ul {
|
38881
|
+
display: flex;
|
38882
|
+
padding: unset;
|
38883
|
+
margin: unset;
|
38884
|
+
align-items: center;
|
38885
|
+
justify-content: flex-start;
|
38886
|
+
flex-flow: row wrap;
|
38887
|
+
}
|
38888
|
+
|
38889
|
+
.amis-scope .a-Rating-star {
|
38890
|
+
position: relative;
|
38891
|
+
margin-right: var(--Rating-star-margin);
|
37739
38892
|
overflow: hidden;
|
37740
38893
|
display: block;
|
37741
|
-
|
37742
|
-
|
37743
|
-
color: var(--dark);
|
38894
|
+
font-size: var(--Rating-star-size);
|
38895
|
+
line-height: 1;
|
37744
38896
|
cursor: pointer;
|
38897
|
+
user-select: none;
|
38898
|
+
color: var(--Rating-inactive-color);
|
37745
38899
|
}
|
37746
38900
|
|
37747
|
-
.amis-scope .a-Rating
|
37748
|
-
|
38901
|
+
.amis-scope .a-Rating-star-half > svg.icon,
|
38902
|
+
.amis-scope .a-Rating-star > svg.icon {
|
38903
|
+
display: block;
|
38904
|
+
width: 1.5rem;
|
38905
|
+
height: 1.5rem;
|
38906
|
+
top: 0;
|
37749
38907
|
}
|
37750
38908
|
|
37751
|
-
.amis-scope .a-Rating
|
38909
|
+
.amis-scope .a-Rating-star:last-of-type {
|
38910
|
+
margin-right: 0;
|
38911
|
+
}
|
38912
|
+
|
38913
|
+
.amis-scope .a-Rating-star.is-disabled {
|
37752
38914
|
cursor: not-allowed;
|
37753
38915
|
pointer-events: none;
|
37754
38916
|
}
|
37755
38917
|
|
37756
|
-
.amis-scope .a-Rating-half
|
38918
|
+
.amis-scope .a-Rating-star-half {
|
37757
38919
|
position: absolute;
|
37758
38920
|
overflow: hidden;
|
37759
38921
|
display: block;
|
@@ -37761,8 +38923,20 @@ readers do not read off random characters that represent icons */
|
|
37761
38923
|
top: 0;
|
37762
38924
|
left: 0;
|
37763
38925
|
width: 50%;
|
37764
|
-
|
37765
|
-
|
38926
|
+
}
|
38927
|
+
|
38928
|
+
.amis-scope .a-Rating-text {
|
38929
|
+
font-size: var(--fontSizeSm);
|
38930
|
+
color: var(--text-color);
|
38931
|
+
font-weight: var(--fontWeightNormal);
|
38932
|
+
}
|
38933
|
+
|
38934
|
+
.amis-scope .a-Rating-text--left {
|
38935
|
+
margin-right: var(--Rating-star-margin);
|
38936
|
+
}
|
38937
|
+
|
38938
|
+
.amis-scope .a-Rating-text--right {
|
38939
|
+
margin-left: var(--Rating-star-margin);
|
37766
38940
|
}
|
37767
38941
|
|
37768
38942
|
.amis-scope .a-RatingControl {
|
@@ -38760,6 +39934,176 @@ readers do not read off random characters that represent icons */
|
|
38760
39934
|
width: 10%;
|
38761
39935
|
}
|
38762
39936
|
|
39937
|
+
/* 移动端样式调整 */
|
39938
|
+
|
39939
|
+
@media (max-width: 767px) {
|
39940
|
+
.amis-scope .a-Form .a-Form-item {
|
39941
|
+
display: flex;
|
39942
|
+
flex-wrap: wrap;
|
39943
|
+
margin-bottom: 0;
|
39944
|
+
padding: var(--Form-item-gap) 0;
|
39945
|
+
position: relative;
|
39946
|
+
}
|
39947
|
+
|
39948
|
+
.amis-scope .a-Form .a-Form-item::after {
|
39949
|
+
position: absolute;
|
39950
|
+
box-sizing: border-box;
|
39951
|
+
content: " ";
|
39952
|
+
pointer-events: none;
|
39953
|
+
right: 0;
|
39954
|
+
bottom: 0;
|
39955
|
+
left: 0;
|
39956
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
39957
|
+
transform: scaleY(0.5);
|
39958
|
+
}
|
39959
|
+
|
39960
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
|
39961
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-addOn {
|
39962
|
+
border: none;
|
39963
|
+
}
|
39964
|
+
|
39965
|
+
.amis-scope .a-Form .a-Form-item > .a-Form-label {
|
39966
|
+
flex: 0 0 28%;
|
39967
|
+
max-width: 28%;
|
39968
|
+
min-height: 1px;
|
39969
|
+
text-align: left;
|
39970
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
39971
|
+
overflow-wrap: break-word;
|
39972
|
+
margin-right: 0;
|
39973
|
+
margin-bottom: 0;
|
39974
|
+
font-size: var(--fontSizeLg);
|
39975
|
+
}
|
39976
|
+
|
39977
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description {
|
39978
|
+
font-size: var(--fontSizeBase);
|
39979
|
+
}
|
39980
|
+
|
39981
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input {
|
39982
|
+
font-size: var(--fontSizeLg);
|
39983
|
+
}
|
39984
|
+
|
39985
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input input {
|
39986
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
39987
|
+
}
|
39988
|
+
|
39989
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value,
|
39990
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control {
|
39991
|
+
flex: 1;
|
39992
|
+
flex-wrap: wrap;
|
39993
|
+
font-size: var(--fontSizeLg);
|
39994
|
+
}
|
39995
|
+
|
39996
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
39997
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
39998
|
+
background: transparent;
|
39999
|
+
}
|
40000
|
+
|
40001
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint,
|
40002
|
+
.amis-scope .a-Form .a-Form-item .a-Form-remark,
|
40003
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static,
|
40004
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
|
40005
|
+
.amis-scope .a-Form .a-Form-item .a-SwitchControl,
|
40006
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxControl,
|
40007
|
+
.amis-scope .a-Form .a-Form-item .a-RadiosControl,
|
40008
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxesControl {
|
40009
|
+
padding-top: 0;
|
40010
|
+
padding-bottom: 0;
|
40011
|
+
}
|
40012
|
+
|
40013
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
|
40014
|
+
height: var(--Form-input-height);
|
40015
|
+
}
|
40016
|
+
|
40017
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint {
|
40018
|
+
font-size: var(--fontSizeBase);
|
40019
|
+
margin-left: 0;
|
40020
|
+
color: var(--text--muted-color);
|
40021
|
+
}
|
40022
|
+
|
40023
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-placeholder {
|
40024
|
+
top: 0;
|
40025
|
+
}
|
40026
|
+
|
40027
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static {
|
40028
|
+
min-height: 0;
|
40029
|
+
}
|
40030
|
+
|
40031
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description,
|
40032
|
+
.amis-scope .a-Form .a-Form-item .a-Form-feedback {
|
40033
|
+
font-size: var(--fontSizeBase);
|
40034
|
+
}
|
40035
|
+
|
40036
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-Select,
|
40037
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
40038
|
+
border: none;
|
40039
|
+
}
|
40040
|
+
|
40041
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup > .a-TextControl-input input {
|
40042
|
+
height: var(--Form-input-height);
|
40043
|
+
}
|
40044
|
+
|
40045
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker {
|
40046
|
+
padding: 0;
|
40047
|
+
border: none;
|
40048
|
+
}
|
40049
|
+
|
40050
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
|
40051
|
+
display: none;
|
40052
|
+
}
|
40053
|
+
|
40054
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
|
40055
|
+
margin-bottom: var(--gap-xs);
|
40056
|
+
}
|
40057
|
+
|
40058
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea,
|
40059
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
|
40060
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
40061
|
+
border: none;
|
40062
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40063
|
+
box-shadow: none;
|
40064
|
+
}
|
40065
|
+
|
40066
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:hover,
|
40067
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:focus,
|
40068
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea.active,
|
40069
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
40070
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
40071
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
|
40072
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
40073
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
40074
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
40075
|
+
border: none;
|
40076
|
+
outline: none;
|
40077
|
+
outline-style: none;
|
40078
|
+
}
|
40079
|
+
|
40080
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input--multiple {
|
40081
|
+
padding: 0;
|
40082
|
+
min-height: 0;
|
40083
|
+
}
|
40084
|
+
|
40085
|
+
.amis-scope .a-Form .a-Form-groupColumn {
|
40086
|
+
margin-bottom: 0;
|
40087
|
+
}
|
40088
|
+
|
40089
|
+
.amis-scope .a-Form .a-Divider {
|
40090
|
+
display: none;
|
40091
|
+
}
|
40092
|
+
|
40093
|
+
.amis-scope .a-Form .a-Tabs-pane {
|
40094
|
+
padding: 0;
|
40095
|
+
}
|
40096
|
+
|
40097
|
+
.amis-scope .a-Form > .a-Form-item:last-child::after,
|
40098
|
+
.amis-scope .a-Form > .a-Form-item:last-of-type::after {
|
40099
|
+
display: none;
|
40100
|
+
}
|
40101
|
+
|
40102
|
+
.amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
|
40103
|
+
padding-bottom: var(--Form-input-paddingX);
|
40104
|
+
}
|
40105
|
+
}
|
40106
|
+
|
38763
40107
|
.amis-scope .a-AnchorNav {
|
38764
40108
|
display: flex;
|
38765
40109
|
height: 25rem;
|
@@ -39147,6 +40491,343 @@ readers do not read off random characters that represent icons */
|
|
39147
40491
|
margin-right: 0;
|
39148
40492
|
}
|
39149
40493
|
|
40494
|
+
.amis-scope .a-FormulaEditor {
|
40495
|
+
overflow: visible;
|
40496
|
+
max-width: 100%;
|
40497
|
+
box-sizing: content-box;
|
40498
|
+
}
|
40499
|
+
|
40500
|
+
.amis-scope .a-FormulaEditor-content {
|
40501
|
+
border-radius: var(--borderRadius);
|
40502
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40503
|
+
}
|
40504
|
+
|
40505
|
+
.amis-scope .a-FormulaEditor-header {
|
40506
|
+
width: 100%;
|
40507
|
+
height: 1.875rem;
|
40508
|
+
line-height: 1.875rem;
|
40509
|
+
padding: 0 0.625rem;
|
40510
|
+
box-sizing: border-box;
|
40511
|
+
background: var(--Formula-header-bgColor);
|
40512
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
40513
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40514
|
+
font-weight: 500;
|
40515
|
+
}
|
40516
|
+
|
40517
|
+
.amis-scope .a-FormulaEditor-editor {
|
40518
|
+
min-height: 14.875rem;
|
40519
|
+
max-height: 20rem;
|
40520
|
+
height: auto;
|
40521
|
+
padding: 0.625rem;
|
40522
|
+
padding-right: 0;
|
40523
|
+
}
|
40524
|
+
|
40525
|
+
.amis-scope .a-FormulaEditor.is-error .a-FormulaEditor-editor {
|
40526
|
+
border-color: var(--Form-input-onError-borderColor);
|
40527
|
+
}
|
40528
|
+
|
40529
|
+
.amis-scope .a-FormulaEditor.is-focused .a-FormulaEditor-editor {
|
40530
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
40531
|
+
}
|
40532
|
+
|
40533
|
+
.amis-scope .a-FormulaEditor-settings {
|
40534
|
+
display: flex;
|
40535
|
+
flex-direction: row;
|
40536
|
+
align-items: stretch;
|
40537
|
+
justify-content: space-between;
|
40538
|
+
max-height: 21.875rem;
|
40539
|
+
margin: 0 -5px;
|
40540
|
+
}
|
40541
|
+
|
40542
|
+
.amis-scope .a-FormulaEditor-settings > div {
|
40543
|
+
flex: 1;
|
40544
|
+
padding: 0 5px;
|
40545
|
+
display: flex;
|
40546
|
+
flex-direction: column;
|
40547
|
+
}
|
40548
|
+
|
40549
|
+
.amis-scope .a-FormulaEditor-settings > div > h3 {
|
40550
|
+
padding: 10px 0;
|
40551
|
+
margin: 0;
|
40552
|
+
flex-shrink: 0;
|
40553
|
+
}
|
40554
|
+
|
40555
|
+
.amis-scope .a-FormulaEditor-settings > div > div {
|
40556
|
+
flex: 1;
|
40557
|
+
min-height: 0;
|
40558
|
+
}
|
40559
|
+
|
40560
|
+
.amis-scope .a-FormulaEditor .cm-field,
|
40561
|
+
.amis-scope .a-FormulaEditor .cm-func {
|
40562
|
+
border-radius: 2px;
|
40563
|
+
color: #fff;
|
40564
|
+
margin: 0 1px;
|
40565
|
+
padding: 0 2px;
|
40566
|
+
}
|
40567
|
+
|
40568
|
+
.amis-scope .a-FormulaEditor .cm-field {
|
40569
|
+
background: #007bff;
|
40570
|
+
}
|
40571
|
+
|
40572
|
+
.amis-scope .a-FormulaEditor .cm-func {
|
40573
|
+
background: #17a2b8;
|
40574
|
+
}
|
40575
|
+
|
40576
|
+
.amis-scope .a-FormulaFuncList {
|
40577
|
+
display: flex;
|
40578
|
+
flex-direction: column;
|
40579
|
+
}
|
40580
|
+
|
40581
|
+
.amis-scope .a-FormulaFuncList > .a-FormulaFuncList-searchBox {
|
40582
|
+
display: flex;
|
40583
|
+
width: auto;
|
40584
|
+
flex-shrink: 0;
|
40585
|
+
margin-bottom: 0.5rem;
|
40586
|
+
}
|
40587
|
+
|
40588
|
+
.amis-scope .a-FormulaFuncList-columns {
|
40589
|
+
flex: 1;
|
40590
|
+
min-height: 0;
|
40591
|
+
overflow: auto;
|
40592
|
+
display: flex;
|
40593
|
+
flex-direction: row;
|
40594
|
+
justify-content: flex-start;
|
40595
|
+
}
|
40596
|
+
|
40597
|
+
.amis-scope .a-FormulaFuncList-columns > div:first-child {
|
40598
|
+
min-width: 200px;
|
40599
|
+
flex-shrink: 0;
|
40600
|
+
}
|
40601
|
+
|
40602
|
+
.amis-scope .a-FormulaFuncList-funcItem {
|
40603
|
+
padding: 0 10px;
|
40604
|
+
cursor: pointer;
|
40605
|
+
}
|
40606
|
+
|
40607
|
+
.amis-scope .a-FormulaFuncList-funcItem.is-active {
|
40608
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
40609
|
+
}
|
40610
|
+
|
40611
|
+
.amis-scope .a-FormulaFuncList-groupTitle {
|
40612
|
+
padding: 5px 0;
|
40613
|
+
background: transparent;
|
40614
|
+
}
|
40615
|
+
|
40616
|
+
.amis-scope .a-FormulaFuncList-groupBody > div {
|
40617
|
+
padding: 5px 0;
|
40618
|
+
}
|
40619
|
+
|
40620
|
+
.amis-scope .a-FormulaFuncList-funcDetail {
|
40621
|
+
padding: 10px 20px;
|
40622
|
+
}
|
40623
|
+
|
40624
|
+
.amis-scope .a-FormulaFuncList-funcDetail pre {
|
40625
|
+
white-space: pre-wrap;
|
40626
|
+
word-wrap: break-word;
|
40627
|
+
background: var(--Formula-header-bgColor);
|
40628
|
+
padding: 0.625rem;
|
40629
|
+
border-radius: var(--borderRadius);
|
40630
|
+
margin-top: 0;
|
40631
|
+
}
|
40632
|
+
|
40633
|
+
.amis-scope .a-FormulaFuncList-funcDetail div {
|
40634
|
+
color: var(--text--loud-color);
|
40635
|
+
}
|
40636
|
+
|
40637
|
+
.amis-scope .a-FormulaPicker-icon {
|
40638
|
+
margin-left: auto;
|
40639
|
+
margin-right: 0.3125rem;
|
40640
|
+
}
|
40641
|
+
|
40642
|
+
.amis-scope .a-Timeline-vertical {
|
40643
|
+
display: flex;
|
40644
|
+
flex-flow: column;
|
40645
|
+
}
|
40646
|
+
|
40647
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem {
|
40648
|
+
display: flex;
|
40649
|
+
flex: 1;
|
40650
|
+
flex-direction: row;
|
40651
|
+
}
|
40652
|
+
|
40653
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
40654
|
+
display: none;
|
40655
|
+
}
|
40656
|
+
|
40657
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle {
|
40658
|
+
position: relative;
|
40659
|
+
flex: var(--TimelineItem--axle-flex);
|
40660
|
+
}
|
40661
|
+
|
40662
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line {
|
40663
|
+
position: absolute;
|
40664
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
40665
|
+
width: var(--TimelineItem--left-line-width);
|
40666
|
+
left: var(--TimelineItem--left-line-left);
|
40667
|
+
top: var(--TimelineItem--left-line-top);
|
40668
|
+
background-color: var(--TimelineItem--line-bg);
|
40669
|
+
}
|
40670
|
+
|
40671
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
|
40672
|
+
position: absolute;
|
40673
|
+
width: var(--TimelineItem--round-width);
|
40674
|
+
height: var(--TimelineItem--round-height);
|
40675
|
+
left: var(--TimelineItem--round-left);
|
40676
|
+
top: var(--TimelineItem--round-top);
|
40677
|
+
background: var(--TimelineItem-round-bg);
|
40678
|
+
border-radius: var(--TimelineItem--round-radius);
|
40679
|
+
}
|
40680
|
+
|
40681
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
40682
|
+
background: var(--Timeline--danger-bg);
|
40683
|
+
}
|
40684
|
+
|
40685
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--info {
|
40686
|
+
background: var(--Timeline--info-bg);
|
40687
|
+
}
|
40688
|
+
|
40689
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--success {
|
40690
|
+
background: var(--Timeline--success-bg);
|
40691
|
+
}
|
40692
|
+
|
40693
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
40694
|
+
background: var(--Timeline--warning-bg);
|
40695
|
+
}
|
40696
|
+
|
40697
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-icon {
|
40698
|
+
position: absolute;
|
40699
|
+
width: var(--TimelineItem--icon-width);
|
40700
|
+
height: var(--TimelineItem--icon-height);
|
40701
|
+
left: var(--TimelineItem--icon-left);
|
40702
|
+
border-radius: var(--TimelineItem--icon-radius);
|
40703
|
+
}
|
40704
|
+
|
40705
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content {
|
40706
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
40707
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
40708
|
+
}
|
40709
|
+
|
40710
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-time {
|
40711
|
+
color: var(--TimelineItem--text-secondary-color);
|
40712
|
+
font-size: var(--Timeline--font-size);
|
40713
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
40714
|
+
}
|
40715
|
+
|
40716
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
40717
|
+
color: var(--TimelineItem--text-primary-color);
|
40718
|
+
font-size: var(--Timeline--font-size);
|
40719
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
40720
|
+
}
|
40721
|
+
|
40722
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
|
40723
|
+
display: flex;
|
40724
|
+
cursor: pointer;
|
40725
|
+
align-items: center;
|
40726
|
+
font-size: var(--Timeline--font-size);
|
40727
|
+
color: var(--TimelineItem--detail-button-color);
|
40728
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
40729
|
+
}
|
40730
|
+
|
40731
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
|
40732
|
+
width: var(--TimelineItem-detail-arrow-width);
|
40733
|
+
height: var(--TimelineItem-detail-arrow-width);
|
40734
|
+
}
|
40735
|
+
|
40736
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow-top {
|
40737
|
+
transform: rotateX(180deg);
|
40738
|
+
}
|
40739
|
+
|
40740
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
40741
|
+
display: block;
|
40742
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
40743
|
+
font-size: var(--Timeline--font-size);
|
40744
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
40745
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
40746
|
+
}
|
40747
|
+
|
40748
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
|
40749
|
+
display: none;
|
40750
|
+
}
|
40751
|
+
|
40752
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-left .a-TimelineItem {
|
40753
|
+
flex-direction: row-reverse;
|
40754
|
+
}
|
40755
|
+
|
40756
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(odd) {
|
40757
|
+
flex-direction: row-reverse;
|
40758
|
+
max-width: 50%;
|
40759
|
+
}
|
40760
|
+
|
40761
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(even) {
|
40762
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
40763
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
40764
|
+
}
|
40765
|
+
|
40766
|
+
.amis-scope .a-Timeline-horizontal {
|
40767
|
+
display: flex;
|
40768
|
+
flex-flow: row;
|
40769
|
+
margin-left: 50%;
|
40770
|
+
transform: translateX(-50%);
|
40771
|
+
}
|
40772
|
+
|
40773
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem {
|
40774
|
+
display: flex;
|
40775
|
+
width: -webkit-fill-available;
|
40776
|
+
flex-flow: column;
|
40777
|
+
}
|
40778
|
+
|
40779
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
40780
|
+
display: none;
|
40781
|
+
}
|
40782
|
+
|
40783
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle {
|
40784
|
+
position: relative;
|
40785
|
+
flex: var(--TimelineItem--axle-flex);
|
40786
|
+
}
|
40787
|
+
|
40788
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-line {
|
40789
|
+
position: absolute;
|
40790
|
+
height: var(--TimelineItem--left-line-width);
|
40791
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
40792
|
+
left: var(--TimelineItem--left-line-top);
|
40793
|
+
top: var(--TimelineItem--left-line-left);
|
40794
|
+
background-color: var(--TimelineItem--line-bg);
|
40795
|
+
}
|
40796
|
+
|
40797
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round {
|
40798
|
+
position: absolute;
|
40799
|
+
width: var(--TimelineItem--round-width);
|
40800
|
+
height: var(--TimelineItem--round-height);
|
40801
|
+
left: var(--TimelineItem--round-top);
|
40802
|
+
top: var(--TimelineItem--round-left);
|
40803
|
+
background: var(--TimelineItem-round-bg);
|
40804
|
+
border-radius: var(--TimelineItem--round-radius);
|
40805
|
+
}
|
40806
|
+
|
40807
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
40808
|
+
background: var(--Timeline--danger-bg);
|
40809
|
+
}
|
40810
|
+
|
40811
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--info {
|
40812
|
+
background: var(--Timeline--info-bg);
|
40813
|
+
}
|
40814
|
+
|
40815
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--success {
|
40816
|
+
background: var(--Timeline--success-bg);
|
40817
|
+
}
|
40818
|
+
|
40819
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
40820
|
+
background: var(--Timeline--warning-bg);
|
40821
|
+
}
|
40822
|
+
|
40823
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-icon {
|
40824
|
+
position: absolute;
|
40825
|
+
width: var(--TimelineItem--icon-width);
|
40826
|
+
height: var(--TimelineItem--icon-height);
|
40827
|
+
left: var(--TimelineItem--icon-left);
|
40828
|
+
border-radius: var(--TimelineItem--icon-radius);
|
40829
|
+
}
|
40830
|
+
|
39150
40831
|
/*
|
39151
40832
|
* utilities
|
39152
40833
|
*/
|