Commit 7240844e by wusiyi

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

parent 2e9ef0b6
...@@ -985,6 +985,9 @@ const handleCurrentChange = (url: string) => { ...@@ -985,6 +985,9 @@ const handleCurrentChange = (url: string) => {
} }
.right-content { .right-content {
width: 400px; width: 400px;
height: 100%;
display: flex;
flex-direction: column;
} }
.basic-info { .basic-info {
display: grid; display: grid;
...@@ -1073,6 +1076,10 @@ const handleCurrentChange = (url: string) => { ...@@ -1073,6 +1076,10 @@ const handleCurrentChange = (url: string) => {
grid-template-columns: repeat(7, 50px); grid-template-columns: repeat(7, 50px);
gap: 8px; gap: 8px;
position: relative; position: relative;
overflow-y: auto;
overflow-x: hidden;
flex: 1;
min-height: 0;
} }
.box-list-item { .box-list-item {
position: relative; 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