From eed6ec43c70c5676977f2c91d4004139b2ecd58f Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 23 Aug 2024 19:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8F=91=E5=B8=83=E3=80=81?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/base/navbar.vue | 2 +- components/post/postList.vue | 1 + pages.json | 19 +++++- pages/index/index.vue | 1 + pages/index/publish.vue | 86 +++++++++++++++++++++++---- pages/publish/actorRelease.vue | 9 ++- pages/publish/postDetail.vue | 132 +++++++++++++++++++++++++++++++++++++++++ pages/publish/publishPost.vue | 6 +- static/image/publish/p1.png | Bin 0 -> 5699 bytes static/image/publish/p2.png | Bin 0 -> 6865 bytes 10 files changed, 242 insertions(+), 14 deletions(-) create mode 100644 pages/publish/postDetail.vue create mode 100644 static/image/publish/p1.png create mode 100644 static/image/publish/p2.png diff --git a/components/base/navbar.vue b/components/base/navbar.vue index bf7253b..56d2811 100644 --- a/components/base/navbar.vue +++ b/components/base/navbar.vue @@ -79,7 +79,7 @@ .navbar{ width: 100%; height: 100rpx; - padding-top: calc(var(--status-bar-height)); + padding-top: calc(var(--status-bar-height) + 20rpx); } .title{ position: fixed; diff --git a/components/post/postList.vue b/components/post/postList.vue index b523c24..68fcb27 100644 --- a/components/post/postList.vue +++ b/components/post/postList.vue @@ -1,6 +1,7 @@