d14c98e93ca98e9f4c62a831093fe47422b57913
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 (<style> block deleted entirely) - Move ALL nav-bar styles to App.vue's global <style> - Use .app-wrapper > .nav-bar selector (no data-v issues) - Mobile: display:none; Desktop (>=1024px): display:flex sidebar - Also fixed: nav-bar was accidentally visible as block on mobile
Description
外贸智能助手 - TradeMate 项目
Languages
Python
49.9%
Vue
44.1%
JavaScript
4.8%
Makefile
0.6%
TypeScript
0.2%
Other
0.2%