From 7e542c867e30dffa8cf39e1bb32241313cf986f7 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Sat, 29 Jun 2019 17:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=AD=A6=E6=A1=88=E4=BE=8B=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/libraries/_form.html.erb | 6 +++--- app/views/libraries/new.html.erb | 2 +- public/stylesheets/educoder/edu-main.css | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/libraries/_form.html.erb b/app/views/libraries/_form.html.erb index 5bfd2610..3b0e3d33 100644 --- a/app/views/libraries/_form.html.erb +++ b/app/views/libraries/_form.html.erb @@ -1,4 +1,4 @@ -
上传文档
+上传教学案例
请输入标题
- <%= link_to '文库', libraries_path, class: 'color-grey-9' %> > + <%= link_to '教学案例', libraries_path, class: 'color-grey-9' %> > 新建
diff --git a/public/stylesheets/educoder/edu-main.css b/public/stylesheets/educoder/edu-main.css index fca9b02b..711a1f96 100644 --- a/public/stylesheets/educoder/edu-main.css +++ b/public/stylesheets/educoder/edu-main.css @@ -287,6 +287,7 @@ a.color-red-dd:hover{color: #C61616!important;} .greyInput:focus{background-color: #fff;} /*输入框样式---------宽度为固定长度*/ +.winput-300-35{width: 300px;height: 35px;padding: 5px;box-sizing: border-box;} .winput-240-45{width: 240px;height: 45px;padding: 5px;box-sizing: border-box;} .winput-240-40{width: 240px;height: 40px;padding: 5px;box-sizing: border-box;} .winput-240-35{width: 240px;height: 35px;padding: 5px;box-sizing: border-box;}