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>

  

posted @ 2021-05-08 10:55  不带R的墨菲特  阅读(1224)  评论(1编辑  收藏  举报