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

 <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 对话框外层容器的类名 

相关文章

过滤器:就是筛选filters: [ { text: '全部', v...
好处: 就是可以实现 响应式 拉伸行(row) 列(col)col要直接在...
创好vue 项目npm 下载antnpm i --save ant-design-vue@next完...
外面套个from 标签就好了。
antDesign表单函数配置分析用getFieldDecorator包起来的高阶...
之前在vue页面中引入axios使用,本篇在mainjs中引入1、mainj...