amis 1.5.6 → 1.6.1-beta.0
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/CRUD.js +1 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.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/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 +10 -2
- 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/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +4 -1
- package/lib/renderers/Nav.js.map +2 -2
- 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/TableRow.js +4 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/store/formItem.js +7 -7
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +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 +1190 -71
- package/lib/themes/cxd.css +1190 -71
- 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 +1190 -71
- 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 +3483 -810
- 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 +51 -2
- 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 +1449 -159
- package/sdk/cxd.css +1514 -179
- 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 +1449 -159
- package/sdk/sdk.css +1514 -179
- package/sdk/sdk.js +1311 -1253
- 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/CRUD.tsx +1 -3
- 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/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 +9 -2
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Link.tsx +18 -3
- package/src/renderers/Nav.tsx +4 -1
- package/src/renderers/Remark.tsx +68 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/TableRow.tsx +3 -1
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/schemaExtend.ts +22 -10
- package/src/store/combo.ts +1 -3
- package/src/store/formItem.ts +3 -3
- package/src/store/table.ts +2 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/api.ts +15 -2
- package/src/utils/debug.tsx +438 -0
- package/src/utils/helper.ts +6 -16
- package/src/utils/renderer-event.ts +75 -0
package/sdk/antd-ie11.css
CHANGED
@@ -22257,6 +22257,7 @@ readers do not read off random characters that represent icons */
|
|
22257
22257
|
width: 2.5rem;
|
22258
22258
|
height: 2.5rem;
|
22259
22259
|
line-height: 2.5rem;
|
22260
|
+
position: relative;
|
22260
22261
|
display: inline-block;
|
22261
22262
|
overflow: hidden;
|
22262
22263
|
flex-shrink: 0;
|
@@ -22264,6 +22265,36 @@ readers do not read off random characters that represent icons */
|
|
22264
22265
|
text-align: center;
|
22265
22266
|
}
|
22266
22267
|
|
22268
|
+
.amis-scope .antd-Avatar i {
|
22269
|
+
font-size: 1rem;
|
22270
|
+
}
|
22271
|
+
|
22272
|
+
.amis-scope .antd-Avatar--lg {
|
22273
|
+
width: 3rem;
|
22274
|
+
height: 3rem;
|
22275
|
+
line-height: 3rem;
|
22276
|
+
}
|
22277
|
+
|
22278
|
+
.amis-scope .antd-Avatar--lg i {
|
22279
|
+
font-size: 1.25rem;
|
22280
|
+
}
|
22281
|
+
|
22282
|
+
.amis-scope .antd-Avatar--sm {
|
22283
|
+
width: 2rem;
|
22284
|
+
height: 2rem;
|
22285
|
+
line-height: 2rem;
|
22286
|
+
}
|
22287
|
+
|
22288
|
+
.amis-scope .antd-Avatar--sm i {
|
22289
|
+
font-size: 0.75rem;
|
22290
|
+
}
|
22291
|
+
|
22292
|
+
.amis-scope .antd-Avatar--text {
|
22293
|
+
position: absolute;
|
22294
|
+
left: 50%;
|
22295
|
+
transform-origin: 0 center;
|
22296
|
+
}
|
22297
|
+
|
22267
22298
|
.amis-scope .antd-Avatar--square {
|
22268
22299
|
border-radius: 0%;
|
22269
22300
|
}
|
@@ -22272,15 +22303,9 @@ readers do not read off random characters that represent icons */
|
|
22272
22303
|
border-radius: 10%;
|
22273
22304
|
}
|
22274
22305
|
|
22275
|
-
.amis-scope .antd-Avatar i {
|
22276
|
-
font-size: 1rem;
|
22277
|
-
}
|
22278
|
-
|
22279
22306
|
.amis-scope .antd-Avatar img {
|
22280
|
-
color: transparent;
|
22281
22307
|
width: 100%;
|
22282
22308
|
height: 100%;
|
22283
|
-
object-fit: cover;
|
22284
22309
|
}
|
22285
22310
|
|
22286
22311
|
.amis-scope .antd-Avatar:hover img,
|
@@ -22699,6 +22724,23 @@ readers do not read off random characters that represent icons */
|
|
22699
22724
|
overflow: auto;
|
22700
22725
|
}
|
22701
22726
|
|
22727
|
+
/* 移动端样式调整 */
|
22728
|
+
|
22729
|
+
@media (max-width: 767px) {
|
22730
|
+
.amis-scope .antd-Modal .antd-Modal-footer {
|
22731
|
+
display: flex;
|
22732
|
+
}
|
22733
|
+
|
22734
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button {
|
22735
|
+
flex: 1;
|
22736
|
+
height: 2.75rem;
|
22737
|
+
}
|
22738
|
+
|
22739
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button:first-child {
|
22740
|
+
margin-left: 0;
|
22741
|
+
}
|
22742
|
+
}
|
22743
|
+
|
22702
22744
|
.amis-scope .antd-Drawer {
|
22703
22745
|
position: fixed;
|
22704
22746
|
top: 0;
|
@@ -23376,11 +23418,12 @@ readers do not read off random characters that represent icons */
|
|
23376
23418
|
|
23377
23419
|
.amis-scope .antd-PopUp {
|
23378
23420
|
width: 100%;
|
23421
|
+
height: 25rem;
|
23379
23422
|
position: fixed;
|
23380
23423
|
background: white;
|
23381
23424
|
left: 0;
|
23382
23425
|
bottom: 0;
|
23383
|
-
z-index:
|
23426
|
+
z-index: 3000;
|
23384
23427
|
padding: 0;
|
23385
23428
|
margin: 0;
|
23386
23429
|
font-weight: 400;
|
@@ -23430,27 +23473,51 @@ readers do not read off random characters that represent icons */
|
|
23430
23473
|
height: 100%;
|
23431
23474
|
box-sizing: border-box;
|
23432
23475
|
background: #fff;
|
23433
|
-
|
23476
|
+
display: flex;
|
23477
|
+
flex-direction: column;
|
23434
23478
|
}
|
23435
23479
|
|
23436
23480
|
.amis-scope .antd-PopUp-closeWrap {
|
23437
|
-
|
23438
|
-
|
23439
|
-
|
23440
|
-
|
23481
|
+
position: relative;
|
23482
|
+
text-align: center;
|
23483
|
+
height: 3rem;
|
23484
|
+
line-height: 3rem;
|
23441
23485
|
}
|
23442
23486
|
|
23443
|
-
.amis-scope .antd-PopUp-close {
|
23444
|
-
|
23445
|
-
|
23446
|
-
|
23487
|
+
.amis-scope .antd-PopUp-closeWrap .antd-PopUp-close {
|
23488
|
+
position: absolute;
|
23489
|
+
z-index: 1;
|
23490
|
+
color: inherit;
|
23447
23491
|
cursor: pointer;
|
23492
|
+
top: 0.9375rem;
|
23493
|
+
right: 0.9375rem;
|
23494
|
+
}
|
23495
|
+
|
23496
|
+
.amis-scope .antd-PopUp-toolbar {
|
23497
|
+
display: flex;
|
23498
|
+
align-items: center;
|
23499
|
+
justify-content: space-between;
|
23500
|
+
height: 3.75rem;
|
23501
|
+
}
|
23502
|
+
|
23503
|
+
.amis-scope .antd-PopUp-title {
|
23504
|
+
font-size: 0.875rem;
|
23505
|
+
}
|
23506
|
+
|
23507
|
+
.amis-scope .antd-PopUp-cancel {
|
23508
|
+
color: #666;
|
23509
|
+
margin-left: 0.5rem;
|
23510
|
+
}
|
23511
|
+
|
23512
|
+
.amis-scope .antd-PopUp-confirm {
|
23513
|
+
margin-right: 0.5rem;
|
23448
23514
|
}
|
23449
23515
|
|
23450
23516
|
.amis-scope .antd-PopUp-content {
|
23451
23517
|
overflow-y: auto;
|
23452
23518
|
height: 100%;
|
23453
23519
|
display: flex;
|
23520
|
+
flex: 1;
|
23454
23521
|
}
|
23455
23522
|
|
23456
23523
|
.amis-scope .antd-PopUp > * {
|
@@ -23479,6 +23546,10 @@ readers do not read off random characters that represent icons */
|
|
23479
23546
|
margin-top: -0.25rem;
|
23480
23547
|
}
|
23481
23548
|
|
23549
|
+
.amis-scope .antd-PopUp-safearea {
|
23550
|
+
height: 1rem;
|
23551
|
+
}
|
23552
|
+
|
23482
23553
|
.amis-scope .antd-PickerColumns {
|
23483
23554
|
position: relative;
|
23484
23555
|
background-color: white;
|
@@ -23488,7 +23559,11 @@ readers do not read off random characters that represent icons */
|
|
23488
23559
|
font-size: 1rem;
|
23489
23560
|
}
|
23490
23561
|
|
23491
|
-
.amis-scope .antd-PickerColumns
|
23562
|
+
.amis-scope .antd-PickerColumns li:focus {
|
23563
|
+
outline: none;
|
23564
|
+
}
|
23565
|
+
|
23566
|
+
.amis-scope .antd-PickerColumns-header {
|
23492
23567
|
display: flex;
|
23493
23568
|
align-items: center;
|
23494
23569
|
justify-content: space-between;
|
@@ -23498,16 +23573,16 @@ readers do not read off random characters that represent icons */
|
|
23498
23573
|
.amis-scope .antd-PickerColumns-cancel,
|
23499
23574
|
.amis-scope .antd-PickerColumns-confirm {
|
23500
23575
|
height: 100%;
|
23501
|
-
padding: 0
|
23502
|
-
font-size:
|
23503
|
-
background-color: transparent;
|
23576
|
+
padding: 0 1rem;
|
23577
|
+
font-size: 1rem;
|
23578
|
+
background-color: transparent !important;
|
23504
23579
|
border: none;
|
23505
23580
|
cursor: pointer;
|
23506
23581
|
}
|
23507
23582
|
|
23508
23583
|
.amis-scope .antd-PickerColumns-cancel:active,
|
23509
23584
|
.amis-scope .antd-PickerColumns-confirm:active {
|
23510
|
-
|
23585
|
+
background-color: none !important;
|
23511
23586
|
}
|
23512
23587
|
|
23513
23588
|
.amis-scope .antd-PickerColumns-cancel:hover,
|
@@ -23516,11 +23591,11 @@ readers do not read off random characters that represent icons */
|
|
23516
23591
|
}
|
23517
23592
|
|
23518
23593
|
.amis-scope .antd-PickerColumns-confirm {
|
23519
|
-
color:
|
23594
|
+
color: #2468f2 !important;
|
23520
23595
|
}
|
23521
23596
|
|
23522
23597
|
.amis-scope .antd-PickerColumns-cancel {
|
23523
|
-
color:
|
23598
|
+
color: #666 !important;
|
23524
23599
|
}
|
23525
23600
|
|
23526
23601
|
.amis-scope .antd-PickerColumns-title {
|
@@ -23529,6 +23604,7 @@ readers do not read off random characters that represent icons */
|
|
23529
23604
|
font-size: 1rem;
|
23530
23605
|
line-height: 1.5;
|
23531
23606
|
text-align: center;
|
23607
|
+
color: #222;
|
23532
23608
|
}
|
23533
23609
|
|
23534
23610
|
.amis-scope .antd-PickerColumns-columns {
|
@@ -23607,6 +23683,11 @@ readers do not read off random characters that represent icons */
|
|
23607
23683
|
opacity: 0.3;
|
23608
23684
|
}
|
23609
23685
|
|
23686
|
+
.amis-scope .antd-PickerColumns-columnItemis-selected {
|
23687
|
+
font-size: 18px;
|
23688
|
+
color: --PickerColumns-title-color;
|
23689
|
+
}
|
23690
|
+
|
23610
23691
|
@keyframes bounceIn {
|
23611
23692
|
from, 20%, 40%, 60%, 80%, to {
|
23612
23693
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -25495,6 +25576,50 @@ readers do not read off random characters that represent icons */
|
|
25495
25576
|
display: none;
|
25496
25577
|
}
|
25497
25578
|
|
25579
|
+
/* 移动端样式调整 */
|
25580
|
+
|
25581
|
+
@media (max-width: 767px) {
|
25582
|
+
.amis-scope .antd-Panel--form {
|
25583
|
+
border: none;
|
25584
|
+
box-shadow: none;
|
25585
|
+
margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
|
25586
|
+
}
|
25587
|
+
|
25588
|
+
.amis-scope .antd-Panel--form .antd-Panel-body {
|
25589
|
+
padding: 0 1rem 1rem;
|
25590
|
+
}
|
25591
|
+
|
25592
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading {
|
25593
|
+
background: none;
|
25594
|
+
border: none;
|
25595
|
+
border-radius: 0;
|
25596
|
+
}
|
25597
|
+
|
25598
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
|
25599
|
+
padding-left: 0.75rem;
|
25600
|
+
border-left: 0.1875rem solid #1890ff;
|
25601
|
+
font-size: 1rem;
|
25602
|
+
}
|
25603
|
+
|
25604
|
+
.amis-scope .antd-Panel--form .antd-Panel-footerWrap {
|
25605
|
+
padding-bottom: 0.75rem;
|
25606
|
+
}
|
25607
|
+
|
25608
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer {
|
25609
|
+
border-top: none;
|
25610
|
+
display: flex;
|
25611
|
+
padding: 0 0.75rem;
|
25612
|
+
}
|
25613
|
+
|
25614
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button {
|
25615
|
+
flex: 1;
|
25616
|
+
}
|
25617
|
+
|
25618
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button:first-child {
|
25619
|
+
margin-left: 0;
|
25620
|
+
}
|
25621
|
+
}
|
25622
|
+
|
25498
25623
|
.amis-scope .antd-Service {
|
25499
25624
|
position: relative;
|
25500
25625
|
}
|
@@ -25758,19 +25883,28 @@ readers do not read off random characters that represent icons */
|
|
25758
25883
|
}
|
25759
25884
|
|
25760
25885
|
.amis-scope .antd-DropDown-menu {
|
25886
|
+
background: #fff;
|
25887
|
+
list-style: none;
|
25888
|
+
padding: 0.25rem 0;
|
25889
|
+
min-width: 10rem;
|
25890
|
+
text-align: left;
|
25891
|
+
border: none;
|
25892
|
+
user-select: none;
|
25893
|
+
}
|
25894
|
+
|
25895
|
+
.amis-scope .antd-DropDown-menu-root {
|
25761
25896
|
position: absolute;
|
25762
25897
|
z-index: 1000;
|
25763
25898
|
top: 100%;
|
25764
25899
|
left: 0;
|
25765
25900
|
margin: 0.0625rem 0 0;
|
25766
|
-
|
25767
|
-
list-style: none;
|
25768
|
-
padding: 0.25rem 0;
|
25769
|
-
border: 0.0625rem solid #eceff8;
|
25901
|
+
border: none;
|
25770
25902
|
border-radius: 2px;
|
25771
25903
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
25772
25904
|
min-width: 10rem;
|
25773
|
-
|
25905
|
+
overflow-y: auto;
|
25906
|
+
overflow-x: hidden;
|
25907
|
+
max-height: 18.75rem;
|
25774
25908
|
}
|
25775
25909
|
|
25776
25910
|
.amis-scope .antd-DropDown--alignRight .antd-DropDown-menu {
|
@@ -25789,7 +25923,7 @@ readers do not read off random characters that represent icons */
|
|
25789
25923
|
height: 2.125rem;
|
25790
25924
|
vertical-align: middle;
|
25791
25925
|
user-select: none;
|
25792
|
-
color:
|
25926
|
+
color: #151a26;
|
25793
25927
|
text-decoration: none;
|
25794
25928
|
}
|
25795
25929
|
|
@@ -25815,7 +25949,7 @@ readers do not read off random characters that represent icons */
|
|
25815
25949
|
.amis-scope .antd-DropDown-menuItem.is-disabled,
|
25816
25950
|
.amis-scope .antd-DropDown-menu > li.is-disabled {
|
25817
25951
|
cursor: not-allowed;
|
25818
|
-
color: #
|
25952
|
+
color: #b4b6ba;
|
25819
25953
|
filter: grayscale(80%);
|
25820
25954
|
}
|
25821
25955
|
|
@@ -25828,6 +25962,32 @@ readers do not read off random characters that represent icons */
|
|
25828
25962
|
padding: 0;
|
25829
25963
|
}
|
25830
25964
|
|
25965
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle,
|
25966
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle {
|
25967
|
+
height: inherit;
|
25968
|
+
font-size: 0.75rem;
|
25969
|
+
padding: 0.25rem 0.25rem;
|
25970
|
+
padding-left: 0.5rem;
|
25971
|
+
color: #848b99;
|
25972
|
+
flex-grow: 1;
|
25973
|
+
cursor: default;
|
25974
|
+
}
|
25975
|
+
|
25976
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle:hover,
|
25977
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle:hover {
|
25978
|
+
background: none;
|
25979
|
+
}
|
25980
|
+
|
25981
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle span,
|
25982
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle span {
|
25983
|
+
white-space: nowrap;
|
25984
|
+
}
|
25985
|
+
|
25986
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button,
|
25987
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
|
25988
|
+
padding-left: 1.25rem;
|
25989
|
+
}
|
25990
|
+
|
25831
25991
|
.amis-scope .antd-DropDown-menu > li a {
|
25832
25992
|
color: inherit;
|
25833
25993
|
display: block;
|
@@ -25934,104 +26094,406 @@ readers do not read off random characters that represent icons */
|
|
25934
26094
|
position: relative;
|
25935
26095
|
}
|
25936
26096
|
|
25937
|
-
.amis-scope .antd-
|
25938
|
-
|
25939
|
-
|
25940
|
-
|
26097
|
+
.amis-scope .antd-CalendarMobile {
|
26098
|
+
height: 100%;
|
26099
|
+
width: 100%;
|
26100
|
+
overflow: scroll;
|
25941
26101
|
}
|
25942
26102
|
|
25943
|
-
.amis-scope .antd-
|
25944
|
-
|
25945
|
-
|
25946
|
-
|
25947
|
-
|
25948
|
-
|
25949
|
-
|
25950
|
-
|
26103
|
+
.amis-scope .antd-CalendarMobile-pop {
|
26104
|
+
position: fixed;
|
26105
|
+
bottom: 0;
|
26106
|
+
left: 0;
|
26107
|
+
width: 100vw;
|
26108
|
+
height: 90vh;
|
26109
|
+
background: #fff;
|
26110
|
+
border-radius: 1rem 1rem 0 0;
|
26111
|
+
overflow: hidden;
|
26112
|
+
border-width: 0;
|
25951
26113
|
}
|
25952
26114
|
|
25953
|
-
.amis-scope .antd-
|
25954
|
-
display:
|
25955
|
-
flex-direction:
|
26115
|
+
.amis-scope .antd-CalendarMobile-wrap {
|
26116
|
+
display: flex;
|
26117
|
+
flex-direction: column;
|
26118
|
+
height: 100%;
|
25956
26119
|
}
|
25957
26120
|
|
25958
|
-
.amis-scope .antd-
|
25959
|
-
|
26121
|
+
.amis-scope .antd-CalendarMobile-header {
|
26122
|
+
flex-shrink: 0;
|
26123
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
26124
|
+
position: relative;
|
25960
26125
|
}
|
25961
26126
|
|
25962
|
-
.amis-scope .antd-
|
25963
|
-
|
26127
|
+
.amis-scope .antd-CalendarMobile-header .subtitle-text {
|
26128
|
+
display: inline-block;
|
26129
|
+
width: 6.875rem;
|
26130
|
+
position: relative;
|
25964
26131
|
}
|
25965
26132
|
|
25966
|
-
.amis-scope .antd-
|
25967
|
-
|
25968
|
-
|
25969
|
-
|
25970
|
-
|
26133
|
+
.amis-scope .antd-CalendarMobile-header .rdtPrev {
|
26134
|
+
width: 1.25rem;
|
26135
|
+
height: 2.75rem;
|
26136
|
+
display: block;
|
26137
|
+
position: absolute;
|
26138
|
+
top: 0;
|
26139
|
+
left: -1.25rem;
|
25971
26140
|
}
|
25972
26141
|
|
25973
|
-
.amis-scope .antd-
|
25974
|
-
|
25975
|
-
|
25976
|
-
display:
|
25977
|
-
|
25978
|
-
|
25979
|
-
|
25980
|
-
border-color: rgba(0, 0, 0, 0.85);
|
25981
|
-
border-style: solid;
|
25982
|
-
border-width: 0.0625rem 0.0625rem 0 0;
|
25983
|
-
transform: rotate(45deg);
|
25984
|
-
transform-origin: 50% 50%;
|
26142
|
+
.amis-scope .antd-CalendarMobile-header .rdtNext {
|
26143
|
+
width: 1.25rem;
|
26144
|
+
height: 2.75rem;
|
26145
|
+
display: block;
|
26146
|
+
position: absolute;
|
26147
|
+
top: 0;
|
26148
|
+
right: -1.25rem;
|
25985
26149
|
}
|
25986
26150
|
|
25987
|
-
.amis-scope .antd-
|
25988
|
-
|
25989
|
-
|
26151
|
+
.amis-scope .antd-CalendarMobile-title,
|
26152
|
+
.amis-scope .antd-CalendarMobile-subtitle {
|
26153
|
+
height: 2.75rem;
|
26154
|
+
font-weight: 500;
|
26155
|
+
line-height: 2.75rem;
|
25990
26156
|
text-align: center;
|
25991
|
-
margin-right: 0.25rem;
|
25992
26157
|
}
|
25993
26158
|
|
25994
|
-
.amis-scope .antd-
|
25995
|
-
|
26159
|
+
.amis-scope .antd-CalendarMobile-title {
|
26160
|
+
font-size: 1rem;
|
25996
26161
|
}
|
25997
26162
|
|
25998
|
-
.amis-scope .antd-
|
25999
|
-
|
26000
|
-
transform-origin: 50% 30%;
|
26163
|
+
.amis-scope .antd-CalendarMobile-weekdays {
|
26164
|
+
display: flex;
|
26001
26165
|
}
|
26002
26166
|
|
26003
|
-
.amis-scope .antd-
|
26004
|
-
|
26167
|
+
.amis-scope .antd-CalendarMobile-weekdays .weekday {
|
26168
|
+
flex: 1;
|
26169
|
+
line-height: 1.875rem;
|
26170
|
+
text-align: center;
|
26005
26171
|
}
|
26006
26172
|
|
26007
|
-
.amis-scope .antd-
|
26008
|
-
|
26009
|
-
|
26010
|
-
color: #
|
26173
|
+
.amis-scope .antd-CalendarMobile-close {
|
26174
|
+
position: absolute;
|
26175
|
+
z-index: 1;
|
26176
|
+
color: #c8c9cc;
|
26177
|
+
font-size: 1rem;
|
26178
|
+
cursor: pointer;
|
26179
|
+
top: 0.6875rem;
|
26180
|
+
right: 1rem;
|
26011
26181
|
}
|
26012
26182
|
|
26013
|
-
.amis-scope .antd-
|
26014
|
-
|
26183
|
+
.amis-scope .antd-CalendarMobile-body::-webkit-scrollbar {
|
26184
|
+
width: 0;
|
26015
26185
|
}
|
26016
26186
|
|
26017
|
-
.amis-scope .antd-
|
26018
|
-
|
26187
|
+
.amis-scope .antd-CalendarMobile-body {
|
26188
|
+
flex: 1;
|
26189
|
+
overflow-y: scroll;
|
26019
26190
|
}
|
26020
26191
|
|
26021
|
-
.amis-scope .antd-
|
26022
|
-
|
26023
|
-
font-size: 0.875rem;
|
26024
|
-
border-top: none;
|
26025
|
-
border-bottom: 0.0625rem solid
|
26026
|
-
#dfe2e6;
|
26192
|
+
.amis-scope .antd-CalendarMobile-body table {
|
26193
|
+
border-spacing: 0 0.25rem;
|
26027
26194
|
}
|
26028
26195
|
|
26029
|
-
.amis-scope .antd-
|
26030
|
-
|
26196
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
26197
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
26198
|
+
background: transparent;
|
26199
|
+
color: rgba(0, 0, 0, 0.85);
|
26200
|
+
text-shadow: none;
|
26031
26201
|
}
|
26032
26202
|
|
26033
|
-
.amis-scope .antd-
|
26034
|
-
|
26203
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
26204
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
26205
|
+
color: #999;
|
26206
|
+
}
|
26207
|
+
|
26208
|
+
.amis-scope .antd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
26209
|
+
display: none;
|
26210
|
+
}
|
26211
|
+
|
26212
|
+
.amis-scope .antd-CalendarMobile-body .rdtPicker td {
|
26213
|
+
height: 3.5rem;
|
26214
|
+
position: relative;
|
26215
|
+
}
|
26216
|
+
|
26217
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
26218
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
26219
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
26220
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
26221
|
+
background: transparent;
|
26222
|
+
}
|
26223
|
+
|
26224
|
+
.amis-scope .antd-CalendarMobile-body .calendar-wrap {
|
26225
|
+
position: relative;
|
26226
|
+
width: 3.125rem;
|
26227
|
+
height: 100%;
|
26228
|
+
text-align: center;
|
26229
|
+
display: inline-flex;
|
26230
|
+
align-items: center;
|
26231
|
+
justify-content: center;
|
26232
|
+
border-radius: 0.25rem;
|
26233
|
+
}
|
26234
|
+
|
26235
|
+
.amis-scope .antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
|
26236
|
+
width: auto;
|
26237
|
+
max-width: 3.125rem;
|
26238
|
+
}
|
26239
|
+
|
26240
|
+
.amis-scope .antd-CalendarMobile-footer {
|
26241
|
+
flex-shrink: 0;
|
26242
|
+
}
|
26243
|
+
|
26244
|
+
.amis-scope .antd-CalendarMobile-footer .date-range-confirm {
|
26245
|
+
height: 2.25rem;
|
26246
|
+
margin: 0.4375rem 0;
|
26247
|
+
border-radius: 0.285rem;
|
26248
|
+
display: block;
|
26249
|
+
}
|
26250
|
+
|
26251
|
+
.amis-scope .antd-CalendarMobile-footer .is-disabled {
|
26252
|
+
opacity: 0.5;
|
26253
|
+
color: #fff;
|
26254
|
+
background: #1890ff;
|
26255
|
+
border-color: #1890ff;
|
26256
|
+
filter: none;
|
26257
|
+
}
|
26258
|
+
|
26259
|
+
.amis-scope .antd-CalendarMobile-footer-toolbar {
|
26260
|
+
padding: 0 1rem;
|
26261
|
+
}
|
26262
|
+
|
26263
|
+
.amis-scope .antd-CalendarMobile-footer-ranges {
|
26264
|
+
background: #fff;
|
26265
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
26266
|
+
border-radius: 24px;
|
26267
|
+
overflow-x: auto;
|
26268
|
+
position: relative;
|
26269
|
+
height: 3rem;
|
26270
|
+
line-height: 3rem;
|
26271
|
+
}
|
26272
|
+
|
26273
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
|
26274
|
+
position: absolute;
|
26275
|
+
white-space: nowrap;
|
26276
|
+
}
|
26277
|
+
|
26278
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers .antd-DateRangePicker-ranger {
|
26279
|
+
margin: 0 1.5625rem;
|
26280
|
+
}
|
26281
|
+
|
26282
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DatePicker-shortcuts {
|
26283
|
+
width: auto;
|
26284
|
+
}
|
26285
|
+
|
26286
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
26287
|
+
padding: 0.5rem 0;
|
26288
|
+
}
|
26289
|
+
|
26290
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker {
|
26291
|
+
width: 100%;
|
26292
|
+
padding: 0;
|
26293
|
+
}
|
26294
|
+
|
26295
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
26296
|
+
visibility: hidden;
|
26297
|
+
}
|
26298
|
+
|
26299
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
26300
|
+
display: none;
|
26301
|
+
}
|
26302
|
+
|
26303
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
26304
|
+
background: rgba(24, 144, 255, 0.1) !important;
|
26305
|
+
color: #1890ff;
|
26306
|
+
}
|
26307
|
+
|
26308
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
26309
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
26310
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
26311
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
26312
|
+
background: #1890ff !important;
|
26313
|
+
color: #fff;
|
26314
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
26315
|
+
}
|
26316
|
+
|
26317
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
26318
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
26319
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(24, 144, 255, 0.1) 51%, rgba(24, 144, 255, 0.1) 100%) !important;
|
26320
|
+
}
|
26321
|
+
|
26322
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
26323
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
26324
|
+
background: linear-gradient(to right, rgba(24, 144, 255, 0.1) 0%, rgba(24, 144, 255, 0.1) 50%, transparent 51%, transparent 100%) !important;
|
26325
|
+
}
|
26326
|
+
|
26327
|
+
.amis-scope .antd-CalendarMobile-calendar-header {
|
26328
|
+
height: 1.875rem;
|
26329
|
+
line-height: 1.875rem;
|
26330
|
+
text-align: center;
|
26331
|
+
}
|
26332
|
+
|
26333
|
+
.amis-scope .antd-CalendarMobile-range-text {
|
26334
|
+
position: absolute;
|
26335
|
+
right: 0;
|
26336
|
+
left: 0;
|
26337
|
+
bottom: 0;
|
26338
|
+
color: #fff;
|
26339
|
+
font-size: 0.75rem;
|
26340
|
+
white-space: nowrap;
|
26341
|
+
}
|
26342
|
+
|
26343
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
26344
|
+
position: relative;
|
26345
|
+
}
|
26346
|
+
|
26347
|
+
.amis-scope .antd-CalendarMobile-calendar-mark {
|
26348
|
+
position: absolute;
|
26349
|
+
top: 50%;
|
26350
|
+
left: 50%;
|
26351
|
+
z-index: 0;
|
26352
|
+
color: rgba(242, 243, 245, 0.8);
|
26353
|
+
font-size: 10rem;
|
26354
|
+
transform: translate(-50%, -50%);
|
26355
|
+
pointer-events: none;
|
26356
|
+
}
|
26357
|
+
|
26358
|
+
.amis-scope .antd-CalendarMobile-toast {
|
26359
|
+
position: fixed;
|
26360
|
+
top: 50%;
|
26361
|
+
left: 50%;
|
26362
|
+
transform: translate(-50%, -50%);
|
26363
|
+
width: 8.5rem;
|
26364
|
+
height: 2.25rem;
|
26365
|
+
background: rgba(0, 0, 0, 0.9);
|
26366
|
+
border-radius: 4px;
|
26367
|
+
color: #fff;
|
26368
|
+
display: flex;
|
26369
|
+
justify-content: center;
|
26370
|
+
align-items: center;
|
26371
|
+
}
|
26372
|
+
|
26373
|
+
.amis-scope .antd-CalendarMobile-time {
|
26374
|
+
height: 11.25rem;
|
26375
|
+
}
|
26376
|
+
|
26377
|
+
.amis-scope .antd-CalendarMobile-time-title {
|
26378
|
+
border: 0.0625rem solid #b4bbc5;
|
26379
|
+
border-left: none;
|
26380
|
+
border-right: none;
|
26381
|
+
text-align: center;
|
26382
|
+
height: 1.875rem;
|
26383
|
+
line-height: 1.875rem;
|
26384
|
+
}
|
26385
|
+
|
26386
|
+
.amis-scope .antd-CalendarMobile-time .rdtPicker {
|
26387
|
+
margin: 0 auto;
|
26388
|
+
}
|
26389
|
+
|
26390
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarTime {
|
26391
|
+
height: 8.125rem;
|
26392
|
+
overflow: hidden;
|
26393
|
+
}
|
26394
|
+
|
26395
|
+
.amis-scope .antd-CalendarMobile .antd-PickerColumns-header {
|
26396
|
+
display: none;
|
26397
|
+
}
|
26398
|
+
|
26399
|
+
.amis-scope .antd-Collapse {
|
26400
|
+
border: none;
|
26401
|
+
padding: 0;
|
26402
|
+
line-height: 1.25rem;
|
26403
|
+
}
|
26404
|
+
|
26405
|
+
.amis-scope .antd-Collapse-header {
|
26406
|
+
font-size: 0.875rem;
|
26407
|
+
font-weight: 400;
|
26408
|
+
color: #333;
|
26409
|
+
padding: 1.125rem 0 0.25rem 0;
|
26410
|
+
margin: 0;
|
26411
|
+
cursor: pointer;
|
26412
|
+
background: transparent;
|
26413
|
+
}
|
26414
|
+
|
26415
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
26416
|
+
display: inline-flex;
|
26417
|
+
flex-direction: row;
|
26418
|
+
}
|
26419
|
+
|
26420
|
+
.amis-scope .antd-Collapse-header-tpl {
|
26421
|
+
margin-right: 0.5rem;
|
26422
|
+
}
|
26423
|
+
|
26424
|
+
.amis-scope .antd-Collapse-header:hover {
|
26425
|
+
background: transparent;
|
26426
|
+
}
|
26427
|
+
|
26428
|
+
.amis-scope .antd-Collapse-arrow {
|
26429
|
+
display: inline-block;
|
26430
|
+
width: 1rem;
|
26431
|
+
text-align: center;
|
26432
|
+
margin-right: 0.5rem;
|
26433
|
+
}
|
26434
|
+
|
26435
|
+
.amis-scope .antd-Collapse-arrow:before {
|
26436
|
+
content: "";
|
26437
|
+
position: relative;
|
26438
|
+
display: inline-block;
|
26439
|
+
width: 0.375rem;
|
26440
|
+
height: 0.375rem;
|
26441
|
+
top: -0.125rem;
|
26442
|
+
border-color: rgba(0, 0, 0, 0.85);
|
26443
|
+
border-style: solid;
|
26444
|
+
border-width: 0.0625rem 0.0625rem 0 0;
|
26445
|
+
transform: rotate(45deg);
|
26446
|
+
transform-origin: 50% 50%;
|
26447
|
+
}
|
26448
|
+
|
26449
|
+
.amis-scope .antd-Collapse-icon-tranform {
|
26450
|
+
display: inline-block;
|
26451
|
+
width: 1rem;
|
26452
|
+
text-align: center;
|
26453
|
+
margin-right: 0.25rem;
|
26454
|
+
}
|
26455
|
+
|
26456
|
+
.amis-scope .antd-Collapse .antd-TplField {
|
26457
|
+
display: inline-block;
|
26458
|
+
}
|
26459
|
+
|
26460
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
|
26461
|
+
transform: rotate(135deg);
|
26462
|
+
transform-origin: 50% 30%;
|
26463
|
+
}
|
26464
|
+
|
26465
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
|
26466
|
+
transform: rotate(90deg);
|
26467
|
+
}
|
26468
|
+
|
26469
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header {
|
26470
|
+
cursor: not-allowed;
|
26471
|
+
user-select: none;
|
26472
|
+
color: #999;
|
26473
|
+
}
|
26474
|
+
|
26475
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
26476
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
26477
|
+
}
|
26478
|
+
|
26479
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
26480
|
+
border-color: #999;
|
26481
|
+
}
|
26482
|
+
|
26483
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
|
26484
|
+
text-align: center;
|
26485
|
+
font-size: 0.875rem;
|
26486
|
+
border-top: none;
|
26487
|
+
border-bottom: 0.0625rem solid
|
26488
|
+
#dfe2e6;
|
26489
|
+
}
|
26490
|
+
|
26491
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
26492
|
+
border-top: none;
|
26493
|
+
}
|
26494
|
+
|
26495
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
26496
|
+
top: -0.25rem;
|
26035
26497
|
transform: rotate(135deg);
|
26036
26498
|
}
|
26037
26499
|
|
@@ -28763,7 +29225,7 @@ readers do not read off random characters that represent icons */
|
|
28763
29225
|
.amis-scope .antd-ColumnToggler-menuItem.is-disabled,
|
28764
29226
|
.amis-scope .antd-ColumnToggler-menu > li.is-disabled {
|
28765
29227
|
cursor: not-allowed;
|
28766
|
-
color: #
|
29228
|
+
color: #b4b6ba;
|
28767
29229
|
filter: grayscale(80%);
|
28768
29230
|
}
|
28769
29231
|
|
@@ -29721,7 +30183,7 @@ readers do not read off random characters that represent icons */
|
|
29721
30183
|
|
29722
30184
|
.amis-scope .antd-Card-multiMedia-img {
|
29723
30185
|
display: block;
|
29724
|
-
width:
|
30186
|
+
width: auto;
|
29725
30187
|
height: auto;
|
29726
30188
|
object-fit: cover;
|
29727
30189
|
border-radius: 2px;
|
@@ -31216,25 +31678,55 @@ readers do not read off random characters that represent icons */
|
|
31216
31678
|
min-height: 24px;
|
31217
31679
|
}
|
31218
31680
|
|
31219
|
-
.amis-scope .antd-
|
31220
|
-
|
31221
|
-
|
31222
|
-
|
31223
|
-
font-size:
|
31224
|
-
|
31225
|
-
align-items: center;
|
31681
|
+
.amis-scope .antd-ResultBox.is-mobile {
|
31682
|
+
min-height: calc(1.4285714286 * 1rem);
|
31683
|
+
border: none;
|
31684
|
+
padding: 0;
|
31685
|
+
font-size: 1rem;
|
31686
|
+
border: none;
|
31226
31687
|
justify-content: flex-end;
|
31227
|
-
height: 30px;
|
31228
|
-
width: 30px;
|
31229
|
-
padding: 0 8px;
|
31230
|
-
transition: all 0s ease-in-out;
|
31231
|
-
border: 0.0625rem solid transparent;
|
31232
|
-
border-radius: 2px;
|
31233
|
-
height: 30px;
|
31234
31688
|
}
|
31235
31689
|
|
31236
|
-
.amis-scope .antd-
|
31237
|
-
|
31690
|
+
.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow {
|
31691
|
+
margin-right: 0.25rem;
|
31692
|
+
width: 1rem;
|
31693
|
+
text-align: center;
|
31694
|
+
display: flex;
|
31695
|
+
align-items: center;
|
31696
|
+
justify-content: center;
|
31697
|
+
line-height: 1;
|
31698
|
+
margin-left: 4px;
|
31699
|
+
}
|
31700
|
+
|
31701
|
+
.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow > svg {
|
31702
|
+
transition: transform 0s;
|
31703
|
+
display: inline-block;
|
31704
|
+
color: #999;
|
31705
|
+
width: 10px;
|
31706
|
+
height: 10px;
|
31707
|
+
top: 0;
|
31708
|
+
transform: rotate(-90deg);
|
31709
|
+
}
|
31710
|
+
|
31711
|
+
.amis-scope .antd-SearchBox {
|
31712
|
+
display: inline-flex;
|
31713
|
+
flex-direction: row;
|
31714
|
+
line-height: 1.4285714286;
|
31715
|
+
font-size: 0.875rem;
|
31716
|
+
flex-wrap: nowrap;
|
31717
|
+
align-items: center;
|
31718
|
+
justify-content: flex-end;
|
31719
|
+
height: 30px;
|
31720
|
+
width: 30px;
|
31721
|
+
padding: 0 8px;
|
31722
|
+
transition: all 0s ease-in-out;
|
31723
|
+
border: 0.0625rem solid transparent;
|
31724
|
+
border-radius: 2px;
|
31725
|
+
height: 30px;
|
31726
|
+
}
|
31727
|
+
|
31728
|
+
.amis-scope .antd-SearchBox:hover {
|
31729
|
+
background: rgba(255, 255, 255, 0.6);
|
31238
31730
|
}
|
31239
31731
|
|
31240
31732
|
.amis-scope .antd-SearchBox.is-active {
|
@@ -32764,6 +33256,8 @@ readers do not read off random characters that represent icons */
|
|
32764
33256
|
pointer-events: all;
|
32765
33257
|
margin-left: 0.25rem;
|
32766
33258
|
cursor: pointer;
|
33259
|
+
display: inline-block;
|
33260
|
+
vertical-align: middle;
|
32767
33261
|
}
|
32768
33262
|
|
32769
33263
|
.amis-scope .antd-Checkbox > i + span > a {
|
@@ -33005,7 +33499,6 @@ readers do not read off random characters that represent icons */
|
|
33005
33499
|
|
33006
33500
|
.amis-scope .antd-Selection > .antd-Checkbox {
|
33007
33501
|
display: block;
|
33008
|
-
height: 1.875rem;
|
33009
33502
|
line-height: 1.4285714286;
|
33010
33503
|
font-size: 0.875rem;
|
33011
33504
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
@@ -33048,7 +33541,6 @@ readers do not read off random characters that represent icons */
|
|
33048
33541
|
|
33049
33542
|
.amis-scope .antd-GroupedSelection-item {
|
33050
33543
|
display: flex;
|
33051
|
-
height: 1.875rem;
|
33052
33544
|
line-height: 1.4285714286;
|
33053
33545
|
font-size: 0.875rem;
|
33054
33546
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -33179,7 +33671,6 @@ readers do not read off random characters that represent icons */
|
|
33179
33671
|
.amis-scope .antd-TreeSelection-itemInner {
|
33180
33672
|
display: flex;
|
33181
33673
|
align-items: center;
|
33182
|
-
height: 1.875rem;
|
33183
33674
|
line-height: 1.4285714286;
|
33184
33675
|
font-size: 0.875rem;
|
33185
33676
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -33234,6 +33725,7 @@ readers do not read off random characters that represent icons */
|
|
33234
33725
|
.amis-scope .antd-ChainedSelection {
|
33235
33726
|
display: flex;
|
33236
33727
|
flex-direction: row;
|
33728
|
+
min-height: 100%;
|
33237
33729
|
}
|
33238
33730
|
|
33239
33731
|
.amis-scope .antd-ChainedSelection-col {
|
@@ -33253,7 +33745,6 @@ readers do not read off random characters that represent icons */
|
|
33253
33745
|
|
33254
33746
|
.amis-scope .antd-ChainedSelection-item {
|
33255
33747
|
display: flex;
|
33256
|
-
height: 1.875rem;
|
33257
33748
|
line-height: 1.4285714286;
|
33258
33749
|
font-size: 0.875rem;
|
33259
33750
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -33373,6 +33864,38 @@ readers do not read off random characters that represent icons */
|
|
33373
33864
|
display: inline-block;
|
33374
33865
|
}
|
33375
33866
|
|
33867
|
+
.amis-scope .antd-CityArea-popup {
|
33868
|
+
height: 17.5rem;
|
33869
|
+
}
|
33870
|
+
|
33871
|
+
.amis-scope .antd-CityArea-Input {
|
33872
|
+
margin-top: 0.25rem;
|
33873
|
+
outline: none;
|
33874
|
+
vertical-align: top;
|
33875
|
+
border: 0.0625rem solid #d9d9d9;
|
33876
|
+
border-radius: 2px;
|
33877
|
+
line-height: 1.4285714286;
|
33878
|
+
padding: calc(
|
33879
|
+
(
|
33880
|
+
1.875rem - 1.4285714286 *
|
33881
|
+
0.875rem - 0.125rem
|
33882
|
+
) / 2
|
33883
|
+
) 0.5rem;
|
33884
|
+
font-size: 0.875rem;
|
33885
|
+
display: inline-flex !important;
|
33886
|
+
}
|
33887
|
+
|
33888
|
+
.amis-scope .antd-CityArea-Input::placeholder {
|
33889
|
+
color: #999;
|
33890
|
+
user-select: none;
|
33891
|
+
}
|
33892
|
+
|
33893
|
+
.amis-scope .antd-CityArea-Input:focus {
|
33894
|
+
border-color: #40a9ff;
|
33895
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
33896
|
+
background: #fff;
|
33897
|
+
}
|
33898
|
+
|
33376
33899
|
.amis-scope .antd-Switch {
|
33377
33900
|
cursor: pointer;
|
33378
33901
|
position: relative;
|
@@ -33653,6 +34176,7 @@ readers do not read off random characters that represent icons */
|
|
33653
34176
|
display: inline-flex;
|
33654
34177
|
vertical-align: middle;
|
33655
34178
|
text-align: left;
|
34179
|
+
align-items: center;
|
33656
34180
|
outline: none;
|
33657
34181
|
position: relative;
|
33658
34182
|
font-size: 0.875rem;
|
@@ -33799,10 +34323,26 @@ readers do not read off random characters that represent icons */
|
|
33799
34323
|
top: 0;
|
33800
34324
|
}
|
33801
34325
|
|
33802
|
-
.amis-scope .antd-Select.is-opened .antd-Select-arrow > svg {
|
34326
|
+
.amis-scope .antd-Select.is-opened:not(.is-mobile) .antd-Select-arrow > svg {
|
33803
34327
|
transform: rotate(180deg);
|
33804
34328
|
}
|
33805
34329
|
|
34330
|
+
.amis-scope .antd-Select.is-mobile {
|
34331
|
+
min-height: calc(1.4285714286 * 1rem);
|
34332
|
+
border: none;
|
34333
|
+
padding: 0;
|
34334
|
+
font-size: 1rem;
|
34335
|
+
}
|
34336
|
+
|
34337
|
+
.amis-scope .antd-Select.is-mobile .antd-Select-valueWrap {
|
34338
|
+
text-align: right;
|
34339
|
+
padding-right: 4px;
|
34340
|
+
}
|
34341
|
+
|
34342
|
+
.amis-scope .antd-Select.is-mobile .antd-Select-arrow > svg {
|
34343
|
+
transform: rotate(-90deg);
|
34344
|
+
}
|
34345
|
+
|
33806
34346
|
.amis-scope .antd-Select-menu {
|
33807
34347
|
max-height: 18.75rem;
|
33808
34348
|
overflow: auto;
|
@@ -33813,6 +34353,15 @@ readers do not read off random characters that represent icons */
|
|
33813
34353
|
margin-top: -0.1875rem;
|
33814
34354
|
}
|
33815
34355
|
|
34356
|
+
.amis-scope .antd-Select-menu.is-mobile {
|
34357
|
+
width: 100%;
|
34358
|
+
text-align: center;
|
34359
|
+
}
|
34360
|
+
|
34361
|
+
.amis-scope .antd-Select-menu.is-mobile .antd-Select-option {
|
34362
|
+
line-height: 2.25rem;
|
34363
|
+
}
|
34364
|
+
|
33816
34365
|
.amis-scope .antd-Select--longlist {
|
33817
34366
|
overflow: hidden;
|
33818
34367
|
max-height: max-content;
|
@@ -33914,8 +34463,8 @@ readers do not read off random characters that represent icons */
|
|
33914
34463
|
margin-right: 0.25rem;
|
33915
34464
|
}
|
33916
34465
|
|
33917
|
-
.amis-scope .antd-Select.is-focused,
|
33918
|
-
.amis-scope .antd-Select.is-opened {
|
34466
|
+
.amis-scope .antd-Select.is-focused:not(.is-mobile),
|
34467
|
+
.amis-scope .antd-Select.is-opened:not(.is-mobile) {
|
33919
34468
|
border-color: #40a9ff;
|
33920
34469
|
color: #000;
|
33921
34470
|
}
|
@@ -33945,6 +34494,10 @@ readers do not read off random characters that represent icons */
|
|
33945
34494
|
fill: #1f2329;
|
33946
34495
|
}
|
33947
34496
|
|
34497
|
+
.amis-scope .antd-Select-popup {
|
34498
|
+
height: 20rem;
|
34499
|
+
}
|
34500
|
+
|
33948
34501
|
.amis-scope .antd-Select-popover {
|
33949
34502
|
margin-top: calc(0 * -1);
|
33950
34503
|
background: #fff;
|
@@ -34025,6 +34578,7 @@ readers do not read off random characters that represent icons */
|
|
34025
34578
|
height: 1.875rem;
|
34026
34579
|
line-height: 1.4285714286;
|
34027
34580
|
font-size: 0.875rem;
|
34581
|
+
align-items: center;
|
34028
34582
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
34029
34583
|
}
|
34030
34584
|
|
@@ -34034,6 +34588,7 @@ readers do not read off random characters that represent icons */
|
|
34034
34588
|
}
|
34035
34589
|
|
34036
34590
|
.amis-scope .antd-Selections-item > .antd-Selections-dragbar {
|
34591
|
+
top: 0;
|
34037
34592
|
width: 1.25rem;
|
34038
34593
|
position: relative;
|
34039
34594
|
left: calc(0.25rem * -1);
|
@@ -34357,7 +34912,7 @@ readers do not read off random characters that represent icons */
|
|
34357
34912
|
}
|
34358
34913
|
|
34359
34914
|
.amis-scope .antd-ColorPicker-popup {
|
34360
|
-
height:
|
34915
|
+
height: 25rem;
|
34361
34916
|
}
|
34362
34917
|
|
34363
34918
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
@@ -34625,7 +35180,50 @@ readers do not read off random characters that represent icons */
|
|
34625
35180
|
}
|
34626
35181
|
|
34627
35182
|
.amis-scope .antd-DatePicker-popup {
|
34628
|
-
height:
|
35183
|
+
height: 18.75rem;
|
35184
|
+
}
|
35185
|
+
|
35186
|
+
.amis-scope .antd-DatePicker.is-mobile {
|
35187
|
+
border: 0;
|
35188
|
+
justify-content: flex-end;
|
35189
|
+
}
|
35190
|
+
|
35191
|
+
.amis-scope .antd-DatePicker.is-mobile span:focus,
|
35192
|
+
.amis-scope .antd-DatePicker.is-mobile a:focus {
|
35193
|
+
outline: unset;
|
35194
|
+
}
|
35195
|
+
|
35196
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value,
|
35197
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-clear {
|
35198
|
+
display: inline-flex;
|
35199
|
+
justify-content: flex-end;
|
35200
|
+
padding: 0 0;
|
35201
|
+
}
|
35202
|
+
|
35203
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value {
|
35204
|
+
margin-right: 0.25rem;
|
35205
|
+
}
|
35206
|
+
|
35207
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-placeholder {
|
35208
|
+
flex-grow: unset;
|
35209
|
+
flex-basis: unset;
|
35210
|
+
}
|
35211
|
+
|
35212
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-toggler {
|
35213
|
+
margin-top: -3px;
|
35214
|
+
}
|
35215
|
+
|
35216
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile {
|
35217
|
+
color: red;
|
35218
|
+
}
|
35219
|
+
|
35220
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt {
|
35221
|
+
width: 100%;
|
35222
|
+
}
|
35223
|
+
|
35224
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt .rdtPicker {
|
35225
|
+
width: 100%;
|
35226
|
+
padding: unset;
|
34629
35227
|
}
|
34630
35228
|
|
34631
35229
|
.amis-scope .rdt {
|
@@ -35176,7 +35774,7 @@ readers do not read off random characters that represent icons */
|
|
35176
35774
|
}
|
35177
35775
|
|
35178
35776
|
.amis-scope .antd-DateRangePicker-popup {
|
35179
|
-
height:
|
35777
|
+
height: 25rem;
|
35180
35778
|
}
|
35181
35779
|
|
35182
35780
|
@media (min-width: 576px) {
|
@@ -35197,6 +35795,36 @@ readers do not read off random characters that represent icons */
|
|
35197
35795
|
border-radius: 2px;
|
35198
35796
|
}
|
35199
35797
|
|
35798
|
+
.amis-scope .antd-DateRangePicker.is-mobile {
|
35799
|
+
border: 0;
|
35800
|
+
justify-content: flex-end;
|
35801
|
+
}
|
35802
|
+
|
35803
|
+
.amis-scope .antd-DateRangePicker.is-mobile span:focus,
|
35804
|
+
.amis-scope .antd-DateRangePicker.is-mobile a:focus {
|
35805
|
+
outline: unset;
|
35806
|
+
}
|
35807
|
+
|
35808
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-value,
|
35809
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-clear {
|
35810
|
+
display: inline-flex;
|
35811
|
+
justify-content: flex-end;
|
35812
|
+
padding: 0 0;
|
35813
|
+
}
|
35814
|
+
|
35815
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-value {
|
35816
|
+
margin-right: 0.25rem;
|
35817
|
+
}
|
35818
|
+
|
35819
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-placeholder {
|
35820
|
+
flex-grow: unset;
|
35821
|
+
flex-basis: unset;
|
35822
|
+
}
|
35823
|
+
|
35824
|
+
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-toggler {
|
35825
|
+
margin-top: -3px;
|
35826
|
+
}
|
35827
|
+
|
35200
35828
|
.amis-scope .antd-ImageControl {
|
35201
35829
|
position: relative;
|
35202
35830
|
}
|
@@ -36522,7 +37150,7 @@ readers do not read off random characters that represent icons */
|
|
36522
37150
|
}
|
36523
37151
|
|
36524
37152
|
.amis-scope .antd-TreeSelect-popup {
|
36525
|
-
height:
|
37153
|
+
height: 25rem;
|
36526
37154
|
}
|
36527
37155
|
|
36528
37156
|
.amis-scope .antd-TreeSelect-popover {
|
@@ -37684,6 +38312,10 @@ readers do not read off random characters that represent icons */
|
|
37684
38312
|
flex-direction: column;
|
37685
38313
|
}
|
37686
38314
|
|
38315
|
+
.amis-scope .antd-TransferDropDown-content.is-mobile {
|
38316
|
+
width: 100%;
|
38317
|
+
}
|
38318
|
+
|
37687
38319
|
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
37688
38320
|
flex-grow: 1;
|
37689
38321
|
max-height: 100%;
|
@@ -37786,6 +38418,125 @@ readers do not read off random characters that represent icons */
|
|
37786
38418
|
border-bottom: 0.0625rem solid #eceff8;
|
37787
38419
|
}
|
37788
38420
|
|
38421
|
+
.amis-scope .antd-NestedSelect-popup {
|
38422
|
+
height: 28.75rem;
|
38423
|
+
}
|
38424
|
+
|
38425
|
+
.amis-scope .antd-Cascader-tabs {
|
38426
|
+
display: flex;
|
38427
|
+
}
|
38428
|
+
|
38429
|
+
.amis-scope .antd-Cascader-tabs.scrollable {
|
38430
|
+
display: block;
|
38431
|
+
overflow-x: auto;
|
38432
|
+
white-space: nowrap;
|
38433
|
+
}
|
38434
|
+
|
38435
|
+
.amis-scope .antd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
38436
|
+
display: none;
|
38437
|
+
}
|
38438
|
+
|
38439
|
+
.amis-scope .antd-Cascader-tab {
|
38440
|
+
flex: 1;
|
38441
|
+
width: calc((100vw - 20px) / 3);
|
38442
|
+
height: 23.125rem;
|
38443
|
+
overflow-y: auto;
|
38444
|
+
display: inline-block;
|
38445
|
+
}
|
38446
|
+
|
38447
|
+
.amis-scope .antd-Cascader-tab::-webkit-scrollbar {
|
38448
|
+
display: none;
|
38449
|
+
}
|
38450
|
+
|
38451
|
+
.amis-scope .antd-Cascader {
|
38452
|
+
width: 100%;
|
38453
|
+
padding: 0 10px;
|
38454
|
+
}
|
38455
|
+
|
38456
|
+
.amis-scope .antd-Cascader-Nav {
|
38457
|
+
overflow-x: auto;
|
38458
|
+
}
|
38459
|
+
|
38460
|
+
.amis-scope .antd-Cascader-NavItem {
|
38461
|
+
display: inline-block;
|
38462
|
+
margin-right: 0.625rem;
|
38463
|
+
list-style: none;
|
38464
|
+
cursor: pointer;
|
38465
|
+
user-select: none;
|
38466
|
+
padding: 0 0.375rem;
|
38467
|
+
}
|
38468
|
+
|
38469
|
+
.amis-scope .antd-Cascader-btnGroup {
|
38470
|
+
display: flex;
|
38471
|
+
justify-content: space-between;
|
38472
|
+
align-items: center;
|
38473
|
+
height: 3.75rem;
|
38474
|
+
}
|
38475
|
+
|
38476
|
+
.amis-scope .antd-Cascader-options {
|
38477
|
+
box-sizing: border-box;
|
38478
|
+
height: var(--Cascader-option-height);
|
38479
|
+
padding-top: 0.375rem;
|
38480
|
+
overflow-y: auto;
|
38481
|
+
-webkit-overflow-scrolling: touch;
|
38482
|
+
margin: 0;
|
38483
|
+
padding: 0;
|
38484
|
+
}
|
38485
|
+
|
38486
|
+
.amis-scope .antd-Cascader-option {
|
38487
|
+
display: flex;
|
38488
|
+
align-items: center;
|
38489
|
+
justify-content: space-between;
|
38490
|
+
padding: 0.375rem 0;
|
38491
|
+
font-size: 0.875rem;
|
38492
|
+
line-height: var(--Cascader-option-lineHeight);
|
38493
|
+
cursor: pointer;
|
38494
|
+
position: relative;
|
38495
|
+
}
|
38496
|
+
|
38497
|
+
.amis-scope .antd-Cascader-option.selected span {
|
38498
|
+
color: #1890ff;
|
38499
|
+
}
|
38500
|
+
|
38501
|
+
.amis-scope .antd-Cascader-option.disabled span {
|
38502
|
+
color: gray;
|
38503
|
+
}
|
38504
|
+
|
38505
|
+
.amis-scope .antd-Cascader-option--text {
|
38506
|
+
white-space: nowrap;
|
38507
|
+
overflow: hidden;
|
38508
|
+
text-overflow: ellipsis;
|
38509
|
+
user-select: none;
|
38510
|
+
}
|
38511
|
+
|
38512
|
+
.amis-scope .antd-Cascader-option-selectedNum {
|
38513
|
+
min-width: 1rem;
|
38514
|
+
height: 1rem;
|
38515
|
+
line-height: 1rem;
|
38516
|
+
border-radius: 100%;
|
38517
|
+
text-align: center;
|
38518
|
+
background: #1890ff;
|
38519
|
+
color: #fff !important;
|
38520
|
+
font-size: 0.75rem;
|
38521
|
+
display: inline-block;
|
38522
|
+
position: absolute;
|
38523
|
+
right: 0;
|
38524
|
+
top: 50%;
|
38525
|
+
transform: translateY(-50%);
|
38526
|
+
}
|
38527
|
+
|
38528
|
+
.amis-scope .antd-Cascader-icon {
|
38529
|
+
color: #1890ff;
|
38530
|
+
}
|
38531
|
+
|
38532
|
+
.amis-scope .antd-Cascader-tab {
|
38533
|
+
padding: 0;
|
38534
|
+
}
|
38535
|
+
|
38536
|
+
.amis-scope .antd-Cascader-btnCancel {
|
38537
|
+
color: #666;
|
38538
|
+
}
|
38539
|
+
|
37789
38540
|
.amis-scope .antd-IconPickerControl {
|
37790
38541
|
position: relative;
|
37791
38542
|
max-width: 100%;
|
@@ -38077,6 +38828,8 @@ readers do not read off random characters that represent icons */
|
|
38077
38828
|
font-weight: 400;
|
38078
38829
|
margin-bottom: 0.25rem;
|
38079
38830
|
position: relative;
|
38831
|
+
font-size: 0.875rem;
|
38832
|
+
color: rgba(0, 0, 0, 0.85);
|
38080
38833
|
}
|
38081
38834
|
|
38082
38835
|
.amis-scope .antd-Form-label > span {
|
@@ -38509,18 +39262,188 @@ readers do not read off random characters that represent icons */
|
|
38509
39262
|
width: 10%;
|
38510
39263
|
}
|
38511
39264
|
|
38512
|
-
|
38513
|
-
|
38514
|
-
|
38515
|
-
|
38516
|
-
|
38517
|
-
|
38518
|
-
|
38519
|
-
|
38520
|
-
|
38521
|
-
|
38522
|
-
|
38523
|
-
|
39265
|
+
/* 移动端样式调整 */
|
39266
|
+
|
39267
|
+
@media (max-width: 767px) {
|
39268
|
+
.amis-scope .antd-Form .antd-Form-item {
|
39269
|
+
display: flex;
|
39270
|
+
flex-wrap: wrap;
|
39271
|
+
margin-bottom: 0;
|
39272
|
+
padding: 0.75rem 0;
|
39273
|
+
position: relative;
|
39274
|
+
}
|
39275
|
+
|
39276
|
+
.amis-scope .antd-Form .antd-Form-item::after {
|
39277
|
+
position: absolute;
|
39278
|
+
box-sizing: border-box;
|
39279
|
+
content: " ";
|
39280
|
+
pointer-events: none;
|
39281
|
+
right: 0;
|
39282
|
+
bottom: 0;
|
39283
|
+
left: 0;
|
39284
|
+
border-bottom: 0.0625rem solid #eceff8;
|
39285
|
+
transform: scaleY(0.5);
|
39286
|
+
}
|
39287
|
+
|
39288
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup-addOn,
|
39289
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-addOn {
|
39290
|
+
border: none;
|
39291
|
+
}
|
39292
|
+
|
39293
|
+
.amis-scope .antd-Form .antd-Form-item > .antd-Form-label {
|
39294
|
+
flex: 0 0 28%;
|
39295
|
+
max-width: 28%;
|
39296
|
+
min-height: 1px;
|
39297
|
+
text-align: left;
|
39298
|
+
padding-right: calc(1rem / 2);
|
39299
|
+
overflow-wrap: break-word;
|
39300
|
+
margin-right: 0;
|
39301
|
+
margin-bottom: 0;
|
39302
|
+
font-size: 1rem;
|
39303
|
+
}
|
39304
|
+
|
39305
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description {
|
39306
|
+
font-size: 0.875rem;
|
39307
|
+
}
|
39308
|
+
|
39309
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input {
|
39310
|
+
font-size: 1rem;
|
39311
|
+
}
|
39312
|
+
|
39313
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input input {
|
39314
|
+
height: calc(1.4285714286 * 1rem);
|
39315
|
+
}
|
39316
|
+
|
39317
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value,
|
39318
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control {
|
39319
|
+
flex: 1;
|
39320
|
+
flex-wrap: wrap;
|
39321
|
+
font-size: 1rem;
|
39322
|
+
}
|
39323
|
+
|
39324
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
|
39325
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
|
39326
|
+
background: transparent;
|
39327
|
+
}
|
39328
|
+
|
39329
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint,
|
39330
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-remark,
|
39331
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static,
|
39332
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item,
|
39333
|
+
.amis-scope .antd-Form .antd-Form-item .antd-SwitchControl,
|
39334
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxControl,
|
39335
|
+
.amis-scope .antd-Form .antd-Form-item .antd-RadiosControl,
|
39336
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxesControl {
|
39337
|
+
padding-top: 0;
|
39338
|
+
padding-bottom: 0;
|
39339
|
+
}
|
39340
|
+
|
39341
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
|
39342
|
+
height: 1.875rem;
|
39343
|
+
}
|
39344
|
+
|
39345
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint {
|
39346
|
+
font-size: 0.875rem;
|
39347
|
+
margin-left: 0;
|
39348
|
+
color: #999;
|
39349
|
+
}
|
39350
|
+
|
39351
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-placeholder {
|
39352
|
+
top: 0;
|
39353
|
+
}
|
39354
|
+
|
39355
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static {
|
39356
|
+
min-height: 0;
|
39357
|
+
}
|
39358
|
+
|
39359
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description,
|
39360
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-feedback {
|
39361
|
+
font-size: 0.875rem;
|
39362
|
+
}
|
39363
|
+
|
39364
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-Select,
|
39365
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
|
39366
|
+
border: none;
|
39367
|
+
}
|
39368
|
+
|
39369
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
|
39370
|
+
height: 1.875rem;
|
39371
|
+
}
|
39372
|
+
|
39373
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker {
|
39374
|
+
padding: 0;
|
39375
|
+
border: none;
|
39376
|
+
}
|
39377
|
+
|
39378
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
|
39379
|
+
display: none;
|
39380
|
+
}
|
39381
|
+
|
39382
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
|
39383
|
+
margin-bottom: 0.25rem;
|
39384
|
+
}
|
39385
|
+
|
39386
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea,
|
39387
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
39388
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
39389
|
+
border: none;
|
39390
|
+
padding: 0 0.5rem 0 0;
|
39391
|
+
box-shadow: none;
|
39392
|
+
}
|
39393
|
+
|
39394
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:hover,
|
39395
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:focus,
|
39396
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea.active,
|
39397
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
39398
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
39399
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
39400
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
39401
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
39402
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
39403
|
+
border: none;
|
39404
|
+
outline: none;
|
39405
|
+
outline-style: none;
|
39406
|
+
}
|
39407
|
+
|
39408
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
|
39409
|
+
padding: 0;
|
39410
|
+
min-height: 0;
|
39411
|
+
}
|
39412
|
+
|
39413
|
+
.amis-scope .antd-Form .antd-Form-groupColumn {
|
39414
|
+
margin-bottom: 0;
|
39415
|
+
}
|
39416
|
+
|
39417
|
+
.amis-scope .antd-Form .antd-Divider {
|
39418
|
+
display: none;
|
39419
|
+
}
|
39420
|
+
|
39421
|
+
.amis-scope .antd-Form .antd-Tabs-pane {
|
39422
|
+
padding: 0;
|
39423
|
+
}
|
39424
|
+
|
39425
|
+
.amis-scope .antd-Form > .antd-Form-item:last-child::after,
|
39426
|
+
.amis-scope .antd-Form > .antd-Form-item:last-of-type::after {
|
39427
|
+
display: none;
|
39428
|
+
}
|
39429
|
+
|
39430
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
39431
|
+
padding-bottom: 0.5rem;
|
39432
|
+
}
|
39433
|
+
}
|
39434
|
+
|
39435
|
+
.amis-scope .antd-AnchorNav {
|
39436
|
+
display: flex;
|
39437
|
+
height: 25rem;
|
39438
|
+
}
|
39439
|
+
|
39440
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
39441
|
+
margin: 0;
|
39442
|
+
padding: 0;
|
39443
|
+
width: 8.75rem;
|
39444
|
+
border-right: 0.0625rem solid #d3dae0;
|
39445
|
+
padding-bottom: 3.75rem;
|
39446
|
+
}
|
38524
39447
|
|
38525
39448
|
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
38526
39449
|
position: relative;
|
@@ -38902,20 +39825,29 @@ readers do not read off random characters that represent icons */
|
|
38902
39825
|
box-sizing: content-box;
|
38903
39826
|
}
|
38904
39827
|
|
39828
|
+
.amis-scope .antd-FormulaEditor-content {
|
39829
|
+
border-radius: 2px;
|
39830
|
+
border: 0.0625rem solid #d9d9d9;
|
39831
|
+
}
|
39832
|
+
|
38905
39833
|
.amis-scope .antd-FormulaEditor-header {
|
38906
39834
|
width: 100%;
|
38907
|
-
height:
|
38908
|
-
line-height:
|
38909
|
-
padding
|
39835
|
+
height: 1.875rem;
|
39836
|
+
line-height: 1.875rem;
|
39837
|
+
padding: 0 0.625rem;
|
38910
39838
|
box-sizing: border-box;
|
38911
|
-
background:
|
39839
|
+
background: var(--Formula-header-bgColor);
|
39840
|
+
border-radius: 2px 2px 0 0;
|
39841
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
39842
|
+
font-weight: 500;
|
38912
39843
|
}
|
38913
39844
|
|
38914
39845
|
.amis-scope .antd-FormulaEditor-editor {
|
38915
39846
|
min-height: 14.875rem;
|
38916
39847
|
max-height: 20rem;
|
38917
39848
|
height: auto;
|
38918
|
-
|
39849
|
+
padding: 0.625rem;
|
39850
|
+
padding-right: 0;
|
38919
39851
|
}
|
38920
39852
|
|
38921
39853
|
.amis-scope .antd-FormulaEditor.is-error .antd-FormulaEditor-editor {
|
@@ -39001,7 +39933,7 @@ readers do not read off random characters that represent icons */
|
|
39001
39933
|
}
|
39002
39934
|
|
39003
39935
|
.amis-scope .antd-FormulaFuncList-funcItem.is-active {
|
39004
|
-
|
39936
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
39005
39937
|
}
|
39006
39938
|
|
39007
39939
|
.amis-scope .antd-FormulaFuncList-groupTitle {
|
@@ -39017,8 +39949,385 @@ readers do not read off random characters that represent icons */
|
|
39017
39949
|
padding: 10px 20px;
|
39018
39950
|
}
|
39019
39951
|
|
39952
|
+
.amis-scope .antd-FormulaFuncList-funcDetail pre {
|
39953
|
+
white-space: pre-wrap;
|
39954
|
+
word-wrap: break-word;
|
39955
|
+
background: var(--Formula-header-bgColor);
|
39956
|
+
padding: 0.625rem;
|
39957
|
+
border-radius: 2px;
|
39958
|
+
margin-top: 0;
|
39959
|
+
}
|
39960
|
+
|
39961
|
+
.amis-scope .antd-FormulaFuncList-funcDetail div {
|
39962
|
+
color: #333;
|
39963
|
+
}
|
39964
|
+
|
39020
39965
|
.amis-scope .antd-FormulaPicker-icon {
|
39021
39966
|
margin-left: auto;
|
39967
|
+
margin-right: 0.3125rem;
|
39968
|
+
}
|
39969
|
+
|
39970
|
+
.amis-scope .antd-Timeline-vertical {
|
39971
|
+
display: flex;
|
39972
|
+
flex-flow: column;
|
39973
|
+
}
|
39974
|
+
|
39975
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem {
|
39976
|
+
display: flex;
|
39977
|
+
flex: 1;
|
39978
|
+
flex-direction: row;
|
39979
|
+
}
|
39980
|
+
|
39981
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
39982
|
+
display: none;
|
39983
|
+
}
|
39984
|
+
|
39985
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle {
|
39986
|
+
position: relative;
|
39987
|
+
flex: 0 0 1.5rem;
|
39988
|
+
}
|
39989
|
+
|
39990
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line {
|
39991
|
+
position: absolute;
|
39992
|
+
height: calc(100% - 1.25rem);
|
39993
|
+
width: 0.125rem;
|
39994
|
+
left: 0.8125rem;
|
39995
|
+
top: 1.25rem;
|
39996
|
+
background-color: #e6e6e8;
|
39997
|
+
}
|
39998
|
+
|
39999
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
|
40000
|
+
position: absolute;
|
40001
|
+
width: 0.5rem;
|
40002
|
+
height: 0.5rem;
|
40003
|
+
left: 0.625rem;
|
40004
|
+
top: 0.5rem;
|
40005
|
+
background: #dadbdd;
|
40006
|
+
border-radius: 50%;
|
40007
|
+
}
|
40008
|
+
|
40009
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
40010
|
+
background: #ff4d4f;
|
40011
|
+
}
|
40012
|
+
|
40013
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
40014
|
+
background: #1890ff;
|
40015
|
+
}
|
40016
|
+
|
40017
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
40018
|
+
background: #52c41a;
|
40019
|
+
}
|
40020
|
+
|
40021
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
40022
|
+
background: #faad14;
|
40023
|
+
}
|
40024
|
+
|
40025
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
40026
|
+
position: absolute;
|
40027
|
+
width: 1rem;
|
40028
|
+
height: 1rem;
|
40029
|
+
left: 0.375rem;
|
40030
|
+
border-radius: 50%;
|
40031
|
+
}
|
40032
|
+
|
40033
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content {
|
40034
|
+
padding-bottom: 1rem;
|
40035
|
+
margin-left: 0.5rem;
|
40036
|
+
}
|
40037
|
+
|
40038
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-time {
|
40039
|
+
color: #83868c;
|
40040
|
+
font-size: var(--Timeline--font-size);
|
40041
|
+
margin-bottom: 0.25rem;
|
40042
|
+
}
|
40043
|
+
|
40044
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
|
40045
|
+
color: #151a26;
|
40046
|
+
font-size: var(--Timeline--font-size);
|
40047
|
+
margin-bottom: 0.25rem;
|
40048
|
+
}
|
40049
|
+
|
40050
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
|
40051
|
+
display: flex;
|
40052
|
+
cursor: pointer;
|
40053
|
+
align-items: center;
|
40054
|
+
font-size: var(--Timeline--font-size);
|
40055
|
+
color: #1890ff;
|
40056
|
+
margin-bottom: 0.5rem;
|
40057
|
+
}
|
40058
|
+
|
40059
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow {
|
40060
|
+
width: 1rem;
|
40061
|
+
height: 1rem;
|
40062
|
+
}
|
40063
|
+
|
40064
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow-top {
|
40065
|
+
transform: rotateX(180deg);
|
40066
|
+
}
|
40067
|
+
|
40068
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
40069
|
+
display: block;
|
40070
|
+
max-width: 18.75rem;
|
40071
|
+
font-size: var(--Timeline--font-size);
|
40072
|
+
padding: 0.625rem;
|
40073
|
+
box-shadow: 0 0.0625rem 0.625rem 0
|
40074
|
+
rgba(0 0 0 / 10%);
|
40075
|
+
}
|
40076
|
+
|
40077
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-invisible {
|
40078
|
+
display: none;
|
40079
|
+
}
|
40080
|
+
|
40081
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-left .antd-TimelineItem {
|
40082
|
+
flex-direction: row-reverse;
|
40083
|
+
}
|
40084
|
+
|
40085
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(odd) {
|
40086
|
+
flex-direction: row-reverse;
|
40087
|
+
max-width: 50%;
|
40088
|
+
}
|
40089
|
+
|
40090
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(even) {
|
40091
|
+
margin-left: calc(50% - 1.5rem);
|
40092
|
+
max-width: calc(50% + 1.5rem);
|
40093
|
+
}
|
40094
|
+
|
40095
|
+
.amis-scope .antd-Timeline-horizontal {
|
40096
|
+
display: flex;
|
40097
|
+
flex-flow: row;
|
40098
|
+
margin-left: 50%;
|
40099
|
+
transform: translateX(-50%);
|
40100
|
+
}
|
40101
|
+
|
40102
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem {
|
40103
|
+
display: flex;
|
40104
|
+
width: -webkit-fill-available;
|
40105
|
+
flex-flow: column;
|
40106
|
+
}
|
40107
|
+
|
40108
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
40109
|
+
display: none;
|
40110
|
+
}
|
40111
|
+
|
40112
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle {
|
40113
|
+
position: relative;
|
40114
|
+
flex: 0 0 1.5rem;
|
40115
|
+
}
|
40116
|
+
|
40117
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
|
40118
|
+
position: absolute;
|
40119
|
+
height: 0.125rem;
|
40120
|
+
width: calc(100% - 0.8125rem);
|
40121
|
+
left: 1.25rem;
|
40122
|
+
top: 0.8125rem;
|
40123
|
+
background-color: #e6e6e8;
|
40124
|
+
}
|
40125
|
+
|
40126
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round {
|
40127
|
+
position: absolute;
|
40128
|
+
width: 0.5rem;
|
40129
|
+
height: 0.5rem;
|
40130
|
+
left: 0.5rem;
|
40131
|
+
top: 0.625rem;
|
40132
|
+
background: #dadbdd;
|
40133
|
+
border-radius: 50%;
|
40134
|
+
}
|
40135
|
+
|
40136
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
40137
|
+
background: #ff4d4f;
|
40138
|
+
}
|
40139
|
+
|
40140
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
40141
|
+
background: #1890ff;
|
40142
|
+
}
|
40143
|
+
|
40144
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
40145
|
+
background: #52c41a;
|
40146
|
+
}
|
40147
|
+
|
40148
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
40149
|
+
background: #faad14;
|
40150
|
+
}
|
40151
|
+
|
40152
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
40153
|
+
position: absolute;
|
40154
|
+
width: 1rem;
|
40155
|
+
height: 1rem;
|
40156
|
+
left: 0.375rem;
|
40157
|
+
border-radius: 50%;
|
40158
|
+
}
|
40159
|
+
|
40160
|
+
/**
|
40161
|
+
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
40162
|
+
*/
|
40163
|
+
|
40164
|
+
.amis-scope .AMISDebug {
|
40165
|
+
position: fixed;
|
40166
|
+
z-index: 4000;
|
40167
|
+
top: 0;
|
40168
|
+
right: 0;
|
40169
|
+
height: 100vh;
|
40170
|
+
width: 24px;
|
40171
|
+
}
|
40172
|
+
|
40173
|
+
.amis-scope .AMISDebug h3 {
|
40174
|
+
color: inherit;
|
40175
|
+
}
|
40176
|
+
|
40177
|
+
.amis-scope .AMISDebug .primary {
|
40178
|
+
color: #009fff;
|
40179
|
+
}
|
40180
|
+
|
40181
|
+
.amis-scope .AMISDebug-header {
|
40182
|
+
padding: 0.75rem;
|
40183
|
+
background: #f9f9f9;
|
40184
|
+
border-bottom: 0.0625rem solid #dfe2e6;
|
40185
|
+
}
|
40186
|
+
|
40187
|
+
.amis-scope .AMISDebug-hoverBox {
|
40188
|
+
pointer-events: none;
|
40189
|
+
position: absolute;
|
40190
|
+
outline: 1px dashed #1c76c4;
|
40191
|
+
}
|
40192
|
+
|
40193
|
+
.amis-scope .AMISDebug-activeBox {
|
40194
|
+
pointer-events: none;
|
40195
|
+
position: absolute;
|
40196
|
+
outline: 1px #1c76c4;
|
40197
|
+
}
|
40198
|
+
|
40199
|
+
.amis-scope .AMISDebug-tab {
|
40200
|
+
overflow: hidden;
|
40201
|
+
}
|
40202
|
+
|
40203
|
+
.amis-scope .AMISDebug-tab > button {
|
40204
|
+
color: inherit;
|
40205
|
+
background: inherit;
|
40206
|
+
float: left;
|
40207
|
+
border: none;
|
40208
|
+
outline: none;
|
40209
|
+
cursor: pointer;
|
40210
|
+
padding: 0.5rem 1rem;
|
40211
|
+
transition: 0.3s;
|
40212
|
+
border-bottom: 1px solid transparent;
|
40213
|
+
}
|
40214
|
+
|
40215
|
+
.amis-scope .AMISDebug-tab > button:hover {
|
40216
|
+
color: #e7e7e7;
|
40217
|
+
}
|
40218
|
+
|
40219
|
+
.amis-scope .AMISDebug-tab > button.active {
|
40220
|
+
color: #e7e7e7;
|
40221
|
+
border-bottom-color: #e7e7e7;
|
40222
|
+
}
|
40223
|
+
|
40224
|
+
.amis-scope .AMISDebug-toggle {
|
40225
|
+
background: #f0f2f5;
|
40226
|
+
position: fixed;
|
40227
|
+
top: 50%;
|
40228
|
+
right: 0;
|
40229
|
+
width: 24px;
|
40230
|
+
height: 48px;
|
40231
|
+
box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
|
40232
|
+
border-top-left-radius: 12px;
|
40233
|
+
border-bottom-left-radius: 12px;
|
40234
|
+
padding-top: 14px;
|
40235
|
+
padding-left: 6px;
|
40236
|
+
cursor: pointer;
|
40237
|
+
}
|
40238
|
+
|
40239
|
+
.amis-scope .AMISDebug-toggle i {
|
40240
|
+
color: rgba(0, 0, 0, 0.85);
|
40241
|
+
}
|
40242
|
+
|
40243
|
+
.amis-scope .AMISDebug-toggle:hover i {
|
40244
|
+
color: #1890ff;
|
40245
|
+
}
|
40246
|
+
|
40247
|
+
.amis-scope .AMISDebug-content {
|
40248
|
+
display: none;
|
40249
|
+
}
|
40250
|
+
|
40251
|
+
.amis-scope .AMISDebug-resize {
|
40252
|
+
position: absolute;
|
40253
|
+
width: 4px;
|
40254
|
+
top: 0;
|
40255
|
+
left: 0;
|
40256
|
+
bottom: 0;
|
40257
|
+
cursor: col-resize;
|
40258
|
+
}
|
40259
|
+
|
40260
|
+
.amis-scope .AMISDebug-resize:hover {
|
40261
|
+
background: #75715e;
|
40262
|
+
}
|
40263
|
+
|
40264
|
+
.amis-scope .AMISDebug-changePosition {
|
40265
|
+
position: absolute;
|
40266
|
+
font-size: 18px;
|
40267
|
+
right: 40px;
|
40268
|
+
top: 0.5rem;
|
40269
|
+
cursor: pointer;
|
40270
|
+
}
|
40271
|
+
|
40272
|
+
.amis-scope .AMISDebug-close {
|
40273
|
+
position: absolute;
|
40274
|
+
font-size: 18px;
|
40275
|
+
right: 0.5rem;
|
40276
|
+
top: 0.5rem;
|
40277
|
+
cursor: pointer;
|
40278
|
+
}
|
40279
|
+
|
40280
|
+
.amis-scope .AMISDebug.is-expanded {
|
40281
|
+
width: 420px;
|
40282
|
+
overflow: auto;
|
40283
|
+
background: #272821;
|
40284
|
+
color: #cccccc;
|
40285
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
40286
|
+
}
|
40287
|
+
|
40288
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
|
40289
|
+
display: none;
|
40290
|
+
}
|
40291
|
+
|
40292
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-content {
|
40293
|
+
display: block;
|
40294
|
+
}
|
40295
|
+
|
40296
|
+
.amis-scope .AMISDebug.is-left {
|
40297
|
+
left: 0;
|
40298
|
+
}
|
40299
|
+
|
40300
|
+
.amis-scope .AMISDebug.is-left .AMISDebug-resize {
|
40301
|
+
left: unset;
|
40302
|
+
right: 0;
|
40303
|
+
}
|
40304
|
+
|
40305
|
+
.amis-scope .AMISDebug-log {
|
40306
|
+
padding: 0.5rem;
|
40307
|
+
}
|
40308
|
+
|
40309
|
+
.amis-scope .AMISDebug-log button {
|
40310
|
+
cursor: pointer;
|
40311
|
+
background: #0e639c;
|
40312
|
+
flex-grow: 1;
|
40313
|
+
box-sizing: border-box;
|
40314
|
+
display: inline-flex;
|
40315
|
+
justify-content: center;
|
40316
|
+
align-items: center;
|
40317
|
+
padding: 6px 11px;
|
40318
|
+
outline: none;
|
40319
|
+
text-decoration: none;
|
40320
|
+
color: inherit;
|
40321
|
+
max-width: 300px;
|
40322
|
+
border: none;
|
40323
|
+
}
|
40324
|
+
|
40325
|
+
.amis-scope .AMISDebug-log button:hover {
|
40326
|
+
background: #1177bb;
|
40327
|
+
}
|
40328
|
+
|
40329
|
+
.amis-scope .AMISDebug-inspect {
|
40330
|
+
padding: 0.5rem;
|
39022
40331
|
}
|
39023
40332
|
|
39024
40333
|
/*
|