From 1f5fa2d766e51a95e68596adf475e5485c2e12b0 Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Mon, 4 Dec 2023 18:45:22 +0800 Subject: [PATCH] 111 --- components/NavBar/NavBar.vue | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue index cf2e969..fbfe6eb 100644 --- a/components/NavBar/NavBar.vue +++ b/components/NavBar/NavBar.vue @@ -3,10 +3,30 @@ + + + + + + + + + {{navTitle}} + + + + + + + + {{navTitle}} + + + - @@ -113,7 +133,7 @@ this.enableWidth = navInfo.navBar.enableWidth + navInfo.unit this.enableHeight = navInfo.navBar.enableHeight + navInfo.unit this.fontSize = navInfo.navBar.fontSize + navInfo.unit - console.log(this); + console.log(style); }, methods: { /**