gpt4 book ai didi

css - 无法修复 Antd 模态高度

转载 作者:行者123 更新时间:2023-12-05 00:44:43 25 4
gpt4 key购买 nike

我正在尝试将 Antd 模态高度默认设置为 1000 像素,但它没有被应用。请提出我可能做错的地方。下面是我的模态代码。

<Modal style={{ height: "1000px" }} className="pm" width={600} title="Select" visible={isModalVisible3} footer={null} onCancel={() =>setIsModalVisible3(false)}>
<span>Sample Text</span>
</Modal>

我什至在我的 base.css 文件中添加了 .pm{height: 1000px;} 但没有运气

请提出解决方法。

最佳答案

试试这个方法

<Modal
bodyStyle={{height: 1000}}
>
Your content
</Modal>

关于css - 无法修复 Antd 模态高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66269064/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com