amis 1.5.6-beta.5 → 1.6.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/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +547 -0
- package/lib/components/CalendarMobile.js +432 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Card.js +1 -1
- package/lib/components/Card.js.map +2 -2
- 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.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- 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 +15 -8
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +18 -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/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +16 -6
- 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/Rating.d.ts +203 -73
- package/lib/components/Rating.js +147 -31
- package/lib/components/Rating.js.map +2 -2
- 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 +237 -237
- package/lib/components/Select.js +9 -6
- 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 +516 -0
- package/lib/components/TimelineItem.js +41 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +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/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/icons.js +4 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/factory.js +5 -0
- package/lib/factory.js.map +2 -2
- package/lib/icons/star.js +12 -0
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -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/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/CRUD.js +1 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/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.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- 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/InputRating.d.ts +37 -0
- package/lib/renderers/Form/InputRating.js +6 -2
- package/lib/renderers/Form/InputRating.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.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/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +7 -4
- 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 +2 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.js +7 -0
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Nav.js +4 -1
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Remark.d.ts +4 -0
- package/lib/renderers/Remark.js +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 +6 -6
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1018 -67
- package/lib/themes/ang.css +1018 -67
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1053 -67
- package/lib/themes/antd.css +1053 -67
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1058 -78
- package/lib/themes/cxd.css +1058 -78
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1019 -67
- package/lib/themes/dark.css +1019 -67
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1058 -78
- 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/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/package.json +12 -6
- package/schema.json +3696 -971
- package/scss/_properties.scss +21 -7
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +287 -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/_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 +42 -15
- 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 +1 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_form.scss +168 -0
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_rating.scss +60 -21
- 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 +42 -0
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +51 -2
- package/scss/themes/_dark-variables.scss +1 -0
- package/scss/themes/cxd.scss +0 -12
- package/sdk/ang-ie11.css +1278 -141
- package/sdk/ang.css +1296 -153
- package/sdk/antd-ie11.css +1278 -141
- package/sdk/antd.css +1331 -153
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1258 -132
- package/sdk/cxd.css +1338 -168
- package/sdk/dark-ie11.css +1278 -141
- package/sdk/dark.css +1297 -153
- package/sdk/exceljs.js +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 +1258 -132
- package/sdk/sdk.css +1338 -168
- package/sdk/sdk.js +1242 -1218
- 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/Schema.ts +3 -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 +563 -0
- package/src/components/Card.tsx +2 -2
- package/src/components/Cascader.tsx +564 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/CityArea.tsx +315 -0
- package/src/components/Collapse.tsx +1 -1
- package/src/components/ColorPicker.tsx +41 -40
- package/src/components/DatePicker.tsx +54 -38
- package/src/components/DateRangePicker.tsx +83 -29
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +76 -30
- 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/Rating.tsx +235 -47
- package/src/components/ResultBox.tsx +14 -2
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +20 -23
- 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 +31 -0
- package/src/components/TimelineItem.tsx +107 -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/icons.tsx +4 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/factory.tsx +6 -0
- package/src/icons/star.svg +12 -0
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +1 -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/Avatar.tsx +83 -74
- package/src/renderers/CRUD.tsx +1 -3
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +6 -3
- package/src/renderers/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/InputRating.tsx +66 -3
- 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/Select.tsx +15 -3
- 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 +2 -1
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Json.tsx +5 -0
- package/src/renderers/Nav.tsx +4 -1
- package/src/renderers/Remark.tsx +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 +2 -2
- package/src/store/table.ts +2 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/helper.ts +6 -16
package/sdk/cxd.css
CHANGED
@@ -19838,6 +19838,12 @@ readers do not read off random characters that represent icons */
|
|
19838
19838
|
--Audio-volumeControl-width: 6.875rem;
|
19839
19839
|
--Avatar-bg: #d1d5db;
|
19840
19840
|
--Avatar-width: 2.5rem;
|
19841
|
+
--Avatar-size-large: 3rem;
|
19842
|
+
--Avatar-size-default: var(--Avatar-width);
|
19843
|
+
--Avatar-size-small: 2rem;
|
19844
|
+
--Avatar-icon-size-large: 1.25rem;
|
19845
|
+
--Avatar-icon-size-default: var(--fontSizeLg);
|
19846
|
+
--Avatar-icon-size-small: 0.75rem;
|
19841
19847
|
--Badge-size: var(--gap-md);
|
19842
19848
|
--Badge-color: var(--white);
|
19843
19849
|
--Badge--success-bg: var(--success);
|
@@ -20273,10 +20279,11 @@ readers do not read off random characters that represent icons */
|
|
20273
20279
|
--DropDown-menu-paddingX: 0;
|
20274
20280
|
--DropDown-menu-paddingY: var(--gap-xs);
|
20275
20281
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
20276
|
-
--DropDown-
|
20282
|
+
--DropDown-group-color: #848b99;
|
20283
|
+
--DropDown-menuItem-color: #151a26;
|
20277
20284
|
--DropDown-menuItem-onHover-color: var(--primary);
|
20278
20285
|
--DropDown-menuItem-onActive-color: var(--primary);
|
20279
|
-
--DropDown-menuItem-onDisabled-color:
|
20286
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
20280
20287
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
20281
20288
|
--DropDown-menuItem-paddingY: calc(
|
20282
20289
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -20700,11 +20707,12 @@ readers do not read off random characters that represent icons */
|
|
20700
20707
|
--PickerColumns-bg: white;
|
20701
20708
|
--PickerColumns-toolbar-height: 3.125rem;
|
20702
20709
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20710
|
+
--PickerColumns-title-color: #222;
|
20703
20711
|
--PickerColumns-title-lineHeight: 1.5;
|
20704
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
20705
|
-
--PickerColumns-action-fontSize: var(--
|
20706
|
-
--PickerColumns-confirmAction-color: #
|
20707
|
-
--PickerColumns-cancelAction-color: #
|
20712
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
20713
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
20714
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
20715
|
+
--PickerColumns-cancelAction-color: #666;
|
20708
20716
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20709
20717
|
--PickerColumns-optionText-color: var(--text-color);
|
20710
20718
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -20713,6 +20721,7 @@ readers do not read off random characters that represent icons */
|
|
20713
20721
|
--PopOver-bg: white;
|
20714
20722
|
--PopOverAble-iconColor: inherit;
|
20715
20723
|
--PopOverAble-onHover-iconColor: inherit;
|
20724
|
+
--PopUp-cancelAction-color: #666;
|
20716
20725
|
--Property-title-bg: #f2f2f2;
|
20717
20726
|
--Property-label-bg: #f7f7f7;
|
20718
20727
|
--Portlet-borderColor: var(--borderColor);
|
@@ -20748,7 +20757,9 @@ readers do not read off random characters that represent icons */
|
|
20748
20757
|
--ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
|
20749
20758
|
--ResultBox-value-bg: #f5f5f5;
|
20750
20759
|
--ResultBox-value-color: #000;
|
20751
|
-
--Rating-
|
20760
|
+
--Rating-inactive-color: #e6e6e8;
|
20761
|
+
--Rating-star-margin: 0.5rem;
|
20762
|
+
--Rating-star-size: 1.5rem;
|
20752
20763
|
--Satus-icon-width: var(--gap-lg);
|
20753
20764
|
--Satus-icon-height: var(--Satus-icon-width);
|
20754
20765
|
--Sparkline-line-color: var(--info);
|
@@ -21222,7 +21233,7 @@ readers do not read off random characters that represent icons */
|
|
21222
21233
|
--Button--primary-onActive-border: #1c53c1;
|
21223
21234
|
--Button--primary-onActive-color: #ffffff;
|
21224
21235
|
--Button--light-border: var(--light);
|
21225
|
-
--Button--light-color: var(--
|
21236
|
+
--Button--light-color: var(--text-color);
|
21226
21237
|
--Button-onDisabled-borderColor: #e6e6e8;
|
21227
21238
|
--Button-onDisabled-opacity: 0.65;
|
21228
21239
|
--Button-onDisabled-bg: #e6e6e8;
|
@@ -21253,7 +21264,7 @@ readers do not read off random characters that represent icons */
|
|
21253
21264
|
--Table-onHover-bg: #f5f5f5;
|
21254
21265
|
--Table-onHover-bg-rgb: 245, 251, 255;
|
21255
21266
|
--Table-onHover-borderColor: #eceff8;
|
21256
|
-
--Table-onChecked-bg:
|
21267
|
+
--Table-onChecked-bg: #f0faff;
|
21257
21268
|
--Table-onChecked-borderColor: #eceff8;
|
21258
21269
|
--Table-onChecked-color: #333;
|
21259
21270
|
--Table-onChecked-onHover-bg: #f5f5f5;
|
@@ -21439,6 +21450,45 @@ readers do not read off random characters that represent icons */
|
|
21439
21450
|
--Satus-icon-width: 0.875rem;
|
21440
21451
|
--Tree-itemHeight: 2rem;
|
21441
21452
|
--Progress-borderRadius: 1rem;
|
21453
|
+
--Rating-inactive-color: #e6e6e8;
|
21454
|
+
--TimelineItem--axle-flex: 0 0 1.5rem;
|
21455
|
+
--TimelineItem--left-line-width: 0.125rem;
|
21456
|
+
--TimelineItem--left-line-left: 0.8125rem;
|
21457
|
+
--TimelineItem--left-line-top: 1.25rem;
|
21458
|
+
--TimelineItem--round-width: 0.5rem;
|
21459
|
+
--TimelineItem--round-height: 0.5rem;
|
21460
|
+
--TimelineItem--round-left: 0.625rem;
|
21461
|
+
--TimelineItem--round-top: 0.5rem;
|
21462
|
+
--TimelineItem--icon-width: 1rem;
|
21463
|
+
--TimelineItem--icon-height: 1rem;
|
21464
|
+
--TimelineItem--icon-left: 0.375rem;
|
21465
|
+
--TimelineItem--content-padding-bottom: 1rem;
|
21466
|
+
--TimelineItem--content-margin-left: 0.5rem;
|
21467
|
+
--TimelineItem--content-time-margin-bottom: 0.25rem;
|
21468
|
+
--TimelineItem--content-title-margin-bottom: 0.25rem;
|
21469
|
+
--TimelineItem--detail-button-margin-bottom: 0.5rem;
|
21470
|
+
--TimelineItem-detail-arrow-width: 1rem;
|
21471
|
+
--TimelineItem-detail-visible-padding: 0.625rem;
|
21472
|
+
--TimelineItem-detail-visible-max-width: 18.75rem;
|
21473
|
+
--Timeline-alternate-margin-left: 1.5rem;
|
21474
|
+
--TimelineItem--icon-radius: 50%;
|
21475
|
+
--TimelineItem--round-radius: 50%;
|
21476
|
+
--TimelineItem--content-radius: 0.125rem;
|
21477
|
+
--TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0
|
21478
|
+
rgba(0 0 0 / 10%);
|
21479
|
+
--TimelineItem--font-size: 12px;
|
21480
|
+
--TimelineItem--text-primary-color: #151a26;
|
21481
|
+
--TimelineItem--text-secondary-color: #83868c;
|
21482
|
+
--TimelineItem--detail-button-color: var(--primary);
|
21483
|
+
--TimelineItem--line-bg: #e6e6e8;
|
21484
|
+
--TimelineItem--content-bg: #f2f2f4;
|
21485
|
+
--TimelineItem-round-bg: #dadbdd;
|
21486
|
+
--Timeline--success-bg: var(--success);
|
21487
|
+
--Timeline--info-bg: var(--info);
|
21488
|
+
--Timeline--warning-bg: var(--warning);
|
21489
|
+
--Timeline--danger-bg: var(--danger);
|
21490
|
+
--Formula-header-bgColor: #f2f2f4;
|
21491
|
+
--Formula-funcItem-bgColor-onActive: #eaf6fe;
|
21442
21492
|
}
|
21443
21493
|
|
21444
21494
|
/* Reset
|
@@ -23963,9 +24013,10 @@ readers do not read off random characters that represent icons */
|
|
23963
24013
|
|
23964
24014
|
.amis-scope .cxd-Avatar {
|
23965
24015
|
background: var(--Avatar-bg);
|
23966
|
-
width: var(--Avatar-
|
23967
|
-
height: var(--Avatar-
|
23968
|
-
line-height: var(--Avatar-
|
24016
|
+
width: var(--Avatar-size-default);
|
24017
|
+
height: var(--Avatar-size-default);
|
24018
|
+
line-height: var(--Avatar-size-default);
|
24019
|
+
position: relative;
|
23969
24020
|
display: inline-block;
|
23970
24021
|
overflow: hidden;
|
23971
24022
|
flex-shrink: 0;
|
@@ -23973,6 +24024,36 @@ readers do not read off random characters that represent icons */
|
|
23973
24024
|
text-align: center;
|
23974
24025
|
}
|
23975
24026
|
|
24027
|
+
.amis-scope .cxd-Avatar i {
|
24028
|
+
font-size: var(--Avatar-icon-size-default);
|
24029
|
+
}
|
24030
|
+
|
24031
|
+
.amis-scope .cxd-Avatar--lg {
|
24032
|
+
width: var(--Avatar-size-large);
|
24033
|
+
height: var(--Avatar-size-large);
|
24034
|
+
line-height: var(--Avatar-size-large);
|
24035
|
+
}
|
24036
|
+
|
24037
|
+
.amis-scope .cxd-Avatar--lg i {
|
24038
|
+
font-size: var(--Avatar-icon-size-large);
|
24039
|
+
}
|
24040
|
+
|
24041
|
+
.amis-scope .cxd-Avatar--sm {
|
24042
|
+
width: var(--Avatar-size-small);
|
24043
|
+
height: var(--Avatar-size-small);
|
24044
|
+
line-height: var(--Avatar-size-small);
|
24045
|
+
}
|
24046
|
+
|
24047
|
+
.amis-scope .cxd-Avatar--sm i {
|
24048
|
+
font-size: var(--Avatar-icon-size-small);
|
24049
|
+
}
|
24050
|
+
|
24051
|
+
.amis-scope .cxd-Avatar--text {
|
24052
|
+
position: absolute;
|
24053
|
+
left: 50%;
|
24054
|
+
transform-origin: 0 center;
|
24055
|
+
}
|
24056
|
+
|
23976
24057
|
.amis-scope .cxd-Avatar--square {
|
23977
24058
|
border-radius: 0%;
|
23978
24059
|
}
|
@@ -23981,15 +24062,9 @@ readers do not read off random characters that represent icons */
|
|
23981
24062
|
border-radius: 10%;
|
23982
24063
|
}
|
23983
24064
|
|
23984
|
-
.amis-scope .cxd-Avatar i {
|
23985
|
-
font-size: var(--fontSizeLg);
|
23986
|
-
}
|
23987
|
-
|
23988
24065
|
.amis-scope .cxd-Avatar img {
|
23989
|
-
color: transparent;
|
23990
24066
|
width: 100%;
|
23991
24067
|
height: 100%;
|
23992
|
-
object-fit: cover;
|
23993
24068
|
}
|
23994
24069
|
|
23995
24070
|
.amis-scope .cxd-Avatar:hover img,
|
@@ -24403,6 +24478,23 @@ readers do not read off random characters that represent icons */
|
|
24403
24478
|
overflow: auto;
|
24404
24479
|
}
|
24405
24480
|
|
24481
|
+
/* 移动端样式调整 */
|
24482
|
+
|
24483
|
+
@media (max-width: 767px) {
|
24484
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer {
|
24485
|
+
display: flex;
|
24486
|
+
}
|
24487
|
+
|
24488
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button {
|
24489
|
+
flex: 1;
|
24490
|
+
height: 2.75rem;
|
24491
|
+
}
|
24492
|
+
|
24493
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
|
24494
|
+
margin-left: 0;
|
24495
|
+
}
|
24496
|
+
}
|
24497
|
+
|
24406
24498
|
.amis-scope .cxd-Drawer {
|
24407
24499
|
position: fixed;
|
24408
24500
|
top: 0;
|
@@ -25080,6 +25172,7 @@ readers do not read off random characters that represent icons */
|
|
25080
25172
|
|
25081
25173
|
.amis-scope .cxd-PopUp {
|
25082
25174
|
width: 100%;
|
25175
|
+
height: 25rem;
|
25083
25176
|
position: fixed;
|
25084
25177
|
background: var(--PopOver-bg);
|
25085
25178
|
left: 0;
|
@@ -25134,27 +25227,51 @@ readers do not read off random characters that represent icons */
|
|
25134
25227
|
height: 100%;
|
25135
25228
|
box-sizing: border-box;
|
25136
25229
|
background: #fff;
|
25137
|
-
|
25230
|
+
display: flex;
|
25231
|
+
flex-direction: column;
|
25138
25232
|
}
|
25139
25233
|
|
25140
25234
|
.amis-scope .cxd-PopUp-closeWrap {
|
25141
|
-
|
25142
|
-
|
25143
|
-
|
25144
|
-
|
25235
|
+
position: relative;
|
25236
|
+
text-align: center;
|
25237
|
+
height: 3rem;
|
25238
|
+
line-height: 3rem;
|
25145
25239
|
}
|
25146
25240
|
|
25147
|
-
.amis-scope .cxd-PopUp-close {
|
25148
|
-
|
25149
|
-
|
25150
|
-
|
25241
|
+
.amis-scope .cxd-PopUp-closeWrap .cxd-PopUp-close {
|
25242
|
+
position: absolute;
|
25243
|
+
z-index: 1;
|
25244
|
+
color: var(--icon-color);
|
25151
25245
|
cursor: pointer;
|
25246
|
+
top: 0.9375rem;
|
25247
|
+
right: 0.9375rem;
|
25248
|
+
}
|
25249
|
+
|
25250
|
+
.amis-scope .cxd-PopUp-toolbar {
|
25251
|
+
display: flex;
|
25252
|
+
align-items: center;
|
25253
|
+
justify-content: space-between;
|
25254
|
+
height: 3.75rem;
|
25255
|
+
}
|
25256
|
+
|
25257
|
+
.amis-scope .cxd-PopUp-title {
|
25258
|
+
font-size: var(--fontSizeMd);
|
25259
|
+
}
|
25260
|
+
|
25261
|
+
.amis-scope .cxd-PopUp-cancel {
|
25262
|
+
color: var(--PopUp-cancelAction-color);
|
25263
|
+
margin-left: var(--gap-sm);
|
25264
|
+
}
|
25265
|
+
|
25266
|
+
.amis-scope .cxd-PopUp-confirm {
|
25267
|
+
margin-right: var(--gap-sm);
|
25152
25268
|
}
|
25153
25269
|
|
25154
25270
|
.amis-scope .cxd-PopUp-content {
|
25155
25271
|
overflow-y: auto;
|
25156
25272
|
height: 100%;
|
25157
25273
|
display: flex;
|
25274
|
+
flex: 1;
|
25158
25275
|
}
|
25159
25276
|
|
25160
25277
|
.amis-scope .cxd-PopUp > * {
|
@@ -25183,6 +25300,10 @@ readers do not read off random characters that represent icons */
|
|
25183
25300
|
margin-top: -0.25rem;
|
25184
25301
|
}
|
25185
25302
|
|
25303
|
+
.amis-scope .cxd-PopUp-safearea {
|
25304
|
+
height: 1rem;
|
25305
|
+
}
|
25306
|
+
|
25186
25307
|
.amis-scope .cxd-PickerColumns {
|
25187
25308
|
position: relative;
|
25188
25309
|
background-color: var(--PickerColumns-bg);
|
@@ -25192,7 +25313,11 @@ readers do not read off random characters that represent icons */
|
|
25192
25313
|
font-size: var(--PickerColumns-option-fontSize);
|
25193
25314
|
}
|
25194
25315
|
|
25195
|
-
.amis-scope .cxd-PickerColumns
|
25316
|
+
.amis-scope .cxd-PickerColumns li:focus {
|
25317
|
+
outline: none;
|
25318
|
+
}
|
25319
|
+
|
25320
|
+
.amis-scope .cxd-PickerColumns-header {
|
25196
25321
|
display: flex;
|
25197
25322
|
align-items: center;
|
25198
25323
|
justify-content: space-between;
|
@@ -25204,14 +25329,14 @@ readers do not read off random characters that represent icons */
|
|
25204
25329
|
height: 100%;
|
25205
25330
|
padding: var(--PickerColumns-action-padding);
|
25206
25331
|
font-size: var(--PickerColumns-action-fontSize);
|
25207
|
-
background-color: transparent;
|
25332
|
+
background-color: transparent !important;
|
25208
25333
|
border: none;
|
25209
25334
|
cursor: pointer;
|
25210
25335
|
}
|
25211
25336
|
|
25212
25337
|
.amis-scope .cxd-PickerColumns-cancel:active,
|
25213
25338
|
.amis-scope .cxd-PickerColumns-confirm:active {
|
25214
|
-
|
25339
|
+
background-color: none !important;
|
25215
25340
|
}
|
25216
25341
|
|
25217
25342
|
.amis-scope .cxd-PickerColumns-cancel:hover,
|
@@ -25220,11 +25345,11 @@ readers do not read off random characters that represent icons */
|
|
25220
25345
|
}
|
25221
25346
|
|
25222
25347
|
.amis-scope .cxd-PickerColumns-confirm {
|
25223
|
-
color: var(--PickerColumns-confirmAction-color);
|
25348
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
25224
25349
|
}
|
25225
25350
|
|
25226
25351
|
.amis-scope .cxd-PickerColumns-cancel {
|
25227
|
-
color: var(--PickerColumns-cancelAction-color);
|
25352
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
25228
25353
|
}
|
25229
25354
|
|
25230
25355
|
.amis-scope .cxd-PickerColumns-title {
|
@@ -25233,6 +25358,7 @@ readers do not read off random characters that represent icons */
|
|
25233
25358
|
font-size: var(--PickerColumns-title-fontSize);
|
25234
25359
|
line-height: var(--PickerColumns-title-lineHeight);
|
25235
25360
|
text-align: center;
|
25361
|
+
color: var(--PickerColumns-title-color);
|
25236
25362
|
}
|
25237
25363
|
|
25238
25364
|
.amis-scope .cxd-PickerColumns-columns {
|
@@ -25311,6 +25437,11 @@ readers do not read off random characters that represent icons */
|
|
25311
25437
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
25312
25438
|
}
|
25313
25439
|
|
25440
|
+
.amis-scope .cxd-PickerColumns-columnItemis-selected {
|
25441
|
+
font-size: 18px;
|
25442
|
+
color: --PickerColumns-title-color;
|
25443
|
+
}
|
25444
|
+
|
25314
25445
|
@keyframes bounceIn {
|
25315
25446
|
from, 20%, 40%, 60%, 80%, to {
|
25316
25447
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -27184,6 +27315,50 @@ readers do not read off random characters that represent icons */
|
|
27184
27315
|
display: none;
|
27185
27316
|
}
|
27186
27317
|
|
27318
|
+
/* 移动端样式调整 */
|
27319
|
+
|
27320
|
+
@media (max-width: 767px) {
|
27321
|
+
.amis-scope .cxd-Panel--form {
|
27322
|
+
border: none;
|
27323
|
+
box-shadow: none;
|
27324
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
27325
|
+
}
|
27326
|
+
|
27327
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-body {
|
27328
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
27329
|
+
}
|
27330
|
+
|
27331
|
+
.amis-scope .cxd-Panel--form > .cxd-Panel-heading {
|
27332
|
+
background: none;
|
27333
|
+
border: none;
|
27334
|
+
border-radius: 0;
|
27335
|
+
}
|
27336
|
+
|
27337
|
+
.amis-scope .cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
|
27338
|
+
padding-left: var(--Panel-bodyPadding);
|
27339
|
+
border-left: 0.1875rem solid var(--primary);
|
27340
|
+
font-size: var(--fontSizeLg);
|
27341
|
+
}
|
27342
|
+
|
27343
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footerWrap {
|
27344
|
+
padding-bottom: var(--Panel-bodyPadding);
|
27345
|
+
}
|
27346
|
+
|
27347
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer {
|
27348
|
+
border-top: none;
|
27349
|
+
display: flex;
|
27350
|
+
padding: 0 var(--Panel-bodyPadding);
|
27351
|
+
}
|
27352
|
+
|
27353
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button {
|
27354
|
+
flex: 1;
|
27355
|
+
}
|
27356
|
+
|
27357
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button:first-child {
|
27358
|
+
margin-left: 0;
|
27359
|
+
}
|
27360
|
+
}
|
27361
|
+
|
27187
27362
|
.amis-scope .cxd-Service {
|
27188
27363
|
position: relative;
|
27189
27364
|
}
|
@@ -27447,19 +27622,28 @@ readers do not read off random characters that represent icons */
|
|
27447
27622
|
}
|
27448
27623
|
|
27449
27624
|
.amis-scope .cxd-DropDown-menu {
|
27625
|
+
background: var(--DropDown-menu-bg);
|
27626
|
+
list-style: none;
|
27627
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27628
|
+
min-width: var(--DropDown-menu-minWidth);
|
27629
|
+
text-align: left;
|
27630
|
+
border: none;
|
27631
|
+
user-select: none;
|
27632
|
+
}
|
27633
|
+
|
27634
|
+
.amis-scope .cxd-DropDown-menu-root {
|
27450
27635
|
position: absolute;
|
27451
27636
|
z-index: 1000;
|
27452
27637
|
top: 100%;
|
27453
27638
|
left: 0;
|
27454
27639
|
margin: 0.0625rem 0 0;
|
27455
|
-
|
27456
|
-
list-style: none;
|
27457
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27458
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
27640
|
+
border: none;
|
27459
27641
|
border-radius: var(--DropDown-menu-borderRadius);
|
27460
27642
|
box-shadow: var(--DropDown-menu-boxShadow);
|
27461
27643
|
min-width: var(--DropDown-menu-minWidth);
|
27462
|
-
|
27644
|
+
overflow-y: auto;
|
27645
|
+
overflow-x: hidden;
|
27646
|
+
max-height: 18.75rem;
|
27463
27647
|
}
|
27464
27648
|
|
27465
27649
|
.amis-scope .cxd-DropDown--alignRight .cxd-DropDown-menu {
|
@@ -27514,6 +27698,32 @@ readers do not read off random characters that represent icons */
|
|
27514
27698
|
padding: 0;
|
27515
27699
|
}
|
27516
27700
|
|
27701
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle,
|
27702
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle {
|
27703
|
+
height: inherit;
|
27704
|
+
font-size: var(--fontSizeSm);
|
27705
|
+
padding: var(--gap-xs) var(--gap-xs);
|
27706
|
+
padding-left: var(--gap-sm);
|
27707
|
+
color: var(--DropDown-group-color);
|
27708
|
+
flex-grow: 1;
|
27709
|
+
cursor: default;
|
27710
|
+
}
|
27711
|
+
|
27712
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle:hover,
|
27713
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle:hover {
|
27714
|
+
background: none;
|
27715
|
+
}
|
27716
|
+
|
27717
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle span,
|
27718
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle span {
|
27719
|
+
white-space: nowrap;
|
27720
|
+
}
|
27721
|
+
|
27722
|
+
.amis-scope .cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button,
|
27723
|
+
.amis-scope .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
|
27724
|
+
padding-left: var(--gap-lg);
|
27725
|
+
}
|
27726
|
+
|
27517
27727
|
.amis-scope .cxd-DropDown-menu > li a {
|
27518
27728
|
color: inherit;
|
27519
27729
|
display: block;
|
@@ -27620,129 +27830,426 @@ readers do not read off random characters that represent icons */
|
|
27620
27830
|
position: relative;
|
27621
27831
|
}
|
27622
27832
|
|
27623
|
-
.amis-scope .cxd-
|
27624
|
-
|
27625
|
-
|
27626
|
-
line-height: 1.25rem;
|
27627
|
-
}
|
27628
|
-
|
27629
|
-
.amis-scope .cxd-Collapse-header {
|
27630
|
-
font-size: var(--Collapse-header-fontSize);
|
27631
|
-
font-weight: var(--Collapse-header-fontWeight);
|
27632
|
-
color: var(--text--loud-color);
|
27633
|
-
padding: var(--Collapse-header-padding);
|
27634
|
-
margin: 0;
|
27635
|
-
cursor: pointer;
|
27636
|
-
background: var(--Collapse-header-bg);
|
27833
|
+
.amis-scope .cxd-CalendarMobile {
|
27834
|
+
height: 100%;
|
27835
|
+
overflow: scroll;
|
27637
27836
|
}
|
27638
27837
|
|
27639
|
-
.amis-scope .cxd-
|
27640
|
-
|
27641
|
-
|
27838
|
+
.amis-scope .cxd-CalendarMobile-pop {
|
27839
|
+
position: fixed;
|
27840
|
+
bottom: 0;
|
27841
|
+
left: 0;
|
27842
|
+
width: 100vw;
|
27843
|
+
height: 90vh;
|
27844
|
+
background: #fff;
|
27845
|
+
border-radius: 1rem 1rem 0 0;
|
27846
|
+
overflow: hidden;
|
27847
|
+
border-width: 0;
|
27642
27848
|
}
|
27643
27849
|
|
27644
|
-
.amis-scope .cxd-
|
27645
|
-
|
27850
|
+
.amis-scope .cxd-CalendarMobile-wrap {
|
27851
|
+
display: flex;
|
27852
|
+
flex-direction: column;
|
27853
|
+
height: 100%;
|
27646
27854
|
}
|
27647
27855
|
|
27648
|
-
.amis-scope .cxd-
|
27649
|
-
|
27856
|
+
.amis-scope .cxd-CalendarMobile-header {
|
27857
|
+
flex-shrink: 0;
|
27858
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27859
|
+
position: relative;
|
27650
27860
|
}
|
27651
27861
|
|
27652
|
-
.amis-scope .cxd-
|
27862
|
+
.amis-scope .cxd-CalendarMobile-header .subtitle-text {
|
27653
27863
|
display: inline-block;
|
27654
|
-
width:
|
27655
|
-
|
27656
|
-
margin-right: var(--gap-sm);
|
27864
|
+
width: 6.875rem;
|
27865
|
+
position: relative;
|
27657
27866
|
}
|
27658
27867
|
|
27659
|
-
.amis-scope .cxd-
|
27660
|
-
|
27661
|
-
|
27662
|
-
display:
|
27663
|
-
|
27664
|
-
|
27665
|
-
|
27666
|
-
border-color: var(--text-color);
|
27667
|
-
border-style: solid;
|
27668
|
-
border-width: 0.0625rem 0.0625rem 0 0;
|
27669
|
-
transform: rotate(45deg);
|
27670
|
-
transform-origin: 50% 50%;
|
27868
|
+
.amis-scope .cxd-CalendarMobile-header .rdtPrev {
|
27869
|
+
width: 1.25rem;
|
27870
|
+
height: 2.75rem;
|
27871
|
+
display: block;
|
27872
|
+
position: absolute;
|
27873
|
+
top: 0;
|
27874
|
+
left: -1.25rem;
|
27671
27875
|
}
|
27672
27876
|
|
27673
|
-
.amis-scope .cxd-
|
27674
|
-
|
27675
|
-
|
27676
|
-
|
27677
|
-
|
27877
|
+
.amis-scope .cxd-CalendarMobile-header .rdtNext {
|
27878
|
+
width: 1.25rem;
|
27879
|
+
height: 2.75rem;
|
27880
|
+
display: block;
|
27881
|
+
position: absolute;
|
27882
|
+
top: 0;
|
27883
|
+
right: -1.25rem;
|
27678
27884
|
}
|
27679
27885
|
|
27680
|
-
.amis-scope .cxd-
|
27681
|
-
|
27886
|
+
.amis-scope .cxd-CalendarMobile-title,
|
27887
|
+
.amis-scope .cxd-CalendarMobile-subtitle {
|
27888
|
+
height: 2.75rem;
|
27889
|
+
font-weight: 500;
|
27890
|
+
line-height: 2.75rem;
|
27891
|
+
text-align: center;
|
27682
27892
|
}
|
27683
27893
|
|
27684
|
-
.amis-scope .cxd-
|
27685
|
-
|
27686
|
-
transform-origin: 50% 30%;
|
27894
|
+
.amis-scope .cxd-CalendarMobile-title {
|
27895
|
+
font-size: var(--fontSizeLg);
|
27687
27896
|
}
|
27688
27897
|
|
27689
|
-
.amis-scope .cxd-
|
27690
|
-
|
27898
|
+
.amis-scope .cxd-CalendarMobile-weekdays {
|
27899
|
+
display: flex;
|
27691
27900
|
}
|
27692
27901
|
|
27693
|
-
.amis-scope .cxd-
|
27694
|
-
|
27695
|
-
|
27696
|
-
|
27902
|
+
.amis-scope .cxd-CalendarMobile-weekdays .weekday {
|
27903
|
+
flex: 1;
|
27904
|
+
line-height: 1.875rem;
|
27905
|
+
text-align: center;
|
27697
27906
|
}
|
27698
27907
|
|
27699
|
-
.amis-scope .cxd-
|
27700
|
-
|
27908
|
+
.amis-scope .cxd-CalendarMobile-close {
|
27909
|
+
position: absolute;
|
27910
|
+
z-index: 1;
|
27911
|
+
color: #c8c9cc;
|
27912
|
+
font-size: 1rem;
|
27913
|
+
cursor: pointer;
|
27914
|
+
top: 0.6875rem;
|
27915
|
+
right: 1rem;
|
27701
27916
|
}
|
27702
27917
|
|
27703
|
-
.amis-scope .cxd-
|
27704
|
-
|
27918
|
+
.amis-scope .cxd-CalendarMobile-body::-webkit-scrollbar {
|
27919
|
+
width: 0;
|
27705
27920
|
}
|
27706
27921
|
|
27707
|
-
.amis-scope .cxd-
|
27708
|
-
|
27709
|
-
|
27710
|
-
border-top: var(--Collapse-header-collapsed-borderTop);
|
27711
|
-
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27922
|
+
.amis-scope .cxd-CalendarMobile-body {
|
27923
|
+
flex: 1;
|
27924
|
+
overflow-y: scroll;
|
27712
27925
|
}
|
27713
27926
|
|
27714
|
-
.amis-scope .cxd-
|
27715
|
-
border-
|
27927
|
+
.amis-scope .cxd-CalendarMobile-body table {
|
27928
|
+
border-spacing: 0 0.25rem;
|
27716
27929
|
}
|
27717
27930
|
|
27718
|
-
.amis-scope .cxd-
|
27719
|
-
|
27720
|
-
|
27931
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27932
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27933
|
+
background: transparent;
|
27934
|
+
color: var(--Calendar-color);
|
27935
|
+
text-shadow: none;
|
27721
27936
|
}
|
27722
27937
|
|
27723
|
-
.amis-scope .cxd-
|
27724
|
-
|
27725
|
-
|
27938
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27939
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27940
|
+
color: #999;
|
27726
27941
|
}
|
27727
27942
|
|
27728
|
-
.amis-scope .cxd-
|
27729
|
-
|
27943
|
+
.amis-scope .cxd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27944
|
+
display: none;
|
27730
27945
|
}
|
27731
27946
|
|
27732
|
-
.amis-scope .cxd-
|
27733
|
-
|
27734
|
-
|
27735
|
-
overflow: hidden;
|
27947
|
+
.amis-scope .cxd-CalendarMobile-body .rdtPicker td {
|
27948
|
+
height: 3.5rem;
|
27949
|
+
position: relative;
|
27736
27950
|
}
|
27737
27951
|
|
27738
|
-
.amis-scope .cxd-
|
27739
|
-
|
27740
|
-
|
27741
|
-
|
27742
|
-
|
27952
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27953
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27954
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27955
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27956
|
+
background: transparent;
|
27743
27957
|
}
|
27744
27958
|
|
27745
|
-
.amis-scope .cxd-
|
27959
|
+
.amis-scope .cxd-CalendarMobile-body .calendar-wrap {
|
27960
|
+
position: relative;
|
27961
|
+
width: 3.125rem;
|
27962
|
+
height: 100%;
|
27963
|
+
text-align: center;
|
27964
|
+
display: inline-flex;
|
27965
|
+
align-items: center;
|
27966
|
+
justify-content: center;
|
27967
|
+
border-radius: 0.25rem;
|
27968
|
+
}
|
27969
|
+
|
27970
|
+
.amis-scope .cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
|
27971
|
+
width: auto;
|
27972
|
+
max-width: 3.125rem;
|
27973
|
+
}
|
27974
|
+
|
27975
|
+
.amis-scope .cxd-CalendarMobile-footer {
|
27976
|
+
flex-shrink: 0;
|
27977
|
+
}
|
27978
|
+
|
27979
|
+
.amis-scope .cxd-CalendarMobile-footer .date-range-confirm {
|
27980
|
+
height: 2.25rem;
|
27981
|
+
margin: 0.4375rem 0;
|
27982
|
+
border-radius: var(--borderRadiusMd);
|
27983
|
+
display: block;
|
27984
|
+
}
|
27985
|
+
|
27986
|
+
.amis-scope .cxd-CalendarMobile-footer .is-disabled {
|
27987
|
+
opacity: 0.5;
|
27988
|
+
color: var(--Button--primary-color);
|
27989
|
+
background: var(--Button--primary-bg);
|
27990
|
+
border-color: var(--Button--primary-bg);
|
27991
|
+
filter: none;
|
27992
|
+
}
|
27993
|
+
|
27994
|
+
.amis-scope .cxd-CalendarMobile-footer-toolbar {
|
27995
|
+
padding: 0 1rem;
|
27996
|
+
}
|
27997
|
+
|
27998
|
+
.amis-scope .cxd-CalendarMobile-footer-ranges {
|
27999
|
+
background: #fff;
|
28000
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
28001
|
+
border-radius: 24px;
|
28002
|
+
overflow-x: auto;
|
28003
|
+
position: relative;
|
28004
|
+
height: 3rem;
|
28005
|
+
line-height: 3rem;
|
28006
|
+
}
|
28007
|
+
|
28008
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
|
28009
|
+
position: absolute;
|
28010
|
+
white-space: nowrap;
|
28011
|
+
}
|
28012
|
+
|
28013
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
|
28014
|
+
margin: 0 1.5625rem;
|
28015
|
+
}
|
28016
|
+
|
28017
|
+
.amis-scope .cxd-CalendarMobile-calendar-wrap {
|
28018
|
+
padding: var(--gap-sm) 0;
|
28019
|
+
}
|
28020
|
+
|
28021
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker {
|
28022
|
+
width: 100%;
|
28023
|
+
padding: 0;
|
28024
|
+
}
|
28025
|
+
|
28026
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
28027
|
+
visibility: hidden;
|
28028
|
+
}
|
28029
|
+
|
28030
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
28031
|
+
display: none;
|
28032
|
+
}
|
28033
|
+
|
28034
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
28035
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
28036
|
+
color: var(--Button--primary-bg);
|
28037
|
+
}
|
28038
|
+
|
28039
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
28040
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
28041
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
28042
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
28043
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
28044
|
+
color: #fff;
|
28045
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
28046
|
+
}
|
28047
|
+
|
28048
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
28049
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
28050
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
28051
|
+
}
|
28052
|
+
|
28053
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
28054
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
28055
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
28056
|
+
}
|
28057
|
+
|
28058
|
+
.amis-scope .cxd-CalendarMobile-calendar-header {
|
28059
|
+
height: 1.875rem;
|
28060
|
+
line-height: 1.875rem;
|
28061
|
+
text-align: center;
|
28062
|
+
}
|
28063
|
+
|
28064
|
+
.amis-scope .cxd-CalendarMobile-range-text {
|
28065
|
+
position: absolute;
|
28066
|
+
right: 0;
|
28067
|
+
left: 0;
|
28068
|
+
bottom: 0;
|
28069
|
+
color: #fff;
|
28070
|
+
font-size: var(--fontSizeSm);
|
28071
|
+
white-space: nowrap;
|
28072
|
+
}
|
28073
|
+
|
28074
|
+
.amis-scope .cxd-CalendarMobile-calendar-wrap {
|
28075
|
+
position: relative;
|
28076
|
+
}
|
28077
|
+
|
28078
|
+
.amis-scope .cxd-CalendarMobile-calendar-mark {
|
28079
|
+
position: absolute;
|
28080
|
+
top: 50%;
|
28081
|
+
left: 50%;
|
28082
|
+
z-index: 0;
|
28083
|
+
color: rgba(242, 243, 245, 0.8);
|
28084
|
+
font-size: 10rem;
|
28085
|
+
transform: translate(-50%, -50%);
|
28086
|
+
pointer-events: none;
|
28087
|
+
}
|
28088
|
+
|
28089
|
+
.amis-scope .cxd-CalendarMobile-toast {
|
28090
|
+
position: fixed;
|
28091
|
+
top: 50%;
|
28092
|
+
left: 50%;
|
28093
|
+
transform: translate(-50%, -50%);
|
28094
|
+
width: 8.5rem;
|
28095
|
+
height: 2.25rem;
|
28096
|
+
background: rgba(0, 0, 0, 0.9);
|
28097
|
+
border-radius: 4px;
|
28098
|
+
color: #fff;
|
28099
|
+
display: flex;
|
28100
|
+
justify-content: center;
|
28101
|
+
align-items: center;
|
28102
|
+
}
|
28103
|
+
|
28104
|
+
.amis-scope .cxd-CalendarMobile-time {
|
28105
|
+
height: 11.25rem;
|
28106
|
+
}
|
28107
|
+
|
28108
|
+
.amis-scope .cxd-CalendarMobile-time-title {
|
28109
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
28110
|
+
border-left: none;
|
28111
|
+
border-right: none;
|
28112
|
+
text-align: center;
|
28113
|
+
height: 1.875rem;
|
28114
|
+
line-height: 1.875rem;
|
28115
|
+
}
|
28116
|
+
|
28117
|
+
.amis-scope .cxd-CalendarMobile-time .rdtPicker {
|
28118
|
+
margin: 0 auto;
|
28119
|
+
}
|
28120
|
+
|
28121
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarTime {
|
28122
|
+
height: 8.125rem;
|
28123
|
+
overflow: hidden;
|
28124
|
+
}
|
28125
|
+
|
28126
|
+
.amis-scope .cxd-CalendarMobile .cxd-PickerColumns-header {
|
28127
|
+
display: none;
|
28128
|
+
}
|
28129
|
+
|
28130
|
+
.amis-scope .cxd-Collapse {
|
28131
|
+
border: var(--Collapse-border);
|
28132
|
+
padding: 0;
|
28133
|
+
line-height: 1.25rem;
|
28134
|
+
}
|
28135
|
+
|
28136
|
+
.amis-scope .cxd-Collapse-header {
|
28137
|
+
font-size: var(--Collapse-header-fontSize);
|
28138
|
+
font-weight: var(--Collapse-header-fontWeight);
|
28139
|
+
color: var(--text--loud-color);
|
28140
|
+
padding: var(--Collapse-header-padding);
|
28141
|
+
margin: 0;
|
28142
|
+
cursor: pointer;
|
28143
|
+
background: var(--Collapse-header-bg);
|
28144
|
+
}
|
28145
|
+
|
28146
|
+
.amis-scope .cxd-Collapse-header-wrapper {
|
28147
|
+
display: inline-flex;
|
28148
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
28149
|
+
}
|
28150
|
+
|
28151
|
+
.amis-scope .cxd-Collapse-header-tpl {
|
28152
|
+
margin-right: 0.5rem;
|
28153
|
+
}
|
28154
|
+
|
28155
|
+
.amis-scope .cxd-Collapse-header:hover {
|
28156
|
+
background: var(--Collapse-header-onHover-bg);
|
28157
|
+
}
|
28158
|
+
|
28159
|
+
.amis-scope .cxd-Collapse-arrow {
|
28160
|
+
display: inline-block;
|
28161
|
+
width: 1rem;
|
28162
|
+
text-align: center;
|
28163
|
+
margin-right: var(--gap-sm);
|
28164
|
+
}
|
28165
|
+
|
28166
|
+
.amis-scope .cxd-Collapse-arrow:before {
|
28167
|
+
content: "";
|
28168
|
+
position: relative;
|
28169
|
+
display: inline-block;
|
28170
|
+
width: 0.375rem;
|
28171
|
+
height: 0.375rem;
|
28172
|
+
top: -0.125rem;
|
28173
|
+
border-color: var(--text-color);
|
28174
|
+
border-style: solid;
|
28175
|
+
border-width: 0.0625rem 0.0625rem 0 0;
|
28176
|
+
transform: rotate(45deg);
|
28177
|
+
transform-origin: 50% 50%;
|
28178
|
+
}
|
28179
|
+
|
28180
|
+
.amis-scope .cxd-Collapse-icon-tranform {
|
28181
|
+
display: inline-block;
|
28182
|
+
width: 1rem;
|
28183
|
+
text-align: center;
|
28184
|
+
margin-right: var(--gap-xs);
|
28185
|
+
}
|
28186
|
+
|
28187
|
+
.amis-scope .cxd-Collapse .cxd-TplField {
|
28188
|
+
display: inline-block;
|
28189
|
+
}
|
28190
|
+
|
28191
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
|
28192
|
+
transform: rotate(135deg);
|
28193
|
+
transform-origin: 50% 30%;
|
28194
|
+
}
|
28195
|
+
|
28196
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
|
28197
|
+
transform: rotate(90deg);
|
28198
|
+
}
|
28199
|
+
|
28200
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
|
28201
|
+
cursor: not-allowed;
|
28202
|
+
user-select: none;
|
28203
|
+
color: var(--text--muted-color);
|
28204
|
+
}
|
28205
|
+
|
28206
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
|
28207
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
28208
|
+
}
|
28209
|
+
|
28210
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
|
28211
|
+
border-color: var(--text--muted-color);
|
28212
|
+
}
|
28213
|
+
|
28214
|
+
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
28215
|
+
text-align: center;
|
28216
|
+
font-size: var(--fontSizeBase);
|
28217
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
28218
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
28219
|
+
}
|
28220
|
+
|
28221
|
+
.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
|
28222
|
+
border-top: none;
|
28223
|
+
}
|
28224
|
+
|
28225
|
+
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
28226
|
+
top: -0.25rem;
|
28227
|
+
transform: rotate(135deg);
|
28228
|
+
}
|
28229
|
+
|
28230
|
+
.amis-scope .cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow:before {
|
28231
|
+
top: 0;
|
28232
|
+
transform: rotate(-45deg);
|
28233
|
+
}
|
28234
|
+
|
28235
|
+
.amis-scope .cxd-Collapse-contentWrapper {
|
28236
|
+
transition: height var(--animation-duration) ease;
|
28237
|
+
}
|
28238
|
+
|
28239
|
+
.amis-scope .cxd-Collapse-contentWrapper.in,
|
28240
|
+
.amis-scope .cxd-Collapse-contentWrapper.out {
|
28241
|
+
height: 0;
|
28242
|
+
overflow: hidden;
|
28243
|
+
}
|
28244
|
+
|
28245
|
+
.amis-scope .cxd-Collapse-content {
|
28246
|
+
padding: var(--Collapse-content-padding);
|
28247
|
+
color: var(--body-color);
|
28248
|
+
font-size: var(--Collapse-content-fontSize);
|
28249
|
+
font-weight: var(--Collapse-content-fontWeight);
|
28250
|
+
}
|
28251
|
+
|
28252
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
27746
28253
|
border-bottom: none;
|
27747
28254
|
}
|
27748
28255
|
|
@@ -31391,7 +31898,7 @@ readers do not read off random characters that represent icons */
|
|
31391
31898
|
|
31392
31899
|
.amis-scope .cxd-Card-multiMedia-img {
|
31393
31900
|
display: block;
|
31394
|
-
width:
|
31901
|
+
width: auto;
|
31395
31902
|
height: auto;
|
31396
31903
|
object-fit: cover;
|
31397
31904
|
border-radius: var(--Card-borderRadius);
|
@@ -32876,17 +33383,47 @@ readers do not read off random characters that represent icons */
|
|
32876
33383
|
min-height: 24px;
|
32877
33384
|
}
|
32878
33385
|
|
32879
|
-
.amis-scope .cxd-
|
32880
|
-
|
32881
|
-
|
32882
|
-
|
32883
|
-
font-size: var(--
|
32884
|
-
|
32885
|
-
align-items: center;
|
33386
|
+
.amis-scope .cxd-ResultBox.is-mobile {
|
33387
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
33388
|
+
border: none;
|
33389
|
+
padding: 0;
|
33390
|
+
font-size: var(--fontSizeLg);
|
33391
|
+
border: none;
|
32886
33392
|
justify-content: flex-end;
|
32887
|
-
|
32888
|
-
|
32889
|
-
|
33393
|
+
}
|
33394
|
+
|
33395
|
+
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow {
|
33396
|
+
margin-right: var(--gap-xs);
|
33397
|
+
width: var(--gap-md);
|
33398
|
+
text-align: center;
|
33399
|
+
display: flex;
|
33400
|
+
align-items: center;
|
33401
|
+
justify-content: center;
|
33402
|
+
line-height: 1;
|
33403
|
+
margin-left: 4px;
|
33404
|
+
}
|
33405
|
+
|
33406
|
+
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
|
33407
|
+
transition: transform var(--animation-duration);
|
33408
|
+
display: inline-block;
|
33409
|
+
color: var(--Form-select-caret-iconColor);
|
33410
|
+
width: 10px;
|
33411
|
+
height: 10px;
|
33412
|
+
top: 0;
|
33413
|
+
transform: rotate(-90deg);
|
33414
|
+
}
|
33415
|
+
|
33416
|
+
.amis-scope .cxd-SearchBox {
|
33417
|
+
display: inline-flex;
|
33418
|
+
flex-direction: row;
|
33419
|
+
line-height: var(--Form-input-lineHeight);
|
33420
|
+
font-size: var(--Form-input-fontSize);
|
33421
|
+
flex-wrap: nowrap;
|
33422
|
+
align-items: center;
|
33423
|
+
justify-content: flex-end;
|
33424
|
+
height: 30px;
|
33425
|
+
width: 30px;
|
33426
|
+
padding: 0 8px;
|
32890
33427
|
transition: all var(--animation-duration) ease-in-out;
|
32891
33428
|
border: var(--Form-input-borderWidth) solid transparent;
|
32892
33429
|
border-radius: var(--Form-input-borderRadius);
|
@@ -34388,6 +34925,8 @@ readers do not read off random characters that represent icons */
|
|
34388
34925
|
pointer-events: all;
|
34389
34926
|
margin-left: var(--Checkbox-gap);
|
34390
34927
|
cursor: pointer;
|
34928
|
+
display: inline-block;
|
34929
|
+
vertical-align: middle;
|
34391
34930
|
}
|
34392
34931
|
|
34393
34932
|
.amis-scope .cxd-Checkbox > i + span > a {
|
@@ -34624,7 +35163,6 @@ readers do not read off random characters that represent icons */
|
|
34624
35163
|
|
34625
35164
|
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
34626
35165
|
display: block;
|
34627
|
-
height: var(--Form-input-height);
|
34628
35166
|
line-height: var(--Form-input-lineHeight);
|
34629
35167
|
font-size: var(--Form-input-fontSize);
|
34630
35168
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
@@ -34667,7 +35205,6 @@ readers do not read off random characters that represent icons */
|
|
34667
35205
|
|
34668
35206
|
.amis-scope .cxd-GroupedSelection-item {
|
34669
35207
|
display: flex;
|
34670
|
-
height: var(--Form-input-height);
|
34671
35208
|
line-height: var(--Form-input-lineHeight);
|
34672
35209
|
font-size: var(--Form-input-fontSize);
|
34673
35210
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34798,7 +35335,6 @@ readers do not read off random characters that represent icons */
|
|
34798
35335
|
.amis-scope .cxd-TreeSelection-itemInner {
|
34799
35336
|
display: flex;
|
34800
35337
|
align-items: center;
|
34801
|
-
height: var(--Form-input-height);
|
34802
35338
|
line-height: var(--Form-input-lineHeight);
|
34803
35339
|
font-size: var(--Form-input-fontSize);
|
34804
35340
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34853,6 +35389,7 @@ readers do not read off random characters that represent icons */
|
|
34853
35389
|
.amis-scope .cxd-ChainedSelection {
|
34854
35390
|
display: flex;
|
34855
35391
|
flex-direction: row;
|
35392
|
+
min-height: 100%;
|
34856
35393
|
}
|
34857
35394
|
|
34858
35395
|
.amis-scope .cxd-ChainedSelection-col {
|
@@ -34872,7 +35409,6 @@ readers do not read off random characters that represent icons */
|
|
34872
35409
|
|
34873
35410
|
.amis-scope .cxd-ChainedSelection-item {
|
34874
35411
|
display: flex;
|
34875
|
-
height: var(--Form-input-height);
|
34876
35412
|
line-height: var(--Form-input-lineHeight);
|
34877
35413
|
font-size: var(--Form-input-fontSize);
|
34878
35414
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34987,6 +35523,33 @@ readers do not read off random characters that represent icons */
|
|
34987
35523
|
display: inline-block;
|
34988
35524
|
}
|
34989
35525
|
|
35526
|
+
.amis-scope .cxd-CityArea-popup {
|
35527
|
+
height: 17.5rem;
|
35528
|
+
}
|
35529
|
+
|
35530
|
+
.amis-scope .cxd-CityArea-Input {
|
35531
|
+
margin-top: var(--gap-xs);
|
35532
|
+
outline: none;
|
35533
|
+
vertical-align: top;
|
35534
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
35535
|
+
border-radius: var(--Form-input-borderRadius);
|
35536
|
+
line-height: var(--Form-input-lineHeight);
|
35537
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
35538
|
+
font-size: var(--Form-input-fontSize);
|
35539
|
+
display: inline-flex !important;
|
35540
|
+
}
|
35541
|
+
|
35542
|
+
.amis-scope .cxd-CityArea-Input::placeholder {
|
35543
|
+
color: var(--Form-input-placeholderColor);
|
35544
|
+
user-select: none;
|
35545
|
+
}
|
35546
|
+
|
35547
|
+
.amis-scope .cxd-CityArea-Input:focus {
|
35548
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
35549
|
+
box-shadow: var(--Form-input-boxShadow);
|
35550
|
+
background: var(--Form-input-onFocused-bg);
|
35551
|
+
}
|
35552
|
+
|
34990
35553
|
.amis-scope .cxd-Switch {
|
34991
35554
|
cursor: pointer;
|
34992
35555
|
position: relative;
|
@@ -35267,6 +35830,7 @@ readers do not read off random characters that represent icons */
|
|
35267
35830
|
display: inline-flex;
|
35268
35831
|
vertical-align: middle;
|
35269
35832
|
text-align: left;
|
35833
|
+
align-items: center;
|
35270
35834
|
outline: none;
|
35271
35835
|
position: relative;
|
35272
35836
|
font-size: var(--Form-input-fontSize);
|
@@ -35413,10 +35977,26 @@ readers do not read off random characters that represent icons */
|
|
35413
35977
|
top: 0;
|
35414
35978
|
}
|
35415
35979
|
|
35416
|
-
.amis-scope .cxd-Select.is-opened .cxd-Select-arrow > svg {
|
35980
|
+
.amis-scope .cxd-Select.is-opened:not(.is-mobile) .cxd-Select-arrow > svg {
|
35417
35981
|
transform: rotate(180deg);
|
35418
35982
|
}
|
35419
35983
|
|
35984
|
+
.amis-scope .cxd-Select.is-mobile {
|
35985
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
35986
|
+
border: none;
|
35987
|
+
padding: 0;
|
35988
|
+
font-size: var(--fontSizeLg);
|
35989
|
+
}
|
35990
|
+
|
35991
|
+
.amis-scope .cxd-Select.is-mobile .cxd-Select-valueWrap {
|
35992
|
+
text-align: right;
|
35993
|
+
padding-right: 4px;
|
35994
|
+
}
|
35995
|
+
|
35996
|
+
.amis-scope .cxd-Select.is-mobile .cxd-Select-arrow > svg {
|
35997
|
+
transform: rotate(-90deg);
|
35998
|
+
}
|
35999
|
+
|
35420
36000
|
.amis-scope .cxd-Select-menu {
|
35421
36001
|
max-height: 18.75rem;
|
35422
36002
|
overflow: auto;
|
@@ -35427,6 +36007,15 @@ readers do not read off random characters that represent icons */
|
|
35427
36007
|
margin-top: -0.1875rem;
|
35428
36008
|
}
|
35429
36009
|
|
36010
|
+
.amis-scope .cxd-Select-menu.is-mobile {
|
36011
|
+
width: 100%;
|
36012
|
+
text-align: center;
|
36013
|
+
}
|
36014
|
+
|
36015
|
+
.amis-scope .cxd-Select-menu.is-mobile .cxd-Select-option {
|
36016
|
+
line-height: 2.25rem;
|
36017
|
+
}
|
36018
|
+
|
35430
36019
|
.amis-scope .cxd-Select--longlist {
|
35431
36020
|
overflow: hidden;
|
35432
36021
|
max-height: max-content;
|
@@ -35528,8 +36117,8 @@ readers do not read off random characters that represent icons */
|
|
35528
36117
|
margin-right: var(--Checkbox-gap);
|
35529
36118
|
}
|
35530
36119
|
|
35531
|
-
.amis-scope .cxd-Select.is-focused,
|
35532
|
-
.amis-scope .cxd-Select.is-opened {
|
36120
|
+
.amis-scope .cxd-Select.is-focused:not(.is-mobile),
|
36121
|
+
.amis-scope .cxd-Select.is-opened:not(.is-mobile) {
|
35533
36122
|
border-color: var(--Form-input-onFocused-borderColor);
|
35534
36123
|
color: var(--Form-select-onFocused-color);
|
35535
36124
|
}
|
@@ -35559,6 +36148,10 @@ readers do not read off random characters that represent icons */
|
|
35559
36148
|
fill: var(--Form-input-onHover-iconColor);
|
35560
36149
|
}
|
35561
36150
|
|
36151
|
+
.amis-scope .cxd-Select-popup {
|
36152
|
+
height: 20rem;
|
36153
|
+
}
|
36154
|
+
|
35562
36155
|
.amis-scope .cxd-Select-popover {
|
35563
36156
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
35564
36157
|
background: var(--Form-select-menu-bg);
|
@@ -35638,6 +36231,7 @@ readers do not read off random characters that represent icons */
|
|
35638
36231
|
height: var(--Form-input-height);
|
35639
36232
|
line-height: var(--Form-input-lineHeight);
|
35640
36233
|
font-size: var(--Form-input-fontSize);
|
36234
|
+
align-items: center;
|
35641
36235
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
35642
36236
|
}
|
35643
36237
|
|
@@ -35647,6 +36241,7 @@ readers do not read off random characters that represent icons */
|
|
35647
36241
|
}
|
35648
36242
|
|
35649
36243
|
.amis-scope .cxd-Selections-item > .cxd-Selections-dragbar {
|
36244
|
+
top: 0;
|
35650
36245
|
width: var(--gap-lg);
|
35651
36246
|
position: relative;
|
35652
36247
|
left: calc(var(--gap-xs) * -1);
|
@@ -35962,7 +36557,7 @@ readers do not read off random characters that represent icons */
|
|
35962
36557
|
}
|
35963
36558
|
|
35964
36559
|
.amis-scope .cxd-ColorPicker-popup {
|
35965
|
-
height:
|
36560
|
+
height: 25rem;
|
35966
36561
|
}
|
35967
36562
|
|
35968
36563
|
.amis-scope .cxd-ColorPicker:not(.is-disabled) {
|
@@ -36226,7 +36821,50 @@ readers do not read off random characters that represent icons */
|
|
36226
36821
|
}
|
36227
36822
|
|
36228
36823
|
.amis-scope .cxd-DatePicker-popup {
|
36229
|
-
height:
|
36824
|
+
height: 18.75rem;
|
36825
|
+
}
|
36826
|
+
|
36827
|
+
.amis-scope .cxd-DatePicker.is-mobile {
|
36828
|
+
border: 0;
|
36829
|
+
justify-content: flex-end;
|
36830
|
+
}
|
36831
|
+
|
36832
|
+
.amis-scope .cxd-DatePicker.is-mobile span:focus,
|
36833
|
+
.amis-scope .cxd-DatePicker.is-mobile a:focus {
|
36834
|
+
outline: unset;
|
36835
|
+
}
|
36836
|
+
|
36837
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value,
|
36838
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-clear {
|
36839
|
+
display: inline-flex;
|
36840
|
+
justify-content: flex-end;
|
36841
|
+
padding: 0 0;
|
36842
|
+
}
|
36843
|
+
|
36844
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-value {
|
36845
|
+
margin-right: var(--gap-xs);
|
36846
|
+
}
|
36847
|
+
|
36848
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-placeholder {
|
36849
|
+
flex-grow: unset;
|
36850
|
+
flex-basis: unset;
|
36851
|
+
}
|
36852
|
+
|
36853
|
+
.amis-scope .cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
|
36854
|
+
margin-top: -3px;
|
36855
|
+
}
|
36856
|
+
|
36857
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile {
|
36858
|
+
color: red;
|
36859
|
+
}
|
36860
|
+
|
36861
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
|
36862
|
+
width: 100%;
|
36863
|
+
}
|
36864
|
+
|
36865
|
+
.amis-scope .cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt .rdtPicker {
|
36866
|
+
width: 100%;
|
36867
|
+
padding: unset;
|
36230
36868
|
}
|
36231
36869
|
|
36232
36870
|
.amis-scope .rdt {
|
@@ -36763,7 +37401,7 @@ readers do not read off random characters that represent icons */
|
|
36763
37401
|
}
|
36764
37402
|
|
36765
37403
|
.amis-scope .cxd-DateRangePicker-popup {
|
36766
|
-
height:
|
37404
|
+
height: 25rem;
|
36767
37405
|
}
|
36768
37406
|
|
36769
37407
|
@media (min-width: 576px) {
|
@@ -38095,7 +38733,7 @@ readers do not read off random characters that represent icons */
|
|
38095
38733
|
}
|
38096
38734
|
|
38097
38735
|
.amis-scope .cxd-TreeSelect-popup {
|
38098
|
-
height:
|
38736
|
+
height: 25rem;
|
38099
38737
|
}
|
38100
38738
|
|
38101
38739
|
.amis-scope .cxd-TreeSelect-popover {
|
@@ -38916,25 +39554,52 @@ readers do not read off random characters that represent icons */
|
|
38916
39554
|
}
|
38917
39555
|
|
38918
39556
|
.amis-scope .cxd-Rating {
|
39557
|
+
display: flex;
|
39558
|
+
position: relative;
|
39559
|
+
align-items: center;
|
39560
|
+
justify-content: flex-start;
|
39561
|
+
flex-flow: row wrap;
|
39562
|
+
}
|
39563
|
+
|
39564
|
+
.amis-scope .cxd-Rating > ul {
|
39565
|
+
display: flex;
|
39566
|
+
padding: unset;
|
39567
|
+
margin: unset;
|
39568
|
+
align-items: center;
|
39569
|
+
justify-content: flex-start;
|
39570
|
+
flex-flow: row wrap;
|
39571
|
+
}
|
39572
|
+
|
39573
|
+
.amis-scope .cxd-Rating-star {
|
38919
39574
|
position: relative;
|
39575
|
+
margin-right: var(--Rating-star-margin);
|
38920
39576
|
overflow: hidden;
|
38921
39577
|
display: block;
|
38922
|
-
|
38923
|
-
|
38924
|
-
color: var(--dark);
|
39578
|
+
font-size: var(--Rating-star-size);
|
39579
|
+
line-height: 1;
|
38925
39580
|
cursor: pointer;
|
39581
|
+
user-select: none;
|
39582
|
+
color: var(--Rating-inactive-color);
|
39583
|
+
}
|
39584
|
+
|
39585
|
+
.amis-scope .cxd-Rating-star-half > svg.icon,
|
39586
|
+
.amis-scope .cxd-Rating-star > svg.icon {
|
39587
|
+
display: block;
|
39588
|
+
width: 1.5rem;
|
39589
|
+
height: 1.5rem;
|
39590
|
+
top: 0;
|
38926
39591
|
}
|
38927
39592
|
|
38928
|
-
.amis-scope .cxd-Rating
|
38929
|
-
|
39593
|
+
.amis-scope .cxd-Rating-star:last-of-type {
|
39594
|
+
margin-right: 0;
|
38930
39595
|
}
|
38931
39596
|
|
38932
|
-
.amis-scope .cxd-Rating.is-disabled {
|
39597
|
+
.amis-scope .cxd-Rating-star.is-disabled {
|
38933
39598
|
cursor: not-allowed;
|
38934
39599
|
pointer-events: none;
|
38935
39600
|
}
|
38936
39601
|
|
38937
|
-
.amis-scope .cxd-Rating-half
|
39602
|
+
.amis-scope .cxd-Rating-star-half {
|
38938
39603
|
position: absolute;
|
38939
39604
|
overflow: hidden;
|
38940
39605
|
display: block;
|
@@ -38942,8 +39607,20 @@ readers do not read off random characters that represent icons */
|
|
38942
39607
|
top: 0;
|
38943
39608
|
left: 0;
|
38944
39609
|
width: 50%;
|
38945
|
-
|
38946
|
-
|
39610
|
+
}
|
39611
|
+
|
39612
|
+
.amis-scope .cxd-Rating-text {
|
39613
|
+
font-size: var(--fontSizeSm);
|
39614
|
+
color: var(--text-color);
|
39615
|
+
font-weight: var(--fontWeightNormal);
|
39616
|
+
}
|
39617
|
+
|
39618
|
+
.amis-scope .cxd-Rating-text--left {
|
39619
|
+
margin-right: var(--Rating-star-margin);
|
39620
|
+
}
|
39621
|
+
|
39622
|
+
.amis-scope .cxd-Rating-text--right {
|
39623
|
+
margin-left: var(--Rating-star-margin);
|
38947
39624
|
}
|
38948
39625
|
|
38949
39626
|
.amis-scope .cxd-RatingControl {
|
@@ -39182,6 +39859,10 @@ readers do not read off random characters that represent icons */
|
|
39182
39859
|
flex-direction: column;
|
39183
39860
|
}
|
39184
39861
|
|
39862
|
+
.amis-scope .cxd-TransferDropDown-content.is-mobile {
|
39863
|
+
width: 100%;
|
39864
|
+
}
|
39865
|
+
|
39185
39866
|
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
39186
39867
|
flex-grow: 1;
|
39187
39868
|
max-height: 100%;
|
@@ -39283,6 +39964,125 @@ readers do not read off random characters that represent icons */
|
|
39283
39964
|
border-bottom: 0.0625rem solid #eceff8;
|
39284
39965
|
}
|
39285
39966
|
|
39967
|
+
.amis-scope .cxd-NestedSelect-popup {
|
39968
|
+
height: 28.75rem;
|
39969
|
+
}
|
39970
|
+
|
39971
|
+
.amis-scope .cxd-Cascader-tabs {
|
39972
|
+
display: flex;
|
39973
|
+
}
|
39974
|
+
|
39975
|
+
.amis-scope .cxd-Cascader-tabs.scrollable {
|
39976
|
+
display: block;
|
39977
|
+
overflow-x: auto;
|
39978
|
+
white-space: nowrap;
|
39979
|
+
}
|
39980
|
+
|
39981
|
+
.amis-scope .cxd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
39982
|
+
display: none;
|
39983
|
+
}
|
39984
|
+
|
39985
|
+
.amis-scope .cxd-Cascader-tab {
|
39986
|
+
flex: 1;
|
39987
|
+
width: calc((100vw - 20px) / 3);
|
39988
|
+
height: 23.125rem;
|
39989
|
+
overflow-y: auto;
|
39990
|
+
display: inline-block;
|
39991
|
+
}
|
39992
|
+
|
39993
|
+
.amis-scope .cxd-Cascader-tab::-webkit-scrollbar {
|
39994
|
+
display: none;
|
39995
|
+
}
|
39996
|
+
|
39997
|
+
.amis-scope .cxd-Cascader {
|
39998
|
+
width: 100%;
|
39999
|
+
padding: 0 10px;
|
40000
|
+
}
|
40001
|
+
|
40002
|
+
.amis-scope .cxd-Cascader-Nav {
|
40003
|
+
overflow-x: auto;
|
40004
|
+
}
|
40005
|
+
|
40006
|
+
.amis-scope .cxd-Cascader-NavItem {
|
40007
|
+
display: inline-block;
|
40008
|
+
margin-right: 0.625rem;
|
40009
|
+
list-style: none;
|
40010
|
+
cursor: pointer;
|
40011
|
+
user-select: none;
|
40012
|
+
padding: 0 0.375rem;
|
40013
|
+
}
|
40014
|
+
|
40015
|
+
.amis-scope .cxd-Cascader-btnGroup {
|
40016
|
+
display: flex;
|
40017
|
+
justify-content: space-between;
|
40018
|
+
align-items: center;
|
40019
|
+
height: 3.75rem;
|
40020
|
+
}
|
40021
|
+
|
40022
|
+
.amis-scope .cxd-Cascader-options {
|
40023
|
+
box-sizing: border-box;
|
40024
|
+
height: var(--Cascader-option-height);
|
40025
|
+
padding-top: 0.375rem;
|
40026
|
+
overflow-y: auto;
|
40027
|
+
-webkit-overflow-scrolling: touch;
|
40028
|
+
margin: 0;
|
40029
|
+
padding: 0;
|
40030
|
+
}
|
40031
|
+
|
40032
|
+
.amis-scope .cxd-Cascader-option {
|
40033
|
+
display: flex;
|
40034
|
+
align-items: center;
|
40035
|
+
justify-content: space-between;
|
40036
|
+
padding: 0.375rem 0;
|
40037
|
+
font-size: var(--fontSizeMd);
|
40038
|
+
line-height: var(--Cascader-option-lineHeight);
|
40039
|
+
cursor: pointer;
|
40040
|
+
position: relative;
|
40041
|
+
}
|
40042
|
+
|
40043
|
+
.amis-scope .cxd-Cascader-option.selected span {
|
40044
|
+
color: var(--primary);
|
40045
|
+
}
|
40046
|
+
|
40047
|
+
.amis-scope .cxd-Cascader-option.disabled span {
|
40048
|
+
color: gray;
|
40049
|
+
}
|
40050
|
+
|
40051
|
+
.amis-scope .cxd-Cascader-option--text {
|
40052
|
+
white-space: nowrap;
|
40053
|
+
overflow: hidden;
|
40054
|
+
text-overflow: ellipsis;
|
40055
|
+
user-select: none;
|
40056
|
+
}
|
40057
|
+
|
40058
|
+
.amis-scope .cxd-Cascader-option-selectedNum {
|
40059
|
+
min-width: 1rem;
|
40060
|
+
height: 1rem;
|
40061
|
+
line-height: 1rem;
|
40062
|
+
border-radius: 100%;
|
40063
|
+
text-align: center;
|
40064
|
+
background: var(--Form-select-menu-onActive-color);
|
40065
|
+
color: var(--white) !important;
|
40066
|
+
font-size: var(--fontSizeSm);
|
40067
|
+
display: inline-block;
|
40068
|
+
position: absolute;
|
40069
|
+
right: 0;
|
40070
|
+
top: 50%;
|
40071
|
+
transform: translateY(-50%);
|
40072
|
+
}
|
40073
|
+
|
40074
|
+
.amis-scope .cxd-Cascader-icon {
|
40075
|
+
color: var(--primary);
|
40076
|
+
}
|
40077
|
+
|
40078
|
+
.amis-scope .cxd-Cascader-tab {
|
40079
|
+
padding: 0;
|
40080
|
+
}
|
40081
|
+
|
40082
|
+
.amis-scope .cxd-Cascader-btnCancel {
|
40083
|
+
color: var(--PopUp-cancelAction-color);
|
40084
|
+
}
|
40085
|
+
|
39286
40086
|
.amis-scope .cxd-IconPickerControl {
|
39287
40087
|
position: relative;
|
39288
40088
|
max-width: 100%;
|
@@ -39941,6 +40741,176 @@ readers do not read off random characters that represent icons */
|
|
39941
40741
|
width: 10%;
|
39942
40742
|
}
|
39943
40743
|
|
40744
|
+
/* 移动端样式调整 */
|
40745
|
+
|
40746
|
+
@media (max-width: 767px) {
|
40747
|
+
.amis-scope .cxd-Form .cxd-Form-item {
|
40748
|
+
display: flex;
|
40749
|
+
flex-wrap: wrap;
|
40750
|
+
margin-bottom: 0;
|
40751
|
+
padding: var(--Form-item-gap) 0;
|
40752
|
+
position: relative;
|
40753
|
+
}
|
40754
|
+
|
40755
|
+
.amis-scope .cxd-Form .cxd-Form-item::after {
|
40756
|
+
position: absolute;
|
40757
|
+
box-sizing: border-box;
|
40758
|
+
content: " ";
|
40759
|
+
pointer-events: none;
|
40760
|
+
right: 0;
|
40761
|
+
bottom: 0;
|
40762
|
+
left: 0;
|
40763
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
40764
|
+
transform: scaleY(0.5);
|
40765
|
+
}
|
40766
|
+
|
40767
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
|
40768
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-addOn {
|
40769
|
+
border: none;
|
40770
|
+
}
|
40771
|
+
|
40772
|
+
.amis-scope .cxd-Form .cxd-Form-item > .cxd-Form-label {
|
40773
|
+
flex: 0 0 28%;
|
40774
|
+
max-width: 28%;
|
40775
|
+
min-height: 1px;
|
40776
|
+
text-align: left;
|
40777
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
40778
|
+
overflow-wrap: break-word;
|
40779
|
+
margin-right: 0;
|
40780
|
+
margin-bottom: 0;
|
40781
|
+
font-size: var(--fontSizeLg);
|
40782
|
+
}
|
40783
|
+
|
40784
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
|
40785
|
+
font-size: var(--fontSizeBase);
|
40786
|
+
}
|
40787
|
+
|
40788
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
|
40789
|
+
font-size: var(--fontSizeLg);
|
40790
|
+
}
|
40791
|
+
|
40792
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
|
40793
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
40794
|
+
}
|
40795
|
+
|
40796
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value,
|
40797
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control {
|
40798
|
+
flex: 1;
|
40799
|
+
flex-wrap: wrap;
|
40800
|
+
font-size: var(--fontSizeLg);
|
40801
|
+
}
|
40802
|
+
|
40803
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
|
40804
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
|
40805
|
+
background: transparent;
|
40806
|
+
}
|
40807
|
+
|
40808
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint,
|
40809
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-remark,
|
40810
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static,
|
40811
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
|
40812
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-SwitchControl,
|
40813
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxControl,
|
40814
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-RadiosControl,
|
40815
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
|
40816
|
+
padding-top: 0;
|
40817
|
+
padding-bottom: 0;
|
40818
|
+
}
|
40819
|
+
|
40820
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
|
40821
|
+
height: var(--Form-input-height);
|
40822
|
+
}
|
40823
|
+
|
40824
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
|
40825
|
+
font-size: var(--fontSizeBase);
|
40826
|
+
margin-left: 0;
|
40827
|
+
color: var(--text--muted-color);
|
40828
|
+
}
|
40829
|
+
|
40830
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
|
40831
|
+
top: 0;
|
40832
|
+
}
|
40833
|
+
|
40834
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static {
|
40835
|
+
min-height: 0;
|
40836
|
+
}
|
40837
|
+
|
40838
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
|
40839
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
|
40840
|
+
font-size: var(--fontSizeBase);
|
40841
|
+
}
|
40842
|
+
|
40843
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
|
40844
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
40845
|
+
border: none;
|
40846
|
+
}
|
40847
|
+
|
40848
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
|
40849
|
+
height: var(--Form-input-height);
|
40850
|
+
}
|
40851
|
+
|
40852
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker {
|
40853
|
+
padding: 0;
|
40854
|
+
border: none;
|
40855
|
+
}
|
40856
|
+
|
40857
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
|
40858
|
+
display: none;
|
40859
|
+
}
|
40860
|
+
|
40861
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
|
40862
|
+
margin-bottom: var(--gap-xs);
|
40863
|
+
}
|
40864
|
+
|
40865
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea,
|
40866
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
40867
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
40868
|
+
border: none;
|
40869
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40870
|
+
box-shadow: none;
|
40871
|
+
}
|
40872
|
+
|
40873
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:hover,
|
40874
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:focus,
|
40875
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea.active,
|
40876
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
40877
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
40878
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
40879
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
40880
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
40881
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
40882
|
+
border: none;
|
40883
|
+
outline: none;
|
40884
|
+
outline-style: none;
|
40885
|
+
}
|
40886
|
+
|
40887
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
|
40888
|
+
padding: 0;
|
40889
|
+
min-height: 0;
|
40890
|
+
}
|
40891
|
+
|
40892
|
+
.amis-scope .cxd-Form .cxd-Form-groupColumn {
|
40893
|
+
margin-bottom: 0;
|
40894
|
+
}
|
40895
|
+
|
40896
|
+
.amis-scope .cxd-Form .cxd-Divider {
|
40897
|
+
display: none;
|
40898
|
+
}
|
40899
|
+
|
40900
|
+
.amis-scope .cxd-Form .cxd-Tabs-pane {
|
40901
|
+
padding: 0;
|
40902
|
+
}
|
40903
|
+
|
40904
|
+
.amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
|
40905
|
+
.amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
|
40906
|
+
display: none;
|
40907
|
+
}
|
40908
|
+
|
40909
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
40910
|
+
padding-bottom: var(--Form-input-paddingX);
|
40911
|
+
}
|
40912
|
+
}
|
40913
|
+
|
39944
40914
|
.amis-scope .cxd-AnchorNav {
|
39945
40915
|
display: flex;
|
39946
40916
|
height: 25rem;
|
@@ -40334,20 +41304,29 @@ readers do not read off random characters that represent icons */
|
|
40334
41304
|
box-sizing: content-box;
|
40335
41305
|
}
|
40336
41306
|
|
41307
|
+
.amis-scope .cxd-FormulaEditor-content {
|
41308
|
+
border-radius: var(--borderRadius);
|
41309
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
41310
|
+
}
|
41311
|
+
|
40337
41312
|
.amis-scope .cxd-FormulaEditor-header {
|
40338
41313
|
width: 100%;
|
40339
|
-
height:
|
40340
|
-
line-height:
|
40341
|
-
padding
|
41314
|
+
height: 1.875rem;
|
41315
|
+
line-height: 1.875rem;
|
41316
|
+
padding: 0 0.625rem;
|
40342
41317
|
box-sizing: border-box;
|
40343
|
-
background:
|
41318
|
+
background: var(--Formula-header-bgColor);
|
41319
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
41320
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
41321
|
+
font-weight: 500;
|
40344
41322
|
}
|
40345
41323
|
|
40346
41324
|
.amis-scope .cxd-FormulaEditor-editor {
|
40347
41325
|
min-height: 14.875rem;
|
40348
41326
|
max-height: 20rem;
|
40349
41327
|
height: auto;
|
40350
|
-
|
41328
|
+
padding: 0.625rem;
|
41329
|
+
padding-right: 0;
|
40351
41330
|
}
|
40352
41331
|
|
40353
41332
|
.amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
|
@@ -40433,7 +41412,7 @@ readers do not read off random characters that represent icons */
|
|
40433
41412
|
}
|
40434
41413
|
|
40435
41414
|
.amis-scope .cxd-FormulaFuncList-funcItem.is-active {
|
40436
|
-
|
41415
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
40437
41416
|
}
|
40438
41417
|
|
40439
41418
|
.amis-scope .cxd-FormulaFuncList-groupTitle {
|
@@ -40449,8 +41428,211 @@ readers do not read off random characters that represent icons */
|
|
40449
41428
|
padding: 10px 20px;
|
40450
41429
|
}
|
40451
41430
|
|
41431
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail pre {
|
41432
|
+
white-space: pre-wrap;
|
41433
|
+
word-wrap: break-word;
|
41434
|
+
background: var(--Formula-header-bgColor);
|
41435
|
+
padding: 0.625rem;
|
41436
|
+
border-radius: var(--borderRadius);
|
41437
|
+
margin-top: 0;
|
41438
|
+
}
|
41439
|
+
|
41440
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail div {
|
41441
|
+
color: var(--text--loud-color);
|
41442
|
+
}
|
41443
|
+
|
40452
41444
|
.amis-scope .cxd-FormulaPicker-icon {
|
40453
41445
|
margin-left: auto;
|
41446
|
+
margin-right: 0.3125rem;
|
41447
|
+
}
|
41448
|
+
|
41449
|
+
.amis-scope .cxd-Timeline-vertical {
|
41450
|
+
display: flex;
|
41451
|
+
flex-flow: column;
|
41452
|
+
}
|
41453
|
+
|
41454
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem {
|
41455
|
+
display: flex;
|
41456
|
+
flex: 1;
|
41457
|
+
flex-direction: row;
|
41458
|
+
}
|
41459
|
+
|
41460
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41461
|
+
display: none;
|
41462
|
+
}
|
41463
|
+
|
41464
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle {
|
41465
|
+
position: relative;
|
41466
|
+
flex: var(--TimelineItem--axle-flex);
|
41467
|
+
}
|
41468
|
+
|
41469
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41470
|
+
position: absolute;
|
41471
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
41472
|
+
width: var(--TimelineItem--left-line-width);
|
41473
|
+
left: var(--TimelineItem--left-line-left);
|
41474
|
+
top: var(--TimelineItem--left-line-top);
|
41475
|
+
background-color: var(--TimelineItem--line-bg);
|
41476
|
+
}
|
41477
|
+
|
41478
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
41479
|
+
position: absolute;
|
41480
|
+
width: var(--TimelineItem--round-width);
|
41481
|
+
height: var(--TimelineItem--round-height);
|
41482
|
+
left: var(--TimelineItem--round-left);
|
41483
|
+
top: var(--TimelineItem--round-top);
|
41484
|
+
background: var(--TimelineItem-round-bg);
|
41485
|
+
border-radius: var(--TimelineItem--round-radius);
|
41486
|
+
}
|
41487
|
+
|
41488
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
41489
|
+
background: var(--Timeline--danger-bg);
|
41490
|
+
}
|
41491
|
+
|
41492
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
41493
|
+
background: var(--Timeline--info-bg);
|
41494
|
+
}
|
41495
|
+
|
41496
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
41497
|
+
background: var(--Timeline--success-bg);
|
41498
|
+
}
|
41499
|
+
|
41500
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
41501
|
+
background: var(--Timeline--warning-bg);
|
41502
|
+
}
|
41503
|
+
|
41504
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
41505
|
+
position: absolute;
|
41506
|
+
width: var(--TimelineItem--icon-width);
|
41507
|
+
height: var(--TimelineItem--icon-height);
|
41508
|
+
left: var(--TimelineItem--icon-left);
|
41509
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41510
|
+
}
|
41511
|
+
|
41512
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content {
|
41513
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
41514
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
41515
|
+
}
|
41516
|
+
|
41517
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
|
41518
|
+
color: var(--TimelineItem--text-secondary-color);
|
41519
|
+
font-size: var(--Timeline--font-size);
|
41520
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
41521
|
+
}
|
41522
|
+
|
41523
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
|
41524
|
+
color: var(--TimelineItem--text-primary-color);
|
41525
|
+
font-size: var(--Timeline--font-size);
|
41526
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
41527
|
+
}
|
41528
|
+
|
41529
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
|
41530
|
+
display: flex;
|
41531
|
+
cursor: pointer;
|
41532
|
+
align-items: center;
|
41533
|
+
font-size: var(--Timeline--font-size);
|
41534
|
+
color: var(--TimelineItem--detail-button-color);
|
41535
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
41536
|
+
}
|
41537
|
+
|
41538
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
|
41539
|
+
width: var(--TimelineItem-detail-arrow-width);
|
41540
|
+
height: var(--TimelineItem-detail-arrow-width);
|
41541
|
+
}
|
41542
|
+
|
41543
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
|
41544
|
+
transform: rotateX(180deg);
|
41545
|
+
}
|
41546
|
+
|
41547
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
41548
|
+
display: block;
|
41549
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
41550
|
+
font-size: var(--Timeline--font-size);
|
41551
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
41552
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
41553
|
+
}
|
41554
|
+
|
41555
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
|
41556
|
+
display: none;
|
41557
|
+
}
|
41558
|
+
|
41559
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-left .cxd-TimelineItem {
|
41560
|
+
flex-direction: row-reverse;
|
41561
|
+
}
|
41562
|
+
|
41563
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
|
41564
|
+
flex-direction: row-reverse;
|
41565
|
+
max-width: 50%;
|
41566
|
+
}
|
41567
|
+
|
41568
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
|
41569
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
41570
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
41571
|
+
}
|
41572
|
+
|
41573
|
+
.amis-scope .cxd-Timeline-horizontal {
|
41574
|
+
display: flex;
|
41575
|
+
flex-flow: row;
|
41576
|
+
margin-left: 50%;
|
41577
|
+
transform: translateX(-50%);
|
41578
|
+
}
|
41579
|
+
|
41580
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem {
|
41581
|
+
display: flex;
|
41582
|
+
width: -webkit-fill-available;
|
41583
|
+
flex-flow: column;
|
41584
|
+
}
|
41585
|
+
|
41586
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41587
|
+
display: none;
|
41588
|
+
}
|
41589
|
+
|
41590
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle {
|
41591
|
+
position: relative;
|
41592
|
+
flex: var(--TimelineItem--axle-flex);
|
41593
|
+
}
|
41594
|
+
|
41595
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
41596
|
+
position: absolute;
|
41597
|
+
height: var(--TimelineItem--left-line-width);
|
41598
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
41599
|
+
left: var(--TimelineItem--left-line-top);
|
41600
|
+
top: var(--TimelineItem--left-line-left);
|
41601
|
+
background-color: var(--TimelineItem--line-bg);
|
41602
|
+
}
|
41603
|
+
|
41604
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
41605
|
+
position: absolute;
|
41606
|
+
width: var(--TimelineItem--round-width);
|
41607
|
+
height: var(--TimelineItem--round-height);
|
41608
|
+
left: var(--TimelineItem--round-top);
|
41609
|
+
top: var(--TimelineItem--round-left);
|
41610
|
+
background: var(--TimelineItem-round-bg);
|
41611
|
+
border-radius: var(--TimelineItem--round-radius);
|
41612
|
+
}
|
41613
|
+
|
41614
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
41615
|
+
background: var(--Timeline--danger-bg);
|
41616
|
+
}
|
41617
|
+
|
41618
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
41619
|
+
background: var(--Timeline--info-bg);
|
41620
|
+
}
|
41621
|
+
|
41622
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
41623
|
+
background: var(--Timeline--success-bg);
|
41624
|
+
}
|
41625
|
+
|
41626
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
41627
|
+
background: var(--Timeline--warning-bg);
|
41628
|
+
}
|
41629
|
+
|
41630
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
41631
|
+
position: absolute;
|
41632
|
+
width: var(--TimelineItem--icon-width);
|
41633
|
+
height: var(--TimelineItem--icon-height);
|
41634
|
+
left: var(--TimelineItem--icon-left);
|
41635
|
+
border-radius: var(--TimelineItem--icon-radius);
|
40454
41636
|
}
|
40455
41637
|
|
40456
41638
|
/*
|
@@ -42878,18 +44060,6 @@ readers do not read off random characters that represent icons */
|
|
42878
44060
|
border: none;
|
42879
44061
|
}
|
42880
44062
|
|
42881
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
42882
|
-
border: none;
|
42883
|
-
}
|
42884
|
-
|
42885
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li {
|
42886
|
-
color: #151a26;
|
42887
|
-
}
|
42888
|
-
|
42889
|
-
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li.is-disabled {
|
42890
|
-
color: #b4b6ba;
|
42891
|
-
}
|
42892
|
-
|
42893
44063
|
.amis-scope .cxd-Toast .cxd-Toast-icon {
|
42894
44064
|
margin-right: 0.5rem;
|
42895
44065
|
}
|