From 0a5f561bd6d3ccfc033ff80dc94716b659a7c3c9 Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Wed, 1 Mar 2023 15:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=9C=A8=E5=B9=B3=E6=9D=BF=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E8=AF=AD=E8=A8=80=E4=B8=BA=E8=8B=B1=E8=AF=AD?= =?UTF-8?q?=E6=97=B6=E6=9B=B4=E6=94=B9ui=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FusionSettingsDialog.vue b/src/components/FusionSettingsDialog.vue index 250c064..3c31b20 100644 --- a/src/components/FusionSettingsDialog.vue +++ b/src/components/FusionSettingsDialog.vue @@ -245,7 +245,7 @@ export default defineComponent({ }; const is_pad_style=computed(()=>{ let url=window.location.href - if(url.indexOf("pad")!=-1){ + if(url.indexOf("pad")!=-1&&$t.locale.value=="en-US"){ return "" } return "60vw"