This commit is contained in:
liuye
2022-06-09 14:10:33 +08:00
20 changed files with 155 additions and 182 deletions

View File

@@ -11,7 +11,8 @@
<div class="record-item" v-for="(item, index) in 100" :key="index">
<image :src="user.avatar" />
<div class="right">
<image src="./img/voice-icon.png" />
<!-- <image mode="aspectFit" src="./img/voice-icon.png" /> -->
<image src="./img/voice.gif" />
<span>23"</span>
</div>
</div>
@@ -412,8 +413,8 @@
}
image {
width: 20px;
height: 32px;
width: 28px;
height: 28px;
margin-right: 14px;
}
}