This commit is contained in:
朱子楚\zhuzi
2024-03-12 10:31:19 +08:00
parent dfc579ef3e
commit f4e36241ba
5 changed files with 18 additions and 17 deletions

View File

@ -27,8 +27,8 @@ Item {
height: d.isVertical ? d.parentHeight : spacing*2+size
FluRectangle{
color: FluTheme.dividerColor
width: d.isVertical ? size : d.parentWidth
height: d.isVertical ? d.parentHeight : size
width: d.isVertical ? size : control.width
height: d.isVertical ? control.height : size
anchors.centerIn: parent
}
}

View File

@ -27,8 +27,8 @@ Item {
height: d.isVertical ? d.parentHeight : spacing*2+size
FluRectangle{
color: FluTheme.dividerColor
width: d.isVertical ? size : d.parentWidth
height: d.isVertical ? d.parentHeight : size
width: d.isVertical ? size : control.width
height: d.isVertical ? control.height : size
anchors.centerIn: parent
}
}