From 32a2351c162baee104584447de6cd27636345e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Mon, 28 Mar 2022 01:56:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/docs/zh-CN/guide/changelog.md | 2 +- src/component/table/index.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/docs/zh-CN/guide/changelog.md b/example/docs/zh-CN/guide/changelog.md index f5a81bb5..2467e5a7 100644 --- a/example/docs/zh-CN/guide/changelog.md +++ b/example/docs/zh-CN/guide/changelog.md @@ -21,7 +21,7 @@
  • [新增] date-picker 组件 type 属性 date 值, 支持日期选择。
  • [新增] date-picker 组件 type 属性 datetime 值, 支持日期时间选择。
  • [新增] date-picker 组件 now 操作, 将 年 月 日 重置为当前日期。
  • -
  • [新增] table 组件 data 属性 titleSlot 选项, 自定义标题插槽。 +
  • [新增] table 组件 data 属性 titleSlot 选项, 自定义标题插槽。
  • [修复] menu 组件 level 属性的语义与实际功能相悖。
  • [修复] input 组件 height 高度固定 38 px。
  • [修复] step 组件 line 样式。
  • diff --git a/src/component/table/index.vue b/src/component/table/index.vue index 7e371b3d..8c0a040a 100644 --- a/src/component/table/index.vue +++ b/src/component/table/index.vue @@ -251,12 +251,12 @@ onMounted(() => { :style="{ width: column.width }" > - - + + {{ column.title }}