This commit is contained in:
lb
2023-11-01 14:50:03 +08:00
parent 4ce50704f3
commit 296a39c7f8
15 changed files with 39 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
import React from 'react';
import NavMenu from '../../../公共组件/导航菜单';
import Item2 from './RightTable';
import Item1 from './LeftBoxes';
@@ -8,7 +7,6 @@ import cls from './index.module.less';
export default function index() {
return (
<>
<NavMenu />
<div className="flex justify-between w-full h-full">
<div className={cls.leftGrid}>
<Item1 />