|
|
@@ -86,7 +86,7 @@
|
|
|
>
|
|
|
<n-grid cols="4" responsive="screen" class="px-5 md:px-0">
|
|
|
<n-grid-item v-for="(item, index) in items" :key="item.name">
|
|
|
- <div class="flex flex-col items-center h-[120px] md:h-[82px] justify-center md:items-start">
|
|
|
+ <div class="flex flex-col items-center h-[120px] md:h-[90px] justify-center md:items-start">
|
|
|
<div class="flex flex-col items-center relative" :class="{ 'pb-[44px]': index === 1 }">
|
|
|
<img class="w-11 h-11" :src="item.img" alt="" />
|
|
|
<div
|
|
|
@@ -205,7 +205,7 @@ import {
|
|
|
useDialog
|
|
|
} from 'naive-ui'
|
|
|
import h5Bg from '@/assets/bg_mobile.jpg'
|
|
|
-import pcBg from '@/assets/bg_desktop.jpg'
|
|
|
+import pcBg from '@/assets/bg_desktop1.jpg'
|
|
|
import logo from '@/assets/logo.png'
|
|
|
import { useUserStore } from '@/store'
|
|
|
import { useRouter, useRoute } from 'vue-router'
|