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

@ -147,7 +147,8 @@
padding 10px 15px
border-radius 10px
cursor pointer
margin-bottom 10px
margin-bottom 20px
background: var(--chat-bg);

View File

@ -309,7 +309,7 @@ const previewURL = ref("");
const store = useSharedStore();
const resizeElement = function () {
listBoxHeight.value = window.innerHeight - 90;
listBoxHeight.value = window.innerHeight - 58;
// paramBoxHeight.value = window.innerHeight - 110
};
resizeElement();

View File

@ -172,13 +172,13 @@
</v3-waterfall>
<div class="footer" v-if="isOver">
<el-empty
<!-- <el-empty
:image-size="100"
:image="nodata"
description="没有更多数据了"
/>
<!-- <span>没有更多数据了</span>
<i class="iconfont icon-face"></i> -->
/> -->
<span>没有更多数据了</span>
<i class="iconfont icon-face"></i>
</div>
<back-top :right="30" :bottom="30" />

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" },