feat: 修复样式问题

This commit is contained in:
algerkong
2024-01-02 22:19:39 +08:00
parent ad5d5458f1
commit a59351adf7
15 changed files with 60 additions and 91 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ watch(
<style lang="scss" scoped>
.list-page {
@apply relative h-full w-full pt-2;
@apply relative h-full w-full;
}
.recommend {
@@ -107,7 +107,7 @@ watch(
}
&-list {
@apply grid gap-6 pb-28 pr-3;
@apply grid gap-6 pb-28;
grid-template-columns: repeat(auto-fill, minmax(13%, 1fr));
}
&-item {