pull/36/head
sentsin 2016-11-07 12:47:49 +08:00
parent 395e765001
commit f6d55f6c12
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -777,7 +777,7 @@ layer.style = function(index, options){
layer.min = function(index, options){ layer.min = function(index, options){
var layero = $('#'+ doms[0] + index); var layero = $('#'+ doms[0] + index);
var titHeight = layero.find(doms[1]).outerHeight() || 0; var titHeight = layero.find(doms[1]).outerHeight() || 0;
var left = layero.attr('minLeft') || (181*ready.minIndex)+'px'; var left = layero.attr('minLeft') || (261*ready.minIndex)+'px';
ready.record(layero); ready.record(layero);
if(ready.minLeft[0]){ if(ready.minLeft[0]){