From 4e5e1eade950a6740bd9497542d900496b2a2fc6 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Sat, 22 Oct 2022 17:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/guideBox.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Portal/guideBox.vue b/src/components/Portal/guideBox.vue index dcf221ae..a6820f98 100644 --- a/src/components/Portal/guideBox.vue +++ b/src/components/Portal/guideBox.vue @@ -94,6 +94,7 @@ this.dlgWidth = '688px'; this.leftWidth='160px'; } + console.log(this.dlgWidth +" " + this.leftWidth); //这里必须放在当前的Session存储中,不能每次都调用 // apiGuide.hasUser().then(res=>{ @@ -212,7 +213,7 @@ color: #FFFFFF; line-height: 22px; // margin-left: 20px; - padding: 0 30px; + padding: 0 20px; margin-bottom: 27px; cursor: pointer; }