时间显示到秒 & 表格之间的跳转页面
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
ChevronsRight,
|
||||
CircleDollarSign,
|
||||
ClipboardList,
|
||||
ComputerIcon,
|
||||
ContactRound,
|
||||
DollarSign,
|
||||
DoorClosedIcon,
|
||||
@@ -24,7 +23,7 @@ import {
|
||||
} from "lucide-react"
|
||||
import Link from "next/link"
|
||||
import { usePathname } from "next/navigation"
|
||||
import { createContext, type ReactNode, Suspense, useContext, useState } from "react"
|
||||
import { createContext, type ReactNode, useContext, useState } from "react"
|
||||
import { twJoin } from "tailwind-merge"
|
||||
import { Auth } from "@/components/auth"
|
||||
import { Button } from "@/components/ui/button"
|
||||
@@ -307,7 +306,7 @@ export default function Navigation() {
|
||||
)}
|
||||
>
|
||||
{/*Logo 区域 */}
|
||||
<Suspense><Logo collapsed={collapsed} /></Suspense>
|
||||
<Logo collapsed={collapsed} />
|
||||
|
||||
{/* Navigation Menu */}
|
||||
<ScrollArea className="flex-1 py-3 overflow-hidden">
|
||||
|
||||
Reference in New Issue
Block a user