mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 08:46:38 +08:00
style:样式切换
This commit is contained in:
parent
357c77ef30
commit
0c1f650e9c
@ -147,7 +147,8 @@
|
|||||||
padding 10px 15px
|
padding 10px 15px
|
||||||
border-radius 10px
|
border-radius 10px
|
||||||
cursor pointer
|
cursor pointer
|
||||||
margin-bottom 10px
|
margin-bottom 20px
|
||||||
|
background: var(--chat-bg);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -309,7 +309,7 @@ const previewURL = ref("");
|
|||||||
const store = useSharedStore();
|
const store = useSharedStore();
|
||||||
|
|
||||||
const resizeElement = function () {
|
const resizeElement = function () {
|
||||||
listBoxHeight.value = window.innerHeight - 90;
|
listBoxHeight.value = window.innerHeight - 58;
|
||||||
// paramBoxHeight.value = window.innerHeight - 110
|
// paramBoxHeight.value = window.innerHeight - 110
|
||||||
};
|
};
|
||||||
resizeElement();
|
resizeElement();
|
||||||
|
@ -172,13 +172,13 @@
|
|||||||
</v3-waterfall>
|
</v3-waterfall>
|
||||||
|
|
||||||
<div class="footer" v-if="isOver">
|
<div class="footer" v-if="isOver">
|
||||||
<el-empty
|
<!-- <el-empty
|
||||||
:image-size="100"
|
:image-size="100"
|
||||||
:image="nodata"
|
:image="nodata"
|
||||||
description="没有更多数据了"
|
description="没有更多数据了"
|
||||||
/>
|
/> -->
|
||||||
<!-- <span>没有更多数据了</span>
|
<span>没有更多数据了</span>
|
||||||
<i class="iconfont icon-face"></i> -->
|
<i class="iconfont icon-face"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<back-top :right="30" :bottom="30" />
|
<back-top :right="30" :bottom="30" />
|
||||||
|
@ -411,7 +411,9 @@ import Compressor from "compressorjs";
|
|||||||
import Generating from "@/components/ui/Generating.vue";
|
import Generating from "@/components/ui/Generating.vue";
|
||||||
import { useSharedStore } from "@/store/sharedata";
|
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 custom = ref(false);
|
||||||
const models = ref([
|
const models = ref([
|
||||||
{ label: "v3.0", value: "chirp-v3-0" },
|
{ label: "v3.0", value: "chirp-v3-0" },
|
||||||
|
Loading…
Reference in New Issue
Block a user