/* --------------------------------------------------
/*  自定义后台扩展样式，需要在加载 console.css 后载入
/*  使用 php think xadmin:install static 时不会更新此文件
/* -------------------------------------------------- */

.layui-table td,
.layui-table th {
    font-size: 15px;
    padding: 25px 0;

    /* font-weight: bolder; */
}

.layui-table-cell {
    height: 50px;
    line-height: 40px;
    padding: 6px 15px;
}