mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-24 19:50:44 +08:00
update
This commit is contained in:
parent
84b2045b5f
commit
b4329fdd0a
@ -63,10 +63,10 @@ T.ComboBox {
|
||||
selectByMouse: true
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
background: FluTextBoxBackground{
|
||||
border.width: 0
|
||||
border.width: 1
|
||||
bottomMargin: {
|
||||
if(!control.editable){
|
||||
return 0
|
||||
return 1
|
||||
}
|
||||
return contentItem && contentItem.activeFocus ? 2 : 1
|
||||
}
|
||||
|
@ -63,10 +63,10 @@ T.ComboBox {
|
||||
selectByMouse: true
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
background: FluTextBoxBackground{
|
||||
border.width: 0
|
||||
border.width: 1
|
||||
bottomMargin: {
|
||||
if(!control.editable){
|
||||
return 0
|
||||
return 1
|
||||
}
|
||||
return contentItem && contentItem.activeFocus ? 2 : 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user