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