修复样式问题

This commit is contained in:
thofx
2023-07-22 18:46:54 +08:00
parent 4bd9bc4a1f
commit e146adeecc
8 changed files with 31 additions and 17 deletions

View File

@@ -166,7 +166,7 @@ import MediaCardSlideView from '@/views/discover/MediaCardSlideView.vue'
</div>
</template>
<style type="text/css">
<style lang="css">
.slider-header {
position: relative;
display: flex;

View File

@@ -12,7 +12,7 @@ const type = route.query?.type?.toString() ?? ''
</script>
<template>
<div>
<div class="relative">
<TorrentCardListView
:keyword="keyword"
:type="type"