style: 部分页面调整
This commit is contained in:
@@ -1,32 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import donate from '@/assets/donate.jpg';
|
||||
import { PageContainer } from '@ant-design-vue/pro-layout';
|
||||
import useAppStore from '@/store/modules/app';
|
||||
import useUserStore from '@/store/modules/user';
|
||||
const userStore = useUserStore();
|
||||
const { appName, appVersion } = useAppStore();
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<PageContainer :breadcrumb="false" >
|
||||
|
||||
<template #content>
|
||||
展示统计数据
|
||||
</template>
|
||||
<a-row :gutter="16">
|
||||
|
||||
</a-row>
|
||||
<PageContainer :breadcrumb="false">
|
||||
<template #content> 展示统计数据 </template>
|
||||
<a-row :gutter="16"> </a-row>
|
||||
</PageContainer>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.nickname {
|
||||
margin-bottom: 12px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 500;
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
}
|
||||
</style>
|
||||
<style lang="less" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user