From 40f3c345a1eaf0be6fb5cc5fa5b23fe83f2d9b95 Mon Sep 17 00:00:00 2001 From: 2183691628 <2183691628@qq.com> Date: Fri, 10 Dec 2021 14:09:01 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96=20=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=20-=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20=E8=A1=A8=E6=A0=BC=E5=9C=A8=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E7=9A=84=E7=9A=84=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- src/components/TTable/TTable.vue | 8 +++++--- src/styles/element-ui.scss | 1 - src/views/off-limits-manage/alarm-query/index.vue | 6 +++--- .../off-limits-manage/alarm-recognition/index.vue | 8 ++++---- .../off-limits-manage/common-exception/index.vue | 8 ++++---- .../off-limits-main/off-limits-type/index.vue | 6 +++--- src/views/off-limits-manage/user-exception/index.vue | 11 ++++++----- 8 files changed, 32 insertions(+), 25 deletions(-) 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" /> - +