Skip to content

Commit

Permalink
v2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huangshuwei committed Dec 21, 2021
1 parent c962aa2 commit e17d1dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGE-LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Vx.x.x(TPL)
- Style
- Dependencies Changes

V2.12.2

### Style

- 添加行展开主题变量 @ve-table-body-row-expand-content-padding
- 去除样式的 padding 和 margin,避免样式的侵入(比如结合 element-ui 相关组件)

V2.12.1

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vue-easytable",
"version": "2.12.1",
"version": "2.12.2",
"docVersions": [
{
"value": "/vue-easytable/2.12.1/",
"label": "2.12.1"
"value": "/vue-easytable/2.12.2/",
"label": "2.12.2"
},
{
"value": "/vue-easytable/2.11.0/",
Expand Down
2 changes: 1 addition & 1 deletion packages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import VeSelect from './ve-select';
import VeTable from './ve-table';


const version = '2.12.1';
const version = '2.12.2';
const components = [
VeCheckbox,
VeCheckboxGroup,
Expand Down

0 comments on commit e17d1dc

Please sign in to comment.