From 35cd1fc2e97ee8c8ec93d632cfc6b8b90e7a6e2b Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 18 十月 2024 17:18:31 +0800
Subject: [PATCH] 1.首页添加横滑删除功能2.同步最新代码
---
pages/openCard/openCard.wxss | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pages/openCard/openCard.wxss b/pages/openCard/openCard.wxss
index b825b8e..3c36ee5 100644
--- a/pages/openCard/openCard.wxss
+++ b/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 {
@@ -268,4 +269,5 @@
justify-content: center;
display: flex;
margin-bottom: 20rpx;
+ font-size: 30rpx;
}
\ No newline at end of file
--
Gitblit v1.8.0