Skip to content

Commit

Permalink
Update row.js
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li authored and Leopoldthecoder committed May 12, 2017
1 parent 3551ff0 commit 7f7d76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/row/src/row.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f7d76d

Please sign in to comment.