You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@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;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|