From 1c20f519a9e67f55839d84a49dec73334353f8db Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 27 Dec 2017 11:22:44 +0800 Subject: [PATCH] =?UTF-8?q?[Bugfix]=20=E4=BF=AE=E6=94=B9=E5=B0=8F=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/users/templates/users/login_log_list.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/users/templates/users/login_log_list.html b/apps/users/templates/users/login_log_list.html index 3837e13e0..e68bfc606 100644 --- a/apps/users/templates/users/login_log_list.html +++ b/apps/users/templates/users/login_log_list.html @@ -81,14 +81,15 @@ "order": [] }); $('#date .input-daterange').datepicker({ - dateFormat: "mm/dd/yyy", + dateFormat: "mm/dd/yyy", keyboardNavigation: false, forceParse: false, autoclose: true }); $('.select2').select2({ - dropdownAutoWidth: true + dropdownAutoWidth: true, + width: 'auto' }); })