mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-28 10:57:23 +08:00
✨ feat: 优化滚动条 位置
This commit is contained in:
@@ -189,13 +189,13 @@ watch(
|
||||
}
|
||||
|
||||
.recommend {
|
||||
@apply w-full h-full bg-none px-4;
|
||||
@apply w-full h-full bg-none;
|
||||
&-title {
|
||||
@apply text-lg font-bold text-white pb-4;
|
||||
}
|
||||
|
||||
&-list {
|
||||
@apply grid gap-x-8 gap-y-6 pb-28;
|
||||
@apply grid gap-x-8 gap-y-6 pb-28 pr-4;
|
||||
grid-template-columns: repeat(v-bind(ITEMS_PER_ROW), minmax(0, 1fr));
|
||||
}
|
||||
&-item {
|
||||
|
||||
Reference in New Issue
Block a user