File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ Vx.x.x(TPL)
77- Style
88- Dependencies Changes
99
10+ V2.12.2
11+
12+ ### Style
13+
14+ - 添加行展开主题变量 @ve-table-body-row-expand-content -padding
15+ - 去除样式的 padding 和 margin,避免样式的侵入(比如结合 element-ui 相关组件)
16+
1017V2.12.1
1118
1219### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-easytable" ,
3- "version" : " 2.12.1 " ,
3+ "version" : " 2.12.2 " ,
44 "docVersions" : [
55 {
6- "value" : " /vue-easytable/2.12.1 /" ,
7- "label" : " 2.12.1 "
6+ "value" : " /vue-easytable/2.12.2 /" ,
7+ "label" : " 2.12.2 "
88 },
99 {
1010 "value" : " /vue-easytable/2.11.0/" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import VeSelect from './ve-select';
1212import VeTable from './ve-table' ;
1313
1414
15- const version = '2.12.1 ' ;
15+ const version = '2.12.2 ' ;
1616const components = [
1717 VeCheckbox ,
1818 VeCheckboxGroup ,
You can’t perform that action at this time.
0 commit comments