From dcecdaa6b9649931694a2544c9dcaed8ec904697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 3 Jun 2025 17:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/index.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/board/index.vue b/src/views/board/index.vue index a19e20d..7f3fcda 100644 --- a/src/views/board/index.vue +++ b/src/views/board/index.vue @@ -141,30 +141,28 @@ export default { } .item1 { - right: -3%; - width: 14vw; + right: 0%; bottom: 25%; } .item2 { right: 18%; - width: 14vw; bottom: 25%; } .item3 { right: 60%; - width: 14vw; bottom: 25%; } .item4 { right: 75%; - width: 14vw; bottom: 65%; } .item1, .item2, .item3, .item4 { + padding: 8px; + //width: 14vw; position: absolute; border: 1px solid white; transform: translateX(-50%);