修改论坛
Change-Id: I93e5d0cb584d8f423d1056ee9a5b84a4ac5f4d07
diff --git a/src/pages/Forum/posts-main/ForumPage.css b/src/pages/Forum/posts-main/ForumPage.css
index 3f26e17..aa0a5c3 100644
--- a/src/pages/Forum/posts-main/ForumPage.css
+++ b/src/pages/Forum/posts-main/ForumPage.css
@@ -1,6 +1,6 @@
.forum-page {
color: #fff;
- background-color: #2d2d2d;
+ background-color: #4A3B34;
min-height: 100vh;
font-family: Arial, sans-serif;
}
@@ -16,6 +16,7 @@
}
.post-card {
+ text-decoration: none; /* 移除链接的下划线 */
background-color: #4A3B34;
padding: 15px;
border-radius: 10px;
@@ -93,4 +94,12 @@
.error-text {
color: red;
}
+
+ .toolbar {
+ display: flex;
+ /* justify-content: space-between;
+ align-items: center; */
+ padding: 16px 20px;
+ }
+
\ No newline at end of file