提交 43ca9fa6 编写于 作者: 智布道's avatar 智布道 👁

👽 后台文章管理页面文章缩略图尺寸调整

上级 08690156
......@@ -95,7 +95,7 @@
align: 'center',
editable: false,
formatter: function (code, row, index) {
return code ? '<a href="' + code + '" class="showImage" title="' + row.title + '" rel="external nofollow"><img src="' + code + '" alt="' + row.title + '" class="img-rounded" style="width: 50px;height: auto;"></a>' : '-';
return code ? '<a href="' + code + '" class="showImage" title="' + row.title + '" rel="external nofollow"><img src="' + code + '" alt="' + row.title + '" class="img-rounded" style="width: 30px;height: auto;"></a>' : '-';
}
}, {
field: 'comment',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册