From 474b5166530d7e31ab4626060ddbc4c9149327fd Mon Sep 17 00:00:00 2001
From: guange <8863824@gmail.com>
Date: Sat, 31 Dec 2016 11:30:49 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1at=E5=BC=B9=E5=87=BA=E6=A1=86?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3=EF=BC=8C?=
=?UTF-8?q?=E5=9C=A8fixed=E4=B8=8B=E5=8A=A0=E4=B8=80=E5=B1=82inner?=
=?UTF-8?q?=E8=AE=BE=E4=B8=BAoverflow-y=E8=A7=A3=E5=86=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/assets/wechat/issue_detail.html | 18 ++++++++++++------
public/stylesheets/weui/weixin.css | 8 +++++---
2 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/public/assets/wechat/issue_detail.html b/public/assets/wechat/issue_detail.html
index 81e706c92..9b378c72c 100644
--- a/public/assets/wechat/issue_detail.html
+++ b/public/assets/wechat/issue_detail.html
@@ -140,11 +140,17 @@
-
-
选择您要@的人
-
+
+
+
选择您要@的人
+
+
+
+ {{person.name}}
({{person.login}})
+ {{person.name}}
({{person.login}})
+ {{person.name}}
({{person.login}})
+ {{person.name}}
({{person.login}})
+ {{person.name}}
({{person.login}})
+
-
- {{person.name}}
({{person.login}})
-
diff --git a/public/stylesheets/weui/weixin.css b/public/stylesheets/weui/weixin.css
index d8c272b93..0c6a2cbb6 100644
--- a/public/stylesheets/weui/weixin.css
+++ b/public/stylesheets/weui/weixin.css
@@ -283,7 +283,9 @@ a.underline {text-decoration:underline;}
.weixin-users-all li:hover{ background:#f4f4f4;}
/*弹出@选择对话框 guange*/
-.wechat-at {position: absolute; z-index: 999; top: 0; left:0; width: 100%; height: 100%; background-color: #ffffff;}
-
+.wechat-at {position: fixed; z-index: 999; top: 0; left:0; width: 100%; height: 100%; background-color: #ffffff;}
+.wechat-at-inner{overflow-y: scroll;
+ -webkit-overflow-scrolling: touch;
+ height: 100%;}
/*@页面的取消按钮*/
-.cancel-btn-new {position: absolute; font-size: 13px; height: 24px; line-height: 24px; vertical-align: middle; padding: 0 7px; color: #888; background-color: #fff; outline: none; border: none; top: 11px; right: 10px;}
+.cancel-btn-new {font-size: 13px; height: 24px; line-height: 24px; padding: 0 7px; color: #888; background-color: #fff; outline: none; border: none; margin-top: 11px; margin-right: 10px;}