diff --git a/package.json b/package.json index ed74c60fa..5893cfffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.210", + "version": "2.14.211", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index a63ff6b96..4468c3419 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -119,19 +119,19 @@ const isPWA = ref( // isSmall.value = true; const navBarHeight = computed(() => { - return isPWA.value && !isLandscape.value ? (isSmall.value ? "78px" : "100px") : "56px"; + return isPWA.value && !isLandscape.value ? (isSmall.value ? "78px" : "95px") : "56px"; }); const navBartop = computed(() => { - return isPWA.value && !isLandscape.value ? (isSmall.value ? "38px" : "60px") : "0px"; + return isPWA.value && !isLandscape.value ? (isSmall.value ? "38px" : "55px") : "0px"; }); const navBartopRight = computed(() => { - return isPWA.value && !isLandscape.value ? (isSmall.value ? "52px" : "70px") : "15px"; + return isPWA.value && !isLandscape.value ? (isSmall.value ? "52px" : "65px") : "15px"; }); const Pwa_top = computed(() => { - return isPWA.value ? (isSmall.value ? "20px" : "50px") : "50px"; + return isPWA.value ? (isSmall.value ? "20px" : "45px") : "45px"; }); const isNeedBack = computed(() => { diff --git a/src/views/FileEditor.vue b/src/views/FileEditor.vue index 32489d171..50d7af186 100644 --- a/src/views/FileEditor.vue +++ b/src/views/FileEditor.vue @@ -197,7 +197,7 @@ -
+