From 104ead8dd5128e5bcdb5f09b947114144e858318 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 26 Jul 2024 11:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/indextaociliaoList.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/my/indextaociliaoList.vue b/pages/my/indextaociliaoList.vue index ccc4519..660752b 100644 --- a/pages/my/indextaociliaoList.vue +++ b/pages/my/indextaociliaoList.vue @@ -26,7 +26,7 @@ - + {{item.title}} @@ -347,7 +347,7 @@ white-space: nowrap; } .item-view{ - width: 55%; + width:63%; height: 100%; display: flex; flex-direction: column; @@ -356,8 +356,8 @@ padding: 26rpx 0; } .item-img{ - width: 285rpx; - height: 120px; + width: 230rpx; + height: 200rpx; border-radius: 14rpx; position: relative; } @@ -461,13 +461,14 @@ /deep/.uni-searchbar{ width:240px; border-radius: 31rpx; + padding-right: 24rpx; } .search-btn{ text-align: center; color: #111; font-weight: bold; position: absolute; - right:50rpx; + right:40rpx; top: 26rpx; font-size: 30rpx; display: flex;