提交 4517c064 编写于 作者: 沐夕花开's avatar 沐夕花开

doc: 更新n-table 说明文档及changelog

上级 0d764de5
{
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
## 1.1.1(2022-04-19)
1. update: 单位改成 px,包括文字大小FontSize/ width/ height/ (横屏下 rpx 会有缺陷)
2. add: columns[item].hidden : 是否显示该列,默认false
3. add: props.defaultOpen : 树形结构下是否默认展开全部 默认false
## 1.1.0(2022-04-15)
1. add: columns[item].textAlign : 对应列内容文字对齐方式,优先级比 tableOpt.textAlign 高 例子看第二个
2. add: columns[item].titleTextAlign : 对应列表头文字对齐方式,优先级比 headerOpt.align 高 例子看第二个
......
{
"id": "n-table",
"displayName": "n-table 多级表头、树形结构,高度配置表格组件",
"version": "1.1.0",
"version": "1.1.1",
"description": "n-table 多级表头、树形结构,高度配置表格组件",
"keywords": [
"表格,多级表头,树形结构,可配置"
......@@ -44,7 +44,7 @@
"client": {
"Vue": {
"vue2": "y",
"vue3": "y"
"vue3": "u"
},
"App": {
"app-vue": "y",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册