4.6新样式

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-05-09 18:27:24 +08:00
parent 1ea3894be8
commit 3e4daeb420
11 changed files with 1062 additions and 563 deletions

View File

@@ -72,7 +72,7 @@ onMounted(() => {
// 初始化瀑布流
masonryInstance = new Masonry(gridContainer.value, {
itemSelector: ".item",
gutter: 15,
gutter: 22,
})
// masonryInstanceMore = new Masonry(moreShowList.value, {
@@ -240,7 +240,7 @@ const handlecollect = uniqid => {
}
.list {
margin: 32px auto 0;
margin: 20px auto 0;
flex-wrap: wrap;
justify-content: space-between;