提交 3f2451b4 authored 作者: zyx's avatar zyx

修改样式兼容

上级 185b5440
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
<template v-if="data.length"> <template v-if="data.length">
<template v-for="(item, index) in data"> <template v-for="(item, index) in data">
<li :key="index"> <li :key="index">
<img v-if="type === 1" :src="item.photo_uri" alt=""> <div>
<img v-if="type === 1" :src="item.photo_uri" alt="">
</div>
<div class="info"> <div class="info">
<div class="name">{{ item.title }}</div> <div class="name">{{ item.title }}</div>
<div class="p">{{ item.summary }}</div> <div class="p">{{ item.summary }}</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论