diff --git a/components/locale/zh_TW.js b/components/locale/zh_TW.js index e53a3faf5..d0f421fa8 100644 --- a/components/locale/zh_TW.js +++ b/components/locale/zh_TW.js @@ -13,19 +13,22 @@ export default { ColorPicker, Table: { filterTitle: '篩選器', - filterConfirm: '確 定', - filterReset: '重 置', + filterConfirm: '確定', + filterReset: '重置', selectAll: '全部選取', selectInvert: '反向選取', + sortTitle: '排序', + expand: '展開行', + collapse: '關閉行', }, Modal: { - okText: '確 定', - cancelText: '取 消', - justOkText: 'OK', + okText: '確定', + cancelText: '取消', + justOkText: '知道了', }, Popconfirm: { - okText: '確 定', - cancelText: '取 消', + okText: '確定', + cancelText: '取消', }, Transfer: { searchPlaceholder: '搜尋資料', diff --git a/components/table/style/index.less b/components/table/style/index.less index 864ebfd76..92b7e5284 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -227,12 +227,11 @@ &-tbody > tr > td { border-bottom: @border-width-base @border-style-base @border-color-split; - transition: all 0.3s, border 0s; + transition: background 0.3s; } &-thead > tr, &-tbody > tr { - transition: all 0.3s, height 0s; &.@{table-prefix-cls}-row-hover, &:hover { &:not(.@{table-prefix-cls}-expanded-row):not(.@{table-prefix-cls}-row-selected) > td { diff --git a/package.json b/package.json index 8118920d1..ab0cfac31 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "markdown-it-anchor": "^5.3.0", "marked": "0.3.18", "merge2": "^1.2.1", - "mini-css-extract-plugin": "^0.9.0", + "mini-css-extract-plugin": "^0.10.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "mockdate": "^2.0.2",