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/sdk.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);
|
@@ -20684,7 +21261,7 @@ readers do not read off random characters that represent icons */
|
|
20684
21261
|
--Table-onHover-bg: #f5f5f5;
|
20685
21262
|
--Table-onHover-bg-rgb: 245, 251, 255;
|
20686
21263
|
--Table-onHover-borderColor: #eceff8;
|
20687
|
-
--Table-onChecked-bg:
|
21264
|
+
--Table-onChecked-bg: #f0faff;
|
20688
21265
|
--Table-onChecked-borderColor: #eceff8;
|
20689
21266
|
--Table-onChecked-color: #333;
|
20690
21267
|
--Table-onChecked-onHover-bg: #f5f5f5;
|
@@ -20870,6 +21447,44 @@ readers do not read off random characters that represent icons */
|
|
20870
21447
|
--Satus-icon-width: 0.875rem;
|
20871
21448
|
--Tree-itemHeight: 2rem;
|
20872
21449
|
--Progress-borderRadius: 1rem;
|
21450
|
+
--Rating-inactive-color: #e6e6e8;
|
21451
|
+
--TimelineItem--axle-flex: 0 0 1.5rem;
|
21452
|
+
--TimelineItem--left-line-width: 0.125rem;
|
21453
|
+
--TimelineItem--left-line-left: 0.8125rem;
|
21454
|
+
--TimelineItem--left-line-top: 1.25rem;
|
21455
|
+
--TimelineItem--round-width: 0.5rem;
|
21456
|
+
--TimelineItem--round-height: 0.5rem;
|
21457
|
+
--TimelineItem--round-left: 0.625rem;
|
21458
|
+
--TimelineItem--round-top: 0.5rem;
|
21459
|
+
--TimelineItem--icon-width: 1rem;
|
21460
|
+
--TimelineItem--icon-height: 1rem;
|
21461
|
+
--TimelineItem--icon-left: 0.375rem;
|
21462
|
+
--TimelineItem--content-padding-bottom: 1rem;
|
21463
|
+
--TimelineItem--content-margin-left: 0.5rem;
|
21464
|
+
--TimelineItem--content-time-margin-bottom: 0.25rem;
|
21465
|
+
--TimelineItem--content-title-margin-bottom: 0.25rem;
|
21466
|
+
--TimelineItem--detail-button-margin-bottom: 0.5rem;
|
21467
|
+
--TimelineItem-detail-arrow-width: 1rem;
|
21468
|
+
--TimelineItem-detail-visible-padding: 0.625rem;
|
21469
|
+
--TimelineItem-detail-visible-max-width: 18.75rem;
|
21470
|
+
--Timeline-alternate-margin-left: 1.5rem;
|
21471
|
+
--TimelineItem--icon-radius: 50%;
|
21472
|
+
--TimelineItem--round-radius: 50%;
|
21473
|
+
--TimelineItem--content-radius: 0.125rem;
|
21474
|
+
--TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0 rgba(0 0 0 / 10%);
|
21475
|
+
--TimelineItem--font-size: 12px;
|
21476
|
+
--TimelineItem--text-primary-color: #151a26;
|
21477
|
+
--TimelineItem--text-secondary-color: #83868c;
|
21478
|
+
--TimelineItem--detail-button-color: var(--primary);
|
21479
|
+
--TimelineItem--line-bg: #e6e6e8;
|
21480
|
+
--TimelineItem--content-bg: #f2f2f4;
|
21481
|
+
--TimelineItem-round-bg: #dadbdd;
|
21482
|
+
--Timeline--success-bg: var(--success);
|
21483
|
+
--Timeline--info-bg: var(--info);
|
21484
|
+
--Timeline--warning-bg: var(--warning);
|
21485
|
+
--Timeline--danger-bg: var(--danger);
|
21486
|
+
--Formula-header-bgColor: #f2f2f4;
|
21487
|
+
--Formula-funcItem-bgColor-onActive: #eaf6fe;
|
20873
21488
|
}
|
20874
21489
|
|
20875
21490
|
/* Reset
|
@@ -23394,9 +24009,10 @@ readers do not read off random characters that represent icons */
|
|
23394
24009
|
|
23395
24010
|
.amis-scope .cxd-Avatar {
|
23396
24011
|
background: var(--Avatar-bg);
|
23397
|
-
width: var(--Avatar-
|
23398
|
-
height: var(--Avatar-
|
23399
|
-
line-height: var(--Avatar-
|
24012
|
+
width: var(--Avatar-size-default);
|
24013
|
+
height: var(--Avatar-size-default);
|
24014
|
+
line-height: var(--Avatar-size-default);
|
24015
|
+
position: relative;
|
23400
24016
|
display: inline-block;
|
23401
24017
|
overflow: hidden;
|
23402
24018
|
flex-shrink: 0;
|
@@ -23404,6 +24020,36 @@ readers do not read off random characters that represent icons */
|
|
23404
24020
|
text-align: center;
|
23405
24021
|
}
|
23406
24022
|
|
24023
|
+
.amis-scope .cxd-Avatar i {
|
24024
|
+
font-size: var(--Avatar-icon-size-default);
|
24025
|
+
}
|
24026
|
+
|
24027
|
+
.amis-scope .cxd-Avatar--lg {
|
24028
|
+
width: var(--Avatar-size-large);
|
24029
|
+
height: var(--Avatar-size-large);
|
24030
|
+
line-height: var(--Avatar-size-large);
|
24031
|
+
}
|
24032
|
+
|
24033
|
+
.amis-scope .cxd-Avatar--lg i {
|
24034
|
+
font-size: var(--Avatar-icon-size-large);
|
24035
|
+
}
|
24036
|
+
|
24037
|
+
.amis-scope .cxd-Avatar--sm {
|
24038
|
+
width: var(--Avatar-size-small);
|
24039
|
+
height: var(--Avatar-size-small);
|
24040
|
+
line-height: var(--Avatar-size-small);
|
24041
|
+
}
|
24042
|
+
|
24043
|
+
.amis-scope .cxd-Avatar--sm i {
|
24044
|
+
font-size: var(--Avatar-icon-size-small);
|
24045
|
+
}
|
24046
|
+
|
24047
|
+
.amis-scope .cxd-Avatar--text {
|
24048
|
+
position: absolute;
|
24049
|
+
left: 50%;
|
24050
|
+
transform-origin: 0 center;
|
24051
|
+
}
|
24052
|
+
|
23407
24053
|
.amis-scope .cxd-Avatar--square {
|
23408
24054
|
border-radius: 0%;
|
23409
24055
|
}
|
@@ -23412,15 +24058,9 @@ readers do not read off random characters that represent icons */
|
|
23412
24058
|
border-radius: 10%;
|
23413
24059
|
}
|
23414
24060
|
|
23415
|
-
.amis-scope .cxd-Avatar i {
|
23416
|
-
font-size: var(--fontSizeLg);
|
23417
|
-
}
|
23418
|
-
|
23419
24061
|
.amis-scope .cxd-Avatar img {
|
23420
|
-
color: transparent;
|
23421
24062
|
width: 100%;
|
23422
24063
|
height: 100%;
|
23423
|
-
object-fit: cover;
|
23424
24064
|
}
|
23425
24065
|
|
23426
24066
|
.amis-scope .cxd-Avatar:hover img,
|
@@ -23834,6 +24474,23 @@ readers do not read off random characters that represent icons */
|
|
23834
24474
|
overflow: auto;
|
23835
24475
|
}
|
23836
24476
|
|
24477
|
+
/* 移动端样式调整 */
|
24478
|
+
|
24479
|
+
@media (max-width: 767px) {
|
24480
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer {
|
24481
|
+
display: flex;
|
24482
|
+
}
|
24483
|
+
|
24484
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button {
|
24485
|
+
flex: 1;
|
24486
|
+
height: 2.75rem;
|
24487
|
+
}
|
24488
|
+
|
24489
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
|
24490
|
+
margin-left: 0;
|
24491
|
+
}
|
24492
|
+
}
|
24493
|
+
|
23837
24494
|
.amis-scope .cxd-Drawer {
|
23838
24495
|
position: fixed;
|
23839
24496
|
top: 0;
|
@@ -24485,6 +25142,139 @@ readers do not read off random characters that represent icons */
|
|
24485
25142
|
margin-top: -0.25rem;
|
24486
25143
|
}
|
24487
25144
|
|
25145
|
+
@keyframes PopUpIn {
|
25146
|
+
from {
|
25147
|
+
height: 0;
|
25148
|
+
}
|
25149
|
+
}
|
25150
|
+
|
25151
|
+
@keyframes PopUpOut {
|
25152
|
+
to {
|
25153
|
+
height: 0;
|
25154
|
+
}
|
25155
|
+
}
|
25156
|
+
|
25157
|
+
@keyframes PopUpOpacityIn {
|
25158
|
+
from {
|
25159
|
+
opacity: 0;
|
25160
|
+
}
|
25161
|
+
}
|
25162
|
+
|
25163
|
+
@keyframes PopUpOpacityOut {
|
25164
|
+
to {
|
25165
|
+
opacity: 0;
|
25166
|
+
}
|
25167
|
+
}
|
25168
|
+
|
25169
|
+
.amis-scope .cxd-PopUp {
|
25170
|
+
width: 100%;
|
25171
|
+
position: fixed;
|
25172
|
+
background: var(--PopOver-bg);
|
25173
|
+
left: 0;
|
25174
|
+
bottom: 0;
|
25175
|
+
z-index: 1300;
|
25176
|
+
padding: 0;
|
25177
|
+
margin: 0;
|
25178
|
+
font-weight: var(--fontWeightNormal);
|
25179
|
+
letter-spacing: normal;
|
25180
|
+
line-height: var(--lineHeightBase);
|
25181
|
+
text-align: left;
|
25182
|
+
text-align: start;
|
25183
|
+
text-decoration: none;
|
25184
|
+
text-shadow: none;
|
25185
|
+
text-transform: none;
|
25186
|
+
white-space: normal;
|
25187
|
+
word-break: normal;
|
25188
|
+
word-spacing: normal;
|
25189
|
+
word-wrap: normal;
|
25190
|
+
font-size: var(--fontSizeBase);
|
25191
|
+
box-shadow: var(--boxShadow);
|
25192
|
+
border: var(--borderWidth) solid var(--borderColor);
|
25193
|
+
border-radius: var(--borderRadius);
|
25194
|
+
overflow: hidden;
|
25195
|
+
}
|
25196
|
+
|
25197
|
+
.amis-scope .cxd-PopUp.in,
|
25198
|
+
.amis-scope .cxd-PopUp.out {
|
25199
|
+
animation-duration: var(--animation-duration);
|
25200
|
+
animation-fill-mode: both;
|
25201
|
+
}
|
25202
|
+
|
25203
|
+
.amis-scope .cxd-PopUp.in {
|
25204
|
+
animation-name: PopUpIn;
|
25205
|
+
}
|
25206
|
+
|
25207
|
+
.amis-scope .cxd-PopUp.in .cxd-PopUp-overlay {
|
25208
|
+
animation-name: PopUpOpacityIn;
|
25209
|
+
}
|
25210
|
+
|
25211
|
+
.amis-scope .cxd-PopUp.out {
|
25212
|
+
animation-name: PopUpOut;
|
25213
|
+
}
|
25214
|
+
|
25215
|
+
.amis-scope .cxd-PopUp.out .cxd-PopUp-overlay {
|
25216
|
+
animation-name: PopUpOpacityOut;
|
25217
|
+
}
|
25218
|
+
|
25219
|
+
.amis-scope .cxd-PopUp-inner {
|
25220
|
+
position: relative;
|
25221
|
+
overflow: hidden;
|
25222
|
+
height: 100%;
|
25223
|
+
box-sizing: border-box;
|
25224
|
+
background: #fff;
|
25225
|
+
padding-top: 2.25rem;
|
25226
|
+
}
|
25227
|
+
|
25228
|
+
.amis-scope .cxd-PopUp-closeWrap {
|
25229
|
+
width: 100%;
|
25230
|
+
position: absolute;
|
25231
|
+
left: 0;
|
25232
|
+
top: 0;
|
25233
|
+
text-align: center;
|
25234
|
+
height: 3rem;
|
25235
|
+
line-height: 3rem;
|
25236
|
+
}
|
25237
|
+
|
25238
|
+
.amis-scope .cxd-PopUp-closeWrap .cxd-PopUp-close {
|
25239
|
+
position: absolute;
|
25240
|
+
z-index: 1;
|
25241
|
+
color: var(--icon-color);
|
25242
|
+
cursor: pointer;
|
25243
|
+
top: 0.9375rem;
|
25244
|
+
right: 0.9375rem;
|
25245
|
+
}
|
25246
|
+
|
25247
|
+
.amis-scope .cxd-PopUp-content {
|
25248
|
+
overflow-y: auto;
|
25249
|
+
height: 100%;
|
25250
|
+
}
|
25251
|
+
|
25252
|
+
.amis-scope .cxd-PopUp > * {
|
25253
|
+
position: relative;
|
25254
|
+
z-index: 2;
|
25255
|
+
}
|
25256
|
+
|
25257
|
+
.amis-scope .cxd-PopUp-overlay {
|
25258
|
+
position: fixed !important;
|
25259
|
+
top: 0;
|
25260
|
+
left: 0;
|
25261
|
+
right: 0;
|
25262
|
+
z-index: 1;
|
25263
|
+
bottom: 0;
|
25264
|
+
background: rgba(0, 0, 0, 0.3);
|
25265
|
+
opacity: 1;
|
25266
|
+
animation-duration: var(--animation-duration);
|
25267
|
+
animation-fill-mode: both;
|
25268
|
+
}
|
25269
|
+
|
25270
|
+
.amis-scope .cxd-PopUp--leftBottomLeftTop {
|
25271
|
+
margin-top: 0.25rem;
|
25272
|
+
}
|
25273
|
+
|
25274
|
+
.amis-scope .cxd-PopUp--leftTopLeftBottom {
|
25275
|
+
margin-top: -0.25rem;
|
25276
|
+
}
|
25277
|
+
|
24488
25278
|
.amis-scope .cxd-PickerColumns {
|
24489
25279
|
position: relative;
|
24490
25280
|
background-color: var(--PickerColumns-bg);
|
@@ -26486,6 +27276,50 @@ readers do not read off random characters that represent icons */
|
|
26486
27276
|
display: none;
|
26487
27277
|
}
|
26488
27278
|
|
27279
|
+
/* 移动端样式调整 */
|
27280
|
+
|
27281
|
+
@media (max-width: 767px) {
|
27282
|
+
.amis-scope .cxd-Panel--form {
|
27283
|
+
border: none;
|
27284
|
+
box-shadow: none;
|
27285
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
27286
|
+
}
|
27287
|
+
|
27288
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-body {
|
27289
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
27290
|
+
}
|
27291
|
+
|
27292
|
+
.amis-scope .cxd-Panel--form > .cxd-Panel-heading {
|
27293
|
+
background: none;
|
27294
|
+
border: none;
|
27295
|
+
border-radius: 0;
|
27296
|
+
}
|
27297
|
+
|
27298
|
+
.amis-scope .cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
|
27299
|
+
padding-left: var(--Panel-bodyPadding);
|
27300
|
+
border-left: 0.1875rem solid var(--primary);
|
27301
|
+
font-size: var(--fontSizeLg);
|
27302
|
+
}
|
27303
|
+
|
27304
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footerWrap {
|
27305
|
+
padding-bottom: var(--Panel-bodyPadding);
|
27306
|
+
}
|
27307
|
+
|
27308
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer {
|
27309
|
+
border-top: none;
|
27310
|
+
display: flex;
|
27311
|
+
padding: 0 var(--Panel-bodyPadding);
|
27312
|
+
}
|
27313
|
+
|
27314
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button {
|
27315
|
+
flex: 1;
|
27316
|
+
}
|
27317
|
+
|
27318
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button:first-child {
|
27319
|
+
margin-left: 0;
|
27320
|
+
}
|
27321
|
+
}
|
27322
|
+
|
26489
27323
|
.amis-scope .cxd-Service {
|
26490
27324
|
position: relative;
|
26491
27325
|
}
|
@@ -26922,6 +27756,294 @@ readers do not read off random characters that represent icons */
|
|
26922
27756
|
position: relative;
|
26923
27757
|
}
|
26924
27758
|
|
27759
|
+
.amis-scope .cxd-CalendarMobile {
|
27760
|
+
height: 100%;
|
27761
|
+
overflow: scroll;
|
27762
|
+
}
|
27763
|
+
|
27764
|
+
.amis-scope .cxd-CalendarMobile-pop {
|
27765
|
+
position: fixed;
|
27766
|
+
bottom: 0;
|
27767
|
+
left: 0;
|
27768
|
+
width: 100vw;
|
27769
|
+
height: 90vh;
|
27770
|
+
background: #fff;
|
27771
|
+
border-radius: 1rem 1rem 0 0;
|
27772
|
+
overflow: hidden;
|
27773
|
+
border-width: 0;
|
27774
|
+
}
|
27775
|
+
|
27776
|
+
.amis-scope .cxd-CalendarMobile-wrap {
|
27777
|
+
display: flex;
|
27778
|
+
flex-direction: column;
|
27779
|
+
height: 100%;
|
27780
|
+
}
|
27781
|
+
|
27782
|
+
.amis-scope .cxd-CalendarMobile-header {
|
27783
|
+
flex-shrink: 0;
|
27784
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27785
|
+
position: relative;
|
27786
|
+
}
|
27787
|
+
|
27788
|
+
.amis-scope .cxd-CalendarMobile-header .subtitle-text {
|
27789
|
+
display: inline-block;
|
27790
|
+
width: 6.875rem;
|
27791
|
+
position: relative;
|
27792
|
+
}
|
27793
|
+
|
27794
|
+
.amis-scope .cxd-CalendarMobile-header .rdtPrev {
|
27795
|
+
width: 1.25rem;
|
27796
|
+
height: 2.75rem;
|
27797
|
+
display: block;
|
27798
|
+
position: absolute;
|
27799
|
+
top: 0;
|
27800
|
+
left: -1.25rem;
|
27801
|
+
}
|
27802
|
+
|
27803
|
+
.amis-scope .cxd-CalendarMobile-header .rdtNext {
|
27804
|
+
width: 1.25rem;
|
27805
|
+
height: 2.75rem;
|
27806
|
+
display: block;
|
27807
|
+
position: absolute;
|
27808
|
+
top: 0;
|
27809
|
+
right: -1.25rem;
|
27810
|
+
}
|
27811
|
+
|
27812
|
+
.amis-scope .cxd-CalendarMobile-title,
|
27813
|
+
.amis-scope .cxd-CalendarMobile-subtitle {
|
27814
|
+
height: 2.75rem;
|
27815
|
+
font-weight: 500;
|
27816
|
+
line-height: 2.75rem;
|
27817
|
+
text-align: center;
|
27818
|
+
}
|
27819
|
+
|
27820
|
+
.amis-scope .cxd-CalendarMobile-title {
|
27821
|
+
font-size: var(--fontSizeLg);
|
27822
|
+
}
|
27823
|
+
|
27824
|
+
.amis-scope .cxd-CalendarMobile-weekdays {
|
27825
|
+
display: flex;
|
27826
|
+
}
|
27827
|
+
|
27828
|
+
.amis-scope .cxd-CalendarMobile-weekdays .weekday {
|
27829
|
+
flex: 1;
|
27830
|
+
line-height: 1.875rem;
|
27831
|
+
text-align: center;
|
27832
|
+
}
|
27833
|
+
|
27834
|
+
.amis-scope .cxd-CalendarMobile-close {
|
27835
|
+
position: absolute;
|
27836
|
+
z-index: 1;
|
27837
|
+
color: #c8c9cc;
|
27838
|
+
font-size: 1rem;
|
27839
|
+
cursor: pointer;
|
27840
|
+
top: 0.6875rem;
|
27841
|
+
right: 1rem;
|
27842
|
+
}
|
27843
|
+
|
27844
|
+
.amis-scope .cxd-CalendarMobile-body::-webkit-scrollbar {
|
27845
|
+
width: 0;
|
27846
|
+
}
|
27847
|
+
|
27848
|
+
.amis-scope .cxd-CalendarMobile-body {
|
27849
|
+
flex: 1;
|
27850
|
+
overflow-y: scroll;
|
27851
|
+
}
|
27852
|
+
|
27853
|
+
.amis-scope .cxd-CalendarMobile-body table {
|
27854
|
+
border-spacing: 0 0.25rem;
|
27855
|
+
}
|
27856
|
+
|
27857
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27858
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27859
|
+
background: transparent;
|
27860
|
+
color: var(--Calendar-color);
|
27861
|
+
text-shadow: none;
|
27862
|
+
}
|
27863
|
+
|
27864
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27865
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27866
|
+
color: #999;
|
27867
|
+
}
|
27868
|
+
|
27869
|
+
.amis-scope .cxd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27870
|
+
display: none;
|
27871
|
+
}
|
27872
|
+
|
27873
|
+
.amis-scope .cxd-CalendarMobile-body .rdtPicker td {
|
27874
|
+
height: 3.5rem;
|
27875
|
+
position: relative;
|
27876
|
+
}
|
27877
|
+
|
27878
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27879
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27880
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27881
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27882
|
+
background: transparent;
|
27883
|
+
}
|
27884
|
+
|
27885
|
+
.amis-scope .cxd-CalendarMobile-body .calendar-wrap {
|
27886
|
+
position: relative;
|
27887
|
+
width: 3.125rem;
|
27888
|
+
height: 100%;
|
27889
|
+
text-align: center;
|
27890
|
+
display: inline-flex;
|
27891
|
+
align-items: center;
|
27892
|
+
justify-content: center;
|
27893
|
+
border-radius: 0.25rem;
|
27894
|
+
}
|
27895
|
+
|
27896
|
+
.amis-scope .cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
|
27897
|
+
width: auto;
|
27898
|
+
max-width: 3.125rem;
|
27899
|
+
}
|
27900
|
+
|
27901
|
+
.amis-scope .cxd-CalendarMobile-footer {
|
27902
|
+
flex-shrink: 0;
|
27903
|
+
}
|
27904
|
+
|
27905
|
+
.amis-scope .cxd-CalendarMobile-footer .date-range-confirm {
|
27906
|
+
height: 2.25rem;
|
27907
|
+
margin: 0.4375rem 0;
|
27908
|
+
border-radius: var(--borderRadiusMd);
|
27909
|
+
display: block;
|
27910
|
+
}
|
27911
|
+
|
27912
|
+
.amis-scope .cxd-CalendarMobile-footer .is-disabled {
|
27913
|
+
opacity: 0.5;
|
27914
|
+
color: var(--Button--primary-color);
|
27915
|
+
background: var(--Button--primary-bg);
|
27916
|
+
border-color: var(--Button--primary-bg);
|
27917
|
+
filter: none;
|
27918
|
+
}
|
27919
|
+
|
27920
|
+
.amis-scope .cxd-CalendarMobile-footer-toolbar {
|
27921
|
+
padding: 0 1rem;
|
27922
|
+
}
|
27923
|
+
|
27924
|
+
.amis-scope .cxd-CalendarMobile-footer-ranges {
|
27925
|
+
background: #fff;
|
27926
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
27927
|
+
border-radius: 24px;
|
27928
|
+
overflow-x: scroll;
|
27929
|
+
position: relative;
|
27930
|
+
height: 3rem;
|
27931
|
+
line-height: 3rem;
|
27932
|
+
}
|
27933
|
+
|
27934
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
|
27935
|
+
position: absolute;
|
27936
|
+
white-space: nowrap;
|
27937
|
+
}
|
27938
|
+
|
27939
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
|
27940
|
+
margin: 0 1.5625rem;
|
27941
|
+
}
|
27942
|
+
|
27943
|
+
.amis-scope .cxd-CalendarMobile-calendar-wrap {
|
27944
|
+
padding: var(--gap-sm) 0;
|
27945
|
+
}
|
27946
|
+
|
27947
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker {
|
27948
|
+
width: 100%;
|
27949
|
+
padding: 0;
|
27950
|
+
}
|
27951
|
+
|
27952
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
27953
|
+
visibility: hidden;
|
27954
|
+
}
|
27955
|
+
|
27956
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
27957
|
+
display: none;
|
27958
|
+
}
|
27959
|
+
|
27960
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
27961
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
27962
|
+
color: var(--Button--primary-bg);
|
27963
|
+
}
|
27964
|
+
|
27965
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
27966
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
27967
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
27968
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
27969
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
27970
|
+
color: #fff;
|
27971
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
27972
|
+
}
|
27973
|
+
|
27974
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
27975
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
27976
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
27977
|
+
}
|
27978
|
+
|
27979
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
27980
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
27981
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
27982
|
+
}
|
27983
|
+
|
27984
|
+
.amis-scope .cxd-CalendarMobile-calendar-header {
|
27985
|
+
height: 1.875rem;
|
27986
|
+
line-height: 1.875rem;
|
27987
|
+
text-align: center;
|
27988
|
+
}
|
27989
|
+
|
27990
|
+
.amis-scope .cxd-CalendarMobile-range-text {
|
27991
|
+
position: absolute;
|
27992
|
+
right: 0;
|
27993
|
+
left: 0;
|
27994
|
+
bottom: 0;
|
27995
|
+
color: #fff;
|
27996
|
+
font-size: var(--fontSizeSm);
|
27997
|
+
white-space: nowrap;
|
27998
|
+
}
|
27999
|
+
|
28000
|
+
.amis-scope .cxd-CalendarMobile-calendar-wrap {
|
28001
|
+
position: relative;
|
28002
|
+
}
|
28003
|
+
|
28004
|
+
.amis-scope .cxd-CalendarMobile-calendar-mark {
|
28005
|
+
position: absolute;
|
28006
|
+
top: 50%;
|
28007
|
+
left: 50%;
|
28008
|
+
z-index: 0;
|
28009
|
+
color: rgba(242, 243, 245, 0.8);
|
28010
|
+
font-size: 10rem;
|
28011
|
+
transform: translate(-50%, -50%);
|
28012
|
+
pointer-events: none;
|
28013
|
+
}
|
28014
|
+
|
28015
|
+
.amis-scope .cxd-CalendarMobile-toast {
|
28016
|
+
position: fixed;
|
28017
|
+
top: 50%;
|
28018
|
+
left: 50%;
|
28019
|
+
transform: translate(-50%, -50%);
|
28020
|
+
width: 8.5rem;
|
28021
|
+
height: 2.25rem;
|
28022
|
+
background: rgba(0, 0, 0, 0.9);
|
28023
|
+
border-radius: 4px;
|
28024
|
+
color: #fff;
|
28025
|
+
display: flex;
|
28026
|
+
justify-content: center;
|
28027
|
+
align-items: center;
|
28028
|
+
}
|
28029
|
+
|
28030
|
+
.amis-scope .cxd-CalendarMobile-time {
|
28031
|
+
height: 12.5rem;
|
28032
|
+
}
|
28033
|
+
|
28034
|
+
.amis-scope .cxd-CalendarMobile-time-title {
|
28035
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
28036
|
+
border-left: none;
|
28037
|
+
border-right: none;
|
28038
|
+
text-align: center;
|
28039
|
+
height: 1.875rem;
|
28040
|
+
line-height: 1.875rem;
|
28041
|
+
}
|
28042
|
+
|
28043
|
+
.amis-scope .cxd-CalendarMobile-time .rdtPicker {
|
28044
|
+
margin: 0 auto;
|
28045
|
+
}
|
28046
|
+
|
26925
28047
|
.amis-scope .cxd-Collapse {
|
26926
28048
|
border: var(--Collapse-border);
|
26927
28049
|
padding: 0;
|
@@ -30693,7 +31815,7 @@ readers do not read off random characters that represent icons */
|
|
30693
31815
|
|
30694
31816
|
.amis-scope .cxd-Card-multiMedia-img {
|
30695
31817
|
display: block;
|
30696
|
-
width:
|
31818
|
+
width: auto;
|
30697
31819
|
height: auto;
|
30698
31820
|
object-fit: cover;
|
30699
31821
|
border-radius: var(--Card-borderRadius);
|
@@ -32565,6 +33687,42 @@ readers do not read off random characters that represent icons */
|
|
32565
33687
|
border: 1px solid var(--Steps-status-success);
|
32566
33688
|
}
|
32567
33689
|
|
33690
|
+
.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title::after {
|
33691
|
+
display: none !important;
|
33692
|
+
}
|
33693
|
+
|
33694
|
+
.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
33695
|
+
padding-left: 0.3125rem;
|
33696
|
+
}
|
33697
|
+
|
33698
|
+
.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon {
|
33699
|
+
position: relative;
|
33700
|
+
display: block;
|
33701
|
+
}
|
33702
|
+
|
33703
|
+
.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon:after {
|
33704
|
+
content: "";
|
33705
|
+
position: absolute;
|
33706
|
+
right: 0;
|
33707
|
+
top: 0.9375rem;
|
33708
|
+
height: 1px;
|
33709
|
+
left: 2.5rem;
|
33710
|
+
width: 99999px;
|
33711
|
+
background-color: var(--Steps-line-bg);
|
33712
|
+
}
|
33713
|
+
|
33714
|
+
.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon.is-success:after {
|
33715
|
+
background-color: var(--Steps-line-success-bg);
|
33716
|
+
}
|
33717
|
+
|
33718
|
+
.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem:last-child {
|
33719
|
+
flex: 1;
|
33720
|
+
}
|
33721
|
+
|
33722
|
+
.amis-scope .cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
|
33723
|
+
display: none !important;
|
33724
|
+
}
|
33725
|
+
|
32568
33726
|
.amis-scope .cxd-Portlet {
|
32569
33727
|
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
32570
33728
|
border-radius: var(--Portlet-borderRadius);
|
@@ -33890,7 +35048,6 @@ readers do not read off random characters that represent icons */
|
|
33890
35048
|
|
33891
35049
|
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
33892
35050
|
display: block;
|
33893
|
-
height: var(--Form-input-height);
|
33894
35051
|
line-height: var(--Form-input-lineHeight);
|
33895
35052
|
font-size: var(--Form-input-fontSize);
|
33896
35053
|
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));
|
@@ -33933,7 +35090,6 @@ readers do not read off random characters that represent icons */
|
|
33933
35090
|
|
33934
35091
|
.amis-scope .cxd-GroupedSelection-item {
|
33935
35092
|
display: flex;
|
33936
|
-
height: var(--Form-input-height);
|
33937
35093
|
line-height: var(--Form-input-lineHeight);
|
33938
35094
|
font-size: var(--Form-input-fontSize);
|
33939
35095
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34064,7 +35220,6 @@ readers do not read off random characters that represent icons */
|
|
34064
35220
|
.amis-scope .cxd-TreeSelection-itemInner {
|
34065
35221
|
display: flex;
|
34066
35222
|
align-items: center;
|
34067
|
-
height: var(--Form-input-height);
|
34068
35223
|
line-height: var(--Form-input-lineHeight);
|
34069
35224
|
font-size: var(--Form-input-fontSize);
|
34070
35225
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34119,6 +35274,7 @@ readers do not read off random characters that represent icons */
|
|
34119
35274
|
.amis-scope .cxd-ChainedSelection {
|
34120
35275
|
display: flex;
|
34121
35276
|
flex-direction: row;
|
35277
|
+
min-height: 100%;
|
34122
35278
|
}
|
34123
35279
|
|
34124
35280
|
.amis-scope .cxd-ChainedSelection-col {
|
@@ -34138,7 +35294,6 @@ readers do not read off random characters that represent icons */
|
|
34138
35294
|
|
34139
35295
|
.amis-scope .cxd-ChainedSelection-item {
|
34140
35296
|
display: flex;
|
34141
|
-
height: var(--Form-input-height);
|
34142
35297
|
line-height: var(--Form-input-lineHeight);
|
34143
35298
|
font-size: var(--Form-input-fontSize);
|
34144
35299
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34904,6 +36059,7 @@ readers do not read off random characters that represent icons */
|
|
34904
36059
|
height: var(--Form-input-height);
|
34905
36060
|
line-height: var(--Form-input-lineHeight);
|
34906
36061
|
font-size: var(--Form-input-fontSize);
|
36062
|
+
align-items: center;
|
34907
36063
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
34908
36064
|
}
|
34909
36065
|
|
@@ -34913,6 +36069,7 @@ readers do not read off random characters that represent icons */
|
|
34913
36069
|
}
|
34914
36070
|
|
34915
36071
|
.amis-scope .cxd-Selections-item > .cxd-Selections-dragbar {
|
36072
|
+
top: 0;
|
34916
36073
|
width: var(--gap-lg);
|
34917
36074
|
position: relative;
|
34918
36075
|
left: calc(var(--gap-xs) * -1);
|
@@ -35227,6 +36384,10 @@ readers do not read off random characters that represent icons */
|
|
35227
36384
|
border-radius: var(--borderRadius);
|
35228
36385
|
}
|
35229
36386
|
|
36387
|
+
.amis-scope .cxd-ColorPicker-popup {
|
36388
|
+
height: 80vh;
|
36389
|
+
}
|
36390
|
+
|
35230
36391
|
.amis-scope .cxd-ColorPicker:not(.is-disabled) {
|
35231
36392
|
cursor: pointer;
|
35232
36393
|
}
|
@@ -35487,6 +36648,10 @@ readers do not read off random characters that represent icons */
|
|
35487
36648
|
margin: -0.125rem 0 0;
|
35488
36649
|
}
|
35489
36650
|
|
36651
|
+
.amis-scope .cxd-DatePicker-popup {
|
36652
|
+
height: 80vh;
|
36653
|
+
}
|
36654
|
+
|
35490
36655
|
.amis-scope .rdt {
|
35491
36656
|
user-select: none;
|
35492
36657
|
font-size: var(--Calendar-fontSize);
|
@@ -36020,6 +37185,10 @@ readers do not read off random characters that represent icons */
|
|
36020
37185
|
margin: -0.125rem 0 0;
|
36021
37186
|
}
|
36022
37187
|
|
37188
|
+
.amis-scope .cxd-DateRangePicker-popup {
|
37189
|
+
height: 90vh;
|
37190
|
+
}
|
37191
|
+
|
36023
37192
|
@media (min-width: 576px) {
|
36024
37193
|
.amis-scope .cxd-DateRangePicker-wrap {
|
36025
37194
|
white-space: nowrap;
|
@@ -37348,6 +38517,10 @@ readers do not read off random characters that represent icons */
|
|
37348
38517
|
background: var(--Form-input-onFocused-bg);
|
37349
38518
|
}
|
37350
38519
|
|
38520
|
+
.amis-scope .cxd-TreeSelect-popup {
|
38521
|
+
height: 80vh;
|
38522
|
+
}
|
38523
|
+
|
37351
38524
|
.amis-scope .cxd-TreeSelect-popover {
|
37352
38525
|
background: transparent;
|
37353
38526
|
border: none;
|
@@ -38166,25 +39339,52 @@ readers do not read off random characters that represent icons */
|
|
38166
39339
|
}
|
38167
39340
|
|
38168
39341
|
.amis-scope .cxd-Rating {
|
39342
|
+
display: flex;
|
38169
39343
|
position: relative;
|
39344
|
+
align-items: center;
|
39345
|
+
justify-content: flex-start;
|
39346
|
+
flex-flow: row wrap;
|
39347
|
+
}
|
39348
|
+
|
39349
|
+
.amis-scope .cxd-Rating > ul {
|
39350
|
+
display: flex;
|
39351
|
+
padding: unset;
|
39352
|
+
margin: unset;
|
39353
|
+
align-items: center;
|
39354
|
+
justify-content: flex-start;
|
39355
|
+
flex-flow: row wrap;
|
39356
|
+
}
|
39357
|
+
|
39358
|
+
.amis-scope .cxd-Rating-star {
|
39359
|
+
position: relative;
|
39360
|
+
margin-right: var(--Rating-star-margin);
|
38170
39361
|
overflow: hidden;
|
38171
39362
|
display: block;
|
38172
|
-
|
38173
|
-
|
38174
|
-
color: var(--dark);
|
39363
|
+
font-size: var(--Rating-star-size);
|
39364
|
+
line-height: 1;
|
38175
39365
|
cursor: pointer;
|
39366
|
+
user-select: none;
|
39367
|
+
color: var(--Rating-inactive-color);
|
38176
39368
|
}
|
38177
39369
|
|
38178
|
-
.amis-scope .cxd-Rating
|
38179
|
-
|
39370
|
+
.amis-scope .cxd-Rating-star-half > svg.icon,
|
39371
|
+
.amis-scope .cxd-Rating-star > svg.icon {
|
39372
|
+
display: block;
|
39373
|
+
width: 1.5rem;
|
39374
|
+
height: 1.5rem;
|
39375
|
+
top: 0;
|
38180
39376
|
}
|
38181
39377
|
|
38182
|
-
.amis-scope .cxd-Rating
|
39378
|
+
.amis-scope .cxd-Rating-star:last-of-type {
|
39379
|
+
margin-right: 0;
|
39380
|
+
}
|
39381
|
+
|
39382
|
+
.amis-scope .cxd-Rating-star.is-disabled {
|
38183
39383
|
cursor: not-allowed;
|
38184
39384
|
pointer-events: none;
|
38185
39385
|
}
|
38186
39386
|
|
38187
|
-
.amis-scope .cxd-Rating-half
|
39387
|
+
.amis-scope .cxd-Rating-star-half {
|
38188
39388
|
position: absolute;
|
38189
39389
|
overflow: hidden;
|
38190
39390
|
display: block;
|
@@ -38192,8 +39392,20 @@ readers do not read off random characters that represent icons */
|
|
38192
39392
|
top: 0;
|
38193
39393
|
left: 0;
|
38194
39394
|
width: 50%;
|
38195
|
-
|
38196
|
-
|
39395
|
+
}
|
39396
|
+
|
39397
|
+
.amis-scope .cxd-Rating-text {
|
39398
|
+
font-size: var(--fontSizeSm);
|
39399
|
+
color: var(--text-color);
|
39400
|
+
font-weight: var(--fontWeightNormal);
|
39401
|
+
}
|
39402
|
+
|
39403
|
+
.amis-scope .cxd-Rating-text--left {
|
39404
|
+
margin-right: var(--Rating-star-margin);
|
39405
|
+
}
|
39406
|
+
|
39407
|
+
.amis-scope .cxd-Rating-text--right {
|
39408
|
+
margin-left: var(--Rating-star-margin);
|
38197
39409
|
}
|
38198
39410
|
|
38199
39411
|
.amis-scope .cxd-RatingControl {
|
@@ -39191,6 +40403,176 @@ readers do not read off random characters that represent icons */
|
|
39191
40403
|
width: 10%;
|
39192
40404
|
}
|
39193
40405
|
|
40406
|
+
/* 移动端样式调整 */
|
40407
|
+
|
40408
|
+
@media (max-width: 767px) {
|
40409
|
+
.amis-scope .cxd-Form .cxd-Form-item {
|
40410
|
+
display: flex;
|
40411
|
+
flex-wrap: wrap;
|
40412
|
+
margin-bottom: 0;
|
40413
|
+
padding: var(--Form-item-gap) 0;
|
40414
|
+
position: relative;
|
40415
|
+
}
|
40416
|
+
|
40417
|
+
.amis-scope .cxd-Form .cxd-Form-item::after {
|
40418
|
+
position: absolute;
|
40419
|
+
box-sizing: border-box;
|
40420
|
+
content: " ";
|
40421
|
+
pointer-events: none;
|
40422
|
+
right: 0;
|
40423
|
+
bottom: 0;
|
40424
|
+
left: 0;
|
40425
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
40426
|
+
transform: scaleY(0.5);
|
40427
|
+
}
|
40428
|
+
|
40429
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
|
40430
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-addOn {
|
40431
|
+
border: none;
|
40432
|
+
}
|
40433
|
+
|
40434
|
+
.amis-scope .cxd-Form .cxd-Form-item > .cxd-Form-label {
|
40435
|
+
flex: 0 0 28%;
|
40436
|
+
max-width: 28%;
|
40437
|
+
min-height: 1px;
|
40438
|
+
text-align: left;
|
40439
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
40440
|
+
overflow-wrap: break-word;
|
40441
|
+
margin-right: 0;
|
40442
|
+
margin-bottom: 0;
|
40443
|
+
font-size: var(--fontSizeLg);
|
40444
|
+
}
|
40445
|
+
|
40446
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
|
40447
|
+
font-size: var(--fontSizeBase);
|
40448
|
+
}
|
40449
|
+
|
40450
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
|
40451
|
+
font-size: var(--fontSizeLg);
|
40452
|
+
}
|
40453
|
+
|
40454
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
|
40455
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
40456
|
+
}
|
40457
|
+
|
40458
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value,
|
40459
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control {
|
40460
|
+
flex: 1;
|
40461
|
+
flex-wrap: wrap;
|
40462
|
+
font-size: var(--fontSizeLg);
|
40463
|
+
}
|
40464
|
+
|
40465
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
|
40466
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
|
40467
|
+
background: transparent;
|
40468
|
+
}
|
40469
|
+
|
40470
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint,
|
40471
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-remark,
|
40472
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static,
|
40473
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
|
40474
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-SwitchControl,
|
40475
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxControl,
|
40476
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-RadiosControl,
|
40477
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
|
40478
|
+
padding-top: 0;
|
40479
|
+
padding-bottom: 0;
|
40480
|
+
}
|
40481
|
+
|
40482
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
|
40483
|
+
height: var(--Form-input-height);
|
40484
|
+
}
|
40485
|
+
|
40486
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
|
40487
|
+
font-size: var(--fontSizeBase);
|
40488
|
+
margin-left: 0;
|
40489
|
+
color: var(--text--muted-color);
|
40490
|
+
}
|
40491
|
+
|
40492
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
|
40493
|
+
top: 0;
|
40494
|
+
}
|
40495
|
+
|
40496
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static {
|
40497
|
+
min-height: 0;
|
40498
|
+
}
|
40499
|
+
|
40500
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
|
40501
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
|
40502
|
+
font-size: var(--fontSizeBase);
|
40503
|
+
}
|
40504
|
+
|
40505
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
|
40506
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
40507
|
+
border: none;
|
40508
|
+
}
|
40509
|
+
|
40510
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
|
40511
|
+
height: var(--Form-input-height);
|
40512
|
+
}
|
40513
|
+
|
40514
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker {
|
40515
|
+
padding: 0;
|
40516
|
+
border: none;
|
40517
|
+
}
|
40518
|
+
|
40519
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
|
40520
|
+
display: none;
|
40521
|
+
}
|
40522
|
+
|
40523
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
|
40524
|
+
margin-bottom: var(--gap-xs);
|
40525
|
+
}
|
40526
|
+
|
40527
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea,
|
40528
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
40529
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
40530
|
+
border: none;
|
40531
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40532
|
+
box-shadow: none;
|
40533
|
+
}
|
40534
|
+
|
40535
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:hover,
|
40536
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:focus,
|
40537
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea.active,
|
40538
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
40539
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
40540
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
40541
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
40542
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
40543
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
40544
|
+
border: none;
|
40545
|
+
outline: none;
|
40546
|
+
outline-style: none;
|
40547
|
+
}
|
40548
|
+
|
40549
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
|
40550
|
+
padding: 0;
|
40551
|
+
min-height: 0;
|
40552
|
+
}
|
40553
|
+
|
40554
|
+
.amis-scope .cxd-Form .cxd-Form-groupColumn {
|
40555
|
+
margin-bottom: 0;
|
40556
|
+
}
|
40557
|
+
|
40558
|
+
.amis-scope .cxd-Form .cxd-Divider {
|
40559
|
+
display: none;
|
40560
|
+
}
|
40561
|
+
|
40562
|
+
.amis-scope .cxd-Form .cxd-Tabs-pane {
|
40563
|
+
padding: 0;
|
40564
|
+
}
|
40565
|
+
|
40566
|
+
.amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
|
40567
|
+
.amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
|
40568
|
+
display: none;
|
40569
|
+
}
|
40570
|
+
|
40571
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
40572
|
+
padding-bottom: var(--Form-input-paddingX);
|
40573
|
+
}
|
40574
|
+
}
|
40575
|
+
|
39194
40576
|
.amis-scope .cxd-AnchorNav {
|
39195
40577
|
display: flex;
|
39196
40578
|
height: 25rem;
|
@@ -39578,6 +40960,343 @@ readers do not read off random characters that represent icons */
|
|
39578
40960
|
margin-right: 0;
|
39579
40961
|
}
|
39580
40962
|
|
40963
|
+
.amis-scope .cxd-FormulaEditor {
|
40964
|
+
overflow: visible;
|
40965
|
+
max-width: 100%;
|
40966
|
+
box-sizing: content-box;
|
40967
|
+
}
|
40968
|
+
|
40969
|
+
.amis-scope .cxd-FormulaEditor-content {
|
40970
|
+
border-radius: var(--borderRadius);
|
40971
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40972
|
+
}
|
40973
|
+
|
40974
|
+
.amis-scope .cxd-FormulaEditor-header {
|
40975
|
+
width: 100%;
|
40976
|
+
height: 1.875rem;
|
40977
|
+
line-height: 1.875rem;
|
40978
|
+
padding: 0 0.625rem;
|
40979
|
+
box-sizing: border-box;
|
40980
|
+
background: var(--Formula-header-bgColor);
|
40981
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
40982
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40983
|
+
font-weight: 500;
|
40984
|
+
}
|
40985
|
+
|
40986
|
+
.amis-scope .cxd-FormulaEditor-editor {
|
40987
|
+
min-height: 14.875rem;
|
40988
|
+
max-height: 20rem;
|
40989
|
+
height: auto;
|
40990
|
+
padding: 0.625rem;
|
40991
|
+
padding-right: 0;
|
40992
|
+
}
|
40993
|
+
|
40994
|
+
.amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
|
40995
|
+
border-color: var(--Form-input-onError-borderColor);
|
40996
|
+
}
|
40997
|
+
|
40998
|
+
.amis-scope .cxd-FormulaEditor.is-focused .cxd-FormulaEditor-editor {
|
40999
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
41000
|
+
}
|
41001
|
+
|
41002
|
+
.amis-scope .cxd-FormulaEditor-settings {
|
41003
|
+
display: flex;
|
41004
|
+
flex-direction: row;
|
41005
|
+
align-items: stretch;
|
41006
|
+
justify-content: space-between;
|
41007
|
+
max-height: 21.875rem;
|
41008
|
+
margin: 0 -5px;
|
41009
|
+
}
|
41010
|
+
|
41011
|
+
.amis-scope .cxd-FormulaEditor-settings > div {
|
41012
|
+
flex: 1;
|
41013
|
+
padding: 0 5px;
|
41014
|
+
display: flex;
|
41015
|
+
flex-direction: column;
|
41016
|
+
}
|
41017
|
+
|
41018
|
+
.amis-scope .cxd-FormulaEditor-settings > div > h3 {
|
41019
|
+
padding: 10px 0;
|
41020
|
+
margin: 0;
|
41021
|
+
flex-shrink: 0;
|
41022
|
+
}
|
41023
|
+
|
41024
|
+
.amis-scope .cxd-FormulaEditor-settings > div > div {
|
41025
|
+
flex: 1;
|
41026
|
+
min-height: 0;
|
41027
|
+
}
|
41028
|
+
|
41029
|
+
.amis-scope .cxd-FormulaEditor .cm-field,
|
41030
|
+
.amis-scope .cxd-FormulaEditor .cm-func {
|
41031
|
+
border-radius: 2px;
|
41032
|
+
color: #fff;
|
41033
|
+
margin: 0 1px;
|
41034
|
+
padding: 0 2px;
|
41035
|
+
}
|
41036
|
+
|
41037
|
+
.amis-scope .cxd-FormulaEditor .cm-field {
|
41038
|
+
background: #007bff;
|
41039
|
+
}
|
41040
|
+
|
41041
|
+
.amis-scope .cxd-FormulaEditor .cm-func {
|
41042
|
+
background: #17a2b8;
|
41043
|
+
}
|
41044
|
+
|
41045
|
+
.amis-scope .cxd-FormulaFuncList {
|
41046
|
+
display: flex;
|
41047
|
+
flex-direction: column;
|
41048
|
+
}
|
41049
|
+
|
41050
|
+
.amis-scope .cxd-FormulaFuncList > .cxd-FormulaFuncList-searchBox {
|
41051
|
+
display: flex;
|
41052
|
+
width: auto;
|
41053
|
+
flex-shrink: 0;
|
41054
|
+
margin-bottom: 0.5rem;
|
41055
|
+
}
|
41056
|
+
|
41057
|
+
.amis-scope .cxd-FormulaFuncList-columns {
|
41058
|
+
flex: 1;
|
41059
|
+
min-height: 0;
|
41060
|
+
overflow: auto;
|
41061
|
+
display: flex;
|
41062
|
+
flex-direction: row;
|
41063
|
+
justify-content: flex-start;
|
41064
|
+
}
|
41065
|
+
|
41066
|
+
.amis-scope .cxd-FormulaFuncList-columns > div:first-child {
|
41067
|
+
min-width: 200px;
|
41068
|
+
flex-shrink: 0;
|
41069
|
+
}
|
41070
|
+
|
41071
|
+
.amis-scope .cxd-FormulaFuncList-funcItem {
|
41072
|
+
padding: 0 10px;
|
41073
|
+
cursor: pointer;
|
41074
|
+
}
|
41075
|
+
|
41076
|
+
.amis-scope .cxd-FormulaFuncList-funcItem.is-active {
|
41077
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
41078
|
+
}
|
41079
|
+
|
41080
|
+
.amis-scope .cxd-FormulaFuncList-groupTitle {
|
41081
|
+
padding: 5px 0;
|
41082
|
+
background: transparent;
|
41083
|
+
}
|
41084
|
+
|
41085
|
+
.amis-scope .cxd-FormulaFuncList-groupBody > div {
|
41086
|
+
padding: 5px 0;
|
41087
|
+
}
|
41088
|
+
|
41089
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail {
|
41090
|
+
padding: 10px 20px;
|
41091
|
+
}
|
41092
|
+
|
41093
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail pre {
|
41094
|
+
white-space: pre-wrap;
|
41095
|
+
word-wrap: break-word;
|
41096
|
+
background: var(--Formula-header-bgColor);
|
41097
|
+
padding: 0.625rem;
|
41098
|
+
border-radius: var(--borderRadius);
|
41099
|
+
margin-top: 0;
|
41100
|
+
}
|
41101
|
+
|
41102
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail div {
|
41103
|
+
color: var(--text--loud-color);
|
41104
|
+
}
|
41105
|
+
|
41106
|
+
.amis-scope .cxd-FormulaPicker-icon {
|
41107
|
+
margin-left: auto;
|
41108
|
+
margin-right: 0.3125rem;
|
41109
|
+
}
|
41110
|
+
|
41111
|
+
.amis-scope .cxd-Timeline-vertical {
|
41112
|
+
display: flex;
|
41113
|
+
flex-flow: column;
|
41114
|
+
}
|
41115
|
+
|
41116
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem {
|
41117
|
+
display: flex;
|
41118
|
+
flex: 1;
|
41119
|
+
flex-direction: row;
|
41120
|
+
}
|
41121
|
+
|
41122
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41123
|
+
display: none;
|
41124
|
+
}
|
41125
|
+
|
41126
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle {
|
41127
|
+
position: relative;
|
41128
|
+
flex: var(--TimelineItem--axle-flex);
|
41129
|
+
}
|
41130
|
+
|
41131
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41132
|
+
position: absolute;
|
41133
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
41134
|
+
width: var(--TimelineItem--left-line-width);
|
41135
|
+
left: var(--TimelineItem--left-line-left);
|
41136
|
+
top: var(--TimelineItem--left-line-top);
|
41137
|
+
background-color: var(--TimelineItem--line-bg);
|
41138
|
+
}
|
41139
|
+
|
41140
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
41141
|
+
position: absolute;
|
41142
|
+
width: var(--TimelineItem--round-width);
|
41143
|
+
height: var(--TimelineItem--round-height);
|
41144
|
+
left: var(--TimelineItem--round-left);
|
41145
|
+
top: var(--TimelineItem--round-top);
|
41146
|
+
background: var(--TimelineItem-round-bg);
|
41147
|
+
border-radius: var(--TimelineItem--round-radius);
|
41148
|
+
}
|
41149
|
+
|
41150
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
41151
|
+
background: var(--Timeline--danger-bg);
|
41152
|
+
}
|
41153
|
+
|
41154
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
41155
|
+
background: var(--Timeline--info-bg);
|
41156
|
+
}
|
41157
|
+
|
41158
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
41159
|
+
background: var(--Timeline--success-bg);
|
41160
|
+
}
|
41161
|
+
|
41162
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
41163
|
+
background: var(--Timeline--warning-bg);
|
41164
|
+
}
|
41165
|
+
|
41166
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
41167
|
+
position: absolute;
|
41168
|
+
width: var(--TimelineItem--icon-width);
|
41169
|
+
height: var(--TimelineItem--icon-height);
|
41170
|
+
left: var(--TimelineItem--icon-left);
|
41171
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41172
|
+
}
|
41173
|
+
|
41174
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content {
|
41175
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
41176
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
41177
|
+
}
|
41178
|
+
|
41179
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
|
41180
|
+
color: var(--TimelineItem--text-secondary-color);
|
41181
|
+
font-size: var(--Timeline--font-size);
|
41182
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
41183
|
+
}
|
41184
|
+
|
41185
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
|
41186
|
+
color: var(--TimelineItem--text-primary-color);
|
41187
|
+
font-size: var(--Timeline--font-size);
|
41188
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
41189
|
+
}
|
41190
|
+
|
41191
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
|
41192
|
+
display: flex;
|
41193
|
+
cursor: pointer;
|
41194
|
+
align-items: center;
|
41195
|
+
font-size: var(--Timeline--font-size);
|
41196
|
+
color: var(--TimelineItem--detail-button-color);
|
41197
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
41198
|
+
}
|
41199
|
+
|
41200
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
|
41201
|
+
width: var(--TimelineItem-detail-arrow-width);
|
41202
|
+
height: var(--TimelineItem-detail-arrow-width);
|
41203
|
+
}
|
41204
|
+
|
41205
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
|
41206
|
+
transform: rotateX(180deg);
|
41207
|
+
}
|
41208
|
+
|
41209
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
41210
|
+
display: block;
|
41211
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
41212
|
+
font-size: var(--Timeline--font-size);
|
41213
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
41214
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
41215
|
+
}
|
41216
|
+
|
41217
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
|
41218
|
+
display: none;
|
41219
|
+
}
|
41220
|
+
|
41221
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-left .cxd-TimelineItem {
|
41222
|
+
flex-direction: row-reverse;
|
41223
|
+
}
|
41224
|
+
|
41225
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
|
41226
|
+
flex-direction: row-reverse;
|
41227
|
+
max-width: 50%;
|
41228
|
+
}
|
41229
|
+
|
41230
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
|
41231
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
41232
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
41233
|
+
}
|
41234
|
+
|
41235
|
+
.amis-scope .cxd-Timeline-horizontal {
|
41236
|
+
display: flex;
|
41237
|
+
flex-flow: row;
|
41238
|
+
margin-left: 50%;
|
41239
|
+
transform: translateX(-50%);
|
41240
|
+
}
|
41241
|
+
|
41242
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem {
|
41243
|
+
display: flex;
|
41244
|
+
width: -webkit-fill-available;
|
41245
|
+
flex-flow: column;
|
41246
|
+
}
|
41247
|
+
|
41248
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41249
|
+
display: none;
|
41250
|
+
}
|
41251
|
+
|
41252
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle {
|
41253
|
+
position: relative;
|
41254
|
+
flex: var(--TimelineItem--axle-flex);
|
41255
|
+
}
|
41256
|
+
|
41257
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41258
|
+
position: absolute;
|
41259
|
+
height: var(--TimelineItem--left-line-width);
|
41260
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
41261
|
+
left: var(--TimelineItem--left-line-top);
|
41262
|
+
top: var(--TimelineItem--left-line-left);
|
41263
|
+
background-color: var(--TimelineItem--line-bg);
|
41264
|
+
}
|
41265
|
+
|
41266
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
41267
|
+
position: absolute;
|
41268
|
+
width: var(--TimelineItem--round-width);
|
41269
|
+
height: var(--TimelineItem--round-height);
|
41270
|
+
left: var(--TimelineItem--round-top);
|
41271
|
+
top: var(--TimelineItem--round-left);
|
41272
|
+
background: var(--TimelineItem-round-bg);
|
41273
|
+
border-radius: var(--TimelineItem--round-radius);
|
41274
|
+
}
|
41275
|
+
|
41276
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
41277
|
+
background: var(--Timeline--danger-bg);
|
41278
|
+
}
|
41279
|
+
|
41280
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
41281
|
+
background: var(--Timeline--info-bg);
|
41282
|
+
}
|
41283
|
+
|
41284
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
41285
|
+
background: var(--Timeline--success-bg);
|
41286
|
+
}
|
41287
|
+
|
41288
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
41289
|
+
background: var(--Timeline--warning-bg);
|
41290
|
+
}
|
41291
|
+
|
41292
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
41293
|
+
position: absolute;
|
41294
|
+
width: var(--TimelineItem--icon-width);
|
41295
|
+
height: var(--TimelineItem--icon-height);
|
41296
|
+
left: var(--TimelineItem--icon-left);
|
41297
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41298
|
+
}
|
41299
|
+
|
39581
41300
|
/*
|
39582
41301
|
* utilities
|
39583
41302
|
*/
|