Commit 7f7d76de authored by cinwell.li's avatar cinwell.li Committed by 杨奕

Update row.js

parent 3551ff02
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment