mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Dialog: remove unnecessary inline style
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user