From ece22fdef84d776335d2410a623897e081007f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=8B=E5=AD=90?= Date: Tue, 24 Jan 2023 16:52:55 +0800 Subject: [PATCH] style --- index.html | 2 +- src/views/Page1/Page1.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b88b6ff..7fa6ee9 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/views/Page1/Page1.vue b/src/views/Page1/Page1.vue index fc222ad..eb9b23b 100644 --- a/src/views/Page1/Page1.vue +++ b/src/views/Page1/Page1.vue @@ -136,6 +136,9 @@ const download = () => { } } @media screen and (max-width: 750px) { + .introduce-section { + width: 100%; + } .example-section { width: 100%; }