style(tableComponents): 修改一级行背景色为更浅的灰色
This commit is contained in:
parent
b145cecdc7
commit
df941cefbe
|
|
@ -161,7 +161,7 @@ defineExpose({
|
|||
// }
|
||||
|
||||
:deep(.el-table__row--level-1) {
|
||||
background-color: #f0f0f0;
|
||||
background-color: #f7f8fa;
|
||||
}
|
||||
|
||||
/* 1. 隐藏默认图标 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue