From 3d13a89f457f5b81441d7e3d7a00f33d56b42eeb Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Mon, 20 Oct 2025 10:30:35 +0800 Subject: [PATCH] =?UTF-8?q?style(ui):=20=E4=BC=98=E5=8C=96=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E9=A1=B5=E9=9D=A2=E7=9A=84UI=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整按钮样式保持一致性 - 修改标签栏宽度为视窗单位 - 恢复书籍网格信息显示并优化图片模式 - 优化推荐项图片显示和高度设置 - 调整书籍页面图片显示模式和宽度设置 --- pages/index/home.vue | 13 ++++++------- subPages/home/book.vue | 14 ++++++++------ subPages/home/components/CustomTabbar.vue | 3 ++- subPages/home/directory.vue | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/pages/index/home.vue b/pages/index/home.vue index 6f40f53..0c9ecf5 100644 --- a/pages/index/home.vue +++ b/pages/index/home.vue @@ -144,14 +144,14 @@ - + --> + @@ -165,7 +165,7 @@ :key="index" class="recommend-item" > - + @@ -897,7 +897,6 @@ export default { .recommend-item { width: 100%; - height: 200rpx; margin-bottom: 48rpx; border-radius: 32rpx; overflow: hidden; @@ -908,7 +907,7 @@ export default { .recommend-image { width: 100%; - height: 100%; + height: 200rpx; } } } diff --git a/subPages/home/book.vue b/subPages/home/book.vue index 35d445a..7b353d8 100644 --- a/subPages/home/book.vue +++ b/subPages/home/book.vue @@ -42,7 +42,7 @@ + mode="widthFix">