From 0fd452aed59f9b6d977c03d295d2bfe2d82bf04e Mon Sep 17 00:00:00 2001
From: Fox-33 <1466778434@qq.com>
Date: Thu, 14 Aug 2025 10:39:12 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4;?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages_order/case/index.vue | 6 +++---
pages_order/thesis/index.vue | 4 ++--
pages_order/thesis/indexTwo.vue | 2 +-
pages_order/thesis/search.vue | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
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 @@
-
+
{{ item.title }}
--
2.15.0