From cbc79942306bddf750843b81d7e0b7fe50b16ac3 Mon Sep 17 00:00:00 2001 From: hmtsai Date: Fri, 9 Aug 2024 21:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E9=80=BB=E8=BE=91=EF=BC=8C=E6=8F=90=E5=8D=87=E5=AF=B9?= =?UTF-8?q?=E6=89=8B=E6=8C=81=E8=AE=BE=E5=A4=87=E7=9A=84=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 53 +++++++++++++--------- src/App.vue | 126 ++++++++++++++++++++++++++++++++-------------------- 2 files changed, 111 insertions(+), 68 deletions(-) diff --git a/index.html b/index.html index b5b9bd9..8b378b8 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,35 @@ + + Study Area CN + + + + + + + + + + + - - Study Area CN - - - - - - - - - - - - -
-
- - - - \ No newline at end of file + + +
+ + + diff --git a/src/App.vue b/src/App.vue index eb988a8..67947d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,72 +1,104 @@ - + \ No newline at end of file + +mdui-card { + margin: 3px; + width: 24.5%; + height: 25%; +} + +@media screen and (max-width: 640px) { + mdui-card { + margin: 0; + width: 100%; + } + + mdui-layout-main{ + flex-direction: column; + } +} +