style:样式切换

This commit is contained in:
lqins
2024-12-19 17:09:47 +08:00
parent 357c77ef30
commit 0c1f650e9c
4 changed files with 10 additions and 7 deletions

View File

@@ -411,7 +411,9 @@ import Compressor from "compressorjs";
import Generating from "@/components/ui/Generating.vue";
import { useSharedStore } from "@/store/sharedata";
const winHeight = ref(window.innerHeight - 50);
// const winHeight = ref(window.innerHeight - 50);
const winHeight = ref(window.innerHeight - 20);
const custom = ref(false);
const models = ref([
{ label: "v3.0", value: "chirp-v3-0" },