2e48cf4e by zhaoqian

Merge remote-tracking branch 'origin/master'

2 parents 7db34c9e 529620f8
......@@ -40,6 +40,10 @@ table{
table,tr,.el-col,.title{
border-color: #E6E6E6 !important;
}
//表格加边框
.el-table{
border: 1px solid #E6E6E6;
}
.el-table th{
background-color: #FBFBFB;
}
......