mirror of https://github.com/ElemeFE/element
Update row.js
parent
3551ff0288
commit
7f7d76deb1
|
@ -37,8 +37,8 @@ export default {
|
||||||
return h(this.tag, {
|
return h(this.tag, {
|
||||||
class: [
|
class: [
|
||||||
'el-row',
|
'el-row',
|
||||||
justify !== 'start' ? `is-justify-${this.justify}` : '',
|
this.justify !== 'start' ? `is-justify-${this.justify}` : '',
|
||||||
align !== 'top' ? `is-align-${this.align}` : '',
|
this.align !== 'top' ? `is-align-${this.align}` : '',
|
||||||
{ 'el-row--flex': this.type === 'flex' }
|
{ 'el-row--flex': this.type === 'flex' }
|
||||||
],
|
],
|
||||||
style: this.style
|
style: this.style
|
||||||
|
|
Loading…
Reference in New Issue