1.0.0.0723

1.修改safari下close图标偏移的问题
2.修改windows系统下选中图标位置错位的问题
3.修改图标前缀避免冲突
This commit is contained in:
maplemei
2019-07-23 17:51:19 +08:00
parent 66321b8e95
commit c0a486b873
6 changed files with 27 additions and 26 deletions

View File

@@ -162,7 +162,7 @@
label: {
type: 'count',
count: {
template(data, sels){
template: function(data, sels){
return "已选中 " + sels.length + " 项, 共 " + data.length + " 项"
}
}
@@ -182,7 +182,7 @@
label: {
type: 'count',
count: {
template(data, sels){
template: function(data, sels){
return "我是自定义的... 已选中 " + sels.length + " 项, 共 " + data.length + " 项"
}
}