From a0d90e1697c840094b187eebee29a097118991cf Mon Sep 17 00:00:00 2001 From: linhk <304431313@.com> Date: Mon, 15 Sep 2014 16:33:40 +0800 Subject: [PATCH] =?UTF-8?q?IE=E4=B8=AD=E2=80=9C=E8=B5=84=E6=BA=90=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E2=80=9D=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/stores/index.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb index 6984169d7..5df6ecca8 100644 --- a/app/views/stores/index.html.erb +++ b/app/views/stores/index.html.erb @@ -2,9 +2,9 @@ <%= render 'search_bar' %> <% end %> -
<%= @str_arr.shift %>
@@ -64,5 +64,8 @@ $(this).find('img').attr("src", "/images/button/download.png") }); }); + if(navigator.appName=="Microsoft Internet Explorer"){ + $("#IE_resource_sum_css").children(".line_block").css("width","45%"); + } }); \ No newline at end of file