From 4496721cd3af3c68ed4d55218d3e83ea0664c57e Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 29 四月 2024 17:53:10 +0800
Subject: [PATCH] bug3

---
 packageDomain/pages/resourceDetails/document/index.wxss |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/document/index.wxss b/packageDomain/pages/resourceDetails/document/index.wxss
index 00a5896..ddde10d 100644
--- a/packageDomain/pages/resourceDetails/document/index.wxss
+++ b/packageDomain/pages/resourceDetails/document/index.wxss
@@ -45,7 +45,7 @@
 }
 
 .titleNameBox {
-  height: 77rpx;
+  min-height: 77rpx;
   background: #FFFFFF;
   box-shadow: 0rpx 9rpx 9rpx 2rpx rgba(0, 0, 0, 0.06);
   padding: 20rpx 50rpx;
@@ -60,9 +60,11 @@
   display: flex;
   justify-content: center;
   margin-top: 160rpx;
+  width: 100%;
+  height: 100%;
 }
 
 .pictureBox image {
-  /* width: 520rpx;
-  height: 800rpx; */
+  width: 100%;
+  height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.1