Commit 8a0cb3ce80f35aa073cdd85a9a30efa5d6a2d132

Authored by 梁灏
1 parent 0d019866

update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/affix/affix.vue
... ... @@ -101,7 +101,7 @@
101 101 this.slotStyle = {
102 102 width: this.$refs.point.clientWidth + 'px',
103 103 height: this.$refs.point.clientHeight + 'px'
104   - }
  104 + };
105 105 this.slot = true;
106 106 this.styles = {
107 107 top: `${this.offsetTop}px`,
... ...