From c5ee0e9d22473f3fd96f442724058dd297fec97c Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 23 十二月 2024 10:20:38 +0800
Subject: [PATCH] 购物车内题库显示问题

---
 packageBookService/pages/bookServices/detail/index.wxss |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 94f8a6d..c38b66f 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -537,8 +537,8 @@
   padding: 10rpx !important;
 }
 
-.t-input__content,
-.t-textarea {
+.info-center .t-input__content,
+.info-center .t-textarea {
   border: 2rpx solid #D9D9D9 !important;
   border-radius: 15rpx;
   padding: 10rpx !important;
@@ -612,6 +612,13 @@
   background: #f1f1f1;
 }
 
+.fileName {
+  width: 400rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
 .t-cell::after {
   border-bottom: none !important;
 }

--
Gitblit v1.9.1