mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-30 15:06:52 +08:00
commit
b723cfec4e
@ -73,7 +73,7 @@ Rectangle{
|
|||||||
text:{
|
text:{
|
||||||
if(count<100)
|
if(count<100)
|
||||||
return count
|
return count
|
||||||
return count+"+"
|
return "100+"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@ Rectangle{
|
|||||||
text:{
|
text:{
|
||||||
if(count<100)
|
if(count<100)
|
||||||
return count
|
return count
|
||||||
return count+"+"
|
return "100+"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user