🐛(component): 修复 table 列筛选布局

This commit is contained in:
就眠儀式
2022-07-23 17:48:03 +08:00
parent 68f0f70bcb
commit 784a8f484e
4 changed files with 17 additions and 2 deletions

View File

@@ -1023,6 +1023,12 @@ export default {
key:"name",
align: "left"
},
{
title:"年龄",
width: "300px",
key:"age",
ellipsisTooltip: true,
},
{
title:"备注",
width: "300px",