Skip to content

Commit 364dddb

Browse files
author
piexlMax(奇淼
committed
Merge branch 'main' of github.com:flipped-aurora/gin-vue-admin
2 parents 6bf848d + 3e429f4 commit 364dddb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

web/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"@eslint/js": "^8.56.0",
5959
"@unocss/extractor-svelte": "^66.4.2",
6060
"@unocss/preset-wind3": "^66.4.2",
61+
"@unocss/vite": "^66.5.0",
6162
"@vitejs/plugin-legacy": "^6.0.0",
6263
"@vitejs/plugin-vue": "^5.0.3",
6364
"@vue/cli-plugin-babel": "~5.0.8",
@@ -72,6 +73,7 @@
7273
"dotenv": "^16.4.5",
7374
"eslint": "^8.57.0",
7475
"eslint-plugin-vue": "^9.19.2",
76+
"globals": "^16.3.0",
7577
"sass": "^1.78.0",
7678
"terser": "^5.31.6",
7779
"unocss": "^66.4.2",

web/src/view/layout/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:content="userStore.userInfo.nickName"
1212
/>
1313
<gva-header />
14-
<div class="flex flex-row w-full pt-16 box-border h-full">
14+
<div class="flex flex-row w-full gva-container pt-16 box-border !h-full">
1515
<gva-aside
1616
v-if="
1717
config.side_mode === 'normal' || config.side_mode === 'sidebar' ||

web/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import vueDevTools from 'vite-plugin-vue-devtools'
99
import VueFilePathPlugin from './vitePlugin/componentName/index.js'
1010
import { svgBuilder } from 'vite-auto-import-svg'
1111
import { AddSecret } from './vitePlugin/secret'
12-
import UnoCSS from 'unocss/vite'
12+
import UnoCSS from '@unocss/vite'
1313

1414
// @see https://cn.vitejs.dev/config/
1515
export default ({ mode }) => {

0 commit comments

Comments
 (0)