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
|
selectByMouse: true
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
background: FluTextBoxBackground{
|
background: FluTextBoxBackground{
|
||||||
border.width: 0
|
border.width: 1
|
||||||
bottomMargin: {
|
bottomMargin: {
|
||||||
if(!control.editable){
|
if(!control.editable){
|
||||||
return 0
|
return 1
|
||||||
}
|
}
|
||||||
return contentItem && contentItem.activeFocus ? 2 : 1
|
return contentItem && contentItem.activeFocus ? 2 : 1
|
||||||
}
|
}
|
||||||
|
@ -63,10 +63,10 @@ T.ComboBox {
|
|||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
background: FluTextBoxBackground{
|
background: FluTextBoxBackground{
|
||||||
border.width: 0
|
border.width: 1
|
||||||
bottomMargin: {
|
bottomMargin: {
|
||||||
if(!control.editable){
|
if(!control.editable){
|
||||||
return 0
|
return 1
|
||||||
}
|
}
|
||||||
return contentItem && contentItem.activeFocus ? 2 : 1
|
return contentItem && contentItem.activeFocus ? 2 : 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user