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 {