From fbb6333b4a1a29de5e88e9d276e18af218c5ecb7 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 24 Mar 2022 17:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=8C=BA=E7=AE=A1=E7=90=86=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/community/community.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 7f91ed38..1708c943 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -307,7 +307,7 @@ export default { .div_table { margin-left: 15px; // flex: 1; - width: calc(100vw - 550px); + width: calc(100% - 300px); background-color: #ffffff; border-radius: 5px; padding: 10px;