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:
@@ -75,8 +75,8 @@ body {
|
||||
|
||||
/**重写layui表格自适应*/
|
||||
.layuimini-container .layui-table-cell {
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
height: 47px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
/**数据表格-搜索表单样式*/
|
||||
|
||||
Reference in New Issue
Block a user