main
zhuzihcu 2023-04-20 09:34:57 +08:00
parent d5744a39bd
commit 3291b3a882
1 changed files with 2 additions and 2 deletions

View File

@ -88,6 +88,7 @@ FluScrollablePage{
} }
CodeExpander{ CodeExpander{
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: -1
code:'FluButton{ code:'FluButton{
id:button_1 id:button_1
text:"删除" text:"删除"
@ -99,8 +100,7 @@ FluScrollablePage{
onClicked:{ onClicked:{
showSuccess("点击一个Button") showSuccess("点击一个Button")
} }
} }'
'
} }