From fe6125dd88eb561873cd1fcc9afea53b9e14104e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=89=91=E8=B1=AA?= <764439554@qq.com> Date: Thu, 25 Aug 2022 21:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/componets/jsError/dataShow.vue | 2 +- src/componets/jsError/jsDetailed.vue | 9 ++++++--- src/componets/jsError/mainContent.vue | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/componets/jsError/dataShow.vue b/src/componets/jsError/dataShow.vue index 11fb425..f540d3d 100644 --- a/src/componets/jsError/dataShow.vue +++ b/src/componets/jsError/dataShow.vue @@ -160,7 +160,7 @@ export default { font-size: 1.1vw; } .jseTitle { - width: 122px; + width: 200px; height: 30px; display: flex; justify-content: left; diff --git a/src/componets/jsError/jsDetailed.vue b/src/componets/jsError/jsDetailed.vue index 66f05d4..9f35a2d 100644 --- a/src/componets/jsError/jsDetailed.vue +++ b/src/componets/jsError/jsDetailed.vue @@ -227,7 +227,7 @@ export default { margin-bottom: 1vh; } .jsValue { - width: 250px; + width: 350px; height: 25px; font-size: clamp(-1rem, 0.9vw, 4rem); font-family: AlibabaRegular; @@ -254,10 +254,10 @@ export default { margin: 0 0 0.8vh 1.2vw; } .jsUrV { - margin: 0px 0 0.8vh -1.8vw; + margin: 0px 0 0.8vh 1.2vw; } .jsInfoV { - margin: 0 0 0.8vh -1vw; + margin: 0 0 0.8vh 1.2vw; } .buttonStyle { width: 98px; @@ -316,4 +316,7 @@ export default { height: 23vh; margin: 0 0 0vh 2vw; } +p { + text-align: left; +} diff --git a/src/componets/jsError/mainContent.vue b/src/componets/jsError/mainContent.vue index 74a8506..89a02d2 100644 --- a/src/componets/jsError/mainContent.vue +++ b/src/componets/jsError/mainContent.vue @@ -107,6 +107,6 @@ export default { } .js-record { width: 6vw; - margin-left: 31vw; + margin-left: 29vw; } \ No newline at end of file -- Gitee