系统设置
角色
This commit is contained in:
pan.wl.2
2024-10-29 14:39:58 +08:00
parent 1935bc2e62
commit b5096b5f5c
8 changed files with 64 additions and 4 deletions

View File

@@ -93,7 +93,7 @@
</el-card>
</div>
<div class="lg:flex gap-4">
<el-card class="!border-none mb-4 lg:mb-0 w-full lg:w-2/3" shadow="never">
<el-card class="!border-none w-full lg:w-3/3" shadow="never">
<template #header>
<span>访问量趋势图</span>
</template>
@@ -105,7 +105,7 @@
/>
</div>
</el-card>
<el-card class="!border-none w-full lg:w-1/3" shadow="never">
<!-- <el-card class="!border-none w-full lg:w-1/3" shadow="never">
<template #header>
<span>销售额趋势图</span>
</template>
@@ -116,7 +116,7 @@
:autoresize="true"
/>
</div>
</el-card>
</el-card> -->
</div>
</div>
</template>