feat: 调整间距

This commit is contained in:
tbphp
2025-07-22 14:59:26 +08:00
parent 681f0de81c
commit 785c00140c

View File

@@ -7,7 +7,7 @@ import { NSpace } from "naive-ui";
<template>
<div class="dashboard-container">
<n-space vertical size="large">
<n-space vertical size="large">
<n-space vertical size="large" style="gap: 24px">
<base-info-card />
<line-chart class="dashboard-chart" />
</n-space>