From b02793d3b0297b19a729fd6e8e56c2ebf4e55728 Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Sun, 12 May 2019 21:37:25 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=8E=BB=E6=8E=89=20#app=20border=20?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=EF=BC=8C=E6=9C=89=E7=82=B9=E4=B8=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile-web/src/assets/style/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile-web/src/assets/style/common.css b/mobile-web/src/assets/style/common.css index fd9190ff6..61a123a48 100644 --- a/mobile-web/src/assets/style/common.css +++ b/mobile-web/src/assets/style/common.css @@ -10,8 +10,8 @@ body { /* 处理 pc 最大尺寸 */ #app { - border-left: 1px solid #ccc2bf; - border-right: 1px solid #ccc2bf; + /*border-left: 1px solid #ccc2bf;*/ + /*border-right: 1px solid #ccc2bf;*/ } @media screen and (min-width: 769px) {