amis 1.5.7 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/pre-commit +1 -1
- package/README.md +1 -0
- package/lib/RootRenderer.d.ts +2 -0
- package/lib/RootRenderer.js +19 -1
- package/lib/RootRenderer.js.map +2 -2
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.js +52 -1
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/Scoped.d.ts +2 -0
- package/lib/Scoped.js +27 -1
- package/lib/Scoped.js.map +2 -2
- package/lib/actions/Action.d.ts +33 -0
- package/lib/actions/Action.js +100 -0
- package/lib/actions/Action.js.map +13 -0
- package/lib/actions/AjaxAction.d.ts +14 -0
- package/lib/actions/AjaxAction.js +68 -0
- package/lib/actions/AjaxAction.js.map +13 -0
- package/lib/actions/BreakAction.d.ts +12 -0
- package/lib/actions/BreakAction.js +28 -0
- package/lib/actions/BreakAction.js.map +13 -0
- package/lib/actions/BroadcastAction.d.ts +12 -0
- package/lib/actions/BroadcastAction.js +40 -0
- package/lib/actions/BroadcastAction.js.map +13 -0
- package/lib/actions/CmptAction.d.ts +12 -0
- package/lib/actions/CmptAction.js +40 -0
- package/lib/actions/CmptAction.js.map +13 -0
- package/lib/actions/ContinueAction.d.ts +12 -0
- package/lib/actions/ContinueAction.js +28 -0
- package/lib/actions/ContinueAction.js.map +13 -0
- package/lib/actions/CopyAction.d.ts +12 -0
- package/lib/actions/CopyAction.js +35 -0
- package/lib/actions/CopyAction.js.map +13 -0
- package/lib/actions/CustomAction.d.ts +12 -0
- package/lib/actions/CustomAction.js +43 -0
- package/lib/actions/CustomAction.js.map +13 -0
- package/lib/actions/DialogAction.d.ts +12 -0
- package/lib/actions/DialogAction.js +31 -0
- package/lib/actions/DialogAction.js.map +13 -0
- package/lib/actions/DrawerAction.d.ts +12 -0
- package/lib/actions/DrawerAction.js +31 -0
- package/lib/actions/DrawerAction.js.map +13 -0
- package/lib/actions/EmailAction.d.ts +12 -0
- package/lib/actions/EmailAction.js +37 -0
- package/lib/actions/EmailAction.js.map +13 -0
- package/lib/actions/LoopAction.d.ts +12 -0
- package/lib/actions/LoopAction.js +93 -0
- package/lib/actions/LoopAction.js.map +13 -0
- package/lib/actions/OpenPageAction.d.ts +12 -0
- package/lib/actions/OpenPageAction.js +33 -0
- package/lib/actions/OpenPageAction.js.map +13 -0
- package/lib/actions/ParallelAction.d.ts +5 -0
- package/lib/actions/ParallelAction.js +33 -0
- package/lib/actions/ParallelAction.js.map +13 -0
- package/lib/actions/SwitchAction.d.ts +8 -0
- package/lib/actions/SwitchAction.js +45 -0
- package/lib/actions/SwitchAction.js.map +13 -0
- package/lib/actions/index.d.ts +18 -0
- package/lib/actions/index.js +22 -0
- package/lib/actions/index.js.map +13 -0
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/CalendarMobile.d.ts +573 -0
- package/lib/components/CalendarMobile.js +486 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +21 -8
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +19 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/InputBox.d.ts +21 -21
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ListMenu.d.ts +84 -84
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +18 -7
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +16 -7
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -18
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1041 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Radios.d.ts +21 -21
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +9 -4
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +238 -238
- package/lib/components/Select.js +13 -9
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +517 -0
- package/lib/components/TimelineItem.js +40 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -10
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +19 -0
- package/lib/components/calendar/Calendar.js +71 -1
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +21 -0
- package/lib/components/calendar/DaysView.js +76 -17
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +34 -0
- package/lib/components/calendar/MonthsView.js +68 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +30 -18
- package/lib/components/calendar/TimeView.js +47 -8
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +21 -10
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/formula/plugin.js +0 -1
- package/lib/components/formula/plugin.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/env.d.ts +4 -0
- package/lib/env.js.map +2 -2
- package/lib/factory.d.ts +2 -1
- package/lib/factory.js +83 -0
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +17 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +17 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +16 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +1 -1
- package/lib/renderers/Action.js +26 -10
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.d.ts +1 -1
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +6 -0
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/Editor.d.ts +6 -0
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -5
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputRichText.d.ts +4 -0
- package/lib/renderers/Form/InputRichText.js +2 -1
- package/lib/renderers/Form/InputRichText.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +18 -9
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +8 -4
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +9 -7
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +9 -6
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +8 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Link.d.ts +1 -1
- package/lib/renderers/Link.js +27 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/Log.js +15 -10
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Remark.d.ts +5 -1
- package/lib/renderers/Remark.js +39 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/themes/ang-ie11.css +1149 -53
- package/lib/themes/ang.css +1149 -53
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1187 -53
- package/lib/themes/antd.css +1187 -53
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1189 -70
- package/lib/themes/cxd.css +1189 -70
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1152 -53
- package/lib/themes/dark.css +1152 -53
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1189 -70
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/api.js +14 -3
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/debug.d.ts +26 -0
- package/lib/utils/debug.js +351 -0
- package/lib/utils/debug.js.map +13 -0
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/renderer-event.d.ts +38 -0
- package/lib/utils/renderer-event.js +28 -0
- package/lib/utils/renderer-event.js.map +13 -0
- package/package.json +12 -6
- package/schema.json +3516 -839
- package/scss/_properties.scss +20 -6
- package/scss/_variables.scss +1 -0
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +291 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_debug.scss +167 -0
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +43 -16
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +34 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_form.scss +170 -0
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_selection.scss +5 -4
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_antd-variables.scss +45 -0
- package/scss/themes/_common.scss +5 -0
- package/scss/themes/_cxd-variables.scss +50 -1
- package/scss/themes/_dark-variables.scss +4 -0
- package/scss/themes/cxd.scss +0 -19
- package/sdk/ang-ie11.css +1450 -142
- package/sdk/ang.css +1473 -159
- package/sdk/antd-ie11.css +1451 -142
- package/sdk/antd.css +1511 -159
- package/sdk/charts.js +15 -15
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1448 -158
- package/sdk/cxd.css +1513 -178
- package/sdk/dark-ie11.css +1450 -142
- package/sdk/dark.css +1476 -159
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +17 -2
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1448 -158
- package/sdk/sdk.css +1513 -178
- package/sdk/sdk.js +1309 -1251
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/RootRenderer.tsx +27 -1
- package/src/Schema.ts +3 -0
- package/src/SchemaRenderer.tsx +70 -4
- package/src/Scoped.tsx +46 -4
- package/src/actions/Action.ts +138 -0
- package/src/actions/AjaxAction.ts +58 -0
- package/src/actions/BreakAction.ts +27 -0
- package/src/actions/BroadcastAction.ts +41 -0
- package/src/actions/CmptAction.ts +36 -0
- package/src/actions/ContinueAction.ts +27 -0
- package/src/actions/CopyAction.ts +41 -0
- package/src/actions/CustomAction.ts +46 -0
- package/src/actions/DialogAction.ts +28 -0
- package/src/actions/DrawerAction.ts +28 -0
- package/src/actions/EmailAction.ts +38 -0
- package/src/actions/LoopAction.ts +77 -0
- package/src/actions/OpenPageAction.ts +39 -0
- package/src/actions/ParallelAction.ts +26 -0
- package/src/actions/SwitchAction.ts +35 -0
- package/src/actions/index.ts +20 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +658 -0
- package/src/components/Cascader.tsx +564 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/CityArea.tsx +315 -0
- package/src/components/ColorPicker.tsx +41 -40
- package/src/components/DatePicker.tsx +80 -34
- package/src/components/DateRangePicker.tsx +85 -30
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +78 -31
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +55 -35
- package/src/components/PickerColumn.tsx +43 -36
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +84 -57
- package/src/components/ResultBox.tsx +14 -2
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +24 -26
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +36 -0
- package/src/components/TimelineItem.tsx +140 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +20 -12
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +101 -4
- package/src/components/calendar/DaysView.tsx +165 -33
- package/src/components/calendar/MonthsView.tsx +108 -1
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +104 -41
- package/src/components/calendar/YearsView.tsx +34 -17
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/formula/plugin.ts +0 -2
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/env.tsx +22 -0
- package/src/factory.tsx +93 -1
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +5 -0
- package/src/locale/de-DE.ts +17 -2
- package/src/locale/en-US.ts +17 -2
- package/src/locale/zh-CN.ts +16 -1
- package/src/renderers/Action.tsx +11 -2
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +7 -4
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +48 -20
- package/src/renderers/Form/InputDateRange.tsx +9 -2
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputRichText.tsx +11 -1
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +29 -8
- package/src/renderers/Form/NestedSelect.tsx +32 -4
- package/src/renderers/Form/Options.tsx +15 -7
- package/src/renderers/Form/Select.tsx +21 -5
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +18 -16
- package/src/renderers/Form/index.tsx +7 -1
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Link.tsx +18 -3
- package/src/renderers/Log.tsx +5 -1
- package/src/renderers/Remark.tsx +68 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/schemaExtend.ts +22 -10
- package/src/store/combo.ts +1 -3
- package/src/store/formItem.ts +1 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/api.ts +15 -2
- package/src/utils/debug.tsx +438 -0
- package/src/utils/helper.ts +6 -16
- package/src/utils/renderer-event.ts +75 -0
package/sdk/antd.css
CHANGED
@@ -19842,6 +19842,12 @@ readers do not read off random characters that represent icons */
|
|
19842
19842
|
--Audio-volumeControl-width: 6.875rem;
|
19843
19843
|
--Avatar-bg: #d1d5db;
|
19844
19844
|
--Avatar-width: 2.5rem;
|
19845
|
+
--Avatar-size-large: 3rem;
|
19846
|
+
--Avatar-size-default: var(--Avatar-width);
|
19847
|
+
--Avatar-size-small: 2rem;
|
19848
|
+
--Avatar-icon-size-large: 1.25rem;
|
19849
|
+
--Avatar-icon-size-default: var(--fontSizeLg);
|
19850
|
+
--Avatar-icon-size-small: 0.75rem;
|
19845
19851
|
--Badge-size: var(--gap-md);
|
19846
19852
|
--Badge-color: var(--white);
|
19847
19853
|
--Badge--success-bg: var(--success);
|
@@ -20277,10 +20283,11 @@ readers do not read off random characters that represent icons */
|
|
20277
20283
|
--DropDown-menu-paddingX: 0;
|
20278
20284
|
--DropDown-menu-paddingY: var(--gap-xs);
|
20279
20285
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
20280
|
-
--DropDown-
|
20286
|
+
--DropDown-group-color: #848b99;
|
20287
|
+
--DropDown-menuItem-color: #151a26;
|
20281
20288
|
--DropDown-menuItem-onHover-color: var(--primary);
|
20282
20289
|
--DropDown-menuItem-onActive-color: var(--primary);
|
20283
|
-
--DropDown-menuItem-onDisabled-color:
|
20290
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
20284
20291
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
20285
20292
|
--DropDown-menuItem-paddingY: calc(
|
20286
20293
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -20303,6 +20310,8 @@ readers do not read off random characters that represent icons */
|
|
20303
20310
|
--Form-description-color: rgba(26, 26, 26, 0.85);
|
20304
20311
|
--Form-description-fontSize: var(--fontSizeSm);
|
20305
20312
|
--Form-fontSize: var(--fontSizeBase);
|
20313
|
+
--Form-item-fontSize: var(--Form-fontSize);
|
20314
|
+
--Form-item-fontColor: #5e626a;
|
20306
20315
|
--Form-group--lg-gutterWidth: 2.5rem;
|
20307
20316
|
--Form-group--md-gutterWidth: 1.875rem;
|
20308
20317
|
--Form-group--sm-gutterWidth: var(--gap-md);
|
@@ -20704,11 +20713,12 @@ readers do not read off random characters that represent icons */
|
|
20704
20713
|
--PickerColumns-bg: white;
|
20705
20714
|
--PickerColumns-toolbar-height: 3.125rem;
|
20706
20715
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20716
|
+
--PickerColumns-title-color: #222;
|
20707
20717
|
--PickerColumns-title-lineHeight: 1.5;
|
20708
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
20709
|
-
--PickerColumns-action-fontSize: var(--
|
20710
|
-
--PickerColumns-confirmAction-color:
|
20711
|
-
--PickerColumns-cancelAction-color:
|
20718
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
20719
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
20720
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
20721
|
+
--PickerColumns-cancelAction-color: #666;
|
20712
20722
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20713
20723
|
--PickerColumns-optionText-color: var(--text-color);
|
20714
20724
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -20717,6 +20727,7 @@ readers do not read off random characters that represent icons */
|
|
20717
20727
|
--PopOver-bg: white;
|
20718
20728
|
--PopOverAble-iconColor: inherit;
|
20719
20729
|
--PopOverAble-onHover-iconColor: inherit;
|
20730
|
+
--PopUp-cancelAction-color: #666;
|
20720
20731
|
--Property-title-bg: #f2f2f2;
|
20721
20732
|
--Property-label-bg: #f7f7f7;
|
20722
20733
|
--Portlet-borderColor: var(--borderColor);
|
@@ -21071,6 +21082,8 @@ readers do not read off random characters that represent icons */
|
|
21071
21082
|
--Nav-item-onActive-borderLeft: 0;
|
21072
21083
|
--Modal-header-bg: #fff;
|
21073
21084
|
--Modal-title-fontWeight: 500;
|
21085
|
+
--Form-item-fontSize: var(--fontSizeBase);
|
21086
|
+
--Form-item-fontColor: var(--body-color);
|
21074
21087
|
--Form-input-onFocused-borderColor: #40a9ff;
|
21075
21088
|
--Form-input-borderColor: #d9d9d9;
|
21076
21089
|
--Form-input-boxShadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
@@ -21117,6 +21130,42 @@ readers do not read off random characters that represent icons */
|
|
21117
21130
|
--Table-onChecked-color: var(--Table-color);
|
21118
21131
|
--Table-onChecked-borderColor: var(--Table-borderColor);
|
21119
21132
|
--Switch-bgColor: #bfbfbf;
|
21133
|
+
--TimelineItem--axle-flex: 0 0 1.5rem;
|
21134
|
+
--TimelineItem--left-line-width: 0.125rem;
|
21135
|
+
--TimelineItem--left-line-left: 0.8125rem;
|
21136
|
+
--TimelineItem--left-line-top: 1.25rem;
|
21137
|
+
--TimelineItem--round-width: 0.5rem;
|
21138
|
+
--TimelineItem--round-height: 0.5rem;
|
21139
|
+
--TimelineItem--round-left: 0.625rem;
|
21140
|
+
--TimelineItem--round-top: 0.5rem;
|
21141
|
+
--TimelineItem--icon-width: 1rem;
|
21142
|
+
--TimelineItem--icon-height: 1rem;
|
21143
|
+
--TimelineItem--icon-left: 0.375rem;
|
21144
|
+
--TimelineItem--content-padding-bottom: 1rem;
|
21145
|
+
--TimelineItem--content-margin-left: 0.5rem;
|
21146
|
+
--TimelineItem--content-time-margin-bottom: 0.25rem;
|
21147
|
+
--TimelineItem--content-title-margin-bottom: 0.25rem;
|
21148
|
+
--TimelineItem--detail-button-margin-bottom: 0.5rem;
|
21149
|
+
--TimelineItem-detail-arrow-width: 1rem;
|
21150
|
+
--TimelineItem-detail-visible-padding: 0.625rem;
|
21151
|
+
--TimelineItem-detail-visible-max-width: 18.75rem;
|
21152
|
+
--Timeline-alternate-margin-left: 1.5rem;
|
21153
|
+
--TimelineItem--icon-radius: 50%;
|
21154
|
+
--TimelineItem--round-radius: 50%;
|
21155
|
+
--TimelineItem--content-radius: 0.125rem;
|
21156
|
+
--TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0
|
21157
|
+
rgba(0 0 0 / 10%);
|
21158
|
+
--TimelineItem--font-size: 0.75rem;
|
21159
|
+
--TimelineItem--text-primary-color: #151a26;
|
21160
|
+
--TimelineItem--text-secondary-color: #83868c;
|
21161
|
+
--TimelineItem--detail-button-color: var(--primary);
|
21162
|
+
--TimelineItem--line-bg: #e6e6e8;
|
21163
|
+
--TimelineItem--content-bg: #f2f2f4;
|
21164
|
+
--TimelineItem-round-bg: #dadbdd;
|
21165
|
+
--Timeline--success-bg: var(--success);
|
21166
|
+
--Timeline--info-bg: var(--info);
|
21167
|
+
--Timeline--warning-bg: var(--warning);
|
21168
|
+
--Timeline--danger-bg: var(--danger);
|
21120
21169
|
}
|
21121
21170
|
|
21122
21171
|
/* Reset
|
@@ -23641,9 +23690,10 @@ readers do not read off random characters that represent icons */
|
|
23641
23690
|
|
23642
23691
|
.amis-scope .antd-Avatar {
|
23643
23692
|
background: var(--Avatar-bg);
|
23644
|
-
width: var(--Avatar-
|
23645
|
-
height: var(--Avatar-
|
23646
|
-
line-height: var(--Avatar-
|
23693
|
+
width: var(--Avatar-size-default);
|
23694
|
+
height: var(--Avatar-size-default);
|
23695
|
+
line-height: var(--Avatar-size-default);
|
23696
|
+
position: relative;
|
23647
23697
|
display: inline-block;
|
23648
23698
|
overflow: hidden;
|
23649
23699
|
flex-shrink: 0;
|
@@ -23651,6 +23701,36 @@ readers do not read off random characters that represent icons */
|
|
23651
23701
|
text-align: center;
|
23652
23702
|
}
|
23653
23703
|
|
23704
|
+
.amis-scope .antd-Avatar i {
|
23705
|
+
font-size: var(--Avatar-icon-size-default);
|
23706
|
+
}
|
23707
|
+
|
23708
|
+
.amis-scope .antd-Avatar--lg {
|
23709
|
+
width: var(--Avatar-size-large);
|
23710
|
+
height: var(--Avatar-size-large);
|
23711
|
+
line-height: var(--Avatar-size-large);
|
23712
|
+
}
|
23713
|
+
|
23714
|
+
.amis-scope .antd-Avatar--lg i {
|
23715
|
+
font-size: var(--Avatar-icon-size-large);
|
23716
|
+
}
|
23717
|
+
|
23718
|
+
.amis-scope .antd-Avatar--sm {
|
23719
|
+
width: var(--Avatar-size-small);
|
23720
|
+
height: var(--Avatar-size-small);
|
23721
|
+
line-height: var(--Avatar-size-small);
|
23722
|
+
}
|
23723
|
+
|
23724
|
+
.amis-scope .antd-Avatar--sm i {
|
23725
|
+
font-size: var(--Avatar-icon-size-small);
|
23726
|
+
}
|
23727
|
+
|
23728
|
+
.amis-scope .antd-Avatar--text {
|
23729
|
+
position: absolute;
|
23730
|
+
left: 50%;
|
23731
|
+
transform-origin: 0 center;
|
23732
|
+
}
|
23733
|
+
|
23654
23734
|
.amis-scope .antd-Avatar--square {
|
23655
23735
|
border-radius: 0%;
|
23656
23736
|
}
|
@@ -23659,15 +23739,9 @@ readers do not read off random characters that represent icons */
|
|
23659
23739
|
border-radius: 10%;
|
23660
23740
|
}
|
23661
23741
|
|
23662
|
-
.amis-scope .antd-Avatar i {
|
23663
|
-
font-size: var(--fontSizeLg);
|
23664
|
-
}
|
23665
|
-
|
23666
23742
|
.amis-scope .antd-Avatar img {
|
23667
|
-
color: transparent;
|
23668
23743
|
width: 100%;
|
23669
23744
|
height: 100%;
|
23670
|
-
object-fit: cover;
|
23671
23745
|
}
|
23672
23746
|
|
23673
23747
|
.amis-scope .antd-Avatar:hover img,
|
@@ -24081,6 +24155,23 @@ readers do not read off random characters that represent icons */
|
|
24081
24155
|
overflow: auto;
|
24082
24156
|
}
|
24083
24157
|
|
24158
|
+
/* 移动端样式调整 */
|
24159
|
+
|
24160
|
+
@media (max-width: 767px) {
|
24161
|
+
.amis-scope .antd-Modal .antd-Modal-footer {
|
24162
|
+
display: flex;
|
24163
|
+
}
|
24164
|
+
|
24165
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button {
|
24166
|
+
flex: 1;
|
24167
|
+
height: 2.75rem;
|
24168
|
+
}
|
24169
|
+
|
24170
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button:first-child {
|
24171
|
+
margin-left: 0;
|
24172
|
+
}
|
24173
|
+
}
|
24174
|
+
|
24084
24175
|
.amis-scope .antd-Drawer {
|
24085
24176
|
position: fixed;
|
24086
24177
|
top: 0;
|
@@ -24758,11 +24849,12 @@ readers do not read off random characters that represent icons */
|
|
24758
24849
|
|
24759
24850
|
.amis-scope .antd-PopUp {
|
24760
24851
|
width: 100%;
|
24852
|
+
height: 25rem;
|
24761
24853
|
position: fixed;
|
24762
24854
|
background: var(--PopOver-bg);
|
24763
24855
|
left: 0;
|
24764
24856
|
bottom: 0;
|
24765
|
-
z-index:
|
24857
|
+
z-index: 3000;
|
24766
24858
|
padding: 0;
|
24767
24859
|
margin: 0;
|
24768
24860
|
font-weight: var(--fontWeightNormal);
|
@@ -24812,27 +24904,51 @@ readers do not read off random characters that represent icons */
|
|
24812
24904
|
height: 100%;
|
24813
24905
|
box-sizing: border-box;
|
24814
24906
|
background: #fff;
|
24815
|
-
|
24907
|
+
display: flex;
|
24908
|
+
flex-direction: column;
|
24816
24909
|
}
|
24817
24910
|
|
24818
24911
|
.amis-scope .antd-PopUp-closeWrap {
|
24819
|
-
|
24820
|
-
|
24821
|
-
|
24822
|
-
|
24912
|
+
position: relative;
|
24913
|
+
text-align: center;
|
24914
|
+
height: 3rem;
|
24915
|
+
line-height: 3rem;
|
24823
24916
|
}
|
24824
24917
|
|
24825
|
-
.amis-scope .antd-PopUp-close {
|
24826
|
-
|
24827
|
-
|
24828
|
-
|
24918
|
+
.amis-scope .antd-PopUp-closeWrap .antd-PopUp-close {
|
24919
|
+
position: absolute;
|
24920
|
+
z-index: 1;
|
24921
|
+
color: var(--icon-color);
|
24829
24922
|
cursor: pointer;
|
24923
|
+
top: 0.9375rem;
|
24924
|
+
right: 0.9375rem;
|
24925
|
+
}
|
24926
|
+
|
24927
|
+
.amis-scope .antd-PopUp-toolbar {
|
24928
|
+
display: flex;
|
24929
|
+
align-items: center;
|
24930
|
+
justify-content: space-between;
|
24931
|
+
height: 3.75rem;
|
24932
|
+
}
|
24933
|
+
|
24934
|
+
.amis-scope .antd-PopUp-title {
|
24935
|
+
font-size: var(--fontSizeMd);
|
24936
|
+
}
|
24937
|
+
|
24938
|
+
.amis-scope .antd-PopUp-cancel {
|
24939
|
+
color: var(--PopUp-cancelAction-color);
|
24940
|
+
margin-left: var(--gap-sm);
|
24941
|
+
}
|
24942
|
+
|
24943
|
+
.amis-scope .antd-PopUp-confirm {
|
24944
|
+
margin-right: var(--gap-sm);
|
24830
24945
|
}
|
24831
24946
|
|
24832
24947
|
.amis-scope .antd-PopUp-content {
|
24833
24948
|
overflow-y: auto;
|
24834
24949
|
height: 100%;
|
24835
24950
|
display: flex;
|
24951
|
+
flex: 1;
|
24836
24952
|
}
|
24837
24953
|
|
24838
24954
|
.amis-scope .antd-PopUp > * {
|
@@ -24861,6 +24977,10 @@ readers do not read off random characters that represent icons */
|
|
24861
24977
|
margin-top: -0.25rem;
|
24862
24978
|
}
|
24863
24979
|
|
24980
|
+
.amis-scope .antd-PopUp-safearea {
|
24981
|
+
height: 1rem;
|
24982
|
+
}
|
24983
|
+
|
24864
24984
|
.amis-scope .antd-PickerColumns {
|
24865
24985
|
position: relative;
|
24866
24986
|
background-color: var(--PickerColumns-bg);
|
@@ -24870,7 +24990,11 @@ readers do not read off random characters that represent icons */
|
|
24870
24990
|
font-size: var(--PickerColumns-option-fontSize);
|
24871
24991
|
}
|
24872
24992
|
|
24873
|
-
.amis-scope .antd-PickerColumns
|
24993
|
+
.amis-scope .antd-PickerColumns li:focus {
|
24994
|
+
outline: none;
|
24995
|
+
}
|
24996
|
+
|
24997
|
+
.amis-scope .antd-PickerColumns-header {
|
24874
24998
|
display: flex;
|
24875
24999
|
align-items: center;
|
24876
25000
|
justify-content: space-between;
|
@@ -24882,14 +25006,14 @@ readers do not read off random characters that represent icons */
|
|
24882
25006
|
height: 100%;
|
24883
25007
|
padding: var(--PickerColumns-action-padding);
|
24884
25008
|
font-size: var(--PickerColumns-action-fontSize);
|
24885
|
-
background-color: transparent;
|
25009
|
+
background-color: transparent !important;
|
24886
25010
|
border: none;
|
24887
25011
|
cursor: pointer;
|
24888
25012
|
}
|
24889
25013
|
|
24890
25014
|
.amis-scope .antd-PickerColumns-cancel:active,
|
24891
25015
|
.amis-scope .antd-PickerColumns-confirm:active {
|
24892
|
-
|
25016
|
+
background-color: none !important;
|
24893
25017
|
}
|
24894
25018
|
|
24895
25019
|
.amis-scope .antd-PickerColumns-cancel:hover,
|
@@ -24898,11 +25022,11 @@ readers do not read off random characters that represent icons */
|
|
24898
25022
|
}
|
24899
25023
|
|
24900
25024
|
.amis-scope .antd-PickerColumns-confirm {
|
24901
|
-
color: var(--PickerColumns-confirmAction-color);
|
25025
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
24902
25026
|
}
|
24903
25027
|
|
24904
25028
|
.amis-scope .antd-PickerColumns-cancel {
|
24905
|
-
color: var(--PickerColumns-cancelAction-color);
|
25029
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
24906
25030
|
}
|
24907
25031
|
|
24908
25032
|
.amis-scope .antd-PickerColumns-title {
|
@@ -24911,6 +25035,7 @@ readers do not read off random characters that represent icons */
|
|
24911
25035
|
font-size: var(--PickerColumns-title-fontSize);
|
24912
25036
|
line-height: var(--PickerColumns-title-lineHeight);
|
24913
25037
|
text-align: center;
|
25038
|
+
color: var(--PickerColumns-title-color);
|
24914
25039
|
}
|
24915
25040
|
|
24916
25041
|
.amis-scope .antd-PickerColumns-columns {
|
@@ -24989,6 +25114,11 @@ readers do not read off random characters that represent icons */
|
|
24989
25114
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24990
25115
|
}
|
24991
25116
|
|
25117
|
+
.amis-scope .antd-PickerColumns-columnItemis-selected {
|
25118
|
+
font-size: 18px;
|
25119
|
+
color: --PickerColumns-title-color;
|
25120
|
+
}
|
25121
|
+
|
24992
25122
|
@keyframes bounceIn {
|
24993
25123
|
from, 20%, 40%, 60%, 80%, to {
|
24994
25124
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -26862,6 +26992,50 @@ readers do not read off random characters that represent icons */
|
|
26862
26992
|
display: none;
|
26863
26993
|
}
|
26864
26994
|
|
26995
|
+
/* 移动端样式调整 */
|
26996
|
+
|
26997
|
+
@media (max-width: 767px) {
|
26998
|
+
.amis-scope .antd-Panel--form {
|
26999
|
+
border: none;
|
27000
|
+
box-shadow: none;
|
27001
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
27002
|
+
}
|
27003
|
+
|
27004
|
+
.amis-scope .antd-Panel--form .antd-Panel-body {
|
27005
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
27006
|
+
}
|
27007
|
+
|
27008
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading {
|
27009
|
+
background: none;
|
27010
|
+
border: none;
|
27011
|
+
border-radius: 0;
|
27012
|
+
}
|
27013
|
+
|
27014
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
|
27015
|
+
padding-left: var(--Panel-bodyPadding);
|
27016
|
+
border-left: 0.1875rem solid var(--primary);
|
27017
|
+
font-size: var(--fontSizeLg);
|
27018
|
+
}
|
27019
|
+
|
27020
|
+
.amis-scope .antd-Panel--form .antd-Panel-footerWrap {
|
27021
|
+
padding-bottom: var(--Panel-bodyPadding);
|
27022
|
+
}
|
27023
|
+
|
27024
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer {
|
27025
|
+
border-top: none;
|
27026
|
+
display: flex;
|
27027
|
+
padding: 0 var(--Panel-bodyPadding);
|
27028
|
+
}
|
27029
|
+
|
27030
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button {
|
27031
|
+
flex: 1;
|
27032
|
+
}
|
27033
|
+
|
27034
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button:first-child {
|
27035
|
+
margin-left: 0;
|
27036
|
+
}
|
27037
|
+
}
|
27038
|
+
|
26865
27039
|
.amis-scope .antd-Service {
|
26866
27040
|
position: relative;
|
26867
27041
|
}
|
@@ -27125,19 +27299,28 @@ readers do not read off random characters that represent icons */
|
|
27125
27299
|
}
|
27126
27300
|
|
27127
27301
|
.amis-scope .antd-DropDown-menu {
|
27302
|
+
background: var(--DropDown-menu-bg);
|
27303
|
+
list-style: none;
|
27304
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27305
|
+
min-width: var(--DropDown-menu-minWidth);
|
27306
|
+
text-align: left;
|
27307
|
+
border: none;
|
27308
|
+
user-select: none;
|
27309
|
+
}
|
27310
|
+
|
27311
|
+
.amis-scope .antd-DropDown-menu-root {
|
27128
27312
|
position: absolute;
|
27129
27313
|
z-index: 1000;
|
27130
27314
|
top: 100%;
|
27131
27315
|
left: 0;
|
27132
27316
|
margin: 0.0625rem 0 0;
|
27133
|
-
|
27134
|
-
list-style: none;
|
27135
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27136
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
27317
|
+
border: none;
|
27137
27318
|
border-radius: var(--DropDown-menu-borderRadius);
|
27138
27319
|
box-shadow: var(--DropDown-menu-boxShadow);
|
27139
27320
|
min-width: var(--DropDown-menu-minWidth);
|
27140
|
-
|
27321
|
+
overflow-y: auto;
|
27322
|
+
overflow-x: hidden;
|
27323
|
+
max-height: 18.75rem;
|
27141
27324
|
}
|
27142
27325
|
|
27143
27326
|
.amis-scope .antd-DropDown--alignRight .antd-DropDown-menu {
|
@@ -27192,6 +27375,32 @@ readers do not read off random characters that represent icons */
|
|
27192
27375
|
padding: 0;
|
27193
27376
|
}
|
27194
27377
|
|
27378
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle,
|
27379
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle {
|
27380
|
+
height: inherit;
|
27381
|
+
font-size: var(--fontSizeSm);
|
27382
|
+
padding: var(--gap-xs) var(--gap-xs);
|
27383
|
+
padding-left: var(--gap-sm);
|
27384
|
+
color: var(--DropDown-group-color);
|
27385
|
+
flex-grow: 1;
|
27386
|
+
cursor: default;
|
27387
|
+
}
|
27388
|
+
|
27389
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle:hover,
|
27390
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle:hover {
|
27391
|
+
background: none;
|
27392
|
+
}
|
27393
|
+
|
27394
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle span,
|
27395
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle span {
|
27396
|
+
white-space: nowrap;
|
27397
|
+
}
|
27398
|
+
|
27399
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button,
|
27400
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
|
27401
|
+
padding-left: var(--gap-lg);
|
27402
|
+
}
|
27403
|
+
|
27195
27404
|
.amis-scope .antd-DropDown-menu > li a {
|
27196
27405
|
color: inherit;
|
27197
27406
|
display: block;
|
@@ -27298,127 +27507,429 @@ readers do not read off random characters that represent icons */
|
|
27298
27507
|
position: relative;
|
27299
27508
|
}
|
27300
27509
|
|
27301
|
-
.amis-scope .antd-
|
27302
|
-
|
27303
|
-
|
27304
|
-
|
27510
|
+
.amis-scope .antd-CalendarMobile {
|
27511
|
+
height: 100%;
|
27512
|
+
width: 100%;
|
27513
|
+
overflow: scroll;
|
27305
27514
|
}
|
27306
27515
|
|
27307
|
-
.amis-scope .antd-
|
27308
|
-
|
27309
|
-
|
27310
|
-
|
27311
|
-
|
27312
|
-
|
27313
|
-
|
27314
|
-
|
27516
|
+
.amis-scope .antd-CalendarMobile-pop {
|
27517
|
+
position: fixed;
|
27518
|
+
bottom: 0;
|
27519
|
+
left: 0;
|
27520
|
+
width: 100vw;
|
27521
|
+
height: 90vh;
|
27522
|
+
background: #fff;
|
27523
|
+
border-radius: 1rem 1rem 0 0;
|
27524
|
+
overflow: hidden;
|
27525
|
+
border-width: 0;
|
27315
27526
|
}
|
27316
27527
|
|
27317
|
-
.amis-scope .antd-
|
27318
|
-
display:
|
27319
|
-
flex-direction:
|
27528
|
+
.amis-scope .antd-CalendarMobile-wrap {
|
27529
|
+
display: flex;
|
27530
|
+
flex-direction: column;
|
27531
|
+
height: 100%;
|
27320
27532
|
}
|
27321
27533
|
|
27322
|
-
.amis-scope .antd-
|
27323
|
-
|
27534
|
+
.amis-scope .antd-CalendarMobile-header {
|
27535
|
+
flex-shrink: 0;
|
27536
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27537
|
+
position: relative;
|
27324
27538
|
}
|
27325
27539
|
|
27326
|
-
.amis-scope .antd-
|
27327
|
-
|
27540
|
+
.amis-scope .antd-CalendarMobile-header .subtitle-text {
|
27541
|
+
display: inline-block;
|
27542
|
+
width: 6.875rem;
|
27543
|
+
position: relative;
|
27328
27544
|
}
|
27329
27545
|
|
27330
|
-
.amis-scope .antd-
|
27331
|
-
|
27332
|
-
|
27333
|
-
|
27334
|
-
|
27546
|
+
.amis-scope .antd-CalendarMobile-header .rdtPrev {
|
27547
|
+
width: 1.25rem;
|
27548
|
+
height: 2.75rem;
|
27549
|
+
display: block;
|
27550
|
+
position: absolute;
|
27551
|
+
top: 0;
|
27552
|
+
left: -1.25rem;
|
27335
27553
|
}
|
27336
27554
|
|
27337
|
-
.amis-scope .antd-
|
27338
|
-
|
27339
|
-
|
27340
|
-
display:
|
27341
|
-
|
27342
|
-
|
27343
|
-
|
27344
|
-
border-color: var(--text-color);
|
27345
|
-
border-style: solid;
|
27346
|
-
border-width: 0.0625rem 0.0625rem 0 0;
|
27347
|
-
transform: rotate(45deg);
|
27348
|
-
transform-origin: 50% 50%;
|
27555
|
+
.amis-scope .antd-CalendarMobile-header .rdtNext {
|
27556
|
+
width: 1.25rem;
|
27557
|
+
height: 2.75rem;
|
27558
|
+
display: block;
|
27559
|
+
position: absolute;
|
27560
|
+
top: 0;
|
27561
|
+
right: -1.25rem;
|
27349
27562
|
}
|
27350
27563
|
|
27351
|
-
.amis-scope .antd-
|
27352
|
-
|
27353
|
-
|
27564
|
+
.amis-scope .antd-CalendarMobile-title,
|
27565
|
+
.amis-scope .antd-CalendarMobile-subtitle {
|
27566
|
+
height: 2.75rem;
|
27567
|
+
font-weight: 500;
|
27568
|
+
line-height: 2.75rem;
|
27354
27569
|
text-align: center;
|
27355
|
-
margin-right: var(--gap-xs);
|
27356
27570
|
}
|
27357
27571
|
|
27358
|
-
.amis-scope .antd-
|
27359
|
-
|
27572
|
+
.amis-scope .antd-CalendarMobile-title {
|
27573
|
+
font-size: var(--fontSizeLg);
|
27360
27574
|
}
|
27361
27575
|
|
27362
|
-
.amis-scope .antd-
|
27363
|
-
|
27364
|
-
transform-origin: 50% 30%;
|
27576
|
+
.amis-scope .antd-CalendarMobile-weekdays {
|
27577
|
+
display: flex;
|
27365
27578
|
}
|
27366
27579
|
|
27367
|
-
.amis-scope .antd-
|
27368
|
-
|
27580
|
+
.amis-scope .antd-CalendarMobile-weekdays .weekday {
|
27581
|
+
flex: 1;
|
27582
|
+
line-height: 1.875rem;
|
27583
|
+
text-align: center;
|
27369
27584
|
}
|
27370
27585
|
|
27371
|
-
.amis-scope .antd-
|
27372
|
-
|
27373
|
-
|
27374
|
-
color:
|
27586
|
+
.amis-scope .antd-CalendarMobile-close {
|
27587
|
+
position: absolute;
|
27588
|
+
z-index: 1;
|
27589
|
+
color: #c8c9cc;
|
27590
|
+
font-size: 1rem;
|
27591
|
+
cursor: pointer;
|
27592
|
+
top: 0.6875rem;
|
27593
|
+
right: 1rem;
|
27375
27594
|
}
|
27376
27595
|
|
27377
|
-
.amis-scope .antd-
|
27378
|
-
|
27596
|
+
.amis-scope .antd-CalendarMobile-body::-webkit-scrollbar {
|
27597
|
+
width: 0;
|
27379
27598
|
}
|
27380
27599
|
|
27381
|
-
.amis-scope .antd-
|
27382
|
-
|
27600
|
+
.amis-scope .antd-CalendarMobile-body {
|
27601
|
+
flex: 1;
|
27602
|
+
overflow-y: scroll;
|
27383
27603
|
}
|
27384
27604
|
|
27385
|
-
.amis-scope .antd-
|
27386
|
-
|
27387
|
-
font-size: var(--fontSizeBase);
|
27388
|
-
border-top: var(--Collapse-header-collapsed-borderTop);
|
27389
|
-
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27605
|
+
.amis-scope .antd-CalendarMobile-body table {
|
27606
|
+
border-spacing: 0 0.25rem;
|
27390
27607
|
}
|
27391
27608
|
|
27392
|
-
.amis-scope .antd-
|
27393
|
-
|
27609
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27610
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27611
|
+
background: transparent;
|
27612
|
+
color: var(--Calendar-color);
|
27613
|
+
text-shadow: none;
|
27394
27614
|
}
|
27395
27615
|
|
27396
|
-
.amis-scope .antd-
|
27397
|
-
|
27398
|
-
|
27616
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27617
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27618
|
+
color: #999;
|
27399
27619
|
}
|
27400
27620
|
|
27401
|
-
.amis-scope .antd-
|
27402
|
-
|
27403
|
-
transform: rotate(-45deg);
|
27621
|
+
.amis-scope .antd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27622
|
+
display: none;
|
27404
27623
|
}
|
27405
27624
|
|
27406
|
-
.amis-scope .antd-
|
27407
|
-
|
27625
|
+
.amis-scope .antd-CalendarMobile-body .rdtPicker td {
|
27626
|
+
height: 3.5rem;
|
27627
|
+
position: relative;
|
27408
27628
|
}
|
27409
27629
|
|
27410
|
-
.amis-scope .antd-
|
27411
|
-
.amis-scope .antd-
|
27412
|
-
|
27413
|
-
|
27630
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27631
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27632
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27633
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27634
|
+
background: transparent;
|
27414
27635
|
}
|
27415
27636
|
|
27416
|
-
.amis-scope .antd-
|
27417
|
-
|
27418
|
-
|
27419
|
-
|
27420
|
-
|
27421
|
-
|
27637
|
+
.amis-scope .antd-CalendarMobile-body .calendar-wrap {
|
27638
|
+
position: relative;
|
27639
|
+
width: 3.125rem;
|
27640
|
+
height: 100%;
|
27641
|
+
text-align: center;
|
27642
|
+
display: inline-flex;
|
27643
|
+
align-items: center;
|
27644
|
+
justify-content: center;
|
27645
|
+
border-radius: 0.25rem;
|
27646
|
+
}
|
27647
|
+
|
27648
|
+
.amis-scope .antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
|
27649
|
+
width: auto;
|
27650
|
+
max-width: 3.125rem;
|
27651
|
+
}
|
27652
|
+
|
27653
|
+
.amis-scope .antd-CalendarMobile-footer {
|
27654
|
+
flex-shrink: 0;
|
27655
|
+
}
|
27656
|
+
|
27657
|
+
.amis-scope .antd-CalendarMobile-footer .date-range-confirm {
|
27658
|
+
height: 2.25rem;
|
27659
|
+
margin: 0.4375rem 0;
|
27660
|
+
border-radius: var(--borderRadiusMd);
|
27661
|
+
display: block;
|
27662
|
+
}
|
27663
|
+
|
27664
|
+
.amis-scope .antd-CalendarMobile-footer .is-disabled {
|
27665
|
+
opacity: 0.5;
|
27666
|
+
color: var(--Button--primary-color);
|
27667
|
+
background: var(--Button--primary-bg);
|
27668
|
+
border-color: var(--Button--primary-bg);
|
27669
|
+
filter: none;
|
27670
|
+
}
|
27671
|
+
|
27672
|
+
.amis-scope .antd-CalendarMobile-footer-toolbar {
|
27673
|
+
padding: 0 1rem;
|
27674
|
+
}
|
27675
|
+
|
27676
|
+
.amis-scope .antd-CalendarMobile-footer-ranges {
|
27677
|
+
background: #fff;
|
27678
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
27679
|
+
border-radius: 24px;
|
27680
|
+
overflow-x: auto;
|
27681
|
+
position: relative;
|
27682
|
+
height: 3rem;
|
27683
|
+
line-height: 3rem;
|
27684
|
+
}
|
27685
|
+
|
27686
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
|
27687
|
+
position: absolute;
|
27688
|
+
white-space: nowrap;
|
27689
|
+
}
|
27690
|
+
|
27691
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers .antd-DateRangePicker-ranger {
|
27692
|
+
margin: 0 1.5625rem;
|
27693
|
+
}
|
27694
|
+
|
27695
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DatePicker-shortcuts {
|
27696
|
+
width: auto;
|
27697
|
+
}
|
27698
|
+
|
27699
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
27700
|
+
padding: var(--gap-sm) 0;
|
27701
|
+
}
|
27702
|
+
|
27703
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker {
|
27704
|
+
width: 100%;
|
27705
|
+
padding: 0;
|
27706
|
+
}
|
27707
|
+
|
27708
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
27709
|
+
visibility: hidden;
|
27710
|
+
}
|
27711
|
+
|
27712
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
27713
|
+
display: none;
|
27714
|
+
}
|
27715
|
+
|
27716
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
27717
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
27718
|
+
color: var(--Button--primary-bg);
|
27719
|
+
}
|
27720
|
+
|
27721
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
27722
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
27723
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
27724
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
27725
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
27726
|
+
color: #fff;
|
27727
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
27728
|
+
}
|
27729
|
+
|
27730
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
27731
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
27732
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
27733
|
+
}
|
27734
|
+
|
27735
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
27736
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
27737
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
27738
|
+
}
|
27739
|
+
|
27740
|
+
.amis-scope .antd-CalendarMobile-calendar-header {
|
27741
|
+
height: 1.875rem;
|
27742
|
+
line-height: 1.875rem;
|
27743
|
+
text-align: center;
|
27744
|
+
}
|
27745
|
+
|
27746
|
+
.amis-scope .antd-CalendarMobile-range-text {
|
27747
|
+
position: absolute;
|
27748
|
+
right: 0;
|
27749
|
+
left: 0;
|
27750
|
+
bottom: 0;
|
27751
|
+
color: #fff;
|
27752
|
+
font-size: var(--fontSizeSm);
|
27753
|
+
white-space: nowrap;
|
27754
|
+
}
|
27755
|
+
|
27756
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
27757
|
+
position: relative;
|
27758
|
+
}
|
27759
|
+
|
27760
|
+
.amis-scope .antd-CalendarMobile-calendar-mark {
|
27761
|
+
position: absolute;
|
27762
|
+
top: 50%;
|
27763
|
+
left: 50%;
|
27764
|
+
z-index: 0;
|
27765
|
+
color: rgba(242, 243, 245, 0.8);
|
27766
|
+
font-size: 10rem;
|
27767
|
+
transform: translate(-50%, -50%);
|
27768
|
+
pointer-events: none;
|
27769
|
+
}
|
27770
|
+
|
27771
|
+
.amis-scope .antd-CalendarMobile-toast {
|
27772
|
+
position: fixed;
|
27773
|
+
top: 50%;
|
27774
|
+
left: 50%;
|
27775
|
+
transform: translate(-50%, -50%);
|
27776
|
+
width: 8.5rem;
|
27777
|
+
height: 2.25rem;
|
27778
|
+
background: rgba(0, 0, 0, 0.9);
|
27779
|
+
border-radius: 4px;
|
27780
|
+
color: #fff;
|
27781
|
+
display: flex;
|
27782
|
+
justify-content: center;
|
27783
|
+
align-items: center;
|
27784
|
+
}
|
27785
|
+
|
27786
|
+
.amis-scope .antd-CalendarMobile-time {
|
27787
|
+
height: 11.25rem;
|
27788
|
+
}
|
27789
|
+
|
27790
|
+
.amis-scope .antd-CalendarMobile-time-title {
|
27791
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
27792
|
+
border-left: none;
|
27793
|
+
border-right: none;
|
27794
|
+
text-align: center;
|
27795
|
+
height: 1.875rem;
|
27796
|
+
line-height: 1.875rem;
|
27797
|
+
}
|
27798
|
+
|
27799
|
+
.amis-scope .antd-CalendarMobile-time .rdtPicker {
|
27800
|
+
margin: 0 auto;
|
27801
|
+
}
|
27802
|
+
|
27803
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarTime {
|
27804
|
+
height: 8.125rem;
|
27805
|
+
overflow: hidden;
|
27806
|
+
}
|
27807
|
+
|
27808
|
+
.amis-scope .antd-CalendarMobile .antd-PickerColumns-header {
|
27809
|
+
display: none;
|
27810
|
+
}
|
27811
|
+
|
27812
|
+
.amis-scope .antd-Collapse {
|
27813
|
+
border: var(--Collapse-border);
|
27814
|
+
padding: 0;
|
27815
|
+
line-height: 1.25rem;
|
27816
|
+
}
|
27817
|
+
|
27818
|
+
.amis-scope .antd-Collapse-header {
|
27819
|
+
font-size: var(--Collapse-header-fontSize);
|
27820
|
+
font-weight: var(--Collapse-header-fontWeight);
|
27821
|
+
color: var(--text--loud-color);
|
27822
|
+
padding: var(--Collapse-header-padding);
|
27823
|
+
margin: 0;
|
27824
|
+
cursor: pointer;
|
27825
|
+
background: var(--Collapse-header-bg);
|
27826
|
+
}
|
27827
|
+
|
27828
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
27829
|
+
display: inline-flex;
|
27830
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
27831
|
+
}
|
27832
|
+
|
27833
|
+
.amis-scope .antd-Collapse-header-tpl {
|
27834
|
+
margin-right: 0.5rem;
|
27835
|
+
}
|
27836
|
+
|
27837
|
+
.amis-scope .antd-Collapse-header:hover {
|
27838
|
+
background: var(--Collapse-header-onHover-bg);
|
27839
|
+
}
|
27840
|
+
|
27841
|
+
.amis-scope .antd-Collapse-arrow {
|
27842
|
+
display: inline-block;
|
27843
|
+
width: 1rem;
|
27844
|
+
text-align: center;
|
27845
|
+
margin-right: var(--gap-sm);
|
27846
|
+
}
|
27847
|
+
|
27848
|
+
.amis-scope .antd-Collapse-arrow:before {
|
27849
|
+
content: "";
|
27850
|
+
position: relative;
|
27851
|
+
display: inline-block;
|
27852
|
+
width: 0.375rem;
|
27853
|
+
height: 0.375rem;
|
27854
|
+
top: -0.125rem;
|
27855
|
+
border-color: var(--text-color);
|
27856
|
+
border-style: solid;
|
27857
|
+
border-width: 0.0625rem 0.0625rem 0 0;
|
27858
|
+
transform: rotate(45deg);
|
27859
|
+
transform-origin: 50% 50%;
|
27860
|
+
}
|
27861
|
+
|
27862
|
+
.amis-scope .antd-Collapse-icon-tranform {
|
27863
|
+
display: inline-block;
|
27864
|
+
width: 1rem;
|
27865
|
+
text-align: center;
|
27866
|
+
margin-right: var(--gap-xs);
|
27867
|
+
}
|
27868
|
+
|
27869
|
+
.amis-scope .antd-Collapse .antd-TplField {
|
27870
|
+
display: inline-block;
|
27871
|
+
}
|
27872
|
+
|
27873
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
|
27874
|
+
transform: rotate(135deg);
|
27875
|
+
transform-origin: 50% 30%;
|
27876
|
+
}
|
27877
|
+
|
27878
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
|
27879
|
+
transform: rotate(90deg);
|
27880
|
+
}
|
27881
|
+
|
27882
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header {
|
27883
|
+
cursor: not-allowed;
|
27884
|
+
user-select: none;
|
27885
|
+
color: var(--text--muted-color);
|
27886
|
+
}
|
27887
|
+
|
27888
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
27889
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
27890
|
+
}
|
27891
|
+
|
27892
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
27893
|
+
border-color: var(--text--muted-color);
|
27894
|
+
}
|
27895
|
+
|
27896
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
|
27897
|
+
text-align: center;
|
27898
|
+
font-size: var(--fontSizeBase);
|
27899
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
27900
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27901
|
+
}
|
27902
|
+
|
27903
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
27904
|
+
border-top: none;
|
27905
|
+
}
|
27906
|
+
|
27907
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
27908
|
+
top: -0.25rem;
|
27909
|
+
transform: rotate(135deg);
|
27910
|
+
}
|
27911
|
+
|
27912
|
+
.amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
|
27913
|
+
top: 0;
|
27914
|
+
transform: rotate(-45deg);
|
27915
|
+
}
|
27916
|
+
|
27917
|
+
.amis-scope .antd-Collapse-contentWrapper {
|
27918
|
+
transition: height var(--animation-duration) ease;
|
27919
|
+
}
|
27920
|
+
|
27921
|
+
.amis-scope .antd-Collapse-contentWrapper.in,
|
27922
|
+
.amis-scope .antd-Collapse-contentWrapper.out {
|
27923
|
+
height: 0;
|
27924
|
+
overflow: hidden;
|
27925
|
+
}
|
27926
|
+
|
27927
|
+
.amis-scope .antd-Collapse-content {
|
27928
|
+
padding: var(--Collapse-content-padding);
|
27929
|
+
color: var(--body-color);
|
27930
|
+
font-size: var(--Collapse-content-fontSize);
|
27931
|
+
font-weight: var(--Collapse-content-fontWeight);
|
27932
|
+
}
|
27422
27933
|
|
27423
27934
|
.amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
27424
27935
|
border-bottom: none;
|
@@ -31069,7 +31580,7 @@ readers do not read off random characters that represent icons */
|
|
31069
31580
|
|
31070
31581
|
.amis-scope .antd-Card-multiMedia-img {
|
31071
31582
|
display: block;
|
31072
|
-
width:
|
31583
|
+
width: auto;
|
31073
31584
|
height: auto;
|
31074
31585
|
object-fit: cover;
|
31075
31586
|
border-radius: var(--Card-borderRadius);
|
@@ -32554,16 +33065,46 @@ readers do not read off random characters that represent icons */
|
|
32554
33065
|
min-height: 24px;
|
32555
33066
|
}
|
32556
33067
|
|
32557
|
-
.amis-scope .antd-
|
32558
|
-
|
32559
|
-
|
32560
|
-
|
32561
|
-
font-size: var(--
|
32562
|
-
|
32563
|
-
align-items: center;
|
33068
|
+
.amis-scope .antd-ResultBox.is-mobile {
|
33069
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
33070
|
+
border: none;
|
33071
|
+
padding: 0;
|
33072
|
+
font-size: var(--fontSizeLg);
|
33073
|
+
border: none;
|
32564
33074
|
justify-content: flex-end;
|
32565
|
-
|
32566
|
-
|
33075
|
+
}
|
33076
|
+
|
33077
|
+
.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow {
|
33078
|
+
margin-right: var(--gap-xs);
|
33079
|
+
width: var(--gap-md);
|
33080
|
+
text-align: center;
|
33081
|
+
display: flex;
|
33082
|
+
align-items: center;
|
33083
|
+
justify-content: center;
|
33084
|
+
line-height: 1;
|
33085
|
+
margin-left: 4px;
|
33086
|
+
}
|
33087
|
+
|
33088
|
+
.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow > svg {
|
33089
|
+
transition: transform var(--animation-duration);
|
33090
|
+
display: inline-block;
|
33091
|
+
color: var(--Form-select-caret-iconColor);
|
33092
|
+
width: 10px;
|
33093
|
+
height: 10px;
|
33094
|
+
top: 0;
|
33095
|
+
transform: rotate(-90deg);
|
33096
|
+
}
|
33097
|
+
|
33098
|
+
.amis-scope .antd-SearchBox {
|
33099
|
+
display: inline-flex;
|
33100
|
+
flex-direction: row;
|
33101
|
+
line-height: var(--Form-input-lineHeight);
|
33102
|
+
font-size: var(--Form-input-fontSize);
|
33103
|
+
flex-wrap: nowrap;
|
33104
|
+
align-items: center;
|
33105
|
+
justify-content: flex-end;
|
33106
|
+
height: 30px;
|
33107
|
+
width: 30px;
|
32567
33108
|
padding: 0 8px;
|
32568
33109
|
transition: all var(--animation-duration) ease-in-out;
|
32569
33110
|
border: var(--Form-input-borderWidth) solid transparent;
|
@@ -34066,6 +34607,8 @@ readers do not read off random characters that represent icons */
|
|
34066
34607
|
pointer-events: all;
|
34067
34608
|
margin-left: var(--Checkbox-gap);
|
34068
34609
|
cursor: pointer;
|
34610
|
+
display: inline-block;
|
34611
|
+
vertical-align: middle;
|
34069
34612
|
}
|
34070
34613
|
|
34071
34614
|
.amis-scope .antd-Checkbox > i + span > a {
|
@@ -34302,7 +34845,6 @@ readers do not read off random characters that represent icons */
|
|
34302
34845
|
|
34303
34846
|
.amis-scope .antd-Selection > .antd-Checkbox {
|
34304
34847
|
display: block;
|
34305
|
-
height: var(--Form-input-height);
|
34306
34848
|
line-height: var(--Form-input-lineHeight);
|
34307
34849
|
font-size: var(--Form-input-fontSize);
|
34308
34850
|
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));
|
@@ -34345,7 +34887,6 @@ readers do not read off random characters that represent icons */
|
|
34345
34887
|
|
34346
34888
|
.amis-scope .antd-GroupedSelection-item {
|
34347
34889
|
display: flex;
|
34348
|
-
height: var(--Form-input-height);
|
34349
34890
|
line-height: var(--Form-input-lineHeight);
|
34350
34891
|
font-size: var(--Form-input-fontSize);
|
34351
34892
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34476,7 +35017,6 @@ readers do not read off random characters that represent icons */
|
|
34476
35017
|
.amis-scope .antd-TreeSelection-itemInner {
|
34477
35018
|
display: flex;
|
34478
35019
|
align-items: center;
|
34479
|
-
height: var(--Form-input-height);
|
34480
35020
|
line-height: var(--Form-input-lineHeight);
|
34481
35021
|
font-size: var(--Form-input-fontSize);
|
34482
35022
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34531,6 +35071,7 @@ readers do not read off random characters that represent icons */
|
|
34531
35071
|
.amis-scope .antd-ChainedSelection {
|
34532
35072
|
display: flex;
|
34533
35073
|
flex-direction: row;
|
35074
|
+
min-height: 100%;
|
34534
35075
|
}
|
34535
35076
|
|
34536
35077
|
.amis-scope .antd-ChainedSelection-col {
|
@@ -34550,7 +35091,6 @@ readers do not read off random characters that represent icons */
|
|
34550
35091
|
|
34551
35092
|
.amis-scope .antd-ChainedSelection-item {
|
34552
35093
|
display: flex;
|
34553
|
-
height: var(--Form-input-height);
|
34554
35094
|
line-height: var(--Form-input-lineHeight);
|
34555
35095
|
font-size: var(--Form-input-fontSize);
|
34556
35096
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34665,6 +35205,33 @@ readers do not read off random characters that represent icons */
|
|
34665
35205
|
display: inline-block;
|
34666
35206
|
}
|
34667
35207
|
|
35208
|
+
.amis-scope .antd-CityArea-popup {
|
35209
|
+
height: 17.5rem;
|
35210
|
+
}
|
35211
|
+
|
35212
|
+
.amis-scope .antd-CityArea-Input {
|
35213
|
+
margin-top: var(--gap-xs);
|
35214
|
+
outline: none;
|
35215
|
+
vertical-align: top;
|
35216
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
35217
|
+
border-radius: var(--Form-input-borderRadius);
|
35218
|
+
line-height: var(--Form-input-lineHeight);
|
35219
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
35220
|
+
font-size: var(--Form-input-fontSize);
|
35221
|
+
display: inline-flex !important;
|
35222
|
+
}
|
35223
|
+
|
35224
|
+
.amis-scope .antd-CityArea-Input::placeholder {
|
35225
|
+
color: var(--Form-input-placeholderColor);
|
35226
|
+
user-select: none;
|
35227
|
+
}
|
35228
|
+
|
35229
|
+
.amis-scope .antd-CityArea-Input:focus {
|
35230
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
35231
|
+
box-shadow: var(--Form-input-boxShadow);
|
35232
|
+
background: var(--Form-input-onFocused-bg);
|
35233
|
+
}
|
35234
|
+
|
34668
35235
|
.amis-scope .antd-Switch {
|
34669
35236
|
cursor: pointer;
|
34670
35237
|
position: relative;
|
@@ -34945,6 +35512,7 @@ readers do not read off random characters that represent icons */
|
|
34945
35512
|
display: inline-flex;
|
34946
35513
|
vertical-align: middle;
|
34947
35514
|
text-align: left;
|
35515
|
+
align-items: center;
|
34948
35516
|
outline: none;
|
34949
35517
|
position: relative;
|
34950
35518
|
font-size: var(--Form-input-fontSize);
|
@@ -35091,10 +35659,26 @@ readers do not read off random characters that represent icons */
|
|
35091
35659
|
top: 0;
|
35092
35660
|
}
|
35093
35661
|
|
35094
|
-
.amis-scope .antd-Select.is-opened .antd-Select-arrow > svg {
|
35662
|
+
.amis-scope .antd-Select.is-opened:not(.is-mobile) .antd-Select-arrow > svg {
|
35095
35663
|
transform: rotate(180deg);
|
35096
35664
|
}
|
35097
35665
|
|
35666
|
+
.amis-scope .antd-Select.is-mobile {
|
35667
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
35668
|
+
border: none;
|
35669
|
+
padding: 0;
|
35670
|
+
font-size: var(--fontSizeLg);
|
35671
|
+
}
|
35672
|
+
|
35673
|
+
.amis-scope .antd-Select.is-mobile .antd-Select-valueWrap {
|
35674
|
+
text-align: right;
|
35675
|
+
padding-right: 4px;
|
35676
|
+
}
|
35677
|
+
|
35678
|
+
.amis-scope .antd-Select.is-mobile .antd-Select-arrow > svg {
|
35679
|
+
transform: rotate(-90deg);
|
35680
|
+
}
|
35681
|
+
|
35098
35682
|
.amis-scope .antd-Select-menu {
|
35099
35683
|
max-height: 18.75rem;
|
35100
35684
|
overflow: auto;
|
@@ -35105,6 +35689,15 @@ readers do not read off random characters that represent icons */
|
|
35105
35689
|
margin-top: -0.1875rem;
|
35106
35690
|
}
|
35107
35691
|
|
35692
|
+
.amis-scope .antd-Select-menu.is-mobile {
|
35693
|
+
width: 100%;
|
35694
|
+
text-align: center;
|
35695
|
+
}
|
35696
|
+
|
35697
|
+
.amis-scope .antd-Select-menu.is-mobile .antd-Select-option {
|
35698
|
+
line-height: 2.25rem;
|
35699
|
+
}
|
35700
|
+
|
35108
35701
|
.amis-scope .antd-Select--longlist {
|
35109
35702
|
overflow: hidden;
|
35110
35703
|
max-height: max-content;
|
@@ -35206,8 +35799,8 @@ readers do not read off random characters that represent icons */
|
|
35206
35799
|
margin-right: var(--Checkbox-gap);
|
35207
35800
|
}
|
35208
35801
|
|
35209
|
-
.amis-scope .antd-Select.is-focused,
|
35210
|
-
.amis-scope .antd-Select.is-opened {
|
35802
|
+
.amis-scope .antd-Select.is-focused:not(.is-mobile),
|
35803
|
+
.amis-scope .antd-Select.is-opened:not(.is-mobile) {
|
35211
35804
|
border-color: var(--Form-input-onFocused-borderColor);
|
35212
35805
|
color: var(--Form-select-onFocused-color);
|
35213
35806
|
}
|
@@ -35237,6 +35830,10 @@ readers do not read off random characters that represent icons */
|
|
35237
35830
|
fill: var(--Form-input-onHover-iconColor);
|
35238
35831
|
}
|
35239
35832
|
|
35833
|
+
.amis-scope .antd-Select-popup {
|
35834
|
+
height: 20rem;
|
35835
|
+
}
|
35836
|
+
|
35240
35837
|
.amis-scope .antd-Select-popover {
|
35241
35838
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
35242
35839
|
background: var(--Form-select-menu-bg);
|
@@ -35316,6 +35913,7 @@ readers do not read off random characters that represent icons */
|
|
35316
35913
|
height: var(--Form-input-height);
|
35317
35914
|
line-height: var(--Form-input-lineHeight);
|
35318
35915
|
font-size: var(--Form-input-fontSize);
|
35916
|
+
align-items: center;
|
35319
35917
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
35320
35918
|
}
|
35321
35919
|
|
@@ -35325,6 +35923,7 @@ readers do not read off random characters that represent icons */
|
|
35325
35923
|
}
|
35326
35924
|
|
35327
35925
|
.amis-scope .antd-Selections-item > .antd-Selections-dragbar {
|
35926
|
+
top: 0;
|
35328
35927
|
width: var(--gap-lg);
|
35329
35928
|
position: relative;
|
35330
35929
|
left: calc(var(--gap-xs) * -1);
|
@@ -35640,7 +36239,7 @@ readers do not read off random characters that represent icons */
|
|
35640
36239
|
}
|
35641
36240
|
|
35642
36241
|
.amis-scope .antd-ColorPicker-popup {
|
35643
|
-
height:
|
36242
|
+
height: 25rem;
|
35644
36243
|
}
|
35645
36244
|
|
35646
36245
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
@@ -35904,7 +36503,50 @@ readers do not read off random characters that represent icons */
|
|
35904
36503
|
}
|
35905
36504
|
|
35906
36505
|
.amis-scope .antd-DatePicker-popup {
|
35907
|
-
height:
|
36506
|
+
height: 18.75rem;
|
36507
|
+
}
|
36508
|
+
|
36509
|
+
.amis-scope .antd-DatePicker.is-mobile {
|
36510
|
+
border: 0;
|
36511
|
+
justify-content: flex-end;
|
36512
|
+
}
|
36513
|
+
|
36514
|
+
.amis-scope .antd-DatePicker.is-mobile span:focus,
|
36515
|
+
.amis-scope .antd-DatePicker.is-mobile a:focus {
|
36516
|
+
outline: unset;
|
36517
|
+
}
|
36518
|
+
|
36519
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value,
|
36520
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-clear {
|
36521
|
+
display: inline-flex;
|
36522
|
+
justify-content: flex-end;
|
36523
|
+
padding: 0 0;
|
36524
|
+
}
|
36525
|
+
|
36526
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value {
|
36527
|
+
margin-right: var(--gap-xs);
|
36528
|
+
}
|
36529
|
+
|
36530
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-placeholder {
|
36531
|
+
flex-grow: unset;
|
36532
|
+
flex-basis: unset;
|
36533
|
+
}
|
36534
|
+
|
36535
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-toggler {
|
36536
|
+
margin-top: -3px;
|
36537
|
+
}
|
36538
|
+
|
36539
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile {
|
36540
|
+
color: red;
|
36541
|
+
}
|
36542
|
+
|
36543
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt {
|
36544
|
+
width: 100%;
|
36545
|
+
}
|
36546
|
+
|
36547
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt .rdtPicker {
|
36548
|
+
width: 100%;
|
36549
|
+
padding: unset;
|
35908
36550
|
}
|
35909
36551
|
|
35910
36552
|
.amis-scope .rdt {
|
@@ -36441,7 +37083,7 @@ readers do not read off random characters that represent icons */
|
|
36441
37083
|
}
|
36442
37084
|
|
36443
37085
|
.amis-scope .antd-DateRangePicker-popup {
|
36444
|
-
height:
|
37086
|
+
height: 25rem;
|
36445
37087
|
}
|
36446
37088
|
|
36447
37089
|
@media (min-width: 576px) {
|
@@ -36462,6 +37104,36 @@ readers do not read off random characters that represent icons */
|
|
36462
37104
|
border-radius: var(--DatePicker-borderRadius);
|
36463
37105
|
}
|
36464
37106
|
|
37107
|
+
.amis-scope .antd-DateRangePicker.is-mobile {
|
37108
|
+
border: 0;
|
37109
|
+
justify-content: flex-end;
|
37110
|
+
}
|
37111
|
+
|
37112
|
+
.amis-scope .antd-DateRangePicker.is-mobile span:focus,
|
37113
|
+
.amis-scope .antd-DateRangePicker.is-mobile a:focus {
|
37114
|
+
outline: unset;
|
37115
|
+
}
|
37116
|
+
|
37117
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-value,
|
37118
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-clear {
|
37119
|
+
display: inline-flex;
|
37120
|
+
justify-content: flex-end;
|
37121
|
+
padding: 0 0;
|
37122
|
+
}
|
37123
|
+
|
37124
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-value {
|
37125
|
+
margin-right: var(--gap-xs);
|
37126
|
+
}
|
37127
|
+
|
37128
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-placeholder {
|
37129
|
+
flex-grow: unset;
|
37130
|
+
flex-basis: unset;
|
37131
|
+
}
|
37132
|
+
|
37133
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-toggler {
|
37134
|
+
margin-top: -3px;
|
37135
|
+
}
|
37136
|
+
|
36465
37137
|
.amis-scope .antd-ImageControl {
|
36466
37138
|
position: relative;
|
36467
37139
|
}
|
@@ -37773,7 +38445,7 @@ readers do not read off random characters that represent icons */
|
|
37773
38445
|
}
|
37774
38446
|
|
37775
38447
|
.amis-scope .antd-TreeSelect-popup {
|
37776
|
-
height:
|
38448
|
+
height: 25rem;
|
37777
38449
|
}
|
37778
38450
|
|
37779
38451
|
.amis-scope .antd-TreeSelect-popover {
|
@@ -38899,6 +39571,10 @@ readers do not read off random characters that represent icons */
|
|
38899
39571
|
flex-direction: column;
|
38900
39572
|
}
|
38901
39573
|
|
39574
|
+
.amis-scope .antd-TransferDropDown-content.is-mobile {
|
39575
|
+
width: 100%;
|
39576
|
+
}
|
39577
|
+
|
38902
39578
|
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
38903
39579
|
flex-grow: 1;
|
38904
39580
|
max-height: 100%;
|
@@ -39000,6 +39676,125 @@ readers do not read off random characters that represent icons */
|
|
39000
39676
|
border-bottom: 0.0625rem solid #eceff8;
|
39001
39677
|
}
|
39002
39678
|
|
39679
|
+
.amis-scope .antd-NestedSelect-popup {
|
39680
|
+
height: 28.75rem;
|
39681
|
+
}
|
39682
|
+
|
39683
|
+
.amis-scope .antd-Cascader-tabs {
|
39684
|
+
display: flex;
|
39685
|
+
}
|
39686
|
+
|
39687
|
+
.amis-scope .antd-Cascader-tabs.scrollable {
|
39688
|
+
display: block;
|
39689
|
+
overflow-x: auto;
|
39690
|
+
white-space: nowrap;
|
39691
|
+
}
|
39692
|
+
|
39693
|
+
.amis-scope .antd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
39694
|
+
display: none;
|
39695
|
+
}
|
39696
|
+
|
39697
|
+
.amis-scope .antd-Cascader-tab {
|
39698
|
+
flex: 1;
|
39699
|
+
width: calc((100vw - 20px) / 3);
|
39700
|
+
height: 23.125rem;
|
39701
|
+
overflow-y: auto;
|
39702
|
+
display: inline-block;
|
39703
|
+
}
|
39704
|
+
|
39705
|
+
.amis-scope .antd-Cascader-tab::-webkit-scrollbar {
|
39706
|
+
display: none;
|
39707
|
+
}
|
39708
|
+
|
39709
|
+
.amis-scope .antd-Cascader {
|
39710
|
+
width: 100%;
|
39711
|
+
padding: 0 10px;
|
39712
|
+
}
|
39713
|
+
|
39714
|
+
.amis-scope .antd-Cascader-Nav {
|
39715
|
+
overflow-x: auto;
|
39716
|
+
}
|
39717
|
+
|
39718
|
+
.amis-scope .antd-Cascader-NavItem {
|
39719
|
+
display: inline-block;
|
39720
|
+
margin-right: 0.625rem;
|
39721
|
+
list-style: none;
|
39722
|
+
cursor: pointer;
|
39723
|
+
user-select: none;
|
39724
|
+
padding: 0 0.375rem;
|
39725
|
+
}
|
39726
|
+
|
39727
|
+
.amis-scope .antd-Cascader-btnGroup {
|
39728
|
+
display: flex;
|
39729
|
+
justify-content: space-between;
|
39730
|
+
align-items: center;
|
39731
|
+
height: 3.75rem;
|
39732
|
+
}
|
39733
|
+
|
39734
|
+
.amis-scope .antd-Cascader-options {
|
39735
|
+
box-sizing: border-box;
|
39736
|
+
height: var(--Cascader-option-height);
|
39737
|
+
padding-top: 0.375rem;
|
39738
|
+
overflow-y: auto;
|
39739
|
+
-webkit-overflow-scrolling: touch;
|
39740
|
+
margin: 0;
|
39741
|
+
padding: 0;
|
39742
|
+
}
|
39743
|
+
|
39744
|
+
.amis-scope .antd-Cascader-option {
|
39745
|
+
display: flex;
|
39746
|
+
align-items: center;
|
39747
|
+
justify-content: space-between;
|
39748
|
+
padding: 0.375rem 0;
|
39749
|
+
font-size: var(--fontSizeMd);
|
39750
|
+
line-height: var(--Cascader-option-lineHeight);
|
39751
|
+
cursor: pointer;
|
39752
|
+
position: relative;
|
39753
|
+
}
|
39754
|
+
|
39755
|
+
.amis-scope .antd-Cascader-option.selected span {
|
39756
|
+
color: var(--primary);
|
39757
|
+
}
|
39758
|
+
|
39759
|
+
.amis-scope .antd-Cascader-option.disabled span {
|
39760
|
+
color: gray;
|
39761
|
+
}
|
39762
|
+
|
39763
|
+
.amis-scope .antd-Cascader-option--text {
|
39764
|
+
white-space: nowrap;
|
39765
|
+
overflow: hidden;
|
39766
|
+
text-overflow: ellipsis;
|
39767
|
+
user-select: none;
|
39768
|
+
}
|
39769
|
+
|
39770
|
+
.amis-scope .antd-Cascader-option-selectedNum {
|
39771
|
+
min-width: 1rem;
|
39772
|
+
height: 1rem;
|
39773
|
+
line-height: 1rem;
|
39774
|
+
border-radius: 100%;
|
39775
|
+
text-align: center;
|
39776
|
+
background: var(--Form-select-menu-onActive-color);
|
39777
|
+
color: var(--white) !important;
|
39778
|
+
font-size: var(--fontSizeSm);
|
39779
|
+
display: inline-block;
|
39780
|
+
position: absolute;
|
39781
|
+
right: 0;
|
39782
|
+
top: 50%;
|
39783
|
+
transform: translateY(-50%);
|
39784
|
+
}
|
39785
|
+
|
39786
|
+
.amis-scope .antd-Cascader-icon {
|
39787
|
+
color: var(--primary);
|
39788
|
+
}
|
39789
|
+
|
39790
|
+
.amis-scope .antd-Cascader-tab {
|
39791
|
+
padding: 0;
|
39792
|
+
}
|
39793
|
+
|
39794
|
+
.amis-scope .antd-Cascader-btnCancel {
|
39795
|
+
color: var(--PopUp-cancelAction-color);
|
39796
|
+
}
|
39797
|
+
|
39003
39798
|
.amis-scope .antd-IconPickerControl {
|
39004
39799
|
position: relative;
|
39005
39800
|
max-width: 100%;
|
@@ -39256,6 +40051,8 @@ readers do not read off random characters that represent icons */
|
|
39256
40051
|
font-weight: var(--fontWeightNormal);
|
39257
40052
|
margin-bottom: var(--gap-xs);
|
39258
40053
|
position: relative;
|
40054
|
+
font-size: var(--Form-item-fontSize);
|
40055
|
+
color: var(--Form-item-fontColor);
|
39259
40056
|
}
|
39260
40057
|
|
39261
40058
|
.amis-scope .antd-Form-label > span {
|
@@ -39658,26 +40455,196 @@ readers do not read off random characters that represent icons */
|
|
39658
40455
|
width: 10%;
|
39659
40456
|
}
|
39660
40457
|
|
39661
|
-
|
39662
|
-
display: flex;
|
39663
|
-
height: 25rem;
|
39664
|
-
}
|
40458
|
+
/* 移动端样式调整 */
|
39665
40459
|
|
39666
|
-
|
39667
|
-
|
39668
|
-
|
39669
|
-
|
39670
|
-
|
39671
|
-
|
39672
|
-
|
40460
|
+
@media (max-width: 767px) {
|
40461
|
+
.amis-scope .antd-Form .antd-Form-item {
|
40462
|
+
display: flex;
|
40463
|
+
flex-wrap: wrap;
|
40464
|
+
margin-bottom: 0;
|
40465
|
+
padding: var(--Form-item-gap) 0;
|
40466
|
+
position: relative;
|
40467
|
+
}
|
39673
40468
|
|
39674
|
-
.amis-scope .antd-
|
39675
|
-
|
39676
|
-
|
39677
|
-
|
40469
|
+
.amis-scope .antd-Form .antd-Form-item::after {
|
40470
|
+
position: absolute;
|
40471
|
+
box-sizing: border-box;
|
40472
|
+
content: " ";
|
40473
|
+
pointer-events: none;
|
40474
|
+
right: 0;
|
40475
|
+
bottom: 0;
|
40476
|
+
left: 0;
|
40477
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
40478
|
+
transform: scaleY(0.5);
|
40479
|
+
}
|
39678
40480
|
|
39679
|
-
.amis-scope .antd-
|
39680
|
-
|
40481
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup-addOn,
|
40482
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-addOn {
|
40483
|
+
border: none;
|
40484
|
+
}
|
40485
|
+
|
40486
|
+
.amis-scope .antd-Form .antd-Form-item > .antd-Form-label {
|
40487
|
+
flex: 0 0 28%;
|
40488
|
+
max-width: 28%;
|
40489
|
+
min-height: 1px;
|
40490
|
+
text-align: left;
|
40491
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
40492
|
+
overflow-wrap: break-word;
|
40493
|
+
margin-right: 0;
|
40494
|
+
margin-bottom: 0;
|
40495
|
+
font-size: var(--fontSizeLg);
|
40496
|
+
}
|
40497
|
+
|
40498
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description {
|
40499
|
+
font-size: var(--fontSizeBase);
|
40500
|
+
}
|
40501
|
+
|
40502
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input {
|
40503
|
+
font-size: var(--fontSizeLg);
|
40504
|
+
}
|
40505
|
+
|
40506
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input input {
|
40507
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
40508
|
+
}
|
40509
|
+
|
40510
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value,
|
40511
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control {
|
40512
|
+
flex: 1;
|
40513
|
+
flex-wrap: wrap;
|
40514
|
+
font-size: var(--fontSizeLg);
|
40515
|
+
}
|
40516
|
+
|
40517
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
|
40518
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
|
40519
|
+
background: transparent;
|
40520
|
+
}
|
40521
|
+
|
40522
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint,
|
40523
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-remark,
|
40524
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static,
|
40525
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item,
|
40526
|
+
.amis-scope .antd-Form .antd-Form-item .antd-SwitchControl,
|
40527
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxControl,
|
40528
|
+
.amis-scope .antd-Form .antd-Form-item .antd-RadiosControl,
|
40529
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxesControl {
|
40530
|
+
padding-top: 0;
|
40531
|
+
padding-bottom: 0;
|
40532
|
+
}
|
40533
|
+
|
40534
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
|
40535
|
+
height: var(--Form-input-height);
|
40536
|
+
}
|
40537
|
+
|
40538
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint {
|
40539
|
+
font-size: var(--fontSizeBase);
|
40540
|
+
margin-left: 0;
|
40541
|
+
color: var(--text--muted-color);
|
40542
|
+
}
|
40543
|
+
|
40544
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-placeholder {
|
40545
|
+
top: 0;
|
40546
|
+
}
|
40547
|
+
|
40548
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static {
|
40549
|
+
min-height: 0;
|
40550
|
+
}
|
40551
|
+
|
40552
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description,
|
40553
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-feedback {
|
40554
|
+
font-size: var(--fontSizeBase);
|
40555
|
+
}
|
40556
|
+
|
40557
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-Select,
|
40558
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
|
40559
|
+
border: none;
|
40560
|
+
}
|
40561
|
+
|
40562
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
|
40563
|
+
height: var(--Form-input-height);
|
40564
|
+
}
|
40565
|
+
|
40566
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker {
|
40567
|
+
padding: 0;
|
40568
|
+
border: none;
|
40569
|
+
}
|
40570
|
+
|
40571
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
|
40572
|
+
display: none;
|
40573
|
+
}
|
40574
|
+
|
40575
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
|
40576
|
+
margin-bottom: var(--gap-xs);
|
40577
|
+
}
|
40578
|
+
|
40579
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea,
|
40580
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
40581
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
40582
|
+
border: none;
|
40583
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40584
|
+
box-shadow: none;
|
40585
|
+
}
|
40586
|
+
|
40587
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:hover,
|
40588
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:focus,
|
40589
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea.active,
|
40590
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
40591
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
40592
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
40593
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
40594
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
40595
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
40596
|
+
border: none;
|
40597
|
+
outline: none;
|
40598
|
+
outline-style: none;
|
40599
|
+
}
|
40600
|
+
|
40601
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
|
40602
|
+
padding: 0;
|
40603
|
+
min-height: 0;
|
40604
|
+
}
|
40605
|
+
|
40606
|
+
.amis-scope .antd-Form .antd-Form-groupColumn {
|
40607
|
+
margin-bottom: 0;
|
40608
|
+
}
|
40609
|
+
|
40610
|
+
.amis-scope .antd-Form .antd-Divider {
|
40611
|
+
display: none;
|
40612
|
+
}
|
40613
|
+
|
40614
|
+
.amis-scope .antd-Form .antd-Tabs-pane {
|
40615
|
+
padding: 0;
|
40616
|
+
}
|
40617
|
+
|
40618
|
+
.amis-scope .antd-Form > .antd-Form-item:last-child::after,
|
40619
|
+
.amis-scope .antd-Form > .antd-Form-item:last-of-type::after {
|
40620
|
+
display: none;
|
40621
|
+
}
|
40622
|
+
|
40623
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
40624
|
+
padding-bottom: var(--Form-input-paddingX);
|
40625
|
+
}
|
40626
|
+
}
|
40627
|
+
|
40628
|
+
.amis-scope .antd-AnchorNav {
|
40629
|
+
display: flex;
|
40630
|
+
height: 25rem;
|
40631
|
+
}
|
40632
|
+
|
40633
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
40634
|
+
margin: 0;
|
40635
|
+
padding: 0;
|
40636
|
+
width: var(--Tabs--vertical-width);
|
40637
|
+
border-right: var(--AnchorNav-links-container-borderRight);
|
40638
|
+
padding-bottom: 3.75rem;
|
40639
|
+
}
|
40640
|
+
|
40641
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
40642
|
+
position: relative;
|
40643
|
+
display: block;
|
40644
|
+
}
|
40645
|
+
|
40646
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
40647
|
+
display: block;
|
39681
40648
|
border: var(--Tabs-borderWidth) solid transparent;
|
39682
40649
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
39683
40650
|
color: var(--Tabs-color);
|
@@ -40051,20 +41018,29 @@ readers do not read off random characters that represent icons */
|
|
40051
41018
|
box-sizing: content-box;
|
40052
41019
|
}
|
40053
41020
|
|
41021
|
+
.amis-scope .antd-FormulaEditor-content {
|
41022
|
+
border-radius: var(--borderRadius);
|
41023
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
41024
|
+
}
|
41025
|
+
|
40054
41026
|
.amis-scope .antd-FormulaEditor-header {
|
40055
41027
|
width: 100%;
|
40056
|
-
height:
|
40057
|
-
line-height:
|
40058
|
-
padding
|
41028
|
+
height: 1.875rem;
|
41029
|
+
line-height: 1.875rem;
|
41030
|
+
padding: 0 0.625rem;
|
40059
41031
|
box-sizing: border-box;
|
40060
|
-
background:
|
41032
|
+
background: var(--Formula-header-bgColor);
|
41033
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
41034
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
41035
|
+
font-weight: 500;
|
40061
41036
|
}
|
40062
41037
|
|
40063
41038
|
.amis-scope .antd-FormulaEditor-editor {
|
40064
41039
|
min-height: 14.875rem;
|
40065
41040
|
max-height: 20rem;
|
40066
41041
|
height: auto;
|
40067
|
-
|
41042
|
+
padding: 0.625rem;
|
41043
|
+
padding-right: 0;
|
40068
41044
|
}
|
40069
41045
|
|
40070
41046
|
.amis-scope .antd-FormulaEditor.is-error .antd-FormulaEditor-editor {
|
@@ -40150,7 +41126,7 @@ readers do not read off random characters that represent icons */
|
|
40150
41126
|
}
|
40151
41127
|
|
40152
41128
|
.amis-scope .antd-FormulaFuncList-funcItem.is-active {
|
40153
|
-
|
41129
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
40154
41130
|
}
|
40155
41131
|
|
40156
41132
|
.amis-scope .antd-FormulaFuncList-groupTitle {
|
@@ -40166,8 +41142,384 @@ readers do not read off random characters that represent icons */
|
|
40166
41142
|
padding: 10px 20px;
|
40167
41143
|
}
|
40168
41144
|
|
41145
|
+
.amis-scope .antd-FormulaFuncList-funcDetail pre {
|
41146
|
+
white-space: pre-wrap;
|
41147
|
+
word-wrap: break-word;
|
41148
|
+
background: var(--Formula-header-bgColor);
|
41149
|
+
padding: 0.625rem;
|
41150
|
+
border-radius: var(--borderRadius);
|
41151
|
+
margin-top: 0;
|
41152
|
+
}
|
41153
|
+
|
41154
|
+
.amis-scope .antd-FormulaFuncList-funcDetail div {
|
41155
|
+
color: var(--text--loud-color);
|
41156
|
+
}
|
41157
|
+
|
40169
41158
|
.amis-scope .antd-FormulaPicker-icon {
|
40170
41159
|
margin-left: auto;
|
41160
|
+
margin-right: 0.3125rem;
|
41161
|
+
}
|
41162
|
+
|
41163
|
+
.amis-scope .antd-Timeline-vertical {
|
41164
|
+
display: flex;
|
41165
|
+
flex-flow: column;
|
41166
|
+
}
|
41167
|
+
|
41168
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem {
|
41169
|
+
display: flex;
|
41170
|
+
flex: 1;
|
41171
|
+
flex-direction: row;
|
41172
|
+
}
|
41173
|
+
|
41174
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
41175
|
+
display: none;
|
41176
|
+
}
|
41177
|
+
|
41178
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle {
|
41179
|
+
position: relative;
|
41180
|
+
flex: var(--TimelineItem--axle-flex);
|
41181
|
+
}
|
41182
|
+
|
41183
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line {
|
41184
|
+
position: absolute;
|
41185
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
41186
|
+
width: var(--TimelineItem--left-line-width);
|
41187
|
+
left: var(--TimelineItem--left-line-left);
|
41188
|
+
top: var(--TimelineItem--left-line-top);
|
41189
|
+
background-color: var(--TimelineItem--line-bg);
|
41190
|
+
}
|
41191
|
+
|
41192
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
|
41193
|
+
position: absolute;
|
41194
|
+
width: var(--TimelineItem--round-width);
|
41195
|
+
height: var(--TimelineItem--round-height);
|
41196
|
+
left: var(--TimelineItem--round-left);
|
41197
|
+
top: var(--TimelineItem--round-top);
|
41198
|
+
background: var(--TimelineItem-round-bg);
|
41199
|
+
border-radius: var(--TimelineItem--round-radius);
|
41200
|
+
}
|
41201
|
+
|
41202
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
41203
|
+
background: var(--Timeline--danger-bg);
|
41204
|
+
}
|
41205
|
+
|
41206
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
41207
|
+
background: var(--Timeline--info-bg);
|
41208
|
+
}
|
41209
|
+
|
41210
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
41211
|
+
background: var(--Timeline--success-bg);
|
41212
|
+
}
|
41213
|
+
|
41214
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
41215
|
+
background: var(--Timeline--warning-bg);
|
41216
|
+
}
|
41217
|
+
|
41218
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
41219
|
+
position: absolute;
|
41220
|
+
width: var(--TimelineItem--icon-width);
|
41221
|
+
height: var(--TimelineItem--icon-height);
|
41222
|
+
left: var(--TimelineItem--icon-left);
|
41223
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41224
|
+
}
|
41225
|
+
|
41226
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content {
|
41227
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
41228
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
41229
|
+
}
|
41230
|
+
|
41231
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-time {
|
41232
|
+
color: var(--TimelineItem--text-secondary-color);
|
41233
|
+
font-size: var(--Timeline--font-size);
|
41234
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
41235
|
+
}
|
41236
|
+
|
41237
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
|
41238
|
+
color: var(--TimelineItem--text-primary-color);
|
41239
|
+
font-size: var(--Timeline--font-size);
|
41240
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
41241
|
+
}
|
41242
|
+
|
41243
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
|
41244
|
+
display: flex;
|
41245
|
+
cursor: pointer;
|
41246
|
+
align-items: center;
|
41247
|
+
font-size: var(--Timeline--font-size);
|
41248
|
+
color: var(--TimelineItem--detail-button-color);
|
41249
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
41250
|
+
}
|
41251
|
+
|
41252
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow {
|
41253
|
+
width: var(--TimelineItem-detail-arrow-width);
|
41254
|
+
height: var(--TimelineItem-detail-arrow-width);
|
41255
|
+
}
|
41256
|
+
|
41257
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow-top {
|
41258
|
+
transform: rotateX(180deg);
|
41259
|
+
}
|
41260
|
+
|
41261
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
41262
|
+
display: block;
|
41263
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
41264
|
+
font-size: var(--Timeline--font-size);
|
41265
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
41266
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
41267
|
+
}
|
41268
|
+
|
41269
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-invisible {
|
41270
|
+
display: none;
|
41271
|
+
}
|
41272
|
+
|
41273
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-left .antd-TimelineItem {
|
41274
|
+
flex-direction: row-reverse;
|
41275
|
+
}
|
41276
|
+
|
41277
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(odd) {
|
41278
|
+
flex-direction: row-reverse;
|
41279
|
+
max-width: 50%;
|
41280
|
+
}
|
41281
|
+
|
41282
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(even) {
|
41283
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
41284
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
41285
|
+
}
|
41286
|
+
|
41287
|
+
.amis-scope .antd-Timeline-horizontal {
|
41288
|
+
display: flex;
|
41289
|
+
flex-flow: row;
|
41290
|
+
margin-left: 50%;
|
41291
|
+
transform: translateX(-50%);
|
41292
|
+
}
|
41293
|
+
|
41294
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem {
|
41295
|
+
display: flex;
|
41296
|
+
width: -webkit-fill-available;
|
41297
|
+
flex-flow: column;
|
41298
|
+
}
|
41299
|
+
|
41300
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
41301
|
+
display: none;
|
41302
|
+
}
|
41303
|
+
|
41304
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle {
|
41305
|
+
position: relative;
|
41306
|
+
flex: var(--TimelineItem--axle-flex);
|
41307
|
+
}
|
41308
|
+
|
41309
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
|
41310
|
+
position: absolute;
|
41311
|
+
height: var(--TimelineItem--left-line-width);
|
41312
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
41313
|
+
left: var(--TimelineItem--left-line-top);
|
41314
|
+
top: var(--TimelineItem--left-line-left);
|
41315
|
+
background-color: var(--TimelineItem--line-bg);
|
41316
|
+
}
|
41317
|
+
|
41318
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round {
|
41319
|
+
position: absolute;
|
41320
|
+
width: var(--TimelineItem--round-width);
|
41321
|
+
height: var(--TimelineItem--round-height);
|
41322
|
+
left: var(--TimelineItem--round-top);
|
41323
|
+
top: var(--TimelineItem--round-left);
|
41324
|
+
background: var(--TimelineItem-round-bg);
|
41325
|
+
border-radius: var(--TimelineItem--round-radius);
|
41326
|
+
}
|
41327
|
+
|
41328
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
41329
|
+
background: var(--Timeline--danger-bg);
|
41330
|
+
}
|
41331
|
+
|
41332
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
41333
|
+
background: var(--Timeline--info-bg);
|
41334
|
+
}
|
41335
|
+
|
41336
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
41337
|
+
background: var(--Timeline--success-bg);
|
41338
|
+
}
|
41339
|
+
|
41340
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
41341
|
+
background: var(--Timeline--warning-bg);
|
41342
|
+
}
|
41343
|
+
|
41344
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
41345
|
+
position: absolute;
|
41346
|
+
width: var(--TimelineItem--icon-width);
|
41347
|
+
height: var(--TimelineItem--icon-height);
|
41348
|
+
left: var(--TimelineItem--icon-left);
|
41349
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41350
|
+
}
|
41351
|
+
|
41352
|
+
/**
|
41353
|
+
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
41354
|
+
*/
|
41355
|
+
|
41356
|
+
.amis-scope .AMISDebug {
|
41357
|
+
position: fixed;
|
41358
|
+
z-index: 4000;
|
41359
|
+
top: 0;
|
41360
|
+
right: 0;
|
41361
|
+
height: 100vh;
|
41362
|
+
width: 24px;
|
41363
|
+
}
|
41364
|
+
|
41365
|
+
.amis-scope .AMISDebug h3 {
|
41366
|
+
color: inherit;
|
41367
|
+
}
|
41368
|
+
|
41369
|
+
.amis-scope .AMISDebug .primary {
|
41370
|
+
color: #009fff;
|
41371
|
+
}
|
41372
|
+
|
41373
|
+
.amis-scope .AMISDebug-header {
|
41374
|
+
padding: var(--Drawer-header-padding);
|
41375
|
+
background: var(--Drawer-header-bg);
|
41376
|
+
border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
|
41377
|
+
}
|
41378
|
+
|
41379
|
+
.amis-scope .AMISDebug-hoverBox {
|
41380
|
+
pointer-events: none;
|
41381
|
+
position: absolute;
|
41382
|
+
outline: 1px dashed #1c76c4;
|
41383
|
+
}
|
41384
|
+
|
41385
|
+
.amis-scope .AMISDebug-activeBox {
|
41386
|
+
pointer-events: none;
|
41387
|
+
position: absolute;
|
41388
|
+
outline: 1px #1c76c4;
|
41389
|
+
}
|
41390
|
+
|
41391
|
+
.amis-scope .AMISDebug-tab {
|
41392
|
+
overflow: hidden;
|
41393
|
+
}
|
41394
|
+
|
41395
|
+
.amis-scope .AMISDebug-tab > button {
|
41396
|
+
color: inherit;
|
41397
|
+
background: inherit;
|
41398
|
+
float: left;
|
41399
|
+
border: none;
|
41400
|
+
outline: none;
|
41401
|
+
cursor: pointer;
|
41402
|
+
padding: var(--gap-sm) var(--gap-md);
|
41403
|
+
transition: 0.3s;
|
41404
|
+
border-bottom: 1px solid transparent;
|
41405
|
+
}
|
41406
|
+
|
41407
|
+
.amis-scope .AMISDebug-tab > button:hover {
|
41408
|
+
color: #e7e7e7;
|
41409
|
+
}
|
41410
|
+
|
41411
|
+
.amis-scope .AMISDebug-tab > button.active {
|
41412
|
+
color: #e7e7e7;
|
41413
|
+
border-bottom-color: #e7e7e7;
|
41414
|
+
}
|
41415
|
+
|
41416
|
+
.amis-scope .AMISDebug-toggle {
|
41417
|
+
background: var(--body-bg);
|
41418
|
+
position: fixed;
|
41419
|
+
top: 50%;
|
41420
|
+
right: 0;
|
41421
|
+
width: 24px;
|
41422
|
+
height: 48px;
|
41423
|
+
box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
|
41424
|
+
border-top-left-radius: 12px;
|
41425
|
+
border-bottom-left-radius: 12px;
|
41426
|
+
padding-top: 14px;
|
41427
|
+
padding-left: 6px;
|
41428
|
+
cursor: pointer;
|
41429
|
+
}
|
41430
|
+
|
41431
|
+
.amis-scope .AMISDebug-toggle i {
|
41432
|
+
color: var(--text-color);
|
41433
|
+
}
|
41434
|
+
|
41435
|
+
.amis-scope .AMISDebug-toggle:hover i {
|
41436
|
+
color: var(--primary);
|
41437
|
+
}
|
41438
|
+
|
41439
|
+
.amis-scope .AMISDebug-content {
|
41440
|
+
display: none;
|
41441
|
+
}
|
41442
|
+
|
41443
|
+
.amis-scope .AMISDebug-resize {
|
41444
|
+
position: absolute;
|
41445
|
+
width: 4px;
|
41446
|
+
top: 0;
|
41447
|
+
left: 0;
|
41448
|
+
bottom: 0;
|
41449
|
+
cursor: col-resize;
|
41450
|
+
}
|
41451
|
+
|
41452
|
+
.amis-scope .AMISDebug-resize:hover {
|
41453
|
+
background: #75715e;
|
41454
|
+
}
|
41455
|
+
|
41456
|
+
.amis-scope .AMISDebug-changePosition {
|
41457
|
+
position: absolute;
|
41458
|
+
font-size: 18px;
|
41459
|
+
right: 40px;
|
41460
|
+
top: var(--gap-sm);
|
41461
|
+
cursor: pointer;
|
41462
|
+
}
|
41463
|
+
|
41464
|
+
.amis-scope .AMISDebug-close {
|
41465
|
+
position: absolute;
|
41466
|
+
font-size: 18px;
|
41467
|
+
right: var(--gap-sm);
|
41468
|
+
top: var(--gap-sm);
|
41469
|
+
cursor: pointer;
|
41470
|
+
}
|
41471
|
+
|
41472
|
+
.amis-scope .AMISDebug.is-expanded {
|
41473
|
+
width: 420px;
|
41474
|
+
overflow: auto;
|
41475
|
+
background: #272821;
|
41476
|
+
color: #cccccc;
|
41477
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
41478
|
+
}
|
41479
|
+
|
41480
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
|
41481
|
+
display: none;
|
41482
|
+
}
|
41483
|
+
|
41484
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-content {
|
41485
|
+
display: block;
|
41486
|
+
}
|
41487
|
+
|
41488
|
+
.amis-scope .AMISDebug.is-left {
|
41489
|
+
left: 0;
|
41490
|
+
}
|
41491
|
+
|
41492
|
+
.amis-scope .AMISDebug.is-left .AMISDebug-resize {
|
41493
|
+
left: unset;
|
41494
|
+
right: 0;
|
41495
|
+
}
|
41496
|
+
|
41497
|
+
.amis-scope .AMISDebug-log {
|
41498
|
+
padding: var(--gap-sm);
|
41499
|
+
}
|
41500
|
+
|
41501
|
+
.amis-scope .AMISDebug-log button {
|
41502
|
+
cursor: pointer;
|
41503
|
+
background: #0e639c;
|
41504
|
+
flex-grow: 1;
|
41505
|
+
box-sizing: border-box;
|
41506
|
+
display: inline-flex;
|
41507
|
+
justify-content: center;
|
41508
|
+
align-items: center;
|
41509
|
+
padding: 6px 11px;
|
41510
|
+
outline: none;
|
41511
|
+
text-decoration: none;
|
41512
|
+
color: inherit;
|
41513
|
+
max-width: 300px;
|
41514
|
+
border: none;
|
41515
|
+
}
|
41516
|
+
|
41517
|
+
.amis-scope .AMISDebug-log button:hover {
|
41518
|
+
background: #1177bb;
|
41519
|
+
}
|
41520
|
+
|
41521
|
+
.amis-scope .AMISDebug-inspect {
|
41522
|
+
padding: var(--gap-sm);
|
40171
41523
|
}
|
40172
41524
|
|
40173
41525
|
/*
|