瀏覽代碼

Update index.html

邹景立 2 年之前
父節點
當前提交
7e6d5c372e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/view/user/index.html

+ 1 - 1
app/admin/view/user/index.html

@@ -44,7 +44,7 @@
                 {
                     field: 'headimg', title: '头像', width: 60, align: 'center', templet: function (d) {
                         if (!d.headimg) return '-';
-                        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);
+                        return layui.laytpl('<div class="headimg headimg-ss 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>'},