ant-modal 修改 ant-modal-body 滚动条样式,代码如下: ::v-deep .ant-modal-body { display: flex; justify-content: space-around; height: calc(100vh-150px); overflow-y: auto;&::-webkit-scrollbar { width: 8px; height: 2px; background: #dee4e9; border-radius: 6px;/*外层轨道*/}&::...
Provides a convenient/easy way to get rid of the padding in the ant-modal-body class, which is particularly useful with long, scrolling modal content. What does the proposed API look like? Add something likebodyStyle={{ padding: '0' }}to Modal ...
react antdesign中model的bodystyle 在Ant Design中,Modal组件的bodyStyle属性用于设置Modal主体内容区域的样式。 bodyStyle可以接受一个对象作为值,这个对象包含所有常见的CSS属性,例如: ```jsx <Modal title="Basic Modal" visible={visible} onOk={handleOk} onCancel={handleCancel} bodyStyle={{ padding: '24...
Run details Usage Workflow file Triggered via issueJuly 16, 2024 10:08 dipakpatil5050 commented on#4180588c629e StatusSuccess Total duration10s Artifacts– issue-remove-inactive.yml on: issue_comment issue-remove-inactive 1s Oh hello! Nice to see you. ...
在严格模式下弹窗依然能隐藏body滚动条 What is actually happening? 在严格模式下弹窗不会隐藏body滚动条 EnvironmentInfo antd4.9.1 React17 Systemwindows Browserchrome zombieJadded the🐛 BugAnt Design Team had proved that this is a bug.labelDec 7, 2020 ...
ant-design / ant-design Public Sponsor Notifications Fork 50.4k Star 92.9k New issue Jump to bottom Typescript interface ModalFuncProps missing styles to replace bodyStyle #45540 Closed ka1 opened this issue Oct 26, 2023· 3 comments Closed Typescript interface ModalFuncProps missing ...
ant-design / ant-design Public Notifications Fork 47.7k Star 91.2k Code Issues 1.1k Pull requests 92 Discussions Actions Projects 2 Wiki Security Insights 🤖 Visual Regression Diff Approval Can't cancel modal body's padding #5148 Sign in to view logs ...