tpi样式调整
This commit is contained in:
parent
ceca904217
commit
1bb2363b09
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%= render :partial => 'games/repository' %>
|
||||
<%= render :partial => 'games/repository' %>
|
||||
</div>
|
||||
<%= render :partial => 'games/exec_results' %>
|
||||
<%#= render :partial => 'games/desc_full_show' %>
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
<%= javascript_include_tag 'baiduTemplate', 'jquery.datetimepicker.js' %>
|
||||
<%= javascript_include_tag "/assets/codemirror/codemirror_python_ruby_c" %>
|
||||
<%= stylesheet_link_tag "/assets/codemirror/codemirror" %>
|
||||
<div id="content_list" class="CELL _FLEX ROWS">
|
||||
<%= render :partial => "game_show" %>
|
||||
</div>
|
||||
|
||||
|
||||
<%= render :partial => "game_show" %>
|
||||
|
||||
<script type="text/javascript" language="javascript">
|
||||
// contents_h 是中间左侧内容页的高度,不同浏览器的得到高度不一致
|
||||
|
|
Loading…
Reference in New Issue