diff --git a/pages_order/case/index.vue b/pages_order/case/index.vue index 1dfce89..7bff168 100644 --- a/pages_order/case/index.vue +++ b/pages_order/case/index.vue @@ -5,7 +5,7 @@ - + @@ -83,13 +83,13 @@ data() { return { details: {}, - coverImageHeight: '568rpx', + coverImageHeight: '890rpx', } }, onLoad({ articleId }) { const windowWidth = uni.getSystemInfoSync().windowWidth - this.coverImageHeight = `${(windowWidth - 18) * 568 / 677}px` + this.coverImageHeight = `${(windowWidth - 18) * 890 / 750}px` this.getData(articleId) }, diff --git a/pages_order/thesis/index.vue b/pages_order/thesis/index.vue index 5e22171..0acf592 100644 --- a/pages_order/thesis/index.vue +++ b/pages_order/thesis/index.vue @@ -5,7 +5,7 @@ - + @@ -579,7 +579,7 @@ } .info { - // height: 181rpx; + min-height: 181rpx; padding: 0 14rpx 0 266rpx; .name { diff --git a/pages_order/thesis/indexTwo.vue b/pages_order/thesis/indexTwo.vue index ce4557e..5da89b5 100644 --- a/pages_order/thesis/indexTwo.vue +++ b/pages_order/thesis/indexTwo.vue @@ -5,7 +5,7 @@ - + diff --git a/pages_order/thesis/search.vue b/pages_order/thesis/search.vue index 3e68dc5..f7c0900 100644 --- a/pages_order/thesis/search.vue +++ b/pages_order/thesis/search.vue @@ -20,7 +20,7 @@