diff --git a/src/views/inventory/InvMAOrderModify.vue b/src/views/inventory/InvMAOrderModify.vue
index 64925e06..eedd070a 100644
--- a/src/views/inventory/InvMAOrderModify.vue
+++ b/src/views/inventory/InvMAOrderModify.vue
@@ -146,30 +146,33 @@
                            show-overflow-tooltip></el-table-column>
           <el-table-column label="操作">
             <template slot-scope="scope">
-              <el-button
-                type="text"
-                size="small"
-                @click.stop="true"
-                @click.native="editOrderDetail(scope.$index, scope.row)"
-              >编辑
-              </el-button
-              >
-              <el-button
-                type="text"
-                size="small"
-                @click.stop="true"
-                @click.native="updateOrderDetail(scope.$index,scope.row)"
-              >保存
-              </el-button
-              >
-              <el-button
-                type="text"
-                size="small"
-                @click.stop="true"
-                @click.native="deleteOrderDetail(scope.$index, scope.row)"
-              >减一
-              </el-button
-              >
+              <el-row>
+                <el-button
+                  type="text"
+                  size="small"
+                  @click.stop="true"
+                  @click.native="editOrderDetail(scope.$index, scope.row)"
+                >编辑
+                </el-button>
+              </el-row>
+              <el-row>
+                <el-button
+                  type="text"
+                  size="small"
+                  @click.stop="true"
+                  @click.native="updateOrderDetail(scope.$index,scope.row)"
+                >保存
+                </el-button>
+              </el-row>
+              <el-row>
+                <el-button
+                  type="text"
+                  size="small"
+                  @click.stop="true"
+                  @click.native="deleteOrderDetail(scope.$index, scope.row)"
+                >减一
+                </el-button>
+              </el-row>
             </template>
           </el-table-column>
         </el-table>