feat: update

This commit is contained in:
mozzie 2024-10-11 17:28:10 +08:00
parent 55b45380e9
commit 46179c0ecb
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ import { MenuItem } from "./type";
import { BrainCircuit, Package, HardDrive, Wrench } from "lucide-react";
export const menuItems: MenuItem[] = [
{ to: "/", name: "自动分析", icon: <BrainCircuit /> },
// { to: "/", name: "自动分析", icon: <BrainCircuit /> },
{ to: "/datasource", name: "数据列表", icon: <HardDrive /> },
// { to: "/viewer", name: "MPR阅片", icon: <Rotate3DIcon size={24} /> },
{ to: "/models", name: "模型管理", icon: <Package /> },
{ to: "/tools", name: "小工具", icon: <Wrench /> },
// { to: "/tools", name: "小工具", icon: <Wrench /> },
// { to: "/setting", name: "设置", icon: <IoSettingsOutline size={24} /> },
];

View File

@ -90,7 +90,7 @@ export const ReportWindow = () => {
<img src="logo.svg" />
<span className="text-xs"></span>
</div>
<div className="bg-slate-200 pl-2 h-10 leading-0"></div>
<div className="bg-slate-200 pl-2 h-10 leading-10"></div>
<div className="py-2">
<div className="pt-2 pl-2 flex flex-wrap justify-between">
<div className="column w-full md:w-1/3 mb-4 text-left">