From a929e2cbe8024f68fa762a7ac8ff355ab359dbe9 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 28 Feb 2026 00:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-anno.vue | 1 + src/views/t-post.vue | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/t-anno.vue b/src/views/t-anno.vue index 6bddce5d..d108fa25 100644 --- a/src/views/t-anno.vue +++ b/src/views/t-anno.vue @@ -94,6 +94,7 @@ async function createAnnoJson(): Promise { .anno-body { width: 800px; + max-width: calc(100% - 100px); margin: 0 auto; font-family: var(--font-text); } diff --git a/src/views/t-post.vue b/src/views/t-post.vue index cbfe89b3..3a0ba85c 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -491,9 +491,8 @@ function handleUser(user: TGApp.BBS.Post.User): void { .tp-post-body { position: relative; width: v-bind(viewWidth); /* stylelint-disable-line value-keyword-case */ + max-width: calc(100% - 100px); margin: 0 auto; - - // max-width: calc(100% - 100px); font-family: var(--font-text); transition: width 0.3s ease-in-out; }