🐛(component): table
默认加载时有横向滚动条,header 的滚动条占位无法显示 ISSUES CLOSED: https://gitee.com/layui/layui-vue/issues/I5F8R1
This commit is contained in:
@@ -435,19 +435,20 @@ export default {
|
||||
const columns8 = [
|
||||
{
|
||||
title:"账户",
|
||||
width:"200px",
|
||||
minWidth:"200px",
|
||||
key:"username"
|
||||
},{
|
||||
title:"密码",
|
||||
width: "180px",
|
||||
minWidth: "180px",
|
||||
key:"password"
|
||||
},{
|
||||
title:"年龄",
|
||||
width: "180px",
|
||||
minWidth: "180px",
|
||||
key:"age"
|
||||
},{
|
||||
title:"备注",
|
||||
key:"remark",
|
||||
minWidth: "180px",
|
||||
ellipsisTooltip: true,
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user