mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	style:样式切换
This commit is contained in:
		@@ -147,7 +147,8 @@
 | 
			
		||||
        padding 10px 15px
 | 
			
		||||
        border-radius 10px
 | 
			
		||||
        cursor pointer
 | 
			
		||||
        margin-bottom 10px
 | 
			
		||||
        margin-bottom 20px
 | 
			
		||||
        background: var(--chat-bg);
 | 
			
		||||
 | 
			
		||||
       
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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();
 | 
			
		||||
 
 | 
			
		||||
@@ -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" />
 | 
			
		||||
 
 | 
			
		||||
@@ -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" },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user