From 3268c373288479304a02fb1916b457c361bd126a Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 10 Nov 2023 10:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9picker=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++---- src/components/info/AirSwitchConfig.vue | 3 --- src/style.scss | 4 ++++ 3 files changed, 8 insertions(+), 7 deletions(-) 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/components/info/AirSwitchConfig.vue b/src/components/info/AirSwitchConfig.vue index 9e46485..4fe9e9d 100644 --- a/src/components/info/AirSwitchConfig.vue +++ b/src/components/info/AirSwitchConfig.vue @@ -225,7 +225,4 @@ watch( } } } -.van-ellipsis { - font-size: 26px; -} diff --git a/src/style.scss b/src/style.scss index bc9f7e5..9d565e5 100644 --- a/src/style.scss +++ b/src/style.scss @@ -67,3 +67,7 @@ body { .el-pagination.is-background .el-pager li.is-active { background: #06518b; } + +:root:root { + --van-picker-option-font-size: 26px; +}