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/antd-ie11.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
|
@@ -21688,6 +22257,7 @@ readers do not read off random characters that represent icons */
|
|
21688
22257
|
width: 2.5rem;
|
21689
22258
|
height: 2.5rem;
|
21690
22259
|
line-height: 2.5rem;
|
22260
|
+
position: relative;
|
21691
22261
|
display: inline-block;
|
21692
22262
|
overflow: hidden;
|
21693
22263
|
flex-shrink: 0;
|
@@ -21695,6 +22265,36 @@ readers do not read off random characters that represent icons */
|
|
21695
22265
|
text-align: center;
|
21696
22266
|
}
|
21697
22267
|
|
22268
|
+
.amis-scope .antd-Avatar i {
|
22269
|
+
font-size: 1rem;
|
22270
|
+
}
|
22271
|
+
|
22272
|
+
.amis-scope .antd-Avatar--lg {
|
22273
|
+
width: 3rem;
|
22274
|
+
height: 3rem;
|
22275
|
+
line-height: 3rem;
|
22276
|
+
}
|
22277
|
+
|
22278
|
+
.amis-scope .antd-Avatar--lg i {
|
22279
|
+
font-size: 1.25rem;
|
22280
|
+
}
|
22281
|
+
|
22282
|
+
.amis-scope .antd-Avatar--sm {
|
22283
|
+
width: 2rem;
|
22284
|
+
height: 2rem;
|
22285
|
+
line-height: 2rem;
|
22286
|
+
}
|
22287
|
+
|
22288
|
+
.amis-scope .antd-Avatar--sm i {
|
22289
|
+
font-size: 0.75rem;
|
22290
|
+
}
|
22291
|
+
|
22292
|
+
.amis-scope .antd-Avatar--text {
|
22293
|
+
position: absolute;
|
22294
|
+
left: 50%;
|
22295
|
+
transform-origin: 0 center;
|
22296
|
+
}
|
22297
|
+
|
21698
22298
|
.amis-scope .antd-Avatar--square {
|
21699
22299
|
border-radius: 0%;
|
21700
22300
|
}
|
@@ -21703,15 +22303,9 @@ readers do not read off random characters that represent icons */
|
|
21703
22303
|
border-radius: 10%;
|
21704
22304
|
}
|
21705
22305
|
|
21706
|
-
.amis-scope .antd-Avatar i {
|
21707
|
-
font-size: 1rem;
|
21708
|
-
}
|
21709
|
-
|
21710
22306
|
.amis-scope .antd-Avatar img {
|
21711
|
-
color: transparent;
|
21712
22307
|
width: 100%;
|
21713
22308
|
height: 100%;
|
21714
|
-
object-fit: cover;
|
21715
22309
|
}
|
21716
22310
|
|
21717
22311
|
.amis-scope .antd-Avatar:hover img,
|
@@ -22130,6 +22724,23 @@ readers do not read off random characters that represent icons */
|
|
22130
22724
|
overflow: auto;
|
22131
22725
|
}
|
22132
22726
|
|
22727
|
+
/* 移动端样式调整 */
|
22728
|
+
|
22729
|
+
@media (max-width: 767px) {
|
22730
|
+
.amis-scope .antd-Modal .antd-Modal-footer {
|
22731
|
+
display: flex;
|
22732
|
+
}
|
22733
|
+
|
22734
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button {
|
22735
|
+
flex: 1;
|
22736
|
+
height: 2.75rem;
|
22737
|
+
}
|
22738
|
+
|
22739
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button:first-child {
|
22740
|
+
margin-left: 0;
|
22741
|
+
}
|
22742
|
+
}
|
22743
|
+
|
22133
22744
|
.amis-scope .antd-Drawer {
|
22134
22745
|
position: fixed;
|
22135
22746
|
top: 0;
|
@@ -22781,6 +23392,139 @@ readers do not read off random characters that represent icons */
|
|
22781
23392
|
margin-top: -0.25rem;
|
22782
23393
|
}
|
22783
23394
|
|
23395
|
+
@keyframes PopUpIn {
|
23396
|
+
from {
|
23397
|
+
height: 0;
|
23398
|
+
}
|
23399
|
+
}
|
23400
|
+
|
23401
|
+
@keyframes PopUpOut {
|
23402
|
+
to {
|
23403
|
+
height: 0;
|
23404
|
+
}
|
23405
|
+
}
|
23406
|
+
|
23407
|
+
@keyframes PopUpOpacityIn {
|
23408
|
+
from {
|
23409
|
+
opacity: 0;
|
23410
|
+
}
|
23411
|
+
}
|
23412
|
+
|
23413
|
+
@keyframes PopUpOpacityOut {
|
23414
|
+
to {
|
23415
|
+
opacity: 0;
|
23416
|
+
}
|
23417
|
+
}
|
23418
|
+
|
23419
|
+
.amis-scope .antd-PopUp {
|
23420
|
+
width: 100%;
|
23421
|
+
position: fixed;
|
23422
|
+
background: white;
|
23423
|
+
left: 0;
|
23424
|
+
bottom: 0;
|
23425
|
+
z-index: 1300;
|
23426
|
+
padding: 0;
|
23427
|
+
margin: 0;
|
23428
|
+
font-weight: 400;
|
23429
|
+
letter-spacing: normal;
|
23430
|
+
line-height: 1.57;
|
23431
|
+
text-align: left;
|
23432
|
+
text-align: start;
|
23433
|
+
text-decoration: none;
|
23434
|
+
text-shadow: none;
|
23435
|
+
text-transform: none;
|
23436
|
+
white-space: normal;
|
23437
|
+
word-break: normal;
|
23438
|
+
word-spacing: normal;
|
23439
|
+
word-wrap: normal;
|
23440
|
+
font-size: 0.875rem;
|
23441
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
23442
|
+
border: 0.0625rem solid #eceff8;
|
23443
|
+
border-radius: 2px;
|
23444
|
+
overflow: hidden;
|
23445
|
+
}
|
23446
|
+
|
23447
|
+
.amis-scope .antd-PopUp.in,
|
23448
|
+
.amis-scope .antd-PopUp.out {
|
23449
|
+
animation-duration: 0s;
|
23450
|
+
animation-fill-mode: both;
|
23451
|
+
}
|
23452
|
+
|
23453
|
+
.amis-scope .antd-PopUp.in {
|
23454
|
+
animation-name: PopUpIn;
|
23455
|
+
}
|
23456
|
+
|
23457
|
+
.amis-scope .antd-PopUp.in .antd-PopUp-overlay {
|
23458
|
+
animation-name: PopUpOpacityIn;
|
23459
|
+
}
|
23460
|
+
|
23461
|
+
.amis-scope .antd-PopUp.out {
|
23462
|
+
animation-name: PopUpOut;
|
23463
|
+
}
|
23464
|
+
|
23465
|
+
.amis-scope .antd-PopUp.out .antd-PopUp-overlay {
|
23466
|
+
animation-name: PopUpOpacityOut;
|
23467
|
+
}
|
23468
|
+
|
23469
|
+
.amis-scope .antd-PopUp-inner {
|
23470
|
+
position: relative;
|
23471
|
+
overflow: hidden;
|
23472
|
+
height: 100%;
|
23473
|
+
box-sizing: border-box;
|
23474
|
+
background: #fff;
|
23475
|
+
padding-top: 2.25rem;
|
23476
|
+
}
|
23477
|
+
|
23478
|
+
.amis-scope .antd-PopUp-closeWrap {
|
23479
|
+
width: 100%;
|
23480
|
+
position: absolute;
|
23481
|
+
left: 0;
|
23482
|
+
top: 0;
|
23483
|
+
text-align: center;
|
23484
|
+
height: 3rem;
|
23485
|
+
line-height: 3rem;
|
23486
|
+
}
|
23487
|
+
|
23488
|
+
.amis-scope .antd-PopUp-closeWrap .antd-PopUp-close {
|
23489
|
+
position: absolute;
|
23490
|
+
z-index: 1;
|
23491
|
+
color: inherit;
|
23492
|
+
cursor: pointer;
|
23493
|
+
top: 0.9375rem;
|
23494
|
+
right: 0.9375rem;
|
23495
|
+
}
|
23496
|
+
|
23497
|
+
.amis-scope .antd-PopUp-content {
|
23498
|
+
overflow-y: auto;
|
23499
|
+
height: 100%;
|
23500
|
+
}
|
23501
|
+
|
23502
|
+
.amis-scope .antd-PopUp > * {
|
23503
|
+
position: relative;
|
23504
|
+
z-index: 2;
|
23505
|
+
}
|
23506
|
+
|
23507
|
+
.amis-scope .antd-PopUp-overlay {
|
23508
|
+
position: fixed !important;
|
23509
|
+
top: 0;
|
23510
|
+
left: 0;
|
23511
|
+
right: 0;
|
23512
|
+
z-index: 1;
|
23513
|
+
bottom: 0;
|
23514
|
+
background: rgba(0, 0, 0, 0.3);
|
23515
|
+
opacity: 1;
|
23516
|
+
animation-duration: 0s;
|
23517
|
+
animation-fill-mode: both;
|
23518
|
+
}
|
23519
|
+
|
23520
|
+
.amis-scope .antd-PopUp--leftBottomLeftTop {
|
23521
|
+
margin-top: 0.25rem;
|
23522
|
+
}
|
23523
|
+
|
23524
|
+
.amis-scope .antd-PopUp--leftTopLeftBottom {
|
23525
|
+
margin-top: -0.25rem;
|
23526
|
+
}
|
23527
|
+
|
22784
23528
|
.amis-scope .antd-PickerColumns {
|
22785
23529
|
position: relative;
|
22786
23530
|
background-color: white;
|
@@ -24797,6 +25541,50 @@ readers do not read off random characters that represent icons */
|
|
24797
25541
|
display: none;
|
24798
25542
|
}
|
24799
25543
|
|
25544
|
+
/* 移动端样式调整 */
|
25545
|
+
|
25546
|
+
@media (max-width: 767px) {
|
25547
|
+
.amis-scope .antd-Panel--form {
|
25548
|
+
border: none;
|
25549
|
+
box-shadow: none;
|
25550
|
+
margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
|
25551
|
+
}
|
25552
|
+
|
25553
|
+
.amis-scope .antd-Panel--form .antd-Panel-body {
|
25554
|
+
padding: 0 1rem 1rem;
|
25555
|
+
}
|
25556
|
+
|
25557
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading {
|
25558
|
+
background: none;
|
25559
|
+
border: none;
|
25560
|
+
border-radius: 0;
|
25561
|
+
}
|
25562
|
+
|
25563
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
|
25564
|
+
padding-left: 0.75rem;
|
25565
|
+
border-left: 0.1875rem solid #1890ff;
|
25566
|
+
font-size: 1rem;
|
25567
|
+
}
|
25568
|
+
|
25569
|
+
.amis-scope .antd-Panel--form .antd-Panel-footerWrap {
|
25570
|
+
padding-bottom: 0.75rem;
|
25571
|
+
}
|
25572
|
+
|
25573
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer {
|
25574
|
+
border-top: none;
|
25575
|
+
display: flex;
|
25576
|
+
padding: 0 0.75rem;
|
25577
|
+
}
|
25578
|
+
|
25579
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button {
|
25580
|
+
flex: 1;
|
25581
|
+
}
|
25582
|
+
|
25583
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button:first-child {
|
25584
|
+
margin-left: 0;
|
25585
|
+
}
|
25586
|
+
}
|
25587
|
+
|
24800
25588
|
.amis-scope .antd-Service {
|
24801
25589
|
position: relative;
|
24802
25590
|
}
|
@@ -25236,6 +26024,294 @@ readers do not read off random characters that represent icons */
|
|
25236
26024
|
position: relative;
|
25237
26025
|
}
|
25238
26026
|
|
26027
|
+
.amis-scope .antd-CalendarMobile {
|
26028
|
+
height: 100%;
|
26029
|
+
overflow: scroll;
|
26030
|
+
}
|
26031
|
+
|
26032
|
+
.amis-scope .antd-CalendarMobile-pop {
|
26033
|
+
position: fixed;
|
26034
|
+
bottom: 0;
|
26035
|
+
left: 0;
|
26036
|
+
width: 100vw;
|
26037
|
+
height: 90vh;
|
26038
|
+
background: #fff;
|
26039
|
+
border-radius: 1rem 1rem 0 0;
|
26040
|
+
overflow: hidden;
|
26041
|
+
border-width: 0;
|
26042
|
+
}
|
26043
|
+
|
26044
|
+
.amis-scope .antd-CalendarMobile-wrap {
|
26045
|
+
display: flex;
|
26046
|
+
flex-direction: column;
|
26047
|
+
height: 100%;
|
26048
|
+
}
|
26049
|
+
|
26050
|
+
.amis-scope .antd-CalendarMobile-header {
|
26051
|
+
flex-shrink: 0;
|
26052
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
26053
|
+
position: relative;
|
26054
|
+
}
|
26055
|
+
|
26056
|
+
.amis-scope .antd-CalendarMobile-header .subtitle-text {
|
26057
|
+
display: inline-block;
|
26058
|
+
width: 6.875rem;
|
26059
|
+
position: relative;
|
26060
|
+
}
|
26061
|
+
|
26062
|
+
.amis-scope .antd-CalendarMobile-header .rdtPrev {
|
26063
|
+
width: 1.25rem;
|
26064
|
+
height: 2.75rem;
|
26065
|
+
display: block;
|
26066
|
+
position: absolute;
|
26067
|
+
top: 0;
|
26068
|
+
left: -1.25rem;
|
26069
|
+
}
|
26070
|
+
|
26071
|
+
.amis-scope .antd-CalendarMobile-header .rdtNext {
|
26072
|
+
width: 1.25rem;
|
26073
|
+
height: 2.75rem;
|
26074
|
+
display: block;
|
26075
|
+
position: absolute;
|
26076
|
+
top: 0;
|
26077
|
+
right: -1.25rem;
|
26078
|
+
}
|
26079
|
+
|
26080
|
+
.amis-scope .antd-CalendarMobile-title,
|
26081
|
+
.amis-scope .antd-CalendarMobile-subtitle {
|
26082
|
+
height: 2.75rem;
|
26083
|
+
font-weight: 500;
|
26084
|
+
line-height: 2.75rem;
|
26085
|
+
text-align: center;
|
26086
|
+
}
|
26087
|
+
|
26088
|
+
.amis-scope .antd-CalendarMobile-title {
|
26089
|
+
font-size: 1rem;
|
26090
|
+
}
|
26091
|
+
|
26092
|
+
.amis-scope .antd-CalendarMobile-weekdays {
|
26093
|
+
display: flex;
|
26094
|
+
}
|
26095
|
+
|
26096
|
+
.amis-scope .antd-CalendarMobile-weekdays .weekday {
|
26097
|
+
flex: 1;
|
26098
|
+
line-height: 1.875rem;
|
26099
|
+
text-align: center;
|
26100
|
+
}
|
26101
|
+
|
26102
|
+
.amis-scope .antd-CalendarMobile-close {
|
26103
|
+
position: absolute;
|
26104
|
+
z-index: 1;
|
26105
|
+
color: #c8c9cc;
|
26106
|
+
font-size: 1rem;
|
26107
|
+
cursor: pointer;
|
26108
|
+
top: 0.6875rem;
|
26109
|
+
right: 1rem;
|
26110
|
+
}
|
26111
|
+
|
26112
|
+
.amis-scope .antd-CalendarMobile-body::-webkit-scrollbar {
|
26113
|
+
width: 0;
|
26114
|
+
}
|
26115
|
+
|
26116
|
+
.amis-scope .antd-CalendarMobile-body {
|
26117
|
+
flex: 1;
|
26118
|
+
overflow-y: scroll;
|
26119
|
+
}
|
26120
|
+
|
26121
|
+
.amis-scope .antd-CalendarMobile-body table {
|
26122
|
+
border-spacing: 0 0.25rem;
|
26123
|
+
}
|
26124
|
+
|
26125
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
26126
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
26127
|
+
background: transparent;
|
26128
|
+
color: rgba(0, 0, 0, 0.85);
|
26129
|
+
text-shadow: none;
|
26130
|
+
}
|
26131
|
+
|
26132
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
26133
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
26134
|
+
color: #999;
|
26135
|
+
}
|
26136
|
+
|
26137
|
+
.amis-scope .antd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
26138
|
+
display: none;
|
26139
|
+
}
|
26140
|
+
|
26141
|
+
.amis-scope .antd-CalendarMobile-body .rdtPicker td {
|
26142
|
+
height: 3.5rem;
|
26143
|
+
position: relative;
|
26144
|
+
}
|
26145
|
+
|
26146
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
26147
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
26148
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
26149
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
26150
|
+
background: transparent;
|
26151
|
+
}
|
26152
|
+
|
26153
|
+
.amis-scope .antd-CalendarMobile-body .calendar-wrap {
|
26154
|
+
position: relative;
|
26155
|
+
width: 3.125rem;
|
26156
|
+
height: 100%;
|
26157
|
+
text-align: center;
|
26158
|
+
display: inline-flex;
|
26159
|
+
align-items: center;
|
26160
|
+
justify-content: center;
|
26161
|
+
border-radius: 0.25rem;
|
26162
|
+
}
|
26163
|
+
|
26164
|
+
.amis-scope .antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
|
26165
|
+
width: auto;
|
26166
|
+
max-width: 3.125rem;
|
26167
|
+
}
|
26168
|
+
|
26169
|
+
.amis-scope .antd-CalendarMobile-footer {
|
26170
|
+
flex-shrink: 0;
|
26171
|
+
}
|
26172
|
+
|
26173
|
+
.amis-scope .antd-CalendarMobile-footer .date-range-confirm {
|
26174
|
+
height: 2.25rem;
|
26175
|
+
margin: 0.4375rem 0;
|
26176
|
+
border-radius: 0.285rem;
|
26177
|
+
display: block;
|
26178
|
+
}
|
26179
|
+
|
26180
|
+
.amis-scope .antd-CalendarMobile-footer .is-disabled {
|
26181
|
+
opacity: 0.5;
|
26182
|
+
color: #fff;
|
26183
|
+
background: #1890ff;
|
26184
|
+
border-color: #1890ff;
|
26185
|
+
filter: none;
|
26186
|
+
}
|
26187
|
+
|
26188
|
+
.amis-scope .antd-CalendarMobile-footer-toolbar {
|
26189
|
+
padding: 0 1rem;
|
26190
|
+
}
|
26191
|
+
|
26192
|
+
.amis-scope .antd-CalendarMobile-footer-ranges {
|
26193
|
+
background: #fff;
|
26194
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
26195
|
+
border-radius: 24px;
|
26196
|
+
overflow-x: scroll;
|
26197
|
+
position: relative;
|
26198
|
+
height: 3rem;
|
26199
|
+
line-height: 3rem;
|
26200
|
+
}
|
26201
|
+
|
26202
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
|
26203
|
+
position: absolute;
|
26204
|
+
white-space: nowrap;
|
26205
|
+
}
|
26206
|
+
|
26207
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers .antd-DateRangePicker-ranger {
|
26208
|
+
margin: 0 1.5625rem;
|
26209
|
+
}
|
26210
|
+
|
26211
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
26212
|
+
padding: 0.5rem 0;
|
26213
|
+
}
|
26214
|
+
|
26215
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker {
|
26216
|
+
width: 100%;
|
26217
|
+
padding: 0;
|
26218
|
+
}
|
26219
|
+
|
26220
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
26221
|
+
visibility: hidden;
|
26222
|
+
}
|
26223
|
+
|
26224
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
26225
|
+
display: none;
|
26226
|
+
}
|
26227
|
+
|
26228
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
26229
|
+
background: rgba(24, 144, 255, 0.1) !important;
|
26230
|
+
color: #1890ff;
|
26231
|
+
}
|
26232
|
+
|
26233
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
26234
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
26235
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
26236
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
26237
|
+
background: #1890ff !important;
|
26238
|
+
color: #fff;
|
26239
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
26240
|
+
}
|
26241
|
+
|
26242
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
26243
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
26244
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(24, 144, 255, 0.1) 51%, rgba(24, 144, 255, 0.1) 100%) !important;
|
26245
|
+
}
|
26246
|
+
|
26247
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
26248
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
26249
|
+
background: linear-gradient(to right, rgba(24, 144, 255, 0.1) 0%, rgba(24, 144, 255, 0.1) 50%, transparent 51%, transparent 100%) !important;
|
26250
|
+
}
|
26251
|
+
|
26252
|
+
.amis-scope .antd-CalendarMobile-calendar-header {
|
26253
|
+
height: 1.875rem;
|
26254
|
+
line-height: 1.875rem;
|
26255
|
+
text-align: center;
|
26256
|
+
}
|
26257
|
+
|
26258
|
+
.amis-scope .antd-CalendarMobile-range-text {
|
26259
|
+
position: absolute;
|
26260
|
+
right: 0;
|
26261
|
+
left: 0;
|
26262
|
+
bottom: 0;
|
26263
|
+
color: #fff;
|
26264
|
+
font-size: 0.75rem;
|
26265
|
+
white-space: nowrap;
|
26266
|
+
}
|
26267
|
+
|
26268
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
26269
|
+
position: relative;
|
26270
|
+
}
|
26271
|
+
|
26272
|
+
.amis-scope .antd-CalendarMobile-calendar-mark {
|
26273
|
+
position: absolute;
|
26274
|
+
top: 50%;
|
26275
|
+
left: 50%;
|
26276
|
+
z-index: 0;
|
26277
|
+
color: rgba(242, 243, 245, 0.8);
|
26278
|
+
font-size: 10rem;
|
26279
|
+
transform: translate(-50%, -50%);
|
26280
|
+
pointer-events: none;
|
26281
|
+
}
|
26282
|
+
|
26283
|
+
.amis-scope .antd-CalendarMobile-toast {
|
26284
|
+
position: fixed;
|
26285
|
+
top: 50%;
|
26286
|
+
left: 50%;
|
26287
|
+
transform: translate(-50%, -50%);
|
26288
|
+
width: 8.5rem;
|
26289
|
+
height: 2.25rem;
|
26290
|
+
background: rgba(0, 0, 0, 0.9);
|
26291
|
+
border-radius: 4px;
|
26292
|
+
color: #fff;
|
26293
|
+
display: flex;
|
26294
|
+
justify-content: center;
|
26295
|
+
align-items: center;
|
26296
|
+
}
|
26297
|
+
|
26298
|
+
.amis-scope .antd-CalendarMobile-time {
|
26299
|
+
height: 12.5rem;
|
26300
|
+
}
|
26301
|
+
|
26302
|
+
.amis-scope .antd-CalendarMobile-time-title {
|
26303
|
+
border: 0.0625rem solid #b4bbc5;
|
26304
|
+
border-left: none;
|
26305
|
+
border-right: none;
|
26306
|
+
text-align: center;
|
26307
|
+
height: 1.875rem;
|
26308
|
+
line-height: 1.875rem;
|
26309
|
+
}
|
26310
|
+
|
26311
|
+
.amis-scope .antd-CalendarMobile-time .rdtPicker {
|
26312
|
+
margin: 0 auto;
|
26313
|
+
}
|
26314
|
+
|
25239
26315
|
.amis-scope .antd-Collapse {
|
25240
26316
|
border: none;
|
25241
26317
|
padding: 0;
|
@@ -29023,7 +30099,7 @@ readers do not read off random characters that represent icons */
|
|
29023
30099
|
|
29024
30100
|
.amis-scope .antd-Card-multiMedia-img {
|
29025
30101
|
display: block;
|
29026
|
-
width:
|
30102
|
+
width: auto;
|
29027
30103
|
height: auto;
|
29028
30104
|
object-fit: cover;
|
29029
30105
|
border-radius: 2px;
|
@@ -30906,6 +31982,42 @@ readers do not read off random characters that represent icons */
|
|
30906
31982
|
border: 1px solid #1890ff;
|
30907
31983
|
}
|
30908
31984
|
|
31985
|
+
.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title::after {
|
31986
|
+
display: none !important;
|
31987
|
+
}
|
31988
|
+
|
31989
|
+
.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title .antd-StepsItem-subTitle {
|
31990
|
+
padding-left: 0.3125rem;
|
31991
|
+
}
|
31992
|
+
|
31993
|
+
.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon {
|
31994
|
+
position: relative;
|
31995
|
+
display: block;
|
31996
|
+
}
|
31997
|
+
|
31998
|
+
.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon:after {
|
31999
|
+
content: "";
|
32000
|
+
position: absolute;
|
32001
|
+
right: 0;
|
32002
|
+
top: 0.9375rem;
|
32003
|
+
height: 1px;
|
32004
|
+
left: 2.5rem;
|
32005
|
+
width: 99999px;
|
32006
|
+
background-color: #b4bbc5;
|
32007
|
+
}
|
32008
|
+
|
32009
|
+
.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon.is-success:after {
|
32010
|
+
background-color: #1890ff;
|
32011
|
+
}
|
32012
|
+
|
32013
|
+
.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem:last-child {
|
32014
|
+
flex: 1;
|
32015
|
+
}
|
32016
|
+
|
32017
|
+
.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem:last-child .antd-StepsItem-containerIcon:after {
|
32018
|
+
display: none !important;
|
32019
|
+
}
|
32020
|
+
|
30909
32021
|
.amis-scope .antd-Portlet {
|
30910
32022
|
border: 0.0625rem solid #eceff8;
|
30911
32023
|
border-radius: 2px;
|
@@ -32271,7 +33383,6 @@ readers do not read off random characters that represent icons */
|
|
32271
33383
|
|
32272
33384
|
.amis-scope .antd-Selection > .antd-Checkbox {
|
32273
33385
|
display: block;
|
32274
|
-
height: 1.875rem;
|
32275
33386
|
line-height: 1.4285714286;
|
32276
33387
|
font-size: 0.875rem;
|
32277
33388
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
@@ -32314,7 +33425,6 @@ readers do not read off random characters that represent icons */
|
|
32314
33425
|
|
32315
33426
|
.amis-scope .antd-GroupedSelection-item {
|
32316
33427
|
display: flex;
|
32317
|
-
height: 1.875rem;
|
32318
33428
|
line-height: 1.4285714286;
|
32319
33429
|
font-size: 0.875rem;
|
32320
33430
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -32445,7 +33555,6 @@ readers do not read off random characters that represent icons */
|
|
32445
33555
|
.amis-scope .antd-TreeSelection-itemInner {
|
32446
33556
|
display: flex;
|
32447
33557
|
align-items: center;
|
32448
|
-
height: 1.875rem;
|
32449
33558
|
line-height: 1.4285714286;
|
32450
33559
|
font-size: 0.875rem;
|
32451
33560
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -32500,6 +33609,7 @@ readers do not read off random characters that represent icons */
|
|
32500
33609
|
.amis-scope .antd-ChainedSelection {
|
32501
33610
|
display: flex;
|
32502
33611
|
flex-direction: row;
|
33612
|
+
min-height: 100%;
|
32503
33613
|
}
|
32504
33614
|
|
32505
33615
|
.amis-scope .antd-ChainedSelection-col {
|
@@ -32519,7 +33629,6 @@ readers do not read off random characters that represent icons */
|
|
32519
33629
|
|
32520
33630
|
.amis-scope .antd-ChainedSelection-item {
|
32521
33631
|
display: flex;
|
32522
|
-
height: 1.875rem;
|
32523
33632
|
line-height: 1.4285714286;
|
32524
33633
|
font-size: 0.875rem;
|
32525
33634
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -33291,6 +34400,7 @@ readers do not read off random characters that represent icons */
|
|
33291
34400
|
height: 1.875rem;
|
33292
34401
|
line-height: 1.4285714286;
|
33293
34402
|
font-size: 0.875rem;
|
34403
|
+
align-items: center;
|
33294
34404
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
33295
34405
|
}
|
33296
34406
|
|
@@ -33300,6 +34410,7 @@ readers do not read off random characters that represent icons */
|
|
33300
34410
|
}
|
33301
34411
|
|
33302
34412
|
.amis-scope .antd-Selections-item > .antd-Selections-dragbar {
|
34413
|
+
top: 0;
|
33303
34414
|
width: 1.25rem;
|
33304
34415
|
position: relative;
|
33305
34416
|
left: calc(0.25rem * -1);
|
@@ -33622,6 +34733,10 @@ readers do not read off random characters that represent icons */
|
|
33622
34733
|
border-radius: 2px;
|
33623
34734
|
}
|
33624
34735
|
|
34736
|
+
.amis-scope .antd-ColorPicker-popup {
|
34737
|
+
height: 80vh;
|
34738
|
+
}
|
34739
|
+
|
33625
34740
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
33626
34741
|
cursor: pointer;
|
33627
34742
|
}
|
@@ -33886,6 +35001,10 @@ readers do not read off random characters that represent icons */
|
|
33886
35001
|
margin: -0.125rem 0 0;
|
33887
35002
|
}
|
33888
35003
|
|
35004
|
+
.amis-scope .antd-DatePicker-popup {
|
35005
|
+
height: 80vh;
|
35006
|
+
}
|
35007
|
+
|
33889
35008
|
.amis-scope .rdt {
|
33890
35009
|
user-select: none;
|
33891
35010
|
font-size: 0.875rem;
|
@@ -34433,6 +35552,10 @@ readers do not read off random characters that represent icons */
|
|
34433
35552
|
margin: -0.125rem 0 0;
|
34434
35553
|
}
|
34435
35554
|
|
35555
|
+
.amis-scope .antd-DateRangePicker-popup {
|
35556
|
+
height: 90vh;
|
35557
|
+
}
|
35558
|
+
|
34436
35559
|
@media (min-width: 576px) {
|
34437
35560
|
.amis-scope .antd-DateRangePicker-wrap {
|
34438
35561
|
white-space: nowrap;
|
@@ -35775,6 +36898,10 @@ readers do not read off random characters that represent icons */
|
|
35775
36898
|
background: #fff;
|
35776
36899
|
}
|
35777
36900
|
|
36901
|
+
.amis-scope .antd-TreeSelect-popup {
|
36902
|
+
height: 80vh;
|
36903
|
+
}
|
36904
|
+
|
35778
36905
|
.amis-scope .antd-TreeSelect-popover {
|
35779
36906
|
background: transparent;
|
35780
36907
|
border: none;
|
@@ -36629,25 +37756,52 @@ readers do not read off random characters that represent icons */
|
|
36629
37756
|
}
|
36630
37757
|
|
36631
37758
|
.amis-scope .antd-Rating {
|
37759
|
+
display: flex;
|
36632
37760
|
position: relative;
|
37761
|
+
align-items: center;
|
37762
|
+
justify-content: flex-start;
|
37763
|
+
flex-flow: row wrap;
|
37764
|
+
}
|
37765
|
+
|
37766
|
+
.amis-scope .antd-Rating > ul {
|
37767
|
+
display: flex;
|
37768
|
+
padding: unset;
|
37769
|
+
margin: unset;
|
37770
|
+
align-items: center;
|
37771
|
+
justify-content: flex-start;
|
37772
|
+
flex-flow: row wrap;
|
37773
|
+
}
|
37774
|
+
|
37775
|
+
.amis-scope .antd-Rating-star {
|
37776
|
+
position: relative;
|
37777
|
+
margin-right: 0.5rem;
|
36633
37778
|
overflow: hidden;
|
36634
37779
|
display: block;
|
36635
|
-
float: left;
|
36636
37780
|
font-size: 1.5rem;
|
36637
|
-
|
37781
|
+
line-height: 1;
|
36638
37782
|
cursor: pointer;
|
37783
|
+
user-select: none;
|
37784
|
+
color: #e6e6e8;
|
37785
|
+
}
|
37786
|
+
|
37787
|
+
.amis-scope .antd-Rating-star-half > svg.icon,
|
37788
|
+
.amis-scope .antd-Rating-star > svg.icon {
|
37789
|
+
display: block;
|
37790
|
+
width: 1.5rem;
|
37791
|
+
height: 1.5rem;
|
37792
|
+
top: 0;
|
36639
37793
|
}
|
36640
37794
|
|
36641
|
-
.amis-scope .antd-Rating
|
36642
|
-
|
37795
|
+
.amis-scope .antd-Rating-star:last-of-type {
|
37796
|
+
margin-right: 0;
|
36643
37797
|
}
|
36644
37798
|
|
36645
|
-
.amis-scope .antd-Rating.is-disabled {
|
37799
|
+
.amis-scope .antd-Rating-star.is-disabled {
|
36646
37800
|
cursor: not-allowed;
|
36647
37801
|
pointer-events: none;
|
36648
37802
|
}
|
36649
37803
|
|
36650
|
-
.amis-scope .antd-Rating-half
|
37804
|
+
.amis-scope .antd-Rating-star-half {
|
36651
37805
|
position: absolute;
|
36652
37806
|
overflow: hidden;
|
36653
37807
|
display: block;
|
@@ -36655,8 +37809,20 @@ readers do not read off random characters that represent icons */
|
|
36655
37809
|
top: 0;
|
36656
37810
|
left: 0;
|
36657
37811
|
width: 50%;
|
36658
|
-
|
36659
|
-
|
37812
|
+
}
|
37813
|
+
|
37814
|
+
.amis-scope .antd-Rating-text {
|
37815
|
+
font-size: 0.75rem;
|
37816
|
+
color: rgba(0, 0, 0, 0.85);
|
37817
|
+
font-weight: 400;
|
37818
|
+
}
|
37819
|
+
|
37820
|
+
.amis-scope .antd-Rating-text--left {
|
37821
|
+
margin-right: 0.5rem;
|
37822
|
+
}
|
37823
|
+
|
37824
|
+
.amis-scope .antd-Rating-text--right {
|
37825
|
+
margin-left: 0.5rem;
|
36660
37826
|
}
|
36661
37827
|
|
36662
37828
|
.amis-scope .antd-RatingControl {
|
@@ -37720,6 +38886,176 @@ readers do not read off random characters that represent icons */
|
|
37720
38886
|
width: 10%;
|
37721
38887
|
}
|
37722
38888
|
|
38889
|
+
/* 移动端样式调整 */
|
38890
|
+
|
38891
|
+
@media (max-width: 767px) {
|
38892
|
+
.amis-scope .antd-Form .antd-Form-item {
|
38893
|
+
display: flex;
|
38894
|
+
flex-wrap: wrap;
|
38895
|
+
margin-bottom: 0;
|
38896
|
+
padding: 0.75rem 0;
|
38897
|
+
position: relative;
|
38898
|
+
}
|
38899
|
+
|
38900
|
+
.amis-scope .antd-Form .antd-Form-item::after {
|
38901
|
+
position: absolute;
|
38902
|
+
box-sizing: border-box;
|
38903
|
+
content: " ";
|
38904
|
+
pointer-events: none;
|
38905
|
+
right: 0;
|
38906
|
+
bottom: 0;
|
38907
|
+
left: 0;
|
38908
|
+
border-bottom: 0.0625rem solid #eceff8;
|
38909
|
+
transform: scaleY(0.5);
|
38910
|
+
}
|
38911
|
+
|
38912
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup-addOn,
|
38913
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-addOn {
|
38914
|
+
border: none;
|
38915
|
+
}
|
38916
|
+
|
38917
|
+
.amis-scope .antd-Form .antd-Form-item > .antd-Form-label {
|
38918
|
+
flex: 0 0 28%;
|
38919
|
+
max-width: 28%;
|
38920
|
+
min-height: 1px;
|
38921
|
+
text-align: left;
|
38922
|
+
padding-right: calc(1rem / 2);
|
38923
|
+
overflow-wrap: break-word;
|
38924
|
+
margin-right: 0;
|
38925
|
+
margin-bottom: 0;
|
38926
|
+
font-size: 1rem;
|
38927
|
+
}
|
38928
|
+
|
38929
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description {
|
38930
|
+
font-size: 0.875rem;
|
38931
|
+
}
|
38932
|
+
|
38933
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input {
|
38934
|
+
font-size: 1rem;
|
38935
|
+
}
|
38936
|
+
|
38937
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input input {
|
38938
|
+
height: calc(1.4285714286 * 1rem);
|
38939
|
+
}
|
38940
|
+
|
38941
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value,
|
38942
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control {
|
38943
|
+
flex: 1;
|
38944
|
+
flex-wrap: wrap;
|
38945
|
+
font-size: 1rem;
|
38946
|
+
}
|
38947
|
+
|
38948
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
|
38949
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
|
38950
|
+
background: transparent;
|
38951
|
+
}
|
38952
|
+
|
38953
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint,
|
38954
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-remark,
|
38955
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static,
|
38956
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item,
|
38957
|
+
.amis-scope .antd-Form .antd-Form-item .antd-SwitchControl,
|
38958
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxControl,
|
38959
|
+
.amis-scope .antd-Form .antd-Form-item .antd-RadiosControl,
|
38960
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxesControl {
|
38961
|
+
padding-top: 0;
|
38962
|
+
padding-bottom: 0;
|
38963
|
+
}
|
38964
|
+
|
38965
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
|
38966
|
+
height: 1.875rem;
|
38967
|
+
}
|
38968
|
+
|
38969
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint {
|
38970
|
+
font-size: 0.875rem;
|
38971
|
+
margin-left: 0;
|
38972
|
+
color: #999;
|
38973
|
+
}
|
38974
|
+
|
38975
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-placeholder {
|
38976
|
+
top: 0;
|
38977
|
+
}
|
38978
|
+
|
38979
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static {
|
38980
|
+
min-height: 0;
|
38981
|
+
}
|
38982
|
+
|
38983
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description,
|
38984
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-feedback {
|
38985
|
+
font-size: 0.875rem;
|
38986
|
+
}
|
38987
|
+
|
38988
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-Select,
|
38989
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
|
38990
|
+
border: none;
|
38991
|
+
}
|
38992
|
+
|
38993
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
|
38994
|
+
height: 1.875rem;
|
38995
|
+
}
|
38996
|
+
|
38997
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker {
|
38998
|
+
padding: 0;
|
38999
|
+
border: none;
|
39000
|
+
}
|
39001
|
+
|
39002
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
|
39003
|
+
display: none;
|
39004
|
+
}
|
39005
|
+
|
39006
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
|
39007
|
+
margin-bottom: 0.25rem;
|
39008
|
+
}
|
39009
|
+
|
39010
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea,
|
39011
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
39012
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
39013
|
+
border: none;
|
39014
|
+
padding: 0 0.5rem 0 0;
|
39015
|
+
box-shadow: none;
|
39016
|
+
}
|
39017
|
+
|
39018
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:hover,
|
39019
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:focus,
|
39020
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea.active,
|
39021
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
39022
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
39023
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
39024
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
39025
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
39026
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
39027
|
+
border: none;
|
39028
|
+
outline: none;
|
39029
|
+
outline-style: none;
|
39030
|
+
}
|
39031
|
+
|
39032
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
|
39033
|
+
padding: 0;
|
39034
|
+
min-height: 0;
|
39035
|
+
}
|
39036
|
+
|
39037
|
+
.amis-scope .antd-Form .antd-Form-groupColumn {
|
39038
|
+
margin-bottom: 0;
|
39039
|
+
}
|
39040
|
+
|
39041
|
+
.amis-scope .antd-Form .antd-Divider {
|
39042
|
+
display: none;
|
39043
|
+
}
|
39044
|
+
|
39045
|
+
.amis-scope .antd-Form .antd-Tabs-pane {
|
39046
|
+
padding: 0;
|
39047
|
+
}
|
39048
|
+
|
39049
|
+
.amis-scope .antd-Form > .antd-Form-item:last-child::after,
|
39050
|
+
.amis-scope .antd-Form > .antd-Form-item:last-of-type::after {
|
39051
|
+
display: none;
|
39052
|
+
}
|
39053
|
+
|
39054
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
39055
|
+
padding-bottom: 0.5rem;
|
39056
|
+
}
|
39057
|
+
}
|
39058
|
+
|
37723
39059
|
.amis-scope .antd-AnchorNav {
|
37724
39060
|
display: flex;
|
37725
39061
|
height: 25rem;
|
@@ -38107,6 +39443,343 @@ readers do not read off random characters that represent icons */
|
|
38107
39443
|
margin-right: 0;
|
38108
39444
|
}
|
38109
39445
|
|
39446
|
+
.amis-scope .antd-FormulaEditor {
|
39447
|
+
overflow: visible;
|
39448
|
+
max-width: 100%;
|
39449
|
+
box-sizing: content-box;
|
39450
|
+
}
|
39451
|
+
|
39452
|
+
.amis-scope .antd-FormulaEditor-content {
|
39453
|
+
border-radius: 2px;
|
39454
|
+
border: 0.0625rem solid #d9d9d9;
|
39455
|
+
}
|
39456
|
+
|
39457
|
+
.amis-scope .antd-FormulaEditor-header {
|
39458
|
+
width: 100%;
|
39459
|
+
height: 1.875rem;
|
39460
|
+
line-height: 1.875rem;
|
39461
|
+
padding: 0 0.625rem;
|
39462
|
+
box-sizing: border-box;
|
39463
|
+
background: var(--Formula-header-bgColor);
|
39464
|
+
border-radius: 2px 2px 0 0;
|
39465
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
39466
|
+
font-weight: 500;
|
39467
|
+
}
|
39468
|
+
|
39469
|
+
.amis-scope .antd-FormulaEditor-editor {
|
39470
|
+
min-height: 14.875rem;
|
39471
|
+
max-height: 20rem;
|
39472
|
+
height: auto;
|
39473
|
+
padding: 0.625rem;
|
39474
|
+
padding-right: 0;
|
39475
|
+
}
|
39476
|
+
|
39477
|
+
.amis-scope .antd-FormulaEditor.is-error .antd-FormulaEditor-editor {
|
39478
|
+
border-color: #ff4d4f;
|
39479
|
+
}
|
39480
|
+
|
39481
|
+
.amis-scope .antd-FormulaEditor.is-focused .antd-FormulaEditor-editor {
|
39482
|
+
border-color: #40a9ff;
|
39483
|
+
}
|
39484
|
+
|
39485
|
+
.amis-scope .antd-FormulaEditor-settings {
|
39486
|
+
display: flex;
|
39487
|
+
flex-direction: row;
|
39488
|
+
align-items: stretch;
|
39489
|
+
justify-content: space-between;
|
39490
|
+
max-height: 21.875rem;
|
39491
|
+
margin: 0 -5px;
|
39492
|
+
}
|
39493
|
+
|
39494
|
+
.amis-scope .antd-FormulaEditor-settings > div {
|
39495
|
+
flex: 1;
|
39496
|
+
padding: 0 5px;
|
39497
|
+
display: flex;
|
39498
|
+
flex-direction: column;
|
39499
|
+
}
|
39500
|
+
|
39501
|
+
.amis-scope .antd-FormulaEditor-settings > div > h3 {
|
39502
|
+
padding: 10px 0;
|
39503
|
+
margin: 0;
|
39504
|
+
flex-shrink: 0;
|
39505
|
+
}
|
39506
|
+
|
39507
|
+
.amis-scope .antd-FormulaEditor-settings > div > div {
|
39508
|
+
flex: 1;
|
39509
|
+
min-height: 0;
|
39510
|
+
}
|
39511
|
+
|
39512
|
+
.amis-scope .antd-FormulaEditor .cm-field,
|
39513
|
+
.amis-scope .antd-FormulaEditor .cm-func {
|
39514
|
+
border-radius: 2px;
|
39515
|
+
color: #fff;
|
39516
|
+
margin: 0 1px;
|
39517
|
+
padding: 0 2px;
|
39518
|
+
}
|
39519
|
+
|
39520
|
+
.amis-scope .antd-FormulaEditor .cm-field {
|
39521
|
+
background: #007bff;
|
39522
|
+
}
|
39523
|
+
|
39524
|
+
.amis-scope .antd-FormulaEditor .cm-func {
|
39525
|
+
background: #17a2b8;
|
39526
|
+
}
|
39527
|
+
|
39528
|
+
.amis-scope .antd-FormulaFuncList {
|
39529
|
+
display: flex;
|
39530
|
+
flex-direction: column;
|
39531
|
+
}
|
39532
|
+
|
39533
|
+
.amis-scope .antd-FormulaFuncList > .antd-FormulaFuncList-searchBox {
|
39534
|
+
display: flex;
|
39535
|
+
width: auto;
|
39536
|
+
flex-shrink: 0;
|
39537
|
+
margin-bottom: 0.5rem;
|
39538
|
+
}
|
39539
|
+
|
39540
|
+
.amis-scope .antd-FormulaFuncList-columns {
|
39541
|
+
flex: 1;
|
39542
|
+
min-height: 0;
|
39543
|
+
overflow: auto;
|
39544
|
+
display: flex;
|
39545
|
+
flex-direction: row;
|
39546
|
+
justify-content: flex-start;
|
39547
|
+
}
|
39548
|
+
|
39549
|
+
.amis-scope .antd-FormulaFuncList-columns > div:first-child {
|
39550
|
+
min-width: 200px;
|
39551
|
+
flex-shrink: 0;
|
39552
|
+
}
|
39553
|
+
|
39554
|
+
.amis-scope .antd-FormulaFuncList-funcItem {
|
39555
|
+
padding: 0 10px;
|
39556
|
+
cursor: pointer;
|
39557
|
+
}
|
39558
|
+
|
39559
|
+
.amis-scope .antd-FormulaFuncList-funcItem.is-active {
|
39560
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
39561
|
+
}
|
39562
|
+
|
39563
|
+
.amis-scope .antd-FormulaFuncList-groupTitle {
|
39564
|
+
padding: 5px 0;
|
39565
|
+
background: transparent;
|
39566
|
+
}
|
39567
|
+
|
39568
|
+
.amis-scope .antd-FormulaFuncList-groupBody > div {
|
39569
|
+
padding: 5px 0;
|
39570
|
+
}
|
39571
|
+
|
39572
|
+
.amis-scope .antd-FormulaFuncList-funcDetail {
|
39573
|
+
padding: 10px 20px;
|
39574
|
+
}
|
39575
|
+
|
39576
|
+
.amis-scope .antd-FormulaFuncList-funcDetail pre {
|
39577
|
+
white-space: pre-wrap;
|
39578
|
+
word-wrap: break-word;
|
39579
|
+
background: var(--Formula-header-bgColor);
|
39580
|
+
padding: 0.625rem;
|
39581
|
+
border-radius: 2px;
|
39582
|
+
margin-top: 0;
|
39583
|
+
}
|
39584
|
+
|
39585
|
+
.amis-scope .antd-FormulaFuncList-funcDetail div {
|
39586
|
+
color: #333;
|
39587
|
+
}
|
39588
|
+
|
39589
|
+
.amis-scope .antd-FormulaPicker-icon {
|
39590
|
+
margin-left: auto;
|
39591
|
+
margin-right: 0.3125rem;
|
39592
|
+
}
|
39593
|
+
|
39594
|
+
.amis-scope .antd-Timeline-vertical {
|
39595
|
+
display: flex;
|
39596
|
+
flex-flow: column;
|
39597
|
+
}
|
39598
|
+
|
39599
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem {
|
39600
|
+
display: flex;
|
39601
|
+
flex: 1;
|
39602
|
+
flex-direction: row;
|
39603
|
+
}
|
39604
|
+
|
39605
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
39606
|
+
display: none;
|
39607
|
+
}
|
39608
|
+
|
39609
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle {
|
39610
|
+
position: relative;
|
39611
|
+
flex: 0 0 1.5rem;
|
39612
|
+
}
|
39613
|
+
|
39614
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line {
|
39615
|
+
position: absolute;
|
39616
|
+
height: calc(100% - 1.25rem);
|
39617
|
+
width: 0.125rem;
|
39618
|
+
left: 0.8125rem;
|
39619
|
+
top: 1.25rem;
|
39620
|
+
background-color: #e6e6e8;
|
39621
|
+
}
|
39622
|
+
|
39623
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
|
39624
|
+
position: absolute;
|
39625
|
+
width: 0.5rem;
|
39626
|
+
height: 0.5rem;
|
39627
|
+
left: 0.625rem;
|
39628
|
+
top: 0.5rem;
|
39629
|
+
background: #dadbdd;
|
39630
|
+
border-radius: 50%;
|
39631
|
+
}
|
39632
|
+
|
39633
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
39634
|
+
background: #ff4d4f;
|
39635
|
+
}
|
39636
|
+
|
39637
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
39638
|
+
background: #1890ff;
|
39639
|
+
}
|
39640
|
+
|
39641
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
39642
|
+
background: #52c41a;
|
39643
|
+
}
|
39644
|
+
|
39645
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
39646
|
+
background: #faad14;
|
39647
|
+
}
|
39648
|
+
|
39649
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
39650
|
+
position: absolute;
|
39651
|
+
width: 1rem;
|
39652
|
+
height: 1rem;
|
39653
|
+
left: 0.375rem;
|
39654
|
+
border-radius: 50%;
|
39655
|
+
}
|
39656
|
+
|
39657
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content {
|
39658
|
+
padding-bottom: 1rem;
|
39659
|
+
margin-left: 0.5rem;
|
39660
|
+
}
|
39661
|
+
|
39662
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-time {
|
39663
|
+
color: #83868c;
|
39664
|
+
font-size: var(--Timeline--font-size);
|
39665
|
+
margin-bottom: 0.25rem;
|
39666
|
+
}
|
39667
|
+
|
39668
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
|
39669
|
+
color: #151a26;
|
39670
|
+
font-size: var(--Timeline--font-size);
|
39671
|
+
margin-bottom: 0.25rem;
|
39672
|
+
}
|
39673
|
+
|
39674
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
|
39675
|
+
display: flex;
|
39676
|
+
cursor: pointer;
|
39677
|
+
align-items: center;
|
39678
|
+
font-size: var(--Timeline--font-size);
|
39679
|
+
color: #1890ff;
|
39680
|
+
margin-bottom: 0.5rem;
|
39681
|
+
}
|
39682
|
+
|
39683
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow {
|
39684
|
+
width: 1rem;
|
39685
|
+
height: 1rem;
|
39686
|
+
}
|
39687
|
+
|
39688
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow-top {
|
39689
|
+
transform: rotateX(180deg);
|
39690
|
+
}
|
39691
|
+
|
39692
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
39693
|
+
display: block;
|
39694
|
+
max-width: 18.75rem;
|
39695
|
+
font-size: var(--Timeline--font-size);
|
39696
|
+
padding: 0.625rem;
|
39697
|
+
box-shadow: 0 0.0625rem 0.625rem 0 rgba(0 0 0 / 10%);
|
39698
|
+
}
|
39699
|
+
|
39700
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-invisible {
|
39701
|
+
display: none;
|
39702
|
+
}
|
39703
|
+
|
39704
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-left .antd-TimelineItem {
|
39705
|
+
flex-direction: row-reverse;
|
39706
|
+
}
|
39707
|
+
|
39708
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(odd) {
|
39709
|
+
flex-direction: row-reverse;
|
39710
|
+
max-width: 50%;
|
39711
|
+
}
|
39712
|
+
|
39713
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(even) {
|
39714
|
+
margin-left: calc(50% - 1.5rem);
|
39715
|
+
max-width: calc(50% + 1.5rem);
|
39716
|
+
}
|
39717
|
+
|
39718
|
+
.amis-scope .antd-Timeline-horizontal {
|
39719
|
+
display: flex;
|
39720
|
+
flex-flow: row;
|
39721
|
+
margin-left: 50%;
|
39722
|
+
transform: translateX(-50%);
|
39723
|
+
}
|
39724
|
+
|
39725
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem {
|
39726
|
+
display: flex;
|
39727
|
+
width: -webkit-fill-available;
|
39728
|
+
flex-flow: column;
|
39729
|
+
}
|
39730
|
+
|
39731
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
39732
|
+
display: none;
|
39733
|
+
}
|
39734
|
+
|
39735
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle {
|
39736
|
+
position: relative;
|
39737
|
+
flex: 0 0 1.5rem;
|
39738
|
+
}
|
39739
|
+
|
39740
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
|
39741
|
+
position: absolute;
|
39742
|
+
height: 0.125rem;
|
39743
|
+
width: calc(100% - 0.8125rem);
|
39744
|
+
left: 1.25rem;
|
39745
|
+
top: 0.8125rem;
|
39746
|
+
background-color: #e6e6e8;
|
39747
|
+
}
|
39748
|
+
|
39749
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round {
|
39750
|
+
position: absolute;
|
39751
|
+
width: 0.5rem;
|
39752
|
+
height: 0.5rem;
|
39753
|
+
left: 0.5rem;
|
39754
|
+
top: 0.625rem;
|
39755
|
+
background: #dadbdd;
|
39756
|
+
border-radius: 50%;
|
39757
|
+
}
|
39758
|
+
|
39759
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
39760
|
+
background: #ff4d4f;
|
39761
|
+
}
|
39762
|
+
|
39763
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
39764
|
+
background: #1890ff;
|
39765
|
+
}
|
39766
|
+
|
39767
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
39768
|
+
background: #52c41a;
|
39769
|
+
}
|
39770
|
+
|
39771
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
39772
|
+
background: #faad14;
|
39773
|
+
}
|
39774
|
+
|
39775
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
39776
|
+
position: absolute;
|
39777
|
+
width: 1rem;
|
39778
|
+
height: 1rem;
|
39779
|
+
left: 0.375rem;
|
39780
|
+
border-radius: 50%;
|
39781
|
+
}
|
39782
|
+
|
38110
39783
|
/*
|
38111
39784
|
* utilities
|
38112
39785
|
*/
|