全局表头样式

This commit is contained in:
Vergil
2020-02-12 15:17:06 +08:00
parent e9582c142f
commit 61e2240bb7
3 changed files with 5 additions and 44 deletions

View File

@@ -27,10 +27,14 @@
}
}
}
//表头全局样式
.el-table th{
background-color: #7eaced;
color: white;/*修改表格头部背景*/
line-height: 35px!important;
font-family: YouYuan!important;
font-Size: 14px!important;
font-weight:200!important
}
.el-table__row td{
padding: 3px 0!important;