From b4fa714268e8145c35b2f1576a78bc0f68e601f2 Mon Sep 17 00:00:00 2001
From: maochaoying <925670706@qq.com>
Date: Tue, 7 Mar 2023 19:36:19 +0800
Subject: [PATCH] add header
---
src/App.vue | 3 +++
src/assets/scss/globalVar.scss | 1 +
src/components/NavBar/index.vue | 16 ++++++++++++++--
src/style.scss | 4 ++--
4 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 58338c3..670f6b3 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,4 +1,5 @@
+
header
+
+
+
-
+
diff --git a/src/style.scss b/src/style.scss
index 0b103b1..6a24b35 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -64,8 +64,8 @@ body {
}
.swiper-pagination-bullet-active {
- color: rgb(255, 194, 0);
- border-top: solid 1px rgb(255, 194, 0);
+ color: $theme_color;
+ border-top: solid 1px $theme_color;
background: none;
}
}