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/antd.css
CHANGED
@@ -19842,6 +19842,12 @@ readers do not read off random characters that represent icons */
|
|
19842
19842
|
--Audio-volumeControl-width: 6.875rem;
|
19843
19843
|
--Avatar-bg: #d1d5db;
|
19844
19844
|
--Avatar-width: 2.5rem;
|
19845
|
+
--Avatar-size-large: 3rem;
|
19846
|
+
--Avatar-size-default: var(--Avatar-width);
|
19847
|
+
--Avatar-size-small: 2rem;
|
19848
|
+
--Avatar-icon-size-large: 1.25rem;
|
19849
|
+
--Avatar-icon-size-default: var(--fontSizeLg);
|
19850
|
+
--Avatar-icon-size-small: 0.75rem;
|
19845
19851
|
--Badge-size: var(--gap-md);
|
19846
19852
|
--Badge-color: var(--white);
|
19847
19853
|
--Badge--success-bg: var(--success);
|
@@ -20277,10 +20283,11 @@ readers do not read off random characters that represent icons */
|
|
20277
20283
|
--DropDown-menu-paddingX: 0;
|
20278
20284
|
--DropDown-menu-paddingY: var(--gap-xs);
|
20279
20285
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
20280
|
-
--DropDown-
|
20286
|
+
--DropDown-group-color: #848b99;
|
20287
|
+
--DropDown-menuItem-color: #151a26;
|
20281
20288
|
--DropDown-menuItem-onHover-color: var(--primary);
|
20282
20289
|
--DropDown-menuItem-onActive-color: var(--primary);
|
20283
|
-
--DropDown-menuItem-onDisabled-color:
|
20290
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
20284
20291
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
20285
20292
|
--DropDown-menuItem-paddingY: calc(
|
20286
20293
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -20704,11 +20711,12 @@ readers do not read off random characters that represent icons */
|
|
20704
20711
|
--PickerColumns-bg: white;
|
20705
20712
|
--PickerColumns-toolbar-height: 3.125rem;
|
20706
20713
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20714
|
+
--PickerColumns-title-color: #222;
|
20707
20715
|
--PickerColumns-title-lineHeight: 1.5;
|
20708
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
20709
|
-
--PickerColumns-action-fontSize: var(--
|
20710
|
-
--PickerColumns-confirmAction-color:
|
20711
|
-
--PickerColumns-cancelAction-color:
|
20716
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
20717
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
20718
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
20719
|
+
--PickerColumns-cancelAction-color: #666;
|
20712
20720
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20713
20721
|
--PickerColumns-optionText-color: var(--text-color);
|
20714
20722
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -20717,6 +20725,7 @@ readers do not read off random characters that represent icons */
|
|
20717
20725
|
--PopOver-bg: white;
|
20718
20726
|
--PopOverAble-iconColor: inherit;
|
20719
20727
|
--PopOverAble-onHover-iconColor: inherit;
|
20728
|
+
--PopUp-cancelAction-color: #666;
|
20720
20729
|
--Property-title-bg: #f2f2f2;
|
20721
20730
|
--Property-label-bg: #f7f7f7;
|
20722
20731
|
--Portlet-borderColor: var(--borderColor);
|
@@ -20752,7 +20761,9 @@ readers do not read off random characters that represent icons */
|
|
20752
20761
|
--ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
|
20753
20762
|
--ResultBox-value-bg: #f5f5f5;
|
20754
20763
|
--ResultBox-value-color: #000;
|
20755
|
-
--Rating-
|
20764
|
+
--Rating-inactive-color: #e6e6e8;
|
20765
|
+
--Rating-star-margin: 0.5rem;
|
20766
|
+
--Rating-star-size: 1.5rem;
|
20756
20767
|
--Satus-icon-width: var(--gap-lg);
|
20757
20768
|
--Satus-icon-height: var(--Satus-icon-width);
|
20758
20769
|
--Sparkline-line-color: var(--info);
|
@@ -21115,6 +21126,41 @@ readers do not read off random characters that represent icons */
|
|
21115
21126
|
--Table-onChecked-color: var(--Table-color);
|
21116
21127
|
--Table-onChecked-borderColor: var(--Table-borderColor);
|
21117
21128
|
--Switch-bgColor: #bfbfbf;
|
21129
|
+
--TimelineItem--axle-flex: 0 0 1.5rem;
|
21130
|
+
--TimelineItem--left-line-width: 0.125rem;
|
21131
|
+
--TimelineItem--left-line-left: 0.8125rem;
|
21132
|
+
--TimelineItem--left-line-top: 1.25rem;
|
21133
|
+
--TimelineItem--round-width: 0.5rem;
|
21134
|
+
--TimelineItem--round-height: 0.5rem;
|
21135
|
+
--TimelineItem--round-left: 0.625rem;
|
21136
|
+
--TimelineItem--round-top: 0.5rem;
|
21137
|
+
--TimelineItem--icon-width: 1rem;
|
21138
|
+
--TimelineItem--icon-height: 1rem;
|
21139
|
+
--TimelineItem--icon-left: 0.375rem;
|
21140
|
+
--TimelineItem--content-padding-bottom: 1rem;
|
21141
|
+
--TimelineItem--content-margin-left: 0.5rem;
|
21142
|
+
--TimelineItem--content-time-margin-bottom: 0.25rem;
|
21143
|
+
--TimelineItem--content-title-margin-bottom: 0.25rem;
|
21144
|
+
--TimelineItem--detail-button-margin-bottom: 0.5rem;
|
21145
|
+
--TimelineItem-detail-arrow-width: 1rem;
|
21146
|
+
--TimelineItem-detail-visible-padding: 0.625rem;
|
21147
|
+
--TimelineItem-detail-visible-max-width: 18.75rem;
|
21148
|
+
--Timeline-alternate-margin-left: 1.5rem;
|
21149
|
+
--TimelineItem--icon-radius: 50%;
|
21150
|
+
--TimelineItem--round-radius: 50%;
|
21151
|
+
--TimelineItem--content-radius: 0.125rem;
|
21152
|
+
--TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0 rgba(0 0 0 / 10%);
|
21153
|
+
--TimelineItem--font-size: 0.75rem;
|
21154
|
+
--TimelineItem--text-primary-color: #151a26;
|
21155
|
+
--TimelineItem--text-secondary-color: #83868c;
|
21156
|
+
--TimelineItem--detail-button-color: var(--primary);
|
21157
|
+
--TimelineItem--line-bg: #e6e6e8;
|
21158
|
+
--TimelineItem--content-bg: #f2f2f4;
|
21159
|
+
--TimelineItem-round-bg: #dadbdd;
|
21160
|
+
--Timeline--success-bg: var(--success);
|
21161
|
+
--Timeline--info-bg: var(--info);
|
21162
|
+
--Timeline--warning-bg: var(--warning);
|
21163
|
+
--Timeline--danger-bg: var(--danger);
|
21118
21164
|
}
|
21119
21165
|
|
21120
21166
|
/* Reset
|
@@ -23639,9 +23685,10 @@ readers do not read off random characters that represent icons */
|
|
23639
23685
|
|
23640
23686
|
.amis-scope .antd-Avatar {
|
23641
23687
|
background: var(--Avatar-bg);
|
23642
|
-
width: var(--Avatar-
|
23643
|
-
height: var(--Avatar-
|
23644
|
-
line-height: var(--Avatar-
|
23688
|
+
width: var(--Avatar-size-default);
|
23689
|
+
height: var(--Avatar-size-default);
|
23690
|
+
line-height: var(--Avatar-size-default);
|
23691
|
+
position: relative;
|
23645
23692
|
display: inline-block;
|
23646
23693
|
overflow: hidden;
|
23647
23694
|
flex-shrink: 0;
|
@@ -23649,6 +23696,36 @@ readers do not read off random characters that represent icons */
|
|
23649
23696
|
text-align: center;
|
23650
23697
|
}
|
23651
23698
|
|
23699
|
+
.amis-scope .antd-Avatar i {
|
23700
|
+
font-size: var(--Avatar-icon-size-default);
|
23701
|
+
}
|
23702
|
+
|
23703
|
+
.amis-scope .antd-Avatar--lg {
|
23704
|
+
width: var(--Avatar-size-large);
|
23705
|
+
height: var(--Avatar-size-large);
|
23706
|
+
line-height: var(--Avatar-size-large);
|
23707
|
+
}
|
23708
|
+
|
23709
|
+
.amis-scope .antd-Avatar--lg i {
|
23710
|
+
font-size: var(--Avatar-icon-size-large);
|
23711
|
+
}
|
23712
|
+
|
23713
|
+
.amis-scope .antd-Avatar--sm {
|
23714
|
+
width: var(--Avatar-size-small);
|
23715
|
+
height: var(--Avatar-size-small);
|
23716
|
+
line-height: var(--Avatar-size-small);
|
23717
|
+
}
|
23718
|
+
|
23719
|
+
.amis-scope .antd-Avatar--sm i {
|
23720
|
+
font-size: var(--Avatar-icon-size-small);
|
23721
|
+
}
|
23722
|
+
|
23723
|
+
.amis-scope .antd-Avatar--text {
|
23724
|
+
position: absolute;
|
23725
|
+
left: 50%;
|
23726
|
+
transform-origin: 0 center;
|
23727
|
+
}
|
23728
|
+
|
23652
23729
|
.amis-scope .antd-Avatar--square {
|
23653
23730
|
border-radius: 0%;
|
23654
23731
|
}
|
@@ -23657,15 +23734,9 @@ readers do not read off random characters that represent icons */
|
|
23657
23734
|
border-radius: 10%;
|
23658
23735
|
}
|
23659
23736
|
|
23660
|
-
.amis-scope .antd-Avatar i {
|
23661
|
-
font-size: var(--fontSizeLg);
|
23662
|
-
}
|
23663
|
-
|
23664
23737
|
.amis-scope .antd-Avatar img {
|
23665
|
-
color: transparent;
|
23666
23738
|
width: 100%;
|
23667
23739
|
height: 100%;
|
23668
|
-
object-fit: cover;
|
23669
23740
|
}
|
23670
23741
|
|
23671
23742
|
.amis-scope .antd-Avatar:hover img,
|
@@ -24079,6 +24150,23 @@ readers do not read off random characters that represent icons */
|
|
24079
24150
|
overflow: auto;
|
24080
24151
|
}
|
24081
24152
|
|
24153
|
+
/* 移动端样式调整 */
|
24154
|
+
|
24155
|
+
@media (max-width: 767px) {
|
24156
|
+
.amis-scope .antd-Modal .antd-Modal-footer {
|
24157
|
+
display: flex;
|
24158
|
+
}
|
24159
|
+
|
24160
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button {
|
24161
|
+
flex: 1;
|
24162
|
+
height: 2.75rem;
|
24163
|
+
}
|
24164
|
+
|
24165
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button:first-child {
|
24166
|
+
margin-left: 0;
|
24167
|
+
}
|
24168
|
+
}
|
24169
|
+
|
24082
24170
|
.amis-scope .antd-Drawer {
|
24083
24171
|
position: fixed;
|
24084
24172
|
top: 0;
|
@@ -24756,6 +24844,7 @@ readers do not read off random characters that represent icons */
|
|
24756
24844
|
|
24757
24845
|
.amis-scope .antd-PopUp {
|
24758
24846
|
width: 100%;
|
24847
|
+
height: 25rem;
|
24759
24848
|
position: fixed;
|
24760
24849
|
background: var(--PopOver-bg);
|
24761
24850
|
left: 0;
|
@@ -24810,27 +24899,51 @@ readers do not read off random characters that represent icons */
|
|
24810
24899
|
height: 100%;
|
24811
24900
|
box-sizing: border-box;
|
24812
24901
|
background: #fff;
|
24813
|
-
|
24902
|
+
display: flex;
|
24903
|
+
flex-direction: column;
|
24814
24904
|
}
|
24815
24905
|
|
24816
24906
|
.amis-scope .antd-PopUp-closeWrap {
|
24817
|
-
|
24818
|
-
|
24819
|
-
|
24820
|
-
|
24907
|
+
position: relative;
|
24908
|
+
text-align: center;
|
24909
|
+
height: 3rem;
|
24910
|
+
line-height: 3rem;
|
24821
24911
|
}
|
24822
24912
|
|
24823
|
-
.amis-scope .antd-PopUp-close {
|
24824
|
-
|
24825
|
-
|
24826
|
-
|
24913
|
+
.amis-scope .antd-PopUp-closeWrap .antd-PopUp-close {
|
24914
|
+
position: absolute;
|
24915
|
+
z-index: 1;
|
24916
|
+
color: var(--icon-color);
|
24827
24917
|
cursor: pointer;
|
24918
|
+
top: 0.9375rem;
|
24919
|
+
right: 0.9375rem;
|
24920
|
+
}
|
24921
|
+
|
24922
|
+
.amis-scope .antd-PopUp-toolbar {
|
24923
|
+
display: flex;
|
24924
|
+
align-items: center;
|
24925
|
+
justify-content: space-between;
|
24926
|
+
height: 3.75rem;
|
24927
|
+
}
|
24928
|
+
|
24929
|
+
.amis-scope .antd-PopUp-title {
|
24930
|
+
font-size: var(--fontSizeMd);
|
24931
|
+
}
|
24932
|
+
|
24933
|
+
.amis-scope .antd-PopUp-cancel {
|
24934
|
+
color: var(--PopUp-cancelAction-color);
|
24935
|
+
margin-left: var(--gap-sm);
|
24936
|
+
}
|
24937
|
+
|
24938
|
+
.amis-scope .antd-PopUp-confirm {
|
24939
|
+
margin-right: var(--gap-sm);
|
24828
24940
|
}
|
24829
24941
|
|
24830
24942
|
.amis-scope .antd-PopUp-content {
|
24831
24943
|
overflow-y: auto;
|
24832
24944
|
height: 100%;
|
24833
24945
|
display: flex;
|
24946
|
+
flex: 1;
|
24834
24947
|
}
|
24835
24948
|
|
24836
24949
|
.amis-scope .antd-PopUp > * {
|
@@ -24859,6 +24972,10 @@ readers do not read off random characters that represent icons */
|
|
24859
24972
|
margin-top: -0.25rem;
|
24860
24973
|
}
|
24861
24974
|
|
24975
|
+
.amis-scope .antd-PopUp-safearea {
|
24976
|
+
height: 1rem;
|
24977
|
+
}
|
24978
|
+
|
24862
24979
|
.amis-scope .antd-PickerColumns {
|
24863
24980
|
position: relative;
|
24864
24981
|
background-color: var(--PickerColumns-bg);
|
@@ -24868,7 +24985,11 @@ readers do not read off random characters that represent icons */
|
|
24868
24985
|
font-size: var(--PickerColumns-option-fontSize);
|
24869
24986
|
}
|
24870
24987
|
|
24871
|
-
.amis-scope .antd-PickerColumns
|
24988
|
+
.amis-scope .antd-PickerColumns li:focus {
|
24989
|
+
outline: none;
|
24990
|
+
}
|
24991
|
+
|
24992
|
+
.amis-scope .antd-PickerColumns-header {
|
24872
24993
|
display: flex;
|
24873
24994
|
align-items: center;
|
24874
24995
|
justify-content: space-between;
|
@@ -24880,14 +25001,14 @@ readers do not read off random characters that represent icons */
|
|
24880
25001
|
height: 100%;
|
24881
25002
|
padding: var(--PickerColumns-action-padding);
|
24882
25003
|
font-size: var(--PickerColumns-action-fontSize);
|
24883
|
-
background-color: transparent;
|
25004
|
+
background-color: transparent !important;
|
24884
25005
|
border: none;
|
24885
25006
|
cursor: pointer;
|
24886
25007
|
}
|
24887
25008
|
|
24888
25009
|
.amis-scope .antd-PickerColumns-cancel:active,
|
24889
25010
|
.amis-scope .antd-PickerColumns-confirm:active {
|
24890
|
-
|
25011
|
+
background-color: none !important;
|
24891
25012
|
}
|
24892
25013
|
|
24893
25014
|
.amis-scope .antd-PickerColumns-cancel:hover,
|
@@ -24896,11 +25017,11 @@ readers do not read off random characters that represent icons */
|
|
24896
25017
|
}
|
24897
25018
|
|
24898
25019
|
.amis-scope .antd-PickerColumns-confirm {
|
24899
|
-
color: var(--PickerColumns-confirmAction-color);
|
25020
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
24900
25021
|
}
|
24901
25022
|
|
24902
25023
|
.amis-scope .antd-PickerColumns-cancel {
|
24903
|
-
color: var(--PickerColumns-cancelAction-color);
|
25024
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
24904
25025
|
}
|
24905
25026
|
|
24906
25027
|
.amis-scope .antd-PickerColumns-title {
|
@@ -24909,6 +25030,7 @@ readers do not read off random characters that represent icons */
|
|
24909
25030
|
font-size: var(--PickerColumns-title-fontSize);
|
24910
25031
|
line-height: var(--PickerColumns-title-lineHeight);
|
24911
25032
|
text-align: center;
|
25033
|
+
color: var(--PickerColumns-title-color);
|
24912
25034
|
}
|
24913
25035
|
|
24914
25036
|
.amis-scope .antd-PickerColumns-columns {
|
@@ -24987,6 +25109,11 @@ readers do not read off random characters that represent icons */
|
|
24987
25109
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24988
25110
|
}
|
24989
25111
|
|
25112
|
+
.amis-scope .antd-PickerColumns-columnItemis-selected {
|
25113
|
+
font-size: 18px;
|
25114
|
+
color: --PickerColumns-title-color;
|
25115
|
+
}
|
25116
|
+
|
24990
25117
|
@keyframes bounceIn {
|
24991
25118
|
from, 20%, 40%, 60%, 80%, to {
|
24992
25119
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -26860,6 +26987,50 @@ readers do not read off random characters that represent icons */
|
|
26860
26987
|
display: none;
|
26861
26988
|
}
|
26862
26989
|
|
26990
|
+
/* 移动端样式调整 */
|
26991
|
+
|
26992
|
+
@media (max-width: 767px) {
|
26993
|
+
.amis-scope .antd-Panel--form {
|
26994
|
+
border: none;
|
26995
|
+
box-shadow: none;
|
26996
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
26997
|
+
}
|
26998
|
+
|
26999
|
+
.amis-scope .antd-Panel--form .antd-Panel-body {
|
27000
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
27001
|
+
}
|
27002
|
+
|
27003
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading {
|
27004
|
+
background: none;
|
27005
|
+
border: none;
|
27006
|
+
border-radius: 0;
|
27007
|
+
}
|
27008
|
+
|
27009
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
|
27010
|
+
padding-left: var(--Panel-bodyPadding);
|
27011
|
+
border-left: 0.1875rem solid var(--primary);
|
27012
|
+
font-size: var(--fontSizeLg);
|
27013
|
+
}
|
27014
|
+
|
27015
|
+
.amis-scope .antd-Panel--form .antd-Panel-footerWrap {
|
27016
|
+
padding-bottom: var(--Panel-bodyPadding);
|
27017
|
+
}
|
27018
|
+
|
27019
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer {
|
27020
|
+
border-top: none;
|
27021
|
+
display: flex;
|
27022
|
+
padding: 0 var(--Panel-bodyPadding);
|
27023
|
+
}
|
27024
|
+
|
27025
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button {
|
27026
|
+
flex: 1;
|
27027
|
+
}
|
27028
|
+
|
27029
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button:first-child {
|
27030
|
+
margin-left: 0;
|
27031
|
+
}
|
27032
|
+
}
|
27033
|
+
|
26863
27034
|
.amis-scope .antd-Service {
|
26864
27035
|
position: relative;
|
26865
27036
|
}
|
@@ -27123,19 +27294,28 @@ readers do not read off random characters that represent icons */
|
|
27123
27294
|
}
|
27124
27295
|
|
27125
27296
|
.amis-scope .antd-DropDown-menu {
|
27297
|
+
background: var(--DropDown-menu-bg);
|
27298
|
+
list-style: none;
|
27299
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27300
|
+
min-width: var(--DropDown-menu-minWidth);
|
27301
|
+
text-align: left;
|
27302
|
+
border: none;
|
27303
|
+
user-select: none;
|
27304
|
+
}
|
27305
|
+
|
27306
|
+
.amis-scope .antd-DropDown-menu-root {
|
27126
27307
|
position: absolute;
|
27127
27308
|
z-index: 1000;
|
27128
27309
|
top: 100%;
|
27129
27310
|
left: 0;
|
27130
27311
|
margin: 0.0625rem 0 0;
|
27131
|
-
|
27132
|
-
list-style: none;
|
27133
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27134
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
27312
|
+
border: none;
|
27135
27313
|
border-radius: var(--DropDown-menu-borderRadius);
|
27136
27314
|
box-shadow: var(--DropDown-menu-boxShadow);
|
27137
27315
|
min-width: var(--DropDown-menu-minWidth);
|
27138
|
-
|
27316
|
+
overflow-y: auto;
|
27317
|
+
overflow-x: hidden;
|
27318
|
+
max-height: 18.75rem;
|
27139
27319
|
}
|
27140
27320
|
|
27141
27321
|
.amis-scope .antd-DropDown--alignRight .antd-DropDown-menu {
|
@@ -27190,6 +27370,32 @@ readers do not read off random characters that represent icons */
|
|
27190
27370
|
padding: 0;
|
27191
27371
|
}
|
27192
27372
|
|
27373
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle,
|
27374
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle {
|
27375
|
+
height: inherit;
|
27376
|
+
font-size: var(--fontSizeSm);
|
27377
|
+
padding: var(--gap-xs) var(--gap-xs);
|
27378
|
+
padding-left: var(--gap-sm);
|
27379
|
+
color: var(--DropDown-group-color);
|
27380
|
+
flex-grow: 1;
|
27381
|
+
cursor: default;
|
27382
|
+
}
|
27383
|
+
|
27384
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle:hover,
|
27385
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle:hover {
|
27386
|
+
background: none;
|
27387
|
+
}
|
27388
|
+
|
27389
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle span,
|
27390
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle span {
|
27391
|
+
white-space: nowrap;
|
27392
|
+
}
|
27393
|
+
|
27394
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button,
|
27395
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
|
27396
|
+
padding-left: var(--gap-lg);
|
27397
|
+
}
|
27398
|
+
|
27193
27399
|
.amis-scope .antd-DropDown-menu > li a {
|
27194
27400
|
color: inherit;
|
27195
27401
|
display: block;
|
@@ -27296,130 +27502,427 @@ readers do not read off random characters that represent icons */
|
|
27296
27502
|
position: relative;
|
27297
27503
|
}
|
27298
27504
|
|
27299
|
-
.amis-scope .antd-
|
27300
|
-
|
27301
|
-
|
27302
|
-
line-height: 1.25rem;
|
27303
|
-
}
|
27304
|
-
|
27305
|
-
.amis-scope .antd-Collapse-header {
|
27306
|
-
font-size: var(--Collapse-header-fontSize);
|
27307
|
-
font-weight: var(--Collapse-header-fontWeight);
|
27308
|
-
color: var(--text--loud-color);
|
27309
|
-
padding: var(--Collapse-header-padding);
|
27310
|
-
margin: 0;
|
27311
|
-
cursor: pointer;
|
27312
|
-
background: var(--Collapse-header-bg);
|
27505
|
+
.amis-scope .antd-CalendarMobile {
|
27506
|
+
height: 100%;
|
27507
|
+
overflow: scroll;
|
27313
27508
|
}
|
27314
27509
|
|
27315
|
-
.amis-scope .antd-
|
27316
|
-
|
27317
|
-
|
27510
|
+
.amis-scope .antd-CalendarMobile-pop {
|
27511
|
+
position: fixed;
|
27512
|
+
bottom: 0;
|
27513
|
+
left: 0;
|
27514
|
+
width: 100vw;
|
27515
|
+
height: 90vh;
|
27516
|
+
background: #fff;
|
27517
|
+
border-radius: 1rem 1rem 0 0;
|
27518
|
+
overflow: hidden;
|
27519
|
+
border-width: 0;
|
27318
27520
|
}
|
27319
27521
|
|
27320
|
-
.amis-scope .antd-
|
27321
|
-
|
27522
|
+
.amis-scope .antd-CalendarMobile-wrap {
|
27523
|
+
display: flex;
|
27524
|
+
flex-direction: column;
|
27525
|
+
height: 100%;
|
27322
27526
|
}
|
27323
27527
|
|
27324
|
-
.amis-scope .antd-
|
27325
|
-
|
27528
|
+
.amis-scope .antd-CalendarMobile-header {
|
27529
|
+
flex-shrink: 0;
|
27530
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27531
|
+
position: relative;
|
27326
27532
|
}
|
27327
27533
|
|
27328
|
-
.amis-scope .antd-
|
27534
|
+
.amis-scope .antd-CalendarMobile-header .subtitle-text {
|
27329
27535
|
display: inline-block;
|
27330
|
-
width:
|
27331
|
-
text-align: center;
|
27332
|
-
margin-right: var(--gap-sm);
|
27333
|
-
}
|
27334
|
-
|
27335
|
-
.amis-scope .antd-Collapse-arrow:before {
|
27336
|
-
content: "";
|
27536
|
+
width: 6.875rem;
|
27337
27537
|
position: relative;
|
27338
|
-
display: inline-block;
|
27339
|
-
width: 0.375rem;
|
27340
|
-
height: 0.375rem;
|
27341
|
-
top: -0.125rem;
|
27342
|
-
border-color: var(--text-color);
|
27343
|
-
border-style: solid;
|
27344
|
-
border-width: 0.0625rem 0.0625rem 0 0;
|
27345
|
-
transform: rotate(45deg);
|
27346
|
-
transform-origin: 50% 50%;
|
27347
27538
|
}
|
27348
27539
|
|
27349
|
-
.amis-scope .antd-
|
27350
|
-
|
27351
|
-
|
27352
|
-
|
27353
|
-
|
27540
|
+
.amis-scope .antd-CalendarMobile-header .rdtPrev {
|
27541
|
+
width: 1.25rem;
|
27542
|
+
height: 2.75rem;
|
27543
|
+
display: block;
|
27544
|
+
position: absolute;
|
27545
|
+
top: 0;
|
27546
|
+
left: -1.25rem;
|
27354
27547
|
}
|
27355
27548
|
|
27356
|
-
.amis-scope .antd-
|
27357
|
-
|
27549
|
+
.amis-scope .antd-CalendarMobile-header .rdtNext {
|
27550
|
+
width: 1.25rem;
|
27551
|
+
height: 2.75rem;
|
27552
|
+
display: block;
|
27553
|
+
position: absolute;
|
27554
|
+
top: 0;
|
27555
|
+
right: -1.25rem;
|
27358
27556
|
}
|
27359
27557
|
|
27360
|
-
.amis-scope .antd-
|
27361
|
-
|
27362
|
-
|
27558
|
+
.amis-scope .antd-CalendarMobile-title,
|
27559
|
+
.amis-scope .antd-CalendarMobile-subtitle {
|
27560
|
+
height: 2.75rem;
|
27561
|
+
font-weight: 500;
|
27562
|
+
line-height: 2.75rem;
|
27563
|
+
text-align: center;
|
27363
27564
|
}
|
27364
27565
|
|
27365
|
-
.amis-scope .antd-
|
27366
|
-
|
27566
|
+
.amis-scope .antd-CalendarMobile-title {
|
27567
|
+
font-size: var(--fontSizeLg);
|
27367
27568
|
}
|
27368
27569
|
|
27369
|
-
.amis-scope .antd-
|
27370
|
-
|
27371
|
-
user-select: none;
|
27372
|
-
color: var(--text--muted-color);
|
27570
|
+
.amis-scope .antd-CalendarMobile-weekdays {
|
27571
|
+
display: flex;
|
27373
27572
|
}
|
27374
27573
|
|
27375
|
-
.amis-scope .antd-
|
27376
|
-
|
27574
|
+
.amis-scope .antd-CalendarMobile-weekdays .weekday {
|
27575
|
+
flex: 1;
|
27576
|
+
line-height: 1.875rem;
|
27577
|
+
text-align: center;
|
27377
27578
|
}
|
27378
27579
|
|
27379
|
-
.amis-scope .antd-
|
27380
|
-
|
27580
|
+
.amis-scope .antd-CalendarMobile-close {
|
27581
|
+
position: absolute;
|
27582
|
+
z-index: 1;
|
27583
|
+
color: #c8c9cc;
|
27584
|
+
font-size: 1rem;
|
27585
|
+
cursor: pointer;
|
27586
|
+
top: 0.6875rem;
|
27587
|
+
right: 1rem;
|
27381
27588
|
}
|
27382
27589
|
|
27383
|
-
.amis-scope .antd-
|
27384
|
-
|
27385
|
-
font-size: var(--fontSizeBase);
|
27386
|
-
border-top: var(--Collapse-header-collapsed-borderTop);
|
27387
|
-
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27590
|
+
.amis-scope .antd-CalendarMobile-body::-webkit-scrollbar {
|
27591
|
+
width: 0;
|
27388
27592
|
}
|
27389
27593
|
|
27390
|
-
.amis-scope .antd-
|
27391
|
-
|
27594
|
+
.amis-scope .antd-CalendarMobile-body {
|
27595
|
+
flex: 1;
|
27596
|
+
overflow-y: scroll;
|
27392
27597
|
}
|
27393
27598
|
|
27394
|
-
.amis-scope .antd-
|
27395
|
-
|
27396
|
-
transform: rotate(135deg);
|
27599
|
+
.amis-scope .antd-CalendarMobile-body table {
|
27600
|
+
border-spacing: 0 0.25rem;
|
27397
27601
|
}
|
27398
27602
|
|
27399
|
-
.amis-scope .antd-
|
27400
|
-
|
27401
|
-
|
27603
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27604
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27605
|
+
background: transparent;
|
27606
|
+
color: var(--Calendar-color);
|
27607
|
+
text-shadow: none;
|
27402
27608
|
}
|
27403
27609
|
|
27404
|
-
.amis-scope .antd-
|
27405
|
-
|
27610
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27611
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27612
|
+
color: #999;
|
27406
27613
|
}
|
27407
27614
|
|
27408
|
-
.amis-scope .antd-
|
27409
|
-
|
27410
|
-
height: 0;
|
27411
|
-
overflow: hidden;
|
27615
|
+
.amis-scope .antd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27616
|
+
display: none;
|
27412
27617
|
}
|
27413
27618
|
|
27414
|
-
.amis-scope .antd-
|
27415
|
-
|
27416
|
-
|
27417
|
-
font-size: var(--Collapse-content-fontSize);
|
27418
|
-
font-weight: var(--Collapse-content-fontWeight);
|
27619
|
+
.amis-scope .antd-CalendarMobile-body .rdtPicker td {
|
27620
|
+
height: 3.5rem;
|
27621
|
+
position: relative;
|
27419
27622
|
}
|
27420
27623
|
|
27421
|
-
.amis-scope .antd-
|
27422
|
-
|
27624
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27625
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27626
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27627
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27628
|
+
background: transparent;
|
27629
|
+
}
|
27630
|
+
|
27631
|
+
.amis-scope .antd-CalendarMobile-body .calendar-wrap {
|
27632
|
+
position: relative;
|
27633
|
+
width: 3.125rem;
|
27634
|
+
height: 100%;
|
27635
|
+
text-align: center;
|
27636
|
+
display: inline-flex;
|
27637
|
+
align-items: center;
|
27638
|
+
justify-content: center;
|
27639
|
+
border-radius: 0.25rem;
|
27640
|
+
}
|
27641
|
+
|
27642
|
+
.amis-scope .antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
|
27643
|
+
width: auto;
|
27644
|
+
max-width: 3.125rem;
|
27645
|
+
}
|
27646
|
+
|
27647
|
+
.amis-scope .antd-CalendarMobile-footer {
|
27648
|
+
flex-shrink: 0;
|
27649
|
+
}
|
27650
|
+
|
27651
|
+
.amis-scope .antd-CalendarMobile-footer .date-range-confirm {
|
27652
|
+
height: 2.25rem;
|
27653
|
+
margin: 0.4375rem 0;
|
27654
|
+
border-radius: var(--borderRadiusMd);
|
27655
|
+
display: block;
|
27656
|
+
}
|
27657
|
+
|
27658
|
+
.amis-scope .antd-CalendarMobile-footer .is-disabled {
|
27659
|
+
opacity: 0.5;
|
27660
|
+
color: var(--Button--primary-color);
|
27661
|
+
background: var(--Button--primary-bg);
|
27662
|
+
border-color: var(--Button--primary-bg);
|
27663
|
+
filter: none;
|
27664
|
+
}
|
27665
|
+
|
27666
|
+
.amis-scope .antd-CalendarMobile-footer-toolbar {
|
27667
|
+
padding: 0 1rem;
|
27668
|
+
}
|
27669
|
+
|
27670
|
+
.amis-scope .antd-CalendarMobile-footer-ranges {
|
27671
|
+
background: #fff;
|
27672
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
27673
|
+
border-radius: 24px;
|
27674
|
+
overflow-x: auto;
|
27675
|
+
position: relative;
|
27676
|
+
height: 3rem;
|
27677
|
+
line-height: 3rem;
|
27678
|
+
}
|
27679
|
+
|
27680
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
|
27681
|
+
position: absolute;
|
27682
|
+
white-space: nowrap;
|
27683
|
+
}
|
27684
|
+
|
27685
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers .antd-DateRangePicker-ranger {
|
27686
|
+
margin: 0 1.5625rem;
|
27687
|
+
}
|
27688
|
+
|
27689
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
27690
|
+
padding: var(--gap-sm) 0;
|
27691
|
+
}
|
27692
|
+
|
27693
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker {
|
27694
|
+
width: 100%;
|
27695
|
+
padding: 0;
|
27696
|
+
}
|
27697
|
+
|
27698
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
27699
|
+
visibility: hidden;
|
27700
|
+
}
|
27701
|
+
|
27702
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
27703
|
+
display: none;
|
27704
|
+
}
|
27705
|
+
|
27706
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
27707
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
27708
|
+
color: var(--Button--primary-bg);
|
27709
|
+
}
|
27710
|
+
|
27711
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
27712
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
27713
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
27714
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
27715
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
27716
|
+
color: #fff;
|
27717
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
27718
|
+
}
|
27719
|
+
|
27720
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
27721
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
27722
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
27723
|
+
}
|
27724
|
+
|
27725
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
27726
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
27727
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
27728
|
+
}
|
27729
|
+
|
27730
|
+
.amis-scope .antd-CalendarMobile-calendar-header {
|
27731
|
+
height: 1.875rem;
|
27732
|
+
line-height: 1.875rem;
|
27733
|
+
text-align: center;
|
27734
|
+
}
|
27735
|
+
|
27736
|
+
.amis-scope .antd-CalendarMobile-range-text {
|
27737
|
+
position: absolute;
|
27738
|
+
right: 0;
|
27739
|
+
left: 0;
|
27740
|
+
bottom: 0;
|
27741
|
+
color: #fff;
|
27742
|
+
font-size: var(--fontSizeSm);
|
27743
|
+
white-space: nowrap;
|
27744
|
+
}
|
27745
|
+
|
27746
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
27747
|
+
position: relative;
|
27748
|
+
}
|
27749
|
+
|
27750
|
+
.amis-scope .antd-CalendarMobile-calendar-mark {
|
27751
|
+
position: absolute;
|
27752
|
+
top: 50%;
|
27753
|
+
left: 50%;
|
27754
|
+
z-index: 0;
|
27755
|
+
color: rgba(242, 243, 245, 0.8);
|
27756
|
+
font-size: 10rem;
|
27757
|
+
transform: translate(-50%, -50%);
|
27758
|
+
pointer-events: none;
|
27759
|
+
}
|
27760
|
+
|
27761
|
+
.amis-scope .antd-CalendarMobile-toast {
|
27762
|
+
position: fixed;
|
27763
|
+
top: 50%;
|
27764
|
+
left: 50%;
|
27765
|
+
transform: translate(-50%, -50%);
|
27766
|
+
width: 8.5rem;
|
27767
|
+
height: 2.25rem;
|
27768
|
+
background: rgba(0, 0, 0, 0.9);
|
27769
|
+
border-radius: 4px;
|
27770
|
+
color: #fff;
|
27771
|
+
display: flex;
|
27772
|
+
justify-content: center;
|
27773
|
+
align-items: center;
|
27774
|
+
}
|
27775
|
+
|
27776
|
+
.amis-scope .antd-CalendarMobile-time {
|
27777
|
+
height: 11.25rem;
|
27778
|
+
}
|
27779
|
+
|
27780
|
+
.amis-scope .antd-CalendarMobile-time-title {
|
27781
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
27782
|
+
border-left: none;
|
27783
|
+
border-right: none;
|
27784
|
+
text-align: center;
|
27785
|
+
height: 1.875rem;
|
27786
|
+
line-height: 1.875rem;
|
27787
|
+
}
|
27788
|
+
|
27789
|
+
.amis-scope .antd-CalendarMobile-time .rdtPicker {
|
27790
|
+
margin: 0 auto;
|
27791
|
+
}
|
27792
|
+
|
27793
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarTime {
|
27794
|
+
height: 8.125rem;
|
27795
|
+
overflow: hidden;
|
27796
|
+
}
|
27797
|
+
|
27798
|
+
.amis-scope .antd-CalendarMobile .antd-PickerColumns-header {
|
27799
|
+
display: none;
|
27800
|
+
}
|
27801
|
+
|
27802
|
+
.amis-scope .antd-Collapse {
|
27803
|
+
border: var(--Collapse-border);
|
27804
|
+
padding: 0;
|
27805
|
+
line-height: 1.25rem;
|
27806
|
+
}
|
27807
|
+
|
27808
|
+
.amis-scope .antd-Collapse-header {
|
27809
|
+
font-size: var(--Collapse-header-fontSize);
|
27810
|
+
font-weight: var(--Collapse-header-fontWeight);
|
27811
|
+
color: var(--text--loud-color);
|
27812
|
+
padding: var(--Collapse-header-padding);
|
27813
|
+
margin: 0;
|
27814
|
+
cursor: pointer;
|
27815
|
+
background: var(--Collapse-header-bg);
|
27816
|
+
}
|
27817
|
+
|
27818
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
27819
|
+
display: inline-flex;
|
27820
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
27821
|
+
}
|
27822
|
+
|
27823
|
+
.amis-scope .antd-Collapse-header-tpl {
|
27824
|
+
margin-right: 0.5rem;
|
27825
|
+
}
|
27826
|
+
|
27827
|
+
.amis-scope .antd-Collapse-header:hover {
|
27828
|
+
background: var(--Collapse-header-onHover-bg);
|
27829
|
+
}
|
27830
|
+
|
27831
|
+
.amis-scope .antd-Collapse-arrow {
|
27832
|
+
display: inline-block;
|
27833
|
+
width: 1rem;
|
27834
|
+
text-align: center;
|
27835
|
+
margin-right: var(--gap-sm);
|
27836
|
+
}
|
27837
|
+
|
27838
|
+
.amis-scope .antd-Collapse-arrow:before {
|
27839
|
+
content: "";
|
27840
|
+
position: relative;
|
27841
|
+
display: inline-block;
|
27842
|
+
width: 0.375rem;
|
27843
|
+
height: 0.375rem;
|
27844
|
+
top: -0.125rem;
|
27845
|
+
border-color: var(--text-color);
|
27846
|
+
border-style: solid;
|
27847
|
+
border-width: 0.0625rem 0.0625rem 0 0;
|
27848
|
+
transform: rotate(45deg);
|
27849
|
+
transform-origin: 50% 50%;
|
27850
|
+
}
|
27851
|
+
|
27852
|
+
.amis-scope .antd-Collapse-icon-tranform {
|
27853
|
+
display: inline-block;
|
27854
|
+
width: 1rem;
|
27855
|
+
text-align: center;
|
27856
|
+
margin-right: var(--gap-xs);
|
27857
|
+
}
|
27858
|
+
|
27859
|
+
.amis-scope .antd-Collapse .antd-TplField {
|
27860
|
+
display: inline-block;
|
27861
|
+
}
|
27862
|
+
|
27863
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
|
27864
|
+
transform: rotate(135deg);
|
27865
|
+
transform-origin: 50% 30%;
|
27866
|
+
}
|
27867
|
+
|
27868
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
|
27869
|
+
transform: rotate(90deg);
|
27870
|
+
}
|
27871
|
+
|
27872
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header {
|
27873
|
+
cursor: not-allowed;
|
27874
|
+
user-select: none;
|
27875
|
+
color: var(--text--muted-color);
|
27876
|
+
}
|
27877
|
+
|
27878
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
27879
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
27880
|
+
}
|
27881
|
+
|
27882
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
27883
|
+
border-color: var(--text--muted-color);
|
27884
|
+
}
|
27885
|
+
|
27886
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
|
27887
|
+
text-align: center;
|
27888
|
+
font-size: var(--fontSizeBase);
|
27889
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
27890
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27891
|
+
}
|
27892
|
+
|
27893
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
27894
|
+
border-top: none;
|
27895
|
+
}
|
27896
|
+
|
27897
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
27898
|
+
top: -0.25rem;
|
27899
|
+
transform: rotate(135deg);
|
27900
|
+
}
|
27901
|
+
|
27902
|
+
.amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
|
27903
|
+
top: 0;
|
27904
|
+
transform: rotate(-45deg);
|
27905
|
+
}
|
27906
|
+
|
27907
|
+
.amis-scope .antd-Collapse-contentWrapper {
|
27908
|
+
transition: height var(--animation-duration) ease;
|
27909
|
+
}
|
27910
|
+
|
27911
|
+
.amis-scope .antd-Collapse-contentWrapper.in,
|
27912
|
+
.amis-scope .antd-Collapse-contentWrapper.out {
|
27913
|
+
height: 0;
|
27914
|
+
overflow: hidden;
|
27915
|
+
}
|
27916
|
+
|
27917
|
+
.amis-scope .antd-Collapse-content {
|
27918
|
+
padding: var(--Collapse-content-padding);
|
27919
|
+
color: var(--body-color);
|
27920
|
+
font-size: var(--Collapse-content-fontSize);
|
27921
|
+
font-weight: var(--Collapse-content-fontWeight);
|
27922
|
+
}
|
27923
|
+
|
27924
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
27925
|
+
border-bottom: none;
|
27423
27926
|
}
|
27424
27927
|
|
27425
27928
|
.amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
|
@@ -31067,7 +31570,7 @@ readers do not read off random characters that represent icons */
|
|
31067
31570
|
|
31068
31571
|
.amis-scope .antd-Card-multiMedia-img {
|
31069
31572
|
display: block;
|
31070
|
-
width:
|
31573
|
+
width: auto;
|
31071
31574
|
height: auto;
|
31072
31575
|
object-fit: cover;
|
31073
31576
|
border-radius: var(--Card-borderRadius);
|
@@ -32552,13 +33055,43 @@ readers do not read off random characters that represent icons */
|
|
32552
33055
|
min-height: 24px;
|
32553
33056
|
}
|
32554
33057
|
|
32555
|
-
.amis-scope .antd-
|
32556
|
-
|
32557
|
-
|
32558
|
-
|
32559
|
-
font-size: var(--
|
32560
|
-
|
32561
|
-
|
33058
|
+
.amis-scope .antd-ResultBox.is-mobile {
|
33059
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
33060
|
+
border: none;
|
33061
|
+
padding: 0;
|
33062
|
+
font-size: var(--fontSizeLg);
|
33063
|
+
border: none;
|
33064
|
+
justify-content: flex-end;
|
33065
|
+
}
|
33066
|
+
|
33067
|
+
.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow {
|
33068
|
+
margin-right: var(--gap-xs);
|
33069
|
+
width: var(--gap-md);
|
33070
|
+
text-align: center;
|
33071
|
+
display: flex;
|
33072
|
+
align-items: center;
|
33073
|
+
justify-content: center;
|
33074
|
+
line-height: 1;
|
33075
|
+
margin-left: 4px;
|
33076
|
+
}
|
33077
|
+
|
33078
|
+
.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow > svg {
|
33079
|
+
transition: transform var(--animation-duration);
|
33080
|
+
display: inline-block;
|
33081
|
+
color: var(--Form-select-caret-iconColor);
|
33082
|
+
width: 10px;
|
33083
|
+
height: 10px;
|
33084
|
+
top: 0;
|
33085
|
+
transform: rotate(-90deg);
|
33086
|
+
}
|
33087
|
+
|
33088
|
+
.amis-scope .antd-SearchBox {
|
33089
|
+
display: inline-flex;
|
33090
|
+
flex-direction: row;
|
33091
|
+
line-height: var(--Form-input-lineHeight);
|
33092
|
+
font-size: var(--Form-input-fontSize);
|
33093
|
+
flex-wrap: nowrap;
|
33094
|
+
align-items: center;
|
32562
33095
|
justify-content: flex-end;
|
32563
33096
|
height: 30px;
|
32564
33097
|
width: 30px;
|
@@ -34064,6 +34597,8 @@ readers do not read off random characters that represent icons */
|
|
34064
34597
|
pointer-events: all;
|
34065
34598
|
margin-left: var(--Checkbox-gap);
|
34066
34599
|
cursor: pointer;
|
34600
|
+
display: inline-block;
|
34601
|
+
vertical-align: middle;
|
34067
34602
|
}
|
34068
34603
|
|
34069
34604
|
.amis-scope .antd-Checkbox > i + span > a {
|
@@ -34300,7 +34835,6 @@ readers do not read off random characters that represent icons */
|
|
34300
34835
|
|
34301
34836
|
.amis-scope .antd-Selection > .antd-Checkbox {
|
34302
34837
|
display: block;
|
34303
|
-
height: var(--Form-input-height);
|
34304
34838
|
line-height: var(--Form-input-lineHeight);
|
34305
34839
|
font-size: var(--Form-input-fontSize);
|
34306
34840
|
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));
|
@@ -34343,7 +34877,6 @@ readers do not read off random characters that represent icons */
|
|
34343
34877
|
|
34344
34878
|
.amis-scope .antd-GroupedSelection-item {
|
34345
34879
|
display: flex;
|
34346
|
-
height: var(--Form-input-height);
|
34347
34880
|
line-height: var(--Form-input-lineHeight);
|
34348
34881
|
font-size: var(--Form-input-fontSize);
|
34349
34882
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34474,7 +35007,6 @@ readers do not read off random characters that represent icons */
|
|
34474
35007
|
.amis-scope .antd-TreeSelection-itemInner {
|
34475
35008
|
display: flex;
|
34476
35009
|
align-items: center;
|
34477
|
-
height: var(--Form-input-height);
|
34478
35010
|
line-height: var(--Form-input-lineHeight);
|
34479
35011
|
font-size: var(--Form-input-fontSize);
|
34480
35012
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34529,6 +35061,7 @@ readers do not read off random characters that represent icons */
|
|
34529
35061
|
.amis-scope .antd-ChainedSelection {
|
34530
35062
|
display: flex;
|
34531
35063
|
flex-direction: row;
|
35064
|
+
min-height: 100%;
|
34532
35065
|
}
|
34533
35066
|
|
34534
35067
|
.amis-scope .antd-ChainedSelection-col {
|
@@ -34548,7 +35081,6 @@ readers do not read off random characters that represent icons */
|
|
34548
35081
|
|
34549
35082
|
.amis-scope .antd-ChainedSelection-item {
|
34550
35083
|
display: flex;
|
34551
|
-
height: var(--Form-input-height);
|
34552
35084
|
line-height: var(--Form-input-lineHeight);
|
34553
35085
|
font-size: var(--Form-input-fontSize);
|
34554
35086
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34663,6 +35195,33 @@ readers do not read off random characters that represent icons */
|
|
34663
35195
|
display: inline-block;
|
34664
35196
|
}
|
34665
35197
|
|
35198
|
+
.amis-scope .antd-CityArea-popup {
|
35199
|
+
height: 17.5rem;
|
35200
|
+
}
|
35201
|
+
|
35202
|
+
.amis-scope .antd-CityArea-Input {
|
35203
|
+
margin-top: var(--gap-xs);
|
35204
|
+
outline: none;
|
35205
|
+
vertical-align: top;
|
35206
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
35207
|
+
border-radius: var(--Form-input-borderRadius);
|
35208
|
+
line-height: var(--Form-input-lineHeight);
|
35209
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
35210
|
+
font-size: var(--Form-input-fontSize);
|
35211
|
+
display: inline-flex !important;
|
35212
|
+
}
|
35213
|
+
|
35214
|
+
.amis-scope .antd-CityArea-Input::placeholder {
|
35215
|
+
color: var(--Form-input-placeholderColor);
|
35216
|
+
user-select: none;
|
35217
|
+
}
|
35218
|
+
|
35219
|
+
.amis-scope .antd-CityArea-Input:focus {
|
35220
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
35221
|
+
box-shadow: var(--Form-input-boxShadow);
|
35222
|
+
background: var(--Form-input-onFocused-bg);
|
35223
|
+
}
|
35224
|
+
|
34666
35225
|
.amis-scope .antd-Switch {
|
34667
35226
|
cursor: pointer;
|
34668
35227
|
position: relative;
|
@@ -34943,6 +35502,7 @@ readers do not read off random characters that represent icons */
|
|
34943
35502
|
display: inline-flex;
|
34944
35503
|
vertical-align: middle;
|
34945
35504
|
text-align: left;
|
35505
|
+
align-items: center;
|
34946
35506
|
outline: none;
|
34947
35507
|
position: relative;
|
34948
35508
|
font-size: var(--Form-input-fontSize);
|
@@ -35089,10 +35649,26 @@ readers do not read off random characters that represent icons */
|
|
35089
35649
|
top: 0;
|
35090
35650
|
}
|
35091
35651
|
|
35092
|
-
.amis-scope .antd-Select.is-opened .antd-Select-arrow > svg {
|
35652
|
+
.amis-scope .antd-Select.is-opened:not(.is-mobile) .antd-Select-arrow > svg {
|
35093
35653
|
transform: rotate(180deg);
|
35094
35654
|
}
|
35095
35655
|
|
35656
|
+
.amis-scope .antd-Select.is-mobile {
|
35657
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
35658
|
+
border: none;
|
35659
|
+
padding: 0;
|
35660
|
+
font-size: var(--fontSizeLg);
|
35661
|
+
}
|
35662
|
+
|
35663
|
+
.amis-scope .antd-Select.is-mobile .antd-Select-valueWrap {
|
35664
|
+
text-align: right;
|
35665
|
+
padding-right: 4px;
|
35666
|
+
}
|
35667
|
+
|
35668
|
+
.amis-scope .antd-Select.is-mobile .antd-Select-arrow > svg {
|
35669
|
+
transform: rotate(-90deg);
|
35670
|
+
}
|
35671
|
+
|
35096
35672
|
.amis-scope .antd-Select-menu {
|
35097
35673
|
max-height: 18.75rem;
|
35098
35674
|
overflow: auto;
|
@@ -35103,6 +35679,15 @@ readers do not read off random characters that represent icons */
|
|
35103
35679
|
margin-top: -0.1875rem;
|
35104
35680
|
}
|
35105
35681
|
|
35682
|
+
.amis-scope .antd-Select-menu.is-mobile {
|
35683
|
+
width: 100%;
|
35684
|
+
text-align: center;
|
35685
|
+
}
|
35686
|
+
|
35687
|
+
.amis-scope .antd-Select-menu.is-mobile .antd-Select-option {
|
35688
|
+
line-height: 2.25rem;
|
35689
|
+
}
|
35690
|
+
|
35106
35691
|
.amis-scope .antd-Select--longlist {
|
35107
35692
|
overflow: hidden;
|
35108
35693
|
max-height: max-content;
|
@@ -35204,8 +35789,8 @@ readers do not read off random characters that represent icons */
|
|
35204
35789
|
margin-right: var(--Checkbox-gap);
|
35205
35790
|
}
|
35206
35791
|
|
35207
|
-
.amis-scope .antd-Select.is-focused,
|
35208
|
-
.amis-scope .antd-Select.is-opened {
|
35792
|
+
.amis-scope .antd-Select.is-focused:not(.is-mobile),
|
35793
|
+
.amis-scope .antd-Select.is-opened:not(.is-mobile) {
|
35209
35794
|
border-color: var(--Form-input-onFocused-borderColor);
|
35210
35795
|
color: var(--Form-select-onFocused-color);
|
35211
35796
|
}
|
@@ -35235,6 +35820,10 @@ readers do not read off random characters that represent icons */
|
|
35235
35820
|
fill: var(--Form-input-onHover-iconColor);
|
35236
35821
|
}
|
35237
35822
|
|
35823
|
+
.amis-scope .antd-Select-popup {
|
35824
|
+
height: 20rem;
|
35825
|
+
}
|
35826
|
+
|
35238
35827
|
.amis-scope .antd-Select-popover {
|
35239
35828
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
35240
35829
|
background: var(--Form-select-menu-bg);
|
@@ -35314,6 +35903,7 @@ readers do not read off random characters that represent icons */
|
|
35314
35903
|
height: var(--Form-input-height);
|
35315
35904
|
line-height: var(--Form-input-lineHeight);
|
35316
35905
|
font-size: var(--Form-input-fontSize);
|
35906
|
+
align-items: center;
|
35317
35907
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
35318
35908
|
}
|
35319
35909
|
|
@@ -35323,6 +35913,7 @@ readers do not read off random characters that represent icons */
|
|
35323
35913
|
}
|
35324
35914
|
|
35325
35915
|
.amis-scope .antd-Selections-item > .antd-Selections-dragbar {
|
35916
|
+
top: 0;
|
35326
35917
|
width: var(--gap-lg);
|
35327
35918
|
position: relative;
|
35328
35919
|
left: calc(var(--gap-xs) * -1);
|
@@ -35638,7 +36229,7 @@ readers do not read off random characters that represent icons */
|
|
35638
36229
|
}
|
35639
36230
|
|
35640
36231
|
.amis-scope .antd-ColorPicker-popup {
|
35641
|
-
height:
|
36232
|
+
height: 25rem;
|
35642
36233
|
}
|
35643
36234
|
|
35644
36235
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
@@ -35902,7 +36493,50 @@ readers do not read off random characters that represent icons */
|
|
35902
36493
|
}
|
35903
36494
|
|
35904
36495
|
.amis-scope .antd-DatePicker-popup {
|
35905
|
-
height:
|
36496
|
+
height: 18.75rem;
|
36497
|
+
}
|
36498
|
+
|
36499
|
+
.amis-scope .antd-DatePicker.is-mobile {
|
36500
|
+
border: 0;
|
36501
|
+
justify-content: flex-end;
|
36502
|
+
}
|
36503
|
+
|
36504
|
+
.amis-scope .antd-DatePicker.is-mobile span:focus,
|
36505
|
+
.amis-scope .antd-DatePicker.is-mobile a:focus {
|
36506
|
+
outline: unset;
|
36507
|
+
}
|
36508
|
+
|
36509
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value,
|
36510
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-clear {
|
36511
|
+
display: inline-flex;
|
36512
|
+
justify-content: flex-end;
|
36513
|
+
padding: 0 0;
|
36514
|
+
}
|
36515
|
+
|
36516
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value {
|
36517
|
+
margin-right: var(--gap-xs);
|
36518
|
+
}
|
36519
|
+
|
36520
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-placeholder {
|
36521
|
+
flex-grow: unset;
|
36522
|
+
flex-basis: unset;
|
36523
|
+
}
|
36524
|
+
|
36525
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-toggler {
|
36526
|
+
margin-top: -3px;
|
36527
|
+
}
|
36528
|
+
|
36529
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile {
|
36530
|
+
color: red;
|
36531
|
+
}
|
36532
|
+
|
36533
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt {
|
36534
|
+
width: 100%;
|
36535
|
+
}
|
36536
|
+
|
36537
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt .rdtPicker {
|
36538
|
+
width: 100%;
|
36539
|
+
padding: unset;
|
35906
36540
|
}
|
35907
36541
|
|
35908
36542
|
.amis-scope .rdt {
|
@@ -36439,7 +37073,7 @@ readers do not read off random characters that represent icons */
|
|
36439
37073
|
}
|
36440
37074
|
|
36441
37075
|
.amis-scope .antd-DateRangePicker-popup {
|
36442
|
-
height:
|
37076
|
+
height: 25rem;
|
36443
37077
|
}
|
36444
37078
|
|
36445
37079
|
@media (min-width: 576px) {
|
@@ -37771,7 +38405,7 @@ readers do not read off random characters that represent icons */
|
|
37771
38405
|
}
|
37772
38406
|
|
37773
38407
|
.amis-scope .antd-TreeSelect-popup {
|
37774
|
-
height:
|
38408
|
+
height: 25rem;
|
37775
38409
|
}
|
37776
38410
|
|
37777
38411
|
.amis-scope .antd-TreeSelect-popover {
|
@@ -38592,25 +39226,52 @@ readers do not read off random characters that represent icons */
|
|
38592
39226
|
}
|
38593
39227
|
|
38594
39228
|
.amis-scope .antd-Rating {
|
39229
|
+
display: flex;
|
39230
|
+
position: relative;
|
39231
|
+
align-items: center;
|
39232
|
+
justify-content: flex-start;
|
39233
|
+
flex-flow: row wrap;
|
39234
|
+
}
|
39235
|
+
|
39236
|
+
.amis-scope .antd-Rating > ul {
|
39237
|
+
display: flex;
|
39238
|
+
padding: unset;
|
39239
|
+
margin: unset;
|
39240
|
+
align-items: center;
|
39241
|
+
justify-content: flex-start;
|
39242
|
+
flex-flow: row wrap;
|
39243
|
+
}
|
39244
|
+
|
39245
|
+
.amis-scope .antd-Rating-star {
|
38595
39246
|
position: relative;
|
39247
|
+
margin-right: var(--Rating-star-margin);
|
38596
39248
|
overflow: hidden;
|
38597
39249
|
display: block;
|
38598
|
-
|
38599
|
-
|
38600
|
-
color: var(--dark);
|
39250
|
+
font-size: var(--Rating-star-size);
|
39251
|
+
line-height: 1;
|
38601
39252
|
cursor: pointer;
|
39253
|
+
user-select: none;
|
39254
|
+
color: var(--Rating-inactive-color);
|
39255
|
+
}
|
39256
|
+
|
39257
|
+
.amis-scope .antd-Rating-star-half > svg.icon,
|
39258
|
+
.amis-scope .antd-Rating-star > svg.icon {
|
39259
|
+
display: block;
|
39260
|
+
width: 1.5rem;
|
39261
|
+
height: 1.5rem;
|
39262
|
+
top: 0;
|
38602
39263
|
}
|
38603
39264
|
|
38604
|
-
.amis-scope .antd-Rating
|
38605
|
-
|
39265
|
+
.amis-scope .antd-Rating-star:last-of-type {
|
39266
|
+
margin-right: 0;
|
38606
39267
|
}
|
38607
39268
|
|
38608
|
-
.amis-scope .antd-Rating.is-disabled {
|
39269
|
+
.amis-scope .antd-Rating-star.is-disabled {
|
38609
39270
|
cursor: not-allowed;
|
38610
39271
|
pointer-events: none;
|
38611
39272
|
}
|
38612
39273
|
|
38613
|
-
.amis-scope .antd-Rating-half
|
39274
|
+
.amis-scope .antd-Rating-star-half {
|
38614
39275
|
position: absolute;
|
38615
39276
|
overflow: hidden;
|
38616
39277
|
display: block;
|
@@ -38618,8 +39279,20 @@ readers do not read off random characters that represent icons */
|
|
38618
39279
|
top: 0;
|
38619
39280
|
left: 0;
|
38620
39281
|
width: 50%;
|
38621
|
-
|
38622
|
-
|
39282
|
+
}
|
39283
|
+
|
39284
|
+
.amis-scope .antd-Rating-text {
|
39285
|
+
font-size: var(--fontSizeSm);
|
39286
|
+
color: var(--text-color);
|
39287
|
+
font-weight: var(--fontWeightNormal);
|
39288
|
+
}
|
39289
|
+
|
39290
|
+
.amis-scope .antd-Rating-text--left {
|
39291
|
+
margin-right: var(--Rating-star-margin);
|
39292
|
+
}
|
39293
|
+
|
39294
|
+
.amis-scope .antd-Rating-text--right {
|
39295
|
+
margin-left: var(--Rating-star-margin);
|
38623
39296
|
}
|
38624
39297
|
|
38625
39298
|
.amis-scope .antd-RatingControl {
|
@@ -38858,6 +39531,10 @@ readers do not read off random characters that represent icons */
|
|
38858
39531
|
flex-direction: column;
|
38859
39532
|
}
|
38860
39533
|
|
39534
|
+
.amis-scope .antd-TransferDropDown-content.is-mobile {
|
39535
|
+
width: 100%;
|
39536
|
+
}
|
39537
|
+
|
38861
39538
|
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
38862
39539
|
flex-grow: 1;
|
38863
39540
|
max-height: 100%;
|
@@ -38959,6 +39636,125 @@ readers do not read off random characters that represent icons */
|
|
38959
39636
|
border-bottom: 0.0625rem solid #eceff8;
|
38960
39637
|
}
|
38961
39638
|
|
39639
|
+
.amis-scope .antd-NestedSelect-popup {
|
39640
|
+
height: 28.75rem;
|
39641
|
+
}
|
39642
|
+
|
39643
|
+
.amis-scope .antd-Cascader-tabs {
|
39644
|
+
display: flex;
|
39645
|
+
}
|
39646
|
+
|
39647
|
+
.amis-scope .antd-Cascader-tabs.scrollable {
|
39648
|
+
display: block;
|
39649
|
+
overflow-x: auto;
|
39650
|
+
white-space: nowrap;
|
39651
|
+
}
|
39652
|
+
|
39653
|
+
.amis-scope .antd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
39654
|
+
display: none;
|
39655
|
+
}
|
39656
|
+
|
39657
|
+
.amis-scope .antd-Cascader-tab {
|
39658
|
+
flex: 1;
|
39659
|
+
width: calc((100vw - 20px) / 3);
|
39660
|
+
height: 23.125rem;
|
39661
|
+
overflow-y: auto;
|
39662
|
+
display: inline-block;
|
39663
|
+
}
|
39664
|
+
|
39665
|
+
.amis-scope .antd-Cascader-tab::-webkit-scrollbar {
|
39666
|
+
display: none;
|
39667
|
+
}
|
39668
|
+
|
39669
|
+
.amis-scope .antd-Cascader {
|
39670
|
+
width: 100%;
|
39671
|
+
padding: 0 10px;
|
39672
|
+
}
|
39673
|
+
|
39674
|
+
.amis-scope .antd-Cascader-Nav {
|
39675
|
+
overflow-x: auto;
|
39676
|
+
}
|
39677
|
+
|
39678
|
+
.amis-scope .antd-Cascader-NavItem {
|
39679
|
+
display: inline-block;
|
39680
|
+
margin-right: 0.625rem;
|
39681
|
+
list-style: none;
|
39682
|
+
cursor: pointer;
|
39683
|
+
user-select: none;
|
39684
|
+
padding: 0 0.375rem;
|
39685
|
+
}
|
39686
|
+
|
39687
|
+
.amis-scope .antd-Cascader-btnGroup {
|
39688
|
+
display: flex;
|
39689
|
+
justify-content: space-between;
|
39690
|
+
align-items: center;
|
39691
|
+
height: 3.75rem;
|
39692
|
+
}
|
39693
|
+
|
39694
|
+
.amis-scope .antd-Cascader-options {
|
39695
|
+
box-sizing: border-box;
|
39696
|
+
height: var(--Cascader-option-height);
|
39697
|
+
padding-top: 0.375rem;
|
39698
|
+
overflow-y: auto;
|
39699
|
+
-webkit-overflow-scrolling: touch;
|
39700
|
+
margin: 0;
|
39701
|
+
padding: 0;
|
39702
|
+
}
|
39703
|
+
|
39704
|
+
.amis-scope .antd-Cascader-option {
|
39705
|
+
display: flex;
|
39706
|
+
align-items: center;
|
39707
|
+
justify-content: space-between;
|
39708
|
+
padding: 0.375rem 0;
|
39709
|
+
font-size: var(--fontSizeMd);
|
39710
|
+
line-height: var(--Cascader-option-lineHeight);
|
39711
|
+
cursor: pointer;
|
39712
|
+
position: relative;
|
39713
|
+
}
|
39714
|
+
|
39715
|
+
.amis-scope .antd-Cascader-option.selected span {
|
39716
|
+
color: var(--primary);
|
39717
|
+
}
|
39718
|
+
|
39719
|
+
.amis-scope .antd-Cascader-option.disabled span {
|
39720
|
+
color: gray;
|
39721
|
+
}
|
39722
|
+
|
39723
|
+
.amis-scope .antd-Cascader-option--text {
|
39724
|
+
white-space: nowrap;
|
39725
|
+
overflow: hidden;
|
39726
|
+
text-overflow: ellipsis;
|
39727
|
+
user-select: none;
|
39728
|
+
}
|
39729
|
+
|
39730
|
+
.amis-scope .antd-Cascader-option-selectedNum {
|
39731
|
+
min-width: 1rem;
|
39732
|
+
height: 1rem;
|
39733
|
+
line-height: 1rem;
|
39734
|
+
border-radius: 100%;
|
39735
|
+
text-align: center;
|
39736
|
+
background: var(--Form-select-menu-onActive-color);
|
39737
|
+
color: var(--white) !important;
|
39738
|
+
font-size: var(--fontSizeSm);
|
39739
|
+
display: inline-block;
|
39740
|
+
position: absolute;
|
39741
|
+
right: 0;
|
39742
|
+
top: 50%;
|
39743
|
+
transform: translateY(-50%);
|
39744
|
+
}
|
39745
|
+
|
39746
|
+
.amis-scope .antd-Cascader-icon {
|
39747
|
+
color: var(--primary);
|
39748
|
+
}
|
39749
|
+
|
39750
|
+
.amis-scope .antd-Cascader-tab {
|
39751
|
+
padding: 0;
|
39752
|
+
}
|
39753
|
+
|
39754
|
+
.amis-scope .antd-Cascader-btnCancel {
|
39755
|
+
color: var(--PopUp-cancelAction-color);
|
39756
|
+
}
|
39757
|
+
|
38962
39758
|
.amis-scope .antd-IconPickerControl {
|
38963
39759
|
position: relative;
|
38964
39760
|
max-width: 100%;
|
@@ -39617,6 +40413,176 @@ readers do not read off random characters that represent icons */
|
|
39617
40413
|
width: 10%;
|
39618
40414
|
}
|
39619
40415
|
|
40416
|
+
/* 移动端样式调整 */
|
40417
|
+
|
40418
|
+
@media (max-width: 767px) {
|
40419
|
+
.amis-scope .antd-Form .antd-Form-item {
|
40420
|
+
display: flex;
|
40421
|
+
flex-wrap: wrap;
|
40422
|
+
margin-bottom: 0;
|
40423
|
+
padding: var(--Form-item-gap) 0;
|
40424
|
+
position: relative;
|
40425
|
+
}
|
40426
|
+
|
40427
|
+
.amis-scope .antd-Form .antd-Form-item::after {
|
40428
|
+
position: absolute;
|
40429
|
+
box-sizing: border-box;
|
40430
|
+
content: " ";
|
40431
|
+
pointer-events: none;
|
40432
|
+
right: 0;
|
40433
|
+
bottom: 0;
|
40434
|
+
left: 0;
|
40435
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
40436
|
+
transform: scaleY(0.5);
|
40437
|
+
}
|
40438
|
+
|
40439
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup-addOn,
|
40440
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-addOn {
|
40441
|
+
border: none;
|
40442
|
+
}
|
40443
|
+
|
40444
|
+
.amis-scope .antd-Form .antd-Form-item > .antd-Form-label {
|
40445
|
+
flex: 0 0 28%;
|
40446
|
+
max-width: 28%;
|
40447
|
+
min-height: 1px;
|
40448
|
+
text-align: left;
|
40449
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
40450
|
+
overflow-wrap: break-word;
|
40451
|
+
margin-right: 0;
|
40452
|
+
margin-bottom: 0;
|
40453
|
+
font-size: var(--fontSizeLg);
|
40454
|
+
}
|
40455
|
+
|
40456
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description {
|
40457
|
+
font-size: var(--fontSizeBase);
|
40458
|
+
}
|
40459
|
+
|
40460
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input {
|
40461
|
+
font-size: var(--fontSizeLg);
|
40462
|
+
}
|
40463
|
+
|
40464
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input input {
|
40465
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
40466
|
+
}
|
40467
|
+
|
40468
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value,
|
40469
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control {
|
40470
|
+
flex: 1;
|
40471
|
+
flex-wrap: wrap;
|
40472
|
+
font-size: var(--fontSizeLg);
|
40473
|
+
}
|
40474
|
+
|
40475
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
|
40476
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
|
40477
|
+
background: transparent;
|
40478
|
+
}
|
40479
|
+
|
40480
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint,
|
40481
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-remark,
|
40482
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static,
|
40483
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item,
|
40484
|
+
.amis-scope .antd-Form .antd-Form-item .antd-SwitchControl,
|
40485
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxControl,
|
40486
|
+
.amis-scope .antd-Form .antd-Form-item .antd-RadiosControl,
|
40487
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxesControl {
|
40488
|
+
padding-top: 0;
|
40489
|
+
padding-bottom: 0;
|
40490
|
+
}
|
40491
|
+
|
40492
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
|
40493
|
+
height: var(--Form-input-height);
|
40494
|
+
}
|
40495
|
+
|
40496
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint {
|
40497
|
+
font-size: var(--fontSizeBase);
|
40498
|
+
margin-left: 0;
|
40499
|
+
color: var(--text--muted-color);
|
40500
|
+
}
|
40501
|
+
|
40502
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-placeholder {
|
40503
|
+
top: 0;
|
40504
|
+
}
|
40505
|
+
|
40506
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static {
|
40507
|
+
min-height: 0;
|
40508
|
+
}
|
40509
|
+
|
40510
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description,
|
40511
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-feedback {
|
40512
|
+
font-size: var(--fontSizeBase);
|
40513
|
+
}
|
40514
|
+
|
40515
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-Select,
|
40516
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
|
40517
|
+
border: none;
|
40518
|
+
}
|
40519
|
+
|
40520
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
|
40521
|
+
height: var(--Form-input-height);
|
40522
|
+
}
|
40523
|
+
|
40524
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker {
|
40525
|
+
padding: 0;
|
40526
|
+
border: none;
|
40527
|
+
}
|
40528
|
+
|
40529
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
|
40530
|
+
display: none;
|
40531
|
+
}
|
40532
|
+
|
40533
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
|
40534
|
+
margin-bottom: var(--gap-xs);
|
40535
|
+
}
|
40536
|
+
|
40537
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea,
|
40538
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
40539
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
40540
|
+
border: none;
|
40541
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40542
|
+
box-shadow: none;
|
40543
|
+
}
|
40544
|
+
|
40545
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:hover,
|
40546
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:focus,
|
40547
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea.active,
|
40548
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
40549
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
40550
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
40551
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
40552
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
40553
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
40554
|
+
border: none;
|
40555
|
+
outline: none;
|
40556
|
+
outline-style: none;
|
40557
|
+
}
|
40558
|
+
|
40559
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
|
40560
|
+
padding: 0;
|
40561
|
+
min-height: 0;
|
40562
|
+
}
|
40563
|
+
|
40564
|
+
.amis-scope .antd-Form .antd-Form-groupColumn {
|
40565
|
+
margin-bottom: 0;
|
40566
|
+
}
|
40567
|
+
|
40568
|
+
.amis-scope .antd-Form .antd-Divider {
|
40569
|
+
display: none;
|
40570
|
+
}
|
40571
|
+
|
40572
|
+
.amis-scope .antd-Form .antd-Tabs-pane {
|
40573
|
+
padding: 0;
|
40574
|
+
}
|
40575
|
+
|
40576
|
+
.amis-scope .antd-Form > .antd-Form-item:last-child::after,
|
40577
|
+
.amis-scope .antd-Form > .antd-Form-item:last-of-type::after {
|
40578
|
+
display: none;
|
40579
|
+
}
|
40580
|
+
|
40581
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
40582
|
+
padding-bottom: var(--Form-input-paddingX);
|
40583
|
+
}
|
40584
|
+
}
|
40585
|
+
|
39620
40586
|
.amis-scope .antd-AnchorNav {
|
39621
40587
|
display: flex;
|
39622
40588
|
height: 25rem;
|
@@ -40010,20 +40976,29 @@ readers do not read off random characters that represent icons */
|
|
40010
40976
|
box-sizing: content-box;
|
40011
40977
|
}
|
40012
40978
|
|
40979
|
+
.amis-scope .antd-FormulaEditor-content {
|
40980
|
+
border-radius: var(--borderRadius);
|
40981
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40982
|
+
}
|
40983
|
+
|
40013
40984
|
.amis-scope .antd-FormulaEditor-header {
|
40014
40985
|
width: 100%;
|
40015
|
-
height:
|
40016
|
-
line-height:
|
40017
|
-
padding
|
40986
|
+
height: 1.875rem;
|
40987
|
+
line-height: 1.875rem;
|
40988
|
+
padding: 0 0.625rem;
|
40018
40989
|
box-sizing: border-box;
|
40019
|
-
background:
|
40990
|
+
background: var(--Formula-header-bgColor);
|
40991
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
40992
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40993
|
+
font-weight: 500;
|
40020
40994
|
}
|
40021
40995
|
|
40022
40996
|
.amis-scope .antd-FormulaEditor-editor {
|
40023
40997
|
min-height: 14.875rem;
|
40024
40998
|
max-height: 20rem;
|
40025
40999
|
height: auto;
|
40026
|
-
|
41000
|
+
padding: 0.625rem;
|
41001
|
+
padding-right: 0;
|
40027
41002
|
}
|
40028
41003
|
|
40029
41004
|
.amis-scope .antd-FormulaEditor.is-error .antd-FormulaEditor-editor {
|
@@ -40109,7 +41084,7 @@ readers do not read off random characters that represent icons */
|
|
40109
41084
|
}
|
40110
41085
|
|
40111
41086
|
.amis-scope .antd-FormulaFuncList-funcItem.is-active {
|
40112
|
-
|
41087
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
40113
41088
|
}
|
40114
41089
|
|
40115
41090
|
.amis-scope .antd-FormulaFuncList-groupTitle {
|
@@ -40125,8 +41100,211 @@ readers do not read off random characters that represent icons */
|
|
40125
41100
|
padding: 10px 20px;
|
40126
41101
|
}
|
40127
41102
|
|
41103
|
+
.amis-scope .antd-FormulaFuncList-funcDetail pre {
|
41104
|
+
white-space: pre-wrap;
|
41105
|
+
word-wrap: break-word;
|
41106
|
+
background: var(--Formula-header-bgColor);
|
41107
|
+
padding: 0.625rem;
|
41108
|
+
border-radius: var(--borderRadius);
|
41109
|
+
margin-top: 0;
|
41110
|
+
}
|
41111
|
+
|
41112
|
+
.amis-scope .antd-FormulaFuncList-funcDetail div {
|
41113
|
+
color: var(--text--loud-color);
|
41114
|
+
}
|
41115
|
+
|
40128
41116
|
.amis-scope .antd-FormulaPicker-icon {
|
40129
41117
|
margin-left: auto;
|
41118
|
+
margin-right: 0.3125rem;
|
41119
|
+
}
|
41120
|
+
|
41121
|
+
.amis-scope .antd-Timeline-vertical {
|
41122
|
+
display: flex;
|
41123
|
+
flex-flow: column;
|
41124
|
+
}
|
41125
|
+
|
41126
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem {
|
41127
|
+
display: flex;
|
41128
|
+
flex: 1;
|
41129
|
+
flex-direction: row;
|
41130
|
+
}
|
41131
|
+
|
41132
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
41133
|
+
display: none;
|
41134
|
+
}
|
41135
|
+
|
41136
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle {
|
41137
|
+
position: relative;
|
41138
|
+
flex: var(--TimelineItem--axle-flex);
|
41139
|
+
}
|
41140
|
+
|
41141
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line {
|
41142
|
+
position: absolute;
|
41143
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
41144
|
+
width: var(--TimelineItem--left-line-width);
|
41145
|
+
left: var(--TimelineItem--left-line-left);
|
41146
|
+
top: var(--TimelineItem--left-line-top);
|
41147
|
+
background-color: var(--TimelineItem--line-bg);
|
41148
|
+
}
|
41149
|
+
|
41150
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
|
41151
|
+
position: absolute;
|
41152
|
+
width: var(--TimelineItem--round-width);
|
41153
|
+
height: var(--TimelineItem--round-height);
|
41154
|
+
left: var(--TimelineItem--round-left);
|
41155
|
+
top: var(--TimelineItem--round-top);
|
41156
|
+
background: var(--TimelineItem-round-bg);
|
41157
|
+
border-radius: var(--TimelineItem--round-radius);
|
41158
|
+
}
|
41159
|
+
|
41160
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
41161
|
+
background: var(--Timeline--danger-bg);
|
41162
|
+
}
|
41163
|
+
|
41164
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
41165
|
+
background: var(--Timeline--info-bg);
|
41166
|
+
}
|
41167
|
+
|
41168
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
41169
|
+
background: var(--Timeline--success-bg);
|
41170
|
+
}
|
41171
|
+
|
41172
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
41173
|
+
background: var(--Timeline--warning-bg);
|
41174
|
+
}
|
41175
|
+
|
41176
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
41177
|
+
position: absolute;
|
41178
|
+
width: var(--TimelineItem--icon-width);
|
41179
|
+
height: var(--TimelineItem--icon-height);
|
41180
|
+
left: var(--TimelineItem--icon-left);
|
41181
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41182
|
+
}
|
41183
|
+
|
41184
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content {
|
41185
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
41186
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
41187
|
+
}
|
41188
|
+
|
41189
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-time {
|
41190
|
+
color: var(--TimelineItem--text-secondary-color);
|
41191
|
+
font-size: var(--Timeline--font-size);
|
41192
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
41193
|
+
}
|
41194
|
+
|
41195
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
|
41196
|
+
color: var(--TimelineItem--text-primary-color);
|
41197
|
+
font-size: var(--Timeline--font-size);
|
41198
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
41199
|
+
}
|
41200
|
+
|
41201
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
|
41202
|
+
display: flex;
|
41203
|
+
cursor: pointer;
|
41204
|
+
align-items: center;
|
41205
|
+
font-size: var(--Timeline--font-size);
|
41206
|
+
color: var(--TimelineItem--detail-button-color);
|
41207
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
41208
|
+
}
|
41209
|
+
|
41210
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow {
|
41211
|
+
width: var(--TimelineItem-detail-arrow-width);
|
41212
|
+
height: var(--TimelineItem-detail-arrow-width);
|
41213
|
+
}
|
41214
|
+
|
41215
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow-top {
|
41216
|
+
transform: rotateX(180deg);
|
41217
|
+
}
|
41218
|
+
|
41219
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
41220
|
+
display: block;
|
41221
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
41222
|
+
font-size: var(--Timeline--font-size);
|
41223
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
41224
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
41225
|
+
}
|
41226
|
+
|
41227
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-invisible {
|
41228
|
+
display: none;
|
41229
|
+
}
|
41230
|
+
|
41231
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-left .antd-TimelineItem {
|
41232
|
+
flex-direction: row-reverse;
|
41233
|
+
}
|
41234
|
+
|
41235
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(odd) {
|
41236
|
+
flex-direction: row-reverse;
|
41237
|
+
max-width: 50%;
|
41238
|
+
}
|
41239
|
+
|
41240
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(even) {
|
41241
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
41242
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
41243
|
+
}
|
41244
|
+
|
41245
|
+
.amis-scope .antd-Timeline-horizontal {
|
41246
|
+
display: flex;
|
41247
|
+
flex-flow: row;
|
41248
|
+
margin-left: 50%;
|
41249
|
+
transform: translateX(-50%);
|
41250
|
+
}
|
41251
|
+
|
41252
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem {
|
41253
|
+
display: flex;
|
41254
|
+
width: -webkit-fill-available;
|
41255
|
+
flex-flow: column;
|
41256
|
+
}
|
41257
|
+
|
41258
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
41259
|
+
display: none;
|
41260
|
+
}
|
41261
|
+
|
41262
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle {
|
41263
|
+
position: relative;
|
41264
|
+
flex: var(--TimelineItem--axle-flex);
|
41265
|
+
}
|
41266
|
+
|
41267
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
|
41268
|
+
position: absolute;
|
41269
|
+
height: var(--TimelineItem--left-line-width);
|
41270
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
41271
|
+
left: var(--TimelineItem--left-line-top);
|
41272
|
+
top: var(--TimelineItem--left-line-left);
|
41273
|
+
background-color: var(--TimelineItem--line-bg);
|
41274
|
+
}
|
41275
|
+
|
41276
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round {
|
41277
|
+
position: absolute;
|
41278
|
+
width: var(--TimelineItem--round-width);
|
41279
|
+
height: var(--TimelineItem--round-height);
|
41280
|
+
left: var(--TimelineItem--round-top);
|
41281
|
+
top: var(--TimelineItem--round-left);
|
41282
|
+
background: var(--TimelineItem-round-bg);
|
41283
|
+
border-radius: var(--TimelineItem--round-radius);
|
41284
|
+
}
|
41285
|
+
|
41286
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
41287
|
+
background: var(--Timeline--danger-bg);
|
41288
|
+
}
|
41289
|
+
|
41290
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
41291
|
+
background: var(--Timeline--info-bg);
|
41292
|
+
}
|
41293
|
+
|
41294
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
41295
|
+
background: var(--Timeline--success-bg);
|
41296
|
+
}
|
41297
|
+
|
41298
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
41299
|
+
background: var(--Timeline--warning-bg);
|
41300
|
+
}
|
41301
|
+
|
41302
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
41303
|
+
position: absolute;
|
41304
|
+
width: var(--TimelineItem--icon-width);
|
41305
|
+
height: var(--TimelineItem--icon-height);
|
41306
|
+
left: var(--TimelineItem--icon-left);
|
41307
|
+
border-radius: var(--TimelineItem--icon-radius);
|
40130
41308
|
}
|
40131
41309
|
|
40132
41310
|
/*
|