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; } }