This commit is contained in:
朱子楚\zhuzi
2023-03-30 22:59:25 +08:00
parent 4e53936bb7
commit 2008e0f524
3 changed files with 48 additions and 28 deletions

View File

@ -223,6 +223,19 @@ FluScrollablePage{
}
}
Rectangle{
height: 12
width: 12
radius: 6
color: FluTheme.primaryColor.dark
anchors{
right: parent.right
top: parent.top
rightMargin: 14
topMargin: 14
}
}
MouseArea{
id:item_mouse
anchors.fill: parent