amis 1.7.0 → 1.8.0-beta.13
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/lib/Schema.d.ts +10 -2
- package/lib/Schema.js +0 -1
- package/lib/Schema.js.map +2 -2
- package/lib/SchemaRenderer.js +19 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/WithRootStore.d.ts +18 -0
- package/lib/WithStore.js +2 -1
- package/lib/WithStore.js.map +2 -2
- package/lib/actions/CmptAction.js +26 -4
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +32 -0
- package/lib/actions/PageAction.js +72 -0
- package/lib/actions/PageAction.js.map +13 -0
- package/lib/actions/index.d.ts +1 -0
- package/lib/actions/index.js +1 -0
- package/lib/actions/index.js.map +2 -2
- package/lib/components/Alert2.js +4 -2
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/AssociatedSelection.js +9 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +20 -20
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Cascader.d.ts +2 -0
- package/lib/components/Cascader.js +28 -12
- package/lib/components/Cascader.js.map +2 -2
- package/lib/components/Checkbox.d.ts +24 -23
- package/lib/components/Checkbox.js +5 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/CityArea.js +3 -0
- package/lib/components/CityArea.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +87 -84
- package/lib/components/DatePicker.js +48 -11
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +285 -171
- package/lib/components/DateRangePicker.js +471 -66
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Overlay.d.ts +1 -0
- package/lib/components/Overlay.js +4 -3
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/Progress.d.ts +29 -24
- package/lib/components/Progress.js +52 -21
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/PullRefresh.d.ts +86 -0
- package/lib/components/PullRefresh.js +135 -0
- package/lib/components/PullRefresh.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -22
- package/lib/components/Radios.js +3 -5
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Range.d.ts +2 -2
- package/lib/components/Range.js +24 -11
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Spinner.d.ts +200 -107
- package/lib/components/Spinner.js +30 -26
- package/lib/components/Spinner.js.map +2 -2
- package/lib/components/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/Tabs.d.ts +27 -23
- package/lib/components/Tabs.js +37 -22
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/Tooltip.d.ts +4 -0
- package/lib/components/Tooltip.js +6 -4
- package/lib/components/Tooltip.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +87 -24
- package/lib/components/TooltipWrapper.js +40 -8
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +87 -85
- package/lib/components/Tree.js +13 -5
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/Calendar.js +3 -12
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +1 -0
- package/lib/components/calendar/TimeView.js +7 -0
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +4 -4
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Field.d.ts +1 -0
- package/lib/components/condition-builder/Field.js +3 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +9 -8
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +5 -5
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +90 -86
- package/lib/components/formula/Editor.js +26 -4
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +5 -0
- package/lib/components/formula/Picker.js +21 -4
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/factory.d.ts +5 -0
- package/lib/factory.js +24 -3
- package/lib/factory.js.map +2 -2
- package/lib/icons/trash.js +10 -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 +18 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +18 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +3 -1
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/App.d.ts +1 -0
- package/lib/renderers/App.js +3 -0
- package/lib/renderers/App.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/CRUD.d.ts +8 -0
- package/lib/renderers/CRUD.js +12 -5
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +1 -0
- package/lib/renderers/Carousel.js +13 -1
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Chart.d.ts +1 -0
- package/lib/renderers/Chart.js +3 -0
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +5 -0
- package/lib/renderers/Dialog.js +7 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.d.ts +1 -0
- package/lib/renderers/Drawer.js +6 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +2 -0
- package/lib/renderers/DropDownButton.js +13 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -2
- package/lib/renderers/Form/Checkbox.js +2 -2
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +7 -2
- package/lib/renderers/Form/Checkboxes.js +101 -12
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +6 -4
- package/lib/renderers/Form/Combo.js +132 -45
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +3 -2
- package/lib/renderers/Form/Editor.d.ts +2 -2
- package/lib/renderers/Form/InputCity.d.ts +87 -84
- package/lib/renderers/Form/InputCity.js +48 -3
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -3
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js +12 -3
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +19 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -0
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +18 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +5 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputRange.d.ts +2 -2
- package/lib/renderers/Form/InputRange.js +13 -14
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputTable.js +4 -2
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/InputText.d.ts +1 -1
- package/lib/renderers/Form/InputText.js +8 -10
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/InputTree.d.ts +5 -0
- package/lib/renderers/Form/InputTree.js +51 -2
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +79 -76
- package/lib/renderers/Form/Item.js +3 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +4 -0
- package/lib/renderers/Form/NestedSelect.js +14 -5
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +61 -27
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +4 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Textarea.js +2 -1
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +11 -2
- package/lib/renderers/Form/TreeSelect.js +56 -10
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +3 -0
- package/lib/renderers/Form/index.js +53 -16
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.d.ts +10 -0
- package/lib/renderers/Form/wrapControl.js +41 -19
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.d.ts +82 -67
- package/lib/renderers/Nav.js +49 -13
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +21 -0
- package/lib/renderers/Page.js +56 -17
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Progress.d.ts +4 -7
- package/lib/renderers/Progress.js +3 -3
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Service.d.ts +3 -0
- package/lib/renderers/Service.js +55 -20
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Spinner.d.ts +58 -2
- package/lib/renderers/Spinner.js +8 -1
- package/lib/renderers/Spinner.js.map +2 -2
- package/lib/renderers/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
- package/lib/renderers/Table/ColumnToggler.js +11 -6
- package/lib/renderers/Table/ColumnToggler.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +27 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +2 -0
- package/lib/renderers/Table/index.js +23 -10
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +14 -2
- package/lib/renderers/Tabs.js +24 -8
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +133 -0
- package/lib/renderers/TooltipWrapper.js +70 -0
- package/lib/renderers/TooltipWrapper.js.map +13 -0
- package/lib/renderers/Wizard.d.ts +7 -3
- package/lib/renderers/Wizard.js +269 -152
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/combo.d.ts +2 -2
- package/lib/store/crud.d.ts +1 -0
- package/lib/store/crud.js +55 -19
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -1
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.d.ts +5 -0
- package/lib/store/index.js +14 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/store/table.js +4 -4
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +965 -210
- package/lib/themes/ang.css +955 -175
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1080 -325
- package/lib/themes/antd.css +956 -176
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1048 -293
- package/lib/themes/cxd.css +961 -180
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +965 -210
- package/lib/themes/dark.css +955 -175
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1048 -293
- package/lib/themes/default.css +961 -180
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +3 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/ColorScale.d.ts +19 -0
- package/lib/utils/ColorScale.js +104 -0
- package/lib/utils/ColorScale.js.map +13 -0
- package/lib/utils/api.js +20 -4
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/columnsSplit.d.ts +1 -0
- package/lib/utils/columnsSplit.js +40 -0
- package/lib/utils/columnsSplit.js.map +13 -0
- package/lib/utils/debug.d.ts +1 -1
- package/lib/utils/debug.js +16 -22
- package/lib/utils/debug.js.map +2 -2
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/dom.js +7 -5
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/position.js +0 -1
- package/lib/utils/position.js.map +2 -2
- package/lib/utils/scrollPosition.d.ts +6 -0
- package/lib/utils/scrollPosition.js +31 -0
- package/lib/utils/scrollPosition.js.map +13 -0
- package/package.json +3 -2
- package/schema.json +30213 -29222
- package/scss/_properties.scss +67 -25
- package/scss/components/_alert.scss +1 -1
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_button-group.scss +15 -0
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_column-toggler.scss +21 -11
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_formula.scss +19 -1
- package/scss/components/_nav.scss +51 -6
- package/scss/components/_progress.scss +7 -14
- package/scss/components/_pull-refresh.scss +25 -0
- package/scss/components/_spinner.scss +134 -56
- package/scss/components/_steps.scss +199 -8
- package/scss/components/_tabs.scss +145 -13
- package/scss/components/_tooltip.scss +76 -9
- package/scss/components/form/_checks.scss +125 -2
- package/scss/components/form/_combo.scss +13 -1
- package/scss/components/form/_date-range.scss +27 -2
- package/scss/components/form/_date.scss +25 -0
- package/scss/components/form/_editor.scss +2 -1
- package/scss/components/form/_file.scss +4 -0
- package/scss/components/form/_form.scss +31 -8
- package/scss/components/form/_number.scss +5 -2
- package/scss/components/form/_select.scss +0 -1
- package/scss/components/form/_textarea.scss +1 -23
- package/scss/components/form/_transfer.scss +3 -2
- package/scss/themes/_antd-variables.scss +1 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +6 -5
- package/sdk/ang-ie11.css +1059 -198
- package/sdk/ang.css +1050 -164
- package/sdk/antd-ie11.css +1167 -306
- package/sdk/antd.css +1051 -165
- package/sdk/barcode.js +51 -51
- 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 +1145 -284
- package/sdk/cxd.css +1056 -169
- package/sdk/dark-ie11.css +1056 -195
- package/sdk/dark.css +1050 -164
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +18 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1145 -284
- package/sdk/sdk.css +1056 -169
- package/sdk/sdk.js +1321 -1273
- 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 +15 -2
- package/src/SchemaRenderer.tsx +32 -14
- package/src/WithStore.tsx +3 -1
- package/src/actions/CmptAction.ts +28 -0
- package/src/actions/PageAction.ts +62 -0
- package/src/actions/index.ts +1 -0
- package/src/components/Alert2.tsx +9 -3
- package/src/components/AssociatedSelection.tsx +9 -3
- package/src/components/BarCode.tsx +2 -2
- package/src/components/Cascader.tsx +37 -11
- package/src/components/Checkbox.tsx +11 -5
- package/src/components/CityArea.tsx +3 -0
- package/src/components/DatePicker.tsx +68 -22
- package/src/components/DateRangePicker.tsx +551 -88
- package/src/components/Drawer.tsx +1 -0
- package/src/components/Modal.tsx +1 -0
- package/src/components/Overlay.tsx +6 -3
- package/src/components/Progress.tsx +64 -33
- package/src/components/PullRefresh.tsx +197 -0
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Spinner.tsx +77 -42
- package/src/components/Steps.tsx +28 -27
- package/src/components/Tabs.tsx +51 -21
- package/src/components/Tooltip.tsx +12 -3
- package/src/components/TooltipWrapper.tsx +140 -33
- package/src/components/Tree.tsx +19 -5
- package/src/components/calendar/Calendar.tsx +4 -13
- package/src/components/calendar/TimeView.tsx +12 -0
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/components/condition-builder/Expression.tsx +6 -1
- package/src/components/condition-builder/Field.tsx +5 -1
- package/src/components/condition-builder/Group.tsx +4 -1
- package/src/components/condition-builder/GroupOrItem.tsx +4 -1
- package/src/components/condition-builder/InputSwitch.tsx +4 -1
- package/src/components/condition-builder/Item.tsx +28 -4
- package/src/components/condition-builder/Value.tsx +7 -1
- package/src/components/condition-builder/index.tsx +4 -2
- package/src/components/formula/Editor.tsx +46 -10
- package/src/components/formula/Picker.tsx +32 -1
- package/src/components/icons.tsx +2 -0
- package/src/factory.tsx +31 -3
- package/src/icons/trash.svg +8 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +18 -1
- package/src/locale/en-US.ts +18 -1
- package/src/locale/zh-CN.ts +18 -1
- package/src/renderers/Action.tsx +24 -2
- package/src/renderers/App.tsx +4 -0
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/CRUD.tsx +23 -5
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Chart.tsx +4 -0
- package/src/renderers/Dialog.tsx +21 -3
- package/src/renderers/Drawer.tsx +14 -2
- package/src/renderers/DropDownButton.tsx +14 -3
- package/src/renderers/Form/Checkbox.tsx +11 -2
- package/src/renderers/Form/Checkboxes.tsx +106 -23
- package/src/renderers/Form/Combo.tsx +179 -66
- package/src/renderers/Form/InputCity.tsx +46 -5
- package/src/renderers/Form/InputDate.tsx +18 -4
- package/src/renderers/Form/InputDateRange.tsx +27 -3
- package/src/renderers/Form/InputFile.tsx +23 -7
- package/src/renderers/Form/InputFormula.tsx +7 -0
- package/src/renderers/Form/InputImage.tsx +22 -6
- package/src/renderers/Form/InputMonthRange.tsx +7 -1
- package/src/renderers/Form/InputRange.tsx +20 -22
- package/src/renderers/Form/InputTable.tsx +6 -2
- package/src/renderers/Form/InputText.tsx +14 -4
- package/src/renderers/Form/InputTree.tsx +40 -2
- package/src/renderers/Form/Item.tsx +7 -0
- package/src/renderers/Form/NestedSelect.tsx +23 -4
- package/src/renderers/Form/Options.tsx +26 -7
- package/src/renderers/Form/Select.tsx +5 -3
- package/src/renderers/Form/Textarea.tsx +3 -1
- package/src/renderers/Form/TreeSelect.tsx +47 -9
- package/src/renderers/Form/index.tsx +56 -25
- package/src/renderers/Form/wrapControl.tsx +23 -12
- package/src/renderers/Nav.tsx +231 -33
- package/src/renderers/Page.tsx +97 -35
- package/src/renderers/Progress.tsx +9 -11
- package/src/renderers/Service.tsx +66 -27
- package/src/renderers/Spinner.tsx +85 -3
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/ColumnToggler.tsx +36 -11
- package/src/renderers/Table/TableCell.tsx +39 -1
- package/src/renderers/Table/TableRow.tsx +1 -1
- package/src/renderers/Table/index.tsx +43 -19
- package/src/renderers/Tabs.tsx +90 -31
- package/src/renderers/TooltipWrapper.tsx +262 -0
- package/src/renderers/Wizard.tsx +169 -93
- package/src/store/crud.ts +50 -5
- package/src/store/form.ts +8 -3
- package/src/store/formItem.ts +1 -2
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +4 -4
- package/src/types.ts +8 -1
- package/src/utils/ColorScale.ts +138 -0
- package/src/utils/api.ts +26 -4
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
- package/src/utils/dom.tsx +7 -6
- package/src/utils/position.ts +0 -1
- package/src/utils/scrollPosition.ts +29 -0
package/sdk/antd-ie11.css
CHANGED
@@ -24457,7 +24457,7 @@ readers do not read off random characters that represent icons */
|
|
24457
24457
|
text-align: left;
|
24458
24458
|
white-space: nowrap;
|
24459
24459
|
background: rgba(0, 0, 0, 0.7);
|
24460
|
-
border: 0 solid #
|
24460
|
+
border: 0 solid #d9d9d9;
|
24461
24461
|
border-radius: 2px;
|
24462
24462
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
24463
24463
|
left: 100%;
|
@@ -25020,7 +25020,7 @@ readers do not read off random characters that represent icons */
|
|
25020
25020
|
.amis-scope .antd-Button--light {
|
25021
25021
|
color: rgba(0, 0, 0, 0.85);
|
25022
25022
|
background: #d9d9d9;
|
25023
|
-
border-color: #
|
25023
|
+
border-color: #d9d9d9;
|
25024
25024
|
box-shadow: none;
|
25025
25025
|
text-shadow: none;
|
25026
25026
|
}
|
@@ -25416,7 +25416,7 @@ readers do not read off random characters that represent icons */
|
|
25416
25416
|
.amis-scope .antd-Breadcrumb {
|
25417
25417
|
font-size: 0.875rem;
|
25418
25418
|
font-weight: 400;
|
25419
|
-
color: #
|
25419
|
+
color: #83868c;
|
25420
25420
|
}
|
25421
25421
|
|
25422
25422
|
.amis-scope .antd-Breadcrumb-icon {
|
@@ -25430,25 +25430,25 @@ readers do not read off random characters that represent icons */
|
|
25430
25430
|
|
25431
25431
|
.amis-scope .antd-Breadcrumb-item-default {
|
25432
25432
|
cursor: pointer;
|
25433
|
-
color: #
|
25433
|
+
color: #83868c;
|
25434
25434
|
}
|
25435
25435
|
|
25436
25436
|
.amis-scope .antd-Breadcrumb-item-dropdown {
|
25437
25437
|
cursor: pointer;
|
25438
|
-
color: #
|
25438
|
+
color: #151a26;
|
25439
25439
|
}
|
25440
25440
|
|
25441
25441
|
.amis-scope .antd-Breadcrumb-item a:hover {
|
25442
|
-
color: #
|
25442
|
+
color: #2468f2;
|
25443
25443
|
}
|
25444
25444
|
|
25445
25445
|
.amis-scope .antd-Breadcrumb-item a:active {
|
25446
|
-
color: #
|
25446
|
+
color: #1c53c1;
|
25447
25447
|
}
|
25448
25448
|
|
25449
25449
|
.amis-scope .antd-Breadcrumb-item-last .antd-Breadcrumb-item-default {
|
25450
25450
|
font-weight: 500;
|
25451
|
-
color: #
|
25451
|
+
color: #151a26;
|
25452
25452
|
}
|
25453
25453
|
|
25454
25454
|
.amis-scope .antd-Breadcrumb-item-caret {
|
@@ -25466,11 +25466,11 @@ readers do not read off random characters that represent icons */
|
|
25466
25466
|
|
25467
25467
|
.amis-scope .antd-Breadcrumb-item.is-opened .antd-Breadcrumb-item-caret {
|
25468
25468
|
transform: translateY(0.125rem) rotate(180deg);
|
25469
|
-
color: #
|
25469
|
+
color: #2468f2;
|
25470
25470
|
}
|
25471
25471
|
|
25472
25472
|
.amis-scope .antd-Breadcrumb-item.is-opened .antd-Breadcrumb-item-default {
|
25473
|
-
color: #
|
25473
|
+
color: #2468f2;
|
25474
25474
|
}
|
25475
25475
|
|
25476
25476
|
.amis-scope .antd-Breadcrumb-separator {
|
@@ -25489,7 +25489,7 @@ readers do not read off random characters that represent icons */
|
|
25489
25489
|
background: #fff;
|
25490
25490
|
list-style: none;
|
25491
25491
|
padding: 0.25rem 0;
|
25492
|
-
border: 0.0625rem solid #
|
25492
|
+
border: 0.0625rem solid #d9d9d9;
|
25493
25493
|
border-radius: 2px;
|
25494
25494
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
25495
25495
|
min-width: 100%;
|
@@ -25499,24 +25499,23 @@ readers do not read off random characters that represent icons */
|
|
25499
25499
|
|
25500
25500
|
.amis-scope .antd-Breadcrumb-dropdown > li {
|
25501
25501
|
padding: 0.5rem calc(
|
25502
|
-
(2rem - 0.75rem) /
|
25503
|
-
2
|
25502
|
+
(2rem - 0.75rem) / 2
|
25504
25503
|
);
|
25505
25504
|
white-space: nowrap;
|
25506
25505
|
box-sizing: border-box;
|
25507
25506
|
padding-left: 0.75rem;
|
25508
25507
|
vertical-align: middle;
|
25509
25508
|
user-select: none;
|
25510
|
-
color: #
|
25511
|
-
background-color: #
|
25509
|
+
color: #151a26;
|
25510
|
+
background-color: #ffffff;
|
25512
25511
|
}
|
25513
25512
|
|
25514
25513
|
.amis-scope .antd-Breadcrumb-dropdown > li:hover {
|
25515
|
-
background: #
|
25514
|
+
background: #e9f0fd;
|
25516
25515
|
}
|
25517
25516
|
|
25518
25517
|
.amis-scope .antd-Breadcrumb-dropdown > li:hover a {
|
25519
|
-
color: #
|
25518
|
+
color: #2468f2;
|
25520
25519
|
}
|
25521
25520
|
|
25522
25521
|
.amis-scope .antd-Badge {
|
@@ -25702,7 +25701,7 @@ readers do not read off random characters that represent icons */
|
|
25702
25701
|
margin-right: auto;
|
25703
25702
|
margin-top: 3.75rem;
|
25704
25703
|
margin-bottom: 1rem;
|
25705
|
-
border: 0.0625rem solid #
|
25704
|
+
border: 0.0625rem solid #d9d9d9;
|
25706
25705
|
border-radius: 2px;
|
25707
25706
|
}
|
25708
25707
|
|
@@ -25960,7 +25959,7 @@ readers do not read off random characters that represent icons */
|
|
25960
25959
|
background-clip: padding-box;
|
25961
25960
|
outline: 0;
|
25962
25961
|
z-index: 2;
|
25963
|
-
border: 0.0625rem solid #
|
25962
|
+
border: 0.0625rem solid #d9d9d9;
|
25964
25963
|
border-radius: 0;
|
25965
25964
|
transition: transform ease-in-out 0s;
|
25966
25965
|
}
|
@@ -26076,7 +26075,7 @@ readers do not read off random characters that represent icons */
|
|
26076
26075
|
|
26077
26076
|
.amis-scope .antd-Drawer .antd-Drawer-resizeCtrl {
|
26078
26077
|
position: absolute;
|
26079
|
-
border: 0.0625rem solid #
|
26078
|
+
border: 0.0625rem solid #d9d9d9;
|
26080
26079
|
background: #fff;
|
26081
26080
|
border-radius: 2px;
|
26082
26081
|
font-size: 0.75rem;
|
@@ -26287,8 +26286,8 @@ readers do not read off random characters that represent icons */
|
|
26287
26286
|
z-index: 1600;
|
26288
26287
|
word-wrap: break-word;
|
26289
26288
|
background: #fff;
|
26290
|
-
|
26291
|
-
|
26289
|
+
box-shadow: 0 4px 6px 1px rgb(8 14 26 / 6%),
|
26290
|
+
0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 4%);
|
26292
26291
|
}
|
26293
26292
|
|
26294
26293
|
.amis-scope .antd-Tooltip-arrow {
|
@@ -26324,7 +26323,6 @@ readers do not read off random characters that represent icons */
|
|
26324
26323
|
|
26325
26324
|
.amis-scope .antd-Tooltip--top .antd-Tooltip-arrow::before {
|
26326
26325
|
bottom: 0;
|
26327
|
-
border-top-color: #d1d5db;
|
26328
26326
|
}
|
26329
26327
|
|
26330
26328
|
.amis-scope .antd-Tooltip--top .antd-Tooltip-arrow::after {
|
@@ -26351,7 +26349,6 @@ readers do not read off random characters that represent icons */
|
|
26351
26349
|
|
26352
26350
|
.amis-scope .antd-Tooltip--right .antd-Tooltip-arrow::before {
|
26353
26351
|
left: 0;
|
26354
|
-
border-right-color: #d1d5db;
|
26355
26352
|
}
|
26356
26353
|
|
26357
26354
|
.amis-scope .antd-Tooltip--right .antd-Tooltip-arrow::after {
|
@@ -26374,7 +26371,6 @@ readers do not read off random characters that represent icons */
|
|
26374
26371
|
|
26375
26372
|
.amis-scope .antd-Tooltip--bottom .antd-Tooltip-arrow::before {
|
26376
26373
|
top: 0;
|
26377
|
-
border-bottom-color: #d1d5db;
|
26378
26374
|
}
|
26379
26375
|
|
26380
26376
|
.amis-scope .antd-Tooltip--bottom .antd-Tooltip-arrow::after {
|
@@ -26413,7 +26409,6 @@ readers do not read off random characters that represent icons */
|
|
26413
26409
|
|
26414
26410
|
.amis-scope .antd-Tooltip--left .antd-Tooltip-arrow::before {
|
26415
26411
|
right: 0;
|
26416
|
-
border-left-color: #d1d5db;
|
26417
26412
|
}
|
26418
26413
|
|
26419
26414
|
.amis-scope .antd-Tooltip--left .antd-Tooltip-arrow::after {
|
@@ -26422,14 +26417,14 @@ readers do not read off random characters that represent icons */
|
|
26422
26417
|
}
|
26423
26418
|
|
26424
26419
|
.amis-scope .antd-Tooltip-title {
|
26425
|
-
padding: 0.
|
26420
|
+
padding: 0.5rem 0.75rem 0;
|
26426
26421
|
margin-bottom: 0;
|
26427
26422
|
font-size: 0.875rem;
|
26428
26423
|
color: #333;
|
26429
|
-
|
26430
|
-
border-bottom: 0.0625rem solid #ebebeb;
|
26424
|
+
font-weight: 500;
|
26431
26425
|
border-top-left-radius: calc( 0.428rem - 0.0625rem );
|
26432
26426
|
border-top-right-radius: calc( 0.428rem - 0.0625rem );
|
26427
|
+
font-weight: bold;
|
26433
26428
|
}
|
26434
26429
|
|
26435
26430
|
.amis-scope .antd-Tooltip-title:empty {
|
@@ -26438,7 +26433,65 @@ readers do not read off random characters that represent icons */
|
|
26438
26433
|
|
26439
26434
|
.amis-scope .antd-Tooltip-body {
|
26440
26435
|
color: rgba(0, 0, 0, 0.85);
|
26441
|
-
padding: 0.5rem 0.
|
26436
|
+
padding: 0.5rem 0.75rem;
|
26437
|
+
word-break: break-all;
|
26438
|
+
text-align: left;
|
26439
|
+
}
|
26440
|
+
|
26441
|
+
.amis-scope .antd-Tooltip--dark {
|
26442
|
+
background: rgba(7, 12, 20, 0.85);
|
26443
|
+
border: none;
|
26444
|
+
box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
26445
|
+
}
|
26446
|
+
|
26447
|
+
.amis-scope .antd-Tooltip--dark .antd-Tooltip-title {
|
26448
|
+
color: #fff;
|
26449
|
+
background: transparent;
|
26450
|
+
border-bottom: none;
|
26451
|
+
}
|
26452
|
+
|
26453
|
+
.amis-scope .antd-Tooltip--dark .antd-Tooltip-title::before {
|
26454
|
+
border-bottom-color: transparent;
|
26455
|
+
}
|
26456
|
+
|
26457
|
+
.amis-scope .antd-Tooltip--dark .antd-Tooltip-body {
|
26458
|
+
color: #fff;
|
26459
|
+
}
|
26460
|
+
|
26461
|
+
.amis-scope .antd-Tooltip--dark.antd-Tooltip--top .antd-Tooltip-arrow::before {
|
26462
|
+
border-width: 0;
|
26463
|
+
}
|
26464
|
+
|
26465
|
+
.amis-scope .antd-Tooltip--dark.antd-Tooltip--top .antd-Tooltip-arrow::after {
|
26466
|
+
border-top-color: rgba(7, 12, 20, 0.85);
|
26467
|
+
}
|
26468
|
+
|
26469
|
+
.amis-scope .antd-Tooltip--dark.antd-Tooltip--bottom .antd-Tooltip-arrow::before {
|
26470
|
+
border-width: 0;
|
26471
|
+
}
|
26472
|
+
|
26473
|
+
.amis-scope .antd-Tooltip--dark.antd-Tooltip--bottom .antd-Tooltip-arrow::after {
|
26474
|
+
border-bottom-color: rgba(7, 12, 20, 0.85);
|
26475
|
+
}
|
26476
|
+
|
26477
|
+
.amis-scope .antd-Tooltip--dark.antd-Tooltip--left .antd-Tooltip-arrow::before {
|
26478
|
+
border-width: 0;
|
26479
|
+
}
|
26480
|
+
|
26481
|
+
.amis-scope .antd-Tooltip--dark.antd-Tooltip--left .antd-Tooltip-arrow::after {
|
26482
|
+
border-left-color: rgba(7, 12, 20, 0.85);
|
26483
|
+
}
|
26484
|
+
|
26485
|
+
.amis-scope .antd-Tooltip--dark.antd-Tooltip--right .antd-Tooltip-arrow::before {
|
26486
|
+
border-width: 0;
|
26487
|
+
}
|
26488
|
+
|
26489
|
+
.amis-scope .antd-Tooltip--dark.antd-Tooltip--right .antd-Tooltip-arrow::after {
|
26490
|
+
border-right-color: rgba(7, 12, 20, 0.85);
|
26491
|
+
}
|
26492
|
+
|
26493
|
+
.amis-scope .antd-TooltipWrapper--inline {
|
26494
|
+
display: inline-block;
|
26442
26495
|
}
|
26443
26496
|
|
26444
26497
|
@keyframes tooltipIn {
|
@@ -26467,7 +26520,7 @@ readers do not read off random characters that represent icons */
|
|
26467
26520
|
box-sizing: content-box;
|
26468
26521
|
max-width: 300px;
|
26469
26522
|
background: rgba(0, 0, 0, 0.7);
|
26470
|
-
border: 0 solid #
|
26523
|
+
border: 0 solid #d9d9d9;
|
26471
26524
|
border-radius: 2px;
|
26472
26525
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
26473
26526
|
left: 100%;
|
@@ -26558,7 +26611,7 @@ readers do not read off random characters that represent icons */
|
|
26558
26611
|
word-wrap: normal;
|
26559
26612
|
font-size: 0.875rem;
|
26560
26613
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
26561
|
-
border: 0.0625rem solid #
|
26614
|
+
border: 0.0625rem solid #d9d9d9;
|
26562
26615
|
border-radius: 2px;
|
26563
26616
|
}
|
26564
26617
|
|
@@ -26637,7 +26690,7 @@ readers do not read off random characters that represent icons */
|
|
26637
26690
|
word-wrap: normal;
|
26638
26691
|
font-size: 0.875rem;
|
26639
26692
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
26640
|
-
border: 0.0625rem solid #
|
26693
|
+
border: 0.0625rem solid #d9d9d9;
|
26641
26694
|
border-radius: 2px;
|
26642
26695
|
overflow: hidden;
|
26643
26696
|
}
|
@@ -26848,8 +26901,8 @@ readers do not read off random characters that represent icons */
|
|
26848
26901
|
.amis-scope .antd-PickerColumns-frame::after {
|
26849
26902
|
position: absolute;
|
26850
26903
|
content: "";
|
26851
|
-
border-bottom: 1px solid #
|
26852
|
-
border-top: 1px solid #
|
26904
|
+
border-bottom: 1px solid #d9d9d9;
|
26905
|
+
border-top: 1px solid #d9d9d9;
|
26853
26906
|
top: -50%;
|
26854
26907
|
right: -50%;
|
26855
26908
|
left: -50%;
|
@@ -27242,7 +27295,7 @@ readers do not read off random characters that represent icons */
|
|
27242
27295
|
list-style: none;
|
27243
27296
|
margin: 0;
|
27244
27297
|
padding: 0 0 0 1rem;
|
27245
|
-
border-bottom: 0.0625rem solid #
|
27298
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
27246
27299
|
}
|
27247
27300
|
|
27248
27301
|
.amis-scope .antd-AppBcn-item {
|
@@ -27442,14 +27495,14 @@ readers do not read off random characters that represent icons */
|
|
27442
27495
|
margin-left: 1.25rem;
|
27443
27496
|
align-items: center;
|
27444
27497
|
justify-content: flex-start;
|
27445
|
-
padding: 0 0
|
27498
|
+
padding: 0 0 10px;
|
27446
27499
|
white-space: nowrap;
|
27447
27500
|
cursor: pointer;
|
27448
27501
|
}
|
27449
27502
|
|
27450
27503
|
.amis-scope .antd-Tabs-linksContainer-wrapper .antd-Tabs-addable-icon {
|
27451
|
-
width:
|
27452
|
-
height:
|
27504
|
+
width: 0.9375rem;
|
27505
|
+
height: 0.9375rem;
|
27453
27506
|
padding: 0.0625rem;
|
27454
27507
|
margin-right: 0.25rem;
|
27455
27508
|
}
|
@@ -27459,7 +27512,13 @@ readers do not read off random characters that represent icons */
|
|
27459
27512
|
line-height: 1;
|
27460
27513
|
}
|
27461
27514
|
|
27515
|
+
.amis-scope .antd-Tabs-linksContainer-wrapper .antd-Tabs-addable:hover {
|
27516
|
+
color: #1890ff;
|
27517
|
+
fill: #1890ff;
|
27518
|
+
}
|
27519
|
+
|
27462
27520
|
.amis-scope .antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer {
|
27521
|
+
flex-grow: 1;
|
27463
27522
|
position: relative;
|
27464
27523
|
display: flex;
|
27465
27524
|
align-items: center;
|
@@ -27467,7 +27526,7 @@ readers do not read off random characters that represent icons */
|
|
27467
27526
|
}
|
27468
27527
|
|
27469
27528
|
.amis-scope .antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-arrow {
|
27470
|
-
margin
|
27529
|
+
margin: 0 0 10px;
|
27471
27530
|
width: 16px;
|
27472
27531
|
height: 100%;
|
27473
27532
|
display: flex;
|
@@ -27502,6 +27561,7 @@ readers do not read off random characters that represent icons */
|
|
27502
27561
|
}
|
27503
27562
|
|
27504
27563
|
.amis-scope .antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main {
|
27564
|
+
position: relative;
|
27505
27565
|
overflow-y: auto;
|
27506
27566
|
scrollbar-width: none;
|
27507
27567
|
width: 100%;
|
@@ -27512,8 +27572,10 @@ readers do not read off random characters that represent icons */
|
|
27512
27572
|
}
|
27513
27573
|
|
27514
27574
|
.amis-scope .antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main .antd-Tabs-links {
|
27515
|
-
position: relative;
|
27516
27575
|
min-width: 100%;
|
27576
|
+
max-width: 0;
|
27577
|
+
height: 100%;
|
27578
|
+
overflow-x: hidden;
|
27517
27579
|
}
|
27518
27580
|
|
27519
27581
|
.amis-scope .antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main .antd-Tabs-links .antd-Tabs-links-drag {
|
@@ -27556,7 +27618,9 @@ readers do not read off random characters that represent icons */
|
|
27556
27618
|
}
|
27557
27619
|
|
27558
27620
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link .antd-Tabs-link-close {
|
27559
|
-
margin
|
27621
|
+
margin: 0.0625rem 0 0 0.25rem;
|
27622
|
+
fill: #83868c;
|
27623
|
+
cursor: pointer;
|
27560
27624
|
}
|
27561
27625
|
|
27562
27626
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link .antd-Tabs-link-close .antd-Tabs-link-close-icon {
|
@@ -27614,7 +27678,7 @@ readers do not read off random characters that represent icons */
|
|
27614
27678
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link.is-active > a:first-child {
|
27615
27679
|
color: #374151;
|
27616
27680
|
background: #fff;
|
27617
|
-
border-color: #
|
27681
|
+
border-color: #d9d9d9;
|
27618
27682
|
border-bottom-color: transparent;
|
27619
27683
|
}
|
27620
27684
|
|
@@ -27644,13 +27708,25 @@ readers do not read off random characters that represent icons */
|
|
27644
27708
|
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
27645
27709
|
}
|
27646
27710
|
|
27711
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper--toolbar .antd-Tabs-link {
|
27712
|
+
padding-top: 10px;
|
27713
|
+
}
|
27714
|
+
|
27715
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper--toolbar .antd-Tabs-addable {
|
27716
|
+
padding: 0;
|
27717
|
+
}
|
27718
|
+
|
27719
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper--toolbar .antd-Tabs-linksContainer-arrow {
|
27720
|
+
margin: 0;
|
27721
|
+
}
|
27722
|
+
|
27647
27723
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-arrow {
|
27648
27724
|
top: -4px;
|
27649
27725
|
}
|
27650
27726
|
|
27651
27727
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links,
|
27652
27728
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links {
|
27653
|
-
border-bottom-color: #
|
27729
|
+
border-bottom-color: #d9d9d9;
|
27654
27730
|
}
|
27655
27731
|
|
27656
27732
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li,
|
@@ -27675,15 +27751,18 @@ readers do not read off random characters that represent icons */
|
|
27675
27751
|
padding: 0 0 8px;
|
27676
27752
|
}
|
27677
27753
|
|
27678
|
-
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li
|
27679
|
-
.amis-scope .antd-Tabs--line > .antd-Tabs-
|
27680
|
-
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:hover,
|
27681
|
-
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:focus {
|
27754
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li:hover a:first-child,
|
27755
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:hover a:first-child {
|
27682
27756
|
color: #1890ff;
|
27683
27757
|
background: transparent;
|
27684
27758
|
border-color: transparent;
|
27685
27759
|
}
|
27686
27760
|
|
27761
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li:hover .antd-Tabs-link-close,
|
27762
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:hover .antd-Tabs-link-close {
|
27763
|
+
fill: #1890ff;
|
27764
|
+
}
|
27765
|
+
|
27687
27766
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li:last-child > a,
|
27688
27767
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:last-child > a {
|
27689
27768
|
margin: 0;
|
@@ -27721,6 +27800,10 @@ readers do not read off random characters that represent icons */
|
|
27721
27800
|
margin-right: 1rem;
|
27722
27801
|
}
|
27723
27802
|
|
27803
|
+
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer .antd-Tabs-addable {
|
27804
|
+
padding: 0;
|
27805
|
+
}
|
27806
|
+
|
27724
27807
|
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-arrow {
|
27725
27808
|
padding: 0.5rem 1rem 0;
|
27726
27809
|
margin-bottom: 0;
|
@@ -27728,7 +27811,7 @@ readers do not read off random characters that represent icons */
|
|
27728
27811
|
|
27729
27812
|
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links {
|
27730
27813
|
padding: 0.375rem 0 0 0.625rem;
|
27731
|
-
border-top: 0.0625rem solid #
|
27814
|
+
border-top: 0.0625rem solid #d9d9d9;
|
27732
27815
|
}
|
27733
27816
|
|
27734
27817
|
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li {
|
@@ -27740,7 +27823,7 @@ readers do not read off random characters that represent icons */
|
|
27740
27823
|
}
|
27741
27824
|
|
27742
27825
|
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active {
|
27743
|
-
border-color: #
|
27826
|
+
border-color: #d9d9d9;
|
27744
27827
|
color: #1890ff;
|
27745
27828
|
border-bottom-color: #fff;
|
27746
27829
|
background: #fff;
|
@@ -27757,6 +27840,11 @@ readers do not read off random characters that represent icons */
|
|
27757
27840
|
border: none;
|
27758
27841
|
}
|
27759
27842
|
|
27843
|
+
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-toolbar {
|
27844
|
+
padding: 0.375rem 0 0 0.625rem;
|
27845
|
+
margin: 0;
|
27846
|
+
}
|
27847
|
+
|
27760
27848
|
.amis-scope .antd-Tabs--card > .antd-Tabs-content {
|
27761
27849
|
border-width: 0;
|
27762
27850
|
}
|
@@ -27765,7 +27853,7 @@ readers do not read off random characters that represent icons */
|
|
27765
27853
|
margin-bottom: 0.625rem;
|
27766
27854
|
}
|
27767
27855
|
|
27768
|
-
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer-wrapper
|
27856
|
+
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer-wrapper .antd-Tabs-addable {
|
27769
27857
|
padding: 0;
|
27770
27858
|
}
|
27771
27859
|
|
@@ -27857,7 +27945,7 @@ readers do not read off random characters that represent icons */
|
|
27857
27945
|
border-right-width: 0;
|
27858
27946
|
}
|
27859
27947
|
|
27860
|
-
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer-wrapper
|
27948
|
+
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer-wrapper .antd-Tabs-addable {
|
27861
27949
|
padding: 0 0.75rem;
|
27862
27950
|
margin-left: 0;
|
27863
27951
|
white-space: nowrap;
|
@@ -27891,7 +27979,7 @@ readers do not read off random characters that represent icons */
|
|
27891
27979
|
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:focus {
|
27892
27980
|
position: relative;
|
27893
27981
|
z-index: 1;
|
27894
|
-
border-color: #
|
27982
|
+
border-color: #d9d9d9;
|
27895
27983
|
color: #1890ff;
|
27896
27984
|
}
|
27897
27985
|
|
@@ -27965,6 +28053,84 @@ readers do not read off random characters that represent icons */
|
|
27965
28053
|
height: 100%;
|
27966
28054
|
}
|
27967
28055
|
|
28056
|
+
.amis-scope .antd-Tabs--sidebar {
|
28057
|
+
display: flex;
|
28058
|
+
height: 100%;
|
28059
|
+
}
|
28060
|
+
|
28061
|
+
.amis-scope .antd-Tabs--sidebar.sidebar--left {
|
28062
|
+
flex-direction: row;
|
28063
|
+
}
|
28064
|
+
|
28065
|
+
.amis-scope .antd-Tabs--sidebar.sidebar--left > .antd-Tabs-content {
|
28066
|
+
border-right: none;
|
28067
|
+
}
|
28068
|
+
|
28069
|
+
.amis-scope .antd-Tabs--sidebar.sidebar--right {
|
28070
|
+
flex-direction: row-reverse;
|
28071
|
+
}
|
28072
|
+
|
28073
|
+
.amis-scope .antd-Tabs--sidebar.sidebar--right > .antd-Tabs-content {
|
28074
|
+
border-left: none;
|
28075
|
+
}
|
28076
|
+
|
28077
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper {
|
28078
|
+
flex: 0 0 3.875rem;
|
28079
|
+
align-items: flex-start;
|
28080
|
+
border: none;
|
28081
|
+
}
|
28082
|
+
|
28083
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links {
|
28084
|
+
position: relative;
|
28085
|
+
margin: 0;
|
28086
|
+
padding-top: 1.6875rem;
|
28087
|
+
flex-grow: 1;
|
28088
|
+
border: none;
|
28089
|
+
flex-direction: column;
|
28090
|
+
border: 0;
|
28091
|
+
}
|
28092
|
+
|
28093
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li {
|
28094
|
+
display: flex;
|
28095
|
+
margin: 0 0 1.375rem 0;
|
28096
|
+
padding: 0;
|
28097
|
+
flex-direction: column;
|
28098
|
+
justify-content: flex-start;
|
28099
|
+
align-items: center;
|
28100
|
+
border: 0;
|
28101
|
+
}
|
28102
|
+
|
28103
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li > a:first-child {
|
28104
|
+
padding: 0;
|
28105
|
+
border: 0;
|
28106
|
+
margin: 0;
|
28107
|
+
display: flex;
|
28108
|
+
flex-direction: column;
|
28109
|
+
align-items: center;
|
28110
|
+
color: #83868c;
|
28111
|
+
}
|
28112
|
+
|
28113
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li > a:first-child .antd-Icon {
|
28114
|
+
font-size: 1.5rem;
|
28115
|
+
height: 1.5rem;
|
28116
|
+
margin-bottom: 0.3125rem;
|
28117
|
+
}
|
28118
|
+
|
28119
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li.is-active > a:first-child,
|
28120
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li > a:first-child:hover,
|
28121
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li > a:first-child:focus {
|
28122
|
+
color: var(--Tabs--sidebar-iconColor);
|
28123
|
+
}
|
28124
|
+
|
28125
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-content {
|
28126
|
+
flex-grow: 1;
|
28127
|
+
border-bottom: none;
|
28128
|
+
}
|
28129
|
+
|
28130
|
+
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-content > .antd-Tabs-pane {
|
28131
|
+
height: 100%;
|
28132
|
+
}
|
28133
|
+
|
27968
28134
|
.amis-scope .antd-Tabs--chrome > .antd-Tabs-linksWrapper {
|
27969
28135
|
background: #e7eaed;
|
27970
28136
|
border-bottom: none;
|
@@ -28080,7 +28246,7 @@ readers do not read off random characters that represent icons */
|
|
28080
28246
|
border-bottom: none;
|
28081
28247
|
}
|
28082
28248
|
|
28083
|
-
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper
|
28249
|
+
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper .antd-Tabs-addable {
|
28084
28250
|
padding: 0;
|
28085
28251
|
}
|
28086
28252
|
|
@@ -28104,7 +28270,7 @@ readers do not read off random characters that represent icons */
|
|
28104
28270
|
top: 50%;
|
28105
28271
|
right: 0;
|
28106
28272
|
width: 0.0625rem;
|
28107
|
-
height:
|
28273
|
+
height: 0.9375rem;
|
28108
28274
|
transform: translateY(-50%);
|
28109
28275
|
background-color: var(--Tabs--simple-split-color);
|
28110
28276
|
}
|
@@ -28128,6 +28294,10 @@ readers do not read off random characters that represent icons */
|
|
28128
28294
|
border: none;
|
28129
28295
|
}
|
28130
28296
|
|
28297
|
+
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:hover .antd-Tabs-link-close {
|
28298
|
+
fill: #1890ff;
|
28299
|
+
}
|
28300
|
+
|
28131
28301
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child {
|
28132
28302
|
padding: 0;
|
28133
28303
|
}
|
@@ -28147,7 +28317,7 @@ readers do not read off random characters that represent icons */
|
|
28147
28317
|
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
28148
28318
|
}
|
28149
28319
|
|
28150
|
-
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper
|
28320
|
+
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper .antd-Tabs-addable {
|
28151
28321
|
width: 2rem;
|
28152
28322
|
margin-left: 0.5rem;
|
28153
28323
|
padding: 0;
|
@@ -28161,11 +28331,11 @@ readers do not read off random characters that represent icons */
|
|
28161
28331
|
flex: none;
|
28162
28332
|
}
|
28163
28333
|
|
28164
|
-
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper
|
28334
|
+
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper .antd-Tabs-addable > .antd-Tabs-addable-icon {
|
28165
28335
|
margin-right: 0;
|
28166
28336
|
}
|
28167
28337
|
|
28168
|
-
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper
|
28338
|
+
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper .antd-Tabs-addable:hover {
|
28169
28339
|
color: #1890ff;
|
28170
28340
|
}
|
28171
28341
|
|
@@ -28228,6 +28398,10 @@ readers do not read off random characters that represent icons */
|
|
28228
28398
|
color: #1890ff;
|
28229
28399
|
}
|
28230
28400
|
|
28401
|
+
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link:hover .antd-Tabs-link-close {
|
28402
|
+
fill: #1890ff;
|
28403
|
+
}
|
28404
|
+
|
28231
28405
|
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link:last-of-type {
|
28232
28406
|
margin-right: 0;
|
28233
28407
|
}
|
@@ -28239,9 +28413,10 @@ readers do not read off random characters that represent icons */
|
|
28239
28413
|
}
|
28240
28414
|
|
28241
28415
|
.amis-scope .antd-Tabs-toolbar {
|
28242
|
-
|
28243
|
-
|
28244
|
-
|
28416
|
+
margin-left: 0.75rem;
|
28417
|
+
display: flex;
|
28418
|
+
flex-direction: row;
|
28419
|
+
align-items: center;
|
28245
28420
|
}
|
28246
28421
|
|
28247
28422
|
.amis-scope .antd-Nav {
|
@@ -28265,14 +28440,43 @@ readers do not read off random characters that represent icons */
|
|
28265
28440
|
vertical-align: middle;
|
28266
28441
|
}
|
28267
28442
|
|
28443
|
+
.amis-scope .antd-Nav .antd-Nav-list-overflow {
|
28444
|
+
min-height: 2.5rem !important;
|
28445
|
+
max-height: calc(2.5rem * 5);
|
28446
|
+
max-width: 10rem;
|
28447
|
+
font-size: 0.875rem;
|
28448
|
+
overflow-x: hidden;
|
28449
|
+
overflow-y: auto;
|
28450
|
+
}
|
28451
|
+
|
28452
|
+
.amis-scope .antd-Nav .antd-Nav-list-overflow .antd-Nav-subItems {
|
28453
|
+
margin-block-start: 0;
|
28454
|
+
margin-block-end: 0;
|
28455
|
+
}
|
28456
|
+
|
28457
|
+
.amis-scope .antd-Nav .antd-Nav-list-overflow .antd-Nav-item {
|
28458
|
+
max-width: 10rem;
|
28459
|
+
height: 2.5rem;
|
28460
|
+
}
|
28461
|
+
|
28462
|
+
.amis-scope .antd-Nav .antd-Nav-list-overflow .antd-Nav-item > a {
|
28463
|
+
border: none !important;
|
28464
|
+
display: block !important;
|
28465
|
+
text-overflow: ellipsis;
|
28466
|
+
overflow: hidden;
|
28467
|
+
white-space: nowrap;
|
28468
|
+
user-select: none;
|
28469
|
+
}
|
28470
|
+
|
28268
28471
|
.amis-scope .antd-Nav .antd-Nav-list--tabs {
|
28269
|
-
border-bottom: 0.0625rem solid #
|
28472
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
28270
28473
|
}
|
28271
28474
|
|
28272
28475
|
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item {
|
28273
28476
|
margin-bottom: calc(0.0625rem * -1);
|
28274
28477
|
display: inline-block;
|
28275
28478
|
position: relative;
|
28479
|
+
max-width: 10rem;
|
28276
28480
|
}
|
28277
28481
|
|
28278
28482
|
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a {
|
@@ -28287,11 +28491,15 @@ readers do not read off random characters that represent icons */
|
|
28287
28491
|
margin-right: 0.125rem;
|
28288
28492
|
padding: 0.5rem 1.5rem;
|
28289
28493
|
cursor: pointer;
|
28494
|
+
text-overflow: ellipsis;
|
28495
|
+
overflow: hidden;
|
28496
|
+
white-space: nowrap;
|
28290
28497
|
}
|
28291
28498
|
|
28292
28499
|
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item:hover > a,
|
28293
28500
|
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a:focus {
|
28294
28501
|
border-color: #e5e7eb;
|
28502
|
+
border-bottom: none;
|
28295
28503
|
text-decoration: none;
|
28296
28504
|
}
|
28297
28505
|
|
@@ -28307,10 +28515,17 @@ readers do not read off random characters that represent icons */
|
|
28307
28515
|
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-active > a {
|
28308
28516
|
color: #374151;
|
28309
28517
|
background: #fff;
|
28310
|
-
border-color: #
|
28518
|
+
border-color: #d9d9d9;
|
28311
28519
|
border-bottom-color: #fff;
|
28312
28520
|
}
|
28313
28521
|
|
28522
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item-overflow:hover > a,
|
28523
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item-overflow > a:focus,
|
28524
|
+
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item-overflow.is-overflow-opened > a {
|
28525
|
+
color: #1890ff;
|
28526
|
+
border-color: transparent;
|
28527
|
+
}
|
28528
|
+
|
28314
28529
|
.amis-scope .antd-Nav .antd-Nav-list--stacked {
|
28315
28530
|
min-height: 3.125rem;
|
28316
28531
|
}
|
@@ -28560,11 +28775,11 @@ readers do not read off random characters that represent icons */
|
|
28560
28775
|
}
|
28561
28776
|
|
28562
28777
|
.amis-scope .antd-Page-main > .antd-Page-header {
|
28563
|
-
border-bottom: 0.0625rem solid #
|
28778
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
28564
28779
|
}
|
28565
28780
|
|
28566
28781
|
.amis-scope .antd-Page-headerRow {
|
28567
|
-
border-bottom: 0.0625rem solid #
|
28782
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
28568
28783
|
display: flex;
|
28569
28784
|
flex-direction: row;
|
28570
28785
|
align-items: center;
|
@@ -28639,7 +28854,7 @@ readers do not read off random characters that represent icons */
|
|
28639
28854
|
@media (min-width: 768px) {
|
28640
28855
|
.amis-scope .antd-Page-aside {
|
28641
28856
|
width: 12.5rem;
|
28642
|
-
border-right: 0.0625rem solid #
|
28857
|
+
border-right: 0.0625rem solid #d9d9d9;
|
28643
28858
|
}
|
28644
28859
|
|
28645
28860
|
.amis-scope .antd-Page-aside::before {
|
@@ -28687,7 +28902,7 @@ readers do not read off random characters that represent icons */
|
|
28687
28902
|
color: inherit;
|
28688
28903
|
font-size: 0.875rem;
|
28689
28904
|
background: #fff;
|
28690
|
-
border: 0.0625rem solid #
|
28905
|
+
border: 0.0625rem solid #d9d9d9;
|
28691
28906
|
width: 1rem;
|
28692
28907
|
height: 1rem;
|
28693
28908
|
line-height: 1;
|
@@ -28979,7 +29194,7 @@ readers do not read off random characters that represent icons */
|
|
28979
29194
|
}
|
28980
29195
|
|
28981
29196
|
.amis-scope .antd-Panel--default {
|
28982
|
-
border-color: #
|
29197
|
+
border-color: #d9d9d9;
|
28983
29198
|
}
|
28984
29199
|
|
28985
29200
|
.amis-scope .antd-Panel--default > .antd-Panel-heading {
|
@@ -28993,7 +29208,7 @@ readers do not read off random characters that represent icons */
|
|
28993
29208
|
}
|
28994
29209
|
|
28995
29210
|
.amis-scope .antd-Panel--default > .antd-Panel-heading {
|
28996
|
-
border-color: #
|
29211
|
+
border-color: #d9d9d9;
|
28997
29212
|
}
|
28998
29213
|
|
28999
29214
|
.amis-scope .antd-Panel--primary {
|
@@ -29231,57 +29446,122 @@ readers do not read off random characters that represent icons */
|
|
29231
29446
|
}
|
29232
29447
|
}
|
29233
29448
|
|
29234
|
-
.amis-scope .
|
29235
|
-
|
29236
|
-
|
29237
|
-
|
29238
|
-
|
29239
|
-
position: absolute;
|
29240
|
-
z-index: 10;
|
29241
|
-
top: 0;
|
29242
|
-
left: 0;
|
29243
|
-
right: 0;
|
29244
|
-
bottom: 0;
|
29245
|
-
background: rgba(255, 255, 255, 0.4);
|
29246
|
-
transition: ease-out opacity 0s;
|
29449
|
+
.amis-scope .antd-Spinner {
|
29450
|
+
display: inline-flex;
|
29451
|
+
flex-direction: column;
|
29452
|
+
align-items: center;
|
29453
|
+
justify-content: center;
|
29247
29454
|
opacity: 0;
|
29455
|
+
transition: ease-out opacity 0s;
|
29248
29456
|
}
|
29249
29457
|
|
29250
|
-
.amis-scope .antd-Spinner
|
29458
|
+
.amis-scope .antd-Spinner.in {
|
29251
29459
|
opacity: 1;
|
29252
29460
|
}
|
29253
29461
|
|
29254
|
-
.amis-scope .antd-Spinner {
|
29255
|
-
width:
|
29256
|
-
height:
|
29462
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon {
|
29463
|
+
width: 2rem;
|
29464
|
+
height: 2rem;
|
29465
|
+
position: relative;
|
29257
29466
|
transform: translateZ(0);
|
29258
|
-
|
29467
|
+
animation: spin 2s linear infinite;
|
29468
|
+
transition: ease-out all 0s;
|
29469
|
+
}
|
29470
|
+
|
29471
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--default {
|
29259
29472
|
background: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
29260
29473
|
background-size: 100%;
|
29261
|
-
|
29474
|
+
animation: none;
|
29262
29475
|
}
|
29263
29476
|
|
29264
|
-
.amis-scope .antd-Spinner--
|
29265
|
-
|
29266
|
-
|
29477
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--simple {
|
29478
|
+
background: transparent;
|
29479
|
+
display: flex;
|
29480
|
+
align-items: center;
|
29481
|
+
justify-content: center;
|
29267
29482
|
}
|
29268
29483
|
|
29269
|
-
.amis-scope .antd-Spinner--
|
29270
|
-
width:
|
29271
|
-
height:
|
29484
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--simple .icon {
|
29485
|
+
width: 100%;
|
29486
|
+
height: 100%;
|
29487
|
+
color: #2468f2;
|
29272
29488
|
}
|
29273
29489
|
|
29274
|
-
.amis-scope .antd-Spinner--icon {
|
29275
|
-
|
29276
|
-
animation: spin 2s linear infinite;
|
29277
|
-
width: 16px;
|
29278
|
-
height: 16px;
|
29490
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--simple svg.icon {
|
29491
|
+
top: 0;
|
29279
29492
|
}
|
29280
29493
|
|
29281
|
-
.amis-scope .antd-Spinner--
|
29282
|
-
|
29283
|
-
|
29284
|
-
|
29494
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--simple svg.icon path {
|
29495
|
+
fill: #2468f2;
|
29496
|
+
}
|
29497
|
+
|
29498
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--simple i.icon {
|
29499
|
+
display: flex;
|
29500
|
+
align-items: center;
|
29501
|
+
justify-content: center;
|
29502
|
+
font-size: 2rem;
|
29503
|
+
}
|
29504
|
+
|
29505
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--custom {
|
29506
|
+
width: auto;
|
29507
|
+
height: auto;
|
29508
|
+
}
|
29509
|
+
|
29510
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--lg {
|
29511
|
+
width: 3rem;
|
29512
|
+
height: 3rem;
|
29513
|
+
}
|
29514
|
+
|
29515
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--lg i.icon {
|
29516
|
+
font-size: 3rem;
|
29517
|
+
}
|
29518
|
+
|
29519
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--sm {
|
29520
|
+
width: 1rem;
|
29521
|
+
height: 1rem;
|
29522
|
+
}
|
29523
|
+
|
29524
|
+
.amis-scope .antd-Spinner .antd-Spinner-icon--sm i.icon {
|
29525
|
+
font-size: 1rem;
|
29526
|
+
}
|
29527
|
+
|
29528
|
+
.amis-scope .antd-Spinner .antd-Spinner-tip {
|
29529
|
+
margin: 0.75rem 0 0 0;
|
29530
|
+
word-break: keep-all;
|
29531
|
+
white-space: nowrap;
|
29532
|
+
color: #2468f2;
|
29533
|
+
}
|
29534
|
+
|
29535
|
+
.amis-scope .antd-Spinner.antd-Spinner-tip--top {
|
29536
|
+
flex-direction: column-reverse;
|
29537
|
+
}
|
29538
|
+
|
29539
|
+
.amis-scope .antd-Spinner.antd-Spinner-tip--top .antd-Spinner-tip {
|
29540
|
+
margin: 0 0 0.75rem 0;
|
29541
|
+
}
|
29542
|
+
|
29543
|
+
.amis-scope .antd-Spinner.antd-Spinner-tip--right {
|
29544
|
+
flex-direction: row;
|
29545
|
+
}
|
29546
|
+
|
29547
|
+
.amis-scope .antd-Spinner.antd-Spinner-tip--right .antd-Spinner-tip {
|
29548
|
+
margin: 0 0 0 0.75rem;
|
29549
|
+
}
|
29550
|
+
|
29551
|
+
.amis-scope .antd-Spinner.antd-Spinner-tip--bottom {
|
29552
|
+
flex-direction: column;
|
29553
|
+
}
|
29554
|
+
|
29555
|
+
.amis-scope .antd-Spinner.antd-Spinner-tip--bottom .antd-Spinner-tip {
|
29556
|
+
margin: 0.75rem 0 0 0;
|
29557
|
+
}
|
29558
|
+
|
29559
|
+
.amis-scope .antd-Spinner.antd-Spinner-tip--left {
|
29560
|
+
flex-direction: row-reverse;
|
29561
|
+
}
|
29562
|
+
|
29563
|
+
.amis-scope .antd-Spinner.antd-Spinner-tip--left .antd-Spinner-tip {
|
29564
|
+
margin: 0 0.75rem 0 0;
|
29285
29565
|
}
|
29286
29566
|
|
29287
29567
|
.amis-scope .antd-Spinner--overlay {
|
@@ -29292,20 +29572,34 @@ readers do not read off random characters that represent icons */
|
|
29292
29572
|
transform: translate3d(-50%, -50%, 0);
|
29293
29573
|
}
|
29294
29574
|
|
29295
|
-
.amis-scope .antd-Spinner
|
29296
|
-
|
29297
|
-
|
29298
|
-
|
29575
|
+
.amis-scope .antd-Spinner-overlay {
|
29576
|
+
position: absolute;
|
29577
|
+
z-index: 10;
|
29578
|
+
top: 0;
|
29579
|
+
left: 0;
|
29580
|
+
right: 0;
|
29581
|
+
bottom: 0;
|
29582
|
+
background: rgba(255, 255, 255, 0.4);
|
29583
|
+
transition: ease-out opacity 0s;
|
29584
|
+
opacity: 0;
|
29299
29585
|
}
|
29300
29586
|
|
29301
|
-
|
29302
|
-
|
29303
|
-
|
29304
|
-
}
|
29587
|
+
.amis-scope .antd-Spinner-overlay.in {
|
29588
|
+
opacity: 1;
|
29589
|
+
}
|
29305
29590
|
|
29306
|
-
|
29307
|
-
|
29308
|
-
|
29591
|
+
.amis-scope .antd-Spinner-wrap {
|
29592
|
+
position: relative;
|
29593
|
+
width: 100%;
|
29594
|
+
height: 100%;
|
29595
|
+
}
|
29596
|
+
|
29597
|
+
.amis-scope .antd-Spinner-wrap .antd-Spinner {
|
29598
|
+
position: absolute;
|
29599
|
+
z-index: 11;
|
29600
|
+
top: 50%;
|
29601
|
+
left: 50%;
|
29602
|
+
transform: translate3d(-50%, -50%, 0);
|
29309
29603
|
}
|
29310
29604
|
|
29311
29605
|
.amis-scope .antd-ButtonGroup {
|
@@ -29375,10 +29669,15 @@ readers do not read off random characters that represent icons */
|
|
29375
29669
|
border-bottom-left-radius: 0;
|
29376
29670
|
}
|
29377
29671
|
|
29672
|
+
.amis-scope .antd-ButtonGroup > .antd-ButtonGroup:last-child > .antd-Button:not(:last-child) {
|
29673
|
+
border-top-right-radius: 0;
|
29674
|
+
}
|
29675
|
+
|
29378
29676
|
.amis-scope .antd-ButtonGroup--vertical {
|
29379
29677
|
flex-direction: column;
|
29380
29678
|
align-items: flex-start;
|
29381
29679
|
justify-content: center;
|
29680
|
+
/* 修正头尾的圆角 */
|
29382
29681
|
}
|
29383
29682
|
|
29384
29683
|
.amis-scope .antd-ButtonGroup--vertical .antd-Button,
|
@@ -29406,6 +29705,16 @@ readers do not read off random characters that represent icons */
|
|
29406
29705
|
border-top-right-radius: 0;
|
29407
29706
|
}
|
29408
29707
|
|
29708
|
+
.amis-scope .antd-ButtonGroup--vertical > .antd-Button:first-child,
|
29709
|
+
.amis-scope .antd-ButtonGroup--vertical > .antd-ButtonGroup:first-child > .antd-Button:first-child {
|
29710
|
+
border-top-right-radius: 2px;
|
29711
|
+
}
|
29712
|
+
|
29713
|
+
.amis-scope .antd-ButtonGroup--vertical > .antd-Button:last-child,
|
29714
|
+
.amis-scope .antd-ButtonGroup--vertical > .antd-ButtonGroup:last-child > .antd-Button:last-child {
|
29715
|
+
border-bottom-left-radius: 2px;
|
29716
|
+
}
|
29717
|
+
|
29409
29718
|
.amis-scope .antd-ButtonGroup--tiled {
|
29410
29719
|
display: flex;
|
29411
29720
|
}
|
@@ -29526,7 +29835,7 @@ readers do not read off random characters that represent icons */
|
|
29526
29835
|
height: 0.0625rem;
|
29527
29836
|
margin: 0.5625rem 0;
|
29528
29837
|
overflow: hidden;
|
29529
|
-
background: #
|
29838
|
+
background: #d9d9d9;
|
29530
29839
|
padding: 0;
|
29531
29840
|
}
|
29532
29841
|
|
@@ -29640,7 +29949,7 @@ readers do not read off random characters that represent icons */
|
|
29640
29949
|
}
|
29641
29950
|
|
29642
29951
|
.amis-scope .antd-ScheduleCalendar-large .rdtPicker table td {
|
29643
|
-
border: 0.0625rem solid #
|
29952
|
+
border: 0.0625rem solid #d9d9d9;
|
29644
29953
|
}
|
29645
29954
|
|
29646
29955
|
.amis-scope .antd-ScheduleCalendar-large .rdtDay {
|
@@ -30220,7 +30529,7 @@ readers do not read off random characters that represent icons */
|
|
30220
30529
|
top: -10px;
|
30221
30530
|
left: -30px;
|
30222
30531
|
width: 1rem;
|
30223
|
-
border-left: solid 1px #
|
30532
|
+
border-left: solid 1px #d9d9d9;
|
30224
30533
|
bottom: 0;
|
30225
30534
|
}
|
30226
30535
|
|
@@ -30230,12 +30539,12 @@ readers do not read off random characters that represent icons */
|
|
30230
30539
|
top: 50%;
|
30231
30540
|
width: 1rem;
|
30232
30541
|
left: -30px;
|
30233
|
-
border-top: solid 1px #
|
30542
|
+
border-top: solid 1px #d9d9d9;
|
30234
30543
|
}
|
30235
30544
|
|
30236
30545
|
.amis-scope .antd-CBGroup-placeholder:last-child:before {
|
30237
30546
|
border-bottom-left-radius: 5px;
|
30238
|
-
border-bottom: solid 1px #
|
30547
|
+
border-bottom: solid 1px #d9d9d9;
|
30239
30548
|
bottom: 50%;
|
30240
30549
|
}
|
30241
30550
|
|
@@ -30345,7 +30654,7 @@ readers do not read off random characters that represent icons */
|
|
30345
30654
|
top: -10px;
|
30346
30655
|
left: -30px;
|
30347
30656
|
width: 20px;
|
30348
|
-
border-left: solid 1px #
|
30657
|
+
border-left: solid 1px #d9d9d9;
|
30349
30658
|
bottom: 0;
|
30350
30659
|
}
|
30351
30660
|
|
@@ -30355,12 +30664,12 @@ readers do not read off random characters that represent icons */
|
|
30355
30664
|
top: 50%;
|
30356
30665
|
width: 20px;
|
30357
30666
|
left: -30px;
|
30358
|
-
border-top: solid 1px #
|
30667
|
+
border-top: solid 1px #d9d9d9;
|
30359
30668
|
}
|
30360
30669
|
|
30361
30670
|
.amis-scope .antd-CBGroupOrItem:last-child:before {
|
30362
30671
|
border-bottom-left-radius: 5px;
|
30363
|
-
border-bottom: solid 1px #
|
30672
|
+
border-bottom: solid 1px #d9d9d9;
|
30364
30673
|
bottom: 50%;
|
30365
30674
|
}
|
30366
30675
|
|
@@ -30722,7 +31031,7 @@ readers do not read off random characters that represent icons */
|
|
30722
31031
|
.amis-scope .antd-Wizard-tabs > ul.nav {
|
30723
31032
|
padding: 0;
|
30724
31033
|
margin: 0;
|
30725
|
-
border: 0.0625rem solid #
|
31034
|
+
border: 0.0625rem solid #d9d9d9;
|
30726
31035
|
}
|
30727
31036
|
|
30728
31037
|
.amis-scope .antd-Wizard > ul.nav li,
|
@@ -30766,7 +31075,7 @@ readers do not read off random characters that represent icons */
|
|
30766
31075
|
right: -0.625rem;
|
30767
31076
|
border: 1rem solid transparent;
|
30768
31077
|
border-right: 0;
|
30769
|
-
border-left: 0.625rem solid #
|
31078
|
+
border-left: 0.625rem solid #d9d9d9;
|
30770
31079
|
border-left-color: rgba(0, 0, 0, 0.05);
|
30771
31080
|
z-index: 1;
|
30772
31081
|
bottom: 0;
|
@@ -30794,7 +31103,7 @@ readers do not read off random characters that represent icons */
|
|
30794
31103
|
font-size: 0.875rem;
|
30795
31104
|
padding: 0;
|
30796
31105
|
background: #f3f4f6;
|
30797
|
-
border-bottom: 0.0625rem solid #
|
31106
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
30798
31107
|
text-align: left;
|
30799
31108
|
}
|
30800
31109
|
|
@@ -30840,7 +31149,7 @@ readers do not read off random characters that represent icons */
|
|
30840
31149
|
right: -0.625rem;
|
30841
31150
|
border: 1.125rem solid transparent;
|
30842
31151
|
border-right: 0;
|
30843
|
-
border-left: 0.625rem solid #
|
31152
|
+
border-left: 0.625rem solid #d9d9d9;
|
30844
31153
|
border-left-color: rgba(0, 0, 0, 0.05);
|
30845
31154
|
z-index: 2;
|
30846
31155
|
}
|
@@ -30903,7 +31212,7 @@ readers do not read off random characters that represent icons */
|
|
30903
31212
|
line-height: 2.5rem;
|
30904
31213
|
position: relative;
|
30905
31214
|
float: none;
|
30906
|
-
border-bottom: 0.0625rem solid #
|
31215
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
30907
31216
|
padding-left: 1rem;
|
30908
31217
|
}
|
30909
31218
|
|
@@ -31269,7 +31578,7 @@ readers do not read off random characters that represent icons */
|
|
31269
31578
|
background: #fff;
|
31270
31579
|
border-spacing: 0;
|
31271
31580
|
border-collapse: collapse;
|
31272
|
-
border: 0.0625rem solid #
|
31581
|
+
border: 0.0625rem solid #d9d9d9;
|
31273
31582
|
}
|
31274
31583
|
|
31275
31584
|
.amis-scope .antd-Table-table th,
|
@@ -31312,7 +31621,7 @@ readers do not read off random characters that represent icons */
|
|
31312
31621
|
}
|
31313
31622
|
|
31314
31623
|
.amis-scope .antd-Table-table--withCombine > tbody > tr > td:not(:last-child) {
|
31315
|
-
border-right: 0.0625rem solid #
|
31624
|
+
border-right: 0.0625rem solid #d9d9d9;
|
31316
31625
|
}
|
31317
31626
|
|
31318
31627
|
.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
|
@@ -31325,7 +31634,7 @@ readers do not read off random characters that represent icons */
|
|
31325
31634
|
(2.5rem - 0.875rem * 1.57) /
|
31326
31635
|
2
|
31327
31636
|
) 0.5rem;
|
31328
|
-
border-bottom: 0.0625rem solid #
|
31637
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
31329
31638
|
font-size: 0.875rem;
|
31330
31639
|
color: #333;
|
31331
31640
|
font-weight: 400;
|
@@ -31346,7 +31655,7 @@ readers do not read off random characters that represent icons */
|
|
31346
31655
|
}
|
31347
31656
|
|
31348
31657
|
.amis-scope .antd-Table-table > thead > tr > th:not(:last-child) {
|
31349
|
-
border-right: 0.0625rem solid #
|
31658
|
+
border-right: 0.0625rem solid #d9d9d9;
|
31350
31659
|
}
|
31351
31660
|
|
31352
31661
|
.amis-scope .antd-Table-table > thead > tr > th .antd-Remark {
|
@@ -31354,11 +31663,11 @@ readers do not read off random characters that represent icons */
|
|
31354
31663
|
}
|
31355
31664
|
|
31356
31665
|
.amis-scope .antd-Table-table > thead > tr + tr {
|
31357
|
-
border-top: 0.0625rem solid #
|
31666
|
+
border-top: 0.0625rem solid #d9d9d9;
|
31358
31667
|
}
|
31359
31668
|
|
31360
31669
|
.amis-scope .antd-Table-table > thead > tr {
|
31361
|
-
border-bottom: 0.0625rem solid #
|
31670
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
31362
31671
|
}
|
31363
31672
|
|
31364
31673
|
.amis-scope .antd-Table-table > tbody > tr {
|
@@ -31367,11 +31676,11 @@ readers do not read off random characters that represent icons */
|
|
31367
31676
|
}
|
31368
31677
|
|
31369
31678
|
.amis-scope .antd-Table-table > tbody > tr + tr {
|
31370
|
-
border-top: 0.0625rem solid #
|
31679
|
+
border-top: 0.0625rem solid #d9d9d9;
|
31371
31680
|
}
|
31372
31681
|
|
31373
31682
|
.amis-scope .antd-Table-table > tbody > tr + tr > th {
|
31374
|
-
border-top: 0.0625rem solid #
|
31683
|
+
border-top: 0.0625rem solid #d9d9d9;
|
31375
31684
|
}
|
31376
31685
|
|
31377
31686
|
.amis-scope .antd-Table-table > tbody > tr > th {
|
@@ -31379,7 +31688,7 @@ readers do not read off random characters that represent icons */
|
|
31379
31688
|
color: #333;
|
31380
31689
|
font-weight: 400;
|
31381
31690
|
white-space: nowrap;
|
31382
|
-
border-right: 0.0625rem solid #
|
31691
|
+
border-right: 0.0625rem solid #d9d9d9;
|
31383
31692
|
}
|
31384
31693
|
|
31385
31694
|
.amis-scope .antd-Table-table > tbody > tr > td,
|
@@ -31411,23 +31720,23 @@ readers do not read off random characters that represent icons */
|
|
31411
31720
|
.amis-scope .antd-Table-table > tbody > tr:hover,
|
31412
31721
|
.amis-scope .antd-Table-table > tbody > tr.is-hovered {
|
31413
31722
|
background: rgb(250, 250, 250);
|
31414
|
-
border-color: #
|
31723
|
+
border-color: #d9d9d9;
|
31415
31724
|
color: rgba(0, 0, 0, 0.85);
|
31416
31725
|
}
|
31417
31726
|
|
31418
31727
|
.amis-scope .antd-Table-table > tbody > tr:hover + tr,
|
31419
31728
|
.amis-scope .antd-Table-table > tbody > tr.is-hovered + tr {
|
31420
|
-
border-color: #
|
31729
|
+
border-color: #d9d9d9;
|
31421
31730
|
}
|
31422
31731
|
|
31423
31732
|
.amis-scope .antd-Table-table > tbody > tr.is-checked {
|
31424
31733
|
background: #e6f7ff;
|
31425
|
-
border-color: #
|
31734
|
+
border-color: #d9d9d9;
|
31426
31735
|
color: rgba(0, 0, 0, 0.85);
|
31427
31736
|
}
|
31428
31737
|
|
31429
31738
|
.amis-scope .antd-Table-table > tbody > tr.is-checked + tr {
|
31430
|
-
border-color: #
|
31739
|
+
border-color: #d9d9d9;
|
31431
31740
|
}
|
31432
31741
|
|
31433
31742
|
.amis-scope .antd-Table-table > tbody > tr.is-moved,
|
@@ -31882,7 +32191,7 @@ readers do not read off random characters that represent icons */
|
|
31882
32191
|
bottom: 0;
|
31883
32192
|
left: -0.5rem;
|
31884
32193
|
height: auto;
|
31885
|
-
background: #
|
32194
|
+
background: #d9d9d9;
|
31886
32195
|
}
|
31887
32196
|
|
31888
32197
|
.amis-scope .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td::after {
|
@@ -31892,7 +32201,7 @@ readers do not read off random characters that represent icons */
|
|
31892
32201
|
top: 50%;
|
31893
32202
|
left: -0.5rem;
|
31894
32203
|
width: 0.625rem;
|
31895
|
-
background: #
|
32204
|
+
background: #d9d9d9;
|
31896
32205
|
}
|
31897
32206
|
|
31898
32207
|
.amis-scope .antd-Table-table tr.antd-Table-tr--2th.is-expandable .antd-Table-expandCell + td {
|
@@ -31926,7 +32235,7 @@ readers do not read off random characters that represent icons */
|
|
31926
32235
|
bottom: 0;
|
31927
32236
|
left: 0.625rem;
|
31928
32237
|
height: auto;
|
31929
|
-
background: #
|
32238
|
+
background: #d9d9d9;
|
31930
32239
|
}
|
31931
32240
|
|
31932
32241
|
.amis-scope .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td::after {
|
@@ -31936,7 +32245,7 @@ readers do not read off random characters that represent icons */
|
|
31936
32245
|
top: 50%;
|
31937
32246
|
left: 0.625rem;
|
31938
32247
|
width: 0.625rem;
|
31939
|
-
background: #
|
32248
|
+
background: #d9d9d9;
|
31940
32249
|
}
|
31941
32250
|
|
31942
32251
|
.amis-scope .antd-Table-table tr.antd-Table-tr--3th.is-expandable .antd-Table-expandCell + td {
|
@@ -31970,7 +32279,7 @@ readers do not read off random characters that represent icons */
|
|
31970
32279
|
bottom: 0;
|
31971
32280
|
left: 1.75rem;
|
31972
32281
|
height: auto;
|
31973
|
-
background: #
|
32282
|
+
background: #d9d9d9;
|
31974
32283
|
}
|
31975
32284
|
|
31976
32285
|
.amis-scope .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td::after {
|
@@ -31980,7 +32289,7 @@ readers do not read off random characters that represent icons */
|
|
31980
32289
|
top: 50%;
|
31981
32290
|
left: 1.75rem;
|
31982
32291
|
width: 0.625rem;
|
31983
|
-
background: #
|
32292
|
+
background: #d9d9d9;
|
31984
32293
|
}
|
31985
32294
|
|
31986
32295
|
.amis-scope .antd-Table-table tr.antd-Table-tr--4th.is-expandable .antd-Table-expandCell + td {
|
@@ -32014,7 +32323,7 @@ readers do not read off random characters that represent icons */
|
|
32014
32323
|
bottom: 0;
|
32015
32324
|
left: 2.875rem;
|
32016
32325
|
height: auto;
|
32017
|
-
background: #
|
32326
|
+
background: #d9d9d9;
|
32018
32327
|
}
|
32019
32328
|
|
32020
32329
|
.amis-scope .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td::after {
|
@@ -32024,7 +32333,7 @@ readers do not read off random characters that represent icons */
|
|
32024
32333
|
top: 50%;
|
32025
32334
|
left: 2.875rem;
|
32026
32335
|
width: 0.625rem;
|
32027
|
-
background: #
|
32336
|
+
background: #d9d9d9;
|
32028
32337
|
}
|
32029
32338
|
|
32030
32339
|
.amis-scope .antd-Table-table tr.antd-Table-tr--5th.is-expandable .antd-Table-expandCell + td {
|
@@ -32058,7 +32367,7 @@ readers do not read off random characters that represent icons */
|
|
32058
32367
|
bottom: 0;
|
32059
32368
|
left: 4rem;
|
32060
32369
|
height: auto;
|
32061
|
-
background: #
|
32370
|
+
background: #d9d9d9;
|
32062
32371
|
}
|
32063
32372
|
|
32064
32373
|
.amis-scope .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td::after {
|
@@ -32068,7 +32377,7 @@ readers do not read off random characters that represent icons */
|
|
32068
32377
|
top: 50%;
|
32069
32378
|
left: 4rem;
|
32070
32379
|
width: 0.625rem;
|
32071
|
-
background: #
|
32380
|
+
background: #d9d9d9;
|
32072
32381
|
}
|
32073
32382
|
|
32074
32383
|
.amis-scope .antd-Table-table tr.antd-Table-tr--6th.is-expandable .antd-Table-expandCell + td {
|
@@ -32102,7 +32411,7 @@ readers do not read off random characters that represent icons */
|
|
32102
32411
|
bottom: 0;
|
32103
32412
|
left: 5.125rem;
|
32104
32413
|
height: auto;
|
32105
|
-
background: #
|
32414
|
+
background: #d9d9d9;
|
32106
32415
|
}
|
32107
32416
|
|
32108
32417
|
.amis-scope .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td::after {
|
@@ -32112,7 +32421,7 @@ readers do not read off random characters that represent icons */
|
|
32112
32421
|
top: 50%;
|
32113
32422
|
left: 5.125rem;
|
32114
32423
|
width: 0.625rem;
|
32115
|
-
background: #
|
32424
|
+
background: #d9d9d9;
|
32116
32425
|
}
|
32117
32426
|
|
32118
32427
|
.amis-scope .antd-Table-table tr.antd-Table-tr--7th.is-expandable .antd-Table-expandCell + td {
|
@@ -32146,7 +32455,7 @@ readers do not read off random characters that represent icons */
|
|
32146
32455
|
bottom: 0;
|
32147
32456
|
left: 6.25rem;
|
32148
32457
|
height: auto;
|
32149
|
-
background: #
|
32458
|
+
background: #d9d9d9;
|
32150
32459
|
}
|
32151
32460
|
|
32152
32461
|
.amis-scope .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td::after {
|
@@ -32156,7 +32465,7 @@ readers do not read off random characters that represent icons */
|
|
32156
32465
|
top: 50%;
|
32157
32466
|
left: 6.25rem;
|
32158
32467
|
width: 0.625rem;
|
32159
|
-
background: #
|
32468
|
+
background: #d9d9d9;
|
32160
32469
|
}
|
32161
32470
|
|
32162
32471
|
.amis-scope .antd-Table-table tr.antd-Table-tr--8th.is-expandable .antd-Table-expandCell + td {
|
@@ -32190,7 +32499,7 @@ readers do not read off random characters that represent icons */
|
|
32190
32499
|
bottom: 0;
|
32191
32500
|
left: 7.375rem;
|
32192
32501
|
height: auto;
|
32193
|
-
background: #
|
32502
|
+
background: #d9d9d9;
|
32194
32503
|
}
|
32195
32504
|
|
32196
32505
|
.amis-scope .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td::after {
|
@@ -32200,7 +32509,7 @@ readers do not read off random characters that represent icons */
|
|
32200
32509
|
top: 50%;
|
32201
32510
|
left: 7.375rem;
|
32202
32511
|
width: 0.625rem;
|
32203
|
-
background: #
|
32512
|
+
background: #d9d9d9;
|
32204
32513
|
}
|
32205
32514
|
|
32206
32515
|
.amis-scope .antd-Table-table tr.antd-Table-tr--9th.is-expandable .antd-Table-expandCell + td {
|
@@ -32234,7 +32543,7 @@ readers do not read off random characters that represent icons */
|
|
32234
32543
|
bottom: 0;
|
32235
32544
|
left: 8.5rem;
|
32236
32545
|
height: auto;
|
32237
|
-
background: #
|
32546
|
+
background: #d9d9d9;
|
32238
32547
|
}
|
32239
32548
|
|
32240
32549
|
.amis-scope .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td::after {
|
@@ -32244,7 +32553,7 @@ readers do not read off random characters that represent icons */
|
|
32244
32553
|
top: 50%;
|
32245
32554
|
left: 8.5rem;
|
32246
32555
|
width: 0.625rem;
|
32247
|
-
background: #
|
32556
|
+
background: #d9d9d9;
|
32248
32557
|
}
|
32249
32558
|
|
32250
32559
|
.amis-scope .antd-Table-table tr.antd-Table-tr--10th.is-expandable .antd-Table-expandCell + td {
|
@@ -32299,7 +32608,7 @@ readers do not read off random characters that represent icons */
|
|
32299
32608
|
top: 0;
|
32300
32609
|
bottom: 0;
|
32301
32610
|
height: 100%;
|
32302
|
-
background: #
|
32611
|
+
background: #d9d9d9;
|
32303
32612
|
right: 0.4375rem;
|
32304
32613
|
}
|
32305
32614
|
|
@@ -32309,7 +32618,7 @@ readers do not read off random characters that represent icons */
|
|
32309
32618
|
top: 0;
|
32310
32619
|
bottom: 0;
|
32311
32620
|
height: 100%;
|
32312
|
-
background: #
|
32621
|
+
background: #d9d9d9;
|
32313
32622
|
right: -0.6875rem;
|
32314
32623
|
}
|
32315
32624
|
|
@@ -32319,7 +32628,7 @@ readers do not read off random characters that represent icons */
|
|
32319
32628
|
top: 0;
|
32320
32629
|
bottom: 0;
|
32321
32630
|
height: 100%;
|
32322
|
-
background: #
|
32631
|
+
background: #d9d9d9;
|
32323
32632
|
right: -1.8125rem;
|
32324
32633
|
}
|
32325
32634
|
|
@@ -32329,7 +32638,7 @@ readers do not read off random characters that represent icons */
|
|
32329
32638
|
top: 0;
|
32330
32639
|
bottom: 0;
|
32331
32640
|
height: 100%;
|
32332
|
-
background: #
|
32641
|
+
background: #d9d9d9;
|
32333
32642
|
right: -2.9375rem;
|
32334
32643
|
}
|
32335
32644
|
|
@@ -32339,7 +32648,7 @@ readers do not read off random characters that represent icons */
|
|
32339
32648
|
top: 0;
|
32340
32649
|
bottom: 0;
|
32341
32650
|
height: 100%;
|
32342
|
-
background: #
|
32651
|
+
background: #d9d9d9;
|
32343
32652
|
right: -4.0625rem;
|
32344
32653
|
}
|
32345
32654
|
|
@@ -32349,7 +32658,7 @@ readers do not read off random characters that represent icons */
|
|
32349
32658
|
top: 0;
|
32350
32659
|
bottom: 0;
|
32351
32660
|
height: 100%;
|
32352
|
-
background: #
|
32661
|
+
background: #d9d9d9;
|
32353
32662
|
right: -5.1875rem;
|
32354
32663
|
}
|
32355
32664
|
|
@@ -32359,7 +32668,7 @@ readers do not read off random characters that represent icons */
|
|
32359
32668
|
top: 0;
|
32360
32669
|
bottom: 0;
|
32361
32670
|
height: 100%;
|
32362
|
-
background: #
|
32671
|
+
background: #d9d9d9;
|
32363
32672
|
right: -6.3125rem;
|
32364
32673
|
}
|
32365
32674
|
|
@@ -32371,7 +32680,7 @@ readers do not read off random characters that represent icons */
|
|
32371
32680
|
bottom: 0;
|
32372
32681
|
right: 0.4375rem;
|
32373
32682
|
height: auto;
|
32374
|
-
background: #
|
32683
|
+
background: #d9d9d9;
|
32375
32684
|
}
|
32376
32685
|
|
32377
32686
|
.amis-scope .antd-Table-table > thead > tr > th.antd-TableCell--sortable {
|
@@ -32777,7 +33086,7 @@ readers do not read off random characters that represent icons */
|
|
32777
33086
|
background: #fff;
|
32778
33087
|
list-style: none;
|
32779
33088
|
padding: 0.25rem 0;
|
32780
|
-
border: 0.0625rem solid #
|
33089
|
+
border: 0.0625rem solid #d9d9d9;
|
32781
33090
|
border-radius: 2px;
|
32782
33091
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
32783
33092
|
min-width: 10rem;
|
@@ -32834,7 +33143,7 @@ readers do not read off random characters that represent icons */
|
|
32834
33143
|
height: 0.0625rem;
|
32835
33144
|
margin: 0.5625rem 0;
|
32836
33145
|
overflow: hidden;
|
32837
|
-
background: #
|
33146
|
+
background: #d9d9d9;
|
32838
33147
|
padding: 0;
|
32839
33148
|
}
|
32840
33149
|
|
@@ -32901,12 +33210,9 @@ readers do not read off random characters that represent icons */
|
|
32901
33210
|
font-size: 0.75rem;
|
32902
33211
|
padding: 0.25rem 0.5rem;
|
32903
33212
|
height: 1.5rem;
|
32904
|
-
width: calc((100% -
|
32905
|
-
float: left;
|
33213
|
+
width: calc((100% - 0.25rem * 6) / 3);
|
32906
33214
|
margin: 0.25rem;
|
32907
|
-
|
32908
|
-
white-space: nowrap;
|
32909
|
-
overflow: hidden;
|
33215
|
+
float: left;
|
32910
33216
|
}
|
32911
33217
|
|
32912
33218
|
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
|
@@ -32917,6 +33223,20 @@ readers do not read off random characters that represent icons */
|
|
32917
33223
|
border: 1px solid #1890ff;
|
32918
33224
|
}
|
32919
33225
|
|
33226
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-label {
|
33227
|
+
display: inline-block;
|
33228
|
+
width: calc(100% - 1rem);
|
33229
|
+
}
|
33230
|
+
|
33231
|
+
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-label > span {
|
33232
|
+
display: inline-block;
|
33233
|
+
max-width: 100%;
|
33234
|
+
text-overflow: ellipsis;
|
33235
|
+
white-space: nowrap;
|
33236
|
+
overflow: hidden;
|
33237
|
+
user-select: none;
|
33238
|
+
}
|
33239
|
+
|
32920
33240
|
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem label > i {
|
32921
33241
|
height: 1rem;
|
32922
33242
|
width: 1rem;
|
@@ -32924,10 +33244,12 @@ readers do not read off random characters that represent icons */
|
|
32924
33244
|
}
|
32925
33245
|
|
32926
33246
|
.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-dragBar {
|
33247
|
+
display: inline-block;
|
32927
33248
|
margin-left: 0;
|
32928
33249
|
margin-right: 0.25rem;
|
32929
|
-
|
33250
|
+
vertical-align: super;
|
32930
33251
|
color: #d8d8d8;
|
33252
|
+
cursor: move;
|
32931
33253
|
}
|
32932
33254
|
|
32933
33255
|
.amis-scope .antd-ColumnToggler-modal-footer {
|
@@ -32966,10 +33288,6 @@ readers do not read off random characters that represent icons */
|
|
32966
33288
|
justify-content: flex-end;
|
32967
33289
|
}
|
32968
33290
|
|
32969
|
-
.amis-scope .antd-ColumnToggler-modal-footer > div:last-child button {
|
32970
|
-
width: 72px;
|
32971
|
-
}
|
32972
|
-
|
32973
33291
|
.amis-scope .antd-ColumnToggler-tooltip {
|
32974
33292
|
border: none;
|
32975
33293
|
}
|
@@ -32984,7 +33302,7 @@ readers do not read off random characters that represent icons */
|
|
32984
33302
|
|
32985
33303
|
.amis-scope .antd-List-items {
|
32986
33304
|
border-radius: 2px;
|
32987
|
-
border: 0.0625rem solid #
|
33305
|
+
border: 0.0625rem solid #d9d9d9;
|
32988
33306
|
background: #fff;
|
32989
33307
|
margin-bottom: 0.5rem;
|
32990
33308
|
}
|
@@ -33086,7 +33404,7 @@ readers do not read off random characters that represent icons */
|
|
33086
33404
|
padding: 0.5rem 0.75rem;
|
33087
33405
|
margin-bottom: -0.0625rem;
|
33088
33406
|
background: #fff;
|
33089
|
-
border: 0.0625rem solid #
|
33407
|
+
border: 0.0625rem solid #d9d9d9;
|
33090
33408
|
}
|
33091
33409
|
|
33092
33410
|
.amis-scope .antd-ListGroup-item:first-child {
|
@@ -33325,7 +33643,7 @@ readers do not read off random characters that represent icons */
|
|
33325
33643
|
text-align: center;
|
33326
33644
|
height: 6.25rem;
|
33327
33645
|
line-height: 6.25rem;
|
33328
|
-
border: 0.0625rem solid #
|
33646
|
+
border: 0.0625rem solid #d9d9d9;
|
33329
33647
|
border-radius: 2px;
|
33330
33648
|
}
|
33331
33649
|
|
@@ -33437,7 +33755,7 @@ readers do not read off random characters that represent icons */
|
|
33437
33755
|
|
33438
33756
|
.amis-scope .antd-Card {
|
33439
33757
|
background: #fff;
|
33440
|
-
border: 0.0625rem solid #
|
33758
|
+
border: 0.0625rem solid #d9d9d9;
|
33441
33759
|
border-radius: 2px;
|
33442
33760
|
margin-bottom: 0.75rem;
|
33443
33761
|
position: relative;
|
@@ -33925,31 +34243,30 @@ readers do not read off random characters that represent icons */
|
|
33925
34243
|
right: 0;
|
33926
34244
|
}
|
33927
34245
|
|
34246
|
+
.amis-scope .antd-Progress {
|
34247
|
+
display: flex;
|
34248
|
+
align-items: center;
|
34249
|
+
color: rgba(0, 0, 0, 0.85);
|
34250
|
+
font-size: 0.6875rem;
|
34251
|
+
}
|
34252
|
+
|
33928
34253
|
.amis-scope .antd-Progress-line {
|
33929
34254
|
display: inline-block;
|
33930
34255
|
width: 100%;
|
33931
|
-
|
33932
|
-
padding-right: calc(2em + 8px);
|
34256
|
+
height: 10px;
|
33933
34257
|
}
|
33934
34258
|
|
33935
34259
|
.amis-scope .antd-Progress-line-inter {
|
33936
|
-
height:
|
34260
|
+
height: 100%;
|
33937
34261
|
background-color: #d3d9e6;
|
33938
34262
|
overflow: hidden;
|
33939
34263
|
border-radius: 2px;
|
33940
34264
|
}
|
33941
34265
|
|
33942
|
-
.amis-scope .antd-Progress-line-no-label {
|
33943
|
-
padding-right: 0;
|
33944
|
-
margin-right: 0;
|
33945
|
-
}
|
33946
|
-
|
33947
34266
|
.amis-scope .antd-Progress-line-text {
|
33948
34267
|
display: inline-block;
|
33949
|
-
|
34268
|
+
flex-grow: 1;
|
33950
34269
|
margin-left: 8px;
|
33951
|
-
color: rgba(0, 0, 0, 0.85);
|
33952
|
-
font-size: 0.6875rem;
|
33953
34270
|
white-space: nowrap;
|
33954
34271
|
text-align: left;
|
33955
34272
|
word-break: normal;
|
@@ -34010,9 +34327,6 @@ readers do not read off random characters that represent icons */
|
|
34010
34327
|
width: 100%;
|
34011
34328
|
margin: 0;
|
34012
34329
|
padding: 0;
|
34013
|
-
color: rgba(0, 0, 0, 0.85);
|
34014
|
-
font-size: 1em;
|
34015
|
-
line-height: 1;
|
34016
34330
|
white-space: normal;
|
34017
34331
|
text-align: center;
|
34018
34332
|
transform: translate(-50%, -50%);
|
@@ -34077,7 +34391,7 @@ readers do not read off random characters that represent icons */
|
|
34077
34391
|
.amis-scope .antd-Property > table > thead > tr > th {
|
34078
34392
|
padding: 0.5rem;
|
34079
34393
|
background: #f2f2f2;
|
34080
|
-
border: 1px solid #
|
34394
|
+
border: 1px solid #d9d9d9;
|
34081
34395
|
}
|
34082
34396
|
|
34083
34397
|
.amis-scope .antd-Property > table > tbody > tr {
|
@@ -34086,7 +34400,7 @@ readers do not read off random characters that represent icons */
|
|
34086
34400
|
|
34087
34401
|
.amis-scope .antd-Property > table > tbody > tr > td,
|
34088
34402
|
.amis-scope .antd-Property > table > tbody > tr > th {
|
34089
|
-
border: 1px solid #
|
34403
|
+
border: 1px solid #d9d9d9;
|
34090
34404
|
padding: 0.5rem;
|
34091
34405
|
}
|
34092
34406
|
|
@@ -34126,7 +34440,7 @@ readers do not read off random characters that represent icons */
|
|
34126
34440
|
|
34127
34441
|
.amis-scope .antd-Divider {
|
34128
34442
|
margin: 0.75rem calc(0.75rem * -1);
|
34129
|
-
border-bottom: 0.0625rem solid #
|
34443
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
34130
34444
|
height: 0.125rem;
|
34131
34445
|
font-size: 0;
|
34132
34446
|
}
|
@@ -34221,7 +34535,7 @@ readers do not read off random characters that represent icons */
|
|
34221
34535
|
.amis-scope .antd-Pagination-inputGroup input {
|
34222
34536
|
width: 3.125rem;
|
34223
34537
|
height: 1.875rem;
|
34224
|
-
border: 0.0625rem solid #
|
34538
|
+
border: 0.0625rem solid #d9d9d9;
|
34225
34539
|
border-radius: 2px;
|
34226
34540
|
padding: 0.25rem 0.625rem;
|
34227
34541
|
margin: 0 0.625rem;
|
@@ -34487,6 +34801,7 @@ readers do not read off random characters that represent icons */
|
|
34487
34801
|
}
|
34488
34802
|
|
34489
34803
|
.amis-scope .antd-Carousel-dotsControl .antd-Carousel-dot {
|
34804
|
+
cursor: pointer;
|
34490
34805
|
display: inline-block;
|
34491
34806
|
height: 0.5rem;
|
34492
34807
|
width: 0.5rem;
|
@@ -34788,7 +35103,7 @@ readers do not read off random characters that represent icons */
|
|
34788
35103
|
}
|
34789
35104
|
|
34790
35105
|
.amis-scope .antd-Image {
|
34791
|
-
border: 0.0625rem solid #
|
35106
|
+
border: 0.0625rem solid #d9d9d9;
|
34792
35107
|
}
|
34793
35108
|
|
34794
35109
|
.amis-scope .antd-Image--thumb {
|
@@ -35469,7 +35784,7 @@ readers do not read off random characters that represent icons */
|
|
35469
35784
|
.amis-scope .antd-ListMenu {
|
35470
35785
|
background: #fff;
|
35471
35786
|
min-width: 12.5rem;
|
35472
|
-
border: 0.0625rem solid #
|
35787
|
+
border: 0.0625rem solid #d9d9d9;
|
35473
35788
|
border-radius: 0.125rem;
|
35474
35789
|
}
|
35475
35790
|
|
@@ -35660,6 +35975,10 @@ readers do not read off random characters that represent icons */
|
|
35660
35975
|
line-height: 2rem;
|
35661
35976
|
}
|
35662
35977
|
|
35978
|
+
.amis-scope .antd-Steps .antd-StepsItem-container {
|
35979
|
+
position: relative;
|
35980
|
+
}
|
35981
|
+
|
35663
35982
|
.amis-scope .antd-Steps .antd-StepsItem-containerIcon {
|
35664
35983
|
vertical-align: top;
|
35665
35984
|
display: inline-block;
|
@@ -35709,6 +36028,13 @@ readers do not read off random characters that represent icons */
|
|
35709
36028
|
background-color: #1890ff;
|
35710
36029
|
}
|
35711
36030
|
|
36031
|
+
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-ellText {
|
36032
|
+
max-width: 9.875rem;
|
36033
|
+
overflow: hidden;
|
36034
|
+
text-overflow: ellipsis;
|
36035
|
+
white-space: nowrap;
|
36036
|
+
}
|
36037
|
+
|
35712
36038
|
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-subTitle {
|
35713
36039
|
padding-left: 0.625rem;
|
35714
36040
|
font-size: 0.875rem;
|
@@ -35718,6 +36044,8 @@ readers do not read off random characters that represent icons */
|
|
35718
36044
|
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-description {
|
35719
36045
|
max-width: 8.75rem;
|
35720
36046
|
white-space: nowrap;
|
36047
|
+
position: relative;
|
36048
|
+
bottom: 0.625rem;
|
35721
36049
|
}
|
35722
36050
|
|
35723
36051
|
.amis-scope .antd-Steps .antd-StepsItem:last-child {
|
@@ -35735,19 +36063,16 @@ readers do not read off random characters that represent icons */
|
|
35735
36063
|
.amis-scope .antd-Steps--vertical .antd-StepsItem {
|
35736
36064
|
padding: 0.3125rem 0;
|
35737
36065
|
min-height: 75px;
|
36066
|
+
overflow: visible;
|
35738
36067
|
}
|
35739
36068
|
|
35740
|
-
.amis-scope .antd-Steps--vertical .antd-StepsItem-containerIcon
|
35741
|
-
position: relative;
|
35742
|
-
}
|
35743
|
-
|
35744
|
-
.amis-scope .antd-Steps--vertical .antd-StepsItem-containerIcon > .antd-StepsItem-icon:after {
|
36069
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-containerIcon:after {
|
35745
36070
|
content: "";
|
35746
36071
|
position: absolute;
|
35747
36072
|
right: 0;
|
35748
|
-
top:
|
35749
|
-
height:
|
35750
|
-
left: 0.
|
36073
|
+
top: 2rem;
|
36074
|
+
height: calc(100% - 23px);
|
36075
|
+
left: 0.6875rem;
|
35751
36076
|
width: 1px;
|
35752
36077
|
background-color: #b4bbc5;
|
35753
36078
|
}
|
@@ -35756,14 +36081,181 @@ readers do not read off random characters that represent icons */
|
|
35756
36081
|
display: none;
|
35757
36082
|
}
|
35758
36083
|
|
36084
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-containerTail:after {
|
36085
|
+
display: none !important;
|
36086
|
+
}
|
36087
|
+
|
35759
36088
|
.amis-scope .antd-Steps--vertical .antd-StepsItem:last-child {
|
35760
36089
|
flex: none;
|
35761
36090
|
}
|
35762
36091
|
|
35763
|
-
.amis-scope .antd-Steps--vertical .antd-StepsItem:last-child .antd-StepsItem-
|
36092
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem:last-child .antd-StepsItem-containerIcon:after {
|
36093
|
+
display: none;
|
36094
|
+
}
|
36095
|
+
|
36096
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot .antd-StepsItem-container {
|
36097
|
+
flex-direction: row;
|
36098
|
+
}
|
36099
|
+
|
36100
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot .antd-StepsItem-containerTail {
|
36101
|
+
display: none;
|
36102
|
+
}
|
36103
|
+
|
36104
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot .antd-StepsItem-containerWrapper {
|
36105
|
+
width: 25rem;
|
36106
|
+
}
|
36107
|
+
|
36108
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot .antd-StepsItem-containerProgressDot {
|
36109
|
+
margin-left: 0px;
|
36110
|
+
margin-top: 0.625rem;
|
36111
|
+
}
|
36112
|
+
|
36113
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot .antd-StepsItem-containerProgressDot:after {
|
36114
|
+
content: "";
|
36115
|
+
position: absolute;
|
36116
|
+
display: inline-block;
|
36117
|
+
top: 1.375rem;
|
36118
|
+
width: 1px;
|
36119
|
+
left: 3px;
|
36120
|
+
height: calc(100% - 5px);
|
36121
|
+
background-color: #b4bbc5;
|
36122
|
+
}
|
36123
|
+
|
36124
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot .antd-StepsItem-title > span {
|
36125
|
+
display: inline-block !important;
|
36126
|
+
}
|
36127
|
+
|
36128
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot .antd-StepsItem-vertical-ProgressDot {
|
36129
|
+
right: 0.625rem;
|
36130
|
+
}
|
36131
|
+
|
36132
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot .antd-StepsItem-body {
|
36133
|
+
text-align: left !important;
|
36134
|
+
}
|
36135
|
+
|
36136
|
+
.amis-scope .antd-Steps--vertical .antd-StepsItem-ProgressDot:last-child .antd-StepsItem-containerProgressDot:after {
|
36137
|
+
display: none;
|
36138
|
+
}
|
36139
|
+
|
36140
|
+
.amis-scope .antd-Steps--vertical .is-finish .antd-StepsItem-containerProgressDot:after {
|
36141
|
+
background: #1890ff;
|
36142
|
+
}
|
36143
|
+
|
36144
|
+
.amis-scope .antd-Steps--Placement-vertical {
|
36145
|
+
display: flex;
|
36146
|
+
list-style: none;
|
36147
|
+
padding: 0;
|
36148
|
+
}
|
36149
|
+
|
36150
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem {
|
36151
|
+
flex: 1;
|
36152
|
+
padding: 0;
|
36153
|
+
overflow: visible;
|
36154
|
+
}
|
36155
|
+
|
36156
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-container {
|
36157
|
+
display: flex;
|
36158
|
+
flex-direction: column;
|
36159
|
+
justify-content: flex-start;
|
36160
|
+
}
|
36161
|
+
|
36162
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerTail:after {
|
36163
|
+
content: "";
|
36164
|
+
position: absolute;
|
36165
|
+
display: inline-block;
|
36166
|
+
top: 1rem;
|
36167
|
+
height: 1px;
|
36168
|
+
left: 8.125rem;
|
36169
|
+
width: calc(100% - 55px);
|
36170
|
+
background-color: #b4bbc5;
|
36171
|
+
}
|
36172
|
+
|
36173
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerIcon {
|
36174
|
+
margin-left: 5.625rem;
|
36175
|
+
}
|
36176
|
+
|
36177
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper {
|
36178
|
+
width: 12.5rem;
|
36179
|
+
}
|
36180
|
+
|
36181
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body {
|
36182
|
+
text-align: center;
|
36183
|
+
}
|
36184
|
+
|
36185
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title {
|
36186
|
+
padding: 0 0.625rem;
|
36187
|
+
width: 100%;
|
36188
|
+
}
|
36189
|
+
|
36190
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title > span {
|
36191
|
+
display: block;
|
36192
|
+
position: relative;
|
36193
|
+
left: 0.625rem;
|
36194
|
+
}
|
36195
|
+
|
36196
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title .antd-StepsItem-subTitle {
|
36197
|
+
word-break: break-all;
|
36198
|
+
padding: 0 0.625rem;
|
36199
|
+
position: relative;
|
36200
|
+
left: 0.625rem;
|
36201
|
+
}
|
36202
|
+
|
36203
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title:after {
|
35764
36204
|
display: none;
|
35765
36205
|
}
|
35766
36206
|
|
36207
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-description {
|
36208
|
+
min-width: 12.5rem;
|
36209
|
+
word-break: break-all;
|
36210
|
+
padding: 0 0.625rem;
|
36211
|
+
}
|
36212
|
+
|
36213
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title.is-success:after {
|
36214
|
+
background-color: #1890ff;
|
36215
|
+
}
|
36216
|
+
|
36217
|
+
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem:last-child .antd-StepsItem-containerTail:after {
|
36218
|
+
display: none;
|
36219
|
+
}
|
36220
|
+
|
36221
|
+
.amis-scope .antd-Steps--Placement-vertical .is-finish .antd-StepsItem-containerTail:after {
|
36222
|
+
background: #1890ff;
|
36223
|
+
}
|
36224
|
+
|
36225
|
+
.amis-scope .antd-Steps--ProgressDot .antd-StepsItem-containerTail:after {
|
36226
|
+
left: 6.875rem;
|
36227
|
+
width: calc(100% - 20px);
|
36228
|
+
}
|
36229
|
+
|
36230
|
+
.amis-scope .antd-Steps--ProgressDot .antd-StepsItem-containerProgressDot {
|
36231
|
+
margin-top: 0.8125rem;
|
36232
|
+
margin-bottom: 0.3125rem;
|
36233
|
+
width: 0.5rem;
|
36234
|
+
height: 0.5rem;
|
36235
|
+
margin-left: 6rem;
|
36236
|
+
border: 1px solid #1890ff;
|
36237
|
+
border-radius: 100%;
|
36238
|
+
}
|
36239
|
+
|
36240
|
+
.amis-scope .antd-Steps--ProgressDot .is-finish .antd-StepsItem-containerTail:after {
|
36241
|
+
background: #1890ff;
|
36242
|
+
}
|
36243
|
+
|
36244
|
+
.amis-scope .antd-Steps--ProgressDot .is-wait .antd-StepsItem-containerProgressDot {
|
36245
|
+
background: #b4bbc5;
|
36246
|
+
border: 1px solid #b4bbc5;
|
36247
|
+
}
|
36248
|
+
|
36249
|
+
.amis-scope .antd-Steps--ProgressDot .is-error .antd-StepsItem-containerProgressDot {
|
36250
|
+
background: #ff4d4f;
|
36251
|
+
border: 1px solid #ff4d4f;
|
36252
|
+
}
|
36253
|
+
|
36254
|
+
.amis-scope .antd-Steps--ProgressDot .is-process .antd-StepsItem-containerProgressDot {
|
36255
|
+
border: 1px solid #1890ff;
|
36256
|
+
background: #1890ff;
|
36257
|
+
}
|
36258
|
+
|
35767
36259
|
.amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-icon {
|
35768
36260
|
background-color: #fff;
|
35769
36261
|
color: #b4bbc5;
|
@@ -35826,7 +36318,7 @@ readers do not read off random characters that represent icons */
|
|
35826
36318
|
}
|
35827
36319
|
|
35828
36320
|
.amis-scope .antd-Portlet {
|
35829
|
-
border: 0.0625rem solid #
|
36321
|
+
border: 0.0625rem solid #d9d9d9;
|
35830
36322
|
border-radius: 2px;
|
35831
36323
|
padding: 0.75rem;
|
35832
36324
|
}
|
@@ -36010,7 +36502,7 @@ readers do not read off random characters that represent icons */
|
|
36010
36502
|
.amis-scope fieldset.antd-Collapse--xs:after {
|
36011
36503
|
content: "";
|
36012
36504
|
pointer-events: none;
|
36013
|
-
border: 1px solid #
|
36505
|
+
border: 1px solid #d9d9d9;
|
36014
36506
|
position: absolute;
|
36015
36507
|
z-index: 0;
|
36016
36508
|
top: 11px;
|
@@ -36837,10 +37329,127 @@ readers do not read off random characters that represent icons */
|
|
36837
37329
|
}
|
36838
37330
|
|
36839
37331
|
.amis-scope .antd-TextareaControl {
|
37332
|
+
position: relative;
|
37333
|
+
max-width: 100%;
|
36840
37334
|
--Form-input-clearBtn-padding: 0.125rem;
|
36841
37335
|
position: relative;
|
36842
37336
|
}
|
36843
37337
|
|
37338
|
+
.amis-scope .antd-TextareaControl.is-inline {
|
37339
|
+
display: inline-block;
|
37340
|
+
width: 12.5rem;
|
37341
|
+
}
|
37342
|
+
|
37343
|
+
.amis-scope .antd-TextareaControl-input {
|
37344
|
+
display: flex;
|
37345
|
+
background: #fff;
|
37346
|
+
border: 0.0625rem solid #d9d9d9;
|
37347
|
+
border-radius: 2px;
|
37348
|
+
line-height: 1.4285714286;
|
37349
|
+
padding: calc(
|
37350
|
+
(
|
37351
|
+
1.875rem - 1.4285714286 *
|
37352
|
+
0.875rem - 0.125rem
|
37353
|
+
) / 2
|
37354
|
+
) 0.5rem;
|
37355
|
+
font-size: 0.875rem;
|
37356
|
+
flex-wrap: wrap;
|
37357
|
+
justify-content: flex-start;
|
37358
|
+
}
|
37359
|
+
|
37360
|
+
.amis-scope .antd-TextareaControl-input input {
|
37361
|
+
flex-basis: 5rem;
|
37362
|
+
flex-grow: 1;
|
37363
|
+
outline: none;
|
37364
|
+
background: transparent;
|
37365
|
+
border: none;
|
37366
|
+
color: rgba(0, 0, 0, 0.85);
|
37367
|
+
width: 100%;
|
37368
|
+
height: calc(1.4285714286 * 0.875rem);
|
37369
|
+
}
|
37370
|
+
|
37371
|
+
.amis-scope .antd-TextareaControl-input input::placeholder {
|
37372
|
+
color: #999;
|
37373
|
+
user-select: none;
|
37374
|
+
}
|
37375
|
+
|
37376
|
+
.amis-scope .antd-TextareaControl-input:hover {
|
37377
|
+
border-color: #40a9ff;
|
37378
|
+
}
|
37379
|
+
|
37380
|
+
.amis-scope .antd-TextareaControl-input--borderHalf {
|
37381
|
+
border-left-color: transparent !important;
|
37382
|
+
border-right-color: transparent !important;
|
37383
|
+
border-top-color: transparent !important;
|
37384
|
+
}
|
37385
|
+
|
37386
|
+
.amis-scope .antd-TextareaControl-input--borderNone {
|
37387
|
+
border-color: transparent !important;
|
37388
|
+
}
|
37389
|
+
|
37390
|
+
.amis-scope .antd-TextareaControl.is-error > .antd-TextareaControl-input {
|
37391
|
+
border-color: #ff4d4f;
|
37392
|
+
background: #fff;
|
37393
|
+
transition: all 0s;
|
37394
|
+
}
|
37395
|
+
|
37396
|
+
.amis-scope .antd-TextareaControl.is-focused > .antd-TextareaControl-input {
|
37397
|
+
border-color: #40a9ff;
|
37398
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
37399
|
+
background: #fff;
|
37400
|
+
transition: all 0s;
|
37401
|
+
}
|
37402
|
+
|
37403
|
+
.amis-scope .antd-TextareaControl.is-error.is-focused > .antd-TextareaControl-input {
|
37404
|
+
border-color: #ff4d4f;
|
37405
|
+
}
|
37406
|
+
|
37407
|
+
.amis-scope .antd-TextareaControl.is-disabled > .antd-TextareaControl-input {
|
37408
|
+
color: #999;
|
37409
|
+
background: #e5e7eb;
|
37410
|
+
border-color: #d9d9d9;
|
37411
|
+
transition: all 0s;
|
37412
|
+
}
|
37413
|
+
|
37414
|
+
.amis-scope .antd-TextareaControl-spinner {
|
37415
|
+
line-height: calc( 1.4285714286 * 0.875rem );
|
37416
|
+
}
|
37417
|
+
|
37418
|
+
.amis-scope .antd-TextareaControl-clear {
|
37419
|
+
padding: 0.1875rem;
|
37420
|
+
cursor: pointer;
|
37421
|
+
display: flex;
|
37422
|
+
align-items: center;
|
37423
|
+
justify-content: center;
|
37424
|
+
margin-left: auto;
|
37425
|
+
text-decoration: none;
|
37426
|
+
}
|
37427
|
+
|
37428
|
+
.amis-scope .antd-TextareaControl-clear svg {
|
37429
|
+
fill: #cecfd1;
|
37430
|
+
top: 0;
|
37431
|
+
width: 0.875rem;
|
37432
|
+
height: 0.875rem;
|
37433
|
+
}
|
37434
|
+
|
37435
|
+
.amis-scope .antd-TextareaControl-clear:hover svg {
|
37436
|
+
fill: #5e626a;
|
37437
|
+
}
|
37438
|
+
|
37439
|
+
.amis-scope .antd-TextareaControl-clear:active svg {
|
37440
|
+
fill: #2d323c;
|
37441
|
+
}
|
37442
|
+
|
37443
|
+
@media (min-width: 576px) {
|
37444
|
+
.amis-scope .antd-TextareaControl.antd-Form-control--sizeXs > .antd-TextareaControl-input,
|
37445
|
+
.amis-scope .antd-TextareaControl.antd-Form-control--sizeSm > .antd-TextareaControl-input,
|
37446
|
+
.amis-scope .antd-TextareaControl.antd-Form-control--sizeMd > .antd-TextareaControl-input,
|
37447
|
+
.amis-scope .antd-TextareaControl.antd-Form-control--sizeLg > .antd-TextareaControl-input {
|
37448
|
+
min-width: 100%;
|
37449
|
+
display: inline-flex;
|
37450
|
+
}
|
37451
|
+
}
|
37452
|
+
|
36844
37453
|
.amis-scope .antd-TextareaControl > textarea {
|
36845
37454
|
border: 1px solid #d9d9d9;
|
36846
37455
|
border-radius: 2px;
|
@@ -36873,29 +37482,8 @@ readers do not read off random characters that represent icons */
|
|
36873
37482
|
color: #999;
|
36874
37483
|
}
|
36875
37484
|
|
36876
|
-
.amis-scope .antd-TextareaControl > textarea:hover {
|
36877
|
-
border-color: #40a9ff;
|
36878
|
-
}
|
36879
|
-
|
36880
|
-
.amis-scope .antd-TextareaControl > textarea:focus,
|
36881
|
-
.amis-scope .antd-TextareaControl.is-focused > textarea {
|
36882
|
-
border-color: #40a9ff;
|
36883
|
-
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
36884
|
-
}
|
36885
|
-
|
36886
|
-
.amis-scope .antd-TextareaControl > textarea:focus:hover,
|
36887
|
-
.amis-scope .antd-TextareaControl.is-focused > textarea:hover {
|
36888
|
-
border-color: #40a9ff;
|
36889
|
-
}
|
36890
|
-
|
36891
|
-
.amis-scope .antd-TextareaControl.is-disabled > textarea,
|
36892
|
-
.amis-scope .antd-TextareaControl > textarea[disabled] {
|
36893
|
-
background: #e5e7eb;
|
36894
|
-
color: #999;
|
36895
|
-
}
|
36896
|
-
|
36897
|
-
.amis-scope .antd-TextareaControl.is-error > textarea {
|
36898
|
-
border-color: #ff4d4f;
|
37485
|
+
.amis-scope .antd-TextareaControl > textarea:hover {
|
37486
|
+
border-color: #40a9ff;
|
36899
37487
|
}
|
36900
37488
|
|
36901
37489
|
.amis-scope .antd-TextareaControl-counter {
|
@@ -37023,11 +37611,11 @@ readers do not read off random characters that represent icons */
|
|
37023
37611
|
}
|
37024
37612
|
|
37025
37613
|
.amis-scope .antd-Checkbox--checkbox {
|
37026
|
-
padding-left:
|
37614
|
+
padding-left: 1rem;
|
37027
37615
|
}
|
37028
37616
|
|
37029
37617
|
.amis-scope .antd-Checkbox--checkbox input {
|
37030
|
-
margin-left: calc(
|
37618
|
+
margin-left: calc(1rem * -1);
|
37031
37619
|
}
|
37032
37620
|
|
37033
37621
|
.amis-scope .antd-Checkbox--checkbox input:checked + i {
|
@@ -37035,8 +37623,8 @@ readers do not read off random characters that represent icons */
|
|
37035
37623
|
}
|
37036
37624
|
|
37037
37625
|
.amis-scope .antd-Checkbox--checkbox input:checked + i:before {
|
37038
|
-
width: calc(
|
37039
|
-
height: calc(
|
37626
|
+
width: calc(1rem / 2);
|
37627
|
+
height: calc(1rem / 2);
|
37040
37628
|
background: #1890ff;
|
37041
37629
|
}
|
37042
37630
|
|
@@ -37046,8 +37634,8 @@ readers do not read off random characters that represent icons */
|
|
37046
37634
|
}
|
37047
37635
|
|
37048
37636
|
.amis-scope .antd-Checkbox--checkbox input[disabled] + i:before {
|
37049
|
-
width: calc(
|
37050
|
-
height: calc(calc(
|
37637
|
+
width: calc(1rem / 2);
|
37638
|
+
height: calc(calc(1rem / 2) / 2);
|
37051
37639
|
background: #f5f5f5;
|
37052
37640
|
}
|
37053
37641
|
|
@@ -37057,11 +37645,11 @@ readers do not read off random characters that represent icons */
|
|
37057
37645
|
}
|
37058
37646
|
|
37059
37647
|
.amis-scope .antd-Checkbox--checkbox > i {
|
37060
|
-
width:
|
37061
|
-
height:
|
37648
|
+
width: 1rem;
|
37649
|
+
height: 1rem;
|
37062
37650
|
border: 0.0625rem solid #d9d9d9;
|
37063
|
-
border-radius:
|
37064
|
-
margin-left: calc(
|
37651
|
+
border-radius: 0.125rem;
|
37652
|
+
margin-left: calc(1rem * -1);
|
37065
37653
|
}
|
37066
37654
|
|
37067
37655
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:not(:disabled) + i:hover {
|
@@ -37074,8 +37662,8 @@ readers do not read off random characters that represent icons */
|
|
37074
37662
|
}
|
37075
37663
|
|
37076
37664
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox input:checked + i:before {
|
37077
|
-
width: 0.
|
37078
|
-
height: calc(0.
|
37665
|
+
width: 0.5rem;
|
37666
|
+
height: calc(0.5rem / 2);
|
37079
37667
|
border-color: #fff;
|
37080
37668
|
}
|
37081
37669
|
|
@@ -37107,17 +37695,130 @@ readers do not read off random characters that represent icons */
|
|
37107
37695
|
height: 0;
|
37108
37696
|
border-color: transparent;
|
37109
37697
|
transition: width 0s, height 0s, transform 0s;
|
37110
|
-
border-width: 0 0 0.
|
37111
|
-
transform: translate(-50%, -
|
37698
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
37699
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
37700
|
+
border-style: solid;
|
37701
|
+
}
|
37702
|
+
|
37703
|
+
.amis-scope .antd-Checkbox--partial.antd-Checkbox--checkbox input {
|
37704
|
+
margin-left: calc(1rem * -1);
|
37705
|
+
}
|
37706
|
+
|
37707
|
+
.amis-scope .antd-Checkbox--partial.antd-Checkbox--checkbox input + i {
|
37708
|
+
border-color: #1890ff;
|
37709
|
+
}
|
37710
|
+
|
37711
|
+
.amis-scope .antd-Checkbox--partial.antd-Checkbox--checkbox input + i:before {
|
37712
|
+
width: calc(1rem / 2);
|
37713
|
+
height: calc(1rem / 2);
|
37714
|
+
background: #1890ff;
|
37715
|
+
}
|
37716
|
+
|
37717
|
+
.amis-scope .antd-Checkbox--partial.antd-Checkbox--checkbox input[disabled] + i {
|
37718
|
+
border-color: #d9d9d9;
|
37719
|
+
}
|
37720
|
+
|
37721
|
+
.amis-scope .antd-Checkbox--partial.antd-Checkbox--checkbox input[disabled] + i:before {
|
37722
|
+
width: calc(1rem / 2);
|
37723
|
+
height: calc(1rem / 2);
|
37724
|
+
background: #d4d6d9;
|
37725
|
+
}
|
37726
|
+
|
37727
|
+
.amis-scope .antd-Checkbox--partial.antd-Checkbox--checkbox input:checked[disabled] + i {
|
37728
|
+
width: calc(1rem / 2);
|
37729
|
+
height: calc(1rem / 2);
|
37730
|
+
background: #f5f5f5;
|
37731
|
+
}
|
37732
|
+
|
37733
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox {
|
37734
|
+
text-align: center;
|
37735
|
+
height: 2rem;
|
37736
|
+
line-height: 1.75rem;
|
37737
|
+
padding-left: 0.75rem;
|
37738
|
+
padding-right: 0.75rem;
|
37739
|
+
font-size: 0.75rem;
|
37740
|
+
border: 0.0625rem solid;
|
37741
|
+
cursor: pointer;
|
37742
|
+
position: relative;
|
37743
|
+
display: inline-block;
|
37744
|
+
background-color: #fff;
|
37745
|
+
border-color: #d9d9d9;
|
37746
|
+
margin-right: 0;
|
37747
|
+
border-radius: calc(0.125rem * 2);
|
37748
|
+
min-width: 5rem;
|
37749
|
+
}
|
37750
|
+
|
37751
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:hover:not(:disabled) {
|
37752
|
+
color: #1890ff;
|
37753
|
+
}
|
37754
|
+
|
37755
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox input:checked + i {
|
37756
|
+
background: transparent;
|
37757
|
+
top: 0;
|
37758
|
+
left: 0;
|
37759
|
+
width: 0;
|
37760
|
+
height: 0;
|
37761
|
+
border-width: 0.5rem;
|
37762
|
+
border-color: #1890ff transparent transparent #1890ff;
|
37763
|
+
border-radius: 0;
|
37764
|
+
}
|
37765
|
+
|
37766
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox input:checked + i:before {
|
37767
|
+
position: absolute;
|
37768
|
+
top: 0;
|
37769
|
+
left: 0;
|
37770
|
+
width: 0.5rem;
|
37771
|
+
height: calc(0.5rem / 2);
|
37772
|
+
transform: translate(-80%, -160%) rotate(-50deg);
|
37773
|
+
background: transparent;
|
37774
|
+
}
|
37775
|
+
|
37776
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox input[disabled] + i {
|
37777
|
+
border-color: #d9d9d9;
|
37778
|
+
background: transparent;
|
37779
|
+
}
|
37780
|
+
|
37781
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox input[disabled] + i:before {
|
37782
|
+
background: transparent;
|
37783
|
+
}
|
37784
|
+
|
37785
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox input:checked[disabled] + i {
|
37786
|
+
background: transparent;
|
37787
|
+
border-width: 0.5rem;
|
37788
|
+
border-color: #1890ff transparent transparent #1890ff;
|
37789
|
+
}
|
37790
|
+
|
37791
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox > i {
|
37792
|
+
position: absolute;
|
37793
|
+
top: 0;
|
37794
|
+
left: 0;
|
37795
|
+
margin-left: 0;
|
37796
|
+
border: 0;
|
37112
37797
|
border-style: solid;
|
37113
37798
|
}
|
37114
37799
|
|
37800
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox > i + span {
|
37801
|
+
max-width: 6.25rem;
|
37802
|
+
text-overflow: ellipsis;
|
37803
|
+
white-space: nowrap;
|
37804
|
+
overflow: hidden;
|
37805
|
+
}
|
37806
|
+
|
37807
|
+
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox {
|
37808
|
+
border-color: #1890ff;
|
37809
|
+
color: #1890ff;
|
37810
|
+
}
|
37811
|
+
|
37812
|
+
.amis-scope .antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox {
|
37813
|
+
background: #f2f3f3;
|
37814
|
+
}
|
37815
|
+
|
37115
37816
|
.amis-scope .antd-Checkbox--radio {
|
37116
|
-
padding-left:
|
37817
|
+
padding-left: 1rem;
|
37117
37818
|
}
|
37118
37819
|
|
37119
37820
|
.amis-scope .antd-Checkbox--radio input {
|
37120
|
-
margin-left: calc(
|
37821
|
+
margin-left: calc(1rem * -1);
|
37121
37822
|
}
|
37122
37823
|
|
37123
37824
|
.amis-scope .antd-Checkbox--radio input:checked + i {
|
@@ -37125,8 +37826,8 @@ readers do not read off random characters that represent icons */
|
|
37125
37826
|
}
|
37126
37827
|
|
37127
37828
|
.amis-scope .antd-Checkbox--radio input:checked + i:before {
|
37128
|
-
width: calc(
|
37129
|
-
height: calc(
|
37829
|
+
width: calc(1rem / 2);
|
37830
|
+
height: calc(1rem / 2);
|
37130
37831
|
background: #1890ff;
|
37131
37832
|
border-radius: 50%;
|
37132
37833
|
}
|
@@ -37152,10 +37853,10 @@ readers do not read off random characters that represent icons */
|
|
37152
37853
|
|
37153
37854
|
.amis-scope .antd-Checkbox--radio > i {
|
37154
37855
|
cursor: pointer;
|
37155
|
-
width:
|
37156
|
-
height:
|
37856
|
+
width: 1rem;
|
37857
|
+
height: 1rem;
|
37157
37858
|
border: 0.0625rem solid #d9d9d9;
|
37158
|
-
margin-left: calc(
|
37859
|
+
margin-left: calc(1rem * -1);
|
37159
37860
|
margin-top: -0.125rem;
|
37160
37861
|
border-radius: 50%;
|
37161
37862
|
}
|
@@ -37185,8 +37886,8 @@ readers do not read off random characters that represent icons */
|
|
37185
37886
|
}
|
37186
37887
|
|
37187
37888
|
.amis-scope .antd-Checkbox--sm.antd-Checkbox--full input[type=checkbox]:checked + i:before {
|
37188
|
-
width: 0.
|
37189
|
-
height: calc(0.
|
37889
|
+
width: 0.5rem;
|
37890
|
+
height: calc(0.5rem / 2);
|
37190
37891
|
}
|
37191
37892
|
|
37192
37893
|
.amis-scope .antd-Checkbox-desc {
|
@@ -37199,7 +37900,7 @@ readers do not read off random characters that represent icons */
|
|
37199
37900
|
.amis-scope .antd-CheckboxControl,
|
37200
37901
|
.amis-scope .antd-RadiosControl,
|
37201
37902
|
.amis-scope .antd-CheckboxesControl {
|
37202
|
-
padding-top: calc( (1.875rem -
|
37903
|
+
padding-top: calc( (1.875rem - 1rem) / 2 - 3px );
|
37203
37904
|
}
|
37204
37905
|
|
37205
37906
|
.amis-scope .antd-RadiosControl .antd-Checkbox,
|
@@ -37213,12 +37914,24 @@ readers do not read off random characters that represent icons */
|
|
37213
37914
|
);
|
37214
37915
|
}
|
37215
37916
|
|
37917
|
+
.amis-scope .antd-RadiosControl .antd-Checkbox--button,
|
37918
|
+
.amis-scope .antd-CheckboxesControl .antd-Checkbox--button {
|
37919
|
+
margin-bottom: 0;
|
37920
|
+
}
|
37921
|
+
|
37216
37922
|
.amis-scope .antd-RadiosControl.is-inline .antd-Checkbox,
|
37217
37923
|
.amis-scope .antd-CheckboxesControl.is-inline .antd-Checkbox {
|
37218
37924
|
display: inline-block;
|
37219
37925
|
margin-right: 1rem;
|
37220
37926
|
}
|
37221
37927
|
|
37928
|
+
.amis-scope .antd-RadiosControl.is-inline .antd-Checkbox--button,
|
37929
|
+
.amis-scope .antd-CheckboxesControl.is-inline .antd-Checkbox--button {
|
37930
|
+
display: inline-block;
|
37931
|
+
margin-right: 0;
|
37932
|
+
margin-bottom: 0;
|
37933
|
+
}
|
37934
|
+
|
37222
37935
|
.amis-scope .antd-RadiosControl-group:not(:first-child),
|
37223
37936
|
.amis-scope .antd-CheckboxesControl-group:not(:first-child) {
|
37224
37937
|
margin-top: 0.625rem;
|
@@ -37242,7 +37955,7 @@ readers do not read off random characters that represent icons */
|
|
37242
37955
|
display: block;
|
37243
37956
|
line-height: 1.4285714286;
|
37244
37957
|
font-size: 0.875rem;
|
37245
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem +
|
37958
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 1rem);
|
37246
37959
|
}
|
37247
37960
|
|
37248
37961
|
.amis-scope .antd-Selection--inline > .antd-Checkbox {
|
@@ -37329,7 +38042,7 @@ readers do not read off random characters that represent icons */
|
|
37329
38042
|
}
|
37330
38043
|
|
37331
38044
|
.amis-scope .antd-TableSelection .antd-Table-content {
|
37332
|
-
border-top: 0.0625rem solid #
|
38045
|
+
border-top: 0.0625rem solid #d9d9d9;
|
37333
38046
|
}
|
37334
38047
|
|
37335
38048
|
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
|
@@ -37480,7 +38193,7 @@ readers do not read off random characters that represent icons */
|
|
37480
38193
|
}
|
37481
38194
|
|
37482
38195
|
.amis-scope .antd-ChainedSelection-col:not(:last-child) {
|
37483
|
-
border-right: 1px solid #
|
38196
|
+
border-right: 1px solid #d9d9d9;
|
37484
38197
|
}
|
37485
38198
|
|
37486
38199
|
.amis-scope .antd-ChainedSelection-subTitle {
|
@@ -37549,7 +38262,7 @@ readers do not read off random characters that represent icons */
|
|
37549
38262
|
}
|
37550
38263
|
|
37551
38264
|
.amis-scope .antd-AssociatedSelection-left {
|
37552
|
-
border-right: 1px solid #
|
38265
|
+
border-right: 1px solid #d9d9d9;
|
37553
38266
|
}
|
37554
38267
|
|
37555
38268
|
.amis-scope .antd-AssociatedSelection-reload {
|
@@ -37760,6 +38473,7 @@ readers do not read off random characters that represent icons */
|
|
37760
38473
|
background: #fff;
|
37761
38474
|
border: 0.0625rem solid #d9d9d9;
|
37762
38475
|
border-radius: 2px;
|
38476
|
+
overflow: hidden;
|
37763
38477
|
}
|
37764
38478
|
|
37765
38479
|
.amis-scope .antd-Number--borderHalf {
|
@@ -37834,6 +38548,7 @@ readers do not read off random characters that represent icons */
|
|
37834
38548
|
transition: all 0s ease;
|
37835
38549
|
border: 0;
|
37836
38550
|
border-radius: 2px;
|
38551
|
+
color: rgba(0, 0, 0, 0.85);
|
37837
38552
|
padding: 0 0.5rem;
|
37838
38553
|
}
|
37839
38554
|
|
@@ -37890,9 +38605,10 @@ readers do not read off random characters that represent icons */
|
|
37890
38605
|
}
|
37891
38606
|
|
37892
38607
|
.amis-scope .antd-Number-disabled .antd-Number-input {
|
37893
|
-
opacity: 0.72;
|
37894
38608
|
cursor: not-allowed;
|
37895
|
-
|
38609
|
+
color: #999;
|
38610
|
+
background: #e5e7eb;
|
38611
|
+
border-color: #d9d9d9;
|
37896
38612
|
}
|
37897
38613
|
|
37898
38614
|
.amis-scope .antd-Number-disabled .antd-Number-handler {
|
@@ -37987,7 +38703,6 @@ readers do not read off random characters that represent icons */
|
|
37987
38703
|
}
|
37988
38704
|
|
37989
38705
|
.amis-scope .antd-Select-placeholder {
|
37990
|
-
color: #999;
|
37991
38706
|
line-height: 1.4285714286;
|
37992
38707
|
user-select: none;
|
37993
38708
|
white-space: nowrap;
|
@@ -38143,7 +38858,7 @@ readers do not read off random characters that represent icons */
|
|
38143
38858
|
margin: 0 0.5rem;
|
38144
38859
|
height: 1.875rem;
|
38145
38860
|
font-size: 0.75rem;
|
38146
|
-
border-bottom: 1px solid #
|
38861
|
+
border-bottom: 1px solid #d9d9d9;
|
38147
38862
|
display: flex;
|
38148
38863
|
align-items: center;
|
38149
38864
|
}
|
@@ -38399,7 +39114,7 @@ readers do not read off random characters that represent icons */
|
|
38399
39114
|
display: inline-block;
|
38400
39115
|
vertical-align: middle;
|
38401
39116
|
margin: calc(0.625rem / 2);
|
38402
|
-
border: 0.0625rem solid #
|
39117
|
+
border: 0.0625rem solid #d9d9d9;
|
38403
39118
|
background: #fff;
|
38404
39119
|
padding: 0.375rem 0.75rem;
|
38405
39120
|
color: rgba(0, 0, 0, 0.85);
|
@@ -38632,7 +39347,7 @@ readers do not read off random characters that represent icons */
|
|
38632
39347
|
.amis-scope .antd-MapPicker-item {
|
38633
39348
|
padding: 10px 10px;
|
38634
39349
|
position: relative;
|
38635
|
-
border-top: 1px solid #
|
39350
|
+
border-top: 1px solid #d9d9d9;
|
38636
39351
|
}
|
38637
39352
|
|
38638
39353
|
.amis-scope .antd-MapPicker-item > svg {
|
@@ -38696,7 +39411,7 @@ readers do not read off random characters that represent icons */
|
|
38696
39411
|
|
38697
39412
|
.amis-scope .antd-ColorPicker:not(.is-disabled):hover {
|
38698
39413
|
background: #f2f2f2;
|
38699
|
-
border-color: #
|
39414
|
+
border-color: #d9d9d9;
|
38700
39415
|
}
|
38701
39416
|
|
38702
39417
|
.amis-scope .antd-ColorPicker-input {
|
@@ -38829,6 +39544,23 @@ readers do not read off random characters that represent icons */
|
|
38829
39544
|
color: rgba(0, 0, 0, 0.85);
|
38830
39545
|
background: #fff;
|
38831
39546
|
border-radius: 2px;
|
39547
|
+
min-width: calc(
|
39548
|
+
1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
39549
|
+
);
|
39550
|
+
}
|
39551
|
+
|
39552
|
+
.amis-scope .antd-DatePicker-input {
|
39553
|
+
display: inline-block;
|
39554
|
+
width: 100%;
|
39555
|
+
background: none;
|
39556
|
+
padding: 0;
|
39557
|
+
border: 0;
|
39558
|
+
}
|
39559
|
+
|
39560
|
+
.amis-scope .antd-DatePicker-input:focus {
|
39561
|
+
border: none;
|
39562
|
+
outline: none;
|
39563
|
+
box-sizing: none;
|
38832
39564
|
}
|
38833
39565
|
|
38834
39566
|
.amis-scope .antd-DatePicker--borderHalf {
|
@@ -38949,6 +39681,18 @@ readers do not read off random characters that represent icons */
|
|
38949
39681
|
display: flex;
|
38950
39682
|
}
|
38951
39683
|
|
39684
|
+
.amis-scope .antd-DateControl.is-date > .antd-DatePicker {
|
39685
|
+
min-width: calc(calc(
|
39686
|
+
1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
39687
|
+
) + 1rem * 2);
|
39688
|
+
}
|
39689
|
+
|
39690
|
+
.amis-scope .antd-DateControl.is-datetime > .antd-DatePicker {
|
39691
|
+
min-width: calc(calc(
|
39692
|
+
1rem * 5 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
39693
|
+
) + 1rem * 6);
|
39694
|
+
}
|
39695
|
+
|
38952
39696
|
.amis-scope .antd-DatePicker-shortcuts {
|
38953
39697
|
margin: 0;
|
38954
39698
|
background: transparent;
|
@@ -39154,7 +39898,7 @@ readers do not read off random characters that represent icons */
|
|
39154
39898
|
width: 40px;
|
39155
39899
|
font-size: 0.875rem;
|
39156
39900
|
color: #1890ff;
|
39157
|
-
border: 1px solid #
|
39901
|
+
border: 1px solid #d9d9d9;
|
39158
39902
|
border-radius: 2px;
|
39159
39903
|
height: 1.875rem;
|
39160
39904
|
line-height: 1.57;
|
@@ -39441,6 +40185,9 @@ readers do not read off random characters that represent icons */
|
|
39441
40185
|
border-radius: 2px;
|
39442
40186
|
color: rgba(0, 0, 0, 0.85);
|
39443
40187
|
background: #fff;
|
40188
|
+
min-width: calc(
|
40189
|
+
1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
40190
|
+
);
|
39444
40191
|
}
|
39445
40192
|
|
39446
40193
|
.amis-scope .antd-DateRangePicker--borderHalf {
|
@@ -39471,6 +40218,22 @@ readers do not read off random characters that represent icons */
|
|
39471
40218
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
39472
40219
|
}
|
39473
40220
|
|
40221
|
+
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input {
|
40222
|
+
border: none;
|
40223
|
+
border-bottom: 1px solid transparent;
|
40224
|
+
outline: none;
|
40225
|
+
padding: 0;
|
40226
|
+
background: 0;
|
40227
|
+
}
|
40228
|
+
|
40229
|
+
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input.isActive {
|
40230
|
+
border-bottom: 1px solid #40a9ff;
|
40231
|
+
}
|
40232
|
+
|
40233
|
+
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input-separator {
|
40234
|
+
margin: 0 0.5rem;
|
40235
|
+
}
|
40236
|
+
|
39474
40237
|
.amis-scope .antd-DateRangePicker.is-disabled {
|
39475
40238
|
background: #e5e7eb;
|
39476
40239
|
}
|
@@ -39602,6 +40365,18 @@ readers do not read off random characters that represent icons */
|
|
39602
40365
|
display: flex;
|
39603
40366
|
}
|
39604
40367
|
|
40368
|
+
.amis-scope .antd-DateRangeControl.is-date > .antd-DateRangePicker {
|
40369
|
+
min-width: calc(calc(
|
40370
|
+
1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
40371
|
+
) + 1rem * 5.5);
|
40372
|
+
}
|
40373
|
+
|
40374
|
+
.amis-scope .antd-DateRangeControl.is-datetime > .antd-DateRangePicker {
|
40375
|
+
min-width: calc(calc(
|
40376
|
+
1rem * 8 +var(--DatePicker-paddingX) * 2 + 0.875rem * 2
|
40377
|
+
) + 1rem * 11);
|
40378
|
+
}
|
40379
|
+
|
39605
40380
|
.amis-scope .antd-DateRangePicker-popover {
|
39606
40381
|
margin: 0.125rem 0 0;
|
39607
40382
|
}
|
@@ -39679,7 +40454,7 @@ readers do not read off random characters that represent icons */
|
|
39679
40454
|
flex-direction: column;
|
39680
40455
|
justify-content: center;
|
39681
40456
|
align-items: center;
|
39682
|
-
border: 0.0625rem solid #
|
40457
|
+
border: 0.0625rem solid #d9d9d9;
|
39683
40458
|
border-radius: 0;
|
39684
40459
|
cursor: pointer;
|
39685
40460
|
margin-right: 0.75rem;
|
@@ -39731,7 +40506,7 @@ readers do not read off random characters that represent icons */
|
|
39731
40506
|
text-align: left;
|
39732
40507
|
white-space: nowrap;
|
39733
40508
|
background: rgba(0, 0, 0, 0.7);
|
39734
|
-
border: 0 solid #
|
40509
|
+
border: 0 solid #d9d9d9;
|
39735
40510
|
border-radius: 2px;
|
39736
40511
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39737
40512
|
left: 100%;
|
@@ -39747,7 +40522,7 @@ readers do not read off random characters that represent icons */
|
|
39747
40522
|
}
|
39748
40523
|
|
39749
40524
|
.amis-scope .antd-ImageControl-item {
|
39750
|
-
border: 0.0625rem solid #
|
40525
|
+
border: 0.0625rem solid #d9d9d9;
|
39751
40526
|
border-radius: 0;
|
39752
40527
|
vertical-align: top;
|
39753
40528
|
padding: 0.25rem;
|
@@ -39897,7 +40672,7 @@ readers do not read off random characters that represent icons */
|
|
39897
40672
|
.amis-scope .antd-ImageControl-acceptTip {
|
39898
40673
|
height: 120px;
|
39899
40674
|
color: #999;
|
39900
|
-
border: 2px dashed #
|
40675
|
+
border: 2px dashed #d9d9d9;
|
39901
40676
|
border-color: #1890ff;
|
39902
40677
|
background: #f3f9fe;
|
39903
40678
|
border-radius: 2px;
|
@@ -40128,6 +40903,10 @@ readers do not read off random characters that represent icons */
|
|
40128
40903
|
top: 0;
|
40129
40904
|
}
|
40130
40905
|
|
40906
|
+
.amis-scope .antd-FileControl-dropzone.is-active .antd-FileControl-acceptTip {
|
40907
|
+
border-color: #1890ff;
|
40908
|
+
}
|
40909
|
+
|
40131
40910
|
.amis-scope .antd-FileControl-sum {
|
40132
40911
|
font-size: 0.75rem;
|
40133
40912
|
}
|
@@ -40187,7 +40966,7 @@ readers do not read off random characters that represent icons */
|
|
40187
40966
|
|
40188
40967
|
.amis-scope .antd-EditorControl > .antd-MonacoEditor,
|
40189
40968
|
.amis-scope .antd-EditorControl > .antd-MonacoEditor > .monaco-diff-editor {
|
40190
|
-
min-height:
|
40969
|
+
min-height: inherit;
|
40191
40970
|
}
|
40192
40971
|
|
40193
40972
|
.amis-scope .antd-EditorControl.is-error {
|
@@ -40540,7 +41319,7 @@ readers do not read off random characters that represent icons */
|
|
40540
41319
|
border-radius: 0.25rem;
|
40541
41320
|
cursor: pointer;
|
40542
41321
|
display: block;
|
40543
|
-
height: 0.
|
41322
|
+
height: 0.375rem;
|
40544
41323
|
position: relative;
|
40545
41324
|
transition: left 0s ease-out,
|
40546
41325
|
width 0s ease-out;
|
@@ -40561,7 +41340,7 @@ readers do not read off random characters that represent icons */
|
|
40561
41340
|
|
40562
41341
|
.amis-scope .antd-InputRange-track--background {
|
40563
41342
|
left: 0.5rem;
|
40564
|
-
margin-top: calc(-0.5 * 0.
|
41343
|
+
margin-top: calc(-0.5 * 0.375rem);
|
40565
41344
|
position: absolute;
|
40566
41345
|
right: 0.5rem;
|
40567
41346
|
top: 50%;
|
@@ -40762,7 +41541,7 @@ readers do not read off random characters that represent icons */
|
|
40762
41541
|
top: -8px;
|
40763
41542
|
left: calc((1rem - 5px) * -1);
|
40764
41543
|
bottom: 0px;
|
40765
|
-
border-left: 1px solid #
|
41544
|
+
border-left: 1px solid #d9d9d9;
|
40766
41545
|
content: "";
|
40767
41546
|
}
|
40768
41547
|
|
@@ -41347,6 +42126,10 @@ readers do not read off random characters that represent icons */
|
|
41347
42126
|
opacity: 0.65;
|
41348
42127
|
}
|
41349
42128
|
|
42129
|
+
.amis-scope .antd-Combo--hor .antd-Combo-delController {
|
42130
|
+
margin-left: 0.25rem;
|
42131
|
+
}
|
42132
|
+
|
41350
42133
|
.amis-scope .antd-Combo--hor.is-draggable .antd-Combo-toolbar {
|
41351
42134
|
padding-left: 1.5rem;
|
41352
42135
|
}
|
@@ -41391,7 +42174,7 @@ readers do not read off random characters that represent icons */
|
|
41391
42174
|
|
41392
42175
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-item,
|
41393
42176
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-items > .antd-Combo-item {
|
41394
|
-
border: 0.0625rem dashed #
|
42177
|
+
border: 0.0625rem dashed #d9d9d9;
|
41395
42178
|
padding: 0.625rem 0.625rem;
|
41396
42179
|
position: relative;
|
41397
42180
|
}
|
@@ -41413,10 +42196,19 @@ readers do not read off random characters that represent icons */
|
|
41413
42196
|
}
|
41414
42197
|
|
41415
42198
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-item:hover > .antd-Combo-delBtn,
|
41416
|
-
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-
|
42199
|
+
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-item:hover > .antd-Combo-delController,
|
42200
|
+
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-items > .antd-Combo-item:hover > .antd-Combo-delBtn,
|
42201
|
+
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-items > .antd-Combo-item:hover > .antd-Combo-delController {
|
41417
42202
|
opacity: 1;
|
41418
42203
|
}
|
41419
42204
|
|
42205
|
+
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) .antd-Combo-delController {
|
42206
|
+
position: absolute;
|
42207
|
+
top: 0.25rem;
|
42208
|
+
right: 0.25rem;
|
42209
|
+
opacity: 0;
|
42210
|
+
}
|
42211
|
+
|
41420
42212
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-items > .antd-Combo-item > .antd-Combo-itemDrager {
|
41421
42213
|
position: absolute;
|
41422
42214
|
top: calc(
|
@@ -42128,7 +42920,7 @@ readers do not read off random characters that represent icons */
|
|
42128
42920
|
}
|
42129
42921
|
|
42130
42922
|
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
42131
|
-
border-top: 1px solid #
|
42923
|
+
border-top: 1px solid #d9d9d9;
|
42132
42924
|
}
|
42133
42925
|
|
42134
42926
|
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
@@ -42156,7 +42948,7 @@ readers do not read off random characters that represent icons */
|
|
42156
42948
|
display: flex;
|
42157
42949
|
justify-content: center;
|
42158
42950
|
align-items: center;
|
42159
|
-
border: 1px solid #
|
42951
|
+
border: 1px solid #d9d9d9;
|
42160
42952
|
margin: 0 10px;
|
42161
42953
|
color: inherit;
|
42162
42954
|
}
|
@@ -42312,8 +43104,9 @@ readers do not read off random characters that represent icons */
|
|
42312
43104
|
|
42313
43105
|
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
42314
43106
|
flex-grow: 1;
|
42315
|
-
max-height:
|
42316
|
-
overflow:
|
43107
|
+
max-height: 21.875rem;
|
43108
|
+
overflow-x: hidden;
|
43109
|
+
overflow-y: auto;
|
42317
43110
|
position: relative;
|
42318
43111
|
}
|
42319
43112
|
|
@@ -42917,6 +43710,23 @@ readers do not read off random characters that represent icons */
|
|
42917
43710
|
white-space: "normal";
|
42918
43711
|
}
|
42919
43712
|
|
43713
|
+
.amis-scope .antd-Form-item--horizontal-justify {
|
43714
|
+
justify-content: space-between;
|
43715
|
+
}
|
43716
|
+
|
43717
|
+
.amis-scope .antd-Form-item--horizontal-justify > .antd-Form-label {
|
43718
|
+
text-align: left;
|
43719
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
43720
|
+
}
|
43721
|
+
|
43722
|
+
.amis-scope .antd-Form-item--horizontal-justify > .antd-Form-value {
|
43723
|
+
text-align: right;
|
43724
|
+
}
|
43725
|
+
|
43726
|
+
.amis-scope .antd-Form-item--horizontal-justify > .antd-Form-value > * {
|
43727
|
+
text-align: initial;
|
43728
|
+
}
|
43729
|
+
|
42920
43730
|
.amis-scope .antd-Form-item--normal > .antd-Form-label {
|
42921
43731
|
display: block;
|
42922
43732
|
}
|
@@ -43278,6 +44088,17 @@ readers do not read off random characters that represent icons */
|
|
43278
44088
|
/* 移动端样式调整 */
|
43279
44089
|
|
43280
44090
|
@media (max-width: 767px) {
|
44091
|
+
.amis-scope .antd-Form::before {
|
44092
|
+
position: absolute;
|
44093
|
+
box-sizing: border-box;
|
44094
|
+
content: " ";
|
44095
|
+
pointer-events: none;
|
44096
|
+
right: 0;
|
44097
|
+
top: 0;
|
44098
|
+
left: 0;
|
44099
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
44100
|
+
}
|
44101
|
+
|
43281
44102
|
.amis-scope .antd-Form .antd-Form-item {
|
43282
44103
|
display: flex;
|
43283
44104
|
flex-wrap: wrap;
|
@@ -43294,8 +44115,7 @@ readers do not read off random characters that represent icons */
|
|
43294
44115
|
right: 0;
|
43295
44116
|
bottom: 0;
|
43296
44117
|
left: 0;
|
43297
|
-
border-bottom: 0.0625rem solid #
|
43298
|
-
transform: scaleY(0.5);
|
44118
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
43299
44119
|
}
|
43300
44120
|
|
43301
44121
|
.amis-scope .antd-Form .antd-Form-item .antd-InputGroup-addOn,
|
@@ -43427,6 +44247,10 @@ readers do not read off random characters that represent icons */
|
|
43427
44247
|
margin-bottom: 0;
|
43428
44248
|
}
|
43429
44249
|
|
44250
|
+
.amis-scope .antd-Form > .antd-Form-item.is-placeholder::after {
|
44251
|
+
display: none;
|
44252
|
+
}
|
44253
|
+
|
43430
44254
|
.amis-scope .antd-Form .antd-Divider {
|
43431
44255
|
display: none;
|
43432
44256
|
}
|
@@ -43435,11 +44259,6 @@ readers do not read off random characters that represent icons */
|
|
43435
44259
|
padding: 0;
|
43436
44260
|
}
|
43437
44261
|
|
43438
|
-
.amis-scope .antd-Form > .antd-Form-item:last-child::after,
|
43439
|
-
.amis-scope .antd-Form > .antd-Form-item:last-of-type::after {
|
43440
|
-
display: none;
|
43441
|
-
}
|
43442
|
-
|
43443
44262
|
.amis-scope .antd-Form .antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
43444
44263
|
padding-bottom: 0.5rem;
|
43445
44264
|
}
|
@@ -43495,7 +44314,7 @@ readers do not read off random characters that represent icons */
|
|
43495
44314
|
user-select: none;
|
43496
44315
|
margin: 0px;
|
43497
44316
|
padding: 0px;
|
43498
|
-
border-bottom: 0.0625rem solid #
|
44317
|
+
border-bottom: 0.0625rem solid #d9d9d9;
|
43499
44318
|
list-style: none;
|
43500
44319
|
}
|
43501
44320
|
|
@@ -44082,7 +44901,7 @@ readers do not read off random characters that represent icons */
|
|
44082
44901
|
|
44083
44902
|
.amis-scope .antd-FormulaEditor-FuncList-item {
|
44084
44903
|
cursor: pointer;
|
44085
|
-
padding: 0 1.
|
44904
|
+
padding: 0 1.875rem;
|
44086
44905
|
height: 1.5rem;
|
44087
44906
|
line-height: 1.5rem;
|
44088
44907
|
}
|
@@ -44182,6 +45001,26 @@ readers do not read off random characters that represent icons */
|
|
44182
45001
|
color: #1890ff;
|
44183
45002
|
}
|
44184
45003
|
|
45004
|
+
.amis-scope .antd-FormulaPicker-ResultBox {
|
45005
|
+
padding-right: 10px;
|
45006
|
+
}
|
45007
|
+
|
45008
|
+
.amis-scope .antd-FormulaPicker-ResultBox span.c-field {
|
45009
|
+
background: #007bff;
|
45010
|
+
padding: 3px 5px;
|
45011
|
+
margin: 0 1px;
|
45012
|
+
color: #fff;
|
45013
|
+
font-size: 12px;
|
45014
|
+
border-radius: 4px;
|
45015
|
+
}
|
45016
|
+
|
45017
|
+
.amis-scope .antd-FormulaPicker-ResultBox span.c-func {
|
45018
|
+
color: #ae4597;
|
45019
|
+
font-weight: bold;
|
45020
|
+
line-height: 14px;
|
45021
|
+
padding: 0 2px;
|
45022
|
+
}
|
45023
|
+
|
44185
45024
|
.amis-scope .antd-Timeline-vertical {
|
44186
45025
|
display: flex;
|
44187
45026
|
flex-flow: column;
|
@@ -44372,11 +45211,34 @@ readers do not read off random characters that represent icons */
|
|
44372
45211
|
border-radius: 50%;
|
44373
45212
|
}
|
44374
45213
|
|
44375
|
-
.amis-scope .antd-BarCode >
|
45214
|
+
.amis-scope .antd-BarCode > img {
|
44376
45215
|
display: block;
|
44377
45216
|
margin: 0 auto;
|
44378
45217
|
}
|
44379
45218
|
|
45219
|
+
.amis-scope .antd-PullRefresh-wrap {
|
45220
|
+
position: relative;
|
45221
|
+
height: 100%;
|
45222
|
+
}
|
45223
|
+
|
45224
|
+
.amis-scope .antd-PullRefresh-header {
|
45225
|
+
position: absolute;
|
45226
|
+
left: 0px;
|
45227
|
+
width: 100%;
|
45228
|
+
text-align: center;
|
45229
|
+
transform: translateY(-100%);
|
45230
|
+
overflow: hidden;
|
45231
|
+
padding: 0.25rem 0;
|
45232
|
+
min-height: 1.25rem;
|
45233
|
+
line-height: 1.25rem;
|
45234
|
+
color: #999;
|
45235
|
+
}
|
45236
|
+
|
45237
|
+
.amis-scope .antd-PullRefresh .loading-icon {
|
45238
|
+
animation: spin 1s infinite linear;
|
45239
|
+
margin-right: 0.25rem;
|
45240
|
+
}
|
45241
|
+
|
44380
45242
|
/**
|
44381
45243
|
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
44382
45244
|
*/
|
@@ -44448,9 +45310,8 @@ readers do not read off random characters that represent icons */
|
|
44448
45310
|
right: 0;
|
44449
45311
|
width: 24px;
|
44450
45312
|
height: 48px;
|
44451
|
-
box-shadow: rgba(
|
44452
|
-
border-
|
44453
|
-
border-bottom-left-radius: 12px;
|
45313
|
+
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
45314
|
+
border-radius: 2px 0 0 2px;
|
44454
45315
|
padding-top: 14px;
|
44455
45316
|
padding-left: 6px;
|
44456
45317
|
cursor: pointer;
|
@@ -45485,7 +46346,7 @@ readers do not read off random characters that represent icons */
|
|
45485
46346
|
|
45486
46347
|
.amis-scope .text-shadow {
|
45487
46348
|
font-size: 170px;
|
45488
|
-
text-shadow: 0 1px 0 #
|
46349
|
+
text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #dfe2e6, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
|
45489
46350
|
}
|
45490
46351
|
|
45491
46352
|
.amis-scope .no-shadow {
|
@@ -45584,11 +46445,11 @@ readers do not read off random characters that represent icons */
|
|
45584
46445
|
}
|
45585
46446
|
|
45586
46447
|
.amis-scope .b-a {
|
45587
|
-
border: 1px solid #
|
46448
|
+
border: 1px solid #d9d9d9;
|
45588
46449
|
}
|
45589
46450
|
|
45590
46451
|
.amis-scope .b-t {
|
45591
|
-
border-top: 1px solid #
|
46452
|
+
border-top: 1px solid #d9d9d9;
|
45592
46453
|
}
|
45593
46454
|
|
45594
46455
|
.amis-scope .b-t-none {
|
@@ -45596,7 +46457,7 @@ readers do not read off random characters that represent icons */
|
|
45596
46457
|
}
|
45597
46458
|
|
45598
46459
|
.amis-scope .b-r {
|
45599
|
-
border-right: 1px solid #
|
46460
|
+
border-right: 1px solid #d9d9d9;
|
45600
46461
|
}
|
45601
46462
|
|
45602
46463
|
.amis-scope .b-r-none {
|
@@ -45604,7 +46465,7 @@ readers do not read off random characters that represent icons */
|
|
45604
46465
|
}
|
45605
46466
|
|
45606
46467
|
.amis-scope .b-b {
|
45607
|
-
border-bottom: 1px solid #
|
46468
|
+
border-bottom: 1px solid #d9d9d9;
|
45608
46469
|
}
|
45609
46470
|
|
45610
46471
|
.amis-scope .b-b-none {
|
@@ -45612,7 +46473,7 @@ readers do not read off random characters that represent icons */
|
|
45612
46473
|
}
|
45613
46474
|
|
45614
46475
|
.amis-scope .b-l {
|
45615
|
-
border-left: 1px solid #
|
46476
|
+
border-left: 1px solid #d9d9d9;
|
45616
46477
|
}
|
45617
46478
|
|
45618
46479
|
.amis-scope .b-l-none {
|
@@ -46470,7 +47331,7 @@ readers do not read off random characters that represent icons */
|
|
46470
47331
|
|
46471
47332
|
.amis-scope .thumb-wrapper {
|
46472
47333
|
padding: 2px;
|
46473
|
-
border: 1px solid #
|
47334
|
+
border: 1px solid #d9d9d9;
|
46474
47335
|
}
|
46475
47336
|
|
46476
47337
|
.amis-scope .thumb img,
|