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",