@import './variables.scss'; .page-box { @include appMainPage; padding-top:20px; position: relative; ::v-deep .v-modal { z-index: 20 !important; position: absolute; width: 100%; height: 100%; } ::v-deep .el-dialog__wrapper { z-index: 21 !important; position: absolute; width: 100%; height: 100%; } ::v-deep .el-dialog { // height: 90vh; display: flex; flex-direction: column; .el-dialog__body { flex: 1; padding-bottom: 0; overflow: hidden; // overflow-y: auto; } } }