2025/9/24/22:32
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<view style="height: 80vh;">
|
||||
<view style="height: 80vh; padding-bottom: 100rpx;">
|
||||
<scroll-view
|
||||
class="scroll-container"
|
||||
scroll-y="true"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
/* 卡片容器使用纵向布局 */
|
||||
.cards-container {
|
||||
display: flex;
|
||||
margin-bottom: 150rpx;
|
||||
flex-direction: column; /* 纵向排列卡片 */
|
||||
gap: 15px; /* 卡片之间的间距 */
|
||||
padding: 15px;
|
||||
|
||||
Reference in New Issue
Block a user