diff --git a/src/global.css b/src/global.css new file mode 100644 index 0000000..6ba147f --- /dev/null +++ b/src/global.css @@ -0,0 +1,3 @@ +body { + font-family: 'Microsoft YaHei UI'; +} \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 3e78e78..fc0b6ca 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,6 +15,7 @@ import 'vxe-table/lib/style.css' // 修正导入路径 import { useAdminStore } from './store' import request from "@/util/request"; +import "./global.css"; const app = createApp(App) const pinia = createPinia()