From e3fb1186eeda94119b8da1849148653b04a320ff Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Thu, 3 Aug 2023 18:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail.vue | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/src/views/detail.vue b/src/views/detail.vue index d97a1ae..3c44747 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -74,7 +74,8 @@ + :title="housingInfo.data.info['subject']" :concatType="concatType" + type="housingTop">
@@ -513,7 +514,8 @@
-
+
@@ -1176,8 +1178,10 @@ let clone = (text) => { document.body.removeChild(textareaEle); ElMessage({ message: '倍刢成功', - type: 'success', center: true, + offset: 320, + duration: 1000, + customClass: 'message-info' }) } @@ -2969,4 +2973,20 @@ img { z-index: 999; } + + \ No newline at end of file