From f26bdbf6a904531996095d0551437d0e90ce3564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Wed, 31 Jul 2019 14:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=BE=E7=89=87=E5=8D=A0?= =?UTF-8?q?=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/libraries/index.html.erb | 2 +- public/stylesheets/educoder/edu-main.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/libraries/index.html.erb b/app/views/libraries/index.html.erb index f5bf570c..293c042d 100644 --- a/app/views/libraries/index.html.erb +++ b/app/views/libraries/index.html.erb @@ -1,4 +1,4 @@ - +

diff --git a/public/stylesheets/educoder/edu-main.css b/public/stylesheets/educoder/edu-main.css index 705f23e6..ddb8f8b9 100644 --- a/public/stylesheets/educoder/edu-main.css +++ b/public/stylesheets/educoder/edu-main.css @@ -1260,4 +1260,9 @@ html>body #ajax-indicator { position: fixed; } #trophyreturn i{ font-size: 16px!important; color: #AAAAAA; +} + +.teach_ex{ + object-fit: cover; + height: 300px; } \ No newline at end of file