Update row.js

pull/4839/head
cinwell.li 2017-05-12 09:25:15 +08:00 committed by 杨奕
parent 3551ff0288
commit 7f7d76deb1
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ export default {
return h(this.tag, {
class: [
'el-row',
justify !== 'start' ? `is-justify-${this.justify}` : '',
align !== 'top' ? `is-align-${this.align}` : '',
this.justify !== 'start' ? `is-justify-${this.justify}` : '',
this.align !== 'top' ? `is-align-${this.align}` : '',
{ 'el-row--flex': this.type === 'flex' }
],
style: this.style