mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	【优化】调整 Ai Image 配置区域样式
This commit is contained in:
		@@ -17,14 +17,17 @@
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
import Dall3 from './dall3/index.vue'
 | 
			
		||||
 | 
			
		||||
// 定义属性
 | 
			
		||||
const value = ref('DALL3绘画')
 | 
			
		||||
const options = ['DALL3绘画', 'MJ绘画']
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style scoped lang="scss">
 | 
			
		||||
 | 
			
		||||
.ai-image {
 | 
			
		||||
@@ -39,11 +42,14 @@ const options = ['DALL3绘画', 'MJ绘画']
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  .left {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    padding: 20px;
 | 
			
		||||
    width: 350px;
 | 
			
		||||
 | 
			
		||||
    .segmented {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .segmented .el-segmented {
 | 
			
		||||
      --el-border-radius-base: 16px;
 | 
			
		||||
@@ -55,7 +61,7 @@ const options = ['DALL3绘画', 'MJ绘画']
 | 
			
		||||
    .modal-switch-container {
 | 
			
		||||
      height: 100%;
 | 
			
		||||
      overflow-y: auto;
 | 
			
		||||
      margin-top: 15px;
 | 
			
		||||
      margin-top: 30px;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user