From acb345cbe4a64de4ad9fb430b3047cf32eaf4ce4 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 26 三月 2024 20:15:39 +0800 Subject: [PATCH] tree组卷代码隐藏 --- pages/retrievalPage/index.wxss | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/retrievalPage/index.wxss b/pages/retrievalPage/index.wxss index e2cc9b1..a1a329c 100644 --- a/pages/retrievalPage/index.wxss +++ b/pages/retrievalPage/index.wxss @@ -126,8 +126,8 @@ } .specialSubject-img image { - width: 100%; - height: 100%; + width: 176.63px; + height: 109px; object-fit: contain; } @@ -135,10 +135,10 @@ padding: 20rpx; font-size: 28rpx; min-height: 110rpx; + width: 148px; } .body-info .name { - font-size: 25rpx; -webkit-box-orient: vertical; -webkit-line-clamp: 2; @@ -326,4 +326,8 @@ align-items: center; justify-content: center; --td-loading-color: #ff6c00; +} + +.t-tabs__item--evenly { + flex: 1 0 auto !important; } \ No newline at end of file -- Gitblit v1.9.1