天天看點

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 對話框外層容器的類名       

遇見問題,這是你成長的機會,如果你能夠解決,這就是收獲。

作者:晚來南風晚相識