From 637d487dd1557d27d6a2078290e01ee5c835be39 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 25 Feb 2022 09:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=8C=BA=E7=AE=A1=E7=90=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/community/community.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 14254aa9..1c15672c 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -276,7 +276,8 @@ export default { .div_table { margin-left: 15px; - width: calc(100vw - 550px); + flex: 1; + // width: calc(100vw - 550px); background-color: #ffffff; border-radius: 5px; padding: 10px;