frontend_btns_wrap_add_claasname
This commit is contained in:
@@ -374,7 +374,7 @@ export function MptTable({ cowShortNo, cowNo, farmNo, cow, genomeRequest }: MptT
|
|||||||
{mptData.length > 1 && (
|
{mptData.length > 1 && (
|
||||||
<>
|
<>
|
||||||
<h3 className="text-lg lg:text-xl font-bold text-foreground">검사 이력</h3>
|
<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">
|
<CardContent className="p-4">
|
||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
{mptData.map((mpt, idx) => (
|
{mptData.map((mpt, idx) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user