From 2b8ab19104190be49b7c2072f86e268bccb684eb Mon Sep 17 00:00:00 2001 From: sinsong Date: Tue, 27 Jun 2023 22:50:21 +0800 Subject: [PATCH] fix navbar --- frontend/index.html | 19 ------------------- frontend/src/App.vue | 6 +++++- frontend/src/components/Navbar.vue | 18 ++++++++++++++++++ frontend/src/style/main.scss | 2 +- 4 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 frontend/src/components/Navbar.vue diff --git a/frontend/index.html b/frontend/index.html index 2cd5080..05e19ce 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,26 +7,7 @@ BioArchLinux packages - - - -
- diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 571f313..81e85f6 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,10 @@ diff --git a/frontend/src/components/Navbar.vue b/frontend/src/components/Navbar.vue new file mode 100644 index 0000000..29e5dbe --- /dev/null +++ b/frontend/src/components/Navbar.vue @@ -0,0 +1,18 @@ + diff --git a/frontend/src/style/main.scss b/frontend/src/style/main.scss index 2a31122..c2b4d9f 100644 --- a/frontend/src/style/main.scss +++ b/frontend/src/style/main.scss @@ -9,7 +9,7 @@ padding: 0; } -#app { +.content { padding: 15px; }