update
This commit is contained in:
@ -8,7 +8,7 @@ export interface BreadcrumbItem {
|
||||
|
||||
const Breadcrumb = ({ navigations }: { navigations: BreadcrumbItem[] }) => {
|
||||
return (
|
||||
<div className={"flex text-xs text-[#13426e] truncate"}>
|
||||
<div className={"flex truncate text-xs text-[#13426e]"}>
|
||||
<span className={"mr-2"}>当前位置:</span>
|
||||
{navigations.map((navigation, index) => {
|
||||
if (index === navigations.length - 1) {
|
||||
|
Reference in New Issue
Block a user