2e48cf4e by zhaoqian

Merge remote-tracking branch 'origin/master'

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