From ea6bd4b8af495c507d451fe2d91381ff43eda348 Mon Sep 17 00:00:00 2001 From: muzi_ys <1099438829@qq.com> Date: Sat, 5 Jan 2019 01:21:27 +0800 Subject: [PATCH] =?UTF-8?q?dock=E7=B2=BE=E7=BB=86=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/mac.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mac.js b/js/mac.js index 66fae59..48d81cd 100644 --- a/js/mac.js +++ b/js/mac.js @@ -608,7 +608,7 @@ window.Win10 = { }, //渲染DOCK renderDocks:function () { - var cell_width=74; + var cell_width=60; var width=document.body.clientWidth ; var docks=$("#footer .dock li"); var max_num=parseInt(width/cell_width)-1;