From ce001395ff6411cfbdce64965524116971c1dd3c Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Thu, 3 Dec 2020 18:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/result.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/exam/result.vue b/src/views/exam/result.vue index f9473efd8..a842a54ca 100644 --- a/src/views/exam/result.vue +++ b/src/views/exam/result.vue @@ -119,16 +119,17 @@ export default { .paper { height: 100%; overflow: hidden; + display: flex; + flex-direction: column; .card-title{ height: 47px; line-height: 47px; border-bottom: 1px solid #e6e6e6; text-align: center; } - .context { padding: 30px 60px; - height: calc(100% - 107px); + flex:1; overflow: auto; } } @@ -136,5 +137,6 @@ export default { .draf_box{ padding: 10px 0; text-align: center; + flex-shrink: 0; }