cover-view嵌套cover-view问题
<cover-view class="content"> <cover-view class="name">{{ item.fromAccountNick }}:</cover-view> {{ item.content }} </cover-view> |
在真机上content内容会顶头显示,覆盖fromAccountNick。产生展示错乱
<cover-view class="content"> <cover-view class="name">{{ item.fromAccountNick }}:</cover-view> {{ item.content }} </cover-view> |
在真机上content内容会顶头显示,覆盖fromAccountNick。产生展示错乱