Commit 5a7fac51 by qinjianhui

fix: 样式修改

parent 5f70d31f
......@@ -1099,6 +1099,7 @@ const handleWarehouseChange = (value: string | number) => {
grid-template-columns: repeat(7, 50px);
gap: 8px;
position: relative;
overflow-y: auto;
}
.box-list-item {
position: relative;
......
......@@ -1106,6 +1106,7 @@ 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