diff --git a/src/componets/jsError/dataShow.vue b/src/componets/jsError/dataShow.vue index 11fb425d68a3e34841c6059559947603d32bdadd..f540d3d7509884b9aa78e7b604e98d06be8f64f8 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 66f05d424409b47a02133382746befc11a529291..9f35a2de215dd46ba6e428f274f004985114ba2e 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 74a8506580d49114826db13b7937377772927741..89a02d28b3310373884dbf43be120ae18430d73e 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