From f5ba99393efd43e435158eab4f7919cb355d3cfa Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 21 Mar 2017 10:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BA=93=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/games/_game_show.html.erb | 54 --------------------------- app/views/games/_repository.html.erb | 8 ++-- app/views/games/show.html.erb | 55 ++++++++++++++++++++++++++++ public/stylesheets/css/taskstyle.css | 2 + 4 files changed, 61 insertions(+), 58 deletions(-) diff --git a/app/views/games/_game_show.html.erb b/app/views/games/_game_show.html.erb index b6b5e0e0d..0b62b83b7 100644 --- a/app/views/games/_game_show.html.erb +++ b/app/views/games/_game_show.html.erb @@ -45,57 +45,3 @@ <%= render :partial => 'exec_results' %> - - \ No newline at end of file diff --git a/app/views/games/_repository.html.erb b/app/views/games/_repository.html.erb index 68bf8523b..90d246370 100644 --- a/app/views/games/_repository.html.erb +++ b/app/views/games/_repository.html.erb @@ -1,5 +1,5 @@ -
-
+
+

测试输出

@@ -11,8 +11,8 @@ Engryg=74
-
-
+
+

<%= render :partial => 'myshixun_breadcrumbs', :locals => {:path => @path, :kind => 'dir', :revision => @rev} %>

diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb index 1c8a34c8f..b8b498621 100644 --- a/app/views/games/show.html.erb +++ b/app/views/games/show.html.erb @@ -1,3 +1,58 @@
<%= render :partial => "game_show" %>
+ + + diff --git a/public/stylesheets/css/taskstyle.css b/public/stylesheets/css/taskstyle.css index 0f715cde6..6def12a55 100644 --- a/public/stylesheets/css/taskstyle.css +++ b/public/stylesheets/css/taskstyle.css @@ -39,6 +39,7 @@ a.link-color-green{color:#29bd8b;} .pr5{ padding-right:5px;}.pr10{ padding-right:10px;}.pr15{ padding-right:15px;}.pr20{ padding-right:20px;} /*块*/ .col-width{background: #fff; border:1px solid #e8e8e8;} +.col-width2{background: #fff;} .col-width-10{ max-width: 100%; background: #fff; border:1px solid #e8e8e8;} .col-width-9{ max-width: 90%; background: #fff; border:1px solid #e8e8e8;} .col-width-8{ max-width: 80%; background: #fff; border:1px solid #e8e8e8;} @@ -101,6 +102,7 @@ a.rightbar-pause{ color:#29bd8b; font-size: 18px; margin-right:245px; margin-top .content-info{ width:49%; min-width:450px;} .content-editor{ width:49%; min-width:450px; margin-left:15px; } .panel-header{ border-bottom:1px solid #eee; padding:10px 15px;} +.panel-header2{padding:10px 15px;} /* tab */ .tab_content{ width: 100%; margin: 0 auto; background:#fff; } #tab_nav {height:40px;background: #eff0f4; }