2020-09-04

tech2025-05-19  12

layui表格:设置表头居中,内容居左

{  field: 'Result', title: '结果', align: 'center', width: '60%', templet: function (d) {                         return '<div style="text-align:left">' + d.Result + '</div>'                     }                 },

最新回复(0)