style(admin): adjust table cell height and line height

- Set table cell height to 47px instead of100%
- Set table cell line-height to 40px
This commit is contained in:
wolfcode
2025-04-10 16:51:57 +08:00
parent b8ccf1542b
commit feb26660e8

View File

@@ -75,8 +75,8 @@ body {
/**重写layui表格自适应*/
.layuimini-container .layui-table-cell {
height: 100%;
max-width: 100%;
height: 47px;
line-height: 40px;
}
/**数据表格-搜索表单样式*/