mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
17bfff2346
commit
ecd13a9cca
@ -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() {
|
||||||
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user