other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8a0cb3ce80f35aa073cdd85a9a30efa5d6a2d132
Authored by
梁灏
2017-12-20 11:03:08 +0800
1 parent
0d019866
update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/affix/affix.vue
Inline
Side-by-side
src/components/affix/affix.vue
Wrap text
Show/Hide comments
View file @
8a0cb3c
...
...
@@ -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`,
...
...