This commit is contained in:
lb
2023-09-10 17:20:10 +08:00
parent b619c8b90b
commit d56573acbb
10 changed files with 33 additions and 24 deletions

View File

@@ -1,5 +1,13 @@
import './styles/left.module.css';
import Kiln from '../LeftBar/Kiln';
import GoodProduction from '../LeftBar/GoodProduction';
export default (props) => {
return <div className={`left-content ${props.className}`}></div>;
return (
<div className={`left-content ${props.className}`}>
<Kiln />
<GoodProduction />
</div>
);
};

View File

@@ -3,5 +3,5 @@
display: flex;
flex-direction: column;
gap: 20px;
background: #fcc3;
/* background: #fcc3; */
}

View File

@@ -1,7 +1,7 @@
.main-container {
height: 1px;
flex: 1;
background: #ccc4;
/* background: #ccc4; */
display: grid;
grid-template-columns: 626px 576px 580px 626px 626px 450px 626px;
grid-template-rows: 600px 306px;