From 3be7cec1c2836c3fc3f754137f50b043df374b2f Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:53:38 +0800 Subject: [PATCH] 12 --- app/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.vue b/app/app.vue index 32415d1..a1611f7 100644 --- a/app/app.vue +++ b/app/app.vue @@ -82,7 +82,7 @@ provide('slideDirection', slideDirection) :root { --safe-area-inset-bottom: env(safe-area-inset-bottom); } -.van-cell__title, .van-cell__value{ +.van-cell.van-field .van-cell__title, .van-cell__value{ flex: initial; } \ No newline at end of file