全局修改elm表格的表头颜色
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -40,6 +40,9 @@ table{ | ... | @@ -40,6 +40,9 @@ table{ |
| 40 | table,td,tr,.el-col,.title{ | 40 | table,td,tr,.el-col,.title{ |
| 41 | border-color: #E6E6E6 !important; | 41 | border-color: #E6E6E6 !important; |
| 42 | } | 42 | } |
| 43 | .el-table th{ | ||
| 44 | background-color: #FBFBFB; | ||
| 45 | } | ||
| 43 | .formInput { | 46 | .formInput { |
| 44 | height: 100%; | 47 | height: 100%; |
| 45 | width: 100%; | 48 | width: 100%; | ... | ... |
-
Please register or sign in to post a comment