From 95d9be3134589c019d4d86a5896ac8d592a0cad9 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 13 Oct 2023 11:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++---- src/components/Formula.vue | 48 +++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 49 insertions(+), 7 deletions(-) diff --git a/.env b/.env index c4ae906..fe3f0dd 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -# VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ -# VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ +VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ +VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ -VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ -VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file +# VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ +# VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file diff --git a/src/components/Formula.vue b/src/components/Formula.vue index 78a6356..c7e0a06 100644 --- a/src/components/Formula.vue +++ b/src/components/Formula.vue @@ -85,6 +85,7 @@
+ + + + + + + + + + + + + + +
@@ -236,7 +277,7 @@ onMounted(() => { line-height: normal; letter-spacing: 0.07em; color: #999999; - padding-right: 192px; + padding-right: 222px; } .content_wrap { height: 446px; @@ -262,7 +303,7 @@ onMounted(() => { .line { padding: 12px; padding-left: 40px; - padding-right: 60px; + padding-right: 90px; font-family: Source Han Sans CN; font-size: 18px; font-weight: normal; @@ -315,7 +356,8 @@ onMounted(() => { display: flex; align-items: center; justify-content: flex-end; - padding-right: 20px; + padding-right: 89px; + height: 54px; } }