From d14c98e93ca98e9f4c62a831093fe47422b57913 Mon Sep 17 00:00:00 2001 From: TradeMate Dev Date: Thu, 21 May 2026 10:16:40 +0800 Subject: [PATCH] Fix NavBar sidebar not showing: move all nav CSS to App.vue global styles Root cause: nav-bar.vue styles compiled with [data-v-xxxxx] attribute selectors by uni-app Vite plugin, but Vue didn't add the attribute to DOM elements (styles were not scoped). The CSS selector mismatch meant no sidebar styles ever applied. Fix: - Remove all CSS from nav-bar.vue (