From 060a00e7086fc7771e6b9f9fb710e6e44133617f Mon Sep 17 00:00:00 2001 From: Helios Date: Sat, 27 Jun 2020 16:31:54 +0800 Subject: [PATCH] feat: mobile-friendly style (#48) beautify the mobile page on the premise that the style of desktop page is not changed --- src/components/App.vue | 32 ++++++++++++++++++++++++++++--- src/components/BugReport.vue | 10 +++++++--- src/components/FeatureRequest.vue | 2 +- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/src/components/App.vue b/src/components/App.vue index d76911a..4030028 100644 --- a/src/components/App.vue +++ b/src/components/App.vue @@ -6,11 +6,11 @@
-
+
+ + diff --git a/src/components/BugReport.vue b/src/components/BugReport.vue index 7fe62c2..5d48204 100644 --- a/src/components/BugReport.vue +++ b/src/components/BugReport.vue @@ -1,9 +1,10 @@