From 7648fa4fc055404471370dc75fe05e08cf087ddb Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 25 May 2023 19:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E6=88=90=E5=B0=B1=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=EF=BC=8C=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=E5=A4=A7=E7=82=B9=E5=B0=B1=E5=A4=A7=E7=82=B9=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Achievements.vue | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/src/pages/Achievements.vue b/src/pages/Achievements.vue index 9de9d71c..a17f04be 100644 --- a/src/pages/Achievements.vue +++ b/src/pages/Achievements.vue @@ -321,27 +321,23 @@ async function exportJson () { /* 内容区域 */ .wrap { display: flex; - flex-direction: row; - overflow: auto; - max-height: 90vh; - font-family: Genshin-Light, serif; + justify-content: space-between; } /* 左侧系列 */ .left-wrap { - float: left; - width: 25%; - max-height: calc(100vh - 100px); - overflow: auto; + width: 400px; + height: calc(100vh - 100px); + overflow-y: scroll; + overflow-x: hidden; } /* 右侧成就 */ .right-wrap { - position: relative; - float: right; - width: 75%; - max-height: calc(100vh - 100px); - overflow: auto; + width: calc(100% - 410px); + height: calc(100vh - 100px); + overflow-y: scroll; + overflow-x: hidden; } .list-empty {