Merge branch 'main' of http://113.45.67.59:3003/qiuchenfan/news
This commit is contained in:
commit
e504a0a4f9
|
|
@ -69,7 +69,7 @@ export function FireNewsList() {
|
||||||
</div>
|
</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) => (
|
{articles.map((article, index) => (
|
||||||
<div key={index} className="flex items-center space-x-3 pb-1">
|
<div key={index} className="flex items-center space-x-3 pb-1">
|
||||||
{/* 左侧竖线和日期 */}
|
{/* 左侧竖线和日期 */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue