feat: login and register view

This commit is contained in:
Tim
2025-07-17 18:50:06 +08:00
parent a7d3372a7e
commit 9e20993b93
6 changed files with 57 additions and 1 deletions

View File

@@ -57,4 +57,15 @@ export default {
width: 16px;
height: 16px;
}
@media (max-width: 768px) {
.article-info-item-img {
width: 10px;
height: 10px;
}
.article-info-item {
font-size: 10px;
}
}
</style>

View File

@@ -63,5 +63,17 @@ export default {
width: 16px;
height: 16px;
}
@media (max-width: 768px) {
.article-info-item-img {
width: 10px;
height: 10px;
}
.article-info-item {
font-size: 10px;
}
}
</style>