getContainer指定滚动的容器() => HTMLElement() => window getCurrentAnchor自定义高亮的锚点(activeLink: string) => string- offsetTop距离窗口顶部达到指定偏移量后触发number showInkInFixedaffix={false}时是否显示小方块booleanfalse targetOffset锚点滚动偏移量,默认与 offsetTop 相同,例子number- ...
getContainer指定滚动的容器() => HTMLElement() => window getCurrentAnchor自定义高亮的锚点(activeLink: string) => string-activeLink(3.3) offsetBottom距离窗口底部达到指定偏移量后触发number offsetTop距离窗口顶部达到指定偏移量后触发number showInkInFixed:affix="false"时是否显示小方块booleanfalse ...
ant design中锚点Anchor在二级页面中设置滚动偏移量 版本: react: 18.2.0 antd:5.1.1 AnchorPage,tsx import React, { useEffect, useState } from 'react'; import { Anchor, Row, Col } from 'antd'; const AnchorPage = () => { const topRef = React.useRef<HTMLDivElement>(null); const [target...
Steps to reproduce 当页面滚动不在body时,给Anchor设置getContainer 返回报错 What is expected? 返回正常 What is actually happening? [Vue warn]: Error in nextTick: "TypeError: Cannot read property 'addEventListener' of undefined" found in ---> TypeError: Cannot read property 'addEventListener' of ...
getContainerScrolling container() => HTMLElement() => window getCurrentAnchorCustomize the anchor highlight(activeLink: string) => string-activeLink(3.3) offsetBottomPixels to offset from bottom when calculating position of scrollnumber- offsetTopPixels to offset from top when calculating position of ...
修复Anchor 监听元素不随着 getContainer 变化的问题。#17677 修复Modal 和 Drawer 同时使用导致的窗体滚动条冲突的问题。#17600 Empty description 支持 false。 #17659 @billfeller 去除Pagination 元素下划线以防止被全局样式污染。#17728 拓展Card action 可点击区域。#17705 @lhx6538665 ...
getContainer指定 Modal 挂载的 HTML 节点(instance): HTMLElement() => document.body keyboard是否支持键盘 esc 关闭booleantrue mask是否展示遮罩Booleantrue maskClosable点击蒙层是否允许关闭booleantrue maskStyle遮罩样式object{} okText确认按钮文字string|slot确定 ...
另外我们的 Ant Design Pro 2.0.0 也已同步发布,详细内容请看 这里。 组件修复/功能增强: 🌟 新增 Modal.open 方法,用于可自定义图标的快捷对话框。#11982 @hsiehjack 🌟 Modal.info 增加 getContainer 的配置。#11377 🌟 合并优化了 RangePicker 的日历页脚 UI。 🌟 Anchor 组件增加 onClick 属性。#11...
getContainer 指定预览挂载的节点,但依旧为全屏展示,false 为挂载在当前位置 string | HTMLElement | (() => HTMLElement) | false - 4.8.0 movable 是否可移动 boolean true 5.8.0 current 当前预览图的 index number - 4.12.0 mask 缩略图遮罩 ReactNode - 4.9.0 maskClassName 缩略图遮罩类名 string - ...
🌟 Modal.info 增加 getContainer 的配置。 🌟 合并优化了 RangePicker 的日历页脚 UI。 🌟 Anchor 组件增加 click 事件。 🌟 Tab 组件增加 renderTabBar 属性。 🌟 Input 组件增加 select 方法。 🌟 Steps 增加 initial 属性。 🌟 Upload 组件新增 openFileDialogOnClick 属性,用于设置点击组件时是否打开...