From edd35a251b58b1fad17015deda92324f74458434 Mon Sep 17 00:00:00 2001
From: unknown <unknown@example.com>
Date: 星期三, 17 八月 2022 00:05:30 +0800
Subject: [PATCH] 台账模块、智能咨询模块

---
 pages/module_consult/consulthome/consulthome.wxss |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/pages/module_consult/consulthome/consulthome.wxss b/pages/module_consult/consulthome/consulthome.wxss
index 4d97642..7a2da05 100644
--- a/pages/module_consult/consulthome/consulthome.wxss
+++ b/pages/module_consult/consulthome/consulthome.wxss
@@ -62,6 +62,7 @@
   white-space: nowrap;
 }
 .keyword-item {
+  display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
 }
@@ -73,6 +74,16 @@
   color: #2c7064;
 }
 
-.tag {
+.des {
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 4;
+  width: 100%;
+  overflow: hidden;
+  /* text-overflow: ellipsis; */
+}
+
+.fyui-box__text .fyui-box__bd .tag {
   margin-bottom: 8px;
+  font-size: 14px;
 }
\ No newline at end of file

--
Gitblit v1.9.3