From 021711427c13b9fce1344521e28ed71078d298f4 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 26 十二月 2025 15:21:22 +0800
Subject: [PATCH] fix: 甲方小程序

---
 packages/components/src/List/ListItem.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/packages/components/src/List/ListItem.vue b/packages/components/src/List/ListItem.vue
index e92cf10..487954e 100644
--- a/packages/components/src/List/ListItem.vue
+++ b/packages/components/src/List/ListItem.vue
@@ -61,4 +61,18 @@
     }
   }
 }
+
+.extraFlex {
+  .pro-list-item {
+    .pro-list-item-inner {
+      height: auto;
+      align-items: flex-start;
+      padding: 30px 0;
+
+      .pro-list-item-title {
+        flex: initial;
+      }
+    }
+  }
+}
 </style>

--
Gitblit v1.10.0