layui Table 设置title 字体加粗

时间:2022-10-17
在layui.css中加样式 :  .layui-table th{font-weight: bold;} ,或者直接加在网页中即可。
<style>
    .layui-table th{
        font-weight: bold;
}
 </style>
<body>
<table id="demo" lay-filter="demo" class="layui-hide"></table>
</body>
 
上一条:PHP错误Warning: Cannot modify header information - headers alr 下一条:没有了

相关文章

最新文章