Commit 5e509372 by qinjianhui

fix: 样式修改

parent 5a7fac51
...@@ -1099,7 +1099,6 @@ const handleWarehouseChange = (value: string | number) => { ...@@ -1099,7 +1099,6 @@ const handleWarehouseChange = (value: string | number) => {
grid-template-columns: repeat(7, 50px); grid-template-columns: repeat(7, 50px);
gap: 8px; gap: 8px;
position: relative; position: relative;
overflow-y: auto;
} }
.box-list-item { .box-list-item {
position: relative; position: relative;
......
...@@ -1018,6 +1018,8 @@ const handleWarehouseChange = (value: string | number) => { ...@@ -1018,6 +1018,8 @@ const handleWarehouseChange = (value: string | number) => {
} }
.right-content { .right-content {
width: 400px; width: 400px;
overflow-y: auto;
overflow-x: hidden;
} }
.basic-info { .basic-info {
display: grid; display: grid;
...@@ -1106,7 +1108,6 @@ const handleWarehouseChange = (value: string | number) => { ...@@ -1106,7 +1108,6 @@ const handleWarehouseChange = (value: string | number) => {
grid-template-columns: repeat(7, 50px); grid-template-columns: repeat(7, 50px);
gap: 8px; gap: 8px;
position: relative; position: relative;
overflow-y: auto;
} }
.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