Browse Source

更新 样式

wzh 3 years ago
parent
commit
caac2c5855
3 changed files with 3 additions and 3 deletions
  1. BIN
      public/menuIcons/ship.png
  2. 1 1
      src/components/Header.vue
  3. 2 2
      src/views/index/Index.vue

BIN
public/menuIcons/ship.png


+ 1 - 1
src/components/Header.vue

@@ -79,7 +79,7 @@ export default {
     }
 
     function goToIndex() {
-      router.replace({ path: "/" });
+      router.replace({ path: "/index" });
     }
 
     let timelineData = ref([]);

+ 2 - 2
src/views/index/Index.vue

@@ -586,8 +586,8 @@ onMounted(() => {
 
 .tabs {
   position: absolute;
-  top: 10px;
-  left: 10px;
+  top: 20px;
+  left: 25px;
 }
 
 .radio-btns {