沙盘演示系统应用的微信小程序
zuoxiao
2024-11-04 e0143ad80f9c78ac1eb1bd06782567ebffb67b8f
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 {