合并画布,部分样式调整
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
<!-- 蒙层 end-->
|
||||
<div v-show="selectCode == 'MyBrand'" class="right_content_body">
|
||||
<div v-show="!isBrandDetail" class="list">
|
||||
<div class="addBrand gallery_btn" style="padding:0 2.5rem;" @click="addBrand">Add brand</div>
|
||||
<div class="addBrand gallery_btn" style="padding:0 2.5rem;" @click="addBrand">{{ $t('brandDNA.Addbrand') }}</div>
|
||||
<div class="content_body_table scroll_style">
|
||||
<div class="myBrandItem content_img_item" v-for="item,index in brandDNAList" :key="item.id" @click="openBrandDetail(item)">
|
||||
<img :src="item.minioUrl" alt="">
|
||||
@@ -708,18 +708,18 @@ export default defineComponent({
|
||||
let speed = reactive({
|
||||
speedList:[
|
||||
{
|
||||
title:'Picture quality is average, speed is fast',
|
||||
label:'Low Quality',
|
||||
value:'fast',
|
||||
|
||||
title:'Generate using Wanxiang',
|
||||
label:'WX',
|
||||
value:'wx',
|
||||
},{
|
||||
title:'Picture quality is high, speed is slow',
|
||||
label:'High Quality',
|
||||
value:'high',
|
||||
},{
|
||||
title:'Generate using Wanxiang',
|
||||
label:'WX',
|
||||
value:'wx',
|
||||
title:'Picture quality is average, speed is fast',
|
||||
label:'Low Quality',
|
||||
value:'fast',
|
||||
|
||||
},{
|
||||
title:'',
|
||||
label:'FLUX',
|
||||
@@ -735,9 +735,9 @@ export default defineComponent({
|
||||
],
|
||||
speedState:false,
|
||||
speedData:{
|
||||
title:'Picture quality is average, speed is fast',
|
||||
label:'Low Quality',
|
||||
value:'fast',
|
||||
title:'Generate using Wanxiang',
|
||||
label:'WX',
|
||||
value:'wx',
|
||||
},
|
||||
})
|
||||
const openSpeed = ()=>{
|
||||
@@ -1761,11 +1761,11 @@ export default defineComponent({
|
||||
|
||||
}else if(element.status == 'Fail' || element.status == 'Invalid'){
|
||||
data = data.filter((item:any) => item !== element.taskId);
|
||||
this.generateList = this.generateList.filter((item:any) => item.taskId !== element.taskId);
|
||||
this.generateList[str] = this.generateList[str].filter((item:any) => item.taskId !== element.taskId);
|
||||
message.info(this.t('Generate.everyTimeEffectPoor'));
|
||||
}
|
||||
});
|
||||
if((data.length == 0)|| (rv.filter((item:any)=>item.status == 'Invalid').length == data.length)){
|
||||
if((data.length == 0)){
|
||||
if(rv.filter((item:any)=>item.status == 'Invalid').length == dataNum){
|
||||
message.info(this.t('Generate.effectPoor'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user