From bb935e42a886f9ef0a34c57095b0e39a77ddf3a0 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 25 Aug 2016 13:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=96=E6=97=B6=EF=BC=8C=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=AD=97=E7=AC=A6=E9=99=90=E5=88=B6=EF=BC=9B=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=8C=89=E9=92=AE=E4=B8=8D=E9=81=AE=E4=BD=8F=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/wechat/class_publishissue.html | 4 ++-- public/assets/wechat/class_publishnotice.html | 4 ++-- public/assets/wechat/project_publishnote.html | 4 ++-- public/stylesheets/weui/weixin.css | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/assets/wechat/class_publishissue.html b/public/assets/wechat/class_publishissue.html index 1d840239c..c6f20421f 100644 --- a/public/assets/wechat/class_publishissue.html +++ b/public/assets/wechat/class_publishissue.html @@ -2,8 +2,8 @@
{{current_course.name}}
-
标题
-
+
标题
+
取消 确定 diff --git a/public/assets/wechat/class_publishnotice.html b/public/assets/wechat/class_publishnotice.html index 25c485737..d27e378d3 100644 --- a/public/assets/wechat/class_publishnotice.html +++ b/public/assets/wechat/class_publishnotice.html @@ -2,8 +2,8 @@
{{current_course.name}}
-
标题
-
+
标题
+
取消 确定 diff --git a/public/assets/wechat/project_publishnote.html b/public/assets/wechat/project_publishnote.html index 5da49397c..bc792640e 100644 --- a/public/assets/wechat/project_publishnote.html +++ b/public/assets/wechat/project_publishnote.html @@ -2,8 +2,8 @@
{{current_project.name}}
-
标题
-
+
标题
+
取消 确定 diff --git a/public/stylesheets/weui/weixin.css b/public/stylesheets/weui/weixin.css index 25293a027..3d960b4ad 100644 --- a/public/stylesheets/weui/weixin.css +++ b/public/stylesheets/weui/weixin.css @@ -257,4 +257,4 @@ a.underline {text-decoration:underline;} /*发布帖子,通知*/ .full-width-wrap {padding:5px 15px; background-color:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;} -.full-width-textarea {width:100%; height:180px; line-height:18px; max-height:180px; border:none; resize:none; font-size:13px; color:#555;} \ No newline at end of file +.full-width-textarea {width:100%; height:180px; line-height:18px; max-height:180px; border:none; resize:none; font-size:13px; color:#555; overflow-y:auto;} \ No newline at end of file