From e8ec903206cb82e4dbb4687291d5f7788e7ff046 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 06 五月 2024 18:17:47 +0800 Subject: [PATCH] bug修改 --- pages/bookExhibitionList/index.wxss | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/bookExhibitionList/index.wxss b/pages/bookExhibitionList/index.wxss index f6a9b09..7ffe56a 100644 --- a/pages/bookExhibitionList/index.wxss +++ b/pages/bookExhibitionList/index.wxss @@ -21,7 +21,8 @@ display: flex; flex-wrap: wrap; justify-content: space-between; - margin: 15px; + /* margin: 15px; */ + margin: 0 15px 15px 15px; } .contentBox { @@ -137,7 +138,7 @@ .menuBox { display: flex; - /* height: 75rpx; */ + height: 100rpx; margin-top: 10rpx; align-items: center; @@ -283,4 +284,8 @@ .t-radio { font-size: var(--td-radio-font-size, 28rpx) !important; +} + +.t-icon-base { + font-size: 44rpx; } \ No newline at end of file -- Gitblit v1.9.1