From 78d440ed5acd888aa34cb20ec02a49317f420026 Mon Sep 17 00:00:00 2001 From: aofong <84339706@qq.com> Date: Mon, 23 Nov 2015 17:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=AE=A1=E7=AE=97input?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 7d162c2..ab0f59b 100644 --- a/index.js +++ b/index.js @@ -102,6 +102,9 @@ Uploader.prototype.bind = function() { width: $trigger.outerWidth(), height: $trigger.outerHeight() }); + self.input.css({ + height: $trigger.outerHeight() + }); }); self.bindInput(); };