wxy 4 年 前
コミット
08f4bbecab
1 ファイル変更6 行追加2 行削除
  1. 6 2
      src/views/hallList/parts/export.vue

+ 6 - 2
src/views/hallList/parts/export.vue

@@ -63,10 +63,14 @@ export default {
   components: {},
   data: function() {
     return {
-      // 聊天列表
+      // 聊天列表 超过6个就有滚动条
       chatList: [
         { name: '顾红伟', date: '10:00', content: '信息内容' },
         { name: '顾红伟', date: '10:00', content: '信息内容' },
+        { name: '顾红伟', date: '10:00', content: '信息内容' },
+        { name: '顾红伟', date: '10:00', content: '信息内容' },
+        { name: '顾红伟', date: '10:00', content: '信息内容' },
+        { name: '顾红伟', date: '10:00', content: '信息内容' },
       ],
       touxiang: require('@/assets/emotion/touxiang.png'),
       // 发言内容
@@ -147,7 +151,7 @@ export default {
         overflow: hidden;
         padding: 0 0 0 10px;
         .list {
-          height: 370px;
+          height: 520px;
           overflow-y: auto;
           .chatList {
             padding: 10px 0;