From 0267310eeb936aa37db78b329f9c8c6c31cc126c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 29 十二月 2025 17:23:12 +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