feat: update
This commit is contained in:
parent
55b45380e9
commit
46179c0ecb
|
@ -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} /> },
|
||||
];
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user