Skip to content

Commit

Permalink
Merge pull request #49 from IceyWu/master
Browse files Browse the repository at this point in the history
fix: 优化UI展示
  • Loading branch information
zyronon committed Apr 4, 2024
2 parents ef09807 + 5bc411b commit 6873cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/Music.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
1 change: 1 addition & 0 deletions src/pages/message/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6873cb8

Please sign in to comment.