在https://ant-design.gitee.io/components/drawer-cn/#components-drawer-demo-placement这个demo上打开codepen. 给Drawer的mask属性设置成false之后,选择right,页面中其他元素不可点击了。 What is expected? 页面中其他元素可点击 What is actually happening? 页面中其他元素不可点击了 我的antd原来为3.7.1 这个...
你可以监听open 控制document.body.style来添加或者移除样式
覆盖Ant Design Vue Drawer组件的默认样式 1,在组件的html中设置wrapClassName="drawer-style" 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 2,输入less覆盖样式(:global是关键) 1 2 3
mask是否展示遮罩booleantrue maskClosable点击蒙层是否允许关闭booleantrue placement抽屉的方向top|right|bottom|leftright push用于设置多层 Drawer 的推动行为boolean | { distance: string | number }{ distance: 180 }4.5.0+ rootStyle可用于设置 Drawer 最外层容器的样式,和style的区别是作用节点包括maskCSSProperti...
Reproduction link https://stackblitz.com/edit/react-etuypq?file=demo.tsx Steps to reproduce 点击Open Drawer 点击Open Modal What is expected? Drawer 不闪动 What is actually happening? Drawer 位置变了 这个看要不要内置优化掉?
【Ant Design 3.20.5 发布,企业级 UI 设计语言】Ant Design 3.20.5 发布了,更新内容如下: 修复 <Button type="danger" ghost /> 样式问题。#17743前一天发布的 3.20.4 版本更新内容包括: 修复多层级 Drawer 的 mask 为 false ... -->O网页链接 ...
push用于设置多层 Drawer 的推动行为boolean | {distance: string | number}{ distance: 180 }3.0.0 rootClassName对话框外层容器的类名string-4.0 rootStyle可用于设置 Drawer 最外层容器的样式,和style的区别是作用节点包括maskCSSProperties-4.0 size预设抽屉宽度(或高度),default378px和 large736pxdefault|largedefa...
Ant Design Vue封装a-drawer <template> <slot></slot> </template> import { defineComponent, reactive, watch } from 'vue' export default defineComponent({ props: { // 从那个方向打开 openlocal: { type: String, default
300 - 🐞 Drawer 修复 `maskCloseble` 为false,键盘 ESC 关闭无效的问题。[#17316](https://github.com/ant-design/ant-design/pull/17316) 301 - 🐞 修复在 Edge 下 Drawer 关闭后没有调用 `afterVisibleChange` 的问题。[#17311](https://github.com/ant-design/ant-design/pull/17311) 302 -...
Drawer 🐞 修复 Drawer getContainer={false} 时的高度问题。#24082 🐞 修复 Drawer mask={false} 时隐藏动画不生效的问题。#24082 BackTop 🛠 BackTop 使用 hooks 重构。#23575 🐞 修复 BackTop 在 Chrome 的 iframe 里不生效的问题。#24194 DatePicker 🐞 修复 DatePicker disabledDate 不会作用到...