mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
fix tool list bug
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user