From 5f0eaf10cf1f35c0aad4052de82a04e4c3abf98b Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 6 Jul 2025 10:55:12 +0800 Subject: [PATCH] feat: update header --- open-isle-cli/src/views/HomePageView.vue | 51 ++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/open-isle-cli/src/views/HomePageView.vue b/open-isle-cli/src/views/HomePageView.vue index 205f0b2ee..498dcb705 100644 --- a/open-isle-cli/src/views/HomePageView.vue +++ b/open-isle-cli/src/views/HomePageView.vue @@ -19,6 +19,24 @@
+
+
+ 话题 +
+
+ 参与人员 +
+
+ 回复 +
+
+ 浏览 +
+
+ 活动 +
+
+
@@ -254,6 +272,14 @@ L 站的愿景是成为新的**理想型社区**,让每一个一身疲惫的 width: 100%; } +.header-container { + display: flex; + flex-direction: row; + align-items: center; + width: 100%; + justify-content: space-between; +} + .article-item { display: flex; flex-direction: row; @@ -263,6 +289,15 @@ L 站的愿景是成为新的**理想型社区**,让每一个一身疲惫的 border-bottom: 1px solid lightgray; } +.header-item { + +} + +.header-item.main { + width: 60%; + margin-left: 20px; +} + .article-main-container { margin-left: 20px; padding: 10px 0; @@ -351,4 +386,20 @@ L 站的愿景是成为新的**理想型社区**,让每一个一身疲惫的 margin-left: 20px; margin-right: 20px; } + +.header-item.avatars { +} + +.header-item.comments { + margin-left: 20px; +} + +.header-item.views { + margin-left: 20px; +} + +.header-item.activity { + margin-left: 20px; + margin-right: 20px; +}