后台布局调整:改为左侧结构

This commit is contained in:
2024-07-18 10:14:43 +08:00
parent 9f04a67e97
commit 81006e7636
16 changed files with 6528 additions and 1086 deletions

View File

@@ -1,32 +1,37 @@
<template>
<div class="ele-body ele-body-card">
<a-card :bordered="false">
<template #title>
<SoundOutlined class="ele-text-danger" />
<span class="gg-title ele-text-heading">公告</span>
<a @click="openNew(`${domain}`)" class="ele-text-heading"
>网站首页</a
>
</template>
<template #extra>
<a @click="openNew('/cms/category/92')" class="ele-text-placeholder"
>更多<RightOutlined
/></a>
</template>
</a-card>
<LinkCard />
<a-row :gutter="16" ref="wrapRef">
<a-col :md="6">
<Article title="通知公告" :categoryId="92" />
<a-card hoverable>
<div class="flex justify-between leading-5">
<div class="title font-bold">文章</div>
<div class="count font-bold">20</div>
</div>
</a-card>
</a-col>
<a-col :md="6">
<Article title="公司动态" :categoryId="37" />
<a-card hoverable>
<div class="flex justify-between leading-5">
<div class="title font-bold">商品</div>
<div class="count font-bold">1</div>
</div>
</a-card>
</a-col>
<a-col :md="6">
<Article title="经验分享" :categoryId="93" />
<a-card hoverable>
<div class="flex justify-between leading-5">
<div class="title font-bold">用户</div>
<div class="count font-bold">658</div>
</div>
</a-card>
</a-col>
<a-col :md="6">
<Article title="API文档" :categoryId="90" />
<a-card hoverable>
<div class="flex justify-between leading-5">
<div class="title font-bold">订单</div>
<div class="count font-bold">1820</div>
</div>
</a-card>
</a-col>
</a-row>
<!-- <a-row :gutter="16" ref="wrapRef">-->