Commit 5e509372 by qinjianhui

fix: 样式修改

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