From 71284908cb5f4bf430da196af5162ae3a4d9df05 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 4 Jan 2018 21:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E5=8F=98=E5=8C=96bug=E7=BB=AD=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mogui/view/v1/index/index.html | 2 +- public/v1/css/common.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mogui/view/v1/index/index.html b/mogui/view/v1/index/index.html index b4d3726..f04c809 100644 --- a/mogui/view/v1/index/index.html +++ b/mogui/view/v1/index/index.html @@ -74,7 +74,7 @@ var content = new Vue({ { // iframe宽高样式初始化 this.content_style = { - width : (window.innerWidth-180)+'px', + width : (window.innerWidth-185)+'px', height : (window.innerHeight-60)+'px' } diff --git a/public/v1/css/common.css b/public/v1/css/common.css index ee7fd9d..87bfbd6 100644 --- a/public/v1/css/common.css +++ b/public/v1/css/common.css @@ -40,7 +40,7 @@ header .logo { color: #fff; font-size: 30px; font-family: serif; margin: 0px 5px header .logo-tips { color: #c6c6c6; font-size: 12px; } #nav-left { float: left; width: 160px; background-color: #eef1f6; } #nav-left ul { border-radius: 0px; } -#content { padding: 10px 10px 0 10px; } +#content { padding: 10px 0 0 10px; } #nav-left, #content { overflow-x: hidden; } /** -- GitLab