From c8214d836beb9cbb5a25dcc9e37e8900f9aff3db Mon Sep 17 00:00:00 2001 From: "penghui.zh" Date: Wed, 20 Apr 2016 19:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=B9=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E5=A4=AA=E7=AA=84=EF=BC=8C=E6=98=BE=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E5=85=A8=EF=BC=8C=E5=8A=A0=E5=AE=BD=E5=B7=A6=E8=BE=B9=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- marketch.sketchplugin/Contents/Sketch/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/marketch.sketchplugin/Contents/Sketch/index.html b/marketch.sketchplugin/Contents/Sketch/index.html index 4469185..7e33386 100644 --- a/marketch.sketchplugin/Contents/Sketch/index.html +++ b/marketch.sketchplugin/Contents/Sketch/index.html @@ -75,7 +75,7 @@ .wrap {position:relative;margin:30px 0 0 30px;} .wrap:after {content:'';display:block;clear:both;height:0;overflow:hidden;} .wrap-layer {display:none;background-size:100% 100% !important;} - .wrap-layer-active {position:relative;z-index:0;display:block;border-radius:2px;box-shadow:0 0 0 1px #e1e8ef;} + .wrap-layer-active {position:relative;z-index:0;display:block;border-radius:2px;box-shadow:0 0 0 1px #e1e8ef;margin-left: 200px} .wrap-layer .art-layer {box-sizing:border-box;overflow:hidden;} .wrap-layer .art-slice {display:none;box-sizing:border-box;} .wrap-layer .art-layer[id]:hover {box-shadow:0 0 0 1px #004BD2;} @@ -166,7 +166,7 @@ .export-btn {text-align:center;} .panel-export, .panel-export:hover {display: inline-block; height: 30px; line-height: 30px; border-radius: 3px; color: #FFFFFF; background: #4e96f7; width: 100%;} - .aside {position:absolute;top:0;left:0;width:150px;bottom:0;overflow:hidden;overflow-y:auto;color:#fff;background:#343D50;} + .aside {position:absolute;top:0;left:0;width:300px;bottom:0;overflow:hidden;overflow-y:auto;color:#fff;background:#343D50;} .aside h2 {position:relative;} .aside h2 span {display:block;height:33px;font-weight:700;overflow:hidden;background:#1E2535;text-indent: 15px;} .aside h2:after {border-color:#9CA3A7;}