@ -182,7 +182,7 @@ const goBack = () => {
.white-body {
margin: 0 4%;
width: 92%;
height: 96%;
height: 100%;
background-color: #fff;
border-radius: 0.25rem;
}
@ -401,9 +401,10 @@
.goods_box {
margin: 2%;
width: 96%;
border-bottom: 4px solid #f0f4f7;
margin: 3%;
width: 94%;
box-shadow: 0 0 6px #eee;
border-radius: 10px;
/deep/ .van-hairline--bottom {