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-ie11.css
CHANGED
|
@@ -22257,6 +22257,7 @@ readers do not read off random characters that represent icons */
|
|
|
22257
22257
|
width: 2.5rem;
|
|
22258
22258
|
height: 2.5rem;
|
|
22259
22259
|
line-height: 2.5rem;
|
|
22260
|
+
position: relative;
|
|
22260
22261
|
display: inline-block;
|
|
22261
22262
|
overflow: hidden;
|
|
22262
22263
|
flex-shrink: 0;
|
|
@@ -22264,6 +22265,36 @@ readers do not read off random characters that represent icons */
|
|
|
22264
22265
|
text-align: center;
|
|
22265
22266
|
}
|
|
22266
22267
|
|
|
22268
|
+
.amis-scope .antd-Avatar i {
|
|
22269
|
+
font-size: 1rem;
|
|
22270
|
+
}
|
|
22271
|
+
|
|
22272
|
+
.amis-scope .antd-Avatar--lg {
|
|
22273
|
+
width: 3rem;
|
|
22274
|
+
height: 3rem;
|
|
22275
|
+
line-height: 3rem;
|
|
22276
|
+
}
|
|
22277
|
+
|
|
22278
|
+
.amis-scope .antd-Avatar--lg i {
|
|
22279
|
+
font-size: 1.25rem;
|
|
22280
|
+
}
|
|
22281
|
+
|
|
22282
|
+
.amis-scope .antd-Avatar--sm {
|
|
22283
|
+
width: 2rem;
|
|
22284
|
+
height: 2rem;
|
|
22285
|
+
line-height: 2rem;
|
|
22286
|
+
}
|
|
22287
|
+
|
|
22288
|
+
.amis-scope .antd-Avatar--sm i {
|
|
22289
|
+
font-size: 0.75rem;
|
|
22290
|
+
}
|
|
22291
|
+
|
|
22292
|
+
.amis-scope .antd-Avatar--text {
|
|
22293
|
+
position: absolute;
|
|
22294
|
+
left: 50%;
|
|
22295
|
+
transform-origin: 0 center;
|
|
22296
|
+
}
|
|
22297
|
+
|
|
22267
22298
|
.amis-scope .antd-Avatar--square {
|
|
22268
22299
|
border-radius: 0%;
|
|
22269
22300
|
}
|
|
@@ -22272,15 +22303,9 @@ readers do not read off random characters that represent icons */
|
|
|
22272
22303
|
border-radius: 10%;
|
|
22273
22304
|
}
|
|
22274
22305
|
|
|
22275
|
-
.amis-scope .antd-Avatar i {
|
|
22276
|
-
font-size: 1rem;
|
|
22277
|
-
}
|
|
22278
|
-
|
|
22279
22306
|
.amis-scope .antd-Avatar img {
|
|
22280
|
-
color: transparent;
|
|
22281
22307
|
width: 100%;
|
|
22282
22308
|
height: 100%;
|
|
22283
|
-
object-fit: cover;
|
|
22284
22309
|
}
|
|
22285
22310
|
|
|
22286
22311
|
.amis-scope .antd-Avatar:hover img,
|
|
@@ -22699,6 +22724,23 @@ readers do not read off random characters that represent icons */
|
|
|
22699
22724
|
overflow: auto;
|
|
22700
22725
|
}
|
|
22701
22726
|
|
|
22727
|
+
/* 移动端样式调整 */
|
|
22728
|
+
|
|
22729
|
+
@media (max-width: 767px) {
|
|
22730
|
+
.amis-scope .antd-Modal .antd-Modal-footer {
|
|
22731
|
+
display: flex;
|
|
22732
|
+
}
|
|
22733
|
+
|
|
22734
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button {
|
|
22735
|
+
flex: 1;
|
|
22736
|
+
height: 2.75rem;
|
|
22737
|
+
}
|
|
22738
|
+
|
|
22739
|
+
.amis-scope .antd-Modal .antd-Modal-footer > .antd-Button:first-child {
|
|
22740
|
+
margin-left: 0;
|
|
22741
|
+
}
|
|
22742
|
+
}
|
|
22743
|
+
|
|
22702
22744
|
.amis-scope .antd-Drawer {
|
|
22703
22745
|
position: fixed;
|
|
22704
22746
|
top: 0;
|
|
@@ -23376,6 +23418,7 @@ readers do not read off random characters that represent icons */
|
|
|
23376
23418
|
|
|
23377
23419
|
.amis-scope .antd-PopUp {
|
|
23378
23420
|
width: 100%;
|
|
23421
|
+
height: 25rem;
|
|
23379
23422
|
position: fixed;
|
|
23380
23423
|
background: white;
|
|
23381
23424
|
left: 0;
|
|
@@ -23430,27 +23473,51 @@ readers do not read off random characters that represent icons */
|
|
|
23430
23473
|
height: 100%;
|
|
23431
23474
|
box-sizing: border-box;
|
|
23432
23475
|
background: #fff;
|
|
23433
|
-
|
|
23476
|
+
display: flex;
|
|
23477
|
+
flex-direction: column;
|
|
23434
23478
|
}
|
|
23435
23479
|
|
|
23436
23480
|
.amis-scope .antd-PopUp-closeWrap {
|
|
23437
|
-
|
|
23438
|
-
|
|
23439
|
-
|
|
23440
|
-
|
|
23481
|
+
position: relative;
|
|
23482
|
+
text-align: center;
|
|
23483
|
+
height: 3rem;
|
|
23484
|
+
line-height: 3rem;
|
|
23441
23485
|
}
|
|
23442
23486
|
|
|
23443
|
-
.amis-scope .antd-PopUp-close {
|
|
23444
|
-
|
|
23445
|
-
|
|
23446
|
-
|
|
23487
|
+
.amis-scope .antd-PopUp-closeWrap .antd-PopUp-close {
|
|
23488
|
+
position: absolute;
|
|
23489
|
+
z-index: 1;
|
|
23490
|
+
color: inherit;
|
|
23447
23491
|
cursor: pointer;
|
|
23492
|
+
top: 0.9375rem;
|
|
23493
|
+
right: 0.9375rem;
|
|
23494
|
+
}
|
|
23495
|
+
|
|
23496
|
+
.amis-scope .antd-PopUp-toolbar {
|
|
23497
|
+
display: flex;
|
|
23498
|
+
align-items: center;
|
|
23499
|
+
justify-content: space-between;
|
|
23500
|
+
height: 3.75rem;
|
|
23501
|
+
}
|
|
23502
|
+
|
|
23503
|
+
.amis-scope .antd-PopUp-title {
|
|
23504
|
+
font-size: 0.875rem;
|
|
23505
|
+
}
|
|
23506
|
+
|
|
23507
|
+
.amis-scope .antd-PopUp-cancel {
|
|
23508
|
+
color: #666;
|
|
23509
|
+
margin-left: 0.5rem;
|
|
23510
|
+
}
|
|
23511
|
+
|
|
23512
|
+
.amis-scope .antd-PopUp-confirm {
|
|
23513
|
+
margin-right: 0.5rem;
|
|
23448
23514
|
}
|
|
23449
23515
|
|
|
23450
23516
|
.amis-scope .antd-PopUp-content {
|
|
23451
23517
|
overflow-y: auto;
|
|
23452
23518
|
height: 100%;
|
|
23453
23519
|
display: flex;
|
|
23520
|
+
flex: 1;
|
|
23454
23521
|
}
|
|
23455
23522
|
|
|
23456
23523
|
.amis-scope .antd-PopUp > * {
|
|
@@ -23479,6 +23546,10 @@ readers do not read off random characters that represent icons */
|
|
|
23479
23546
|
margin-top: -0.25rem;
|
|
23480
23547
|
}
|
|
23481
23548
|
|
|
23549
|
+
.amis-scope .antd-PopUp-safearea {
|
|
23550
|
+
height: 1rem;
|
|
23551
|
+
}
|
|
23552
|
+
|
|
23482
23553
|
.amis-scope .antd-PickerColumns {
|
|
23483
23554
|
position: relative;
|
|
23484
23555
|
background-color: white;
|
|
@@ -23488,7 +23559,11 @@ readers do not read off random characters that represent icons */
|
|
|
23488
23559
|
font-size: 1rem;
|
|
23489
23560
|
}
|
|
23490
23561
|
|
|
23491
|
-
.amis-scope .antd-PickerColumns
|
|
23562
|
+
.amis-scope .antd-PickerColumns li:focus {
|
|
23563
|
+
outline: none;
|
|
23564
|
+
}
|
|
23565
|
+
|
|
23566
|
+
.amis-scope .antd-PickerColumns-header {
|
|
23492
23567
|
display: flex;
|
|
23493
23568
|
align-items: center;
|
|
23494
23569
|
justify-content: space-between;
|
|
@@ -23498,16 +23573,16 @@ readers do not read off random characters that represent icons */
|
|
|
23498
23573
|
.amis-scope .antd-PickerColumns-cancel,
|
|
23499
23574
|
.amis-scope .antd-PickerColumns-confirm {
|
|
23500
23575
|
height: 100%;
|
|
23501
|
-
padding: 0
|
|
23502
|
-
font-size:
|
|
23503
|
-
background-color: transparent;
|
|
23576
|
+
padding: 0 1rem;
|
|
23577
|
+
font-size: 1rem;
|
|
23578
|
+
background-color: transparent !important;
|
|
23504
23579
|
border: none;
|
|
23505
23580
|
cursor: pointer;
|
|
23506
23581
|
}
|
|
23507
23582
|
|
|
23508
23583
|
.amis-scope .antd-PickerColumns-cancel:active,
|
|
23509
23584
|
.amis-scope .antd-PickerColumns-confirm:active {
|
|
23510
|
-
|
|
23585
|
+
background-color: none !important;
|
|
23511
23586
|
}
|
|
23512
23587
|
|
|
23513
23588
|
.amis-scope .antd-PickerColumns-cancel:hover,
|
|
@@ -23516,11 +23591,11 @@ readers do not read off random characters that represent icons */
|
|
|
23516
23591
|
}
|
|
23517
23592
|
|
|
23518
23593
|
.amis-scope .antd-PickerColumns-confirm {
|
|
23519
|
-
color:
|
|
23594
|
+
color: #2468f2 !important;
|
|
23520
23595
|
}
|
|
23521
23596
|
|
|
23522
23597
|
.amis-scope .antd-PickerColumns-cancel {
|
|
23523
|
-
color:
|
|
23598
|
+
color: #666 !important;
|
|
23524
23599
|
}
|
|
23525
23600
|
|
|
23526
23601
|
.amis-scope .antd-PickerColumns-title {
|
|
@@ -23529,6 +23604,7 @@ readers do not read off random characters that represent icons */
|
|
|
23529
23604
|
font-size: 1rem;
|
|
23530
23605
|
line-height: 1.5;
|
|
23531
23606
|
text-align: center;
|
|
23607
|
+
color: #222;
|
|
23532
23608
|
}
|
|
23533
23609
|
|
|
23534
23610
|
.amis-scope .antd-PickerColumns-columns {
|
|
@@ -23607,6 +23683,11 @@ readers do not read off random characters that represent icons */
|
|
|
23607
23683
|
opacity: 0.3;
|
|
23608
23684
|
}
|
|
23609
23685
|
|
|
23686
|
+
.amis-scope .antd-PickerColumns-columnItemis-selected {
|
|
23687
|
+
font-size: 18px;
|
|
23688
|
+
color: --PickerColumns-title-color;
|
|
23689
|
+
}
|
|
23690
|
+
|
|
23610
23691
|
@keyframes bounceIn {
|
|
23611
23692
|
from, 20%, 40%, 60%, 80%, to {
|
|
23612
23693
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
@@ -25495,6 +25576,50 @@ readers do not read off random characters that represent icons */
|
|
|
25495
25576
|
display: none;
|
|
25496
25577
|
}
|
|
25497
25578
|
|
|
25579
|
+
/* 移动端样式调整 */
|
|
25580
|
+
|
|
25581
|
+
@media (max-width: 767px) {
|
|
25582
|
+
.amis-scope .antd-Panel--form {
|
|
25583
|
+
border: none;
|
|
25584
|
+
box-shadow: none;
|
|
25585
|
+
margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
|
|
25586
|
+
}
|
|
25587
|
+
|
|
25588
|
+
.amis-scope .antd-Panel--form .antd-Panel-body {
|
|
25589
|
+
padding: 0 1rem 1rem;
|
|
25590
|
+
}
|
|
25591
|
+
|
|
25592
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading {
|
|
25593
|
+
background: none;
|
|
25594
|
+
border: none;
|
|
25595
|
+
border-radius: 0;
|
|
25596
|
+
}
|
|
25597
|
+
|
|
25598
|
+
.amis-scope .antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
|
|
25599
|
+
padding-left: 0.75rem;
|
|
25600
|
+
border-left: 0.1875rem solid #1890ff;
|
|
25601
|
+
font-size: 1rem;
|
|
25602
|
+
}
|
|
25603
|
+
|
|
25604
|
+
.amis-scope .antd-Panel--form .antd-Panel-footerWrap {
|
|
25605
|
+
padding-bottom: 0.75rem;
|
|
25606
|
+
}
|
|
25607
|
+
|
|
25608
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer {
|
|
25609
|
+
border-top: none;
|
|
25610
|
+
display: flex;
|
|
25611
|
+
padding: 0 0.75rem;
|
|
25612
|
+
}
|
|
25613
|
+
|
|
25614
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button {
|
|
25615
|
+
flex: 1;
|
|
25616
|
+
}
|
|
25617
|
+
|
|
25618
|
+
.amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button:first-child {
|
|
25619
|
+
margin-left: 0;
|
|
25620
|
+
}
|
|
25621
|
+
}
|
|
25622
|
+
|
|
25498
25623
|
.amis-scope .antd-Service {
|
|
25499
25624
|
position: relative;
|
|
25500
25625
|
}
|
|
@@ -25758,19 +25883,28 @@ readers do not read off random characters that represent icons */
|
|
|
25758
25883
|
}
|
|
25759
25884
|
|
|
25760
25885
|
.amis-scope .antd-DropDown-menu {
|
|
25886
|
+
background: #fff;
|
|
25887
|
+
list-style: none;
|
|
25888
|
+
padding: 0.25rem 0;
|
|
25889
|
+
min-width: 10rem;
|
|
25890
|
+
text-align: left;
|
|
25891
|
+
border: none;
|
|
25892
|
+
user-select: none;
|
|
25893
|
+
}
|
|
25894
|
+
|
|
25895
|
+
.amis-scope .antd-DropDown-menu-root {
|
|
25761
25896
|
position: absolute;
|
|
25762
25897
|
z-index: 1000;
|
|
25763
25898
|
top: 100%;
|
|
25764
25899
|
left: 0;
|
|
25765
25900
|
margin: 0.0625rem 0 0;
|
|
25766
|
-
|
|
25767
|
-
list-style: none;
|
|
25768
|
-
padding: 0.25rem 0;
|
|
25769
|
-
border: 0.0625rem solid #eceff8;
|
|
25901
|
+
border: none;
|
|
25770
25902
|
border-radius: 2px;
|
|
25771
25903
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
25772
25904
|
min-width: 10rem;
|
|
25773
|
-
|
|
25905
|
+
overflow-y: auto;
|
|
25906
|
+
overflow-x: hidden;
|
|
25907
|
+
max-height: 18.75rem;
|
|
25774
25908
|
}
|
|
25775
25909
|
|
|
25776
25910
|
.amis-scope .antd-DropDown--alignRight .antd-DropDown-menu {
|
|
@@ -25789,7 +25923,7 @@ readers do not read off random characters that represent icons */
|
|
|
25789
25923
|
height: 2.125rem;
|
|
25790
25924
|
vertical-align: middle;
|
|
25791
25925
|
user-select: none;
|
|
25792
|
-
color:
|
|
25926
|
+
color: #151a26;
|
|
25793
25927
|
text-decoration: none;
|
|
25794
25928
|
}
|
|
25795
25929
|
|
|
@@ -25815,7 +25949,7 @@ readers do not read off random characters that represent icons */
|
|
|
25815
25949
|
.amis-scope .antd-DropDown-menuItem.is-disabled,
|
|
25816
25950
|
.amis-scope .antd-DropDown-menu > li.is-disabled {
|
|
25817
25951
|
cursor: not-allowed;
|
|
25818
|
-
color: #
|
|
25952
|
+
color: #b4b6ba;
|
|
25819
25953
|
filter: grayscale(80%);
|
|
25820
25954
|
}
|
|
25821
25955
|
|
|
@@ -25828,6 +25962,32 @@ readers do not read off random characters that represent icons */
|
|
|
25828
25962
|
padding: 0;
|
|
25829
25963
|
}
|
|
25830
25964
|
|
|
25965
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle,
|
|
25966
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle {
|
|
25967
|
+
height: inherit;
|
|
25968
|
+
font-size: 0.75rem;
|
|
25969
|
+
padding: 0.25rem 0.25rem;
|
|
25970
|
+
padding-left: 0.5rem;
|
|
25971
|
+
color: #848b99;
|
|
25972
|
+
flex-grow: 1;
|
|
25973
|
+
cursor: default;
|
|
25974
|
+
}
|
|
25975
|
+
|
|
25976
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle:hover,
|
|
25977
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle:hover {
|
|
25978
|
+
background: none;
|
|
25979
|
+
}
|
|
25980
|
+
|
|
25981
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle span,
|
|
25982
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle span {
|
|
25983
|
+
white-space: nowrap;
|
|
25984
|
+
}
|
|
25985
|
+
|
|
25986
|
+
.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button,
|
|
25987
|
+
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
|
|
25988
|
+
padding-left: 1.25rem;
|
|
25989
|
+
}
|
|
25990
|
+
|
|
25831
25991
|
.amis-scope .antd-DropDown-menu > li a {
|
|
25832
25992
|
color: inherit;
|
|
25833
25993
|
display: block;
|
|
@@ -25934,108 +26094,405 @@ readers do not read off random characters that represent icons */
|
|
|
25934
26094
|
position: relative;
|
|
25935
26095
|
}
|
|
25936
26096
|
|
|
25937
|
-
.amis-scope .antd-
|
|
25938
|
-
|
|
25939
|
-
|
|
25940
|
-
line-height: 1.25rem;
|
|
26097
|
+
.amis-scope .antd-CalendarMobile {
|
|
26098
|
+
height: 100%;
|
|
26099
|
+
overflow: scroll;
|
|
25941
26100
|
}
|
|
25942
26101
|
|
|
25943
|
-
.amis-scope .antd-
|
|
25944
|
-
|
|
25945
|
-
|
|
25946
|
-
|
|
25947
|
-
|
|
25948
|
-
|
|
25949
|
-
|
|
25950
|
-
|
|
26102
|
+
.amis-scope .antd-CalendarMobile-pop {
|
|
26103
|
+
position: fixed;
|
|
26104
|
+
bottom: 0;
|
|
26105
|
+
left: 0;
|
|
26106
|
+
width: 100vw;
|
|
26107
|
+
height: 90vh;
|
|
26108
|
+
background: #fff;
|
|
26109
|
+
border-radius: 1rem 1rem 0 0;
|
|
26110
|
+
overflow: hidden;
|
|
26111
|
+
border-width: 0;
|
|
25951
26112
|
}
|
|
25952
26113
|
|
|
25953
|
-
.amis-scope .antd-
|
|
25954
|
-
display:
|
|
25955
|
-
flex-direction:
|
|
26114
|
+
.amis-scope .antd-CalendarMobile-wrap {
|
|
26115
|
+
display: flex;
|
|
26116
|
+
flex-direction: column;
|
|
26117
|
+
height: 100%;
|
|
25956
26118
|
}
|
|
25957
26119
|
|
|
25958
|
-
.amis-scope .antd-
|
|
25959
|
-
|
|
26120
|
+
.amis-scope .antd-CalendarMobile-header {
|
|
26121
|
+
flex-shrink: 0;
|
|
26122
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
|
26123
|
+
position: relative;
|
|
25960
26124
|
}
|
|
25961
26125
|
|
|
25962
|
-
.amis-scope .antd-
|
|
25963
|
-
|
|
26126
|
+
.amis-scope .antd-CalendarMobile-header .subtitle-text {
|
|
26127
|
+
display: inline-block;
|
|
26128
|
+
width: 6.875rem;
|
|
26129
|
+
position: relative;
|
|
25964
26130
|
}
|
|
25965
26131
|
|
|
25966
|
-
.amis-scope .antd-
|
|
25967
|
-
|
|
25968
|
-
|
|
25969
|
-
|
|
25970
|
-
|
|
26132
|
+
.amis-scope .antd-CalendarMobile-header .rdtPrev {
|
|
26133
|
+
width: 1.25rem;
|
|
26134
|
+
height: 2.75rem;
|
|
26135
|
+
display: block;
|
|
26136
|
+
position: absolute;
|
|
26137
|
+
top: 0;
|
|
26138
|
+
left: -1.25rem;
|
|
25971
26139
|
}
|
|
25972
26140
|
|
|
25973
|
-
.amis-scope .antd-
|
|
25974
|
-
|
|
25975
|
-
|
|
25976
|
-
display:
|
|
25977
|
-
|
|
25978
|
-
|
|
25979
|
-
|
|
25980
|
-
border-color: rgba(0, 0, 0, 0.85);
|
|
25981
|
-
border-style: solid;
|
|
25982
|
-
border-width: 0.0625rem 0.0625rem 0 0;
|
|
25983
|
-
transform: rotate(45deg);
|
|
25984
|
-
transform-origin: 50% 50%;
|
|
26141
|
+
.amis-scope .antd-CalendarMobile-header .rdtNext {
|
|
26142
|
+
width: 1.25rem;
|
|
26143
|
+
height: 2.75rem;
|
|
26144
|
+
display: block;
|
|
26145
|
+
position: absolute;
|
|
26146
|
+
top: 0;
|
|
26147
|
+
right: -1.25rem;
|
|
25985
26148
|
}
|
|
25986
26149
|
|
|
25987
|
-
.amis-scope .antd-
|
|
25988
|
-
|
|
25989
|
-
|
|
26150
|
+
.amis-scope .antd-CalendarMobile-title,
|
|
26151
|
+
.amis-scope .antd-CalendarMobile-subtitle {
|
|
26152
|
+
height: 2.75rem;
|
|
26153
|
+
font-weight: 500;
|
|
26154
|
+
line-height: 2.75rem;
|
|
25990
26155
|
text-align: center;
|
|
25991
|
-
margin-right: 0.25rem;
|
|
25992
26156
|
}
|
|
25993
26157
|
|
|
25994
|
-
.amis-scope .antd-
|
|
25995
|
-
|
|
26158
|
+
.amis-scope .antd-CalendarMobile-title {
|
|
26159
|
+
font-size: 1rem;
|
|
25996
26160
|
}
|
|
25997
26161
|
|
|
25998
|
-
.amis-scope .antd-
|
|
25999
|
-
|
|
26000
|
-
transform-origin: 50% 30%;
|
|
26162
|
+
.amis-scope .antd-CalendarMobile-weekdays {
|
|
26163
|
+
display: flex;
|
|
26001
26164
|
}
|
|
26002
26165
|
|
|
26003
|
-
.amis-scope .antd-
|
|
26004
|
-
|
|
26166
|
+
.amis-scope .antd-CalendarMobile-weekdays .weekday {
|
|
26167
|
+
flex: 1;
|
|
26168
|
+
line-height: 1.875rem;
|
|
26169
|
+
text-align: center;
|
|
26005
26170
|
}
|
|
26006
26171
|
|
|
26007
|
-
.amis-scope .antd-
|
|
26008
|
-
|
|
26009
|
-
|
|
26010
|
-
color: #
|
|
26172
|
+
.amis-scope .antd-CalendarMobile-close {
|
|
26173
|
+
position: absolute;
|
|
26174
|
+
z-index: 1;
|
|
26175
|
+
color: #c8c9cc;
|
|
26176
|
+
font-size: 1rem;
|
|
26177
|
+
cursor: pointer;
|
|
26178
|
+
top: 0.6875rem;
|
|
26179
|
+
right: 1rem;
|
|
26011
26180
|
}
|
|
26012
26181
|
|
|
26013
|
-
.amis-scope .antd-
|
|
26014
|
-
|
|
26182
|
+
.amis-scope .antd-CalendarMobile-body::-webkit-scrollbar {
|
|
26183
|
+
width: 0;
|
|
26015
26184
|
}
|
|
26016
26185
|
|
|
26017
|
-
.amis-scope .antd-
|
|
26018
|
-
|
|
26186
|
+
.amis-scope .antd-CalendarMobile-body {
|
|
26187
|
+
flex: 1;
|
|
26188
|
+
overflow-y: scroll;
|
|
26019
26189
|
}
|
|
26020
26190
|
|
|
26021
|
-
.amis-scope .antd-
|
|
26022
|
-
|
|
26023
|
-
font-size: 0.875rem;
|
|
26024
|
-
border-top: none;
|
|
26025
|
-
border-bottom: 0.0625rem solid
|
|
26026
|
-
#dfe2e6;
|
|
26191
|
+
.amis-scope .antd-CalendarMobile-body table {
|
|
26192
|
+
border-spacing: 0 0.25rem;
|
|
26027
26193
|
}
|
|
26028
26194
|
|
|
26029
|
-
.amis-scope .antd-
|
|
26030
|
-
|
|
26195
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
|
26196
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
|
26197
|
+
background: transparent;
|
|
26198
|
+
color: rgba(0, 0, 0, 0.85);
|
|
26199
|
+
text-shadow: none;
|
|
26031
26200
|
}
|
|
26032
26201
|
|
|
26033
|
-
.amis-scope .antd-
|
|
26034
|
-
|
|
26035
|
-
|
|
26202
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
|
26203
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
|
26204
|
+
color: #999;
|
|
26036
26205
|
}
|
|
26037
26206
|
|
|
26038
|
-
.amis-scope .antd-
|
|
26207
|
+
.amis-scope .antd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
|
26208
|
+
display: none;
|
|
26209
|
+
}
|
|
26210
|
+
|
|
26211
|
+
.amis-scope .antd-CalendarMobile-body .rdtPicker td {
|
|
26212
|
+
height: 3.5rem;
|
|
26213
|
+
position: relative;
|
|
26214
|
+
}
|
|
26215
|
+
|
|
26216
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
|
26217
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
|
26218
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
|
26219
|
+
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
|
26220
|
+
background: transparent;
|
|
26221
|
+
}
|
|
26222
|
+
|
|
26223
|
+
.amis-scope .antd-CalendarMobile-body .calendar-wrap {
|
|
26224
|
+
position: relative;
|
|
26225
|
+
width: 3.125rem;
|
|
26226
|
+
height: 100%;
|
|
26227
|
+
text-align: center;
|
|
26228
|
+
display: inline-flex;
|
|
26229
|
+
align-items: center;
|
|
26230
|
+
justify-content: center;
|
|
26231
|
+
border-radius: 0.25rem;
|
|
26232
|
+
}
|
|
26233
|
+
|
|
26234
|
+
.amis-scope .antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
|
|
26235
|
+
width: auto;
|
|
26236
|
+
max-width: 3.125rem;
|
|
26237
|
+
}
|
|
26238
|
+
|
|
26239
|
+
.amis-scope .antd-CalendarMobile-footer {
|
|
26240
|
+
flex-shrink: 0;
|
|
26241
|
+
}
|
|
26242
|
+
|
|
26243
|
+
.amis-scope .antd-CalendarMobile-footer .date-range-confirm {
|
|
26244
|
+
height: 2.25rem;
|
|
26245
|
+
margin: 0.4375rem 0;
|
|
26246
|
+
border-radius: 0.285rem;
|
|
26247
|
+
display: block;
|
|
26248
|
+
}
|
|
26249
|
+
|
|
26250
|
+
.amis-scope .antd-CalendarMobile-footer .is-disabled {
|
|
26251
|
+
opacity: 0.5;
|
|
26252
|
+
color: #fff;
|
|
26253
|
+
background: #1890ff;
|
|
26254
|
+
border-color: #1890ff;
|
|
26255
|
+
filter: none;
|
|
26256
|
+
}
|
|
26257
|
+
|
|
26258
|
+
.amis-scope .antd-CalendarMobile-footer-toolbar {
|
|
26259
|
+
padding: 0 1rem;
|
|
26260
|
+
}
|
|
26261
|
+
|
|
26262
|
+
.amis-scope .antd-CalendarMobile-footer-ranges {
|
|
26263
|
+
background: #fff;
|
|
26264
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
|
26265
|
+
border-radius: 24px;
|
|
26266
|
+
overflow-x: auto;
|
|
26267
|
+
position: relative;
|
|
26268
|
+
height: 3rem;
|
|
26269
|
+
line-height: 3rem;
|
|
26270
|
+
}
|
|
26271
|
+
|
|
26272
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
|
|
26273
|
+
position: absolute;
|
|
26274
|
+
white-space: nowrap;
|
|
26275
|
+
}
|
|
26276
|
+
|
|
26277
|
+
.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers .antd-DateRangePicker-ranger {
|
|
26278
|
+
margin: 0 1.5625rem;
|
|
26279
|
+
}
|
|
26280
|
+
|
|
26281
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
|
26282
|
+
padding: 0.5rem 0;
|
|
26283
|
+
}
|
|
26284
|
+
|
|
26285
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker {
|
|
26286
|
+
width: 100%;
|
|
26287
|
+
padding: 0;
|
|
26288
|
+
}
|
|
26289
|
+
|
|
26290
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
|
26291
|
+
visibility: hidden;
|
|
26292
|
+
}
|
|
26293
|
+
|
|
26294
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
|
26295
|
+
display: none;
|
|
26296
|
+
}
|
|
26297
|
+
|
|
26298
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
|
26299
|
+
background: rgba(24, 144, 255, 0.1) !important;
|
|
26300
|
+
color: #1890ff;
|
|
26301
|
+
}
|
|
26302
|
+
|
|
26303
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
|
26304
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
|
26305
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
|
26306
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
|
26307
|
+
background: #1890ff !important;
|
|
26308
|
+
color: #fff;
|
|
26309
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
26310
|
+
}
|
|
26311
|
+
|
|
26312
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
|
26313
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
|
26314
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(24, 144, 255, 0.1) 51%, rgba(24, 144, 255, 0.1) 100%) !important;
|
|
26315
|
+
}
|
|
26316
|
+
|
|
26317
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
|
26318
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
|
26319
|
+
background: linear-gradient(to right, rgba(24, 144, 255, 0.1) 0%, rgba(24, 144, 255, 0.1) 50%, transparent 51%, transparent 100%) !important;
|
|
26320
|
+
}
|
|
26321
|
+
|
|
26322
|
+
.amis-scope .antd-CalendarMobile-calendar-header {
|
|
26323
|
+
height: 1.875rem;
|
|
26324
|
+
line-height: 1.875rem;
|
|
26325
|
+
text-align: center;
|
|
26326
|
+
}
|
|
26327
|
+
|
|
26328
|
+
.amis-scope .antd-CalendarMobile-range-text {
|
|
26329
|
+
position: absolute;
|
|
26330
|
+
right: 0;
|
|
26331
|
+
left: 0;
|
|
26332
|
+
bottom: 0;
|
|
26333
|
+
color: #fff;
|
|
26334
|
+
font-size: 0.75rem;
|
|
26335
|
+
white-space: nowrap;
|
|
26336
|
+
}
|
|
26337
|
+
|
|
26338
|
+
.amis-scope .antd-CalendarMobile-calendar-wrap {
|
|
26339
|
+
position: relative;
|
|
26340
|
+
}
|
|
26341
|
+
|
|
26342
|
+
.amis-scope .antd-CalendarMobile-calendar-mark {
|
|
26343
|
+
position: absolute;
|
|
26344
|
+
top: 50%;
|
|
26345
|
+
left: 50%;
|
|
26346
|
+
z-index: 0;
|
|
26347
|
+
color: rgba(242, 243, 245, 0.8);
|
|
26348
|
+
font-size: 10rem;
|
|
26349
|
+
transform: translate(-50%, -50%);
|
|
26350
|
+
pointer-events: none;
|
|
26351
|
+
}
|
|
26352
|
+
|
|
26353
|
+
.amis-scope .antd-CalendarMobile-toast {
|
|
26354
|
+
position: fixed;
|
|
26355
|
+
top: 50%;
|
|
26356
|
+
left: 50%;
|
|
26357
|
+
transform: translate(-50%, -50%);
|
|
26358
|
+
width: 8.5rem;
|
|
26359
|
+
height: 2.25rem;
|
|
26360
|
+
background: rgba(0, 0, 0, 0.9);
|
|
26361
|
+
border-radius: 4px;
|
|
26362
|
+
color: #fff;
|
|
26363
|
+
display: flex;
|
|
26364
|
+
justify-content: center;
|
|
26365
|
+
align-items: center;
|
|
26366
|
+
}
|
|
26367
|
+
|
|
26368
|
+
.amis-scope .antd-CalendarMobile-time {
|
|
26369
|
+
height: 11.25rem;
|
|
26370
|
+
}
|
|
26371
|
+
|
|
26372
|
+
.amis-scope .antd-CalendarMobile-time-title {
|
|
26373
|
+
border: 0.0625rem solid #b4bbc5;
|
|
26374
|
+
border-left: none;
|
|
26375
|
+
border-right: none;
|
|
26376
|
+
text-align: center;
|
|
26377
|
+
height: 1.875rem;
|
|
26378
|
+
line-height: 1.875rem;
|
|
26379
|
+
}
|
|
26380
|
+
|
|
26381
|
+
.amis-scope .antd-CalendarMobile-time .rdtPicker {
|
|
26382
|
+
margin: 0 auto;
|
|
26383
|
+
}
|
|
26384
|
+
|
|
26385
|
+
.amis-scope .antd-CalendarMobile .antd-CalendarTime {
|
|
26386
|
+
height: 8.125rem;
|
|
26387
|
+
overflow: hidden;
|
|
26388
|
+
}
|
|
26389
|
+
|
|
26390
|
+
.amis-scope .antd-CalendarMobile .antd-PickerColumns-header {
|
|
26391
|
+
display: none;
|
|
26392
|
+
}
|
|
26393
|
+
|
|
26394
|
+
.amis-scope .antd-Collapse {
|
|
26395
|
+
border: none;
|
|
26396
|
+
padding: 0;
|
|
26397
|
+
line-height: 1.25rem;
|
|
26398
|
+
}
|
|
26399
|
+
|
|
26400
|
+
.amis-scope .antd-Collapse-header {
|
|
26401
|
+
font-size: 0.875rem;
|
|
26402
|
+
font-weight: 400;
|
|
26403
|
+
color: #333;
|
|
26404
|
+
padding: 1.125rem 0 0.25rem 0;
|
|
26405
|
+
margin: 0;
|
|
26406
|
+
cursor: pointer;
|
|
26407
|
+
background: transparent;
|
|
26408
|
+
}
|
|
26409
|
+
|
|
26410
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
|
26411
|
+
display: inline-flex;
|
|
26412
|
+
flex-direction: row;
|
|
26413
|
+
}
|
|
26414
|
+
|
|
26415
|
+
.amis-scope .antd-Collapse-header-tpl {
|
|
26416
|
+
margin-right: 0.5rem;
|
|
26417
|
+
}
|
|
26418
|
+
|
|
26419
|
+
.amis-scope .antd-Collapse-header:hover {
|
|
26420
|
+
background: transparent;
|
|
26421
|
+
}
|
|
26422
|
+
|
|
26423
|
+
.amis-scope .antd-Collapse-arrow {
|
|
26424
|
+
display: inline-block;
|
|
26425
|
+
width: 1rem;
|
|
26426
|
+
text-align: center;
|
|
26427
|
+
margin-right: 0.5rem;
|
|
26428
|
+
}
|
|
26429
|
+
|
|
26430
|
+
.amis-scope .antd-Collapse-arrow:before {
|
|
26431
|
+
content: "";
|
|
26432
|
+
position: relative;
|
|
26433
|
+
display: inline-block;
|
|
26434
|
+
width: 0.375rem;
|
|
26435
|
+
height: 0.375rem;
|
|
26436
|
+
top: -0.125rem;
|
|
26437
|
+
border-color: rgba(0, 0, 0, 0.85);
|
|
26438
|
+
border-style: solid;
|
|
26439
|
+
border-width: 0.0625rem 0.0625rem 0 0;
|
|
26440
|
+
transform: rotate(45deg);
|
|
26441
|
+
transform-origin: 50% 50%;
|
|
26442
|
+
}
|
|
26443
|
+
|
|
26444
|
+
.amis-scope .antd-Collapse-icon-tranform {
|
|
26445
|
+
display: inline-block;
|
|
26446
|
+
width: 1rem;
|
|
26447
|
+
text-align: center;
|
|
26448
|
+
margin-right: 0.25rem;
|
|
26449
|
+
}
|
|
26450
|
+
|
|
26451
|
+
.amis-scope .antd-Collapse .antd-TplField {
|
|
26452
|
+
display: inline-block;
|
|
26453
|
+
}
|
|
26454
|
+
|
|
26455
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
|
|
26456
|
+
transform: rotate(135deg);
|
|
26457
|
+
transform-origin: 50% 30%;
|
|
26458
|
+
}
|
|
26459
|
+
|
|
26460
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
|
|
26461
|
+
transform: rotate(90deg);
|
|
26462
|
+
}
|
|
26463
|
+
|
|
26464
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header {
|
|
26465
|
+
cursor: not-allowed;
|
|
26466
|
+
user-select: none;
|
|
26467
|
+
color: #999;
|
|
26468
|
+
}
|
|
26469
|
+
|
|
26470
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
|
26471
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
|
26472
|
+
}
|
|
26473
|
+
|
|
26474
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
|
26475
|
+
border-color: #999;
|
|
26476
|
+
}
|
|
26477
|
+
|
|
26478
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
|
|
26479
|
+
text-align: center;
|
|
26480
|
+
font-size: 0.875rem;
|
|
26481
|
+
border-top: none;
|
|
26482
|
+
border-bottom: 0.0625rem solid
|
|
26483
|
+
#dfe2e6;
|
|
26484
|
+
}
|
|
26485
|
+
|
|
26486
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
|
26487
|
+
border-top: none;
|
|
26488
|
+
}
|
|
26489
|
+
|
|
26490
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
|
26491
|
+
top: -0.25rem;
|
|
26492
|
+
transform: rotate(135deg);
|
|
26493
|
+
}
|
|
26494
|
+
|
|
26495
|
+
.amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
|
|
26039
26496
|
top: 0;
|
|
26040
26497
|
transform: rotate(-45deg);
|
|
26041
26498
|
}
|
|
@@ -28763,7 +29220,7 @@ readers do not read off random characters that represent icons */
|
|
|
28763
29220
|
.amis-scope .antd-ColumnToggler-menuItem.is-disabled,
|
|
28764
29221
|
.amis-scope .antd-ColumnToggler-menu > li.is-disabled {
|
|
28765
29222
|
cursor: not-allowed;
|
|
28766
|
-
color: #
|
|
29223
|
+
color: #b4b6ba;
|
|
28767
29224
|
filter: grayscale(80%);
|
|
28768
29225
|
}
|
|
28769
29226
|
|
|
@@ -29721,7 +30178,7 @@ readers do not read off random characters that represent icons */
|
|
|
29721
30178
|
|
|
29722
30179
|
.amis-scope .antd-Card-multiMedia-img {
|
|
29723
30180
|
display: block;
|
|
29724
|
-
width:
|
|
30181
|
+
width: auto;
|
|
29725
30182
|
height: auto;
|
|
29726
30183
|
object-fit: cover;
|
|
29727
30184
|
border-radius: 2px;
|
|
@@ -31216,25 +31673,55 @@ readers do not read off random characters that represent icons */
|
|
|
31216
31673
|
min-height: 24px;
|
|
31217
31674
|
}
|
|
31218
31675
|
|
|
31219
|
-
.amis-scope .antd-
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
|
|
31223
|
-
font-size:
|
|
31224
|
-
|
|
31225
|
-
align-items: center;
|
|
31676
|
+
.amis-scope .antd-ResultBox.is-mobile {
|
|
31677
|
+
min-height: calc(1.4285714286 * 1rem);
|
|
31678
|
+
border: none;
|
|
31679
|
+
padding: 0;
|
|
31680
|
+
font-size: 1rem;
|
|
31681
|
+
border: none;
|
|
31226
31682
|
justify-content: flex-end;
|
|
31227
|
-
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
|
|
31683
|
+
}
|
|
31684
|
+
|
|
31685
|
+
.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow {
|
|
31686
|
+
margin-right: 0.25rem;
|
|
31687
|
+
width: 1rem;
|
|
31688
|
+
text-align: center;
|
|
31689
|
+
display: flex;
|
|
31690
|
+
align-items: center;
|
|
31691
|
+
justify-content: center;
|
|
31692
|
+
line-height: 1;
|
|
31693
|
+
margin-left: 4px;
|
|
31694
|
+
}
|
|
31695
|
+
|
|
31696
|
+
.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow > svg {
|
|
31697
|
+
transition: transform 0s;
|
|
31698
|
+
display: inline-block;
|
|
31699
|
+
color: #999;
|
|
31700
|
+
width: 10px;
|
|
31701
|
+
height: 10px;
|
|
31702
|
+
top: 0;
|
|
31703
|
+
transform: rotate(-90deg);
|
|
31704
|
+
}
|
|
31705
|
+
|
|
31706
|
+
.amis-scope .antd-SearchBox {
|
|
31707
|
+
display: inline-flex;
|
|
31708
|
+
flex-direction: row;
|
|
31709
|
+
line-height: 1.4285714286;
|
|
31710
|
+
font-size: 0.875rem;
|
|
31711
|
+
flex-wrap: nowrap;
|
|
31712
|
+
align-items: center;
|
|
31713
|
+
justify-content: flex-end;
|
|
31714
|
+
height: 30px;
|
|
31715
|
+
width: 30px;
|
|
31716
|
+
padding: 0 8px;
|
|
31717
|
+
transition: all 0s ease-in-out;
|
|
31718
|
+
border: 0.0625rem solid transparent;
|
|
31719
|
+
border-radius: 2px;
|
|
31720
|
+
height: 30px;
|
|
31721
|
+
}
|
|
31722
|
+
|
|
31723
|
+
.amis-scope .antd-SearchBox:hover {
|
|
31724
|
+
background: rgba(255, 255, 255, 0.6);
|
|
31238
31725
|
}
|
|
31239
31726
|
|
|
31240
31727
|
.amis-scope .antd-SearchBox.is-active {
|
|
@@ -32764,6 +33251,8 @@ readers do not read off random characters that represent icons */
|
|
|
32764
33251
|
pointer-events: all;
|
|
32765
33252
|
margin-left: 0.25rem;
|
|
32766
33253
|
cursor: pointer;
|
|
33254
|
+
display: inline-block;
|
|
33255
|
+
vertical-align: middle;
|
|
32767
33256
|
}
|
|
32768
33257
|
|
|
32769
33258
|
.amis-scope .antd-Checkbox > i + span > a {
|
|
@@ -33005,7 +33494,6 @@ readers do not read off random characters that represent icons */
|
|
|
33005
33494
|
|
|
33006
33495
|
.amis-scope .antd-Selection > .antd-Checkbox {
|
|
33007
33496
|
display: block;
|
|
33008
|
-
height: 1.875rem;
|
|
33009
33497
|
line-height: 1.4285714286;
|
|
33010
33498
|
font-size: 0.875rem;
|
|
33011
33499
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
|
@@ -33048,7 +33536,6 @@ readers do not read off random characters that represent icons */
|
|
|
33048
33536
|
|
|
33049
33537
|
.amis-scope .antd-GroupedSelection-item {
|
|
33050
33538
|
display: flex;
|
|
33051
|
-
height: 1.875rem;
|
|
33052
33539
|
line-height: 1.4285714286;
|
|
33053
33540
|
font-size: 0.875rem;
|
|
33054
33541
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
|
@@ -33179,7 +33666,6 @@ readers do not read off random characters that represent icons */
|
|
|
33179
33666
|
.amis-scope .antd-TreeSelection-itemInner {
|
|
33180
33667
|
display: flex;
|
|
33181
33668
|
align-items: center;
|
|
33182
|
-
height: 1.875rem;
|
|
33183
33669
|
line-height: 1.4285714286;
|
|
33184
33670
|
font-size: 0.875rem;
|
|
33185
33671
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
|
@@ -33234,6 +33720,7 @@ readers do not read off random characters that represent icons */
|
|
|
33234
33720
|
.amis-scope .antd-ChainedSelection {
|
|
33235
33721
|
display: flex;
|
|
33236
33722
|
flex-direction: row;
|
|
33723
|
+
min-height: 100%;
|
|
33237
33724
|
}
|
|
33238
33725
|
|
|
33239
33726
|
.amis-scope .antd-ChainedSelection-col {
|
|
@@ -33253,7 +33740,6 @@ readers do not read off random characters that represent icons */
|
|
|
33253
33740
|
|
|
33254
33741
|
.amis-scope .antd-ChainedSelection-item {
|
|
33255
33742
|
display: flex;
|
|
33256
|
-
height: 1.875rem;
|
|
33257
33743
|
line-height: 1.4285714286;
|
|
33258
33744
|
font-size: 0.875rem;
|
|
33259
33745
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
|
@@ -33373,6 +33859,38 @@ readers do not read off random characters that represent icons */
|
|
|
33373
33859
|
display: inline-block;
|
|
33374
33860
|
}
|
|
33375
33861
|
|
|
33862
|
+
.amis-scope .antd-CityArea-popup {
|
|
33863
|
+
height: 17.5rem;
|
|
33864
|
+
}
|
|
33865
|
+
|
|
33866
|
+
.amis-scope .antd-CityArea-Input {
|
|
33867
|
+
margin-top: 0.25rem;
|
|
33868
|
+
outline: none;
|
|
33869
|
+
vertical-align: top;
|
|
33870
|
+
border: 0.0625rem solid #d9d9d9;
|
|
33871
|
+
border-radius: 2px;
|
|
33872
|
+
line-height: 1.4285714286;
|
|
33873
|
+
padding: calc(
|
|
33874
|
+
(
|
|
33875
|
+
1.875rem - 1.4285714286 *
|
|
33876
|
+
0.875rem - 0.125rem
|
|
33877
|
+
) / 2
|
|
33878
|
+
) 0.5rem;
|
|
33879
|
+
font-size: 0.875rem;
|
|
33880
|
+
display: inline-flex !important;
|
|
33881
|
+
}
|
|
33882
|
+
|
|
33883
|
+
.amis-scope .antd-CityArea-Input::placeholder {
|
|
33884
|
+
color: #999;
|
|
33885
|
+
user-select: none;
|
|
33886
|
+
}
|
|
33887
|
+
|
|
33888
|
+
.amis-scope .antd-CityArea-Input:focus {
|
|
33889
|
+
border-color: #40a9ff;
|
|
33890
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
33891
|
+
background: #fff;
|
|
33892
|
+
}
|
|
33893
|
+
|
|
33376
33894
|
.amis-scope .antd-Switch {
|
|
33377
33895
|
cursor: pointer;
|
|
33378
33896
|
position: relative;
|
|
@@ -33653,6 +34171,7 @@ readers do not read off random characters that represent icons */
|
|
|
33653
34171
|
display: inline-flex;
|
|
33654
34172
|
vertical-align: middle;
|
|
33655
34173
|
text-align: left;
|
|
34174
|
+
align-items: center;
|
|
33656
34175
|
outline: none;
|
|
33657
34176
|
position: relative;
|
|
33658
34177
|
font-size: 0.875rem;
|
|
@@ -33799,10 +34318,26 @@ readers do not read off random characters that represent icons */
|
|
|
33799
34318
|
top: 0;
|
|
33800
34319
|
}
|
|
33801
34320
|
|
|
33802
|
-
.amis-scope .antd-Select.is-opened .antd-Select-arrow > svg {
|
|
34321
|
+
.amis-scope .antd-Select.is-opened:not(.is-mobile) .antd-Select-arrow > svg {
|
|
33803
34322
|
transform: rotate(180deg);
|
|
33804
34323
|
}
|
|
33805
34324
|
|
|
34325
|
+
.amis-scope .antd-Select.is-mobile {
|
|
34326
|
+
min-height: calc(1.4285714286 * 1rem);
|
|
34327
|
+
border: none;
|
|
34328
|
+
padding: 0;
|
|
34329
|
+
font-size: 1rem;
|
|
34330
|
+
}
|
|
34331
|
+
|
|
34332
|
+
.amis-scope .antd-Select.is-mobile .antd-Select-valueWrap {
|
|
34333
|
+
text-align: right;
|
|
34334
|
+
padding-right: 4px;
|
|
34335
|
+
}
|
|
34336
|
+
|
|
34337
|
+
.amis-scope .antd-Select.is-mobile .antd-Select-arrow > svg {
|
|
34338
|
+
transform: rotate(-90deg);
|
|
34339
|
+
}
|
|
34340
|
+
|
|
33806
34341
|
.amis-scope .antd-Select-menu {
|
|
33807
34342
|
max-height: 18.75rem;
|
|
33808
34343
|
overflow: auto;
|
|
@@ -33813,6 +34348,15 @@ readers do not read off random characters that represent icons */
|
|
|
33813
34348
|
margin-top: -0.1875rem;
|
|
33814
34349
|
}
|
|
33815
34350
|
|
|
34351
|
+
.amis-scope .antd-Select-menu.is-mobile {
|
|
34352
|
+
width: 100%;
|
|
34353
|
+
text-align: center;
|
|
34354
|
+
}
|
|
34355
|
+
|
|
34356
|
+
.amis-scope .antd-Select-menu.is-mobile .antd-Select-option {
|
|
34357
|
+
line-height: 2.25rem;
|
|
34358
|
+
}
|
|
34359
|
+
|
|
33816
34360
|
.amis-scope .antd-Select--longlist {
|
|
33817
34361
|
overflow: hidden;
|
|
33818
34362
|
max-height: max-content;
|
|
@@ -33914,8 +34458,8 @@ readers do not read off random characters that represent icons */
|
|
|
33914
34458
|
margin-right: 0.25rem;
|
|
33915
34459
|
}
|
|
33916
34460
|
|
|
33917
|
-
.amis-scope .antd-Select.is-focused,
|
|
33918
|
-
.amis-scope .antd-Select.is-opened {
|
|
34461
|
+
.amis-scope .antd-Select.is-focused:not(.is-mobile),
|
|
34462
|
+
.amis-scope .antd-Select.is-opened:not(.is-mobile) {
|
|
33919
34463
|
border-color: #40a9ff;
|
|
33920
34464
|
color: #000;
|
|
33921
34465
|
}
|
|
@@ -33945,6 +34489,10 @@ readers do not read off random characters that represent icons */
|
|
|
33945
34489
|
fill: #1f2329;
|
|
33946
34490
|
}
|
|
33947
34491
|
|
|
34492
|
+
.amis-scope .antd-Select-popup {
|
|
34493
|
+
height: 20rem;
|
|
34494
|
+
}
|
|
34495
|
+
|
|
33948
34496
|
.amis-scope .antd-Select-popover {
|
|
33949
34497
|
margin-top: calc(0 * -1);
|
|
33950
34498
|
background: #fff;
|
|
@@ -34025,6 +34573,7 @@ readers do not read off random characters that represent icons */
|
|
|
34025
34573
|
height: 1.875rem;
|
|
34026
34574
|
line-height: 1.4285714286;
|
|
34027
34575
|
font-size: 0.875rem;
|
|
34576
|
+
align-items: center;
|
|
34028
34577
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
|
34029
34578
|
}
|
|
34030
34579
|
|
|
@@ -34034,6 +34583,7 @@ readers do not read off random characters that represent icons */
|
|
|
34034
34583
|
}
|
|
34035
34584
|
|
|
34036
34585
|
.amis-scope .antd-Selections-item > .antd-Selections-dragbar {
|
|
34586
|
+
top: 0;
|
|
34037
34587
|
width: 1.25rem;
|
|
34038
34588
|
position: relative;
|
|
34039
34589
|
left: calc(0.25rem * -1);
|
|
@@ -34357,7 +34907,7 @@ readers do not read off random characters that represent icons */
|
|
|
34357
34907
|
}
|
|
34358
34908
|
|
|
34359
34909
|
.amis-scope .antd-ColorPicker-popup {
|
|
34360
|
-
height:
|
|
34910
|
+
height: 25rem;
|
|
34361
34911
|
}
|
|
34362
34912
|
|
|
34363
34913
|
.amis-scope .antd-ColorPicker:not(.is-disabled) {
|
|
@@ -34625,7 +35175,50 @@ readers do not read off random characters that represent icons */
|
|
|
34625
35175
|
}
|
|
34626
35176
|
|
|
34627
35177
|
.amis-scope .antd-DatePicker-popup {
|
|
34628
|
-
height:
|
|
35178
|
+
height: 18.75rem;
|
|
35179
|
+
}
|
|
35180
|
+
|
|
35181
|
+
.amis-scope .antd-DatePicker.is-mobile {
|
|
35182
|
+
border: 0;
|
|
35183
|
+
justify-content: flex-end;
|
|
35184
|
+
}
|
|
35185
|
+
|
|
35186
|
+
.amis-scope .antd-DatePicker.is-mobile span:focus,
|
|
35187
|
+
.amis-scope .antd-DatePicker.is-mobile a:focus {
|
|
35188
|
+
outline: unset;
|
|
35189
|
+
}
|
|
35190
|
+
|
|
35191
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value,
|
|
35192
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-clear {
|
|
35193
|
+
display: inline-flex;
|
|
35194
|
+
justify-content: flex-end;
|
|
35195
|
+
padding: 0 0;
|
|
35196
|
+
}
|
|
35197
|
+
|
|
35198
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value {
|
|
35199
|
+
margin-right: 0.25rem;
|
|
35200
|
+
}
|
|
35201
|
+
|
|
35202
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-placeholder {
|
|
35203
|
+
flex-grow: unset;
|
|
35204
|
+
flex-basis: unset;
|
|
35205
|
+
}
|
|
35206
|
+
|
|
35207
|
+
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-toggler {
|
|
35208
|
+
margin-top: -3px;
|
|
35209
|
+
}
|
|
35210
|
+
|
|
35211
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile {
|
|
35212
|
+
color: red;
|
|
35213
|
+
}
|
|
35214
|
+
|
|
35215
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt {
|
|
35216
|
+
width: 100%;
|
|
35217
|
+
}
|
|
35218
|
+
|
|
35219
|
+
.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt .rdtPicker {
|
|
35220
|
+
width: 100%;
|
|
35221
|
+
padding: unset;
|
|
34629
35222
|
}
|
|
34630
35223
|
|
|
34631
35224
|
.amis-scope .rdt {
|
|
@@ -35176,7 +35769,7 @@ readers do not read off random characters that represent icons */
|
|
|
35176
35769
|
}
|
|
35177
35770
|
|
|
35178
35771
|
.amis-scope .antd-DateRangePicker-popup {
|
|
35179
|
-
height:
|
|
35772
|
+
height: 25rem;
|
|
35180
35773
|
}
|
|
35181
35774
|
|
|
35182
35775
|
@media (min-width: 576px) {
|
|
@@ -36522,7 +37115,7 @@ readers do not read off random characters that represent icons */
|
|
|
36522
37115
|
}
|
|
36523
37116
|
|
|
36524
37117
|
.amis-scope .antd-TreeSelect-popup {
|
|
36525
|
-
height:
|
|
37118
|
+
height: 25rem;
|
|
36526
37119
|
}
|
|
36527
37120
|
|
|
36528
37121
|
.amis-scope .antd-TreeSelect-popover {
|
|
@@ -37379,25 +37972,52 @@ readers do not read off random characters that represent icons */
|
|
|
37379
37972
|
}
|
|
37380
37973
|
|
|
37381
37974
|
.amis-scope .antd-Rating {
|
|
37975
|
+
display: flex;
|
|
37976
|
+
position: relative;
|
|
37977
|
+
align-items: center;
|
|
37978
|
+
justify-content: flex-start;
|
|
37979
|
+
flex-flow: row wrap;
|
|
37980
|
+
}
|
|
37981
|
+
|
|
37982
|
+
.amis-scope .antd-Rating > ul {
|
|
37983
|
+
display: flex;
|
|
37984
|
+
padding: unset;
|
|
37985
|
+
margin: unset;
|
|
37986
|
+
align-items: center;
|
|
37987
|
+
justify-content: flex-start;
|
|
37988
|
+
flex-flow: row wrap;
|
|
37989
|
+
}
|
|
37990
|
+
|
|
37991
|
+
.amis-scope .antd-Rating-star {
|
|
37382
37992
|
position: relative;
|
|
37993
|
+
margin-right: 0.5rem;
|
|
37383
37994
|
overflow: hidden;
|
|
37384
37995
|
display: block;
|
|
37385
|
-
float: left;
|
|
37386
37996
|
font-size: 1.5rem;
|
|
37387
|
-
|
|
37997
|
+
line-height: 1;
|
|
37388
37998
|
cursor: pointer;
|
|
37999
|
+
user-select: none;
|
|
38000
|
+
color: #e6e6e8;
|
|
38001
|
+
}
|
|
38002
|
+
|
|
38003
|
+
.amis-scope .antd-Rating-star-half > svg.icon,
|
|
38004
|
+
.amis-scope .antd-Rating-star > svg.icon {
|
|
38005
|
+
display: block;
|
|
38006
|
+
width: 1.5rem;
|
|
38007
|
+
height: 1.5rem;
|
|
38008
|
+
top: 0;
|
|
37389
38009
|
}
|
|
37390
38010
|
|
|
37391
|
-
.amis-scope .antd-Rating
|
|
37392
|
-
|
|
38011
|
+
.amis-scope .antd-Rating-star:last-of-type {
|
|
38012
|
+
margin-right: 0;
|
|
37393
38013
|
}
|
|
37394
38014
|
|
|
37395
|
-
.amis-scope .antd-Rating.is-disabled {
|
|
38015
|
+
.amis-scope .antd-Rating-star.is-disabled {
|
|
37396
38016
|
cursor: not-allowed;
|
|
37397
38017
|
pointer-events: none;
|
|
37398
38018
|
}
|
|
37399
38019
|
|
|
37400
|
-
.amis-scope .antd-Rating-half
|
|
38020
|
+
.amis-scope .antd-Rating-star-half {
|
|
37401
38021
|
position: absolute;
|
|
37402
38022
|
overflow: hidden;
|
|
37403
38023
|
display: block;
|
|
@@ -37405,8 +38025,20 @@ readers do not read off random characters that represent icons */
|
|
|
37405
38025
|
top: 0;
|
|
37406
38026
|
left: 0;
|
|
37407
38027
|
width: 50%;
|
|
37408
|
-
|
|
37409
|
-
|
|
38028
|
+
}
|
|
38029
|
+
|
|
38030
|
+
.amis-scope .antd-Rating-text {
|
|
38031
|
+
font-size: 0.75rem;
|
|
38032
|
+
color: rgba(0, 0, 0, 0.85);
|
|
38033
|
+
font-weight: 400;
|
|
38034
|
+
}
|
|
38035
|
+
|
|
38036
|
+
.amis-scope .antd-Rating-text--left {
|
|
38037
|
+
margin-right: 0.5rem;
|
|
38038
|
+
}
|
|
38039
|
+
|
|
38040
|
+
.amis-scope .antd-Rating-text--right {
|
|
38041
|
+
margin-left: 0.5rem;
|
|
37410
38042
|
}
|
|
37411
38043
|
|
|
37412
38044
|
.amis-scope .antd-RatingControl {
|
|
@@ -37645,6 +38277,10 @@ readers do not read off random characters that represent icons */
|
|
|
37645
38277
|
flex-direction: column;
|
|
37646
38278
|
}
|
|
37647
38279
|
|
|
38280
|
+
.amis-scope .antd-TransferDropDown-content.is-mobile {
|
|
38281
|
+
width: 100%;
|
|
38282
|
+
}
|
|
38283
|
+
|
|
37648
38284
|
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
|
37649
38285
|
flex-grow: 1;
|
|
37650
38286
|
max-height: 100%;
|
|
@@ -37747,6 +38383,125 @@ readers do not read off random characters that represent icons */
|
|
|
37747
38383
|
border-bottom: 0.0625rem solid #eceff8;
|
|
37748
38384
|
}
|
|
37749
38385
|
|
|
38386
|
+
.amis-scope .antd-NestedSelect-popup {
|
|
38387
|
+
height: 28.75rem;
|
|
38388
|
+
}
|
|
38389
|
+
|
|
38390
|
+
.amis-scope .antd-Cascader-tabs {
|
|
38391
|
+
display: flex;
|
|
38392
|
+
}
|
|
38393
|
+
|
|
38394
|
+
.amis-scope .antd-Cascader-tabs.scrollable {
|
|
38395
|
+
display: block;
|
|
38396
|
+
overflow-x: auto;
|
|
38397
|
+
white-space: nowrap;
|
|
38398
|
+
}
|
|
38399
|
+
|
|
38400
|
+
.amis-scope .antd-Cascader-tabs.scrollable::-webkit-scrollbar {
|
|
38401
|
+
display: none;
|
|
38402
|
+
}
|
|
38403
|
+
|
|
38404
|
+
.amis-scope .antd-Cascader-tab {
|
|
38405
|
+
flex: 1;
|
|
38406
|
+
width: calc((100vw - 20px) / 3);
|
|
38407
|
+
height: 23.125rem;
|
|
38408
|
+
overflow-y: auto;
|
|
38409
|
+
display: inline-block;
|
|
38410
|
+
}
|
|
38411
|
+
|
|
38412
|
+
.amis-scope .antd-Cascader-tab::-webkit-scrollbar {
|
|
38413
|
+
display: none;
|
|
38414
|
+
}
|
|
38415
|
+
|
|
38416
|
+
.amis-scope .antd-Cascader {
|
|
38417
|
+
width: 100%;
|
|
38418
|
+
padding: 0 10px;
|
|
38419
|
+
}
|
|
38420
|
+
|
|
38421
|
+
.amis-scope .antd-Cascader-Nav {
|
|
38422
|
+
overflow-x: auto;
|
|
38423
|
+
}
|
|
38424
|
+
|
|
38425
|
+
.amis-scope .antd-Cascader-NavItem {
|
|
38426
|
+
display: inline-block;
|
|
38427
|
+
margin-right: 0.625rem;
|
|
38428
|
+
list-style: none;
|
|
38429
|
+
cursor: pointer;
|
|
38430
|
+
user-select: none;
|
|
38431
|
+
padding: 0 0.375rem;
|
|
38432
|
+
}
|
|
38433
|
+
|
|
38434
|
+
.amis-scope .antd-Cascader-btnGroup {
|
|
38435
|
+
display: flex;
|
|
38436
|
+
justify-content: space-between;
|
|
38437
|
+
align-items: center;
|
|
38438
|
+
height: 3.75rem;
|
|
38439
|
+
}
|
|
38440
|
+
|
|
38441
|
+
.amis-scope .antd-Cascader-options {
|
|
38442
|
+
box-sizing: border-box;
|
|
38443
|
+
height: var(--Cascader-option-height);
|
|
38444
|
+
padding-top: 0.375rem;
|
|
38445
|
+
overflow-y: auto;
|
|
38446
|
+
-webkit-overflow-scrolling: touch;
|
|
38447
|
+
margin: 0;
|
|
38448
|
+
padding: 0;
|
|
38449
|
+
}
|
|
38450
|
+
|
|
38451
|
+
.amis-scope .antd-Cascader-option {
|
|
38452
|
+
display: flex;
|
|
38453
|
+
align-items: center;
|
|
38454
|
+
justify-content: space-between;
|
|
38455
|
+
padding: 0.375rem 0;
|
|
38456
|
+
font-size: 0.875rem;
|
|
38457
|
+
line-height: var(--Cascader-option-lineHeight);
|
|
38458
|
+
cursor: pointer;
|
|
38459
|
+
position: relative;
|
|
38460
|
+
}
|
|
38461
|
+
|
|
38462
|
+
.amis-scope .antd-Cascader-option.selected span {
|
|
38463
|
+
color: #1890ff;
|
|
38464
|
+
}
|
|
38465
|
+
|
|
38466
|
+
.amis-scope .antd-Cascader-option.disabled span {
|
|
38467
|
+
color: gray;
|
|
38468
|
+
}
|
|
38469
|
+
|
|
38470
|
+
.amis-scope .antd-Cascader-option--text {
|
|
38471
|
+
white-space: nowrap;
|
|
38472
|
+
overflow: hidden;
|
|
38473
|
+
text-overflow: ellipsis;
|
|
38474
|
+
user-select: none;
|
|
38475
|
+
}
|
|
38476
|
+
|
|
38477
|
+
.amis-scope .antd-Cascader-option-selectedNum {
|
|
38478
|
+
min-width: 1rem;
|
|
38479
|
+
height: 1rem;
|
|
38480
|
+
line-height: 1rem;
|
|
38481
|
+
border-radius: 100%;
|
|
38482
|
+
text-align: center;
|
|
38483
|
+
background: #1890ff;
|
|
38484
|
+
color: #fff !important;
|
|
38485
|
+
font-size: 0.75rem;
|
|
38486
|
+
display: inline-block;
|
|
38487
|
+
position: absolute;
|
|
38488
|
+
right: 0;
|
|
38489
|
+
top: 50%;
|
|
38490
|
+
transform: translateY(-50%);
|
|
38491
|
+
}
|
|
38492
|
+
|
|
38493
|
+
.amis-scope .antd-Cascader-icon {
|
|
38494
|
+
color: #1890ff;
|
|
38495
|
+
}
|
|
38496
|
+
|
|
38497
|
+
.amis-scope .antd-Cascader-tab {
|
|
38498
|
+
padding: 0;
|
|
38499
|
+
}
|
|
38500
|
+
|
|
38501
|
+
.amis-scope .antd-Cascader-btnCancel {
|
|
38502
|
+
color: #666;
|
|
38503
|
+
}
|
|
38504
|
+
|
|
37750
38505
|
.amis-scope .antd-IconPickerControl {
|
|
37751
38506
|
position: relative;
|
|
37752
38507
|
max-width: 100%;
|
|
@@ -38470,6 +39225,176 @@ readers do not read off random characters that represent icons */
|
|
|
38470
39225
|
width: 10%;
|
|
38471
39226
|
}
|
|
38472
39227
|
|
|
39228
|
+
/* 移动端样式调整 */
|
|
39229
|
+
|
|
39230
|
+
@media (max-width: 767px) {
|
|
39231
|
+
.amis-scope .antd-Form .antd-Form-item {
|
|
39232
|
+
display: flex;
|
|
39233
|
+
flex-wrap: wrap;
|
|
39234
|
+
margin-bottom: 0;
|
|
39235
|
+
padding: 0.75rem 0;
|
|
39236
|
+
position: relative;
|
|
39237
|
+
}
|
|
39238
|
+
|
|
39239
|
+
.amis-scope .antd-Form .antd-Form-item::after {
|
|
39240
|
+
position: absolute;
|
|
39241
|
+
box-sizing: border-box;
|
|
39242
|
+
content: " ";
|
|
39243
|
+
pointer-events: none;
|
|
39244
|
+
right: 0;
|
|
39245
|
+
bottom: 0;
|
|
39246
|
+
left: 0;
|
|
39247
|
+
border-bottom: 0.0625rem solid #eceff8;
|
|
39248
|
+
transform: scaleY(0.5);
|
|
39249
|
+
}
|
|
39250
|
+
|
|
39251
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup-addOn,
|
|
39252
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-addOn {
|
|
39253
|
+
border: none;
|
|
39254
|
+
}
|
|
39255
|
+
|
|
39256
|
+
.amis-scope .antd-Form .antd-Form-item > .antd-Form-label {
|
|
39257
|
+
flex: 0 0 28%;
|
|
39258
|
+
max-width: 28%;
|
|
39259
|
+
min-height: 1px;
|
|
39260
|
+
text-align: left;
|
|
39261
|
+
padding-right: calc(1rem / 2);
|
|
39262
|
+
overflow-wrap: break-word;
|
|
39263
|
+
margin-right: 0;
|
|
39264
|
+
margin-bottom: 0;
|
|
39265
|
+
font-size: 1rem;
|
|
39266
|
+
}
|
|
39267
|
+
|
|
39268
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description {
|
|
39269
|
+
font-size: 0.875rem;
|
|
39270
|
+
}
|
|
39271
|
+
|
|
39272
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input {
|
|
39273
|
+
font-size: 1rem;
|
|
39274
|
+
}
|
|
39275
|
+
|
|
39276
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-input input {
|
|
39277
|
+
height: calc(1.4285714286 * 1rem);
|
|
39278
|
+
}
|
|
39279
|
+
|
|
39280
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value,
|
|
39281
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control {
|
|
39282
|
+
flex: 1;
|
|
39283
|
+
flex-wrap: wrap;
|
|
39284
|
+
font-size: 1rem;
|
|
39285
|
+
}
|
|
39286
|
+
|
|
39287
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
|
|
39288
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
|
|
39289
|
+
background: transparent;
|
|
39290
|
+
}
|
|
39291
|
+
|
|
39292
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint,
|
|
39293
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-remark,
|
|
39294
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static,
|
|
39295
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item,
|
|
39296
|
+
.amis-scope .antd-Form .antd-Form-item .antd-SwitchControl,
|
|
39297
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxControl,
|
|
39298
|
+
.amis-scope .antd-Form .antd-Form-item .antd-RadiosControl,
|
|
39299
|
+
.amis-scope .antd-Form .antd-Form-item .antd-CheckboxesControl {
|
|
39300
|
+
padding-top: 0;
|
|
39301
|
+
padding-bottom: 0;
|
|
39302
|
+
}
|
|
39303
|
+
|
|
39304
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
|
|
39305
|
+
height: 1.875rem;
|
|
39306
|
+
}
|
|
39307
|
+
|
|
39308
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-hint {
|
|
39309
|
+
font-size: 0.875rem;
|
|
39310
|
+
margin-left: 0;
|
|
39311
|
+
color: #999;
|
|
39312
|
+
}
|
|
39313
|
+
|
|
39314
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl-placeholder {
|
|
39315
|
+
top: 0;
|
|
39316
|
+
}
|
|
39317
|
+
|
|
39318
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-static {
|
|
39319
|
+
min-height: 0;
|
|
39320
|
+
}
|
|
39321
|
+
|
|
39322
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-description,
|
|
39323
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-feedback {
|
|
39324
|
+
font-size: 0.875rem;
|
|
39325
|
+
}
|
|
39326
|
+
|
|
39327
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-Select,
|
|
39328
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
|
|
39329
|
+
border: none;
|
|
39330
|
+
}
|
|
39331
|
+
|
|
39332
|
+
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
|
|
39333
|
+
height: 1.875rem;
|
|
39334
|
+
}
|
|
39335
|
+
|
|
39336
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker {
|
|
39337
|
+
padding: 0;
|
|
39338
|
+
border: none;
|
|
39339
|
+
}
|
|
39340
|
+
|
|
39341
|
+
.amis-scope .antd-Form .antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
|
|
39342
|
+
display: none;
|
|
39343
|
+
}
|
|
39344
|
+
|
|
39345
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
|
|
39346
|
+
margin-bottom: 0.25rem;
|
|
39347
|
+
}
|
|
39348
|
+
|
|
39349
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea,
|
|
39350
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
|
39351
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
|
39352
|
+
border: none;
|
|
39353
|
+
padding: 0 0.5rem 0 0;
|
|
39354
|
+
box-shadow: none;
|
|
39355
|
+
}
|
|
39356
|
+
|
|
39357
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:hover,
|
|
39358
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:focus,
|
|
39359
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea.active,
|
|
39360
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
|
39361
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
|
39362
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
|
39363
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
|
39364
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
|
39365
|
+
.amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
|
39366
|
+
border: none;
|
|
39367
|
+
outline: none;
|
|
39368
|
+
outline-style: none;
|
|
39369
|
+
}
|
|
39370
|
+
|
|
39371
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
|
|
39372
|
+
padding: 0;
|
|
39373
|
+
min-height: 0;
|
|
39374
|
+
}
|
|
39375
|
+
|
|
39376
|
+
.amis-scope .antd-Form .antd-Form-groupColumn {
|
|
39377
|
+
margin-bottom: 0;
|
|
39378
|
+
}
|
|
39379
|
+
|
|
39380
|
+
.amis-scope .antd-Form .antd-Divider {
|
|
39381
|
+
display: none;
|
|
39382
|
+
}
|
|
39383
|
+
|
|
39384
|
+
.amis-scope .antd-Form .antd-Tabs-pane {
|
|
39385
|
+
padding: 0;
|
|
39386
|
+
}
|
|
39387
|
+
|
|
39388
|
+
.amis-scope .antd-Form > .antd-Form-item:last-child::after,
|
|
39389
|
+
.amis-scope .antd-Form > .antd-Form-item:last-of-type::after {
|
|
39390
|
+
display: none;
|
|
39391
|
+
}
|
|
39392
|
+
|
|
39393
|
+
.amis-scope .antd-Form .antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
|
39394
|
+
padding-bottom: 0.5rem;
|
|
39395
|
+
}
|
|
39396
|
+
}
|
|
39397
|
+
|
|
38473
39398
|
.amis-scope .antd-AnchorNav {
|
|
38474
39399
|
display: flex;
|
|
38475
39400
|
height: 25rem;
|
|
@@ -38863,20 +39788,29 @@ readers do not read off random characters that represent icons */
|
|
|
38863
39788
|
box-sizing: content-box;
|
|
38864
39789
|
}
|
|
38865
39790
|
|
|
39791
|
+
.amis-scope .antd-FormulaEditor-content {
|
|
39792
|
+
border-radius: 2px;
|
|
39793
|
+
border: 0.0625rem solid #d9d9d9;
|
|
39794
|
+
}
|
|
39795
|
+
|
|
38866
39796
|
.amis-scope .antd-FormulaEditor-header {
|
|
38867
39797
|
width: 100%;
|
|
38868
|
-
height:
|
|
38869
|
-
line-height:
|
|
38870
|
-
padding
|
|
39798
|
+
height: 1.875rem;
|
|
39799
|
+
line-height: 1.875rem;
|
|
39800
|
+
padding: 0 0.625rem;
|
|
38871
39801
|
box-sizing: border-box;
|
|
38872
|
-
background:
|
|
39802
|
+
background: var(--Formula-header-bgColor);
|
|
39803
|
+
border-radius: 2px 2px 0 0;
|
|
39804
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
|
39805
|
+
font-weight: 500;
|
|
38873
39806
|
}
|
|
38874
39807
|
|
|
38875
39808
|
.amis-scope .antd-FormulaEditor-editor {
|
|
38876
39809
|
min-height: 14.875rem;
|
|
38877
39810
|
max-height: 20rem;
|
|
38878
39811
|
height: auto;
|
|
38879
|
-
|
|
39812
|
+
padding: 0.625rem;
|
|
39813
|
+
padding-right: 0;
|
|
38880
39814
|
}
|
|
38881
39815
|
|
|
38882
39816
|
.amis-scope .antd-FormulaEditor.is-error .antd-FormulaEditor-editor {
|
|
@@ -38962,7 +39896,7 @@ readers do not read off random characters that represent icons */
|
|
|
38962
39896
|
}
|
|
38963
39897
|
|
|
38964
39898
|
.amis-scope .antd-FormulaFuncList-funcItem.is-active {
|
|
38965
|
-
|
|
39899
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
|
38966
39900
|
}
|
|
38967
39901
|
|
|
38968
39902
|
.amis-scope .antd-FormulaFuncList-groupTitle {
|
|
@@ -38978,8 +39912,211 @@ readers do not read off random characters that represent icons */
|
|
|
38978
39912
|
padding: 10px 20px;
|
|
38979
39913
|
}
|
|
38980
39914
|
|
|
39915
|
+
.amis-scope .antd-FormulaFuncList-funcDetail pre {
|
|
39916
|
+
white-space: pre-wrap;
|
|
39917
|
+
word-wrap: break-word;
|
|
39918
|
+
background: var(--Formula-header-bgColor);
|
|
39919
|
+
padding: 0.625rem;
|
|
39920
|
+
border-radius: 2px;
|
|
39921
|
+
margin-top: 0;
|
|
39922
|
+
}
|
|
39923
|
+
|
|
39924
|
+
.amis-scope .antd-FormulaFuncList-funcDetail div {
|
|
39925
|
+
color: #333;
|
|
39926
|
+
}
|
|
39927
|
+
|
|
38981
39928
|
.amis-scope .antd-FormulaPicker-icon {
|
|
38982
39929
|
margin-left: auto;
|
|
39930
|
+
margin-right: 0.3125rem;
|
|
39931
|
+
}
|
|
39932
|
+
|
|
39933
|
+
.amis-scope .antd-Timeline-vertical {
|
|
39934
|
+
display: flex;
|
|
39935
|
+
flex-flow: column;
|
|
39936
|
+
}
|
|
39937
|
+
|
|
39938
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem {
|
|
39939
|
+
display: flex;
|
|
39940
|
+
flex: 1;
|
|
39941
|
+
flex-direction: row;
|
|
39942
|
+
}
|
|
39943
|
+
|
|
39944
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
39945
|
+
display: none;
|
|
39946
|
+
}
|
|
39947
|
+
|
|
39948
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle {
|
|
39949
|
+
position: relative;
|
|
39950
|
+
flex: 0 0 1.5rem;
|
|
39951
|
+
}
|
|
39952
|
+
|
|
39953
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
39954
|
+
position: absolute;
|
|
39955
|
+
height: calc(100% - 1.25rem);
|
|
39956
|
+
width: 0.125rem;
|
|
39957
|
+
left: 0.8125rem;
|
|
39958
|
+
top: 1.25rem;
|
|
39959
|
+
background-color: #e6e6e8;
|
|
39960
|
+
}
|
|
39961
|
+
|
|
39962
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
|
|
39963
|
+
position: absolute;
|
|
39964
|
+
width: 0.5rem;
|
|
39965
|
+
height: 0.5rem;
|
|
39966
|
+
left: 0.625rem;
|
|
39967
|
+
top: 0.5rem;
|
|
39968
|
+
background: #dadbdd;
|
|
39969
|
+
border-radius: 50%;
|
|
39970
|
+
}
|
|
39971
|
+
|
|
39972
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
|
39973
|
+
background: #ff4d4f;
|
|
39974
|
+
}
|
|
39975
|
+
|
|
39976
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
|
39977
|
+
background: #1890ff;
|
|
39978
|
+
}
|
|
39979
|
+
|
|
39980
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
|
39981
|
+
background: #52c41a;
|
|
39982
|
+
}
|
|
39983
|
+
|
|
39984
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
|
39985
|
+
background: #faad14;
|
|
39986
|
+
}
|
|
39987
|
+
|
|
39988
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
|
39989
|
+
position: absolute;
|
|
39990
|
+
width: 1rem;
|
|
39991
|
+
height: 1rem;
|
|
39992
|
+
left: 0.375rem;
|
|
39993
|
+
border-radius: 50%;
|
|
39994
|
+
}
|
|
39995
|
+
|
|
39996
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content {
|
|
39997
|
+
padding-bottom: 1rem;
|
|
39998
|
+
margin-left: 0.5rem;
|
|
39999
|
+
}
|
|
40000
|
+
|
|
40001
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-time {
|
|
40002
|
+
color: #83868c;
|
|
40003
|
+
font-size: var(--Timeline--font-size);
|
|
40004
|
+
margin-bottom: 0.25rem;
|
|
40005
|
+
}
|
|
40006
|
+
|
|
40007
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
|
|
40008
|
+
color: #151a26;
|
|
40009
|
+
font-size: var(--Timeline--font-size);
|
|
40010
|
+
margin-bottom: 0.25rem;
|
|
40011
|
+
}
|
|
40012
|
+
|
|
40013
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
|
|
40014
|
+
display: flex;
|
|
40015
|
+
cursor: pointer;
|
|
40016
|
+
align-items: center;
|
|
40017
|
+
font-size: var(--Timeline--font-size);
|
|
40018
|
+
color: #1890ff;
|
|
40019
|
+
margin-bottom: 0.5rem;
|
|
40020
|
+
}
|
|
40021
|
+
|
|
40022
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow {
|
|
40023
|
+
width: 1rem;
|
|
40024
|
+
height: 1rem;
|
|
40025
|
+
}
|
|
40026
|
+
|
|
40027
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow-top {
|
|
40028
|
+
transform: rotateX(180deg);
|
|
40029
|
+
}
|
|
40030
|
+
|
|
40031
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
|
40032
|
+
display: block;
|
|
40033
|
+
max-width: 18.75rem;
|
|
40034
|
+
font-size: var(--Timeline--font-size);
|
|
40035
|
+
padding: 0.625rem;
|
|
40036
|
+
box-shadow: 0 0.0625rem 0.625rem 0 rgba(0 0 0 / 10%);
|
|
40037
|
+
}
|
|
40038
|
+
|
|
40039
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-invisible {
|
|
40040
|
+
display: none;
|
|
40041
|
+
}
|
|
40042
|
+
|
|
40043
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-left .antd-TimelineItem {
|
|
40044
|
+
flex-direction: row-reverse;
|
|
40045
|
+
}
|
|
40046
|
+
|
|
40047
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(odd) {
|
|
40048
|
+
flex-direction: row-reverse;
|
|
40049
|
+
max-width: 50%;
|
|
40050
|
+
}
|
|
40051
|
+
|
|
40052
|
+
.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(even) {
|
|
40053
|
+
margin-left: calc(50% - 1.5rem);
|
|
40054
|
+
max-width: calc(50% + 1.5rem);
|
|
40055
|
+
}
|
|
40056
|
+
|
|
40057
|
+
.amis-scope .antd-Timeline-horizontal {
|
|
40058
|
+
display: flex;
|
|
40059
|
+
flex-flow: row;
|
|
40060
|
+
margin-left: 50%;
|
|
40061
|
+
transform: translateX(-50%);
|
|
40062
|
+
}
|
|
40063
|
+
|
|
40064
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem {
|
|
40065
|
+
display: flex;
|
|
40066
|
+
width: -webkit-fill-available;
|
|
40067
|
+
flex-flow: column;
|
|
40068
|
+
}
|
|
40069
|
+
|
|
40070
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
40071
|
+
display: none;
|
|
40072
|
+
}
|
|
40073
|
+
|
|
40074
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle {
|
|
40075
|
+
position: relative;
|
|
40076
|
+
flex: 0 0 1.5rem;
|
|
40077
|
+
}
|
|
40078
|
+
|
|
40079
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
40080
|
+
position: absolute;
|
|
40081
|
+
height: 0.125rem;
|
|
40082
|
+
width: calc(100% - 0.8125rem);
|
|
40083
|
+
left: 1.25rem;
|
|
40084
|
+
top: 0.8125rem;
|
|
40085
|
+
background-color: #e6e6e8;
|
|
40086
|
+
}
|
|
40087
|
+
|
|
40088
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round {
|
|
40089
|
+
position: absolute;
|
|
40090
|
+
width: 0.5rem;
|
|
40091
|
+
height: 0.5rem;
|
|
40092
|
+
left: 0.5rem;
|
|
40093
|
+
top: 0.625rem;
|
|
40094
|
+
background: #dadbdd;
|
|
40095
|
+
border-radius: 50%;
|
|
40096
|
+
}
|
|
40097
|
+
|
|
40098
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
|
40099
|
+
background: #ff4d4f;
|
|
40100
|
+
}
|
|
40101
|
+
|
|
40102
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
|
40103
|
+
background: #1890ff;
|
|
40104
|
+
}
|
|
40105
|
+
|
|
40106
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
|
40107
|
+
background: #52c41a;
|
|
40108
|
+
}
|
|
40109
|
+
|
|
40110
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
|
40111
|
+
background: #faad14;
|
|
40112
|
+
}
|
|
40113
|
+
|
|
40114
|
+
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
|
40115
|
+
position: absolute;
|
|
40116
|
+
width: 1rem;
|
|
40117
|
+
height: 1rem;
|
|
40118
|
+
left: 0.375rem;
|
|
40119
|
+
border-radius: 50%;
|
|
38983
40120
|
}
|
|
38984
40121
|
|
|
38985
40122
|
/*
|