From c6c73b7d709322052b9cd6777b3d6657e0d43d30 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期六, 07 九月 2024 14:37:32 +0800 Subject: [PATCH] bug --- pages/bibliographyList/index.wxss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss index e34742e..f633966 100644 --- a/pages/bibliographyList/index.wxss +++ b/pages/bibliographyList/index.wxss @@ -1,5 +1,15 @@ @import "./index.skeleton.wxss"; +.back-icon { + width: 48rpx; + height: 100%; +} + +.back-icon image { + width: 100%; + height: 100%; +} + .nacigationBar { background-color: #fff; display: flex; -- Gitblit v1.9.1