ElementUI dialog对话框 设置固定高度

<style scoped>
    /deep/ .el-dialog {
        height: 78vh;
        overflow: auto;
    }
</style>

ElementUI dialog对话框 设置固定高度_第1张图片

你可能感兴趣的:(开发记录,springcloud)