0
点赞
收藏
分享

微信扫一扫

ant vue 修改modal样式

兮城 2022-09-20 阅读 56

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

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

  



举报

相关推荐

0 条评论