mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 fix card height err
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
</v-btn>
|
||||
</div>
|
||||
<div class="tops-list">
|
||||
<TPostCard v-for="item in results" :key="item.post.post_id" :model-value="item" />
|
||||
<div v-for="item in results" :key="item.post.post_id">
|
||||
<TPostCard :model-value="item" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</TOverlay>
|
||||
@@ -145,6 +147,7 @@ async function searchPosts() {
|
||||
}
|
||||
|
||||
.tops-list {
|
||||
position: relative;
|
||||
display: flex;
|
||||
width: 400px;
|
||||
max-height: 400px;
|
||||
|
||||
Reference in New Issue
Block a user