提交 493f3b42 编写于 作者: guangjun.yang's avatar guangjun.yang

样式问题

上级 cb39b7d2
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</li> </li>
</ul> </ul>
</article> </article>
<article v-show="sessionList.length" class="center" v-loadmore="getOldMSGHistory"> <article v-show="sessionListData.sessionList.length" class="center" v-loadmore="getOldMSGHistory">
<section class="c-header"> <section class="c-header">
<div class="c-header-l"> <div class="c-header-l">
<img :src="currentSession.avatarImageUrl" alt /> <img :src="currentSession.avatarImageUrl" alt />
...@@ -141,10 +141,10 @@ ...@@ -141,10 +141,10 @@
</div> </div>
</section> </section>
</article> </article>
<article v-show="sessionList.length" class="right"> <article v-show="sessionListData.sessionList.length" class="right">
<UserInfo :userInfo="doctorInfo" :taskLogId="currentTaskLogId"></UserInfo> <UserInfo :userInfo="doctorInfo" :taskLogId="currentTaskLogId"></UserInfo>
</article> </article>
<article v-show="!sessionList.length" class="center no-content"> <article v-show="!sessionListData.sessionList.length" class="center no-content">
<img src="" alt=""> <img src="" alt="">
<p>任务都做完啦!休息一下吧~</p> <p>任务都做完啦!休息一下吧~</p>
</article> </article>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册