feat(导航): 调整导航菜单和首页功能顺序
将"49过程矩阵"移至导航菜单第二位,并在首页添加对应功能卡片 移除不再使用的可视化功能 优化全屏模式下的样式处理
This commit is contained in:
@@ -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>{`
|
||||
|
||||
Reference in New Issue
Block a user