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