chenhaodong
/
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
3679837be418c502f54a422219bc13f08b42649f
Authored by
梁灏
2019-04-09 18:17:48 +0800
1 parent
2ef1b05f
fix #5594
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/components/drawer/drawer.vue
Inline
Side-by-side
src/components/drawer/drawer.vue
Wrap text
Show/Hide comments
View file @
3679837
...
...
@@ -303,6 +303,9 @@
303
303
if (this.$slots.header === undefined) {
304
304
this.showHead = !!val;
305
305
}
306
+ },
307
+ width (val) {
308
+ this.dragWidth = val;
306
309
}
307
310
}
308
311
};
...
...