fix: 优化UI展示

This commit is contained in:
IceyWu 2024-04-04 01:46:04 +08:00
parent ef09807eb1
commit 5bc411b41c
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<div class="name">{{ music.name }}</div>
<div>
<div class="user">{{ music.author }}</div>
<div class="peoples">>{{ formatNumber(music.use_count) }} 人使用</div>
<div class="peoples">{{ formatNumber(music.use_count) }} 人使用</div>
</div>
<div class="collection" @click.stop="toggleCollect()">
<img v-if="isCollect" src="../../assets/img/icon/star-yellow.png" />

View File

@ -545,6 +545,7 @@ export default {
.create-chat-wrapper {
min-height: 70vh;
padding-bottom: 60rem;
margin-top: 6rem;
.joined-chat {
border-bottom: 1px solid var(--line-color);