feat(web): apply Figma design tokens to MainLayout (white sidebar, 60px header, breadcrumb, global search, theme variables)

This commit is contained in:
2026-05-19 07:20:45 +08:00
parent eefcc06a5e
commit 619d75453d
3 changed files with 256 additions and 66 deletions
+1
View File
@@ -2,6 +2,7 @@ import { createApp } from "vue";
import { createPinia } from "pinia";
import ElementPlus from "element-plus";
import "element-plus/dist/index.css";
import "./theme.css";
import axios from "axios";
import App from "./App.vue";
import router from "./router";