diff --git a/im-uniapp/components/chat-at-box/chat-at-box.vue b/im-uniapp/components/chat-at-box/chat-at-box.vue
index f056c91..d4b7c30 100644
--- a/im-uniapp/components/chat-at-box/chat-at-box.vue
+++ b/im-uniapp/components/chat-at-box/chat-at-box.vue
@@ -18,7 +18,7 @@
-
+
\ No newline at end of file
diff --git a/im-uniapp/components/chat-group-readed/chat-group-readed.vue b/im-uniapp/components/chat-group-readed/chat-group-readed.vue
index 13b67ac..9e2d7d6 100644
--- a/im-uniapp/components/chat-group-readed/chat-group-readed.vue
+++ b/im-uniapp/components/chat-group-readed/chat-group-readed.vue
@@ -7,7 +7,7 @@
-
+
-
+
-
+
\ No newline at end of file
diff --git a/im-uniapp/components/virtual-scroller/virtual-scroller.vue b/im-uniapp/components/virtual-scroller/virtual-scroller.vue
index ab99096..48a99e4 100644
--- a/im-uniapp/components/virtual-scroller/virtual-scroller.vue
+++ b/im-uniapp/components/virtual-scroller/virtual-scroller.vue
@@ -1,5 +1,6 @@
-
+
@@ -18,6 +19,10 @@ export default {
}
},
props: {
+ height: {
+ type: String,
+ default: '60vh'
+ },
items: {
type: Array
},
diff --git a/im-uniapp/pages/group/group-info.vue b/im-uniapp/pages/group/group-info.vue
index 6191a92..31d7c1a 100644
--- a/im-uniapp/pages/group/group-info.vue
+++ b/im-uniapp/pages/group/group-info.vue
@@ -47,8 +47,8 @@
群公告
-
-
+
+ {{group.notice}}
修改群聊资料 >
@@ -306,6 +306,15 @@ export default {
}
}
+ .notice-text {
+ padding: 0 40rpx;
+ background: white;
+ text-align: left;
+ font-size: $im-font-size;
+ color: $im-text-color-light;
+ line-height: 50rpx;
+ }
+
.group-edit {
padding: 10rpx 40rpx 30rpx 40rpx;
text-align: center;
diff --git a/im-uniapp/pages/group/group-member.vue b/im-uniapp/pages/group/group-member.vue
index 434f085..8d2cacf 100644
--- a/im-uniapp/pages/group/group-member.vue
+++ b/im-uniapp/pages/group/group-member.vue
@@ -8,7 +8,7 @@
-
+