From 543b5cf42f4471fe8708522592eb1229c22a7623 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 7 Feb 2022 19:16:57 +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{