半成品拼盘查询
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user