想让最小的显示省略号,然后其他的值在后面加个单位
1、标签中设置
function(){ return this.name+this.value+"%";}
2、条件属性看哪个最小
min(VALUE("Android",4))
结果
原始的
省略号不支持
---
标签增加单位参考