update: change tauri window size

This commit is contained in:
Henry.Huang 2022-10-11 15:23:01 +08:00
parent 853745587d
commit 11d615f807
2 changed files with 6 additions and 2 deletions

View File

@ -10,3 +10,7 @@ soybean-admin-build:
soybean-admin-push: soybean-admin-push:
docker push ${SoybeanAdminImg} docker push ${SoybeanAdminImg}
# run tauri app:
run:
pnpm tauri dev

View File

@ -56,10 +56,10 @@
"windows": [ "windows": [
{ {
"fullscreen": false, "fullscreen": false,
"height": 600, "height": 800,
"resizable": true, "resizable": true,
"title": "soybean-admin", "title": "soybean-admin",
"width": 800 "width": 1000
} }
] ]
} }