Skip to content
Snippets Groups Projects
Commit b0a6647f authored by 张 达's avatar 张 达
Browse files

修改评论区高度

parent 1207c681
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ onMounted(() => {
<left-side-bar/>
<section class="content" :class="{ 'full-width': !showRightContent }">
<div class="left-content" :class="{ 'expanded': !showRightContent }">
<el-container v-if="show_comment" class="playlist-container" style="overflow: auto; height: 600px">
<el-container v-if="show_comment" class="playlist-container" style="overflow: auto; height: 520px">
<Comment songId="1" userId="1"/>
</el-container>
<div class="albums" v-if="!album_selected && !show_comment">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment