This commit is contained in:
ditiqi 2025-02-27 09:53:07 +08:00
parent 1e73b53d2c
commit 2b134f5232
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ export default function PathCard({ path }: pathCardProps) {
? "green"
: "orange"
}
className="px-3 py-1 rounded-full bg-blue-100 text-blue-600 border-0">
className="px-3 py-1 rounded-full border-0">
{term.name}
</Tag>
);
@ -61,7 +61,7 @@ export default function PathCard({ path }: pathCardProps) {
<div className="flex gap-2 mb-4">
<Tag
color={"orange"}
className="px-3 py-1 rounded-full bg-blue-100 text-blue-600 border-0">
className="px-3 py-1 rounded-full border-0">
{"未设置分类"}
</Tag>
</div>