细节优化

This commit is contained in:
季圣华
2019-08-14 23:36:39 +08:00
parent 6a269e9195
commit 4a6a4b4e92
4 changed files with 3 additions and 45 deletions

View File

@@ -156,7 +156,7 @@
{
title: '图标', field: 'icon', width: 100, formatter: function (value, row) {
if (value != null) {
return "<img alt='图标' style='width:32px;height:32px;' src=\"../../upload/images/deskIcon/" + value + "\" />";
return "<img alt='图标' style='width:28px;height:28px;' src=\"../../upload/images/deskIcon/" + value + "\" />";
}
}
},