chenyc
2022-09-23 3ce633c51d54fa3a89c473d8f501a9d4970cf0cf
src/views/myMine/index.vue
@@ -97,8 +97,8 @@
            </div>
        </div>
        <van-tabbar v-model="active" @change="tabChang">
            <van-tabbar-item name="home" @click="active = 'home'" icon="home-o">首页</van-tabbar-item>
            <van-tabbar-item name="my" @click="active = 'my'" icon="manager">我的</van-tabbar-item>
            <van-tabbar-item name="home" icon="like">首页</van-tabbar-item>
            <van-tabbar-item name="my" icon="manager">我的</van-tabbar-item>
        </van-tabbar>
    </div>
</template>
@@ -119,10 +119,14 @@
    }
</script>
<style lang="scss" scoped>
    body{
        background-color:#166bd3;
    }
.page{
    background-color:#F6FAFF;
    position:relative;
    min-width: 375px;
    min-height: 800px;
    .hader{
        margin-top: 20px;
        margin-bottom: 20px;