(component): update

This commit is contained in:
就眠儀式 2022-10-21 22:58:50 +08:00
parent 30b46c141d
commit d852b6ee6f
3 changed files with 6 additions and 6 deletions

View File

@ -5,5 +5,5 @@ export default {
page: { page: {
prev: "上一页", prev: "上一页",
next: "下一页", next: "下一页",
} },
}; };

View File

@ -928,22 +928,22 @@ export default {
const columns25 = [ const columns25 = [
{ {
title:"账户", title:"账户",
width:"200px", width:"500px",
key:"username" key:"username"
},{ },{
title:"密码", title:"密码",
width: "300px", width: "500px",
key:"password" key:"password"
},{ },{
title:"性别", title:"性别",
key:"sex" key:"sex"
},{ },{
title:"年龄", title:"年龄",
width: "300px", width: "600px",
key:"age" key:"age"
},{ },{
title:"备注", title:"备注",
width: "180px", width: "380px",
key:"remark", key:"remark",
ellipsisTooltip: true ellipsisTooltip: true
} }

View File

@ -200,7 +200,7 @@
<lay-tooltip content="Sa-Token" position="top"> <lay-tooltip content="Sa-Token" position="top">
<a <a
style="height: 40px; display: inline-block" style="height: 40px; display: inline-block"
href="https://sa-token.dev33.cn/" href="https://sa-token.cc"
target="_blank" target="_blank"
> >
<lay-avatar <lay-avatar