antd-vue Drawer样式设置遮罩层为透明及不显示过度动画 <a-drawer title="选择触发器" placement="right" :closable="false" :get-container="false" :visible="visible" destryOnClose :maskStyle="{backgroundColor:'rgba(0,0,0,0)'}" @close="onClose" width="620px" > </a-drawer>