feat: mark as read button

This commit is contained in:
tim
2025-07-14 14:15:12 +08:00
parent e26fcd982e
commit 8ec4894513
2 changed files with 148 additions and 3 deletions

View File

@@ -622,12 +622,13 @@ export default {
flex-direction: row;
gap: 20px;
width: 100%;
flex-wrap: wrap;
}
.hot-reply,
.hot-topic,
.hot-tag {
width: 33%;
width: 40%;
}
.profile-timeline {