当前位置: 代码迷 >> 综合 >> layui Table 设置title 字体加粗
  详细解决方案

layui Table 设置title 字体加粗

热度:113   发布时间:2023-10-12 00:36:17.0
<style>.layui-table th{font-weight: bold;
}</style>
<body><table id="demo" lay-filter="demo" class="layui-hide"></table>
</body>

加样式 :  

.layui-table th{
        font-weight: bold;

 

  相关解决方案