add:Vue.js 2.x(自定义全局指令)

This commit is contained in:
qianguyihao
2018-05-27 23:51:20 +08:00
parent 04df21a2f5
commit 41801d3fb1
4 changed files with 136 additions and 35 deletions

View File

@@ -469,8 +469,7 @@ js部分
.table {
width: 800px;
margin: 20px auto;
border-collapse: collapse;
/*这一行,不能少:表格的两边框合并为一条*/
border-collapse: collapse;/*这一行,不能少:表格的两边框合并为一条*/
}
.table th {