From b6b528964a515dd403946e738b221281d7271ac1 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期一, 14 十月 2024 15:19:13 +0800
Subject: [PATCH] 修改示例的样式

---
 src/components/drawer/CustomDrawer.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/drawer/CustomDrawer.vue b/src/components/drawer/CustomDrawer.vue
index 0824549..96f68e2 100644
--- a/src/components/drawer/CustomDrawer.vue
+++ b/src/components/drawer/CustomDrawer.vue
@@ -32,7 +32,7 @@
 					</div>
 					<div class="mt20 w100 relative" v-show="state.customTagList.length > 0">
 						<div
-							class="overflow-hidden max-h-[36px] transition-[max-height 0.2s] w100 flex flex-wrap text-xs leading-[14px] m-[-5px] items-center"
+							class="overflow-hidden max-h-[36px] transition-[max-height 0.2s] w100 flex flex-wrap text-xs leading-[14px] items-center"
 							:class="{ 'set-expand-active': state.isShowExpand }"
 						>
 							<div class="text-[14px]">涓诲満鏅�:</div>
@@ -47,7 +47,7 @@
 							</div>
 						</div>
 						<div
-							class="overflow-hidden max-h-[46px] transition-[max-height 0.2s] w100 flex flex-wrap text-xs leading-[14px] m-[-5px] items-center pt-2"
+							class="overflow-hidden min-h-[43px] transition-[max-height 0.2s] w100 flex flex-wrap text-xs leading-[14px] items-center pt-2"
 							:class="{ 'set-expand-active': state.isShowExpand }"
 						>
 							<div class="text-[14px]">娆″満鏅�:</div>

--
Gitblit v1.9.3