修改按钮样式
This commit is contained in:
parent
4ec0b91326
commit
a898a097e2
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue