vue.js移动设备开发技巧

Posted by TerenceHan on 2017-03-05

样式

三栏布局

1
2
3
4
5
6
7
8
9
10
.tab{
display: flex;
width: 100%;
height: 40px;
line-height: 40px;
}
.tab .tab-item{
flex: 1;
text-align: center;
}

对于<a>可以设置display: block从而实现点击某一块即可进行跳转