Merge pull request #49 from IceyWu/master

fix: 优化UI展示
This commit is contained in:
Zyronon 2024-04-04 08:39:31 +08:00 committed by GitHub
commit 6873cb8a5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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);