Vue3 重构:登录日志

This commit is contained in:
lour6498
2023-03-21 10:01:06 +08:00
parent 33a9b5af86
commit a750332210
5 changed files with 225 additions and 100 deletions

View File

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