提交代码
This commit is contained in:
@ -11,7 +11,7 @@ onMounted(() => {})
|
||||
</div>
|
||||
<div class="QR-dev">
|
||||
<img class="QR-img" :src="`./static/images/footer/mark.png`" alt="" />
|
||||
<div class="label">熊雨翔</div>
|
||||
<div class="label">市场联系人</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -20,9 +20,9 @@ onMounted(() => {})
|
||||
.QR-code {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
.QR-dev {
|
||||
width: 150px;
|
||||
height: 200px;
|
||||
|
||||
@ -9,7 +9,7 @@ const {navIndex} = storeToRefs(navStore)
|
||||
|
||||
// 响应式数据
|
||||
const navList = ref([])
|
||||
const activeIndex = ref(null)
|
||||
const activeIndex = ref('/')
|
||||
|
||||
// 处理导航选择
|
||||
const handleSelect = (key) => {
|
||||
|
||||
Reference in New Issue
Block a user