feat: delete useless config

This commit is contained in:
tim
2025-07-08 16:02:06 +08:00
parent 5ed868d121
commit bc39dd8ee1
5 changed files with 33 additions and 49 deletions

View File

@@ -289,6 +289,10 @@ export default {
font-size: 20px;
text-decoration: none;
color: var(--text-color);
line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.article-item-title:hover {