首页 > 其他 > 详细

Ant Design Vue 中Drawer自定头部的样式、内容部分的样式、弹出层的样式

时间:2021-08-30 03:43:17      阅读:27      评论:0      收藏:0      [点我收藏+]

 <a-drawer
        :title="myTitle"
        placement="right"
        :visible="visible"
        @close="onClose"
        width="720"
        :bodyStyle="{ marginBottom: ‘30px‘ }"
    >
</a-drawer>
:bodyStyle="{ marginBottom: ‘30px‘ }"
这个是定义的body样式

drawerStyle 还有用于设置 Drawer 弹出层的样式 
headerStyle 用于设置 Drawer 头部的样式 
drawerStyle  用于设置 Drawer 弹出层的样式 
wrapClassName 对话框外层容器的类名 

Ant Design Vue 中Drawer自定头部的样式、内容部分的样式、弹出层的样式

原文:https://www.cnblogs.com/IwishIcould/p/15200658.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!