Dialog: remove unnecessary inline style

This commit is contained in:
Leopoldthecoder
2017-03-18 08:24:23 +08:00
committed by 杨奕
parent 09761ca59b
commit a76547eaa3
2 changed files with 3 additions and 1 deletions

View File

@@ -110,7 +110,7 @@
return `el-dialog--${ this.size }`;
},
style() {
return this.size === 'full' ? {} : { 'margin-bottom': '50px', 'top': this.top };
return this.size === 'full' ? {} : { 'top': this.top };
}
},