From aeca190f2cf0f4a5567ea0e6ddac37cd73c76c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Fri, 28 Feb 2025 16:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=B5=AE=E7=AA=97=E6=A0=B7=E5=BC=8F&=E5=B8=96?= =?UTF-8?q?=E5=AD=90=E5=8D=A1=E7=89=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/t-postcard.vue | 1 + src/components/viewPost/vp-overlay-search.vue | 46 +++++++++++++++---- 2 files changed, 38 insertions(+), 9 deletions(-) diff --git a/src/components/app/t-postcard.vue b/src/components/app/t-postcard.vue index 24c6932b..adda4127 100644 --- a/src/components/app/t-postcard.vue +++ b/src/components/app/t-postcard.vue @@ -325,6 +325,7 @@ async function toForum(forum: TGApp.Plugins.Mys.News.RenderForum): Promise backdrop-filter: blur(20px); background: var(--common-shadow-2); border-bottom-left-radius: 5px; + border-top-right-radius: 5px; box-shadow: 0 0 10px var(--tgc-dark-1); color: var(--tgc-white-1); cursor: pointer; diff --git a/src/components/viewPost/vp-overlay-search.vue b/src/components/viewPost/vp-overlay-search.vue index a63a7e08..dba0fc60 100644 --- a/src/components/viewPost/vp-overlay-search.vue +++ b/src/components/viewPost/vp-overlay-search.vue @@ -8,10 +8,14 @@ 加载更多({{ results.length }}) +
-
- -
+
@@ -113,13 +117,24 @@ async function searchPosts(): Promise {