tab与添加主页
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
<template>
|
||||
这里是关注页面
|
||||
</template>
|
||||
<template >
|
||||
<van-row >
|
||||
<van-col span="24">
|
||||
<div class="test">这里是关注页面</div>
|
||||
</van-col>
|
||||
|
||||
</van-row>
|
||||
|
||||
|
||||
</template>
|
||||
<style scoped>
|
||||
.test
|
||||
{
|
||||
|
||||
}
|
||||
</style>
|
||||
@@ -23,7 +23,7 @@
|
||||
<span class="subtitle">一小时前</span>
|
||||
</van-col>
|
||||
|
||||
<van-col span="6">
|
||||
<van-col span="6" class="down">
|
||||
<van-icon name="arrow-down" @click="show = true" />
|
||||
</van-col>
|
||||
|
||||
@@ -143,11 +143,14 @@ const onRefresh = () => {
|
||||
padding-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.rowBody {
|
||||
text-align: left;
|
||||
background-color: white;
|
||||
min-height: 2rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.title {
|
||||
padding-top: 1rem;
|
||||
@@ -176,4 +179,9 @@ color: #CBCBCB;
|
||||
.bottomRow{
|
||||
color: #979797;
|
||||
}
|
||||
.down
|
||||
{
|
||||
text-align: right;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
16
Yi.Vue3.x.Vant/src/view/main/square.vue
Normal file
16
Yi.Vue3.x.Vant/src/view/main/square.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template >
|
||||
<van-row >
|
||||
<van-col span="24">
|
||||
<div class="test">这里是广场页面</div>
|
||||
</van-col>
|
||||
|
||||
</van-row>
|
||||
|
||||
|
||||
</template>
|
||||
<style scoped>
|
||||
.test
|
||||
{
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user