From f4c5bca0da2351ad5cb681ccdefd575c91748c3c Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Thu, 17 Nov 2022 13:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=BA=9B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=9C=A8desktop=E4=B8=8B=E7=9A=84=E8=A1=A8=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mobile/ListDetails.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/mobile/ListDetails.vue b/src/views/mobile/ListDetails.vue index 13ee2b6..cc6e656 100644 --- a/src/views/mobile/ListDetails.vue +++ b/src/views/mobile/ListDetails.vue @@ -246,4 +246,9 @@ export default { height: 30vh; // 设置固定高度 overflow: auto; } +@media (min-width: 1024px) { + .title { + font-size: 58px; + } +} \ No newline at end of file