docs: 更新日志

This commit is contained in:
就眠儀式
2022-04-18 23:27:23 +08:00
parent 4274a280de
commit 7f88337182
5 changed files with 22 additions and 11 deletions

View File

@@ -260,18 +260,20 @@ export default {
customSlot:"password",
key:"password",
align: "center"
},{
title:"操作",
width: "180px",
customSlot:"operator",
key:"operator"
},{
},
{
title:"年龄",
width: "180px",
key:"age",
sort: true,
align: "right"
}
,{
title:"操作",
width: "180px",
customSlot:"operator",
key:"operator"
}
]
const dataSource5 = [

View File

@@ -11,7 +11,16 @@
<template>
<lay-timeline>
<lay-timeline-item title="1.0.x">
<ul>
<ul>
<a name="1-0-3"> </a>
<li>
<h3>1.0.4 <span class="layui-badge-rim">2022-04-17</span></h3>
<ul>
<li>[修复] table 组件 columns 配置 width 属性不生效。</li>
</ul>
</li>
</ul>
<ul>
<a name="1-0-3"> </a>
<li>
<h3>1.0.3 <span class="layui-badge-rim">2022-04-17</span></h3>