mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-01 23:51:48 +08:00
@ -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+"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user