This commit is contained in:
朱子楚\zhuzi
2024-03-09 15:35:48 +08:00
parent 2a03f24941
commit 7c0c4cc451
167 changed files with 7567 additions and 1816 deletions

View File

@ -7,12 +7,12 @@ import "../component"
FluScrollablePage{
title:"Badge"
title: qsTr("Badge")
FluArea{
Layout.fillWidth: true
Layout.topMargin: 20
height: 106
height: 120
paddings: 10
Column{
@ -20,11 +20,13 @@ FluScrollablePage{
anchors{
verticalCenter: parent.verticalCenter
left: parent.left
right: parent.right
}
FluText{
text:"一般出现在通知图标或头像的右上角,用于显示需要处理的消息条数"
wrapMode: Text.WordWrap
width: parent.width
text: qsTr("It usually appears in the upper right corner of the notification icon or avatar to display the number of messages that need to be processed")
}
Row{
spacing: 20
Rectangle{