mengy 1 year ago
parent
commit
0bd941bf5c
1 changed files with 7 additions and 4 deletions
  1. 7 4
      src/views/equipConfig/barnBasicInfo/add.vue

+ 7 - 4
src/views/equipConfig/barnBasicInfo/add.vue

@@ -170,10 +170,13 @@
170 170
             </div>
171 171
           </el-col>
172 172
         </el-row>
173
-        <el-footer style="height: 41px;">
174
-          <el-button type="primary" @click="save">保存</el-button>
175
-          <el-button @click="resetForm('form')">重 置</el-button>
176
-        </el-footer>
173
+
174
+        <el-row>
175
+                  <div class="btns" style="text-align:center;">
176
+                    <el-button type="primary" @click="save()">保 存</el-button>
177
+                    <el-button @click="resetForm('form')">重 置</el-button>
178
+                  </div>
179
+                </el-row>
177 180
       </div>
178 181
     </el-form>
179 182