fix: 提交修改
Build and Deploy Vue3 / build (push) Successful in 1m31s
Build and Deploy Vue3 / deploy (push) Successful in 1m9s

This commit is contained in:
2026-04-15 16:02:36 +08:00
parent 2f06aa9f5f
commit b3ed406f84
61 changed files with 7476 additions and 7226 deletions
-21
View File
@@ -379,25 +379,4 @@ onMounted(() => {
font-size: 13px;
}
.text-muted {
color: #c0c4cc;
}
.pagination-wrapper {
display: flex;
justify-content: flex-end;
margin-top: 16px;
}
:deep(.el-table) {
--el-table-border-color: #ebeef5;
--el-table-header-bg-color: #fafafa;
--el-table-row-hover-bg-color: #f5f7fa;
}
:deep(.el-table th) {
font-weight: 600;
color: #303133;
font-size: 13px;
}
</style>