Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment