Skip to content

Commit

Permalink
fix(data-table): loading is not centered, closes #929
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Aug 20, 2021
1 parent 4d6f28e commit b59975d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixes

- Fix `n-image` not initializing `rorate` after switching images, closes [#921](https://github.com/TuSimple/naive-ui/issues/921).
- Fix `n-data-table`'s loading is not centered, closes [#929](https://github.com/TuSimple/naive-ui/issues/929).

## 2.16.5 (2021-08-20)

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixes

- 修复 `n-image` 切换图像后没有初始化 `rorate` 的问题,关闭 [#921](https://github.com/TuSimple/naive-ui/issues/921)
- 修复 `n-data-table`的 loading 不在中间,关闭 [#929](https://github.com/TuSimple/naive-ui/issues/929)

## 2.16.5 (2021-08-20)

Expand Down
1 change: 1 addition & 0 deletions src/data-table/src/styles/index.cssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default c([
font-size: var(--font-size);
display: flex;
flex-direction: column;
position: relative;
--merged-th-color: var(--th-color);
--merged-td-color: var(--td-color);
--merged-border-color: var(--border-color);
Expand Down

0 comments on commit b59975d

Please sign in to comment.