layui中怎么实现图片在列表中显示

发布时间:2021-07-24 17:51:25 作者:Leah
来源:亿速云 阅读:125

这期内容当中小编将会给大家带来有关layui中怎么实现图片在列表中显示,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。

layui table中显示图片的方法:

图片需要用到模板.templet:

注意div不可省略,48px指的是div的高度,如果要决定img图片的高度,需要单独设计style

<script type="text/javascript">    layui.use('table',function () {        var table= layui.table;        table.render({            elem:'#needstable'            ,url:'{:url()}'            ,method:'post'            ,cellMinWidth:80            ,page:true            ,cols:[[                {field:'needs_id',title:'id',fixed:'left',width:80}                ,{field:'wx_username',title:'昵称',fixed:'left',width:80}                ,{field:'wx_headimg',title:'头像',fixed:'left',templet:'<div><img src="{{ d.wx_headimg}}"></div>',style:'height:48px;width:48px;line-height:48px!important;'}

css,注意替换headimg

<style type="text/css">.layui-table-fixed-r td{height:58px!important;}.layui-table-fixed-r th{height:58px!important;}.layui-table img {    max-width: 48px;min-height: 48px;}.laytable-cell-3-wx_headimg ,.laytable-cell-1-wx_headimg,.laytable-cell-2-wx_headimg,.laytable-cell-3-wx_headimg,.laytable-cell-4-wx_headimg,.laytable-cell-5-wx_headimg,.laytable-cell-6-wx_headimg,.laytable-cell-7-wx_headimg,.laytable-cell-8-wx_headimg,.laytable-cell-9-wx_headimg,.laytable-cell-10-wx_headimg,.laytable-cell-11-wx_headimg,.laytable-cell-12-wx_headimg,.laytable-cell-13-wx_headimg,.laytable-cell-14-wx_headimg{    width: 48px!important;;padding:0px!important;height: 48px!important;;    line-height: 48px!important;;}</style>

上述就是小编为大家分享的layui中怎么实现图片在列表中显示了,如果刚好有类似的疑惑,不妨参照上述分析进行理解。如果想知道更多相关知识,欢迎关注亿速云行业资讯频道。

推荐阅读:
  1. 分片在redis中作用和实现
  2. layui如何在表格中显示图片

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

layui

上一篇:bootstrap中怎么实现拖动布局元素

下一篇:layui中怎么回填下拉选中的值

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》