mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
320d934d86
commit
0ba02a2f72
@ -43,8 +43,8 @@
|
|||||||
{field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
|
{field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
|
||||||
{
|
{
|
||||||
field: 'headimg', title: '头像', width: 60, align: 'center', templet: function (d) {
|
field: 'headimg', title: '头像', width: 60, align: 'center', templet: function (d) {
|
||||||
if (!d.headimg) return '';
|
if (!d.headimg) return '-';
|
||||||
return layui.laytpl('<div class="headimg headimg-xs margin-0" data-tips-image data-tips-hover data-lazy-src="{{d.headimg}}"></div>').render(d);
|
return layui.laytpl('<div class="headimg headimg-xs shadow-inset margin-0" data-tips-image data-tips-hover data-lazy-src="{{d.headimg}}"></div>').render(d);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{field: 'username', title: '登录账号', minWidth: 100, align: 'center', templet: '<div>{{d.username||"-"}}</div>'},
|
{field: 'username', title: '登录账号', minWidth: 100, align: 'center', templet: '<div>{{d.username||"-"}}</div>'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user