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