diff --git a/.env b/.env index fe3f0dd..c4ae906 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/assets/img/operator/form.png b/src/assets/img/operator/form.png index 6537bf3..85cbf86 100644 Binary files a/src/assets/img/operator/form.png and b/src/assets/img/operator/form.png differ diff --git a/src/components/Operator.vue b/src/components/Operator.vue index ac47640..29a3a38 100644 --- a/src/components/Operator.vue +++ b/src/components/Operator.vue @@ -120,7 +120,26 @@
-

消毒设置

+
+ + + + + +

消毒设置

+

SET

@@ -668,11 +687,18 @@ onUnmounted(() => { align-items: center; justify-content: space-between; font-family: Source Han Sans CN; - font-size: 14px; + font-size: 20px; font-weight: normal; letter-spacing: 0.1em; color: #ffffff; margin-bottom: 41px; + .title_wrap { + display: flex; + align-items: center; + p { + margin-left: 12px; + } + } } .set_form { width: 340px; @@ -699,7 +725,7 @@ onUnmounted(() => { } .log { position: absolute; - bottom: 44px; + bottom: 30px; left: 0px; width: 240px; height: 44px; @@ -708,7 +734,7 @@ onUnmounted(() => { align-items: center; justify-content: center; font-family: Source Han Sans CN; - font-size: 14px; + font-size: 24px; font-weight: 500; letter-spacing: 0.06em; color: #0e0e0e; diff --git a/src/components/Setting/index.vue b/src/components/Setting/index.vue index 725af65..8e7f8b8 100644 --- a/src/components/Setting/index.vue +++ b/src/components/Setting/index.vue @@ -114,7 +114,7 @@ const changeActiveTab = index => { align-items: center; justify-content: center; font-family: Source Han Sans CN; - font-size: 14px; + font-size: 20px; font-weight: normal; letter-spacing: 0.1em; color: #ffffff; @@ -126,7 +126,7 @@ const changeActiveTab = index => { align-items: center; justify-content: center; font-family: Source Han Sans CN; - font-size: 14px; + font-size: 20px; font-weight: normal; line-height: normal; letter-spacing: 0.1em;