Commit 7240844e by wusiyi

fix: 超级播种墙配货添加滚动条

parent 2e9ef0b6
......@@ -985,6 +985,9 @@ const handleCurrentChange = (url: string) => {
}
.right-content {
width: 400px;
height: 100%;
display: flex;
flex-direction: column;
}
.basic-info {
display: grid;
......@@ -1073,6 +1076,10 @@ const handleCurrentChange = (url: string) => {
grid-template-columns: repeat(7, 50px);
gap: 8px;
position: relative;
overflow-y: auto;
overflow-x: hidden;
flex: 1;
min-height: 0;
}
.box-list-item {
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment