style(tableComponents): 修改一级行背景色为更浅的灰色

This commit is contained in:
zzp 2025-11-30 11:05:42 +08:00
parent b145cecdc7
commit df941cefbe
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ defineExpose({
// }
:deep(.el-table__row--level-1) {
background-color: #f0f0f0;
background-color: #f7f8fa;
}
/* 1. 隐藏默认图标 */