update
parent
e651b731cf
commit
47b0c71f95
|
@ -26,11 +26,6 @@ FluExpander{
|
|||
color:FluTheme.dark ? Qt.rgba(50/255,50/255,50/255,1) : Qt.rgba(247/255,247/255,247/255,1)
|
||||
border.color: FluTheme.dark ? Qt.rgba(45/255,45/255,45/255,1) : Qt.rgba(226/255,229/255,234/255,1)
|
||||
border.width: 1
|
||||
Behavior on color{
|
||||
ColorAnimation {
|
||||
duration: 300
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ import QtQuick.Layouts
|
|||
import FluentUI
|
||||
|
||||
Item{
|
||||
id:control
|
||||
enum StatusMode {
|
||||
Loading,
|
||||
Empty,
|
||||
|
@ -80,7 +81,7 @@ Item{
|
|||
Layout.alignment: Qt.AlignHCenter
|
||||
text:"重新加载"
|
||||
onClicked:{
|
||||
errorClicked.call()
|
||||
control.errorClicked()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue