amis-ui 3.1.0 → 3.2.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/_virtual/index.js +1 -1
- package/esm/_virtual/react-is.development.js +1 -1
- package/esm/_virtual/react-is.production.min.js +1 -1
- 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.d.ts +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +27 -23
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +41 -40
- package/esm/components/CalendarMobile.js +21 -5
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +4 -3
- package/esm/components/Cascader.js +106 -105
- package/esm/components/ChainedDropdownSelection.d.ts +559 -0
- package/esm/components/ChainedDropdownSelection.js +104 -0
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +11 -10
- package/esm/components/Checkbox.js +3 -2
- package/esm/components/CityArea.js +3 -3
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +22 -0
- package/esm/components/Collapse.js +10 -6
- package/esm/components/CollapseGroup.d.ts +23 -1
- package/esm/components/CollapseGroup.js +19 -14
- package/esm/components/ColorPicker.d.ts +4 -0
- package/esm/components/ColorPicker.js +32 -5
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.d.ts +42 -41
- package/esm/components/ConfirmBox.js +11 -4
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +43 -40
- package/esm/components/DatePicker.js +5 -5
- package/esm/components/DateRangePicker.d.ts +40 -40
- package/esm/components/DateRangePicker.js +41 -20
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +555 -0
- package/esm/components/DropDownSelection.js +77 -0
- package/esm/components/Editor.js +1 -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 +11 -10
- package/esm/components/InputBox.js +5 -3
- package/esm/components/InputBoxWithSuggestion.d.ts +1 -0
- package/esm/components/InputBoxWithSuggestion.js +3 -3
- package/esm/components/InputTable.js +3 -3
- 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.d.ts +41 -40
- package/esm/components/ListMenu.js +6 -5
- package/esm/components/LocationPicker.d.ts +44 -40
- package/esm/components/LocationPicker.js +35 -8
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +12 -15
- package/esm/components/NumberInput.js +9 -5
- package/esm/components/Pagination.d.ts +46 -41
- package/esm/components/Pagination.js +13 -4
- package/esm/components/Picker.js +3 -3
- package/esm/components/PickerColumn.d.ts +1 -1
- package/esm/components/PickerColumn.js +2 -2
- package/esm/components/PickerContainer.d.ts +1 -0
- package/esm/components/PickerContainer.js +4 -4
- package/esm/components/PopOverContainer.d.ts +3 -0
- package/esm/components/PopOverContainer.js +14 -3
- package/esm/components/PopUp.js +3 -3
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +10 -10
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.d.ts +2 -1
- package/esm/components/Range.js +65 -14
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +83 -41
- package/esm/components/ResultBox.js +6 -5
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +41 -40
- package/esm/components/SearchBox.js +5 -4
- package/esm/components/Select.d.ts +580 -580
- package/esm/components/Select.js +13 -8
- package/esm/components/SelectMobile.d.ts +37 -0
- package/esm/components/SelectMobile.js +362 -0
- 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.d.ts +52 -40
- package/esm/components/Tabs.js +87 -12
- package/esm/components/TabsTransfer.d.ts +41 -40
- package/esm/components/TabsTransfer.js +7 -6
- package/esm/components/TabsTransferPicker.d.ts +2 -0
- package/esm/components/TabsTransferPicker.js +8 -8
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +41 -40
- 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 +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +94 -92
- package/esm/components/Transfer.js +20 -15
- package/esm/components/TransferDropDown.d.ts +84 -80
- package/esm/components/TransferDropDown.js +52 -18
- package/esm/components/TransferPicker.d.ts +2 -0
- package/esm/components/TransferPicker.js +8 -8
- package/esm/components/TransferSearch.js +2 -2
- package/esm/components/Tree.d.ts +41 -40
- package/esm/components/Tree.js +25 -16
- package/esm/components/TreeSelection.js +3 -3
- package/esm/components/UserSelect.d.ts +40 -40
- package/esm/components/UserSelect.js +17 -9
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +7 -7
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +2 -0
- package/esm/components/calendar/Calendar.js +8 -4
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +3 -0
- package/esm/components/calendar/DaysView.js +17 -5
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.d.ts +11 -0
- package/esm/components/calendar/QuartersView.js +47 -5
- package/esm/components/calendar/TimeView.js +4 -2
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.d.ts +3 -7
- package/esm/components/condition-builder/Field.js +14 -72
- package/esm/components/condition-builder/Formula.js +2 -2
- package/esm/components/condition-builder/Func.js +2 -2
- package/esm/components/condition-builder/Group.d.ts +10 -1
- package/esm/components/condition-builder/Group.js +9 -5
- package/esm/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/esm/components/condition-builder/GroupOrItem.js +9 -6
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +1 -1
- package/esm/components/condition-builder/Item.js +5 -6
- package/esm/components/condition-builder/Value.js +7 -7
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +10 -1
- package/esm/components/condition-builder/index.js +8 -4
- package/esm/components/formula/Editor.d.ts +54 -40
- package/esm/components/formula/Editor.js +94 -21
- package/esm/components/formula/FuncList.js +19 -9
- package/esm/components/formula/Picker.d.ts +43 -41
- package/esm/components/formula/Picker.js +39 -17
- package/esm/components/formula/VariableList.d.ts +1 -0
- package/esm/components/formula/VariableList.js +107 -23
- package/esm/components/formula/plugin.d.ts +4 -2
- package/esm/components/formula/plugin.js +49 -25
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.js +5 -3
- package/esm/components/json-schema/Item.js +4 -4
- package/esm/components/json-schema/Object.js +8 -4
- package/esm/components/json-schema/index.d.ts +1 -0
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +3 -2
- package/esm/components/menu/SubMenu.js +3 -3
- package/esm/components/menu/index.d.ts +15 -10
- package/esm/components/menu/index.js +34 -14
- package/esm/components/schema-editor/Array.js +3 -3
- package/esm/components/schema-editor/Common.d.ts +1 -0
- package/esm/components/schema-editor/Common.js +7 -7
- package/esm/components/schema-editor/Item.d.ts +1 -0
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +5 -5
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +41 -40
- package/esm/components/schema-editor/index.js +3 -3
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.d.ts +5 -2
- package/esm/components/table/HeadCellSort.js +11 -11
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +1 -1
- package/esm/components/table/index.js +1 -1
- 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/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/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 +1 -1
- package/esm/locale/de-DE.js +3 -1
- package/esm/locale/en-US.js +3 -1
- package/esm/locale/zh-CN.js +4 -2
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/esm/node_modules/rc-overflow/es/Item.js +1 -1
- package/esm/node_modules/rc-overflow/es/Overflow.js +4 -3
- package/esm/node_modules/rc-overflow/es/RawItem.js +2 -2
- package/esm/node_modules/rc-overflow/es/context.js +10 -0
- package/esm/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/esm/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/esm/node_modules/rc-overflow/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/esm/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +16 -2
- package/esm/node_modules/rc-util/es/raf.js +1 -1
- package/esm/node_modules/rc-util/es/ref.js +1 -1
- package/esm/node_modules/rc-util/es/warning.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/_virtual/index.js +1 -1
- package/lib/_virtual/react-is.development.js +1 -1
- package/lib/_virtual/react-is.production.min.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +10 -10
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +120 -120
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +110 -110
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +27 -23
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +41 -40
- package/lib/components/CalendarMobile.js +21 -5
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.d.ts +4 -3
- package/lib/components/Cascader.js +105 -104
- package/lib/components/ChainedDropdownSelection.d.ts +559 -0
- package/lib/components/ChainedDropdownSelection.js +114 -0
- package/lib/components/ChainedSelection.d.ts +120 -120
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +11 -10
- package/lib/components/Checkbox.js +2 -1
- package/lib/components/CityArea.js +3 -3
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +152 -130
- package/lib/components/Collapse.js +9 -5
- package/lib/components/CollapseGroup.d.ts +53 -31
- package/lib/components/CollapseGroup.js +18 -13
- package/lib/components/ColorPicker.d.ts +84 -80
- package/lib/components/ColorPicker.js +32 -5
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +82 -81
- package/lib/components/ConfirmBox.js +10 -3
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +124 -121
- package/lib/components/DatePicker.js +5 -5
- package/lib/components/DateRangePicker.d.ts +280 -280
- package/lib/components/DateRangePicker.js +40 -19
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +555 -0
- package/lib/components/DropDownSelection.js +85 -0
- package/lib/components/Editor.d.ts +120 -120
- package/lib/components/Editor.js +1 -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 +120 -120
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +21 -20
- package/lib/components/InputBox.js +4 -2
- package/lib/components/InputBoxWithSuggestion.d.ts +1 -0
- package/lib/components/InputBoxWithSuggestion.js +3 -3
- package/lib/components/InputTable.js +3 -3
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +81 -80
- package/lib/components/ListMenu.js +5 -4
- package/lib/components/LocationPicker.d.ts +84 -80
- package/lib/components/LocationPicker.js +34 -7
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +28 -31
- package/lib/components/NumberInput.js +8 -4
- package/lib/components/Pagination.d.ts +86 -81
- package/lib/components/Pagination.js +12 -3
- package/lib/components/Picker.js +3 -3
- package/lib/components/PickerColumn.d.ts +1 -1
- package/lib/components/PickerColumn.js +2 -2
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +4 -4
- package/lib/components/PopOverContainer.d.ts +3 -0
- package/lib/components/PopOverContainer.js +14 -3
- package/lib/components/PopUp.d.ts +80 -80
- package/lib/components/PopUp.js +3 -3
- package/lib/components/Progress.d.ts +60 -60
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +30 -30
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.d.ts +2 -1
- package/lib/components/Range.js +64 -13
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +123 -81
- package/lib/components/ResultBox.js +6 -5
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +120 -120
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +81 -80
- package/lib/components/SearchBox.js +4 -3
- package/lib/components/Select.d.ts +1738 -1738
- package/lib/components/Select.js +12 -7
- package/lib/components/SelectMobile.d.ts +37 -0
- package/lib/components/SelectMobile.js +371 -0
- package/lib/components/Selection.d.ts +120 -120
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +70 -70
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +120 -120
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +92 -80
- package/lib/components/Tabs.js +86 -11
- package/lib/components/TabsTransfer.d.ts +41 -40
- package/lib/components/TabsTransfer.js +6 -5
- package/lib/components/TabsTransferPicker.d.ts +2 -0
- package/lib/components/TabsTransferPicker.js +7 -7
- package/lib/components/Tag.d.ts +70 -70
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +41 -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 +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +31 -31
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +134 -132
- package/lib/components/Transfer.js +19 -14
- package/lib/components/TransferDropDown.d.ts +124 -120
- package/lib/components/TransferDropDown.js +52 -18
- package/lib/components/TransferPicker.d.ts +2 -0
- package/lib/components/TransferPicker.js +7 -7
- package/lib/components/TransferSearch.js +2 -2
- package/lib/components/Tree.d.ts +161 -160
- package/lib/components/Tree.js +24 -15
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +3 -3
- package/lib/components/UserSelect.d.ts +80 -80
- package/lib/components/UserSelect.js +16 -8
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +1 -0
- package/lib/components/WithRemoteConfig.js +7 -7
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +2 -0
- package/lib/components/calendar/Calendar.js +7 -3
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +3 -0
- package/lib/components/calendar/DaysView.js +17 -5
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.d.ts +11 -0
- package/lib/components/calendar/QuartersView.js +45 -3
- package/lib/components/calendar/TimeView.js +4 -2
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.d.ts +3 -7
- package/lib/components/condition-builder/Field.js +13 -71
- package/lib/components/condition-builder/Formula.js +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Group.d.ts +10 -1
- package/lib/components/condition-builder/Group.js +9 -5
- package/lib/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/lib/components/condition-builder/GroupOrItem.js +8 -5
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +1 -1
- package/lib/components/condition-builder/Item.js +4 -5
- package/lib/components/condition-builder/Value.js +7 -7
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +10 -1
- package/lib/components/condition-builder/index.js +8 -4
- package/lib/components/formula/Editor.d.ts +54 -40
- package/lib/components/formula/Editor.js +92 -19
- package/lib/components/formula/FuncList.js +19 -9
- package/lib/components/formula/Picker.d.ts +44 -42
- package/lib/components/formula/Picker.js +38 -16
- package/lib/components/formula/VariableList.d.ts +1 -0
- package/lib/components/formula/VariableList.js +104 -20
- package/lib/components/formula/plugin.d.ts +4 -2
- package/lib/components/formula/plugin.js +48 -24
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.js +4 -2
- package/lib/components/json-schema/Item.js +4 -4
- package/lib/components/json-schema/Object.js +7 -3
- package/lib/components/json-schema/index.d.ts +1 -0
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +3 -2
- package/lib/components/menu/SubMenu.js +3 -3
- package/lib/components/menu/index.d.ts +85 -80
- package/lib/components/menu/index.js +34 -14
- package/lib/components/schema-editor/Array.js +3 -3
- package/lib/components/schema-editor/Common.d.ts +1 -0
- package/lib/components/schema-editor/Common.js +7 -7
- package/lib/components/schema-editor/Item.d.ts +1 -0
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +5 -5
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +41 -40
- package/lib/components/schema-editor/index.js +3 -3
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.d.ts +5 -2
- package/lib/components/table/HeadCellSort.js +11 -11
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +81 -81
- package/lib/components/table/index.js +1 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +9569 -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/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/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 +1 -1
- package/lib/locale/de-DE.js +3 -1
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/zh-CN.js +4 -2
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/lib/node_modules/rc-overflow/es/Item.js +1 -1
- package/lib/node_modules/rc-overflow/es/Overflow.js +5 -5
- package/lib/node_modules/rc-overflow/es/RawItem.js +7 -7
- package/lib/node_modules/rc-overflow/es/context.js +18 -0
- package/lib/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/lib/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/lib/node_modules/rc-overflow/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/lib/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +16 -2
- package/lib/node_modules/rc-util/es/raf.js +1 -1
- package/lib/node_modules/rc-util/es/ref.js +1 -1
- package/lib/node_modules/rc-util/es/warning.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/lib/packages/amis-ui/scss/helper.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/ang.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/antd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/cxd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/dark.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1177 -442
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1177 -442
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1177 -442
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1177 -442
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1177 -442
- package/package.json +9 -4
- package/scss/_components.scss +13 -3
- package/scss/_properties.scss +24 -0
- package/scss/components/_button-group.scss +1 -0
- package/scss/components/_calendar.scss +24 -14
- package/scss/components/_cascader.scss +26 -3
- package/scss/components/_city-area.scss +6 -0
- package/scss/components/_collapse-group.scss +11 -1
- package/scss/components/_collapse.scss +34 -1
- package/scss/components/_column-toggler.scss +7 -5
- package/scss/components/_condition-builder.scss +29 -3
- package/scss/components/_crud.scss +22 -12
- package/scss/components/_dropdown.scss +8 -5
- package/scss/components/_formula.scss +100 -34
- package/scss/components/_input-box.scss +24 -0
- package/scss/components/_json-schema.scss +28 -0
- package/scss/components/_list-menu.scss +40 -0
- package/scss/components/_nav.scss +1 -0
- package/scss/components/_panel.scss +1 -1
- package/scss/components/_picker-columns.scss +2 -4
- package/scss/components/_popup.scss +8 -1
- package/scss/components/_result-box.scss +5 -0
- package/scss/components/_search-box.scss +6 -0
- package/scss/components/_table.scss +23 -0
- package/scss/components/_tabs.scss +12 -0
- package/scss/components/form/_checks.scss +8 -0
- package/scss/components/form/_color.scss +31 -5
- package/scss/components/form/_combo.scss +27 -0
- package/scss/components/form/_date-range.scss +24 -5
- package/scss/components/form/_date.scss +10 -10
- package/scss/components/form/_editor.scss +4 -0
- package/scss/components/form/_fieldset.scss +13 -0
- package/scss/components/form/_form.scss +253 -110
- package/scss/components/form/_input-group.scss +6 -0
- package/scss/components/form/_location.scss +39 -0
- package/scss/components/form/_matrix.scss +2 -0
- package/scss/components/form/_nested-select.scss +6 -1
- package/scss/components/form/_number.scss +8 -0
- package/scss/components/form/_picker.scss +12 -0
- package/scss/components/form/_range.scss +47 -5
- package/scss/components/form/_select.scss +39 -1
- package/scss/components/form/_selection.scss +38 -2
- package/scss/components/form/_text.scss +5 -6
- package/scss/components/form/_transfer.scss +50 -1
- package/scss/components/form/_tree.scss +34 -4
- package/scss/components/react-datetime.scss +8 -0
package/lib/themes/antd.css
CHANGED
|
@@ -202,6 +202,7 @@
|
|
|
202
202
|
--ColorPicker-fontSize: var(--Form-input-fontSize);
|
|
203
203
|
--ColorPicker-height: var(--Form-input-height);
|
|
204
204
|
--ColorPicker-lineHeight: var(--Form-input-lineHeight);
|
|
205
|
+
--ColorPicker-height: var(--sizes-base-16);
|
|
205
206
|
--ColorPicker-onDisabled-bg: var(--colors-neutral-fill-8);
|
|
206
207
|
--ColorPicker-onDisabled-color: var(--text--muted-color);
|
|
207
208
|
--ColorPicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
|
|
@@ -463,6 +464,10 @@
|
|
|
463
464
|
--ListMenu-item-bg: var(--colors-neutral-fill-11);
|
|
464
465
|
--ListMenu-item-color: var(--colors-neutral-text-2);
|
|
465
466
|
--ListMenu-item-height: var(--sizes-base-15);
|
|
467
|
+
--ListMenu-item-mobile-margin: 0.3125rem;
|
|
468
|
+
--ListMenu-item-mobile-width: 5.625rem;
|
|
469
|
+
--ListMenu-item-mobile-bg: #f5f5f5;
|
|
470
|
+
--ListMenu-item-mobile-active-bg: #e7f1ff;
|
|
466
471
|
--Log-bg: #222;
|
|
467
472
|
--Log-padding: var(--gap-sm) 0;
|
|
468
473
|
--Log-line-padding: 0 var(--gap-sm);
|
|
@@ -559,6 +564,7 @@
|
|
|
559
564
|
--PopOverAble-iconColor: inherit;
|
|
560
565
|
--PopOverAble-onHover-iconColor: inherit;
|
|
561
566
|
--PopUp-cancelAction-color: #666;
|
|
567
|
+
--PopUp-confirmAction-color: var(--primary);
|
|
562
568
|
--Property-title-bg: #f2f2f2;
|
|
563
569
|
--Property-label-bg: #f7f7f7;
|
|
564
570
|
--Portlet-borderColor: var(--borderColor);
|
|
@@ -678,6 +684,20 @@
|
|
|
678
684
|
--UserSelect--border-color: #f7f7f9;
|
|
679
685
|
--UserSelect--content-bg: #f5f7f8;
|
|
680
686
|
--UserSelect--bread-color: #5e626a;
|
|
687
|
+
--Cascader-border-color: #f7f7f9;
|
|
688
|
+
--Cascader-border-active-bg-color: #f7f7f9;
|
|
689
|
+
--Cascader-option-disable-color: #b8babf;
|
|
690
|
+
--Tag-content-fontSize: var(--fontSizeSm);
|
|
691
|
+
--Tag-height: 1.5rem;
|
|
692
|
+
--Tag-borderRadius: 0.125rem;
|
|
693
|
+
--Tag-fontColor: #151a26;
|
|
694
|
+
--Tag-default-color: #f2f2f4;
|
|
695
|
+
--Tag-inactive-color: #b8babf;
|
|
696
|
+
--Tag-active-color: var(--colors-brand-5);
|
|
697
|
+
--Tag-processing-color: var(--colors-brand-6);
|
|
698
|
+
--Tag-success-color: var(--colors-success-5);
|
|
699
|
+
--Tag-error-color: var(--colors-error-5);
|
|
700
|
+
--Tag-warning-color: var(--colors-warning-5);
|
|
681
701
|
--Tag-checkable-bgColor: #f2f2f4;
|
|
682
702
|
--Tag-checkable-bgColor-onDisable: #e6e6e8;
|
|
683
703
|
--Tag-checkable-bgColor-onHover: #e6e6e8;
|
|
@@ -1895,8 +1915,8 @@
|
|
|
1895
1915
|
);
|
|
1896
1916
|
--inputNumber-enhance-default-paddingTop: var(--sizes-size-3);
|
|
1897
1917
|
--inputNumber-enhance-default-paddingBottom: var(--sizes-size-3);
|
|
1898
|
-
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-
|
|
1899
|
-
--inputNumber-enhance-default-paddingRight: var(--sizes-size-
|
|
1918
|
+
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-5);
|
|
1919
|
+
--inputNumber-enhance-default-paddingRight: var(--sizes-size-5);
|
|
1900
1920
|
--inputNumber-enhance-default-bg-color: var(--colors-neutral-fill-11);
|
|
1901
1921
|
--inputNumber-enhance-hover-top-border-color: var(--colors-brand-5);
|
|
1902
1922
|
--inputNumber-enhance-hover-top-border-width: var(--borders-width-2);
|
|
@@ -2009,6 +2029,11 @@
|
|
|
2009
2029
|
);
|
|
2010
2030
|
--inputNumber-enhance-leftIcon-default-icon: '<svg viewBox="0 0 12 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-minus"><g id="minus" fill="currentColor" fill-rule="nonzero"><polygon id="path-1" points="0 1.6 0 0.4 12 0.4 12 1.6"></polygon></g></svg>';
|
|
2011
2031
|
--inputNumber-enhance-rightIcon-default-icon: '<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" class="icon icon-plus"><path d="M6.6 6.6V12H5.4V6.6H0V5.4h5.4V0h1.2v5.4H12v1.2z" fill="currentColor" fill-rule="nonzero"></path></svg>';
|
|
2032
|
+
--inputNumber-enhance-mobile-input-width: 3.5rem;
|
|
2033
|
+
--inputNumber-enhance-mobile-icon-width: 1.75rem;
|
|
2034
|
+
--inputNumber-enhance-mobile-icon-height: 1.75rem;
|
|
2035
|
+
--inputNumber-enhance-mobile-icon-inner-width: 1.6875rem;
|
|
2036
|
+
--inputNumber-enhance-mobile-icon-inner-height: 1.6875rem;
|
|
2012
2037
|
--Form-input-onHover-borderColor: var(--colors-brand-5);
|
|
2013
2038
|
--Form-input-onFocused-borderColor: var(--colors-brand-5);
|
|
2014
2039
|
--checkbox-checkbox-default-height: var(--sizes-size-9);
|
|
@@ -2351,6 +2376,7 @@
|
|
|
2351
2376
|
--link-decoration: var(--link-text-decoration);
|
|
2352
2377
|
--link-onHover-decoration: var(--link-onClick-text-decoration);
|
|
2353
2378
|
--Form-item-gap: var(--sizes-base-12);
|
|
2379
|
+
--Form-item-mobile-gap: var(--sizes-base-4);
|
|
2354
2380
|
--Form-item-color: var(--colors-neutral-text-4);
|
|
2355
2381
|
--Form-item-fontColor: var(--Form-item-color);
|
|
2356
2382
|
--Form-item-fontSize: var(--fonts-size-7);
|
|
@@ -2394,6 +2420,8 @@
|
|
|
2394
2420
|
--InputRange-track-onActive-bg: var(--colors-brand-5);
|
|
2395
2421
|
--InputRange-handle-height: var(--sizes-size-9);
|
|
2396
2422
|
--InputRange-handle-width: var(--sizes-size-9);
|
|
2423
|
+
--InputRange-handle-mobile-height: var(--sizes-base-10);
|
|
2424
|
+
--InputRange-handle-mobile-width: var(--sizes-base-10);
|
|
2397
2425
|
--InputRange-handle-bg: var(--colors-neutral-fill-11);
|
|
2398
2426
|
--InputRange-handle-top-border-color: var(--colors-brand-5);
|
|
2399
2427
|
--InputRange-handle-top-border-width: 0.0625rem;
|
|
@@ -2410,7 +2438,7 @@
|
|
|
2410
2438
|
--InputRange-handle-onFocus-borderRadius: var(
|
|
2411
2439
|
--InputRange-handle-border-radius
|
|
2412
2440
|
);
|
|
2413
|
-
--InputRange-padding:
|
|
2441
|
+
--InputRange-padding: 1rem;
|
|
2414
2442
|
--InputRange-handle-icon-width: var(--sizes-size-5);
|
|
2415
2443
|
--InputRange-handle-icon-height: var(--sizes-size-5);
|
|
2416
2444
|
--InputRange-handle-icon-color: var(--colors-brand-9);
|
|
@@ -2448,6 +2476,7 @@
|
|
|
2448
2476
|
);
|
|
2449
2477
|
--InputRange-label-position-bottom: calc(100% + 8px);
|
|
2450
2478
|
--InputRange-input-width: var(--sizes-base-40);
|
|
2479
|
+
--InputRange-input-mobile-width: var(--sizes-base-20);
|
|
2451
2480
|
--InputRange-input-marginTop: var(--sizes-size-0);
|
|
2452
2481
|
--InputRange-input-marginBottom: var(--sizes-size-0);
|
|
2453
2482
|
--InputRange-input-marginLeft: var(--sizes-size-5);
|
|
@@ -3508,6 +3537,7 @@
|
|
|
3508
3537
|
--select-tree-hover-bg-color: var(--colors-neutral-fill-10);
|
|
3509
3538
|
--select-tree-active-bg-color: var(--colors-brand-10);
|
|
3510
3539
|
--Form-select-bg: var(--select-base-default-bg-color);
|
|
3540
|
+
--Form-select-mobile-icon-check-color: var(--colors-brand-5);
|
|
3511
3541
|
--Form-select-height: var(--Form-select-outer-top);
|
|
3512
3542
|
--Form-select-borderColor: var(--select-base-default-top-border-color)
|
|
3513
3543
|
var(--select-base-default-right-border-color)
|
|
@@ -5096,14 +5126,17 @@
|
|
|
5096
5126
|
}
|
|
5097
5127
|
/* PADDING */
|
|
5098
5128
|
.CodeMirror-lines {
|
|
5099
|
-
padding: 4px 0;
|
|
5129
|
+
padding: 4px 0;
|
|
5130
|
+
/* Vertical padding around content */
|
|
5100
5131
|
}
|
|
5101
5132
|
.CodeMirror pre.CodeMirror-line,
|
|
5102
5133
|
.CodeMirror pre.CodeMirror-line-like {
|
|
5103
|
-
padding: 0 4px;
|
|
5134
|
+
padding: 0 4px;
|
|
5135
|
+
/* Horizontal padding of content */
|
|
5104
5136
|
}
|
|
5105
5137
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
5106
|
-
background-color: white;
|
|
5138
|
+
background-color: white;
|
|
5139
|
+
/* The little square between H and V scrollbars */
|
|
5107
5140
|
}
|
|
5108
5141
|
/* GUTTER */
|
|
5109
5142
|
.CodeMirror-gutters {
|
|
@@ -5289,14 +5322,16 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5289
5322
|
background: white;
|
|
5290
5323
|
}
|
|
5291
5324
|
.CodeMirror-scroll {
|
|
5292
|
-
overflow: scroll !important;
|
|
5325
|
+
overflow: scroll !important;
|
|
5326
|
+
/* Things will break if this is overridden */
|
|
5293
5327
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
5294
5328
|
/* See overflow: hidden in .CodeMirror */
|
|
5295
5329
|
margin-bottom: -50px;
|
|
5296
5330
|
margin-right: -50px;
|
|
5297
5331
|
padding-bottom: 50px;
|
|
5298
5332
|
height: 100%;
|
|
5299
|
-
outline: none;
|
|
5333
|
+
outline: none;
|
|
5334
|
+
/* Prevent dragging from highlighting the element */
|
|
5300
5335
|
position: relative;
|
|
5301
5336
|
z-index: 0;
|
|
5302
5337
|
}
|
|
@@ -5375,7 +5410,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5375
5410
|
}
|
|
5376
5411
|
.CodeMirror-lines {
|
|
5377
5412
|
cursor: text;
|
|
5378
|
-
min-height: 1px;
|
|
5413
|
+
min-height: 1px;
|
|
5414
|
+
/* prevents collapsing before first draw */
|
|
5379
5415
|
}
|
|
5380
5416
|
.CodeMirror pre.CodeMirror-line,
|
|
5381
5417
|
.CodeMirror pre.CodeMirror-line-like {
|
|
@@ -5413,7 +5449,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5413
5449
|
.CodeMirror-linewidget {
|
|
5414
5450
|
position: relative;
|
|
5415
5451
|
z-index: 2;
|
|
5416
|
-
padding: 0.1px;
|
|
5452
|
+
padding: 0.1px;
|
|
5453
|
+
/* Force widget margins to stay inside of the container */
|
|
5417
5454
|
}
|
|
5418
5455
|
.CodeMirror-rtl pre {
|
|
5419
5456
|
direction: rtl;
|
|
@@ -5697,7 +5734,7 @@ img.fr-bordered {
|
|
|
5697
5734
|
vertical-align: bottom;
|
|
5698
5735
|
margin-left: 5px;
|
|
5699
5736
|
margin-right: 5px;
|
|
5700
|
-
max-width: calc(100% -
|
|
5737
|
+
max-width: calc(100% - (2 * 5px));
|
|
5701
5738
|
}
|
|
5702
5739
|
.fr-view img.fr-dii.fr-fil {
|
|
5703
5740
|
float: left;
|
|
@@ -5733,7 +5770,7 @@ img.fr-bordered {
|
|
|
5733
5770
|
vertical-align: bottom;
|
|
5734
5771
|
margin-left: 5px;
|
|
5735
5772
|
margin-right: 5px;
|
|
5736
|
-
max-width: calc(100% -
|
|
5773
|
+
max-width: calc(100% - (2 * 5px));
|
|
5737
5774
|
}
|
|
5738
5775
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
5739
5776
|
float: left;
|
|
@@ -5861,7 +5898,7 @@ img.fr-view.fr-dii {
|
|
|
5861
5898
|
vertical-align: bottom;
|
|
5862
5899
|
margin-left: 5px;
|
|
5863
5900
|
margin-right: 5px;
|
|
5864
|
-
max-width: calc(100% -
|
|
5901
|
+
max-width: calc(100% - (2 * 5px));
|
|
5865
5902
|
}
|
|
5866
5903
|
img.fr-view.fr-dii.fr-fil {
|
|
5867
5904
|
float: left;
|
|
@@ -5897,7 +5934,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
5897
5934
|
vertical-align: bottom;
|
|
5898
5935
|
margin-left: 5px;
|
|
5899
5936
|
margin-right: 5px;
|
|
5900
|
-
max-width: calc(100% -
|
|
5937
|
+
max-width: calc(100% - (2 * 5px));
|
|
5901
5938
|
}
|
|
5902
5939
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
5903
5940
|
float: left;
|
|
@@ -6103,12 +6140,14 @@ iframe.fr-iframe {
|
|
|
6103
6140
|
.fr-box.fr-document {
|
|
6104
6141
|
min-width: 21cm;
|
|
6105
6142
|
}
|
|
6143
|
+
|
|
6106
6144
|
.fr-box.fr-document .fr-wrapper {
|
|
6107
6145
|
text-align: left;
|
|
6108
6146
|
padding: 30px;
|
|
6109
6147
|
min-width: 21cm;
|
|
6110
6148
|
background: #efefef;
|
|
6111
6149
|
}
|
|
6150
|
+
|
|
6112
6151
|
.fr-box.fr-document .fr-wrapper .fr-element {
|
|
6113
6152
|
text-align: left;
|
|
6114
6153
|
background: #FFF;
|
|
@@ -6119,6 +6158,7 @@ iframe.fr-iframe {
|
|
|
6119
6158
|
overflow: visible;
|
|
6120
6159
|
z-index: auto;
|
|
6121
6160
|
}
|
|
6161
|
+
|
|
6122
6162
|
.fr-box.fr-document .fr-wrapper .fr-element hr {
|
|
6123
6163
|
margin-left: -2cm;
|
|
6124
6164
|
margin-right: -2cm;
|
|
@@ -6127,6 +6167,7 @@ iframe.fr-iframe {
|
|
|
6127
6167
|
outline: none;
|
|
6128
6168
|
border: none;
|
|
6129
6169
|
}
|
|
6170
|
+
|
|
6130
6171
|
.fr-box.fr-document .fr-wrapper .fr-element img {
|
|
6131
6172
|
z-index: 1;
|
|
6132
6173
|
}
|
|
@@ -7297,7 +7338,7 @@ ol.decimal_type > li:before {
|
|
|
7297
7338
|
}
|
|
7298
7339
|
.fr-separator.fr-hs {
|
|
7299
7340
|
clear: both;
|
|
7300
|
-
width: calc(100% -
|
|
7341
|
+
width: calc(100% - (2 * 4px));
|
|
7301
7342
|
margin: 0 4px;
|
|
7302
7343
|
height: 1px;
|
|
7303
7344
|
}
|
|
@@ -8072,18 +8113,22 @@ body.fr-fullscreen {
|
|
|
8072
8113
|
width: 10px;
|
|
8073
8114
|
height: 10px;
|
|
8074
8115
|
}
|
|
8116
|
+
|
|
8075
8117
|
.fr-image-resizer .fr-handler.fr-hnw {
|
|
8076
8118
|
left: -5px;
|
|
8077
8119
|
top: -5px;
|
|
8078
8120
|
}
|
|
8121
|
+
|
|
8079
8122
|
.fr-image-resizer .fr-handler.fr-hne {
|
|
8080
8123
|
right: -5px;
|
|
8081
8124
|
top: -5px;
|
|
8082
8125
|
}
|
|
8126
|
+
|
|
8083
8127
|
.fr-image-resizer .fr-handler.fr-hsw {
|
|
8084
8128
|
left: -5px;
|
|
8085
8129
|
bottom: -5px;
|
|
8086
8130
|
}
|
|
8131
|
+
|
|
8087
8132
|
.fr-image-resizer .fr-handler.fr-hse {
|
|
8088
8133
|
right: -5px;
|
|
8089
8134
|
bottom: -5px;
|
|
@@ -8493,7 +8538,7 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8493
8538
|
}
|
|
8494
8539
|
.fr-line-breaker a.fr-floating-btn {
|
|
8495
8540
|
position: absolute;
|
|
8496
|
-
left: calc(50% -
|
|
8541
|
+
left: calc(50% - (40px / 2));
|
|
8497
8542
|
top: -20px;
|
|
8498
8543
|
}
|
|
8499
8544
|
.fr-line-breaker a.fr-floating-btn svg {
|
|
@@ -8828,18 +8873,22 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8828
8873
|
width: 10px;
|
|
8829
8874
|
height: 10px;
|
|
8830
8875
|
}
|
|
8876
|
+
|
|
8831
8877
|
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
|
8832
8878
|
left: -5px;
|
|
8833
8879
|
top: -5px;
|
|
8834
8880
|
}
|
|
8881
|
+
|
|
8835
8882
|
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
|
8836
8883
|
right: -5px;
|
|
8837
8884
|
top: -5px;
|
|
8838
8885
|
}
|
|
8886
|
+
|
|
8839
8887
|
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
|
8840
8888
|
left: -5px;
|
|
8841
8889
|
bottom: -5px;
|
|
8842
8890
|
}
|
|
8891
|
+
|
|
8843
8892
|
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
|
8844
8893
|
right: -5px;
|
|
8845
8894
|
bottom: -5px;
|
|
@@ -9141,7 +9190,7 @@ img.fr-bordered {
|
|
|
9141
9190
|
vertical-align: bottom;
|
|
9142
9191
|
margin-left: 5px;
|
|
9143
9192
|
margin-right: 5px;
|
|
9144
|
-
max-width: calc(100% -
|
|
9193
|
+
max-width: calc(100% - (2 * 5px));
|
|
9145
9194
|
}
|
|
9146
9195
|
.fr-view img.fr-dii.fr-fil {
|
|
9147
9196
|
float: left;
|
|
@@ -9177,7 +9226,7 @@ img.fr-bordered {
|
|
|
9177
9226
|
vertical-align: bottom;
|
|
9178
9227
|
margin-left: 5px;
|
|
9179
9228
|
margin-right: 5px;
|
|
9180
|
-
max-width: calc(100% -
|
|
9229
|
+
max-width: calc(100% - (2 * 5px));
|
|
9181
9230
|
}
|
|
9182
9231
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
9183
9232
|
float: left;
|
|
@@ -9305,7 +9354,7 @@ img.fr-view.fr-dii {
|
|
|
9305
9354
|
vertical-align: bottom;
|
|
9306
9355
|
margin-left: 5px;
|
|
9307
9356
|
margin-right: 5px;
|
|
9308
|
-
max-width: calc(100% -
|
|
9357
|
+
max-width: calc(100% - (2 * 5px));
|
|
9309
9358
|
}
|
|
9310
9359
|
img.fr-view.fr-dii.fr-fil {
|
|
9311
9360
|
float: left;
|
|
@@ -9341,7 +9390,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
9341
9390
|
vertical-align: bottom;
|
|
9342
9391
|
margin-left: 5px;
|
|
9343
9392
|
margin-right: 5px;
|
|
9344
|
-
max-width: calc(100% -
|
|
9393
|
+
max-width: calc(100% - (2 * 5px));
|
|
9345
9394
|
}
|
|
9346
9395
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
9347
9396
|
float: left;
|
|
@@ -9910,7 +9959,7 @@ button::-moz-focus-inner {
|
|
|
9910
9959
|
display: flex;
|
|
9911
9960
|
height: 24px;
|
|
9912
9961
|
justify-content: center;
|
|
9913
|
-
padding:
|
|
9962
|
+
padding: calc(4px - 1px);
|
|
9914
9963
|
width: 24px;
|
|
9915
9964
|
}
|
|
9916
9965
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
@@ -9953,7 +10002,7 @@ button::-moz-focus-inner {
|
|
|
9953
10002
|
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
|
|
9954
10003
|
border-radius: 6px;
|
|
9955
10004
|
box-shadow: inset 0 0 0 1px #006ce7;
|
|
9956
|
-
padding:
|
|
10005
|
+
padding: calc(4px - 1px);
|
|
9957
10006
|
}
|
|
9958
10007
|
.tox:not([dir=rtl]) .tox-checkbox__label {
|
|
9959
10008
|
margin-left: 4px;
|
|
@@ -10397,7 +10446,7 @@ button::-moz-focus-inner {
|
|
|
10397
10446
|
display: none;
|
|
10398
10447
|
fill: #222f3e;
|
|
10399
10448
|
height: 24px;
|
|
10400
|
-
margin:
|
|
10449
|
+
margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
|
|
10401
10450
|
width: 24px;
|
|
10402
10451
|
}
|
|
10403
10452
|
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
|
|
@@ -10671,7 +10720,7 @@ button::-moz-focus-inner {
|
|
|
10671
10720
|
body:not(.tox-force-desktop) .tox .tox-dialog {
|
|
10672
10721
|
align-self: flex-start;
|
|
10673
10722
|
margin: 8px auto;
|
|
10674
|
-
max-height: calc(100vh -
|
|
10723
|
+
max-height: calc(100vh - 8px * 2);
|
|
10675
10724
|
width: calc(100vw - 16px);
|
|
10676
10725
|
}
|
|
10677
10726
|
}
|
|
@@ -10736,8 +10785,14 @@ button::-moz-focus-inner {
|
|
|
10736
10785
|
align-items: flex-start;
|
|
10737
10786
|
display: flex;
|
|
10738
10787
|
flex-direction: column;
|
|
10788
|
+
flex-shrink: 0;
|
|
10739
10789
|
padding: 16px 16px;
|
|
10740
10790
|
}
|
|
10791
|
+
@media only screen and (min-width: 768px) {
|
|
10792
|
+
.tox .tox-dialog__body-nav {
|
|
10793
|
+
max-width: 11em;
|
|
10794
|
+
}
|
|
10795
|
+
}
|
|
10741
10796
|
@media only screen and (max-width: 767px) {
|
|
10742
10797
|
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
|
10743
10798
|
flex-direction: row;
|
|
@@ -10750,11 +10805,12 @@ button::-moz-focus-inner {
|
|
|
10750
10805
|
border-bottom: 2px solid transparent;
|
|
10751
10806
|
color: rgba(34, 47, 62, 0.7);
|
|
10752
10807
|
display: inline-block;
|
|
10808
|
+
flex-shrink: 0;
|
|
10753
10809
|
font-size: 14px;
|
|
10754
10810
|
line-height: 1.3;
|
|
10755
10811
|
margin-bottom: 8px;
|
|
10812
|
+
max-width: 13em;
|
|
10756
10813
|
text-decoration: none;
|
|
10757
|
-
white-space: nowrap;
|
|
10758
10814
|
}
|
|
10759
10815
|
.tox .tox-dialog__body-nav-item:focus {
|
|
10760
10816
|
background-color: rgba(0, 108, 231, 0.1);
|
|
@@ -10768,7 +10824,7 @@ button::-moz-focus-inner {
|
|
|
10768
10824
|
display: flex;
|
|
10769
10825
|
flex: 1;
|
|
10770
10826
|
flex-direction: column;
|
|
10771
|
-
max-height: 650px;
|
|
10827
|
+
max-height: min(650px, calc(100vh - 110px));
|
|
10772
10828
|
overflow: auto;
|
|
10773
10829
|
-webkit-overflow-scrolling: touch;
|
|
10774
10830
|
padding: 16px 16px;
|
|
@@ -10804,16 +10860,33 @@ button::-moz-focus-inner {
|
|
|
10804
10860
|
.tox .tox-dialog__body-content svg {
|
|
10805
10861
|
fill: #222f3e;
|
|
10806
10862
|
}
|
|
10863
|
+
.tox .tox-dialog__body-content strong {
|
|
10864
|
+
font-weight: bold;
|
|
10865
|
+
}
|
|
10807
10866
|
.tox .tox-dialog__body-content ul {
|
|
10808
|
-
display: block;
|
|
10809
10867
|
list-style-type: disc;
|
|
10868
|
+
}
|
|
10869
|
+
.tox .tox-dialog__body-content ul,
|
|
10870
|
+
.tox .tox-dialog__body-content ol,
|
|
10871
|
+
.tox .tox-dialog__body-content dd {
|
|
10872
|
+
-webkit-padding-start: 2.5rem;
|
|
10873
|
+
padding-inline-start: 2.5rem;
|
|
10874
|
+
}
|
|
10875
|
+
.tox .tox-dialog__body-content ul,
|
|
10876
|
+
.tox .tox-dialog__body-content ol,
|
|
10877
|
+
.tox .tox-dialog__body-content dl {
|
|
10810
10878
|
margin-bottom: 16px;
|
|
10879
|
+
}
|
|
10880
|
+
.tox .tox-dialog__body-content ul,
|
|
10881
|
+
.tox .tox-dialog__body-content ol,
|
|
10882
|
+
.tox .tox-dialog__body-content dl,
|
|
10883
|
+
.tox .tox-dialog__body-content dd,
|
|
10884
|
+
.tox .tox-dialog__body-content dt {
|
|
10885
|
+
display: block;
|
|
10811
10886
|
-webkit-margin-end: 0;
|
|
10812
10887
|
margin-inline-end: 0;
|
|
10813
10888
|
-webkit-margin-start: 0;
|
|
10814
10889
|
margin-inline-start: 0;
|
|
10815
|
-
-webkit-padding-start: 2.5rem;
|
|
10816
|
-
padding-inline-start: 2.5rem;
|
|
10817
10890
|
}
|
|
10818
10891
|
.tox .tox-dialog__body-content .tox-form__group h1 {
|
|
10819
10892
|
color: #222f3e;
|
|
@@ -11251,13 +11324,13 @@ body.tox-dialog__disable-scroll {
|
|
|
11251
11324
|
justify-content: space-between;
|
|
11252
11325
|
}
|
|
11253
11326
|
.tox .tox-form__grid--2col > .tox-form__group {
|
|
11254
|
-
width: calc(50% -
|
|
11327
|
+
width: calc(50% - (8px / 2));
|
|
11255
11328
|
}
|
|
11256
11329
|
.tox .tox-form__grid--3col > .tox-form__group {
|
|
11257
|
-
width: calc(
|
|
11330
|
+
width: calc(100% / 3 - (8px / 2));
|
|
11258
11331
|
}
|
|
11259
11332
|
.tox .tox-form__grid--4col > .tox-form__group {
|
|
11260
|
-
width: calc(25% -
|
|
11333
|
+
width: calc(25% - (8px / 2));
|
|
11261
11334
|
}
|
|
11262
11335
|
.tox .tox-form__controls-h-stack {
|
|
11263
11336
|
align-items: center;
|
|
@@ -12308,6 +12381,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12308
12381
|
.tox .tox-tbtn:active svg {
|
|
12309
12382
|
fill: #222f3e;
|
|
12310
12383
|
}
|
|
12384
|
+
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
|
12385
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12386
|
+
}
|
|
12311
12387
|
.tox .tox-tbtn--disabled,
|
|
12312
12388
|
.tox .tox-tbtn--disabled:hover,
|
|
12313
12389
|
.tox .tox-tbtn:disabled,
|
|
@@ -12341,6 +12417,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12341
12417
|
/* stylelint-disable-line no-descending-specificity */
|
|
12342
12418
|
fill: #222f3e;
|
|
12343
12419
|
}
|
|
12420
|
+
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
|
12421
|
+
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
|
12422
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12423
|
+
}
|
|
12344
12424
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
12345
12425
|
color: #222f3e;
|
|
12346
12426
|
}
|
|
@@ -12408,6 +12488,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12408
12488
|
background: #fff;
|
|
12409
12489
|
color: #222f3e;
|
|
12410
12490
|
}
|
|
12491
|
+
.tox .tox-number-input input:disabled {
|
|
12492
|
+
background: transparent;
|
|
12493
|
+
border: 0;
|
|
12494
|
+
box-shadow: none;
|
|
12495
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12496
|
+
cursor: not-allowed;
|
|
12497
|
+
}
|
|
12411
12498
|
.tox .tox-number-input button {
|
|
12412
12499
|
background: #f7f7f7;
|
|
12413
12500
|
color: #222f3e;
|
|
@@ -12442,6 +12529,16 @@ body.tox-dialog__disable-scroll {
|
|
|
12442
12529
|
.tox .tox-number-input button:active svg {
|
|
12443
12530
|
fill: #222f3e;
|
|
12444
12531
|
}
|
|
12532
|
+
.tox .tox-number-input button:disabled {
|
|
12533
|
+
background: transparent;
|
|
12534
|
+
border: 0;
|
|
12535
|
+
box-shadow: none;
|
|
12536
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12537
|
+
cursor: not-allowed;
|
|
12538
|
+
}
|
|
12539
|
+
.tox .tox-number-input button:disabled svg {
|
|
12540
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12541
|
+
}
|
|
12445
12542
|
.tox .tox-number-input button.minus {
|
|
12446
12543
|
border-radius: 3px 0 0 3px;
|
|
12447
12544
|
}
|
|
@@ -12488,6 +12585,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12488
12585
|
white-space: nowrap;
|
|
12489
12586
|
width: 7em;
|
|
12490
12587
|
}
|
|
12588
|
+
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
|
12589
|
+
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
|
12590
|
+
cursor: not-allowed;
|
|
12591
|
+
}
|
|
12491
12592
|
.tox .tox-split-button {
|
|
12492
12593
|
border: 0;
|
|
12493
12594
|
border-radius: 3px;
|
|
@@ -12533,6 +12634,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12533
12634
|
.tox.tox-platform-touch .tox-split-button__chevron {
|
|
12534
12635
|
width: 20px;
|
|
12535
12636
|
}
|
|
12637
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
|
12638
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
|
12639
|
+
opacity: 0.6;
|
|
12640
|
+
}
|
|
12536
12641
|
.tox .tox-toolbar-overlord {
|
|
12537
12642
|
background-color: #fff;
|
|
12538
12643
|
}
|
|
@@ -12544,7 +12649,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12544
12649
|
background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
|
|
12545
12650
|
background-position: center top 40px;
|
|
12546
12651
|
background-repeat: no-repeat;
|
|
12547
|
-
background-size: calc(100% -
|
|
12652
|
+
background-size: calc(100% - 11px * 2) calc(100% - 41px);
|
|
12548
12653
|
display: flex;
|
|
12549
12654
|
flex: 0 0 auto;
|
|
12550
12655
|
flex-shrink: 0;
|
|
@@ -12556,7 +12661,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12556
12661
|
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
|
|
12557
12662
|
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
|
|
12558
12663
|
background-position: center top 0px;
|
|
12559
|
-
background-size: calc(100% -
|
|
12664
|
+
background-size: calc(100% - 11px * 2) calc(100% - 0px);
|
|
12560
12665
|
}
|
|
12561
12666
|
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
|
|
12562
12667
|
height: 0;
|
|
@@ -12603,7 +12708,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12603
12708
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
12604
12709
|
background-color: #fff;
|
|
12605
12710
|
background-position: center top 43px;
|
|
12606
|
-
background-size: calc(100% -
|
|
12711
|
+
background-size: calc(100% - 8px * 2) calc(100% - 51px);
|
|
12607
12712
|
border: none;
|
|
12608
12713
|
border-radius: 6px;
|
|
12609
12714
|
box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
|
|
@@ -12615,7 +12720,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12615
12720
|
}
|
|
12616
12721
|
.tox-pop .tox-pop__dialog .tox-toolbar {
|
|
12617
12722
|
background-position: center top 43px;
|
|
12618
|
-
background-size: calc(100% -
|
|
12723
|
+
background-size: calc(100% - 11px * 2) calc(100% - 51px);
|
|
12619
12724
|
padding: 4px 0;
|
|
12620
12725
|
}
|
|
12621
12726
|
.tox .tox-toolbar__group {
|
|
@@ -12815,9 +12920,6 @@ body.tox-dialog__disable-scroll {
|
|
|
12815
12920
|
flex-direction: column;
|
|
12816
12921
|
/* stylelint-disable no-descending-specificity */
|
|
12817
12922
|
}
|
|
12818
|
-
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
|
12819
|
-
transform: rotate(90deg);
|
|
12820
|
-
}
|
|
12821
12923
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
|
12822
12924
|
font-weight: bold;
|
|
12823
12925
|
}
|
|
@@ -12844,9 +12946,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12844
12946
|
}
|
|
12845
12947
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
|
12846
12948
|
margin-right: 6px;
|
|
12949
|
+
}
|
|
12950
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12951
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
|
12847
12952
|
transition: transform 0.5s ease-in-out;
|
|
12848
12953
|
}
|
|
12849
|
-
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--
|
|
12954
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12955
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
|
12850
12956
|
transform: rotate(90deg);
|
|
12851
12957
|
}
|
|
12852
12958
|
.tox .tox-tree .tox-tree--leaf__label {
|
|
@@ -13908,18 +14014,18 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13908
14014
|
.cropper-dashed.dashed-h {
|
|
13909
14015
|
border-bottom-width: 1px;
|
|
13910
14016
|
border-top-width: 1px;
|
|
13911
|
-
height:
|
|
14017
|
+
height: calc(100% / 3);
|
|
13912
14018
|
left: 0;
|
|
13913
|
-
top:
|
|
14019
|
+
top: calc(100% / 3);
|
|
13914
14020
|
width: 100%;
|
|
13915
14021
|
}
|
|
13916
14022
|
.cropper-dashed.dashed-v {
|
|
13917
14023
|
border-left-width: 1px;
|
|
13918
14024
|
border-right-width: 1px;
|
|
13919
14025
|
height: 100%;
|
|
13920
|
-
left:
|
|
14026
|
+
left: calc(100% / 3);
|
|
13921
14027
|
top: 0;
|
|
13922
|
-
width:
|
|
14028
|
+
width: calc(100% / 3);
|
|
13923
14029
|
}
|
|
13924
14030
|
.cropper-center {
|
|
13925
14031
|
display: block;
|
|
@@ -14117,6 +14223,12 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14117
14223
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
14118
14224
|
border: 1px solid #f9f9f9;
|
|
14119
14225
|
}
|
|
14226
|
+
.rdtPicker.is-mobile-year {
|
|
14227
|
+
width: 11.5rem;
|
|
14228
|
+
}
|
|
14229
|
+
.rdtPicker.is-mobile-embed {
|
|
14230
|
+
width: 15rem;
|
|
14231
|
+
}
|
|
14120
14232
|
.rdtPickerNotDays {
|
|
14121
14233
|
width: 192px;
|
|
14122
14234
|
}
|
|
@@ -14235,9 +14347,14 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14235
14347
|
.rdtPrev span,
|
|
14236
14348
|
.rdtNext span {
|
|
14237
14349
|
display: block;
|
|
14238
|
-
-webkit-touch-callout: none;
|
|
14239
|
-
|
|
14240
|
-
-
|
|
14350
|
+
-webkit-touch-callout: none;
|
|
14351
|
+
/* iOS Safari */
|
|
14352
|
+
-webkit-user-select: none;
|
|
14353
|
+
/* Chrome/Safari/Opera */
|
|
14354
|
+
/* Konqueror */
|
|
14355
|
+
-moz-user-select: none;
|
|
14356
|
+
/* Firefox */
|
|
14357
|
+
/* Internet Explorer/Edge */
|
|
14241
14358
|
user-select: none;
|
|
14242
14359
|
}
|
|
14243
14360
|
.rdtPicker th.rdtDisabled,
|
|
@@ -14306,9 +14423,14 @@ td.rdtQuarter:hover {
|
|
|
14306
14423
|
line-height: 40px;
|
|
14307
14424
|
cursor: pointer;
|
|
14308
14425
|
display: block;
|
|
14309
|
-
-webkit-touch-callout: none;
|
|
14310
|
-
|
|
14311
|
-
-
|
|
14426
|
+
-webkit-touch-callout: none;
|
|
14427
|
+
/* iOS Safari */
|
|
14428
|
+
-webkit-user-select: none;
|
|
14429
|
+
/* Chrome/Safari/Opera */
|
|
14430
|
+
/* Konqueror */
|
|
14431
|
+
-moz-user-select: none;
|
|
14432
|
+
/* Firefox */
|
|
14433
|
+
/* Internet Explorer/Edge */
|
|
14312
14434
|
user-select: none;
|
|
14313
14435
|
}
|
|
14314
14436
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -14863,6 +14985,7 @@ body {
|
|
|
14863
14985
|
.antd-Layout-content {
|
|
14864
14986
|
transition: transform var(--animation-duration) ease;
|
|
14865
14987
|
}
|
|
14988
|
+
|
|
14866
14989
|
.antd-Layout-aside {
|
|
14867
14990
|
display: none;
|
|
14868
14991
|
}
|
|
@@ -14878,11 +15001,13 @@ body {
|
|
|
14878
15001
|
-webkit-overflow-scrolling: touch;
|
|
14879
15002
|
z-index: 1010;
|
|
14880
15003
|
}
|
|
15004
|
+
|
|
14881
15005
|
.antd-Layout-headerBar {
|
|
14882
15006
|
display: none;
|
|
14883
15007
|
}
|
|
15008
|
+
|
|
14884
15009
|
.antd-Layout--offScreen .antd-Layout-body,
|
|
14885
|
-
|
|
15010
|
+
.antd-Layout--offScreen .antd-Layout-footer {
|
|
14886
15011
|
background: var(--body-bg);
|
|
14887
15012
|
transition: transform var(--animation-duration) ease;
|
|
14888
15013
|
backface-visibility: hidden;
|
|
@@ -14897,6 +15022,7 @@ body {
|
|
|
14897
15022
|
z-index: 1015;
|
|
14898
15023
|
padding-top: 3.125rem;
|
|
14899
15024
|
}
|
|
15025
|
+
|
|
14900
15026
|
.antd-Layout-offScreenBtn {
|
|
14901
15027
|
display: block;
|
|
14902
15028
|
}
|
|
@@ -14951,7 +15077,7 @@ body {
|
|
|
14951
15077
|
float: left;
|
|
14952
15078
|
}
|
|
14953
15079
|
.antd-Layout--withAside .antd-Layout-headerBar,
|
|
14954
|
-
|
|
15080
|
+
.antd-Layout--withAside .antd-Layout-footer {
|
|
14955
15081
|
margin-left: var(--Layout-aside-width);
|
|
14956
15082
|
transition: margin var(--animation-duration) ease;
|
|
14957
15083
|
}
|
|
@@ -14974,11 +15100,11 @@ body {
|
|
|
14974
15100
|
width: auto;
|
|
14975
15101
|
}
|
|
14976
15102
|
.antd-Layout--folded .antd-Layout-aside,
|
|
14977
|
-
|
|
15103
|
+
.antd-Layout--folded .antd-Layout-brandBar {
|
|
14978
15104
|
width: var(--Layout-aside--folded-width);
|
|
14979
15105
|
}
|
|
14980
15106
|
.antd-Layout--folded.antd-Layout--withAside .antd-Layout-headerBar,
|
|
14981
|
-
|
|
15107
|
+
.antd-Layout--folded.antd-Layout--withAside .antd-Layout-footer {
|
|
14982
15108
|
margin-left: var(--Layout-aside--folded-width);
|
|
14983
15109
|
}
|
|
14984
15110
|
.antd-Layout--folded .antd-Layout-brand {
|
|
@@ -15038,18 +15164,18 @@ body {
|
|
|
15038
15164
|
padding-right: 17px;
|
|
15039
15165
|
}
|
|
15040
15166
|
.antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-brand,
|
|
15041
|
-
|
|
15042
|
-
|
|
15167
|
+
.antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-brandBar,
|
|
15168
|
+
.antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-aside {
|
|
15043
15169
|
width: var(--Layout-aside--sm-width);
|
|
15044
15170
|
}
|
|
15045
15171
|
.antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-brand,
|
|
15046
|
-
|
|
15047
|
-
|
|
15172
|
+
.antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-brandBar,
|
|
15173
|
+
.antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-aside {
|
|
15048
15174
|
width: var(--Layout-aside--md-width);
|
|
15049
15175
|
}
|
|
15050
15176
|
.antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-brand,
|
|
15051
|
-
|
|
15052
|
-
|
|
15177
|
+
.antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-brandBar,
|
|
15178
|
+
.antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-aside {
|
|
15053
15179
|
width: var(--Layout-aside--lg-width);
|
|
15054
15180
|
}
|
|
15055
15181
|
}
|
|
@@ -15221,6 +15347,7 @@ body {
|
|
|
15221
15347
|
flex-direction: column;
|
|
15222
15348
|
justify-content: space-between;
|
|
15223
15349
|
}
|
|
15350
|
+
|
|
15224
15351
|
.antd-Grid-col--sm1 {
|
|
15225
15352
|
flex: 0 0 8.3333333333%;
|
|
15226
15353
|
max-width: 8.3333333333%;
|
|
@@ -15228,6 +15355,7 @@ body {
|
|
|
15228
15355
|
padding-left: 0.5rem;
|
|
15229
15356
|
padding-right: 0.5rem;
|
|
15230
15357
|
}
|
|
15358
|
+
|
|
15231
15359
|
.antd-Grid-col--sm2 {
|
|
15232
15360
|
flex: 0 0 16.6666666667%;
|
|
15233
15361
|
max-width: 16.6666666667%;
|
|
@@ -15235,6 +15363,7 @@ body {
|
|
|
15235
15363
|
padding-left: 0.5rem;
|
|
15236
15364
|
padding-right: 0.5rem;
|
|
15237
15365
|
}
|
|
15366
|
+
|
|
15238
15367
|
.antd-Grid-col--sm3 {
|
|
15239
15368
|
flex: 0 0 25%;
|
|
15240
15369
|
max-width: 25%;
|
|
@@ -15242,6 +15371,7 @@ body {
|
|
|
15242
15371
|
padding-left: 0.5rem;
|
|
15243
15372
|
padding-right: 0.5rem;
|
|
15244
15373
|
}
|
|
15374
|
+
|
|
15245
15375
|
.antd-Grid-col--sm4 {
|
|
15246
15376
|
flex: 0 0 33.3333333333%;
|
|
15247
15377
|
max-width: 33.3333333333%;
|
|
@@ -15249,6 +15379,7 @@ body {
|
|
|
15249
15379
|
padding-left: 0.5rem;
|
|
15250
15380
|
padding-right: 0.5rem;
|
|
15251
15381
|
}
|
|
15382
|
+
|
|
15252
15383
|
.antd-Grid-col--sm5 {
|
|
15253
15384
|
flex: 0 0 41.6666666667%;
|
|
15254
15385
|
max-width: 41.6666666667%;
|
|
@@ -15256,6 +15387,7 @@ body {
|
|
|
15256
15387
|
padding-left: 0.5rem;
|
|
15257
15388
|
padding-right: 0.5rem;
|
|
15258
15389
|
}
|
|
15390
|
+
|
|
15259
15391
|
.antd-Grid-col--sm6 {
|
|
15260
15392
|
flex: 0 0 50%;
|
|
15261
15393
|
max-width: 50%;
|
|
@@ -15263,6 +15395,7 @@ body {
|
|
|
15263
15395
|
padding-left: 0.5rem;
|
|
15264
15396
|
padding-right: 0.5rem;
|
|
15265
15397
|
}
|
|
15398
|
+
|
|
15266
15399
|
.antd-Grid-col--sm7 {
|
|
15267
15400
|
flex: 0 0 58.3333333333%;
|
|
15268
15401
|
max-width: 58.3333333333%;
|
|
@@ -15270,6 +15403,7 @@ body {
|
|
|
15270
15403
|
padding-left: 0.5rem;
|
|
15271
15404
|
padding-right: 0.5rem;
|
|
15272
15405
|
}
|
|
15406
|
+
|
|
15273
15407
|
.antd-Grid-col--sm8 {
|
|
15274
15408
|
flex: 0 0 66.6666666667%;
|
|
15275
15409
|
max-width: 66.6666666667%;
|
|
@@ -15277,6 +15411,7 @@ body {
|
|
|
15277
15411
|
padding-left: 0.5rem;
|
|
15278
15412
|
padding-right: 0.5rem;
|
|
15279
15413
|
}
|
|
15414
|
+
|
|
15280
15415
|
.antd-Grid-col--sm9 {
|
|
15281
15416
|
flex: 0 0 75%;
|
|
15282
15417
|
max-width: 75%;
|
|
@@ -15284,6 +15419,7 @@ body {
|
|
|
15284
15419
|
padding-left: 0.5rem;
|
|
15285
15420
|
padding-right: 0.5rem;
|
|
15286
15421
|
}
|
|
15422
|
+
|
|
15287
15423
|
.antd-Grid-col--sm10 {
|
|
15288
15424
|
flex: 0 0 83.3333333333%;
|
|
15289
15425
|
max-width: 83.3333333333%;
|
|
@@ -15291,6 +15427,7 @@ body {
|
|
|
15291
15427
|
padding-left: 0.5rem;
|
|
15292
15428
|
padding-right: 0.5rem;
|
|
15293
15429
|
}
|
|
15430
|
+
|
|
15294
15431
|
.antd-Grid-col--sm11 {
|
|
15295
15432
|
flex: 0 0 91.6666666667%;
|
|
15296
15433
|
max-width: 91.6666666667%;
|
|
@@ -15298,6 +15435,7 @@ body {
|
|
|
15298
15435
|
padding-left: 0.5rem;
|
|
15299
15436
|
padding-right: 0.5rem;
|
|
15300
15437
|
}
|
|
15438
|
+
|
|
15301
15439
|
.antd-Grid-col--sm12 {
|
|
15302
15440
|
flex: 0 0 100%;
|
|
15303
15441
|
max-width: 100%;
|
|
@@ -15305,6 +15443,7 @@ body {
|
|
|
15305
15443
|
padding-left: 0.5rem;
|
|
15306
15444
|
padding-right: 0.5rem;
|
|
15307
15445
|
}
|
|
15446
|
+
|
|
15308
15447
|
.antd-Grid-col--sm {
|
|
15309
15448
|
flex-basis: 0;
|
|
15310
15449
|
flex-grow: 1;
|
|
@@ -15314,6 +15453,7 @@ body {
|
|
|
15314
15453
|
padding-left: 0.5rem;
|
|
15315
15454
|
padding-right: 0.5rem;
|
|
15316
15455
|
}
|
|
15456
|
+
|
|
15317
15457
|
.antd-Grid-col--smAuto {
|
|
15318
15458
|
flex: 0 0 auto;
|
|
15319
15459
|
width: auto;
|
|
@@ -15330,6 +15470,7 @@ body {
|
|
|
15330
15470
|
padding-left: 0.5rem;
|
|
15331
15471
|
padding-right: 0.5rem;
|
|
15332
15472
|
}
|
|
15473
|
+
|
|
15333
15474
|
.antd-Grid-col--md2 {
|
|
15334
15475
|
flex: 0 0 16.6666666667%;
|
|
15335
15476
|
max-width: 16.6666666667%;
|
|
@@ -15337,6 +15478,7 @@ body {
|
|
|
15337
15478
|
padding-left: 0.5rem;
|
|
15338
15479
|
padding-right: 0.5rem;
|
|
15339
15480
|
}
|
|
15481
|
+
|
|
15340
15482
|
.antd-Grid-col--md3 {
|
|
15341
15483
|
flex: 0 0 25%;
|
|
15342
15484
|
max-width: 25%;
|
|
@@ -15344,6 +15486,7 @@ body {
|
|
|
15344
15486
|
padding-left: 0.5rem;
|
|
15345
15487
|
padding-right: 0.5rem;
|
|
15346
15488
|
}
|
|
15489
|
+
|
|
15347
15490
|
.antd-Grid-col--md4 {
|
|
15348
15491
|
flex: 0 0 33.3333333333%;
|
|
15349
15492
|
max-width: 33.3333333333%;
|
|
@@ -15351,6 +15494,7 @@ body {
|
|
|
15351
15494
|
padding-left: 0.5rem;
|
|
15352
15495
|
padding-right: 0.5rem;
|
|
15353
15496
|
}
|
|
15497
|
+
|
|
15354
15498
|
.antd-Grid-col--md5 {
|
|
15355
15499
|
flex: 0 0 41.6666666667%;
|
|
15356
15500
|
max-width: 41.6666666667%;
|
|
@@ -15358,6 +15502,7 @@ body {
|
|
|
15358
15502
|
padding-left: 0.5rem;
|
|
15359
15503
|
padding-right: 0.5rem;
|
|
15360
15504
|
}
|
|
15505
|
+
|
|
15361
15506
|
.antd-Grid-col--md6 {
|
|
15362
15507
|
flex: 0 0 50%;
|
|
15363
15508
|
max-width: 50%;
|
|
@@ -15365,6 +15510,7 @@ body {
|
|
|
15365
15510
|
padding-left: 0.5rem;
|
|
15366
15511
|
padding-right: 0.5rem;
|
|
15367
15512
|
}
|
|
15513
|
+
|
|
15368
15514
|
.antd-Grid-col--md7 {
|
|
15369
15515
|
flex: 0 0 58.3333333333%;
|
|
15370
15516
|
max-width: 58.3333333333%;
|
|
@@ -15372,6 +15518,7 @@ body {
|
|
|
15372
15518
|
padding-left: 0.5rem;
|
|
15373
15519
|
padding-right: 0.5rem;
|
|
15374
15520
|
}
|
|
15521
|
+
|
|
15375
15522
|
.antd-Grid-col--md8 {
|
|
15376
15523
|
flex: 0 0 66.6666666667%;
|
|
15377
15524
|
max-width: 66.6666666667%;
|
|
@@ -15379,6 +15526,7 @@ body {
|
|
|
15379
15526
|
padding-left: 0.5rem;
|
|
15380
15527
|
padding-right: 0.5rem;
|
|
15381
15528
|
}
|
|
15529
|
+
|
|
15382
15530
|
.antd-Grid-col--md9 {
|
|
15383
15531
|
flex: 0 0 75%;
|
|
15384
15532
|
max-width: 75%;
|
|
@@ -15386,6 +15534,7 @@ body {
|
|
|
15386
15534
|
padding-left: 0.5rem;
|
|
15387
15535
|
padding-right: 0.5rem;
|
|
15388
15536
|
}
|
|
15537
|
+
|
|
15389
15538
|
.antd-Grid-col--md10 {
|
|
15390
15539
|
flex: 0 0 83.3333333333%;
|
|
15391
15540
|
max-width: 83.3333333333%;
|
|
@@ -15393,6 +15542,7 @@ body {
|
|
|
15393
15542
|
padding-left: 0.5rem;
|
|
15394
15543
|
padding-right: 0.5rem;
|
|
15395
15544
|
}
|
|
15545
|
+
|
|
15396
15546
|
.antd-Grid-col--md11 {
|
|
15397
15547
|
flex: 0 0 91.6666666667%;
|
|
15398
15548
|
max-width: 91.6666666667%;
|
|
@@ -15400,6 +15550,7 @@ body {
|
|
|
15400
15550
|
padding-left: 0.5rem;
|
|
15401
15551
|
padding-right: 0.5rem;
|
|
15402
15552
|
}
|
|
15553
|
+
|
|
15403
15554
|
.antd-Grid-col--md12 {
|
|
15404
15555
|
flex: 0 0 100%;
|
|
15405
15556
|
max-width: 100%;
|
|
@@ -15407,6 +15558,7 @@ body {
|
|
|
15407
15558
|
padding-left: 0.5rem;
|
|
15408
15559
|
padding-right: 0.5rem;
|
|
15409
15560
|
}
|
|
15561
|
+
|
|
15410
15562
|
.antd-Grid-col--md {
|
|
15411
15563
|
flex-basis: 0;
|
|
15412
15564
|
flex-grow: 1;
|
|
@@ -15416,6 +15568,7 @@ body {
|
|
|
15416
15568
|
padding-left: 0.5rem;
|
|
15417
15569
|
padding-right: 0.5rem;
|
|
15418
15570
|
}
|
|
15571
|
+
|
|
15419
15572
|
.antd-Grid-col--mdAuto {
|
|
15420
15573
|
flex: 0 0 auto;
|
|
15421
15574
|
width: auto;
|
|
@@ -15432,6 +15585,7 @@ body {
|
|
|
15432
15585
|
padding-left: 0.5rem;
|
|
15433
15586
|
padding-right: 0.5rem;
|
|
15434
15587
|
}
|
|
15588
|
+
|
|
15435
15589
|
.antd-Grid-col--lg2 {
|
|
15436
15590
|
flex: 0 0 16.6666666667%;
|
|
15437
15591
|
max-width: 16.6666666667%;
|
|
@@ -15439,6 +15593,7 @@ body {
|
|
|
15439
15593
|
padding-left: 0.5rem;
|
|
15440
15594
|
padding-right: 0.5rem;
|
|
15441
15595
|
}
|
|
15596
|
+
|
|
15442
15597
|
.antd-Grid-col--lg3 {
|
|
15443
15598
|
flex: 0 0 25%;
|
|
15444
15599
|
max-width: 25%;
|
|
@@ -15446,6 +15601,7 @@ body {
|
|
|
15446
15601
|
padding-left: 0.5rem;
|
|
15447
15602
|
padding-right: 0.5rem;
|
|
15448
15603
|
}
|
|
15604
|
+
|
|
15449
15605
|
.antd-Grid-col--lg4 {
|
|
15450
15606
|
flex: 0 0 33.3333333333%;
|
|
15451
15607
|
max-width: 33.3333333333%;
|
|
@@ -15453,6 +15609,7 @@ body {
|
|
|
15453
15609
|
padding-left: 0.5rem;
|
|
15454
15610
|
padding-right: 0.5rem;
|
|
15455
15611
|
}
|
|
15612
|
+
|
|
15456
15613
|
.antd-Grid-col--lg5 {
|
|
15457
15614
|
flex: 0 0 41.6666666667%;
|
|
15458
15615
|
max-width: 41.6666666667%;
|
|
@@ -15460,6 +15617,7 @@ body {
|
|
|
15460
15617
|
padding-left: 0.5rem;
|
|
15461
15618
|
padding-right: 0.5rem;
|
|
15462
15619
|
}
|
|
15620
|
+
|
|
15463
15621
|
.antd-Grid-col--lg6 {
|
|
15464
15622
|
flex: 0 0 50%;
|
|
15465
15623
|
max-width: 50%;
|
|
@@ -15467,6 +15625,7 @@ body {
|
|
|
15467
15625
|
padding-left: 0.5rem;
|
|
15468
15626
|
padding-right: 0.5rem;
|
|
15469
15627
|
}
|
|
15628
|
+
|
|
15470
15629
|
.antd-Grid-col--lg7 {
|
|
15471
15630
|
flex: 0 0 58.3333333333%;
|
|
15472
15631
|
max-width: 58.3333333333%;
|
|
@@ -15474,6 +15633,7 @@ body {
|
|
|
15474
15633
|
padding-left: 0.5rem;
|
|
15475
15634
|
padding-right: 0.5rem;
|
|
15476
15635
|
}
|
|
15636
|
+
|
|
15477
15637
|
.antd-Grid-col--lg8 {
|
|
15478
15638
|
flex: 0 0 66.6666666667%;
|
|
15479
15639
|
max-width: 66.6666666667%;
|
|
@@ -15481,6 +15641,7 @@ body {
|
|
|
15481
15641
|
padding-left: 0.5rem;
|
|
15482
15642
|
padding-right: 0.5rem;
|
|
15483
15643
|
}
|
|
15644
|
+
|
|
15484
15645
|
.antd-Grid-col--lg9 {
|
|
15485
15646
|
flex: 0 0 75%;
|
|
15486
15647
|
max-width: 75%;
|
|
@@ -15488,6 +15649,7 @@ body {
|
|
|
15488
15649
|
padding-left: 0.5rem;
|
|
15489
15650
|
padding-right: 0.5rem;
|
|
15490
15651
|
}
|
|
15652
|
+
|
|
15491
15653
|
.antd-Grid-col--lg10 {
|
|
15492
15654
|
flex: 0 0 83.3333333333%;
|
|
15493
15655
|
max-width: 83.3333333333%;
|
|
@@ -15495,6 +15657,7 @@ body {
|
|
|
15495
15657
|
padding-left: 0.5rem;
|
|
15496
15658
|
padding-right: 0.5rem;
|
|
15497
15659
|
}
|
|
15660
|
+
|
|
15498
15661
|
.antd-Grid-col--lg11 {
|
|
15499
15662
|
flex: 0 0 91.6666666667%;
|
|
15500
15663
|
max-width: 91.6666666667%;
|
|
@@ -15502,6 +15665,7 @@ body {
|
|
|
15502
15665
|
padding-left: 0.5rem;
|
|
15503
15666
|
padding-right: 0.5rem;
|
|
15504
15667
|
}
|
|
15668
|
+
|
|
15505
15669
|
.antd-Grid-col--lg12 {
|
|
15506
15670
|
flex: 0 0 100%;
|
|
15507
15671
|
max-width: 100%;
|
|
@@ -15509,6 +15673,7 @@ body {
|
|
|
15509
15673
|
padding-left: 0.5rem;
|
|
15510
15674
|
padding-right: 0.5rem;
|
|
15511
15675
|
}
|
|
15676
|
+
|
|
15512
15677
|
.antd-Grid-col--lg {
|
|
15513
15678
|
flex-basis: 0;
|
|
15514
15679
|
flex-grow: 1;
|
|
@@ -15518,6 +15683,7 @@ body {
|
|
|
15518
15683
|
padding-left: 0.5rem;
|
|
15519
15684
|
padding-right: 0.5rem;
|
|
15520
15685
|
}
|
|
15686
|
+
|
|
15521
15687
|
.antd-Grid-col--lgAuto {
|
|
15522
15688
|
flex: 0 0 auto;
|
|
15523
15689
|
width: auto;
|
|
@@ -15642,7 +15808,7 @@ body {
|
|
|
15642
15808
|
border-radius: 0.625rem;
|
|
15643
15809
|
}
|
|
15644
15810
|
.antd-AsideNav-itemIcon {
|
|
15645
|
-
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
15811
|
+
margin: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / -2 ) -0.625rem;
|
|
15646
15812
|
line-height: var(--Layout-nav-height);
|
|
15647
15813
|
width: var(--Layout-nav-height);
|
|
15648
15814
|
vertical-align: middle;
|
|
@@ -15688,7 +15854,7 @@ body {
|
|
|
15688
15854
|
text-transform: none;
|
|
15689
15855
|
display: block;
|
|
15690
15856
|
font-size: var(--Layout-asideLink-fontSize);
|
|
15691
|
-
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
15857
|
+
padding: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-base);
|
|
15692
15858
|
position: relative;
|
|
15693
15859
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
15694
15860
|
color: var(--Layout-asideLink-color);
|
|
@@ -15713,7 +15879,7 @@ body {
|
|
|
15713
15879
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
15714
15880
|
}
|
|
15715
15881
|
.antd-AsideNav-item.is-lg > a {
|
|
15716
|
-
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15882
|
+
padding: calc( ( var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15717
15883
|
}
|
|
15718
15884
|
.antd-AsideNav-item .antd-AsideNav-item a {
|
|
15719
15885
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -15740,7 +15906,7 @@ body {
|
|
|
15740
15906
|
cursor: default;
|
|
15741
15907
|
background: transparent;
|
|
15742
15908
|
color: var(--Layout-asideLink-color);
|
|
15743
|
-
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15909
|
+
padding: calc( ( var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15744
15910
|
}
|
|
15745
15911
|
.antd-AsideNav-subHeader a:hover {
|
|
15746
15912
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -15803,7 +15969,7 @@ img.antd-AsideNav-itemIcon {
|
|
|
15803
15969
|
border: none;
|
|
15804
15970
|
}
|
|
15805
15971
|
.antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemArrow,
|
|
15806
|
-
|
|
15972
|
+
.antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemLabel {
|
|
15807
15973
|
display: none;
|
|
15808
15974
|
}
|
|
15809
15975
|
.antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemIcon {
|
|
@@ -17320,85 +17486,54 @@ input[type=button].antd-Button--block {
|
|
|
17320
17486
|
margin-left: var(--dialog-footer-margin-left);
|
|
17321
17487
|
}
|
|
17322
17488
|
.antd-Modal--2th .antd-Modal-content {
|
|
17323
|
-
margin-top: calc(
|
|
17324
|
-
var(--Modal-content-startMarginTop) +
|
|
17325
|
-
1 *
|
|
17326
|
-
var(--Modal-content-stepMarginTop)
|
|
17327
|
-
);
|
|
17489
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop) );
|
|
17328
17490
|
}
|
|
17329
17491
|
.antd-Modal--3th .antd-Modal-content {
|
|
17330
|
-
margin-top: calc(
|
|
17331
|
-
var(--Modal-content-startMarginTop) +
|
|
17332
|
-
2 *
|
|
17333
|
-
var(--Modal-content-stepMarginTop)
|
|
17334
|
-
);
|
|
17492
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop) );
|
|
17335
17493
|
}
|
|
17336
17494
|
.antd-Modal--4th .antd-Modal-content {
|
|
17337
|
-
margin-top: calc(
|
|
17338
|
-
var(--Modal-content-startMarginTop) +
|
|
17339
|
-
3 *
|
|
17340
|
-
var(--Modal-content-stepMarginTop)
|
|
17341
|
-
);
|
|
17495
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop) );
|
|
17342
17496
|
}
|
|
17343
17497
|
.antd-Modal--5th .antd-Modal-content {
|
|
17344
|
-
margin-top: calc(
|
|
17345
|
-
var(--Modal-content-startMarginTop) +
|
|
17346
|
-
4 *
|
|
17347
|
-
var(--Modal-content-stepMarginTop)
|
|
17348
|
-
);
|
|
17498
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop) );
|
|
17349
17499
|
}
|
|
17350
17500
|
.antd-Modal--6th .antd-Modal-content {
|
|
17351
|
-
margin-top: calc(
|
|
17352
|
-
var(--Modal-content-startMarginTop) +
|
|
17353
|
-
5 *
|
|
17354
|
-
var(--Modal-content-stepMarginTop)
|
|
17355
|
-
);
|
|
17501
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop) );
|
|
17356
17502
|
}
|
|
17357
17503
|
.antd-Modal--7th .antd-Modal-content {
|
|
17358
|
-
margin-top: calc(
|
|
17359
|
-
var(--Modal-content-startMarginTop) +
|
|
17360
|
-
6 *
|
|
17361
|
-
var(--Modal-content-stepMarginTop)
|
|
17362
|
-
);
|
|
17504
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop) );
|
|
17363
17505
|
}
|
|
17364
17506
|
.antd-Modal--8th .antd-Modal-content {
|
|
17365
|
-
margin-top: calc(
|
|
17366
|
-
var(--Modal-content-startMarginTop) +
|
|
17367
|
-
7 *
|
|
17368
|
-
var(--Modal-content-stepMarginTop)
|
|
17369
|
-
);
|
|
17507
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop) );
|
|
17370
17508
|
}
|
|
17371
17509
|
.antd-Modal--9th .antd-Modal-content {
|
|
17372
|
-
margin-top: calc(
|
|
17373
|
-
var(--Modal-content-startMarginTop) +
|
|
17374
|
-
8 *
|
|
17375
|
-
var(--Modal-content-stepMarginTop)
|
|
17376
|
-
);
|
|
17510
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop) );
|
|
17377
17511
|
}
|
|
17378
17512
|
.antd-Modal--10th .antd-Modal-content {
|
|
17379
|
-
margin-top: calc(
|
|
17380
|
-
var(--Modal-content-startMarginTop) +
|
|
17381
|
-
9 *
|
|
17382
|
-
var(--Modal-content-stepMarginTop)
|
|
17383
|
-
);
|
|
17513
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop) );
|
|
17384
17514
|
}
|
|
17385
17515
|
@media (min-width: 576px) {
|
|
17386
17516
|
.antd-Modal-content {
|
|
17387
17517
|
max-width: var(--dialog-size-normal-width);
|
|
17388
17518
|
border-width: var(--dialog-default-border-width);
|
|
17389
17519
|
}
|
|
17520
|
+
|
|
17390
17521
|
.antd-Modal--sm .antd-Modal-content {
|
|
17391
17522
|
max-width: var(--dialog-size-sm-width);
|
|
17392
17523
|
}
|
|
17524
|
+
|
|
17393
17525
|
.antd-Modal--base .antd-Modal-content {
|
|
17394
17526
|
max-width: var(--Modal-widthBase);
|
|
17395
17527
|
}
|
|
17528
|
+
|
|
17396
17529
|
.antd-Modal--md .antd-Modal-content {
|
|
17397
17530
|
max-width: var(--Modal-widthMd);
|
|
17398
17531
|
}
|
|
17532
|
+
|
|
17399
17533
|
.antd-Modal--lg .antd-Modal-content {
|
|
17400
17534
|
max-width: var(--dialog-size-lg-width);
|
|
17401
17535
|
}
|
|
17536
|
+
|
|
17402
17537
|
.antd-Modal--xl .antd-Modal-content {
|
|
17403
17538
|
max-width: var(--dialog-size-xl-width);
|
|
17404
17539
|
}
|
|
@@ -17575,264 +17710,279 @@ input[type=button].antd-Button--block {
|
|
|
17575
17710
|
width: var(--Drawer-widthBase);
|
|
17576
17711
|
height: var(--Drawer-widthBase);
|
|
17577
17712
|
}
|
|
17713
|
+
|
|
17578
17714
|
.antd-Drawer--xs .antd-Drawer-content {
|
|
17579
17715
|
width: var(--drawer-size-xs-width);
|
|
17580
17716
|
height: var(--Drawer-widthXs);
|
|
17581
17717
|
}
|
|
17718
|
+
|
|
17582
17719
|
.antd-Drawer--sm .antd-Drawer-content {
|
|
17583
17720
|
width: var(--drawer-size-sm-width);
|
|
17584
17721
|
height: var(--Drawer-widthSm);
|
|
17585
17722
|
}
|
|
17723
|
+
|
|
17586
17724
|
.antd-Drawer--md .antd-Drawer-content {
|
|
17587
17725
|
width: var(--drawer-size-md-width);
|
|
17588
17726
|
height: var(--Drawer-widthMd);
|
|
17589
17727
|
}
|
|
17728
|
+
|
|
17590
17729
|
.antd-Drawer--lg .antd-Drawer-content {
|
|
17591
17730
|
width: var(--drawer-size-lg-width);
|
|
17592
17731
|
height: var(--Drawer-widthLg);
|
|
17593
17732
|
}
|
|
17733
|
+
|
|
17594
17734
|
.antd-Drawer--xl .antd-Drawer-content {
|
|
17595
17735
|
width: var(--drawer-size-xl-width);
|
|
17596
17736
|
height: var(--Drawer-widthXl);
|
|
17597
17737
|
}
|
|
17738
|
+
|
|
17598
17739
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer .antd-Drawer-content,
|
|
17599
|
-
|
|
17740
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer .antd-Drawer-content {
|
|
17600
17741
|
width: calc(var(--Drawer-widthBase) - 20px);
|
|
17601
17742
|
}
|
|
17602
17743
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--xs .antd-Drawer-content,
|
|
17603
|
-
|
|
17744
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--xs .antd-Drawer-content {
|
|
17604
17745
|
width: calc(var(--Drawer-widthXs) - 20px);
|
|
17605
17746
|
}
|
|
17606
17747
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--sm .antd-Drawer-content,
|
|
17607
|
-
|
|
17748
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--sm .antd-Drawer-content {
|
|
17608
17749
|
width: calc(var(--Drawer-widthSm) - 20px);
|
|
17609
17750
|
}
|
|
17610
17751
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--md .antd-Drawer-content,
|
|
17611
|
-
|
|
17752
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--md .antd-Drawer-content {
|
|
17612
17753
|
width: calc(var(--Drawer-widthMd) - 20px);
|
|
17613
17754
|
}
|
|
17614
17755
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--lg .antd-Drawer-content,
|
|
17615
|
-
|
|
17756
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--lg .antd-Drawer-content {
|
|
17616
17757
|
width: calc(var(--Drawer-widthLg) - 20px);
|
|
17617
17758
|
}
|
|
17618
17759
|
.antd-Drawer--right.antd-Modal--2th.antd-Drawer--xl .antd-Drawer-content,
|
|
17619
|
-
|
|
17760
|
+
.antd-Drawer--left.antd-Modal--2th.antd-Drawer--xl .antd-Drawer-content {
|
|
17620
17761
|
width: calc(var(--Drawer-widthXl) - 20px);
|
|
17621
17762
|
}
|
|
17763
|
+
|
|
17622
17764
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer .antd-Drawer-content,
|
|
17623
|
-
|
|
17765
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer .antd-Drawer-content {
|
|
17624
17766
|
height: calc(var(--Drawer-widthBase) - 20px);
|
|
17625
17767
|
}
|
|
17626
17768
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--xs .antd-Drawer-content,
|
|
17627
|
-
|
|
17769
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--xs .antd-Drawer-content {
|
|
17628
17770
|
height: calc(var(--Drawer-widthXs) - 20px);
|
|
17629
17771
|
}
|
|
17630
17772
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--sm .antd-Drawer-content,
|
|
17631
|
-
|
|
17773
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--sm .antd-Drawer-content {
|
|
17632
17774
|
height: calc(var(--Drawer-widthSm) - 20px);
|
|
17633
17775
|
}
|
|
17634
17776
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--md .antd-Drawer-content,
|
|
17635
|
-
|
|
17777
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--md .antd-Drawer-content {
|
|
17636
17778
|
height: calc(var(--Drawer-widthMd) - 20px);
|
|
17637
17779
|
}
|
|
17638
17780
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--lg .antd-Drawer-content,
|
|
17639
|
-
|
|
17781
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--lg .antd-Drawer-content {
|
|
17640
17782
|
height: calc(var(--Drawer-widthLg) - 20px);
|
|
17641
17783
|
}
|
|
17642
17784
|
.antd-Drawer--top.antd-Modal--2th.antd-Drawer--xl .antd-Drawer-content,
|
|
17643
|
-
|
|
17785
|
+
.antd-Drawer--bottom.antd-Modal--2th.antd-Drawer--xl .antd-Drawer-content {
|
|
17644
17786
|
height: calc(var(--Drawer-widthXl) - 20px);
|
|
17645
17787
|
}
|
|
17788
|
+
|
|
17646
17789
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer .antd-Drawer-content,
|
|
17647
|
-
|
|
17790
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer .antd-Drawer-content {
|
|
17648
17791
|
width: calc(var(--Drawer-widthBase) - 40px);
|
|
17649
17792
|
}
|
|
17650
17793
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--xs .antd-Drawer-content,
|
|
17651
|
-
|
|
17794
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--xs .antd-Drawer-content {
|
|
17652
17795
|
width: calc(var(--Drawer-widthXs) - 40px);
|
|
17653
17796
|
}
|
|
17654
17797
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--sm .antd-Drawer-content,
|
|
17655
|
-
|
|
17798
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--sm .antd-Drawer-content {
|
|
17656
17799
|
width: calc(var(--Drawer-widthSm) - 40px);
|
|
17657
17800
|
}
|
|
17658
17801
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--md .antd-Drawer-content,
|
|
17659
|
-
|
|
17802
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--md .antd-Drawer-content {
|
|
17660
17803
|
width: calc(var(--Drawer-widthMd) - 40px);
|
|
17661
17804
|
}
|
|
17662
17805
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--lg .antd-Drawer-content,
|
|
17663
|
-
|
|
17806
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--lg .antd-Drawer-content {
|
|
17664
17807
|
width: calc(var(--Drawer-widthLg) - 40px);
|
|
17665
17808
|
}
|
|
17666
17809
|
.antd-Drawer--right.antd-Modal--3th.antd-Drawer--xl .antd-Drawer-content,
|
|
17667
|
-
|
|
17810
|
+
.antd-Drawer--left.antd-Modal--3th.antd-Drawer--xl .antd-Drawer-content {
|
|
17668
17811
|
width: calc(var(--Drawer-widthXl) - 40px);
|
|
17669
17812
|
}
|
|
17813
|
+
|
|
17670
17814
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer .antd-Drawer-content,
|
|
17671
|
-
|
|
17815
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer .antd-Drawer-content {
|
|
17672
17816
|
height: calc(var(--Drawer-widthBase) - 40px);
|
|
17673
17817
|
}
|
|
17674
17818
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--xs .antd-Drawer-content,
|
|
17675
|
-
|
|
17819
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--xs .antd-Drawer-content {
|
|
17676
17820
|
height: calc(var(--Drawer-widthXs) - 40px);
|
|
17677
17821
|
}
|
|
17678
17822
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--sm .antd-Drawer-content,
|
|
17679
|
-
|
|
17823
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--sm .antd-Drawer-content {
|
|
17680
17824
|
height: calc(var(--Drawer-widthSm) - 40px);
|
|
17681
17825
|
}
|
|
17682
17826
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--md .antd-Drawer-content,
|
|
17683
|
-
|
|
17827
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--md .antd-Drawer-content {
|
|
17684
17828
|
height: calc(var(--Drawer-widthMd) - 40px);
|
|
17685
17829
|
}
|
|
17686
17830
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--lg .antd-Drawer-content,
|
|
17687
|
-
|
|
17831
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--lg .antd-Drawer-content {
|
|
17688
17832
|
height: calc(var(--Drawer-widthLg) - 40px);
|
|
17689
17833
|
}
|
|
17690
17834
|
.antd-Drawer--top.antd-Modal--3th.antd-Drawer--xl .antd-Drawer-content,
|
|
17691
|
-
|
|
17835
|
+
.antd-Drawer--bottom.antd-Modal--3th.antd-Drawer--xl .antd-Drawer-content {
|
|
17692
17836
|
height: calc(var(--Drawer-widthXl) - 40px);
|
|
17693
17837
|
}
|
|
17838
|
+
|
|
17694
17839
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer .antd-Drawer-content,
|
|
17695
|
-
|
|
17840
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer .antd-Drawer-content {
|
|
17696
17841
|
width: calc(var(--Drawer-widthBase) - 60px);
|
|
17697
17842
|
}
|
|
17698
17843
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--xs .antd-Drawer-content,
|
|
17699
|
-
|
|
17844
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--xs .antd-Drawer-content {
|
|
17700
17845
|
width: calc(var(--Drawer-widthXs) - 60px);
|
|
17701
17846
|
}
|
|
17702
17847
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--sm .antd-Drawer-content,
|
|
17703
|
-
|
|
17848
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--sm .antd-Drawer-content {
|
|
17704
17849
|
width: calc(var(--Drawer-widthSm) - 60px);
|
|
17705
17850
|
}
|
|
17706
17851
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--md .antd-Drawer-content,
|
|
17707
|
-
|
|
17852
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--md .antd-Drawer-content {
|
|
17708
17853
|
width: calc(var(--Drawer-widthMd) - 60px);
|
|
17709
17854
|
}
|
|
17710
17855
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--lg .antd-Drawer-content,
|
|
17711
|
-
|
|
17856
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--lg .antd-Drawer-content {
|
|
17712
17857
|
width: calc(var(--Drawer-widthLg) - 60px);
|
|
17713
17858
|
}
|
|
17714
17859
|
.antd-Drawer--right.antd-Modal--4th.antd-Drawer--xl .antd-Drawer-content,
|
|
17715
|
-
|
|
17860
|
+
.antd-Drawer--left.antd-Modal--4th.antd-Drawer--xl .antd-Drawer-content {
|
|
17716
17861
|
width: calc(var(--Drawer-widthXl) - 60px);
|
|
17717
17862
|
}
|
|
17863
|
+
|
|
17718
17864
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer .antd-Drawer-content,
|
|
17719
|
-
|
|
17865
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer .antd-Drawer-content {
|
|
17720
17866
|
height: calc(var(--Drawer-widthBase) - 60px);
|
|
17721
17867
|
}
|
|
17722
17868
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--xs .antd-Drawer-content,
|
|
17723
|
-
|
|
17869
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--xs .antd-Drawer-content {
|
|
17724
17870
|
height: calc(var(--Drawer-widthXs) - 60px);
|
|
17725
17871
|
}
|
|
17726
17872
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--sm .antd-Drawer-content,
|
|
17727
|
-
|
|
17873
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--sm .antd-Drawer-content {
|
|
17728
17874
|
height: calc(var(--Drawer-widthSm) - 60px);
|
|
17729
17875
|
}
|
|
17730
17876
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--md .antd-Drawer-content,
|
|
17731
|
-
|
|
17877
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--md .antd-Drawer-content {
|
|
17732
17878
|
height: calc(var(--Drawer-widthMd) - 60px);
|
|
17733
17879
|
}
|
|
17734
17880
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--lg .antd-Drawer-content,
|
|
17735
|
-
|
|
17881
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--lg .antd-Drawer-content {
|
|
17736
17882
|
height: calc(var(--Drawer-widthLg) - 60px);
|
|
17737
17883
|
}
|
|
17738
17884
|
.antd-Drawer--top.antd-Modal--4th.antd-Drawer--xl .antd-Drawer-content,
|
|
17739
|
-
|
|
17885
|
+
.antd-Drawer--bottom.antd-Modal--4th.antd-Drawer--xl .antd-Drawer-content {
|
|
17740
17886
|
height: calc(var(--Drawer-widthXl) - 60px);
|
|
17741
17887
|
}
|
|
17888
|
+
|
|
17742
17889
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer .antd-Drawer-content,
|
|
17743
|
-
|
|
17890
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer .antd-Drawer-content {
|
|
17744
17891
|
width: calc(var(--Drawer-widthBase) - 80px);
|
|
17745
17892
|
}
|
|
17746
17893
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--xs .antd-Drawer-content,
|
|
17747
|
-
|
|
17894
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--xs .antd-Drawer-content {
|
|
17748
17895
|
width: calc(var(--Drawer-widthXs) - 80px);
|
|
17749
17896
|
}
|
|
17750
17897
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--sm .antd-Drawer-content,
|
|
17751
|
-
|
|
17898
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--sm .antd-Drawer-content {
|
|
17752
17899
|
width: calc(var(--Drawer-widthSm) - 80px);
|
|
17753
17900
|
}
|
|
17754
17901
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--md .antd-Drawer-content,
|
|
17755
|
-
|
|
17902
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--md .antd-Drawer-content {
|
|
17756
17903
|
width: calc(var(--Drawer-widthMd) - 80px);
|
|
17757
17904
|
}
|
|
17758
17905
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--lg .antd-Drawer-content,
|
|
17759
|
-
|
|
17906
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--lg .antd-Drawer-content {
|
|
17760
17907
|
width: calc(var(--Drawer-widthLg) - 80px);
|
|
17761
17908
|
}
|
|
17762
17909
|
.antd-Drawer--right.antd-Modal--5th.antd-Drawer--xl .antd-Drawer-content,
|
|
17763
|
-
|
|
17910
|
+
.antd-Drawer--left.antd-Modal--5th.antd-Drawer--xl .antd-Drawer-content {
|
|
17764
17911
|
width: calc(var(--Drawer-widthXl) - 80px);
|
|
17765
17912
|
}
|
|
17913
|
+
|
|
17766
17914
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer .antd-Drawer-content,
|
|
17767
|
-
|
|
17915
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer .antd-Drawer-content {
|
|
17768
17916
|
height: calc(var(--Drawer-widthBase) - 80px);
|
|
17769
17917
|
}
|
|
17770
17918
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--xs .antd-Drawer-content,
|
|
17771
|
-
|
|
17919
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--xs .antd-Drawer-content {
|
|
17772
17920
|
height: calc(var(--Drawer-widthXs) - 80px);
|
|
17773
17921
|
}
|
|
17774
17922
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--sm .antd-Drawer-content,
|
|
17775
|
-
|
|
17923
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--sm .antd-Drawer-content {
|
|
17776
17924
|
height: calc(var(--Drawer-widthSm) - 80px);
|
|
17777
17925
|
}
|
|
17778
17926
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--md .antd-Drawer-content,
|
|
17779
|
-
|
|
17927
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--md .antd-Drawer-content {
|
|
17780
17928
|
height: calc(var(--Drawer-widthMd) - 80px);
|
|
17781
17929
|
}
|
|
17782
17930
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--lg .antd-Drawer-content,
|
|
17783
|
-
|
|
17931
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--lg .antd-Drawer-content {
|
|
17784
17932
|
height: calc(var(--Drawer-widthLg) - 80px);
|
|
17785
17933
|
}
|
|
17786
17934
|
.antd-Drawer--top.antd-Modal--5th.antd-Drawer--xl .antd-Drawer-content,
|
|
17787
|
-
|
|
17935
|
+
.antd-Drawer--bottom.antd-Modal--5th.antd-Drawer--xl .antd-Drawer-content {
|
|
17788
17936
|
height: calc(var(--Drawer-widthXl) - 80px);
|
|
17789
17937
|
}
|
|
17938
|
+
|
|
17790
17939
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer .antd-Drawer-content,
|
|
17791
|
-
|
|
17940
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer .antd-Drawer-content {
|
|
17792
17941
|
width: calc(var(--Drawer-widthBase) - 100px);
|
|
17793
17942
|
}
|
|
17794
17943
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--xs .antd-Drawer-content,
|
|
17795
|
-
|
|
17944
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--xs .antd-Drawer-content {
|
|
17796
17945
|
width: calc(var(--Drawer-widthXs) - 100px);
|
|
17797
17946
|
}
|
|
17798
17947
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--sm .antd-Drawer-content,
|
|
17799
|
-
|
|
17948
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--sm .antd-Drawer-content {
|
|
17800
17949
|
width: calc(var(--Drawer-widthSm) - 100px);
|
|
17801
17950
|
}
|
|
17802
17951
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--md .antd-Drawer-content,
|
|
17803
|
-
|
|
17952
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--md .antd-Drawer-content {
|
|
17804
17953
|
width: calc(var(--Drawer-widthMd) - 100px);
|
|
17805
17954
|
}
|
|
17806
17955
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--lg .antd-Drawer-content,
|
|
17807
|
-
|
|
17956
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--lg .antd-Drawer-content {
|
|
17808
17957
|
width: calc(var(--Drawer-widthLg) - 100px);
|
|
17809
17958
|
}
|
|
17810
17959
|
.antd-Drawer--right.antd-Modal--6th.antd-Drawer--xl .antd-Drawer-content,
|
|
17811
|
-
|
|
17960
|
+
.antd-Drawer--left.antd-Modal--6th.antd-Drawer--xl .antd-Drawer-content {
|
|
17812
17961
|
width: calc(var(--Drawer-widthXl) - 100px);
|
|
17813
17962
|
}
|
|
17963
|
+
|
|
17814
17964
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer .antd-Drawer-content,
|
|
17815
|
-
|
|
17965
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer .antd-Drawer-content {
|
|
17816
17966
|
height: calc(var(--Drawer-widthBase) - 100px);
|
|
17817
17967
|
}
|
|
17818
17968
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--xs .antd-Drawer-content,
|
|
17819
|
-
|
|
17969
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--xs .antd-Drawer-content {
|
|
17820
17970
|
height: calc(var(--Drawer-widthXs) - 100px);
|
|
17821
17971
|
}
|
|
17822
17972
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--sm .antd-Drawer-content,
|
|
17823
|
-
|
|
17973
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--sm .antd-Drawer-content {
|
|
17824
17974
|
height: calc(var(--Drawer-widthSm) - 100px);
|
|
17825
17975
|
}
|
|
17826
17976
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--md .antd-Drawer-content,
|
|
17827
|
-
|
|
17977
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--md .antd-Drawer-content {
|
|
17828
17978
|
height: calc(var(--Drawer-widthMd) - 100px);
|
|
17829
17979
|
}
|
|
17830
17980
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--lg .antd-Drawer-content,
|
|
17831
|
-
|
|
17981
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--lg .antd-Drawer-content {
|
|
17832
17982
|
height: calc(var(--Drawer-widthLg) - 100px);
|
|
17833
17983
|
}
|
|
17834
17984
|
.antd-Drawer--top.antd-Modal--6th.antd-Drawer--xl .antd-Drawer-content,
|
|
17835
|
-
|
|
17985
|
+
.antd-Drawer--bottom.antd-Modal--6th.antd-Drawer--xl .antd-Drawer-content {
|
|
17836
17986
|
height: calc(var(--Drawer-widthXl) - 100px);
|
|
17837
17987
|
}
|
|
17838
17988
|
}
|
|
@@ -17991,7 +18141,7 @@ input[type=button].antd-Button--block {
|
|
|
17991
18141
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
17992
18142
|
}
|
|
17993
18143
|
.antd-Tooltip--top .antd-Tooltip-arrow {
|
|
17994
|
-
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18144
|
+
bottom: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
17995
18145
|
}
|
|
17996
18146
|
.antd-Tooltip--top .antd-Tooltip-arrow::before,
|
|
17997
18147
|
.antd-Tooltip--top .antd-Tooltip-arrow::after {
|
|
@@ -18029,7 +18179,7 @@ input[type=button].antd-Button--block {
|
|
|
18029
18179
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
18030
18180
|
}
|
|
18031
18181
|
.antd-Tooltip--bottom .antd-Tooltip-arrow {
|
|
18032
|
-
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18182
|
+
top: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18033
18183
|
}
|
|
18034
18184
|
.antd-Tooltip--bottom .antd-Tooltip-arrow::before,
|
|
18035
18185
|
.antd-Tooltip--bottom .antd-Tooltip-arrow::after {
|
|
@@ -18057,7 +18207,7 @@ input[type=button].antd-Button--block {
|
|
|
18057
18207
|
}
|
|
18058
18208
|
.antd-Tooltip--left .antd-Tooltip-arrow {
|
|
18059
18209
|
left: auto;
|
|
18060
|
-
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18210
|
+
right: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18061
18211
|
width: var(--Tooltip-arrow-height);
|
|
18062
18212
|
height: var(--Tooltip-arrow-width);
|
|
18063
18213
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -18080,8 +18230,8 @@ input[type=button].antd-Button--block {
|
|
|
18080
18230
|
font-size: var(--fontSizeBase);
|
|
18081
18231
|
color: var(--Tooltip-title-color);
|
|
18082
18232
|
font-weight: var(--Tooltip-fontWeight);
|
|
18083
|
-
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18084
|
-
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18233
|
+
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18234
|
+
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18085
18235
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
18086
18236
|
}
|
|
18087
18237
|
.antd-Tooltip-title:empty {
|
|
@@ -18376,7 +18526,9 @@ input[type=button].antd-Button--block {
|
|
|
18376
18526
|
margin-left: var(--gap-sm);
|
|
18377
18527
|
}
|
|
18378
18528
|
.antd-PopUp-confirm {
|
|
18529
|
+
color: var(--PopUp-confirmAction-color);
|
|
18379
18530
|
margin-right: var(--gap-sm);
|
|
18531
|
+
border: none;
|
|
18380
18532
|
}
|
|
18381
18533
|
.antd-PopUp-content {
|
|
18382
18534
|
overflow-y: auto;
|
|
@@ -18384,6 +18536,9 @@ input[type=button].antd-Button--block {
|
|
|
18384
18536
|
display: flex;
|
|
18385
18537
|
flex: 1;
|
|
18386
18538
|
}
|
|
18539
|
+
.antd-PopUp-content > div {
|
|
18540
|
+
flex: 1;
|
|
18541
|
+
}
|
|
18387
18542
|
.antd-PopUp > * {
|
|
18388
18543
|
position: relative;
|
|
18389
18544
|
z-index: 2;
|
|
@@ -18407,7 +18562,8 @@ input[type=button].antd-Button--block {
|
|
|
18407
18562
|
margin-top: -0.25rem;
|
|
18408
18563
|
}
|
|
18409
18564
|
.antd-PopUp-safearea {
|
|
18410
|
-
|
|
18565
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
18566
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
18411
18567
|
}
|
|
18412
18568
|
.antd-PickerColumns {
|
|
18413
18569
|
position: relative;
|
|
@@ -18443,10 +18599,10 @@ input[type=button].antd-Button--block {
|
|
|
18443
18599
|
background-color: none !important;
|
|
18444
18600
|
}
|
|
18445
18601
|
.antd-PickerColumns-confirm {
|
|
18446
|
-
color: var(--PickerColumns-confirmAction-color)
|
|
18602
|
+
color: var(--PickerColumns-confirmAction-color);
|
|
18447
18603
|
}
|
|
18448
18604
|
.antd-PickerColumns-cancel {
|
|
18449
|
-
color: var(--PickerColumns-cancelAction-color)
|
|
18605
|
+
color: var(--PickerColumns-cancelAction-color);
|
|
18450
18606
|
}
|
|
18451
18607
|
.antd-PickerColumns-title {
|
|
18452
18608
|
max-width: 50%;
|
|
@@ -18502,7 +18658,7 @@ input[type=button].antd-Button--block {
|
|
|
18502
18658
|
z-index: 1;
|
|
18503
18659
|
width: 100%;
|
|
18504
18660
|
height: 100%;
|
|
18505
|
-
background-image: linear-gradient(180deg,
|
|
18661
|
+
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));
|
|
18506
18662
|
background-repeat: no-repeat;
|
|
18507
18663
|
background-position: top, bottom;
|
|
18508
18664
|
transform: translateZ(0);
|
|
@@ -19149,6 +19305,16 @@ input[type=button].antd-Button--block {
|
|
|
19149
19305
|
height: 100%;
|
|
19150
19306
|
overflow-x: hidden;
|
|
19151
19307
|
}
|
|
19308
|
+
.antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main .antd-Tabs-links.is-mobile {
|
|
19309
|
+
overflow-x: auto;
|
|
19310
|
+
-ms-overflow-style: none;
|
|
19311
|
+
overflow: -moz-scrollbars-none;
|
|
19312
|
+
}
|
|
19313
|
+
.antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main .antd-Tabs-links.is-mobile::-webkit-scrollbar {
|
|
19314
|
+
display: none;
|
|
19315
|
+
width: 0 !important;
|
|
19316
|
+
height: 0 !important;
|
|
19317
|
+
}
|
|
19152
19318
|
.antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main .antd-Tabs-links .antd-Tabs-links-drag {
|
|
19153
19319
|
position: absolute;
|
|
19154
19320
|
height: 100%;
|
|
@@ -20089,6 +20255,7 @@ input[type=button].antd-Button--block {
|
|
|
20089
20255
|
background-color: var(--Layout-light-backgroundColor);
|
|
20090
20256
|
font-size: var(--Nav-item-fontSize);
|
|
20091
20257
|
line-height: var(--Nav-Item-height);
|
|
20258
|
+
min-height: 10px;
|
|
20092
20259
|
}
|
|
20093
20260
|
.antd-Nav-horizontal {
|
|
20094
20261
|
line-height: var(--Nav-Item-height--horizontal);
|
|
@@ -20204,13 +20371,14 @@ input[type=button].antd-Button--block {
|
|
|
20204
20371
|
min-width: var(--Page-aside-width);
|
|
20205
20372
|
max-width: var(--Page-aside-maxWidth);
|
|
20206
20373
|
}
|
|
20374
|
+
|
|
20207
20375
|
.antd-Page--withSidebar {
|
|
20208
20376
|
display: flex;
|
|
20209
20377
|
flex-direction: row;
|
|
20210
20378
|
align-items: stretch;
|
|
20211
20379
|
}
|
|
20212
20380
|
.antd-Page--withSidebar > .antd-Page-content,
|
|
20213
|
-
|
|
20381
|
+
.antd-Page--withSidebar > .antd-PullRefresh {
|
|
20214
20382
|
width: 0;
|
|
20215
20383
|
flex-grow: 1;
|
|
20216
20384
|
}
|
|
@@ -20626,9 +20794,6 @@ input[type=button].antd-Button--block {
|
|
|
20626
20794
|
box-shadow: none;
|
|
20627
20795
|
margin: 0 calc(var(--Panel-body-paddingTop) * -1) calc(var(--Panel-marginBottom) / 2);
|
|
20628
20796
|
}
|
|
20629
|
-
.antd-Panel--form .antd-Panel-body {
|
|
20630
|
-
padding: 0 var(--gap-md) var(--gap-md);
|
|
20631
|
-
}
|
|
20632
20797
|
.antd-Panel--form > .antd-Panel-heading {
|
|
20633
20798
|
background: none;
|
|
20634
20799
|
border: none;
|
|
@@ -20827,6 +20992,7 @@ input[type=button].antd-Button--block {
|
|
|
20827
20992
|
position: relative;
|
|
20828
20993
|
display: inline-flex;
|
|
20829
20994
|
vertical-align: middle;
|
|
20995
|
+
flex-wrap: wrap;
|
|
20830
20996
|
}
|
|
20831
20997
|
.antd-ButtonGroup > .antd-Button {
|
|
20832
20998
|
position: relative;
|
|
@@ -21022,10 +21188,6 @@ input[type=button].antd-Button--block {
|
|
|
21022
21188
|
-webkit-text-decoration: var(--link-decoration);
|
|
21023
21189
|
text-decoration: var(--link-decoration);
|
|
21024
21190
|
}
|
|
21025
|
-
.antd-DropDown-menuItem:hover, .antd-DropDown-menu > li:hover {
|
|
21026
|
-
background: var(--DropDown-menuItem-onHover-bg);
|
|
21027
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
21028
|
-
}
|
|
21029
21191
|
.antd-DropDown-menuItem.is-active, .antd-DropDown-menu > li.is-active {
|
|
21030
21192
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21031
21193
|
color: var(--DropDown-menuItem-onActive-color);
|
|
@@ -21063,6 +21225,10 @@ input[type=button].antd-Button--block {
|
|
|
21063
21225
|
.antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button, .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
|
|
21064
21226
|
padding-left: var(--gap-lg);
|
|
21065
21227
|
}
|
|
21228
|
+
.antd-DropDown-menuItem:hover, .antd-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21229
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
|
21230
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
21231
|
+
}
|
|
21066
21232
|
.antd-DropDown-menu > li a {
|
|
21067
21233
|
color: inherit;
|
|
21068
21234
|
display: block;
|
|
@@ -21180,7 +21346,8 @@ input[type=button].antd-Button--block {
|
|
|
21180
21346
|
.antd-CalendarMobile {
|
|
21181
21347
|
height: 100%;
|
|
21182
21348
|
width: 100%;
|
|
21183
|
-
overflow: scroll;
|
|
21349
|
+
overflow-y: scroll;
|
|
21350
|
+
overflow-x: hidden;
|
|
21184
21351
|
}
|
|
21185
21352
|
.antd-CalendarMobile-pop {
|
|
21186
21353
|
position: fixed;
|
|
@@ -21193,11 +21360,19 @@ input[type=button].antd-Button--block {
|
|
|
21193
21360
|
overflow: hidden;
|
|
21194
21361
|
border-width: 0;
|
|
21195
21362
|
}
|
|
21363
|
+
.antd-CalendarMobile-pop--quarters, .antd-CalendarMobile-pop--months {
|
|
21364
|
+
height: 25rem;
|
|
21365
|
+
}
|
|
21196
21366
|
.antd-CalendarMobile-pop--time {
|
|
21197
|
-
height:
|
|
21198
|
-
height: fit-content;
|
|
21367
|
+
height: 22.5rem;
|
|
21199
21368
|
max-height: 90vh;
|
|
21200
21369
|
}
|
|
21370
|
+
.antd-CalendarMobile-pop--time .antd-PopUp-content {
|
|
21371
|
+
overflow: hidden;
|
|
21372
|
+
}
|
|
21373
|
+
.antd-CalendarMobile-pop--years {
|
|
21374
|
+
height: 22.5rem;
|
|
21375
|
+
}
|
|
21201
21376
|
.antd-CalendarMobile-wrap {
|
|
21202
21377
|
display: flex;
|
|
21203
21378
|
flex-direction: column;
|
|
@@ -21263,6 +21438,7 @@ input[type=button].antd-Button--block {
|
|
|
21263
21438
|
overflow-y: scroll;
|
|
21264
21439
|
}
|
|
21265
21440
|
.antd-CalendarMobile-body table {
|
|
21441
|
+
padding: 0;
|
|
21266
21442
|
border-spacing: 0 0.25rem;
|
|
21267
21443
|
}
|
|
21268
21444
|
.antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
|
@@ -21289,14 +21465,15 @@ input[type=button].antd-Button--block {
|
|
|
21289
21465
|
background: transparent;
|
|
21290
21466
|
}
|
|
21291
21467
|
.antd-CalendarMobile-body .calendar-wrap {
|
|
21292
|
-
position: relative;
|
|
21293
21468
|
width: 3.125rem;
|
|
21469
|
+
position: relative;
|
|
21294
21470
|
height: 100%;
|
|
21295
21471
|
text-align: center;
|
|
21296
21472
|
display: inline-flex;
|
|
21297
21473
|
align-items: center;
|
|
21298
21474
|
justify-content: center;
|
|
21299
21475
|
border-radius: 0.25rem;
|
|
21476
|
+
padding: 0 0.625rem;
|
|
21300
21477
|
}
|
|
21301
21478
|
.antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
|
|
21302
21479
|
width: auto;
|
|
@@ -21306,6 +21483,7 @@ input[type=button].antd-Button--block {
|
|
|
21306
21483
|
flex-shrink: 0;
|
|
21307
21484
|
}
|
|
21308
21485
|
.antd-CalendarMobile-footer .date-range-confirm {
|
|
21486
|
+
width: 100%;
|
|
21309
21487
|
height: 2.25rem;
|
|
21310
21488
|
margin: 0.4375rem 0;
|
|
21311
21489
|
border-radius: var(--borderRadiusMd);
|
|
@@ -21313,13 +21491,6 @@ input[type=button].antd-Button--block {
|
|
|
21313
21491
|
justify-content: center;
|
|
21314
21492
|
align-items: center;
|
|
21315
21493
|
}
|
|
21316
|
-
.antd-CalendarMobile-footer .is-disabled {
|
|
21317
|
-
opacity: 0.5;
|
|
21318
|
-
color: var(--Button--primary-color);
|
|
21319
|
-
background: var(--Button--primary-bg);
|
|
21320
|
-
border-color: var(--Button--primary-bg);
|
|
21321
|
-
filter: none;
|
|
21322
|
-
}
|
|
21323
21494
|
.antd-CalendarMobile-footer-toolbar {
|
|
21324
21495
|
padding: 0 1rem;
|
|
21325
21496
|
}
|
|
@@ -21333,11 +21504,11 @@ input[type=button].antd-Button--block {
|
|
|
21333
21504
|
line-height: 3rem;
|
|
21334
21505
|
}
|
|
21335
21506
|
.antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
|
|
21336
|
-
|
|
21507
|
+
padding-left: revert;
|
|
21337
21508
|
white-space: nowrap;
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21509
|
+
line-height: inherit;
|
|
21510
|
+
display: flex;
|
|
21511
|
+
justify-content: space-between;
|
|
21341
21512
|
}
|
|
21342
21513
|
.antd-CalendarMobile-footer .antd-DatePicker-shortcuts {
|
|
21343
21514
|
width: auto;
|
|
@@ -21475,6 +21646,15 @@ input[type=button].antd-Button--block {
|
|
|
21475
21646
|
background: var(--Collapse-header-onHover-bg);
|
|
21476
21647
|
color: var(--collapse-default-header-hover-color);
|
|
21477
21648
|
}
|
|
21649
|
+
.antd-Collapse-header.is-mobile {
|
|
21650
|
+
background: none;
|
|
21651
|
+
border-radius: 0 !important;
|
|
21652
|
+
position: relative;
|
|
21653
|
+
padding-left: 0;
|
|
21654
|
+
}
|
|
21655
|
+
.antd-Collapse-header.is-mobile:hover {
|
|
21656
|
+
background: none;
|
|
21657
|
+
}
|
|
21478
21658
|
.antd-Collapse .Collapse-arrow {
|
|
21479
21659
|
content: var(--collapse-icon-icon);
|
|
21480
21660
|
}
|
|
@@ -21548,6 +21728,24 @@ input[type=button].antd-Button--block {
|
|
|
21548
21728
|
line-height: var(--collapse-default-content-lineHeight);
|
|
21549
21729
|
background: var(--collapse-default-bg-color);
|
|
21550
21730
|
}
|
|
21731
|
+
.antd-Collapse.is-mobile {
|
|
21732
|
+
border-top: none;
|
|
21733
|
+
border-left: none;
|
|
21734
|
+
border-right: none;
|
|
21735
|
+
}
|
|
21736
|
+
.antd-Collapse.is-mobile:last-child {
|
|
21737
|
+
border-bottom: none;
|
|
21738
|
+
}
|
|
21739
|
+
.antd-Collapse.is-mobile .antd-Collapse-icon-tranform,
|
|
21740
|
+
.antd-Collapse.is-mobile .antd-Collapse-arrow-wrap {
|
|
21741
|
+
margin-right: -1.125rem;
|
|
21742
|
+
float: right;
|
|
21743
|
+
margin-top: 0.125rem;
|
|
21744
|
+
}
|
|
21745
|
+
.antd-Collapse.is-mobile .antd-Collapse-content {
|
|
21746
|
+
padding-left: 0;
|
|
21747
|
+
padding-right: 0;
|
|
21748
|
+
}
|
|
21551
21749
|
.antd-Form .antd-Collapse {
|
|
21552
21750
|
border: none;
|
|
21553
21751
|
}
|
|
@@ -21582,7 +21780,7 @@ input[type=button].antd-Button--block {
|
|
|
21582
21780
|
.antd-CollapseGroup .antd-Collapse:first-child:nth-last-child(1) > .antd-Collapse-header {
|
|
21583
21781
|
border-radius: 4px;
|
|
21584
21782
|
}
|
|
21585
|
-
.antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
|
21783
|
+
.antd-CollapseGroup .antd-Collapse:not(:last-child):not(.is-mobile) {
|
|
21586
21784
|
border-bottom: none;
|
|
21587
21785
|
}
|
|
21588
21786
|
.antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow-wrap {
|
|
@@ -21592,6 +21790,9 @@ input[type=button].antd-Button--block {
|
|
|
21592
21790
|
.antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-icon-tranform {
|
|
21593
21791
|
float: right;
|
|
21594
21792
|
}
|
|
21793
|
+
.antd-CollapseGroup.is-mobile.icon-position-right .antd-Collapse-header .antd-Collapse-arrow-wrap {
|
|
21794
|
+
margin-right: -1.125rem;
|
|
21795
|
+
}
|
|
21595
21796
|
.antd-ColorField {
|
|
21596
21797
|
display: inline-block;
|
|
21597
21798
|
}
|
|
@@ -21608,6 +21809,9 @@ input[type=button].antd-Button--block {
|
|
|
21608
21809
|
margin-left: 10px;
|
|
21609
21810
|
vertical-align: middle;
|
|
21610
21811
|
}
|
|
21812
|
+
.antd-ConditionBuilderControl.is-mobile {
|
|
21813
|
+
overflow-x: auto;
|
|
21814
|
+
}
|
|
21611
21815
|
.antd-CBGroup {
|
|
21612
21816
|
font-size: var(--fontSizeSm);
|
|
21613
21817
|
position: relative;
|
|
@@ -21766,6 +21970,7 @@ input[type=button].antd-Button--block {
|
|
|
21766
21970
|
width: 0.625rem;
|
|
21767
21971
|
height: 0.625rem;
|
|
21768
21972
|
top: 0;
|
|
21973
|
+
transform: rotate(90deg);
|
|
21769
21974
|
}
|
|
21770
21975
|
.antd-CBGroup-fieldInput.is-active .antd-CBGroup-fieldCaret, .antd-CBGroup-operatorInput.is-active .antd-CBGroup-operatorCaret {
|
|
21771
21976
|
transform: rotate(180deg);
|
|
@@ -21868,7 +22073,12 @@ input[type=button].antd-Button--block {
|
|
|
21868
22073
|
.antd-CBGroupOrItem > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-group > .antd-CBGroupOrItem-dragbar, .antd-CBGroupOrItem > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBGroupOrItem-dragbar, .antd-CBGroupOrItem > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBDelete {
|
|
21869
22074
|
opacity: 0;
|
|
21870
22075
|
}
|
|
21871
|
-
.antd-CBGroupOrItem:
|
|
22076
|
+
.antd-CBGroupOrItem:is(.is-mobile) > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-group > .antd-CBGroupOrItem-dragbar,
|
|
22077
|
+
.antd-CBGroupOrItem:is(.is-mobile) > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBGroupOrItem-dragbar,
|
|
22078
|
+
.antd-CBGroupOrItem:is(.is-mobile) > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBDelete {
|
|
22079
|
+
opacity: 1;
|
|
22080
|
+
}
|
|
22081
|
+
.antd-CBGroupOrItem:not(.is-mobile):hover > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBGroupOrItem-dragbar, .antd-CBGroupOrItem:not(.is-mobile):hover > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBDelete {
|
|
21872
22082
|
opacity: 1;
|
|
21873
22083
|
}
|
|
21874
22084
|
.antd-CBGroupOrItem-simple {
|
|
@@ -22359,9 +22569,7 @@ input[type=button].antd-Button--block {
|
|
|
22359
22569
|
-webkit-user-select: none;
|
|
22360
22570
|
-moz-user-select: none;
|
|
22361
22571
|
user-select: none;
|
|
22362
|
-
line-height: calc(
|
|
22363
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22364
|
-
);
|
|
22572
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22365
22573
|
display: inline-block;
|
|
22366
22574
|
font-size: var(--Pick-base-value-fontSize);
|
|
22367
22575
|
color: var(--Pick-base-value-color);
|
|
@@ -22411,6 +22619,9 @@ input[type=button].antd-Button--block {
|
|
|
22411
22619
|
display: inline-flex;
|
|
22412
22620
|
align-items: center;
|
|
22413
22621
|
}
|
|
22622
|
+
.antd-Crud-toolbar-item.is-mobile {
|
|
22623
|
+
margin-top: 0;
|
|
22624
|
+
}
|
|
22414
22625
|
.antd-Crud-toolbar-item--left:not(:first-child) {
|
|
22415
22626
|
margin-left: var(--Crud-toolbar-gap);
|
|
22416
22627
|
}
|
|
@@ -22446,6 +22657,9 @@ input[type=button].antd-Button--block {
|
|
|
22446
22657
|
.antd-Crud-filter {
|
|
22447
22658
|
margin-bottom: var(--gap-base);
|
|
22448
22659
|
}
|
|
22660
|
+
.antd-Crud.is-mobile .antd-Crud-toolbar {
|
|
22661
|
+
flex: 1;
|
|
22662
|
+
}
|
|
22449
22663
|
@media (min-width: 576px) {
|
|
22450
22664
|
.antd-Crud-toolbar {
|
|
22451
22665
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
@@ -22477,7 +22691,7 @@ input[type=button].antd-Button--block {
|
|
|
22477
22691
|
float: right;
|
|
22478
22692
|
}
|
|
22479
22693
|
.antd-Crud-actions > * + .antd-Button,
|
|
22480
|
-
|
|
22694
|
+
.antd-Crud-actions > * + .antd-Button--disabled-wrap {
|
|
22481
22695
|
margin-left: var(--Crud-toolbar-gap);
|
|
22482
22696
|
}
|
|
22483
22697
|
}
|
|
@@ -22498,9 +22712,7 @@ input[type=button].antd-Button--block {
|
|
|
22498
22712
|
-webkit-user-select: none;
|
|
22499
22713
|
-moz-user-select: none;
|
|
22500
22714
|
user-select: none;
|
|
22501
|
-
line-height: calc(
|
|
22502
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22503
|
-
);
|
|
22715
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22504
22716
|
display: inline-block;
|
|
22505
22717
|
font-size: var(--Pick-base-value-fontSize);
|
|
22506
22718
|
color: var(--Pick-base-value-color);
|
|
@@ -22611,7 +22823,7 @@ input[type=button].antd-Button--block {
|
|
|
22611
22823
|
float: right;
|
|
22612
22824
|
}
|
|
22613
22825
|
.antd-Crud-actions > * + .antd-Button,
|
|
22614
|
-
|
|
22826
|
+
.antd-Crud-actions > * + .antd-Button--disabled-wrap {
|
|
22615
22827
|
margin-left: var(--Crud-toolbar-gap);
|
|
22616
22828
|
}
|
|
22617
22829
|
}
|
|
@@ -22693,7 +22905,7 @@ input[type=button].antd-Button--block {
|
|
|
22693
22905
|
}
|
|
22694
22906
|
.antd-Table-heading {
|
|
22695
22907
|
background: var(--Table-heading-bg);
|
|
22696
|
-
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
22908
|
+
padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
|
|
22697
22909
|
}
|
|
22698
22910
|
.antd-Table--unsaved .antd-Table-heading {
|
|
22699
22911
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -22762,6 +22974,9 @@ input[type=button].antd-Button--block {
|
|
|
22762
22974
|
display: flex;
|
|
22763
22975
|
align-items: center;
|
|
22764
22976
|
}
|
|
22977
|
+
.antd-Table.is-mobile .antd-Table-toolbar .antd-Form-item {
|
|
22978
|
+
padding: 0;
|
|
22979
|
+
}
|
|
22765
22980
|
.antd-Table-header + .antd-Table-toolbar {
|
|
22766
22981
|
padding-top: 0;
|
|
22767
22982
|
}
|
|
@@ -23653,6 +23868,14 @@ input[type=button].antd-Button--block {
|
|
|
23653
23868
|
.antd-Table-table > thead > tr > th.antd-TableCell--filterable > .antd-TableCell--title {
|
|
23654
23869
|
display: inline-block;
|
|
23655
23870
|
}
|
|
23871
|
+
.antd-Table.is-mobile .antd-Table-table > tbody > tr:hover, .antd-Table.is-mobile .antd-Table-table > tbody > tr.is-hovered {
|
|
23872
|
+
background: var(--Table-bg);
|
|
23873
|
+
border-color: var(--Table-borderColor);
|
|
23874
|
+
color: var(--Table-color);
|
|
23875
|
+
}
|
|
23876
|
+
.antd-Table.is-mobile .antd-Table-table > tbody > tr:hover + tr, .antd-Table.is-mobile .antd-Table-table > tbody > tr.is-hovered + tr {
|
|
23877
|
+
border-color: var(--Table-borderColor);
|
|
23878
|
+
}
|
|
23656
23879
|
.antd-TableCell-sortBtn, .antd-TableCell-searchBtn, .antd-TableCell-filterBtn {
|
|
23657
23880
|
display: inline-block;
|
|
23658
23881
|
vertical-align: top;
|
|
@@ -24007,7 +24230,7 @@ input[type=button].antd-Button--block {
|
|
|
24007
24230
|
padding: var(--table-size-large-paddingTop) var(--table-size-large-paddingRight) var(--table-size-large-paddingBottom) var(--table-size-large-paddingLeft);
|
|
24008
24231
|
}
|
|
24009
24232
|
.antd-Table2.antd-Table-large .antd-TableCell-filterBtn {
|
|
24010
|
-
right: calc(var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24233
|
+
right: calc( var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24011
24234
|
}
|
|
24012
24235
|
.antd-Table2.antd-Table-small .antd-Table-table > thead > tr > th {
|
|
24013
24236
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
@@ -24020,7 +24243,7 @@ input[type=button].antd-Button--block {
|
|
|
24020
24243
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
24021
24244
|
}
|
|
24022
24245
|
.antd-Table2.antd-Table-small .antd-TableCell-filterBtn {
|
|
24023
|
-
right: calc(var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24246
|
+
right: calc( var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24024
24247
|
}
|
|
24025
24248
|
.antd-Table2 .antd-Table-title,
|
|
24026
24249
|
.antd-Table2 .antd-Table-footer {
|
|
@@ -24899,15 +25122,15 @@ input[type=button].antd-Button--block {
|
|
|
24899
25122
|
background: var(--Table-tree-borderColor);
|
|
24900
25123
|
}
|
|
24901
25124
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-TableCell--sortable {
|
|
24902
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
25125
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
|
|
24903
25126
|
position: relative;
|
|
24904
25127
|
}
|
|
24905
25128
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-TableCell--searchable {
|
|
24906
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
25129
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
|
|
24907
25130
|
position: relative;
|
|
24908
25131
|
}
|
|
24909
25132
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-TableCell--filterable {
|
|
24910
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
25133
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
|
|
24911
25134
|
position: relative;
|
|
24912
25135
|
}
|
|
24913
25136
|
.antd-Table2 .antd-Table-table > tbody > tr.antd-Table-row-disabled {
|
|
@@ -25290,10 +25513,6 @@ input[type=button].antd-Button--block {
|
|
|
25290
25513
|
text-decoration: var(--link-decoration);
|
|
25291
25514
|
background: var(--table-togglable-bg-color);
|
|
25292
25515
|
}
|
|
25293
|
-
.antd-ColumnToggler-menuItem:hover, .antd-ColumnToggler-menu > li:hover {
|
|
25294
|
-
background: var(--table-togglable-hover-bg-color);
|
|
25295
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
25296
|
-
}
|
|
25297
25516
|
.antd-ColumnToggler-menuItem.is-active, .antd-ColumnToggler-menu > li.is-active {
|
|
25298
25517
|
color: var(--DropDown-menuItem-onActive-color);
|
|
25299
25518
|
}
|
|
@@ -25312,6 +25531,10 @@ input[type=button].antd-Button--block {
|
|
|
25312
25531
|
background: var(--DropDown-menu-borderColor);
|
|
25313
25532
|
padding: 0;
|
|
25314
25533
|
}
|
|
25534
|
+
.antd-ColumnToggler-menu:not(.is-mobile) > li:hover {
|
|
25535
|
+
background: var(--table-togglable-hover-bg-color);
|
|
25536
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
25537
|
+
}
|
|
25315
25538
|
.antd-ColumnToggler-menu > li a {
|
|
25316
25539
|
color: inherit;
|
|
25317
25540
|
display: block;
|
|
@@ -25750,26 +25973,32 @@ input[type=button].antd-Button--block {
|
|
|
25750
25973
|
-moz-column-count: 12;
|
|
25751
25974
|
column-count: 12;
|
|
25752
25975
|
}
|
|
25976
|
+
|
|
25753
25977
|
.antd-Cards--masonrySm2 {
|
|
25754
25978
|
-moz-column-count: 6;
|
|
25755
25979
|
column-count: 6;
|
|
25756
25980
|
}
|
|
25981
|
+
|
|
25757
25982
|
.antd-Cards--masonrySm3 {
|
|
25758
25983
|
-moz-column-count: 4;
|
|
25759
25984
|
column-count: 4;
|
|
25760
25985
|
}
|
|
25986
|
+
|
|
25761
25987
|
.antd-Cards--masonrySm4 {
|
|
25762
25988
|
-moz-column-count: 3;
|
|
25763
25989
|
column-count: 3;
|
|
25764
25990
|
}
|
|
25991
|
+
|
|
25765
25992
|
.antd-Cards--masonrySm6 {
|
|
25766
25993
|
-moz-column-count: 2;
|
|
25767
25994
|
column-count: 2;
|
|
25768
25995
|
}
|
|
25996
|
+
|
|
25769
25997
|
.antd-Cards--masonrySm12 {
|
|
25770
25998
|
-moz-column-count: 1;
|
|
25771
25999
|
column-count: 1;
|
|
25772
26000
|
}
|
|
26001
|
+
|
|
25773
26002
|
.antd-Cards-toolbar {
|
|
25774
26003
|
display: flex;
|
|
25775
26004
|
flex-wrap: wrap;
|
|
@@ -25780,22 +26009,27 @@ input[type=button].antd-Button--block {
|
|
|
25780
26009
|
-moz-column-count: 12;
|
|
25781
26010
|
column-count: 12;
|
|
25782
26011
|
}
|
|
26012
|
+
|
|
25783
26013
|
.antd-Cards--masonryMd2 {
|
|
25784
26014
|
-moz-column-count: 6;
|
|
25785
26015
|
column-count: 6;
|
|
25786
26016
|
}
|
|
26017
|
+
|
|
25787
26018
|
.antd-Cards--masonryMd3 {
|
|
25788
26019
|
-moz-column-count: 4;
|
|
25789
26020
|
column-count: 4;
|
|
25790
26021
|
}
|
|
26022
|
+
|
|
25791
26023
|
.antd-Cards--masonryMd4 {
|
|
25792
26024
|
-moz-column-count: 3;
|
|
25793
26025
|
column-count: 3;
|
|
25794
26026
|
}
|
|
26027
|
+
|
|
25795
26028
|
.antd-Cards--masonryMd6 {
|
|
25796
26029
|
-moz-column-count: 2;
|
|
25797
26030
|
column-count: 2;
|
|
25798
26031
|
}
|
|
26032
|
+
|
|
25799
26033
|
.antd-Cards--masonryMd12 {
|
|
25800
26034
|
-moz-column-count: 1;
|
|
25801
26035
|
column-count: 1;
|
|
@@ -25806,22 +26040,27 @@ input[type=button].antd-Button--block {
|
|
|
25806
26040
|
-moz-column-count: 12;
|
|
25807
26041
|
column-count: 12;
|
|
25808
26042
|
}
|
|
26043
|
+
|
|
25809
26044
|
.antd-Cards--masonryLg2 {
|
|
25810
26045
|
-moz-column-count: 6;
|
|
25811
26046
|
column-count: 6;
|
|
25812
26047
|
}
|
|
26048
|
+
|
|
25813
26049
|
.antd-Cards--masonryLg3 {
|
|
25814
26050
|
-moz-column-count: 4;
|
|
25815
26051
|
column-count: 4;
|
|
25816
26052
|
}
|
|
26053
|
+
|
|
25817
26054
|
.antd-Cards--masonryLg4 {
|
|
25818
26055
|
-moz-column-count: 3;
|
|
25819
26056
|
column-count: 3;
|
|
25820
26057
|
}
|
|
26058
|
+
|
|
25821
26059
|
.antd-Cards--masonryLg6 {
|
|
25822
26060
|
-moz-column-count: 2;
|
|
25823
26061
|
column-count: 2;
|
|
25824
26062
|
}
|
|
26063
|
+
|
|
25825
26064
|
.antd-Cards--masonryLg12 {
|
|
25826
26065
|
-moz-column-count: 1;
|
|
25827
26066
|
column-count: 1;
|
|
@@ -27017,7 +27256,7 @@ input[type=button].antd-Button--block {
|
|
|
27017
27256
|
pointer-events: none;
|
|
27018
27257
|
}
|
|
27019
27258
|
.antd-ImageGallery-prevList:hover, .antd-ImageGallery-nextList:hover {
|
|
27020
|
-
background:
|
|
27259
|
+
background: black;
|
|
27021
27260
|
color: #fff;
|
|
27022
27261
|
}
|
|
27023
27262
|
.antd-ImageGallery-itemsWrap {
|
|
@@ -27421,6 +27660,23 @@ input[type=button].antd-Button--block {
|
|
|
27421
27660
|
.antd-InputBox.is-active .antd-InputBox-caret {
|
|
27422
27661
|
transform: rotate(180deg);
|
|
27423
27662
|
}
|
|
27663
|
+
.antd-InputBox.is-mobile {
|
|
27664
|
+
border: none;
|
|
27665
|
+
border-radius: 0;
|
|
27666
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27667
|
+
}
|
|
27668
|
+
.antd-InputBox.is-mobile.is-error, .is-error > .antd-InputBox.is-mobile {
|
|
27669
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27670
|
+
}
|
|
27671
|
+
.antd-InputBox.is-mobile.is-focused {
|
|
27672
|
+
border-bottom-color: var(--Form-input-onFocused-borderColor);
|
|
27673
|
+
}
|
|
27674
|
+
.antd-InputBox.is-mobile.is-error.is-focused {
|
|
27675
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27676
|
+
}
|
|
27677
|
+
.antd-InputBox.is-mobile.is-disabled {
|
|
27678
|
+
border-bottom-color: var(--Form-input-onDisabled-borderColor);
|
|
27679
|
+
}
|
|
27424
27680
|
.antd-JSONSchemaMember {
|
|
27425
27681
|
display: flex;
|
|
27426
27682
|
flex-direction: row;
|
|
@@ -27445,6 +27701,18 @@ input[type=button].antd-Button--block {
|
|
|
27445
27701
|
align-items: center;
|
|
27446
27702
|
color: var(--Form-input-color);
|
|
27447
27703
|
}
|
|
27704
|
+
.antd-JSONSchemaMember-key.is-mobile > span {
|
|
27705
|
+
border-radius: 0;
|
|
27706
|
+
border: none;
|
|
27707
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27708
|
+
}
|
|
27709
|
+
.antd-JSONSchemaMember-key.is-mobile .antd-InputBox {
|
|
27710
|
+
height: 100%;
|
|
27711
|
+
line-height: 1;
|
|
27712
|
+
}
|
|
27713
|
+
.antd-JSONSchemaMember-key.is-mobile .antd-InputBox > .antd-InputBox-caret svg {
|
|
27714
|
+
top: 0.125em;
|
|
27715
|
+
}
|
|
27448
27716
|
.antd-JSONSchemaMember-value {
|
|
27449
27717
|
flex: 1;
|
|
27450
27718
|
margin-left: auto;
|
|
@@ -27525,6 +27793,10 @@ input[type=button].antd-Button--block {
|
|
|
27525
27793
|
left: -33px;
|
|
27526
27794
|
border-top: dashed 1px var(--icon-color);
|
|
27527
27795
|
}
|
|
27796
|
+
.antd-JSONSchemaObject.is-mobile .antd-Number {
|
|
27797
|
+
border-radius: 0;
|
|
27798
|
+
border-bottom: var(--Number-borderWidth) solid var(--Form-input-borderColor);
|
|
27799
|
+
}
|
|
27528
27800
|
.antd-SchemaEditorProps {
|
|
27529
27801
|
width: 100%;
|
|
27530
27802
|
}
|
|
@@ -27888,7 +28160,7 @@ input[type=button].antd-Button--block {
|
|
|
27888
28160
|
align-items: center;
|
|
27889
28161
|
overflow-x: hidden;
|
|
27890
28162
|
overflow-y: auto;
|
|
27891
|
-
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
28163
|
+
max-height: calc( (var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5 );
|
|
27892
28164
|
}
|
|
27893
28165
|
.antd-ResultBox-overflow.antd-Tooltip--dark .antd-ResultBox-overflow-wrapper .antd-ResultBox-value {
|
|
27894
28166
|
color: var(--white);
|
|
@@ -27908,6 +28180,9 @@ input[type=button].antd-Button--block {
|
|
|
27908
28180
|
border: none;
|
|
27909
28181
|
justify-content: flex-end;
|
|
27910
28182
|
}
|
|
28183
|
+
.antd-ResultBox.is-mobile.is-focused, .antd-ResultBox.is-mobile:hover {
|
|
28184
|
+
border: none !important;
|
|
28185
|
+
}
|
|
27911
28186
|
.antd-ResultBox.is-mobile .antd-ResultBox-clear {
|
|
27912
28187
|
padding: var(--Form-input-clearBtn-padding);
|
|
27913
28188
|
cursor: pointer;
|
|
@@ -28068,6 +28343,11 @@ input[type=button].antd-Button--block {
|
|
|
28068
28343
|
background: var(--SearchBox-enhonce-disabled-color);
|
|
28069
28344
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
|
28070
28345
|
}
|
|
28346
|
+
.antd-SearchBox.is-mobile {
|
|
28347
|
+
border-radius: 0;
|
|
28348
|
+
border: none;
|
|
28349
|
+
border-bottom: var(--borderWidth) solid var(--borderColor);
|
|
28350
|
+
}
|
|
28071
28351
|
.antd-SearchBox-history > .is-history {
|
|
28072
28352
|
width: 100%;
|
|
28073
28353
|
}
|
|
@@ -28119,7 +28399,7 @@ input[type=button].antd-Button--block {
|
|
|
28119
28399
|
padding: 0 var(--gap-md);
|
|
28120
28400
|
overflow-x: hidden;
|
|
28121
28401
|
overflow-y: auto;
|
|
28122
|
-
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
28402
|
+
max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
|
|
28123
28403
|
}
|
|
28124
28404
|
.antd-SearchBox-history .antd-SearchBox-history-tag {
|
|
28125
28405
|
display: inlin-flex;
|
|
@@ -28173,7 +28453,7 @@ input[type=button].antd-Button--block {
|
|
|
28173
28453
|
.antd-ListMenu-groupLabel {
|
|
28174
28454
|
font-size: var(--fontSizeXs);
|
|
28175
28455
|
color: var(--text--muted-color);
|
|
28176
|
-
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));
|
|
28456
|
+
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));
|
|
28177
28457
|
}
|
|
28178
28458
|
.antd-ListMenu-group:not(:first-child) > .antd-ListMenu-groupLabel {
|
|
28179
28459
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -28185,7 +28465,7 @@ input[type=button].antd-Button--block {
|
|
|
28185
28465
|
line-height: var(--Form-input-lineHeight);
|
|
28186
28466
|
font-size: var(--Form-input-fontSize);
|
|
28187
28467
|
cursor: pointer;
|
|
28188
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28468
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28189
28469
|
}
|
|
28190
28470
|
.antd-ListMenu-item.is-active {
|
|
28191
28471
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -28206,7 +28486,40 @@ input[type=button].antd-Button--block {
|
|
|
28206
28486
|
line-height: var(--Form-input-lineHeight);
|
|
28207
28487
|
font-size: var(--Form-input-fontSize);
|
|
28208
28488
|
cursor: pointer;
|
|
28209
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28489
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28490
|
+
}
|
|
28491
|
+
.antd-ListMenu.is-mobile {
|
|
28492
|
+
display: flex;
|
|
28493
|
+
flex-wrap: wrap;
|
|
28494
|
+
}
|
|
28495
|
+
.antd-ListMenu.is-mobile .antd-ListMenu-item {
|
|
28496
|
+
width: calc((100vw - var(--ListMenu-item-mobile-margin) * 7) / 3);
|
|
28497
|
+
display: inline-flex;
|
|
28498
|
+
background: var(--ListMenu-item-mobile-bg);
|
|
28499
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28500
|
+
}
|
|
28501
|
+
.antd-ListMenu.is-mobile .antd-ListMenu-item.is-active {
|
|
28502
|
+
background: var(--ListMenu-item-mobile-active-bg);
|
|
28503
|
+
}
|
|
28504
|
+
.antd-ListMenu.is-mobile .antd-ListMenu-item .antd-ListMenu-itemLabel {
|
|
28505
|
+
white-space: nowrap;
|
|
28506
|
+
overflow: hidden;
|
|
28507
|
+
text-overflow: ellipsis;
|
|
28508
|
+
}
|
|
28509
|
+
.antd-ListMenu-add-wrap {
|
|
28510
|
+
display: flex;
|
|
28511
|
+
align-items: center;
|
|
28512
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28513
|
+
text-align: left;
|
|
28514
|
+
}
|
|
28515
|
+
.antd-ListMenu-add-wrap .antd-ResultBox {
|
|
28516
|
+
width: 100%;
|
|
28517
|
+
}
|
|
28518
|
+
.antd-ListMenu-add-wrap input {
|
|
28519
|
+
width: 100%;
|
|
28520
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
28521
|
+
border-bottom: 1px solid var(--borderColor);
|
|
28522
|
+
border-radius: 0;
|
|
28210
28523
|
}
|
|
28211
28524
|
.antd-PopOver > .antd-ListMenu {
|
|
28212
28525
|
border-color: var(--listMenu--onActive-borderColor);
|
|
@@ -28869,6 +29182,9 @@ fieldset.antd-Collapse--lg > legend, fieldset.antd-Collapse--md > legend, fields
|
|
|
28869
29182
|
background: var(--Fieldset-legend-bgColor);
|
|
28870
29183
|
border-left: 0 !important;
|
|
28871
29184
|
}
|
|
29185
|
+
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 {
|
|
29186
|
+
position: absolute;
|
|
29187
|
+
}
|
|
28872
29188
|
fieldset.antd-Collapse--lg .collapse, fieldset.antd-Collapse--md .collapse, fieldset.antd-Collapse--base .collapse, fieldset.antd-Collapse--sm .collapse, fieldset.antd-Collapse--xs .collapse {
|
|
28873
29189
|
position: relative;
|
|
28874
29190
|
}
|
|
@@ -28981,6 +29297,13 @@ fieldset.antd-Collapse--lg > legend:hover {
|
|
|
28981
29297
|
fieldset.antd-Collapse--lg:after {
|
|
28982
29298
|
top: calc(var(--fieldSet-size-lg-fontSize) / 2);
|
|
28983
29299
|
}
|
|
29300
|
+
fieldset.antd-Collapse .antd-Collapse-header.is-mobile {
|
|
29301
|
+
padding-left: var(--gap-xs) !important;
|
|
29302
|
+
padding-right: 1.125rem;
|
|
29303
|
+
}
|
|
29304
|
+
fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
29305
|
+
background: var(--white);
|
|
29306
|
+
}
|
|
28984
29307
|
.antd-Form-groupColumn {
|
|
28985
29308
|
margin-bottom: var(--gap-sm);
|
|
28986
29309
|
}
|
|
@@ -29015,7 +29338,7 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29015
29338
|
margin-right: 0;
|
|
29016
29339
|
}
|
|
29017
29340
|
.antd-Form-group--hor > .antd-Form-item,
|
|
29018
|
-
|
|
29341
|
+
.antd-Form-group--hor > div > .antd-Form-item {
|
|
29019
29342
|
margin-bottom: 0;
|
|
29020
29343
|
}
|
|
29021
29344
|
.antd-Form-group--hor .antd-Form-input > .antd-Form-group {
|
|
@@ -29053,6 +29376,7 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29053
29376
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29054
29377
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29055
29378
|
}
|
|
29379
|
+
|
|
29056
29380
|
.antd-Form-groupColumn {
|
|
29057
29381
|
flex-basis: 0;
|
|
29058
29382
|
flex-grow: 1;
|
|
@@ -29060,66 +29384,79 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29060
29384
|
max-width: 100%;
|
|
29061
29385
|
margin-bottom: 0;
|
|
29062
29386
|
}
|
|
29387
|
+
|
|
29063
29388
|
.antd-Form-groupColumn--1 {
|
|
29064
29389
|
flex: 0 0 8.3333333333%;
|
|
29065
29390
|
max-width: 8.3333333333%;
|
|
29066
29391
|
min-height: 1px;
|
|
29067
29392
|
}
|
|
29393
|
+
|
|
29068
29394
|
.antd-Form-groupColumn--2 {
|
|
29069
29395
|
flex: 0 0 16.6666666667%;
|
|
29070
29396
|
max-width: 16.6666666667%;
|
|
29071
29397
|
min-height: 1px;
|
|
29072
29398
|
}
|
|
29399
|
+
|
|
29073
29400
|
.antd-Form-groupColumn--3 {
|
|
29074
29401
|
flex: 0 0 25%;
|
|
29075
29402
|
max-width: 25%;
|
|
29076
29403
|
min-height: 1px;
|
|
29077
29404
|
}
|
|
29405
|
+
|
|
29078
29406
|
.antd-Form-groupColumn--4 {
|
|
29079
29407
|
flex: 0 0 33.3333333333%;
|
|
29080
29408
|
max-width: 33.3333333333%;
|
|
29081
29409
|
min-height: 1px;
|
|
29082
29410
|
}
|
|
29411
|
+
|
|
29083
29412
|
.antd-Form-groupColumn--5 {
|
|
29084
29413
|
flex: 0 0 41.6666666667%;
|
|
29085
29414
|
max-width: 41.6666666667%;
|
|
29086
29415
|
min-height: 1px;
|
|
29087
29416
|
}
|
|
29417
|
+
|
|
29088
29418
|
.antd-Form-groupColumn--6 {
|
|
29089
29419
|
flex: 0 0 50%;
|
|
29090
29420
|
max-width: 50%;
|
|
29091
29421
|
min-height: 1px;
|
|
29092
29422
|
}
|
|
29423
|
+
|
|
29093
29424
|
.antd-Form-groupColumn--7 {
|
|
29094
29425
|
flex: 0 0 58.3333333333%;
|
|
29095
29426
|
max-width: 58.3333333333%;
|
|
29096
29427
|
min-height: 1px;
|
|
29097
29428
|
}
|
|
29429
|
+
|
|
29098
29430
|
.antd-Form-groupColumn--8 {
|
|
29099
29431
|
flex: 0 0 66.6666666667%;
|
|
29100
29432
|
max-width: 66.6666666667%;
|
|
29101
29433
|
min-height: 1px;
|
|
29102
29434
|
}
|
|
29435
|
+
|
|
29103
29436
|
.antd-Form-groupColumn--9 {
|
|
29104
29437
|
flex: 0 0 75%;
|
|
29105
29438
|
max-width: 75%;
|
|
29106
29439
|
min-height: 1px;
|
|
29107
29440
|
}
|
|
29441
|
+
|
|
29108
29442
|
.antd-Form-groupColumn--10 {
|
|
29109
29443
|
flex: 0 0 83.3333333333%;
|
|
29110
29444
|
max-width: 83.3333333333%;
|
|
29111
29445
|
min-height: 1px;
|
|
29112
29446
|
}
|
|
29447
|
+
|
|
29113
29448
|
.antd-Form-groupColumn--11 {
|
|
29114
29449
|
flex: 0 0 91.6666666667%;
|
|
29115
29450
|
max-width: 91.6666666667%;
|
|
29116
29451
|
min-height: 1px;
|
|
29117
29452
|
}
|
|
29453
|
+
|
|
29118
29454
|
.antd-Form-groupColumn--12 {
|
|
29119
29455
|
flex: 0 0 100%;
|
|
29120
29456
|
max-width: 100%;
|
|
29121
29457
|
min-height: 1px;
|
|
29122
29458
|
}
|
|
29459
|
+
|
|
29123
29460
|
.antd-Form-groupColumn--auto {
|
|
29124
29461
|
flex: 0 0 auto;
|
|
29125
29462
|
width: auto;
|
|
@@ -29141,7 +29478,7 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29141
29478
|
.antd-InputGroup-addOn {
|
|
29142
29479
|
background: var(--InputGroup-addOn-bg);
|
|
29143
29480
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
29144
|
-
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
29481
|
+
line-height: calc( var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2 );
|
|
29145
29482
|
height: var(--InputGroup-height);
|
|
29146
29483
|
box-sizing: border-box;
|
|
29147
29484
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -29239,6 +29576,9 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29239
29576
|
.antd-InputGroup .antd-Form-static {
|
|
29240
29577
|
margin-right: var(--gap-xs);
|
|
29241
29578
|
}
|
|
29579
|
+
.antd-InputGroup.is-mobile .antd-Form-control {
|
|
29580
|
+
display: inline-flex;
|
|
29581
|
+
}
|
|
29242
29582
|
.antd-InputGroup:not(.is-inline) {
|
|
29243
29583
|
display: flex;
|
|
29244
29584
|
}
|
|
@@ -29327,7 +29667,7 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29327
29667
|
color: var(--text--muted-color);
|
|
29328
29668
|
}
|
|
29329
29669
|
.antd-TextControl-spinner {
|
|
29330
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29670
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29331
29671
|
}
|
|
29332
29672
|
.antd-TextControl-clear {
|
|
29333
29673
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29536,24 +29876,19 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29536
29876
|
.antd-TextControl-input--withAC input {
|
|
29537
29877
|
width: auto;
|
|
29538
29878
|
}
|
|
29539
|
-
.antd-TextControl-
|
|
29540
|
-
|
|
29879
|
+
.antd-TextControl-popover {
|
|
29880
|
+
margin-top: 0.25rem;
|
|
29541
29881
|
background: var(--Form-select-menu-bg);
|
|
29542
29882
|
color: var(--Form-select-menu-color);
|
|
29543
29883
|
border-radius: 0.125rem;
|
|
29544
29884
|
box-shadow: var(--menu-box-shadow);
|
|
29545
|
-
|
|
29546
|
-
|
|
29547
|
-
top: calc(100% + 0.25rem);
|
|
29548
|
-
z-index: 10;
|
|
29885
|
+
}
|
|
29886
|
+
.antd-TextControl-sugs {
|
|
29549
29887
|
max-height: 18.75rem;
|
|
29550
29888
|
overflow: auto;
|
|
29551
29889
|
}
|
|
29552
29890
|
.antd-TextControl-sugItem {
|
|
29553
|
-
padding: calc((
|
|
29554
|
-
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
29555
|
-
var(--Form-input-fontSize) - 0.125rem
|
|
29556
|
-
) / 2) 0.75rem;
|
|
29891
|
+
padding: calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem ) / 2 ) 0.75rem;
|
|
29557
29892
|
}
|
|
29558
29893
|
.antd-TextControl-sugItem svg {
|
|
29559
29894
|
width: 1rem;
|
|
@@ -29575,7 +29910,7 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29575
29910
|
-webkit-user-select: none;
|
|
29576
29911
|
-moz-user-select: none;
|
|
29577
29912
|
user-select: none;
|
|
29578
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29913
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29579
29914
|
vertical-align: middle;
|
|
29580
29915
|
display: inline-block;
|
|
29581
29916
|
}
|
|
@@ -29599,9 +29934,7 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29599
29934
|
}
|
|
29600
29935
|
.antd-TextControl-input--multiple .antd-TextControl-value {
|
|
29601
29936
|
white-space: nowrap;
|
|
29602
|
-
line-height: calc(
|
|
29603
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29604
|
-
);
|
|
29937
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
29605
29938
|
font-size: var(--Form-selectValue-fontSize);
|
|
29606
29939
|
background: var(--Form-select-multiple-bgColor);
|
|
29607
29940
|
border-radius: 0.125rem;
|
|
@@ -29766,7 +30099,7 @@ input.antd-TextControl-input-password {
|
|
|
29766
30099
|
color: var(--text--muted-color);
|
|
29767
30100
|
}
|
|
29768
30101
|
.antd-TextareaControl-spinner {
|
|
29769
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30102
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29770
30103
|
}
|
|
29771
30104
|
.antd-TextareaControl-clear {
|
|
29772
30105
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29932,6 +30265,9 @@ input.antd-TextControl-input-password {
|
|
|
29932
30265
|
transform-origin: 50% 50%;
|
|
29933
30266
|
transform: translate(-50%, -50%);
|
|
29934
30267
|
}
|
|
30268
|
+
.antd-Checkbox.is-mobile > i + span {
|
|
30269
|
+
vertical-align: middle;
|
|
30270
|
+
}
|
|
29935
30271
|
.antd-Checkbox:hover > i + span > a {
|
|
29936
30272
|
display: inline-block;
|
|
29937
30273
|
}
|
|
@@ -30322,7 +30658,7 @@ input.antd-TextControl-input-password {
|
|
|
30322
30658
|
.antd-CheckboxControl,
|
|
30323
30659
|
.antd-RadiosControl,
|
|
30324
30660
|
.antd-CheckboxesControl {
|
|
30325
|
-
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
30661
|
+
padding-top: calc( (var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px );
|
|
30326
30662
|
}
|
|
30327
30663
|
.antd-RadiosControl .antd-Checkbox {
|
|
30328
30664
|
display: block;
|
|
@@ -30388,7 +30724,7 @@ input.antd-TextControl-input-password {
|
|
|
30388
30724
|
display: block;
|
|
30389
30725
|
line-height: var(--Form-input-lineHeight);
|
|
30390
30726
|
font-size: var(--Form-input-fontSize);
|
|
30391
|
-
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));
|
|
30727
|
+
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));
|
|
30392
30728
|
}
|
|
30393
30729
|
.antd-Selection--inline > .antd-Checkbox {
|
|
30394
30730
|
display: inline-block;
|
|
@@ -30471,7 +30807,7 @@ input.antd-TextControl-input-password {
|
|
|
30471
30807
|
height: var(--Form-input-height);
|
|
30472
30808
|
line-height: var(--Form-input-lineHeight);
|
|
30473
30809
|
font-size: var(--Form-input-fontSize);
|
|
30474
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30810
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30475
30811
|
color: var(--text--muted-color);
|
|
30476
30812
|
height: 100%;
|
|
30477
30813
|
display: flex;
|
|
@@ -30530,7 +30866,7 @@ input.antd-TextControl-input-password {
|
|
|
30530
30866
|
}
|
|
30531
30867
|
.antd-TreeSelection-sublist {
|
|
30532
30868
|
position: relative;
|
|
30533
|
-
margin: 0 0 0
|
|
30869
|
+
margin: 0 0 0 1.875rem;
|
|
30534
30870
|
display: none;
|
|
30535
30871
|
}
|
|
30536
30872
|
.antd-TreeSelection-item {
|
|
@@ -30575,9 +30911,6 @@ input.antd-TextControl-input-password {
|
|
|
30575
30911
|
pointer-events: none;
|
|
30576
30912
|
color: var(--text--muted-color);
|
|
30577
30913
|
}
|
|
30578
|
-
.antd-TreeSelection-itemInner .antd-TreeSelection-itemLabel {
|
|
30579
|
-
margin-left: var(--gap-xs);
|
|
30580
|
-
}
|
|
30581
30914
|
.antd-TreeSelection-itemLabel {
|
|
30582
30915
|
flex-grow: 1;
|
|
30583
30916
|
}
|
|
@@ -30588,7 +30921,7 @@ input.antd-TextControl-input-password {
|
|
|
30588
30921
|
height: var(--Form-input-height);
|
|
30589
30922
|
line-height: var(--Form-input-lineHeight);
|
|
30590
30923
|
font-size: var(--Form-input-fontSize);
|
|
30591
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30924
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30592
30925
|
color: var(--text--muted-color);
|
|
30593
30926
|
}
|
|
30594
30927
|
.antd-ChainedSelection {
|
|
@@ -30661,7 +30994,7 @@ input.antd-TextControl-input-password {
|
|
|
30661
30994
|
height: var(--Form-input-height);
|
|
30662
30995
|
line-height: var(--Form-input-lineHeight);
|
|
30663
30996
|
font-size: var(--Form-input-fontSize);
|
|
30664
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30997
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30665
30998
|
color: var(--text--muted-color);
|
|
30666
30999
|
}
|
|
30667
31000
|
.antd-AssociatedSelection {
|
|
@@ -30719,6 +31052,36 @@ input.antd-TextControl-input-password {
|
|
|
30719
31052
|
float: right;
|
|
30720
31053
|
cursor: pointer;
|
|
30721
31054
|
}
|
|
31055
|
+
.antd-ChainedDropdownSelection {
|
|
31056
|
+
display: inline-block;
|
|
31057
|
+
}
|
|
31058
|
+
.antd-ChainedDropdownSelection-item {
|
|
31059
|
+
display: inline-block;
|
|
31060
|
+
}
|
|
31061
|
+
.antd-DropDownSelection {
|
|
31062
|
+
position: relative;
|
|
31063
|
+
display: inline-block;
|
|
31064
|
+
margin: 0.1875rem;
|
|
31065
|
+
vertical-align: middle;
|
|
31066
|
+
}
|
|
31067
|
+
.antd-DropDownSelection-caret {
|
|
31068
|
+
transition: transform var(--animation-duration) ease-out;
|
|
31069
|
+
margin: 5px;
|
|
31070
|
+
display: flex;
|
|
31071
|
+
color: var(--Form-select-caret-iconColor);
|
|
31072
|
+
}
|
|
31073
|
+
.antd-DropDownSelection-caret:hover {
|
|
31074
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
|
31075
|
+
}
|
|
31076
|
+
.antd-DropDownSelection-caret > svg {
|
|
31077
|
+
width: 0.625rem;
|
|
31078
|
+
height: 0.625rem;
|
|
31079
|
+
top: 0;
|
|
31080
|
+
transform: rotate(90deg);
|
|
31081
|
+
}
|
|
31082
|
+
.antd-DropDownSelection-input.is-active .antd-DropDownSelection-caret {
|
|
31083
|
+
transform: rotate(180deg);
|
|
31084
|
+
}
|
|
30722
31085
|
.antd-CityPicker .antd-Select {
|
|
30723
31086
|
margin-right: var(--gap-xs);
|
|
30724
31087
|
margin-bottom: var(--gap-xs);
|
|
@@ -30752,6 +31115,7 @@ input.antd-TextControl-input-password {
|
|
|
30752
31115
|
display: inline-block;
|
|
30753
31116
|
}
|
|
30754
31117
|
.antd-CityArea {
|
|
31118
|
+
flex: 1;
|
|
30755
31119
|
text-align: right;
|
|
30756
31120
|
}
|
|
30757
31121
|
.antd-CityArea-popup {
|
|
@@ -30768,6 +31132,9 @@ input.antd-TextControl-input-password {
|
|
|
30768
31132
|
font-size: var(--Form-input-fontSize);
|
|
30769
31133
|
display: inline-flex !important;
|
|
30770
31134
|
}
|
|
31135
|
+
.antd-CityArea-Input.is-focused, .antd-CityArea-Input:hover {
|
|
31136
|
+
border: none !important;
|
|
31137
|
+
}
|
|
30771
31138
|
.antd-CityArea-Input::-moz-placeholder {
|
|
30772
31139
|
color: var(--Form-input-placeholderColor);
|
|
30773
31140
|
-moz-user-select: none;
|
|
@@ -30817,7 +31184,7 @@ input.antd-TextControl-input-password {
|
|
|
30817
31184
|
.antd-Switch .text > svg {
|
|
30818
31185
|
width: var(--switch-text-off-fontSize);
|
|
30819
31186
|
height: var(--switch-text-off-fontSize);
|
|
30820
|
-
margin-top: calc((var(--Switch-height) - var(--switch-text-off-fontSize)) / 2);
|
|
31187
|
+
margin-top: calc( (var(--Switch-height) - var(--switch-text-off-fontSize)) / 2 );
|
|
30821
31188
|
}
|
|
30822
31189
|
.antd-Switch .slider:before {
|
|
30823
31190
|
content: "";
|
|
@@ -30837,7 +31204,7 @@ input.antd-TextControl-input-password {
|
|
|
30837
31204
|
background: var(--Switch-checked-bgColor);
|
|
30838
31205
|
}
|
|
30839
31206
|
.antd-Switch.is-checked .slider::before {
|
|
30840
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31207
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
30841
31208
|
right: var(--Switch-slider-margin);
|
|
30842
31209
|
border-width: 0;
|
|
30843
31210
|
background: var(--switch-default-on-slider-color);
|
|
@@ -30855,9 +31222,7 @@ input.antd-TextControl-input-password {
|
|
|
30855
31222
|
background: var(--Switch-checked-onActive-bgColor);
|
|
30856
31223
|
}
|
|
30857
31224
|
.antd-Switch.is-checked:active .slider::before {
|
|
30858
|
-
left: calc(
|
|
30859
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
30860
|
-
);
|
|
31225
|
+
left: calc( 100% - (var(--Switch-height) + 0.125rem) - 0.125rem );
|
|
30861
31226
|
}
|
|
30862
31227
|
.antd-Switch.is-checked.is-disabled .slider:before {
|
|
30863
31228
|
color: var(--Switch-onDisabled-color);
|
|
@@ -30889,7 +31254,7 @@ input.antd-TextControl-input-password {
|
|
|
30889
31254
|
right: auto;
|
|
30890
31255
|
}
|
|
30891
31256
|
.antd-Switch--sm.is-checked .slider::before {
|
|
30892
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin));
|
|
31257
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin) );
|
|
30893
31258
|
right: var(--switch-size-sm-slider-margin);
|
|
30894
31259
|
}
|
|
30895
31260
|
.antd-Switch:active .slider::before {
|
|
@@ -30955,6 +31320,12 @@ input.antd-TextControl-input-password {
|
|
|
30955
31320
|
background: var(--inputNumber-base-active-bg-color);
|
|
30956
31321
|
box-shadow: var(--inputNumber-base-active-shadow);
|
|
30957
31322
|
}
|
|
31323
|
+
.antd-Number.is-mobile {
|
|
31324
|
+
border: none;
|
|
31325
|
+
}
|
|
31326
|
+
.antd-Number.is-mobile-focused {
|
|
31327
|
+
border: none;
|
|
31328
|
+
}
|
|
30958
31329
|
.antd-Number-disabled {
|
|
30959
31330
|
border-width: var(--inputNumber-base-disabled-top-border-width) var(--inputNumber-base-disabled-right-border-width) var(--inputNumber-base-disabled-bottom-border-width) var(--inputNumber-base-disabled-left-border-width);
|
|
30960
31331
|
border-style: var(--inputNumber-base-disabled-top-border-style) var(--inputNumber-base-disabled-right-border-style) var(--inputNumber-base-disabled-bottom-border-style) var(--inputNumber-base-disabled-left-border-style);
|
|
@@ -31059,7 +31430,7 @@ input.antd-TextControl-input-password {
|
|
|
31059
31430
|
}
|
|
31060
31431
|
.antd-Number-handler {
|
|
31061
31432
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
31062
|
-
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
31433
|
+
height: calc( (var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2 );
|
|
31063
31434
|
}
|
|
31064
31435
|
.antd-Number-handler-up {
|
|
31065
31436
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -31382,11 +31753,17 @@ input.antd-TextControl-input-password {
|
|
|
31382
31753
|
.antd-Select .antd-PopOver.antd-Select-popover {
|
|
31383
31754
|
margin-top: 0.25rem;
|
|
31384
31755
|
}
|
|
31756
|
+
.antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu .antd-Checkbox span {
|
|
31757
|
+
line-height: var(--select-base-default-option-line-height);
|
|
31758
|
+
height: var(--select-base-default-option-line-height);
|
|
31759
|
+
}
|
|
31385
31760
|
.antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu .antd-Select-option {
|
|
31386
31761
|
line-height: var(--select-base-default-option-line-height);
|
|
31762
|
+
height: var(--select-base-default-option-line-height);
|
|
31387
31763
|
}
|
|
31388
31764
|
.antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu .antd-Select-addBtn {
|
|
31389
31765
|
line-height: var(--select-base-default-option-line-height);
|
|
31766
|
+
height: var(--select-base-default-option-line-height);
|
|
31390
31767
|
}
|
|
31391
31768
|
.antd-Select--borderHalf {
|
|
31392
31769
|
border-left-color: transparent !important;
|
|
@@ -31456,9 +31833,7 @@ input.antd-TextControl-input-password {
|
|
|
31456
31833
|
-webkit-user-select: none;
|
|
31457
31834
|
-moz-user-select: none;
|
|
31458
31835
|
user-select: none;
|
|
31459
|
-
line-height: calc(
|
|
31460
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31461
|
-
);
|
|
31836
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31462
31837
|
display: inline-block;
|
|
31463
31838
|
vertical-align: middle;
|
|
31464
31839
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31520,7 +31895,7 @@ input.antd-TextControl-input-password {
|
|
|
31520
31895
|
transform: rotate(180deg);
|
|
31521
31896
|
}
|
|
31522
31897
|
.antd-Select.is-mobile {
|
|
31523
|
-
min-height:
|
|
31898
|
+
min-height: var(--Form-select-height);
|
|
31524
31899
|
border: none;
|
|
31525
31900
|
padding: 0;
|
|
31526
31901
|
font-size: var(--fontSizeLg);
|
|
@@ -31662,6 +32037,29 @@ input.antd-TextControl-input-password {
|
|
|
31662
32037
|
text-overflow: ellipsis;
|
|
31663
32038
|
max-width: 100%;
|
|
31664
32039
|
}
|
|
32040
|
+
.antd-Select-option.is-mobile {
|
|
32041
|
+
position: relative;
|
|
32042
|
+
}
|
|
32043
|
+
.antd-Select-option.is-mobile > a {
|
|
32044
|
+
margin-right: calc( 20px + var(--select-base-default-option-paddingRight) );
|
|
32045
|
+
}
|
|
32046
|
+
.antd-Select-option.is-mobile .antd-Select-option-item-check {
|
|
32047
|
+
flex: 1;
|
|
32048
|
+
text-align: left;
|
|
32049
|
+
border-bottom: 0.0625rem solid var(--borderColor);
|
|
32050
|
+
}
|
|
32051
|
+
.antd-Select-option.is-mobile .antd-Select-option-mcheck {
|
|
32052
|
+
position: absolute;
|
|
32053
|
+
top: 50%;
|
|
32054
|
+
transform: translateY(-50%);
|
|
32055
|
+
right: var(--select-base-default-option-paddingRight);
|
|
32056
|
+
flex: none;
|
|
32057
|
+
width: 1rem;
|
|
32058
|
+
color: var(--Form-select-mobile-icon-check-color);
|
|
32059
|
+
}
|
|
32060
|
+
.antd-Select-option.is-mobile:last-child .antd-Select-option-item-check {
|
|
32061
|
+
border-bottom: none;
|
|
32062
|
+
}
|
|
31665
32063
|
.antd-Select-noResult {
|
|
31666
32064
|
color: var(--Form-select-placeholderColor);
|
|
31667
32065
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -31669,7 +32067,7 @@ input.antd-TextControl-input-password {
|
|
|
31669
32067
|
-webkit-user-select: none;
|
|
31670
32068
|
-moz-user-select: none;
|
|
31671
32069
|
user-select: none;
|
|
31672
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32070
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
31673
32071
|
}
|
|
31674
32072
|
.antd-Select-option-hl {
|
|
31675
32073
|
color: var(--info);
|
|
@@ -31688,7 +32086,7 @@ input.antd-TextControl-input-password {
|
|
|
31688
32086
|
margin-right: var(--Checkbox-gap);
|
|
31689
32087
|
}
|
|
31690
32088
|
.antd-Select-spinner {
|
|
31691
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
32089
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
31692
32090
|
}
|
|
31693
32091
|
.antd-Select-clear {
|
|
31694
32092
|
padding: 0.1875rem;
|
|
@@ -31719,9 +32117,7 @@ input.antd-TextControl-input-password {
|
|
|
31719
32117
|
align-items: center;
|
|
31720
32118
|
overflow-x: hidden;
|
|
31721
32119
|
overflow-y: auto;
|
|
31722
|
-
max-height: calc((
|
|
31723
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31724
|
-
) * 5);
|
|
32120
|
+
max-height: calc( ( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs) ) * 5 );
|
|
31725
32121
|
}
|
|
31726
32122
|
.antd-Select-overflow-wrapper .antd-Select-value {
|
|
31727
32123
|
position: static;
|
|
@@ -31729,9 +32125,7 @@ input.antd-TextControl-input-password {
|
|
|
31729
32125
|
-webkit-user-select: none;
|
|
31730
32126
|
-moz-user-select: none;
|
|
31731
32127
|
user-select: none;
|
|
31732
|
-
line-height: calc(
|
|
31733
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31734
|
-
);
|
|
32128
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31735
32129
|
display: inline-block;
|
|
31736
32130
|
vertical-align: middle;
|
|
31737
32131
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31774,7 +32168,7 @@ input.antd-TextControl-input-password {
|
|
|
31774
32168
|
border-top-right-radius: 0;
|
|
31775
32169
|
}
|
|
31776
32170
|
.antd-Select-popover.antd-PopOver--leftTopLeftBottom {
|
|
31777
|
-
margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
|
|
32171
|
+
margin-top: calc( (var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1 );
|
|
31778
32172
|
}
|
|
31779
32173
|
.antd-SelectControl:not(.is-inline) > .antd-Select {
|
|
31780
32174
|
display: flex;
|
|
@@ -31812,17 +32206,17 @@ input.antd-TextControl-input-password {
|
|
|
31812
32206
|
}
|
|
31813
32207
|
@media (min-width: 576px) {
|
|
31814
32208
|
.antd-Form-control--sizeXs > .antd-Select,
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
32209
|
+
.antd-Form-control--sizeSm > .antd-Select,
|
|
32210
|
+
.antd-Form-control--sizeMd > .antd-Select,
|
|
32211
|
+
.antd-Form-control--sizeLg > .antd-Select {
|
|
31818
32212
|
min-width: 100%;
|
|
31819
32213
|
max-width: 100%;
|
|
31820
32214
|
display: inline-flex !important;
|
|
31821
32215
|
}
|
|
31822
32216
|
.antd-Form-control--sizeXs > .antd-Select .antd-Select-valueWrap,
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
32217
|
+
.antd-Form-control--sizeSm > .antd-Select .antd-Select-valueWrap,
|
|
32218
|
+
.antd-Form-control--sizeMd > .antd-Select .antd-Select-valueWrap,
|
|
32219
|
+
.antd-Form-control--sizeLg > .antd-Select .antd-Select-valueWrap {
|
|
31826
32220
|
width: 0;
|
|
31827
32221
|
}
|
|
31828
32222
|
}
|
|
@@ -31837,7 +32231,7 @@ input.antd-TextControl-input-password {
|
|
|
31837
32231
|
height: var(--Form-input-height);
|
|
31838
32232
|
background: var(--Table-thead-bg);
|
|
31839
32233
|
font-size: var(--Form-input-fontSize);
|
|
31840
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32234
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
31841
32235
|
}
|
|
31842
32236
|
.antd-Selections-placeholder {
|
|
31843
32237
|
color: var(--Form-input-placeholderColor);
|
|
@@ -31861,7 +32255,7 @@ input.antd-TextControl-input-password {
|
|
|
31861
32255
|
line-height: var(--Form-input-lineHeight);
|
|
31862
32256
|
font-size: var(--Form-input-fontSize);
|
|
31863
32257
|
align-items: center;
|
|
31864
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32258
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
31865
32259
|
}
|
|
31866
32260
|
.antd-Selections-item > label {
|
|
31867
32261
|
flex-basis: 3.125rem;
|
|
@@ -32074,6 +32468,12 @@ input.antd-TextControl-input-password {
|
|
|
32074
32468
|
.antd-LocationPicker.is-disabled > antd-LocationPicker-input {
|
|
32075
32469
|
color: var(--text--muted-color);
|
|
32076
32470
|
}
|
|
32471
|
+
.antd-LocationPicker.is-mobile {
|
|
32472
|
+
border: none;
|
|
32473
|
+
}
|
|
32474
|
+
.antd-LocationPicker.is-mobile .antd-LocationPicker-toggler svg {
|
|
32475
|
+
top: 0.125rem;
|
|
32476
|
+
}
|
|
32077
32477
|
.antd-LocationPicker-placeholder {
|
|
32078
32478
|
color: var(--colors-neutral-text-6);
|
|
32079
32479
|
-webkit-user-select: none;
|
|
@@ -32087,6 +32487,8 @@ input.antd-TextControl-input-password {
|
|
|
32087
32487
|
margin-right: var(--gap-base);
|
|
32088
32488
|
flex-basis: 0;
|
|
32089
32489
|
flex-grow: 1;
|
|
32490
|
+
overflow-x: auto;
|
|
32491
|
+
max-width: calc(100% - px2rem(20px));
|
|
32090
32492
|
}
|
|
32091
32493
|
.antd-LocationPicker-toggler {
|
|
32092
32494
|
cursor: pointer;
|
|
@@ -32123,6 +32525,23 @@ input.antd-TextControl-input-password {
|
|
|
32123
32525
|
.antd-LocationPicker-clear svg {
|
|
32124
32526
|
top: 0;
|
|
32125
32527
|
}
|
|
32528
|
+
.antd-LocationPicker-popup {
|
|
32529
|
+
height: 28.75rem;
|
|
32530
|
+
}
|
|
32531
|
+
.antd-LocationPicker-popup-inner {
|
|
32532
|
+
flex: 1;
|
|
32533
|
+
padding: 0 1rem;
|
|
32534
|
+
}
|
|
32535
|
+
.antd-LocationPicker-popup-inner .antd-MapPicker-search {
|
|
32536
|
+
padding-top: 0;
|
|
32537
|
+
margin-bottom: 1rem;
|
|
32538
|
+
}
|
|
32539
|
+
.antd-LocationPicker-popup-inner .antd-MapPicker-search .antd-TextControl-input {
|
|
32540
|
+
border-radius: 0;
|
|
32541
|
+
border-top: none;
|
|
32542
|
+
border-right: none;
|
|
32543
|
+
border-left: none;
|
|
32544
|
+
}
|
|
32126
32545
|
.antd-LocationControl {
|
|
32127
32546
|
position: relative;
|
|
32128
32547
|
width: 100%;
|
|
@@ -32131,6 +32550,11 @@ input.antd-TextControl-input-password {
|
|
|
32131
32550
|
border: none;
|
|
32132
32551
|
box-shadow: var(--boxShadow);
|
|
32133
32552
|
}
|
|
32553
|
+
.antd-LocationControl.is-mobile {
|
|
32554
|
+
flex: 1;
|
|
32555
|
+
text-align: right;
|
|
32556
|
+
overflow: hidden;
|
|
32557
|
+
}
|
|
32134
32558
|
.antd-LocationControl:not(.is-inline) > .antd-LocationPicker {
|
|
32135
32559
|
display: flex;
|
|
32136
32560
|
}
|
|
@@ -32168,7 +32592,7 @@ input.antd-TextControl-input-password {
|
|
|
32168
32592
|
}
|
|
32169
32593
|
.antd-MapPicker-sugItem {
|
|
32170
32594
|
cursor: pointer;
|
|
32171
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32595
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32172
32596
|
}
|
|
32173
32597
|
.antd-MapPicker-sugItem:hover {
|
|
32174
32598
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -32177,6 +32601,9 @@ input.antd-TextControl-input-password {
|
|
|
32177
32601
|
.tangram-suggestion-main {
|
|
32178
32602
|
display: none !important;
|
|
32179
32603
|
}
|
|
32604
|
+
.antd-MatrixControl {
|
|
32605
|
+
max-width: 100%;
|
|
32606
|
+
}
|
|
32180
32607
|
.antd-MatrixControl-error {
|
|
32181
32608
|
margin-bottom: 0;
|
|
32182
32609
|
}
|
|
@@ -32191,9 +32618,7 @@ input.antd-TextControl-input-password {
|
|
|
32191
32618
|
background: var(--ColorPicker-bg);
|
|
32192
32619
|
color: var(--ColorPicker-color);
|
|
32193
32620
|
border-radius: var(--borderRadius);
|
|
32194
|
-
|
|
32195
|
-
.antd-ColorPicker-popup {
|
|
32196
|
-
height: 25rem;
|
|
32621
|
+
height: var(--ColorPicker-height);
|
|
32197
32622
|
}
|
|
32198
32623
|
.antd-ColorPicker:not(.is-disabled) {
|
|
32199
32624
|
cursor: pointer;
|
|
@@ -32273,6 +32698,9 @@ input.antd-TextControl-input-password {
|
|
|
32273
32698
|
.antd-ColorPicker-clear:active svg {
|
|
32274
32699
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
32275
32700
|
}
|
|
32701
|
+
.antd-ColorPicker-clear svg {
|
|
32702
|
+
top: 0;
|
|
32703
|
+
}
|
|
32276
32704
|
.antd-ColorPicker-arrow {
|
|
32277
32705
|
margin-right: var(--gap-xs);
|
|
32278
32706
|
width: var(--gap-md);
|
|
@@ -32289,9 +32717,10 @@ input.antd-TextControl-input-password {
|
|
|
32289
32717
|
width: 10px;
|
|
32290
32718
|
height: 10px;
|
|
32291
32719
|
top: 0;
|
|
32720
|
+
transform: rotate(90deg);
|
|
32292
32721
|
}
|
|
32293
32722
|
.antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
|
|
32294
|
-
transform: rotate(
|
|
32723
|
+
transform: rotate(270deg);
|
|
32295
32724
|
}
|
|
32296
32725
|
.antd-ColorPicker-popover {
|
|
32297
32726
|
border: none;
|
|
@@ -32305,6 +32734,21 @@ input.antd-TextControl-input-password {
|
|
|
32305
32734
|
border-radius: var(--borderRadius) !important;
|
|
32306
32735
|
box-shadow: var(--ColorPicker-boxShadow) !important;
|
|
32307
32736
|
}
|
|
32737
|
+
.antd-ColorPicker-popup {
|
|
32738
|
+
height: 31.25rem;
|
|
32739
|
+
}
|
|
32740
|
+
.antd-ColorPicker-popup .sketch-picker {
|
|
32741
|
+
width: 80% !important;
|
|
32742
|
+
box-shadow: none !important;
|
|
32743
|
+
}
|
|
32744
|
+
.antd-ColorPicker-popup .sketch-picker input:focus {
|
|
32745
|
+
outline: none;
|
|
32746
|
+
}
|
|
32747
|
+
.antd-ColorPicker-popup .sketch-picker .flexbox-fix:last-child > div {
|
|
32748
|
+
width: 18px !important;
|
|
32749
|
+
height: 18px !important;
|
|
32750
|
+
margin: 0px 16px 10px 0px !important;
|
|
32751
|
+
}
|
|
32308
32752
|
.antd-DatePicker {
|
|
32309
32753
|
position: relative;
|
|
32310
32754
|
display: inline-flex;
|
|
@@ -32354,32 +32798,32 @@ input.antd-TextControl-input-password {
|
|
|
32354
32798
|
.antd-DatePicker--borderNone {
|
|
32355
32799
|
border-color: transparent !important;
|
|
32356
32800
|
}
|
|
32357
|
-
.antd-DatePicker:not(.is-disabled) {
|
|
32801
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile) {
|
|
32358
32802
|
cursor: pointer;
|
|
32359
32803
|
}
|
|
32360
|
-
.antd-DatePicker:not(.is-disabled):hover {
|
|
32804
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
32361
32805
|
background: var(--DatePicker-onHover-bg);
|
|
32362
32806
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
32363
32807
|
border-style: var(--inputDate-hover-top-border-style) var(--inputDate-hover-right-border-style) var(--inputDate-hover-bottom-border-style) var(--inputDate-hover-left-border-style);
|
|
32364
32808
|
border-width: var(--inputDate-hover-top-border-width) var(--inputDate-hover-right-border-width) var(--inputDate-hover-bottom-border-width) var(--inputDate-hover-left-border-width);
|
|
32365
32809
|
}
|
|
32366
|
-
.antd-DatePicker:not(.is-disabled):hover .antd-DatePicker-input {
|
|
32810
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile):hover .antd-DatePicker-input {
|
|
32367
32811
|
color: var(--inputDate-hover-color);
|
|
32368
32812
|
}
|
|
32369
|
-
.antd-DatePicker:not(.is-disabled):hover .antd-DatePicker-clear {
|
|
32813
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile):hover .antd-DatePicker-clear {
|
|
32370
32814
|
display: flex;
|
|
32371
32815
|
}
|
|
32372
|
-
.antd-DatePicker:not(.is-disabled):hover .antd-DatePicker-clear + .antd-DatePicker-toggler {
|
|
32816
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile):hover .antd-DatePicker-clear + .antd-DatePicker-toggler {
|
|
32373
32817
|
display: none;
|
|
32374
32818
|
}
|
|
32375
|
-
.antd-DatePicker:not(.is-disabled).is-focused {
|
|
32819
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
32376
32820
|
background: var(--inputDate-active-bg-color);
|
|
32377
32821
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
32378
32822
|
box-shadow: var(--inputDate-active-shadow);
|
|
32379
32823
|
border-style: var(--inputDate-active-top-border-style) var(--inputDate-active-right-border-style) var(--inputDate-active-bottom-border-style) var(--inputDate-active-left-border-style);
|
|
32380
32824
|
border-width: var(--inputDate-active-top-border-width) var(--inputDate-active-right-border-width) var(--inputDate-active-bottom-border-width) var(--inputDate-active-left-border-width);
|
|
32381
32825
|
}
|
|
32382
|
-
.antd-DatePicker:not(.is-disabled).is-focused .antd-DatePicker-input {
|
|
32826
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile).is-focused .antd-DatePicker-input {
|
|
32383
32827
|
color: var(--inputDate-active-color);
|
|
32384
32828
|
}
|
|
32385
32829
|
.is-error > .antd-DatePicker {
|
|
@@ -32501,13 +32945,13 @@ input.antd-TextControl-input-password {
|
|
|
32501
32945
|
.antd-DatePicker-popover.antd-PopOver--leftTopLeftBottom, .antd-DatePicker-popover.antd-PopOver--rightTopRightBottom {
|
|
32502
32946
|
margin: -0.125rem 0 0;
|
|
32503
32947
|
}
|
|
32504
|
-
.antd-DatePicker-popup {
|
|
32505
|
-
height: 18.75rem;
|
|
32506
|
-
}
|
|
32507
32948
|
.antd-DatePicker.is-mobile {
|
|
32508
32949
|
border: 0;
|
|
32509
32950
|
justify-content: flex-end;
|
|
32510
32951
|
}
|
|
32952
|
+
.antd-DatePicker.is-mobile.is-focused, .antd-DatePicker.is-mobile:hover {
|
|
32953
|
+
border: none;
|
|
32954
|
+
}
|
|
32511
32955
|
.antd-DatePicker.is-mobile span:focus,
|
|
32512
32956
|
.antd-DatePicker.is-mobile a:focus {
|
|
32513
32957
|
outline: unset;
|
|
@@ -32525,10 +32969,8 @@ input.antd-TextControl-input-password {
|
|
|
32525
32969
|
flex-grow: unset;
|
|
32526
32970
|
flex-basis: unset;
|
|
32527
32971
|
}
|
|
32528
|
-
.antd-DatePicker.is-mobile .antd-DatePicker-toggler {
|
|
32529
|
-
margin-top: -3px;
|
|
32530
|
-
}
|
|
32531
32972
|
.antd-DatePicker-popup.antd-DatePicker-mobile {
|
|
32973
|
+
height: 20rem;
|
|
32532
32974
|
color: red;
|
|
32533
32975
|
}
|
|
32534
32976
|
.antd-DatePicker-popup.antd-DatePicker-mobile .rdt {
|
|
@@ -32704,18 +33146,20 @@ input.antd-TextControl-input-password {
|
|
|
32704
33146
|
color: var(--inputTime-active-color);
|
|
32705
33147
|
background: var(--inputTime-active-bg-color);
|
|
32706
33148
|
}
|
|
32707
|
-
.antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:hover {
|
|
33149
|
+
.antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:not(.is-mobile):hover {
|
|
32708
33150
|
color: var(--inputTime-hover-color);
|
|
32709
33151
|
background: var(--inputTime-hover-bg-color);
|
|
32710
33152
|
}
|
|
32711
33153
|
.antd-TimeContentWrapper {
|
|
32712
33154
|
display: flex;
|
|
33155
|
+
justify-content: center;
|
|
32713
33156
|
}
|
|
32714
33157
|
.antd-TimeRangeHeaderWrapper {
|
|
32715
33158
|
height: 40px;
|
|
32716
33159
|
padding-top: 10px;
|
|
32717
33160
|
text-align: center;
|
|
32718
33161
|
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
33162
|
+
margin: 0 0.25rem;
|
|
32719
33163
|
}
|
|
32720
33164
|
.antd-TimeFooterWrapper {
|
|
32721
33165
|
height: 40px;
|
|
@@ -33089,29 +33533,29 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33089
33533
|
.antd-DateRangePicker .antd-DateRangePicker-clear {
|
|
33090
33534
|
display: none;
|
|
33091
33535
|
}
|
|
33092
|
-
.antd-DateRangePicker:not(.is-disabled):hover {
|
|
33536
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
33093
33537
|
background: var(--DatePicker-onHover-bg);
|
|
33094
33538
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
33095
33539
|
border-style: var(--inputDate-hover-top-border-style) var(--inputDate-hover-right-border-style) var(--inputDate-hover-bottom-border-style) var(--inputDate-hover-left-border-style);
|
|
33096
33540
|
border-width: var(--inputDate-hover-top-border-width) var(--inputDate-hover-right-border-width) var(--inputDate-hover-bottom-border-width) var(--inputDate-hover-left-border-width);
|
|
33097
33541
|
}
|
|
33098
|
-
.antd-DateRangePicker:not(.is-disabled):hover .antd-DateRangePicker-input {
|
|
33542
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .antd-DateRangePicker-input {
|
|
33099
33543
|
color: var(--inputDate-hover-color);
|
|
33100
33544
|
}
|
|
33101
|
-
.antd-DateRangePicker:not(.is-disabled):hover .antd-DateRangePicker-clear {
|
|
33545
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .antd-DateRangePicker-clear {
|
|
33102
33546
|
display: flex;
|
|
33103
33547
|
}
|
|
33104
|
-
.antd-DateRangePicker:not(.is-disabled):hover .antd-DateRangePicker-clear + .antd-DateRangePicker-toggler {
|
|
33548
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .antd-DateRangePicker-clear + .antd-DateRangePicker-toggler {
|
|
33105
33549
|
display: none;
|
|
33106
33550
|
}
|
|
33107
|
-
.antd-DateRangePicker:not(.is-disabled).is-focused {
|
|
33551
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
33108
33552
|
background: var(--inputDate-active-bg-color);
|
|
33109
33553
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
33110
33554
|
box-shadow: var(--inputDate-active-shadow);
|
|
33111
33555
|
border-style: var(--inputDate-active-top-border-style) var(--inputDate-active-right-border-style) var(--inputDate-active-bottom-border-style) var(--inputDate-active-left-border-style);
|
|
33112
33556
|
border-width: var(--inputDate-active-top-border-width) var(--inputDate-active-right-border-width) var(--inputDate-active-bottom-border-width) var(--inputDate-active-left-border-width);
|
|
33113
33557
|
}
|
|
33114
|
-
.antd-DateRangePicker:not(.is-disabled).is-focused .antd-DateRangePicker-input {
|
|
33558
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused .antd-DateRangePicker-input {
|
|
33115
33559
|
color: var(--inputDate-active-color);
|
|
33116
33560
|
}
|
|
33117
33561
|
.is-error > .antd-DateRangePicker {
|
|
@@ -33130,6 +33574,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33130
33574
|
font-size: var(--DatePicker-fontSize);
|
|
33131
33575
|
font-weight: var(--inputDate-default-fontWeight);
|
|
33132
33576
|
color: var(--inputDate-default-color);
|
|
33577
|
+
text-align: center;
|
|
33133
33578
|
}
|
|
33134
33579
|
.antd-DateRangePicker .antd-DateRangePicker-input::-moz-placeholder {
|
|
33135
33580
|
color: var(--colors-neutral-text-6);
|
|
@@ -33246,9 +33691,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33246
33691
|
width: auto;
|
|
33247
33692
|
padding: 0;
|
|
33248
33693
|
}
|
|
33694
|
+
.antd-DateRangePicker-wrap.is-mobile {
|
|
33695
|
+
flex: 1;
|
|
33696
|
+
}
|
|
33697
|
+
.antd-DateRangePicker-wrap.is-mobile .antd-DateRangePicker-end {
|
|
33698
|
+
margin-top: 0;
|
|
33699
|
+
}
|
|
33249
33700
|
.antd-DateRangePicker-picker-wrap {
|
|
33250
33701
|
display: flex;
|
|
33251
33702
|
}
|
|
33703
|
+
.antd-DateRangePicker-picker-wrap.is-vertical {
|
|
33704
|
+
flex-direction: column;
|
|
33705
|
+
}
|
|
33252
33706
|
.antd-DateRangePicker-start,
|
|
33253
33707
|
.antd-DateRangePicker-end {
|
|
33254
33708
|
display: flex;
|
|
@@ -33269,6 +33723,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33269
33723
|
list-style: none;
|
|
33270
33724
|
background: #f7f7f9;
|
|
33271
33725
|
line-height: 2rem;
|
|
33726
|
+
overflow-x: auto;
|
|
33272
33727
|
}
|
|
33273
33728
|
.antd-DateRangePicker-ranger {
|
|
33274
33729
|
display: inline-block;
|
|
@@ -33303,6 +33758,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33303
33758
|
.antd-DateRangePicker-wrap {
|
|
33304
33759
|
white-space: nowrap;
|
|
33305
33760
|
}
|
|
33761
|
+
|
|
33306
33762
|
.antd-DateRangePicker-end {
|
|
33307
33763
|
margin-top: 0;
|
|
33308
33764
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -33316,10 +33772,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33316
33772
|
background: var(--DatePicker-bg);
|
|
33317
33773
|
border-radius: var(--DatePicker-borderRadius);
|
|
33318
33774
|
}
|
|
33775
|
+
.antd-DateRangeCalendar.is-mobile {
|
|
33776
|
+
display: block;
|
|
33777
|
+
}
|
|
33319
33778
|
.antd-DateRangePicker.is-mobile {
|
|
33320
33779
|
border: 0;
|
|
33321
33780
|
justify-content: flex-end;
|
|
33322
33781
|
}
|
|
33782
|
+
.antd-DateRangePicker.is-mobile.is-focused, .antd-DateRangePicker.is-mobile:hover {
|
|
33783
|
+
border: none;
|
|
33784
|
+
}
|
|
33323
33785
|
.antd-DateRangePicker.is-mobile span:focus,
|
|
33324
33786
|
.antd-DateRangePicker.is-mobile a:focus {
|
|
33325
33787
|
outline: unset;
|
|
@@ -33337,9 +33799,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33337
33799
|
flex-grow: unset;
|
|
33338
33800
|
flex-basis: unset;
|
|
33339
33801
|
}
|
|
33340
|
-
.antd-DateRangePicker.is-mobile .antd-DateRangePicker-toggler {
|
|
33341
|
-
margin-top: -3px;
|
|
33342
|
-
}
|
|
33343
33802
|
.antd-ImageControl {
|
|
33344
33803
|
position: relative;
|
|
33345
33804
|
}
|
|
@@ -33978,6 +34437,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33978
34437
|
.antd-EditorControl--xxl > .antd-MonacoEditor {
|
|
33979
34438
|
min-height: 500px;
|
|
33980
34439
|
}
|
|
34440
|
+
.antd-EditorControl .monaco-editor .iPadShowKeyboard {
|
|
34441
|
+
display: none;
|
|
34442
|
+
}
|
|
33981
34443
|
.monaco-inputbox > .wrapper {
|
|
33982
34444
|
padding: 0;
|
|
33983
34445
|
}
|
|
@@ -34073,12 +34535,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34073
34535
|
.antd-InputRange {
|
|
34074
34536
|
display: flex;
|
|
34075
34537
|
justify-content: space-between;
|
|
34076
|
-
padding: var(--InputRange-padding) 0;
|
|
34077
34538
|
width: 100%;
|
|
34078
34539
|
}
|
|
34079
34540
|
.antd-InputRange-wrap {
|
|
34080
34541
|
position: relative;
|
|
34081
34542
|
flex: auto;
|
|
34543
|
+
padding: var(--InputRange-padding) 0;
|
|
34082
34544
|
}
|
|
34083
34545
|
.antd-InputRange-input {
|
|
34084
34546
|
width: var(--InputRange-input-width);
|
|
@@ -34097,6 +34559,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34097
34559
|
.antd-InputRange-input .antd-Number-handler-up-inner:hover, .antd-InputRange-input .antd-Number-handler-down-inner:hover {
|
|
34098
34560
|
color: var(--Number-handler-onHover-color);
|
|
34099
34561
|
}
|
|
34562
|
+
.antd-InputRange.is-mobile .antd-InputRange-input {
|
|
34563
|
+
width: var(--InputRange-input-mobile-width);
|
|
34564
|
+
}
|
|
34565
|
+
.antd-InputRange.is-mobile .antd-InputRange-input .antd-Number-handler-wrap {
|
|
34566
|
+
display: none !important;
|
|
34567
|
+
}
|
|
34568
|
+
.antd-InputRange.is-mobile .antd-InputRange-input input {
|
|
34569
|
+
padding: 0 !important;
|
|
34570
|
+
text-align: center;
|
|
34571
|
+
}
|
|
34100
34572
|
.antd-InputRange-clear {
|
|
34101
34573
|
display: flex;
|
|
34102
34574
|
align-items: center;
|
|
@@ -34145,6 +34617,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34145
34617
|
width: var(--InputRange-handle-width);
|
|
34146
34618
|
height: var(--InputRange-handle-height);
|
|
34147
34619
|
}
|
|
34620
|
+
.antd-InputRange-handle.is-mobile {
|
|
34621
|
+
width: var(--InputRange-handle-mobile-width);
|
|
34622
|
+
height: var(--InputRange-handle-mobile-height);
|
|
34623
|
+
}
|
|
34148
34624
|
.antd-InputRange-handle-icon, .antd-InputRange-handle-drage {
|
|
34149
34625
|
width: 100%;
|
|
34150
34626
|
height: 100%;
|
|
@@ -34171,7 +34647,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34171
34647
|
.antd-InputRange-handle-icon:focus, .antd-InputRange-handle-drage:focus {
|
|
34172
34648
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34173
34649
|
}
|
|
34174
|
-
.antd-InputRange-handle-drage {
|
|
34650
|
+
.antd-InputRange-handle:not(.is-mobile) .antd-InputRange-handle-drage {
|
|
34175
34651
|
transform: var(--InputRange-handle-onActive-transform);
|
|
34176
34652
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34177
34653
|
border-width: var(--InputRange-handle-onDrage-border-width);
|
|
@@ -34298,6 +34774,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34298
34774
|
border-style: solid;
|
|
34299
34775
|
border-color: transparent var(--InputRange-label-bg) transparent transparent;
|
|
34300
34776
|
}
|
|
34777
|
+
.antd-InputRange.is-mobile .antd-InputRange-label {
|
|
34778
|
+
display: block;
|
|
34779
|
+
white-space: nowrap;
|
|
34780
|
+
}
|
|
34301
34781
|
.antd-InputRange-marks {
|
|
34302
34782
|
position: relative;
|
|
34303
34783
|
top: 8px;
|
|
@@ -34321,6 +34801,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34321
34801
|
overflow: hidden;
|
|
34322
34802
|
text-overflow: ellipsis;
|
|
34323
34803
|
}
|
|
34804
|
+
.antd-InputRange.is-mobile .antd-InputRange-marks div {
|
|
34805
|
+
top: 0;
|
|
34806
|
+
}
|
|
34807
|
+
.antd-InputRange.is-mobile .antd-InputRange-marks div:nth-child(2n) {
|
|
34808
|
+
top: -1.875rem;
|
|
34809
|
+
}
|
|
34324
34810
|
.antd-RepeatControl .repeat-btn {
|
|
34325
34811
|
width: 5rem;
|
|
34326
34812
|
}
|
|
@@ -34333,7 +34819,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34333
34819
|
}
|
|
34334
34820
|
@media (min-width: 768px) {
|
|
34335
34821
|
.repeat-control.form-contorl-inline,
|
|
34336
|
-
|
|
34822
|
+
.form-group-inline .repeat-control {
|
|
34337
34823
|
display: inline-block;
|
|
34338
34824
|
min-width: 280px;
|
|
34339
34825
|
width: auto;
|
|
@@ -34420,7 +34906,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34420
34906
|
.antd-Tree--outline .antd-Tree-item--isLeaf.is-child:before {
|
|
34421
34907
|
position: absolute;
|
|
34422
34908
|
top: -8px;
|
|
34423
|
-
left: calc((var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right)) / 2 - var(--Tree-indent));
|
|
34909
|
+
left: calc( ( var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right) ) / 2 - var(--Tree-indent) );
|
|
34424
34910
|
bottom: 0px;
|
|
34425
34911
|
border-left: 1px solid var(--borderColor);
|
|
34426
34912
|
content: "";
|
|
@@ -34458,15 +34944,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34458
34944
|
overflow: hidden;
|
|
34459
34945
|
height: 2rem;
|
|
34460
34946
|
}
|
|
34461
|
-
.antd-Tree-itemLabel:hover .antd-Tree-itemLabel-item {
|
|
34462
|
-
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34463
|
-
}
|
|
34464
34947
|
.antd-Tree-itemLabel:hover .antd-Tree-item-icons {
|
|
34465
34948
|
visibility: visible;
|
|
34466
34949
|
}
|
|
34467
34950
|
.antd-Tree-itemLabel .antd-Checkbox {
|
|
34468
34951
|
margin-right: var(--inputTree-checkboxes-size-marginRight);
|
|
34469
34952
|
}
|
|
34953
|
+
.antd-Tree-item:hover {
|
|
34954
|
+
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34955
|
+
}
|
|
34470
34956
|
.antd-Tree-item .is-checked {
|
|
34471
34957
|
border-radius: var(--Tree-item-onChekced-bg-borderRadius);
|
|
34472
34958
|
}
|
|
@@ -34507,7 +34993,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34507
34993
|
top: 0;
|
|
34508
34994
|
}
|
|
34509
34995
|
.antd-Tree-itemInput {
|
|
34510
|
-
padding-left: var(--Tree-itemArrowWidth);
|
|
34511
34996
|
display: flex;
|
|
34512
34997
|
flex-direction: row;
|
|
34513
34998
|
flex-wrap: nowrap;
|
|
@@ -34530,10 +35015,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34530
35015
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34531
35016
|
border-radius: var(--inputTree-border-radius);
|
|
34532
35017
|
line-height: var(--inputTree-input-lineHeight);
|
|
34533
|
-
padding: calc((
|
|
34534
|
-
var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) *
|
|
34535
|
-
var(--inputTree-fontSize) - 0.125rem
|
|
34536
|
-
) / 2) var(--Form-input-paddingX);
|
|
35018
|
+
padding: calc( ( var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem ) / 2 ) var(--Form-input-paddingX);
|
|
34537
35019
|
font-size: var(--inputTree-fontSize);
|
|
34538
35020
|
}
|
|
34539
35021
|
.antd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -34552,6 +35034,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34552
35034
|
box-shadow: var(--Form-input-boxShadow);
|
|
34553
35035
|
background: var(--Form-input-onFocused-bg);
|
|
34554
35036
|
}
|
|
35037
|
+
.antd-Tree-itemInput.is-mobile > input {
|
|
35038
|
+
border-radius: 0;
|
|
35039
|
+
border: none;
|
|
35040
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
35041
|
+
}
|
|
34555
35042
|
.antd-Tree-addTopBtn {
|
|
34556
35043
|
cursor: pointer;
|
|
34557
35044
|
height: var(--Tree-itemHeight);
|
|
@@ -34662,6 +35149,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34662
35149
|
.antd-Tree-dropIndicator--hover::after {
|
|
34663
35150
|
display: none;
|
|
34664
35151
|
}
|
|
35152
|
+
.antd-PopUp .antd-Tree {
|
|
35153
|
+
flex: 1;
|
|
35154
|
+
}
|
|
35155
|
+
.antd-PopUp .antd-Tree .antd-Tree-itemLabel:hover .antd-Tree-itemLabel-item {
|
|
35156
|
+
background-color: none !important;
|
|
35157
|
+
}
|
|
34665
35158
|
.antd-TreeSelectControl {
|
|
34666
35159
|
position: relative;
|
|
34667
35160
|
}
|
|
@@ -34752,7 +35245,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34752
35245
|
color: var(--text--muted-color);
|
|
34753
35246
|
}
|
|
34754
35247
|
.antd-TreeSelect-spinner {
|
|
34755
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35248
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
34756
35249
|
}
|
|
34757
35250
|
.antd-TreeSelect-clear {
|
|
34758
35251
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -34968,7 +35461,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34968
35461
|
display: none;
|
|
34969
35462
|
}
|
|
34970
35463
|
.antd-Combo-items:empty + .antd-Combo-toolbar {
|
|
34971
|
-
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
35464
|
+
padding-top: calc( (var(--Form-input-height) - var(--Combo-addBtn-height)) / 2 );
|
|
34972
35465
|
}
|
|
34973
35466
|
.antd-Combo-item {
|
|
34974
35467
|
background: var(--combo-bg-color);
|
|
@@ -35010,6 +35503,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35010
35503
|
white-space: nowrap;
|
|
35011
35504
|
align-items: flex-start;
|
|
35012
35505
|
padding-top: var(--Form-label-paddingTop);
|
|
35506
|
+
height: 1.875rem;
|
|
35013
35507
|
}
|
|
35014
35508
|
.antd-Combo--hor .antd-Combo-delBtn.is-disabled {
|
|
35015
35509
|
pointer-events: none;
|
|
@@ -35109,6 +35603,22 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35109
35603
|
height: 100%;
|
|
35110
35604
|
background: rgba(0, 0, 0, 0.1);
|
|
35111
35605
|
}
|
|
35606
|
+
.antd-Combo.is-mobile .antd-Form-item .antd-Form-rowInner {
|
|
35607
|
+
flex: 1;
|
|
35608
|
+
}
|
|
35609
|
+
.antd-Combo.is-mobile .antd-Combo-delBtn {
|
|
35610
|
+
height: 1.25rem;
|
|
35611
|
+
padding-top: 0;
|
|
35612
|
+
}
|
|
35613
|
+
.antd-Combo.is-mobile .antd-Combo-item {
|
|
35614
|
+
align-items: center;
|
|
35615
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35616
|
+
}
|
|
35617
|
+
.antd-Combo.is-mobile:not(.antd-Combo--ver) .antd-TextareaControl > textarea,
|
|
35618
|
+
.antd-Combo.is-mobile:not(.antd-Combo--ver) .antd-Form-control > .antd-TextControl-input,
|
|
35619
|
+
.antd-Combo.is-mobile:not(.antd-Combo--ver) .antd-TextControl.is-focused > .antd-TextControl-input {
|
|
35620
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35621
|
+
}
|
|
35112
35622
|
.antd-ComboTabs > .antd-Tabs-links::before, .antd-ComboTabs > .antd-Tabs-links::after {
|
|
35113
35623
|
display: table;
|
|
35114
35624
|
content: "";
|
|
@@ -35333,7 +35843,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35333
35843
|
color: var(--text--muted-color);
|
|
35334
35844
|
}
|
|
35335
35845
|
.antd-Picker-spinner {
|
|
35336
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35846
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35337
35847
|
}
|
|
35338
35848
|
.antd-Picker-clear {
|
|
35339
35849
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35440,9 +35950,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35440
35950
|
user-select: none;
|
|
35441
35951
|
white-space: nowrap;
|
|
35442
35952
|
vertical-align: middle;
|
|
35443
|
-
line-height: calc(
|
|
35444
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35445
|
-
);
|
|
35953
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
35446
35954
|
display: inline-block;
|
|
35447
35955
|
font-size: var(--Pick-base-value-fontSize);
|
|
35448
35956
|
color: var(--Pick-base-value-color);
|
|
@@ -35519,6 +36027,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35519
36027
|
display: inline-block;
|
|
35520
36028
|
min-width: 9.375rem;
|
|
35521
36029
|
}
|
|
36030
|
+
.antd-PickerControl.is-mobile {
|
|
36031
|
+
width: 100%;
|
|
36032
|
+
}
|
|
36033
|
+
.antd-PickerControl.is-mobile .antd-Form-item {
|
|
36034
|
+
padding: 0;
|
|
36035
|
+
}
|
|
36036
|
+
.antd-PickerControl.is-mobile .antd-Picker-input {
|
|
36037
|
+
border: none;
|
|
36038
|
+
}
|
|
35522
36039
|
.antd-QrCode {
|
|
35523
36040
|
min-height: var(--Form-input-height);
|
|
35524
36041
|
padding: 0.4375rem 0;
|
|
@@ -35904,7 +36421,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35904
36421
|
padding: var(--transfer-search-paddingTop) var(--transfer-search-paddingRight) var(--transfer-search-paddingBottom) var(--transfer-search-paddingLeft);
|
|
35905
36422
|
width: 100%;
|
|
35906
36423
|
}
|
|
35907
|
-
.antd-Transfer-search .antd-InputBox {
|
|
36424
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile) {
|
|
35908
36425
|
font-size: var(--transfer-search-fontSize);
|
|
35909
36426
|
font-weight: var(--transfer-search-fontWeight);
|
|
35910
36427
|
line-height: var(--transfer-search-lineHeight);
|
|
@@ -35916,31 +36433,39 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35916
36433
|
box-shadow: var(--transfer-search-shadow);
|
|
35917
36434
|
padding: var(--transfer-search-input-paddingTop) var(--transfer-search-input-paddingRight) var(--transfer-search-input-paddingBottom) var(--transfer-search-input-paddingLeft);
|
|
35918
36435
|
}
|
|
35919
|
-
.antd-Transfer-search .antd-InputBox:hover {
|
|
36436
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile):hover {
|
|
35920
36437
|
border-color: var(--transfer-search-border-hover-color);
|
|
35921
36438
|
}
|
|
35922
|
-
.antd-Transfer-search .antd-InputBox.is-focused {
|
|
36439
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile).is-focused {
|
|
35923
36440
|
border-color: var(--transfer-search-border-active-color);
|
|
35924
36441
|
}
|
|
35925
|
-
.antd-Transfer-search .antd-InputBox input {
|
|
36442
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile) input {
|
|
35926
36443
|
color: var(--transfer-search-color);
|
|
35927
36444
|
font-size: var(--transfer-search-fontSize);
|
|
35928
36445
|
font-weight: var(--transfer-search-fontWeight);
|
|
35929
36446
|
line-height: var(--transfer-search-lineHeight);
|
|
35930
36447
|
height: var(--transfer-search-lineHeight);
|
|
35931
36448
|
}
|
|
35932
|
-
.antd-Transfer-search .antd-InputBox input::-moz-placeholder {
|
|
36449
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile) input::-moz-placeholder {
|
|
35933
36450
|
color: var(--transfer-search-placeholder-font-color);
|
|
35934
36451
|
}
|
|
35935
|
-
.antd-Transfer-search .antd-InputBox input::placeholder {
|
|
36452
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile) input::placeholder {
|
|
35936
36453
|
color: var(--transfer-search-placeholder-font-color);
|
|
35937
36454
|
}
|
|
36455
|
+
.antd-Transfer-search.is-mobile .antd-InputBox {
|
|
36456
|
+
border: none;
|
|
36457
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36458
|
+
border-radius: 0;
|
|
36459
|
+
}
|
|
35938
36460
|
.antd-Transfer-mid {
|
|
35939
36461
|
min-width: 0.625rem;
|
|
35940
36462
|
display: flex;
|
|
35941
36463
|
flex-direction: column;
|
|
35942
36464
|
justify-content: center;
|
|
35943
36465
|
}
|
|
36466
|
+
.antd-Transfer-mid.is-mobile {
|
|
36467
|
+
display: none;
|
|
36468
|
+
}
|
|
35944
36469
|
.antd-Transfer-arrow {
|
|
35945
36470
|
width: 40px;
|
|
35946
36471
|
height: 30px;
|
|
@@ -36023,6 +36548,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36023
36548
|
.antd-Transfer .antd-Selections .antd-TableSelection .antd-Table-table > tbody > tr {
|
|
36024
36549
|
height: auto;
|
|
36025
36550
|
}
|
|
36551
|
+
.antd-Transfer .antd-Transfer-result .antd-Transfer-title {
|
|
36552
|
+
height: 2.5rem;
|
|
36553
|
+
line-height: 2.5rem;
|
|
36554
|
+
}
|
|
36555
|
+
.antd-Transfer .antd-Transfer-result.is-mobile .antd-Transfer-search .antd-InputBox {
|
|
36556
|
+
border: none;
|
|
36557
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36558
|
+
border-radius: 0;
|
|
36559
|
+
}
|
|
36026
36560
|
.antd-TabsTransfer .antd-Transfer-title {
|
|
36027
36561
|
height: 40px;
|
|
36028
36562
|
}
|
|
@@ -36049,7 +36583,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36049
36583
|
height: var(--Form-input-height);
|
|
36050
36584
|
line-height: var(--Form-input-lineHeight);
|
|
36051
36585
|
font-size: var(--Form-input-fontSize);
|
|
36052
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
36586
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
36053
36587
|
color: var(--text--muted-color);
|
|
36054
36588
|
}
|
|
36055
36589
|
.antd-TabsTransfer-tab {
|
|
@@ -36103,6 +36637,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36103
36637
|
max-height: 100%;
|
|
36104
36638
|
overflow: auto;
|
|
36105
36639
|
}
|
|
36640
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-content .antd-TabsTransfer-search.is-mobile .antd-InputBox {
|
|
36641
|
+
border: none;
|
|
36642
|
+
border-bottom: 1px solid var(--TabsTransfer-border-color);
|
|
36643
|
+
border-radius: 0;
|
|
36644
|
+
}
|
|
36106
36645
|
.antd-TransferControl {
|
|
36107
36646
|
position: relative;
|
|
36108
36647
|
overflow: hidden;
|
|
@@ -36154,6 +36693,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36154
36693
|
}
|
|
36155
36694
|
.antd-TransferDropDown-content.is-mobile {
|
|
36156
36695
|
width: 100%;
|
|
36696
|
+
min-width: auto;
|
|
36697
|
+
}
|
|
36698
|
+
.antd-TransferDropDown-content.is-mobile .antd-Table-table > thead > tr > th:first-child.antd-Table-checkCell {
|
|
36699
|
+
padding-left: var(--select-table-option-paddingLeft);
|
|
36157
36700
|
}
|
|
36158
36701
|
.antd-TransferDropDown-content > .antd-Transfer-selection {
|
|
36159
36702
|
flex-grow: 1;
|
|
@@ -36181,6 +36724,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36181
36724
|
.antd-NestedSelect--borderNone {
|
|
36182
36725
|
border-color: transparent !important;
|
|
36183
36726
|
}
|
|
36727
|
+
.antd-NestedSelect.is-mobile {
|
|
36728
|
+
text-align: right;
|
|
36729
|
+
}
|
|
36184
36730
|
.antd-NestedSelect-optionArrowRight {
|
|
36185
36731
|
display: inline-block;
|
|
36186
36732
|
padding-right: var(--Form-select-icon-rigin);
|
|
@@ -36203,7 +36749,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36203
36749
|
-webkit-user-select: none;
|
|
36204
36750
|
-moz-user-select: none;
|
|
36205
36751
|
user-select: none;
|
|
36206
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
36752
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
36207
36753
|
}
|
|
36208
36754
|
.antd-NestedSelect-menu {
|
|
36209
36755
|
width: 10rem;
|
|
@@ -36267,7 +36813,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36267
36813
|
background: unset;
|
|
36268
36814
|
}
|
|
36269
36815
|
.antd-NestedSelect-popup {
|
|
36270
|
-
height:
|
|
36816
|
+
height: 21.25rem;
|
|
36271
36817
|
}
|
|
36272
36818
|
.antd-Cascader-tabs {
|
|
36273
36819
|
display: flex;
|
|
@@ -36283,9 +36829,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36283
36829
|
.antd-Cascader-tab {
|
|
36284
36830
|
flex: 1;
|
|
36285
36831
|
width: calc((100vw - 20px) / 3);
|
|
36286
|
-
height:
|
|
36832
|
+
height: 16.25rem;
|
|
36287
36833
|
overflow-y: auto;
|
|
36288
36834
|
display: inline-block;
|
|
36835
|
+
padding-left: 0.625rem;
|
|
36836
|
+
border: 1px solid var(--Cascader-border-color);
|
|
36289
36837
|
}
|
|
36290
36838
|
.antd-Cascader-tab::-webkit-scrollbar {
|
|
36291
36839
|
display: none;
|
|
@@ -36326,19 +36874,23 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36326
36874
|
display: flex;
|
|
36327
36875
|
align-items: center;
|
|
36328
36876
|
justify-content: space-between;
|
|
36329
|
-
padding: 0.375rem 0;
|
|
36877
|
+
padding: 0.375rem 0 0.375rem 0.625rem;
|
|
36330
36878
|
font-size: var(--fontSizeMd);
|
|
36331
36879
|
line-height: var(--Cascader-option-lineHeight);
|
|
36332
36880
|
cursor: pointer;
|
|
36333
36881
|
position: relative;
|
|
36334
36882
|
}
|
|
36335
|
-
.antd-Cascader-option.
|
|
36883
|
+
.antd-Cascader-option.is-active {
|
|
36884
|
+
background-color: var(--Cascader-border-active-bg-color);
|
|
36885
|
+
}
|
|
36886
|
+
.antd-Cascader-option.selected .antd-Cascader-option--text {
|
|
36336
36887
|
color: var(--primary);
|
|
36337
36888
|
}
|
|
36338
36889
|
.antd-Cascader-option.disabled span {
|
|
36339
36890
|
color: gray;
|
|
36340
36891
|
}
|
|
36341
36892
|
.antd-Cascader-option--text {
|
|
36893
|
+
flex: 1;
|
|
36342
36894
|
white-space: nowrap;
|
|
36343
36895
|
overflow: hidden;
|
|
36344
36896
|
text-overflow: ellipsis;
|
|
@@ -36346,6 +36898,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36346
36898
|
-moz-user-select: none;
|
|
36347
36899
|
user-select: none;
|
|
36348
36900
|
}
|
|
36901
|
+
.antd-Cascader-option--text.disabled {
|
|
36902
|
+
color: var(--Cascader-option-disable-color);
|
|
36903
|
+
}
|
|
36904
|
+
.antd-Cascader-option-arrow {
|
|
36905
|
+
flex: 1;
|
|
36906
|
+
text-align: right;
|
|
36907
|
+
padding-right: 0.375rem;
|
|
36908
|
+
}
|
|
36909
|
+
.antd-Cascader-option-arrow > svg {
|
|
36910
|
+
transform: scale(0.8);
|
|
36911
|
+
}
|
|
36349
36912
|
.antd-Cascader-option-selectedNum {
|
|
36350
36913
|
min-width: 1rem;
|
|
36351
36914
|
height: 1rem;
|
|
@@ -36446,7 +37009,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36446
37009
|
color: var(--text--muted-color);
|
|
36447
37010
|
}
|
|
36448
37011
|
.antd-IconPickerControl-spinner {
|
|
36449
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37012
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36450
37013
|
}
|
|
36451
37014
|
.antd-IconPickerControl-clear {
|
|
36452
37015
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -36565,7 +37128,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36565
37128
|
-webkit-user-select: none;
|
|
36566
37129
|
-moz-user-select: none;
|
|
36567
37130
|
user-select: none;
|
|
36568
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37131
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36569
37132
|
vertical-align: middle;
|
|
36570
37133
|
display: inline-block;
|
|
36571
37134
|
overflow: hidden;
|
|
@@ -36652,7 +37215,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36652
37215
|
color: var(--text--muted-color);
|
|
36653
37216
|
}
|
|
36654
37217
|
.antd-IconSelectControl-spinner {
|
|
36655
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37218
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36656
37219
|
}
|
|
36657
37220
|
.antd-IconSelectControl-clear {
|
|
36658
37221
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37026,6 +37589,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37026
37589
|
display: inline-block;
|
|
37027
37590
|
max-width: 100%;
|
|
37028
37591
|
}
|
|
37592
|
+
|
|
37029
37593
|
.antd-Form-control--sizeXs {
|
|
37030
37594
|
width: var(--Form-control-widthXs);
|
|
37031
37595
|
max-width: 100%;
|
|
@@ -37035,6 +37599,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37035
37599
|
.antd-Form-control--sizeXs.antd-NumberControl {
|
|
37036
37600
|
width: var(--Form-control-widthXs);
|
|
37037
37601
|
}
|
|
37602
|
+
|
|
37038
37603
|
.antd-Form-control--sizeSm {
|
|
37039
37604
|
width: var(--Form-control-widthSm);
|
|
37040
37605
|
max-width: 100%;
|
|
@@ -37044,12 +37609,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37044
37609
|
.antd-Form-control--sizeSm.antd-NumberControl {
|
|
37045
37610
|
width: var(--Form-control-widthSm);
|
|
37046
37611
|
}
|
|
37612
|
+
|
|
37047
37613
|
.antd-Form-control--sizeMd {
|
|
37048
37614
|
width: var(--Form-control-widthMd);
|
|
37049
37615
|
max-width: 100%;
|
|
37050
37616
|
display: inline-block;
|
|
37051
37617
|
vertical-align: top;
|
|
37052
37618
|
}
|
|
37619
|
+
|
|
37053
37620
|
.antd-Form-control--sizeLg {
|
|
37054
37621
|
width: var(--Form-control-widthLg);
|
|
37055
37622
|
max-width: 100%;
|
|
@@ -37059,6 +37626,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37059
37626
|
.antd-Form-control--sizeLg.antd-NumberControl {
|
|
37060
37627
|
width: var(--Form-control-widthLg);
|
|
37061
37628
|
}
|
|
37629
|
+
|
|
37062
37630
|
.antd-Form-item--horizontal {
|
|
37063
37631
|
display: flex;
|
|
37064
37632
|
flex-wrap: nowrap;
|
|
@@ -37070,16 +37638,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37070
37638
|
min-width: var(--Form--horizontal-value-minWidth);
|
|
37071
37639
|
}
|
|
37072
37640
|
.antd-Form-item--horizontal .antd-Form-itemColumn--xs,
|
|
37073
|
-
|
|
37074
|
-
|
|
37075
|
-
|
|
37076
|
-
|
|
37077
|
-
|
|
37641
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--sm,
|
|
37642
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--normal,
|
|
37643
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--auto,
|
|
37644
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--md,
|
|
37645
|
+
.antd-Form-item--horizontal .antd-Form-itemColumn--lg {
|
|
37078
37646
|
flex-grow: unset;
|
|
37079
37647
|
flex-basis: unset;
|
|
37080
37648
|
}
|
|
37081
37649
|
.antd-Form-item--horizontal > .antd-Form-label {
|
|
37082
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
37650
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37083
37651
|
word-break: break-word;
|
|
37084
37652
|
line-height: var(--Form-item-lineHeight);
|
|
37085
37653
|
margin: 0;
|
|
@@ -37180,7 +37748,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37180
37748
|
vertical-align: top;
|
|
37181
37749
|
}
|
|
37182
37750
|
.antd-Form-item--inline > .antd-Form-label {
|
|
37183
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
37751
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37184
37752
|
word-break: break-word;
|
|
37185
37753
|
line-height: var(--Form-item-lineHeight);
|
|
37186
37754
|
margin: 0;
|
|
@@ -37208,6 +37776,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37208
37776
|
.antd-Form-item--inline > .antd-Form-value > .antd-TextControl--withAddOn {
|
|
37209
37777
|
display: inline-flex;
|
|
37210
37778
|
}
|
|
37779
|
+
|
|
37211
37780
|
.antd-Form-row {
|
|
37212
37781
|
display: flex;
|
|
37213
37782
|
flex-wrap: wrap;
|
|
@@ -37219,11 +37788,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37219
37788
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
37220
37789
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
37221
37790
|
}
|
|
37791
|
+
|
|
37222
37792
|
.antd-Form-col {
|
|
37223
37793
|
flex-basis: 0;
|
|
37224
37794
|
flex-grow: 1;
|
|
37225
37795
|
flex-shrink: 1;
|
|
37226
37796
|
}
|
|
37797
|
+
|
|
37227
37798
|
.antd-Form-rowInner {
|
|
37228
37799
|
display: flex;
|
|
37229
37800
|
flex-wrap: nowrap;
|
|
@@ -37242,9 +37813,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37242
37813
|
.antd-Form--debug {
|
|
37243
37814
|
padding: var(--gap-sm);
|
|
37244
37815
|
margin-bottom: var(--gap-sm);
|
|
37245
|
-
background-color:
|
|
37816
|
+
background-color: #fafafa;
|
|
37246
37817
|
border-radius: var(--borderRadius);
|
|
37247
37818
|
position: relative;
|
|
37819
|
+
word-wrap: break-word;
|
|
37820
|
+
word-break: break-all;
|
|
37248
37821
|
}
|
|
37249
37822
|
.antd-Form--column {
|
|
37250
37823
|
display: flex;
|
|
@@ -37299,24 +37872,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37299
37872
|
}
|
|
37300
37873
|
/* 移动端样式调整 */
|
|
37301
37874
|
@media (max-width: 767px) {
|
|
37302
|
-
.antd-
|
|
37303
|
-
|
|
37304
|
-
box-sizing: border-box;
|
|
37305
|
-
content: " ";
|
|
37306
|
-
pointer-events: none;
|
|
37307
|
-
right: 0;
|
|
37308
|
-
top: 0;
|
|
37309
|
-
left: 0;
|
|
37310
|
-
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37875
|
+
.antd-Combo-form::before {
|
|
37876
|
+
border-bottom: none;
|
|
37311
37877
|
}
|
|
37312
|
-
|
|
37878
|
+
|
|
37879
|
+
.antd-Form-item {
|
|
37313
37880
|
display: flex;
|
|
37314
|
-
flex-wrap: wrap;
|
|
37315
37881
|
margin-bottom: 0;
|
|
37316
|
-
padding: var(--Form-item-gap) 0;
|
|
37882
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
37317
37883
|
position: relative;
|
|
37318
37884
|
}
|
|
37319
|
-
.antd-Form
|
|
37885
|
+
.antd-Form-item::after {
|
|
37320
37886
|
position: absolute;
|
|
37321
37887
|
box-sizing: border-box;
|
|
37322
37888
|
content: " ";
|
|
@@ -37326,11 +37892,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37326
37892
|
left: 0;
|
|
37327
37893
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37328
37894
|
}
|
|
37329
|
-
.antd-Form
|
|
37330
|
-
|
|
37895
|
+
.antd-Form-item .antd-InputGroup-addOn,
|
|
37896
|
+
.antd-Form-item .antd-TextControl-addOn {
|
|
37331
37897
|
border: none;
|
|
37332
37898
|
}
|
|
37333
|
-
.antd-Form
|
|
37899
|
+
.antd-Form-item .antd-Form-label {
|
|
37334
37900
|
flex: 0 0 28%;
|
|
37335
37901
|
max-width: 28%;
|
|
37336
37902
|
min-height: 1px;
|
|
@@ -37341,111 +37907,218 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37341
37907
|
margin-bottom: 0;
|
|
37342
37908
|
font-size: var(--fontSizeLg);
|
|
37343
37909
|
}
|
|
37344
|
-
.antd-Form
|
|
37910
|
+
.antd-Form-item .antd-Form-label > span {
|
|
37911
|
+
line-height: 2rem;
|
|
37912
|
+
display: inline-block;
|
|
37913
|
+
}
|
|
37914
|
+
.antd-Form-item .antd-Form-description {
|
|
37345
37915
|
font-size: var(--fontSizeBase);
|
|
37346
37916
|
}
|
|
37347
|
-
.antd-Form
|
|
37917
|
+
.antd-Form-item .antd-TextControl-input {
|
|
37348
37918
|
font-size: var(--fontSizeLg);
|
|
37349
37919
|
}
|
|
37350
|
-
.antd-Form
|
|
37920
|
+
.antd-Form-item .antd-TextControl-input input {
|
|
37351
37921
|
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
|
37352
37922
|
}
|
|
37353
|
-
.antd-Form .antd-
|
|
37354
|
-
|
|
37923
|
+
.antd-Form-item .antd-NumberControl .antd-Number {
|
|
37924
|
+
flex: 1;
|
|
37925
|
+
border: none;
|
|
37926
|
+
}
|
|
37927
|
+
.antd-Form-item .antd-NumberControl .antd-Number .antd-Number-handler-wrap {
|
|
37928
|
+
display: none;
|
|
37929
|
+
}
|
|
37930
|
+
.antd-Form-item .antd-NumberControl .antd-Select {
|
|
37931
|
+
flex: none;
|
|
37932
|
+
border: none;
|
|
37933
|
+
}
|
|
37934
|
+
.antd-Form-item .antd-Number--enhance {
|
|
37935
|
+
float: right;
|
|
37936
|
+
border: none;
|
|
37937
|
+
}
|
|
37938
|
+
.antd-Form-item .antd-Number--enhance-left-icon, .antd-Form-item .antd-Number--enhance-right-icon {
|
|
37939
|
+
width: var(--inputNumber-enhance-mobile-icon-width);
|
|
37940
|
+
height: var(--inputNumber-enhance-mobile-icon-height);
|
|
37941
|
+
border: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37942
|
+
border-radius: var(--Form-input-borderRadius);
|
|
37943
|
+
-webkit-user-select: none;
|
|
37944
|
+
-moz-user-select: none;
|
|
37945
|
+
user-select: none;
|
|
37946
|
+
}
|
|
37947
|
+
.antd-Form-item .antd-Number--enhance-left-icon svg.icon, .antd-Form-item .antd-Number--enhance-right-icon svg.icon {
|
|
37948
|
+
top: 0;
|
|
37949
|
+
}
|
|
37950
|
+
.antd-Form-item .antd-Number--enhance .antd-Number-input {
|
|
37951
|
+
text-align: center;
|
|
37952
|
+
}
|
|
37953
|
+
.antd-Form-item .antd-Number--enhance .antd-Number--enhance-input {
|
|
37954
|
+
width: var(--inputNumber-enhance-mobile-input-width);
|
|
37955
|
+
text-align: center;
|
|
37956
|
+
}
|
|
37957
|
+
.antd-Form-item .antd-Number--enhance .antd-InputNumber-enhance-minus,
|
|
37958
|
+
.antd-Form-item .antd-Number--enhance .antd-InputNumber-enhance-plus {
|
|
37959
|
+
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
37960
|
+
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
37961
|
+
display: flex;
|
|
37962
|
+
justify-content: center;
|
|
37963
|
+
align-items: center;
|
|
37964
|
+
}
|
|
37965
|
+
.antd-Form-item .antd-Number--enhance:hover .antd-Number-input {
|
|
37966
|
+
padding-left: var(--inputNumber-enhance-default-paddingLeft);
|
|
37967
|
+
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
37968
|
+
}
|
|
37969
|
+
.antd-Form-item .antd-Form-value,
|
|
37970
|
+
.antd-Form-item .antd-Form-control {
|
|
37355
37971
|
flex: 1;
|
|
37356
37972
|
flex-wrap: wrap;
|
|
37357
37973
|
font-size: var(--fontSizeLg);
|
|
37358
37974
|
}
|
|
37359
|
-
.antd-Form
|
|
37360
|
-
|
|
37975
|
+
.antd-Form-item .antd-Form-value .antd-ColorPicker > input,
|
|
37976
|
+
.antd-Form-item .antd-Form-control .antd-ColorPicker > input {
|
|
37977
|
+
height: 100%;
|
|
37978
|
+
}
|
|
37979
|
+
.antd-Form-item .antd-Form-value .antd-ResultBox,
|
|
37980
|
+
.antd-Form-item .antd-Form-control .antd-ResultBox {
|
|
37981
|
+
height: 100%;
|
|
37982
|
+
}
|
|
37983
|
+
.antd-Form-item .antd-Form-value .antd-ResultBox .antd-ResultBox-value-wrap,
|
|
37984
|
+
.antd-Form-item .antd-Form-control .antd-ResultBox .antd-ResultBox-value-wrap {
|
|
37985
|
+
justify-content: flex-end;
|
|
37986
|
+
text-align: right;
|
|
37987
|
+
}
|
|
37988
|
+
.antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
|
|
37989
|
+
.antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
|
|
37361
37990
|
background: transparent;
|
|
37362
37991
|
}
|
|
37363
|
-
.antd-Form
|
|
37992
|
+
.antd-Form-item .antd-SelectControl.antd-Form-control {
|
|
37364
37993
|
overflow: hidden;
|
|
37365
37994
|
}
|
|
37366
|
-
.antd-Form
|
|
37367
|
-
|
|
37368
|
-
|
|
37369
|
-
|
|
37370
|
-
|
|
37371
|
-
|
|
37372
|
-
|
|
37373
|
-
.antd-Form .antd-Form-item .antd-CheckboxesControl {
|
|
37995
|
+
.antd-Form-item .antd-Form-hint,
|
|
37996
|
+
.antd-Form-item .antd-Form-remark,
|
|
37997
|
+
.antd-Form-item .antd-Form-group--hor .antd-Form-item,
|
|
37998
|
+
.antd-Form-item .antd-SwitchControl,
|
|
37999
|
+
.antd-Form-item .antd-CheckboxControl,
|
|
38000
|
+
.antd-Form-item .antd-RadiosControl,
|
|
38001
|
+
.antd-Form-item .antd-CheckboxesControl {
|
|
37374
38002
|
padding-top: 0;
|
|
37375
38003
|
padding-bottom: 0;
|
|
37376
38004
|
}
|
|
37377
|
-
.antd-Form
|
|
38005
|
+
.antd-Form-item .antd-SwitchControl,
|
|
38006
|
+
.antd-Form-item .antd-TransferControl,
|
|
38007
|
+
.antd-Form-item .antd-TagControl,
|
|
38008
|
+
.antd-Form-item .antd-CheckboxControl,
|
|
38009
|
+
.antd-Form-item .antd-TreeSelectControl,
|
|
38010
|
+
.antd-Form-item .antd-NestedSelectControl,
|
|
38011
|
+
.antd-Form-item .antd-TabsTransferControl {
|
|
38012
|
+
padding-top: 0.1875rem;
|
|
38013
|
+
}
|
|
38014
|
+
.antd-Form-item--inline {
|
|
38015
|
+
margin-right: 0;
|
|
38016
|
+
}
|
|
38017
|
+
.antd-Form-item .antd-Form-item-controlBox {
|
|
38018
|
+
flex: 1;
|
|
38019
|
+
}
|
|
38020
|
+
.antd-Form-item .antd-Form-static .antd-Progress {
|
|
38021
|
+
margin-top: 0.1875rem;
|
|
38022
|
+
}
|
|
38023
|
+
.antd-Form-item .antd-Form-static .antd-Field-quickEditBtn {
|
|
38024
|
+
vertical-align: baseline;
|
|
38025
|
+
}
|
|
38026
|
+
.antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
|
|
37378
38027
|
height: var(--Form-input-height);
|
|
37379
38028
|
}
|
|
37380
|
-
.antd-Form
|
|
38029
|
+
.antd-Form-item .antd-Form-hint {
|
|
37381
38030
|
font-size: var(--fontSizeBase);
|
|
37382
38031
|
margin-left: 0;
|
|
37383
38032
|
color: var(--text--muted-color);
|
|
37384
38033
|
}
|
|
37385
|
-
.antd-Form
|
|
38034
|
+
.antd-Form-item .antd-TextControl-placeholder {
|
|
37386
38035
|
top: 0;
|
|
37387
38036
|
}
|
|
37388
|
-
.antd-Form
|
|
38037
|
+
.antd-Form-item .antd-Form-static {
|
|
37389
38038
|
min-height: 0;
|
|
37390
38039
|
}
|
|
37391
|
-
.antd-Form
|
|
37392
|
-
|
|
38040
|
+
.antd-Form-item .antd-Form-description,
|
|
38041
|
+
.antd-Form-item .antd-Form-feedback {
|
|
37393
38042
|
font-size: var(--fontSizeBase);
|
|
37394
38043
|
}
|
|
37395
|
-
.antd-Form
|
|
37396
|
-
|
|
38044
|
+
.antd-Form-item .antd-InputGroup .antd-Select,
|
|
38045
|
+
.antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
|
|
37397
38046
|
border: none;
|
|
37398
38047
|
}
|
|
37399
|
-
.antd-Form
|
|
38048
|
+
.antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
|
|
37400
38049
|
height: var(--Form-input-height);
|
|
37401
38050
|
}
|
|
37402
|
-
.antd-Form
|
|
38051
|
+
.antd-Form-item .antd-ColorPicker {
|
|
37403
38052
|
padding: 0;
|
|
37404
38053
|
border: none;
|
|
37405
38054
|
}
|
|
37406
|
-
.antd-Form
|
|
38055
|
+
.antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
|
|
37407
38056
|
display: none;
|
|
37408
38057
|
}
|
|
37409
|
-
.antd-Form
|
|
38058
|
+
.antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
|
|
37410
38059
|
margin-bottom: var(--gap-xs);
|
|
37411
38060
|
}
|
|
37412
|
-
.antd-Form
|
|
37413
|
-
|
|
37414
|
-
|
|
38061
|
+
.antd-Form-item .antd-TextareaControl > textarea,
|
|
38062
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
|
38063
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
|
37415
38064
|
border: none;
|
|
37416
38065
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
37417
38066
|
box-shadow: none;
|
|
38067
|
+
border-radius: 0;
|
|
37418
38068
|
}
|
|
37419
|
-
.antd-Form
|
|
37420
|
-
|
|
37421
|
-
|
|
37422
|
-
|
|
37423
|
-
|
|
37424
|
-
|
|
37425
|
-
|
|
38069
|
+
.antd-Form-item .antd-TextareaControl > textarea:hover, .antd-Form-item .antd-TextareaControl > textarea:focus, .antd-Form-item .antd-TextareaControl > textarea.active,
|
|
38070
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
|
38071
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
|
38072
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
|
38073
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
|
38074
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
|
38075
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
|
37426
38076
|
border: none;
|
|
37427
38077
|
outline: none;
|
|
37428
38078
|
outline-style: none;
|
|
37429
38079
|
}
|
|
37430
|
-
.antd-Form
|
|
38080
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
|
|
37431
38081
|
padding: 0;
|
|
37432
38082
|
min-height: 0;
|
|
37433
38083
|
}
|
|
37434
|
-
|
|
38084
|
+
|
|
38085
|
+
.antd-Form-groupColumn {
|
|
37435
38086
|
margin-bottom: 0;
|
|
37436
38087
|
}
|
|
37437
|
-
|
|
38088
|
+
|
|
38089
|
+
.antd-Form-item:nth-last-of-type(1)::after {
|
|
37438
38090
|
display: none;
|
|
37439
38091
|
}
|
|
37440
|
-
|
|
38092
|
+
|
|
38093
|
+
.antd-Form-item.is-placeholder::after {
|
|
37441
38094
|
display: none;
|
|
37442
38095
|
}
|
|
37443
|
-
|
|
38096
|
+
|
|
38097
|
+
.antd-Tabs-pane {
|
|
37444
38098
|
padding: 0;
|
|
37445
38099
|
}
|
|
37446
|
-
|
|
38100
|
+
|
|
38101
|
+
.antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
|
37447
38102
|
padding-bottom: var(--Form-input-paddingX);
|
|
37448
38103
|
}
|
|
38104
|
+
|
|
38105
|
+
.antd-Form-groupColumn {
|
|
38106
|
+
position: relative;
|
|
38107
|
+
}
|
|
38108
|
+
.antd-Form-groupColumn::after {
|
|
38109
|
+
position: absolute;
|
|
38110
|
+
box-sizing: border-box;
|
|
38111
|
+
content: " ";
|
|
38112
|
+
pointer-events: none;
|
|
38113
|
+
right: 0;
|
|
38114
|
+
bottom: 0;
|
|
38115
|
+
left: 0;
|
|
38116
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
38117
|
+
}
|
|
38118
|
+
|
|
38119
|
+
.antd-Form-groupColumn:nth-last-of-type(1)::after {
|
|
38120
|
+
display: none;
|
|
38121
|
+
}
|
|
37449
38122
|
}
|
|
37450
38123
|
.antd-UserSelect {
|
|
37451
38124
|
position: relative;
|
|
@@ -38343,8 +39016,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38343
39016
|
/* 函数列表 */
|
|
38344
39017
|
}
|
|
38345
39018
|
.antd-FormulaEditor-content {
|
|
38346
|
-
|
|
38347
|
-
|
|
39019
|
+
flex: 1;
|
|
39020
|
+
height: 100%;
|
|
39021
|
+
max-width: 33.125rem;
|
|
39022
|
+
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
39023
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38348
39024
|
}
|
|
38349
39025
|
.antd-FormulaEditor-header {
|
|
38350
39026
|
width: 100%;
|
|
@@ -38357,6 +39033,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38357
39033
|
border-bottom: none;
|
|
38358
39034
|
font-weight: 500;
|
|
38359
39035
|
}
|
|
39036
|
+
.antd-FormulaEditor-header-toolbar {
|
|
39037
|
+
font-size: 12px;
|
|
39038
|
+
float: right;
|
|
39039
|
+
}
|
|
39040
|
+
.antd-FormulaEditor-header-toolbar > span {
|
|
39041
|
+
margin-right: 5px;
|
|
39042
|
+
}
|
|
38360
39043
|
.antd-FormulaEditor-editor {
|
|
38361
39044
|
height: 12.5rem;
|
|
38362
39045
|
padding: 0.3125rem;
|
|
@@ -38385,31 +39068,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38385
39068
|
flex-flow: row nowrap;
|
|
38386
39069
|
align-items: stretch;
|
|
38387
39070
|
justify-content: space-between;
|
|
38388
|
-
height:
|
|
39071
|
+
height: 28.125rem;
|
|
38389
39072
|
margin-top: 0.625rem;
|
|
38390
39073
|
}
|
|
38391
|
-
.antd-FormulaEditor-settings
|
|
38392
|
-
width:
|
|
39074
|
+
.antd-FormulaEditor-settings.is-mobile {
|
|
39075
|
+
width: 100%;
|
|
39076
|
+
overflow-x: scroll;
|
|
39077
|
+
overflow-y: hidden;
|
|
38393
39078
|
}
|
|
38394
39079
|
.antd-FormulaEditor-settings.only-variable {
|
|
38395
39080
|
height: 21.875rem;
|
|
38396
39081
|
}
|
|
38397
39082
|
.antd-FormulaEditor-panel {
|
|
38398
39083
|
display: flex;
|
|
38399
|
-
flex: 1;
|
|
38400
39084
|
flex-flow: column nowrap;
|
|
38401
39085
|
justify-content: space-between;
|
|
38402
39086
|
align-items: stretch;
|
|
38403
39087
|
height: 100%;
|
|
38404
|
-
|
|
39088
|
+
width: 11.75rem;
|
|
38405
39089
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38406
39090
|
}
|
|
38407
|
-
.antd-FormulaEditor-panel:not(:last-child) {
|
|
38408
|
-
margin-right: 0.625rem;
|
|
38409
|
-
}
|
|
38410
|
-
.antd-FormulaEditor-panel:last-child {
|
|
38411
|
-
flex: 1;
|
|
38412
|
-
}
|
|
38413
39091
|
.antd-FormulaEditor-panel-header {
|
|
38414
39092
|
width: 100%;
|
|
38415
39093
|
height: 1.875rem;
|
|
@@ -38431,6 +39109,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38431
39109
|
.antd-FormulaEditor-panel-body--tabs {
|
|
38432
39110
|
max-height: 100%;
|
|
38433
39111
|
}
|
|
39112
|
+
.antd-FormulaEditor-panel.left {
|
|
39113
|
+
justify-content: normal !important;
|
|
39114
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
|
39115
|
+
}
|
|
39116
|
+
.antd-FormulaEditor-panel.right {
|
|
39117
|
+
width: 20.625rem;
|
|
39118
|
+
border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
|
|
39119
|
+
}
|
|
39120
|
+
.antd-FormulaEditor-VariableList {
|
|
39121
|
+
height: 100%;
|
|
39122
|
+
}
|
|
38434
39123
|
.antd-FormulaEditor-VariableList-root {
|
|
38435
39124
|
max-height: 100%;
|
|
38436
39125
|
}
|
|
@@ -38446,7 +39135,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38446
39135
|
max-height: 100%;
|
|
38447
39136
|
}
|
|
38448
39137
|
.antd-FormulaEditor-VariableList-base.is-scrollable {
|
|
38449
|
-
overflow-x:
|
|
39138
|
+
overflow-x: auto;
|
|
38450
39139
|
overflow-y: auto;
|
|
38451
39140
|
}
|
|
38452
39141
|
.antd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
@@ -38488,7 +39177,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38488
39177
|
padding: 0;
|
|
38489
39178
|
}
|
|
38490
39179
|
.antd-FormulaEditor-VariableList-tabs .antd-Tabs-content .antd-FormulaEditor-VariableList-sub .antd-FormulaEditor-VariableList-body {
|
|
38491
|
-
max-height: 13.75rem;
|
|
38492
39180
|
overflow-y: hidden;
|
|
38493
39181
|
}
|
|
38494
39182
|
.antd-FormulaEditor-VariableList-tabs .antd-Tabs-content .antd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base {
|
|
@@ -38558,6 +39246,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38558
39246
|
flex: 1;
|
|
38559
39247
|
width: 0;
|
|
38560
39248
|
display: inline-block;
|
|
39249
|
+
min-width: 3.125rem;
|
|
39250
|
+
}
|
|
39251
|
+
.antd-FormulaEditor-VariableList-item .fa-ellipsis-h {
|
|
39252
|
+
margin-right: 0.3125rem;
|
|
39253
|
+
}
|
|
39254
|
+
.antd-FormulaEditor-VariableList-item .fa-ellipsis-h:hover {
|
|
39255
|
+
color: var(--primary);
|
|
38561
39256
|
}
|
|
38562
39257
|
.antd-FormulaEditor-VariableList-item-tag {
|
|
38563
39258
|
vertical-align: middle;
|
|
@@ -38570,21 +39265,35 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38570
39265
|
line-height: 1.5rem;
|
|
38571
39266
|
height: 1.5rem;
|
|
38572
39267
|
}
|
|
39268
|
+
.antd-FormulaEditor-VariableList-item-oper {
|
|
39269
|
+
list-style: none;
|
|
39270
|
+
max-width: 14.6875rem;
|
|
39271
|
+
font-size: var(--fontSizeSm);
|
|
39272
|
+
min-width: 100px;
|
|
39273
|
+
padding: 0 5px;
|
|
39274
|
+
margin: 5px;
|
|
39275
|
+
text-align: center;
|
|
39276
|
+
}
|
|
39277
|
+
.antd-FormulaEditor-VariableList-item-oper li {
|
|
39278
|
+
line-height: 24px;
|
|
39279
|
+
}
|
|
39280
|
+
.antd-FormulaEditor-VariableList-item-oper li:hover {
|
|
39281
|
+
cursor: pointer;
|
|
39282
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
39283
|
+
}
|
|
39284
|
+
.antd-FormulaEditor-VariableList .antd-GroupedSelection {
|
|
39285
|
+
max-height: 100%;
|
|
39286
|
+
}
|
|
38573
39287
|
.antd-FormulaEditor-VariableList .antd-GroupedSelection-item-tag {
|
|
38574
39288
|
line-height: 17px;
|
|
38575
39289
|
}
|
|
39290
|
+
.antd-FormulaEditor-VariableList .antd-GroupedSelection-itemLabel {
|
|
39291
|
+
font-size: var(--fontSizeSm);
|
|
39292
|
+
}
|
|
38576
39293
|
.antd-FormulaEditor-FuncList {
|
|
38577
39294
|
display: flex;
|
|
38578
|
-
flex-flow:
|
|
38579
|
-
|
|
38580
|
-
align-items: stretch;
|
|
38581
|
-
flex: 1;
|
|
38582
|
-
}
|
|
38583
|
-
.antd-FormulaEditor-FuncList .antd-FormulaEditor-panel {
|
|
38584
|
-
width: 11.75rem;
|
|
38585
|
-
}
|
|
38586
|
-
.antd-FormulaEditor-FuncList:not(:last-child) {
|
|
38587
|
-
margin-right: 0.625rem;
|
|
39295
|
+
flex-flow: column nowrap;
|
|
39296
|
+
height: 100%;
|
|
38588
39297
|
}
|
|
38589
39298
|
.antd-FormulaEditor-FuncList-searchBox {
|
|
38590
39299
|
display: flex;
|
|
@@ -38644,20 +39353,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38644
39353
|
.antd-FormulaEditor-FuncList-doc {
|
|
38645
39354
|
display: flex;
|
|
38646
39355
|
flex-flow: column nowrap;
|
|
38647
|
-
padding: 0.625rem;
|
|
38648
|
-
|
|
39356
|
+
padding: 0 0.625rem;
|
|
39357
|
+
font-size: 12px;
|
|
39358
|
+
height: 100%;
|
|
39359
|
+
overflow: hidden;
|
|
38649
39360
|
}
|
|
38650
39361
|
.antd-FormulaEditor-FuncList-doc pre {
|
|
38651
39362
|
white-space: pre-wrap;
|
|
38652
39363
|
word-wrap: break-word;
|
|
38653
|
-
background: var(--InputFormula-code-bgColor);
|
|
38654
|
-
padding: 0.3125rem 0.625rem;
|
|
38655
39364
|
border-radius: var(--borderRadius);
|
|
38656
39365
|
margin-top: 0;
|
|
38657
39366
|
}
|
|
38658
39367
|
.antd-FormulaEditor-FuncList-doc pre code {
|
|
38659
39368
|
color: #2468f2;
|
|
38660
39369
|
}
|
|
39370
|
+
.antd-FormulaEditor-FuncList-doc-example {
|
|
39371
|
+
font-size: var(--fontSizeSm) !important;
|
|
39372
|
+
}
|
|
39373
|
+
.antd-FormulaEditor-FuncList-doc-example th {
|
|
39374
|
+
padding: 0.3125rem !important;
|
|
39375
|
+
font-size: var(--fontSizeSm) !important;
|
|
39376
|
+
}
|
|
39377
|
+
.antd-FormulaEditor-FuncList-doc-example td {
|
|
39378
|
+
padding: 0.3125rem !important;
|
|
39379
|
+
}
|
|
38661
39380
|
.antd-FormulaEditor-FuncList-doc-desc {
|
|
38662
39381
|
color: var(--text--loud-color);
|
|
38663
39382
|
overflow-x: hidden;
|
|
@@ -38672,6 +39391,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38672
39391
|
border-radius: 3px;
|
|
38673
39392
|
background: rgba(0, 0, 0, 0.3);
|
|
38674
39393
|
}
|
|
39394
|
+
.antd-FormulaEditor-FuncList.withDoc {
|
|
39395
|
+
max-height: 50% !important;
|
|
39396
|
+
}
|
|
39397
|
+
.antd-FormulaEditor-FuncDoc {
|
|
39398
|
+
height: 300px;
|
|
39399
|
+
overflow: hidden;
|
|
39400
|
+
background: var(--InputFormula-code-bgColor);
|
|
39401
|
+
}
|
|
38675
39402
|
.antd-FormulaEditor .cm-field,
|
|
38676
39403
|
.antd-FormulaEditor .cm-func {
|
|
38677
39404
|
border-radius: 3px;
|
|
@@ -38680,7 +39407,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38680
39407
|
padding: 0 2px;
|
|
38681
39408
|
}
|
|
38682
39409
|
.antd-FormulaEditor .cm-field {
|
|
38683
|
-
padding:
|
|
39410
|
+
padding: 2px 5px;
|
|
38684
39411
|
}
|
|
38685
39412
|
.antd-FormulaEditor .cm-field {
|
|
38686
39413
|
background: #007bff;
|
|
@@ -38696,6 +39423,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38696
39423
|
justify-content: space-between;
|
|
38697
39424
|
align-items: center;
|
|
38698
39425
|
}
|
|
39426
|
+
.antd-FormulaPicker-popup {
|
|
39427
|
+
height: 36.25rem;
|
|
39428
|
+
}
|
|
39429
|
+
.antd-FormulaPicker-popup-inner {
|
|
39430
|
+
width: 100%;
|
|
39431
|
+
box-sizing: border-box;
|
|
39432
|
+
padding: 0 1rem;
|
|
39433
|
+
}
|
|
38699
39434
|
.antd-FormulaPicker-input {
|
|
38700
39435
|
flex: 1;
|
|
38701
39436
|
margin-right: 0.625rem;
|