From f9f96c504506f37cc0d4aa94e96c26d034c24676 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 7 Feb 2022 19:00:39 +0800 Subject: [PATCH] Fix bug. --- app/views/admin/cancerpredicts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/cancerpredicts/index.html.erb b/app/views/admin/cancerpredicts/index.html.erb index d2d3015..dd740c1 100644 --- a/app/views/admin/cancerpredicts/index.html.erb +++ b/app/views/admin/cancerpredicts/index.html.erb @@ -32,7 +32,7 @@ display: none; } table.advance_mode .<%=field%>{ - display: block; + display: inherit; } <% end%> .solid_line_hr{