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
@@ -72,14 +72,14 @@ const close = () => {
<style scoped lang="scss">
.mv-list {
@apply relative h-full w-full pt-2;
@apply relative h-full w-full;
&-title {
@apply text-xl font-bold;
}
&-content {
@apply grid gap-6 pb-28 pr-3 mt-2;
@apply grid gap-6 pb-4 mt-2;
grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
}