From 39dece8cbf63d71860abe2ebe68f9603e277b535 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 14 Feb 2022 15:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppConflictMediation/detail.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/saas/AppConflictMediation/detail.vue b/src/saas/AppConflictMediation/detail.vue index 31cfe4ac..b5629d40 100644 --- a/src/saas/AppConflictMediation/detail.vue +++ b/src/saas/AppConflictMediation/detail.vue @@ -3,7 +3,7 @@
- +
@@ -55,9 +55,7 @@
- - - + @@ -137,7 +135,6 @@ export default { }, methods: { transTxt(str){ - console.log(str.replace(/\$(.+)\$/g,'')); return str.replace(/\$(.+)\$/g,'') }, getDetail() { @@ -415,8 +412,5 @@ uni-page-body { color: #ffffff; } } - ::v-deep AiOpenData { - font-size: 24px; - } }