🐛(component): 修复 table 组件 column 配置 fixed 属性, 特殊情况下的列空白问题

This commit is contained in:
就眠儀式
2022-10-11 14:30:35 +08:00
parent 5a749bf672
commit df60cadf4b
4 changed files with 19 additions and 7 deletions

View File

@@ -655,20 +655,20 @@ export default {
const columns20 = [
{
fixed:"left",
title:"账户",
width:"200px",
key:"username"
},{
fixed:"left",
title:"密码",
width: "300px",
key:"password"
},{
fixed:"right",
title:"性别",
width: "300px",
key:"sex"
},{
fixed:"right",
title:"年龄",
width: "300px",
key:"age"