From e7a65c5e40fee92e97f023844f903d5e402544f3 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 25 Feb 2022 09:43:22 +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=AE=BE=E7=BD=AE?= 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;