fix tool list bug

This commit is contained in:
lh_wang
2015-08-09 13:21:28 +08:00
parent e8efb49614
commit 479fb64348
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ define('home/tools', function(require, exports, module){
tools.css('overflow', 'hidden');
var height = parseInt($('.tools').css('height'));
if(height > 50){
if(height > 55){
var hideHandle = setInterval(function(){
height -= 50;
if(height < 10){