From 77c3a29bbe3bc4076d8d4256ac24834395880f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Thu, 19 Aug 2021 10:26:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=20=E9=87=8D=E5=8F=A0?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/lf-nolanPhoto/lf-nolanPhoto.vue | 70 +++++++++++++++++++--- 1 file changed, 61 insertions(+), 9 deletions(-) diff --git a/components/lf-nolanPhoto/lf-nolanPhoto.vue b/components/lf-nolanPhoto/lf-nolanPhoto.vue index 504b2ca..be4810e 100644 --- a/components/lf-nolanPhoto/lf-nolanPhoto.vue +++ b/components/lf-nolanPhoto/lf-nolanPhoto.vue @@ -1,24 +1,68 @@ @@ -28,7 +72,7 @@ display: flex; flex-wrap: nowrap; width: 100%; - height: 60rpx; + height: max-content; margin-top: 20rpx; .image-item{ width: 60rpx; @@ -44,5 +88,13 @@ height: 100%; } } + .image-surplus{ + border: none; + display: flex; + justify-content: center; + align-items: center; + color: #FFFFFF; + font-size: 20rpx; + } }