<style lang="less" scoped>
div /deep/ .ant-modal-content{
height: 600px;
width: 1000px;
}
div /deep/ .ant-modal-body{
height: 80%;
width: 100%;
}
</style>
ant vue 修改modal样式
阅读 58
2022-09-20
<style lang="less" scoped>
div /deep/ .ant-modal-content{
height: 600px;
width: 1000px;
}
div /deep/ .ant-modal-body{
height: 80%;
width: 100%;
}
</style>
相关推荐
精彩评论(0)