🐛(table): 修复树表格与字段文字省略同时开启时单元格错位

This commit is contained in:
就眠儀式 2022-10-31 20:53:32 +08:00
parent 1cf37b2a54
commit 2600e6756f
3 changed files with 9 additions and 1 deletions

View File

@ -366,6 +366,10 @@
box-sizing: border-box; box-sizing: border-box;
} }
.layui-table-cell .lay-tooltip-content {
display: inline;
}
.layui-table-cell .layui-form-checkbox[lay-skin="primary"] { .layui-table-cell .layui-form-checkbox[lay-skin="primary"] {
top: -1px; top: -1px;
padding: 0; padding: 0;

View File

@ -298,7 +298,8 @@ export default {
{ {
title:"姓名", title:"姓名",
width:"200px", width:"200px",
key:"name" key:"name",
ellipsisTooltip: true,
},{ },{
title:"成绩", title:"成绩",
width: "180px", width: "180px",

View File

@ -1,3 +1,6 @@
::: title 基本介绍
:::
<br> <br>
<p> <p>
<a href="http://www.layui-vue.com"> <a href="http://www.layui-vue.com">