首页
This commit is contained in:
9
src/components/webFooter/index.vue
Normal file
9
src/components/webFooter/index.vue
Normal file
@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="webFooter">
|
||||
页面底部
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onMounted, reactive, watch } from "vue";
|
||||
</script>
|
@ -9,8 +9,8 @@
|
||||
<li class="menu-item1">
|
||||
<div
|
||||
class="menu-item-tit"
|
||||
:class="pagePath == '' ? 'active' : ''"
|
||||
@click="handlePath('')"
|
||||
:class="pagePath == '/' ? 'active' : ''"
|
||||
@click="handlePath('/')"
|
||||
>
|
||||
首页
|
||||
</div>
|
||||
@ -136,7 +136,7 @@ dt {
|
||||
list-style: none;
|
||||
}
|
||||
.webHead {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: 2001;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
Reference in New Issue
Block a user