amis-ui 3.6.2 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.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/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +10 -10
- 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.d.ts +11 -11
- package/esm/components/Collapse.js +3 -3
- package/esm/components/CollapseGroup.js +11 -10
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +40 -40
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.d.ts +13 -19
- package/esm/components/DateRangePicker.js +16 -10
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.js +4 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.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/InputTable.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.js +1 -1
- package/esm/components/Markdown.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.d.ts +2 -1
- package/esm/components/NumberInput.js +16 -6
- package/esm/components/OverflowTpl.d.ts +62 -0
- package/esm/components/OverflowTpl.js +101 -0
- package/esm/components/Pagination.d.ts +112 -0
- package/esm/components/Pagination.js +89 -10
- 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.d.ts +2 -0
- package/esm/components/PopOverContainer.js +8 -6
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +2 -2
- package/esm/components/PullRefresh.js +1 -1
- 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 +6 -7
- package/esm/components/SearchBox.d.ts +44 -42
- package/esm/components/SearchBox.js +6 -4
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +12 -10
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.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.d.ts +20 -20
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +3 -2
- 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 +1 -1
- package/esm/components/Transfer.d.ts +90 -50
- package/esm/components/Transfer.js +2 -1
- package/esm/components/TransferDropDown.d.ts +80 -40
- 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.js +1 -1
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +3 -1
- package/esm/components/calendar/Calendar.js +4 -3
- 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.d.ts +6 -0
- package/esm/components/calendar/TimeView.js +105 -10
- 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 +10 -5
- 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 +11 -2
- package/esm/components/formula/Editor.js +10 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +80 -26
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +3 -3
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.d.ts +1 -1
- package/esm/components/icons.js +14 -8
- package/esm/components/index.d.ts +2 -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.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +10 -10
- package/esm/components/menu/index.js +1 -1
- 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.js +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.js +15 -6
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +12 -25
- 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.d.ts +10 -17
- package/esm/components/table/Row.js +47 -5
- package/esm/components/table/SummaryRow.js +2 -2
- package/esm/components/table/index.d.ts +44 -42
- package/esm/components/table/index.js +30 -56
- package/esm/components/table/util.d.ts +3 -2
- package/esm/components/table/util.js +39 -7
- 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/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 +24 -0
- package/esm/icons/arrow-double-right.svg.js +24 -0
- 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/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/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/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.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.js +2 -1
- package/esm/locale/de-DE.js +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.js +2 -2
- 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/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.js +1 -1
- 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/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.js +1 -1
- 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.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 +11 -11
- package/lib/components/Collapse.js +3 -3
- package/lib/components/CollapseGroup.js +11 -10
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +13 -19
- package/lib/components/DateRangePicker.js +16 -10
- package/lib/components/DndContainer.js +1 -1
- 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/Editor.d.ts +40 -40
- package/lib/components/Editor.js +4 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- 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/InputTable.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.js +1 -1
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +12 -11
- package/lib/components/NumberInput.js +16 -6
- package/lib/components/OverflowTpl.d.ts +62 -0
- package/lib/components/OverflowTpl.js +109 -0
- package/lib/components/Pagination.d.ts +112 -0
- package/lib/components/Pagination.js +89 -10
- 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.d.ts +2 -0
- package/lib/components/PopOverContainer.js +8 -6
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.js +2 -2
- package/lib/components/PullRefresh.js +1 -1
- 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.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- 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.js +1 -1
- package/lib/components/RichText.js +7 -7
- package/lib/components/SearchBox.d.ts +44 -42
- package/lib/components/SearchBox.js +6 -4
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +12 -10
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- 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 +10 -10
- 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.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +4 -2
- 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.js +1 -1
- package/lib/components/Transfer.d.ts +90 -50
- package/lib/components/Transfer.js +2 -1
- package/lib/components/TransferDropDown.d.ts +80 -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 +40 -40
- package/lib/components/Tree.js +1 -1
- 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/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +3 -1
- package/lib/components/calendar/Calendar.js +4 -3
- 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.d.ts +6 -0
- package/lib/components/calendar/TimeView.js +103 -8
- 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 +10 -5
- 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 +11 -2
- package/lib/components/formula/Editor.js +10 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +79 -25
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +3 -3
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.d.ts +1 -1
- package/lib/components/icons.js +14 -8
- package/lib/components/index.d.ts +2 -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.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +10 -10
- package/lib/components/menu/index.js +1 -1
- 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.js +1 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +15 -6
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +12 -25
- 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.d.ts +10 -17
- package/lib/components/table/Row.js +46 -4
- package/lib/components/table/SummaryRow.js +2 -2
- package/lib/components/table/index.d.ts +44 -42
- package/lib/components/table/index.js +27 -53
- package/lib/components/table/util.d.ts +3 -2
- package/lib/components/table/util.js +40 -7
- 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/helper.css +9603 -1234
- 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 +31 -0
- package/lib/icons/arrow-double-right.svg.js +31 -0
- 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/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/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/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.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.js +3 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +2 -2
- 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 +667 -292
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +667 -292
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +667 -292
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +667 -292
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +667 -292
- package/package.json +5 -4
- package/scss/_components.scss +3 -3
- package/scss/_mixins.scss +4 -0
- package/scss/_properties.scss +7 -3
- package/scss/components/_alert.scss +1 -0
- package/scss/components/_cards.scss +10 -1
- package/scss/components/_condition-builder.scss +1 -1
- package/scss/components/_dropdown.scss +1 -1
- package/scss/components/_list.scss +10 -1
- package/scss/components/_menu.scss +2 -2
- package/scss/components/_overflow-tpl.scss +5 -0
- package/scss/components/_pagination.scss +118 -8
- package/scss/components/_search-box.scss +7 -4
- package/scss/components/_table.scss +15 -0
- package/scss/components/_table2.scss +8 -2
- package/scss/components/form/_checks.scss +5 -5
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +13 -1
- package/scss/components/form/_fieldset.scss +0 -2
- package/scss/components/form/_input-group.scss +21 -10
- package/scss/components/form/_picker.scss +0 -1
- package/scss/components/form/_range.scss +82 -0
- package/scss/components/form/_result-list.scss +6 -0
- package/scss/components/form/_select.scss +1 -0
- package/scss/components/form/_selection.scss +4 -0
- package/scss/components/form/_tag.scss +3 -0
- package/scss/components/form/_text.scss +1 -0
- package/scss/components/form/_textarea.scss +1 -0
- package/scss/components/form/_tree.scss +1 -1
- package/scss/themes/_common.scss +1 -0
package/lib/themes/antd.css
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
--primary: var(--colors-brand-5);
|
|
11
11
|
--primary-onHover: var(--colors-brand-6);
|
|
12
12
|
--primary-onActive: var(--colors-brand-4);
|
|
13
|
-
--secondary: var(--colors-neutral-text-4);
|
|
13
|
+
--secondary: var(--colors-neutral-text-4);
|
|
14
|
+
/* secondary 颜色需进一步确认 */
|
|
14
15
|
--secondary-onHover: var(--colors-neutral-text-6);
|
|
15
16
|
--secondary-onActive: var(--colors-neutral-text-4);
|
|
16
17
|
--success: var(--colors-success-5);
|
|
@@ -187,7 +188,7 @@
|
|
|
187
188
|
--Carousel--light-control: white;
|
|
188
189
|
--Carousel-arrowControl-height: var(--gap-lg);
|
|
189
190
|
--Carousel-arrowControl-width: var(--gap-lg);
|
|
190
|
-
--Carousel-bg:
|
|
191
|
+
--Carousel-bg: var(--colors-neutral-fill-10);
|
|
191
192
|
--Carousel-dot-borderRadius: 0.25rem;
|
|
192
193
|
--Carousel-dot-height: 0.5rem;
|
|
193
194
|
--Carousel-dot-margin: 0.4375rem var(--gap-xs);
|
|
@@ -235,7 +236,7 @@
|
|
|
235
236
|
--DropDown-menu-paddingY: var(--gap-xs);
|
|
236
237
|
--DropDown-menuItem-onHover-bg: var(--Form-select-menu-onHover-bg);
|
|
237
238
|
--DropDown-group-color: #848b99;
|
|
238
|
-
--DropDown-menuItem-color:
|
|
239
|
+
--DropDown-menuItem-color: var(--colors-neutral-text-2);
|
|
239
240
|
--DropDown-menuItem-onHover-color: var(--Form-select-menu-onHover-color);
|
|
240
241
|
--DropDown-menuItem-onActive-color: var(--colors-brand-5);
|
|
241
242
|
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
|
@@ -524,7 +525,9 @@
|
|
|
524
525
|
--Page-title-lineHeight: 1.5;
|
|
525
526
|
--Pagination-fontSize: var(--fonts-size-8);
|
|
526
527
|
--Pagination-height: 2rem;
|
|
528
|
+
--Pagination-height-sm: 1.5rem;
|
|
527
529
|
--Pagination-minWidth: 2rem;
|
|
530
|
+
--Pagination-minWidth-sm: 1.5rem;
|
|
528
531
|
--Pagination-onActive-backgroundColor: var(--colors-neutral-fill-11);
|
|
529
532
|
--Pagination-onActive-border: var(--borders-width-2) var(--borders-style-2)
|
|
530
533
|
var(--colors-brand-5);
|
|
@@ -532,6 +535,7 @@
|
|
|
532
535
|
--Pagination-onDisabled-color: var(--colors-neutral-text-6);
|
|
533
536
|
--Pagination-onDisabled-backgroundColor: var(--colors-neutral-fill-10);
|
|
534
537
|
--Pagination-padding: 0 0.5rem;
|
|
538
|
+
--Pagination-padding-sm: 0 0.25rem;
|
|
535
539
|
--Pagination-light-color: #84868c;
|
|
536
540
|
--Panel--default-badgeBg: var(--colors-neutral-fill-3);
|
|
537
541
|
--Panel--default-badgeColor: var(--colors-neutral-fill-10);
|
|
@@ -551,7 +555,7 @@
|
|
|
551
555
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
|
552
556
|
--PickerColumns-loadingIcon-color: var(--icon-color);
|
|
553
557
|
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
|
554
|
-
--PopOver-bg:
|
|
558
|
+
--PopOver-bg: var(--colors-neutral-fill-11);
|
|
555
559
|
--PopOverAble-iconColor: inherit;
|
|
556
560
|
--PopOverAble-onHover-iconColor: inherit;
|
|
557
561
|
--PopUp-cancelAction-color: #666;
|
|
@@ -725,6 +729,7 @@
|
|
|
725
729
|
--SearchBox-enhonce-disabled-color: var(--colors-neutral-text-9);
|
|
726
730
|
--SearchBox-enhonce-disabled-search-color: var(--colors-neutral-text-6);
|
|
727
731
|
--SearchBox-enhonce-clearable-gap: var(--borders-radius-4);
|
|
732
|
+
--SearchBox-search-btn-color--disabled: var(--colors-neutral-fill-6);
|
|
728
733
|
--IconSelect-searchBox-width: 15.375rem;
|
|
729
734
|
--IconSelect-type-item-height: 3rem;
|
|
730
735
|
--IconSelect-dialog-height: 50vh;
|
|
@@ -2033,7 +2038,6 @@
|
|
|
2033
2038
|
--checkbox-checkbox-default-height: var(--sizes-size-9);
|
|
2034
2039
|
--checkbox-checkbox-default-bg-color: var(--colors-neutral-fill-11);
|
|
2035
2040
|
--checkbox-checkbox-default-text-color: var(--colors-neutral-text-2);
|
|
2036
|
-
--checkbox-checkbox-default-lineHeight: var(--fonts-lineHeight-2);
|
|
2037
2041
|
--checkbox-checkbox-default-fontWeight: var(--fonts-weight-6);
|
|
2038
2042
|
--checkbox-checkbox-default-fontSize: var(--fonts-size-7);
|
|
2039
2043
|
--checkbox-checkbox-default-top-border-color: var(--colors-neutral-line-8);
|
|
@@ -4465,6 +4469,7 @@
|
|
|
4465
4469
|
--inputTag-option-bg-color: var(--colors-neutral-fill-11);
|
|
4466
4470
|
--inputTag-option-hover-color: var(--colors-brand-5);
|
|
4467
4471
|
--inputTag-option-hover-bg-color: var(--colors-brand-10);
|
|
4472
|
+
--inputTag-popover-maxHeight: 300px;
|
|
4468
4473
|
--fieldSet-legend-height: var(--sizes-size-9);
|
|
4469
4474
|
--fieldSet-legend-color: var(--colors-neutral-text-2);
|
|
4470
4475
|
--fieldSet-legend-fontSize: var(--fonts-size-7);
|
|
@@ -4581,9 +4586,9 @@
|
|
|
4581
4586
|
--conditionBuilder-line-width: var(--sizes-size-2);
|
|
4582
4587
|
--conditionBuilder-line-bg-color: var(--colors-brand-9);
|
|
4583
4588
|
--conditionBuilder-body-bg-color: var(--colors-neutral-line-10);
|
|
4584
|
-
--conditionBuilder-body-paddingTop: var(--sizes-size-
|
|
4589
|
+
--conditionBuilder-body-paddingTop: var(--sizes-size-3);
|
|
4585
4590
|
--conditionBuilder-body-paddingRight: var(--sizes-size-7);
|
|
4586
|
-
--conditionBuilder-body-paddingBottom: var(--sizes-size-
|
|
4591
|
+
--conditionBuilder-body-paddingBottom: var(--sizes-size-3);
|
|
4587
4592
|
--conditionBuilder-body-paddingLeft: var(--sizes-base-14);
|
|
4588
4593
|
--table-border-width: var(--borders-width-2);
|
|
4589
4594
|
--table-border-color: var(--colors-neutral-line-8);
|
|
@@ -5143,14 +5148,17 @@
|
|
|
5143
5148
|
}
|
|
5144
5149
|
/* PADDING */
|
|
5145
5150
|
.CodeMirror-lines {
|
|
5146
|
-
padding: 4px 0;
|
|
5151
|
+
padding: 4px 0;
|
|
5152
|
+
/* Vertical padding around content */
|
|
5147
5153
|
}
|
|
5148
5154
|
.CodeMirror pre.CodeMirror-line,
|
|
5149
5155
|
.CodeMirror pre.CodeMirror-line-like {
|
|
5150
|
-
padding: 0 4px;
|
|
5156
|
+
padding: 0 4px;
|
|
5157
|
+
/* Horizontal padding of content */
|
|
5151
5158
|
}
|
|
5152
5159
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
5153
|
-
background-color: white;
|
|
5160
|
+
background-color: white;
|
|
5161
|
+
/* The little square between H and V scrollbars */
|
|
5154
5162
|
}
|
|
5155
5163
|
/* GUTTER */
|
|
5156
5164
|
.CodeMirror-gutters {
|
|
@@ -5336,14 +5344,16 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5336
5344
|
background: white;
|
|
5337
5345
|
}
|
|
5338
5346
|
.CodeMirror-scroll {
|
|
5339
|
-
overflow: scroll !important;
|
|
5347
|
+
overflow: scroll !important;
|
|
5348
|
+
/* Things will break if this is overridden */
|
|
5340
5349
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
5341
5350
|
/* See overflow: hidden in .CodeMirror */
|
|
5342
5351
|
margin-bottom: -50px;
|
|
5343
5352
|
margin-right: -50px;
|
|
5344
5353
|
padding-bottom: 50px;
|
|
5345
5354
|
height: 100%;
|
|
5346
|
-
outline: none;
|
|
5355
|
+
outline: none;
|
|
5356
|
+
/* Prevent dragging from highlighting the element */
|
|
5347
5357
|
position: relative;
|
|
5348
5358
|
z-index: 0;
|
|
5349
5359
|
}
|
|
@@ -5422,7 +5432,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5422
5432
|
}
|
|
5423
5433
|
.CodeMirror-lines {
|
|
5424
5434
|
cursor: text;
|
|
5425
|
-
min-height: 1px;
|
|
5435
|
+
min-height: 1px;
|
|
5436
|
+
/* prevents collapsing before first draw */
|
|
5426
5437
|
}
|
|
5427
5438
|
.CodeMirror pre.CodeMirror-line,
|
|
5428
5439
|
.CodeMirror pre.CodeMirror-line-like {
|
|
@@ -5460,7 +5471,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5460
5471
|
.CodeMirror-linewidget {
|
|
5461
5472
|
position: relative;
|
|
5462
5473
|
z-index: 2;
|
|
5463
|
-
padding: 0.1px;
|
|
5474
|
+
padding: 0.1px;
|
|
5475
|
+
/* Force widget margins to stay inside of the container */
|
|
5464
5476
|
}
|
|
5465
5477
|
.CodeMirror-rtl pre {
|
|
5466
5478
|
direction: rtl;
|
|
@@ -5744,7 +5756,7 @@ img.fr-bordered {
|
|
|
5744
5756
|
vertical-align: bottom;
|
|
5745
5757
|
margin-left: 5px;
|
|
5746
5758
|
margin-right: 5px;
|
|
5747
|
-
max-width: calc(100% -
|
|
5759
|
+
max-width: calc(100% - (2 * 5px));
|
|
5748
5760
|
}
|
|
5749
5761
|
.fr-view img.fr-dii.fr-fil {
|
|
5750
5762
|
float: left;
|
|
@@ -5780,7 +5792,7 @@ img.fr-bordered {
|
|
|
5780
5792
|
vertical-align: bottom;
|
|
5781
5793
|
margin-left: 5px;
|
|
5782
5794
|
margin-right: 5px;
|
|
5783
|
-
max-width: calc(100% -
|
|
5795
|
+
max-width: calc(100% - (2 * 5px));
|
|
5784
5796
|
}
|
|
5785
5797
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
5786
5798
|
float: left;
|
|
@@ -5908,7 +5920,7 @@ img.fr-view.fr-dii {
|
|
|
5908
5920
|
vertical-align: bottom;
|
|
5909
5921
|
margin-left: 5px;
|
|
5910
5922
|
margin-right: 5px;
|
|
5911
|
-
max-width: calc(100% -
|
|
5923
|
+
max-width: calc(100% - (2 * 5px));
|
|
5912
5924
|
}
|
|
5913
5925
|
img.fr-view.fr-dii.fr-fil {
|
|
5914
5926
|
float: left;
|
|
@@ -5944,7 +5956,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
5944
5956
|
vertical-align: bottom;
|
|
5945
5957
|
margin-left: 5px;
|
|
5946
5958
|
margin-right: 5px;
|
|
5947
|
-
max-width: calc(100% -
|
|
5959
|
+
max-width: calc(100% - (2 * 5px));
|
|
5948
5960
|
}
|
|
5949
5961
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
5950
5962
|
float: left;
|
|
@@ -6150,12 +6162,14 @@ iframe.fr-iframe {
|
|
|
6150
6162
|
.fr-box.fr-document {
|
|
6151
6163
|
min-width: 21cm;
|
|
6152
6164
|
}
|
|
6165
|
+
|
|
6153
6166
|
.fr-box.fr-document .fr-wrapper {
|
|
6154
6167
|
text-align: left;
|
|
6155
6168
|
padding: 30px;
|
|
6156
6169
|
min-width: 21cm;
|
|
6157
6170
|
background: #efefef;
|
|
6158
6171
|
}
|
|
6172
|
+
|
|
6159
6173
|
.fr-box.fr-document .fr-wrapper .fr-element {
|
|
6160
6174
|
text-align: left;
|
|
6161
6175
|
background: #FFF;
|
|
@@ -6166,6 +6180,7 @@ iframe.fr-iframe {
|
|
|
6166
6180
|
overflow: visible;
|
|
6167
6181
|
z-index: auto;
|
|
6168
6182
|
}
|
|
6183
|
+
|
|
6169
6184
|
.fr-box.fr-document .fr-wrapper .fr-element hr {
|
|
6170
6185
|
margin-left: -2cm;
|
|
6171
6186
|
margin-right: -2cm;
|
|
@@ -6174,6 +6189,7 @@ iframe.fr-iframe {
|
|
|
6174
6189
|
outline: none;
|
|
6175
6190
|
border: none;
|
|
6176
6191
|
}
|
|
6192
|
+
|
|
6177
6193
|
.fr-box.fr-document .fr-wrapper .fr-element img {
|
|
6178
6194
|
z-index: 1;
|
|
6179
6195
|
}
|
|
@@ -7344,7 +7360,7 @@ ol.decimal_type > li:before {
|
|
|
7344
7360
|
}
|
|
7345
7361
|
.fr-separator.fr-hs {
|
|
7346
7362
|
clear: both;
|
|
7347
|
-
width: calc(100% -
|
|
7363
|
+
width: calc(100% - (2 * 4px));
|
|
7348
7364
|
margin: 0 4px;
|
|
7349
7365
|
height: 1px;
|
|
7350
7366
|
}
|
|
@@ -8119,18 +8135,22 @@ body.fr-fullscreen {
|
|
|
8119
8135
|
width: 10px;
|
|
8120
8136
|
height: 10px;
|
|
8121
8137
|
}
|
|
8138
|
+
|
|
8122
8139
|
.fr-image-resizer .fr-handler.fr-hnw {
|
|
8123
8140
|
left: -5px;
|
|
8124
8141
|
top: -5px;
|
|
8125
8142
|
}
|
|
8143
|
+
|
|
8126
8144
|
.fr-image-resizer .fr-handler.fr-hne {
|
|
8127
8145
|
right: -5px;
|
|
8128
8146
|
top: -5px;
|
|
8129
8147
|
}
|
|
8148
|
+
|
|
8130
8149
|
.fr-image-resizer .fr-handler.fr-hsw {
|
|
8131
8150
|
left: -5px;
|
|
8132
8151
|
bottom: -5px;
|
|
8133
8152
|
}
|
|
8153
|
+
|
|
8134
8154
|
.fr-image-resizer .fr-handler.fr-hse {
|
|
8135
8155
|
right: -5px;
|
|
8136
8156
|
bottom: -5px;
|
|
@@ -8540,7 +8560,7 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8540
8560
|
}
|
|
8541
8561
|
.fr-line-breaker a.fr-floating-btn {
|
|
8542
8562
|
position: absolute;
|
|
8543
|
-
left: calc(50% -
|
|
8563
|
+
left: calc(50% - (40px / 2));
|
|
8544
8564
|
top: -20px;
|
|
8545
8565
|
}
|
|
8546
8566
|
.fr-line-breaker a.fr-floating-btn svg {
|
|
@@ -8875,18 +8895,22 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8875
8895
|
width: 10px;
|
|
8876
8896
|
height: 10px;
|
|
8877
8897
|
}
|
|
8898
|
+
|
|
8878
8899
|
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
|
8879
8900
|
left: -5px;
|
|
8880
8901
|
top: -5px;
|
|
8881
8902
|
}
|
|
8903
|
+
|
|
8882
8904
|
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
|
8883
8905
|
right: -5px;
|
|
8884
8906
|
top: -5px;
|
|
8885
8907
|
}
|
|
8908
|
+
|
|
8886
8909
|
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
|
8887
8910
|
left: -5px;
|
|
8888
8911
|
bottom: -5px;
|
|
8889
8912
|
}
|
|
8913
|
+
|
|
8890
8914
|
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
|
8891
8915
|
right: -5px;
|
|
8892
8916
|
bottom: -5px;
|
|
@@ -9188,7 +9212,7 @@ img.fr-bordered {
|
|
|
9188
9212
|
vertical-align: bottom;
|
|
9189
9213
|
margin-left: 5px;
|
|
9190
9214
|
margin-right: 5px;
|
|
9191
|
-
max-width: calc(100% -
|
|
9215
|
+
max-width: calc(100% - (2 * 5px));
|
|
9192
9216
|
}
|
|
9193
9217
|
.fr-view img.fr-dii.fr-fil {
|
|
9194
9218
|
float: left;
|
|
@@ -9224,7 +9248,7 @@ img.fr-bordered {
|
|
|
9224
9248
|
vertical-align: bottom;
|
|
9225
9249
|
margin-left: 5px;
|
|
9226
9250
|
margin-right: 5px;
|
|
9227
|
-
max-width: calc(100% -
|
|
9251
|
+
max-width: calc(100% - (2 * 5px));
|
|
9228
9252
|
}
|
|
9229
9253
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
9230
9254
|
float: left;
|
|
@@ -9352,7 +9376,7 @@ img.fr-view.fr-dii {
|
|
|
9352
9376
|
vertical-align: bottom;
|
|
9353
9377
|
margin-left: 5px;
|
|
9354
9378
|
margin-right: 5px;
|
|
9355
|
-
max-width: calc(100% -
|
|
9379
|
+
max-width: calc(100% - (2 * 5px));
|
|
9356
9380
|
}
|
|
9357
9381
|
img.fr-view.fr-dii.fr-fil {
|
|
9358
9382
|
float: left;
|
|
@@ -9388,7 +9412,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
9388
9412
|
vertical-align: bottom;
|
|
9389
9413
|
margin-left: 5px;
|
|
9390
9414
|
margin-right: 5px;
|
|
9391
|
-
max-width: calc(100% -
|
|
9415
|
+
max-width: calc(100% - (2 * 5px));
|
|
9392
9416
|
}
|
|
9393
9417
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
9394
9418
|
float: left;
|
|
@@ -9961,7 +9985,7 @@ button::-moz-focus-inner {
|
|
|
9961
9985
|
display: flex;
|
|
9962
9986
|
height: 24px;
|
|
9963
9987
|
justify-content: center;
|
|
9964
|
-
padding:
|
|
9988
|
+
padding: calc(4px - 1px);
|
|
9965
9989
|
width: 24px;
|
|
9966
9990
|
}
|
|
9967
9991
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
@@ -10004,7 +10028,7 @@ button::-moz-focus-inner {
|
|
|
10004
10028
|
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
|
|
10005
10029
|
border-radius: 6px;
|
|
10006
10030
|
box-shadow: inset 0 0 0 1px #006ce7;
|
|
10007
|
-
padding:
|
|
10031
|
+
padding: calc(4px - 1px);
|
|
10008
10032
|
}
|
|
10009
10033
|
.tox:not([dir=rtl]) .tox-checkbox__label {
|
|
10010
10034
|
margin-left: 4px;
|
|
@@ -10453,7 +10477,7 @@ button::-moz-focus-inner {
|
|
|
10453
10477
|
display: none;
|
|
10454
10478
|
fill: #222f3e;
|
|
10455
10479
|
height: 24px;
|
|
10456
|
-
margin:
|
|
10480
|
+
margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
|
|
10457
10481
|
width: 24px;
|
|
10458
10482
|
}
|
|
10459
10483
|
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
|
|
@@ -10727,7 +10751,7 @@ button::-moz-focus-inner {
|
|
|
10727
10751
|
body:not(.tox-force-desktop) .tox .tox-dialog {
|
|
10728
10752
|
align-self: flex-start;
|
|
10729
10753
|
margin: 8px auto;
|
|
10730
|
-
max-height: calc(100vh -
|
|
10754
|
+
max-height: calc(100vh - 8px * 2);
|
|
10731
10755
|
width: calc(100vw - 16px);
|
|
10732
10756
|
}
|
|
10733
10757
|
}
|
|
@@ -10831,7 +10855,7 @@ button::-moz-focus-inner {
|
|
|
10831
10855
|
display: flex;
|
|
10832
10856
|
flex: 1;
|
|
10833
10857
|
flex-direction: column;
|
|
10834
|
-
max-height: min(650px, 100vh - 110px);
|
|
10858
|
+
max-height: min(650px, calc(100vh - 110px));
|
|
10835
10859
|
overflow: auto;
|
|
10836
10860
|
-webkit-overflow-scrolling: touch;
|
|
10837
10861
|
padding: 16px 16px;
|
|
@@ -11360,13 +11384,13 @@ body.tox-dialog__disable-scroll {
|
|
|
11360
11384
|
justify-content: space-between;
|
|
11361
11385
|
}
|
|
11362
11386
|
.tox .tox-form__grid--2col > .tox-form__group {
|
|
11363
|
-
width: calc(50% -
|
|
11387
|
+
width: calc(50% - (8px / 2));
|
|
11364
11388
|
}
|
|
11365
11389
|
.tox .tox-form__grid--3col > .tox-form__group {
|
|
11366
|
-
width: calc(
|
|
11390
|
+
width: calc(100% / 3 - (8px / 2));
|
|
11367
11391
|
}
|
|
11368
11392
|
.tox .tox-form__grid--4col > .tox-form__group {
|
|
11369
|
-
width: calc(25% -
|
|
11393
|
+
width: calc(25% - (8px / 2));
|
|
11370
11394
|
}
|
|
11371
11395
|
.tox .tox-form__controls-h-stack {
|
|
11372
11396
|
align-items: center;
|
|
@@ -11764,6 +11788,7 @@ body.tox-dialog__disable-scroll {
|
|
|
11764
11788
|
overflow-wrap: break-word;
|
|
11765
11789
|
word-break: normal;
|
|
11766
11790
|
}
|
|
11791
|
+
|
|
11767
11792
|
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11768
11793
|
word-break: break-all;
|
|
11769
11794
|
}
|
|
@@ -12290,9 +12315,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12290
12315
|
}
|
|
12291
12316
|
@media only screen and (min-width: 768px) {
|
|
12292
12317
|
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12293
|
-
|
|
12294
|
-
|
|
12295
|
-
flex: 0 0
|
|
12318
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12319
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12320
|
+
flex: 0 0 calc(100% / 3);
|
|
12296
12321
|
}
|
|
12297
12322
|
}
|
|
12298
12323
|
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
@@ -12316,6 +12341,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12316
12341
|
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12317
12342
|
display: none;
|
|
12318
12343
|
}
|
|
12344
|
+
|
|
12319
12345
|
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12320
12346
|
display: block;
|
|
12321
12347
|
}
|
|
@@ -12713,7 +12739,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12713
12739
|
background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
|
|
12714
12740
|
background-position: center top 40px;
|
|
12715
12741
|
background-repeat: no-repeat;
|
|
12716
|
-
background-size: calc(100% -
|
|
12742
|
+
background-size: calc(100% - 11px * 2) calc(100% - 41px);
|
|
12717
12743
|
display: flex;
|
|
12718
12744
|
flex: 0 0 auto;
|
|
12719
12745
|
flex-shrink: 0;
|
|
@@ -12725,7 +12751,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12725
12751
|
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
|
|
12726
12752
|
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
|
|
12727
12753
|
background-position: center top 0px;
|
|
12728
|
-
background-size: calc(100% -
|
|
12754
|
+
background-size: calc(100% - 11px * 2) calc(100% - 0px);
|
|
12729
12755
|
}
|
|
12730
12756
|
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
|
|
12731
12757
|
height: 0;
|
|
@@ -12772,7 +12798,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12772
12798
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
12773
12799
|
background-color: #fff;
|
|
12774
12800
|
background-position: center top 43px;
|
|
12775
|
-
background-size: calc(100% -
|
|
12801
|
+
background-size: calc(100% - 8px * 2) calc(100% - 51px);
|
|
12776
12802
|
border: none;
|
|
12777
12803
|
border-radius: 6px;
|
|
12778
12804
|
box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
|
|
@@ -12784,7 +12810,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12784
12810
|
}
|
|
12785
12811
|
.tox-pop .tox-pop__dialog .tox-toolbar {
|
|
12786
12812
|
background-position: center top 43px;
|
|
12787
|
-
background-size: calc(100% -
|
|
12813
|
+
background-size: calc(100% - 11px * 2) calc(100% - 51px);
|
|
12788
12814
|
padding: 4px 0;
|
|
12789
12815
|
}
|
|
12790
12816
|
.tox .tox-toolbar__group {
|
|
@@ -14078,18 +14104,18 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14078
14104
|
.cropper-dashed.dashed-h {
|
|
14079
14105
|
border-bottom-width: 1px;
|
|
14080
14106
|
border-top-width: 1px;
|
|
14081
|
-
height:
|
|
14107
|
+
height: calc(100% / 3);
|
|
14082
14108
|
left: 0;
|
|
14083
|
-
top:
|
|
14109
|
+
top: calc(100% / 3);
|
|
14084
14110
|
width: 100%;
|
|
14085
14111
|
}
|
|
14086
14112
|
.cropper-dashed.dashed-v {
|
|
14087
14113
|
border-left-width: 1px;
|
|
14088
14114
|
border-right-width: 1px;
|
|
14089
14115
|
height: 100%;
|
|
14090
|
-
left:
|
|
14116
|
+
left: calc(100% / 3);
|
|
14091
14117
|
top: 0;
|
|
14092
|
-
width:
|
|
14118
|
+
width: calc(100% / 3);
|
|
14093
14119
|
}
|
|
14094
14120
|
.cropper-center {
|
|
14095
14121
|
display: block;
|
|
@@ -14411,9 +14437,14 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14411
14437
|
.rdtPrev span,
|
|
14412
14438
|
.rdtNext span {
|
|
14413
14439
|
display: block;
|
|
14414
|
-
-webkit-touch-callout: none;
|
|
14415
|
-
|
|
14416
|
-
-
|
|
14440
|
+
-webkit-touch-callout: none;
|
|
14441
|
+
/* iOS Safari */
|
|
14442
|
+
-webkit-user-select: none;
|
|
14443
|
+
/* Chrome/Safari/Opera */
|
|
14444
|
+
/* Konqueror */
|
|
14445
|
+
-moz-user-select: none;
|
|
14446
|
+
/* Firefox */
|
|
14447
|
+
/* Internet Explorer/Edge */
|
|
14417
14448
|
user-select: none;
|
|
14418
14449
|
}
|
|
14419
14450
|
.rdtPicker th.rdtDisabled,
|
|
@@ -14482,9 +14513,14 @@ td.rdtQuarter:hover {
|
|
|
14482
14513
|
line-height: 40px;
|
|
14483
14514
|
cursor: pointer;
|
|
14484
14515
|
display: block;
|
|
14485
|
-
-webkit-touch-callout: none;
|
|
14486
|
-
|
|
14487
|
-
-
|
|
14516
|
+
-webkit-touch-callout: none;
|
|
14517
|
+
/* iOS Safari */
|
|
14518
|
+
-webkit-user-select: none;
|
|
14519
|
+
/* Chrome/Safari/Opera */
|
|
14520
|
+
/* Konqueror */
|
|
14521
|
+
-moz-user-select: none;
|
|
14522
|
+
/* Firefox */
|
|
14523
|
+
/* Internet Explorer/Edge */
|
|
14488
14524
|
user-select: none;
|
|
14489
14525
|
}
|
|
14490
14526
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -15050,6 +15086,7 @@ body {
|
|
|
15050
15086
|
.antd-Layout-content {
|
|
15051
15087
|
transition: transform var(--animation-duration) ease;
|
|
15052
15088
|
}
|
|
15089
|
+
|
|
15053
15090
|
.antd-Layout-aside {
|
|
15054
15091
|
display: none;
|
|
15055
15092
|
}
|
|
@@ -15065,11 +15102,13 @@ body {
|
|
|
15065
15102
|
-webkit-overflow-scrolling: touch;
|
|
15066
15103
|
z-index: 1010;
|
|
15067
15104
|
}
|
|
15105
|
+
|
|
15068
15106
|
.antd-Layout-headerBar {
|
|
15069
15107
|
display: none;
|
|
15070
15108
|
}
|
|
15109
|
+
|
|
15071
15110
|
.antd-Layout--offScreen .antd-Layout-body,
|
|
15072
|
-
|
|
15111
|
+
.antd-Layout--offScreen .antd-Layout-footer {
|
|
15073
15112
|
background: var(--body-bg);
|
|
15074
15113
|
transition: transform var(--animation-duration) ease;
|
|
15075
15114
|
backface-visibility: hidden;
|
|
@@ -15084,6 +15123,7 @@ body {
|
|
|
15084
15123
|
z-index: 1015;
|
|
15085
15124
|
padding-top: 3.125rem;
|
|
15086
15125
|
}
|
|
15126
|
+
|
|
15087
15127
|
.antd-Layout-offScreenBtn {
|
|
15088
15128
|
display: block;
|
|
15089
15129
|
}
|
|
@@ -15138,7 +15178,7 @@ body {
|
|
|
15138
15178
|
float: left;
|
|
15139
15179
|
}
|
|
15140
15180
|
.antd-Layout--withAside .antd-Layout-headerBar,
|
|
15141
|
-
|
|
15181
|
+
.antd-Layout--withAside .antd-Layout-footer {
|
|
15142
15182
|
margin-left: var(--Layout-aside-width);
|
|
15143
15183
|
transition: margin var(--animation-duration) ease;
|
|
15144
15184
|
}
|
|
@@ -15161,11 +15201,11 @@ body {
|
|
|
15161
15201
|
width: auto;
|
|
15162
15202
|
}
|
|
15163
15203
|
.antd-Layout--folded .antd-Layout-aside,
|
|
15164
|
-
|
|
15204
|
+
.antd-Layout--folded .antd-Layout-brandBar {
|
|
15165
15205
|
width: var(--Layout-aside--folded-width);
|
|
15166
15206
|
}
|
|
15167
15207
|
.antd-Layout--folded.antd-Layout--withAside .antd-Layout-headerBar,
|
|
15168
|
-
|
|
15208
|
+
.antd-Layout--folded.antd-Layout--withAside .antd-Layout-footer {
|
|
15169
15209
|
margin-left: var(--Layout-aside--folded-width);
|
|
15170
15210
|
}
|
|
15171
15211
|
.antd-Layout--folded .antd-Layout-brand {
|
|
@@ -15224,18 +15264,18 @@ body {
|
|
|
15224
15264
|
padding-right: 17px;
|
|
15225
15265
|
}
|
|
15226
15266
|
.antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-brand,
|
|
15227
|
-
|
|
15228
|
-
|
|
15267
|
+
.antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-brandBar,
|
|
15268
|
+
.antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-aside {
|
|
15229
15269
|
width: var(--Layout-aside--sm-width);
|
|
15230
15270
|
}
|
|
15231
15271
|
.antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-brand,
|
|
15232
|
-
|
|
15233
|
-
|
|
15272
|
+
.antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-brandBar,
|
|
15273
|
+
.antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-aside {
|
|
15234
15274
|
width: var(--Layout-aside--md-width);
|
|
15235
15275
|
}
|
|
15236
15276
|
.antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-brand,
|
|
15237
|
-
|
|
15238
|
-
|
|
15277
|
+
.antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-brandBar,
|
|
15278
|
+
.antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-aside {
|
|
15239
15279
|
width: var(--Layout-aside--lg-width);
|
|
15240
15280
|
}
|
|
15241
15281
|
}
|
|
@@ -15407,6 +15447,7 @@ body {
|
|
|
15407
15447
|
flex-direction: column;
|
|
15408
15448
|
justify-content: space-between;
|
|
15409
15449
|
}
|
|
15450
|
+
|
|
15410
15451
|
.antd-Grid-col--sm1 {
|
|
15411
15452
|
flex: 0 0 8.3333333333%;
|
|
15412
15453
|
max-width: 8.3333333333%;
|
|
@@ -15414,6 +15455,7 @@ body {
|
|
|
15414
15455
|
padding-left: 0.5rem;
|
|
15415
15456
|
padding-right: 0.5rem;
|
|
15416
15457
|
}
|
|
15458
|
+
|
|
15417
15459
|
.antd-Grid-col--sm2 {
|
|
15418
15460
|
flex: 0 0 16.6666666667%;
|
|
15419
15461
|
max-width: 16.6666666667%;
|
|
@@ -15421,6 +15463,7 @@ body {
|
|
|
15421
15463
|
padding-left: 0.5rem;
|
|
15422
15464
|
padding-right: 0.5rem;
|
|
15423
15465
|
}
|
|
15466
|
+
|
|
15424
15467
|
.antd-Grid-col--sm3 {
|
|
15425
15468
|
flex: 0 0 25%;
|
|
15426
15469
|
max-width: 25%;
|
|
@@ -15428,6 +15471,7 @@ body {
|
|
|
15428
15471
|
padding-left: 0.5rem;
|
|
15429
15472
|
padding-right: 0.5rem;
|
|
15430
15473
|
}
|
|
15474
|
+
|
|
15431
15475
|
.antd-Grid-col--sm4 {
|
|
15432
15476
|
flex: 0 0 33.3333333333%;
|
|
15433
15477
|
max-width: 33.3333333333%;
|
|
@@ -15435,6 +15479,7 @@ body {
|
|
|
15435
15479
|
padding-left: 0.5rem;
|
|
15436
15480
|
padding-right: 0.5rem;
|
|
15437
15481
|
}
|
|
15482
|
+
|
|
15438
15483
|
.antd-Grid-col--sm5 {
|
|
15439
15484
|
flex: 0 0 41.6666666667%;
|
|
15440
15485
|
max-width: 41.6666666667%;
|
|
@@ -15442,6 +15487,7 @@ body {
|
|
|
15442
15487
|
padding-left: 0.5rem;
|
|
15443
15488
|
padding-right: 0.5rem;
|
|
15444
15489
|
}
|
|
15490
|
+
|
|
15445
15491
|
.antd-Grid-col--sm6 {
|
|
15446
15492
|
flex: 0 0 50%;
|
|
15447
15493
|
max-width: 50%;
|
|
@@ -15449,6 +15495,7 @@ body {
|
|
|
15449
15495
|
padding-left: 0.5rem;
|
|
15450
15496
|
padding-right: 0.5rem;
|
|
15451
15497
|
}
|
|
15498
|
+
|
|
15452
15499
|
.antd-Grid-col--sm7 {
|
|
15453
15500
|
flex: 0 0 58.3333333333%;
|
|
15454
15501
|
max-width: 58.3333333333%;
|
|
@@ -15456,6 +15503,7 @@ body {
|
|
|
15456
15503
|
padding-left: 0.5rem;
|
|
15457
15504
|
padding-right: 0.5rem;
|
|
15458
15505
|
}
|
|
15506
|
+
|
|
15459
15507
|
.antd-Grid-col--sm8 {
|
|
15460
15508
|
flex: 0 0 66.6666666667%;
|
|
15461
15509
|
max-width: 66.6666666667%;
|
|
@@ -15463,6 +15511,7 @@ body {
|
|
|
15463
15511
|
padding-left: 0.5rem;
|
|
15464
15512
|
padding-right: 0.5rem;
|
|
15465
15513
|
}
|
|
15514
|
+
|
|
15466
15515
|
.antd-Grid-col--sm9 {
|
|
15467
15516
|
flex: 0 0 75%;
|
|
15468
15517
|
max-width: 75%;
|
|
@@ -15470,6 +15519,7 @@ body {
|
|
|
15470
15519
|
padding-left: 0.5rem;
|
|
15471
15520
|
padding-right: 0.5rem;
|
|
15472
15521
|
}
|
|
15522
|
+
|
|
15473
15523
|
.antd-Grid-col--sm10 {
|
|
15474
15524
|
flex: 0 0 83.3333333333%;
|
|
15475
15525
|
max-width: 83.3333333333%;
|
|
@@ -15477,6 +15527,7 @@ body {
|
|
|
15477
15527
|
padding-left: 0.5rem;
|
|
15478
15528
|
padding-right: 0.5rem;
|
|
15479
15529
|
}
|
|
15530
|
+
|
|
15480
15531
|
.antd-Grid-col--sm11 {
|
|
15481
15532
|
flex: 0 0 91.6666666667%;
|
|
15482
15533
|
max-width: 91.6666666667%;
|
|
@@ -15484,6 +15535,7 @@ body {
|
|
|
15484
15535
|
padding-left: 0.5rem;
|
|
15485
15536
|
padding-right: 0.5rem;
|
|
15486
15537
|
}
|
|
15538
|
+
|
|
15487
15539
|
.antd-Grid-col--sm12 {
|
|
15488
15540
|
flex: 0 0 100%;
|
|
15489
15541
|
max-width: 100%;
|
|
@@ -15491,6 +15543,7 @@ body {
|
|
|
15491
15543
|
padding-left: 0.5rem;
|
|
15492
15544
|
padding-right: 0.5rem;
|
|
15493
15545
|
}
|
|
15546
|
+
|
|
15494
15547
|
.antd-Grid-col--sm {
|
|
15495
15548
|
flex-basis: 0;
|
|
15496
15549
|
flex-grow: 1;
|
|
@@ -15500,6 +15553,7 @@ body {
|
|
|
15500
15553
|
padding-left: 0.5rem;
|
|
15501
15554
|
padding-right: 0.5rem;
|
|
15502
15555
|
}
|
|
15556
|
+
|
|
15503
15557
|
.antd-Grid-col--smAuto {
|
|
15504
15558
|
flex: 0 0 auto;
|
|
15505
15559
|
width: auto;
|
|
@@ -15516,6 +15570,7 @@ body {
|
|
|
15516
15570
|
padding-left: 0.5rem;
|
|
15517
15571
|
padding-right: 0.5rem;
|
|
15518
15572
|
}
|
|
15573
|
+
|
|
15519
15574
|
.antd-Grid-col--md2 {
|
|
15520
15575
|
flex: 0 0 16.6666666667%;
|
|
15521
15576
|
max-width: 16.6666666667%;
|
|
@@ -15523,6 +15578,7 @@ body {
|
|
|
15523
15578
|
padding-left: 0.5rem;
|
|
15524
15579
|
padding-right: 0.5rem;
|
|
15525
15580
|
}
|
|
15581
|
+
|
|
15526
15582
|
.antd-Grid-col--md3 {
|
|
15527
15583
|
flex: 0 0 25%;
|
|
15528
15584
|
max-width: 25%;
|
|
@@ -15530,6 +15586,7 @@ body {
|
|
|
15530
15586
|
padding-left: 0.5rem;
|
|
15531
15587
|
padding-right: 0.5rem;
|
|
15532
15588
|
}
|
|
15589
|
+
|
|
15533
15590
|
.antd-Grid-col--md4 {
|
|
15534
15591
|
flex: 0 0 33.3333333333%;
|
|
15535
15592
|
max-width: 33.3333333333%;
|
|
@@ -15537,6 +15594,7 @@ body {
|
|
|
15537
15594
|
padding-left: 0.5rem;
|
|
15538
15595
|
padding-right: 0.5rem;
|
|
15539
15596
|
}
|
|
15597
|
+
|
|
15540
15598
|
.antd-Grid-col--md5 {
|
|
15541
15599
|
flex: 0 0 41.6666666667%;
|
|
15542
15600
|
max-width: 41.6666666667%;
|
|
@@ -15544,6 +15602,7 @@ body {
|
|
|
15544
15602
|
padding-left: 0.5rem;
|
|
15545
15603
|
padding-right: 0.5rem;
|
|
15546
15604
|
}
|
|
15605
|
+
|
|
15547
15606
|
.antd-Grid-col--md6 {
|
|
15548
15607
|
flex: 0 0 50%;
|
|
15549
15608
|
max-width: 50%;
|
|
@@ -15551,6 +15610,7 @@ body {
|
|
|
15551
15610
|
padding-left: 0.5rem;
|
|
15552
15611
|
padding-right: 0.5rem;
|
|
15553
15612
|
}
|
|
15613
|
+
|
|
15554
15614
|
.antd-Grid-col--md7 {
|
|
15555
15615
|
flex: 0 0 58.3333333333%;
|
|
15556
15616
|
max-width: 58.3333333333%;
|
|
@@ -15558,6 +15618,7 @@ body {
|
|
|
15558
15618
|
padding-left: 0.5rem;
|
|
15559
15619
|
padding-right: 0.5rem;
|
|
15560
15620
|
}
|
|
15621
|
+
|
|
15561
15622
|
.antd-Grid-col--md8 {
|
|
15562
15623
|
flex: 0 0 66.6666666667%;
|
|
15563
15624
|
max-width: 66.6666666667%;
|
|
@@ -15565,6 +15626,7 @@ body {
|
|
|
15565
15626
|
padding-left: 0.5rem;
|
|
15566
15627
|
padding-right: 0.5rem;
|
|
15567
15628
|
}
|
|
15629
|
+
|
|
15568
15630
|
.antd-Grid-col--md9 {
|
|
15569
15631
|
flex: 0 0 75%;
|
|
15570
15632
|
max-width: 75%;
|
|
@@ -15572,6 +15634,7 @@ body {
|
|
|
15572
15634
|
padding-left: 0.5rem;
|
|
15573
15635
|
padding-right: 0.5rem;
|
|
15574
15636
|
}
|
|
15637
|
+
|
|
15575
15638
|
.antd-Grid-col--md10 {
|
|
15576
15639
|
flex: 0 0 83.3333333333%;
|
|
15577
15640
|
max-width: 83.3333333333%;
|
|
@@ -15579,6 +15642,7 @@ body {
|
|
|
15579
15642
|
padding-left: 0.5rem;
|
|
15580
15643
|
padding-right: 0.5rem;
|
|
15581
15644
|
}
|
|
15645
|
+
|
|
15582
15646
|
.antd-Grid-col--md11 {
|
|
15583
15647
|
flex: 0 0 91.6666666667%;
|
|
15584
15648
|
max-width: 91.6666666667%;
|
|
@@ -15586,6 +15650,7 @@ body {
|
|
|
15586
15650
|
padding-left: 0.5rem;
|
|
15587
15651
|
padding-right: 0.5rem;
|
|
15588
15652
|
}
|
|
15653
|
+
|
|
15589
15654
|
.antd-Grid-col--md12 {
|
|
15590
15655
|
flex: 0 0 100%;
|
|
15591
15656
|
max-width: 100%;
|
|
@@ -15593,6 +15658,7 @@ body {
|
|
|
15593
15658
|
padding-left: 0.5rem;
|
|
15594
15659
|
padding-right: 0.5rem;
|
|
15595
15660
|
}
|
|
15661
|
+
|
|
15596
15662
|
.antd-Grid-col--md {
|
|
15597
15663
|
flex-basis: 0;
|
|
15598
15664
|
flex-grow: 1;
|
|
@@ -15602,6 +15668,7 @@ body {
|
|
|
15602
15668
|
padding-left: 0.5rem;
|
|
15603
15669
|
padding-right: 0.5rem;
|
|
15604
15670
|
}
|
|
15671
|
+
|
|
15605
15672
|
.antd-Grid-col--mdAuto {
|
|
15606
15673
|
flex: 0 0 auto;
|
|
15607
15674
|
width: auto;
|
|
@@ -15618,6 +15685,7 @@ body {
|
|
|
15618
15685
|
padding-left: 0.5rem;
|
|
15619
15686
|
padding-right: 0.5rem;
|
|
15620
15687
|
}
|
|
15688
|
+
|
|
15621
15689
|
.antd-Grid-col--lg2 {
|
|
15622
15690
|
flex: 0 0 16.6666666667%;
|
|
15623
15691
|
max-width: 16.6666666667%;
|
|
@@ -15625,6 +15693,7 @@ body {
|
|
|
15625
15693
|
padding-left: 0.5rem;
|
|
15626
15694
|
padding-right: 0.5rem;
|
|
15627
15695
|
}
|
|
15696
|
+
|
|
15628
15697
|
.antd-Grid-col--lg3 {
|
|
15629
15698
|
flex: 0 0 25%;
|
|
15630
15699
|
max-width: 25%;
|
|
@@ -15632,6 +15701,7 @@ body {
|
|
|
15632
15701
|
padding-left: 0.5rem;
|
|
15633
15702
|
padding-right: 0.5rem;
|
|
15634
15703
|
}
|
|
15704
|
+
|
|
15635
15705
|
.antd-Grid-col--lg4 {
|
|
15636
15706
|
flex: 0 0 33.3333333333%;
|
|
15637
15707
|
max-width: 33.3333333333%;
|
|
@@ -15639,6 +15709,7 @@ body {
|
|
|
15639
15709
|
padding-left: 0.5rem;
|
|
15640
15710
|
padding-right: 0.5rem;
|
|
15641
15711
|
}
|
|
15712
|
+
|
|
15642
15713
|
.antd-Grid-col--lg5 {
|
|
15643
15714
|
flex: 0 0 41.6666666667%;
|
|
15644
15715
|
max-width: 41.6666666667%;
|
|
@@ -15646,6 +15717,7 @@ body {
|
|
|
15646
15717
|
padding-left: 0.5rem;
|
|
15647
15718
|
padding-right: 0.5rem;
|
|
15648
15719
|
}
|
|
15720
|
+
|
|
15649
15721
|
.antd-Grid-col--lg6 {
|
|
15650
15722
|
flex: 0 0 50%;
|
|
15651
15723
|
max-width: 50%;
|
|
@@ -15653,6 +15725,7 @@ body {
|
|
|
15653
15725
|
padding-left: 0.5rem;
|
|
15654
15726
|
padding-right: 0.5rem;
|
|
15655
15727
|
}
|
|
15728
|
+
|
|
15656
15729
|
.antd-Grid-col--lg7 {
|
|
15657
15730
|
flex: 0 0 58.3333333333%;
|
|
15658
15731
|
max-width: 58.3333333333%;
|
|
@@ -15660,6 +15733,7 @@ body {
|
|
|
15660
15733
|
padding-left: 0.5rem;
|
|
15661
15734
|
padding-right: 0.5rem;
|
|
15662
15735
|
}
|
|
15736
|
+
|
|
15663
15737
|
.antd-Grid-col--lg8 {
|
|
15664
15738
|
flex: 0 0 66.6666666667%;
|
|
15665
15739
|
max-width: 66.6666666667%;
|
|
@@ -15667,6 +15741,7 @@ body {
|
|
|
15667
15741
|
padding-left: 0.5rem;
|
|
15668
15742
|
padding-right: 0.5rem;
|
|
15669
15743
|
}
|
|
15744
|
+
|
|
15670
15745
|
.antd-Grid-col--lg9 {
|
|
15671
15746
|
flex: 0 0 75%;
|
|
15672
15747
|
max-width: 75%;
|
|
@@ -15674,6 +15749,7 @@ body {
|
|
|
15674
15749
|
padding-left: 0.5rem;
|
|
15675
15750
|
padding-right: 0.5rem;
|
|
15676
15751
|
}
|
|
15752
|
+
|
|
15677
15753
|
.antd-Grid-col--lg10 {
|
|
15678
15754
|
flex: 0 0 83.3333333333%;
|
|
15679
15755
|
max-width: 83.3333333333%;
|
|
@@ -15681,6 +15757,7 @@ body {
|
|
|
15681
15757
|
padding-left: 0.5rem;
|
|
15682
15758
|
padding-right: 0.5rem;
|
|
15683
15759
|
}
|
|
15760
|
+
|
|
15684
15761
|
.antd-Grid-col--lg11 {
|
|
15685
15762
|
flex: 0 0 91.6666666667%;
|
|
15686
15763
|
max-width: 91.6666666667%;
|
|
@@ -15688,6 +15765,7 @@ body {
|
|
|
15688
15765
|
padding-left: 0.5rem;
|
|
15689
15766
|
padding-right: 0.5rem;
|
|
15690
15767
|
}
|
|
15768
|
+
|
|
15691
15769
|
.antd-Grid-col--lg12 {
|
|
15692
15770
|
flex: 0 0 100%;
|
|
15693
15771
|
max-width: 100%;
|
|
@@ -15695,6 +15773,7 @@ body {
|
|
|
15695
15773
|
padding-left: 0.5rem;
|
|
15696
15774
|
padding-right: 0.5rem;
|
|
15697
15775
|
}
|
|
15776
|
+
|
|
15698
15777
|
.antd-Grid-col--lg {
|
|
15699
15778
|
flex-basis: 0;
|
|
15700
15779
|
flex-grow: 1;
|
|
@@ -15704,6 +15783,7 @@ body {
|
|
|
15704
15783
|
padding-left: 0.5rem;
|
|
15705
15784
|
padding-right: 0.5rem;
|
|
15706
15785
|
}
|
|
15786
|
+
|
|
15707
15787
|
.antd-Grid-col--lgAuto {
|
|
15708
15788
|
flex: 0 0 auto;
|
|
15709
15789
|
width: auto;
|
|
@@ -15828,7 +15908,7 @@ body {
|
|
|
15828
15908
|
border-radius: 0.625rem;
|
|
15829
15909
|
}
|
|
15830
15910
|
.antd-AsideNav-itemIcon {
|
|
15831
|
-
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
15911
|
+
margin: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / -2 ) -0.625rem;
|
|
15832
15912
|
line-height: var(--Layout-nav-height);
|
|
15833
15913
|
width: var(--Layout-nav-height);
|
|
15834
15914
|
vertical-align: middle;
|
|
@@ -15874,7 +15954,7 @@ body {
|
|
|
15874
15954
|
text-transform: none;
|
|
15875
15955
|
display: block;
|
|
15876
15956
|
font-size: var(--Layout-asideLink-fontSize);
|
|
15877
|
-
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
15957
|
+
padding: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-base);
|
|
15878
15958
|
position: relative;
|
|
15879
15959
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
15880
15960
|
color: var(--Layout-asideLink-color);
|
|
@@ -15899,7 +15979,7 @@ body {
|
|
|
15899
15979
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
15900
15980
|
}
|
|
15901
15981
|
.antd-AsideNav-item.is-lg > a {
|
|
15902
|
-
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15982
|
+
padding: calc( ( var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15903
15983
|
}
|
|
15904
15984
|
.antd-AsideNav-item .antd-AsideNav-item a {
|
|
15905
15985
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -15926,7 +16006,7 @@ body {
|
|
|
15926
16006
|
cursor: default;
|
|
15927
16007
|
background: transparent;
|
|
15928
16008
|
color: var(--Layout-asideLink-color);
|
|
15929
|
-
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
16009
|
+
padding: calc( ( var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15930
16010
|
}
|
|
15931
16011
|
.antd-AsideNav-subHeader a:hover {
|
|
15932
16012
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -15989,7 +16069,7 @@ img.antd-AsideNav-itemIcon {
|
|
|
15989
16069
|
border: none;
|
|
15990
16070
|
}
|
|
15991
16071
|
.antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemArrow,
|
|
15992
|
-
|
|
16072
|
+
.antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemLabel {
|
|
15993
16073
|
display: none;
|
|
15994
16074
|
}
|
|
15995
16075
|
.antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemIcon {
|
|
@@ -17509,49 +17589,54 @@ input[type=button].antd-Button--block {
|
|
|
17509
17589
|
margin-left: var(--dialog-footer-margin-left);
|
|
17510
17590
|
}
|
|
17511
17591
|
.antd-Modal--2th .antd-Modal-content {
|
|
17512
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17592
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop) );
|
|
17513
17593
|
}
|
|
17514
17594
|
.antd-Modal--3th .antd-Modal-content {
|
|
17515
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17595
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop) );
|
|
17516
17596
|
}
|
|
17517
17597
|
.antd-Modal--4th .antd-Modal-content {
|
|
17518
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17598
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop) );
|
|
17519
17599
|
}
|
|
17520
17600
|
.antd-Modal--5th .antd-Modal-content {
|
|
17521
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17601
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop) );
|
|
17522
17602
|
}
|
|
17523
17603
|
.antd-Modal--6th .antd-Modal-content {
|
|
17524
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17604
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop) );
|
|
17525
17605
|
}
|
|
17526
17606
|
.antd-Modal--7th .antd-Modal-content {
|
|
17527
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17607
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop) );
|
|
17528
17608
|
}
|
|
17529
17609
|
.antd-Modal--8th .antd-Modal-content {
|
|
17530
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17610
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop) );
|
|
17531
17611
|
}
|
|
17532
17612
|
.antd-Modal--9th .antd-Modal-content {
|
|
17533
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17613
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop) );
|
|
17534
17614
|
}
|
|
17535
17615
|
.antd-Modal--10th .antd-Modal-content {
|
|
17536
|
-
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17616
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop) );
|
|
17537
17617
|
}
|
|
17538
17618
|
@media (min-width: 576px) {
|
|
17539
17619
|
.antd-Modal-content:not(.antd-Modal-content-custom) {
|
|
17540
17620
|
max-width: var(--dialog-size-normal-width);
|
|
17541
17621
|
border-width: var(--dialog-default-border-width);
|
|
17542
17622
|
}
|
|
17623
|
+
|
|
17543
17624
|
.antd-Modal--sm .antd-Modal-content {
|
|
17544
17625
|
max-width: var(--dialog-size-sm-width);
|
|
17545
17626
|
}
|
|
17627
|
+
|
|
17546
17628
|
.antd-Modal--base .antd-Modal-content {
|
|
17547
17629
|
max-width: var(--Modal-widthBase);
|
|
17548
17630
|
}
|
|
17631
|
+
|
|
17549
17632
|
.antd-Modal--md .antd-Modal-content {
|
|
17550
17633
|
max-width: var(--Modal-widthMd);
|
|
17551
17634
|
}
|
|
17635
|
+
|
|
17552
17636
|
.antd-Modal--lg .antd-Modal-content {
|
|
17553
17637
|
max-width: var(--dialog-size-lg-width);
|
|
17554
17638
|
}
|
|
17639
|
+
|
|
17555
17640
|
.antd-Modal--xl .antd-Modal-content {
|
|
17556
17641
|
max-width: var(--dialog-size-xl-width);
|
|
17557
17642
|
}
|
|
@@ -17733,264 +17818,279 @@ input[type=button].antd-Button--block {
|
|
|
17733
17818
|
width: var(--Drawer-widthBase);
|
|
17734
17819
|
height: var(--Drawer-widthBase);
|
|
17735
17820
|
}
|
|
17821
|
+
|
|
17736
17822
|
.antd-Drawer--xs .antd-Drawer-content {
|
|
17737
17823
|
width: var(--drawer-size-xs-width);
|
|
17738
17824
|
height: var(--Drawer-widthXs);
|
|
17739
17825
|
}
|
|
17826
|
+
|
|
17740
17827
|
.antd-Drawer--sm .antd-Drawer-content {
|
|
17741
17828
|
width: var(--drawer-size-sm-width);
|
|
17742
17829
|
height: var(--Drawer-widthSm);
|
|
17743
17830
|
}
|
|
17831
|
+
|
|
17744
17832
|
.antd-Drawer--md .antd-Drawer-content {
|
|
17745
17833
|
width: var(--drawer-size-md-width);
|
|
17746
17834
|
height: var(--Drawer-widthMd);
|
|
17747
17835
|
}
|
|
17836
|
+
|
|
17748
17837
|
.antd-Drawer--lg .antd-Drawer-content {
|
|
17749
17838
|
width: var(--drawer-size-lg-width);
|
|
17750
17839
|
height: var(--Drawer-widthLg);
|
|
17751
17840
|
}
|
|
17841
|
+
|
|
17752
17842
|
.antd-Drawer--xl .antd-Drawer-content {
|
|
17753
17843
|
width: var(--drawer-size-xl-width);
|
|
17754
17844
|
height: var(--Drawer-widthXl);
|
|
17755
17845
|
}
|
|
17846
|
+
|
|
17756
17847
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer .antd-Drawer-content,
|
|
17757
|
-
|
|
17848
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer .antd-Drawer-content {
|
|
17758
17849
|
width: calc(var(--Drawer-widthBase) - 20px);
|
|
17759
17850
|
}
|
|
17760
17851
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--xs .antd-Drawer-content,
|
|
17761
|
-
|
|
17852
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--xs .antd-Drawer-content {
|
|
17762
17853
|
width: calc(var(--Drawer-widthXs) - 20px);
|
|
17763
17854
|
}
|
|
17764
17855
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--sm .antd-Drawer-content,
|
|
17765
|
-
|
|
17856
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--sm .antd-Drawer-content {
|
|
17766
17857
|
width: calc(var(--Drawer-widthSm) - 20px);
|
|
17767
17858
|
}
|
|
17768
17859
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--md .antd-Drawer-content,
|
|
17769
|
-
|
|
17860
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--md .antd-Drawer-content {
|
|
17770
17861
|
width: calc(var(--Drawer-widthMd) - 20px);
|
|
17771
17862
|
}
|
|
17772
17863
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--lg .antd-Drawer-content,
|
|
17773
|
-
|
|
17864
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--lg .antd-Drawer-content {
|
|
17774
17865
|
width: calc(var(--Drawer-widthLg) - 20px);
|
|
17775
17866
|
}
|
|
17776
17867
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--xl .antd-Drawer-content,
|
|
17777
|
-
|
|
17868
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--xl .antd-Drawer-content {
|
|
17778
17869
|
width: calc(var(--Drawer-widthXl) - 20px);
|
|
17779
17870
|
}
|
|
17871
|
+
|
|
17780
17872
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer .antd-Drawer-content,
|
|
17781
|
-
|
|
17873
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer .antd-Drawer-content {
|
|
17782
17874
|
height: calc(var(--Drawer-widthBase) - 20px);
|
|
17783
17875
|
}
|
|
17784
17876
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--xs .antd-Drawer-content,
|
|
17785
|
-
|
|
17877
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--xs .antd-Drawer-content {
|
|
17786
17878
|
height: calc(var(--Drawer-widthXs) - 20px);
|
|
17787
17879
|
}
|
|
17788
17880
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--sm .antd-Drawer-content,
|
|
17789
|
-
|
|
17881
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--sm .antd-Drawer-content {
|
|
17790
17882
|
height: calc(var(--Drawer-widthSm) - 20px);
|
|
17791
17883
|
}
|
|
17792
17884
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--md .antd-Drawer-content,
|
|
17793
|
-
|
|
17885
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--md .antd-Drawer-content {
|
|
17794
17886
|
height: calc(var(--Drawer-widthMd) - 20px);
|
|
17795
17887
|
}
|
|
17796
17888
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--lg .antd-Drawer-content,
|
|
17797
|
-
|
|
17889
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--lg .antd-Drawer-content {
|
|
17798
17890
|
height: calc(var(--Drawer-widthLg) - 20px);
|
|
17799
17891
|
}
|
|
17800
17892
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--xl .antd-Drawer-content,
|
|
17801
|
-
|
|
17893
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--xl .antd-Drawer-content {
|
|
17802
17894
|
height: calc(var(--Drawer-widthXl) - 20px);
|
|
17803
17895
|
}
|
|
17896
|
+
|
|
17804
17897
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer .antd-Drawer-content,
|
|
17805
|
-
|
|
17898
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer .antd-Drawer-content {
|
|
17806
17899
|
width: calc(var(--Drawer-widthBase) - 40px);
|
|
17807
17900
|
}
|
|
17808
17901
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--xs .antd-Drawer-content,
|
|
17809
|
-
|
|
17902
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--xs .antd-Drawer-content {
|
|
17810
17903
|
width: calc(var(--Drawer-widthXs) - 40px);
|
|
17811
17904
|
}
|
|
17812
17905
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--sm .antd-Drawer-content,
|
|
17813
|
-
|
|
17906
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--sm .antd-Drawer-content {
|
|
17814
17907
|
width: calc(var(--Drawer-widthSm) - 40px);
|
|
17815
17908
|
}
|
|
17816
17909
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--md .antd-Drawer-content,
|
|
17817
|
-
|
|
17910
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--md .antd-Drawer-content {
|
|
17818
17911
|
width: calc(var(--Drawer-widthMd) - 40px);
|
|
17819
17912
|
}
|
|
17820
17913
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--lg .antd-Drawer-content,
|
|
17821
|
-
|
|
17914
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--lg .antd-Drawer-content {
|
|
17822
17915
|
width: calc(var(--Drawer-widthLg) - 40px);
|
|
17823
17916
|
}
|
|
17824
17917
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--xl .antd-Drawer-content,
|
|
17825
|
-
|
|
17918
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--xl .antd-Drawer-content {
|
|
17826
17919
|
width: calc(var(--Drawer-widthXl) - 40px);
|
|
17827
17920
|
}
|
|
17921
|
+
|
|
17828
17922
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer .antd-Drawer-content,
|
|
17829
|
-
|
|
17923
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer .antd-Drawer-content {
|
|
17830
17924
|
height: calc(var(--Drawer-widthBase) - 40px);
|
|
17831
17925
|
}
|
|
17832
17926
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--xs .antd-Drawer-content,
|
|
17833
|
-
|
|
17927
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--xs .antd-Drawer-content {
|
|
17834
17928
|
height: calc(var(--Drawer-widthXs) - 40px);
|
|
17835
17929
|
}
|
|
17836
17930
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--sm .antd-Drawer-content,
|
|
17837
|
-
|
|
17931
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--sm .antd-Drawer-content {
|
|
17838
17932
|
height: calc(var(--Drawer-widthSm) - 40px);
|
|
17839
17933
|
}
|
|
17840
17934
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--md .antd-Drawer-content,
|
|
17841
|
-
|
|
17935
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--md .antd-Drawer-content {
|
|
17842
17936
|
height: calc(var(--Drawer-widthMd) - 40px);
|
|
17843
17937
|
}
|
|
17844
17938
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--lg .antd-Drawer-content,
|
|
17845
|
-
|
|
17939
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--lg .antd-Drawer-content {
|
|
17846
17940
|
height: calc(var(--Drawer-widthLg) - 40px);
|
|
17847
17941
|
}
|
|
17848
17942
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--xl .antd-Drawer-content,
|
|
17849
|
-
|
|
17943
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--xl .antd-Drawer-content {
|
|
17850
17944
|
height: calc(var(--Drawer-widthXl) - 40px);
|
|
17851
17945
|
}
|
|
17946
|
+
|
|
17852
17947
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer .antd-Drawer-content,
|
|
17853
|
-
|
|
17948
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer .antd-Drawer-content {
|
|
17854
17949
|
width: calc(var(--Drawer-widthBase) - 60px);
|
|
17855
17950
|
}
|
|
17856
17951
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--xs .antd-Drawer-content,
|
|
17857
|
-
|
|
17952
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--xs .antd-Drawer-content {
|
|
17858
17953
|
width: calc(var(--Drawer-widthXs) - 60px);
|
|
17859
17954
|
}
|
|
17860
17955
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--sm .antd-Drawer-content,
|
|
17861
|
-
|
|
17956
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--sm .antd-Drawer-content {
|
|
17862
17957
|
width: calc(var(--Drawer-widthSm) - 60px);
|
|
17863
17958
|
}
|
|
17864
17959
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--md .antd-Drawer-content,
|
|
17865
|
-
|
|
17960
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--md .antd-Drawer-content {
|
|
17866
17961
|
width: calc(var(--Drawer-widthMd) - 60px);
|
|
17867
17962
|
}
|
|
17868
17963
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--lg .antd-Drawer-content,
|
|
17869
|
-
|
|
17964
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--lg .antd-Drawer-content {
|
|
17870
17965
|
width: calc(var(--Drawer-widthLg) - 60px);
|
|
17871
17966
|
}
|
|
17872
17967
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--xl .antd-Drawer-content,
|
|
17873
|
-
|
|
17968
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--xl .antd-Drawer-content {
|
|
17874
17969
|
width: calc(var(--Drawer-widthXl) - 60px);
|
|
17875
17970
|
}
|
|
17971
|
+
|
|
17876
17972
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer .antd-Drawer-content,
|
|
17877
|
-
|
|
17973
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer .antd-Drawer-content {
|
|
17878
17974
|
height: calc(var(--Drawer-widthBase) - 60px);
|
|
17879
17975
|
}
|
|
17880
17976
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--xs .antd-Drawer-content,
|
|
17881
|
-
|
|
17977
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--xs .antd-Drawer-content {
|
|
17882
17978
|
height: calc(var(--Drawer-widthXs) - 60px);
|
|
17883
17979
|
}
|
|
17884
17980
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--sm .antd-Drawer-content,
|
|
17885
|
-
|
|
17981
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--sm .antd-Drawer-content {
|
|
17886
17982
|
height: calc(var(--Drawer-widthSm) - 60px);
|
|
17887
17983
|
}
|
|
17888
17984
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--md .antd-Drawer-content,
|
|
17889
|
-
|
|
17985
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--md .antd-Drawer-content {
|
|
17890
17986
|
height: calc(var(--Drawer-widthMd) - 60px);
|
|
17891
17987
|
}
|
|
17892
17988
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--lg .antd-Drawer-content,
|
|
17893
|
-
|
|
17989
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--lg .antd-Drawer-content {
|
|
17894
17990
|
height: calc(var(--Drawer-widthLg) - 60px);
|
|
17895
17991
|
}
|
|
17896
17992
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--xl .antd-Drawer-content,
|
|
17897
|
-
|
|
17993
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--xl .antd-Drawer-content {
|
|
17898
17994
|
height: calc(var(--Drawer-widthXl) - 60px);
|
|
17899
17995
|
}
|
|
17996
|
+
|
|
17900
17997
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer .antd-Drawer-content,
|
|
17901
|
-
|
|
17998
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer .antd-Drawer-content {
|
|
17902
17999
|
width: calc(var(--Drawer-widthBase) - 80px);
|
|
17903
18000
|
}
|
|
17904
18001
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--xs .antd-Drawer-content,
|
|
17905
|
-
|
|
18002
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--xs .antd-Drawer-content {
|
|
17906
18003
|
width: calc(var(--Drawer-widthXs) - 80px);
|
|
17907
18004
|
}
|
|
17908
18005
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--sm .antd-Drawer-content,
|
|
17909
|
-
|
|
18006
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--sm .antd-Drawer-content {
|
|
17910
18007
|
width: calc(var(--Drawer-widthSm) - 80px);
|
|
17911
18008
|
}
|
|
17912
18009
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--md .antd-Drawer-content,
|
|
17913
|
-
|
|
18010
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--md .antd-Drawer-content {
|
|
17914
18011
|
width: calc(var(--Drawer-widthMd) - 80px);
|
|
17915
18012
|
}
|
|
17916
18013
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--lg .antd-Drawer-content,
|
|
17917
|
-
|
|
18014
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--lg .antd-Drawer-content {
|
|
17918
18015
|
width: calc(var(--Drawer-widthLg) - 80px);
|
|
17919
18016
|
}
|
|
17920
18017
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--xl .antd-Drawer-content,
|
|
17921
|
-
|
|
18018
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--xl .antd-Drawer-content {
|
|
17922
18019
|
width: calc(var(--Drawer-widthXl) - 80px);
|
|
17923
18020
|
}
|
|
18021
|
+
|
|
17924
18022
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer .antd-Drawer-content,
|
|
17925
|
-
|
|
18023
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer .antd-Drawer-content {
|
|
17926
18024
|
height: calc(var(--Drawer-widthBase) - 80px);
|
|
17927
18025
|
}
|
|
17928
18026
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--xs .antd-Drawer-content,
|
|
17929
|
-
|
|
18027
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--xs .antd-Drawer-content {
|
|
17930
18028
|
height: calc(var(--Drawer-widthXs) - 80px);
|
|
17931
18029
|
}
|
|
17932
18030
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--sm .antd-Drawer-content,
|
|
17933
|
-
|
|
18031
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--sm .antd-Drawer-content {
|
|
17934
18032
|
height: calc(var(--Drawer-widthSm) - 80px);
|
|
17935
18033
|
}
|
|
17936
18034
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--md .antd-Drawer-content,
|
|
17937
|
-
|
|
18035
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--md .antd-Drawer-content {
|
|
17938
18036
|
height: calc(var(--Drawer-widthMd) - 80px);
|
|
17939
18037
|
}
|
|
17940
18038
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--lg .antd-Drawer-content,
|
|
17941
|
-
|
|
18039
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--lg .antd-Drawer-content {
|
|
17942
18040
|
height: calc(var(--Drawer-widthLg) - 80px);
|
|
17943
18041
|
}
|
|
17944
18042
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--xl .antd-Drawer-content,
|
|
17945
|
-
|
|
18043
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--xl .antd-Drawer-content {
|
|
17946
18044
|
height: calc(var(--Drawer-widthXl) - 80px);
|
|
17947
18045
|
}
|
|
18046
|
+
|
|
17948
18047
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer .antd-Drawer-content,
|
|
17949
|
-
|
|
18048
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer .antd-Drawer-content {
|
|
17950
18049
|
width: calc(var(--Drawer-widthBase) - 100px);
|
|
17951
18050
|
}
|
|
17952
18051
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--xs .antd-Drawer-content,
|
|
17953
|
-
|
|
18052
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--xs .antd-Drawer-content {
|
|
17954
18053
|
width: calc(var(--Drawer-widthXs) - 100px);
|
|
17955
18054
|
}
|
|
17956
18055
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--sm .antd-Drawer-content,
|
|
17957
|
-
|
|
18056
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--sm .antd-Drawer-content {
|
|
17958
18057
|
width: calc(var(--Drawer-widthSm) - 100px);
|
|
17959
18058
|
}
|
|
17960
18059
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--md .antd-Drawer-content,
|
|
17961
|
-
|
|
18060
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--md .antd-Drawer-content {
|
|
17962
18061
|
width: calc(var(--Drawer-widthMd) - 100px);
|
|
17963
18062
|
}
|
|
17964
18063
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--lg .antd-Drawer-content,
|
|
17965
|
-
|
|
18064
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--lg .antd-Drawer-content {
|
|
17966
18065
|
width: calc(var(--Drawer-widthLg) - 100px);
|
|
17967
18066
|
}
|
|
17968
18067
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--xl .antd-Drawer-content,
|
|
17969
|
-
|
|
18068
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--xl .antd-Drawer-content {
|
|
17970
18069
|
width: calc(var(--Drawer-widthXl) - 100px);
|
|
17971
18070
|
}
|
|
18071
|
+
|
|
17972
18072
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer .antd-Drawer-content,
|
|
17973
|
-
|
|
18073
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer .antd-Drawer-content {
|
|
17974
18074
|
height: calc(var(--Drawer-widthBase) - 100px);
|
|
17975
18075
|
}
|
|
17976
18076
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--xs .antd-Drawer-content,
|
|
17977
|
-
|
|
18077
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--xs .antd-Drawer-content {
|
|
17978
18078
|
height: calc(var(--Drawer-widthXs) - 100px);
|
|
17979
18079
|
}
|
|
17980
18080
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--sm .antd-Drawer-content,
|
|
17981
|
-
|
|
18081
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--sm .antd-Drawer-content {
|
|
17982
18082
|
height: calc(var(--Drawer-widthSm) - 100px);
|
|
17983
18083
|
}
|
|
17984
18084
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--md .antd-Drawer-content,
|
|
17985
|
-
|
|
18085
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--md .antd-Drawer-content {
|
|
17986
18086
|
height: calc(var(--Drawer-widthMd) - 100px);
|
|
17987
18087
|
}
|
|
17988
18088
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--lg .antd-Drawer-content,
|
|
17989
|
-
|
|
18089
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--lg .antd-Drawer-content {
|
|
17990
18090
|
height: calc(var(--Drawer-widthLg) - 100px);
|
|
17991
18091
|
}
|
|
17992
18092
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--xl .antd-Drawer-content,
|
|
17993
|
-
|
|
18093
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--xl .antd-Drawer-content {
|
|
17994
18094
|
height: calc(var(--Drawer-widthXl) - 100px);
|
|
17995
18095
|
}
|
|
17996
18096
|
}
|
|
@@ -18149,7 +18249,7 @@ input[type=button].antd-Button--block {
|
|
|
18149
18249
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
18150
18250
|
}
|
|
18151
18251
|
.antd-Tooltip--top .antd-Tooltip-arrow {
|
|
18152
|
-
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18252
|
+
bottom: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18153
18253
|
}
|
|
18154
18254
|
.antd-Tooltip--top .antd-Tooltip-arrow::before,
|
|
18155
18255
|
.antd-Tooltip--top .antd-Tooltip-arrow::after {
|
|
@@ -18187,7 +18287,7 @@ input[type=button].antd-Button--block {
|
|
|
18187
18287
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
18188
18288
|
}
|
|
18189
18289
|
.antd-Tooltip--bottom .antd-Tooltip-arrow {
|
|
18190
|
-
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18290
|
+
top: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18191
18291
|
}
|
|
18192
18292
|
.antd-Tooltip--bottom .antd-Tooltip-arrow::before,
|
|
18193
18293
|
.antd-Tooltip--bottom .antd-Tooltip-arrow::after {
|
|
@@ -18215,7 +18315,7 @@ input[type=button].antd-Button--block {
|
|
|
18215
18315
|
}
|
|
18216
18316
|
.antd-Tooltip--left .antd-Tooltip-arrow {
|
|
18217
18317
|
left: auto;
|
|
18218
|
-
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18318
|
+
right: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18219
18319
|
width: var(--Tooltip-arrow-height);
|
|
18220
18320
|
height: var(--Tooltip-arrow-width);
|
|
18221
18321
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -18238,8 +18338,8 @@ input[type=button].antd-Button--block {
|
|
|
18238
18338
|
font-size: var(--fontSizeBase);
|
|
18239
18339
|
color: var(--Tooltip-title-color);
|
|
18240
18340
|
font-weight: var(--Tooltip-fontWeight);
|
|
18241
|
-
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18242
|
-
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18341
|
+
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18342
|
+
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18243
18343
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
18244
18344
|
}
|
|
18245
18345
|
.antd-Tooltip-title:empty {
|
|
@@ -18673,7 +18773,7 @@ input[type=button].antd-Button--block {
|
|
|
18673
18773
|
z-index: 1;
|
|
18674
18774
|
width: 100%;
|
|
18675
18775
|
height: 100%;
|
|
18676
|
-
background-image: linear-gradient(180deg,
|
|
18776
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
|
18677
18777
|
background-repeat: no-repeat;
|
|
18678
18778
|
background-position: top, bottom;
|
|
18679
18779
|
transform: translateZ(0);
|
|
@@ -18971,6 +19071,7 @@ input[type=button].antd-Button--block {
|
|
|
18971
19071
|
margin-bottom: var(--alert-base-title-margin-bottom);
|
|
18972
19072
|
}
|
|
18973
19073
|
.antd-Alert-content .antd-Alert-desc {
|
|
19074
|
+
min-height: 1.5rem;
|
|
18974
19075
|
line-height: 1.5rem;
|
|
18975
19076
|
}
|
|
18976
19077
|
.antd-Alert-actions {
|
|
@@ -20419,20 +20520,22 @@ input[type=button].antd-Button--block {
|
|
|
20419
20520
|
min-width: var(--Page-aside-width);
|
|
20420
20521
|
max-width: var(--Page-aside-maxWidth);
|
|
20421
20522
|
}
|
|
20523
|
+
|
|
20422
20524
|
.antd-Page--withSidebar {
|
|
20423
20525
|
display: flex;
|
|
20424
20526
|
flex-direction: row;
|
|
20425
20527
|
align-items: stretch;
|
|
20426
20528
|
}
|
|
20427
20529
|
.antd-Page--withSidebar > .antd-Page-content,
|
|
20428
|
-
|
|
20530
|
+
.antd-Page--withSidebar > .antd-PullRefresh {
|
|
20429
20531
|
width: 0;
|
|
20430
20532
|
flex-grow: 1;
|
|
20431
20533
|
}
|
|
20534
|
+
|
|
20432
20535
|
.antd-Page--asideSticky > .antd-Page-aside {
|
|
20433
20536
|
position: sticky;
|
|
20434
20537
|
top: var(--affix-offset-top);
|
|
20435
|
-
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20538
|
+
max-height: calc( 100vh - var(--affix-offset-top) - var(--affix-offset-bottom) );
|
|
20436
20539
|
overflow-x: hidden;
|
|
20437
20540
|
overflow-y: auto;
|
|
20438
20541
|
}
|
|
@@ -21287,7 +21390,7 @@ input[type=button].antd-Button--block {
|
|
|
21287
21390
|
.antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button, .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
|
|
21288
21391
|
padding-left: var(--gap-lg);
|
|
21289
21392
|
}
|
|
21290
|
-
.antd-DropDown-menuItem:hover, .antd-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21393
|
+
.antd-DropDown-menuItem:hover, .antd-DropDown-menu:not(.is-mobile) > li:not(.is-disabled):hover {
|
|
21291
21394
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21292
21395
|
color: var(--DropDown-menuItem-onHover-color);
|
|
21293
21396
|
}
|
|
@@ -22146,7 +22249,7 @@ input[type=button].antd-Button--block {
|
|
|
22146
22249
|
padding: 10px;
|
|
22147
22250
|
margin: -10px 0px;
|
|
22148
22251
|
background: #fff;
|
|
22149
|
-
z-index:
|
|
22252
|
+
z-index: 1000;
|
|
22150
22253
|
}
|
|
22151
22254
|
.antd-CBGroupOrItem-body-group > .antd-CBGroupOrItem-dragbar {
|
|
22152
22255
|
left: -0.3125rem;
|
|
@@ -22679,8 +22782,8 @@ input[type=button].antd-Button--block {
|
|
|
22679
22782
|
align-items: flex-start;
|
|
22680
22783
|
overflow-x: hidden;
|
|
22681
22784
|
overflow-y: auto;
|
|
22682
|
-
height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3);
|
|
22683
|
-
max-height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5);
|
|
22785
|
+
height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3 );
|
|
22786
|
+
max-height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5 );
|
|
22684
22787
|
}
|
|
22685
22788
|
.antd-Crud-selection-overflow-wrapper .antd-Crud-value {
|
|
22686
22789
|
cursor: pointer;
|
|
@@ -22689,7 +22792,7 @@ input[type=button].antd-Button--block {
|
|
|
22689
22792
|
user-select: none;
|
|
22690
22793
|
white-space: nowrap;
|
|
22691
22794
|
vertical-align: middle;
|
|
22692
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22795
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22693
22796
|
display: inline-block;
|
|
22694
22797
|
font-size: var(--Pick-base-value-fontSize);
|
|
22695
22798
|
color: var(--Pick-base-value-color);
|
|
@@ -22702,6 +22805,10 @@ input[type=button].antd-Button--block {
|
|
|
22702
22805
|
margin-right: var(--gap-xs);
|
|
22703
22806
|
margin-bottom: var(--gap-xs);
|
|
22704
22807
|
margin-top: var(--gap-xs);
|
|
22808
|
+
max-width: 9.375rem;
|
|
22809
|
+
overflow: hidden;
|
|
22810
|
+
text-overflow: ellipsis;
|
|
22811
|
+
white-space: nowrap;
|
|
22705
22812
|
}
|
|
22706
22813
|
.antd-Crud-selection-overflow-wrapper .antd-Crud-value:hover {
|
|
22707
22814
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -22734,7 +22841,7 @@ input[type=button].antd-Button--block {
|
|
|
22734
22841
|
user-select: none;
|
|
22735
22842
|
white-space: nowrap;
|
|
22736
22843
|
vertical-align: middle;
|
|
22737
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22844
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22738
22845
|
display: inline-block;
|
|
22739
22846
|
font-size: var(--Pick-base-value-fontSize);
|
|
22740
22847
|
color: var(--Pick-base-value-color);
|
|
@@ -22747,6 +22854,10 @@ input[type=button].antd-Button--block {
|
|
|
22747
22854
|
margin-right: var(--gap-xs);
|
|
22748
22855
|
margin-bottom: var(--gap-xs);
|
|
22749
22856
|
margin-top: var(--gap-xs);
|
|
22857
|
+
max-width: 9.375rem;
|
|
22858
|
+
overflow: hidden;
|
|
22859
|
+
text-overflow: ellipsis;
|
|
22860
|
+
white-space: nowrap;
|
|
22750
22861
|
}
|
|
22751
22862
|
.antd-Crud .antd-Crud-value:hover {
|
|
22752
22863
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -22857,7 +22968,7 @@ input[type=button].antd-Button--block {
|
|
|
22857
22968
|
float: right;
|
|
22858
22969
|
}
|
|
22859
22970
|
.antd-Crud-actions > * + .antd-Button,
|
|
22860
|
-
|
|
22971
|
+
.antd-Crud-actions > * + .antd-Button--disabled-wrap {
|
|
22861
22972
|
margin-left: var(--Crud-toolbar-gap);
|
|
22862
22973
|
}
|
|
22863
22974
|
}
|
|
@@ -22878,7 +22989,7 @@ input[type=button].antd-Button--block {
|
|
|
22878
22989
|
-webkit-user-select: none;
|
|
22879
22990
|
-moz-user-select: none;
|
|
22880
22991
|
user-select: none;
|
|
22881
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22992
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22882
22993
|
display: inline-block;
|
|
22883
22994
|
font-size: var(--Pick-base-value-fontSize);
|
|
22884
22995
|
color: var(--Pick-base-value-color);
|
|
@@ -22989,7 +23100,7 @@ input[type=button].antd-Button--block {
|
|
|
22989
23100
|
float: right;
|
|
22990
23101
|
}
|
|
22991
23102
|
.antd-Crud-actions > * + .antd-Button,
|
|
22992
|
-
|
|
23103
|
+
.antd-Crud-actions > * + .antd-Button--disabled-wrap {
|
|
22993
23104
|
margin-left: var(--Crud-toolbar-gap);
|
|
22994
23105
|
}
|
|
22995
23106
|
}
|
|
@@ -23030,7 +23141,7 @@ input[type=button].antd-Button--block {
|
|
|
23030
23141
|
}
|
|
23031
23142
|
.antd-Table-heading {
|
|
23032
23143
|
background: var(--Table-heading-bg);
|
|
23033
|
-
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
23144
|
+
padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
|
|
23034
23145
|
}
|
|
23035
23146
|
.antd-Table--unsaved .antd-Table-heading {
|
|
23036
23147
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -23099,6 +23210,12 @@ input[type=button].antd-Button--block {
|
|
|
23099
23210
|
display: flex;
|
|
23100
23211
|
align-items: center;
|
|
23101
23212
|
}
|
|
23213
|
+
.antd-Table-footerToolbar--affix, .antd-Table-footer--affix {
|
|
23214
|
+
position: sticky;
|
|
23215
|
+
bottom: var(--affix-offset-bottom);
|
|
23216
|
+
background: var(--Table-bg);
|
|
23217
|
+
z-index: 900;
|
|
23218
|
+
}
|
|
23102
23219
|
.antd-Table.is-mobile .antd-Table-toolbar .antd-Form-item {
|
|
23103
23220
|
padding: 0;
|
|
23104
23221
|
}
|
|
@@ -23132,6 +23249,9 @@ input[type=button].antd-Button--block {
|
|
|
23132
23249
|
opacity: 0.5;
|
|
23133
23250
|
z-index: 15;
|
|
23134
23251
|
}
|
|
23252
|
+
.antd-Table-content-colDragLine--disabled {
|
|
23253
|
+
cursor: not-allowed;
|
|
23254
|
+
}
|
|
23135
23255
|
.antd-Table-content-colDragLine:hover, .antd-Table-content-colDragLine.is-resizing {
|
|
23136
23256
|
background: var(--primary);
|
|
23137
23257
|
}
|
|
@@ -23179,6 +23299,9 @@ input[type=button].antd-Button--block {
|
|
|
23179
23299
|
content: "";
|
|
23180
23300
|
pointer-events: none;
|
|
23181
23301
|
}
|
|
23302
|
+
.antd-Table-table th .label, .antd-Table-table td .label {
|
|
23303
|
+
font-size: 90%;
|
|
23304
|
+
}
|
|
23182
23305
|
.antd-Table-table.is-layout-fixed td {
|
|
23183
23306
|
white-space: normal;
|
|
23184
23307
|
word-break: break-all;
|
|
@@ -24051,13 +24174,14 @@ input[type=button].antd-Button--block {
|
|
|
24051
24174
|
border-bottom: 1px solid var(--Table-thead-borderColor);
|
|
24052
24175
|
transform: scaleY(0.5);
|
|
24053
24176
|
}
|
|
24177
|
+
|
|
24054
24178
|
.antd-Table-table th,
|
|
24055
|
-
|
|
24179
|
+
.antd-Table-table td {
|
|
24056
24180
|
position: relative;
|
|
24057
24181
|
border-bottom: none;
|
|
24058
24182
|
}
|
|
24059
24183
|
.antd-Table-table th::before,
|
|
24060
|
-
|
|
24184
|
+
.antd-Table-table td::before {
|
|
24061
24185
|
position: absolute;
|
|
24062
24186
|
box-sizing: border-box;
|
|
24063
24187
|
content: " ";
|
|
@@ -24114,7 +24238,7 @@ input[type=button].antd-Button--block {
|
|
|
24114
24238
|
padding: var(--table-size-large-paddingTop) var(--table-size-large-paddingRight) var(--table-size-large-paddingBottom) var(--table-size-large-paddingLeft);
|
|
24115
24239
|
}
|
|
24116
24240
|
.antd-Table2.antd-Table-large .antd-TableCell-filterBtn {
|
|
24117
|
-
right: calc(var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24241
|
+
right: calc( var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24118
24242
|
}
|
|
24119
24243
|
.antd-Table2.antd-Table-small .antd-Table-table > thead > tr > th {
|
|
24120
24244
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
@@ -24127,7 +24251,7 @@ input[type=button].antd-Button--block {
|
|
|
24127
24251
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
24128
24252
|
}
|
|
24129
24253
|
.antd-Table2.antd-Table-small .antd-TableCell-filterBtn {
|
|
24130
|
-
right: calc(var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24254
|
+
right: calc( var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24131
24255
|
}
|
|
24132
24256
|
.antd-Table2 .antd-Table-title,
|
|
24133
24257
|
.antd-Table2 .antd-Table-footer {
|
|
@@ -24226,6 +24350,7 @@ input[type=button].antd-Button--block {
|
|
|
24226
24350
|
}
|
|
24227
24351
|
.antd-Table2 .antd-Table-table > thead > tr > th .antd-Table-head-cell-wrapper {
|
|
24228
24352
|
display: flex;
|
|
24353
|
+
align-items: center;
|
|
24229
24354
|
}
|
|
24230
24355
|
.antd-Table2 .antd-Table-table > thead > tr:not(:last-child) {
|
|
24231
24356
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -25007,15 +25132,15 @@ input[type=button].antd-Button--block {
|
|
|
25007
25132
|
background: var(--Table-tree-borderColor);
|
|
25008
25133
|
}
|
|
25009
25134
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-TableCell--sortable {
|
|
25010
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
25135
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
|
|
25011
25136
|
position: relative;
|
|
25012
25137
|
}
|
|
25013
25138
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-TableCell--searchable {
|
|
25014
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
25139
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
|
|
25015
25140
|
position: relative;
|
|
25016
25141
|
}
|
|
25017
25142
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-TableCell--filterable {
|
|
25018
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
25143
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
|
|
25019
25144
|
position: relative;
|
|
25020
25145
|
}
|
|
25021
25146
|
.antd-Table2 .antd-Table-table > tbody > tr.antd-Table-row-disabled {
|
|
@@ -25115,6 +25240,9 @@ input[type=button].antd-Button--block {
|
|
|
25115
25240
|
z-index: 15;
|
|
25116
25241
|
opacity: 0.5;
|
|
25117
25242
|
}
|
|
25243
|
+
.antd-Table2.antd-Table-resizable .antd-Table-table > thead > tr > th .antd-Table-thead-resizable--disabled {
|
|
25244
|
+
cursor: not-allowed;
|
|
25245
|
+
}
|
|
25118
25246
|
.antd-Table2.antd-Table-resizable .antd-Table-table > thead > tr > th .antd-Table-thead-resizable:hover, .antd-Table2.antd-Table-resizable .antd-Table-table > thead > tr > th .antd-Table-thead-resizable.is-resizing {
|
|
25119
25247
|
background: var(--primary);
|
|
25120
25248
|
}
|
|
@@ -25128,7 +25256,7 @@ input[type=button].antd-Button--block {
|
|
|
25128
25256
|
.antd-Table2 .antd-TableCell-sortBtn {
|
|
25129
25257
|
cursor: pointer;
|
|
25130
25258
|
width: var(--TableCell-sortBtn-width);
|
|
25131
|
-
height:
|
|
25259
|
+
height: 14px;
|
|
25132
25260
|
vertical-align: middle;
|
|
25133
25261
|
position: static;
|
|
25134
25262
|
display: inline-block;
|
|
@@ -25165,6 +25293,7 @@ input[type=button].antd-Button--block {
|
|
|
25165
25293
|
cursor: pointer;
|
|
25166
25294
|
color: var(--table-icon-color);
|
|
25167
25295
|
margin-left: var(--TableCell-icon-gap);
|
|
25296
|
+
height: 18px;
|
|
25168
25297
|
}
|
|
25169
25298
|
.antd-Table2 .antd-TableCell-searchBtn svg {
|
|
25170
25299
|
width: 12px;
|
|
@@ -25187,7 +25316,7 @@ input[type=button].antd-Button--block {
|
|
|
25187
25316
|
.antd-Table2 .antd-TableCell-filterBtn {
|
|
25188
25317
|
cursor: pointer;
|
|
25189
25318
|
width: var(--TableCell-filterBtn-width);
|
|
25190
|
-
height:
|
|
25319
|
+
height: 14px;
|
|
25191
25320
|
vertical-align: middle;
|
|
25192
25321
|
position: static;
|
|
25193
25322
|
display: inline-block;
|
|
@@ -25564,7 +25693,7 @@ input[type=button].antd-Button--block {
|
|
|
25564
25693
|
.antd-List-toolbar {
|
|
25565
25694
|
display: flex;
|
|
25566
25695
|
flex-wrap: wrap;
|
|
25567
|
-
|
|
25696
|
+
padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
|
25568
25697
|
}
|
|
25569
25698
|
.antd-List-toolbar::before, .antd-List-toolbar::after {
|
|
25570
25699
|
display: table;
|
|
@@ -25623,6 +25752,12 @@ input[type=button].antd-Button--block {
|
|
|
25623
25752
|
min-height: var(--List-placeholder-height);
|
|
25624
25753
|
line-height: var(--List-placeholder-height);
|
|
25625
25754
|
}
|
|
25755
|
+
.antd-List-footToolbar--affix, .antd-List-footer--affix {
|
|
25756
|
+
position: sticky;
|
|
25757
|
+
bottom: var(--affix-offset-bottom);
|
|
25758
|
+
background: var(--Table-bg);
|
|
25759
|
+
z-index: 900;
|
|
25760
|
+
}
|
|
25626
25761
|
.antd-ListGroup {
|
|
25627
25762
|
max-width: 25rem;
|
|
25628
25763
|
display: flex;
|
|
@@ -25756,7 +25891,7 @@ input[type=button].antd-Button--block {
|
|
|
25756
25891
|
background: var(--ListMenu-item--onHover-bg);
|
|
25757
25892
|
}
|
|
25758
25893
|
.antd-Cards-toolbar {
|
|
25759
|
-
|
|
25894
|
+
padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
|
|
25760
25895
|
}
|
|
25761
25896
|
.antd-Cards-toolbar::before, .antd-Cards-toolbar::after {
|
|
25762
25897
|
display: table;
|
|
@@ -25841,31 +25976,43 @@ input[type=button].antd-Button--block {
|
|
|
25841
25976
|
display: inline-block;
|
|
25842
25977
|
flex: unset;
|
|
25843
25978
|
}
|
|
25979
|
+
.antd-Cards-footToolbar--affix, .antd-Cards-footer--affix {
|
|
25980
|
+
position: sticky;
|
|
25981
|
+
bottom: var(--affix-offset-bottom);
|
|
25982
|
+
background: var(--Table-bg);
|
|
25983
|
+
z-index: 900;
|
|
25984
|
+
}
|
|
25844
25985
|
@media (min-width: 576px) {
|
|
25845
25986
|
.antd-Cards--masonrySm1 {
|
|
25846
25987
|
-moz-column-count: 12;
|
|
25847
25988
|
column-count: 12;
|
|
25848
25989
|
}
|
|
25990
|
+
|
|
25849
25991
|
.antd-Cards--masonrySm2 {
|
|
25850
25992
|
-moz-column-count: 6;
|
|
25851
25993
|
column-count: 6;
|
|
25852
25994
|
}
|
|
25995
|
+
|
|
25853
25996
|
.antd-Cards--masonrySm3 {
|
|
25854
25997
|
-moz-column-count: 4;
|
|
25855
25998
|
column-count: 4;
|
|
25856
25999
|
}
|
|
26000
|
+
|
|
25857
26001
|
.antd-Cards--masonrySm4 {
|
|
25858
26002
|
-moz-column-count: 3;
|
|
25859
26003
|
column-count: 3;
|
|
25860
26004
|
}
|
|
26005
|
+
|
|
25861
26006
|
.antd-Cards--masonrySm6 {
|
|
25862
26007
|
-moz-column-count: 2;
|
|
25863
26008
|
column-count: 2;
|
|
25864
26009
|
}
|
|
26010
|
+
|
|
25865
26011
|
.antd-Cards--masonrySm12 {
|
|
25866
26012
|
-moz-column-count: 1;
|
|
25867
26013
|
column-count: 1;
|
|
25868
26014
|
}
|
|
26015
|
+
|
|
25869
26016
|
.antd-Cards-toolbar {
|
|
25870
26017
|
display: flex;
|
|
25871
26018
|
flex-wrap: wrap;
|
|
@@ -25876,22 +26023,27 @@ input[type=button].antd-Button--block {
|
|
|
25876
26023
|
-moz-column-count: 12;
|
|
25877
26024
|
column-count: 12;
|
|
25878
26025
|
}
|
|
26026
|
+
|
|
25879
26027
|
.antd-Cards--masonryMd2 {
|
|
25880
26028
|
-moz-column-count: 6;
|
|
25881
26029
|
column-count: 6;
|
|
25882
26030
|
}
|
|
26031
|
+
|
|
25883
26032
|
.antd-Cards--masonryMd3 {
|
|
25884
26033
|
-moz-column-count: 4;
|
|
25885
26034
|
column-count: 4;
|
|
25886
26035
|
}
|
|
26036
|
+
|
|
25887
26037
|
.antd-Cards--masonryMd4 {
|
|
25888
26038
|
-moz-column-count: 3;
|
|
25889
26039
|
column-count: 3;
|
|
25890
26040
|
}
|
|
26041
|
+
|
|
25891
26042
|
.antd-Cards--masonryMd6 {
|
|
25892
26043
|
-moz-column-count: 2;
|
|
25893
26044
|
column-count: 2;
|
|
25894
26045
|
}
|
|
26046
|
+
|
|
25895
26047
|
.antd-Cards--masonryMd12 {
|
|
25896
26048
|
-moz-column-count: 1;
|
|
25897
26049
|
column-count: 1;
|
|
@@ -25902,22 +26054,27 @@ input[type=button].antd-Button--block {
|
|
|
25902
26054
|
-moz-column-count: 12;
|
|
25903
26055
|
column-count: 12;
|
|
25904
26056
|
}
|
|
26057
|
+
|
|
25905
26058
|
.antd-Cards--masonryLg2 {
|
|
25906
26059
|
-moz-column-count: 6;
|
|
25907
26060
|
column-count: 6;
|
|
25908
26061
|
}
|
|
26062
|
+
|
|
25909
26063
|
.antd-Cards--masonryLg3 {
|
|
25910
26064
|
-moz-column-count: 4;
|
|
25911
26065
|
column-count: 4;
|
|
25912
26066
|
}
|
|
26067
|
+
|
|
25913
26068
|
.antd-Cards--masonryLg4 {
|
|
25914
26069
|
-moz-column-count: 3;
|
|
25915
26070
|
column-count: 3;
|
|
25916
26071
|
}
|
|
26072
|
+
|
|
25917
26073
|
.antd-Cards--masonryLg6 {
|
|
25918
26074
|
-moz-column-count: 2;
|
|
25919
26075
|
column-count: 2;
|
|
25920
26076
|
}
|
|
26077
|
+
|
|
25921
26078
|
.antd-Cards--masonryLg12 {
|
|
25922
26079
|
-moz-column-count: 1;
|
|
25923
26080
|
column-count: 1;
|
|
@@ -26635,14 +26792,6 @@ input[type=button].antd-Button--block {
|
|
|
26635
26792
|
background: transparent;
|
|
26636
26793
|
color: var(--primary);
|
|
26637
26794
|
}
|
|
26638
|
-
.antd-Pagination .ellipsis {
|
|
26639
|
-
cursor: unset;
|
|
26640
|
-
}
|
|
26641
|
-
.antd-Pagination .ellipsis > a {
|
|
26642
|
-
cursor: unset;
|
|
26643
|
-
position: relative;
|
|
26644
|
-
top: -0.25rem;
|
|
26645
|
-
}
|
|
26646
26795
|
.antd-Pagination > li.is-disabled > span,
|
|
26647
26796
|
.antd-Pagination > li.is-disabled > a {
|
|
26648
26797
|
cursor: not-allowed;
|
|
@@ -26728,9 +26877,72 @@ input[type=button].antd-Button--block {
|
|
|
26728
26877
|
border-left: var(--borderWidth) solid var(--primary);
|
|
26729
26878
|
margin-left: -1px;
|
|
26730
26879
|
}
|
|
26880
|
+
.antd-Pagination-simplego {
|
|
26881
|
+
display: inline-flex;
|
|
26882
|
+
flex-wrap: nowrap;
|
|
26883
|
+
align-items: center;
|
|
26884
|
+
height: var(--Pagination-height);
|
|
26885
|
+
}
|
|
26886
|
+
.antd-Pagination-simplego input {
|
|
26887
|
+
min-width: 2.5rem;
|
|
26888
|
+
width: 2.5rem;
|
|
26889
|
+
height: var(--Pagination-height);
|
|
26890
|
+
line-height: var(--Pagination-height);
|
|
26891
|
+
border: none;
|
|
26892
|
+
border: var(--borderWidth) solid var(--borderColor);
|
|
26893
|
+
border-radius: var(--borderRadius);
|
|
26894
|
+
padding: var(--Pagination-padding);
|
|
26895
|
+
margin-right: 0.5rem;
|
|
26896
|
+
text-align: center;
|
|
26897
|
+
}
|
|
26898
|
+
.antd-Pagination-simplego input:focus, .antd-Pagination-simplego input:hover {
|
|
26899
|
+
outline: none;
|
|
26900
|
+
border-color: var(--primary);
|
|
26901
|
+
}
|
|
26902
|
+
.antd-Pagination-simplego-right {
|
|
26903
|
+
display: inline-block;
|
|
26904
|
+
width: 2rem;
|
|
26905
|
+
height: var(--Pagination-height);
|
|
26906
|
+
line-height: var(--Pagination-height);
|
|
26907
|
+
border: var(--borderWidth) solid var(--borderColor);
|
|
26908
|
+
font-size: var(--fontSizeSm);
|
|
26909
|
+
}
|
|
26910
|
+
.antd-Pagination-simplego-right:hover {
|
|
26911
|
+
color: #666666 !important;
|
|
26912
|
+
cursor: default;
|
|
26913
|
+
}
|
|
26914
|
+
.antd-Pagination-ellipsis {
|
|
26915
|
+
cursor: unset;
|
|
26916
|
+
position: relative;
|
|
26917
|
+
}
|
|
26918
|
+
.antd-Pagination-ellipsis:hover {
|
|
26919
|
+
cursor: pointer;
|
|
26920
|
+
}
|
|
26921
|
+
.antd-Pagination-ellipsis:hover > a {
|
|
26922
|
+
opacity: 0;
|
|
26923
|
+
transition: all 0.2s;
|
|
26924
|
+
}
|
|
26925
|
+
.antd-Pagination-ellipsis:hover > span {
|
|
26926
|
+
opacity: 1;
|
|
26927
|
+
transition: all 0.2s;
|
|
26928
|
+
}
|
|
26929
|
+
.antd-Pagination-ellipsis > a {
|
|
26930
|
+
cursor: unset;
|
|
26931
|
+
position: absolute !important;
|
|
26932
|
+
top: -0.25rem;
|
|
26933
|
+
opacity: 1;
|
|
26934
|
+
transition: all 0.2s;
|
|
26935
|
+
}
|
|
26936
|
+
.antd-Pagination-ellipsis > span {
|
|
26937
|
+
opacity: 0;
|
|
26938
|
+
transition: all 0.2s;
|
|
26939
|
+
}
|
|
26731
26940
|
.antd-Pagination-wrap {
|
|
26732
26941
|
line-height: 1.875rem;
|
|
26733
26942
|
}
|
|
26943
|
+
.antd-Pagination-wrap .antd-Pagination-item.antd-Pagination-perpage {
|
|
26944
|
+
margin-left: 0.5rem;
|
|
26945
|
+
}
|
|
26734
26946
|
.antd-Pagination-wrap .antd-Pagination-item:nth-child(1) {
|
|
26735
26947
|
margin-left: 0;
|
|
26736
26948
|
}
|
|
@@ -26757,6 +26969,44 @@ input[type=button].antd-Button--block {
|
|
|
26757
26969
|
.antd-PaginationWrapper-pager:first-child {
|
|
26758
26970
|
margin-bottom: var(--gap-sm);
|
|
26759
26971
|
}
|
|
26972
|
+
.antd-Pagination-wrap-size--sm {
|
|
26973
|
+
line-height: 1.5rem;
|
|
26974
|
+
}
|
|
26975
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item {
|
|
26976
|
+
margin-left: 0.25rem;
|
|
26977
|
+
}
|
|
26978
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item > li > a,
|
|
26979
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item > li > span {
|
|
26980
|
+
min-width: var(--Pagination-minWidth-sm);
|
|
26981
|
+
height: var(--Pagination-height-sm);
|
|
26982
|
+
line-height: var(--Pagination-height-sm);
|
|
26983
|
+
padding: var(--Pagination-padding-sm);
|
|
26984
|
+
}
|
|
26985
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-inputGroup, .antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-simplego {
|
|
26986
|
+
height: var(--Pagination-height-sm);
|
|
26987
|
+
}
|
|
26988
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-inputGroup-input, .antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-simplego-input {
|
|
26989
|
+
min-width: 2.5rem;
|
|
26990
|
+
width: 2.5rem;
|
|
26991
|
+
height: var(--Pagination-height-sm);
|
|
26992
|
+
line-height: var(--Pagination-height-sm);
|
|
26993
|
+
padding: var(--Pagination-padding-sm);
|
|
26994
|
+
margin-left: 0.25rem;
|
|
26995
|
+
}
|
|
26996
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-inputGroup-right, .antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-simplego-right {
|
|
26997
|
+
height: var(--Pagination-height-sm);
|
|
26998
|
+
line-height: var(--Pagination-height-sm);
|
|
26999
|
+
}
|
|
27000
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-item .antd-Pagination-simplego-input {
|
|
27001
|
+
min-width: 2rem;
|
|
27002
|
+
width: 2rem;
|
|
27003
|
+
}
|
|
27004
|
+
.antd-Pagination-wrap-size--sm .antd-Pagination-perpage {
|
|
27005
|
+
margin-left: 0.25rem;
|
|
27006
|
+
padding: 0 0.375rem;
|
|
27007
|
+
min-height: 1.5rem;
|
|
27008
|
+
vertical-align: baseline;
|
|
27009
|
+
}
|
|
26760
27010
|
.antd-Wrapper--xs,
|
|
26761
27011
|
.antd-Container--xs {
|
|
26762
27012
|
padding: var(--gap-xs);
|
|
@@ -27174,7 +27424,7 @@ input[type=button].antd-Button--block {
|
|
|
27174
27424
|
pointer-events: none;
|
|
27175
27425
|
}
|
|
27176
27426
|
.antd-ImageGallery-prevList:hover, .antd-ImageGallery-nextList:hover {
|
|
27177
|
-
background:
|
|
27427
|
+
background: black;
|
|
27178
27428
|
color: #fff;
|
|
27179
27429
|
}
|
|
27180
27430
|
.antd-ImageGallery-itemsWrap {
|
|
@@ -28110,7 +28360,7 @@ input[type=button].antd-Button--block {
|
|
|
28110
28360
|
align-items: center;
|
|
28111
28361
|
overflow-x: hidden;
|
|
28112
28362
|
overflow-y: auto;
|
|
28113
|
-
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
28363
|
+
max-height: calc( (var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5 );
|
|
28114
28364
|
}
|
|
28115
28365
|
.antd-ResultBox-overflow.antd-Tooltip--dark .antd-ResultBox-overflow-wrapper .antd-ResultBox-value {
|
|
28116
28366
|
color: var(--white);
|
|
@@ -28190,14 +28440,13 @@ input[type=button].antd-Button--block {
|
|
|
28190
28440
|
flex-wrap: nowrap;
|
|
28191
28441
|
align-items: center;
|
|
28192
28442
|
justify-content: flex-end;
|
|
28193
|
-
height:
|
|
28443
|
+
height: var(--input-size-default-height);
|
|
28194
28444
|
width: 30px;
|
|
28195
28445
|
padding-left: 8px;
|
|
28196
28446
|
transition: all var(--animation-duration) ease-in-out;
|
|
28197
28447
|
border: var(--Form-input-borderWidth) solid transparent;
|
|
28198
28448
|
border-radius: var(--Form-input-borderRadius);
|
|
28199
28449
|
overflow: hidden;
|
|
28200
|
-
height: 30px;
|
|
28201
28450
|
}
|
|
28202
28451
|
.antd-SearchBox:hover {
|
|
28203
28452
|
background: var(--Form-input-onHover-bg);
|
|
@@ -28220,6 +28469,10 @@ input[type=button].antd-Button--block {
|
|
|
28220
28469
|
display: inline-block;
|
|
28221
28470
|
padding: 0.3125rem 0.625rem;
|
|
28222
28471
|
}
|
|
28472
|
+
.antd-SearchBox-searchBtn--loading {
|
|
28473
|
+
display: inline-flex;
|
|
28474
|
+
align-items: center;
|
|
28475
|
+
}
|
|
28223
28476
|
.antd-SearchBox-activeBtn, .antd-SearchBox-cancelBtn {
|
|
28224
28477
|
margin-right: 8px;
|
|
28225
28478
|
}
|
|
@@ -28234,7 +28487,7 @@ input[type=button].antd-Button--block {
|
|
|
28234
28487
|
color: var(--icon-onHover-color);
|
|
28235
28488
|
}
|
|
28236
28489
|
.antd-SearchBox.is-disabled .antd-SearchBox-activeBtn, .antd-SearchBox.is-disabled .antd-SearchBox-searchBtn, .antd-SearchBox.is-disabled .antd-SearchBox-cancelBtn {
|
|
28237
|
-
color: var(--
|
|
28490
|
+
color: var(--SearchBox-search-btn-color--disabled);
|
|
28238
28491
|
pointer-events: none;
|
|
28239
28492
|
}
|
|
28240
28493
|
.antd-SearchBox.is-disabled {
|
|
@@ -28355,7 +28608,7 @@ input[type=button].antd-Button--block {
|
|
|
28355
28608
|
padding: 0 var(--gap-md);
|
|
28356
28609
|
overflow-x: hidden;
|
|
28357
28610
|
overflow-y: auto;
|
|
28358
|
-
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
28611
|
+
max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
|
|
28359
28612
|
}
|
|
28360
28613
|
.antd-SearchBox-history .antd-SearchBox-history-tag {
|
|
28361
28614
|
display: inlin-flex;
|
|
@@ -28409,7 +28662,7 @@ input[type=button].antd-Button--block {
|
|
|
28409
28662
|
.antd-ListMenu-groupLabel {
|
|
28410
28663
|
font-size: var(--fontSizeXs);
|
|
28411
28664
|
color: var(--text--muted-color);
|
|
28412
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm)) / 2) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
|
|
28665
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm) ) / 2 ) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
|
|
28413
28666
|
}
|
|
28414
28667
|
.antd-ListMenu-group:not(:first-child) > .antd-ListMenu-groupLabel {
|
|
28415
28668
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -28421,7 +28674,7 @@ input[type=button].antd-Button--block {
|
|
|
28421
28674
|
line-height: var(--Form-input-lineHeight);
|
|
28422
28675
|
font-size: var(--Form-input-fontSize);
|
|
28423
28676
|
cursor: pointer;
|
|
28424
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28677
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28425
28678
|
}
|
|
28426
28679
|
.antd-ListMenu-item.is-active {
|
|
28427
28680
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -28442,7 +28695,7 @@ input[type=button].antd-Button--block {
|
|
|
28442
28695
|
line-height: var(--Form-input-lineHeight);
|
|
28443
28696
|
font-size: var(--Form-input-fontSize);
|
|
28444
28697
|
cursor: pointer;
|
|
28445
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28698
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28446
28699
|
}
|
|
28447
28700
|
.antd-ListMenu.is-mobile {
|
|
28448
28701
|
display: flex;
|
|
@@ -29134,11 +29387,9 @@ fieldset.antd-Collapse--lg > legend, fieldset.antd-Collapse--md > legend, fields
|
|
|
29134
29387
|
top: 0;
|
|
29135
29388
|
left: 0;
|
|
29136
29389
|
display: inline-block;
|
|
29137
|
-
border: 0;
|
|
29138
29390
|
width: auto;
|
|
29139
29391
|
z-index: 1;
|
|
29140
29392
|
background: var(--Fieldset-legend-bgColor);
|
|
29141
|
-
border-left: 0 !important;
|
|
29142
29393
|
}
|
|
29143
29394
|
fieldset.antd-Collapse--lg > legend.antd-Collapse-header.is-mobile, fieldset.antd-Collapse--md > legend.antd-Collapse-header.is-mobile, fieldset.antd-Collapse--base > legend.antd-Collapse-header.is-mobile, fieldset.antd-Collapse--sm > legend.antd-Collapse-header.is-mobile, fieldset.antd-Collapse--xs > legend.antd-Collapse-header.is-mobile {
|
|
29144
29395
|
position: absolute;
|
|
@@ -29296,7 +29547,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29296
29547
|
margin-right: 0;
|
|
29297
29548
|
}
|
|
29298
29549
|
.antd-Form-group--hor > .antd-Form-item,
|
|
29299
|
-
|
|
29550
|
+
.antd-Form-group--hor > div > .antd-Form-item {
|
|
29300
29551
|
margin-bottom: 0;
|
|
29301
29552
|
}
|
|
29302
29553
|
.antd-Form-group--hor .antd-Form-input > .antd-Form-group {
|
|
@@ -29334,6 +29585,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29334
29585
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29335
29586
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29336
29587
|
}
|
|
29588
|
+
|
|
29337
29589
|
.antd-Form-groupColumn {
|
|
29338
29590
|
flex-basis: 0;
|
|
29339
29591
|
flex-grow: 1;
|
|
@@ -29341,66 +29593,79 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29341
29593
|
max-width: 100%;
|
|
29342
29594
|
margin-bottom: 0;
|
|
29343
29595
|
}
|
|
29596
|
+
|
|
29344
29597
|
.antd-Form-groupColumn--1 {
|
|
29345
29598
|
flex: 0 0 8.3333333333%;
|
|
29346
29599
|
max-width: 8.3333333333%;
|
|
29347
29600
|
min-height: 1px;
|
|
29348
29601
|
}
|
|
29602
|
+
|
|
29349
29603
|
.antd-Form-groupColumn--2 {
|
|
29350
29604
|
flex: 0 0 16.6666666667%;
|
|
29351
29605
|
max-width: 16.6666666667%;
|
|
29352
29606
|
min-height: 1px;
|
|
29353
29607
|
}
|
|
29608
|
+
|
|
29354
29609
|
.antd-Form-groupColumn--3 {
|
|
29355
29610
|
flex: 0 0 25%;
|
|
29356
29611
|
max-width: 25%;
|
|
29357
29612
|
min-height: 1px;
|
|
29358
29613
|
}
|
|
29614
|
+
|
|
29359
29615
|
.antd-Form-groupColumn--4 {
|
|
29360
29616
|
flex: 0 0 33.3333333333%;
|
|
29361
29617
|
max-width: 33.3333333333%;
|
|
29362
29618
|
min-height: 1px;
|
|
29363
29619
|
}
|
|
29620
|
+
|
|
29364
29621
|
.antd-Form-groupColumn--5 {
|
|
29365
29622
|
flex: 0 0 41.6666666667%;
|
|
29366
29623
|
max-width: 41.6666666667%;
|
|
29367
29624
|
min-height: 1px;
|
|
29368
29625
|
}
|
|
29626
|
+
|
|
29369
29627
|
.antd-Form-groupColumn--6 {
|
|
29370
29628
|
flex: 0 0 50%;
|
|
29371
29629
|
max-width: 50%;
|
|
29372
29630
|
min-height: 1px;
|
|
29373
29631
|
}
|
|
29632
|
+
|
|
29374
29633
|
.antd-Form-groupColumn--7 {
|
|
29375
29634
|
flex: 0 0 58.3333333333%;
|
|
29376
29635
|
max-width: 58.3333333333%;
|
|
29377
29636
|
min-height: 1px;
|
|
29378
29637
|
}
|
|
29638
|
+
|
|
29379
29639
|
.antd-Form-groupColumn--8 {
|
|
29380
29640
|
flex: 0 0 66.6666666667%;
|
|
29381
29641
|
max-width: 66.6666666667%;
|
|
29382
29642
|
min-height: 1px;
|
|
29383
29643
|
}
|
|
29644
|
+
|
|
29384
29645
|
.antd-Form-groupColumn--9 {
|
|
29385
29646
|
flex: 0 0 75%;
|
|
29386
29647
|
max-width: 75%;
|
|
29387
29648
|
min-height: 1px;
|
|
29388
29649
|
}
|
|
29650
|
+
|
|
29389
29651
|
.antd-Form-groupColumn--10 {
|
|
29390
29652
|
flex: 0 0 83.3333333333%;
|
|
29391
29653
|
max-width: 83.3333333333%;
|
|
29392
29654
|
min-height: 1px;
|
|
29393
29655
|
}
|
|
29656
|
+
|
|
29394
29657
|
.antd-Form-groupColumn--11 {
|
|
29395
29658
|
flex: 0 0 91.6666666667%;
|
|
29396
29659
|
max-width: 91.6666666667%;
|
|
29397
29660
|
min-height: 1px;
|
|
29398
29661
|
}
|
|
29662
|
+
|
|
29399
29663
|
.antd-Form-groupColumn--12 {
|
|
29400
29664
|
flex: 0 0 100%;
|
|
29401
29665
|
max-width: 100%;
|
|
29402
29666
|
min-height: 1px;
|
|
29403
29667
|
}
|
|
29668
|
+
|
|
29404
29669
|
.antd-Form-groupColumn--auto {
|
|
29405
29670
|
flex: 0 0 auto;
|
|
29406
29671
|
width: auto;
|
|
@@ -29412,6 +29677,10 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29412
29677
|
display: inline-flex;
|
|
29413
29678
|
flex-wrap: nowrap;
|
|
29414
29679
|
}
|
|
29680
|
+
.antd-InputGroup:hover div,
|
|
29681
|
+
.antd-InputGroup:hover button {
|
|
29682
|
+
border-color: var(--colors-brand-5) !important;
|
|
29683
|
+
}
|
|
29415
29684
|
.antd-InputGroup.antd-Form-control--sizeXs, .antd-InputGroup.antd-Form-control--sizeSm, .antd-InputGroup.antd-Form-control--sizeMd, .antd-InputGroup.antd-Form-control--sizeLg {
|
|
29416
29685
|
display: inline-flex;
|
|
29417
29686
|
}
|
|
@@ -29422,7 +29691,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29422
29691
|
.antd-InputGroup-addOn {
|
|
29423
29692
|
background: var(--InputGroup-addOn-bg);
|
|
29424
29693
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
29425
|
-
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
29694
|
+
line-height: calc( var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2 );
|
|
29426
29695
|
height: var(--InputGroup-height);
|
|
29427
29696
|
box-sizing: border-box;
|
|
29428
29697
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -29457,16 +29726,20 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29457
29726
|
border-top-right-radius: var(--InputGroup-button-borderRadius);
|
|
29458
29727
|
border-bottom-right-radius: var(--InputGroup-button-borderRadius);
|
|
29459
29728
|
}
|
|
29460
|
-
.antd-InputGroup .antd-TextControl-input
|
|
29729
|
+
.antd-InputGroup .antd-TextControl-input,
|
|
29730
|
+
.antd-InputGroup .antd-SearchBox {
|
|
29461
29731
|
flex-basis: 0;
|
|
29462
29732
|
flex-grow: 1;
|
|
29463
29733
|
display: inline-flex;
|
|
29464
29734
|
}
|
|
29465
|
-
.antd-InputGroup .antd-TextControl-input:not(:first-child)
|
|
29735
|
+
.antd-InputGroup .antd-TextControl-input:not(:first-child),
|
|
29736
|
+
.antd-InputGroup .antd-SearchBox:not(:first-child) {
|
|
29466
29737
|
border-top-left-radius: 0;
|
|
29467
29738
|
border-bottom-left-radius: 0;
|
|
29739
|
+
border-left: none;
|
|
29468
29740
|
}
|
|
29469
|
-
.antd-InputGroup .antd-TextControl-input:not(:last-child)
|
|
29741
|
+
.antd-InputGroup .antd-TextControl-input:not(:last-child),
|
|
29742
|
+
.antd-InputGroup .antd-SearchBox:not(:last-child) {
|
|
29470
29743
|
border-right-width: 0;
|
|
29471
29744
|
border-top-right-radius: 0;
|
|
29472
29745
|
border-bottom-right-radius: 0;
|
|
@@ -29482,6 +29755,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29482
29755
|
.antd-InputGroup .antd-SelectControl:first-child .antd-Select {
|
|
29483
29756
|
border-top-left-radius: var(--InputGroup-select-borderRadius);
|
|
29484
29757
|
border-bottom-left-radius: var(--InputGroup-select-borderRadius);
|
|
29758
|
+
background-color: var(--colors-neutral-fill-10);
|
|
29485
29759
|
}
|
|
29486
29760
|
.antd-InputGroup .antd-SelectControl:last-child .antd-Select {
|
|
29487
29761
|
border-top-right-radius: var(--InputGroup-select-borderRadius);
|
|
@@ -29502,18 +29776,10 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29502
29776
|
.antd-InputGroup.is-focused .antd-InputGroup-addOn,
|
|
29503
29777
|
.antd-InputGroup.is-focused .antd-TextControl-input,
|
|
29504
29778
|
.antd-InputGroup.is-focused .antd-Select,
|
|
29779
|
+
.antd-InputGroup.is-focused .antd-SearchBox,
|
|
29505
29780
|
.antd-InputGroup.is-focused .antd-InputGroup-btn .antd-Button {
|
|
29506
29781
|
border-color: var(--InputGroup-addOn-onFocused-borderColor);
|
|
29507
29782
|
}
|
|
29508
|
-
.antd-InputGroup.is-focused .antd-Select {
|
|
29509
|
-
background: var(--InputGroup-select-onFocused-bg);
|
|
29510
|
-
}
|
|
29511
|
-
.antd-InputGroup.is-focused .antd-Select {
|
|
29512
|
-
color: var(--InputGroup-select-onFocused-color);
|
|
29513
|
-
}
|
|
29514
|
-
.antd-InputGroup.is-focused .antd-Select-arrow {
|
|
29515
|
-
color: var(--InputGroup-select-onFocused-arrowColor);
|
|
29516
|
-
}
|
|
29517
29783
|
.antd-InputGroup.is-focused .antd-InputGroup-addOn {
|
|
29518
29784
|
color: var(--primary);
|
|
29519
29785
|
}
|
|
@@ -29610,7 +29876,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29610
29876
|
color: var(--text--muted-color);
|
|
29611
29877
|
}
|
|
29612
29878
|
.antd-TextControl-spinner {
|
|
29613
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29879
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29614
29880
|
}
|
|
29615
29881
|
.antd-TextControl-clear {
|
|
29616
29882
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29669,6 +29935,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29669
29935
|
background: var(--input-default-default-bg-color);
|
|
29670
29936
|
height: var(--input-size-default-height);
|
|
29671
29937
|
align-items: center;
|
|
29938
|
+
transition: all var(--animation-duration) ease-in-out;
|
|
29672
29939
|
}
|
|
29673
29940
|
.antd-TextControl-input input {
|
|
29674
29941
|
color: var(--input-default-default-color);
|
|
@@ -29856,7 +30123,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29856
30123
|
-webkit-user-select: none;
|
|
29857
30124
|
-moz-user-select: none;
|
|
29858
30125
|
user-select: none;
|
|
29859
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30126
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29860
30127
|
vertical-align: middle;
|
|
29861
30128
|
display: inline-block;
|
|
29862
30129
|
}
|
|
@@ -29880,7 +30147,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29880
30147
|
}
|
|
29881
30148
|
.antd-TextControl-input--multiple .antd-TextControl-value {
|
|
29882
30149
|
white-space: nowrap;
|
|
29883
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
30150
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
29884
30151
|
font-size: var(--Form-selectValue-fontSize);
|
|
29885
30152
|
background: var(--Form-select-multiple-bgColor);
|
|
29886
30153
|
border-radius: 0.125rem;
|
|
@@ -30044,7 +30311,7 @@ input.antd-TextControl-input-password {
|
|
|
30044
30311
|
color: var(--text--muted-color);
|
|
30045
30312
|
}
|
|
30046
30313
|
.antd-TextareaControl-spinner {
|
|
30047
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30314
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
30048
30315
|
}
|
|
30049
30316
|
.antd-TextareaControl-clear {
|
|
30050
30317
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -30083,6 +30350,7 @@ input.antd-TextControl-input-password {
|
|
|
30083
30350
|
.antd-TextareaControl > textarea {
|
|
30084
30351
|
border: 1px solid var(--Form-input-borderColor);
|
|
30085
30352
|
border-radius: var(--Form-input-borderRadius);
|
|
30353
|
+
color: var(--colors-neutral-text-2);
|
|
30086
30354
|
background: var(--Form-input-bg);
|
|
30087
30355
|
padding: var(--input-textarea-paddingTop) var(--input-textarea-paddingRight) var(--input-textarea-paddingBottom) var(--input-textarea-paddingLeft);
|
|
30088
30356
|
font-size: var(--Form-input-fontSize);
|
|
@@ -30193,7 +30461,6 @@ input.antd-TextControl-input-password {
|
|
|
30193
30461
|
cursor: pointer;
|
|
30194
30462
|
display: inline-block;
|
|
30195
30463
|
vertical-align: top;
|
|
30196
|
-
line-height: var(--checkbox-checkbox-default-lineHeight);
|
|
30197
30464
|
}
|
|
30198
30465
|
.antd-Checkbox > i + span > a {
|
|
30199
30466
|
margin-left: var(--gap-xs);
|
|
@@ -30253,12 +30520,13 @@ input.antd-TextControl-input-password {
|
|
|
30253
30520
|
background: var(--Checkbox-onHover-color);
|
|
30254
30521
|
}
|
|
30255
30522
|
.antd-Checkbox--checkbox input[disabled] + i {
|
|
30256
|
-
border-color: var(--Checkbox-
|
|
30523
|
+
border-color: var(--Checkbox-color) !important;
|
|
30257
30524
|
cursor: not-allowed;
|
|
30525
|
+
background-color: var(--checkbox-checkbox-disabled-bg-color);
|
|
30258
30526
|
}
|
|
30259
30527
|
.antd-Checkbox--checkbox input[disabled] + i:before {
|
|
30260
|
-
|
|
30261
|
-
|
|
30528
|
+
background-color: var(--Checkbox-onDisabled-color);
|
|
30529
|
+
border-width: 0;
|
|
30262
30530
|
}
|
|
30263
30531
|
.antd-Checkbox--checkbox input[disabled] + i + span {
|
|
30264
30532
|
cursor: not-allowed;
|
|
@@ -30331,6 +30599,7 @@ input.antd-TextControl-input-password {
|
|
|
30331
30599
|
.antd-Checkbox--full.antd-Checkbox--checkbox input[disabled]:checked + i:before {
|
|
30332
30600
|
border-color: var(--Checkbox-onDisabled-color);
|
|
30333
30601
|
background: var(--Checkbox-onDisabled-bg);
|
|
30602
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
|
30334
30603
|
}
|
|
30335
30604
|
.antd-Checkbox--full.antd-Checkbox--checkbox input:checked[disabled] + i {
|
|
30336
30605
|
border-color: var(--Checkbox-color);
|
|
@@ -30610,7 +30879,7 @@ input.antd-TextControl-input-password {
|
|
|
30610
30879
|
.antd-CheckboxControl,
|
|
30611
30880
|
.antd-RadiosControl,
|
|
30612
30881
|
.antd-CheckboxesControl {
|
|
30613
|
-
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
30882
|
+
padding-top: calc( (var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px );
|
|
30614
30883
|
}
|
|
30615
30884
|
.antd-RadiosControl .antd-Checkbox {
|
|
30616
30885
|
display: block;
|
|
@@ -30681,7 +30950,7 @@ input.antd-TextControl-input-password {
|
|
|
30681
30950
|
display: block;
|
|
30682
30951
|
line-height: var(--Form-input-lineHeight);
|
|
30683
30952
|
font-size: var(--Form-input-fontSize);
|
|
30684
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm) calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) calc(var(--gap-sm) + var(--Checkbox-size));
|
|
30953
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
|
30685
30954
|
}
|
|
30686
30955
|
.antd-Selection--inline > .antd-Checkbox {
|
|
30687
30956
|
display: inline-block;
|
|
@@ -30749,6 +31018,9 @@ input.antd-TextControl-input-password {
|
|
|
30749
31018
|
color: var(--Form-select-menu-onActive-color);
|
|
30750
31019
|
background: var(--Form-select-menu-onActive-bg);
|
|
30751
31020
|
}
|
|
31021
|
+
.antd-GroupedSelection-item.is-active:hover, .antd-GroupedSelection-item.is-focused:hover, .antd-GroupedSelection-item.is-opened:hover {
|
|
31022
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
31023
|
+
}
|
|
30752
31024
|
.antd-GroupedSelection-item.is-disabled {
|
|
30753
31025
|
pointer-events: none;
|
|
30754
31026
|
color: var(--Form-select-menu-onDisabled-color);
|
|
@@ -30772,7 +31044,7 @@ input.antd-TextControl-input-password {
|
|
|
30772
31044
|
height: var(--Form-input-height);
|
|
30773
31045
|
line-height: var(--Form-input-lineHeight);
|
|
30774
31046
|
font-size: var(--Form-input-fontSize);
|
|
30775
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31047
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30776
31048
|
color: var(--text--muted-color);
|
|
30777
31049
|
height: 100%;
|
|
30778
31050
|
display: flex;
|
|
@@ -30896,7 +31168,7 @@ input.antd-TextControl-input-password {
|
|
|
30896
31168
|
height: var(--Form-input-height);
|
|
30897
31169
|
line-height: var(--Form-input-lineHeight);
|
|
30898
31170
|
font-size: var(--Form-input-fontSize);
|
|
30899
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31171
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30900
31172
|
color: var(--text--muted-color);
|
|
30901
31173
|
}
|
|
30902
31174
|
.antd-ChainedSelection {
|
|
@@ -30969,7 +31241,7 @@ input.antd-TextControl-input-password {
|
|
|
30969
31241
|
height: var(--Form-input-height);
|
|
30970
31242
|
line-height: var(--Form-input-lineHeight);
|
|
30971
31243
|
font-size: var(--Form-input-fontSize);
|
|
30972
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31244
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30973
31245
|
color: var(--text--muted-color);
|
|
30974
31246
|
}
|
|
30975
31247
|
.antd-AssociatedSelection {
|
|
@@ -31159,7 +31431,7 @@ input.antd-TextControl-input-password {
|
|
|
31159
31431
|
.antd-Switch .text > svg {
|
|
31160
31432
|
width: var(--switch-text-off-fontSize);
|
|
31161
31433
|
height: var(--switch-text-off-fontSize);
|
|
31162
|
-
margin-top: calc((var(--Switch-height) - var(--switch-text-off-fontSize)) / 2);
|
|
31434
|
+
margin-top: calc( (var(--Switch-height) - var(--switch-text-off-fontSize)) / 2 );
|
|
31163
31435
|
}
|
|
31164
31436
|
.antd-Switch .slider:before {
|
|
31165
31437
|
content: "";
|
|
@@ -31179,7 +31451,7 @@ input.antd-TextControl-input-password {
|
|
|
31179
31451
|
background: var(--Switch-checked-bgColor);
|
|
31180
31452
|
}
|
|
31181
31453
|
.antd-Switch.is-checked .slider::before {
|
|
31182
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31454
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
31183
31455
|
right: var(--Switch-slider-margin);
|
|
31184
31456
|
border-width: 0;
|
|
31185
31457
|
background: var(--switch-default-on-slider-color);
|
|
@@ -31197,7 +31469,7 @@ input.antd-TextControl-input-password {
|
|
|
31197
31469
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31198
31470
|
}
|
|
31199
31471
|
.antd-Switch.is-checked:active .slider::before {
|
|
31200
|
-
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31472
|
+
left: calc( 100% - (var(--Switch-height) + 0.125rem) - 0.125rem );
|
|
31201
31473
|
}
|
|
31202
31474
|
.antd-Switch.is-checked.is-disabled .slider:before {
|
|
31203
31475
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31229,7 +31501,7 @@ input.antd-TextControl-input-password {
|
|
|
31229
31501
|
right: auto;
|
|
31230
31502
|
}
|
|
31231
31503
|
.antd-Switch--sm.is-checked .slider::before {
|
|
31232
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin));
|
|
31504
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin) );
|
|
31233
31505
|
right: var(--switch-size-sm-slider-margin);
|
|
31234
31506
|
}
|
|
31235
31507
|
.antd-Switch:active .slider::before {
|
|
@@ -31257,11 +31529,11 @@ input.antd-TextControl-input-password {
|
|
|
31257
31529
|
height: var(--Switch-spinner-icon-width--sm);
|
|
31258
31530
|
}
|
|
31259
31531
|
.antd-Switch-spinner.antd-Switch-spinner--checked {
|
|
31260
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31532
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
31261
31533
|
right: var(--Switch-slider-margin);
|
|
31262
31534
|
}
|
|
31263
31535
|
.antd-Switch-spinner.antd-Switch-spinner--checked.antd-Switch-spinner--sm {
|
|
31264
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--Switch-slider-margin));
|
|
31536
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--Switch-slider-margin) );
|
|
31265
31537
|
right: var(--Switch-slider-margin);
|
|
31266
31538
|
}
|
|
31267
31539
|
.antd-Switch-option {
|
|
@@ -31433,7 +31705,7 @@ input.antd-TextControl-input-password {
|
|
|
31433
31705
|
}
|
|
31434
31706
|
.antd-Number-handler {
|
|
31435
31707
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
31436
|
-
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
31708
|
+
height: calc( (var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2 );
|
|
31437
31709
|
}
|
|
31438
31710
|
.antd-Number-handler-up {
|
|
31439
31711
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -31716,6 +31988,7 @@ input.antd-TextControl-input-password {
|
|
|
31716
31988
|
padding: var(--select-base-default-paddingTop) var(--select-base-default-paddingRight) var(--select-base-default-paddingBottom) var(--select-base-default-paddingLeft);
|
|
31717
31989
|
cursor: pointer;
|
|
31718
31990
|
color: var(--Form-select-color);
|
|
31991
|
+
transition: all var(--animation-duration) ease-in-out;
|
|
31719
31992
|
}
|
|
31720
31993
|
.antd-Select--block {
|
|
31721
31994
|
display: flex;
|
|
@@ -31836,7 +32109,7 @@ input.antd-TextControl-input-password {
|
|
|
31836
32109
|
-webkit-user-select: none;
|
|
31837
32110
|
-moz-user-select: none;
|
|
31838
32111
|
user-select: none;
|
|
31839
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
32112
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31840
32113
|
display: inline-block;
|
|
31841
32114
|
vertical-align: middle;
|
|
31842
32115
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32043,7 +32316,7 @@ input.antd-TextControl-input-password {
|
|
|
32043
32316
|
position: relative;
|
|
32044
32317
|
}
|
|
32045
32318
|
.antd-Select-option.is-mobile > a {
|
|
32046
|
-
margin-right: calc(20px + var(--select-base-default-option-paddingRight));
|
|
32319
|
+
margin-right: calc( 20px + var(--select-base-default-option-paddingRight) );
|
|
32047
32320
|
}
|
|
32048
32321
|
.antd-Select-option.is-mobile .antd-Select-option-item-check {
|
|
32049
32322
|
flex: 1;
|
|
@@ -32069,7 +32342,7 @@ input.antd-TextControl-input-password {
|
|
|
32069
32342
|
-webkit-user-select: none;
|
|
32070
32343
|
-moz-user-select: none;
|
|
32071
32344
|
user-select: none;
|
|
32072
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32345
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32073
32346
|
}
|
|
32074
32347
|
.antd-Select-option-hl {
|
|
32075
32348
|
color: var(--info);
|
|
@@ -32088,7 +32361,7 @@ input.antd-TextControl-input-password {
|
|
|
32088
32361
|
margin-right: var(--Checkbox-gap);
|
|
32089
32362
|
}
|
|
32090
32363
|
.antd-Select-spinner {
|
|
32091
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
32364
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
32092
32365
|
}
|
|
32093
32366
|
.antd-Select-clear {
|
|
32094
32367
|
padding: 0.1875rem;
|
|
@@ -32119,7 +32392,7 @@ input.antd-TextControl-input-password {
|
|
|
32119
32392
|
align-items: center;
|
|
32120
32393
|
overflow-x: hidden;
|
|
32121
32394
|
overflow-y: auto;
|
|
32122
|
-
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
32395
|
+
max-height: calc( ( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs) ) * 5 );
|
|
32123
32396
|
}
|
|
32124
32397
|
.antd-Select-overflow-wrapper .antd-Select-value {
|
|
32125
32398
|
position: static;
|
|
@@ -32127,7 +32400,7 @@ input.antd-TextControl-input-password {
|
|
|
32127
32400
|
-webkit-user-select: none;
|
|
32128
32401
|
-moz-user-select: none;
|
|
32129
32402
|
user-select: none;
|
|
32130
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
32403
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
32131
32404
|
display: inline-block;
|
|
32132
32405
|
vertical-align: middle;
|
|
32133
32406
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32202,17 +32475,17 @@ input.antd-TextControl-input-password {
|
|
|
32202
32475
|
}
|
|
32203
32476
|
@media (min-width: 576px) {
|
|
32204
32477
|
.antd-Form-control--sizeXs > .antd-Select,
|
|
32205
|
-
|
|
32206
|
-
|
|
32207
|
-
|
|
32478
|
+
.antd-Form-control--sizeSm > .antd-Select,
|
|
32479
|
+
.antd-Form-control--sizeMd > .antd-Select,
|
|
32480
|
+
.antd-Form-control--sizeLg > .antd-Select {
|
|
32208
32481
|
min-width: 100%;
|
|
32209
32482
|
max-width: 100%;
|
|
32210
32483
|
display: inline-flex !important;
|
|
32211
32484
|
}
|
|
32212
32485
|
.antd-Form-control--sizeXs > .antd-Select .antd-Select-valueWrap,
|
|
32213
|
-
|
|
32214
|
-
|
|
32215
|
-
|
|
32486
|
+
.antd-Form-control--sizeSm > .antd-Select .antd-Select-valueWrap,
|
|
32487
|
+
.antd-Form-control--sizeMd > .antd-Select .antd-Select-valueWrap,
|
|
32488
|
+
.antd-Form-control--sizeLg > .antd-Select .antd-Select-valueWrap {
|
|
32216
32489
|
width: 0;
|
|
32217
32490
|
}
|
|
32218
32491
|
}
|
|
@@ -32245,7 +32518,7 @@ input.antd-TextControl-input-password {
|
|
|
32245
32518
|
height: var(--Form-input-height);
|
|
32246
32519
|
background: var(--Table-thead-bg);
|
|
32247
32520
|
font-size: var(--Form-input-fontSize);
|
|
32248
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32521
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
32249
32522
|
}
|
|
32250
32523
|
.antd-Selections-placeholder {
|
|
32251
32524
|
color: var(--Form-input-placeholderColor);
|
|
@@ -32269,12 +32542,14 @@ input.antd-TextControl-input-password {
|
|
|
32269
32542
|
line-height: var(--Form-input-lineHeight);
|
|
32270
32543
|
font-size: var(--Form-input-fontSize);
|
|
32271
32544
|
align-items: center;
|
|
32272
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32545
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
32273
32546
|
}
|
|
32274
32547
|
.antd-Selections-item > label {
|
|
32275
32548
|
flex-basis: 3.125rem;
|
|
32276
32549
|
flex-grow: 1;
|
|
32277
32550
|
width: 3.125rem;
|
|
32551
|
+
display: flex;
|
|
32552
|
+
align-items: center;
|
|
32278
32553
|
}
|
|
32279
32554
|
.antd-Selections-item > label.is-invalid {
|
|
32280
32555
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -32290,6 +32565,9 @@ input.antd-TextControl-input-password {
|
|
|
32290
32565
|
.antd-Selections-item--dragging > * {
|
|
32291
32566
|
opacity: 0.2;
|
|
32292
32567
|
}
|
|
32568
|
+
.antd-Selections-item:hover {
|
|
32569
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
32570
|
+
}
|
|
32293
32571
|
.antd-Selections-delBtn {
|
|
32294
32572
|
color: var(--icon-color);
|
|
32295
32573
|
cursor: pointer;
|
|
@@ -32513,7 +32791,7 @@ input.antd-TextControl-input-password {
|
|
|
32513
32791
|
flex-basis: 0;
|
|
32514
32792
|
flex-grow: 1;
|
|
32515
32793
|
overflow-x: auto;
|
|
32516
|
-
max-width: calc(100% -
|
|
32794
|
+
max-width: calc(100% - px2rem(20px));
|
|
32517
32795
|
}
|
|
32518
32796
|
.antd-LocationPicker-toggler {
|
|
32519
32797
|
cursor: pointer;
|
|
@@ -32623,7 +32901,7 @@ input.antd-TextControl-input-password {
|
|
|
32623
32901
|
}
|
|
32624
32902
|
.antd-MapPicker-sugItem {
|
|
32625
32903
|
cursor: pointer;
|
|
32626
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32904
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32627
32905
|
}
|
|
32628
32906
|
.antd-MapPicker-sugItem:hover {
|
|
32629
32907
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -33408,11 +33686,17 @@ input.antd-TextControl-input-password {
|
|
|
33408
33686
|
width: var(--gap-md);
|
|
33409
33687
|
padding: 0;
|
|
33410
33688
|
color: var(--DatePicker-arrow-color);
|
|
33411
|
-
font-size: var(--fontSizeXl);
|
|
33689
|
+
font-size: var(--fontSizeXl) !important;
|
|
33412
33690
|
text-decoration: none;
|
|
33413
33691
|
font-family: auto;
|
|
33414
33692
|
font-weight: normal;
|
|
33415
33693
|
}
|
|
33694
|
+
.rdtPrev .icon-right-arrow,
|
|
33695
|
+
.rdtNext .icon-right-arrow {
|
|
33696
|
+
width: 0.75rem;
|
|
33697
|
+
height: 0.75rem;
|
|
33698
|
+
top: 0;
|
|
33699
|
+
}
|
|
33416
33700
|
.rdtPrev:hover,
|
|
33417
33701
|
.rdtNext:hover {
|
|
33418
33702
|
text-decoration: none;
|
|
@@ -33457,6 +33741,13 @@ input.antd-TextControl-input-password {
|
|
|
33457
33741
|
transform: rotate(180deg);
|
|
33458
33742
|
transform-origin: 50% 50%;
|
|
33459
33743
|
}
|
|
33744
|
+
.rdtHeader .icon-right-double-arrow {
|
|
33745
|
+
top: -1px;
|
|
33746
|
+
}
|
|
33747
|
+
.rdtHeader .icon-right-arrow {
|
|
33748
|
+
width: 0.75rem;
|
|
33749
|
+
height: 0.75rem;
|
|
33750
|
+
}
|
|
33460
33751
|
.header-line {
|
|
33461
33752
|
display: block;
|
|
33462
33753
|
position: absolute;
|
|
@@ -33761,7 +34052,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33761
34052
|
margin: 0;
|
|
33762
34053
|
padding-left: 0.625rem;
|
|
33763
34054
|
list-style: none;
|
|
33764
|
-
background:
|
|
34055
|
+
background: var(--colors-neutral-fill-10);
|
|
33765
34056
|
line-height: 2rem;
|
|
33766
34057
|
overflow-x: auto;
|
|
33767
34058
|
}
|
|
@@ -33796,6 +34087,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33796
34087
|
.antd-DateRangePicker-wrap {
|
|
33797
34088
|
white-space: nowrap;
|
|
33798
34089
|
}
|
|
34090
|
+
|
|
33799
34091
|
.antd-DateRangePicker-end {
|
|
33800
34092
|
margin-top: 0;
|
|
33801
34093
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -34592,6 +34884,37 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34592
34884
|
.antd-InputRange-input .antd-Number-handler-up-inner:hover, .antd-InputRange-input .antd-Number-handler-down-inner:hover {
|
|
34593
34885
|
color: var(--Number-handler-onHover-color);
|
|
34594
34886
|
}
|
|
34887
|
+
.antd-InputRange-input-with-unit {
|
|
34888
|
+
display: flex;
|
|
34889
|
+
width: auto;
|
|
34890
|
+
}
|
|
34891
|
+
.antd-InputRange-input-with-unit:hover .antd-Number,
|
|
34892
|
+
.antd-InputRange-input-with-unit:hover .antd-InputRange-unit {
|
|
34893
|
+
border-width: var(--inputNumber-base-hover-top-border-width) var(--inputNumber-base-hover-right-border-width) var(--inputNumber-base-hover-bottom-border-width) var(--inputNumber-base-hover-left-border-width);
|
|
34894
|
+
border-style: var(--inputNumber-base-hover-top-border-style) var(--inputNumber-base-hover-right-border-style) var(--inputNumber-base-hover-bottom-border-style) var(--inputNumber-base-hover-left-border-style);
|
|
34895
|
+
border-color: var(--inputNumber-base-hover-top-border-color) var(--inputNumber-base-hover-right-border-color) var(--inputNumber-base-hover-bottom-border-color) var(--inputNumber-base-hover-left-border-color);
|
|
34896
|
+
border-radius: var(--inputNumber-base-hover-top-left-border-radius) var(--inputNumber-base-hover-top-right-border-radius) var(--inputNumber-base-hover-bottom-right-border-radius) var(--inputNumber-base-hover-bottom-left-border-radius);
|
|
34897
|
+
}
|
|
34898
|
+
.antd-InputRange-input-with-unit .antd-Number-focused + .antd-InputRange-unit {
|
|
34899
|
+
border-width: var(--inputNumber-base-active-top-border-width) var(--inputNumber-base-active-right-border-width) var(--inputNumber-base-active-bottom-border-width) var(--inputNumber-base-active-left-border-width);
|
|
34900
|
+
border-style: var(--inputNumber-base-active-top-border-style) var(--inputNumber-base-active-right-border-style) var(--inputNumber-base-active-bottom-border-style) var(--inputNumber-base-active-left-border-style);
|
|
34901
|
+
border-color: var(--inputNumber-base-active-top-border-color) var(--inputNumber-base-active-right-border-color) var(--inputNumber-base-active-bottom-border-color) var(--inputNumber-base-active-left-border-color);
|
|
34902
|
+
border-radius: var(--inputNumber-base-active-top-left-border-radius) var(--inputNumber-base-active-top-right-border-radius) var(--inputNumber-base-active-bottom-right-border-radius) var(--inputNumber-base-active-bottom-left-border-radius);
|
|
34903
|
+
}
|
|
34904
|
+
.antd-InputRange-input-with-unit .antd-Number {
|
|
34905
|
+
width: 5rem;
|
|
34906
|
+
border-top-right-radius: 0 !important;
|
|
34907
|
+
border-bottom-right-radius: 0 !important;
|
|
34908
|
+
border-right: none !important;
|
|
34909
|
+
}
|
|
34910
|
+
.antd-InputRange-input-with-unit .antd-InputRange-unit {
|
|
34911
|
+
cursor: default;
|
|
34912
|
+
text-align: center;
|
|
34913
|
+
min-width: unset;
|
|
34914
|
+
border-top-left-radius: 0 !important;
|
|
34915
|
+
border-bottom-left-radius: 0 !important;
|
|
34916
|
+
background-color: var(--inputNumber-base-unit-bg-color);
|
|
34917
|
+
}
|
|
34595
34918
|
.antd-InputRange.is-mobile .antd-InputRange-input {
|
|
34596
34919
|
width: var(--InputRange-input-mobile-width);
|
|
34597
34920
|
}
|
|
@@ -34746,6 +35069,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34746
35069
|
border-radius: var(--InputRange-label-border-radius);
|
|
34747
35070
|
visibility: hidden;
|
|
34748
35071
|
}
|
|
35072
|
+
.antd-InputRange-label span {
|
|
35073
|
+
word-break: keep-all;
|
|
35074
|
+
}
|
|
34749
35075
|
.antd-InputRange-label-visible {
|
|
34750
35076
|
visibility: visible;
|
|
34751
35077
|
}
|
|
@@ -34825,6 +35151,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34825
35151
|
top: 0;
|
|
34826
35152
|
transform: translateX(-50%);
|
|
34827
35153
|
}
|
|
35154
|
+
.antd-InputRange-marks div:first-child {
|
|
35155
|
+
transform: translateX(-10%);
|
|
35156
|
+
}
|
|
35157
|
+
.antd-InputRange-marks div:first-child span {
|
|
35158
|
+
left: 0;
|
|
35159
|
+
transform: translateX(0%);
|
|
35160
|
+
}
|
|
35161
|
+
.antd-InputRange-marks div:last-child {
|
|
35162
|
+
transform: translateX(-90%);
|
|
35163
|
+
}
|
|
35164
|
+
.antd-InputRange-marks div:last-child span {
|
|
35165
|
+
left: 100%;
|
|
35166
|
+
transform: translateX(-100%);
|
|
35167
|
+
}
|
|
34828
35168
|
.antd-InputRange-marks div span {
|
|
34829
35169
|
position: absolute;
|
|
34830
35170
|
left: 50%;
|
|
@@ -34852,7 +35192,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34852
35192
|
}
|
|
34853
35193
|
@media (min-width: 768px) {
|
|
34854
35194
|
.repeat-control.form-contorl-inline,
|
|
34855
|
-
|
|
35195
|
+
.form-group-inline .repeat-control {
|
|
34856
35196
|
display: inline-block;
|
|
34857
35197
|
min-width: 280px;
|
|
34858
35198
|
width: auto;
|
|
@@ -34939,7 +35279,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34939
35279
|
.antd-Tree--outline .antd-Tree-item--isLeaf.is-child:before {
|
|
34940
35280
|
position: absolute;
|
|
34941
35281
|
top: -8px;
|
|
34942
|
-
left: calc((var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right)) / 2 - var(--Tree-indent));
|
|
35282
|
+
left: calc( ( var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right) ) / 2 - var(--Tree-indent) );
|
|
34943
35283
|
bottom: 0px;
|
|
34944
35284
|
border-left: 1px solid var(--borderColor);
|
|
34945
35285
|
content: "";
|
|
@@ -35049,7 +35389,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35049
35389
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
35050
35390
|
border-radius: var(--inputTree-border-radius);
|
|
35051
35391
|
line-height: var(--inputTree-input-lineHeight);
|
|
35052
|
-
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
35392
|
+
padding: calc( ( var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem ) / 2 ) var(--Form-input-paddingX);
|
|
35053
35393
|
font-size: var(--inputTree-fontSize);
|
|
35054
35394
|
}
|
|
35055
35395
|
.antd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -35137,7 +35477,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35137
35477
|
}
|
|
35138
35478
|
.antd-Tree-itemText {
|
|
35139
35479
|
cursor: pointer;
|
|
35140
|
-
display: inline-
|
|
35480
|
+
display: inline-flex;
|
|
35141
35481
|
color: var(--inputTree-base-default-color);
|
|
35142
35482
|
font-size: var(--select-tree-fontSize);
|
|
35143
35483
|
max-width: 100%;
|
|
@@ -35277,7 +35617,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35277
35617
|
color: var(--text--muted-color);
|
|
35278
35618
|
}
|
|
35279
35619
|
.antd-TreeSelect-spinner {
|
|
35280
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35620
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35281
35621
|
}
|
|
35282
35622
|
.antd-TreeSelect-clear {
|
|
35283
35623
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35502,7 +35842,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35502
35842
|
display: none;
|
|
35503
35843
|
}
|
|
35504
35844
|
.antd-Combo-items:empty + .antd-Combo-toolbar {
|
|
35505
|
-
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
35845
|
+
padding-top: calc( (var(--Form-input-height) - var(--Combo-addBtn-height)) / 2 );
|
|
35506
35846
|
}
|
|
35507
35847
|
.antd-Combo-item {
|
|
35508
35848
|
background: var(--combo-bg-color);
|
|
@@ -35899,7 +36239,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35899
36239
|
color: var(--text--muted-color);
|
|
35900
36240
|
}
|
|
35901
36241
|
.antd-Picker-spinner {
|
|
35902
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
36242
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35903
36243
|
}
|
|
35904
36244
|
.antd-Picker-clear {
|
|
35905
36245
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35982,7 +36322,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35982
36322
|
border-width: var(--Pick-base-top-border-width) var(--Pick-base-right-border-width) var(--Pick-base-bottom-border-width) var(--Pick-base-left-border-width);
|
|
35983
36323
|
border-style: var(--Pick-base-top-border-style) var(--Pick-base-right-border-style) var(--Pick-base-bottom-border-style) var(--Pick-base-left-border-style);
|
|
35984
36324
|
border-color: var(--Pick-base-top-border-color) var(--Pick-base-right-border-color) var(--Pick-base-bottom-border-color) var(--Pick-base-left-border-color);
|
|
35985
|
-
overflow: auto;
|
|
35986
36325
|
}
|
|
35987
36326
|
.antd-Picker .antd-Picker-values {
|
|
35988
36327
|
display: inline;
|
|
@@ -36007,7 +36346,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36007
36346
|
user-select: none;
|
|
36008
36347
|
white-space: nowrap;
|
|
36009
36348
|
vertical-align: middle;
|
|
36010
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
36349
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
36011
36350
|
display: inline-block;
|
|
36012
36351
|
font-size: var(--Pick-base-value-fontSize);
|
|
36013
36352
|
color: var(--Pick-base-value-color);
|
|
@@ -36020,6 +36359,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36020
36359
|
margin-right: var(--gap-xs);
|
|
36021
36360
|
margin-bottom: var(--gap-xs);
|
|
36022
36361
|
margin-top: var(--gap-xs);
|
|
36362
|
+
max-width: 9.375rem;
|
|
36363
|
+
overflow: hidden;
|
|
36364
|
+
text-overflow: ellipsis;
|
|
36365
|
+
white-space: nowrap;
|
|
36023
36366
|
}
|
|
36024
36367
|
.antd-Picker .antd-Picker-value:hover {
|
|
36025
36368
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -36096,8 +36439,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36096
36439
|
align-items: flex-start;
|
|
36097
36440
|
overflow-x: hidden;
|
|
36098
36441
|
overflow-y: auto;
|
|
36099
|
-
height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3);
|
|
36100
|
-
max-height: calc((var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5);
|
|
36442
|
+
height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom) * 4) * 3 );
|
|
36443
|
+
max-height: calc( (var(--Picker-tag-height) + var(--Picker-tag-marginBottom)) * 5 );
|
|
36101
36444
|
}
|
|
36102
36445
|
.antd-Picker-overflow-wrapper .antd-Picker-value {
|
|
36103
36446
|
cursor: pointer;
|
|
@@ -36106,7 +36449,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36106
36449
|
user-select: none;
|
|
36107
36450
|
white-space: nowrap;
|
|
36108
36451
|
vertical-align: middle;
|
|
36109
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
36452
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
36110
36453
|
display: inline-block;
|
|
36111
36454
|
font-size: var(--Pick-base-value-fontSize);
|
|
36112
36455
|
color: var(--Pick-base-value-color);
|
|
@@ -36119,6 +36462,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36119
36462
|
margin-right: var(--gap-xs);
|
|
36120
36463
|
margin-bottom: var(--gap-xs);
|
|
36121
36464
|
margin-top: var(--gap-xs);
|
|
36465
|
+
max-width: 9.375rem;
|
|
36466
|
+
overflow: hidden;
|
|
36467
|
+
text-overflow: ellipsis;
|
|
36468
|
+
white-space: nowrap;
|
|
36122
36469
|
}
|
|
36123
36470
|
.antd-Picker-overflow-wrapper .antd-Picker-value:hover {
|
|
36124
36471
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -36321,6 +36668,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36321
36668
|
}
|
|
36322
36669
|
.antd-TagControl-popover .antd-ListMenu {
|
|
36323
36670
|
padding: 0.25rem 0;
|
|
36671
|
+
max-height: var(--inputTag-popover-maxHeight);
|
|
36672
|
+
overflow: auto;
|
|
36673
|
+
-webkit-user-select: none;
|
|
36674
|
+
-moz-user-select: none;
|
|
36675
|
+
user-select: none;
|
|
36324
36676
|
}
|
|
36325
36677
|
.antd-TagControl-popover .antd-ListMenu-item {
|
|
36326
36678
|
height: var(--inputTag-option-height);
|
|
@@ -36741,7 +37093,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36741
37093
|
height: var(--Form-input-height);
|
|
36742
37094
|
line-height: var(--Form-input-lineHeight);
|
|
36743
37095
|
font-size: var(--Form-input-fontSize);
|
|
36744
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
37096
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
36745
37097
|
color: var(--text--muted-color);
|
|
36746
37098
|
}
|
|
36747
37099
|
.antd-TabsTransfer-tab {
|
|
@@ -36910,7 +37262,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36910
37262
|
-webkit-user-select: none;
|
|
36911
37263
|
-moz-user-select: none;
|
|
36912
37264
|
user-select: none;
|
|
36913
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
37265
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
36914
37266
|
}
|
|
36915
37267
|
.antd-NestedSelect-menu {
|
|
36916
37268
|
width: 10rem;
|
|
@@ -37175,7 +37527,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37175
37527
|
color: var(--text--muted-color);
|
|
37176
37528
|
}
|
|
37177
37529
|
.antd-IconPickerControl-spinner {
|
|
37178
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37530
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37179
37531
|
}
|
|
37180
37532
|
.antd-IconPickerControl-clear {
|
|
37181
37533
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37294,7 +37646,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37294
37646
|
-webkit-user-select: none;
|
|
37295
37647
|
-moz-user-select: none;
|
|
37296
37648
|
user-select: none;
|
|
37297
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37649
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37298
37650
|
vertical-align: middle;
|
|
37299
37651
|
display: inline-block;
|
|
37300
37652
|
overflow: hidden;
|
|
@@ -37380,7 +37732,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37380
37732
|
color: var(--text--muted-color);
|
|
37381
37733
|
}
|
|
37382
37734
|
.antd-IconSelectControl-spinner {
|
|
37383
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37735
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
37384
37736
|
}
|
|
37385
37737
|
.antd-IconSelectControl-clear {
|
|
37386
37738
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37754,6 +38106,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37754
38106
|
display: inline-block;
|
|
37755
38107
|
max-width: 100%;
|
|
37756
38108
|
}
|
|
38109
|
+
|
|
37757
38110
|
.antd-Form-control--sizeXs {
|
|
37758
38111
|
width: var(--Form-control-widthXs);
|
|
37759
38112
|
max-width: 100%;
|
|
@@ -37763,6 +38116,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37763
38116
|
.antd-Form-control--sizeXs.antd-NumberControl {
|
|
37764
38117
|
width: var(--Form-control-widthXs);
|
|
37765
38118
|
}
|
|
38119
|
+
|
|
37766
38120
|
.antd-Form-control--sizeSm {
|
|
37767
38121
|
width: var(--Form-control-widthSm);
|
|
37768
38122
|
max-width: 100%;
|
|
@@ -37772,12 +38126,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37772
38126
|
.antd-Form-control--sizeSm.antd-NumberControl {
|
|
37773
38127
|
width: var(--Form-control-widthSm);
|
|
37774
38128
|
}
|
|
38129
|
+
|
|
37775
38130
|
.antd-Form-control--sizeMd {
|
|
37776
38131
|
width: var(--Form-control-widthMd);
|
|
37777
38132
|
max-width: 100%;
|
|
37778
38133
|
display: inline-block;
|
|
37779
38134
|
vertical-align: top;
|
|
37780
38135
|
}
|
|
38136
|
+
|
|
37781
38137
|
.antd-Form-control--sizeLg {
|
|
37782
38138
|
width: var(--Form-control-widthLg);
|
|
37783
38139
|
max-width: 100%;
|
|
@@ -37787,6 +38143,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37787
38143
|
.antd-Form-control--sizeLg.antd-NumberControl {
|
|
37788
38144
|
width: var(--Form-control-widthLg);
|
|
37789
38145
|
}
|
|
38146
|
+
|
|
37790
38147
|
.antd-Form-item--horizontal {
|
|
37791
38148
|
display: flex;
|
|
37792
38149
|
flex-wrap: nowrap;
|
|
@@ -37798,16 +38155,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37798
38155
|
min-width: var(--Form--horizontal-value-minWidth);
|
|
37799
38156
|
}
|
|
37800
38157
|
.antd-Form-item--horizontal .antd-Form-itemColumn--xs,
|
|
37801
|
-
|
|
37802
|
-
|
|
37803
|
-
|
|
37804
|
-
|
|
37805
|
-
|
|
38158
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--sm,
|
|
38159
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--normal,
|
|
38160
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--auto,
|
|
38161
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--md,
|
|
38162
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--lg {
|
|
37806
38163
|
flex-grow: unset;
|
|
37807
38164
|
flex-basis: unset;
|
|
37808
38165
|
}
|
|
37809
38166
|
.antd-Form-item--horizontal > .antd-Form-label {
|
|
37810
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
38167
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37811
38168
|
word-break: break-word;
|
|
37812
38169
|
line-height: var(--Form-item-lineHeight);
|
|
37813
38170
|
margin: 0;
|
|
@@ -37908,7 +38265,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37908
38265
|
vertical-align: top;
|
|
37909
38266
|
}
|
|
37910
38267
|
.antd-Form-item--inline > .antd-Form-label {
|
|
37911
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
38268
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37912
38269
|
word-break: break-word;
|
|
37913
38270
|
line-height: var(--Form-item-lineHeight);
|
|
37914
38271
|
margin: 0;
|
|
@@ -37936,6 +38293,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37936
38293
|
.antd-Form-item--inline > .antd-Form-value > .antd-TextControl--withAddOn {
|
|
37937
38294
|
display: inline-flex;
|
|
37938
38295
|
}
|
|
38296
|
+
|
|
37939
38297
|
.antd-Form-row {
|
|
37940
38298
|
display: flex;
|
|
37941
38299
|
flex-wrap: wrap;
|
|
@@ -37947,11 +38305,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37947
38305
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
37948
38306
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
37949
38307
|
}
|
|
38308
|
+
|
|
37950
38309
|
.antd-Form-col {
|
|
37951
38310
|
flex-basis: 0;
|
|
37952
38311
|
flex-grow: 1;
|
|
37953
38312
|
flex-shrink: 1;
|
|
37954
38313
|
}
|
|
38314
|
+
|
|
37955
38315
|
.antd-Form-rowInner {
|
|
37956
38316
|
display: flex;
|
|
37957
38317
|
flex-wrap: nowrap;
|
|
@@ -37970,7 +38330,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37970
38330
|
.antd-Form--debug {
|
|
37971
38331
|
padding: var(--gap-sm);
|
|
37972
38332
|
margin-bottom: var(--gap-sm);
|
|
37973
|
-
background-color:
|
|
38333
|
+
background-color: #fafafa;
|
|
37974
38334
|
border-radius: var(--borderRadius);
|
|
37975
38335
|
position: relative;
|
|
37976
38336
|
word-wrap: break-word;
|
|
@@ -38059,6 +38419,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38059
38419
|
.antd-Combo-form::before {
|
|
38060
38420
|
border-bottom: none;
|
|
38061
38421
|
}
|
|
38422
|
+
|
|
38062
38423
|
.antd-Form-item {
|
|
38063
38424
|
display: flex;
|
|
38064
38425
|
margin-bottom: 0;
|
|
@@ -38077,7 +38438,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38077
38438
|
transform: scaleY(0.5);
|
|
38078
38439
|
}
|
|
38079
38440
|
.antd-Form-item .antd-InputGroup-addOn,
|
|
38080
|
-
|
|
38441
|
+
.antd-Form-item .antd-TextControl-addOn {
|
|
38081
38442
|
border: none;
|
|
38082
38443
|
}
|
|
38083
38444
|
.antd-Form-item .antd-Form-label {
|
|
@@ -38092,7 +38453,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38092
38453
|
font-size: var(--fontSizeLg);
|
|
38093
38454
|
}
|
|
38094
38455
|
.antd-Form-item .antd-Form-label + .antd-Form-item-controlBox {
|
|
38095
|
-
max-width:
|
|
38456
|
+
max-width: calc(100% - 28%);
|
|
38096
38457
|
}
|
|
38097
38458
|
.antd-Form-item .antd-Form-label > span {
|
|
38098
38459
|
line-height: 2rem;
|
|
@@ -38142,7 +38503,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38142
38503
|
text-align: center;
|
|
38143
38504
|
}
|
|
38144
38505
|
.antd-Form-item .antd-Number--enhance .antd-InputNumber-enhance-minus,
|
|
38145
|
-
|
|
38506
|
+
.antd-Form-item .antd-Number--enhance .antd-InputNumber-enhance-plus {
|
|
38146
38507
|
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
38147
38508
|
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
38148
38509
|
display: flex;
|
|
@@ -38154,49 +38515,49 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38154
38515
|
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
38155
38516
|
}
|
|
38156
38517
|
.antd-Form-item .antd-Form-value,
|
|
38157
|
-
|
|
38518
|
+
.antd-Form-item .antd-Form-control {
|
|
38158
38519
|
flex: 1;
|
|
38159
38520
|
flex-wrap: wrap;
|
|
38160
38521
|
font-size: var(--fontSizeLg);
|
|
38161
38522
|
min-width: 0;
|
|
38162
38523
|
}
|
|
38163
38524
|
.antd-Form-item .antd-Form-value .antd-ColorPicker > input,
|
|
38164
|
-
|
|
38525
|
+
.antd-Form-item .antd-Form-control .antd-ColorPicker > input {
|
|
38165
38526
|
height: 100%;
|
|
38166
38527
|
}
|
|
38167
38528
|
.antd-Form-item .antd-Form-value .antd-ResultBox,
|
|
38168
|
-
|
|
38529
|
+
.antd-Form-item .antd-Form-control .antd-ResultBox {
|
|
38169
38530
|
height: 100%;
|
|
38170
38531
|
}
|
|
38171
38532
|
.antd-Form-item .antd-Form-value .antd-ResultBox .antd-ResultBox-value-wrap,
|
|
38172
|
-
|
|
38533
|
+
.antd-Form-item .antd-Form-control .antd-ResultBox .antd-ResultBox-value-wrap {
|
|
38173
38534
|
justify-content: flex-end;
|
|
38174
38535
|
text-align: right;
|
|
38175
38536
|
}
|
|
38176
38537
|
.antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
|
|
38177
|
-
|
|
38538
|
+
.antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
|
|
38178
38539
|
background: transparent;
|
|
38179
38540
|
}
|
|
38180
38541
|
.antd-Form-item .antd-SelectControl.antd-Form-control {
|
|
38181
38542
|
overflow: hidden;
|
|
38182
38543
|
}
|
|
38183
38544
|
.antd-Form-item .antd-Form-hint,
|
|
38184
|
-
|
|
38185
|
-
|
|
38186
|
-
|
|
38187
|
-
|
|
38188
|
-
|
|
38189
|
-
|
|
38545
|
+
.antd-Form-item .antd-Form-remark,
|
|
38546
|
+
.antd-Form-item .antd-Form-group--hor .antd-Form-item,
|
|
38547
|
+
.antd-Form-item .antd-SwitchControl,
|
|
38548
|
+
.antd-Form-item .antd-CheckboxControl,
|
|
38549
|
+
.antd-Form-item .antd-RadiosControl,
|
|
38550
|
+
.antd-Form-item .antd-CheckboxesControl {
|
|
38190
38551
|
padding-top: 0;
|
|
38191
38552
|
padding-bottom: 0;
|
|
38192
38553
|
}
|
|
38193
38554
|
.antd-Form-item .antd-SwitchControl,
|
|
38194
|
-
|
|
38195
|
-
|
|
38196
|
-
|
|
38197
|
-
|
|
38198
|
-
|
|
38199
|
-
|
|
38555
|
+
.antd-Form-item .antd-TransferControl,
|
|
38556
|
+
.antd-Form-item .antd-TagControl,
|
|
38557
|
+
.antd-Form-item .antd-CheckboxControl,
|
|
38558
|
+
.antd-Form-item .antd-TreeSelectControl,
|
|
38559
|
+
.antd-Form-item .antd-NestedSelectControl,
|
|
38560
|
+
.antd-Form-item .antd-TabsTransferControl {
|
|
38200
38561
|
padding-top: 0.1875rem;
|
|
38201
38562
|
}
|
|
38202
38563
|
.antd-Form-item--inline {
|
|
@@ -38229,11 +38590,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38229
38590
|
min-height: 0;
|
|
38230
38591
|
}
|
|
38231
38592
|
.antd-Form-item .antd-Form-description,
|
|
38232
|
-
|
|
38593
|
+
.antd-Form-item .antd-Form-feedback {
|
|
38233
38594
|
font-size: var(--fontSizeBase);
|
|
38234
38595
|
}
|
|
38235
38596
|
.antd-Form-item .antd-InputGroup .antd-Select,
|
|
38236
|
-
|
|
38597
|
+
.antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
|
|
38237
38598
|
border: none;
|
|
38238
38599
|
}
|
|
38239
38600
|
.antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
|
|
@@ -38250,20 +38611,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38250
38611
|
margin-bottom: var(--gap-xs);
|
|
38251
38612
|
}
|
|
38252
38613
|
.antd-Form-item .antd-TextareaControl > textarea,
|
|
38253
|
-
|
|
38254
|
-
|
|
38614
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
|
38615
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
|
38255
38616
|
border: none;
|
|
38256
38617
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
38257
38618
|
box-shadow: none;
|
|
38258
38619
|
border-radius: 0;
|
|
38259
38620
|
}
|
|
38260
38621
|
.antd-Form-item .antd-TextareaControl > textarea:hover, .antd-Form-item .antd-TextareaControl > textarea:focus, .antd-Form-item .antd-TextareaControl > textarea.active,
|
|
38261
|
-
|
|
38262
|
-
|
|
38263
|
-
|
|
38264
|
-
|
|
38265
|
-
|
|
38266
|
-
|
|
38622
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
|
38623
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
|
38624
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
|
38625
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
|
38626
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
|
38627
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
|
38267
38628
|
border: none;
|
|
38268
38629
|
outline: none;
|
|
38269
38630
|
outline-style: none;
|
|
@@ -38272,21 +38633,27 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38272
38633
|
padding: 0;
|
|
38273
38634
|
min-height: 0;
|
|
38274
38635
|
}
|
|
38636
|
+
|
|
38275
38637
|
.antd-Form-groupColumn {
|
|
38276
38638
|
margin-bottom: 0;
|
|
38277
38639
|
}
|
|
38640
|
+
|
|
38278
38641
|
.antd-Form-item:nth-last-of-type(1)::after {
|
|
38279
38642
|
display: none;
|
|
38280
38643
|
}
|
|
38644
|
+
|
|
38281
38645
|
.antd-Form-item.is-placeholder::after {
|
|
38282
38646
|
display: none;
|
|
38283
38647
|
}
|
|
38648
|
+
|
|
38284
38649
|
.antd-Tabs-pane {
|
|
38285
38650
|
padding: 0;
|
|
38286
38651
|
}
|
|
38652
|
+
|
|
38287
38653
|
.antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
|
38288
38654
|
padding-bottom: var(--Form-input-paddingX);
|
|
38289
38655
|
}
|
|
38656
|
+
|
|
38290
38657
|
.antd-Form-groupColumn {
|
|
38291
38658
|
position: relative;
|
|
38292
38659
|
}
|
|
@@ -38300,6 +38667,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38300
38667
|
left: 0;
|
|
38301
38668
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
38302
38669
|
}
|
|
38670
|
+
|
|
38303
38671
|
.antd-Form-groupColumn:nth-last-of-type(1)::after {
|
|
38304
38672
|
display: none;
|
|
38305
38673
|
}
|
|
@@ -38835,7 +39203,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38835
39203
|
.antd-InputTable-UI table thead > tr > th {
|
|
38836
39204
|
position: sticky;
|
|
38837
39205
|
top: 0;
|
|
38838
|
-
z-index: 900;
|
|
39206
|
+
z-index: 900;
|
|
39207
|
+
/* 遮挡一下 tbody */
|
|
38839
39208
|
}
|
|
38840
39209
|
.antd-AnchorNav {
|
|
38841
39210
|
display: flex;
|
|
@@ -39705,7 +40074,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39705
40074
|
padding-left: var(--Form-input-paddingX);
|
|
39706
40075
|
}
|
|
39707
40076
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-number .antd-Number-handler-wrap {
|
|
39708
|
-
height: unset;
|
|
40077
|
+
height: unset;
|
|
40078
|
+
/* 避免调节器超出Input框 */
|
|
39709
40079
|
}
|
|
39710
40080
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-variable {
|
|
39711
40081
|
border: none;
|
|
@@ -40357,7 +40727,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40357
40727
|
--Menu-fontColor-onDisabled: var(--Nav-item-fontColor-onDisabled);
|
|
40358
40728
|
--Menu-Submenu-item-paddingX: var(--Nav-Item-Badge-paddingRight);
|
|
40359
40729
|
--Menu-light-backgroundColor: var(--Layout-light-backgroundColor);
|
|
40360
|
-
--Menu-light-active-backgroundColor: var(--colors-neutral-fill-
|
|
40730
|
+
--Menu-light-active-backgroundColor: var(--colors-neutral-fill-8);
|
|
40361
40731
|
--Menu-light-backgroundColor-onHover: var(--Layout-light-bgColor-onHover);
|
|
40362
40732
|
--Menu-light-fontColor: var(--Layout-light-fontColor);
|
|
40363
40733
|
--Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
|
|
@@ -40411,7 +40781,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40411
40781
|
white-space: nowrap;
|
|
40412
40782
|
overflow: hidden;
|
|
40413
40783
|
text-overflow: ellipsis;
|
|
40414
|
-
color:
|
|
40784
|
+
color: var(--colors-neutral-text-2);
|
|
40415
40785
|
font-size: inherit;
|
|
40416
40786
|
flex: 1;
|
|
40417
40787
|
cursor: inherit;
|
|
@@ -41064,4 +41434,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41064
41434
|
.antd-Nav-Menu-item-tooltip.antd-Nav-Menu-item-tooltip-dark .antd-Tooltip-body,
|
|
41065
41435
|
.antd-Nav-Menu-item-tooltip.antd-Nav-Menu-item-tooltip-dark .antd-Tooltip-body span {
|
|
41066
41436
|
color: var(--Layout-dark-fontColor);
|
|
41437
|
+
}
|
|
41438
|
+
.antd-OverflowTpl {
|
|
41439
|
+
text-overflow: ellipsis;
|
|
41440
|
+
overflow: hidden;
|
|
41441
|
+
white-space: nowrap;
|
|
41067
41442
|
}
|