村民圈

This commit is contained in:
shijingjing
2022-03-18 17:55:11 +08:00
parent 4224194954
commit e76b1d796c

View File

@@ -12,6 +12,7 @@
</AiAreaPicker>
</div>
</div>
<div class="line"></div>
<div class="tab-select">
<div class="item" :class="tabIndex == index ? 'active' : ''" v-for="(item, index) in tabs" :key="index" @click="tabClick(index)">{{item}}<span></span></div>
</div>
@@ -139,6 +140,11 @@ export default {
line-height: 100px;
background: #FFFF;
}
.line {
background: #f5f5f5;
height: 16px;
width: 100%;
}
.tab-select {
width: 100%;
height: 96px;
@@ -146,7 +152,6 @@ export default {
background: #FFFFFF;
display: flex;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
.item{
flex: 1;