xiongzhu 4 жил өмнө
parent
commit
ba99ec4f1f

+ 1 - 1
src/main/resources/templates/EditViewTemplate.ftl

@@ -101,7 +101,7 @@
                         <el-button @click="onDelete" :loading="saving" type="danger" v-if="formData.id">
                             删除
                         </el-button>
-                        <el-button @click="$router.go(-1)" size="default">取消</el-button>
+                        <el-button @click="$router.go(-1)">取消</el-button>
                     </el-form-item>
                 </el-form>
             </div>