diff --git a/templates/models.html b/templates/models.html
index 6660224..2cbddf3 100644
--- a/templates/models.html
+++ b/templates/models.html
@@ -283,7 +283,7 @@
`;
- document.querySelector('#modelsTable thead').innerHTML = headerHtml;
+ document.querySelector('table thead').innerHTML = headerHtml;
// 动态内容
const html = models.map(m => {