update
parent
d5744a39bd
commit
3291b3a882
|
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}'
|
||||||
'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue