Ver Fonte

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-live

lrf402788946 há 5 anos atrás
pai
commit
d5382b03fe
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/hall/hallDetail.vue

+ 2 - 2
src/views/hall/hallDetail.vue

@@ -49,7 +49,7 @@
               <el-col :span="24" class="top">
                 图文直播
               </el-col>
-              <el-col :span="24" class="info">
+              <el-col :span="24" class="info" style="height: 402px;overflow: auto;">
                 <template v-for="(i, index) in mainTalk">
                   <span :key="`sellTime${i.id}`">[{{ i.send_time }}]</span>
                   <span v-html="i.content" :key="`sellContent${i.id}${index}`"></span>
@@ -60,7 +60,7 @@
               <el-col :span="24" class="top">
                 聊天记录
               </el-col>
-              <el-col :span="24" class="info">
+              <el-col :span="24" class="info" style="height: 402px;overflow: auto;">
                 <template v-for="(i, index) in otherTalk">
                   <span :key="`buyTime${i.id}${index}`">[{{ i.send_time }}]</span>
                   <span v-html="i.content" :key="`buyContent${i.id}${index}`"></span>