变更目录结构
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
.centerMenu {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 680px;
|
||||
position: fixed;
|
||||
top: 120px;
|
||||
left: 1340px;
|
||||
color: white;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.menuItem {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import CenterMenu from './CenterMenu';
|
||||
import NavMenu from '../公共组件/导航菜单';
|
||||
import Item2 from './RightTable';
|
||||
import Item1 from './LeftBoxes';
|
||||
|
||||
@@ -8,7 +8,7 @@ import cls from './index.module.less';
|
||||
export default function index() {
|
||||
return (
|
||||
<>
|
||||
<CenterMenu />
|
||||
<NavMenu />
|
||||
<div className="flex justify-between w-full h-full">
|
||||
<div className={cls.leftGrid}>
|
||||
<Item1 />
|
||||
|
||||
Verwijs in nieuw issue
Block a user