update: change tauri window size
This commit is contained in:
parent
853745587d
commit
11d615f807
4
Makefile
4
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user