diff --git a/README.md b/README.md index 78fc421..172be15 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -61,7 +61,12 @@ FEATURE ## v1.0.6F `2021年12月10日` +FEATURE - 增加 标签栏头部logo - 增加 移动端分页页码跳转按钮 - 增加 移动端表格弹窗适配 -- 增加 头部固定配置 \ No newline at end of file +- 增加 头部固定配置 + +IMPROVEMENT +- 优化 表格按钮样式 +- 优化 表格在移动端的的显示方式 \ No newline at end of file diff --git a/src/components/TTable/TTable.vue b/src/components/TTable/TTable.vue index 606ac92..c05950d 100644 --- a/src/components/TTable/TTable.vue +++ b/src/components/TTable/TTable.vue @@ -1,7 +1,7 @@ @@ -16,15 +16,17 @@ :key="column.prop" :prop="column.prop" :label="column.title" + :fixed="column.fixed" v-if="!column.action" height="460" /> - +