frontend_btns_wrap_add_claasname

This commit is contained in:
NYD
2025-12-30 09:43:45 +09:00
parent 9de32fe394
commit 5bad8c5dc4

View File

@@ -374,7 +374,7 @@ export function MptTable({ cowShortNo, cowNo, farmNo, cow, genomeRequest }: MptT
{mptData.length > 1 && (
<>
<h3 className="text-lg lg:text-xl font-bold text-foreground"> </h3>
<Card className="bg-white border border-border shadow-sm rounded-2xl overflow-hidden">
<Card className="inspt_hist bg-white border border-border shadow-sm rounded-2xl overflow-hidden">
<CardContent className="p-4">
<div className="flex flex-wrap gap-2">
{mptData.map((mpt, idx) => (