mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-28 22:26:43 +08:00
Compare commits
No commits in common. "b723cfec4edfc65a2a78d78a2d0497e13d37ace7" and "4e4016ae3fed7d1a3534760b44313e8fb0b8fd29" have entirely different histories.
b723cfec4e
...
4e4016ae3f
@ -73,7 +73,7 @@ Rectangle{
|
|||||||
text:{
|
text:{
|
||||||
if(count<100)
|
if(count<100)
|
||||||
return count
|
return count
|
||||||
return "100+"
|
return count+"+"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@ Rectangle{
|
|||||||
text:{
|
text:{
|
||||||
if(count<100)
|
if(count<100)
|
||||||
return count
|
return count
|
||||||
return "100+"
|
return count+"+"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user