实时喊话

This commit is contained in:
yanran200730
2022-06-09 10:45:07 +08:00
parent 78247b7e9e
commit 0b454e3b19
2 changed files with 4 additions and 3 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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB