fix: 移除首页顶部多余 padding

This commit is contained in:
alger
2026-03-22 16:47:38 +08:00
parent bf3155b80a
commit 0ea3ac5b60

View File

@@ -1,7 +1,7 @@
<template>
<div class="home-container h-full w-full bg-white dark:bg-black transition-colors duration-500">
<n-scrollbar class="h-full">
<div class="home-content w-full pb-32 pt-6 page-padding">
<div class="home-content w-full pb-32 page-padding">
<!-- Hero Section -->
<home-hero />