litian
2025-03-07 5c1a0dab8fb8b19dcbe535ea1facb6272cc0c5fd
src/books/meetingPlanners/assets/mian.less
@@ -1126,6 +1126,8 @@
    justify-content: space-between;
    span {
        color: #fff;
        font-size: 20px;
        padding: 0 40px 0 20px;
        cursor: pointer;
    }
@@ -1255,7 +1257,7 @@
}
.examination {
    height: calc(100% - 30px);
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
@@ -1280,29 +1282,36 @@
/* 媒体查询做基础响应式布局 */
@media screen and (max-width: 1024px) {
    .pdfModal {
        width: 100%;
        height: 80vh;
    }
    .custom-dialog {
        .el-dialog {
            width: 90vw !important;
        }
    }
    .pdfModal {
        width: 100%;
    }
    .examination{
        height: calc(100% - 80px);
    }
}
@media screen and (max-width: 800px) {
    .pdfModal {
        width: 100%;
        height: 60vh;
    }
    .custom-dialog {
        .el-dialog {
            width: 90vw !important;
        }
    }
    .pdfModal {
        width: 100%;
    }
    .examination{
        height: calc(100% - 80px);
    }
}
@media (max-width: 660px) {