amis-ui 6.11.0-beta.9 → 6.12.0-ab.1
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/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AlphabetIndexer.d.ts +11 -0
- package/esm/components/AlphabetIndexer.js +48 -0
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/AnchorNavSection.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/AutoSizer.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +9 -0
- package/esm/components/BaiduMapPicker.js +50 -12
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConditionBuilder.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +1 -0
- package/esm/components/ContextMenu.js +6 -3
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DiffEditor.js +1 -1
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/DropdownContextMenus.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/FormulaPicker.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GridNavItem.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/HorizontalScroll.d.ts +75 -0
- package/esm/components/HorizontalScroll.js +271 -0
- package/esm/components/Html.d.ts +2 -0
- package/esm/components/Html.js +6 -3
- package/esm/components/Icon.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputJSONSchema.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/JSONSchemaEditor.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +41 -40
- package/esm/components/LocationPicker.js +6 -6
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Menu.js +1 -1
- package/esm/components/MobileDevTool.js +1 -1
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +47 -0
- package/esm/components/Pagination.js +25 -26
- package/esm/components/PdfViewer.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.d.ts +12 -0
- package/esm/components/PullRefresh.js +23 -13
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.js +1 -1
- package/esm/components/Shape.js +1 -1
- package/esm/components/Signature.d.ts +2 -3
- package/esm/components/Signature.js +29 -21
- package/esm/components/Slider.d.ts +56 -0
- package/esm/components/Slider.js +140 -0
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.d.ts +7 -0
- package/esm/components/Steps.js +6 -6
- package/esm/components/Switch.js +1 -1
- package/esm/components/Tab.js +1 -1
- package/esm/components/Table.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.d.ts +8 -1
- package/esm/components/Timeline.js +46 -5
- package/esm/components/TimelineItem.d.ts +984 -23
- package/esm/components/TimelineItem.js +86 -30
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +3 -3
- package/esm/components/Transfer.js +1 -1
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +47 -46
- package/esm/components/Tree.js +52 -12
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/VerificationCode.js +1 -1
- package/esm/components/VirtualList.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/CodeEditor.js +1 -1
- package/esm/components/formula/Editor.js +13 -9
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +14 -10
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +1 -1
- package/esm/components/index.d.ts +5 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.d.ts +12 -2
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/PanelMenu.d.ts +46 -0
- package/esm/components/menu/PanelMenu.js +68 -0
- package/esm/components/menu/SubMenu.d.ts +1 -1
- package/esm/components/menu/SubMenu.js +16 -5
- package/esm/components/menu/index.d.ts +29 -25
- package/esm/components/menu/index.js +23 -8
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.d.ts +2 -0
- package/esm/components/table/Cell.js +10 -3
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.d.ts +1 -0
- package/esm/components/table/Head.js +12 -17
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.js +1 -1
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.js +18 -7
- package/esm/components/table/util.d.ts +1 -0
- package/esm/components/table/util.js +23 -2
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/components/withBadge.js +1 -1
- package/esm/hooks/use-click-away.d.ts +12 -0
- package/esm/hooks/use-click-away.js +55 -0
- package/esm/hooks/use-on-screen.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/fullscreen.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/rotate-screen.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/sub-plus.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo-normal.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.d.ts +2 -1
- package/esm/index.js +5 -2
- package/esm/locale/de-DE.js +2 -1
- package/esm/locale/en-US.js +2 -1
- package/esm/locale/zh-CN.js +2 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/esm/utils/vectorComputed.js +1 -1
- package/esm/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +40 -40
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AlphabetIndexer.d.ts +11 -0
- package/lib/components/AlphabetIndexer.js +59 -0
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/AnchorNavSection.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.d.ts +110 -110
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +9 -0
- package/lib/components/BaiduMapPicker.js +50 -12
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +80 -80
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +40 -40
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +60 -60
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +50 -50
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConditionBuilder.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.d.ts +1 -0
- package/lib/components/ContextMenu.js +6 -3
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DiffEditor.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +40 -40
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/DropdownContextMenus.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/FormulaPicker.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GridNavItem.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/HorizontalScroll.d.ts +75 -0
- package/lib/components/HorizontalScroll.js +283 -0
- package/lib/components/Html.d.ts +2 -0
- package/lib/components/Html.js +6 -2
- package/lib/components/Icon.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputJSONSchema.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/JSONSchemaEditor.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +41 -40
- package/lib/components/LocationPicker.js +6 -6
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Menu.js +1 -1
- package/lib/components/MobileDevTool.js +1 -1
- package/lib/components/Modal.d.ts +40 -40
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +10 -10
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +87 -40
- package/lib/components/Pagination.js +25 -26
- package/lib/components/PdfViewer.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +40 -40
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +90 -90
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.d.ts +12 -0
- package/lib/components/PullRefresh.js +23 -13
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +187 -188
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/Shape.js +1 -1
- package/lib/components/Signature.d.ts +2 -3
- package/lib/components/Signature.js +31 -21
- package/lib/components/Slider.d.ts +56 -0
- package/lib/components/Slider.js +146 -0
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +20 -20
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.d.ts +7 -0
- package/lib/components/Steps.js +6 -6
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +80 -80
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +70 -70
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.d.ts +8 -1
- package/lib/components/Timeline.js +44 -3
- package/lib/components/TimelineItem.d.ts +984 -23
- package/lib/components/TimelineItem.js +88 -27
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +40 -40
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +20 -20
- package/lib/components/TooltipWrapper.js +3 -3
- package/lib/components/Transfer.d.ts +40 -40
- package/lib/components/Transfer.js +1 -1
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +47 -46
- package/lib/components/Tree.js +51 -11
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/VerificationCode.js +1 -1
- package/lib/components/VirtualList.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +13 -9
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +14 -10
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +1 -1
- package/lib/components/index.d.ts +5 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.d.ts +12 -2
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/PanelMenu.d.ts +46 -0
- package/lib/components/menu/PanelMenu.js +74 -0
- package/lib/components/menu/SubMenu.d.ts +1 -1
- package/lib/components/menu/SubMenu.js +16 -5
- package/lib/components/menu/index.d.ts +29 -25
- package/lib/components/menu/index.js +23 -8
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +2 -0
- package/lib/components/table/Cell.js +10 -3
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.d.ts +1 -0
- package/lib/components/table/Head.js +11 -16
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +120 -120
- package/lib/components/table/index.js +18 -7
- package/lib/components/table/util.d.ts +6 -5
- package/lib/components/table/util.js +23 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/components/withBadge.js +1 -1
- package/lib/hooks/use-click-away.d.ts +12 -0
- package/lib/hooks/use-click-away.js +59 -0
- package/lib/hooks/use-on-screen.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/fullscreen.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/rotate-screen.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/sub-plus.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo-normal.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +8 -1
- package/lib/locale/de-DE.js +2 -1
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/zh-CN.js +2 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1109 -129
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1109 -129
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1109 -129
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1109 -129
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1109 -129
- package/lib/utils/vectorComputed.js +1 -1
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +4 -3
- package/scss/_components.scss +22 -10
- package/scss/_properties.scss +13 -1
- package/scss/base/_animate.scss +84 -0
- package/scss/components/_cards.scss +26 -0
- package/scss/components/_carousel.scss +9 -8
- package/scss/components/_context-menu.scss +34 -42
- package/scss/components/_dropdown.scss +0 -1
- package/scss/components/_horizontal-scroll.scss +51 -0
- package/scss/components/_images.scss +435 -0
- package/scss/components/_list.scss +57 -0
- package/scss/components/_menu.scss +58 -0
- package/scss/components/_page.scss +27 -1
- package/scss/components/_pagination.scss +96 -3
- package/scss/components/_popoverable.scss +6 -5
- package/scss/components/_signature.scss +1 -0
- package/scss/components/_slider.scss +27 -0
- package/scss/components/_steps.scss +17 -2
- package/scss/components/_table.scss +19 -1
- package/scss/components/_table2.scss +28 -0
- package/scss/components/_timeline.scss +366 -88
- package/scss/themes/_common.scss +3 -0
- package/esm/utils/smoothSignature.js +0 -386
- package/lib/utils/smoothSignature.js +0 -390
package/lib/themes/antd.css
CHANGED
|
@@ -537,6 +537,9 @@
|
|
|
537
537
|
--Pagination-padding: 0 0.5rem;
|
|
538
538
|
--Pagination-padding-sm: 0 0.25rem;
|
|
539
539
|
--Pagination-light-color: var(--colors-neutral-text-4);
|
|
540
|
+
--Pagination-border: var(--borderWidth) var(--borders-style-2)
|
|
541
|
+
var(--colors-neutral-line-7);
|
|
542
|
+
--Panel--default-bg: var(--colors-neutral-fill-11);
|
|
540
543
|
--Panel--default-badgeBg: var(--colors-neutral-fill-3);
|
|
541
544
|
--Panel--default-badgeColor: var(--colors-neutral-fill-10);
|
|
542
545
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
|
@@ -701,9 +704,12 @@
|
|
|
701
704
|
--Tag-checkable-fontColor-onDisable: #b4b6ba;
|
|
702
705
|
--menu-background: #fff;
|
|
703
706
|
--menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
|
704
|
-
--menu-border-radius:
|
|
707
|
+
--menu-border-radius: 6px;
|
|
708
|
+
--menu-padding: 4px;
|
|
705
709
|
--menu-font-color: #151b26;
|
|
706
710
|
--menu-font-family: PingFangSC-Regular;
|
|
711
|
+
--menu-font-padding: 5px 8px;
|
|
712
|
+
--menu-font-size: 14px;
|
|
707
713
|
--menu-border-color: #e8e9eb;
|
|
708
714
|
--menu-active-color: var(--colors-brand-5);
|
|
709
715
|
--menu-hover-bg-color: #e6f0ff;
|
|
@@ -712,6 +718,11 @@
|
|
|
712
718
|
--default-padding: 4px 12px;
|
|
713
719
|
--menu-min-width: 150px;
|
|
714
720
|
--menu-sub-min-width: 100px;
|
|
721
|
+
--Context-menu-border-radius: 6px;
|
|
722
|
+
--Context-menu-active-color: #2468f2;
|
|
723
|
+
--Context-menu-hover-color: #151b26;
|
|
724
|
+
--Context-menu-hover-bg-color: #f2f2f4;
|
|
725
|
+
--Context-menu-hasChild-active-color: #151b26;
|
|
715
726
|
--SearchBox-width: 9.375rem;
|
|
716
727
|
--SearchBox-history-dropdown-maxWidth: calc(var(--SearchBox-width) * 2);
|
|
717
728
|
--SearchBox-history-dropdown-maxHeight: 12.5rem;
|
|
@@ -4501,15 +4512,19 @@
|
|
|
4501
4512
|
--Status-pending-beforeColor: var(--Status-pending-before-color);
|
|
4502
4513
|
--Status-pending-afterColor: var(--Status-pending-after-color);
|
|
4503
4514
|
--Timeline-time-color: var(--colors-neutral-text-5);
|
|
4504
|
-
--Timeline-time-fontSize: var(--fonts-size-
|
|
4505
|
-
--Timeline-time-fontWeight: var(--fonts-weight-
|
|
4515
|
+
--Timeline-time-fontSize: var(--fonts-size-4);
|
|
4516
|
+
--Timeline-time-fontWeight: var(--fonts-weight-3);
|
|
4506
4517
|
--Timeline-title-color: var(--colors-neutral-text-2);
|
|
4507
|
-
--Timeline-title-fontSize: var(--fonts-size-
|
|
4518
|
+
--Timeline-title-fontSize: var(--fonts-size-6);
|
|
4508
4519
|
--Timeline-title-fontWeight: var(--fonts-weight-6);
|
|
4509
4520
|
--Timeline-type-info-color: var(--colors-info-5);
|
|
4510
4521
|
--Timeline-type-success-color: var(--colors-success-5);
|
|
4511
4522
|
--Timeline-type-warning-color: var(--colors-warning-5);
|
|
4512
4523
|
--Timeline-type-danger-color: var(--colors-error-5);
|
|
4524
|
+
--Timeline-dot-info-bg-color: var(--colors-info-5);
|
|
4525
|
+
--Timeline-dot-success-bg-color: var(--colors-success-5);
|
|
4526
|
+
--Timeline-dot-warning-bg-color: var(--colors-warning-5);
|
|
4527
|
+
--Timeline-dot-danger-bg-color: var(--colors-error-5);
|
|
4513
4528
|
--Timeline-detail-label-color: var(--colors-brand-5);
|
|
4514
4529
|
--Timeline-detail-label-fontSize: var(--fonts-size-7);
|
|
4515
4530
|
--Timeline-detail-label-fontWeight: var(--fonts-weight-6);
|
|
@@ -4527,12 +4542,16 @@
|
|
|
4527
4542
|
--Timeline-visible-top-left-border-radius: var(--borders-radius-3);
|
|
4528
4543
|
--Timeline-visible-bottom-right-border-radius: var(--borders-radius-3);
|
|
4529
4544
|
--Timeline-visible-bottom-left-border-radius: var(--borders-radius-3);
|
|
4530
|
-
--Timeline-left-size: var(--sizes-size-
|
|
4545
|
+
--Timeline-left-size: var(--sizes-size-4);
|
|
4531
4546
|
--Timeline-horizontal-top-size: var(--sizes-size-0);
|
|
4532
4547
|
--Timeline-line-bg: #e6e6e8;
|
|
4533
4548
|
--Timeline-round-bg: #dadbdd;
|
|
4549
|
+
--TimelineItem-round-width-xl: 0.5rem;
|
|
4550
|
+
--TimelineItem-round-width-lg: 0.375rem;
|
|
4551
|
+
--TimelineItem-round-width-md: 0.25rem;
|
|
4552
|
+
--TimelineItem-round-width-sm: 0.125rem;
|
|
4534
4553
|
--TimelineItem--axle-flex: 0 0 1.5rem;
|
|
4535
|
-
--TimelineItem--left-line-width: 0.
|
|
4554
|
+
--TimelineItem--left-line-width: 0.0625rem;
|
|
4536
4555
|
--TimelineItem--left-line-left: 0.8125rem;
|
|
4537
4556
|
--TimelineItem--left-line-top: 1.25rem;
|
|
4538
4557
|
--TimelineItem--horizontal-left-line-top: 1.125rem;
|
|
@@ -4543,7 +4562,7 @@
|
|
|
4543
4562
|
--TimelineItem--round-top: 0.5rem;
|
|
4544
4563
|
--TimelineItem--icon-width: 1rem;
|
|
4545
4564
|
--TimelineItem--icon-height: 1rem;
|
|
4546
|
-
--TimelineItem--icon-left: 0.
|
|
4565
|
+
--TimelineItem--icon-left: 0.75rem;
|
|
4547
4566
|
--TimelineItem--content-padding-bottom: var(--gap-md);
|
|
4548
4567
|
--TimelineItem--content-margin-left: var(--Timeline-left-size);
|
|
4549
4568
|
--TimelineItem--content-time-margin-bottom: var(--gap-xs);
|
|
@@ -4575,10 +4594,14 @@
|
|
|
4575
4594
|
--TimelineItem-custem-button-margin-left: var(--fontSizeSm);
|
|
4576
4595
|
--TimelineItem-custem-time-padding-right: var(--fontSizeSm);
|
|
4577
4596
|
--TimelineItem-round-bg: var(--Timeline-round-bg);
|
|
4578
|
-
--Timeline--success-
|
|
4579
|
-
--Timeline--
|
|
4580
|
-
--Timeline--
|
|
4581
|
-
--Timeline--
|
|
4597
|
+
--Timeline--success-dot-color: var(--Timeline-type-success-color);
|
|
4598
|
+
--Timeline--success-dot-bg-color: var(--Timeline-dot-success-bg-color);
|
|
4599
|
+
--Timeline--info-dot-color: var(--Timeline-type-info-color);
|
|
4600
|
+
--Timeline--info-dot-bg-color: var(--Timeline-dot-info-bg-color);
|
|
4601
|
+
--Timeline--warning-dot-color: var(--Timeline-type-warning-color);
|
|
4602
|
+
--Timeline--warning-dot-bg-color: var(--Timeline-dot-warning-bg-color);
|
|
4603
|
+
--Timeline--danger-dot-color: var(--Timeline-type-danger-color);
|
|
4604
|
+
--Timeline--danger-dot-bg-color: var(--Timeline-dot-danger-bg-color);
|
|
4582
4605
|
--inputTag-option-height: var(--sizes-base-16);
|
|
4583
4606
|
--inputTag-option-color: var(--colors-neutral-text-2);
|
|
4584
4607
|
--inputTag-option-fontSize: var(--fonts-size-7);
|
|
@@ -17276,6 +17299,61 @@ samp {
|
|
|
17276
17299
|
color: #cf1322;
|
|
17277
17300
|
border: 1px dashed #cf1322;
|
|
17278
17301
|
}
|
|
17302
|
+
.amis-hoverZoomIn-show,
|
|
17303
|
+
.amis-hoverZoomIn:hover {
|
|
17304
|
+
transform: scale(1.05);
|
|
17305
|
+
}
|
|
17306
|
+
.amis-hoverZoomOut-show,
|
|
17307
|
+
.amis-hoverZoomOut:hover {
|
|
17308
|
+
transform: scale(0.95);
|
|
17309
|
+
}
|
|
17310
|
+
.amis-hoverShadow-show,
|
|
17311
|
+
.amis-hoverShadow:hover {
|
|
17312
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
17313
|
+
}
|
|
17314
|
+
.amis-hoverBorder-show,
|
|
17315
|
+
.amis-hoverBorder:hover {
|
|
17316
|
+
box-shadow: 0 0 10px var(--colors-brand-5), 0 0 10px var(--colors-brand-5) inset;
|
|
17317
|
+
}
|
|
17318
|
+
.amis-hoverUp-show,
|
|
17319
|
+
.amis-hoverUp:hover {
|
|
17320
|
+
transform: translateY(-4px);
|
|
17321
|
+
}
|
|
17322
|
+
.amis-hoverDown-show,
|
|
17323
|
+
.amis-hoverDown:hover {
|
|
17324
|
+
transform: translateY(4px);
|
|
17325
|
+
}
|
|
17326
|
+
.amis-hoverLeft-show,
|
|
17327
|
+
.amis-hoverLeft:hover {
|
|
17328
|
+
transform: translateX(-4px);
|
|
17329
|
+
}
|
|
17330
|
+
.amis-hoverRight-show,
|
|
17331
|
+
.amis-hoverRight:hover {
|
|
17332
|
+
transform: translateX(4px);
|
|
17333
|
+
}
|
|
17334
|
+
.amis-hoverFlip-show,
|
|
17335
|
+
.amis-hoverFlip:hover {
|
|
17336
|
+
transform: rotateY(180deg);
|
|
17337
|
+
}
|
|
17338
|
+
@keyframes hoverFlash {
|
|
17339
|
+
from, to {
|
|
17340
|
+
opacity: 1;
|
|
17341
|
+
}
|
|
17342
|
+
50% {
|
|
17343
|
+
opacity: 0.8;
|
|
17344
|
+
}
|
|
17345
|
+
}
|
|
17346
|
+
@keyframes hoverShake {
|
|
17347
|
+
from, to {
|
|
17348
|
+
transform: translate3d(0, 0, 0);
|
|
17349
|
+
}
|
|
17350
|
+
30% {
|
|
17351
|
+
transform: translate3d(-5px, 0, 0);
|
|
17352
|
+
}
|
|
17353
|
+
60% {
|
|
17354
|
+
transform: translate3d(5px, 0, 0);
|
|
17355
|
+
}
|
|
17356
|
+
}
|
|
17279
17357
|
html,
|
|
17280
17358
|
body {
|
|
17281
17359
|
width: 100%;
|
|
@@ -22792,6 +22870,9 @@ input[type=button].antd-Button--block {
|
|
|
22792
22870
|
width: 100%;
|
|
22793
22871
|
height: 100%;
|
|
22794
22872
|
background: var(--Page-main-bg);
|
|
22873
|
+
display: flex;
|
|
22874
|
+
flex-direction: row;
|
|
22875
|
+
align-items: stretch;
|
|
22795
22876
|
}
|
|
22796
22877
|
.antd-Page-header {
|
|
22797
22878
|
padding: var(--Page-header-paddingY) var(--Page-header-paddingX);
|
|
@@ -22804,7 +22885,7 @@ input[type=button].antd-Button--block {
|
|
|
22804
22885
|
.antd-Page-content {
|
|
22805
22886
|
padding: var(--Page-content-paddingY) var(--Page-content-paddingX);
|
|
22806
22887
|
position: relative;
|
|
22807
|
-
height:
|
|
22888
|
+
height: auto;
|
|
22808
22889
|
width: 100%;
|
|
22809
22890
|
}
|
|
22810
22891
|
.antd-Page-main > .antd-Page-header {
|
|
@@ -22875,6 +22956,25 @@ input[type=button].antd-Button--block {
|
|
|
22875
22956
|
.antd-Page-toolbar > * + * {
|
|
22876
22957
|
margin-left: var(--gap-xs);
|
|
22877
22958
|
}
|
|
22959
|
+
@media (max-width: 767px) {
|
|
22960
|
+
.antd-Page {
|
|
22961
|
+
flex-direction: column;
|
|
22962
|
+
}
|
|
22963
|
+
.antd-Page-aside {
|
|
22964
|
+
flex-shrink: 0;
|
|
22965
|
+
}
|
|
22966
|
+
.antd-Page-content {
|
|
22967
|
+
flex-grow: 1;
|
|
22968
|
+
min-height: 0;
|
|
22969
|
+
display: flex;
|
|
22970
|
+
align-items: stretch;
|
|
22971
|
+
flex-direction: row;
|
|
22972
|
+
}
|
|
22973
|
+
.antd-Page-main {
|
|
22974
|
+
height: auto;
|
|
22975
|
+
width: 100%;
|
|
22976
|
+
}
|
|
22977
|
+
}
|
|
22878
22978
|
@media (min-width: 768px) {
|
|
22879
22979
|
.antd-Page-aside {
|
|
22880
22980
|
flex-shrink: 0;
|
|
@@ -23745,7 +23845,6 @@ input[type=button].antd-Button--block {
|
|
|
23745
23845
|
.antd-DropDown-menu-root {
|
|
23746
23846
|
position: absolute;
|
|
23747
23847
|
z-index: 1000;
|
|
23748
|
-
top: 100%;
|
|
23749
23848
|
left: 0;
|
|
23750
23849
|
margin: 0.0625rem 0 0;
|
|
23751
23850
|
border: var(--Form-select-outer-borderWidth) solid var(--Form-select-outer-borderColor);
|
|
@@ -24887,9 +24986,10 @@ input[type=button].antd-Button--block {
|
|
|
24887
24986
|
display: block;
|
|
24888
24987
|
position: absolute;
|
|
24889
24988
|
margin: 0;
|
|
24890
|
-
padding:
|
|
24989
|
+
padding: var(--menu-padding);
|
|
24891
24990
|
background: var(--menu-background);
|
|
24892
24991
|
box-shadow: var(--menu-box-shadow);
|
|
24992
|
+
border-radius: var(--Context-menu-border-radius);
|
|
24893
24993
|
color: var(--menu-font-color);
|
|
24894
24994
|
font-family: var(--menu-font-family);
|
|
24895
24995
|
font-size: 12px;
|
|
@@ -24925,15 +25025,23 @@ input[type=button].antd-Button--block {
|
|
|
24925
25025
|
.antd-ContextMenu-item > a {
|
|
24926
25026
|
white-space: nowrap;
|
|
24927
25027
|
display: block;
|
|
24928
|
-
padding: var(--
|
|
24929
|
-
|
|
25028
|
+
padding: var(--menu-font-padding);
|
|
25029
|
+
font-size: var(--menu-font-size);
|
|
25030
|
+
color: var(--menu-font-color);
|
|
24930
25031
|
border-top: none;
|
|
24931
25032
|
border-bottom: none;
|
|
25033
|
+
display: flex;
|
|
25034
|
+
align-items: center;
|
|
25035
|
+
justify-content: space-between;
|
|
25036
|
+
}
|
|
25037
|
+
.antd-ContextMenu-item > a > i {
|
|
25038
|
+
font-size: 12px;
|
|
24932
25039
|
}
|
|
24933
25040
|
.antd-ContextMenu-item:not(.is-disabled):hover > a {
|
|
24934
25041
|
text-decoration: none;
|
|
24935
|
-
|
|
24936
|
-
|
|
25042
|
+
background: var(--Context-menu-hover-bg-color);
|
|
25043
|
+
border-radius: var(--Context-menu-border-radius);
|
|
25044
|
+
color: var(--Context-menu-hover-color);
|
|
24937
25045
|
cursor: pointer;
|
|
24938
25046
|
border-top: none;
|
|
24939
25047
|
border-bottom: none;
|
|
@@ -24942,21 +25050,18 @@ input[type=button].antd-Button--block {
|
|
|
24942
25050
|
color: var(--menu-disabled-color);
|
|
24943
25051
|
pointer-events: none;
|
|
24944
25052
|
}
|
|
24945
|
-
.antd-ContextMenu-item.
|
|
25053
|
+
.antd-ContextMenu-item.is-active > a {
|
|
25054
|
+
color: var(--Context-menu-active-color);
|
|
25055
|
+
}
|
|
25056
|
+
.antd-ContextMenu-item.has-child::after {
|
|
25057
|
+
position: absolute;
|
|
24946
25058
|
content: "";
|
|
24947
|
-
width:
|
|
24948
|
-
height: 0;
|
|
24949
|
-
border-width: 4px 7px;
|
|
24950
|
-
border-style: solid;
|
|
24951
|
-
border-color: transparent transparent transparent var(--default-icon-color);
|
|
24952
|
-
text-shadow: var(--menu-box-shadow);
|
|
25059
|
+
width: 12px;
|
|
24953
25060
|
position: absolute;
|
|
24954
|
-
|
|
24955
|
-
|
|
24956
|
-
|
|
24957
|
-
|
|
24958
|
-
.antd-ContextMenu-item.has-child:hover > a::after {
|
|
24959
|
-
border-color: transparent transparent transparent var(--menu-active-color);
|
|
25061
|
+
right: -12px;
|
|
25062
|
+
top: 0;
|
|
25063
|
+
bottom: 0;
|
|
25064
|
+
z-index: 1;
|
|
24960
25065
|
}
|
|
24961
25066
|
.antd-ContextMenu-item.is-danger > a {
|
|
24962
25067
|
color: var(--danger-color);
|
|
@@ -24971,38 +25076,28 @@ input[type=button].antd-Button--block {
|
|
|
24971
25076
|
}
|
|
24972
25077
|
.antd-ContextMenu-item:hover > .antd-ContextMenu-subList {
|
|
24973
25078
|
display: block;
|
|
25079
|
+
min-width: var(--menu-min-width);
|
|
24974
25080
|
animation-duration: var(--animation-duration);
|
|
24975
25081
|
animation-fill-mode: both;
|
|
24976
25082
|
animation-name: contextMenuIn;
|
|
24977
25083
|
position: absolute;
|
|
24978
|
-
left: 100
|
|
25084
|
+
left: calc(100% + 8px);
|
|
24979
25085
|
top: -3px;
|
|
24980
|
-
min-width: var(--menu-sub-min-width);
|
|
24981
25086
|
margin: 0;
|
|
24982
|
-
padding:
|
|
25087
|
+
padding: var(--menu-padding);
|
|
24983
25088
|
background: var(--menu-background);
|
|
24984
25089
|
box-shadow: var(--menu-box-shadow);
|
|
24985
|
-
border-radius: var(--menu-border-radius);
|
|
24986
|
-
color: var(--menu-
|
|
25090
|
+
border-radius: var(--Context-menu-border-radius);
|
|
25091
|
+
color: var(--Context-menu-hover-color);
|
|
24987
25092
|
font-family: var(--menu-font-family);
|
|
24988
25093
|
font-size: 12px;
|
|
24989
25094
|
line-height: 20px;
|
|
25095
|
+
max-height: 500px;
|
|
25096
|
+
overflow-y: auto;
|
|
24990
25097
|
}
|
|
24991
25098
|
.antd-ContextMenu-item:hover > .antd-ContextMenu-subList:hover {
|
|
24992
25099
|
display: block;
|
|
24993
25100
|
}
|
|
24994
|
-
.antd-ContextMenu-item:hover > .antd-ContextMenu-subList::before {
|
|
24995
|
-
display: block;
|
|
24996
|
-
position: absolute;
|
|
24997
|
-
content: "";
|
|
24998
|
-
top: -1px;
|
|
24999
|
-
left: -1px;
|
|
25000
|
-
bottom: -1px;
|
|
25001
|
-
right: -1px;
|
|
25002
|
-
border-radius: var(--menu-border-radius);
|
|
25003
|
-
border: 1px solid var(--menu-border-color);
|
|
25004
|
-
z-index: -1;
|
|
25005
|
-
}
|
|
25006
25101
|
.antd-ContextMenu--left .antd-ContextMenu-item:hover > .antd-ContextMenu-subList {
|
|
25007
25102
|
left: auto;
|
|
25008
25103
|
right: 100%;
|
|
@@ -25970,6 +26065,12 @@ input[type=button].antd-Button--block {
|
|
|
25970
26065
|
.antd-Table-table th.text-right, .antd-Table-table td.text-right {
|
|
25971
26066
|
text-align: right;
|
|
25972
26067
|
}
|
|
26068
|
+
.antd-Table-table th.align-top, .antd-Table-table td.align-top {
|
|
26069
|
+
vertical-align: top !important;
|
|
26070
|
+
}
|
|
26071
|
+
.antd-Table-table th.align-bottom, .antd-Table-table td.align-bottom {
|
|
26072
|
+
vertical-align: bottom !important;
|
|
26073
|
+
}
|
|
25973
26074
|
.antd-Table-table td .antd-SwitchControl {
|
|
25974
26075
|
padding-top: 0;
|
|
25975
26076
|
}
|
|
@@ -26728,8 +26829,11 @@ input[type=button].antd-Button--block {
|
|
|
26728
26829
|
.antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content > table {
|
|
26729
26830
|
border-top: none;
|
|
26730
26831
|
}
|
|
26731
|
-
.antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content > table.antd-Table-table--tableFillHeight {
|
|
26732
|
-
|
|
26832
|
+
.antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content > table.antd-Table-table--tableFillHeight > tbody {
|
|
26833
|
+
height: calc(var(--Table-content-height) - var(--Table-thead-height) - 20px);
|
|
26834
|
+
}
|
|
26835
|
+
.antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content > table.antd-Table-table--tableFillHeight > tbody > tr > td {
|
|
26836
|
+
border-bottom: none;
|
|
26733
26837
|
}
|
|
26734
26838
|
.antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
|
26735
26839
|
position: sticky;
|
|
@@ -27881,6 +27985,27 @@ input[type=button].antd-Button--block {
|
|
|
27881
27985
|
.antd-Table2 .antd-Table-container .antd-Table-header {
|
|
27882
27986
|
padding: 0;
|
|
27883
27987
|
}
|
|
27988
|
+
.antd-Table2 .antd-Table-container-self-sticky {
|
|
27989
|
+
position: relative !important;
|
|
27990
|
+
}
|
|
27991
|
+
.antd-Table2 .antd-Table-container-self-sticky .antd-Table-content {
|
|
27992
|
+
overflow-x: unset !important;
|
|
27993
|
+
}
|
|
27994
|
+
.antd-Table2 .antd-Table-container-self-sticky .antd-Table-table {
|
|
27995
|
+
border-collapse: separate;
|
|
27996
|
+
}
|
|
27997
|
+
.antd-Table2 .antd-Table-container-self-sticky .antd-Table-table > tbody > tr > td {
|
|
27998
|
+
border-top: none;
|
|
27999
|
+
}
|
|
28000
|
+
.antd-Table2 .antd-Table-container-self-sticky .antd-Table-row {
|
|
28001
|
+
z-index: 1;
|
|
28002
|
+
}
|
|
28003
|
+
.antd-Table2 .antd-Table-container-self-sticky .antd-Table-cell-self-sticky {
|
|
28004
|
+
z-index: 2 !important;
|
|
28005
|
+
}
|
|
28006
|
+
.antd-Table2 .antd-Table-container-self-sticky .antd-Table-cell-fix-left {
|
|
28007
|
+
z-index: 3 !important;
|
|
28008
|
+
}
|
|
27884
28009
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > thead > tr > th.antd-Table-cell-fix-left-last:after,
|
|
27885
28010
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left-last:after,
|
|
27886
28011
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-left-last:after {
|
|
@@ -28375,6 +28500,7 @@ input[type=button].antd-Button--block {
|
|
|
28375
28500
|
border: var(--List-borderWidth) solid var(--List-borderColor);
|
|
28376
28501
|
background: var(--List-bg);
|
|
28377
28502
|
margin-bottom: var(--gap-sm);
|
|
28503
|
+
margin-right: 0.9375rem;
|
|
28378
28504
|
}
|
|
28379
28505
|
.antd-List-toolbar {
|
|
28380
28506
|
display: flex;
|
|
@@ -28444,6 +28570,14 @@ input[type=button].antd-Button--block {
|
|
|
28444
28570
|
background: var(--Table-bg);
|
|
28445
28571
|
z-index: 900;
|
|
28446
28572
|
}
|
|
28573
|
+
.antd-List-content-wrapper {
|
|
28574
|
+
display: flex;
|
|
28575
|
+
position: relative;
|
|
28576
|
+
}
|
|
28577
|
+
.antd-List-main {
|
|
28578
|
+
flex: 1;
|
|
28579
|
+
min-width: 0;
|
|
28580
|
+
}
|
|
28447
28581
|
.antd-ListGroup {
|
|
28448
28582
|
max-width: 25rem;
|
|
28449
28583
|
display: flex;
|
|
@@ -28576,6 +28710,49 @@ input[type=button].antd-Button--block {
|
|
|
28576
28710
|
color: var(--ListMenu-item--onHover-color);
|
|
28577
28711
|
background: var(--ListMenu-item--onHover-bg);
|
|
28578
28712
|
}
|
|
28713
|
+
.antd-AlphabetIndexer {
|
|
28714
|
+
position: sticky;
|
|
28715
|
+
top: calc(var(--affix-offset-top) + var(--gap-base));
|
|
28716
|
+
right: 0.3125rem;
|
|
28717
|
+
height: -moz-fit-content;
|
|
28718
|
+
height: fit-content;
|
|
28719
|
+
padding: 0.625rem 0.3125rem;
|
|
28720
|
+
background: var(--white);
|
|
28721
|
+
border-radius: var(--borderRadius);
|
|
28722
|
+
box-shadow: var(--boxShadow);
|
|
28723
|
+
z-index: 1050;
|
|
28724
|
+
display: flex;
|
|
28725
|
+
flex-direction: column;
|
|
28726
|
+
align-self: flex-start;
|
|
28727
|
+
overflow-y: auto;
|
|
28728
|
+
}
|
|
28729
|
+
@media (max-width: 768px) {
|
|
28730
|
+
.antd-AlphabetIndexer {
|
|
28731
|
+
position: sticky;
|
|
28732
|
+
top: calc(var(--affix-offset-top) + var(--gap-base));
|
|
28733
|
+
right: 0.3125rem;
|
|
28734
|
+
align-self: flex-start;
|
|
28735
|
+
}
|
|
28736
|
+
}
|
|
28737
|
+
.antd-AlphabetIndexer-letter {
|
|
28738
|
+
font-size: var(--fontSizeSm);
|
|
28739
|
+
padding: 0.125rem 0.25rem;
|
|
28740
|
+
cursor: pointer;
|
|
28741
|
+
text-align: center;
|
|
28742
|
+
}
|
|
28743
|
+
@media (max-width: 768px) {
|
|
28744
|
+
.antd-AlphabetIndexer-letter {
|
|
28745
|
+
padding: 0.0625rem 0.125rem;
|
|
28746
|
+
}
|
|
28747
|
+
}
|
|
28748
|
+
.antd-AlphabetIndexer-letter:hover {
|
|
28749
|
+
color: var(--primary);
|
|
28750
|
+
}
|
|
28751
|
+
.antd-AlphabetIndexer-letter.is-active {
|
|
28752
|
+
color: var(--white);
|
|
28753
|
+
background: var(--primary);
|
|
28754
|
+
border-radius: var(--borderRadius-sm);
|
|
28755
|
+
}
|
|
28579
28756
|
.antd-Cards {
|
|
28580
28757
|
scroll-margin-top: var(--affix-offset-top);
|
|
28581
28758
|
}
|
|
@@ -28671,6 +28848,32 @@ input[type=button].antd-Button--block {
|
|
|
28671
28848
|
background: var(--Table-bg);
|
|
28672
28849
|
z-index: 900;
|
|
28673
28850
|
}
|
|
28851
|
+
@media (min-width: 0) {
|
|
28852
|
+
.antd-Cards--masonryXs1 {
|
|
28853
|
+
-moz-column-count: 12;
|
|
28854
|
+
column-count: 12;
|
|
28855
|
+
}
|
|
28856
|
+
.antd-Cards--masonryXs2 {
|
|
28857
|
+
-moz-column-count: 6;
|
|
28858
|
+
column-count: 6;
|
|
28859
|
+
}
|
|
28860
|
+
.antd-Cards--masonryXs3 {
|
|
28861
|
+
-moz-column-count: 4;
|
|
28862
|
+
column-count: 4;
|
|
28863
|
+
}
|
|
28864
|
+
.antd-Cards--masonryXs4 {
|
|
28865
|
+
-moz-column-count: 3;
|
|
28866
|
+
column-count: 3;
|
|
28867
|
+
}
|
|
28868
|
+
.antd-Cards--masonryXs6 {
|
|
28869
|
+
-moz-column-count: 2;
|
|
28870
|
+
column-count: 2;
|
|
28871
|
+
}
|
|
28872
|
+
.antd-Cards--masonryXs12 {
|
|
28873
|
+
-moz-column-count: 1;
|
|
28874
|
+
column-count: 1;
|
|
28875
|
+
}
|
|
28876
|
+
}
|
|
28674
28877
|
@media (min-width: 576px) {
|
|
28675
28878
|
.antd-Cards--masonrySm1 {
|
|
28676
28879
|
-moz-column-count: 12;
|
|
@@ -29178,12 +29381,13 @@ input[type=button].antd-Button--block {
|
|
|
29178
29381
|
position: relative;
|
|
29179
29382
|
}
|
|
29180
29383
|
.antd-Field--popOverAble .antd-Field-popOverWrap-ellipsis {
|
|
29181
|
-
width:
|
|
29182
|
-
white-space: nowrap;
|
|
29384
|
+
width: auto;
|
|
29183
29385
|
overflow: hidden;
|
|
29184
|
-
|
|
29185
|
-
|
|
29186
|
-
|
|
29386
|
+
display: -webkit-box;
|
|
29387
|
+
-webkit-box-orient: vertical;
|
|
29388
|
+
line-clamp: 1;
|
|
29389
|
+
-webkit-line-clamp: 1;
|
|
29390
|
+
word-break: break-all;
|
|
29187
29391
|
}
|
|
29188
29392
|
.antd-Field--popOverAble .antd-Field-popOverWrap-noWrap {
|
|
29189
29393
|
white-space: nowrap;
|
|
@@ -29526,6 +29730,9 @@ input[type=button].antd-Button--block {
|
|
|
29526
29730
|
border: var(--Pagination-onActive-border);
|
|
29527
29731
|
border-radius: var(--borderRadius);
|
|
29528
29732
|
}
|
|
29733
|
+
.antd-Pagination-simple {
|
|
29734
|
+
color: var(--Pagination-light-color);
|
|
29735
|
+
}
|
|
29529
29736
|
.antd-Pagination-simple > ul > li:hover, .antd-Pagination-simple > ul > li:focus {
|
|
29530
29737
|
outline: none;
|
|
29531
29738
|
}
|
|
@@ -29697,7 +29904,7 @@ input[type=button].antd-Button--block {
|
|
|
29697
29904
|
}
|
|
29698
29905
|
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-inputGroup,
|
|
29699
29906
|
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-simplego {
|
|
29700
|
-
height: var(--Pagination-height
|
|
29907
|
+
height: var(--Pagination-height);
|
|
29701
29908
|
}
|
|
29702
29909
|
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-inputGroup-input,
|
|
29703
29910
|
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-simplego-input {
|
|
@@ -29723,6 +29930,79 @@ input[type=button].antd-Button--block {
|
|
|
29723
29930
|
min-height: 1.5rem;
|
|
29724
29931
|
vertical-align: baseline;
|
|
29725
29932
|
}
|
|
29933
|
+
@media (max-width: 767px) {
|
|
29934
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item {
|
|
29935
|
+
display: flex;
|
|
29936
|
+
justify-content: center;
|
|
29937
|
+
gap: 1rem;
|
|
29938
|
+
}
|
|
29939
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item > li > a,
|
|
29940
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item > li > span {
|
|
29941
|
+
border: var(--borderWidth) solid var(--borderColor);
|
|
29942
|
+
padding: var(--Pagination-padding);
|
|
29943
|
+
min-width: var(--Pagination-minWidth);
|
|
29944
|
+
height: var(--Pagination-height);
|
|
29945
|
+
line-height: var(--Pagination-height);
|
|
29946
|
+
border-radius: var(--borderRadius);
|
|
29947
|
+
}
|
|
29948
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item > li.disabled > a,
|
|
29949
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item > li.disabled > span {
|
|
29950
|
+
opacity: 0.5;
|
|
29951
|
+
cursor: not-allowed;
|
|
29952
|
+
}
|
|
29953
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-inputGroup-input,
|
|
29954
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-simplego-input {
|
|
29955
|
+
border: none;
|
|
29956
|
+
padding: 0;
|
|
29957
|
+
margin-left: 0;
|
|
29958
|
+
}
|
|
29959
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-inputGroup-right,
|
|
29960
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-simplego-right {
|
|
29961
|
+
border: none;
|
|
29962
|
+
}
|
|
29963
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item {
|
|
29964
|
+
display: flex;
|
|
29965
|
+
justify-content: space-between;
|
|
29966
|
+
}
|
|
29967
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item > li > a,
|
|
29968
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item > li > span {
|
|
29969
|
+
border: var(--Pagination-border);
|
|
29970
|
+
border-radius: var(--borderRadius);
|
|
29971
|
+
}
|
|
29972
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item > li.disabled > a,
|
|
29973
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item > li.disabled > span {
|
|
29974
|
+
opacity: 0.5;
|
|
29975
|
+
cursor: not-allowed;
|
|
29976
|
+
}
|
|
29977
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item .antd-Pagination-inputGroup-input,
|
|
29978
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item .antd-Pagination-simplego-input {
|
|
29979
|
+
border: none;
|
|
29980
|
+
}
|
|
29981
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item .antd-Pagination-inputGroup-right,
|
|
29982
|
+
.antd-Pagination-wrap-size--md .antd-Pagination-item .antd-Pagination-simplego-right {
|
|
29983
|
+
border: none;
|
|
29984
|
+
}
|
|
29985
|
+
.antd-Pagination-simplego {
|
|
29986
|
+
display: inline-flex;
|
|
29987
|
+
flex-wrap: nowrap;
|
|
29988
|
+
align-items: center;
|
|
29989
|
+
height: var(--Pagination-height);
|
|
29990
|
+
}
|
|
29991
|
+
.antd-Pagination input {
|
|
29992
|
+
display: inline-block;
|
|
29993
|
+
min-width: var(--Pagination-minWidth);
|
|
29994
|
+
width: 2rem;
|
|
29995
|
+
height: var(--Pagination-height);
|
|
29996
|
+
line-height: var(--Pagination-height);
|
|
29997
|
+
font-size: var(--fontSizeSm);
|
|
29998
|
+
margin-right: 0;
|
|
29999
|
+
padding: 0;
|
|
30000
|
+
}
|
|
30001
|
+
.antd-Pagination input:focus, .antd-Pagination input:hover {
|
|
30002
|
+
outline: none;
|
|
30003
|
+
border-color: var(--primary);
|
|
30004
|
+
}
|
|
30005
|
+
}
|
|
29726
30006
|
.antd-Wrapper,
|
|
29727
30007
|
.antd-Container {
|
|
29728
30008
|
/* 添加默认的min-width和min-height可避免容器子元素异常溢出 */
|
|
@@ -30351,6 +30631,19 @@ input[type=button].antd-Button--block {
|
|
|
30351
30631
|
.antd-ImageGallery-toolbar-action:hover .antd-ImageGallery-toolbar-action-icon svg {
|
|
30352
30632
|
fill: var(--primary);
|
|
30353
30633
|
}
|
|
30634
|
+
.sm-ss-sss-m .antd-Image,
|
|
30635
|
+
.sss-ss-ms-m .antd-Image,
|
|
30636
|
+
.sms-ss-sms-m .antd-Image,
|
|
30637
|
+
.sm-ss-sss-ss .antd-Image,
|
|
30638
|
+
.ms-ss-sss-ss .antd-Image,
|
|
30639
|
+
.sss-ss-sm-ss .antd-Image,
|
|
30640
|
+
.mss-ss-ssm-ss .antd-Image,
|
|
30641
|
+
.sss-ss-mm-ss .antd-Image,
|
|
30642
|
+
[class^=even-] .antd-Image {
|
|
30643
|
+
border: none;
|
|
30644
|
+
margin: 0;
|
|
30645
|
+
padding: 0;
|
|
30646
|
+
}
|
|
30354
30647
|
.antd-Images {
|
|
30355
30648
|
display: flex;
|
|
30356
30649
|
flex-wrap: wrap;
|
|
@@ -30514,6 +30807,313 @@ input[type=button].antd-Button--block {
|
|
|
30514
30807
|
.antd-Image-origin:hover .antd-Image-overlay, .antd-Image-thumbWrap:hover .antd-Image-overlay {
|
|
30515
30808
|
display: flex;
|
|
30516
30809
|
}
|
|
30810
|
+
.antd-Image .antd-Img-container {
|
|
30811
|
+
position: relative;
|
|
30812
|
+
}
|
|
30813
|
+
.antd-Image .antd-Img-container img {
|
|
30814
|
+
transition: all ease-in-out 0.3s;
|
|
30815
|
+
}
|
|
30816
|
+
.antd-Image .antd-Img-container .mask {
|
|
30817
|
+
width: 100%;
|
|
30818
|
+
height: 100%;
|
|
30819
|
+
position: absolute;
|
|
30820
|
+
top: 0;
|
|
30821
|
+
left: 0;
|
|
30822
|
+
cursor: pointer;
|
|
30823
|
+
display: flex;
|
|
30824
|
+
justify-content: center;
|
|
30825
|
+
align-items: center;
|
|
30826
|
+
opacity: 0;
|
|
30827
|
+
font-weight: bold;
|
|
30828
|
+
font-size: 0.9375rem;
|
|
30829
|
+
background-color: rgb(44, 63, 82);
|
|
30830
|
+
color: #fff;
|
|
30831
|
+
transition: all ease-in-out 0.3s;
|
|
30832
|
+
}
|
|
30833
|
+
.antd-Image .hover-slide:hover .mask {
|
|
30834
|
+
opacity: 1;
|
|
30835
|
+
transform: translate(5%, 5%);
|
|
30836
|
+
z-index: 1;
|
|
30837
|
+
}
|
|
30838
|
+
.antd-Image .pull-top .mask {
|
|
30839
|
+
opacity: 1;
|
|
30840
|
+
}
|
|
30841
|
+
.antd-Image .pull-top img {
|
|
30842
|
+
position: absolute;
|
|
30843
|
+
}
|
|
30844
|
+
.antd-Image .pull-top:hover img {
|
|
30845
|
+
transform: translateY(-70%);
|
|
30846
|
+
}
|
|
30847
|
+
.antd-Image .scale-center .mask {
|
|
30848
|
+
scale: 0.5;
|
|
30849
|
+
}
|
|
30850
|
+
.antd-Image .scale-center .mask span {
|
|
30851
|
+
position: absolute;
|
|
30852
|
+
top: 5%;
|
|
30853
|
+
left: 5%;
|
|
30854
|
+
}
|
|
30855
|
+
.antd-Image .scale-center:hover .mask {
|
|
30856
|
+
transform: scale(2);
|
|
30857
|
+
opacity: 1;
|
|
30858
|
+
}
|
|
30859
|
+
.antd-Image .scale-center:hover img {
|
|
30860
|
+
transform: scale(0.5);
|
|
30861
|
+
}
|
|
30862
|
+
.antd-Image .scale-top img {
|
|
30863
|
+
position: absolute;
|
|
30864
|
+
}
|
|
30865
|
+
.antd-Image .scale-top .mask {
|
|
30866
|
+
opacity: 1;
|
|
30867
|
+
}
|
|
30868
|
+
.antd-Image .scale-top .mask span {
|
|
30869
|
+
position: absolute;
|
|
30870
|
+
bottom: 5%;
|
|
30871
|
+
left: 5%;
|
|
30872
|
+
}
|
|
30873
|
+
.antd-Image .scale-top:hover img {
|
|
30874
|
+
transform: translateY(-50%) scale(0.5);
|
|
30875
|
+
}
|
|
30876
|
+
.antd-Image .text-style-1 {
|
|
30877
|
+
overflow: hidden;
|
|
30878
|
+
}
|
|
30879
|
+
.antd-Image .text-style-1 .mask {
|
|
30880
|
+
z-index: 1;
|
|
30881
|
+
opacity: 1;
|
|
30882
|
+
background: rgba(48, 133, 163, 0.4);
|
|
30883
|
+
}
|
|
30884
|
+
.antd-Image .text-style-1 .mask span {
|
|
30885
|
+
position: absolute;
|
|
30886
|
+
left: 5%;
|
|
30887
|
+
bottom: 5%;
|
|
30888
|
+
transition: all ease-in-out 0.3s;
|
|
30889
|
+
}
|
|
30890
|
+
.antd-Image .text-style-1 img {
|
|
30891
|
+
scale: 1.2;
|
|
30892
|
+
transform: translateX(-5%);
|
|
30893
|
+
}
|
|
30894
|
+
.antd-Image .text-style-1:hover .mask {
|
|
30895
|
+
background: rgba(48, 133, 163, 0);
|
|
30896
|
+
}
|
|
30897
|
+
.antd-Image .text-style-1:hover .mask span {
|
|
30898
|
+
transform: translateY(-200%);
|
|
30899
|
+
}
|
|
30900
|
+
.antd-Image .text-style-1:hover img {
|
|
30901
|
+
transform: translateX(5%);
|
|
30902
|
+
}
|
|
30903
|
+
.antd-Image .text-style-2 .mask {
|
|
30904
|
+
opacity: 1;
|
|
30905
|
+
background: transparent;
|
|
30906
|
+
}
|
|
30907
|
+
.antd-Image .text-style-2 .mask span {
|
|
30908
|
+
z-index: 1;
|
|
30909
|
+
transition: all ease-in-out 0.3s;
|
|
30910
|
+
}
|
|
30911
|
+
.antd-Image .text-style-2 .mask::before {
|
|
30912
|
+
content: "";
|
|
30913
|
+
position: absolute;
|
|
30914
|
+
bottom: 0;
|
|
30915
|
+
left: 0;
|
|
30916
|
+
width: 100%;
|
|
30917
|
+
height: 0%;
|
|
30918
|
+
background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(72, 76, 97, 0.8) 75%);
|
|
30919
|
+
transition: all ease-in-out 0.3s;
|
|
30920
|
+
}
|
|
30921
|
+
.antd-Image .text-style-2:hover .mask::before {
|
|
30922
|
+
height: 100%;
|
|
30923
|
+
}
|
|
30924
|
+
.antd-Image .text-style-2:hover .mask span {
|
|
30925
|
+
transform: translateY(-200%);
|
|
30926
|
+
}
|
|
30927
|
+
.antd-Image .text-style-3 {
|
|
30928
|
+
overflow: hidden;
|
|
30929
|
+
}
|
|
30930
|
+
.antd-Image .text-style-3 .mask {
|
|
30931
|
+
z-index: 1;
|
|
30932
|
+
opacity: 1;
|
|
30933
|
+
background: transparent;
|
|
30934
|
+
}
|
|
30935
|
+
.antd-Image .text-style-3 .mask span {
|
|
30936
|
+
position: absolute;
|
|
30937
|
+
top: 10%;
|
|
30938
|
+
transition: all 0.3s ease-in-out;
|
|
30939
|
+
}
|
|
30940
|
+
.antd-Image .text-style-3 img {
|
|
30941
|
+
scale: 1.2;
|
|
30942
|
+
transition: all 0.3s ease-in-out;
|
|
30943
|
+
}
|
|
30944
|
+
.antd-Image .text-style-3 .mask::before,
|
|
30945
|
+
.antd-Image .text-style-3 .mask::after {
|
|
30946
|
+
content: "";
|
|
30947
|
+
position: absolute;
|
|
30948
|
+
top: 10%;
|
|
30949
|
+
bottom: 10%;
|
|
30950
|
+
left: 15%;
|
|
30951
|
+
right: 15%;
|
|
30952
|
+
transition: all 0.3s ease-in-out;
|
|
30953
|
+
color: rgba(255, 255, 255, 0.7);
|
|
30954
|
+
opacity: 0;
|
|
30955
|
+
}
|
|
30956
|
+
.antd-Image .text-style-3 .mask::before {
|
|
30957
|
+
border-top: 1px solid #ffffff;
|
|
30958
|
+
border-bottom: 1px solid #ffffff;
|
|
30959
|
+
transform: scaleX(0); /* 初始状态:水平方向缩放为0 */
|
|
30960
|
+
transform-origin: left; /* 设置变换的原点为左侧 */
|
|
30961
|
+
}
|
|
30962
|
+
.antd-Image .text-style-3 .mask::after {
|
|
30963
|
+
border-left: 1px solid #ffffff;
|
|
30964
|
+
border-right: 1px solid #ffffff;
|
|
30965
|
+
transform: scaleY(0); /* 初始状态:垂直方向缩放为0 */
|
|
30966
|
+
transform-origin: top; /* 设置变换的原点为顶部 */
|
|
30967
|
+
}
|
|
30968
|
+
.antd-Image .text-style-3:hover .mask::before {
|
|
30969
|
+
opacity: 1;
|
|
30970
|
+
transform: scaleX(1.2) translateX(-10%); /* 鼠标悬停时:水平方向缩放为1 */
|
|
30971
|
+
}
|
|
30972
|
+
.antd-Image .text-style-3:hover .mask::after {
|
|
30973
|
+
opacity: 1;
|
|
30974
|
+
transform: scaleY(1.2) translateY(-10%); /* 鼠标悬停时:垂直方向缩放为1 */
|
|
30975
|
+
}
|
|
30976
|
+
.antd-Image .text-style-3:hover .mask {
|
|
30977
|
+
background: rgba(48, 133, 163, 0.4);
|
|
30978
|
+
}
|
|
30979
|
+
.antd-Image .text-style-3:hover .mask span {
|
|
30980
|
+
top: 20%;
|
|
30981
|
+
}
|
|
30982
|
+
.antd-Image .text-style-3:hover img {
|
|
30983
|
+
transform: translateY(10%);
|
|
30984
|
+
}
|
|
30985
|
+
.antd-Image .text-style-4 .mask {
|
|
30986
|
+
background: #fff;
|
|
30987
|
+
opacity: 1;
|
|
30988
|
+
left: 0;
|
|
30989
|
+
bottom: 0;
|
|
30990
|
+
top: auto;
|
|
30991
|
+
height: 0 !important;
|
|
30992
|
+
transform-origin: bottom;
|
|
30993
|
+
color: #0b0a22;
|
|
30994
|
+
z-index: 1;
|
|
30995
|
+
}
|
|
30996
|
+
.antd-Image .text-style-4 .mask span {
|
|
30997
|
+
display: none;
|
|
30998
|
+
}
|
|
30999
|
+
.antd-Image .text-style-4:hover .mask {
|
|
31000
|
+
height: 40% !important;
|
|
31001
|
+
}
|
|
31002
|
+
.antd-Image .text-style-4:hover .mask span {
|
|
31003
|
+
display: block;
|
|
31004
|
+
}
|
|
31005
|
+
.antd-Image .text-style-5 .mask {
|
|
31006
|
+
opacity: 1;
|
|
31007
|
+
background: rgba(48, 133, 163, 0);
|
|
31008
|
+
z-index: 1;
|
|
31009
|
+
}
|
|
31010
|
+
.antd-Image .text-style-5 .mask span {
|
|
31011
|
+
position: relative;
|
|
31012
|
+
bottom: -10%;
|
|
31013
|
+
transition: all 0.3s ease-in-out;
|
|
31014
|
+
}
|
|
31015
|
+
.antd-Image .text-style-5 .mask::before {
|
|
31016
|
+
content: "";
|
|
31017
|
+
border: 1px solid #ffffff;
|
|
31018
|
+
position: absolute;
|
|
31019
|
+
top: 0;
|
|
31020
|
+
bottom: 0;
|
|
31021
|
+
left: 0;
|
|
31022
|
+
right: 0;
|
|
31023
|
+
margin: auto;
|
|
31024
|
+
width: 0;
|
|
31025
|
+
height: 0;
|
|
31026
|
+
transition: all 0.3s ease-in-out;
|
|
31027
|
+
opacity: 0;
|
|
31028
|
+
}
|
|
31029
|
+
.antd-Image .text-style-5:hover .mask::before {
|
|
31030
|
+
width: 90%;
|
|
31031
|
+
height: 90%;
|
|
31032
|
+
opacity: 1;
|
|
31033
|
+
}
|
|
31034
|
+
.antd-Image .text-style-5:hover .mask {
|
|
31035
|
+
background: rgba(48, 133, 163, 0.4);
|
|
31036
|
+
}
|
|
31037
|
+
.antd-Image .text-style-5:hover .mask span {
|
|
31038
|
+
bottom: 10%;
|
|
31039
|
+
}
|
|
31040
|
+
.antd-Image .text-style-6 .mask {
|
|
31041
|
+
opacity: 1;
|
|
31042
|
+
z-index: 1;
|
|
31043
|
+
background: rgba(48, 133, 163, 0.4);
|
|
31044
|
+
}
|
|
31045
|
+
.antd-Image .text-style-6 .mask span {
|
|
31046
|
+
position: absolute;
|
|
31047
|
+
transition: all 0.3s ease-in-out;
|
|
31048
|
+
bottom: 40%;
|
|
31049
|
+
}
|
|
31050
|
+
.antd-Image .text-style-6 .mask::before,
|
|
31051
|
+
.antd-Image .text-style-6 .mask::after {
|
|
31052
|
+
content: "";
|
|
31053
|
+
position: absolute;
|
|
31054
|
+
top: 5%;
|
|
31055
|
+
bottom: 5%;
|
|
31056
|
+
left: 7%;
|
|
31057
|
+
right: 7%;
|
|
31058
|
+
transition: all 0.3s ease-in-out;
|
|
31059
|
+
color: rgba(255, 255, 255, 0.7);
|
|
31060
|
+
opacity: 0;
|
|
31061
|
+
}
|
|
31062
|
+
.antd-Image .text-style-6 .mask::before {
|
|
31063
|
+
border-top: 1px solid #ffffff;
|
|
31064
|
+
border-bottom: 1px solid #ffffff;
|
|
31065
|
+
transform: scaleX(0); /* 初始状态:水平方向缩放为0 */
|
|
31066
|
+
}
|
|
31067
|
+
.antd-Image .text-style-6 .mask::after {
|
|
31068
|
+
border-left: 1px solid #ffffff;
|
|
31069
|
+
border-right: 1px solid #ffffff;
|
|
31070
|
+
transform: scaleY(0); /* 初始状态:垂直方向缩放为0 */
|
|
31071
|
+
}
|
|
31072
|
+
.antd-Image .text-style-6:hover .mask::before {
|
|
31073
|
+
opacity: 1;
|
|
31074
|
+
transform: scaleX(1); /* 鼠标悬停时:水平方向缩放为1 */
|
|
31075
|
+
}
|
|
31076
|
+
.antd-Image .text-style-6:hover .mask::after {
|
|
31077
|
+
opacity: 1;
|
|
31078
|
+
transform: scaleY(1); /* 鼠标悬停时:垂直方向缩放为1 */
|
|
31079
|
+
}
|
|
31080
|
+
.antd-Image .text-style-6:hover .mask {
|
|
31081
|
+
background: rgba(48, 133, 163, 0);
|
|
31082
|
+
}
|
|
31083
|
+
.antd-Image .text-style-6:hover .mask span {
|
|
31084
|
+
bottom: 5%;
|
|
31085
|
+
}
|
|
31086
|
+
.antd-Image .text-style-7 .mask {
|
|
31087
|
+
opacity: 1;
|
|
31088
|
+
z-index: 1;
|
|
31089
|
+
background: rgba(48, 133, 163, 0);
|
|
31090
|
+
}
|
|
31091
|
+
.antd-Image .text-style-7 .mask span {
|
|
31092
|
+
position: absolute;
|
|
31093
|
+
top: 10%;
|
|
31094
|
+
transition: all 0.3s ease-in-out;
|
|
31095
|
+
}
|
|
31096
|
+
.antd-Image .text-style-7 .mask::before,
|
|
31097
|
+
.antd-Image .text-style-7 .mask::after {
|
|
31098
|
+
content: "";
|
|
31099
|
+
width: 80%;
|
|
31100
|
+
height: 1px;
|
|
31101
|
+
background: #ffffff;
|
|
31102
|
+
position: absolute;
|
|
31103
|
+
transition: all 0.3s ease-in-out;
|
|
31104
|
+
}
|
|
31105
|
+
.antd-Image .text-style-7:hover .mask {
|
|
31106
|
+
background: rgba(48, 133, 163, 0.4);
|
|
31107
|
+
}
|
|
31108
|
+
.antd-Image .text-style-7:hover .mask span {
|
|
31109
|
+
top: 20%;
|
|
31110
|
+
}
|
|
31111
|
+
.antd-Image .text-style-7:hover .mask::before {
|
|
31112
|
+
transform: rotateZ(45deg);
|
|
31113
|
+
}
|
|
31114
|
+
.antd-Image .text-style-7:hover .mask::after {
|
|
31115
|
+
transform: rotateZ(-45deg);
|
|
31116
|
+
}
|
|
30517
31117
|
.antd-ImageField--thumb {
|
|
30518
31118
|
display: inline-block;
|
|
30519
31119
|
position: relative;
|
|
@@ -30535,6 +31135,70 @@ input[type=button].antd-Button--block {
|
|
|
30535
31135
|
.antd-ImagesField::after {
|
|
30536
31136
|
clear: both;
|
|
30537
31137
|
}
|
|
31138
|
+
.antd-ImagesField--full {
|
|
31139
|
+
position: relative;
|
|
31140
|
+
}
|
|
31141
|
+
.antd-ImagesField--full .antd-Images {
|
|
31142
|
+
position: relative;
|
|
31143
|
+
overflow: hidden;
|
|
31144
|
+
width: 100%;
|
|
31145
|
+
height: 100%;
|
|
31146
|
+
cursor: grab;
|
|
31147
|
+
}
|
|
31148
|
+
.antd-ImagesField--full .antd-Images-container {
|
|
31149
|
+
position: relative;
|
|
31150
|
+
width: 100%;
|
|
31151
|
+
height: 100%;
|
|
31152
|
+
min-height: 300px;
|
|
31153
|
+
}
|
|
31154
|
+
.antd-ImagesField--full .antd-Images-item {
|
|
31155
|
+
margin: 0;
|
|
31156
|
+
display: flex;
|
|
31157
|
+
align-items: center;
|
|
31158
|
+
justify-content: center;
|
|
31159
|
+
background: #fff;
|
|
31160
|
+
will-change: transform, opacity;
|
|
31161
|
+
backface-visibility: hidden;
|
|
31162
|
+
}
|
|
31163
|
+
.antd-ImagesField--full .antd-Images-itemInner {
|
|
31164
|
+
position: relative;
|
|
31165
|
+
max-width: 100%;
|
|
31166
|
+
max-height: 100vh;
|
|
31167
|
+
width: 100%;
|
|
31168
|
+
height: 100%;
|
|
31169
|
+
display: flex;
|
|
31170
|
+
align-items: center;
|
|
31171
|
+
justify-content: center;
|
|
31172
|
+
}
|
|
31173
|
+
.antd-ImagesField--full .antd-Images .antd-Image-image {
|
|
31174
|
+
display: block;
|
|
31175
|
+
max-width: 100%;
|
|
31176
|
+
height: auto;
|
|
31177
|
+
}
|
|
31178
|
+
.antd-ImagesField--full .antd-Images .antd-Image-image--contain {
|
|
31179
|
+
-o-object-fit: contain;
|
|
31180
|
+
object-fit: contain;
|
|
31181
|
+
width: 100%;
|
|
31182
|
+
height: 100%;
|
|
31183
|
+
}
|
|
31184
|
+
.antd-ImagesField--full .antd-Images .antd-Image-image--cover {
|
|
31185
|
+
-o-object-fit: cover;
|
|
31186
|
+
object-fit: cover;
|
|
31187
|
+
width: 100%;
|
|
31188
|
+
height: 100%;
|
|
31189
|
+
}
|
|
31190
|
+
.antd-ImagesField--full .antd-Images-itemIndex {
|
|
31191
|
+
position: absolute;
|
|
31192
|
+
right: 16px;
|
|
31193
|
+
bottom: 16px;
|
|
31194
|
+
background: rgba(0, 0, 0, 0.5);
|
|
31195
|
+
color: white;
|
|
31196
|
+
padding: 4px 8px;
|
|
31197
|
+
border-radius: 12px;
|
|
31198
|
+
font-size: 12px;
|
|
31199
|
+
z-index: 10;
|
|
31200
|
+
pointer-events: none;
|
|
31201
|
+
}
|
|
30538
31202
|
.Image-view-icon {
|
|
30539
31203
|
content: var(--image-image-normal-icon);
|
|
30540
31204
|
}
|
|
@@ -32104,15 +32768,36 @@ input[type=button].antd-Button--block {
|
|
|
32104
32768
|
.antd-Steps .antd-StepsItem.is-clickable .antd-StepsItem-containerProgressDot, .antd-Steps .antd-StepsItem.is-clickable .antd-StepsItem-containerIcon, .antd-Steps .antd-StepsItem.is-clickable .antd-StepsItem-containerWrapper {
|
|
32105
32769
|
cursor: pointer;
|
|
32106
32770
|
}
|
|
32771
|
+
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem {
|
|
32772
|
+
overflow: visible;
|
|
32773
|
+
}
|
|
32774
|
+
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerTail:after {
|
|
32775
|
+
display: none;
|
|
32776
|
+
}
|
|
32777
|
+
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper {
|
|
32778
|
+
transform: translateX(-0.3125rem);
|
|
32779
|
+
}
|
|
32780
|
+
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title {
|
|
32781
|
+
flex-direction: column;
|
|
32782
|
+
justify-content: center;
|
|
32783
|
+
align-items: center;
|
|
32784
|
+
}
|
|
32107
32785
|
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title::after {
|
|
32108
32786
|
display: none !important;
|
|
32109
32787
|
}
|
|
32788
|
+
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title span {
|
|
32789
|
+
left: 0;
|
|
32790
|
+
}
|
|
32791
|
+
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-description {
|
|
32792
|
+
min-width: 8.75rem;
|
|
32793
|
+
}
|
|
32110
32794
|
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title .antd-StepsItem-subTitle {
|
|
32111
32795
|
padding-left: 0.3125rem;
|
|
32112
32796
|
}
|
|
32113
32797
|
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon {
|
|
32114
32798
|
position: relative;
|
|
32115
32799
|
display: block;
|
|
32800
|
+
margin-left: 2.5rem;
|
|
32116
32801
|
}
|
|
32117
32802
|
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon:after {
|
|
32118
32803
|
content: "";
|
|
@@ -32120,8 +32805,8 @@ input[type=button].antd-Button--block {
|
|
|
32120
32805
|
right: 0;
|
|
32121
32806
|
top: 0.9375rem;
|
|
32122
32807
|
height: 1px;
|
|
32123
|
-
left: 2.
|
|
32124
|
-
width:
|
|
32808
|
+
left: 2.1875rem;
|
|
32809
|
+
width: 5rem;
|
|
32125
32810
|
background-color: var(--Steps-line-bg);
|
|
32126
32811
|
}
|
|
32127
32812
|
.antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon.is-success:after {
|
|
@@ -32290,6 +32975,70 @@ input[type=button].antd-Button--block {
|
|
|
32290
32975
|
position: absolute;
|
|
32291
32976
|
overflow: visible;
|
|
32292
32977
|
}
|
|
32978
|
+
.antd-Slider {
|
|
32979
|
+
display: flex;
|
|
32980
|
+
}
|
|
32981
|
+
.antd-Slider-BodyContainer {
|
|
32982
|
+
width: 60%;
|
|
32983
|
+
}
|
|
32984
|
+
.antd-Slider-LeftContainer, .antd-Slider-RightContainer {
|
|
32985
|
+
flex: 1;
|
|
32986
|
+
}
|
|
32987
|
+
@media (max-width: 767px) {
|
|
32988
|
+
.antd-Slider {
|
|
32989
|
+
display: flex;
|
|
32990
|
+
overflow: hidden;
|
|
32991
|
+
}
|
|
32992
|
+
.antd-Slider-BodyContainer {
|
|
32993
|
+
flex: 1;
|
|
32994
|
+
}
|
|
32995
|
+
.antd-Slider-LeftContainer, .antd-Slider-RightContainer {
|
|
32996
|
+
flex: initial;
|
|
32997
|
+
width: 0;
|
|
32998
|
+
transition: width 0.3s;
|
|
32999
|
+
overflow: hidden;
|
|
33000
|
+
}
|
|
33001
|
+
}
|
|
33002
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-Container {
|
|
33003
|
+
display: flex;
|
|
33004
|
+
max-width: 100%;
|
|
33005
|
+
}
|
|
33006
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-Container-main {
|
|
33007
|
+
flex: 1 1 auto;
|
|
33008
|
+
scrollbar-width: none;
|
|
33009
|
+
max-width: calc(100% - 64px);
|
|
33010
|
+
position: relative;
|
|
33011
|
+
}
|
|
33012
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-arrow {
|
|
33013
|
+
flex: 0 0 16px;
|
|
33014
|
+
height: 100%;
|
|
33015
|
+
cursor: pointer;
|
|
33016
|
+
box-sizing: content-box;
|
|
33017
|
+
}
|
|
33018
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-arrow .icon {
|
|
33019
|
+
top: 0;
|
|
33020
|
+
width: var(--Remark-icon-fontSize);
|
|
33021
|
+
height: var(--Remark-icon-fontSize);
|
|
33022
|
+
}
|
|
33023
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-arrow:hover {
|
|
33024
|
+
color: var(--icon-onHover-color);
|
|
33025
|
+
}
|
|
33026
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-arrow--left {
|
|
33027
|
+
margin-right: 16px;
|
|
33028
|
+
}
|
|
33029
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-arrow--left .icon {
|
|
33030
|
+
transform: rotate(180deg);
|
|
33031
|
+
}
|
|
33032
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-arrow--right {
|
|
33033
|
+
margin-left: 16px;
|
|
33034
|
+
}
|
|
33035
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-arrow--disabled .iconfont {
|
|
33036
|
+
cursor: not-allowed;
|
|
33037
|
+
color: var(--Number-handler-onDisabled-color);
|
|
33038
|
+
}
|
|
33039
|
+
.antd-HorizontalScroll-wrapper .antd-HorizontalScroll-arrow--disabled:hover {
|
|
33040
|
+
color: var(--Number-handler-onDisabled-color);
|
|
33041
|
+
}
|
|
32293
33042
|
fieldset.antd-Collapse--lg, fieldset.antd-Collapse--md, fieldset.antd-Collapse--base, fieldset.antd-Collapse--sm, fieldset.antd-Collapse--xs {
|
|
32294
33043
|
position: relative;
|
|
32295
33044
|
}
|
|
@@ -43258,58 +44007,67 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
43258
44007
|
flex: 1;
|
|
43259
44008
|
flex-direction: row;
|
|
43260
44009
|
}
|
|
43261
|
-
.antd-Timeline-vertical .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
43262
|
-
display: none;
|
|
43263
|
-
}
|
|
43264
44010
|
.antd-Timeline-vertical .antd-TimelineItem-axle {
|
|
43265
|
-
position: relative;
|
|
43266
44011
|
flex: var(--TimelineItem--axle-flex);
|
|
44012
|
+
position: relative;
|
|
44013
|
+
}
|
|
44014
|
+
.antd-Timeline-vertical .antd-TimelineItem-axle.antd-TimelineItem-point-align--center .antd-TimelineItem-round-wrapper {
|
|
44015
|
+
transform: translate(-50%, -50%);
|
|
44016
|
+
top: 50%;
|
|
44017
|
+
}
|
|
44018
|
+
.antd-Timeline-vertical .antd-TimelineItem-axle.antd-TimelineItem-point-align--center .antd-TimelineItem-icon {
|
|
44019
|
+
transform: translate(-50%, -50%);
|
|
44020
|
+
top: 50%;
|
|
44021
|
+
}
|
|
44022
|
+
.antd-Timeline-vertical .antd-TimelineItem-axle.antd-TimelineItem-point-align--bottom .antd-TimelineItem-icon {
|
|
44023
|
+
transform: translate(-50%, -50%);
|
|
44024
|
+
top: calc(100% - var(--sizes-base-18));
|
|
44025
|
+
}
|
|
44026
|
+
.antd-Timeline-vertical .antd-TimelineItem-axle.antd-TimelineItem-point-align--bottom .antd-TimelineItem-round-wrapper {
|
|
44027
|
+
transform: translate(-50%, -50%);
|
|
44028
|
+
top: calc(100% - var(--sizes-base-18));
|
|
43267
44029
|
}
|
|
43268
44030
|
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
43269
|
-
position: absolute;
|
|
43270
|
-
height: calc(100% - var(--TimelineItem--left-line-top));
|
|
43271
44031
|
width: var(--TimelineItem--left-line-width);
|
|
43272
|
-
left: var(--TimelineItem--left-line-left);
|
|
43273
|
-
top: var(--TimelineItem--left-line-top);
|
|
43274
44032
|
background-color: var(--TimelineItem--line-bg);
|
|
44033
|
+
height: 100%;
|
|
44034
|
+
position: absolute;
|
|
44035
|
+
left: calc(50% - 1px);
|
|
44036
|
+
transform: translateX(0.5px);
|
|
43275
44037
|
}
|
|
43276
44038
|
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line-icon {
|
|
43277
44039
|
left: var(--TimelineItem--icon-left-line-left);
|
|
43278
44040
|
}
|
|
43279
|
-
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
|
|
43280
|
-
position: absolute;
|
|
43281
|
-
width: var(--TimelineItem--round-width);
|
|
43282
|
-
height: var(--TimelineItem--round-height);
|
|
43283
|
-
left: var(--TimelineItem--round-left);
|
|
43284
|
-
top: var(--TimelineItem--round-top);
|
|
43285
|
-
background: var(--TimelineItem-round-bg);
|
|
43286
|
-
border-radius: var(--TimelineItem--round-radius);
|
|
43287
|
-
}
|
|
43288
|
-
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
|
|
43289
|
-
background: var(--Timeline--danger-bg);
|
|
43290
|
-
}
|
|
43291
|
-
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--info {
|
|
43292
|
-
background: var(--Timeline--info-bg);
|
|
43293
|
-
}
|
|
43294
|
-
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--success {
|
|
43295
|
-
background: var(--Timeline--success-bg);
|
|
43296
|
-
}
|
|
43297
|
-
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
|
|
43298
|
-
background: var(--Timeline--warning-bg);
|
|
43299
|
-
}
|
|
43300
44041
|
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
|
43301
44042
|
position: absolute;
|
|
43302
44043
|
width: var(--TimelineItem--icon-width);
|
|
43303
44044
|
height: var(--TimelineItem--icon-height);
|
|
43304
44045
|
left: var(--TimelineItem--icon-left);
|
|
43305
44046
|
border-radius: var(--TimelineItem--icon-radius);
|
|
44047
|
+
transform: translateX(-50%);
|
|
44048
|
+
display: flex;
|
|
44049
|
+
align-items: center;
|
|
44050
|
+
justify-content: center;
|
|
44051
|
+
}
|
|
44052
|
+
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round-wrapper {
|
|
44053
|
+
position: absolute;
|
|
44054
|
+
height: var(--sizes-base-18);
|
|
44055
|
+
display: flex;
|
|
44056
|
+
justify-content: center;
|
|
44057
|
+
align-items: center;
|
|
44058
|
+
left: 50%;
|
|
44059
|
+
transform: translateX(-50%);
|
|
44060
|
+
}
|
|
44061
|
+
.antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
|
44062
|
+
height: var(--sizes-base-18);
|
|
43306
44063
|
}
|
|
43307
44064
|
.antd-Timeline-vertical .antd-TimelineItem-content {
|
|
43308
44065
|
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
|
43309
44066
|
margin-left: var(--TimelineItem--content-margin-left);
|
|
44067
|
+
margin-right: var(--TimelineItem--content-margin-left);
|
|
43310
44068
|
}
|
|
43311
44069
|
.antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-time {
|
|
43312
|
-
color: var(--TimelineItem--text-
|
|
44070
|
+
color: var(--TimelineItem--text-primary-color);
|
|
43313
44071
|
font-size: var(--Timeline-time-fontSize);
|
|
43314
44072
|
font-weight: var(--Timeline-time-fontWeight);
|
|
43315
44073
|
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
|
@@ -43388,56 +44146,56 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
43388
44146
|
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
|
43389
44147
|
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
|
43390
44148
|
}
|
|
44149
|
+
.antd-Timeline-vertical .antd-TimelineItem:first-child .antd-TimelineItem-size-sm .antd-TimelineItem-line {
|
|
44150
|
+
top: 20px;
|
|
44151
|
+
}
|
|
44152
|
+
.antd-Timeline-vertical .antd-TimelineItem:first-child .antd-TimelineItem-size-md .antd-TimelineItem-line {
|
|
44153
|
+
top: 20px;
|
|
44154
|
+
}
|
|
44155
|
+
.antd-Timeline-vertical .antd-TimelineItem:first-child .antd-TimelineItem-size-lg .antd-TimelineItem-line {
|
|
44156
|
+
top: 20px;
|
|
44157
|
+
}
|
|
44158
|
+
.antd-Timeline-vertical .antd-TimelineItem:first-child .antd-TimelineItem-size-xl .antd-TimelineItem-line {
|
|
44159
|
+
top: 20px;
|
|
44160
|
+
}
|
|
43391
44161
|
.antd-Timeline-horizontal {
|
|
43392
44162
|
display: flex;
|
|
43393
|
-
flex-flow:
|
|
44163
|
+
flex-flow: column;
|
|
43394
44164
|
}
|
|
43395
44165
|
.antd-Timeline-horizontal .antd-TimelineItem {
|
|
43396
44166
|
display: flex;
|
|
43397
44167
|
width: -webkit-fill-available;
|
|
43398
44168
|
flex-flow: column;
|
|
43399
44169
|
}
|
|
43400
|
-
.antd-Timeline-horizontal .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
43401
|
-
display: none;
|
|
43402
|
-
}
|
|
43403
44170
|
.antd-Timeline-horizontal .antd-TimelineItem-axle {
|
|
43404
44171
|
position: relative;
|
|
43405
|
-
flex: var(--TimelineItem--axle-flex);
|
|
43406
|
-
}
|
|
43407
|
-
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
43408
|
-
position: absolute;
|
|
43409
|
-
height: var(--TimelineItem--left-line-width);
|
|
43410
|
-
width: calc(100% - var(--TimelineItem--left-line-left));
|
|
43411
|
-
left: var(--TimelineItem--horizontal-left-line-top);
|
|
43412
|
-
top: var(--TimelineItem--left-line-left);
|
|
43413
|
-
background-color: var(--TimelineItem--line-bg);
|
|
43414
44172
|
}
|
|
43415
|
-
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round
|
|
43416
|
-
|
|
43417
|
-
|
|
43418
|
-
height: var(--TimelineItem--round-height);
|
|
43419
|
-
left: var(--TimelineItem--round-top);
|
|
43420
|
-
top: var(--TimelineItem--round-left);
|
|
43421
|
-
background: var(--TimelineItem-round-bg);
|
|
43422
|
-
border-radius: var(--TimelineItem--round-radius);
|
|
44173
|
+
.antd-Timeline-horizontal .antd-TimelineItem-axle.antd-TimelineItem-point-align--left .antd-TimelineItem-round-wrapper,
|
|
44174
|
+
.antd-Timeline-horizontal .antd-TimelineItem-axle.antd-TimelineItem-point-align--left .antd-TimelineItem-icon {
|
|
44175
|
+
left: 0%;
|
|
43423
44176
|
}
|
|
43424
|
-
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round
|
|
43425
|
-
|
|
44177
|
+
.antd-Timeline-horizontal .antd-TimelineItem-axle.antd-TimelineItem-point-align--right .antd-TimelineItem-round-wrapper,
|
|
44178
|
+
.antd-Timeline-horizontal .antd-TimelineItem-axle.antd-TimelineItem-point-align--right .antd-TimelineItem-icon {
|
|
44179
|
+
right: 0;
|
|
43426
44180
|
}
|
|
43427
|
-
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round
|
|
43428
|
-
|
|
44181
|
+
.antd-Timeline-horizontal .antd-TimelineItem-axle.antd-TimelineItem-point-align--center .antd-TimelineItem-round-wrapper,
|
|
44182
|
+
.antd-Timeline-horizontal .antd-TimelineItem-axle.antd-TimelineItem-point-align--center .antd-TimelineItem-icon {
|
|
44183
|
+
left: 50%;
|
|
43429
44184
|
}
|
|
43430
|
-
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round
|
|
43431
|
-
|
|
44185
|
+
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round-wrapper {
|
|
44186
|
+
width: -moz-fit-content;
|
|
44187
|
+
width: fit-content;
|
|
44188
|
+
position: absolute;
|
|
44189
|
+
transform: translateY(-50%);
|
|
43432
44190
|
}
|
|
43433
|
-
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-
|
|
43434
|
-
|
|
44191
|
+
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
|
|
44192
|
+
flex: 1;
|
|
44193
|
+
height: var(--TimelineItem--left-line-width);
|
|
44194
|
+
background-color: var(--TimelineItem--line-bg);
|
|
43435
44195
|
}
|
|
43436
44196
|
.antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-icon {
|
|
43437
44197
|
position: absolute;
|
|
43438
|
-
|
|
43439
|
-
height: var(--TimelineItem--icon-height);
|
|
43440
|
-
left: var(--TimelineItem--icon-left);
|
|
44198
|
+
transform: translateY(-50%);
|
|
43441
44199
|
border-radius: var(--TimelineItem--icon-radius);
|
|
43442
44200
|
}
|
|
43443
44201
|
.antd-Timeline-horizontal .antd-TimelineItem-content {
|
|
@@ -43445,8 +44203,21 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
43445
44203
|
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
|
43446
44204
|
margin-left: var(--TimelineItem--content-margin-left);
|
|
43447
44205
|
}
|
|
44206
|
+
.antd-Timeline-horizontal .antd-TimelineItem-content.antd-TimelineItem-content-align--left .antd-TimelineItem-time, .antd-Timeline-horizontal .antd-TimelineItem-content.antd-TimelineItem-content-align--left .antd-TimelineItem-title {
|
|
44207
|
+
text-align: left;
|
|
44208
|
+
}
|
|
44209
|
+
.antd-Timeline-horizontal .antd-TimelineItem-content.antd-TimelineItem-content-align--left .antd-TimelineItem-detail {
|
|
44210
|
+
align-items: flex-start;
|
|
44211
|
+
}
|
|
44212
|
+
.antd-Timeline-horizontal .antd-TimelineItem-content.antd-TimelineItem-content-align--right .antd-TimelineItem-time, .antd-Timeline-horizontal .antd-TimelineItem-content.antd-TimelineItem-content-align--right .antd-TimelineItem-title {
|
|
44213
|
+
text-align: right;
|
|
44214
|
+
}
|
|
44215
|
+
.antd-Timeline-horizontal .antd-TimelineItem-content.antd-TimelineItem-content-align--right .antd-TimelineItem-detail {
|
|
44216
|
+
align-items: flex-end;
|
|
44217
|
+
}
|
|
43448
44218
|
.antd-Timeline-horizontal .antd-TimelineItem-content .antd-TimelineItem-time {
|
|
43449
|
-
|
|
44219
|
+
text-align: center;
|
|
44220
|
+
color: var(--TimelineItem--text-primary-color);
|
|
43450
44221
|
font-size: var(--Timeline-time-fontSize);
|
|
43451
44222
|
font-weight: var(--Timeline-time-fontWeight);
|
|
43452
44223
|
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
|
@@ -43456,6 +44227,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
43456
44227
|
font-size: var(--Timeline-title-fontSize);
|
|
43457
44228
|
font-weight: var(--Timeline-title-fontWeight);
|
|
43458
44229
|
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
|
44230
|
+
margin-left: 1%;
|
|
44231
|
+
margin-right: 1%;
|
|
44232
|
+
text-align: center;
|
|
44233
|
+
}
|
|
44234
|
+
.antd-Timeline-horizontal .antd-TimelineItem-content .antd-TimelineItem-detail {
|
|
44235
|
+
margin-left: 1%;
|
|
44236
|
+
margin-right: 1%;
|
|
44237
|
+
display: flex;
|
|
44238
|
+
flex-direction: column;
|
|
44239
|
+
justify-content: center;
|
|
44240
|
+
align-items: center;
|
|
43459
44241
|
}
|
|
43460
44242
|
.antd-Timeline-horizontal .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
|
|
43461
44243
|
display: flex;
|
|
@@ -43475,18 +44257,172 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
43475
44257
|
transform: rotateX(180deg);
|
|
43476
44258
|
}
|
|
43477
44259
|
.antd-Timeline-horizontal .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
|
43478
|
-
|
|
43479
|
-
word-break: break-word;
|
|
43480
|
-
border-radius: var(--Timeline-visible-border-radius);
|
|
43481
|
-
font-size: var(--Timeline-detail-content-fontSize);
|
|
43482
|
-
font-weight: var(--Timeline-detail-content-fontWeight);
|
|
43483
|
-
color: var(--Timeline-detail-content-color);
|
|
43484
|
-
padding: var(--TimelineItem-detail-visible-padding);
|
|
43485
|
-
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
|
44260
|
+
color: var(--colors-neutral-line-4);
|
|
43486
44261
|
}
|
|
43487
44262
|
.antd-Timeline-horizontal .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-invisible {
|
|
43488
44263
|
display: none;
|
|
43489
44264
|
}
|
|
44265
|
+
.antd-Timeline-horizontal .antd-Timeline-first-line, .antd-Timeline-horizontal .antd-Timeline-second-line {
|
|
44266
|
+
display: flex;
|
|
44267
|
+
}
|
|
44268
|
+
.antd-Timeline-horizontal .antd-Timeline-first-line > *, .antd-Timeline-horizontal .antd-Timeline-second-line > * {
|
|
44269
|
+
flex: 1;
|
|
44270
|
+
}
|
|
44271
|
+
.antd-Timeline-horizontal .antd-TimelineItem-round-wrapper {
|
|
44272
|
+
position: absolute;
|
|
44273
|
+
transform: translateY(-0.5px);
|
|
44274
|
+
}
|
|
44275
|
+
.antd-TimelineItem .antd-TimelineItem-size-xl .antd-TimelineItem-round,
|
|
44276
|
+
.antd-Timeline-line .antd-TimelineItem-size-xl .antd-TimelineItem-round {
|
|
44277
|
+
height: calc(var(--TimelineItem-round-width-xl) * 2 + var(--TimelineItem-round-width-lg) * 2);
|
|
44278
|
+
width: calc(var(--TimelineItem-round-width-xl) * 2 + var(--TimelineItem-round-width-lg) * 2);
|
|
44279
|
+
font-size: calc(var(--TimelineItem-round-width-xl) * 2 + var(--TimelineItem-round-width-lg) * 2);
|
|
44280
|
+
}
|
|
44281
|
+
.antd-TimelineItem .antd-TimelineItem-size-xl .antd-TimelineItem-icon,
|
|
44282
|
+
.antd-Timeline-line .antd-TimelineItem-size-xl .antd-TimelineItem-icon {
|
|
44283
|
+
font-size: calc(var(--TimelineItem-round-width-xl) * 2 + var(--TimelineItem-round-width-lg) * 2);
|
|
44284
|
+
}
|
|
44285
|
+
.antd-TimelineItem .antd-TimelineItem-size-xl .antd-TimelineItem-dot,
|
|
44286
|
+
.antd-Timeline-line .antd-TimelineItem-size-xl .antd-TimelineItem-dot {
|
|
44287
|
+
height: calc(var(--TimelineItem-round-width-xl) * 2);
|
|
44288
|
+
width: calc(var(--TimelineItem-round-width-xl) * 2);
|
|
44289
|
+
}
|
|
44290
|
+
.antd-TimelineItem .antd-TimelineItem-size-lg .antd-TimelineItem-round,
|
|
44291
|
+
.antd-Timeline-line .antd-TimelineItem-size-lg .antd-TimelineItem-round {
|
|
44292
|
+
height: calc(var(--TimelineItem-round-width-lg) * 2 + var(--TimelineItem-round-width-xl));
|
|
44293
|
+
width: calc(var(--TimelineItem-round-width-lg) * 2 + var(--TimelineItem-round-width-xl));
|
|
44294
|
+
font-size: calc(var(--TimelineItem-round-width-lg) * 2 + var(--TimelineItem-round-width-xl));
|
|
44295
|
+
}
|
|
44296
|
+
.antd-TimelineItem .antd-TimelineItem-size-lg .antd-TimelineItem-icon,
|
|
44297
|
+
.antd-Timeline-line .antd-TimelineItem-size-lg .antd-TimelineItem-icon {
|
|
44298
|
+
font-size: calc(var(--TimelineItem-round-width-lg) * 2 + var(--TimelineItem-round-width-xl));
|
|
44299
|
+
}
|
|
44300
|
+
.antd-TimelineItem .antd-TimelineItem-size-lg .antd-TimelineItem-dot,
|
|
44301
|
+
.antd-Timeline-line .antd-TimelineItem-size-lg .antd-TimelineItem-dot {
|
|
44302
|
+
height: calc(var(--TimelineItem-round-width-lg) * 2);
|
|
44303
|
+
width: calc(var(--TimelineItem-round-width-lg) * 2);
|
|
44304
|
+
}
|
|
44305
|
+
.antd-TimelineItem .antd-TimelineItem-size-md .antd-TimelineItem-round,
|
|
44306
|
+
.antd-Timeline-line .antd-TimelineItem-size-md .antd-TimelineItem-round {
|
|
44307
|
+
height: calc(var(--TimelineItem-round-width-md) * 2 + var(--TimelineItem-round-width-lg));
|
|
44308
|
+
width: calc(var(--TimelineItem-round-width-md) * 2 + var(--TimelineItem-round-width-lg));
|
|
44309
|
+
font-size: calc(var(--TimelineItem-round-width-md) * 2 + var(--TimelineItem-round-width-lg));
|
|
44310
|
+
}
|
|
44311
|
+
.antd-TimelineItem .antd-TimelineItem-size-md .antd-TimelineItem-icon,
|
|
44312
|
+
.antd-Timeline-line .antd-TimelineItem-size-md .antd-TimelineItem-icon {
|
|
44313
|
+
font-size: calc(var(--TimelineItem-round-width-md) * 2 + var(--TimelineItem-round-width-lg));
|
|
44314
|
+
}
|
|
44315
|
+
.antd-TimelineItem .antd-TimelineItem-size-md .antd-TimelineItem-dot,
|
|
44316
|
+
.antd-Timeline-line .antd-TimelineItem-size-md .antd-TimelineItem-dot {
|
|
44317
|
+
height: calc(var(--TimelineItem-round-width-md) * 2);
|
|
44318
|
+
width: calc(var(--TimelineItem-round-width-md) * 2);
|
|
44319
|
+
}
|
|
44320
|
+
.antd-TimelineItem .antd-TimelineItem-size-sm .antd-TimelineItem-round,
|
|
44321
|
+
.antd-Timeline-line .antd-TimelineItem-size-sm .antd-TimelineItem-round {
|
|
44322
|
+
height: calc(var(--TimelineItem-round-width-sm) * 2 + var(--TimelineItem-round-width-sm));
|
|
44323
|
+
width: calc(var(--TimelineItem-round-width-sm) * 2 + var(--TimelineItem-round-width-sm));
|
|
44324
|
+
font-size: calc(var(--TimelineItem-round-width-sm) * 2 + var(--TimelineItem-round-width-sm));
|
|
44325
|
+
}
|
|
44326
|
+
.antd-TimelineItem .antd-TimelineItem-size-sm .antd-TimelineItem-icon,
|
|
44327
|
+
.antd-Timeline-line .antd-TimelineItem-size-sm .antd-TimelineItem-icon {
|
|
44328
|
+
font-size: calc(var(--TimelineItem-round-width-sm) * 2 + var(--TimelineItem-round-width-sm));
|
|
44329
|
+
}
|
|
44330
|
+
.antd-TimelineItem .antd-TimelineItem-size-sm .antd-TimelineItem-dot,
|
|
44331
|
+
.antd-Timeline-line .antd-TimelineItem-size-sm .antd-TimelineItem-dot {
|
|
44332
|
+
height: calc(var(--TimelineItem-round-width-sm) * 2);
|
|
44333
|
+
width: calc(var(--TimelineItem-round-width-sm) * 2);
|
|
44334
|
+
}
|
|
44335
|
+
.antd-TimelineItem .antd-TimelineItem-round,
|
|
44336
|
+
.antd-Timeline-line .antd-TimelineItem-round {
|
|
44337
|
+
background: var(--colors-neutral-fill-1);
|
|
44338
|
+
position: relative;
|
|
44339
|
+
opacity: 0.2;
|
|
44340
|
+
border-radius: var(--TimelineItem--round-radius);
|
|
44341
|
+
}
|
|
44342
|
+
.antd-TimelineItem .antd-TimelineItem-dot,
|
|
44343
|
+
.antd-Timeline-line .antd-TimelineItem-dot {
|
|
44344
|
+
position: absolute;
|
|
44345
|
+
background-color: var(--colors-neutral-fill-1);
|
|
44346
|
+
border-radius: 100%;
|
|
44347
|
+
top: 50%;
|
|
44348
|
+
left: 50%;
|
|
44349
|
+
transform: translate(-50%, -50%);
|
|
44350
|
+
}
|
|
44351
|
+
.antd-TimelineItem .antd-TimelineItem-round,
|
|
44352
|
+
.antd-Timeline-line .antd-TimelineItem-round {
|
|
44353
|
+
border-radius: var(--TimelineItem--round-radius);
|
|
44354
|
+
}
|
|
44355
|
+
.antd-TimelineItem .antd-TimelineItem-round--danger.antd-TimelineItem-dot,
|
|
44356
|
+
.antd-Timeline-line .antd-TimelineItem-round--danger.antd-TimelineItem-dot {
|
|
44357
|
+
background: var(--Timeline--danger-dot-color);
|
|
44358
|
+
}
|
|
44359
|
+
.antd-TimelineItem .antd-TimelineItem-round--info.antd-TimelineItem-dot,
|
|
44360
|
+
.antd-Timeline-line .antd-TimelineItem-round--info.antd-TimelineItem-dot {
|
|
44361
|
+
background: var(--Timeline--info-dot-color);
|
|
44362
|
+
}
|
|
44363
|
+
.antd-TimelineItem .antd-TimelineItem-round--success.antd-TimelineItem-dot,
|
|
44364
|
+
.antd-Timeline-line .antd-TimelineItem-round--success.antd-TimelineItem-dot {
|
|
44365
|
+
background: var(--Timeline--success-dot-color);
|
|
44366
|
+
}
|
|
44367
|
+
.antd-TimelineItem .antd-TimelineItem-round--warning.antd-TimelineItem-dot,
|
|
44368
|
+
.antd-Timeline-line .antd-TimelineItem-round--warning.antd-TimelineItem-dot {
|
|
44369
|
+
background: var(--Timeline--warning-dot-color);
|
|
44370
|
+
}
|
|
44371
|
+
.antd-TimelineItem .antd-TimelineItem-round.antd-TimelineItem-round-background--warning,
|
|
44372
|
+
.antd-Timeline-line .antd-TimelineItem-round.antd-TimelineItem-round-background--warning {
|
|
44373
|
+
background: var(--Timeline--warning-dot-bg-color);
|
|
44374
|
+
}
|
|
44375
|
+
.antd-TimelineItem .antd-TimelineItem-round.antd-TimelineItem-round-background--success,
|
|
44376
|
+
.antd-Timeline-line .antd-TimelineItem-round.antd-TimelineItem-round-background--success {
|
|
44377
|
+
background: var(--Timeline--success-dot-bg-color);
|
|
44378
|
+
}
|
|
44379
|
+
.antd-TimelineItem .antd-TimelineItem-round.antd-TimelineItem-round-background--info,
|
|
44380
|
+
.antd-Timeline-line .antd-TimelineItem-round.antd-TimelineItem-round-background--info {
|
|
44381
|
+
background: var(--Timeline--info-dot-bg-color);
|
|
44382
|
+
}
|
|
44383
|
+
.antd-TimelineItem .antd-TimelineItem-round.antd-TimelineItem-round-background--danger,
|
|
44384
|
+
.antd-Timeline-line .antd-TimelineItem-round.antd-TimelineItem-round-background--danger {
|
|
44385
|
+
background: var(--Timeline--danger-dot-bg-color);
|
|
44386
|
+
}
|
|
44387
|
+
.antd-Timeline-line {
|
|
44388
|
+
display: flex;
|
|
44389
|
+
}
|
|
44390
|
+
.antd-Timeline-line .antd-TimelineItem-axle {
|
|
44391
|
+
flex: 1;
|
|
44392
|
+
}
|
|
44393
|
+
.antd-TimelineItem-hide-dot {
|
|
44394
|
+
position: relative;
|
|
44395
|
+
}
|
|
44396
|
+
.antd-TimelineItem-hide-dot .antd-TimelineItem-round {
|
|
44397
|
+
position: absolute;
|
|
44398
|
+
border-radius: 0;
|
|
44399
|
+
}
|
|
44400
|
+
.antd-TimelineItem .antd-TimelineItem-hide-dot .antd-TimelineItem-round-wrapper,
|
|
44401
|
+
.antd-TimelineItem-axle.antd-TimelineItem-hide-dot .antd-TimelineItem-round-wrapper {
|
|
44402
|
+
display: none;
|
|
44403
|
+
}
|
|
44404
|
+
.antd-TimelineItem .antd-TimelineItem-hide-dot .antd-TimelineItem-icon,
|
|
44405
|
+
.antd-TimelineItem-axle.antd-TimelineItem-hide-dot .antd-TimelineItem-icon {
|
|
44406
|
+
display: none;
|
|
44407
|
+
}
|
|
44408
|
+
.antd-Timeline-first-line .antd-TimelineItem-content {
|
|
44409
|
+
margin-top: auto;
|
|
44410
|
+
}
|
|
44411
|
+
.antd-Timeline-second-line .antd-Timeline-inner-content-wrapper {
|
|
44412
|
+
margin-top: var(--sizes-base-12);
|
|
44413
|
+
}
|
|
44414
|
+
.antd-Timeline-second-line .antd-TimelineItem-content {
|
|
44415
|
+
margin-top: var(--TimelineItem--content-padding-bottom);
|
|
44416
|
+
}
|
|
44417
|
+
.antd-TimelineItem-icon {
|
|
44418
|
+
display: flex;
|
|
44419
|
+
}
|
|
44420
|
+
.antd-TimelineItem-icon svg.icon {
|
|
44421
|
+
top: 0;
|
|
44422
|
+
}
|
|
44423
|
+
.antd-TimelineItem-round-wrapper {
|
|
44424
|
+
z-index: 1;
|
|
44425
|
+
}
|
|
43490
44426
|
.antd-BarCode > img {
|
|
43491
44427
|
display: block;
|
|
43492
44428
|
margin: 0 auto;
|
|
@@ -43964,6 +44900,49 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
43964
44900
|
.antd-Nav-Menu-submenu-hidden {
|
|
43965
44901
|
display: none;
|
|
43966
44902
|
}
|
|
44903
|
+
.antd-Nav-Menu-panel-wrapper {
|
|
44904
|
+
display: flex;
|
|
44905
|
+
width: 100%;
|
|
44906
|
+
padding: 12px;
|
|
44907
|
+
}
|
|
44908
|
+
.antd-Nav-Menu-panel-item {
|
|
44909
|
+
display: flex;
|
|
44910
|
+
align-items: center;
|
|
44911
|
+
color: var(--Menu-light-fontColor);
|
|
44912
|
+
font-size: var(--Nav-item-fontSize);
|
|
44913
|
+
}
|
|
44914
|
+
.antd-Nav-Menu-panel-item:hover {
|
|
44915
|
+
color: var(--Menu-light-fontColor-onHover);
|
|
44916
|
+
}
|
|
44917
|
+
.antd-Nav-Menu-panel-item__icon-wrapper {
|
|
44918
|
+
width: var(--Tabs-linkFontSize);
|
|
44919
|
+
height: var(--Tabs-linkFontSize);
|
|
44920
|
+
line-height: var(--Tabs-linkFontSize);
|
|
44921
|
+
margin-right: 8px;
|
|
44922
|
+
}
|
|
44923
|
+
.antd-Nav-Menu-panel-item__icon {
|
|
44924
|
+
fill: currentColor;
|
|
44925
|
+
width: 100%;
|
|
44926
|
+
height: 100%;
|
|
44927
|
+
}
|
|
44928
|
+
.antd-Nav-Menu-panel-item__label.is-group-header {
|
|
44929
|
+
color: var(--Menu-light-groupTitle-fontColor);
|
|
44930
|
+
}
|
|
44931
|
+
.antd-Nav-Menu-panel-group {
|
|
44932
|
+
display: flex;
|
|
44933
|
+
width: 100%;
|
|
44934
|
+
}
|
|
44935
|
+
.antd-Nav-Menu-panel-group-item {
|
|
44936
|
+
min-width: 120px;
|
|
44937
|
+
}
|
|
44938
|
+
.antd-Nav-Menu-panel-group-item__header {
|
|
44939
|
+
border-bottom: 1px solid #e8e8e8;
|
|
44940
|
+
margin-bottom: 10px;
|
|
44941
|
+
margin-bottom: 10px;
|
|
44942
|
+
}
|
|
44943
|
+
.antd-Nav-Menu-panel-group-item + .antd-Nav-Menu-panel-group-item {
|
|
44944
|
+
margin-left: 16px;
|
|
44945
|
+
}
|
|
43967
44946
|
.antd-Nav-Menu-overflow-item {
|
|
43968
44947
|
flex: none;
|
|
43969
44948
|
}
|
|
@@ -44761,6 +45740,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
44761
45740
|
cursor: pointer;
|
|
44762
45741
|
font-size: 14px;
|
|
44763
45742
|
color: #aaa;
|
|
45743
|
+
top: 0;
|
|
44764
45744
|
}
|
|
44765
45745
|
.antd-Signature-Embed-Preview .preview-close:hover {
|
|
44766
45746
|
color: #000;
|