vue中使用el-dialog设置弹窗对话框在前端显示为居中

vue中使用el-dialog设置弹窗对话框在前端显示为居中

废话不多直接上图

在所需要设置的vue文件底部设置

附上代码:

    <style lang="scss" scoped>
    ::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;
}
</style>

转载请说明出处内容投诉
CSS教程_站长资源网 » vue中使用el-dialog设置弹窗对话框在前端显示为居中

发表评论

欢迎 访客 发表评论

一个令你着迷的主题!

查看演示 官网购买