# 常见问题
# 展示源码和预览功能
Hello Vue
复制代码
# table样式问题(element ,vxetable)
在.vuepress/styles/index.styl中添加
vxe-table, .el-table
table
border-collapse unset
margin unset
display inherit
overflow-x unset
tr
border-top unset
&:nth-child(2n)
background-color unset
th, td
border unset
padding unset
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13