文章列表滚轮
This commit is contained in:
parent
4e377d4e8b
commit
09ae748682
|
|
@ -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">
|
||||
{/* 左侧竖线和日期 */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue