فهرست منبع

Update row.js

cinwell.li 8 سال پیش
والد
کامیت
7f7d76deb1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/row/src/row.js

+ 2 - 2
packages/row/src/row.js

@@ -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