doc(change-log): 1.3.1

This commit is contained in:
07akioni 2020-06-01 19:16:31 +08:00
parent 2748d2879b
commit 1c51d362a3
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
### Fixes
- Fix the problem that checkbox in the selection column of `n-data-table` is not center aligned.
- Fix the problem that header of `n-data-table` has no border-color transition.
- Fix the problem that `show-icon` & `closable` & `bordered` props of `$NConfirm` don't work.
### Features
- Add and adjust some colors in the style scheme of `n-config-consumer`.

View File

@ -3,7 +3,7 @@
### Fixes
- 修正了 `n-data-table` 选框列的选框没有垂直居中的问题
- 修正了 `n-data-table` 表头没 border-color transition 的问题
- 修正 `$NConfirm` 的 `show-icon` & `closable` & `bordered` 属性设置无效的问题
- 修正 `$NConfirm``show-icon` & `closable` & `bordered` 属性设置无效的问题
### Features
- 增加并调整了一些 `n-config-consumer` 样式方案中的颜色