From 7ad2ee0b6773da7a77316923138bc1cf08e14d1f Mon Sep 17 00:00:00 2001 From: dlaren Date: Mon, 18 Aug 2025 17:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20?= =?UTF-8?q?=E6=89=93=E5=8C=85=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/question/WpsPptxForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/paper/question/WpsPptxForm.vue b/src/views/paper/question/WpsPptxForm.vue index b1fcce0..43771a1 100644 --- a/src/views/paper/question/WpsPptxForm.vue +++ b/src/views/paper/question/WpsPptxForm.vue @@ -965,12 +965,12 @@ const openPoints = async () => { } } /* 固定 el-dialog 高度,内容超出可滚动 */ -.fixed-dialog-height >>> .el-dialog { +.fixed-dialog-height :deep(.el-dialog) { height: 500px; display: flex; flex-direction: column; } -.fixed-dialog-height >>> .el-dialog__body { +:deep(.fixed-dialog-height .el-dialog__body) { flex: 1; overflow: hidden; padding: 0 20px 20px 20px;