From 4e9f643ab2658289224ac9377e01c2631fca0e79 Mon Sep 17 00:00:00 2001 From: QMZ <1164250597@qq.com> Date: Sat, 21 Dec 2024 23:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E7=85=A7=E7=89=87=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/space/space.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/space/space.vue b/src/views/space/space.vue index 644792d3..4a333a16 100644 --- a/src/views/space/space.vue +++ b/src/views/space/space.vue @@ -75,8 +75,8 @@ -
- +
+
@@ -112,6 +112,7 @@ name:'spaceIndex', data() { return { + myId: 0, userlikelist:[], // myfollows: [], @@ -532,11 +533,14 @@ } .post-img { - display: flex; - left: 220px; - width: 329px; - height: 163px; - position: relative; + + + max-width: 700px; + max-height: 500px; + width: auto; + height: auto; + + } .post-footer {