feat: 修改代码结构
This commit is contained in:
@@ -247,6 +247,7 @@ export default function Content() {
|
||||
{announcementData?.map((item) => {
|
||||
return (
|
||||
<div
|
||||
key={item.id}
|
||||
className={`${item.pinned ? 'bg-[#B5C9E2]' : 'bg-white'} flex items-center rounded-[20px] px-4 py-2`}
|
||||
>
|
||||
<p
|
||||
|
||||
Reference in New Issue
Block a user