mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-27 05:38:37 +08:00
update
This commit is contained in:
parent
f058496eb3
commit
d05c60c3d7
@ -357,7 +357,7 @@ FluObject{
|
|||||||
}
|
}
|
||||||
|
|
||||||
FluPaneItemSeparator{
|
FluPaneItemSeparator{
|
||||||
spacing:20
|
spacing:10
|
||||||
size:1
|
size:1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -803,6 +803,10 @@ Item {
|
|||||||
}
|
}
|
||||||
return "transparent"
|
return "transparent"
|
||||||
}
|
}
|
||||||
|
FluShadow{
|
||||||
|
visible: d.isMinimal || d.isCompactAndPanel
|
||||||
|
radius: 0
|
||||||
|
}
|
||||||
x: visible ? 0 : -width
|
x: visible ? 0 : -width
|
||||||
Behavior on width {
|
Behavior on width {
|
||||||
enabled: FluTheme.enableAnimation && d.animDisabled
|
enabled: FluTheme.enableAnimation && d.animDisabled
|
||||||
|
Loading…
Reference in New Issue
Block a user