From 73058211fd0cb3e608e23b7d134f0c488d271f4e Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Fri, 24 Apr 2020 16:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2=E6=97=A0?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + src/components/menu.vue | 56 ++++- src/pages/workPlace.vue | 438 +++++++++++++++++++++++++++++++++++++--- 3 files changed, 462 insertions(+), 33 deletions(-) diff --git a/src/App.vue b/src/App.vue index b60a573..359778c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,6 +29,7 @@ export default { } #app{ background-color: #f6f7fb; + padding-bottom: 20px; } diff --git a/src/components/menu.vue b/src/components/menu.vue index 895691d..0c7d2f4 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -1,8 +1,14 @@ + + \ No newline at end of file -- 2.26.0