Skip to content

Commit f613781

Browse files
committed
fix: 修复 Table 组件的分页功能某些情况没有样式的问题
1 parent 2f5dd19 commit f613781

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
---
1212

13+
## 1.0.4
14+
`2020-3-30`
15+
- Table
16+
- 🐞 修复某些情况下该组件的分页功能没有样式的问题 [#52](https://github.com/ecomfe/santd/pull/52)
17+
18+
## 1.0.3
19+
`2020-3-29`
20+
- TimePicker
21+
- 🐞 修复无法用首字母大写的形式引入该组件的问题 [#51](https://github.com/ecomfe/santd/pull/51)
22+
1323
## 1.0.2
1424
`2020-3-24`
1525
- 🐞 修复 1.0.0 版本把 Moment.js 换成 Day.js 后引起的和时间日期相关的组件的一系列 bug,涉及的组件包括 Calendar、DatePicker、LocaleProvider、TimePicker [#48](https://github.com/ecomfe/santd/pull/48)

src/table/style/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*/
44
import '../../core/styles/index.less';
55
import './index.less';
6-
import '../../pagination/style/index';
6+
import '../../pagination/style';

0 commit comments

Comments
 (0)