天天看點

ant vue 修改modal樣式

<style lang="less" scoped>
div /deep/ .ant-modal-content{
height: 600px;
width: 1000px;

}
div /deep/ .ant-modal-body{
    height: 80%;
    width: 100%;
}
</style>      
s