写死首页拼团推荐的头像

This commit is contained in:
2020-08-18 12:12:01 +08:00
parent 631e8ae3e6
commit 689aecc572
6 changed files with 5 additions and 8 deletions

View File

@@ -257,11 +257,10 @@
</script>
<style lang="scss" scoped>
.shop {
height: calc(100% - var(--window-top));
height: calc(100vh - var(--window-top));
box-sizing: border-box;
background-color: #F0EDF1;
overflow-y: scroll;
.top {
padding: 0 30rpx;
background-color: #ffffff;