pages/openCard/openCard.wxss
@@ -1,6 +1,6 @@ /* pages/openCard/openCard.wxss */ .container { height: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; @@ -117,9 +117,10 @@ .list-container { display: flex; flex-grow: 1; /* 占满剩余高度 */ padding-bottom: 30rpx; flex: 1; height: 100%; flex-direction: column; /* 确保内部元素按列排列 */ } .dialog {