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> <template>
<div class="dashboard-container"> <div class="dashboard-container">
<n-space vertical size="large"> <n-space vertical size="large">
<n-space vertical size="large"> <n-space vertical size="large" style="gap: 24px">
<base-info-card /> <base-info-card />
<line-chart class="dashboard-chart" /> <line-chart class="dashboard-chart" />
</n-space> </n-space>