From ccd786d0985bef184ed8b6129da49ab87b82b83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 19 Apr 2023 11:51:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Viewprescription/Viewprescription.vue | 6 ++---- pages/prescription/prescription.vue | 12 ++++++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/pages/Viewprescription/Viewprescription.vue b/pages/Viewprescription/Viewprescription.vue index 6dde508..4e06d5c 100644 --- a/pages/Viewprescription/Viewprescription.vue +++ b/pages/Viewprescription/Viewprescription.vue @@ -230,7 +230,6 @@ .prescription { width: 90%; - height: 984rpx; background: #FFFFFF; box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43); border-radius: 10rpx; @@ -242,7 +241,6 @@ padding: 3%; margin: 15rpx auto; width: 90%; - height: 500rpx; // background-color: red; background: #F9F9FA; border-radius: 10rpx; @@ -250,10 +248,10 @@ .videoitem { display: flex; width: 100%; - height: 200rpx; + flex-wrap: wrap; video { - width: 50%; + width: 47%; margin-left: 3%; height: 194rpx; diff --git a/pages/prescription/prescription.vue b/pages/prescription/prescription.vue index 7c0f4be..7baa785 100644 --- a/pages/prescription/prescription.vue +++ b/pages/prescription/prescription.vue @@ -87,7 +87,9 @@ 进阶方案: {{item.advancedScheme}} + + @@ -323,7 +325,6 @@ .prescription { width: 90%; - height: 984rpx; background: #FFFFFF; box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43); border-radius: 10rpx; @@ -335,7 +336,6 @@ padding: 3%; margin: 15rpx auto; width: 90%; - height: 450rpx; // background-color: red; background: #F9F9FA; border-radius: 10rpx; @@ -343,12 +343,12 @@ .videoitem { display: flex; width: 100%; - height: 200rpx; + flex-wrap: wrap; video { - width: 50%; - margin-left: 3%; - height: 194rpx; + width: 47%; + margin-left: 3%; + height: 194rpx; }