style: Material Design - 扁平化表头,移除背景色
This commit is contained in:
@@ -256,14 +256,17 @@ export default {
|
|||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 表头样式
|
// 表头样式 - 扁平化,无背景色
|
||||||
th {
|
th {
|
||||||
background-color: #f5f5f5;
|
background-color: transparent;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 48px;
|
height: 56px;
|
||||||
padding: 12px;
|
padding: 16px 12px;
|
||||||
|
|
||||||
|
// 只保留底部一条分隔线
|
||||||
|
border-bottom: 2px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 数据行样式
|
// 数据行样式
|
||||||
|
|||||||
Reference in New Issue
Block a user