修复样式问题

This commit is contained in:
thofx
2023-07-22 19:12:11 +08:00
parent 7d33036e33
commit 0d1f7cd791
+1 -1
View File
@@ -12,7 +12,7 @@ const type = route.query?.type?.toString() ?? ''
</script> </script>
<template> <template>
<div class="relative"> <div>
<TorrentCardListView <TorrentCardListView
:keyword="keyword" :keyword="keyword"
:type="type" :type="type"