diff --git a/frontend/src/AppContent.vue b/frontend/src/AppContent.vue index cb716a4..3ffa147 100644 --- a/frontend/src/AppContent.vue +++ b/frontend/src/AppContent.vue @@ -79,6 +79,10 @@ const border = computed(() => { return `1px solid ${color}` }) +const logoWrapperWidth = computed(() => { + return `${data.navMenuWidth + prefStore.behavior.asideWidth - 4}px` +}) + const borderRadius = ref(10) const logoPaddingLeft = ref(10) const maximised = ref(false) @@ -148,7 +152,8 @@ onMounted(async () => {
@@ -192,7 +197,7 @@ onMounted(async () => {
-
+
{
-
+
+ @update:value="tabStore.switchSubTab">