feat(导航): 调整导航菜单和首页功能顺序

将"49过程矩阵"移至导航菜单第二位,并在首页添加对应功能卡片
移除不再使用的可视化功能
优化全屏模式下的样式处理
This commit is contained in:
史悦
2026-02-03 09:21:10 +08:00
parent dae0049e86
commit f0823fad30
3 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ export function ProcessMatrixPage() {
}, [isFullScreen, setMatrixFullScreen])
return (
<div className={clsx("space-y-6", isFullScreen && "fixed inset-0 z-50 bg-white dark:bg-gray-900 p-0 m-0 space-y-0")}>
<div className={clsx(isFullScreen ? "fixed inset-0 z-50 bg-white dark:bg-gray-900 p-0 m-0" : "space-y-6")}>
{/* 隐藏滚动条的样式 */}
{isFullScreen && (
<style>{`