From 580b581af0de5747c91eae52b521afe055311d77 Mon Sep 17 00:00:00 2001 From: liuhuyue Date: Tue, 6 Jul 2021 14:28:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Table=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=BC=80=E5=90=AF=20expandRowByClick=20=E5=90=8E?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E9=80=9A=E8=BF=87=E5=B1=95=E5=BC=80=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=B1=95=E5=BC=80=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 9 +++++++-- src/table/Td.js | 8 ++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 71e3dfe1..6bcd395d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,17 +10,22 @@ --- +## 1.0.10 +`2021-07-06` +- Table + - 🐞 修复开启 expandRowByClick 后无法通过展开按钮展开的问题 [#60](https://github.com/ecomfe/santd/pull/60) + ## 1.0.9 `2021-07-05` - PageHeader - - fix: 修改pageHeader、localeProvider组件目录为中线分隔(page-header、locale-provider),解决babel-plugin-import插件引入问题[a064242](https://github.com/ecomfe/santd/commit/a064242731ccc13108d42831cd598809b736200b) + - 🐞 修改 pageHeader、localeProvider 组件的目录名为短横线分隔(page-header、locale-provider),解决 babel-plugin-import 插件引入问题 [a064242](https://github.com/ecomfe/santd/commit/a064242731ccc13108d42831cd598809b736200b) ## 1.0.8 `2021-06-16` - Popconfirm - - fix: 解决popconfirm组件样式丢失问题[1c2f87a](https://github.com/ecomfe/santd/commit/1c2f87a5bf3de3c415354816cd1a1dcde43e19e8) + - 🐞 解决 popconfirm 组件样式丢失问题 [1c2f87a](https://github.com/ecomfe/santd/commit/1c2f87a5bf3de3c415354816cd1a1dcde43e19e8) ## 1.0.7 `2021-06-04` diff --git a/src/table/Td.js b/src/table/Td.js index 20fe3d53..b2865d8f 100644 --- a/src/table/Td.js +++ b/src/table/Td.js @@ -10,13 +10,13 @@ const contentTemplate = ` @@ -60,10 +60,10 @@ export default {