From f632811dbd7219d454bd8e1307577d3863591333 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 14:26:30 +0800
Subject: [PATCH] 45
---
src/views/myMine/index.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index 1875b56..aff4a6c 100644
--- a/src/views/myMine/index.vue
+++ b/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;
--
Gitblit v1.8.0