mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	micro fix
This commit is contained in:
		@@ -40,8 +40,8 @@ const props = defineProps({
 | 
			
		||||
    default: 'Tips',
 | 
			
		||||
  },
 | 
			
		||||
  width: {
 | 
			
		||||
    type: Number,
 | 
			
		||||
    default: 500,
 | 
			
		||||
    type: String,
 | 
			
		||||
    default: 'auto',
 | 
			
		||||
  },
 | 
			
		||||
  hideFooter:{
 | 
			
		||||
    type: Boolean,
 | 
			
		||||
 
 | 
			
		||||
@@ -111,7 +111,7 @@
 | 
			
		||||
            </el-popover>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="item">
 | 
			
		||||
            <black-input v-model:value="data.prompt" type="textarea" :rows="10" placeholder="例如:一首关于鸟人的摇滚歌曲..."/>
 | 
			
		||||
            <black-input v-model:value="data.prompt" type="textarea" :rows="10" placeholder="例如:一首关于爱情的摇滚歌曲..."/>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
@@ -266,7 +266,7 @@
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <black-dialog v-model:show="showDialog" title="修改歌曲" @cancal="showDialog = false" @confirm="updateSong" :width="500">
 | 
			
		||||
    <black-dialog v-model:show="showDialog" title="修改歌曲" @cancal="showDialog = false" @confirm="updateSong" :width="500+'px'">
 | 
			
		||||
      <form class="form">
 | 
			
		||||
        <div class="form-item">
 | 
			
		||||
          <div class="label">歌曲名称</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user