代客下单修改部分样式

This commit is contained in:
YeMingfei666 2024-08-23 15:28:08 +08:00
parent ab7c61231b
commit 963c1c81ba
1 changed files with 4 additions and 3 deletions

View File

@ -3083,8 +3083,9 @@ input[type="number"]::-webkit-outer-spin-button {
flex: 1;
background-color: #f7f7fa;
margin-left: 20px;
padding: 14px 20px 0;
overflow: hidden;
padding: 14px 15px 0;
overflow-x: hidden;
overflow-y: scroll;
.goods-list {
display: flex;