feat: 首页去掉HeaderBanner
This commit is contained in:
parent
304e5375f2
commit
93de41e154
@ -1,7 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
import { fetchCardCount } from '@/service/api';
|
import { fetchCardCount } from '@/service/api';
|
||||||
import HeaderBanner from './modules/header-banner.vue';
|
|
||||||
import CardData from './modules/card-data.vue';
|
import CardData from './modules/card-data.vue';
|
||||||
import RetryTab from './modules/retry-tab.vue';
|
import RetryTab from './modules/retry-tab.vue';
|
||||||
|
|
||||||
@ -19,7 +18,6 @@ getCardData();
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NSpace vertical :size="16">
|
<NSpace vertical :size="16">
|
||||||
<HeaderBanner />
|
|
||||||
<CardData v-model="cardCount!" />
|
<CardData v-model="cardCount!" />
|
||||||
<NCard :bordered="false" class="card-wrapper p-t-136px 2xl:p-t-0 lg:p-t-36px md:p-t-90px">
|
<NCard :bordered="false" class="card-wrapper p-t-136px 2xl:p-t-0 lg:p-t-36px md:p-t-90px">
|
||||||
<RetryTab v-model="cardCount!" />
|
<RetryTab v-model="cardCount!" />
|
||||||
|
Loading…
Reference in New Issue
Block a user