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/sdk.css
CHANGED
@@ -19838,6 +19838,12 @@ readers do not read off random characters that represent icons */
|
|
19838
19838
|
--Audio-volumeControl-width: 6.875rem;
|
19839
19839
|
--Avatar-bg: #d1d5db;
|
19840
19840
|
--Avatar-width: 2.5rem;
|
19841
|
+
--Avatar-size-large: 3rem;
|
19842
|
+
--Avatar-size-default: var(--Avatar-width);
|
19843
|
+
--Avatar-size-small: 2rem;
|
19844
|
+
--Avatar-icon-size-large: 1.25rem;
|
19845
|
+
--Avatar-icon-size-default: var(--fontSizeLg);
|
19846
|
+
--Avatar-icon-size-small: 0.75rem;
|
19841
19847
|
--Badge-size: var(--gap-md);
|
19842
19848
|
--Badge-color: var(--white);
|
19843
19849
|
--Badge--success-bg: var(--success);
|
@@ -20273,10 +20279,11 @@ readers do not read off random characters that represent icons */
|
|
20273
20279
|
--DropDown-menu-paddingX: 0;
|
20274
20280
|
--DropDown-menu-paddingY: var(--gap-xs);
|
20275
20281
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
20276
|
-
--DropDown-
|
20282
|
+
--DropDown-group-color: #848b99;
|
20283
|
+
--DropDown-menuItem-color: #151a26;
|
20277
20284
|
--DropDown-menuItem-onHover-color: var(--primary);
|
20278
20285
|
--DropDown-menuItem-onActive-color: var(--primary);
|
20279
|
-
--DropDown-menuItem-onDisabled-color:
|
20286
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
20280
20287
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
20281
20288
|
--DropDown-menuItem-paddingY: calc(
|
20282
20289
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -20299,6 +20306,8 @@ readers do not read off random characters that represent icons */
|
|
20299
20306
|
--Form-description-color: #273047;
|
20300
20307
|
--Form-description-fontSize: var(--fontSizeSm);
|
20301
20308
|
--Form-fontSize: var(--fontSizeBase);
|
20309
|
+
--Form-item-fontSize: var(--Form-fontSize);
|
20310
|
+
--Form-item-fontColor: #5e626a;
|
20302
20311
|
--Form-group--lg-gutterWidth: 2.5rem;
|
20303
20312
|
--Form-group--md-gutterWidth: 1.875rem;
|
20304
20313
|
--Form-group--sm-gutterWidth: var(--gap-md);
|
@@ -20700,11 +20709,12 @@ readers do not read off random characters that represent icons */
|
|
20700
20709
|
--PickerColumns-bg: white;
|
20701
20710
|
--PickerColumns-toolbar-height: 3.125rem;
|
20702
20711
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20712
|
+
--PickerColumns-title-color: #222;
|
20703
20713
|
--PickerColumns-title-lineHeight: 1.5;
|
20704
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
20705
|
-
--PickerColumns-action-fontSize: var(--
|
20706
|
-
--PickerColumns-confirmAction-color: #
|
20707
|
-
--PickerColumns-cancelAction-color: #
|
20714
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
20715
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
20716
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
20717
|
+
--PickerColumns-cancelAction-color: #666;
|
20708
20718
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20709
20719
|
--PickerColumns-optionText-color: var(--text-color);
|
20710
20720
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -20713,6 +20723,7 @@ readers do not read off random characters that represent icons */
|
|
20713
20723
|
--PopOver-bg: white;
|
20714
20724
|
--PopOverAble-iconColor: inherit;
|
20715
20725
|
--PopOverAble-onHover-iconColor: inherit;
|
20726
|
+
--PopUp-cancelAction-color: #666;
|
20716
20727
|
--Property-title-bg: #f2f2f2;
|
20717
20728
|
--Property-label-bg: #f7f7f7;
|
20718
20729
|
--Portlet-borderColor: var(--borderColor);
|
@@ -21051,6 +21062,8 @@ readers do not read off random characters that represent icons */
|
|
21051
21062
|
--Page-title-color: #000;
|
21052
21063
|
--Page-header-paddingX: var(--gap-md);
|
21053
21064
|
--Page-header-paddingY: 0.625rem;
|
21065
|
+
--Form-item-fontSize: var(--fontSizeBase);
|
21066
|
+
--Form-item-fontColor: #5e626a;
|
21054
21067
|
--Form-item-gap: var(--gap-base);
|
21055
21068
|
--Form-input-bg: #ffffff;
|
21056
21069
|
--Form-input-color: #151a26;
|
@@ -21224,7 +21237,7 @@ readers do not read off random characters that represent icons */
|
|
21224
21237
|
--Button--primary-onActive-border: #1c53c1;
|
21225
21238
|
--Button--primary-onActive-color: #ffffff;
|
21226
21239
|
--Button--light-border: var(--light);
|
21227
|
-
--Button--light-color: var(--
|
21240
|
+
--Button--light-color: var(--text-color);
|
21228
21241
|
--Button-onDisabled-borderColor: #e6e6e8;
|
21229
21242
|
--Button-onDisabled-opacity: 0.65;
|
21230
21243
|
--Button-onDisabled-bg: #e6e6e8;
|
@@ -21442,6 +21455,44 @@ readers do not read off random characters that represent icons */
|
|
21442
21455
|
--Tree-itemHeight: 2rem;
|
21443
21456
|
--Progress-borderRadius: 1rem;
|
21444
21457
|
--Rating-inactive-color: #e6e6e8;
|
21458
|
+
--TimelineItem--axle-flex: 0 0 1.5rem;
|
21459
|
+
--TimelineItem--left-line-width: 0.125rem;
|
21460
|
+
--TimelineItem--left-line-left: 0.8125rem;
|
21461
|
+
--TimelineItem--left-line-top: 1.25rem;
|
21462
|
+
--TimelineItem--round-width: 0.5rem;
|
21463
|
+
--TimelineItem--round-height: 0.5rem;
|
21464
|
+
--TimelineItem--round-left: 0.625rem;
|
21465
|
+
--TimelineItem--round-top: 0.5rem;
|
21466
|
+
--TimelineItem--icon-width: 1rem;
|
21467
|
+
--TimelineItem--icon-height: 1rem;
|
21468
|
+
--TimelineItem--icon-left: 0.375rem;
|
21469
|
+
--TimelineItem--content-padding-bottom: 1rem;
|
21470
|
+
--TimelineItem--content-margin-left: 0.5rem;
|
21471
|
+
--TimelineItem--content-time-margin-bottom: 0.25rem;
|
21472
|
+
--TimelineItem--content-title-margin-bottom: 0.25rem;
|
21473
|
+
--TimelineItem--detail-button-margin-bottom: 0.5rem;
|
21474
|
+
--TimelineItem-detail-arrow-width: 1rem;
|
21475
|
+
--TimelineItem-detail-visible-padding: 0.625rem;
|
21476
|
+
--TimelineItem-detail-visible-max-width: 18.75rem;
|
21477
|
+
--Timeline-alternate-margin-left: 1.5rem;
|
21478
|
+
--TimelineItem--icon-radius: 50%;
|
21479
|
+
--TimelineItem--round-radius: 50%;
|
21480
|
+
--TimelineItem--content-radius: 0.125rem;
|
21481
|
+
--TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0
|
21482
|
+
rgba(0 0 0 / 10%);
|
21483
|
+
--TimelineItem--font-size: 12px;
|
21484
|
+
--TimelineItem--text-primary-color: #151a26;
|
21485
|
+
--TimelineItem--text-secondary-color: #83868c;
|
21486
|
+
--TimelineItem--detail-button-color: var(--primary);
|
21487
|
+
--TimelineItem--line-bg: #e6e6e8;
|
21488
|
+
--TimelineItem--content-bg: #f2f2f4;
|
21489
|
+
--TimelineItem-round-bg: #dadbdd;
|
21490
|
+
--Timeline--success-bg: var(--success);
|
21491
|
+
--Timeline--info-bg: var(--info);
|
21492
|
+
--Timeline--warning-bg: var(--warning);
|
21493
|
+
--Timeline--danger-bg: var(--danger);
|
21494
|
+
--Formula-header-bgColor: #f2f2f4;
|
21495
|
+
--Formula-funcItem-bgColor-onActive: #eaf6fe;
|
21445
21496
|
}
|
21446
21497
|
|
21447
21498
|
/* Reset
|
@@ -23966,9 +24017,10 @@ readers do not read off random characters that represent icons */
|
|
23966
24017
|
|
23967
24018
|
.amis-scope .cxd-Avatar {
|
23968
24019
|
background: var(--Avatar-bg);
|
23969
|
-
width: var(--Avatar-
|
23970
|
-
height: var(--Avatar-
|
23971
|
-
line-height: var(--Avatar-
|
24020
|
+
width: var(--Avatar-size-default);
|
24021
|
+
height: var(--Avatar-size-default);
|
24022
|
+
line-height: var(--Avatar-size-default);
|
24023
|
+
position: relative;
|
23972
24024
|
display: inline-block;
|
23973
24025
|
overflow: hidden;
|
23974
24026
|
flex-shrink: 0;
|
@@ -23976,6 +24028,36 @@ readers do not read off random characters that represent icons */
|
|
23976
24028
|
text-align: center;
|
23977
24029
|
}
|
23978
24030
|
|
24031
|
+
.amis-scope .cxd-Avatar i {
|
24032
|
+
font-size: var(--Avatar-icon-size-default);
|
24033
|
+
}
|
24034
|
+
|
24035
|
+
.amis-scope .cxd-Avatar--lg {
|
24036
|
+
width: var(--Avatar-size-large);
|
24037
|
+
height: var(--Avatar-size-large);
|
24038
|
+
line-height: var(--Avatar-size-large);
|
24039
|
+
}
|
24040
|
+
|
24041
|
+
.amis-scope .cxd-Avatar--lg i {
|
24042
|
+
font-size: var(--Avatar-icon-size-large);
|
24043
|
+
}
|
24044
|
+
|
24045
|
+
.amis-scope .cxd-Avatar--sm {
|
24046
|
+
width: var(--Avatar-size-small);
|
24047
|
+
height: var(--Avatar-size-small);
|
24048
|
+
line-height: var(--Avatar-size-small);
|
24049
|
+
}
|
24050
|
+
|
24051
|
+
.amis-scope .cxd-Avatar--sm i {
|
24052
|
+
font-size: var(--Avatar-icon-size-small);
|
24053
|
+
}
|
24054
|
+
|
24055
|
+
.amis-scope .cxd-Avatar--text {
|
24056
|
+
position: absolute;
|
24057
|
+
left: 50%;
|
24058
|
+
transform-origin: 0 center;
|
24059
|
+
}
|
24060
|
+
|
23979
24061
|
.amis-scope .cxd-Avatar--square {
|
23980
24062
|
border-radius: 0%;
|
23981
24063
|
}
|
@@ -23984,15 +24066,9 @@ readers do not read off random characters that represent icons */
|
|
23984
24066
|
border-radius: 10%;
|
23985
24067
|
}
|
23986
24068
|
|
23987
|
-
.amis-scope .cxd-Avatar i {
|
23988
|
-
font-size: var(--fontSizeLg);
|
23989
|
-
}
|
23990
|
-
|
23991
24069
|
.amis-scope .cxd-Avatar img {
|
23992
|
-
color: transparent;
|
23993
24070
|
width: 100%;
|
23994
24071
|
height: 100%;
|
23995
|
-
object-fit: cover;
|
23996
24072
|
}
|
23997
24073
|
|
23998
24074
|
.amis-scope .cxd-Avatar:hover img,
|
@@ -24406,6 +24482,23 @@ readers do not read off random characters that represent icons */
|
|
24406
24482
|
overflow: auto;
|
24407
24483
|
}
|
24408
24484
|
|
24485
|
+
/* 移动端样式调整 */
|
24486
|
+
|
24487
|
+
@media (max-width: 767px) {
|
24488
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer {
|
24489
|
+
display: flex;
|
24490
|
+
}
|
24491
|
+
|
24492
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button {
|
24493
|
+
flex: 1;
|
24494
|
+
height: 2.75rem;
|
24495
|
+
}
|
24496
|
+
|
24497
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
|
24498
|
+
margin-left: 0;
|
24499
|
+
}
|
24500
|
+
}
|
24501
|
+
|
24409
24502
|
.amis-scope .cxd-Drawer {
|
24410
24503
|
position: fixed;
|
24411
24504
|
top: 0;
|
@@ -25083,11 +25176,12 @@ readers do not read off random characters that represent icons */
|
|
25083
25176
|
|
25084
25177
|
.amis-scope .cxd-PopUp {
|
25085
25178
|
width: 100%;
|
25179
|
+
height: 25rem;
|
25086
25180
|
position: fixed;
|
25087
25181
|
background: var(--PopOver-bg);
|
25088
25182
|
left: 0;
|
25089
25183
|
bottom: 0;
|
25090
|
-
z-index:
|
25184
|
+
z-index: 3000;
|
25091
25185
|
padding: 0;
|
25092
25186
|
margin: 0;
|
25093
25187
|
font-weight: var(--fontWeightNormal);
|
@@ -25137,27 +25231,51 @@ readers do not read off random characters that represent icons */
|
|
25137
25231
|
height: 100%;
|
25138
25232
|
box-sizing: border-box;
|
25139
25233
|
background: #fff;
|
25140
|
-
|
25234
|
+
display: flex;
|
25235
|
+
flex-direction: column;
|
25141
25236
|
}
|
25142
25237
|
|
25143
25238
|
.amis-scope .cxd-PopUp-closeWrap {
|
25144
|
-
|
25145
|
-
|
25146
|
-
|
25147
|
-
|
25239
|
+
position: relative;
|
25240
|
+
text-align: center;
|
25241
|
+
height: 3rem;
|
25242
|
+
line-height: 3rem;
|
25148
25243
|
}
|
25149
25244
|
|
25150
|
-
.amis-scope .cxd-PopUp-close {
|
25151
|
-
|
25152
|
-
|
25153
|
-
|
25245
|
+
.amis-scope .cxd-PopUp-closeWrap .cxd-PopUp-close {
|
25246
|
+
position: absolute;
|
25247
|
+
z-index: 1;
|
25248
|
+
color: var(--icon-color);
|
25154
25249
|
cursor: pointer;
|
25250
|
+
top: 0.9375rem;
|
25251
|
+
right: 0.9375rem;
|
25252
|
+
}
|
25253
|
+
|
25254
|
+
.amis-scope .cxd-PopUp-toolbar {
|
25255
|
+
display: flex;
|
25256
|
+
align-items: center;
|
25257
|
+
justify-content: space-between;
|
25258
|
+
height: 3.75rem;
|
25259
|
+
}
|
25260
|
+
|
25261
|
+
.amis-scope .cxd-PopUp-title {
|
25262
|
+
font-size: var(--fontSizeMd);
|
25263
|
+
}
|
25264
|
+
|
25265
|
+
.amis-scope .cxd-PopUp-cancel {
|
25266
|
+
color: var(--PopUp-cancelAction-color);
|
25267
|
+
margin-left: var(--gap-sm);
|
25268
|
+
}
|
25269
|
+
|
25270
|
+
.amis-scope .cxd-PopUp-confirm {
|
25271
|
+
margin-right: var(--gap-sm);
|
25155
25272
|
}
|
25156
25273
|
|
25157
25274
|
.amis-scope .cxd-PopUp-content {
|
25158
25275
|
overflow-y: auto;
|
25159
25276
|
height: 100%;
|
25160
25277
|
display: flex;
|
25278
|
+
flex: 1;
|
25161
25279
|
}
|
25162
25280
|
|
25163
25281
|
.amis-scope .cxd-PopUp > * {
|
@@ -25186,6 +25304,10 @@ readers do not read off random characters that represent icons */
|
|
25186
25304
|
margin-top: -0.25rem;
|
25187
25305
|
}
|
25188
25306
|
|
25307
|
+
.amis-scope .cxd-PopUp-safearea {
|
25308
|
+
height: 1rem;
|
25309
|
+
}
|
25310
|
+
|
25189
25311
|
.amis-scope .cxd-PickerColumns {
|
25190
25312
|
position: relative;
|
25191
25313
|
background-color: var(--PickerColumns-bg);
|
@@ -25195,7 +25317,11 @@ readers do not read off random characters that represent icons */
|
|
25195
25317
|
font-size: var(--PickerColumns-option-fontSize);
|
25196
25318
|
}
|
25197
25319
|
|
25198
|
-
.amis-scope .cxd-PickerColumns
|
25320
|
+
.amis-scope .cxd-PickerColumns li:focus {
|
25321
|
+
outline: none;
|
25322
|
+
}
|
25323
|
+
|
25324
|
+
.amis-scope .cxd-PickerColumns-header {
|
25199
25325
|
display: flex;
|
25200
25326
|
align-items: center;
|
25201
25327
|
justify-content: space-between;
|
@@ -25207,14 +25333,14 @@ readers do not read off random characters that represent icons */
|
|
25207
25333
|
height: 100%;
|
25208
25334
|
padding: var(--PickerColumns-action-padding);
|
25209
25335
|
font-size: var(--PickerColumns-action-fontSize);
|
25210
|
-
background-color: transparent;
|
25336
|
+
background-color: transparent !important;
|
25211
25337
|
border: none;
|
25212
25338
|
cursor: pointer;
|
25213
25339
|
}
|
25214
25340
|
|
25215
25341
|
.amis-scope .cxd-PickerColumns-cancel:active,
|
25216
25342
|
.amis-scope .cxd-PickerColumns-confirm:active {
|
25217
|
-
|
25343
|
+
background-color: none !important;
|
25218
25344
|
}
|
25219
25345
|
|
25220
25346
|
.amis-scope .cxd-PickerColumns-cancel:hover,
|
@@ -25223,11 +25349,11 @@ readers do not read off random characters that represent icons */
|
|
25223
25349
|
}
|
25224
25350
|
|
25225
25351
|
.amis-scope .cxd-PickerColumns-confirm {
|
25226
|
-
color: var(--PickerColumns-confirmAction-color);
|
25352
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
25227
25353
|
}
|
25228
25354
|
|
25229
25355
|
.amis-scope .cxd-PickerColumns-cancel {
|
25230
|
-
color: var(--PickerColumns-cancelAction-color);
|
25356
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
25231
25357
|
}
|
25232
25358
|
|
25233
25359
|
.amis-scope .cxd-PickerColumns-title {
|
@@ -25236,6 +25362,7 @@ readers do not read off random characters that represent icons */
|
|
25236
25362
|
font-size: var(--PickerColumns-title-fontSize);
|
25237
25363
|
line-height: var(--PickerColumns-title-lineHeight);
|
25238
25364
|
text-align: center;
|
25365
|
+
color: var(--PickerColumns-title-color);
|
25239
25366
|
}
|
25240
25367
|
|
25241
25368
|
.amis-scope .cxd-PickerColumns-columns {
|
@@ -25314,6 +25441,11 @@ readers do not read off random characters that represent icons */
|
|
25314
25441
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
25315
25442
|
}
|
25316
25443
|
|
25444
|
+
.amis-scope .cxd-PickerColumns-columnItemis-selected {
|
25445
|
+
font-size: 18px;
|
25446
|
+
color: --PickerColumns-title-color;
|
25447
|
+
}
|
25448
|
+
|
25317
25449
|
@keyframes bounceIn {
|
25318
25450
|
from, 20%, 40%, 60%, 80%, to {
|
25319
25451
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -27187,6 +27319,50 @@ readers do not read off random characters that represent icons */
|
|
27187
27319
|
display: none;
|
27188
27320
|
}
|
27189
27321
|
|
27322
|
+
/* 移动端样式调整 */
|
27323
|
+
|
27324
|
+
@media (max-width: 767px) {
|
27325
|
+
.amis-scope .cxd-Panel--form {
|
27326
|
+
border: none;
|
27327
|
+
box-shadow: none;
|
27328
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
27329
|
+
}
|
27330
|
+
|
27331
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-body {
|
27332
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
27333
|
+
}
|
27334
|
+
|
27335
|
+
.amis-scope .cxd-Panel--form > .cxd-Panel-heading {
|
27336
|
+
background: none;
|
27337
|
+
border: none;
|
27338
|
+
border-radius: 0;
|
27339
|
+
}
|
27340
|
+
|
27341
|
+
.amis-scope .cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
|
27342
|
+
padding-left: var(--Panel-bodyPadding);
|
27343
|
+
border-left: 0.1875rem solid var(--primary);
|
27344
|
+
font-size: var(--fontSizeLg);
|
27345
|
+
}
|
27346
|
+
|
27347
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footerWrap {
|
27348
|
+
padding-bottom: var(--Panel-bodyPadding);
|
27349
|
+
}
|
27350
|
+
|
27351
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer {
|
27352
|
+
border-top: none;
|
27353
|
+
display: flex;
|
27354
|
+
padding: 0 var(--Panel-bodyPadding);
|
27355
|
+
}
|
27356
|
+
|
27357
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button {
|
27358
|
+
flex: 1;
|
27359
|
+
}
|
27360
|
+
|
27361
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button:first-child {
|
27362
|
+
margin-left: 0;
|
27363
|
+
}
|
27364
|
+
}
|
27365
|
+
|
27190
27366
|
.amis-scope .cxd-Service {
|
27191
27367
|
position: relative;
|
27192
27368
|
}
|
@@ -27450,19 +27626,28 @@ readers do not read off random characters that represent icons */
|
|
27450
27626
|
}
|
27451
27627
|
|
27452
27628
|
.amis-scope .cxd-DropDown-menu {
|
27629
|
+
background: var(--DropDown-menu-bg);
|
27630
|
+
list-style: none;
|
27631
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27632
|
+
min-width: var(--DropDown-menu-minWidth);
|
27633
|
+
text-align: left;
|
27634
|
+
border: none;
|
27635
|
+
user-select: none;
|
27636
|
+
}
|
27637
|
+
|
27638
|
+
.amis-scope .cxd-DropDown-menu-root {
|
27453
27639
|
position: absolute;
|
27454
27640
|
z-index: 1000;
|
27455
27641
|
top: 100%;
|
27456
27642
|
left: 0;
|
27457
27643
|
margin: 0.0625rem 0 0;
|
27458
|
-
|
27459
|
-
list-style: none;
|
27460
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27461
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
27644
|
+
border: none;
|
27462
27645
|
border-radius: var(--DropDown-menu-borderRadius);
|
27463
27646
|
box-shadow: var(--DropDown-menu-boxShadow);
|
27464
27647
|
min-width: var(--DropDown-menu-minWidth);
|
27465
|
-
|
27648
|
+
overflow-y: auto;
|
27649
|
+
overflow-x: hidden;
|
27650
|
+
max-height: 18.75rem;
|
27466
27651
|
}
|
27467
27652
|
|
27468
27653
|
.amis-scope .cxd-DropDown--alignRight .cxd-DropDown-menu {
|
@@ -27517,6 +27702,32 @@ readers do not read off random characters that represent icons */
|
|
27517
27702
|
padding: 0;
|
27518
27703
|
}
|
27519
27704
|
|
27705
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle,
|
27706
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle {
|
27707
|
+
height: inherit;
|
27708
|
+
font-size: var(--fontSizeSm);
|
27709
|
+
padding: var(--gap-xs) var(--gap-xs);
|
27710
|
+
padding-left: var(--gap-sm);
|
27711
|
+
color: var(--DropDown-group-color);
|
27712
|
+
flex-grow: 1;
|
27713
|
+
cursor: default;
|
27714
|
+
}
|
27715
|
+
|
27716
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle:hover,
|
27717
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle:hover {
|
27718
|
+
background: none;
|
27719
|
+
}
|
27720
|
+
|
27721
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle span,
|
27722
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle span {
|
27723
|
+
white-space: nowrap;
|
27724
|
+
}
|
27725
|
+
|
27726
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button,
|
27727
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
|
27728
|
+
padding-left: var(--gap-lg);
|
27729
|
+
}
|
27730
|
+
|
27520
27731
|
.amis-scope .cxd-DropDown-menu > li a {
|
27521
27732
|
color: inherit;
|
27522
27733
|
display: block;
|
@@ -27623,126 +27834,428 @@ readers do not read off random characters that represent icons */
|
|
27623
27834
|
position: relative;
|
27624
27835
|
}
|
27625
27836
|
|
27626
|
-
.amis-scope .cxd-
|
27627
|
-
|
27628
|
-
|
27629
|
-
|
27837
|
+
.amis-scope .cxd-CalendarMobile {
|
27838
|
+
height: 100%;
|
27839
|
+
width: 100%;
|
27840
|
+
overflow: scroll;
|
27630
27841
|
}
|
27631
27842
|
|
27632
|
-
.amis-scope .cxd-
|
27633
|
-
|
27634
|
-
|
27635
|
-
|
27636
|
-
|
27637
|
-
|
27638
|
-
|
27639
|
-
|
27843
|
+
.amis-scope .cxd-CalendarMobile-pop {
|
27844
|
+
position: fixed;
|
27845
|
+
bottom: 0;
|
27846
|
+
left: 0;
|
27847
|
+
width: 100vw;
|
27848
|
+
height: 90vh;
|
27849
|
+
background: #fff;
|
27850
|
+
border-radius: 1rem 1rem 0 0;
|
27851
|
+
overflow: hidden;
|
27852
|
+
border-width: 0;
|
27640
27853
|
}
|
27641
27854
|
|
27642
|
-
.amis-scope .cxd-
|
27643
|
-
display:
|
27644
|
-
flex-direction:
|
27855
|
+
.amis-scope .cxd-CalendarMobile-wrap {
|
27856
|
+
display: flex;
|
27857
|
+
flex-direction: column;
|
27858
|
+
height: 100%;
|
27645
27859
|
}
|
27646
27860
|
|
27647
|
-
.amis-scope .cxd-
|
27648
|
-
|
27861
|
+
.amis-scope .cxd-CalendarMobile-header {
|
27862
|
+
flex-shrink: 0;
|
27863
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27864
|
+
position: relative;
|
27649
27865
|
}
|
27650
27866
|
|
27651
|
-
.amis-scope .cxd-
|
27652
|
-
|
27867
|
+
.amis-scope .cxd-CalendarMobile-header .subtitle-text {
|
27868
|
+
display: inline-block;
|
27869
|
+
width: 6.875rem;
|
27870
|
+
position: relative;
|
27653
27871
|
}
|
27654
27872
|
|
27655
|
-
.amis-scope .cxd-
|
27656
|
-
|
27657
|
-
|
27658
|
-
|
27659
|
-
|
27873
|
+
.amis-scope .cxd-CalendarMobile-header .rdtPrev {
|
27874
|
+
width: 1.25rem;
|
27875
|
+
height: 2.75rem;
|
27876
|
+
display: block;
|
27877
|
+
position: absolute;
|
27878
|
+
top: 0;
|
27879
|
+
left: -1.25rem;
|
27660
27880
|
}
|
27661
27881
|
|
27662
|
-
.amis-scope .cxd-
|
27663
|
-
|
27664
|
-
|
27665
|
-
display:
|
27666
|
-
|
27667
|
-
|
27668
|
-
|
27669
|
-
border-color: var(--text-color);
|
27670
|
-
border-style: solid;
|
27671
|
-
border-width: 0.0625rem 0.0625rem 0 0;
|
27672
|
-
transform: rotate(45deg);
|
27673
|
-
transform-origin: 50% 50%;
|
27882
|
+
.amis-scope .cxd-CalendarMobile-header .rdtNext {
|
27883
|
+
width: 1.25rem;
|
27884
|
+
height: 2.75rem;
|
27885
|
+
display: block;
|
27886
|
+
position: absolute;
|
27887
|
+
top: 0;
|
27888
|
+
right: -1.25rem;
|
27674
27889
|
}
|
27675
27890
|
|
27676
|
-
.amis-scope .cxd-
|
27677
|
-
|
27678
|
-
|
27891
|
+
.amis-scope .cxd-CalendarMobile-title,
|
27892
|
+
.amis-scope .cxd-CalendarMobile-subtitle {
|
27893
|
+
height: 2.75rem;
|
27894
|
+
font-weight: 500;
|
27895
|
+
line-height: 2.75rem;
|
27679
27896
|
text-align: center;
|
27680
|
-
margin-right: var(--gap-xs);
|
27681
27897
|
}
|
27682
27898
|
|
27683
|
-
.amis-scope .cxd-
|
27684
|
-
|
27899
|
+
.amis-scope .cxd-CalendarMobile-title {
|
27900
|
+
font-size: var(--fontSizeLg);
|
27685
27901
|
}
|
27686
27902
|
|
27687
|
-
.amis-scope .cxd-
|
27688
|
-
|
27689
|
-
transform-origin: 50% 30%;
|
27903
|
+
.amis-scope .cxd-CalendarMobile-weekdays {
|
27904
|
+
display: flex;
|
27690
27905
|
}
|
27691
27906
|
|
27692
|
-
.amis-scope .cxd-
|
27693
|
-
|
27907
|
+
.amis-scope .cxd-CalendarMobile-weekdays .weekday {
|
27908
|
+
flex: 1;
|
27909
|
+
line-height: 1.875rem;
|
27910
|
+
text-align: center;
|
27694
27911
|
}
|
27695
27912
|
|
27696
|
-
.amis-scope .cxd-
|
27697
|
-
|
27698
|
-
|
27699
|
-
color:
|
27913
|
+
.amis-scope .cxd-CalendarMobile-close {
|
27914
|
+
position: absolute;
|
27915
|
+
z-index: 1;
|
27916
|
+
color: #c8c9cc;
|
27917
|
+
font-size: 1rem;
|
27918
|
+
cursor: pointer;
|
27919
|
+
top: 0.6875rem;
|
27920
|
+
right: 1rem;
|
27700
27921
|
}
|
27701
27922
|
|
27702
|
-
.amis-scope .cxd-
|
27703
|
-
|
27923
|
+
.amis-scope .cxd-CalendarMobile-body::-webkit-scrollbar {
|
27924
|
+
width: 0;
|
27704
27925
|
}
|
27705
27926
|
|
27706
|
-
.amis-scope .cxd-
|
27707
|
-
|
27927
|
+
.amis-scope .cxd-CalendarMobile-body {
|
27928
|
+
flex: 1;
|
27929
|
+
overflow-y: scroll;
|
27708
27930
|
}
|
27709
27931
|
|
27710
|
-
.amis-scope .cxd-
|
27711
|
-
|
27712
|
-
font-size: var(--fontSizeBase);
|
27713
|
-
border-top: var(--Collapse-header-collapsed-borderTop);
|
27714
|
-
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27932
|
+
.amis-scope .cxd-CalendarMobile-body table {
|
27933
|
+
border-spacing: 0 0.25rem;
|
27715
27934
|
}
|
27716
27935
|
|
27717
|
-
.amis-scope .cxd-
|
27718
|
-
|
27936
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27937
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27938
|
+
background: transparent;
|
27939
|
+
color: var(--Calendar-color);
|
27940
|
+
text-shadow: none;
|
27719
27941
|
}
|
27720
27942
|
|
27721
|
-
.amis-scope .cxd-
|
27722
|
-
|
27723
|
-
|
27943
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27944
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27945
|
+
color: #999;
|
27724
27946
|
}
|
27725
27947
|
|
27726
|
-
.amis-scope .cxd-
|
27727
|
-
|
27728
|
-
transform: rotate(-45deg);
|
27948
|
+
.amis-scope .cxd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27949
|
+
display: none;
|
27729
27950
|
}
|
27730
27951
|
|
27731
|
-
.amis-scope .cxd-
|
27732
|
-
|
27952
|
+
.amis-scope .cxd-CalendarMobile-body .rdtPicker td {
|
27953
|
+
height: 3.5rem;
|
27954
|
+
position: relative;
|
27733
27955
|
}
|
27734
27956
|
|
27735
|
-
.amis-scope .cxd-
|
27736
|
-
.amis-scope .cxd-
|
27737
|
-
|
27738
|
-
|
27957
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27958
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27959
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27960
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27961
|
+
background: transparent;
|
27739
27962
|
}
|
27740
27963
|
|
27741
|
-
.amis-scope .cxd-
|
27742
|
-
|
27743
|
-
|
27744
|
-
|
27745
|
-
|
27964
|
+
.amis-scope .cxd-CalendarMobile-body .calendar-wrap {
|
27965
|
+
position: relative;
|
27966
|
+
width: 3.125rem;
|
27967
|
+
height: 100%;
|
27968
|
+
text-align: center;
|
27969
|
+
display: inline-flex;
|
27970
|
+
align-items: center;
|
27971
|
+
justify-content: center;
|
27972
|
+
border-radius: 0.25rem;
|
27973
|
+
}
|
27974
|
+
|
27975
|
+
.amis-scope .cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
|
27976
|
+
width: auto;
|
27977
|
+
max-width: 3.125rem;
|
27978
|
+
}
|
27979
|
+
|
27980
|
+
.amis-scope .cxd-CalendarMobile-footer {
|
27981
|
+
flex-shrink: 0;
|
27982
|
+
}
|
27983
|
+
|
27984
|
+
.amis-scope .cxd-CalendarMobile-footer .date-range-confirm {
|
27985
|
+
height: 2.25rem;
|
27986
|
+
margin: 0.4375rem 0;
|
27987
|
+
border-radius: var(--borderRadiusMd);
|
27988
|
+
display: block;
|
27989
|
+
}
|
27990
|
+
|
27991
|
+
.amis-scope .cxd-CalendarMobile-footer .is-disabled {
|
27992
|
+
opacity: 0.5;
|
27993
|
+
color: var(--Button--primary-color);
|
27994
|
+
background: var(--Button--primary-bg);
|
27995
|
+
border-color: var(--Button--primary-bg);
|
27996
|
+
filter: none;
|
27997
|
+
}
|
27998
|
+
|
27999
|
+
.amis-scope .cxd-CalendarMobile-footer-toolbar {
|
28000
|
+
padding: 0 1rem;
|
28001
|
+
}
|
28002
|
+
|
28003
|
+
.amis-scope .cxd-CalendarMobile-footer-ranges {
|
28004
|
+
background: #fff;
|
28005
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
28006
|
+
border-radius: 24px;
|
28007
|
+
overflow-x: auto;
|
28008
|
+
position: relative;
|
28009
|
+
height: 3rem;
|
28010
|
+
line-height: 3rem;
|
28011
|
+
}
|
28012
|
+
|
28013
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
|
28014
|
+
position: absolute;
|
28015
|
+
white-space: nowrap;
|
28016
|
+
}
|
28017
|
+
|
28018
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
|
28019
|
+
margin: 0 1.5625rem;
|
28020
|
+
}
|
28021
|
+
|
28022
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DatePicker-shortcuts {
|
28023
|
+
width: auto;
|
28024
|
+
}
|
28025
|
+
|
28026
|
+
.amis-scope .cxd-CalendarMobile-calendar-wrap {
|
28027
|
+
padding: var(--gap-sm) 0;
|
28028
|
+
}
|
28029
|
+
|
28030
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker {
|
28031
|
+
width: 100%;
|
28032
|
+
padding: 0;
|
28033
|
+
}
|
28034
|
+
|
28035
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
28036
|
+
visibility: hidden;
|
28037
|
+
}
|
28038
|
+
|
28039
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
28040
|
+
display: none;
|
28041
|
+
}
|
28042
|
+
|
28043
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
28044
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
28045
|
+
color: var(--Button--primary-bg);
|
28046
|
+
}
|
28047
|
+
|
28048
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
28049
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
28050
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
28051
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
28052
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
28053
|
+
color: #fff;
|
28054
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
28055
|
+
}
|
28056
|
+
|
28057
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
28058
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
28059
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
28060
|
+
}
|
28061
|
+
|
28062
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
28063
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
28064
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
28065
|
+
}
|
28066
|
+
|
28067
|
+
.amis-scope .cxd-CalendarMobile-calendar-header {
|
28068
|
+
height: 1.875rem;
|
28069
|
+
line-height: 1.875rem;
|
28070
|
+
text-align: center;
|
28071
|
+
}
|
28072
|
+
|
28073
|
+
.amis-scope .cxd-CalendarMobile-range-text {
|
28074
|
+
position: absolute;
|
28075
|
+
right: 0;
|
28076
|
+
left: 0;
|
28077
|
+
bottom: 0;
|
28078
|
+
color: #fff;
|
28079
|
+
font-size: var(--fontSizeSm);
|
28080
|
+
white-space: nowrap;
|
28081
|
+
}
|
28082
|
+
|
28083
|
+
.amis-scope .cxd-CalendarMobile-calendar-wrap {
|
28084
|
+
position: relative;
|
28085
|
+
}
|
28086
|
+
|
28087
|
+
.amis-scope .cxd-CalendarMobile-calendar-mark {
|
28088
|
+
position: absolute;
|
28089
|
+
top: 50%;
|
28090
|
+
left: 50%;
|
28091
|
+
z-index: 0;
|
28092
|
+
color: rgba(242, 243, 245, 0.8);
|
28093
|
+
font-size: 10rem;
|
28094
|
+
transform: translate(-50%, -50%);
|
28095
|
+
pointer-events: none;
|
28096
|
+
}
|
28097
|
+
|
28098
|
+
.amis-scope .cxd-CalendarMobile-toast {
|
28099
|
+
position: fixed;
|
28100
|
+
top: 50%;
|
28101
|
+
left: 50%;
|
28102
|
+
transform: translate(-50%, -50%);
|
28103
|
+
width: 8.5rem;
|
28104
|
+
height: 2.25rem;
|
28105
|
+
background: rgba(0, 0, 0, 0.9);
|
28106
|
+
border-radius: 4px;
|
28107
|
+
color: #fff;
|
28108
|
+
display: flex;
|
28109
|
+
justify-content: center;
|
28110
|
+
align-items: center;
|
28111
|
+
}
|
28112
|
+
|
28113
|
+
.amis-scope .cxd-CalendarMobile-time {
|
28114
|
+
height: 11.25rem;
|
28115
|
+
}
|
28116
|
+
|
28117
|
+
.amis-scope .cxd-CalendarMobile-time-title {
|
28118
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
28119
|
+
border-left: none;
|
28120
|
+
border-right: none;
|
28121
|
+
text-align: center;
|
28122
|
+
height: 1.875rem;
|
28123
|
+
line-height: 1.875rem;
|
28124
|
+
}
|
28125
|
+
|
28126
|
+
.amis-scope .cxd-CalendarMobile-time .rdtPicker {
|
28127
|
+
margin: 0 auto;
|
28128
|
+
}
|
28129
|
+
|
28130
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarTime {
|
28131
|
+
height: 8.125rem;
|
28132
|
+
overflow: hidden;
|
28133
|
+
}
|
28134
|
+
|
28135
|
+
.amis-scope .cxd-CalendarMobile .cxd-PickerColumns-header {
|
28136
|
+
display: none;
|
28137
|
+
}
|
28138
|
+
|
28139
|
+
.amis-scope .cxd-Collapse {
|
28140
|
+
border: var(--Collapse-border);
|
28141
|
+
padding: 0;
|
28142
|
+
line-height: 1.25rem;
|
28143
|
+
}
|
28144
|
+
|
28145
|
+
.amis-scope .cxd-Collapse-header {
|
28146
|
+
font-size: var(--Collapse-header-fontSize);
|
28147
|
+
font-weight: var(--Collapse-header-fontWeight);
|
28148
|
+
color: var(--text--loud-color);
|
28149
|
+
padding: var(--Collapse-header-padding);
|
28150
|
+
margin: 0;
|
28151
|
+
cursor: pointer;
|
28152
|
+
background: var(--Collapse-header-bg);
|
28153
|
+
}
|
28154
|
+
|
28155
|
+
.amis-scope .cxd-Collapse-header-wrapper {
|
28156
|
+
display: inline-flex;
|
28157
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
28158
|
+
}
|
28159
|
+
|
28160
|
+
.amis-scope .cxd-Collapse-header-tpl {
|
28161
|
+
margin-right: 0.5rem;
|
28162
|
+
}
|
28163
|
+
|
28164
|
+
.amis-scope .cxd-Collapse-header:hover {
|
28165
|
+
background: var(--Collapse-header-onHover-bg);
|
28166
|
+
}
|
28167
|
+
|
28168
|
+
.amis-scope .cxd-Collapse-arrow {
|
28169
|
+
display: inline-block;
|
28170
|
+
width: 1rem;
|
28171
|
+
text-align: center;
|
28172
|
+
margin-right: var(--gap-sm);
|
28173
|
+
}
|
28174
|
+
|
28175
|
+
.amis-scope .cxd-Collapse-arrow:before {
|
28176
|
+
content: "";
|
28177
|
+
position: relative;
|
28178
|
+
display: inline-block;
|
28179
|
+
width: 0.375rem;
|
28180
|
+
height: 0.375rem;
|
28181
|
+
top: -0.125rem;
|
28182
|
+
border-color: var(--text-color);
|
28183
|
+
border-style: solid;
|
28184
|
+
border-width: 0.0625rem 0.0625rem 0 0;
|
28185
|
+
transform: rotate(45deg);
|
28186
|
+
transform-origin: 50% 50%;
|
28187
|
+
}
|
28188
|
+
|
28189
|
+
.amis-scope .cxd-Collapse-icon-tranform {
|
28190
|
+
display: inline-block;
|
28191
|
+
width: 1rem;
|
28192
|
+
text-align: center;
|
28193
|
+
margin-right: var(--gap-xs);
|
28194
|
+
}
|
28195
|
+
|
28196
|
+
.amis-scope .cxd-Collapse .cxd-TplField {
|
28197
|
+
display: inline-block;
|
28198
|
+
}
|
28199
|
+
|
28200
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
|
28201
|
+
transform: rotate(135deg);
|
28202
|
+
transform-origin: 50% 30%;
|
28203
|
+
}
|
28204
|
+
|
28205
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
|
28206
|
+
transform: rotate(90deg);
|
28207
|
+
}
|
28208
|
+
|
28209
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
|
28210
|
+
cursor: not-allowed;
|
28211
|
+
user-select: none;
|
28212
|
+
color: var(--text--muted-color);
|
28213
|
+
}
|
28214
|
+
|
28215
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
|
28216
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
28217
|
+
}
|
28218
|
+
|
28219
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
|
28220
|
+
border-color: var(--text--muted-color);
|
28221
|
+
}
|
28222
|
+
|
28223
|
+
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
28224
|
+
text-align: center;
|
28225
|
+
font-size: var(--fontSizeBase);
|
28226
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
28227
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
28228
|
+
}
|
28229
|
+
|
28230
|
+
.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
|
28231
|
+
border-top: none;
|
28232
|
+
}
|
28233
|
+
|
28234
|
+
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
28235
|
+
top: -0.25rem;
|
28236
|
+
transform: rotate(135deg);
|
28237
|
+
}
|
28238
|
+
|
28239
|
+
.amis-scope .cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow:before {
|
28240
|
+
top: 0;
|
28241
|
+
transform: rotate(-45deg);
|
28242
|
+
}
|
28243
|
+
|
28244
|
+
.amis-scope .cxd-Collapse-contentWrapper {
|
28245
|
+
transition: height var(--animation-duration) ease;
|
28246
|
+
}
|
28247
|
+
|
28248
|
+
.amis-scope .cxd-Collapse-contentWrapper.in,
|
28249
|
+
.amis-scope .cxd-Collapse-contentWrapper.out {
|
28250
|
+
height: 0;
|
28251
|
+
overflow: hidden;
|
28252
|
+
}
|
28253
|
+
|
28254
|
+
.amis-scope .cxd-Collapse-content {
|
28255
|
+
padding: var(--Collapse-content-padding);
|
28256
|
+
color: var(--body-color);
|
28257
|
+
font-size: var(--Collapse-content-fontSize);
|
28258
|
+
font-weight: var(--Collapse-content-fontWeight);
|
27746
28259
|
}
|
27747
28260
|
|
27748
28261
|
.amis-scope .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
@@ -31394,7 +31907,7 @@ readers do not read off random characters that represent icons */
|
|
31394
31907
|
|
31395
31908
|
.amis-scope .cxd-Card-multiMedia-img {
|
31396
31909
|
display: block;
|
31397
|
-
width:
|
31910
|
+
width: auto;
|
31398
31911
|
height: auto;
|
31399
31912
|
object-fit: cover;
|
31400
31913
|
border-radius: var(--Card-borderRadius);
|
@@ -32879,17 +33392,47 @@ readers do not read off random characters that represent icons */
|
|
32879
33392
|
min-height: 24px;
|
32880
33393
|
}
|
32881
33394
|
|
32882
|
-
.amis-scope .cxd-
|
32883
|
-
|
32884
|
-
|
32885
|
-
|
32886
|
-
font-size: var(--
|
32887
|
-
|
32888
|
-
align-items: center;
|
33395
|
+
.amis-scope .cxd-ResultBox.is-mobile {
|
33396
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
33397
|
+
border: none;
|
33398
|
+
padding: 0;
|
33399
|
+
font-size: var(--fontSizeLg);
|
33400
|
+
border: none;
|
32889
33401
|
justify-content: flex-end;
|
32890
|
-
|
32891
|
-
|
32892
|
-
|
33402
|
+
}
|
33403
|
+
|
33404
|
+
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow {
|
33405
|
+
margin-right: var(--gap-xs);
|
33406
|
+
width: var(--gap-md);
|
33407
|
+
text-align: center;
|
33408
|
+
display: flex;
|
33409
|
+
align-items: center;
|
33410
|
+
justify-content: center;
|
33411
|
+
line-height: 1;
|
33412
|
+
margin-left: 4px;
|
33413
|
+
}
|
33414
|
+
|
33415
|
+
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
|
33416
|
+
transition: transform var(--animation-duration);
|
33417
|
+
display: inline-block;
|
33418
|
+
color: var(--Form-select-caret-iconColor);
|
33419
|
+
width: 10px;
|
33420
|
+
height: 10px;
|
33421
|
+
top: 0;
|
33422
|
+
transform: rotate(-90deg);
|
33423
|
+
}
|
33424
|
+
|
33425
|
+
.amis-scope .cxd-SearchBox {
|
33426
|
+
display: inline-flex;
|
33427
|
+
flex-direction: row;
|
33428
|
+
line-height: var(--Form-input-lineHeight);
|
33429
|
+
font-size: var(--Form-input-fontSize);
|
33430
|
+
flex-wrap: nowrap;
|
33431
|
+
align-items: center;
|
33432
|
+
justify-content: flex-end;
|
33433
|
+
height: 30px;
|
33434
|
+
width: 30px;
|
33435
|
+
padding: 0 8px;
|
32893
33436
|
transition: all var(--animation-duration) ease-in-out;
|
32894
33437
|
border: var(--Form-input-borderWidth) solid transparent;
|
32895
33438
|
border-radius: var(--Form-input-borderRadius);
|
@@ -34391,6 +34934,8 @@ readers do not read off random characters that represent icons */
|
|
34391
34934
|
pointer-events: all;
|
34392
34935
|
margin-left: var(--Checkbox-gap);
|
34393
34936
|
cursor: pointer;
|
34937
|
+
display: inline-block;
|
34938
|
+
vertical-align: middle;
|
34394
34939
|
}
|
34395
34940
|
|
34396
34941
|
.amis-scope .cxd-Checkbox > i + span > a {
|
@@ -34627,7 +35172,6 @@ readers do not read off random characters that represent icons */
|
|
34627
35172
|
|
34628
35173
|
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
34629
35174
|
display: block;
|
34630
|
-
height: var(--Form-input-height);
|
34631
35175
|
line-height: var(--Form-input-lineHeight);
|
34632
35176
|
font-size: var(--Form-input-fontSize);
|
34633
35177
|
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));
|
@@ -34670,7 +35214,6 @@ readers do not read off random characters that represent icons */
|
|
34670
35214
|
|
34671
35215
|
.amis-scope .cxd-GroupedSelection-item {
|
34672
35216
|
display: flex;
|
34673
|
-
height: var(--Form-input-height);
|
34674
35217
|
line-height: var(--Form-input-lineHeight);
|
34675
35218
|
font-size: var(--Form-input-fontSize);
|
34676
35219
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34801,7 +35344,6 @@ readers do not read off random characters that represent icons */
|
|
34801
35344
|
.amis-scope .cxd-TreeSelection-itemInner {
|
34802
35345
|
display: flex;
|
34803
35346
|
align-items: center;
|
34804
|
-
height: var(--Form-input-height);
|
34805
35347
|
line-height: var(--Form-input-lineHeight);
|
34806
35348
|
font-size: var(--Form-input-fontSize);
|
34807
35349
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34856,6 +35398,7 @@ readers do not read off random characters that represent icons */
|
|
34856
35398
|
.amis-scope .cxd-ChainedSelection {
|
34857
35399
|
display: flex;
|
34858
35400
|
flex-direction: row;
|
35401
|
+
min-height: 100%;
|
34859
35402
|
}
|
34860
35403
|
|
34861
35404
|
.amis-scope .cxd-ChainedSelection-col {
|
@@ -34875,7 +35418,6 @@ readers do not read off random characters that represent icons */
|
|
34875
35418
|
|
34876
35419
|
.amis-scope .cxd-ChainedSelection-item {
|
34877
35420
|
display: flex;
|
34878
|
-
height: var(--Form-input-height);
|
34879
35421
|
line-height: var(--Form-input-lineHeight);
|
34880
35422
|
font-size: var(--Form-input-fontSize);
|
34881
35423
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34990,6 +35532,33 @@ readers do not read off random characters that represent icons */
|
|
34990
35532
|
display: inline-block;
|
34991
35533
|
}
|
34992
35534
|
|
35535
|
+
.amis-scope .cxd-CityArea-popup {
|
35536
|
+
height: 17.5rem;
|
35537
|
+
}
|
35538
|
+
|
35539
|
+
.amis-scope .cxd-CityArea-Input {
|
35540
|
+
margin-top: var(--gap-xs);
|
35541
|
+
outline: none;
|
35542
|
+
vertical-align: top;
|
35543
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
35544
|
+
border-radius: var(--Form-input-borderRadius);
|
35545
|
+
line-height: var(--Form-input-lineHeight);
|
35546
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
35547
|
+
font-size: var(--Form-input-fontSize);
|
35548
|
+
display: inline-flex !important;
|
35549
|
+
}
|
35550
|
+
|
35551
|
+
.amis-scope .cxd-CityArea-Input::placeholder {
|
35552
|
+
color: var(--Form-input-placeholderColor);
|
35553
|
+
user-select: none;
|
35554
|
+
}
|
35555
|
+
|
35556
|
+
.amis-scope .cxd-CityArea-Input:focus {
|
35557
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
35558
|
+
box-shadow: var(--Form-input-boxShadow);
|
35559
|
+
background: var(--Form-input-onFocused-bg);
|
35560
|
+
}
|
35561
|
+
|
34993
35562
|
.amis-scope .cxd-Switch {
|
34994
35563
|
cursor: pointer;
|
34995
35564
|
position: relative;
|
@@ -35270,6 +35839,7 @@ readers do not read off random characters that represent icons */
|
|
35270
35839
|
display: inline-flex;
|
35271
35840
|
vertical-align: middle;
|
35272
35841
|
text-align: left;
|
35842
|
+
align-items: center;
|
35273
35843
|
outline: none;
|
35274
35844
|
position: relative;
|
35275
35845
|
font-size: var(--Form-input-fontSize);
|
@@ -35416,10 +35986,26 @@ readers do not read off random characters that represent icons */
|
|
35416
35986
|
top: 0;
|
35417
35987
|
}
|
35418
35988
|
|
35419
|
-
.amis-scope .cxd-Select.is-opened .cxd-Select-arrow > svg {
|
35989
|
+
.amis-scope .cxd-Select.is-opened:not(.is-mobile) .cxd-Select-arrow > svg {
|
35420
35990
|
transform: rotate(180deg);
|
35421
35991
|
}
|
35422
35992
|
|
35993
|
+
.amis-scope .cxd-Select.is-mobile {
|
35994
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
35995
|
+
border: none;
|
35996
|
+
padding: 0;
|
35997
|
+
font-size: var(--fontSizeLg);
|
35998
|
+
}
|
35999
|
+
|
36000
|
+
.amis-scope .cxd-Select.is-mobile .cxd-Select-valueWrap {
|
36001
|
+
text-align: right;
|
36002
|
+
padding-right: 4px;
|
36003
|
+
}
|
36004
|
+
|
36005
|
+
.amis-scope .cxd-Select.is-mobile .cxd-Select-arrow > svg {
|
36006
|
+
transform: rotate(-90deg);
|
36007
|
+
}
|
36008
|
+
|
35423
36009
|
.amis-scope .cxd-Select-menu {
|
35424
36010
|
max-height: 18.75rem;
|
35425
36011
|
overflow: auto;
|
@@ -35430,6 +36016,15 @@ readers do not read off random characters that represent icons */
|
|
35430
36016
|
margin-top: -0.1875rem;
|
35431
36017
|
}
|
35432
36018
|
|
36019
|
+
.amis-scope .cxd-Select-menu.is-mobile {
|
36020
|
+
width: 100%;
|
36021
|
+
text-align: center;
|
36022
|
+
}
|
36023
|
+
|
36024
|
+
.amis-scope .cxd-Select-menu.is-mobile .cxd-Select-option {
|
36025
|
+
line-height: 2.25rem;
|
36026
|
+
}
|
36027
|
+
|
35433
36028
|
.amis-scope .cxd-Select--longlist {
|
35434
36029
|
overflow: hidden;
|
35435
36030
|
max-height: max-content;
|
@@ -35531,8 +36126,8 @@ readers do not read off random characters that represent icons */
|
|
35531
36126
|
margin-right: var(--Checkbox-gap);
|
35532
36127
|
}
|
35533
36128
|
|
35534
|
-
.amis-scope .cxd-Select.is-focused,
|
35535
|
-
.amis-scope .cxd-Select.is-opened {
|
36129
|
+
.amis-scope .cxd-Select.is-focused:not(.is-mobile),
|
36130
|
+
.amis-scope .cxd-Select.is-opened:not(.is-mobile) {
|
35536
36131
|
border-color: var(--Form-input-onFocused-borderColor);
|
35537
36132
|
color: var(--Form-select-onFocused-color);
|
35538
36133
|
}
|
@@ -35562,6 +36157,10 @@ readers do not read off random characters that represent icons */
|
|
35562
36157
|
fill: var(--Form-input-onHover-iconColor);
|
35563
36158
|
}
|
35564
36159
|
|
36160
|
+
.amis-scope .cxd-Select-popup {
|
36161
|
+
height: 20rem;
|
36162
|
+
}
|
36163
|
+
|
35565
36164
|
.amis-scope .cxd-Select-popover {
|
35566
36165
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
35567
36166
|
background: var(--Form-select-menu-bg);
|
@@ -35641,6 +36240,7 @@ readers do not read off random characters that represent icons */
|
|
35641
36240
|
height: var(--Form-input-height);
|
35642
36241
|
line-height: var(--Form-input-lineHeight);
|
35643
36242
|
font-size: var(--Form-input-fontSize);
|
36243
|
+
align-items: center;
|
35644
36244
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
35645
36245
|
}
|
35646
36246
|
|
@@ -35650,6 +36250,7 @@ readers do not read off random characters that represent icons */
|
|
35650
36250
|
}
|
35651
36251
|
|
35652
36252
|
.amis-scope .cxd-Selections-item > .cxd-Selections-dragbar {
|
36253
|
+
top: 0;
|
35653
36254
|
width: var(--gap-lg);
|
35654
36255
|
position: relative;
|
35655
36256
|
left: calc(var(--gap-xs) * -1);
|
@@ -35965,7 +36566,7 @@ readers do not read off random characters that represent icons */
|
|
35965
36566
|
}
|
35966
36567
|
|
35967
36568
|
.amis-scope .cxd-ColorPicker-popup {
|
35968
|
-
height:
|
36569
|
+
height: 25rem;
|
35969
36570
|
}
|
35970
36571
|
|
35971
36572
|
.amis-scope .cxd-ColorPicker:not(.is-disabled) {
|
@@ -36229,7 +36830,50 @@ readers do not read off random characters that represent icons */
|
|
36229
36830
|
}
|
36230
36831
|
|
36231
36832
|
.amis-scope .cxd-DatePicker-popup {
|
36232
|
-
height:
|
36833
|
+
height: 18.75rem;
|
36834
|
+
}
|
36835
|
+
|
36836
|
+
.amis-scope .cxd-DatePicker.is-mobile {
|
36837
|
+
border: 0;
|
36838
|
+
justify-content: flex-end;
|
36839
|
+
}
|
36840
|
+
|
36841
|
+
.amis-scope .cxd-DatePicker.is-mobile span:focus,
|
36842
|
+
.amis-scope .cxd-DatePicker.is-mobile a:focus {
|
36843
|
+
outline: unset;
|
36844
|
+
}
|
36845
|
+
|
36846
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value,
|
36847
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-clear {
|
36848
|
+
display: inline-flex;
|
36849
|
+
justify-content: flex-end;
|
36850
|
+
padding: 0 0;
|
36851
|
+
}
|
36852
|
+
|
36853
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value {
|
36854
|
+
margin-right: var(--gap-xs);
|
36855
|
+
}
|
36856
|
+
|
36857
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-placeholder {
|
36858
|
+
flex-grow: unset;
|
36859
|
+
flex-basis: unset;
|
36860
|
+
}
|
36861
|
+
|
36862
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
|
36863
|
+
margin-top: -3px;
|
36864
|
+
}
|
36865
|
+
|
36866
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile {
|
36867
|
+
color: red;
|
36868
|
+
}
|
36869
|
+
|
36870
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
|
36871
|
+
width: 100%;
|
36872
|
+
}
|
36873
|
+
|
36874
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt .rdtPicker {
|
36875
|
+
width: 100%;
|
36876
|
+
padding: unset;
|
36233
36877
|
}
|
36234
36878
|
|
36235
36879
|
.amis-scope .rdt {
|
@@ -36766,7 +37410,7 @@ readers do not read off random characters that represent icons */
|
|
36766
37410
|
}
|
36767
37411
|
|
36768
37412
|
.amis-scope .cxd-DateRangePicker-popup {
|
36769
|
-
height:
|
37413
|
+
height: 25rem;
|
36770
37414
|
}
|
36771
37415
|
|
36772
37416
|
@media (min-width: 576px) {
|
@@ -36787,6 +37431,36 @@ readers do not read off random characters that represent icons */
|
|
36787
37431
|
border-radius: var(--DatePicker-borderRadius);
|
36788
37432
|
}
|
36789
37433
|
|
37434
|
+
.amis-scope .cxd-DateRangePicker.is-mobile {
|
37435
|
+
border: 0;
|
37436
|
+
justify-content: flex-end;
|
37437
|
+
}
|
37438
|
+
|
37439
|
+
.amis-scope .cxd-DateRangePicker.is-mobile span:focus,
|
37440
|
+
.amis-scope .cxd-DateRangePicker.is-mobile a:focus {
|
37441
|
+
outline: unset;
|
37442
|
+
}
|
37443
|
+
|
37444
|
+
.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value,
|
37445
|
+
.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-clear {
|
37446
|
+
display: inline-flex;
|
37447
|
+
justify-content: flex-end;
|
37448
|
+
padding: 0 0;
|
37449
|
+
}
|
37450
|
+
|
37451
|
+
.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value {
|
37452
|
+
margin-right: var(--gap-xs);
|
37453
|
+
}
|
37454
|
+
|
37455
|
+
.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-placeholder {
|
37456
|
+
flex-grow: unset;
|
37457
|
+
flex-basis: unset;
|
37458
|
+
}
|
37459
|
+
|
37460
|
+
.amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-toggler {
|
37461
|
+
margin-top: -3px;
|
37462
|
+
}
|
37463
|
+
|
36790
37464
|
.amis-scope .cxd-ImageControl {
|
36791
37465
|
position: relative;
|
36792
37466
|
}
|
@@ -38098,7 +38772,7 @@ readers do not read off random characters that represent icons */
|
|
38098
38772
|
}
|
38099
38773
|
|
38100
38774
|
.amis-scope .cxd-TreeSelect-popup {
|
38101
|
-
height:
|
38775
|
+
height: 25rem;
|
38102
38776
|
}
|
38103
38777
|
|
38104
38778
|
.amis-scope .cxd-TreeSelect-popover {
|
@@ -39224,6 +39898,10 @@ readers do not read off random characters that represent icons */
|
|
39224
39898
|
flex-direction: column;
|
39225
39899
|
}
|
39226
39900
|
|
39901
|
+
.amis-scope .cxd-TransferDropDown-content.is-mobile {
|
39902
|
+
width: 100%;
|
39903
|
+
}
|
39904
|
+
|
39227
39905
|
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
39228
39906
|
flex-grow: 1;
|
39229
39907
|
max-height: 100%;
|
@@ -39325,6 +40003,125 @@ readers do not read off random characters that represent icons */
|
|
39325
40003
|
border-bottom: 0.0625rem solid #eceff8;
|
39326
40004
|
}
|
39327
40005
|
|
40006
|
+
.amis-scope .cxd-NestedSelect-popup {
|
40007
|
+
height: 28.75rem;
|
40008
|
+
}
|
40009
|
+
|
40010
|
+
.amis-scope .cxd-Cascader-tabs {
|
40011
|
+
display: flex;
|
40012
|
+
}
|
40013
|
+
|
40014
|
+
.amis-scope .cxd-Cascader-tabs.scrollable {
|
40015
|
+
display: block;
|
40016
|
+
overflow-x: auto;
|
40017
|
+
white-space: nowrap;
|
40018
|
+
}
|
40019
|
+
|
40020
|
+
.amis-scope .cxd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
40021
|
+
display: none;
|
40022
|
+
}
|
40023
|
+
|
40024
|
+
.amis-scope .cxd-Cascader-tab {
|
40025
|
+
flex: 1;
|
40026
|
+
width: calc((100vw - 20px) / 3);
|
40027
|
+
height: 23.125rem;
|
40028
|
+
overflow-y: auto;
|
40029
|
+
display: inline-block;
|
40030
|
+
}
|
40031
|
+
|
40032
|
+
.amis-scope .cxd-Cascader-tab::-webkit-scrollbar {
|
40033
|
+
display: none;
|
40034
|
+
}
|
40035
|
+
|
40036
|
+
.amis-scope .cxd-Cascader {
|
40037
|
+
width: 100%;
|
40038
|
+
padding: 0 10px;
|
40039
|
+
}
|
40040
|
+
|
40041
|
+
.amis-scope .cxd-Cascader-Nav {
|
40042
|
+
overflow-x: auto;
|
40043
|
+
}
|
40044
|
+
|
40045
|
+
.amis-scope .cxd-Cascader-NavItem {
|
40046
|
+
display: inline-block;
|
40047
|
+
margin-right: 0.625rem;
|
40048
|
+
list-style: none;
|
40049
|
+
cursor: pointer;
|
40050
|
+
user-select: none;
|
40051
|
+
padding: 0 0.375rem;
|
40052
|
+
}
|
40053
|
+
|
40054
|
+
.amis-scope .cxd-Cascader-btnGroup {
|
40055
|
+
display: flex;
|
40056
|
+
justify-content: space-between;
|
40057
|
+
align-items: center;
|
40058
|
+
height: 3.75rem;
|
40059
|
+
}
|
40060
|
+
|
40061
|
+
.amis-scope .cxd-Cascader-options {
|
40062
|
+
box-sizing: border-box;
|
40063
|
+
height: var(--Cascader-option-height);
|
40064
|
+
padding-top: 0.375rem;
|
40065
|
+
overflow-y: auto;
|
40066
|
+
-webkit-overflow-scrolling: touch;
|
40067
|
+
margin: 0;
|
40068
|
+
padding: 0;
|
40069
|
+
}
|
40070
|
+
|
40071
|
+
.amis-scope .cxd-Cascader-option {
|
40072
|
+
display: flex;
|
40073
|
+
align-items: center;
|
40074
|
+
justify-content: space-between;
|
40075
|
+
padding: 0.375rem 0;
|
40076
|
+
font-size: var(--fontSizeMd);
|
40077
|
+
line-height: var(--Cascader-option-lineHeight);
|
40078
|
+
cursor: pointer;
|
40079
|
+
position: relative;
|
40080
|
+
}
|
40081
|
+
|
40082
|
+
.amis-scope .cxd-Cascader-option.selected span {
|
40083
|
+
color: var(--primary);
|
40084
|
+
}
|
40085
|
+
|
40086
|
+
.amis-scope .cxd-Cascader-option.disabled span {
|
40087
|
+
color: gray;
|
40088
|
+
}
|
40089
|
+
|
40090
|
+
.amis-scope .cxd-Cascader-option--text {
|
40091
|
+
white-space: nowrap;
|
40092
|
+
overflow: hidden;
|
40093
|
+
text-overflow: ellipsis;
|
40094
|
+
user-select: none;
|
40095
|
+
}
|
40096
|
+
|
40097
|
+
.amis-scope .cxd-Cascader-option-selectedNum {
|
40098
|
+
min-width: 1rem;
|
40099
|
+
height: 1rem;
|
40100
|
+
line-height: 1rem;
|
40101
|
+
border-radius: 100%;
|
40102
|
+
text-align: center;
|
40103
|
+
background: var(--Form-select-menu-onActive-color);
|
40104
|
+
color: var(--white) !important;
|
40105
|
+
font-size: var(--fontSizeSm);
|
40106
|
+
display: inline-block;
|
40107
|
+
position: absolute;
|
40108
|
+
right: 0;
|
40109
|
+
top: 50%;
|
40110
|
+
transform: translateY(-50%);
|
40111
|
+
}
|
40112
|
+
|
40113
|
+
.amis-scope .cxd-Cascader-icon {
|
40114
|
+
color: var(--primary);
|
40115
|
+
}
|
40116
|
+
|
40117
|
+
.amis-scope .cxd-Cascader-tab {
|
40118
|
+
padding: 0;
|
40119
|
+
}
|
40120
|
+
|
40121
|
+
.amis-scope .cxd-Cascader-btnCancel {
|
40122
|
+
color: var(--PopUp-cancelAction-color);
|
40123
|
+
}
|
40124
|
+
|
39328
40125
|
.amis-scope .cxd-IconPickerControl {
|
39329
40126
|
position: relative;
|
39330
40127
|
max-width: 100%;
|
@@ -39581,6 +40378,8 @@ readers do not read off random characters that represent icons */
|
|
39581
40378
|
font-weight: var(--fontWeightNormal);
|
39582
40379
|
margin-bottom: var(--gap-xs);
|
39583
40380
|
position: relative;
|
40381
|
+
font-size: var(--Form-item-fontSize);
|
40382
|
+
color: var(--Form-item-fontColor);
|
39584
40383
|
}
|
39585
40384
|
|
39586
40385
|
.amis-scope .cxd-Form-label > span {
|
@@ -39983,25 +40782,195 @@ readers do not read off random characters that represent icons */
|
|
39983
40782
|
width: 10%;
|
39984
40783
|
}
|
39985
40784
|
|
39986
|
-
|
39987
|
-
display: flex;
|
39988
|
-
height: 25rem;
|
39989
|
-
}
|
40785
|
+
/* 移动端样式调整 */
|
39990
40786
|
|
39991
|
-
|
39992
|
-
|
39993
|
-
|
39994
|
-
|
39995
|
-
|
39996
|
-
|
39997
|
-
|
40787
|
+
@media (max-width: 767px) {
|
40788
|
+
.amis-scope .cxd-Form .cxd-Form-item {
|
40789
|
+
display: flex;
|
40790
|
+
flex-wrap: wrap;
|
40791
|
+
margin-bottom: 0;
|
40792
|
+
padding: var(--Form-item-gap) 0;
|
40793
|
+
position: relative;
|
40794
|
+
}
|
39998
40795
|
|
39999
|
-
.amis-scope .cxd-
|
40000
|
-
|
40001
|
-
|
40002
|
-
|
40796
|
+
.amis-scope .cxd-Form .cxd-Form-item::after {
|
40797
|
+
position: absolute;
|
40798
|
+
box-sizing: border-box;
|
40799
|
+
content: " ";
|
40800
|
+
pointer-events: none;
|
40801
|
+
right: 0;
|
40802
|
+
bottom: 0;
|
40803
|
+
left: 0;
|
40804
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
40805
|
+
transform: scaleY(0.5);
|
40806
|
+
}
|
40003
40807
|
|
40004
|
-
.amis-scope .cxd-
|
40808
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
|
40809
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-addOn {
|
40810
|
+
border: none;
|
40811
|
+
}
|
40812
|
+
|
40813
|
+
.amis-scope .cxd-Form .cxd-Form-item > .cxd-Form-label {
|
40814
|
+
flex: 0 0 28%;
|
40815
|
+
max-width: 28%;
|
40816
|
+
min-height: 1px;
|
40817
|
+
text-align: left;
|
40818
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
40819
|
+
overflow-wrap: break-word;
|
40820
|
+
margin-right: 0;
|
40821
|
+
margin-bottom: 0;
|
40822
|
+
font-size: var(--fontSizeLg);
|
40823
|
+
}
|
40824
|
+
|
40825
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
|
40826
|
+
font-size: var(--fontSizeBase);
|
40827
|
+
}
|
40828
|
+
|
40829
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
|
40830
|
+
font-size: var(--fontSizeLg);
|
40831
|
+
}
|
40832
|
+
|
40833
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
|
40834
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
40835
|
+
}
|
40836
|
+
|
40837
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value,
|
40838
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control {
|
40839
|
+
flex: 1;
|
40840
|
+
flex-wrap: wrap;
|
40841
|
+
font-size: var(--fontSizeLg);
|
40842
|
+
}
|
40843
|
+
|
40844
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
|
40845
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
|
40846
|
+
background: transparent;
|
40847
|
+
}
|
40848
|
+
|
40849
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint,
|
40850
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-remark,
|
40851
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static,
|
40852
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
|
40853
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-SwitchControl,
|
40854
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxControl,
|
40855
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-RadiosControl,
|
40856
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
|
40857
|
+
padding-top: 0;
|
40858
|
+
padding-bottom: 0;
|
40859
|
+
}
|
40860
|
+
|
40861
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
|
40862
|
+
height: var(--Form-input-height);
|
40863
|
+
}
|
40864
|
+
|
40865
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
|
40866
|
+
font-size: var(--fontSizeBase);
|
40867
|
+
margin-left: 0;
|
40868
|
+
color: var(--text--muted-color);
|
40869
|
+
}
|
40870
|
+
|
40871
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
|
40872
|
+
top: 0;
|
40873
|
+
}
|
40874
|
+
|
40875
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static {
|
40876
|
+
min-height: 0;
|
40877
|
+
}
|
40878
|
+
|
40879
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
|
40880
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
|
40881
|
+
font-size: var(--fontSizeBase);
|
40882
|
+
}
|
40883
|
+
|
40884
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
|
40885
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
40886
|
+
border: none;
|
40887
|
+
}
|
40888
|
+
|
40889
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
|
40890
|
+
height: var(--Form-input-height);
|
40891
|
+
}
|
40892
|
+
|
40893
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker {
|
40894
|
+
padding: 0;
|
40895
|
+
border: none;
|
40896
|
+
}
|
40897
|
+
|
40898
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
|
40899
|
+
display: none;
|
40900
|
+
}
|
40901
|
+
|
40902
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
|
40903
|
+
margin-bottom: var(--gap-xs);
|
40904
|
+
}
|
40905
|
+
|
40906
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea,
|
40907
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
40908
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
40909
|
+
border: none;
|
40910
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40911
|
+
box-shadow: none;
|
40912
|
+
}
|
40913
|
+
|
40914
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:hover,
|
40915
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:focus,
|
40916
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea.active,
|
40917
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
40918
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
40919
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
40920
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
40921
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
40922
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
40923
|
+
border: none;
|
40924
|
+
outline: none;
|
40925
|
+
outline-style: none;
|
40926
|
+
}
|
40927
|
+
|
40928
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
|
40929
|
+
padding: 0;
|
40930
|
+
min-height: 0;
|
40931
|
+
}
|
40932
|
+
|
40933
|
+
.amis-scope .cxd-Form .cxd-Form-groupColumn {
|
40934
|
+
margin-bottom: 0;
|
40935
|
+
}
|
40936
|
+
|
40937
|
+
.amis-scope .cxd-Form .cxd-Divider {
|
40938
|
+
display: none;
|
40939
|
+
}
|
40940
|
+
|
40941
|
+
.amis-scope .cxd-Form .cxd-Tabs-pane {
|
40942
|
+
padding: 0;
|
40943
|
+
}
|
40944
|
+
|
40945
|
+
.amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
|
40946
|
+
.amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
|
40947
|
+
display: none;
|
40948
|
+
}
|
40949
|
+
|
40950
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
40951
|
+
padding-bottom: var(--Form-input-paddingX);
|
40952
|
+
}
|
40953
|
+
}
|
40954
|
+
|
40955
|
+
.amis-scope .cxd-AnchorNav {
|
40956
|
+
display: flex;
|
40957
|
+
height: 25rem;
|
40958
|
+
}
|
40959
|
+
|
40960
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
|
40961
|
+
margin: 0;
|
40962
|
+
padding: 0;
|
40963
|
+
width: var(--Tabs--vertical-width);
|
40964
|
+
border-right: var(--AnchorNav-links-container-borderRight);
|
40965
|
+
padding-bottom: 3.75rem;
|
40966
|
+
}
|
40967
|
+
|
40968
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
40969
|
+
position: relative;
|
40970
|
+
display: block;
|
40971
|
+
}
|
40972
|
+
|
40973
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
40005
40974
|
display: block;
|
40006
40975
|
border: var(--Tabs-borderWidth) solid transparent;
|
40007
40976
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -40376,20 +41345,29 @@ readers do not read off random characters that represent icons */
|
|
40376
41345
|
box-sizing: content-box;
|
40377
41346
|
}
|
40378
41347
|
|
41348
|
+
.amis-scope .cxd-FormulaEditor-content {
|
41349
|
+
border-radius: var(--borderRadius);
|
41350
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
41351
|
+
}
|
41352
|
+
|
40379
41353
|
.amis-scope .cxd-FormulaEditor-header {
|
40380
41354
|
width: 100%;
|
40381
|
-
height:
|
40382
|
-
line-height:
|
40383
|
-
padding
|
41355
|
+
height: 1.875rem;
|
41356
|
+
line-height: 1.875rem;
|
41357
|
+
padding: 0 0.625rem;
|
40384
41358
|
box-sizing: border-box;
|
40385
|
-
background:
|
41359
|
+
background: var(--Formula-header-bgColor);
|
41360
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
41361
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
41362
|
+
font-weight: 500;
|
40386
41363
|
}
|
40387
41364
|
|
40388
41365
|
.amis-scope .cxd-FormulaEditor-editor {
|
40389
41366
|
min-height: 14.875rem;
|
40390
41367
|
max-height: 20rem;
|
40391
41368
|
height: auto;
|
40392
|
-
|
41369
|
+
padding: 0.625rem;
|
41370
|
+
padding-right: 0;
|
40393
41371
|
}
|
40394
41372
|
|
40395
41373
|
.amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
|
@@ -40475,7 +41453,7 @@ readers do not read off random characters that represent icons */
|
|
40475
41453
|
}
|
40476
41454
|
|
40477
41455
|
.amis-scope .cxd-FormulaFuncList-funcItem.is-active {
|
40478
|
-
|
41456
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
40479
41457
|
}
|
40480
41458
|
|
40481
41459
|
.amis-scope .cxd-FormulaFuncList-groupTitle {
|
@@ -40491,8 +41469,384 @@ readers do not read off random characters that represent icons */
|
|
40491
41469
|
padding: 10px 20px;
|
40492
41470
|
}
|
40493
41471
|
|
41472
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail pre {
|
41473
|
+
white-space: pre-wrap;
|
41474
|
+
word-wrap: break-word;
|
41475
|
+
background: var(--Formula-header-bgColor);
|
41476
|
+
padding: 0.625rem;
|
41477
|
+
border-radius: var(--borderRadius);
|
41478
|
+
margin-top: 0;
|
41479
|
+
}
|
41480
|
+
|
41481
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail div {
|
41482
|
+
color: var(--text--loud-color);
|
41483
|
+
}
|
41484
|
+
|
40494
41485
|
.amis-scope .cxd-FormulaPicker-icon {
|
40495
41486
|
margin-left: auto;
|
41487
|
+
margin-right: 0.3125rem;
|
41488
|
+
}
|
41489
|
+
|
41490
|
+
.amis-scope .cxd-Timeline-vertical {
|
41491
|
+
display: flex;
|
41492
|
+
flex-flow: column;
|
41493
|
+
}
|
41494
|
+
|
41495
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem {
|
41496
|
+
display: flex;
|
41497
|
+
flex: 1;
|
41498
|
+
flex-direction: row;
|
41499
|
+
}
|
41500
|
+
|
41501
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41502
|
+
display: none;
|
41503
|
+
}
|
41504
|
+
|
41505
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle {
|
41506
|
+
position: relative;
|
41507
|
+
flex: var(--TimelineItem--axle-flex);
|
41508
|
+
}
|
41509
|
+
|
41510
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41511
|
+
position: absolute;
|
41512
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
41513
|
+
width: var(--TimelineItem--left-line-width);
|
41514
|
+
left: var(--TimelineItem--left-line-left);
|
41515
|
+
top: var(--TimelineItem--left-line-top);
|
41516
|
+
background-color: var(--TimelineItem--line-bg);
|
41517
|
+
}
|
41518
|
+
|
41519
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
41520
|
+
position: absolute;
|
41521
|
+
width: var(--TimelineItem--round-width);
|
41522
|
+
height: var(--TimelineItem--round-height);
|
41523
|
+
left: var(--TimelineItem--round-left);
|
41524
|
+
top: var(--TimelineItem--round-top);
|
41525
|
+
background: var(--TimelineItem-round-bg);
|
41526
|
+
border-radius: var(--TimelineItem--round-radius);
|
41527
|
+
}
|
41528
|
+
|
41529
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
41530
|
+
background: var(--Timeline--danger-bg);
|
41531
|
+
}
|
41532
|
+
|
41533
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
41534
|
+
background: var(--Timeline--info-bg);
|
41535
|
+
}
|
41536
|
+
|
41537
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
41538
|
+
background: var(--Timeline--success-bg);
|
41539
|
+
}
|
41540
|
+
|
41541
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
41542
|
+
background: var(--Timeline--warning-bg);
|
41543
|
+
}
|
41544
|
+
|
41545
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
41546
|
+
position: absolute;
|
41547
|
+
width: var(--TimelineItem--icon-width);
|
41548
|
+
height: var(--TimelineItem--icon-height);
|
41549
|
+
left: var(--TimelineItem--icon-left);
|
41550
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41551
|
+
}
|
41552
|
+
|
41553
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content {
|
41554
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
41555
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
41556
|
+
}
|
41557
|
+
|
41558
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
|
41559
|
+
color: var(--TimelineItem--text-secondary-color);
|
41560
|
+
font-size: var(--Timeline--font-size);
|
41561
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
41562
|
+
}
|
41563
|
+
|
41564
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
|
41565
|
+
color: var(--TimelineItem--text-primary-color);
|
41566
|
+
font-size: var(--Timeline--font-size);
|
41567
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
41568
|
+
}
|
41569
|
+
|
41570
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
|
41571
|
+
display: flex;
|
41572
|
+
cursor: pointer;
|
41573
|
+
align-items: center;
|
41574
|
+
font-size: var(--Timeline--font-size);
|
41575
|
+
color: var(--TimelineItem--detail-button-color);
|
41576
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
41577
|
+
}
|
41578
|
+
|
41579
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
|
41580
|
+
width: var(--TimelineItem-detail-arrow-width);
|
41581
|
+
height: var(--TimelineItem-detail-arrow-width);
|
41582
|
+
}
|
41583
|
+
|
41584
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
|
41585
|
+
transform: rotateX(180deg);
|
41586
|
+
}
|
41587
|
+
|
41588
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
41589
|
+
display: block;
|
41590
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
41591
|
+
font-size: var(--Timeline--font-size);
|
41592
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
41593
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
41594
|
+
}
|
41595
|
+
|
41596
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
|
41597
|
+
display: none;
|
41598
|
+
}
|
41599
|
+
|
41600
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-left .cxd-TimelineItem {
|
41601
|
+
flex-direction: row-reverse;
|
41602
|
+
}
|
41603
|
+
|
41604
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
|
41605
|
+
flex-direction: row-reverse;
|
41606
|
+
max-width: 50%;
|
41607
|
+
}
|
41608
|
+
|
41609
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
|
41610
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
41611
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
41612
|
+
}
|
41613
|
+
|
41614
|
+
.amis-scope .cxd-Timeline-horizontal {
|
41615
|
+
display: flex;
|
41616
|
+
flex-flow: row;
|
41617
|
+
margin-left: 50%;
|
41618
|
+
transform: translateX(-50%);
|
41619
|
+
}
|
41620
|
+
|
41621
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem {
|
41622
|
+
display: flex;
|
41623
|
+
width: -webkit-fill-available;
|
41624
|
+
flex-flow: column;
|
41625
|
+
}
|
41626
|
+
|
41627
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41628
|
+
display: none;
|
41629
|
+
}
|
41630
|
+
|
41631
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle {
|
41632
|
+
position: relative;
|
41633
|
+
flex: var(--TimelineItem--axle-flex);
|
41634
|
+
}
|
41635
|
+
|
41636
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41637
|
+
position: absolute;
|
41638
|
+
height: var(--TimelineItem--left-line-width);
|
41639
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
41640
|
+
left: var(--TimelineItem--left-line-top);
|
41641
|
+
top: var(--TimelineItem--left-line-left);
|
41642
|
+
background-color: var(--TimelineItem--line-bg);
|
41643
|
+
}
|
41644
|
+
|
41645
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
41646
|
+
position: absolute;
|
41647
|
+
width: var(--TimelineItem--round-width);
|
41648
|
+
height: var(--TimelineItem--round-height);
|
41649
|
+
left: var(--TimelineItem--round-top);
|
41650
|
+
top: var(--TimelineItem--round-left);
|
41651
|
+
background: var(--TimelineItem-round-bg);
|
41652
|
+
border-radius: var(--TimelineItem--round-radius);
|
41653
|
+
}
|
41654
|
+
|
41655
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
41656
|
+
background: var(--Timeline--danger-bg);
|
41657
|
+
}
|
41658
|
+
|
41659
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
41660
|
+
background: var(--Timeline--info-bg);
|
41661
|
+
}
|
41662
|
+
|
41663
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
41664
|
+
background: var(--Timeline--success-bg);
|
41665
|
+
}
|
41666
|
+
|
41667
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
41668
|
+
background: var(--Timeline--warning-bg);
|
41669
|
+
}
|
41670
|
+
|
41671
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
41672
|
+
position: absolute;
|
41673
|
+
width: var(--TimelineItem--icon-width);
|
41674
|
+
height: var(--TimelineItem--icon-height);
|
41675
|
+
left: var(--TimelineItem--icon-left);
|
41676
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41677
|
+
}
|
41678
|
+
|
41679
|
+
/**
|
41680
|
+
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
41681
|
+
*/
|
41682
|
+
|
41683
|
+
.amis-scope .AMISDebug {
|
41684
|
+
position: fixed;
|
41685
|
+
z-index: 4000;
|
41686
|
+
top: 0;
|
41687
|
+
right: 0;
|
41688
|
+
height: 100vh;
|
41689
|
+
width: 24px;
|
41690
|
+
}
|
41691
|
+
|
41692
|
+
.amis-scope .AMISDebug h3 {
|
41693
|
+
color: inherit;
|
41694
|
+
}
|
41695
|
+
|
41696
|
+
.amis-scope .AMISDebug .primary {
|
41697
|
+
color: #009fff;
|
41698
|
+
}
|
41699
|
+
|
41700
|
+
.amis-scope .AMISDebug-header {
|
41701
|
+
padding: var(--Drawer-header-padding);
|
41702
|
+
background: var(--Drawer-header-bg);
|
41703
|
+
border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
|
41704
|
+
}
|
41705
|
+
|
41706
|
+
.amis-scope .AMISDebug-hoverBox {
|
41707
|
+
pointer-events: none;
|
41708
|
+
position: absolute;
|
41709
|
+
outline: 1px dashed #1c76c4;
|
41710
|
+
}
|
41711
|
+
|
41712
|
+
.amis-scope .AMISDebug-activeBox {
|
41713
|
+
pointer-events: none;
|
41714
|
+
position: absolute;
|
41715
|
+
outline: 1px #1c76c4;
|
41716
|
+
}
|
41717
|
+
|
41718
|
+
.amis-scope .AMISDebug-tab {
|
41719
|
+
overflow: hidden;
|
41720
|
+
}
|
41721
|
+
|
41722
|
+
.amis-scope .AMISDebug-tab > button {
|
41723
|
+
color: inherit;
|
41724
|
+
background: inherit;
|
41725
|
+
float: left;
|
41726
|
+
border: none;
|
41727
|
+
outline: none;
|
41728
|
+
cursor: pointer;
|
41729
|
+
padding: var(--gap-sm) var(--gap-md);
|
41730
|
+
transition: 0.3s;
|
41731
|
+
border-bottom: 1px solid transparent;
|
41732
|
+
}
|
41733
|
+
|
41734
|
+
.amis-scope .AMISDebug-tab > button:hover {
|
41735
|
+
color: #e7e7e7;
|
41736
|
+
}
|
41737
|
+
|
41738
|
+
.amis-scope .AMISDebug-tab > button.active {
|
41739
|
+
color: #e7e7e7;
|
41740
|
+
border-bottom-color: #e7e7e7;
|
41741
|
+
}
|
41742
|
+
|
41743
|
+
.amis-scope .AMISDebug-toggle {
|
41744
|
+
background: var(--body-bg);
|
41745
|
+
position: fixed;
|
41746
|
+
top: 50%;
|
41747
|
+
right: 0;
|
41748
|
+
width: 24px;
|
41749
|
+
height: 48px;
|
41750
|
+
box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
|
41751
|
+
border-top-left-radius: 12px;
|
41752
|
+
border-bottom-left-radius: 12px;
|
41753
|
+
padding-top: 14px;
|
41754
|
+
padding-left: 6px;
|
41755
|
+
cursor: pointer;
|
41756
|
+
}
|
41757
|
+
|
41758
|
+
.amis-scope .AMISDebug-toggle i {
|
41759
|
+
color: var(--text-color);
|
41760
|
+
}
|
41761
|
+
|
41762
|
+
.amis-scope .AMISDebug-toggle:hover i {
|
41763
|
+
color: var(--primary);
|
41764
|
+
}
|
41765
|
+
|
41766
|
+
.amis-scope .AMISDebug-content {
|
41767
|
+
display: none;
|
41768
|
+
}
|
41769
|
+
|
41770
|
+
.amis-scope .AMISDebug-resize {
|
41771
|
+
position: absolute;
|
41772
|
+
width: 4px;
|
41773
|
+
top: 0;
|
41774
|
+
left: 0;
|
41775
|
+
bottom: 0;
|
41776
|
+
cursor: col-resize;
|
41777
|
+
}
|
41778
|
+
|
41779
|
+
.amis-scope .AMISDebug-resize:hover {
|
41780
|
+
background: #75715e;
|
41781
|
+
}
|
41782
|
+
|
41783
|
+
.amis-scope .AMISDebug-changePosition {
|
41784
|
+
position: absolute;
|
41785
|
+
font-size: 18px;
|
41786
|
+
right: 40px;
|
41787
|
+
top: var(--gap-sm);
|
41788
|
+
cursor: pointer;
|
41789
|
+
}
|
41790
|
+
|
41791
|
+
.amis-scope .AMISDebug-close {
|
41792
|
+
position: absolute;
|
41793
|
+
font-size: 18px;
|
41794
|
+
right: var(--gap-sm);
|
41795
|
+
top: var(--gap-sm);
|
41796
|
+
cursor: pointer;
|
41797
|
+
}
|
41798
|
+
|
41799
|
+
.amis-scope .AMISDebug.is-expanded {
|
41800
|
+
width: 420px;
|
41801
|
+
overflow: auto;
|
41802
|
+
background: #272821;
|
41803
|
+
color: #cccccc;
|
41804
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
41805
|
+
}
|
41806
|
+
|
41807
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
|
41808
|
+
display: none;
|
41809
|
+
}
|
41810
|
+
|
41811
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-content {
|
41812
|
+
display: block;
|
41813
|
+
}
|
41814
|
+
|
41815
|
+
.amis-scope .AMISDebug.is-left {
|
41816
|
+
left: 0;
|
41817
|
+
}
|
41818
|
+
|
41819
|
+
.amis-scope .AMISDebug.is-left .AMISDebug-resize {
|
41820
|
+
left: unset;
|
41821
|
+
right: 0;
|
41822
|
+
}
|
41823
|
+
|
41824
|
+
.amis-scope .AMISDebug-log {
|
41825
|
+
padding: var(--gap-sm);
|
41826
|
+
}
|
41827
|
+
|
41828
|
+
.amis-scope .AMISDebug-log button {
|
41829
|
+
cursor: pointer;
|
41830
|
+
background: #0e639c;
|
41831
|
+
flex-grow: 1;
|
41832
|
+
box-sizing: border-box;
|
41833
|
+
display: inline-flex;
|
41834
|
+
justify-content: center;
|
41835
|
+
align-items: center;
|
41836
|
+
padding: 6px 11px;
|
41837
|
+
outline: none;
|
41838
|
+
text-decoration: none;
|
41839
|
+
color: inherit;
|
41840
|
+
max-width: 300px;
|
41841
|
+
border: none;
|
41842
|
+
}
|
41843
|
+
|
41844
|
+
.amis-scope .AMISDebug-log button:hover {
|
41845
|
+
background: #1177bb;
|
41846
|
+
}
|
41847
|
+
|
41848
|
+
.amis-scope .AMISDebug-inspect {
|
41849
|
+
padding: var(--gap-sm);
|
40496
41850
|
}
|
40497
41851
|
|
40498
41852
|
/*
|
@@ -42920,18 +44274,6 @@ readers do not read off random characters that represent icons */
|
|
42920
44274
|
border: none;
|
42921
44275
|
}
|
42922
44276
|
|
42923
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
42924
|
-
border: none;
|
42925
|
-
}
|
42926
|
-
|
42927
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li {
|
42928
|
-
color: #151a26;
|
42929
|
-
}
|
42930
|
-
|
42931
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li.is-disabled {
|
42932
|
-
color: #b4b6ba;
|
42933
|
-
}
|
42934
|
-
|
42935
44277
|
.amis-scope .cxd-Toast .cxd-Toast-icon {
|
42936
44278
|
margin-right: 0.5rem;
|
42937
44279
|
}
|
@@ -43114,15 +44456,8 @@ readers do not read off random characters that represent icons */
|
|
43114
44456
|
padding-left: 0;
|
43115
44457
|
}
|
43116
44458
|
|
43117
|
-
.amis-scope .cxd-Form-label {
|
43118
|
-
font-size: 14px;
|
43119
|
-
color: #5e626a;
|
43120
|
-
}
|
43121
|
-
|
43122
44459
|
.amis-scope .cxd-Form-item--inline .cxd-Form-label {
|
43123
44460
|
margin-right: 1rem;
|
43124
|
-
font-size: 14px;
|
43125
|
-
color: #5e626a;
|
43126
44461
|
}
|
43127
44462
|
|
43128
44463
|
.amis-scope .cxd-Form .cxd-Collapse {
|