Skip to content

Commit

Permalink
fix: fix the bug of slot param contentH is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Nov 26, 2019
1 parent 5e1253c commit bcb00c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/SmartWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default {
return widgetBodyH
},
getContentH () {
const widgetBodyH = this.widgetBodyOffsetHeight
const widgetBodyH = this.getWidgetBodyH()
const paddingH = this.getPaddingH()
const widgetBodyEditBoxH = this.widgetBodyEditBoxH
const widgetBodyFooterH = this.widgetBodyFooterH
Expand Down

0 comments on commit bcb00c0

Please sign in to comment.