项目场景: el-dialog 居中,并且内容多的时候内部可以滚动 问题描述 el-dialog 居中,并且内容多的时候内部可以滚动 解决方案: top : element el-dialog 属性 控制距离高低 custom-class : 同上 自定义属性 ::v-deep .new_dialog { height: 700px; overflow: hidden; overflow-y: scroll; }