mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-01 06:41:49 +08:00
update
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user