Browse Source

feat:字体

zhangyong/feature-20250815160302-金币优化
lihui 1 month ago
parent
commit
cd045df378
  1. 3
      src/global.css
  2. 1
      src/main.ts

3
src/global.css

@ -0,0 +1,3 @@
body {
font-family: 'Microsoft YaHei UI';
}

1
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()

Loading…
Cancel
Save