fixed #4194
This commit is contained in:
parent
ab719ff2be
commit
74ef0a6ae1
3 changed files with 7 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
computed: {
|
||||
styles () {
|
||||
let style = {};
|
||||
if (this.width) style.width = `${this.width}px`;
|
||||
if (this.width) style.minWidth = `${this.width}px`;
|
||||
return style;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue