Vue3 重构:REVIEW 登录日志

This commit is contained in:
YunaiV
2023-03-23 23:50:14 +08:00
parent 8e032d988b
commit 4481964182
4 changed files with 13 additions and 26 deletions

View File

@ -26,9 +26,3 @@
border-left-color: var(--el-color-primary);
}
}
// 添加表头样式
.el-table.yudao-table {
--el-table-header-bg-color: #f8f8f9;
--el-table-header-text-color: #606266;
}