mengy 1 년 전
부모
커밋
d8f8d06f68
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/equipConfig/barnBasicInfo/add.vue

+ 2 - 2
src/views/equipConfig/barnBasicInfo/add.vue

@@ -171,8 +171,8 @@
171 171
           </el-col>
172 172
         </el-row>
173 173
         <el-footer style="height: 41px;">
174
-          <el-button type="primary" class="footerBtn" @click="save">保存</el-button>
175
-          <el-button class="footerBtn" @click="resetForm('form')">重 置</el-button>
174
+          <el-button type="primary" @click="save">保存</el-button>
175
+          <el-button @click="resetForm('form')">重 置</el-button>
176 176
         </el-footer>
177 177
       </div>
178 178
     </el-form>