This commit is contained in:
parent
8e095b7023
commit
0a212e5fd4
|
@ -1823,7 +1823,7 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
background-color: #f2f2f2;
|
||||
padding: 10px;
|
||||
margin-bottom: 50px;
|
||||
left:0
|
||||
|
|
|
@ -174,6 +174,7 @@
|
|||
</view>
|
||||
<empty v-if="goods.length == 0"></empty>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -702,7 +703,9 @@
|
|||
background-color: #fff;
|
||||
padding: 10px;
|
||||
margin-bottom: 50px;
|
||||
margin-left: 10px;
|
||||
left:5rpx;
|
||||
border: 1px #e5e5e5 solid;
|
||||
border-radius: 20rpx 20rpx 0 0;
|
||||
}
|
||||
.showBtn{
|
||||
}
|
||||
|
@ -888,4 +891,5 @@
|
|||
.bg {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue