...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-17 11:59:03 +08:00
parent f45645cc73
commit 8f2b3eb0cc

View File

@@ -24,9 +24,9 @@ function TextCard({
handleDel(item);
}
return (
<div className="hover:cursor-pointer p-2 border-b-1 border-gray-200 rounded-2xl bg-gray-100 m-2 grid grid-cols-8">
<div className="p-2 border-b-1 border-gray-200 rounded-2xl bg-gray-100 m-2 grid grid-cols-8">
<div className="col-span-7" onClick={onUseClick}>
<div className="max-h-26 text-3xl overflow-y-auto">{item.text}</div>
<div className="max-h-26 hover:cursor-pointer text-3xl overflow-y-auto">{item.text}</div>
<div className="max-h-16 overflow-y-auto text-xl text-gray-600 whitespace-nowrap overflow-x-auto">{item.ipa}</div>
</div>
<div className="flex justify-center items-center border-gray-300 border-l-2 m-2">