From eb141cc3c845d0699b82d2d95204c4195cb70f95 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 14:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8F=91=E5=B8=83=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppServicePublic/AppServicePublic.vue | 13 +++++++++++-- src/apps/AppServicePublic/Detail.vue | 9 ++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue index f3be79cf..51625ed3 100644 --- a/src/apps/AppServicePublic/AppServicePublic.vue +++ b/src/apps/AppServicePublic/AppServicePublic.vue @@ -18,8 +18,11 @@

-
- +
+ +
+
+
@@ -285,9 +288,11 @@ uni-page-body { font-family: PingFangSC-Regular, PingFang SC; color: #999; line-height: 44px; + margin-bottom: 24px; } .img-list{ + margin-bottom: 24px; img{ width: calc(33% - 16px); height: 204px; @@ -381,5 +386,9 @@ uni-page-body { } } } + + ::v-deep uni-video{ + width: 100%; + } } diff --git a/src/apps/AppServicePublic/Detail.vue b/src/apps/AppServicePublic/Detail.vue index 40c38878..47459f4c 100644 --- a/src/apps/AppServicePublic/Detail.vue +++ b/src/apps/AppServicePublic/Detail.vue @@ -22,10 +22,13 @@
-
+
图片
+
+ +
@@ -188,5 +191,9 @@ uni-page-body { } } } + + ::v-deep uni-video{ + width: 100%; + } }