This commit is contained in:
朱子楚\zhuzi 2024-04-15 00:11:41 +08:00
parent 17bfff2346
commit ecd13a9cca
2 changed files with 4 additions and 2 deletions

View File

@ -80,6 +80,7 @@ FluButton {
id:container id:container
width: 300 width: 300
height: 360 height: 360
radius: 4
color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1) color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1)
ColumnLayout { ColumnLayout {
anchors.fill: parent anchors.fill: parent
@ -613,7 +614,7 @@ FluButton {
} }
background: Item{ background: Item{
FluShadow{ FluShadow{
radius: 5 radius: 4
} }
} }
function showPopup() { function showPopup() {

View File

@ -79,6 +79,7 @@ FluButton {
id:container id:container
width: 300 width: 300
height: 360 height: 360
radius: 4
color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1) color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1)
ColumnLayout { ColumnLayout {
anchors.fill: parent anchors.fill: parent
@ -612,7 +613,7 @@ FluButton {
} }
background: Item{ background: Item{
FluShadow{ FluShadow{
radius: 5 radius: 4
} }
} }
function showPopup() { function showPopup() {