From 2c498c05f02f9bc186448f311108639352928072 Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Wed, 1 Mar 2023 15:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E5=B9=B3=E6=9D=BF=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E8=8B=B1=E6=96=87=E5=81=9A=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FusionSettingsDialog.vue | 12 ++++++++++-- src/i18n/en-US/index.ts | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/FusionSettingsDialog.vue b/src/components/FusionSettingsDialog.vue index cc61c1e..250c064 100644 --- a/src/components/FusionSettingsDialog.vue +++ b/src/components/FusionSettingsDialog.vue @@ -28,7 +28,7 @@ - +

{{ $t("Projector") }}

@@ -243,6 +243,13 @@ export default defineComponent({ const showDialog = async () => { show_dialog.value = true; }; + const is_pad_style=computed(()=>{ + let url=window.location.href + if(url.indexOf("pad")!=-1){ + return "" + } + return "60vw" + }) const select_configuration = ref(false) const del_dialog = ref(false) const config_projectors=ref(null) @@ -777,7 +784,8 @@ export default defineComponent({ now_select_projectorlayout, projectorlayout, btn_options, - projectors_that_can_display + projectors_that_can_display, + is_pad_style }; }, }); diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index d4cfe98..ed7c904 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -436,7 +436,7 @@ export default { "line color": "Line Color", "center line color": "center line color", "center circle color": "center circle color", - "Whether to operate synchronously": "Whether to operate synchronously", + "Whether to operate synchronously": "synchronous operation", "Select saved configuration": "Configuration list", "read saved configuration": "Configuration list", "please choose": "please choose",