创客空间左侧公共页被拉伸导致出现滚动条的调整
This commit is contained in:
parent
d8e9dba404
commit
ebed04c7bf
|
@ -189,7 +189,7 @@
|
||||||
<div id="introduction" style="display: none">
|
<div id="introduction" style="display: none">
|
||||||
<%= form_for('new_form', :method => :post,
|
<%= form_for('new_form', :method => :post,
|
||||||
:url => {:controller => 'words', :action => 'add_brief_introdution'}) do |f|%>
|
:url => {:controller => 'words', :action => 'add_brief_introdution'}) do |f|%>
|
||||||
<table border="0" width="100%" align="center" id="my_brief_introduction">
|
<table border="0" width="96%" align="center" id="my_brief_introduction">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<%= f.text_area 'user_introduction', :rows => 3,
|
<%= f.text_area 'user_introduction', :rows => 3,
|
||||||
|
|
Loading…
Reference in New Issue