废话不多直接上图
在所需要设置的vue文件底部设置
附上代码:
::v-deep .el-dialog{
display: flex;
flex-direction: column;
margin:0 !important;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
max-height:calc(100% – 30px);
max-width:calc(100% – 30px);
}
::v-deep .el-dialog .el-dialog__body{
flex:1;
overflow: auto;
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END