修改按钮样式

This commit is contained in:
al 2024-11-05 14:54:48 +08:00
parent 4ec0b91326
commit a898a097e2
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ export default function UploadImgs({
</div> </div>
<div <div
className="h-6 w-6 bg-[#33333380] absolute top-0 right-0 flex justify-center items-center" className="h-6 w-6 bg-[#33333380] absolute top-0 right-0 flex justify-center items-center rounded-bl"
onClick={() => handleRemoveItem(index)} onClick={() => handleRemoveItem(index)}
> >
<FontAwesomeIcon icon={faClose} size="xl" /> <FontAwesomeIcon icon={faClose} size="xl" />