@@ -79,7 +79,7 @@ export default {
}
function goToIndex() {
- router.replace({ path: "/" });
+ router.replace({ path: "/index" });
let timelineData = ref([]);
@@ -586,8 +586,8 @@ onMounted(() => {
.tabs {
position: absolute;
- top: 10px;
- left: 10px;
+ top: 20px;
+ left: 25px;
.radio-btns {