From 1dd0954a9400a5508527b54de61ed35021172171 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 20 Oct 2015 10:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=84=8F=E8=A7=81=E5=8F=8D=E9=A6=88=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/feedback.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/javascripts/feedback.js b/public/javascripts/feedback.js index fb3b35ca7..b30c8f91d 100644 --- a/public/javascripts/feedback.js +++ b/public/javascripts/feedback.js @@ -19,12 +19,12 @@ if(options.minStatue == "true"){ show_btn.css("float", options.float); sideContent.css('width', 0); - show_btn.css('width', 25); + show_btn.css('width', 28); } //close closeBtn.bind("click",function(){ sideContent.animate({width: '0px'},"fast"); - show_btn.stop(true, true).delay(300).animate({ width: '25px'},"fast"); + show_btn.stop(true, true).delay(300).animate({ width: '28px'},"fast"); cookiesave('minStatue','true','','',''); }); //show