文章列表滚轮

This commit is contained in:
Li1304553726 2025-11-21 11:37:29 +08:00
parent 4e377d4e8b
commit 09ae748682
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export function FireNewsList() {
</div>
{/* 文章列表 */}
<div className="space-y-5 h-200 overflow-hidden hover:overflow-auto scroll-container">
<div className="space-y-1 h-200 overflow-hidden hover:overflow-auto scroll-container">
{articles.map((article, index) => (
<div key={index} className="flex items-center space-x-3 pb-1">
{/* 左侧竖线和日期 */}