mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-04-12 03:31:30 +08:00
update
This commit is contained in:
parent
6d7366f74c
commit
e4f02f50ca
@ -301,7 +301,6 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Component{
|
Component{
|
||||||
id:com_panel_item
|
id:com_panel_item
|
||||||
@ -314,7 +313,12 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
clip: true
|
clip: true
|
||||||
height: visible ? 38 : 0
|
height: {
|
||||||
|
if(model.parent){
|
||||||
|
return model.parent.isExpand ? 38 : 0
|
||||||
|
}
|
||||||
|
return 38
|
||||||
|
}
|
||||||
visible: {
|
visible: {
|
||||||
if(model.parent){
|
if(model.parent){
|
||||||
return model.parent.isExpand ? true : false
|
return model.parent.isExpand ? true : false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user