半成品拼盘查询

This commit is contained in:
2023-06-28 11:13:48 +08:00
parent c4b215eefa
commit 3c8c03c3ab
7 changed files with 155 additions and 22 deletions

View File

@@ -43,6 +43,9 @@
<div class="popper__arrow"></div>
</div>
</div>
<div class="home_tip_wrap" @click="backHome">
<div class="iconfont icon_home"></div>
</div>
</div>
</div>
</template>
@@ -94,6 +97,9 @@ export default {
},
switchColor (type) {
this.$emit('switchColor', type)
},
backHome () {
this.$router.push('/home')
}
}
}
@@ -205,6 +211,12 @@ export default {
padding 0
&:nth-child(2)
padding 0 10px
.home_tip_wrap
_wh(18px, 45px)
_fj(center)
margin-left 15px
.icon_home
_font(18px, 45px, #fff,,center)
.colors_3_wrap
position relative
_wh(18px, 18px)