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;
}