如代码是这样的
<style scoped lang="less">
.ivu-modal {
.ivu-modal-body {
height: 300px;
}
}
</style>
要想修改300px就要去掉scoped
如代码是这样的
<style scoped lang="less">
.ivu-modal {
.ivu-modal-body {
height: 300px;
}
}
</style>
要想修改300px就要去掉scoped