mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-24 03:44:50 +08:00
fix: 修改Badge显示
This commit is contained in:
parent
4e4016ae3f
commit
1b92928487
@ -73,7 +73,7 @@ Rectangle{
|
||||
text:{
|
||||
if(count<100)
|
||||
return count
|
||||
return count+"+"
|
||||
return "100+"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ Rectangle{
|
||||
text:{
|
||||
if(count<100)
|
||||
return count
|
||||
return count+"+"
|
||||
return "100+"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user