浏览代码

更新 样式

wzh 3 年之前
父节点
当前提交
caac2c5855
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 二进制
      public/menuIcons/ship.png
  2. 1 1
      src/components/Header.vue
  3. 2 2
      src/views/index/Index.vue

二进制
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 {