This commit is contained in:
X1627315083@163.com
2026-05-26 14:29:58 +08:00
parent 574f3d247d
commit 2adbfa9fff
2 changed files with 17 additions and 5 deletions

View File

@@ -476,6 +476,11 @@ export default defineComponent({
},
setmoodbClass(val:any){
this.moodb_className = val
if( val.filter((item,index)=> item == 'w2h1').length != 0 && val.length > 4){
this.flex_direction = true
}else{
this.flex_direction = false
}
}
},
});